halleyx-ui-framework 7.0.8 → 7.0.9

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.
@@ -1,10 +0,0 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("vue-draggable-next"),require("vue3-apexcharts"),require("vue3-country-flag-icon"),require("vue3-country-flag-icon/dist/CountryFlag.css"),require("chart.js"),require("chartjs-chart-geo")):"function"==typeof define&&define.amd?define(["exports","vue","vue-draggable-next","vue3-apexcharts","vue3-country-flag-icon","vue3-country-flag-icon/dist/CountryFlag.css","chart.js","chartjs-chart-geo"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self)["halleyx-ui-framework"]={},e.Vue,e.vueDraggableNext,e.VueApexCharts,e.CountryFlag,null,e.chart_js,e.ChartGeo)}(this,(function(e,t,i,n,o,l,a,r){"use strict";function s(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}function c(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(i){if("default"!==i){var n=Object.getOwnPropertyDescriptor(e,i);Object.defineProperty(t,i,n.get?n:{enumerable:!0,get:function(){return e[i]}})}})),t.default=e,Object.freeze(t)}var d=s(n),u=s(o),h=c(r),p={name:"HlxAccordion",props:{accordionData:{type:Array,default:()=>[]},direction:{type:String,default:"right"},multiple:{type:Boolean,default:!1},expand:{type:Boolean,default:!1},headerBorder:{type:Boolean,default:!1}},emits:["accordionopen"],data:()=>({unique:Math.floor(1e3*Math.random()+1)}),mounted(){this.expand&&document.querySelectorAll(".accordion-item")?.forEach((e=>{e?.children[0]?.children[1]?.children[0]?.classList?.remove("icon-angle-right-regular"),e?.children[0]?.children[1]?.children[0]?.classList?.add("icon-angle-down-regular"),e.children[1].style.display="flex",this.$emit("accordionopen")}))},methods:{toggleView(e,t,i){0==i?"right icon-angle-right-regular"===document.querySelector("#arrow-"+t).className?(0==this.headerBorder&&(document.querySelectorAll(".accordion-header").forEach((e=>{e.classList.remove("noo-border")})),document.querySelector("#header-"+t)&&document.querySelector("#header-"+t).classList.add("noo-border")),document.querySelectorAll(".icon-angle-down-regular").forEach((e=>{"right icon-angle-down-regular"==e.className&&(document.querySelectorAll(".accordion-content").forEach((e=>{e.style.display="none"})),e.classList.remove("icon-angle-down-regular"),e.classList.add("icon-angle-right-regular"))})),document.querySelector("#arrow-"+t).classList.remove("icon-angle-right-regular"),document.querySelector("#arrow-"+t).classList.add("icon-angle-down-regular"),document.querySelector("#content-"+t).style.display="flex",this.$emit("accordionopen")):"right icon-angle-down-regular"===document.querySelector("#arrow-"+t).className&&(0==this.headerBorder&&(document.querySelectorAll(".accordion-header").forEach((e=>{e.classList.remove("noo-border")})),document.querySelector("#header-"+t)&&document.querySelector("#header-"+t).classList.add("noo-border")),document.querySelector("#arrow-"+t).classList.remove("icon-angle-down-regular"),document.querySelector("#arrow-"+t).classList.add("icon-angle-right-regular"),document.querySelector("#content-"+t).style.display="none"):"right icon-angle-right-regular"===document.querySelector("#arrow-"+t).className?(0==this.headerBorder&&document.querySelector("#header-"+t)&&document.querySelector("#header-"+t).classList.add("noo-border"),document.querySelector("#arrow-"+t).classList.remove("icon-angle-right-regular"),document.querySelector("#arrow-"+t).classList.add("icon-angle-down-regular"),document.querySelector("#content-"+t).style.display="flex",this.$emit("accordionopen")):"right icon-angle-down-regular"===document.querySelector("#arrow-"+t).className&&(document.querySelector("#header-"+t)&&document.querySelector("#header-"+t).classList.remove("noo-border"),document.querySelector("#arrow-"+t).classList.remove("icon-angle-down-regular"),document.querySelector("#arrow-"+t).classList.add("icon-angle-right-regular"),document.querySelector("#content-"+t).style.display="none")}}};const m=["id","multiple"],g=["id"],A={style:{display:"flex"}},f=["id"],y={style:{width:"100%"}},b={style:{display:"flex"}},v=["id"],k=["id"];p.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createCommentVNode(' <div class="accordion-container"> '),(t.openBlock(),t.createElementBlock("div",{id:["item-"+l.unique],key:l.unique,class:"accordion-item",multiple:n.multiple},[t.createElementVNode("div",{id:["header-"+l.unique],class:"accordion-header",onClick:i[0]||(i[0]=e=>a.toggleView(e,l.unique,n.multiple))},[t.withDirectives(t.createElementVNode("div",A,[t.createElementVNode("i",{id:["arrow-"+l.unique],class:"right icon-angle-right-regular"},null,8,f)],512),[[t.vShow,"left"==n.direction]]),t.createElementVNode("header",y,[t.renderSlot(e.$slots,"item-title")]),t.withDirectives(t.createElementVNode("div",b,[t.createElementVNode("i",{id:["arrow-"+l.unique],class:"right icon-angle-right-regular"},null,8,v)],512),[[t.vShow,"right"==n.direction]])],8,g),t.createElementVNode("div",{id:["content-"+l.unique],class:"accordion-content"},[t.renderSlot(e.$slots,"item-body")],8,k)],8,m)),t.createCommentVNode(" </div> ")],2112)},p.__file="src/components/AccordionComponent.vue";var C={name:"HlxAlertNotification",props:{notify:{type:Object,default:()=>({})},autoClose:{type:Boolean,default:()=>!0},delay:{type:Number,default:e=>e>3e3?e:2e3,validator:e=>e>3e3?e:2e3}},data:()=>({notifications:[],alertStatus:!1,typeData:""}),computed:{computedAlert(){return this.alertStatus}},watch:{notify:{handler(e){const t=Math.floor(65536*(1+Math.random())).toString(16).substring(1);Object.keys(e).length>0&&this.push({...e,id:t})},immediate:!0,deep:!0}},methods:{getClass:e=>e?.type?"alert-"+e?.type.toLowerCase():"alert-success",closeAlert(e){this.$refs["hlx-alert-"+e][0]?.classList.add("close"),setTimeout((()=>{this.notifications=this.notifications.filter((t=>t.id&&t.id!=e))}),1e3)},push(e){this.notifications.push({...e}),this.autoClose&&setTimeout((()=>{this.$refs["hlx-alert-"+e.id][0]?.classList.add("close"),setTimeout((()=>{this.notifications.shift()}),1e3)}),this.delay+1e3*this.notifications.length)},icon(e){if(e)switch(e.toLowerCase()){case"danger":case"warning":return"icon-exclamation-circle-regular";case"primary":return"icon-info-circle-regular";default:return"icon-check-circle-regular"}return"tick-bg"}}};const E={key:0,class:"hlx-alert-wrapper"},w=["id"],V={class:"icon"},x={class:"text"},B={class:"alert-description"},N=["onClick"],S=[t.createElementVNode("i",{class:"icon-times-filled"},null,-1)];C.render=function(e,i,n,o,l,a){return t.openBlock(),t.createBlock(t.Teleport,{to:"body",class:"alert-not"},[l.notifications.length>0?(t.openBlock(),t.createElementBlock("section",E,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.notifications,(e=>(t.openBlock(),t.createElementBlock("div",{id:"alert"+e.id,ref_for:!0,ref:"hlx-alert-"+e.id,key:e,class:t.normalizeClass(["hlx alert",a.getClass(e)])},[t.createElementVNode("span",V,[t.createElementVNode("i",{class:t.normalizeClass(a.icon(e.type))},null,2)]),t.createElementVNode("div",x,[t.createElementVNode("p",B,t.toDisplayString(e.message),1)]),t.createElementVNode("button",{class:"close","aria-label":"close",onClick:t=>a.closeAlert(e.id)},S,8,N)],10,w)))),128))])):t.createCommentVNode("v-if",!0)])},C.__file="src/components/AlertComponent.vue";var _={name:"HlxBadge",props:{icon:{type:String,default:""},count:{type:Number,default:0}}};const I=["aria-label"],q={class:"icon-button__badge",style:{"font-size":"10px"}};_.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock("button",{id:"badge",type:"button",class:"icon-button","aria-label":n.icon},[t.createElementVNode("span",{class:t.normalizeClass(n.icon)},null,2),t.createElementVNode("span",q,t.toDisplayString(n.count),1)],8,I)},_.__file="src/components/BadgeComponent.vue";var D={name:"HlxBreadcrumb",props:{items:{type:Array,required:!0},separator:{type:[String,Object],default:"/"}},emits:["path"],data:()=>({unique:Math.floor(1e3*Math.random()+1)}),computed:{isIconSeparator(){return"object"==typeof this.separator}},methods:{current(e){this.$emit("path",e)},tooltipover(e,t){let i=e,n=t;this.ellipsis(i,n)},tooltipleave(e,t){let i=e,n=t;this.ellipses(i,n)},ellipsis(e,t){console.log(e,t),this.$nextTick((()=>{const i=document.querySelector("#"+e);if(null!=i){if(i.clientWidth<i.scrollWidth)if("ellipsis"===(i.currentStyle||window.getComputedStyle(i)).textOverflow){const e=document.querySelector("."+t);let n=e.offsetHeight;console.log(i.getBoundingClientRect().top);let o=i.getBoundingClientRect().top-n,l=i.getBoundingClientRect().left;return e.style.display="block",e.style.top=o+"px",e.style.left=l+"px",!0}return!1}}))},ellipses(e,t){this.$nextTick((()=>{const i=document.querySelector("#"+e);if(null!=i){if(i.clientWidth<i.scrollWidth)if("ellipsis"===(i.currentStyle||window.getComputedStyle(i)).textOverflow){return document.querySelector("."+t).style.display="none",!0}return!1}}))}}};const T={class:"breadcrumb","aria-label":"Breadcrumb"},O=["onClick"],R=["id","onMouseover","onMouseleave"],M=["id","onMouseover","onMouseleave"],L={key:3,class:"breadcrumb-separator"},U={key:1};D.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock("nav",T,[t.createElementVNode("ul",null,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.items,((e,i)=>(t.openBlock(),t.createElementBlock("li",{key:i,onClick:t=>a.current(e)},[null!=e.icon?(t.openBlock(),t.createElementBlock("i",{key:0,"aria-hidden":"true",class:t.normalizeClass(e.icon)},null,2)):t.createCommentVNode("v-if",!0),i===n.items.length-1?(t.openBlock(),t.createElementBlock("a",{key:1,id:"breadcrumb"+i+l.unique,style:{"white-space":"nowrap",overflow:"hidden","text-overflow":"ellipsis","min-width":"45px",width:"auto","max-width":"80px",display:"inline-block"},onMouseover:e=>a.tooltipover("breadcrumb"+i+l.unique,"tooltip-textbreadcrumb"+i+l.unique),onMouseleave:e=>a.tooltipleave("breadcrumb"+i+l.unique,"tooltip-textbreadcrumb"+i+l.unique)},[t.createTextVNode(t.toDisplayString(e.label)+" ",1),t.createElementVNode("p",{id:"tooltip-text",class:t.normalizeClass("tooltip-textbreadcrumb"+i+l.unique)},t.toDisplayString(e.label),3)],40,R)):(t.openBlock(),t.createElementBlock("a",{key:2,id:e.label+i,style:{"white-space":"nowrap",overflow:"hidden","text-overflow":"ellipsis","min-width":"45px",width:"auto","max-width":"80px",display:"inline-block"},onMouseover:t=>a.tooltipover(e.label+i,"tooltip-text"+e.label+i),onMouseleave:t=>a.tooltipleave(e.label+i,"tooltip-text"+e.label+i)},[t.createTextVNode(t.toDisplayString(e.label)+" ",1),t.createElementVNode("p",{id:"tooltip-text",class:t.normalizeClass("tooltip-text"+e.label+i)},t.toDisplayString(e.label),3)],40,M)),t.createCommentVNode(' <router-link :to="item.link" :class="{ disabled: index === items.length - 1 } " >{{ item.label }}</router-link> '),i<n.items.length-1?(t.openBlock(),t.createElementBlock("span",L,[a.isIconSeparator?(t.openBlock(),t.createElementBlock("i",{key:0,"aria-hidden":"true",class:t.normalizeClass(n.separator.icon)},null,2)):(t.openBlock(),t.createElementBlock("span",U,t.toDisplayString(n.separator),1))])):t.createCommentVNode("v-if",!0)],8,O)))),128))])])},D.__file="src/components/BreadcrumbComponent.vue";var F={name:"HlxButton",props:{value:{type:String,default:"Hlx click :)"},type:{type:String,default:"button"},name:{type:String,default:"hlx-button"},target:{type:String,default:"_blank"},href:{type:String,default:void 0},disabled:{type:Boolean,default:!1},label:{type:String,default:"Button"}},computed:{primaryClass(){return this.disabled?"disabled-button":""}},watch:{disabled:{handler(e){e&&this.primaryClass},immediate:!0}},methods:{clicked(){this.href&&this.$refs["link-ele"].click()}}};const P=["value","type","name","aria-label"],H=["aria-label","href","target"];F.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock("button",{id:"hlx-button-0009",ref:"hlx-button",value:n.value,type:n.type,name:n.name,class:t.normalizeClass([a.primaryClass,"hlx-button"]),"aria-label":n.label,onClick:i[0]||(i[0]=(...e)=>a.clicked&&a.clicked(...e))},[t.renderSlot(e.$slots,"default"),null!=n.href?(t.openBlock(),t.createElementBlock("a",{key:0,ref:"link-ele","aria-label":n.label,href:n.href,target:n.target},null,8,H)):t.createCommentVNode("v-if",!0)],10,P)},F.__file="src/components/ButtonComponent.vue";var K={name:"HlxCalendar",props:{disableWeekend:{type:Boolean,default:!1},event:{type:[Array,PointerEvent],default:()=>[]},preValue:{type:[Date,String],default:""},startYear:{type:Number,default:1950},endYear:{type:Number,default:2050},holidayList:{type:Array,default:()=>[]}},emits:["selectedDate"],data:()=>({selectedMonth:"",selectedYear:"",selectedDay:""}),mounted(){const e=document.querySelector(".calendar"),t=document.querySelector(".light");e.clientY=this.event.clientY,t.right=this.event.clientX+"px";const i=["January","February","March","April","May","June","July","August","September","October","November","December"],n=[];let o=this.startYear;const l=this.endYear;for(;o<=l;)n.push(o++);const a=e.querySelector(".month-list");n.forEach(((e,t)=>{const i=document.createElement("div");i.innerHTML=`<div data-month="${t}" id="year${t}">${e}</div>`;let n=(new Date).getFullYear();n+=1,e===n&&(document.getElementById("year"+(t-1)).classList.add("theme-background"),document.getElementById("year"+(t-1)).style.color="white"),i.querySelector("div").onclick=()=>{a.classList.remove("show"),c.value=e,this.selectedMonth=s.value,this.selectedYear=c.value,this.generateCalendar(s.value,c.value)},a.appendChild(i)}));e.querySelector("#year").onclick=()=>{a.classList.add("show"),localStorage.setItem("calendarScroll",680),a.scrollTo(0,localStorage.getItem("calendarScroll"))};let r="";if(""===this.preValue)r=new Date;else{const e=this.preValue.split("-");r=new Date(e[2],e[1]-1,e[0])}const s={value:r.getMonth()},c={value:r.getFullYear()};this.selectedMonth=s.value,this.selectedYear=c.value,this.generateCalendar(s.value,c.value);const d=document.querySelector(".calendar");340===d.offsetHeight||(d.style.marginTop="0px"),document.querySelector("#prev-year").onclick=()=>{"January"===i[s.value]?(s.value=11,--c.value):--s.value,this.selectedMonth=s.value,this.selectedYear=c.value,this.generateCalendar(s.value,c.value);const e=document.querySelector(".calendar");340===e.offsetHeight||(e.style.marginTop="0")},document.querySelector("#next-year").onclick=()=>{const e=document.querySelector(".calendar");"December"===i[s.value]?(s.value=0,++c.value):++s.value,this.selectedMonth=s.value,this.selectedYear=c.value,this.generateCalendar(s.value,c.value),340===e.offsetHeight||(e.style.marginTop="0")};document.querySelectorAll(".disable-weekend").forEach((e=>{e.addEventListener("click",(e=>{e.stopPropagation(),e.preventDefault()}))}))},methods:{log(e){""!==e.target.innerHTML&&e.target.innerHTML.length<=2&&(e.target.innerHTML.length<2?this.selectedDay=0+e.target.innerHTML:this.selectedDay=e.target.innerHTML,this.selectedDate=this.selectedDay+"-"+(this.selectedMonth+1<10?"0"+String(this.selectedMonth+1):this.selectedMonth+1)+"-"+this.selectedYear,this.$emit("selectedDate",this.selectedDate))},isLeapYear:e=>e%4==0&&e%100!=0&&e%400!=0||e%100==0&&e%400==0,getFebDays(e){return this.isLeapYear(e)?29:28},generateCalendar(e,t){const i=document.querySelector(".calendar"),n=i.querySelector(".calendar-days"),o=i.querySelector("#year"),l=[31,this.getFebDays(t),31,30,31,30,31,31,30,31,30,31];n.innerHTML="";let a="";if(""===this.preValue)a=new Date;else{const e=this.preValue.split("-");a=new Date(e[2],e[1]-1,e[0])}t||(t=a.getFullYear());const r=`${["January","February","March","April","May","June","July","August","September","October","November","December"][e]}`;i.querySelector("#month-picker").innerHTML=r,o.innerHTML=t;const s=new Date(t,e,1);for(let i=0;i<=l[e]+s.getDay()-1;i++){const o=document.createElement("div");if(i>=s.getDay()){o.classList.add("calendar-day-hover");const n=new Date(t,e,i),l=i-s.getDay()+1+"-"+String(Number(n.getMonth())+1)+"-"+n.getFullYear();o.classList.add(l),o.id="calendey-day",this.holidayList.includes(l)&&(o.classList.remove("calendar-day-hover"),o.classList.add("disable-weekend")),o.innerHTML=i-s.getDay()+1,o.innerHTML+="",i-s.getDay()+1===a.getDate()&&t===a.getFullYear()&&e===a.getMonth()&&o.classList.add("curr-date")}n.appendChild(o)}if(!0===this.disableWeekend){const e=document.querySelector(".calendar-days").children,t=[0,6,7,13,14,20,21,27,28,34,35];for(const i in t)e[t[i]]&&""!==e[t[i]].innerHTML&&(e[t[i]].classList.remove("calendar-day-hover"),e[t[i]].classList.add("disable-weekend"))}}}};const j={class:"light"},Q={class:"calendar"},z=t.createStaticVNode('<div class="calendar-header"><div class="year-picker"><span id="prev-year" class="year-change"><p style="margin:0px;"><i class="icon-angle-left-regular"></i></p></span><span><span id="month-picker" class="month-picker">February</span><span id="year">2021</span></span><span id="next-year" class="year-change"><p style="margin:0px;"><i class="icon-angle-right-regular"></i></p></span></div></div>',1),J={class:"calendar-body"},X=t.createElementVNode("div",{class:"calendar-week-day"},[t.createElementVNode("div",null,"SUN"),t.createElementVNode("div",null,"MON"),t.createElementVNode("div",null,"TUE"),t.createElementVNode("div",null,"WED"),t.createElementVNode("div",null,"THU"),t.createElementVNode("div",null,"FRI"),t.createElementVNode("div",null,"SAT")],-1),W=t.createElementVNode("div",{class:"month-list"},null,-1);K.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock("div",j,[t.createElementVNode("div",Q,[z,t.createElementVNode("div",J,[X,t.createElementVNode("div",{class:"calendar-days",onClick:i[0]||(i[0]=(...e)=>a.log&&a.log(...e))})]),t.createCommentVNode(' <div class="calendar-footer">\r\n\r\n </div> '),W])])},K.__file="src/components/CalendarComponent.vue";var Y={name:"HlxCard",components:{},props:{cardTitle:{type:Boolean,default:!1},cardFooter:{type:Boolean,default:!1},width:{type:Number,default:null},hover:{type:Boolean,default:!1},shadow:{type:Boolean,default:!1},padding:{type:Boolean,default:!1},active:{type:Boolean,default:!1},height:{type:Number,default:null}},computed:{headerHeight(){return this.cardTitle?60:0},footerHeight(){return this.cardFooter?60:0}},mounted(){}};const G={key:0,class:"card-title"},Z=t.createTextVNode("Card title"),$=t.createTextVNode("Card body"),ee={key:1,class:"card-footer"},te=t.createTextVNode("Card footer");Y.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["card",{cardhover:n.hover,cardshadow:n.shadow,padding:n.padding,cardActive:n.active}]),style:t.normalizeStyle("width:"+n.width+"px; height:"+n.height+"px;")},[1==n.cardTitle?(t.openBlock(),t.createElementBlock("div",G,[t.createElementVNode("header",null,[t.renderSlot(e.$slots,"card-title",{},(()=>[Z]))])])):t.createCommentVNode("v-if",!0),t.createElementVNode("div",{class:"card-body",style:t.normalizeStyle(n.cardTitle&&n.cardFooter?{height:n.height-a.headerHeight-a.footerHeight+"px"}:{height:"100%"})},[t.createCommentVNode(" {{this.card_body}} "),t.createElementVNode("main",null,[t.renderSlot(e.$slots,"card-body",{},(()=>[$]))])],4),1==n.cardFooter?(t.openBlock(),t.createElementBlock("div",ee,[t.createCommentVNode(" {{this.cardFooter}} "),t.createElementVNode("footer",null,[t.renderSlot(e.$slots,"card-footer",{},(()=>[te]))])])):t.createCommentVNode("v-if",!0)],6)},Y.__file="src/components/CardsComponent.vue";var ie={name:"HlxColorPalette",props:{highlightColor:{type:Boolean,default:!1}},emits:["customChange"],data:()=>({colorcontainer:!1,fill_color:!0,colorvalue:"#000000",recent:!1,recentvalue:"",recentcolor:[],colordata:[{"#ffffff":["#f2f2f2","#d9d9d9","#bfbfbf","#a6a6a6","#808080"]},{"#000000":["#808080","#595959","#404040","#262626","#0d0d0d"]},{"#e7e6e6":["#d0cece","#aeaaaa","#757171","#3a3838","#161616"]},{"#44546a":["#d6dce4","#acb9ca","#8497b0","#333f4f","#222b35"]},{"#4472c4":["#d9e1f2","#b4c6e7","#8ea9db","#305496","#203764"]},{"#ed7d31":["#fce4d6","#f8cbad","#f4b084","#c65911","#833c0c"]},{"#a5a5a5":["#ededed","#dbdbdb","#c9c9c9","#7b7b7b","#525252"]},{"#ffc000":["#fff2cc","#ffe699","#ffd966","#bf8f00","#806000"]},{"#5b9bd5":["#ddebf7","#bdd7ee","#9bc2e6","#2f75b5","#1f4e78"]},{"#70ad47":["#e2efda","#c6e0b4","#a9d08e","#548235","#375623"]}],standardcolor:["#c00000","#ff0000","#ffc000","#ffff00","#92d050","#00b050","#00b0f0","#0070c0","#002060","#7030a0"],colorpick:""}),mounted(){!0===this.highlightColor?this.fill_color=!1:this.fill_color=!0;for(let e=0;e<this.colordata.length;e++)for(let t=0;t<Object.values(this.colordata[e])[0].length;t++);document.addEventListener("click",(e=>{"color-container"!=e.target.className&&"color-container-title"!=e.target.className&&"color-container-specific-color-checkbox-border"!=e.target.className&&"color-container-specific-color-checkbox-border-fill-color"!=e.target.className&&"color-container-specific-color"!=e.target.className&&"color-container-specific-color1"!=e.target.className&&"color-container-specific-color2"!=e.target.className&&"color-container-specific-color1-container"!=e.target.className&&"color-container2323"!=e.target.className&&"favcolor"!=e.target.className&&"color-palette-container"!=e.target.className&&"color-palette-icon"!=e.target.className&&"icon-color-fill"!=e.target.className&&"color-icon-border"!=e.target.className&&"color-palette-open-icon"!=e.target.className&&"icon-angle-down-regular"!=e.target.className&&(this.colorcontainer=!1)}))},methods:{getcolorvalue(e){this.recent=!0,this.colorvalue=e.target.value,this.$emit("customChange",this.colorvalue),1!=this.recentcolor.includes(this.colorvalue)&&(document.querySelectorAll(".color-container-specific-color-checkbox-border").forEach((e=>{e.classList.remove("add-border")})),this.recentvalue=this.colorvalue,this.recentcolor.push(this.colorvalue))},getcolor(e){document.querySelectorAll(".color-container-specific-color-checkbox-border").forEach((e=>{e.classList.remove("add-border")})),"color-container-specific-color-checkbox-border-fill-color"===e.target.className?(this.colorvalue=e.target.style.background,this.$emit("customChange",this.colorvalue),e.target.parentElement.classList.add("add-border"),this.colorcontainer=!1):"color-container-specific-color-checkbox-border"===e.target.className&&(this.colorvalue=e.target.children[0].style.background,this.$emit("customChange",this.colorvalue),e.target.classList.add("add-border"),this.colorcontainer=!1),this.recent=!0,1!=this.recentcolor.includes(this.colorvalue)&&(document.querySelectorAll(".color-container-specific-color-checkbox-border").forEach((e=>{e.classList.remove("add-border")})),this.recentvalue=this.colorvalue,this.recentcolor.push(this.colorvalue))},colorpalette(){!1===this.colorcontainer?this.colorcontainer=!0:!0===this.colorcontainer&&(this.colorcontainer=!1)},colorpicker(){this.colorpick=!0}}};const ne={class:"color-palette-container"},oe={class:"color-palette-icon"},le={key:0,class:"icon-palette-regular"},ae={key:1,class:"highlight-container"},re={key:0,class:"highlight-icon"},se=[t.createElementVNode("i",{class:"icon-angle-down-regular"},null,-1)],ce={key:0,class:"color-container"},de=t.createElementVNode("p",{class:"color-container-title"},"Theme Colors",-1),ue={class:"color-container-specific-color"},he={class:"color-container-specific-color1"},pe=t.createElementVNode("p",{class:"color-container-title"},"Standard Colors",-1),me={class:"color-container-specific-color"},ge={class:"color-container2323"},Ae=["value"],fe={key:0,class:"color-container-title"},ye={class:"color-container-specific-color2"};ie.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock("div",ne,[t.createElementVNode("div",oe,[1==l.fill_color?(t.openBlock(),t.createElementBlock("i",le)):t.createCommentVNode("v-if",!0),!0===n.highlightColor?(t.openBlock(),t.createElementBlock("div",ae,[!0===n.highlightColor?(t.openBlock(),t.createElementBlock("p",re,"A")):t.createCommentVNode("v-if",!0),t.createCommentVNode(' <div class="higlight-icon-border" v-if="this.highlightColor === true"></div> ')])):t.createCommentVNode("v-if",!0),t.createElementVNode("div",{class:"color-icon-border",style:t.normalizeStyle({background:l.colorvalue})},null,4)]),t.createElementVNode("button",{"aria-dis":"",class:"color-palette-open-icon",onClick:i[0]||(i[0]=(...e)=>a.colorpalette&&a.colorpalette(...e))},se),!0===l.colorcontainer?(t.openBlock(),t.createElementBlock("button",ce,[de,t.createElementVNode("button",ue,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.colordata,((e,n)=>(t.openBlock(),t.createElementBlock("button",{key:n,class:"color-container-specific-color-checkbox-border",onClick:i[1]||(i[1]=(...e)=>a.getcolor&&a.getcolor(...e))},[t.createElementVNode("button",{class:"color-container-specific-color-checkbox-border-fill-color",style:t.normalizeStyle({background:Object.keys(l.colordata[n])[0]})},null,4)])))),128))]),t.createElementVNode("button",he,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.colordata,((e,n)=>(t.openBlock(),t.createElementBlock("button",{key:n,class:"color-container-specific-color1-container",onClick:i[2]||(i[2]=(...e)=>a.getcolor&&a.getcolor(...e))},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(Object.values(l.colordata[n])[0].length,((e,i)=>(t.openBlock(),t.createElementBlock("button",{key:i,class:"color-container-specific-color-checkbox-border"},[t.createElementVNode("button",{class:"color-container-specific-color-checkbox-border-fill-color",style:t.normalizeStyle({background:Object.values(l.colordata[n])[0][i]})},null,4)])))),128))])))),128))]),pe,t.createElementVNode("button",me,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.standardcolor,((e,n)=>(t.openBlock(),t.createElementBlock("button",{key:n,class:"color-container-specific-color-checkbox-border",onClick:i[3]||(i[3]=(...e)=>a.getcolor&&a.getcolor(...e))},[t.createElementVNode("button",{class:"color-container-specific-color-checkbox-border-fill-color",style:t.normalizeStyle({background:l.standardcolor[n]})},null,4)])))),128))]),t.createElementVNode("button",ge,[t.createElementVNode("input",{id:"favcolor",type:"color",name:"favcolor",value:l.recentvalue,class:"favcolor",onChange:i[4]||(i[4]=(...e)=>a.getcolorvalue&&a.getcolorvalue(...e))},null,40,Ae),t.createElementVNode("p",{class:"color-container-title",onClick:i[5]||(i[5]=(...e)=>a.colorpicker&&a.colorpicker(...e))},"More Colors")]),!0===l.recent?(t.openBlock(),t.createElementBlock("p",fe,"Recent color")):t.createCommentVNode("v-if",!0),t.createElementVNode("button",ye,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.recentcolor,((e,n)=>(t.openBlock(),t.createElementBlock("button",{key:n,class:"color-container-specific-color-checkbox-border",onClick:i[6]||(i[6]=(...e)=>a.getcolor&&a.getcolor(...e))},[t.createElementVNode("button",{class:"color-container-specific-color-checkbox-border-fill-color",style:t.normalizeStyle({background:l.recentcolor[n]})},null,4)])))),128))])])):t.createCommentVNode("v-if",!0)])},ie.__file="src/components/ColorpaletteComponent.vue";var be="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function ve(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var ke={exports:{}};!function(e){var t,i,n;t=["direction","boxSizing","width","height","overflowX","overflowY","borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth","borderStyle","paddingTop","paddingRight","paddingBottom","paddingLeft","fontStyle","fontVariant","fontWeight","fontStretch","fontSize","fontSizeAdjust","lineHeight","fontFamily","textAlign","textTransform","textIndent","textDecoration","letterSpacing","wordSpacing","tabSize","MozTabSize"],i="undefined"!=typeof window,n=i&&null!=window.mozInnerScreenX,e.exports=function(e,o,l){if(!i)throw new Error("textarea-caret-position#getCaretCoordinates should only be called in a browser");var a=l&&l.debug||!1;if(a){var r=document.querySelector("#input-textarea-caret-position-mirror-div");r&&r.parentNode.removeChild(r)}var s=document.createElement("div");s.id="input-textarea-caret-position-mirror-div",document.body.appendChild(s);var c=s.style,d=window.getComputedStyle?window.getComputedStyle(e):e.currentStyle,u="INPUT"===e.nodeName;c.whiteSpace="pre-wrap",u||(c.wordWrap="break-word"),c.position="absolute",a||(c.visibility="hidden"),t.forEach((function(e){u&&"lineHeight"===e?c.lineHeight=d.height:c[e]=d[e]})),n?e.scrollHeight>parseInt(d.height)&&(c.overflowY="scroll"):c.overflow="hidden",s.textContent=e.value.substring(0,o),u&&(s.textContent=s.textContent.replace(/\s/g," "));var h=document.createElement("span");h.textContent=e.value.substring(o)||".",s.appendChild(h);var p={top:h.offsetTop+parseInt(d.borderTopWidth),left:h.offsetLeft+parseInt(d.borderLeftWidth),height:parseInt(d.lineHeight)};return a?h.style.backgroundColor="#aaa":document.body.removeChild(s),p}}(ke);var Ce=ve(ke.exports);function Ee(){return Ee=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},Ee.apply(this,arguments)}var we,Ve="undefined"!=typeof window&&navigator&&/Win/i.test(navigator.platform),xe="undefined"!=typeof window&&navigator&&/(Mac|iPhone|iPod|iPad)/i.test(navigator.platform),Be=t.defineComponent({props:{lineNumbers:{type:Boolean,default:!1},autoStyleLineNumbers:{type:Boolean,default:!0},readonly:{type:Boolean,default:!1},modelValue:{type:String,default:""},highlight:{type:Function,required:!0},tabSize:{type:Number,default:2},insertSpaces:{type:Boolean,default:!0},ignoreTabKey:{type:Boolean,default:!1},placeholder:{type:String,default:""}},data:function(){return{capture:!0,history:{stack:[],offset:-1},lineNumbersHeight:"20px",codeData:""}},watch:{modelValue:{immediate:!0,handler:function(e){this.codeData=e||""}},content:{immediate:!0,handler:function(){var e=this;this.lineNumbers&&this.$nextTick((function(){e.setLineNumbersHeight()}))}},lineNumbers:function(){var e=this;this.$nextTick((function(){e.styleLineNumbers(),e.setLineNumbersHeight()}))}},computed:{isEmpty:function(){return 0===this.codeData.length},content:function(){return this.highlight(this.codeData)+"<br />"},lineNumbersCount:function(){return this.codeData.split(/\r\n|\n/).length}},mounted:function(){this._recordCurrentState(),this.styleLineNumbers()},methods:{setLineNumbersHeight:function(){this.lineNumbersHeight=getComputedStyle(this.$refs.pre).height},styleLineNumbers:function(){if(this.lineNumbers&&this.autoStyleLineNumbers){var e=this.$refs.pre,t=this.$el.querySelector(".prism-editor__line-numbers"),i=window.getComputedStyle(e);this.$nextTick((function(){var n="border-top-left-radius",o="border-bottom-left-radius";if(t){t.style[n]=i[n],t.style[o]=i[o],e.style[n]="0",e.style[o]="0";["background-color","margin-top","padding-top","font-family","font-size","line-height"].forEach((function(e){t.style[e]=i[e]})),t.style["margin-bottom"]="-"+i["padding-top"]}}))}},_recordCurrentState:function(){var e=this.$refs.textarea;if(e){var t=e.value,i=e.selectionStart,n=e.selectionEnd;this._recordChange({value:t,selectionStart:i,selectionEnd:n})}},_getLines:function(e,t){return e.substring(0,t).split("\n")},_applyEdits:function(e){var t=this.$refs.textarea,i=this.history.stack[this.history.offset];i&&t&&(this.history.stack[this.history.offset]=Ee({},i,{selectionStart:t.selectionStart,selectionEnd:t.selectionEnd})),this._recordChange(e),this._updateInput(e)},_recordChange:function(e,t){void 0===t&&(t=!1);var i=this.history,n=i.stack,o=i.offset;if(n.length&&o>-1){this.history.stack=n.slice(0,o+1);var l=this.history.stack.length;if(l>100){var a=l-100;this.history.stack=n.slice(a,l),this.history.offset=Math.max(this.history.offset-a,0)}}var r=Date.now();if(t){var s=this.history.stack[this.history.offset];if(s&&r-s.timestamp<3e3){var c,d,u=/[^a-z0-9]([a-z0-9]+)$/i,h=null===(c=this._getLines(s.value,s.selectionStart).pop())||void 0===c?void 0:c.match(u),p=null===(d=this._getLines(e.value,e.selectionStart).pop())||void 0===d?void 0:d.match(u);if(h&&p&&p[1].startsWith(h[1]))return void(this.history.stack[this.history.offset]=Ee({},e,{timestamp:r}))}}this.history.stack.push(Ee({},e,{timestamp:r})),this.history.offset++},_updateInput:function(e){var t=this.$refs.textarea;t&&(t.value=e.value,t.selectionStart=e.selectionStart,t.selectionEnd=e.selectionEnd,this.$emit("update:modelValue",e.value))},handleChange:function(e){var t=e.target,i=t.value,n=t.selectionStart,o=t.selectionEnd;this._recordChange({value:i,selectionStart:n,selectionEnd:o},!0),this.$emit("update:modelValue",i)},_undoEdit:function(){var e=this.history,t=e.stack,i=e.offset,n=t[i-1];n&&(this._updateInput(n),this.history.offset=Math.max(i-1,0))},_redoEdit:function(){var e=this.history,t=e.stack,i=e.offset,n=t[i+1];n&&(this._updateInput(n),this.history.offset=Math.min(i+1,t.length-1))},handleKeyDown:function(e){var t=this.tabSize,i=this.insertSpaces,n=this.ignoreTabKey;if(this.$emit("keydown",e),!e.defaultPrevented){27===e.keyCode&&(e.target.blur(),this.$emit("blur",e));var o=e.target,l=o.value,a=o.selectionStart,r=o.selectionEnd,s=(i?" ":"\t").repeat(t);if(9===e.keyCode&&!n&&this.capture)if(e.preventDefault(),e.shiftKey){var c=this._getLines(l,a),d=c.length-1,u=this._getLines(l,r).length-1,h=l.split("\n").map((function(e,t){return t>=d&&t<=u&&e.startsWith(s)?e.substring(s.length):e})).join("\n");if(l!==h){var p=c[d];this._applyEdits({value:h,selectionStart:p.startsWith(s)?a-s.length:a,selectionEnd:r-(l.length-h.length)})}}else if(a!==r){var m=this._getLines(l,a),g=m.length-1,A=this._getLines(l,r).length-1,f=m[g];this._applyEdits({value:l.split("\n").map((function(e,t){return t>=g&&t<=A?s+e:e})).join("\n"),selectionStart:/\S/.test(f)?a+s.length:a,selectionEnd:r+s.length*(A-g+1)})}else{var y=a+s.length;this._applyEdits({value:l.substring(0,a)+s+l.substring(r),selectionStart:y,selectionEnd:y})}else if(8===e.keyCode){var b=a!==r;if(l.substring(0,a).endsWith(s)&&!b){e.preventDefault();var v=a-s.length;this._applyEdits({value:l.substring(0,a-s.length)+l.substring(r),selectionStart:v,selectionEnd:v})}}else if(13===e.keyCode){if(a===r){var k=this._getLines(l,a).pop(),C=null==k?void 0:k.match(/^\s+/);if(C&&C[0]){e.preventDefault();var E="\n"+C[0],w=a+E.length;this._applyEdits({value:l.substring(0,a)+E+l.substring(r),selectionStart:w,selectionEnd:w})}}}else if(57===e.keyCode||219===e.keyCode||222===e.keyCode||192===e.keyCode){var V;57===e.keyCode&&e.shiftKey?V=["(",")"]:219===e.keyCode?V=e.shiftKey?["{","}"]:["[","]"]:222===e.keyCode?V=e.shiftKey?['"','"']:["'","'"]:192!==e.keyCode||e.shiftKey||(V=["`","`"]),a!==r&&V&&(e.preventDefault(),this._applyEdits({value:l.substring(0,a)+V[0]+l.substring(a,r)+V[1]+l.substring(r),selectionStart:a,selectionEnd:r+2}))}else!(xe?e.metaKey&&90===e.keyCode:e.ctrlKey&&90===e.keyCode)||e.shiftKey||e.altKey?(xe?e.metaKey&&90===e.keyCode&&e.shiftKey:Ve?e.ctrlKey&&89===e.keyCode:e.ctrlKey&&90===e.keyCode&&e.shiftKey)&&!e.altKey?(e.preventDefault(),this._redoEdit()):77!==e.keyCode||!e.ctrlKey||xe&&!e.shiftKey||(e.preventDefault(),this.capture=!this.capture):(e.preventDefault(),this._undoEdit())}}},render:function(){var e=this,i=t.h("div",{class:"prism-editor__line-width-calc",style:"height: 0px; visibility: hidden; pointer-events: none;"},"999"),n=t.h("div",{class:"prism-editor__line-numbers",style:{"min-height":this.lineNumbersHeight},"aria-hidden":"true"},[i,Array.from(Array(this.lineNumbersCount).keys()).map((function(e,i){return t.h("div",{class:"prism-editor__line-number token comment"},""+ ++i)}))]),o=t.h("textarea",{ref:"textarea",onInput:this.handleChange,onKeydown:this.handleKeyDown,onClick:function(t){e.$emit("click",t)},onKeyup:function(t){e.$emit("keyup",t)},onFocus:function(t){e.$emit("focus",t)},onBlur:function(t){e.$emit("blur",t)},class:{"prism-editor__textarea":!0,"prism-editor__textarea--empty":this.isEmpty},spellCheck:"false",autocapitalize:"off",autocomplete:"off",autocorrect:"off","data-gramm":"false",placeholder:this.placeholder,"data-testid":"textarea",readonly:this.readonly,value:this.codeData}),l=t.h("pre",{ref:"pre",class:"prism-editor__editor","data-testid":"preview",innerHTML:this.content}),a=t.h("div",{class:"prism-editor__container"},[o,l]);return t.h("div",{class:"prism-editor-wrapper"},[this.lineNumbers&&n,a])}}),Ne={exports:{}},Se={},_e={exports:{}},Ie={},qe={};function De(){if(we)return qe;function e(e){this.__parent=e,this.__character_count=0,this.__indent_count=-1,this.__alignment_count=0,this.__wrap_point_index=0,this.__wrap_point_character_count=0,this.__wrap_point_indent_count=-1,this.__wrap_point_alignment_count=0,this.__items=[]}function t(e,t){this.__cache=[""],this.__indent_size=e.indent_size,this.__indent_string=e.indent_char,e.indent_with_tabs||(this.__indent_string=new Array(e.indent_size+1).join(e.indent_char)),t=t||"",e.indent_level>0&&(t=new Array(e.indent_level+1).join(this.__indent_string)),this.__base_string=t,this.__base_string_length=t.length}function i(i,n){this.__indent_cache=new t(i,n),this.raw=!1,this._end_with_newline=i.end_with_newline,this.indent_size=i.indent_size,this.wrap_line_length=i.wrap_line_length,this.indent_empty_lines=i.indent_empty_lines,this.__lines=[],this.previous_line=null,this.current_line=null,this.next_line=new e(this),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1,this.__add_outputline()}return we=1,e.prototype.clone_empty=function(){var t=new e(this.__parent);return t.set_indent(this.__indent_count,this.__alignment_count),t},e.prototype.item=function(e){return e<0?this.__items[this.__items.length+e]:this.__items[e]},e.prototype.has_match=function(e){for(var t=this.__items.length-1;t>=0;t--)if(this.__items[t].match(e))return!0;return!1},e.prototype.set_indent=function(e,t){this.is_empty()&&(this.__indent_count=e||0,this.__alignment_count=t||0,this.__character_count=this.__parent.get_indent_size(this.__indent_count,this.__alignment_count))},e.prototype._set_wrap_point=function(){this.__parent.wrap_line_length&&(this.__wrap_point_index=this.__items.length,this.__wrap_point_character_count=this.__character_count,this.__wrap_point_indent_count=this.__parent.next_line.__indent_count,this.__wrap_point_alignment_count=this.__parent.next_line.__alignment_count)},e.prototype._should_wrap=function(){return this.__wrap_point_index&&this.__character_count>this.__parent.wrap_line_length&&this.__wrap_point_character_count>this.__parent.next_line.__character_count},e.prototype._allow_wrap=function(){if(this._should_wrap()){this.__parent.add_new_line();var e=this.__parent.current_line;return e.set_indent(this.__wrap_point_indent_count,this.__wrap_point_alignment_count),e.__items=this.__items.slice(this.__wrap_point_index),this.__items=this.__items.slice(0,this.__wrap_point_index),e.__character_count+=this.__character_count-this.__wrap_point_character_count,this.__character_count=this.__wrap_point_character_count," "===e.__items[0]&&(e.__items.splice(0,1),e.__character_count-=1),!0}return!1},e.prototype.is_empty=function(){return 0===this.__items.length},e.prototype.last=function(){return this.is_empty()?null:this.__items[this.__items.length-1]},e.prototype.push=function(e){this.__items.push(e);var t=e.lastIndexOf("\n");-1!==t?this.__character_count=e.length-t:this.__character_count+=e.length},e.prototype.pop=function(){var e=null;return this.is_empty()||(e=this.__items.pop(),this.__character_count-=e.length),e},e.prototype._remove_indent=function(){this.__indent_count>0&&(this.__indent_count-=1,this.__character_count-=this.__parent.indent_size)},e.prototype._remove_wrap_indent=function(){this.__wrap_point_indent_count>0&&(this.__wrap_point_indent_count-=1)},e.prototype.trim=function(){for(;" "===this.last();)this.__items.pop(),this.__character_count-=1},e.prototype.toString=function(){var e="";return this.is_empty()?this.__parent.indent_empty_lines&&(e=this.__parent.get_indent_string(this.__indent_count)):(e=this.__parent.get_indent_string(this.__indent_count,this.__alignment_count),e+=this.__items.join("")),e},t.prototype.get_indent_size=function(e,t){var i=this.__base_string_length;return t=t||0,e<0&&(i=0),i+=e*this.__indent_size,i+=t},t.prototype.get_indent_string=function(e,t){var i=this.__base_string;return t=t||0,e<0&&(e=0,i=""),t+=e*this.__indent_size,this.__ensure_cache(t),i+=this.__cache[t]},t.prototype.__ensure_cache=function(e){for(;e>=this.__cache.length;)this.__add_column()},t.prototype.__add_column=function(){var e=this.__cache.length,t=0,i="";this.__indent_size&&e>=this.__indent_size&&(e-=(t=Math.floor(e/this.__indent_size))*this.__indent_size,i=new Array(t+1).join(this.__indent_string)),e&&(i+=new Array(e+1).join(" ")),this.__cache.push(i)},i.prototype.__add_outputline=function(){this.previous_line=this.current_line,this.current_line=this.next_line.clone_empty(),this.__lines.push(this.current_line)},i.prototype.get_line_number=function(){return this.__lines.length},i.prototype.get_indent_string=function(e,t){return this.__indent_cache.get_indent_string(e,t)},i.prototype.get_indent_size=function(e,t){return this.__indent_cache.get_indent_size(e,t)},i.prototype.is_empty=function(){return!this.previous_line&&this.current_line.is_empty()},i.prototype.add_new_line=function(e){return!(this.is_empty()||!e&&this.just_added_newline())&&(this.raw||this.__add_outputline(),!0)},i.prototype.get_code=function(e){this.trim(!0);var t=this.current_line.pop();t&&("\n"===t[t.length-1]&&(t=t.replace(/\n+$/g,"")),this.current_line.push(t)),this._end_with_newline&&this.__add_outputline();var i=this.__lines.join("\n");return"\n"!==e&&(i=i.replace(/[\n]/g,e)),i},i.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()},i.prototype.set_indent=function(e,t){return e=e||0,t=t||0,this.next_line.set_indent(e,t),this.__lines.length>1?(this.current_line.set_indent(e,t),!0):(this.current_line.set_indent(),!1)},i.prototype.add_raw_token=function(e){for(var t=0;t<e.newlines;t++)this.__add_outputline();this.current_line.set_indent(-1),this.current_line.push(e.whitespace_before),this.current_line.push(e.text),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1},i.prototype.add_token=function(e){this.__add_space_before_token(),this.current_line.push(e),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=this.current_line._allow_wrap()},i.prototype.__add_space_before_token=function(){this.space_before_token&&!this.just_added_newline()&&(this.non_breaking_space||this.set_wrap_point(),this.current_line.push(" "))},i.prototype.remove_indent=function(e){for(var t=this.__lines.length;e<t;)this.__lines[e]._remove_indent(),e++;this.current_line._remove_wrap_indent()},i.prototype.trim=function(e){for(e=void 0!==e&&e,this.current_line.trim();e&&this.__lines.length>1&&this.current_line.is_empty();)this.__lines.pop(),this.current_line=this.__lines[this.__lines.length-1],this.current_line.trim();this.previous_line=this.__lines.length>1?this.__lines[this.__lines.length-2]:null},i.prototype.just_added_newline=function(){return this.current_line.is_empty()},i.prototype.just_added_blankline=function(){return this.is_empty()||this.current_line.is_empty()&&this.previous_line.is_empty()},i.prototype.ensure_empty_line_above=function(t,i){for(var n=this.__lines.length-2;n>=0;){var o=this.__lines[n];if(o.is_empty())break;if(0!==o.item(0).indexOf(t)&&o.item(-1)!==i){this.__lines.splice(n+1,0,new e(this)),this.previous_line=this.__lines[this.__lines.length-2];break}n--}},qe.Output=i,qe}var Te,Oe={};function Re(){if(Te)return Oe;return Te=1,Oe.Token=function(e,t,i,n){this.type=e,this.text=t,this.comments_before=null,this.newlines=i||0,this.whitespace_before=n||"",this.parent=null,this.next=null,this.previous=null,this.opened=null,this.closed=null,this.directives=null},Oe}var Me,Le={};function Ue(){return Me||(Me=1,function(e){var t="\\x24\\x30-\\x39\\x41-\\x5a\\x5f\\x61-\\x7a",i="\\xaa\\xb5\\xba\\xc0-\\xd6\\xd8-\\xf6\\xf8-\\u02c1\\u02c6-\\u02d1\\u02e0-\\u02e4\\u02ec\\u02ee\\u0370-\\u0374\\u0376\\u0377\\u037a-\\u037d\\u0386\\u0388-\\u038a\\u038c\\u038e-\\u03a1\\u03a3-\\u03f5\\u03f7-\\u0481\\u048a-\\u0527\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05d0-\\u05ea\\u05f0-\\u05f2\\u0620-\\u064a\\u066e\\u066f\\u0671-\\u06d3\\u06d5\\u06e5\\u06e6\\u06ee\\u06ef\\u06fa-\\u06fc\\u06ff\\u0710\\u0712-\\u072f\\u074d-\\u07a5\\u07b1\\u07ca-\\u07ea\\u07f4\\u07f5\\u07fa\\u0800-\\u0815\\u081a\\u0824\\u0828\\u0840-\\u0858\\u08a0\\u08a2-\\u08ac\\u0904-\\u0939\\u093d\\u0950\\u0958-\\u0961\\u0971-\\u0977\\u0979-\\u097f\\u0985-\\u098c\\u098f\\u0990\\u0993-\\u09a8\\u09aa-\\u09b0\\u09b2\\u09b6-\\u09b9\\u09bd\\u09ce\\u09dc\\u09dd\\u09df-\\u09e1\\u09f0\\u09f1\\u0a05-\\u0a0a\\u0a0f\\u0a10\\u0a13-\\u0a28\\u0a2a-\\u0a30\\u0a32\\u0a33\\u0a35\\u0a36\\u0a38\\u0a39\\u0a59-\\u0a5c\\u0a5e\\u0a72-\\u0a74\\u0a85-\\u0a8d\\u0a8f-\\u0a91\\u0a93-\\u0aa8\\u0aaa-\\u0ab0\\u0ab2\\u0ab3\\u0ab5-\\u0ab9\\u0abd\\u0ad0\\u0ae0\\u0ae1\\u0b05-\\u0b0c\\u0b0f\\u0b10\\u0b13-\\u0b28\\u0b2a-\\u0b30\\u0b32\\u0b33\\u0b35-\\u0b39\\u0b3d\\u0b5c\\u0b5d\\u0b5f-\\u0b61\\u0b71\\u0b83\\u0b85-\\u0b8a\\u0b8e-\\u0b90\\u0b92-\\u0b95\\u0b99\\u0b9a\\u0b9c\\u0b9e\\u0b9f\\u0ba3\\u0ba4\\u0ba8-\\u0baa\\u0bae-\\u0bb9\\u0bd0\\u0c05-\\u0c0c\\u0c0e-\\u0c10\\u0c12-\\u0c28\\u0c2a-\\u0c33\\u0c35-\\u0c39\\u0c3d\\u0c58\\u0c59\\u0c60\\u0c61\\u0c85-\\u0c8c\\u0c8e-\\u0c90\\u0c92-\\u0ca8\\u0caa-\\u0cb3\\u0cb5-\\u0cb9\\u0cbd\\u0cde\\u0ce0\\u0ce1\\u0cf1\\u0cf2\\u0d05-\\u0d0c\\u0d0e-\\u0d10\\u0d12-\\u0d3a\\u0d3d\\u0d4e\\u0d60\\u0d61\\u0d7a-\\u0d7f\\u0d85-\\u0d96\\u0d9a-\\u0db1\\u0db3-\\u0dbb\\u0dbd\\u0dc0-\\u0dc6\\u0e01-\\u0e30\\u0e32\\u0e33\\u0e40-\\u0e46\\u0e81\\u0e82\\u0e84\\u0e87\\u0e88\\u0e8a\\u0e8d\\u0e94-\\u0e97\\u0e99-\\u0e9f\\u0ea1-\\u0ea3\\u0ea5\\u0ea7\\u0eaa\\u0eab\\u0ead-\\u0eb0\\u0eb2\\u0eb3\\u0ebd\\u0ec0-\\u0ec4\\u0ec6\\u0edc-\\u0edf\\u0f00\\u0f40-\\u0f47\\u0f49-\\u0f6c\\u0f88-\\u0f8c\\u1000-\\u102a\\u103f\\u1050-\\u1055\\u105a-\\u105d\\u1061\\u1065\\u1066\\u106e-\\u1070\\u1075-\\u1081\\u108e\\u10a0-\\u10c5\\u10c7\\u10cd\\u10d0-\\u10fa\\u10fc-\\u1248\\u124a-\\u124d\\u1250-\\u1256\\u1258\\u125a-\\u125d\\u1260-\\u1288\\u128a-\\u128d\\u1290-\\u12b0\\u12b2-\\u12b5\\u12b8-\\u12be\\u12c0\\u12c2-\\u12c5\\u12c8-\\u12d6\\u12d8-\\u1310\\u1312-\\u1315\\u1318-\\u135a\\u1380-\\u138f\\u13a0-\\u13f4\\u1401-\\u166c\\u166f-\\u167f\\u1681-\\u169a\\u16a0-\\u16ea\\u16ee-\\u16f0\\u1700-\\u170c\\u170e-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176c\\u176e-\\u1770\\u1780-\\u17b3\\u17d7\\u17dc\\u1820-\\u1877\\u1880-\\u18a8\\u18aa\\u18b0-\\u18f5\\u1900-\\u191c\\u1950-\\u196d\\u1970-\\u1974\\u1980-\\u19ab\\u19c1-\\u19c7\\u1a00-\\u1a16\\u1a20-\\u1a54\\u1aa7\\u1b05-\\u1b33\\u1b45-\\u1b4b\\u1b83-\\u1ba0\\u1bae\\u1baf\\u1bba-\\u1be5\\u1c00-\\u1c23\\u1c4d-\\u1c4f\\u1c5a-\\u1c7d\\u1ce9-\\u1cec\\u1cee-\\u1cf1\\u1cf5\\u1cf6\\u1d00-\\u1dbf\\u1e00-\\u1f15\\u1f18-\\u1f1d\\u1f20-\\u1f45\\u1f48-\\u1f4d\\u1f50-\\u1f57\\u1f59\\u1f5b\\u1f5d\\u1f5f-\\u1f7d\\u1f80-\\u1fb4\\u1fb6-\\u1fbc\\u1fbe\\u1fc2-\\u1fc4\\u1fc6-\\u1fcc\\u1fd0-\\u1fd3\\u1fd6-\\u1fdb\\u1fe0-\\u1fec\\u1ff2-\\u1ff4\\u1ff6-\\u1ffc\\u2071\\u207f\\u2090-\\u209c\\u2102\\u2107\\u210a-\\u2113\\u2115\\u2119-\\u211d\\u2124\\u2126\\u2128\\u212a-\\u212d\\u212f-\\u2139\\u213c-\\u213f\\u2145-\\u2149\\u214e\\u2160-\\u2188\\u2c00-\\u2c2e\\u2c30-\\u2c5e\\u2c60-\\u2ce4\\u2ceb-\\u2cee\\u2cf2\\u2cf3\\u2d00-\\u2d25\\u2d27\\u2d2d\\u2d30-\\u2d67\\u2d6f\\u2d80-\\u2d96\\u2da0-\\u2da6\\u2da8-\\u2dae\\u2db0-\\u2db6\\u2db8-\\u2dbe\\u2dc0-\\u2dc6\\u2dc8-\\u2dce\\u2dd0-\\u2dd6\\u2dd8-\\u2dde\\u2e2f\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303c\\u3041-\\u3096\\u309d-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312d\\u3131-\\u318e\\u31a0-\\u31ba\\u31f0-\\u31ff\\u3400-\\u4db5\\u4e00-\\u9fcc\\ua000-\\ua48c\\ua4d0-\\ua4fd\\ua500-\\ua60c\\ua610-\\ua61f\\ua62a\\ua62b\\ua640-\\ua66e\\ua67f-\\ua697\\ua6a0-\\ua6ef\\ua717-\\ua71f\\ua722-\\ua788\\ua78b-\\ua78e\\ua790-\\ua793\\ua7a0-\\ua7aa\\ua7f8-\\ua801\\ua803-\\ua805\\ua807-\\ua80a\\ua80c-\\ua822\\ua840-\\ua873\\ua882-\\ua8b3\\ua8f2-\\ua8f7\\ua8fb\\ua90a-\\ua925\\ua930-\\ua946\\ua960-\\ua97c\\ua984-\\ua9b2\\ua9cf\\uaa00-\\uaa28\\uaa40-\\uaa42\\uaa44-\\uaa4b\\uaa60-\\uaa76\\uaa7a\\uaa80-\\uaaaf\\uaab1\\uaab5\\uaab6\\uaab9-\\uaabd\\uaac0\\uaac2\\uaadb-\\uaadd\\uaae0-\\uaaea\\uaaf2-\\uaaf4\\uab01-\\uab06\\uab09-\\uab0e\\uab11-\\uab16\\uab20-\\uab26\\uab28-\\uab2e\\uabc0-\\uabe2\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufb00-\\ufb06\\ufb13-\\ufb17\\ufb1d\\ufb1f-\\ufb28\\ufb2a-\\ufb36\\ufb38-\\ufb3c\\ufb3e\\ufb40\\ufb41\\ufb43\\ufb44\\ufb46-\\ufbb1\\ufbd3-\\ufd3d\\ufd50-\\ufd8f\\ufd92-\\ufdc7\\ufdf0-\\ufdfb\\ufe70-\\ufe74\\ufe76-\\ufefc\\uff21-\\uff3a\\uff41-\\uff5a\\uff66-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc",n="\\u0300-\\u036f\\u0483-\\u0487\\u0591-\\u05bd\\u05bf\\u05c1\\u05c2\\u05c4\\u05c5\\u05c7\\u0610-\\u061a\\u0620-\\u0649\\u0672-\\u06d3\\u06e7-\\u06e8\\u06fb-\\u06fc\\u0730-\\u074a\\u0800-\\u0814\\u081b-\\u0823\\u0825-\\u0827\\u0829-\\u082d\\u0840-\\u0857\\u08e4-\\u08fe\\u0900-\\u0903\\u093a-\\u093c\\u093e-\\u094f\\u0951-\\u0957\\u0962-\\u0963\\u0966-\\u096f\\u0981-\\u0983\\u09bc\\u09be-\\u09c4\\u09c7\\u09c8\\u09d7\\u09df-\\u09e0\\u0a01-\\u0a03\\u0a3c\\u0a3e-\\u0a42\\u0a47\\u0a48\\u0a4b-\\u0a4d\\u0a51\\u0a66-\\u0a71\\u0a75\\u0a81-\\u0a83\\u0abc\\u0abe-\\u0ac5\\u0ac7-\\u0ac9\\u0acb-\\u0acd\\u0ae2-\\u0ae3\\u0ae6-\\u0aef\\u0b01-\\u0b03\\u0b3c\\u0b3e-\\u0b44\\u0b47\\u0b48\\u0b4b-\\u0b4d\\u0b56\\u0b57\\u0b5f-\\u0b60\\u0b66-\\u0b6f\\u0b82\\u0bbe-\\u0bc2\\u0bc6-\\u0bc8\\u0bca-\\u0bcd\\u0bd7\\u0be6-\\u0bef\\u0c01-\\u0c03\\u0c46-\\u0c48\\u0c4a-\\u0c4d\\u0c55\\u0c56\\u0c62-\\u0c63\\u0c66-\\u0c6f\\u0c82\\u0c83\\u0cbc\\u0cbe-\\u0cc4\\u0cc6-\\u0cc8\\u0cca-\\u0ccd\\u0cd5\\u0cd6\\u0ce2-\\u0ce3\\u0ce6-\\u0cef\\u0d02\\u0d03\\u0d46-\\u0d48\\u0d57\\u0d62-\\u0d63\\u0d66-\\u0d6f\\u0d82\\u0d83\\u0dca\\u0dcf-\\u0dd4\\u0dd6\\u0dd8-\\u0ddf\\u0df2\\u0df3\\u0e34-\\u0e3a\\u0e40-\\u0e45\\u0e50-\\u0e59\\u0eb4-\\u0eb9\\u0ec8-\\u0ecd\\u0ed0-\\u0ed9\\u0f18\\u0f19\\u0f20-\\u0f29\\u0f35\\u0f37\\u0f39\\u0f41-\\u0f47\\u0f71-\\u0f84\\u0f86-\\u0f87\\u0f8d-\\u0f97\\u0f99-\\u0fbc\\u0fc6\\u1000-\\u1029\\u1040-\\u1049\\u1067-\\u106d\\u1071-\\u1074\\u1082-\\u108d\\u108f-\\u109d\\u135d-\\u135f\\u170e-\\u1710\\u1720-\\u1730\\u1740-\\u1750\\u1772\\u1773\\u1780-\\u17b2\\u17dd\\u17e0-\\u17e9\\u180b-\\u180d\\u1810-\\u1819\\u1920-\\u192b\\u1930-\\u193b\\u1951-\\u196d\\u19b0-\\u19c0\\u19c8-\\u19c9\\u19d0-\\u19d9\\u1a00-\\u1a15\\u1a20-\\u1a53\\u1a60-\\u1a7c\\u1a7f-\\u1a89\\u1a90-\\u1a99\\u1b46-\\u1b4b\\u1b50-\\u1b59\\u1b6b-\\u1b73\\u1bb0-\\u1bb9\\u1be6-\\u1bf3\\u1c00-\\u1c22\\u1c40-\\u1c49\\u1c5b-\\u1c7d\\u1cd0-\\u1cd2\\u1d00-\\u1dbe\\u1e01-\\u1f15\\u200c\\u200d\\u203f\\u2040\\u2054\\u20d0-\\u20dc\\u20e1\\u20e5-\\u20f0\\u2d81-\\u2d96\\u2de0-\\u2dff\\u3021-\\u3028\\u3099\\u309a\\ua640-\\ua66d\\ua674-\\ua67d\\ua69f\\ua6f0-\\ua6f1\\ua7f8-\\ua800\\ua806\\ua80b\\ua823-\\ua827\\ua880-\\ua881\\ua8b4-\\ua8c4\\ua8d0-\\ua8d9\\ua8f3-\\ua8f7\\ua900-\\ua909\\ua926-\\ua92d\\ua930-\\ua945\\ua980-\\ua983\\ua9b3-\\ua9c0\\uaa00-\\uaa27\\uaa40-\\uaa41\\uaa4c-\\uaa4d\\uaa50-\\uaa59\\uaa7b\\uaae0-\\uaae9\\uaaf2-\\uaaf3\\uabc0-\\uabe1\\uabec\\uabed\\uabf0-\\uabf9\\ufb20-\\ufb28\\ufe00-\\ufe0f\\ufe20-\\ufe26\\ufe33\\ufe34\\ufe4d-\\ufe4f\\uff10-\\uff19\\uff3f",o="(?:\\\\u[0-9a-fA-F]{4}|[\\x23\\x24\\x40\\x41-\\x5a\\x5f\\x61-\\x7a"+i+"])";e.identifier=new RegExp(o+"(?:\\\\u[0-9a-fA-F]{4}|[\\x24\\x30-\\x39\\x41-\\x5a\\x5f\\x61-\\x7a\\xaa\\xb5\\xba\\xc0-\\xd6\\xd8-\\xf6\\xf8-\\u02c1\\u02c6-\\u02d1\\u02e0-\\u02e4\\u02ec\\u02ee\\u0370-\\u0374\\u0376\\u0377\\u037a-\\u037d\\u0386\\u0388-\\u038a\\u038c\\u038e-\\u03a1\\u03a3-\\u03f5\\u03f7-\\u0481\\u048a-\\u0527\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05d0-\\u05ea\\u05f0-\\u05f2\\u0620-\\u064a\\u066e\\u066f\\u0671-\\u06d3\\u06d5\\u06e5\\u06e6\\u06ee\\u06ef\\u06fa-\\u06fc\\u06ff\\u0710\\u0712-\\u072f\\u074d-\\u07a5\\u07b1\\u07ca-\\u07ea\\u07f4\\u07f5\\u07fa\\u0800-\\u0815\\u081a\\u0824\\u0828\\u0840-\\u0858\\u08a0\\u08a2-\\u08ac\\u0904-\\u0939\\u093d\\u0950\\u0958-\\u0961\\u0971-\\u0977\\u0979-\\u097f\\u0985-\\u098c\\u098f\\u0990\\u0993-\\u09a8\\u09aa-\\u09b0\\u09b2\\u09b6-\\u09b9\\u09bd\\u09ce\\u09dc\\u09dd\\u09df-\\u09e1\\u09f0\\u09f1\\u0a05-\\u0a0a\\u0a0f\\u0a10\\u0a13-\\u0a28\\u0a2a-\\u0a30\\u0a32\\u0a33\\u0a35\\u0a36\\u0a38\\u0a39\\u0a59-\\u0a5c\\u0a5e\\u0a72-\\u0a74\\u0a85-\\u0a8d\\u0a8f-\\u0a91\\u0a93-\\u0aa8\\u0aaa-\\u0ab0\\u0ab2\\u0ab3\\u0ab5-\\u0ab9\\u0abd\\u0ad0\\u0ae0\\u0ae1\\u0b05-\\u0b0c\\u0b0f\\u0b10\\u0b13-\\u0b28\\u0b2a-\\u0b30\\u0b32\\u0b33\\u0b35-\\u0b39\\u0b3d\\u0b5c\\u0b5d\\u0b5f-\\u0b61\\u0b71\\u0b83\\u0b85-\\u0b8a\\u0b8e-\\u0b90\\u0b92-\\u0b95\\u0b99\\u0b9a\\u0b9c\\u0b9e\\u0b9f\\u0ba3\\u0ba4\\u0ba8-\\u0baa\\u0bae-\\u0bb9\\u0bd0\\u0c05-\\u0c0c\\u0c0e-\\u0c10\\u0c12-\\u0c28\\u0c2a-\\u0c33\\u0c35-\\u0c39\\u0c3d\\u0c58\\u0c59\\u0c60\\u0c61\\u0c85-\\u0c8c\\u0c8e-\\u0c90\\u0c92-\\u0ca8\\u0caa-\\u0cb3\\u0cb5-\\u0cb9\\u0cbd\\u0cde\\u0ce0\\u0ce1\\u0cf1\\u0cf2\\u0d05-\\u0d0c\\u0d0e-\\u0d10\\u0d12-\\u0d3a\\u0d3d\\u0d4e\\u0d60\\u0d61\\u0d7a-\\u0d7f\\u0d85-\\u0d96\\u0d9a-\\u0db1\\u0db3-\\u0dbb\\u0dbd\\u0dc0-\\u0dc6\\u0e01-\\u0e30\\u0e32\\u0e33\\u0e40-\\u0e46\\u0e81\\u0e82\\u0e84\\u0e87\\u0e88\\u0e8a\\u0e8d\\u0e94-\\u0e97\\u0e99-\\u0e9f\\u0ea1-\\u0ea3\\u0ea5\\u0ea7\\u0eaa\\u0eab\\u0ead-\\u0eb0\\u0eb2\\u0eb3\\u0ebd\\u0ec0-\\u0ec4\\u0ec6\\u0edc-\\u0edf\\u0f00\\u0f40-\\u0f47\\u0f49-\\u0f6c\\u0f88-\\u0f8c\\u1000-\\u102a\\u103f\\u1050-\\u1055\\u105a-\\u105d\\u1061\\u1065\\u1066\\u106e-\\u1070\\u1075-\\u1081\\u108e\\u10a0-\\u10c5\\u10c7\\u10cd\\u10d0-\\u10fa\\u10fc-\\u1248\\u124a-\\u124d\\u1250-\\u1256\\u1258\\u125a-\\u125d\\u1260-\\u1288\\u128a-\\u128d\\u1290-\\u12b0\\u12b2-\\u12b5\\u12b8-\\u12be\\u12c0\\u12c2-\\u12c5\\u12c8-\\u12d6\\u12d8-\\u1310\\u1312-\\u1315\\u1318-\\u135a\\u1380-\\u138f\\u13a0-\\u13f4\\u1401-\\u166c\\u166f-\\u167f\\u1681-\\u169a\\u16a0-\\u16ea\\u16ee-\\u16f0\\u1700-\\u170c\\u170e-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176c\\u176e-\\u1770\\u1780-\\u17b3\\u17d7\\u17dc\\u1820-\\u1877\\u1880-\\u18a8\\u18aa\\u18b0-\\u18f5\\u1900-\\u191c\\u1950-\\u196d\\u1970-\\u1974\\u1980-\\u19ab\\u19c1-\\u19c7\\u1a00-\\u1a16\\u1a20-\\u1a54\\u1aa7\\u1b05-\\u1b33\\u1b45-\\u1b4b\\u1b83-\\u1ba0\\u1bae\\u1baf\\u1bba-\\u1be5\\u1c00-\\u1c23\\u1c4d-\\u1c4f\\u1c5a-\\u1c7d\\u1ce9-\\u1cec\\u1cee-\\u1cf1\\u1cf5\\u1cf6\\u1d00-\\u1dbf\\u1e00-\\u1f15\\u1f18-\\u1f1d\\u1f20-\\u1f45\\u1f48-\\u1f4d\\u1f50-\\u1f57\\u1f59\\u1f5b\\u1f5d\\u1f5f-\\u1f7d\\u1f80-\\u1fb4\\u1fb6-\\u1fbc\\u1fbe\\u1fc2-\\u1fc4\\u1fc6-\\u1fcc\\u1fd0-\\u1fd3\\u1fd6-\\u1fdb\\u1fe0-\\u1fec\\u1ff2-\\u1ff4\\u1ff6-\\u1ffc\\u2071\\u207f\\u2090-\\u209c\\u2102\\u2107\\u210a-\\u2113\\u2115\\u2119-\\u211d\\u2124\\u2126\\u2128\\u212a-\\u212d\\u212f-\\u2139\\u213c-\\u213f\\u2145-\\u2149\\u214e\\u2160-\\u2188\\u2c00-\\u2c2e\\u2c30-\\u2c5e\\u2c60-\\u2ce4\\u2ceb-\\u2cee\\u2cf2\\u2cf3\\u2d00-\\u2d25\\u2d27\\u2d2d\\u2d30-\\u2d67\\u2d6f\\u2d80-\\u2d96\\u2da0-\\u2da6\\u2da8-\\u2dae\\u2db0-\\u2db6\\u2db8-\\u2dbe\\u2dc0-\\u2dc6\\u2dc8-\\u2dce\\u2dd0-\\u2dd6\\u2dd8-\\u2dde\\u2e2f\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303c\\u3041-\\u3096\\u309d-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312d\\u3131-\\u318e\\u31a0-\\u31ba\\u31f0-\\u31ff\\u3400-\\u4db5\\u4e00-\\u9fcc\\ua000-\\ua48c\\ua4d0-\\ua4fd\\ua500-\\ua60c\\ua610-\\ua61f\\ua62a\\ua62b\\ua640-\\ua66e\\ua67f-\\ua697\\ua6a0-\\ua6ef\\ua717-\\ua71f\\ua722-\\ua788\\ua78b-\\ua78e\\ua790-\\ua793\\ua7a0-\\ua7aa\\ua7f8-\\ua801\\ua803-\\ua805\\ua807-\\ua80a\\ua80c-\\ua822\\ua840-\\ua873\\ua882-\\ua8b3\\ua8f2-\\ua8f7\\ua8fb\\ua90a-\\ua925\\ua930-\\ua946\\ua960-\\ua97c\\ua984-\\ua9b2\\ua9cf\\uaa00-\\uaa28\\uaa40-\\uaa42\\uaa44-\\uaa4b\\uaa60-\\uaa76\\uaa7a\\uaa80-\\uaaaf\\uaab1\\uaab5\\uaab6\\uaab9-\\uaabd\\uaac0\\uaac2\\uaadb-\\uaadd\\uaae0-\\uaaea\\uaaf2-\\uaaf4\\uab01-\\uab06\\uab09-\\uab0e\\uab11-\\uab16\\uab20-\\uab26\\uab28-\\uab2e\\uabc0-\\uabe2\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufb00-\\ufb06\\ufb13-\\ufb17\\ufb1d\\ufb1f-\\ufb28\\ufb2a-\\ufb36\\ufb38-\\ufb3c\\ufb3e\\ufb40\\ufb41\\ufb43\\ufb44\\ufb46-\\ufbb1\\ufbd3-\\ufd3d\\ufd50-\\ufd8f\\ufd92-\\ufdc7\\ufdf0-\\ufdfb\\ufe70-\\ufe74\\ufe76-\\ufefc\\uff21-\\uff3a\\uff41-\\uff5a\\uff66-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc\\u0300-\\u036f\\u0483-\\u0487\\u0591-\\u05bd\\u05bf\\u05c1\\u05c2\\u05c4\\u05c5\\u05c7\\u0610-\\u061a\\u0620-\\u0649\\u0672-\\u06d3\\u06e7-\\u06e8\\u06fb-\\u06fc\\u0730-\\u074a\\u0800-\\u0814\\u081b-\\u0823\\u0825-\\u0827\\u0829-\\u082d\\u0840-\\u0857\\u08e4-\\u08fe\\u0900-\\u0903\\u093a-\\u093c\\u093e-\\u094f\\u0951-\\u0957\\u0962-\\u0963\\u0966-\\u096f\\u0981-\\u0983\\u09bc\\u09be-\\u09c4\\u09c7\\u09c8\\u09d7\\u09df-\\u09e0\\u0a01-\\u0a03\\u0a3c\\u0a3e-\\u0a42\\u0a47\\u0a48\\u0a4b-\\u0a4d\\u0a51\\u0a66-\\u0a71\\u0a75\\u0a81-\\u0a83\\u0abc\\u0abe-\\u0ac5\\u0ac7-\\u0ac9\\u0acb-\\u0acd\\u0ae2-\\u0ae3\\u0ae6-\\u0aef\\u0b01-\\u0b03\\u0b3c\\u0b3e-\\u0b44\\u0b47\\u0b48\\u0b4b-\\u0b4d\\u0b56\\u0b57\\u0b5f-\\u0b60\\u0b66-\\u0b6f\\u0b82\\u0bbe-\\u0bc2\\u0bc6-\\u0bc8\\u0bca-\\u0bcd\\u0bd7\\u0be6-\\u0bef\\u0c01-\\u0c03\\u0c46-\\u0c48\\u0c4a-\\u0c4d\\u0c55\\u0c56\\u0c62-\\u0c63\\u0c66-\\u0c6f\\u0c82\\u0c83\\u0cbc\\u0cbe-\\u0cc4\\u0cc6-\\u0cc8\\u0cca-\\u0ccd\\u0cd5\\u0cd6\\u0ce2-\\u0ce3\\u0ce6-\\u0cef\\u0d02\\u0d03\\u0d46-\\u0d48\\u0d57\\u0d62-\\u0d63\\u0d66-\\u0d6f\\u0d82\\u0d83\\u0dca\\u0dcf-\\u0dd4\\u0dd6\\u0dd8-\\u0ddf\\u0df2\\u0df3\\u0e34-\\u0e3a\\u0e40-\\u0e45\\u0e50-\\u0e59\\u0eb4-\\u0eb9\\u0ec8-\\u0ecd\\u0ed0-\\u0ed9\\u0f18\\u0f19\\u0f20-\\u0f29\\u0f35\\u0f37\\u0f39\\u0f41-\\u0f47\\u0f71-\\u0f84\\u0f86-\\u0f87\\u0f8d-\\u0f97\\u0f99-\\u0fbc\\u0fc6\\u1000-\\u1029\\u1040-\\u1049\\u1067-\\u106d\\u1071-\\u1074\\u1082-\\u108d\\u108f-\\u109d\\u135d-\\u135f\\u170e-\\u1710\\u1720-\\u1730\\u1740-\\u1750\\u1772\\u1773\\u1780-\\u17b2\\u17dd\\u17e0-\\u17e9\\u180b-\\u180d\\u1810-\\u1819\\u1920-\\u192b\\u1930-\\u193b\\u1951-\\u196d\\u19b0-\\u19c0\\u19c8-\\u19c9\\u19d0-\\u19d9\\u1a00-\\u1a15\\u1a20-\\u1a53\\u1a60-\\u1a7c\\u1a7f-\\u1a89\\u1a90-\\u1a99\\u1b46-\\u1b4b\\u1b50-\\u1b59\\u1b6b-\\u1b73\\u1bb0-\\u1bb9\\u1be6-\\u1bf3\\u1c00-\\u1c22\\u1c40-\\u1c49\\u1c5b-\\u1c7d\\u1cd0-\\u1cd2\\u1d00-\\u1dbe\\u1e01-\\u1f15\\u200c\\u200d\\u203f\\u2040\\u2054\\u20d0-\\u20dc\\u20e1\\u20e5-\\u20f0\\u2d81-\\u2d96\\u2de0-\\u2dff\\u3021-\\u3028\\u3099\\u309a\\ua640-\\ua66d\\ua674-\\ua67d\\ua69f\\ua6f0-\\ua6f1\\ua7f8-\\ua800\\ua806\\ua80b\\ua823-\\ua827\\ua880-\\ua881\\ua8b4-\\ua8c4\\ua8d0-\\ua8d9\\ua8f3-\\ua8f7\\ua900-\\ua909\\ua926-\\ua92d\\ua930-\\ua945\\ua980-\\ua983\\ua9b3-\\ua9c0\\uaa00-\\uaa27\\uaa40-\\uaa41\\uaa4c-\\uaa4d\\uaa50-\\uaa59\\uaa7b\\uaae0-\\uaae9\\uaaf2-\\uaaf3\\uabc0-\\uabe1\\uabec\\uabed\\uabf0-\\uabf9\\ufb20-\\ufb28\\ufe00-\\ufe0f\\ufe20-\\ufe26\\ufe33\\ufe34\\ufe4d-\\ufe4f\\uff10-\\uff19\\uff3f])*","g"),e.identifierStart=new RegExp(o),e.identifierMatch=new RegExp("(?:\\\\u[0-9a-fA-F]{4}|["+t+i+n+"])+"),e.newline=/[\n\r\u2028\u2029]/,e.lineBreak=new RegExp("\r\n|"+e.newline.source),e.allLineBreaks=new RegExp(e.lineBreak.source,"g")}(Le)),Le}var Fe,Pe,He={},Ke={};function je(){if(Fe)return Ke;function e(e,i){this.raw_options=t(e,i),this.disabled=this._get_boolean("disabled"),this.eol=this._get_characters("eol","auto"),this.end_with_newline=this._get_boolean("end_with_newline"),this.indent_size=this._get_number("indent_size",4),this.indent_char=this._get_characters("indent_char"," "),this.indent_level=this._get_number("indent_level"),this.preserve_newlines=this._get_boolean("preserve_newlines",!0),this.max_preserve_newlines=this._get_number("max_preserve_newlines",32786),this.preserve_newlines||(this.max_preserve_newlines=0),this.indent_with_tabs=this._get_boolean("indent_with_tabs","\t"===this.indent_char),this.indent_with_tabs&&(this.indent_char="\t",1===this.indent_size&&(this.indent_size=4)),this.wrap_line_length=this._get_number("wrap_line_length",this._get_number("max_char")),this.indent_empty_lines=this._get_boolean("indent_empty_lines"),this.templating=this._get_selection_list("templating",["auto","none","django","erb","handlebars","php","smarty"],["auto"])}function t(e,t){var n,o={};for(n in e=i(e))n!==t&&(o[n]=e[n]);if(t&&e[t])for(n in e[t])o[n]=e[t][n];return o}function i(e){var t,i={};for(t in e){i[t.replace(/-/g,"_")]=e[t]}return i}return Fe=1,e.prototype._get_array=function(e,t){var i=this.raw_options[e],n=t||[];return"object"==typeof i?null!==i&&"function"==typeof i.concat&&(n=i.concat()):"string"==typeof i&&(n=i.split(/[^a-zA-Z0-9_\/\-]+/)),n},e.prototype._get_boolean=function(e,t){var i=this.raw_options[e];return void 0===i?!!t:!!i},e.prototype._get_characters=function(e,t){var i=this.raw_options[e],n=t||"";return"string"==typeof i&&(n=i.replace(/\\r/,"\r").replace(/\\n/,"\n").replace(/\\t/,"\t")),n},e.prototype._get_number=function(e,t){var i=this.raw_options[e];t=parseInt(t,10),isNaN(t)&&(t=0);var n=parseInt(i,10);return isNaN(n)&&(n=t),n},e.prototype._get_selection=function(e,t,i){var n=this._get_selection_list(e,t,i);if(1!==n.length)throw new Error("Invalid Option Value: The option '"+e+"' can only be one of the following values:\n"+t+"\nYou passed in: '"+this.raw_options[e]+"'");return n[0]},e.prototype._get_selection_list=function(e,t,i){if(!t||0===t.length)throw new Error("Selection list cannot be empty.");if(i=i||[t[0]],!this._is_valid_selection(i,t))throw new Error("Invalid Default Value!");var n=this._get_array(e,i);if(!this._is_valid_selection(n,t))throw new Error("Invalid Option Value: The option '"+e+"' can contain only the following values:\n"+t+"\nYou passed in: '"+this.raw_options[e]+"'");return n},e.prototype._is_valid_selection=function(e,t){return e.length&&t.length&&!e.some((function(e){return-1===t.indexOf(e)}))},Ke.Options=e,Ke.normalizeOpts=i,Ke.mergeOpts=t,Ke}function Qe(){if(Pe)return He;Pe=1;var e=je().Options,t=["before-newline","after-newline","preserve-newline"];function i(i){e.call(this,i,"js");var n=this.raw_options.brace_style||null;"expand-strict"===n?this.raw_options.brace_style="expand":"collapse-preserve-inline"===n?this.raw_options.brace_style="collapse,preserve-inline":void 0!==this.raw_options.braces_on_own_line&&(this.raw_options.brace_style=this.raw_options.braces_on_own_line?"expand":"collapse");var o=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_preserve_inline=!1,this.brace_style="collapse";for(var l=0;l<o.length;l++)"preserve-inline"===o[l]?this.brace_preserve_inline=!0:this.brace_style=o[l];this.unindent_chained_methods=this._get_boolean("unindent_chained_methods"),this.break_chained_methods=this._get_boolean("break_chained_methods"),this.space_in_paren=this._get_boolean("space_in_paren"),this.space_in_empty_paren=this._get_boolean("space_in_empty_paren"),this.jslint_happy=this._get_boolean("jslint_happy"),this.space_after_anon_function=this._get_boolean("space_after_anon_function"),this.space_after_named_function=this._get_boolean("space_after_named_function"),this.keep_array_indentation=this._get_boolean("keep_array_indentation"),this.space_before_conditional=this._get_boolean("space_before_conditional",!0),this.unescape_strings=this._get_boolean("unescape_strings"),this.e4x=this._get_boolean("e4x"),this.comma_first=this._get_boolean("comma_first"),this.operator_position=this._get_selection("operator_position",t),this.test_output_raw=this._get_boolean("test_output_raw"),this.jslint_happy&&(this.space_after_anon_function=!0)}return i.prototype=new e,He.Options=i,He}var ze,Je={},Xe={};function We(){if(ze)return Xe;ze=1;var e=RegExp.prototype.hasOwnProperty("sticky");function t(e){this.__input=e||"",this.__input_length=this.__input.length,this.__position=0}return t.prototype.restart=function(){this.__position=0},t.prototype.back=function(){this.__position>0&&(this.__position-=1)},t.prototype.hasNext=function(){return this.__position<this.__input_length},t.prototype.next=function(){var e=null;return this.hasNext()&&(e=this.__input.charAt(this.__position),this.__position+=1),e},t.prototype.peek=function(e){var t=null;return e=e||0,(e+=this.__position)>=0&&e<this.__input_length&&(t=this.__input.charAt(e)),t},t.prototype.__match=function(t,i){t.lastIndex=i;var n=t.exec(this.__input);return!n||e&&t.sticky||n.index!==i&&(n=null),n},t.prototype.test=function(e,t){return t=t||0,(t+=this.__position)>=0&&t<this.__input_length&&!!this.__match(e,t)},t.prototype.testChar=function(e,t){var i=this.peek(t);return e.lastIndex=0,null!==i&&e.test(i)},t.prototype.match=function(e){var t=this.__match(e,this.__position);return t?this.__position+=t[0].length:t=null,t},t.prototype.read=function(e,t,i){var n,o="";return e&&(n=this.match(e))&&(o+=n[0]),!t||!n&&e||(o+=this.readUntil(t,i)),o},t.prototype.readUntil=function(e,t){var i,n=this.__position;e.lastIndex=this.__position;var o=e.exec(this.__input);return o?(n=o.index,t&&(n+=o[0].length)):n=this.__input_length,i=this.__input.substring(this.__position,n),this.__position=n,i},t.prototype.readUntilAfter=function(e){return this.readUntil(e,!0)},t.prototype.get_regexp=function(t,i){var n=null,o="g";return i&&e&&(o="y"),"string"==typeof t&&""!==t?n=new RegExp(t,o):t&&(n=new RegExp(t.source,o)),n},t.prototype.get_literal_regexp=function(e){return RegExp(e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))},t.prototype.peekUntilAfter=function(e){var t=this.__position,i=this.readUntilAfter(e);return this.__position=t,i},t.prototype.lookBack=function(e){var t=this.__position-1;return t>=e.length&&this.__input.substring(t-e.length,t).toLowerCase()===e},Xe.InputScanner=t,Xe}var Ye,Ge={},Ze={};var $e,et,tt,it={},nt={};function ot(){if($e)return nt;function e(e,t){this._input=e,this._starting_pattern=null,this._match_pattern=null,this._until_pattern=null,this._until_after=!1,t&&(this._starting_pattern=this._input.get_regexp(t._starting_pattern,!0),this._match_pattern=this._input.get_regexp(t._match_pattern,!0),this._until_pattern=this._input.get_regexp(t._until_pattern),this._until_after=t._until_after)}return $e=1,e.prototype.read=function(){var e=this._input.read(this._starting_pattern);return this._starting_pattern&&!e||(e+=this._input.read(this._match_pattern,this._until_pattern,this._until_after)),e},e.prototype.read_match=function(){return this._input.match(this._match_pattern)},e.prototype.until_after=function(e){var t=this._create();return t._until_after=!0,t._until_pattern=this._input.get_regexp(e),t._update(),t},e.prototype.until=function(e){var t=this._create();return t._until_after=!1,t._until_pattern=this._input.get_regexp(e),t._update(),t},e.prototype.starting_with=function(e){var t=this._create();return t._starting_pattern=this._input.get_regexp(e,!0),t._update(),t},e.prototype.matching=function(e){var t=this._create();return t._match_pattern=this._input.get_regexp(e,!0),t._update(),t},e.prototype._create=function(){return new e(this._input,this)},e.prototype._update=function(){},nt.Pattern=e,nt}function lt(){if(tt)return Ge;tt=1;var e=We().InputScanner,t=Re().Token,i=function(){if(Ye)return Ze;function e(e){this.__tokens=[],this.__tokens_length=this.__tokens.length,this.__position=0,this.__parent_token=e}return Ye=1,e.prototype.restart=function(){this.__position=0},e.prototype.isEmpty=function(){return 0===this.__tokens_length},e.prototype.hasNext=function(){return this.__position<this.__tokens_length},e.prototype.next=function(){var e=null;return this.hasNext()&&(e=this.__tokens[this.__position],this.__position+=1),e},e.prototype.peek=function(e){var t=null;return e=e||0,(e+=this.__position)>=0&&e<this.__tokens_length&&(t=this.__tokens[e]),t},e.prototype.add=function(e){this.__parent_token&&(e.parent=this.__parent_token),this.__tokens.push(e),this.__tokens_length+=1},Ze.TokenStream=e,Ze}().TokenStream,n=function(){if(et)return it;et=1;var e=ot().Pattern;function t(t,i){e.call(this,t,i),i?this._line_regexp=this._input.get_regexp(i._line_regexp):this.__set_whitespace_patterns("",""),this.newline_count=0,this.whitespace_before_token=""}return t.prototype=new e,t.prototype.__set_whitespace_patterns=function(e,t){e+="\\t ",t+="\\n\\r",this._match_pattern=this._input.get_regexp("["+e+t+"]+",!0),this._newline_regexp=this._input.get_regexp("\\r\\n|["+t+"]")},t.prototype.read=function(){this.newline_count=0,this.whitespace_before_token="";var e=this._input.read(this._match_pattern);if(" "===e)this.whitespace_before_token=" ";else if(e){var t=this.__split(this._newline_regexp,e);this.newline_count=t.length-1,this.whitespace_before_token=t[this.newline_count]}return e},t.prototype.matching=function(e,t){var i=this._create();return i.__set_whitespace_patterns(e,t),i._update(),i},t.prototype._create=function(){return new t(this._input,this)},t.prototype.__split=function(e,t){e.lastIndex=0;for(var i=0,n=[],o=e.exec(t);o;)n.push(t.substring(i,o.index)),i=o.index+o[0].length,o=e.exec(t);return i<t.length?n.push(t.substring(i,t.length)):n.push(""),n},it.WhitespacePattern=t,it}().WhitespacePattern,o={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},l=function(t,i){this._input=new e(t),this._options=i||{},this.__tokens=null,this._patterns={},this._patterns.whitespace=new n(this._input)};return l.prototype.tokenize=function(){var e;this._input.restart(),this.__tokens=new i,this._reset();for(var n=new t(o.START,""),l=null,a=[],r=new i;n.type!==o.EOF;){for(e=this._get_next_token(n,l);this._is_comment(e);)r.add(e),e=this._get_next_token(n,l);r.isEmpty()||(e.comments_before=r,r=new i),e.parent=l,this._is_opening(e)?(a.push(l),l=e):l&&this._is_closing(e,l)&&(e.opened=l,l.closed=e,l=a.pop(),e.parent=l),e.previous=n,n.next=e,this.__tokens.add(e),n=e}return this.__tokens},l.prototype._is_first_token=function(){return this.__tokens.isEmpty()},l.prototype._reset=function(){},l.prototype._get_next_token=function(e,t){this._readWhitespace();var i=this._input.read(/.+/g);return i?this._create_token(o.RAW,i):this._create_token(o.EOF,"")},l.prototype._is_comment=function(e){return!1},l.prototype._is_opening=function(e){return!1},l.prototype._is_closing=function(e,t){return!1},l.prototype._create_token=function(e,i){return new t(e,i,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token)},l.prototype._readWhitespace=function(){return this._patterns.whitespace.read()},Ge.Tokenizer=l,Ge.TOKEN=o,Ge}var at,rt={};function st(){if(at)return rt;function e(e,t){e="string"==typeof e?e:e.source,t="string"==typeof t?t:t.source,this.__directives_block_pattern=new RegExp(e+/ beautify( \w+[:]\w+)+ /.source+t,"g"),this.__directive_pattern=/ (\w+)[:](\w+)/g,this.__directives_end_ignore_pattern=new RegExp(e+/\sbeautify\signore:end\s/.source+t,"g")}return at=1,e.prototype.get_directives=function(e){if(!e.match(this.__directives_block_pattern))return null;var t={};this.__directive_pattern.lastIndex=0;for(var i=this.__directive_pattern.exec(e);i;)t[i[1]]=i[2],i=this.__directive_pattern.exec(e);return t},e.prototype.readIgnored=function(e){return e.readUntilAfter(this.__directives_end_ignore_pattern)},rt.Directives=e,rt}var ct,dt,ut,ht,pt={};function mt(){if(ct)return pt;ct=1;var e=ot().Pattern,t={django:!1,erb:!1,handlebars:!1,php:!1,smarty:!1};function i(i,n){e.call(this,i,n),this.__template_pattern=null,this._disabled=Object.assign({},t),this._excluded=Object.assign({},t),n&&(this.__template_pattern=this._input.get_regexp(n.__template_pattern),this._excluded=Object.assign(this._excluded,n._excluded),this._disabled=Object.assign(this._disabled,n._disabled));var o=new e(i);this.__patterns={handlebars_comment:o.starting_with(/{{!--/).until_after(/--}}/),handlebars_unescaped:o.starting_with(/{{{/).until_after(/}}}/),handlebars:o.starting_with(/{{/).until_after(/}}/),php:o.starting_with(/<\?(?:[= ]|php)/).until_after(/\?>/),erb:o.starting_with(/<%[^%]/).until_after(/[^%]%>/),django:o.starting_with(/{%/).until_after(/%}/),django_value:o.starting_with(/{{/).until_after(/}}/),django_comment:o.starting_with(/{#/).until_after(/#}/),smarty:o.starting_with(/{(?=[^}{\s\n])/).until_after(/[^\s\n]}/),smarty_comment:o.starting_with(/{\*/).until_after(/\*}/),smarty_literal:o.starting_with(/{literal}/).until_after(/{\/literal}/)}}return i.prototype=new e,i.prototype._create=function(){return new i(this._input,this)},i.prototype._update=function(){this.__set_templated_pattern()},i.prototype.disable=function(e){var t=this._create();return t._disabled[e]=!0,t._update(),t},i.prototype.read_options=function(e){var i=this._create();for(var n in t)i._disabled[n]=-1===e.templating.indexOf(n);return i._update(),i},i.prototype.exclude=function(e){var t=this._create();return t._excluded[e]=!0,t._update(),t},i.prototype.read=function(){var e="";e=this._match_pattern?this._input.read(this._starting_pattern):this._input.read(this._starting_pattern,this.__template_pattern);for(var t=this._read_template();t;)this._match_pattern?t+=this._input.read(this._match_pattern):t+=this._input.readUntil(this.__template_pattern),e+=t,t=this._read_template();return this._until_after&&(e+=this._input.readUntilAfter(this._until_pattern)),e},i.prototype.__set_templated_pattern=function(){var e=[];this._disabled.php||e.push(this.__patterns.php._starting_pattern.source),this._disabled.handlebars||e.push(this.__patterns.handlebars._starting_pattern.source),this._disabled.erb||e.push(this.__patterns.erb._starting_pattern.source),this._disabled.django||(e.push(this.__patterns.django._starting_pattern.source),e.push(this.__patterns.django_value._starting_pattern.source),e.push(this.__patterns.django_comment._starting_pattern.source)),this._disabled.smarty||e.push(this.__patterns.smarty._starting_pattern.source),this._until_pattern&&e.push(this._until_pattern.source),this.__template_pattern=this._input.get_regexp("(?:"+e.join("|")+")")},i.prototype._read_template=function(){var e="",t=this._input.peek();if("<"===t){var i=this._input.peek(1);this._disabled.php||this._excluded.php||"?"!==i||(e=e||this.__patterns.php.read()),this._disabled.erb||this._excluded.erb||"%"!==i||(e=e||this.__patterns.erb.read())}else"{"===t&&(this._disabled.handlebars||this._excluded.handlebars||(e=(e=(e=e||this.__patterns.handlebars_comment.read())||this.__patterns.handlebars_unescaped.read())||this.__patterns.handlebars.read()),this._disabled.django||(this._excluded.django||this._excluded.handlebars||(e=e||this.__patterns.django_value.read()),this._excluded.django||(e=(e=e||this.__patterns.django_comment.read())||this.__patterns.django.read())),this._disabled.smarty||this._disabled.django&&this._disabled.handlebars&&(e=(e=(e=e||this.__patterns.smarty_comment.read())||this.__patterns.smarty_literal.read())||this.__patterns.smarty.read()));return e},pt.TemplatablePattern=i,pt}function gt(){if(dt)return Je;dt=1;var e=We().InputScanner,t=lt().Tokenizer,i=lt().TOKEN,n=st().Directives,o=Ue(),l=ot().Pattern,a=mt().TemplatablePattern;function r(e,t){return-1!==t.indexOf(e)}var s={START_EXPR:"TK_START_EXPR",END_EXPR:"TK_END_EXPR",START_BLOCK:"TK_START_BLOCK",END_BLOCK:"TK_END_BLOCK",WORD:"TK_WORD",RESERVED:"TK_RESERVED",SEMICOLON:"TK_SEMICOLON",STRING:"TK_STRING",EQUALS:"TK_EQUALS",OPERATOR:"TK_OPERATOR",COMMA:"TK_COMMA",BLOCK_COMMENT:"TK_BLOCK_COMMENT",COMMENT:"TK_COMMENT",DOT:"TK_DOT",UNKNOWN:"TK_UNKNOWN",START:i.START,RAW:i.RAW,EOF:i.EOF},c=new n(/\/\*/,/\*\//),d=/0[xX][0123456789abcdefABCDEF_]*n?|0[oO][01234567_]*n?|0[bB][01_]*n?|\d[\d_]*n|(?:\.\d[\d_]*|\d[\d_]*\.?[\d_]*)(?:[eE][+-]?[\d_]+)?/,u=/[0-9]/,h=/[^\d\.]/,p=">>> === !== &&= ??= ||= << && >= ** != == <= >> || ?? |> < / - + > : & % ? ^ | *".split(" "),m=">>>= ... >>= <<= === >>> !== **= &&= ??= ||= => ^= :: /= << <= == && -= >= >> != -- += ** || ?? ++ %= &= *= |= |> = ! ? > < : / ^ - + * & % ~ |";m=(m="\\?\\.(?!\\d) "+(m=m.replace(/[-[\]{}()*+?.,\\^$|#]/g,"\\$&"))).replace(/ /g,"|");var g,A=new RegExp(m),f="continue,try,throw,return,var,let,const,if,switch,case,default,for,while,break,function,import,export".split(","),y=f.concat(["do","in","of","else","get","set","new","catch","finally","typeof","yield","async","await","from","as","class","extends"]),b=new RegExp("^(?:"+y.join("|")+")$"),v=function(e,i){t.call(this,e,i),this._patterns.whitespace=this._patterns.whitespace.matching(/\u00A0\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff/.source,/\u2028\u2029/.source);var n=new l(this._input),r=new a(this._input).read_options(this._options);this.__patterns={template:r,identifier:r.starting_with(o.identifier).matching(o.identifierMatch),number:n.matching(d),punct:n.matching(A),comment:n.starting_with(/\/\//).until(/[\n\r\u2028\u2029]/),block_comment:n.starting_with(/\/\*/).until_after(/\*\//),html_comment_start:n.matching(/<!--/),html_comment_end:n.matching(/-->/),include:n.starting_with(/#include/).until_after(o.lineBreak),shebang:n.starting_with(/#!/).until_after(o.lineBreak),xml:n.matching(/[\s\S]*?<(\/?)([-a-zA-Z:0-9_.]+|{[^}]+?}|!\[CDATA\[[^\]]*?\]\]|)(\s*{[^}]+?}|\s+[-a-zA-Z:0-9_.]+|\s+[-a-zA-Z:0-9_.]+\s*=\s*('[^']*'|"[^"]*"|{([^{}]|{[^}]+?})+?}))*\s*(\/?)\s*>/),single_quote:r.until(/['\\\n\r\u2028\u2029]/),double_quote:r.until(/["\\\n\r\u2028\u2029]/),template_text:r.until(/[`\\$]/),template_expression:r.until(/[`}\\]/)}};return(v.prototype=new t)._is_comment=function(e){return e.type===s.COMMENT||e.type===s.BLOCK_COMMENT||e.type===s.UNKNOWN},v.prototype._is_opening=function(e){return e.type===s.START_BLOCK||e.type===s.START_EXPR},v.prototype._is_closing=function(e,t){return(e.type===s.END_BLOCK||e.type===s.END_EXPR)&&t&&("]"===e.text&&"["===t.text||")"===e.text&&"("===t.text||"}"===e.text&&"{"===t.text)},v.prototype._reset=function(){g=!1},v.prototype._get_next_token=function(e,t){var i=null;this._readWhitespace();var n=this._input.peek();return null===n?this._create_token(s.EOF,""):i=(i=(i=(i=(i=(i=(i=(i=(i=i||this._read_non_javascript(n))||this._read_string(n))||this._read_word(e))||this._read_singles(n))||this._read_comment(n))||this._read_regexp(n,e))||this._read_xml(n,e))||this._read_punctuation())||this._create_token(s.UNKNOWN,this._input.next())},v.prototype._read_word=function(e){var t;return""!==(t=this.__patterns.identifier.read())?(t=t.replace(o.allLineBreaks,"\n"),e.type!==s.DOT&&(e.type!==s.RESERVED||"set"!==e.text&&"get"!==e.text)&&b.test(t)?"in"!==t&&"of"!==t||e.type!==s.WORD&&e.type!==s.STRING?this._create_token(s.RESERVED,t):this._create_token(s.OPERATOR,t):this._create_token(s.WORD,t)):""!==(t=this.__patterns.number.read())?this._create_token(s.WORD,t):void 0},v.prototype._read_singles=function(e){var t=null;return"("===e||"["===e?t=this._create_token(s.START_EXPR,e):")"===e||"]"===e?t=this._create_token(s.END_EXPR,e):"{"===e?t=this._create_token(s.START_BLOCK,e):"}"===e?t=this._create_token(s.END_BLOCK,e):";"===e?t=this._create_token(s.SEMICOLON,e):"."===e&&h.test(this._input.peek(1))?t=this._create_token(s.DOT,e):","===e&&(t=this._create_token(s.COMMA,e)),t&&this._input.next(),t},v.prototype._read_punctuation=function(){var e=this.__patterns.punct.read();if(""!==e)return"="===e?this._create_token(s.EQUALS,e):"?."===e?this._create_token(s.DOT,e):this._create_token(s.OPERATOR,e)},v.prototype._read_non_javascript=function(e){var t="";if("#"===e){if(this._is_first_token()&&(t=this.__patterns.shebang.read()))return this._create_token(s.UNKNOWN,t.trim()+"\n");if(t=this.__patterns.include.read())return this._create_token(s.UNKNOWN,t.trim()+"\n");e=this._input.next();var i="#";if(this._input.hasNext()&&this._input.testChar(u)){do{i+=e=this._input.next()}while(this._input.hasNext()&&"#"!==e&&"="!==e);return"#"===e||("["===this._input.peek()&&"]"===this._input.peek(1)?(i+="[]",this._input.next(),this._input.next()):"{"===this._input.peek()&&"}"===this._input.peek(1)&&(i+="{}",this._input.next(),this._input.next())),this._create_token(s.WORD,i)}this._input.back()}else if("<"===e&&this._is_first_token()){if(t=this.__patterns.html_comment_start.read()){for(;this._input.hasNext()&&!this._input.testChar(o.newline);)t+=this._input.next();return g=!0,this._create_token(s.COMMENT,t)}}else if(g&&"-"===e&&(t=this.__patterns.html_comment_end.read()))return g=!1,this._create_token(s.COMMENT,t);return null},v.prototype._read_comment=function(e){var t=null;if("/"===e){var i="";if("*"===this._input.peek(1)){i=this.__patterns.block_comment.read();var n=c.get_directives(i);n&&"start"===n.ignore&&(i+=c.readIgnored(this._input)),i=i.replace(o.allLineBreaks,"\n"),(t=this._create_token(s.BLOCK_COMMENT,i)).directives=n}else"/"===this._input.peek(1)&&(i=this.__patterns.comment.read(),t=this._create_token(s.COMMENT,i))}return t},v.prototype._read_string=function(t){if("`"===t||"'"===t||'"'===t){var i=this._input.next();return this.has_char_escapes=!1,i+="`"===t?this._read_string_recursive("`",!0,"${"):this._read_string_recursive(t),this.has_char_escapes&&this._options.unescape_strings&&(i=function(t){var i="",n=0,o=new e(t),l=null;for(;o.hasNext();)if((l=o.match(/([\s]|[^\\]|\\\\)+/g))&&(i+=l[0]),"\\"===o.peek()){if(o.next(),"x"===o.peek())l=o.match(/x([0-9A-Fa-f]{2})/g);else{if("u"!==o.peek()){i+="\\",o.hasNext()&&(i+=o.next());continue}l=o.match(/u([0-9A-Fa-f]{4})/g)}if(!l)return t;if((n=parseInt(l[1],16))>126&&n<=255&&0===l[0].indexOf("x"))return t;if(n>=0&&n<32){i+="\\"+l[0];continue}i+=34===n||39===n||92===n?"\\"+String.fromCharCode(n):String.fromCharCode(n)}return i}(i)),this._input.peek()===t&&(i+=this._input.next()),i=i.replace(o.allLineBreaks,"\n"),this._create_token(s.STRING,i)}return null},v.prototype._allow_regexp_or_xml=function(e){return e.type===s.RESERVED&&r(e.text,["return","case","throw","else","do","typeof","yield"])||e.type===s.END_EXPR&&")"===e.text&&e.opened.previous.type===s.RESERVED&&r(e.opened.previous.text,["if","while","for"])||r(e.type,[s.COMMENT,s.START_EXPR,s.START_BLOCK,s.START,s.END_BLOCK,s.OPERATOR,s.EQUALS,s.EOF,s.SEMICOLON,s.COMMA])},v.prototype._read_regexp=function(e,t){if("/"===e&&this._allow_regexp_or_xml(t)){for(var i=this._input.next(),n=!1,l=!1;this._input.hasNext()&&(n||l||this._input.peek()!==e)&&!this._input.testChar(o.newline);)i+=this._input.peek(),n?n=!1:(n="\\"===this._input.peek(),"["===this._input.peek()?l=!0:"]"===this._input.peek()&&(l=!1)),this._input.next();return this._input.peek()===e&&(i+=this._input.next(),i+=this._input.read(o.identifier)),this._create_token(s.STRING,i)}return null},v.prototype._read_xml=function(e,t){if(this._options.e4x&&"<"===e&&this._allow_regexp_or_xml(t)){var i="",n=this.__patterns.xml.read_match();if(n){for(var l=n[2].replace(/^{\s+/,"{").replace(/\s+}$/,"}"),a=0===l.indexOf("{"),r=0;n;){var c=!!n[1],d=n[2];if(!(!!n[n.length-1]||"![CDATA["===d.slice(0,8))&&(d===l||a&&d.replace(/^{\s+/,"{").replace(/\s+}$/,"}"))&&(c?--r:++r),i+=n[0],r<=0)break;n=this.__patterns.xml.read_match()}return n||(i+=this._input.match(/[\s\S]*/g)[0]),i=i.replace(o.allLineBreaks,"\n"),this._create_token(s.STRING,i)}}return null},v.prototype._read_string_recursive=function(e,t,i){var n,l;"'"===e?l=this.__patterns.single_quote:'"'===e?l=this.__patterns.double_quote:"`"===e?l=this.__patterns.template_text:"}"===e&&(l=this.__patterns.template_expression);for(var a=l.read(),r="";this._input.hasNext();){if((r=this._input.next())===e||!t&&o.newline.test(r)){this._input.back();break}"\\"===r&&this._input.hasNext()?("x"===(n=this._input.peek())||"u"===n?this.has_char_escapes=!0:"\r"===n&&"\n"===this._input.peek(1)&&this._input.next(),r+=this._input.next()):i&&("${"===i&&"$"===r&&"{"===this._input.peek()&&(r+=this._input.next()),i===r&&(r+="`"===e?this._read_string_recursive("}",t,"`"):this._read_string_recursive("`",t,"${"),this._input.hasNext()&&(r+=this._input.next()))),a+=r+=l.read()}return a},Je.Tokenizer=v,Je.TOKEN=s,Je.positionable_operators=p.slice(),Je.line_starters=f.slice(),Je}function At(){if(ut)return Ie;ut=1;var e=De().Output,t=Re().Token,i=Ue(),n=Qe().Options,o=gt().Tokenizer,l=gt().line_starters,a=gt().positionable_operators,r=gt().TOKEN;function s(e,t){return-1!==t.indexOf(e)}function c(e,t){return e&&e.type===r.RESERVED&&e.text===t}function d(e,t){return e&&e.type===r.RESERVED&&s(e.text,t)}var u=["case","return","do","if","throw","else","await","break","continue","async"],h=function(e){for(var t={},i=0;i<e.length;i++)t[e[i].replace(/-/g,"_")]=e[i];return t}(["before-newline","after-newline","preserve-newline"]),p=[h.before_newline,h.preserve_newline],m="BlockStatement",g="Statement",A="ObjectLiteral",f="ArrayLiteral",y="ForInitializer",b="Conditional",v="Expression";function k(e,t){t.multiline_frame||t.mode===y||t.mode===b||e.remove_indent(t.start_line_index)}function C(e){return e===f}function E(e){return s(e,[v,y,b])}function w(e,t){t=t||{},this._source_text=e||"",this._output=null,this._tokens=null,this._last_last_text=null,this._flags=null,this._previous_flags=null,this._flag_store=null,this._options=new n(t)}w.prototype.create_flags=function(e,i){var n=0;return e&&(n=e.indentation_level,!this._output.just_added_newline()&&e.line_indent_level>n&&(n=e.line_indent_level)),{mode:i,parent:e,last_token:e?e.last_token:new t(r.START_BLOCK,""),last_word:e?e.last_word:"",declaration_statement:!1,declaration_assignment:!1,multiline_frame:!1,inline_frame:!1,if_block:!1,else_block:!1,class_start_block:!1,do_block:!1,do_while:!1,import_block:!1,in_case_statement:!1,in_case:!1,case_body:!1,case_block:!1,indentation_level:n,alignment:0,line_indent_level:e?e.line_indent_level:n,start_line_index:this._output.get_line_number(),ternary_depth:0}},w.prototype._reset=function(t){var i=t.match(/^[\t ]*/)[0];this._last_last_text="",this._output=new e(this._options,i),this._output.raw=this._options.test_output_raw,this._flag_store=[],this.set_mode(m);var n=new o(t,this._options);return this._tokens=n.tokenize(),t},w.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var e=this._reset(this._source_text),t=this._options.eol;"auto"===this._options.eol&&(t="\n",e&&i.lineBreak.test(e||"")&&(t=e.match(i.lineBreak)[0]));for(var n=this._tokens.next();n;)this.handle_token(n),this._last_last_text=this._flags.last_token.text,this._flags.last_token=n,n=this._tokens.next();return this._output.get_code(t)},w.prototype.handle_token=function(e,t){e.type===r.START_EXPR?this.handle_start_expr(e):e.type===r.END_EXPR?this.handle_end_expr(e):e.type===r.START_BLOCK?this.handle_start_block(e):e.type===r.END_BLOCK?this.handle_end_block(e):e.type===r.WORD||e.type===r.RESERVED?this.handle_word(e):e.type===r.SEMICOLON?this.handle_semicolon(e):e.type===r.STRING?this.handle_string(e):e.type===r.EQUALS?this.handle_equals(e):e.type===r.OPERATOR?this.handle_operator(e):e.type===r.COMMA?this.handle_comma(e):e.type===r.BLOCK_COMMENT?this.handle_block_comment(e,t):e.type===r.COMMENT?this.handle_comment(e,t):e.type===r.DOT?this.handle_dot(e):e.type===r.EOF?this.handle_eof(e):(e.type,r.UNKNOWN,this.handle_unknown(e,t))},w.prototype.handle_whitespace_and_comments=function(e,t){var i=e.newlines,n=this._options.keep_array_indentation&&C(this._flags.mode);if(e.comments_before)for(var o=e.comments_before.next();o;)this.handle_whitespace_and_comments(o,t),this.handle_token(o,t),o=e.comments_before.next();if(n)for(var l=0;l<i;l+=1)this.print_newline(l>0,t);else if(this._options.max_preserve_newlines&&i>this._options.max_preserve_newlines&&(i=this._options.max_preserve_newlines),this._options.preserve_newlines&&i>1){this.print_newline(!1,t);for(var a=1;a<i;a+=1)this.print_newline(!0,t)}};var V=["async","break","continue","return","throw","yield"];return w.prototype.allow_wrap_or_preserved_newline=function(e,t){if(t=void 0!==t&&t,!this._output.just_added_newline()){var i=this._options.preserve_newlines&&e.newlines||t;if(s(this._flags.last_token.text,a)||s(e.text,a)){var n=s(this._flags.last_token.text,a)&&s(this._options.operator_position,p)||s(e.text,a);i=i&&n}if(i)this.print_newline(!1,!0);else if(this._options.wrap_line_length){if(d(this._flags.last_token,V))return;this._output.set_wrap_point()}}},w.prototype.print_newline=function(e,t){if(!t&&";"!==this._flags.last_token.text&&","!==this._flags.last_token.text&&"="!==this._flags.last_token.text&&(this._flags.last_token.type!==r.OPERATOR||"--"===this._flags.last_token.text||"++"===this._flags.last_token.text))for(var i=this._tokens.peek();!(this._flags.mode!==g||this._flags.if_block&&c(i,"else")||this._flags.do_block);)this.restore_mode();this._output.add_new_line(e)&&(this._flags.multiline_frame=!0)},w.prototype.print_token_line_indentation=function(e){this._output.just_added_newline()&&(this._options.keep_array_indentation&&e.newlines&&("["===e.text||C(this._flags.mode))?(this._output.current_line.set_indent(-1),this._output.current_line.push(e.whitespace_before),this._output.space_before_token=!1):this._output.set_indent(this._flags.indentation_level,this._flags.alignment)&&(this._flags.line_indent_level=this._flags.indentation_level))},w.prototype.print_token=function(e){if(this._output.raw)this._output.add_raw_token(e);else{if(this._options.comma_first&&e.previous&&e.previous.type===r.COMMA&&this._output.just_added_newline()&&","===this._output.previous_line.last()){var t=this._output.previous_line.pop();this._output.previous_line.is_empty()&&(this._output.previous_line.push(t),this._output.trim(!0),this._output.current_line.pop(),this._output.trim()),this.print_token_line_indentation(e),this._output.add_token(","),this._output.space_before_token=!0}this.print_token_line_indentation(e),this._output.non_breaking_space=!0,this._output.add_token(e.text),this._output.previous_token_wrapped&&(this._flags.multiline_frame=!0)}},w.prototype.indent=function(){this._flags.indentation_level+=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment)},w.prototype.deindent=function(){this._flags.indentation_level>0&&(!this._flags.parent||this._flags.indentation_level>this._flags.parent.indentation_level)&&(this._flags.indentation_level-=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment))},w.prototype.set_mode=function(e){this._flags?(this._flag_store.push(this._flags),this._previous_flags=this._flags):this._previous_flags=this.create_flags(null,e),this._flags=this.create_flags(this._previous_flags,e),this._output.set_indent(this._flags.indentation_level,this._flags.alignment)},w.prototype.restore_mode=function(){this._flag_store.length>0&&(this._previous_flags=this._flags,this._flags=this._flag_store.pop(),this._previous_flags.mode===g&&k(this._output,this._previous_flags),this._output.set_indent(this._flags.indentation_level,this._flags.alignment))},w.prototype.start_of_object_property=function(){return this._flags.parent.mode===A&&this._flags.mode===g&&(":"===this._flags.last_token.text&&0===this._flags.ternary_depth||d(this._flags.last_token,["get","set"]))},w.prototype.start_of_statement=function(e){var t=!1;return!!(t=(t=(t=(t=(t=(t=(t=t||d(this._flags.last_token,["var","let","const"])&&e.type===r.WORD)||c(this._flags.last_token,"do"))||!(this._flags.parent.mode===A&&this._flags.mode===g)&&d(this._flags.last_token,V)&&!e.newlines)||c(this._flags.last_token,"else")&&!(c(e,"if")&&!e.comments_before))||this._flags.last_token.type===r.END_EXPR&&(this._previous_flags.mode===y||this._previous_flags.mode===b))||this._flags.last_token.type===r.WORD&&this._flags.mode===m&&!this._flags.in_case&&!("--"===e.text||"++"===e.text)&&"function"!==this._last_last_text&&e.type!==r.WORD&&e.type!==r.RESERVED)||this._flags.mode===A&&(":"===this._flags.last_token.text&&0===this._flags.ternary_depth||d(this._flags.last_token,["get","set"])))&&(this.set_mode(g),this.indent(),this.handle_whitespace_and_comments(e,!0),this.start_of_object_property()||this.allow_wrap_or_preserved_newline(e,d(e,["do","for","if","while"])),!0)},w.prototype.handle_start_expr=function(e){this.start_of_statement(e)||this.handle_whitespace_and_comments(e);var t=v;if("["===e.text){if(this._flags.last_token.type===r.WORD||")"===this._flags.last_token.text)return d(this._flags.last_token,l)&&(this._output.space_before_token=!0),this.print_token(e),this.set_mode(t),this.indent(),void(this._options.space_in_paren&&(this._output.space_before_token=!0));t=f,C(this._flags.mode)&&("["!==this._flags.last_token.text&&(","!==this._flags.last_token.text||"]"!==this._last_last_text&&"}"!==this._last_last_text)||this._options.keep_array_indentation||this.print_newline()),s(this._flags.last_token.type,[r.START_EXPR,r.END_EXPR,r.WORD,r.OPERATOR,r.DOT])||(this._output.space_before_token=!0)}else{if(this._flags.last_token.type===r.RESERVED)"for"===this._flags.last_token.text?(this._output.space_before_token=this._options.space_before_conditional,t=y):s(this._flags.last_token.text,["if","while","switch"])?(this._output.space_before_token=this._options.space_before_conditional,t=b):s(this._flags.last_word,["await","async"])?this._output.space_before_token=!0:"import"===this._flags.last_token.text&&""===e.whitespace_before?this._output.space_before_token=!1:(s(this._flags.last_token.text,l)||"catch"===this._flags.last_token.text)&&(this._output.space_before_token=!0);else if(this._flags.last_token.type===r.EQUALS||this._flags.last_token.type===r.OPERATOR)this.start_of_object_property()||this.allow_wrap_or_preserved_newline(e);else if(this._flags.last_token.type===r.WORD){this._output.space_before_token=!1;var i=this._tokens.peek(-3);if(this._options.space_after_named_function&&i){var n=this._tokens.peek(-4);d(i,["async","function"])||"*"===i.text&&d(n,["async","function"])?this._output.space_before_token=!0:this._flags.mode===A?"{"!==i.text&&","!==i.text&&("*"!==i.text||"{"!==n.text&&","!==n.text)||(this._output.space_before_token=!0):this._flags.parent&&this._flags.parent.class_start_block&&(this._output.space_before_token=!0)}}else this.allow_wrap_or_preserved_newline(e);(this._flags.last_token.type===r.RESERVED&&("function"===this._flags.last_word||"typeof"===this._flags.last_word)||"*"===this._flags.last_token.text&&(s(this._last_last_text,["function","yield"])||this._flags.mode===A&&s(this._last_last_text,["{",","])))&&(this._output.space_before_token=this._options.space_after_anon_function)}";"===this._flags.last_token.text||this._flags.last_token.type===r.START_BLOCK?this.print_newline():this._flags.last_token.type!==r.END_EXPR&&this._flags.last_token.type!==r.START_EXPR&&this._flags.last_token.type!==r.END_BLOCK&&"."!==this._flags.last_token.text&&this._flags.last_token.type!==r.COMMA||this.allow_wrap_or_preserved_newline(e,e.newlines),this.print_token(e),this.set_mode(t),this._options.space_in_paren&&(this._output.space_before_token=!0),this.indent()},w.prototype.handle_end_expr=function(e){for(;this._flags.mode===g;)this.restore_mode();this.handle_whitespace_and_comments(e),this._flags.multiline_frame&&this.allow_wrap_or_preserved_newline(e,"]"===e.text&&C(this._flags.mode)&&!this._options.keep_array_indentation),this._options.space_in_paren&&(this._flags.last_token.type!==r.START_EXPR||this._options.space_in_empty_paren?this._output.space_before_token=!0:(this._output.trim(),this._output.space_before_token=!1)),this.deindent(),this.print_token(e),this.restore_mode(),k(this._output,this._previous_flags),this._flags.do_while&&this._previous_flags.mode===b&&(this._previous_flags.mode=v,this._flags.do_block=!1,this._flags.do_while=!1)},w.prototype.handle_start_block=function(e){this.handle_whitespace_and_comments(e);var t=this._tokens.peek(),i=this._tokens.peek(1);"switch"===this._flags.last_word&&this._flags.last_token.type===r.END_EXPR?(this.set_mode(m),this._flags.in_case_statement=!0):this._flags.case_body?this.set_mode(m):i&&(s(i.text,[":",","])&&s(t.type,[r.STRING,r.WORD,r.RESERVED])||s(t.text,["get","set","..."])&&s(i.type,[r.WORD,r.RESERVED]))?s(this._last_last_text,["class","interface"])&&!s(i.text,[":",","])?this.set_mode(m):this.set_mode(A):this._flags.last_token.type===r.OPERATOR&&"=>"===this._flags.last_token.text?this.set_mode(m):s(this._flags.last_token.type,[r.EQUALS,r.START_EXPR,r.COMMA,r.OPERATOR])||d(this._flags.last_token,["return","throw","import","default"])?this.set_mode(A):this.set_mode(m),this._flags.last_token&&d(this._flags.last_token.previous,["class","extends"])&&(this._flags.class_start_block=!0);var n=!t.comments_before&&"}"===t.text,o=n&&"function"===this._flags.last_word&&this._flags.last_token.type===r.END_EXPR;if(this._options.brace_preserve_inline){var l=0,a=null;this._flags.inline_frame=!0;do{if(l+=1,(a=this._tokens.peek(l-1)).newlines){this._flags.inline_frame=!1;break}}while(a.type!==r.EOF&&(a.type!==r.END_BLOCK||a.opened!==e))}("expand"===this._options.brace_style||"none"===this._options.brace_style&&e.newlines)&&!this._flags.inline_frame?this._flags.last_token.type!==r.OPERATOR&&(o||this._flags.last_token.type===r.EQUALS||d(this._flags.last_token,u)&&"else"!==this._flags.last_token.text)?this._output.space_before_token=!0:this.print_newline(!1,!0):(!C(this._previous_flags.mode)||this._flags.last_token.type!==r.START_EXPR&&this._flags.last_token.type!==r.COMMA||((this._flags.last_token.type===r.COMMA||this._options.space_in_paren)&&(this._output.space_before_token=!0),(this._flags.last_token.type===r.COMMA||this._flags.last_token.type===r.START_EXPR&&this._flags.inline_frame)&&(this.allow_wrap_or_preserved_newline(e),this._previous_flags.multiline_frame=this._previous_flags.multiline_frame||this._flags.multiline_frame,this._flags.multiline_frame=!1)),this._flags.last_token.type!==r.OPERATOR&&this._flags.last_token.type!==r.START_EXPR&&(this._flags.last_token.type!==r.START_BLOCK||this._flags.inline_frame?this._output.space_before_token=!0:this.print_newline())),this.print_token(e),this.indent(),n||this._options.brace_preserve_inline&&this._flags.inline_frame||this.print_newline()},w.prototype.handle_end_block=function(e){for(this.handle_whitespace_and_comments(e);this._flags.mode===g;)this.restore_mode();var t=this._flags.last_token.type===r.START_BLOCK;this._flags.inline_frame&&!t?this._output.space_before_token=!0:"expand"===this._options.brace_style?t||this.print_newline():t||(C(this._flags.mode)&&this._options.keep_array_indentation?(this._options.keep_array_indentation=!1,this.print_newline(),this._options.keep_array_indentation=!0):this.print_newline()),this.restore_mode(),this.print_token(e)},w.prototype.handle_word=function(e){if(e.type===r.RESERVED)if(s(e.text,["set","get"])&&this._flags.mode!==A)e.type=r.WORD;else if("import"===e.text&&s(this._tokens.peek().text,["(","."]))e.type=r.WORD;else if(s(e.text,["as","from"])&&!this._flags.import_block)e.type=r.WORD;else if(this._flags.mode===A){":"===this._tokens.peek().text&&(e.type=r.WORD)}if(this.start_of_statement(e)?d(this._flags.last_token,["var","let","const"])&&e.type===r.WORD&&(this._flags.declaration_statement=!0):!e.newlines||E(this._flags.mode)||this._flags.last_token.type===r.OPERATOR&&"--"!==this._flags.last_token.text&&"++"!==this._flags.last_token.text||this._flags.last_token.type===r.EQUALS||!this._options.preserve_newlines&&d(this._flags.last_token,["var","let","const","set","get"])?this.handle_whitespace_and_comments(e):(this.handle_whitespace_and_comments(e),this.print_newline()),this._flags.do_block&&!this._flags.do_while){if(c(e,"while"))return this._output.space_before_token=!0,this.print_token(e),this._output.space_before_token=!0,void(this._flags.do_while=!0);this.print_newline(),this._flags.do_block=!1}if(this._flags.if_block)if(!this._flags.else_block&&c(e,"else"))this._flags.else_block=!0;else{for(;this._flags.mode===g;)this.restore_mode();this._flags.if_block=!1,this._flags.else_block=!1}if(this._flags.in_case_statement&&d(e,["case","default"]))return this.print_newline(),this._flags.case_block||!this._flags.case_body&&!this._options.jslint_happy||this.deindent(),this._flags.case_body=!1,this.print_token(e),void(this._flags.in_case=!0);if(this._flags.last_token.type!==r.COMMA&&this._flags.last_token.type!==r.START_EXPR&&this._flags.last_token.type!==r.EQUALS&&this._flags.last_token.type!==r.OPERATOR||this.start_of_object_property()||this.allow_wrap_or_preserved_newline(e),c(e,"function"))return(s(this._flags.last_token.text,["}",";"])||this._output.just_added_newline()&&!s(this._flags.last_token.text,["(","[","{",":","=",","])&&this._flags.last_token.type!==r.OPERATOR)&&(this._output.just_added_blankline()||e.comments_before||(this.print_newline(),this.print_newline(!0))),this._flags.last_token.type===r.RESERVED||this._flags.last_token.type===r.WORD?d(this._flags.last_token,["get","set","new","export"])||d(this._flags.last_token,V)||c(this._flags.last_token,"default")&&"export"===this._last_last_text||"declare"===this._flags.last_token.text?this._output.space_before_token=!0:this.print_newline():this._flags.last_token.type===r.OPERATOR||"="===this._flags.last_token.text?this._output.space_before_token=!0:(this._flags.multiline_frame||!E(this._flags.mode)&&!C(this._flags.mode))&&this.print_newline(),this.print_token(e),void(this._flags.last_word=e.text);var t="NONE";(this._flags.last_token.type===r.END_BLOCK?this._previous_flags.inline_frame?t="SPACE":d(e,["else","catch","finally","from"])?"expand"===this._options.brace_style||"end-expand"===this._options.brace_style||"none"===this._options.brace_style&&e.newlines?t="NEWLINE":(t="SPACE",this._output.space_before_token=!0):t="NEWLINE":this._flags.last_token.type===r.SEMICOLON&&this._flags.mode===m?t="NEWLINE":this._flags.last_token.type===r.SEMICOLON&&E(this._flags.mode)?t="SPACE":this._flags.last_token.type===r.STRING?t="NEWLINE":this._flags.last_token.type===r.RESERVED||this._flags.last_token.type===r.WORD||"*"===this._flags.last_token.text&&(s(this._last_last_text,["function","yield"])||this._flags.mode===A&&s(this._last_last_text,["{",","]))?t="SPACE":this._flags.last_token.type===r.START_BLOCK?t=this._flags.inline_frame?"SPACE":"NEWLINE":this._flags.last_token.type===r.END_EXPR&&(this._output.space_before_token=!0,t="NEWLINE"),d(e,l)&&")"!==this._flags.last_token.text&&(t=this._flags.inline_frame||"else"===this._flags.last_token.text||"export"===this._flags.last_token.text?"SPACE":"NEWLINE"),d(e,["else","catch","finally"]))?(this._flags.last_token.type!==r.END_BLOCK||this._previous_flags.mode!==m||"expand"===this._options.brace_style||"end-expand"===this._options.brace_style||"none"===this._options.brace_style&&e.newlines)&&!this._flags.inline_frame?this.print_newline():(this._output.trim(!0),"}"!==this._output.current_line.last()&&this.print_newline(),this._output.space_before_token=!0):"NEWLINE"===t?d(this._flags.last_token,u)||"declare"===this._flags.last_token.text&&d(e,["var","let","const"])?this._output.space_before_token=!0:this._flags.last_token.type!==r.END_EXPR?this._flags.last_token.type===r.START_EXPR&&d(e,["var","let","const"])||":"===this._flags.last_token.text||(c(e,"if")&&c(e.previous,"else")?this._output.space_before_token=!0:this.print_newline()):d(e,l)&&")"!==this._flags.last_token.text&&this.print_newline():this._flags.multiline_frame&&C(this._flags.mode)&&","===this._flags.last_token.text&&"}"===this._last_last_text?this.print_newline():"SPACE"===t&&(this._output.space_before_token=!0);!e.previous||e.previous.type!==r.WORD&&e.previous.type!==r.RESERVED||(this._output.space_before_token=!0),this.print_token(e),this._flags.last_word=e.text,e.type===r.RESERVED&&("do"===e.text?this._flags.do_block=!0:"if"===e.text?this._flags.if_block=!0:"import"===e.text?this._flags.import_block=!0:this._flags.import_block&&c(e,"from")&&(this._flags.import_block=!1))},w.prototype.handle_semicolon=function(e){this.start_of_statement(e)?this._output.space_before_token=!1:this.handle_whitespace_and_comments(e);for(var t=this._tokens.peek();!(this._flags.mode!==g||this._flags.if_block&&c(t,"else")||this._flags.do_block);)this.restore_mode();this._flags.import_block&&(this._flags.import_block=!1),this.print_token(e)},w.prototype.handle_string=function(e){(!e.text.startsWith("`")||0!==e.newlines||""!==e.whitespace_before||")"!==e.previous.text&&this._flags.last_token.type!==r.WORD)&&(this.start_of_statement(e)?this._output.space_before_token=!0:(this.handle_whitespace_and_comments(e),this._flags.last_token.type===r.RESERVED||this._flags.last_token.type===r.WORD||this._flags.inline_frame?this._output.space_before_token=!0:this._flags.last_token.type===r.COMMA||this._flags.last_token.type===r.START_EXPR||this._flags.last_token.type===r.EQUALS||this._flags.last_token.type===r.OPERATOR?this.start_of_object_property()||this.allow_wrap_or_preserved_newline(e):!e.text.startsWith("`")||this._flags.last_token.type!==r.END_EXPR||"]"!==e.previous.text&&")"!==e.previous.text||0!==e.newlines?this.print_newline():this._output.space_before_token=!0)),this.print_token(e)},w.prototype.handle_equals=function(e){this.start_of_statement(e)||this.handle_whitespace_and_comments(e),this._flags.declaration_statement&&(this._flags.declaration_assignment=!0),this._output.space_before_token=!0,this.print_token(e),this._output.space_before_token=!0},w.prototype.handle_comma=function(e){this.handle_whitespace_and_comments(e,!0),this.print_token(e),this._output.space_before_token=!0,this._flags.declaration_statement?(E(this._flags.parent.mode)&&(this._flags.declaration_assignment=!1),this._flags.declaration_assignment?(this._flags.declaration_assignment=!1,this.print_newline(!1,!0)):this._options.comma_first&&this.allow_wrap_or_preserved_newline(e)):this._flags.mode===A||this._flags.mode===g&&this._flags.parent.mode===A?(this._flags.mode===g&&this.restore_mode(),this._flags.inline_frame||this.print_newline()):this._options.comma_first&&this.allow_wrap_or_preserved_newline(e)},w.prototype.handle_operator=function(e){var t="*"===e.text&&(d(this._flags.last_token,["function","yield"])||s(this._flags.last_token.type,[r.START_BLOCK,r.COMMA,r.END_BLOCK,r.SEMICOLON])),i=s(e.text,["-","+"])&&(s(this._flags.last_token.type,[r.START_BLOCK,r.START_EXPR,r.EQUALS,r.OPERATOR])||s(this._flags.last_token.text,l)||","===this._flags.last_token.text);if(this.start_of_statement(e));else{var n=!t;this.handle_whitespace_and_comments(e,n)}if("*"!==e.text||this._flags.last_token.type!==r.DOT)if("::"!==e.text){if(this._flags.last_token.type===r.OPERATOR&&s(this._options.operator_position,p)&&this.allow_wrap_or_preserved_newline(e),":"===e.text&&this._flags.in_case)return this.print_token(e),this._flags.in_case=!1,this._flags.case_body=!0,void(this._tokens.peek().type!==r.START_BLOCK?(this.indent(),this.print_newline(),this._flags.case_block=!1):(this._flags.case_block=!0,this._output.space_before_token=!0));var o=!0,c=!0,A=!1;if(":"===e.text?0===this._flags.ternary_depth?o=!1:(this._flags.ternary_depth-=1,A=!0):"?"===e.text&&(this._flags.ternary_depth+=1),!i&&!t&&this._options.preserve_newlines&&s(e.text,a)){var f=":"===e.text,y=f&&A,b=f&&!A;switch(this._options.operator_position){case h.before_newline:return this._output.space_before_token=!b,this.print_token(e),f&&!y||this.allow_wrap_or_preserved_newline(e),void(this._output.space_before_token=!0);case h.after_newline:return this._output.space_before_token=!0,!f||y?this._tokens.peek().newlines?this.print_newline(!1,!0):this.allow_wrap_or_preserved_newline(e):this._output.space_before_token=!1,this.print_token(e),void(this._output.space_before_token=!0);case h.preserve_newline:return b||this.allow_wrap_or_preserved_newline(e),o=!(this._output.just_added_newline()||b),this._output.space_before_token=o,this.print_token(e),void(this._output.space_before_token=!0)}}if(t){this.allow_wrap_or_preserved_newline(e),o=!1;var v=this._tokens.peek();c=v&&s(v.type,[r.WORD,r.RESERVED])}else if("..."===e.text)this.allow_wrap_or_preserved_newline(e),o=this._flags.last_token.type===r.START_BLOCK,c=!1;else if(s(e.text,["--","++","!","~"])||i){if(this._flags.last_token.type!==r.COMMA&&this._flags.last_token.type!==r.START_EXPR||this.allow_wrap_or_preserved_newline(e),o=!1,c=!1,e.newlines&&("--"===e.text||"++"===e.text||"~"===e.text)){var k=d(this._flags.last_token,u)&&e.newlines;k&&(this._previous_flags.if_block||this._previous_flags.else_block)&&this.restore_mode(),this.print_newline(k,!0)}";"===this._flags.last_token.text&&E(this._flags.mode)&&(o=!0),this._flags.last_token.type===r.RESERVED?o=!0:this._flags.last_token.type===r.END_EXPR?o=!("]"===this._flags.last_token.text&&("--"===e.text||"++"===e.text)):this._flags.last_token.type===r.OPERATOR&&(o=s(e.text,["--","-","++","+"])&&s(this._flags.last_token.text,["--","-","++","+"]),s(e.text,["+","-"])&&s(this._flags.last_token.text,["--","++"])&&(c=!0)),(this._flags.mode!==m||this._flags.inline_frame)&&this._flags.mode!==g||"{"!==this._flags.last_token.text&&";"!==this._flags.last_token.text||this.print_newline()}this._output.space_before_token=this._output.space_before_token||o,this.print_token(e),this._output.space_before_token=c}else this.print_token(e);else this.print_token(e)},w.prototype.handle_block_comment=function(e,t){return this._output.raw?(this._output.add_raw_token(e),void(e.directives&&"end"===e.directives.preserve&&(this._output.raw=this._options.test_output_raw))):e.directives?(this.print_newline(!1,t),this.print_token(e),"start"===e.directives.preserve&&(this._output.raw=!0),void this.print_newline(!1,!0)):i.newline.test(e.text)||e.newlines?void this.print_block_commment(e,t):(this._output.space_before_token=!0,this.print_token(e),void(this._output.space_before_token=!0))},w.prototype.print_block_commment=function(e,t){var n,o=function(e){for(var t=[],n=(e=e.replace(i.allLineBreaks,"\n")).indexOf("\n");-1!==n;)t.push(e.substring(0,n)),n=(e=e.substring(n+1)).indexOf("\n");return e.length&&t.push(e),t}(e.text),l=!1,a=!1,r=e.whitespace_before,s=r.length;if(this.print_newline(!1,t),this.print_token_line_indentation(e),this._output.add_token(o[0]),this.print_newline(!1,t),o.length>1){for(l=function(e,t){for(var i=0;i<e.length;i++)if(e[i].trim().charAt(0)!==t)return!1;return!0}(o=o.slice(1),"*"),a=function(e,t){for(var i,n=0,o=e.length;n<o;n++)if((i=e[n])&&0!==i.indexOf(t))return!1;return!0}(o,r),l&&(this._flags.alignment=1),n=0;n<o.length;n++)l?(this.print_token_line_indentation(e),this._output.add_token(o[n].replace(/^\s+/g,""))):a&&o[n]?(this.print_token_line_indentation(e),this._output.add_token(o[n].substring(s))):(this._output.current_line.set_indent(-1),this._output.add_token(o[n])),this.print_newline(!1,t);this._flags.alignment=0}},w.prototype.handle_comment=function(e,t){e.newlines?this.print_newline(!1,t):this._output.trim(!0),this._output.space_before_token=!0,this.print_token(e),this.print_newline(!1,t)},w.prototype.handle_dot=function(e){this.start_of_statement(e)||this.handle_whitespace_and_comments(e,!0),this._flags.last_token.text.match("^[0-9]+$")&&(this._output.space_before_token=!0),d(this._flags.last_token,u)?this._output.space_before_token=!1:this.allow_wrap_or_preserved_newline(e,")"===this._flags.last_token.text&&this._options.break_chained_methods),this._options.unindent_chained_methods&&this._output.just_added_newline()&&this.deindent(),this.print_token(e)},w.prototype.handle_unknown=function(e,t){this.print_token(e),"\n"===e.text[e.text.length-1]&&this.print_newline(!1,t)},w.prototype.handle_eof=function(e){for(;this._flags.mode===g;)this.restore_mode();this.handle_whitespace_and_comments(e)},Ie.Beautifier=w,Ie}var ft,yt,bt,vt={exports:{}},kt={},Ct={};function Et(){if(ft)return Ct;ft=1;var e=je().Options;function t(t){e.call(this,t,"css"),this.selector_separator_newline=this._get_boolean("selector_separator_newline",!0),this.newline_between_rules=this._get_boolean("newline_between_rules",!0);var i=this._get_boolean("space_around_selector_separator");this.space_around_combinator=this._get_boolean("space_around_combinator")||i;var n=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_style="collapse";for(var o=0;o<n.length;o++)"expand"!==n[o]?this.brace_style="collapse":this.brace_style=n[o]}return t.prototype=new e,Ct.Options=t,Ct}function wt(){if(bt)return vt.exports;bt=1;var e=function(){if(yt)return kt;yt=1;var e=Et().Options,t=De().Output,i=We().InputScanner,n=new(0,st().Directives)(/\/\*/,/\*\//),o=/\r\n|[\r\n]/,l=/\r\n|[\r\n]/g,a=/\s/,r=/(?:\s|\n)+/g,s=/\/\*(?:[\s\S]*?)((?:\*\/)|$)/g,c=/\/\/(?:[^\n\r\u2028\u2029]*)/g;function d(t,i){this._source_text=t||"",this._options=new e(i),this._ch=null,this._input=null,this.NESTED_AT_RULE={"@page":!0,"@font-face":!0,"@keyframes":!0,"@media":!0,"@supports":!0,"@document":!0},this.CONDITIONAL_GROUP_RULE={"@media":!0,"@supports":!0,"@document":!0},this.NON_SEMICOLON_NEWLINE_PROPERTY=["grid-template-areas","grid-template"]}return d.prototype.eatString=function(e){var t="";for(this._ch=this._input.next();this._ch;){if(t+=this._ch,"\\"===this._ch)t+=this._input.next();else if(-1!==e.indexOf(this._ch)||"\n"===this._ch)break;this._ch=this._input.next()}return t},d.prototype.eatWhitespace=function(e){for(var t=a.test(this._input.peek()),i=0;a.test(this._input.peek());)this._ch=this._input.next(),e&&"\n"===this._ch&&(0===i||i<this._options.max_preserve_newlines)&&(i++,this._output.add_new_line(!0));return t},d.prototype.foundNestedPseudoClass=function(){for(var e=0,t=1,i=this._input.peek(t);i;){if("{"===i)return!0;if("("===i)e+=1;else if(")"===i){if(0===e)return!1;e-=1}else if(";"===i||"}"===i)return!1;t++,i=this._input.peek(t)}return!1},d.prototype.print_string=function(e){this._output.set_indent(this._indentLevel),this._output.non_breaking_space=!0,this._output.add_token(e)},d.prototype.preserveSingleSpace=function(e){e&&(this._output.space_before_token=!0)},d.prototype.indent=function(){this._indentLevel++},d.prototype.outdent=function(){this._indentLevel>0&&this._indentLevel--},d.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var e=this._source_text,d=this._options.eol;"auto"===d&&(d="\n",e&&o.test(e||"")&&(d=e.match(o)[0]));var u=(e=e.replace(l,"\n")).match(/^[\t ]*/)[0];this._output=new t(this._options,u),this._input=new i(e),this._indentLevel=0,this._nestedLevel=0,this._ch=null;for(var h,p,m=0,g=!1,A=!1,f=!1,y=!1,b=!1,v=!1,k=this._ch,C=!1;h=""!==this._input.read(r),p=k,this._ch=this._input.next(),"\\"===this._ch&&this._input.hasNext()&&(this._ch+=this._input.next()),k=this._ch,this._ch;)if("/"===this._ch&&"*"===this._input.peek()){this._output.add_new_line(),this._input.back();var E=this._input.read(s),w=n.get_directives(E);w&&"start"===w.ignore&&(E+=n.readIgnored(this._input)),this.print_string(E),this.eatWhitespace(!0),this._output.add_new_line()}else if("/"===this._ch&&"/"===this._input.peek())this._output.space_before_token=!0,this._input.back(),this.print_string(this._input.read(c)),this.eatWhitespace(!0);else if("@"===this._ch||"$"===this._ch)if(this.preserveSingleSpace(h),"{"===this._input.peek())this.print_string(this._ch+this.eatString("}"));else{this.print_string(this._ch);var V=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);V.match(/[ :]$/)&&(V=this.eatString(": ").replace(/\s$/,""),this.print_string(V),this._output.space_before_token=!0),"extend"===(V=V.replace(/\s$/,""))?y=!0:"import"===V&&(b=!0),V in this.NESTED_AT_RULE?(this._nestedLevel+=1,V in this.CONDITIONAL_GROUP_RULE&&(f=!0)):g||0!==m||-1===V.indexOf(":")||(A=!0,this.indent())}else if("#"===this._ch&&"{"===this._input.peek())this.preserveSingleSpace(h),this.print_string(this._ch+this.eatString("}"));else if("{"===this._ch)A&&(A=!1,this.outdent()),f?(f=!1,g=this._indentLevel>=this._nestedLevel):g=this._indentLevel>=this._nestedLevel-1,this._options.newline_between_rules&&g&&this._output.previous_line&&"{"!==this._output.previous_line.item(-1)&&this._output.ensure_empty_line_above("/",","),this._output.space_before_token=!0,"expand"===this._options.brace_style?(this._output.add_new_line(),this.print_string(this._ch),this.indent(),this._output.set_indent(this._indentLevel)):("("===p?this._output.space_before_token=!1:","!==p&&this.indent(),this.print_string(this._ch)),this.eatWhitespace(!0),this._output.add_new_line();else if("}"===this._ch)this.outdent(),this._output.add_new_line(),"{"===p&&this._output.trim(!0),b=!1,y=!1,A&&(this.outdent(),A=!1),this.print_string(this._ch),g=!1,this._nestedLevel&&this._nestedLevel--,this.eatWhitespace(!0),this._output.add_new_line(),this._options.newline_between_rules&&!this._output.just_added_blankline()&&"}"!==this._input.peek()&&this._output.add_new_line(!0),")"===this._input.peek()&&(this._output.trim(!0),"expand"===this._options.brace_style&&this._output.add_new_line(!0));else if(":"===this._ch){for(var x=0;x<this.NON_SEMICOLON_NEWLINE_PROPERTY.length;x++)if(this._input.lookBack(this.NON_SEMICOLON_NEWLINE_PROPERTY[x])){C=!0;break}!g&&!f||this._input.lookBack("&")||this.foundNestedPseudoClass()||this._input.lookBack("(")||y||0!==m?(this._input.lookBack(" ")&&(this._output.space_before_token=!0),":"===this._input.peek()?(this._ch=this._input.next(),this.print_string("::")):this.print_string(":")):(this.print_string(":"),A||(A=!0,this._output.space_before_token=!0,this.eatWhitespace(!0),this.indent()))}else if('"'===this._ch||"'"===this._ch){var B='"'===p||"'"===p;this.preserveSingleSpace(B||h),this.print_string(this._ch+this.eatString(this._ch)),this.eatWhitespace(!0)}else if(";"===this._ch)C=!1,0===m?(A&&(this.outdent(),A=!1),y=!1,b=!1,this.print_string(this._ch),this.eatWhitespace(!0),"/"!==this._input.peek()&&this._output.add_new_line()):(this.print_string(this._ch),this.eatWhitespace(!0),this._output.space_before_token=!0);else if("("===this._ch)if(this._input.lookBack("url"))this.print_string(this._ch),this.eatWhitespace(),m++,this.indent(),this._ch=this._input.next(),")"===this._ch||'"'===this._ch||"'"===this._ch?this._input.back():this._ch&&(this.print_string(this._ch+this.eatString(")")),m&&(m--,this.outdent()));else{var N=!1;this._input.lookBack("with")&&(N=!0),this.preserveSingleSpace(h||N),this.print_string(this._ch),A&&"$"===p&&this._options.selector_separator_newline?(this._output.add_new_line(),v=!0):(this.eatWhitespace(),m++,this.indent())}else if(")"===this._ch)m&&(m--,this.outdent()),v&&";"===this._input.peek()&&this._options.selector_separator_newline&&(v=!1,this.outdent(),this._output.add_new_line()),this.print_string(this._ch);else if(","===this._ch)this.print_string(this._ch),this.eatWhitespace(!0),!this._options.selector_separator_newline||A&&!v||0!==m||b||y?this._output.space_before_token=!0:this._output.add_new_line();else if(">"!==this._ch&&"+"!==this._ch&&"~"!==this._ch||A||0!==m)if("]"===this._ch)this.print_string(this._ch);else if("["===this._ch)this.preserveSingleSpace(h),this.print_string(this._ch);else if("="===this._ch)this.eatWhitespace(),this.print_string("="),a.test(this._ch)&&(this._ch="");else if("!"!==this._ch||this._input.lookBack("\\")){var S='"'===p||"'"===p;this.preserveSingleSpace(S||h),this.print_string(this._ch),!this._output.just_added_newline()&&"\n"===this._input.peek()&&C&&this._output.add_new_line()}else this._output.space_before_token=!0,this.print_string(this._ch);else this._options.space_around_combinator?(this._output.space_before_token=!0,this.print_string(this._ch),this._output.space_before_token=!0):(this.print_string(this._ch),this.eatWhitespace(),this._ch&&a.test(this._ch)&&(this._ch=""));return this._output.get_code(d)},kt.Beautifier=d,kt}().Beautifier,t=Et().Options;return vt.exports=function(t,i){return new e(t,i).beautify()},vt.exports.defaultOptions=function(){return new t},vt.exports}var Vt,xt={exports:{}},Bt={},Nt={};function St(){if(Vt)return Nt;Vt=1;var e=je().Options;function t(t){e.call(this,t,"html"),1===this.templating.length&&"auto"===this.templating[0]&&(this.templating=["django","erb","handlebars","php"]),this.indent_inner_html=this._get_boolean("indent_inner_html"),this.indent_body_inner_html=this._get_boolean("indent_body_inner_html",!0),this.indent_head_inner_html=this._get_boolean("indent_head_inner_html",!0),this.indent_handlebars=this._get_boolean("indent_handlebars",!0),this.wrap_attributes=this._get_selection("wrap_attributes",["auto","force","force-aligned","force-expand-multiline","aligned-multiple","preserve","preserve-aligned"]),this.wrap_attributes_indent_size=this._get_number("wrap_attributes_indent_size",this.indent_size),this.extra_liners=this._get_array("extra_liners",["head","body","/html"]),this.inline=this._get_array("inline",["a","abbr","area","audio","b","bdi","bdo","br","button","canvas","cite","code","data","datalist","del","dfn","em","embed","i","iframe","img","input","ins","kbd","keygen","label","map","mark","math","meter","noscript","object","output","progress","q","ruby","s","samp","select","small","span","strong","sub","sup","svg","template","textarea","time","u","var","video","wbr","text","acronym","big","strike","tt"]),this.void_elements=this._get_array("void_elements",["area","base","br","col","embed","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr","!doctype","?xml","basefont","isindex"]),this.unformatted=this._get_array("unformatted",[]),this.content_unformatted=this._get_array("content_unformatted",["pre","textarea"]),this.unformatted_content_delimiter=this._get_characters("unformatted_content_delimiter"),this.indent_scripts=this._get_selection("indent_scripts",["normal","keep","separate"])}return t.prototype=new e,Nt.Options=t,Nt}var _t,It,qt,Dt,Tt={};function Ot(){if(_t)return Tt;_t=1;var e=lt().Tokenizer,t=lt().TOKEN,i=st().Directives,n=mt().TemplatablePattern,o=ot().Pattern,l={TAG_OPEN:"TK_TAG_OPEN",TAG_CLOSE:"TK_TAG_CLOSE",ATTRIBUTE:"TK_ATTRIBUTE",EQUALS:"TK_EQUALS",VALUE:"TK_VALUE",COMMENT:"TK_COMMENT",TEXT:"TK_TEXT",UNKNOWN:"TK_UNKNOWN",START:t.START,RAW:t.RAW,EOF:t.EOF},a=new i(/<\!--/,/-->/),r=function(t,i){e.call(this,t,i),this._current_tag_name="";var l=new n(this._input).read_options(this._options),a=new o(this._input);if(this.__patterns={word:l.until(/[\n\r\t <]/),single_quote:l.until_after(/'/),double_quote:l.until_after(/"/),attribute:l.until(/[\n\r\t =>]|\/>/),element_name:l.until(/[\n\r\t >\/]/),handlebars_comment:a.starting_with(/{{!--/).until_after(/--}}/),handlebars:a.starting_with(/{{/).until_after(/}}/),handlebars_open:a.until(/[\n\r\t }]/),handlebars_raw_close:a.until(/}}/),comment:a.starting_with(/<!--/).until_after(/-->/),cdata:a.starting_with(/<!\[CDATA\[/).until_after(/]]>/),conditional_comment:a.starting_with(/<!\[/).until_after(/]>/),processing:a.starting_with(/<\?/).until_after(/\?>/)},this._options.indent_handlebars&&(this.__patterns.word=this.__patterns.word.exclude("handlebars")),this._unformatted_content_delimiter=null,this._options.unformatted_content_delimiter){var r=this._input.get_literal_regexp(this._options.unformatted_content_delimiter);this.__patterns.unformatted_content_delimiter=a.matching(r).until_after(r)}};return(r.prototype=new e)._is_comment=function(e){return!1},r.prototype._is_opening=function(e){return e.type===l.TAG_OPEN},r.prototype._is_closing=function(e,t){return e.type===l.TAG_CLOSE&&t&&((">"===e.text||"/>"===e.text)&&"<"===t.text[0]||"}}"===e.text&&"{"===t.text[0]&&"{"===t.text[1])},r.prototype._reset=function(){this._current_tag_name=""},r.prototype._get_next_token=function(e,t){var i=null;this._readWhitespace();var n=this._input.peek();return null===n?this._create_token(l.EOF,""):i=(i=(i=(i=(i=(i=(i=(i=(i=i||this._read_open_handlebars(n,t))||this._read_attribute(n,e,t))||this._read_close(n,t))||this._read_raw_content(n,e,t))||this._read_content_word(n))||this._read_comment_or_cdata(n))||this._read_processing(n))||this._read_open(n,t))||this._create_token(l.UNKNOWN,this._input.next())},r.prototype._read_comment_or_cdata=function(e){var t=null,i=null,n=null;"<"===e&&("!"===this._input.peek(1)&&((i=this.__patterns.comment.read())?(n=a.get_directives(i))&&"start"===n.ignore&&(i+=a.readIgnored(this._input)):i=this.__patterns.cdata.read()),i&&((t=this._create_token(l.COMMENT,i)).directives=n));return t},r.prototype._read_processing=function(e){var t=null,i=null;if("<"===e){var n=this._input.peek(1);"!"!==n&&"?"!==n||(i=(i=this.__patterns.conditional_comment.read())||this.__patterns.processing.read()),i&&((t=this._create_token(l.COMMENT,i)).directives=null)}return t},r.prototype._read_open=function(e,t){var i=null,n=null;return t||"<"===e&&(i=this._input.next(),"/"===this._input.peek()&&(i+=this._input.next()),i+=this.__patterns.element_name.read(),n=this._create_token(l.TAG_OPEN,i)),n},r.prototype._read_open_handlebars=function(e,t){var i=null,n=null;return t||this._options.indent_handlebars&&"{"===e&&"{"===this._input.peek(1)&&("!"===this._input.peek(2)?(i=(i=this.__patterns.handlebars_comment.read())||this.__patterns.handlebars.read(),n=this._create_token(l.COMMENT,i)):(i=this.__patterns.handlebars_open.read(),n=this._create_token(l.TAG_OPEN,i))),n},r.prototype._read_close=function(e,t){var i=null,n=null;return t&&("<"===t.text[0]&&(">"===e||"/"===e&&">"===this._input.peek(1))?(i=this._input.next(),"/"===e&&(i+=this._input.next()),n=this._create_token(l.TAG_CLOSE,i)):"{"===t.text[0]&&"}"===e&&"}"===this._input.peek(1)&&(this._input.next(),this._input.next(),n=this._create_token(l.TAG_CLOSE,"}}"))),n},r.prototype._read_attribute=function(e,t,i){var n=null,o="";if(i&&"<"===i.text[0])if("="===e)n=this._create_token(l.EQUALS,this._input.next());else if('"'===e||"'"===e){var a=this._input.next();a+='"'===e?this.__patterns.double_quote.read():this.__patterns.single_quote.read(),n=this._create_token(l.VALUE,a)}else(o=this.__patterns.attribute.read())&&(n=t.type===l.EQUALS?this._create_token(l.VALUE,o):this._create_token(l.ATTRIBUTE,o));return n},r.prototype._is_content_unformatted=function(e){return-1===this._options.void_elements.indexOf(e)&&(-1!==this._options.content_unformatted.indexOf(e)||-1!==this._options.unformatted.indexOf(e))},r.prototype._read_raw_content=function(e,t,i){var n="";if(i&&"{"===i.text[0])n=this.__patterns.handlebars_raw_close.read();else if(t.type===l.TAG_CLOSE&&"<"===t.opened.text[0]&&"/"!==t.text[0]){var o=t.opened.text.substr(1).toLowerCase();if("script"===o||"style"===o){var a=this._read_comment_or_cdata(e);if(a)return a.type=l.TEXT,a;n=this._input.readUntil(new RegExp("</"+o+"[\\n\\r\\t ]*?>","ig"))}else this._is_content_unformatted(o)&&(n=this._input.readUntil(new RegExp("</"+o+"[\\n\\r\\t ]*?>","ig")))}return n?this._create_token(l.TEXT,n):null},r.prototype._read_content_word=function(e){var t="";if(this._options.unformatted_content_delimiter&&e===this._options.unformatted_content_delimiter[0]&&(t=this.__patterns.unformatted_content_delimiter.read()),t||(t=this.__patterns.word.read()),t)return this._create_token(l.TEXT,t)},Tt.Tokenizer=r,Tt.TOKEN=l,Tt}function Rt(){if(It)return Bt;It=1;var e=St().Options,t=De().Output,i=Ot().Tokenizer,n=Ot().TOKEN,o=/\r\n|[\r\n]/,l=/\r\n|[\r\n]/g,a=function(e,i){this.indent_level=0,this.alignment_size=0,this.max_preserve_newlines=e.max_preserve_newlines,this.preserve_newlines=e.preserve_newlines,this._output=new t(e,i)};a.prototype.current_line_has_match=function(e){return this._output.current_line.has_match(e)},a.prototype.set_space_before_token=function(e,t){this._output.space_before_token=e,this._output.non_breaking_space=t},a.prototype.set_wrap_point=function(){this._output.set_indent(this.indent_level,this.alignment_size),this._output.set_wrap_point()},a.prototype.add_raw_token=function(e){this._output.add_raw_token(e)},a.prototype.print_preserved_newlines=function(e){var t=0;e.type!==n.TEXT&&e.previous.type!==n.TEXT&&(t=e.newlines?1:0),this.preserve_newlines&&(t=e.newlines<this.max_preserve_newlines+1?e.newlines:this.max_preserve_newlines+1);for(var i=0;i<t;i++)this.print_newline(i>0);return 0!==t},a.prototype.traverse_whitespace=function(e){return!(!e.whitespace_before&&!e.newlines)&&(this.print_preserved_newlines(e)||(this._output.space_before_token=!0),!0)},a.prototype.previous_token_wrapped=function(){return this._output.previous_token_wrapped},a.prototype.print_newline=function(e){this._output.add_new_line(e)},a.prototype.print_token=function(e){e.text&&(this._output.set_indent(this.indent_level,this.alignment_size),this._output.add_token(e.text))},a.prototype.indent=function(){this.indent_level++},a.prototype.get_full_indent=function(e){return(e=this.indent_level+(e||0))<1?"":this._output.get_indent_string(e)};var r=function(e,t){var i=null,o=null;return t.closed?("script"===e?i="text/javascript":"style"===e&&(i="text/css"),i=function(e){for(var t=null,i=e.next;i.type!==n.EOF&&e.closed!==i;){if(i.type===n.ATTRIBUTE&&"type"===i.text){i.next&&i.next.type===n.EQUALS&&i.next.next&&i.next.next.type===n.VALUE&&(t=i.next.next.text);break}i=i.next}return t}(t)||i,i.search("text/css")>-1?o="css":i.search(/module|((text|application|dojo)\/(x-)?(javascript|ecmascript|jscript|livescript|(ld\+)?json|method|aspect))/)>-1?o="javascript":i.search(/(text|application|dojo)\/(x-)?(html)/)>-1?o="html":i.search(/test\/null/)>-1&&(o="null"),o):null};function s(e,t){return-1!==t.indexOf(e)}function c(e,t,i){this.parent=e||null,this.tag=t?t.tag_name:"",this.indent_level=i||0,this.parser_token=t||null}function d(e){this._printer=e,this._current_frame=null}function u(t,i,n,o){this._source_text=t||"",i=i||{},this._js_beautify=n,this._css_beautify=o,this._tag_stack=null;var l=new e(i,"html");this._options=l,this._is_wrap_attributes_force="force"===this._options.wrap_attributes.substr(0,"force".length),this._is_wrap_attributes_force_expand_multiline="force-expand-multiline"===this._options.wrap_attributes,this._is_wrap_attributes_force_aligned="force-aligned"===this._options.wrap_attributes,this._is_wrap_attributes_aligned_multiple="aligned-multiple"===this._options.wrap_attributes,this._is_wrap_attributes_preserve="preserve"===this._options.wrap_attributes.substr(0,"preserve".length),this._is_wrap_attributes_preserve_aligned="preserve-aligned"===this._options.wrap_attributes}d.prototype.get_parser_token=function(){return this._current_frame?this._current_frame.parser_token:null},d.prototype.record_tag=function(e){var t=new c(this._current_frame,e,this._printer.indent_level);this._current_frame=t},d.prototype._try_pop_frame=function(e){var t=null;return e&&(t=e.parser_token,this._printer.indent_level=e.indent_level,this._current_frame=e.parent),t},d.prototype._get_frame=function(e,t){for(var i=this._current_frame;i&&-1===e.indexOf(i.tag);){if(t&&-1!==t.indexOf(i.tag)){i=null;break}i=i.parent}return i},d.prototype.try_pop=function(e,t){var i=this._get_frame([e],t);return this._try_pop_frame(i)},d.prototype.indent_to_tag=function(e){var t=this._get_frame(e);t&&(this._printer.indent_level=t.indent_level)},u.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var e=this._source_text,t=this._options.eol;"auto"===this._options.eol&&(t="\n",e&&o.test(e)&&(t=e.match(o)[0]));var r=(e=e.replace(l,"\n")).match(/^[\t ]*/)[0],s={text:"",type:""},c=new h,u=new a(this._options,r),p=new i(e,this._options).tokenize();this._tag_stack=new d(u);for(var m=null,g=p.next();g.type!==n.EOF;)g.type===n.TAG_OPEN||g.type===n.COMMENT?c=m=this._handle_tag_open(u,g,c,s):g.type===n.ATTRIBUTE||g.type===n.EQUALS||g.type===n.VALUE||g.type===n.TEXT&&!c.tag_complete?m=this._handle_inside_tag(u,g,c,p):g.type===n.TAG_CLOSE?m=this._handle_tag_close(u,g,c):g.type===n.TEXT?m=this._handle_text(u,g,c):u.add_raw_token(g),s=m,g=p.next();return u._output.get_code(t)},u.prototype._handle_tag_close=function(e,t,i){var n={text:t.text,type:t.type};return e.alignment_size=0,i.tag_complete=!0,e.set_space_before_token(t.newlines||""!==t.whitespace_before,!0),i.is_unformatted?e.add_raw_token(t):("<"===i.tag_start_char&&(e.set_space_before_token("/"===t.text[0],!0),this._is_wrap_attributes_force_expand_multiline&&i.has_wrapped_attrs&&e.print_newline(!1)),e.print_token(t)),!i.indent_content||i.is_unformatted||i.is_content_unformatted||(e.indent(),i.indent_content=!1),i.is_inline_element||i.is_unformatted||i.is_content_unformatted||e.set_wrap_point(),n},u.prototype._handle_inside_tag=function(e,t,i,o){var l=i.has_wrapped_attrs,a={text:t.text,type:t.type};if(e.set_space_before_token(t.newlines||""!==t.whitespace_before,!0),i.is_unformatted)e.add_raw_token(t);else if("{"===i.tag_start_char&&t.type===n.TEXT)e.print_preserved_newlines(t)?(t.newlines=0,e.add_raw_token(t)):e.print_token(t);else{if(t.type===n.ATTRIBUTE?(e.set_space_before_token(!0),i.attr_count+=1):(t.type===n.EQUALS||t.type===n.VALUE&&t.previous.type===n.EQUALS)&&e.set_space_before_token(!1),t.type===n.ATTRIBUTE&&"<"===i.tag_start_char&&((this._is_wrap_attributes_preserve||this._is_wrap_attributes_preserve_aligned)&&(e.traverse_whitespace(t),l=l||0!==t.newlines),this._is_wrap_attributes_force)){var r=i.attr_count>1;if(this._is_wrap_attributes_force_expand_multiline&&1===i.attr_count){var s,c=!0,d=0;do{if((s=o.peek(d)).type===n.ATTRIBUTE){c=!1;break}d+=1}while(d<4&&s.type!==n.EOF&&s.type!==n.TAG_CLOSE);r=!c}r&&(e.print_newline(!1),l=!0)}e.print_token(t),l=l||e.previous_token_wrapped(),i.has_wrapped_attrs=l}return a},u.prototype._handle_text=function(e,t,i){var n={text:t.text,type:"TK_CONTENT"};return i.custom_beautifier_name?this._print_custom_beatifier_text(e,t,i):i.is_unformatted||i.is_content_unformatted?e.add_raw_token(t):(e.traverse_whitespace(t),e.print_token(t)),n},u.prototype._print_custom_beatifier_text=function(e,t,i){var n=this;if(""!==t.text){var o,l=t.text,a=1,r="",s="";"javascript"===i.custom_beautifier_name&&"function"==typeof this._js_beautify?o=this._js_beautify:"css"===i.custom_beautifier_name&&"function"==typeof this._css_beautify?o=this._css_beautify:"html"===i.custom_beautifier_name&&(o=function(e,t){return new u(e,t,n._js_beautify,n._css_beautify).beautify()}),"keep"===this._options.indent_scripts?a=0:"separate"===this._options.indent_scripts&&(a=-e.indent_level);var c=e.get_full_indent(a);if(l=l.replace(/\n[ \t]*$/,""),"html"!==i.custom_beautifier_name&&"<"===l[0]&&l.match(/^(<!--|<!\[CDATA\[)/)){var d=/^(<!--[^\n]*|<!\[CDATA\[)(\n?)([ \t\n]*)([\s\S]*)(-->|]]>)$/.exec(l);if(!d)return void e.add_raw_token(t);r=c+d[1]+"\n",l=d[4],d[5]&&(s=c+d[5]),l=l.replace(/\n[ \t]*$/,""),(d[2]||-1!==d[3].indexOf("\n"))&&(d=d[3].match(/[ \t]+$/))&&(t.whitespace_before=d[0])}if(l)if(o){var h=function(){this.eol="\n"};h.prototype=this._options.raw_options,l=o(c+l,new h)}else{var p=t.whitespace_before;p&&(l=l.replace(new RegExp("\n("+p+")?","g"),"\n")),l=c+l.replace(/\n/g,"\n"+c)}r&&(l=l?r+l+"\n"+s:r+s),e.print_newline(!1),l&&(t.text=l,t.whitespace_before="",t.newlines=0,e.add_raw_token(t),e.print_newline(!0))}},u.prototype._handle_tag_open=function(e,t,i,o){var l=this._get_tag_open_token(t);return!i.is_unformatted&&!i.is_content_unformatted||i.is_empty_element||t.type!==n.TAG_OPEN||0!==t.text.indexOf("</")?(e.traverse_whitespace(t),this._set_tag_position(e,t,l,i,o),l.is_inline_element||e.set_wrap_point(),e.print_token(t)):(e.add_raw_token(t),l.start_tag_token=this._tag_stack.try_pop(l.tag_name)),(this._is_wrap_attributes_force_aligned||this._is_wrap_attributes_aligned_multiple||this._is_wrap_attributes_preserve_aligned)&&(l.alignment_size=t.text.length+1),l.tag_complete||l.is_unformatted||(e.alignment_size=l.alignment_size),l};var h=function(e,t){if(this.parent=e||null,this.text="",this.type="TK_TAG_OPEN",this.tag_name="",this.is_inline_element=!1,this.is_unformatted=!1,this.is_content_unformatted=!1,this.is_empty_element=!1,this.is_start_tag=!1,this.is_end_tag=!1,this.indent_content=!1,this.multiline_content=!1,this.custom_beautifier_name=null,this.start_tag_token=null,this.attr_count=0,this.has_wrapped_attrs=!1,this.alignment_size=0,this.tag_complete=!1,this.tag_start_char="",this.tag_check="",t){var i;this.tag_start_char=t.text[0],this.text=t.text,"<"===this.tag_start_char?(i=t.text.match(/^<([^\s>]*)/),this.tag_check=i?i[1]:""):(i=t.text.match(/^{{~?(?:[\^]|#\*?)?([^\s}]+)/),this.tag_check=i?i[1]:"",(t.text.startsWith("{{#>")||t.text.startsWith("{{~#>"))&&">"===this.tag_check[0]&&(">"===this.tag_check&&null!==t.next?this.tag_check=t.next.text.split(" ")[0]:this.tag_check=t.text.split(">")[1])),this.tag_check=this.tag_check.toLowerCase(),t.type===n.COMMENT&&(this.tag_complete=!0),this.is_start_tag="/"!==this.tag_check.charAt(0),this.tag_name=this.is_start_tag?this.tag_check:this.tag_check.substr(1),this.is_end_tag=!this.is_start_tag||t.closed&&"/>"===t.closed.text;var o=2;"{"===this.tag_start_char&&this.text.length>=3&&"~"===this.text.charAt(2)&&(o=3),this.is_end_tag=this.is_end_tag||"{"===this.tag_start_char&&(this.text.length<3||/[^#\^]/.test(this.text.charAt(o)))}else this.tag_complete=!0};u.prototype._get_tag_open_token=function(e){var t=new h(this._tag_stack.get_parser_token(),e);return t.alignment_size=this._options.wrap_attributes_indent_size,t.is_end_tag=t.is_end_tag||s(t.tag_check,this._options.void_elements),t.is_empty_element=t.tag_complete||t.is_start_tag&&t.is_end_tag,t.is_unformatted=!t.tag_complete&&s(t.tag_check,this._options.unformatted),t.is_content_unformatted=!t.is_empty_element&&s(t.tag_check,this._options.content_unformatted),t.is_inline_element=s(t.tag_name,this._options.inline)||t.tag_name.includes("-")||"{"===t.tag_start_char,t},u.prototype._set_tag_position=function(e,t,i,o,l){if(i.is_empty_element||(i.is_end_tag?i.start_tag_token=this._tag_stack.try_pop(i.tag_name):(this._do_optional_end_element(i)&&(i.is_inline_element||e.print_newline(!1)),this._tag_stack.record_tag(i),"script"!==i.tag_name&&"style"!==i.tag_name||i.is_unformatted||i.is_content_unformatted||(i.custom_beautifier_name=r(i.tag_check,t)))),s(i.tag_check,this._options.extra_liners)&&(e.print_newline(!1),e._output.just_added_blankline()||e.print_newline(!0)),i.is_empty_element){if("{"===i.tag_start_char&&"else"===i.tag_check)this._tag_stack.indent_to_tag(["if","unless","each"]),i.indent_content=!0,e.current_line_has_match(/{{#if/)||e.print_newline(!1);"!--"===i.tag_name&&l.type===n.TAG_CLOSE&&o.is_end_tag&&-1===i.text.indexOf("\n")||(i.is_inline_element||i.is_unformatted||e.print_newline(!1),this._calcluate_parent_multiline(e,i))}else if(i.is_end_tag){var a=!1;a=(a=i.start_tag_token&&i.start_tag_token.multiline_content)||!i.is_inline_element&&!(o.is_inline_element||o.is_unformatted)&&!(l.type===n.TAG_CLOSE&&i.start_tag_token===o)&&"TK_CONTENT"!==l.type,(i.is_content_unformatted||i.is_unformatted)&&(a=!1),a&&e.print_newline(!1)}else i.indent_content=!i.custom_beautifier_name,"<"===i.tag_start_char&&("html"===i.tag_name?i.indent_content=this._options.indent_inner_html:"head"===i.tag_name?i.indent_content=this._options.indent_head_inner_html:"body"===i.tag_name&&(i.indent_content=this._options.indent_body_inner_html)),i.is_inline_element||i.is_unformatted||"TK_CONTENT"===l.type&&!i.is_content_unformatted||e.print_newline(!1),this._calcluate_parent_multiline(e,i)},u.prototype._calcluate_parent_multiline=function(e,t){!t.parent||!e._output.just_added_newline()||(t.is_inline_element||t.is_unformatted)&&t.parent.is_inline_element||(t.parent.multiline_content=!0)};var p=["address","article","aside","blockquote","details","div","dl","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hr","main","nav","ol","p","pre","section","table","ul"],m=["a","audio","del","ins","map","noscript","video"];return u.prototype._do_optional_end_element=function(e){var t=null;if(!e.is_empty_element&&e.is_start_tag&&e.parent){if("body"===e.tag_name)t=t||this._tag_stack.try_pop("head");else if("li"===e.tag_name)t=t||this._tag_stack.try_pop("li",["ol","ul"]);else if("dd"===e.tag_name||"dt"===e.tag_name)t=(t=t||this._tag_stack.try_pop("dt",["dl"]))||this._tag_stack.try_pop("dd",["dl"]);else if("p"===e.parent.tag_name&&-1!==p.indexOf(e.tag_name)){var i=e.parent.parent;i&&-1!==m.indexOf(i.tag_name)||(t=t||this._tag_stack.try_pop("p"))}else"rp"===e.tag_name||"rt"===e.tag_name?t=(t=t||this._tag_stack.try_pop("rt",["ruby","rtc"]))||this._tag_stack.try_pop("rp",["ruby","rtc"]):"optgroup"===e.tag_name?t=t||this._tag_stack.try_pop("optgroup",["select"]):"option"===e.tag_name?t=t||this._tag_stack.try_pop("option",["select","datalist","optgroup"]):"colgroup"===e.tag_name?t=t||this._tag_stack.try_pop("caption",["table"]):"thead"===e.tag_name?t=(t=t||this._tag_stack.try_pop("caption",["table"]))||this._tag_stack.try_pop("colgroup",["table"]):"tbody"===e.tag_name||"tfoot"===e.tag_name?t=(t=(t=(t=t||this._tag_stack.try_pop("caption",["table"]))||this._tag_stack.try_pop("colgroup",["table"]))||this._tag_stack.try_pop("thead",["table"]))||this._tag_stack.try_pop("tbody",["table"]):"tr"===e.tag_name?t=(t=(t=t||this._tag_stack.try_pop("caption",["table"]))||this._tag_stack.try_pop("colgroup",["table"]))||this._tag_stack.try_pop("tr",["table","thead","tbody","tfoot"]):"th"!==e.tag_name&&"td"!==e.tag_name||(t=(t=t||this._tag_stack.try_pop("td",["table","thead","tbody","tfoot","tr"]))||this._tag_stack.try_pop("th",["table","thead","tbody","tfoot","tr"]));return e.parent=this._tag_stack.get_parser_token(),t}},Bt.Beautifier=u,Bt}function Mt(){if(Dt)return Se;Dt=1;var e=function(){if(ht)return _e.exports;ht=1;var e=At().Beautifier,t=Qe().Options;return _e.exports=function(t,i){return new e(t,i).beautify()},_e.exports.defaultOptions=function(){return new t},_e.exports}(),t=wt(),i=function(){if(qt)return xt.exports;qt=1;var e=Rt().Beautifier,t=St().Options;return xt.exports=function(t,i,n,o){return new e(t,i,n,o).beautify()},xt.exports.defaultOptions=function(){return new t},xt.exports}();function n(n,o,l,a){return i(n,o,l=l||e,a=a||t)}return n.defaultOptions=i.defaultOptions,Se.js=e,Se.css=t,Se.html=n,Se}!function(e){!function(e){var t=Mt();t.js_beautify=t.js,t.css_beautify=t.css,t.html_beautify=t.html,e.exports=function(e,t,i){var n=function(t,i){return e.js_beautify(t,i)};return n.js=e.js_beautify,n.css=t.css_beautify,n.html=i.html_beautify,n.js_beautify=e.js_beautify,n.css_beautify=t.css_beautify,n.html_beautify=i.html_beautify,n}(t,t,t)}(e)}(Ne);var Lt=ve(Ne.exports),Ut={exports:{}};!function(e){var t=function(e){var t=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,i=0,n={},o={manual:e.Prism&&e.Prism.manual,disableWorkerMessageHandler:e.Prism&&e.Prism.disableWorkerMessageHandler,util:{encode:function e(t){return t instanceof l?new l(t.type,e(t.content),t.alias):Array.isArray(t)?t.map(e):t.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(e){return Object.prototype.toString.call(e).slice(8,-1)},objId:function(e){return e.__id||Object.defineProperty(e,"__id",{value:++i}),e.__id},clone:function e(t,i){var n,l;switch(i=i||{},o.util.type(t)){case"Object":if(l=o.util.objId(t),i[l])return i[l];for(var a in n={},i[l]=n,t)t.hasOwnProperty(a)&&(n[a]=e(t[a],i));return n;case"Array":return l=o.util.objId(t),i[l]?i[l]:(n=[],i[l]=n,t.forEach((function(t,o){n[o]=e(t,i)})),n);default:return t}},getLanguage:function(e){for(;e;){var i=t.exec(e.className);if(i)return i[1].toLowerCase();e=e.parentElement}return"none"},setLanguage:function(e,i){e.className=e.className.replace(RegExp(t,"gi"),""),e.classList.add("language-"+i)},currentScript:function(){if("undefined"==typeof document)return null;if("currentScript"in document)return document.currentScript;try{throw new Error}catch(n){var e=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(n.stack)||[])[1];if(e){var t=document.getElementsByTagName("script");for(var i in t)if(t[i].src==e)return t[i]}return null}},isActive:function(e,t,i){for(var n="no-"+t;e;){var o=e.classList;if(o.contains(t))return!0;if(o.contains(n))return!1;e=e.parentElement}return!!i}},languages:{plain:n,plaintext:n,text:n,txt:n,extend:function(e,t){var i=o.util.clone(o.languages[e]);for(var n in t)i[n]=t[n];return i},insertBefore:function(e,t,i,n){var l=(n=n||o.languages)[e],a={};for(var r in l)if(l.hasOwnProperty(r)){if(r==t)for(var s in i)i.hasOwnProperty(s)&&(a[s]=i[s]);i.hasOwnProperty(r)||(a[r]=l[r])}var c=n[e];return n[e]=a,o.languages.DFS(o.languages,(function(t,i){i===c&&t!=e&&(this[t]=a)})),a},DFS:function e(t,i,n,l){l=l||{};var a=o.util.objId;for(var r in t)if(t.hasOwnProperty(r)){i.call(t,r,t[r],n||r);var s=t[r],c=o.util.type(s);"Object"!==c||l[a(s)]?"Array"!==c||l[a(s)]||(l[a(s)]=!0,e(s,i,r,l)):(l[a(s)]=!0,e(s,i,null,l))}}},plugins:{},highlightAll:function(e,t){o.highlightAllUnder(document,e,t)},highlightAllUnder:function(e,t,i){var n={callback:i,container:e,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};o.hooks.run("before-highlightall",n),n.elements=Array.prototype.slice.apply(n.container.querySelectorAll(n.selector)),o.hooks.run("before-all-elements-highlight",n);for(var l,a=0;l=n.elements[a++];)o.highlightElement(l,!0===t,n.callback)},highlightElement:function(t,i,n){var l=o.util.getLanguage(t),a=o.languages[l];o.util.setLanguage(t,l);var r=t.parentElement;r&&"pre"===r.nodeName.toLowerCase()&&o.util.setLanguage(r,l);var s={element:t,language:l,grammar:a,code:t.textContent};function c(e){s.highlightedCode=e,o.hooks.run("before-insert",s),s.element.innerHTML=s.highlightedCode,o.hooks.run("after-highlight",s),o.hooks.run("complete",s),n&&n.call(s.element)}if(o.hooks.run("before-sanity-check",s),(r=s.element.parentElement)&&"pre"===r.nodeName.toLowerCase()&&!r.hasAttribute("tabindex")&&r.setAttribute("tabindex","0"),!s.code)return o.hooks.run("complete",s),void(n&&n.call(s.element));if(o.hooks.run("before-highlight",s),s.grammar)if(i&&e.Worker){var d=new Worker(o.filename);d.onmessage=function(e){c(e.data)},d.postMessage(JSON.stringify({language:s.language,code:s.code,immediateClose:!0}))}else c(o.highlight(s.code,s.grammar,s.language));else c(o.util.encode(s.code))},highlight:function(e,t,i){var n={code:e,grammar:t,language:i};if(o.hooks.run("before-tokenize",n),!n.grammar)throw new Error('The language "'+n.language+'" has no grammar.');return n.tokens=o.tokenize(n.code,n.grammar),o.hooks.run("after-tokenize",n),l.stringify(o.util.encode(n.tokens),n.language)},tokenize:function(e,t){var i=t.rest;if(i){for(var n in i)t[n]=i[n];delete t.rest}var o=new s;return c(o,o.head,e),r(e,o,t,o.head,0),function(e){var t=[],i=e.head.next;for(;i!==e.tail;)t.push(i.value),i=i.next;return t}(o)},hooks:{all:{},add:function(e,t){var i=o.hooks.all;i[e]=i[e]||[],i[e].push(t)},run:function(e,t){var i=o.hooks.all[e];if(i&&i.length)for(var n,l=0;n=i[l++];)n(t)}},Token:l};function l(e,t,i,n){this.type=e,this.content=t,this.alias=i,this.length=0|(n||"").length}function a(e,t,i,n){e.lastIndex=t;var o=e.exec(i);if(o&&n&&o[1]){var l=o[1].length;o.index+=l,o[0]=o[0].slice(l)}return o}function r(e,t,i,n,s,u){for(var h in i)if(i.hasOwnProperty(h)&&i[h]){var p=i[h];p=Array.isArray(p)?p:[p];for(var m=0;m<p.length;++m){if(u&&u.cause==h+","+m)return;var g=p[m],A=g.inside,f=!!g.lookbehind,y=!!g.greedy,b=g.alias;if(y&&!g.pattern.global){var v=g.pattern.toString().match(/[imsuy]*$/)[0];g.pattern=RegExp(g.pattern.source,v+"g")}for(var k=g.pattern||g,C=n.next,E=s;C!==t.tail&&!(u&&E>=u.reach);E+=C.value.length,C=C.next){var w=C.value;if(t.length>e.length)return;if(!(w instanceof l)){var V,x=1;if(y){if(!(V=a(k,E,e,f))||V.index>=e.length)break;var B=V.index,N=V.index+V[0].length,S=E;for(S+=C.value.length;B>=S;)S+=(C=C.next).value.length;if(E=S-=C.value.length,C.value instanceof l)continue;for(var _=C;_!==t.tail&&(S<N||"string"==typeof _.value);_=_.next)x++,S+=_.value.length;x--,w=e.slice(E,S),V.index-=E}else if(!(V=a(k,0,w,f)))continue;B=V.index;var I=V[0],q=w.slice(0,B),D=w.slice(B+I.length),T=E+w.length;u&&T>u.reach&&(u.reach=T);var O=C.prev;if(q&&(O=c(t,O,q),E+=q.length),d(t,O,x),C=c(t,O,new l(h,A?o.tokenize(I,A):I,b,I)),D&&c(t,C,D),x>1){var R={cause:h+","+m,reach:T};r(e,t,i,C.prev,E,R),u&&R.reach>u.reach&&(u.reach=R.reach)}}}}}}function s(){var e={value:null,prev:null,next:null},t={value:null,prev:e,next:null};e.next=t,this.head=e,this.tail=t,this.length=0}function c(e,t,i){var n=t.next,o={value:i,prev:t,next:n};return t.next=o,n.prev=o,e.length++,o}function d(e,t,i){for(var n=t.next,o=0;o<i&&n!==e.tail;o++)n=n.next;t.next=n,n.prev=t,e.length-=o}if(e.Prism=o,l.stringify=function e(t,i){if("string"==typeof t)return t;if(Array.isArray(t)){var n="";return t.forEach((function(t){n+=e(t,i)})),n}var l={type:t.type,content:e(t.content,i),tag:"span",classes:["token",t.type],attributes:{},language:i},a=t.alias;a&&(Array.isArray(a)?Array.prototype.push.apply(l.classes,a):l.classes.push(a)),o.hooks.run("wrap",l);var r="";for(var s in l.attributes)r+=" "+s+'="'+(l.attributes[s]||"").replace(/"/g,"&quot;")+'"';return"<"+l.tag+' class="'+l.classes.join(" ")+'"'+r+">"+l.content+"</"+l.tag+">"},!e.document)return e.addEventListener?(o.disableWorkerMessageHandler||e.addEventListener("message",(function(t){var i=JSON.parse(t.data),n=i.language,l=i.code,a=i.immediateClose;e.postMessage(o.highlight(l,o.languages[n],n)),a&&e.close()}),!1),o):o;var u=o.util.currentScript();function h(){o.manual||o.highlightAll()}if(u&&(o.filename=u.src,u.hasAttribute("data-manual")&&(o.manual=!0)),!o.manual){var p=document.readyState;"loading"===p||"interactive"===p&&u&&u.defer?document.addEventListener("DOMContentLoaded",h):window.requestAnimationFrame?window.requestAnimationFrame(h):window.setTimeout(h,16)}return o}("undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{});
2
- /**
3
- * Prism: Lightweight, robust, elegant syntax highlighting
4
- *
5
- * @license MIT <https://opensource.org/licenses/MIT>
6
- * @author Lea Verou <https://lea.verou.me>
7
- * @namespace
8
- * @public
9
- */e.exports&&(e.exports=t),void 0!==be&&(be.Prism=t)}(Ut);var Ft=Ut.exports;Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Prism.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:Prism.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),Prism.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),Prism.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),Prism.languages.markup&&(Prism.languages.markup.tag.addInlined("script","javascript"),Prism.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),Prism.languages.js=Prism.languages.javascript,console.log("🚀 ~ file: CodeEditorComponent.vue:185 ~ highlight, languages:",Ft.highlight,Ft.languages);var Pt={name:"HlxCodeEditor",components:{PrismEditor:Be,hlxButton:F},props:{readOnly:{type:Boolean,default:!1},customError:{type:Boolean,default:!1},customErrorMessage:{type:String,default:""},lineNumber:{type:Boolean,default:!1},intellisenseData:{type:Object,default:()=>({})},height:{type:Number,default:200},primaryColor:{type:String,default:"#905"},secondaryColor:{type:String,default:"#690"},beautify:{type:Boolean,default:!1},rows:{type:Number,default:10},preValue:{type:[String,Number,Array,Object],default:""}},emits:["code-changes","update:value","current-word","selected-option","at-enter"],data:()=>({code:"",colorNumber:0,schemaOptions:[],keywordOptions:[],apiOptions:[],emailOptions:[],functionOptions:[],currentWord:"",currentWordPosition:null,unique:Math.floor(1e3*Math.random()+1),caretDivTop:0,caretDivLeft:0,ErrorMessage:""}),watch:{readOnly:{handler(){},immediate:!0,deep:!0},customError:{handler(e){this.ErrorMessage=e?this.customErrorMessage:""}},customErrorMessage:{handler(e){this.ErrorMessage=e}},code:{handler(){},immediate:!0},preValue:{handler(e){null!=e&&""!==e&&e!==this.code&&(this.code="string"==typeof e?e:JSON.stringify(e))},immediate:!0,deep:!0}},mounted(){if(this.generateColorClasses(1e3),this.bracketColor(),this.formatBeut(),!0===this.lineNumber){document.querySelector(`.my-editor${this.unique}`).children[1].children[0].rows=this.rows,document.querySelector(`.my-editor${this.unique}`).style.height=33*this.rows+"px"}else{document.querySelector(`.my-editor${this.unique}`).children[0].children[0].rows=this.rows,document.querySelector(`.my-editor${this.unique}`).style.height=33*this.rows+"px"}if(!this.beautify){document.querySelector(".my-editor"+this.unique).style.marginTop="0px"}},methods:{handleCodeKeydown(e){if(!0===this.readOnly)return e.preventDefault(),void e.stopPropagation();if(13===e.keyCode){const t={e:e,code:this.code};this.$emit("at-enter",t)}},preventTab(e){e.preventDefault()},handleKeyUp(e){this.code=e.target.value,this.$emit("update:value",this.code),this.$emit("code-changes",this.code)},handlePaste(e,t){e.preventDefault();const i=e.target.selectionStart+e.clipboardData.getData("text").length,n=e.target.selectionEnd+e.clipboardData.getData("text").length,o=e.clipboardData.getData("text"),l=this.code,a=e.target.selectionStart,r=l.slice(0,a)+o+l.slice(a);this.code=r,this.$emit("code-changes",r),this.$emit("update:value",r),setTimeout((()=>{if(!0===this.lineNumber){const e=document.querySelector(`.my-editor${this.unique}`);e.children[1].children[0].focus(),e.children[1].children[0].setSelectionRange(i,n)}else{const e=document.querySelector(`.my-editor${this.unique}`);e.children[0].children[0].focus(),e.children[0].children[0].setSelectionRange(i,n)}}),100)},findClosestSpan(e,t,i){const n=document.querySelectorAll(".highlight-brace");if(n)for(let e=0;e<n.length;e++)n[e].classList.remove("highlight-brace");const o=document.querySelector(`.my-editor${this.unique}`).children[1],l=o.children[0],a=o.children[1];l.style.visibility="hidden";const r=o.getElementsByTagName("SPAN");let s=[],c=[],d=Number.MAX_SAFE_INTEGER,u=Number.MAX_SAFE_INTEGER;for(let e=0;e<r.length;e++){const t=r[e];if("PRE"===t.parentNode.tagName){const e=t.getBoundingClientRect().y,n=i;if(e<n){const i=n-e;i<d?(s=[t],d=i):i===d&&s.push(t)}}}for(let e=0;e<s.length;e++){const i=s[e];if("PRE"===i.parentNode.tagName){const e=i.getBoundingClientRect().x,n=t;if(e<n){const t=n-e;t<u?(c=[i],u=t):t===u&&c.push(i)}}}if(c[0]){const e=c[0].classList;for(let t=0;t<e.length;t++)if(e[t].startsWith("newColor")){const t=a.querySelectorAll("."+e[2]);for(let e=0;e<t.length;e++)t[e].classList.add("highlight-brace")}}l.style.visibility="visible"},enterKey(e){if(console.log("Enter key pressed"),1===this.rows&&13===e.keyCode&&e.preventDefault(),13===e.keyCode){const t={e:e,code:this.code};this.$emit("at-enter",t)}this.$emit("update:value",this.code)},updateCaretCoordinates(e){const t=e.target;if(t&&void 0!==t.selectionEnd){const e=Ce(t,t.selectionEnd);!0===this.lineNumber&&(this.caretDivLeft=e.left+33,this.caretDivTop=e.top),!0===this.beautify&&(this.caretDivLeft=e.left,this.caretDivTop=e.top+30),!0===this.beautify&&!0===this.lineNumber&&(this.caretDivLeft=e.left+33,this.caretDivTop=e.top+30),!1===this.beautify&&!1===this.lineNumber&&(this.caretDivLeft=e.left,this.caretDivTop=e.top)}},generateColorClasses(e){for(let t=1;t<=e;t++){const e=".newColor"+t+" { color: "+this.getRandomColor()+" !important; }";this.addCSS(e)}const t=".my-editor"+this.unique+" .token.property",i=".my-editor"+this.unique+" .token.tag",n=".my-editor"+this.unique+" .token.boolean",o=".my-editor"+this.unique+" .token.property",l=".my-editor"+this.unique+" .token.number",a=".my-editor"+this.unique+" .token.constant",r=".my-editor"+this.unique+" .token.symbol",s=".my-editor"+this.unique+" .token.deleted",c=t+" { color: "+this.primaryColor+" !important; }",d=i+" { color: "+this.primaryColor+" !important; }",u=n+" { color: "+this.primaryColor+" !important; }",h=o+" { color: "+this.primaryColor+" !important; }",p=l+" { color: "+this.primaryColor+" !important; }",m=a+" { color: "+this.primaryColor+" !important; }",g=r+" { color: "+this.primaryColor+" !important; }",A=s+" { color: "+this.primaryColor+" !important; }";this.addCSS(c),this.addCSS(d),this.addCSS(u),this.addCSS(h),this.addCSS(p),this.addCSS(m),this.addCSS(g),this.addCSS(A);const f=".my-editor"+this.unique+" .token.selector",y=".my-editor"+this.unique+" .token.attr-name",b=".my-editor"+this.unique+" .token.string",v=".my-editor"+this.unique+" .token.char",k=".my-editor"+this.unique+" .token.builtin",C=".my-editor"+this.unique+" .token.inserted",E=f+" { color: "+this.secondaryColor+" !important; }",w=y+" { color: "+this.secondaryColor+" !important; }",V=b+" { color: "+this.secondaryColor+" !important; }",x=v+" { color: "+this.secondaryColor+" !important; }",B=k+" { color: "+this.secondaryColor+" !important; }",N=C+" { color: "+this.secondaryColor+" !important; }";this.addCSS(E),this.addCSS(w),this.addCSS(V),this.addCSS(x),this.addCSS(B),this.addCSS(N)},addCSS(e){const t=document.head,i=document.createElement("style");i.type="text/css",i.appendChild(document.createTextNode(e)),t.appendChild(i)},getCurrentWord(e){if(console.log("event"),"my-editor"===e.target.classList[1])if(!0===this.lineNumber){document.querySelector(`.my-editor${this.unique}`).children[1].children[0].focus()}else{document.querySelector(`.my-editor${this.unique}`).children[0].children[0].focus()}if(null!==e.data&&void 0!==e.data){this.updateCaretCoordinates(e);const t=e.target.value,i=e.target.selectionStart;if(t&&void 0!==i){let e="",n=0;for(let e=i;e>=0;e--)if(" "===t[e]||"\n"===t[e]){n=e+1;break}for(let i=n;i<t.length&&(" "!==t[i]&&"\n"!==t[i]);i++)e+=t[i];this.currentWord=e,this.currentWordPosition=n,this.showintellisense(e)}this.$emit("update:value",this.code)}else this.schemaOptions=[],this.keywordOptions=[],this.emailOptions=[],this.apiOptions=[],this.functionOptions=[]},getObjectByLabel(e){const{api:t,schema:i,email:n,keywords:o}=this.intellisenseData,l=[t,i,n,o];for(const t of l){const i=t.find((t=>t.label===e));if(i)return i}return null},emitCurrentWord(e){let t,i;e?.target?.children[1]?.children[0]?.focus(),!0===this.lineNumber?(t=document.querySelector(`.my-editor${this.unique}`),i=t.children[1].children[0]):(t=document.querySelector(`.my-editor${this.unique}`),i=t.children[0].children[0]);const n=i.selectionStart,o=i.value;let l=n;for(;l>0&&!/\s/.test(o[l-1]);)l--;let a=n;for(;a<o.length&&!/\s/.test(o[a]);)a++;const r=o.substring(l,a);this.$emit("current-word",r)},getRandomColor(){let e="#";for(let t=0;t<6;t++)e+="0123456789ABCDEF"[Math.floor(16*Math.random())];return e},bracketColor(){const e=document.querySelector(".my-editor"+this.unique);if(null!=e){const t=e.querySelectorAll(".punctuation"),i=[];for(let e=0;e<t.length;e++){const n=t[e],o=n.textContent;if("{"===o||"["===o||"("===o)i.push({opening:n,closing:null});else if("}"===o||"]"===o||")"===o)for(let e=i.length-1;e>=0;e--)if(!i[e].closing){i[e].closing=n;break}}for(let e=0;e<i.length;e++){const t=i[e];null!==t.closing&&null!==t.opening&&(t.opening.classList.add("newColor"+e),t.closing.classList.add("newColor"+e))}}},highlighter:e=>Ft.highlight(e,Ft.languages.js),formatBeut(){1===this.rows?(this.code=Lt(this.code,{indent_size:4,space_in_paren:!0,space_after_anon_function:!0,brace_style:["collapse","preserve-inline"]}),this.lineNumber,document.querySelector(`.my-editor${this.unique}`),this.code+=" "):(this.code=Lt(this.code,{indent_size:4,space_in_paren:!0,space_after_anon_function:!0,brace_style:["expand"]}),this.lineNumber,document.querySelector(`.my-editor${this.unique}`),this.code+=" ")},showintellisense(e){const i=this.code.split("\n"),n=i[i.length-1].split(" ");if(n[n.length-1],""!==this.code&&" "!==e&&""!==e&&"."!==e.slice(-1)&&this.intellisenseData.schema&&this.intellisenseData.keywords)this.schemaOptions=this.intellisenseData.schema.filter((function(t){if("string"==typeof t.type)return t.label.toLowerCase().includes(e.toLowerCase())})),this.apiOptions=this.intellisenseData.api.filter((function(t){return t.label.toLowerCase().includes(e.toLowerCase())})),this.emailOptions=this.intellisenseData.email.filter((function(t){return t.label.toLowerCase().includes(e.toLowerCase())})),this.keywordOptions=this.intellisenseData.keywords.filter((function(t){return t.label.toLowerCase().includes(e.toLowerCase())}));else if("."===e.slice(-1)){const i=this.intellisenseData.schema.filter((function(t){return t.label.toLowerCase().includes(e.substring(0,e.length-1).toLowerCase())}));if(0!==i.length){const e=i[0].type.toLowerCase(),n=t.ref(this.intellisenseData.methods);n.value&&(this.functionOptions=n.value[e])}}else this.schemaOptions=[],this.keywordOptions=[],this.apiOptions=[],this.emailOptions=[],this.functionOptions=[];this.bracketColor()},appendOption(e){this.$emit("selected-option",this.getObjectByLabel(e));let t=this.code.indexOf(" ",this.currentWordPosition);-1===t&&(t=this.code.indexOf("\n",this.currentWordPosition)),-1===t&&(t=this.code.length);this.code.substring(this.currentWordPosition,t)===this.currentWord&&(this.code=this.code.substring(0,this.currentWordPosition)+e+this.code.substring(t)),this.schemaOptions=[],this.keywordOptions=[],this.emailOptions=[],this.apiOptions=[],this.functionOptions=[];const i=document.querySelector(`.my-editor${this.unique}`);!0===this.lineNumber?i.children[1].children[0].focus():i.children[0].children[0].focus(),this.bracketColor(),this.$emit("update:value",this.code),this.$emit("code-changes",this.code)},appendFunction(e){let t=this.code.indexOf(" ",this.currentWordPosition);-1===t&&(t=this.code.indexOf("\n",this.currentWordPosition)),-1===t&&(t=this.code.length);if(this.code.substring(this.currentWordPosition,t)===this.currentWord&&(this.code=this.code.substring(0,this.currentWordPosition+this.currentWord.length)+e+this.code.substring(t)),this.schemaOptions=[],this.keywordOptions=[],this.emailOptions=[],this.apiOptions=[],this.functionOptions=[],document.querySelector(".prism-editor__textarea").focus(),!0===this.lineNumber){document.querySelector(`.my-editor${this.unique}`).children[1].children[0].focus()}else{document.querySelector(`.my-editor${this.unique}`).children[0].children[0].focus()}this.bracketColor(),this.$emit("update:value",this.code),this.$emit("code-changes",this.code)}}};const Ht={class:"super-parent",style:{position:"relative"}},Kt={style:{"list-style-type":"none"}},jt=["onClick"],Qt={key:0,class:"list-item"},zt=t.createElementVNode("span",{class:"abc list-item-icon"},"abc",-1),Jt={key:1,class:"list-item"},Xt=t.createElementVNode("span",{class:"a123 list-item-icon"},"123",-1),Wt={key:2,class:"list-item"},Yt=t.createElementVNode("span",{class:"icon-calendar-regular list-item-icon"},null,-1),Gt={key:3,class:"list-item"},Zt=t.createElementVNode("span",{class:"abcarray list-item-icon"},"[ ]",-1),$t={key:4,class:"list-item"},ei=t.createElementVNode("span",{class:"abcarray list-item-icon"},"{ }",-1),ti={key:5,class:"list-item"},ii=t.createElementVNode("span",{class:"abc list-item-icon"},"abc",-1),ni=["onClick"],oi={class:"list-item"},li=t.createElementVNode("i",{class:"icon-note-text-regular list-item-icon"},null,-1),ai=["onClick"],ri={class:"list-item"},si=t.createElementVNode("i",{class:"icon-globe-regular list-item-icon"},null,-1),ci=["onClick"],di={class:"list-item"},ui=t.createElementVNode("i",{class:"icon-envelope-regular list-item-icon"},null,-1),hi=["onClick"],pi={class:"list-item"},mi=t.createElementVNode("i",{class:"icon-tool-regular list-item-icon"},null,-1),gi=t.createElementVNode("i",{class:"icon-edit-regular",style:{"font-size":"15px"}},null,-1),Ai=t.createElementVNode("span",{style:{"margin-left":"0.5rem",position:"relative",top:"-1px"}},"Beautify",-1),fi={key:1,class:"show-error"};Pt.render=function(e,i,n,o,l,a){const r=t.resolveComponent("hlx-button"),s=t.resolveComponent("prism-editor");return t.openBlock(),t.createElementBlock("div",Ht,[void 0===l.schemaOptions||void 0===l.keywordOptions||void 0===l.apiOptions||void 0===l.emailOptions||void 0===l.functionOptions||0===l.schemaOptions.length&&0===l.keywordOptions.length&&0===l.apiOptions.length&&0===l.emailOptions.length&&0===l.functionOptions.length?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:0,ref:"caretDiv",class:"caret-div",style:t.normalizeStyle({top:l.caretDivTop+35+"px",left:l.caretDivLeft+5+"px"})},[t.createElementVNode("ul",Kt,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.schemaOptions,(e=>(t.openBlock(),t.createElementBlock("li",{key:e,onClick:t=>a.appendOption(e.label)},[void 0!==e.type&&"string"===e.type.toLowerCase()?(t.openBlock(),t.createElementBlock("div",Qt,[zt,t.createElementVNode("span",null,t.toDisplayString(e.label),1)])):void 0===e.type||"number"!==e.type.toLowerCase()&&"integer"!==e.type.toLowerCase()?void 0!==e.type&&"date"===e.type.toLowerCase()?(t.openBlock(),t.createElementBlock("div",Wt,[Yt,t.createElementVNode("span",null,t.toDisplayString(e.label),1)])):void 0!==e.type&&"array"===e.type.toLowerCase()?(t.openBlock(),t.createElementBlock("div",Gt,[Zt,t.createElementVNode("span",null,t.toDisplayString(e.label),1)])):void 0!==e.type&&"object"===e.type.toLowerCase()?(t.openBlock(),t.createElementBlock("div",$t,[ei,t.createElementVNode("span",null,t.toDisplayString(e.label),1)])):void 0!==e.type&&"boolean"===e.type.toLowerCase()?(t.openBlock(),t.createElementBlock("div",ti,[ii,t.createElementVNode("span",null,t.toDisplayString(e.label),1)])):t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",Jt,[Xt,t.createElementVNode("span",null,t.toDisplayString(e.label),1)]))],8,jt)))),128)),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.keywordOptions,(e=>(t.openBlock(),t.createElementBlock("li",{key:e,onClick:t=>a.appendOption(e.label)},[t.createElementVNode("div",oi,[li,t.createElementVNode("span",null,t.toDisplayString(e.label),1)])],8,ni)))),128)),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.apiOptions,(e=>(t.openBlock(),t.createElementBlock("li",{key:e,onClick:t=>a.appendOption(e.label)},[t.createElementVNode("div",ri,[si,t.createElementVNode("span",null,t.toDisplayString(e.label),1)])],8,ai)))),128)),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.emailOptions,(e=>(t.openBlock(),t.createElementBlock("li",{key:e,onClick:t=>a.appendOption(e.label)},[t.createElementVNode("div",di,[ui,t.createElementVNode("span",null,t.toDisplayString(e.label),1)])],8,ci)))),128)),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.functionOptions,(e=>(t.openBlock(),t.createElementBlock("li",{key:e,onClick:t=>a.appendFunction(e.syntax)},[t.createElementVNode("div",pi,[mi,t.createElementVNode("span",null,t.toDisplayString(e.label),1)])],8,hi)))),128))])],4)),t.createElementVNode("div",{class:t.normalizeClass({"code-editor-parent":!0,customError:n.customError})},[!0===n.beautify?(t.openBlock(),t.createBlock(r,{key:0,class:"secondary sm",onClick:a.formatBeut},{default:t.withCtx((()=>[gi,Ai])),_:1},8,["onClick"])):t.createCommentVNode("v-if",!0),t.createCommentVNode(" <div :class=\"'read-only-overlay' + unique\"></div> "),t.createVNode(s,{ref:"myEditor",modelValue:l.code,"onUpdate:modelValue":i[0]||(i[0]=e=>l.code=e),class:t.normalizeClass(["my-editor","my-editor"+l.unique]),highlight:a.highlighter,"line-numbers":n.lineNumber,onPaste:a.handlePaste,onKeypress:a.enterKey,onKeyup:a.handleKeyUp,onKeydown:a.handleCodeKeydown,onInput:i[1]||(i[1]=t.withModifiers((t=>{a.getCurrentWord(t),e.$emit("code-changes",l.code)}),["stop"])),onClick:i[2]||(i[2]=t.withModifiers((e=>{a.getCurrentWord,a.emitCurrentWord(e)}),["stop"]))},null,8,["modelValue","class","highlight","line-numbers","onPaste","onKeypress","onKeyup","onKeydown"]),""!==n.customErrorMessage?(t.openBlock(),t.createElementBlock("div",fi,t.toDisplayString(l.ErrorMessage),1)):t.createCommentVNode("v-if",!0)],2)])},Pt.__file="src/components/CodeEditorComponent.vue";var yi={name:"HlxOverlay",props:{show:{type:Boolean,default:!1},height:{type:Number,default:0},top:{type:Number,default:0},width:{type:Number,default:0},left:{type:Number,default:0},conditionvalue:{type:Number,default:0},conditionup:{type:Number,default:0},conditiondown:{type:Number,default:0},search:{type:String,default:""}},emits:["close-overlay"],data:()=>({unique:Math.floor(1e3*Math.random()+1),containertop:0,containerwidth:0,containerleft:0,containerheight:0}),watch:{search:{handler(e){1==this.show?this.$nextTick((()=>{this.containerheight=document.querySelector("#container-overlay"+this.unique).offsetHeight,this.containertop=this.top,this.containerleft=this.left,this.containerwidth=this.width,window.innerHeight-this.containertop<this.conditionvalue?this.containertop=this.containertop-(this.containerheight+this.conditionup):this.containertop=this.containertop+this.conditiondown})):(this.containertop=0,this.containerleft=0,this.containerwidth=0,this.containerheight=0)}},show:{handler(e){1==e?this.$nextTick((()=>{this.containerheight=document.querySelector("#container-overlay"+this.unique).offsetHeight,this.containertop=this.top,this.containerleft=this.left,this.containerwidth=this.width,window.innerHeight-this.containertop<this.conditionvalue?this.containertop=this.containertop-(this.containerheight+this.conditionup):this.containertop=this.containertop+this.conditiondown})):(this.containertop=0,this.containerleft=0,this.containerwidth=0,this.containerheight=0)}},top:{handler(e){this.containertop=e,1==this.show?this.$nextTick((()=>{this.containerheight=document.querySelector("#container-overlay"+this.unique).offsetHeight,this.containertop=this.top,this.containerleft=this.left,this.containerwidth=this.width,window.innerHeight-this.containertop<this.conditionvalue?this.containertop=this.containertop-(this.containerheight+this.conditionup):this.containertop=this.containertop+this.conditiondown})):(this.containertop=0,this.containerleft=0,this.containerwidth=0,this.containerheight=0)},immediate:!0,deep:!0},left:{handler(e){this.containerleft=e},immediate:!0,deep:!0},width:{handler(e){this.containerwidth=e},immediate:!0,deep:!0}},methods:{emitfunction(e){console.log(e),this.$emit("close-overlay",e)}}};const bi=["id"];yi.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock("div",{class:"outer-overlay",onClick:i[0]||(i[0]=(...e)=>a.emitfunction&&a.emitfunction(...e))},[t.createElementVNode("div",{id:"container-overlay"+l.unique,class:"container-overlay",style:t.normalizeStyle([{position:"fixed"},["width:"+n.width+"px","top:"+l.containertop+"px","left:"+n.left+"px"]])},[t.renderSlot(e.$slots,"overlay")],12,bi)])},yi.__file="src/components/OverlayComponent.vue";var vi={name:"HlxContextMenu",components:{hlxOverlay:yi},props:{show:{type:Boolean,default:!1},options:{type:Array,default:()=>[]},data:{type:String,default:""},top:{type:Number,default:0},width:{type:Number,default:0},left:{type:Number,default:0},conditionvalue:{type:Number,default:0},conditionup:{type:Number,default:0},conditiondown:{type:Number,default:0}},emits:["chosen","close-context-menu"],data:()=>({custom_options:[]}),watch:{},mounted(){var e=this.options.findIndex((e=>1==e.checked));-1!=e&&null!=e&&this.select(e,this.options[e].label)},methods:{select(e,t){console.log("🚀 ~ file: ContextMenuComponent.vue:98 ~ select ~ index:",e),document.querySelectorAll(".option").forEach((e=>{e.classList.contains("selected-context-menu")&&e.classList.remove("selected-context-menu")}))},onClose(){this.$emit("close-context-menu")}}};const ki={class:"options-container"},Ci=["id","onClick"];vi.render=function(e,i,n,o,l,a){const r=t.resolveComponent("hlx-overlay");return n.show?(t.openBlock(),t.createBlock(r,{key:0,show:n.show,top:n.top,left:n.left,width:n.width,conditionvalue:n.conditionvalue,conditionup:n.conditionup,conditiondown:n.conditiondown,onCloseOverlay:a.onClose},{overlay:t.withCtx((()=>[t.withDirectives(t.createElementVNode("div",ki,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.options,((i,n)=>(t.openBlock(),t.createElementBlock("div",{id:"option"+n,key:n,class:"option",onClick:t=>{a.select(n,i.label),e.$emit("chosen",i.label)}},[null!=i.icon&&""!=i.icon?(t.openBlock(),t.createElementBlock("i",{key:0,class:t.normalizeClass(i.icon),style:{"margin-right":"8px"}},null,2)):t.createCommentVNode("v-if",!0),t.createElementVNode("span",null,t.toDisplayString(i.label),1)],8,Ci)))),128))],512),[[t.vShow,n.show]])])),_:1},8,["show","top","left","width","conditionvalue","conditionup","conditiondown","onCloseOverlay"])):t.createCommentVNode("v-if",!0)},vi.__file="src/components/ContextMenuComponent.vue";var Ei={name:"HlxSearch",props:{searchStyle:{type:String,default:"style1"},clearable:{type:Boolean,default:!1},modelValue:{type:String,default:()=>""}},watch:{modelValue:{handler(e){this.searchkey1=e},deep:!0,immediate:!0},searchkey1:{handler(e){""!=e&&this.clearable?this.showClear=!0:this.showClear=!1},deep:!0,immediate:!0}},emits:["searchKey","blurValue","focusValue","update:modelValue"],data:()=>({searchkey1:"",debounce:null,style1:!1,showClear:!1}),mounted(){null==this.searchStyle?this.style1=!0:this.style1=!1,this.searchkey1=this.modelValue},methods:{onSubmit(){this.debounceSearch()},debounceSearch(){clearTimeout(this.debounce),this.debounce=setTimeout((()=>{this.$emit("searchKey",this.searchkey1),this.$emit("update:modelValue",this.searchkey1)}),300)},blurValue(){this.$emit("blurValue",this.searchkey1),this.$emit("update:modelValue",this.searchkey1)},focusValue(){this.$emit("focusValue",this.searchkey1),this.$emit("update:modelValue",this.searchkey1)}}};const wi={class:"search-container"},Vi={class:"icon-1",for:"input-1","aria-label":"search"},xi=["id"],Bi={key:1,class:"icon-search-regular"},Ni=t.createElementVNode("div",{style:{width:"5%"}},[t.createElementVNode("label",{class:"icon-2",for:"input-2","aria-label":"search"},[t.createElementVNode("i",{class:"icon-search-regular"})])],-1),Si=t.createElementVNode("img",{class:"search-3img"},null,-1);Ei.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createCommentVNode(' <div class="outer-container"> '),t.createElementVNode("div",wi,[t.createCommentVNode(" Style 1 "),"style1"==n.searchStyle||l.style1?(t.openBlock(),t.createElementBlock("form",{key:0,class:"search-1",onSubmit:i[5]||(i[5]=t.withModifiers(((...e)=>a.onSubmit&&a.onSubmit(...e)),["prevent"]))},[t.createCommentVNode(' <div class="search-1" > '),t.withDirectives(t.createElementVNode("input",{id:"input-1","onUpdate:modelValue":i[0]||(i[0]=e=>l.searchkey1=e),type:"search",class:"input-1",name:"input-1",autocomplete:"off",placeholder:"Search","aria-required":!1,onInput:i[1]||(i[1]=(...e)=>a.debounceSearch&&a.debounceSearch(...e)),onFocus:i[2]||(i[2]=(...e)=>a.focusValue&&a.focusValue(...e)),onBlur:i[3]||(i[3]=(...e)=>a.blurValue&&a.blurValue(...e))},null,544),[[t.vModelText,l.searchkey1]]),t.createElementVNode("label",Vi,[l.showClear?(t.openBlock(),t.createElementBlock("i",{key:0,id:e.icon,class:"icon-times-circle-regular",style:{position:"relative",right:"10px",color:"#d8d8d8",cursor:"pointer"},onClick:i[4]||(i[4]=e=>l.searchkey1="")},null,8,xi)):(t.openBlock(),t.createElementBlock("i",Bi))])],32)):t.createCommentVNode("v-if",!0),t.createCommentVNode(" </div> "),t.createCommentVNode(" Style 2 "),t.createCommentVNode(' <div class="search-2"> '),"style2"==n.searchStyle?(t.openBlock(),t.createElementBlock("form",{key:1,class:"search-2",onSubmit:i[10]||(i[10]=t.withModifiers(((...e)=>a.onSubmit&&a.onSubmit(...e)),["prevent"]))},[t.withDirectives(t.createElementVNode("input",{id:"input-2","onUpdate:modelValue":i[6]||(i[6]=e=>l.searchkey1=e),type:"search",autocomplete:"off",placeholder:"Search","aria-required":!1,onInput:i[7]||(i[7]=(...e)=>a.debounceSearch&&a.debounceSearch(...e)),onFocus:i[8]||(i[8]=(...e)=>a.focusValue&&a.focusValue(...e)),onBlur:i[9]||(i[9]=(...e)=>a.blurValue&&a.blurValue(...e))},null,544),[[t.vModelText,l.searchkey1]]),Ni],32)):t.createCommentVNode("v-if",!0),t.createCommentVNode(" </div> "),t.createCommentVNode(" Style 3 "),t.createCommentVNode(' <div class="search-3" > '),"style3"==n.searchStyle?(t.openBlock(),t.createElementBlock("div",{key:2,class:"search-3",onSubmit:i[15]||(i[15]=t.withModifiers(((...e)=>a.onSubmit&&a.onSubmit(...e)),["prevent"]))},[t.withDirectives(t.createElementVNode("input",{id:"input-3","onUpdate:modelValue":i[11]||(i[11]=e=>l.searchkey1=e),type:"text",autocomplete:"off",placeholder:"Search",onInput:i[12]||(i[12]=(...e)=>a.debounceSearch&&a.debounceSearch(...e)),onFocus:i[13]||(i[13]=(...e)=>a.focusValue&&a.focusValue(...e)),onBlur:i[14]||(i[14]=(...e)=>a.blurValue&&a.blurValue(...e))},null,544),[[t.vModelText,l.searchkey1]]),t.createCommentVNode(' <div class="mycircle"></div>\r\n <div class="icon-3"><i class="icon-search-regular"></i></div> '),t.createCommentVNode(' <img src="../assets/img/search3.svg" alt=""> '),Si],32)):t.createCommentVNode("v-if",!0),t.createCommentVNode(" </div> ")]),t.createCommentVNode(" </div> ")],2112)},Ei.__file="src/components/SearchComponent.vue";var _i={name:"HlxModal",inheritAttrs:!1,props:{modalActive:{type:Boolean,default:!1},outerLayerCloseOption:{type:Boolean,default:!1},footerLine:{type:Boolean,default:!0},contentOnly:{type:Boolean,default:!1},headerContent:{type:Boolean,default:!1},contentFooter:{type:Boolean,default:!1},modal:{type:Boolean,default:!1},height:{type:String,default:"600px"},width:{type:String,default:"400px"},textEditor:{type:Boolean,default:!1},closeIcon:{type:Boolean,default:!0}},emits:["close"],data:()=>({unique:Math.floor(100*Math.random()),modal_height:"",modal_width:""}),watch:{width:{handler(e){this.modal_width=e},immediate:!0},height:{handler(e){this.modal_height=e},immediate:!0}},mounted(){document.querySelector(".hlx-modal-container")&&(document.querySelector(".hlx-modal-container").style.width=this.width,document.querySelector(".hlx-modal-container").style.width=this.height)},methods:{closemodal(e){"modal-backdrop"!==e.target.className&&"icon-times-regular close-icon"!==e.target.className||this.$emit("close")}}};const Ii={class:"modal"},qi={key:0},Di={class:"header-slot"},Ti={key:1,class:"data"},Oi={key:2},Ri={key:3,class:"data"},Mi={class:"content-slot"},Li={key:4},Ui={class:"header-slot"},Fi={key:5,class:"data"},Pi={key:6,class:"data"},Hi={class:"content-slot"},Ki={key:7},ji={key:0,class:"modal"},Qi={class:"header-slot"};_i.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createCommentVNode(" <div> "),t.withDirectives(t.createElementVNode("div",{class:t.normalizeClass(!0===n.outerLayerCloseOption?"modal-backdrop":"modal-backdrop1"),onClick:i[4]||(i[4]=(...e)=>a.closemodal&&a.closemodal(...e))},[t.createElementVNode("div",{class:t.normalizeClass("hlx-modal-container"),style:t.normalizeStyle({height:l.modal_height,width:l.modal_width})},[t.createElementVNode("div",Ii,[1==n.modal?(t.openBlock(),t.createElementBlock("header",qi,[t.createElementVNode("div",Di,[t.renderSlot(e.$slots,"header")]),!0===n.closeIcon?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-times-regular close-icon",onClick:i[0]||(i[0]=(...e)=>a.closemodal&&a.closemodal(...e))})):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0),1==n.modal?(t.openBlock(),t.createElementBlock("main",Ti,[t.renderSlot(e.$slots,"content")])):t.createCommentVNode("v-if",!0),1==n.modal?(t.openBlock(),t.createElementBlock("footer",Oi,[t.renderSlot(e.$slots,"footer")])):t.createCommentVNode("v-if",!0),t.createCommentVNode("------------------------------------------------ Content only----------------------------------------------"),!0===n.contentOnly?(t.openBlock(),t.createElementBlock("main",Ri,[t.createElementVNode("div",{class:"content-only",style:t.normalizeStyle([0==n.closeIcon?"padding-top:0px":"padding-top:20px",0==n.closeIcon?"padding-right:0px":"padding-right:20px"])},[!0===n.closeIcon?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-times-regular close-icon",onClick:i[1]||(i[1]=(...e)=>a.closemodal&&a.closemodal(...e))})):t.createCommentVNode("v-if",!0)],4),t.createElementVNode("div",Mi,[t.renderSlot(e.$slots,"content")])])):t.createCommentVNode("v-if",!0),t.createCommentVNode("-------------------------------------------------Header Content------------------------------------------------------------------------------------------------"),1==n.headerContent?(t.openBlock(),t.createElementBlock("header",Li,[t.createElementVNode("div",Ui,[t.renderSlot(e.$slots,"header")]),!0===n.closeIcon?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-times-regular close-icon",onClick:i[2]||(i[2]=(...e)=>a.closemodal&&a.closemodal(...e))})):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0),1==n.headerContent?(t.openBlock(),t.createElementBlock("main",Fi,[t.renderSlot(e.$slots,"content")])):t.createCommentVNode("v-if",!0),t.createCommentVNode("---------------------------------------------------- Content footer---------------------------------------------------------------------------------"),!0===n.contentFooter?(t.openBlock(),t.createElementBlock("main",Pi,[t.createElementVNode("div",{class:"content-only",style:t.normalizeStyle([0==n.closeIcon?"padding-top:0px":"padding-top:20px",0==n.closeIcon?"padding-right:0px":"padding-right:20px"])},[!0===n.closeIcon?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-times-regular close-icon",onClick:i[3]||(i[3]=(...e)=>a.closemodal&&a.closemodal(...e))})):t.createCommentVNode("v-if",!0)],4),t.createElementVNode("div",Hi,[t.renderSlot(e.$slots,"content")])])):t.createCommentVNode("v-if",!0),1==n.contentFooter?(t.openBlock(),t.createElementBlock("footer",Ki,[t.renderSlot(e.$slots,"footer")])):t.createCommentVNode("v-if",!0)])],4)],2),[[t.vShow,n.modalActive]]),t.createCommentVNode(" </div> "),n.textEditor?(t.openBlock(),t.createElementBlock("button",{key:0,class:"modal-backdrop",onClick:i[6]||(i[6]=(...e)=>a.closemodal&&a.closemodal(...e))},[t.createElementVNode("button",{class:t.normalizeClass("hlx-modal-container"),style:t.normalizeStyle({height:l.modal_height,width:l.modal_width})},[1==n.textEditor?(t.openBlock(),t.createElementBlock("button",ji,[t.createElementVNode("header",null,[t.createElementVNode("button",Qi,[t.renderSlot(e.$slots,"header")]),!0===n.closeIcon?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-times-regular close-icon",onClick:i[5]||(i[5]=(...e)=>a.closemodal&&a.closemodal(...e))})):t.createCommentVNode("v-if",!0)]),t.createElementVNode("main",null,[t.renderSlot(e.$slots,"content")]),t.createElementVNode("footer",null,[t.renderSlot(e.$slots,"footer")])])):t.createCommentVNode("v-if",!0)],4)])):t.createCommentVNode("v-if",!0)],64)},_i.__file="src/components/ModalwindowComponent.vue";var zi=t.defineComponent({name:"HlxDraggables",components:{draggable:i.VueDraggableNext},props:{list:{type:Array,default:()=>[]},selectable:{type:Boolean,default:!1}},emits:["change"],data:()=>({copyOfList:[],display:"Handle",enabled:!0,dragging:!1,drag:!1,select_all:!1,all_checked:!0,partially_checked:!1,atleastOne:!1,unique:Math.floor(1e3*Math.random()+1)}),computed:{dragOptions:()=>({animation:200,group:"description",disabled:!1,ghostClass:"ghost"}),partiallySelected(){return this.partially_checked}},watch:{list:{handler(e){this.copyOfList=JSON.parse(JSON.stringify([...e]))},immediate:!0,deep:!0}},mounted(){0!==this.list.length&&!0===this.selectable&&(this.all_checked=!0,this.list.forEach((e=>{!0===e.readOnly&&(e.disabled=!0),!1===e.checked&&(this.all_checked=!1),!0===e.checked&&(this.atleastOne=!0)})),!0===this.all_checked&&(document.querySelector(".select-all"+this.unique).checked=!0),!0===this.atleastOne&&!1===this.all_checked?this.partially_checked=!0:this.partially_checked=!1,!0===this.partially_checked&&document.getElementById("select-all-checkmark"+this.unique).classList.add("theme"))},methods:{log(){this.$emit("change",this.list)},selectAll(e){this.select_all=e.target.checked,!0===this.select_all?(this.partially_checked=!1,document.querySelectorAll("[id^=check-drag"+this.unique+"]").forEach((e=>{!1===e.disabled&&(e.checked=!0)})),this.list.forEach((e=>{!1===e.disabled&&(e.checked=!0)})),document.getElementById("select-all-checkmark"+this.unique).classList.remove("grey"),document.getElementById("select-all-checkmark"+this.unique).classList.add("theme")):(this.partially_checked=!1,document.querySelectorAll("[id^=check-drag"+this.unique+"]").forEach((e=>{!1===e.disabled&&(e.checked=!1),!0===e.checked&&(this.partially_checked=!0,document.getElementById("select-all-checkmark"+this.unique).classList.add("theme"))})),this.list.forEach((e=>{!1===e.disabled&&(e.checked=!1)})),!1===this.partially_checked?(document.getElementById("select-all-checkmark"+this.unique).classList.remove("theme"),document.getElementById("select-all-checkmark"+this.unique).classList.add("grey")):!0===this.partially_checked&&(document.getElementById("select-all-checkmark"+this.unique).classList.remove("grey"),document.getElementById("select-all-checkmark"+this.unique).classList.add("theme"))),this.$emit("change",this.list)},checkItem(e,t){this.atleastOne=!1,this.all_checked=!0,e.checked=t.target.checked,!1===t.target.checked&&(document.querySelector(".select-all"+this.unique).checked=!1),this.$emit("change",this.list),this.list.forEach((e=>{!1===e.checked&&(this.all_checked=!1),!0===e.checked&&(this.atleastOne=!0)})),!0===this.all_checked?(document.querySelector(".select-all"+this.unique).checked=!0,document.getElementById("select-all-checkmark"+this.unique).classList.add("theme")):document.getElementById("select-all-checkmark"+this.unique)&&(this.partially_checked=!1,document.getElementById("select-all-checkmark"+this.unique).classList.add("grey")),!0===this.atleastOne&&!1===this.all_checked?(this.partially_checked=!0,document.getElementById("select-all-checkmark"+this.unique).classList.remove("grey"),document.getElementById("select-all-checkmark"+this.unique).classList.add("theme")):!0===this.all_checked&&(this.partially_checked=!1)}}});const Ji={key:0,class:"flex m-10"},Xi={key:0,class:"draggable"},Wi={class:"check-container"},Yi=t.createTextVNode(t.toDisplayString("Select all")+" "),Gi={key:0,class:"icon-minus-regular",style:{color:"white","font-size":"14px !important",position:"relative","font-weight":"bold",top:"1px",left:"-76px","z-index":"100"}},Zi=["id"],$i=t.createElementVNode("i",{class:"icon-drag-vertical-filled handle",style:{"margin-right":"15px"}},null,-1),en=["id","checked","disabled","onClick"],tn={key:1,class:"flex m-10"},nn=t.createElementVNode("i",{class:"icon-drag-vertical-filled handle",style:{"margin-right":"15px"}},null,-1);zi.render=function(e,i,n,o,l,a){const r=t.resolveComponent("draggable");return 1==e.selectable?(t.openBlock(),t.createElementBlock("div",Ji,[0!==e.list.length?(t.openBlock(),t.createElementBlock("div",Xi,[t.createElementVNode("label",Wi,[Yi,1==e.partiallySelected?(t.openBlock(),t.createElementBlock("i",Gi)):t.createCommentVNode("v-if",!0),t.createElementVNode("input",{style:{"margin-right":"15px"},type:"checkbox",class:t.normalizeClass("select-all"+e.unique),checked:!1,onClick:i[0]||(i[0]=(...t)=>e.selectAll&&e.selectAll(...t))},null,2),t.createElementVNode("span",{id:"select-all-checkmark"+e.unique,class:"checkmark"},null,8,Zi)])])):t.createCommentVNode("v-if",!0),t.createVNode(r,t.mergeProps({class:"dragArea list-group w-full",list:e.list,handle:".handle",tag:"transition-group","component-data":{tag:"ul",type:"transition-group",name:e.drag?null:"flip-list"}},e.dragOptions,{onChange:e.log,onStart:i[1]||(i[1]=t=>e.drag=!0),onEnd:i[2]||(i[2]=t=>e.drag=!1)}),{default:t.withCtx((()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.list,(i=>(t.openBlock(),t.createElementBlock("div",{key:i.id,class:"list-group-item bg-gray-300 m-1 p-3 rounded-md text-center draggable"},[$i,t.createElementVNode("label",{class:t.normalizeClass(["check-container",{"checkContainer-readOnly":i.readOnly,"checkContainer-disabled":i.disabled}])},[t.createTextVNode(t.toDisplayString(i.name)+" ",1),t.createElementVNode("input",{id:"check-drag"+e.unique+i.id,type:"checkbox",checked:i.checked,disabled:i.disabled,class:t.normalizeClass("check-drag"+e.unique),onClick:t=>e.checkItem(i,t)},null,10,en),t.createElementVNode("span",{class:t.normalizeClass(["checkmark",{"check-readOnly":i.readOnly,"check-disabled":i.disabled}])},null,2)],2)])))),128))])),_:1},16,["list","component-data","onChange"])])):(t.openBlock(),t.createElementBlock("div",tn,[t.createVNode(r,t.mergeProps({class:"dragArea list-group w-full",list:e.list,handle:".handle",tag:"transition-group","component-data":{tag:"ul",type:"transition-group",name:e.drag?null:"flip-list"}},e.dragOptions,{onChange:e.log,onStart:i[3]||(i[3]=t=>e.drag=!0),onEnd:i[4]||(i[4]=t=>e.drag=!1)}),{default:t.withCtx((()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.list,(e=>(t.openBlock(),t.createElementBlock("div",{key:e.name,class:"list-group-item bg-gray-300 m-1 p-3 rounded-md text-center draggable"},[nn,t.createTextVNode(t.toDisplayString(e.name),1)])))),128))])),_:1},16,["list","component-data","onChange"])]))},zi.__file="src/components/DraggableComponent.vue";var on={name:"HlxTable",components:{modal:_i,draggables:zi,HlxButton:F},props:{columnCount:{type:[Number,Array],default:()=>[]},reArrangeHeads:{type:Array,default:()=>[]},border:{type:Array,default:()=>[]},boldHeaders:{type:Boolean,default:!1},rowHover:{type:Boolean,default:!1},theme:{type:String,default:"light"},stripedRows:{type:Boolean,default:!1},reArrangeColumns:{type:Boolean,default:!1},height:{type:Number,default:null}},emits:["closeRearrange","applyRearrangedColumns","sorting_func"],data:()=>({unique:Math.floor(1e3*Math.random()+1),modalActive:!1,duplicateTheads:[],componentKey:0}),computed:{},watch:{reArrangeColumns:{handler(e){!0===e&&(this.modalActive=!0)}},reArrangeHeads:{handler(e){void 0!==e&&(this.duplicateTheads=JSON.parse(JSON.stringify(e)))},immediate:!0}},mounted(){if(0!==document.querySelector("#merge-head-"+this.unique).children.length){const e=document.querySelector("#merge-head-"+this.unique).children;e[0].style.borderTopLeftRadius="5px",e[e.length-1].style.borderTopRightRadius="5px";for(let t=0;t<e.length;t++)e[t].style.position="sticky",e[t].style.top="0px";const t=document.querySelector("#head-"+this.unique).children;for(let e=0;e<t.length;e++)t[e].style.position="sticky",t[e].style.top="40px"}else{const e=document.querySelector("#head-"+this.unique).children;e[0].style.borderTopLeftRadius="5px",e[e.length-1].style.borderTopRightRadius="5px";for(let t=0;t<e.length;t++)e[t].style.position="sticky",e[t].style.top="0px"}},methods:{closeRearrangeModal(){this.componentKey+=1,this.$forceUpdate(),this.duplicateTheads=[...this.reArrangeHeads],this.modalActive=!1,this.$emit("closeRearrange",!1)},emitFromDraggables(){},applyCustomisedColumns(){this.modalActive=!1,this.$emit("closeRearrange",!1),this.$emit("applyRearrangedColumns",this.duplicateTheads)}}};const ln={class:"table-v2-container"},an=["id"],rn={style:{width:"100% !important"}},sn=["id"],cn=["id"],dn={class:"table-v2-body"},un=t.createElementVNode("div",{class:"modal-header"},[t.createElementVNode("p",null,"Re-arrange columns")],-1),hn={class:"modal-content"},pn={class:"modal-footer"},mn=t.createTextVNode(" Cancel "),gn=t.createTextVNode("Apply");on.render=function(e,i,n,o,l,a){const r=t.resolveComponent("draggables"),s=t.resolveComponent("hlx-button"),c=t.resolveComponent("modal");return t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createElementVNode("div",ln,[t.createElementVNode("table",{id:"table-v2-"+l.unique,style:t.normalizeStyle({height:n.height+"px"}),class:t.normalizeClass({hlxTableV2:!0,headerBorder:!!n.border.includes("header"),tableBorder:!!n.border.includes("table"),horizontalBorder:!!n.border.includes("horizontal"),verticalBorder:!!n.border.includes("vertical"),lightTheme:"light"===n.theme,greyTheme:"grey"===n.theme,primaryTheme:"primary"===n.theme,boldHeaders:n.boldHeaders,rowHover:n.rowHover,stripedRow:n.stripedRows})},[t.createElementVNode("colgroup",rn,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.columnCount,(e=>(t.openBlock(),t.createElementBlock("col",{key:e})))),128))]),t.createElementVNode("thead",null,[t.createElementVNode("tr",{id:"merge-head-"+l.unique,class:"table-v2-merge-head"},[t.renderSlot(e.$slots,"mergehead")],8,sn),t.createElementVNode("tr",{id:"head-"+l.unique,class:"table-v2-head"},[t.renderSlot(e.$slots,"thead")],8,cn)]),t.createElementVNode("tbody",dn,[t.renderSlot(e.$slots,"tbody")])],14,an)]),t.createVNode(c,{"modal-active":l.modalActive,height:"450px",width:"400px",modal:!0,onClose:a.closeRearrangeModal},{header:t.withCtx((()=>[un])),content:t.withCtx((()=>[t.createElementVNode("div",hn,[(t.openBlock(),t.createBlock(r,{key:l.componentKey,list:l.duplicateTheads,selectable:!0,onChange:a.emitFromDraggables},null,8,["list","onChange"]))])])),footer:t.withCtx((()=>[t.createElementVNode("div",pn,[t.createVNode(s,{class:"secondary sm",style:{"margin-right":"10px"},onClick:a.closeRearrangeModal},{default:t.withCtx((()=>[mn])),_:1},8,["onClick"]),t.createVNode(s,{class:"primary sm",onClick:a.applyCustomisedColumns},{default:t.withCtx((()=>[gn])),_:1},8,["onClick"])])])),_:1},8,["modal-active","onClose"])],64)},on.__file="src/components/table/HlxTable.vue";var An={name:"HlxTableHead",props:{width:{type:Number,default:null},align:{type:String,default:"center"},sortable:{type:Boolean,default:!1},resizable:{type:Boolean,default:!1},prop:{type:String,default:""},fixed:{type:String,default:""}},emits:["resizewidth","sorting_func"],data:()=>({widthsize:0,label:""}),mounted(){!function(){let e=null,t=null;Array.prototype.forEach.call(document.querySelectorAll(".table-header"),(function(i){const n=document.createElement("div");n.innerHTML="&nbsp;",n.style.top=0,n.style.right=0,n.style.bottom=0,n.style.width="5px",n.style.position="absolute",n.style.cursor="col-resize",n.style.zIndex="3",n.classList.add("grip"),n.addEventListener("mousedown",(function(n){e=i,t=i.offsetWidth-n.pageX})),i.appendChild(n)})),document.addEventListener("mousemove",(function(i){e&&(e.style.minWidth=t+i.pageX+"px",this.widthsize=t+i.pageX,this.label=e.children[0].innerText)})),document.addEventListener("mouseup",(function(){e=void 0}))}()},methods:{resizewidth(e){"grip"===e.target.className?this.$emit("resizewidth",e.target.parentElement.offsetWidth,this.prop):this.$emit("resizewidth",e.target.offsetWidth,this.prop)},sorting(e){console.log(this.prop),"icon-angle-up-small-filled"===e.target.className||"icon-angle-down-small-filled"===e.target.className?(document.querySelectorAll(".icon-angle-up-small-filled").forEach((e=>{e.classList.remove("sorting-icon")})),document.querySelectorAll(".icon-angle-down-small-filled").forEach((e=>{e.classList.remove("sorting-icon")})),e.target.classList.add("sorting-icon")):("icon-angle-up-small-filled sorting-icon"===e.target.className||"icon-angle-down-small-filled sorting-icon"===e.target.className)&&e.target.classList.remove("sorting-icon"),this.$emit("sorting_func",e.target.className,this.prop)}}};const fn={class:"table-head"},yn={key:0,class:"table-sort"},bn={class:"table-head"},vn={key:0,class:"table-sort"};An.render=function(e,i,n,o,l,a){return 1==n.resizable?(t.openBlock(),t.createElementBlock("th",{key:0,class:t.normalizeClass(["table-header","fixed-column-"+n.fixed]),style:t.normalizeStyle({width:n.width+"px",minWidth:n.width+"px",maxWidth:n.width+"px",textAlign:n.align}),onMouseup:i[2]||(i[2]=(...e)=>a.resizewidth&&a.resizewidth(...e))},[t.createElementVNode("span",fn,[t.renderSlot(e.$slots,"default"),!0===n.sortable?(t.openBlock(),t.createElementBlock("span",yn,[t.createElementVNode("i",{class:"icon-angle-up-small-filled",style:{position:"relative",top:"1px"},onClick:i[0]||(i[0]=(...e)=>a.sorting&&a.sorting(...e))}),t.createElementVNode("i",{class:"icon-angle-down-small-filled",style:{position:"relative",top:"-3px"},onClick:i[1]||(i[1]=(...e)=>a.sorting&&a.sorting(...e))})])):t.createCommentVNode("v-if",!0)])],38)):(t.openBlock(),t.createElementBlock("th",{key:1,class:t.normalizeClass("fixed-column-"+n.fixed),style:t.normalizeStyle({width:n.width+"px",minWidth:n.width+"px",maxWidth:n.width+"px",textAlign:n.align})},[t.createElementVNode("span",bn,[t.renderSlot(e.$slots,"default"),!0===n.sortable?(t.openBlock(),t.createElementBlock("span",vn,[t.createElementVNode("i",{class:"icon-angle-up-small-filled",style:{position:"relative",top:"1px"},onClick:i[3]||(i[3]=(...e)=>a.sorting&&a.sorting(...e))}),t.createElementVNode("i",{class:"icon-angle-down-small-filled",style:{position:"relative",top:"-3px"},onClick:i[4]||(i[4]=(...e)=>a.sorting&&a.sorting(...e))})])):t.createCommentVNode("v-if",!0)])],6))},An.__file="src/components/table/HlxTableHead.vue";var kn={name:"HlxTableCell",props:{align:{type:String,default:"center"},fixed:{type:String,default:""}}};kn.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock("td",{style:t.normalizeStyle({textAlign:n.align,whiteSpace:"break-spaces"}),class:t.normalizeClass("fixed-column-"+n.fixed)},[t.renderSlot(e.$slots,"default")],6)},kn.__file="src/components/table/HlxTableCell.vue",a.Chart.register(r.ChoroplethController,r.GeoFeature,r.ColorScale,r.ProjectionScale);var Cn={name:"HlxDashboardNew",components:{VueApexCharts:d.default,CountryFlag:u.default,hlxSearch:Ei,card:Y,hlxTableCell:kn,hlxTableHead:An,hlxTableV2:on},props:{chartOptions1:{type:Object,default:()=>({})},chartOptions2:{type:Object,default:()=>({})},chartOptions3:{type:Object,default:()=>({})},chartOptions4:{type:Object,default:()=>({})},chartOptions5:{type:Object,default:()=>({})},salesByCountryTable:{type:Array,default:()=>[]},trafficData:{type:Array,default:()=>[]},breadcrumbData:{type:Array,default:()=>[]},salesMapData:{type:Array,default:()=>[]},headerCardData:{type:Array,default:()=>[]},profileMenuData:{type:Array,default:()=>[]},notificationsData:{type:Array,default:()=>[]},tableData:{type:Array,default:()=>[]}},data:()=>({scale:1,zoomElement:"",zoomArea:document.querySelector("#canvas"),pointX:0,pointY:0,start:{x:0,y:0},profile_options:!1,notifications:!1}),mounted(){setTimeout((()=>{const e=document.querySelectorAll(".apexcharts-legend-text"),t=document.querySelectorAll(".apexcharts-legend-series");e.forEach((e=>{e.style.fontFamily="OpenSans",e.style.fontSize="14px"})),t.forEach((e=>{e.style.marginTop="20px"}));document.querySelectorAll("[id^='SvgjsTspan']").forEach((e=>{e.style.fontFamily="OpenSans"})),fetch("https://unpkg.com/world-atlas/countries-50m.json").then((e=>e.json())).then((e=>{const t=h.topojson.feature(e,e.objects.countries).features;new a.Chart(document.getElementById("canvas").getContext("2d"),{type:"choropleth",data:{labels:t.map((e=>e.properties.name)),datasets:[{label:"Countries",data:t.map((e=>({feature:e,value:Math.random()})))}]},options:{showOutline:!1,showGraticule:!1,plugins:{legend:{display:!1}},scales:{xy:{projection:"equalEarth"}}}})}))}),100)},methods:{search(){},setTransform(){this.zoomElement=document.querySelector("#canvas"),this.zoomElement.style.transform="translate("+this.pointX+"px, "+this.pointY+"px) scale("+this.scale+")"},zoomIn(){this.scale<1.6&&(this.scale+=.2,this.setTransform())},zoomOut(){this.scale>1&&(this.scale-=.1,this.setTransform())},profileSettings(){this.notifications=!1,0==this.profile_options?this.profile_options=!0:1==this.profile_options&&(this.profile_options=!1)},notificationsFunc(){this.profile_options=!1,0==this.notifications?this.notifications=!0:1==this.notifications&&(this.notifications=!1)}}};const En={class:"dashboard-right-container"},wn={class:"dashboard-header"},Vn={class:"searchh"},xn={class:"actions"},Bn=t.createElementVNode("div",null,[t.createElementVNode("i",{class:"icon-android-menu"})],-1),Nn=[t.createElementVNode("i",{class:"icon-bell"},null,-1)],Sn=[t.createElementVNode("img",{src:"https://www.w3schools.com/howto/img_avatar.png"},null,-1)],_n={class:"dashboard-body"},In={class:"small-cards-container"},qn={style:{"text-align":"center",display:"flex","flex-direction":"column","align-items":"center"}},Dn={class:"icon-bg"},Tn={class:"card-header"},On={class:"card-sub-header"},Rn={class:"card-percentage"},Mn={class:"container-1"},Ln={class:"left-container-1"},Un=t.createElementVNode("div",{class:"card-title"},"Statistics",-1),Fn={class:"right-container-1"},Pn=t.createElementVNode("div",{class:"card-title"},"Top categories",-1),Hn={class:"right-container-1-content-metric"},Kn={class:"container-2"},jn={class:"left-container-2"},Qn=t.createElementVNode("div",{class:"card-title"},"Customers",-1),zn={class:"right-container-2"},Jn=t.createElementVNode("div",{class:"card-title1"},"Sales by Country",-1),Xn={class:"row-container"},Wn={class:"flag"},Yn={class:"label"},Gn={class:"percentage"},Zn={class:"grey-container"},$n={class:"percent-num"},eo={class:"container-3"},to={class:"left-container-3"},io=t.createElementVNode("div",{class:"card-title1"},"Visitors",-1),no=t.createStaticVNode('<div class="bottom-container"><div class="left-bottom-container"><div class="title">8,545</div><div class="sub-title">New visitors</div></div><div class="right-bottom-container"><div class="title">1,452</div><div class="sub-title">Old visitors</div></div></div>',1),oo={class:"middle-container-3"},lo=t.createStaticVNode('<div class="card-title1">Traffic source</div><div class="cardd"><div class="percent"><svg><circle cx="105" cy="105" r="100"></circle><circle cx="105" cy="105" r="100" style="--percent:70;"></circle></svg><div class="number"><h4>Total traffic</h4><h3>70<span>%</span></h3></div></div></div>',2),ao={class:"top"},ro={class:"metric"},so={class:"count"},co={class:"bottom"},uo={class:"grey-container"},ho={class:"right-container-3"},po=t.createElementVNode("div",{class:"card-title1"},"Sales by Country",-1),mo={class:"map"},go={class:"tool"},Ao=[t.createElementVNode("i",{class:"icon-search-plus-regular"},null,-1)],fo=[t.createElementVNode("i",{class:"icon-search-minus-regular"},null,-1)],yo=t.createElementVNode("div",{class:"mapp"},[t.createElementVNode("canvas",{id:"canvas"})],-1),bo={class:"top"},vo={class:"metric"},ko={class:"count"},Co={class:"bottom"},Eo={class:"grey-container"},wo={class:"container-4"},Vo=t.createStaticVNode('<div class="left-container-4"><div class="left-container-4-1"><div class="icon"><i class="icon-dollar-circle-regular"></i></div><div class="count">$4,580</div><div class="bottom-container"><div class="bottom"><div class="grey-container"><div class="inner-container"></div></div></div><div class="top"><div class="metric">Earned this month</div><div class="countt">+2.4%</div></div></div></div><div class="left-container-4-2"><div class="icon"><i class="icon-dollar-circle-regular"></i></div><div class="count">$4,580</div><div class="bottom-container"><div class="bottom"><div class="grey-container"><div class="inner-container"></div></div></div><div class="top"><div class="metric">Earned this month</div><div class="countt">+2.4%</div></div></div></div></div>',1),xo={class:"middle-container-4"},Bo=t.createElementVNode("div",{class:"card-title"},"User activity",-1),No={class:"right-container-4"},So={class:"right-container-4-1"},_o=t.createElementVNode("div",{class:"title"},"Total session",-1),Io=t.createElementVNode("div",{class:"count"},[t.createTextVNode("15,690"),t.createElementVNode("span",{class:"sub-count"},"+36%")],-1),qo={class:"right-container-4-2"},Do=t.createElementVNode("div",{class:"title"},"Page views",-1),To=t.createElementVNode("div",{class:"count"},[t.createTextVNode("28,963"),t.createElementVNode("span",{class:"sub-count"},"-4.5%")],-1),Oo={class:"container-5"},Ro=t.createElementVNode("div",{class:"card-title1"},"Recent orders",-1),Mo=t.createElementVNode("footer",null,"© 2022 Halleyx Inc. Copyright and rights reserved",-1),Lo=t.createStaticVNode('<div class="top"><div><img src="https://www.w3schools.com/howto/img_avatar.png"></div><div class="content"><div class="headerr">John Doe</div><div class="sub-header">UI Developer</div></div></div>',1),Uo={class:"middle"},Fo={class:"icon"},Po={class:"item"},Ho=t.createStaticVNode('<div class="bottom"><div class="content"><div class="icon"><i class="icon-logout"></i></div><div class="item">Logout</div></div></div>',1),Ko=t.createElementVNode("div",{class:"top"},"Notifications",-1),jo={class:"middle"},Qo={class:"icon"},zo={class:"content"},Jo={class:"headerr"},Xo={class:"main"},Wo={class:"sub"},Yo={class:"sub-header"},Go=t.createStaticVNode('<div class="contain"><div class="icon"><i class="icon-bulb"></i></div><div class="content"><div class="headerr"><div class="main">New orders</div><div class="sub">2 mins ago</div></div><div class="sub-header">You have received new orders</div></div></div><div class="contain"><div class="icon"><i class="icon-bulb"></i></div><div class="content"><div class="headerr"><div class="main">New orders</div><div class="sub">2 mins ago</div></div><div class="sub-header">You have received new orders</div></div></div><div class="contain"><div class="icon"><i class="icon-bulb"></i></div><div class="content"><div class="headerr"><div class="main">New orders</div><div class="sub">2 mins ago</div></div><div class="sub-header">You have received new orders</div></div></div><div class="contain"><div class="icon"><i class="icon-bulb"></i></div><div class="content"><div class="headerr"><div class="main">New orders</div><div class="sub">2 mins ago</div></div><div class="sub-header">You have received new orders</div></div></div><div class="contain"><div class="icon"><i class="icon-bulb"></i></div><div class="content"><div class="headerr"><div class="main">New orders</div><div class="sub">2 mins ago</div></div><div class="sub-header">You have received new orders</div></div></div><div class="contain"><div class="icon"><i class="icon-bulb"></i></div><div class="content"><div class="headerr"><div class="main">New orders</div><div class="sub">2 mins ago</div></div><div class="sub-header">You have received new orders</div></div></div>',6),Zo=t.createElementVNode("div",{class:"bottom"},"View all notifications",-1);Cn.render=function(e,i,n,o,l,a){const r=t.resolveComponent("hlx-search"),s=t.resolveComponent("card"),c=t.resolveComponent("VueApexCharts"),d=t.resolveComponent("CountryFlag"),u=t.resolveComponent("hlx-table-head"),h=t.resolveComponent("hlx-table-cell"),p=t.resolveComponent("hlx-table-v2");return t.openBlock(),t.createElementBlock("div",En,[t.createElementVNode("div",wn,[t.createElementVNode("div",Vn,[t.createVNode(r,{search_style:"style1",onSearchkey:a.search},null,8,["onSearchkey"])]),t.createElementVNode("div",xn,[Bn,t.createElementVNode("div",{onClick:i[0]||(i[0]=e=>a.notificationsFunc())},Nn),t.createElementVNode("div",{onClick:i[1]||(i[1]=e=>a.profileSettings())},Sn)])]),t.createElementVNode("div",_n,[t.createCommentVNode(' <div class="dashboard-body-header-panel">\r\n <div class="dashboard-body-header">Dashboard</div>\r\n <div class="dashboard-body-breadcrumb">\r\n <bread-crumb\r\n :seperator="\'/\'"\r\n :crumbs="this.breadcrumbData"\r\n @selected="selected"\r\n />\r\n </div>\r\n </div> '),t.createElementVNode("div",In,[t.createCommentVNode(' <div\r\n class="small-cards"\r\n v-for="(c, index) in this.headerCardData"\r\n :key="index"\r\n :style="[index+1<this.headerCardData.length ? {\'margin-right\':\'20px\'} :{\'margin-right\':\'0px\'}]"\r\n >\r\n <div class="icon-bg">\r\n <i :class="c.icon"></i>\r\n </div>\r\n <div class="card-header">{{ c.header }}</div>\r\n <div class="card-sub-header">{{ c.sub_header }}</div>\r\n <div class="card-percentage">\r\n <i :class="c.arrow_icon"></i>\r\n {{ c.percentage }}\r\n </div>\r\n </div> '),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.headerCardData,((e,i)=>(t.openBlock(),t.createBlock(s,{key:i,seperator:!1,hover:!0,class:"small-cards"},{"card-body":t.withCtx((()=>[t.createElementVNode("div",qn,[t.createElementVNode("div",Dn,[t.createElementVNode("i",{class:t.normalizeClass(e.icon)},null,2)]),t.createElementVNode("div",Tn,t.toDisplayString(e.header),1),t.createElementVNode("div",On,t.toDisplayString(e.sub_header),1),t.createElementVNode("div",Rn,[t.createElementVNode("i",{class:t.normalizeClass(e.arrow_icon)},null,2),t.createTextVNode(" "+t.toDisplayString(e.percentage),1)])])])),_:2},1024)))),128))]),t.createElementVNode("div",Mn,[t.createElementVNode("div",Ln,[t.createCommentVNode(' <card :seperator="false" :card_title="true" :hover="true" class="left-container-1">\r\n <template #card-title >\r\n Statistics\r\n </template>\r\n <template #card-body >\r\n <VueApexCharts\r\n :type="this.chartOptions1.chart.type"\r\n :height="this.chartOptions1.chart.height"\r\n :width="this.chartOptions1.chart.width"\r\n :options="this.chartOptions1"\r\n :series="this.chartOptions1.series"\r\n ></VueApexCharts>\r\n </template>\r\n </card> '),Un,t.createVNode(c,{type:n.chartOptions1.chart.type,height:n.chartOptions1.chart.height,width:n.chartOptions1.chart.width,options:n.chartOptions1,series:n.chartOptions1.series},null,8,["type","height","width","options","series"])]),t.createElementVNode("div",Fn,[Pn,t.createVNode(c,{style:{"margin-left":"15px"},type:n.chartOptions2.chart.type,height:n.chartOptions2.chart.height,width:n.chartOptions2.chart.width,options:n.chartOptions2,series:n.chartOptions2.series},null,8,["type","height","width","options","series"]),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.chartOptions2.series,((e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:"right-container-1-content"},[t.createElementVNode("div",Hn,t.toDisplayString(n.chartOptions2.labels[i]),1),t.createElementVNode("div",{class:"right-container-1-content-count",style:t.normalizeStyle({background:n.chartOptions2.colors[i]})},t.toDisplayString(e),5)])))),128)),t.createCommentVNode(' <div class="chartOptions2-content">\r\n <div class="chartOptions2-content-total">\r\n {{ chartOptions2.content.total }}\r\n </div>\r\n <div class="chartOptions2-content-title">\r\n {{ chartOptions2.content.title }}\r\n </div>\r\n </div> ')])]),t.createElementVNode("div",Kn,[t.createElementVNode("div",jn,[Qn,t.createVNode(c,{style:{"margin-left":"-70px"},type:n.chartOptions3.chart.type,height:n.chartOptions3.chart.height,width:n.chartOptions3.chart.width,options:n.chartOptions3,series:n.chartOptions3.series},null,8,["type","height","width","options","series"]),t.createCommentVNode(' <div class="chartOptions2-content">\r\n <div class="chartOptions2-content-total">\r\n {{ chartOptions2.content.total }}\r\n </div>\r\n <div class="chartOptions2-content-title">\r\n {{ chartOptions2.content.title }}\r\n </div>\r\n </div> ')]),t.createElementVNode("div",zn,[Jn,t.createElementVNode("table",Xn,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.salesByCountryTable,((e,i)=>(t.openBlock(),t.createElementBlock("tr",{key:i},[t.createElementVNode("td",Wn,[t.createVNode(d,{iso:e.flag,mode:"rounded"},null,8,["iso"])]),t.createElementVNode("td",Yn,t.toDisplayString(e.label),1),t.createElementVNode("td",Gn,[t.createElementVNode("div",Zn,[t.createElementVNode("div",{class:"inner-container",style:t.normalizeStyle({width:e.percentage})},null,4)])]),t.createElementVNode("td",$n,t.toDisplayString(e.percentage),1)])))),128))])])]),t.createElementVNode("div",eo,[t.createElementVNode("div",to,[io,t.createVNode(c,{type:n.chartOptions4.chart.type,height:n.chartOptions4.chart.height,width:n.chartOptions4.chart.width,options:n.chartOptions4,series:n.chartOptions4.series},null,8,["type","height","width","options","series"]),no]),t.createElementVNode("div",oo,[lo,(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.trafficData,((e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:"bottom-container"},[t.createElementVNode("div",ao,[t.createElementVNode("div",ro,t.toDisplayString(e.metric),1),t.createElementVNode("div",so,t.toDisplayString(e.count),1)]),t.createElementVNode("div",co,[t.createElementVNode("div",uo,[t.createElementVNode("div",{class:"inner-container",style:t.normalizeStyle({width:e.percentage})},null,4)])])])))),128))]),t.createElementVNode("div",ho,[po,t.createElementVNode("div",mo,[t.createElementVNode("div",go,[t.createElementVNode("div",{onClick:i[2]||(i[2]=(...e)=>a.zoomIn&&a.zoomIn(...e))},Ao),t.createElementVNode("div",{onClick:i[3]||(i[3]=(...e)=>a.zoomOut&&a.zoomOut(...e))},fo)]),yo]),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.salesMapData,((e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:"bottom-container"},[t.createElementVNode("div",bo,[t.createElementVNode("div",vo,t.toDisplayString(e.metric),1),t.createElementVNode("div",ko,t.toDisplayString(e.count),1)]),t.createElementVNode("div",Co,[t.createElementVNode("div",Eo,[t.createElementVNode("div",{class:"inner-container",style:t.normalizeStyle({width:e.percentage})},null,4)])])])))),128))])]),t.createElementVNode("div",wo,[Vo,t.createElementVNode("div",xo,[Bo,t.createVNode(c,{type:n.chartOptions4.chart.type,height:"80%",width:n.chartOptions4.chart.width,options:n.chartOptions4,series:n.chartOptions4.series},null,8,["type","width","options","series"])]),t.createElementVNode("div",No,[t.createElementVNode("div",So,[_o,Io,t.createVNode(c,{type:n.chartOptions5.chart.type,height:n.chartOptions5.chart.height,width:n.chartOptions5.chart.width,options:n.chartOptions5,series:n.chartOptions5.series},null,8,["type","height","width","options","series"])]),t.createElementVNode("div",qo,[Do,To,t.createVNode(c,{type:n.chartOptions5.chart.type,height:n.chartOptions5.chart.height,width:n.chartOptions5.chart.width,options:n.chartOptions5,series:n.chartOptions5.series},null,8,["type","height","width","options","series"])])])]),t.createElementVNode("div",Oo,[Ro,t.createVNode(p,{border:["table","header","vertical","horizontal"],"bold-headers":!1,"row-hover":!1,theme:"grey","striped-rows":!1},{thead:t.withCtx((()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.tableData.attributes,((e,i)=>(t.openBlock(),t.createBlock(u,{key:i},{default:t.withCtx((()=>[t.createTextVNode(t.toDisplayString(e.label),1)])),_:2},1024)))),128))])),tbody:t.withCtx((()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.tableData.table_data,((e,i)=>(t.openBlock(),t.createElementBlock("tr",{id:"",key:i},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.tableData.attributes,((i,n)=>(t.openBlock(),t.createBlock(h,{key:n,align:"left"},{default:t.withCtx((()=>[t.createTextVNode(t.toDisplayString(e[i.prop]),1)])),_:2},1024)))),128))])))),128))])),_:1}),t.createCommentVNode(' <hlx-table-component :tableData="this.tableData.tableData" :theader="this.tableData.columns" :height="420" :editable="true" :rowPerPage="5" :selectable="true"/> '),t.createCommentVNode(' <hlxTable :data="this.tableData.tableData"\r\n :border="true"\r\n theme="secondary"\r\n :rowHover="true"\r\n :ellipses="5"\r\n :pagination="true"\r\n :bold_header="true">\r\n <hlx-column :prop="\'id\'" :label="\'ID\'" :type="\'string\'" />\r\n <hlx-column :prop="\'balance\'" :label="\'Balance\'" :type="\'integer\'" />\r\n <hlx-column :prop="\'percentage\'" :label="\'Percentage\'" :type="\'percentage\'" />\r\n <hlx-column :prop="\'picture\'" :label="\'Picture\'" :type="\'img\'" />\r\n <hlx-column :prop="\'age\'" :label="\'Age\'" :type="\'integer\'" />\r\n <hlx-column :prop="\'name\'" :label="\'Name\'" :type="\'string\'" />\r\n <hlx-column :prop="\'gender\'" :label="\'Gender\'" :type="\'string\'" />\r\n <hlx-column :prop="\'company\'" :label="\'Company\'" :type="\'string\'" />\r\n <hlx-column :prop="\'date\'" :label="\'Date\'" :type="\'date\'" />\r\n <hlx-column :prop="\'email\'" :label="\'Email\'" :type="\'string\'" />\r\n </hlxTable> ')]),t.createCommentVNode(' <p v-for="(i,index) in Object.keys(this.tableData.tableData[0])" :key = "index">{{i}}</p> '),Mo,1==l.profile_options?(t.openBlock(),t.createElementBlock("div",{key:0,class:"profile-options",onClick:i[4]||(i[4]=e=>a.profileSettings())},[Lo,t.createElementVNode("div",Uo,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.profileMenuData,((e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:"content"},[t.createElementVNode("div",Fo,[t.createElementVNode("i",{class:t.normalizeClass(e.icon)},null,2)]),t.createElementVNode("div",Po,t.toDisplayString(e.item),1)])))),128))]),Ho])):t.createCommentVNode("v-if",!0),1==l.notifications?(t.openBlock(),t.createElementBlock("div",{key:1,class:"notifications",onClick:i[5]||(i[5]=e=>a.notificationsFunc())},[Ko,t.createElementVNode("div",jo,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.notificationsData,((e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:"contain"},[t.createElementVNode("div",Qo,[t.createElementVNode("i",{class:t.normalizeClass(e.icon)},null,2)]),t.createElementVNode("div",zo,[t.createElementVNode("div",Jo,[t.createElementVNode("div",Xo,t.toDisplayString(e.title),1),t.createElementVNode("div",Wo,t.toDisplayString(e.time),1)]),t.createElementVNode("div",Yo,t.toDisplayString(e.message),1)])])))),128)),Go]),Zo])):t.createCommentVNode("v-if",!0)])])},Cn.__file="src/components/DashboardComponentNew.vue";var $o={name:"HlxLabel",props:{label:{type:String,default:"Default"},height:{type:String,default:"Default"},width:{type:String,default:"Default"},options:{type:Object,default:()=>({background:void 0,color:void 0})}}};$o.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock("span",{id:"hlx-label-0013",class:t.normalizeClass("hlx-label"),style:t.normalizeStyle({height:n.height,width:n.width,background:n.options["background-color"],color:n.options["text-color"],"border-color":n.options["border-color"]})},[t.renderSlot(e.$slots,"default")],4)},$o.__file="src/components/LabelComponent.vue";var el={name:"HlxInputElements",inheritAttrs:!1,props:{type:{type:String,default:"text"},options:{type:Array,default:()=>[]},checked:{type:Boolean,default:!1},showSelectAll:{type:Boolean,default:!1},preVal:{type:[Array,Object],default:()=>[]}},emits:["update:value","selected"],data:()=>({select_all:!1,all_checked:!0,partially_checked:!1,atleastOne:!1,unique:Math.floor(1e3*Math.random()+1)}),computed:{partiallySelected(){return this.partially_checked}},watch:{options:{handler(e){e&&"checkbox"===this.type&&(document.querySelector(".select-all"+this.unique).checked=!1,e.forEach((e=>{!1===e.checked&&(this.all_checked=!1),!0===e.checked&&(this.atleastOne=!0)})),!0===this.all_checked&&!0===this.showSelectAll&&(document.querySelector(".select-all"+this.unique).checked=!0),!0===this.atleastOne&&!1===this.all_checked?this.partially_checked=!0:this.partially_checked=!1,!0===this.partially_checked&&!0===this.showSelectAll&&(document.getElementById("select-all-checkmark"+this.unique).style.background="#54bd95",document.getElementById("select-all-checkmark"+this.unique).style.border="1px solid #54bd95"))}}},mounted(){"checkbox"===this.type&&(this.all_checked=!0,this.options.forEach((e=>{!1===e.checked&&(this.all_checked=!1),!0===e.checked&&(this.atleastOne=!0)})),!0===this.all_checked&&!0===this.showSelectAll&&(document.querySelector(".select-all"+this.unique).checked=!0,document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme")),!0===this.atleastOne&&!1===this.all_checked?this.partially_checked=!0:this.partially_checked=!1,!0===this.partially_checked&&!0===this.showSelectAll&&document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme"))},methods:{hoverSelectAll(){document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme-hover")},unHoverSelectAll(){!1===this.select_all&&!1===this.partially_checked&&document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-theme-hover")},selectAll(e){this.select_all=e.target.checked,!0===this.select_all?(this.partially_checked=!1,document.querySelectorAll("[id^=check-drag"+this.unique+"]").forEach((e=>{!1===e.disabled&&(e.checked=!0)})),this.options.forEach((e=>{!1===e.disabled&&(e.checked=!0)})),document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-grey"),document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme")):(this.partially_checked=!1,document.querySelectorAll("[id^=check-drag"+this.unique+"]").forEach((e=>{!1===e.disabled&&(e.checked=!1),!0===e.checked&&(document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme"),this.partially_checked=!0)})),this.options.forEach((e=>{!1===e.disabled&&(e.checked=!1)})),!1===this.partially_checked?document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-grey"):!0===this.partially_checked&&document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme")),this.$emit("update:value",this.options)},checkItem(e,t){this.atleastOne=!1,this.all_checked=!0,e.checked=t.target.checked,!1===t.target.checked&&!0===this.showSelectAll&&(document.querySelector(".select-all"+this.unique).checked=!1),this.$emit("update:value",this.options),this.options.forEach((e=>{!1===e.checked&&(this.all_checked=!1),!0===e.checked&&(this.atleastOne=!0)})),!0===this.showSelectAll&&(!0===this.all_checked?(document.querySelector(".select-all"+this.unique).checked=!0,document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-grey"),document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme")):document.getElementById("select-all-checkmark"+this.unique)&&(this.partially_checked=!1,document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-theme"),document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-grey")),!0===this.atleastOne&&!1===this.all_checked?(this.partially_checked=!0,document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-grey"),document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme")):!0===this.all_checked&&(this.partially_checked=!1))},checkRadio(e){this.options.forEach((t=>{t.checked=!1,t===e&&(t.checked=!0)})),this.$emit("update:value",this.options),this.$emit("selected",e.name)},checkSwitch(e){this.$emit("update:value",e.target.checked)}}};const tl={key:0,class:"whole-checkbox"},il=t.createTextVNode(t.toDisplayString("Select all")+" "),nl={key:0,class:"icon-minus-regular partially-checked"},ol=["id"],ll={class:"check-container"},al=["id","checked","disabled","onClick"],rl=t.createElementVNode("span",{class:"checkmark"},null,-1),sl={key:1,style:{display:"flex","flex-direction":"column"}},cl=["id"],dl=["id","name","for","checked","onClick"],ul=t.createElementVNode("span",{class:"radio-checkmark"},null,-1),hl={key:2,style:{margin:"0 10px 0 15px"}},pl=["checked"],ml=t.createElementVNode("span",{class:"slider round"},null,-1);el.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock(t.Fragment,null,["checkbox"==n.type?(t.openBlock(),t.createElementBlock("div",tl,[1==n.showSelectAll?(t.openBlock(),t.createElementBlock("label",{key:0,class:"check-container",onMouseover:i[3]||(i[3]=(...e)=>a.hoverSelectAll&&a.hoverSelectAll(...e)),onMouseleave:i[4]||(i[4]=(...e)=>a.unHoverSelectAll&&a.unHoverSelectAll(...e))},[il,1==a.partiallySelected?(t.openBlock(),t.createElementBlock("i",nl)):t.createCommentVNode("v-if",!0),t.createElementVNode("input",{style:{"margin-right":"15px"},type:"checkbox",class:t.normalizeClass(["selcet","select-all"+l.unique]),checked:!1,onClick:i[0]||(i[0]=(...e)=>a.selectAll&&a.selectAll(...e))},null,2),t.createElementVNode("span",{id:"select-all-checkmark"+l.unique,class:"checkmark",onMouseover:i[1]||(i[1]=(...e)=>a.hoverSelectAll&&a.hoverSelectAll(...e)),onMouseleave:i[2]||(i[2]=(...e)=>a.unHoverSelectAll&&a.unHoverSelectAll(...e))},null,40,ol)],32)):t.createCommentVNode("v-if",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.options,(e=>(t.openBlock(),t.createElementBlock("div",{key:e.id,class:"checkbox-container"},[t.createElementVNode("label",ll,[t.createTextVNode(t.toDisplayString(e.name)+" ",1),t.createElementVNode("input",{id:"check-drag"+l.unique,type:"checkbox",checked:e.checked,disabled:e.disabled,class:t.normalizeClass(["check-correct","check-drag"+l.unique]),onClick:t=>a.checkItem(e,t)},null,10,al),rl])])))),128))])):t.createCommentVNode("v-if",!0),"radio-buttons"==n.type?(t.openBlock(),t.createElementBlock("div",sl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.options,(e=>(t.openBlock(),t.createElementBlock("div",{key:e.id},[t.createElementVNode("label",{id:"radio"+e.id+l.unique,class:"radio-container"},[t.createTextVNode(t.toDisplayString(e.name)+" ",1),t.createElementVNode("input",{id:e.id+l.unique,type:"radio",name:"radio"+l.unique,for:"radio"+e.id+l.unique,checked:e.checked,onClick:t=>a.checkRadio(e)},null,8,dl),ul],8,cl)])))),128))])):t.createCommentVNode("v-if",!0),"switch"==n.type?(t.openBlock(),t.createElementBlock("div",hl,[t.createElementVNode("label",{class:t.normalizeClass("switch"+l.unique)},[t.createElementVNode("input",{type:"checkbox",checked:n.checked,onClick:i[5]||(i[5]=(...e)=>a.checkSwitch&&a.checkSwitch(...e))},null,8,pl),ml],2)])):t.createCommentVNode("v-if",!0)],64)},el.__file="src/components/InputElementsComponent.vue";var gl={name:"HlxSelect",components:{inputItems:el,Search:Ei,CountryFlag:u.default,hlxLabel:$o,hlxOverlay:yi},inheritAttrs:!1,props:{imageLink:{type:String,default:"link"},subTitle:{type:String,default:"subtitle"},tagValue:{type:String,default:""},searchImageTag:{type:Boolean,default:!1},error:{type:Boolean,default:!1},footerContent:{type:String,default:""},footerIcon:{type:String,default:""},footer:{type:Boolean,default:!1},scrollClassname:{type:String,default:""},flagIcon:{type:Boolean,default:!1},flagValue:{type:Boolean,default:!1},widthContainer:{type:Number,default:0},small:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},label:{type:String,default:"name"},propValue:{type:String,default:"value"},style:{type:String,default:"style"},customError:{type:String,default:""},required:{type:Boolean,default:!1},multiSelectInlineSearch:{type:Boolean,default:!1},options:{type:Array,default:()=>[]},modelValue:{type:String,default:""},backgroundColor:{type:String,default:"#ffffff"},placeholderColor:{type:String,default:"#a6a6a6"},labelFontColor:{type:String,default:"#a6a6a6"},fontColor:{type:String,default:"#565553"},labelBackgroundColor:{type:String,default:"#ffffff"},customSelect:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},multiSelectOptions:{type:Array,default:()=>[]},preValue:{type:String,default:""},multiSelectPreValue:{type:Array,default:()=>[]},placeholderValue:{type:String,default:"Select"},multiSelect:{type:Boolean},filterSelect:{type:Boolean,default:!1},icon:{type:Boolean,default:!1},labelAnimation:{type:Boolean,default:!1},textEditor:{type:Boolean,default:!1},inlineSearch:{type:Boolean,default:!1},searchable:{type:Boolean,default:!1}},emits:["footer-click","custom-change","update:value","selected-value","update:name","search-value","clearable-value","update:modelValue","inline-value","inline-reference-value","custom-error-emit-value"],data:()=>({inlinesearchtagvalue:{},showsearchinput:!1,containerwidth:0,containertop:0,containerleft:0,containerheight:0,inlinevalueselect:!1,multi_select_inline_tag_array:[],multi_select_inline_tag_value:0,inputvalue:"",multi_select_inline_count_show:!1,multi_select_inline_count_value:0,multiselecttagvalue:0,showselectedvalue:[],returndata:[],multiselectinlineoptions:[],multiselectarray:[],multiselectplaceholder:!1,multiselectdropdownvalue:!1,single_select:!1,count:!1,isMultiSelect:!1,search_by:"",multi_select_value:[],count_select_value:[],multi_select_count_value:[],listValue:[],checkedData:[],value:"",selectall:!0,dropdownname:!1,placeholder:!0,dropdownvalue:!1,selected_icon:"",selectoptioncontainer:!1,iconselect:!1,icon_value:"",icon_country_flag:"undefined",obj:{},selectedvalue:[],title:"",tagvalue:11,multiselecttitle:!1,valueid:"",all:!1,unique:Math.floor(1e3*Math.random()+1),disablebutton:!1,option_value:"",optionsD:[],custom_select:!1,custom_dropdown_option:!1,customoption:[],customdropdowncontainer:!1,selectvalue:"",placeholdervalue:"",selectcount:0,animation:!1,count22:0,top:45,left:1}),computed:{computeMultiSelect(){return this.computeDropdownData,this.count_select_value=this.multi_select_value.length-this.tagvalue,this.multi_select_value},computeDropdownData(){const e=[...this.multiselectarray];return this.search_by&&""!=this.search_by?e.filter((e=>e[this.label].toLowerCase().toString().includes(this.search_by.toLowerCase()))):this.multiselectarray},dropdowndata(){const e=[...this.customoption];let t=[];return""!=this.selectvalue&&this.selectvalue?(1!=this.searchImageTag?(t=e.filter((e=>{if(e[this.label].toString().toLowerCase().includes(this.selectvalue.toLowerCase()))return e})),this.switchdropdown(t)):(t=e.filter((e=>{if(e[this.label].toString().toLowerCase().includes(this.selectvalue.toLowerCase())||e[this.subTitle].toString().toLowerCase().includes(this.selectvalue.toLowerCase()))return e})),this.switchdropdown(t)),t):(this.switchdropdown(e),this.customoption)},multiselectsearch(){const e=[...this.multiselectinlineoptions];return""!=this.inputvalue&&this.inputvalue?e.filter((e=>e[this.label].toString().toLowerCase().includes(this.inputvalue.toLowerCase()))):this.multiselectinlineoptions}},watch:{label:{handler(e){},immediate:!0,deep:!0},propValue:{handler(e){},immediate:!0,deep:!0},error:{handler(e){},immediate:!0,deep:!0},returndata:{handler(e){if(""!=e&&1==this.multiSelectInlineSearch){this.showselectedvalue=this.returndata.filter((e=>{if(1==e.checked)return e}));const e=document.querySelector("#custom-multi-select"+this.unique);new ResizeObserver((e=>{if(e[0].contentRect.width>1e3||e[0].contentRect.width<920)if(this.multiselecttagvalue=8,this.multiselecttagvalue>this.showselectedvalue.length){this.multi_select_inline_count_show=!1;const t=100;document.getElementById("custom-multi-select-tag-value"+this.unique).style.width=t+"px";const i=e[0].contentRect.width-100*this.showselectedvalue.length-30;document.getElementById("custom-multi-select-input"+this.unique).style.width=i+"px",this.multi_select_inline_tag_array=this.showselectedvalue,this.showselectedvalue.length>this.multi_select_inline_tag_value&&(this.multi_select_inline_tag_value=this.showselectedvalue.length)}else if(this.multi_select_inline_count_show=!0,this.multi_select_inline_count_value=this.showselectedvalue.length-this.multiselecttagvalue+1,8==this.showselectedvalue.length){const t=100*this.showselectedvalue.length-30;document.getElementById("multi-select-inline-count-value"+this.unique).style.left=t+"px";const i=e[0].contentRect.width-100*this.multiselecttagvalue-34;document.getElementById("custom-multi-select-input"+this.unique).style.width=i+"px",document.getElementById("custom-multi-select-input"+this.unique).style.marginLeft="24px"}})).observe(e)}},immediate:!0,deep:!0},multiSelectPreValue:{handler(e){if(e!=[]){e.forEach((e=>{this.multiselectarray.forEach((t=>{t[this.propValue]===e&&(t.checked=!0)}))}));let t=0;this.multiselectarray.forEach((e=>{!0===e.checked&&t++})),t===this.multiselectarray.length?this.all=!0:this.all=!1}},immediate:!0,deep:!0},modelValue:{handler(e){""!=e?(this.selectvalue=e,this.customoption.forEach((t=>{t[this.propValue]==e&&(this.inlinesearchtagvalue=t,this.selectvalue=t[this.label])})),this.animation=!0):this.selectvalue=""},immediate:!0,deep:!0},inlinesearchtagvalue:{handler(){},immediate:!0,deep:!0},customoption:{handler(e){e&&""!=this.selectvalue&&e.forEach((e=>{e[this.propValue]===this.selectvalue?(this.inlinesearchtagvalue=e,e.checked=!0,this.selectvalue=e[this.label],this.selectcount=1,!0===this.labelAnimation?this.animation=!0:this.animation=!1):e.checked=!1}))},immediate:!0,deep:!0},options:{handler(e){e&&(!0===this.inlineSearch?this.customoption=JSON.parse(JSON.stringify([...e])):1==this.single_select?(this.optionsD=JSON.parse(JSON.stringify([...e])),""!=this.preValue&&this.optionsD.forEach((e=>{e[this.propValue]===this.preValue?(console.log(this.inlinesearchtagvalue,"la"),e.checked=!0):e.checked=!1}))):1==this.multiSelectInlineSearch&&(this.multiselectinlineoptions=JSON.parse(JSON.stringify([...e]))))},immediate:!0,deep:!0},optionsD:{handler(e){e&&(!0===this.single_select&&e.forEach((e=>{!0===e.checked&&(this.placeholder=!1,this.dropdownvalue=!0,this.option_value=e[this.label])})),!0===this.textEditor?null!=e&&e.forEach(((e,t)=>{void 0===e.id&&(e.id="textEditor"+this.unique+t),!0===e.checked&&(this.placeholder=!1,this.dropdownvalue=!0,this.option_value=e[this.label])})):!0===this.icon&&e.forEach((e=>{!0===e.checked&&(this.placeholder=!1,this.dropdownvalue=!0,this.option_value=e[this.label])})))},immediate:!0,deep:!0,flush:"post"},icon_value:{handler(){}},checkedData:{handler(e){if(!0===this.filterSelect){if(e!=[]){let t=0;e.forEach((e=>{e.checked,!1===e.checked&&t++})),e.length===t?this.disablebutton=!0:this.disablebutton=!1,this.$emit("update:value",this.checkedData)}}else if(1==this.multiSelect&&e!=[]){let t=0;e.forEach((e=>{!0===e.checked&&t++})),e.length===t?this.all=!0:this.all=!1,this.$emit("custom-change",e),this.$emit("update:value",this.checkedData)}},deep:!0,flush:"post"},multiselectarray:{handler(e){if(!0===this.filterSelect){if(void 0!==e&&e!=[]){let t=0;e.forEach((e=>{!1===e.checked&&t++})),e.length===t?this.disablebutton=!0:this.disablebutton=!1}}else if(void 0!==e&&e!=[]){let t=0;e.forEach((e=>{!0===e.checked&&t++})),e.length===t?this.all=!0:this.all=!1}},immediate:!0,deep:!0,flush:"post"},tagvalue:{handler(){},immediate:!0},multiSelectOptions:{handler(e){if(e&&e&&e.length>0){if(this.multiselectarray=JSON.parse(JSON.stringify([...e])),this.multiSelectPreValue!=[]){this.multiSelectPreValue.forEach((e=>{this.multiselectarray.forEach((t=>{t[this.propValue]===e&&(t.checked=!0)}))}));let e=0;this.multiselectarray.forEach((t=>{!0===t.checked&&e++})),e===this.multiselectarray.length?this.all=!0:this.all=!1}null!=document.getElementById("multiselect"+this.unique)&&(document.getElementById("multiselect"+this.unique).click(),document.querySelector(".whole-checkbox").children[0].children[0].nextElementSibling.classList.remove("select-all-theme"))}},immediate:!0,deep:!0,flush:"post"},selectvalue:{handler(){},immediate:!0},preValue:{handler(e){""!=e&&(this.dropdownname=!0,this.optionsD.forEach((t=>{t[this.propValue]===e?t.checked=!0:t.checked=!1})))},deep:!0,immediate:!0}},mounted(){if(1==this.inlineSearch&&(1==this.searchImageTag?this.showsearchinput=!1:this.showsearchinput=!0),0!==this.options.length&&this.options.forEach((e=>{void 0===e.checked&&(e.checked=!1,e.disabled=!1)})),document.addEventListener("click",(e=>{if(!0===this.multiSelect&&1==this.isMultiSelect){!1===document.getElementById("multiselect"+this.unique).contains(e.target)&&(this.isMultiSelect=!1,this.$emit("custom-error-emit-value",this.option_value),document.getElementById("multiselect"+this.unique).classList.remove("add-style"))}})),document.addEventListener("click",(e=>{!0===this.single_select&&"hlx-select-container change-color"!=e.target.className&&"title-name"!=e.target.className&&"hlx-select-input"!=e.target.className&&"hlx-select-icon"!=e.target.className&&"icon-angle-down-regular"!=e.target.className&&"hlx-select-option-container"!=e.target.className&&"hlx-select-option-value-container"!=e.target.className&&"hlx-select-option-value"!=e.target.className&&"icon-container"!=e.target.className&&"I"!=e.target.tagName&&"hlx-select-input-placeholder"!=e.target.className&&"hlx-select-whole-option-container"!=e.target.className&&e.target.className!="hlx-fixed-footer"+this.unique&&"hlx-fixed-footer-container"!=e.target.className&&"hlx-footer-icon"!=e.target.className&&"hlx-footer-content"!=e.target.className&&!0===this.selectoptioncontainer&&(this.selectoptioncontainer=!1,this.$emit("custom-error-emit-value",this.option_value),document.querySelectorAll(".hlx-select-container").forEach((e=>{e.classList.remove("change-color")})),document.querySelectorAll(".title-name").forEach((e=>{e.classList.remove("dropdownname-color")})),document.querySelectorAll(".icon-angle-down-regular").forEach((e=>{e.classList.remove("add")})))})),!1===this.labelAnimation?this.title="":this.title=this.placeholderValue,1==this.multiSelectInlineSearch)this.single_select=!1;else if(!0===this.multiSelect){this.single_select=!1,this.multiselectplaceholder=!0,this.$emit("update:value",this.multiselectarray);const e=this.multiselectarray.filter((e=>{if(1==e.checked)return!0}));document.querySelectorAll(".hlx-multi-select-container").forEach((t=>{e.length>0&&(this.multiselecttitle=!0,this.multiselectplaceholder=!1,this.multiselectdropdownvalue=!0,t.click())}));const t=document.querySelector("#select"+this.unique);if(new ResizeObserver((e=>{e[0].contentRect.width>882&&e[0].contentRect.width<920?this.tagvalue=11:e[0].contentRect.width>806&&e[0].contentRect.width<881?this.tagvalue=10:e[0].contentRect.width>731&&e[0].contentRect.width<805?this.tagvalue=9:e[0].contentRect.width>658&&e[0].contentRect.width<730?this.tagvalue=8:e[0].contentRect.width>584&&e[0].contentRect.width<657?this.tagvalue=7:e[0].contentRect.width>507&&e[0].contentRect.width<583?this.tagvalue=6:e[0].contentRect.width>434&&e[0].contentRect.width<506?this.tagvalue=5:e[0].contentRect.width>358&&e[0].contentRect.width<433?this.tagvalue=4:e[0].contentRect.width>283&&e[0].contentRect.width<357?this.tagvalue=3:e[0].contentRect.width>213&&e[0].contentRect.width<282?this.tagvalue=2:e[0].contentRect.width>0&&e[0].contentRect.width<212&&(this.tagvalue=1)})).observe(t),this.multiSelectOptions&&this.multiSelectOptions.length>0&&(this.multiselectarray=JSON.parse(JSON.stringify([...this.multiSelectOptions]))),this.multiSelectPreValue!=[]){this.multiSelectPreValue.forEach((e=>{this.multiselectarray.forEach((t=>{t[this.propValue]===e&&(t.checked=!0)}))}));let e=0;this.multiselectarray.forEach((t=>{!0===t.checked&&e++})),e===this.multiselectarray.length?this.all=!0:this.all=!1}document.getElementById("multiselect"+this.unique).click(),document.querySelector(".whole-checkbox").children[0].children[0].nextElementSibling.classList.remove("select-all-theme")}else if(1==this.icon)this.single_select=!1,this.options.forEach(((e,t)=>{void 0===e.id&&(e.id="singleselect"+this.unique+t)}));else if(!0===this.textEditor)this.single_select=!1,this.options&&this.options.length>0&&(this.optionsD=JSON.parse(JSON.stringify([...this.options]))),this.optionsD.forEach(((e,t)=>{void 0===e.id&&(e.id="textEditor"+this.unique+t),!0===e.checked&&(this.option_value=e[this.label])}));else if(!0===this.customSelect)this.custom_select=!0;else if(!0===this.inlineSearch)this.single_select=!1,""===this.selectvalue?this.placeholdervalue=this.placeholderValue:this.selectcount=1;else{this.single_select=!0;let e=this.options.length;const t="";this.options.forEach((t=>{!0===t.checked&&(this.$emit("update:value",t[this.propValue]),this.$emit("selected-value",t),e--)})),e===this.options.length&&""!=this.preValue&&this.$emit("update:value",t)}this.selectall=!0,this.options&&this.options.length>0&&!0!==this.inlineSearch&&(this.optionsD=JSON.parse(JSON.stringify([...this.options]))),""!==this.preValue&&(this.pre_value=this.preValue,this.optionsD.forEach((e=>{void 0===e.checked?this.pre_value===e[this.propValue]?(this.inlinesearchtagvalue=e,e.checked=!0):e.checked=!1:this.pre_value===e[this.propValue]?(e.checked=!0,this.placeholder=!1,this.dropdownname=!0,this.dropdownvalue=!0,this.$emit("update:value",e[this.propValue]),this.$emit("custom-change",this.optionsD)):e.checked=!1}))),this.$nextTick((()=>{if(null!=document.querySelector("#hlx-select-container"+this.unique))if(1!=this.footer){var e=document.querySelector("#hlx-select-container"+this.unique).getBoundingClientRect().top;window.innerHeight-e<250?1==this.optionsD.length?(this.top=-45,this.left=-2):2==this.optionsD.length?(this.top=-78,this.left=-2):3==this.optionsD.length?(this.top=-106,this.left=-2):4==this.optionsD.length?(this.top=-137,this.left=-2):5==this.optionsD.length?(this.top=-169,this.left=-2):6==this.optionsD.length?(this.top=-197,this.left=-2):(this.top=-213,this.left=-2):(this.top=45,this.left=-1)}else if(1==this.footer){var t=document.querySelector("#hlx-select-container"+this.unique).getBoundingClientRect().top;window.innerHeight-t<250?1==this.optionsD.length?(this.top=-74,this.left=-2):2==this.optionsD.length?(this.top=-102,this.left=-2):3==this.optionsD.length?(this.top=-133,this.left=-2):4==this.optionsD.length?(this.top=-165,this.left=-2):5==this.optionsD.length?(this.top=-195,this.left=-2):6==this.optionsD.length?(this.top=-224,this.left=-2):(this.top=-242,this.left=-2):(this.top=45,this.left=-1)}})),this.$nextTick((()=>{if(document.querySelector("#custom-dropdown"+this.unique))if(1!=this.footer){var e=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().top;window.innerHeight-e<250?0==this.dropdowndata.length||1==this.dropdowndata.length?(this.top=-45,this.left=-2):2==this.dropdowndata.length?(this.top=-71,this.left=-2):3==this.dropdowndata.length?(this.top=-101,this.left=-2):4==this.dropdowndata.length?(this.top=-131,this.left=-2):5==this.dropdowndata.length?(this.top=-161,this.left=-2):(this.dropdowndata.length,this.top=-173,this.left=-2):(this.top=45,this.left=-1)}else if(1==this.footer){var t=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().top;window.innerHeight-t<250?0==this.dropdowndata.length||1==this.dropdowndata.length?(this.top=-76,this.left=-2):2==this.dropdowndata.length?(this.top=-106,this.left=-2):3==this.dropdowndata.length?(this.top=-137,this.left=-2):4==this.dropdowndata.length?(this.top=-169,this.left=-2):5==this.dropdowndata.length?(this.top=-197,this.left=-2):(this.dropdowndata.length,this.top=-213,this.left=-2):(this.top=45,this.left=-1)}})),this.$nextTick((()=>{if(document.querySelector("#multiselect"+this.unique)){var e=document.querySelector("#multiselect"+this.unique).getBoundingClientRect().top;window.innerHeight-e<250?1==this.options.length?(this.top=-45,this.left=0):2==this.options.length?(this.top=-78,this.left=0):3==this.options.length?(this.top=-106,this.left=0):4==this.options.length?(this.top=-137,this.left=0):5==this.options.length?(this.top=-169,this.left=0):6==this.options.length?(this.top=-197,this.left=0):(this.top=-230,this.left=0):(this.top=45,this.left=-1)}})),this.$nextTick((()=>{""!=this.scrollClassname&&document.querySelector("."+this.scrollClassname)&&document.querySelector("."+this.scrollClassname).addEventListener("scroll",(e=>{1==this.inlineSearch?this.$nextTick((()=>{if(document.querySelector("#custom-dropdown"+this.unique))if(1!=this.footer){var e=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().top;window.innerHeight-e<250?0==this.dropdowndata.length||1==this.dropdowndata.length?(this.top=-45,this.left=-2):2==this.dropdowndata.length?(this.top=-71,this.left=-2):3==this.dropdowndata.length?(this.top=-101,this.left=-2):4==this.dropdowndata.length?(this.top=-131,this.left=-2):5==this.dropdowndata.length?(this.top=-161,this.left=-2):(this.dropdowndata.length,this.top=-173,this.left=-2):(this.top=45,this.left=-1)}else if(1==this.footer){var t=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().top;window.innerHeight-t<250?0==this.dropdowndata.length||1==this.dropdowndata.length?(this.top=-76,this.left=-2):2==this.dropdowndata.length?(this.top=-106,this.left=-2):3==this.dropdowndata.length?(this.top=-137,this.left=-2):4==this.dropdowndata.length?(this.top=-169,this.left=-2):5==this.dropdowndata.length?(this.top=-197,this.left=-2):(this.dropdowndata.length,this.top=-213,this.left=-2):(this.top=45,this.left=-1)}})):1==this.multiSelect?this.$nextTick((()=>{if(document.querySelector("#multiselect"+this.unique)){var e=document.querySelector("#multiselect"+this.unique).getBoundingClientRect().top;window.innerHeight-e<250?1==this.options.length?(this.top=-45,this.left=0):2==this.options.length?(this.top=-78,this.left=0):3==this.options.length?(this.top=-106,this.left=0):4==this.options.length?(this.top=-137,this.left=0):5==this.options.length?(this.top=-169,this.left=0):6==this.options.length?(this.top=-197,this.left=0):(this.top=-230,this.left=0):(this.top=45,this.left=-1)}})):this.$nextTick((()=>{if(document.querySelector("#hlx-select-container"+this.unique))if(1!=this.footer){var e=document.querySelector("#hlx-select-container"+this.unique).getBoundingClientRect().top;window.innerHeight-e<250?1==this.optionsD.length?(this.top=-45,this.left=-2):2==this.optionsD.length?(this.top=-78,this.left=-2):3==this.optionsD.length?(this.top=-106,this.left=-2):4==this.optionsD.length?(this.top=-137,this.left=-2):5==this.optionsD.length?(this.top=-169,this.left=-2):6==this.optionsD.length?(this.top=-197,this.left=-2):(this.top=-213,this.left=-2):(this.top=45,this.left=-1)}else if(1==this.footer){var t=document.querySelector("#hlx-select-container"+this.unique).getBoundingClientRect().top;window.innerHeight-t<250?1==this.optionsD.length?(this.top=-74,this.left=-2):2==this.optionsD.length?(this.top=-102,this.left=-2):3==this.optionsD.length?(this.top=-133,this.left=-2):4==this.optionsD.length?(this.top=-165,this.left=-2):5==this.optionsD.length?(this.top=-195,this.left=-2):6==this.optionsD.length?(this.top=-224,this.left=-2):(this.top=-242,this.left=-2):(this.top=45,this.left=-1)}}))}))}))},methods:{getFirstAndSecondLetters(e){const t=e.split(" "),i=t[0]?t[0][0]:"",n=t[1]?t[1][0]:"";return i.toUpperCase()+n.toUpperCase()},inlineclosecontainer(){1==this.customdropdowncontainer&&(1==this.searchImageTag?this.showsearchinput=!1:this.showsearchinput=!0,this.customdropdowncontainer=!1,!1===this.inlinevalueselect?this.$emit("custom-error-emit-value",this.selectvalue):this.$emit("custom-error-emit-value",this.placeholderValue),document.getElementById("custom-dropdown"+this.unique).children[2].classList.add("icon-angle-down-regular"),document.getElementById("custom-dropdown"+this.unique).children[2].classList.remove("icon-angle-up-regular"),document.getElementById("custom-dropdown"+this.unique).classList.remove("selecteddropdown"),this.selectcount>0&&(this.selectvalue=this.placeholdervalue,this.placeholdervalue="",this.animation=!0))},footerclick(){this.selectoptioncontainer=!1,this.$emit("custom-error-emit-value",this.option_value),this.$emit("footer-click"),document.querySelectorAll(".hlx-select-container").forEach((e=>{e.classList.remove("change-color")})),document.querySelectorAll(".title-name").forEach((e=>{e.classList.remove("dropdownname-color")})),document.querySelectorAll(".icon-angle-down-regular").forEach((e=>{e.classList.remove("add")}))},footerclick1(){if(!0===this.customdropdowncontainer){!0===document.getElementById("custom-dropdown"+this.unique).contains(event.target)&&(this.customdropdowncontainer=!1,this.$emit("footer-click"),!1===this.inlinevalueselect?this.$emit("custom-error-emit-value",this.selectvalue):this.$emit("custom-error-emit-value",this.placeholderValue),document.getElementById("custom-dropdown"+this.unique).children[1].classList.add("icon-angle-down-regular"),document.getElementById("custom-dropdown"+this.unique).children[1].classList.remove("icon-angle-up-regular"),document.getElementById("custom-dropdown"+this.unique).classList.remove("selecteddropdown"),this.selectcount>0&&(this.selectvalue=this.placeholdervalue,this.placeholdervalue="",this.animation=!0))}},switchdropdown(e){this.$nextTick((()=>{if(document.querySelector("#custom-dropdown"+this.unique))if(1!=this.footer){var t=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().top;window.innerHeight-t<250?0==e.length||1==e.length?(this.top=-45,this.left=-2):2==e.length?(this.top=-71,this.left=-2):3==e.length?(this.top=-101,this.left=-2):4==e.length?(this.top=-131,this.left=-2):5==e.length?(this.top=-161,this.left=-2):(e.length,this.top=-173,this.left=-2):(this.top=45,this.left=-1)}else if(1==this.footer){var i=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().top;window.innerHeight-i<250?0==e.length||1==e.length?(this.top=-76,this.left=-2):2==e.length?(this.top=-106,this.left=-2):3==e.length?(this.top=-137,this.left=-2):4==e.length?(this.top=-169,this.left=-2):5==e.length?(this.top=-197,this.left=-2):(e.length,this.top=-213,this.left=-2):(this.top=45,this.left=-1)}}))},check(e){this.$emit("update:modelValue",e.target.value)},Customoptioncontainer(e){!1===this.customdropdowncontainer?"icon-angle-down-regular"===e.target.className?(this.searchImageTag,this.showsearchinput=!0,this.customdropdowncontainer=!0,this.$nextTick((()=>{this.containerleft=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().left,this.containertop=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().top,this.containerwidth=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().width,document.querySelector("#custom-input"+this.unique).focus()})),e.target.classList.add("icon-angle-up-regular"),e.target.classList.remove("icon-angle-down-regular"),e.target.parentElement.classList.add("selecteddropdown"),this.selectcount>0&&(this.placeholdervalue=this.selectvalue,this.selectvalue="")):"custom-dropdown"===e.target.className?(this.searchImageTag,this.showsearchinput=!0,this.customdropdowncontainer=!0,this.$nextTick((()=>{this.containerleft=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().left,this.containertop=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().top,this.containerwidth=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().width,document.querySelector("#custom-input"+this.unique).focus()})),e.target.children[2].classList.add("icon-angle-up-regular"),e.target.children[2].classList.remove("icon-angle-down-regular"),e.target.classList.add("selecteddropdown"),this.selectcount>0&&(this.placeholdervalue=this.selectvalue,this.selectvalue="")):"custom-dropdown-input"===e.target.className?(this.customdropdowncontainer=!0,this.searchImageTag,this.showsearchinput=!0,this.$nextTick((()=>{this.containerleft=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().left,this.containertop=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().top,this.containerwidth=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().width,document.querySelector("#custom-input"+this.unique).focus()})),e.target.nextElementSibling.nextElementSibling.classList.add("icon-angle-up-regular"),e.target.nextElementSibling.nextElementSibling.classList.remove("icon-angle-down-regular"),e.target.parentElement.classList.add("selecteddropdown"),this.selectcount>0&&(this.placeholdervalue=this.selectvalue,this.selectvalue="")):"tagimagecontainer"===e.target.className?(this.searchImageTag,this.showsearchinput=!0,this.customdropdowncontainer=!0,this.$nextTick((()=>{this.containerleft=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().left,this.containertop=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().top,this.containerwidth=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().width,document.querySelector("#custom-input"+this.unique).focus()})),e.target.nextElementSibling.classList.add("icon-angle-up-regular"),e.target.nextElementSibling.classList.remove("icon-angle-down-regular"),e.target.parentElement.classList.add("selecteddropdown"),this.selectcount>0&&(this.placeholdervalue=this.selectvalue,this.selectvalue="")):"hlx-label primary sm selectvalue"===e.target.className&&(this.searchImageTag,this.showsearchinput=!0,this.customdropdowncontainer=!0,this.$nextTick((()=>{this.containerleft=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().left,this.containertop=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().top,this.containerwidth=document.querySelector("#custom-dropdown"+this.unique).getBoundingClientRect().width,document.querySelector("#custom-input"+this.unique).focus()})),e.target.parentElement.nextElementSibling.classList.add("icon-angle-up-regular"),e.target.parentElement.nextElementSibling.classList.remove("icon-angle-down-regular"),e.target.parentElement.parentElement.classList.add("selecteddropdown"),this.selectcount>0&&(this.placeholdervalue=this.selectvalue,this.selectvalue="")):!0===this.customdropdowncontainer&&(document.querySelector("#custom-input"+this.unique).blur(),"icon-angle-up-regular"===e.target.className?(1==this.searchImageTag?this.showsearchinput=!1:this.showsearchinput=!0,this.customdropdowncontainer=!1,e.target.classList.add("icon-angle-down-regular"),e.target.classList.remove("icon-angle-up-regular"),e.target.parentElement.classList.remove("selecteddropdown"),this.selectcount>0&&(this.selectvalue=this.placeholdervalue,this.placeholdervalue="")):"custom-dropdown"===e.target.className?(1==this.searchImageTag?this.showsearchinput=!1:this.showsearchinput=!0,this.customdropdowncontainer=!1,e.target.children[1].classList.add("icon-angle-down-regular"),e.target.children[1].classList.remove("icon-angle-up-regular"),e.target.classList.remove("selecteddropdown"),this.selectcount>0&&(this.selectvalue=this.placeholdervalue,this.placeholdervalue="")):"custom-dropdown-input"===e.target.className&&(1==this.searchImageTag?this.showsearchinput=!1:this.showsearchinput=!0,this.customdropdowncontainer=!1,e.target.nextElementSibling.classList.add("icon-angle-down-regular"),e.target.nextElementSibling.classList.remove("icon-angle-up-regular"),e.target.parentElement.classList.remove("selecteddropdown"),this.selectcount>0&&(this.selectvalue=this.placeholdervalue,this.placeholdervalue="")),this.$emit("custom-error-emit-value",this.selectvalue))},customSelectoptionvalue(e,t){this.showsearchinput=!1,this.customoption.forEach((t=>{e===t[this.propValue]?(t.checked=!0,this.inlinesearchtagvalue=t,this.selectvalue=t[this.label],this.$emit("update:modelValue",this.selectvalue),this.$emit("selected-value",t)):t.checked=!1})),this.selectcount++,this.placeholdervalue="",1==this.customdropdowncontainer&&(this.customdropdowncontainer=!1),!0===this.labelAnimation&&(this.animation=!0),this.$emit("custom-change",this.customoption),this.inlinevalueselect=!0,this.$emit("custom-error-emit-value",this.selectvalue),this.$emit("inline-reference-value",t),this.$emit("inline-value",e),!0===document.getElementById("custom-option-data"+this.unique).contains(event.target)&&(document.getElementById("custom-dropdown"+this.unique).children[2].classList.add("icon-angle-down-regular"),document.getElementById("custom-dropdown"+this.unique).children[2].classList.remove("icon-angle-up-regular"),document.getElementById("custom-dropdown"+this.unique).classList.remove("selecteddropdown"))},senddata(e){if("Enter"===e.key){this.customdropdowncontainer=!1,e.target.nextElementSibling.nextElementSibling.classList.add("icon-angle-down-regular"),e.target.nextElementSibling.nextElementSibling.classList.remove("icon-angle-up-regular"),document.getElementById("custom-dropdown"+this.unique).classList.remove("selecteddropdown"),this.customoption.forEach((e=>{e.checked=!1}));const t={};t[this.label]=this.selectvalue,t[this.propValue]=this.selectvalue,t.checked=!0,t.icon="icon-database-regular",this.customoption.push(t),document.querySelector("#custom-input"+this.unique).blur(),this.$emit("search-value",this.selectvalue)}},removevalue(){this.dropdownvalue=!1,this.placeholder=!0,this.option_value="",this.dropdownname=!1,this.optionsD.forEach((e=>{1==e.checked&&(e.checked=!1)})),this.$emit("custom-change",this.optionsD),this.$emit("clearable-value",this.optionsD),0==this.selectoptioncontainer&&this.$emit("custom-error-emit-value",this.option_value)},SelectOption(e){this.selectedvalue=[],this.pre_value="",this.placeholder=!1,this.dropdownvalue=!0,this.dropdownname=!0,this.selectoptioncontainer=!1,document.getElementById("title"+this.unique)&&document.getElementById("title"+this.unique).classList.remove("dropdownname-color"),document.getElementById("title1"+this.unique)&&document.getElementById("title1"+this.unique).classList.remove("dropdownname-color"),event.target.parentElement.parentElement.parentElement.parentElement.className,event.target.parentElement.parentElement.parentElement.className,1!=this.single_select&&1!=this.textEditor||this.optionsD.map((t=>{t[this.propValue]===e?(t.checked=!0,this.option_value=t[this.label],this.icon_value=t.icon):t.checked=!1})),!0===this.icon&&this.optionsD.map((t=>{t[this.propValue]===e?(t.checked=!0,this.option_value=t[this.label],this.icon_country_flag=t.flag):t.checked=!1}));let t="",i="";this.optionsD.forEach((e=>{!0===e.checked&&(t=e[this.propValue],i=e[this.label],this.$emit("selected-value",e))})),this.$emit("custom-error-emit-value",this.option_value),this.$emit("update:value",t),this.$emit("update:name",i),this.$emit("custom-change",this.optionsD)},closeselect(){document.querySelector(".hlx-select-option-container").style.display=""},OptionContainer(e){!1===this.selectoptioncontainer?"hlx-select-container"===e.target.className?(e.target.lastElementChild.previousElementSibling.children[0].className,this.selectoptioncontainer=!0,1==this.selectoptioncontainer&&""!=this.option_value&&(document.getElementById("title1"+this.unique)&&document.getElementById("title1"+this.unique).classList.add("dropdownname-color"),document.getElementById("title"+this.unique)&&document.getElementById("title"+this.unique).classList.add("dropdownname-color")),this.containerheight=document.querySelector("#hlx-select-whole-option-container"+this.unique).getBoundingClientRect().height,this.containerleft=document.querySelector("#hlx-select-container"+this.unique).getBoundingClientRect().left,this.containertop=document.querySelector("#hlx-select-container"+this.unique).getBoundingClientRect().top,this.containerwidth=document.querySelector("#hlx-select-container"+this.unique).getBoundingClientRect().width):"hlx-select-container"===e.target.parentElement.className?(this.selectoptioncontainer=!0,this.containerheight=document.querySelector("#hlx-select-whole-option-container"+this.unique).getBoundingClientRect().height,this.containerleft=document.querySelector("#hlx-select-container"+this.unique).getBoundingClientRect().left,this.containertop=document.querySelector("#hlx-select-container"+this.unique).getBoundingClientRect().top,this.containerwidth=document.querySelector("#hlx-select-container"+this.unique).getBoundingClientRect().width,1==this.selectoptioncontainer&&""!=this.option_value&&(document.getElementById("title1"+this.unique)&&document.getElementById("title1"+this.unique).classList.add("dropdownname-color"),document.getElementById("title"+this.unique)&&document.getElementById("title"+this.unique).classList.add("dropdownname-color")),e.target.parentElement.lastElementChild.previousElementSibling.children[0].className):"hlx-select-container"===e.target.parentElement.parentElement.className&&(this.selectoptioncontainer=!0,this.containerheight=document.querySelector("#hlx-select-whole-option-container"+this.unique).getBoundingClientRect().height,this.containerleft=document.querySelector("#hlx-select-container"+this.unique).getBoundingClientRect().left,this.containertop=document.querySelector("#hlx-select-container"+this.unique).getBoundingClientRect().top,this.containerwidth=document.querySelector("#hlx-select-container"+this.unique).getBoundingClientRect().width,1==this.selectoptioncontainer&&""!=this.option_value&&(document.getElementById("title1"+this.unique)&&document.getElementById("title1"+this.unique).classList.add("dropdownname-color"),document.getElementById("title"+this.unique)&&document.getElementById("title"+this.unique).classList.add("dropdownname-color"))):!0===this.selectoptioncontainer&&(e.target.className!=="hlx-fixed-footer"+this.unique&&(""===this.option_value&&(this.placeholder=!0),this.selectoptioncontainer=!1,document.getElementById("title1"+this.unique)&&document.getElementById("title1"+this.unique).classList.remove("dropdownname-color"),document.getElementById("title"+this.unique)&&document.getElementById("title"+this.unique).classList.remove("dropdownname-color"),"hlx-select-container change-color"===e.target.className||"hlx-select-container change-color"===e.target.parentElement.className||e.target.parentElement.parentElement.className),this.$emit("custom-error-emit-value",this.option_value))},OptionContainer1(e){!1===this.iconselect?"hlx-select-container"===e.target.className?(this.nplace=!0,this.place=!1,this.noplace=!0,this.iconselect=!0,e.target.classList.add("change-color"),e.target.nextElementSibling.nextElementSibling.children[0].classList.add("add")):"hlx-select-input-placeholder"===e.target.className?(this.nplace=!0,this.place=!1,this.noplace=!0,this.iconselect=!0,e.target.parentElement.classList.add("change-color"),e.target.nextElementSibling.children[0].classList.add("add")):"icon-angle-down-regular"===e.target.className?(this.nplace=!0,this.place=!1,this.noplace=!0,this.iconselect=!0,e.target.parentElement.parentElement.classList.add("change-color"),e.target.classList.add("add")):"hlx-select-icon"===e.target.className&&(this.nplace=!0,this.place=!1,this.noplace=!0,this.iconselect=!0,e.target.parentElement.classList.add("change-color"),e.target.children[0].classList.add("add")):!0===this.iconselect&&("hlx-select-container change-color"===e.target.className?(this.nplace=!1,this.place=!0,this.noplace=!1,this.iconselect=!1,e.target.classList.remove("change-color"),e.target.children[2].children[0].classList.remove("add")):"hlx-select-input"===e.target.className?(this.nplace=!1,this.place=!0,this.noplace=!1,this.iconselect=!1,e.target.parentElement.classList.remove("change-color"),e.target.nextElementSibling.children[0].classList.remove("add")):"icon-angle-down-regular add"===e.target.className?(this.nplace=!1,this.place=!0,this.noplace=!1,this.iconselect=!1,e.target.parentElement.parentElement.classList.remove("change-color"),e.target.classList.remove("add")):"hlx-select-icon"===e.target.className&&(this.nplace=!1,this.place=!0,this.noplace=!1,this.iconselect=!1,e.target.parentElement.classList.remove("change-color"),e.target.children[0].classList.remove("add")))},color(){!0===this.isMultiSelect?(this.isMultiSelect=!1,document.getElementById("multiselect"+this.unique).classList.remove("add-style")):!1===this.isMultiSelect&&(this.isMultiSelect=!0,document.getElementById("multiselect"+this.unique).classList.add("add-style"))},MultiselectOptioncontainer(){if(this.multi_select_value=this.multiselectarray.filter((e=>{if(1==e.checked)return this.multiselecttitle=!0,this.multiselectplaceholder=!1,this.multiselectdropdownvalue=!0,!0})).map((e=>e[this.label])),0!=this.multi_select_value.length)for(const e in this.multi_select_value)this.multi_select_value.length>3?(this.count=!0,this.count_select_value=this.multi_select_value.length-3):this.count=!1;else this.multiselectplaceholder=!0,this.multiselectdropdownvalue=!1,this.multiselecttitle=!1},removemultiselectvalue(e){this.multi_select_value=this.multi_select_value.filter((t=>t!=e)),this.multiselectarray.filter((t=>{if(t[this.label]==e)return t.checked=!1})),this.count_select_value=this.multi_select_value.length-3,0==this.multi_select_value.length&&(this.multiselectplaceholder=!0,this.multiselectdropdownvalue=!1,this.multiselecttitle=!1),document.querySelectorAll(".check-container").forEach((t=>{e===t.innerText&&t.click()}))},MultiSelectOption(e){"hlx-multi-select-option-value-container select-value"===e.target.parentElement.className?e.target.parentElement.classList.remove("select-value"):"hlx-multi-select-option-value-container select-value"===e.target.className&&e.target.classList.remove("select-value"),"hlx-multi-select-option-value"===e.target.className?(this.multi_select_value.length<"2"?(this.option_value=e.target.innerText,this.multi_select_value.push(this.option_value),this.multi_select_count_value.push(this.option_value)):this.multi_select_value.length>="2"&&(this.option_value=e.target.innerText,this.count_select_value.push(this.option_value),this.multi_select_count_value.push(this.option_value)),e.target.parentElement.classList.add("select-value")):"hlx-multi-select-option-value-container"===e.target.className&&(this.multi_select_value.length<"2"?(this.option_value=e.target.innerText,this.multi_select_value.push(this.option_value),this.multi_select_count_value.push(this.option_value)):this.multi_select_value.length>="2"&&(this.option_value=e.target.innerText,this.count_select_value.push(this.option_value),this.multi_select_count_value.push(this.option_value)),e.target.classList.add("select-value"))},search(e){this.search_by=""==e?null:e},emitfiltervalue(){this.isMultiSelect=!1,this.all=!1,this.$emit("custom-change",this.checkedData)},emitclearvalue(){this.checkedData.forEach((e=>{e.checked=!1})),this.$emit("custom-change",this.checkedData)},clearIcon(){""!=this.option_value&&(document.getElementById("arrowid"+this.unique).style.display="none",document.getElementById("crossid"+this.unique).style.display="block")},arrowIcon(){"block"==document.getElementById("crossid"+this.unique).style.display&&(document.getElementById("arrowid"+this.unique).style.display="block",document.getElementById("crossid"+this.unique).style.display="none")}}};const Al=e=>(t.pushScopeId("data-v-c88ed63e"),e=e(),t.popScopeId(),e),fl=["id"],yl=["id"],bl={class:"asterik"},vl=["id"],kl=Al((()=>t.createElementVNode("span",{class:"asterik"},t.toDisplayString("*"),-1))),Cl={key:1,class:"customerror"},El=["id"],wl=["id"],Vl=["id"],xl=["id"],Bl={class:"hlx-select-option-container"},Nl=["id","onClick"],Sl={class:"hlx-select-option-value"},_l={class:"hlx-fixed-footer-container",style:{display:"flex","align-items":"center","font-size":"14px","padding-left":"15px"}},Il=["id"],ql=["id"],Dl={class:"asterik"},Tl=["id"],Ol=Al((()=>t.createElementVNode("span",{class:"asterik"},t.toDisplayString("*"),-1))),Rl={class:"customerror"},Ml=["id"],Ll=["id"],Ul=["id"],Fl=["id"],Pl={class:"hlx-select-option-container"},Hl=["id","onClick"],Kl={class:"hlx-select-option-value"},jl={class:"hlx-fixed-footer-container",style:{display:"flex","align-items":"center","font-size":"14px","padding-left":"15px"}},Ql=["id"],zl=["id"],Jl={class:"asterik"},Xl=["id"],Wl=Al((()=>t.createElementVNode("span",{class:"asterik"},t.toDisplayString("*"),-1))),Yl={key:1,class:"customerror"},Gl={key:2,class:"hlx-select-icon"},Zl=["id"],$l=["id"],ea=["id"],ta=["id"],ia={class:"hlx-select-option-container"},na=["id","onClick"],oa={class:"hlx-select-option-value"},la={class:"hlx-fixed-footer-container",style:{display:"flex","align-items":"center","font-size":"14px","padding-left":"15px"}},aa=["id"],ra=["id"],sa={class:"asterik"},ca=["id"],da=Al((()=>t.createElementVNode("span",{class:"asterik"},t.toDisplayString("*"),-1))),ua={class:"customerror"},ha={key:1,class:"hlx-select-icon"},pa=["id"],ma=["id"],ga=["id"],Aa=["id"],fa={class:"hlx-select-option-container"},ya=["id","onClick"],ba={class:"hlx-select-option-value"},va={class:"hlx-fixed-footer-container",style:{display:"flex","align-items":"center","font-size":"14px","padding-left":"15px"}},ka=["id"],Ca=["id"],Ea={class:"asterik"},wa={key:0},Va={key:1},xa=["id"],Ba=Al((()=>t.createElementVNode("span",{class:"asterik"},t.toDisplayString("*"),-1))),Na={key:0,class:"customerror"},Sa=["id"],_a={class:"hlx-select-option-container"},Ia=["id","onClick"],qa={class:"hlx-select-option-value"},Da={class:"hlx-fixed-footer-container",style:{display:"flex","align-items":"center","font-size":"14px","padding-left":"15px"}},Ta=["id"],Oa=["id"],Ra={key:0,class:"hlx-multi-select-flag-container"},Ma={key:0,class:"hlx-multi-select-border"},La={class:"hlx-multi-select-value"},Ua=["onClick"],Fa=Al((()=>t.createElementVNode("span",{class:"asterik"},t.toDisplayString("*"),-1))),Pa={class:"customerror"},Ha={key:0,class:"icon-angle-down-regular"},Ka={key:1,class:"icon-angle-down-regular add"},ja={class:"multi-check"},Qa={key:0,class:"applyfilterselect"},za={key:0,class:"disablebutton",disabled:""},Ja=["id"],Xa=["id"],Wa={key:0,class:"hlx-select-input-placeholder"},Ya={class:"hlx-select-input"},Ga={key:1,class:"hlx-select-icon"},Za=["id"],$a=["id"],er={key:2,class:"hlx-select-icon"},tr=["id"],ir=["id"],nr={class:"hlx-select-option-container"},or=["id","onClick"],lr={class:"hlx-select-option-value"},ar={class:"hlx-fixed-footer-container",style:{display:"flex","align-items":"center","font-size":"14px","padding-left":"15px"}},rr=["id"],sr=["id","value","placeholder"],cr={class:"tagimagecontainer"},dr=Al((()=>t.createElementVNode("span",{class:"asterik"},t.toDisplayString("*"),-1))),ur={key:2,class:"customerror"},hr=["id"],pr={key:0,class:"no-data-option"},mr=[Al((()=>t.createElementVNode("p",null,"No data",-1)))],gr=["onClick"],Ar={key:0,class:"single-option",style:{width:"100%"}},fr={key:2,class:"option-image-tag-container"},yr={class:"option-image-tag-container-image-fit"},br=["src"],vr={key:1,class:"firstandsecondcolor"},kr={class:"option-image-tag-container-image-fit-title-subtitle"},Cr={class:"option-image-tag-container-image-fit-title-subtitle-section"},Er={class:"option-image-tag-container-image-fit-title-subtitle-section-title-name"},wr={class:"option-image-tag-container-image-fit-title-subtitle-subtitle-name"},Vr={class:"hlx-fixed-footer-container",style:{display:"flex","align-items":"center","font-size":"14px","padding-left":"15px"}},xr=["id"],Br=["id","disabled","value","placeholder"],Nr=Al((()=>t.createElementVNode("span",{class:"asterik"},t.toDisplayString("*"),-1))),Sr={class:"customerror"},_r={key:0,class:"no-data-option"},Ir=[Al((()=>t.createElementVNode("p",null,"No data",-1)))],qr=["onClick"],Dr={class:"option-value"};gl.render=function(e,i,n,o,l,a){const r=t.resolveComponent("hlx-overlay"),s=t.resolveComponent("CountryFlag"),c=t.resolveComponent("Search"),d=t.resolveComponent("inputItems"),u=t.resolveComponent("hlx-label");return t.openBlock(),t.createElementBlock(t.Fragment,null,[!0===l.single_select&&!0===n.clearable&&0==n.disabled?(t.openBlock(),t.createElementBlock("div",{key:0,id:"hlx-select-container"+l.unique,class:t.normalizeClass(1==l.selectoptioncontainer?"hlx-select-container change-color":"hlx-select-container"),style:t.normalizeStyle(1==n.error?"border-color:#ff5050 !important":""),onClick:i[3]||(i[3]=(...e)=>a.OptionContainer&&a.OptionContainer(...e)),onMouseover:i[4]||(i[4]=(...e)=>a.clearIcon&&a.clearIcon(...e)),onMouseout:i[5]||(i[5]=(...e)=>a.arrowIcon&&a.arrowIcon(...e)),onBlur:i[6]||(i[6]=(...t)=>e.customError1&&e.customError1(...t))},[t.withDirectives(t.createElementVNode("p",{id:"title"+l.unique,class:"title-name",style:t.normalizeStyle({background:n.labelBackgroundColor,color:n.labelFontColor})},t.toDisplayString(l.title),13,yl),[[t.vShow,!0===l.dropdownname&&0==n.required]]),!0===l.placeholder?(t.openBlock(),t.createElementBlock("div",{key:0,class:"hlx-select-input-placeholder",style:t.normalizeStyle({background:n.backgroundColor,color:n.placeholderColor})},[t.createTextVNode(t.toDisplayString(n.placeholderValue)+" ",1),t.withDirectives(t.createElementVNode("span",bl,t.toDisplayString("*"),512),[[t.vShow,1==n.required]])],4)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("div",{class:"hlx-select-input",style:t.normalizeStyle({background:n.backgroundColor,color:n.fontColor})},[t.createElementVNode("i",{class:t.normalizeClass(l.icon_value)},null,2),t.createTextVNode(t.toDisplayString(l.option_value),1)],4),[[t.vShow,!0===l.dropdownvalue]]),t.withDirectives(t.createElementVNode("p",{id:"asterik-title"+l.unique,class:"title-name",style:t.normalizeStyle({background:n.labelBackgroundColor,color:n.labelFontColor})},[t.createTextVNode(t.toDisplayString(l.title),1),kl],12,vl),[[t.vShow,!0===l.dropdownname&&1==n.required]]),1==n.error?(t.openBlock(),t.createElementBlock("p",Cl,t.toDisplayString(n.customError),1)):t.createCommentVNode("v-if",!0),!0===n.clearable?(t.openBlock(),t.createElementBlock("div",{key:2,class:"hlx-select-icon",style:t.normalizeStyle({background:n.backgroundColor,color:n.fontColor})},[t.createElementVNode("i",{id:"arrowid"+l.unique,class:t.normalizeClass(1==l.selectoptioncontainer?"icon-angle-up-regular":"icon-angle-down-regular")},null,10,El),t.createElementVNode("i",{id:"crossid"+l.unique,class:"icon-times-circle-regular",onClick:i[0]||(i[0]=t.withModifiers(((...e)=>a.removevalue&&a.removevalue(...e)),["stop"]))},null,8,wl)],4)):t.createCommentVNode("v-if",!0),!1===n.clearable?(t.openBlock(),t.createElementBlock("div",{key:3,class:"hlx-select-icon",style:t.normalizeStyle({background:n.backgroundColor,color:n.fontColor})},[t.createElementVNode("i",{id:"arrowid"+l.unique,class:t.normalizeClass(1==l.selectoptioncontainer?"icon-angle-up-regular":"icon-angle-down-regular")},null,10,Vl),t.createCommentVNode(' <i class="icon-times-circle-regular" :id="\'crossid\'+this.unique" @click="removevalue"></i> ')],4)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createVNode(r,{show:l.selectoptioncontainer,top:l.containertop,left:l.containerleft,width:l.containerwidth,height:l.containerheight,conditionvalue:250,conditiondown:45,conditionup:10},{overlay:t.withCtx((()=>[t.createElementVNode("div",{id:"hlx-select-whole-option-container"+l.unique,class:"hlx-select-whole-option-container",style:t.normalizeStyle([n.widthContainer>0?"width:"+n.widthContainer+"px":"width:100%"])},[t.createElementVNode("div",Bl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.optionsD,((e,i)=>(t.openBlock(),t.createElementBlock("div",{id:l.optionsD[i].id,key:i,class:t.normalizeClass(["hlx-select-option-value-container",!0===l.optionsD[i].checked?"select-value":""]),onClick:e=>a.SelectOption(l.optionsD[i][n.propValue])},[t.createElementVNode("i",{id:"icon-value",class:t.normalizeClass(l.optionsD[i].icon)},null,2),t.createElementVNode("p",Sl,t.toDisplayString(l.optionsD[i][n.label]),1)],10,Nl)))),128))]),t.withDirectives(t.createElementVNode("div",{class:t.normalizeClass("hlx-fixed-footer"+l.unique),style:{height:"33px","border-top":"1px solid #d8d8d8",display:"flex","justify-content":"center","align-items":"center"}},[t.createElementVNode("span",_l,[t.createElementVNode("i",{class:t.normalizeClass([n.footerIcon,"hlx-footer-icon"]),style:{"margin-right":"5px","font-size":"16px"},onClick:i[1]||(i[1]=(...e)=>a.footerclick&&a.footerclick(...e))},null,2),t.createElementVNode("p",{class:"hlx-footer-content",onClick:i[2]||(i[2]=(...e)=>a.footerclick&&a.footerclick(...e))},t.toDisplayString(n.footerContent),1)])],2),[[t.vShow,1==n.footer]])],12,xl)])),_:1},8,["show","top","left","width","height"]),[[t.vShow,!0===l.selectoptioncontainer]])],46,fl)):t.createCommentVNode("v-if",!0),!0===l.single_select&&!0===n.clearable&&1==n.disabled?(t.openBlock(),t.createElementBlock("div",{key:1,id:"hlx-select-container"+l.unique,class:t.normalizeClass(1==l.selectoptioncontainer?"hlx-select-container change-color":"hlx-select-container"),style:t.normalizeStyle(1==n.disabled?"border-color:#d8d8d8 !important":""),onBlur:i[10]||(i[10]=(...t)=>e.customError1&&e.customError1(...t))},[t.withDirectives(t.createElementVNode("p",{id:"title"+l.unique,class:"title-name-disabled",style:t.normalizeStyle({background:n.labelBackgroundColor,color:n.labelFontColor})},t.toDisplayString(l.title),13,ql),[[t.vShow,!0===l.dropdownname&&0==n.required]]),!0===l.placeholder?(t.openBlock(),t.createElementBlock("div",{key:0,class:"hlx-select-input-placeholder",style:t.normalizeStyle({background:n.backgroundColor,color:n.placeholderColor})},[t.createTextVNode(t.toDisplayString(n.placeholderValue)+" ",1),t.withDirectives(t.createElementVNode("span",Dl,t.toDisplayString("*"),512),[[t.vShow,1==n.required]])],4)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("div",{class:"hlx-select-input",style:t.normalizeStyle({background:n.backgroundColor,color:n.fontColor})},[t.createElementVNode("i",{class:t.normalizeClass(l.icon_value)},null,2),t.createTextVNode(t.toDisplayString(l.option_value),1)],4),[[t.vShow,!0===l.dropdownvalue]]),t.withDirectives(t.createElementVNode("p",{id:"asterik-title"+l.unique,class:"title-name-disabled",style:t.normalizeStyle({background:n.labelBackgroundColor,color:n.labelFontColor})},[t.createTextVNode(t.toDisplayString(l.title),1),Ol],12,Tl),[[t.vShow,!0===l.dropdownname&&1==n.required]]),t.createElementVNode("p",Rl,t.toDisplayString(n.customError),1),!0===n.clearable?(t.openBlock(),t.createElementBlock("div",{key:1,class:"hlx-select-icon",style:t.normalizeStyle({background:n.backgroundColor,color:n.fontColor})},[t.createElementVNode("i",{id:"arrowid"+l.unique,class:t.normalizeClass(1==l.selectoptioncontainer?"icon-angle-up-regular":"icon-angle-down-regular")},null,10,Ml),t.createElementVNode("i",{id:"crossid"+l.unique,class:"icon-times-circle-regular",onClick:i[7]||(i[7]=t.withModifiers(((...e)=>a.removevalue&&a.removevalue(...e)),["stop"]))},null,8,Ll)],4)):t.createCommentVNode("v-if",!0),!1===n.clearable?(t.openBlock(),t.createElementBlock("div",{key:2,class:"hlx-select-icon",style:t.normalizeStyle({background:n.backgroundColor,color:n.fontColor})},[t.createElementVNode("i",{id:"arrowid"+l.unique,class:t.normalizeClass(1==l.selectoptioncontainer?"icon-angle-up-regular":"icon-angle-down-regular")},null,10,Ul),t.createCommentVNode(' <i class="icon-times-circle-regular" :id="\'crossid\'+this.unique" @click="removevalue"></i> ')],4)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createVNode(r,{show:l.selectoptioncontainer,top:l.containertop,left:l.containerleft,width:l.containerwidth,height:l.containerheight,conditionvalue:250,conditiondown:45,conditionup:10},{overlay:t.withCtx((()=>[t.createElementVNode("div",{id:"hlx-select-whole-option-container"+l.unique,class:"hlx-select-whole-option-container",style:t.normalizeStyle([n.widthContainer>0?"width:"+n.widthContainer+"px":"width:100%"])},[t.createElementVNode("div",Pl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.optionsD,((e,i)=>(t.openBlock(),t.createElementBlock("div",{id:l.optionsD[i].id,key:i,class:t.normalizeClass(["hlx-select-option-value-container",!0===l.optionsD[i].checked?"select-value":""]),onClick:e=>a.SelectOption(l.optionsD[i][n.propValue])},[t.createElementVNode("i",{id:"icon-value",class:t.normalizeClass(l.optionsD[i].icon)},null,2),t.createElementVNode("p",Kl,t.toDisplayString(l.optionsD[i][n.label]),1)],10,Hl)))),128))]),t.withDirectives(t.createElementVNode("div",{class:t.normalizeClass("hlx-fixed-footer"+l.unique),style:{height:"33px","border-top":"1px solid #d8d8d8",display:"flex","justify-content":"center","align-items":"center"}},[t.createElementVNode("span",jl,[t.createElementVNode("i",{class:t.normalizeClass([n.footerIcon,"hlx-footer-icon"]),style:{"margin-right":"5px","font-size":"16px"},onClick:i[8]||(i[8]=(...e)=>a.footerclick&&a.footerclick(...e))},null,2),t.createElementVNode("p",{class:"hlx-footer-content",onClick:i[9]||(i[9]=(...e)=>a.footerclick&&a.footerclick(...e))},t.toDisplayString(n.footerContent),1)])],2),[[t.vShow,1==n.footer]])],12,Fl)])),_:1},8,["show","top","left","width","height"]),[[t.vShow,!0===l.selectoptioncontainer]])],46,Il)):t.createCommentVNode("v-if",!0),1==l.single_select&&!1===n.clearable&&!0!==n.disabled?(t.openBlock(),t.createElementBlock("div",{key:2,id:"hlx-select-container"+l.unique,class:t.normalizeClass(1==l.selectoptioncontainer?"hlx-select-container change-color":"hlx-select-container"),style:t.normalizeStyle(1==n.error?"border-color:#ff5050 !important":""),onClick:i[14]||(i[14]=(...e)=>a.OptionContainer&&a.OptionContainer(...e))},[t.withDirectives(t.createElementVNode("p",{id:"title"+l.unique,class:"title-name",style:t.normalizeStyle({background:n.labelBackgroundColor,color:n.labelFontColor})},t.toDisplayString(l.title),13,zl),[[t.vShow,!0===l.dropdownname&&0==n.required]]),!0===l.placeholder?(t.openBlock(),t.createElementBlock("div",{key:0,class:"hlx-select-input-placeholder",style:t.normalizeStyle({background:n.backgroundColor,color:n.placeholderColor})},[t.createTextVNode(t.toDisplayString(n.placeholderValue)+" ",1),t.withDirectives(t.createElementVNode("span",Jl,t.toDisplayString("*"),512),[[t.vShow,1==n.required]])],4)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("div",{class:"hlx-select-input",style:t.normalizeStyle({background:n.backgroundColor,color:n.fontColor})},[t.createElementVNode("i",{class:t.normalizeClass(l.icon_value)},null,2),t.createTextVNode(t.toDisplayString(l.option_value),1)],4),[[t.vShow,!0===l.dropdownvalue]]),t.withDirectives(t.createElementVNode("p",{id:"title"+l.unique,class:"title-name",style:t.normalizeStyle({background:n.labelBackgroundColor,color:n.labelFontColor})},[t.createTextVNode(t.toDisplayString(l.title),1),Wl],12,Xl),[[t.vShow,!0===l.dropdownname&&1==n.required]]),1==n.error?(t.openBlock(),t.createElementBlock("p",Yl,t.toDisplayString(n.customError),1)):t.createCommentVNode("v-if",!0),!0===n.clearable?(t.openBlock(),t.createElementBlock("div",Gl,[t.createElementVNode("i",{id:"arrowid"+l.unique,class:t.normalizeClass(1==l.selectoptioncontainer?"icon-angle-up-regular":"icon-angle-down-regular")},null,10,Zl),t.createElementVNode("i",{id:"crossid"+l.unique,class:"icon-times-circle-regular",onClick:i[11]||(i[11]=(...e)=>a.removevalue&&a.removevalue(...e))},null,8,$l)])):t.createCommentVNode("v-if",!0),!1===n.clearable?(t.openBlock(),t.createElementBlock("div",{key:3,class:"hlx-select-icon",style:t.normalizeStyle({background:n.backgroundColor,color:n.fontColor})},[t.createElementVNode("i",{id:"arrowid"+l.unique,class:t.normalizeClass(1==l.selectoptioncontainer?"icon-angle-up-regular":"icon-angle-down-regular")},null,10,ea)],4)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createVNode(r,{show:l.selectoptioncontainer,top:l.containertop,left:l.containerleft,width:l.containerwidth,height:l.containerheight,conditionvalue:250,conditiondown:45,conditionup:10},{overlay:t.withCtx((()=>[t.createElementVNode("div",{id:"hlx-select-whole-option-container"+l.unique,class:"hlx-select-whole-option-container",style:t.normalizeStyle([n.widthContainer>0?"width:"+n.widthContainer+"px":"width:100%"])},[t.createElementVNode("div",ia,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.optionsD,((e,i)=>(t.openBlock(),t.createElementBlock("div",{id:l.optionsD[i].id,key:i,class:t.normalizeClass(["hlx-select-option-value-container",!0===l.optionsD[i].checked?"select-value":""]),onClick:e=>a.SelectOption(l.optionsD[i][n.propValue])},[t.createElementVNode("i",{id:"icon-value",class:t.normalizeClass(l.optionsD[i].icon)},null,2),t.createElementVNode("p",oa,t.toDisplayString(l.optionsD[i][n.label]),1)],10,na)))),128))]),t.withDirectives(t.createElementVNode("div",{class:t.normalizeClass("hlx-fixed-footer"+l.unique),style:{height:"33px","border-top":"1px solid #d8d8d8",display:"flex","justify-content":"center","align-items":"center"}},[t.createElementVNode("span",la,[t.createElementVNode("i",{class:t.normalizeClass([n.footerIcon,"hlx-footer-icon"]),style:{"margin-right":"5px","font-size":"16px"},onClick:i[12]||(i[12]=(...e)=>a.footerclick&&a.footerclick(...e))},null,2),t.createElementVNode("p",{class:"hlx-footer-content",onClick:i[13]||(i[13]=(...e)=>a.footerclick&&a.footerclick(...e))},t.toDisplayString(n.footerContent),1)])],2),[[t.vShow,1==n.footer]])],12,ta)])),_:1},8,["show","top","left","width","height"]),[[t.vShow,!0===l.selectoptioncontainer]])],14,Ql)):t.createCommentVNode("v-if",!0),1==l.single_select&&!1===n.clearable&&!0===n.disabled?(t.openBlock(),t.createElementBlock("div",{key:3,id:"hlx-select-container"+l.unique,class:t.normalizeClass(1==l.selectoptioncontainer?"hlx-select-container change-color":"hlx-select-container"),style:t.normalizeStyle(1==n.disabled?"border-color:#d8d8d8 !important":"")},[t.withDirectives(t.createElementVNode("p",{id:"title"+l.unique,class:"title-name-disabled",style:t.normalizeStyle({background:n.labelBackgroundColor,color:n.labelFontColor})},t.toDisplayString(l.title),13,ra),[[t.vShow,!0===l.dropdownname&&0==n.required]]),!0===l.placeholder?(t.openBlock(),t.createElementBlock("div",{key:0,class:"hlx-select-input-placeholder",style:t.normalizeStyle({background:n.backgroundColor,color:n.placeholderColor})},[t.createTextVNode(t.toDisplayString(n.placeholderValue)+" ",1),t.withDirectives(t.createElementVNode("span",sa,t.toDisplayString("*"),512),[[t.vShow,1==n.required]])],4)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("div",{class:"hlx-select-input",style:t.normalizeStyle({background:n.backgroundColor,color:n.fontColor})},[t.createElementVNode("i",{class:t.normalizeClass(l.icon_value)},null,2),t.createTextVNode(t.toDisplayString(l.option_value),1)],4),[[t.vShow,!0===l.dropdownvalue]]),t.withDirectives(t.createElementVNode("p",{id:"astreik-title"+l.unique,class:"title-name-disabled",style:t.normalizeStyle({background:n.labelBackgroundColor,color:n.labelFontColor})},[t.createTextVNode(t.toDisplayString(l.title),1),da],12,ca),[[t.vShow,!0===l.dropdownname&&1==n.required]]),t.createElementVNode("p",ua,t.toDisplayString(n.customError),1),!0===n.clearable?(t.openBlock(),t.createElementBlock("div",ha,[t.createElementVNode("i",{id:"arrowid"+l.unique,class:t.normalizeClass(1==l.selectoptioncontainer?"icon-angle-up-regular":"icon-angle-down-regular")},null,10,pa),t.createElementVNode("i",{id:"crossid"+l.unique,class:"icon-times-circle-regular",onClick:i[15]||(i[15]=(...e)=>a.removevalue&&a.removevalue(...e))},null,8,ma)])):t.createCommentVNode("v-if",!0),!1===n.clearable?(t.openBlock(),t.createElementBlock("div",{key:2,class:"hlx-select-icon",style:t.normalizeStyle({background:n.backgroundColor,color:n.fontColor})},[t.createElementVNode("i",{id:"arrowid"+l.unique,class:t.normalizeClass(1==l.selectoptioncontainer?"icon-angle-up-regular":"icon-angle-down-regular")},null,10,ga)],4)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createVNode(r,{show:l.selectoptioncontainer,top:l.containertop,left:l.containerleft,width:l.containerwidth,height:l.containerheight,conditionvalue:250,conditiondown:45,conditionup:10},{overlay:t.withCtx((()=>[t.createElementVNode("div",{id:"hlx-select-whole-option-container"+l.unique,class:"hlx-select-whole-option-container",style:t.normalizeStyle([n.widthContainer>0?"width:"+n.widthContainer+"px":"width:100%"])},[t.createElementVNode("div",fa,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.optionsD,((e,i)=>(t.openBlock(),t.createElementBlock("div",{id:l.optionsD[i].id,key:i,class:t.normalizeClass(["hlx-select-option-value-container",!0===l.optionsD[i].checked?"select-value":""]),onClick:e=>a.SelectOption(l.optionsD[i][n.propValue])},[t.createElementVNode("i",{id:"icon-value",class:t.normalizeClass(l.optionsD[i].icon)},null,2),t.createElementVNode("p",ba,t.toDisplayString(l.optionsD[i][n.label]),1)],10,ya)))),128))]),t.withDirectives(t.createElementVNode("div",{class:t.normalizeClass("hlx-fixed-footer"+l.unique),style:{height:"33px","border-top":"1px solid #d8d8d8",display:"flex","justify-content":"center","align-items":"center"}},[t.createElementVNode("span",va,[t.createElementVNode("i",{class:t.normalizeClass([n.footerIcon,"hlx-footer-icon"]),style:{"margin-right":"5px","font-size":"16px"},onClick:i[16]||(i[16]=(...e)=>a.footerclick&&a.footerclick(...e))},null,2),t.createElementVNode("p",{class:"hlx-footer-content",onClick:i[17]||(i[17]=(...e)=>a.footerclick&&a.footerclick(...e))},t.toDisplayString(n.footerContent),1)])],2),[[t.vShow,1==n.footer]])],12,Aa)])),_:1},8,["show","top","left","width","height"]),[[t.vShow,!0===l.selectoptioncontainer]])],14,aa)):t.createCommentVNode("v-if",!0),t.createCommentVNode("--------------------------------------------- Icon container -------------------------------------------------------------"),!0===n.icon?(t.openBlock(),t.createElementBlock("div",{key:4,id:"hlx-select-container"+l.unique,class:t.normalizeClass(1==l.selectoptioncontainer?"hlx-select-container change-color":"hlx-select-container"),style:t.normalizeStyle(1==n.error?"border-color:#ff5050 !important":""),onClick:i[20]||(i[20]=(...e)=>a.OptionContainer&&a.OptionContainer(...e))},[t.withDirectives(t.createElementVNode("p",{id:"title1"+l.unique,class:"title-name",style:t.normalizeStyle({background:n.labelBackgroundColor,color:n.labelFontColor})},t.toDisplayString(l.title),13,Ca),[[t.vShow,!0===l.dropdownname&&0==n.required]]),!0===l.placeholder?(t.openBlock(),t.createElementBlock("div",{key:0,class:"hlx-select-input-placeholder",style:t.normalizeStyle({background:n.backgroundColor,color:n.placeholderColor})},[t.createTextVNode(t.toDisplayString(n.placeholderValue)+" ",1),t.withDirectives(t.createElementVNode("span",Ea,t.toDisplayString("*"),512),[[t.vShow,1==n.required]])],4)):t.createCommentVNode("v-if",!0),!0===l.dropdownvalue?(t.openBlock(),t.createElementBlock("div",{key:1,class:"hlx-select-input",style:t.normalizeStyle({background:n.backgroundColor,color:n.fontColor})},[1==n.flagIcon?(t.openBlock(),t.createElementBlock("span",wa,[t.createVNode(s,{iso:l.icon_country_flag},null,8,["iso"])])):t.createCommentVNode("v-if",!0),1==n.flagValue?(t.openBlock(),t.createElementBlock("span",Va,t.toDisplayString(l.option_value),1)):t.createCommentVNode("v-if",!0)],4)):t.createCommentVNode("v-if",!0),t.createElementVNode("div",{class:"hlx-select-icon",style:t.normalizeStyle({background:n.backgroundColor,color:n.fontColor})},[t.createElementVNode("i",{class:t.normalizeClass(1==l.selectoptioncontainer?"icon-angle-up-regular":"icon-angle-down-regular")},null,2),t.withDirectives(t.createElementVNode("p",{id:"title"+l.unique,class:"title-name",style:t.normalizeStyle({background:n.labelBackgroundColor,color:n.labelFontColor})},[t.createTextVNode(t.toDisplayString(l.title),1),Ba],12,xa),[[t.vShow,!0===l.dropdownname&&1==n.required]]),1==n.error?(t.openBlock(),t.createElementBlock("p",Na,t.toDisplayString(n.customError),1)):t.createCommentVNode("v-if",!0)],4),t.withDirectives(t.createVNode(r,{show:l.selectoptioncontainer,top:l.containertop,left:l.containerleft,width:l.containerwidth,height:l.containerheight,conditionvalue:250,conditiondown:45,conditionup:10},{overlay:t.withCtx((()=>[t.createElementVNode("div",{id:"hlx-select-whole-option-container"+l.unique,class:"hlx-select-whole-option-container",style:t.normalizeStyle([n.widthContainer>0?"width:"+n.widthContainer+"px":"width:100%"])},[t.createElementVNode("div",_a,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.optionsD,((e,i)=>(t.openBlock(),t.createElementBlock("div",{id:n.options[i].id,key:i,class:t.normalizeClass(["hlx-select-option-value-container",!0===l.optionsD[i].checked?"select-value":""]),onClick:e=>a.SelectOption(l.optionsD[i][n.propValue])},[t.createVNode(s,{iso:e.flag},null,8,["iso"]),t.createElementVNode("p",qa,t.toDisplayString(e[n.label]),1)],10,Ia)))),128)),t.withDirectives(t.createElementVNode("div",{class:t.normalizeClass("hlx-fixed-footer"+l.unique),style:{height:"33px","border-top":"1px solid #d8d8d8",display:"flex","justify-content":"center","align-items":"center"}},[t.createElementVNode("span",Da,[t.createElementVNode("i",{class:t.normalizeClass([n.footerIcon,"hlx-footer-icon"]),style:{"margin-right":"5px","font-size":"16px"},onClick:i[18]||(i[18]=(...e)=>a.footerclick&&a.footerclick(...e))},null,2),t.createElementVNode("p",{class:"hlx-footer-content",onClick:i[19]||(i[19]=(...e)=>a.footerclick&&a.footerclick(...e))},t.toDisplayString(n.footerContent),1)])],2),[[t.vShow,1==n.footer]])])],12,Sa)])),_:1},8,["show","top","left","width","height"]),[[t.vShow,!0===l.selectoptioncontainer]])],14,ka)):t.createCommentVNode("v-if",!0),t.createCommentVNode("---------------------------------------------------------------Multiple select-------------------------------------------------------------------"),!0===n.multiSelect?(t.openBlock(),t.createElementBlock("div",{key:5,id:"multiselect"+l.unique,class:"hlx-multi-select-container",style:t.normalizeStyle(1==n.error?"border-color:#ff5050 !important":""),onClick:i[28]||(i[28]=(...e)=>a.MultiselectOptioncontainer&&a.MultiselectOptioncontainer(...e))},[1==l.multiselecttitle&&0==n.required?(t.openBlock(),t.createElementBlock("p",{key:0,class:"title-name",style:t.normalizeStyle({background:n.labelBackgroundColor,color:n.labelFontColor})},t.toDisplayString(l.title),5)):t.createCommentVNode("v-if",!0),1==l.multiselectplaceholder?(t.openBlock(),t.createElementBlock("div",{key:1,class:"hlx-multi-select-input-placeholder",style:t.normalizeStyle({background:n.backgroundColor,color:n.placeholderColor}),onClick:i[21]||(i[21]=(...e)=>a.color&&a.color(...e))},t.toDisplayString(n.placeholderValue),5)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("div",{id:"select"+l.unique,class:"hlx-multi-select-input",style:t.normalizeStyle({background:n.backgroundColor,color:n.fontColor}),onClick:i[22]||(i[22]=(...e)=>a.color&&a.color(...e))},[!0===l.all?(t.openBlock(),t.createElementBlock("span",Ra,t.toDisplayString("All"))):(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:1},t.renderList(a.computeMultiSelect,((e,i)=>(t.openBlock(),t.createElementBlock("span",{key:e,class:"hlx-multi-select-flag-container"},[i<l.tagvalue?(t.openBlock(),t.createElementBlock("div",Ma,[t.createElementVNode("div",La,t.toDisplayString(e),1),t.createElementVNode("i",{class:"icon-times-regular",onClick:t.withModifiers((t=>a.removemultiselectvalue(e)),["stop"])},null,8,Ua),1==l.multiselecttitle&&!0===n.required?(t.openBlock(),t.createElementBlock("p",{key:0,class:"title-name",style:t.normalizeStyle({background:n.labelBackgroundColor,color:n.labelFontColor})},[t.createTextVNode(t.toDisplayString(l.title),1),Fa],4)):t.createCommentVNode("v-if",!0),t.createElementVNode("p",Pa,t.toDisplayString(n.customError),1)])):t.createCommentVNode("v-if",!0)])))),128))],12,Oa),[[t.vShow,1==l.multiselectdropdownvalue]]),!0!==l.all?(t.openBlock(),t.createElementBlock("div",{key:2,class:"hlx-multi-select-count",style:t.normalizeStyle({background:n.backgroundColor,color:n.fontColor}),onClick:i[23]||(i[23]=(...e)=>a.color&&a.color(...e))},[t.withDirectives(t.createElementVNode("div",{class:"hlx-multi-select-count-check"},t.toDisplayString("+"+l.count_select_value),513),[[t.vShow,l.count_select_value>0]])],4)):t.createCommentVNode("v-if",!0),t.createElementVNode("div",{class:"hlx-multi-select-icon",style:t.normalizeStyle({background:n.backgroundColor,color:n.fontColor}),onClick:i[24]||(i[24]=(...e)=>a.color&&a.color(...e))},[1!=l.isMultiSelect?(t.openBlock(),t.createElementBlock("i",Ha)):(t.openBlock(),t.createElementBlock("i",Ka))],4),t.withDirectives(t.createElementVNode("div",{class:"hlx-multi-select-option-container",style:t.normalizeStyle([n.widthContainer>0?"width:"+n.widthContainer+"px":"width:100%","top:"+l.top+"px","left:"+l.left+"px"])},[t.withDirectives(t.createVNode(c,{class:"sea",search_style:"style1",onSearchkey:a.search},null,8,["onSearchkey"]),[[t.vShow,!0===n.searchable]]),t.createElementVNode("div",ja,[t.createVNode(d,{value:l.checkedData,"onUpdate:value":i[25]||(i[25]=e=>l.checkedData=e),class:"check",options:a.computeDropdownData,"show-select-all":l.selectall,type:"checkbox"},null,8,["value","options","show-select-all"])]),!0===n.filterSelect?(t.openBlock(),t.createElementBlock("div",Qa,[t.createElementVNode("button",{class:"clear-button",onClick:i[26]||(i[26]=(...e)=>a.emitclearvalue&&a.emitclearvalue(...e))},"clear"),!0===l.disablebutton?(t.openBlock(),t.createElementBlock("button",za," Apply ")):(t.openBlock(),t.createElementBlock("button",{key:1,onClick:i[27]||(i[27]=(...e)=>a.emitfiltervalue&&a.emitfiltervalue(...e))},"Apply"))])):t.createCommentVNode("v-if",!0)],4),[[t.vShow,1==l.isMultiSelect]])],12,Ta)):t.createCommentVNode("v-if",!0),t.createCommentVNode("-------------------------------------------------------------------Texteditor------------------------------------------------"),!0===n.textEditor?(t.openBlock(),t.createElementBlock("button",{key:6,id:"hlx-select-container"+l.unique,class:t.normalizeClass(1==l.selectoptioncontainer?"hlx-select-container change-color":"hlx-select-container"),onClick:i[32]||(i[32]=(...e)=>a.OptionContainer&&a.OptionContainer(...e))},[t.withDirectives(t.createElementVNode("p",{id:"title"+l.unique,class:"title-name"},t.toDisplayString(l.title),9,Xa),[[t.vShow,!0===l.dropdownname]]),!0===l.placeholder?(t.openBlock(),t.createElementBlock("button",Wa,t.toDisplayString(n.placeholderValue),1)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("button",Ya,[t.createElementVNode("i",{class:t.normalizeClass(l.icon_value)},null,2),t.createTextVNode(t.toDisplayString(l.option_value),1)],512),[[t.vShow,!0===l.dropdownvalue]]),!0===n.clearable?(t.openBlock(),t.createElementBlock("button",Ga,[t.createElementVNode("i",{id:"arrowid"+l.unique,class:"icon-angle-down-regular"},null,8,Za),t.createElementVNode("i",{id:"crossid"+l.unique,class:"icon-times-circle-regular",onClick:i[29]||(i[29]=(...e)=>a.removevalue&&a.removevalue(...e))},null,8,$a)])):t.createCommentVNode("v-if",!0),!1===n.clearable?(t.openBlock(),t.createElementBlock("button",er,[t.createElementVNode("i",{id:"arrowid"+l.unique,class:"icon-angle-down-regular"},null,8,tr),t.createCommentVNode(' <i class="icon-times-circle-regular" :id="\'crossid\'+this.unique" @click="removevalue"></i> ')])):t.createCommentVNode("v-if",!0),t.withDirectives(t.createVNode(r,{show:l.selectoptioncontainer,top:l.containertop,left:l.containerleft,width:l.containerwidth,height:l.containerheight,conditionvalue:250,conditiondown:45,conditionup:10},{overlay:t.withCtx((()=>[t.createElementVNode("div",{id:"hlx-select-whole-option-container"+l.unique,class:"hlx-select-whole-option-container",style:t.normalizeStyle([n.widthContainer>0?"width:"+n.widthContainer+"px":"width:100%"])},[t.createElementVNode("div",nr,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.optionsD,((e,i)=>(t.openBlock(),t.createElementBlock("div",{id:l.optionsD[i].id,key:i,class:t.normalizeClass(["hlx-select-option-value-container",!0===l.optionsD[i].checked?"select-value":""]),onClick:e=>a.SelectOption(l.optionsD[i][n.propValue])},[t.createElementVNode("i",{id:"icon-value",class:t.normalizeClass(l.optionsD[i].icon)},null,2),t.createElementVNode("p",lr,t.toDisplayString(l.optionsD[i][n.label]),1)],10,or)))),128))]),t.withDirectives(t.createElementVNode("div",{class:t.normalizeClass("hlx-fixed-footer"+l.unique),style:{height:"33px","border-top":"1px solid #d8d8d8",display:"flex","justify-content":"center","align-items":"center"}},[t.createElementVNode("span",ar,[t.createElementVNode("i",{class:t.normalizeClass([n.footerIcon,"hlx-footer-icon"]),style:{"margin-right":"5px","font-size":"16px"},onClick:i[30]||(i[30]=(...e)=>a.footerclick&&a.footerclick(...e))},null,2),t.createElementVNode("p",{class:"hlx-footer-content",onClick:i[31]||(i[31]=(...e)=>a.footerclick&&a.footerclick(...e))},t.toDisplayString(n.footerContent),1)])],2),[[t.vShow,1==n.footer]])],12,ir)])),_:1},8,["show","top","left","width","height"]),[[t.vShow,!0===l.selectoptioncontainer]])],10,Ja)):t.createCommentVNode("v-if",!0),t.createCommentVNode("-------------------------------------------------------------------------Inline search single select --------------------------"),!0===n.inlineSearch&&!1===n.disabled?(t.openBlock(),t.createElementBlock("div",{key:7,id:"custom-dropdown"+l.unique,class:"custom-dropdown",style:t.normalizeStyle(1==n.error?"border-color:#ff5050 !important":""),onClick:i[37]||(i[37]=(...e)=>a.Customoptioncontainer&&a.Customoptioncontainer(...e))},[t.withDirectives(t.createElementVNode("input",{id:"custom-input"+l.unique,type:"text",class:"custom-dropdown-input",value:l.selectvalue,placeholder:l.placeholdervalue,style:t.normalizeStyle({background:n.backgroundColor,color:n.fontColor}),onInput:i[33]||(i[33]=(...e)=>a.check&&a.check(...e)),onKeypress:i[34]||(i[34]=(...e)=>a.senddata&&a.senddata(...e))},null,44,sr),[[t.vShow,1==l.showsearchinput]]),t.withDirectives(t.createElementVNode("span",cr,[t.createTextVNode(t.toDisplayString(l.inlinesearchtagvalue[n.label])+" ",1),t.withDirectives(t.createVNode(u,{class:"primary sm selectvalue"},{default:t.withCtx((()=>[t.createTextVNode(t.toDisplayString(l.inlinesearchtagvalue[n.tagValue]),1)])),_:1},512),[[t.vShow,1==n.searchImageTag&&""!=l.selectvalue]]),t.withDirectives(t.createElementVNode("p",{style:{color:"rgb(166, 166, 166)"}},t.toDisplayString(l.placeholdervalue),513),[[t.vShow,1==n.searchImageTag&&""==l.selectvalue]])],512),[[t.vShow,0==l.showsearchinput]]),t.createElementVNode("i",{class:"icon-angle-down-regular",style:t.normalizeStyle({background:n.backgroundColor,color:n.fontColor})},null,4),1==n.labelAnimation&&!0===l.animation&&!1===n.required?(t.openBlock(),t.createElementBlock("div",{key:0,class:"custom-label",style:t.normalizeStyle({background:n.labelBackgroundColor,color:n.labelFontColor})},t.toDisplayString(n.placeholderValue),5)):t.createCommentVNode("v-if",!0),1==n.labelAnimation&&!0===l.animation&&!0===n.required?(t.openBlock(),t.createElementBlock("div",{key:1,class:"custom-label",style:t.normalizeStyle({background:n.labelBackgroundColor,color:n.labelFontColor})},[t.createTextVNode(t.toDisplayString(n.placeholderValue),1),dr],4)):t.createCommentVNode("v-if",!0),1==n.error?(t.openBlock(),t.createElementBlock("p",ur,t.toDisplayString(n.customError),1)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createVNode(r,{search:l.selectvalue,show:l.customdropdowncontainer,top:l.containertop,left:l.containerleft,width:l.containerwidth,conditionvalue:250,conditiondown:45,conditionup:10,onCloseOverlay:a.inlineclosecontainer},{overlay:t.withCtx((()=>[t.createElementVNode("div",{class:"custom-dropdown-whole-container",style:t.normalizeStyle([n.widthContainer>0?"width:"+n.widthContainer+"px":"width:100%"])},[t.createElementVNode("div",{id:"custom-option-data"+l.unique,class:"customdropdown-option-container"},[0===a.dropdowndata.length?(t.openBlock(),t.createElementBlock("div",pr,mr)):(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:1},t.renderList(a.dropdowndata,((e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:t.normalizeClass(["option",!0===e.checked?"select-value":""]),style:t.normalizeStyle(0==n.searchImageTag?"height:30px":"height:50px!important"),onClick:t=>a.customSelectoptionvalue(e[n.propValue],e[n.label])},[0==n.searchImageTag?(t.openBlock(),t.createElementBlock("span",Ar,[t.createElementVNode("p",{class:"option-value",style:t.normalizeStyle(e[n.style])},t.toDisplayString(e[n.label]),5)])):t.createCommentVNode("v-if",!0),0==n.searchImageTag?(t.openBlock(),t.createElementBlock("i",{key:1,class:t.normalizeClass(e.icon),style:{"margin-right":"10px","font-size":"18px"}},null,2)):t.createCommentVNode("v-if",!0),1==n.searchImageTag?(t.openBlock(),t.createElementBlock("span",fr,[t.createElementVNode("span",yr,[null!=e[n.imageLink]?(t.openBlock(),t.createElementBlock("img",{key:0,src:e[n.imageLink],class:"image-fit"},null,8,br)):(t.openBlock(),t.createElementBlock("span",vr,t.toDisplayString(a.getFirstAndSecondLetters(e[n.label])),1))]),t.createElementVNode("span",kr,[t.createElementVNode("span",Cr,[t.createElementVNode("p",Er,t.toDisplayString(e[n.label]),1),t.createVNode(u,{class:"primary sm"},{default:t.withCtx((()=>[t.createTextVNode(t.toDisplayString(e[n.tagValue]),1)])),_:2},1024)]),t.createElementVNode("p",wr,t.toDisplayString(e[n.subTitle]),1)]),t.createCommentVNode(' <span class="option-image-tag-container-image-fit-label-value">\r\n </span> ')])):t.createCommentVNode("v-if",!0)],14,gr)))),128))],8,hr),t.withDirectives(t.createElementVNode("div",{class:t.normalizeClass("hlx-fixed-footer"+l.unique),style:{height:"33px","border-top":"1px solid #d8d8d8",display:"flex","justify-content":"center","align-items":"center"}},[t.createElementVNode("span",Vr,[t.createElementVNode("i",{class:t.normalizeClass([n.footerIcon,"hlx-footer-icon"]),style:{"margin-right":"5px","font-size":"16px"},onClick:i[35]||(i[35]=(...e)=>a.footerclick1&&a.footerclick1(...e))},null,2),t.createElementVNode("p",{class:"hlx-footer-content",onClick:i[36]||(i[36]=(...e)=>a.footerclick1&&a.footerclick1(...e))},t.toDisplayString(n.footerContent),1)])],2),[[t.vShow,1==n.footer]])],4)])),_:1},8,["search","show","top","left","width","onCloseOverlay"]),[[t.vShow,!0===l.customdropdowncontainer]])],12,rr)):t.createCommentVNode("v-if",!0),!0===n.inlineSearch&&!0===n.disabled?(t.openBlock(),t.createElementBlock("div",{key:8,id:"custom-dropdown"+l.unique,class:"custom-dropdown",style:t.normalizeStyle(1==n.disabled?"border-color:#d8d8d8 !important":"")},[t.createElementVNode("input",{id:"custom-input"+l.unique,type:"text",class:"custom-dropdown-input",disabled:n.disabled,value:l.selectvalue,placeholder:l.placeholdervalue,style:t.normalizeStyle({background:n.backgroundColor,color:n.fontColor}),onInput:i[38]||(i[38]=(...e)=>a.check&&a.check(...e)),onKeypress:i[39]||(i[39]=(...e)=>a.senddata&&a.senddata(...e))},null,44,Br),t.createElementVNode("i",{class:"icon-angle-down-regular",style:t.normalizeStyle({background:n.backgroundColor,color:n.fontColor})},null,4),1==n.labelAnimation&&!0===l.animation&&!1===n.required?(t.openBlock(),t.createElementBlock("div",{key:0,class:"custom-label",style:t.normalizeStyle({background:n.labelBackgroundColor,color:n.labelFontColor})},t.toDisplayString(n.placeholderValue),5)):t.createCommentVNode("v-if",!0),1==n.labelAnimation&&!0===l.animation&&!0===n.required?(t.openBlock(),t.createElementBlock("div",{key:1,class:"custom-label",style:t.normalizeStyle({background:n.labelBackgroundColor,color:n.labelFontColor})},[t.createTextVNode(t.toDisplayString(n.placeholderValue),1),Nr],4)):t.createCommentVNode("v-if",!0),t.createElementVNode("p",Sr,t.toDisplayString(n.customError),1),t.withDirectives(t.createElementVNode("div",{class:"customdropdown-option-container",style:t.normalizeStyle([n.widthContainer>0?"width:"+n.widthContainer+"px":"width:100%","top:"+l.top+"px","left:"+l.left+"px"])},[0===a.dropdowndata.length?(t.openBlock(),t.createElementBlock("div",_r,Ir)):(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:1},t.renderList(a.dropdowndata,((e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:t.normalizeClass(["option",!0===e.checked?"select-value":""]),onClick:t=>a.customSelectoptionvalue(e[n.propValue],e[n.label])},[t.createElementVNode("p",Dr,t.toDisplayString(e[n.label]),1),t.createElementVNode("i",{class:t.normalizeClass(e.icon),style:{"margin-right":"10px","font-size":"18px"}},null,2)],10,qr)))),128))],4),[[t.vShow,!0===l.customdropdowncontainer]])],12,xr)):t.createCommentVNode("v-if",!0)],64)},gl.__scopeId="data-v-c88ed63e",gl.__file="src/components/SelectComponent.vue";var Tr={name:"HlxRating",props:{rating:{type:Number,default:()=>0},readOnly:{type:Boolean,default:!0},currentRating:{type:Number,default:0}},emits:["updatedRating"],data:()=>({ratingPoint:0}),watch:{rating:{handler(e){e&&(this.ratingPoint=e)},immediate:!0}},mounted(){[...this.$refs["hlx-star-group"].querySelectorAll(".rating-group>span.rate-star-wrapper")].filter((e=>{let t=e.querySelector("label.rating__label"),i=e.querySelector("input[type=radio]"),n="hlx-rating-ele-"+Math.floor(1e5*Math.random());i.setAttribute("id",n),t.setAttribute("for",n)}))},methods:{showRate(e){this.ratingPoint=e.target.value,this.$emit("updatedRating",this.ratingPoint)}}};const Or=["read"],Rr={class:"rate-star-wrapper"},Mr={"aria-label":"1 star",class:"rating__label rated"},Lr={class:"rate-star-wrapper"},Ur={"aria-label":"2 star",class:"rating__label rated"},Fr={class:"rate-star-wrapper"},Pr={class:"rate-star-wrapper"},Hr={class:"rate-star-wrapper"};Tr.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock("div",{id:"hlx-full-star hlx-star-group",ref:"hlx-star-group",class:"full-star",read:n.readOnly},[t.createElementVNode("div",{class:"rating-group",style:t.normalizeStyle({"pointer-events":n.readOnly?"none":"auto"})},[t.createElementVNode("span",Rr,[t.createCommentVNode(" :class=\"{rated:ratingPoint>0.5&&ratingPoint>=1,'half-rated':ratingPoint>0&&ratingPoint>=1}\" "),t.createElementVNode("label",Mr,[t.createElementVNode("i",{class:t.normalizeClass(["rating__icon rating__icon--star",l.ratingPoint>0&&l.ratingPoint>=.5?l.ratingPoint>=1?"icon-star-filled":"icon-star-half-filled":"icon-star-regular"])},null,2)]),t.createCommentVNode(' <label\r\n for="hlx-star-1-ip"\r\n aria-label="1 star"\r\n class="rating__label un-rated"\r\n v-else-if="ratingPoint <= 0 ? true : false"\r\n ><i class="rating__icon rating__icon--star icon-star"></i\r\n ></label>\r\n <label\r\n for="hlx-star-1-ip" aria-label="1 star" class="rating__label half-rated" v-else\r\n ><i class="rating__icon rating__icon--star icon-star-half-filled"></i\r\n ></label> '),t.createElementVNode("input",{class:"rating__input",name:"rating",value:1,type:"radio",onChange:i[0]||(i[0]=(...e)=>a.showRate&&a.showRate(...e))},null,32)]),t.createElementVNode("span",Lr,[t.createElementVNode("label",Ur,[t.createElementVNode("i",{class:t.normalizeClass(["rating__icon rating__icon--star",l.ratingPoint>1&&l.ratingPoint>=1.5?l.ratingPoint>=2?"icon-star-filled":"icon-star-half-filled":"icon-star-regular"])},null,2)]),t.createElementVNode("input",{class:"rating__input",name:"rating",value:2,type:"radio",onChange:i[1]||(i[1]=(...e)=>a.showRate&&a.showRate(...e))},null,32),t.createCommentVNode(' <span class="rate-star-wrapper"> ')]),t.createElementVNode("span",Fr,[t.createElementVNode("label",{"aria-label":"3 star",class:t.normalizeClass(["rating__label rated",l.ratingPoint>0&&l.ratingPoint>=2?"rated":l.ratingPoint>0&&l.ratingPoint<=1?"half-rated":""])},[t.createElementVNode("i",{class:t.normalizeClass(["rating__icon rating__icon--star",l.ratingPoint>2&&l.ratingPoint>=2.5?l.ratingPoint>=3?"icon-star-filled":"icon-star-half-filled":"icon-star-regular"])},null,2)],2),t.createElementVNode("input",{class:"rating__input",name:"rating",value:3,type:"radio",checked:"",onChange:i[2]||(i[2]=(...e)=>a.showRate&&a.showRate(...e))},null,32)]),t.createElementVNode("span",Pr,[t.createElementVNode("label",{"aria-label":"4 star",class:t.normalizeClass(["rating__label rated",l.ratingPoint>0&&l.ratingPoint>=2?"rated":l.ratingPoint>0&&l.ratingPoint<=1?"half-rated":""])},[t.createElementVNode("i",{class:t.normalizeClass(["rating__icon rating__icon--star",l.ratingPoint>3&&l.ratingPoint>=3.5?l.ratingPoint>=4?"icon-star-filled":"icon-star-half-filled":"icon-star-regular"])},null,2)],2),t.createElementVNode("input",{class:"rating__input",name:"rating",value:4,type:"radio",onChange:i[3]||(i[3]=(...e)=>a.showRate&&a.showRate(...e))},null,32)]),t.createElementVNode("span",Hr,[t.createElementVNode("label",{"aria-label":"5 star",class:t.normalizeClass(["rating__label",l.ratingPoint>0&&l.ratingPoint>=2?"rated":l.ratingPoint>0&&l.ratingPoint<=1?"half-rated":""])},[t.createElementVNode("i",{class:t.normalizeClass(["rating__icon rating__icon--star",l.ratingPoint>4&&l.ratingPoint>=4.5?l.ratingPoint>=5?"icon-star-filled":"icon-star-half-filled":"icon-star-regular"])},null,2)],2),t.createElementVNode("input",{class:"rating__input",name:"rating",value:5,type:"radio",onChange:i[4]||(i[4]=(...e)=>a.showRate&&a.showRate(...e))},null,32)])],4)],8,Or)},Tr.__file="src/components/RatingComponent.vue";const Kr=function(){return null!==document.ontouchstart?"click":"touchstart"},jr="__vue_click_away__",Qr=function(e,t,i){zr(e);let n=i.context,o=t.value,l=!1;setTimeout((function(){l=!0}),0),e[jr]=function(t){if((!e||!e.contains(t.target))&&o&&l&&"function"==typeof o)return o.call(n,t)},document.addEventListener(Kr(),e[jr],!1)},zr=function(e){document.removeEventListener(Kr(),e[jr],!1),delete e[jr]},Jr={mounted:Qr,updated:function(e,t,i){t.value!==t.oldValue&&Qr(e,t,i)},unmounted:zr};function Xr(e,t){return function(){return e.apply(t,arguments)}}const{toString:Wr}=Object.prototype,{getPrototypeOf:Yr}=Object,Gr=(Zr=Object.create(null),e=>{const t=Wr.call(e);return Zr[t]||(Zr[t]=t.slice(8,-1).toLowerCase())});var Zr;const $r=e=>(e=e.toLowerCase(),t=>Gr(t)===e),es=e=>t=>typeof t===e,{isArray:ts}=Array,is=es("undefined");const ns=$r("ArrayBuffer");const os=es("string"),ls=es("function"),as=es("number"),rs=e=>null!==e&&"object"==typeof e,ss=e=>{if("object"!==Gr(e))return!1;const t=Yr(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)},cs=$r("Date"),ds=$r("File"),us=$r("Blob"),hs=$r("FileList"),ps=$r("URLSearchParams");function ms(e,t,{allOwnKeys:i=!1}={}){if(null==e)return;let n,o;if("object"!=typeof e&&(e=[e]),ts(e))for(n=0,o=e.length;n<o;n++)t.call(null,e[n],n,e);else{const o=i?Object.getOwnPropertyNames(e):Object.keys(e),l=o.length;let a;for(n=0;n<l;n++)a=o[n],t.call(null,e[a],a,e)}}function gs(e,t){t=t.toLowerCase();const i=Object.keys(e);let n,o=i.length;for(;o-- >0;)if(n=i[o],t===n.toLowerCase())return n;return null}const As="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,fs=e=>!is(e)&&e!==As;const ys=(bs="undefined"!=typeof Uint8Array&&Yr(Uint8Array),e=>bs&&e instanceof bs);var bs;const vs=$r("HTMLFormElement"),ks=(({hasOwnProperty:e})=>(t,i)=>e.call(t,i))(Object.prototype),Cs=$r("RegExp"),Es=(e,t)=>{const i=Object.getOwnPropertyDescriptors(e),n={};ms(i,((i,o)=>{!1!==t(i,o,e)&&(n[o]=i)})),Object.defineProperties(e,n)},ws="abcdefghijklmnopqrstuvwxyz",Vs="0123456789",xs={DIGIT:Vs,ALPHA:ws,ALPHA_DIGIT:ws+ws.toUpperCase()+Vs};const Bs=$r("AsyncFunction");var Ns={isArray:ts,isArrayBuffer:ns,isBuffer:function(e){return null!==e&&!is(e)&&null!==e.constructor&&!is(e.constructor)&&ls(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||ls(e.append)&&("formdata"===(t=Gr(e))||"object"===t&&ls(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&ns(e.buffer),t},isString:os,isNumber:as,isBoolean:e=>!0===e||!1===e,isObject:rs,isPlainObject:ss,isUndefined:is,isDate:cs,isFile:ds,isBlob:us,isRegExp:Cs,isFunction:ls,isStream:e=>rs(e)&&ls(e.pipe),isURLSearchParams:ps,isTypedArray:ys,isFileList:hs,forEach:ms,merge:function e(){const{caseless:t}=fs(this)&&this||{},i={},n=(n,o)=>{const l=t&&gs(i,o)||o;ss(i[l])&&ss(n)?i[l]=e(i[l],n):ss(n)?i[l]=e({},n):ts(n)?i[l]=n.slice():i[l]=n};for(let e=0,t=arguments.length;e<t;e++)arguments[e]&&ms(arguments[e],n);return i},extend:(e,t,i,{allOwnKeys:n}={})=>(ms(t,((t,n)=>{i&&ls(t)?e[n]=Xr(t,i):e[n]=t}),{allOwnKeys:n}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,i,n)=>{e.prototype=Object.create(t.prototype,n),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),i&&Object.assign(e.prototype,i)},toFlatObject:(e,t,i,n)=>{let o,l,a;const r={};if(t=t||{},null==e)return t;do{for(o=Object.getOwnPropertyNames(e),l=o.length;l-- >0;)a=o[l],n&&!n(a,e,t)||r[a]||(t[a]=e[a],r[a]=!0);e=!1!==i&&Yr(e)}while(e&&(!i||i(e,t))&&e!==Object.prototype);return t},kindOf:Gr,kindOfTest:$r,endsWith:(e,t,i)=>{e=String(e),(void 0===i||i>e.length)&&(i=e.length),i-=t.length;const n=e.indexOf(t,i);return-1!==n&&n===i},toArray:e=>{if(!e)return null;if(ts(e))return e;let t=e.length;if(!as(t))return null;const i=new Array(t);for(;t-- >0;)i[t]=e[t];return i},forEachEntry:(e,t)=>{const i=(e&&e[Symbol.iterator]).call(e);let n;for(;(n=i.next())&&!n.done;){const i=n.value;t.call(e,i[0],i[1])}},matchAll:(e,t)=>{let i;const n=[];for(;null!==(i=e.exec(t));)n.push(i);return n},isHTMLForm:vs,hasOwnProperty:ks,hasOwnProp:ks,reduceDescriptors:Es,freezeMethods:e=>{Es(e,((t,i)=>{if(ls(e)&&-1!==["arguments","caller","callee"].indexOf(i))return!1;const n=e[i];ls(n)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+i+"'")}))}))},toObjectSet:(e,t)=>{const i={},n=e=>{e.forEach((e=>{i[e]=!0}))};return ts(e)?n(e):n(String(e).split(t)),i},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,i){return t.toUpperCase()+i})),noop:()=>{},toFiniteNumber:(e,t)=>(e=+e,Number.isFinite(e)?e:t),findKey:gs,global:As,isContextDefined:fs,ALPHABET:xs,generateString:(e=16,t=xs.ALPHA_DIGIT)=>{let i="";const{length:n}=t;for(;e--;)i+=t[Math.random()*n|0];return i},isSpecCompliantForm:function(e){return!!(e&&ls(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:e=>{const t=new Array(10),i=(e,n)=>{if(rs(e)){if(t.indexOf(e)>=0)return;if(!("toJSON"in e)){t[n]=e;const o=ts(e)?[]:{};return ms(e,((e,t)=>{const l=i(e,n+1);!is(l)&&(o[t]=l)})),t[n]=void 0,o}}return e};return i(e,0)},isAsyncFn:Bs,isThenable:e=>e&&(rs(e)||ls(e))&&ls(e.then)&&ls(e.catch)};function Ss(e,t,i,n,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),i&&(this.config=i),n&&(this.request=n),o&&(this.response=o)}Ns.inherits(Ss,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:Ns.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const _s=Ss.prototype,Is={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((e=>{Is[e]={value:e}})),Object.defineProperties(Ss,Is),Object.defineProperty(_s,"isAxiosError",{value:!0}),Ss.from=(e,t,i,n,o,l)=>{const a=Object.create(_s);return Ns.toFlatObject(e,a,(function(e){return e!==Error.prototype}),(e=>"isAxiosError"!==e)),Ss.call(a,e.message,t,i,n,o),a.cause=e,a.name=e.name,l&&Object.assign(a,l),a};function qs(e){return Ns.isPlainObject(e)||Ns.isArray(e)}function Ds(e){return Ns.endsWith(e,"[]")?e.slice(0,-2):e}function Ts(e,t,i){return e?e.concat(t).map((function(e,t){return e=Ds(e),!i&&t?"["+e+"]":e})).join(i?".":""):t}const Os=Ns.toFlatObject(Ns,{},null,(function(e){return/^is[A-Z]/.test(e)}));function Rs(e,t,i){if(!Ns.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const n=(i=Ns.toFlatObject(i,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!Ns.isUndefined(t[e])}))).metaTokens,o=i.visitor||c,l=i.dots,a=i.indexes,r=(i.Blob||"undefined"!=typeof Blob&&Blob)&&Ns.isSpecCompliantForm(t);if(!Ns.isFunction(o))throw new TypeError("visitor must be a function");function s(e){if(null===e)return"";if(Ns.isDate(e))return e.toISOString();if(!r&&Ns.isBlob(e))throw new Ss("Blob is not supported. Use a Buffer instead.");return Ns.isArrayBuffer(e)||Ns.isTypedArray(e)?r&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function c(e,i,o){let r=e;if(e&&!o&&"object"==typeof e)if(Ns.endsWith(i,"{}"))i=n?i:i.slice(0,-2),e=JSON.stringify(e);else if(Ns.isArray(e)&&function(e){return Ns.isArray(e)&&!e.some(qs)}(e)||(Ns.isFileList(e)||Ns.endsWith(i,"[]"))&&(r=Ns.toArray(e)))return i=Ds(i),r.forEach((function(e,n){!Ns.isUndefined(e)&&null!==e&&t.append(!0===a?Ts([i],n,l):null===a?i:i+"[]",s(e))})),!1;return!!qs(e)||(t.append(Ts(o,i,l),s(e)),!1)}const d=[],u=Object.assign(Os,{defaultVisitor:c,convertValue:s,isVisitable:qs});if(!Ns.isObject(e))throw new TypeError("data must be an object");return function e(i,n){if(!Ns.isUndefined(i)){if(-1!==d.indexOf(i))throw Error("Circular reference detected in "+n.join("."));d.push(i),Ns.forEach(i,(function(i,l){!0===(!(Ns.isUndefined(i)||null===i)&&o.call(t,i,Ns.isString(l)?l.trim():l,n,u))&&e(i,n?n.concat(l):[l])})),d.pop()}}(e),t}function Ms(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function Ls(e,t){this._pairs=[],e&&Rs(e,this,t)}const Us=Ls.prototype;function Fs(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Ps(e,t,i){if(!t)return e;const n=i&&i.encode||Fs,o=i&&i.serialize;let l;if(l=o?o(t,i):Ns.isURLSearchParams(t)?t.toString():new Ls(t,i).toString(n),l){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+l}return e}Us.append=function(e,t){this._pairs.push([e,t])},Us.toString=function(e){const t=e?function(t){return e.call(this,t,Ms)}:Ms;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};var Hs=class{constructor(){this.handlers=[]}use(e,t,i){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!i&&i.synchronous,runWhen:i?i.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){Ns.forEach(this.handlers,(function(t){null!==t&&e(t)}))}},Ks={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1};var js={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:Ls,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},isStandardBrowserEnv:(()=>{let e;return("undefined"==typeof navigator||"ReactNative"!==(e=navigator.product)&&"NativeScript"!==e&&"NS"!==e)&&("undefined"!=typeof window&&"undefined"!=typeof document)})(),isStandardBrowserWebWorkerEnv:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,protocols:["http","https","file","blob","url","data"]};function Qs(e){function t(e,i,n,o){let l=e[o++];const a=Number.isFinite(+l),r=o>=e.length;if(l=!l&&Ns.isArray(n)?n.length:l,r)return Ns.hasOwnProp(n,l)?n[l]=[n[l],i]:n[l]=i,!a;n[l]&&Ns.isObject(n[l])||(n[l]=[]);return t(e,i,n[l],o)&&Ns.isArray(n[l])&&(n[l]=function(e){const t={},i=Object.keys(e);let n;const o=i.length;let l;for(n=0;n<o;n++)l=i[n],t[l]=e[l];return t}(n[l])),!a}if(Ns.isFormData(e)&&Ns.isFunction(e.entries)){const i={};return Ns.forEachEntry(e,((e,n)=>{t(function(e){return Ns.matchAll(/\w+|\[(\w*)]/g,e).map((e=>"[]"===e[0]?"":e[1]||e[0]))}(e),n,i,0)})),i}return null}const zs={"Content-Type":void 0};const Js={transitional:Ks,adapter:["xhr","http"],transformRequest:[function(e,t){const i=t.getContentType()||"",n=i.indexOf("application/json")>-1,o=Ns.isObject(e);o&&Ns.isHTMLForm(e)&&(e=new FormData(e));if(Ns.isFormData(e))return n&&n?JSON.stringify(Qs(e)):e;if(Ns.isArrayBuffer(e)||Ns.isBuffer(e)||Ns.isStream(e)||Ns.isFile(e)||Ns.isBlob(e))return e;if(Ns.isArrayBufferView(e))return e.buffer;if(Ns.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let l;if(o){if(i.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return Rs(e,new js.classes.URLSearchParams,Object.assign({visitor:function(e,t,i,n){return js.isNode&&Ns.isBuffer(e)?(this.append(t,e.toString("base64")),!1):n.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((l=Ns.isFileList(e))||i.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return Rs(l?{"files[]":e}:e,t&&new t,this.formSerializer)}}return o||n?(t.setContentType("application/json",!1),function(e,t,i){if(Ns.isString(e))try{return(t||JSON.parse)(e),Ns.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(i||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||Js.transitional,i=t&&t.forcedJSONParsing,n="json"===this.responseType;if(e&&Ns.isString(e)&&(i&&!this.responseType||n)){const i=!(t&&t.silentJSONParsing)&&n;try{return JSON.parse(e)}catch(e){if(i){if("SyntaxError"===e.name)throw Ss.from(e,Ss.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:js.classes.FormData,Blob:js.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};Ns.forEach(["delete","get","head"],(function(e){Js.headers[e]={}})),Ns.forEach(["post","put","patch"],(function(e){Js.headers[e]=Ns.merge(zs)}));var Xs=Js;const Ws=Ns.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);const Ys=Symbol("internals");function Gs(e){return e&&String(e).trim().toLowerCase()}function Zs(e){return!1===e||null==e?e:Ns.isArray(e)?e.map(Zs):String(e)}function $s(e,t,i,n,o){return Ns.isFunction(n)?n.call(this,t,i):(o&&(t=i),Ns.isString(t)?Ns.isString(n)?-1!==t.indexOf(n):Ns.isRegExp(n)?n.test(t):void 0:void 0)}class ec{constructor(e){e&&this.set(e)}set(e,t,i){const n=this;function o(e,t,i){const o=Gs(t);if(!o)throw new Error("header name must be a non-empty string");const l=Ns.findKey(n,o);(!l||void 0===n[l]||!0===i||void 0===i&&!1!==n[l])&&(n[l||t]=Zs(e))}const l=(e,t)=>Ns.forEach(e,((e,i)=>o(e,i,t)));return Ns.isPlainObject(e)||e instanceof this.constructor?l(e,t):Ns.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim())?l((e=>{const t={};let i,n,o;return e&&e.split("\n").forEach((function(e){o=e.indexOf(":"),i=e.substring(0,o).trim().toLowerCase(),n=e.substring(o+1).trim(),!i||t[i]&&Ws[i]||("set-cookie"===i?t[i]?t[i].push(n):t[i]=[n]:t[i]=t[i]?t[i]+", "+n:n)})),t})(e),t):null!=e&&o(t,e,i),this}get(e,t){if(e=Gs(e)){const i=Ns.findKey(this,e);if(i){const e=this[i];if(!t)return e;if(!0===t)return function(e){const t=Object.create(null),i=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let n;for(;n=i.exec(e);)t[n[1]]=n[2];return t}(e);if(Ns.isFunction(t))return t.call(this,e,i);if(Ns.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=Gs(e)){const i=Ns.findKey(this,e);return!(!i||void 0===this[i]||t&&!$s(0,this[i],i,t))}return!1}delete(e,t){const i=this;let n=!1;function o(e){if(e=Gs(e)){const o=Ns.findKey(i,e);!o||t&&!$s(0,i[o],o,t)||(delete i[o],n=!0)}}return Ns.isArray(e)?e.forEach(o):o(e),n}clear(e){const t=Object.keys(this);let i=t.length,n=!1;for(;i--;){const o=t[i];e&&!$s(0,this[o],o,e,!0)||(delete this[o],n=!0)}return n}normalize(e){const t=this,i={};return Ns.forEach(this,((n,o)=>{const l=Ns.findKey(i,o);if(l)return t[l]=Zs(n),void delete t[o];const a=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((e,t,i)=>t.toUpperCase()+i))}(o):String(o).trim();a!==o&&delete t[o],t[a]=Zs(n),i[a]=!0})),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return Ns.forEach(this,((i,n)=>{null!=i&&!1!==i&&(t[n]=e&&Ns.isArray(i)?i.join(", "):i)})),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([e,t])=>e+": "+t)).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const i=new this(e);return t.forEach((e=>i.set(e))),i}static accessor(e){const t=(this[Ys]=this[Ys]={accessors:{}}).accessors,i=this.prototype;function n(e){const n=Gs(e);t[n]||(!function(e,t){const i=Ns.toCamelCase(" "+t);["get","set","has"].forEach((n=>{Object.defineProperty(e,n+i,{value:function(e,i,o){return this[n].call(this,t,e,i,o)},configurable:!0})}))}(i,e),t[n]=!0)}return Ns.isArray(e)?e.forEach(n):n(e),this}}ec.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),Ns.freezeMethods(ec.prototype),Ns.freezeMethods(ec);var tc=ec;function ic(e,t){const i=this||Xs,n=t||i,o=tc.from(n.headers);let l=n.data;return Ns.forEach(e,(function(e){l=e.call(i,l,o.normalize(),t?t.status:void 0)})),o.normalize(),l}function nc(e){return!(!e||!e.__CANCEL__)}function oc(e,t,i){Ss.call(this,null==e?"canceled":e,Ss.ERR_CANCELED,t,i),this.name="CanceledError"}Ns.inherits(oc,Ss,{__CANCEL__:!0});var lc=js.isStandardBrowserEnv?{write:function(e,t,i,n,o,l){const a=[];a.push(e+"="+encodeURIComponent(t)),Ns.isNumber(i)&&a.push("expires="+new Date(i).toGMTString()),Ns.isString(n)&&a.push("path="+n),Ns.isString(o)&&a.push("domain="+o),!0===l&&a.push("secure"),document.cookie=a.join("; ")},read:function(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}};function ac(e,t){return e&&!/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)?function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}var rc=js.isStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a");let i;function n(i){let n=i;return e&&(t.setAttribute("href",n),n=t.href),t.setAttribute("href",n),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:"/"===t.pathname.charAt(0)?t.pathname:"/"+t.pathname}}return i=n(window.location.href),function(e){const t=Ns.isString(e)?n(e):e;return t.protocol===i.protocol&&t.host===i.host}}():function(){return!0};function sc(e,t){let i=0;const n=function(e,t){e=e||10;const i=new Array(e),n=new Array(e);let o,l=0,a=0;return t=void 0!==t?t:1e3,function(r){const s=Date.now(),c=n[a];o||(o=s),i[l]=r,n[l]=s;let d=a,u=0;for(;d!==l;)u+=i[d++],d%=e;if(l=(l+1)%e,l===a&&(a=(a+1)%e),s-o<t)return;const h=c&&s-c;return h?Math.round(1e3*u/h):void 0}}(50,250);return o=>{const l=o.loaded,a=o.lengthComputable?o.total:void 0,r=l-i,s=n(r);i=l;const c={loaded:l,total:a,progress:a?l/a:void 0,bytes:r,rate:s||void 0,estimated:s&&a&&l<=a?(a-l)/s:void 0,event:o};c[t?"download":"upload"]=!0,e(c)}}const cc={http:null,xhr:"undefined"!=typeof XMLHttpRequest&&function(e){return new Promise((function(t,i){let n=e.data;const o=tc.from(e.headers).normalize(),l=e.responseType;let a;function r(){e.cancelToken&&e.cancelToken.unsubscribe(a),e.signal&&e.signal.removeEventListener("abort",a)}Ns.isFormData(n)&&(js.isStandardBrowserEnv||js.isStandardBrowserWebWorkerEnv?o.setContentType(!1):o.setContentType("multipart/form-data;",!1));let s=new XMLHttpRequest;if(e.auth){const t=e.auth.username||"",i=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";o.set("Authorization","Basic "+btoa(t+":"+i))}const c=ac(e.baseURL,e.url);function d(){if(!s)return;const n=tc.from("getAllResponseHeaders"in s&&s.getAllResponseHeaders());!function(e,t,i){const n=i.config.validateStatus;i.status&&n&&!n(i.status)?t(new Ss("Request failed with status code "+i.status,[Ss.ERR_BAD_REQUEST,Ss.ERR_BAD_RESPONSE][Math.floor(i.status/100)-4],i.config,i.request,i)):e(i)}((function(e){t(e),r()}),(function(e){i(e),r()}),{data:l&&"text"!==l&&"json"!==l?s.response:s.responseText,status:s.status,statusText:s.statusText,headers:n,config:e,request:s}),s=null}if(s.open(e.method.toUpperCase(),Ps(c,e.params,e.paramsSerializer),!0),s.timeout=e.timeout,"onloadend"in s?s.onloadend=d:s.onreadystatechange=function(){s&&4===s.readyState&&(0!==s.status||s.responseURL&&0===s.responseURL.indexOf("file:"))&&setTimeout(d)},s.onabort=function(){s&&(i(new Ss("Request aborted",Ss.ECONNABORTED,e,s)),s=null)},s.onerror=function(){i(new Ss("Network Error",Ss.ERR_NETWORK,e,s)),s=null},s.ontimeout=function(){let t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const n=e.transitional||Ks;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),i(new Ss(t,n.clarifyTimeoutError?Ss.ETIMEDOUT:Ss.ECONNABORTED,e,s)),s=null},js.isStandardBrowserEnv){const t=(e.withCredentials||rc(c))&&e.xsrfCookieName&&lc.read(e.xsrfCookieName);t&&o.set(e.xsrfHeaderName,t)}void 0===n&&o.setContentType(null),"setRequestHeader"in s&&Ns.forEach(o.toJSON(),(function(e,t){s.setRequestHeader(t,e)})),Ns.isUndefined(e.withCredentials)||(s.withCredentials=!!e.withCredentials),l&&"json"!==l&&(s.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&s.addEventListener("progress",sc(e.onDownloadProgress,!0)),"function"==typeof e.onUploadProgress&&s.upload&&s.upload.addEventListener("progress",sc(e.onUploadProgress)),(e.cancelToken||e.signal)&&(a=t=>{s&&(i(!t||t.type?new oc(null,e,s):t),s.abort(),s=null)},e.cancelToken&&e.cancelToken.subscribe(a),e.signal&&(e.signal.aborted?a():e.signal.addEventListener("abort",a)));const u=function(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}(c);u&&-1===js.protocols.indexOf(u)?i(new Ss("Unsupported protocol "+u+":",Ss.ERR_BAD_REQUEST,e)):s.send(n||null)}))}};Ns.forEach(cc,((e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}}));var dc=e=>{e=Ns.isArray(e)?e:[e];const{length:t}=e;let i,n;for(let o=0;o<t&&(i=e[o],!(n=Ns.isString(i)?cc[i.toLowerCase()]:i));o++);if(!n){if(!1===n)throw new Ss(`Adapter ${i} is not supported by the environment`,"ERR_NOT_SUPPORT");throw new Error(Ns.hasOwnProp(cc,i)?`Adapter '${i}' is not available in the build`:`Unknown adapter '${i}'`)}if(!Ns.isFunction(n))throw new TypeError("adapter is not a function");return n};function uc(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new oc(null,e)}function hc(e){uc(e),e.headers=tc.from(e.headers),e.data=ic.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1);return dc(e.adapter||Xs.adapter)(e).then((function(t){return uc(e),t.data=ic.call(e,e.transformResponse,t),t.headers=tc.from(t.headers),t}),(function(t){return nc(t)||(uc(e),t&&t.response&&(t.response.data=ic.call(e,e.transformResponse,t.response),t.response.headers=tc.from(t.response.headers))),Promise.reject(t)}))}const pc=e=>e instanceof tc?e.toJSON():e;function mc(e,t){t=t||{};const i={};function n(e,t,i){return Ns.isPlainObject(e)&&Ns.isPlainObject(t)?Ns.merge.call({caseless:i},e,t):Ns.isPlainObject(t)?Ns.merge({},t):Ns.isArray(t)?t.slice():t}function o(e,t,i){return Ns.isUndefined(t)?Ns.isUndefined(e)?void 0:n(void 0,e,i):n(e,t,i)}function l(e,t){if(!Ns.isUndefined(t))return n(void 0,t)}function a(e,t){return Ns.isUndefined(t)?Ns.isUndefined(e)?void 0:n(void 0,e):n(void 0,t)}function r(i,o,l){return l in t?n(i,o):l in e?n(void 0,i):void 0}const s={url:l,method:l,data:l,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:r,headers:(e,t)=>o(pc(e),pc(t),!0)};return Ns.forEach(Object.keys(Object.assign({},e,t)),(function(n){const l=s[n]||o,a=l(e[n],t[n],n);Ns.isUndefined(a)&&l!==r||(i[n]=a)})),i}const gc="1.4.0",Ac={};["object","boolean","number","function","string","symbol"].forEach(((e,t)=>{Ac[e]=function(i){return typeof i===e||"a"+(t<1?"n ":" ")+e}}));const fc={};Ac.transitional=function(e,t,i){function n(e,t){return"[Axios v1.4.0] Transitional option '"+e+"'"+t+(i?". "+i:"")}return(i,o,l)=>{if(!1===e)throw new Ss(n(o," has been removed"+(t?" in "+t:"")),Ss.ERR_DEPRECATED);return t&&!fc[o]&&(fc[o]=!0,console.warn(n(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(i,o,l)}};var yc={assertOptions:function(e,t,i){if("object"!=typeof e)throw new Ss("options must be an object",Ss.ERR_BAD_OPTION_VALUE);const n=Object.keys(e);let o=n.length;for(;o-- >0;){const l=n[o],a=t[l];if(a){const t=e[l],i=void 0===t||a(t,l,e);if(!0!==i)throw new Ss("option "+l+" must be "+i,Ss.ERR_BAD_OPTION_VALUE)}else if(!0!==i)throw new Ss("Unknown option "+l,Ss.ERR_BAD_OPTION)}},validators:Ac};const bc=yc.validators;class vc{constructor(e){this.defaults=e,this.interceptors={request:new Hs,response:new Hs}}request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=mc(this.defaults,t);const{transitional:i,paramsSerializer:n,headers:o}=t;let l;void 0!==i&&yc.assertOptions(i,{silentJSONParsing:bc.transitional(bc.boolean),forcedJSONParsing:bc.transitional(bc.boolean),clarifyTimeoutError:bc.transitional(bc.boolean)},!1),null!=n&&(Ns.isFunction(n)?t.paramsSerializer={serialize:n}:yc.assertOptions(n,{encode:bc.function,serialize:bc.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase(),l=o&&Ns.merge(o.common,o[t.method]),l&&Ns.forEach(["delete","get","head","post","put","patch","common"],(e=>{delete o[e]})),t.headers=tc.concat(l,o);const a=[];let r=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(r=r&&e.synchronous,a.unshift(e.fulfilled,e.rejected))}));const s=[];let c;this.interceptors.response.forEach((function(e){s.push(e.fulfilled,e.rejected)}));let d,u=0;if(!r){const e=[hc.bind(this),void 0];for(e.unshift.apply(e,a),e.push.apply(e,s),d=e.length,c=Promise.resolve(t);u<d;)c=c.then(e[u++],e[u++]);return c}d=a.length;let h=t;for(u=0;u<d;){const e=a[u++],t=a[u++];try{h=e(h)}catch(e){t.call(this,e);break}}try{c=hc.call(this,h)}catch(e){return Promise.reject(e)}for(u=0,d=s.length;u<d;)c=c.then(s[u++],s[u++]);return c}getUri(e){return Ps(ac((e=mc(this.defaults,e)).baseURL,e.url),e.params,e.paramsSerializer)}}Ns.forEach(["delete","get","head","options"],(function(e){vc.prototype[e]=function(t,i){return this.request(mc(i||{},{method:e,url:t,data:(i||{}).data}))}})),Ns.forEach(["post","put","patch"],(function(e){function t(t){return function(i,n,o){return this.request(mc(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:i,data:n}))}}vc.prototype[e]=t(),vc.prototype[e+"Form"]=t(!0)}));var kc=vc;class Cc{constructor(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");let t;this.promise=new Promise((function(e){t=e}));const i=this;this.promise.then((e=>{if(!i._listeners)return;let t=i._listeners.length;for(;t-- >0;)i._listeners[t](e);i._listeners=null})),this.promise.then=e=>{let t;const n=new Promise((e=>{i.subscribe(e),t=e})).then(e);return n.cancel=function(){i.unsubscribe(t)},n},e((function(e,n,o){i.reason||(i.reason=new oc(e,n,o),t(i.reason))}))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}static source(){let e;return{token:new Cc((function(t){e=t})),cancel:e}}}var Ec=Cc;const wc={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(wc).forEach((([e,t])=>{wc[t]=e}));var Vc=wc;const xc=function e(t){const i=new kc(t),n=Xr(kc.prototype.request,i);return Ns.extend(n,kc.prototype,i,{allOwnKeys:!0}),Ns.extend(n,i,null,{allOwnKeys:!0}),n.create=function(i){return e(mc(t,i))},n}(Xs);xc.Axios=kc,xc.CanceledError=oc,xc.CancelToken=Ec,xc.isCancel=nc,xc.VERSION=gc,xc.toFormData=Rs,xc.AxiosError=Ss,xc.Cancel=xc.CanceledError,xc.all=function(e){return Promise.all(e)},xc.spread=function(e){return function(t){return e.apply(null,t)}},xc.isAxiosError=function(e){return Ns.isObject(e)&&!0===e.isAxiosError},xc.mergeConfig=mc,xc.AxiosHeaders=tc,xc.formToJSON=e=>Qs(Ns.isHTMLForm(e)?new FormData(e):e),xc.HttpStatusCode=Vc,xc.default=xc;var Bc=xc,Nc={version:4,country_calling_codes:{1:["US","AG","AI","AS","BB","BM","BS","CA","DM","DO","GD","GU","JM","KN","KY","LC","MP","MS","PR","SX","TC","TT","VC","VG","VI"],7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"],86:["CN"],90:["TR"],91:["IN"],92:["PK"],93:["AF"],94:["LK"],95:["MM"],98:["IR"],211:["SS"],212:["MA","EH"],213:["DZ"],216:["TN"],218:["LY"],220:["GM"],221:["SN"],222:["MR"],223:["ML"],224:["GN"],225:["CI"],226:["BF"],227:["NE"],228:["TG"],229:["BJ"],230:["MU"],231:["LR"],232:["SL"],233:["GH"],234:["NG"],235:["TD"],236:["CF"],237:["CM"],238:["CV"],239:["ST"],240:["GQ"],241:["GA"],242:["CG"],243:["CD"],244:["AO"],245:["GW"],246:["IO"],247:["AC"],248:["SC"],249:["SD"],250:["RW"],251:["ET"],252:["SO"],253:["DJ"],254:["KE"],255:["TZ"],256:["UG"],257:["BI"],258:["MZ"],260:["ZM"],261:["MG"],262:["RE","YT"],263:["ZW"],264:["NA"],265:["MW"],266:["LS"],267:["BW"],268:["SZ"],269:["KM"],290:["SH","TA"],291:["ER"],297:["AW"],298:["FO"],299:["GL"],350:["GI"],351:["PT"],352:["LU"],353:["IE"],354:["IS"],355:["AL"],356:["MT"],357:["CY"],358:["FI","AX"],359:["BG"],370:["LT"],371:["LV"],372:["EE"],373:["MD"],374:["AM"],375:["BY"],376:["AD"],377:["MC"],378:["SM"],380:["UA"],381:["RS"],382:["ME"],383:["XK"],385:["HR"],386:["SI"],387:["BA"],389:["MK"],420:["CZ"],421:["SK"],423:["LI"],500:["FK"],501:["BZ"],502:["GT"],503:["SV"],504:["HN"],505:["NI"],506:["CR"],507:["PA"],508:["PM"],509:["HT"],590:["GP","BL","MF"],591:["BO"],592:["GY"],593:["EC"],594:["GF"],595:["PY"],596:["MQ"],597:["SR"],598:["UY"],599:["CW","BQ"],670:["TL"],672:["NF"],673:["BN"],674:["NR"],675:["PG"],676:["TO"],677:["SB"],678:["VU"],679:["FJ"],680:["PW"],681:["WF"],682:["CK"],683:["NU"],685:["WS"],686:["KI"],687:["NC"],688:["TV"],689:["PF"],690:["TK"],691:["FM"],692:["MH"],850:["KP"],852:["HK"],853:["MO"],855:["KH"],856:["LA"],880:["BD"],886:["TW"],960:["MV"],961:["LB"],962:["JO"],963:["SY"],964:["IQ"],965:["KW"],966:["SA"],967:["YE"],968:["OM"],970:["PS"],971:["AE"],972:["IL"],973:["BH"],974:["QA"],975:["BT"],976:["MN"],977:["NP"],992:["TJ"],993:["TM"],994:["AZ"],995:["GE"],996:["KG"],998:["UZ"]},countries:{AC:["247","00","(?:[01589]\\d|[46])\\d{4}",[5,6]],AD:["376","00","(?:1|6\\d)\\d{7}|[135-9]\\d{5}",[6,8,9],[["(\\d{3})(\\d{3})","$1 $2",["[135-9]"]],["(\\d{4})(\\d{4})","$1 $2",["1"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]]],AE:["971","00","(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}",[5,6,7,8,9,10,11,12],[["(\\d{3})(\\d{2,9})","$1 $2",["60|8"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[236]|[479][2-8]"],"0$1"],["(\\d{3})(\\d)(\\d{5})","$1 $2 $3",["[479]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"]],"0"],AF:["93","00","[2-7]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"]],"0"],AG:["1","011","(?:268|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([457]\\d{6})$|1","268$1",0,"268"],AI:["1","011","(?:264|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2457]\\d{6})$|1","264$1",0,"264"],AL:["355","00","(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}",[6,7,8,9],[["(\\d{3})(\\d{3,4})","$1 $2",["80|9"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["4[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2358][2-5]|4"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["[23578]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["6"],"0$1"]],"0"],AM:["374","00","(?:[1-489]\\d|55|60|77)\\d{6}",[8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[89]0"],"0 $1"],["(\\d{3})(\\d{5})","$1 $2",["2|3[12]"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["1|47"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[3-9]"],"0$1"]],"0"],AO:["244","00","[29]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[29]"]]]],AR:["54","00","(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}",[10,11],[["(\\d{4})(\\d{2})(\\d{4})","$1 $2-$3",["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])","2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["1"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[68]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2-$3",["[23]"],"0$1",1],["(\\d)(\\d{4})(\\d{2})(\\d{4})","$2 15-$3-$4",["9(?:2[2-469]|3[3-578])","9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))","9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",0,"$1 $2 $3-$4"],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 15-$3-$4",["91"],"0$1",0,"$1 $2 $3-$4"],["(\\d{3})(\\d{3})(\\d{5})","$1-$2-$3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 15-$3-$4",["9"],"0$1",0,"$1 $2 $3-$4"]],"0",0,"0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?","9$1"],AS:["1","011","(?:[58]\\d\\d|684|900)\\d{7}",[10],0,"1",0,"([267]\\d{6})$|1","684$1",0,"684"],AT:["43","00","1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}",[4,5,6,7,8,9,10,11,12,13],[["(\\d)(\\d{3,12})","$1 $2",["1(?:11|[2-9])"],"0$1"],["(\\d{3})(\\d{2})","$1 $2",["517"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["5[079]"],"0$1"],["(\\d{3})(\\d{3,10})","$1 $2",["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"],"0$1"],["(\\d{4})(\\d{3,9})","$1 $2",["[2-467]|5[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["5"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,7})","$1 $2 $3",["5"],"0$1"]],"0"],AU:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}",[5,6,7,8,9,10,12],[["(\\d{2})(\\d{3,4})","$1 $2",["16"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,4})","$1 $2 $3",["16"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["14|4"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[2378]"],"(0$1)"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:30|[89])"]]],"0",0,"(183[12])|0",0,0,0,[["(?:(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\d|2[0-8]))\\d|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90)))\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|3\\d\\d)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}",[9]],["4(?:(?:79|94)[01]|83[0-389])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[0-36-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,["163\\d{2,6}",[5,6,7,8,9]],["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],AW:["297","00","(?:[25-79]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[25-9]"]]]],AX:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}",[5,6,7,8,9,10,11,12],0,"0",0,0,0,0,"18",0,"00"],AZ:["994","00","365\\d{6}|(?:[124579]\\d|60|88)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[28]|2|365|46","1[28]|2|365[45]|46","1[28]|2|365(?:4|5[02])|46"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[13-9]"],"0$1"]],"0"],BA:["387","00","6\\d{8}|(?:[35689]\\d|49|70)\\d{6}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["6[1-3]|[7-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2-$3",["[3-5]|6[56]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["6"],"0$1"]],"0"],BB:["1","011","(?:246|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","246$1",0,"246"],BD:["880","00","[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{4,6})","$1-$2",["31[5-8]|[459]1"],"0$1"],["(\\d{3})(\\d{3,7})","$1-$2",["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"],"0$1"],["(\\d{4})(\\d{3,6})","$1-$2",["[13-9]|22"],"0$1"],["(\\d)(\\d{7,8})","$1-$2",["2"],"0$1"]],"0"],BE:["32","00","4\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:80|9)0"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[239]|4[23]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[15-8]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4"],"0$1"]],"0"],BF:["226","00","[025-7]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[025-7]"]]]],BG:["359","00","00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}",[6,7,8,9,12],[["(\\d)(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["43[1-6]|70[1-9]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:70|8)0"],"0$1"],["(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3",["43[1-7]|7"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[48]|9[08]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"]],"0"],BH:["973","00","[136-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[13679]|8[02-4679]"]]]],BI:["257","00","(?:[267]\\d|31)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2367]"]]]],BJ:["229","00","[24-689]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-689]"]]]],BL:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]],BM:["1","011","(?:441|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","441$1",0,"441"],BN:["673","00","[2-578]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-578]"]]]],BO:["591","00(?:1\\d)?","(?:[2-467]\\d\\d|8001)\\d{5}",[8,9],[["(\\d)(\\d{7})","$1 $2",["[23]|4[46]"]],["(\\d{8})","$1",["[67]"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["8"]]],"0",0,"0(1\\d)?"],BQ:["599","00","(?:[34]1|7\\d)\\d{5}",[7],0,0,0,0,0,0,"[347]"],BR:["55","00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)","(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}",[8,9,10,11],[["(\\d{4})(\\d{4})","$1-$2",["300|4(?:0[02]|37)","4(?:02|37)0|[34]00"]],["(\\d{3})(\\d{2,3})(\\d{4})","$1 $2 $3",["(?:[358]|90)0"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"],"($1)"],["(\\d{2})(\\d{5})(\\d{4})","$1 $2-$3",["[16][1-9]|[2-57-9]"],"($1)"]],"0",0,"(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?","$2"],BS:["1","011","(?:242|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([3-8]\\d{6})$|1","242$1",0,"242"],BT:["975","00","[17]\\d{7}|[2-8]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[2-68]|7[246]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[67]|7"]]]],BW:["267","00","(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}",[7,8,10],[["(\\d{2})(\\d{5})","$1 $2",["90"]],["(\\d{3})(\\d{4})","$1 $2",["[24-6]|3[15-9]"]],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37]"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["8"]]]],BY:["375","810","(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3})","$1 $2",["800"],"8 $1"],["(\\d{3})(\\d{2})(\\d{2,4})","$1 $2 $3",["800"],"8 $1"],["(\\d{4})(\\d{2})(\\d{3})","$1 $2-$3",["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])","1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"],"8 0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["1(?:[56]|7[467])|2[1-3]"],"8 0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-4]"],"8 0$1"],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["[89]"],"8 $1"]],"8",0,"0|80?",0,0,0,0,"8~10"],BZ:["501","00","(?:0800\\d|[2-8])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1-$2",["[2-8]"]],["(\\d)(\\d{3})(\\d{4})(\\d{3})","$1-$2-$3-$4",["0"]]]],CA:["1","011","(?:[2-8]\\d|90)\\d{8}|3\\d{6}",[7,10],0,"1",0,0,0,0,0,[["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}",[10]],["",[10]],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}",[10]],["900[2-9]\\d{6}",[10]],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:00|2[125-9]|33|44|66|77|88)|622)[2-9]\\d{6}",[10]],0,["310\\d{4}",[7]],0,["600[2-9]\\d{6}",[10]]]],CC:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}",[9]],["4(?:(?:79|94)[01]|83[0-389])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[0-36-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CD:["243","00","[189]\\d{8}|[1-68]\\d{6}",[7,9],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[1-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]"],"0$1"]],"0"],CF:["236","00","(?:[27]\\d{3}|8776)\\d{4}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[278]"]]]],CG:["242","00","222\\d{6}|(?:0\\d|80)\\d{7}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[02]"]]]],CH:["41","00","8\\d{11}|[2-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8[047]|90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]|81"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["8"],"0$1"]],"0"],CI:["225","00","[02]\\d{9}",[10],[["(\\d{2})(\\d{2})(\\d)(\\d{5})","$1 $2 $3 $4",["2"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3 $4",["0"]]]],CK:["682","00","[2-578]\\d{4}",[5],[["(\\d{2})(\\d{3})","$1 $2",["[2-578]"]]]],CL:["56","(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0","12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}",[9,10,11],[["(\\d{5})(\\d{4})","$1 $2",["219","2196"],"($1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["44"]],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2[1-36]"],"($1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["9[2-9]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"],"($1)"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["60|8"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{3})(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3 $4",["60"]]]],CM:["237","00","[26]\\d{8}|88\\d{6,7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["88"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[26]|88"]]]],CN:["86","00|1(?:[12]\\d|79)\\d\\d00","1[127]\\d{8,9}|2\\d{9}(?:\\d{2})?|[12]\\d{6,7}|86\\d{6}|(?:1[03-689]\\d|6)\\d{7,9}|(?:[3-579]\\d|8[0-57-9])\\d{6,9}",[7,8,9,10,11,12],[["(\\d{2})(\\d{5,6})","$1 $2",["(?:10|2[0-57-9])[19]","(?:10|2[0-57-9])(?:10|9[56])","10(?:10|9[56])|2[0-57-9](?:100|9[56])"],"0$1"],["(\\d{3})(\\d{5,6})","$1 $2",["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]","(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]","85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])","85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["(?:4|80)0"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|2(?:[02-57-9]|1[1-9])","10|2(?:[02-57-9]|1[1-9])","10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"],"0$1",1],["(\\d{3})(\\d{7,8})","$1 $2",["9"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["80"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[3-578]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["1[3-9]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3 $4",["[12]"],"0$1",1]],"0",0,"(1(?:[12]\\d|79)\\d\\d)|0",0,0,0,0,"00"],CO:["57","00(?:4(?:[14]4|56)|[579])","(?:60\\d\\d|9101)\\d{6}|(?:1\\d|3)\\d{9}",[10,11],[["(\\d{3})(\\d{7})","$1 $2",["6"],"($1)"],["(\\d{3})(\\d{7})","$1 $2",["3[0-357]|91"]],["(\\d)(\\d{3})(\\d{7})","$1-$2-$3",["1"],"0$1",0,"$1 $2 $3"]],"0",0,"0([3579]|4(?:[14]4|56))?"],CR:["506","00","(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}",[8,10],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[3-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[89]"]]],0,0,"(19(?:0[0-2468]|1[09]|20|66|77|99))"],CU:["53","119","[27]\\d{6,7}|[34]\\d{5,7}|63\\d{6}|(?:5|8\\d\\d)\\d{7}",[6,7,8,10],[["(\\d{2})(\\d{4,6})","$1 $2",["2[1-4]|[34]"],"(0$1)"],["(\\d)(\\d{6,7})","$1 $2",["7"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["[56]"],"0$1"],["(\\d{3})(\\d{7})","$1 $2",["8"],"0$1"]],"0"],CV:["238","0","(?:[2-59]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2-589]"]]]],CW:["599","00","(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[3467]"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["9[4-8]"]]],0,0,0,0,0,"[69]"],CX:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}",[9]],["4(?:(?:79|94)[01]|83[0-389])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[0-36-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CY:["357","00","(?:[279]\\d|[58]0)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[257-9]"]]]],CZ:["420","00","(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]|9[015-7]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3 $4",["96"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]]],DE:["49","00","[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}",[4,5,6,7,8,9,10,11,12,13,14,15],[["(\\d{2})(\\d{3,13})","$1 $2",["3[02]|40|[68]9"],"0$1"],["(\\d{3})(\\d{3,12})","$1 $2",["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1","2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"],"0$1"],["(\\d{4})(\\d{2,11})","$1 $2",["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]","[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["138"],"0$1"],["(\\d{5})(\\d{2,10})","$1 $2",["3"],"0$1"],["(\\d{3})(\\d{5,11})","$1 $2",["181"],"0$1"],["(\\d{3})(\\d)(\\d{4,10})","$1 $2 $3",["1(?:3|80)|9"],"0$1"],["(\\d{3})(\\d{7,8})","$1 $2",["1[67]"],"0$1"],["(\\d{3})(\\d{7,12})","$1 $2",["8"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["185","1850","18500"],"0$1"],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["18[68]"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["15[1279]"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["15[03568]","15(?:[0568]|31)"],"0$1"],["(\\d{3})(\\d{8})","$1 $2",["18"],"0$1"],["(\\d{3})(\\d{2})(\\d{7,8})","$1 $2 $3",["1(?:6[023]|7)"],"0$1"],["(\\d{4})(\\d{2})(\\d{7})","$1 $2 $3",["15[279]"],"0$1"],["(\\d{3})(\\d{2})(\\d{8})","$1 $2 $3",["15"],"0$1"]],"0"],DJ:["253","00","(?:2\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[27]"]]]],DK:["45","00","[2-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-9]"]]]],DM:["1","011","(?:[58]\\d\\d|767|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","767$1",0,"767"],DO:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,0,0,0,"8001|8[024]9"],DZ:["213","00","(?:[1-4]|[5-79]\\d|80)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["9"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-8]"],"0$1"]],"0"],EC:["593","00","1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}",[8,9,10,11],[["(\\d)(\\d{3})(\\d{4})","$1 $2-$3",["[2-7]"],"(0$1)",0,"$1-$2-$3"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{3})(\\d{3,4})","$1 $2 $3",["1"]]],"0"],EE:["372","00","8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88","[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]],["(\\d{4})(\\d{3,4})","$1 $2",["[45]|8(?:00|[1-49])","[45]|8(?:00[1-9]|[1-49])"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],EG:["20","00","[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}",[8,9,10],[["(\\d)(\\d{7,8})","$1 $2",["[23]"],"0$1"],["(\\d{2})(\\d{6,7})","$1 $2",["1[35]|[4-6]|8[2468]|9[235-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{8})","$1 $2",["1"],"0$1"]],"0"],EH:["212","00","[5-8]\\d{8}",[9],0,"0",0,0,0,0,"528[89]"],ER:["291","00","[178]\\d{6}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[178]"],"0$1"]],"0"],ES:["34","00","[5-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]00"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-9]"]]]],ET:["251","00","(?:11|[2-579]\\d)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-579]"],"0$1"]],"0"],FI:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}",[5,6,7,8,9,10,11,12],[["(\\d{5})","$1",["20[2-59]"],"0$1"],["(\\d{3})(\\d{3,7})","$1 $2",["(?:[1-3]0|[68])0|70[07-9]"],"0$1"],["(\\d{2})(\\d{4,8})","$1 $2",["[14]|2[09]|50|7[135]"],"0$1"],["(\\d{2})(\\d{6,10})","$1 $2",["7"],"0$1"],["(\\d)(\\d{4,9})","$1 $2",["(?:1[3-79]|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"],"0$1"]],"0",0,0,0,0,"1[03-79]|[2-9]",0,"00"],FJ:["679","0(?:0|52)","45\\d{5}|(?:0800\\d|[235-9])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1 $2",["[235-9]|45"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]]],0,0,0,0,0,0,0,"00"],FK:["500","00","[2-7]\\d{4}",[5]],FM:["691","00","(?:[39]\\d\\d|820)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[389]"]]]],FO:["298","00","[2-9]\\d{5}",[6],[["(\\d{6})","$1",["[2-9]"]]],0,0,"(10(?:01|[12]0|88))"],FR:["33","00","[1-9]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0 $1"],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[1-79]"],"0$1"]],"0"],GA:["241","00","(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}",[7,8],[["(\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-7]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["11|[67]"],"0$1"]],0,0,"0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})","$1"],GB:["44","00","[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}",[7,9,10],[["(\\d{3})(\\d{4})","$1 $2",["800","8001","80011","800111","8001111"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["845","8454","84546","845464"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["800"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:(?:38|69)7|5(?:24|39)|768|946)","1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["1(?:[2-69][02-9]|[78])"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[25]|7(?:0|6[02-9])","[25]|7(?:0|6(?:[03-9]|2[356]))"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[1389]"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0235])|4(?:[0-5]\\d\\d|69[7-9]|70[0-79])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-2]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}",[9,10]],["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]],0," x"],GD:["1","011","(?:473|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","473$1",0,"473"],GE:["995","00","(?:[3-57]\\d\\d|800)\\d{6}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["32"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[57]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[348]"],"0$1"]],"0"],GF:["594","00","[56]94\\d{6}|(?:80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[56]|9[47]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[89]"],"0$1"]],"0"],GG:["44","00","(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?",[7,9,10],0,"0",0,"([25-9]\\d{5})$|0","1481$1",0,0,[["1481[25-9]\\d{5}",[10]],["7(?:(?:781|839)\\d|911[17])\\d{5}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]]],GH:["233","00","(?:[235]\\d{3}|800)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[235]"],"0$1"]],"0"],GI:["350","00","(?:[25]\\d|60)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["2"]]]],GL:["299","00","(?:19|[2-689]\\d|70)\\d{4}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["19|[2-9]"]]]],GM:["220","00","[2-9]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],GN:["224","00","722\\d{6}|(?:3|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["3"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[67]"]]]],GP:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]],GQ:["240","00","222\\d{6}|(?:3\\d|55|[89]0)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235]"]],["(\\d{3})(\\d{6})","$1 $2",["[89]"]]]],GR:["30","00","5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}",[10,11,12],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["21|7"]],["(\\d{4})(\\d{6})","$1 $2",["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2689]"]],["(\\d{3})(\\d{3,4})(\\d{5})","$1 $2 $3",["8"]]]],GT:["502","00","80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1 $2",["[2-8]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],GU:["1","011","(?:[58]\\d\\d|671|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","671$1",0,"671"],GW:["245","00","[49]\\d{8}|4\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["40"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"]]]],GY:["592","001","(?:[2-8]\\d{3}|9008)\\d{3}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],HK:["852","00(?:30|5[09]|[126-9]?)","8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}",[5,6,7,8,9,11],[["(\\d{3})(\\d{2,5})","$1 $2",["900","9003"]],["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{3})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]],0,0,0,0,0,0,0,"00"],HN:["504","00","8\\d{10}|[237-9]\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1-$2",["[237-9]"]]]],HR:["385","00","(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}",[6,7,8,9],[["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["6[01]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{4})(\\d{3})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6|7[245]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-57]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"]],"0"],HT:["509","00","(?:[2-489]\\d|55)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[2-589]"]]]],HU:["36","00","[235-7]\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"06 $1"]],"06"],ID:["62","00[89]","(?:(?:00[1-9]|8\\d)\\d{4}|[1-36])\\d{6}|00\\d{10}|[1-9]\\d{8,10}|[2-9]\\d{7}",[7,8,9,10,11,12,13],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["15"]],["(\\d{2})(\\d{5,9})","$1 $2",["2[124]|[36]1"],"(0$1)"],["(\\d{3})(\\d{5,7})","$1 $2",["800"],"0$1"],["(\\d{3})(\\d{5,8})","$1 $2",["[2-79]"],"(0$1)"],["(\\d{3})(\\d{3,4})(\\d{3})","$1-$2-$3",["8[1-35-9]"],"0$1"],["(\\d{3})(\\d{6,8})","$1 $2",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["804"],"0$1"],["(\\d{3})(\\d)(\\d{3})(\\d{3})","$1 $2 $3 $4",["80"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1-$2-$3",["8"],"0$1"]],"0"],IE:["353","00","(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["2[24-9]|47|58|6[237-9]|9[35-9]"],"(0$1)"],["(\\d{3})(\\d{5})","$1 $2",["[45]0"],"(0$1)"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["1"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2569]|4[1-69]|7[14]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["81"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[78]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["4"],"(0$1)"],["(\\d{2})(\\d)(\\d{3})(\\d{4})","$1 $2 $3 $4",["8"],"0$1"]],"0"],IL:["972","0(?:0|1[2-9])","1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}",[7,8,9,10,11,12],[["(\\d{4})(\\d{3})","$1-$2",["125"]],["(\\d{4})(\\d{2})(\\d{2})","$1-$2-$3",["121"]],["(\\d)(\\d{3})(\\d{4})","$1-$2-$3",["[2-489]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1-$2-$3",["12"]],["(\\d{4})(\\d{6})","$1-$2",["159"]],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3-$4",["1[7-9]"]],["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})","$1-$2 $3-$4",["15"]]],"0"],IM:["44","00","1624\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([25-8]\\d{5})$|0","1624$1",0,"74576|(?:16|7[56])24"],IN:["91","00","(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}",[8,9,10,11,12,13],[["(\\d{8})","$1",["5(?:0|2[23]|3[03]|[67]1|88)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"],0,1],["(\\d{4})(\\d{4,5})","$1 $2",["180","1800"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["140"],0,1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["11|2[02]|33|4[04]|79[1-7]|80[2-46]","11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])","11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"],"0$1",1],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807","1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]","1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"],"0$1",1],["(\\d{5})(\\d{5})","$1 $2",["[6-9]"],"0$1",1],["(\\d{4})(\\d{2,4})(\\d{4})","$1 $2 $3",["1(?:6|8[06])","1(?:6|8[06]0)"],0,1],["(\\d{4})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["18"],0,1]],"0"],IO:["246","00","3\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["3"]]]],IQ:["964","00","(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-6]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],IR:["98","00","[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}",[4,5,6,7,10],[["(\\d{4,5})","$1",["96"],"0$1"],["(\\d{2})(\\d{4,5})","$1 $2",["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[1-8]"],"0$1"]],"0"],IS:["354","00|1(?:0(?:01|[12]0)|100)","(?:38\\d|[4-9])\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["[4-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["3"]]],0,0,0,0,0,0,0,"00"],IT:["39","00","0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?",[6,7,8,9,10,11],[["(\\d{2})(\\d{4,6})","$1 $2",["0[26]"]],["(\\d{3})(\\d{3,6})","$1 $2",["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])","0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]],["(\\d{4})(\\d{2,6})","$1 $2",["0(?:[13-579][2-46-8]|8[236-8])"]],["(\\d{4})(\\d{4})","$1 $2",["894"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[26]|5"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["1(?:44|[679])|[378]|43"]],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[13-57-9][0159]|14"]],["(\\d{2})(\\d{4})(\\d{5})","$1 $2 $3",["0[26]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["3"]]],0,0,0,0,0,0,[["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"],["3[2-9]\\d{7,8}|(?:31|43)\\d{8}",[9,10]],["80(?:0\\d{3}|3)\\d{3}",[6,9]],["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}",[6,8,9,10]],["1(?:78\\d|99)\\d{6}",[9,10]],0,0,0,["55\\d{8}",[10]],["84(?:[08]\\d{3}|[17])\\d{3}",[6,9]]]],JE:["44","00","1534\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([0-24-8]\\d{5})$|0","1534$1",0,0,[["1534[0-24-8]\\d{5}"],["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"],["80(?:07(?:35|81)|8901)\\d{4}"],["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"],["701511\\d{4}"],0,["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"],["56\\d{8}"]]],JM:["1","011","(?:[58]\\d\\d|658|900)\\d{7}",[10],0,"1",0,0,0,0,"658|876"],JO:["962","00","(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2356]|87"],"(0$1)"],["(\\d{3})(\\d{5,6})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["70"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],JP:["81","010","00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}",[8,9,10,11,12,13,14,15,16,17],[["(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3",["(?:12|57|99)0"],"0$1"],["(\\d{4})(\\d)(\\d{4})","$1-$2-$3",["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2-$3",["[36]|4(?:2[09]|7[01])","[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"],"0$1"],["(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["[14]|[289][2-9]|5[3-9]|7[2-4679]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["800"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[257-9]"],"0$1"]],"0",0,"(000[259]\\d{6})$|(?:(?:003768)0?)|0","$1"],KE:["254","000","(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}",[7,8,9,10],[["(\\d{2})(\\d{5,7})","$1 $2",["[24-6]"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[17]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0"],KG:["996","00","8\\d{9}|[235-9]\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["3(?:1[346]|[24-79])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-79]|88"],"0$1"],["(\\d{3})(\\d{3})(\\d)(\\d{2,3})","$1 $2 $3 $4",["8"],"0$1"]],"0"],KH:["855","00[14-9]","1\\d{9}|[1-9]\\d{7,8}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],KI:["686","00","(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}",[5,8],0,"0"],KM:["269","00","[3478]\\d{6}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[3478]"]]]],KN:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","869$1",0,"869"],KP:["850","00|99","85\\d{6}|(?:19\\d|[2-7])\\d{7}",[8,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"]],"0"],KR:["82","00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))","00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}",[5,6,8,9,10,11,12,13,14],[["(\\d{2})(\\d{3,4})","$1-$2",["(?:3[1-3]|[46][1-4]|5[1-5])1"],"0$1"],["(\\d{4})(\\d{4})","$1-$2",["1"]],["(\\d)(\\d{3,4})(\\d{4})","$1-$2-$3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60|8"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1-$2-$3",["[1346]|5[1-5]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{2})(\\d{5})(\\d{4})","$1-$2-$3",["5"],"0$1"]],"0",0,"0(8(?:[1-46-8]|5\\d\\d))?"],KW:["965","00","18\\d{5}|(?:[2569]\\d|41)\\d{6}",[7,8],[["(\\d{4})(\\d{3,4})","$1 $2",["[169]|2(?:[235]|4[1-35-9])|52"]],["(\\d{3})(\\d{5})","$1 $2",["[245]"]]]],KY:["1","011","(?:345|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","345$1",0,"345"],KZ:["7","810","(?:33622|8\\d{8})\\d{5}|[78]\\d{9}",[10,14],0,"8",0,0,0,0,"33|7",0,"8~10"],LA:["856","00","[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2[13]|3[14]|[4-8]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["30[013-9]"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[23]"],"0$1"]],"0"],LB:["961","00","[27-9]\\d{7}|[13-9]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27-9]"]]],"0"],LC:["1","011","(?:[58]\\d\\d|758|900)\\d{7}",[10],0,"1",0,"([2-8]\\d{6})$|1","758$1",0,"758"],LI:["423","00","[68]\\d{8}|(?:[2378]\\d|90)\\d{5}",[7,9],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2379]|8(?:0[09]|7)","[2379]|8(?:0(?:02|9)|7)"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["69"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]],"0",0,"(1001)|0"],LK:["94","00","[1-9]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[1-689]"],"0$1"]],"0"],LR:["231","00","(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["4[67]|[56]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-578]"],"0$1"]],"0"],LS:["266","00","(?:[256]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2568]"]]]],LT:["370","00","(?:[3469]\\d|52|[78]0)\\d{6}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["52[0-7]"],"(8-$1)",1],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[7-9]"],"8 $1",1],["(\\d{2})(\\d{6})","$1 $2",["37|4(?:[15]|6[1-8])"],"(8-$1)",1],["(\\d{3})(\\d{5})","$1 $2",["[3-6]"],"(8-$1)",1]],"8",0,"[08]"],LU:["352","00","35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}",[4,5,6,7,8,9,10,11],[["(\\d{2})(\\d{3})","$1 $2",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["20[2-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4",["2(?:[0367]|4[3-8])"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["80[01]|90[015]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["20"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4 $5",["2(?:[0367]|4[3-8])"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})","$1 $2 $3 $4",["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]],0,0,"(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"],LV:["371","00","(?:[268]\\d|90)\\d{6}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[269]|8[01]"]]]],LY:["218","00","[2-9]\\d{8}",[9],[["(\\d{2})(\\d{7})","$1-$2",["[2-9]"],"0$1"]],"0"],MA:["212","00","[5-8]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5[45]"],"0$1"],["(\\d{4})(\\d{5})","$1-$2",["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"],"0$1"],["(\\d{2})(\\d{7})","$1-$2",["8"],"0$1"],["(\\d{3})(\\d{6})","$1-$2",["[5-7]"],"0$1"]],"0",0,0,0,0,0,[["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"],["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-4]|5[01]|8[0-3]))\\d{6}"],["80[0-7]\\d{6}"],["89\\d{7}"],0,0,0,0,["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]],MC:["377","00","(?:[3489]|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["4"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[389]"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["6"],"0$1"]],"0"],MD:["373","00","(?:[235-7]\\d|[89]0)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["22|3"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[25-7]"],"0$1"]],"0"],ME:["382","00","(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"0$1"]],"0"],MF:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]],MG:["261","00","[23]\\d{8}",[9],[["(\\d{2})(\\d{2})(\\d{3})(\\d{2})","$1 $2 $3 $4",["[23]"],"0$1"]],"0",0,"([24-9]\\d{6})$|0","20$1"],MH:["692","011","329\\d{4}|(?:[256]\\d|45)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1-$2",["[2-6]"]]],"1"],MK:["389","00","[2-578]\\d{7}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2|34[47]|4(?:[37]7|5[47]|64)"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[347]"],"0$1"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["[58]"],"0$1"]],"0"],ML:["223","00","[24-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-9]"]]]],MM:["95","00","1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}",[6,7,8,9,10],[["(\\d)(\\d{2})(\\d{3})","$1 $2 $3",["16|2"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[4-7]|8[1-35]"],"0$1"],["(\\d)(\\d{3})(\\d{4,6})","$1 $2 $3",["9(?:2[0-4]|[35-9]|4[137-9])"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["92"],"0$1"],["(\\d)(\\d{5})(\\d{4})","$1 $2 $3",["9"],"0$1"]],"0"],MN:["976","001","[12]\\d{7,9}|[5-9]\\d{7}",[8,9,10],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[12]1"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[5-9]"]],["(\\d{3})(\\d{5,6})","$1 $2",["[12]2[1-3]"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["[12](?:27|3[2-8]|4[2-68]|5[1-4689])","[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["[12]"],"0$1"]],"0"],MO:["853","00","0800\\d{3}|(?:28|[68]\\d)\\d{6}",[7,8],[["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{4})(\\d{4})","$1 $2",["[268]"]]]],MP:["1","011","[58]\\d{9}|(?:67|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","670$1",0,"670"],MQ:["596","00","596\\d{6}|(?:69|80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],MR:["222","00","(?:[2-4]\\d\\d|800)\\d{5}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-48]"]]]],MS:["1","011","(?:[58]\\d\\d|664|900)\\d{7}",[10],0,"1",0,"([34]\\d{6})$|1","664$1",0,"664"],MT:["356","00","3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2357-9]"]]]],MU:["230","0(?:0|[24-7]0|3[03])","(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[2-46]|8[013]"]],["(\\d{4})(\\d{4})","$1 $2",["[57]"]],["(\\d{5})(\\d{5})","$1 $2",["8"]]],0,0,0,0,0,0,0,"020"],MV:["960","0(?:0|19)","(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}",[7,10],[["(\\d{3})(\\d{4})","$1-$2",["[34679]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"]]],0,0,0,0,0,0,0,"00"],MW:["265","00","(?:[1289]\\d|31|77)\\d{7}|1\\d{6}",[7,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["1[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[137-9]"],"0$1"]],"0"],MX:["52","0[09]","1(?:(?:22|44|7[27]|87|99)[1-9]|65[0-689])\\d{7}|(?:1(?:[01]\\d|2[13-9]|[35][1-9]|4[0-35-9]|6[0-46-9]|7[013-689]|8[1-69]|9[1-8])|[2-9]\\d)\\d{8}",[10,11],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["33|5[56]|81"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2-9]"],0,1],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 $3 $4",["1(?:33|5[56]|81)"],0,1],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 $3 $4",["1"],0,1]],"01",0,"0(?:[12]|4[45])|1",0,0,0,0,"00"],MY:["60","00","1\\d{8,9}|(?:3\\d|[4-9])\\d{7}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1-$2 $3",["[4-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1-$2 $3",["1(?:[02469]|[378][1-9]|53)|8","1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2 $3",["3"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3-$4",["1(?:[367]|80)"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2 $3",["15"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2 $3",["1"],"0$1"]],"0"],MZ:["258","00","(?:2|8\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2|8[2-79]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],NA:["264","00","[68]\\d{7,8}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["87"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],NC:["687","00","(?:050|[2-57-9]\\d\\d)\\d{3}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1.$2.$3",["[02-57-9]"]]]],NE:["227","00","[027-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["08"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[089]|2[013]|7[047]"]]]],NF:["672","00","[13]\\d{5}",[6],[["(\\d{2})(\\d{4})","$1 $2",["1[0-3]"]],["(\\d)(\\d{5})","$1 $2",["[13]"]]],0,0,"([0-258]\\d{4})$","3$1"],NG:["234","009","2[0-24-9]\\d{8}|[78]\\d{10,13}|[7-9]\\d{9}|[1-9]\\d{7}|[124-7]\\d{6}",[7,8,10,11,12,13,14],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["78"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]|9(?:0[3-9]|[1-9])"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[3-6]|7(?:0[0-689]|[1-79])|8[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[7-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["20[129]"],"0$1"],["(\\d{4})(\\d{2})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["[78]"],"0$1"],["(\\d{3})(\\d{5})(\\d{5,6})","$1 $2 $3",["[78]"],"0$1"]],"0"],NI:["505","00","(?:1800|[25-8]\\d{3})\\d{4}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[125-8]"]]]],NL:["31","00","(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}",[5,6,7,8,9,10,11],[["(\\d{3})(\\d{4,7})","$1 $2",["[89]0"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["66"],"0$1"],["(\\d)(\\d{8})","$1 $2",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-578]|91"],"0$1"],["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3",["9"],"0$1"]],"0"],NO:["47","00","(?:0|[2-9]\\d{3})\\d{4}",[5,8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]"]]],0,0,0,0,0,"[02-689]|7[0-8]"],NP:["977","00","(?:1\\d|9)\\d{9}|[1-9]\\d{7}",[8,10,11],[["(\\d)(\\d{7})","$1-$2",["1[2-6]"],"0$1"],["(\\d{2})(\\d{6})","$1-$2",["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"],"0$1"],["(\\d{3})(\\d{7})","$1-$2",["9"]]],"0"],NR:["674","00","(?:444|(?:55|8\\d)\\d|666)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[4-68]"]]]],NU:["683","00","(?:[4-7]|888\\d)\\d{3}",[4,7],[["(\\d{3})(\\d{4})","$1 $2",["8"]]]],NZ:["64","0(?:0|161)","[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,8})","$1 $2",["8[1-79]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["50[036-8]|8|90","50(?:[0367]|88)|8|90"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["24|[346]|7[2-57-9]|9[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:10|74)|[589]"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["1|2[028]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,5})","$1 $2 $3",["2(?:[169]|7[0-35-9])|7"],"0$1"]],"0",0,0,0,0,0,0,"00"],OM:["968","00","(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}",[7,8,9],[["(\\d{3})(\\d{4,6})","$1 $2",["[58]"]],["(\\d{2})(\\d{6})","$1 $2",["2"]],["(\\d{4})(\\d{4})","$1 $2",["[179]"]]]],PA:["507","00","(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}",[7,8,10,11],[["(\\d{3})(\\d{4})","$1-$2",["[1-57-9]"]],["(\\d{4})(\\d{4})","$1-$2",["[68]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]]],PE:["51","00|19(?:1[124]|77|90)00","(?:[14-8]|9\\d)\\d{7}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["80"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["1"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[4-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"]]],"0",0,0,0,0,0,0,"00"," Anexo "],PF:["689","00","4\\d{5}(?:\\d{2})?|8\\d{7,8}",[6,8,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["44"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4|8[7-9]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],PG:["675","00|140[1-3]","(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["18|[2-69]|85"]],["(\\d{4})(\\d{4})","$1 $2",["[78]"]]],0,0,0,0,0,0,0,"00"],PH:["63","00","(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}",[6,8,9,10,11,12,13],[["(\\d)(\\d{5})","$1 $2",["2"],"(0$1)"],["(\\d{4})(\\d{4,6})","$1 $2",["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2","3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"],"(0$1)"],["(\\d{5})(\\d{4})","$1 $2",["346|4(?:27|9[35])|883","3469|4(?:279|9(?:30|56))|8834"],"(0$1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|8[2-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})","$1 $2 $3 $4",["1"]]],"0"],PK:["92","00","122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,7})","$1 $2 $3",["[89]0"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["1"]],["(\\d{3})(\\d{6,7})","$1 $2",["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])","9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"],"(0$1)"],["(\\d{2})(\\d{7,8})","$1 $2",["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"],"(0$1)"],["(\\d{5})(\\d{5})","$1 $2",["58"],"(0$1)"],["(\\d{3})(\\d{7})","$1 $2",["3"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[24-9]"],"(0$1)"]],"0"],PL:["48","00","(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}",[6,7,8,9,10],[["(\\d{5})","$1",["19"]],["(\\d{3})(\\d{3})","$1 $2",["11|20|64"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1","(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["64"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[2-8]|[2-7]|8[1-79]|9[145]"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["8"]]]],PM:["508","00","[45]\\d{5}|(?:708|80\\d)\\d{6}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[45]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],PR:["1","011","(?:[589]\\d\\d|787)\\d{7}",[10],0,"1",0,0,0,0,"787|939"],PS:["970","00","[2489]2\\d{6}|(?:1\\d|5)\\d{8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2489]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["5"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],PT:["351","00","1693\\d{5}|(?:[26-9]\\d|30)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["2[12]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["16|[236-9]"]]]],PW:["680","01[12]","(?:[24-8]\\d\\d|345|900)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],PY:["595","00","59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3,6})","$1 $2",["[2-9]0"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"],"(0$1)"],["(\\d{3})(\\d{4,5})","$1 $2",["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["87"]],["(\\d{3})(\\d{6})","$1 $2",["9(?:[5-79]|8[1-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["9"]]],"0"],QA:["974","00","800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}",[7,8,9,11],[["(\\d{3})(\\d{4})","$1 $2",["2[16]|8"]],["(\\d{4})(\\d{4})","$1 $2",["[3-7]"]]]],RE:["262","00","(?:26|[689]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2689]"],"0$1"]],"0",0,0,0,0,0,[["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"],["69(?:2\\d\\d|3(?:[06][0-6]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))\\d{4}"],["80\\d{7}"],["89[1-37-9]\\d{6}"],0,0,0,0,["9(?:399[0-3]|479[0-5]|76(?:2[27]|3[0-37]))\\d{4}"],["8(?:1[019]|2[0156]|84|90)\\d{6}"]]],RO:["40","00","(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}",[6,9],[["(\\d{3})(\\d{3})","$1 $2",["2[3-6]","2[3-6]\\d9"],"0$1"],["(\\d{2})(\\d{4})","$1 $2",["219|31"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23]1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[236-9]"],"0$1"]],"0",0,0,0,0,0,0,0," int "],RS:["381","00","38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}",[6,7,8,9,10,11,12],[["(\\d{3})(\\d{3,9})","$1 $2",["(?:2[389]|39)0|[7-9]"],"0$1"],["(\\d{2})(\\d{5,10})","$1 $2",["[1-36]"],"0$1"]],"0"],RU:["7","810","8\\d{13}|[347-9]\\d{9}",[10,14],[["(\\d{4})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-8]|2[1-9])","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"],"8 ($1)",1],["(\\d{5})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-68]|2[1-9])","7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))","7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[349]|8(?:[02-7]|1[1-8])"],"8 ($1)",1],["(\\d{4})(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3 $4",["8"],"8 ($1)"]],"8",0,0,0,0,"3[04-689]|[489]",0,"8~10"],RW:["250","00","(?:06|[27]\\d\\d|[89]00)\\d{6}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[7-9]"],"0$1"]],"0"],SA:["966","00","92\\d{7}|(?:[15]|8\\d)\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["9"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["81"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]],"0"],SB:["677","0[01]","(?:[1-6]|[7-9]\\d\\d)\\d{4}",[5,7],[["(\\d{2})(\\d{5})","$1 $2",["7|8[4-9]|9(?:[1-8]|9[0-8])"]]]],SC:["248","010|0[0-2]","800\\d{4}|(?:[249]\\d|64)\\d{5}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[246]|9[57]"]]],0,0,0,0,0,0,0,"00"],SD:["249","00","[19]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[19]"],"0$1"]],"0"],SE:["46","00","(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{2,3})(\\d{2})","$1-$2 $3",["20"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{4})","$1-$2",["9(?:00|39|44|9)"],"0$1",0,"$1 $2"],["(\\d{2})(\\d{3})(\\d{2})","$1-$2 $3",["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3"],["(\\d)(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2,3})(\\d{2})","$1-$2 $3",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{2,3})(\\d{3})","$1-$2 $3",["9(?:00|39|44)"],"0$1",0,"$1 $2 $3"],["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3 $4"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["10|7"],"0$1",0,"$1 $2 $3 $4"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1-$2 $3 $4",["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{3})","$1-$2 $3 $4",["9"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4 $5",["[26]"],"0$1",0,"$1 $2 $3 $4 $5"]],"0"],SG:["65","0[0-3]\\d","(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}",[8,10,11],[["(\\d{4})(\\d{4})","$1 $2",["[369]|8(?:0[1-9]|[1-9])"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]],["(\\d{4})(\\d{4})(\\d{3})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],SH:["290","00","(?:[256]\\d|8)\\d{3}",[4,5],0,0,0,0,0,0,"[256]"],SI:["386","00|10(?:22|66|88|99)","[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}",[5,6,7,8],[["(\\d{2})(\\d{3,6})","$1 $2",["8[09]|9"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["59|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37][01]|4[0139]|51|6"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-57]"],"(0$1)"]],"0",0,0,0,0,0,0,"00"],SJ:["47","00","0\\d{4}|(?:[489]\\d|79)\\d{6}",[5,8],0,0,0,0,0,0,"79"],SK:["421","00","[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}",[6,7,9],[["(\\d)(\\d{2})(\\d{3,4})","$1 $2 $3",["21"],"0$1"],["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["[3-5][1-8]1","[3-5][1-8]1[67]"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1/$2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[689]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1/$2 $3 $4",["[3-5]"],"0$1"]],"0"],SL:["232","00","(?:[237-9]\\d|66)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[236-9]"],"(0$1)"]],"0"],SM:["378","00","(?:0549|[5-7]\\d)\\d{6}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]"]],["(\\d{4})(\\d{6})","$1 $2",["0"]]],0,0,"([89]\\d{5})$","0549$1"],SN:["221","00","(?:[378]\\d|93)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[379]"]]]],SO:["252","00","[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}",[6,7,8,9],[["(\\d{2})(\\d{4})","$1 $2",["8[125]"]],["(\\d{6})","$1",["[134]"]],["(\\d)(\\d{6})","$1 $2",["[15]|2[0-79]|3[0-46-8]|4[0-7]"]],["(\\d)(\\d{7})","$1 $2",["(?:2|90)4|[67]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[348]|64|79|90"]],["(\\d{2})(\\d{5,7})","$1 $2",["1|28|6[0-35-9]|77|9[2-9]"]]],"0"],SR:["597","00","(?:[2-5]|68|[78]\\d)\\d{5}",[6,7],[["(\\d{2})(\\d{2})(\\d{2})","$1-$2-$3",["56"]],["(\\d{3})(\\d{3})","$1-$2",["[2-5]"]],["(\\d{3})(\\d{4})","$1-$2",["[6-8]"]]]],SS:["211","00","[19]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[19]"],"0$1"]],"0"],ST:["239","00","(?:22|9\\d)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[29]"]]]],SV:["503","00","[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?",[7,8,11],[["(\\d{3})(\\d{4})","$1 $2",["[89]"]],["(\\d{4})(\\d{4})","$1 $2",["[267]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[89]"]]]],SX:["1","011","7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"(5\\d{6})$|1","721$1",0,"721"],SY:["963","00","[1-39]\\d{8}|[1-5]\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-5]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1",1]],"0"],SZ:["268","00","0800\\d{4}|(?:[237]\\d|900)\\d{6}",[8,9],[["(\\d{4})(\\d{4})","$1 $2",["[0237]"]],["(\\d{5})(\\d{4})","$1 $2",["9"]]]],TA:["290","00","8\\d{3}",[4],0,0,0,0,0,0,"8"],TC:["1","011","(?:[58]\\d\\d|649|900)\\d{7}",[10],0,"1",0,"([2-479]\\d{6})$|1","649$1",0,"649"],TD:["235","00|16","(?:22|[69]\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2679]"]]],0,0,0,0,0,0,0,"00"],TG:["228","00","[279]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[279]"]]]],TH:["66","00[1-9]","(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}",[8,9,10,13],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[13-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],TJ:["992","810","[0-57-9]\\d{8}",[9],[["(\\d{6})(\\d)(\\d{2})","$1 $2 $3",["331","3317"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["44[02-479]|[34]7"]],["(\\d{4})(\\d)(\\d{4})","$1 $2 $3",["3[1-5]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[0-57-9]"]]],0,0,0,0,0,0,0,"8~10"],TK:["690","00","[2-47]\\d{3,6}",[4,5,6,7]],TL:["670","00","7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[2-489]|70"]],["(\\d{4})(\\d{4})","$1 $2",["7"]]]],TM:["993","810","[1-6]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["12"],"(8 $1)"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-5]"],"(8 $1)"],["(\\d{2})(\\d{6})","$1 $2",["6"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],TN:["216","00","[2-57-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-57-9]"]]]],TO:["676","00","(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}",[5,7],[["(\\d{2})(\\d{3})","$1-$2",["[2-4]|50|6[09]|7[0-24-69]|8[05]"]],["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[5-9]"]]]],TR:["90","00","4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}",[7,10,12,13],[["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["512|8[01589]|90"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5(?:[0-59]|61)","5(?:[0-59]|61[06])","5(?:[0-59]|61[06]1)"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24][1-8]|3[1-9]"],"(0$1)",1],["(\\d{3})(\\d{3})(\\d{6,7})","$1 $2 $3",["80"],"0$1",1]],"0"],TT:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-46-8]\\d{6})$|1","868$1",0,"868"],TV:["688","00","(?:2|7\\d\\d|90)\\d{4}",[5,6,7],[["(\\d{2})(\\d{3})","$1 $2",["2"]],["(\\d{2})(\\d{4})","$1 $2",["90"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],TW:["886","0(?:0[25-79]|19)","[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}",[7,8,9,10,11],[["(\\d{2})(\\d)(\\d{4})","$1 $2 $3",["202"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[258]0"],"0$1"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]","[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,5})","$1 $2 $3",["7"],"0$1"]],"0",0,0,0,0,0,0,0,"#"],TZ:["255","00[056]","(?:[25-8]\\d|41|90)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[24]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["5"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[67]"],"0$1"]],"0"],UA:["380","00","[89]\\d{9}|[3-9]\\d{8}",[9,10],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]","6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])","3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|89|9[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0",0,0,0,0,0,0,"0~0"],UG:["256","00[057]","800\\d{6}|(?:[29]0|[347]\\d)\\d{7}",[9],[["(\\d{4})(\\d{5})","$1 $2",["202","2024"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[27-9]|4(?:6[45]|[7-9])"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[34]"],"0$1"]],"0"],US:["1","011","[2-9]\\d{9}|3\\d{6}",[10],[["(\\d{3})(\\d{4})","$1-$2",["310"],0,1],["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",["[2-9]"],0,1,"$1-$2-$3"]],"1",0,0,0,0,0,[["(?:5056(?:[0-35-9]\\d|4[468])|7302[0-3]\\d)\\d{4}|(?:472[24]|505[2-57-9]|7306|983[237-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[013569]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"]]],UY:["598","0(?:0|1[3-9]\\d)","0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}",[6,7,8,9,10,11,12,13],[["(\\d{3})(\\d{3,4})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[49]0|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[124]"]],["(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3 $4",["0"]]],"0",0,0,0,0,0,0,"00"," int. "],UZ:["998","810","(?:20|33|[5-79]\\d|88)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[235-9]"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],VA:["39","00","0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}",[6,7,8,9,10,11],0,0,0,0,0,0,"06698"],VC:["1","011","(?:[58]\\d\\d|784|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","784$1",0,"784"],VE:["58","00","[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}",[10],[["(\\d{3})(\\d{7})","$1-$2",["[24-689]"],"0$1"]],"0"],VG:["1","011","(?:284|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-578]\\d{6})$|1","284$1",0,"284"],VI:["1","011","[58]\\d{9}|(?:34|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","340$1",0,"340"],VN:["84","00","[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["80"],"0$1",1],["(\\d{4})(\\d{4,6})","$1 $2",["1"],0,1],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["6"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[357-9]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2[48]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["2"],"0$1",1]],"0"],VU:["678","00","[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}",[5,7],[["(\\d{3})(\\d{4})","$1 $2",["[57-9]"]]]],WF:["681","00","(?:40|72)\\d{4}|8\\d{5}(?:\\d{3})?",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[478]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],WS:["685","0","(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}",[5,6,7,10],[["(\\d{5})","$1",["[2-5]|6[1-9]"]],["(\\d{3})(\\d{3,7})","$1 $2",["[68]"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],XK:["383","00","[23]\\d{7,8}|(?:4\\d\\d|[89]00)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[23]"],"0$1"]],"0"],YE:["967","00","(?:1|7\\d)\\d{7}|[1-7]\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-6]|7(?:[24-6]|8[0-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"],"0$1"]],"0"],YT:["262","00","(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}",[9],0,"0",0,0,0,0,0,[["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"],["639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])\\d{4}"],["80\\d{7}"],0,0,0,0,0,["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]],ZA:["27","00","[1-79]\\d{8}|8\\d{4,9}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,4})","$1 $2",["8[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["8[1-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["860"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],ZM:["260","00","800\\d{6}|(?:21|63|[79]\\d)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[28]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[79]"],"0$1"]],"0"],ZW:["263","00","2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}",[5,6,7,8,9,10],[["(\\d{3})(\\d{3,5})","$1 $2",["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"],"0$1"],["(\\d)(\\d{3})(\\d{2,4})","$1 $2 $3",["[49]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["80"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2","2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)","2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["29[013-9]|39|54"],"0$1"],["(\\d{4})(\\d{3,5})","$1 $2",["(?:25|54)8","258|5483"],"0$1"]],"0"]},nonGeographic:{800:["800",0,"(?:00|[1-9]\\d)\\d{6}",[8],[["(\\d{4})(\\d{4})","$1 $2",["\\d"]]],0,0,0,0,0,0,[0,0,["(?:00|[1-9]\\d)\\d{6}"]]],808:["808",0,"[1-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[1-9]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,0,["[1-9]\\d{7}"]]],870:["870",0,"7\\d{11}|[35-7]\\d{8}",[9,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[35-7]"]]],0,0,0,0,0,0,[0,["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"]]],878:["878",0,"10\\d{10}",[12],[["(\\d{2})(\\d{5})(\\d{5})","$1 $2 $3",["1"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["10\\d{10}"]]],881:["881",0,"6\\d{9}|[0-36-9]\\d{8}",[9,10],[["(\\d)(\\d{3})(\\d{5})","$1 $2 $3",["[0-37-9]"]],["(\\d)(\\d{3})(\\d{5,6})","$1 $2 $3",["6"]]],0,0,0,0,0,0,[0,["6\\d{9}|[0-36-9]\\d{8}"]]],882:["882",0,"[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?",[7,8,9,10,11,12],[["(\\d{2})(\\d{5})","$1 $2",["16|342"]],["(\\d{2})(\\d{6})","$1 $2",["49"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["1[36]|9"]],["(\\d{2})(\\d{4})(\\d{3})","$1 $2 $3",["3[23]"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["16"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|23|3(?:[15]|4[57])|4|51"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["34"]],["(\\d{2})(\\d{4,5})(\\d{5})","$1 $2 $3",["[1-35]"]]],0,0,0,0,0,0,[0,["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}",[7,8,9,10,12]],0,0,0,0,0,0,["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]],883:["883",0,"(?:[1-4]\\d|51)\\d{6,10}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,8})","$1 $2 $3",["[14]|2[24-689]|3[02-689]|51[24-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["510"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["21"]],["(\\d{4})(\\d{4})(\\d{4})","$1 $2 $3",["51[13]"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[235]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]],888:["888",0,"\\d{11}",[11],[["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3"]],0,0,0,0,0,0,[0,0,0,0,0,0,["\\d{11}"]]],979:["979",0,"[1359]\\d{8}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[1359]"]]],0,0,0,0,0,0,[0,0,0,["[1359]\\d{8}"]]]}};function Sc(e,t){var i=Array.prototype.slice.call(t);return i.push(Nc),e.apply(this,i)}function _c(e){return _c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},_c(e)}function Ic(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function qc(e,t){if(t&&("object"===_c(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return Dc(e)}function Dc(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Tc(e){var t="function"==typeof Map?new Map:void 0;return Tc=function(e){if(null===e||(i=e,-1===Function.toString.call(i).indexOf("[native code]")))return e;var i;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,n)}function n(){return Oc(e,arguments,Lc(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),Mc(n,e)},Tc(e)}function Oc(e,t,i){return Oc=Rc()?Reflect.construct:function(e,t,i){var n=[null];n.push.apply(n,t);var o=new(Function.bind.apply(e,n));return i&&Mc(o,i.prototype),o},Oc.apply(null,arguments)}function Rc(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function Mc(e,t){return Mc=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},Mc(e,t)}function Lc(e){return Lc=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},Lc(e)}var Uc=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Mc(e,t)}(r,e);var t,i,n,o,l,a=(t=r,i=Rc(),function(){var e,n=Lc(t);if(i){var o=Lc(this).constructor;e=Reflect.construct(n,arguments,o)}else e=n.apply(this,arguments);return qc(this,e)});function r(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,r),t=a.call(this,e),Object.setPrototypeOf(Dc(t),r.prototype),t.name=t.constructor.name,t}return n=r,o&&Ic(n.prototype,o),l&&Ic(n,l),Object.defineProperty(n,"prototype",{writable:!1}),n}(Tc(Error)),Fc="0-90-9٠-٩۰-۹",Pc="".concat("-‐-―−ー-").concat("//").concat("..").concat("  ­​⁠ ").concat("()()[]\\[\\]").concat("~⁓∼~");function Hc(e,t){e=e.split("-"),t=t.split("-");for(var i=e[0].split("."),n=t[0].split("."),o=0;o<3;o++){var l=Number(i[o]),a=Number(n[o]);if(l>a)return 1;if(a>l)return-1;if(!isNaN(l)&&isNaN(a))return 1;if(isNaN(l)&&!isNaN(a))return-1}return e[1]&&t[1]?e[1]>t[1]?1:e[1]<t[1]?-1:0:!e[1]&&t[1]?1:e[1]&&!t[1]?-1:0}var Kc={}.constructor;function jc(e){return null!=e&&e.constructor===Kc}function Qc(e){return Qc="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Qc(e)}function zc(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Jc(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function Xc(e,t,i){return t&&Jc(e.prototype,t),i&&Jc(e,i),Object.defineProperty(e,"prototype",{writable:!1}),e}var Wc=" ext. ",Yc=/^\d+$/,Gc=function(){function e(t){zc(this,e),function(e){if(!e)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!jc(e)||!jc(e.countries))throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(jc(e)?"an object of shape: { "+Object.keys(e).join(", ")+" }":"a "+nd(e)+": "+e,"."))}(t),this.metadata=t,ld.call(this,t)}return Xc(e,[{key:"getCountries",value:function(){return Object.keys(this.metadata.countries).filter((function(e){return"001"!==e}))}},{key:"getCountryMetadata",value:function(e){return this.metadata.countries[e]}},{key:"nonGeographic",value:function(){if(!(this.v1||this.v2||this.v3))return this.metadata.nonGeographic||this.metadata.nonGeographical}},{key:"hasCountry",value:function(e){return void 0!==this.getCountryMetadata(e)}},{key:"hasCallingCode",value:function(e){if(this.getCountryCodesForCallingCode(e))return!0;if(this.nonGeographic()){if(this.nonGeographic()[e])return!0}else{var t=this.countryCallingCodes()[e];if(t&&1===t.length&&"001"===t[0])return!0}}},{key:"isNonGeographicCallingCode",value:function(e){return this.nonGeographic()?!!this.nonGeographic()[e]:!this.getCountryCodesForCallingCode(e)}},{key:"country",value:function(e){return this.selectNumberingPlan(e)}},{key:"selectNumberingPlan",value:function(e,t){if(e&&Yc.test(e)&&(t=e,e=null),e&&"001"!==e){if(!this.hasCountry(e))throw new Error("Unknown country: ".concat(e));this.numberingPlan=new Zc(this.getCountryMetadata(e),this)}else if(t){if(!this.hasCallingCode(t))throw new Error("Unknown calling code: ".concat(t));this.numberingPlan=new Zc(this.getNumberingPlanMetadata(t),this)}else this.numberingPlan=void 0;return this}},{key:"getCountryCodesForCallingCode",value:function(e){var t=this.countryCallingCodes()[e];if(t){if(1===t.length&&3===t[0].length)return;return t}}},{key:"getCountryCodeForCallingCode",value:function(e){var t=this.getCountryCodesForCallingCode(e);if(t)return t[0]}},{key:"getNumberingPlanMetadata",value:function(e){var t=this.getCountryCodeForCallingCode(e);if(t)return this.getCountryMetadata(t);if(this.nonGeographic()){var i=this.nonGeographic()[e];if(i)return i}else{var n=this.countryCallingCodes()[e];if(n&&1===n.length&&"001"===n[0])return this.metadata.countries["001"]}}},{key:"countryCallingCode",value:function(){return this.numberingPlan.callingCode()}},{key:"IDDPrefix",value:function(){return this.numberingPlan.IDDPrefix()}},{key:"defaultIDDPrefix",value:function(){return this.numberingPlan.defaultIDDPrefix()}},{key:"nationalNumberPattern",value:function(){return this.numberingPlan.nationalNumberPattern()}},{key:"possibleLengths",value:function(){return this.numberingPlan.possibleLengths()}},{key:"formats",value:function(){return this.numberingPlan.formats()}},{key:"nationalPrefixForParsing",value:function(){return this.numberingPlan.nationalPrefixForParsing()}},{key:"nationalPrefixTransformRule",value:function(){return this.numberingPlan.nationalPrefixTransformRule()}},{key:"leadingDigits",value:function(){return this.numberingPlan.leadingDigits()}},{key:"hasTypes",value:function(){return this.numberingPlan.hasTypes()}},{key:"type",value:function(e){return this.numberingPlan.type(e)}},{key:"ext",value:function(){return this.numberingPlan.ext()}},{key:"countryCallingCodes",value:function(){return this.v1?this.metadata.country_phone_code_to_countries:this.metadata.country_calling_codes}},{key:"chooseCountryByCountryCallingCode",value:function(e){return this.selectNumberingPlan(e)}},{key:"hasSelectedNumberingPlan",value:function(){return void 0!==this.numberingPlan}}]),e}(),Zc=function(){function e(t,i){zc(this,e),this.globalMetadataObject=i,this.metadata=t,ld.call(this,i.metadata)}return Xc(e,[{key:"callingCode",value:function(){return this.metadata[0]}},{key:"getDefaultCountryMetadataForRegion",value:function(){return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode())}},{key:"IDDPrefix",value:function(){if(!this.v1&&!this.v2)return this.metadata[1]}},{key:"defaultIDDPrefix",value:function(){if(!this.v1&&!this.v2)return this.metadata[12]}},{key:"nationalNumberPattern",value:function(){return this.v1||this.v2?this.metadata[1]:this.metadata[2]}},{key:"possibleLengths",value:function(){if(!this.v1)return this.metadata[this.v2?2:3]}},{key:"_getFormats",value:function(e){return e[this.v1?2:this.v2?3:4]}},{key:"formats",value:function(){var e=this,t=this._getFormats(this.metadata)||this._getFormats(this.getDefaultCountryMetadataForRegion())||[];return t.map((function(t){return new $c(t,e)}))}},{key:"nationalPrefix",value:function(){return this.metadata[this.v1?3:this.v2?4:5]}},{key:"_getNationalPrefixFormattingRule",value:function(e){return e[this.v1?4:this.v2?5:6]}},{key:"nationalPrefixFormattingRule",value:function(){return this._getNationalPrefixFormattingRule(this.metadata)||this._getNationalPrefixFormattingRule(this.getDefaultCountryMetadataForRegion())}},{key:"_nationalPrefixForParsing",value:function(){return this.metadata[this.v1?5:this.v2?6:7]}},{key:"nationalPrefixForParsing",value:function(){return this._nationalPrefixForParsing()||this.nationalPrefix()}},{key:"nationalPrefixTransformRule",value:function(){return this.metadata[this.v1?6:this.v2?7:8]}},{key:"_getNationalPrefixIsOptionalWhenFormatting",value:function(){return!!this.metadata[this.v1?7:this.v2?8:9]}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return this._getNationalPrefixIsOptionalWhenFormatting(this.metadata)||this._getNationalPrefixIsOptionalWhenFormatting(this.getDefaultCountryMetadataForRegion())}},{key:"leadingDigits",value:function(){return this.metadata[this.v1?8:this.v2?9:10]}},{key:"types",value:function(){return this.metadata[this.v1?9:this.v2?10:11]}},{key:"hasTypes",value:function(){return(!this.types()||0!==this.types().length)&&!!this.types()}},{key:"type",value:function(e){if(this.hasTypes()&&id(this.types(),e))return new td(id(this.types(),e),this)}},{key:"ext",value:function(){return this.v1||this.v2?Wc:this.metadata[13]||Wc}}]),e}(),$c=function(){function e(t,i){zc(this,e),this._format=t,this.metadata=i}return Xc(e,[{key:"pattern",value:function(){return this._format[0]}},{key:"format",value:function(){return this._format[1]}},{key:"leadingDigitsPatterns",value:function(){return this._format[2]||[]}},{key:"nationalPrefixFormattingRule",value:function(){return this._format[3]||this.metadata.nationalPrefixFormattingRule()}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return!!this._format[4]||this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"nationalPrefixIsMandatoryWhenFormattingInNationalFormat",value:function(){return this.usesNationalPrefix()&&!this.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"usesNationalPrefix",value:function(){return!(!this.nationalPrefixFormattingRule()||ed.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),e}(),ed=/^\(?\$1\)?$/,td=function(){function e(t,i){zc(this,e),this.type=t,this.metadata=i}return Xc(e,[{key:"pattern",value:function(){return this.metadata.v1?this.type:this.type[0]}},{key:"possibleLengths",value:function(){if(!this.metadata.v1)return this.type[1]||this.metadata.possibleLengths()}}]),e}();function id(e,t){switch(t){case"FIXED_LINE":return e[0];case"MOBILE":return e[1];case"TOLL_FREE":return e[2];case"PREMIUM_RATE":return e[3];case"PERSONAL_NUMBER":return e[4];case"VOICEMAIL":return e[5];case"UAN":return e[6];case"PAGER":return e[7];case"VOIP":return e[8];case"SHARED_COST":return e[9]}}var nd=function(e){return Qc(e)};function od(e,t){if((t=new Gc(t)).hasCountry(e))return t.country(e).countryCallingCode();throw new Error("Unknown country: ".concat(e))}function ld(e){var t=e.version;"number"==typeof t?(this.v1=1===t,this.v2=2===t,this.v3=3===t,this.v4=4===t):t?-1===Hc(t,"1.2.0")?this.v2=!0:-1===Hc(t,"1.7.35")?this.v3=!0:this.v4=!0:this.v1=!0}var ad=function(e){return"([".concat(Fc,"]{1,").concat(e,"})")};function rd(e){var t="#?";return";ext="+ad("20")+"|"+("[  \\t,]*(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)[:\\..]?[  \\t,-]*"+ad("20")+t)+"|"+("[  \\t,]*(?:[xx##~~]|int|int)[:\\..]?[  \\t,-]*"+ad("9")+t)+"|"+("[- ]+"+ad("6")+"#")+"|"+("[  \\t]*(?:,{2}|;)[:\\..]?[  \\t,-]*"+ad("15")+t)+"|"+("[  \\t]*(?:,)+[:\\..]?[  \\t,-]*"+ad("9")+t)}var sd="[++]{0,1}(?:["+Pc+"]*["+"0-90-9٠-٩۰-۹]){3,}["+Pc+"0-90-9٠-٩۰-۹]*",cd=new RegExp("^[++]{0,1}(?:["+Pc+"]*["+"0-90-9٠-٩۰-۹]){1,2}$","i"),dd=sd+"(?:"+rd()+")?",ud=new RegExp("^[0-90-9٠-٩۰-۹]{2}$|^"+dd+"$","i");var hd=new RegExp("(?:"+rd()+")$","i");var pd={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9","0":"0","1":"1","2":"2","3":"3","4":"4","5":"5","6":"6","7":"7","8":"8","9":"9","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9"};function md(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return gd(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return gd(e,t)}(e))||t&&e&&"number"==typeof e.length){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function gd(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function Ad(e){for(var t,i="",n=md(e.split(""));!(t=n()).done;){i+=fd(t.value,i)||""}return i}function fd(e,t,i){return"+"===e?t?void("function"==typeof i&&i("end")):"+":function(e){return pd[e]}(e)}function yd(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return bd(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return bd(e,t)}(e))||t&&e&&"number"==typeof e.length){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function bd(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function vd(e,t){return kd(e,void 0,t)}function kd(e,t,i){var n=i.type(t),o=n&&n.possibleLengths()||i.possibleLengths();if(!o)return"IS_POSSIBLE";if("FIXED_LINE_OR_MOBILE"===t){if(!i.type("FIXED_LINE"))return kd(e,"MOBILE",i);var l=i.type("MOBILE");l&&(o=function(e,t){for(var i,n=e.slice(),o=yd(t);!(i=o()).done;){var l=i.value;e.indexOf(l)<0&&n.push(l)}return n.sort((function(e,t){return e-t}))}(o,l.possibleLengths()))}else if(t&&!n)return"INVALID_LENGTH";var a=e.length,r=o[0];return r===a?"IS_POSSIBLE":r>a?"TOO_SHORT":o[o.length-1]<a?"TOO_LONG":o.indexOf(a,1)>=0?"IS_POSSIBLE":"INVALID_LENGTH"}function Cd(e,t){return"IS_POSSIBLE"===vd(e,t)}function Ed(e,t){return e=e||"",new RegExp("^(?:"+t+")$").test(e)}function wd(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return Vd(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Vd(e,t)}(e))||t&&e&&"number"==typeof e.length){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Vd(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}var xd=["MOBILE","PREMIUM_RATE","TOLL_FREE","SHARED_COST","VOIP","PERSONAL_NUMBER","PAGER","UAN","VOICEMAIL"];function Bd(e,t,i){if(t=t||{},e.country||e.countryCallingCode){(i=new Gc(i)).selectNumberingPlan(e.country,e.countryCallingCode);var n=t.v2?e.nationalNumber:e.phone;if(Ed(n,i.nationalNumberPattern())){if(Nd(n,"FIXED_LINE",i))return i.type("MOBILE")&&""===i.type("MOBILE").pattern()?"FIXED_LINE_OR_MOBILE":i.type("MOBILE")?Nd(n,"MOBILE",i)?"FIXED_LINE_OR_MOBILE":"FIXED_LINE":"FIXED_LINE_OR_MOBILE";for(var o,l=wd(xd);!(o=l()).done;){var a=o.value;if(Nd(n,a,i))return a}}}}function Nd(e,t,i){return!(!(t=i.type(t))||!t.pattern())&&(!(t.possibleLengths()&&t.possibleLengths().indexOf(e.length)<0)&&Ed(e,t.pattern()))}function Sd(e,t,i){var n=new Gc(i).getCountryCodesForCallingCode(e);return n?n.filter((function(e){return function(e,t,i){var n=new Gc(i);if(n.selectNumberingPlan(t),n.numberingPlan.possibleLengths().indexOf(e.length)>=0)return!0;return!1}(t,e,i)})):[]}var _d=/(\$\d)/;function Id(e,t,i){var n=i.useInternationalFormat,o=i.withNationalPrefix;i.carrierCode,i.metadata;var l=e.replace(new RegExp(t.pattern()),n?t.internationalFormat():o&&t.nationalPrefixFormattingRule()?t.format().replace(_d,t.nationalPrefixFormattingRule()):t.format());return n?function(e){return e.replace(new RegExp("[".concat(Pc,"]+"),"g")," ").trim()}(l):l}var qd=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function Dd(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return Td(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Td(e,t)}(e))||t&&e&&"number"==typeof e.length){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Td(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function Od(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function Rd(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?Od(Object(i),!0).forEach((function(t){Md(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):Od(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function Md(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var Ld={formatExtension:function(e,t,i){return"".concat(e).concat(i.ext()).concat(t)}};function Ud(e,t,i,n){if(i=i?Rd(Rd({},Ld),i):Ld,n=new Gc(n),e.country&&"001"!==e.country){if(!n.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));n.country(e.country)}else{if(!e.countryCallingCode)return e.phone||"";n.selectNumberingPlan(e.countryCallingCode)}var o,l=n.countryCallingCode(),a=i.v2?e.nationalNumber:e.phone;switch(t){case"NATIONAL":return a?Pd(o=Fd(a,e.carrierCode,"NATIONAL",n,i),e.ext,n,i.formatExtension):"";case"INTERNATIONAL":return a?(o=Fd(a,null,"INTERNATIONAL",n,i),Pd(o="+".concat(l," ").concat(o),e.ext,n,i.formatExtension)):"+".concat(l);case"E.164":return"+".concat(l).concat(a);case"RFC3966":return function(e){var t=e.number,i=e.ext;if(!t)return"";if("+"!==t[0])throw new Error('"formatRFC3966()" expects "number" to be in E.164 format.');return"tel:".concat(t).concat(i?";ext="+i:"")}({number:"+".concat(l).concat(a),ext:e.ext});case"IDD":if(!i.fromCountry)return;var r=function(e,t,i,n,o){if(od(n,o.metadata)===i){var l=Fd(e,t,"NATIONAL",o);return"1"===i?i+" "+l:l}var a=function(e,t,i){var n=new Gc(i);return n.selectNumberingPlan(e,t),n.defaultIDDPrefix()?n.defaultIDDPrefix():qd.test(n.IDDPrefix())?n.IDDPrefix():void 0}(n,void 0,o.metadata);if(a)return"".concat(a," ").concat(i," ").concat(Fd(e,null,"INTERNATIONAL",o))}(a,e.carrierCode,l,i.fromCountry,n);return Pd(r,e.ext,n,i.formatExtension);default:throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(t,'"'))}}function Fd(e,t,i,n,o){var l=function(e,t){for(var i,n=Dd(e);!(i=n()).done;){var o=i.value;if(o.leadingDigitsPatterns().length>0){var l=o.leadingDigitsPatterns()[o.leadingDigitsPatterns().length-1];if(0!==t.search(l))continue}if(Ed(t,o.pattern()))return o}}(n.formats(),e);return l?Id(e,l,{useInternationalFormat:"INTERNATIONAL"===i,withNationalPrefix:!l.nationalPrefixIsOptionalWhenFormattingInNationalFormat()||!o||!1!==o.nationalPrefix,carrierCode:t,metadata:n}):e}function Pd(e,t,i,n){return t?n(e,t,i):e}function Hd(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function Kd(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?Hd(Object(i),!0).forEach((function(t){jd(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):Hd(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function jd(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function Qd(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var zd=function(){function e(t,i,n){if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),!t)throw new TypeError("`country` or `countryCallingCode` not passed");if(!i)throw new TypeError("`nationalNumber` not passed");if(!n)throw new TypeError("`metadata` not passed");var o=function(e,t){var i,n,o=new Gc(t);l=e,/^[A-Z]{2}$/.test(l)?(i=e,o.selectNumberingPlan(i),n=o.countryCallingCode()):n=e;var l;return{country:i,countryCallingCode:n}}(t,n),l=o.country,a=o.countryCallingCode;this.country=l,this.countryCallingCode=a,this.nationalNumber=i,this.number="+"+this.countryCallingCode+this.nationalNumber,this.getMetadata=function(){return n}}var t,i,n;return t=e,i=[{key:"setExt",value:function(e){this.ext=e}},{key:"getPossibleCountries",value:function(){return this.country?[this.country]:Sd(this.countryCallingCode,this.nationalNumber,this.getMetadata())}},{key:"isPossible",value:function(){return function(e,t,i){if(void 0===t&&(t={}),i=new Gc(i),t.v2){if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");i.selectNumberingPlan(e.countryCallingCode)}else{if(!e.phone)return!1;if(e.country){if(!i.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));i.country(e.country)}else{if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");i.selectNumberingPlan(e.countryCallingCode)}}if(i.possibleLengths())return Cd(e.phone||e.nationalNumber,i);if(e.countryCallingCode&&i.isNonGeographicCallingCode(e.countryCallingCode))return!0;throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.')}(this,{v2:!0},this.getMetadata())}},{key:"isValid",value:function(){return function(e,t,i){return t=t||{},(i=new Gc(i)).selectNumberingPlan(e.country,e.countryCallingCode),i.hasTypes()?void 0!==Bd(e,t,i.metadata):Ed(t.v2?e.nationalNumber:e.phone,i.nationalNumberPattern())}(this,{v2:!0},this.getMetadata())}},{key:"isNonGeographic",value:function(){return new Gc(this.getMetadata()).isNonGeographicCallingCode(this.countryCallingCode)}},{key:"isEqual",value:function(e){return this.number===e.number&&this.ext===e.ext}},{key:"getType",value:function(){return Bd(this,{v2:!0},this.getMetadata())}},{key:"format",value:function(e,t){return Ud(this,e,t?Kd(Kd({},t),{},{v2:!0}):{v2:!0},this.getMetadata())}},{key:"formatNational",value:function(e){return this.format("NATIONAL",e)}},{key:"formatInternational",value:function(e){return this.format("INTERNATIONAL",e)}},{key:"getURI",value:function(e){return this.format("RFC3966",e)}}],i&&Qd(t.prototype,i),n&&Qd(t,n),Object.defineProperty(t,"prototype",{writable:!1}),e}();var Jd=new RegExp("([0-90-9٠-٩۰-۹])");function Xd(e,t){var i=function(e,t){if(e&&t.numberingPlan.nationalPrefixForParsing()){var i=new RegExp("^(?:"+t.numberingPlan.nationalPrefixForParsing()+")"),n=i.exec(e);if(n){var o,l,a,r=n.length-1,s=r>0&&n[r];if(t.nationalPrefixTransformRule()&&s)o=e.replace(i,t.nationalPrefixTransformRule()),r>1&&(l=n[1]);else{var c=n[0];o=e.slice(c.length),s&&(l=n[1])}if(s){var d=e.indexOf(n[1]);e.slice(0,d)===t.numberingPlan.nationalPrefix()&&(a=t.numberingPlan.nationalPrefix())}else a=n[0];return{nationalNumber:o,nationalPrefix:a,carrierCode:l}}}return{nationalNumber:e}}(e,t),n=i.carrierCode,o=i.nationalNumber;if(o!==e){if(!function(e,t,i){if(Ed(e,i.nationalNumberPattern())&&!Ed(t,i.nationalNumberPattern()))return!1;return!0}(e,o,t))return{nationalNumber:e};if(t.possibleLengths()&&!function(e,t){switch(vd(e,t)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}(o,t))return{nationalNumber:e}}return{nationalNumber:o,carrierCode:n}}function Wd(e,t,i,n){if(!e)return{};var o;if("+"!==e[0]){var l=function(e,t,i,n){if(t){var o=new Gc(n);o.selectNumberingPlan(t,i);var l=new RegExp(o.IDDPrefix());if(0===e.search(l)){var a=(e=e.slice(e.match(l)[0].length)).match(Jd);if(!(a&&null!=a[1]&&a[1].length>0&&"0"===a[1]))return e}}}(e,t,i,n);if(!l||l===e){if(t||i){var a=function(e,t,i,n){var o=t?od(t,n):i;if(0===e.indexOf(o)){(n=new Gc(n)).selectNumberingPlan(t,i);var l=e.slice(o.length),a=Xd(l,n).nationalNumber,r=Xd(e,n).nationalNumber;if(!Ed(r,n.nationalNumberPattern())&&Ed(a,n.nationalNumberPattern())||"TOO_LONG"===vd(r,n))return{countryCallingCode:o,number:l}}return{number:e}}(e,t,i,n),r=a.countryCallingCode,s=a.number;if(r)return{countryCallingCodeSource:"FROM_NUMBER_WITHOUT_PLUS_SIGN",countryCallingCode:r,number:s}}return{number:e}}o=!0,e="+"+l}if("0"===e[1])return{};n=new Gc(n);for(var c=2;c-1<=3&&c<=e.length;){var d=e.slice(1,c);if(n.hasCallingCode(d))return n.selectNumberingPlan(d),{countryCallingCodeSource:o?"FROM_NUMBER_WITH_IDD":"FROM_NUMBER_WITH_PLUS_SIGN",countryCallingCode:d,number:e.slice(c)};c++}return{}}function Yd(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function(e,t){if(!e)return;if("string"==typeof e)return Gd(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Gd(e,t)}(e))||t&&e&&"number"==typeof e.length){i&&(e=i);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Gd(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function Zd(e,t){var i=t.nationalNumber,n=t.defaultCountry,o=t.metadata;var l=o.getCountryCodesForCallingCode(e);if(l)return 1===l.length?l[0]:function(e,t){var i=t.countries,n=t.defaultCountry,o=t.metadata;o=new Gc(o);for(var l,a=[],r=Yd(i);!(l=r()).done;){var s=l.value;if(o.country(s),o.leadingDigits()){if(e&&0===e.search(o.leadingDigits()))return s}else if(Bd({phone:e,country:s},void 0,o.metadata)){if(!n)return s;if(s===n)return s;a.push(s)}}if(a.length>0)return a[0]}(i,{countries:l,defaultCountry:n,metadata:o.metadata})}var $d=new RegExp("^\\+([0-90-9٠-٩۰-۹]|[\\-\\.\\(\\)]?)*[0-90-9٠-٩۰-۹]([0-90-9٠-٩۰-۹]|[\\-\\.\\(\\)]?)*$","g"),eu=new RegExp("^([0-90-9٠-٩۰-۹]+((\\-)*[0-90-9٠-٩۰-۹])*\\.)*[a-zA-Z]+((\\-)*[0-90-9٠-٩۰-۹])*\\.?$","g"),tu="tel:",iu=";phone-context=";function nu(e,t){var i,n=t.extractFormattedPhoneNumber,o=function(e){var t=e.indexOf(iu);if(t<0)return null;var i=t+iu.length;if(i>=e.length)return"";var n=e.indexOf(";",i);return n>=0?e.substring(i,n):e.substring(i)}(e);if(!function(e){return null===e||0!==e.length&&($d.test(e)||eu.test(e))}(o))throw new Uc("NOT_A_NUMBER");if(null===o)i=n(e)||"";else{i="","+"===o.charAt(0)&&(i+=o);var l,a=e.indexOf(tu);l=a>=0?a+tu.length:0;var r=e.indexOf(iu);i+=e.substring(l,r)}var s=i.indexOf(";isub=");if(s>0&&(i=i.substring(0,s)),""!==i)return i}var ou=new RegExp("[++0-90-9٠-٩۰-۹]"),lu=new RegExp("[^0-90-9٠-٩۰-۹#]+$");function au(e,t,i){if(t=t||{},i=new Gc(i),t.defaultCountry&&!i.hasCountry(t.defaultCountry)){if(t.v2)throw new Uc("INVALID_COUNTRY");throw new Error("Unknown country: ".concat(t.defaultCountry))}var n=function(e,t,i){var n=nu(e,{extractFormattedPhoneNumber:function(e){return function(e,t,i){if(!e)return;if(e.length>250){if(i)throw new Uc("TOO_LONG");return}if(!1===t)return e;var n=e.search(ou);if(n<0)return;return e.slice(n).replace(lu,"")}(e,i,t)}});if(!n)return{};if(!function(e){return e.length>=2&&ud.test(e)}(n))return function(e){return cd.test(e)}(n)?{error:"TOO_SHORT"}:{};var o=function(e){var t=e.search(hd);if(t<0)return{};for(var i=e.slice(0,t),n=e.match(hd),o=1;o<n.length;){if(n[o])return{number:i,ext:n[o]};o++}}(n);if(o.ext)return o;return{number:n}}(e,t.v2,t.extract),o=n.number,l=n.ext,a=n.error;if(!o){if(t.v2){if("TOO_SHORT"===a)throw new Uc("TOO_SHORT");throw new Uc("NOT_A_NUMBER")}return{}}var r=function(e,t,i,n){var o,l=Wd(Ad(e),t,i,n.metadata),a=l.countryCallingCodeSource,r=l.countryCallingCode,s=l.number;if(r)n.selectNumberingPlan(r);else{if(!s||!t&&!i)return{};n.selectNumberingPlan(t,i),t&&(o=t),r=i||od(t,n.metadata)}if(!s)return{countryCallingCodeSource:a,countryCallingCode:r};var c=Xd(Ad(s),n),d=c.nationalNumber,u=c.carrierCode,h=Zd(r,{nationalNumber:d,defaultCountry:t,metadata:n});h&&(o=h,"001"===h||n.country(o));return{country:o,countryCallingCode:r,countryCallingCodeSource:a,nationalNumber:d,carrierCode:u}}(o,t.defaultCountry,t.defaultCallingCode,i),s=r.country,c=r.nationalNumber,d=r.countryCallingCode,u=r.countryCallingCodeSource,h=r.carrierCode;if(!i.hasSelectedNumberingPlan()){if(t.v2)throw new Uc("INVALID_COUNTRY");return{}}if(!c||c.length<2){if(t.v2)throw new Uc("TOO_SHORT");return{}}if(c.length>17){if(t.v2)throw new Uc("TOO_LONG");return{}}if(t.v2){var p=new zd(d,c,i.metadata);return s&&(p.country=s),h&&(p.carrierCode=h),l&&(p.ext=l),p.__countryCallingCodeSource=u,p}var m=!!(t.extended?i.hasSelectedNumberingPlan():s)&&Ed(c,i.nationalNumberPattern());return t.extended?{country:s,countryCallingCode:d,carrierCode:h,valid:m,possible:!!m||!(!0!==t.extended||!i.possibleLengths()||!Cd(c,i)),phone:c,ext:l}:m?function(e,t,i){var n={country:e,phone:t};i&&(n.ext=i);return n}(s,c,l):{}}function ru(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function su(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?ru(Object(i),!0).forEach((function(t){cu(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):ru(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function cu(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function du(e,t,i){return au(e,su(su({},t),{},{v2:!0}),i)}function uu(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function hu(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function pu(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var i=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==i)return;var n,o,l=[],a=!0,r=!1;try{for(i=i.call(e);!(a=(n=i.next()).done)&&(l.push(n.value),!t||l.length!==t);a=!0);}catch(e){r=!0,o=e}finally{try{a||null==i.return||i.return()}finally{if(r)throw o}}return l}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return mu(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return mu(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function mu(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function gu(e){var t,i,n,o=pu(Array.prototype.slice.call(e),4),l=o[0],a=o[1],r=o[2],s=o[3];if("string"!=typeof l)throw new TypeError("A text for parsing must be a string.");if(t=l,a&&"string"!=typeof a){if(!jc(a))throw new Error("Invalid second argument: ".concat(a));r?(i=a,n=r):n=a}else s?(i=r,n=s):(i=void 0,n=r),a&&(i=function(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?uu(Object(i),!0).forEach((function(t){hu(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):uu(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}({defaultCountry:a},i));return{text:t,options:i,metadata:n}}function Au(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function fu(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?Au(Object(i),!0).forEach((function(t){yu(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):Au(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function yu(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function bu(e,t,i){t&&t.defaultCountry&&!function(e,t){return t.countries.hasOwnProperty(e)}(t.defaultCountry,i)&&(t=fu(fu({},t),{},{defaultCountry:void 0}));try{return du(e,t,i)}catch(e){if(!(e instanceof Uc))throw e}}function vu(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function ku(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?vu(Object(i),!0).forEach((function(t){Cu(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):vu(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function Cu(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function Eu(){var e=gu(arguments),t=e.text,i=e.options,n=e.metadata,o=bu(t,i=ku(ku({},i),{},{extract:!1}),n);return o&&o.isValid()||!1}function wu(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function Vu(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?wu(Object(i),!0).forEach((function(t){xu(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):wu(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function xu(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function Bu(){var e=gu(arguments),t=e.text,i=e.options,n=e.metadata;i=Vu(Vu({},i),{},{extract:!1});try{var o=du(t,i,n);(n=new Gc(n)).selectNumberingPlan(o.countryCallingCode);var l=vd(o.nationalNumber,n);if("IS_POSSIBLE"!==l)return l}catch(e){if(e instanceof Uc)return e.message;throw e}}function Nu(){return Sc(Eu,arguments)}function Su(){return Sc(Bu,arguments)}var _u={name:"HlxInput",components:{Calendar:K,hlxOverlay:yi,hlxSearch:Ei},directives:{ClickAway:Jr},inheritAttrs:!1,props:{countryCode:{type:Object,default:()=>({name:"",dial_code:"",flags:"",short:""})},dateFormat:{type:String,default:"dd-(short month)-yyyy"},characterLimit:{type:Number,default:null},customErrorMessage:{type:String,default:""},customError:{type:Boolean,default:!1},bellTheme:{type:Boolean,default:!1},customBackground:{type:String,default:"#ffffff"},labelAnimation:{type:Boolean,default:!1},labelValue:{type:String,default:""},label:{type:String,default:"name"},type:{type:String,default:"text"},clearable:{type:Boolean,default:!1},icon:{type:String,default:""},iconPosition:{type:String,default:""},minLimit:{type:Number,default:null},maxLimit:{type:Number,default:null},passwordCondition:{type:Boolean,default:!0},name:{type:String,default:""},minLength:{type:Number,default:null},maxLength:{type:Number,default:null},preVal:{type:[String,Number,Boolean,Object],default:""},disabled:{type:Boolean,default:!1},readOnly:{type:Boolean,default:!1},displayError:{type:Boolean,default:!1},options:{type:Array,default:()=>[]},checked:{type:Boolean,default:!1},showSelectAll:{type:Boolean,default:!1},startYear:{type:Number,default:1950},endYear:{type:Number,default:2050},disableWeekend:{type:Boolean,default:!1},holidayList:{type:Array,default:()=>[]},position:{type:String,default:"vertical"},countryCodes:{type:Array,default:()=>[{id:1,flag:"in",name:"India",value:"India",code:"+91",checked:!1},{id:2,flag:"ca",name:"Canada",value:"Canada",code:"+1",checked:!1},{id:3,flag:"us",name:"USA",value:"USA",code:"+1",checked:!1},{id:4,flag:"cn",name:"China",value:"China",code:"+86",checked:!1},{id:5,flag:"jp",name:"Japan",value:"Japan",code:"+81",checked:!1},{id:6,flag:"kr",name:"South Korea",value:"South Korea",code:"+82",checked:!1},{id:7,flag:"br",name:"Brazil",value:"Brazil",code:"+55",checked:!1},{id:8,flag:"mx",name:"Mexico",value:"Mexico",code:"+52",checked:!1},{id:9,flag:"ru",name:"Russia",value:"Russia",code:"+7",checked:!1},{id:10,flag:"au",name:"Australia",value:"Australia",code:"+61",checked:!1},{id:11,flag:"gb",name:"United Kingdom",value:"United Kingdom",code:"+44",checked:!1},{id:12,flag:"fr",name:"France",value:"France",code:"+33",checked:!1},{id:13,flag:"de",name:"Germany",value:"Germany",code:"+49",checked:!1}]},prefix:{type:Boolean,default:!1},suffix:{type:Boolean,default:!1},required:{type:Boolean,default:!1},rows:{type:Number,default:4},locationDataProp:{type:Array,default:()=>[]},showNewAddressOption:{type:Boolean,default:!1}},emits:["at-enter","at-input","selected","update:value","update:name","focus-out","change","check-box-event","radio-event","iso-date","add-new-address","postal-code","address-data"],data:()=>({showLocationOptions:!1,containerwidth:0,containertop:0,containerleft:0,containerheight:200,locationData:[],new_data:[{id:1,flag:"in",name:"India",value:"India",checked:!1},{id:2,flag:"ca",name:"Canada",value:"Canada",code:"+1",checked:!1},{id:3,flag:"us",name:"USA",code:"+1",checked:!1,value:"USA"},{id:4,flag:"cn",name:"China",code:"+86",checked:!1,value:"China"},{id:5,flag:"jp",name:"Japan",code:"+81",checked:!1,value:"Japan"},{id:6,flag:"kr",name:"South Korea",code:"+82",checked:!1,value:"South Korea"},{id:7,flag:"br",name:"Brazil",code:"+55",checked:!1,value:"Brazil"},{id:8,flag:"mx",name:"Mexico",code:"+52",checked:!1,value:"Mexico"},{id:9,flag:"ru",name:"Russia",code:"+7",checked:!1,value:"Russia"},{id:10,flag:"au",name:"Australia",code:"+61",checked:!1,value:"Australia"},{id:11,flag:"gb",name:"United Kingdom",code:"+44",checked:!1,value:"United Kingdom"},{id:12,flag:"fr",name:"France",code:"+33",checked:!1,value:"France"},{id:13,flag:"de",name:"Germany",code:"+49",checked:!1,value:"Germany"}],calendar_pos:{},value:"",input_error_message:"",show_password_condition:!1,minimum:"",maximum:"",unique:Math.floor(1e3*Math.random()+1),show_calendar:!1,country_code:"",root_style:{},country_code_data:[{id:1,flag:"in",name:"India",code:"+91",checked:!1},{id:2,flag:"ca",name:"Canada",code:"+1",checked:!1},{id:3,flag:"us",name:"USA",code:"+1",checked:!1}],select_all:!1,all_checked:!0,partially_checked:!1,atleastOne:!1,typing:!1,small:!0,showMandatory:!1,optionsD:[],isDisabledVar:!1,countries:[],new_country_codes:[{name:"Afghanistan",dial_code:"+93",code:"AF"},{name:"Aland Islands",dial_code:"+358",code:"AX"},{name:"Albania",dial_code:"+355",code:"AL"},{name:"Algeria",dial_code:"+213",code:"DZ"},{name:"AmericanSamoa",dial_code:"+1684",code:"AS"},{name:"Andorra",dial_code:"+376",code:"AD"},{name:"Angola",dial_code:"+244",code:"AO"},{name:"Anguilla",dial_code:"+1264",code:"AI"},{name:"Antarctica",dial_code:"+672",code:"AQ"},{name:"Antigua and Barbuda",dial_code:"+1268",code:"AG"},{name:"Argentina",dial_code:"+54",code:"AR"},{name:"Armenia",dial_code:"+374",code:"AM"},{name:"Aruba",dial_code:"+297",code:"AW"},{name:"Australia",dial_code:"+61",code:"AU"},{name:"Austria",dial_code:"+43",code:"AT"},{name:"Azerbaijan",dial_code:"+994",code:"AZ"},{name:"Bahamas",dial_code:"+1242",code:"BS"},{name:"Bahrain",dial_code:"+973",code:"BH"},{name:"Bangladesh",dial_code:"+880",code:"BD"},{name:"Barbados",dial_code:"+1246",code:"BB"},{name:"Belarus",dial_code:"+375",code:"BY"},{name:"Belgium",dial_code:"+32",code:"BE"},{name:"Belize",dial_code:"+501",code:"BZ"},{name:"Benin",dial_code:"+229",code:"BJ"},{name:"Bermuda",dial_code:"+1441",code:"BM"},{name:"Bhutan",dial_code:"+975",code:"BT"},{name:"Bolivia, Plurinational State of",dial_code:"+591",code:"BO"},{name:"Bosnia and Herzegovina",dial_code:"+387",code:"BA"},{name:"Botswana",dial_code:"+267",code:"BW"},{name:"Brazil",dial_code:"+55",code:"BR"},{name:"British Indian Ocean Territory",dial_code:"+246",code:"IO"},{name:"Brunei Darussalam",dial_code:"+673",code:"BN"},{name:"Bulgaria",dial_code:"+359",code:"BG"},{name:"Burkina Faso",dial_code:"+226",code:"BF"},{name:"Burundi",dial_code:"+257",code:"BI"},{name:"Cambodia",dial_code:"+855",code:"KH"},{name:"Cameroon",dial_code:"+237",code:"CM"},{name:"Canada",dial_code:"+1",code:"CA"},{name:"Cape Verde",dial_code:"+238",code:"CV"},{name:"Cayman Islands",dial_code:"+ 345",code:"KY"},{name:"Central African Republic",dial_code:"+236",code:"CF"},{name:"Chad",dial_code:"+235",code:"TD"},{name:"Chile",dial_code:"+56",code:"CL"},{name:"China",dial_code:"+86",code:"CN"},{name:"Christmas Island",dial_code:"+61",code:"CX"},{name:"Cocos (Keeling) Islands",dial_code:"+61",code:"CC"},{name:"Colombia",dial_code:"+57",code:"CO"},{name:"Comoros",dial_code:"+269",code:"KM"},{name:"Congo",dial_code:"+242",code:"CG"},{name:"Congo, The Democratic Republic of the Congo",dial_code:"+243",code:"CD"},{name:"Cook Islands",dial_code:"+682",code:"CK"},{name:"Costa Rica",dial_code:"+506",code:"CR"},{name:"Cote d'Ivoire",dial_code:"+225",code:"CI"},{name:"Croatia",dial_code:"+385",code:"HR"},{name:"Cuba",dial_code:"+53",code:"CU"},{name:"Cyprus",dial_code:"+357",code:"CY"},{name:"Czech Republic",dial_code:"+420",code:"CZ"},{name:"Denmark",dial_code:"+45",code:"DK"},{name:"Djibouti",dial_code:"+253",code:"DJ"},{name:"Dominica",dial_code:"+1767",code:"DM"},{name:"Dominican Republic",dial_code:"+1849",code:"DO"},{name:"Ecuador",dial_code:"+593",code:"EC"},{name:"Egypt",dial_code:"+20",code:"EG"},{name:"El Salvador",dial_code:"+503",code:"SV"},{name:"Equatorial Guinea",dial_code:"+240",code:"GQ"},{name:"Eritrea",dial_code:"+291",code:"ER"},{name:"Estonia",dial_code:"+372",code:"EE"},{name:"Ethiopia",dial_code:"+251",code:"ET"},{name:"Falkland Islands (Malvinas)",dial_code:"+500",code:"FK"},{name:"Faroe Islands",dial_code:"+298",code:"FO"},{name:"Fiji",dial_code:"+679",code:"FJ"},{name:"Finland",dial_code:"+358",code:"FI"},{name:"France",dial_code:"+33",code:"FR"},{name:"French Guiana",dial_code:"+594",code:"GF"},{name:"French Polynesia",dial_code:"+689",code:"PF"},{name:"Gabon",dial_code:"+241",code:"GA"},{name:"Gambia",dial_code:"+220",code:"GM"},{name:"Georgia",dial_code:"+995",code:"GE"},{name:"Germany",dial_code:"+49",code:"DE"},{name:"Ghana",dial_code:"+233",code:"GH"},{name:"Gibraltar",dial_code:"+350",code:"GI"},{name:"Greece",dial_code:"+30",code:"GR"},{name:"Greenland",dial_code:"+299",code:"GL"},{name:"Grenada",dial_code:"+1473",code:"GD"},{name:"Guadeloupe",dial_code:"+590",code:"GP"},{name:"Guam",dial_code:"+1671",code:"GU"},{name:"Guatemala",dial_code:"+502",code:"GT"},{name:"Guernsey",dial_code:"+44",code:"GG"},{name:"Guinea",dial_code:"+224",code:"GN"},{name:"Guinea-Bissau",dial_code:"+245",code:"GW"},{name:"Guyana",dial_code:"+595",code:"GY"},{name:"Haiti",dial_code:"+509",code:"HT"},{name:"Holy See (Vatican City State)",dial_code:"+379",code:"VA"},{name:"Honduras",dial_code:"+504",code:"HN"},{name:"Hong Kong",dial_code:"+852",code:"HK"},{name:"Hungary",dial_code:"+36",code:"HU"},{name:"Iceland",dial_code:"+354",code:"IS"},{name:"India",dial_code:"+91",code:"IN"},{name:"Indonesia",dial_code:"+62",code:"ID"},{name:"Iran, Islamic Republic of Persian Gulf",dial_code:"+98",code:"IR"},{name:"Iraq",dial_code:"+964",code:"IQ"},{name:"Ireland",dial_code:"+353",code:"IE"},{name:"Isle of Man",dial_code:"+44",code:"IM"},{name:"Israel",dial_code:"+972",code:"IL"},{name:"Italy",dial_code:"+39",code:"IT"},{name:"Jamaica",dial_code:"+1876",code:"JM"},{name:"Japan",dial_code:"+81",code:"JP"},{name:"Jersey",dial_code:"+44",code:"JE"},{name:"Jordan",dial_code:"+962",code:"JO"},{name:"Kazakhstan",dial_code:"+77",code:"KZ"},{name:"Kenya",dial_code:"+254",code:"KE"},{name:"Kiribati",dial_code:"+686",code:"KI"},{name:"Korea, Democratic People's Republic of Korea",dial_code:"+850",code:"KP"},{name:"Korea, Republic of South Korea",dial_code:"+82",code:"KR"},{name:"Kuwait",dial_code:"+965",code:"KW"},{name:"Kyrgyzstan",dial_code:"+996",code:"KG"},{name:"Laos",dial_code:"+856",code:"LA"},{name:"Latvia",dial_code:"+371",code:"LV"},{name:"Lebanon",dial_code:"+961",code:"LB"},{name:"Lesotho",dial_code:"+266",code:"LS"},{name:"Liberia",dial_code:"+231",code:"LR"},{name:"Libyan Arab Jamahiriya",dial_code:"+218",code:"LY"},{name:"Liechtenstein",dial_code:"+423",code:"LI"},{name:"Lithuania",dial_code:"+370",code:"LT"},{name:"Luxembourg",dial_code:"+352",code:"LU"},{name:"Macao",dial_code:"+853",code:"MO"},{name:"Macedonia",dial_code:"+389",code:"MK"},{name:"Madagascar",dial_code:"+261",code:"MG"},{name:"Malawi",dial_code:"+265",code:"MW"},{name:"Malaysia",dial_code:"+60",code:"MY"},{name:"Maldives",dial_code:"+960",code:"MV"},{name:"Mali",dial_code:"+223",code:"ML"},{name:"Malta",dial_code:"+356",code:"MT"},{name:"Marshall Islands",dial_code:"+692",code:"MH"},{name:"Martinique",dial_code:"+596",code:"MQ"},{name:"Mauritania",dial_code:"+222",code:"MR"},{name:"Mauritius",dial_code:"+230",code:"MU"},{name:"Mayotte",dial_code:"+262",code:"YT"},{name:"Mexico",dial_code:"+52",code:"MX"},{name:"Micronesia, Federated States of Micronesia",dial_code:"+691",code:"FM"},{name:"Moldova",dial_code:"+373",code:"MD"},{name:"Monaco",dial_code:"+377",code:"MC"},{name:"Mongolia",dial_code:"+976",code:"MN"},{name:"Montenegro",dial_code:"+382",code:"ME"},{name:"Montserrat",dial_code:"+1664",code:"MS"},{name:"Morocco",dial_code:"+212",code:"MA"},{name:"Mozambique",dial_code:"+258",code:"MZ"},{name:"Myanmar",dial_code:"+95",code:"MM"},{name:"Namibia",dial_code:"+264",code:"NA"},{name:"Nauru",dial_code:"+674",code:"NR"},{name:"Nepal",dial_code:"+977",code:"NP"},{name:"Netherlands",dial_code:"+31",code:"NL"},{name:"Netherlands Antilles",dial_code:"+599",code:"AN"},{name:"New Caledonia",dial_code:"+687",code:"NC"},{name:"New Zealand",dial_code:"+64",code:"NZ"},{name:"Nicaragua",dial_code:"+505",code:"NI"},{name:"Niger",dial_code:"+227",code:"NE"},{name:"Nigeria",dial_code:"+234",code:"NG"},{name:"Niue",dial_code:"+683",code:"NU"},{name:"Norfolk Island",dial_code:"+672",code:"NF"},{name:"Northern Mariana Islands",dial_code:"+1670",code:"MP"},{name:"Norway",dial_code:"+47",code:"NO"},{name:"Oman",dial_code:"+968",code:"OM"},{name:"Pakistan",dial_code:"+92",code:"PK"},{name:"Palau",dial_code:"+680",code:"PW"},{name:"Palestinian Territory, Occupied",dial_code:"+970",code:"PS"},{name:"Panama",dial_code:"+507",code:"PA"},{name:"Papua New Guinea",dial_code:"+675",code:"PG"},{name:"Paraguay",dial_code:"+595",code:"PY"},{name:"Peru",dial_code:"+51",code:"PE"},{name:"Philippines",dial_code:"+63",code:"PH"},{name:"Pitcairn",dial_code:"+872",code:"PN"},{name:"Poland",dial_code:"+48",code:"PL"},{name:"Portugal",dial_code:"+351",code:"PT"},{name:"Puerto Rico",dial_code:"+1939",code:"PR"},{name:"Qatar",dial_code:"+974",code:"QA"},{name:"Romania",dial_code:"+40",code:"RO"},{name:"Russia",dial_code:"+7",code:"RU"},{name:"Rwanda",dial_code:"+250",code:"RW"},{name:"Reunion",dial_code:"+262",code:"RE"},{name:"Saint Barthelemy",dial_code:"+590",code:"BL"},{name:"Saint Helena, Ascension and Tristan Da Cunha",dial_code:"+290",code:"SH"},{name:"Saint Kitts and Nevis",dial_code:"+1869",code:"KN"},{name:"Saint Lucia",dial_code:"+1758",code:"LC"},{name:"Saint Martin",dial_code:"+590",code:"MF"},{name:"Saint Pierre and Miquelon",dial_code:"+508",code:"PM"},{name:"Saint Vincent and the Grenadines",dial_code:"+1784",code:"VC"},{name:"Samoa",dial_code:"+685",code:"WS"},{name:"San Marino",dial_code:"+378",code:"SM"},{name:"Sao Tome and Principe",dial_code:"+239",code:"ST"},{name:"Saudi Arabia",dial_code:"+966",code:"SA"},{name:"Senegal",dial_code:"+221",code:"SN"},{name:"Serbia",dial_code:"+381",code:"RS"},{name:"Seychelles",dial_code:"+248",code:"SC"},{name:"Sierra Leone",dial_code:"+232",code:"SL"},{name:"Singapore",dial_code:"+65",code:"SG"},{name:"Slovakia",dial_code:"+421",code:"SK"},{name:"Slovenia",dial_code:"+386",code:"SI"},{name:"Solomon Islands",dial_code:"+677",code:"SB"},{name:"Somalia",dial_code:"+252",code:"SO"},{name:"South Africa",dial_code:"+27",code:"ZA"},{name:"South Sudan",dial_code:"+211",code:"SS"},{name:"South Georgia and the South Sandwich Islands",dial_code:"+500",code:"GS"},{name:"Spain",dial_code:"+34",code:"ES"},{name:"Sri Lanka",dial_code:"+94",code:"LK"},{name:"Sudan",dial_code:"+249",code:"SD"},{name:"Suriname",dial_code:"+597",code:"SR"},{name:"Svalbard and Jan Mayen",dial_code:"+47",code:"SJ"},{name:"Swaziland",dial_code:"+268",code:"SZ"},{name:"Sweden",dial_code:"+46",code:"SE"},{name:"Switzerland",dial_code:"+41",code:"CH"},{name:"Syrian Arab Republic",dial_code:"+963",code:"SY"},{name:"Taiwan",dial_code:"+886",code:"TW"},{name:"Tajikistan",dial_code:"+992",code:"TJ"},{name:"Tanzania, United Republic of Tanzania",dial_code:"+255",code:"TZ"},{name:"Thailand",dial_code:"+66",code:"TH"},{name:"Timor-Leste",dial_code:"+670",code:"TL"},{name:"Togo",dial_code:"+228",code:"TG"},{name:"Tokelau",dial_code:"+690",code:"TK"},{name:"Tonga",dial_code:"+676",code:"TO"},{name:"Trinidad and Tobago",dial_code:"+1868",code:"TT"},{name:"Tunisia",dial_code:"+216",code:"TN"},{name:"Turkey",dial_code:"+90",code:"TR"},{name:"Turkmenistan",dial_code:"+993",code:"TM"},{name:"Turks and Caicos Islands",dial_code:"+1649",code:"TC"},{name:"Tuvalu",dial_code:"+688",code:"TV"},{name:"Uganda",dial_code:"+256",code:"UG"},{name:"Ukraine",dial_code:"+380",code:"UA"},{name:"United Arab Emirates",dial_code:"+971",code:"AE"},{name:"United Kingdom",dial_code:"+44",code:"GB"},{name:"United States",dial_code:"+1",code:"US"},{name:"Uruguay",dial_code:"+598",code:"UY"},{name:"Uzbekistan",dial_code:"+998",code:"UZ"},{name:"Vanuatu",dial_code:"+678",code:"VU"},{name:"Venezuela, Bolivarian Republic of Venezuela",dial_code:"+58",code:"VE"},{name:"Vietnam",dial_code:"+84",code:"VN"},{name:"Virgin Islands, British",dial_code:"+1284",code:"VG"},{name:"Virgin Islands, U.S.",dial_code:"+1340",code:"VI"},{name:"Wallis and Futuna",dial_code:"+681",code:"WF"},{name:"Yemen",dial_code:"+967",code:"YE"},{name:"Zambia",dial_code:"+260",code:"ZM"},{name:"Zimbabwe",dial_code:"+263",code:"ZW"}],selectedCountry:{name:"",dial_code:"",flags:"",short:""},validationConstraint:"",showNewCountryList:!1}),computed:{getLocationWidth(){const e=document?.querySelector("#input-field"+this.unique);if(e){let t=window.getComputedStyle(e).width;return this.$nextTick((()=>{this.containerleft=document?.querySelector("#input-field"+this.unique)?.getBoundingClientRect()?.left,this.containertop=document?.querySelector("#input-field"+this.unique)?.getBoundingClientRect()?.top,this.containerwidth=document?.querySelector("#input-field"+this.unique)?.getBoundingClientRect()?.width})),{width:`calc(${t} - 1rem)`}}return{}},isDisabled(){return this.isDisabledVar},showClear(){return!0===this.clearable&&""!==this.value&&void 0===this.icon},partiallySelected(){return this.partially_checked}},watch:{locationDataProp:{handler(e){this.locationData=JSON.parse(JSON.stringify(e))},immediate:!0,deep:!0},readOnly:{handler(e){this.readOnlyProp=e,"checkbox"!==this.type&&"single-checkbox"!==this.type||!0===e&&(this.isDisabledVar=!0)},immediate:!0},disabled:{handler(e){!0!==e||"radio buttons"===this.type&&"checkbox"===this.type&&"single-checkbox"===this.type&&"single-radio"===this.type||(this.readOnlyProp=!0),"checkbox"!==this.type&&"single-checkbox"!==this.type||!0===e&&(this.isDisabledVar=!0)},immediate:!0},customErrorMessage:{handler(e){this.input_error_message=e},immediate:!0,deep:!0},customError:{handler(e){this.input_error_message=e?this.customErrorMessage:""},immediate:!0},countryCodes:{handler:e=>e.sort(((e,t)=>e.name<t.name?-1:e.name>t.name?1:0)),immediate:!0,deep:!0},preVal:{handler(e){if(void 0!==e&&""!==e)if("date"===this.type){const t=new Date(e),i=String(t.getUTCDate()).padStart(2,"0"),n=String(t.getUTCMonth()+1).padStart(2,"0"),o=t.getUTCFullYear();this.calendarValue=`${i}-${n}-${o}`,this.value=this.formatDate(this.calendarValue,this.dateFormat)}else"radio-buttons"===this.type?(this.optionsD.forEach(((e,t)=>{e.checked=!1})),this.optionsD.forEach((t=>{t.value===e&&(t.checked=!0,this.$emit("update:value",t.value),this.$emit("update:name",t.name))}))):this.value=String("object"==typeof e?e.name:e);else""===e&&(this.value=String("object"==typeof e?e.name:e))},deep:!0,immediate:!0},countryCode:{handler(e){"phonenumber"===this.type&&""!==e.name&&(this.selectedCountry=e)},immediate:!0,deep:!0},options:{handler(e){"checkbox"===this.type&&(e.forEach((e=>{!0===e.readOnly&&(e.disabled=!0)})),this.optionsD=JSON.parse(JSON.stringify([...e])),document.querySelector(".select-all"+this.unique)&&(document.querySelector(".select-all"+this.unique).checked=!1),e.forEach((e=>{!1===e.checked&&(this.all_checked=!1),!0===e.checked&&(this.atleastOne=!0)})),!0===this.all_checked&&!0===this.showSelectAll&&void 0!==this.optionsD&&this.optionsD.length>0&&this.$nextTick((()=>{document.querySelector(".select-all"+this.unique).checked=!0})),!0===this.atleastOne&&!1===this.all_checked?this.partially_checked=!0:this.partially_checked=!1,!0===this.partially_checked&&!0===this.showSelectAll&&void 0!==this.optionsD&&this.optionsD.length>0&&this.$nextTick((()=>{document.getElementById("select-all-checkmark"+this.unique).style.background="#54bd95",document.getElementById("select-all-checkmark"+this.unique).style.border="1px solid #54bd95"})),!1===this.all_checked&&document.querySelector(".select-all"+this.unique)&&document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-theme")),"radio-buttons"===this.type&&(this.optionsD=JSON.parse(JSON.stringify([...e])))},immediate:!0,deep:!0},checked:{handler(e){if("single-checkbox"===this.type){const t={};t.name=this.labelValue||"",t.checked=e,this.$emit("update:value",e),this.$emit("change",t)}}},required:{handler(e){e&&(this.showMandatory=e)},immediate:!0,deep:!0},value:{handler(e){this.showLocationOptions=""!==e},immediate:!0,deep:!0}},async mounted(){const e=document.querySelector(":root"),t=getComputedStyle(e);if(this.root_style=t,"left"===this.iconPosition&&void 0!==this.icon&&(document.getElementById(this.icon)&&(document.getElementById(this.icon).style.display="none"),document.querySelector("#input-field"+this.unique).style.flexDirection="row-reverse",document.querySelector("#label"+this.unique).style.left="38px",document.querySelector("#input"+this.unique).style.padding="0 15px 0 0"),"right"===this.iconPosition&&void 0!==this.icon&&(document.getElementById(this.icon)&&(document.getElementById(this.icon).style.display="none"),"text"===this.type&&(document.querySelector("#input"+this.unique).style.padding="0 0 0 15px")),this.optionsD=JSON.parse(JSON.stringify([...this.options])),"checkbox"===this.type&&(document.querySelector(".select-all"+this.unique)&&(document.querySelector(".select-all"+this.unique).checked=!1),this.all_checked=!0,this.optionsD.forEach((e=>{!1===e.checked&&(this.all_checked=!1),!0===e.checked&&(this.atleastOne=!0)})),!0===this.all_checked&&!0===this.showSelectAll&&void 0!==this.optionsD&&this.optionsD.length>0&&this.$nextTick((()=>{document.querySelector(".select-all"+this.unique).checked=!0,document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme")})),!0===this.atleastOne&&!1===this.all_checked?this.partially_checked=!0:this.partially_checked=!1,!0===this.partially_checked&&!0===this.showSelectAll&&void 0!==this.optionsD&&this.optionsD.length>0&&this.$nextTick((()=>{document.getElementById("select-all-checkmark"+this.unique)&&document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme")}))),"phonenumber"===this.type){let e=await Bc.get("https://restcountries.com/v3.1/all");this.countries=e?.data?.map((e=>({name:e.name.common,flags:e.flags.svg,short:e.cca2}))),this.countries=this.mergeArrays(this.new_country_codes,this.countries),this.oGcountries=JSON.parse(JSON.stringify(this.mergeArrays(this.new_country_codes,this.countries))),""===this.countryCode.name&&(this.selectedCountry.name=this.countries[0].name,this.selectedCountry.dial_code=this.countries[0].dial_code,this.selectedCountry.flags=this.countries[0].flags,this.selectedCountry.short=this.countries[0].short)}},methods:{showNewCountryListOverlayClose(e){console.log(e.target.classList[0].includes("input")),!1===e.target.classList[0].includes("input")&&(this.showNewCountryList=!1)},showNewCountryListFunc(){this.showNewCountryList=!0,this.containerleft=document.querySelector("#input-field"+this.unique).getBoundingClientRect().left,this.containertop=document.querySelector("#input-field"+this.unique).getBoundingClientRect().top,this.containerwidth=document.querySelector("#input-field"+this.unique).getBoundingClientRect().width},searchCountryCode(e){if(""!==e){const t=e.toLowerCase();this.countries=this.oGcountries.filter((e=>{const i=e.name.toLowerCase().includes(t),n=e.dial_code.toLowerCase().includes(t),o=e.short.toLowerCase().includes(t);return i||n||o}))}else this.countries=this.oGcountries},changeSelectedCountry(e){console.log(e),this.selectedCountry=e,this.showNewCountryList=!1,this.countries=this.oGcountries,this.validatePhoneNumber(),document.querySelector("#input-field"+this.unique).focus()},mergeArrays(e,t){const i=t.reduce(((t,i)=>{const n=e.find((e=>e.code===i.short));return n&&t.push({...i,dial_code:n.dial_code}),t}),[]);return i.sort(((e,t)=>e.name.localeCompare(t.name))),i},updateValidation(){const e=this.countries.find((e=>e.idd.root===this.selectedCountry));this.validationConstraint=e.idd.suffixes[0]},getMultiInputWidth(){this.$nextTick((()=>{if(this.prefix){const e=document.getElementById("input-field"+this.unique);if(e){const t=e.children[0].clientWidth;document.getElementById("label"+this.unique).style.left=t+9+"px",document.getElementById("label"+this.unique).style.top="10px"}}}))},closeLocationOptions(){this.showLocationOptions=!1},async setLocation(e){console.log("address-data----------\x3e:",e),this.$emit("address-data",e),this.value=e.description,this.$emit("update:value",this.value),this.locationData=[],this.showLocationOptions=!1},handleTextareaKeydown(e){!0===this.readOnlyProp&&(e.preventDefault(),e.stopPropagation())},handleSubmit(){},handleSingleCheckBox(e){const t={};t.name=this.labelValue||"",t.checked=e.target.checked,this.$emit("update:value",e.target.checked),this.$emit("selected",t)},handleSingleRadio(e){this.$emit("update:value",this.value),this.$emit("update:name",this.labelValue);const t={};t.name=this.labelValue||"",t.value=this.pre_val,t.checked=e.target.checked,this.$emit("selected",t)},atEnter(e,t){const i={};i.event=e,i.value=t,this.$emit("at-enter",i)},hoverSelectAll(){document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme-hover")},unHoverSelectAll(){!1===this.select_all&&!1===this.partially_checked&&document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-theme-hover")},selectAll(e){this.select_all=e.target.checked,!0===this.select_all?(this.partially_checked=!1,document.querySelectorAll("[id^=check-drag"+this.unique+"]").forEach((e=>{!1===e.disabled&&(e.checked=!0)})),this.optionsD.forEach((e=>{!1===e.disabled&&(e.checked=!0)})),document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-grey"),document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme")):(this.partially_checked=!1,document.querySelectorAll("[id^=check-drag"+this.unique+"]").forEach((e=>{!1===e.disabled&&(e.checked=!1),!0===e.checked&&(document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme"),this.partially_checked=!0)})),this.optionsD.forEach((e=>{!1===e.disabled&&(e.checked=!1)})),!1===this.partially_checked?document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-grey"):!0===this.partially_checked&&document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme")),this.$emit("update:value",this.optionsD),this.$emit("check-box-event",this.optionsD)},checkItem(e,t){this.atleastOne=!1,this.all_checked=!0,e.checked=t.target.checked,!1===t.target.checked&&!0===this.showSelectAll&&(document.querySelector(".select-all"+this.unique).checked=!1),this.$emit("update:value",this.optionsD),this.optionsD.forEach((e=>{!1===e.checked&&(this.all_checked=!1),!0===e.checked&&(this.atleastOne=!0)})),!0===this.showSelectAll&&(!0===this.all_checked?(document.querySelector(".select-all"+this.unique).checked=!0,document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-grey"),document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme")):document.getElementById("select-all-checkmark"+this.unique)&&(this.partially_checked=!1,document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-theme"),document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-grey")),!0===this.atleastOne&&!1===this.all_checked?(this.partially_checked=!0,document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-grey"),document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme")):!0===this.all_checked&&(this.partially_checked=!1)),this.$emit("selected",e),this.$emit("check-box-event",this.optionsD)},checkRadio(e){this.optionsD.forEach((t=>{t.checked=!1,t===e&&(t.checked=!0)})),this.$emit("update:value",e.value),this.$emit("update:name",e.name),this.$emit("selected",e),this.$emit("radio-event",this.optionsD)},checkSwitch(e){this.$emit("update:value",e.target.checked)},atInput(e){null!==this.characterLimit&&this.value.length>=this.characterLimit&&(e.preventDefault(),this.value=this.value.slice(0,this.characterLimit)),this.maxLength>=0&&(this.value.length>this.maxLength?this.input_error_message="Maximum character limit is "+this.maxLength:!0===this.customError?this.input_error_message=this.customErrorMessage:this.input_error_message=""),this.minLength>=0&&(this.value.length<this.minLength?this.input_error_message="Minimum character limit is "+this.minLength:!0===this.customError?this.input_error_message=this.customErrorMessage:this.input_error_message=""),this.$emit("update:value",this.value),this.$emit("at-input",this.value)},countryCodeRecieved(e){this.value="",e.forEach((e=>{!0===e.checked&&(this.country_code=e.code)})),this.validatePhoneNumber(),document.querySelector(".phn"+this.unique).focus()},validatePhoneNumber(){this.value=this.value.toString(),console.log(Su(this.value,this.selectedCountry.short)),console.log(Nu(this.value,this.selectedCountry.short)),this.value.length>0?(void 0===Su(this.value,this.selectedCountry.short)&&Nu(this.value,this.selectedCountry.short)?(this.input_error_message="",document.getElementById("inputnumber"+this.unique).focus()):(this.input_error_message="Enter a valid phone number",document.getElementById("inputnumber"+this.unique).focus()),""===this.input_error_message?(document.getElementById("input-field"+this.unique).style.border="1px solid #54bd95",this.labelAnimation&&(document.getElementById("label"+this.unique).style.color="#54bd95")):(document.getElementById("input-field"+this.unique).style.border="1px solid #ff5050",this.labelAnimation&&(document.getElementById("label"+this.unique).style.color="#ff5050"))):document.getElementById("inputnumber"+this.unique).focus();const e=""===this.input_error_message;this.$emit("update:value",{country:this.selectedCountry,value:this.value,valid:e})},emitPhoneNumber(){const e=""===this.input_error_message;this.$emit("update:value",{country:this.selectedCountry,value:this.value,valid:e})},formatDate(e,t){const[i,n,o]=e.split("-").map(Number),l=new Date(o,n-1,i),a={dd:l.getDate().toString().padStart(2,"0"),mm:(l.getMonth()+1).toString().padStart(2,"0"),yyyy:l.getFullYear().toString(),"(short month)":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"][l.getMonth()],"(long month)":["January","February","March","April","May","June","July","August","September","October","November","December"][l.getMonth()]};return t.replace(/(dd|mm|yyyy|\(short month\)|\(long month\))/g,(e=>a[e]||e))},receivedDate(e){this.calendarValue=e;const t=e.split("-"),i=parseInt(t[0]),n=parseInt(t[1])-1,o=parseInt(t[2]),l=new Date(Date.UTC(o,n,i)).toISOString();this.value=this.formatDate(e,this.dateFormat),this.show_calendar=!1,this.$emit("update:value",l),this.$emit("at-input",l),this.$emit("iso-date",l),this.blurDate()},openCalendar(e){this.calendar_pos=e,this.show_calendar=!this.show_calendar,!0===this.show_calendar?this.focusDate():this.blurDate()},hoverInput(){},unHoverInput(){},focusInput(){!0===this.required&&(this.showMandatory=!0)},blurInput(){"left"===this.iconPosition&&void 0!==this.icon&&(document.querySelector("#label"+this.unique).style.left="38px"),!0===this.required&&(this.showMandatory=!0),this.$emit("focus-out",this.value)},blurEmail(){""===this.value?(document.getElementById("input-field"+this.unique).style.border="1px solid #d8d8d8",this.labelAnimation&&(document.getElementById("labelemail"+this.unique).style.color="#A6A6A6")):this.validateEmail(),""===this.input_error_message?(document.getElementById("input-field"+this.unique).style.border="1px solid #d8d8d8",this.labelAnimation&&(document.getElementById("labelemail"+this.unique).style.color="#A6A6A6")):(document.getElementById("input-field"+this.unique).style.border="1px solid #ff5050",this.labelAnimation&&(document.getElementById("labelemail"+this.unique).style.color="#ff5050")),!0===this.required&&(this.showMandatory=!0),this.$emit("focus-out",this.value)},focusEmail(){""===this.input_error_message?(document.getElementById("input-field"+this.unique).style.border="1px solid #54bd95",this.labelAnimation&&(document.getElementById("labelemail"+this.unique).style.color="#54bd95")):(document.getElementById("input-field"+this.unique).style.border="1px solid #ff5050",this.labelAnimation&&(document.getElementById("labelemail"+this.unique).style.color="#ff5050")),!0===this.required&&(this.showMandatory=!0)},hoverEmail(){document.querySelector("#inputemail"+this.unique)!==document.activeElement&&(document.querySelector("#input-field"+this.unique).style.border="1px solid #54bd95"),""!==this.input_error_message&&(document.querySelector("#input-field"+this.unique).style.border="1px solid #ff5050")},unHoverEmail(){document.querySelector("#inputemail"+this.unique)!==document.activeElement&&(document.querySelector("#input-field"+this.unique).style.border="1px solid #d8d8d8"),""!==this.input_error_message&&(document.querySelector("#input-field"+this.unique).style.border="1px solid #ff5050")},validateEmail(){/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(this.value)?(this.input_error_message="",document.getElementById("input-field"+this.unique).style.border="1px solid #54bd95",this.labelAnimation&&(document.getElementById("labelemail"+this.unique).style.color="#54bd95")):(this.input_error_message="Please enter a valid email",document.getElementById("input-field"+this.unique).style.border="1px solid #ff5050",this.labelAnimation&&(document.getElementById("labelemail"+this.unique).style.color="#ff5050"))},focusPassword(){!0===this.passwordCondition&&(this.show_password_condition=!0),document.getElementById("input-field"+this.unique).style.border="1px solid #54bd95",!0===this.required&&(this.showMandatory=!0)},blurPassword(){this.show_password_condition=!1,document.getElementById("input-field"+this.unique).style.border="1px solid #d8d8d8",!0===this.required&&(this.showMandatory=!0),this.$emit("focus-out",this.value)},hoverPassword(){},unHoverPassword(){},conditionTrue(e){this.passwordCondition&&(document.querySelector("."+e).style.color="#02b55c",document.querySelector("#"+e+"-icon").classList.remove("icon-times-circle-regular"),document.querySelector("#"+e+"-icon").classList.add("icon-check-circle-filled"))},conditionFalse(e){this.passwordCondition&&(document.querySelector("."+e).style.color="#565553",document.querySelector("#"+e+"-icon").classList.remove("icon-check-circle-filled"),document.querySelector("#"+e+"-icon").classList.add("icon-times-circle-regular"))},validatePassword(){/^(?=.*[a-z]).+$/.test(this.value)?this.conditionTrue("lowercase"):this.conditionFalse("lowercase"),/^(?=.*[A-Z]).+$/.test(this.value)?this.conditionTrue("uppercase"):this.conditionFalse("uppercase"),/^(?=.*[_\W]).+$/.test(this.value)?this.conditionTrue("special"):this.conditionFalse("special"),/^(?=.*[0-9]).+$/.test(this.value)?this.conditionTrue("number"):this.conditionFalse("number"),String(this.value).length>=8?this.conditionTrue("length"):this.conditionFalse("length")},togglePassword(){const e=document.querySelector("#password-toggle-icon").classList[0];"icon-eye-slash-regular"===e?(document.querySelector("#password-toggle-icon").classList.remove(e),document.querySelector("#password-toggle-icon").classList.add("icon-eye-regular")):(document.querySelector("#password-toggle-icon").classList.remove(e),document.querySelector("#password-toggle-icon").classList.add("icon-eye-slash-regular"));const t=document.querySelector("#inputpassword"+this.unique);"password"===t.type?t.type="text":t.type="password"},focusNumber(){document.querySelector("#input-field"+this.unique).style.border="1px solid #54bd95",this.labelAnimation&&(document.getElementById("label"+this.unique).style.color="#54bd95"),this.minimum="Minimum this.value: "+this.minLimit+" , ",this.maximum="Minimum this.value: "+this.maxLimit,!0===this.required&&(this.showMandatory=!0),""!==this.input_error_message&&(document.querySelector("#input-field"+this.unique).style.border="1px solid #ff5050",this.labelAnimation&&(document.getElementById("label"+this.unique).style.color="#ff5050"))},blurNumber(){document.querySelector("#input-field"+this.unique).style.border="1px solid #d8d8d8",this.labelAnimation&&(document.getElementById("label"+this.unique).style.color="#a6a6a6"),this.minimum="",this.maximum="",!0===this.required&&(this.showMandatory=!0),""!==this.input_error_message&&(document.querySelector("#input-field"+this.unique).style.border="1px solid #ff5050",this.labelAnimation&&(document.getElementById("label"+this.unique).style.color="#ff5050")),this.validatePhoneNumber(),this.$emit("focus-out",this.value)},hoverNumber(){document.querySelector("#inputnumber"+this.unique)!==document.activeElement&&(document.querySelector("#input-field"+this.unique).style.border="1px solid #54bd95")},unHoverNumber(){document.querySelector("#inputnumber"+this.unique)!==document.activeElement&&(document.querySelector("#input-field"+this.unique).style.border="1px solid #d8d8d8",this.labelAnimation&&(document.getElementById("label"+this.unique).style.color="#a6a6a6")),""!==this.input_error_message&&(document.querySelector("#input-field"+this.unique).style.border="1px solid #ff5050",this.labelAnimation&&(document.getElementById("label"+this.unique).style.color="#ff5050"))},focusDate(){document.querySelector("#input-field"+this.unique).style.border="1px solid #54bd95",this.containerleft=document.querySelector("#input-field"+this.unique).getBoundingClientRect().left,this.containertop=document.querySelector("#input-field"+this.unique).getBoundingClientRect().top,this.containerwidth=document.querySelector("#input-field"+this.unique).getBoundingClientRect().width},blurDate(){this.show_calendar=!1,document.querySelector("#input-field"+this.unique).style.border="1px solid #d8d8d8",this.$emit("focus-out",this.value)},hoverDate(){},unHoverDate(){},validateNumber(){this.minLimit&&void 0!==this.maxLimit&&(this.value>this.maxLimit?document.querySelector(".max").style.color="#ff5050":document.querySelector(".max").style.color="#02b55c",this.value<this.minLimit?document.querySelector(".min").style.color="#ff5050":document.querySelector(".min").style.color="#02b55c",""===this.value&&(document.querySelector(".max").style.color="#02b55c",document.querySelector(".min").style.color="#02b55c"))}}};const Iu={key:0,class:"input-container"},qu=["id"],Du=["id"],Tu={key:1,class:"label-overlay"},Ou={key:2,class:"readonly-overlay"},Ru=["id","name","type"],Mu=["id","for"],Lu={key:0,style:{color:"#ff5050"}},Uu=["id"],Fu={key:4,class:"input-icon"},Pu={key:5,style:{width:"max-content","font-size":"15px",color:"#6b7280",background:"#f9fafb","border-top-right-radius":"5px","border-bottom-right-radius":"5px",display:"flex",padding:"8px","border-left":"1px solid #d8d8d8"}},Hu=["id"],Ku={key:0,style:{width:"max-content","font-size":"15px",color:"#6b7280",background:"#f9fafb","border-top-left-radius":"5px","border-bottom-left-radius":"5px",display:"flex",padding:"8px","border-right":"1px solid #d8d8d8"}},ju={key:1,class:"label-overlay"},Qu={key:2,class:"readonly-overlay"},zu=["id","name","type","placeholder"],Ju=["id"],Xu={key:4,class:"input-icon"},Wu={key:5,style:{width:"max-content","font-size":"15px",color:"#6b7280",background:"#f9fafb","border-top-right-radius":"5px","border-bottom-right-radius":"5px",display:"flex",padding:"8px","border-left":"1px solid #d8d8d8"}},Yu={key:1,class:"input-container"},Gu=["id"],Zu={key:0,class:"label-overlay"},$u={key:1,class:"readonly-overlay"},eh=["id","name"],th=["id","for"],ih={key:0,style:{color:"#ff5050"}},nh=["id"],oh={key:3,class:"input-icon"},lh=["id"],ah={key:0,class:"label-overlay"},rh={key:1,class:"readonly-overlay"},sh=["id","name","placeholder"],ch=["id"],dh={key:3,class:"input-icon"},uh={key:2,class:"input-container"},hh=["id"],ph={key:0,class:"label-overlay"},mh={key:1,class:"readonly-overlay"},gh=["id","name"],Ah=["id","for"],fh={key:0,style:{color:"#ff5050"}},yh=["id"],bh={key:3,class:"input-icon"},vh=["id"],kh={key:0,class:"label-overlay"},Ch={key:1,class:"readonly-overlay"},Eh=["id","name","placeholder"],wh=["id"],Vh={key:3,class:"input-icon"},xh={class:"address-options-parent-container"},Bh=["onClick"],Nh=[t.createElementVNode("i",{class:"icon-plus-circle-regular"},null,-1),t.createElementVNode("span",{style:{fontcolor:"#2879b7","font-size":"14px"}},"Add new address ",-1)],Sh={class:"address-options-parent-container"},_h=[t.createElementVNode("i",{class:"icon-plus-circle-regular"},null,-1),t.createElementVNode("span",{style:{fontcolor:"#2879b7","font-size":"14px"}},"Add new address ",-1)],Ih={key:3,class:"input-container"},qh=["id"],Dh=["id","name","rows"],Th=["id","for"],Oh={key:0,style:{color:"#ff5050"}},Rh=["id"],Mh=["id","name","placeholder","rows"],Lh={key:4,class:"input-container"},Uh=["id"],Fh={key:0,class:"label-overlay"},Ph={key:1,class:"readonly-overlay"},Hh=["id","name"],Kh=["id","for"],jh={key:0,style:{color:"#ff5050"}},Qh=["id"],zh=["id"],Jh={key:0,class:"label-overlay"},Xh={key:1,class:"readonly-overlay"},Wh=["id","name","placeholder","disabled"],Yh=["id","for"],Gh={key:0,style:{color:"#ff5050"}},Zh=["id"],$h={key:5,class:"input-container",style:{"align-items":"flex-start"}},ep={key:0,id:"pp",class:"password-condition-dialog"},tp=[t.createStaticVNode('<div class="password-conditon-dialog-title">Password must contain</div><div class="condition-box length"><span class="conditions">A minimum of 8 characters long</span><div class="icon-area"><i id="length-icon" class="icon-times-circle-regular"></i></div></div><div class="condition-box lowercase"><span class="conditions">A minimum of 1 lower case letter [a-z]</span><div class="icon-area"><i id="lowercase-icon" class="icon-times-circle-regular"></i></div></div><div class="condition-box uppercase"><span class="conditions">A minimum of 1 upper case letter [A-Z]</span><div class="icon-area"><i id="uppercase-icon" class="icon-times-circle-regular"></i></div></div><div class="condition-box number"><span class="conditions">A minimum of 1 numeric character [0-9]</span><div class="icon-area"><i id="number-icon" class="icon-times-circle-regular"></i></div></div><div class="condition-box special"><span class="conditions">A minimum of 1 special character [:~!]</span><div class="icon-area"><i id="special-icon" class="icon-times-circle-regular"></i></div></div>',6)],ip=["id"],np=["id","name"],op=["id","for"],lp={key:0,style:{color:"#ff5050"}},ap=[t.createElementVNode("i",{id:"password-toggle-icon",class:"icon-eye-slash-regular",style:{color:"#a6a6a6"}},null,-1)],rp={key:6,class:"input-container"},sp=["id"],cp={style:{width:"100%"}},dp=["id","name"],up=["id","for"],hp={key:0,style:{color:"#ff5050"}},pp={key:7,class:"input-container"},mp={key:0,class:"phone-number"},gp=["id"],Ap=["id"],fp={style:{display:"flex",width:"30px","margin-right":"6px"}},yp=["src"],bp={style:{width:"45px"}},vp={key:0,class:"icon-caret-up-filled"},kp={key:1,class:"icon-caret-down-filled"},Cp={key:0,class:"label-overlay"},Ep={key:1,class:"readonly-overlay"},wp=["id","disabled","name"],Vp=["id","for"],xp={key:0,style:{color:"#ff5050"}},Bp={key:2,class:"input-icon"},Np={key:1,class:"phone-number"},Sp=["id"],_p=["id"],Ip=["src"],qp=t.createTextVNode("    "),Dp=t.createTextVNode("    "),Tp={key:0,class:"icon-caret-up-filled"},Op={key:1,class:"icon-caret-down-filled"},Rp={key:0,class:"label-overlay"},Mp={key:1,class:"readonly-overlay"},Lp=["id","disabled","name","placeholder"],Up={class:"new-country-list-container",style:{width:"100%","box-shadow":"0 0 7px #d8d8d8","margin-top":"4px","border-radius":"5px","background-color":"white"}},Fp={style:{padding:"4px 8px",display:"flex"}},Pp={style:{"max-height":"150px",width:"100%",overflow:"auto",display:"flex","flex-direction":"column","background-color":"white"}},Hp=["onClick"],Kp={style:{display:"flex",width:"30px","margin-right":"6px"}},jp=["src"],Qp={style:{width:"45px"}},zp={key:8,class:"input-container"},Jp=["id"],Xp={key:0,class:"label-overlay"},Wp={key:1,class:"readonly-overlay"},Yp=["id","name","min","max"],Gp=["id","for"],Zp={key:0,style:{color:"#ff5050"}},$p={key:2,class:"input-icon"},em=["id"],tm={key:0,class:"label-overlay"},im={key:1,class:"readonly-overlay"},nm=["id","name","min","max"],om={key:2,class:"input-icon"},lm={key:0,class:"min"},am={key:1,class:"max"},rm={key:2},sm={key:9,class:"input-container"},cm=["id"],dm={key:2,class:"readonly-overlay",style:{cursor:"pointer"}},um=["id","name"],hm=["id","for"],pm={key:0,style:{color:"#ff5050"}},mm={key:3,class:"input-icon"},gm=["id"],Am={key:0,class:"label-overlay"},fm={key:1,class:"readonly-overlay"},ym=["id","name","placeholder"],bm={key:2,class:"input-icon"},vm={key:10,class:"whole-checkbox"},km=t.createTextVNode(t.toDisplayString("Select all")+" "),Cm={key:0,class:"icon-minus-regular partially-checked"},Em=["disabled"],wm=["id"],Vm={class:"ellipsis"},xm=["id","checked","disabled","onClick"],Bm={key:11,class:"whole-checkbox"},Nm={class:"ellipsis"},Sm={key:0,style:{color:"#ff5050"}},_m=["id","checked","disabled"],Im=["id"],qm={class:"ellipsis"},Dm={key:0,style:{color:"#ff5050"}},Tm=["id","name","for","checked","disabled"],Om=["id"],Rm={class:"ellipsis"},Mm=["id","name","disabled","for","checked","onClick"],Lm={key:14,style:{margin:"0 10px 0 15px"}},Um=["checked","disabled"],Fm=["id"];_u.render=function(e,i,n,o,l,a){const r=t.resolveComponent("hlx-overlay"),s=t.resolveComponent("hlx-search"),c=t.resolveComponent("Calendar"),d=t.resolveDirective("click-away");return t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createCommentVNode("------------------------------------------------- Mixed input ----------------------------------------------------"),n.type.includes("mixed")?(t.openBlock(),t.createElementBlock("div",Iu,[1==n.labelAnimation?(t.openBlock(),t.createElementBlock("div",{key:0,id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,disabled:n.disabled,readOnly:e.readOnlyProp,customError:n.customError}])},[n.prefix?(t.openBlock(),t.createElementBlock("span",{key:0,id:"prefix"+l.unique,style:{width:"max-content","font-size":"15px",color:"#6b7280",background:"#f9fafb","border-top-left-radius":"5px","border-bottom-left-radius":"5px",display:"flex",padding:"8px","border-right":"1px solid #d8d8d8"}},[t.createElementVNode("main",null,[t.renderSlot(e.$slots,"prefix")])],8,Du)):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",Tu)):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",Ou)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("input",{id:"input"+l.unique,"onUpdate:modelValue":i[0]||(i[0]=e=>l.value=e),name:n.name,type:n.type.includes("number")?"number":"text",style:t.normalizeStyle({background:n.customBackground}),autocomplete:"off",required:"",onFocus:i[1]||(i[1]=(...e)=>a.focusInput&&a.focusInput(...e)),onBlur:i[2]||(i[2]=(...e)=>a.blurInput&&a.blurInput(...e)),onMouseenter:i[3]||(i[3]=(...e)=>a.hoverInput&&a.hoverInput(...e)),onMouseleave:i[4]||(i[4]=(...e)=>a.unHoverInput&&a.unHoverInput(...e)),onInput:i[5]||(i[5]=(...e)=>a.atInput&&a.atInput(...e)),onKeyup:i[6]||(i[6]=t.withKeys((e=>a.atEnter(e,l.value)),["enter"]))},null,44,Ru),[[t.vModelDynamic,l.value]]),t.createElementVNode("label",{id:"label"+l.unique,style:t.normalizeStyle({background:n.customBackground,left:a.getMultiInputWidth()}),for:"input"+l.unique,onMouseenter:i[7]||(i[7]=(...e)=>a.hoverInput&&a.hoverInput(...e))},[t.createTextVNode(t.toDisplayString(n.labelValue),1),l.showMandatory?(t.openBlock(),t.createElementBlock("span",Lu,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)],44,Mu),a.showClear?(t.openBlock(),t.createElementBlock("i",{key:3,id:n.icon,class:"icon-times-circle-regular",style:{position:"relative",top:"10px",right:"10px",color:"#d8d8d8",cursor:"pointer"},onClick:i[8]||(i[8]=e=>l.value="")},null,8,Uu)):t.createCommentVNode("v-if",!0),"left"==n.iconPosition||"right"==n.iconPosition?(t.openBlock(),t.createElementBlock("span",Fu,[t.createElementVNode("i",{class:t.normalizeClass("icon-"+n.icon)},null,2)])):t.createCommentVNode("v-if",!0),n.suffix?(t.openBlock(),t.createElementBlock("span",Pu,[t.createElementVNode("main",null,[t.renderSlot(e.$slots,"suffix")])])):t.createCommentVNode("v-if",!0)],10,qu)):t.createCommentVNode("v-if",!0),!1===n.labelAnimation?(t.openBlock(),t.createElementBlock("div",{key:1,id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,disabled:n.disabled,readOnly:e.readOnlyProp,customError:n.customError}])},[n.prefix?(t.openBlock(),t.createElementBlock("span",Ku,[t.createElementVNode("main",null,[t.renderSlot(e.$slots,"prefix")])])):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",ju)):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",Qu)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("input",{id:"input"+l.unique,"onUpdate:modelValue":i[9]||(i[9]=e=>l.value=e),name:n.name,type:n.type.includes("number")?"number":"text",placeholder:n.labelValue,style:t.normalizeStyle({background:n.customBackground}),autocomplete:"off",required:"",onFocus:i[10]||(i[10]=(...e)=>a.focusInput&&a.focusInput(...e)),onBlur:i[11]||(i[11]=(...e)=>a.blurInput&&a.blurInput(...e)),onMouseenter:i[12]||(i[12]=(...e)=>a.hoverInput&&a.hoverInput(...e)),onMouseleave:i[13]||(i[13]=(...e)=>a.unHoverInput&&a.unHoverInput(...e)),onInput:i[14]||(i[14]=(...e)=>a.atInput&&a.atInput(...e)),onKeyup:i[15]||(i[15]=t.withKeys((e=>a.atEnter(e,l.value)),["enter"]))},null,44,zu),[[t.vModelDynamic,l.value]]),a.showClear?(t.openBlock(),t.createElementBlock("i",{key:3,id:n.icon,class:"icon-times-circle-regular",style:{position:"relative",top:"10px",right:"10px",color:"#d6d8d3",cursor:"pointer"},onClick:i[16]||(i[16]=e=>l.value="")},null,8,Ju)):t.createCommentVNode("v-if",!0),"left"==n.iconPosition||"right"==n.iconPosition?(t.openBlock(),t.createElementBlock("span",Xu,[t.createElementVNode("i",{class:t.normalizeClass("icon-"+n.icon)},null,2)])):t.createCommentVNode("v-if",!0),n.suffix?(t.openBlock(),t.createElementBlock("span",Wu,[t.createElementVNode("main",null,[t.renderSlot(e.$slots,"suffix")])])):t.createCommentVNode("v-if",!0)],10,Hu)):t.createCommentVNode("v-if",!0),t.createElementVNode("span",{class:"error-message",style:t.normalizeStyle(!0===n.displayError?"display: block":"display:none; height:0px")},t.toDisplayString(l.input_error_message),5)])):t.createCommentVNode("v-if",!0),t.createCommentVNode("------------------------------------------------- Regular input ----------------------------------------------------"),"text"==n.type?(t.openBlock(),t.createElementBlock("div",Yu,[1==n.labelAnimation?(t.openBlock(),t.createElementBlock("div",{key:0,id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,disabled:n.disabled,readOnly:e.readOnlyProp,customError:n.customError}])},[e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",Zu)):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",$u)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("input",{id:"input"+l.unique,"onUpdate:modelValue":i[17]||(i[17]=e=>l.value=e),name:n.name,type:"text",style:t.normalizeStyle({background:n.customBackground}),autocomplete:"off",required:"",onFocus:i[18]||(i[18]=(...e)=>a.focusInput&&a.focusInput(...e)),onBlur:i[19]||(i[19]=(...e)=>a.blurInput&&a.blurInput(...e)),onMouseenter:i[20]||(i[20]=(...e)=>a.hoverInput&&a.hoverInput(...e)),onMouseleave:i[21]||(i[21]=(...e)=>a.unHoverInput&&a.unHoverInput(...e)),onInput:i[22]||(i[22]=(...e)=>a.atInput&&a.atInput(...e)),onKeyup:i[23]||(i[23]=t.withKeys((e=>a.atEnter(e,l.value)),["enter"]))},null,44,eh),[[t.vModelText,l.value]]),t.createElementVNode("label",{id:"label"+l.unique,style:t.normalizeStyle({background:n.customBackground}),for:"input"+l.unique,onMouseenter:i[24]||(i[24]=(...e)=>a.hoverInput&&a.hoverInput(...e))},[t.createTextVNode(t.toDisplayString(n.labelValue),1),l.showMandatory?(t.openBlock(),t.createElementBlock("span",ih,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)],44,th),a.showClear?(t.openBlock(),t.createElementBlock("i",{key:2,id:n.icon,class:"icon-times-circle-regular",style:{position:"relative",top:"10px",right:"10px",color:"#d8d8d8",cursor:"pointer"},onClick:i[25]||(i[25]=e=>l.value="")},null,8,nh)):t.createCommentVNode("v-if",!0),"left"==n.iconPosition||"right"==n.iconPosition?(t.openBlock(),t.createElementBlock("span",oh,[t.createElementVNode("i",{class:t.normalizeClass("icon-"+n.icon)},null,2)])):t.createCommentVNode("v-if",!0)],10,Gu)):t.createCommentVNode("v-if",!0),0==n.labelAnimation?(t.openBlock(),t.createElementBlock("div",{key:1,id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,disabled:n.disabled,readOnly:e.readOnlyProp,customError:n.customError}])},[e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",ah)):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",rh)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("input",{id:"input"+l.unique,"onUpdate:modelValue":i[26]||(i[26]=e=>l.value=e),name:n.name,type:"text",placeholder:n.labelValue,style:t.normalizeStyle({background:n.customBackground}),autocomplete:"off",required:"",onFocus:i[27]||(i[27]=(...e)=>a.focusInput&&a.focusInput(...e)),onBlur:i[28]||(i[28]=(...e)=>a.blurInput&&a.blurInput(...e)),onMouseenter:i[29]||(i[29]=(...e)=>a.hoverInput&&a.hoverInput(...e)),onMouseleave:i[30]||(i[30]=(...e)=>a.unHoverInput&&a.unHoverInput(...e)),onInput:i[31]||(i[31]=(...e)=>a.atInput&&a.atInput(...e)),onKeyup:i[32]||(i[32]=t.withKeys((e=>a.atEnter(e,l.value)),["enter"]))},null,44,sh),[[t.vModelText,l.value]]),a.showClear?(t.openBlock(),t.createElementBlock("i",{key:2,id:n.icon,class:"icon-times-circle-regular",style:{position:"relative",top:"10px",right:"10px",color:"#d6d8d3",cursor:"pointer"},onClick:i[33]||(i[33]=e=>l.value="")},null,8,ch)):t.createCommentVNode("v-if",!0),"left"==n.iconPosition||"right"==n.iconPosition?(t.openBlock(),t.createElementBlock("span",dh,[t.createElementVNode("i",{class:t.normalizeClass("icon-"+n.icon)},null,2)])):t.createCommentVNode("v-if",!0)],10,lh)):t.createCommentVNode("v-if",!0),t.createElementVNode("span",{class:"error-message",style:t.normalizeStyle(!0===n.displayError?"display: block":"display:none; height:0px")},t.toDisplayString(l.input_error_message),5)])):t.createCommentVNode("v-if",!0),t.createCommentVNode("------------------------------------------------- Location input ----------------------------------------------------"),"location"==n.type?(t.openBlock(),t.createElementBlock("div",uh,[1==n.labelAnimation?(t.openBlock(),t.createElementBlock("div",{key:0,id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,disabled:n.disabled,readOnly:e.readOnlyProp,customError:n.customError}])},[e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",ph)):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",mh)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("input",{id:"input"+l.unique,"onUpdate:modelValue":i[34]||(i[34]=e=>l.value=e),name:n.name,type:"text",style:t.normalizeStyle({background:n.customBackground}),autocomplete:"off",required:"",onFocus:i[35]||(i[35]=(...e)=>a.focusInput&&a.focusInput(...e)),onBlur:i[36]||(i[36]=(...e)=>a.blurInput&&a.blurInput(...e)),onMouseenter:i[37]||(i[37]=(...e)=>a.hoverInput&&a.hoverInput(...e)),onMouseleave:i[38]||(i[38]=(...e)=>a.unHoverInput&&a.unHoverInput(...e)),onInput:i[39]||(i[39]=()=>{a.atInput()}),onKeyup:i[40]||(i[40]=t.withKeys((e=>a.atEnter(e,l.value)),["enter"]))},null,44,gh),[[t.vModelText,l.value]]),t.createElementVNode("label",{id:"label"+l.unique,style:t.normalizeStyle({background:n.customBackground}),for:"input"+l.unique,onMouseenter:i[41]||(i[41]=(...e)=>a.hoverInput&&a.hoverInput(...e))},[t.createTextVNode(t.toDisplayString(n.labelValue),1),l.showMandatory?(t.openBlock(),t.createElementBlock("span",fh,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)],44,Ah),a.showClear?(t.openBlock(),t.createElementBlock("i",{key:2,id:n.icon,class:"icon-times-circle-regular",style:{position:"relative",top:"10px",right:"10px",color:"#d8d8d8",cursor:"pointer"},onClick:i[42]||(i[42]=e=>l.value="")},null,8,yh)):t.createCommentVNode("v-if",!0),"left"==n.iconPosition||"right"==n.iconPosition?(t.openBlock(),t.createElementBlock("span",bh,[t.createElementVNode("i",{class:t.normalizeClass("icon-"+n.icon)},null,2)])):t.createCommentVNode("v-if",!0)],10,hh)):t.createCommentVNode("v-if",!0),0==n.labelAnimation?(t.openBlock(),t.createElementBlock("div",{key:1,id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,disabled:n.disabled,readOnly:e.readOnlyProp,customError:n.customError}])},[e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",kh)):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",Ch)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("input",{id:"input"+l.unique,"onUpdate:modelValue":i[43]||(i[43]=e=>l.value=e),name:n.name,type:"text",placeholder:n.labelValue,style:t.normalizeStyle({background:n.customBackground}),autocomplete:"off",required:"",onFocus:i[44]||(i[44]=(...e)=>a.focusInput&&a.focusInput(...e)),onBlur:i[45]||(i[45]=(...e)=>a.blurInput&&a.blurInput(...e)),onMouseenter:i[46]||(i[46]=(...e)=>a.hoverInput&&a.hoverInput(...e)),onMouseleave:i[47]||(i[47]=(...e)=>a.unHoverInput&&a.unHoverInput(...e)),onInput:i[48]||(i[48]=()=>{a.atInput()}),onKeyup:i[49]||(i[49]=t.withKeys((e=>a.atEnter(e,l.value)),["enter"]))},null,44,Eh),[[t.vModelText,l.value]]),a.showClear?(t.openBlock(),t.createElementBlock("i",{key:2,id:n.icon,class:"icon-times-circle-regular",style:{position:"relative",top:"10px",right:"10px",color:"#d6d8d3",cursor:"pointer"},onClick:i[50]||(i[50]=e=>l.value="")},null,8,wh)):t.createCommentVNode("v-if",!0),"left"==n.iconPosition||"right"==n.iconPosition?(t.openBlock(),t.createElementBlock("span",Vh,[t.createElementVNode("i",{class:t.normalizeClass("icon-"+n.icon)},null,2)])):t.createCommentVNode("v-if",!0)],10,vh)):t.createCommentVNode("v-if",!0),t.createElementVNode("span",{class:"error-message",style:t.normalizeStyle(!0===n.displayError?"display: block":"display:none; height:0px")},t.toDisplayString(l.input_error_message),5),!0===l.showLocationOptions&&l.locationData?.length>0?(t.openBlock(),t.createBlock(r,{key:2,show:!0===l.showLocationOptions&&l.locationData?.length>0,top:l.containertop,left:l.containerleft,width:l.containerwidth,height:l.containerheight,conditionvalue:250,conditiondown:45,conditionup:10,onCloseOverlay:a.closeLocationOptions},{overlay:t.withCtx((()=>[t.createElementVNode("div",xh,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.locationData,(e=>(t.openBlock(),t.createElementBlock("div",{key:e,class:"address-options-container",onClick:t=>a.setLocation(e)},[t.createElementVNode("div",{class:"address-options",style:t.normalizeStyle([a.getLocationWidth,{"font-size":"14px"}])},t.toDisplayString(e.description),5)],8,Bh)))),128)),(t.openBlock(),t.createElementBlock("div",{key:e.address,class:"address-options-container",onClick:i[51]||(i[51]=e=>this.$emit("add-new-location",!0))},[t.createElementVNode("div",{class:"link",style:t.normalizeStyle(a.getLocationWidth)},Nh,4)]))]),t.createCommentVNode(' <div v-else class="address-options-parent-container">\r\n <div :key="address" class="address-options-container" @click="this.$emit(\'add-new-location\', true)">\r\n <div class="link" :style="getLocationWidth">\r\n <i class="icon-plus-circle-regular"></i> <span style="fontColor: #2879b7; font-size: 14px">Add new address </span>\r\n </div>\r\n </div>\r\n </div> ')])),_:1},8,["show","top","left","width","height","onCloseOverlay"])):t.createCommentVNode("v-if",!0),n.showNewAddressOption?(t.openBlock(),t.createBlock(r,{key:3,show:n.showNewAddressOption,top:l.containertop,left:l.containerleft,width:l.containerwidth,height:l.containerheight,conditionvalue:250,conditiondown:45,conditionup:10,onCloseOverlay:a.closeLocationOptions},{overlay:t.withCtx((()=>[t.createElementVNode("div",Sh,[t.createCommentVNode(' <div v-for="address in locationData" :key="address" class="address-options-container" @click="setLocation(address)">\r\n <div class="address-options" :style="getLocationWidth" style="font-size: 14px;">\r\n {{ address.description }}\r\n </div>\r\n </div> '),(t.openBlock(),t.createElementBlock("div",{key:e.address,class:"address-options-container",onClick:i[52]||(i[52]=e=>this.$emit("add-new-location",!0))},[t.createElementVNode("div",{class:"link",style:t.normalizeStyle(a.getLocationWidth)},_h,4)]))]),t.createCommentVNode(' <div v-else class="address-options-parent-container">\r\n <div :key="address" class="address-options-container" @click="this.$emit(\'add-new-location\', true)">\r\n <div class="link" :style="getLocationWidth">\r\n <i class="icon-plus-circle-regular"></i> <span style="fontColor: #2879b7; font-size: 14px">Add new address </span>\r\n </div>\r\n </div>\r\n </div> ')])),_:1},8,["show","top","left","width","height","onCloseOverlay"])):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0),t.createCommentVNode("------------------------------------------------- text area input ----------------------------------------------------"),"textarea"==n.type?(t.openBlock(),t.createElementBlock("div",Ih,[1==n.labelAnimation?(t.openBlock(),t.createElementBlock("div",{key:0,id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,disabled:n.disabled,readOnly:e.readOnlyProp,customError:n.customError}]),style:t.normalizeStyle(!0===n.disabled?"cursor:not-allowed":"cursor:pointer")},[t.createCommentVNode(' <div v-if="readOnlyProp" class="label-overlay"></div>\r\n <div v-if="readOnlyProp" class="readonly-overlay"></div> '),t.withDirectives(t.createElementVNode("textarea",{id:"input"+l.unique,"onUpdate:modelValue":i[53]||(i[53]=e=>l.value=e),name:n.name,style:t.normalizeStyle({background:n.customBackground,"caret-color":e.readOnlyProp?"transparent":""}),autocomplete:"off",required:"",rows:n.rows,onFocus:i[54]||(i[54]=(...e)=>a.focusInput&&a.focusInput(...e)),onBlur:i[55]||(i[55]=(...e)=>a.blurInput&&a.blurInput(...e)),onMouseenter:i[56]||(i[56]=(...e)=>a.hoverInput&&a.hoverInput(...e)),onMouseleave:i[57]||(i[57]=(...e)=>a.unHoverInput&&a.unHoverInput(...e)),onInput:i[58]||(i[58]=(...e)=>a.atInput&&a.atInput(...e)),onKeydown:i[59]||(i[59]=(...e)=>a.handleTextareaKeydown&&a.handleTextareaKeydown(...e)),onKeyup:i[60]||(i[60]=t.withKeys((e=>a.atEnter(e,l.value)),["enter"]))},null,44,Dh),[[t.vModelText,l.value]]),t.createElementVNode("label",{id:"label"+l.unique,style:t.normalizeStyle({background:n.customBackground}),for:"input"+l.unique,onMouseenter:i[61]||(i[61]=(...e)=>a.hoverInput&&a.hoverInput(...e))},[t.createTextVNode(t.toDisplayString(n.labelValue),1),l.showMandatory?(t.openBlock(),t.createElementBlock("span",Oh,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)],44,Th),t.createCommentVNode(" <span\r\n class=\"input-icon\"\r\n v-if=\"\r\n this.iconPosition == 'left' || this.iconPosition == 'right'\r\n ? true\r\n : false\r\n \"\r\n ><i :class=\"'icon-' + this.icon\"></i\r\n ></span> ")],14,qh)):t.createCommentVNode("v-if",!0),0==n.labelAnimation?(t.openBlock(),t.createElementBlock("div",{key:1,id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,disabled:n.disabled,readOnly:e.readOnlyProp,customError:n.customError}]),style:t.normalizeStyle(!0===n.disabled?"cursor:not-allowed":"cursor:pointer")},[t.createCommentVNode(' <div v-if="readOnlyProp" class="label-overlay"></div>\r\n <div v-if="readOnlyProp" class="readonly-overlay"></div> '),t.withDirectives(t.createElementVNode("textarea",{id:"input"+l.unique,"onUpdate:modelValue":i[62]||(i[62]=e=>l.value=e),name:n.name,placeholder:n.labelValue,style:t.normalizeStyle({background:n.customBackground,"caret-color":e.readOnlyProp?"transparent":""}),autocomplete:"off",required:"",rows:n.rows,onFocus:i[63]||(i[63]=(...e)=>a.focusInput&&a.focusInput(...e)),onBlur:i[64]||(i[64]=(...e)=>a.blurInput&&a.blurInput(...e)),onMouseenter:i[65]||(i[65]=(...e)=>a.hoverInput&&a.hoverInput(...e)),onMouseleave:i[66]||(i[66]=(...e)=>a.unHoverInput&&a.unHoverInput(...e)),onInput:i[67]||(i[67]=(...e)=>a.atInput&&a.atInput(...e)),onKeydown:i[68]||(i[68]=(...e)=>a.handleTextareaKeydown&&a.handleTextareaKeydown(...e)),onKeyup:i[69]||(i[69]=t.withKeys((e=>a.atEnter(e,l.value)),["enter"]))},null,44,Mh),[[t.vModelText,l.value]]),t.createCommentVNode(" <span\r\n class=\"input-icon\"\r\n v-if=\"\r\n this.iconPosition == 'left' || this.iconPosition == 'right'\r\n ? true\r\n : false\r\n \"\r\n ><i :class=\"'icon-' + this.icon\"></i\r\n ></span> ")],14,Rh)):t.createCommentVNode("v-if",!0),t.createElementVNode("span",{class:"error-message",style:t.normalizeStyle(!0===n.displayError?"display: block":"display:none; height:0px")},t.toDisplayString(l.input_error_message),5)])):t.createCommentVNode("v-if",!0),t.createCommentVNode("--------------------------------------------------------- Email input ----------------------------------------------"),"email"==n.type?(t.openBlock(),t.createElementBlock("div",Lh,[!0===n.labelAnimation?(t.openBlock(),t.createElementBlock("div",{key:0,id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,disabled:n.disabled,readOnly:e.readOnlyProp,customError:n.customError}]),onMouseenter:i[76]||(i[76]=(...e)=>a.hoverEmail&&a.hoverEmail(...e)),onMouseleave:i[77]||(i[77]=(...e)=>a.unHoverEmail&&a.unHoverEmail(...e))},[e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",Fh)):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",Ph)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("input",{id:"inputemail"+l.unique,"onUpdate:modelValue":i[70]||(i[70]=e=>l.value=e),name:n.name,type:"text",style:t.normalizeStyle({background:n.customBackground}),autocomplete:"off",required:"",onBlur:i[71]||(i[71]=(...e)=>a.blurEmail&&a.blurEmail(...e)),onFocus:i[72]||(i[72]=(...e)=>a.focusEmail&&a.focusEmail(...e)),onKeyup:i[73]||(i[73]=t.withKeys((()=>{a.validateEmail(),a.atEnter(e.$event,l.value)}),["enter"])),onInput:i[74]||(i[74]=(...e)=>a.atInput&&a.atInput(...e))},null,44,Hh),[[t.vModelText,l.value]]),1==n.labelAnimation?(t.openBlock(),t.createElementBlock("label",{key:2,id:"labelemail"+l.unique,style:t.normalizeStyle({background:n.customBackground}),for:"inputemail"+l.unique},[t.createTextVNode(t.toDisplayString(n.labelValue),1),l.showMandatory?(t.openBlock(),t.createElementBlock("span",jh,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)],12,Kh)):t.createCommentVNode("v-if",!0),a.showClear?(t.openBlock(),t.createElementBlock("i",{key:3,id:n.icon,class:"icon-times-circle-regular",style:{position:"relative",top:"10px",right:"10px",color:"#d6d8d3",cursor:"pointer"},onClick:i[75]||(i[75]=e=>l.value="")},null,8,Qh)):t.createCommentVNode("v-if",!0)],42,Uh)):t.createCommentVNode("v-if",!0),!1===n.labelAnimation?(t.openBlock(),t.createElementBlock("div",{key:1,id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,disabled:n.disabled,readOnly:e.readOnlyProp,customError:n.customError}]),onMouseenter:i[84]||(i[84]=(...e)=>a.hoverEmail&&a.hoverEmail(...e)),onMouseleave:i[85]||(i[85]=(...e)=>a.unHoverEmail&&a.unHoverEmail(...e))},[e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",Jh)):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",Xh)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("input",{id:"inputemail"+l.unique,"onUpdate:modelValue":i[78]||(i[78]=e=>l.value=e),name:n.name,type:"text",style:t.normalizeStyle({background:n.customBackground}),autocomplete:"off",placeholder:n.labelValue,required:"",disabled:a.isDisabled,onBlur:i[79]||(i[79]=(...e)=>a.blurEmail&&a.blurEmail(...e)),onFocus:i[80]||(i[80]=(...e)=>a.focusEmail&&a.focusEmail(...e)),onKeyup:i[81]||(i[81]=t.withKeys((()=>{a.validateEmail(),a.atEnter(e.$event,l.value)}),["enter"])),onInput:i[82]||(i[82]=(...e)=>a.atInput&&a.atInput(...e))},null,44,Wh),[[t.vModelText,l.value]]),1==n.labelAnimation?(t.openBlock(),t.createElementBlock("label",{key:2,id:"labelemail"+l.unique,style:t.normalizeStyle({background:n.customBackground}),for:"inputemail"+l.unique},[t.createTextVNode(t.toDisplayString(n.labelValue),1),l.showMandatory?(t.openBlock(),t.createElementBlock("span",Gh,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)],12,Yh)):t.createCommentVNode("v-if",!0),a.showClear?(t.openBlock(),t.createElementBlock("i",{key:3,id:n.icon,class:"icon-times-circle-regular",style:{position:"relative",top:"10px",right:"10px",color:"#d6d8d3",cursor:"pointer"},onClick:i[83]||(i[83]=e=>l.value="")},null,8,Zh)):t.createCommentVNode("v-if",!0)],42,zh)):t.createCommentVNode("v-if",!0),t.createElementVNode("span",{class:"error-message",style:t.normalizeStyle(!0===n.displayError?"display: block":"display:none; height:0px")},t.toDisplayString(l.input_error_message),5)])):t.createCommentVNode("v-if",!0),t.createCommentVNode("------------------------------------------------------- Password input ---------------------------------------------"),"password"==n.type?(t.openBlock(),t.createElementBlock("div",$h,[1==l.show_password_condition?(t.openBlock(),t.createElementBlock("div",ep,tp)):t.createCommentVNode("v-if",!0),t.createElementVNode("div",{id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,disabled:n.disabled,readOnly:e.readOnlyProp,customError:n.customError}])},[t.createCommentVNode(' <form style="width: 100%" @submit.prevent="handleSubmit"> '),t.withDirectives(t.createElementVNode("input",{id:"inputpassword"+l.unique,"onUpdate:modelValue":i[86]||(i[86]=e=>l.value=e),name:n.name,type:"password",style:t.normalizeStyle({background:n.customBackground}),autocomplete:"off",required:"",onFocus:i[87]||(i[87]=(...e)=>a.focusPassword&&a.focusPassword(...e)),onBlur:i[88]||(i[88]=(...e)=>a.blurPassword&&a.blurPassword(...e)),onKeyup:[i[89]||(i[89]=(...e)=>a.validatePassword&&a.validatePassword(...e)),i[93]||(i[93]=t.withKeys((e=>{a.atEnter(e,l.value),e.preventDefault()}),["enter"]))],onMouseenter:i[90]||(i[90]=(...e)=>a.hoverPassword&&a.hoverPassword(...e)),onMouseleave:i[91]||(i[91]=(...e)=>a.unHoverPassword&&a.unHoverPassword(...e)),onInput:i[92]||(i[92]=(...e)=>a.atInput&&a.atInput(...e))},null,44,np),[[t.vModelText,l.value]]),t.createCommentVNode(" </form> "),1==n.labelAnimation?(t.openBlock(),t.createElementBlock("label",{key:0,id:"labelpassword"+l.unique,style:t.normalizeStyle({background:n.customBackground}),for:"inputpassword"+l.unique,onMouseenter:i[94]||(i[94]=(...e)=>a.hoverPassword&&a.hoverPassword(...e))},[t.createTextVNode(t.toDisplayString(n.labelValue),1),l.showMandatory?(t.openBlock(),t.createElementBlock("span",lp,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)],44,op)):t.createCommentVNode("v-if",!0),t.createElementVNode("span",{class:"input-icon",style:{cursor:"pointer"},onClick:i[95]||(i[95]=(...e)=>a.togglePassword&&a.togglePassword(...e))},ap)],10,ip),t.createElementVNode("span",{class:"error-message",style:t.normalizeStyle(!0===n.displayError?"display: block":"display:none; height:0px")},t.toDisplayString(l.input_error_message),5),t.createCommentVNode("--------------------------------------------------- Password conditions dialog -------------------------------------")])):t.createCommentVNode("v-if",!0),"confirmpassword"==n.type?(t.openBlock(),t.createElementBlock("div",rp,[t.createElementVNode("div",{id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,disabled:n.disabled,readOnly:e.readOnlyProp,customError:n.customError}])},[t.createElementVNode("form",cp,[t.withDirectives(t.createElementVNode("input",{id:"inputpassword"+l.unique,"onUpdate:modelValue":i[96]||(i[96]=e=>l.value=e),name:n.name,type:"password",style:t.normalizeStyle({background:n.customBackground}),autocomplete:"off",required:"",onFocus:i[97]||(i[97]=(...e)=>a.focusPassword&&a.focusPassword(...e)),onBlur:i[98]||(i[98]=(...e)=>a.blurPassword&&a.blurPassword(...e)),onMouseenter:i[99]||(i[99]=(...e)=>a.hoverPassword&&a.hoverPassword(...e)),onMouseleave:i[100]||(i[100]=(...e)=>a.unHoverPassword&&a.unHoverPassword(...e)),onInput:i[101]||(i[101]=(...e)=>a.atInput&&a.atInput(...e)),onKeyup:i[102]||(i[102]=t.withKeys((e=>a.atEnter(e,l.value)),["enter"]))},null,44,dp),[[t.vModelText,l.value]])]),1==n.labelAnimation?(t.openBlock(),t.createElementBlock("label",{key:0,id:"labelpassword"+l.unique,style:t.normalizeStyle({background:n.customBackground}),for:"inputpassword"+l.unique,onMouseenter:i[103]||(i[103]=(...e)=>a.hoverPassword&&a.hoverPassword(...e))},[t.createTextVNode(t.toDisplayString(n.labelValue),1),l.showMandatory?(t.openBlock(),t.createElementBlock("span",hp,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)],44,up)):t.createCommentVNode("v-if",!0),t.createCommentVNode(' <span class="input-icon" @click="togglePassword" style="cursor: pointer"\r\n ><i class="icon-eye-slash-regular" id="password-toggle-icon"></i\r\n ></span> ')],10,sp),t.createCommentVNode("--------------------------------------------------- Password conditions dialog -------------------------------------"),t.createElementVNode("span",{class:"error-message",style:t.normalizeStyle(!0===n.displayError?"display: block":"display:none; height:0px")},t.toDisplayString(l.input_error_message),5)])):t.createCommentVNode("v-if",!0),t.createCommentVNode("------------------------------------------------------- Phone number input ---------------------------------------------"),"phonenumber"==n.type?(t.openBlock(),t.createElementBlock("div",pp,[1==n.labelAnimation?(t.openBlock(),t.createElementBlock("div",mp,[t.createElementVNode("div",{id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,disabled:n.disabled,readOnly:e.readOnlyProp,customError:n.customError}])},[t.createElementVNode("span",{id:"prefix"+l.unique,style:{width:"115px","font-size":"15px",color:"#6b7280",background:"white","border-top-left-radius":"5px","border-bottom-left-radius":"5px",display:"flex",padding:"0 8px","border-right":"1px solid #d8d8d8","align-items":"center",cursor:"pointer"},onClick:i[104]||(i[104]=(...e)=>a.showNewCountryListFunc&&a.showNewCountryListFunc(...e))},[t.createElementVNode("span",fp,[t.createElementVNode("img",{src:l.selectedCountry.flags,alt:"",srcset:"",style:{"max-width":"100%",height:"20px"}},null,8,yp)]),t.createElementVNode("span",bp,t.toDisplayString(l.selectedCountry.dial_code),1),l.showNewCountryList?(t.openBlock(),t.createElementBlock("i",vp)):(t.openBlock(),t.createElementBlock("i",kp))],8,Ap),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",Cp)):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",Ep)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("input",{id:"inputnumber"+l.unique,"onUpdate:modelValue":i[105]||(i[105]=e=>l.value=e),disabled:a.isDisabled,name:n.name,type:"number",style:t.normalizeStyle({background:n.customBackground}),class:t.normalizeClass("phn"+l.unique),autocomplete:"off",required:"",onFocus:i[106]||(i[106]=(...e)=>a.focusNumber&&a.focusNumber(...e)),onBlur:i[107]||(i[107]=(...e)=>a.blurNumber&&a.blurNumber(...e)),onMouseenter:i[108]||(i[108]=(...e)=>a.hoverNumber&&a.hoverNumber(...e)),onMouseleave:i[109]||(i[109]=(...e)=>a.unHoverNumber&&a.unHoverNumber(...e)),onInput:i[110]||(i[110]=(...e)=>a.emitPhoneNumber&&a.emitPhoneNumber(...e))},null,46,wp),[[t.vModelText,l.value]]),t.createElementVNode("label",{id:"label"+l.unique,style:t.normalizeStyle([{background:n.customBackground},{left:"120px"}]),for:"input"+l.unique,onMouseenter:i[111]||(i[111]=(...e)=>a.hoverInput&&a.hoverInput(...e))},[t.createTextVNode(t.toDisplayString(n.labelValue),1),l.showMandatory?(t.openBlock(),t.createElementBlock("span",xp,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)],44,Vp),"left"==n.iconPosition||"right"==n.iconPosition?(t.openBlock(),t.createElementBlock("span",Bp,[t.createElementVNode("i",{class:t.normalizeClass("icon-"+n.icon)},null,2)])):t.createCommentVNode("v-if",!0)],10,gp)])):t.createCommentVNode("v-if",!0),0==n.labelAnimation?(t.openBlock(),t.createElementBlock("div",Np,[t.createElementVNode("div",{id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,disabled:n.disabled,readOnly:e.readOnlyProp,customError:n.customError}])},[t.createElementVNode("span",{id:"prefix"+l.unique,style:{width:"max-content","font-size":"15px",color:"#6b7280",background:"white","border-top-left-radius":"5px","border-bottom-left-radius":"5px",display:"flex",padding:"0 8px","border-right":"1px solid #d8d8d8","align-items":"center",cursor:"pointer"},onClick:i[112]||(i[112]=(...e)=>a.showNewCountryListFunc&&a.showNewCountryListFunc(...e))},[t.createElementVNode("img",{src:l.selectedCountry.flags,alt:"",srcset:"",width:"30"},null,8,Ip),qp,t.createElementVNode("span",null,t.toDisplayString(l.selectedCountry.dial_code),1),Dp,l.showNewCountryList?(t.openBlock(),t.createElementBlock("i",Tp)):(t.openBlock(),t.createElementBlock("i",Op))],8,_p),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",Rp)):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",Mp)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("input",{id:"inputnumber"+l.unique,"onUpdate:modelValue":i[113]||(i[113]=e=>l.value=e),disabled:a.isDisabled,name:n.name,type:"number",style:t.normalizeStyle({background:n.customBackground}),class:t.normalizeClass("phn"+l.unique),autocomplete:"off",required:"",placeholder:n.labelValue,onFocus:i[114]||(i[114]=(...e)=>a.focusNumber&&a.focusNumber(...e)),onBlur:i[115]||(i[115]=(...e)=>a.blurNumber&&a.blurNumber(...e)),onMouseenter:i[116]||(i[116]=(...e)=>a.hoverNumber&&a.hoverNumber(...e)),onMouseleave:i[117]||(i[117]=(...e)=>a.unHoverNumber&&a.unHoverNumber(...e)),onInput:i[118]||(i[118]=(...e)=>a.emitPhoneNumber&&a.emitPhoneNumber(...e))},null,46,Lp),[[t.vModelText,l.value]]),t.createCommentVNode(' <label\r\n :id="\'label\' + this.unique"\r\n :style="{ background: this.customBackground }"\r\n @mouseenter="hoverInput"\r\n :for="\'input\' + this.unique"\r\n >{{ this.labelValue }}<span style="color: #ff5050;" v-if="showMandatory">{{ \' *\' }}</span></label\r\n > ')],10,Sp)])):t.createCommentVNode("v-if",!0),l.showNewCountryList?(t.openBlock(),t.createBlock(r,{key:2,show:l.showNewCountryList,top:l.containertop,left:l.containerleft,width:l.containerwidth,height:l.containerheight,conditionvalue:250,conditiondown:45,conditionup:10,onCloseOverlay:a.showNewCountryListOverlayClose},{overlay:t.withCtx((()=>[t.createElementVNode("div",Up,[t.createElementVNode("span",Fp,[t.createVNode(s,{onSearchKey:a.searchCountryCode},null,8,["onSearchKey"])]),t.createElementVNode("span",Pp,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.countries,(e=>(t.openBlock(),t.createElementBlock("span",{key:e,class:"hover-country",style:t.normalizeStyle([{padding:"0 8px","min-height":"30px",display:"flex",gap:"8px","align-items":"center",cursor:"pointer"},{background:l.selectedCountry.name===e.name?"#54bd95":""}]),onClick:t=>a.changeSelectedCountry(e)},[t.createElementVNode("span",Kp,[t.createElementVNode("img",{src:e.flags,alt:"",srcset:"",style:{"max-width":"100%",height:"20px"}},null,8,jp)]),t.createElementVNode("span",Qp,t.toDisplayString(e.dial_code),1),t.createElementVNode("span",null,t.toDisplayString("("+e.name+")"),1)],12,Hp)))),128))])])])),_:1},8,["show","top","left","width","height","onCloseOverlay"])):t.createCommentVNode("v-if",!0),t.createElementVNode("span",{class:"error-message phone-number-validation",style:t.normalizeStyle([!0===n.displayError?"display: block":"display:none; height:0px",{height:"20px"}])},t.toDisplayString(l.input_error_message),5)])):t.createCommentVNode("v-if",!0),t.createCommentVNode("------------------------------------------------------- Number input ---------------------------------------------"),"number"==n.type?(t.openBlock(),t.createElementBlock("div",zp,[1==n.labelAnimation?(t.openBlock(),t.createElementBlock("div",{key:0,id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,disabled:n.disabled,readOnly:e.readOnlyProp,customError:n.customError}])},[e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",Xp)):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",Wp)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("input",{id:"inputnumber"+l.unique,"onUpdate:modelValue":i[119]||(i[119]=e=>l.value=e),name:n.name,type:"number",step:"0.01",style:t.normalizeStyle({background:n.customBackground}),autocomplete:"off",required:"",min:n.minLimit,max:n.maxLimit,onFocus:i[120]||(i[120]=(...e)=>a.focusNumber&&a.focusNumber(...e)),onBlur:i[121]||(i[121]=(...e)=>a.blurNumber&&a.blurNumber(...e)),onMouseenter:i[122]||(i[122]=(...e)=>a.hoverNumber&&a.hoverNumber(...e)),onMouseleave:i[123]||(i[123]=(...e)=>a.unHoverNumber&&a.unHoverNumber(...e)),onKeyup:[i[124]||(i[124]=(...e)=>a.validateNumber&&a.validateNumber(...e)),i[126]||(i[126]=t.withKeys((e=>a.atEnter(e,l.value)),["enter"]))],onInput:i[125]||(i[125]=(...e)=>a.atInput&&a.atInput(...e))},null,44,Yp),[[t.vModelText,l.value]]),t.createElementVNode("label",{id:"label"+l.unique,style:t.normalizeStyle({background:n.customBackground}),for:"input"+l.unique,onMouseenter:i[127]||(i[127]=(...e)=>a.hoverInput&&a.hoverInput(...e))},[t.createTextVNode(t.toDisplayString(n.labelValue),1),l.showMandatory?(t.openBlock(),t.createElementBlock("span",Zp,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)],44,Gp),"left"==n.iconPosition||"right"==n.iconPosition?(t.openBlock(),t.createElementBlock("span",$p,[t.createElementVNode("i",{class:t.normalizeClass("icon-"+n.icon)},null,2)])):t.createCommentVNode("v-if",!0)],10,Jp)):t.createCommentVNode("v-if",!0),0==n.labelAnimation?(t.openBlock(),t.createElementBlock("div",{key:1,id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,disabled:n.disabled,readOnly:e.readOnlyProp,customError:n.customError}])},[e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",tm)):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",im)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("input",{id:"inputnumber"+l.unique,"onUpdate:modelValue":i[128]||(i[128]=e=>l.value=e),name:n.name,type:"number",step:"0.01",style:t.normalizeStyle({background:n.customBackground}),autocomplete:"off",required:"",min:n.minLimit,max:n.maxLimit,onFocus:i[129]||(i[129]=(...e)=>a.focusNumber&&a.focusNumber(...e)),onBlur:i[130]||(i[130]=(...e)=>a.blurNumber&&a.blurNumber(...e)),onMouseenter:i[131]||(i[131]=(...e)=>a.hoverNumber&&a.hoverNumber(...e)),onMouseleave:i[132]||(i[132]=(...e)=>a.unHoverNumber&&a.unHoverNumber(...e)),onKeyup:[i[133]||(i[133]=(...e)=>a.validateNumber&&a.validateNumber(...e)),i[135]||(i[135]=t.withKeys((e=>a.atEnter(e,l.value)),["enter"]))],onInput:i[134]||(i[134]=(...e)=>a.atInput&&a.atInput(...e))},null,44,nm),[[t.vModelText,l.value]]),"left"==n.iconPosition||"right"==n.iconPosition?(t.openBlock(),t.createElementBlock("span",om,[t.createElementVNode("i",{class:t.normalizeClass("icon-"+n.icon)},null,2)])):t.createCommentVNode("v-if",!0)],10,em)):t.createCommentVNode("v-if",!0),t.createElementVNode("span",{class:"error-message number-validation",style:t.normalizeStyle([!0===n.displayError?"display: block":"display:none; height:0px",{height:"20px"}])},[null!==n.minLength?(t.openBlock(),t.createElementBlock("span",lm,t.toDisplayString(l.minimum),1)):t.createCommentVNode("v-if",!0),null!==n.maxLength?(t.openBlock(),t.createElementBlock("span",am,t.toDisplayString(l.maximum),1)):t.createCommentVNode("v-if",!0),null===n.maxLength&&null===n.minLength?(t.openBlock(),t.createElementBlock("span",rm,t.toDisplayString(l.input_error_message),1)):t.createCommentVNode("v-if",!0)],4)])):t.createCommentVNode("v-if",!0),t.createCommentVNode("------------------------------------------------------- Date input ---------------------------------------------"),"date"==n.type?(t.openBlock(),t.createElementBlock("div",sm,[n.labelAnimation?(t.openBlock(),t.createElementBlock("div",{key:0,id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,disabled:n.disabled,readOnly:e.readOnlyProp,customError:n.customError}]),style:t.normalizeStyle(!0===n.disabled?"cursor:not-allowed":"cursor:pointer"),onClick:i[146]||(i[146]=(...e)=>a.openCalendar&&a.openCalendar(...e))},[e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",{key:0,class:"label-overlay",style:{cursor:"default"},onClick:i[136]||(i[136]=t.withModifiers((()=>{}),["stop"]))})):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",{key:1,class:"readonly-overlay",style:{cursor:"default"},onClick:i[137]||(i[137]=t.withModifiers((()=>{}),["stop"]))})):t.createCommentVNode("v-if",!0),e.readOnlyProp?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",dm)),t.withDirectives(t.createElementVNode("input",{id:"inputdate"+l.unique,"onUpdate:modelValue":i[138]||(i[138]=e=>l.value=e),name:n.name,type:"text",style:t.normalizeStyle({background:n.customBackground}),autocomplete:"off",required:"",onFocus:i[139]||(i[139]=(...e)=>a.focusDate&&a.focusDate(...e)),onBlur:i[140]||(i[140]=(...e)=>a.blurDate&&a.blurDate(...e)),onMouseenter:i[141]||(i[141]=(...e)=>a.hoverDate&&a.hoverDate(...e)),onMouseleave:i[142]||(i[142]=(...e)=>a.unHoverDate&&a.unHoverDate(...e)),onInput:i[143]||(i[143]=(...e)=>a.atInput&&a.atInput(...e)),onKeyup:i[144]||(i[144]=t.withKeys((e=>a.atEnter(e,l.value)),["enter"]))},null,44,um),[[t.vModelText,l.value]]),t.createElementVNode("label",{id:"label"+l.unique,style:t.normalizeStyle({background:n.customBackground}),for:"input"+l.unique,onMouseenter:i[145]||(i[145]=(...e)=>a.hoverInput&&a.hoverInput(...e))},[t.createTextVNode(t.toDisplayString(n.labelValue),1),l.showMandatory?(t.openBlock(),t.createElementBlock("span",pm,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)],44,hm),"left"==n.iconPosition||"right"==n.iconPosition?(t.openBlock(),t.createElementBlock("span",mm,[t.createElementVNode("i",{class:t.normalizeClass("icon-"+n.icon)},null,2)])):t.createCommentVNode("v-if",!0)],14,cm)):t.createCommentVNode("v-if",!0),n.labelAnimation?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:1,id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,disabled:n.disabled,readOnly:e.readOnlyProp,customError:n.customError}]),style:t.normalizeStyle(!0===n.disabled?"cursor:not-allowed":"cursor:pointer"),onClick:i[154]||(i[154]=(...e)=>a.openCalendar&&a.openCalendar(...e))},[e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",Am)):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",fm)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("input",{id:"inputdate"+l.unique,"onUpdate:modelValue":i[147]||(i[147]=e=>l.value=e),name:n.name,type:"text",disabled:"",placeholder:n.labelValue,style:t.normalizeStyle({background:n.customBackground}),autocomplete:"off",required:"",onFocus:i[148]||(i[148]=(...e)=>a.focusDate&&a.focusDate(...e)),onBlur:i[149]||(i[149]=(...e)=>a.blurDate&&a.blurDate(...e)),onMouseenter:i[150]||(i[150]=(...e)=>a.hoverDate&&a.hoverDate(...e)),onMouseleave:i[151]||(i[151]=(...e)=>a.unHoverDate&&a.unHoverDate(...e)),onInput:i[152]||(i[152]=(...e)=>a.atInput&&a.atInput(...e)),onKeyup:i[153]||(i[153]=t.withKeys((e=>a.atEnter(e,l.value)),["enter"]))},null,44,ym),[[t.vModelText,l.value]]),"left"==n.iconPosition||"right"==n.iconPosition?(t.openBlock(),t.createElementBlock("span",bm,[t.createElementVNode("i",{class:t.normalizeClass("icon-"+n.icon)},null,2)])):t.createCommentVNode("v-if",!0)],14,gm)),t.createElementVNode("span",{class:"error-message number-validation",style:t.normalizeStyle([!0===n.displayError?"display: block":"display:none; height:0px",{height:"20px"}])},[t.createElementVNode("span",null,t.toDisplayString(l.input_error_message),1)],4),t.withDirectives(t.createVNode(r,{show:l.show_calendar,top:l.containertop,left:l.containerleft,width:l.containerwidth,conditionvalue:330,conditiondown:10,conditionup:330},{overlay:t.withCtx((()=>[l.show_calendar?t.withDirectives((t.openBlock(),t.createBlock(c,{key:0,"disable-weekend":n.disableWeekend,event:l.calendar_pos,"pre-value":e.calendarValue,"start-year":n.startYear,"end-year":n.endYear,"holiday-list":n.holidayList,onSelectedDate:a.receivedDate},null,8,["disable-weekend","event","pre-value","start-year","end-year","holiday-list","onSelectedDate"])),[[d,a.openCalendar]]):t.createCommentVNode("v-if",!0)])),_:1},8,["show","top","left","width"]),[[t.vShow,!0===l.show_calendar]])])):t.createCommentVNode("v-if",!0),t.createCommentVNode(' <div class="input-container" v-if="this.type == \'datetime-local\'">\r\n <div\r\n class="input-field"\r\n :id="\'input-field\' + this.unique"\r\n >\r\n <input\r\n type="datetime-local"\r\n :id="\'inputdate\' + this.unique"\r\n autocomplete="off"\r\n required\r\n v-model="this.value"\r\n @focus="focusDate"\r\n @blur="blurDate"\r\n @mouseenter="hoverDate"\r\n @mouseleave="unHoverDate"\r\n />\r\n <label\r\n :id="\'label\' + this.unique"\r\n :style="{ background: this.customBackground }"\r\n @mouseenter="hoverInput"\r\n :for="\'input\' + this.unique"\r\n >{{ this.labelValue }}<span style="color: #ff5050;" v-if="showMandatory">{{ \' *\' }}</span></label\r\n >\r\n <span\r\n class="input-icon"\r\n v-if="\r\n this.iconPosition == \'left\' || this.iconPosition == \'right\'\r\n ? true\r\n : false\r\n "\r\n ><i :class="\'icon-\' + this.icon"></i\r\n ></span>\r\n </div>\r\n </div> '),t.createCommentVNode("------------------------------------------------------- checkbox ---------------------------------------------"),"checkbox"==n.type?(t.openBlock(),t.createElementBlock("div",vm,[1==n.showSelectAll&&l.optionsD.length>0?(t.openBlock(),t.createElementBlock("label",{key:0,class:"check-container",onMouseover:i[158]||(i[158]=(...e)=>a.hoverSelectAll&&a.hoverSelectAll(...e)),onMouseleave:i[159]||(i[159]=(...e)=>a.unHoverSelectAll&&a.unHoverSelectAll(...e))},[km,1==a.partiallySelected?(t.openBlock(),t.createElementBlock("i",Cm)):t.createCommentVNode("v-if",!0),t.createElementVNode("input",{style:{"margin-right":"15px"},type:"checkbox",class:t.normalizeClass(["selcet","select-all"+l.unique]),disabled:n.disabled,checked:!1,onClick:i[155]||(i[155]=(...e)=>a.selectAll&&a.selectAll(...e))},null,10,Em),t.createElementVNode("span",{id:"select-all-checkmark"+l.unique,ref:"select-all-checkmark",class:"checkmark",onMouseover:i[156]||(i[156]=(...e)=>a.hoverSelectAll&&a.hoverSelectAll(...e)),onMouseleave:i[157]||(i[157]=(...e)=>a.unHoverSelectAll&&a.unHoverSelectAll(...e))},null,40,wm)],32)):t.createCommentVNode("v-if",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.optionsD,(e=>(t.openBlock(),t.createElementBlock("div",{key:e.id,class:"checkbox-container"},[t.createElementVNode("label",{class:t.normalizeClass(["check-container",{"checkContainer-readOnly":e.readOnly,"checkContainer-disabled":e.disabled}])},[t.createElementVNode("span",Vm,t.toDisplayString(e[n.label]),1),t.createElementVNode("input",{id:"check-drag"+l.unique,type:"checkbox",checked:e.checked,disabled:e.disabled,class:t.normalizeClass(["check-correct","check-drag"+l.unique]),onClick:t=>a.checkItem(e,t)},null,10,xm),t.createElementVNode("span",{class:t.normalizeClass(["checkmark",{"check-readOnly":e.readOnly,"check-disabled":e.disabled}])},null,2)],2)])))),128))])):t.createCommentVNode("v-if",!0),t.createCommentVNode("---------------------------------------------- single - checkbox------------------------------------------"),"single-checkbox"==n.type?(t.openBlock(),t.createElementBlock("div",Bm,[t.createElementVNode("label",{class:t.normalizeClass(["check-container",{"checkContainer-readOnly":n.readOnly,"checkContainer-disabled":a.isDisabled}])},[t.createElementVNode("span",Nm,t.toDisplayString(n.labelValue),1),l.showMandatory?(t.openBlock(),t.createElementBlock("span",Sm,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0),t.createElementVNode("input",{id:"check-drag"+l.unique,type:"checkbox",checked:n.checked,disabled:a.isDisabled,class:t.normalizeClass(["check-correct","check-drag"+l.unique]),onClick:i[160]||(i[160]=(...e)=>a.handleSingleCheckBox&&a.handleSingleCheckBox(...e))},null,10,_m),t.createElementVNode("span",{class:t.normalizeClass(["checkmark",{"check-readOnly":n.readOnly,"check-disabled":a.isDisabled}])},null,2)],2)])):t.createCommentVNode("v-if",!0),t.createCommentVNode("----------------------------------------------------Single Radio --------------------------------------------"),"single-radio"==n.type?(t.openBlock(),t.createElementBlock("div",{key:12,style:t.normalizeStyle("horizontal"===n.position?"display: flex; flex-direction: row":"display: flex; flex-direction: column")},[t.createElementVNode("label",{id:"radio"+l.unique,class:t.normalizeClass(["radio-container",{paddingTop:n.bellTheme,isDisabled:a.isDisabled}]),style:t.normalizeStyle("horizontal"===n.position?"margin-right: 20px;":"")},[t.createElementVNode("span",qm,t.toDisplayString(n.labelValue),1),l.showMandatory?(t.openBlock(),t.createElementBlock("span",Dm,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0),t.createElementVNode("input",{id:l.unique,type:"radio",name:n.name,for:"radio"+l.unique,checked:n.checked,disabled:a.isDisabled,onClick:i[161]||(i[161]=(...e)=>a.handleSingleRadio&&a.handleSingleRadio(...e))},null,8,Tm),t.createElementVNode("span",{class:t.normalizeClass(["radio-checkmark",{bellTheme:n.bellTheme,disabled:a.isDisabled}])},null,2)],14,Im)],4)):t.createCommentVNode("v-if",!0),t.createCommentVNode("------------------------------------------------------- Radio ---------------------------------------------"),"radio-buttons"==n.type?(t.openBlock(),t.createElementBlock("div",{key:13,style:t.normalizeStyle("horizontal"===n.position?"display: flex; flex-direction: row":"display: flex; flex-direction: column")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.optionsD,(e=>(t.openBlock(),t.createElementBlock("div",{key:e.id},[t.createElementVNode("label",{id:"radio"+e.id+l.unique,class:t.normalizeClass(["radio-container",{paddingTop:n.bellTheme,isDisabled:a.isDisabled}]),style:t.normalizeStyle("horizontal"===n.position?"margin-right: 20px; display:flex; align-items: center":"")},[t.createElementVNode("span",Rm,t.toDisplayString(e.name),1),t.createElementVNode("input",{id:e.id+l.unique,type:"radio",name:"radio"+l.unique,disabled:a.isDisabled,for:"radio"+e.id+l.unique,checked:e.checked,onClick:t=>a.checkRadio(e)},null,8,Mm),t.createElementVNode("span",{class:t.normalizeClass(["radio-checkmark",{bellTheme:n.bellTheme,disabled:a.isDisabled}]),style:t.normalizeStyle("horizontal"===n.position?"margin-top: 6px":"")},null,6)],14,Om)])))),128))],4)):t.createCommentVNode("v-if",!0),t.createCommentVNode("------------------------------------------------------- Switch ---------------------------------------------"),"switch"==n.type?(t.openBlock(),t.createElementBlock("div",Lm,[t.createElementVNode("label",{class:t.normalizeClass("switch"+l.unique)},[t.createElementVNode("input",{type:"checkbox",checked:n.checked,disabled:n.disabled,onClick:i[162]||(i[162]=(...e)=>a.checkSwitch&&a.checkSwitch(...e))},null,8,Um),t.createElementVNode("span",{id:n.readOnly?"switchDisabled":"",class:"slider round"},null,8,Fm)],2)])):t.createCommentVNode("v-if",!0)],64)},_u.__file="src/components/InputComponent.vue";var Pm={name:"HlxPagination",components:{hlxSelect:gl,HlxInput:_u},props:{total:{type:Number,default:0},modelValue:{type:Number,default:1},rowsPerPage:{type:Number,default:5},rowsPerPageList:{type:Array,default:()=>[5,10,20]},background:{type:Boolean,default:!1},enableRowsPerPage:{type:Boolean,default:!1},enableGoTo:{type:Boolean,default:!1},options:{type:Object,default:()=>{let e={attributes:{rowsPerPageTitle:!0,rowsPerPageResult:!0,rowsPerPageDropdown:{position:{top:40,right:0}}}};return e}}},emits:["current-page","updated:rows-per-page","update:rowsPerPage","go-to","update:modelValue"],data:()=>({result:{from:0,to:0},goToPageNumber:1,rowsPerPageCount:5,dropdown_data:[{name:5,value:5,checked:!0,disabled:!1,id:32},{name:10,value:5,checked:!1,disabled:!1,id:33},{name:20,value:5,checked:!1,disabled:!1,id:34}],currentPage:t.ref(1),pageNumbers:t.ref([]),hideLeftNav:t.ref(!0),hiderightNav:t.ref(!0)}),computed:{isPagination(){return this.totalPages>1},computedRowsPerPage(){return this.rowsPerPageList.map(((e,t)=>({name:e,value:e,disabled:!1,id:32+t})))},totalPages(){return Math.ceil(this.total/this.rowsPerPageCount)},computedPager(){return this.totalPages<=6?this.totalPages-2:5}},watch:{total:{handler(e,t){e&&e!=t&&(this.currentPage=1,this.customWatch(1))},immediate:!0},modelValue:{handler(e){this.currentPage=e},immediate:!0},currentPage:{handler(e){this.customWatch(e),this.$emit("current-page",this.currentPage)},immediate:!0},rowsPerPage:{handler(e){!e||this.rowsPerPageList[0]!=e&&5==e?this.rowsPerPageCount=this.rowsPerPageList[0]:this.rowsPerPageCount=this.rowsPerPage},immediate:!0,deep:!0},rowsPerPageList:{handler(){this.customWatch(this.currentPage)},immediate:!0}},mounted(){this.pageNumbers=[],!this.rowsPerPage||this.rowsPerPageList[0]!=this.rowsPerPage&&5==this.rowsPerPage?this.rowsPerPageCount=this.rowsPerPageList[0]:this.rowsPerPageCount=this.rowsPerPage,this.currentPage=this.modelValue,this.customWatch(this.currentPage);const e=this.$refs.prevBtn,t=this.$refs.nextBtn;e&&(e.style.pointerEvents="none",t.style.pointerEvents="auto",e.classList.add("disabled")),this.result={from:1,to:this.rowsPerPageCount},this.showingResult()},methods:{handleEnableDisableSeperator(e){let t=Math.round(this.computedPager/2);if(this.totalPages<=6)return this.hideLeftNav=!0,void(this.hiderightNav=!0);e>=this.computedPager&&this.totalPages!=e&&(this.hideLeftNav=!1,e<this.totalPages-t&&(this.hiderightNav=!1),e>=this.totalPages-t&&(this.hiderightNav=!0)),e<this.computedPager&&(this.hideLeftNav=!0,this.computedPager<this.totalPages&&(this.hiderightNav=!1)),e==this.totalPages&&(this.hiderightNav=!0,e>this.computedPager&&(this.hideLeftNav=!1))},showingResult(){let e=this.rowsPerPageCount*this.currentPage-this.rowsPerPageCount+1,t=this.rowsPerPageCount*this.currentPage;this.currentPage==this.totalPages&&(t=this.total),this.result={from:e,to:t}},preparePageNumbers(e,t){let i=[];for(let n=0;n<t;n++)i.push(e++);return i},goToPage({value:e}){e>=this.totalPages?this.currentPage=this.totalPages:this.currentPage=e<=1?1:e,this.goToPageNumber=this.currentPage,this.$emit("go-to",this.goToPageNumber)},customWatch(e){this.handleEnableAndDisableOfNav(e),this.handleEnableDisableSeperator(e),this.showingResult();let t=Math.round(this.computedPager/2);e<this.computedPager||1==e?this.pageNumbers=this.preparePageNumbers(2,this.computedPager):e>=this.computedPager&&e<this.totalPages-t?this.pageNumbers=this.preparePageNumbers(e-(t-1),this.computedPager):e>=this.computedPager&&e>=this.totalPages-t&&(this.pageNumbers=this.preparePageNumbers(this.totalPages-this.computedPager,this.computedPager))},handleEnableAndDisableOfNav(e){if(e<=1){const e=this.$refs.prevBtn,t=this.$refs.nextBtn;e&&t&&(e.classList.add("disabled"),e.style.pointerEvents="none",t.style.pointerEvents="auto",t.classList.remove("disabled"))}if(e>1&&e<this.totalPages){const e=this.$refs.prevBtn,t=this.$refs.nextBtn;e&&t&&(e.style.pointerEvents="auto",t.style.pointerEvents="auto",e.classList.remove("disabled"),t.classList.remove("disabled"))}if(e>=this.totalPages){const e=this.$refs.nextBtn,t=this.$refs.prevBtn;e&&t&&(e.style.pointerEvents="none",e.classList.add("disabled"),t.classList.remove("disabled"),t.style.pointerEvents="auto")}},updateRowsPerPage(){this.currentPage=1,this.customWatch(this.currentPage),this.$emit("updated:rows-per-page",this.rowsPerPageCount),this.$emit("update:rowsPerPage",this.rowsPerPageCount)},defaultPageNumbers(e){if("prev"==e){this.pageNumbers=[];let e=1;for(let t=0;t<this.computedPager;t++)this.pageNumbers.push(++e)}},handleCurrentChange(e){this.currentPage=e},previousPage(){this.currentPage>1&&this.currentPage--},nextPage(){this.currentPage<this.totalPages&&this.currentPage++}}};const Hm=["id"],Km={key:0,class:"hlx-rows-per-page-container"},jm={key:0,class:"rpp-title"},Qm={key:0,class:"rpp-result"},zm={class:"pagination-and-goto"},Jm={key:0,class:"hlx-go-to-container"},Xm={class:"go-to-wrapper"},Wm=t.createElementVNode("p",null,"Go to",-1),Ym={class:"input-area"},Gm={class:"hlx-pagination"},Zm=[t.createElementVNode("i",{class:"icon-angle-left-regular"},null,-1)],$m=t.createElementVNode("i",{class:"icon-more-horizontal-regular"},null,-1),eg=["page","onClick"],tg=t.createElementVNode("i",{class:"icon-more-horizontal-regular"},null,-1),ig=["page"],ng=[t.createElementVNode("i",{class:"icon-angle-right-regular"},null,-1)],og=["value"],lg=["value"];Pm.render=function(e,i,n,o,l,a){const r=t.resolveComponent("hlx-select"),s=t.resolveComponent("hlx-input");return t.openBlock(),t.createElementBlock("section",{id:"hlx-pagination-container-hlx-"+Math.floor(1e3*Math.random()),class:t.normalizeClass(["hlx-pagination-container",{"rows-per-page":n.enableRowsPerPage,"go-to":n.enableGoTo}])},[1==n.enableRowsPerPage?(t.openBlock(),t.createElementBlock("div",Km,[t.renderSlot(e.$slots,"custom-rows-per-page-title",{},(()=>[n.options.attributes.rowsPerPageTitle?(t.openBlock(),t.createElementBlock("p",jm," Rows per page ")):t.createCommentVNode("v-if",!0)])),t.createVNode(r,{value:l.rowsPerPageCount,"onUpdate:value":i[0]||(i[0]=e=>l.rowsPerPageCount=e),"pre-value":l.rowsPerPageCount,options:a.computedRowsPerPage,placeholder_value:"",onCustomChange:a.updateRowsPerPage},null,8,["value","pre-value","options","onCustomChange"]),t.renderSlot(e.$slots,"custom-rows-per-page-result",{},(()=>[n.options.attributes.rowsPerPageResult?(t.openBlock(),t.createElementBlock("p",Qm," Showing "+t.toDisplayString(l.result.from)+" - "+t.toDisplayString(l.result.to)+" of "+t.toDisplayString(n.total)+" results ",1)):t.createCommentVNode("v-if",!0)]))])):t.createCommentVNode("v-if",!0),t.createElementVNode("section",zm,[1==n.enableGoTo&&!0===a.isPagination?(t.openBlock(),t.createElementBlock("div",Jm,[t.createElementVNode("div",Xm,[Wm,t.createElementVNode("div",Ym,[t.createVNode(s,{value:l.goToPageNumber,"onUpdate:value":i[1]||(i[1]=e=>l.goToPageNumber=e),type:"number","label-value":"Number",clearable:!1,"pre-val":l.goToPageNumber,onAtEnter:a.goToPage},null,8,["value","pre-val","onAtEnter"])])])])):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("div",Gm,[t.createCommentVNode(" Left nav "),t.createElementVNode("span",{ref:"prevBtn",class:"nav prev-btn",onClick:i[2]||(i[2]=e=>a.previousPage())},Zm,512),t.createCommentVNode(" 1st pager "),1!==a.totalPages?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["page-btn",{higlight:1==l.currentPage}]),page:1,onClick:i[3]||(i[3]=e=>a.handleCurrentChange(1))}," 1 ",2)):t.createCommentVNode("v-if",!0),t.createCommentVNode(" Seperator dot left "),t.createElementVNode("div",{class:t.normalizeClass(["page-btn dec",{hide:l.hideLeftNav}])},[t.createCommentVNode(' @click="previousPage()" '),$m],2),t.createCommentVNode(" Middle pagers "),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.pageNumbers,((e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:t.normalizeClass(["page-btn",{higlight:l.currentPage==e,background:1==n.background}]),page:e,onClick:t=>a.handleCurrentChange(e)},t.toDisplayString(e),11,eg)))),128)),t.createCommentVNode(" Seperator dot right "),t.createElementVNode("div",{class:t.normalizeClass(["page-btn inc",{hide:l.hiderightNav}])},[t.createCommentVNode(' @click="nextPage()" '),tg,t.createCommentVNode(' <i class="icon-angle-right-regular dec-icon"></i> ')],2),t.createCommentVNode(" Last pager "),t.createElementVNode("div",{class:t.normalizeClass(["page-btn",{higlight:l.currentPage==a.totalPages,background:n.background}]),page:a.totalPages,onClick:i[4]||(i[4]=e=>a.handleCurrentChange(a.totalPages))},t.toDisplayString(a.totalPages),11,ig),t.createCommentVNode(" Next nav "),t.createElementVNode("span",{ref:"nextBtn",class:t.normalizeClass(["nav next-btn",{disabled:l.currentPage==a.totalPages}]),style:{"pointer-events":"none"},onClick:i[5]||(i[5]=e=>a.nextPage())},ng,2)],512),[[t.vShow,!0===a.isPagination]])]),t.createElementVNode("input",{class:"hlx-pagination-input-value-hidden",value:l.currentPage,type:"number",onInput:i[6]||(i[6]=t=>e.$emit("update:modelValue",l.currentPage))},null,40,og),t.createElementVNode("input",{class:"hlx-pagination-input-value-hidden",value:l.rowsPerPageCount,type:"number",onInput:i[7]||(i[7]=t=>e.$emit("update:rowsPerPage",l.rowsPerPageCount))},null,40,lg)],10,Hm)},Pm.__file="src/components/PaginationComponent.vue";var ag={name:"HlxDataview",components:{card:Y,hlxLabel:$o,hlxselect:gl,hlxRating:Tr,hlxSearch:Ei,hlxPagination:Pm,HlxButton:F},props:{cardData:{type:Array,default:()=>[]}},data:()=>({current_page:1,rowPerPage:9,total:"",dropdown_data:[{name:"Low to high",checked:!1},{name:"High to low",checked:!1}],list_view:!1,grid_view:!0,paginated_data:[],searchkey:"",searched_data:[],card_data_dummy:[],tbodyRows:[]}),computed:{},mounted(){this.card_data_dummy=this.cardData,this.gridview(),this.calc()},methods:{calc(){var e=(this.current_page-1)*this.rowPerPage,t=e+this.rowPerPage;this.searchkey?(this.searched_data.length>=e?this.paginated_data=this.searched_data.slice(e,t):this.paginated_data=this.searched_data,this.total=this.searched_data.length):(this.paginated_data=this.card_data_dummy.slice(e,t),this.total=this.card_data_dummy.length,console.log(this.total)),this.tbodyRows=this.paginated_data},listview(){document.querySelector(".list").classList.add("primary-bg"),document.querySelector(".grid").classList.remove("primary-bg"),document.querySelectorAll(".rating-group").forEach((e=>{e.style.marginLeft="-5px"})),document.querySelector(".icon-grid-square-regular").classList.add("white-bg"),document.querySelector(".icon-menu-filled").classList.remove("white-bg"),this.list_view=!0,this.grid_view=!1},gridview(){document.querySelector(".grid").classList.add("primary-bg"),document.querySelector(".list").classList.remove("primary-bg"),document.querySelector(".icon-grid-square-regular").classList.remove("white-bg"),document.querySelector(".icon-menu-filled").classList.add("white-bg"),this.list_view=!1,this.grid_view=!0},currentPage(e){this.current_page=e,this.calc()},search(e){this.searchkey=e,this.searched_data=this.card_data_dummy.filter((t=>t.card_title.toLowerCase().includes(e)||t.card_body.product_title.toLowerCase().includes(e)||t.card_body.product_description.toLowerCase().includes(e)||t.card_body.product_stock.toLowerCase().includes(e)||t.card_footer.price.whole.includes(e))),this.calc()},selectValue(e){let t;e.forEach((e=>{1==e.checked&&(t=e.name)})),"low to high"==t.toLowerCase()?this.card_data_dummy=this.card_data_dummy.sort((function(e,t){return parseFloat(e.card_footer.price.whole)-parseFloat(t.card_footer.price.whole)})):this.card_data_dummy=this.card_data_dummy.sort((function(e,t){return parseFloat(t.card_footer.price.whole)-parseFloat(e.card_footer.price.whole)}))}}};const rg={class:"dataview-parent-container"},sg={class:"header-panel"},cg={class:"left"},dg={class:"sort-container"},ug={class:"search-containerr"},hg={class:"right"},pg=[t.createElementVNode("i",{class:"icon-menu-filled"},null,-1)],mg=[t.createElementVNode("i",{class:"icon-grid-square-regular"},null,-1)],gg={class:"card-header"},Ag={class:"group-tag"},fg=t.createElementVNode("i",{class:"icon-tag-regular"},null,-1),yg=t.createTextVNode("Instock"),bg=t.createTextVNode("Low stock"),vg=t.createTextVNode("Out of stock"),kg={class:"card-body"},Cg=["src"],Eg={class:"product-title"},wg={class:"product-description"},Vg={class:"card-footerr"},xg={class:"price"},Bg=t.createElementVNode("button",null,[t.createElementVNode("i",{class:"icon-shopping-cart-arrow-down-regular"})],-1),Ng={key:1,class:"body-panel"},Sg={class:"left"},_g=["src"],Ig={class:"details"},qg={class:"product-titlee"},Dg={class:"product-descriptionn",style:{"margin-left":"0"}},Tg={class:"group-tag"},Og=t.createElementVNode("i",{class:"icon-tag-regular"},null,-1),Rg={class:"right"},Mg={class:"price"},Lg=t.createTextVNode("Add to cart"),Ug=t.createTextVNode("Instock"),Fg=t.createTextVNode("Low stock"),Pg=t.createTextVNode("Out of stock"),Hg={key:2,class:"body-panel"},Kg=[t.createElementVNode("div",{class:"no-data"},"No data",-1)],jg={key:3,class:"footer-panel"};ag.render=function(e,i,n,o,l,a){const r=t.resolveComponent("hlxselect"),s=t.resolveComponent("hlx-search"),c=t.resolveComponent("hlx-label"),d=t.resolveComponent("hlx-rating"),u=t.resolveComponent("card"),h=t.resolveComponent("hlx-button"),p=t.resolveComponent("hlx-pagination");return t.openBlock(),t.createElementBlock("div",rg,[t.createElementVNode("div",sg,[t.createElementVNode("div",cg,[t.createElementVNode("div",dg,[t.createVNode(r,{options:l.dropdown_data,placeholder:"Sort by price",onCustomChange:a.selectValue},null,8,["options","onCustomChange"])])]),t.createElementVNode("div",ug,[t.createVNode(s,{search_style:"style1",onSearchkey:a.search},null,8,["onSearchkey"])]),t.createElementVNode("div",hg,[t.createElementVNode("div",{class:"list",onClick:i[0]||(i[0]=e=>a.listview())},pg),t.createElementVNode("div",{class:"grid",onClick:i[1]||(i[1]=e=>a.gridview())},mg)])]),1==l.grid_view?(t.openBlock(),t.createElementBlock("div",{key:0,class:"body-panel",style:t.normalizeStyle(1==l.grid_view?"grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr))":"")},[t.createCommentVNode(' <div class="cards-container"> '),t.createCommentVNode(' <div\r\n class="card-holder"\r\n v-for="(card, index) in this.tbodyRows"\r\n :key="index"\r\n > '),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.tbodyRows,((e,i)=>(t.openBlock(),t.createBlock(u,{key:i,seperator:!1,"card-title":!0,"card-footer":!0},{"card-title":t.withCtx((()=>[t.createElementVNode("div",gg,[t.createElementVNode("div",Ag,[fg,t.createElementVNode("span",null,t.toDisplayString(e.card_title),1)]),"instock"==e.card_body.product_stock.toLowerCase()?(t.openBlock(),t.createBlock(c,{key:0,class:"primary sm",style:{"font-weight":"200"}},{default:t.withCtx((()=>[yg])),_:1})):t.createCommentVNode("v-if",!0),"low stock"==e.card_body.product_stock.toLowerCase()?(t.openBlock(),t.createBlock(c,{key:1,class:"warning sm",style:{"font-weight":"200"}},{default:t.withCtx((()=>[bg])),_:1})):t.createCommentVNode("v-if",!0),"out of stock"==e.card_body.product_stock.toLowerCase()?(t.openBlock(),t.createBlock(c,{key:2,class:"error sm",style:{"font-weight":"200"}},{default:t.withCtx((()=>[vg])),_:1})):t.createCommentVNode("v-if",!0)])])),"card-body":t.withCtx((()=>[t.createElementVNode("div",kg,[t.createElementVNode("img",{src:e.card_body.product_img_url},null,8,Cg),t.createElementVNode("div",Eg,t.toDisplayString(e.card_body.product_title),1),t.createElementVNode("div",wg,t.toDisplayString(e.card_body.product_description),1),t.createVNode(d,{rating:e.card_body.product_rating},null,8,["rating"]),t.createCommentVNode(" price ")])])),"card-footer":t.withCtx((()=>[t.createElementVNode("div",Vg,[t.createElementVNode("div",xg,[t.createElementVNode("sup",null,t.toDisplayString(new Intl.NumberFormat("en-US",{style:"currency",currency:e.card_footer.currency}).format(e.card_footer.price.whole).charAt(0)),1),t.createTextVNode(t.toDisplayString(new Intl.NumberFormat("en-US",{style:"currency",currency:e.card_footer.currency}).format(e.card_footer.price.whole).substring(1).slice(0,-3)),1),t.createElementVNode("sup",null,"."+t.toDisplayString(e.card_footer.price.fraction),1)]),t.createCommentVNode(' <div class="price"><sup>$</sup>{{card.card_footer.currency}}<sup>.00</sup></div> '),Bg])])),_:2},1024)))),128)),t.createCommentVNode(" </div> "),t.createCommentVNode(" </div> ")],4)):t.createCommentVNode("v-if",!0),1==l.list_view?(t.openBlock(),t.createElementBlock("div",Ng,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.tbodyRows,((e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:"list-container"},[t.createElementVNode("div",Sg,[t.createElementVNode("img",{src:e.card_body.product_img_url},null,8,_g),t.createElementVNode("div",Ig,[t.createElementVNode("div",qg,t.toDisplayString(e.card_body.product_title),1),t.createElementVNode("div",Dg,t.toDisplayString(e.card_body.product_description),1),t.createCommentVNode(' <hlx-rating :rating="\'half-rated\'" style="margin-left: -5px"></hlx-rating> '),t.createElementVNode("div",Tg,[Og,t.createElementVNode("span",null,t.toDisplayString(e.card_title),1)])])]),t.createElementVNode("div",Rg,[t.createElementVNode("div",Mg,[t.createElementVNode("sup",null,t.toDisplayString(new Intl.NumberFormat("en-US",{style:"currency",currency:e.card_footer.currency}).format(e.card_footer.price.whole).charAt(0)),1),t.createTextVNode(t.toDisplayString(new Intl.NumberFormat("en-US",{style:"currency",currency:e.card_footer.currency}).format(e.card_footer.price.whole).substring(1).slice(0,-3)),1),t.createElementVNode("sup",null,"."+t.toDisplayString(e.card_footer.price.fraction),1)]),t.createCommentVNode(' <button><i class="icon-save"></i><span class="btn-text">Add to cart</span></button> '),t.createVNode(h,{class:"primary sm"},{default:t.withCtx((()=>[Lg])),_:1}),"instock"==e.card_body.product_stock.toLowerCase()?(t.openBlock(),t.createBlock(c,{key:0,class:"primary sm"},{default:t.withCtx((()=>[Ug])),_:1})):t.createCommentVNode("v-if",!0),"low stock"==e.card_body.product_stock.toLowerCase()?(t.openBlock(),t.createBlock(c,{key:1,class:"warning sm"},{default:t.withCtx((()=>[Fg])),_:1})):t.createCommentVNode("v-if",!0),"out of stock"==e.card_body.product_stock.toLowerCase()?(t.openBlock(),t.createBlock(c,{key:2,class:"error sm"},{default:t.withCtx((()=>[Pg])),_:1})):t.createCommentVNode("v-if",!0)])])))),128))])):t.createCommentVNode("v-if",!0),0==l.tbodyRows.length?(t.openBlock(),t.createElementBlock("div",Hg,Kg)):t.createCommentVNode("v-if",!0),0!=l.tbodyRows.length?(t.openBlock(),t.createElementBlock("div",jg,[t.createVNode(p,{background:!1,total:l.total,"pager-count":2,"rows-per-page-list":[9],onCurrentPage:a.currentPage},null,8,["total","onCurrentPage"])])):t.createCommentVNode("v-if",!0)])},ag.__file="src/components/DataviewComponent.vue";var Qg={name:"HlxDatePicker",components:{Calendar:K,hlxOverlay:yi,HlxButton:F},directives:{ClickAway:Jr},props:{preValue:{type:Object,default:()=>({})},fromKey:{type:String,default:"from"},toKey:{type:String,default:"to"},isLabel:{type:Boolean,default:!1},placeholder:{type:String,default:"Choose start and end date"},labelAnimation:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},readOnly:{type:Boolean,default:!1},labelValue:{type:String,default:""},name:{type:String,default:""},customBackground:{type:String,default:"#ffffff"},customErrorMessage:{type:String,default:""},customError:{type:Boolean,default:!1},iconPosition:{type:String,default:""},icon:{type:String,default:""},top:{type:Number,default:0},width:{type:Number,default:0},left:{type:Number,default:0},conditionvalue:{type:Number,default:0},conditionup:{type:Number,default:0},conditiondown:{type:Number,default:0}},emits:["selected-range","atEnter","atInput","selected","update:value","update:name","focusOut","change","checkBoxEvent","radioEvent","iso-date","datepicker-close","datepicker-open"],data:()=>({fromdate:"",modalcomponentkey:0,add:0,close:0,containerleft:0,containertop:0,containerwidth:1,dates:[],unique:Math.floor(1e3*Math.random()+1),small:!0,showMandatory:!1,displayDate:"Validity",from:"",to:"",value1:"",value2:"",key:1,show_calendar:!0,show_calendar_1:!1,formatDate1:"",formatDate2:"",isOpen:!1,isConditionTrue:!1,isDropdownOpen:!1,isDropdownUp:!1,dropContainer:"",poistion:"",combinationValueTemp:"",formatvalue1:"",formatvalue2:"",startDateformate:"01/01/1950",disabledinput:!0,disabledButton:!0,length:"",activeInput:"input1",datesBetween:[],requiredStart:!1,requiredend:!0,customError:!1,customErrorEnd:!1,tooltipStart:!1,tooltipEnd:!1}),computed:{formattedDatesBetween(){return this.datesBetween.map((e=>`${(e.getMonth()+1).toString().padStart(2,"0")} ${e.getDate().toString()}, ${e.getFullYear()}`))},isDisabled(){return this.disabled},showClear(){return!0===this.clearable&&""!==this.value&&void 0===this.icon}},watch:{startDateformate:"generateDatesBetween",activeInput:{handler(e){"input1"===e?(this.show_calendar=!0,this.show_calendar_1=!1,this.requiredStar=!1,this.requiredend=!0):"input2"===e&&(this.show_calendar_1=!0,this.show_calendar=!1,this.requiredend=!1,this.requiredStar=!0)}},customErrorMessage:{handler(e){this.input_error_message=e},immediate:!0,deep:!0},checked:{handler(e){if("single-checkbox"===this.type){const t={};t.name=this.labelValue||"",t.checked=e,this.$emit("update:value",e),this.$emit("change",t)}}},customError:{handler(e){this.input_error_message=e?this.customErrorMessage:""},immediate:!0},required:{handler(e){e&&(this.showMandatory=e)},immediate:!0,deep:!0},preValue:{handler(e){!e||e&&0==Object.keys(e).length||this.calculatePreVal(e)},immediate:!0,deep:!0}},mounted(){"left"===this.iconPosition&&void 0!==this.icon&&(document.getElementById(this.icon)&&(document.getElementById(this.icon).style.display="none"),document.querySelector("#input-field"+this.unique).style.flexDirection="row-reverse",document.querySelector("#label"+this.unique).style.left="38px",document.querySelector("#input"+this.unique).style.padding="0 15px 0 0"),"right"===this.iconPosition&&void 0!==this.icon&&(document.getElementById(this.icon)&&(document.getElementById(this.icon).style.display="none"),"text"===this.type&&(document.querySelector("#input"+this.unique).style.padding="0 0 0 15px")),document.addEventListener("click",(e=>{if(1==this.isOpen){const t=document.getElementById("poistion"+this.unique).contains(e.target),i=document.getElementById("date-picker-container"+this.unique).contains(e.target),n=e.target.id;this.isOpen=!1!==t||!1!==i||"calendey-day"==n}}))},methods:{startValue(){console.log(new Date(this.formatvalue1)),"Invalid Date"==new Date(this.formatvalue1)?(this.customError=!0,this.tooltipStart=!0,setTimeout((()=>{this.tooltipStart=!1}),3e3)):(this.customError=!1,this.tooltipStart=!1),"Invalid Date"==new Date(this.formatvalue1)?(this.datepicker_error_message="Enter a valid date ",this.tooltipStart=!0):(this.datepicker_error_message="",this.tooltipStart=!1),"Invalid Date"!=new Date(this.formatvalue1)&&this.typetext1(this.formatvalue1),this.key+=1,this.$refs.nextInput.focus()},endValue(){"Invalid Date"==new Date(this.formatvalue2)?(this.customErrorEnd=!0,this.tooltipEnd=!0,setTimeout((()=>{this.tooltipEnd=!1}),3e3)):(this.customErrorEnd=!1,this.tooltipEnd=!1),"Invalid Date"==new Date(this.formatvalue2)?(this.datepicker_error_message="Enter a valid date",this.tooltipEnd=!0):(this.datepicker_error_message="",this.tooltipEnd=!1),"Invalid Date"!=new Date(this.formatvalue1)&&(this.typetext2(this.formatvalue2),this.key+=1)},activeInputStatus(){"input1"===this.activeInput?(this.show_calendar=!0,this.show_calendar_1=!1,this.requiredStar=!1,this.requiredend=!0):"input2"===this.activeInput&&(this.show_calendar_1=!0,this.show_calendar=!1,this.requiredend=!1,this.requiredStar=!0)},generateDatesBetween(){this.datesBetween=[];const[e,t,i]=this.startDateformate.split("/"),[n,o,l]=this.formatvalue1.split("/"),a=new Date(i,e-1,t),r=new Date(l,n-1,o);if(!isNaN(a)&&!isNaN(r)&&a<=r){const e=new Date(a);for(;e<=r;)this.datesBetween.push(new Date(e)),e.setDate(e.getDate()+1)}},typetext1(e){let t=e;if(t){t=new Date(t),t.setDate(t.getDate()+1),t=new Date(t).toISOString().replace(/T.*/,"").split("-").reverse().join("-");const e=t.split("-"),i=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"][parseInt(e[1],10)-1],n=parseInt(e[0]);this.formatDate1=i+" "+n+", "+e[2],this.value1=t,this.receivedDate1(t),this.key+=1,this.formatDate1=i+" "+e[0]+", "+e[2],this.formatvalue1=`${this.formatDate1}`}this.combinationValueTemp=`${this.formatDate1} - ${this.formatDate2}`,this.formatvalue1=`${this.formatDate1}`,this.formatvalue2=`${this.formatDate2}`},typetext2(e){let t=e;if(t){t=new Date(t),t.setDate(t.getDate()+1),t=new Date(t).toISOString().replace(/T.*/,"").split("-").reverse().join("-");const e=t.split("-"),i=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"][parseInt(e[1],10)-1],n=parseInt(e[0]);this.formatDate2=i+" "+n+", "+e[2],this.value2=t,this.key+=1,this.formatDate2=i+" "+e[0]+", "+e[2],this.formatvalue2=`${this.formatDate2}`}this.combinationValueTemp=`${this.formatDate1} - ${this.formatDate2}`},calculatePreVal(e){let t=e[this.fromKey],i=e[this.toKey];if(t){t=new Date(t),t.setDate(t.getDate()+1),t=new Date(t).toISOString().replace(/T.*/,"").split("-").reverse().join("-");const e=t.split("-"),i=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"][parseInt(e[1],10)-1],n=parseInt(e[0]);this.formatDate1=i+" "+n+", "+e[2],this.value1=t,this.key+=1,this.formatDate1=i+" "+e[0]+", "+e[2]}if(i){i=new Date(i),i.setDate(i.getDate()+1),i=new Date(i).toISOString().replace(/T.*/,"").split("-").reverse().join("-");const e=i.split("-"),t=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"][parseInt(e[1],10)-1],n=parseInt(e[0]);this.formatDate2=t+" "+n+", "+e[2],this.value2=i,this.key+=1,this.formatDate2=t+" "+e[0]+", "+e[2]}this.combinationValueTemp=`${this.formatDate1} - ${this.formatDate2}`,this.formatvalue1=`${this.formatDate1}`,this.formatvalue2=`${this.formatDate2}`},toggleActiveInput(){this.activeInput="input1"===this.activeInput?"input2":"input1","input1"===this.activeInput?(this.show_calendar=!0,this.show_calendar_1=!1,this.requiredStar=!1,this.requiredend=!0):"input2"===this.activeInput&&(this.show_calendar_1=!0,this.show_calendar=!1,this.requiredend=!1,this.requiredStar=!0)},receivedDate1(e){console.log(e,"val1"),this.value1=e,this.toggleActiveInput(),console.log(this.value1),this.key+=1;const t=e.split("-"),i=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"][parseInt(t[1],10)-1];this.formatDate1=i+" "+t[0]+", "+t[2],this.combinationValueTemp=`${this.formatDate1} - ${this.formatDate2}`,this.formatvalue1=`${this.formatDate1}`,this.formatvalue2=`${this.formatDate2}`},receivedDate2(e){this.value2=e,this.key+=1;const t=e.split("-"),i=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"][parseInt(t[1],10)-1];this.formatDate2=i+" "+t[0]+", "+t[2],this.printValue()},formatDateTime(){const e=new Date,t=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"][e.getMonth()],i=this.formatTwoDigits(e.getDate()),n=e.getFullYear();this.from=`${t}/${i}/${n}`,this.formatDate1=`${t}/${i}/${n}`,this.value1=`${i}-${t}-${n}`},formatTwoDigits:e=>e<10?`0${e}`:e,formatDateTime2(){const e=new Date("August 19, 2050"),t=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"][e.getMonth()],i=this.formatTwoDigits(e.getDate()),n=e.getFullYear();this.to=`${t}/${i}/${n}`,this.formatDate2=`${t}/${i}/${n}`,this.value2=`${i}-${t}-${n}`},formatTwoDigits2:e=>e<10?`0${e}`:e,printValue(){this.$emit("datepicker-close",this.close+=1),this.isOpen=!1;const e=new Date(this.formatDate1),t=new Date(this.formatDate2);e.setDate(e.getDate()+1),t.setDate(t.getDate()+1);const i={};i[this.fromKey]=e.toJSON(),i[this.toKey]=t.toJSON(),this.$refs.inputField.value=this.combinationValueTemp,this.$refs.inputField.value=this.combinationValueTemp,this.combinationValueTemp=`${this.formatDate1} - ${this.formatDate2}`,this.formatvalue1=`${this.formatDate1}`,this.formatvalue2=`${this.formatDate2}`,this.$emit("selected-range",i)},resetValues(){this.value1="",this.value2="",this.formatDate1="",this.formatDate2="",this.formatvalue1="",this.formatvalue2="",this.combinationValueTemp="",this.$emit("datepicker-close",this.close+=1),this.activeInput="input1",this.requiredStar=!1,this.requiredend=!0,this.show_calendar_1=!1,this.show_calendar=!0,this.isOpen=!1,this.modalcomponentkey+=1},drop(){this.dropContainer=document.querySelector(".input-container"),this.position=this.dropContainer?.getBoundingClientRect(),this.isDropdownOpen=!this.isDropdownOpen,this.isDropdownUp=!this.isDropdownUp,this.position.top>=310?(this.isDropdownUp=!0,this.isDropdownOpen=!1):(this.isDropdownOpen=!0,this.isDropdownUp=!1)},toggleDropdown(){this.$emit("datepicker-open",this.add+=1),this.isOpen=!this.isOpen,"input2"===this.activeInput&&(this.activeInput="input1",this.requiredStar=!1,this.requiredend=!0,this.show_calendar=!0,this.show_calendar_1=!1)},closeDatePicker(){this.$emit("datepicker-close",this.close+=1),this.activeInput="input1",this.requiredStar=!1,this.requiredend=!0,this.show_calendar_1=!1,this.show_calendar=!0,this.isOpen=!1},handleTextareaKeydown(e){!0===this.readOnlyProp&&(e.preventDefault(),e.stopPropagation())},atEnter(e,t){const i={};i.event=e,i.value=t,this.$emit("atEnter",i)},hoverSelectAll(){document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme-hover")},unHoverSelectAll(){!1===this.select_all&&!1===this.partially_checked&&document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-theme-hover")},selectAll(e){this.select_all=e.target.checked,!0===this.select_all?(this.partially_checked=!1,document.querySelectorAll("[id^=check-drag"+this.unique+"]").forEach((e=>{!1===e.disabled&&(e.checked=!0)})),this.optionsD.forEach((e=>{!1===e.disabled&&(e.checked=!0)})),document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-grey"),document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme")):(this.partially_checked=!1,document.querySelectorAll("[id^=check-drag"+this.unique+"]").forEach((e=>{!1===e.disabled&&(e.checked=!1),!0===e.checked&&(document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme"),this.partially_checked=!0)})),this.optionsD.forEach((e=>{!1===e.disabled&&(e.checked=!1)})),!1===this.partially_checked?document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-grey"):!0===this.partially_checked&&document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme")),this.$emit("update:value",this.optionsD),this.$emit("checkBoxEvent",this.optionsD)},atInput(e){null!==this.characterLimit&&this.value.length>=this.characterLimit&&(e.preventDefault(),this.value=this.value.slice(0,this.characterLimit)),this.maxLength>=0&&(this.value.length>this.maxLength?this.input_error_message="Maximum character limit is "+this.maxLength:!0===this.customError?this.input_error_message=this.customErrorMessage:this.input_error_message=""),this.minLength>=0&&(this.value.length<this.minLength?this.input_error_message="Minimum character limit is "+this.minLength:!0===this.customError?this.input_error_message=this.customErrorMessage:this.input_error_message=""),this.$emit("update:value",this.value),this.$emit("atInput",this.value)},hoverInput(){},unHoverInput(){},focusInput(){!0===this.required&&(this.showMandatory=!0)},blurInput(){"left"===this.iconPosition&&void 0!==this.icon&&(document.querySelector("#label"+this.unique).style.left="38px"),!0===this.required&&(this.showMandatory=!0),this.$emit("focusOut",this.value)},focusDate(){document.querySelector("#input-field"+this.unique).style.border="1px solid #54bd95",this.containerleft=document.querySelector("#input-field"+this.unique).getBoundingClientRect().left,this.containertop=document.querySelector("#input-field"+this.unique).getBoundingClientRect().top,this.containerwidth=document.querySelector("#input-field"+this.unique).getBoundingClientRect().width},blurDate(){document.querySelector("#input-field"+this.unique).style.border="1px solid #d8d8d8",this.$emit("focusOut",this.value)},hoverDate(){},unHoverDate(){},validateNumber(){this.minLimit&&void 0!==this.maxLimit&&(this.value>this.maxLimit?document.querySelector(".max").style.color="#ff5050":document.querySelector(".max").style.color="#02b55c",this.value<this.minLimit?document.querySelector(".min").style.color="#ff5050":document.querySelector(".min").style.color="#02b55c",""===this.value&&(document.querySelector(".max").style.color="#02b55c",document.querySelector(".min").style.color="#02b55c"))}}};const zg={key:0,class:"readOnly-datepicker"},Jg=["id"],Xg={key:2,class:"readonly-overlay",style:{cursor:"pointer"}},Wg=["id","name"],Yg={key:0,style:{color:"#ff5050"}},Gg={key:3,class:"input-icon"},Zg=["id"],$g={key:0,class:"label-overlay"},eA={key:1,class:"readonly-overlay"},tA=["id","name","placeholder"],iA={key:2,class:"input-icon"},nA={key:1,class:"disable-datepicker"},oA=["id"],lA={key:2,class:"readonly-overlay",style:{cursor:"pointer"}},aA=["id","name"],rA={key:0,style:{color:"#ff5050"}},sA={key:3,class:"input-icon"},cA=["id"],dA={key:0,class:"label-overlay"},uA={key:1,class:"readonly-overlay"},hA=["id","name","placeholder"],pA={key:2,class:"input-icon"},mA={key:2},gA=["id"],AA=["id"],fA={key:2,class:"readonly-overlay",style:{cursor:"pointer"}},yA=["id","name"],bA=["id","for"],vA={key:0,style:{color:"#ff5050"}},kA={key:3,class:"input-icon"},CA=["id"],EA={key:0,class:"label-overlay"},wA={key:1,class:"readonly-overlay"},VA=["id","name","placeholder"],xA={key:2,class:"input-icon"},BA=["id"],NA={class:"topdiv"},SA={"data-tooltip":"Enter a valid date ","data-tooltip-location":"right"},_A=["required"],IA=t.createElementVNode("label",null,"Start",-1),qA={class:"input-field small",style:{cursor:"pointer"}},DA=["required"],TA=t.createElementVNode("label",null,"Start",-1),OA={class:"error-message",style:{display:"none",height:"0px"}},RA=t.createElementVNode("svg",{width:"40",height:"10",viewBox:"0 0 25 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M24.3536 4.35355C24.5488 4.15829 24.5488 3.84171 24.3536 3.64645L21.1716 0.464466C20.9763 0.269204 20.6597 0.269204 20.4645 0.464466C20.2692 0.659728 20.2692 0.976311 20.4645 1.17157L23.2929 4L20.4645 6.82843C20.2692 7.02369 20.2692 7.34027 20.4645 7.53553C20.6597 7.7308 20.9763 7.7308 21.1716 7.53553L24.3536 4.35355ZM0 4.5H24V3.5H0V4.5Z",fill:"#d8d8d8"})],-1),MA={"data-tooltip":"Enter a valid date ","data-tooltip-location":"left"},LA=["required"],UA=t.createElementVNode("label",null,"End",-1),FA={class:"input-field small",style:{cursor:"pointer"}},PA=["required"],HA=t.createElementVNode("label",null,"End",-1),KA=t.createElementVNode("span",{class:"error-message",style:{display:"none",height:"0px"}},null,-1),jA={class:"show-calendar"},QA={key:1},zA={class:"date-picker-button-container"},JA=t.createTextVNode("Reset"),XA=t.createTextVNode("Apply"),WA={key:0,class:"tooltip-datepicker-start"},YA={class:"tooltiptext-datepicker-start"},GA={key:1,class:"tooltip-datepicker-end"},ZA={class:"tooltiptext-datepicker-end"};Qg.render=function(e,i,n,o,l,a){const r=t.resolveComponent("Calendar"),s=t.resolveComponent("hlx-button"),c=t.resolveComponent("hlx-overlay");return t.openBlock(),t.createElementBlock("div",null,[!0===n.readOnly&&!1===n.disabled?(t.openBlock(),t.createElementBlock("div",zg,[t.createElementVNode("div",{id:"poistion"+l.unique,class:"input-container"},[n.labelAnimation?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["input-field",{small:l.small,readOnly:e.readOnlyProp,customError:l.customError}]),style:t.normalizeStyle(!0===n.disabled?"cursor : not-allowed":"cursor:pointer")},[e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",{key:0,class:"label-overlay",style:{cursor:"default"},onClick:i[0]||(i[0]=t.withModifiers((()=>{}),["stop"]))})):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",{key:1,class:"readonly-overlay",style:{cursor:"default"},onClick:i[1]||(i[1]=t.withModifiers((()=>{}),["stop"]))})):t.createCommentVNode("v-if",!0),e.readOnlyProp?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",Xg)),t.withDirectives((t.openBlock(),t.createElementBlock("input",{id:"inputdate"+l.unique,key:l.modalcomponentkey,ref:"inputField","onUpdate:modelValue":i[2]||(i[2]=e=>l.combinationValueTemp=e),name:n.name,type:"text",style:t.normalizeStyle({background:n.customBackground,cursor:!0===n.disabled?"not-allowed":"pointer"}),autocomplete:"off",required:"",onKeyup:i[3]||(i[3]=t.withKeys((t=>a.atEnter(t,e.value)),["enter"])),onClose:i[4]||(i[4]=(...e)=>a.closeDatePicker&&a.closeDatePicker(...e))},null,44,Wg)),[[t.vModelText,l.combinationValueTemp]]),t.createElementVNode("label",null,[t.createTextVNode(t.toDisplayString(n.labelValue),1),l.showMandatory?(t.openBlock(),t.createElementBlock("span",Yg,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)]),"left"==n.iconPosition||"right"==n.iconPosition?(t.openBlock(),t.createElementBlock("span",Gg,[t.createElementVNode("i",{class:t.normalizeClass("icon-"+n.icon)},null,2)])):t.createCommentVNode("v-if",!0)],6)):t.createCommentVNode("v-if",!0),n.labelAnimation?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:1,id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,readOnly:e.readOnlyProp,customError:l.customError}]),style:t.normalizeStyle(!0===n.disabled?"cursor:not-allowed":"cursor:pointer"),onClick:i[7]||(i[7]=(...e)=>a.toggleDropdown&&a.toggleDropdown(...e))},[e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",$g)):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",eA)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("input",{id:"inputdate"+l.unique,ref:"inputField","onUpdate:modelValue":i[5]||(i[5]=e=>l.combinationValueTemp=e),name:n.name,type:"text",placeholder:n.labelValue,style:t.normalizeStyle({background:n.customBackground,cursor:!0===n.disabled?"not-allowed":"pointer"}),autocomplete:"off",required:"",onKeyup:i[6]||(i[6]=t.withKeys((t=>a.atEnter(t,e.value)),["enter"]))},null,44,tA),[[t.vModelText,l.combinationValueTemp]]),"left"==n.iconPosition||"right"==n.iconPosition?(t.openBlock(),t.createElementBlock("span",iA,[t.createElementVNode("i",{class:t.normalizeClass("icon-"+n.icon)},null,2)])):t.createCommentVNode("v-if",!0)],14,Zg))],8,Jg)])):t.createCommentVNode("v-if",!0),!0===n.disabled&&!1===n.readOnly?(t.openBlock(),t.createElementBlock("div",nA,[t.createElementVNode("div",{id:"poistion"+l.unique,class:"input-container"},[n.labelAnimation?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["input-field",{small:l.small,readOnly:e.readOnlyProp,customError:l.customError}]),style:t.normalizeStyle(!0===n.disabled?"cursor : not-allowed":"cursor:pointer")},[e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",{key:0,class:"label-overlay",style:{cursor:"default"},onClick:i[8]||(i[8]=t.withModifiers((()=>{}),["stop"]))})):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",{key:1,class:"readonly-overlay",style:{cursor:"default"},onClick:i[9]||(i[9]=t.withModifiers((()=>{}),["stop"]))})):t.createCommentVNode("v-if",!0),e.readOnlyProp?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",lA)),t.withDirectives((t.openBlock(),t.createElementBlock("input",{id:"inputdate"+l.unique,key:l.modalcomponentkey,ref:"inputField","onUpdate:modelValue":i[10]||(i[10]=e=>l.combinationValueTemp=e),name:n.name,type:"text",style:t.normalizeStyle({background:n.customBackground,cursor:!0===n.disabled?"not-allowed":"pointer"}),autocomplete:"off",required:"",onKeyup:i[11]||(i[11]=t.withKeys((t=>a.atEnter(t,e.value)),["enter"])),onClose:i[12]||(i[12]=(...e)=>a.closeDatePicker&&a.closeDatePicker(...e))},null,44,aA)),[[t.vModelText,l.combinationValueTemp]]),t.createElementVNode("label",null,[t.createTextVNode(t.toDisplayString(n.labelValue),1),l.showMandatory?(t.openBlock(),t.createElementBlock("span",rA,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)]),"left"==n.iconPosition||"right"==n.iconPosition?(t.openBlock(),t.createElementBlock("span",sA,[t.createElementVNode("i",{class:t.normalizeClass("icon-"+n.icon)},null,2)])):t.createCommentVNode("v-if",!0)],6)):t.createCommentVNode("v-if",!0),n.labelAnimation?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:1,id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,readOnly:e.readOnlyProp,customError:l.customError}]),style:t.normalizeStyle(!0===n.disabled?"cursor:not-allowed":"cursor:pointer"),onClick:i[15]||(i[15]=(...e)=>a.toggleDropdown&&a.toggleDropdown(...e))},[e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",dA)):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",uA)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("input",{id:"inputdate"+l.unique,ref:"inputField","onUpdate:modelValue":i[13]||(i[13]=e=>l.combinationValueTemp=e),name:n.name,type:"text",placeholder:n.labelValue,style:t.normalizeStyle({background:n.customBackground,cursor:!0===n.disabled?"not-allowed":"pointer"}),autocomplete:"off",required:"",onKeyup:i[14]||(i[14]=t.withKeys((t=>a.atEnter(t,e.value)),["enter"]))},null,44,hA),[[t.vModelText,l.combinationValueTemp]]),"left"==n.iconPosition||"right"==n.iconPosition?(t.openBlock(),t.createElementBlock("span",pA,[t.createElementVNode("i",{class:t.normalizeClass("icon-"+n.icon)},null,2)])):t.createCommentVNode("v-if",!0)],14,cA))],8,oA)])):t.createCommentVNode("v-if",!0),!1===n.disabled&&!1===n.readOnly?(t.openBlock(),t.createElementBlock("div",mA,[t.createElementVNode("div",{class:t.normalizeClass(["drop-datepicker",{"active-input":!0===l.isOpen}]),style:t.normalizeStyle([{width:"100%",margin:"6px 0"},!0===n.disabled?"cursor : not-allowed":"cursor:pointer"]),onClick:i[36]||(i[36]=(...e)=>a.drop&&a.drop(...e))},[t.createElementVNode("div",{id:"poistion"+l.unique,class:"input-container"},[n.labelAnimation?(t.openBlock(),t.createElementBlock("div",{key:0,id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,readOnly:e.readOnlyProp}]),style:t.normalizeStyle(!0===n.disabled?"cursor:not-allowed":"cursor:pointer"),onClick:i[27]||(i[27]=(...e)=>a.toggleDropdown&&a.toggleDropdown(...e))},[e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",{key:0,class:"label-overlay",style:{cursor:"default"},onClick:i[16]||(i[16]=t.withModifiers((()=>{}),["stop"]))})):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",{key:1,class:"readonly-overlay",style:{cursor:"default"},onClick:i[17]||(i[17]=t.withModifiers((()=>{}),["stop"]))})):t.createCommentVNode("v-if",!0),e.readOnlyProp?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",fA)),t.withDirectives((t.openBlock(),t.createElementBlock("input",{id:"inputdate"+l.unique,key:l.modalcomponentkey,ref:"inputField","onUpdate:modelValue":i[18]||(i[18]=e=>l.combinationValueTemp=e),name:n.name,type:"text",style:t.normalizeStyle({background:n.customBackground}),autocomplete:"off",required:"",onFocus:i[19]||(i[19]=(...e)=>a.focusInput&&a.focusInput(...e)),onBlur:i[20]||(i[20]=(...e)=>a.blurDate&&a.blurDate(...e)),onMouseenter:i[21]||(i[21]=(...e)=>a.hoverDate&&a.hoverDate(...e)),onMouseleave:i[22]||(i[22]=(...e)=>a.unHoverDate&&a.unHoverDate(...e)),onInput:i[23]||(i[23]=(...e)=>a.atInput&&a.atInput(...e)),onKeyup:i[24]||(i[24]=t.withKeys((t=>a.atEnter(t,e.value)),["enter"])),onClose:i[25]||(i[25]=(...e)=>a.closeDatePicker&&a.closeDatePicker(...e))},null,44,yA)),[[t.vModelText,l.combinationValueTemp]]),t.createElementVNode("label",{id:"label"+l.unique,style:t.normalizeStyle({background:n.customBackground}),for:"input"+l.unique,onMouseenter:i[26]||(i[26]=(...e)=>a.hoverDate&&a.hoverDate(...e))},[t.createTextVNode(t.toDisplayString(n.labelValue),1),l.showMandatory?(t.openBlock(),t.createElementBlock("span",vA,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)],44,bA),"left"==n.iconPosition||"right"==n.iconPosition?(t.openBlock(),t.createElementBlock("span",kA,[t.createElementVNode("i",{class:t.normalizeClass("icon-"+n.icon)},null,2)])):t.createCommentVNode("v-if",!0)],14,AA)):t.createCommentVNode("v-if",!0),n.labelAnimation?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:1,id:"input-field"+l.unique,class:t.normalizeClass(["input-field",{small:l.small,readOnly:e.readOnlyProp}]),style:t.normalizeStyle(!0===n.disabled?"cursor:not-allowed":"cursor:pointer"),onClick:i[35]||(i[35]=(...e)=>a.toggleDropdown&&a.toggleDropdown(...e))},[e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",EA)):t.createCommentVNode("v-if",!0),e.readOnlyProp?(t.openBlock(),t.createElementBlock("div",wA)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("input",{id:"inputdate"+l.unique,ref:"inputField","onUpdate:modelValue":i[28]||(i[28]=e=>l.combinationValueTemp=e),name:n.name,type:"text",placeholder:n.labelValue,style:t.normalizeStyle({background:n.customBackground}),autocomplete:"off",required:"",onFocus:i[29]||(i[29]=(...e)=>a.focusInput&&a.focusInput(...e)),onBlur:i[30]||(i[30]=(...e)=>a.blurDate&&a.blurDate(...e)),onMouseenter:i[31]||(i[31]=(...e)=>a.hoverDate&&a.hoverDate(...e)),onMouseleave:i[32]||(i[32]=(...e)=>a.unHoverDate&&a.unHoverDate(...e)),onInput:i[33]||(i[33]=(...e)=>a.atInput&&a.atInput(...e)),onKeyup:i[34]||(i[34]=t.withKeys((t=>a.atEnter(t,e.value)),["enter"]))},null,44,VA),[[t.vModelText,l.combinationValueTemp]]),"left"==n.iconPosition||"right"==n.iconPosition?(t.openBlock(),t.createElementBlock("span",xA,[t.createElementVNode("i",{class:t.normalizeClass("icon-"+n.icon)},null,2)])):t.createCommentVNode("v-if",!0)],14,CA))],8,gA)],6),t.withDirectives(t.createVNode(c,{show:l.isOpen,top:n.top,left:n.left,width:n.width,conditionvalue:n.conditionvalue,conditionup:n.conditionup,conditiondown:n.conditiondown},{overlay:t.withCtx((()=>[t.createElementVNode("div",{class:t.normalizeClass({down:l.isDropdownOpen,up:l.isDropdownUp}),style:{width:"100%"}},[l.isOpen?(t.openBlock(),t.createElementBlock("div",{key:0,id:"date-picker-container"+l.unique,class:"date-picker-container"},[t.createElementVNode("div",NA,[t.createElementVNode("span",SA,[!0===l.customError?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["input-container",{customError:l.customError}]),onClick:i[39]||(i[39]=e=>(l.activeInput="input1",a.activeInputStatus))},[t.createElementVNode("div",{class:t.normalizeClass(["input-field small",{customError:l.customError}]),style:{cursor:"pointer"}},[t.createCommentVNode("v-if"),t.createCommentVNode("v-if"),t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":i[37]||(i[37]=e=>l.formatvalue1=e),name:"Start",type:"text",autocomplete:"off",required:e.requiredStar,onKeyup:i[38]||(i[38]=t.withKeys(((...e)=>a.startValue&&a.startValue(...e)),["enter"]))},null,40,_A),[[t.vModelText,l.formatvalue1]]),IA],2)],2)):t.createCommentVNode("v-if",!0)]),!1===l.customError?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["input-container",{"active-input":"input1"===l.activeInput}]),onClick:i[42]||(i[42]=e=>(l.activeInput="input1",a.activeInputStatus))},[t.createElementVNode("div",qA,[t.createCommentVNode("v-if"),t.createCommentVNode("v-if"),t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":i[40]||(i[40]=e=>l.formatvalue1=e),name:"Start",autofocus:"",type:"text",autocomplete:"off",required:e.requiredStar,onKeyup:i[41]||(i[41]=t.withKeys(((...e)=>a.startValue&&a.startValue(...e)),["enter"]))},null,40,DA),[[t.vModelText,l.formatvalue1]]),TA]),t.createCommentVNode("v-if"),t.createElementVNode("span",OA,t.toDisplayString(e.input_error_message),1)],2)):t.createCommentVNode("v-if",!0),RA,t.createElementVNode("span",MA,[!0===l.customErrorEnd?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["input-container",{customError:l.customErrorEnd}]),onClick:i[45]||(i[45]=e=>(l.activeInput="input2",a.activeInputStatus))},[t.createCommentVNode("//activeInput === 'input2' ?show_calendar=true : show_calendar=false "),t.createElementVNode("div",{class:t.normalizeClass(["input-field small",{customError:l.customErrorEnd}]),style:{cursor:"pointer"}},[t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":i[43]||(i[43]=e=>l.formatvalue2=e),name:"End",type:"text",autocomplete:"off",required:l.requiredend,onKeyup:i[44]||(i[44]=t.withKeys(((...e)=>a.endValue&&a.endValue(...e)),["enter"]))},null,40,LA),[[t.vModelText,l.formatvalue2]]),UA],2),t.createCommentVNode(' v-if<span class="error-message-tooltip-datepicker"\r\n style="display: display; height: 0px">{{datepicker_error_message}}</span> ')],2)):t.createCommentVNode("v-if",!0)]),!1===l.customErrorEnd?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["input-container",{"active-input":"input2"===l.activeInput}]),onClick:i[48]||(i[48]=e=>(l.activeInput="input2",a.activeInputStatus))},[t.createCommentVNode("//activeInput === 'input2' ?show_calendar=true : show_calendar=false "),t.createElementVNode("div",FA,[t.withDirectives(t.createElementVNode("input",{ref:"nextInput","onUpdate:modelValue":i[46]||(i[46]=e=>l.formatvalue2=e),name:"End",type:"text",autocomplete:"off",required:l.requiredend,onKeyup:i[47]||(i[47]=t.withKeys(((...e)=>a.endValue&&a.endValue(...e)),["enter"]))},null,40,PA),[[t.vModelText,l.formatvalue2]]),HA]),t.createCommentVNode("v-if"),KA],2)):t.createCommentVNode("v-if",!0)]),t.createElementVNode("div",jA,[l.show_calendar?(t.openBlock(),t.createBlock(r,{id:"calendar1"+l.unique,key:l.key,"pre-value":l.value1,onClose:a.closeDatePicker,onSelectedDate:a.receivedDate1},null,8,["id","pre-value","onClose","onSelectedDate"])):t.createCommentVNode("v-if",!0),l.show_calendar_1?(t.openBlock(),t.createElementBlock("div",QA,[(t.openBlock(),t.createBlock(r,{id:"calendar1"+l.unique,key:l.key,"pre-value":l.value2,"holiday-list":a.formattedDatesBetween,onClose:a.closeDatePicker,onSelectedDate:a.receivedDate2},null,8,["id","pre-value","holiday-list","onClose","onSelectedDate"]))])):t.createCommentVNode("v-if",!0)]),t.createElementVNode("div",zA,[t.createVNode(s,{class:"secondary-success sm",onClick:a.resetValues},{default:t.withCtx((()=>[JA])),_:1},8,["onClick"]),t.createVNode(s,{class:"primary sm",onClick:a.printValue},{default:t.withCtx((()=>[XA])),_:1},8,["onClick"])])],8,BA)):t.createCommentVNode("v-if",!0)],2),l.tooltipStart?(t.openBlock(),t.createElementBlock("span",WA,[t.createElementVNode("span",YA,t.toDisplayString(e.datepicker_error_message),1)])):t.createCommentVNode("v-if",!0),l.tooltipEnd?(t.openBlock(),t.createElementBlock("span",GA,[t.createElementVNode("span",ZA,t.toDisplayString(e.datepicker_error_message),1)])):t.createCommentVNode("v-if",!0)])),_:1},8,["show","top","left","width","conditionvalue","conditionup","conditiondown"]),[[t.vShow,!0===l.isOpen]])])):t.createCommentVNode("v-if",!0)])},Qg.__file="src/components/datePickerComponent.vue";var $A={name:"HlxDivider",props:{position:{type:String,default:"horizontal"},space:{type:String,default:""},class:{type:String,default:""}},data:()=>({customClass:""}),watch:{class:{handler(e){this.customClass=e},immediate:!0,deep:!0}}};$A.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock(t.Fragment,null,["horizontal"==n.position?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["hlx-horizontal-divider",l.customClass]),style:t.normalizeStyle("height:"+n.space+"; margin-bottom:"+n.space)},null,6)):t.createCommentVNode("v-if",!0),"vertical"==n.position?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["hlx-vertical-divider",l.customClass]),style:t.normalizeStyle("width:"+n.space+"; margin-right:"+n.space)},null,6)):t.createCommentVNode("v-if",!0)],64)},$A.__file="src/components/DividerComponent.vue";var ef={name:"HlxDottedPagination",props:{dots:{type:Number,default:1}},emits:["current-page","current-page-hover"],data:()=>({currentPage:1,right_disable:!1,left_disable:!1}),watch:{currentPage:{handler(e){this.right_disable=!1,this.left_disable=!1,this.$emit("current-page",e),e>=this.dots?this.right_disable=!0:e<=1&&(this.left_disable=!0)},immediate:!0,deep:!0}},methods:{forward(){this.currentPage>=this.dots?this.right_disable=!0:(this.right_disable=!1,++this.currentPage)},backward(){this.currentPage<=1?this.left_disable=!0:(this.left_disable=!1,--this.currentPage)},currentPosition(e){this.currentPage=e,this.$emit("current-page",e)},currentPositionbyHover(e){this.currentPage=e,this.$emit("current-page-hover",e)}}};const tf={class:"dotted-pagination-container"},nf=["disabled"],of=["onMouseover","onClick"],lf=["disabled"];ef.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock("section",tf,[t.createElementVNode("i",{class:"icon-angle-left-regular",disabled:l.left_disable,onClick:i[0]||(i[0]=(...e)=>a.backward&&a.backward(...e))},null,8,nf),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.dots,(e=>(t.openBlock(),t.createElementBlock("div",{key:e,class:t.normalizeClass(["pagination-dot-circle",{active:e==l.currentPage}]),onMouseover:t=>a.currentPositionbyHover(e),onClick:t=>a.currentPosition(e)},null,42,of)))),128)),t.createElementVNode("i",{class:"icon-angle-right-regular",disabled:l.right_disable,onClick:i[1]||(i[1]=(...e)=>a.forward&&a.forward(...e))},null,8,lf)])},ef.__file="src/components/DottedPagination.vue";var af={name:"HlxDrawer",props:{title:{type:String,default:""},show:{type:Boolean,default:!1},footer:{type:Boolean,default:!1},width:{type:String,default:""},height:{type:String,default:""},position:{type:String,default:""}},emits:["close"],data:()=>({unique:Math.floor(100*Math.random())}),watch:{show:{handler(e){this.$nextTick((()=>{!0===e&&null!==document.getElementById("mySidenav"+this.unique)&&void 0!==document.getElementById("mySidenav"+this.unique)?("left"===this.position||"right"===this.position?(document.getElementById("mySidenav"+this.unique).style.display="block",document.getElementById("mySidenav"+this.unique).style[this.position]="0px",document.getElementById("sidenav-margin"+this.unique).style[this.position]=this.width+"px",document.getElementById("sidenav-margin"+this.unique).style.width="100%"):"top"!==this.position&&"bottom"!==this.position||(document.getElementById("mySidenav"+this.unique).style[this.position]="0px",document.getElementById("sidenav-margin"+this.unique).style[this.position]=this.height+"px",document.getElementById("sidenav-margin"+this.unique).style.height="100%",document.getElementById("sidenav-margin"+this.unique).style.width="100%"),this.header||this.$nextTick((()=>{document.getElementById("mySidenav"+this.unique).style.setProperty("height","100vh","important"),document.getElementsByClassName("body-panel-"+this.position)[0].style.setProperty("height","91vh","important")}))):!1===e&&null!==document.getElementById("mySidenav"+this.unique)&&void 0!==document.getElementById("mySidenav"+this.unique)&&("left"!==this.position&&"right"!==this.position||(document.getElementById("mySidenav"+this.unique).style.display="none",document.getElementById("mySidenav"+this.unique).style[this.position]="0px",document.getElementById("sidenav-margin"+this.unique).style[this.position]="0px",document.getElementById("sidenav-margin"+this.unique).style.width="0%"))}))},immediate:!0,deep:!0}},mounted(){"left"===this.position||"right"===this.position?(document.getElementById("mySidenav"+this.unique).style[this.position]="-"+this.width+"px",document.getElementById("mySidenav"+this.unique).style.width=this.width+"px"):"top"!==this.position&&"bottom"!==this.position||(document.getElementById("mySidenav"+this.unique).style[this.position]="-"+this.height+"px",document.getElementById("mySidenav"+this.unique).style.height=this.height+"px")},methods:{closeDrawer(){this.closeNav(),this.$emit("close")},closeNav(){"left"===this.position||"right"===this.position?(document.getElementById("mySidenav"+this.unique).style[this.position]="-"+this.width+"px",document.getElementById("sidenav-margin"+this.unique).style.width="0"):"top"!==this.position&&"bottom"!==this.position||(document.getElementById("mySidenav"+this.unique).style[this.position]="-"+this.height+"px",document.getElementById("sidenav-margin"+this.unique).style.height="0",document.getElementById("sidenav-margin"+this.unique).style.width="0")}}};const rf=["id"],sf=["id"],cf=t.createTextVNode("Drawer title"),df=[t.createElementVNode("i",{class:"icon-cross"},null,-1)],uf=t.createTextVNode("Drawer body"),hf=t.createTextVNode("Drawer footer");af.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createElementVNode("div",{id:"sidenav-margin"+l.unique,class:t.normalizeClass("sidenav-margin-"+n.position),onClick:i[0]||(i[0]=(...e)=>a.closeDrawer&&a.closeDrawer(...e))},null,10,rf),t.createElementVNode("div",{id:"mySidenav"+l.unique,class:t.normalizeClass("sidenav-"+n.position)},[!0===e.header?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass("header-panel-"+n.position)},[void 0!==n.title?(t.openBlock(),t.createElementBlock("span",{key:0,class:t.normalizeClass("title-"+n.position)},t.toDisplayString(n.title),3)):(t.openBlock(),t.createElementBlock("span",{key:1,class:t.normalizeClass("title-"+n.position)},[t.createElementVNode("header",null,[t.renderSlot(e.$slots,"header",{},(()=>[cf]))])],2)),t.createElementVNode("span",{class:t.normalizeClass("drawer-close-"+n.position),onClick:i[1]||(i[1]=(...e)=>a.closeDrawer&&a.closeDrawer(...e))},df,2)],2)):t.createCommentVNode("v-if",!0),t.createElementVNode("main",{class:t.normalizeClass("body-panel-"+n.position)},[t.renderSlot(e.$slots,"body",{},(()=>[uf]))],2),!0===n.footer?(t.openBlock(),t.createElementBlock("footer",{key:1,class:t.normalizeClass("footer-panel-"+n.position)},[t.renderSlot(e.$slots,"footer",{},(()=>[hf]))],2)):t.createCommentVNode("v-if",!0)],10,sf)],64)},af.__file="src/components/DrawerComponent.vue";var pf={name:"HlxErrorPage",components:{hlxButton:F},props:{errorCode:{type:Number,default:400},errorMessage:{type:String,default:"Error"}}};const mf={class:"error-page-container"},gf=t.createElementVNode("section",{class:"section--image"},[t.createElementVNode("img",{src:"data:image/png;base64,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",alt:""})],-1),Af={class:"section--content"},ff=t.createElementVNode("p",null," The page you are looking for might be removed or is temporarily unavailable. ",-1),yf=t.createTextVNode("Back to homepage");pf.render=function(e,i,n,o,l,a){const r=t.resolveComponent("hlx-button");return t.openBlock(),t.createElementBlock("main",mf,[gf,t.createElementVNode("section",Af,[t.createElementVNode("h5",null,t.toDisplayString(n.errorCode),1),t.createElementVNode("h4",null,t.toDisplayString(n.errorMessage),1),ff,t.createVNode(r,{class:"primary sm",onClick:i[0]||(i[0]=t=>e.$router.push("/"))},{default:t.withCtx((()=>[yf])),_:1})])])},pf.__file="src/components/ErrorpageComponent.vue";var bf={name:"HlxImportProgress",props:{progress:{type:Number,default:0},strokeWidth:{type:Number,default:0},toolTip:{type:Boolean,default:!1}},watch:{progress:{handler(){let e=this.$refs["hlx-import-progress-bar-loader"];e&&(e.style.width=this.progress+"%")},immediate:!0}},mounted(){document.querySelector("#hlx-progress-bar-001hlx > span.bar").style.width=this.progress+"%"}};const vf={id:"hlx-progress-bar-001hlx",class:"progress-bar-container"},kf=["progress-percentage","progress-data"],Cf=t.createElementVNode("span",{class:"perentage-default"},null,-1);bf.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createElementVNode("div",vf,[t.createElementVNode("span",{ref:"hlx-import-progress-bar-loader",class:t.normalizeClass(["bar",{"tooltip-track":n.toolTip}]),"progress-percentage":n.progress,"progress-data":n.progress+"%"},null,10,kf)]),Cf],64)},bf.__file="src/components/ImportProgressComponent.vue";var Ef={name:"HlxFileUpload",components:{hlxButton:F,hlxModal:_i,HlxImportProgress:bf},props:{styleBackground:{type:Object,default:()=>(obj={backgroundColor:"transparent",bacgroundtTextColor:"Black",border:!1,borderColor:"#eee",TextfontSize:24},obj)},readOnly:{type:Boolean,default:!1},nameDisplay:{type:String,default:()=>""},nameBackgroundColor:{type:String,default:()=>"white"},nameSize:{type:Number,default:15},backgroundColor:{type:String,default:()=>"transparent"},uploadtype:{type:String,default:()=>"Square"},width:{type:Number,default:150},height:{type:Number,default:150},preset:{type:Object,default:()=>({})},src:{type:String,default:()=>""},presetFiles:{type:Array,default:()=>[]},fileType:{type:String,default:""},fileSizeLimit:{type:String,default:""},customIcon:{type:String,default:""},icon:{type:String,default:""},content:{type:String,default:""},type:{type:String,default:"regular"}},emits:["fileData","previewFile","deleteFile","filesArray","deleteImage","downloadImage"],data:()=>({uploaded:!1,fileItems:[],progress:[0,0,0],display:[!0,!0,!0],modal_active:!1,unique:Math.floor(1e3*Math.random()+1),err_msg:"",buploadfile:!1,auploadfile:!1,file_data:{},files:[],file_name:"",uploaddata:!1,disablebutton:!0,ftype:!0,fsize:"",fsizee:!0,fact:"",preview_data:"",cancelled:!1,hover:!1}),watch:{nameDisplay:{handler(e){const t=e.split(" ").slice(0,2);this.initials=t.map((e=>e.charAt(0))).join("").toUpperCase(),console.log(e,"ll",this.initials)},deep:!0,immediate:!0},preset:{handler(e){if(null!=e&&Object.keys(e).length>0){if(console.log(e),this.uploaded=!0,this.file_name=e?.name,this.preview_data=e?.data,"upc-regular"==this.type||"profile-upload"==this.type){var t=this.preview_data;console.log(t,"mfskm"),setTimeout((()=>{var e=atob(t),i=new Blob([e],{type:"image/png"}),n=URL.createObjectURL(i),o=document.createElement("img");o.src=n,document.body.appendChild(o)}),300)}if("upc-regular-v2"==this.type){t=this.preview_data;setTimeout((()=>{document.getElementById("outputt").src=URL.createObjectURL(t)}),300)}else if("upc-regular-sm"==this.type){t=this.preview_data;setTimeout((()=>{document.getElementById(`output1${this.unique}`).src=URL.createObjectURL(t)}),300)}else if("upc-regular-sm-v2"==this.type){t=this.preview_data;setTimeout((()=>{document.getElementById("output-sm").src=URL.createObjectURL(t)}),300)}}},deep:!0,immediate:!0},src:{handler(e){e.length>0?(this.uploaded=!0,this.imgSrc=e):(this.uploaded=!1,this.imgSrc="")},deep:!0,immediate:!0}},mounted(){if(null!=this.preset&&Object.keys(this.preset).length>0)if(this.uploaded=!0,this.file_name=this.preset?.name,this.preview_data=this.preset?.data,"upc-regular"==this.type||"profile-upload"==this.type){var e=this.preview_data.properties;setTimeout((()=>{var t=document.getElementById("output");null==t&&null==t||(t.src=URL.createObjectURL(e))}),300)}else if("upc-regular-v2"==this.type){e=this.preview_data.properties;setTimeout((()=>{var t=document.getElementById("outputt");null==t&&null==t||(t.src=URL.createObjectURL(e))}),300)}else if("upc-regular-sm"==this.type){e=this.preview_data.properties;setTimeout((()=>{if(null!=t||null!=t)var t=document.getElementById(`output1${this.unique}`);t.src=URL.createObjectURL(e)}),300)}else if("upc-regular-sm-v2"==this.type){e=this.preview_data.properties;setTimeout((()=>{if(null!=t||null!=t)var t=document.getElementById("output-sm");t.src=URL.createObjectURL(e)}),300)}this.uploadfile=!0,this.disablebutton=!0,this.buploadfile=!0,this.fsize=1e6*parseInt(this.fileSizeLimit.replace("mb",""));let t=JSON.stringify(this.presetFiles);this.fileItems=JSON.parse(t)},methods:{clickFunc(){document.getElementById("fileUpload6"+this.unique).click()},clickFunc1(){document.getElementById("fileUpload8"+this.unique).click()},deleteImg(){this.$emit("deleteImage",this.preview_data),this.uploaded=!1},downloadImg(){this.$emit("downloadImage",this.preview_data)},cancel(){this.fileItems=this.presetFiles,this.modal_active=!1},upload(){this.$emit("filesArray",this.fileItems),this.modal_active=!1},modal(){this.cancelled=!0,this.modal_active=!this.modal_active},deleteFileItem(e){this.fileItems.splice(e,1)},chooseFiles(){var e;this.uploaded=!0,this.ftype=!0,this.fsizee=!0,"regular"==this.type?e=document.getElementById("fileUpload1").files[0]:"button"==this.type?e=document.getElementById("fileUpload2").files[0]:"link-button"==this.type?e=document.getElementById("fileUpload3").files[0]:"upc-regular"==this.type||"profile-upload"==this.type?(e=document.getElementById("fileUpload4").files[0],setTimeout((()=>{document.getElementById("output").src=URL.createObjectURL(e)}),300)):"upc-regular-v2"==this.type?(e=document.getElementById("fileUpload9").files[0],setTimeout((()=>{document.getElementById("outputt").src=URL.createObjectURL(e)}),300)):"upc-regular-sm"==this.type?(e=document.getElementById(`fileUpload6${this.unique}`).files[0],setTimeout((()=>{document.getElementById(`output1${this.unique}`).src=URL.createObjectURL(e)}),300)):"upc-regular-sm-v2"==this.type?(e=document.getElementById(`fileUpload8${this.unique}`).files[0],setTimeout((()=>{document.getElementById("output-sm").src=URL.createObjectURL(e)}),300)):("upc-link-button"==this.type||"upc-link-button-v2"==this.type)&&(e=document.getElementById("fileUpload5").files[0]),this.file_data=e,this.file_name=this.file_data.name;let t={};var i=new FileReader;i.readAsText(e,"UTF-8"),i.onload=function(i){this.fact=i.target.result,t.properties=e,t.data=this.fact},setTimeout((()=>{this.$emit("fileData",t),this.preview_data=t,this.deleteImg()}),3e3);for(var n,o=/\./gi,l=[];n=o.exec(this.file_data.name);)l.push(n.index);if(this.files.length<1)if(e.size<this.fsize)if(this.fileType.includes(this.file_data.name.slice(l[l.length-1],this.file_data.name.length))){if("regular"==this.type){document.querySelector(".upload-panel").classList.remove("err")}this.err_msg="",this.files.push(this.file_data),this.file_name=this.file_data.name,this.buploadfile=!1,this.auploadfile=!0,this.disablebutton=!1}else this.fileTypee(this.file_data.name);else this.fileSize(e.size)},addFile(e){if(!0===this.readOnly)return;this.uploaded=!0,this.ftype=!0,this.fsizee=!0,this.files=[];let t=e.dataTransfer.files;t&&([...t].forEach((e=>{this.file_data=e;let t={};var i=new FileReader;i.readAsText(e,"UTF-8"),i.onload=function(i){this.fact=i.target.result,t.properties=e,t.data=this.fact},setTimeout((()=>{if(this.$emit("fileData",t),this.preview_data=t,"upc-regular"==this.type||"profile-upload"==this.type){var e=this.preview_data.properties;document.getElementById("output").src=URL.createObjectURL(e)}else if("upc-regular-v2"==this.type){e=this.preview_data.properties;document.getElementById("outputt").src=URL.createObjectURL(e)}else if("upc-regular-sm"==this.type){e=this.preview_data.properties;document.getElementById(`output1${this.unique}`).src=URL.createObjectURL(e)}else if("upc-regular-sm-v2"==this.type){e=this.preview_data.properties;document.getElementById("output-sm").src=URL.createObjectURL(e)}}),1e3),this.file_name=this.file_data.name;for(var n,o=/\./gi,l=[];n=o.exec(this.file_name);)l.push(n.index);if(this.files.length<1)if(e.size<this.fsize)if(this.fileType.includes(this.file_name.slice(l[l.length-1],this.file_name.length))){document.querySelector(".upload-panel").classList.remove("err"),this.err_msg="",this.buploadfile=!1,this.auploadfile=!0}else this.fileTypee(this.file_data.name);else this.fileSize(this.file_data.size);else this.files.length})),this.files.push(this.file_data),this.files.push(this.file_data))},clickFiles(){this.cancelled=!1,setInterval((()=>{this.progress[this.fileItems.length-1]<100&&(this.progress[this.fileItems.length-1]+=2)}),200),this.progress[this.fileItems.length]=0;let e={};this.ftype=!0,this.fsizee=!0;var t=document.getElementById("fileUpload5").files[0];this.file_data=t,this.file_name=this.file_data.name;let i={};var n=new FileReader;n.readAsText(t,"UTF-8"),n.onload=function(e){this.fact=e.target.result,i.properties=t,i.data=this.fact},setTimeout((()=>{this.$emit("fileData",i),this.preview_data=i,console.log(i),this.fileItems.length<4&&(e.name=this.file_name,e.fileData=this.preview_data,this.fileItems.push(e))}),1e3);for(var o,l=/\./gi,a=[];o=l.exec(this.file_data.name);)a.push(o.index);if(this.files.length<1)if(t.size<this.fsize)if(this.fileType.includes(this.file_data.name.slice(a[a.length-1],this.file_data.name.length))){if("regular"==this.type){document.querySelector(".upload-panel").classList.remove("err")}this.err_msg="",this.files.push(this.file_data),this.file_name=this.file_data.name,this.buploadfile=!1,this.auploadfile=!0,this.disablebutton=!1}else this.fileTypee(this.file_data.name);else this.fileSize(t.size)},dragFiles(e){this.cancelled=!1,setInterval((()=>{this.progress[this.fileItems.length-1]<100&&(this.progress[this.fileItems.length-1]+=2)}),200),this.progress[this.fileItems.length]=0,this.ftype=!0,this.fsizee=!0,this.files=[];let t=e.dataTransfer.files;t&&([...t].forEach((e=>{this.file_data=e;let t={};var i=new FileReader;i.readAsText(e,"UTF-8"),i.onload=function(i){this.fact=i.target.result,t.properties=e,t.data=this.fact},setTimeout((()=>{this.$emit("fileData",t),this.preview_data=t}),1e3),this.file_name=this.file_data.name;let n={name:this.file_name,data:this.preview_data};this.fileItems.length<4&&this.fileItems.push(n);for(var o,l=/\./gi,a=[];o=l.exec(this.file_name);)a.push(o.index);if(this.files.length<1)if(e.size<this.fsize)if(this.fileType.includes(this.file_name.slice(a[a.length-1],this.file_name.length))){document.querySelector(".upload-panel").classList.remove("err"),this.err_msg="",this.buploadfile=!1,this.auploadfile=!0}else this.fileTypee(this.file_data.name);else this.fileSize(this.file_data.size);else this.files.length})),this.files.push(this.file_data),this.files.push(this.file_data))},fileTypee(e){let t=document.querySelector(".upload-panel");for(var i,n=/\./gi,o=[];i=n.exec(e);)o.push(i.index);this.fileType.toLowerCase().includes(e.slice(o[o.length-1],e.length))?(this.ftype=!0,t.classList.remove("err"),this.err_msg=""):(this.ftype=!1,t.classList.add("err"),this.err_msg=`Supported file types are ${this.fileType}`)},fileSize(e){let t=document.querySelector(".upload-panel");e<=this.fsize?(this.fsizee=!0,t.classList.remove("err"),this.err_msg=""):(this.fsizee=!1,t.classList.add("err"),this.err_msg=`Maximum file size is ${this.fileSizeLimit.toUpperCase()}`)},deleteContainer(e){e.target.parentElement.parentElement.remove()},previewFile(){console.log(this.preview_data),this.$emit("previewFile",this.preview_data)},deleteFilename(){console.log("ooo"),this.ftype=!0,this.fsizee=!0,this.files=[],this.file_data={},this.file_name="",this.auploadfile=!1,this.buploadfile=!0,this.disablebutton=!0,this.$emit("deleteFile",this.file_data)}}};const wf={key:0,class:"main-content-body"},Vf={class:"main-content-body-upload"},xf={key:0,class:"panel-items"},Bf=t.createElementVNode("i",{class:"icon-cloud-upload-regular"},null,-1),Nf=t.createElementVNode("span",{class:"drag-text"},"Drag and drop your files",-1),Sf=t.createElementVNode("span",{class:"or-text"},"or",-1),_f=t.createTextVNode(" Choose file "),If=["accept"],qf={key:1,class:"upload-file"},Df={class:"upload-file-container"},Tf={class:"filename-container"},Of=t.createElementVNode("i",{class:"icon-file-check-regular"},null,-1),Rf={class:"cont"},Mf={key:0,class:"icons"},Lf={class:"upload-footer"},Uf={key:1,class:"button-type-upload"},Ff=t.createTextVNode(),Pf=["accept"],Hf={key:1,class:"filename-container"},Kf={class:"cont"},jf={key:2,class:"button-type-upload"},Qf={style:{display:"block",cursor:"pointer"},onclick:"document.getElementById('fileUpload3').click()"},zf={class:"text-btn-icon"},Jf=t.createTextVNode(),Xf={class:"text-btn-upload"},Wf=["accept"],Yf={key:3,class:"main-content-body-upload",style:{height:"fit-content !important"}},Gf={key:0,onclick:"document.getElementById('fileUpload4').click()",class:"overlay",style:{display:"flex","justify-content":"center","align-items":"center",height:"100%","border-radius":"100%"}},Zf=["accept"],$f=["src"],ey={class:"overlay",style:{display:"flex","justify-content":"center","align-items":"flex-end",height:"100%","border-radius":"100%"}},ty={class:"upload-footer"},iy={key:4,class:"main-content-body"},ny={class:"main-content-body-upload"},oy={class:"panel-items"},ly=t.createElementVNode("i",{class:"icon-cloud-upload-regular",style:{"font-size":"50px",color:"#ccc"},onclick:"document.getElementById('fileUpload4').click()"},null,-1),ay=t.createElementVNode("span",{class:"drag-text",style:{"font-size":"12px",color:"#191a15"},onclick:"document.getElementById('fileUpload4').click()"},[t.createElementVNode("span",{style:{color:"#54bd9a"}},"Select file"),t.createTextVNode(" or drag and drop")],-1),ry={class:"or-text",style:{"font-size":"12px","margin-top":"8px",color:"#a6a6a6"},onclick:"document.getElementById('fileUpload4').click()"},sy=["accept"],cy={key:1,class:"upload-panel containere"},dy=["src"],uy={class:"overlay",style:{display:"flex","justify-content":"space-between"}},hy={class:"upload-footer"},py={key:5,class:"main-content-body"},my={class:"main-content-body-upload"},gy={class:"panel-items"},Ay=t.createElementVNode("i",{class:"icon-cloud-upload-regular",style:{"font-size":"30px",color:"#ccc"},onclick:"document.getElementById('fileUpload9').click()"},null,-1),fy=t.createElementVNode("span",{class:"drag-text",style:{"font-size":"12px",color:"#191a15"},onclick:"document.getElementById('fileUpload9').click()"},[t.createElementVNode("span",{style:{color:"#54bd9a"}},"Select file"),t.createTextVNode(" or drag and drop")],-1),yy={class:"or-text",style:{"font-size":"12px","margin-top":"8px",color:"#a6a6a6"},onclick:"document.getElementById('fileUpload9').click()"},by=["accept"],vy={class:"upload-footer"},ky=["src"],Cy={key:6,class:"main-content-body"},Ey={class:"main-content-body-upload"},wy={class:"panel-items"},Vy=[t.createElementVNode("i",{style:{"font-size":"24px",color:"#54bd9a"},class:"icon-plus-circle-filled"},null,-1)],xy=["id","accept"],By={key:1,class:"upload-panel containere sm"},Ny=["id","src"],Sy={class:"overlay",style:{padding:"5px"}},_y={class:"upload-footer"},Iy={key:7,class:"main-content-body"},qy={class:"main-content-body-upload"},Dy={class:"panel-items"},Ty=[t.createElementVNode("i",{style:{"font-size":"24px",color:"#54bd9a"},class:"icon-plus-circle-filled"},null,-1)],Oy=["id","accept"],Ry=["src"],My={key:8,class:"main-content-body"},Ly={class:"text-btn-icon"},Uy=t.createTextVNode(),Fy={class:"text-btn-upload"},Py=t.createElementVNode("div",null,"Upload file",-1),Hy={class:"modal-content",style:{display:"flex","flex-direction":"column"}},Ky={style:{height:"40%"}},jy={class:"main-content-body-upload"},Qy={class:"panel-items"},zy=t.createElementVNode("i",{class:"icon-cloud-upload-regular",style:{"font-size":"30px",color:"#ccc"},onclick:"document.getElementById('fileUpload5').click()"},null,-1),Jy=t.createElementVNode("span",{class:"drag-text",style:{"font-size":"12px",color:"#191a15"},onclick:"document.getElementById('fileUpload5').click()"},[t.createElementVNode("span",{style:{color:"#54bd9a"}},"Select file"),t.createTextVNode(" or drag and drop")],-1),Xy={class:"or-text",style:{"font-size":"12px",color:"#a6a6a6"},onclick:"document.getElementById('fileUpload5').click()"},Wy=["accept"],Yy={class:"upload-footer"},Gy={class:"file-items"},Zy={key:0,class:"left"},$y=[t.createElementVNode("img",{src:"data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M30.1249 2.59L37.0799 9.84V37.41H11.0986V37.5H37.1686V9.93125L30.1249 2.59Z' fill='%23909090'/%3e%3cpath d='M30.0385 2.5H11.0098V37.41H37.0798V9.84125L30.0385 2.5Z' fill='%23F4F4F4'/%3e%3cpath d='M10.8186 4.375H2.83105V12.9088H27.9561V4.375H10.8186Z' fill='%237A7B7C'/%3e%3cpath d='M28.0904 12.7638H2.99414V4.22375H28.0904V12.7638Z' fill='%23DD2025'/%3e%3cpath d='M11.3154 5.6675H9.68164V11.6675H10.9666V9.64375L11.2504 9.66C11.5261 9.65526 11.7992 9.60587 12.0591 9.51375C12.287 9.43537 12.4967 9.31163 12.6754 9.15C12.8573 8.99603 13.0007 8.8017 13.0941 8.5825C13.2195 8.21812 13.2643 7.83088 13.2254 7.4475C13.2176 7.17364 13.1696 6.90241 13.0829 6.6425C13.004 6.45489 12.8869 6.28575 12.739 6.14587C12.5912 6.00598 12.4158 5.89841 12.2241 5.83C12.0584 5.77 11.8872 5.72646 11.7129 5.7C11.5809 5.67964 11.4477 5.66878 11.3141 5.6675M11.0779 8.535H10.9666V6.685H11.2079C11.3144 6.67732 11.4212 6.69367 11.5205 6.73283C11.6198 6.77199 11.7091 6.83297 11.7816 6.91125C11.932 7.11252 12.0124 7.35751 12.0104 7.60875C12.0104 7.91625 12.0104 8.195 11.7329 8.39125C11.533 8.50121 11.3054 8.55196 11.0779 8.535ZM15.6666 5.65125C15.5279 5.65125 15.3929 5.66125 15.2979 5.665L15.0004 5.6725H14.0254V11.6725H15.1729C15.6114 11.6845 16.048 11.6102 16.4579 11.4538C16.7878 11.3229 17.0799 11.112 17.3079 10.84C17.5296 10.5656 17.6887 10.246 17.7741 9.90375C17.8723 9.51609 17.9202 9.11739 17.9166 8.7175C17.9409 8.2452 17.9043 7.77174 17.8079 7.30875C17.7164 6.96796 17.545 6.65387 17.3079 6.3925C17.1219 6.18145 16.8942 6.01121 16.6391 5.8925C16.4201 5.79115 16.1897 5.71645 15.9529 5.67C15.8587 5.65444 15.7633 5.64733 15.6679 5.64875M15.4404 10.57H15.3154V6.74H15.3316C15.5893 6.71035 15.8501 6.75685 16.0816 6.87375C16.2512 7.00916 16.3894 7.17975 16.4866 7.37375C16.5916 7.57792 16.6521 7.80201 16.6641 8.03125C16.6754 8.30625 16.6641 8.53125 16.6641 8.7175C16.6692 8.93205 16.6554 9.14663 16.6229 9.35875C16.5844 9.57654 16.5131 9.78725 16.4116 9.98375C16.2968 10.1664 16.1415 10.3204 15.9579 10.4338C15.8037 10.5335 15.621 10.58 15.4379 10.5663M21.7879 5.6725H18.7504V11.6725H20.0354V9.2925H21.6604V8.1775H20.0354V6.7875H21.7854V5.6725' fill='%23464648'/%3e%3cpath d='M27.2259 25.3187C27.2259 25.3187 31.2109 24.5963 31.2109 25.9575C31.2109 27.3188 28.7421 26.765 27.2259 25.3187ZM24.2796 25.4225C23.6465 25.5624 23.0295 25.7672 22.4384 26.0337L22.9384 24.9087C23.4384 23.7837 23.9571 22.25 23.9571 22.25C24.5538 23.2542 25.2479 24.1971 26.0296 25.065C25.4401 25.1529 24.8559 25.2731 24.2796 25.425V25.4225ZM22.7021 17.2975C22.7021 16.1112 23.0859 15.7875 23.3846 15.7875C23.6834 15.7875 24.0196 15.9312 24.0309 16.9612C23.9335 17.9969 23.7167 19.0179 23.3846 20.0037C22.9298 19.176 22.6944 18.2457 22.7009 17.3012L22.7021 17.2975ZM16.8909 30.4425C15.6684 29.7113 19.4546 27.46 20.1409 27.3875C20.1371 27.3888 18.1709 31.2075 16.8909 30.4425ZM32.3746 26.1188C32.3621 25.9938 32.2496 24.61 29.7871 24.6687C28.7607 24.6522 27.7348 24.7246 26.7209 24.885C25.7387 23.8955 24.8929 22.7794 24.2059 21.5662C24.6387 20.3155 24.9007 19.0121 24.9846 17.6912C24.9484 16.1912 24.5896 15.3312 23.4396 15.3437C22.2896 15.3562 22.1221 16.3625 22.2734 17.86C22.4215 18.8663 22.701 19.8488 23.1046 20.7825C23.1046 20.7825 22.5734 22.4362 21.8709 24.0812C21.1684 25.7262 20.6884 26.5887 20.6884 26.5887C19.4668 26.9864 18.3168 27.5772 17.2821 28.3387C16.2521 29.2975 15.8334 30.0337 16.3759 30.77C16.8434 31.405 18.4796 31.5487 19.9421 29.6325C20.7192 28.6428 21.4291 27.6021 22.0671 26.5175C22.0671 26.5175 24.2971 25.9062 24.9909 25.7387C25.6846 25.5712 26.5234 25.4387 26.5234 25.4387C26.5234 25.4387 28.5596 27.4875 30.5234 27.415C32.4871 27.3425 32.3921 26.2412 32.3796 26.1212' fill='%23DD2025'/%3e%3cpath d='M29.9424 2.59625V9.9375H36.9836L29.9424 2.59625Z' fill='%23909090'/%3e%3cpath d='M30.0391 2.5V9.84125H37.0803L30.0391 2.5Z' fill='%23F4F4F4'/%3e%3cpath d='M11.2187 5.57125H9.58496V11.5712H10.875V9.54875L11.16 9.565C11.4357 9.56026 11.7088 9.51087 11.9687 9.41875C12.1966 9.34034 12.4062 9.2166 12.585 9.055C12.7655 8.90061 12.9076 8.70632 13 8.4875C13.1253 8.12312 13.1701 7.73587 13.1312 7.3525C13.1234 7.07863 13.0754 6.8074 12.9887 6.5475C12.9098 6.35988 12.7927 6.19075 12.6449 6.05087C12.497 5.91098 12.3217 5.80341 12.13 5.735C11.9635 5.67441 11.7914 5.63045 11.6162 5.60375C11.4842 5.58339 11.351 5.57253 11.2175 5.57125M10.9812 8.43875H10.87V6.58875H11.1125C11.2189 6.58107 11.3258 6.59742 11.4251 6.63658C11.5244 6.67574 11.6136 6.73671 11.6862 6.815C11.8366 7.01627 11.917 7.26125 11.915 7.5125C11.915 7.82 11.915 8.09875 11.6375 8.295C11.4375 8.40496 11.21 8.45446 10.9825 8.4375M15.57 5.555C15.4312 5.555 15.2962 5.565 15.2012 5.56875L14.9075 5.57625H13.9325V11.5762H15.08C15.5185 11.5883 15.9551 11.5139 16.365 11.3575C16.6949 11.2267 16.987 11.0157 17.215 10.7438C17.4367 10.4693 17.5958 10.1498 17.6812 9.8075C17.7794 9.41984 17.8273 9.02114 17.8237 8.62125C17.848 8.14895 17.8114 7.67549 17.715 7.2125C17.6234 6.8717 17.452 6.55762 17.215 6.29625C17.029 6.0852 16.8013 5.91496 16.5462 5.79625C16.3272 5.6949 16.0968 5.62019 15.86 5.57375C15.7658 5.55819 15.6704 5.55108 15.575 5.5525M15.3475 10.4737H15.2225V6.64375H15.2387C15.4964 6.6141 15.7571 6.6606 15.9887 6.7775C16.1583 6.91291 16.2965 7.0835 16.3937 7.2775C16.4987 7.48167 16.5592 7.70576 16.5712 7.935C16.5825 8.21 16.5712 8.435 16.5712 8.62125C16.5763 8.8358 16.5625 9.05037 16.53 9.2625C16.4914 9.48029 16.4202 9.691 16.3187 9.8875C16.2038 10.0702 16.0486 10.2241 15.865 10.3375C15.7107 10.4372 15.5281 10.4838 15.345 10.47M21.6912 5.57625H18.6537V11.5762H19.9387V9.19625H21.5637V8.08125H19.9387V6.69125H21.6887V5.57625' fill='white'/%3e%3c/svg%3e",alt:""},null,-1)],eb={key:1,class:"left"},tb=[t.createElementVNode("img",{src:"data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M36.0072 3.75H12.1309C11.9352 3.74984 11.7414 3.78822 11.5606 3.86294C11.3798 3.93767 11.2154 4.04729 11.0769 4.18553C10.9385 4.32377 10.8286 4.48794 10.7535 4.66865C10.6785 4.84936 10.6398 5.04308 10.6396 5.23875V11.875L24.4759 15.9375L37.4997 11.875V5.23875C37.4995 5.04298 37.4607 4.84915 37.3856 4.66836C37.3105 4.48757 37.2005 4.32335 37.0619 4.18509C36.9233 4.04683 36.7588 3.93724 36.5778 3.86258C36.3968 3.78793 36.2029 3.74967 36.0072 3.75Z' fill='%2341A5EE'/%3e%3cpath d='M37.4997 11.875H10.6396V20L24.4759 22.4375L37.4997 20V11.875Z' fill='%232B7CD3'/%3e%3cpath d='M10.6396 20V28.125L23.6622 29.75L37.4997 28.125V20H10.6396Z' fill='%23185ABD'/%3e%3cpath d='M12.1309 36.25H36.0059C36.2018 36.2505 36.3958 36.2124 36.577 36.1378C36.7581 36.0632 36.9227 35.9536 37.0615 35.8154C37.2002 35.6771 37.3103 35.5128 37.3855 35.3319C37.4607 35.1511 37.4995 34.9571 37.4997 34.7613V28.125H10.6396V34.7613C10.6398 34.9569 10.6785 35.1506 10.7535 35.3314C10.8286 35.5121 10.9385 35.6762 11.0769 35.8145C11.2154 35.9527 11.3798 36.0623 11.5606 36.1371C11.7414 36.2118 11.9352 36.2502 12.1309 36.25Z' fill='%23103F91'/%3e%3cpath opacity='0.1' d='M20.5421 10.25H10.6396V30.5625H20.5421C20.9367 30.5605 21.3146 30.4032 21.594 30.1245C21.8734 29.8458 22.0317 29.4683 22.0346 29.0738V11.7387C22.0317 11.3442 21.8734 10.9667 21.594 10.688C21.3146 10.4093 20.9367 10.252 20.5421 10.25Z' fill='black'/%3e%3cpath opacity='0.2' d='M19.7284 11.0625H10.6396V31.375H19.7284C20.123 31.373 20.5009 31.2157 20.7803 30.937C21.0596 30.6583 21.2179 30.2808 21.2209 29.8862V12.5512C21.2179 12.1567 21.0596 11.7792 20.7803 11.5005C20.5009 11.2218 20.123 11.0645 19.7284 11.0625Z' fill='black'/%3e%3cpath opacity='0.2' d='M19.7284 11.0625H10.6396V29.75H19.7284C20.123 29.748 20.5009 29.5907 20.7803 29.312C21.0596 29.0333 21.2179 28.6558 21.2209 28.2612V12.5512C21.2179 12.1567 21.0596 11.7792 20.7803 11.5005C20.5009 11.2218 20.123 11.0645 19.7284 11.0625Z' fill='black'/%3e%3cpath opacity='0.2' d='M18.9146 11.0625H10.6396V29.75H18.9146C19.3092 29.748 19.6872 29.5907 19.9665 29.312C20.2459 29.0333 20.4042 28.6558 20.4072 28.2612V12.5512C20.4042 12.1567 20.2459 11.7792 19.9665 11.5005C19.6872 11.2218 19.3092 11.0645 18.9146 11.0625Z' fill='black'/%3e%3cpath d='M3.9925 11.0625H18.915C19.3103 11.0622 19.6895 11.2188 19.9694 11.498C20.2493 11.7771 20.4068 12.156 20.4075 12.5513V27.4488C20.4068 27.844 20.2493 28.2229 19.9694 28.5021C19.6895 28.7812 19.3103 28.9378 18.915 28.9375H3.9925C3.79673 28.9378 3.60281 28.8996 3.42182 28.8249C3.24084 28.7503 3.07634 28.6407 2.93774 28.5024C2.79913 28.3642 2.68913 28.1999 2.61402 28.0191C2.53891 27.8384 2.50016 27.6445 2.5 27.4488V12.5513C2.50016 12.3555 2.53891 12.1617 2.61402 11.9809C2.68913 11.8001 2.79913 11.6358 2.93774 11.4976C3.07634 11.3593 3.24084 11.2497 3.42182 11.1751C3.60281 11.1004 3.79673 11.0622 3.9925 11.0625Z' fill='url(%23paint0_linear_165_792)'/%3e%3cpath d='M8.6248 22.485C8.65356 22.715 8.67356 22.915 8.68231 23.0862H8.7173C8.7298 22.9237 8.7573 22.7275 8.79855 22.4987C8.8398 22.27 8.87605 22.0762 8.9098 21.9175L10.4786 15.1587H12.5086L14.1336 21.8162C14.2282 22.2281 14.2958 22.6456 14.3361 23.0662H14.3636C14.3934 22.6568 14.4498 22.2497 14.5323 21.8475L15.8311 15.15H17.6773L15.3973 24.835H13.2386L11.6923 18.4275C11.6473 18.2425 11.5965 18.0017 11.5398 17.705C11.4831 17.4083 11.4481 17.1917 11.4348 17.055H11.4086C11.3911 17.2125 11.3561 17.4462 11.3036 17.7562C11.2511 18.0675 11.2098 18.2962 11.1786 18.4462L9.72481 24.8387H7.5298L5.2373 15.1587H7.1123L8.52606 21.9312C8.56825 22.114 8.60121 22.2989 8.6248 22.485Z' fill='white'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_165_792' x1='5.6175' y1='9.8925' x2='17.29' y2='30.1075' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%232368C4'/%3e%3cstop offset='0.5' stop-color='%231A5DBE'/%3e%3cstop offset='1' stop-color='%231146AC'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",alt:""},null,-1)],ib={key:2,class:"left"},nb=[t.createElementVNode("img",{src:"data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M33.3337 37.5H6.66699V2.5H25.0003L33.3337 10.8333V37.5Z' fill='%2390CAF9'/%3e%3cpath d='M32.0837 11.6667H24.167V3.75L32.0837 11.6667Z' fill='%23E1F5FE'/%3e%3cpath d='M13.333 17.5H27.4997V19.1667H13.333V17.5ZM13.333 20.8333H24.1663V22.5H13.333V20.8333ZM13.333 24.1667H27.4997V25.8333H13.333V24.1667ZM13.333 27.5H24.1663V29.1667H13.333V27.5Z' fill='%231976D2'/%3e%3c/svg%3e",alt:""},null,-1)],ob={class:"right"},lb={class:"title"},ab={style:{"font-weight":"600"}},rb=["onClick"],sb={class:"desc"},cb={key:0,class:"progress"},db={class:"leftt"},ub={key:0,style:{color:"#02b55c"},class:"rightt"},hb={key:1,class:"rightt"},pb=t.createTextVNode("Cancel"),mb=t.createTextVNode("Upload"),gb={key:9,style:{width:"16px"}},Ab={class:"text-btn-icon",onclick:"document.getElementById('fileUpload5').click()"},fb=["accept"];Ef.render=function(e,i,n,o,l,a){const r=t.resolveComponent("hlx-button"),s=t.resolveComponent("hlx-import-progress"),c=t.resolveComponent("hlx-modal");return t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createCommentVNode(" {{ preview_data }} "),"regular"==n.type?(t.openBlock(),t.createElementBlock("div",wf,[t.createElementVNode("div",Vf,[t.createElementVNode("div",{class:"upload-panel",onDrop:i[5]||(i[5]=t.withModifiers(((...e)=>a.addFile&&a.addFile(...e)),["prevent"])),onDragover:i[6]||(i[6]=t.withModifiers((()=>{}),["prevent"]))},[1==l.buploadfile&&l.file_name.length<=0?(t.openBlock(),t.createElementBlock("div",xf,[Bf,Nf,Sf,t.createVNode(r,{class:"secondary sm",style:{display:"block"},onclick:"document.getElementById('fileUpload1').click()"},{default:t.withCtx((()=>[_f])),_:1}),t.createElementVNode("form",{enctype:"multipart/form-data",onSubmit:i[1]||(i[1]=(...t)=>e.saveDocuments&&e.saveDocuments(...t))},[t.createElementVNode("input",{id:"fileUpload1",ref:"file",autocomplete:"off",type:"file",accept:n.fileType,name:"fileUpload",style:{display:"none"},multiple:"",onChange:i[0]||(i[0]=(...e)=>a.chooseFiles&&a.chooseFiles(...e))},null,40,If)],32)])):t.createCommentVNode("v-if",!0),1==l.auploadfile||l.file_name.length>0?(t.openBlock(),t.createElementBlock("div",qf,[t.createElementVNode("div",Df,[t.createElementVNode("div",Tf,[Of,t.createElementVNode("div",Rf,[t.createElementVNode("span",null,t.toDisplayString(l.file_name),1),null==n.customIcon?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-trash-regular",onClick:i[2]||(i[2]=(...e)=>a.deleteFilename&&a.deleteFilename(...e))})):t.createCommentVNode("v-if",!0)])])]),null!=n.customIcon?(t.openBlock(),t.createElementBlock("div",Mf,[t.createElementVNode("i",{class:t.normalizeClass(n.customIcon),onClick:i[3]||(i[3]=e=>a.previewFile())},null,2),t.createElementVNode("i",{class:"icon-trash-regular",onClick:i[4]||(i[4]=e=>a.deleteFilename())})])):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0)],32),t.createCommentVNode(' <span class="upload-footer">Maximum file size is {{this.fileSizeLimit.toUpperCase()}}</span> '),t.createElementVNode("span",Lf,t.toDisplayString(l.err_msg),1)])])):t.createCommentVNode("v-if",!0),"button"==n.type?(t.openBlock(),t.createElementBlock("div",Uf,[""==l.file_name?(t.openBlock(),t.createBlock(r,{key:0,class:"secondary sm",style:{display:"block"},onclick:"document.getElementById('fileUpload2').click()"},{default:t.withCtx((()=>[t.createElementVNode("span",null,[t.createElementVNode("i",{class:t.normalizeClass(n.icon)},null,2)]),Ff,t.createElementVNode("span",null,t.toDisplayString(n.content),1)])),_:1})):t.createCommentVNode("v-if",!0),t.createElementVNode("form",{enctype:"multipart/form-data",onSubmit:i[8]||(i[8]=(...t)=>e.saveDocuments&&e.saveDocuments(...t))},[t.createElementVNode("input",{id:"fileUpload2",ref:"file",autocomplete:"off",type:"file",accept:n.fileType,name:"fileUpload",style:{display:"none"},multiple:"",onChange:i[7]||(i[7]=(...e)=>a.chooseFiles&&a.chooseFiles(...e))},null,40,Pf)],32),""!=l.file_name?(t.openBlock(),t.createElementBlock("div",Hf,[t.createElementVNode("div",Kf,[t.createElementVNode("span",null,t.toDisplayString(l.file_name),1),null!=n.customIcon?(t.openBlock(),t.createElementBlock("i",{key:0,class:t.normalizeClass(n.customIcon),onClick:i[9]||(i[9]=(...e)=>a.previewFile&&a.previewFile(...e))},null,2)):t.createCommentVNode("v-if",!0),t.createElementVNode("i",{class:"icon-trash-regular",onClick:i[10]||(i[10]=(...e)=>a.deleteFilename&&a.deleteFilename(...e))})]),t.createCommentVNode(' <div class="icons" v-if="this.customIcon!=undefined">\r\n \r\n <i :class="this.customIcon" @click="previewFile"></i>\r\n <i class="icon-trash-regular" @click="deleteFilename"></i>\r\n </div> ')])):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0),"link-button"==n.type?(t.openBlock(),t.createElementBlock("div",jf,[t.createElementVNode("span",Qf,[t.createElementVNode("span",zf,[t.createElementVNode("i",{class:t.normalizeClass(n.icon)},null,2)]),Jf,t.createElementVNode("span",Xf,t.toDisplayString(n.content),1)]),t.createElementVNode("form",{enctype:"multipart/form-data",onSubmit:i[12]||(i[12]=(...t)=>e.saveDocuments&&e.saveDocuments(...t))},[t.createElementVNode("input",{id:"fileUpload3",ref:"file",autocomplete:"off",type:"file",accept:n.fileType,name:"fileUpload",style:{display:"none"},multiple:"",onChange:i[11]||(i[11]=(...e)=>a.chooseFiles&&a.chooseFiles(...e))},null,40,Wf)],32)])):t.createCommentVNode("v-if",!0),"profile-upload"==n.type?(t.openBlock(),t.createElementBlock("div",Yf,[t.createElementVNode("div",null,[l.uploaded?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:0,onDrop:i[16]||(i[16]=t.withModifiers(((...e)=>a.addFile&&a.addFile(...e)),["prevent"])),onDragover:i[17]||(i[17]=t.withModifiers((()=>{}),["prevent"]))},[t.createElementVNode("div",{class:"upload-panel containere",style:t.normalizeStyle({border:n.styleBackground.border?"none":`2px solid ${n.styleBackground.borderColor}`,height:`${n.height}px`,width:`${n.width}px`,borderRadius:"Circle"===n.uploadtype?"100%":"6px",backgroundColor:n.styleBackground.backgroundColor})},[t.createElementVNode("div",{style:t.normalizeStyle({color:n.styleBackground.bacgroundtTextColor,display:"flex",justifyContent:"center",alignItems:"center",fontSize:`${n.styleBackground.TextfontSize}px`})},t.toDisplayString(e.initials),5),n.readOnly?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",Gf,[t.createElementVNode("i",{class:"icon-camera-filled",style:{"font-size":"24px",cursor:"pointer"},onClick:i[13]||(i[13]=(...e)=>a.deleteImg&&a.deleteImg(...e))})])),t.createElementVNode("form",{enctype:"multipart/form-data",onSubmit:i[15]||(i[15]=(...t)=>e.saveDocuments&&e.saveDocuments(...t))},[t.createElementVNode("input",{id:"fileUpload4",ref:"file",autocomplete:"off",type:"file",accept:n.fileType,name:"fileUpload",style:{display:"none"},multiple:"",onChange:i[14]||(i[14]=(...e)=>a.chooseFiles&&a.chooseFiles(...e))},null,40,Zf)],32)],4)],32)),l.uploaded?(t.openBlock(),t.createElementBlock("div",{key:1,style:t.normalizeStyle([{border:"2px solid var(--hlx-border-color)",overflow:"hidden"},{height:`${n.height}px`,width:`${n.width}px`,borderRadius:"Circle"===n.uploadtype?"100%":"6px"}]),class:"upload-panel containere"},[t.createElementVNode("img",{id:"output",height:"150",src:e.imgSrc,style:{width:"100%"}},null,8,$f),t.createCommentVNode(" height: 100%;\r\n object-fit: cover;\r\n border-radius: 100%; "),t.createElementVNode("div",ey,[t.createElementVNode("i",{class:"icon-trash-regular",style:{"font-size":"24px",cursor:"pointer"},onClick:i[18]||(i[18]=(...e)=>a.deleteImg&&a.deleteImg(...e))})])],4)):t.createCommentVNode("v-if",!0),t.createElementVNode("span",ty,t.toDisplayString(l.err_msg),1)])])):t.createCommentVNode("v-if",!0),"upc-regular"==n.type?(t.openBlock(),t.createElementBlock("div",iy,[t.createElementVNode("div",ny,[l.uploaded?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:0,class:"upload-panel",onDrop:i[21]||(i[21]=t.withModifiers(((...e)=>a.addFile&&a.addFile(...e)),["prevent"])),onDragover:i[22]||(i[22]=t.withModifiers((()=>{}),["prevent"]))},[t.createElementVNode("div",oy,[ly,ay,t.createElementVNode("span",ry,t.toDisplayString(n.fileType.replaceAll("."," ").toUpperCase())+" Max "+t.toDisplayString(n.fileSizeLimit.toUpperCase()),1),t.createCommentVNode(' <i class="icon-cloud-upload-regular" style="font-size: 30px;color:#ccc" onclick="document.getElementById(\'fileUpload4\').click()"></i>\r\n <span class="drag-text" style="font-size: 12px; color:#a6a6a6" onclick="document.getElementById(\'fileUpload4\').click()">Drop your image here</span>\r\n <span class="or-text" style="font-size: 12px; color:#a6a6a6" onclick="document.getElementById(\'fileUpload4\').click()">or</span> '),t.createCommentVNode(' <span\r\n class="text-btn-upload"\r\n style="display: block;font-size: 12px"\r\n onclick="document.getElementById(\'fileUpload4\').click()"\r\n >\r\n Click to browse\r\n </span> '),t.createElementVNode("form",{enctype:"multipart/form-data",onSubmit:i[20]||(i[20]=(...t)=>e.saveDocuments&&e.saveDocuments(...t))},[t.createElementVNode("input",{id:"fileUpload4",ref:"file",autocomplete:"off",type:"file",accept:n.fileType,name:"fileUpload",style:{display:"none"},multiple:"",onChange:i[19]||(i[19]=(...e)=>a.chooseFiles&&a.chooseFiles(...e))},null,40,sy)],32)]),t.createCommentVNode(' <div\r\n v-if="auploadfile == true || file_name.length > 0"\r\n class="upload-file"\r\n >\r\n <div class="upload-file-container">\r\n <div class="filename-container">\r\n <i class="icon-file-check-regular"></i>\r\n <div class="cont">\r\n <span>{{ file_name }}</span\r\n ><i\r\n v-if="customIcon == undefined"\r\n class="icon-trash-regular"\r\n @click="deleteFilename"\r\n ></i>\r\n </div>\r\n </div>\r\n </div>\r\n <div v-if="customIcon != undefined" class="icons">\r\n <i :class="customIcon" @click="previewFile()"></i>\r\n <i class="icon-trash-regular" @click="deleteFilename()"></i>\r\n </div>\r\n </div> ')],32)),l.uploaded?(t.openBlock(),t.createElementBlock("div",cy,[t.createElementVNode("img",{id:"output",height:"150",src:e.imgSrc,style:{width:"100%",height:"100%","object-fit":"contain"}},null,8,dy),t.createElementVNode("div",uy,[t.createElementVNode("i",{class:"icon-download-regular",style:{"font-size":"24px",cursor:"pointer"},onClick:i[23]||(i[23]=(...e)=>a.downloadImg&&a.downloadImg(...e))}),t.createElementVNode("i",{class:"icon-trash-regular",style:{"font-size":"24px",cursor:"pointer"},onClick:i[24]||(i[24]=(...e)=>a.deleteImg&&a.deleteImg(...e))})])])):t.createCommentVNode("v-if",!0),t.createCommentVNode(' <span class="upload-footer">Maximum file size is {{this.fileSizeLimit.toUpperCase()}}</span> '),t.createElementVNode("span",hy,t.toDisplayString(l.err_msg),1)])])):t.createCommentVNode("v-if",!0),"upc-regular-v2"==n.type?(t.openBlock(),t.createElementBlock("div",py,[t.createElementVNode("div",my,[t.createElementVNode("div",{class:"upload-panel",onDrop:i[27]||(i[27]=t.withModifiers(((...e)=>a.addFile&&a.addFile(...e)),["prevent"])),onDragover:i[28]||(i[28]=t.withModifiers((()=>{}),["prevent"]))},[t.createElementVNode("div",gy,[Ay,fy,t.createElementVNode("span",yy,t.toDisplayString(n.fileType.replaceAll("."," ").toUpperCase())+" Max "+t.toDisplayString(n.fileSizeLimit.toUpperCase()),1),t.createCommentVNode(' <i class="icon-cloud-upload-regular" style="font-size: 30px;color:#ccc" onclick="document.getElementById(\'fileUpload4\').click()"></i>\r\n <span class="drag-text" style="font-size: 12px; color:#a6a6a6" onclick="document.getElementById(\'fileUpload4\').click()">Drop your image here</span>\r\n <span class="or-text" style="font-size: 12px; color:#a6a6a6" onclick="document.getElementById(\'fileUpload4\').click()">or</span> '),t.createCommentVNode(' <span\r\n class="text-btn-upload"\r\n style="display: block;font-size: 12px"\r\n onclick="document.getElementById(\'fileUpload9\').click()"\r\n >\r\n Click to browse\r\n</span> '),t.createElementVNode("form",{enctype:"multipart/form-data",onSubmit:i[26]||(i[26]=(...t)=>e.saveDocuments&&e.saveDocuments(...t))},[t.createElementVNode("input",{id:"fileUpload9",ref:"file",autocomplete:"off",type:"file",accept:n.fileType,name:"fileUpload9",style:{display:"none"},multiple:"",onChange:i[25]||(i[25]=(...e)=>a.chooseFiles&&a.chooseFiles(...e))},null,40,by)],32)]),t.createCommentVNode(' <div\r\n v-if="auploadfile == true || file_name.length > 0"\r\n class="upload-file"\r\n >\r\n <div class="upload-file-container">\r\n <div class="filename-container">\r\n <i class="icon-file-check-regular"></i>\r\n <div class="cont">\r\n <span>{{ file_name }}</span\r\n ><i\r\n v-if="customIcon == undefined"\r\n class="icon-trash-regular"\r\n @click="deleteFilename"\r\n ></i>\r\n </div>\r\n </div>\r\n </div>\r\n <div v-if="customIcon != undefined" class="icons">\r\n <i :class="customIcon" @click="previewFile()"></i>\r\n <i class="icon-trash-regular" @click="deleteFilename()"></i>\r\n </div>\r\n </div> ')],32),t.createCommentVNode(' <div v-if="uploaded" class="upload-panel containere" >\r\n <img id="output" height="0" :src="imgSrc"/>\t\r\n <div class="overlay"><i class="icon-trash-regular" style="font-size:24px; cursor:pointer" @click="deleteImg"></i></div>\r\n </div> '),t.createCommentVNode(' <span class="upload-footer">Maximum file size is {{this.fileSizeLimit.toUpperCase()}}</span> '),t.createElementVNode("span",vy,t.toDisplayString(l.err_msg),1),t.createElementVNode("img",{id:"outputt",height:"0",src:e.imgSrc},null,8,ky)])])):t.createCommentVNode("v-if",!0),"upc-regular-sm"==n.type?(t.openBlock(),t.createElementBlock("div",Cy,[t.createElementVNode("div",Ey,[l.uploaded?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:0,class:"upload-panel sm",onDrop:i[32]||(i[32]=t.withModifiers(((...e)=>a.addFile&&a.addFile(...e)),["prevent"])),onDragover:i[33]||(i[33]=t.withModifiers((()=>{}),["prevent"]))},[t.createElementVNode("div",wy,[t.createCommentVNode(' <i class="icon-cloud-upload-regular" style="font-size: 20px;color:#ccc; padding-bottom: 0" onclick="document.getElementById(\'fileUpload6\').click()"></i>\r\n <span class="drag-text" style="font-size: 12px; color:#a6a6a6" onclick="document.getElementById(\'fileUpload6\').click()">Drop your image here</span> '),t.createElementVNode("span",{class:"or-text",style:{"font-size":"12px"},onClick:i[29]||(i[29]=(...e)=>a.clickFunc&&a.clickFunc(...e))},Vy),t.createCommentVNode(' <span\r\n class="text-btn-uploadd"\r\n style="display: block;font-size: 12px"\r\n onclick="document.getElementById(\'fileUpload6\').click()"\r\n >\r\n Click to browse\r\n </span> '),t.createElementVNode("form",{enctype:"multipart/form-data",onSubmit:i[31]||(i[31]=(...t)=>e.saveDocuments&&e.saveDocuments(...t))},[t.createElementVNode("input",{id:`fileUpload6${l.unique}`,ref:"file",autocomplete:"off",type:"file",accept:n.fileType,name:"fileUpload",style:{display:"none"},multiple:"",onChange:i[30]||(i[30]=(...e)=>a.chooseFiles&&a.chooseFiles(...e))},null,40,xy)],32)]),t.createCommentVNode(' <div\r\n v-if="auploadfile == true || file_name.length > 0"\r\n class="upload-file"\r\n >\r\n <div class="upload-file-container">\r\n <div class="filename-container">\r\n <i class="icon-file-check-regular"></i>\r\n <div class="cont">\r\n <span>{{ file_name }}</span\r\n ><i\r\n v-if="customIcon == undefined"\r\n class="icon-trash-regular"\r\n @click="deleteFilename"\r\n ></i>\r\n </div>\r\n </div>\r\n </div>\r\n <div v-if="customIcon != undefined" class="icons">\r\n <i :class="customIcon" @click="previewFile()"></i>\r\n <i class="icon-trash-regular" @click="deleteFilename()"></i>\r\n </div>\r\n </div> ')],32)),l.uploaded?(t.openBlock(),t.createElementBlock("div",By,[t.createElementVNode("img",{id:`output1${l.unique}`,height:"70",src:e.imgSrc},null,8,Ny),t.createElementVNode("div",Sy,[t.createElementVNode("i",{class:"icon-trash-regular",style:{"font-size":"20px",cursor:"pointer"},onClick:i[34]||(i[34]=(...e)=>a.deleteImg&&a.deleteImg(...e))})])])):t.createCommentVNode("v-if",!0),t.createCommentVNode(' <span class="upload-footer">Maximum file size is {{this.fileSizeLimit.toUpperCase()}}</span> '),t.createElementVNode("span",_y,t.toDisplayString(l.err_msg),1)])])):t.createCommentVNode("v-if",!0),"upc-regular-sm-v2"==n.type?(t.openBlock(),t.createElementBlock("div",Iy,[t.createElementVNode("div",qy,[t.createElementVNode("div",{class:"upload-panel sm",onDrop:i[38]||(i[38]=t.withModifiers(((...e)=>a.addFile&&a.addFile(...e)),["prevent"])),onDragover:i[39]||(i[39]=t.withModifiers((()=>{}),["prevent"]))},[t.createElementVNode("div",Dy,[t.createCommentVNode(' <i class="icon-cloud-upload-regular" style="font-size: 20px;color:#ccc; padding-bottom: 0" onclick="document.getElementById(\'fileUpload6\').click()"></i>\r\n <span class="drag-text" style="font-size: 12px; color:#a6a6a6" onclick="document.getElementById(\'fileUpload6\').click()">Drop your image here</span> '),t.createElementVNode("span",{class:"or-text",style:{"font-size":"12px"},onClick:i[35]||(i[35]=(...e)=>a.clickFunc1&&a.clickFunc1(...e))},Ty),t.createCommentVNode(' <span\r\n class="text-btn-uploadd"\r\n style="display: block;font-size: 12px"\r\n onclick="document.getElementById(\'fileUpload6\').click()"\r\n >\r\n Click to browse\r\n </span> '),t.createElementVNode("form",{enctype:"multipart/form-data",onSubmit:i[37]||(i[37]=(...t)=>e.saveDocuments&&e.saveDocuments(...t))},[t.createElementVNode("input",{id:`fileUpload8${l.unique}`,ref:"file",autocomplete:"off",type:"file",accept:n.fileType,name:"fileUpload",style:{display:"none"},multiple:"",onChange:i[36]||(i[36]=(...e)=>a.chooseFiles&&a.chooseFiles(...e))},null,40,Oy)],32)]),t.createCommentVNode(' <div\r\n v-if="auploadfile == true || file_name.length > 0"\r\n class="upload-file"\r\n >\r\n <div class="upload-file-container">\r\n <div class="filename-container">\r\n <i class="icon-file-check-regular"></i>\r\n <div class="cont">\r\n <span>{{ file_name }}</span\r\n ><i\r\n v-if="customIcon == undefined"\r\n class="icon-trash-regular"\r\n @click="deleteFilename"\r\n ></i>\r\n </div>\r\n </div>\r\n </div>\r\n <div v-if="customIcon != undefined" class="icons">\r\n <i :class="customIcon" @click="previewFile()"></i>\r\n <i class="icon-trash-regular" @click="deleteFilename()"></i>\r\n </div>\r\n </div> ')],32),t.createCommentVNode(' <div class="upload-panel containere sm" v-if="uploaded"> '),t.createElementVNode("img",{id:"output-sm",height:"0",src:e.imgSrc},null,8,Ry),t.createCommentVNode(' <div class="overlay" style="padding:5px"><i class="icon-trash-regular" style="font-size:20px; cursor:pointer" @click="deleteImg"></i></div> '),t.createCommentVNode(" </div> "),t.createCommentVNode(' <span class="upload-footer">Maximum file size is {{this.fileSizeLimit.toUpperCase()}}</span> '),t.createCommentVNode(' <span class="upload-footer">{{ err_msg }}</span> ')])])):t.createCommentVNode("v-if",!0),"upc-link-button"==n.type?(t.openBlock(),t.createElementBlock("div",My,[t.createElementVNode("div",{onClick:i[40]||(i[40]=e=>a.modal())},[t.createElementVNode("span",Ly,[t.createElementVNode("i",{class:t.normalizeClass(n.icon)},null,2)]),Uy,t.createElementVNode("span",Fy,t.toDisplayString(n.content),1)]),t.createVNode(c,{modalActive:l.modal_active,height:"600px",width:"400px",modal:!0,onClose:i[45]||(i[45]=e=>l.modal_active=!1)},{header:t.withCtx((()=>[Py])),content:t.withCtx((()=>[t.createElementVNode("div",Hy,[t.createElementVNode("div",Ky,[t.createElementVNode("div",jy,[t.createElementVNode("div",{class:"upload-panel",onDrop:i[43]||(i[43]=t.withModifiers(((...e)=>a.dragFiles&&a.dragFiles(...e)),["prevent"])),onDragover:i[44]||(i[44]=t.withModifiers((()=>{}),["prevent"]))},[t.createElementVNode("div",Qy,[zy,Jy,t.createElementVNode("span",Xy,t.toDisplayString(n.fileType.replaceAll("."," ").toUpperCase())+" Max "+t.toDisplayString(n.fileSizeLimit.toUpperCase()),1),t.createCommentVNode(' <span\r\n class="text-btn-upload"\r\n style="display: block;font-size: 12px"\r\n onclick="document.getElementById(\'fileUpload5\').click()"\r\n >\r\n {{ this.fileType }}\r\n </span> '),t.createElementVNode("form",{enctype:"multipart/form-data",onSubmit:i[42]||(i[42]=(...t)=>e.newDocuments&&e.newDocuments(...t))},[t.createElementVNode("input",{id:"fileUpload5",ref:"file",autocomplete:"off",type:"file",accept:n.fileType,name:"fileUpload",style:{display:"none"},multiple:"",onChange:i[41]||(i[41]=(...e)=>a.clickFiles&&a.clickFiles(...e))},null,40,Wy)],32)])],32),t.createElementVNode("span",Yy,t.toDisplayString(l.err_msg),1)]),t.createElementVNode("div",Gy,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.fileItems,((e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:"item",style:t.normalizeStyle(i!=l.fileItems.length-1?"margin-bottom: 8px":"margin-bottom: 0px")},[e.name.includes(".pdf")?(t.openBlock(),t.createElementBlock("div",Zy,$y)):e.name.includes(".doc")?(t.openBlock(),t.createElementBlock("div",eb,tb)):(t.openBlock(),t.createElementBlock("div",ib,nb)),t.createElementVNode("div",ob,[t.createElementVNode("span",lb,[t.createElementVNode("span",ab,t.toDisplayString(e.name),1),t.createElementVNode("span",null,[t.createElementVNode("i",{class:"icon-times-filled",style:{cursor:"pointer"},onClick:e=>a.deleteFileItem(i)},null,8,rb)])]),t.createElementVNode("span",sb,t.toDisplayString(n.fileSizeLimit),1),l.display[i]?(t.openBlock(),t.createElementBlock("span",cb,[t.createElementVNode("span",db,[t.createVNode(s,{"tool-tip":!1,progress:l.progress[i],strokeWidth:5},null,8,["progress"])]),100==l.progress[i]?(t.openBlock(),t.createElementBlock("span",ub,t.toDisplayString(l.progress[i])+"%",1)):(t.openBlock(),t.createElementBlock("span",hb,t.toDisplayString(l.progress[i])+"%",1))])):t.createCommentVNode("v-if",!0)])],4)))),128))])])])])),footer:t.withCtx((()=>[t.createVNode(r,{class:"secondary sm",style:{"margin-right":"16px",width:"100%"},onClick:a.cancel},{default:t.withCtx((()=>[pb])),_:1},8,["onClick"]),t.createVNode(r,{class:"primary sm",style:{width:"100%"},onClick:a.upload},{default:t.withCtx((()=>[mb])),_:1},8,["onClick"])])),_:1},8,["modalActive"])])):t.createCommentVNode("v-if",!0),"upc-link-button-v2"==n.type?(t.openBlock(),t.createElementBlock("span",gb,[t.createElementVNode("span",Ab,[t.createElementVNode("i",{class:t.normalizeClass(n.icon)},null,2)]),t.createElementVNode("form",{enctype:"multipart/form-data",onSubmit:i[47]||(i[47]=(...t)=>e.newDocuments&&e.newDocuments(...t))},[t.createElementVNode("input",{id:"fileUpload5",ref:"file",autocomplete:"off",type:"file",accept:n.fileType,name:"fileUpload5",style:{display:"none"},multiple:"",onChange:i[46]||(i[46]=(...e)=>a.chooseFiles&&a.chooseFiles(...e))},null,40,fb)],32)])):t.createCommentVNode("v-if",!0)],64)},Ef.__file="src/components/FileUploadComponent.vue";var yb={name:"HlxImageGallery",components:{hlxDottedPagination:ef},props:{imageData:{type:Array,default:()=>[]},autoPlay:{type:Boolean,default:!1},imageViewType:{type:String,default:"dotted pagination"},controlType:{type:String,default:"click"},panelPosition:{type:String,default:"bottom"}},data:()=>({selected_img:"",timeout:""}),mounted(){this.selected_img=this.imageData[0],1==this.autoPlay&&(this.autoPlayy(),setTimeout((()=>{this.autoPlayy()}),3e3*this.imageData.length-3e3)),"panel"==this.imageViewType&&(document.querySelectorAll(".slider-image").forEach((e=>{e.style.opacity=.3})),document.querySelector(`.img${this.imageData.indexOf(this.selected_img)}`).style.opacity=1)},methods:{chooseImg(e,t){this.selected_img=e,document.querySelectorAll(".slider-image").forEach((e=>{e.style.opacity=.3})),document.querySelector(`.img${t}`).style.opacity=1},nextImg(){this.imageData.indexOf(this.selected_img)+1<this.imageData.length&&(this.selected_img=this.imageData[this.imageData.indexOf(this.selected_img)+1],document.querySelectorAll(".slider-image").forEach((e=>{e.style.opacity=.3})),document.querySelector(`.img${this.imageData.indexOf(this.selected_img)}`).style.opacity=1,this.imageData.indexOf(this.selected_img)+1>this.imageData.length-1&&(this.$refs["right-icon"].style.cursor="not-allowed",this.$refs["left-icon"].style.cursor="pointer"))},prevImg(){this.imageData.indexOf(this.selected_img)>0&&(this.selected_img=this.imageData[this.imageData.indexOf(this.selected_img)-1],document.querySelectorAll(".slider-image").forEach((e=>{e.style.opacity=.3})),document.querySelector(`.img${this.imageData.indexOf(this.selected_img)}`).style.opacity=1,this.imageData.indexOf(this.selected_img)<=0&&(this.$refs["left-icon"].style.cursor="not-allowed",this.$refs["right-icon"].style.cursor="pointer"))},autoPlayy(){for(var e in this.imageData)(e=>{this.timeout=setTimeout((()=>{this.selected_img=this.imageData[e],this.currentImg,"panel"==this.imageViewType&&(document.querySelectorAll(".slider-image").forEach((e=>{e.style.opacity=.3})),null!=document.querySelector(`.img${e}`)&&(document.querySelector(`.img${e}`).style.opacity=1))}),3e3*e)})(e)},currentImg(e){this.selected_img=this.imageData[e-1],console.log("iiii")}}};const bb={class:"gallery-parent-container"},vb={class:"image-container"},kb=["src","alt"],Cb={key:0,class:"slider-parent"},Eb={class:"icon"},wb={class:"slide-container"},Vb=["src","alt","onClick"],xb={class:"icon"},Bb={key:1,class:"slider-parent-left"},Nb={class:"icon"},Sb={class:"slide-container"},_b=["src","alt","onClick"],Ib={class:"icon"},qb={key:2,class:"slider-parent-right"},Db={class:"icon"},Tb={class:"slide-container"},Ob=["src","alt","onClick"],Rb={class:"icon"},Mb={key:3,class:"description"},Lb={key:4,class:"description-right"},Ub={key:5,class:"description-left"},Fb={key:0,class:"pagination-parent"},Pb={key:1,class:"pagination-parent"};yb.render=function(e,i,n,o,l,a){const r=t.resolveComponent("hlx-dotted-pagination");return t.openBlock(),t.createElementBlock("div",bb,[t.createElementVNode("div",vb,[t.createElementVNode("img",{src:l.selected_img.url,alt:l.selected_img.url},null,8,kb),"panel"==n.imageViewType&&"bottom"==n.panelPosition?(t.openBlock(),t.createElementBlock("div",Cb,[t.createElementVNode("div",Eb,[t.createElementVNode("i",{ref:"left-icon",class:"icon-angle-left-regular",onClick:i[0]||(i[0]=e=>a.prevImg())},null,512)]),t.createElementVNode("div",wb,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.imageData,((e,i)=>(t.openBlock(),t.createElementBlock("img",{key:i,src:e.url,alt:e.url,class:t.normalizeClass(["img"+i,"slider-image"]),onClick:t=>a.chooseImg(e,i)},null,10,Vb)))),128))]),t.createElementVNode("div",xb,[t.createElementVNode("i",{ref:"right-icon",class:"icon-angle-right-regular",onClick:i[1]||(i[1]=e=>a.nextImg())},null,512)])])):t.createCommentVNode("v-if",!0),"panel"==n.imageViewType&&"left"==n.panelPosition?(t.openBlock(),t.createElementBlock("div",Bb,[t.createElementVNode("div",Nb,[t.createElementVNode("i",{ref:"left-icon",class:"icon-angle-left-regular",onClick:i[2]||(i[2]=e=>a.prevImg())},null,512)]),t.createElementVNode("div",Sb,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.imageData,((e,i)=>(t.openBlock(),t.createElementBlock("img",{key:i,src:e.url,alt:e.url,class:t.normalizeClass(["img"+i,"slider-image"]),onClick:t=>a.chooseImg(e,i)},null,10,_b)))),128))]),t.createElementVNode("div",Ib,[t.createElementVNode("i",{ref:"right-icon",class:"icon-angle-right-regular",onClick:i[3]||(i[3]=e=>a.nextImg())},null,512)])])):t.createCommentVNode("v-if",!0),"panel"==n.imageViewType&&"right"==n.panelPosition?(t.openBlock(),t.createElementBlock("div",qb,[t.createElementVNode("div",Db,[t.createElementVNode("i",{ref:"left-icon",class:"icon-angle-left-regular",onClick:i[4]||(i[4]=e=>a.prevImg())},null,512)]),t.createElementVNode("div",Tb,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.imageData,((e,i)=>(t.openBlock(),t.createElementBlock("img",{key:i,src:e.url,alt:e.url,class:t.normalizeClass(["img"+i,"slider-image"]),onClick:t=>a.chooseImg(e,i)},null,10,Ob)))),128))]),t.createElementVNode("div",Rb,[t.createElementVNode("i",{ref:"right-icon",class:"icon-angle-right-regular",onClick:i[5]||(i[5]=e=>a.nextImg())},null,512)])])):t.createCommentVNode("v-if",!0),"panel"==n.imageViewType&&"bottom"==n.panelPosition?(t.openBlock(),t.createElementBlock("div",Mb,[t.createElementVNode("div",{class:"title",style:t.normalizeStyle(["dark"==l.selected_img.font_color?{color:"#111"}:{color:"#ebebeb"}])},t.toDisplayString(l.selected_img.title),5),t.createElementVNode("div",{class:"sub-title",style:t.normalizeStyle(["dark"==l.selected_img.font_color?{color:"#111"}:{color:"#ebebeb"}])},t.toDisplayString(l.selected_img.description),5)])):t.createCommentVNode("v-if",!0),"panel"==n.imageViewType&&"left"==n.panelPosition?(t.openBlock(),t.createElementBlock("div",Lb,[t.createElementVNode("div",{class:"title",style:t.normalizeStyle(["dark"==l.selected_img.font_color?{color:"#111"}:{color:"#ebebeb"}])},t.toDisplayString(l.selected_img.title),5),t.createElementVNode("div",{class:"sub-title",style:t.normalizeStyle(["dark"==l.selected_img.font_color?{color:"#111"}:{color:"#ebebeb"}])},t.toDisplayString(l.selected_img.description),5)])):t.createCommentVNode("v-if",!0),"panel"==n.imageViewType&&"right"==n.panelPosition?(t.openBlock(),t.createElementBlock("div",Ub,[t.createElementVNode("div",{class:"title",style:t.normalizeStyle(["dark"==l.selected_img.font_color?{color:"#111"}:{color:"#ebebeb"}])},t.toDisplayString(l.selected_img.title),5),t.createElementVNode("div",{class:"sub-title",style:t.normalizeStyle(["dark"==l.selected_img.font_color?{color:"#111"}:{color:"#ebebeb"}])},t.toDisplayString(l.selected_img.description),5)])):t.createCommentVNode("v-if",!0)]),"dotted pagination"==n.imageViewType&&"hover"==n.controlType?(t.openBlock(),t.createElementBlock("div",Fb,[t.createVNode(r,{dots:n.imageData.length,onCurrentPageHover:a.currentImg,onCurrentPage:a.currentImg},null,8,["dots","onCurrentPageHover","onCurrentPage"])])):t.createCommentVNode("v-if",!0),"dotted pagination"==n.imageViewType&&"click"==n.controlType?(t.openBlock(),t.createElementBlock("div",Pb,[t.createVNode(r,{dots:n.imageData.length,onCurrentPage:a.currentImg},null,8,["dots","onCurrentPage"])])):t.createCommentVNode("v-if",!0)])},yb.__file="src/components/ImagegalleryComponent.vue";var Hb={name:"HlxLoader",props:{loadType:{type:String,default:"spinner"},size:{type:Number,default:0}},data:()=>({}),watch:{size:{handler(e){let t=document.querySelector("#spin-loader");if(e)if("dotted"===this.loadType);else t=document.querySelector("#spin-loader"),t&&(t.style.size=this.size+"px",t.style.height=this.size+"px")},immediate:!0,deep:!0}},created(){},mounted(){let e=document.querySelector("#spin-loader");if(Number(this.size))if("dotted"===this.loadType);else e=document.querySelector("#spin-loader"),e&&(e.style.width=this.size+"px",e.style.height=this.size+"px")}};const Kb={key:0,id:"spin-loader",class:"spin-loader"},jb={key:1,class:"dotted-jump-loader"},Qb=[t.createElementVNode("div",{class:"ball"},null,-1),t.createElementVNode("div",{class:"ball"},null,-1),t.createElementVNode("div",{class:"ball"},null,-1)],zb={key:2,class:"loading-horz-bar"};Hb.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock("div",{id:"hlx-loaders-006",class:t.normalizeClass(["load-container",n.loadType?n.loadType:"spinner"])},[t.createCommentVNode(" spin loader "),"spinner"==n.loadType||null==n.loadType?(t.openBlock(),t.createElementBlock("div",Kb)):t.createCommentVNode("v-if",!0),t.createCommentVNode(" dotted jumper "),"dotted-jumper"==n.loadType?(t.openBlock(),t.createElementBlock("div",jb,Qb)):t.createCommentVNode("v-if",!0),t.createCommentVNode(" load bar "),"horizontal-loop"==n.loadType?(t.openBlock(),t.createElementBlock("div",zb)):t.createCommentVNode("v-if",!0)],2)},Hb.__file="src/components/LoaderComponent.vue";var Jb={name:"HlxTag",emits:["tag-close"],methods:{removeTag(e){let t=this.$refs["hlx-tag"];console.log(t,"taggg"),t&&this.$emit("tag-close",e)}}};const Xb=["id"],Wb={class:"content"};Jb.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock("span",{id:"hlx-tag-"+Math.floor(1e3*Math.random()+1),ref:"hlx-tag",class:"hlx-tag"},[t.createElementVNode("span",Wb,[t.renderSlot(e.$slots,"default")]),t.createElementVNode("i",{class:"icon-times-regular",onClick:i[0]||(i[0]=(...e)=>a.removeTag&&a.removeTag(...e))})],8,Xb)},Jb.__file="src/components/TagComponent.vue";var Yb={name:"HlxMultiSelect",components:{hlxTag:Jb,hlxButton:F,hlxOverlay:yi},props:{tooltipposition:{type:String,default:"right"},error:{type:Boolean,default:!1},customError:{type:String,default:""},scrollClassname:{type:String,default:""},disabled:{type:Boolean,default:!1},filterSelect:{type:Boolean,default:!1},options:{type:Array,default:()=>[]},placeholder:{type:String,default:"Select"},label:{type:String,default:"name"},propValue:{type:String,default:"value"},preValue:{type:Array,default:[]},labelAnimation:{type:Boolean,default:!0},required:{type:Boolean,default:!1}},emits:["add-data","custom-change","selected-value","tagRemoveData","selected-array","custom-error-emit-value","arrow-click"],data:()=>({tooltipdata:"",containerwidth:0,containertop:0,containerleft:0,componentkey:0,filtereddata:[],hovered:!1,preeval:[],preval:[],count22:0,removereferencedata:[],multiselectdata:[],searchoptions:[],tagwidth:0,disabledvalue:[],inlinemultisearchvalue:"",dropdownclose:!0,dropdownopen:!1,all:!1,unique:Math.floor(1e3*Math.random()+1),multi_select_inline_tag_array:[],multi_select_inline_tag_value:0,inputvalue:"",multi_select_inline_count_show:!1,multi_select_inline_count_value:0,multiselecttagvalue:0,showselectedvalue:[],returndata:[],multiselectinlineoptions:[],tagarray:[],dropdowncontainer:!1,placeholder_value:"",title:!1,label_Value:"",top:45,left:1,count:0,inline_count_value:0,showSelectAll:!0,select_all:!1,all_checked:!0,partially_checked:!1,atleastOne:!1,typing:!1,small:!0,showMandatory:!1,optionsD:[],duplicatedata:[]}),computed:{partiallySelected(){return this.partially_checked},multiselectsearch1(){const e=[...this.optionsD];let t=[];return""!=this.inlinemultisearchvalue&&this.inlinemultisearchvalue?(t=e.filter((e=>{if(e[this.label].toString().toLowerCase().includes(this.inlinemultisearchvalue.toLowerCase()))return this.checkBox(),e})),t):(this.checkBox(),e)}},watch:{optionsD:{handler(e){this.resizedata()},immediate:!0,deep:!0},label:{handler(e){},immediate:!0,deep:!0},propValue:{handler(e){},immediate:!0,deep:!0},inline_count_value:{handler(e){},immediate:!0,deep:!0},tagwidth:{handler(e){0!=e&&this.$nextTick((()=>{document.querySelector("#inline-multi-select-tag-value"+this.unique)&&(this.tagwidth=document.querySelector("#inline-multi-select-tag-value"+this.unique).getBoundingClientRect().width,this.resizedata())}))},immediate:!0,deep:!0},options:{handler(e){e.forEach((e=>{void 0===e.checked&&(e.checked=!1,e.disabled=!1)}));let t=0;this.$nextTick((()=>{document.querySelector(".select-all"+this.unique)&&(document.querySelector(".select-all"+this.unique).checked=!1)})),this.preeval.forEach((e=>{this.options.forEach((i=>{i[this.propValue]==e&&(i.checked=!0,t+=1)}))})),t==this.optionsD.length?(this.all_checked=!0,this.partially_checked=!1,this.$nextTick((()=>{document.querySelector(".select-all"+this.unique)&&(document.querySelector(".select-all"+this.unique).checked=!0)}))):t!=this.optionsD.length&&t>0?(this.partially_checked=!0,this.all_checked=!1,this.$nextTick((()=>{document.getElementById("select-all-checkmark"+this.unique).style.background="#54bd95",document.getElementById("select-all-checkmark"+this.unique).style.border="1px solid #54bd95"}))):(this.all_checked=!1,this.partially_checked=!1),this.optionsD=JSON.parse(JSON.stringify([...e]))},immediate:!0,deep:!0},preeval:{handler(e){0!=e.length&&e.forEach((e=>{this.options.forEach((t=>{t[this.propValue]==e?t.checked=!0:t.checked=!1}))}))},immediate:!0,deep:!0},preValue:{handler(e){0!=e.length&&(this.preeval=JSON.parse(JSON.stringify([...e])))},immediate:!0,deep:!0},showselectedvalue:{handler(e){0!=e.length&&(this.title=!0)},immediate:!0,deep:!0}},mounted(){this.$nextTick((()=>{document.querySelector("#inline-multi-select-tag-value"+this.unique)&&(this.tagwidth=document.querySelector("#inline-multi-select-tag-value"+this.unique).getBoundingClientRect().width)})),window.addEventListener("resize",(()=>{document.querySelector("#inline-multi-select-tag-value"+this.unique)&&(this.tagwidth=document.querySelector("#inline-multi-select-tag-value"+this.unique).getBoundingClientRect().width)})),this.placeholder_value=this.placeholder,this.label_Value=this.placeholder_value,this.tagwidth=document.querySelector("#inline-multi-select-tag-value"+this.unique).getBoundingClientRect().width,document.addEventListener("click",(e=>{if(1==this.dropdownopen){if(!1===document.getElementById("inline-multi-select"+this.unique).contains(e.target)){this.dropdownopen=!1,this.dropdownclose=!0,document.querySelector("#inline-multi-select-tag-value"+this.unique)&&(document.querySelector("#inline-multi-select-tag-value"+this.unique).style.display="flex"),document.querySelector("#inline-multi-select"+this.unique).classList.remove("add-style"),document.querySelector("#arrow"+this.unique).classList.add("icon-angle-down-regular"),document.querySelector("#arrow"+this.unique).classList.remove("icon-angle-up-regular");let e=[];this.multiselectinlineoptions.forEach((t=>{1==t.checked&&e.push(t)})),this.$emit("custom-error-emit-value",e)}}})),0!=this.options.length&&this.options.forEach((e=>{void 0===e.checked&&(e.checked=!1,e.disabled=!1)})),this.multiselectinlineoptions=JSON.parse(JSON.stringify([...this.options])),this.multiselectdata=JSON.parse(JSON.stringify([...this.options])),this.preValue!=[]&&this.preValue.forEach((e=>{this.multiselectinlineoptions.forEach((t=>{t[this.propValue]===e&&(t.checked=!0,t.disabled=!1)}))}))},methods:{showselectall(){this.showSelectAll=!0},hoverSelectAll(){document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme-hover")},unHoverSelectAll(){!1===this.select_all&&!1===this.partially_checked&&document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-theme-hover")},selectAll(e){this.select_all=e.target.checked;let t=0;this.optionsD.forEach((i=>{1==e.target.checked?(i.checked=!0,t+=1):i.checked=!1})),t==this.optionsD.length?(this.all_checked=!0,this.partially_checked=!1,this.$nextTick((()=>{document.querySelector(".select-all"+this.unique)&&(document.querySelector(".select-all"+this.unique).checked=!0,document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-grey"),document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme"))}))):t!=this.optionsD.length&&t>0?(this.partially_checked=!0,this.all_checked=!1,this.$nextTick((()=>{document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-grey"),document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme")}))):(this.all_checked=!1,this.partially_checked=!1,document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-theme"),document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-grey")),this.$emit("custom-change",this.optionsD);let i=[];this.optionsD.forEach((e=>{1==e.checked&&i.push(e)})),this.$emit("selected-array",i)},checkBox(){let e=0;this.$nextTick((()=>{document.querySelector(".select-all"+this.unique)&&(document.querySelector(".select-all"+this.unique).checked=!1)})),this.optionsD.forEach((t=>{1==t.checked&&(e+=1)})),e==this.optionsD.length?(this.all_checked=!0,this.partially_checked=!1,this.$nextTick((()=>{document.querySelector(".select-all"+this.unique)&&(document.querySelector(".select-all"+this.unique).checked=!0)}))):e!=this.optionsD.length&&e>0?(this.partially_checked=!0,this.all_checked=!1,this.$nextTick((()=>{document.getElementById("select-all-checkmark"+this.unique).style.background="#54bd95",document.getElementById("select-all-checkmark"+this.unique).style.border="1px solid #54bd95"}))):(this.all_checked=!1,this.partially_checked=!1)},checkItem(e,t){this.atleastOne=!1,this.all_checked=!0,e.checked=t.target.checked;let i=0;this.optionsD.forEach((e=>{1==e.checked&&(i+=1)})),i==this.optionsD.length?(this.all_checked=!0,this.partially_checked=!1,this.$nextTick((()=>{document.querySelector(".select-all"+this.unique)&&(document.querySelector(".select-all"+this.unique).checked=!0,document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-grey"),document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme"))}))):i!=this.optionsD.length&&i>0?(this.partially_checked=!0,this.all_checked=!1,this.$nextTick((()=>{document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-grey"),document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme")}))):(this.all_checked=!1,this.partially_checked=!1,document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-theme"),document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-grey")),!1===t.target.checked&&!0===this.showSelectAll&&(document.querySelector(".select-all"+this.unique).checked=!1),this.$emit("custom-change",this.optionsD);let n=[];this.optionsD.forEach((e=>{1==e.checked&&n.push(e)})),this.$emit("selected-array",n)},dataremove(){this.multiselectinlineoptions.forEach((e=>{e.checked=!1})),this.filtereddata=this.multiselectinlineoptions},multiselectsearch(){const e=[...this.multiselectinlineoptions];let t=[];return""!=this.inlinemultisearchvalue&&this.inlinemultisearchvalue?(t=e.filter((e=>{if(e[this.label].toString().toLowerCase().includes(this.inlinemultisearchvalue.toLowerCase()))return e})),this.filtereddata=t,t):(this.filtereddata=e,e)},optioncontainer1(){if(1==this.dropdownclose){if(this.$emit("arrow-click"),"hlx-tag multiselect-inline-tag-option"!=event.target.className&&"content"!=event.target.className&&"icon-times-regular"!=event.target.className){this.dropdownopen=!0,this.dropdownclose=!1;let e=0;if(this.optionsD.forEach((t=>{1==t.checked&&(e+=1)})),this.inline_count_value=e,document.getElementById("inline-select-input"+this.unique)){let e=document.getElementById("inline-select-input"+this.unique);window.requestAnimationFrame((()=>e.focus()))}document.querySelector("#arrow"+this.unique).classList.remove("icon-angle-down-regular"),document.querySelector("#arrow"+this.unique).classList.add("icon-angle-up-regular"),this.containerleft=document.querySelector("#inline-multi-select"+this.unique).getBoundingClientRect().left,this.containertop=document.querySelector("#inline-multi-select"+this.unique).getBoundingClientRect().top,this.containerwidth=document.querySelector("#inline-multi-select"+this.unique).getBoundingClientRect().width}}else if(0==this.dropdownclose){this.dropdownopen=!1,this.dropdownclose=!0,document.querySelector("#inline-multi-select"+this.unique).classList.remove("add-style"),document.querySelector("#arrow"+this.unique).classList.add("icon-angle-down-regular"),document.querySelector("#arrow"+this.unique).classList.remove("icon-angle-up-regular"),document.querySelector("#inline-multi-select-tag-value"+this.unique)&&this.resizedata();let e=[];this.optionsD.forEach((t=>{1==t.checked&&e.push(t)})),this.$emit("custom-error-emit-value",e)}},switchdropdown(e){this.$nextTick((()=>{if(document.querySelector("#inline-multi-select"+this.unique)){var t=document.querySelector("#inline-multi-select"+this.unique).getBoundingClientRect().top;if(window.innerHeight-t<250){let t=e.length+1;2==t?(this.top=-94,this.left=-2):3==t?(this.top=-124,this.left=-2):4==t?(this.top=-154,this.left=-2):5==t?(this.top=-184,this.left=-2):6==t?(this.top=-213,this.left=-2):7==t?(this.top=-245,this.left=-2):(this.top=-267,this.left=-2)}else this.top=45,this.left=-1}}))},returnvalue(e){let t=[];""!=this.inlinemultisearchvalue?(e.forEach((e=>{this.multiselectdata.forEach((t=>{1==e.checked?t[this.propValue]==e[this.propValue]&&(t.checked=!0):0==e.checked&&t[this.propValue]==e[this.propValue]&&(t.checked=!1)}))})),this.multiselectinlineoptions=this.multiselectdata,this.multiselectinlineoptions.forEach((e=>{1==e.checked&&t.push(e)})),this.$emit("selected-array",t),document.querySelector("#inline-multi-select-tag-value"+this.unique)&&this.resizedata()):(this.multiselectdata=e,this.multiselectinlineoptions=e,this.$emit("custom-change",e),this.resizedata(),e.forEach((e=>{1==e.checked&&t.push(e)})),this.$emit("selected-array",t))},datachange(){let e=0,t=0;if(console.log(this.tagwidth),this.tagwidth=250,0==e){this.showselectedvalue=[],this.disabledvalue=[];let i=this.tagwidth/100,n=100*Math.floor(i),o=100*Math.floor(i)+20;n>this.tagwidth||this.tagwidth<o?(this.multiselecttagvalue=Math.floor(i),this.multiselecttagvalue=this.multiselecttagvalue-1):this.multiselecttagvalue=Math.floor(i);let l=0;console.log(this.multiselectinlineoptions,"op"),this.multiselectinlineoptions.forEach((e=>{1==e.checked&&(console.log(e[this.propValue]),t+=1,t<=this.multiselecttagvalue?this.showselectedvalue.push(e):(l+=1,this.disabledvalue.push(e[this.propValue])),this.inline_count_value=l)})),e+=1}console.log(this.showselectedvalue)},resizedata(){if(document.querySelector("#inline-multi-select-tag-value"+this.unique)){let e=0,t=0;if(0==e){this.showselectedvalue=[],this.disabledvalue=[];let i=this.tagwidth/100,n=100*Math.floor(i),o=100*Math.floor(i)+20;n>this.tagwidth||this.tagwidth<o?(this.multiselecttagvalue=Math.floor(i),this.multiselecttagvalue=this.multiselecttagvalue-1):this.multiselecttagvalue=Math.floor(i);let l=0;this.optionsD.forEach((e=>{1==e.checked&&(t+=1,t<=this.multiselecttagvalue?this.showselectedvalue.push(e):(l+=1,this.disabledvalue.push(e[this.label]),this.tooltipdata=this.disabledvalue.map((e=>e)).join(", "))),this.inline_count_value=l})),e+=1}}},addvalue(){var e=this.inlinemultisearchvalue;let t={};t[this.label]=e,t[this.propValue]=e,t.checked=!0,t.disabled=!1,this.inlinemultisearchvalue="",this.$emit("add-data",t,this.optionsD)},removed(e){let t=0;this.optionsD.map((i=>{i[this.propValue]===e&&(i.checked=!1,i.disabled=!1),1==i.checked&&(t+=1)})),t==this.optionsD.length?(this.all_checked=!0,this.partially_checked=!1,this.$nextTick((()=>{document.querySelector(".select-all"+this.unique)&&(document.querySelector(".select-all"+this.unique).checked=!0,document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-grey"),document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme"))}))):t!=this.optionsD.length&&t>0?(this.partially_checked=!0,this.all_checked=!1,this.$nextTick((()=>{document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-grey"),document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-theme")}))):(this.all_checked=!1,this.partially_checked=!1,document.getElementById("select-all-checkmark"+this.unique).classList.remove("select-all-theme"),document.getElementById("select-all-checkmark"+this.unique).classList.add("select-all-grey")),!0===this.showSelectAll&&(document.querySelector(".select-all"+this.unique).checked=!1)},optioncontainer(e){0==this.dropdowncontainer?(this.dropdowncontainer=!0,document.getElementById("arrow"+this.unique).classList.add("icon-angle-up-regular"),document.getElementById("arrow"+this.unique).classList.remove("icon-angle-down-regular"),document.getElementById("custom-multi-select"+this.unique).classList.add("add-style")):1==this.dropdowncontainer&&"icon-times-regular"!==e.target.className&&(this.dropdowncontainer=!1,document.getElementById("arrow"+this.unique).classList.remove("icon-angle-up-regular"),document.getElementById("arrow"+this.unique).classList.add("icon-angle-down-regular"),document.getElementById("custom-multi-select"+this.unique).classList.remove("add-style"))},filtersave(){let e=[];this.multiselectinlineoptions.forEach((t=>{1==t.checked&&e.push(t[this.propValue])}))}}};const Gb=["id"],Zb={class:"inline-input-section"},$b=["id"],ev=["id"],tv=["id"],iv={class:"inline-multi-select-count-section"},nv=["data-tooltip","data-tooltip-location"],ov=["id"],lv={class:"custom-multi-select-title1"},av=t.createElementVNode("span",{class:"asterik"},t.toDisplayString("*"),-1),rv={key:0,class:"customerror"},sv={class:"inline-multi-select-option-container"},cv={class:"input-container232",style:{"overflow-x":"none !important"}},dv={class:"whole-checkbox"},uv=t.createTextVNode(t.toDisplayString("Select all")+" "),hv={key:0,class:"icon-minus-regular partially-checked"},pv=["id"],mv={class:"check-container"},gv={class:"ellipsis"},Av=["id","checked","disabled","onClick"],fv=t.createElementVNode("span",{class:"checkmark"},null,-1),yv={key:0,class:"custom-multi-select-footer"},bv=t.createTextVNode("Cancel"),vv=t.createTextVNode("Save"),kv=["id"],Cv={class:"inline-input-section"},Ev=["id"],wv=["id"],Vv=["id"],xv={class:"inline-multi-select-count-section"},Bv=["data-tooltip","data-tooltip-location"],Nv=["id"],Sv={class:"custom-multi-select-title1"},_v=t.createElementVNode("span",{class:"asterik"},t.toDisplayString("*"),-1),Iv={class:"customerror"},qv={class:"inline-multi-select-option-container"},Dv={class:"input-container232",style:{"overflow-x":"none !important"}},Tv={class:"whole-checkbox"},Ov=t.createTextVNode(t.toDisplayString("Select all")+" "),Rv={key:0,class:"icon-minus-regular partially-checked"},Mv=["id"],Lv={class:"check-container"},Uv={class:"ellipsis"},Fv=["id","checked","disabled","onClick"],Pv=t.createElementVNode("span",{class:"checkmark"},null,-1),Hv={key:0,class:"custom-multi-select-footer"},Kv=t.createTextVNode("Cancel"),jv=t.createTextVNode("Save");Yb.render=function(e,i,n,o,l,a){const r=t.resolveComponent("hlx-tag"),s=t.resolveComponent("hlx-button"),c=t.resolveComponent("hlx-overlay");return t.openBlock(),t.createElementBlock(t.Fragment,null,[0==n.disabled?(t.openBlock(),t.createElementBlock("div",{key:0,id:"inline-multi-select"+l.unique,class:"inline-multi-select",style:t.normalizeStyle(1==n.error?"border-color:#ff5050 !important":""),onClick:i[8]||(i[8]=(...e)=>a.optioncontainer1&&a.optioncontainer1(...e))},[t.createElementVNode("div",Zb,[t.withDirectives(t.createElementVNode("div",{id:"inline-multi-select-tag-value"+l.unique,class:"inline-multi-select-tag-value"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.showselectedvalue,((e,i)=>(t.openBlock(),t.createElementBlock("div",{id:"custom-multi-select-tag-value"+l.unique,key:i,class:"custom-multi-select-tag-value"},[t.createVNode(r,{class:"multiselect-inline-tag-option",onTagClose:t=>a.removed(e[n.propValue])},{default:t.withCtx((()=>[t.createTextVNode(t.toDisplayString(e[n.label]),1)])),_:2},1032,["onTagClose"])],8,ev)))),128))],8,$b),[[t.vShow,1==l.dropdownclose]]),t.withDirectives(t.createElementVNode("input",{id:"inline-select-input"+l.unique,ref:"multiselect","onUpdate:modelValue":i[0]||(i[0]=e=>l.inlinemultisearchvalue=e),type:"text",onKeypress:i[1]||(i[1]=(...e)=>a.multiselectsearch&&a.multiselectsearch(...e)),onKeyup:i[2]||(i[2]=t.withKeys(((...e)=>a.addvalue&&a.addvalue(...e)),["enter"]))},null,40,tv),[[t.vShow,1==l.dropdownopen],[t.vModelText,l.inlinemultisearchvalue]]),t.withDirectives(t.createElementVNode("div",iv,[t.createElementVNode("div",{class:"inline-multi-select-count","data-tooltip":l.tooltipdata,"data-tooltip-location":n.tooltipposition},t.toDisplayString("+"+l.inline_count_value),9,nv)],512),[[t.vShow,0!=l.inline_count_value]]),t.createElementVNode("i",{id:"arrow"+l.unique,class:"icon-angle-down-regular"},null,8,ov),t.withDirectives(t.createElementVNode("p",lv,[t.createTextVNode(t.toDisplayString(l.label_Value),1),av],512),[[t.vShow,1==l.dropdownclose&&0==l.showselectedvalue.length&&1==n.required]]),t.withDirectives(t.createElementVNode("p",{class:"custom-multi-select-title1"},t.toDisplayString(l.label_Value),513),[[t.vShow,1==l.dropdownclose&&0==l.showselectedvalue.length&&0==n.required]]),t.withDirectives(t.createElementVNode("p",{class:"custom-multi-select-title",style:t.normalizeStyle(1==n.error?"Color:#ff5050 !important":"")},t.toDisplayString(l.label_Value),5),[[t.vShow,1==n.labelAnimation&&0==n.required&&(1==l.dropdownopen||0!=l.showselectedvalue.length)]]),t.withDirectives(t.createElementVNode("p",{class:"custom-multi-select-title",style:t.normalizeStyle(1==n.error?"Color:#ff5050 !important":"")},t.toDisplayString(l.label_Value),5),[[t.vShow,1==n.labelAnimation&&1==n.required&&(1==l.dropdownopen||0!=l.showselectedvalue.length)]]),1==n.error?(t.openBlock(),t.createElementBlock("p",rv,t.toDisplayString(n.customError),1)):t.createCommentVNode("v-if",!0),t.createCommentVNode(' <div class="inline-multi-select-placeholder">\r\n {{label_Value}}\r\n </div> ')]),t.withDirectives((t.openBlock(),t.createBlock(c,{key:l.componentkey,search:l.inlinemultisearchvalue,show:l.dropdownopen,top:l.containertop,left:l.containerleft,width:l.containerwidth,conditionvalue:250,conditiondown:45,conditionup:10},{overlay:t.withCtx((()=>[t.createElementVNode("div",sv,[t.createElementVNode("span",cv,[t.createElementVNode("div",dv,[1==l.showSelectAll&&a.multiselectsearch1.length>0?(t.openBlock(),t.createElementBlock("label",{key:0,class:"check-container",onMouseover:i[6]||(i[6]=(...e)=>a.hoverSelectAll&&a.hoverSelectAll(...e)),onMouseleave:i[7]||(i[7]=(...e)=>a.unHoverSelectAll&&a.unHoverSelectAll(...e))},[uv,1==a.partiallySelected?(t.openBlock(),t.createElementBlock("i",hv)):t.createCommentVNode("v-if",!0),t.createElementVNode("input",{style:{"margin-right":"15px"},type:"checkbox",class:t.normalizeClass(["selcet","select-all"+l.unique]),checked:!1,onClick:i[3]||(i[3]=(...e)=>a.selectAll&&a.selectAll(...e))},null,2),t.createElementVNode("span",{id:"select-all-checkmark"+l.unique,class:"checkmark",onMouseover:i[4]||(i[4]=(...e)=>a.hoverSelectAll&&a.hoverSelectAll(...e)),onMouseleave:i[5]||(i[5]=(...e)=>a.unHoverSelectAll&&a.unHoverSelectAll(...e))},null,40,pv)],32)):t.createCommentVNode("v-if",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.multiselectsearch1,(e=>(t.openBlock(),t.createElementBlock("div",{key:e.id,class:"checkbox-container"},[t.createElementVNode("label",mv,[t.createElementVNode("span",gv,t.toDisplayString(e[n.label]),1),t.createElementVNode("input",{id:"check-drag"+l.unique,type:"checkbox",checked:e.checked,disabled:e.disabled,class:t.normalizeClass(["check-correct","check-drag"+l.unique]),onClick:t=>a.checkItem(e,t)},null,10,Av),fv])])))),128))])]),1==n.filterSelect?(t.openBlock(),t.createElementBlock("div",yv,[t.createVNode(s,{class:"secondary-success sm"},{default:t.withCtx((()=>[bv])),_:1}),t.createVNode(s,{class:"primary sm",onClick:a.filtersave},{default:t.withCtx((()=>[vv])),_:1},8,["onClick"])])):t.createCommentVNode("v-if",!0)])])),_:1},8,["search","show","top","left","width"])),[[t.vShow,1==l.dropdownopen]])],12,Gb)):t.createCommentVNode("v-if",!0),1==n.disabled?(t.openBlock(),t.createElementBlock("div",{key:1,id:"inline-multi-select"+l.unique,class:"inline-multi-select",style:t.normalizeStyle([1==l.hovered?"border-color:#d8d8d8 !important":""]),onMouseover:i[19]||(i[19]=e=>l.hovered=!0),onMouseout:i[20]||(i[20]=e=>l.hovered=!1)},[t.createElementVNode("div",Cv,[t.withDirectives(t.createElementVNode("div",{id:"inline-multi-select-tag-value"+l.unique,class:"inline-multi-select-tag-value"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.showselectedvalue,((e,i)=>(t.openBlock(),t.createElementBlock("div",{id:"custom-multi-select-tag-value"+l.unique,key:i,class:"custom-multi-select-tag-value"},[t.createVNode(r,{class:"multiselect-inline-tag-option"},{default:t.withCtx((()=>[t.createTextVNode(t.toDisplayString(e[n.label]),1)])),_:2},1024)],8,wv)))),128))],8,Ev),[[t.vShow,1==l.dropdownclose]]),t.withDirectives(t.createElementVNode("input",{id:"inline-select-input"+l.unique,ref:"multiselect","onUpdate:modelValue":i[9]||(i[9]=e=>l.inlinemultisearchvalue=e),type:"text"},null,8,Vv),[[t.vShow,1==l.dropdownopen],[t.vModelText,l.inlinemultisearchvalue]]),t.withDirectives(t.createElementVNode("div",xv,[t.createElementVNode("div",{class:"inline-multi-select-count","data-tooltip":l.tooltipdata,"data-tooltip-location":n.tooltipposition},t.toDisplayString("+"+l.inline_count_value),9,Bv)],512),[[t.vShow,0!=l.inline_count_value]]),t.createElementVNode("i",{id:"arrow"+l.unique,class:"icon-angle-down-regular"},null,8,Nv),t.withDirectives(t.createElementVNode("p",Sv,[t.createTextVNode(t.toDisplayString(l.label_Value),1),_v],512),[[t.vShow,1==l.dropdownclose&&0==l.showselectedvalue.length&&1==n.required]]),t.withDirectives(t.createElementVNode("p",{class:"custom-multi-select-title1"},t.toDisplayString(l.label_Value),513),[[t.vShow,1==l.dropdownclose&&0==l.showselectedvalue.length&&0==n.required]]),t.withDirectives(t.createElementVNode("p",{class:"custom-multi-select-title",style:t.normalizeStyle([1==l.hovered?"color:#a6a6a6 !important":""]),onMouseover:i[10]||(i[10]=e=>l.hovered=!0),onMouseout:i[11]||(i[11]=e=>l.hovered=!1)},t.toDisplayString(l.label_Value),37),[[t.vShow,1==n.labelAnimation&&0==n.required&&(1==l.dropdownopen||0!=l.showselectedvalue.length)]]),t.withDirectives(t.createElementVNode("p",{class:"custom-multi-select-title",style:t.normalizeStyle([1==l.hovered?"color:#a6a6a6 !important":""]),onMouseover:i[12]||(i[12]=e=>l.hovered=!0),onMouseout:i[13]||(i[13]=e=>l.hovered=!1)},t.toDisplayString(l.label_Value),37),[[t.vShow,1==n.labelAnimation&&1==n.required&&(1==l.dropdownopen||0!=l.showselectedvalue.length)]]),t.createElementVNode("p",Iv,t.toDisplayString(n.customError),1),t.createCommentVNode(' <div class="inline-multi-select-placeholder">\r\n {{label_Value}}\r\n </div> ')]),t.withDirectives(t.createVNode(c,{show:l.dropdownopen,top:l.containertop,left:l.containerleft,width:l.containerwidth,conditionvalue:250,conditiondown:45,conditionup:10},{overlay:t.withCtx((()=>[t.createElementVNode("div",qv,[t.createElementVNode("span",Dv,[t.createElementVNode("div",Tv,[1==l.showSelectAll&&a.multiselectsearch1.length>0?(t.openBlock(),t.createElementBlock("label",{key:0,class:"check-container",onMouseover:i[17]||(i[17]=(...e)=>a.hoverSelectAll&&a.hoverSelectAll(...e)),onMouseleave:i[18]||(i[18]=(...e)=>a.unHoverSelectAll&&a.unHoverSelectAll(...e))},[Ov,1==a.partiallySelected?(t.openBlock(),t.createElementBlock("i",Rv)):t.createCommentVNode("v-if",!0),t.createElementVNode("input",{style:{"margin-right":"15px"},type:"checkbox",class:t.normalizeClass(["selcet","select-all"+l.unique]),checked:!1,onClick:i[14]||(i[14]=(...e)=>a.selectAll&&a.selectAll(...e))},null,2),t.createElementVNode("span",{id:"select-all-checkmark"+l.unique,class:"checkmark",onMouseover:i[15]||(i[15]=(...e)=>a.hoverSelectAll&&a.hoverSelectAll(...e)),onMouseleave:i[16]||(i[16]=(...e)=>a.unHoverSelectAll&&a.unHoverSelectAll(...e))},null,40,Mv)],32)):t.createCommentVNode("v-if",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.multiselectsearch1,(e=>(t.openBlock(),t.createElementBlock("div",{key:e.id,class:"checkbox-container"},[t.createElementVNode("label",Lv,[t.createElementVNode("span",Uv,t.toDisplayString(e[n.label]),1),t.createElementVNode("input",{id:"check-drag"+l.unique,type:"checkbox",checked:e.checked,disabled:e.disabled,class:t.normalizeClass(["check-correct","check-drag"+l.unique]),onClick:t=>a.checkItem(e,t)},null,10,Fv),Pv])])))),128))])]),1==n.filterSelect?(t.openBlock(),t.createElementBlock("div",Hv,[t.createVNode(s,{class:"secondary-success sm"},{default:t.withCtx((()=>[Kv])),_:1}),t.createVNode(s,{class:"primary sm",onClick:a.filtersave},{default:t.withCtx((()=>[jv])),_:1},8,["onClick"])])):t.createCommentVNode("v-if",!0)])])),_:1},8,["show","top","left","width"]),[[t.vShow,1==l.dropdownopen]])],44,kv)):t.createCommentVNode("v-if",!0),t.createCommentVNode(' <div v-if="disabled == false" :id="\'custom-multi-select\' + unique" class="custom-multi-select">\r\n <span v-show="all != true" class="not-all-tag" \r\n>\r\n <div\r\n v-for="(i, index) in showselectedvalue"\r\n :id="\'custom-multi-select-tag-value\' + unique"\r\n :key="index"\r\n class="custom-multi-select-tag-value"\r\n :style="[\r\n index < multiselecttagvalue - 1 ? \'display:block\' : \'display:none\',\r\n ]"\r\n @click="optioncontainer"\r\n >\r\n <hlx-tag\r\n v-if="index < multiselecttagvalue - 1"\r\n class="multiselect-inline-tag-option"\r\n @tag-close="removed(i[propValue])"\r\n >{{ i[label] }}</hlx-tag\r\n >\r\n </div>\r\n </span>\r\n <div\r\n v-show="multi_select_inline_count_show == true && all != true"\r\n :id="\'multi-select-inline-count-value\' + unique"\r\n class="multi-select-inline-count-value"\r\n @click="optioncontainer"\r\n >\r\n {{ "+" + multi_select_inline_count_value }}\r\n </div>\r\n <input\r\n v-show="all != true"\r\n :id="\'custom-multi-select-input\' + unique"\r\n v-model="inputvalue"\r\n type="text"\r\n class="custom-multi-select-input"\r\n :placeholder="placeholder_value"\r\n @keyup.enter="addvalue"\r\n @click="optioncontainer"\r\n />\r\n <i\r\n :id="\'arrow\' + unique"\r\n class="icon-angle-down-regular"\r\n @click="optioncontainer"\r\n ></i>\r\n <p v-if="title == true" class="cutom-multi-select-title">\r\n {{ label_Value }}\r\n </p>\r\n <div v-if="all == true" class="all-option" @click="optioncontainer">All</div>\r\n <div\r\n v-if="dropdowncontainer === true"\r\n class="custom-multi-select-option-container"\r\n :style="[\'top:\'+ top + \'px\', \'left:\'+ left + \'px\']"\r\n >\r\n <span class="input-container232" style="overflow-x: none !important;">\r\n <hlxInput\r\n :options="multiselectsearch"\r\n :type="\'checkbox\'"\r\n :show-select-all="true"\r\n @check-box-event="returnvalue"\r\n @selected="valueee"\r\n /></span>\r\n <div v-if="filterSelect == true" class="custom-multi-select-footer">\r\n <hlx-button class="secondary-success sm">Cancel</hlx-button>\r\n <hlx-button class="primary sm" @click="filtersave">Save</hlx-button>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n\r\n <div v-if="disabled == true" :id="\'custom-multi-select\' + unique" class="custom-multi-select" >\r\n <span v-if="all != true" class="not-all-tag" \r\n>\r\n <div\r\n v-for="(i, index) in showselectedvalue"\r\n :id="\'custom-multi-select-tag-value\' + unique"\r\n :key="index"\r\n class="custom-multi-select-tag-value"\r\n :style="[\r\n index < multiselecttagvalue - 1 ? \'display:block\' : \'display:none\',\r\n ]"\r\n \r\n >\r\n <hlx-tag\r\n v-if="index < multiselecttagvalue - 1"\r\n class="multiselect-inline-tag-option"\r\n @tag-close="removed(i[propValue])"\r\n >{{ i[label] }}</hlx-tag\r\n >\r\n </div>\r\n </span>\r\n <div\r\n v-show="multi_select_inline_count_show == true && all != true"\r\n :id="\'multi-select-inline-count-value\' + unique"\r\n class="multi-select-inline-count-value"\r\n \r\n >\r\n {{ "+" + multi_select_inline_count_value }}\r\n </div>\r\n <input\r\n v-if="all != true "\r\n :id="\'custom-multi-select-input\' + unique"\r\n v-model="inputvalue"\r\n type="text"\r\n class="custom-multi-select-input"\r\n :placeholder="placeholder_value"\r\n :style="disabled == true ? \'display:none\' : \'\' "\r\n @keyup.enter="addvalue"\r\n />\r\n <i\r\n :id="\'arrow\' + unique"\r\n class="icon-angle-down-regular"\r\n \r\n ></i>\r\n <p v-if="title == true" class="cutom-multi-select-title">\r\n {{ label_Value }}\r\n </p>\r\n <div v-if="all == true" class="all-option">All</div>\r\n <div\r\n v-if="dropdowncontainer === true"\r\n class="custom-multi-select-option-container"\r\n >\r\n <span class="input-container232" style="overflow-x: none !important;">\r\n <hlxInput\r\n :options="multiselectsearch"\r\n :type="\'checkbox\'"\r\n :show-select-all="true"\r\n @check-box-event="returnvalue"\r\n @selected="valueee"\r\n /></span>\r\n <div v-if="filterSelect == true" class="custom-multi-select-footer">\r\n <hlx-button class="secondary-success sm">Cancel</hlx-button>\r\n <hlx-button class="primary sm" @click="filtersave">Save</hlx-button>\r\n </div>\r\n </div>\r\n </div> ')],64)},Yb.__file="src/components/MultiSelectComponent.vue";var Qv={name:"HlxObjectViewer",components:{HlxInput:_u,HlxSelect:gl},props:{jsonData:{type:[Object,Array],default:()=>({})},refData:{type:[Object,Array],default:()=>({})},show:{type:Boolean,default:!1},type:{type:String,default:"read-only"},allClosedProp:{type:Boolean,default:!0}},emits:["updated-json","all-closed-emit"],data:()=>({temp:{},showChild:{},showArray:[],showInputBoolean:!1,showInputNumber:!1,showInputString:!1,copyOfJsonData:{},copyOfSchemaData:{},tempInp:"",tempBool:!1,componentKey:0,unique:Math.floor(1e3*Math.random()+1),trueOption:[{name:"True",checked:!0,disabled:!1,id:1},{name:"False",checked:!1,disabled:!1,id:2}],falseOption:[{name:"True",checked:!1,disabled:!1,id:1},{name:"False",checked:!0,disabled:!1,id:2}],allClosed:!0,copyOfRefData:{}}),computed:{booleanHandler(){const e=[];e.push({name:"true",checked:!1,disabled:!1,id:1}),e.push({name:"false",checked:!1,disabled:!1,id:1});const t=e.find((e=>e.name===(this.tempBool?"true":"false")));return t&&(t.checked=!0),e},getTrueOption:()=>[{name:"True",checked:!0,disabled:!1,id:1},{name:"False",checked:!1,disabled:!1,id:2}],getFalseOption:()=>[{name:"True",checked:!1,disabled:!1,id:1},{name:"False",checked:!0,disabled:!1,id:2}]},watch:{allClosedProp:{handler(e){this.allClosed=e},immediate:!0,deep:!0},jsonData:{handler(e){("read-only"===this.type||"editable"===this.type||"add-data-from-schema"===this.type||"add-data"===this.type)&&(this.copyOfJsonData=e)},immediate:!0,deep:!0},refData:{handler(e){this.copyOfRefData=e},immediate:!0,deep:!0}},mounted(){if(document.querySelector(".array-index-parent")&&document.querySelector(".array-index-parent").children[0].classList.contains("array-index")&&(document.querySelector(".array-index-parent").style.borderRight="1px solid #d8d8d8"),"add-data"!==this.type)if(Array.isArray(this.copyOfJsonData))for(let e=0;e<this.jsonData.length;e++)this.showArray.push(!0);else for(const e in this.copyOfJsonData)"object"==typeof this.copyOfJsonData[e]&&(this.showChild[e]=!0);else if("Array"===this.copyOfJsonData.type)for(let e=0;e<this.jsonData.length;e++)this.showArray.push(!0);else for(const e in this.copyOfJsonData)"Object"===this.copyOfJsonData[e]&&(this.showChild[e]=!0)},methods:{getAllClosedEmit(e){this.allClosed=e,this.$emit("all-closed-emit",e)},convertToObject(e){const t=e.substring(3);return JSON.parse(t)},getArrayValues:e=>e.map((e=>e.name)),getCommaSeperatedValues:(e,t)=>t?e.map((e=>e.value.replace(/\{\},|\[\],/g,""))).join(",\n"):e.map((e=>e.name)).join(", "),getCommaSeperatedDates(e){const t=e.map((e=>e.name));let i=[];return t.forEach((e=>{i.push(" "+this.formatDate(e))})),i},hasAsterisk:e=>e.includes("*"),typeRemoved(e){const t=e.toString(),i=t.indexOf("("),n=t.indexOf(")");let o=t;return-1!==i&&-1!==n&&(o=t.slice(0,i)+t.slice(n+1)),o=o.replace("*","").trim(),o},checkType(e){const t=e.split(" "),i=e.split(" ")[t.length-1];let n="";return n="(Boolean)"===i?"boolean":"(Array)"===i?"array":"(Object)"===i?"object":"(Date)"===i?"date":"(String)"===i?"string":"(Number)"===i?"number":"",n},receivedDate(e){this.tempInp=e},preValDateFormat:e=>e.substring(0,10).split("-").reverse().join("-"),formatDate(e){const t=new Date(e);if(isNaN(t.getTime()))return"Select a date";return`${t.toLocaleDateString("en-GB")} ${t.toLocaleTimeString("en-US",{hour:"numeric",minute:"numeric",hour12:!0})}`},deleteItemFromArray(e){0!==e&&this.copyOfJsonData.splice(e,1)},addItemToArray(e){const t={...this.copyOfJsonData[e]};this.copyOfJsonData.splice(e+1,0,t)},updateEmit(){this.$emit("updated-json",this.copyOfJsonData)},updateInputValue(e,t,i,n){"select"===n&&(this.tempInp=e.value),"string"!==n&&"number"!==n||(this.tempInp=e),"boolean"===n&&("true"===e.name.toLowerCase()?this.tempInp=!0:this.tempInp=!1)},displayInput(e,t,i,n){if(document.querySelectorAll('[id$="inputf"]').forEach((e=>{"flex"===e.style.display&&(this.allClosed=!1)})),this.allClosed){document.querySelectorAll('[id$="display"]').forEach((e=>{e.style.display="flex"})),this.allClosed=!1,document.getElementById(t).style.display="none","boolean"===n?this.tempBool=this.copyOfJsonData[e]:this.tempInp=this.copyOfJsonData[e],document.getElementById(i).style.display="flex",document.getElementById(i)&&document.getElementById(i).children[0]&&document.getElementById(i).children[0].children[0]&&document.getElementById(i).children[0].children[0].children[0]&&document.getElementById(i).children[0].children[0].children[0].focus()}},displayAddDataInput(e,t,i,n){if(document.querySelectorAll('[id$="inputf"]').forEach((e=>{"flex"===e.style.display&&(this.allClosed=!1,this.$emit("all-closed-emit",this.allClosed))})),this.allClosed){document.querySelectorAll('[id$="display"]').forEach((e=>{e.style.display="flex"})),this.allClosed=!1,this.$emit("all-closed-emit",this.allClosed),document.getElementById(t).style.display="none","boolean"===n?this.tempBool=this.copyOfJsonData[e]:this.tempInp=this.copyOfJsonData[e],document.getElementById(i).style.display="flex",document.getElementById(i)&&document.getElementById(i).children[0]&&document.getElementById(i).children[0].children[0]&&document.getElementById(i).children[0].children[0].children[0]&&document.getElementById(i).children[0].children[0].children[0].focus()}},setInput(e,t,i,n){if(document.getElementById(t).style.display="flex",document.getElementById(i).style.display="none","boolean"===n)this.copyOfJsonData[e]=Boolean(this.tempBool);else if("date"===n)if(this.tempInp.length>20)this.copyOfJsonData[e]=this.tempInp;else{const[t,i,n]=this.tempInp.split("-"),o=`${new Date(`${n}-${i}-${t}`).toISOString().split("T")[0]}T${"00:00:00.000+00:00"}`;this.copyOfJsonData[e]=o}else this.copyOfJsonData[e]=this.tempInp;this.$emit("updated-json",this.copyOfJsonData),this.allClosed=!0,this.$emit("all-closed-emit",this.allClosed)},unsetInput(e,t,i,n){"boolean"===n?(this.tempInp="",this.tempBool=Boolean(this.copyOfJsonData[e])):(this.tempInp="",this.tempInp=this.copyOfJsonData[e]),this.componentKey+=1,document.getElementById(t).style.display="flex",document.getElementById(i).style.display="none",this.allClosed=!0,this.$emit("all-closed-emit",this.allClosed)},showChildFunc(e){if("add-data"!==this.type)if(Array.isArray(this.copyOfJsonData))!0===this.showArray[e]?this.showArray[e]=!1:this.showArray[e]=!0;else{const t=e;!0===this.showChild[t]?this.showChild[t]=!1:this.showChild[t]=!0}else if("Array"===this.copyOfJsonData[e].type||"Object"===this.copyOfJsonData[e].type)!0===this.showArray[e]?this.showArray[e]=!1:this.showArray[e]=!0;else{const t=e;!0===this.showChild[t]?this.showChild[t]=!1:this.showChild[t]=!0}}}};const zv={key:0,id:"obj",class:"db-row"},Jv={key:0,class:"array-index-parent"},Xv={key:0,class:"array-index"},Wv={key:1,class:"array-string"},Yv={key:0,class:"ov-icon-type"},Gv={key:0,class:"asterisk"},Zv={key:1,class:"ov-icon-type"},$v=t.createElementVNode("span",{class:"icon-holder num"},"#",-1),ek={key:0,class:"asterisk"},tk={key:2,class:"ov-icon-type"},ik=t.createElementVNode("span",{class:"icon-holder str"},"ABC",-1),nk={key:0,class:"asterisk"},ok={key:3,class:"ov-icon-type"},lk=t.createElementVNode("span",{class:"icon-holder arr"},"[]",-1),ak={key:0,class:"asterisk"},rk={key:4,class:"ov-icon-type"},sk=t.createElementVNode("span",{class:"icon-holder obj"},"{}",-1),ck={key:0,class:"asterisk"},dk={key:5,class:"ov-icon-type"},uk=t.createElementVNode("span",{class:"icon-holder bool"},[t.createElementVNode("i",{class:"icon-toggle-off-alt-regular"})],-1),hk={key:0,class:"asterisk"},pk={key:6,class:"ov-icon-type"},mk=t.createElementVNode("span",{class:"icon-holder date"},[t.createElementVNode("i",{class:"icon-calendar-clock-regular"})],-1),gk={key:0,class:"asterisk"},Ak={key:1,class:"div-with-arrow"},fk=["onClick"],yk=["onClick"],bk={key:1,id:"other",class:"db-row"},vk={key:0,class:"colon-key"},kk={key:1,class:"colon-value"},Ck={key:2,class:"colon-value"},Ek={key:0},wk={key:1,style:{"margin-right":"5px"}},Vk=["data-tooltip"],xk={key:3,class:"colon-value"},Bk={key:0},Nk={key:1,style:{"margin-right":"5px"}},Sk=["data-tooltip"],_k={key:4,class:"colon-value"},Ik={key:5,class:"colon-value"},qk={key:0},Dk={key:1,style:{"margin-right":"5px"}},Tk=["data-tooltip"],Ok={key:6,class:"colon-value"},Rk={key:0},Mk={key:1,style:{"margin-right":"5px"}},Lk=["data-tooltip"],Uk={key:7,class:"colon-value"},Fk={key:8,class:"colon-value"},Pk={key:0},Hk={key:1,style:{"margin-right":"5px"}},Kk=["data-tooltip"],jk={key:9,class:"colon-value"},Qk={key:10,class:"colon-value"},zk={key:0},Jk={key:1},Xk={key:11,class:"colon-value"},Wk={key:12,class:"colon-value"},Yk={key:2,id:"obj",class:"db-row"},Gk={key:0,class:"array-index-parent"},Zk={key:0,class:"array-index"},$k={key:1,class:"array-string"},eC={key:1,class:"div-with-arrow"},tC=["onClick"],iC=["onClick"],nC={key:3,id:"other",class:"db-row"},oC={key:0,class:"colon-key"},lC=["id","onDblclick"],aC=["onClick"],rC=["id"],sC=["onClick"],cC=["onClick"],dC=["id","onDblclick"],uC=["onClick"],hC=["id"],pC=["onClick"],mC=["onClick"],gC=["id","onDblclick"],AC=["onClick"],fC=["id"],yC=["onClick"],bC=["onClick"],vC=["id","onDblclick"],kC=["onClick"],CC=["id"],EC=["onClick"],wC=["onClick"],VC=["id","onDblclick"],xC=["onClick"],BC=["id"],NC=["onClick"],SC=["onClick"],_C=["id","onDblclick"],IC=["onClick"],qC=["id"],DC=["onClick"],TC=["onClick"],OC=["id","onDblclick"],RC=["onClick"],MC=["id"],LC=["onClick"],UC=["onClick"],FC=["id","onDblclick"],PC=t.createTextVNode(t.toDisplayString("undefined")+" "),HC=["onClick"],KC=["id"],jC=["onClick"],QC=["onClick"],zC=["id","onDblclick"],JC=t.createTextVNode(t.toDisplayString("null")+" "),XC=["onClick"],WC=["id"],YC=["onClick"],GC=["onClick"],ZC={key:4,id:"obj",class:"db-row"},$C={key:0,class:"array-index-parent"},eE={key:0,class:"array-index"},tE=["onClick"],iE=["onClick"],nE=[t.createElementVNode("i",{class:"icon-plus-circle-filled",style:{"margin-right":"1rem",color:"#54bd95"}},null,-1)],oE={key:1,class:"array-string"},lE={key:1,class:"div-with-arrow"},aE=["onClick"],rE=["onClick"],sE={key:5,id:"other",class:"db-row"},cE={key:0,class:"colon-key"},dE=["id","onDblclick"],uE=["onClick"],hE=["id"],pE=["onClick"],mE=["onClick"],gE=["id","onDblclick"],AE=["onClick"],fE=["id"],yE=["onClick"],bE=["onClick"],vE=["id","onDblclick"],kE=["onClick"],CE=["id"],EE=["onClick"],wE=["onClick"],VE=["id","onDblclick"],xE=["onClick"],BE=["id"],NE=["onClick"],SE=["onClick"],_E=["id","onDblclick"],IE={key:0,class:"new-obj-container"},qE={key:1},DE=["onClick"],TE=["id"],OE=["onClick"],RE=["onClick"],ME=["id","onDblclick"],LE={key:0,class:"new-obj-container"},UE={key:1},FE=["onClick"],PE=["id"],HE=["onClick"],KE=["onClick"],jE=["id","onDblclick"],QE=["onClick"],zE=["id"],JE=["onClick"],XE=["onClick"],WE=["id","onDblclick"],YE=["onClick"],GE=["id"],ZE=["onClick"],$E=["onClick"],ew=["id","onDblclick"],tw=["onClick"],iw=["id"],nw=["onClick"],ow=["onClick"],lw=["id","onDblclick"],aw=t.createTextVNode(t.toDisplayString("undefined")+" "),rw=["onClick"],sw=["id"],cw=["onClick"],dw=["onClick"],uw=["id","onDblclick"],hw=t.createTextVNode(t.toDisplayString("null")+" "),pw=["onClick"],mw=["id"],gw=["onClick"],Aw=["onClick"];Qv.render=function(e,i,n,o,l,a){const r=t.resolveComponent("hlx-object-viewer"),s=t.resolveComponent("hlx-input"),c=t.resolveComponent("hlx-select");return t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.copyOfJsonData,((e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:t.normalizeClass(!0===n.show?"parent":"")},[t.createCommentVNode("---------------------------------------------- Read-only mode ---------------------------------------------"),"read-only"===n.type&&"object"==typeof e&&null!=e?(t.openBlock(),t.createElementBlock("div",zv,["object"==typeof e&&null!=e?(t.openBlock(),t.createElementBlock("div",Jv,["number"==typeof i?(t.openBlock(),t.createElementBlock("span",Xv,t.toDisplayString(i+": "),1)):t.createCommentVNode("v-if",!0),"string"==typeof i?(t.openBlock(),t.createElementBlock("span",Wv,[""===a.checkType(i)?(t.openBlock(),t.createElementBlock("span",Yv,[t.createTextVNode(t.toDisplayString(a.typeRemoved(i)+" ")+" ",1),a.hasAsterisk(i)?(t.openBlock(),t.createElementBlock("span",Gv,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0),"number"===a.checkType(i)?(t.openBlock(),t.createElementBlock("span",Zv,[$v,t.createTextVNode(" "+t.toDisplayString(a.typeRemoved(i)+" ")+" ",1),a.hasAsterisk(i)?(t.openBlock(),t.createElementBlock("span",ek,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0),"string"===a.checkType(i)?(t.openBlock(),t.createElementBlock("span",tk,[ik,t.createTextVNode(" "+t.toDisplayString(a.typeRemoved(i)+" ")+" ",1),a.hasAsterisk(i)?(t.openBlock(),t.createElementBlock("span",nk,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0),"array"===a.checkType(i)?(t.openBlock(),t.createElementBlock("span",ok,[lk,t.createTextVNode(" "+t.toDisplayString(a.typeRemoved(i)+" ")+" ",1),a.hasAsterisk(i)?(t.openBlock(),t.createElementBlock("span",ak,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0),"object"===a.checkType(i)?(t.openBlock(),t.createElementBlock("span",rk,[sk,t.createTextVNode(" "+t.toDisplayString(a.typeRemoved(i)+" ")+" ",1),a.hasAsterisk(i)?(t.openBlock(),t.createElementBlock("span",ck,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0),"boolean"===a.checkType(i)?(t.openBlock(),t.createElementBlock("span",dk,[uk,t.createTextVNode(" "+t.toDisplayString(a.typeRemoved(i)+" ")+" ",1),a.hasAsterisk(i)?(t.openBlock(),t.createElementBlock("span",hk,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0),"date"===a.checkType(i)?(t.openBlock(),t.createElementBlock("span",pk,[mk,t.createTextVNode(" "+t.toDisplayString(a.typeRemoved(i)+" ")+" ",1),a.hasAsterisk(i)?(t.openBlock(),t.createElementBlock("span",gk,t.toDisplayString(" *"))):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0),"object"==typeof e&&null!=e?(t.openBlock(),t.createElementBlock("div",Ak,[Array.isArray(l.copyOfJsonData)&&0!==Object.keys(e).length?(t.openBlock(),t.createElementBlock("i",{key:0,class:t.normalizeClass(l.showArray[i]?"icon-angle-right-regular":"icon-angle-down-regular"),onClick:e=>a.showChildFunc(i)},null,10,fk)):t.createCommentVNode("v-if",!0),!0!==Array.isArray(l.copyOfJsonData)&&0!==Object.keys(e).length?(t.openBlock(),t.createElementBlock("i",{key:1,class:t.normalizeClass(l.showChild[i]?"icon-angle-right-regular":"icon-angle-down-regular"),onClick:e=>a.showChildFunc(i)},null,10,yk)):t.createCommentVNode("v-if",!0),t.createVNode(r,{"json-data":e,show:Array.isArray(l.copyOfJsonData)?l.showArray[i]:l.showChild[i],type:"read-only","ref-data":l.copyOfRefData,onUpdatedJson:a.updateEmit},null,8,["json-data","show","ref-data","onUpdatedJson"])])):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0),"read-only"!==n.type||"boolean"!=typeof e&&"string"!=typeof e&&null!=e&&"number"!=typeof e?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",bk,[t.createCommentVNode(" Keys of objects with type other than object "),"boolean"==typeof e||"string"==typeof e||"number"==typeof e||null==e?(t.openBlock(),t.createElementBlock("div",vk,t.toDisplayString(i),1)):t.createCommentVNode("v-if",!0),t.createCommentVNode(" Values of objects with type other than object "),"string"==typeof e&&/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)&&!l.copyOfRefData[i]&&"{"!==e.charAt(0)&&"["!==e.charAt(0)?(t.openBlock(),t.createElementBlock("div",kk,t.toDisplayString(a.formatDate(e)),1)):t.createCommentVNode("v-if",!0),"string"==typeof e&&/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)&&l.copyOfRefData[i]&&"{"!==e.charAt(0)&&"["!==e.charAt(0)?(t.openBlock(),t.createElementBlock("div",Ck,[t.createCommentVNode(' <span v-for="(ref, key) in copyOfRefData[index]" :key="key">\r\n <span>{{ formatDate(ref["value"]) }}</span\r\n ><span\r\n v-if="key < copyOfRefData[index].length - 1"\r\n style="margin-right: 5px"\r\n >{{ `,` }}</span\r\n >\r\n </span> '),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.getArrayValues(l.copyOfRefData[i]),((e,n)=>(t.openBlock(),t.createElementBlock("span",{key:n},[n<=1?(t.openBlock(),t.createElementBlock("span",Ek,t.toDisplayString(a.formatDate(e)),1)):t.createCommentVNode("v-if",!0),n<=0?(t.openBlock(),t.createElementBlock("span",wk,t.toDisplayString(","))):t.createCommentVNode("v-if",!0),1==n?(t.openBlock(),t.createElementBlock("span",{key:2,style:{"margin-right":"5px"},"data-tooltip":a.getCommaSeperatedDates(l.copyOfRefData[i]),"data-tooltip-location":"bottom"},t.toDisplayString("..."),9,Vk)):t.createCommentVNode("v-if",!0)])))),128)),t.createCommentVNode(" {{ formatDate(item) + 'hi' }} ")])):t.createCommentVNode("v-if",!0),"string"==typeof e&&!/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)&&l.copyOfRefData[i]&&"{"!==e.charAt(0)&&"["!==e.charAt(0)?(t.openBlock(),t.createElementBlock("div",xk,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.getArrayValues(l.copyOfRefData[i]),((e,n)=>(t.openBlock(),t.createElementBlock("span",{key:n},[n<=1?(t.openBlock(),t.createElementBlock("span",Bk,t.toDisplayString(e),1)):t.createCommentVNode("v-if",!0),n<=0?(t.openBlock(),t.createElementBlock("span",Nk,t.toDisplayString(","))):t.createCommentVNode("v-if",!0),1==n?(t.openBlock(),t.createElementBlock("span",{key:2,style:{"margin-right":"5px"},"data-tooltip":a.getCommaSeperatedValues(l.copyOfRefData[i]),"data-tooltip-location":"bottom"},t.toDisplayString("..."),9,Sk)):t.createCommentVNode("v-if",!0)])))),128))])):t.createCommentVNode("v-if",!0),"string"!=typeof e||/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)||l.copyOfRefData[i]||"{"===e.charAt(0)||"["===e.charAt(0)?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",_k,t.toDisplayString(e),1)),"string"==typeof e&&!/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)&&l.copyOfRefData[i]&&"{"===e.charAt(0)&&"["!==e.charAt(0)?(t.openBlock(),t.createElementBlock("div",Ik,[t.createCommentVNode(" {{item}} "),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.getArrayValues(l.copyOfRefData[i]),((e,n)=>(t.openBlock(),t.createElementBlock("span",{key:n},[n<=1?(t.openBlock(),t.createElementBlock("span",qk,t.toDisplayString(e),1)):t.createCommentVNode("v-if",!0),n<=0?(t.openBlock(),t.createElementBlock("span",Dk,t.toDisplayString(","))):t.createCommentVNode("v-if",!0),1==n?(t.openBlock(),t.createElementBlock("span",{key:2,style:{"margin-right":"5px"},"data-tooltip":a.getCommaSeperatedValues(l.copyOfRefData[i],!0),"data-tooltip-location":"right"},t.toDisplayString("..."),9,Tk)):t.createCommentVNode("v-if",!0)])))),128)),t.createCommentVNode(" <div v-else>\r\n {{ item }}\r\n </div> ")])):t.createCommentVNode("v-if",!0),"string"==typeof e&&!/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)&&l.copyOfRefData[i]&&"{"!==e.charAt(0)&&"["===e.charAt(0)?(t.openBlock(),t.createElementBlock("div",Ok,[t.createCommentVNode(" {{item}} "),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.getArrayValues(l.copyOfRefData[i]),((e,n)=>(t.openBlock(),t.createElementBlock("span",{key:n},[n<=1?(t.openBlock(),t.createElementBlock("span",Rk,t.toDisplayString(e),1)):t.createCommentVNode("v-if",!0),n<=0?(t.openBlock(),t.createElementBlock("span",Mk,t.toDisplayString(","))):t.createCommentVNode("v-if",!0),1==n?(t.openBlock(),t.createElementBlock("span",{key:2,style:{"margin-right":"5px"},"data-tooltip":a.getCommaSeperatedValues(l.copyOfRefData[i],!0),"data-tooltip-location":"right"},t.toDisplayString("..."),9,Lk)):t.createCommentVNode("v-if",!0)])))),128)),t.createCommentVNode(" <div v-else>\r\n {{ item }}\r\n </div> ")])):t.createCommentVNode("v-if",!0),"string"!=typeof e||/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)||l.copyOfRefData[i]||"{"!==e.charAt(0)?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",Uk,[t.createTextVNode(t.toDisplayString(e),1),t.createCommentVNode(' <span\r\n v-for="(str, key) in getArrayValues(copyOfRefData[index])"\r\n :key="key"\r\n >\r\n <span v-if="key <= 1">{{ str }}</span>\r\n <span v-if="key <= 0" style="margin-right: 5px">{{ `,` }}</span>\r\n <span\r\n v-if="key == 1"\r\n style="margin-right: 5px"\r\n :data-tooltip="getCommaSeperatedValues(copyOfRefData[index], true)"\r\n data-tooltip-location="bottom"\r\n >{{ `...` }}</span\r\n >\r\n </span> '),t.createCommentVNode(" <div v-else>\r\n {{ item }}\r\n </div> ")])),"number"==typeof e&&l.copyOfRefData[i]?(t.openBlock(),t.createElementBlock("div",Fk,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.getArrayValues(l.copyOfRefData[i]),((e,n)=>(t.openBlock(),t.createElementBlock("span",{key:n},[n<=1?(t.openBlock(),t.createElementBlock("span",Pk,t.toDisplayString(e),1)):t.createCommentVNode("v-if",!0),n<=0?(t.openBlock(),t.createElementBlock("span",Hk,t.toDisplayString(","))):t.createCommentVNode("v-if",!0),1==n?(t.openBlock(),t.createElementBlock("span",{key:2,style:{"margin-right":"5px"},"data-tooltip":a.getCommaSeperatedValues(l.copyOfRefData[i]),"data-tooltip-location":"bottom"},t.toDisplayString("..."),9,Kk)):t.createCommentVNode("v-if",!0)])))),128))])):t.createCommentVNode("v-if",!0),"number"!=typeof e||l.copyOfRefData[i]?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",jk,t.toDisplayString(e),1)),"boolean"==typeof e?(t.openBlock(),t.createElementBlock("div",Qk,[e?(t.openBlock(),t.createElementBlock("span",zk,[t.createVNode(s,{type:"radio-buttons",disabled:!0,name:i,position:"horizontal",options:[{name:"True",checked:!0,disabled:!1,id:1},{name:"False",checked:!1,disabled:!1,id:2}]},null,8,["name"])])):(t.openBlock(),t.createElementBlock("span",Jk,[t.createVNode(s,{type:"radio-buttons",disabled:!0,name:i,position:"horizontal",options:[{name:"True",checked:!1,disabled:!1,id:1},{name:"False",checked:!0,disabled:!1,id:2}]},null,8,["name"])]))])):t.createCommentVNode("v-if",!0),void 0===e?(t.openBlock(),t.createElementBlock("div",Xk,t.toDisplayString("undefined"))):t.createCommentVNode("v-if",!0),null===e?(t.openBlock(),t.createElementBlock("div",Wk,t.toDisplayString("null"))):t.createCommentVNode("v-if",!0)])),t.createCommentVNode("----------------------------------------------- Editable mode ---------------------------------------------"),"editable"===n.type&&"object"==typeof e&&null!=e?(t.openBlock(),t.createElementBlock("div",Yk,["object"==typeof e&&null!=e?(t.openBlock(),t.createElementBlock("div",Gk,["number"==typeof i?(t.openBlock(),t.createElementBlock("span",Zk,t.toDisplayString(i+": "),1)):t.createCommentVNode("v-if",!0),"string"==typeof i?(t.openBlock(),t.createElementBlock("span",$k,t.toDisplayString(i),1)):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0),"object"==typeof e&&null!=e?(t.openBlock(),t.createElementBlock("div",eC,[Array.isArray(l.copyOfJsonData)?(t.openBlock(),t.createElementBlock("i",{key:0,class:t.normalizeClass(l.showArray[i]?"icon-angle-right-regular":"icon-angle-down-regular"),onClick:e=>a.showChildFunc(i)},null,10,tC)):(t.openBlock(),t.createElementBlock("i",{key:1,class:t.normalizeClass(l.showChild[i]?"icon-angle-right-regular":"icon-angle-down-regular"),onClick:e=>a.showChildFunc(i)},null,10,iC)),t.createVNode(r,{"json-data":e,show:Array.isArray(l.copyOfJsonData)?l.showArray[i]:l.showChild[i],type:"editable","ref-data":l.copyOfRefData,onUpdatedJson:a.updateEmit},null,8,["json-data","show","ref-data","onUpdatedJson"])])):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0),"editable"!==n.type||"boolean"!=typeof e&&"string"!=typeof e&&null!=e&&"number"!=typeof e?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",nC,[t.createCommentVNode(" Keys of objects with type other than object "),"boolean"==typeof e||"string"==typeof e||"number"==typeof e||null==e?(t.openBlock(),t.createElementBlock("div",oC,t.toDisplayString(i),1)):t.createCommentVNode("v-if",!0),t.createCommentVNode(" Values of objects with type other than object "),"string"==typeof e&&/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)&&l.copyOfRefData[i]?(t.openBlock(),t.createElementBlock("div",{key:1,id:l.unique+i+e+"display",class:"colon-value",onDblclick:t=>a.displayInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},[t.createTextVNode(t.toDisplayString(a.formatDate(e))+" ",1),l.allClosed?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-edit-filled enable-edit",style:{display:"none"},onClick:t=>a.displayInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,aC)):t.createCommentVNode("v-if",!0)],40,lC)):t.createCommentVNode("v-if",!0),"string"==typeof e&&/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)&&l.copyOfRefData[i]?(t.openBlock(),t.createElementBlock("div",{key:2,id:l.unique+i+e+"inputf",style:{display:"none"},class:"colon-value"},[(t.openBlock(),t.createBlock(c,{key:l.componentKey,options:l.copyOfRefData[i],onSelectedValue:t=>a.updateInputValue(t,i,e,"select")},null,8,["options","onSelectedValue"])),t.createCommentVNode(' <hlx-input\r\n :key="componentKey"\r\n :type="\'date\'"\r\n :pre-val="preValDateFormat(item)"\r\n @at-input="receivedDate"\r\n /> '),t.createElementVNode("i",{class:"icon-times-square-regular cancel-edit",onClick:t=>a.unsetInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,sC),t.createElementVNode("i",{class:"icon-check-square-regular apply-edit",onClick:t=>a.setInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf","date")},null,8,cC)],8,rC)):t.createCommentVNode("v-if",!0),"string"==typeof e&&/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)&&!l.copyOfRefData[i]?(t.openBlock(),t.createElementBlock("div",{key:3,id:l.unique+i+e+"display",class:"colon-value",onDblclick:t=>a.displayInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},[t.createTextVNode(t.toDisplayString(a.formatDate(e))+" ",1),l.allClosed?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-edit-filled enable-edit",style:{display:"none"},onClick:t=>a.displayInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,uC)):t.createCommentVNode("v-if",!0)],40,dC)):t.createCommentVNode("v-if",!0),"string"==typeof e&&/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)&&!l.copyOfRefData[i]?(t.openBlock(),t.createElementBlock("div",{key:4,id:l.unique+i+e+"inputf",style:{display:"none"},class:"colon-value"},[(t.openBlock(),t.createBlock(s,{key:l.componentKey,type:"date","pre-val":a.preValDateFormat(e),onAtInput:a.receivedDate},null,8,["pre-val","onAtInput"])),t.createElementVNode("i",{class:"icon-times-square-regular cancel-edit",onClick:t=>a.unsetInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,pC),t.createElementVNode("i",{class:"icon-check-square-regular apply-edit",onClick:t=>a.setInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf","date")},null,8,mC)],8,hC)):t.createCommentVNode("v-if",!0),"string"!=typeof e||/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)||l.copyOfRefData[i]?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:5,id:l.unique+i+e+"display",class:"colon-value",onDblclick:t=>a.displayInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},[t.createTextVNode(t.toDisplayString(e)+" ",1),l.allClosed?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-edit-filled enable-edit",style:{display:"none"},onClick:t=>a.displayInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,AC)):t.createCommentVNode("v-if",!0)],40,gC)),"string"!=typeof e||/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)||l.copyOfRefData[i]?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:6,id:l.unique+i+e+"inputf",style:{display:"none"},class:"colon-value"},[(t.openBlock(),t.createBlock(s,{key:l.componentKey,"pre-val":l.copyOfJsonData[i],onAtInput:t=>a.updateInputValue(t,i,e,"string")},null,8,["pre-val","onAtInput"])),t.createElementVNode("i",{class:"icon-times-square-regular cancel-edit",onClick:t=>a.unsetInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,yC),t.createElementVNode("i",{class:"icon-check-square-regular apply-edit",onClick:t=>a.setInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,bC)],8,fC)),"string"==typeof e&&!/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)&&l.copyOfRefData[i]?(t.openBlock(),t.createElementBlock("div",{key:7,id:l.unique+i+e+"display",class:"colon-value",onDblclick:t=>a.displayInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},[t.createTextVNode(t.toDisplayString(e)+" ",1),l.allClosed?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-edit-filled enable-edit",style:{display:"none"},onClick:t=>a.displayInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,kC)):t.createCommentVNode("v-if",!0)],40,vC)):t.createCommentVNode("v-if",!0),"string"==typeof e&&!/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)&&l.copyOfRefData[i]?(t.openBlock(),t.createElementBlock("div",{key:8,id:l.unique+i+e+"inputf",style:{display:"none"},class:"colon-value"},[(t.openBlock(),t.createBlock(c,{key:l.componentKey,options:l.copyOfRefData[i],onSelectedValue:t=>a.updateInputValue(t,i,e,"select")},null,8,["options","onSelectedValue"])),t.createCommentVNode(' <hlx-input\r\n :key="componentKey"\r\n :pre-val="copyOfJsonData[index]"\r\n @at-input="updateInputValue($event, index, item, \'string\')"\r\n /> '),t.createElementVNode("i",{class:"icon-times-square-regular cancel-edit",onClick:t=>a.unsetInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,EC),t.createElementVNode("i",{class:"icon-check-square-regular apply-edit",onClick:t=>a.setInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,wC)],8,CC)):t.createCommentVNode("v-if",!0),"number"!=typeof e||l.copyOfRefData[i]?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:9,id:l.unique+i+e+"display",class:"colon-value",onDblclick:t=>a.displayInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},[t.createTextVNode(t.toDisplayString(e)+" ",1),l.allClosed?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-edit-filled enable-edit",style:{display:"none"},onClick:t=>a.displayInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,xC)):t.createCommentVNode("v-if",!0)],40,VC)),"number"!=typeof e||l.copyOfRefData[i]?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:10,id:l.unique+i+e+"inputf",style:{display:"none"},class:"colon-value"},[(t.openBlock(),t.createBlock(s,{key:l.componentKey,"pre-val":l.copyOfJsonData[i],type:"number",onAtInput:t=>a.updateInputValue(t,i,e,"number")},null,8,["pre-val","onAtInput"])),t.createElementVNode("i",{class:"icon-times-square-regular cancel-edit",onClick:t=>a.unsetInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,NC),t.createElementVNode("i",{class:"icon-check-square-regular apply-edit",onClick:t=>a.setInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,SC)],8,BC)),"number"==typeof e&&l.copyOfRefData[i]?(t.openBlock(),t.createElementBlock("div",{key:11,id:l.unique+i+e+"display",class:"colon-value",onDblclick:t=>a.displayInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},[t.createTextVNode(t.toDisplayString(e)+" ",1),l.allClosed?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-edit-filled enable-edit",style:{display:"none"},onClick:t=>a.displayInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,IC)):t.createCommentVNode("v-if",!0)],40,_C)):t.createCommentVNode("v-if",!0),"number"==typeof e&&l.copyOfRefData[i]?(t.openBlock(),t.createElementBlock("div",{key:12,id:l.unique+i+e+"inputf",style:{display:"none"},class:"colon-value"},[(t.openBlock(),t.createBlock(c,{key:l.componentKey,options:l.copyOfRefData[i],onSelectedValue:t=>a.updateInputValue(t,i,e,"select")},null,8,["options","onSelectedValue"])),t.createCommentVNode(' <hlx-input\r\n :key="componentKey"\r\n :pre-val="copyOfJsonData[index]"\r\n type="number"\r\n @at-input="updateInputValue($event, index, item, \'number\')"\r\n /> '),t.createElementVNode("i",{class:"icon-times-square-regular cancel-edit",onClick:t=>a.unsetInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,DC),t.createElementVNode("i",{class:"icon-check-square-regular apply-edit",onClick:t=>a.setInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,TC)],8,qC)):t.createCommentVNode("v-if",!0),"boolean"==typeof e?(t.openBlock(),t.createElementBlock("div",{key:13,id:l.unique+i+e+"display",class:"colon-value",onDblclick:t=>a.displayInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},[t.createTextVNode(t.toDisplayString(e)+" ",1),l.allClosed?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-edit-filled enable-edit",style:{display:"none"},onClick:t=>a.displayInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,RC)):t.createCommentVNode("v-if",!0)],40,OC)):t.createCommentVNode("v-if",!0),"boolean"==typeof e?(t.openBlock(),t.createElementBlock("div",{key:14,id:l.unique+i+e+"inputf",style:{display:"none"},class:"colon-value"},[(t.openBlock(),t.createBlock(s,{key:l.componentKey,type:"radio-buttons",position:"horizontal",options:l.copyOfJsonData[i]?a.getTrueOption:a.getFalseOption,onSelected:t=>a.updateInputValue(t,i,e,"boolean")},null,8,["options","onSelected"])),t.createElementVNode("i",{class:"icon-times-square-regular cancel-edit",onClick:t=>a.unsetInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,LC),t.createElementVNode("i",{class:"icon-check-square-regular apply-edit",onClick:t=>a.setInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,UC)],8,MC)):t.createCommentVNode("v-if",!0),void 0===e?(t.openBlock(),t.createElementBlock("div",{key:15,id:l.unique+i+e+"display",class:"colon-value",onDblclick:t=>a.displayInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},[PC,l.allClosed?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-edit-filled enable-edit",style:{display:"none"},onClick:t=>a.displayInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,HC)):t.createCommentVNode("v-if",!0)],40,FC)):t.createCommentVNode("v-if",!0),void 0===e?(t.openBlock(),t.createElementBlock("div",{key:16,id:l.unique+i+e+"inputf",style:{display:"none"},class:"colon-value"},[(t.openBlock(),t.createBlock(s,{key:l.componentKey,"pre-val":"undefined",onAtInput:t=>a.updateInputValue(t,i,e,"string")},null,8,["onAtInput"])),t.createElementVNode("i",{class:"icon-times-square-regular cancel-edit",onClick:t=>a.unsetInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,jC),t.createElementVNode("i",{class:"icon-check-square-regular apply-edit",onClick:t=>a.setInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,QC)],8,KC)):t.createCommentVNode("v-if",!0),null===e?(t.openBlock(),t.createElementBlock("div",{key:17,id:l.unique+i+e+"display",class:"colon-value",onDblclick:t=>a.displayInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},[JC,l.allClosed?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-edit-filled enable-edit",style:{display:"none"},onClick:t=>a.displayInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,XC)):t.createCommentVNode("v-if",!0)],40,zC)):t.createCommentVNode("v-if",!0),null===e?(t.openBlock(),t.createElementBlock("div",{key:18,id:l.unique+i+e+"inputf",style:{display:"none"},class:"colon-value"},[(t.openBlock(),t.createBlock(s,{key:l.componentKey,"pre-val":"null",onAtInput:t=>a.updateInputValue(t,i,e,"string")},null,8,["onAtInput"])),t.createElementVNode("i",{class:"icon-times-square-regular cancel-edit",onClick:t=>a.unsetInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,YC),t.createElementVNode("i",{class:"icon-check-square-regular apply-edit",onClick:t=>a.setInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,GC)],8,WC)):t.createCommentVNode("v-if",!0)])),t.createCommentVNode("----------------------------------------------- Add data mode ---------------------------------------------"),t.createCommentVNode(' <div\r\n v-if="\r\n (type === \'add-data\' && item.type === \'Object\') || item.type === \'Array\'\r\n "\r\n id="obj"\r\n class="db-row"\r\n >\r\n <div\r\n v-if="item.type === \'Object\' || item.type === \'Array\'"\r\n class="array-index-parent"\r\n >\r\n <span v-if="typeof index === \'number\'" class="array-index">{{\r\n index + ": "\r\n }}</span>\r\n <span v-if="typeof index === \'string\'" class="array-string">{{\r\n index + ""\r\n }}</span>\r\n </div>\r\n <div\r\n v-if="item.type === \'Object\' || item.type === \'Array\'"\r\n class="div-with-arrow"\r\n >\r\n <i\r\n v-if="item.type !== \'Array\'"\r\n :class="\r\n showArray[index]\r\n ? \'icon-angle-right-regular\'\r\n : \'icon-angle-down-regular\'\r\n "\r\n @click="showChildFunc(index)"\r\n ></i>\r\n <i\r\n v-if="item.type !== \'Object\'"\r\n :class="\r\n showChild[index]\r\n ? \'icon-angle-right-regular\'\r\n : \'icon-angle-down-regular\'\r\n "\r\n @click="showChildFunc(index)"\r\n ></i>\r\n <hlx-object-viewer\r\n :json-data="item"\r\n :show="item.type === \'Object\' ? showArray[index] : showChild[index]"\r\n :type="\'add-data\'"\r\n @updated-json="updateEmit"\r\n ></hlx-object-viewer>\r\n </div>\r\n </div>\r\n <div\r\n v-if="\r\n item.type === \'String\' ||\r\n item.type === \'Integer\' ||\r\n item.type === \'Boolean\' ||\r\n item.type === \'Date\'\r\n "\r\n id="other"\r\n class="db-row"\r\n >\r\n <div\r\n v-if="\r\n item.type === \'String\' ||\r\n item.type === \'Integer\' ||\r\n item.type === \'Boolean\' ||\r\n item.type === \'Date\'\r\n "\r\n class="colon-key"\r\n >\r\n {{ index }}\r\n </div>\r\n <div v-if="item.type === \'String\'" class="colon-value">\r\n <hlx-input></hlx-input>\r\n </div>\r\n <div v-if="item.type === \'Integer\'" class="colon-value">\r\n <hlx-input></hlx-input>\r\n </div>\r\n <div v-if="item.type === \'Boolean\'" class="colon-value">\r\n <hlx-input></hlx-input>\r\n </div>\r\n <div v-if="item.type === \'Date\'" class="colon-value">\r\n <hlx-input></hlx-input>\r\n </div>\r\n </div> '),t.createCommentVNode("----------------------------------------------- add-data-from-schema mode ---------------------------------------------"),"add-data-from-schema"===n.type&&"object"==typeof e&&null!=e?(t.openBlock(),t.createElementBlock("div",ZC,["object"==typeof e&&null!=e?(t.openBlock(),t.createElementBlock("div",$C,["number"==typeof i?(t.openBlock(),t.createElementBlock("span",eE,[t.createElementVNode("span",{onClick:e=>a.deleteItemFromArray(i)},[t.createElementVNode("i",{style:t.normalizeStyle([0===i?"color: transparent; cursor: default":"color: #ff5050;",{"margin-right":"0.5rem"}]),class:"icon-trash-filled"},null,4)],8,tE),t.createElementVNode("span",{onClick:e=>a.addItemToArray(i)},nE,8,iE),t.createTextVNode(t.toDisplayString(i+": "),1)])):t.createCommentVNode("v-if",!0),"string"==typeof i?(t.openBlock(),t.createElementBlock("span",oE,t.toDisplayString(i),1)):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0),"object"==typeof e&&null!=e?(t.openBlock(),t.createElementBlock("div",lE,[Array.isArray(l.copyOfJsonData)?(t.openBlock(),t.createElementBlock("i",{key:0,class:t.normalizeClass(l.showArray[i]?"icon-angle-right-regular":"icon-angle-down-regular"),onClick:e=>a.showChildFunc(i)},null,10,aE)):(t.openBlock(),t.createElementBlock("i",{key:1,class:t.normalizeClass(l.showChild[i]?"icon-angle-right-regular":"icon-angle-down-regular"),onClick:e=>a.showChildFunc(i)},null,10,rE)),t.createVNode(r,{"json-data":e,show:Array.isArray(l.copyOfJsonData)?l.showArray[i]:l.showChild[i],type:"add-data-from-schema","ref-data":l.copyOfRefData,"all-closed-prop":l.allClosed,onAllClosedEmit:a.getAllClosedEmit,onUpdatedJson:a.updateEmit},null,8,["json-data","show","ref-data","all-closed-prop","onAllClosedEmit","onUpdatedJson"])])):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0),"add-data-from-schema"!==n.type||"boolean"!=typeof e&&"string"!=typeof e&&null!=e&&"number"!=typeof e?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",sE,[t.createCommentVNode(" Keys of objects with type other than object "),"boolean"==typeof e||"string"==typeof e||"number"==typeof e||null==e?(t.openBlock(),t.createElementBlock("div",cE,t.toDisplayString(i),1)):t.createCommentVNode("v-if",!0),t.createCommentVNode(" Values of objects with type other than object "),"string"==typeof e&&/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)&&l.copyOfRefData[i]&&"{"!==e.charAt(0)&&"["!==e.charAt(0)?(t.openBlock(),t.createElementBlock("div",{key:1,id:l.unique+i+e+"display",class:"colon-value",onDblclick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},[t.createTextVNode(t.toDisplayString(a.formatDate(e))+" ",1),l.allClosed?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-edit-filled enable-edit",style:{display:"none"},onClick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,uE)):t.createCommentVNode("v-if",!0)],40,dE)):t.createCommentVNode("v-if",!0),"string"==typeof e&&/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)&&l.copyOfRefData[i]&&"{"!==e.charAt(0)&&"["!==e.charAt(0)?(t.openBlock(),t.createElementBlock("div",{key:2,id:l.unique+i+e+"inputf",style:{display:"none"},class:"colon-value"},[(t.openBlock(),t.createBlock(c,{key:l.componentKey,options:l.copyOfRefData[i],onSelectedValue:t=>a.updateInputValue(t,i,e,"select")},null,8,["options","onSelectedValue"])),t.createCommentVNode(' <hlx-input\r\n :key="componentKey"\r\n :type="\'date\'"\r\n :pre-val="preValDateFormat(item)"\r\n @at-input="receivedDate"\r\n /> '),t.createElementVNode("i",{class:"icon-times-square-regular cancel-edit",onClick:t=>a.unsetInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,pE),t.createElementVNode("i",{class:"icon-check-square-regular apply-edit",onClick:t=>a.setInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf","date")},null,8,mE)],8,hE)):t.createCommentVNode("v-if",!0),"string"==typeof e&&/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)&&!l.copyOfRefData[i]&&"{"!==e.charAt(0)&&"["!==e.charAt(0)?(t.openBlock(),t.createElementBlock("div",{key:3,id:l.unique+i+e+"display",class:"colon-value",onDblclick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},[t.createTextVNode(t.toDisplayString(a.formatDate(e))+" ",1),l.allClosed?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-edit-filled enable-edit",style:{display:"none"},onClick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,AE)):t.createCommentVNode("v-if",!0)],40,gE)):t.createCommentVNode("v-if",!0),"string"==typeof e&&/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)&&!l.copyOfRefData[i]&&"{"!==e.charAt(0)&&"["!==e.charAt(0)?(t.openBlock(),t.createElementBlock("div",{key:4,id:l.unique+i+e+"inputf",style:{display:"none"},class:"colon-value"},[(t.openBlock(),t.createBlock(s,{key:l.componentKey,type:"date","pre-val":a.preValDateFormat(e),onAtInput:a.receivedDate},null,8,["pre-val","onAtInput"])),t.createElementVNode("i",{class:"icon-times-square-regular cancel-edit",onClick:t=>a.unsetInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,yE),t.createElementVNode("i",{class:"icon-check-square-regular apply-edit",onClick:t=>a.setInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf","date")},null,8,bE)],8,fE)):t.createCommentVNode("v-if",!0),"string"!=typeof e||/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)||l.copyOfRefData[i]||"{"===e.charAt(0)||"["===e.charAt(0)?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:5,id:l.unique+i+e+"display",class:"colon-value",onDblclick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},[t.createTextVNode(t.toDisplayString(e)+" ",1),l.allClosed?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-edit-filled enable-edit",style:{display:"none"},onClick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,kE)):t.createCommentVNode("v-if",!0)],40,vE)),"string"!=typeof e||/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)||l.copyOfRefData[i]||"{"===e.charAt(0)||"["===e.charAt(0)?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:6,id:l.unique+i+e+"inputf",style:{display:"none"},class:"colon-value"},[(t.openBlock(),t.createBlock(s,{key:l.componentKey,"pre-val":"(empty)"===l.copyOfJsonData[i]?"":l.copyOfJsonData[i],onAtInput:t=>a.updateInputValue(t,i,e,"string")},null,8,["pre-val","onAtInput"])),t.createElementVNode("i",{class:"icon-times-square-regular cancel-edit",onClick:t=>a.unsetInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,EE),t.createElementVNode("i",{class:"icon-check-square-regular apply-edit",onClick:t=>a.setInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,wE)],8,CE)),"string"==typeof e&&!/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)&&l.copyOfRefData[i]&&"{"!==e.charAt(0)&&"["!==e.charAt(0)?(t.openBlock(),t.createElementBlock("div",{key:7,id:l.unique+i+e+"display",class:"colon-value",onDblclick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},[t.createTextVNode(t.toDisplayString(e)+" ",1),l.allClosed?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-edit-filled enable-edit",style:{display:"none"},onClick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,xE)):t.createCommentVNode("v-if",!0)],40,VE)):t.createCommentVNode("v-if",!0),"string"==typeof e&&!/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)&&l.copyOfRefData[i]&&"{"!==e.charAt(0)&&"["!==e.charAt(0)?(t.openBlock(),t.createElementBlock("div",{key:8,id:l.unique+i+e+"inputf",style:{display:"none"},class:"colon-value"},[(t.openBlock(),t.createBlock(c,{key:l.componentKey,options:l.copyOfRefData[i],onSelectedValue:t=>a.updateInputValue(t,i,e,"select")},null,8,["options","onSelectedValue"])),t.createCommentVNode(' <hlx-input\r\n :key="componentKey"\r\n :pre-val="copyOfJsonData[index]"\r\n @at-input="updateInputValue($event, index, item, \'string\')"\r\n /> '),t.createElementVNode("i",{class:"icon-times-square-regular cancel-edit",onClick:t=>a.unsetInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,NE),t.createElementVNode("i",{class:"icon-check-square-regular apply-edit",onClick:t=>a.setInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,SE)],8,BE)):t.createCommentVNode("v-if",!0),"string"!=typeof e||/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)||"{"!==e.charAt(0)||"["===e.charAt(0)?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:9,id:l.unique+i+e+"display",class:"colon-value",style:{"align-items":"flex-start"},onDblclick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},["{ }"!==e?(t.openBlock(),t.createElementBlock("div",IE,[t.createVNode(r,{"json-data":a.convertToObject(e)},null,8,["json-data"]),t.createCommentVNode(' <span v-for="(obj, val) in convertToObject(item)" :key="val">\r\n <div id="other2" class="db-row2">\r\n <span\r\n class="colon-key2"\r\n style="width: 80px !important; margin-right: 20px"\r\n >{{ val }}{{ ":" }}</span\r\n >\r\n <span class="colon-value2">{{ obj }}</span>\r\n </div>\r\n </span> ')])):(t.openBlock(),t.createElementBlock("div",qE,t.toDisplayString(e),1)),l.allClosed?(t.openBlock(),t.createElementBlock("i",{key:2,class:"icon-edit-filled enable-edit",style:{display:"none","margin-top":"4px"},onClick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,DE)):t.createCommentVNode("v-if",!0)],40,_E)),"string"!=typeof e||/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)||"{"!==e.charAt(0)||"["===e.charAt(0)?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:10,id:l.unique+i+e+"inputf",style:{display:"none"},class:"colon-value"},[(t.openBlock(),t.createBlock(c,{key:l.componentKey,options:l.copyOfRefData[i],onSelectedValue:t=>a.updateInputValue(t,i,e,"select")},null,8,["options","onSelectedValue"])),t.createCommentVNode(' <hlx-input\r\n :key="componentKey"\r\n :pre-val="copyOfJsonData[index]"\r\n @at-input="updateInputValue($event, index, item, \'string\')"\r\n /> '),t.createElementVNode("i",{class:"icon-times-square-regular cancel-edit",onClick:t=>a.unsetInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,OE),t.createElementVNode("i",{class:"icon-check-square-regular apply-edit",onClick:t=>a.setInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,RE)],8,TE)),"string"!=typeof e||/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)||"{"===e.charAt(0)||"["!==e.charAt(0)?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:11,id:l.unique+i+e+"display",class:"colon-value",style:{"align-items":"flex-start"},onDblclick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},["[ ]"!==e?(t.openBlock(),t.createElementBlock("div",LE,[t.createVNode(r,{"json-data":a.convertToObject(e)},null,8,["json-data"]),t.createCommentVNode(' <span v-for="(obj, val) in convertToObject(item)" :key="val">\r\n <div id="other2" class="db-row2">\r\n <span\r\n class="colon-key2"\r\n style="width: 80px !important; margin-right: 20px"\r\n >{{ val }}{{ ":" }}</span\r\n >\r\n <span class="colon-value2">{{ obj }}</span>\r\n </div>\r\n </span> ')])):(t.openBlock(),t.createElementBlock("div",UE,t.toDisplayString(e),1)),l.allClosed?(t.openBlock(),t.createElementBlock("i",{key:2,class:"icon-edit-filled enable-edit",style:{display:"none","margin-top":"4px"},onClick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,FE)):t.createCommentVNode("v-if",!0)],40,ME)),"string"!=typeof e||/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}[+-]\d{2}:\d{2}$/.test(e)||"{"===e.charAt(0)||"["!==e.charAt(0)?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:12,id:l.unique+i+e+"inputf",style:{display:"none"},class:"colon-value"},[(t.openBlock(),t.createBlock(c,{key:l.componentKey,options:l.copyOfRefData[i],onSelectedValue:t=>a.updateInputValue(t,i,e,"select")},null,8,["options","onSelectedValue"])),t.createCommentVNode(' <hlx-input\r\n :key="componentKey"\r\n :pre-val="copyOfJsonData[index]"\r\n @at-input="updateInputValue($event, index, item, \'string\')"\r\n /> '),t.createElementVNode("i",{class:"icon-times-square-regular cancel-edit",onClick:t=>a.unsetInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,HE),t.createElementVNode("i",{class:"icon-check-square-regular apply-edit",onClick:t=>a.setInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,KE)],8,PE)),"number"!=typeof e||l.copyOfRefData[i]?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:13,id:l.unique+i+e+"display",class:"colon-value",onDblclick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},[t.createTextVNode(t.toDisplayString(e)+" ",1),l.allClosed?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-edit-filled enable-edit",style:{display:"none"},onClick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,QE)):t.createCommentVNode("v-if",!0)],40,jE)),"number"!=typeof e||l.copyOfRefData[i]?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:14,id:l.unique+i+e+"inputf",style:{display:"none"},class:"colon-value"},[(t.openBlock(),t.createBlock(s,{key:l.componentKey,"pre-val":l.copyOfJsonData[i],type:"number",onAtInput:t=>a.updateInputValue(t,i,e,"number")},null,8,["pre-val","onAtInput"])),t.createElementVNode("i",{class:"icon-times-square-regular cancel-edit",onClick:t=>a.unsetInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,JE),t.createElementVNode("i",{class:"icon-check-square-regular apply-edit",onClick:t=>a.setInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,XE)],8,zE)),"number"==typeof e&&l.copyOfRefData[i]?(t.openBlock(),t.createElementBlock("div",{key:15,id:l.unique+i+e+"display",class:"colon-value",onDblclick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},[t.createTextVNode(t.toDisplayString(e)+" ",1),l.allClosed?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-edit-filled enable-edit",style:{display:"none"},onClick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,YE)):t.createCommentVNode("v-if",!0)],40,WE)):t.createCommentVNode("v-if",!0),"number"==typeof e&&l.copyOfRefData[i]?(t.openBlock(),t.createElementBlock("div",{key:16,id:l.unique+i+e+"inputf",style:{display:"none"},class:"colon-value"},[(t.openBlock(),t.createBlock(c,{key:l.componentKey,options:l.copyOfRefData[i],onSelectedValue:t=>a.updateInputValue(t,i,e,"select")},null,8,["options","onSelectedValue"])),t.createCommentVNode(' <hlx-input\r\n :key="componentKey"\r\n :pre-val="copyOfJsonData[index]"\r\n type="number"\r\n @at-input="updateInputValue($event, index, item, \'number\')"\r\n /> '),t.createElementVNode("i",{class:"icon-times-square-regular cancel-edit",onClick:t=>a.unsetInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,ZE),t.createElementVNode("i",{class:"icon-check-square-regular apply-edit",onClick:t=>a.setInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,$E)],8,GE)):t.createCommentVNode("v-if",!0),"boolean"==typeof e?(t.openBlock(),t.createElementBlock("div",{key:17,id:l.unique+i+e+"display",class:"colon-value",onDblclick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},[t.createTextVNode(t.toDisplayString(e)+" ",1),l.allClosed?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-edit-filled enable-edit",style:{display:"none"},onClick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,tw)):t.createCommentVNode("v-if",!0)],40,ew)):t.createCommentVNode("v-if",!0),"boolean"==typeof e?(t.openBlock(),t.createElementBlock("div",{key:18,id:l.unique+i+e+"inputf",style:{display:"none"},class:"colon-value"},[(t.openBlock(),t.createBlock(s,{key:l.componentKey,type:"radio-buttons",position:"horizontal",options:l.copyOfJsonData[i]?a.getTrueOption:a.getFalseOption,onSelected:t=>a.updateInputValue(t,i,e,"boolean")},null,8,["options","onSelected"])),t.createElementVNode("i",{class:"icon-times-square-regular cancel-edit",onClick:t=>a.unsetInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,nw),t.createElementVNode("i",{class:"icon-check-square-regular apply-edit",onClick:t=>a.setInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,ow)],8,iw)):t.createCommentVNode("v-if",!0),void 0===e?(t.openBlock(),t.createElementBlock("div",{key:19,id:l.unique+i+e+"display",class:"colon-value",onDblclick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},[aw,l.allClosed?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-edit-filled enable-edit",style:{display:"none"},onClick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,rw)):t.createCommentVNode("v-if",!0)],40,lw)):t.createCommentVNode("v-if",!0),void 0===e?(t.openBlock(),t.createElementBlock("div",{key:20,id:l.unique+i+e+"inputf",style:{display:"none"},class:"colon-value"},[(t.openBlock(),t.createBlock(s,{key:l.componentKey,"pre-val":"undefined",onAtInput:t=>a.updateInputValue(t,i,e,"string")},null,8,["onAtInput"])),t.createElementVNode("i",{class:"icon-times-square-regular cancel-edit",onClick:t=>a.unsetInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,cw),t.createElementVNode("i",{class:"icon-check-square-regular apply-edit",onClick:t=>a.setInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,dw)],8,sw)):t.createCommentVNode("v-if",!0),null===e?(t.openBlock(),t.createElementBlock("div",{key:21,id:l.unique+i+e+"display",class:"colon-value",onDblclick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},[hw,l.allClosed?(t.openBlock(),t.createElementBlock("i",{key:0,class:"icon-edit-filled enable-edit",style:{display:"none"},onClick:t=>a.displayAddDataInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,pw)):t.createCommentVNode("v-if",!0)],40,uw)):t.createCommentVNode("v-if",!0),null===e?(t.openBlock(),t.createElementBlock("div",{key:22,id:l.unique+i+e+"inputf",style:{display:"none"},class:"colon-value"},[(t.openBlock(),t.createBlock(s,{key:l.componentKey,"pre-val":"null",onAtInput:t=>a.updateInputValue(t,i,e,"string")},null,8,["onAtInput"])),t.createElementVNode("i",{class:"icon-times-square-regular cancel-edit",onClick:t=>a.unsetInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,gw),t.createElementVNode("i",{class:"icon-check-square-regular apply-edit",onClick:t=>a.setInput(i,l.unique+i+e+"display",l.unique+i+e+"inputf")},null,8,Aw)],8,mw)):t.createCommentVNode("v-if",!0)]))],2)))),128)},Qv.__file="src/components/ObjectViewerComponent.vue";var fw={name:"HlxSidebar",props:{navItems:{type:Array,default:()=>[]},lang:{type:String,default:"en-US"},title:{type:String,default:"Title"},iLogo:{type:String,default:"logo"},collapsible:{type:Boolean,default:!1},collapse:{type:Boolean,default:!1},collapseOnly:{type:Boolean,default:!1},expandOnly:{type:Boolean,default:!1},configNavs:{type:Array,default:()=>["default"]}},emits:["navTo","goToHome"],data:()=>({currentIndex:null,is_extended:!0,navList:[],collapseState:!1}),computed:{comuptedCollapse(){return this.collapse},computedCollapsible(){return this.collapsible},navListItems(){return this.navItems.map(((e,t)=>(t!==this.currentIndex&&(e.active=!1),e)))}},watch:{collapse:{handler(e){this.collapseState=1==e},immediate:!0},collapsible:{handler(){0==this.collapseOnly&&this.expandOnly},immediate:!0}},mounted(){let e=0;this.navList=this.navItems.map((t=>(t.active&&0==e?e=1:t.active&&1==e&&(t.active=!1),t)))},created(){this.$watch("collapse",(()=>{}))},methods:{bylingualName(e){switch(this.lang.toLowerCase()){case"en-us":return e.label;case"en-fr":return e.label_fr||e.label}},toggleCollapse(){this.collapseState=!this.collapseState},navTo(e,t,i){let n=i.target;this.$refs["nav-link"];this.$refs["nav-link"].filter((e=>{e.classList.remove("active")})),n="I"==n.tagName||"SPAN"==n.tagName?n.parentElement.classList.add("active"):"LI"==n.tagName?n.classList.children[0].add("active"):n.classList.add("active"),this.navList=this.navList.map(((e,i)=>(e.active=i==t,e))),this.$emit("navTo",e)},goToHome(){this.$emit("goToHome")}}};const yw=["id"],bw={class:"nav_brand"},vw={class:"nav"},kw={class:"nav-items"},Cw=["onClick"],Ew=["aria-label"],ww={class:"nav_name shrink"};fw.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock("div",{id:"navbar-"+Math.floor(1e3*Math.random()),class:t.normalizeClass(["hlx-sidebar-container",{"collapse-shrink":l.collapseState,collapsible:n.collapsible}])},[t.createElementVNode("div",bw,[t.createElementVNode("div",{class:"toggler",onClick:i[0]||(i[0]=e=>a.toggleCollapse("navbar"))},[t.createElementVNode("i",{id:"nav-toggle",name:"menu-outline",class:t.normalizeClass(l.collapseState?"icon-angle-right-regular":"icon-angle-left-regular")},null,2)]),t.createElementVNode("div",{class:t.normalizeClass(["logo-container",l.collapseState?"collapsed":"extended"]),onClick:i[1]||(i[1]=(...e)=>a.goToHome&&a.goToHome(...e))},[t.createCommentVNode(' <i class="nav_logo" :class="iLogo"></i> '),0==l.collapseState?t.renderSlot(e.$slots,"expand",{key:0}):1==l.collapseState?t.renderSlot(e.$slots,"collapse",{key:1}):t.createCommentVNode("v-if",!0),t.createCommentVNode(' <i name="logo-only" class="icon-hamburger-menu" v-else-if="this.collapseState == true"></i> '),t.createCommentVNode(' <span class="shrink">{{ title }}</span> ')],2)]),t.createElementVNode("nav",vw,[t.createElementVNode("ul",kw,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.navList,((e,i)=>(t.openBlock(),t.createElementBlock("li",{key:e.name,class:t.normalizeClass(1==e.separator?"separator":(e.separator,"")),onClick:t=>a.navTo(e,i,t)},[t.createElementVNode("a",{ref_for:!0,ref:"nav-link",href:"#","aria-label":a.bylingualName(e),class:t.normalizeClass(["nav_link",{active:e.active}])},[t.createElementVNode("i",{name:"home-outline",class:t.normalizeClass(e.icon)},null,2),t.createElementVNode("span",ww,t.toDisplayString(a.bylingualName(e)),1)],10,Ew)],10,Cw)))),128))])])],10,yw)},fw.__file="src/components/SideBar.vue";var Vw={components:{InputComponent:_u}};const xw={class:"right-container-signup"},Bw={class:"login-form"},Nw=t.createElementVNode("div",{class:"sign-in-text"},[t.createElementVNode("h2",null,"Sign up")],-1),Sw={style:{"margin-bottom":"20px"}},_w={style:{"margin-bottom":"20px"}},Iw={style:{"margin-bottom":"20px"}},qw={style:{"margin-bottom":"20px"}},Dw={style:{"margin-bottom":"20px"}},Tw={class:"create-password",style:{"margin-bottom":"20px"}},Ow={class:"confirm-password",style:{"margin-bottom":"20px"}},Rw=t.createElementVNode("button",{type:"submit"},"Create account",-1);Vw.render=function(e,i,n,o,l,a){const r=t.resolveComponent("InputComponent");return t.openBlock(),t.createElementBlock("div",xw,[t.createElementVNode("form",Bw,[Nw,t.createElementVNode("div",Sw,[t.createVNode(r,{"label-animation":!0,"label-value":"First name",type:"text",clearable:!0,style:{height:"20px"}})]),t.createElementVNode("div",_w,[t.createVNode(r,{"label-animation":!0,"label-value":"Middle name",type:"text",clearable:!0})]),t.createElementVNode("div",Iw,[t.createVNode(r,{"label-animation":!0,"label-value":"Last name",type:"text",clearable:!0})]),t.createElementVNode("div",qw,[t.createVNode(r,{"label-animation":!0,"label-value":"Phone Number",type:"text",clearable:!0})]),t.createElementVNode("div",Dw,[t.createVNode(r,{"label-animation":!0,"label-value":"Email",type:"email",clearable:!0})]),t.createElementVNode("div",Tw,[t.createVNode(r,{"label-animation":!0,"label-value":"Create password",type:"password",clearable:!0})]),t.createElementVNode("div",Ow,[t.createVNode(r,{"label-animation":!0,"label-value":"Confirm password",type:"confirmpassword",clearable:!0})]),Rw])])},Vw.__file="src/components/SignupForm.vue";var Mw={name:"HlxSignup",components:{signupForm:Vw}};const Lw={class:"hlx-signup-container"},Uw=t.createStaticVNode("<div class=\"hlx-signup-left-container\" data-v-5a743376><div class=\"left-sec\" data-v-5a743376><div class=\"header-logo\" data-v-5a743376><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhQAAAC6CAYAAAD289RSAAAABHNCSVQICAgIfAhkiAAAIABJREFUeF7tfQmcHEW9f/fM7JnNbo7N7iYBSUAQBUSOh39F5BLxgcqNiHJGiCAgNwgCC3LKGcQjYCAQQOUIRH3KU04Vn++BHPqQJwgJSpI9kuwm2d3sMdP9/31ne5KZ3qru6u7q2dmZX30+RZbp7jq+Vd31rd9VpsGJEWAEGAFGgBFgBBiBiAiYEZ/nxxkBRoARYAQYAUaAETCYUPAkYAQYAUaAEWAEGIHICDChiAwhF8AIMAKMACPACDACTCh4DjACjAAjwAgwAoxAZASYUESGkAtgBBgBRoARYAQYASYUPAcYAUaAEWAEGAFGIDICTCgiQ8gFMAKMACPACDACjAATCp4DjAAjwAgwAowAIxAZASYUkSHkAhgBRoARYAQYAUaACQXPAUaAEWAEGAFGgBGIjAATisgQcgGMACPACDACjAAjwISC5wAjwAgwAowAI8AIREaACUVkCLkARoARYAQYAUaAEWBCMUHngH3/5OkjjQ1zrIzRbCQSVVZ6ZK2VNt5tOL6rc4J2iZvNCDACjAAjMIERYEIxQQbPXmhUpWfM3jNt2webpvkF0zY/bBtmXbb59mgnbNseShj2/2YM40E7PfTIpC+vWTVBusfNZAQYAUaAEZjgCDChKPEB7HigddLUycmDbDtxKzV1rmGbo2PmkIhRIuF0Iu83+nHQsDKnv7Fh9U/3nG+MlHg3uXmMACPACDACExwBJhQlPIBDS1t3NszUUts2tyMCkTFN+7WMZfwxZdj/sBPGJNMy52Rs87N0bY5hmiSccBEL27aIbvy47riV80u4m9w0RoARYAQYgTJAgAlFCQ6i/ZyRGuqdfadhGScaCeOphJW+pSoz/KZxbM8GGrB8OYRhtxuJgV2aW6tGUgelzdRNpmG2bZFgkFLEtjOWbdxVf/zKc0uwq9wkRoARYAQYgTJBgAlFiQ3kBjK2rGlsfICkEnNsY+Ts2iM6nyMlRwGJkDW57+GW1qRZdSNJK07eYleRVYoMGiMjB9Sf1PVfJdZdbg4jwAgwAoxAmSDAhKKEBtJ+eFbzUG3iZ0QGzHVr3v/8rPnGQNDmvdFuVM/dcebDhp04stDewlpeV7VqR/NYYzhomXw/I8AIMAKMACPghwATCj+EinTdfsSoHkrOfoyqm12TWbkXLfzkrBEukTjD3PTwrOVEKrbJlgD5hmlnksnBXWqOW/tmuFL5KUaAEWAEGAFGQI4AE4oSmR0Dj291Z8IwTzcGB3ep/Ur321GbNfDQrLNI9XFnVkqRVZiQL4iduaX+hI6Lo5bNzzMCjAAjwAgwAm4EmFCUwJwYfrx5d8uo/YNl2ffVH7PyGzqatGqhUT9l0uzlJJpoydlTmLb1f7W1q3aOIv3Q0TYugxFgBBgBRqD8EGBCMc5jmvXoWDf7LyRJ2D5tDO/RcHTXX3Q1qX/JrF+bRuJzjnwCHh8DdemhNnPemo266tBYToLKOpTyZyijfU9Q/rPG8nUVNZsKOp7ytk77fua0V1f5E7GcPajRh1GeTPk5yj+PsROYH5+lTC7RxlOUn4+xLi6aEWAEAiDAhCIAWHHcOvjYzIMNI/kfpJL4Xc1RKw9U9ehQacumB2ddaVuJq0c1Htn/ZKxMZubkUzu6VZ4v4j1Jquteyifm1YkF41LKNxexHX5VHUA3POksnLl736A/DqRcqSHPz6G+L3ABt4z+/3A/MANeT9H9d1JGTBWQTyTYGaHuiyhjvnBiBBiBcUSACcU4gm/fadQMzdrqTXIRnUtRLefVfWkVFlXP1L+keWYiVfUZ+nzuYJqZ39Ue3/U0PSB0K+2/v/XzFBjr53l2FJa1KT1z8hmdXX71FPk6drdYqN1pE/0wg3J/kdsjq+4lurCn4OIS+i2fDJVIc2NvxgeohvcEtWA+7k/5BY0t2J3KEkms0vQ72rFaY11cFCPACIRAgAlFCNB0PTL0WNtOll31v6ADViKz+6SjV73qVXb/ouZZZl3160QQGmjgKF6VUWda1rfrTlh9vei5ofum75hO1FL5JiQABj0zODjU3zZtfs96XX3QVA7Cip8vKevL9PtPNdUTpZgaehhuvLndcX5ZGDcseJWWZEQQOEAVdJxGQL5OZf1QUt4X6PdfaqyLi2IEGIEQCDChCAGarkcGfjr7fDOBMzrsdCY9vJXXSaE9902ZUlMz6R3bsjvrE+n9jdTI4KaR2kXkGnp4XWJktik4ZXTgnmlb2VX171J7q0BayN3j3br3Vn7IbDewqyultJAac7qkQTBS/UEJNLaZ2iBTFf2Nru1UAm0sdhNA9h6WVApbCqiIdKXLqKDrJIXNo999pXu6GsLlMAKMgBgBJhTjNDOwvg8+Mvv3tOHdmzw6+2p7rVZz/ippIKtND82aRx6g95AVxNcnnbD6bjR74P62vYxE6r8Nc+QT9V/t/JO7K90Lm2fW19SuIDJRjWt0tMfDDaeu+so4ddmrWiYUJTgoCk1iQqEAEt/CCFQKAkwoxmmk1z44rbG+qv6fxCuaaKlf++6b78/aqV0exXLgobZLyHjzBlJ0/LTunVUnGu1GZtMDbaQmSN1imMN715/Q9Ud3Vzbc3bxDMlVDRoMmGbSRpYZtHVM/b/Xj49RlJhQlCHzEJjGhiAggP84IlBMCTCjGaTQ3PTLrA6SueIekB3R4qLGhdvD9VvMUY1DWnN7FLdtVV1W/QbygmtQeT5u2sY4CVx2Do8tta3h2wyndHe5n++5rOcg0qv6Tzhw1E6Yx3N8/NHfG2WtWjVOXmVCUIPARm8SEIiKA/DgjUE4IMKEYp9EcepgMMhOpv+LcDoTFzmwiGwoBKchv3sbFbcemkql7LJxKbpjw+Ydl5hOTT1p5lKgbfYtmX0C/34JrpO7o+Of7q7fxkoKMExSollUe4wh+hKqZUEQAjx9lBMoNASYU4zSiQw9P39Eya98gPpH1GjCt9AF1X+mAIZtn6l7UPLmhKvlvlp36LZGRlV0rVu4wt10s2dj445mPmWbiKGITNjGPCxtOX32bX/njdJ0JxTgBH7FaJhQRAeTHGYFyQoAJxTiN5sZ722Yk65L/IpdOuCNCb/HLurdXHUYeGL4BevoWz7opYZpfHrGGD2w6RXzuxyPHGMlDPjvzbeIrc6nw7u73V31ARjzGCYL8aplQlMAghGgCE4oQoPEjjEC5IsCEYpxGlk4XTW5Kz36JCMVuWQkFMQrLMtrr31l5nRepGLi35ZN2IvVDuv1rk07pQKAlYer9UctBqVTq11RygoJm3ddwegdc60o1MaEo1ZHxbhcTiok5btxqRiAWBJhQxAKrWqH9D878umkk84L1kG7CNp5KmOlbzbS9Yig92DM0VDM8o2Gwps+e1Ja0kwcT8zjBstMnNpzS+VevWvrunvUMGW0eQAWuS9jDO0+av6aUIwkyoVCbMqV2FxOKUhsRbg8jMI4IMKEYR/A3PDy5ucpu/AeRiMZseGxK8NpwEh03nv0/i2wlEk5w7T8PDQ8c5Bfpcv1tjdNSkxv+SQ/XGxnr1oavd+Csg0jJbqc2vEEU5dHs+Qm6ExMK3YgWpzwmFMXBmWthBCYEAkwoxnmY7Eda5w4Opf5KxpmTNpOJHKnY/K+9nkJsn1L3r9XL/GwssPD3zZr5DLmO7EskpWPYWPnhafONUKG27fYZDZumJg/JmMaXDMvcxTaNatMy/m5khs6bfOE6RIfUlZhQ6EKyuOUwoSgu3lwbI1DSCDChKIHhGbh/+mzLqDmBSMBhNCBbU5MaiUsQibBftE1rSb09+KJ5Sm+vSlP7FzbvbpvVL0OikbDsY+rPCBbIquf2KVOqU7Xnkj3HEdSe7YhE1G85XCwnQbH7Dcu6rvGCzhtU2qRwDxMKBZBK8BYmFCU4KNwkRmC8EGBCMV7IS+q1F9K5G1Mp2NXfjJGgZ270/qBpajJZ/3vTSOxEC/6SSZ2rT1UtY8OClk8mzOSZxENw0NLknApm8zmmCKCFNjtSE9LH9KdGRnaYdImWQFlMKEpsHio2hwmFIlB8GyNQCQgwoSijUe5b2HYThee+iEwvVlkDfR9tOn/DOq/u2eRa2veptk+TFOICkkZ8jjxC6FRS2zJJVUJlLCcbjiH6DceHf5hUMojoOZpG/6VQ3pmfTr6w83gNEDKhCA9iPT1aRxnv8jDlPsq+rsfhqyt4kgnFWCAxFsiIL0PvT3Y8tlhGaQKei2EEShEBJhQxjApcQvv62qZV1480jwymZiWTiTZap2szRmI4aaeXj1jWGjOZWtdQ29lrHis/vyNI0/oXth1q24knaeHvS9qDO9efsXal7HkQif59WnYmW8+7yMySDicjg1CbPn6m/XImY7U3nddJNhhbPoI9tzXvmzCqfkVEA4tX3hV7w+QPrJ5GfYhqqMmEwn+wa+mWFspzKB9KeR/KH6U8yfUoSAU8gP6TMs5teZ8yTkmNY1GrdEIB7GdR3psyJHufcsYof0gQTv81yv9BGUes/4vyWv/hVr7jM3TnhZQ/RvkFyt+m/Lby09Fv/LBTJ9rxFuUbnbnnd6LxVnTfdygfRBnu77QZMv47pnma6+VH6I+LKR9C+b8oX+WMTXQUuIQsAkwoNE4EMqo0Bx6e9cWEbV5Lf25H33AcG067/tEEo0ss1IhbSX+N4FAwM2M/aY5surlufg8dFBYudd9kTK5rmv13Kr7ZTqePbDyrEx8uYcK9tXWtD5Aw4lBqW9Vou6zlyUz62PoNa16RGX323jrjmISR+lmBKoREFG+9tbpuz7sN6kukxIRCDh8kRNdTPoYydr4YM9X3FiQCC9ozlE+hvCbSKI19uFIJBYLRYTE8gzKIHt5xlTGB5Ajj8RtnPJTsojzG7GS69mOn/txtWMh3oLxc81iLiptJP4JENORdRB+/Rvk+j/qn0bUVlLPHBzgJmxJgenVM7T6Oyr2fcvbkZSeBfIOY/09MdVZcsSovQcWBEqbDfUtmfjOZSJxLZGEb+raM4pqzNxjjteHUgN/NLL0gRwpjOUW2+oVhZ77bcFpXp2obwFH6fjTrFTosbOeMZc1r+kbHA6Jnyfsj1d/cdj0pNObRp29qtm228ZeRTPrs9Ru6X/KLoklSjeoNH5+5jlQjkzb3y7I3Ns5dPZUlFGTxYhg7qY6Zwn10OqzxDcrzKWNx2ExKFZ6V3bKRLvyIMnZoulKlEQq813dRRr+nRgRxgJ7/LeWvUO4PURbIJQ4EbBQ8+7/0G6RXcUil8quDRGEvQf1+7wOkGHR68piE9h5O+ech8PB6BG0E1iKsIDn6vOb6KrY4JhQRh75/SfPMRKJ6CR0Ovn82KiVSHoHIN2R0X9vy/45Rwug/6+ncjaXW0PCNjWetAfuXJvs+o3bj4MylCTNxYIYiZzadsXqJ++asG+nUtqONpHkNtWsHh0i8Zpjp619e1/3k/u2Gn2hytJmkJtm418weHEo26t4KK037qaZLOv49IoR4nCUUW0A8k/6kY+kNknBpTxg5ip5q4DA56cm2AWqtJELxScIFO9wPBsBH5dZ/0E0nUP6Tys159zTT31Br5u+484tAeyHWjytB3QNVGoiNO0FKgd8hARClX9GPsu8GbE4+TflVTQ2HmvZNyh+QlAfpxMc11VXxxTChiDAFhpe07Jo2q5+iHX8rCRoGaaH9b1pk3zATdk/CSm5M2zYZMto19BWfQkxjOqkLtqK/59CiPGtU3YDYVXkNKJRkjJDdxQ+Sw8btdWetfs/dzOXtRm1z66zb6PkTSMRxXNOZHWDaBWnjndM+Ypg119KPh4+u/8Z7pmnf2mF03LP9OVmDMeVkX9c8c2NV9QpqcXWWlOCE1PTQ/tMu6/m9ciHyG5lQjLoLP0l5dw14+hXxCN2ARUz2wfd7Pne9EggFvpEQ4d+tCkqI+yChgEoLZE81YbcNCYVoQUcZkEZBJRNXgkrjZEnh+F7N8agY8+YhyrL15w26ti/lqLYmIFsvUt7Toy330LXT4wKp0splQhFyxHFaaNqq/SMZKk6lWBEbUpn0PjUndf1FpbjeH7RuW1Wb+hpZQh5Nx49vm5Vs4Bhzt2qECiP7hj6SWFy8MdFx/6z5BsSkBlxLN2Zm3mia5mHDI4P7TT9nHQzvNidILjasbz0jmUheR64YtURkNtB5HksaejsvIBuJUIvIhu+2UlmJb5F6xlHn2CuaLu2Yq9JfhXsqnVBgUYANDXadxUonUUVC9ViABpQ7ocBch8HjdwNgEvZWvNv/j7JnSP28wtE23CtTteE9h42Dp6dXyMbCBsJrsb+Drp/nUTbm+98pg0TLEsgVVBFhPZYgLb6G8mWUZescJCzAD/9y0oAAE4oQIMIeYdMHZ9PLbO4IE0tSNxw9+cTVS0MUZWxY1PyhhFVNFvkm2V5QckkstqhMrDWZTQMfb1q/fkXfjJmPkYqlavJZq76Y742Bxzd9r3Vu2khCXNiEsizbfnqoZ/URLe1Z97VQqfum5snVZmotEZOsEWdW1mFZJzR9qwu7DB2p0gnFLgSiEhmVgA1pExYQiKFH1W7+CYa0rZRJjRU6lTuhOIuQ+V4AdPC6YqGFKgJ/A982yqrfWTwH7wfV9CG6EeJ8WfnfomuwV9Cd4NHiZecAicCffSqF9AALuciuIffo9+kPjEGYdBg9BImfVyI1tfF8mML5GTECqhOd8ctDYODBWeTiZF4EjwcCcMQeHNi2/rRCKUEQwCBxGEi0HUQGk4tIWEEupqNPF4TihvzCJnsH215PxpvtjWs6FuYHrbJvM+r6U213kRTheLqvliQbK1IJ66t1rV1/imo02Xtj82mmWXX3lqBW1n1Nl3bOc5OZIH123VvphOLfCA8VS3PYPTxIGXhB3L2BMna2OTsYvM/Y/U2nDDuJ233G5HK6Dg+SsKmcCQXcIeHO6HbLdWMFA8RzKMMQEuTMLQGEgS129NgJ30t5jgfYePNhPEgxYZQNKkEodpSUCQkGjDN1JhgIL6csky5gHn+CsopkAS6jkETIjI5Beg+m/FzADoDQvEB51M1dnKDGWhSwXL7dBwEmFCGmyMADs/9BjhzbZRd8WrnJ1mGvSSev9mPkvjX1fX9Gm5lKXk7xIc4kCcQYA89sAaMiiw6y2bhzkrX6NpNsIXoXzDiWolxeb5qJbak9/aZpXTmQsO5p+UZ3aKlErrFrrp/+8apE1dNEoEZdw2zrl+mhka9Mb1+HxUxXqnRCMZuALFBbuYD9A/0/xMhw/wziarg93Y9nEb9ClBAfYbcIg1jOhAIG0cBPluCJdRpluGirelOAXHyd8q2UZcaUcJ8ECVA9KwcqmZsljUS7sGhj3uhKcLP8nUdhsH3wuu5+9AL64RaP8kDQED/iHcUONNF98D6B9EaWoOoDoYjq7q7YpMq5jQlFiLEeWLLVEJGJUeNE6Dxsa0HDyau9dIbKtYx6brReQceaX+rYVow+O8a+gmq17RVELP5Arpz4sJukhviFnUx/q/Hstf+nXKHHjeuvn3GIkUgSizdJbAs1h/2TTGL4zGmX9oQ6bMyjKi9CAV2r12Kro6sqZWABwMdUlPzc5FTKR0Cidsq53Rp2eDB4vY4yETrlRctdF3Z4MNgV7QJRB6zfpUHQfBperoQC43Bl9p2SjzdE6vDQCJNggPkTyZigvCC7fMxL2N9AvSJK2N0fEKaRkmcW0++wvxElqN4gHQviBguMYeApKxP1AGd4rajYOkDiAQmPLEGSBMNnJhMaJ0WuKCYUIUAdeGCrTbS8krFj7mEKJ2WlP9V0aieYcaBERZgb75o8jQ702jaRrPl3KpPiRJhbw/iR9CnDtIiP4CTSLeoGuGuMVkGxJzYnohcvGSMZcjcc/L/GCzeGDmAEN9MNNTO2JSnJJdSAU6gCGIx2k1HntY0j3d/3O+00UOe33OxFKEIWWdTHdBAKNPhoyqdShmpjMWVd/viyeAGoE7EuwnowlCOhgC3TCo/Zg3cLIv2wZCJXtN/OHHY1WPxUEuw8ZLYGiD8CO46sQXfEBCNPkBdIWtwJXyNIS24LUQcCXL1MGTFXZOlRuoCYHTIigLUMHm0wwpQlSJWgyopiNxSie5XzCBOKEGPdt3j2X0gqgBc+T3JAAgPLWmDYG26a1NTf8+ijRuaYR+nQ71yAzPbsbidB2tTkOmNaTU0qNYd2/4fSW/gVurKjYSWcHSQpOwxzyLLsl83M4PzhEWNjVW3NEtNOfJKMKHCeBnl+Oo12GXCOtsdKk+fJX2wrszAzYj49MJTs6DFWpT/yBoXHdtqT6zLIjPEItanDSG1IN06yB2r3N1Lmt6n+XXEPNXiYxC+PNg6RvURI7xBFeJlQKAIV8rar6TnsuEXpp/QjiEGYVI6EAtEaIS0SJbxxMOSDfj5qQoTNLsr50SLzy7yI/sdLFZB/L1QCsJeQGeTqciH1mkeQHshUaypYIVAYwpJ72azA3gd2P6IEOyTE3ZDZY8DOCNK6Z1Uaw/eEQ4AJRQjc+he1/buRTFJUSxym5aTN6g8waHsjLfx9JMUYpF0+qUfsqoRhVtO/9cQH6ogQ0MeE4jlk42Rmz9GgBNWJ8U7Ctq7LDA38vPH8DT05o0dIDTbNmDY7na76tmkmT6abHXVLft15RpzZn6lk26DgmcYQ1QCJyiaqp5/K7EuQ8oIUtSAnDeTyOonICoyX6JhytAl2plkvjgfSyfS3p12ybqVG40sZ2kwoQszDAI/gnAUY+4kS1CoIJBQmlRuhgMcBFnmE1hYlnI0CdYWqzYQfprCVgB2L6DsM6cTopkUtwaMBahhRgmoLLslRd+ZediU/o/IR3jpKAjGCh5rMvgTSiS9RfsJVCYLAIXaFbNxwO6QnsF3hFCMCTChCgjuweNaXySuD4ujjwKy8AFVCqYFTSaH3Bkki7AGSRPyedAqPWJmR/5pcvfYdc75YpLfhrsnTjcykxbTWv00k4DemnTzDOSE0+/KNGojmdcYtxShQj2SfcNllwLjUeJcK+r6dMZY1XdG5oghEItdgJhQh56HiY15ifLirZiVSIVK5EQqEfXYvVjlYYBxIMWNC25vI4MWuXOQqijcWv69SHBfsvp/yuBdkI4oKDdjANV60ZmChh7pihWJbvW47ly56eSchrsbOlFc7hUCygSijXuoSqIQQfVYpKrCGPlRsEUwoIgz9xrvbdjKTJvl6mwgjS+dj5KQNTqFbFnGc15EmeUQnLfxv0tL9ejKR+UPGHHixcb63vYNzxDi5AKIe66aGns5HcnYM/Tc1z7JrUweTFOLTRC4+Sv9uTy1oKGhHIYmhhuWIBNEG2rGYFpi99T+mZf26oXnNH2SEJgJMKo8yoVBBKfw9cCWV6dBhC+DlzeBVa7kRCnjSfFPS4dfpdxjzqbhDBhkp2AbAdkaUENhpTARcyb0Y43cpw15ClKASgUdP2JOBIcnCaaqihMPOQGh0pYepIC81HMgEbCHgabaY8okeFcO+CTYvOr3SdPWz7MphQqFhSN8+26iZucvM/Ujk8GlSbWxPuosGUm1UkcphLcku3klaZHCUGnopaKyK/tubZ2YSKRzrOyO9aeg4P++KjpuNSTX2jO1TCXMvOuR0G6p/DrUFYlyYS1D4Cjrd1LBXZTKZN6tS9qsNL699yyRbDw0QRC3Ci1DAo0SHQVnUNkI/LbOk12WUGbWNXs9jdybSL6+g3+eGrLjcCAWkNSI1g07bCTfUOIpedjoweXplj/VWTSfTjfCYkCWcWaES78T9PFzGYdAoi+sAVQdUHroSyBGkDl4xNKB+groINi+yBGkG5jaTCV0j41MOE4oiAR2kmucoEudeU1oPsRLmj7NBrF7sWrhiJ6OqYaC5qn66MTldNVxfY9ZZG4czg5lEcn1rf+cIORyOFFFFEaQ7KvdWehwKFYyi3gOxtMg6H1b7UImESeVEKBC/ADYGom8iol/GFRYdiyfcLEX1wvsGXjiqCW2EDYjsu46TUs9WLSzvPhyRPk/yHFyOEeRKl11JrhoQAbi/y+wp/LqB+Q4CpeuQMb/6+LrHxGNwxgmB3jubtksa9b8iaUKKbCsW0Lfh06TG2NO2E02kKoExJxYF7JYROROSBzpEzKYPkv2OZWVub7q4+5EJSCyYUISbb/AUgF4fsSTg0ocFBTpleA5gocLHGPMFC8yxzrxx18SEYhQRL8PVt+l6nEdcw613imAKwOZBZmgpmzEIh3+85CLiREAlEiQ4GuYSVAwy7wsQFBCVOBLONgl7YircR2+Io1FcphwBllCUzuww+xa0nGcbqSvo899E6gq4bGa9LgpCcOfaKzS6RKwr4306XOSupqGO2/NDc5dON4UtYULhPUAwmjyEMj6wsyjPoIxwzhBFR32HmVCMYo+F8c4Se0/CeOD4nUJ6MfVRFllT1H0QKRAb0TzDVwhkNq7Ac6jzTGdcVM+oQR8QCfNkyrqlJiU2PUqvOVE/RqXXownYovW3zfhgMpm8newusGiQKYbxTyITL9Pr8Df6F1bga8ijZJioRRXxi+lkSDmH3pTd6f5PUcyJ7M5mlHTke27Y/0GGn19ruLgbZz6UemJCUThCsHX4LGXopmHsBv/+uN5VJhSj2GORhWthKSWE8/c6elvWVthJIC6DKAUJt47DABGpVmZjA1UIwo/HnR6hCuCuq5IQIAvSJt3RfFXqrvh74vpIVTywKgDAFTSRqaPImMmriBD8kwbj14adWTzp3K6/qqgtKD5Fw8bamacbSfsMijqxHYJeZevdLL2wXkpafV9ouLwfBlWlnJhQbBkd6H3h5iZbEHSPIxOKUURxcNcpusGNWN4r9PweIcoAGUUIatmufl+6pnLexl50n1f0X3gHRY0YqtI99AMkyQ8LkAjco3ruh0rdfE8ABJhQBABL161EBKr7mlo+T5EywfDXUPSpM5vO63xGhUSI2kD8IbHxptYfEqmgsM3mqOHdFlLxq8bhzi/EFDJbFyRMKEYlENgh47jpIOLdqGPAhGIUQZziitDOpZT2cIrnAAAgAElEQVQQE+PIkA1CYCyccCpKz9OP+yuUC6NQmQQCmxSo33S70cqadQ1duMKnzTjuHCe/FqtNChBW1i1MKIo83usXzNg+aSSXkTCh1bQzx096setpHa6bsM7su6H5NMtM/SgbhwJpVA1C4b+tixov6woTY79Y6DChMAx8MBHyudjvJBOK0VnuZcxYrPfAXc/p9MM9IStHiGqcbSFKOIVYFvI7dz+MfKFuFbka48sC6QXUC8VI+1EliPQq8lLKrx/tgvHxY8VoFNcxFoFif7wqdgzW3jmtsdqoXkSL/aEUE/vRhGVd3HBul1ZVBEJ091XPOMsyUuQdkuMT2b/+1XR5xxwa7FJl7pVOKHCSIo4ZH4/3kQnF6Fep1FQekFTh/JWwp2LCOBPGkjLi8F26donHBxnX0AZRQrlwFS1GguHxe5RhhKySELMGNhRhvUNU6uB7JAiMxwesogYDkoP+BS1fpWM/riWJwTRy7TzzlfVdP9m/PZ4wsMvbjdppVW0vkvHmbmSXkTsnxLIz1slTr+paUqLgVzKhgGsnAip9SGFsNtE9MNTDuQXQE8PgFsF7oDvGqZL4mOKkUoSJRiAr5FxQdtzHcSjkIOOcB4RnFqU/0o9BAkwpDKX0FozZm5SXRynEedYr8qffKaRow46SNoBoUOTe2BPIECKUyoxCZQ0Ictx57J2opAqYUMQ42qtumdzcUDXpNjog7Hhy6Hwxmdzw5UlnD6jG5g/dsoFrp88eMqreonDcdOCXU4xtv9X0146P6FCvhG6Y/MFKJhRe8Q9yiGFBg+gb1u5ho4YiIqrINoMlFKMon0dZphaE9GifGOZ93EUiVDjUEjKXTxwKh765E9QGssiXiGExO8I8VO0zPExgY+YVVturrOfp4gGU2XVUFXEN9zGh0ACiqIieG6bMSdXXvUDTmQINWd+dfG6nTJ8ZSwt6rmn7HRGZ0Y8gXik6cbQps2mW2d4bJKhNLG0TFFrJhALzQnYkM0gARM9RT0lEUCLozUWJCcUoKjiP51cSjCZCaHXZu/oCXZCdJgvJGM73cKtCvdxOoxx3H+R7gjNVIGGRJUhyIImThQPHcz+k/A3KTCqCIB/hXiYUEcCTPdq7oHmPpFH1Es3j1emBwb2nfqt3RdRqsi6i1TOOypiJzyTpGPSMbf/it691LzlWchZH77UtRxl24tHNBprkj1qbSn+k9rI1OIK41FIlEwqvD37QI6xl44qDlLAoihITilFUcE6LLGYL1EXTS+2lUWzP3nSfSAqRexznZeDgsFxC9FWcfQEJgSjBGJO+bbGmg6h0HDjmlSC5AFHwUuPiOiSAz8baWi58MwJMKDRPhvV3tBycMJIPmmbmpkkp+0fmN7plO0PfmmEDseHGluNtMwHd7odpsGq3nCRqUyRuY3UiPXJk05Vrx/iKdxEBqUrMRGwLOgV19ID1VCZ94ORr1jznW3Hxb6hkQrGG4JYtVkfQtSc1DIfXmRtMKLYAjBDbHxTgjYVpP8oqsRs0DJfWIiCdwlkkNZJSr6ff8yVkXu6zxVD9IHw87CbgkipLOIEVx6lDSnEL5Qs87kW48Y9RxrkgnGJGgAmFRoB7b2neI5FMHTdsjNzbfN5aGDWFSllDzhtbPpuxzauJU2xHTqAbSSg5ndQWk0Eo8kNxE1EYSKQHtm5q34BdVEHqvbr1NdtI7Oq4j9pkmLnPtO90vRiqUfE+VKmEAgaZMKKUvYdb0TUcvhQ1eS0ScREKSF72i9rwvOdhBIjFT5QQKwH69qjJ6xAsBJlCsLFS9ZTy6vvJdBFeLKJ5BmkEDoeDKtQvbPcJdA/mUpwJmyNIQWQJkT4RPTR3SjII0zLKB3o8AyPN/SjreJfi7PuEL5sJhcYhfIMCVu3UntXrhU7rbpzalLCrriD7h30z6cw1UxvX/MY8xxjqvtiYXNXYMt9MJG6wbKOLzvog6UPWk6PGska+OO2qNb9wV9rb3vYUERIK3Zw19KcPobXH1PZuvJClliqVUOAD7hUiGCG3uyMOFkjLCsqIKyBKUQgFwiHDUFSUdKlrcmVDSiezJQl6PoUMUi9JDtw3t6OM2AwTMWEeyU5MzcW7wEFkCKYlWhdAOEA84joKHPEuYHjsFa0UBu04z8Y9BjjwDGobrxNhn6LrX6Qc1g13Io550dvMhKLokMsr7P1O69xElfEELf1DFN1y7/zDvexjjGTvri1kLGVuW2Okd67/9tqVPe0th5vJ5FLDsn485apOfBQK0tr21qUJ24TYHP6jaSMzuMOUa9frcEfTjVqlEgp8RCGSFQUPAsafoPyniGB/h55HwCxZikIoPkeFIsSzKGEBQuwAXQZxX6WyZPpyXWdKwI4Ci5XMfgBGm1iUcrvjiENT1MdhTPklSY3wItqPMuI9yIgnjIMRuyKuBM8StFG2JmGjhm+ZzHAWrqWwE4INiCzBSBOHjXGKCQEmFDEBG7TYjTe37mxlTLzYQ+sGO7ae254VhW9OG9onN1uphpWGZf9iypUdR+PCxvbWlkwy0WFlMguntXed4a6z56qWR8lT8GgnEsFQIjkwS6QaCdrWGO6vVEIBKGV6e1xbTNlrx6YyFJCAQBIiS1EIBTwEoAoQpX76ERKWsG6u7jI/RT/g9E1RAoY7qIChcM8P6J4x71Lec7rsWtxNwUIIY0R4WGgNeOdUhEMEYa8jI684bRVnyMgSFuwVCviFuQXurYiv4pVUjkk/mQq4z6cchDKHFIZTDAgwoYgB1KBFrrvRaErZbX8j9cQsMrVcOOWyzq+7y1jf3jjNTk1aRdKITRlrZJfp7eve77m65QgzkXzcGB75tynfWTPmhey5ouW3BnmFoCwyvOju7u3cevvvZXfEpZYqmVAspsE4STIgIAMQ5xaQS8XBgzsd1A5+QYGiEAovlQ128dtSRvk6EoIsyeySIAWBOF6HOgLEBCdsyhKCi2FRgghdR8ICj+PB8Z5CPYW+IGgZXD1X66ggr4z/pL9xcJgo4bsgM9xE2GuceqtL2pRfPyQiUMOCfMoSJFN0TpFSMMBFzr2yskBwMcZsT6F5cqE4JhQxgBqkyHYKl31edetTRsL8DJl70dHlmf0aL+sesxNDWO31yVac0zGP3urOhG28R/9ul7QzZza0dz9OAznmZe+5suUVch3FLpJ8PKyHpl3bBbFxKaZKJhQwdHtAMigYU3zMsSsOstOHLvknlLNk0idFIRQo2suIDtb4n/drgOJ1RE300t9fRNdh8R814ZuI+Ac4ZEqW0A7Uh8OzoiSojHCgFYiXOz1MP+g+rAzqGhgwBknwpEAU13eDPKR4L8jU05T387gfJPEjlFW95UCKoIbb36NMSIDgLtul2E6+TREBJhSKQMV1W/d19TNrEk3vkHFlnW3bfYm+/jmNN2yEm5cwrb+mhUhB4hPk3bHSHhp6aOp1vdB7jklEQOp7M21YLKYT1RhOGumPNl67xmvnFVcXVcqtZEIxgwDCjtTrsKZf0nUscCr2LyAROMsFH2GVFJVQQBR9p0dFUNksVmmIwj1YfGTW/JAcIDgVvEt0JCygXtIdeHvAEBohuUGqVL0/sIjuSxmBm7DAyxIkBk2UdUoU8b2H1Ep1bqBtmHM4pjwOuxHMC5l0DnXDcw3SBOn3UALeHPodLq6I6ClLIB1HUca84aQJASYUmoAMW8yG61ouojgTN9HR4xAydDeNdGxFxpiRPEWyb+K3ZhxiphK/oHIT5ODx6rTruqCnLNVUyYQCY3IWZS/9Ne6B2gNEAYZrsNiHxAKLGAwIoXqAyP8qylisgqSohMJPRYC2YHxhEIeFATteiPahkkGfcNAUflNJUHtgQZTZAWDxReTRxylDXQR8YJtQRxlnV0DMrSq2R+wCSApxOJVfQtwESCsQ8AnGqFik0Cd8X9FXlEERc7NkaB5llYO1ML6we9DtlYDIkXf5dci5DqwQQCoOV1GUC3sHUTh4VI+5AdWSzOjXrwsfpxtAKrxOKC3WmSR+bS2b60woxnEoEW9i/XVt9BEy93A+c2s31q/eeuvzo7Pm3stbnrLMxMGk68hkrMzhM25Yg11uqaZKJxQQ02InCHuJYr+TUQkF5pRXqGa/OYdFHkRBVaTtZcTqVxckCTjfQVV99DW690eUZQTGr74o17HoQ/qjO0EdhoigKn2CuuEDuhtA5SF4GOxhZIs9iAyIIU5bjZKOo4ehOvJ6pyAhkakco9Rdkc8W++NVkSDLOv322UbNjNY2+qCa2UiJNBjD1qZNO8jUGKrgkbqjtifd2kn2Fo1EKB6Zen3ncSIbC9XyinBfpRMKQAwXS5AKL4+MOIZCB6GABACLVNi2Y3FRFcNj5wlvKNnO1g8jLFRX+N2Udx2kAvERiplwmiziLaiSrKBtu5keuFDhIXi8QKKhM6mo+GD/A3svVTWSrH2YIzjkLOsVJ0mQXIHgsD2FhlFmQqEBxLBF0MJfvT7ZRrsA07FwJiuKTOZrFHwKUe1CJRhvrhtpecy0zcOJofxtxO47sPX6/jjc0EK1T/IQE4pRYHaiDCNMWSyAsJjjo4kdqeggJR2EAu3yE2H7tR07Z1Vd+e1077l+BUquw45Idiy3rEjYZsCYURafImRTxjwGOwUs9ldTDuPZo9oOL4+ZXBlQH8GGRLeniR9BA7mEi/CYyL+qnXPdh3kPCZqXyhdji1DenCIiwIQiIoBRHh/13GhDsKqcyoOKs56dcmWnVxhZzyrXXzrjc5lE4lckM3zfsEc+N/2GdbJDoaI0XfezCJgDq3lRwu4COvHxTl6HJsFlF+GAdSREY8SO2MtKPUg9cMnDYo+dGg4Jc6cwC6ysfoioYccRRnoA6QaIj0qCqBykGx4yQRMChSFgWNAEuwcQX7hPhumfX32wv8CZGiCUcSe0H3MWdiKyhPkClYHuhLkNUiFKsB3bmTLUWjoTQtjjHBaZka3Od0BnuydcWUwoxnnI6LyNy8ll9DtbDv0yhjP20BcozoTfaXtjWt57efOelpF8hjxGepLW4AFTblwfh6tXHIjB2h2HYLnnI3TdiF4Yl+g3aF9ktgLQwXpZqwetBx98LM6I6oede5j3FJgtpTyfMna7MBrEmRfuBNuaLwRtoMf9qO8GyjBCVEnQl8Pw7lCVm/PuAUYgorAzgOGjalIJkORVFsb5UsowRo1KLCCRwI4cbqqIn1DM5OdCeogzLrrbhBg7MNB1Jxixok1hjTD92omgYfDKEcXa0One7NeOsr4e5kNV1oAUu3MdFza01DVOfo/O56CTRFE7zgU1BqzhkT2m37D27yq2D4hlcfamaQeZyapHLdv+n+YbuvDyqFqzF7vLsvpAKPBByc1JfGBwGBR2vKWSEBQIQYhyHyVgDNsB+Omr7q6D9AXiWpxTcR5luBBC5O71zsIjAORhMWXoyPO9hebQ/+O8g3yvBXhC7EJZR0Co/H5B2gDPALiwAivZwosFFS6zaENYzybYnjxDGWJ81CXDB/MJXhuQMOjwnMCYQ/Wyj1MvpCZ+31PYBKCfmCv3U4ZqYzzIsp/7aJw7drhHv0UZG4UcXhgPYHFd/iSK4W9IOx+inP8e4f1FHBB2H9UAuN8LoKEKLsILgaynR3srHeKVcCLYYY0iSmGbI6adeaJ6MHNh/XfXwbVuTLJPN6rWTpu+j5lI3USRMKeYlj1vSl33H8jtNKox03gMGl5y7PoQ0x/6UyzcKwDGeDTGo04YlWGsdqWMaImQWsS9KAAbEIo5lLFz3IMy7CywUCOcMlwpEQURhAFuizL9O8jE3pTh6YBTZ1+g7HU4WVToQSxgHwTpAyI/5twlYbfxPGXsGOHloeo26tUeSETgkQBSCoNGLFhYvGHoinGCKgG2RLrnE1RhObdd9BHzAu3Awon3EHYhEOFDpQFCg/EBodDRZy88vK752VBAYhWnVxiMeHEQGeqB6gWu0Dj4qxgJ8xFzBGrl5yhDtRPnO1CMPpVMHUwoSmAo1l0ytcmorfkTDcaosVjeJ4+oxSCtGiTBsLqIZDiRAm36WJnNdB8+mv8g4nH90MiaZ9puMXB+AidGgBFgBLwQQDwTWSRQkCB4nYH4cGIEAiHAhCIQXPHd3HP5lG3sVPXd5J1B6goKclVIKkYrzgovEDnPfo1EGL9JWtayKTeOPcMjvlZyyYwAIzDBEUD0SNhWyexOgrrVTnA4uPk6EWBCoRPNiGXB66M3Pf2LtpmaZ9pZ8XYdSSUyxCO6iEC8lbDs50fS9m9bbu6G3o8TI8AIMAJBEbiAHpCdeQIjaKgEWNIZFFW+P4sAEwqeCIwAI8AIVAYCMPKFPYfMfRL2QAgcxokRCIUAE4pQsPFDjAAjwAhMOAQQtwPeJaLvPhSqsOGCBwYnRiAUAkwoQsHGDzECjAAjMOEQgJcJolCK0qv0YykfIDjhwK7EBjOhqMRR5z4zAoxApSGACJSvUJaFD48a8KvS8OT+ChBgQsHTghFgBBiB8kcAcUqcWDdjOgsj720ohw0uVv7ocQ+VEGBCoQQT38QIMAKMwIRFAMaYPZQRbEuUbqIfEU6cEyMQCQEmFJHg44cZAUaAESh5BHCS5hMerUQYcTbGLPlhLP0GMqEo/THiFjICjAAjEAWBH9PD8yQF8NHdUZDlZwsQYELBE4IRYAQYgfJGAMeF49hwUdqffny+vLvPvSsWAkwoioU018MIMAKMwPgggFNYcTAaDpjLJcSd+B1lnEys4/TV8ekZ11pSCDChKKnh4MYwAowAIxALAp+gUu+mjNDa8OZ4nfJRlOlsIE6MgB4EmFDowZFLYQQYAUaAEWAEKhoBJhQVPfzceUaAEWAEGAFGQA8CTCj04MilMAKMACPACDACFY0AE4qKHn7uPCPACDACjAAjoAcBJhR6cORSGAFGgBFgBBiBikaACUVFDz93nhFgBBgBRoAR0IMAEwo9OHIpjAAjwAgwAoxARSPAhKKih587zwgwAowAI8AI6EGACYUeHLkURoARYAQYAUagohFgQlHRw8+dZwQYAUaAEWAE9CDAhEIPjlwKI8AIMAKMACNQ0Qgwoajo4efOMwKMACPACDACehBgQqEHRy6FEWAEGAFGgBGoaASYUFT08HPnGQFGgBFgBBgBPQgwodCDI5fCCDACjAAjwAhUNAJMKCp6+LnzjAAjwAgwAoyAHgSYUOjBkUthBBgBRoARYAQqGgEmFBU9/Nx5RoARYAQYAUZADwJMKPTgyKUwAowAI8AIMAIVjQATiooefu48I8AIMAKMACOgBwEmFHpw5FIYAUaAEWAEGIGKRoAJRUUPP3eeEWAEGAFGgBHQgwATCj04cimMACPACDACjEBFI8CEoqKHnzvPCDACjAAjwAjoQYAJhR4cuRRGgBFgBBgBRqCiEWBCUdHDz51nBBgBRoARYAT0IMCEQg+OXAojwAgwAowAI1DRCDChqOjh584zAowAI8AIMAJ6EGBCoQdHLoURYAQYAUaAEahoBJhQVPTwc+cZAUaAEWAEGAE9CDCh0IMjl8IIMAKMACPACFQ0AkwoKnr4ufOMACPACDACjIAeBJhQ6MGRS2EEGAFGgBFgBCoaASYUFT383HlGgBFgBBgBRkAPAkwo9ODIpTACjAAjwAgwAhWNABOKCTT88+fPf4aae0Bek/dduHDh7yZQF7ipJYQAz6cSGgxuCiNQBggwoZhAg8gLwAQarAnQVJ5PE2CQuImMwARCgAlFyMGij7Ed8lHVx8ZIH3gBKISO8Pg0/fKCKqC4z7btV0zTXEF/LqO/l919993rgzxfTvcWaz55jNNVJGG7Jk5MTz/99HdpvOe66oi9Xh19mjdv3jbJZPIwKmtX6sMc+jdfOpmr4ln6o5fy65jThCf+rbhEc+xK6vTVeR2fEGNcbgPFhCLkiDKhCAmcxsfCEApB9VcRsVhQicSiBAhFDy2A0zROiYKixpPIROkTtftEev4kCYHwLJrm8nK64Q6az3dGacNEe5YJRWmMGBOKkOPAhCIkcBof00QoslKLTCZz5KJFi97T2LySL6oECAUwOolIxQNxgEX9e5zKPVJEIuOWjITpD+YzzcXbSRqxe5jn8555lvp3YMQyJtTjTChKY7iYUIQcB+djrPJ0gZjSEblDROmXzneLL4u1APg1rFSuSwgFRMDCRNjPFYi/s/diXOifAypJUlGs+eRF/IA7Yb6H7jkFdUEqlVohKbfkxOGCBVHU9IK5TdhNkZAPJhSGUXJjrHuOl2J5TChiHhWBJCO0Z0axFoCYIdFWvGihIhLmOaedhQbi5HMpT81vDH2g76XFbZ62BpZ4QcWaTwqSpNDvhAxisp1YRIvtqROBUMjaCvUF9WEx9cHTNoLw3ZXuOZHuP8IhzEwomFCMy9eHCUXMsDOhiA/gMIQi1xrnI/ycm1Sk0+k5laL6GC9C4SyUmw0ldRM5WqCbaGGFLUGOMGJnny8pLJndq4RM9BAm7WHsIGB/Qc/uW0nEGO80qzzi+84GKZkJRRC0QtzLhCIEaIqPRCEUzkdI5CVSMouNIgyhbxsvQkENftatfoL4Xpe6iRbpc4hQLMgD5ir6u+Q8AAj/W6ld57ukZBVpzxN6EjsPMqGIiqCe55lQ6MFRWgoTivgAjkoo0DJafP7s0kNXjLh4PAkFQf+aazHVRuRcrqI9VM8dpUYoTjvttC8mEollbjIBSYouYhXfm1d6JTOhKI0xYUIR8zgwoYgPYB2Ewv0hgjiePujbxtfq0il5nAkFJAabY4jowh0ifyr3/jyUb6O/EWukZCQUApUMjIKhotmNyUS494MJRTjcdD/FhEI3oq7ymFDEB7AmQuFegAw/w874elTckseTUMCtUSAdiuxC6u4TbGLI2wNGuCVDKCQeHR+r1KBUOma9YGPwzTA2KDraUsllMKGIefSLSSgcD4ZzqEsfg+g01zXHJfI1Eu3fr+PsD2cXeBiVu1u+G6buevyGRgehEImegxIKtIP6jkXrY/nqE8f48FX6HVb6oWMt5CImUtn7UllT8sfWwQhGh1AhPBBkURpvQiGQJkRSNzmGtsAhl5YSHkfp3L06dYCE4h3bjfJmT6HceNO/L1Bck2Uy414qY53ruXH1LnIkJnif95VE5ITNywpElr3nnnt+7vde4rqgj6EXeEG0U1EUYXekTO2eQyr9rvR7mFDEPAOKRShEBl6SruHjcGQY0SoWX/rg3CGL5eCqD4vcmFgaOuHWQSgEi43youYsLhCpi0IiF3QViw3lc1U/yM5HGUajMCj0LT9/EaV6TlUZ3/EmFKKFBwt1EFKUD7LAYyK7qOggFAHnfq5ZY/oiIrDj5VnkEIlvUmPHuFB7vKdKHiju71HYeCNukihTjQlwZUKh82OrWBYTCkWgwt4WN6GgFwyx+58NEl3PkSQEMv7y8euXwQODuP3DLhB+mGsiFAXRFFVdGAW7a7/m5q4rifUFngqq5SsH6SoRQlGws1TF3w2GO5BV/sIThVA4i+69VJ8o4qbfmIxZ1NzvUdiF1q9iv+tYqKnuJxQ3B6LiPDcmAmmREYY4Cb47QuNdwbeACYXfJIjhOhOKGEDNLzJuQuHawWL3gI9EfghpiMlFO9zbaKG/QKX7Hr7y7roQYMf94e2hD8luccR2iEooRNEULcs6zE+K4EEmllL/Nx/ORGOxDY3FEfRbQQAtxTrcIlwMFaQ+BYehyeqg+3zHtxQIhbNgF0SODeNCKiANm4lbWEKBtnmQdeFYgEDnLdIiQlFwWBn1NbQqQOXdFd3jLPZjYrDQvaLvB4oQfkP8NiZuG5kwfXWrTmSkhAlF2Nmg9zkmFHrxHFNazIQCC1huAb+NXthrRKJu52V70r2wqewYRKoU7CKprPMldWHnc28xXDGjEgp63i2d8PXwkLn7yc4Ckexw8eGe66WWyC2Cjl6+Hfpr2f2yhc9vfEuBUOCFUd2Fer2qroWnAN+whEKAD5qwlHA934sgO7t/xMIosFkSkScs1jrsmlQ/Yw6Jhl1PPsn1VWM4z0G9594wSImrW8oWVBojeNeyNjESkuSOKVNUXFXxL/f7mFDEPMIxE4ps61WYv2Qh9NwdiRZsqs43XoDILS6OD2cUQiGSuvhJDiT9UrK5ECxOnjjiY4yxVbVUl7gi+o3vM1RFvvQqlo+wYJwKMHOLx2V6ctmrKpAYFSxyYQiF4BlUr6Su8mjnmEBqQQ2Ao36uBPMwkFpSIq0UzhsRgfIjufn9E9QlxZ8lFFFnhp7nmVDowVFaShEIhZS1uxsl+Jh4Phv0/vz6BB955XaqDkkYQuEQKxiiudVAvkTJvchg4aNylGIHCNQr2o/uFkiTgo7vuBAKjLdgrikv3m4vAPeiFZRQSHbxvvPDb97q8Cjyq8PrumSDEHjMg3wXBFJAZRWPW+rkddQ9E4ooM0Pfs0wo9GEpLCluQhGE8bsXea+doHvXiM4FqctZJArc43TvxiQfSOlpo1j8KRfYM6CdKhIeUX+C7ljdH1d6PvDH3Gu6ChYsT+mJYGHQ2p5cW/0kFA627nggqpIf965/DIkKSigE9yu1xe9TIiKkxQyiJljcQ7mrit472bfBPSdV1R5+UifBZolVHn4TsAjXmVDEDHLMhCLQh05EEmSLvOCjGljCEPcCKiEUQUZU2bVVUFdgCYPojAnC/5ogDfa6V2Rk6kXiSolQoF+CeAO+LqQqcywooVCJexBmzOIiKqptcX+Lgm4Q8usJEpTMJWlQ2pgIxtVzLrCEQnUWxHsfE4p48YUo13ZVEXoXKFgAAoth3e3xIBRu/bqyCDpvZ+p2CVQWd6oMSwRCAWPWa4K4swp2l4F3d4L2BiZpfriojq8jFSgJG4pcnwRGfJ4Ye7mK5uMUhFC4SXdQew6v8RG0IzAp9Rt/2XX33FOVFHiU5/ZCkhpnUt0Fh6D5SQTdthcqbWVCEXZm6H2OCYVePMeUFieh8DMiFHVNdcERtNt3tygQQ7o/OoEJkM8HWnRaqHih9DAAAAmqSURBVOqIBmqLm8z5fRQl2LvbG0jClCvTWUi3oTYgMiciZ8JdVxRB0zOMeAlKKNzHjkMdJT2FVNVoLyChKFC9hI2LIRn/cQvzLsDA16044LsnncsCkvYKqXr28CAr7jHw3YgwoVD97MV7HxOKePGNW0IRWNoRgVDoQCrQIu5XoUhC4Za4YLdDi8K+dLLjGEPMIIuFYPH1a57KdSVC4URpPIwKLAjtrVLBRFJ5oD+qLqQCrxbpbj8goYiNBIvma5iYGyrjHje5F/TFcy67VSRe6ha3ukMFIyYUYWaF/meYUOjHtKDEOCUUVBETClegJ68FVOLypkRyxoNQUJ0n0se0PUI0wwklocCLo6rGCGKPUiqEQmTjEuYdDvPJCoKBSvkhCAXicizIlS2T8AnGX0m1yIRCZdTiv4cJRcwYM6EoAFhp8VYdEhUJhbssCanwVecUm1BI2pnfHcQPQIAiRJl8nT7QvfTBxsFYBZE0J5qEAh0UYD3GfsfPVTQfqCCLaZB7Veepqy0Fnk90LZLqQbUNuvsVglBAnbU5IqrMLsJNFFXVukwoVGdCvPcxoYgX33JSeeCQqqjpeZ1RAcMQCnRAEBLYU6crWuScaKD5Ic7DYLNCdAop9avAiA0FOxEzF9OfnhiqqrQkC3dgiZdKp4MuPn7ur5DcUL335+r2U10FWUyD3KvSd/c9AnG+b3TWMPUI6tWqygk6ps58K4hMK1J75L+bQQxi3e1RUZPowJXLKESACUXMM6JcJBSl+IKGJRT0HIwY84+59o1F4d41q+6cgk4vkVg8iAFoORAKh/QVnHlBv22WIgkkGJ5EKAhJCHJv0LF1FtUxhplxzaX89gn6FUkyEoZQCGJSFBhbCua+skTT3R7dMW/CjHUlPsOEIuZRn6iEIi5ffJ1whyUUzofdLQXwPMRM1Vgwav+Cuk7m1ycKdTwRVR6ihTcnhRDo2FWkS8q7c7f0g9qiZDirOu6SEOm+fVAtX3Zf2ABTsvLCEi96brPKx632cM/9KHEyouLFz4dDgAlFONyUn5qohMItmqUOR9rRKAMW4MYohEJyLoc0LoRgoY9lEQi6+86HK2ho5yh1BRgmqP0Cu8uKvDhoAZpLeniQg/Pz6veNjxJk8RNJiHQvbIL2oDvKu/Eg2Ofu1d0vt9pQVcpCfS8g8vnYujYxWolcGMz4meAIMKEIjlmgJyYwoXDrqYui6w0CbhRCIdoFO3ULxee6P8geO7/QwaZEhpwTVULhjI9binSSy+tFKTBUEEKBegXSOa2LvYTMompfchTk/XDfK4huGapfUc6lcasbc+o8gRoyViyi4MjPyhFgQhHz7JiohEIimvUNMBMznAXFRyUUzqJVsIDDEIx+Fx74JdjRxxHpMhShENmFoH8TmVCIXEhdLrRKC2JQQiFQewBKX0+gIHNfJE1yno9tIdXVL8F7oDQOOXxchpdZSZ9LclFw/HwQXPne8UWACUXM+E9UQiHZIQbeRTmLAj6S2s6syA2ZJkIxxkCTyhd+ICVHwCv5yed9TOE+dyXhcYFo6glUTb6kBeSPynqWyt3dXeZEJhTOHCzwDMjvn6oqIiihQB0CKUWgY75Rp9+c93ANXkrE9lRaaNcH/TyBNCCQGz07T/Rs1H4J2hx48RfZSiSTyedyZNHPaycoJnx/8RBgQhEz1hOZUHiIZq+il36B1wcPRII+ElfSR+JULHb0cT1QN9Q6CIWzeCxy2pnfROGOVLA7wzNLaXE7f9GiRVI3UgdLROs8l/JUjzNUxngByAiOs+B+msZiMT7GMHJzk4oyIBTC8OpBFp0whEI0twhvLJ7tNO/vlM1l5zm4WB+g4mngQSpQ1xM0nvf7uVo7dR5G9x/hLMrKYbCdfvj2y9kY3Eb3H5nfd1XbifxnBMbDwOvqvHsCS4McCR3adwCkjJTPveeee36u+5vD5XkjwIQi5hkykQmFs2CJdvA51HDI1usuCBHqej/XwlbqhGLMGRIyEuRIA14VRa90FvRlgim1Lz50+b/LFhsZiXPiUDxBZWzetdJvh7lw/hhdL3CHneiEwiF8fxZIX5QXnTCEwpn7InKHS7nFvoBAusdDhVA49YyJO+KeQ87c2hwYCtcdI9W5gvnmd2x9oH5R+WPmr1NnaPWMSxIH6c9Up0+hbLUEkhelU01j/vxXXPFMKGIe8olOKJwPHnaJT+Ze+hCQ+YrtQ5Qp8h7wtBnwqsMthvX6YDrSl6UiFYNiPzyNCSW7Y7+isx9393wrB0Ih0P0HIqhhCUUeqbgjzNxXJRSoxzmv5Y4oYdbzJogvPo76bnGYfoFQUT5XFJTNb5LmrstsSILEXMmvS/CdxeVYArWp9rES72NCEfOolwOhAESOyPNe+rNgp+0Fn7OrXuynSw47BLpUHrn6BVbwUv2wI0lwuzD6dSW7s6WbzvfTj6NvOVWGAsYn58Ti5UgonIU9P2R1oJ1xFEIRcu5jwb0j6LzPqcVo3E8OQyxy7xup3+73Ur/l5pNLLek3d7PXoWrKZDLXqJTvVyCNizsMuefpsl7lsYTCD+3iXGdCETPO5UIo8j9CqVTqJLB/yrtRzooqnY/NcvoQwkviNdKtvhC3DlM3oRCV56erd1QgJ1G/96V7d3MtBNnzNuj3FfT7C/TvMj8ikT8dnQUGp4wi75+HNcp9jvIyd5llTCiywamwaBKG2wZ5baMSCsW5/wrmfZhxFvXFsQnAuGNeTRFIwzaf5ULXX0C9RGDc6kclmBxiAfUZ7DAQ62OzGsUhKbBJWEZEYpkOIpFrFPXRreoJLclkGwqloY79JiYUsUPMFTACjAAjwAi4EXAbpIYx8GRUSwsBJhSlNR7cGkaAEWAEyh4BUSRUkrBMK/uOl3kHmVCU+QBz9xgBRoARKDUEBIa2JRfav9QwmwjtYUIxEUaJ28gIMAKMQBkh4DaAVg1SVkYQlGVXmFCU5bBypxgBRoARKE0EBMbPvm6updkTbpUbASYUPCcYAUaAEWAEioaAIDpoIDfgojWUKwqMABOKwJDxA4wAI8AIMAJhEHBLJ8K4AYepl58pDgJMKIqDM9fCCDACjEBFI+DEikD8lM2xa+hvjmZZRrOCCUUZDSZ3hRFgBBiBUkAg75C0F5z24EyggoPF/ILGlUI/uA3BEGBCEQwvvpsRYAQYAUbABwG/82hw2BlFPN2DgSwvBJhQlNd4cm8YAUaAERh3BLwIBSQT1EDf82zGvRPcgMAIMKEIDBk/wAgwAowAI+CFAOwlcBBe3rkgufNnFuQOsmMEyw8BJhTlN6bcI0aAEWAEGAFGoOgI/H/djAqMgRC7awAAAABJRU5ErkJggg==\" alt=\"\" data-v-5a743376></div><div class=\"img-collage\" data-v-5a743376><img src=\"data:image/svg+xml,%3csvg id='Group_12038' data-name='Group 12038' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='699' height='691' viewBox='0 0 699 691'%3e %3cdefs%3e %3cpattern id='pattern' preserveAspectRatio='xMidYMid slice' width='100%25' height='100%25' viewBox='0 0 500 750'%3e %3cimage width='500' height='750' xlink:href='data:image/jpeg%3bbase64%2c/9j/4AAQSkZJRgABAQEASABIAAD/4gIcSUNDX1BST0ZJTEUAAQEAAAIMbGNtcwIQAABtbnRyUkdCIFhZWiAH3AABABkAAwApADlhY3NwQVBQTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9tYAAQAAAADTLWxjbXMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApkZXNjAAAA/AAAAF5jcHJ0AAABXAAAAAt3dHB0AAABaAAAABRia3B0AAABfAAAABRyWFlaAAABkAAAABRnWFlaAAABpAAAABRiWFlaAAABuAAAABRyVFJDAAABzAAAAEBnVFJDAAABzAAAAEBiVFJDAAABzAAAAEBkZXNjAAAAAAAAAANjMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0ZXh0AAAAAElYAABYWVogAAAAAAAA9tYAAQAAAADTLVhZWiAAAAAAAAADFgAAAzMAAAKkWFlaIAAAAAAAAG%2biAAA49QAAA5BYWVogAAAAAAAAYpkAALeFAAAY2lhZWiAAAAAAAAAkoAAAD4QAALbPY3VydgAAAAAAAAAaAAAAywHJA2MFkghrC/YQPxVRGzQh8SmQMhg7kkYFUXdd7WtwegWJsZp8rGm/fdPD6TD////bAIQABQYGBwkHCgsLCg0ODQ4NExIQEBITHRUWFRYVHSsbIBsbIBsrJi4mIyYuJkQ2MDA2RE9CP0JPX1VVX3hyeJyc0gEFBgYHCQcKCwsKDQ4NDg0TEhAQEhMdFRYVFhUdKxsgGxsgGysmLiYjJi4mRDYwMDZET0I/Qk9fVVVfeHJ4nJzS/8IAEQgC7gH0AwEiAAIRAQMRAf/EAB0AAAEFAQEBAQAAAAAAAAAAAAMBAgQFBgAHCAn/2gAIAQEAAAAA%2bNV7lc51hbWV3a57KwHWE%2bymS3lkPtY8o9NQR%2bWpQAYjI0AbybnX1HmhShdH9v0bV5WD%2bZlRV583Q3UrS57FwnuPZWN5fW1la2BoOsqBVtOPHybhzaPI11BUBfpPRgeZ1lgNRaL257VRnfL3LyrJvdlJtDea55sudLvL692V7pdH06FcVcuuz9fi9hdzK6mz2Uw%2bCoA3foMvGZF1lH4XuWqRqsZ8sqjkdZ7i2n2OExsR03Qaa9utXptRpbYxGvEYEKkrr2cVjqWi888u8kpLTcWdf52KTZ1rdb7k9qMX5OVHo/Uayfd1nnFCOyvr%2b50G022mtbafIexxecKvSRIRjY9fkPG/D8HabwcrzZoLpkJfoPTMQbfkrucs7cT9kLC%2bfskns9Zq9Zud1dnnTJJGvK9Ri4yDEMIKXz7598gLvaWyy1E9l3Wi9E9pVqA%2bSe5z9RcbG6zflwY62Wp9E3Go1dxYSZck51U7uZyqNjBxwws15D8%2bU27x7h0AG2aw7X3%2b6E1PkNUdZ6XT7CB5PnRvl6vY%2bsegWcqwnSTypJ3cZ/dycxjRRQx6bzP51odh5keZV0smPe17/ZfRRjZ8i9x9Hbeh23kOGaUtlsvUfWtR0mbINJkyzvUj1VOa1BhhiDVYP59zGq8mTQ5qDGOY4N17g5ovkJevbLb7HJ%2bODehrz071veXiyCHkFlSZBFLz38iCawMVoa/C%2bJYnS%2bPxtHnkrOfKDcfRM8YfkJZWg0uwtfFKYLSEuvYPUdloHmM4kqRIOVz3OfyoFiACOPBwflnl%2bi80z%2bsrqqFCmBmP%2bjLxrPkB15a73TY3zCOA3JovbfT9pcFcpCSTSSleTlc7lAxBDBGj4ryLyfRYjF%2bgQMzGiMeUnuG/YD5Gm3G20Ft5BmAzAikar2n0veXbkQxnmMUhHoj39whtEwEduS8X8jvs95pvEzkOJGe2V6R7WIXyPe32tv8AOeW18sTEk7D2j1LcWxHKpiEeVznu5y8xo0ExgxZDwvzSVF8l3lliIsPo5CXH0ysf5av9Xa2/lmTO6MN0vd%2b0eq7Wa95XOO9zno53cqsThjRBAyPg/nr18T3eh8wsayOJ/H9/1ovnDRXl/SecCiR2qw/pPtXquvLFilsZMqQRUc7lTuaqJzWjjZLwXz8Vp4JrNbgGAiD57fRvag%2bE3lne4HMwwx2jSV6v7N6nSeV%2bbRLy922/2FxZEcquROZ3KwAajMefeVZbtH4Ze7TGVvAiMOlh9LL4vc3VVga%2bA1rO6f7V6LhPOo70Tp8vVb71PXXksq9zWxqGJR5XH4LHipzzdr40bf5CEAENpWd77rfJbOR5bWDaNq86z92zWf8ASd3pZvZrzTziHa%2biembTfzico6XB%2bU1OSpK7rjRZahla7y6Du6KraIETld6F7T5bIw2XkAGxecW69uj%2bueiamQrGRsphfPIqbj2LSEd0fyHxTO1zrT0T2bS4/wAV8ngbPAZX0Smrg8Gt5UsfpbzfLZFCAG0pVJee%2byfQdHOgZGjgntJG4HRQPQdFMKOu8xxl/d2XRK%2bJnPP/ADiLtsZht87JHa%2bsByO9nymQE0sVh5j1DqPomTZsxvnkCrzaybL3b00cDW621lgqsjj2SPO/FaE0y2q4qbfM4XV3GImRJYK5GpLkMYrTyUP0mu2f0he1OX8a85l%2bsYKJr9d6lmPRKLQel6CwhUPnWRsMPI8MmZ%2bmkEBY6WJgrfQZyvlMk1kbmOmqVbuWyvHZT6Df/Re0jZjL%2bB3n1B5j5Vu/ojT/ADl6PDq/U9ZZVuZw5cu/2rwbxyVucr4eljc9hiaOBnpQnyad7BWXWlv2bGxl9oKz0P6G3M2DT%2bK5ab6fX73TAkmpqzV6K1rs1nbA9Uszyimg%2bTVaRrJmTqdLJywjcvQOPLlWZaWAkQGl1Ff6f9C7axg0ceFHLKtZ0%2bQOuh3N5Y1tDUypDq%2bor4eexecpc812Xzehs8/CRyEZETQSJEaAGPFHe%2bw4X0X6C29mKEZWEOYxUh10e4trKrpIEmUYEZwKrPYfz3O0EjO5uRo85E5gzKGNpzPWACKASe42tV9D7%2b2OFHkI8pFj19d1ncWFZSQDzpKC5sSiyHnOSyIq3KxdVnmxHxmSxh1JJMOMBkGu72X33zX1L0q%2bmIriucR44VXFdZ3UytpIDrKRJeMESrz%2bT81xVTFx1fooVeJwY5DxtdYMZDr%2bq4Hbr6LhzvYdBYSnOc9xOBX0sWZc2cmHT1HTrGW9Vh1tXlsF5VnxZWkvCZ9BlhMlu1E0Sx6gUaEOf9NcX2jSWcwsgjuVQ1uboNXf2hoNZnol3ZzSdwIVTR4DzHBRq3KTNTh2MICOZdbYlhwqpAFgj2fvUP1rW2k2SY7yv4Vbg67c39kWJXZvMaa/nFVkeHVVGG8zw%2be7JR9hh2hV0dS6q0cOkhxlnhFS3vov0D6FbTJMk5zk4Vb58fT3trJh1tBnJGssJHMjxK%2bkxXn%2bCyYM9XazKwuCaOUOztIjqmANCznZoUj639O0c%2bXJNIORzKzF017r76TFpsmBmssZHNjggVOf8483xdImd09JWJHIM8ffhPEhwYvAubHLRQ/TnrGwuZcqQYxXjr/OXV%2bh28%2bLjqiW3aSjKgQRKilwPlHnudvM1OWiG1jnx9qydGh1bOFOtM6CN7f7Nu9DNmy5BTK2L4zifKvVPdZ0D51ynr2y9STnoGPDq6PAeT%2bTtOWHNyjWjeYGq6XDZWgXus6ocb0v3He6qymzjmMVI2W8Wzcr0Oxqc7VaD2fRIPmgFDrKPzjyryCuuLKuvMWLg8ePqJR4ceFDdzZ8dsXVfRmu1t1PmyJEkqR6/PZyOEmtEO1trBWgCFkGtzPnXm/iUOTpY%2biwgxsDIFdybIlMCvRhyTQR5H1Jrb/QXEyWY70aGKF4IehNEVzlUcYIINPkMN534S9LTRaTzUDVhnSzHppNRAjwkKWyikF9A%2bq2d5dWkmQVU5ULLi11yaIIbWKMMWPX5/I5jyzxQ4pV56B5jFESI5JrNBbVKV0QDi2lfd0fo/0leS7y2lFK0am48lzgQUOMIFa2HHrc/mM74h5i44rb0DGU4nAVskVtsYFK0MeFOs6rW4yV9ia6Vb2chXtr4lZV2Lq2JYMIK5nuHZOBHq6TOZf5kokkhuNzWZaFw2PG6T6JFoebCrz3FdostD%2biPcp1raymtoPM89msZP8ARLWHe4TzWVp7TQem7iYKHV0uc8y%2bdBK7rTdRc7SckU8Qya7SZ%2boL1WaxgaShq737F0dhZWBY1RQefXsQrnwrudcMA3Ry5kqLXVdNlPl/ItaI8vaCzwIJAMhTg3G7paNljTkOHR1dFD%2bhPfriysZggRctF0OptDRiMZlstL0EiWeJV1dH4z80yyw2WR9W/KOhALFhSkPvYEOJHKNJ9vBqKeX9b%2boWlpKKGHXYmJebMstramiS1nTZaRqqmw3x9UTSDi31tews86tCwcA/Lshx4jwPS8kzslSlsvs7a2dkRQQqekqXSZIWLPtLabIRkOny3yNgEkzo8XQaW0zQBQ4MaRUmUWksIgZUFpbafJwzWRNX9kbexkmeCJDpKStiktLq%2btzlFGjV%2bZ%2bUvJVIliMF/fVtdf0kymrugue6bo4pK8D7CVa0tYeBXs9Q%2bq9pPmSCcVAtGsiVzBBjwoNF86/P8RxVOcFlf0QdBEmVdcCsRZErVRpGaLJsxSoMoGeiC9S9O9X2tpOkmPJUjkRGQwAh0ma8fxPllCqnNJEa0gKbQVsmBS1jVNaa2DChxZt5GhX0rJVgIvtPoNtot/fT5ZZMlUcPhRYUas8%2bwNNUeZYQhVWWrpTDVnoGem9nKdnLf7mLSRa21tquw0%2bczcOvsfbdfemPutLOmzZDmIRI0ODX4LHV0SnxPkY5clEWTIiT6%2b30GevK3GsR%2bl3QqOpqdAR%2bry%2bdDXxvTfQdPfzXxdRsrKXLcNW8OvqMNSRIEekzfklCSZMlRo8yvsmM2dLFXOAVNZvZHnFHZ3lvFytIFvaL1%2b80l5LeIBNxoJahcgo2Yy4GRoQqDP47zFkmdNYaIzpCy9Hnquqc0m72PnubvLqxt8Dj%2bRbL2bR3d1ZzVR8Cvn3EsaAiQCv4cOubS5%2bs8oz3SbGYaPzXK4kx%2bKf2o9wzFRb3Ol0s6T8pYKLP9e9AfoLSdIRzBRGTORjSKfkgQIL6zKixnnVYpZug6OGHaMsaWNXuuv0htnSItfEkQKHz35arfQvUJZdNOKZCHDGKQEVxJKFFBiw4EcGUFWYnL0TTWE0wKq5NNraiKf6C%2b5c1qBzQMdBwfyVltL6TPh3N7JPzTSuAbhCaR7FBCBAixI%2bcglz2dzWXCOfpX5dL2TIz1ZYfSH2dWaMQ5DQRsB8X63aXQ4t/aSiuEcihI9zWNREBHiQg18KnopESBm6TO0W19iTzvFMsLuvy83749br5N%2bELxx8r8g%2bi6CNCPophyPCYyt5HtbzC9FjwoIIlZWZ9hQRKEOR9D9Yt6XE%2bf56DJq/qb6rj1%2bO1mwRkB4fmyxlVzbu0KWQSOSW9jOeMbnPDGFDjxoNZW09Ycsurpof0Nb21dQZHDYHM/oB6BHx2Xv7ej3VwOIXyTLz40m3kF6QaOyYZjBkax5FDFHGjihQIdXTxbOyzmV9X9YLKdWUGUxuD%2b88r4h3q2qLQ5TS7%2bVAyHl9tJPJMcriCizpIRtVzCP4cUQGhigj1VPUN6kz/ANVaQKT%2bp6A0ImH2Wut5Ta%2bvpA%2bmWFT4taTCEfJMRQAmSBCanOL3PiCa0EdkeHT0VXBovZPaGM4skgBAdNlPQI48CLWh9IPg8dNkvdLK1kd0w4hqjSEVVANOjxRR49fXUee1H0DOGi9LOjQOkka0A2hhw6%2b20z/O8xLdLkIg2HllGEzlfxHcESNjDjwYkKLUWftVorOKjZr1aruRow90aPXxbi8F5OKUQ41I6TIbGaQpeUi1ktghx48SsrauDN97uE7io%2bOSVyIqq1oOcJkWGpruqxh3Kr3kKQMQKvKriK1o4oIoxDCEG62nIhVcgEmco1VU4CPZzAwXypmZAbk56vMGEFrnP55HsEBrVUbmj2c5rSJxEGOU7hLzuQTHcqsiQ7J4M%2bVXq5zyACMLecV/P5I6t5zuGmsejlahEZxHxipzlQbEe0qBEcrKarMZznlcxgRsbxHK/kAnIirCsdM1z0awqjVjY09FVzRta5HkaB/SK%2bgZIe95HKjGDRe5eVGNYxqDrNrNI5EUalYgglLyuc0beTnkaAEC4fAz8g5HEcqtEioiNXu5BBGwPbGS5FREGXkrXOmI96ILuRpFeyFCbcNqq8x3Pc/mtXkUfJ3MY0QxRLrQGdyhadreiQjpZI9zWjcnMK0hARIS2TaQR3uIvcqpyK3htRjBDDX7SxKiKCQnMiVkt75avVrG85Rrzy8kWvbYhpHlejnOV3N7u5jBMaIQm7I7%2b5zV5gqSYZ/SHPRqDV3NRVKrmRa2QePVkIqv5zmqnIjGjYNBQrq/K5pGqqDqCnf3SOciIJ6q1vcZy8OJElrWwZDlc56LyK1rWjawYoussHoruROq1KRzXHRURrHORqNcR/ORkYJEqGve9XKi81iNQfNZHXWHVheRWV7yK5OcVORrWvVWNa973KvDAxEp1IrnLzeTkYxGcyHbXxE4nIkBxeRzXIZGo1EIqsGj3EVXKgxiGyqM5z%2b5nK1GcNrBxtXKK1yK2E9/JytcpWt5E5yq0SFQiq5ytE2O2LGIrkcqsRGIgxw5OllJzmpDdznNXmq4iN5G89zmDGdFfyvXmtYIdY9/K5O5rRIxoI2jtHoqJDegjK1yNe5/NRGOJysaIruVHufyI1sYMNXE7kYnMYNsaTpTpydEO4YXN5Var3qnNbxEUfDeROVyvc3uE%2bLWIXkVE5jRsCLSWK83oCGKNogSzOaNXryN5r1ROahFRec9yIoTjq4JnIq81omDj3NwRUWOGG8SR4sY%2bgkyE4PKjUa9EXuGVWvRykRvDO6DRGIqcrWhGA%2bmI5UBx4sRzWx83n/TSSDoznMTmO5UVwnu7kcr1Ro5LgUAyO7kYwcePqZzidHHIIjHuXmVcaW97n8rORE5yq4fP5Ecqv4ZRSErKUzntaMQ41no1eoo0lxV7u7uHDaExCorU5qc9VVrXLzXpz1GRFMDMskciCFGJrSq4cCfylXl7u5ABAwsrk5qD5yuVURV5qryvCZiyGU1SdEYMUHS3BUWgtjNcbuXu5eGAbGTOTmoNHK9XcxVREVyFivIZ3RcuXmDYCv35idmZttyPJ3KvIqtGELyu5GIPuUqovd3I1XNLzSqvNzMZQjbFbvXPrc9rTJziIiry8vIMQTu5GIPkc/nKiovD56PJzk5epKR4hir9PemBTGuV7nF5qO7lVeQLf/EABYBAQEBAAAAAAAAAAAAAAAAAAABAv/aAAgBAhAAAAAWkoAEVLKMmiKAAlQoytRQACVFDK1FAABBTNqFAACWFM2oUAABFJUFAACVChBQAAlgoQUAAJUFQlUAAEqS1AolAEpKgFBLKASksCoUAABKgpFAAAJYKSWgAAECkKAAAIKEUAAAgoJQAACCkWKAAEWBUCgABm2BSLKAAIVApBQlAIUgpKlAAQUiWgigARZSXK2URQAkqpUi0EoAGaqUhZUKABFSiLKktAASWhFBKAAECxQAAAJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/xAAWAQEBAQAAAAAAAAAAAAAAAAAAAQL/2gAIAQMQAAAAggAAVFgKQAACxYDUQsAALCwKRUAAAsCoqAAAFgqKgAABULFIAACxUAqAAAsogUgAALCoKIAAAKRRAAAFiiAAAFhYUhUAAAWCoVAAAAUhSAAABSCoAAACoFQAAAUgLAAACiAqAABYUgsWAABUUQFgAAVCiBYAAKQsqAsAAVLAqAWAAVLAqAWAApAUQFgAFQCoFIABUAqWKQAAqAsAAABUqAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//xAAlEAACAgICAgIDAQEBAAAAAAABAgADBBEFEBIgEzAGFEAVUBb/2gAIAQEAAQIB99JX4VqtWrr7LtaBRlcV%2bHxtStPwJVZjV4dmNZiHEGKMVqTUMX9X9d6mp8T2swTM6oxGIh64/ImvrAUJWtagLc9j%2bXyhgViU1IKkx1xq8RcP9I41WG%2bLbhDCfFsouqGKuF%2bg2AcBsc1PSV6xmRjLRFmhCOOyAfHWta9wKK66iK6r7b7CQoVSJWldaU001UV44xv1vgGL8XwGk45xrcUY1eHXhnEOPk4VuDZh3YVuOwmMaGWZ9ZAJjCb46/RHjr1HajGRnrWZl7HYK11YiYiUV101V011oip4BCviEKis1ZNWPhipK/j%2bI1PRbh5eJk1ZCCY8eE5yQil7E64rIWa1rQ9hKa/KmtkyLbXZtrKnS1WpapaMdaK0UCa1ANa0Vav4xWF1owqyZFWXRmIwq6VnjAdVWMukbBt19NKIKR4WPk2uwUAStKqacWnHx6EUARYIPczWtdHsi1cyrkMe5FGq2R7lAg6EI4vKHWj7KKEJqRBlWXPry3WlVWLTXiVY1VQQAQQQfwsLq%2bQpzalR55VtdLQrMKHsWYZw7YfepUmJV45FmTklulWpKkwaFpAWLB0IIIPtMPRli5y56VhkQg5MZd9FtVtx9h732oRaFpDTNyN9CVzHrxcbHrICqo6EEEH2How9GWzLXLRUpDhOqzYgJlRcGcdcsPWu6lUVVUjkcl210oqmCmOtU0JoQdCCCb9B6HrcPZjzKGRXTMKZUBpLqYVUgJ1itjsfWtd4tda2NlWQ9eINMw5UtA6HYggg%2bs9nowxply0VTDnJAlRlglwYhRninBb0AUUpWtacjezTaglZjzBFIrnh461ABBB9Z9T0wy0zFqOKeYUymWKsEYLGggPD2Qw9VhVoqplr5lhMVWMExZiJQlImtQTWv4TNEZIzJWuLOYWYpyI030IC04W3rSgLRWJWMy21oATB1gjGmMtQ6A8QutaA%2b/WmmRMqMuHOSizGmYmOzho/azDuRjDK1rWtaw7ZdsCsd9KMEYgxgg6Heh9OvfWtNMuZkeYUza1lDWx5kAdiGb4jIPVaVqopmVYRCd9qcAYK0Ks38zZozRkBwfv12ZmTNgmC2QJQzG4I2nBg74W4zdaKFjzIhJhWGEysYS4IqsyOayvyS3lv9Orl6uao52nlkzlyPMTe/feyxc3Pn5HMZHOZHJV24NlxtGIRLlMsm/TGtrcxQorXMy3te0tN91zEGNbn8uzlBV%2bsaBPnTMo5XH5bH5GvLFgPe5tnbMbkLeUt5e7k7%2bRuy8d8iYkxJZMsYppJgCxR0o64m7aqstsuu8iD7UygZuTRi0cVTwNf4%2bPx0/jV/wCK5n42%2bD8NF1F9V2Nk1vve97uvzcw51vIPyDZxyA1OF/mZWJSMWO%2batBrlscGPLPXhciaLZd8Eb10BjCpFxsLDqqQb8/l%2bRhfhXcbdwP6Fd%2bPl4rgze2blMu3Kaw0/5ycBh/iePwKYOZVmKwrLzMCRZmqCIYyelFtby/IYiKD6amsMUqi1NXf%2b2/I3c3/tW8vic4/5BTyaxltorwqQpE0Q5ycBeIq49KApyG59/wAl/wDTW8vlZLs3WUBFlwSMOmHpxuXlXHsEmBda8TOOlaCpWNuVyV2cb7uatzsU3Ng5ONm1ZlhS2mxIo0Q4vey5JZk5XKZXI/tvmpyguexmcucoNEYR4JtJYvoLHbWjBFx/hMAClGHFpUiVXVXrmu9lOHjfjT8fRZyFXG8LfwtbVy44dlMQaaWnLKVuLoOCfjsVOVw0xAvnsxjmC0VGuXhC4UqbE9F6ACV0fCUYVupZXHDJSldeTj/rZvGZGPgZGA/McZkcPTxvEcfkTnk4%2bvNooXHiTTy%2bWrTRyrcTVWnMcZbx2ZicNxPK0srIvV0tGPMZrFaK0MPZWaWJVXXbNQv54b2CycKuMtashruTLwW4Suinkaq8egOcZcfxsr%2bGgJ00ungitX/nLXbkZWD4ZX5A7mg0%2bNMEcUmo5QYRuhG6B82ip5PfdZuHrj5elU4eY8q6eFWxv1/jZaaVrSrx8TGgFcTp5Z0IAUdGquX9e3Asw7MVkZVlUdXm8gGCD0bvXWmVo0I1hywqnHTGlZjDx14%2bHxhfEL4kGNBEidPH6E1or4aNT49uNkUWVvWk1eLlUmKddbEMYSuHpw0cRl2jIt%2bFgtjNWRNa1rWtTUaMTBFidPG6WCCa8TNMHW2vIr8bEsmWHlZrNsfog9b6rCTxshHigs7xLFS%2brCeor1rXsYxYwRInTxuhARNQjxYMtyW1ZFWUs8WCymZCr2RAemCqQVZHiSzvjLKcm%2bzjrKCpB61r0MaMfJYsXpo4MBWL6GPCLFvrykvHWQjGs5aQgQw9GFWO1BhjGqGECY9tB8MM45Uggj3MeWstlcULCGDiyI6xYOzCGDS0XjLDQzIDCo3r0TG6WeUIrhHlZNvGTTDi%2bSViuM6FSJsHfoZYMpqErAg6YMLwDUVg7MMeNLJkS6ZCbZbFSIV7BPoY3VsMs6vlECssxs/G5jEsQiAwQQetssUSsrFmnBlsC1FCOzDGDSyZ9Vy3i9S1wEx5cDD6MBPEAyyGWQRjWWjggih8N6WQ7EEEHQ7tgDtRdXYp2xd7ba40SCb6JMaPLVzK75kRHtV5inKUxoez1YFZgIZsQiE2CyHrj7saxGUwdD0MsBcp81F1dnm9l9yxYGQTfZhjywZMyJlP4obRjnNWLD03REDGGDsFgh3ZGgnDWYzUuh2IPZ5yAysrJ4/hM1bBddbyPIY8x%2bSwIB1uGGEtLplnJma9TVi9MaZY9X6E0Cem6EEQrDGmuCek1MhBWA7Howyac7ARyMbM/ZyLjRZMLj8esemyTGjS05JyJmtWfOUzJhhh7YzIJKBuj0IDEJD9cU9IrNbAiL0IOzHFlH6H6H6CccmI2KMNKVHpuEsXN7ZLXy8oVep3F0MMMPpZKGAsDJtutkbIvgHljskrZSpBEE3vcI8fAVPWgRWTxA63swwwxpYbnyJkkwQSphEBHR9VJaAup9GIF0CZM4S9IkrZWHQO9731oK6hEUzR73vZOyXa1nl05JonSmtsQWQwQdDpTvHdI/WoejK5ZKxkn8dyKW0kSKdg735eW/MWC35Nm85QyPPZPl5bJhjywvLTzNkEI3OMOUp7MHVRWUOVshLAAiVDHEQGYt%2bLYIsQg73ss9v7L5pzhmnLs5H/AFP3Tltkrn15y5PzC4Nsxo8slktmZd00EScVMtHWGNB0scAodOqy0QhZWVBayGfjuZWREIPRN12TzD83dzrc%2bOTwp%2btfiHGtyrOSp5yvlF5XHyqMWtdGGPLBbOWyJoCwpKzxsvNgI9BDEmK7TIWVPYjRAkriiNONzMewRYCJpg1WRxY4Ffx8fjrfi4/GB%2bMv%2bOD8cr/HhxX%2bccR66KtKNGGPLJaeYzANbiBZgS4AkdMOlKjFcKyrHWuywVkGkWwh4Z%2bO8kjArBBNEGXxbqrKmUQp4srCxhK1EWDpo0aWNzecSsEaCVqFx1tixzGh7EMrldjuyAiPFl5pSyasXStw3JrFiwdGEOtlPy0563pk/N8zX2ZTZACgBRNtGNjZ2XmZMTposrlNeILjcrK6mKT2ZW2O93QlgEpmRKooVciwQjAzePzlikdaIZXR62oBW/50ZitYCxawviemLnIt5bkutt2I0SIb4kdfRYvWObFEtEMxpcFla22PFB647k%2bN5BSpHZUo9D4xxGwv1Bh14deImKtXjowklzfdzPN9eIghhmN1mWK2lLLph3t5USSHFTNMaW9VxyVKP3wt2DyCsrCCa14/F8H636wxv1xV4ahhJLNfdyufaOlJA7palr5aMe2xI62BavSsViVNLzjzxUu4C12liTOMWmYueHRgRBB7Ho9GEsbHvyszJdcxfRYOt1vkR5iWXKIyFSR2kxxWjig3LZKgZoyuq6EtCswUrgWjKpvVgRNg9b2ZswkkmyzJyrSwdeRr6E1FMMEeLBKmsFZKug9MeVx0xwQxRZZK6WSwuxLHFroWqAeNb4%2bUrKwIm97B3skli75OS0YEWjMrYQTWoII8QiE41uTUjtCnphioZdaTzqlcsOPjbvuNhsZ5gY9QrVQAV1j5q2K3kG8/Ly8/MsWsuuyiCCNXCxcyqAq4Omr0zeNUMEx7cqmq0s/phTEGZLrQUSqpUuyrcsv5dYeOtdSoF6M01dWTTmrZ8ny%2bfn5/I91ua7gaaN1eJnUkQEdpAEhCQxGS6/H3NQLj1fJkZbKlHiirx2fgelFOJjeNaVgTWtEFdJkLnfvHN/d/dbJ34%2bJEaGauGrVyqelZHgULWK4kISEJkMveDgJ%2bOZX4uPxpOAThauKXiK8bIwMvirK5XVgYaJ41oqhdTx8SGVV8PEzXiU8QuiGhhglojDLpsq6BVvNYBRK2cRw8B6xcbieIa8qtLYrYX6H6t2Eq8nVmyrGxMSurSKqhegJ4sniEI0QFC%2bPj4kMY0YCPHEtS2m2giCFq2aIGiNFlg6UfhdFoCamimow5GcnyFePVjU4zAylVGteJigQzx8Svh4eIGumhBDQgqRcFjB6raLcZ61m6StHwvKniG1CkA/BVshClgGmmUnlqxVTRTjhWHgiqAPHXiJ4%2bOuzNeOtaKkGMDGBlo3CrpbU9VuOExManHswsnjbMOshlYoi6/EeKjzHthXw3tpnVV0Y9PiY0qQKAAB4kAa0V8fHxK614%2bGmBBVh4sGDhgJoq1T470WUcfi00/q24V%2bDfxzYizyx6eE/DTDHN%2bTh5m4YwSWpmYtakEBK0C6AAKkCAeOta1rWta0QRplKsHVldPHxVDU1dq04eLifD8TVWY1%2bJdiZGL4cPwBJmTyPy1UGts7GzIRrfNUVzxKLWq68fETRAg61rrWprRBE0w8WQqyNWyarBjy88NjCvxEKPXalqXV2YrPkcpyH5Rg001opF1Zpo5OuyOvI11xZ4qNAAa1CIvRHprsgia1ozwKvWysAWZ3YcdildaQMr1vjLgtx90P41jcCuEtWjGVltooupvltbooA0IIJrowQdHrWvTRBmteJGtEMro9ZVo04jiVUjx8QAvgayNKgULrREIKlWrqlbkZ2GsEHQg6M3sQdH110BCNa0Ro9NCHRq7hxXG1V61NCAa14msKBqGGa0VKsrLS6My5uMrg%2bIO/Le4IOjN969zD0YWZtlrGwcGqnXWoVEH0kdEaKsiwFWsS7HCgAa8fHx8FXxIP0l4ZswksxaNGZmxMWijXWtajBPpProhkWAq2RSK/Dw8fDx8fHx0wI0PfxhBBhXw%2bM1/D%2bucbj8b3PS/UfUgqwEA3cgGta1rQ6YEamh66MI8fDx8PDw8PDwqX01/IQwVZqxffUM1rWta16amtda6qAH1Dov9hhgmhGFyfTrWtd612fd2wx7j1J8fY/SSCerEH2a1769CXlKexg6PRg%2bg/QYSzI5DL0P5DD2ZQogH1Owm/Y/QQQwUgmXICD/ADscVR6sVHpY4H8JUoVVurEg6H8Z6aVqPUDsx3HWvuHZhDKjQrofzGULofSxgH8pDBDLE/iPZjnFQfSYxC619p7HoQV0DLUg/jM0g7HqYxC/wHsexA7dPuPq0oCj3MYgfaPQ/TrWoQR9Ovoc46dGD1YgfxH6tQzbr/CYIgHuSP8Ag%2bIli/wNMdB7k/8ADYQj7j1WoHq0AP3H6R9pDr9h6MpVR6sQOtfyGD7dRgPrMJArX1d9jrey3ywTWtePuPU/ewsH2GUoPUkpv5Tf85uNptpugb7z/Aw%2bsmlQPQkCMvh8fwfrNi240qMB3v8AsaXAH22YTKl9GYDrXjrvVtFKH3P83juGWqPY9bY01ejMB9RhjQfSf496HRjgH1JJrRfRmH2kRl3v%2bnRI6MvUexJbHTsnzUdD6jD146/oYK8HbCbm97JlY7ybqE7H2ETy/pA9DLx6baUDu2wKo7H3a/nH0ZIE2e3bFSCOTKl9B9//xAA%2bEAABAwIDBgQEBQMEAgEFAAABAAIRAyEQEjEgIkFRYXEEIzBAEzKBkVBScqGxBULRJDNiwRSCQ1OSovDx/9oACAEBAAM/AfQlDgMCUGtjBxTyiOKdCCB1XLTDipgqWoypsuPRZqeiAarYQdFJWUKUdUYR5YZe6so2JaWcRcKC1/NAjMOIw4HYIK%2bJSvqMTsH0JKKjXCGrXC%2bAw5hTojwRKJGiJGi6KSspU8EA02U/deX1QA0V91BvBaCFYIAIukoBttFl3j9E4knGMTmBWak4fULPRUOIwkdVbEsqwpE%2btKhuAQDVJxCYgcbqyIKh2iaEAZCBCErcXBWUqXriVnq9kBqOyESQmgLNaLKRACyssFANlEkp06KMN5ZakLK9w6qHKFBQLZGvFQe6t2UEEL4jB6slWXBDUqym2wSnFAaoBCUIwsrbNldWVldSIQF0JnYEIEoKFEoA4bysxyl7TzAWZk4lrl9tQowyPyrMPTutEGhZtVwCytjjhOMDESs3DGPTk4CFG0YRE2V9FDlDkTScFNNp5H%2bVII5hEOIwsszY48FIwyvBQfTHpy5AXXxKnZBoWUKB1RcdrmmSgDhb2shbqfOihy3woY0/RQ2o3lopaO8KXO6KJUFZXLjH/wDcSCASp9GcCTAQawK0lAXKL3prdcZwzYBAIe3BWqGZfN0heS/pdb56ha/RZavRQSPsrYWIR%2bqkIipCD2ehbCGqd7DKNUXnZ02I93vK9T9CmkerQvlnmoe4dFI/dZqQjVqgq0fZGUHNnigsrwVfX0JQDVmN0EGtujMbRdgGqfdWVlNRec/sUTQH6f4UVHDqvPb9VLfooV8bHCVcX4rd24CJKAsrrK2EXHa0UQgo93YrfK8156FbjB3CjxD15re6ustQjqpCvhDu4WYEYQ9SxDZk4cVxQZTlF7zdAbMlaAYEKfeDe7I/FPYry6X6lHiSt4dwtFx6DD/KupsoKurgqaY7bQa1ElaAIHVRxU7RzKwCmPfWcvMP1Xl9nBQ9ruauFYdlOZvKVaOsK3bHipGE0wNqVDcMjYUuxA2L2RgLRD3mq1WpU0X/AER%2bA08nLRbzf0otcY5KQY5IZuhV4xgrioqZed8ZUq2MYXUobF1dGEbe91QyvKik5eW9TQqjl/lfKrMPcIOpzxhb4CiRysrSuP3wsuC%2bHWaeqzMB2DKsroNat8qSuats72Fve2d2Xl915Lv1LdqKWVP0lfytwdCiaXVZXyFO9zVlwwur4Z/DgcRbYGH7KxQJvhfb0RxaNSqY4hUj/cFT5oe2AnsrNUs%2bpVyEDI5tKglbrwvLW8RzuFLMqgkbWWqW89k8FkpK2qARJVrrlsbytg1ouqNKd4JxnIq7j8xVYdURwR4YNKYeKBQ9UIc00cVRGpVGnxlMqPcByTX5%2bQUj7oCq9WlRUcpcerVNP/1U6ai4XFS0O%2bhUtONsMlVruRUsB2ANU3mpRRXPZuoYgxhlPcYa5PedU4cCi7jCM6qFlvg5t5VQcVpeFNpQKB9ABUwdVT5poXVHKd6yJT3WV3TyRDe5lb4X%2bof3VlFVeY1D4dMciQiDHIreLeB0WoKgwVfZz%2bH7IqArJrKalyk%2bhvBQyU6MrU%2bpdOdYhFUyLhUOS8OeCb/aVXZ8oVdpu0qo1EWWWFugolSNrKsrTdTx4oR2Tp1WaU48FKrVTZpVRkgjUIiOih7fqv8AVHqo1/Krhb7e6O%2bOTv5QFY9Svu1TvK08kJ7jZy1CznhdZWonCPQ8wIliBfoqYE2TOSaE1BNTUxypO4Ki7%2b1HNLF4ho0T2WutLqW7RbZF7nSTZcAFWfoCvFOPyLxJ4LQvK8JTb8qpM0Cp/Hj/AIrcH1UOCjxIPVTHZy3Vcd15jurQvlchYqHEKOxW7s/DqtdyKDmAqFeyk4X9CaoUNQzqyjigmjiqbT8yruO40rxbbwAq5YLA/VNHzNIVKqfmTSFCpO1aFSnRBo2bLO8kqneea8M3gqQ4BNVBhuQvBsdGYKhmtm%2bypdkyq9zmm2VAtF1vICqD1C3mfqQkhXV6f6VmprgpaDxCls/dS3tfaH/jNBdEWUAj0STj5gW4MIXVZFUqaGyoMaHA5jxCqkQ2yr1dXJ7n5RVDe9l4mk%2b5%2bxlA1N%2bQTxCr0ok5mfmCY8SIwIKnaiVfVEplNtyqzmy3db%2bYqTqXHmVWdp%2by8S10OJHRPywRN1TdTtZOjVSrg9lZpUOnqocvLaeRQyKHKVlKgxzFlbtsuboUXHAIBWRPFZV0RI0V8ZqhbuBCmnqR1VRphwkcwnTYqvWdorS4ynBr4/tKoUaNdtSlnztGR35SqFUeFfTYxrjS38thPZfHrNbpLblVfCDyDmHFpUP3RldxaVmYi0ypVtpzisjVzGY8B/lVvENz1DAGgCLX93EXXgRTpUnya58UJzSGZNEyh/UK1KkZYHWVV5hokwnMa6QRELM3CWt%2by8lhxmiekKW/RXnnhIlT9ECL/VFp9CdASrIc1HCUeULIUXPtxR44S/EuYQNVeCFQyOOUkprHWppgfwB5Kk9g5p9Kq6o0eW/XoUKuUtMALw7KbQAS77r4DMzhvH9gmwmOqt%2bHmFRvLinmg11RsO4hDkixwVtiykoI0acjideS8OaY3pMb0802F8OqXAHK4yCOBXxP6j8VxhovYqg2qXsdm/VrdENdXqNgkQB0VHeEA2lQLc1vLc%2bq8hw5FSwHmFZXI5tW6OhUFw5FcVZZXKHdFmEcVBuE08URhuqynVToiG/4VaNCE8f3LmmdfqiXRAQmAb8ShCudgJkQsxNk5y8X4QgtM9F4hzN%2bmIVGsXeSR2K%2bA0kUmW%2b6e4Xd9lTcbyVRZcNE4Srq2FsbqEx3zCV4cfLaeCqUyMlTuCnEhj6WYEarwD6hvUZfkv6d4d8nNUPAcFVcMraeUKs%2bpv2%2bisQjYqJXzhTR7SrFZaje6h7gofm5qDhZThIwIR4gfZaBXXJVIgGOyfpJKnVDqhh5sIj%2b0hZqgChzu%2bzJQKhDiEMtmrLo1OUbN8bbMqMHl2qJMmZhUnGCARw6KimtG7huYbwXzjrKuQocvM7hTTYe4Us7KcL4yJx3kQJ4oRhqdgc0WVmOTatInjxWWoHclFXvf0R6dvSZyTU2ChqoJwuVFUdQQoecJY1TSy8ioJCv9VKnGDOMkqSoCgLcC0QtbAN01W%2bD1UtBHFH4UgJzakFae9EYXW6VAwiorB3EKWgqQt0/dWI5hbxVpV9k6YQ3quPRbwlfwt1qn7reaBzUEjHNQpnqh8GIWV%2bZS0K3vr4TY8Vk%2bhwJBCmmeigkKHKQFDgrEYSFxxm2EBeWO6JefqtT/wAVuhXMc1f6ha98ZBZ1kI/DHZMcwhaD8BspWoOi06KHd1DlEFbyhoPVaFb2F%2b%2bPFSvLHdQ1q3yruW6t5b47r5u61wNKs13Ipr6Qc0zIXNZaxCt6sLf249PgiD0WvVG4w3QcLN7ws3huyspaFx2SFNKOq3WoB0dFvO/Spt1/lbyh09VFR3dbs4mg7K75D%2bybUZLXBfDqsPRS31bwr7dkVI9OSrtKvBQu3Dcd3Rcwjn/2FBK1VtiDhukfVCLIBwPZXQzjqpd9FZb88wswy4WOFeh8rrcka72Mc2/PCfTss9SOSAKttzKvHpPdThpjqr91C3lIGEfVSzsB%2byh7u6ggq6urYXOBBW6Qt3srg8wvlPVaFCVuhb9uS17qMclZjuTggABhb0rIAlbyCGwApOEPB9PjhudleDxVitCt0rK/91uqwXHHXARI4hRB6LkUMkflML/K3cNQiIOG408/%2bl/OOahTd/xVvTst8hTcqkDAe2e%2bFtkqXDurejZaqCoH1lHKeYNk17Jm%2bhWqMED8quw/8cLK2N8CaccWFD/KEDohfqoKutcdxTSHTC2E%2bGb0JHqWVSlUztEjijXpw1xHMIkS2QVUAbSrG/A88QGkkrxdV5bQOVvPiv6ox0/Hcn/D80QU6o7Nw4K3pbuF0CPsstSDoVF1v/Qry6aur42R3f0hFRUM8bYEtBwurYardXBbpGG6rL/cb9VGwPQDmlQZbqnixGiB4IFkONwm/mCNQZW6cVl4KobAIuOZ8oNA9IRhqvM%2bisQs4A4rOxec3upoW4HC6vjLW9sJqO7yszZ5/wAryyOMrnhfDeWqutcLBWWTxbeRthdT6YPBMk2TeSaeCZKaBohyTeSj0wtcM1V3dahR9VF%2bB/lRVHdf6d36trd%2buE73G37rgrPHSyGX90QpV8bhXw0HRbq%2bG5juRlBwBGM%2btf2FllY49FcqcNWn6L4jAD8w/dZvDO7f9KMLKW4WOByU3c5aiHfuhlkd1NMfZCyupRwsgphbzl8q0XxPCM/42QhR69/YWWWieuG8FCFk5rgOqDmH/wDdVftjbYmi5vIyuKlpbx4KQOo/dEHupbsQFMBS4dipce6khTUWWo%2bnOokLT1GoIJpTAgEE0oH1d5rcZMK60KJpvHQKKru%2bNlfHVbxaoeD91Aj6oOEqFIWb/KhWUvb9VfszANYSjM80aNZj%2bRUsBCn0AEAEFdMIsVyTgCUbDSVdAlM5rqggUED6FiviV3Ox488Jsv8Ad6AIOy84M/TC%2bzdXlWlZ2tR%2b11L9E1jt64RPbhif/wAVZ/2W8FLSr4Z6OQ/Mz%2bFbbIVKk6Hugrw3/wBRZGkimSn1Tpk6oN0eZhPfTzioZRJDnVCRyVJrqcOOvEqlA81wtOqo0Q5vxzPQyvEtduvkdV4wa08y8S8f7ZC8SzWm89l/UPEHdpQOZKqi5Ktt/CoO5uspnCSpjsrrfX%2b71aP5QyTxDz%2b6EY2xut3DynjiEM06gt0W7bRS1D5Tospw3Xdv%2b15bepJXmTyXlkqxPPTD/wAfxLX8NHdlmbrrtg6heHqi7RKoB%2b9pwXh38bLwGY%2bWO68E4z8OOy8NFs47FUQPmq//AHKnI36ioOG9nd3cvBMNqDZ63VAf/Gz7KkdGgfRUGgHL3VMjKGiM32TGjT0LL4te3yiwxgK2Bn7qGO%2bivV6QVKvjfG6h8FQ7vZXaO4WrSiHjkr2Ut6q68up2/wC1AZ%2blXK8toHFb0flCvhmb8F53hp19Eh09FL5H5UHJtkFuoEhWWisiJIKvB5yv5UD0BSpFoO85SVuqcd1a9kPhmOYQFT9TFvq63lBUjHT7LRXPZTTB7FTblosw3RcDCDKkStx3ZRHQAL91Lx0U6cSolXTmEOaYIMhN8VRH5xZw9AEJ7TupzT2WXXmgNDbmgZvxWiHPihz0Qykov%2b6LjKj0GUaZc4p9eq5xxg4XW79FYnot13KJ%2bxQdB5f9otfPNWwsrY2KlQ5fOOUqKk8DgQ4T2RarKakKan1W6FcoQSrwMICqeGrCo36jmqfiKIezT0WnguSqNRBnmjbVHjJTiV1QRPoBrSSbBO8TV/4jQY3xut0DmstE9kGtDTbynfwrD9Klg6KWhWVsBhfHeHWyOhW93VlmpqGjqvMXmuVv2VwFlZA1V1ZSMK3g6uZt28QqXiqIew9xxHolO5p/MqvwJVXmVU5oqPQa1pJMAJ9ZxZTsz%2bdmyjDMR0WZxXmHoCi1zOohTTOG6FCjG6hyuv8AKzStDyUsX9vNc1v95UuaebQoWVpPFccYxq0d9h4pldvJ3EegEEMQh6DGNLnGwT65yizVDseGM4ZQStOpUn6FQ1i/hBtS2iGVXweRYbE0%2bxWi3Qfot0rOx4OqhzemDfisU/D%2byl6hZlJPRRadjykQQQYhTZ%2bvtGsbMqpVPTlhD/QsrE8lb6BTSpnuFDo%2bykBEYSEdi/dX/wDYI6LecOi3yvPjqrreCh3Zyyyi5y4BBrcothwChSstMBWVk5ljomuGvsdYRcZOPH0fKd3CzT3U0QOTiiHL4tNQVmb1GBzLXG63j9F/JXmOjiFDl/qHHkt5QVD3E8lNSAnEwNeKbTaOam6mwUKVmqDorDYcw2TXKfVhTYYBThLCoOzGO40dZWn6l5Z7rmsr%2bilkhZXShErNdbuxvfT%2bFN/%2bSc16DPogJPEkqXSrynF3dqe4z%2b6ZSs0SUESgFOGVs7RBlDR2qB9MASSi%2bw02pCyv2AgeOBlS8rTuhFQH6YQpbB0KNNRZQrxy2BDlZo5uQbVM8lPZFxKspumNEnkmtJAKccDiXulZRGNtmpTPMJjuPoADVAaXTnm/oSFGyUM08lqt5o6rUq2Fk2owMd90WFHZhndUqIBdw0CLjfmnkoNaATqmNFgnFpsn1AVWoOvpsmo5Bo0wtt3UFVW6FVOid%2bVP/KqnIKp0VXmnHjtThbCyyu2Bhula9lvjopa4LXC6IXB2ipTbY8T4mpkpMLjxX9Uy6NC/qYMm8rxn9wVURIV54rmAm8kG2VPxHhiCLhOpvNkWmMC8qFCurbNsSuiCHq64SrIjZAa1S77r%2bQt/7qDgVbA4vr1qdNou8gBeH8B4YMYL/wBx5lQYTnQmxoqR1amck3koVpCLHHqqQaSUHPsiV0UCMJO1bbOA2hsWUFWUjZut5bwW80clDyrqWq6tGxKbU/q7Sf7GOcP4wmoMLoEYgqEKbC9PrvgaLiVKAGEWVveW2CFftgS9vdVHElObWFuKsoKthbGFP9TeeVIq6gypGAlA42WfwtQdFvlSgEcJdPpX9tCBRDSUZUx1QjRB3BXsntRFioKBar4FDwngBUcPMqiT25Y8NvPQe3oj8UzzVtifeQdicN1QZ4JzhMIxEIwpmy6LinpzTdBVKrw1jS5x0ATy5tTxWn5P8oBoaNBgAjO6iWgP12ZClCn4p3XZj38qEMPj1B%2bWUxjGiEA7RWV1KKN7I8kRwXhf6fSAAzP4uOuNNhgaqpVd0wEKt4c6ZmqnWaCD9MSFKh7XK3vr7ITYQw8uVEbTeSB/tT82iHFeGo/M4LPLKFzzVR%2b8/XYBT6bpZZOFnpr2yMOS%2bJRPMfgl8XVHho1JXw6LR02LYTwU8E2NE2dF4qsIBhCo6aj3FeFpCzAmjgo2QVVou6JlRsjCyyVXD8FJsEGQ9w3lA2gh6xp1JCzDCd4aoj8Ec54e4dlA9vZAqVl3hjJ9%2bEar8x0QaPcZXIgygQg5pCNN/tXZoj0SnJydXq3%2bUaprGwPdkFBwQc334wDGe7hSoUhQffyQoHpX9lvK8YZgo99L/WHr3xhcR760%2b9vsR2WV3vJMLK0e/KkYZhH2UH3eap2/AYOM7w%2bvu92dqPeRjld7mSAoHpwpPt4OGYQo9xNTsrelAUn3c34%2b4hvp5j7qMYuPbS4BWj0iff5T7W8qPRJ/AJEKD7S3oz%2bBZh19nLgFA9CfwTj7K8%2bhP4LNlBj2Eq23P4PI/H4UH1sxUbUYHZvgPwG0%2btG3KhNTU3Fq3on8Pkz6QTeSZyTV1VQcE5rlmYPwKHT6cqB7BjuCyW/Apb6fE7MfhZ2crvRzO2YCk/hZ2bT6MN77AAWd34ZzU7FlB25crK%2bPAKB7EhD8Ah23NTZl4/E7bYDJ2b%2b0/8QAKBABAAICAQQCAgIDAQEAAAAAAQARITFBEFFhcYGRobEgwdHh8PEw/9oACAEBAAE/EP4VOCXzBIeZYqAB7Fi4Uz%2bpkvOJkHaIGEuJTcpPcFRzFwaWUkxisHcdVVwZ3j3FiAsdk7AuXgFN/mXUTyS%2b03mve4BgWMOnoZlkq%2b0MWMf3EaA3MTluWpWmGDxt9xeHqIGl4lGRTWCWGNNscQq4oB8nxLDogYGVcfF4ZdCZPebIiRoU13Nwr5w8kKCbOfcMvIMJUEsceSOGhwzm/Z2ggTv%2bpTHAGUy1xFl4iLEt4mz5ij/zrXQhmXJNCRxoq5c/5UueKlyoYJmVtVFWjUCZMwxxFtpMgBAOiOLfn1LHB5JVWVLYWqVBF7Jy%2b0MsZLjUxw0y4dir93ObxLtBgRXqPUrK8zuJiscQ0A01qHoZRWi1tfcupLUlQrLxBAFPPiPAe01UxdIwBte0cKCpmtvpqSciQANkQwVo9huUDGb7dv8AUGsxEqMr4OP8R0aTj%2bojb6SWWEJJw8QjGcQ0qb9/nMcsx/SWcVPj8fwNxqcQq/EZAjV5lAocVLECzz3hiUFaIqA4uXSzlqV9kAGCGmiFVNXUEyCS%2b1UssA/94htrnfefIrPJNQYu/uJgYeJQFcQOZA1xmqgKac/uW0qCGjK3fiawoM%2b2L4qYVYUQ%2bujSHwC/ctyUdv8AMJOAMoNLnxBqVf7g0Mv1FNnwQSrSWqSDmooK0tVLbKtnp3M1xST4gPWll79x83EAmw/4ygpwLH3N307QWNI3PSjvxGnBmeyWxGkphdGf4DPRyhKkJtVg/MwQwNjxLLJxqOauonLmMO6I9zKW6DzFUUK0J4lJwuYql32lYJEdYSTtqBWSBqAVBsm3rgt5RSvcsTpiot3mIwawR2445tYl0ThpnBiNcBAwBfiEBVMYVwyjZE6e4nx8PzD73vkwwRxsafF6jbcSvX67QQcduE7QBQBWTxFtacUxDXaKqWnUQLsYq%2b0tf/bjtmNM8wFf9/f8BxDczMdeCxUNTGYy/ZCrbGYBa7ZacQsypdBNhV%2bIdAfiI0ruUHJ3nYM7iUawwSmoK8QSHEI0iWzZCr0knb6g6JUMHiApXRVmLAXAholQzrMxRtzKV7nBVmVBlKctNfuLyKH0v9kPGfsMkZBz%2bpmPqVeGzP8AmZPdMvzyMNEGqs%2bJbj/iOFim/qVTya8RsxC9ZiFYJXEo8zjrxCMPaE2q%2bPiVi2C13hhOYqH/AGZmFylwl0EhVxEd3cVN12jNKxWYwFQhRrvCKrEuowgwQdFSoECVKzBbDaEhCJEgiRL6BoVMmgGJbmFsABEhUGBT84gkN3aeRA/B/wAQKDkS9QgVlW%2bSJQ/cqlqxwxuBxcFuopwnH/qKmq8/Eq/cwADX9koRviZCPYQN%2boj/AM1/DiIoYnGMwC0MqzieABggtlFfcXN7ZzH1LXRqZRobDnUrFF3CCYjCCWJV1VBDcSBCX0qd4EuO4xIkXMTMNuEK12glqf3Mgbsl4u1fTGOrKj9P9wKpjXLE1oX9MVTtb8jFvNUrwxHLjcyZ337kJS4cb%2bn4gBvB/wCY4H6mgHtAPcJXh4lM%2b4un6g1jX8Kh6uUxbxiWLHMW0dq/M4xjzHOVPE7MMw8S5MX4hCHfMv2MJCzPEIBQE3AFURLZLcx94Ixv8Qbh0rMxK6Mei9S5nDplI7qolvcEDuh%2bMwK2vyipQ2aowBK3r4blhfAPTuXzsvZAC8O5YrHuoUsQH8h5Ig0VTk8PaJ99Coaf5gx7/MchiO/EQdv4XqlyYoukpCFBHmu6sYgqcxSwuBUOZg32jx71FUxg7wgxfglATtLSoBCdMGKKOHQ3CXCPS4y%2bhqPoQ6SxY/nPicaOfyxEqwnMZb1%2bDMEa/vBgdIPxKK6ys9cz8rmCLs5P7lldyXoeazHovWa5mhHf2MSHi9EbuqEal8QBv1Lv6j/BnU/9hkcwABlqHgBQZl8HMULctMBqI1LYArvcHKu0BW90QqqDERRDc7qhbUtLQYo4oQMHM3Li6WRmnRhY8RlTaUBuWU9ojh1PeMlmGz3YYGp5mXez8ymjwX77xn9H3HUoGc7L7wjB3mZ6YmLSEdo3j6hhR/5lSXQt/Mr2%2b0WTG4j3D304i%2bIhhQTJcwQDTxUzhlOHvLm5RCiziUQwtc8QDMKZmNAFtRhG7a3Mo3iCj5gNQQgxQdAhAhDoQ6vQ9aTTodjK0tpUBZ2JhEwUl6qvuPc/4gD9v2TfrRT8w7TwnxqYsOyz3LHBiqfOyCsJZFu/z/uf2XqYDs6lfIGE67sP3E2d%2b8c3%2bpvoi0TzBmtKL/1wgAVfxHLwDcpId0yGo92X0ReZTg%2bYM3Cqd9QhBnvLGUQABBUdDWHKVfQEPUQj0GX1epjK6HLLCWD4jfgjWHNH4xHCg1Z%2b5ifVPpjP%2bu8C%2bUv5l1BaU8jmAAhxZ6dQZHK/9mGzX%2bYkb7QDX29xYr1qOMy4tY%2bpq%2b8w5xA3t6ZLSIiFdzzN7q849RAtl2%2b4D7vzLG42veAWlvBxFXcaoOYdQCTLMVQ1mal4gAqHQwFMHSQECEIdeelxlxj0WMNwUwS3asZiqt4tjHzP2x7ebZ8MYvL%2bz/yXf3j%2bBX4Y1sFCMokbX4zGq1QD8pALO8mINXjJiMLHSRPmlLpzLi2MHxGM5quKvmEACXIpzDdBju%2bITXsf8Smy8r8S1qtylUEMXV%2bZfYa7zR5l7vzMsYXe4QD1mbDUWiBipXQeoW6gIE1LxKlQSHV6JiJ0ehapdyPL6I1qWL9xE6oa%2byU7Tf8AZGOVonx/tHdPMNeZBGHAV5KlqKy0%2bGLdwpXzqWRyGG67z7QvvAHLZ%2bonL%2bIl1g/BggU2EyZg7OioOaIQBzGtZh/riZp7WXAOI35GORZQuu0aYlPM7QBtQZVZvUBCll5uABCNXCzcqGU0gdAhGEuEOi4vRiSoQxRnZE212RpUS/8AKVTN2PshxLeL/UxEx/vj14hhMf7algcDDXbMVGAcykDJt%2b4B8HcMKuT8z%2bpyV8TsfEOXfMshv9Kcr7Rb7fVy48wTToxLQ7m4ClxX5QhrL0V/npBVXQR8lvtHufrpVe5dHeJdcv4gVogvt%2b5eKha/cQcxtUkp7%2b6arZ3jAoMRkYcEhvpfW%2bly5cvo9SRI4lZQ33fxAUdt/uC1eW%2biKUuE%2bwgl2PsJDB7MCxwWfc0L1WfctAcv7CVi5KL4TTHukZSiacniHSSg3wysQxj5JfzgWR33nDMQhjWMEKoEpe7YlN0LvEpQN8wXMxMrA8yrwPmKubYqxyQqW6i1Q3CrtbkgZRM8ROzBwkOEIsss3lgovD3BMr3cK%2bXnUdobe7Ci0vmakPm40UiMEMMV9B0XLhFxLzLqe/SaGcwFdJq0mkHpMgYkbNZjVHZfvUJC7/ysgFXL%2bv8AUyuQalT8sAV7SYbymviIFSAermaINo%2bnmXLc/kNR9FTXiDj89BvyI/qL7o9MAp2EGYhzbMQYJmAUb8TJDQojMFfmAcJFu37lB5TWujCETxmKHdIkqqrEfsDxLZbK7YMVTzCXPssgaH5d47y2MFqLuDrCjHst8xGx%2bpeNaWq4uGBWe852ayBBly2MLGktrY5OG4IWlQa7ucxQ/qbJs1h7xqlVHa7iTZB7RrUqYRYHEq7RWAuRfqJ80rU7ENK5P9Rjttn4iWGzz5hX3d%2boI9wZfqY08c/EsS7xsX5lZr6llniMMMphc4MeCp2jxCGn/sUFl1n3BZF9xoVbOXiLsR63BlvnJQLZm4%2bwlu48DOZS0/epQ38blJ9E9p2dTcfTEe2QS5Uf7ioF4SIbRxKBN9yLcLWLipWzZW4qNw4A6lI0g17ag2TbqnMzrotl8S%2bpb5XLNb33eIoC7MHmLNYHeM8i54z%2boix%2b9QwV/shzrCr6l8nW/wCMIls9/jEqbylyle37xhwIb9IxnQPwxaa2b7nEVQHGT9wKS5wf6gpTQJ0HJDm%2bInEuRoFnxFL2/UM1w7Iqj%2bJdsqre2olbYvaMCVBVAC5eJwkJU4CEbOONwtTKpbMIJgnIYZTzHuRbkYZwzIVu7hzgJ2IS5zcUraHaAGAHXmdqylQRlsGYMRGCOActxcoWMxW1ObjQA8QOBe2Jml946hpyQkBfZAmkmUbLD41DQA8%2b%2bZhHZfuW1yBlWayh/cVXNUxfQmfAP%2bScFsRjlnw/MozZbhgF8CdmVUrS0%2bNxnMcM1GD4F9OGFJwgnzA2sO7FVbAUREuYcZjWXtHbFIEBqD3%2bYCaXe5taeprNo2%2bZW4oS/cOHb4i1L4iHISAG6Jc2fuVqll4gGKvnUtFQMi8PMRNPIdkbBLyf4hygq6/qHCZYurI6tiE8nENB9zvQ%2bYqckZRHYW7IBtXd8wxU3Kmvqh6aKJjWfLETatpD0KDm1Rtbuy7HUJJoHzMKKpa7MYDd0xJoNI3WdZ7xhjNJUVQha6tn1GQqtPuoy1%2bo4myKlT0ha60D3IopyRlKRguSMsRuXiCLfmJS73uIHmUu4wNdpkbhcZz%2bWAC9%2bWF5l8saeWC2BceVzNirR9R1vL2ZRzmEW0e9biFHzTLew5VuEtDZv5gbANViYJqrMty3S0L2shGu3IiUuuIkshfafMP0rAaPMJorJvSA6cdpd1iFouJ2i6nfgF4l1XKu5E1r8SzAYiGkbvwdiZIrtuD0RqBSs4VnuzC7Uqe%2bfzCLIWfJ2jZzNLWM9oNGg8xUGMH7iqN0iXXuRfuW2Wf3htrvLL2n4sqBIvnPziHP5pjM85wyyjq47%2bCW7MXKsqn1uV3ldNMOSgW5abuNMcw7lzsPeYRVJbGywXWPczUwN/2bZeBd5bzZgwX3dQQr7h2LM4fcEBWarctBqEOMZjoiDgZPcRWwWWAarwTBFnayxIVWY8Rhpms5l8Mawwt3ChDSFW7tqFkw7Teu0GqU3ljXaGFn0LuRVt8QGOYxzhxZEPQ6wyocTAhMjuXAWofUFre5h86hwuhwDyd%2b0onFjwpriC2aCi2W9l3LyFD8Ga%2bJdVYSvEKFFUcRSYzdP1Kj3GrPiVd2FfDZHe12ep2Ox%2bJQjKD5PzB8r/zDfA/Mqw8sAxuVQ5UfaXjwf8REJzT0TtGDiDOSOXECr0d2EvkJTkBnufqIau9rCKmiDu/iUEVbvn8wT5PdWzCNMYwi3gzL17E3m9xsCZ4liY4jsVwauDCH26lwNaDB8x3UV3dQTfdJ36iZYgqpZyTENm78MCVplObHzEDJCry9doKiBCuxojbFIJgHFNv83LuGfJ3Pc2SK6%2bY7DOEMOhUpmM3MZhEqahl%2bzKhwyq2rkjCCaiY4aLp7%2b4ALqVApPfPLLzOrXJOarO1UNV3SgaPo5gJwA/1GLHc/JKXa1I2Z2P3KcWP3X%2bpenx%2boxXyfYSj0FeJuPYemHNPcBRwzIMo6OV/UqaqpQ9ziIwEBbD2f9QS6s7mT8RhS/fUCd18eYWev4hGrUX4PuZrKhgOD5IsqI9wCFl/IuarDe6EY0NNvSvxNmHCZgLBDk48QLAM681MPemWViMhBSJbSKSC6gUsL1MsAPEeDljY/1A43llZWWZkoG/ENiIxm4vFI6OEtSDm13ELYcpbmXS6McQVqYYBKRFB6Iu5RVkpYgoGPJcyLt2Rj4xHL3O8SwN1hKK9y0M4t4XUugCmDJOajTC6M5qPKIvhVnvLcAsaeIcR2c%2bJm7XMyt5BPr/UFpyB9N4lhcD%2b5elowuXR3/UVraHyMJe0pMb7eplb/AK4uRze41xyH4mF37944iFij4YMFl7ouFu3HMJNuPzMGgN8p/wBUAEdlKtloTKzeorQ67sqpbapk2sxMlRycFzTg28DHjSKhfIszKgPrM1DiIVMCX1y2UvEud/FR4lzHAoXxAOUa3FiMEBuCqaQT1iUg10XChsZWdQTEGNlLM1niYJ8Ux%2bIVEBHhHjHExAJuX5HqOEAQbp49SsWpGh4qEt1qGgrJZXaMZ7OfmKmKpEX1AC%2bqD04lXvwFhrcKBNBG7fh/71Bmzaz6gyMXxFWEvERFLsvkm83v9wK8jZ/ccL5lRI3dYDu6mSv%2bMAErj7ihu9aiOCuILDGyK04xCtzzU/4ESxq3A8y8B2O8QgoGYRM4XpmUr4lwQ1LTUTd1A1GxqVYdiD2h4wIRTDU75fmGbQjdg3KzCQmyEI2RDqFdkRam4u2vrmMosQYAsNJT/wB5mNGEsxH77GBo7VDI8h%2byK5fMpyd6lhvTTEv5H3GU5xMKPHZ3iFjkzLybyRo39x49xPYckEvOzERl6HfEFPlV%2bMS8jdjq5RjfdlzuJcMctFfiW%2b8ksXjP7ljA8t1GHrdFfmYCGEqdQFZQ9KZeMt7zEPWT0kmcIBAhGouhmkOZvN41U5TNYxPQrjjPWCjUOBBD4hKs2RqK1jMdHgbPETTZrOf6nJYcP9QOZk/UpGs/3D8p%2bSYnkT6TeOT6grP2SASXsPxNB81CuzvCXBrCwLvVZiIVxbMMqzkX9zAaYB%2bZbtNxOA9/bmNuviJSdnfrzAS%2bx8zHsuRfTo6550B8RdwqvuU4GhpqGrvC7I5hI6dAZ6BAgSsdQMEzGXBNYuJtN2LH5hJ0gnxL41lMfhHuww7hCigaiUa4G%2bTvFKe8fIgSWE8sE%2b5CHD3s%2b9S6a0pE0ciWd4r5PEHKPqCp3jUQlY6DtyDHqZ7ShS80Q7KqwfBiYYcmn1GFuB2jqibDfiPEN/ZlwAltz4viC1XdKJ0a7yAI40yZHeVALc1ARHJiWB%2b5X0jMDEMoRUCB1uPbAXiZsOp2xOiq46Zo7xOJZIDDUCDWYCqnPNnmMh7SstHZim0oqcMkf3EsCqA1csqdPMJB7PiNppLP3Gp3aXSHf8MqXllhQcmSK8P/AFA57kupsDZVw1ZRLm4f1ijOT/bFaD8%2bJRLd8%2byFpXG/NMEw8/8AEQWGGlfMA0rUVsftDTrJ5JQoWCRbnGofk8fMXn0yxBiIOYV0Qhvob6MyIg4h1jpHEwdDGzFLGZlwwQMzmCXdA58cS0YuFZXj%2boagP7XKl7tLPZFdOkIr8Fe8xJ2yR771DIc5dvEKaf8AVFUcmJmBuJZ%2bZnnxGK8camhbLoVY/wApZZoc9yoEo3j9alxnlrtLWWS1wCzfN/GpUOwP5mB4V%2bWaVsrMv24i1fzLxrAnUEwk4Auj5Y4POJ5YdREOgLEIQIkGJgii7o1V6VcQ4idC4qZXqEXjOJSXNYLhKamXSmAqqmCkuCJh/cKxyXV%2bIGByj8wJcxdecwAiImHySpvjU7/QT4igLFXqW64ucjuXHY7Z%2bolHY/UFxM1C0KgWEY83T0wZdq/3BCZ7rgrPCiSrwBxyynYtVcEVjND9SyuwZZFpItl6WLs0alZjf3GoNUtjhEMLKg3xmcczBCOKKGpcYxUpkxhXc7XCpmZwyrENdJtYPyYihXHRWIVLa6lkOXvMP8TIgsfhmVpv28xrX3s9yi/Dp95JZnevkjiPDGoOLEZY6R8uV07xPUHsJhxqGKQY58TVHLUSRsDWRIiTe/qG8bsLfesxKJsCvNlQt4LKeYbq4de5V4N/SQFeQqVs5CvZmBEVVWPnMBNa7eyUJ7lB8xu4T8zPA9PeeTiWxpFiIiig9CxZvjLyscxmMLEG5jhIZlxmFQRZb5mEd6jxEVCxFjqYK6CZOhklljGYGgfVyt%2b6d%2bMwG8BmPmIg96fmFBOP6lWHs%2bxaj0NZr7YgVeGZN2I8gg7O8d%2b5k/bMoeSOOkvtlbQgHySlTQGfEKu2nZh1A2noPqNkEtS9j%2b4ieSWnn/UvDeg%2boB3AgU8Yg7hK6zhfwVBQchLixuWAy8kUOghLx0ZtPEXuL1BWg8xQU7AXFUzLRmBYYMvumDuxBcYgCxpFBBgIXcY5lQlUam0LPTDdLwFxqG8rcByy6D/EtIdt/wBQGqaH9xRHlH2S5lZfjMq7j9GXx4lrHZnBC6HtMDE14pEuWm39Bf8AMU24vA3Flvn5I7ZOFf4ioozd/UWtsMEw71/5Kh1k/JCrPv7lwvafrE542Pv/AMmdvZhpV3hblW3ceM2Q3Ct7IFFwaxcLxxwxCETpul1nAOajkB6GDnBmxzcuoavunD5lXMA5lIABVjyC7cvMDrr2Wx93FCoSlNPqG7E4PExokKuELFFN0yzFcyKc/wBSiZdxgasb9kse6fkJUHxz/iWLcme1kGg9yu0G7tYx4fXxBp8XHn1MV7JdwKaZ0fUrujrNoq99oMWikv5qEkciPxxNccfrzHTOVlLdhJbjvWpSx2yEdrxiUV7fmN3roYcp4uVp8wovUW/Sf1Lwj/zGUb14mMmCKkxQtLQgSpYQkSxKqDQVF79JvzHxHex7MJAMTeLlL/ZKtNtu8U0Z1meY8X5h1E83BYKlqIniYvUxGEixFhlg6JUJFmAGbMPTK7WGqezM0EGnzB5Mpn2R0jgaPziYjalPrDK2N%2bZQD5hISDsh7diH4bILXMvFBo8X/uEFKRn039wm1gEvyTesHOTU2hfZv1EKH59TmomnqplHfH1BMMxL8j8RbWEwdokGN/y%2bIFX%2bPcenkxFp6m6ZksFQUSKKXF6byoCjCOBnUA1GRcGyOYAAS3cFyC7gPBUIIMvMajuPZF7wK6FBBEDTmAy/cNpi/wBJQNpPpIiM47uGWLXgHxwbJbqafygE6wJ%2byHfbiHBODDi/EFuIPqpnzKoS2E%2bh/khqrN5PiY5WQr02ShecC%2bzCFMnvUbS/hgSkEELit9pkO7caB8zQVlL%2b4i%2b1lEy7sKY5H6M5SgfhgCmpx1KGGoHDMlRdJ1DLoy53ATUIME0qmLoMgEqD1KTCKOLd9GwQzUyp7njB7iv5pkt2iX8QFeH8PeOX6sy8kercvYf3ENWlf5SxTEwzLAsTxfh6CpemCVK2lWewmSC3SNPfJKnmdO3aYEbL%2bDqKyUrD7mXWG8nZlfaogY4dQbPiUL7p%2bpY76D6m9536joa3mFEZzMqci/fENF5X9yyezo7VM1QnFx4h76D1VJc3AswQ0YukoIaiIAW5iKSkRNoUadXxJHhuIUd4eSXYP3HvPgL%2b5Sm5sMh9lxwIhg3wcepTOmhzwKz9wNys4PsxK%2btTWYabiA4iwyp4uD/cLhsu/cBowFgFtq0fFsQ2jFbryRrzH58e43a54j5xDr1KU9zIXNTD1yH6iKHMXzsMtq4wSx8A9huWH%2bE38TBCIvW5k6khn3hFTmHeh9RVZjuVHMuHYqJdy6zKWyM1y/TnzMEViixGtOZiuNsZvHDBqtoK/MbjbHtFXkL9QyNGY3iG9QpGbD9xK5htdbvM01B%2b6itD/ss/J0NzLbkP8f3AiOWvmNicUDxEUHcO/wDtytpV5fCYfuFU5KqCLzHCUCcpUTaaXXxFrLvKDigV%2bi4hd7v3Npfe2dsRVd6IcgL/AAhv8p3NMJLY0j4YyFkriaGWEvWYU5mMDvOYnORzhlG11xHLbW8zDkLVmZQyggqyIPrEsVd7OJkrdNUavtAWGRxc5uUQZc1AbvzE7bI0FzkjYltyxzEzkkNj27R0i4Ms7FK1KgQ0fRArjdS9O3MSgOX83iWEbYeyqUV4lVHLxBgZtMkdP0/5lRGnTMDvdfuEg2FeyqldicB2pxTEQFV/EeyTQaPmJY5YGi%2bCLZUIvmVC5wz7xKnMaHwXATeUuCO9naC2Ho9Q8dod/wAPta%2bphPwxeK4lQDEonEpGADcdoz3lcvaR/qOLo3oLmcC0mvm48DFwb%2b6lC25vkfioGF1E0lPNS1OGeGcMt46ArTxXxAZ3VLz8XqBCstZD7ojl5k8ooptEEsr4mCa%2bF/OI1Qi17RWVbnI/EBMrkjbRJAjDbcrMDUTScXAHeCh45my8P5hFIHMFUMFD4guSo6af1ECs7/u0shka64A39xlzfOO8Sx%2b4n7lWjEByRRb7x0XzDfpHlHtf1Fcmg%2bpXoyA7MXdi4rUC7vX57xgK214jKl/MwWWXcGEU4/TFEyfAL9EDH3j6zDHNVfCEIl9T%2bx/iASWBY9xiCpUl0fVrXZEhacxOUQZeYFRh27hkEO6bgO6r9QQEV8o/iJg%2bdP7gE0tiJePLCCD8jLVYc/5LmGqPWomrv2FjCgaGuyiNC6CgzyvMwkHf3KrKpRJXMcoGY1HUrTeIjiv/ANSUC%2bP3HJlVAbcX4mx7mJn4iibLkRd9m39xgDkHmv8A2Jc9/wCYNjTAuyWfNYldu8uuCG4FrcOX5xFHuU/OJiXyeeIVIurPIZ/EQGGlr12jEabVnmELKrsZTiWHntBFXfJKk8Qg7Y0X%2b24vrx8rEhWX%2bIY6Y/IwYFM3ghuF107fENpziZiYNR3uaRt0TiEtFLa8y%2bSii1yDXEqC6yhfiIwDBKLW7WNINwYXFSmF8wFTxcEHiGohSfMDe0bourAmQyNWuvxNC5aoZeI%2bh5YefEORRXojIvOYFWcjH2Zgb1Mypbe9sbI7oTOdnGXEOTko9teYqtECjmOKxQr%2bWIPHSmTyq%2bYqU4TnskSDZakfJmEhbj5NP7jNoDkvMEsFxO/epcJ2/TBid2yYB%2bfMIgc3/JEoSqT4jUHLuJJiiRYqw2OM5iJ7bbeAjaKyDIcJzHawpB37nhjs3pjlHpxKw%2bZWHUtGDa/eIXQZ%2bR7gMHjbwPeDCKn0JqHD/EDzvcc90yJbyaBvG5nha0HMOwFbeccQqisVCKcxnLMk0dCiXALYPwoa8vaKXtx6hmJEO5cpyahumuJasP1/aJ7TcZXVuHs/qGhuj7BDHgfsmK3dyhG9kzD4mUMANN%2bOhk/Ix0v0/wBMQniyyWAmMQZs3GUNBX9QTNWU%2btyrLC2loPOLmBzqCjvx%2bYbPZlR%2bab9Qlb4t9sBQXHMsXIw5XcysT1w1xDkY21opOROGP%2bNLzEiCssrg1tA1UNQusUHEsIeTvcL1m5t3MvuHPmXseCjjEsy3PLC1iHUVCC%2benhLRYQTbWJTMBV7VHQWI/wDHeVDctSuJkD4mEiJhxMBO34jBAXh9xu6mj2XPyxaR2b%2b4MD5fPMD5GJ8bczw8kMPzBRnoszuJ9zITtma%2b4xnuqi%2b03ikU%2bpRN6BHqvG5RY3db8krhX%2bkb8TEVzeZalOgB8RKhnav7gXF7J7jtd4JZ5cQqYjQUXDWUafklusTZk7MH5l8ZBiX0LYDkI7WI%2b6cS1ce4kIIezMGy7zKts5C/EKm4BKHERXQXQXMNMBVeIjyL/wCmDTCr3ME%2b4sxtiCww5IS1x/EUAGCp4hD7AqXBr/IIUgZOPW4YVwS9hzWpxf8AZiWuFs7S0scM2uP6YaXmmKImzD2RKSsU9vMxWLbH%2b4SPfjsm4iWcWTwkSHZULTGg/DKUH96qZhYrsRKBl%2bjBMTb65X/EwhylsQCzX/VKD3Kctxzf4g1scE4TyQ5xbf68TsEBI7IsyjA1Asuizo6TrBNwKA4mHESRIsTBK%2bjSQDLFS%2bPv7lgeejUwvCcpL45hgxKxUQhprCQ2zsXHiO55X9ZlrOS4e63kV9zvAH/MGheS6gtjUFHzLxguGzo6I4O/4mXD8pBvnJZ8FytDWTj4h0fKx94iONsXAFAq2iACXXPzGi/HtzCVXA/mD6PERCGBx7l%2bMmS92UKWVtYy%2bpmriLGB5YLQEIkx2Du4YVDcCB0nUbfjoGYQ1UzFTDUrG4vMDXQrYuVnsbiq2hrob6GSoRKYUkVJvzKAVNsKISMA4r94/uZL0T1QT2LLF8tj%2bpaO2R8MWB2MUvkRqXLyS/6m3TYxZDoIywHYk9yo01j8xXnW85MkYSt/mMWt4fXEKk7ftgFXGviWp5JPqaF8rFSmngwnv%2b4rCCssZX/sSi0e4AzuWoO89IHxDY/MBtplZkHMAJYZlq%2bmiui2DBjBC6F0PLKoAMcQs/iPkVm/1DXUSNQpgvDMJk%2bZa1xEyTu8RA5yf1liAR2IBzsPbmK2bH8wMuwz4jm09mWg7I42aWq7QixBheOg1CwJxBhOFfFyzbvB7jYhoYoWcv1EVF2uvUBf/ZnuKa%2bojuyWviWZ8KZjU7/BBQryv7ilTR5/qEAMcsqeYitj42MpQR2gBwf92njgFSWJfHDBaWkMkMWThZexQnSPS1iP4chZWZz%2b2DLefM9iZ3uUNBr99LMh2hKp2Zkamee2ICosSjR3mPOyfOoY2csZZdB%2b414D7jEOxT8wBqTdnMfsue1S4jTAVH37mDLl/XWseYbZ5P5StTG2tZgF1Zg9EsKmkRu5avUCilVonrDX1UAUQNr%2bpRO4GZVot6jOXECo5j6TKzOzLGqzLMBGTjczcXAWNWaTNzExd3DCCckHUwZhbEqNSkUMp3gx9x8ACMuD9oVk3Z4n4yoVO8ya4lwObiomnolzwRQSgQnGZTQvtABWCg%2bIoWXyiLAOMu41/cA9pZD/ANcNN5WeFijjFxhdxWI6ozBQ7APvmZmDjM5lS88fMQdV73UYSvCl8b/UDVC2anoaVP3UbZRUBIWIVYISvGphxirmKS2MMIxcrfCe7EroqHsroMdrjaoCYKlWVHvsmLoNacQPEMtRh74RWJIssEvDN%2bJnm/HE8EWb5mCwZif%2bTAxLvEF0NRkkvpEXmFgmZYY8jhf1Ht%2bLgVXZ%2b5b5F/ZM69pRx4gXJtbCjlfaNQ1wyopPuKqru40y7lWxF/Mr8Uq9fRBK21y8xUu7WTheZmGnN8I8zPCVtfiJgym24kFe0RG9fMvJXgy49PiEQLIaqkcwqUHG5lMEKQuKUy%2bME2H5hBc3MMvkKg%2bWvOZg2LHaGunnM2wTDBfH6RG2eopVTNqCYStxOMzDUuiu0KxlR48wFX2lxRGXEJgQRoO8pYMqBGseU%2bBXKpYoX8QDQ9zNmDTvnogpXfd2iLWqEVYEHFGaGD3BkHhRm6glxo0yxS4eJUnQzXJ6/wAQArFNMQwrzKGuCW6Khj6Euu0ORYWL0dDgDBIoHmAXELj8ROGJrIt6hSU4uHal6eYV17jOMRTcFV1HBZMCqmUr3gsoBqUFpG1YIdXGjVQrzFTqZXbLzyI2L4lAlt6jC1ESHQcrMCHi35iPYfkSinuR8bipFDYH5GYB5xBwnJAoJxLAna4MCd5S7x3AY9dK/bDe43y8iy7pDEmojRcVUBim6MAeEEfEJG4YQuoomv8AMDqbZlE%2bJqaYgGob/gmVdSq61UO/iVT8yoFMCgbhhqDwXmB7QkgxIy1klO5wpXtAuYwJKMbiLfEJnEyrFAcOInySv8patZg5xzKmwikJdActfcJecDX1iVeyNAcrfazOru8VFVjnMIu8MK9aiuzJxFLxuVPcueDLDHLEedPq4lOZnHeLDBiBsb7QgUS0Kqj4cSxMAZihktUv5GXArziE6Nd4t1XEQnlFbMFfU/rKUTCmB0ReWV1Bdy6woVA7TLvGvkjGElDmDKWC2Zp4ILmPcAbhLNtwN15gq5/7mE3y9C4a3E9RpbsWW7zIWAK9glAbVWKhwf2mAEyL9Tk9xzYuO4lqQxEHTC2iVADn8xwdGflIFgB7GED3Ie6gIHmiR8Q9kvQ7gMtF36lAJbbHGmKmIBA7ZgY9SgaauUBRK7ZS%2b%2bhw/EKQZI4eYI3mCgleI1RBiN%2bh4wJxUWsbddEZhZlOlr%2boNQQzjHaXLLWqlhg9JBRyhr5mESUsM0fiVuhziLC6J%2bJnIrLHHGozLMeYjMXUK2IWF3xBKCjzFmULti1/aKrbFuAZvqYSB2iNkHEQCajhbXKyMmcAGPmJojS/W5viMsxwMSsqcJ0VVMmunpdTbUCHZLXmNohXQ4y1zyiTUy%2bItPQdozUVVz7IpxMTL3DUoQxmjEM5JSlGFgJxe2DjYb8%2bIVvpgAIvt37RAO5itmkRUCZhhEySzOGopxHchQLWEWFbrtfL%2boDGgAPBFibRgabjuGjXdwwDqUyhKi5SAB9SogBXKCJ34iPDEYC10SV2amiYSZdQExynMT2hS%2bgwjDJhqHj0s5Oi5wZQVUy6mDWIvZh8kv2h4cRFxKWvmMWoBd7iFqhpBASv8QAqAaEa2NkzlJSwXCUjJY1lQpADSyXddiK4IgLYyYYLzJAbSG0meWPsgshrPIgEui2zXJKASAKZcQ4TLVTNMmoZxMMSlagr1BeZatdPaXlN9GmZVMqW6D1CHCIQYkc5yxSSisS6HYFam/EK2Mwoko7MWoSK7nARF6hDEu4jPEUHEzLg1D8IpJWALUMUVeYYEpg4EMHVd5SFErOkKiS8T6SsP5gB7GUMUzDY3JBrxAwvxPBDwmDoAITWOhQsyldBiFQrpSBMdLumkbsbxRCqxBxcv4iHE1xRjkOGO82eoBqgwS0DIL6LK5blArXQFWY2AuJTWXKS9oA7lthjM7pcTKBBGoVhl0CB3zMbt5jDC%2bztEshK8lMfhLxAqBqBCCDcGYWgVLibqCn5hzKgiRwhFMrqWmCCbxERBjnEzwzCwMxO2JR7mka0WuAgVki/UAAJb00IkBj2p20pNQgTiHAIy9AnTebYTxKRkNJDF55hpAuOG4Ap3H0KdIhQxTSN2bSsxFFhEIQgldB6DFbjAE3hYlwQllhOaouZhzGjBMCPRCecFPQIbxMG%2bjT0JBB0P8MuGPRHJBcb5IApjNPDuYINxoN66lEYXqZZeJlxTaoalWSoYQKlQIkSMqU6MR4hHSQcwP8AcFdQEeOvMPgQpEiQgB6KrcyJUroErokToVAmGPT7IHwsNCY18kcBhI4xhYlRItwwmTFQvxCfD0UdFZhBgdAhOJa6JmCo9ACB3gsvFwlya9VCwH8iGAoCYSuhAJiwgRda6X0egiSomIEehsiUp2SxEvH3GGJQo8QL1zLXQUlIdFeiqWlEOh0piO0To0SyR2WYvtEeI34j2oQXRA2MrbAo6MCFMqoZgiRZh/MjBCcQldQsXGCIrJSWVqBUDK9JNOgVAIEtjSV0AhAgSoQIkbShGQRisPGU7RIK5gCdGBCo9kMwjElVB/B6kY9L6p1N/TmCEFmSCveVZGD0CVAlQyiQRyjKYySQQExAlEcJWY9GklSkqIT4KVHSoYiEzB6MYmIsdBNfwJUYzjoa6EEEOUSnQmRBriYMHoQqBDokZURhUplMCHQAiSoIEelQigSgYrdyxcQFmSWJKlxKehI9NMvwTKPU/gJz1JxEJVWgAzVBZEsjtuPRw6ekYQgQh1SUROjSVK646VcYqPS%2bgkBtahC8Tb0sgS5UEUHorEeIrlx6n8BGMOlx6cEFWdMCQJL17MqCoMHoDoQeiRJUqVKlR6sro9Rix4mQdRoHUrpUUuokMPTcuiXtExIywhfW%2bp6G%2blw1MXUVu4hpcN55lSjqAZcIdLj/AAZUqVK6LLlxYkelQyuwywML6speYm3okcQ3ACiWZelRgQIxejmcdKnPS4a6WRo0ZZ1BsmB8O5pNOSH8CyXF6HVISokSJHoxj0MKZyypOxF0YR1FW3o9QCuZaxgQiow/g9CHRyy%2bo6Dri0Oo5ISvfEUqdkUIXF6EJX8q6seix6OiWTxBQQc9QzE/gwbI3IwlEqVEh0eq/wACO%2blweqdILZhpiSrXTfmEHowlwYPVqb6XGMemEWL0YGZB25gvPRhOI3DoxgWxvBCIdCuiQ6PR/ib6Bl56GHUvl1LCWjBXE78QYug9Ah0P4LFlxYxiROh9ozMQQoIRg/hdRAWx2jUqgQOtR6vRehDpz0E5igznoxOmEg3MZHTuLTw6YYIM5hCXH%2bFxYyugOjKmktfwJWldDf8AFAWxWjUrJUCV0Do9WXH%2bAI76DfQh0OiRw6GjHMG58RkHZDqMp6vRipUY9HoygmIwgdA/goEV%2bJQQlfwCJHrzHpWYdXc0hOIQh0OlRhIIRmDT8whAldajcqMt6PROiRQeUgAEHRgdVAjPxAH8Aj/Fj0enP8GOodR6j1SMSNpYYI0MP7h0Ol9KlSoxj0SJFiireuIbYEerLojujUCiDDowi/xehGX0OrU7zmGuvEIQ6pKldAQK0xrEJUqVA63GowiRY6mMRYG5UDglH8GKRKo1KSaQhLiwjCHVj1EIEej0dxY6cQYb6H8CJElOYVvJDUuD0vpcejElzaOo8S3PLKTow6LEWuIQRI1L9pTMnEWEb6DL6X04j1Iweoz/AAHQhuHUjOY2IlqZZk2hXQ6Z6vR3F0FoIIIHVOl4OI2J5pZ3jN4hzGmUKSyBHSuXlv4v8lRhhA6EZfQej0ZzCXExOzDBg9My4R6JFqLFi4lLJlgr%2bPEStM9JEjcHMcPiDzO4gg0MWmzmX7mOlda63HcH%2bD0EHobj0IfwXE5hHUts7kulIMGXDosUjGopXQW9ohBL/hxk5oGIDxM%2bpdwl0e4jpiLjb1KCtiPMFV3iEUh/AuMOjDpXVOg9GOuh0Hqw3DoJScHpXL6DFikYXQVQShJcOteDc5mEI2lIRXVDAGxGtxNTBgy5f8Ew6M56kDomf4muo9GMIuMESDEtPGY5eIZ6XGKMehdoN6gAVDqQlzbA6H/wENNwWCRQZUrqw6bfxOj0OoQhOYS4suqohj6GXpxBWoNS4suL0MsxXBlgAhmMIF0vcwAOh/8AF6R2YhkhnmHXcYS4vQlw6EehH%2bBGD0vKQosn3dYsl5GyV6XFlxehmlS85MeJog3HC6lk7SgOizb/AOQgl1hiUx/G9VnHU6YjGEZzHpcuG%2bo4UPmLbBBXW9HcmUIRcehTpaDuykwzCwoI7mlD1YMy%2bp/JiSyNmIcn8Hq9BzLzDq9OYyo9BhOYRBgwl9RMr3gxYy4wsRr9hLoAlt0TUpEGJc7ygP4LP8CXL/jUSJHL%2bFRlx6kuXCMP4PQ6P/wMw3sxRhxcRVjEI1y5lzS4tMFwM%2b0I7nMf4WHU/ixJU//EABURAQEAAAAAAAAAAAAAAAAAAJAR/9oACAECAQE/AFIpMf/EABQRAQAAAAAAAAAAAAAAAAAAAKD/2gAIAQMBAT8APB//2Q=='/%3e %3c/pattern%3e %3cpattern id='pattern-2' preserveAspectRatio='xMidYMid slice' width='100%25' height='100%25' viewBox='0 0 500 750'%3e %3cimage width='500' height='750' xlink:href='data:image/jpeg%3bbase64%2c/9j/4AAQSkZJRgABAQEASABIAAD/4gIcSUNDX1BST0ZJTEUAAQEAAAIMbGNtcwIQAABtbnRyUkdCIFhZWiAH3AABABkAAwApADlhY3NwQVBQTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9tYAAQAAAADTLWxjbXMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApkZXNjAAAA/AAAAF5jcHJ0AAABXAAAAAt3dHB0AAABaAAAABRia3B0AAABfAAAABRyWFlaAAABkAAAABRnWFlaAAABpAAAABRiWFlaAAABuAAAABRyVFJDAAABzAAAAEBnVFJDAAABzAAAAEBiVFJDAAABzAAAAEBkZXNjAAAAAAAAAANjMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0ZXh0AAAAAElYAABYWVogAAAAAAAA9tYAAQAAAADTLVhZWiAAAAAAAAADFgAAAzMAAAKkWFlaIAAAAAAAAG%2biAAA49QAAA5BYWVogAAAAAAAAYpkAALeFAAAY2lhZWiAAAAAAAAAkoAAAD4QAALbPY3VydgAAAAAAAAAaAAAAywHJA2MFkghrC/YQPxVRGzQh8SmQMhg7kkYFUXdd7WtwegWJsZp8rGm/fdPD6TD////bAIQABQYGBwkHCgsLCg0ODQ4NExIQEBITHRUWFRYVHSsbIBsbIBsrJi4mIyYuJkQ2MDA2RE9CP0JPX1VVX3hyeJyc0gEFBgYHCQcKCwsKDQ4NDg0TEhAQEhMdFRYVFhUdKxsgGxsgGysmLiYjJi4mRDYwMDZET0I/Qk9fVVVfeHJ4nJzS/8IAEQgC7gH0AwEiAAIRAQMRAf/EABwAAAEFAQEBAAAAAAAAAAAAAAIAAQMEBQYHCP/aAAgBAQAAAAD5Yd0k8k9/qOqmg09G/utkYfnXE00ySSef3D1iykkyZQcrzXHc9sbHRaJCIiwAAfP7pJ2eW5vdRqR2NKTo9ihjcZ53ggkmSeb271y0kkmSg5bmeQ5vY2Oi0nYGFgGMfnxJOkjn0ui6K5Jflv8AQnk8zwnG0kyTO8ntnr9x2STJQ8vzHI8xsbHR6biLCIiAfPKdOknlt6/T7M2vpBqaufz3L%2be8%2bKZJOftXsd5Jkkyi5jl%2bT5XY2Oi1CERFgEB%2bdnTpJI57vQdLf0d24rh4vPcJxdVJM6P2b2bQSdMk0XNctyvJa%2bx0WqQsIiIgHzqnSSdKSfT6Tcv6GtdknpZHLedYzJJIvZPadJJ0mSi5vluW4/W2ei1TERYQEA%2bc3SSdJils6XQ7kmlvyT38vlvPeUBkki9g9u006SZKPnOV5bjtXZ6LWMWEREBD5xSTpJJFNPsdLesb2pNoUuc4jh6iZJ39c9y1kkmSYOe5XmOL1NjotaRhEREQH5uSdJJOzlNc3Oivae0Ml3I4rh8dkyd/WfddhJJkmHn%2bU5riNPY6LXkYRERER%2ba06SdJJnKa5s9Dp6d2PRg5bieajSSf1X3jbSTJJhwOT5viNHZ6HYkYRFhAR%2baXSTpJ0zOUtvf2r%2bnJPYyOJ5SuySf1H3zcSSSZDg8lznD6Gz0OxKwiLCID80JJ06SSZIp9Dbv6moNipx3L0mZ0/pn0BvsoJ0kzYXJc9wt7Y6HalFhFhEB%2bZnSSdJJJk5WtC1e27ZRc3zdAUZR%2blfQHQNRhtzZdy62HyPP8Na2ug2phFhEREfmVOkkkkkklJZt2NTWZs3ncwD0tTO6/2nJ5zotaXn6lr0W5mchg8LJv7%2b3OIsIiIj8yJJJJJJ0mTy2rVzWNQc9l2oBvag6mVezLO9jdXT7DUv8Ai%2bPsj1vU7c7CwiIiPzGkkkkkkkkzz3LWlYAMSvuT8eZWbeNsywhRHedUMXQvdNm%2bp9JZYRYREB%2bY0kkkkkkkmYrVu5cjhzDmv4GhmjLUvxBJCNu3zzI5Nmj6b6BqmLCIsA/MSSSSZJJJOzKa1YtBWqT1FDPVMVdjguKOKKtJGJSza/oHqEwoWERD5jTJJkkkkkQszzSzqBPWGrezynjt6uCr1CxXligZFJYk732OyLCIiPzEkyTOySZInYWZ3kMnjiKrCziZaE2LpyBSTzUikVe1H3Hs%2bqmERD5jTMkySTJkZMIpkivQtXsV4Drscly9gWK2gNCSW5QaJpJLHpm/1uiIiPzEkzJkySZIzEWZmT6cquwC2ZVew7wU59qPLjgKVRxgcgbfV1PcLgCPzGmZmTJMkykMRZmaxHd2XttX6LfzuAzyo0tCiOnmHOUJhVCwcc2lp%2bp9wwD8yMzMyFJMmcyQimG0C6GrXi7z2Te5nxDBrYwqM5WjuUhkjjdpgPTi9E9kYQ%2bZGFmTMyZJnkdxBJntx6UdPW%2biO10oOC8k5jlqzsUjw6eKTxSwkdcrZbP0s4j8xMzMzMyZMxSEmBnYZrgvU9T962pzr87l8P5nzYRBDLHWZ4QdmjJ5%2bu%2biXEfmFmZmZmZJmKV0zCmFPOVf6s7uWwE1fLxuT47nqOFQqp60EQKR43c/S/cHEfmBmZmFmSZMUjuzCyZnVm39ja1qzAMkGblcnzeTjczm5VKERSJkEj9T9Ikw/MAszMzMyTM8hJMzMmT2Ox%2bpL1i1MB0aOZn4XPY/N5uRgUATC7Mia/8ASPQCPy%2bwsmZmZkzEZszMmcUrHqnR3uo7Cw9SCCBsTnsXAgzOOyVGwi6TI/ePRWH5gEUzMzCyTFI6YUkTJ7PRXcPrfaeozPNvPNDd2Ir2Pz71uc49gcIjEJGf2b1dh%2bfnIzIyIjkkknsTSGUkss8sksebzGtqdN6l5f4/Rq9PLy%2bd2EFsKfK89ETCUYyi30p1gjDJJJJJIZGchmZmTkRERk4fNXK%2b4h3IeNcrv8YXX7XOctp2JYc/haQERAidvpbqRHp5CMyJycjcnd3dEnJ3dvNsbqpNLzjgZe7yPNfQuPobOdccczhqMREYOQr6T68R6gzIyJ3IiJ3d3d3dOTuuemUPGeenY7jeiocJw2rs51CPJ4ugCRs6a99UXBHqDMyNycicnJ3d3Tu7u9SG/U5XzrBu3/QOpuZfN87m28Pm6%2bZw9FKKzGLL6L7sRHp5CMyJyJycnd3d3d07vnHZsefeO17fR%2bl9LLVysGrm8fhw0vPaU0vXX6XF19D6vmER6gzIyJyInJyd0Sd3Tu%2bW8FPzflJaW5690EUOZkZfKc9nx1eCyNTQLpMKPmPoD0ZhEOoMzI3IicnJ3d3d3TunyWq%2bGcVia%2bj0PvGlFQzMnE5nLrQV%2bTwL1/R7XlKvU%2b1IREOoMzIyN3cid3d3d3TunyFPxXK4vnM/ovrWhXzcbIycSjUhr45tiWvUOYj93NhAR6czMyMySInJ3d3dO6T5cObJm1eCs7vU69DKw8anm5tOKu3Qryrqe2wfUugARAR6czMyOQknJyd3d3Tuk%2bVlilR5crV7ULDwcyLMyYIoZtXhNXpy7rqgAQEB6gzMzKQ3Zyd3JO7p3TrDyuVy8utLpaevS1MvCz62NTCCIO3Kud/0RxAQAR6gzkIykkTOTuTu7p3Sdc9wWdp89T5jKL1dtrKw86tQCGCGDrdLR4TrfTREBAAHqZDMjKSRMTkid3dO6Trm8zJIs3j8e91WjNyeNRhcK0JUps/l6f0x2jAAgAD1JyGRnISRE7u7u6d0nWBi8/yOZYzZ%2bj2uh5zz%2bgyF60YjNwGb6l75cQjHVjAeqkMzI5CTk7u7u7p3Tp63HaIZgZ2TUt2%2bM48pCGONxmp%2bcbH0r3lhmevi1BHq5DMykMk5Ind3d07p05cjZtvi0cTKjqcXlO6iTvZPmuY9g9t6CyLFW5ugw9XIZkchkndyd3d3d0nd34tr5ZOLy8WfjYVSEAMZtC3DhdN7HubdxmevzWewdaZmZyESdyd3dO6dJO64nndOfE5TAp49GpDGiCzr3p4Op0e41tm07NX5zPYeiIiIjdM7ukkkkyZkyr%2bUcreoYebUhBmFiv6l%2bcdbpanZbGvYYY6%2bTXYaJERETunJOnd06SZJMllx8Nw1WCCGICs6l%2beyVbrLtHpNXauNHGELCHIGRmbk6J06SZOzCLJmDi8f6bxOB4TCzqY25EzxwhXn6LvtzT3L6CMAAA8Zcnd3SZ06FOkkkkixuQoem/TGRV5bm%2bH5OKjNAKl0shFrexad7Y1pIwCMIqvgxyGZyHIchZ%2bL0eJRudHqzSGRnleVYVz6C9q5%2bpj834Bnzi4uK6TmyeT23Ulv9HeAIwCtk8PLJLJJJIcgea81L6ZwUWdHtdPTu9NkTxcDyZ/bfQ4ufn%2bU%2bNVpQdmZbWVGRe9amEfR9XKARhWxc%2bSSQ5DM38n4Cfoeo4C0Abk3DvL0%2blxFbN6X7aKhUzvm3z%2bOeB3ZlJEVr0rY8/rV2Xo/rtgArY0ckhyGRnwvkFa5IdrbxBzqCIt/o/K/ZuB6/wCrKTxU/lHignruQMVizc35sqvH1HHwv1nvNoK%2bMUhyGZlzviENSxLPf7Pzi51tTgwmCKj9ufO%2bx9H5mhHz/wAjYdgK76XSLNU8skNkdzu/F6scPT%2b9Xq%2bRLIchm/IeRUZ9bDObr6fJz32qTZ8EcG9l/QHr%2bN1FX5h8oie3vcx6MGK5nHHXob3qdPx8QAL/ALf1WTLJIcgeeec0JOj9o8FpT7GPu89FNf8AZ/MM7k9Kav8AX0ueXzZw0BPLp2pxCTs9PzyhkT9Z3PJchGMcbH7X1EshyN5Hy9an1PrMngqmMu14urXu/RPjHnWib9h7zlefeWYzSaOjLAxy2O66LyXDybunczowAIwEZ/TvSJDPhPPiya/UUaYlKZeneXvDu9Jw3GdJudlj2MDjmVvRKAZZZQO/Sw6dnQQRhEMeh0vBsi%2bmjk5zxmG5UC0YFajWto8t0ONXaGPsVPz3OV1LfsgEs82ljsZZR2XEY4giAN3tPLIU/wBNSUvE8l7VaSw7Te1eKs5j6x5RDSgpQBPJPYnlN5Znn7Hjq0VgOZ6d4g7rpfFq4R6m5e88ia/9GH5Tw5WY7tUnk9TseSCUx%2bieeYeQlYnuzKSQpSavJLId2mGPh9NYGP2LtfmbKjFmBmR/S%2bBxvNUJZ/dvFM9dBXySjGXtOawcszlvzI5yY%2b%2b5LNnTp/dfKOSwbG81cDqUmYRFmSf6U896Hxq1vd52nzk7IS9K83rSHmwz6KeSVATiTtLMLv0fY%2bR5mV0cgVHOOOKOMRFJi9v47ByberPWz0w3uv57nXUdj7C8P8yitN6JzOCtDY5pR990tHzyPXxsSMdyArFaKCMQ6HCpsyd%2br54pkMh2ps0dCnqaXLtBN9EeQ8tYv98Xlo7XvHhWYCUliapNiUz66lD7zyHl9eKILvb8NmMn2Mj07Aiz6zTT%2bk%2bYgx7nfeZNRZaFIFqNXbS2cCAYZBO0b1MALVu7tfRnlnk8UMXSbex5Tns9vTw/ofi7FjK4Oz0eHSE7ejitezhmksVbHrHldKVFNE9eUmsTwZWQene2PQul8e5oIoghEEn15MX7j8t892eu8u5QdPsPOnc6uzscgUFyxBuNiNIzuFzd5yI9yhRxKupdmvx58MUARizMmTu/uHReRbcvPU4fRfN6pG1XRpkJy%2byeYUwe1UBRt7I/j8EfYYeJnFsWJaoBEzNGIgLJO7%2b01uNm0cbvK3CULUCGM5FXudN2PlJF6m3lkRafXeweIccYezeI5A78nbd94TVaCMbFAUySdO/1n5rgXrGzsHjcV1/kLxAZR2%2bt6LziJ9T6L8T4yN9KalDBKFjOxtjbueu2PnqKKDo9Xc8qriynULp/rLhdLoIITjbL5zzutXkIXmuHnnr%2bl5XmqiaSYa8VutVr6nt/S2dPk/IueowTwXMwBRdBkVVIPb976DJBXcHq5GByfNQyTC29UynnnhFCMjgFe1Tq9N9FdCYR0eY4TkMKhE4g0unu8hEtPP8ASfTteZC8Siq06WLy/Jwm3UYEBGSdnZQhGMtPtfoDWIY4ooaHK%2bb8rnCDJ5beerl3J%2bhtoppZZFXZq1enXpc7yWbC8jkyeT1vyWlExy0/WfZrwxBBFDWo5WPxPIZoJMzurLdJ7mcUk9mSaMCjrwR1oFk8zgZQM7Bs%2bxeKZjLp6nrHp8ox1q9aOvVoZ1DN5TlqApMk7ld95tIpbE1yUUoYnjpRyhUx%2be5rMrWe29f%2bdMpx6H3ftTjr16latWhrVaNGhnc9zB2Mh2SKza9L6G4p5jtXnicRkevHXc4qVKhgPNk8Qy1/obtDCCrVqVqsEEFarUzs2jiQ5FRycFPcu9z0Fq00ti3M5yOY1IxQCVKpXKLIw%2bft%2b3dw4DXr0alerHBDFVoZ%2bbVrZuBAjY69i5T1e43NOSazLNIrMhxQSBCISw5laGzKq9Hrtk7D1oKdOCEAjhq5udSrxZvPQyaWZPUs2JtnH7Lo7016Vze1O4s8YOE0FGtSivlXrtf27ZVK1WIBYwr5%2bbQqwhXxMtzG7Qml2NjkLvXbl67aZK7ZkcCdnA6sdehXktBTrDq6w16cEhG8sefn5lOCIY6PPCk0Ux99pebjf6nev2ikaazIMs0jqJQKKnWTBFBUn1hjqxTXLJqll5%2bdFGIBFzMLsAzHerkKt9Ju6ks8wFKrViYo42Shr14wBqtQLJxwvPp23q5OdVqg0YjHyouo2lJ9PtvPEHUW9O7JeTXlJamYQZ2jaOuMSp0olKAy3NK5UzMupHEDRsGfzszoUSezpZEd/wBd8tv6161Op7KUkxOQJ3qxNFFBVrQORz37r52VTEYmaJR8vHYjd0mTg6JrBberdtTK3JGbyWpXE46jA0UNalXd5Ll8adCrEhjERbHxrKd0k8E7J718cSbX0rdpSXCKdjmsSGs%2bNgjrxVK5hJqS51WvE0YRsKq4QtLNJUVibNtAilOIEelp2zOeWS5YeK1YJ6kUQtDHVqoJ9ipmAIxQALKLHaGKa1JRVmf/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/aAAgBAhAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/aAAgBAxAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//xAAkEAACAgICAgIDAQEAAAAAAAABAgADBBEFEBITFCAVMEBQBv/aAAgBAQABAgH9AKGlkYnyR9oyFgy2pk1uv6UnHSv9Ty6NMiCLK4n8gimpq23FgKtU0YOMlLkP6VnGyv8AU8ujTIgiyuJB/IIjVujQRQVrZGYOLVvrsX9CzjZV%2bppdGmRBEiSuD%2bQQGtq2BESePgkEcWLelyH9CzjJV%2bppdGmR0kSVwfyiK1TowiMrQRWaOLBk1uPuJxkp/U0ujTI6SJK4P5gUauxWBWxHm/Jo65CXL9xOMlP6ml0aX9JElcH8wgKPXYG8kdW2sK2C0ZKn7icXKP1NLo0vhiRJXB/QDWyNFlRikPZLBkK4%2b/Fyj9RlsaXhokSVwf0CK1bowiMrbDy0Xi1fvxco/UZbGl8aJElcH9IKtXarqyOSGV7JctwP34uY/wCoy2PL48riSuD%2bramtwwdHgbdkvDffipj/AKjLY8vjyuJK4P6wUZWV0fy2GsN0f78VMf6ef1Mtjy6WSuJK4P7AVbzWxLPLyZrY/wBACJxcxoSDdYTuW5VTwy2OLhZK4krg/sEBBBRvLy3ZHh60oK2U8ZEy8vkvzVfKX5F978vjTHzqbvOyWNbLpUVlcX%2b0QGKVO9vHhiJoFLmsrsqzbrWqeIRm%2b9s7Da3k8bI5HPGZXf7N0WVxf7gQQVO9kvEUq1QhQQFI5DO17%2bwqrrek%2bTlZgNbIwlWTQ6/3gxTvZZysssa3QjdM0qLN5bMIaZFhYdbVkuM43IWxT/aICDskkwqYzeQLMJZFNYeCCthGjdAdiA4zYeWp1/bvYbZ6Zo/TMYpngkKMFcgHrW5sd%2bQsweVrt/v3sRoZswQ/TexdkpEIo8DN%2bQjKJone5h8jVkf4FUYTRHj4da8dULlxYIYtjiCIWJB60OqXw7mzqMj%2b6iMoq9fh6/U9Zq0oIC2sglJttLdbB3rexNbSfMxsqqz%2btQwp6CeJat1o/HXYttOt2GIDN39r1rRh6XtCr5GRxl39aRoDsv5MePxqMVKMrFyaAXtaAk60SAZUDN9DodrFhPDXf1iEaSP1jJh4yJpq8zj7sC3DavUME8TNIPuTNmxTiKP7FbXj1wGNUi9aZbaGw8vi7eParw9XQDvNHrfR%2bgnHQf3eUM4zFAE0evF8d0vrsrYFbKSpm/ItN9CH6CcJB/gY6VjSLrXiEdWDpbjNjtVdU9bVsvZmoIfrxzr/AHCGcJQsDB/LryJsLRhYHS1bU9dqONTfY6HdLYDf3CcPb%2bcHNUZofz82u9rWCEWR5bGhW1LQZrRAhi9D6cNf/RrWvHx8UWvDPGHCxLMa/wAbrMnO/LLzic3%2bXHJ%2by0FmhmRUwQ7gh7EPfDL38P4Xwfgfj/x3438Z%2bM/F/ivxP4n8QOIHE/ifxP4n8R%2bI/E/ifxX4r8V%2bLs4zJ5FeZrtEwamOfZe3xhg08TZxV2Ej05s8oRfTBCfoIYOuNo7%2bJ8X4vxfi/F%2bL8b43xvjfG%2bN8f4/o9Ho9Hp9Pp9Pq9Xq9TVcpj4dvEYtmNi05F2ZcEltePdVypvyMY46EdGWyzonswQ98U3ev6iMvGbjw9AsfKyLRWiVU8Y046nNxq74yqIZZLex0Iej0Zw4/v8fjHHmTfY7rUMVRW9TTIhx0T1PXDLZbD9BDBD1RTRV/daVAlsyXtclDUMdUUpZRbjWUeoV5A0ZYLfpsKR3w%2bH/fZBN%2brPjGI1MxgBto0aFbHvaGPLulnji0NCLEmPTWn99sU3WHNy84Wh7pxz0jeyzkl2udyRGmQsqUL7BSF5JAOI4z/AvizKqD5MLY2TbbxBpOyXLMzWu8Pbm8FK288eh5UvKjhuLA/wAC%2bLGa2jIwbsJ61wcPHpOyWNrOXjRujDLU9H465MNtY49Cr/g3TbOqLXk1fHSutUaWRi7sxjxps9AUV5OV5U11zETCwv8ACuhgjRJc5hilSljFy5Yk2dnoRp%2bPXjUqeYFH%2bHkFmuzTn2cgM1M2u1bVns8nLFmLOx6PQYr5vX6qawP8PImUauNbh2/59uGfjrDRyGPlGbsZmLEnowzTivIE88vkOCs/xMqNBkfP%2bbblWv5pVTVXTcLXLk%2bXR7M1fk2Zta8Vjf4mYN3VW4hpag0JQioUOUz2eZJ62eiQJkuF4fHRPHx8fEqf77UVRW2KcE470GvxU%2bWVaSDvZJab6uaY84%2blV8dePiyv/gqVaWwvY3VttrTe/Ly3uATMYJw2BSq/V5b/AIGS1bGzysNjNb7WusuawnyLhvLzWKIY9eHiUIkX6vLf5t73ve9%2bXl5ckKrxe%2bQci643PcbjYbPPe/LyVVCwwB6MaVxIvW97c2wd%2bz2ez2ez2ez2ez2%2b32%2b32%2b32%2b32%2b32%2b32%2b32%2b32%2b73O%2bXSOQOe%2bbZkm42b31vYiIoAjTATIlBrdHVvLy8/NnY9%2b/3%2b/3%2b73e73e72%2b32%2b32ez2efn5%2bfl5eXl5eXl5eXlZjHhMzh2r8TCfLy3FQIo8ZtjxrXPUVdLFfy8vLe/p5%2bfn5%2bz2ez2e32%2b32%2b73e73e/3%2b/3%2b/wB/yPkfI%2bR8j5BycjmsXNEyVyMG3DbGaop41VMvu%2bX8z5hyvkm1MnBurCxIn6vkfI%2bT8j5Pyfk/J%2bR8j5HyPkfI%2bT8j3%2b73e73e32ezz8/K7LtylX/nKBGjrbW9WSxyPZ5GzfSS8d4jrAVKMp%2bxnl6/X6vV6vT6fT6PR6PQ7NdgY%2bRZ7lyqrPV6fR8f0ej0ZUyRAf8Al8YhgxZclnaJD9gvYNDTdb1n7NCfV6vV6vV6vV6vV6nGVmbE4yMSrAGvMHIHkq%2bU%2beeVXlcnMyuREA4%2bgxgylOcdjF639KXY98fXbDmrm1cklv1aNPHx8fHx8fHx8SORzIJiJZyI6ZFbHW876pxE4rkLakI4qlASQyuvOX9L9hGPQrxOBzENLTfkr4XOVXdtGmta1rXfI5p6HQlQ5EAspU/SlMrkpT/z1uF/zFXRmnHOHrU3rrQrFSra6ZhbUXjHXcxORpu6aN%2bnMy7LIYvQlK84oYNTi22ugEJaVzGyczL/AOaBPlozMzM7JlZJ6eY3D5tHrCeGp5UU3Y2Pi5b3M82Bh5lGRGjfozM%2b%2b8dLx%2busCjksrr3xq6cK%2bmqrIWpPcZ/y%2bNcUZRYed5LraJmUqtK5eWB1ron3YOVi8lyC673RkYHJtG%2bzNm8jYYsxMfJbIME%2bRMLHIimcMucuHyd1izRnGY970zL5fkuWJmjNGsJvc1hcZyuIYzs1aU4iZudyf2VuL5BvqTyHIIHJmJhYGJyWf0O%2bJrKkRZxNubkXGiqG3i6LOZszsjlb799JX69%2bU0FRUwLOZtey0lK57/0q9PMfTkcynHt7qyvcftxa7hXjkzORsMw7qePx8DNhOTlTxgrVS3lAPGbVnvJssNaJr741eXiffNy7bKLXcwfVKusU5uYJRhQN5PKcTzHIryL8kz%2bWwiqTNBfES2j6XPj45T9OGMitvtfdkXmIIYPoi2g/XyjAsbzaW60KwgXQGvHW66azdb0IxJx8lujOKwM/CYd4zJk/kWPSCb5PJHZK43arxWDzXITexAOZYIcnrXiKhX0BANTy2AECyvGsplzqEXoni1cZI8vLe9/TczsjGxMmsdVVu2R3j5NuZ3veMMvNuyJrxFYXrWpqYYybgv1was/JZrTSkLTaZj3ePjrX3JvGe3lKMLAw837CV49j9Fz0qBDNhdb8t72CT5eQ73gY/I8i7EmVqTCfXr9mbkJyWRkKDFya%2bQuyfpXj1Jm53ZmNRh8Z/wBJx2lE8sHjs23W6KMmqbnHyjmOQ5SbqzLGLyoEl0qKlvInfVODZX9syzodjquvJp6a6Y2Jfh%2bOtVtR/wBbnZ46poxONzeY6xcStMi0/QQQxoJawhnE0ZLqnG4vLY5Tx1rxppRbn%2bjJMyoY745U9opxz9MXEsz3eEmBa6vX46ruuoEIxkbkbH6PQhizTBi5EArizGpxa%2bcqJ7x3qu9%2bQ/apd1k8VWPAYuXxkVabrr9dUy/JaLCCNhhZCUVOKtyPMNvyh7MXrRSOxgnrVcenGpfms7N%2bnl9RK7cmycdk8rx/srenI5KlWmLRn2/QnEx%2bVbx0Yo2Zi5mVnePjrsSuu/jYWBx6LFcsRFrCyq%2b24t5eXlv9ddt3JCxbBZfaaa6VyLLOhD1XfNNFXWHh5PRiiynf04fF5TImhMexy7GKAkNf01rvf6A9odUd7Errotx7KYK%2bj1odATAwuZze%2bFxeVv7xcXH4drOTzYDMVCxgAXXFYeWribPfq/XmcdZT6PgrhJiqpW7H%2bDlX/Ty2eqcc8y79Yq41PMnujJ%2bWzk9E23t1Si1jH4%2brk6SYesNPQ9Vg%2biK6/R%2bRa6mj1lNaI1ZXlI9fQ6YqJ7Mine8NRyGTzm/qSSDBGYnEw8bhhxqYKJyb24zVnrz8/kn6CVLaegItmFUohGta0yulmPbhtWvTWdYGPk2dKWfo/XZ6K9YXH4mGOt7ZL8G7Cspas/ZQtSo/aCYlFKeQPeoYVKslmPbg2Ua6wMy1/wBRMM8bbJgcXj4/W972Y0yMbIoZft5/I6RLusamA730R0QQQV8WpuwLMXx%2b%2b1CcdapM3Ffx47h66u972SSzOzjIx3U/pV2ehAd72CDuHsjRHiVhrsw7OPfEZZve5iV5MyH7wabU43iQvZJJOySzFo0eXUuv6trZ5b2DsEH7aKldQq1b4tuC%2bIUiV8atS5bTcw8XCwAIYSSSSTsnZjQxo0trcVJcPsnVN6vvYmwQwJO/qQR2VZCjUWYNVQ5DJ5XunD47CAmzCSSSSTN7MMMaGGW1qrt1o9oZVdTcrgzyBBDb%2bghh61D0QQYYI1TYb8e%2bJiV4FInl5bJJJJJ2SejDGLFujPJz2I/SdbpuquVw0EE2DsMG3sno/QRo01AemHpqyBd7A3kXLFixbe9wlixJPRlgIixkEcResZMpararUfyDA73sEHf0P1MIjRSDDCQ62o/n5s/sL%2bW976JYkknowy1eiwjWQHeKt%2bPK7K7VcMG8vIkMGB8vLe/qejG6BBaGGeVdnn5li/kDvsxo0JMP0sB%2bw6xsPOyOksquVwd7mwQ3l5A973vow972YTtWD%2bfmW8gwg7ZmZ22T9Gj/AEP09m%2b0eu1bA3kGm972Dve97%2bhh%2brdbD78vLYiwQlmZyxh%2bxjH9GPVZ9KcPa2eQYOSGBgYN5eW973vcP1aHoHy3BFizbMzs29/a5/0123ZJMoa7k7MlLFcMDvYbc8vLy39dk97MMJ3vcBWAl2dm3vrfZNjqCf2b81ZLA4cNsEN5b35Bg299GH6kmH6bWCFizMTN73Nzd1k39wddrSmK%2bPAyWBgwcsrht%2bXXkH3vZhm9k7MMPexFhYsST1ve97juetiAaPQ6EJ6B8vYT0Cjq29wNvanZ6B3vZ63uHo9bixY5J30T9SSdHoQQxoIOv//EADoQAAEDAgMGBQMCBQQCAwAAAAEAAhEDIRASMQQgIjBBURMyUGFxQIGRQlIFI2KhsTNDU%2bHB8BRy0f/aAAgBAQADPwH6S3M4lYK3Mthf6%2b%2bFuddWCtzr%2bn3Vgrc6/oEYW3L8m6sFbnX9PurBW53F6NZX5Ngrc7i9Bkc%2bwVudxeoWCtzuL0K2MjmW53F6jbmXVlf0a3LtzL4X9RtuTPIvhf04jC6sgFqoGtzYJjKeuHumtgak9Ai5t9y%2bF/TdEx8WUaFQ5MYm0nWJkajVEw9v3CoOc0THuU0vF2wI/wArKOG99ExrbC5Fgq2bxHuEu6QnOfIcGt0CLmAkKcBOF/TDKd8INQI6rLcGIT5cTrCdly5pTGUabwZ7hauZMd0TElVGsDTdo/P3X8wu7n/tTs8A3C4XcOkSSi45GnK1U5AuT7lChRzcJvoFWqvLi%2b/boquaZm%2bkrxBOie26DhPpElWPu%2bEAHRgR%2bJRwF1dZpWWlHwgMoCDh7qTbA5HxoYXCXn7KfaNITqoaLABFQI91B%2b6BCFKq4dEHCR6PAn3C4vh5QmPYr/CGigKyiofdXQzolv3TflToAr4RTaO4lDw2tG9wqQCm%2bEB21QPVT6KYOGi0XXsrnC6BQJiEJsmpo6/lDurLy/CnfsUWccwqbo6E6ygfRIRze25wBvUYQguylTT%2bFCj4VrfIwkRgdUd2yJEKITmkNdcJrxIPoUq%2bNuQ63f8AyspjDg%2bCp0I/Ke2%2b40ojCAhlCupV06lFk1zQ7ofQZOEjdAG6DVZPdcQ97/lXhWV09pBQNxiQUHfKjdlZXgrwqnhkgtcLI0XwW8PRMqtkfX8SuvdQNJRnA9UURh%2bVPsVl11UuUuV1swEuaSVTOjYxjdjcKzNnNxBGuzKWyY1Ro1hEwdVmbP1gUFcYWV19FTmUz9wj5TI6AIuPCpsoaLSUwszAfKHRHCDbDKCY%2bMRwx1YNwdUORCywfdB9NoywQVnpR2%2bsuFfA2cOqk%2bXAlExGvX2TWjRWTb/p91Vpu6Edwi7onjupMqETjIGMkK/JkoQjICAeW9/rZuvZcMFdiVxarPWDR1TWMEDEJjpIEfCrNNiqvVpPvKItukq2GWmXfjHh5BIhBF20Ng9Vb6yE06H7FGUMJDqp6mBuygLwmG7Smu7J4P8A4RabhDDth3U7994jaWQJ%2bvPfEUtnpt7DfGosqkXGZTqFPusqc/8ATA7lZXIooc0eK/49Bz7RTb3cFZW5AKaTogDphKI58V2CYkq3oHibc09GXxG7P0MndGYZtFNBt59/r7JlCm6/E5Na6L/hMJ7Jr474WVkO6ESgpxvuSFBjftvE0Gg/b6sooo9key2l1gLLag3QLaAbtKq04Dhp1Qf1RhZQjkN1tDD7J/W5Tev9lThUiYlNdhdWwtbG6ldcLbtkTs7f/vO49PT09PT09OTk5ORR3Ah2Q7JvZN7JvZN7JvZN7JnZM7JuR1uip7PTAABdCDnQabyT%2b0qnVu2qR7PCIs4QiKwhQFcoErOFe6a7/cKc39RKe1VKZ1P2XiNg6qDuduYGUKfxP53Agh2Q7IIIIIIIIIIIIIIIIIIIIIIIIQj4jsoTtlrl3hhxgiD7qk/ZG%2bLTRa8holvbshTHurIkqSsjIhVC7iBvoFtMvyMBDBJtoAnaOBaRrN1Re29lTNwiNCpF9wQuLl5tjp/HoANT4Kp1KmdzBKyMgWHZAnNCACkq6uFmZwwPcpzarX1H5itpoCpTFg%2bzrahOe176g85H9l4dRxp2HZOEduyDgsp0UjEQuLlkbDT9AzEppVMIAYSVLcOGF7Kev2TgnI5tEQrKMdVflOq1A1ouUKdJjOw%2bvtGPRZQgr4cS0OAKaUxNUnevuu7I9tynT2dr44nCSfQOLGAoaU5FWUkK0KFbGToowk42XEdxmQGFRCo1LaIseRgatVrB1KDWBvYegcWGTKVbVBxITQgUIsg5RvWwnc4jhdcRTiGsGi4VdQ6me7VK8FviP85/t6DcYGpQcBqq4Jbr7qrOsLaB1TzYhCFafdW5pwADj3siXgjRWU1HL/SHsp/m1B8D0K4wgJjq2YNv1TXu0TWN0Tw6AFVeeIrJCtuRgFO7KBTtQoEe6c1w7Kacqdpd8I7VtzW/pbqg0QPQuIKEVYlXcT9lLQUMx3rcmUFTptN7ouJlDKD7oCkU92Zw8zzb4TaDP6jqfQ7olQpFinAXhBwgFRqrrvhNuZUNE5dStqJ8qc3zOQ66LxBkbp1KAGf7D49E4kAmh0Sgj3QiZTXGJQvdA4Q5WwviS7dmo1vcqDZFPeh%2bpeI/KNOqAED0TiVc%2bRqLrvuT%2bAqJF2qnM5n/ABKYBYu/KqMPC5bQwaLJYplSnLSpcjCO5fdgyNUHD3QKACYywuUX0nE65vReL7LgTWdYTJ1Cb0U9lrdNTDq0KnFhC4io3LoRuycH0m2N1Xfq5S5eFs7e519Fs12GY6Jo6K%2bpXW69ldAIIALVX15eZ6KDnTCt6LmpuClBMITU1CPKvZA7l%2bVlYTg0vAIlNa2zY9Hhx%2bVKgK2FsJV1CJPLsApQjxFHo4bUchjMoAEqeqCvgOXTe68yhmBy2Qa2B6RBa/poVZCUMq91dAbp5MkDumsHpTXtLXXBVeiS5l2/%2b6q6C91KKKO8TvZq/wAX%2bpKKKKKKKKKKKKKO/s9TzU2n7LY3CwLT7FCkJDpTB1Te6CHMADzyCijuhBBBBBBBBBBBDAIIIIIckDqsphgn3W0bRtdNubrhmcmHoroojHO8NkCe6DNU0dF/SuzU7sE/2T089VWaCA4iU9xIJn6coooor3RRRTk5OTk5OTk9PRYqj%2bqJWbay79ow4ipGNOnrr2Q/b/dS6whFOI3OIISTae25lrN5xRRRRRR3qbVOiFXMT0XHYaJwXcKk9NQ3hSp%2b5ThqDhARFF9QjzG2BnEU6bndgi4lxw4hv52wRfdzU2nuOZfltaJKkw1E4RReVLj84uGicNUzKj0XdUssymqmqLGtrOEu/Q3/AMlO2lgzMbI6jCXAd0KWz02xo3C6CCDWNaP1HHiG%2bQLqSdwu2WmfZMp%2bZwHytm/5AtmH%2b4Fsf/K1U3jhcD8HfvygApOVuNMmXJgpFjGooixwa0XC2dxutkdMWjcY8eZVCfZF%2b0O6BvCB8KxUFeLttJv9U/hQNz2Wbay3oy2P%2bN84mE5z4q1A20wLradlotZTfLLt/qBHwnzLiB8lAaXxc0yDHwnsGWtxD93VU6rA5jpG7flBjco1U7v81vyor6dMJ3SmAgvfCAblpOOmqJctofs3iBwnLOVVjSNTKYCnay7sFZX3J/iFX2gYElWOJidxyCHay2c%2bSjHuXGVtDGZWkN%2bAnu8zifuhhWLek9k5riDqMXUakgW6hMqsDmmRuX5LabCi9xJ3pqt%2bUB4R6xjs3hCpWLoOgav4eWZPBeB36oA2Mjc4SrprtkYR%2b1A03AVLcQyLiPyrK%2bNHZqeeoYEwvH2qpU/cbfGEA91bGAqtSn4lQimw6TqfhbI2rkoBzg2xcepRGA3HVXwDHcot8rg8eypuFGPN1TqIBjgNiU01XEaSgrKSquyv/pOoVOszMwzjfkNYICdUN8a7mZgERbFpd4jzDQvHq20GmLvDDOgKBwrVnRTbKq0nZXC6qVHQ0EosOU6jCu1mQVHBvaVZfyjUPXC6sgBJQrnIBYbgc9jVSYwEQpWzUGUnuHivN8vRoVTaDJ4fYFACN6E4TCNJxtIK2RgEMc98aR1W21dkdVqENaHWZvVaLpY6FT2gZTZ/bC%2b8ALr9LU6b4vqPBAsDdeFSBDbdU01SW6Yu8HJGDKgqzqG23Wv2GoyYIcbjUKr47m1TLmcM/CfsdY5WhwIvKNWs5x6mUAFCnojQ2WmzsFdcS2fZxEy7sq%2b0VDDiB2nCcXZpCe/zFNCG5Wrx0aeq2fZhTYw8fXGVe6c4gmze62LZmxTbmPdVtohps0dN8gyF4zMjzxj%2b6vuwE4uytR1UnB1UTMBCi0y8QVRp0SwGXEb3iGqwixaoJCvjn2Zp0Abk9jHVCttNWoNHOt0suMp1Qw0SU4FEJ1TaKZc2GAz8x2VEcLadU3jRA/pIRe2Guy90XvJxPZOlDqgN0lwA1K2SmR49U/ZUaVPJs7fuU5zy5xknrgSuuFTLGYxynNMgwUzIM4ObdyjKF4ztbotGTC6cykWQqn7j%2bd91OhVe4Q2LFScabqvHcAEx3hVXt8IAMaLEN6/9KG4PYH5DBhV6lzwrZ2GYzOFySjNM272MoASKkeyaT/qZvYJzkEOgRKaN4DAtII1CqVPMZwnTl%2bJVAVMNGXXryBTai8klOY%2bQi5xJ33uBIaTGNPxm59FUqS3NwdsK1Wm97RZowc0yDBGHCVnMudlb/dbNRblYB79SqXiDO4tbGrdfwv4aATlqk9rf5RNXM2m0DLAaf8ouMkoJ2AG90C8NvE4Zv29fvu9E6o6B1TmksPQqOSM0zBCNRoI1VzvCmwlGo%2beTmcB3VPY9mDYs4a7zqH8KY5scZvPvhdALt/dPPVOPXEoocirU8o%2b62bYzmnxKkWHQJ9Wo57tTuQFLkafkCJMnXFtYlztAtnIMCICgxuMDjmEqi3Vt1TaJ69FJJxZF8czso3azhmDTG4TYIiXVGx2lUnU/BZczc7twmtFCk39LZj50XDnd5f7rhjIPncsMRvhFFHuhhVqngbKex5a4QcLKSoG4KdIEO1VF/mjRMbWeAbShy/DprxGl701lQgYuc4WtN0zZ6bbcJQ8V0aTi2lTdA4j1W0VBxPJ3qFFja1Vpef0t0%2b6dUrGo8ST0TqnQAdhuSgMDvbLs9MVa0Oc7ys6rxqpdlDfYIbwobGKgEkiSm1akgbxKaAqrLNKrPPE48yAn1q4EWTKWy5Rqi518HVWZswA91WpBwMQeqpM2R%2bf9tt%2bnslJtWs3MXaeyzPJiJOJi/REmcJQQkLsihhfdJucSdFfEVawB06oBng09BqcZKgYAKcBzQxqfTtEp9V0lXwinkIlbS0QHqtV87p3atTyj7qhsk%2bNDqnRovCq7Q6XWA0b23PwnVtop0gYzOAWw0GuaNnZUAsbZnEqjsu1N8MQx7M2X9qspJKAw/kePUbmHRnf3VCo9ppiBHaMalZ%2bVgkqhTp5QSambincoNpSQ0vnr0WyN1pQe4C2eqwtp0RJ/WdcajWFrbDvuS/DsnOOiy6hDedUbMosMb7nv5DnuDRqvCflkE4vdTDLQMKu0Pys%2b5K2anSJ8aXzGXCFCcx7XtPE0yFSbT49n4wZ%2b6qbZWdVqdoA7BdMKlUwxsoUHZ9oNMCLAlRT8KgbRGaP8IYVK7w1oMTcrZP4dRJP46lOrVn1CPMZ5MDcpue5z9AE11Q5BZQgyiHEdE08YQ3Cs5T20oCOh3QKeDZU4EbhcQBqVS2XYn%2bIf5jxYKdx9VwtwzxO0AHytj2cOFFrS49tAi95c7UqyviHDM52Vv/thiVWyeG3r0%2bVUpuyu1icCqRdxmAP7raAMrH5W9AE5xkkk%2b/IJMIZvjC%2bEowoRq1A1ZaIavCLYOu6wU9LrZI91QAkmya6q4jTc4rqGjB7qWZuoVldNeUWjM3AkwFR2e%2bXNUHfQKpVeXPMlHGn4jc/l6p9QkScvRvT8Yt8N3Fe1u4xsnOhs8LdPk4ue4NaJJVOnsdV1Qw4NnN2PRVKjpeZMROBRwvjxY3VkckyoG5wgzrgajoC2Si6XOuFs7Ba6qbRUzH7Dl3Qm6aQAMGVKA/cLFeFUc%2bn5dSOylQmvaQdU1tWR1RBkYGtWawdf8IbOHbO1lsoh3Uz33ZT61VrGgmSqTtpIZENa1ttOFHDoFlxds44abZ7lbTtJ/mOt0aLAch73BrdSq9Fmd0RuGqfYaoB5g23G91GBpmyLzJ%2bhq03ywprmX1jRcWBaZWcowqj3ZWtJKpbFQDRldV9tBPdPqPLnGSdd6oxjmtdAd5o6p2AAX5wobPQFSqGy4WJ0uqfjvyeWbYk6BVGRmaRuyU5ubO26yh1N7dRwnGCqopkNbLeqbJjEnF4Ewfo8pg6ppCuoRLUS5cKdlhtk5uDy3NlMDr05GYz0wO0ON7BAN8Bl7cW40tdUOvRU6tK2odoem46s%2bBZVPEBa9pgqjSbme8IbRWkeUWGMpmyfw97qhu7pjJQGAquk9FSyFsKHHdKfExzGOEpzbFEuU4AKEE1wQ8ZoPlm6psYaGgymCfKT7782wpNpipUGa05dLKjTZlo0Y%2bf%2bkXOJdqdcWursDtJTWAhogFU//mvy%2b24aRNtVUzEsJb8J7jxEncM2VWpGd0wrYuPRPJQpiwQ8Eu0MbtMyXKi86wgKUBQ47pcVlO6wsXiutgN/PTIOsot3YCgYVCAzMY7I0n5TrE4tfXaHaLZqLr0Y7Qqj2ltMZffrzqlZ9gmgXVJMbosqLxlhBOGJbonTqqsRO9laVJxJwdoDgByQUeiI1GA6ouyjoNBia1cNBuqhqRU8zbH7YlpkJzjLjPLd4c9Mam0O/pVOiwADdaUxye3AjfkoE2VlxHGGk4Sso5jSuyeCBG43ZqhflkxZF73OOpM8%2bYA0GD6zgXDhTabYA5ATHJzeQU%2bIxzKGgYZW89p6IHRPb0RHJlwCoijdt4WV5G6Ai42CmHPQaIHLBXblkIuN1SycWv0TSmHB7UR03nmoCBoVUNMOZqs1QmL9dyiSS/ojVqRTZATWcTtUBzu3Md9KCmnoh0TwnDpg52glV2uLcmqyt4uyaa7y3TNuVazuHRCm0T9HJTRpyZ%2bnCYUCn0mmNVWp2cyfdV6jco4RuVqhENKFGmPo5QHKylT9U09EwrsntQ8TiCcBdAfSZSpO5dX3S0qfqI3AUyZWUQp%2bnugGSrq07map00QcLfpH3RCn6%2bfpycAWxuEQ%2bREwnuzPbMtbm%2b2BCn1K3JcPOeHWITKdMsEZnCD/AEj/APcSPr7fSX5DojMY7Tux6jZcXJ8So1vdU2sdSGoFx33NoLc0WRaYPp8DlPY6WleIATZwnFoqtLtJWytow0klF759Pk/QEaW9O6c8nqj1TQPNhHpcDmTuv7on0C3MhSeX/8QAKBABAAICAgIBAwUBAQEAAAAAAQARITEQQVFhcSCBkTBAobHRweHw/9oACAEBAAE/EPrHgzzRAriEMaEjcFOatUrXEqf0tEfE1KlSpUqVKlQYh3DlBvi1m01gSpUqVKlRIkSJ%2bgRcFNTHCxEzHUtIxFoTDwt0tGULBT%2bjr%2bYuLripUqVKlSoMQ4YcMG%2bPWbTWCJKiSpUSJEiSv0SOUM1SwlcbJRmOSw4MbLhJvxKH9HT8x8TUqVKlSpUrg4h3Bhg3w6TeaEEqJKlcJKiRP0iLiyTFLibyjCxBKYyjwckFGVKCn9DRFLX9FSuK4qHEOGDDBuE6cdIJUSVEiRIkSMT9IYpQzRAqLiKogkdcAshZltzZiUr%2bhqjlp%2bqpUqVDiHDBuDDKjSbzThUqVKlSokSJK/SIPBWz3Q2U8FsuElyoVmOWLEoUT69iOGiVKlfRUqVBiDDBuHDGNJvNJpzUqJEiRIkr9MYpVKZqlxBDM/CErMBLmCYElKw5%2bvYiholSpUqV9IxBhhyw4YI1m80mkqJKlSokSJElfqDBmaV1LyESPCncC4VVwxsuGVr9ZuOGjmuK5rg4hww5ZiYI1m3DXiuKlSokSJK/VGKVTTDSMgEFhYzJMWTAzbKljv6jceCavqriuDiHDN2HDDGs24a8JE4SVElRP1x4KZUmZfXDTLS5k4FZLBm%2bGn6iPBNH11zrDhmyDLlbcDxUripUSMSV%2buMIUfo%2bsKl0xCNoJTMjDn61qavqqVK40hwwZQYYZ0m30LGMrhJUf2I8VEx8BXKJDjYJ3gzH6lkmqVHxGAVNDV%2b4fTpDhgyhwwzpNpfH0aj9CRP2Q8VMOFcQy43EyuDceKl0cbJUxEWE2iQF9IFYLgPb39oqDIKG8twwGs4IIQ2F6W5/OvmBEAvQ2caQYY1sxKcy89JtOvN5riuH9mvoCzwsRUbkG4dzbhRDChecwJbGMPUGiSdlxIDAwXNYDK/EYFCLQGfKal1DquuvT5IXt2RzeYMNzdvCIyR7neiem8%2bJmQXsHmre4rLDWza7C7/iJyRyF2GFr/Yxwsu9X4xKaU%2b7jsYT5x2MASWC/iY1NSacP0Vy/s7i4h4sMYI0m7BmLSvi30RekEpf3MrrLzeIIwDfTHsxCzG2WQV9KK8fzF2VC23t3BIJUy43TMcgVBFX9vUoGwu/C9RRhW6q39perkvG9Z/tuKaezNZqjEoQDg0C3qMk5LTb131LMbAAtfev6JhNGhZn8zN1jVaB4h7WFjZmJEDti4UckHX%2bQOG51mnCfVUf2g8lVxvBijzBD2hKS/7MNTEAT87YC6cZ3FHX/C6isZxBrfYfmWNzII/1LZxY01bTj8QNRsAe%2b2GYJm/iJTry8/Maj8f8iWZ7h0VVK1af5EuqMD47gQZUctL8rK/9GG3yzWGPa0hvsSK4OHI/7HUsSyJDLcp58w2giDc0PoY8PNftB4h4dI8gR6n%2bsoR0g%2b7ZGWNlB98n9ypXsPzMxuInwpAEHeX1HLKzQkxBx/1mIIxeYKzRd/zCFubbhSWK7zRKDC9ZivwY9LWdvx5icHl%2b9YZz5%2bIlRRxqXxmCLFUdynQGF9wFvWvA9xgC1l/B5gDY/vlyRzVWkXi7v8RrV%2bP6m56CZg8Yi7Xpfz1GWe47B8GSJbXijMQLL%2b8sgelupUhWX9oHhUY1Zc8iGxp0y1peTXv1F54wPtEsfUrLEOrjVxFaj6ixfiU5MO4nSo6S7qMDKLfauvvCisjqfdAe%2bHlj%2bzrkYQcRlQSj31M4LbP5lt5zAUVpjq4anyL5Xp%2bIsx0sbCWVLBliWXh8eZlEykTu5c9OvUZg57EJorKs/wCcP3w2TI%2b4lgDFMrMt51w2l5rqMVHQ6iH0z9/cUFt3eoFEnLwxj9Ffqn13DgNgih4rsh0gH3mDfRmWu/M3Nf8AJqDNEv7jFOcB8j3Bqt0/zt4dgMrbvVI3UXXZmogzDxihuhGD1P8AERpGEJRXy0RHmhChzuFkVDIHOdk%2bAgjZ95Ygn0v7E4frGWovpiNSqK2QVynClxsP%2byzEwnMb8hCBOKgO9wCyKr8GZVy6K%2b6MbNLMV88AIbEpGYYoeolRWUzYfyXBnIeXmVN3fiPR4P5Ziq6hCpjhqWQWXk9QqiRfQvUWMVn0gN/k8cseK/XOEj9dVYzTFwqy4LoH/wB4gtCne7mQoFnUwzavgP7Ys2H0H/ZYwd9TovkhlRjVSw1Vu4WweD3Fd4UoPnuO34/EcQ8x6XRdxFgCriVAOpQviIMRhA3PAsQu74IUKMHcaHUAmCUdHTWSV1N1NX9o0UYQ%2bYZacvNfrHDH6XXfj%2bWYDxECabjWALcP/GJyY%2bYEXZ7UYaodj3XcPhrGViOhbeWs29sXhsrVadkCGXYeuoVdAXH/AD/IFZTV/iD7%2bzAoSktYy6FKt72x79wVOZWsbL81LdeIMd2d9RW4H2gDh%2b0pvH3j9QD1KKnpGootO4rhMzPT14hzSaKZSedKLfnlj%2buQ5fpp6rIMvmVp1MTBBr2YSFQC/VksNY/yK0W32/8AIgPkdf8AqX7aoLkfEEu1JoWK%2bT/sbWfIB%2b0S3H4u4q6ecf8AGOzyj6NPmMbX5ioS3olTavDUo7fzLWRbJVmH7QKx36mDLTcUCPY4iswfMZYun%2b4j2giHxDJw/sCHL9DEkyDp/uD%2bUwTAXYbpiFokvK7V3Euy7Pg7YSAQGo40RAXnHcGQV9k3iLVkOxcR6Nn8H9RCg46ZcWzMMRZnvDQmrwfyz2lhbcD/ALEzExcr%2bVQyxaH3HUZgjlzCmYYwA6hEXqYYmte8w0D1GP1v6JD6Hl4tas7PMC2P8n5gehXzFuC3mXVtSmn9AbmEuAGbYiGNxjMZyn/Yz2Lx58kNUs%2b%2bo%2bAtNrZKA58xqw/xB7Rr4/2NFmkcsPehEQdGiVLsyoNEwRtOiL0mkI9Qle2Nahdp49zIvzw/sCH6dhl/mAUNZ8y7Z2wCmlfa5YBArqWOoqiiVEOG41ts7rUFQB/MDeEMNZIApw86jvBjx3DML7h9iN3V1N%2bog5IJoPvEHQS/RFfjhct46faEdk1wFLF1r85qUojH9gQ/TILWfEpcul/MMoQgH8xN4idR4FIwJdCXceNLl6Bv8xRU1KF4mAj%2bJXeIkS4jB35hFTGf8cdyiXGcowPiUTm/of1iH6e0yzjUapwLf4IgKIVbgHcM89ygIAsoDDEAz4IhGAlzaQPtB2ywuu42vErgjiPwlJKRYZhgl4buHMWLKOkTSnUKk64t3X0P6xD9TKVpGx9Bo%2b8bmeyYf8lObbq9xyyirL39zuHQ39vEuRjlB5cKg1DcUeSK3rqEGpRWoUUom54%2bZWVAiqIzuavzBoTbUruCoYKTAwygMSVHQwj6pRea/wCkfrr9IhxURlMp8S3iW8M9TPQz0s96BcqFiRdpq5fhD05mqjV7/qWk5YGIIBtqV79TGPiFoYm/O44B8qWVg%2bwx9oWgN97H2mBaledSz6vV4H7wDYjfjMqFIDgS9IBl9tjgovzD7ASrW6qdvsIMwApHE2YNQl6QBcgx6O4FHPrnrYeOD9Q8UPFDxT0s%2beHuh4IRPFBeJ6IPiHihxsQEBIRk5GQngwzGYqxKRyY8V5hvGigH7FR%2b33q78CVAgJOk0wBFja/EPJjEAsYqKd%2bYaWMbWa7PmC22dVmZwAnZ/ktaHH2jRA82iYPDfmZ/rjYPiK7ltypX5RKtYr%2b8qK6l9HUahqPmGaQYlZhceK%2bfoHhh44TEx4IeGHgh4oeKHih4IeCHgh4oeCHinqh4J6J6oeKHih4IeKeqejgS7qqgi1qaqem71PL5lSCVWNoYv7xbTr7jyf5Lf23/AJKFmo7LiZHc6CWupb//AKHNQN0RcDuKagh1sYDveyCigdI2P3htCPkYzemNU8m2XumJtgqBXepu%2bZaM0QWmGgm5pMDh1FC461tx/HDwCAQCAQIEqVycn61hUZIVQmJZHwulBrzEoAgoYP4iJVzuKoiAx28sTqYi4jgvPqVthVrV9UeoH5Mm6HthXFYqVZ2iXKy3rX%2bQ8NvbsfH%2bSrAiPmPYE%2b%2bJQbPTAckJUzPFRWoxJpDU2mxDcwh54XAdP98PBCHB9R%2bxWhYXT2wzLSE3VvlzAW68SvF2TJ7LgEw3EW66f4m4bHqDgWPIv%2b4jqyt/MtU8r/MH4LuPgkA5Fyi/xEpYe4MfBgqRyTebzYjtlx5ilQmdZ9BCEIft6aO5UQQXg%2b34loWxrvHiFApTKWruPXopgQbIcAO8ZgxQzWJ4HxMLiAYipaNTU2HidQLuIVmGU2rQm0QZ1AgKtbH9cMeCEIQ/UP03j6JWpgBWdECqtrtgcnJGX3mWdn5j7eY2hMRRcuBYhHLKKNCDlAD7TIRc7mkNqYfNLgthfruOSMmWFbC/iWxyemKHpjCttI%2b0BRQB%2bOXghCEPoOCH7B0PiXQx0W3MzpLqYjXUSzqpT0VEK/EtEpU1ud8NHjr/ALTK1LTAvUWHDGPmhLrTE%2bKYXxABR2xmj4ltexhE%2b77RKAWrK4MODw5Y8EIcEP2yr42aTWCLP8jNGw12%2b8tuNnSTJZ/aXlJPwy9bxUSjN4QEbhCEwVcs%2bZlll2xrFHUcMwR0t7IDqGBqPoh9jH6sZuB6OpXvco8giYOB3f3KAPHDGPBCEIQ/bfx2DUwhuFAWGx37%2bY7GMTtRKYlXcEGHwQGDISgkt8eZgpiqX94iwYezhYGMC%2b4EMRLZQYLl4Q9TVq4u6I93Yh%2b0DrbRxzkxKG%2bCxrS8j/mCQoCq%2bhjwQhCEIQ/aC/giR76jLp1/cC5hqXXSxYhR4iC%2bWDeCvcQp6IRWZdnqKu%2b4dPW41p5jYms7VF/HBstlzMtCzDRBg7WFwWrcIo1FtddShNqB4EZdrfujHhjHghCEIQh9B%2bwWPxEGNGYsj%2bYFD7b3Loq%2bWU4qZ9MzYZ1/7AFcOMvuUJ0qsS03nxKynuW/iOd%2bZnKjpRW9wwf7iwsWy4viIuNMYFxA4liOST7WUKF%2bKiQEA3H0OvWHr3K%2bKEp8D/Y8PDGPBCEIQhD9poegiFX6ludv5l7aNxTeZUUMHiO0Wu5bWl7lIiNxOG8B5hZH8y2X5m3xDYDFQAlw6rUT0SvMcV3A6vJ8T1SVYblEmCBAK66lViOx4hoKAoIxjGMY8EIQhwQ/aKvtGN3cD20fmMDbyfwTHyMoI8FUr4g9p7I6f9gfN8o3DraU9yrF81Ngv37mJ4lrczv8TGmJ5yVdqlZipqUgllX2MQqLVNTYIZNji54zR8zePX44YxjGMeCEIcEIQ%2bo/VVfIQWcaYp3eGG433mIsfdinCKYlpO73FlzbV/eF5HuoLBVVYUzYNmJVDqdJ1Mh9523Lq6omyo5xFFzuYBhzSgQ5fbzmBUoPjEUilVgESiv7uGMYxjyQhCEIQ%2bg/YOE6afvPHzBUyx/EUWx7OpWdF9MpKL8ZjXs95ni1cRLxeISrhiwtdxRsnqXqGjiAjcBWPEFAIyiB3MVcTRmO50YiGHVdO4wIOLl5eUwVGPBCEIQhD9oXmTHyRqeojcTXm2BtSzeZRyFEI0sypugh%2bIotPiUVVy4DoI6oTGWJuGfiVqoFYeIcxgM3A6g%2bCItq3lhTQUwR8VMVZMGuDza4a4eCEIQhCH7QiBdUoFs9Sh96Ylq4d/k9zobrJNi7WIDEuhepUoSOImYULxEtzXxFBuZR6wzi5glzbdtsJYY24FuizUE7tZWpREIBKIMcDUeCEIQhD9sRNbHP5l%2b7qBQDvEAAJ/2KvC4gmisZhfBiUJalmLg43Llt9EsNXbBmPc9kTzHyZtRLLwBUUuCQxRFEoHN9wMFE2jxxUrjTgajwQhCEIfXZLJZLJZKSkpKSsrKykpKRgds3h6g9ijEeLD39oRI/MJUPylatG%2bvDG%2b8hn/YaoV/yNbn1L%2b4l2RRi4TQimMpFIMylRDdoPzBwBfbMKmkBcrUslJSUg1EM0jxSAlPMD5lYHzA%2bZXzK%2bZTzKeZTzKeZTzKeZTzKeZTzKeZTzK%2bZXzK%2bZXzK%2bZXzKeZTzCoAUjLGK91df/O45mVXVxA0wS0yYg36jDcpoRlaXF5QkWU9TBAYvEElMF%2b6HcpZgODDvhXzERmwl0NR4%2bUPaHtD243l5eWl/wBICCj2T3T3T3T3S/mW8y3mfKfKfKJZp7QP5J87clfhuXJHxVM2FPTHwID2QPcT0RcvAWWTHiCallKarfuWEDUEncSwhspY4ESPUHFRgyZNvDwQIEiRyEcR7p7p7p7JTzPdPdPZPZPZPZK%2bZXzKeZTzKeZTzKeZTzAFQENLA7aj%2bQJsMFExogAbKlg7RBUQrrhE41A7RVF%2bLjJa20QPHuGo/wAxy0/MV0fduf8A3MX0I9KE7xCRizUU/wBi3hGIJpCMYxjGMuHvL%2bZbzL%2bZbzLeZbzLeZfzPdPdPdwe2KNwJpny8fyT5J8k%2bWfPPlnzz5OC8DLLi3XiI7gLFmP5YKhuQpZCtx/EPOCOtrXSdeWPhJTbeIsVcqTW7aMrq2PJBeXkxHkRa2lY4JcuDpa/MNcVfDYRjGMYxRyhEmRIEiBIcF4g/EH4iAtneWxvBHMvxgWKhVDvQytUAwgwXsg/iB8QHiB8QPiB8S4a6CIABS8lcfPzzYt6IdPxAJ6l5UszUcmkfvLXVVYtxmTtqUvE65viiygB59JKZXCCJsbJ6/GFwZwWRjGMYxY4wfED4gfED4gfED4gfED4gPEB4ivAEdtEE2sWY6sdQ3vahJKIzaYoZQvtD6RbATplwbqK2QlTb9YgeEZdWPEQMYjaA%2b8MoKBrzDiZTHdH9TxIR1Njnoli5lvExGLl8XPCAAfF3LV5V/MuXBnnFKK/nwS/X3Ka/qOW/wA8uAl82SxH%2bh/qMYxjNZsgYSGBgYGBgICIF0RnbBuO%2bLVTEoTKVeok12sRqKZYXcQFre4DaldMEIsMVEW1qDBfMJWBZSXNtniDifYowjLeTERBKZhbFF8ZSkPUKEs%2b59uAg%2bg%2b6rYsXM2X2jX0XEWXFYt%2bJcCMTrxfc0uAZSPtwRxCpBhDeV0nmZpjm7FjZEDyalzqK8SyJHap/iCCSwDQ9%2bYQR9JGMZpwEEEEEEBAlRg%2bUalcrO4SpfG8/JmLwwnngCMSw1DgYc6fW4XcNu/2lqVVW1YEDwaN18yi9vXvNY81Ab8Z8s0IKyblvFRPUpdVb8AQIFELgi/GuXQNeYvAlwRTnHzA7Vh0yLFpuAU46UXzWIwGO8C9bnzzZTKDMUUAtcS32KX8PbAipKZYguGoaCNotJ/sHsn8eoxmnAECBAgQIEqZkzUTrKysTbhXGr3WEeDajPJLqlW90Bbjy9XKQEbLD90YXJpSk%2beDASyIE%2b00vhld1Ib9VqCpC0jLbv4mh25SvKCYLEKEsHcChVXrEaroVHgYP4lw%2bgjDCvnvgMkeCr3mFKrD3XBTx7YCEFrb3oGKNYiYKBrUXtgHUpYSjEQHmIiALTQQ5SDS9I42sqmX9p1tj5IwCrBdy2qhStRAPMMpam/D7PcPlDvyPhjNOAIECECBFAti5LYvVjxBcrEVYtXFiikahCDrJs9pDt069vcCXVS9yWE85lhmBWJdozfg%2bVjunS8NlQ20eguMCpMniMtuoIKPVBL2E6jhG1EpxLawoXJRCtJihc/LTQ9VGb%2bJaqIwGhS45oVaAzRjPzEQFwulfJWR%2bX5he0BQhD7v9ErTqXQVBagnXiXWsxXthiDrEEp9kukg09e4HKcBjFqHwn/YjuNRlxT3LzF2dPyQxhzPR9k04CEIQi5Uyq26jGu1iw5lhgENYhNOiKpk2Q4ODFXdxPUJe5s1mJiWkphkhITjXYHZAX7Wwt6Pv7xWogRn7PUB7Lr7wAJTTI%2bZYIC3AV3GZWG/lyxIyv1ME6mg4x5qWE8pGHxjqARVQbuWKx3UMdbHETED0Q2iUVRFObgK54uuvOevEaSu3O6PcVQg3HUutpLlHc%2bkGJHfl94DQdg9/MYx4eACImkwkbJBwvT/AHgIQhDZeoiTHbHF4tnBjUHbLUWSEYqg/wCysys8FgQLYp34Z5QFPxKYbFiAy71GSshKgn/A7YQGS4GDBg1glj%2b6gzCLfUyi8jUAzUy5xLh2UHKyxSmQNWY3cKFtF5o3C95nFxZrMNWLcp57jXUBYHRLKhSvmF9giDEU4lqwVaiQWrQA9wiNewNX4udKpQFAeYqVVq2sAWorFKU2Fxr4gqorwxjHh4IuDSYSUpwKU0%2b4QhLgquWCgeSJSMjTGbisBGYax%2bLSy2twuECVAmfZVMK11BovefzKuK3EgaN82hMsdMdMVf8AQgo%2bCKrmEeBJi7DZE6AOVcv4IRV1ZmKLoNEdZZwEKV5qHBOhzw%2bdallcBVLXjbUVmijcAMsb4B91N7gmgBlEcNwG4u6hLCz6I/dJYxEcbRozDIiqGoe5TTLSiLGMYsYKemVJolw83CEInBzEqyyydM3JO4yocwY08VBhAtQ1zYEBbb1jVxUWlsGCbQoGcri3weWeZYUixGn7Qv6hyX1CAVx8vgles99ieX59xg3UICKLKHv3Ll6tUI4ra2o4DbAoe2S2LFK7j0bgmsR1tzOgmCOoXlsPzlrAVcAFsQUjpDkD/CGdxiXCxlTT7wgNqolat5GUaRuMYxjGMW1sCKnr%2bZcJKRz9BCJB6jZOLxwrVjMprCXEiB7QfmWAtBPSnc2YpDcu4GYDxiB%2baql5NQFZrBBMoV7zKyj98n7R61s3CYEGD6IrcFKOuCHUEwTKEQZjOWrysB92Yn4wbfMTm3tqVRBbgxBZgovmPFV1lYkJabXkENpqDBPBRHdOosWLHQMMXMmfgkvQLWh0RXNrfKN1wlAtj2GDcWIZZoiS9sC7IlQccJ0K%2bAueJ/aAiBBLRXUb6hJ5RYhJOlL%2bIrVCegwt7qUZIHrb4/2MoWq52of1LZTwAYLWM7hkw0SmompqWQRWIBEu4tolXP5iDKr5xAOImZVUcTkGyOCavAEPnivMAli5zSXw8ouBB0%2bowRzrZf0CCEBKcsNlhiU2Q5jKGTQINTNQIFOvmE41rCeOLgkl2PAgAGCq1/XFnUshA46AoigDpX5gGKFZgBo%2bIhkIrJX88F5aMsa7ZqpeICYO4GpQEr3MEBnIUWA7r37myeBpMagoBLqKy2bYvCgPnxLXgCs7uUstYS2wgEXJoipbmF2gl2U/Mu7eNYiV9YovUttS/aWIqkqFSq1FubUeU1z1ISaMoHl9cXBi1Fm0fzhABz8juEGAiBouXCCFlMAu69ES0RAvJ6m1qALEYKHnL8R6CvBMD%2bZRv5iJSBeYrGGWqON0PzFmxXtlhgIUoK%2bsxEyKeLMLnEuLo0FB/UwcdxIZ3FWiPY5iqiHZiWo1GMuPD9RovLL4DwZav7cVR8BF194HShoc1Hxeujo%2b3DUvExKpw3VkC/lhLF4U2G8uoPo0rX%2bosIsyoWrbliBe%2bLdwmAVppLN9sSu%2bnCGkPXZE0RxFU1ov1AbzF6hKed0YQZ/8ENbu0KZ1RjHmDC7xeJs3CjezwHlgcwpQiV49TI8HMum5HiCJF5qIkfiD0bACnogYiRqVTpsblI%2bYyxccB0QgrabsXwQ3VD74SIERLIyuwEer8/XZG6Jm5qGiLyqEzaiuyAWul65WFCDBuvMCOSLC0UB7haZ4AYfD3BVgisu4sCxQQF/CNwLY1jQgirGyNQF07j/SIpvZ6deoA0fxFqKbdB8rggl%2bxNq8XWoIY27FiqQfxcXwpiU7jWSpRgIkYq3lbnUNgK0OriYwKFnUBcyZgZm%2bNsBXL2o48SrO9vzAei%2bIIzlhWVbQygu88BMTGfBLgWqjln1EXsGX9A3GXPBQhV9QsgimidZFmBDUCq0oIiBiBv7ejuJVqvzGBmXGwdRY%2bQyjJkzTUVvv7R9re1/8mos884gvqOWvUe1hpQtXwdv8Rvl8tEaw80oqkSANv9n3CY1Ujsvpl27M8JW1q68vEZONaAYlva2q2XQxGo6ohqXWphHi5Q%2bTD0DwuVEshwk%2biIsFB3AaQ2tXlY6OaAjAxps4Fixi4qrzBWSu0CAgNQE6TjkIgKYhfASuH1yF15qWCU31CuotFa2QEUYSDK0RxKdV/wAKtxiqfx6JZaW%2bZUNRhAobB2HX3ldJpko0dDBMIItkBaPs3XslYIwYZnuS9rKoo9mY6gXHAaAEuyDkrwB%2bfzD1WFm0PPmCuzgN24K8kEbeI7gxLg1BUu40UzAyN1XcTsmyK3g0BlsQKJ0u7YCp%2bZmXbGqzFeEMeAi5ikaiksaYsV8/QqDA0yiKXWV4BGtD7O/vCDZNHy3XqCUYXKkqfyRsIGePMsxT5j5irVbL4G2B%2bEgOD%2bWbmYTQy5G5AXXR59S5WRb2RSlw8mI4biVLrf4IIC40gFiy61xq10QRbTQ%2byIWuXhUiYmOFbDYtIZBejKijDeo8rGxAq4MrNzOzJiUGrAxG4JHz3lvM8DDKoqK8ZlfSc3%2bjefD8x03N3%2bINvmElUylFuMYubmYCB1roLmOAtitNreTojj32nuVCUYq4Q3VBhQzT69Sm7h5txWowW7ZYtbWZHWBsOgy12P2T5r1FwQYi1Ir0ZgaudWVcYs7jVQYFAbY23EFX4iupoNJwt6jYeYSTxHNrLI4oVDN7nollEealxYkQlJSIRqWREWX9dyFdhjFg2jOrnQIPfcBAkCkRvCl/iM5JeYlC7qNPvxcVsNfEyzmWqNGbjW9HH%2bwleopui7fEPVUIt14D3NmoX3GoLSlr4EQvTOB%2bEaiTqJnAFq9EQNCX7RWNQXmULoMvfuO5giW1CkBqfIoIiMWY5kIAJpEuc6TCgo3K10McRwiiy4tzKjf6bKlPSRV6NMFu5YXUE3OrgiIijEFRRaPEaA2DMgwfHqZHg3F/uUmBGvw7%2bIAEVi3CaF6te31LozWkBdflFytLXlZZ4gzOIzfcOC6wigYgBrVx3FLlxrLApIiB3pVL0p7bmGXbAggrJHLFGDojCVzFq6zNNSCClv1DpRcy9kRlt3HgsGBfghaghxTVblA9/TSCLQ/Tc7EqGnSZLSAGoHiNYQsbk7JWCwEf4iTZGKkWtRCILTlo9s94u3gHFti%2bPxDFuD4XASkyTbp5qIhlWZNe41Eu1/SKVVtdx1uGYMJiWcWSDjcWVi3FSAhkvL1A%2b7DGiKqICMVDJVO6hlSWmIHuBmGwlVhE9ViVti8hUCMpMzK8uUcbQp6hUKQTmeN5a3qX%2bIS0S/EmBBvao7auXoANFovb7XuXLlKRDT7jYuy7dMyi5UOoiaSXoLyy4BcECpWYGJc2jJR5iohxUdwjhLZYAYqCpcYY3pCWtyxos9w84p8ToYFY8PDCEdTIepki3jM0PfBLs7wcJVSAEOAsqViMEHEbB8QVxEBrGx2mEuoRp06Hq3zNsSX3m4GIEWHA5juUS8cA3LLDLcEYUBWNEP7QeYogS4wwwwpcUkAaKZf4sm2JTLjyNQFwzJDUvPFbeYG%2bzAWCEquAktBhwJXGD6FWd%2bJYIiUO0MZeIEu2JK5KQZWiJd37ojPTEistBKlipdkBSxXRGo/YQOFBCMWMMvFx8iSiQC0SnqWPofpVEl0UIaWm4QVHhJHhIGyCBK4HivHyMByEB1MrUY1ZNkoe424MC3E/oSxpOAKeSDchOHuOYFxC5kHBggvIMQUG5MAJUYv0Cv0WFFAJCbRKcVErinh%2bkLYeSWQ4DgnN9ypcajK4BM8uQ1AYJk4ogwjOCbxRxMW69SzQO71DyMCtiiFlVQqEO5X0nZhYBTuCEQiPqDR47Di5hiE5CKM30MKfTcIDcuADMJlIZRfWbFx4IkCBEgSiA8CNkM1MsEMzk7lwGnTEalbut14jcbIFwKcLuAFZ7gEuML6jAUYYTHzuG4ORDWtxlR5EuIAN54WZmXHDMEGZcQGDj6BUQvLgwIkEpFG3hXAZYcZiIhm6jq%2bMk4uHW6sXBdjMQRMpH6r6vAUWKY8FkUWEqIvTEJUKOGA1AIuVMdcHMufKCLggzLZcS4uBwH6ACbpUCMIMeQ4NpapfKJU2xMGmSEIijcPaWR%2brODxMLwYOXcvjaMYU4I5RxbcK/CPSkqHh6thIOeqiRRtc4PhIyZhgzMMPoGJeKUIvi5cylRJWYGI%2bJK4oPAyxwoMY7lKCI48LwW0eM4MD6PlLihlDcdwUgALHTMBZuLzKdKxip8PuCWwEng0xW1d3FSGDP0RaQhYn0yMkXLly8y8RZjDBKrkUMpNoUZVGx9DnmiHGEURxKKXHi2DT9Cy7YpcPz20LNe6/qWniBhRcj4aZPEWFx0gNZhJxkmUWHJXjsgwgxjaM3mLypAjSLi4nKUPCZfoAz4VFrmcEXLOV4FkFP6QQ4bQG7VlZ9SjjhhEUvNy7jrAYIxrC/A4RBwPFcuLF4CMYxiizDiZZYIeZryMHFdFFLjFjLjpS9fQwIcWsyrVsvgioCw0ZIYp5u2pVdfNxDWDxFo48FsqZYRa4AgIw8RwssXwuLFlxRRZlmkzlxcHChzVnFhYsWXFjMDe53KauFSziuLlQFUYJy1ZOxgYrxLtg/WQsAJWUrEY1o6Jf3wWcJeYcZeXBkJOG5cbiwY04bixY/UhIHkUcvfHiWLGLiy4YKxnisuoNH1jjioXxcvCp4MxxhP0WVSUwo8JF%2bUBwuHFZlxYsXiUcWHBAmBy6cN8GGb4Lw6k2wVfXXEqrhwFsXoF%2bIqzaN2lnUuo6lvf1aDZKwEMkyQRxF4QQyo8/QDhFFHLl4jDzNJQTPyjFjLwPBc%2bYl1t5q4DEVHBglEWY6%2bJcuINxaiYnuxC1XlBixGC4DEg2CiwgS0Y8ONwizF4MXFGOLGLm3A8y8FjwLLly5crR8kZFfR6fSf/EABQRAQAAAAAAAAAAAAAAAAAAAKD/2gAIAQIBAT8APB//xAAUEQEAAAAAAAAAAAAAAAAAAACg/9oACAEDAQE/ADwf/9k='/%3e %3c/pattern%3e %3cpattern id='pattern-3' preserveAspectRatio='xMidYMid slice' width='100%25' height='100%25' viewBox='0 0 612 408'%3e %3cimage width='612' height='408' xlink:href='data:image/jpeg%3bbase64%2c/9j/4RJuRXhpZgAASUkqAAgAAAAOAAABAwABAAAAZAIAAAEBAwABAAAAmAEAAAIBAwADAAAAtgAAAAYBAwABAAAAAgAAAA4BAgBqAAAAvAAAABIBAwABAAAAAQAAABUBAwABAAAAAwAAABoBBQABAAAAJgEAABsBBQABAAAALgEAACgBAwABAAAAAgAAADEBAgAfAAAANgEAADIBAgAUAAAAVQEAADsBAgAHAAAAaQEAAGmHBAABAAAAcAEAAKgBAAAIAAgACABQb3J0cmFpdCBvZiBjaGVlcmZ1bCBhZnJpY2FuIGFtZXJpY2FuIGJ1c2luZXNzd29tYW4gZGlzY3Vzc2luZyBhbmQgc21pbGluZyBhdCB0aGUgbWVldGluZyB3aXRoIGNvbGxlYWd1ZXMAwMYtABAnAADAxi0AECcAAEFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKQAyMDIxOjAyOjIyIDE3OjAxOjE0AEtlcmtlegAEAACQBwAEAAAAMDIzMQGgAwABAAAA//8AAAKgBAABAAAAZAIAAAOgBAABAAAAmAEAAAAAAAAAAAYAAwEDAAEAAAAGAAAAGgEFAAEAAAD2AQAAGwEFAAEAAAD%2bAQAAKAEDAAEAAAACAAAAAQIEAAEAAAAGAgAAAgIEAAEAAABgEAAAAAAAAEgAAAABAAAASAAAAAEAAAD/2P/tAAxBZG9iZV9DTQAB/%2b4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAYgCTAwEiAAIRAQMRAf/dAAQACv/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8A5H6zdOFPXc1uNWGVfaLQytgDWtaHuDWsa32tasz07WS1wIJEA%2ba7fq1DXdXzXOE/rNsf571Uuwsd4ktSU%2bifVTqP7S6Nj5QBHqVtJB7OA2P/AOm1azOXLL%2bq2MMfpFFQG0Ctug89VrN%2bkfgkpi0Q8/BJo96kB%2bk%2bSaPeElInD3qvaNFacPegWjlJTUuH6JVrRo0q5Y2ayqGbmYeLXORa2tzW7triG6Dl25%2b1m1v570lMmDRSjVZuN9Y%2bjZFxoZa4PB2nc07dxO0N3t3N9zlqOaQdRBSUzrHuVylVGDUK3SkphlD3jzCrOVvLGrSqrklIWj6X9ZbDP5keUrIbqHkagwQterWnTwH4hJTe3e7/AKX/AEUkPdr/ANbn8EklP//Qo5mSLurZ8GWjKv2kdx6j4TPBhVssMp671KtrdjG5mQ1jRwALX7WhWS8bfFJT2P1S6wy6kYlrh61Tdpb3IH0Hrpm/T%2bIXO/Vn6v4%2bLVXl2tBy3sl7zyN2uxv8ldEPphJStN4TH6QUj9IfFM76Q%2bKSkdn0kGwSdEa36Syuv9R/ZnT7ctzSWNBBe1zGlpI9m0WuZv3f8H7/APg0lPNfXP63XdMc3pvTCwZVzSXZDhu2fSa1lTILN/t91r/ofmLz5m8sORdcftPqg23PeS9we3cyux307bG/z35/%2bjRr3NtaX21s9V5/SNa0NrDmgbIa2dm3G2f1/wCd/wBIqdILDX7d2pcYGpAG2G6O/nG%2b21JSn0uvdfbjMdY1h/RE8w07nPduj3fn7Vc6T9Z%2bu4NjHUZVr62uh2Nc42VGfpVubZvczdtVnGa3DwmFpje7boN0fvbGfv6f4T6Cy8tn2e37V6NldGQRAJaSHtO/6TPb%2bkakp9b6L1zE6rR6tZFVjQPUqc5siR8forbq8F5B0TqVuDl05NR3UscG2McRE7X7/eA59btX/wA3/wB/XqTOqY9YpfkA0V5Ia6ix30DuEtY5/wCa/wDc/wBIkpvZfDSqcySPAwrmSQ6prhqJ5VJx23A9rBHzb/5ikprYDt9DweWOcw/JxW7ja1D%2bqFhdLEvymd22u%2b4%2b5aGfnvwMBrqGetmXxTh0fv2u%2bgHfu1s/nbX/AJlTElOnvbxuE7NsT%2bd%2b7/W2%2b5Jc9/za6h6f9NHqel63q7Pf%2b0t/9P3T/M/Z/wBT%2bzf9xf0KSSn/0cnrxY3rWe8EAOyriPnY8oFWZUWwXgDgmRpOkr0TpP1ewtt2TbW2y6%2b17y9wBMOc4tYP6rVY/wCbPSnXF5x6iRBB2jn7klOh04AY9QBkbAJ%2bAVPq3Xsbpr2NsJ3HgASfuWlUxtZaxvAEBcX/AIwMa6o05lI7%2bm/4O%2bj/ANJJTo1fXXCfYGv3VydN7SB966CnKqyGh7CCDBBC8jx6b2MFjjusJ0HmdA0LrPq3d1TDvbi5NZ%2bzvbvqf2afz6v6v5ySns7lyP8AjBcRh4wlhG95DTO6Qz3W7f3Nu6r2/n2rrrDLQfELA%2btvSrep9Ncys61hz/TALnWH6DKAz6G12%2bz1H/TSU%2bSZVXpu0gfo3VEcS7bXVVt/lN/O/wCBRemY2L1K59Zs9FlFYe1g9w19prdx9D6TlO2gVtYbh6QDYFR9oIsH6wa2uZ%2bh%2bybbN%2b//AMzWVj5Rw8lmUwkwQHMIgurI%2bl/5j%2b%2bkp6mjFJ6fTXgUB0gvYxgfbdtDi31PTrGyplrW796zOqm%2b3CyKLv5zHLTLtsniwO31l1f0P3F0HTXYz%2bj3N6fbUKbHG4%2bpL2gmJ30OcP0jY9Nm/wDwaweoXV2Ndjut9Z9wO%2byIho97nf53sSU4tTyPTbYGvqkOc1xiZn3Gfzmsds/7bXt/TsSl3SKMPJq31mprbKrADJI98/mryjovR68h7br/AFXU1EaMDQSZ3bd7/wAz0fZ/1xek4/1p6IX1V22HDiA0W/QAA2t/Ss3e3%2bU9JSDOwOrfV79a6a5%2bf0oGbcBxLrax%2b9ivd/OMb/oXrQx87E6lgNzcN4sr%2bkI5BH02Ob%2ba9v5y1bHstxBbU5tlboLXsIc0/wBVzZascdIFGf8AbsBwo9b%2bl0R7Lf8AhNPoXt/0n5/56SknTf6ZkRw%2bHBaOIxtt4zbY2VNdVjA9gT%2bmu/rWbdn/ABao1YlWPY6xhJc4Ea9gU73vc2CdBw3skp1vtmNEbxzH47klibikkp//0u06Zm1uY6qdWGI%2ba0WH3/JcVTkWAtyajBeA8eYPu1XR9J6i3JgHR7dHN84SU6f57Suf%2bvDWnpDyeQWx8QV0DiANzuG6n4LjPrdl5uX0toLWgFwMtnjskp5z6vUW9Q6vRXPsoPqu%2bDT7R/aevUBjVCtggbmjReX/AFdzLulZ3riveHt2PbxI%2bl7V2J%2buWOWE/ZLXAfymD8qSnot7SwAKL%2bFzdP1qGZlU0YuC/fc9rBvtbAk%2b53sa76DfcugdaAIOvmkp5j61/VNvWXtuxmV15Jlt1slrnA8F30qX7fd9Kv1FxGX/AIveuY4budjul0Nb6hBmf6n0di9a3Bx0WZ1fEfk0P9ExfSfVq8y0e6v%2b23/ppKfNfq/0rNNww21i5%2bT6voMBA/mv51u%2bzZ9Kd1a0x9ULa6W5OUWNNzgxlIO94g7rTfY39Gx7tvpelX6n/GLa6Y2uj6xdMY1siyq8D%2bSXtdkBzv7NX/TWt9YrWUY7rz9Cm8knjU73wkp59tNWH0p9jQI3PdHjL3NaP%2bi1ZArBlzg17nGXF3f7lnu%2buWTZR6PoNDDG3XsJ50/O%2bmgO%2bs2SH%2b2lsdoP%2bxJT1f1f6hR0262qxrqsXJEX0tdNZcP5q%2bl/t9O1n0Hss/nav8L%2bjrW9V9Y%2bmMB9zK2/u7yXfcWBi86p69k2tte5gDagCQD7oOm7bH0Wu9m7%2bWjdB6rfm9Q%2bzWsGx7CeeII9ySnv7PrJ0vWLRCrO%2btHTgTDwsrIxa6KN9jdrrdKWH6WxurrXrnnO%2b5JT3P8Azgwdu7eI9P1/7O705/zklwnrP27JMRs/s7vV/wCqSSU//9O7gt/ydik96K/%2bparGFacfqFL5hj3Brv8Avqj09s9Lwz/wFX/UNTPZOnccFJT1fUbNuC4DmyGD5/S/6K5b6wXtrx21ePC1X55yaqmxArEu83QuS63ni7LNR/MKSmDA06xqpZLhXT5lQrILRHBQOoWyWtP0RrHikp1vqa7GPVi%2b61lb21uZiVvcA6213856DHe6z0KPp/8AGrsMgF9cAQ7hecdJxns%2bsOF1TLrnAwa3GhrHtLnX%2b73%2bnvDm%2bnd7P0n%2bgXZD6y1F0Clwk8ucNP7LN6Sk3T8m53Us/BsbDcIY7q393NyK3WO3f1barFbeP08eIXA9V%2bs/WaOv5mT081112U4xcyxosDmV%2btXU78xzn7rH/wA1az/rit4/14ftbZn4pNhgOOI4PDQ4Oc111OQanU7ms3ey69n/AFxJTcxGOH1owmxqyrIJ8orbX/39D/xjZIxuivYDDsnIAjzNe13/AFLlSt%2bsuJT1YdRxan5LGVvrc10VE%2bqa3F9bj6n826lywvrp9ZKet%2bhVTVbS2t7rntt2nUjY0NdW57XJKeaEQGkDaOI5%2b/8A8kpUtBd7h7fynwTMaT5q5g4zrLWtDZcTDR5lJSV1VdYAqbvmWXaxLbBtdS395/57P5da6b6k9EZiYlnXM5zQy1hbTMQKmn9Lc8/8K9n/AG2mxvqPm5V4%2b03jFx6XAggbrDp%2bke1jXenW7d/M%2bvvf/wAAt6nEoyPTwag49I6UGVOaTJvsZ/NY27279rvfkf8ACJKcnqdt1uO/NuBZZmCMeo6GvGB/Rbm/m25Tv1iz%2bR6VawbAug%2bsD3WZUPMumXRxPgP6qwru6Smt/ekmn8qSSn//1Nnp9bmdNxK3fSZRW13xDGhSsqRqWk41R/kN/IkWkpKaoc9hlvbkLl%2bo69QeSNHahdbZXGqyup9Nbe3e3R4SU5mO4MIJ%2bhCrH9Y6gysOaxrrGsL3EAATL9XQ36P0le6fhZl9jqqQwXsGhsEs/rOatbp3RX4l7r%2bpVVW5O1zanY7dtTQ/YHb8e31PUfta7bb6n5/82kpy7MSnp4pxqb/tLf0rzYXVuO59hscHfZ3PY36e5FY9oDux3Az3VzrfS21sx7MShtby9wsDWtYCCAQ52wD3bgqbcHJIkta10cySUlJbPq9i5LovxsUbWt2FzS4kGbnH6V384936T2KGb9W6H0NZU9mJLnHfRTBO1jtldv8AN/oP9HV/pPTWgfq45xqdVmZ1fqt3w3Jft05G2zf7fd9BSd9Xeo1iausZLXeDmUP/AOk7H3JKeMZ0zqjnEMost26B0DgHnZuds/qMWJnsAsFbgG27nbp5Ab9IR/WXe9Uxep42Fddk9aziK2k7GGukHTg%2bjW1ebZdvqXuJMxpJMknlxk/yklJ8fGfc8sY%2bHATBHI%2b9bPSrMbo%2bfj333NsvD2TXtG1jHODbb7nnd6bK2O3N/wAK9c9VkW1ma3QYieSB5Kzg4OVnPLamktcfc86zPjP0klPree%2b31G9LwjGRdJfbz6dY%2bnkO/wDRf8tSIx8HCaKWxVUCzGZ3cfz73/vOe5YfQW5nT8F2PkON5cR%2blcSbCwD24zrHe70Wf4NWM3Iuu9zzECGgcAJKczIxbsm1z5Enuhn6s5VokPAnyRa7rftDQDAldDXYfTEFJTyv/NDKn%2be7%2bCS6n1HePdJJT//V6LH/AKPVz9Bv5FM/NeCpJKfdbOFXdwV4kkkp9v6L/T7PocDjnlb54d9H%2b0vnFJJT9C9Z/mafo/SPPwWYP7C8NSSU/RFP81i8fQd%2bQJW8BfO6SSn2H66/8kX89uPlyvMaPpH%2bjcn%2bd55WYkkp3Lv5of0H%2byuq%2brn8w3%2ba4/wa85SSU%2bxfehZH0CvIkklPpTf55vxXQUfzY%2bC8VSSU%2b1pLxRJJT//Z/%2b0aFlBob3Rvc2hvcCAzLjAAOEJJTQQEAAAAAACdHAIAAAIAABwCeABpUG9ydHJhaXQgb2YgY2hlZXJmdWwgYWZyaWNhbiBhbWVyaWNhbiBidXNpbmVzc3dvbWFuIGRpc2N1c3NpbmcgYW5kIHNtaWxpbmcgYXQgdGhlIG1lZXRpbmcgd2l0aCBjb2xsZWFndWVzHAJQAAZLZXJrZXocAm4AGEdldHR5IEltYWdlcy9pU3RvY2twaG90bwA4QklNBCUAAAAAABAqx1CdNAXpBHXtZe3DYRqxOEJJTQQ6AAAAAADlAAAAEAAAAAEAAAAAAAtwcmludE91dHB1dAAAAAUAAAAAUHN0U2Jvb2wBAAAAAEludGVlbnVtAAAAAEludGUAAAAAQ2xybQAAAA9wcmludFNpeHRlZW5CaXRib29sAAAAAAtwcmludGVyTmFtZVRFWFQAAAABAAAAAAAPcHJpbnRQcm9vZlNldHVwT2JqYwAAAAwAUAByAG8AbwBmACAAUwBlAHQAdQBwAAAAAAAKcHJvb2ZTZXR1cAAAAAEAAAAAQmx0bmVudW0AAAAMYnVpbHRpblByb29mAAAACXByb29mQ01ZSwA4QklNBDsAAAAAAi0AAAAQAAAAAQAAAAAAEnByaW50T3V0cHV0T3B0aW9ucwAAABcAAAAAQ3B0bmJvb2wAAAAAAENsYnJib29sAAAAAABSZ3NNYm9vbAAAAAAAQ3JuQ2Jvb2wAAAAAAENudENib29sAAAAAABMYmxzYm9vbAAAAAAATmd0dmJvb2wAAAAAAEVtbERib29sAAAAAABJbnRyYm9vbAAAAAAAQmNrZ09iamMAAAABAAAAAAAAUkdCQwAAAAMAAAAAUmQgIGRvdWJAb%2bAAAAAAAAAAAABHcm4gZG91YkBv4AAAAAAAAAAAAEJsICBkb3ViQG/gAAAAAAAAAAAAQnJkVFVudEYjUmx0AAAAAAAAAAAAAAAAQmxkIFVudEYjUmx0AAAAAAAAAAAAAAAAUnNsdFVudEYjUHhsQHLAAAAAAAAAAAAKdmVjdG9yRGF0YWJvb2wBAAAAAFBnUHNlbnVtAAAAAFBnUHMAAAAAUGdQQwAAAABMZWZ0VW50RiNSbHQAAAAAAAAAAAAAAABUb3AgVW50RiNSbHQAAAAAAAAAAAAAAABTY2wgVW50RiNQcmNAWQAAAAAAAAAAABBjcm9wV2hlblByaW50aW5nYm9vbAAAAAAOY3JvcFJlY3RCb3R0b21sb25nAAAAAAAAAAxjcm9wUmVjdExlZnRsb25nAAAAAAAAAA1jcm9wUmVjdFJpZ2h0bG9uZwAAAAAAAAALY3JvcFJlY3RUb3Bsb25nAAAAAAA4QklNA%2b0AAAAAABABLAAAAAEAAQEsAAAAAQABOEJJTQQmAAAAAAAOAAAAAAAAAAAAAD%2bAAAA4QklNBA0AAAAAAAQAAAAeOEJJTQQZAAAAAAAEAAAAHjhCSU0D8wAAAAAACQAAAAAAAAAAAQA4QklNBAsAAAAAAG1odHRwczovL3d3dy5pc3RvY2twaG90by5jb20vbGVnYWwvbGljZW5zZS1hZ3JlZW1lbnQ/dXRtX21lZGl1bT1vcmdhbmljJnV0bV9zb3VyY2U9Z29vZ2xlJnV0bV9jYW1wYWlnbj1pcHRjdXJsADhCSU0nEAAAAAAACgABAAAAAAAAAAE4QklNA/QAAAAAABIANQAAAAEALQAAAAYAAAAAAAE4QklNA/cAAAAAABwAAP////////////////////////////8D6AAAOEJJTQQIAAAAAAAQAAAAAQAAAkAAAAJAAAAAADhCSU0EHgAAAAAABAAAAAA4QklNBBoAAAAAA3EAAAAGAAAAAAAAAAAAAAGYAAACZAAAAB4AaQBzAHQAbwBjAGsAcABoAG8AdABvAC0AMQAyADEAOAA2ADEAMAAwADgAMwAtADYAMQAyAHgANgAxADIAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAmQAAAGYAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAEAAAAAAABudWxsAAAAAgAAAAZib3VuZHNPYmpjAAAAAQAAAAAAAFJjdDEAAAAEAAAAAFRvcCBsb25nAAAAAAAAAABMZWZ0bG9uZwAAAAAAAAAAQnRvbWxvbmcAAAGYAAAAAFJnaHRsb25nAAACZAAAAAZzbGljZXNWbExzAAAAAU9iamMAAAABAAAAAAAFc2xpY2UAAAASAAAAB3NsaWNlSURsb25nAAAAAAAAAAdncm91cElEbG9uZwAAAAAAAAAGb3JpZ2luZW51bQAAAAxFU2xpY2VPcmlnaW4AAAANYXV0b0dlbmVyYXRlZAAAAABUeXBlZW51bQAAAApFU2xpY2VUeXBlAAAAAEltZyAAAAAGYm91bmRzT2JqYwAAAAEAAAAAAABSY3QxAAAABAAAAABUb3AgbG9uZwAAAAAAAAAATGVmdGxvbmcAAAAAAAAAAEJ0b21sb25nAAABmAAAAABSZ2h0bG9uZwAAAmQAAAADdXJsVEVYVAAAAAEAAAAAAABudWxsVEVYVAAAAAEAAAAAAABNc2dlVEVYVAAAAAEAAAAAAAZhbHRUYWdURVhUAAAAAQAAAAAADmNlbGxUZXh0SXNIVE1MYm9vbAEAAAAIY2VsbFRleHRURVhUAAAAAQAAAAAACWhvcnpBbGlnbmVudW0AAAAPRVNsaWNlSG9yekFsaWduAAAAB2RlZmF1bHQAAAAJdmVydEFsaWduZW51bQAAAA9FU2xpY2VWZXJ0QWxpZ24AAAAHZGVmYXVsdAAAAAtiZ0NvbG9yVHlwZWVudW0AAAARRVNsaWNlQkdDb2xvclR5cGUAAAAATm9uZQAAAAl0b3BPdXRzZXRsb25nAAAAAAAAAApsZWZ0T3V0c2V0bG9uZwAAAAAAAAAMYm90dG9tT3V0c2V0bG9uZwAAAAAAAAALcmlnaHRPdXRzZXRsb25nAAAAAAA4QklNBCgAAAAAAAwAAAACP/AAAAAAAAA4QklNBBQAAAAAAAQAAAADOEJJTQQMAAAAABB8AAAAAQAAAJMAAABiAAABvAAAqfgAABBgABgAAf/Y/%2b0ADEFkb2JlX0NNAAH/7gAOQWRvYmUAZIAAAAAB/9sAhAAMCAgICQgMCQkMEQsKCxEVDwwMDxUYExMVExMYEQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAQ0LCw0ODRAODhAUDg4OFBQODg4OFBEMDAwMDBERDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCABiAJMDASIAAhEBAxEB/90ABAAK/8QBPwAAAQUBAQEBAQEAAAAAAAAAAwABAgQFBgcICQoLAQABBQEBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAEEAQMCBAIFBwYIBQMMMwEAAhEDBCESMQVBUWETInGBMgYUkaGxQiMkFVLBYjM0coLRQwclklPw4fFjczUWorKDJkSTVGRFwqN0NhfSVeJl8rOEw9N14/NGJ5SkhbSVxNTk9KW1xdXl9VZmdoaWprbG1ub2N0dXZ3eHl6e3x9fn9xEAAgIBAgQEAwQFBgcHBgU1AQACEQMhMRIEQVFhcSITBTKBkRShsUIjwVLR8DMkYuFygpJDUxVjczTxJQYWorKDByY1wtJEk1SjF2RFVTZ0ZeLys4TD03Xj80aUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9ic3R1dnd4eXp7fH/9oADAMBAAIRAxEAPwDkfrN04U9dzW41YZV9otDK2ANa1oe4Naxrfa1qzPTtZLXAgkQD5rt%2brUNd1fNc4T%2bs2x/nvVS7Cx3iS1JT6J9VOo/tLo2PlAEepW0kHs4DY/8A6bVrM5csv6rYwx%2bkUVAbQK26Dz1Ws36R%2bCSmLRDz8Emj3qQH6T5Jo94SUicPeq9o0Vpw96BaOUlNS4folWtGjSrljZrKoZuZh4tc5Fra3Nbu2uIboOXbn7WbW/nvSUyYNFKNVm431j6NkXGhlrg8HadzTt3E7Q3e3c33OWo5pB1EFJTOse5XKVUYNQrdKSmGUPePMKs5W8satKquSUhaPpf1lsM/mR5SshuoeRqDBC16tadPAfiElN7d7v8Apf8ARSQ92v8A1ufwSSU//9CjmZIu6tnwZaMq/aR3HqPhM8GFWywynrvUq2t2MbmZDWNHAAtftaFZLxt8UlPY/VLrDLqRiWuHrVN2lvcgfQeumb9P4hc79Wfq/j4tVeXa0HLeyXvPI3a7G/yV0Q%2bmElK03hMfpBSP0h8UzvpD4pKR2fSQbBJ0RrfpLK6/1H9mdPty3NJY0EF7XMaWkj2bRa5m/d/wfv8A%2bDSU819c/rdd0xzem9MLBlXNJdkOG7Z9JrWVMgs3%2b33Wv%2bh%2bYvPmbyw5F1x%2b0%2bqDbc95L3B7dzK7HfTtsb/Pfn/6NGvc21pfbWz1Xn9I1rQ2sOaBshrZ2bcbZ/X/AJ3/AEip0gsNft3alxgakAbYbo7%2bcb7bUlKfS6919uMx1jWH9ETzDTuc926Pd%2bftVzpP1n67g2MdRlWvra6HY1zjZUZ%2blW5tm9zN21WcZrcPCYWmN7tug3R%2b9sZ%2b/p/hPoLLy2fZ7ftXo2V0ZBEAlpIe07/pM9v6RqSn1vovXMTqtHq1kVWNA9SpzmyJHx%2biturwXkHROpW4OXTk1HdSxwbYxxETtfv94Dn1u1f/ADf/AH9epM6pj1il%2bQDRXkhrqLHfQO4S1jn/AJr/ANz/AEiSm9l8NKpzJI8DCuZJDqmuGonlUnHbcD2sEfNv/mKSmtgO30PB5Y5zD8nFbuNrUP6oWF0sS/KZ3ba77j7loZ%2be/AwGuoZ62ZfFOHR%2b/a76Ad%2b7Wz%2bdtf8AmVMSU6e9vG4Ts2xP537v9bb7klz3/NrqHp/00ep6Xrers9/7S3/0/dP8z9n/AFP7N/3F/QpJKf/RyevFjetZ7wQA7KuI%2bdjygVZlRbBeAOCZGk6SvROk/V7C23ZNtbbLr7XvL3AEw5zi1g/qtVj/AJs9KdcXnHqJEEHaOfuSU6HTgBj1AGRsAn4BU%2brdexumvY2wnceABJ%2b5aVTG1lrG8AQFxf8AjAxrqjTmUjv6b/g76P8A0klOjV9dcJ9ga/dXJ03tIH3roKcqrIaHsIIMEELyPHpvYwWOO6wnQeZ0DQus%2brd3VMO9uLk1n7O9u%2bp/Zp/Pq/q/nJKezuXI/wCMFxGHjCWEb3kNM7pDPdbt/c27qvb%2bfauusMtB8QsD629Kt6n01zKzrWHP9MAudYfoMoDPobXb7PUf9NJT5JlVem7SB%2bjdURxLttdVW3%2bU387/AIFF6ZjYvUrn1mz0WUVh7WD3DX2mt3H0PpOU7aBW1huHpANgVH2giwfrBra5n6H7Jts37/8AzNZWPlHDyWZTCTBAcwiC6sj6X/mP76SnqaMUnp9NeBQHSC9jGB9t20OLfU9OsbKmWtbv3rM6qb7cLIou/nMctMu2yeLA7fWXV/Q/cXQdNdjP6Pc3p9tQpscbj6kvaCYnfQ5w/SNj02b/APBrB6hdXY12O631n3A77IiGj3ud/nexJTi1PI9Ntga%2bqQ5zXGJmfcZ/Oax2z/tte39OxKXdIow8mrfWamtsqsAMkj3z%2bavKOi9HryHtuv8AVdTURowNBJndt3v/ADPR9n/XF6Tj/WnohfVXbYcOIDRb9AADa39Kzd7f5T0lIM7A6t9Xv1rprn5/SgZtwHEutrH72K9384xv%2bhetDHzsTqWA3Nw3iyv6QjkEfTY5v5r2/nLVsey3EFtTm2VugtewhzT/AFXNlqxx0gUZ/wBuwHCj1v6XRHst/wCE0%2bhe3/Sfn/npKSdN/pmRHD4cFo4jG23jNtjZU11WMD2BP6a7%2btZt2f8AFqjViVY9jrGElzgRr2BTve9zYJ0HDeySnW%2b2Y0RvHMfjuSWJuKSSn//S7TpmbW5jqp1YYj5rRYff8lxVORYC3JqMF4Dx5g%2b7VdH0nqLcmAdHt0c3zhJTp/ntK5/68NaekPJ5BbHxBXQOIA3O4bqfguM%2bt2Xm5fS2gtaAXAy2eOySnnPq9Rb1Dq9Fc%2byg%2bq74NPtH9p69QGNUK2CBuaNF5f8AV3Mu6VneuK94e3Y9vEj6XtXYn65Y5YT9ktcB/KYPypKei3tLAAov4XN0/WoZmVTRi4L99z2sG%2b1sCT7nexrvoN9y6B1oAg6%2baSnmPrX9U29Ze27GZXXkmW3WyWucDwXfSpft930q/UXEZf8Ai965jhu52O6XQ1vqEGZ/qfR2L1rcHHRZnV8R%2bTQ/0TF9J9WrzLR7q/7bf%2bmkp81%2br/Ss03DDbWLn5Pq%2bgwED%2ba/nW77Nn0p3VrTH1Qtrpbk5RY03ODGUg73iDutN9jf0bHu2%2bl6Vfqf8Ytrpja6PrF0xjWyLKrwP5Je12QHO/s1f9Na31itZRjuvP0KbySeNTvfCSnn201YfSn2NAjc90eMvc1o/6LVkCsGXODXucZcXd/uWe765ZNlHo%2bg0MMbdewnnT876aA76zZIf7aWx2g/7ElPV/V/qFHTbrarGuqxckRfS101lw/mr6X%2b307WfQeyz%2bdq/wv6Otb1X1j6YwH3Mrb%2b7vJd9xYGLzqnr2Ta217mANqAJAPug6btsfRa72bv5aN0Hqt%2bb1D7NawbHsJ54gj3JKe/s%2bsnS9YtEKs760dOBMPCysjFroo32N2ut0pYfpbG6uteuec77klPc/wDODB27t4j0/X/s7vTn/OSXCes/bskxGz%2bzu9X/AKpJJT//07uC3/J2KT3or/6lqsYVpx%2boUvmGPcGu/wC%2bqPT2z0vDP/AVf9Q1M9k6dxwUlPV9Rs24LgObIYPn9L/orlvrBe2vHbV48LVfnnJqqbECsS7zdC5LreeLss1H8wpKYMDTrGqlkuFdPmVCsgtEcFA6hbJa0/RGseKSnW%2bprsY9WL7rWVvbW5mJW9wDrbXfznoMd7rPQo%2bn/wAauwyAX1wBDuF5x0nGez6w4XVMuucDBrcaGse0udf7vf6e8Ob6d3s/Sf6BdkPrLUXQKXCTy5w0/ss3pKTdPybndSz8GxsNwhjurf3c3IrdY7d/VtqsVt4/Tx4hcD1X6z9Zo6/mZPTzXXXZTjFzLGiwOZX61dTvzHOfusf/ADVrP%2buK3j/Xh%2b1tmfik2GA44jg8NDg5zXXU5BqdTuazd7Lr2f8AXElNzEY4fWjCbGrKsgnyittf/f0P/GNkjG6K9gMOycgCPM17Xf8AUuVK36y4lPVh1HFqfksZW%2btzXRUT6prcX1uPqfzbqXLC%2bun1kp636FVNVtLa3uue23adSNjQ11bntckp5oRAaQNo4jn7/wDySlS0F3uHt/KfBMxpPmrmDjOsta0NlxMNHmUlJXVV1gCpu%2bZZdrEtsG11Lf3n/ns/l1rpvqT0RmJiWdcznNDLWFtMxAqaf0tzz/wr2f8AbabG%2bo%2bblXj7TeMXHpcCCBusOn6R7WNd6dbt38z6%2b9//AAC3qcSjI9PBqDj0jpQZU5pMm%2bxn81jbvbv2u9%2bR/wAIkpyep23W47824FlmYIx6joa8YH9Fub%2bbblO/WLP5HpVrBsC6D6wPdZlQ8y6ZdHE%2bA/qrCu7pKa396SafypJKf//U2en1uZ03Erd9JlFbXfEMaFKypGpaTjVH%2bQ38iRaSkpqhz2GW9uQuX6jr1B5I0dqF1tlcarK6n01t7d7dHhJTmY7gwgn6EKsf1jqDKw5rGusawvcQABMv1dDfo/SV7p%2bFmX2OqpDBewaGwSz%2bs5q1undFfiXuv6lVVbk7XNqdjt21ND9gdvx7fU9R%2b1rttvqfn/zaSnLsxKeninGpv%2b0t/SvNhdW47n2Gxwd9nc9jfp7kVj2gO7HcDPdXOt9LbWzHsxKG1vL3CwNa1gIIBDnbAPduCptwckiS1rXRzJJSUls%2br2Lkui/GxRta3YXNLiQZucfpXfzj3fpPYoZv1bofQ1lT2Ykucd9FME7WO2V2/wA3%2bg/0dX%2bk9NaB%2brjnGp1WZnV%2bq3fDcl%2b3TkbbN/t930FJ31d6jWJq6xktd4OZQ/8A6Tsfckp4xnTOqOcQyiy3boHQOAedm52z%2boxYmewCwVuAbbudunkBv0hH9Zd71TF6njYV12T1rOIraTsYa6QdOD6NbV5tl2%2bpe4kzGkkySeXGT/KSUnx8Z9zyxj4cBMEcj71s9Ksxuj5%2bPffc2y8PZNe0bWMc4Ntvued3psrY7c3/AAr1z1WRbWZrdBiJ5IHkrODg5Wc8tqaS1x9zzrM%2bM/SSU%2bt577fUb0vCMZF0l9vPp1j6eQ7/ANF/y1IjHwcJopbFVQLMZndx/Pvf%2b857lh9BbmdPwXY%2bQ43lxH6VxJsLAPbjOsd7vRZ/g1Yzci673PMQIaBwAkpzMjFuybXPkSe6GfqzlWiQ8CfJFrut%2b0NAMCV0Ndh9MQUlPK/80Mqf57v4JLqfUd490klP/9Xosf8Ao9XP0G/kUz814Kkkp91s4Vd3BXiSSSn2/ov9Ps%2bhwOOeVvnh30f7S%2bcUklP0L1n%2bZp%2bj9I8/BZg/sLw1JJT9EU/zWLx9B35AlbwF87pJKfYfrr/yRfz24%2bXK8xo%2bkf6Nyf53nlZiSSncu/mh/Qf7K6r6ufzDf5rj/BrzlJJT7F96FkfQK8iSSU%2blN/nm/FdBR/Nj4LxVJJT7WkvFEklP/9k4QklNBCEAAAAAAFcAAAABAQAAAA8AQQBkAG8AYgBlACAAUABoAG8AdABvAHMAaABvAHAAAAAUAEEAZABvAGIAZQAgAFAAaABvAHQAbwBzAGgAbwBwACAAMgAwADIAMQAAAAEAOEJJTQQGAAAAAAAHAAgBAQABAQD/4RCAaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu%2b7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA2LjAtYzAwMiA3OS4xNjQ0ODgsIDIwMjAvMDcvMTAtMjI6MDY6NTMgICAgICAgICI%2bIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI%2bIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6R2V0dHlJbWFnZXNHSUZUPSJodHRwOi8veG1wLmdldHR5aW1hZ2VzLmNvbS9naWZ0LzEuMC8iIHhtbG5zOnhtcFJpZ2h0cz0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3JpZ2h0cy8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGx1cz0iaHR0cDovL25zLnVzZXBsdXMub3JnL2xkZi94bXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgcGhvdG9zaG9wOkNyZWRpdD0iR2V0dHkgSW1hZ2VzL2lTdG9ja3Bob3RvIiBwaG90b3Nob3A6TGVnYWN5SVBUQ0RpZ2VzdD0iNDIzRjdCQUYwNzAzMTU2MUI2QkIwNzQyNkExNzUxMTEiIHBob3Rvc2hvcDpDb2xvck1vZGU9IjEiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJEb3QgR2FpbiAyMCUiIEdldHR5SW1hZ2VzR0lGVDpBc3NldElEPSIxMjE4NjEwMDgzIiB4bXBSaWdodHM6V2ViU3RhdGVtZW50PSJodHRwczovL3d3dy5pc3RvY2twaG90by5jb20vbGVnYWwvbGljZW5zZS1hZ3JlZW1lbnQ/dXRtX21lZGl1bT1vcmdhbmljJmFtcDt1dG1fc291cmNlPWdvb2dsZSZhbXA7dXRtX2NhbXBhaWduPWlwdGN1cmwiIGRjOmZvcm1hdD0iaW1hZ2UvanBlZyIgeG1wTU06RG9jdW1lbnRJRD0iMTEwNjUyMjQ2MEFDNzFEOEVCMkNEOTRENUVFQ0NBN0UiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjhlOTcwN2YtN2Q1OS00NjRmLWIyMmQtMDM3YWI4NmZiYjMxIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9IjExMDY1MjI0NjBBQzcxRDhFQjJDRDk0RDVFRUNDQTdFIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMS0wMi0yMlQxNjo1OTo0OS0wODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjEtMDItMjJUMTc6MDE6MTQtMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjEtMDItMjJUMTc6MDE6MTQtMDg6MDAiPiA8ZGM6Y3JlYXRvcj4gPHJkZjpTZXE%2bIDxyZGY6bGk%2bS2Vya2V6PC9yZGY6bGk%2bIDwvcmRmOlNlcT4gPC9kYzpjcmVhdG9yPiA8ZGM6ZGVzY3JpcHRpb24%2bIDxyZGY6QWx0PiA8cmRmOmxpIHhtbDpsYW5nPSJ4LWRlZmF1bHQiPlBvcnRyYWl0IG9mIGNoZWVyZnVsIGFmcmljYW4gYW1lcmljYW4gYnVzaW5lc3N3b21hbiBkaXNjdXNzaW5nIGFuZCBzbWlsaW5nIGF0IHRoZSBtZWV0aW5nIHdpdGggY29sbGVhZ3VlczwvcmRmOmxpPiA8L3JkZjpBbHQ%2bIDwvZGM6ZGVzY3JpcHRpb24%2bIDxwbHVzOkxpY2Vuc29yPiA8cmRmOlNlcT4gPHJkZjpsaSBwbHVzOkxpY2Vuc29yVVJMPSJodHRwczovL3d3dy5pc3RvY2twaG90by5jb20vcGhvdG8vbGljZW5zZS1nbTEyMTg2MTAwODMtP3V0bV9tZWRpdW09b3JnYW5pYyZhbXA7dXRtX3NvdXJjZT1nb29nbGUmYW1wO3V0bV9jYW1wYWlnbj1pcHRjdXJsIi8%2bIDwvcmRmOlNlcT4gPC9wbHVzOkxpY2Vuc29yPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE%2bIDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo2OGU5NzA3Zi03ZDU5LTQ2NGYtYjIyZC0wMzdhYjg2ZmJiMzEiIHN0RXZ0OndoZW49IjIwMjEtMDItMjJUMTc6MDE6MTQtMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE%2bIDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24%2bIDwvcmRmOlJERj4gPC94OnhtcG1ldGE%2bICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPD94cGFja2V0IGVuZD0idyI/Pv/iA6BJQ0NfUFJPRklMRQABAQAAA5BBREJFAhAAAHBydHJHUkFZWFlaIAfPAAYAAwAAAAAAAGFjc3BBUFBMAAAAAG5vbmUAAAAAAAAAAAAAAAAAAAABAAD21gABAAAAANMtQURCRQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWNwcnQAAADAAAAAMmRlc2MAAAD0AAAAZ3d0cHQAAAFcAAAAFGJrcHQAAAFwAAAAFGtUUkMAAAGEAAACDHRleHQAAAAAQ29weXJpZ2h0IDE5OTkgQWRvYmUgU3lzdGVtcyBJbmNvcnBvcmF0ZWQAAABkZXNjAAAAAAAAAA1Eb3QgR2FpbiAyMCUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAAAD21gABAAAAANMtWFlaIAAAAAAAAAAAAAAAAAAAAABjdXJ2AAAAAAAAAQAAAAAQACAAMABAAFAAYQB/AKAAxQDsARcBRAF1AagB3gIWAlICkALQAxMDWQOhA%2bwEOQSIBNoFLgWFBd4GOQaWBvYHVwe7CCIIigj0CWEJ0ApBCrQLKQugDBoMlQ0SDZIOEw6WDxwPoxAsELgRRRHUEmUS%2bBONFCQUvRVXFfQWkhcyF9QYeBkeGcYabxsbG8gcdh0nHdoejh9EH/wgtSFxIi4i7SOtJHAlNCX5JsEniihVKSIp8CrAK5IsZS06LhEu6i/EMKAxfTJcMz00HzUDNek20De5OKQ5kDp%2bO208Xj1RPkU/O0AzQSxCJkMiRCBFH0YgRyNIJ0ktSjRLPExHTVNOYE9vUH9RkVKlU7pU0VXpVwJYHlk6WlhbeFyZXbxe4GAGYS1iVmOAZKxl2WcIaDhpaWqda9FtB24/b3hwsnHucyt0anWqdux4L3l0erp8AX1KfpV/4YEugnyDzYUehnGHxYkbinKLy40ljoGP3ZE8kpuT/ZVflsOYKJmPmvecYJ3LnzegpaIUo4Wk9qZpp96pVKrLrEStvq85sLayNLO0tTS2t7g6ub%2b7RbzNvla/4MFswvnEh8YXx6jJO8rOzGPN%2bs%2bS0SvSxdRh1f7XnNk82t3cf94j38jhbuMW5L/maegU6cHrb%2b0f7tDwgvI18%2br1oPdX%2bRD6yvyF/kH////uACFBZG9iZQBkAAAAAAADABADAAECAAAAAAAAAAAAAAAA/9sAQwABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgICAgICAgICAgIDAwMDAwMDAwMD/8IACwgBmAJkAQERAP/EALQAAAEFAAIDAQAAAAAAAAAAAAYEBQcICQMKAAECCxAAAAUDAgQDBwMDAwMFAAAAAQMEBQYAEQcCCCETFAkxEhUQIjIjJDQWQTMXRCU1QyYKJxgZIEU2RjcRAAEBBgQDBQQFCQUEBwYBDQERACExAgQFQVEDBmFxEoGRIhQHoTITFfCxwUIk0eHxUmIjNCUWEHIzNQiCQ0RUkqJTZEUmF7LCc4RVNmODINLi8qN0ZXWFJxgJ/9oACAEBAQAAAOlKHeK1boU3J76unVim0NHZe5Q8edTdrF0Bs1BIy6Ng4OBAl45x/CRL9w5xKFZG4cXKm5SHldS8tLjcgJl9fI7St6RrYwsVlNvuBbRazWLWRb%2bPbXdoU8rkQyv3udiLncDOOSZzM4p9yeLC7cc%2bRmNOfofFQwS%2bVwDChB9RCl8dSNX6SpvspWrC6QHs2NiHyB4xSIEbYxC4RKrbcS0Bswy4dwz%2bSTWSNVnriWGHai7QOiD6wjUmO7AF%2b5VE2huPWoHB3PiHxZgj72sFYJel8QsylWZ8ntKk8JFiwtkF8NjYjcoDiBK3o2tjZo6l9itpZySmCSJQhn8qytseOyEOHHLWnvF6llgePSS7twegk1vD0B/5H4S68Y0PBIZ6WCkEr32LBZS5vip2akiQyUuL/ID4bGxE%2bwXByVAia0IxHstIbR2dk0eNpkgz8viNW4jbY/j9Nrn3MdMnpkFjt4axFDMI00i596Agh1%2bBodGglvWsUEr32KxRxcnZx%2b%2bFl9EytxIT57ODUhfYar%2b3pkbYgY4wm4fs1ZeZh17sRXv8vlc9FbiPAiPaDsuaO87YGnxMOMwrMzWLjJvzCgV6cRZiFA4dJhqBfRbHYstWLlv0kbvT28ey4yfDY1IieI60%2bk7M1oWOLpsQWPsrLjO%2bWFhb8wAye3t9Tj/ztT2AtBPQuKnxM2ijdJraLNJO8R%2bGeOQswCwY1PLZCKM5Bq0pzUwKvhInaipfxl5k9mxsRE8a1tZ%2bJuYW9FFsvIrA2jllpW2srx%2bZwU%2bOrpwM/P2LNkLxeNgeVkiJsFJPbmwRKXYAH21wFx0YHxd74ogE6vQdV3M2ps6av67mab07kfy8GL6bGpEUA1W21K3jyGPfcoIpetlMHwmsvEf5j5p9KVnE0OHYv15u%2b7N4aVSGJNgnKHocESp2FglsXjDCJsIu9cNeMGMFwpDEkOnBTuhpne%2bUXok%2bHczezg0ISkHq02JW9AyVGmWYviULbS4obLLxV%2bVZO7w5LfGlFq/vxovJyAMepNahtnPPBtn%2bjcHCWtxahsbDELVV3qbdduxMPmZdXh0To%2bKR9%2b%2bzZPH28Gb4bGpCUDlUmBEibWXP2x1gvUgXEk8jFLQRP%2bSDaKTiJw9sTZJHZE1ttE9Mf1J7S3CsgcTcK%2bzcHCUnO2Do2NMecfS3zpBbZ8QrPtB5frukInco2s7OVzykzejYkNSccquNivz9IcyLB22WGV1pEfRmzcL/AJAltJvOH7mZGZvvp2HdL5yafqTWhCKnzkMCvs3YI/H3JoGh0aq51EsGFb2usRXoIC5wGK2chassLrx2O72mRWTGZqUNdRh0WBZIYcyTHQR/IrrSAVBMp4nfnC2jnqUCzmQMgnGW7HZntu6NEotTYKlZOLtrQcDwAOOjSNjdbeqDhZW1sIEiVzjqfLkvtI6lToHThLmlm42r0zEpmalDVVgMS1/m1FnSD6flpDdp7kaKevkRdAu09g5VNFqBhDNQtr9X508apOam0WKyUXbmg4HgFlUNgyFYF4y46/Efw6pkD22TTak4qNRl2bpjkaR9ouzBZ0lNTMo46khL7WORn/PyF9XD1yuS9kOA0W9lP8eOyljJcM/tMOX07It6LBObW0Sh4MtzgXCSFjOB8AZlDXGlbutV1n7IxXA8Jy%2bCzkNXHlurtlqaUomKQZMGJv7XWpp/PRHJnHVaPXyHY9m2ilTtnT5wty%2b0Q6lveatr%2bMVO84TMdKk/N2XdmLKkrc3NMn%2bDDa6FYm2sxX8xgyqWqLOvX1cqlSfFTODrx0lme5qCr0SO0PxPJc2Slwa/dk2u0/38sEa1cjfxuqZZSp%2beu4U08lqAPqUbubXyL%2bNXJp7LsgvauW%2b2HoTOJH9IBWUPQ02cR%2b0DjOVe4%2bDXNoG%2bo11uwwYaOQIOY0PnK%2bo/BskzNHePUlpr11%2btf315mwahTZ7SILjBT7qVI0Z5m7WWaabY5AVX7JEnSR%2bPs5vppJJo4Sp23NGZjIfbfGBR9NLY6yY2IWIr8j8M9uFGum1QGKK3LgqQOSODN40xsNV4CnATyKiaYSMevL3D9mWHFnADQzZC1r35EEZe8z9dre8MuYHdj%2bQ3GX/yM0ydScHjraTtwaCnpshjCprA3Bz%2bZWyOHhsIvUfhnv4x06t9EYhF4EnEhhuyMzTXYauVQFjWfUrri68hjpz3k7jGXug3Vfr32QtQjYVp%2bQ576UXf%2bqaTzqZ79yR%2bTc1MzeqMCq9vbN0HO5Viyi%2bTdJYWUS3bXSi3E3FxD5H4Z9L4t/Paq9HAoOQGUNO0drcwNQgWiccV0tfVymhZ680p7xt9yQ3IoI6suIPZq2DK6cC1ULyX7Aq/a6mYvExT%2bZeLfKMO5iK03dh0TOzqvWKnXbiMaFmmUtONtrxz7MfgsENjhQnpqZjtpfSJ4jEY1EvDn7qTK9yqMZeMsXZ%2bysKEezfebkhRMBy5VN64eEPYw2QAagQla/S%2bot45Kj%2bvka8fRz160KIYIr6RW42ita8SdWXCXraxpEwxIUnSRo1u7de05wChDW5Up6cGT4eW1eLYMC5b1Lgu6G2VC4upEEwDSMuXufYm7hL8MWekglhKoudHX52r1voBBkna3RxJUbxa3%2be8D%2bzhYn6juJJbMprlJokuIchentTiOJgmByWPO2m4d%2b5zFghtcYT6buNoY%2bVlk2ucUMOjOmsl3FyQqKZENUYJTO%2bwnZt1e8B7PyQSxPUxwp517t0LHx1LkmAg2jaGTzkZtiZK8GQmX3J4ZUEmAufHUtxCJbKHgWUyqC9oLWi6ImNMSmEor6JtWIPuHRaDUY%2bO7dXttGE0frRX%2bEW7ntrcyw9z7e3avnIRQDU6cHENAZx9DLOGs3GyMP17sxpcWtTIOyW8IWIXmNuqH10us3IEx8LFsHdOt95tQbxNQCy87ZCuM/XRq9ShrhBtYGox2T1Rj/KyAK2yyGTRqxYaPIqgNLpvu5sd8UtaTxX6bWVlRBjRxpR5IluteYt5WAdkt3QMgvM/FXzEbqbMxRGlne0loaBerDWV5QBA5Cw0yZ69UDG%2bMokXiHK3WdvnJVTYRbX%2bZLC7D81aKKjrgy%2bap9xrLZRM1gOBO1IWUaaEylAPNllLuyw/so6clbcxjEorYlyD6i1WU7Vr32qtE2sHdZd5xAdcG4IG2uiXT8zMrGh42bxJrtYKqwv7Lb0FejcPUSrkTuB4YCe8exDQhdeROFoRscZ0KFAqXsF%2bLQmzoOHZQgYxeU3CMsj%2bonQ1tOu2XtXdXkFAg2%2buFiXN4swDEAYGVHqYHw3U8FNya%2bUO3j1Uzak1Tdqq2T68gYW%2bKrM3l1rr2SSsbmgcxhIiJNjalsXPdE76X5ns68OChF8R9KS6JMcOpDSBuvl3B9K5yaWqJPbm5Obk1jY21DY/5H8bZx1wwPnSgPd%2b5J8qpl16f7Q5156PT77TehN0sQ%2bqnlkTp2kdCmlqb0%2bvmltHnzQ28dgyGUjZDxCZUSQjhJ1M6mKNdO39cqVBAaB20d8kqSeEfGxkbR%2bBMQ5E1vo3PeVHeVtHVKK8hQyc5Eo3TZcs9LeVta0A62yZwtf0pG4AHORAi0L27h5sX3w0AnGcJjb/AGGFlM2HBnrCQ88347a%2bhcsuDc1oIl%2bSSSyNsHW8TZFgZCVIMSZAkPH3vjWLpbD%2bOVfGR5p6Jswt6XM/Mub4pGrrXJ5w2VYZpBGidMgl3cCZ2RIovZf61NmfrxkGMGhXLTECPnmVNFdXpAUtQwjg%2bvnYO0CdRZub/Pn6HYCfOuy1y5gZ3mb60prBjljHnO5pG5INcbwnTWYYa4cFwN0ZFB7e500qjRt4eD1pFsaKJkCXRbSK6ZgrGK6ZGFmb%2bIsVcLzOhaWSMOwzwF8sdyR1%2bwtvX%2bnEjDoBfIAyUacNO6FqJlpIvWQ699Z%2bBdzuIzzcih%2b0Ao5GfxcPsJSVevOuptKhZtTNTfMfaSEG1rYFmt%2bo0wkrVlVXSTc%2bsfYfQezoteCMXr%2bnIdm%2bzSOBEdwu/SiqNGuAPH/FesGKfenujlbN/UEwGQpWz6ceP7VuL5aus0ccOnfZFt3AeMj5RBnbmxrZ3XuGDbCyh8e3J3itqTg2LKx7zmyyBXtRyvRr6hqvXK%2bdv3QVe211qO8DF3zxrgNuLMZamYq98CxdClvShyh%2bHhoH%2bNQ/HzpKcXTFTTl7S%2b2nrro3UzkrMhaELI2oO6MHD/AOxcU9iG9Z1COLksgOZWbzKXvapeZjde4cQy132k318wPCyLrBdwSQm2BB48yHpxh73wpxhSnfRqps1/fOtHuQzl6bXWqJLD%2bjXcNPsmqm2cyQilA0omZtbO7GHDLKki4N3R1UmSg2fkhV0yTo%2b9GT66uxRHlaY7DdbO0tMQ19jQh76OPeyL/VfhGTMyc98TO9vPcP5D9HKKuP04t6NdIRTY6MPqN5M7rVnaZYQb/ZLZzj7I0NbMzJu8AGCAsgGgC%2b27Fhcr4DeqRZKVSKjsmcix4iCpQCR13Nf0sGxp98nro9dy8hU18FJIpflhlz3Y5xo/iR0yEan75eFY8eTKQE8UGt5e5HAGCGw4bllSpAyMo4PsfF3nwgNGmHgD5B7As85QJADPnMCJzM2fFJh5XuppVMuDu0/wCggNrnBBHvQO3h0esXBCKSoTy8zq7fUm5r4JdYbz5XrlnCQGEuvzRCjx2K948V5a1Myfz6rciHWQZFmpk73oiLh4ug9Muwr5WdfWPL6mCaRSd05DIVqcMpvnFjurdi4GAhlgoL001fDZ/WPYmZFGZmOezmkVZ%2bqzkqk9LHJX9EMryxbjP262/eoOadCex/Q6mWcEVDzAzC4g0NXfLExQYGGH54ZZOZC8z4yEiJ5k2T3fhM4ZgsFTTaw3pI0RW5S9UTrZ3KgUyuZRvl1TqiJRgDBdd2dMqdFvLzFczaG39uPpKf0lxA7IARFWaueoaOi44MjA42d99hGxYXYmvk5j%2bSHDO7GONCCRZVkhxURlVRJJZZa9rNE7Ifrar43y3V6yMIXbj8IlQZao%2bimuHx8ODi5L3oqsX2S9DpIl2A8HdUbxQ9AOSdPmAUDR5hER5s7%2bjKPCTEwsSBc6OB5RPGQKJSkzlSW2WvFcU6Vh1BZzVtkVx43mMY2hqcJmoPnm9cD8URtE4BEXHzc3O5Pp5qh2qyWeATGT43NrbLeTGc8CioqGiw4JC6H9A0aHWlKPsbCk4xZ5q5kwEGx7zEVlmWkUPM2sxxEopIHNIan6IoMlscWHVSIGoI1PDcxCjHW9cmVLHA/nrRbbDWHgzpzW7GsDWkpFkpVYLHWZtQMo%2b0Rx3nh/4RomgVYmLhTB1Us1IikM7NEswhtSAeeuyINZPxjJDk/kX3f%2bIbbH4qe1BLev8AUrcl8Zw/ETQsbiSwpTYGVqI9mfcCqmIW%2bxWYs2UFa4henAikkqU%2bhSo3ZCZ0nynZhxhbGH7Dar0TqWUnpk%2bEEfVi8sXoKO1xHZFemQzIdka9SmRenaFRWramcSvH/Eurrw6KG29h4HUiMr7dzTGq/egsL2RzOqdE3E7mk2TyafPsDpZr%2bmZ0XAhZ2hqYWP1EtQaMQvIhka2TOIAoz2jCSueeNW5FNGF8TwOFkZlMEuS2dvMS11qXnzXmtHLzPjrZAZr6%2b8v3pF2INearWcp3SgEj9sTS5bOx5aiSx/TLX5paGz5TNyRKzsTG1QpUOmEZSZLgjSVT2t9RKrM1Y%2bvXK8juDa5bERZCCOL4ohKGRQ0ncGy2rVFfFye1PN75%2bXnP7CdgXSMtiqAwSNY0j1imvQeyT43M4NVXbVgaWls%2b%2bBH4zD4w3s0B1TqUG2%2buBKz69T%2bdusW9aoyk%2bQzIr2dG4Gn%2bYyYRi6ujSy5R4CVSHvPOTjWqfbzPdy7sWStQmZk4zGENRolsveCxRAjag%2bpO4Kdj4Uf0iRoWocFmHiFIWrZXG8209iAyChOX5FifIEgKnLxbqbYSpdr1rHH7NHMDwNgJjDX7h9%2beL%2bTw4t1fi7thjT0m9IA6JoaAkc/3IseTeNgZVXbFh9cniP20JEQ4KD6DhG4og67et09tv1zeppr7kCkdfhYruzdCm9lWxtAx9FANK%2brxmaLlpSVFbWEfFttCLmTI8eeee2wQhuGwJLLlvbKnahpGKpf/2gAIAQEAAQUAeGIUtaw8mrQZYSzKKNtSY24IDANrZVM/wvcbt9kPVRrDTz1af2LBDyoLdWh%2b1WWuqGlXHXFr3Xj9I5%2bK0eCW3UtfAVdg0rwoA9i613DzUs8VXgu08UHjUrC4n/vNd6fficv36I4CmpF8NcKP8baQpsuIJeFXGknxJfiQ%2bKUeCMKQDwQgICsCySc8RH2BYBpSFgUWAZMP9vjXByHhWriogwALXCVwAkVcKVXvh0B/EMjcENi6mbAJBrwjNIO08RvRYUWZSFT8yCvZzFMdm2RCZNC8JvNtVOQDdXa1g6tj0j0C63mc7hSwb6Wm9eKV0Clnw/1bXTmAXXjw8aSAPkV3DSpvpFT8LgNtSi1JfZLBCjxue1j7z4NiHHgfQ3ACKIoKDwCvGmuklwrxpJx1NIB5kwgNJRCkg2FIHvJA4LPeSz7jquNfrYNQUpv5D%2bIvof21i4OPGr/UY5H%2b3QsQu6DxWXvh6/o05t6P71TJkAwyZMXJNFuM5hTacNGojCq%2baXSYwSqQquaV2kdwOqSQbBMg5zyxX9iqv6tj4UsuHsWjwahsPAEzpcKVV/VIraactNxVX8y4RCkIiGlV8KvgKkRDSsvZQA0nChCn8fpnHipax990SgCd%2bTcRCk1EeCegH3qEOABRPijrjSWmrgKa9JBCyPxS%2bKQbaP6ediPmsNcbaQ1B7FPwn38zj%2bww39So/wCHH3%2bPhl7uXm1al1YfXjp1Tn/C202cmbmlSuNCYrKigcwuGDy10TNpfGDiqMZziRQJDq7VElc2bNuBv8mx/a8aVAPlV2FUxXpYI3WgIUrG9NIUNulWcK8R/qkY2paPFb4Kh9xBTh4L%2bFOFw1LLUqEaScRvcJBfpXtNZS1j76r7Z%2bTX0p70F7orUnD2Df2KBtRFvMR7EvwtXAU3EUo3BGHFL8SThpvU74iA0Fq8PZalYCFOP7DZ99/Sq6xlYWuGfduYBdfcQw8H97lmq7RcbHEkgW5R0VZqSFiNFQvVSyC82neAiZqcIJqskgurmdtbE%2bvTP8FtfIcGP7KnPhS0AAGHwWUr8FQhTMP1KP7RaFOQCOofukQ6aWgNLg8oLL%2bVCPBfxBZYKcAtSy9Kw40A8Xb7R9TB1Lbe6z7d7S%2bYCPDoaIEbkBYPH2KuFKKJAOeRwEQ4pvBL8SURpLSIeKT4kg%2b7xCp74%2bNXtQiI%2bzhdYNKuJCa4OKXTdKrCsS8W9mt1tLOIYtEQkr7cGb9T/nikbOaCJi0ialYiAA2OEm04xAk6lsKJpJBCRHtpxVOlHEKRZ6wyItPRh7FoCGmLBS3gC24i6ANI7dYkH6NZ8Tn7GLhSwLCq4AuGkFK7%2bZUFwVhxVXAF/AfY625L6lspbreZV9u9pfKKVJ5Q6euQFCkrpxGr8OFH0QNwJsIjcREBEEfwprXS6QskGkvxJPDxqYB9IeHClnhVuCu4CqoQu4NnBAf44XuBDLcFrdbolg8cc3/LF9vSLcW5JzAb26uX8xATxEKPJIED0hXNUJCSSu3vFuS1YpSAK5HwSW0iDle62whFgpZellrOYWFFxWI7dGsGnO4CsDgwhellrq%2bFLhCyAOCr41V9OlXwFT5vK4VYbWp1%2b2f01qar%2bUEv08gShpHLGfMH4QqOZ6xRN0hE7ZAUJnpqoAH2H%2bP6Uj8asICjtZP4JQ4IxG6S3mS/DappwRrrX9mriCgeH6KRvqFL/cG37BRe%2bGP2kVhVNwj0SqwVBxEZc5fZ0wpNIJSkglVyQsT40YcF/wDUKJ5yrY9HEyKM4/R/WJLdJpG1K6VeLCFDSwOKy1hsKxHSzhpW2EVdqYrUs8VVKviQ2sIhSoRsq%2bJR8KseHuBQ0uGyR/SCFJHxna6f8w59d4XO%2b4djxrdJLuYxthsrc9uYxFO1Zmfs/JXzHmcsz4wdsY77sgSDKUelSZ4QCpvQDw40j8R4VaklxBMIjSQBsk8UvDUkER0iNTTikW/chXjSq91Xwq%2bNetfUqvv23i3K6w7YB1h9ax/ZOXDUxf8AyH%2bhsHqUbchOSkHfKtRI1%2bh1qOOvSM3nBsslbcbHIe8ACtkW3R8K4UrG9MNaRCh4Cs41b6tHeltgBZ4q70xcRWU52AVXDUhH3bUq%2bBX4KhHyqxuABX6rrdJO3HUyIN5nd6xPt3X577ou%2b3PiHH24%2beJiMpSzG%2bdDM3zgt2hORXJYiYoVuRncIhEP3S5JZpBjzvl4XbGbbT3Pdq%2bdVUcypBHgeoSUjv5gCg8UfiltZKN6R0kAfMlv5Uoe9NbdI6/dfr4Cq8VYWpVbpnd9FBJU6nqCGMLplHDTh7iutfWxfZudrIOL0IACH/3GFyMTS0DiB1F67Unt7TaKNAo3YxmAhMZCpYKgjHr2C1q8ttVKxGo%2bPH/RW%2bCy1CNlCPwWcBWiFnMAuwCID%2bjmHvKviQ1wpfwBcIhS8BAVnAKBWKQdzG7vF22lr7j3dwk2YU6txXrlu32MumcMgZTRNzPJIEmblMDjeGpllnFz29u69RGPT1hD23nxJ1VLS3hIQCtvWMGRslKnvY93U8vxp4w3nvHOY4mmVAqTD4o/BPYNSUNVkdJfLdJ8KYR88kD6J4%2b5HhSpUAUAabK%2bNKLdLlhZ6TMoa4iva2K/TqPhxOIer2HpIv8AaK72C/XpOKL3fUoPIfKXHXDnEozbgnoLVybUb4KKw7Mz4XMcHZURSSL4ZmAubIhX2GnPxYrWt8lZcAWcKH7hk4gssOlZe7nwFgABEfFzALq%2bOr3qAeLhS4BEXEBAVfEV4AA9xTfUybDsPZm3Yb38%2bZYnpJT2/qiylp22qVooRnjI7Afkliga9pUQyaML3hzbCtUFKl%2bNFzVGEq9YaYJCjWOtvVlBobtfNTsJ723v2x3fNPIbLcI70cETygdUdIxGyeklhBJ4t/ikt5EvxyW4I5JxceAC/qxSi1reqTrKUiIadyRgtrvhh19Uj7CH06seOMOMgGwpox9muC4qfgY7ejflSD%2bUYOrtqiyv5TMbzRQ1yaAoKUEUYXaijejM2mbjNTGs215ZJXEwuTiqpIIhTnwFkD6zgBQCAAs%2bFzC4sg8HHjSy1Ofi2cBvSvxXWDSHun042AFnlAV4WpYNx3H56YsGNPdPypn54yRJ8gqFi0lSsc8RwaEwtCyMeXGp2n05iuLsNYwNyZhptQznKstly%2bPrT1CyNQVa6J5phkxKW5tChpMSnlmaOjVtzY1uKrSmhKuQQV%2bw89TmJQ/YzlYvK2GkqxH1KCkoXBHwBBwFKHuphsZJfL0kjCziI1KElm6NOY%2boqgDzKLeXd0R9NtreBPYIxbkqvjx5xew83QRe3mWDbUrtSKbt6Fp/744N/wCR6GG%2b5EldqYjqb/EqvGjg4HEjTycSVR765lL%2b3dlXIcncMVgv5DGH0aywUy/et/m6JYFwWXu5/Ez04XpZ4rR1CDXwq9LbWWjfTfzKONOFqWhel/hujzzFNs2EHLuPbj9TpkzJeTM465gwq258TSxQU0N0uE%2bA4fN0lvmUp9JMjp1EV1NkOOUi9LsWxtKefHo2UVT6xCvrL8I1FB5OQfjfWMhZmEpKnSnA4s2mAtrpIGbZnNtwauG7Qty2St1jrjlmk8eWJLjSO1N/DUl%2bFN8bzxRTHi7U6JeqTf42Qh9UmW8B3aoRMa9q6wCWqLgPIVJb1BOL%2bkH%2b1xa46lg3GfydFGmneP3BpzEnT/sJO/7M4mbUTO9xhOps4AT%2b3RvgvOuJTEuk71hDZsn1NW3Pb21sZsLjPSAgReUVwDTaN1zcFLbWWU53EWjwcaWfErCmvhqARGlg2Bd4XuNLqXAFLVvnS95/JjEXt37nG72Et8TfYQ84qic/AhzUTtvb0Lchb9RlRJzPhT29mRw6J4YlitWlkkEKZplAgbkymIti1xJkjhGIi2zPJuPJqXP2QWxwxMpJJyFIiuUevNdtCxKgckAYPz28QOd7GNzL/OJ9gsl7JZ0moLI7U3gIikAbJB996ANKKcDdYNBWQk3TOEOcwc2ZUIebdMnAGra5bUVFxDp1aW9RIf76k/xjN7qmUPbezNHcV3zIcSMXaJ2W6spn/wAZIfTova0SNEmo4cIlNp96JOoDtNgPpWf83YNgVTkGYRDEzYhaMUQBEkJQsfQiN9VKwEAbPvkH2bhwBZS692a4AGofMssHsbgHrRC1LBuK2v1tanDwncqjMCbs95geom194R4x5ivEjy1th08yu5EESBW6aU0NeXmQmNClOajTMatnZYs8PBzuoxi/xfGMXZkqwJJBIkjSmy%2bRkxKOxbGg5AfUWfIlBmzNjfDcgNcTezo2/vSXFjsedLyXNVkZY2sqJrjDyzQ7bdMXhJMtj3clgswqSzBZGVcEyfHZEnRrRuzLRDUmH3nkbJJ195%2bo1kxrBShxg86tKmt1KezHtgcR0aoddUR0/CN/5Zmt6Syj0Y76NyLZh7G%2bG4DkLfhuD2a4waYHivy/XxZKFMnygjiwR0s6sQEpaIUJ1CppGxHPy/Y5igmLxSNRpCKOLohQJK08aWhev6hBYUjiADV70tHi0AAUPmHStCwLQ00PA9Ha6wbiut7E1/MvG1ZKgkfyhDty/bWzthwjdGlRF5SljO6JU%2bSn9zfIc9zU92A4lX%2bIctJIFhSYhBFlragBGpVtRNMjqc5NMcRnqmzIBCNIilOUC0bfKoLL3VfGsMzJjXZlxu5Qt2tyy8e6Dl7vGkSLIzZBE8qmSHCDMhkMD2ebhMaubLt0jK6WYHycXPcIPeCN6bHMUcTyWzPuqMvF6WWFLkm3W1%2bsgSCqbkqn8flHV9Wl3GItS2MYAW9FJ8Y3VNHhTP8A5WMCPpOVJajibB3Ac7yrdXmjYPs2aMF47xYh6Nn8oedga/NoQE8nSzLAJBncOKJbw8wUT%2b7hwkg3Iu25tTEM7Kj%2blYqvb2LLUHBQ304Dw8t9KvgLENDYCVvgsG4gIc9GPBYNK/BdcKTfGvuIO6tE0NXc737SmU5IyU1yvHE%2bWKXp%2bwLhCf6WDQ6kJGZdnFqKjgsS4XcsGBuX60jag9XXOcLKNV5Bb3RRg97Kk7HkZL1SGP4nLLBFig9WY0QlHHSs3wltl0XWIzm5xh%2bs4hEQkeWR5Z8tn47kxeSI81TfAmfmGVvO1DI%2bOp7j3IWMm6aNG6LZzN4a84a39yKHveE96DE/lxLLjM%2btk6Wt6vXbhVhGsptoNrjE3gXJjzOQLhGcali3zvEKjqWIdPBL9xGfdae5puE0Y5gHa02QuLKlZmRvZ2nHer3r6/O1NPJJ8g0SHKpuV3pucb0StCyU25mP3H02cbXEqnVHGgQ6OLVeuNLKWPXRrEcqpbKENBNr1%2bU6x0skosALdPSrPGg/fReKweKulwiAIADyqRDzb3U76bBN6%2biGZwyTnrURlI%2bJpyz4EmKJZ2LbbH9czyHIhkr66wqGqCY85rnA0ifJNaaXxjHbgEfx7hhpcZPjLE8ijyqXbeZC3FK4IQ3PUWzgU3SU54bDgkjiiVps6s3pWS9GvyF4kaUMlXwXJJsEjMSbgbpJgCLkxaY9vvEpqiSJAuEpx%2b0ShBvL7drFkhulyTO%2b2GSbZO5SclHH251rmadhdEbmnv7MosupwbsfuQpNeRfntDMX0uQ8FKAVMwjagARPd5IgjcWfGFbuv3XYngKOIsSziMKt1vGkjcJKU5GAVyb0QdyTW9wsKRwARbnENJu3dh/MMn7eR6VqZQ%2bjifsWBUplPRDLcopEytJmdPTtm4rXX81JrJMrJlIx3KWotXGZtrWJfyEQ9mobCjELLQsKvwXWEEPg8Leiat9m8PI6DAOdoszY61uK3J2UpbHIsfhGATlMSlxtjB6mcFyRuBTLIhmpBktgKwsBhLYzYZ28S7JChXtuckapoYYxgGJkZ6xvh/F8g3SZIyq0OUXanyUvjIzO2hklznHVCxasFPuTRiDoWWBmhocVLUrc9JphkMmLhFl%2bClUTkkN2nQlsiuLm/wAU3m8rxG0Luk3I7MIhlBq3ZdvzImDXLBm7SY4rftsW7BmnbUxPqR%2bbh8X1IKtuKUejyHISjqWRc39NOsAKPKhQ/aB9HW4jNjs6mbPMEa4IiZhumWWvFl/939b1czl8oo4mjPDnATSNxEKSOwCJLmNbHnhOblPAX2rKI9HH7eawCMpe%2biHM2Q9bcVmDcs0w%2bg3ztxAyHfzIlKpt3/HkjGe4LGlJsC3QMUg14kzMSoLjE/6rUyPQrB0hSO40sAaVWAF1Ib%2bVVw1zViaXhndYm2Ywy3M4wDA8yGAxCHM2TtK2YY6xRHF0exkoQivjuMjUqtdNHZGdPdk8mJRoZc%2btfNz6/rJ9OcUYiiwwPLmHWlVWSZDH48vjDxJ5unmmRjdCpj5L7D87x410j%2bsroVqlKYiZmNqF1BA1rhX7ZUhieabd3rJLGuaFgAlSLAEEtdC3rUmV8DsktaO4X2x0hY44zBlDbZN9nm8ljyCyxiTpZMgVpbpcptgtj04LgcIxJdP9526H9RSKwosoydHGI5tpxXrm8pRsqBlSIVwakb1KkSKv5HRInb82X%2brH%2bKxZyaJi0td6cMdT5GWJTwlMJdTSqJkZNbRpJIQzdtwSqtTGyfZMlxWqwujn6zo0e7jKWiJtOWMgOs7eTjSCKVuSMmljuVY1xI0l4ieHRtO227tHBqfcWZTJcNEQmPVJ2Z6BZTPSsbC5e6KoB86EOCv4t7U%2b3CQ/Hzq3O8Pnj69Y2GXzFfApBpiUcKa1kVf3VQ3tiJUjiRLmuajPqC9e0/KZeg%2bav5BrKhdxNzYfuNKbnBl2KZvyPKEPbZ2n7RniH7ocVKpLnd1yvnXJ2NzjmhFm9yNZYTzDD9GhM4siI1apKeGlUape%2b1xOmJn3SxWNNTVIOs6RMzvA9WyX6JB4h9pnXHTXIGzdzsEYZ4k6PL%2bzCfbMN57JP2aLyZLJG/LbN6g2CsBvIcBIW69vUgbNB7MIel5kXKpg94DYUcKiElmSFCKzK6VIjkOYTV1KpS7qlP5M8dawx10mbxt82BsmtsjezNoJJddnbMqKlOxiMngZsDizm9oe2TCS1WGtnEWhDriKIi2tyNGIpGL74LijycjDpN6ER1PzFKnf05e7Sni7S8aJkShwNSEhy4M4g2lHqNNtpW51S3rcZ5NTqy4dJerTRZd1qRXe7nalV/OgpVcdWVv5TaJVujfpUlyZl/GaSaZESRvHEByIyzB/SPuA1zETmHJkORwcxQq0LWLXr552MJToh0viLwLuOe8dvMSlvbx0ptq7m6TreJuVis22fbP2B4zLmxC3s2mRs7wMRJ5j9uK0cqN6iBSmRh%2bVgWboQlLInqFodu3nAZzlHPSRXZKrViLa1qx9Tjf2aDgADwyWksmfYw1PhG4/Z4wZAaZ1t7yfs/mmzbd6knrMLokl8fyqlVMS5KkXrawAnfiZwscwaoxFWRI1qEeQjEaaU5GVrNSpzVqg541zxrnjbYVtx1rmzDeJWttYUWNkg0txqjAZFi5NoFLi5OL0jxGnFK04rSpKZ4z0QhazEACvEA6HIaIek3JRUVaHde2roLlR3k51KnZa4KYWyHcslHSY7pK/KDijSn5zbTdmu51LOGXFczE0rHz1YePSumoQFSF9aDwVB7%2bZX1vguONOC8w7%2blhhrPiiAxuPxrLmOdcChE5nODSdWMpK%2bRZBLNtcnQnxhADYrOXKDVJajbXkXRJ2olta8gRfZfKVsALmk/kEQas17hsjShe4tGUJcoaWM9oRNKT05DkB2Jmslc48XpGMQNzkirRApapmzJ23slyxg7W%2b0ZnwxiRY1CNdJdMkS%2bZzjXFGg4AFwGf3BFw6hWlRq02dtv7FL2WX7ecq7d8qbWsmur2xZKxgRJEMQwqakLhWPW1hcnVyEKdXRXfqApR7OFeFdWNbT8Uls8dgMZFG0%2bhXAGLitZuAxcQdkLIOpH6CFujpy8UQBpVow%2bklKL6PPLB1CPua4pFG5qkBxxkZhwGmxqL8kv8AHPlPDdyggmOVr%2b8SnELoiQbehnmJ8t7cZqrcCMUPFhSAPSOnCl4AA29mdcQRHNkEKicKwRg3cJi3KkNxvBMJNmSdtuO2x0mUgzVjQyE4Bwo3DGU8kkjlOnaDyJM1yvJqZUS/Q%2bWu8HkW3zM0cyk1s8WSPq9jIWqk2SsWsjQnlXpgL5Q%2boyFOV8ipWxoxsm5TPLDSigiLocyEYH1hC3lnnM2ejYrl2XxuoD3J81QwqCd2WMKAxdur2%2b5WWRsA6VH4JbefIHBIsH%2b5EeHpHVjIMLRl%2bIjeCWqKqkiTUlSfZ0qVXpXenT4goKXDYKtYOfWB2wU7XFQ/tVBw0KwuH9Ug4pdQD5r3FyC9I/vUf2b0P02YmfqSO4Fjcl8hiuPEEro20kkgjKIKKVvJCOo2X%2baTfCWAUZbzo2yIl5%2bStq6FM%2bbf4OLO340HoliTgjWDelogIXCr0v41lhklElhO43tezTKjDjDb3JcSZqmWLz26Za5xlgZlmJwZIi3RRCkWMLk16m3SvdFSlAZo5mjHs0Ww5%2bwfvBXFlwDcDFnRLmzMgGETjIi09VJZweiTyxWtX6kCopnZeUrdXKMxo/VIcWYJRltaPH0cSVNQRRRKtJIRppTl1akUtGe54zm7bO8PmvDpGAO9HtiyWbCJtCZ4yzMPpJCrRpXJLKWgBaVSNXSi9cKVq7exV4rPtVdKK40ePFUl8tAPC1Yb%2bxjDh9Lp4exXayu3VMX2SwLh4C5cB49Ux/ZreFZPRWS7uo0LlGsgM/pMoZ3jk0EkIJKeJGe4qtnLR6xmjGOPCdLnGsdI9aWaYdTuSmK4/wBTXUZRdIrYxDoVg3Fbw9n6L%2bNLR1AFby9pJOXlW/7YPnLCOQ3xnfpCzZNVEyNS5pzU7iC1KCRWnvrI0e4pSBy8LyNE9o4XrXJBkkUdFaGYPB7UeqZnhzWxqKHyvJLo1mkrMZ4zUKTdvMEPkmdmKL8lM7komhqOJJVpZ1L1speG6F86lePzwo6IGk0kbiEhvbq36TzaRleQz9qnUFmauYOUlaGV9qNukgbBYH9G7JVthFR4eYABRe6tValfClFqHx/Q/wAVV6tWLZB5EMBkvVh1gVqpXcaVBZUx36LUI28Kc7jXDqmXim/TIaIej3MNvOatxzb6bkEXPlUc8GhSQ7nj22MWrnCVYojw69bGyCKJbF%2bur0UENI0YdW3gPSUqvb%2bq43VD7y6nDxWfRjupnmDIPBtzMdhUXOnu3nOUdQSZiWNzguL6U9Q2A4Eo9BhYqkanXoZVjk1ucBVI3tnJWEK0EyihJr8%2btBLM27RI0Mvzr/FKg2dwrHBKRn2UwwhxUks/JKyW26nZfuGm3qK9I28qiTeSWjm3pCpHlHHh1JMf4OyiVKNu8viSXsy7svytPIsfxzQ%2b%2blRtrEX6IJQSKYc5jxSUqVorqnRENKnVJZU%2bJBpS%2bpKUyVNX5aRf8rJChlRVJ16Y%2buFsf5BI1FYlnAnGJHrijV2EQ00qH3osAAk96g8XPxW%2bDLbpVgXqbgHTblP8PujEDZ44G8o7mDfHzCfKZRs%2bw%2bijMWxbHOkTsflFEuEApciAK/qEK7TpBcuAQHSPsDSAAq%2bNWNgVAIitRhWVcUsU/hGeO17GcIwlR2%2bM%2bZO1TztQbmI5kvMXaCyM8p5B2q922JKfNkeeNc5mO3fImMnbC%2bFk72vhcnWYhm8pi7/C5GsynEnBRhLtVbld150p2JbbdomDHjE6L19oYujhGxJh/wCi/pvPrKTiLExqzT3FekSUS3ECUsZSTaVxklYlVMDm0KsN7ociY4prCGz1yM7gSqYQ13zvuRnayORvOK81Ojm6AtjzzN4uKrODSpIcM1J9VKc4JKX5wTa6W5xSlCszWl1D/NSS63ODaNJM3JDzYRNyHIvrh6aJTRQyHYYykVoXR%2bciqFnkwLaRLqVD78XC6MRC4BSy9LvBl%2b141OPtN1zz0jLnxy6uSO5v1SU3zBsMhAzLNeDojqRt2Pma6QfsvVKWrwEJQ8CIoXsBr1rSIIXuwWr9FXDUrAPKqH3l4jSzxdmlG6NaWOI2dNK4XHlFCxNTY5bkXlIv3AiB7/Ld57PL0c5284tFj0Zaj/leNnOHoCuZMiYfge3DKcFmi7IzZu7JVOULNLADZ2SQz4q2ftAs%2b2BEcSIbpXE9HC04UlotQPK5qaiVick1YCBYK1ib6jS%2bQw9eTuIkQFhuZzO2UTvIz4jEN7M%2bEo7eZPltI90siJSn7mHs6j9xj5TluMkQUduTfDqO3DPdHbgH06jM6P59Nue31Gv23ZWGSovXB/F1BFqjEtXxhZi7MKBdog0551Mz31g9XpqL36QfKPsWe8CobgyeI1kNd5ku%2bGTCjYMuu/NVuBnNMQ/H2uiU5GUICkSA34%2bWfS3GlwhqBwENILhBaIXRpFrxakasBpA9cEa2lgAFL/FcNL6WcR9kjCv9Xe04jjjdLH5eLBn3dhBPzrdjBWECoRPGkTck4eZtbPJMzxZpeMHY9iuqG4t3etiVJgEokDVe6M8Gjb9F0BWP8Uxs8ha17gUKGUtJMHbCQGOMZRnoDJyimiPUCJkJrlNlHHt9AYVRpxFjnFCSHqyCm2NkPDWdFQIH8b%2badGeLdDesp%2bix5IyNGKNUPhzQrnUcdcdn2Q%2biVfkxP4ScSGqjvGPv6%2bPK8R5kLWaITNRPTInjrBx4u4jq00NcRpXekC/ShZpZunjDFLJJnNrXtvcEyc3nxTIjv1i8LnGoSfmbNchk48yFt8zMifGyHzFGpTopNevWrB94ApdNnpkEUqxmXpAH6KmdYOmmdbYOq1DS1d5aWiICrALKvN5KHyhUgEdIqxsp7i%2bBVeYcGPj6tIeZ0wkjNDmH8b2/ZCS3yS0JRaHzI6Tq8PxpSqcca7xTdC6En/Rrt3svRE4tyNuJQ87GW5Vq6CSZwJPmTRlREZT9kwpKUdlwkkr%2bW0lacolGgfmQpIcOUildfnYnCrmw3f8AJ5SVT/KWqtsuUCHyjmBOdTPj0DipGSiJVRDH1mLIjcQjrIJXTq65w36ijNdgwpKfx6YfyCR/Fawm1HJ7V%2brY5rmZXh3NJawuFSoVCfGTyAK%2bs40HGnLiMmW6kMdm5gzTIb83vTej3Wtjq4tkyZTjV/pZpNJUhxZsdE4k3Be6ac440Ys7jbI3oh7xKatHeRfEYK%2b9tK0IKe%2b/kTWYZ30MmKk0v7wmapTTr3GNxqk7YM/TuV4cRLRpasEaB74dTpuKuusoAuFhCpN8TncVWpGleW7fFgtzw%2b%2bSlH6sG4sghhg25oDWpm2w5HV5w2ynpf8ApY2izxCL5KbVkjxXO3f003fBm10IFTn%2bbnU07h5Y16XnNcjcVqHJss1mPWVJQYRrydIOWVk2QEgnyo%2ba9CjIj%2bdSXKchblax8m0WVPuSHNC2uM3e1Z6aYutbWJo%2bkSzE0jGUm5Il/oLXgDGMjyO/zA5Cztk2ePWXTJh3OeTeA6/HzhRh1qanDpF38m6f4RWIxATia5GmuRSd0XMLhgTLhTyixZIx0O6Fd5Q8KEPPTmPHPssFix/B04KNcjjgnE7kYl522eQkSXQ2M6gr8d1FU3tGok1nbbpUoHFHIjeYrSEkHC8NpAlPhRBJiMlOByHSRWG4PryXk2CQNrg0BAb0tWUsWcfVxEBVdYAOAWRrBEQ4C7j9M6D9U21vWxURlTBUJjfWzPc49dfIt3hokxTtoN%2bmPbOQWdc0EvS2fjmlqSsW3TO8lFtN3Ry/VJJfptorWo8%2bos0sDEzoqRnr0XMQ%2bTyUJVEJr6zAHRohhzHHJjlU4csN86ViYecVei9Fte1kk46VYgjYM8bZcVOuSZLribXBozubyaQ2m8lQSyyM7q3k3x1%2bJlqOOuBxvJN/Lj/4%2bWobUcjo4kBA0m4uRAAViuaHxCW42yBrVmw166xE2BagERpcH027OVCdH4Wm5BLklsRuDITm6MkxsgFx0bvX4nX4oAVH23klEM1xRsoc7ojyi3g8SipE5AcrRqxIEhyASu0fiD8tnSu46QTDTqHB3WWF9k/TqWCVCpHrNQU0WARCnkR6R995W1fE6/VtpJRDW/5nOA5y3kmcph2skao3hJIr6JJjd5Br3O7lXAUW3XdtLxSlzd3Oc5MnSr1hCtCeTo5GvRWjhXUG8jQAax6QzQBZK2uiNsYwGqG3aDNG8TslNB7FMVP7nLGu3di5zmMsYceCKaEwpDCmfPuSmqCR3HqN7z9kjM7wQSV%2b9RwCA66Po2jbV1/9uWkXA2wAcSGqlZOoKcirU784o3A07ULaxA6i7Rpg8bcZsvBE05pdxlExjaXpU72p6VPnFbc7ISwOqKN4kEUKFMNEoU1IvBtJHlOQ8gqVq%2bSU4HAdSA7nFE6h5nbSxQONMA9VVhs9og6WQXAZ%2bnUqHOJJlaUdom7pq3UIWy4KdIeYHnzAjlYD1LMACCj7ebJhb5nlsn%2b6b4dYFDiDVyMdtCxCrSz9nGO7yt5zx6Rt73gSzqV%2bpqLcQ659SmLJgL4oWtRWugK4%2b/oor39aYrm0zNfNr8ZPMMbIsKVFNEqrGks3QtzRIGfl%2bcOnE0ztk4HkUGxPDYanayZlIyGxLu8ziuyzkeOY4RYHwxm15ultcTrVqtR9G%2bJocLhS0mwrE9qM8TiecWsR07o6we8%2blyLbY/A5RJh40AhWdHn0iLpxF6fW36YiZvXIR5jko6tUrcusXovhRBwIJGuSNJCRESfkkvCweVMFl65/PNUqvSK22xhyzRnSExVLCoKvpC8dCK56BcMsSdVTo2WUKGtYmbuxNuqy0/7y44AgIXEXn7KV3DU1h7vgnzchFvyxmgnkum9z50kx7/8AnkHDq9WV44me9x2/aQj/ABTuflOpQ7uABfrlBYAGg4URqlvUPKlKq1aj/PRevya2RMBpraSUlMY4wDhT44o0i6fuoyh%2bgaxA9Y6KQ3rtxbPlO47JcIhCFobn5enQE739xZUAhHbg26LZW47mJV1rhlpX1j9ajq1jwP8AE29G2t/qLSKWkXBYQIhRxNgfSQpuOOZ3jZ3MxcGSMq%2buSJLdHuqkIp2KMpr6g/bzI7akSHM8kEKWOfNVtxwAKCtFeFN3zTVH7UkOACpgrA401xIRgscj3Ku1mrwLgeSYu3c4C3CKHG9%2bAj5hpaj4LI9TRHg6vs2NGuMd4xnHo6R0rv0krTCNMQUKIBS7lmIS8q5wIu87l2c6UbgIc2iQ0w9IKMZQtTKct9waU6kODsvyHU8SjmCZWvQXrrptNihAvQfoL10BBeikiIw3WlPSMieLKjXNxCYktSIt0WvSxxjbewIfxU1esxBgonMmTNuO3yM4Px04KE7Qiz3lhDE2rRG5VvNzw5Rlkwpi3KTv6k6yI7rHg4nicTxUlWE%2bjOInV/ruBFLiBpcSAUcTav0eEnPBW3BWy2XggcIA8gsTCv6Jl3RyEXeRsYCIOTj0qfM8kEwjMDwNFG84xu%2bFN4kV1AgLP8S075UqVgUVKH8OpPOPOFqZD3Ff3JshEJnntk5xnmCMhM6vq48uRCACm0102m/o3DokCIO3Q1p4f/yJ0brSR5DTSt4%2blmj95xYnyx6N2HptzBHnDOxRxD%2bmYCJXv/YFn08cWIlTWXLNb0b3SZsLZg18WGLnjQcA15xrRqMowLDrtdMmvrKN5ZaZKYuURZD0pS1MYpqNNJBejLcpcFr3BFyMyM9nnGZ%2bWN8HITt5GTJsSwt%2b4bKEizNONke2BiwnBNyc69SWZHcuS1mlBc8mj6VE0s8DuFGjcacE9LU/BaR5gWkjRpN6OJ5xSxGNYTd/xybYVkAqG%2bZScWePT5%2b/IZWlU9MmlEjEkrLkrHVpyQ5dWalJ%2ba3E2BMI%2bYg8BoDQpqtyXI2xOSH7pEwmnOSptbukDFZKEl6zTOT8k5b7NWzSRbmpykW9K1LHjyqkawLdTppc8WrIGQ2uBRN53RPu3rvcY178%2bAVROJe4BtMzSU5TARTyuRLFmqOu/kU/k1k%2bTQGTx7KF36OYgAj/AMmLWpuEJW6AGCux6Zh7tGQQOxxrAPNRZlE6vf5XMLAsouivFMWJgs6Ak4xrSlF6CSUQlvs0JXtKnG8j9KkZxTOxdhrbhkCImzWSkI0m8PP6goe3vtLUrlOapm3RdkyarP6HLqvlIOXelRXmA8i9KhpT4LAtR1c4LryAEF5FqXE3paTYTifLXG5xIHEkkemuG3TJybQz5nzQY6GN6jqNT05cojJcp6VNlPIIGmvzx1ZredTb4k14AQfekdiUsjcejJnSw5zMRoyUdLHKszS8cabZdaDmIv8AjqtKWKbdleQmnVTnlePN1HbjYYgpw3eY%2bJpHurjLkf3Et8xbFjXI8pUpNzksyGxypI1oDkzdiTeHuUwgbhPvRti1XC8%2bYFmzWjWN7oWDfzwzckR48yG/SlHjbdjjTvcbalx%2bCe5DsnyRpcZawp8cdyvJAv8AJFOgvVQl8RLonl0m5VfNoor5iBLzaZEJQFMjdzUzFtiSFY7xwwLHLXEe3BuszPIdmXaRwXgLRIXFK3o91Od0cLZNqWCJLuAySzNTNieESlSpyHKMtOQLVeTVnWvRxNKSaOpZYaXjxWUbXDzG%2bDim4rU9LSLUuQ2o0ry0X4no7VAJmqZ0je7qVp6E%2bwydTdFml%2bFIhyFKlB7qa7gaa2uVgZ3IAFGdzRCwgiH5x6vlJpUsPWA7XJNWO4n02tx7u6TXZrLd368O1FGommxOkmGD4IdLsvOVCzLldMUbxWQUiIxswqW3KEHbWqX6lbDijcw2uzVmKVbdsMtjQqanJQtxrB0kzmssmGxDJRmYMU5BwFLcT5F3Ax46K9x3eRHotlTPczmr5%2bRo1TY7N5xyhQkOJp9mEvj7dIZK%2bSNZrMHyBRZGgyikIXLQm1yDiqKS80ECCo6ynrB23Yca9DtP%2b35l/cxFNt2x3BWATIpFOSS%2bKvTE2ccnIomy9FIt0eX9uGEWHFkOzhNDnTXK2QYdCswORAL5Gf1jotpUHFUIDR1rqfBbR9cOeeQAUoT0pThS0i4LSLgaVav2KtSMBTnNS6mheA1JVFkWeR%2bjmx/91sZTYstqbVlMLkNiLnEtqMAMcQ51PwEFFSh36xekbbjAyULQr7W%2bY5HJpzNn57IkhTkt5bOsA8p%2beOiKjata8KjUhyMCf8fgmanTDM275hTMDUx5IxujjKbJreo14FeGpbKlroU6aEDA27ntqeSUun15f60rTSnD8SiMM0uhLSUvNWO5kjJOSluAgajVFCmWjXkGi7CBZnEpSFkxo0UYVzUSskKxY0Hu7psn23IW1pcVHqB0MiomVb05Bk2akMzfuUys95Ql2x/a6kx6x5LmCZoR45iHqznm2VDp1ZCeAOJVjzRX2pVxpaHE2lNvKspWbX%2booTUb4H2o8iwHkUeiAaOJqwUWAV1/JprlBGk5e/EKUeeDv7bNiLvRJNzSW0ApIUeULafyBYVnOFoSfLfieSGR330xA3N3KKcpGSVWVZIfD9t/aakxDZmPKp3InTYb8ltO%2bU7k84Ye0fKlXPE0ri14y7WKrLGQs0dtZ8dsur%2bypt9xrF8V9v3Z7NZ9LNiWz%2bFEY42obEoKw9yIjFuKaKexXRxLNm50KVEvy/S0FJyaJK6SpHqKOMWoCTTXyBFqdagvpjwG9FGcuupEuilwUUpCkxpNMSDqlO24jD%2bLK1qG/wBGi0dFVTa2emJprI%2bgJ3d59FARsQ2uOL%2b7uyhphMfZGR0yhKshqErG17g5l15%2bQnKyRda66lXit8VZtxWG0rPo80a8/FSA0bR9KU4iJ6AQE5CGqj0IhR5FvYsK55IEKCTfVDySszK%2behyOHJdEVNB9xJK5tCkEmmFZyVTQbyUsjOI6CUHaXJe7voLBbmta7rx7ZLXuCxTgDtR4iwHMs/D6ZlVnOECmgAuqH5UFcrppKcecajGzclf82RyNtEDzFPckm7X5ISC3FG3hkJTwjDqxq9NeyEuftpmvNjrl/YRkKQsEywrlHbU2NKt5mqMqNE6KWtzL51xS25wWMlTkLYzlgpcVRrI6Eh0C3zlsDyYJUWfjaKiD2aLNiGXOBUJ25zJ1V4p2lYvjZnbUzs67p8HMbb0%2bqTvopk%2b5LNSOItGCcUPu4TJmPYkyY1i81f3KZPkcjrVieA5znWppSTxxOd182RrljocxHn0rixx1HwVcZR2MXA6jsNup1K8Eu1H7f3Y6le3Z3Ar%2bIl3Xn/Ede3J49LSlOAApTDdcRcDiaPItQXpQjp4OFHWUlfWFZTRn81qV0n%2bFnWCAcTieRyTk7zp6SSvx7lWWHwC3BuYwIrB8KOl%2bRytTiyxCKs7s7SndgSuR5mZjbkM51wVmgJUDc%2bTT8sA41nOE5LHtsm4yYY8xjt%2bb3KTtWz/bS1Cmw7t2iFTnVj42HsJUIFFn7L7VivKWaMnOLFh7IGVNyz%2b2p8NZRWRVJt/y2sTFYAyakCTwOStNBbnZNcQE9sbikaTrjSzFK842oc/cpxKiYnA0wco9Swxwgo3XMoZjdozBuameeFfZFyBCVOHnJzFsT5eygijrXJnWRbi8nbXcFNeNItlSdDoJwHjHQjLyxPdWjTliUnvax6b%2bTR8c61ejiBIATAE51N2Mk5tNmHCTQR4URcr%2bFEZ1HYORhUkw0iJS/wATE/mim1HkWHl29h1KE4UoTjc8gNVHIhCjyPY/tvOKnbCecVkmKn853Zzm5exqwOBD4NhwAPA4DkS45I/GujCgBGeLgteSElbcc3uuAnti77aKHHOn/IdzK4vWZ8vybOLozrbUznDdWd8phkpCM31frCo4tA46EOCs6BKER5MtIQqVFHMKleT%2bNEJyG9/NambKaeAS9zc35j9JkW3l2mxMT2DyxO1xzt6qNFPux6NtbfvEwlGIG0a1XK0ProaqeEckLM0CYmUl/K5RhXLMja8k6PtzuSRU9zo1QkiTTKT5FcmdUVGEXbw3T6Ns%2b46ZTduLbty2XXWZvex/a2ihbNNpq1x5nx1HlM/kuQ5U0sbNmvJ2p3XqzyKdDxONSFEUUCcaZ0ZJ1R9gIOFkixIlERogaCNEiCiMk1MGVPpS/jhH5zSjxVe1VR4gIKE/E4kbHkWpQRR6fnkyxg5xWQYVzSptDzyjOUobVTOr5pejxaCetNisEangpy2yEORUw2zyhIqzLBT4U6bcNvEf25bbZmz4/eki7antuyGO63C8XxVoZ1lM621CR1ZQw0CTSCQSEi5LW0ZTv03iY6Xae7RnllcTu91l4giPd4Bwfi2juPbcnLUwb89jBotncN2JIaRd0HZsmozuxbWUBUi7223Fl1S//kAwRHoyF3zJ3LSsmbqsnZxOmC8W1jH5moRtRZ%2bvQCNztSEDXFz/ACIpKVJcsmIk5y1UtUITSUxZjlzjFLmacO3juY59hZeyvBiTI57xLW2BsWp3cshSBFLmyBsWVsr61Oh%2bfVC013faOeCCgOlGkiipcAGQ%2bUicbC3ITqY11ivUQo94EQUP6e0qe06hL6l/vtV4qAGlQcThENPsPHhauQNHkWo5ANHUtRCtKlUVE0cgwQD6mEKOSGowObTGhZ1lM5XJSyjNsiiLYfvUzLGlO33O2UHmb7b9s3akz0u3HMCHVInGHagTkRAhOb3DsREL8TtCuxzQ5Ujeb16yTS14JqLLSVj1E8OQV%2bi0v2uYtXqTdmeE3M1x7f23F2Kde05t7fqfuyvjsw2S9l5Mgp47RixEYV2nnIRaO0c2nGxrtOY0bCsj7I8aQRBOWptaX/JTiJqjR7BrhSNzUozTHtyUho89Br8ldQI0mA08xohq1UEVxQpPL7Z%2b45wwo0SqcuMqcmt%2baYg0S7KytxF3fT3M1xOPp2sAvCoCacnfk0W%2bn6TMeqzjzse/bNZ3yedxPP8ALRx/mF6v0lv97KU1dLShPajyBrlBcSwrk10oV0tKCApcQOkVxPlERp6QkrCZTG%2bdU1ggnjKoVyTW1Ge3K8YRw%2bRkxfak0SEpi7fMUWaU%2b0KIQ8/VjKOsprvlWQK1qeVK1KAFKtVW6QPW8IE4YkRKpuwvKrNuDpEcLbt/vSLCrGQDbjhlbTNvsbSriZ7AliJRD4mpcj2bFK/VTHihOSLrDUtnOMplGqeY%2bbzEKiNlAANbeQbIjk6Jv3Zy/o2mQuvWPb8sBa5f%2bjl8ytBXLoNXsa2ZW4GQnGK5TqgOGdSgYhhTk1HMYko6iz%2bvjaBxd3RzOOJONA4oKch4O3i/HXFy/fb0XOOx4iATYOcHLa1FiedSu4UZ4PXBHzv98GjauF65AV0NdDSlPx6UaOJpQnpen4nkeajSq8adGwTipJG%2bbUvhXOp%2bh4FG7VIp5ggMSSmImqPimSy6DJXBO5YqM008YsXaCYjj7rmlqxkI1nfHZmmEnY2JIVo4UQVRMVvX45X45REZEa2tpBXRaWQZGobsExtIc4pmpEjEUtLEg06pQEVaUVSdxiSZRT1FtSZbk8OhRb05dy9Elc%2bmatZnM18yg18OZXMGtBfK9sdiit1MgOKtSocdYbEsuEYyToymiIp0hRSMgmuTXRDXI1BSwmnanyw08jcFxF6bBEo6FKxJCErAAtqO%2bUQd5aPOvR1PX2v/AN660K6ihU0B4Vz%2bHUcAUcVB4iJxwDR5/lpfajRGjqOHhbi5thCwt%2bivNqRwXnBtuggtaeANQin9K00rZ7gijSNaCrHSdXUSiKJrWfjKGtwkeEyBLodqBYRDdQ1%2bKahoY2N/xbUFERgQrbEmAopajHpMOtgtsr6SvT7Uqp28tuA0rqSJrOOdFnJSb0ZEsWSOaJ3Q/WigsgXUgxFJFYpcDPp9JduT%2bdSXbC9Flr9vTsRS7CjuRTHiF10qMcYe1GasbYrJKqHQkhGUkRkpB51c%2budXO9hgX0uZVSMBp4GllqJ/ehyuoSsGmdZYog/zDSqnr7Xnf77/AP/aAAgBAQEGPwDn0uQ5I7tPJjp4QJKl/AM/jgHk5waHdzT2PY8zl3ORxRvylUPAr2M93sxAiXqnJG2HXfH8toXCYWU4unJx5toa5AHTbpw6BIIIc5VJUoyEQiiKVBAABKB3H6nJE8cEzeiD%2byVCXIq4HxkoFgGMfuR8UEUKHIoc5pnFerNxWeCOIKAZsURBNIHPhpkOOICNMCoPRIgBCOnKxxe5GmHERgPAFxYP/wCzcqqPGMyXNJEiWYwwWZSFd9PYTBwQg4noCKoQDNhihAcVUpMpWJUtKmM0xeqEd6u72AUGJcVh1ugQ7q72DlJlABcUSdS/j2x7wRmhg4%2bFz/7pYBYRirs0gmGf9gQhSQFWVAUmEwmP93tYRDnKIAdDi4GDBcel6qrpno4IPtZMSAgACoqhRCVFiilie1UeqSBFgXBWgcicPvHvc5lHeS7gpLzFnBwnmKxHuB73lV%2bgYv8AvA%2b1xPY2P3ogKe9hGMjorFQznuf7R7G%2bn19jDgZsv1RixBGHH9lOCFpYGIVIP1CFLxA9nayJ9O5o5REqr2ofys79Yd3TxbkmEOZirAnGVcBCVARBS4MMOTv1uKsv0GGTmmJBLpoYL04xBOZTm2HvTICj0ldAEBCwLowesNR7nLzwYBwHSVIivWUUo4lUfk0xR70KoqdKgBxxZ/IkZJOPqMGnlEFiDEJIpBf7wf8Aa06FElAIQQRAA/8AQwdGQ4r/ALwr4u1jgiBUKRHbyZHgr3EKMGHV4QihxOCAoYvfl/YSHESg4vQqQof7oaYDAiPJ4eA7sYoYzpwgUegVFZHlXgZuV%2bB/KyITB2Y4nJS1FkozeOri1vR5BlIig8ZVS5I8mlWUEkgFXBxLnkRHAqqLBj/clxx6ihRSrvrYqSD1goucgAMHvEVc03uricU6Q6VIAS9kGtgeSIKr1lAeQCsAuX1RlTrX3pfdVUy6Fen2trfulcgzQ4OOTFXu5GOKHFhgvBcDg30hkitFFlyxEz34B/tZCc4xzVHtCCfVgUiG2letA%2bXNt3BbK0EgYFYuVUazVOhUmU1dHMFBKI%2bAXBS01CVIMAj5cXTOBV/5/wCwh749KQPQC5Dg2Huyh0od4jEoUgYFuI1ObuYcyOBLnofCdQPHfn7WJGM0jwVXwNxJDkiB8NVVFVCEV5aXBCOOM5CYoCeLQx1IlMQVdxZTMQnuhxX930pDF7FxciuzGmScFTuaQqXpB5Hv5rGPayoV%2bLHg4Y4PYdr3oUOpwdFi5xIMwHUXfulLio6QGDi4hCIArIocF9qYwZeQKERXgHn6mRy9MyuVVnRA4lSSymHTKsB96IIVS7g9WmKO6pHgFx6AD%2bqEKYdrEyhVACDFSVVyoxORlJihT4ZCOKLBiogQYQ8MYhSOD2eDKs0xLi/wS4JKFz4q30%2bxhBRLMvhWKx7Po5nQUYOjg9g56KHkQkX7o/KrdgPcS0f94fr5BGUviA9CERGT6A8MAWTgT7QkHfobmY4OCxchcyDiCi4LmqHtZHhT9o4djduCFA9wWEGxXv5MUC/nllgeDBMAXD/a%2bssr1SD%2bX1MQ96kvIekpQIQfrYp%2bomQAQJkAiMEc%2bYFc0Ug4ufF5ZM5Zg/7viAdwJm%2bmMzgrwVyPS4vh2MCYglIAHwlXGYHuVGBR/TMFKq6cEI9AvBQWmRPdCF0EzdnHJu8qIJ%2b7gHNnGAzMH/T7QmcI%2b7AKrB6ACZIklB1EBwHhX%2byZBKPCBGCzIXuH52wjLBP1eCAMYYuRIzDjgWlR4cnLpmXiGic4cMuDK73VXmIPODUQeR4lCuMqBQhgXxVzaRIPvhAA4LKQ4ZAHuYuBmT9mAEhVCCOkfoaUq4SrNFSPHCCHJ7XWL73JApjk9UERCLSPQgTwEXzDin5G6V8Xu9SjqTrj0p1L0viiPbXIQ9PhKoFfKAOadjBNJOCIQQkCh/KyOHsQ5c2/wjHmCVcI%2b1jEcO7PFzZkD6Z5NCKw7xi9U9jcBEY4Zq1tsVbrrXWObyNWXIZSqKBwMWAQkLKhUyuxBBQn3XPYrAzhH5TylA5SQ88v7CVf0AuDwDPFYY/RS2H%2bJ%2bhM0Z0OkAPBcJAcAVhg0sChCZj3jllxenBncYn7XPaSDjI8JiJo8QqFpXzPE4QFB4UwivJnkPlc%2bJOmggJSXMUCuHGPw0cQQSpYwHglhj43cUcT3N4nOe4u/eP8ISDKsyHUnJRQXvIiEywY5xCvgNPBJijoCLGCLKq/3XYI0mBWXMmM0HF5A%2buLSvQ9Ewfn1QQgkqcntMHuErwHFZ0TP7WMEM44FRKYqHoTEfkZwMJC55XrCZhXcWKqvxBEq8SkISj0YoTEEpikrg7xJnikGxVXr1IPCF6ep6f2QGD1RXlyKrgPrY8ZuBjLwVXdyMBwLv8AY%2btpSAh916AETLMMUJjF%2bLAgF6RVVxJBVV%2bxiri9/E%2bx45Ix4E9oPTyRhymcYr1DiXMe1T3O4MXuc56jFwLOOYWKcHYMCqOd9arGHsbHIuVPtiWyKlHkoeke0tBY4OHvc4spwQqS970irTB3iEx8RMqjw4iLosgh0pEuSUORHlzPeeovUGMoLiHoYsiYEKSC/qj0xDo8mLlipfBZXF6FUODIuJOT5ZXZRVnfelmBh%2buuT3sgXM9k/wCRvCAvUSEeXyzIOKM/FEgqh8RmWCq7NcyheCFfxYlQOlVBIdgcVBLgo7/7Jnp7ivh4nGBMXsVj1AntEXOMWxXqUQBgkCwJUe6ij9k4o5Gz/PyYwLpQrsyqEJ3Nbw/3x9R5IB9TZA/GyTGHJWmlBDjIiEqCmmfFwyaWD%2bkPC4zOTF/Atdg/pgQSXF7hLMACqvQg8WADlE6FTFZukKhD/pkfaiyw6k973OlX9MFZQ/twQvKKqqjVP7k9JOCO7lCqMGH7mBwQZI8SkRb/AAJuKjIkOWZODEjRKlAiKcVgqAoy/BdijxgSeLJEo883xb4P2O9sHtWbbD7ddKM1kxCD3SHoXlxVrF/8SWCqvxR9bH%2b925vxYQMOMOBSIDE4CUBVIKGdE6YHMw9jTAAp1SoBgAheVILTRPhCuAeZQXy/kaWKI84eJXcwjFSvjClAF8EUBeqsXh0oKIMZkL1w6Rx7GlVY6iZhwwUPTmw6QviGKv8AheIphDFipDppVOfgKlXOObA4GYPImPV0ypApLN9bPL0eXTf7x5x6mXETTEFFTwPKZjBvve/JH3k6E8TgXK/7WkeE8Pd404ArljxVihJCSh4APv8AMqg/IwhAhxefFPEYIGfz4AEyBVJB8Je6DSqFCy8CU6w8hxJA7AYNkpxTHoJgUiXPLTIidY4iBVEiMmGJAEEMTMXkECYhXlzHpcuKFQnQ%2bUB6uYKpC9Sl6v6VIQkIDxDmcHOJxERzejEKME5kOGKIGTgv/V%2bxieAV54L2ll/VzOGJxQhezixzxCP%2b7jmwg52SKBBuBTuPXwKFimCqVwWUxAGDB57Ehn2kMXEOQh7ovJQqIsCiQGScELDEHpwVzyMiV4tDEkcHRyc0C4kGKOlBPB6MkVyfzAUORGlh7syIY%2bJ5IQPDmQQEntAke4ABogpNM8EFxALxKAFUnBpQAF6ZnuJ94OQkkewfW0xf0o/mSAHd7BHqZlcXJIgMUKriwMeqUqsC9EReHDBuIzeVCGKq9psiQVcQ9HRIV/JnJEk9hC8INwDweZ5GCIwEwKeIgSzKCImUELAhS9w/sLw95wxEcntKcElfEr4iUPbm9l4lBm4ZvDHh1IuaKAuQVkQH94MCPqcYdjK78qdPGDW2CKCRDDAKFLTEEH3nAPUjTWIlBCjCGbTEqA4frKo0golJQIfytKQ9RKolfHrTB4Uua5BBErg4CaETjBi9ffWBVJpUVAArL4kj1KFRI9KJ0p28GcoKmDkSCcmJGi7veoDyoCmLJ8ESnscE7VVG/wAEnIBycHBAztKIC%2b8MR7fYztHpBAEHJAwiiPiztITPUxV/YDHNv8ECL1RD2vES1q3Do6K1PnpJZXOKkIB%2bVtv/AHSNSBBisj1HUr2lX7eL0VgHhz81QheQYqkBFUeNOJleFDSohBMsCuE2b1c%2bDTQdKHkYdIChCQIxVhx6UeH%2b8uUwReSFsF6pYIQnSf1XL2sUT3RELMfGVQont%2b1psFmAxJL1OLiGVE8Mzk4cM2eZSBNL1QMpHRN2AS/Y0ziiOR8wKaZVAj%2bofTAoC%2bUpD/tHDwuX2M8lBNN1IoL5AUe8KrYBJgVUBB0EggyjpxCuRGlXGIXqT3x0rj0gNODgJQApcOuAQzQ5sAQ4QL/21KLmUVgMQVcU/UKIioSGlSEwCAArMHlFiAg7Bgw5L90YSYSuQ82lBVElccSOt4wCAseEkjz/AHy4OeT%2bX%2byXmo6ZvEXIhUPIEHAHtYiHgPiGA61UoFVRijKqKgwf2FVcO/kzxhOmKDwuxRnZT5ZwByBYxc8AYYGAMZf0sA5wKgP%2b92NHm7gie%2bwGPUcQ90YGDAYoeXvfnaP048l4sv1PUxgixGLGDseHgIMcWGAcEQBykAdjZPIzV70UB7AvLyI8BARxb7MX5pi9gUd0zIQQj53hIqfsYDMkZhOh%2bL4J9EYOBClEJIHgARcXnNzBA/omeqKs4AR%2bCRc03HqyRPDFAoIMMIsr3GZHw8L3FxM0o9jSgguE0Ye/BQV/Izjgrsi49wDKieCUQUlZpgOAhzb2H9Lyr2IXMzEFSF6X%2bJRKIuYzAI9QgBRwACkCYdPcCn9mSGJQ8HYCLSh0A5Cv3%2bzH8jB/6ye3uRpQj0mBUkAhU4PQtB/TMAgcSZQPph7W7uQDoI3bI4qPudmUMW4jUlHfpg4IX/2GZwSWVIlSZigcXlRByvaUYFBn9zqD8OXEsR/%2bM96pN1SlF7W60PV09KeJE979RVThFzExTJAcAHTDFu0B%2bJ%2bnYGdFyKSiBEVAe5onE%2bEgAiJEAWLkioUkRVwTNlTgCfDGEHIPsY/uREIoRxeSgwcvFv8AAekXwXDpdBq27a9OvlK4UdHKApJRwhA/arWwCY%2b8SZnkFAVeMk4ditB4HUhX3YKQspAXiubmCFwiEcO9xP8AZpgqCUVeoFxnh/shv9guhFDiSyq8SDAuWYrBCE4MpIJ6hBUHhciiCY4sUiCESJ/w4QZ5%2b9MiRdMEGLupgSvuzRyEvIYMAjyJe/xw4FWJJ4gIEH%2bGCUmcS/8AsekABgZT0PJUvLJNHqlOQXoJCBBAYYIxRPclCEDq98kl6TIwL8sQq9BQug76Ixd2pj4%2bKOB4NMr/ABSpg7pJ9ioxi4SueJffD1GIZ2MwWKr0xgA8S%2bzmxTASPKO/eOi0xcERxdDoLicVDme5l7SIHn7GCKR8MFwdBQgK9Kp9EZCCj8HHBUEzlcwzSYDgYnk5tOA8U0f731/WycAcCS4oS98I97ZkgGKOfF7gF9vd7yvAiYZHwnP2sXDHE49mLBUgsXjkkzQmHbKiIoHe0Qpzge77GccIHnCLs25AO7Xp2t2HsfBgXp1EB5gZUxRulSoQCZ00ACs4MSD9fJhEeJcAVJLiZVQI5Q9/NpgM5s/2UjGDFFTrmQzKvugzAAoXH2t1F5AQPi9UIzcn2ZzKuLwuPSYQXw8GGA6pisVSTBBEKwQBUmmgCSOskEooQDOLIpc7NxhDAhpJpcehRiCPiSvAhlzbsHakwKdn9ksSCQXRcJ4dmP8AYMP0wyijywycAOPi7SR7F4t9MpeTgxACKSJQS%2bCAZqObTkHEkng58D9RbtH/ALOJaccJiU/VSWIzUji0V8Q7FkhiFcuHtaZJcdMRWEwUklSoL2y8MsXF8x4fQsIlUObwSr1y4NigngoJPj1AZQQmD2g5VVyw5QYJFc0726iqBOP04lup68xGCMVeq5F0HOH52GK5xGGGIXtZZkejo/bAkexkwckHZxegVo5pBEEVQDA4Navw69J%2bYooDpFIEU%2b1rY5x6gX4EETAAeI5mJyZf2ZiHpCUD3sFIZF6UVVDgqEqVABBRwgeDJioDyR/2Y94Qc0qBwTEGPWUeqB6MVf4ZnvGCIhyLuTZnplCEl464ciByaR4cSEUqhJQpFHNMUMxPTi7/AHYQBcCciFLTOd0khPC5FDgjiGc/wzZB/SF9rSEGGDnKr3PQsSrwQhKIHacFjDiwKkuyQPmWKo9piUfLKgCBUlgUlgw/2XoYHrxf9nbgf7soLkf1EgOCP%2bxkeuBCdJPh6lGb2MHGGIIE/JpjkZclKyjGODFXOAMVB6wjoDFjgOoIAof0xmUouXDkyiIEpTBROqZlS4NM8A%2bF7/2CHhSwJJSZSQqzF3UqPSUmSKNgMC/uAyiz/wBZ4Ukq9CEeznkETKAiuI6ihGOKDiGI/bf/ANIEZllA8ACRVxchBJOPPsbPpcAQRF%2bKKCn6G0R6m%2bqOz9g110U0lu3Ddte3XuvlLx8WbSkMkjnIodwYXDZ299s7snEJbZdrHcioc74unKoVhNTa1JWjD%2bYEEp%2byHe1n3WhEFUucQSQ%2bEPa38ZbUeniC9wlgjJCMMsGLyFIPB0qugpcy4qrxg%2bLkf9bfn/M03EHmfcfEr/YADMELzMniCugCFmJzBY8Vygkh4GMzB4IUvD8HqQiv4MEXxSE4gFNRHoqn6hm00SACXLHwjAgKR2s8n3nBQAfCV7QIMOEs4IwUzPUH2c2WBwUoAiFOSsQiE6k4XJFQZMEhgsPuc8mWMefa2QcIkiP0MYNKcUeAcQqlFUeGUYIxQonSASQPvEFSQci3SpPievuESAqhBUjpTuaYqCsyqHBOmIe4n2MHJ1HOYSp94AonBp1DvEQC8BEQkRTNvehNLxVJfdXHsYJ%2btMOxzapJcJJSmR6cSFQIe9pxKPEskYIZz7AhYmJ6ZAAC98xe84AJ2tbXoks48SkgmYqC6UTEntDSwHv5qVnAKPSB/s0NcvJjwRyo2SHIj/aBeF4N%2bcow5n6mBKkZJkiuRGch5B/a9M3N9B93NqenT/i3pgIvwwazTTInkpgFDh0pipefa1siSCspeAizYBwXiftb/ZmiQ49AECgRC3UZenpKEl7h4XTAEqHAfRDD35VQqPdLwcV72ev%2bHKRj9%2bJWAexzlAjwl6cCU9oYrxPAjLtDSlMpVVH%2bIoiljj4xDFxIRHALF6djQQfDc5F8MXhD7IMiIBLMAEgk6FXl/wBbSjBQQFQg%2bPB5gQrHw/flBCAJ4CCUVEjBWxdKHqEWaYlYRKdvYxmiUleBE9MXIQpKP7mA5HGKzwiEHHsYlT7sjipB8UzwUCH87HnKI49KpEZMIkrmHAdaQKhOQixw7cEcQ7FWmerpSQ9ffiS95MO1ipf1QRE8If297mmLikocUA97wqC5PoGxPiCLiOguR70DOE3UXj9kr4UET1cynFuX05NKYe%2bvIlEgQ9gCfC8JiVdMiZpDDNh7x8gUCF0zuXtVj6g7Qp6WgrqrWsu4rD6fa9p21qS/J9Gn1NHR1tz7kGlJPrbvk2kE6ppeuaQmZ2I21NYt32W9isNAdXeO0987V1AB%2bxpVhllmUFYt6jeuHrVZqaW77n39q2fbtLXyWS7bk3ZtM2GwWCwfIrBuaTVkG2dLcYr1crkCIrbZ9UfSTcW8PSGnvVKa/bmv5Wy7eN6ufVfgk3wxJKq2MAiUCyg4Dz6Cgs9dvr1HuGhUVvzr%2bvay8Xnq2uUPzuzXkbg3FtPbEREoh/ywvfS%2bulB6vX31PtNLWkbksHlbTbZv6Evp/wA5duMmVdxOwg2z6a47Uv1ftLUtFrlOjTzTXSTV0r%2bbD1ybhBKzdXz4gqVVjUU61hliCjkWJIRSVb%2bLoEKfdi5Xrp4Iz35CDz7S4s72PiggnYx4CZ3My4kKrQeCrl%2b2KiLdn1omAQMTEHqXIHwQHJhkpig6R0uQCDj%2blzORJgT%2b14SF5RxYlD94AxR%2bng4qF7WlL/emQgfs4YFVYKXJNEFHzOKgD3UOf2McOxe9RCLmivuvgIgGOJBPNpYwMQ%2bB7m7s0Xg5GVIIIKEdihDmjKhImc4vlxzQg8mQYiSABKGeADlYHJAeZM%2bJfCVvKdMr3Kr4K7F030VpcumbvEpVIIvBfraUE/eOEPET7GlxUAwRI5BMR9EaaEDxd9RP5mtMwUKFKnObCIIJLiIuaXgULke9pz1HB0XppjFz3KMubWwZGV2K9MkUdABiAR7niH3guoHylAcBiyIfeRHJ3InT0tT5lcnoqqh4Mc1SL3njFnEpEhBkh4fpYPV5WKqj1RUVvpxZeICKCFIXkXhgQiOcpXBciqtT65RaVEyDwhJazS6MTRz8ysoKKUgAcWtzxKAQ4jxJmV95cIh7F4B6Uf1PBREPSplD3R7HsnxCFUqAQD4gSZS9EDi9o/mVRA8Azx9wIUiesKFDnBpiAg6QUUw6JUw8TBXpMZiVIPi6REhBzc/HMlXkzIDAFy%2bKYyjwkDD833vFOFKJHTJJKQBOXBiHf4boRTmFmXmzwB4Zi4goDOCACHIjEos3TInPrPSe9vDAzgkZAyzIAhIUKykxklDlC%2bJXqjmmJVTIMSA%2bQFyCD8fyNLm5/hh4lHVE/ne0yvACJCPQAYEgn62PAyrm%2bUEZMAS4EgBzieoqHK9WgIjB3twf3tMcOmUYvPXEvRHvcxd98LFPDKgQKQMsC00EMso7p07wWPGcYBT4S/F5ygwm6C6UzKFAh4YiX3UwKnNkg9z0VB%2bdpV/bTH73ODSVFRV9dFRzfNbhcJVW0zzHplkUEtefTDbG5LX6vXc6v42l2PaprP8AH0ZZgfkV431qyU022dEzAGXUs9ip790qD8rUyNerjU32u9OtiXarmnprLsYTWizm3/OZtXo%2bayJ89EurNElt9bV3164bht%2b%2b7jtO11ux7z/UV48hZ9y2EyibZ014vZ8A3Tt%2bb/MldeKGV5VW2Vu28%2btujtvfG1LHtuguth3nR3ivoK/ctlN/u97NlvW35NTbvSfwQ%2bYnpXqba%2bw6S8U1x17HVTTCqtnxB5G3/JbBsgWgTXpJ72ktiUEFG2rZvntddxdKPztSJqm5pREu%2bUpMQHOMEe162PZa2nFuu23zY66WplB87tz4gvfQVAAPU1hrqbc9XTGkKimtRFsD8P5D0K1s2h6hemPqTYq6z0dsoqO7bYulkq6SsEk6%2bK86mnNPNkECDNqi12n1B1bZuOjC2/b%2b/uqhuNeVUS7c1NOVNCYqTiGrNewbgtlfSmXqElNWT3YzX54UCdCZW/B/wRDoK7guKtP2p2mUl%2bRDKjxwQouCOwLcMATxcoVpkgh/WRVlg4SvDAKCAZoIhPSpDsFPBpZQo8MxOPi60VBAoGIQRKlXn3MIFB9bA4dRBUAuMvKAcO1hkkyIMOoBZjBfsYPjNM9ceg8wrIBDpeTgJpeKYc1aZcyVRXKeBZY4oFQKuQfi9iuCkAQR5Ti4%2b1iP2gXLESAEFQIYZKxH7IOeEhg7NoSgpLAqFSAQuQc28sMF4IFVx4L3RahrCqgl4SJWV6EvURYIikzDAuBUEnB3sZXoOk4YTqSFd1CCMEVVBcMPHEh4UH6YW5CfdRFeqhQiYsM0lV2Pi%2b89YsQuBmCF33ASQACTyJLWxC7rJR/TMEmXqIVAhyRuouWQoEUlNQc4DJGV/fj1xTpzan/fvxOeAI4lgCEeo73Ie0NgVUPH5GDljh/exLsP7V4D68s3s6IX2LzwbTsFbrka9t94pFCHY4BIfka3VYLwSAggHlQMwCmL82toAVwigUPHUSkwAVHquLGYAxA6gQEIWWYSyzFEMHwwbDgoDx2p%2bVojxAKIwmPSQeKtiIquQJLkTwr9EbkYI55iuboMcFklCr0h8xDzkFXix6VI6pQC5UEqK9YfQYMSkASc3SF4ehgwUqRKQUQfeyEHBl/YAQwKzTRzC4B7EgIOqQoEckucyZPYnGZAqlP93xAc02LpgEPiCqEAwVf0sYjiiRec05tNMgISXwoYAyK8PAxxYu%2b9Kv8A0QXAB7HkOKPnKB2XFkAHYpAfngSwSLnlQPuCb7qjmwPiRZVExCFeohIgp2wxYOQgKQSP2CcHFO5sHTSlxBHuK5Scs2PcmHJ6YMOpXFHIsqKET3ugiCoraR3TNuHcnqHuW2ady2h6W7T29pbs3NW2DW6NbS3CK2pC7P2tr6U/Vo3zQE%2bvOMJZT1G/7Bs9yrdm7SpK00dLs7Z1LfKCu3WXre9w733LrT1FVZppSkvVaVL0ADVm5q7ToRUa1VQnR0EcoWAe4Syta/T6/bquNoO5K23UVqp9B9uBmSUBXCyoRSPAaro6HTnNp85cvlVTcqcS19dbpbtPZ5LrMHvm6e9vV3dtVZtGporbta1WW11NTMR5ncl%2bvQOndIlSdKz10znfgm2/uT0m23Sbovtluxsu7LDoET3OjE4E1ku/yj70kyVr4Ofm2jpXbW19etpaatowKmnTygUuQYv%2bmFRQVZ8lWFOmqqFQW9/zcHsC5tUaHxf39NUzUpeSgAeQ9G0fjatPo1mgUxChXvKNoV9rumvbazQJPzGmqukgo8yzBC1BXV/qNuuU09xttJU1X9RXahPy8GHUJuoBzm0/Ta81A9Rdr2bz809Fu2qnHqPcLXY/F8Gzbg0NTZ2tuPSKH%2bUXefpP/wBSBe1r3Rsi9U93s1R4zWUkvSbZfVPRtmSYk9WlqAKDzZyoSVeE6kGJigH6GC9vN8Q6DTIsZlBKP8KFEc9WQxUk4AuUouccUYFPB0zwKL4hgHkuxVps1dD9lVLj2KweRMZphFAnSC932xZcwXFXETlSiuJyaUR8RiFRypEIiZljBVQDOKqcwnGLZO%2b0N2/blzLACLkKQGYBKExYE5pEAFAXQBGD3xbDLAfqh0H/AFsepD4ZSqgvQROLiW0pZSviLikM1AcXNRygq8lViiKBiSoVHN4XnqhKuHScDw9jFYIFJ/vEBfdMYFgcg/ghHCJHNlRE0ipHABwHBQ0XAIjouJVMUYOK9cvAe4S8oSB9bWoIQhEAhPiQklFKL3M4hemZCCT7oVx6y8cnL2tEqv8A1lRIfqtofvoIDioMQMoM5XAER%2b1zQTFS7vKwRh9M2j2uQF5yyY%2bLsJCo8oXK8FuKDvU5Obux5cGt11%2bN%2bHCebSMVR7y6ZradOp6ei3zAEEokPtc1FpkhZZggMAUDj0h4EHBQWJ6oFAT4TAoSSrirlD2JeSOzte9xaYkYcHhJFDgoIeRHNir/AATlH5zkQfEMX4qAod4gIPJJ7IcmJC%2b4EQ/e6inN57WCIvVKiR%2b/FHcu1sn5K4aZWGYh9TRA6ZpY4n4ioDmkEixJeOiUkh7uolyEfkYZHpKv95J3gvAYlzkV6AgfDm6VxUOxaYEREyBUMyqBiQvUAIOYRKGAD8c82LohS9FT4Wbl7GL8ZXv/AFMBmrOxwyRAqEvZ0eEPqURZ78wX/qEuCvVXNKmQcQSo8QSOJTlFnkzFXlOGmXDg0ryqLABx6leqpwZX%2bIFSFiOgFEK4NY91aG3dT1C9VN63nW2x6b7N0wZ6Gu3TTzy6WrWT6Ql1Pi6005JEqf4enaZn9PSbjun1g3FWbQtnqhvX5Tcqbbup/S9mq7f6V9WjerNZdLbsm45NLbe05TWG7S6cs0gWr4gXi70669DUXW4mkqEUz7f6iJLonEFrONJdCkOvQUlRUQArum0qFfi3pzX1uprGm23W7h3jc7YV/HGxWe932zWi8AFCJjIk2XU3rDu686fl9v8Aor8slt9Rbag3CUXHe98nFmshJUeK9TV5UYUJa2WS/TaItGrS3PdtHSVRm8hW72vV2l2VZ5plB8O3bFaDNji2xdt6NVoWPd/q1V3D1E3FcraTbzS%2bmv8AO7FsqyzIR4ZppZroMUrwx0qTSSXWKU9PUIQAe1t6Wneln0aqxbh2VddOVKky32y7jQT2K7yojhuGz0a5ytpapqPja2tMtQVj2hVcG/xf3hRAeCLn9Ta2lU6fh16dwc4o6GAXJtZ2h8en/FFx/FUL1H0OLWma2XI2O%2bU5M1svklXdJCC96xHBGp6Dd1NbjXbinlvd0u9PLZ7dNXXSxy/I5euUiaXcH/l8UYQ5YtZrfRernpxq3u9dU9i25NfrMd0XK8OEm3fkR0JtAaM%2bcyMB53B48Sq7iMEaYIXE8JV8KDNXe1gFKkzE9TiXYDCEMGg9Cry97kAc77WmcVIKEY%2b4oKqCwQ9Jc/ADxqXn9LSkfqTh6/rFxTFWCrFwePuvinNsH9kC8q/AMDGCvh4ZHYIhcwX2JF0XDm0AUBEIRKIEJDRSUnxBBMCQhgS5S0y4l4Uh56XPe5iRFJRjjOi%2bEqp%2bxtGvBjXkqUwUYw4Na5FP8FMEiCQCTEwJYAZlR0qgMwUOD3R4OYlEVEd/cRwQKRwbwhB1zxRF6SIAOZS6DgSR7wGJimCtMD2lCX83OHJnTH3pfEepf8MvQl78C5GOXSBB/ve1h/8AELipQLP1Zc3e1vk2Hwl6%2bqZerqRepeqGKJwbQ4hMu1FCEKGpzkXuWD0QJi3P7V71Rj2h7xy4K2HF8zQeAkUQDtcyBXrFHuKvUA5djJhwMG%2bO8fY4nvDf0lea0oV8ohjBSjmOloVPRNkQriHHxeJ3SmMWAmVelYmIWVUCjw5QQllynmIgvujE9XZkxIJeksU6V%2bHB4Azf9TSFCCQJSBiZAQS5QBgmQYDhmXjqCdSkrDg2QCxwPfFpEcCXhwII6sIvBaYKACQCQA52lEkiCNNAS9UoKBTGV5en0zYgP90xH60nBQODSqT1IC9IfvCORaYJEh5KCGmSASqQ5MAS9SoAAemqogQ5PY0VUGCcclYuCdYgie6TmfYqNLAvejwEOpjFEGLAPf3IJIZDPPvc0elxfkT0hYxXk0pJUdYUzcBMC4ShYJkoYAiHBFdp4RH1tLw70eiuX2lpPiUmrvTf%2b7rhLSbN9P7TIfmN8ugRRJJJq6X9JbZrZJJpdzXfTmlqNt68vw9NPERseb1Xq/TnaG4vT6hu%2b6aTW2Nc7xXXHaEl/u9iqLGCL9tnaBkvsomoZrN4XXi4TFVUtTVVBPcdGW22m5WXb3mbqeqz7d1LrfJ7xKpCC9bjmvFaZsPxxRr3cta26%2bhLZq0Wimu1N%2bDk6r1LZf5Rgv8AIrJN2NuTe296S43e2bOuklnqNtUlVPbvnW475LqizS/Okm%2bSCX5NNcSUJPSgbbdJtv0jsuzfn%2b6LdSX65SVN33jvCsF5vAF5FoN/mmAmmBSUIq4td7d6j7yvV%2br/AFKptuGz7D2rVCaTctz9ML1uGxS7xvl6nHTYrBKk9uklAMx8Rwago7V6Ly11zsJ/ltXdN7Xe4bfq7j1PnnsnTKLyCkFAY3rdl0qLvcLhbzVDQqT/AC6kJujxLaARLZQOlwlA/hBmwqrVa/g12uXXmoqZqzybi/7oBI5t8DV1teoGLlSMAXwLa9VpaR0dZQ7BXqoiMWTWBBBTpcRhjBGGnOYOR2ScHtbL0aX41trjXgGnLqUy%2bEjMEmAajqparQ%2bNT/haimqFPmqAgHpeC5tqXuiNDqT6d2kNqudTUm3/ACa43m0fOrKeoEdI3NYiEX/k%2bDVW/t60/p9dPTu%2bCa3bu9KdCkvNxud86rwZb1fbFepNzSnbnqRtGaYXax%2bKzi9G3PBCg7DrrzX3e43yjsulaLzdKm3fEk3BcvTvcWjZ9x3cPed40%2b3vnEx/W01xcaOAVEmKIViSB4nyvijHNx4qDO8HkX82fhKYGVHzYhIoD3MC500zpg4gSAwfFGgrxgD1L1wUEPVpSn3ZoxHiCAEYRZSXAzHs6HwVj4sUcVKkkEKqhxwRhB5D3fsEHnMGRFPd2iLA9K9LnvHAPITHNFaWkVJsZc4EZOALEiBMqOd7r3qSocylESSIGE4UZBe5qnW/5UPlgpVyITEHta3yqR%2bDmBKEOQq4dT%2bxGB4f%2b45AXxLTcDIMP1HrFSvFl5qc/DMM2Ae4EkvOZwGI5RZxIPXMDkSDIXYB3KDEL0rPIFVCB0jEQUiOTFyEyB%2bR6zDCGL1ZVM3BxIAChZTMDMT0xxdwb/0z%2ba1n9KeS/or%2bo1H9Kf8Aqp5H5V8j%2bCvV5H/0p/DdS9SeKDUynOLoqkeDaIKwKO4QL4tIY/Y4O7m%2bmZ4K0vb9rOK5Yp7UP5me90v14OUPYvTk7ImBYYvKcXDIHEtoVu3/ADPzCm/hPKl6l6jLBqCzXmz3S3Vc%2boJRWVIKglASEgoiUa3p%2btO5S4BSS8CVCYYNKhe6IGZB9rH%2b9KPuqD0kJkSrlxaR4LpXgIMSZXABeo5YsrpQgIRI4oXulGTYe7KiwdMZnuLnPaVQVIl5KOtYFMWKLLMEHV4h%2bq5YBVaVz/GpxQqgHcxihEpGR9xeRaVAgR2f3ur/AGX/AJGg8zylxIQTSkqEIzDolgQTiFgP94qDJn9%2bbghAzVol5liJQfdcACsqHDBC0ivTpl7utFdmyhXO8RCIZDEueVg9u1/0fk3EmUBUcp03qSnUORaQER6AASqE9Q94ZZlVYEF6l5OfRFCUce9vU31z3XqjQsnp5ty8XLpfNLe6i5VEmlNs/UEoBm0qfS6ppgCCkqYtV%2bpu1f8AQTujcfqRd6IGm9WfXfcVVWzbdtenr6W5dtna9j1ZNGf05sOnPplT86nF8lPS4LKd9b%2b9Vbzp3bdo3Xt3dFw0da5%2bfo6%2bbVvN9tF5m8c0xTbl/vQPy5V8RL4tUjT0Doa1PVmk8wKZKDqARxKu7G19u0mnr6NDo1XnTKv8XcOn5OpUZFt/7Qu%2br%2b8ulbt3cUtVT0wJ%2bY2UzSDqLkdOh4tfLtIT8wtOztxf0z0umO4rvJ8is6DHx3leYbbm4tyza%2bpcNCSvtVTVzRmrRdJpiuA98d7WLdlXR6Otb6yxW%2b70Xl1SsllvN7sd2M2IS/yEcG%2bLquBIph/ydLQQIzAHNtekOkT5dTVkOXpGCGJJDU02iVfAuCwIi9ebfB19E%2bW/LlFTwbWMuiXH8K/KKBCSe0traWrxpvqXgGvez57foV1RpUtyrqQAJNVH5U%2bVQBMTKisKyqqaA0ehcxSU/wAwWaUuBX5UHohbXtF30rh8Chte3aSqqrJVKay2Itmu1niC4o1Xb9L/AFF%2brm36m9Uty/pTatHt7VuFu3VuYkAWa8puWQAlXTGWblg39X%2bkPqNubW3ltDd9w1PUP0rudfaLfbb6Ck8psljv5Mp3EPkb3YNSU%2b8q27eg9qpbeNSy2uwTWa4bu3/eNrgz3hNz7rO9NXbk%2bydITTSWqXqvs/SJJJTNMGvFqvm5ajdlANP5rtbcF%2bt23ta%2bTzyBZdrCfaOtVakk2qoWXrMoSAZJYdJBcAV6ymJehZ6p1TQIeOgKhMXHtYGJWTN75iuJeeDS/wB2Z4EfGcR9Hshe%2bbN46D91HtqEKiFcgiDB0Sz%2bJjiZUiHEtEew8ssObV4HilV8CkpmHu9RyCwbmHvBlHTwergxrQjyBiP1Qr1VX5NMHxIUxegCuV4Ktciv3unMODzguDW2YmE4OAVEJ6sHANLxGIylw6olnLEIQXCKAjmYtKCFXpVJovLg9682MEUKIFFmCpAoGAKxkmEMpjkMJU%2bj5YFAHgjEz8FP2drXOWR56ghRQFkCAFxi92HNqX0h9GazQunqBvesqbHaqkTG9atgO6yJqi9UurODNpatSCk00viIKAhvJ%2bdrf/VP59/6s/8AqT4vnP8A6p%2bc%2bN/UCL1/A%2bK7qVfi4tDHtgkqYK9so8AYmAZXOObsBiIq0hVyhcc0zR3Fpf7o%2bmMEb6fU3YPriyI4o/kSgcVc2hZKL8VU1KAZjiCEDgcGp6%2bsoCQFlUuJ4cVVrRq0lvm0JqMqcFTBH4IwVSQgICZTTIqJK8lIhzPL3OCACWGCgAA8Y9xQkkzyqqKnS8OMZVwyc3ACUPHhSaJKoodyaXEhc/21Khw/OxX9WUoHl05LnEYNIXq5ShwVHkc8mmAXABXB/QqYkkH6FpeB1MoEd8ZWmWCSoXK4yhTyIxaUrgOYfOR2L3M9xE4c5F6SDCDzgw8KAKPFK9P3ji9VMcmc95xDgvJiSrppSQ/9U9ZeiIYtJHxEEPJIB%2bIREfpZ%2bJUGLgCXOiGAMT2u73xYZmBSDpI597AdUzkIjM/xlFiHMQKBIkAF/ilB94PKGXFrfsTUml1b5ePUn0t%2bBZJhMNU/0ruiwU0u4twTkHq2xVSzH4QVz%2bC2P/Sx6G3jR3Fq2OzGf1A3RbtOyWs7l3juH%2bnp6i9gbdBJ05ZdOWSQGYkSyq4zENT22vozW7mvFz21NVH/AMPs1svVm%2bey2dAqzHqfkPJkNbaW2m43Co3XtM1lZVTBDRXP%2bsb87iP5L7Wut2tltt3kdWa3bQqpqVfl5mPzm8i72dSqblGmoSDa9VU6WhRa3mTaqj8SKJPm9rNpUqqGVVLUF9oqX5roBaa6WwVCCutxH84tEyBQJw5Q2%2bbPLR1GjSXCt2Vu6wVdyph8wo7hLLfBebQH%2b7Oby84ihDVHpPfrPo7m2dfxuGstNPUE/MNmbmNnI%2bdWSZ5ASUfNrdCeUZhq%2bhuFWBRCp8z5nzAf4jMLUUKdT2rtW0H8D5Tyb/8Ai1Qugio3xhohCqHxfoV3sbzW4bvbrRoHC51ZMx95yIS1dbrdPU63wC65m13QUDne6pMTkx1tNfga8BwxycSG2NqTauvTg7ntlFUmmKTC33fVFonTImWY9jVNlqtRdam3EanQqIL9gehaxi4Vc2iNew2/boqSX1kqWYn%2bbFzr7d1LVuvZzcRQy2u27vtcw/l9wsu4wV6iYKPk9ahDXbeVRad23egvdUa3cNLsvd9325cjdOoH5zN0qL/0v/ll0BH45qug2VR7V3pq1O5d07n2fcPUat1Nu3K%2bncctg2/erP1bdnlH9RbUlmE8kwtNmgqogbcHzysPm63cOpL1Tbg3BdZrTNLt3aR6zp7tJ0S4gKST4cgGmchQlRkqe6oVGi4zT5EL0OeVAf3MgCFVEAhA1CMM%2bxhl0zYgBTqYAhxCfR7B%2bM3b4BhkGVfuCVAP/wAQJAB/sbF5kIXBxKKVJCshirleRBVDwv5Wee5xTKCNNVInjKBQCmOKgBCmUGARzy8GEziqgKiZliAjjK8BCvQHLEhrkIDrJHEBQ9yqUanp3AGaTvJBBGKPXgxCEL1F6vIMrxm5pj2nJUUl0xVz4vbTeQk0YJmeObHnDF5JUcg9pjlqhUCF0w%2b7AcGlr1VQCZSv3ekgggBSCmEWvFjtd2p7rui5W%2bS0263SXCafT0aeV/wpHA9cxeU7Xtc/9WnrRLp7q3BfrlfabYVpverNp/JaaSn%2bJq7wqTKJeuitpnBI%2b9O7Ag/JfD1Knuy9KrFUh0uSDaSlTgi9oYFHjPMqOKsRjGLyUCuQPQMsEV3Zwxfg9kMHuyfk8gqWRRkhEyhcObQKh0HQBQLNlmz3riShcmOLV%2b8LzoH5fTvtWITIgYlWoqenppppp5kKALMXuBCO%2bhe1sWZOoKkQHIiBXv8AaxCQlR0yYOCTEKSTwYGU9KISpQAzCYiYqJh4jNBYex4IPWIiB6C8qhYxTplc5XAQBiq5PVpypmQShVRQZjjiU72m4JyjJAoqK0uJIBVCUHi6QvF/cyqHTglVKeE9T1SUgHikGkCzJ%2b8AcgdmV95B9rHpDjOECiUvJQAiDu7taVAFgY4dQIgJXd7cv0NMQEKSp05gIkI4u4N3IIpgBmzy/rCqoJ8BchLiO5g9XylXBAZZsHgdLI50EEPYgVzZZocEIWBRWJL3EkH3enwBSQC7sbW3LvC92Tbu29DUOnXbgv1w1rLYrPrTdXg0Kamk1NfU1CDAAkfVt7bfppo2fcXqR6nVpo/SyyVNyl1rLpjVlm0Nzbg3XLrj4H9Gen%2bxxLTaInMsso6pyUkmDH0cs181K31C3vue3b%2b3xvy6zzXX1B33viyX2qOtuG%2bas80/RtefT3CsoUzzzeKYkkAUe49a40%2bjTVG/7dW%2baqgVvNt%2bcHxQyDbo3fRat7r7duX1E3NvGWqq6t9FbTMb78ospD1/p6aiU8mvFFuut0NfdlvptkUenfSDcLlZxeZbH846nn%2bQ7XlsqZqW/o%2brpdC1UNgm%2bbeVttT/ABlxl%2bc%2bIvIJIJDm1aXV0jqVmjU%2bZd90IAV%2bha2XHRpdCu3JcKw1dTV1JHy/bluV3yYKD89Vq6r%2bDr/G8z5Wlpyv4TMPxKe1ptx6OjUXb1Dv80tJSCqpP5dZbdZkvU8xJKzTzTS0Xc3xrhq/NPPkVfman8f5NHl6PRcMmWtc5ygYlHPdBINra1jo/wCYeVWkL1ev94P%2bj2m3j6yXmqraDQl85oWV/XPmA9w9jVO17HZNu7atFOVpKWql6iYxJeVAVq27Wmjt9o3Kvm55bV/lt4UqoWBi1quk2mNY2e9267gLE2iaWaXJyyuY3HU3TctGhNyN08tNbPP3%2bpJf8ocRKSj/AJie7BrTcfk22Bt0UVrs9TLexda4VvyWzy2QXm8%2bL%2bnjfemzq4flbbFx27ftCaxXK0W6elqakETS3H%2bsd8y2az3m8lBPPtgWb/M3A4NX72Gh/k13uFBuqxUwK0KwX9VfxrUt09LbxT0tXa7r/UtJax81%2bZ1tt%2bTzWS9/JelTMTKf8sV7bM9HfUPQp9lbh16y/WWyXGS4yXi2X281Mk3Vo1Et/qtgbv8ALb6mlk0dY6dTL8LTXV05DfBLO3mgryiPJJKvRJS498YN0a1X0AuPSEEuAmBeUdkq4shBVAXcAoIQKCp9rOJVCCZR1TEe8Em8I8Uo9rAvjM9Or7joPxYgB3RMhdETlRkECBvYIYylFD3/AELIC/syxzg2GanLAZdiMawOUzfd96JccSUwastY6SJ5Xq9xDwpcDkiIyD%2b7MUwBUEp1CEquyLVwlA/gJeKRKYFFaTRDjS10pCp%2bsZRzSZcmpJA5CpRFVCE90QI7WLj3ywdiRALwZTHwR/unMM8qeiIMT0hSTkjFD1FZRKQY9IBefvSlTk8Nd9wVdynp57NTaNHpoCRewpmm1Jwom6ZQMYtWXa61N01dvzXqWuvlx1ATa7bap55ZLLaZyARLKpAHYA23rBQ6Vt0LZtqh1qCit2rN49Wo15zPPMSCgeUf%2bYp0vXIKsen9Zep7OxLli5XE4PDZoFV2fscwLgkwXtBKIAXuZHP5Z8xlixUcjFQ4YkBi9zsJVyDoMq8nZoHhHoWt1r0V/E1fYSCkSqqWouum6pfIzdCBSDDD7v1sqSkEgmX2w6TL4l9jBC8lHoIAqh6SHjn3RR5iM8MWEvTEzSqQCZUAcAsrxFcy0ZveDxMCf8OaJBeiu4tH6v1O9iF8JIPUT4SkylwiUyi0wfgS8fsPQAIXdrIYBCSSZ%2boBSYdSAkBUcGVJSTqSg9Jc%2bUqQ4q57SGP%2bI5yOzgTHsaA6QSAhCAqMSriub4tKQuA4ffQIuC5MQ6YdUpKPlXp7mgAkIo6VJfdOOScGmPAgZu6FzACnNgFyIXnOoiUiO5gjlIdiD4lUOQqIMilXEDvckMGCgoTMsXjoL0ipZcQC5Uh0opMG3Hsnc9m0L/tHcdDpUN9sm4NWansVw2/TzCfQqKfVkm6tHU0ZgEJUF4MQu1d0/wClz/XJ6n%2bm9k23UyCx%2bmvqNo231BsXpvsfddgO3N0VVqv981Jdy7b2xr1E8%2bnNY9LSvsx05j1zEhZt4W6k9aL369731rld6Kt9aNzVWtca3eJsk00vyzZVoqJfMTST9PULnqS2eYvWUFzU990aSophZv6d29wo5hc5h81%2bchwJvtnLWm82Kan3HsKjqtsbZq6WmcbLuezbNkkN2A%2b7Yt0/Ja4jPyDVFZSaRoq%2b9XW5bj3Qf/EK1bWtnCKgsQJdk2jui4VU1PLcSbRavLA0NArvm4e5T%2bMbW1hpU%2bhr0NJbqQ03lv4tLUl3upALj4VDa5q6o/NKe6W6ttn4ZBWW4yvLxg3xdW6fA17rUE03mARQIChJPA4o23NG46IvlPZ6XylLTW7%2bBrB81mvBBMfF1Ic2rtHRsVBY7JTUtyJt1spfIedBCISVIfxa3a%2bgUfKQC4xCoExPNpr1r6r3YvWAAxMG0KfQq6inp6geU6qZ24LvXqEtNpIVJZebWvR2vUU17muNtr6y6f0zR3mgt1kuJmm%2bU2e9bu3vYdMXmYBCqkJiwo9e%2b2641Guvm7ZSTmYUkS9QoIbRr6mj%2bBRXDxa//dK/GWGK8Yto6k4JxGhHAhH4vybQl0qrV0VPlqjQARZSCEL3Q5tuL0/1aqnl3PYd5S3jaoqqsigvFsvh%2bR3m0EuAm23fPJXKXDp84cm/1FaezNCY2m23W2%2boFdR%2bZHzGh2Lp3be4vF5XEbX%2bd0VxPJW9SLzZ9Ogs/qP6c0Um9bPSlSd07Zsl3kF/tEiAdN/2uJhdRcv1KCs4NN6X%2bsdjuVp2L6ibn2nuW4XqooJdy1G0tySX7b9/ntG2r5qGX%2bm9Td0thQlXwLbc%2bb1O7qqlknuY2kN4p/VA9M/nm6h6fS35CSN2zWCS3dEo8PRByMb3aZ6y4W6imEtZOiBf1SvBFYUlbd6OnuVM%2bupbhpifT1ACZk8IHSQjuTdNPWkdgEUJdKPCAjhgj2RwQTEEBHlJQCrleWlUohmg8EmYELzyeisUwmQIpEUcUeixYr3OVMoYq2JPMcCYpj9bXCIImBgsSSYYj7WDj4S8uJcv1K1DVkr1EjxFYEYqFCzAANcJwf8AgZSSenBYuABfAwRq2jAd5ww5klz8AMmpJYIAAX/ell8LgrkiwDsUEFylgcPqb/b9jlcMWmRPdR0U/drCLotcKmrrRNPMUDghPSqo8eFYFzmsX%2bnv031p7sBfBp3zRoh/ja1RP062oJBK%2bbV1CEzCNZrZT2zUF817Xq3S7X2aYfDq7xIT8GmlQqSYniGNuEwAU5f7IIm6SFnWD0ZX/wCHHh8RF6etF%2bnFniCxJMXqQr2VHuTPhm9kRxOBV5AfmCv1N0lQmODkLz9EZCiF6YgO5R7kYuVEzwWD%2bDTcuaOybaehrgeX%2bckBSriCIQx7GtE9MPEZ1IExSKqVQDqwZ/UEUAHpJPuugiHpBQgexpicJVfEEygnAPe2GGCEq/HNGP5HP7XtKAmHUkSnV0oHl0O1kxEvF56BmrmlRBE/tQ1IQD1e0wSCBIuJkxU9zPcFBQJ1lyECUKPF0wchHBkeT1hT/smL4rzYYLKHKgdp4xUMHlS9HoAJ5xyf%2bVi4FZZXFX%2bPg9X%2b1lClZ5cJcZD7yOH05NgZYguIdph5KxCMQ/7yuWJkA4EnDtaUcQgI/vgnqhixLz7r3gPJUAIiw4s49mIfK9clSMWxjNmPucYtxeAVi6RHh/a1yqqytmt1vthlAu4epKuQICo5o1r21bq%2bhtvoDW1ctjpKWrqvllduQT2cX/cF429ph2ntbaevORpS/ckIliq7noJkpp7JTmspKkUp%2bX/yZ1lNlWIS7hObWm91mhLoWeTfFzqqurl/zAzXqWU2UPDwktc2%2bp7xbKe47PvlnO257XWKEIm%2bci7yFD/P5TKgP/fSjfN7HNZ91UFwqreaWm%2baD5gvcC8l7WjaFXPTWyqstMBdda2DqoJrk9YArMA1QKWkpxr69Jbpqmpp/wD%2bTwIM3/jhX2NPq6WtUaFpsFH5urKvuxvNp/k1o4/z3%2bW4hG0Ki66WhW6uvTrT22oqiPKTBf5UXv8AqY/Ft1P8YlAKZ3lEIjji1DS2/V16cKaqqBVFLsgitMC7QqaQ1fmnl8p7S8wbWtq1Xy8FA9yHHFwVqfW%2bFT%2beeaW5uuAc6Aze1PoXi83iv0T/AMMak0FvKpiVEqxxan0qSjp/gU8PLYlxUnCBasoKrS8etTCYKpCQJI/LBGrLdUoNaiqTSnEgq9cVVqP5XTXC6eYFfSXqmsomN8pEH8qugIBKglyOc9qKrtmjr09RTVfnJde4a4HlTaR83/mz8Hc29O/9VezLNTVmz7idu7Q9TNl6FVNLLariJb7Y71YDKiiw7r23ZJiDmSFc29d4bRp7jt%2bw3/dW5bttOjcaGitF7ul6EtlvQlMwn0/6evHy2724OmEXNsbZdXs3W0LfTXe10lZU/N5pbenUXmUggZtSam1tw0tXrbdk%2bRX4W7TmF5t142uTraFRuqY%2bCem1CUBDx0kRRq/SuFLNVzSEdM8qkqSpiixBehTk1Tvv0lqazb19p/5hJT0g6rVXCaBlm%2b/Ko4t/RPq1S1W3902uXyAqqwra63FCMjxc1DQm76EunLNE184lTpLkUgB36XtPV01ZNLMMgCAiBTMQvVMuBKox8kqIAHvIJMz0mmlJVeADOevODli5sleqRe4HFEMGxg4pD2kgle5p7nSvBUrAl0gmACOc1FIQCs3SSVzCoMQpza6TwIoJFIAfAZqFIwX6mrs/OojwiISDByNTh4eYRACgpGAZR4pQUKCUmWVCoBExUjq7wrapDlkleQYGQhEwVcmm6Xg6ZJeXqJCmLx0tdp5NWSquU1Hp2y1U1t8Olc66nI/pTVKBeqWmmQOaq9afU61zVO/t63DQux069ZdKy2bc8%2bpoT2rWKdS6y%2bBOeTGgJHU9MCAXAhJnIXua5L4gpUdRUgaYQKCQgJ726lK/DVcUXoXn7WQBS5T3Oc2HefyNn2I7lyYJ%2bY5gPYPCxirsniLGKD7H%2b0lsXPfzD1i21dYJ/m9qKKiRGOK4tbjVe55CZEQIvUFRXv7GkRFKoBhweBgwUqeg4OAcmIUhn8VCvHcAVb6c4ucwBKnwkf8A7xUiA9GQdShQULiST4ggcUyUhpSh/admEWYKpzPF7A%2bLBHulcXk9LnxeFcwfI5UcRFBwcAfojRQj9tHgqHIsPpgyIAEBReqZBM5MpUVeDRlCjpIU4BYpHk9pVfMABFyeIqgC/U36e5nzPQ9RcD7mKKB0tNwBUYkHp5qA9gAqgjGCmZwEcAzgU6REFxM5V%2bZ6cWcoBcRh9xBzcxIiSj4O6jk6LF/V7qRIPgCmJLw2ybdPT3rR9Prx6i2a3etWpt%2b3fPNxy7T0RTndM2hqCaSTV2ENQzTU0s00sk2qApDi149fLTdJ9a00c25tk7P0brWWi3WzaNbt/wDkWhoyvIO2dDTlltMoEJZQ21qXaOjcrwbvt617Yqr%2bbTMLcJ%2bmwkWb53fj1X2aXcYrkOFnTim//Tuk1qa7bQm%2bZTVl0lq7sp3Hsmy3%2b9WS72VE/wDL5vxxzbcduuNJU6Nd8rFFa6fGquPzYLdc3ShE/wC%2btp7VpaKgqNyT0W47vYRVEgTT2Wx3zVNrcUUAfMP/AJFrrJefMad30LmtXUVSivqpiQPEC9f4RrxcNIAa1nq7ZSVYpemur/l95lvgF1GCAS9jaHxvgaFFoVX%2bW1MK23WZPpyao0bBpa%2btLr01tnpqamVaT5vaZbx0/wB4Cbm11O77Zt%2bn1q9PJ3S51V5rrlaMzZ7TYpht3qmx%2bZ9jaM2np192FCV%2bOAKEgKS6Y9RAJCxe1PZtK2GnN7/4Y0mDk7Mc2Hzv%2bX/HePNAmAeHrhN7G8jbd5Wyz06/i6tSsU4vKI1dsfemlSzV1vuvk6a/0h/l9W8gkh78mTQCq4nB/KYhSja%2bjjkFRyBTzDXOTT/wLpoW%2b7B0JZ5RM89qt4NXV0sl7oo7tbde27hVS0NdfNm7ip7DU1VWKC3/ANQygXmQT3adBKJhKQ/k2/PQ/wBSdq1N32buOqlmq6Q1M1h3FsvdFkMwkvFommlKzSAmWa3TOm4NLpatLX61s80BTXCopjQiBQvUPVta6UettyvqKOk/qa02u7Vfy%2b4V3SXD5MCpL2//ANgbj8s2Pcd2en9s2nrbI2bcRp0Mk9i3DT/JLzuNEEm4arawnssocTPMDAPQkDxEk4J0jDEtcKWppDLNKnT0qEXAKA8IE%2bhasudvtxob7SEijvFF4pJgAJuqUhyMbdcNa50lBS1n4W6Qtq4LAwamsW6LnPS65d5rqIQEgeElSC/FqfVp6ykqjWFEmCgRgF/I3nKJQpeCpRSXArFApQqSGQji4JDj2NA8CXp9C3XKSIdSgoXEIMQ5VaamBVZFlUhHSiWBORXsappFUib2CWbHA8%2bxtfQL0mcApiQXuUQRqUGEvUnCH3VAVTFpkPhDiUUTBSAvSgDlAflDAQmISCyh0kFAl6SAO9hWiUKSglBV5lT3fC8qPyNQUlbTeY9N/TS4%2banopD0Wi8VenN16skk0xJl09oSiP6kjW%2bmpaFTbZiZzMTICgUK5FJmCocEex/vyFFcPCoAIUES4cmuyPjHNJ1C8CrY9PvIo6ehU91feXiq8Xtkpj2P5ojGKDmrojLFlWL%2b3iEbnhzwMXMq5AhVe/BwDcRFUA4drg3UrsXrFODxFtuU2uvlrfWCtw4LFDj3NT0g%2b9bNR8QPFMqkFWX9iU/8AXTBzanKeBP7OQbFcFL%2b4w/I0kACgIUgn3vupgvtaZA5CIvEwKkvTqgI4c2dWF6AlSr0EwiIrxcwArjMAQQpIeQSpVFVOLmXzpiXmVAYgxmUEqiQwZ1ZNisIoQqicoASO/sZTVTAEE9QQKpJSYkK/ipe3UK/KAlA6vuovUHewvYpN4lALxkqg4fXxc8IPdKAdOCReOzNvsxaWMcAuWRCuJzzwaYkqVKCJAAlDuZI7mBzIUZ%2b8hivszYGKypwBE4WYZqHMVwyR8yyDEkh2GKMnDq5kmcYf3clVrjXoZvlZR6gBVWZ2PVLm%2bDetlR/ps2JvTeFfZfSP1F3Ned43W261utexNuWiw01Ju1Jd0T6%2bpRbkqpp%2bnWswnOlpicCQEkEWT0t2nejuio2T6a7Q9RhYNwTWTc1x/wD8gbe25uS9Xr55tybd%2bmm6pdWtuqKJpRcEmQhG17de7pT3G8%2bUuNCkxtPy3bAA%2bRWUWTAJByN6jau8pDTbo3HtbyFpsIqRW19FaxeR86vF7ACBNwSUVtGJJOTenG%2bdb9/5rZlylmp7mVr6y4y3y/S2eb%2b70ijC/wDcW2JvHZVLX1m5rLui11mhTUwK1tyu0x6bQ4En%2bpLMspR5BLb/AJTTW60VY0vJ3e0yVZuFvt25bzaB89suJ/8ALOpPWy8CMW2zZKOy0tNuCy1u57VV38Ek18t8tNiA%2bdRVDKgREFC2hraujT6%2bvr3K3%2bWpl/A/MDahkoXua/bkkFRUakhtxq6nPq%2buDaGhrUUwJd%2bK4I6KFBxav3fdDTVNxNJ/JqOqHVipQYlWsvrhq11x3P6k7k2/NRWm1U9MK%2bShuqh5s5cn0DfOL1YNwWHXH8JoXwzm4V5KqBNZBpq1TuXcFXcK2vNX%2bGpal9BSKYF8ASc2/e24hV8rU9T1BCqH9UGNluev8fQqP4W5zGAImfgJlLDXKGAj2By4fa22rmB71DXUoOHhnVFHGb2NpfD/ANy7XVHgPIDw9W0tXS0xqjy5pqinMDQkIQ4Yhpqj4etpjW/5j8ZWOc8480bQq6cpo%2bYHmpdAj8XQ4ylyAgNPq32jpxT01Jc6603aqs/9Q%2bTulklUWb/aE3a2wqratusu29O4bVtV01LRSW6bV1bf0VU%2bkJyoACgOwRpQiEKDkU%2bIOSr3sFVemaOPjR4IE0GWtJJBigTr95wEpVe9rvQV9i0LlrVM/UPh22YCYTDITTDMo9rhuPZFJVXbawSulpqV9yoQSSHBziIKrUtJf66pmt1NVqtUR%2bAghCBQ4jta1alHdqTXkqSFMyGCORcU5ZsaumBd4S6BBLgFJwxRsInH6dKcWuMVUAuDpjMURD4SverVdPM8SKFcAR7uCp%2bZpKoKAs2JggJcZT9jfFIH4kg4uLliiR7GpQ8PmChQEQDBV4hnZaYCFC8hxev0L2MHgwKGVXnCYdUxmBxY7KsRmrLjdhLaikr5kmCAP6isw4tbr5PSzS3iq/m1ZcyXaGnIoE0oc9yr9jTB5XSVxREPiUogdHuaUrgHRxnx58mIBeS4GECAcEcYpzg3u%2bP3V6B7/UqxWOH2sgRXKMzzK4so5hD9IwaKuD4B5wA5NHDuRwfBV%2bxjHiQCgwH1QbELljAw4IyQGXtHcWk0db/loF5QF/MAfR7UZimomJTqEzyhHJslkAQvKfEwQkBSGnJKBSh8MQHe84FiCiDIhAqATdWIXu4vYgEvHVMQOoTBHCUgKTKqgPRrjLLXKDMASSpJE0xOJVCIBHtU11zu1LozUhQdJQPIUxQkIO1qnX8zGJH3XvXBSxNJaKryz3BQIcsV7W/mltqqdCpVUIBiXvIal0K24fAII/jA97uIKual16S609V0kh9cUBRCYoS3TPVlSVB91XlBM8RUrAufgz%2bpSOoABII54XCMQyoD1ISjgQQECEgD6dpeC8g4lVxIQCMEi0wVQ/wrl0hYFAhTiwPThKFe5etwf0oEbFemVQRAdTiChQKXvD2RTn3GQQPHL6mCccSQCDqPyfww5scB1S/%2bwpCPiuTX6wXGmt9VZL7bNG0XK33KY6eteds6E4n09bSnBE0k8upKoy5N/qS/072ytuFNbLD6lam3qndlUfmm5DsTRmv8mydnTX2VRNt%2bbb1loLY4o9Q5qjYewN5W69X7ddXbaLfHmqK72y5W%2beyXm/D5OTMFsW30vIN6fENLtL55Tbh090y3G8VJtS0HkDLdzLL86vB/8CIHeGs%2bpT0flpdiy7Z9NbbbBUgH5jZLOs3zcTBV/ji/Gub1D39ba6poPUPbc9qO3aWWpEk1IOuY3q8yH3pb9tdARkqtdNzGt1q2trqqf5lTVB/HAi52YicqqgzXaObC11ml5inpz5s22ocKu2gE3iVQ4HpDW2226qp6i10Py5aWmpemgoq%2b7pNeLXKCF8MzjwDXGi1tD%2bKrMQYBcVfBqjWqNClPscXo9ylPpFrJtqj1/wAAKrzVTEEE8ipIDbett0sttvM1PSL%2bLovmMYlQkzy1PoUVbTWenpk85aqVTgYRb5No6NuFPbvwdL%2bF%2bYXGuwJJPsa/a%2bzNgXjcOht203K93cy0tqovl9qsgXqmID0DaNj3Fs%2bv25W1qTW6o8zN1CUuV4CghqG5aX781FKfN4jHEo9zWOf4OtrHQ3LQ0fltALcBMB1Byfryo2rpSKuhr%2bX5rwijWzWpf8bXtxudTUU7z/mk0oJJT9XvLao1NYaNXr/7%2bo91Mbk4QBDfL6oHR%2bFUilqKfzAc9C8K9z4qW2ps252i93D05vm%2brVJYd40wP4A3y8fIrLqCzgmWx7hKZubT9Id21VJuXUsW2LXue3bjNBPbbrXWKn3HuTa2tJufbZEp1tJdvnwzDqlAGDGUhxmCIPFHqIeR0uf2djPWHSkU6Q9AOCEjmeDA9RCTzOTPTKEqUchwVia9CpBiQ4D3hK8KnY7Jq2WutduqqStmlmln05umYEF0wT3ZVKo4vVrlvX0/oRRXKm6a6rp6Iia01/xA7pnlKPzyL28rXm5UuhS1n4y01blIRSQgARGtmrpXal%2bJKR56iIcVwfLFpqmmq06VivSDGAMH9vsYAohPEEvAmhFfqxafXHE5ZAoC8KoZAqB6uJdKD0qQqFEHF7W%2bvRB7XlMnkAtOFcnsfEBMOPc0yuBEiHigQIASg7Wr9aQFTOhkKI8IsyBR2I5qneN9ozXa1VNMejqQTTTdRJPdEo7i9pqAPSbplKKITQBV4mfgr%2bDFXkOP3kWZAJTL0pKSuY9pYIFQEw6SQiBAJZkfmj0Vllkl8JLkBcOkqs0xRUiCW%2bH5y2J0r0rMqr7y/rK7kxfgH/SLErBMARi7EEN/LNv3OoxP4QKvMh/sg3xtfbtyl7Ml4F7fv7NcaeEaUuV0Qc82XW06nREE4nHq8S%2bxoEwEQYuXm5tmU9ktlyqdC6VooasSxKlQpT2NR%2bY93reUUHxEk4FQnJs/BKYQXUgECD8jBXgyqoAILjNOhJRQci7BnL7sjg%2bEpKRRiFeCilwR5QIcubXO5a1UZ56Wcyk4OEShKx9oYa%2btrfhnhXFzleFR/Bki4lyFEEYhFbOBRzhxGDGIeFR8IEIEwZe0DHlwT6216213OppvLfjnn70CIKS1Ntjd9SstSppavi94ij8GoqinqTJMFQBEUlChPUhKoSfys9CS6ICkLg/Gbg/NGWUgnNAicupelPpAtK8KmoDDqPEvhyH2MOcpVcviACCcuTKHPlJIRf8AdLFzHJZY4%2bAYJnxZeD3mIM4%2boj6RMVBl7QJYuCKrals/017G2ru7fV9lFs073uy6DZ%2b2Ns/Dn8G4ty02rq6dLo1WuD/iavhEvEq3qZV74tls9Q/V24eqltHql6mGmM%2b2hMNmX8WX0ysZBImE247I8vhRNV6XqbU7tq7tcaq2/wA02t6g2bb9urMSb2ZttbuXsgx%2bTXKppqDQqrdRWm0U8vzA1YMVvJEvzyYJRZdjVNHuXRqNcbe2/NubcA8yK99k2dfprGDZol/crXK02bXNPctGWuu9NT1ANb83Nplfa0IIBFkJL8mrKioNBpXW6zXGjpaY1NrA%2bXXe0iykvcAfm6jLyTW6r0NU0VdRU9dSipC/iQbcZUOECjfHCKNfzOghH0g1FMdUy/HPkqtygDOCQPtY62jrKCM8cHIhBVqabWWoFPPbQAHQdmSSUam9JvTa2VW79/1VL01VNa3W6yzFQRebyTKbH04mAzae5bu3tvPdN02vLJPvLZfp1bb3tLb1gtF/sw%2bQGy3pDua/yzEj7r823Xef9Q26tjaux6nbk9ytt/3LfbTtc6F5mH7rTlve5qeedfiF/wC7wMItctp/6NfQO4%2brFr2PJura/qd6zXqttOzPTzU2tuD55JJep7uB/wCeAL/P1S/Es8hIAQFzXO9%2bqNm2JZqD05pbltiw2vYFJdZdtG5XiYzXm7SfPZp576Z5nzFXoMm3Btgr5fQ%2bW3mmgHgIAjsnNPe6TW%2bBrUN%2bt9XR1WaXSYyzJgQQraup0Yfv0JwDsPra2zaVIbztq%2bU9AamqqaYigtVwOHUqdQemJBY1Vs/BeSqDT0uhoH%2bEo1KSrwXtbWNLSa9zPmDTA6FOfwgVPmcCFEXu4tsL0k3VtKuuOnuu/SWypvtXKbhbrfuee0mWxTmV3VIJ5lOJavv3xZvnVdbTavmUrwNuTyjTmnfGYygBhLjGYGUhEJKl/i4Iyy9DgADgSoQlD7qdhLEEQllVcviJAlyIxxj/AO%2bUcGKR%2bIIcXJDjBq7T16Uie4zCaU94IKAdJBCgfQ3Oqo7T5a7A9NHW0gUe8jlcekj9DDX19G5yWMVjqp6aglOT0ce5rbraN1ppdYTCauo5vEolKwV8GNVS1fSZVGJl6kxllIAiIBGlrel8yIjyMFCkfQNdrdUPevEHAl6lQFamx8rXH2oe0n62q7dqBRODFwcFCI5XNNgqQjFCkSv2lqHa1qHVLJJLJpgEgwACOgTwai0J1WfUMxLihQguLgBhirKApUAIjlQqQQRNAQ72l6a1YLK96uIQgDNlpCHkkISESGAIz5t5zzh6hEjpJgspIMkQW8/83Px/d%2bMsipHpgkXtTWSy6BqKmqwXkpgc2tt0vNAbhcKwmUVlYolUIXOQIx8vYtEogHTQlTgShIIZdew6WaeQmxCkFQD1IWK2HQE0CPIkBSXDNCXc3MJdaxU/l3Roz04vVHOcrfG/prQjFZiOQeoIA4tSa1usVPTVVIVmkNvm4lAuK8HBqGabwykuVYFzg8l3GHNW6SAQrlADkVIoSS8lyc2dAzyiMCdPghdzYIq9A95x96Bc5WucrveABBVQVJhic4P7r1IgKUUhgpKh2BQDsCtVUWunmaWr8k4KSgMMcGDph1ZAvTMlYIxHmAVggcIHAPdi3wdHVA45cCW/fQwe/GEGC/8AFCCYeIEOzTFhUaGsfMHIiEEiMA1LtHdNcfj0xWkqsK8ylAualqKpNUk0js/YhXvh7UKoEhKSVEVOBc7PJoSFEKeIlCkpUmIlmKpDuY5dABcCizEKVwDE8EUucRpgwV6HixTOX/2Qq8FblDE/fcAsHqxThGKdKmMGuddQbGk9UNkV9u%2beS/03ubbNlvWzL/NKXSz7x0Kuo09haWpM6WeQac8p94F7eqO2dS1U1t3HV3G8eqVPSUloFy/mtk3rNfpr1e74Cv8ATwmW15fj3tadW1Wi31pqrrsWzXW10aGUz32zykCyyWPq3HNI44F7VFVuHR3JpbPpaa37erNeo%2bayi9XKW7gz2r5wEHyEmzRigbdtDfvl9o2zob2udZd5CLVQW43TrvaC8gBb%2bNsTTFG23X19P5m3126JaPUtjvFbrz82km59Kht17h2VWaF92/QXf%2bkaWdxns4vFpmmklu6ADqnsMpHMVeTatJrrWeQpwLZUlR5QY2zJD7G%2bJ/uh%2bH0CjnclyamOlVJRax6at2ABUkK/2tT0evrfHp6lfKcyQcXEpk5r7uS0eY0Ka42q23m01dMYgygXhMXTAtefVD1u9IvUv1l2hu63Dc%2bx9w%2blFNT7uttbeNInps%2b%2bbNqaWrpWfTM83iF3lmtBCrKQrae8tretPo3/AP8AOj01q9pere1/hXC4em/rP6%2bbysmyabbU3o/R3yxa%2bnNavTzTq9salTTaOpad5XQGXR1VlKJPS7i9V/VH/UB/rl9QqH%2bjLnYLr6zbq3ZdtoTTmQ6m5bBNbtca1q0vh6pEiXLWvGlOJVMqNobB2zW23039PLIbtSWXYnp7SHbtrodsX%2bbrms8/yLxaiq/qJJxLVFPYKI09ptznl9Ypigxa/wCsh%2bB8pNIqvIJCcQC1BaY%2bev08zhB3SAsQEaq0/wDBAqMcHRCJk3lNbVoprMfPiop6gqKVf81%2bVu8M5AI4lrxo01LoaIqKSgpaVKeFwWz9T3oXFWoKw61RatEHzgqKdY2gqSHAt/p19Tara%2b3dgen1irbLe6yw2C6/NbjvnfWnNvub%2bs71oTA/FfYStpxDgHslHAjMAykueQCQforGICKjggUFZvEQ5eMe55RVChHoqF0o6kBcQkGAGEAoiMewcmBeqK96J8TiuGKFggKlFBKkCClZnODCZAC5QSBBxKAEkkg828rU0rwQ8FIgQSGKNc6O4WjQqRUzPllopgFAU8kI9jDd%2bxta5622JasV1XayCJhCIDykWtcor5vPdYNdRkBDFZTxK8mApFWVHElD0kBEIV32Yt8YjsJUY98WqdfQT8UhcTjg/Hn9TVs%2brTg0sDkigLzTvZDLL8xBIDw%2bVAXGJRE/K3zislStuBQBVCvR6PLiwMoGXSJZiRGaPUHhSD7GWkc8lXvKylAsoAAIVhMapYuUFMnJgWiYZSon52x7BKPo5sYIiSwTnFWtu57zQrcbkfOko8ACAECoDUejrUpmM5AL3oSCgEHqC79P8FMOpemZSHlUAMoiekqEcsGDwQQivDiOmbpyLg9kFEXB8EUosyxIKOHvK00vkzKAXpGAIDpSQfE%2bIaac0RmCuQHPpKgInUnFGJNHMqQUjpUFADLiF7E4vROpVJQEqpVQQSFDnuAVkd0nkQQYDBHl0XMCXJMMUd8MKcHOjgxCqPhxAGEzyA4NKCVUK4gFxyQo9ODXan/7O3ykxAKl6IIqUJdBtx6BHl9CpPnaNTxcoVzKdYyoqAJkiYAN8HQlQYoTmeYb42s%2bOBQvlWDwAWD8EJGPZ9jRcgPFIAxi3wNH2AJyDi1Ne6IinqaX8bR1QCYkPOIDU1LUV5FfbvwFZSEu6SgIfgUajCFZUKeEqQEQI/7CwIQIoUwgjjM8EOPBkQRK5%2b4ZgYPceLn8pkVXE4IF0xgiKjTYeKUqkD0exGJ4oeKCcudHvZ5J91Tx6E6kVAhbem672Bc7Rt7b983JXSzIk1XtCq0qPQlUBUOprAFXxxb/AFR%2bpnpxr/LdremOwdLal6pbtNd7bPui4TzbivthEkm3xNNuM7S09Kecu8MkhJg0nqLT0Vzm3duu0m0Cquv%2bWyb2sl7vljmvNkLxfkll7CWtWza69aGnuiy%2boVvvNDVXSUUFu3Ra75Knqf1XuZencG1rFLQ3N6%2bFYlzep3pBfrtcLPvG4bfte8to7ouxNvt9531eNoSam9LPOCC7dc958JzDVvqfuOwefofQ2tra66UdX7lZvXqNo2fZp/EoTXkqyUekpbX9SrNd%2bneFr3CR6k7MFVN/5m2581vZsW8RKhJn2zNeOgjC0zKoCro2Oa3zWyo16i31lTTklatfGFBVAZTSHBtGWh0/OGt/DU0soKmtLgAH4ljU/wCFqaPCIDwVUvQNo2nX1lutn8UlPDqHU7m3yW6aFMKoUhwTjxBD1bcPo5fK2qt9Tt6s8/t7/v22ySSIxX6%2b64VtHtfbd5uClbvSWdLmriEIeDwc2vpC07r1qiJ6qSZRipCFWOrctCpoqH/liolTtcXPi3k9bR%2bAhcmf7RDnPaouRxOCOGQxi9tel%2bD8ahtAdBPmCBT2ub94fjHQGBiqQf8ATBtW3yUBp9I64qPM1IIA5RBjyDU%2b3LJaKm63m7VVBSadKATMTMQlyAGecG9PqLY25doWuoq6i63je9VqTDTuFuuMtn6ifnd%2bmllv23xKMHAtUXvdFVt24%2boe9N5bqu2rU2nVkqaK1WSbcdJtey61i21pg6m19b%2bnJ9SQT6hMplushAUKxACniFQ9IBMQ8oUHJiSQRiFSPFwhkpXBWK%2bFyqSOAL5QZVccGBXkHxKFTig%2b1kUlHPKTF8%2bKKWepV3AJnxm7mlK/eDiSYTkhzkT7WH91MykuoDmiEH2N5OsWV4wEHlB2FzXKlloqOrNTbxqHpmBVVUJxIwyb%2bqfT631evtfXrTLd7SXEIjukx6lagNaVqKygMsr0QkBRgSD0t8TSplC8feerwB4Y49zCmrKUvgOBBR8xxMphj3MKynpZpzKVQgHAueIzSnmzuJQhBA/rRzJXB%2bTOJCOWPhI94I4BC5sO6fF6IGH1/wDSSD2GWQygsYI2BXNC%2bGJR2HBkAKxjhFAQYllUKqQmRFVI9K4L%2blrJ5amExpKGacQKAqkVRBDk0yhCpMzpSSVKA4ErmhycGK9YmClUnSMwTp6T1OHcWQCZF6VMs658FD4wKcmRHlHgpLM8FXl4QYFWiIEe6j3qOlUCTDg0wSVer2EhXAzCXnxYnqGP3sHS9UUPiZX4ffkEQo95GmPvFZUEXj4ZRFJXE5hp5UTwjm6V4eAXkrgyfszQ4yA5l72iImExUS4L4YnuauKp45jBX9UwKKhCAwiraW5NLQINJOaCrVVBCOcXPHGLfCUIijtLoAQzZBolPacQACyjQ4hHhFMBm4qwm8S4nHnHA%2bxnx7Qql%2bEQ1NTjQdUPRXkF5gcy1To6FDU8oKCXPjg1LUauhVU1puRNHWOBKI5OQEWtWrK8iYAFyKeqIDgUD%2bxsFRxchJ6XwRHErBhmZCmSo4%2bF/bFi%2bKAI6PwlUlBm0qPXpKgFITPiVXNl7X4IRFFQ/TBkimJjBTFQDwLX/wBOt4SXHV2nfaLSo9aktdx3ZY5LxV6btLUGhV6WtozTvMQW3BQ2P06oxY7dtrSl1tr7ItGpq6l81J5wmtXbb2hrk6elpygHqnnCDm14tO9vTuntW2dpUQ3LePm/ymU2Abh3kN9WKz2QjxDcKTfK0xFe9t9X7bdaLRvfZtg%2bdVsk4P8AOxer3t%2bWxy2Rzptzg3w4f5e3pJJ8Lz1fR7%2btWzrSaqmukw%2bXGYCUEL4htlQ4PeLe9vVbS3VtXX056j1H2zW1Fq0qqz0O4N1bGsMuoBu%2byaepJNuSeTbU196TcyDIRMhxb1L9RKyc3zYGzdq3GXRlqanpF51N7f8Al%2byWgAIetZzN/wDI9rVF4u%2bvoa91uFUv4epIoaS3CQhMOmTbotScuTS6BOvoaOqvk7l96i3AP8nuhAVOieZeWLadPVWWgsldTW0UlVTW2qNdQVkwX%2ba%2b8QepQr0ag3DY9eWSqpX1FOviqbeVEEgru9qHyVV5W80pPmrWF%2bYTShAsp90hzW%2b6VH4DcNtI8ndqR%2bXCL/qb5Zey7PCuRYBvOmhpoDH9VX4h3sao0dXQpqenpclyzK4NLoklEOeXIDsbVoaLUJWmFY4EFXYFHtNVVR/e161dQceZB5e1jolfjKv1ov2NrVYdUa6mkcvNz3hO9rhu28URuG7dajPkzEUaoJrSrgVVhWVlRU6FN/ytIoxJ93AlGp/I1FVTGmT/AIsq56vLmoqetrbdfaOim6pdG/0GnV6IOPg1hOCEdm9jT789P5ZDNGv2t1VssoCP/pifqpJigyEItRUm3d%2b6Vsu1dMk1k3fPobQuBe8m4br1aqllCP8AGRBl8KPUTEgBT0hQJVEQ0vimTpmUCYOHWvAmY9LuLBxJExghECmSAF/tZEKgy5zRgqvV/wBEa4lHLMHvRVxgrmA4FMorkHtGKhEMpKvUkEuIPt4t1XG3UVUr/AUfm7qJgEHc3xLNT6lNReFZ5jIYoCChUHp72NEpJPcFBBRYhs1iuCZr1q%2bZkfgHQgDIViRkhwbH7qxgOhMfoGMqEAIi9gcrukt9nZ2qyIqczyc5fqYhUKhFxTochEE5MeUTxipGL2yURMDj9HMiFYwxiqL0p9rUhQlS7wmZcSjwkwXsbUAcfEHeH/tESKf2APcAvS6CkoQryQheGJRCJZVMXGYhHFIjL8//AOVHa4r9bTgR6wCIgPKrkQSO9gilSgmUdSEBeh7whjg9o548FUQSDTAqiYRVNMhAr1LmeT70%2bKF8wi/Ms8q6fu6YPAg0ge/SBygod3tcJhMC8dTiFehCuAw4L7byZaUAU1CAAoiEQOQhTweS1RiXFwPe/NhAdXbB%2bJY9wUwyzex%2bPKSq4lSmIACfobb1l0dD/M6sQV7%2brg8pg1j09WimHXMBHiAilujXt82MAeAMIcY%2b1qerpKA0rlBTpC5hHQLWuimpXU2oDiS8zLAZHvLUBTqMxBQTH7omRZgUD5nocO4EqfBMUIV3TBCihnH74fN4l8KB/hMWlP7QMxMCfGVDgkWemeBWHVgjEoFSCOfiXln%2bIPccvARFz23PYNm7oGzty1VBpWiivvy7UvXy/QkmE02ganTlmn0ROiEgK02tdfW25eoO56O3jUM25dqWWzbb6HAHUsm2teqn0p0MLz85BOIDer2ztwSbktW1PTnY9urN/wBDeKO72qiF1vd8G37LZLJYZjLqbhmWauuaWpS4nAt6l0%2by7yLRfvTi83OhtOyrVVruSvtYtH8kvFjssb8QLL/O0a1Xf1BqL5d6m31O4rRV0t/M9BQnbt9E1lvtneB0jcomMpa1en1mrqG4TVtkkm3BoWxDb6OZLNNaLUruqeQirJ5tW0%2bj8DQvdqudwqqmmqaoLeNvXi1i0/ykECX/AMtTSwj%2bNhnq68y6VbCoD3IMMXPa22qq1jrS0JrvKgJ%2bF%2balCkHFPpj8SK8i%2bCJi1NWUFx16GeSq/DVVLN4qSvlU9Q4ykZtQWzfmguuo8ruClIBroPvixdiHtT/HraVwWjqhHIQ/I1QP6hppqf8A4MF6LgIwI7mqNGi16moBMYPgYB7w2vrawSoxMX%2bJy4K2hp1ep%2bNutSsAgoT7uD3ltHRcEdiYhRk9frbHX8xxd2LEkNYrPSUlNr1BpbjVGkqCABm//wDu7U9bdNGmqKhMEyL8lBzzb/KlBSHLmFaoumhrkONFR2ryguXn7moXA4NT3Tdw8veaof8A2p5z%2bWUIEDfCVRzeSslZU04pT/CUiW63QDkCgopYa9DfLlTin/75iXv8L4drUm373qU279p0s51BZNxSCqoaKZw6vL6vhBJMZSGpaTfOtcfS641kxWrql3PYNNSPFNQVB09QjqKFJyUwwam3ZsHddk3lt2o1JpKG/wBhrda82Sl1JR1zaerTVmno6unqdJUAyjm9iAg6XCaCDpCPeQA7tavIrvuggBBBIEFQI9rKaoui8AuKvUdLiIPcGHkkMqk5q9CQQSUUPRgoKuTNR1ZRirAI9eBxxyeyK%2bC4cQCAvUUybu%2b2HFGKHqBICqv3c%2bCMj16Zl9qq8kh7dyRh4SMw5g9ERYw8UExZcuAxfkgD2gimX6k%2btnQgB4ogDmQVJR5ZfqKO5I8Bkxh29X5GojnNyVxwUF55t1Cb3kDyjwcTNKQiH6FGCElEKTBTKB4SBLK/qBCKie3%2byEwm6Q9yECd4L3kRcxRw6gn2AEvQoxdgeokkD30mBemJf7GlcVPS7Bw1MUTFnLDEnicMGxgU6ShJTTRDmyBQUdmD8TgFUcmfM4agBRAgOn1EHwlXiD1Yo/wSoMz15BXFULHxHpU9SkuAiHAuUlQDi1608RRSEuT3SA7D73Nr1T/8tWXSCJAdOGZb2PxT87PehQEh2XAh4Z6h/IoOSknsbbuqCSKY%2bcKuJiIKHKWstVNTeCadIR6cAgKAGbiisooSDmiAEvAcjx3hj0UZMS5er7ryPulz%2bTdRoppgDATI8nwjIEI7mGSUyh4Ko8vTIHHJH9%2bHuos0B4wP2ii9mbE/tS5l3Q55AJcwBSMocOl3SUOfUVf/AGEfSMR7GgublCEyDNE%2b1g8wBBJ6SHzFylVi6IBbv4Ftseomz6XQp/U2wjWsFXp1OoPkO%2bvTmk3HraG4bTQmcyEadQEvu1tMAfFo5yApklE29fUukpP68m0Lhdr1s7eVoWW5atmk1Dp9V/2%2bSdXa%2brtMypNpziWaUhCGqNwb23JcLvue4bot8tZbaur6txTLKvVMSr0%2btrHV6NuFPr2Dau3LPV1XiPnrkAnVw8JMvKiaYU%2bl8HVBTQ%2bAT%2bU4sdKupjrvCPI8pD5q4GJ5N5j98dGs/h/jY4LHxJ%2bVtXTX4mkpgMG%2bLp6ZKRTmnDBjYrtrfzK1kzUcfxdvQ9Uhwcvtan0qK5pTx8o8IHPKY5MK38UHIfK1krs0eA8NUaBoyNcqfxVUqRLyIt8wuGhURPlabEoeAChzWS1yaS/BpbhV5kiy2nrKOispY0c2BwBL0bzetouA%2bgD5QpbdqaP7jblhoKIykD/M71drz0qQIfyctTaDypwTP61fBqiu1k8vTUaYAwgDix9RL1/EeSXaNLVlfkdrV15VP/uII1RoUIqvl/nHf99jjyb42snaEzg97m%2bNo6CFwUA4KoeUEGPxtGYh6w5I4lCw%2bNrfAL%2byKReXNZ5bzd62%2bell8rpbdvPbsk5kElJNOZdS62IpP8PWEqmSZ/RMhe9aTdW2rpQXez3y2m6UVfb5dSTWu%2bvpTHT1JNTTm92aWbMgge2umnqq2aczTDxTEIsShgUAZKiSuzcCgxOAIIA7WmImfKVDzkhLnL2tN50A4kH9kJKS8RGGHBkAIeFfwk4YMYPA/wDaJTF/2sXTr70yAS5FS/3hKH4PfFpleVlUjPpgUCLLwRsST4nvBJLwqgvI9jEAPHFf1ch%2bdhFyEpk/iMW7FdAcAcEDFQpGHFMO9sfeGGY4cGAOEgHuoqTGEcIo5lWaMMepFjmvBqAAYos0pPUYqQIlQ7IvLdJUdiygpB8SPqYEdL%2blHTohUoQSXEwb7yqYlFRJFjL0lZsEUc2LggklUlF95HFFDy7NpkMJpeZCvguTSrF3afFhwLKHkygTAAFIhUeqTEux7CzguBHFSmRwabEqEc5w0/CmKkZM8uR71IHxIqA9pkj8KbuSKF6/kZyOVMACjwqMFmC9IVJiQADjKJV90fSDXWYKAKHSJDjgQ4guQFwbcYBjWBwcFR6rEBnPxDiscEIYyjXzikVAyIJZ70BKOyEFUQbU3nWU5NMaXyVIBFQv7RiQjmtuZmURQATAIMkTjFiFl93pBmIBURmegMsTkCGLj0wPSSQRK4p0uBBMH8IMJn9QcIdKkKqD7q8Y9zIMUC/dmPS6JRAPztNAeIK5HGZ/YJgG4NMiEGWTEK%2bdScZiF%2btlH/aRiQVT7GCn2FEQLiir7GL4TDD9lwxCsA54A9sxJ7EzAzYIqFCCUVCNNzkARiSQge8iUpi8KoXjANfrl6n3C32ihrbd/TFVfbmJtW0mbQImOppyykI8qV%2btt07627ZbJUWzc20rX/TfnDZv6k%2bWWW89Njvdi%2bQFFMoerbd3Nur053NZKPf9Jcq7bk9/05rd8SV15mml6wCXNo27WB884eX8t0vKoBEflas%2bJU6FRo1yvp6f%2bFeCHJk2jp6IqCaelKdNOaw1SlVQEMTTa3wdIJCqFHV9IgAFyLfhvg1iU/4jyyoM1H5mtt0tkvTXUNSJgY8EHaGoNz2b%2bHqD%2bKX/AIK5v/k5Jh1IOwq3wPjGneUpaQRQuQI9wVvinSOvUU7/AMU4cA341ERChBhjzUva/j4QAtvpruWuIVz7tZLF7De8GqKbW0VPm8EXJA8vLmqdfyX8NSHB5SAQBAArere6Pg/xPqILL5pyC2WOz2Mvi/8AnjYHmMHoVcAeYa37Q/8ADqo%2bc3G%2bNrsUODGyWvWXzD6vyvU%2b2EB0SfpwZTHlAEBQ%2bLy5ifhAK4uRP7vaxXS8yRgjnRimHtb/AMz7XPl/%2bbpCeRVXgtT6O3t601uuFSv4W6/y7PBCqtU/HoapT%2bNo6ulH8trgpepP6oa5f6VvVO5%2bUu9Jry3DYM1eSdKtoJz8PdO1pzHT0rpTAAkffklzcZRSlHqCXpMRHpA6Sv0z963E5oShlJQg4BB2svmqEZmVeGSTKHQzY%2bTq6CV7gZSCiq4khxD3sQnzC3wKIZVxVSPreznfW4AjwhU%2bxiiiKB8FUAhwBQIidrPPUMQcnLFzwRzLD7rgoJdAoq8z2MfYBF73RTNvCHp9UM1x7M2PgmSBhjkEbmQviMSrvecit/EjulJ7AiCLIriBiqpD6uxolIxeqpFc%2bxWowakoqf3cHCJfFk/WxUIHYFAqhMnNCYoVgswARCCUU9RASDmGJARDEwIOMIl6uc03TMVnEyjAlDMCZiiAL2hMGP8AeliXHwDioRlMFmJM3MSuXOD2lHSpllICHpmAKygqSgJA4w4sH/mwGBRkXI8Y6YCOJBODmlGChFQgjxo4AJ%2bVicTpHHAAJHmx4SAoCAXTEv6ndLmKvHRMFJUqJA4vf4o5Nc%2bNvDhAhRBOoYltwa0FrQS8K8iOKhW7z2qne9GVQ54iX4Raz7epx%2bJuVYEMeA72stHo6PlT5Ip/dQKXkxVraekvJLlzlEqoZOp0qpFuUr3IEE8vUqxThF7FBGaXwkkv%2bGTMCUJJcWRXBJfF90hHFSTKZVVEMe4YoUBJLv3agHBFhjFlJc9wBCF5ei9JBdBgQZSFB6SOpVehVFJI/RiJYKfC4Dr6epFymVz3v/sQAJiHLMqq5wDTZAy4fsuCnMljAqFwAdOCqOKJkxd96UgkgIOgxCYkHuZV%2b6QCmSEq4kIfrbcGzrvabRe7LuCg06C%2b2e80M95tFxqNM%2bHVp6jTmE%2bnMFjl3Nuq6elvpzbrjSXI3aurr5o1l7u9y2xa5Z%2biSwVU3w5Bpa4KOxXsbblt9R9xes1x2QaKW4WevqtDX3JteguWoOnb97NmIMu39waqILqUXBW2yd4WCl9Q7vuO76lbT7zrJNW3Wy62ywTdGpaJLMgm1DLNKhSEGtuv6cCrpLhUhLvarvRTSUEtzKEzSTIU2/KhehRtsXHS2/te91N2lmp7jR0l2lFxobWdWawm8TS3/wCGZZJpwQuY7W1tp0ux75pXnXq0/E0gltoJJJW%2bKdupx6mm2puKbyE2vSiruNRbpuq3VYiEmCA9JXvYfujUaE1V5OmI/ZlN6vBQEe7IItUaOufj7Tu9V5LcFJEGUlfmoAjMFc1TZq%2biuPzERpKWk%2bYXElScvztr22iB%2bYeaNIppf5ibmPCrwqxa3XfXs9V6QemlTLPcf6r3nSTadbXWeSbp1dTb2xxKairOlNGXRlnmBwa12P0psk903tdLlb6Ldvqtdf5jfb/MBMOigvshmptfaHh8OrZZp%2buZ5ICBqi6aOhkr3BUgM3NeNbW0ABTUYMD2QL2uO4UK7l9RN81rkJH84lsQe7/6IydvJXRDxzb1D3DDXpj8lpEQHuyDVFbrqlSr8cYACIYjuReQgIFolXRc7FM2epRwwxx4d7HRIVcFVXPdzYa%2bh5p6EglxOEXOansl61/6p2pUla3bu4FuVsKe74UayesfoPd5toep%2b1q%2bW/adgk6pbrJPLMDLNJPK8TSzAEFVCNt%2b6VtkuR3sLZNbN2W%2biopJJaa7dZ6NYCUIJ0L%2bL269s2PRs2h/zl0EXw6jEnFpq/dm%2b9ClmJK0upSzgqhWIMT9TDyu8bSKowUjwn/rISxpd0UNHeKOb3q2zIqoQ6eVApTv72NTTa5Bg84xP6oJ7GK3OYrwlCKXIr05s64TqkwVJeD4OHSGP8wPFT7MYhkFeVVCekZYOR%2bcW/j5uIJKRRVcBMWTz8/2fUGH48jFIOPakWOj57CGKOBKr9Eallm13KoxMquIESfsbzilV6YFFjH6OY6OtUHyzxiicoK1CtSZZRMCQiviCAOJXmyHMABASnT7wcUADhz5s%2bDngKr1RSpd7C3AKTKACYEIigTCYO/I03OXi/pVEWLIerpMyBJVcqlMRDixVwBPSUBleCAfCEIcMyE5pE9xTNMWJLiJpR0wRJMApc0q9UQ4iASY9KOcnABplVTongCmRRWfmUMSjkcIq0zoiR8oeF6YPiF7VbcFQ8GellUdQ5uCqZXteNf/AJmsugEeZPBVaYpjgoARMHvRnR%2bjwQB4fa1Lqauh5n5baTWuL1XA8nvc1NoeU6vIzA59TiCC8EqBwLJ0zHqxBI8KuRER/arRP%2bLAGX9YKSC/6FnTB6AEyudH/djA5sgKA9r5l6g%2bUEmYvVgVCqJjMXQc5AoAcnYmLIQTGYgYEAzByxQDLhmxIBzJl63JFR1OJ%2bxj0qHFzwXIEIcQpBf3tkX/AGcEexBLx9iBPpkx4TSuAQAdDgY4OZxXwyvVT7/YhA%2bmDFHhQqHEyyuJK4SxYYFUTisiucitLEnmAFSZQQih%2bIa4UdYSLfcZhMCSVBSY%2bEFZQEOeeTeTophblBKnxjqJAIMuBMrLVWe3yzBJUEzwoXpI6oyjH2N5qkpaAyqXPdk4xA6YNZdq0UvRQyWbRrJKGVUAOnKSMlKxg9t5Wu1aFtqLjT1pFHSVRGZcC4l47W3DX74%2bW095qq3yNJS2j/LTbAXJg45tNpVFEU2n6dXS91j4XO%2bF0HhzmqNHR0P32vVmjRzvbintbaNz3jsTb929ZPTiwWbYW3t%2b1tPqndJtFXYNXasgNKNT4WrPT6mpLNKUBBAab1utfpPszV0PUUa1u3LX6G2LDq7k0L7KZfj6OluAfE0dPVkmIMswAQFAEaevnq/I2WSbxWu2ygRQnpARy5tb77TA/IqS%2b6tpthBckiTTAwMMcWQRwEIwV8W3TWr5daS5guzCkgoYt6TU%2bsf8wtF13M7Ab5vN/vY7xemgBwgCrghPFrxT6H/id3OYRL1ySMX4sO3/AN5jxVy4KB2KznKQjvyqSUlZEB5AIe8pFiPCA9SCcoAKWiOpELkzcmbfuCmUFA7goVqe62SuqbfUUwdVUo5OJ4r2tUVw0Kmzbh8mvza00h/HYCAzc5ksfqpNUx/CXbbh5wIiXsldcdt3Al3/AIzbHpgqBlrbKfMZ0l4ROJeQPrao0DbPLqSTVG8F3OOH52%2bBr6ycHoQ52TBNWq4LjmhMXMg1qkkLiMl%2b0Ji3xvjVPagxK/dL0LP16oHMEgv5k5sg1anmmLkhLiSjf49QsDE98Yt/jVHVnBYuXpe9qfW8xVPc7g4ooURa3VHx0KgDpRQceRRvNqV6E97DNESD%2bbKCsI83e0tS1EtR%2bHWAQYw4vhwajlnqJpRK%2bJJRAkRAYPeqQbpgEQuCgojlMFT6mi58QkvSkrkJUAHjywZ5lJQCE7oSuQB4Rnu4AIQhCucjm6gS8kkqnS%2bUdcsp8T5slc7lHn7Wg7qk8Kgwl/aMHMXoemVQkR15kj3TkFaZy4PIC%2bFCXByk4I3Yj/yvDFSAmYCDpIKlxAPUfbEhtzannBP1UspiUMryQXAkjpDVLz9cHPxerPydBz1hxOHBjwEYPUZqrXuvqEQU1pwe9VCrD6ZtbqykQPfMr16vYPtyYYnInEJMHIVCleBeWeP7xUhAciQAUESoaTikP1iZ5oKS4n6BlJ6VdggfphVIcn0RifCCoGDyPvKJkXtdFomVXHIOQdiLn2qypCVyu6VQvRQQmfBvEXQ8TkL5iV4rnixVA%2bVe9R%2bQ9/J6q%2bID4vwMXoCIqweXEOUI7qUhDgsQWgH9pQdHcrSoUI6S8EgoZpnoCQHexghUOcf/AMmP1jhxYcEHF5nMIOT2tw5NHPN36S0xECZgYq4g4AjENyP1DmW9Kd1Vx6rLuuiuVqlrv1ruCZJ1hMsupKQkW15vMfy%2b93lSgQoquREe237INH%2bXU9abxdSHpa7EfGTFABirere6DTn8RSGy0j3e85CmWGTbQoz/AMVvjbEuCAG8iUji8tV0lKhNwl6UWK8Hx9rbz0rnSzVmvp7ap79p6gI8Jm1ek4BER/0Wm0f%2bMuWr80uQco05PDK5FgW2uZQBNNfbUsFP7kxJD1dyb4Okv8VgYLEKiQjybeeroa4p6j5Vc/a5Pbg3pntE6/8A9u7G2zZy7GxWY2HqgTE8GqNf43CLovcYPap0PO/w1X%2bLdxJyVVwYLr1VSvMqXoS4LMweR/8ANgQ5p35spp0h7UwOJYpRUqL4np9ZgIN/A0oKYl5gSiJEBv8ACpf%2blzdFj%2b4V6BznLlzYky4v93gquxYvKJzP1OJIbhF6ICSHoVOPewf2vzT9VvPaDy5HOABAIPFWH7iXPEcAU7GGh8AqmE0EcnUpBB72%2bDo06cXK8wVUx9jeYH8MS8c%2b159rJ5dz%2bY4ZwZVeHAp70COD2OfB4DzEnF/e33UwSUqGh7F7EBiyvJ4QEA1NZ6jX96sJxUcRDJvM4p0r0vh1c4PYr3ZPBRzkZ8QBx/WKjgwqNDXROMHvUoOGTUYNSRVylZSqgRGDwMwxk5h8HhXJCZ8IM4CbF8ylAkqBEAIwcWkUPIRQpORDjKoSOEYM49KGUvMxzUTSPWYELg89%2bWTvzPbs4Ox7XNmBJL2LOXgAnJGNwAWJQRihUlFll5YNNt/XuepQ1cpllmnlfKogVBBRYMR5yYzdSFHYGDwoH2d1806XWPRVTGYDm6CuKvi1UCmcXOlwJdh7Gx7chDN3ewTNHKg%2b17UtTq64p6e5TKIOeJsUazzyXKaT4U0wAAVAVDvEA8YFTzYijHM/qqoBPuAvyYBUQgHqlK4gTJlAlTlyZUGBK9JAAhGZHD2MvS4ZhVc7CQgyoyoBkeqbMvAXg0QVKAAhBirwHrzYFAVRzw4udA%2bIpnyZJa5APvPe8gGIxL8GUFAXJ2q%2bMz5g%2bAYkeEKUUoHkoUSYqUfBwZQZnY9MvFBMgg9ip8RcTDpCATAIFJ5B3eRKoUJKoKIXzkBT4Q8Y55s6Inllgv3SUe8h/JiP2ZVe%2bOOAGcIN9X1dzAAEyhSVBKCaWUPfK9eKPZyL1h8QqACAmJXhFkJUmadSkUXi4q1TeLSJp9ybIlN0tdcESan23NLoiZIqJkCnPu9Pd0a34e4VNHa/N/8A9TROIVt8%2boevopUXOktm17OXJj88ccXNTHWLr5WGtULhKIuXHg219UBf/PW1wC9Al6lj2NQViy%2b6XqChJgSAseYVt96hV219yGUJKA7WkRT1K4DiuMG2vQy/xu4NWezgBRCdEeSj5uwlWrNv0qCXbw2/IEx6tOKYHDsYDmmOBjkSqtTWX4yfO6u2UboKLySR2jmx0aeuTypiFOOBwUNcaKorvL/gyAoeqh2KEq5t1WvW1j8uuVJ5ykeQlzGKAqDm1TonW4uHLn7A3xvihXk9xdipZfj%2b0J2LkBnFv4xMYw9kWCVidhD4EEjmMW%2bDrawhHi/9Y8O5vjaGupAhFECguIgXQZ9Q%2bD%2bocgY5svmODhMXrF8W%2bCNZX83%2bwKjf4x/6uSZNUbdr9bEikipOIc8PYpoL2JE/so5vPVoWnT2Z4F0G%2bSUCOP4yrfip4N871tDy1Ov4OkThhBS/2sr/ADNSRmDmiKmPc1ORgUR/EiCdjHgEihdF5Jczlc6AguXYxfjl/wDqt7CgdlyVrbUDWQVKIiFVi/Iq3m/jfc6el658ocGXs5cI4ZMoIRUeoTARUuX6YExeP7zw9w4N56h107Tg9AHBAwpqmoPmndKOQOgCin6RZCYEgKQCHLExI5MA8GZH9JRFJLlcgjn2svjEICQPAQIQiOLZw/Q2JP1sXQgcimmVCZfpRrrKVABUgFFJE0ziESZZgOzsbc12KDy901KB718UwGAVOntb8NcaxHq8ucJerFwJgrVQ19eqqVwxiiiIapReLkPYpCFCGJgrlLg7CJzZeaA/mzamES/gXr1AKiPDU1LUz1Vfb6QjJHYdJR/2NUXC5mr0qqkpPPGmlm6LvcTBTqEdRXtLdR9F9w%2bcgZvn9oWJf0%2bX6lEpSLfhPRvWORuF8rNVXAK/WCkSoGSm9ELbUOI8W5bgUDjHzoe5xY059BNvJiBfq0rkSteXN8Ob0asSQKXCoWCCNUZQg%2btvLUPpttmkDvDrzaMpgQEJM6NNNqWm1TGsKzk3C%2bKXI9ST1J9bUW8N5A2u9X%2bi1K%2blpJlJ1TpJ1zD%2b6VBzQsXIgJQBQYmA94kCLnBiheYIA8/3XZr9eAZQCgUL08OpPdciKyFxe7pmVylUy%2btvDKO2Uu5LOVjkGHhQuVy808QI5MHAjm4dMo6ppukLA4JB6liH9biQDKpQrFVVJVcCVeWlRH9D1eR4sy0xBQPBcFJAAWJQghq%2b01fVXUVeZSCCHEeL9kgrKGqNGmp6z%2bm5L3NW2CvMpHxtITJp6koLlIHe2xbZoL%2bKo7ZW1ZERlAtsjbtOENLtYXGuz6tSaYlz4D6m3BcKXWOhXUFPcaylqhjcupC56E/Y3oN6v1BM163b6WbYutXNP45p7xbLJV026ZyUUmehl0zEoT2tuKhrlds/dKGYBZiJg4uDgAApc9zbTr6rqE1i2xMQUJA3IZlDwQ%2bUBHFvUPctWVEtRpjMCbU3KQhK4r3I1QuseASAMYABHNbrRozfHFNV%2bcWL1ICvLu9km1VxUoT9iQY6tTp08w1ypcExC8%2bWTfHmpqbMBCiwb4ulLoDkSXjGK4trSGbQQjLEKsScG0klpwB%2bwI5BDiGX4GgQSjhAYEIYMnRoqY/v5gO8QUYtAA8AD7MIsok%2bPoIVpyB0oEhjg5ja9y2g2i7i2W2tFPVSpcaOW92iS%2bSzPeDNKQXtramtpfvpkgEAgCeotraplUkq52Agrf4Y/wCiOURMOxpK2SZTTSuOaIseaNTnX0SqqQSD3lywTtb4FFoUxqE/BhyKsECPIDVN8vej5ba1slFdW1Yea58S8PDVGv8ABpqa3U1GCaQKuBHDNqjXEVPBUJzL/Y3wdCNMqjDmnKPtY8w8YlC54bs%2b0tj9O1k7%2b3sMAWp9cYcQASg%2bnc3%2bL4uiL0iqosP0soOcYYvfBkMPp3qw5vfNkmcWVz4PLU1fQqDTFcAiZRe1Lpz1JCTeEhAcAocmPD62t2ZKB6RDiqA%2b6gxjxZIhFVXggknqiQeqbnzaBfB7%2bB4wYoADF7nPmA6in3SnYMITAFFCezTQISgUTNu2oCibVtkkiL1AgzAgfrEiAaXXqi6sUIqZoFYTS%2bIIheHcUJ/K1SPLI89gPcfrapPwXrhj/wBJG/wQB2BwwTtYpoBRkhKqiRwanJBJBAKYGAAK4p7WptfQJAAc45Oe8AuZMVeCnIlAjKqmBUZuSDQcR%2bdCC84thjxckFOD1YLDAJigKLFXdzEiLn8XyqipAsczE4hfyhtn7QpafzelXXrT06mTOeebolGbzji1jslspJqGn0LZPaNfVI8U82ofEsswcQTkgYCB%2bhB4PwaVHQcVJeQSkOons/KsxTBxhBZigUkoFd9pb73/AEpo8YNECDgE6SVMHD7sMmPiES4S5v8A1FzwYL72CQOL0iCAcvyxC5RxOaFyDmxcsXYhDI/KDFQAVQKeACgpEjBhEP1EBUh3TF2CIG3VbRozVV2tOhp3KwkPHlNbql1Orpcspe/6mttPUaP4ey0lqojmQXRx4cWm0YU1NSCgCrgEVHfpbcFO7%2bFCdl5MVUglW9A7PVoJKjYG3LziHaNlqdMEjErKP0lrlQhCtmcSV6pgAMgoAXgVQo1k2/SgjyUklruAEqma%2bbUknEpRxUSHvLbzpAPHNaaSaJRTr4Ex7MmuOsNd6qDDJSSrhjBpNE6vUABiDFXFIr38m9wI7t%2b2DfE1DycpJc76m%2bIhOSJFY5qjLODq6TnElERIAcW1a/S/wdaYjk9OaksZJ/8ACghdEd4ewcRyX2xZNICMXJ3FCw%2bJFREAHDiG2zuDdFmG4LZZb/a7tdrCSZPmNutF1l1J7QSoI65ZSG0fWMGn1rzfK3ze4xSqi4HpQFDxbyg/wdAkCIxxg97cRw7Ay54cvsUNLo6UTDihCcBgwuevofiTAvgQgVYhWppdXQPl1BDv4HhMgeAWt21LHo%2bWp6YnqMFTBEw9jU%2b16LX/ABNUUD%2bCQeXpGLfNK4IKlRRgEOteQXm1xqFU%2bbdEYHNAXsUxmGeUCqvADdg%2b1u170wCcw2EI4lftI5FvjRwDofoLvo/5F8b/AIzoh4USPTzcwUlOP0BexABLoL%2bd/tZYYIXIe4nFkLjA4iEeLCI7xwEXuX6K1Jpy65FPr5OUqOJayCmq5gZJkCB%2bKmLygVzW3GYYdTwDivSoOD8GllCiCxD0nBKFDixCEeImIE3U5QCgBPUA72HCV6eP2AhMGltK/wAddp50JgRKAiB6v7Q1KQXE9I4lHEgkvKu7WAj1D7vU7sVe2LVJlRCogVIVBgqhWqNdyqYl0r4wAifzM7RPJQV4xJD2Q6Mo5IU5vYH4IVHeEcYvz9jCnVMV7PpmzypcQHFQPtOeTcSAMEzVUwDKQqmGMcygKLzYwVwXFScS5nQzhF4wwlPexThEKn1KyqRE4B7u5rlv2upv3dsB0KUKHzDwyS9RIRSSrKhUyDxEgr4wMXjqRgomMITSQcHRV5xSHdMf7j8nkoRD6PZASqkPIJVPeeEiAv0DeUH3ZkeSFeTA5KqM9z4qJXqQCHH3SRlg9nyh7wERyQ96KhofeleF/WyVEcxXpJ6pniUe9FMDM90EewJV8gcqfenCk4rHirLCEwCrETA4O7GT9nKPhxdgeTV1IDnMZgEMzhKXAOMOfNt162gqfOSJSSETqObpS5qnWxJWMUBRFRIlrjoiNTVbcWCf5rYysBiG9G7XSL1Wj082rQTTJA69jqdQoRis/NhX1oCCzhEf0Ln4QAUC5u7W9dtk1T/gXW4Xq3/39yaswlKQfLqA8u9vUnViJzSRcTMZ3wR5Iya7y/FmUmBxBfiVJLV9Zq/4Rm5FQ8O5sdTRoT8EElwRDyVSW/fU2toBS8qIHuVimGHbkEz4tgH4uwEemDeW%2bKfgqqJj3RYSTGMOPDFgJJe6L8S9kFKdVye6TzLjxb4uqE1u13tAh2NrnSBOuCOSAhz0Dw1/9LN1EeTvFIlN5lxlnEQ4KpBa%2b2OsH4i31hoyoSBy44c2WOOfNsBg8gKe8uQtq3GW21Jt8tSKM1QcAZlQcz9rW610Gh%2bHpchgVwxDmM89MZqurcARCOGJJzwa4XOurjTGloUPGAAAesWuG4rp5o2amSurKsO8ja8FwJRryND8PTU9IKGkVECv4v8AyN2xOJGR8JEGKZiK5c3oG5p7Fbm/jgFjlgwjAfWS4P8AzMi4SiJQ%2b1v8YxTiidUYqz/eCQUqOxE/O2L5kxxlIdgz4h6gx%2bphBRyxKPiYwaORH1EBOBY6%2bjxxxisGpDUVJApCo7O0QA5tQ1mMhIKlxAdwOPY0yoYq6UuEV/KWiZiCZij3ESiUBZlmlmEY5Nc5YrNLMSShcsoWaAJ4Q7mp9EhDQASY4QREgTyRlgCql2WBRT7UaZUJEXlVB6YhwU5NV8CMYEdMqvyRpX4PRY8suTc8ivFFCLBkGGfLI4Y4sShU4h%2bUHQYhCYuP0c0xQ4P7B9TRTtHPBeDOeEcvYGqOEXvLk6VQgAqwioIOJiEKhTgy4gBU7fytTaCH9/WAF/Zi5yNte61VP5S63un1Ny1RgPLUKyS9PPVBPBi%2baCBZZCII971Rf0PBhwK9oc%2bJYOVUTpJVzgSPvCUYqD2M8lehyheJWUFQV7SrLTDAnCIioOLl4qy1IcCqAh6IT7O9vWPXs%2bytz7FrvRn1e3R6PVVDuDXOto7jo7bU7ZptK%2bVZmPUaykn3DMZpgACJg4I%2bZxfMcFxGSFSYJ%2bdnE9SgK8PJVZpl4BOOGLAeJel4IwE83aiNO8nsRQsIguVg56zKiKJvEVyUJAsYul%2bx4e57bnpYGW%2bzgjiJjzc76Bq9Mcy%2bAPtJag0v%2bf3TYKaGEl0nOBCJ9TbIpgT%2bA2haZ3Y9W2NYqqEnp6ndrW0V/wDMS4gCIPSQhOQTs%2bukuNJSnr376XaesjlF929e59Kf72FRRvJbcVsRRqWmlu8pICjrchBWPSQODVv7/wD4UZPMsMTk2trDV/fio8yeRQowOlVzaJp1NO%2bDjANTyX%2bk%2bENCl8p%2bFBBLokYlW16m16i0VPTKSSFdnBSfsZUGnqQ5F/ZFo4/k4qrSpiU7lWDZoMBwcnsbuKjvDDIlIZq7BYtQaWtop5mEqDN54/kaybls58vX6CVuuXunBiiglXt6Z%2buVg1k0PUa0TUl3ox/wO57D%2b71H4gykQbinauP18W0dLSHxtfXQvJivPFqK47hofLa9%2bJrqKkq6R5ARCXglQC57eZqVKp4R3KeauDVOtrVK0tIiuAKrnn2t/wCne2Nepqaanq/JVnlipr7qcTB7mprXrBdw3yi89uSqKKkHvchb4H/M1ksOXcz38nRR0cBBiOID8fCqZ4sFzXOC5MUOLwiIHJhFjAPHsDEKmS8OI5t0qU5jLp72QwIi6JGQJZEJiih/EIvD2N2Ycyx/KQvA8CrYByPehPhKKmTYHm578v7ubS0VQ/zPFSVKhcSnLi1n0oiXWRSAUVAQmIKj8rCKkvK%2bF04gc3tAkrNPMqArLxAWUAwOahrhL%2b109XvAzPPVAB5Cphi1Vcx965EqIkdS%2b6pIcIogYIUMHAoFWBCBAAWrJQDFSUiA9CE%2b8cQ1SfMOMYPii8zFqniOTo4B8PYxVzynF7lycxTLJ8AUOARcGyOWAKrwR7mVTzJlX2JgvJkEJe360LPP0L82UuOHCAei4skF5uBPLINwKExUqpeqlvOvFMgSCZOeva2xdnUlMavTuF9s%2bjryiJn1J5dOSVP2pyB2tYtu01AJqKjtc2rqmb9czOmHUoDjDLJoERjF3QHkAZRRoEglD0gl6kSvcARN3Fngg5TeEdSjqRREkhWJBLyoVRHgp/Vg9F4NM4hZc3ofEVCqE6n82raympCKz5aflhQByPQuCJFzeunpVvTdOpebb6n2zdHqNq0RobFraI9RdrXmxVmnuabSqZTo/Eptry3MAxEs0yOJBDgFMp5gEPiULTEfdSZyAEyjAIBmYKgYKB7oQqFI6lAJQA9IRplgrgFwEuEIEMUxmDl4juZS/wAOAOCKge27ZE/ibpbrgmCTpMEIwSbDBql33nhMIx4ANsujgKjfm3icgSior4FtnyuQ7MsmJ/7fUIR3BVYI8rD3i/8AVHiAEz8/rb0tnlU11o2Rva73cICk9OK6omQO8JllBRTFvUyoK%2bO2aUxIJgCEQOR%2bWbGkOqvx0g9Vgccml1Kb3UL05F%2bcexlnmfzd2Oc0E7RDhBtJfj%2bU/wCIp3gJkVR6BvO6P7gQ0KeKJGGTEf73GDsHdjJiHgweQjlVtJMcYwJ4toaPEwcpH52pn/xNWuS%2b8IgGLfuX09uycRyBV5w4NX1Go7RB8rS04AVxMFwA%2bmLeoHpzuSoIr7PSf1fsH46nyd0kIlvdqLnDU0z3hjGKfWYYOYbnv1JVU%2bxdpVltrNWsFL1S1dwOpKZdNzkCKfqanotKn8tTU1ApVIvgIQDE5hAM05PQNeaahrz5%2bqoxQURAUgBcM1a4%2bvu/KHzFFQVQr7R5wn%2bYXWCKEImIarotHXKvQoVUSoCQU9jsmm0F/hS7vA%2bpiQYu4pEwHEZs96EcVKez8jeyH0gxgM8Svhijgyg4hz45HmGccBDiSewN9MmTuy4hD2fU2ZdxCI/LsYAPIhig9gejZq/mcCECj7GUKnFMUBR6p9OftcoceWIVWp65wNNWBHIqJxIam0RWGUiYlCAgQYEOVYK5pel3iV6kAmU4AoQZU7ODmlVF6JgSI%2b6eExDubmrbcQgGoFeApjL%2bspT2MTjzKxccYFnE9y/eX2FquUw90DCBLlLy9qolDAmJgIwXu/IyBFzfmHDGDLgYrBc%2bHNj2/awV2YgE/Q2X0RxRS5nZPK4lOb3tLGOHNigfn3AxSI9rF%2bT1eFP5QGR4fjzQGCiDVDovXEwcrnNcfX3/AFFb7tOwLPS0U2htaqvdRq0OpqVUoPl5QNKSeaUdbyUMAjVdL6L%2bp%2b3N41FJap7xctKwXiuuE2rq6Uo65dOWq0pJpppVUmX6lZCsZve5yICjlIODHpCibwkHwkElZS4o4pwZFc6YzIVAPieSSOtwAjzbxH9oEAFyAzBxi97/AMjODnB6AQEpSVSRM84qvNreI4yqplABUKqIc%2bCNcNmaE/lBY5/9Ttmq5jhLt7Ze8zPlEaLgHspBGES8ByTBFABji056S9XoqQQcePJji6V73%2bCZ6lslUKoycR4VwYKFXUITlGOa8m%2b6FUEmZxBUdIweIfW0tQoMt5ssmqEKjxDOClA1yfCZVzWL8URvQvbGjoFb36pbYoeKz6%2bnpjkD1NZLVMo8nbTaSEJIJJmIlWMpHse3njEEPUKCnUUMq%2bEIXHNt7XJEl2hsTbu05YD3ZJN4%2bBfE8yTIkG9SNWpqeonSmL/2r/rHmYrBpp4%2bXRDiuZfEnBsYl0YiA4M48HhQSve4HubB6qoy7TgS3wjFccPrALL9F5q4hvAOS%2b0wMW6w8KIjJ55q5vjan8Rg%2bBiuGTaFXrZIHueoVVxb9wT%2bHiFGDlcuCMdZQdEvR4OZdBte8Xc6Bu15P4WlpXGi4krimDaGiPwIyJ/H/Lw7tKe1tqekm27wKC9bnvAt8lVVU3hE80FgC8NtbYG2qKnp6Hblono5q2agM3n1m/8AuAICTKJmIjxxTByfT2NdKzWqChESAFHIRVeDW6xUoq6rbGjeZZaoYlSiBFKzH2tbNl2Sno6bRt1lE055lQAmEoHaWuFbkCXr1RUAo/JrjrlyVf0DnYo350XDg4hlzyeYrHEAFGQqhT2Z4qvcxXP/APRKQHNoEhRgoUDgOLAcAnYubQHN6xTJItx8PFUAVIBD9rK/298EXi3AjBBkVdiv1McocRm4rizoZYR4K3a/2YqcAyJ2E8n8Fzaps9QT0avhLgfrCw72IMApChFehc6Yh2a8GHSTKiByiClyIFQwajtK%2b7KAC4KAryVJUzFzcDKS5DlgsUDKBMiFwc/AEAoA1VEvRcCQXvCvUexqhCpe7t7Isg4Hj9gwY59Tu8MOUy4drHt%2bxvt49z2H94PLvuHJnAxWGXa9qhATm9UCh8o5lhoaJgcYAwPsY6D/AKl7UwTua22rRB8xc6zySwCP6YKsG2L6K2bWl%2bW7Mt/mblTaDh8bUEqd0vc3pvuPY%2b4Ku0a9%2b9a/S7aO4NDRm6Z6zbl7vfycgTBCEKhIFqCsJP8AM7MXKHPTMEElO7NioUF6OCgIpQTB8C0JVKr4pnvVPCiqWTwnpVAsxAUwIKj7WCL1HHxPegA8Lwq9rIXOJgDAqASersAEG/1CbXq6frlpN8/6ttO0yF0x0aK5Xi%2bzzEOAA21TTGLYOe5Aj5pgjkUjJUaCOQEiD5enNHB6hkIUuVMiJjhNB30i3h4p0qVxUvLnuHNnElSqjxJEOyB%2bkGfwRAPESiwQynHCDbc3EY2mqNpuCKEmkeubyrXHXhTVMxPB4dxBfg3%2bkqz62j5ml1fVKm1zKoeLJbtKYg8/hxaUyzDJCoR6F5EvUB9b8WR4Ll6fCoP60wAJJfm3qZcZ6oLX%2bou%2bdcBShG3ZZdt6YQl/7vbgRyNvGm%2bOCaia1UAzWW9zRxmKq1dWEe9UzKmIVxOEGfERjzwRvp%2bRlHFC7B4c0CO6OLfu/dXD2QzYjV%2bod74N%2b6AEQ8Kv6GA1X5cuAweGGscUfmkThDsc3wdIqrsTHkXNo11Z%2b4sNmSru1Wi8rQqvJADUdRTa3ka00vm6kUxI8iT/AOEucQE9rXG%2bXJfjU9IKKpqXJWdS8CVQRayXrV0Sbd6b7T3VvuuV4MuhpfJLPKUGOpe5XspBiARj2YvTvaq1dWoe5UxLokoFVv6A2gamp8xWCiqzSRJzdFF9jau57pQTfN9ahI0qxX/EVFKhTH2NV0mhBZiOMAq4xa5a8ME%2b0uIyb46qQnsGZOKt7IIicCSVDFIuciqHLxaKntmciQUAExYcSIfaxev0lTjBiXRCpycsf7ESMISw7yVJaEXPH5XPYhHjtcccODJFMQ90VVwDHMoXYkGOCOVh/de8BykxzDEmLpnFxgYq9qGf/hamYO6kxxiA1ulIQdRHUSgg8Pi9RkGAU9UxgiRDgCqpHNq%2btesxirlJBchDk7mgfCEmWLleiEj7A1UfdALgQ%2bHJQCWqT8cGB5vQpjhzaqxRCQcSJnkFShiyJF0EVH4cWTiSSchz%2btle5czBQVd3sFLuEC7iR9UGgfZxeXojd%2bHEKB3MXOe7HADtODVP7/8AEw7exXvYa2NUeIiA6CvZNY%2bI8YB68Itct0Vv%2bXbRsxvZxGX523fu6r1jUaddd9TUpS5RQKkuOQHe1g3CKsUGzPSz1O2tvS%2bTEp88uO313BZrHLMQg1db4REoxXKFuoADN8qPURB7yZQ4H3lcpRiVKmV4AJPhBXpmR0qiH2NkQ5JgIKcA%2bL4w7mDw9BK4jgSQ9GPSpcr4DEguKKuP5C113lc/PV9JZqDSuOjbLdPNJpXubUm%2bGZ55l8EoJVUUYN6k/wCp/am06Grudy3x6mXrT2de9fzNPKPU7013LoVFNqdYTVkk0d0zJ1ZNPavWX099Q/Svchq/I1nynQl31tvU0QfFLNuKvnqd3aRHSEAs06vhjSafpv657IudVVe9ZLpd9TaFx4n%2bn9zmto0AlxnHYjAUbn/elVz4PBL%2bDnsQZoLiRmOPhHJhMqhMVUZcw5k6gnTnhBHpMmLXiiAANRQyz5p0FUWVCXr2NTVv/EW1aGsiFJc9P7zf6UNCp9w3e%2b9TiQhtm4AXFIr2sXp0vc55LgFeo%2bxq7ziFyumIP3iCADnEe1t%2bSVEKP1T9RZreqHxm9aIxLlEgapsulrE1FTerZzdKXlzavxeKQcIPwejCKZBQ495c3bzCqpwewKe38hZ0SkAo%2bt0GQ6Xe5OwjNgRHHvL2RyFAgQA5h8Dg3/wCV7M4ksdH/t6QoOLjFFIVh5zXp6eEHFYGAyanott%2bYFBTVi0tSr665uBvEyBxIDWm8DUp9cXCqIl/Ejz7nQeQ1BtK3a51tb%2bNunlSo%2bZLkUwLesH%2boHeu37ptXbW5tqW3aewda60s1t0Nwa5vtNfr/ddbUnEpO19KlkmOoZVejnhaqpqalZpvdcOxRB8O1htey6/mblcwaH8JBDmQhg1Jvjd1EBW3Imvm84XCUPMYktJaLSDSUdBb/lhABHWQQZiUMVaoumv/AJlfKs0VoD4qnzoYQLaFDAJK7MQ9jOgcSYcfysQikOhgO6Kt%2bYY9ys9cFJVO/gy8%2b0pNhiWBwd3uQQViOSdz%2bTdSFeU2UUVWB5Q5l8DBWBX6HEOJYFfb7YNwPYH8ipY5fUYQL1BLIV4IHB445ho8sHRe5yNTV1O7ytYHpAISo5L2NSac1XNLL1vQF4cCAFVJSHcy3lKSrWX7qqRMJyHqEAe9z25KXQmLwoyVWQeGWBGKRKhQEDVMoqHEwByKE8y1To/GeUfipOBdAcmWHcpjgSDgwI5ZxxMMmHKWDs%2bLDkfrbLjFc3cywUryeqv%2bocIMgCHiqvxeuJYBUPvfnXBvguWqDlw7exgP%2bIT3sXPMcQ3wNB5xP5M3Fr3UjX%2bBeN8zCipXp4QQSh7Fb42kutqrAYKOw4PbdO66ifylVuDdNx19LUxSoB2tM5cfj8mQViqEfABIITHvA7WAq6ueYPI8KzIqKVJK97E610tFIuEtw1CFQIgR4TNQrDo3PZo//WdvEReoGiUCDJe9hT2m/Wy5yBOnylbqyCKuBESSItQenewakV193Pobuum4a2zV2oJ7Ra7DqmSm0dyqkurPoCUzgv8AeGTbM33dNapqaquFruNWauNdMTdsneIStfrpSUQoPI323TS0uAHylM8TZ8G%2bY3HW0LVTvFJ5n%2bPrHvQfQNT/APpx6z7o0bPTEE7duddNuHbExBUdVh3B16U0r4IjW6y/6i9hSW0VUgoq7fGxpfOUeppKv8%2bsDtPXAL8ziWt162j61end1oblMa%2bl0tHcFp05tOYL4SJtISPiYt5iy3Cku1L%2brQ1/zY8HGWVV%2boMsAMceAdzdwbetivmtS26zbktI3XQ1dUf5WZJ5euSYEh4Mk0W9M/8AUNbbjTbjovTWukuVRte1TzS3Ks6LRepgt7DlW8xDwG%2bF6gbI9Q9jVSqbjT2fbu5LUiQ8vYtDQervfc01u2/647JpblXEymzbumn2xclI8P4vcYrtGWUZlGvVZYLtarpTndHqGfOUlf8AMyB/Xe4iC9HGUObQsI1lGpUzE8M%2bQXsYQMQc4DN7m74kvVeCMgJHFfsQo9kmAj%2bXufFtZCOx%2bIVHJBu39nh2Mfio5yewZvZSSj84xiXgugznF8XwTBExZ%2bvU1FTU/g6SlAipVBijbg3Fvu509vqf6duddLV3T/LtrH5M43zF6Diws8tJVVBNSPKilpVNYYDl%2bdrcLDtWs21tmqprZL853DVi2Wmi6nS9eoSBIFcpPsa37t3/AENJ6xepdIPP6dbuGk1Zdp0d2lJml07JZJTJrVJQPEvejeSpPwlFQvKqpdghIDXJNeY1HU98XEjFtPfW5dCp8hPWpRGrz5kgOEGnt9BTeV1tC3HrnmQE9U0MCQ/giNV6ZqCbJbCa%2burChQEoTEq1xuoSmpv8k23RvdanOV6pxb4IC%2bWQxcnYufJva7goD%2bbJjgX4oXq9Cwyd9vOLHm7OJ7Gmhjzx4K3cvsTvVu0A90HKXtinsjD%2b6z/r5xWDKhCRXnDxNDgIAcnscoAx%2bs8GBB5HlHi3D2iC5lj25Z8GxcCBkcH9zVWgCZVDw8GPBIIwqKlFQe3q4vBYkQKvwXIRLz9TITAHGAL3omJ5tVc4diOUZuao/EOVT1QEveUyY4qgywyXi3UHjJO3g4jFgAiYHII2b05BQRkhPtaXhkCmPYpYYuPYuYAirRz4BTn9Ht%2b06EUKqCpg72sdbXx5%2b7gMijHQ0f4c9ikEvRXBGt1DoJ5m5VYonr%2bycHop9jUNh2/vGjsW2vT%2bT5dLSUtHNcjWXSYvdLMHtoG%2bby167Xpv4wSVMoAJQdiD62ovT70n9SbttTb9CerUp7RarODNMXrMb%2bXnqKkt/NfWv1QqnqfK3ua3KTBf6emOAYfPN3%2boFxyNXu68Og8DFv5rZPmFREearZbi/tMQjfHodlWzy2P4MgFEULlD8zVI0dq0tPT1VF%2bMo6OkmtpRz18Tj%2blt41XqZsa27L1t9bkO2PSy03fcdlG5r5ta%2b3v56L78g/qT%2bquhRXDqRFt6RakuFZKm3a6pOht%2bmph5EUVrtN2m05LQASoIWH5W27ujb%2bpU6NuuNntt13BSWu53W4G3XFOn5sBfgDfQYoEV6/L2r7bVAk2eq8nV/sxD%2bZDbO9PzX01l1d23m10V33DWA/K7Da5iPnd7vaHqMm1NvLcyj0BybU9GJfRe5/6aqW01klh9O/8AUZJfr/uatuFwOrVTa1//ANQPp5qis3Rqa2qdXRllmsF50tOwaOkf5Rdp5jM1VsrfdMLdcaZKqlq7XV/MbXfbYUm071Yr5Kunf9vaknk7lKQSstdSFtDcHp76g7w2NRirX5rpbivFst9YVxMs0ovZ4I2jYpfVOi3RWzFazdW4tpWbV1OHTq6khndwi0%2b5vVr1L3Bvfc1XMZtTSr66bUnM0x96zWmbNXlqfRttGlwqT%2bL81zdAhQ8MEXQRcVxgYoEEWgMfdjCCnDFtbUsu5dw2gY/LLtdqBz/1TF3a3mL7d7hd6nSKeZuVWa6aKF8yh3cxcMow4oiYsD%2bRPbiyPUPxiPtRivHF3FIPZSgdHPAl6Pb/AAwX9vtQ97AvhxRBGGDINXBRjAxc5WoBo63lhrwqXgKAFIT2NT1uvRfOdemJ8mKtEJJVSD9rW2a576oPSv0ymvHmpNv6lKblujdJAB%2bd33Skm6%2bnUB6bESEmeJXgsDsyw/NL5VOrNxbiHzG4yBXJJKQIsTPSnpDkmJBIMSMcI/nY5rHtREVQXPa5TatQVpSRiiKSoMHDi9qah0BU1G3aes/Fojy5cg9rdLPoGlNNQTTSB%2bCIACEI%2btvkFnX41UVLj4j3uQc0XJpdv6H%2baX8/z2seiSokoHa5jR6APl7agVRE5RIRqjXAxxjHkvay/tLyfDNgXo8QGftexOXSuD8jk9h2I9YkkO7GGLj7QX8G7voTEqyRxQDLpMGgV7I5osV9rHAK/nA4kqvtZ5TEo4YElH5M4vDnvXDF307%2bSB2MVyc5oFQVxLki5AjH6xh3uIbH6kzzX3m%2bjuSxbGIL8DiHEYMIgKE4ZovHJiC92OBKIpyYk59wxKgHNrlxJOD3Oe1SHxJg4wDuTO6Q8/qnhxSViDkXiGEScuTEFCqvBABxzYqXuiOKhAGI7HBIq4oD%2bT2ti8klPyYNH8MCeSAAuDiBwapcXgrg4qmIermqaLRzWqRCiwcv6WHxgQIgRdiqJg163RWFabbVnudciooegKQQlvWTQ%2ba1UuhXXq5XOm/GEFZ1UhXkkOa4aOvW1X8YOIVc3RCN/jriVhByEIjy3tygj0wY83q8ve/FA3wcYBSYIPECjeX13xMMOS4cmqtcvQ5xCO9rf6iPRL1kvovHpHV%2bkO8PUSm27uK8aYtlGdgae4Ny6RsJnm/8v7kW8G5/NLT/ADs%2bRQL1ENtGv0bzX7vt9VvSsqdv36upP5jeNsatksV5s8176UH9RaJmNtvKKJb1b6wKWp7hSX7S8nTWxKujq6kr1Q6UA5dzatupTr6AmqVqai4kUPnHwJC/lbc%2bjbVlr/8A0Z9dRR1QqhCf0w3DZb4rk6f6d88jVGlrap16jzS1VSrymBcAqhvSS03S/Vlu396T%2bp26fT%2bq3RWTyT7YpPQexWPb986tSTwzae5dq6%2b86O2WYKfnclH0u%2bXrNoTbM0Keg9Odq0tu2ztM1cSLGQ8of58pKt8L5lUH/wDhSaBV4Ew9reke%2bto7pqNxVG99uXU77tNTRdP9J7psV6mk%2bSkp4vBKCvFjratbTaDifKhfaULzFipJLsQQA5A8BXpFouJKHiIlzhFtekuCfA1wA4kvXJ8FaspYfAqDLlBQG%2brFXgF2bZ/TijA4vLkzPBnE93LL2t7ET2EfpZUCdwWD4llKwGRw5OLD4Olhgpywan0NDRXzJRFAAeRnm5qfde7KH93JRrNSVZRY9IBRXN5WmCIceacGSV4BUweUQhDkw%2b6pdB2CZw%2biNV6%2bvVdSzOLwCUjxVTyan2DtTXqqmeqrPJVgpMnK56In1NaLpc7aZquoPzCtCPMkqqUJgUwc3kqJFUkp0xPYFUflaq3zuWYy0FAQaN4WeZUEkJQI80a6XmpUGunM1CEf4pir8Xteq7B%2beBVHqjmj1BC/Dk52MGGbjhimTmRcXdpTHJGHauTw97JHxDDhiq5sFUF%2bfLvVkg/tCZhwYhVhGHs4txTPhHu9jKr3Yqqh5ejijDs7YviWIf7oJg4DDJlEPaIfUSxU4d2J7WghzVz/AGYM%2bEXdubPiSOCewhpgTm9eRxRnYdqQiXM6YgiESnKCNLgOCL3Pc5MmuMz0UxXFQQ8KhIyapwHVEwQIF4sj/Y5eaqz4d5wT2sowR2aCKHL2suajuXJGdhwKpHOK4viwqIvPE4IsXIyxVA4vc8P7UaoH/E1Q/BuUfdxBgG%2bPr/xCucRDsyDfA0QXK5UzTgGvlx19U6Fx3NcBQ0gx6QVmREV7bntuvrdIuVvoKkc5NQnIvf3teAqnzjyOKwGJKskEPEe0YoWEUdk8hYLmoRvjufiR3AYIM2pq7QiY8UdEFG0ckBf28HmPY1QP73f1DvRtf1juG66yahl25c6XQtdsveha5pPnUmprLeRqET7g2/8A0voXKc2nTWeaWQ4R2h/pS27vLb%2b0NuV3ppcPVeivG85tWsrqO4fODY74LKf6XGoZRNeTK4FSHNuPW9S/Wi37h3bRWjTuFHoen814v%2btRiZxMmzNuaGrT7hMgDxPfrGQuLUFJvep9WfSPZ2hR22vo9ffmy7DPbr9NYv8AOpNfQ27/AKlt0bo26N1/dQziUoiBtxXj0O9UaCb1bl2Tuja20Nti2XvbO1K6433aG4NhT3y8X3cepuzdMpnF5luol6JfCcC5rdZqvY9Xvu91FntFHdqnX9ObNvSStuz77f0vm4dvydHRIkoSUheDenFl9CLJS7N2hcde5XjcFgo7dsyxXevu1jksFimvN/tHp5tbZu1h8ScTGUCWBRTE7RuNZW1NRo69Jcxn5E/OEwcpz4sNGw22ou9RTrSVNWvy%2b30eRAGPOLaOhf79UaFvp6o1lLYrHVH5eJnIggC5h8uo6encUqqpOAKlWOtraxiuMS9xUQDmRDrlDgeK5vLHqVQiEF7oPg2vcNAlCYLA9i5Ylvh5F7lfDMMe045FUe3YXJ9aDJk7Y5Ap3Mn0eO2DmT4qFOD3OerkbAflQiEHNoaMUhkiq/M/a23d%2best6moduVG5Nr2amo6EG43WukvV5XUMoRxlkl5NaqaweTFs8gRQijiLMSSsxMZgrdILhyJJfMA4vUD2MSgUQBBKgxPvdTgWrAFWZ6EQDxiCFe1TZrXrmquNQlCFeoUYI4d5Yb/3bT%2bZuNxE1wpTWEiUgElAVcZlYUdJ1TTFSvBSqlF8Rwc4sNOUk22kWZSEAlCCaYoYK39H2oGiMpS7JN1LMADACbMZlzVNHTupaWaaUBER/J5Ti3wYioyXm8IjgA2bovgAcXvZ2Ye78pgyc0QKXkrBnwT7MOLYw/MHqEixxHYQELzm3YuXJXxe3bDM/mBbFYIn2InFhzCPP7WAYDiPtfFnp7oyzUlSVQHBleTDB6hDFxLmDxBfreM4OAb9U4ntB7kHFj7FzxBGfNlGQjzQuOU39mbhiQhe4lHlvuqFBHfiS5lXuwJAAUEoWqcgAhMMsUWLVAMDN7QhMEZywR2Ph9nNgYEOxx%2bofWzsfq%2btnI/uY449vCLmiMzyJVMII1RrvDnuh9vY1TXax/D0wHkymAMTyY0NCvlxAZOXtf8AmanotDp/E1gdh2RD%2bxFbb1XvDet525ZqI2nTo7TYZZdRTODKUkmlmDkiW1t6WPeO871eNOkNFLR3TW0tO2KXzLNLIOpE7G3DQf8ALVhDuZCgYwYOg7u/KrB2I4/dJjBkBiAMYvxc2J%2bpCQinMFji8dgIIP1Nr/7MOKDhk1WfTvae/bXbLqkldd9oGaSW4B/hmIc8DFzmt27joXObddNZ/klYd77jNzNDakQD5IVR3GAbz26vWL052XUBwFbcJOB/3e455kC8m%2bDu/wD1QXDctyKLR%2bnWzNVwgX6m191vPLFqmxel3ov667%2budVMPIbw33uWTbRoZUKy2Hbm3Ova8pm/vzd7W/Q0Nq2u3VBXzdHtO0f1H5AuPyT55uB6wY3GTa2%2bLfc5ha60Uvzez263V0s4T/JP6bdMcGs1L6V7W27tH5HaRZaywVM13JriCvzk3sgibcEyvDWjR9U9uT2XzVXcumpp6sXC3VqIoHSSCnNvN27y9itT/AC1yqiUq0RwLlVcm/m%2b6rzrPX8L%2bAgg%2b9iSx1qOovNw1nOqro854QY/8PTvORCRAyIYriVPBx5tUBf4g8IYEkPVW1Phrr6xKueTxembHqpZuEI5PQoWTyusTiEXNwI%2biMgt9RD9VQ7BXM6nOLiVjgioAzvg5ooRO4YN8cVNPoB5eUjhDA8G0NAbm1qdTGlpTMA4AOxUtQeoXq5uG4X2k2p/OpqrdF26bZRjKayp1GGaFqrfF9ovhVO3fUi/bZpQKDq89tKx3mQWjReTMunYNx2%2bXJxwYSj/reJxUkPigKY%2bxgEcfdCI9MULyEa6SS6/4nqecyTCBzdg0u57xoVVVZ9CuAogHxOOaFC1MNPQNLq0tvM80yQVZQUgYljt2yKBWzgAARBJHTivbAsbjPSGa/XH/ACkvA6QoKggqhLs8WrKbUqvO3esK3KYkEzTAl78SYvaqBGUIq90BBjoIT5aIchJeEOKjsZEXuEXxLnvbOMQQgQh7ohWdoTQ6nShCfyI9guhF6EIqI55UM6mxeh7EwAVWfoOfFDhkAsG/wcvul%2bEIhpiNIwipwI5EN5X4JTpXtRc1YmHilwIPu5o3dyxWLsGge%2bVWh9RjEvLOXKJcYlyEiLOL4DqMXpmFBAbiE44PODmfm725q3s%2biqcWAcVBLg/LN3BlKAZoqp2q4s8KiBUeVwRRAkcGqCojiUVUD3we1T2vQY%2b1Ht8JSXIcjxcj2cAEJxij3QOLK7s4njwDTYiIxKpj2hork5eBgMFamVXPIAe7Mlx9rGip3vXLjDGP0i39PWtfMIPNufm4l31MNesAXFM3wQZfW1mtdHopT01Wa2rGQeEKJEhzWu0U9wpaTylESlFWwU/eEMGpNfXuvmzS/wAwNGhuzg8uCr3tcxX6HljUzTKPJq9SE6XD7WwUgE8QjvYy5qEAPAhHBVH1sj0MHHAoQXOIewWCFM3Iry9nj7cTELgFYRAKhxEFUxer%2bbUl1216jXXS0a2kmFDZptQ2m1zdJImTr6ZSFDXHbfrTcL/Zdxee%2bXTdV2HVV6hJlMswm6UIx4N%2bKk2/dIfxFw%2baSpyklGHFh5SlslAn/JWLV1MSB0iYgTSpgINfrftXX1KfcNVRy26hrp06TKJ/HK%2bKj6mpKazbao55qO3eM3GYvmRSjyDmixbZNTq2nTo6eioNOa92IgzWjq3DL8SeUyqT0TSTjFqHfdis0tBr7imtQsvyUzXRRogif3pjMJuoQi3qncLydC6W6%2b1izUu7NpDclvshJferCdxPCo%2bKtZ6%2b13e31%2btVC5eaFVSigIQiKgKkWJq6uzDWeEM6H6vbwb42teNuoEJ/DCORc2v5670ykY0qBQmCKx0xq/FfhGIg4HFtC3UpOvLKpI4qEXJQQx0yvxv%2bJGCdSZxCsNLV7A5H4fmYfC5qM88G0LdcEFPUJziXGLH9yeCkB6ZNTglcXniVxhk2hoPOgvZ2B7a95vFXT6OlTzBB0qUxUEqVHe0uxds1FRYdk%2bbWo0ZD/nEwKyzajnlzg2/PQ60a9LLfNibkk3BWGYES11nvP7w3qaZQh0t1WHQIGSsZSCCA55hEPBRSvsaq1NXXmm6pimBwUl6QHYw27a/NVNnp6z8aUeTCVRwJfza3a3wZqM0lAZ5UDnFAoc4y/QwYUdJ7mEpEocAoBQQCF%2bCtLvDdUwGrUym6SEEkGWVQ%2bZCApDnNWXyoEwoD/K9s20geCSVTF7gCkWq59B0tU8y4qXE8HsNFXIeYJyCjKDVGu8rEvSBgSCq4uZ2himbuoPxCMT8E95LuYgSyHQCPBLndkFVv8BJY8MAoeVL%2b1v4F8C4xTlBv8BT/ALSonBWJFCA4uyBRHhHgdzVH7lw7QYuQFe3Jun4D1XhknNMWHII56%2bJ/Au4MX/RATAor2wyx%2buOH9naPqizkUBHuERkXEL7Wi5xgOBmxdgwP1oR%2bdsw88VA9iKyk8cubgfp7P7HjCIUfUQFQNUDHj7VMMGqv3J5gADH9Ct8cwyK5EI4ZMViCHiEygdj2yencYMiBI4fkiFbIYhVV8DBIMmjgEcPtUqjVGtoUVTVVMSScgIcPa1RdLlok3CqD/NRRV7zix%2bOSPNGKlHCMVHBtT1Qodl2beBkmlpPhbo2dvHctmpEw1JdvzSibi%2bLfCuP%2blL/T3uGoeD5qqktSHEkepe3qyTL7ralHY/QnYm0bBVTTG30ezZ9v1OjaeoqlP8XS1taXpVyzkgtRepO7tM6V2rSaSenL5p5yikqjyO9jHDKCrgSj2KOxiUyICCMX9zHIHIKoTIh3cxXXdyhwhiA0FUr7UCEojDQIi4L91VMVVH5NYhTXK8AfJJpSleU9%2bZQkpcUapFTUVQqvPPrKytKrmr0PJkFR3UIL3wCKGFN%2bM/B/8cmcEi9VaruFTbqPzVJQ/gXlCXqoWLWmmlvNppfKUJI87XzkoSpQACIwa3XnclTYLnddCsPxOgGUF7iVHS/g3ymh0LpcqWlK0NHSUZxUmA8JDXnQodp33Qpr7WoDV1ZfMAqQD3NTWuWinpqeeHnqzpV%2bZMFHJkrta0S9RXxTyuQ4hS4qwmqrlL7rgKCdx6S/HAtca2nulUtKURCh8Tg9q2qPaEcvhcuD216vT1CulM85DBwRxb8bpLrYVFOi80xJHBv3Wr8UriuCQgjmycpz/KrH4WcYdkCINaNXWBGuLVbUV0IjGP1s9RgRmfZAlvL0usa%2b7p/DKUGS4J9TebvNZrzaS/hqZT5CjAjKB90KW/cvr%2bAyV4TMltjb%2bu1bNS7dvl4l2xvEygdUu1b8DJNfJA4fF2n1C6SEwmlDC401SaylraEXK318wPUDCYELnwY7H2xr%2bZqqit8iBSIEQooAwUtS7kvNP0VGofmNdXEIAJTE4PMG8jQhVJL0mUKn3SIkdzf1DczMLTRn8HMivCJIIqSYuLDbNBU%2bToSRNdA8ieZBi5SDB%2bDHT0KlaQEoHGHSBlBfoWqK7WBI/wCEwwdg4r2MACX5l/aIxVWVVMFe7sJzDPWBxOKQdmWx4uTmCXlh7UH1BwiQy%2bWExHvEv5KH48mJ8uphEFVSCnJh%2b5CPAeD9rD8P7eYzCc2qV0EmHB%2bcEe4FGT4PtEFVIRTsRvajsyne0pEIZBEm5thhnlLmFf8A2dv0c3c5SP1Rg9g7Lj%2bsqmLHF/5FKA8GCx4fUrKHBwxirzmHlorjCAcTAtikUwxTBqjMniVjxSPtaoSnfw4ZD62qP3LuCh4fxP2sEObxkRiDiGOWGGOD%2bDdn2hqaL0GJxcqYFptC6U9zp4fjKQPeivKPYa9q3t5ZQFpKvsycgb43zTbVxp0/VLuRUBqfQrdGmFyudX5OkNL7oSCpFvR%2bW6bTpzvK/wBl1tyb0rLmE0rjWbi1ToUkulKOkgTDTmmVccEZZvTywTq8%2bao9S6gvDuo6iFSW8vuf0a2BPdXAiXZ9oQpH75L/AKm0KfaO3KfbtmFY6jpS8SguVHKD2MhgcfaXj87QJKrmoMc3/pb4EHkAorwcFBVCW%2bPlEvQ5ogUPiyLiuKnHAN8ehINSThxb5Xt/aNVV2almHk6mqtF6EUePEAHsLhf/AE50qqrEOsEFxIxEwY09N6f6NvleUqSThxlSOX2sm7txau2AI%2bRpDMCpcqMm4vWHcJcCCaG8kRwKFA34neutU4nzVXepS9URz1xb9xe9vgAlVE6JgrorBv3F/wBsUpxSXVQQI%2b/kx16TeNjBLyskweqPHUVDVQorydfqX%2bCt0ydgIevNjTWKx3%2b4SqffMspVc55jgMm19Db%2bytemBeDV3CaZz8AFJKtUnclUdKgqXikDpVUORCWGkP8AfkSo8cTDFS3xH5CHJ/GDPhioUKuQR%2bJZ45OP0g37x%2bEOQeUf3NRUuk5an2kgRePtb4J100NA5q8wJKPLmFHaqj41YD78U4koihtWrqdU6%2bvrkdVRM5/NCG%2bL3h8OfNovHdwUJEp3hvhaX%2b4Ee8xg1u2Hvu/1m%2bfTySi%2bR0ujW03XX2O2TTKfgTIHFXhrZ6sVutS3m1XuYVdqrC4FMHZqG8jRjqmn8UxxxXJ5Y6E9Qtspn1ykiGPMjgxFE%2baZC9HFPvSqUQAQDVWjo1H4msKzzmYPeFKBHmEWB%2bOua4lxgRFjoOOCpHhmS9lMpRFLz%2bRGDnrDxLmFT9DA4qFKcX8e9qb9/FSuWaI8cclamz4uVwVCF/QxBjwJwCAkJFGxC8071GLDm/lkT9bQKxiMRyVqkn3iSmTwcgHI9sEVYFI9/Y0PuyvOHjIDnYsHRQYku6iMi9jDmIfdgw5xTn2B4/s/T2vYK5weeBVQMy0AMXkF0SXPcjK9OYV/YArKIYrhmQqwVnEQHsVebP8A1hkHIccWcfrV64ji1T%2b5esI4wjFzVB8v28CeMEEGqf3BTJI9r0IVlRyEqCHI4F8YMHPVO94weW%2bPxGamK58S7NrjoaNRcvML%2bD8oHQOAxMWuGkf6gv1PVfwnWT4Wtn/qPQ7/AL56fXG7D51LaK2a3XCktazA9BKoA3plfaetvc%2b/9p1livdvt%2b9Nz7w87rXafVEupoU23bzb9T%2bq%2boAIBraM5VGo7NbilBbLWJZSZUJIBVcSpP0V6kKF8T07nGDCpIPAPR6uDkBVpdyU1PMNf5b8wIRHkqvaxGcC/gRHAe1iCOYAy7XFvqTk4HtMWiVH7Dj2jDg3%2bMVWOPFVJLi1v0fgfhqmsR5dxCpm1PPr2PQqZlwoigDpQ4B4DVNPq2C2qH/wXJFeCEYDW2jZKgklPwc8TkYI5l1vT6zZupEJDi94e7BiaTaulTnDyWoX4l5mwLEWqlrtCJfN1JHBMW/Bm7S5Dpxc8oCHMmjU3EuBAIcc3K4s%2b614XHpJzciq9gK2urNcJEKCpUjgftb41w0dSqc5JjiHIXNU69FbZvw2cxUlC4vevFjbbbpHRp6Z0v1Ijy3lYo%2bBAJQoHI2EE4xX%2byD1MeLoDnhFlXtMSBFforfFpdY6OsnvBxED2ub4RqlUYk9rHrjAPwHJzOGESeCvcjP%2bn0%2b1k0whVUwHYXKhZDo/xB7hkUEQjaH4NIKjy%2bZziUP1tWekG8PNnbldWS3DaFZKfFt%2b8yL0WmVSAIoViCxoqKoXzZHEHMvVGmpxr%2bKaJiAEVSEQP5OLCaapJAgXYOEQUVO1GPmFB7i9Y4lWUuGMHPBeXvBY85g9chFGR4iVUTd0IfUGeDwcneXqxV5fmpPTgS56oW0OKYkxwVeLU0fvRw/do32Ify4NgiqqHEFnc4oA9T9PoCkFer1hgeIapwdyxHe5k45O96P6v2s6JJiiQgigJjg5lHRBxWbjByBnZ/dji89ihiV48cFgYvYvdAIjl7GiSn6Fgwce%2bX2Boe38kzPEU/R7z3tEOH3SYj8rIQ5OT4cXv9jHKYAZccF%2bpoDMqR9TgWUxeBjk/JQvBqj9wezCHNHNUk6D3u9naH/Wz9EjjAQd9ODDAJ93NQsIIA1No6GgUXIlcM8Fb%2bY2Ewd7oRMVR3axqNXaluRz/IuTmnBunV27bKSYEgg0k0QHlUCo1Nr2uiNNU0olr6GspCuOBciEd7bfq7pVTTdFtFprTFZACOl8R0nvbp6kVOzg5PsVgCSeWQeplEYBq60zH8bo6F6tpQI4aiknER7Wqfga6jzvAoXTKqOVPpFl%2bNUhHvKqM0gF%2bxlqNfElMABAuwcya2vBT0gl/sGX2N%2b%2bx5k4cHDk1NraFD/DPGUEJcII0%2blMvk73YLLKeR1JTlAp9rV2uaRBQFHPIMEcPdVWqxKD/HQfNAEEiA8KcmA8qQ73okngrndxYGalUqHCIVHYhULoNRVlGZiKH3kQHqR7hMUA%2bsiLfi6NyhywUKj0Kl31Maukp3EoFBV5AH3Yr3hkqLcYgK/FD%2btFguiQoc9ciYFfqZHc0Mc%2bTmuA%2bOXlBk/J4UjnENdrlrL%2b4m7UzWLwja8xLyS4Pj9qn/8AMBWEV5oH4K2Pt/Qqty/I8O4FoGH5oKS9vyYMBJpkj6F%2bQQNoJokkkKcyQuDU/wAaiJJR5UxwmQOc1N%2b4OAGKxTtRqb9zFz8gkHQc1Roa2gaio/4OryyeSVLH4%2bt4nggk4wepQhQx4xUROGLGYDJw7gqqVU4MVyRVcjvarHH3jjin1McFKc0EMXIWLyXCKQemfFiFc4lxTk5Cru1qaL3uJxRcIO7i1PwUhe9S8iI7mVSDBSUeM1GRbEvyH5WKZuEYmX7GAH6FWPF7VXJXxJdhi/tbH2ZrkqsYxDich3iDPXN2R5sH48QU%2bt6Nguan6YsfDy8cPYXtDL7z3O7E4Nxg95MBDFQ0F5f/ALRWDPi4xCsVPFHZgzYjBnqvNSXYogx5s5SYJHgiZIyFM3J7FeoDPJXi8B3BXhhiBwQIqphmyfAieCkpjFzVKaH3i4RR2aJAdzE/BgqvD3FIuUHNqPVFO%2bLlOOILi7FqM%2bVMzyuBCIAqqpV5yVlD%2bYmKAlzy/wAWPY3hpS4%2bGaUHxKvhDi93FPa38KcH9JdgJYE4IWI8mZfJe8Q9yBxxd9rUaUpJKKSZj0vc4Ly7GMvUZTHAOEVepIVtfTNJ0jqGagwDkljME55NUg04EF5YEHj2M/QTk5/BSy/ARYoS/NxwRvpj2Kz44xf7GxfyV/8AeRyBrVSdQHkdWYmIjAKXKep3Br8ZU/ykTBQ9/SSFBBD3w7W3NSVi9J0lcUm7lf8AlYy9UVgAoBCokA/DHNoyjwiMxigUQCBGULCUBT4UMS8DwkP7GeCYJFwDnIJRKmCKWyPUoV4AKROKpDFl8pNKqKQoxDivPGLVlKXkEhCpEFg6KtVSrFEOTjBXqQexrhT/AB0KhEILyiGBxOba%2bqP%2bK4niBxcrauo%2bCCOGGUPrg0Pp3s%2bPCH1tD9KPgYK0Bx/NBoOiIOziU/M304RyLOy%2biYObS1J9I9K/Y4rxbR/dFCrlf2n29jUx8ke76I/uam/cPKGBxcqGPfgyjQw4Q5k5N%2b50UgFA9pwLY8Xy9zYd548eLQ7kXtWYMvJYY4lSkGME8MBxD2Oa4wKypHjg0xALi7HDk5AwIyIyecAHu%2bvNiD7O6BCNTF7/AMriEgqtTEH2IPur3qyRgcHYPR3ez1zR2f2Fswj8V%2b3BjzH1NUjI/lKAc2Vy9Of7XNEZeorxB%2broaC8EwLomZ/HBnA49kYhS5C0Qf9mfLnFWXwxe6aC9je6XrgTwcTNmxdlh7febjBxVHAFC97DAYYqXZxJLIHHugjsgjE5dPIB/1sMYciH4KWOSd7%2bb3fUwz6h9XB73siRVYP5KSHd7AjhEfamJyYpTq9EzyK/Rzf4PMIHfnRrYfLBDMAmaojicFY4KmcQ7whHqDDuZDKFJgJzBCuDv0sFRSUUFQScnqIcXsUgBHqVUCqiF0sWXyJAUmVYAGL8F9v1y2QhXKpQxJBIWJQReebPlAEHyw9iNU0ykCXUJEeklHo9CSOPNgPLvwLsYqoD45t/CzPzRCciSTFoTfQQ7mRA7KaZ/dLkxh3Ko5dUGV2eSlERCryC01JAzEByKSQXHJxe9EaVfvYoFUkiGKoEhwLbqowpSUgRBeJ4kn9ZO1iPGDh7ixRA5SepnSJjEKvAmdXhjh4JQ4jGZRAPXpMXMQAXTvCqJiS8mP1xDZgrAYl2bsGMXH6xK4QatioMpcqQIVQsqYfla5HHqCrj4QXmAH2tU0elo1KVFUqlCHDpWCqGlppNLXQBQ6MMke3hpKh5QqEGKkBQjowYJT67lwUI8QCFnUlQv90e8ocpKhiPl1Ur4SygQJgPo5vi61tmOPvIHjGMObIaGqXAALycUerJ5SqwcfEXJ%2bzBWTXpDwQIC7kHhc1anWiJj3k4ARanJoiYqF6odoCvxamSng9IYP7Vb9xKRCL4H6Ytj3Bse4fXBonuDY9w%2b3%2bw9kQojkwOCcFy9jBIdBX/qnFp4RhkgXF6ksf8AZfll9TAfUXe8XexhjkQjkRAoOCtTAqo5oMUxJyZA4vLlKZ5iI9jFYxVyHmXDD%2bxXxA5e696tUgveQj%2bJXsaPhhEokVz4Q4N//9k='/%3e %3c/pattern%3e %3cpattern id='pattern-4' preserveAspectRatio='xMidYMid slice' width='100%25' height='100%25' viewBox='0 0 500 290'%3e %3cimage width='500' height='290' xlink:href='data:image/jpeg%3bbase64%2c/9j/4AAQSkZJRgABAQEASABIAAD/4gIcSUNDX1BST0ZJTEUAAQEAAAIMbGNtcwIQAABtbnRyUkdCIFhZWiAH3AABABkAAwApADlhY3NwQVBQTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9tYAAQAAAADTLWxjbXMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApkZXNjAAAA/AAAAF5jcHJ0AAABXAAAAAt3dHB0AAABaAAAABRia3B0AAABfAAAABRyWFlaAAABkAAAABRnWFlaAAABpAAAABRiWFlaAAABuAAAABRyVFJDAAABzAAAAEBnVFJDAAABzAAAAEBiVFJDAAABzAAAAEBkZXNjAAAAAAAAAANjMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0ZXh0AAAAAElYAABYWVogAAAAAAAA9tYAAQAAAADTLVhZWiAAAAAAAAADFgAAAzMAAAKkWFlaIAAAAAAAAG%2biAAA49QAAA5BYWVogAAAAAAAAYpkAALeFAAAY2lhZWiAAAAAAAAAkoAAAD4QAALbPY3VydgAAAAAAAAAaAAAAywHJA2MFkghrC/YQPxVRGzQh8SmQMhg7kkYFUXdd7WtwegWJsZp8rGm/fdPD6TD////bAIQABQYGBwkHCgsLCg0ODQ4NExIQEBITHRUWFRYVHSsbIBsbIBsrJi4mIyYuJkQ2MDA2RE9CP0JPX1VVX3hyeJyc0gEFBgYHCQcKCwsKDQ4NDg0TEhAQEhMdFRYVFhUdKxsgGxsgGysmLiYjJi4mRDYwMDZET0I/Qk9fVVVfeHJ4nJzS/8IAEQgBIgH0AwEiAAIRAQMRAf/EABwAAAEFAQEBAAAAAAAAAAAAAAACAwQFBgEHCP/aAAgBAQAAAAD5CT7lW5Kry6i5kWNJXxEAHTh19pA/rbWAm90NT5W0M8WgJMrQNN0Ay/cU/LOBD7OTot15lrW8GxKnOW9VHgQwOzesNc6I7MeuNhoJtJ5nStdT0SdumtHXw0VjXJU2MiMuTIhamls5GgxFZpetV9O65DUkAXznJDaOWt97n5tnKVmDEJcV1gVPhSLO3bqKt%2bG/a1bbtgiDG087rsKkvO1mnyuw835YPU4AApSOTYk3Q5hrsuBx9tbIq60lRYVNnTrtKhqtkc7IgXHLbPXynp9jf%2bX3fdH5l21ch5hIHeDwkudHAyyJ1egX1bEyx1EtzG7yXSx6ZeVckO9hseqWK/OrWFb3GCZm27%2bTuoTMTZUdFCbkWtYjV%2bza%2bO33zbz2kbrTtgV/HNrWSNZkm6fd3XlUinnTYKoLm7rbCwwECZtcpBVsMvHuWY8TQkDqFMTfpj6JqmreXS%2bKZdnxilrmbVtiJ3WU8GQ21LvOZ1yNLXB61O9Mr8HYUChy5r5fK5jlwqnsdl58PX7v0J6h5xX7Nelf%2bTaz6P8AWML86%2bVdnKqIz8ObPVBlQYvHp3K1D6ueuzq7CopIg61YzKXibRu7otZndXF2ftFbi5c5jOM2vk0j3r03O5j5qmsRYLTJr7LM0CmhQtTHZMxmy2mk85iUcWyVA0srFp5Pg2Woamc3fsuVyPjbl47Jv/QbPwnAaz2nReaZLDVHZ0AmbCZgn3YUdIEybCjze293VwUTWp8ODSHJUd2%2b0qco/wCx5rDZ%2by9C1t3rfT5XjXzhnfQ/YKbwehjEyH2x9LxtnTS4sKn7IjllA68S5EeuVqKyDoGcxzg7xGzkY/feueFZ27l%2b9ae90Gu7nfBfmq891ftfmvKgK2LzLWV2bDNYuA9Hc611XXtBk9VMy1XOY41wubqhLe2%2bsMR81Q9NvPY729l3r8Pyb5HutAhXl9WA5vcC%2bmPqVZ%2b0hxove9TJVLtEQbCfWS6RjqHIU%2bO9MmK0%2br8ohe2yMnuvV2fI6T0C2%2bfc7rafEpQkk6Xa%2bWcuJFdAg279Y0wdJUbQ3jdk9KzLttnUswaayvozTE29j4jRelwHKf1vb%2bFU%2bg9O8t8x1Ufz1BwfudjlLq9wzmXO968w4zJ41p3O7fF5efN9KxNe5nY0qdVS3V7jL5fV%2b342Bae2eoeMZPd7nCfJmml%2baIANlrMJvO%2bTya/gdcW0lT8XvFa%2bogT6vZZWEtN5NjxXYy5F1j919TKgxN/vM6m2dxfxPNqsfwDvpWHrNxlp9I8hnvJHJMePPgdcQu7gV7zKkLTMmMTOV8aRo4Gw%2bpLijyRt2Mv6HraL4lm4Or4Ab3B8cVZVl5EquAdOXNToV11U6ltSQO8U44hPJz99Y%2b6vUeXod96JK8y9pazPnnzS0AG/wA9psp1xtItABZSLepgxeyIYAd4Ptp4q35qPdKaTRrZ103tN6sj548oqGuAWt7jSTMqnHI515ngFjxqLeXMKprDvABTkxuJY8jIu/UfQ/NJvvvoFR4VrLfP/ABpzvOuFhoMtDLeoO6eliPxuAEtprtlpsw1BOnA71UtDFlBZee1O%2b3saboNrd0uR8f8AAwQ4Imz6ItITAqXCdGgA0mdTIQjilNAAoddZbcQoan%2bvabT2N/sbrzjAVHz4itLGIzqqCJJtKI6/HAAAs68E8CS02AdHHGkcAD1O822%2b1k3GeQegp%2bY4VI1bN1%2bkzpKhpJcZIAAG1xymuAE6CK5wFp4AAe6OYW2vI0P0f26h%2basVUQtEzXNxZLCCS20AAAerUOQj8AFq4/GSKfjvMAB33bUYentpm69B2a/jfHVzExNW7DH1xX2AAAAX1LzHACZDcbOyWUKQAd57puaikt730HYvOM%2bX/OeNhPJv8s2rvXI4AAAHQ4C%2bqmV3AU5JiNgB2/8AdLhEO90OrsnZNhp6X4qsMDh0sgTmUcRwAADvACS2niQBTzKQCy%2bofXPHUpoZugm3l3e6Gf8AL3j93qbXyXzjvBR19hAAAAADgjgAd4AOey/XbOJ8%2biToKbeykXWp0nn/AMmW8uxudVB8m84YHUusc6cADvAAAADrj8ThvfRPsPOZ7P5KocWxcSZ1vrq75JW82ucuTd3OD8jR1yOOtpAB9gAAADpIehT/AGV3MetextV%2bWzMabHTb620yvzcmUqJGkSnJlnoHfmxclDCeAAAAAAAB3c%2btZOqqK36w9ghUlBWNWtU4vxvy9Uxx9huK51ubZXuDyi3W4YAAAAAAHSR7XIwDEyHyDufVNbdr4vz3xnCSFPz3J7EaAy7FflR9x4uK5wAAAAAAOk33uqw1e9N7XNswWOLS0/JmtOzXJUlLVZFcakIgeseINAAAAAAAB09joa6vStMWMwI65IU4TEIcsG5E0jwY7kSa1U%2bo%2beUSOvxwAAAAADtp6BkI7KYkiEnnH5LjfFSJfCb1p97k2nipZsolb6DRM0Ff1IAH/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/8QAPxAAAQMDAgQDBAYJAwUBAAAAAQACAwQRIRIxBRBBURMiYSAycYEGFDBCUpEVIzNAYqGxwdE0Q%2bEWJHKColP/2gAIAQEAAT8BOIh6lQuIeMXUEOkBzQAVNUx67E%2bZPbLI8kux0U8J03QKAzZOaWlRTO2VjfdNGFI2zkWo/ZtAR35sGVBJJ7rU6nDBclEJtO9%2byp6XQ7O6aC2ZuoYXGqiN5AaiijtzHsAXQCib5U8LW5rd1I4krw7C5QwmSEFB1wn4Ka7K1CydysgMKbBA7BcOjaD4jumymrXGOzcequHSf3RsGjKyRbopmaXnC6Jjxs7ZeFbbZB1rqN1wpnjUm5UjbH2g4LU1HOysrII89VhhRTFhRlc5UVM6RtyMLSBsozGzJVfxFpwwKRxcblOOVdX5D2WswtQumOBanSeYhWJCc1se%2bSrknPON1k/zIN5FNCCsU67nleK2KMBGWSU26JsYGApiXOAHRRxuDVVMl1XKYwuICZw4ke8hFJCbHIUzRe42KfKWjSFdNcWlSP1cre0DZX5tsjvzp2sJyoPC8YAmwX6W4ZTxaNzZS8Uikf5G4VVUk7IuNkLd09ovzsNHIW08wnS4sOUcrmlb57o%2bVoDd0OHPdlxU1KWdUGkuwnQvG6Ka4oWcE7BVkxOaLK6cC08qeMCPUmbrXpddSVrgNk6oL22IWgl1gmtqALNcnRVNruN011ipeHPlZramUchlDDi6q6FkVP5cnur4sggy6mia1v2IR56rDHJsV0GtjjunyFxWopu6Nud/Kr4TunMGxVEzXOBb4qv4e1jdbD8lT8NmlPYKqZ4Xkso2yOOFpqx95SxyblyiOk3WovT4291KWsaGDfqU1xCOQhsgr4RJUTHSttbZGgnHRFrmxgEKSXsqceINRT48qOnuvDAcm6A4C6BaRZVTPDeVTcQewbXCkqS5weG7LxGviN%2boX1OUnAX1V7PewvKGpsbXblTUnVqIsfsA26IIOVY9lpd2Khhz5mlUsYfNboN1XOvKRsNk9ham7oDF0Tf2GjKfvyjic82G6NDOOi4fF4Zdq3VTM4kNAuhxEtbpDVNM578qijDWXKmc22SntbZGnBCLgx1intaXNJ2GVI67iUwLSQFYLThOdyhmiY2zQhO0ohjwqyj8M3GyhLY4RdPqG9FRSamkHdOZlVUx8XHRMqH90ZNYyoqpgGksCkq4dFmtsULn7yjllZ6hSvdI/Kc1wCBN1E67d1UQs1J8RRaRyawlaGgJ1kGEqjoKiQ%2bSFz/QC6ofo/xR3veUfhcQP/gXT%2bASNAvb4AaUaNrRmB9/hujQxTeXQR8l%2bhmQjEgJcQAFxXgFUyTUNJvsAjQzOLRbYZ9E5gDyBdSuGw9jQMINtc82uINwm1crmbZT/EOSVTTaX5NwpaukY27W3JT5A92qwCdUu7p0zyoHeJEFYNFyqmTXKSnkthDepzyj2ROEXLWigF4dhcKRx0qjnDmkHcIVUT/KT%2banxIc35Ryua4EI1mqH1VrotsU291SwMLSS75KUjVjZB2kpk4Cmk84IUtQ5yDlTlT33TZgjI0rylfBEKno5J3hkbbkrg/0X4dFZ1U7xH/hyGj/KDqSnZ4cUYHo0W/NCopGv0%2bHYnr3Qq2NNuh2O4/4QfE7FwPigyBoy4fmqg0jmkZPwXEKpkb9Gu1%2b4UsrI3sL3ea4zbFiuNfR5rqovhsGu6X6qq4dNC/S5vm9NrJ9K9u4KdG5oFxa/J7QAm5ajGefjANAUkq6KQkYQvZZTW4VNIWP9FV1hfgbKMAuzspDqJKANkMIlFW5N2Wmx%2bKlpbg2RD4X%2bqnaHt8Rv/tzC1ZTCCLrWC5Bqku1OPMj9U1Ohu3UOUD7OT9PhpwygEHWUMbnoUkrpAxrS5x6BcO%2bj9TSweIbtc8%2bbuGhGr1Nt7zmjHdOqZoybuIv0OV48l7iQH5ptV4kZc0WeB529/UKKujcLE3H8wmGnIuST8Ov5KWs8nkY5vqVxyQeOWgOB6nun1Zd4ZLQbDNwqav8AEEZ7tFx2Khhjez3WKu4NT5kY0B3TSM/zXGuGxtrH5NzYkdlJG1sgAUvmksnM0gBAKZtio/fCn98qybG4kfFVELvFwEY7BOsFE4OCkfnCvhXTEwhPKJ5MTmIBMkZKzG6ZsqqlbIz1URbDIWO67qogax3odk5tuYda/KJ5AUjyW5HI8g68JCimLD6J0TJBqanM0uUYuxTRfrLBRwRsAuLoRRmRxI%2bCpKQvOoghgVE1oB8GPwx%2bI7n5qu4rVw%2b867fRN4sC4YAP4l%2bkzfo9vdfW6OTDo7eoQfAx4fHKQR0KqX3drj36hQ8Qq2HF1PxubQbhoOwtkrw3SyanG5O5U7YxYB2y4XUUDYGa3i/rj%2bS/SvD27PJ9AV/1Axz9EbHfG11VUbZ9Tvv/APjuqumkjlz8iooHuNwFUBzTlNkCndcqH3wpHXcSmPLTcKGpa8tBGbqpnaH2AynzOvsicprrezdE82croShtiFT1bS5reqe4bLiUfnBChvI3w3fJSxvY6xXVCMLwbp0bmqkgxqcqh7LWCO/OFuokenKCVzXYUkPiZTYyAtDbX6oy5XBn0fjXlJDr%2bXqD8VPTwzRecXHduPzWpjPKH4Ve46TqNgnSgE6dlHMAbg2QqnfhBRIPcKNttrqOFruhVJwtjxlqm4LE0YauK0TonXRJXDp3X0m/9U2Gr/2xg/ebj87qDh0keSHvLumSuM8N8KpDpPKHZspOItB0MFh3VU8ufk84mXDj25xftGojS/UnCOQKSJzX2TYD1XhBPaB7Udk4BFyumtuCOxWs3uOhUNU8zE91UvDrKO26mn1OC0tKayyfIGlRvjeqiV99I2U40tA9iN%2bk3RWwBUFV0K06tlI2zbqRyimAsm1WuEXe/Xbf/lPr5m72P8lUVrnHb%2b6bcuQ3VLSlwCjoUyiCgox2VLBpCnjuFxCjJuq2AtfZMDh1/nZcP47UU506nFvx/wAr9JzPAeypJb6f3Vaw1NO8OJJv1UlFPfAUgcHZ35tfZpHfnANUzR6osFyFUgxSeVAhzQXDKfUN6LBCMWVJCOnIC6MblZAoZCsVZRHzhHDj2UXlkUk42Q1tFyhumPLSmO1MVULAKB%2blynILAVUWMLD19kMcRss8qOfFipj5N1Je6pOESyQCVrC65xZV9H9VoYmeFb7zj69lVTulfk7YHYJ%2bDayoodZUjNU7WtVNAGsATI1HCoo87KMJ7VPBcLi9ANBTwdSpqcSOAsT8FRwx041fVm56vKn4s99mhrRqxgf3TYmEbLitvrb7eyN1wuO8rn9GtuoK4eIQ7qVUO1VFlUyWbYJu4Qbsr/rLd1LhxHZeFcp2hoQc5F6u0oeiPIDqgNTfULOn1UERe5VFK%2b2Cg0qGjid95OpvB8zTjsql%2bp/IynTZanFZPsQTEYRYx4UlOWqDBTtTrKngj8RpfkXUFZBCwBjWfAZVfWMqAXHVcE2B2U4drNh1TiDh26iimDfK1cKoLO1v3UcaY0IAWTSAmStAWoFPXEh5HBVTNL1S1fhBR1NRWStDpDovtdTzxsdJpdfSbD4pnG7C1lUya5SfZaqYFlFMR1wrFCR17p7y48vrQbGOpTHlrDK7c%2b6mvyg9PbdOxj2Lnk33SmHzpsZGU1xjabJtRL1T2EplOehQoJD94oQC%2bQjHGBtlSRkHZeE4ZQjcjGQUY291i6uAvFchO7qsHITH2XiO6KHibhpBA332VVxBxZoiG/S1ynyEkue7Y7KIGSVQxt0C%2bApOIthF2t/Nf9R1JdhosqHjRkNnJlUCFLVFoVVxasGGXUddxi%2b5VLxas/3L4VRViUZGVXxgOd8UHZthU0ThJjBsnNAppCd9QRchn2GtB6qnpmnKqnshomN6uyjrejGQmRj7wToGdkIo9ds4U8pe706cmObZeI2yuCU5tvZHuHlSXe6x2UjFHDqKdGAE5zWtF19bY3qpZGtvdUQEur0U0IUjNKAFlpzZSjHw5NsVpj0bItYjYDHJpCgijd2UtWGOPhpxJN1w7Mqle4%2bUbBeFCDd%2bSpHxAYjaPmLoTWO1lwt/jYVfAWRXVRI9q%2bt%2bE%2bzxKTa%2bMYUXFIiAWvcPR4/uFSaJ297/AJrjNM6N5b2yo7OPqoZSfNbI3VaA1jrbOsnb%2bywZX1h7yGN72XEm%2bdjfwhDeyZCjTgtUc41WKls0OPV23sXQCO3K3LC%2b580FSOYxpJKdVt6KlntLcpzLhV0hw0LUeqk88Qd2wVw6bRNY7FSi4VZIG2CdIwMFkZG7qSTUVYoRuWh1t1dwKBd1Q2TQ5UksDWlsjL363sqiFrtbwcDlwoXqR8FJA4tGlpun8LmLjrl036I8GiAP63%2bi%2bog52%2bGFwOi0N1HcqrpxJHZVfCS7OkG35oUbGuu%2bAn5XVN4LhpbT/m1R0cXvaAD6LjNJqa4%2biH6uQ46qIAX0u%2bSrrENtYgtR39rhEOuqZ6FVwvK5GVjXhRgGxVZMI4T3KYwveB3VQ%2b77dBj2hlWsrHldf7Z%2bPsXVPWEDSeydclPaVSkai12zhZOaWuI7KkrfuP8Akp3l0h5AkcomhG/Rayi25Tmmy2TXouUvlpmN6nJRYuBx3q/koo8Bqk4PA7JaEOF07PuhSRAdFQA2ThhSGNpybLQD1BUcbOykiCrI9bHD0VRE0T27uWgxhx6Krlc5rbbZ9vgbXmZ56NYVPK90jrnrypKkMhJd02U075HXKhsyJz%2bpwFYrQ5FhHsNsnFNtZP5NH6t3PSeV9kwiye7tye4uN%2bRNzyHJr7ISrxMoPsnS3TzyYSpHA/yQp3OYXLgvkrLfwlUrwMlGdTVIUVTF53SOueii4yNdhay/TkbI9TnAAJnHKOpaW%2bnZCqfCd8Kmrw4ITXCmcFVRyPqpLdH3XEGFkLD%2bfyUj746dPboCYqWeTv5Rz1G1kxpc4AdVUuGoMGzcJpKY5qkcPsWHp6IC5UcYCcy6kh0jkHfZXV0DdXRKBWkrKhkdJLpI6Y%2bSgOiqjNutk2oRqML6xqU8RddR01nX6qKmaQLlUVFGzOnPdVdKNJwmyOglGfL/AEUEjnMunOuz5qg4VC9jXvF73J9br6WxxwU0UdmgmS4HoFf26z9TRQxdSNR%2bfNmnUL7KOLwWGS9%2bjeQ3V7InnY%2b0w%2bZRtzykfZPlLm2KCcLFO2%2bX2VvYCBRIXCS19YxhNtVxdVNPG1mSDYbpynYTBYdxdGWKMWc7ZfpOK2GBR17C79mD8lDXH7kAJ%2bCbxydpF4XD5I/SenuWvGVLUUtSx/hnICpzpgbfsFI7TG74EqL6XVEUelsbcbG6rq%2boq5jJK67v6JtvapIfFqI2d3BcYk1Vjh0bjnEwveAqiS7tI91uBybun9Ph7F/aajIQUZXHlT05dktwnMijZgZK0QuGTlThoIt2%2bysmtT2YugvC5FyBN7jdGvq7W8QqkqDJTMzm39FSvbIPiuJcKc8lzDnsvo/ABI%2bOUaSRi6oKakDmEuafKoG0Mb5Ms37p7qElnm1W1bZVT9HXVdVrJ0R/DzFO4dBBoZGyw6qR2wXE6jRRzH%2bA%2b1pRCh0Bri4XVHLDFIJW38qmk1yOd3PMHw4/4nf09gRwmxJ6KbTq8qG6d7ZJTufiSaN1A%2bOQNBOVUEeKbdFI/WB6fYnfk12E4q2VdPKAWy1BUE246bqnldG4HotYcAe6s1Njb/Db1Cjay/ut/JQyHvyqBYXRNlx6V/1fT3PIC6PKyvysfD%2bJU3kjDOvXnBGDdzvdCe7U4nmFLJqt6cmmyJv7dRQSxb25jCLiVfkDZOH2BTVZEooFFNNk435QS6JAfzUL2PUI6XTYnKOAlR0jlFTEIR4VdVeYt7KpqmiwySdguJ0roeHBz/ec/PomQFxUrNGObPdTm25UpGjzDDVK8ucTyjjL3gKpeBaNvuj2DgfZyzyPdclDdbFH2WnoU4WP2AKLlf7CkhcaaORm%2bb%2bqZUDb73ZUnERs5RVMZ2KbK2y%2bvMaMqs4yA3y7nonVb3O/E4rhdB5vFky7p6L6VMP6Ov2kaoyQLJ8dynCx5M9xPF2oC5WsCIsHRFNaSi8AWb%2bfsAaRdE/ZzUbXC7N0QWnKdv7YILbc7fb8J/0TPiVV0zXZ69050oPwUVc9o7FDikwG6fxKYlR%2bNM%2b/81R0llTss1cbi8Th8wt92/5JjYzFe2VL7ylGAmi6isERumO0F2M9E0%2bR3IvxYYCsecdr5TnXP2mqNVP1dwycp1rD2xunCxQRRPsdOWn7Dg/%2bjb8SnsuFUQoQ3KFPdR0IBVLTNGwVPTkJgUrA5pHcLitHPSy6XDyn3XdCiBZSDCYLIcnbrSfDJ9eYuiORw34/a3PdFD7A5YD25X9gDCvyP2HBD/2n/seUkYKEWU1ijiJVLT2TWWCARX1aGojMUjA5vYri/wBBxYOpZbH8D/7FVnBuJUx/WwPHqMj8wnNc02It8UXla7jZNYVdrYRfqnHPMlNFypD5v3W6wmEBpHf2iUGpwz9hRcOqqt%2bmGMu7noPiVT0Bo2eEXBztzbbPJywo2AqNllFI0LxkHoFQe8nuuVX1bKakkkd0H5lCs1us6zr98qeioqi1v1bu4GCqnhNTANWnW38TcoucnOJ39mIgEo2WP3NoRCt9hrKJ9qmpp6iURxML3nYBcM%2bhkMYD6x2p3/5tOPmU90cceiNoY0dALBVDrykppCeLhG91HI4JtThMlddMlTXppUZwmlfSri3jy/V2HyMOT3d/woSdSEhabalTVcosBujS8Mqm2lj0SH/cZv8AMLiHAKynBe1vixfjaP6jp7N%2bVkAj%2b4gon7ZrS42AuVwf6JV1YQ6QGGL8Thk/AKi4dRcPi0QMt%2bJx953xKllUzsKb3kHIFPZlMYV4RKbFpGSgVG5RFRlfSDi/1WHw4z%2bteMeg7oAl2MrS3U2x6IlpAFvmodOpYxdUfEjD1sqmm4XVanSRhrre8zBPqqr6PztzCfEb26p8b2Os4EHsfZ1fvbRcrT7HDuGCXzzXbHbHd3wUH1SB7dENhqF75JC%2bstcwEbKSW6eVLdSsVsoJybIQUJjZXcUBhRhQhcT4nHRQ6jl591vdTSyzzPe913uOf8KOzbDqr5uAjIbfNMmcV4pc0XK1usmyE9VDUkHsnOhmbaZjXfFVnAGka6Z1/wCA7/JPjexxa5pBHQoBFaccwUfbJH7gwhXR3VPTTTv0xtJKouDRReaQh7hk9Wj/ACpaovkv02Clfb7y4FxcuAgccj3fVWJRiKfGpo/RPici0qNt0%2bOxTCbpgJUMWEIFX8YiowWt88ttug%2bKqaqWeUySElxQBb8yvMB8U0G/ZG/4lH13Te2UHYF1e3%2bEJW6hfCDxuoJrHf8AkuKRsqYXNDQ6QNu09fhyARWhEfvdBwl83nkOiP8AmfgmSU8Efhx2A/mqmt1jQ3ZO2A9EbWsU0uY8WNje4IXA%2bPQ1DRHN5ZR/9KzCnxhPhCfCEYAeiEFijT3C%2bqWK8IBSV9NTDzvz26riH0knmBbEPDb3%2b8VqeUMWzvujpxhah6hHTjCeoz5UHprzdOe44WsgjPwTpCDumzEfBU0oLr3%2bK4tThk2sbPz8%2bqaQFqCDgnH95jifI8NYCSeio%2bEQU7Q%2bbzP7dAqysDrjbsny3TXnuruUgPVHw3YJTw5n%2bVRfSKtgwXa29nbqD6W0zvfa5p/NR8boZNpm/M2QqYX7PafmvKgWjeyNZTR%2b/KwfEqr%2bk/D2XDNUh9BYfmVWcfq5sC0bT23/ADQuSdyeqAVz6pltSIF1GG6s3t1sixuSNvXdO93NkwDSif4fmme9aykIviy6ptuoRt/whMRI0griEWujJ7eYfvkEEk0jWMF3FU8VPQss3L/vO7qaqe74XUj73srhN3ROl26MrbjCdbohJZFsfey0/NWKuvEP4j%2baL3dyrG6DT3sgxvqV2yFfPJrXWKF7YCANr2AQ23CIdayjHl94o2DjkqEjXsrgu267oGx2TNOcLdxTz5lTlpgAd1Fk9ulxHY/vdJGykp7n9o8Z9B2T6jKdI5GQ3QdlF68XCLkXK6DitRWULoE9VcolC6ZbstXoghuriyzlbnZA%2bicT2yo79gnZcbBU%2bZOys7USio/Lcpg3TzlUv7MfBV8ZFU/1z%2baIPMgfu1H/AKmL/wAwqonw257/ANU73195Hfl1TuR5hBdUeQXVfc%2baf7x%2bCaMobnkz3lD1QJ8UfFE5Kh98p25VJ%2b1TTlf5QQX31Tfs3fBcQ/1A/wDFUzWmQ4GyqR%2btPI/Yf//EACkQAQACAgIBAwMEAwEAAAAAAAEAESExQVFhEHGBIJGhMLHB8EDR4fH/2gAIAQEAAT8QQI3k%2bJW2R1HYyZxBUXZiFq6Xid%2b7lVncvugy/hgQDhinIXBaMuK1CZYx9VPUR%2bhu4QVa9VbdRGSoAsLC4iuFEHlQtW8vEIcKOIKgYoPRJf0PlKNQS1ZjLiXyWZnTbFfbCKl9%2bgClaDUGaEVZl2y8elwgfB92LAs0SgNaypiBvOYsjQSggIWURAWC8Q2eY43dupZirWmLmzKlnxkAbJmPpNynmL8QmUDYoip3KceqSIwxg9qxgykMUVFByAVL5ZYS2LaWjYhpgthz6hbKBKqGYQqEUI47KsCtW8dTNrcbuoktwUlV3NESstlajwTBtrMy2nHmH710I2B8zTMKJle61LQcQccy1bTYlgy98E/LiXu1uWggUQ9LVf1LCll%2bhe5UVa9dnywPbmUYTYAuK7zyiQJiLRJyIS1zHoX28wvMFi749diO/cS6PLMKcdRuvKGZk%2bZdVbg6gagYGWN4bgRqAMT3GBU4jjcFMAKlpzYvmKu2MFt/aMUwvUFuFqusZUIiJWJdRGNAI42XnUE1DWpkFrmPXB3F/BBbEwqCkc/oqmU49UkbRW7jm1gqmU5iRueRgdI0ZjV%2biKATggoHj1oHqW9YfwmvG8qEMHYzEos5lavfc56qMtCykrmpQbjkEC6gA3tJSbkejAxpAllepVuHLNfxDMUQepc7TEBsxc3UrSosELEKTJPCLsgEXRM29Zmq%2bhirpXEtDQe8CwQNQrqeyREHZ9NeuqIPTj8yvCmCFigzX4JUEp3WIBBzQZti0%2bIrTu2DkQBKXL9XRLARW/TGnwh2fzl2IIxcrSrtiLJCrgvO5z8YdIBGlC7husSx2Y4WFX8Tycy8fSL6vEQWJRiXcC1QlNeIoMNxaFUwiQLlgR2YSTJuUlj1xwuG5feGZt5hNatJGO1/aJ91uLFkOFK0QZY1AWvmEW1kU63BamyPR3Goj9x8IXZX3IttzpPdq/tExNWSv/B%2bVRZdbSgq8AUQVYFC44d2FvmFW7LhX%2byVawQKq2NKwKm2vNtsOCTVy%2b8gsIGr9pQEH1I7TCXRFt9AaUjhg0z7S5hvRB96eyBIZYfUCVGkE5RYaayYSCaUBAD1o%2bI%2bnleDg9Hl7wUXC%2bSVqptMEVYMO6aYsTuHuW2TdVBolV4gsZCqjtWNY5rjQwswP11swSo0eYmDTBDMuGoiQdEvKZUrc4F0TlziCYtQwVhAdsRheoK476PMzx1IDwa4t%2bIeFJrAPLiXgc4Jdve5Yrm32PXahVGJqn4uFNrwPxLNWdMX7wPlLATXzwxIjdoCxQPY8w0svqDmB14hiogRGSwU8%2beZqxmgSl9iJDi1Xi6huEl5IbTuHLM%2bhsjjgazLWjMceTKToRZ7iLc3oYzluWWENQzwZY977e0TgYuFFJAqbzMv0R0iXHSjEW5lpQfvB5%2bzp79CLJFCR5j3oZj0RxLqqBhLIq5Yt%2bhCPcO59yIjTMQuGHDXEoZ5jcTkQ3SDzFKJQNv2gSkGvKVjSsv6co/q4RW5VNmUbautvsw8wBtAf0qYa7%2bmdkDht41BRhlIBS%2b3MpzSKbXj/sKpLAWa3b5lS5LsZDDjqZRUt3XPfv5l4qVhNru1h8GHIVY5f4iAXmFA8EEDqXEK3uCx8wVIS0Fy0xLBEoSqI5FSpEA4SaCwRFTzBAhzuUpuAL/EDLFZcstRDJGqWxFDJM6vEyYoaZmMMLamIVValbHqwHZ6KuaguF6uUvHoCDkcQ5z0nOjklcOKZVC4mByNQSuO5WFBoQNtBW3wTG%2bGURvMN0a4M0P2%2bbiUquuKPaZbXaN/%2bRrDv1tfb/U10opp%2b0vwybHh7PExh8%2bfeCaqcqx%2bPvG9qbSXyYl2f6mMpApC%2bzX3lYsKxYt6l9nsNj/NEBB0VVFurbbjPJF/9I5QpzLdDeSENRgzonkxnJiFyKIssQxjSMpYlvJ61LohmS/0qGmcRrxBlJcRFiN8MHtmKjbMwJX39MQbTEo2xKfcrpGMkHEw6GPrGJS0fVAwUQNdcTd8QAPI1BTcbTxUAsFIP2SOzih7AdcTBchwZP3jaOjbnHiCwvpzBCl4f3jcPkaguTsCXygN5YgWlwRRXAmoUQHiBQ3TwaPLLuSq8aiytLw1T5JWDoK1X3CO4zWFa6eiI9pX6Vg9vJK76Mdpth6Ku54EeuHuEfHsd3FdBdRkzN4iS8JTxNe/EF%2bm5Rg9TF6eybCIBKcUVDhXUHx4iF8zUtiF9wJZTKguofxhgNVdQhCtSIVyWvpx6F7aK1e2UgRhNbLO9Km7XFIzlm5Y6CxQwdVbTw3MuzRpRSawlTCie6/uisZvuFwQiBWGA8VNGpaIEMS9olqBqPUYvEYsJTAC8VkQnswOeDIjC4rkJAGa3azk/uYCytckYhob9Tr/AEGyONyYhOag9W6xAKUNy3QgBxlgbEqX8/REBBGrijiINkXLM2ZQjjXzmENyhAvSYjMM5gZqSK0ywkK444g9mUvTic1CJ54RE%2biwCTuNSm6ntL1urEfbZi26l1g8CtGNe8W5JLVl9i5o5IODwoCgOA4hEwQ1UxBFXmsfmOg0EFDEI4sYVKATDUsgLiPWs7GWh1uXwi8mE6CKv5%2bAYcrMWunG2WWCl8wYjF/TogKGV8oo3GBhitDiC3IVKZu4t06g8pdqPeKhbtTHSx3HSDMa4cQw4ZayVKcpaV5lYjVRlDs%2bIU8EMnEYMgGpaTWahJdnww7WeSZQI4rHoky4DbUtM9fQGoEh7FPUaayRCLuFKZgxEDYNfmLqjq9L7t5%2bI2jAUGHOIwKwyxj5WUADpZKCgPOvzFepZjoIWLqFM/ECJsJxmOsn3hEoS6hKDhgLjAx7i2tHHzLmkBuLPiOiU%2bXbL7YxEVK0zD7tv6dvMBptgfac9MIE3UuL6AWsMFg1H%2bY41crliJiW7jQeipSTyRYq%2bOACsDiZxGgluokpyhoaWGMosCtT5l0ZBZrB4QDpHCajHq5SGC3SVhvF7jrkBbGpY5TABKb3ULbXxEhFWLKPtLwFWgT7kt4YC958wgpyQ3BLXqOyUatV/aDAO3BbKGIuoMzHKZ6jCtrTBBWGLvKRhQtyrEwmOw/xL203ihZT2zGA8kuUK5d3b1UW2ZMxKa9Ts0eoJdlfjJT3ibBRBqcsKGljTAiVgck8EtegUOAhAJeo6BLIYWn04t2gQUbhTkBcJYNLjxAwEXBzE4ZDL0sq15I4mLRiJnxHDpmTfxLqO/RWgwKe8G1uCUJibsVtAhZa8e004Kq1be/iME2rbBcPR%2bI8VwCQWcF3%2bIwtvJ/ZGJMDjr8RWK7OPR5jrO3%2bI9aAR72ZcBuJmuv5oqemxoQ7aBZ23HaNykfEWyGAeTn5nIwTnncppLi2%2boJvRmUvoQK5vEZ2QSCgNwcRrfBcC8BdReMvs9RYLuI6mi4mZWt%2bg1MS19kUcMNVbgjXC2ZRw4gWGSXF6yzFShbO3/mYJJwsCBdFrFFXbrqJA58REfMG4jjqIYqOwblTB94LVQTUfzVQMXvuJJ2BrHtfLLjD8peipwREFbBz8wcTnwn4YsBdAANGu4lJklpHEXo/Rf5Q0rO%2bLzKxAewfxBoqXKK/ECl/8Rg0JbF56hLb3Ditx03IPjXzibsV9VgTFn2lksC4TGc5ZQGnMzmUUfMIO1AqOGnxET6BZfCMrGJU9kDJ4eitegjmL1xoywVtYBMQfNR4eIzNqo6WcZRje6ls0jNtxILxCW8ibhJVNZlEJOnMS8serHHUQD/JQh3DJM5QGw0mjbKoJd4mZLu6jwAD8sAba6JeDxLZ1bdQeJALhAFkOl2yE3jG%2bwwWUyznhxKpBxBVJ5jfP0m4bEHI4q5c%2bmVi1eUZL7HUK/8Ap2y7NbjixNh9FTbAWxgozK3j0sKs2PoC6h1sdxD7IHOd6W3fMtDdZgo2RkXb6UUiUpHwijhlmiQzmdKX5gqSzVwBUoAHNYlyqosHmNuO5EmZ4hruEGty7SDQ0ARLTJwy355MDQqqrRftcO5HTqEm%2bIW2CHMxgLwutxr1kDqtk/eVCyjToj9R3UofuMVVXn0UHAg9ZVEIjj%2bTywTROcy5iO/ptl%2blg9lHAJStZhOoasIo5yR0%2b/ofS%2bghuGdsBZixrj0qmDIkFoNefMWEbFAo8I4CN/s/zHCnqo2VtHMUsXXD3HckfEw4C26q/eEiYdeWPAVstOPeXwuJKkzvz/xCNuIxPSPtLlJG2W4v24gOoB9ba%2b6xa9e31ngqT5y9QgacmAuLD5b5iqq7Zogw9rEd/ozJU4lKozcWiDyzBnAwN4ItDAN%2bafpASJTiPoLSOQTMEFDo1Y/iFBIKoXZtx3KNJpqJNlHsYayuA5i2cDlbZgC3NWihqTkE1Dy5Gi5EheDwkAVWKJrmJqHJ4YGlj%2bXBjSKRVXFkRuxRwDoOCMOYtr9LDcZ9rzK64B8eoh5cvR3DJcFH8%2bguNvoL1H6SlMc0Tlqiq5m/HfUoTWbc1N6%2bUKb12/RKjWswUuCQzQmBcupYwxRA2JsY65POLnEILXlVMWl4CMS7dtThh0GhDb37Q%2bssqylHZ4hFuGEYs1AoxElrVwpqIbw2mCu/bxKBGTDaHbzHscnOeJetCBvlKK%2b/rx6BmbQTmYCGAmT5bDwpUZ3bPrbVo%2b3/AF6kvgKGIS%2bENiECW/VSmWZcFlVLAaIDSpp5nGIq%2b0uFVSn9A3BSgtTWjpUKCGNXEuIsC9xfgiXfQaUVTzUFDaiaP/ULMy%2bYfgMIENOQwJlvjR%2bIat3Bs71CQuLc%2b0UxkPXAZzLorERVK3Rx6Dq4tiwo0RAdtn3%2bvuifL1HQ5fUK1LQCgV6Cv0NbKQeZmn0obd8TkIIRGmKqrtlyU5NP1sVt%2bhARLiVixWwVLWPROL17GFKU4K9oBhtx/qKMkpCoJsN%2bYUWV3KsoQTll/iEXJUHcJrEQt0po9%2b464zOWy%2btd%2b5c9HttVR7WMTl9CChbt0QZPl7e/ULmly7/TdKVmXuhyEWcx%2bg3oYtD9TuMYlk84/W8tEA8F/MWqxtYpJdHzW3FxMStdQRpzB%2b5iUlZUOVRvTkNGjO/aYei217PMRV/oNkxpUz6y9PQjrmZDqIAbWOqgLe2MYjRKNe/aLfrkG3REW39NLg6dyqik4nN2R%2bpmtmvUTET6DX6REP63BMKGhsjYuntqGBsHcG5Ny1WjxffiWIdfZ7QWOV2rt94BHiOTZKTznCi0SlurlKRVUQJBUGoO5pS68xTyVCX0/wCSeL1GbQl0/qIOwfeOxh6SBUOdR%2bp0GXJCcwIYiO/UFiMm405/QN/38y4Jkcbg6K8SoAVjqXHL7twVPe5X3ZnE92UlRDaQfmWT7A0%2bPPZHXBioJSlOYtahVMMA4erUL0FHeX6vmQYGLMqz6/OMH0XVfRb1ljHovP1V6WA6/jiDcvKiuQX4jhghAJmVTEGBQXiXJZ0fk6ZTOhlLL8P8ygGXQV/tYR4hHAp/MGxxBXLFrHHFpQlifQUZYxRO2AqtGD/At%2bgTqU6heJLIPpAXLEuuJhuUL9C63NGPImCBThv0I0Xuu4LcQZrMLt6lRCUFq8kAm4TWZbLhfM5e6lI1PR2YD5jUIPFDLunUeoKwpe4kegeyq8myKdyntoo%2bl0TNUQXW5fSWdRr/AAbD0NIKfUMDKiL9SjZw7X/nmc6ewD4LL7Ep/vBg%2bCXlyx2ICdkoRMyL94tCm4i1xlMxseZcbhDOdRRlDtotaH4094G3V1fPEW2W8dRVCpxtx8RMhGwLdphIsgdOQPvfs%2bkRAWbTwwZ/wam4rLfr4%2boKpNAWsvSHOB/m93EcnScpP6Y1GVFmUGoGyFy6XBCbSxk%2b0DFYYY5GOPiPefTvmPFoy8T7uoS2Vb87YCSckf2gABsRphRAuzyfOJiAUeT8%2bYqFrbCqjO0Shj0MP2liWq6UEfGn4iAq2FP59RAg5uOOPWn9BH9c9AQxKfU1Y1iFJ7uPMvxAiWUyK8RaZYErqNbMVYUSpubOoqrqFSyZsXHACCMsbhmFeYeiYMBS7K7fByxk%2bYfsOiAti3/zxCpAU1nO3vxFWzbSuL8QoEyWDWY6wD1VDCxl7ziHZyXWG4ApEO73KNcPBPZ2R35R/wAnPsxkTZCk%2bGAwl0QGT61kVv1qPP61egLuAXDNkAtXWjyvExckwfBHb3imuJo44jq6Urr/AHMTKdtDj3JXnIi08xW7gTYKQRqU0qI2MQFAlFcFygjDpMgP3Ga9o38udB0HAdQnL5E78wLF48KsPaNeQB44lYhTmtL8xKYKm6vhlMaEGvMqoFLpzAK9JnDEbyHJ%2b8UFmzbzbMgrzax9ph6QeAZy81gZqMsTVTI8xQzLf8ofAM2/gP7xWNLNFryvcTSm7vn3qAoNO22PMJn%2bsbEEKVk5HiOUCq3BTk89kSiJUp8Rt4JlYqWlw4pqHdU3KnNhukpg5XxHRKVl%2bQ18Rs1be1iAjYmWccJwSrTVcO4V3WBiCEPDV5/MoYMXwxrXqtxHiwKyxBLax5qMNsBo6%2bYZgvtMJwzzdR5XHKodvy2i/tOwuq0cX8wTMzTsQ0r/AB30aK1AMsoh3l83HvFAaVhdAeMcxLKorjOIBXJXiB6ofDm/PURyU2hiaJK0/wAxUTIZp/viUNHMJgdDDAq2cU%2b5Hz4dj81ErO8BirSfEQyHzDsD4T%2bZiy/eIKvCBnT3fxE4qltd/dYmn7DGqsgeGVBrWQS/hvcajFuTAh/yUdgKpt8RGBTVrpeNTW5HFjbUc3KBlDEAGsc%2b6BvQVlt/aAFs98pDyu/7zAnYX3nMJouhMbY95Q4ye0MoFqh0b/Hqlf45v0Qqmg/vEEZs6XwOiZJQyZKr9ouBi91UUQW734%2bZU5XxBwJrxV3HJa3ZeI7NgqMspX7x4I1B6E/dHqjU5GAlAfKO5/lZboxeUD7xgtIcuooA/BiUNvg1M3znxRH2dY4xOAXVrdQZIjny6qXAOjruCWDjLVJUYbQXTXtOsQ1/ep2peDuLIZaZXjiHblnAsa2K6qKBMBgzfvKxjF4laW9nvH8xF9oPxj/JPTG5zvO6nT3FU8W5uOa1WbcsZkrzuBasHv8AmX7ZWhVZhrz8xDbeIuj/AHKDPIy0cynmUslgDWYaiFPNtwbNYnJlh8QpeHiyItyGH7wtBzBKZcYxr3gpr1niB4FcvEKw4GfPtBIF3fN7lBWZXELSc3jcDQuF6xNC5beLibW/iMDZo75iNqLrMRNPP9qNuxfb/sJTNqflBbPQq5R/xTTAIJZ/LHXpttmP2IKq25s%2bZWGW3jTTWCK3Nn4jLYde0GofyideGGvmaEFw4hpH4j9oTmH9JjTirgoj7ftGpvuJsXipsTpE2O/5hPgI/tsA5%2bYg6WDk9k0%2b05HFzjG7YP2ctBPIgAgB4h%2bi/8QAFBEBAAAAAAAAAAAAAAAAAAAAkP/aAAgBAgEBPwAYP//EABQRAQAAAAAAAAAAAAAAAAAAAJD/2gAIAQMBAT8AGD//2Q=='/%3e %3c/pattern%3e %3c/defs%3e %3crect id='pexels-photo-2120114' width='333' height='327' rx='44' transform='translate(366 364)' fill='url(%23pattern)'/%3e %3crect id='pexels-photo-4947590' width='213' height='211' rx='34' transform='translate(119 364)' fill='url(%23pattern-2)'/%3e %3cg id='Rectangle_2825' data-name='Rectangle 2825' transform='translate(0 364)' fill='none' stroke='%2352bd94' stroke-width='2'%3e %3crect width='84' height='83' rx='20' stroke='none'/%3e %3crect x='1' y='1' width='82' height='81' rx='19' fill='none'/%3e %3c/g%3e %3crect id='istockphoto-1218610083-612x612' width='332' height='327' rx='44' fill='url(%23pattern-3)'/%3e %3crect id='pexels-photo-91227' width='214' height='211' rx='34' transform='translate(366 116)' fill='url(%23pattern-4)'/%3e %3cg id='Rectangle_2826' data-name='Rectangle 2826' transform='translate(366)' fill='none' stroke='%23bcbcbc' stroke-width='2'%3e %3crect width='83' height='82' rx='20' stroke='none'/%3e %3crect x='1' y='1' width='81' height='80' rx='19' fill='none'/%3e %3c/g%3e %3crect id='pexels-photo-91227-2' data-name='pexels-photo-91227' width='214' height='211' rx='34' transform='translate(366 116)' fill='%2352bd94' opacity='0.62' style='mix-blend-mode: multiply%3bisolation: isolate'/%3e%3c/svg%3e\" alt=\"\" data-v-5a743376></div></div></div><section class=\"dividers\" data-v-5a743376><section class=\"dashedline-start\" data-v-5a743376></section><span class=\"symbol-x\" data-v-5a743376>×</span><span class=\"symbol2-x\" data-v-5a743376>×</span><section class=\"dashedline-end\" data-v-5a743376></section></section>",2);Mw.render=function(e,i,n,o,l,a){const r=t.resolveComponent("signupForm");return t.openBlock(),t.createElementBlock("section",Lw,[Uw,t.createVNode(r)])},Mw.__scopeId="data-v-5a743376",Mw.__file="src/components/SignupComponent.vue";var Fw={name:"HlxSlider",props:{max:{type:Number,default:100},min:{type:Number,default:0},config:{type:Object,default:()=>({fill:"#F6991D",background:"#d4d4d4"})}},emits:["update:modelValue","change"],data:()=>({currentValue:0}),computed:{},mounted(){let e=this.$refs["hlx-slider"];this.currentValue=this.min;const t=(this.currentValue-this.min)/(this.max-this.min)*100,i=`linear-gradient(90deg, ${this.config.fill} ${t}%, ${this.config.background} ${t+.1}%)`;e.style.background=i},methods:{handleChange(e){this.$emit("update:modelValue",this.currentValue),this.$emit("change",this.currentValue);const t=(this.currentValue-this.min)/(this.max-this.min)*100,i=`linear-gradient(90deg, ${this.config.fill} ${t}%, ${this.config.background} ${t+.1}%)`;e.target.style.background=i}}};const Pw={id:"hlx-slide-control-0003",class:"range-slider"},Hw=["min","max"];Fw.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock("div",Pw,[t.withDirectives(t.createElementVNode("input",{id:"hlx-range-slider",ref:"hlx-slider","onUpdate:modelValue":i[0]||(i[0]=e=>l.currentValue=e),class:"range-slider__range",type:"range",min:n.min,max:n.max,onInput:i[1]||(i[1]=(...e)=>a.handleChange&&a.handleChange(...e))},null,40,Hw),[[t.vModelText,l.currentValue]])])},Fw.__file="src/components/SliderComponent.vue";var Kw={name:"HlxSpeedDial",props:{speedDialData:{type:Object,default:()=>({})},direction:{type:String,default:"vertical"}},emits:["iconChosen"],data:()=>({}),methods:{}};const jw={key:0,class:"speed-dial"},Qw={class:"dials"},zw=["onClick"],Jw={key:1,class:"speed-dial-horizontal"},Xw={class:"dials"},Ww=["onClick"];Kw.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock(t.Fragment,null,["vertical"==n.direction?(t.openBlock(),t.createElementBlock("div",jw,[t.createElementVNode("div",{class:"toggle circle",onClick:i[0]||(i[0]=t=>e.func())},[t.createElementVNode("i",{class:t.normalizeClass([n.speedDialData.parent_icon,"ic"])},null,2)]),t.createElementVNode("ul",Qw,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.speedDialData.children_icon,((i,n)=>(t.openBlock(),t.createElementBlock("li",{key:n},[t.createElementVNode("div",{class:"circle ico",onClick:t=>e.$emit("iconChosen",i)},[t.createElementVNode("i",{class:t.normalizeClass(i)},null,2)],8,zw)])))),128))])])):t.createCommentVNode("v-if",!0),"horizontal"==n.direction?(t.openBlock(),t.createElementBlock("div",Jw,[t.createElementVNode("div",{class:"toggle circle",onClick:i[1]||(i[1]=t=>e.func())},[t.createElementVNode("i",{class:t.normalizeClass([n.speedDialData.parent_icon,"ic"])},null,2)]),t.createElementVNode("ul",Xw,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.speedDialData.children_icon,((i,n)=>(t.openBlock(),t.createElementBlock("li",{key:n},[t.createElementVNode("div",{class:"circle ico",onClick:t=>e.$emit("iconChosen",i)},[t.createElementVNode("i",{class:t.normalizeClass(i)},null,2)],8,Ww)])))),128))])])):t.createCommentVNode("v-if",!0)],64)},Kw.__file="src/components/SpeeddialComponent.vue";var Yw={name:"HlxSwitch",props:{readOnly:{type:Boolean,default:!1},modelValue:{type:String,default:()=>""},switchItems:{type:Array,default:()=>[]},default:{type:String,default:()=>""},valueProp:{type:String,default:()=>"value"},displayProp:{type:String,default:()=>"label"},tabView:{type:Boolean,default:()=>!1}},emits:["change","update:modelValue"],data:()=>({selected:""}),watch:{modelValue:{handler(e){if(!e)return;let t=this.switchItems.find((t=>t[this.valueProp]==e));console.log("🚀 ~ file: SwitchComponent.vue:71 ~ handler ~ value:",e),this.$emit("update:modelValue",e),this.$emit("change",t)}}},methods:{handleSelection:function(e){1!=this.readOnly&&(this.selected=e[this.valueProp],this.$emit("update:modelValue",this.selected),this.$emit("change",e))}}};const Gw={class:"hlx-btn-switch-group"},Zw=["disabled","aria-readonly","onClick"],$w=["value"];Yw.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createElementVNode("div",Gw,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.switchItems,((e,i)=>(t.openBlock(),t.createElementBlock("button",{key:e[n.valueProp]+i,type:"button",disabled:n.readOnly,"aria-readonly":n.readOnly,class:t.normalizeClass(["hlx-switch-btn",{"hlx-switch-btn-read-only":n.readOnly},{"hlx-switch-btn-active":n.modelValue&&n.modelValue==e[n.valueProp],"hlx-switch-btn-default":!n.modelValue||n.modelValue==e[n.valueProp]},{"--border-bottom":n.tabView}]),onClick:t=>a.handleSelection(e)},t.toDisplayString(e[n.displayProp]),11,Zw)))),128))]),t.createElementVNode("input",{value:l.selected,style:{display:"none"}},null,8,$w)],64)},Yw.__file="src/components/SwitchComponent.vue";var eV={name:"HlxStepper",props:{step:{type:Number,default:1},limit:{type:Number,default:1}},emits:["current-step"],data:()=>({currentCounter:1}),methods:{nextStep(){this.currentCounter+this.step<this.limit&&(this.currentCounter+=this.step,this.$emit("current-step",this.currentCounter))},prevStep(){this.currentCounter-this.step>0&&(this.currentCounter-=this.step,this.$emit("current-step",this.currentCounter))}}};const tV={id:"hlx-step-controler-005",class:"stepper-control-container"},iV=[t.createElementVNode("i",{class:"icon-minus-filled"},null,-1)],nV={class:"stepper counter"},oV={class:"current-page"},lV=[t.createElementVNode("i",{class:"icon-plus-filled"},null,-1)];eV.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock("section",tV,[t.createElementVNode("div",{class:t.normalizeClass(["stepper prev-stepper",{limited:l.currentCounter<=1}]),onClick:i[0]||(i[0]=e=>a.prevStep())},iV,2),t.createElementVNode("div",nV,[t.createElementVNode("span",oV,t.toDisplayString(l.currentCounter),1)]),t.createElementVNode("div",{class:t.normalizeClass(["stepper next-stepper",{limited:l.currentCounter>=n.limit-1}]),onClick:i[1]||(i[1]=e=>a.nextStep())},lV,2)])},eV.__file="src/components/StepperComponent.vue";var aV={name:"HlxTabPane",props:{title:{type:String,default:""}},setup:()=>({selectedTitle:t.inject("selectedTitle")})};const rV={class:"tab-content"};aV.render=function(e,i,n,o,l,a){return t.withDirectives((t.openBlock(),t.createElementBlock("div",rV,[t.renderSlot(e.$slots,"default")],512)),[[t.vShow,n.title==o.selectedTitle]])},aV.__file="src/components/TabComponent.vue";var sV={name:"HlxTabs",props:{border:{type:String,default:"bottom"}},setup(e,{slots:i}){const n=t.ref(i.default().map((e=>e.props.title))),o=t.ref(n.value[0]);return t.provide("selectedTitle",o),{selectedTitle:o,tabTitles:n}},data:()=>({unique:Math.floor(1e3*Math.random()+1),showArrows:!1}),mounted(){const e=document.querySelector(".tabs_header"+this.unique);this.showArrows=e.scrollWidth>e.clientWidth},methods:{scrollLeft(){const e=document.querySelector(".tabs_header"+this.unique);this.sideScroll(e,"left",25,100,50)},scrollRight(){const e=document.querySelector(".tabs_header"+this.unique);this.sideScroll(e,"right",25,100,50)},sideScroll(e,t,i,n,o){let l=0;const a=setInterval((function(){"left"===t?e.scrollLeft-=o:e.scrollLeft+=o,l+=o,l>=n&&window.clearInterval(a)}),i)}}};const cV={key:0,class:"tabs"},dV={class:"tab-arrows"},uV=["id","onClick"],hV={key:1,class:"tabs"},pV=["id","onClick"];sV.render=function(e,i,n,o,l,a){return l.showArrows?(t.openBlock(),t.createElementBlock("div",cV,[t.createElementVNode("div",dV,[t.createElementVNode("i",{class:"icon-angle-left-small-regular",onClick:i[0]||(i[0]=(...e)=>a.scrollLeft&&a.scrollLeft(...e))}),t.createElementVNode("ul",{class:t.normalizeClass("tabs_header tabs_header"+l.unique)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(o.tabTitles,(e=>(t.openBlock(),t.createElementBlock("li",{id:n.border,key:e,class:t.normalizeClass({selected:e==o.selectedTitle}),onClick:t=>o.selectedTitle=e},t.toDisplayString(e),11,uV)))),128))],2),t.createElementVNode("i",{class:"icon-angle-right-small-regular",onClick:i[1]||(i[1]=(...e)=>a.scrollRight&&a.scrollRight(...e))})]),t.renderSlot(e.$slots,"default")])):(t.openBlock(),t.createElementBlock("div",hV,[t.createElementVNode("ul",{class:t.normalizeClass("tabs_header tabs_header"+l.unique)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(o.tabTitles,(e=>(t.openBlock(),t.createElementBlock("li",{id:n.border,key:e,class:t.normalizeClass({selected:e==o.selectedTitle}),onClick:t=>o.selectedTitle=e},t.toDisplayString(e),11,pV)))),128))],2),t.renderSlot(e.$slots,"default")]))},sV.__file="src/components/TabWrapperComponent.vue";var mV={name:"HlxTextEditor",components:{colorpalette:ie,hlxselect:gl,hlxModal:_i},props:{setFont:{type:Array,default:()=>[]}},emits:["currentChange","customValue"],data:()=>({url:"",colorvalue:"",highlightvalue:"",optionsButtons:document.querySelectorAll(".option-button"),advancedOptionButton:document.querySelectorAll(".adv-option-button"),fontName:document.getElementById("fontName"),fontSizeRef:document.getElementById("fontSize"),writingArea:document.getElementById("text-input"),linkButton:document.getElementById("createLink"),alignButtons:document.querySelectorAll(".align"),spacingButtons:document.querySelectorAll(".spacing"),formatButtons:document.querySelectorAll(".format"),scriptButtons:document.querySelectorAll(".script"),fontnamevalue:"",previd:"",count:0,fontvalue:[],fo:[{name:"Times New Roman",checked:!1,value:"Times New Roman"},{name:"Arial",checked:!0,value:"Arial"},{name:"Cursive",checked:!1,value:"Cursive"},{name:"OpenSans",checked:!1,value:"OpenSans"},{name:"QuickSand",checked:!1,value:"QuickSand"},{name:"Pacifico",checked:!1,value:"Pacifico"},{name:"OstrichSans",checked:!1,value:"OstrichSans"},{name:"JosefinSans",checked:!1,value:"JosefinSans"}],fosize:[{name:"1",checked:!1,value:"1"},{name:"2",checked:!1,value:"2"},{name:"3",checked:!0,value:"3"},{name:"4",checked:!1,value:"4"},{name:"5",checked:!1,value:"5"},{name:"6",checked:!1,value:"6"},{name:"7",checked:!1,value:"7"},{name:"8",checked:!1,value:"8"},{name:"9",checked:!1,value:"9"},{name:"10",checked:!1,value:"10"}],fontList:["Times New Roman","Arial","Cursive","OpenSans","QuickSand","Pacifico","OstrichSans","JosefinSans"],modal_active:!1}),computed:{computefont(){return this.fo}},watch:{fontvalue:{handler(){}}},async mounted(){this.advancedOptionButton.forEach((e=>{e.addEventListener("change",(()=>{this.modifyText(e.id,!1,e.value)}))})),await this.initializer(),document.getSelection()&&document.addEventListener("selectionchange",(()=>{"B"===document.getSelection().focusNode.parentElement.tagName&&document.querySelector("#bold").classList.add("texteditoractive"),"I"===document.getSelection().focusNode.parentElement.tagName&&document.querySelector("#italic").classList.add("texteditoractive"),"U"===document.getSelection().focusNode.parentElement.tagName&&document.querySelector("#underline").classList.add("texteditoractive"),"STRIKE"===document.getSelection().focusNode.parentElement.tagName&&document.querySelector("#strikethrough").classList.add("texteditoractive"),"A"===document.getSelection().focusNode.parentElement.tagName&&document.querySelector("#createLink").classList.add("texteditoractive32"),"DIV"===document.getSelection().focusNode.parentElement.tagName&&document.querySelector("#createLink").classList.remove("texteditoractive32")})),0!==this.setFont.length?this.fontvalue=this.setFont:this.fontvalue=this.fo},methods:{selectValue(e){var t="";e.forEach((e=>{!0===e.checked&&(t=e.name)})),document.execCommand("fontName",!1,t)},selectValue1(e){var t="";e.forEach((e=>{!0===e.checked&&(t=e.name)})),document.execCommand("fontSize",!1,t)},check(){var e=document.getElementById("text-input").innerHTML;this.$emit("currentChange",e);var t=document.getElementById("text-input").innerHTML.toString(),i=t.slice(t.length-4,t.length),n=t.slice(t.length-8,t.length-4);"</b>"===i?"</i>"===n?(document.querySelector("#italic").classList.add("texteditoractive"),document.querySelector("#bold").classList.add("texteditoractive")):"</u>"===n?(document.querySelector("#underline").classList.add("texteditoractive"),document.querySelector("#bold").classList.add("texteditoractive")):"ike>"===n?(document.querySelector("#strikethrough").classList.add("texteditoractive"),document.querySelector("#bold").classList.add("texteditoractive")):document.querySelector("#bold").classList.add("texteditoractive"):"</i>"===i?"</b>"===n?(document.querySelector("#bold").classList.add("texteditoractive"),document.querySelector("#italic").classList.add("texteditoractive")):"</u>"===n?(document.querySelector("#underline").classList.add("texteditoractive"),document.querySelector("#italic").classList.add("texteditoractive")):"ike>"===n?(document.querySelector("#strikethrough").classList.add("texteditoractive"),document.querySelector("#italic").classList.add("texteditoractive")):document.querySelector("#italic").classList.add("texteditoractive"):"</u>"===i?"</b>"===n?(document.querySelector("#bold").classList.add("texteditoractive"),document.querySelector("#underline").classList.add("texteditoractive")):"</i>"===n?(document.querySelector("#italic").classList.add("texteditoractive"),document.querySelector("#underline").classList.add("texteditoractive")):"ike>"===n?(document.querySelector("#strikethrough").classList.add("texteditoractive"),document.querySelector("#underline").classList.add("texteditoractive")):document.querySelector("#underline").classList.add("texteditoractive"):"ike>"===i?"</b>"===n?(document.querySelector("#bold").classList.add("texteditoractive"),document.querySelector("#strikethrough").classList.add("texteditoractive")):"</i>"===n?(document.querySelector("#italic").classList.add("texteditoractive"),document.querySelector("#strikethrough").classList.add("texteditoractive")):"/u>"===n?(document.querySelector("#underline").classList.add("texteditoractive"),document.querySelector("#strikethrough").classList.add("texteditoractive")):document.querySelector("#strikethrough").classList.add("texteditoractive"):(document.querySelector("#bold").classList.remove("texteditoractive"),document.querySelector("#italic").classList.remove("texteditoractive"),document.querySelector("#underline").classList.remove("texteditoractive"),document.querySelector("#strikethrough").classList.remove("texteditoractive"))},ok(){var e=document.getElementById("text-input").innerHTML;this.$emit("customValue",e)},add(e){console.log(e.target.parentElement.className),"option-button format activetexteditor"===e.target.parentElement.className?e.target.parentElement.classList.add("texteditoractive"):"option-button format activetexteditor texteditoractive"===e.target.parentElement.className?e.target.parentElement.classList.remove("texteditoractive"):"superscript-icon"===e.target.className||"subscript-icon"===e.target.className?(document.querySelectorAll(".script").forEach((e=>{"option-button script activetexteditor"!==e.className&&e.classList.remove("texteditoractive")})),e.target.parentElement.classList.add("texteditoractive")):"icon-menu-left-alt-regular"===e.target.className||"icon-menu-regular"===e.target.className||"icon-menu-right-alt-regular"===e.target.className||"icon-menu-regular"===e.target.className?(document.querySelectorAll(".align").forEach((e=>{"option-button align activetexteditor"!==e.className&&e.classList.remove("texteditoractive")})),e.target.parentElement.classList.add("texteditoractive")):"icon-right-indent"!==e.target.className&&"icon-left-indent"!==e.target.className||(document.querySelectorAll(".spacing").forEach((e=>{"option-button spacing activetexteditor"!==e.className&&e.classList.remove("texteditoractive")})),e.target.parentElement.classList.add("texteditoractive"))},dmd(){document.execCommand("styleWithCSS",!1,"true"),document.execCommand("foreColor",!1,"rgb(255, 182, 0)")},highlightValue(e){this.highlightvalue=e,document.execCommand("backColor",!1,this.highlightvalue)},colorValue(e){this.colorvalue=e,document.execCommand("foreColor",!1,this.colorvalue)},change(e){"option-button format activetexteditor"===e.target.className?this.modifyText(e.target.id,!1,null):"bold-icon"===e.target.className||"italic-icon"===e.target.className||"underline-icon"===e.target.className||"superscript-icon"===e.target.className||"icon-subjscript"===e.target.className||"icon-arrow-back-regular"===e.target.className||"icon-arrow-forward-regular"===e.target.className?this.modifyText(e.target.parentElement.id,!1,null):"icon-menu-regular"===e.target.className||"icon-menu-left-alt-regular"===e.target.className||"icon-menu-right-alt-regular"===e.target.className||"icon-right-indent"===e.target.className||"icon-left-indent"===e.target.className?(this.modifyText(e.target.parentElement.id,!1,null),e.target.parentElement.classList.add("texteditoractive")):"option-button spacing activetexteditor"===e.target.className||"option-button align activetexteditor"===e.target.className?(this.modifyText(e.target.id,!1,null),e.target.classList.add("texteditoractive")):"option-button script activetexteditor"===e.target.className?this.modifyText(e.target.id,!1,null):("strikethrough-icon"===e.target.className||"subscript-icon"===e.target.className||"icon-list-regular"===e.target.className||"icon-list-filled"===e.target.className)&&(this.modifyText(e.target.parentElement.id,!1,null),e.target.parentElement.classList.add("texteditoractive"))},createlink(){"A"!=document.getSelection().focusNode.parentElement.tagName?this.modal_active=!0:this.Removelink()},Link(){var e=this.url;document.execCommand("createLink",!1,e),this.modal_active=!1},Removelink(){this.modifyText("unlink",!1,null),document.querySelector("#createLink").classList.remove("texteditoractive32")},changeFontName(e){let t=e;this.modifyText("styleWithCSS",!1,t)},setcolor(e){let t=e;document.querySelector(".color-palette-container").addEventListener("click",(()=>{document.execCommand("foreColor",!0,t)}))},highlighter(e,t){e.forEach((e=>{e.addEventListener("click",(()=>{if(t){let t=!1;e.classList.contains("active")&&(t=!0),t||e.classList.add("active")}else e.classList.toggle("active")}))}))},highlighterRemover(e){e.forEach((e=>{e.classList.remove("active")}))},initializer(){this.highlighter(this.alignButtons,!0),this.highlighter(this.spacingButtons,!0),this.highlighter(this.formatButtons,!1),this.highlighter(this.scriptButtons,!0),this.advancedOptionButton.forEach((e=>{e.addEventListener("change",(()=>{this.modifyText(e.id,!1,e.value)}))}))},modifyText(e,t,i){document.execCommand(e,t,i)}}};const gV={class:"container1222"},AV={class:"options"},fV={class:"specify"},yV={id:"bold",class:"option-button format activetexteditor"},bV={id:"italic",class:"option-button format activetexteditor"},vV={id:"underline",class:"option-button format activetexteditor"},kV={id:"strikethrough",class:"option-button format activetexteditor"},CV={class:"specify1"},EV={id:"superscript",class:"option-button script activetexteditor"},wV=[t.createTextVNode(" X"),t.createElementVNode("sup",null,"2",-1)],VV={id:"subscript",class:"option-button script activetexteditor"},xV=[t.createTextVNode(" X"),t.createElementVNode("sub",null,"2",-1)],BV={class:"specify2"},NV=[t.createElementVNode("i",{class:"icon-list-filled"},null,-1)],SV=[t.createElementVNode("i",{class:"icon-list-regular"},null,-1)],_V={class:"specify3"},IV=[t.createElementVNode("i",{class:"icon-arrow-back-regular"},null,-1)],qV=[t.createElementVNode("i",{class:"icon-arrow-forward-regular"},null,-1)],DV={class:"specify4"},TV=[t.createElementVNode("i",{class:"icon-link-alt-regular"},null,-1)],OV={class:"specify5"},RV={id:"justifyLeft",class:"option-button align activetexteditor"},MV={id:"justifyCenter",class:"option-button align activetexteditor"},LV={id:"justifyRight",class:"option-button align activetexteditor"},UV={id:"justifyFull",class:"option-button align activetexteditor"},FV={class:"specify8"},PV={class:"specify9"},HV={class:"specify7"},KV={class:"input-wrapper"},jV={class:"input-wrapper"},QV=t.createElementVNode("div",{class:"texteditor-head-title"},"Link",-1),zV={class:"modal-content"},JV={class:"url-link"};mV.render=function(e,i,n,o,l,a){const r=t.resolveComponent("hlxselect"),s=t.resolveComponent("colorpalette"),c=t.resolveComponent("hlx-modal");return t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createElementVNode("div",gV,[t.createElementVNode("div",AV,[t.createCommentVNode(" Text Format "),t.createElementVNode("div",fV,[t.createElementVNode("button",yV,[t.createElementVNode("p",{class:"bold-icon",onClick:i[0]||(i[0]=e=>{a.change(e),a.add(e)})}," B ")]),t.createElementVNode("button",bV,[t.createElementVNode("p",{class:"italic-icon",onClick:i[1]||(i[1]=e=>{a.change(e),a.add(e)})}," I ")]),t.createElementVNode("button",vV,[t.createElementVNode("p",{class:"underline-icon",onClick:i[2]||(i[2]=e=>{a.change(e),a.add(e)})}," U ")]),t.createElementVNode("button",kV,[t.createElementVNode("p",{class:"strikethrough-icon",onClick:i[3]||(i[3]=e=>{a.change(e),a.add(e)})}," S ")])]),t.createElementVNode("div",CV,[t.createElementVNode("button",EV,[t.createElementVNode("p",{class:"superscript-icon",onClick:i[4]||(i[4]=e=>{a.change(e),a.add(e)})},wV)]),t.createElementVNode("button",VV,[t.createElementVNode("p",{class:"subscript-icon",onClick:i[5]||(i[5]=e=>{a.change(e),a.add(e)})},xV)])]),t.createCommentVNode(" List "),t.createElementVNode("div",BV,[t.createElementVNode("button",{id:"insertOrderedList",class:"option-button activetexteditor",onClick:i[6]||(i[6]=e=>{a.change(e),a.add(e)})},NV),t.createElementVNode("button",{id:"insertUnorderedList",class:"option-button activetexteditor",onClick:i[7]||(i[7]=e=>{a.change(e),a.add(e)})},SV)]),t.createCommentVNode(" Undo/Redo "),t.createElementVNode("div",_V,[t.createElementVNode("button",{id:"undo",class:"option-button activetexteditor",onClick:i[8]||(i[8]=(...e)=>a.change&&a.change(...e))},IV),t.createElementVNode("button",{id:"redo",class:"option-button activetexteditor",onClick:i[9]||(i[9]=(...e)=>a.change&&a.change(...e))},qV)]),t.createCommentVNode(" Link "),t.createElementVNode("div",DV,[t.createElementVNode("button",{id:"createLink",class:"adv-option-button link link1",onClick:i[10]||(i[10]=(...e)=>a.createlink&&a.createlink(...e))},TV),t.createCommentVNode(' <button id="unlink" class="option-button" @click="Removelink">\r\n <i class="icon-link-alt-regular strike"></i>\r\n </button> ')]),t.createCommentVNode(" Alignment "),t.createElementVNode("div",OV,[t.createElementVNode("button",RV,[t.createElementVNode("i",{class:"icon-menu-left-alt-regular",onClick:i[11]||(i[11]=e=>{a.change(e),a.add(e)})})]),t.createElementVNode("button",MV,[t.createElementVNode("i",{class:"icon-menu-regular",onClick:i[12]||(i[12]=e=>{a.change(e),a.add(e)})})]),t.createElementVNode("button",LV,[t.createElementVNode("i",{class:"icon-menu-right-alt-regular",onClick:i[13]||(i[13]=e=>{a.change(e),a.add(e)})})]),t.createElementVNode("button",UV,[t.createElementVNode("i",{class:"icon-menu-regular",onClick:i[14]||(i[14]=e=>{a.change(e),a.add(e)})})]),t.createCommentVNode(' <button id="indent" class="option-button spacing activetexteditor">\r\n <i class="icon-right-indent" @click="change($event);add($event)"></i>\r\n </button>\r\n <button id="outdent" class="option-button spacing activetexteditor">\r\n <i class="icon-left-indent" @click="change($event);add($event)"></i>\r\n </button> ')]),t.createCommentVNode(" Headings "),t.createCommentVNode(' <select id="formatBlock" class="adv-option-button">\r\n <option value="H1">H1</option>\r\n <option value="H2">H2</option>\r\n <option value="H3">H3</option>\r\n <option value="H4">H4</option>\r\n <option value="H5">H5</option>\r\n <option value="H6">H6</option>\r\n </select> '),t.createCommentVNode(" Font "),t.createCommentVNode(' <hlxselect class="dropdownclass" id="fontName" :dropdown_data="this.fontList" @custom-change="changeFontName"></hlxselect> '),t.createElementVNode("div",FV,[t.createVNode(r,{options:l.fo,"label-animation":!1,"text-editor":!0,onCustomChange:a.selectValue},null,8,["options","onCustomChange"]),t.createCommentVNode(' <select id="fontName" class="adv-option-button"></select>\r\n <select id="fontSize" class="adv-option-button"></select> ')]),t.createElementVNode("div",PV,[t.createVNode(r,{options:l.fosize,"label-animation":!1,"text-editor":!0,onCustomChange:a.selectValue1},null,8,["options","onCustomChange"])]),t.createCommentVNode(" Color "),t.createElementVNode("div",HV,[t.createElementVNode("div",KV,[t.createVNode(s,{onCustomChange:a.colorValue},null,8,["onCustomChange"])]),t.createElementVNode("div",jV,[t.createVNode(s,{"highlight-color":!0,onCustomChange:a.highlightValue},null,8,["onCustomChange"])])])]),t.createElementVNode("div",{id:"text-input",contenteditable:"true",onKeyup:i[15]||(i[15]=(...e)=>a.check&&a.check(...e))},null,32)]),t.createVNode(c,{"text-editor":l.modal_active,height:"216px",width:"400px",modal:!0,onClose:i[18]||(i[18]=e=>l.modal_active=!1)},{header:t.withCtx((()=>[QV])),content:t.withCtx((()=>[t.createElementVNode("div",zV,[t.createElementVNode("button",JV,[t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":i[16]||(i[16]=e=>l.url=e),type:"text",class:"link-input"},null,512),[[t.vModelText,l.url]])])])])),footer:t.withCtx((()=>[t.createElementVNode("button",{class:"link-save-button",onClick:i[17]||(i[17]=(...e)=>a.Link&&a.Link(...e))},"save")])),_:1},8,["text-editor"]),t.createCommentVNode(' <button @click="ok">abc</button> ')],64)},mV.__file="src/components/TexteditorComponent.vue";var XV={name:"HlxTimeline",props:{timelineData:{type:Array,default:()=>[]},view:{type:String,default:""},type:{type:String,default:""},currIndex:{type:Number,default:0},dataLength:{type:Number,default:0},totalLength:{type:Number,default:0},options:{type:Array,default:()=>[]}},emits:["emit-data","load-more"],data:()=>({unique:Math.floor(1e3*Math.random()+1)}),watch:{currIndex:{handler(){},immediate:!0,deep:!0},dataLength:{handler(){},immediate:!0,deep:!0}},mounted(){},methods:{emit(e){this.$emit("emit-data",e)},loadmore(){this.$emit("load-more","")},accordionFunctionality(e){"right icon-angle-right-regular"==e.target.className?(e.target.classList.remove("icon-angle-right-regular"),e.target.classList.add("icon-angle-down-regular"),e.target.parentElement.nextElementSibling.style.display="flex"):"right icon-angle-down-regular"==e.target.className&&(e.target.classList.remove("icon-angle-down-regular"),e.target.classList.add("icon-angle-right-regular"),e.target.parentElement.nextElementSibling.style.display="none")}}};const WV={key:0,class:"t-parent"},YV=["onClick"],GV={class:"t-line"},ZV={key:1,class:"t-parent"},$V=["onClick"],ex={class:"t-title",style:{"margin-top":"-8px","margin-left":"-70px"}},tx=["data-tooltip"],ix=[t.createElementVNode("i",{class:"icon-info-circle-regulart"},null,-1)],nx={class:"t-sub-title",style:{"margin-left":"-70px"}},ox={key:2,class:"t-parent"},lx=["onClick"],ax={key:0,class:"icon-check-filled"},rx={key:1,class:"inner-circle-new"},sx={key:0,class:"icon-check-filled"},cx={key:1,class:"inner-circle-new"},dx={key:0,class:"icon-check-filled"},ux={key:1,class:"inner-circle-new"},hx={key:1,class:"t-cont-new"},px={key:0,class:"icon-check-filled"},mx={key:1,class:"inner-circle-new"},gx={key:0,class:"icon-check-filled"},Ax={key:1,class:"inner-circle-new"},fx={key:0,class:"icon-check-filled"},yx={key:1,class:"inner-circle-new"},bx={key:2,class:"t-line-new"},vx={key:3,class:"t-line-neww"},kx={key:3,class:"t-parent"},Cx=["onClick"],Ex={class:"t-title",style:{"margin-top":"-8px","margin-left":"-95px"}},wx=["data-tooltip"],Vx=[t.createElementVNode("i",{class:"icon-info-circle-regulart"},null,-1)],xx={class:"t-sub-title",style:{"margin-left":"-95px"}},Bx={key:1,class:"t-cont"},Nx={class:"t-title",style:{"margin-top":"-8px","margin-left":"-95px"}},Sx=["data-tooltip"],_x=[t.createElementVNode("i",{class:"icon-info-circle-regulart"},null,-1)],Ix={class:"t-sub-title",style:{"margin-left":"-95px"}},qx={key:4,class:"t-parent"},Dx=["onClick"],Tx={class:"t-line"},Ox=[t.createElementVNode("hr",null,null,-1)],Rx={key:5,class:"t-parent"},Mx=["onClick"],Lx={class:"t-title",style:{"margin-top":"-8px","margin-left":"-70px"}},Ux=["data-tooltip"],Fx=[t.createElementVNode("i",{class:"icon-info-circle-regulart"},null,-1)],Px={class:"t-sub-title",style:{"margin-left":"-70px"}},Hx={key:6,class:"t-parent-v"},Kx=["onClick"],jx={class:"t-title-v"},Qx=["data-tooltip"],zx=[t.createElementVNode("i",{class:"icon-info-circle-regulart"},null,-1)],Jx={class:"t-sub-title-v"},Xx={key:7,class:"t-parent-v"},Wx=["onClick"],Yx={class:"t-title-v"},Gx=["data-tooltip"],Zx=[t.createElementVNode("i",{class:"icon-info-circle-regulart"},null,-1)],$x={class:"t-sub-title-v"},eB={key:8,class:"timeline-parent-container"},tB={class:"timeline-single-container"},iB={class:"timeline-single-container-icon-side"},nB={class:"timeline-single-container-icon-side-icon-container"},oB={key:0,class:"timeline-single-container-icon-side-vertical-line-container"},lB=[t.createElementVNode("span",{class:"timeline-single-container-icon-side-vertical-line-container-vertical-line"},null,-1)],aB={class:"timeline-single-container-content-side"},rB={class:"timeline-single-container-content-side-first-slot"},sB={class:"timeline-single-container-content-side-second-slot"},cB={class:"timeline-single-container-content-side-second-slot-with-accordion"},dB=["id"];XV.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock(t.Fragment,null,["horizontal"==n.view&&"regular"==n.type?(t.openBlock(),t.createElementBlock("div",WV,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.timelineData,((e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:"t-sub-parent"},[t.createElementVNode("div",{class:"t-cont",onClick:t=>a.emit(e)},[t.createElementVNode("div",{id:"circle",class:t.normalizeClass({"active-circle":1==e.visited,circle:0==e.visted,"pri-bg":1==e.active})},[t.createElementVNode("i",{class:t.normalizeClass(1==e.visited?"icon-check-filled":"icon-more-horizontal-filled")},null,2)],2)],8,YV),t.withDirectives(t.createElementVNode("div",GV,[t.createElementVNode("hr",{class:t.normalizeClass(1==e.active?"t-active":"t-inactive")},null,2)],512),[[t.vShow,i<n.timelineData.length-1]])])))),128))])):t.createCommentVNode("v-if",!0),"horizontal"==n.view&&"regular"==n.type?(t.openBlock(),t.createElementBlock("div",ZV,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.timelineData,((e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:"t-sub-parent"},[t.createElementVNode("div",{class:"t-cont",onClick:t=>a.emit(e)},[t.createElementVNode("div",ex,[t.createTextVNode(t.toDisplayString(e.title)+" ",1),null!=e.description&&""!=e.description?(t.openBlock(),t.createElementBlock("span",{key:0,class:"bg-default border","data-tooltip":e.description,"data-tooltip-location":"right"},ix,8,tx)):t.createCommentVNode("v-if",!0)]),t.createElementVNode("div",nx,t.toDisplayString(e.subtitle),1)],8,$V)])))),128))])):t.createCommentVNode("v-if",!0),"horizontal"==n.view&&"new"==n.type?(t.openBlock(),t.createElementBlock("div",ox,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.timelineData,((e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:"t-sub-parent-new"},[0==e.disabled||null==e.disabled?(t.openBlock(),t.createElementBlock("div",{key:0,class:"t-cont-new",onClick:t=>a.emit(e)},[1==e.visited?(t.openBlock(),t.createElementBlock("div",{key:0,id:"circle-new",class:t.normalizeClass({"active-circle-new":1==e.visited,"circle-new":0==e.visited,"pri-bg":1==e.active})},[1==e.visited&&0==e.active?(t.openBlock(),t.createElementBlock("i",ax)):t.createCommentVNode("v-if",!0),1!=e.visited&&0!=e.active?(t.openBlock(),t.createElementBlock("span",rx)):t.createCommentVNode("v-if",!0)],2)):t.createCommentVNode("v-if",!0),1!=e.visited&&0==e.active?(t.openBlock(),t.createElementBlock("div",{key:1,id:"circle-neww",class:t.normalizeClass({"active-circle-new":1==e.visited,"circle-new":0==e.visited,"pri-bg":1==e.active})},[1==e.visited&&0==e.active?(t.openBlock(),t.createElementBlock("i",sx)):t.createCommentVNode("v-if",!0),1!=e.visited&&0!=e.active?(t.openBlock(),t.createElementBlock("span",cx)):t.createCommentVNode("v-if",!0)],2)):t.createCommentVNode("v-if",!0),1==e.active?(t.openBlock(),t.createElementBlock("div",{key:2,id:"circle-new",class:t.normalizeClass({"active-circle-new":1==e.visited,"circle-new":0==e.visited,"pri-bg-new":1==e.active})},[1==e.visited&&0==e.active?(t.openBlock(),t.createElementBlock("i",dx)):t.createCommentVNode("v-if",!0),1!=e.visited&&0!=e.active?(t.openBlock(),t.createElementBlock("span",ux)):t.createCommentVNode("v-if",!0)],2)):t.createCommentVNode("v-if",!0)],8,lx)):(t.openBlock(),t.createElementBlock("div",hx,[1==e.visited?(t.openBlock(),t.createElementBlock("div",{key:0,id:"circle-new",class:t.normalizeClass({"active-circle-new":1==e.visited,"circle-new":0==e.visited,"pri-bg":1==e.active})},[1==e.visited&&0==e.active?(t.openBlock(),t.createElementBlock("i",px)):t.createCommentVNode("v-if",!0),1!=e.visited&&0!=e.active?(t.openBlock(),t.createElementBlock("span",mx)):t.createCommentVNode("v-if",!0)],2)):t.createCommentVNode("v-if",!0),1!=e.visited&&0==e.active?(t.openBlock(),t.createElementBlock("div",{key:1,id:"circle-neww",class:t.normalizeClass({"active-circle-new":1==e.visited,"circle-new":0==e.visited,"pri-bg":1==e.active})},[1==e.visited&&0==e.active?(t.openBlock(),t.createElementBlock("i",gx)):t.createCommentVNode("v-if",!0),1!=e.visited&&0!=e.active?(t.openBlock(),t.createElementBlock("span",Ax)):t.createCommentVNode("v-if",!0)],2)):t.createCommentVNode("v-if",!0),1==e.active?(t.openBlock(),t.createElementBlock("div",{key:2,id:"circle-new",class:t.normalizeClass({"active-circle-new":1==e.visited,"circle-new":0==e.visited,"pri-bg-new":1==e.active})},[1==e.visited&&0==e.active?(t.openBlock(),t.createElementBlock("i",fx)):t.createCommentVNode("v-if",!0),1!=e.visited&&0!=e.active?(t.openBlock(),t.createElementBlock("span",yx)):t.createCommentVNode("v-if",!0)],2)):t.createCommentVNode("v-if",!0)])),1==e.visited?t.withDirectives((t.openBlock(),t.createElementBlock("div",bx,[t.createElementVNode("hr",{class:t.normalizeClass(1==e.active?"t-active":"t-inactive")},null,2)],512)),[[t.vShow,i<n.timelineData.length-1]]):t.createCommentVNode("v-if",!0),0==e.visited?t.withDirectives((t.openBlock(),t.createElementBlock("div",vx,[t.createElementVNode("hr",{class:t.normalizeClass(1==e.active?"t-active":"t-inactive")},null,2)],512)),[[t.vShow,i<n.timelineData.length-1]]):t.createCommentVNode("v-if",!0)])))),128))])):t.createCommentVNode("v-if",!0),"horizontal"==n.view&&"new"==n.type?(t.openBlock(),t.createElementBlock("div",kx,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.timelineData,((e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:"t-sub-parent"},[0==e.disabled||null==e.disabled?(t.openBlock(),t.createElementBlock("div",{key:0,class:"t-cont",onClick:t=>a.emit(e)},[t.createElementVNode("div",Ex,[t.createTextVNode(t.toDisplayString(e.title)+" ",1),null!=e.description&&""!=e.description?(t.openBlock(),t.createElementBlock("span",{key:0,class:"bg-default border","data-tooltip":e.description,"data-tooltip-location":"right"},Vx,8,wx)):t.createCommentVNode("v-if",!0)]),t.createElementVNode("div",xx,t.toDisplayString(e.subtitle),1)],8,Cx)):(t.openBlock(),t.createElementBlock("div",Bx,[t.createElementVNode("div",Nx,[t.createTextVNode(t.toDisplayString(e.title)+" ",1),null!=e.description&&""!=e.description?(t.openBlock(),t.createElementBlock("span",{key:0,class:"bg-default border","data-tooltip":e.description,"data-tooltip-location":"right"},_x,8,Sx)):t.createCommentVNode("v-if",!0)]),t.createElementVNode("div",Ix,t.toDisplayString(e.subtitle),1)]))])))),128))])):t.createCommentVNode("v-if",!0),"horizontal"==n.view&&"numbered"==n.type?(t.openBlock(),t.createElementBlock("div",qx,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.timelineData,((e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:"t-sub-parent"},[t.createElementVNode("div",{class:"t-cont",onClick:t=>a.emit(e)},[t.createElementVNode("div",{id:"circle",class:t.normalizeClass([{"active-circle":1==e.visited,circle:0==e.visted,"pri-bg":1==e.active},"t-circle"])},t.toDisplayString(i+1),3)],8,Dx),t.withDirectives(t.createElementVNode("div",Tx,Ox,512),[[t.vShow,i<n.timelineData.length-1]])])))),128))])):t.createCommentVNode("v-if",!0),"horizontal"==n.view&&"numbered"==n.type?(t.openBlock(),t.createElementBlock("div",Rx,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.timelineData,((e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:"t-sub-parent"},[t.createElementVNode("div",{class:"t-cont",onClick:t=>a.emit(e)},[t.createElementVNode("div",Lx,[t.createTextVNode(t.toDisplayString(e.title)+" ",1),null!=e.description&&""!=e.description?(t.openBlock(),t.createElementBlock("span",{key:0,class:"bg-default border","data-tooltip":e.description,"data-tooltip-location":"right"},Fx,8,Ux)):t.createCommentVNode("v-if",!0)]),t.createElementVNode("div",Px,t.toDisplayString(e.subtitle),1)],8,Mx)])))),128))])):t.createCommentVNode("v-if",!0),"vertical"==n.view&&"regular"==n.type?(t.openBlock(),t.createElementBlock("div",Hx,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.timelineData,((e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:"t-sub-parent-v"},[t.createElementVNode("div",{class:"t-cont-v",onClick:t=>a.emit(e)},[t.createElementVNode("div",{id:"circle",class:t.normalizeClass({"active-circle":1==e.visited,circle:0==e.visted,"pri-bg":1==e.active})},[t.createElementVNode("i",{class:t.normalizeClass(1==e.visited?"icon-check-filled":"icon-more-horizontal-filled")},null,2)],2),t.createElementVNode("div",{class:"t-content-v",style:t.normalizeStyle([[e.subtitle.length>1?{margin:"20 0 0 0"}:{margin:"0 0 0 0"}],{"margin-left":"8px !important"}])},[t.createElementVNode("div",jx,[t.createTextVNode(t.toDisplayString(e.title)+" ",1),null!=e.description&&""!=e.description?(t.openBlock(),t.createElementBlock("span",{key:0,class:"bg-default border","data-tooltip":e.description,"data-tooltip-location":"right"},zx,8,Qx)):t.createCommentVNode("v-if",!0)]),t.createElementVNode("div",Jx,t.toDisplayString(e.subtitle),1)],4)],8,Kx),t.withDirectives(t.createElementVNode("div",{class:"t-line-v",style:t.normalizeStyle([{"margin-left":"-6px"},e.subtitle.length<1?"margin-top:16px":""])},[t.createElementVNode("hr",{class:t.normalizeClass(1==e.visited?"t-active":"t-inactive")},null,2)],4),[[t.vShow,i<n.timelineData.length-1]])])))),128))])):t.createCommentVNode("v-if",!0),"vertical"==n.view&&"numbered"==n.type?(t.openBlock(),t.createElementBlock("div",Xx,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.timelineData,((e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:"t-sub-parent-v"},[t.createElementVNode("div",{class:"t-cont-v",onClick:t=>a.emit(e)},[t.createElementVNode("div",{id:"circle",class:t.normalizeClass({"active-circle":1==e.visited,circle:0==e.visted,"pri-bg":1==e.active})},t.toDisplayString(i+1),3),t.createElementVNode("div",{class:"t-content-v",style:t.normalizeStyle([[e.subtitle.length>1?{margin:"20 0 0 0"}:{margin:"0 0 0 0"}],{"margin-left":"8px !important"}])},[t.createElementVNode("div",Yx,[t.createTextVNode(t.toDisplayString(e.title)+" ",1),null!=e.description&&""!=e.description?(t.openBlock(),t.createElementBlock("span",{key:0,class:"bg-default border","data-tooltip":e.description,"data-tooltip-location":"right"},Zx,8,Gx)):t.createCommentVNode("v-if",!0)]),t.createElementVNode("div",$x,t.toDisplayString(e.subtitle),1)],4)],8,Wx),t.withDirectives(t.createElementVNode("div",{class:"t-line-v",style:t.normalizeStyle([{"margin-left":"-6px"},e.subtitle.length<1?"margin-top:16px":""])},[t.createElementVNode("hr",{class:t.normalizeClass(1==e.visited?"t-active":"t-inactive")},null,2)],4),[[t.vShow,i<n.timelineData.length-1]])])))),128))])):t.createCommentVNode("v-if",!0),"vertical"==n.view&&"slot"==n.type?(t.openBlock(),t.createElementBlock("div",eB,[t.createElementVNode("div",tB,[t.createElementVNode("div",iB,[t.createElementVNode("div",nB,[t.renderSlot(e.$slots,"icon")]),n.currIndex!=n.totalLength-1?(t.openBlock(),t.createElementBlock("div",oB,lB)):t.createCommentVNode("v-if",!0)]),t.createElementVNode("div",aB,[t.createElementVNode("div",rB,[t.renderSlot(e.$slots,"first-slot")]),t.createElementVNode("div",sB,[t.createElementVNode("div",cB,[t.createElementVNode("i",{class:"right icon-angle-right-regular",onClick:i[0]||(i[0]=(...e)=>a.accordionFunctionality&&a.accordionFunctionality(...e))}),t.renderSlot(e.$slots,"title")]),t.createElementVNode("div",{id:"timeline-single-container-content-side-second-slot-with-accordion-content"+l.unique,class:"timeline-single-container-content-side-second-slot-with-accordion-content"},[t.renderSlot(e.$slots,"content")],8,dB)])])])])):t.createCommentVNode("v-if",!0),"vertical"==n.view&&"slot"==n.type&&n.currIndex==n.dataLength-1&&n.dataLength-1!=n.totalLength-1?(t.openBlock(),t.createElementBlock("p",{key:9,class:"link-timeline",onClick:i[1]||(i[1]=(...e)=>a.loadmore&&a.loadmore(...e))},"Load more")):t.createCommentVNode("v-if",!0)],64)},XV.__file="src/components/TimelineComponent.vue";var uB={name:"HlxTreeChild",components:{hlxCard:Y},props:{node:{type:Object,default:()=>({})},isDraggable:{type:Boolean,default:()=>!1},parentInst:{type:String,default:void 0}},emits:["mouseeDown","mouseeUp","mouseeMove"],data:()=>({collapse:"icon-minus-circle-filled",unique:""}),mounted(){this.unique=1e3*Math.random()},methods:{nodeToggler(e){const t=this.$refs.ul;if(e.target.classList.contains("icon-minus-circle-filled")?e.target.setAttribute("class","icon-plus-circle-filled"):e.target.setAttribute("class","icon-minus-circle-filled"),t.classList.toggle("hide"),e.target.parentElement.classList.contains("root")){const t=document.querySelector(".tree-container > i");e.target.classList.contains("icon-minus-circle-filled")?t.setAttribute("class","icon-vEdge"):t.setAttribute("class","icon-full-page")}},mouseDown(e){this.$emit("mouseeDown",e)},mouseUp(e){this.$emit("mouseeUp",e)},mouseMove(e){this.$emit("mouseeMove",e)}}};const hB={style:{padding:"0"}},pB={class:"header grid"},mB={class:"key"},gB={class:"value"},AB={key:0,ref:"ul"};uB.render=function(e,i,n,o,l,a){const r=t.resolveComponent("hlx-card"),s=t.resolveComponent("hlx-tree-child");return t.openBlock(),t.createElementBlock("li",{onMousedown:i[1]||(i[1]=(...e)=>a.mouseDown&&a.mouseDown(...e)),onMouseup:i[2]||(i[2]=(...e)=>a.mouseUp&&a.mouseUp(...e)),onMousemove:i[3]||(i[3]=(...e)=>a.mouseMove&&a.mouseMove(...e)),onDblclick:i[4]||(i[4]=(...e)=>a.mouseDown&&a.mouseDown(...e))},[t.createVNode(r,{seperator:!1,card_title:!1,card_footer:!1,hover:!0},{"card-body":t.withCtx((()=>[t.createElementVNode("div",hB,[t.createCommentVNode(" {{node.label}} "),t.createCommentVNode(' <div class="hlx-tree box">/ '),t.createElementVNode("div",pB,t.toDisplayString(n.node.label),1),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(Object.keys(n.node.data?n.node.data:{})||[],(e=>(t.openBlock(),t.createElementBlock("div",{key:e,class:"grid"},[t.createElementVNode("span",mB,t.toDisplayString(e)+":",1),t.createElementVNode("span",gB,t.toDisplayString(n.node.data[`${e}`]),1)])))),128)),t.createElementVNode("i",{ref:"icon-"+l.unique,class:t.normalizeClass(void 0!==n.node.child&&n.node.child.length>0?l.collapse:""),onClick:i[0]||(i[0]=(...e)=>a.nodeToggler&&a.nodeToggler(...e))},null,2)]),t.createCommentVNode(" </div> ")])),_:1}),n.node&&n.node.child&&n.node.child.length>0?(t.openBlock(),t.createElementBlock("ul",AB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.node.child||n.node.child[0],(i=>(t.openBlock(),t.createBlock(s,{key:i,node:i},{default:t.withCtx((()=>[t.createCommentVNode(' @mouseDown="mouseDown"\r\n @mouseUp="mouseUp"\r\n @mouseMove="mouseMove" '),t.renderSlot(e.$slots,"default")])),_:2},1032,["node"])))),128))])):t.createCommentVNode("v-if",!0)],32)},uB.__file="src/components/TreeChildComponent.vue";var fB={name:"HlxTree",components:{hlxTreeChild:uB},props:{node:{type:Object,default:()=>({})},treeDirection:{type:String,default:()=>"vertical"},isDraggable:{type:Boolean,default:!1},zoomable:{type:Boolean,default:!1},zoom:{type:Number,default:NaN},expandAll:{type:Boolean,default:!1},collapseAll:{type:Boolean,default:!1}},data:()=>({ele:null,isMouseDown:!1,initX:0,initY:0,height:0,scale:1,start:{x:0,y:0},widht:0}),watch:{zoom:{handler(e){isNaN(e)||(e>100?this.zoomIn(e):this.zoomOut(e))},immediate:!0},expandAll:{handler(e){if(e){let e=this.$refs["hlx-tree-structure"];if(e){let t=e.querySelector("li")?.querySelectorAll("ul.hide");t=[...t],t.filter((e=>{e&&e.classList.contains("hide")&&e.classList.remove("hide")}))}}},immediate:!0},collapseAll:{handler(e){if(e){let e=this.$refs["hlx-tree-structure"];if(console.log("🚀 ~ file: TreeComponent.vue:91 ~ handler ~ ele:",e),e){let t=e.querySelector("li")?.querySelectorAll("ul");t=[...t],t.filter((e=>{e&&!e.classList.contains("hide")&&e.classList.add("hide")}))}}},immediate:!0}},mounted(){this.ele=this.$refs["hlx-tree-structure"]},methods:{mouseDown(e){this.isDraggable&&(this.isMouseDown=!0,this.ele.style.cursor="grabbing !important",this.ele.style.userSelect="none",this.start={x:e.clientX-this.initX,y:e.clientY-this.initY})},mouseUp(){this.isDraggable&&(this.isMouseDown=!1,this.ele.style.cursor="grab",this.ele.removeAttribute("user-select"),this.ele.classList.remove("drag-border"))},mouseMove(e){this.isMouseDown&&this.isDraggable&&(this.initX=e.clientX-this.start.x,this.initY=e.clientY-this.start.y,this.ele.style.cursor="grabbing",this.ele.style.userSelect="none",this.ele.style.transform="translate("+this.initX+"px, "+this.initY+"px) scale("+this.scale+")",this.ele.classList.contains("drag-over")||this.ele.classList.add("drag-border"))},setTransform(){this.zoomElement=this.ele,this.zoomElement&&(this.zoomElement.style.cursor="grabbing",this.zoomElement.style.userSelect="none",this.zoomElement.style.transform="translate("+this.initX+"px, "+this.initY+"px) scale("+this.scale+")")},zoomIn(e){if(100==e)return this.scale=1,void this.setTransform();this.scale=2*e/200,this.scale<=2&&this.setTransform()},zoomOut(e){if(100==e)return this.scale=1,void this.setTransform();this.scale=2*e/200,this.scale>.2&&this.setTransform()},resetDefault(){this.initX=-60,this.initY=206,this.scale=.75;[...document.querySelectorAll(".content-node.group")].filter((e=>{e.parentNode.querySelector("ul").classList.add("hide"),e.querySelector("i").setAttribute("class","i-circle-add")})),this.setTransform()}}};const yB=["isDraggable"];fB.render=function(e,i,n,o,l,a){const r=t.resolveComponent("hlx-tree-child");return t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createCommentVNode(' class="tree" :class="tree_direction" '),t.createElementVNode("ul",{id:"hlx-tree-011",ref:"hlx-tree-structure",class:t.normalizeClass(["hlx-tree-area",n.treeDirection?n.treeDirection:"vertical"]),isDraggable:n.isDraggable,onMousedown:i[0]||(i[0]=(...e)=>a.mouseDown&&a.mouseDown(...e)),onMouseup:i[1]||(i[1]=(...e)=>a.mouseUp&&a.mouseUp(...e)),onMousemove:i[2]||(i[2]=(...e)=>a.mouseMove&&a.mouseMove(...e))},[t.createCommentVNode(' :parentInst="this" '),t.createCommentVNode(' @mousedown="mouseDown" '),t.createVNode(r,{node:n.node},null,8,["node"])],42,yB)],2112)},fB.__file="src/components/TreeComponent.vue";var bB={name:"HlxTreeContextMenu",props:{show:{type:Boolean,default:!1},options:{type:Array,default:()=>[]},data:{type:String,default:""}},emits:["chosen"],data:()=>({custom_options:[]}),watch:{},mounted(){var e=this.options.findIndex((e=>1==e.checked));-1!=e&&null!=e&&this.select(e,this.options[e].label)},methods:{select(e,t){console.log("🚀 ~ file: ContextMenuComponent.vue:98 ~ select ~ index:",e),document.querySelectorAll(".option").forEach((e=>{e.classList.contains("selected-context-menu")&&e.classList.remove("selected-context-menu")}))}}};const vB={class:"options-container"},kB=["id","onClick"];bB.render=function(e,i,n,o,l,a){return t.withDirectives((t.openBlock(),t.createElementBlock("div",vB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.options,((i,n)=>(t.openBlock(),t.createElementBlock("div",{id:"option"+n,key:n,class:"option",onClick:t=>{a.select(n,i.label),e.$emit("chosen",i.label)}},[null!=i.icon&&""!=i.icon?(t.openBlock(),t.createElementBlock("i",{key:0,class:t.normalizeClass(i.icon),style:{"margin-right":"8px"}},null,2)):t.createCommentVNode("v-if",!0),t.createElementVNode("span",null,t.toDisplayString(i.label),1)],8,kB)))),128))],512)),[[t.vShow,n.show]])},bB.__file="src/components/Treecontextmenu.vue";var CB={name:"HlxTreeChildV2",components:{hlxCard:Y,hlxLabel:$o,hlxModal:_i,hlxButton:F,hlxSelect:gl,hlxContextMenu:bB},directives:{ClickAway:Jr},props:{type:{type:String,default:()=>"product"},firstnodename:{type:String,default:()=>""},node:{type:Object,default:()=>({})},dropdown2data2:{type:Array,default:()=>[]},dropdown2data1:{type:Array,default:()=>[]},dropdown2data3:{type:Array,default:()=>[]},dropdown2data4:{type:Array,default:()=>[]},isDraggable:{type:Boolean,default:()=>!1},treeFirst:{type:Boolean,default:()=>!1},parentInst:{type:String,default:void 0}},emits:["context","mouseeDown","mouseeUp","mouseeMove","delete-node","card-node","currentdata","specification","currenteditdata"],data:()=>({specname:"",addDisabled:!0,modal_active_delete:!1,Addprevalue:"",selectcomponentkey:0,modalcomponentkey:0,prevalue:"",prevalue2:"",show_add_menu:!1,isOpen:!1,drop:"",search:"",placeholderValue:"",search1:"",service:{},specification:{},modal_active:!1,modal_active_edit:!1,modal_active3:!1,collapse:"icon-minus-circle-filled downIcon",unique:"",treeUnique:"",dropdown_data:[],dropdown_data1:[],disableTreeButton:"",add_context_options:[],selecteditValue:"",selecteditValue1:"",HierarchytagName:"",Hierarchydescription:""}),computed:{initials(){const e=this.node?.tradingName?.split(" ")?.slice(0,2);return e?.map((e=>e.charAt(0)))?.join("")?.toUpperCase()},avatarStyle(){return{width:"35px",height:"35px",borderRadius:"50%",background:this.generateColor(this?.HierarchytagName),color:"#ffffff",display:"flex",justifyContent:"center",alignItems:"center",fontSize:"15px"}},getStyleObject(){return{display:"Customer Facing Service"===this.node?.service?.name&&this.node?.specification?.serviceSpecCharacteristic?.length>0||("Logical Resource"===this.node?.service?.name||"Physical Resource"===this.node?.service?.name||"Resource Facing Service"===this.node?.service?.name||"Resource Facing Service"===this.node?.service?.name)&&this.node?.specification?.resourceSpecCharacteristic?.length>0?"block":"none"}}},watch:{type:{handler(e){this.placeholderValue="product"===e?"Choose the service":"resource"===e?"Type of resource":"service"===e?"Choose resource":"Type of resource"},immediate:!0,deep:!0},disableTreeButton:{handler(e){e?.length>=1&&this.service.name?.length>=1?this.addDisabled=!1:this.addDisabled=!0}}},mounted(){this.unique=1e3*Math.random(),window.addEventListener("click",this.hide);const e=this.node?.contactMedium?.find((e=>"postalAddress"===e?.mediumType));if(e){this.HierarchytagName=e["@type"],this.Hierarchydescription=e?.description;const t=e?.postCode;console.log("City:",this.HierarchytagName),console.log("Country:",this.Hierarchydescription),console.log("Post Code:",t)}else console.log("No contactMedium with mediumType 'postalAddress' found.")},methods:{generateColor(e){const t=this.hashCode(e);return`hsl(${Math.abs(t%360)}, 70%, 50%)`},hashCode(e){let t=0;for(let i=0;i<e?.length;i++)t=e.charCodeAt(i)+((t<<5)-t);return t},cardDetail(){const e=document?.querySelectorAll(".tree-child-card");e?.forEach((e=>{e.style.display="none"}))},deleteCancel(){this.modal_active_delete=!1},deletecard(e){this.$emit("delete-node",e)},Cardemit(e){this.$emit("card-node",e)},editCancel(){this.modal_active_edit=!1,this.service={},this.specification={},this.dropdown_data1=[],this.modalcomponentkey+=1},addCancel(){this.modal_active_child=!1,this.modal_active=!1,this.service={},this.specification={},this.dropdown_data1=[],this.modalcomponentkey+=1},showHierarchy(){this.cardDetail();const e=document?.querySelectorAll(".tree-context-menu");e?.forEach((e=>{e.style.display="none"})),"Hierarchy"==this.type&&void 0===this.node.organizationParentRelationship?this.add_context_options=[{label:"Link a child",icon:"icon-plus-circle-filled"}]:this.add_context_options=[{label:"Link a child",icon:"icon-plus-circle-filled"},{label:"Remove",icon:"icon-trash-regular"}],0==this.show_add_menu?this.show_add_menu=!0:this.show_add_menu=!1},show(e){this.cardDetail();const t=document?.querySelectorAll(".tree-context-menu");t?.forEach((e=>{e.style.display="none"})),this.typedrop=e?.service?.name,this.node.specification.name===this.firstnodename?this.add_context_options=[{label:"Add",icon:"icon-plus-circle-filled"}]:"product"===this.type&&"Logical Resource"===this.node.service.name||"product"===this.type&&"Physical Resource"===this.node.service.name||"resource"===this.type&&"Logical Resource"===this.node.service.name||"resource"===this.type&&"Physical Resource"===this.node.service.name||"service"===this.type&&"Logical Resource"===this.node.service.name||"service"===this.type&&"Physical Resource"===this.node.service.name?this.add_context_options=[{label:"Edit",icon:"icon-file-text-edit-regular"},{label:"Delete",icon:"icon-trash-regular"}]:this.add_context_options=[{label:"Add",icon:"icon-plus-circle-filled"},{label:"Edit",icon:"icon-file-text-edit-regular"},{label:"Delete",icon:"icon-trash-regular"}],0==this.show_add_menu?this.show_add_menu=!0:this.show_add_menu=!1},card(){this.show_add_menu=!1,this.isOpen=!this.isOpen},fromAddContextMenuHierarchy(e,t){this.$emit("context",e,t)},fromAddContextMenu(e,t){"Add"==e?this.$emit("context",e,t):"Delete"==e?this.deletenode(t):"Edit"==e&&this.$emit("context",e,t)},addtriggger(){this.modal_active=!0,"Resource Facing Service"===this.Addprevalue&&(this.dropdown_data1=this.dropdown2data1)},checkval1(e){this.search=e},checkval(e){this.search1=e},editNode(e){this.prevalue=e.service.name,this.prevalue2=e.specification.name,this.service=e.service,"product"===this.type&&"Customer Facing Service"===this.typedrop&&"Customer Facing Service"===this.prevalue?this.dropdown_data1=this.dropdown2data1:"product"===this.type&&"Resource Facing Service"===this.typedrop&&"Resource Facing Service"===this.prevalue?this.dropdown_data1=this.dropdown2data2:"product"===this.type&&"Logical Resource"===this.typedrop&&"Logical Resource"===this.prevalue?this.dropdown_data1=this.dropdown2data3:"product"===this.type&&"Physical Resource"===this.typedrop&&"Physical Resource"===this.prevalue&&(this.dropdown_data1=this.dropdown2data4),"service"===this.type&&"Resource Facing Service"===this.typedrop&&"Resource Facing Service"===this.prevalue?this.dropdown_data1=this.dropdown2data1:"service"===this.type&&"Physical Resource"===this.typedrop&&"Physical Resource"===this.prevalue?this.dropdown_data1=this.dropdown2data4:"service"===this.type&&"Logical Resource"===this.typedrop&&"Logical Resource"===this.prevalue&&(this.dropdown_data1=this.dropdown2data3),"resource"===this.type&&"Physical Resource"===this.typedrop&&"Physical Resource"===this.prevalue?this.dropdown_data1=this.dropdown2data4:"resource"===this.type&&"Logical Resource"===this.typedrop&&"Logical Resource"===this.prevalue?this.dropdown_data1=this.dropdown2data3:"resource"===this.type&&"Resource Facing Service"===this.typedrop&&"Resource Facing Service"===this.prevalue&&(this.dropdown_data1=this.dropdown2data1),"Physical Resource"===this.type&&"Physical Resource"===this.typedrop&&"Physical Resource"===this.prevalue&&(this.dropdown_data1=this.dropdown2data4),"Logical Resource"===this.type&&"Logical Resource"===this.typedrop&&"Logical Resource"===this.prevalue&&(this.dropdown_data1=this.dropdown2data3),this.modal_active_edit=!0},addchild(e,t){this.modal_active=!1,this.modal_active_edit=!1,console.log("tre data from val",this.specification,t),"Hierarchy"===this.type?this.$emit("currentdata",{parent:{id:e._id,name:e.name},child:{id:this.specification._id,name:this.specification.name}},{parent:{id:this.specification._id,name:this.specification.name},child:{id:e._id,name:e.name}},t):this.$emit("currentdata",e,this.specification,t),this.service={},this.specification={},this.dropdown_data1=[],this.modalcomponentkey+=1,this.specname="",this.disableTreeButton=""},editCardHierarchy(e){this.modal_active=!1,this.modal_active_edit=!1,this.$emit("currenteditdata",e,this.specification)},editCard(e){this.modal_active=!1,this.modal_active_edit=!1,this.$emit("currenteditdata",e,this.specification);let t=[];e?.child?(t=e.child,e.service=this.service,e.specification=this.specification,e.child=t):(e.service=this.service,e.specification=this.specification),this.disableTreeButton=""},async deletenode(){this.modal_active_delete=!0},emitdeletenode(e){this.$emit("delete-node",e)},nodeToggler(e){const t=this.$refs.ul,i=e.target.classList,n=t.classList,o=e.target.parentElement.classList.contains("root"),l=document?.querySelector(".tree-container > i");i.contains("icon-minus-circle-filled")&&i.contains("downIcon")?e.target.setAttribute("class","icon-plus-circle-filled downIcon"):e.target.setAttribute("class","icon-minus-circle-filled downIcon"),n.toggle("hide"),o&&(i.contains("icon-minus-circle-filled")?l.setAttribute("class","icon-vEdge"):l.setAttribute("class","icon-full-page"))},hide(){0==event.target.classList.contains("tempp-container")&&(this.show_add_menu=!1,this.isOpen=!1)},display(){1==event.target.classList.contains("tempp-container")?1==this.clicked?this.clicked=!1:this.clicked=!0:this.clicked=!1}}};const EB={key:0,style:{padding:"0",height:"55px",width:"298px","align-items":"center",display:"flex","justify-content":"center"},class:"tree-card-upc"},wB={style:{width:"80%",display:"flex","flex-direction":"column","align-items":"flex-start","justify-content":"flex-start"}},VB={class:"Card-name-tree",style:{display:"flex","justify-content":"space-evenly","min-width":"63px","max-width":"200px","margin-bottom":"3px"}},xB={style:{display:"flex","justify-content":"center","align-items":"center"}},BB={style:{"font-size":"12px","text-align":"left"}},NB={class:"card-address",style:{"font-size":"8px","text-align":"left","font-family":"'Opensans'","font-weight":"100"}},SB={class:"key"},_B={class:"value"},IB={style:{position:"absolute",left:"257px",top:"66px",display:"flex","justify-content":"center","align-items":"center"}},qB=t.createElementVNode("i",{class:"icon-user-circle-regular"},null,-1),DB={style:{"font-size":"12px","margin-left":"3px"}},TB={key:1,style:{padding:"0"},class:"tree-card-upc"},OB={class:"key"},RB={class:"value"},MB={key:0,class:t.normalizeClass("tree-child-card"),style:{"z-index":"1000"}},LB={class:"inner-card-details"},UB=t.createTextVNode("Active "),FB=t.createTextVNode(" Launched "),PB=t.createTextVNode(" Retired "),HB=t.createTextVNode(" Rejected "),KB=t.createTextVNode(" Obsolete "),jB=t.createTextVNode(" In test "),QB=t.createTextVNode(" In design "),zB=t.createTextVNode(" In study "),JB={style:{"font-size":"14px"}},XB=t.createElementVNode("br",null,null,-1),WB={style:{margin:"10px 0","font-size":"12px",display:"-webkit-box","-webkit-line-clamp":"3","-webkit-box-orient":"vertical",overflow:"hidden"}},YB={key:0,style:{margin:"10px 0","font-size":"12px"}},GB={class:"tree-dot"},ZB={style:{"font-size":"1rem",display:"flex","align-items":"center"}},$B=t.createElementVNode("span",{style:{width:"8px",height:"8px",background:"rgba(84, 189, 149, 1)","border-radius":"100px"}},null,-1),eN={style:{"font-size":"12px !important","margin-left":"5px"}},tN={class:"tree-dot"},iN={style:{"font-size":"1rem",display:"flex","align-items":"center"}},nN=t.createElementVNode("span",{style:{width:"8px",height:"8px",background:"rgba(84, 189, 149, 1)","border-radius":"100px"}},null,-1),oN={style:{"font-size":"12px !important","margin-left":"5px"}},lN={key:1,style:{margin:"10px 0","font-size":"12px"}},aN={class:"tree-dot"},rN={style:{"font-size":"1rem",display:"flex","align-items":"center"}},sN=t.createElementVNode("span",{style:{width:"8px",height:"8px",background:"rgba(84, 189, 149, 1)","border-radius":"100px"}},null,-1),cN={style:{"font-size":"12px !important","margin-left":"5px"}},dN={class:"tree-dot"},uN={style:{"font-size":"1rem",display:"flex","align-items":"center"}},hN=t.createElementVNode("span",{style:{width:"8px",height:"8px",background:"rgba(84, 189, 149, 1)","border-radius":"100px"}},null,-1),pN={style:{"font-size":"12px !important","margin-left":"5px"}},mN={key:1,class:t.normalizeClass("tree-child-card"),style:{"z-index":"1000"}},gN={class:"inner-card-details"},AN=t.createTextVNode("Active "),fN=t.createTextVNode(" Launched "),yN=t.createTextVNode(" Retired "),bN=t.createTextVNode(" Rejected "),vN=t.createTextVNode(" Obsolete "),kN=t.createTextVNode(" In test "),CN=t.createTextVNode(" In design "),EN=t.createTextVNode(" In study "),wN={class:"lifecycleStatus-tree"},VN={style:{"font-size":"14px"}},xN=t.createElementVNode("br",null,null,-1),BN={style:{margin:"10px 0","font-size":"12px",display:"-webkit-box","-webkit-line-clamp":"3","-webkit-box-orient":"vertical",overflow:"hidden"}},NN={key:0,style:{margin:"10px 0","font-size":"12px"}},SN={class:"tree-dot"},_N={style:{"font-size":"1rem",display:"flex","align-items":"center"}},IN=t.createElementVNode("span",{style:{width:"8px",height:"8px",background:"rgba(84, 189, 149, 1)","border-radius":"100px"}},null,-1),qN={style:{"font-size":"12px !important","margin-left":"5px"}},DN={class:"tree-dot"},TN={style:{"font-size":"1rem",display:"flex","align-items":"center"}},ON=t.createElementVNode("span",{style:{width:"8px",height:"8px",background:"rgba(84, 189, 149, 1)","border-radius":"100px"}},null,-1),RN={style:{"font-size":"12px !important","margin-left":"5px"}},MN={key:1,style:{margin:"10px 0","font-size":"12px"}},LN={class:"tree-dot"},UN={style:{"font-size":"1rem",display:"flex","align-items":"center"}},FN=t.createElementVNode("span",{style:{width:"8px",height:"8px",background:"rgba(84, 189, 149, 1)","border-radius":"100px"}},null,-1),PN={style:{"font-size":"12px !important","margin-left":"5px"}},HN={class:"tree-dot"},KN={style:{"font-size":"1rem",display:"flex","align-items":"center"}},jN=t.createElementVNode("span",{style:{width:"8px",height:"8px",background:"rgba(84, 189, 149, 1)","border-radius":"100px"}},null,-1),QN={style:{"font-size":"12px !important","margin-left":"5px"}},zN={class:"tree-delete-modelbox"},JN=t.createElementVNode("div",null,"Delete data",-1),XN={class:"modal-content"},WN={style:{"margin-left":"11px"}},YN=t.createTextVNode(" Are you sure you want to delete "),GN=t.createTextVNode(" ? "),ZN=t.createTextVNode("Cancel"),$N=t.createTextVNode("Delete"),eS={class:"tree-child-version2-modal"},tS=t.createElementVNode("div",null,"Add Specification",-1),iS={class:"modal-content"},nS={class:"tree-panel"},oS={class:"tree-child-button-container"},lS=t.createTextVNode("Cancel"),aS=t.createTextVNode("Add"),rS={key:2,class:"tree-child-version2-modal edit-select-tree-disable"},sS={key:0},cS={key:1},dS={key:2},uS={key:3},hS={class:"modal-content"},pS={class:"tree-panel"},mS={style:{"margin-top":"10px","margin-bottom":"25px"}},gS={class:"tree-child-button-container"},AS=t.createTextVNode(" Cancel "),fS=t.createTextVNode(" Save "),yS={key:0,ref:"ul"};CB.render=function(e,i,n,o,l,a){const r=t.resolveComponent("hlx-label"),s=t.resolveComponent("hlx-context-menu"),c=t.resolveComponent("hlx-button"),d=t.resolveComponent("hlx-modal"),u=t.resolveComponent("hlx-select"),h=t.resolveComponent("hlx-card"),p=t.resolveComponent("hlx-tree-child-v2");return t.openBlock(),t.createElementBlock("li",{onMousedown:i[22]||(i[22]=(...t)=>e.mouseDown&&e.mouseDown(...t)),onMouseup:i[23]||(i[23]=(...t)=>e.mouseUp&&e.mouseUp(...t)),onMousemove:i[24]||(i[24]=(...t)=>e.mouseMove&&e.mouseMove(...t)),onDblclick:i[25]||(i[25]=(...t)=>e.mouseDown&&e.mouseDown(...t))},[t.createVNode(h,{seperator:!1,card_title:!1,card_footer:!1,hover:!0},{"card-body":t.withCtx((()=>["Hierarchy"===n.type?(t.openBlock(),t.createElementBlock("div",EB,[t.createCommentVNode(" {{node.label}} "),t.createCommentVNode(' <div class="hlx-tree box">/ '),t.createElementVNode("div",{class:"header grid card",style:{padding:"0 9px",width:"100%"},onClick:i[0]||(i[0]=t.withModifiers(((...e)=>a.card&&a.card(...e)),["stop"]))},[t.createElementVNode("span",{style:t.normalizeStyle(a.avatarStyle)},t.toDisplayString(a.initials),5),t.createElementVNode("span",wB,[t.createElementVNode("span",VB,[t.createElementVNode("span",xB,[t.createElementVNode("span",BB,t.toDisplayString(n.node?.tradingName),1),t.createElementVNode("span",{style:t.normalizeStyle({display:""!==l.HierarchytagName?"block":"none"})},[t.createVNode(r,{class:"primary sm",style:{"margin-left":"6px",height:"14px","font-size":"8px"}},{default:t.withCtx((()=>[t.createTextVNode(t.toDisplayString(l.HierarchytagName),1)])),_:1})],4)])]),t.createElementVNode("span",NB,t.toDisplayString(l.Hierarchydescription),1)])]),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(Object.keys(n.node.data?n.node.data:{})||[],(e=>(t.openBlock(),t.createElementBlock("div",{key:e,class:"grid"},[t.createElementVNode("span",SB,t.toDisplayString(e)+":",1),t.createElementVNode("span",_B,t.toDisplayString(n.node.data[`${e}`]),1)])))),128)),t.createElementVNode("span",{class:t.normalizeClass(void 0!==n.node.child&&n.node.child?.length>0?"collapseIcon":""),style:{right:"48.3% !important"}},[t.createElementVNode("i",{ref:"icon-"+l.unique,class:t.normalizeClass(void 0!==n.node.child&&n.node.child?.length>0?l.collapse:""),onClick:i[1]||(i[1]=(...e)=>a.nodeToggler&&a.nodeToggler(...e))},null,2)],2),t.createElementVNode("i",{class:t.normalizeClass(["tempp-container icon-more-vertical-filled",{" active-context":!0===l.show_add_menu}]),onClick:i[2]||(i[2]=t.withModifiers((e=>a.showHierarchy(n.node)),["stop"]))},[t.createCommentVNode(' @click="deletenode(node)" ')],2),t.createElementVNode("span",IB,[qB,t.createElementVNode("span",DB,t.toDisplayString(n.node?.relatedParty?.length),1)]),t.createVNode(s,{class:"tree-context-menu",style:{"z-index":"1000 !important",width:"125px",position:"absolute",height:"(add_context_options.length>1) ? 119px : 50px",overflow:"hidden"},options:l.add_context_options,show:l.show_add_menu,onChosen:i[3]||(i[3]=e=>a.fromAddContextMenuHierarchy(e,n.node))},null,8,["options","show"]),t.createCommentVNode(" {{ treeFirst }} "),t.createCommentVNode(' <i class="icon-more-horizontal-filled">modal_active = true </i> '),t.createCommentVNode(' <div class="tree-delete-modelbox">\r\n <hlx-modal\r\n :modal-active="modal_active_delete"\r\n :height="\'220px\'"\r\n :width="\'400px\'"\r\n :modal="true"\r\n :close-icon="false"\r\n :outer-layer-close-option="true"\r\n >\r\n <template #header>\r\n <div>Delete data</div>\r\n </template>\r\n <template #content>\r\n <div class="modal-content">\r\n <div style="margin-left: 11px">\r\n Are you sure you want to delete\r\n <b>{{ node?.tradingName }}</b> ?\r\n </div>\r\n </div>\r\n </template>\r\n <template #footer>\r\n <hlx-button class="secondary-success sm" @click="deleteCancel()"\r\n >Cancel</hlx-button\r\n >\r\n <hlx-button\r\n class="primary sm"\r\n style="margin-left: 16px"\r\n @click="deletecard(node)"\r\n >Delete</hlx-button\r\n >\r\n </template>\r\n </hlx-modal>\r\n </div>\r\n\r\n <div class="tree-child-version2-modal">\r\n <hlx-modal\r\n :key="modalcomponentkey"\r\n :modal-active="modal_active"\r\n :height="\'250px\'"\r\n :width="\'300px\'"\r\n :modal="true"\r\n :close-icon="false"\r\n :outer-layer-close-option="false"\r\n @close="modal_active = false"\r\n >\r\n <template #header>\r\n <div>Add parent</div>\r\n </template>\r\n <template #content>\r\n <div class="modal-content">\r\n <div class="tree-panel">\r\n <hlx-select\r\n :key="selectcomponentkey"\r\n v-model="specname"\r\n :scroll-classname="\'tree-panel\'"\r\n :options="dropdown_data1"\r\n :label="\'name\'"\r\n :placeholder-value="\'Search sub-account\'"\r\n :prop-value="\'name\'"\r\n :label-animation="true"\r\n :inline-search="true"\r\n @selected-value="setvalue"\r\n @custom-error-emit-value="checkval1"\r\n >\r\n </hlx-select>\r\n </div>\r\n </div>\r\n </template>\r\n <template #footer>\r\n <div class="tree-child-button-container">\r\n <hlx-button\r\n class="secondary-success sm"\r\n style="padding: 10px 38px"\r\n @click="addCancel()"\r\n >Cancel</hlx-button\r\n >\r\n <hlx-button\r\n class="primary sm"\r\n style="padding: 10px 38px"\r\n @click="addchild(node,\'parent\')"\r\n >Add</hlx-button\r\n >\r\n </div>\r\n </template>\r\n </hlx-modal>\r\n </div>\r\n <div class="tree-child-version2-modal">\r\n <hlx-modal\r\n :key="modalcomponentkey"\r\n :modal-active="modal_active_child"\r\n :height="\'250px\'"\r\n :width="\'300px\'"\r\n :modal="true"\r\n :close-icon="false"\r\n :outer-layer-close-option="false"\r\n @close="modal_active_child = false"\r\n >\r\n <template #header>\r\n <div>Add child</div>\r\n </template>\r\n <template #content>\r\n <div class="modal-content">\r\n <div class="tree-panel">\r\n <hlx-select\r\n :key="selectcomponentkey"\r\n v-model="specname"\r\n :scroll-classname="\'tree-panel\'"\r\n :options="dropdown_data1"\r\n :label="\'name\'"\r\n :placeholder-value="\'Search sub-account\'"\r\n :prop-value="\'name\'"\r\n :label-animation="true"\r\n :inline-search="true"\r\n @selected-value="setvalue"\r\n @custom-error-emit-value="checkval1"\r\n >\r\n </hlx-select>\r\n </div>\r\n </div>\r\n </template>\r\n <template #footer>\r\n <div class="tree-child-button-container">\r\n <hlx-button\r\n class="secondary-success sm"\r\n style="padding: 10px 38px"\r\n @click="addCancel()"\r\n >Cancel</hlx-button\r\n >\r\n <hlx-button\r\n class="primary sm"\r\n style="padding: 10px 38px"\r\n @click="addchild(node,\'child\')"\r\n >Add</hlx-button\r\n >\r\n </div>\r\n </template>\r\n </hlx-modal>\r\n </div>\r\n <div\r\n v-if="modal_active_edit"\r\n class="tree-child-version2-modal edit-select-tree-disable"\r\n >\r\n <hlx-modal\r\n :key="modalcomponentkey"\r\n :modal-active="modal_active_edit"\r\n :height="\'250px\'"\r\n :width="\'300px\'"\r\n :modal="true"\r\n :close-icon="false"\r\n :outer-layer-close-option="false"\r\n @close="modal_active_edit = false"\r\n >\r\n <template #header>\r\n \r\n <div >Change Hierarchy</div>\r\n </template>\r\n <template #content>\r\n <div class="modal-content">\r\n <div class="tree-panel">\r\n <hlx-select\r\n :key="selectcomponentkey"\r\n v-model="prevalue2"\r\n :scroll-classname="\'tree-panel\'"\r\n :options="dropdown_data1"\r\n :label="\'name\'"\r\n :placeholder-value="\'Choose the account\'"\r\n :prop-value="\'name\'"\r\n :label-animation="true"\r\n :inline-search="true"\r\n @selected-value="setvalue"\r\n @custom-error-emit-value="checkval1"\r\n >\r\n </hlx-select>\r\n </div>\r\n </div>\r\n </template>\r\n <template #footer>\r\n <div class="tree-child-button-container">\r\n <hlx-button\r\n class="secondary-success sm"\r\n style="padding: 10px 38px"\r\n @click="editCancel()"\r\n >\r\n Cancel\r\n </hlx-button>\r\n <hlx-button\r\n class="primary sm"\r\n style="padding: 10px 38px"\r\n \r\n @click="editCardHierarchy(node)"\r\n >\r\n :disabled="editDisabled"\r\n Save\r\n </hlx-button>\r\n </div>\r\n </template>\r\n </hlx-modal>\r\n </div> ')])):t.createCommentVNode("v-if",!0),"Hierarchy"!=n.type?(t.openBlock(),t.createElementBlock("div",TB,[t.createCommentVNode(" {{node.label}} "),t.createCommentVNode(' <div class="hlx-tree box">/ '),t.createElementVNode("div",{class:"header grid card",style:{padding:"0 9px"},onClick:i[5]||(i[5]=t.withModifiers(((...e)=>a.card&&a.card(...e)),["stop"]))},[t.createElementVNode("span",null,[t.createElementVNode("i",{class:t.normalizeClass(n.node?.service?.icones)},null,2)]),t.createElementVNode("span",{class:"Card-name-tree",onClick:i[4]||(i[4]=(...e)=>a.cardDetail&&a.cardDetail(...e))},t.toDisplayString(n.node?.specification?.name),1)]),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(Object.keys(n.node.data?n.node.data:{})||[],(e=>(t.openBlock(),t.createElementBlock("div",{key:e,class:"grid"},[t.createElementVNode("span",OB,t.toDisplayString(e)+":",1),t.createElementVNode("span",RB,t.toDisplayString(n.node.data[`${e}`]),1)])))),128)),t.createElementVNode("span",{class:t.normalizeClass(void 0!==n.node.child&&n.node.child?.length>0?"collapseIcon":"")},[t.createElementVNode("i",{ref:"icon-"+l.unique,class:t.normalizeClass(void 0!==n.node.child&&n.node.child?.length>0?l.collapse:""),onClick:i[6]||(i[6]=(...e)=>a.nodeToggler&&a.nodeToggler(...e))},null,2)],2),t.createElementVNode("i",{class:t.normalizeClass(["tempp-container icon-more-vertical-filled",{" active-context":!0===l.show_add_menu}]),onClick:i[7]||(i[7]=t.withModifiers((e=>a.show(n.node)),["stop"]))},[t.createCommentVNode(' @click="deletenode(node)" ')],2),t.createVNode(s,{class:"tree-context-menu",style:{"z-index":"1000 !important",width:"115px",position:"absolute",height:"(add_context_options.length>1) ? 119px : 50px",overflow:"hidden"},options:l.add_context_options,show:l.show_add_menu,onChosen:i[8]||(i[8]=e=>a.fromAddContextMenu(e,n.node))},null,8,["options","show"]),t.createCommentVNode(" {{ treeFirst }} "),l.isOpen&&!0===n.treeFirst&&"bundle"!=n.node.service.name?(t.openBlock(),t.createElementBlock("div",MB,[t.createElementVNode("div",LB,[t.createElementVNode("i",{class:t.normalizeClass(n.node?.service?.icones+" size-tree-icon")},null,2),"Active"==n.node?.specification?.lifecycleStatus?(t.openBlock(),t.createBlock(r,{key:0,class:"primary sm"},{default:t.withCtx((()=>[UB])),_:1})):"Launched"==n.node?.specification?.lifecycleStatus?(t.openBlock(),t.createBlock(r,{key:1,class:"success sm"},{default:t.withCtx((()=>[FB])),_:1})):"Retired"==n.node?.specification?.lifecycleStatus?(t.openBlock(),t.createBlock(r,{key:2,class:"info sm"},{default:t.withCtx((()=>[PB])),_:1})):"Rejected"==n.node?.specification?.lifecycleStatus?(t.openBlock(),t.createBlock(r,{key:3,class:"error sm"},{default:t.withCtx((()=>[HB])),_:1})):"Obsolete"==n.node?.specification?.lifecycleStatus?(t.openBlock(),t.createBlock(r,{key:4,class:"warning sm"},{default:t.withCtx((()=>[KB])),_:1})):"In test"==n.node?.specification?.lifecycleStatus?(t.openBlock(),t.createBlock(r,{key:5,class:"warning sm",options:{"background-color":"#F4F4F4","text-color":"#4B4B4B","border-color":"#4B4B4B"}},{default:t.withCtx((()=>[jB])),_:1})):"In design"==n.node?.specification?.lifecycleStatus?(t.openBlock(),t.createBlock(r,{key:6,class:"warning sm",options:{"background-color":"#FFFDE9","text-color":"#897E06","border-color":"#897E06"}},{default:t.withCtx((()=>[QB])),_:1})):(t.openBlock(),t.createBlock(r,{key:7,class:"warning sm",options:{"background-color":"#E9ECFF","text-color":"#354592","border-color":"#354592"}},{default:t.withCtx((()=>[zB])),_:1}))]),t.createElementVNode("b",JB,t.toDisplayString(n.node?.specification?.name),1),XB,t.createElementVNode("p",WB,t.toDisplayString(n.node?.specification?.description),1),t.createElementVNode("span",{style:t.normalizeStyle(a.getStyleObject)},[t.createElementVNode("b",{style:t.normalizeStyle([a.getStyleObject,{"font-size":"14px"}])},"Characteristics",4),"Customer Facing Service"===n.node?.service?.name&&void 0!==n.node?.specification?.serviceSpecCharacteristic&&n.node?.specification?.serviceSpecCharacteristic?.length>0?(t.openBlock(),t.createElementBlock("div",YB,[t.createElementVNode("div",GB,[t.createElementVNode("span",ZB,[$B,t.createElementVNode("span",eN,t.toDisplayString(n.node?.specification?.serviceSpecCharacteristic[0]?.name),1)])]),t.createElementVNode("div",tN,[t.createElementVNode("span",iN,[nN,t.createElementVNode("span",oN,t.toDisplayString(n.node?.specification?.serviceSpecCharacteristic[1]?.name),1)])])])):t.createCommentVNode("v-if",!0),("Logical Resource"===n.node?.service?.name||"Physical Resource"===n.node?.service?.name||"Resource Facing Service"===n.node?.service?.name||"Resource Facing Service"===n.node?.service?.name)&&n.node?.specification?.resourceSpecCharacteristic?.length>0?(t.openBlock(),t.createElementBlock("div",lN,[t.createElementVNode("div",aN,[t.createElementVNode("span",rN,[sN,t.createElementVNode("span",cN,t.toDisplayString(n.node?.specification?.resourceSpecCharacteristic[0]?.name),1)])]),t.createElementVNode("div",dN,[t.createElementVNode("span",uN,[hN,t.createElementVNode("span",pN,t.toDisplayString(n.node?.specification?.resourceSpecCharacteristic[1]?.name),1)])])])):t.createCommentVNode("v-if",!0)],4),t.createElementVNode("div",{class:"link-tree",style:{"font-size":"12px",color:"rgba(67, 129, 249, 1)"},onClick:i[9]||(i[9]=e=>a.Cardemit(n.node))}," View details ")])):t.createCommentVNode("v-if",!0),l.isOpen&&!1===n.treeFirst&&"bundle"!=n.node?.service?.name?(t.openBlock(),t.createElementBlock("div",mN,[t.createElementVNode("div",gN,[t.createElementVNode("i",{class:t.normalizeClass(n.node?.service?.icones+" size-tree-icon")},null,2),"Active"==n.node?.specification?.lifecycleStatus?(t.openBlock(),t.createBlock(r,{key:0,class:"primary sm"},{default:t.withCtx((()=>[AN])),_:1})):"Launched"==n.node?.specification?.lifecycleStatus?(t.openBlock(),t.createBlock(r,{key:1,class:"success sm"},{default:t.withCtx((()=>[fN])),_:1})):"Retired"==n.node?.specification?.lifecycleStatus?(t.openBlock(),t.createBlock(r,{key:2,class:"info sm"},{default:t.withCtx((()=>[yN])),_:1})):"Rejected"==n.node?.specification?.lifecycleStatus?(t.openBlock(),t.createBlock(r,{key:3,class:"error sm"},{default:t.withCtx((()=>[bN])),_:1})):"Obsolete"==n.node?.specification?.lifecycleStatus?(t.openBlock(),t.createBlock(r,{key:4,class:"warning sm"},{default:t.withCtx((()=>[vN])),_:1})):"In test"==n.node?.specification?.lifecycleStatus?(t.openBlock(),t.createBlock(r,{key:5,class:"warning sm",options:{"background-color":"#F4F4F4","text-color":"#4B4B4B","border-color":"#4B4B4B"}},{default:t.withCtx((()=>[kN])),_:1})):"In design"==n.node?.specification?.lifecycleStatus?(t.openBlock(),t.createBlock(r,{key:6,class:"warning sm",options:{"background-color":"#FFFDE9","text-color":"#897E06","border-color":"#897E06"}},{default:t.withCtx((()=>[CN])),_:1})):(t.openBlock(),t.createBlock(r,{key:7,class:"warning sm",options:{"background-color":"#E9ECFF","text-color":"#354592","border-color":"#354592"}},{default:t.withCtx((()=>[EN])),_:1})),t.createElementVNode("div",wN,t.toDisplayString(n.node?.specification?.lifecycleStatus),1)]),t.createElementVNode("b",VN,t.toDisplayString(n.node?.specification?.name),1),xN,t.createElementVNode("p",BN,t.toDisplayString(n.node?.specification?.description),1),t.createElementVNode("span",{style:t.normalizeStyle(a.getStyleObject)},[t.createElementVNode("b",{style:t.normalizeStyle([a.getStyleObject,{"font-size":"14px"}])},"Characteristics",4),"Customer Facing Service"===n.node?.service?.name&&void 0!==n.node?.specification?.serviceSpecCharacteristic&&n.node?.specification?.serviceSpecCharacteristic?.length>0?(t.openBlock(),t.createElementBlock("div",NN,[t.createElementVNode("div",SN,[t.createElementVNode("span",_N,[IN,t.createElementVNode("span",qN,t.toDisplayString(n.node?.specification?.serviceSpecCharacteristic[0]?.name),1)])]),t.createElementVNode("div",DN,[t.createElementVNode("span",TN,[ON,t.createElementVNode("span",RN,t.toDisplayString(n.node?.specification?.serviceSpecCharacteristic[1]?.name),1)])])])):t.createCommentVNode("v-if",!0),("Logical Resource"===n.node?.service?.name||"Physical Resource"===n.node?.service?.name||"Resource Facing Service"===n.node?.service?.name||"Resource Facing Service"===n.node?.service?.name)&&n.node?.specification?.resourceSpecCharacteristic?.length>0?(t.openBlock(),t.createElementBlock("div",MN,[t.createElementVNode("div",LN,[t.createElementVNode("span",UN,[FN,t.createElementVNode("span",PN,t.toDisplayString(n.node?.specification?.resourceSpecCharacteristic[0]?.name),1)])]),t.createElementVNode("div",HN,[t.createElementVNode("span",KN,[jN,t.createElementVNode("span",QN,t.toDisplayString(n.node?.specification?.resourceSpecCharacteristic[1]?.name),1)])])])):t.createCommentVNode("v-if",!0)],4),t.createElementVNode("div",{class:"link-tree",style:{"font-size":"12px",color:"rgba(67, 129, 249, 1)"},onClick:i[10]||(i[10]=e=>a.Cardemit(n.node))}," View details ")])):t.createCommentVNode("v-if",!0),t.createCommentVNode(' <i class="icon-more-horizontal-filled">modal_active = true </i> '),t.createElementVNode("div",zN,[t.createVNode(d,{"modal-active":l.modal_active_delete,height:"220px",width:"400px",modal:!0,"close-icon":!1,"outer-layer-close-option":!0},{header:t.withCtx((()=>[JN])),content:t.withCtx((()=>[t.createElementVNode("div",XN,[t.createElementVNode("div",WN,[YN,t.createElementVNode("b",null,t.toDisplayString(n.node?.specification?.name),1),GN])])])),footer:t.withCtx((()=>[t.createVNode(c,{class:"secondary-success sm",onClick:i[11]||(i[11]=e=>a.deleteCancel())},{default:t.withCtx((()=>[ZN])),_:1}),t.createVNode(c,{class:"primary sm",style:{"margin-left":"16px"},onClick:i[12]||(i[12]=e=>a.deletecard(n.node))},{default:t.withCtx((()=>[$N])),_:1})])),_:1},8,["modal-active"])]),t.createElementVNode("div",eS,[(t.openBlock(),t.createBlock(d,{key:l.modalcomponentkey,"modal-active":l.modal_active,height:"350px",width:"300px",modal:!0,"close-icon":!1,"outer-layer-close-option":!1,onClose:i[16]||(i[16]=e=>l.modal_active=!1)},{header:t.withCtx((()=>[tS])),content:t.withCtx((()=>[t.createElementVNode("div",iS,[t.createElementVNode("main",nS,[(t.openBlock(),t.createBlock(u,{key:l.selectcomponentkey,modelValue:l.specname,"onUpdate:modelValue":i[13]||(i[13]=e=>l.specname=e),"scroll-classname":"tree-panel",options:l.dropdown_data1,label:"name","placeholder-value":"Specification","prop-value":"name","label-animation":!0,"inline-search":!0,onSelectedValue:e.setvalue,onCustomErrorEmitValue:a.checkval1},null,8,["modelValue","options","onSelectedValue","onCustomErrorEmitValue"]))])])])),footer:t.withCtx((()=>[t.createElementVNode("div",oS,[t.createVNode(c,{class:"secondary-success sm",style:{padding:"10px 38px"},onClick:i[14]||(i[14]=e=>a.addCancel())},{default:t.withCtx((()=>[lS])),_:1}),t.createVNode(c,{class:"primary sm",style:{padding:"10px 38px"},disabled:l.addDisabled,onClick:i[15]||(i[15]=e=>a.addchild(n.node))},{default:t.withCtx((()=>[aS])),_:1},8,["disabled"])])])),_:1},8,["modal-active"]))]),l.modal_active_edit?(t.openBlock(),t.createElementBlock("div",rS,[(t.openBlock(),t.createBlock(d,{key:l.modalcomponentkey,"modal-active":l.modal_active_edit,height:"400px",width:"300px",modal:!0,"close-icon":!1,"outer-layer-close-option":!1,onClose:i[21]||(i[21]=e=>l.modal_active_edit=!1)},{header:t.withCtx((()=>["product"===n.type?(t.openBlock(),t.createElementBlock("div",sS,"Edit Product Specification")):"resource"===n.type?(t.openBlock(),t.createElementBlock("div",cS,"Edit Resource Service")):"service"===n.type?(t.openBlock(),t.createElementBlock("div",dS," Edit Service Specification ")):(t.openBlock(),t.createElementBlock("div",uS,"Edit Resource Specification"))])),content:t.withCtx((()=>[t.createElementVNode("div",hS,[t.createElementVNode("main",pS,[t.createElementVNode("div",mS,[t.createVNode(u,{modelValue:l.prevalue,"onUpdate:modelValue":i[17]||(i[17]=e=>l.prevalue=e),options:l.dropdown_data,label:"name","prop-value":"name","placeholder-value":"Choose the service","label-animation":!0,"pre-value":l.prevalue,disabled:!0,onSelectedValue:e.setvalueedit,onCustomErrorEmitValue:a.checkval},null,8,["modelValue","options","pre-value","onSelectedValue","onCustomErrorEmitValue"])]),(t.openBlock(),t.createBlock(u,{key:l.selectcomponentkey,modelValue:l.prevalue2,"onUpdate:modelValue":i[18]||(i[18]=e=>l.prevalue2=e),"scroll-classname":"tree-panel",options:l.dropdown_data1,label:"name","placeholder-value":"Specification","prop-value":"name","label-animation":!0,"inline-search":!0,onSelectedValue:e.setvalue,onCustomErrorEmitValue:a.checkval1},null,8,["modelValue","options","onSelectedValue","onCustomErrorEmitValue"]))])])])),footer:t.withCtx((()=>[t.createElementVNode("div",gS,[t.createVNode(c,{class:"secondary-success sm",style:{padding:"10px 38px"},onClick:i[19]||(i[19]=e=>a.editCancel())},{default:t.withCtx((()=>[AS])),_:1}),t.createVNode(c,{class:"primary sm",style:{padding:"10px 38px"},disabled:l.addDisabled,onClick:i[20]||(i[20]=e=>a.editCard(n.node))},{default:t.withCtx((()=>[t.createCommentVNode(' :disabled="editDisabled" '),fS])),_:1},8,["disabled"])])])),_:1},8,["modal-active"]))])):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0),t.createCommentVNode(" </div> ")])),_:1}),n.node&&n.node.child&&n.node.child?.length>0?(t.openBlock(),t.createElementBlock("ul",yS,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.node.child||n.node.child[0],(i=>(t.openBlock(),t.createBlock(p,{key:i,node:i,dropdown2data1:n.dropdown2data1,dropdown2data2:n.dropdown2data2,dropdown2data3:n.dropdown2data3,dropdown2data4:n.dropdown2data4,type:n.type,"tree-first":n.treeFirst,firstnodename:n.firstnodename,onSendData:a.addchild,onDeleteNode:a.emitdeletenode,onCardNode:a.Cardemit,onCurrentdata:a.addchild,onCurrenteditdata:a.editCardHierarchy,onSpecification:e.setvalue,onContext:a.fromAddContextMenuHierarchy},{default:t.withCtx((()=>[t.createCommentVNode(' @mouseDown="mouseDown"\r\n @mouseUp="mouseUp"\r\n @mouseMove="mouseMove" '),t.renderSlot(e.$slots,"default")])),_:2},1032,["node","dropdown2data1","dropdown2data2","dropdown2data3","dropdown2data4","type","tree-first","firstnodename","onSendData","onDeleteNode","onCardNode","onCurrentdata","onCurrenteditdata","onSpecification","onContext"])))),128))])):t.createCommentVNode("v-if",!0)],32)},CB.__file="src/components/TreeChildVersion2Component.vue";var bS={name:"HlxTreeV2",components:{hlxTreeChildV2:CB},props:{type:{type:String,default:()=>"product"},node:{type:Object,default:()=>({})},dropdown2data2:{type:Array,default:()=>[]},dropdown2data1:{type:Array,default:()=>[]},dropdown2data3:{type:Array,default:()=>[]},dropdown2data4:{type:Array,default:()=>[]},treeDirection:{type:String,default:()=>"vertical"},isDraggable:{type:Boolean,default:!1},zoomable:{type:Boolean,default:!1},zoom:{type:Number,default:NaN},expandAll:{type:Boolean,default:!1},collapseAll:{type:Boolean,default:!1},viewOnly:{type:Boolean,default:!1},treeFirst:{type:Boolean,default:()=>!1},firstnodename:{type:String,default:()=>""}},emits:["response","Nodedata","updated-data","card-node","currentdata","currenteditdata","delete-node"],data:()=>({ele:null,isMouseDown:!1,initX:0,initY:0,height:0,scale:1,start:{x:0,y:0},widht:0,treedata:{}}),watch:{node:{handler(e){this.$emit("updated-data",e),this.treedata=e,this.$nextTick((()=>{if(!0===this.viewOnly){document.querySelectorAll(".tempp-container").forEach((e=>{e.style.display="none"}))}}))},immediate:!0,deep:!0},viewOnly:{handler(e){const t=document.querySelectorAll(".cardhover");if(t){const i=document.querySelector(".active-context"),n=(e,t)=>{const i=e?.children[0]?.children[0]?.children[0]?.children[2];i?(console.log("Element found:",i),i.style?i.style.display=t:console.error("Element does not have a style property:",i)):console.error("Element not found:",e)};t.forEach((t=>{t.addEventListener("mouseover",(()=>{!0===e&&!0===this.viewOnly||!1===e&&n(t,"flex")})),t.addEventListener("mouseleave",(()=>{i||n(t,"none")}))}))}},immediate:!0,deep:!0},zoom:{handler(e){isNaN(e)||(e>100?this.zoomIn(e):this.zoomOut(e))},immediate:!0},expandAll:{handler(e){if(e){let e=this.$refs["hlx-tree-structure"];if(e){let t=e.querySelector("li")?.querySelectorAll("ul.hide");t=[...t],t.filter((e=>{e&&e.classList.contains("hide")&&e.classList.remove("hide")}))}}},immediate:!0},collapseAll:{handler(e){if(e){let e=this.$refs["hlx-tree-structure"];if(e){let t=e.querySelector("li")?.querySelectorAll("ul");t=[...t],t.filter((e=>{e&&!e.classList.contains("hide")&&e.classList.add("hide")}))}}},immediate:!0}},mounted(){this.ele=this.$refs["hlx-tree-structure"]},methods:{fromAddContextMenuHierarchy(e,t){this.$emit("context",e,t),console.log(e,"contaxt menu ")},Cardemit(e){this.$emit("card-node",e)},setvalue(e){this.$emit("specification",e)},addchild(e,t,i){this.$emit("currentdata",e,t,i),console.log(e,t,i,"fghjio")},editCardHierarchy(e,t){},deleteNode(e){},mouseDown(e){this.isDraggable&&(this.isMouseDown=!0,this.ele.style.cursor="grabbing !important",this.ele.style.userSelect="none",this.start={x:e.clientX-this.initX,y:e.clientY-this.initY})},mouseUp(){this.isDraggable&&(this.isMouseDown=!1,this.ele.style.cursor="grab",this.ele.removeAttribute("user-select"),this.ele.classList.remove("drag-border"))},deleteLabelRecursive(e,t){e.child&&(e.child=e.child.filter((e=>e.specification.name!==t&&(this.deleteLabelRecursive(e,t),!0))))},mouseMove(e){this.isMouseDown&&this.isDraggable&&(this.initX=e.clientX-this.start.x,this.initY=e.clientY-this.start.y,this.ele.style.cursor="grabbing",this.ele.style.userSelect="none",this.ele.style.transform="translate("+this.initX+"px, "+this.initY+"px) scale("+this.scale+")",this.ele.classList.contains("drag-over")||this.ele.classList.add("drag-border"))},setTransform(){this.zoomElement=this.ele,this.zoomElement&&(this.zoomElement.style.cursor="grabbing",this.zoomElement.style.userSelect="none",this.zoomElement.style.transform="translate("+this.initX+"px, "+this.initY+"px) scale("+this.scale+")")},zoomIn(e){if(100==e)return this.scale=1,void this.setTransform();this.scale=2*e/200,this.scale<=2&&this.setTransform()},zoomOut(e){if(100==e)return this.scale=1,void this.setTransform();this.scale=2*e/200,this.scale>.2&&this.setTransform()},resetDefault(){this.initX=-60,this.initY=206,this.scale=.75;[...document.querySelectorAll(".content-node.group")].filter((e=>{e.parentNode.querySelector("ul").classList.add("hide"),e.querySelector("i").setAttribute("class","i-circle-add")})),this.setTransform()}}};const vS=["isDraggable"];bS.render=function(e,i,n,o,l,a){const r=t.resolveComponent("hlx-tree-child-v2");return t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createCommentVNode(' class="tree" :class="tree_direction" '),t.createElementVNode("ul",{id:"hlx-tree-011",ref:"hlx-tree-structure",class:t.normalizeClass(["hlx-tree-area-upc",n.treeDirection?n.treeDirection:"vertical"]),isDraggable:n.isDraggable,onMousedown:i[0]||(i[0]=(...e)=>a.mouseDown&&a.mouseDown(...e)),onMouseup:i[1]||(i[1]=(...e)=>a.mouseUp&&a.mouseUp(...e)),onMousemove:i[2]||(i[2]=(...e)=>a.mouseMove&&a.mouseMove(...e))},[t.createCommentVNode(' :parentInst="this" '),t.createCommentVNode(' @mousedown="mouseDown" '),t.createVNode(r,{node:l.treedata,dropdown2data1:n.dropdown2data1,dropdown2data2:n.dropdown2data2,dropdown2data3:n.dropdown2data3,dropdown2data4:n.dropdown2data4,type:n.type,"tree-first":n.treeFirst,firstnodename:n.firstnodename,"view-only":n.viewOnly,onDeleteNode:a.deleteNode,onCardNode:a.Cardemit,onCurrentdata:a.addchild,onCurrenteditdata:a.editCardHierarchy,onSpecification:a.setvalue,onContext:a.fromAddContextMenuHierarchy},null,8,["node","dropdown2data1","dropdown2data2","dropdown2data3","dropdown2data4","type","tree-first","firstnodename","view-only","onDeleteNode","onCardNode","onCurrentdata","onCurrenteditdata","onSpecification","onContext"])],42,vS)],2112)},bS.__file="src/components/TreeVersion2Component.vue";var kS={name:"HlxTreeSelectChild",props:{child:{type:Object,default:()=>{}},arrow:{type:Boolean,default:()=>!0},headSelect:{type:Boolean,default:()=>!0},editable:{type:Boolean,default:()=>!1},expanded:{type:Boolean,default:()=>!1},guide:{type:Boolean,default:!1}},emits:["currentValue","edit","delete","add"],data:()=>({isIconRightOpened:!1}),methods:{handleArrow(){console.log("🚀 ~ file: TreeSelectChildComponent.vue:124 ~ handleArrow ~ handleArrow:"),this.isIconRightOpened=!this.isIconRightOpened},handleChildProcess(e,t){let i=e.target.nodeName,n=[...e.target.classList];if("I"==i&&(n.includes("custom-arrow-close")||n.includes("custom-arrow-open")))return this.isIconRightOpened=!this.isIconRightOpened,void e.target.parentElement.parentElement.parentElement.classList.toggle("expanded");this.$emit("currentValue",{name:t,ele:this.$refs[t]})},emitEdit(){},handleSelect(e,t){this.$emit("currentValue",{name:t,ele:this.$refs[t]})},handleCurrentData(e){this.$emit("currentValue",e)},currentValue(){},handleAdd(e){this.$emit("add",e)},handleEdit(e){this.$emit("edit",e)},handleDelete(e){this.$emit("delete",e)}}};const CS={key:0,class:"icon-angle-right-regular custom-arrow-open"},ES={key:1,class:"icon-angle-down-regular custom-arrow-close"},wS={class:"label-icon-wrapper"},VS={key:1,class:"edit-tool-bar"},xS=["child"];kS.render=function(e,i,n,o,l,a){const r=t.resolveComponent("hlx-tree-select-child");return Object.keys(n.child).length>0?(t.openBlock(),t.createElementBlock("li",{key:0,ref:n.child.name+"-ref",class:t.normalizeClass({"no-icon":null==n.child.icon}),onClickCapture:i[5]||(i[5]=e=>a.currentValue(n.child,e))},[t.createElementVNode("nav",{ref:n.child.name,class:t.normalizeClass(["label-wrapper",{"only-child":!!(null==n.child.child||n.child.child&&0==n.child.child.length),shepherd:!(0!=n.headSelect||!(null!=n.child.child||n.child.child&&n.child.child.length>0)),"expanded-tree":n.expanded,"selected-tree":n.child.active,"selected-tree":!(!n.child.active||!(0==n.headSelect&&(null==n.child.child||n.child.child&&0==n.child.child.length)||1==n.headSelect&&(null!=n.child.child||n.child.child&&n.child.child.length>=0))),"no-icon":null==n.child.icon}]),onClick:i[4]||(i[4]=t.withModifiers((e=>a.handleSelect(e,n.child.name)),["stop"]))},[n.child.child&&n.child.child.length>0?(t.openBlock(),t.createElementBlock("span",{key:0,class:"arrow",onClick:i[0]||(i[0]=t.withModifiers((e=>a.handleChildProcess(e,n.child.name)),["stop"]))},[l.isIconRightOpened?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("i",CS)),l.isIconRightOpened?(t.openBlock(),t.createElementBlock("i",ES)):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0),t.createCommentVNode(' v-if="child.icon != undefined" '),t.createElementVNode("span",wS,[t.createElementVNode("i",{class:t.normalizeClass(n.child.icon)},null,2)]),t.createElementVNode("span",{class:"child-label",style:t.normalizeStyle({"margin-left":(n.child.icon,"")})},t.toDisplayString(n.child.label),5),1==n.editable?(t.openBlock(),t.createElementBlock("span",VS,[t.createElementVNode("i",{class:"icon-clipboard-edit-regular",onClick:i[1]||(i[1]=e=>a.handleEdit(n.child))}),t.createElementVNode("i",{class:"icon-plus-regular",onClick:i[2]||(i[2]=t.withModifiers((e=>a.handleAdd(n.child)),["stop"]))}),t.createElementVNode("i",{class:"icon-trash-regular",onClick:i[3]||(i[3]=e=>a.handleDelete(n.child))})])):t.createCommentVNode("v-if",!0)],2),n.child.child&&n.child.child.length>0?(t.openBlock(),t.createElementBlock("ul",{key:0,child:n.child.child,class:t.normalizeClass({"show-tree":n.expanded,guide:n.guide})},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.child.child,(i=>(t.openBlock(),t.createBlock(r,{key:i.name,guide:n.guide,child:i,"head-select":n.headSelect,editable:n.editable,expanded:n.expanded,onCurrentValue:a.handleCurrentData,onCurrenteditdata:e.editCardHierarchy,onEdit:a.handleEdit,onAdd:a.handleAdd,onDelete:a.handleDelete},null,8,["guide","child","head-select","editable","expanded","onCurrentValue","onCurrenteditdata","onEdit","onAdd","onDelete"])))),128))],10,xS)):t.createCommentVNode("v-if",!0)],34)):t.createCommentVNode("v-if",!0)},kS.__file="src/components/TreeSelectChildComponent.vue";var BS={name:"HlxTreeSelect",components:{hlxTreeSelectChild:kS},props:{treeData:{type:Object,default:()=>({})},editable:{type:Boolean,default:!1},headSelect:{type:Boolean,default:!0},expanded:{type:Boolean,default:!1},expandAll:{type:Boolean,default:!1},collapseAll:{type:Boolean,default:!1},background:{type:Boolean,default:!0},guide:{type:Boolean,default:!1}},emits:["currentValue","edit","delete","add"],watch:{expandAll:{handler(e){1==e&&this.$nextTick((()=>{let e=this.$refs["hlx-tree-select"][0];e&&(e=[...e.querySelectorAll("li")],e.filter((e=>{e.classList.contains("expanded")||e.classList.add("expanded")})))}))},deep:!0,immediate:!0},collapseAll:{handler(e){1==e&&this.$nextTick((()=>{let e=this.$refs["hlx-tree-select"][0];e&&(e=[...e.querySelectorAll("li")],e.filter((e=>{for(;e.classList.contains("expanded");)e.classList.remove("expanded")})))}))},deep:!0,immediate:!0}},methods:{transferToParent(e){let t=[...this.$refs["hlx-tree-select-cmp"].querySelectorAll("li nav.selected-tree")];t.length>0&&t.forEach((e=>{e.classList.remove("selected-tree"),e.parentElement.classList.remove("current-selected-tree")})),e.ele.classList.add("selected-tree"),e.ele.parentElement.classList.add("current-selected-tree"),this.$emit("currentValue",e.name);let i=[...this.$refs["hlx-tree-select-cmp"].querySelectorAll("li.expanded")];i.forEach(((e,t)=>{let n=e.querySelector("ul");n.classList.remove("guide-current"),i.length-1==t&&n.classList.add("guide-current")}))},handleEdit(e){this.$emit("edit",e)},handleAdd(e){this.$emit("add",e)},handleDelete(e){this.$emit("delete",e)},handleChildProcess(e){e.target.parentElement.parentElement.classList.toggle("expanded")}}};const NS={ref:"hlx-tree-select-cmp",class:"wrapp-all"};BS.render=function(e,i,n,o,l,a){const r=t.resolveComponent("hlx-tree-select-child");return t.openBlock(),t.createElementBlock("section",NS,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.treeData,(e=>(t.openBlock(),t.createElementBlock("div",{id:"hlx-tree-select-0133",key:e,class:t.normalizeClass(["hlx-tree-select-wrapper",{"background-enabled":n.background}]),style:t.normalizeStyle({color:n.background?"#565553":"#fbfbfb"})},[t.createElementVNode("ul",{ref_for:!0,ref:"hlx-tree-select",class:t.normalizeClass(["hlx-tree-select",{"show-tree":n.expanded,guide:n.guide}])},[t.createVNode(r,{child:e,guide:n.guide,"head-select":n.headSelect,editable:n.editable,expanded:n.expanded,onCurrentValue:a.transferToParent,onAdd:a.handleAdd,onEdit:a.handleEdit,onDelete:a.handleDelete},null,8,["child","guide","head-select","editable","expanded","onCurrentValue","onAdd","onEdit","onDelete"])],2)],6)))),128))],512)},BS.__file="src/components/TreeSelectComponent.vue";var SS={name:"HlxVisualRuleBuilder",components:{HlxSelect:gl,HlxButton:F,HlxCodeEditor:Pt},props:{type:{type:String,default:""},lhsData:{type:Array,default:()=>[]},rhsData:{type:Array,default:()=>[]},opData:{type:Array,default:()=>[]},myRule:{type:String,default:""},myExp:{type:String,default:""},ifObj:{type:Object,default:()=>({})},thenObj:{type:Object,default:()=>({})},elseObj:{type:Object,default:()=>({})},intellisenseData:{type:Object,default:()=>({})}},emits:["emitObj","emitRule","emitExp"],data:()=>({unique:Math.floor(1e3*Math.random()+1),custom_obj:{},my_lhs_data:[],my_rule_obj:{},my_exp_obj:{},final_rule:"",final_exp:"",expression:{id:Math.floor(1e3*Math.random()+1),lhs:"",op:"=",rhs:""},border2:0,border3:0,border4:0,border5:0,borderr2:0,borderr3:0,borderr4:0,borderr5:0,padding_top1:0,padding_bottom1:0,padding_top2:{},padding_bottom2:{},padding_top3:{},padding_bottom3:{},padding_top4:{},padding_bottom4:{},padding_top5:{},padding_bottom5:{},padding_top6:{},padding_bottom6:{},rule:{level1:{level_conjunction:"and",groups:[{group_conjunction:"and",group:[{inner_group_conjunction:"and",conditions:[{id:Math.floor(1e3*Math.random()+1),lhs:"",op:"",rhs:""}]}]}]}},level2:{level_conjunction:"and",groups:[]},level3:{level_conjunction:"and",groups:[]},level4:{level_conjunction:"and",groups:[]},level5:{level_conjunction:"and",groups:[]},reactive_rule:{level1:{level_conjunction:"and",groups:[{group_conjunction:"and",group:[{inner_group_conjunction:"and",conditions:[{id:Math.floor(1e3*Math.random()+1),lhs:"",op:"",rhs:""}]}]}]}},reactive_level2:{level_conjunction:"and",groups:[]},reactive_level3:{level_conjunction:"and",groups:[]},reactive_level4:{level_conjunction:"and",groups:[]},reactive_level5:{level_conjunction:"and",groups:[]}}),mounted(){"rule"==this.type.toLowerCase()?(null!=this.if_obj&&(localStorage.setItem("if_obj",JSON.stringify(this.if_obj)),null!=JSON.parse(localStorage.getItem("if_obj"))&&(this.reactive_rule={level1:JSON.parse(localStorage.getItem("if_obj")).level1},this.reactive_level2=JSON.parse(localStorage.getItem("if_obj")).level2,this.reactive_level3=JSON.parse(localStorage.getItem("if_obj")).level3,this.reactive_level4=JSON.parse(localStorage.getItem("if_obj")).level4,this.reactive_level5=JSON.parse(localStorage.getItem("if_obj")).level5,this.test(),setTimeout((()=>{this.reactive_rule={level1:JSON.parse(localStorage.getItem("if_obj")).level1},this.reactive_level2=JSON.parse(localStorage.getItem("if_obj")).level2,this.reactive_level3=JSON.parse(localStorage.getItem("if_obj")).level3,this.reactive_level4=JSON.parse(localStorage.getItem("if_obj")).level4,this.reactive_level5=JSON.parse(localStorage.getItem("if_obj")).level5}),300))),null!=this.then_obj&&(localStorage.setItem("then_obj",JSON.stringify(this.then_obj)),null!=JSON.parse(localStorage.getItem("then_obj"))&&(this.reactive_rule={level1:JSON.parse(localStorage.getItem("then_obj")).level1},this.reactive_level2=JSON.parse(localStorage.getItem("then_obj")).level2,this.reactive_level3=JSON.parse(localStorage.getItem("then_obj")).level3,this.reactive_level4=JSON.parse(localStorage.getItem("then_obj")).level4,this.reactive_level5=JSON.parse(localStorage.getItem("then_obj")).level5,this.test(),setTimeout((()=>{this.reactive_rule={level1:JSON.parse(localStorage.getItem("then_obj")).level1},this.reactive_level2=JSON.parse(localStorage.getItem("then_obj")).level2,this.reactive_level3=JSON.parse(localStorage.getItem("then_obj")).level3,this.reactive_level4=JSON.parse(localStorage.getItem("then_obj")).level4,this.reactive_level5=JSON.parse(localStorage.getItem("then_obj")).level5}),300))),null!=this.else_obj&&(localStorage.setItem("else_obj",JSON.stringify(this.else_obj)),null!=JSON.parse(localStorage.getItem("else_obj"))&&(this.reactive_rule={level1:JSON.parse(localStorage.getItem("else_obj")).level1},this.reactive_level2=JSON.parse(localStorage.getItem("else_obj")).level2,this.reactive_level3=JSON.parse(localStorage.getItem("else_obj")).level3,this.reactive_level4=JSON.parse(localStorage.getItem("else_obj")).level4,this.reactive_level5=JSON.parse(localStorage.getItem("else_obj")).level5,this.test(),setTimeout((()=>{this.reactive_rule={level1:JSON.parse(localStorage.getItem("else_obj")).level1},this.reactive_level2=JSON.parse(localStorage.getItem("else_obj")).level2,this.reactive_level3=JSON.parse(localStorage.getItem("else_obj")).level3,this.reactive_level4=JSON.parse(localStorage.getItem("else_obj")).level4,this.reactive_level5=JSON.parse(localStorage.getItem("else_obj")).level5}),300))),""!=this.my_rule&&this.emitObjForRule(),setInterval((()=>{this.emit(),this.emitObj()}),3e3)):(""!=this.my_exp&&this.emitObjForExp(),setInterval((()=>{this.emitExp()}),3e3))},methods:{and_or(){"or"==JSON.parse(localStorage.getItem("if_obj")).level1.level_conjunction?(document.querySelector("#level1").children[0].classList.contains("selected-grp")&&document.querySelector("#level1").children[0].classList.remove("selected-grp"),document.querySelector("#level1").children[1].classList.add("selected-grp")):"and"==JSON.parse(localStorage.getItem("if_obj")).level1.level_conjunction&&(document.querySelector("#level1").children[1].classList.contains("selected-grp")&&document.querySelector("#level1").children[1].classList.remove("selected-grp"),document.querySelector("#level1").children[0].classList.add("selected-grp"))},removeTrailingOperators(e){const t=/(and|or)\s*$/i;let i=e.trim().replace(t,"");for(;t.test(i);)i=i.replace(t,"");return i.trim()},addLHS(e){if(""!=e){let t={name:e,value:e,checked:!0,disabled:!1,icon:"icon-database-regular"};this.lhs_data.push(t)}},addOP(e){let t={name:e,value:e,checked:!0,disabled:!1,icon:"icon-database-regular"};this.op_data.push(t)},addRHS(e){let t={name:e,value:e,checked:!0,disabled:!1,icon:"icon-database-regular"};this.rhs_data.push(t)},addCondition(e,t,i){let n={id:Math.floor(1e3*Math.random()+1),lhs:"",op:"",rhs:""};"level1"==e?(this.reactive_rule[e].groups[t].group[i].conditions.push(n),setTimeout((()=>{this.padding_top1=document.querySelectorAll(".top-right-5")[0].offsetHeight/2+8,this.padding_bottom1=document.querySelector(".right-1").children[1].children[document.querySelector(".right-1").children[1].children.length-1].offsetHeight-38,this.padding_top2[t]=document.querySelectorAll(".right-6")[t].children[0].offsetHeight/2,this.padding_bottom2[t]=document.querySelectorAll(".right-6")[t].children[document.querySelectorAll(".right-6")[t].children.length-1].offsetHeight/2}),100)):2==e?(this.reactive_level2.groups[t].group[i].conditions.push(n),setTimeout((()=>{this.padding_top3[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[0].offsetHeight/2,this.padding_bottom3[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[document.querySelectorAll(".top-right-5")[2].children[1].children.length-1].offsetHeight/2,this.border2=document.querySelector(".right-right").children[0].offsetHeight/2,this.borderr2=document.querySelector(".right-right").children[1].children[0].children[0].offsetHeight/2+48}),100)):3==e?(this.reactive_level3.groups[t].group[i].conditions.push(n),setTimeout((()=>{this.padding_top4[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[0].offsetHeight/2,this.padding_bottom4[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[document.querySelectorAll(".top-right-5")[2].children[1].children.length-1].offsetHeight/2,this.border3=document.querySelector(".right-right-right").children[0].offsetHeight/2,this.borderr3=document.querySelector(".right-right-right").children[1].children[0].children[0].offsetHeight/2+48}),100)):4==e?(this.reactive_level4.groups[t].group[i].conditions.push(n),setTimeout((()=>{this.padding_top5[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[0].offsetHeight/2,this.padding_bottom5[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[document.querySelectorAll(".top-right-5")[2].children[1].children.length-1].offsetHeight/2,this.border4=document.querySelector(".right-right-right-right").children[0].offsetHeight/2,this.borderr4=document.querySelector(".right-right-right-right").children[1].children[0].children[0].offsetHeight/2+48}),100)):5==e&&(this.reactive_level5.groups[t].group[i].conditions.push(n),setTimeout((()=>{this.padding_top6[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[0].offsetHeight/2,this.padding_bottom6[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[document.querySelectorAll(".top-right-5")[2].children[1].children.length-1].offsetHeight/2,this.border5=document.querySelector(".right-right-right-right-right").children[0].offsetHeight/2,this.borderr5=document.querySelector(".right-right-right-right-right").children[1].children[0].children[0].offsetHeight/2+48}),100)),this.emit()},addGroup(){let e={group_conjunction:"and",group:[{inner_group_conjunction:"and",conditions:[{id:Math.floor(1e3*Math.random()+1),lhs:"",op:"",rhs:""}]}]};if(this.reactive_rule.level1.groups.length<2)this.reactive_rule.level1.groups.push(e),setTimeout((()=>{this.padding_top1=document.querySelectorAll(".top-right-5")[0].offsetHeight/2+8,this.padding_bottom1=document.querySelector(".right-1").children[1].children[document.querySelector(".right-1").children[1].children.length-1].offsetHeight-38,this.padding_top2[0]=document.querySelectorAll(".right-6")[0].children[0].offsetHeight/2,this.padding_bottom2[0]=document.querySelectorAll(".right-6")[0].children[document.querySelectorAll(".right-6")[0].children.length-1].offsetHeight/2}),100);else if(0==this.reactive_level2.groups.length){let t=document.querySelector(".top");document.querySelector(".right-right").insertBefore(t,document.querySelector(".right-right").firstChild),this.reactive_level2.groups.push(e),setTimeout((()=>{this.border2=document.querySelector(".right-right").children[0].offsetHeight/2,this.borderr2=document.querySelector(".right-right").children[1].children[0].children[0].offsetHeight/2+50}),100)}else if(0==this.reactive_level3.groups.length){let t=document.querySelector(".level2-container");document.querySelector(".right-right-right").insertBefore(t,document.querySelector(".right-right-right").firstChild),this.reactive_level3.groups.push(e),setTimeout((()=>{this.border3=document.querySelector(".right-right-right").children[0].offsetHeight/2,this.borderr3=document.querySelector(".right-right-right").children[1].children[0].children[0].offsetHeight/2+50}),100)}else if(0==this.reactive_level4.groups.length){let t=document.querySelector(".level3-container");document.querySelector(".right-right-right-right").insertBefore(t,document.querySelector(".right-right-right-right").firstChild),this.reactive_level4.groups.push(e),setTimeout((()=>{this.border4=document.querySelector(".right-right-right-right").children[0].offsetHeight/2,this.borderr4=document.querySelector(".right-right-right-right").children[1].children[0].children[0].offsetHeight/2+50}),100)}else if(0==this.reactive_level5.groups.length){let t=document.querySelector(".level4-container");document.querySelector(".right-right-right-right-right").insertBefore(t,document.querySelector(".right-right-right-right-right").firstChild),this.reactive_level5.groups.push(e),setTimeout((()=>{this.border5=document.querySelector(".right-right-right-right-right").children[0].offsetHeight/2,this.borderr5=document.querySelector(".right-right-right-right-right").children[1].children[0].children[0].offsetHeight/2+50}),100)}this.emit()},addInnerGroup(e,t){let i={inner_group_conjunction:"and",conditions:[{id:Math.floor(1e3*Math.random()+1),lhs:"",op:"",rhs:""}]};"level1"==e?(this.reactive_rule[e].groups[t].group.push(i),setTimeout((()=>{this.padding_top1=document.querySelectorAll(".top-right-5")[0].offsetHeight/2+8,this.padding_bottom1=(document.querySelectorAll(".right-5")[1].offsetHeight+61)/2,console.log(document.querySelectorAll(".right-5")[1].offsetHeight),this.padding_top2[t]=document.querySelectorAll(".right-6")[t].children[0].offsetHeight/2,this.padding_bottom2[t]=document.querySelectorAll(".right-6")[t].children[document.querySelectorAll(".right-6")[t].children.length-1].offsetHeight/2}),100)):2==e?(this.reactive_level2.groups[0].group.push(i),setTimeout((()=>{this.padding_top1=document.querySelectorAll(".top-right-5")[0].offsetHeight/2+8,this.padding_top3[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[0].offsetHeight/2,this.padding_bottom3[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[document.querySelectorAll(".top-right-5")[2].children[1].children.length-1].offsetHeight/2,this.border2=document.querySelector(".right-right").children[0].offsetHeight/2,this.borderr2=document.querySelector(".right-right").children[1].children[0].children[0].offsetHeight/2+48}),100)):3==e?(this.reactive_level3.groups[0].group.push(i),setTimeout((()=>{console.log(document.querySelectorAll(".top-right-5")[3].offsetHeight),this.padding_top4[t]=30,this.padding_bottom4[t]=30,this.border3=document.querySelector(".right-right-right").children[0].offsetHeight/2,this.borderr3=document.querySelector(".right-right-right").children[1].children[0].children[0].offsetHeight/2+48}),100)):4==e?(this.reactive_level4.groups[0].group.push(i),setTimeout((()=>{this.padding_top5[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[0].offsetHeight/2,this.padding_bottom5[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[document.querySelectorAll(".top-right-5")[2].children[1].children.length-1].offsetHeight/2,this.border4=document.querySelector(".right-right-right-right").children[0].offsetHeight/2,this.borderr4=document.querySelector(".right-right-right-right").children[1].children[0].children[0].offsetHeight/2+48}),100)):5==e&&(this.reactive_level5.groups[0].group.push(i),setTimeout((()=>{this.padding_top6[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[0].offsetHeight/2,this.padding_bottom6[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[document.querySelectorAll(".top-right-5")[2].children[1].children.length-1].offsetHeight/2,this.border5=document.querySelector(".right-right-right-right-right").children[0].offsetHeight/2,this.borderr5=document.querySelector(".right-right-right-right-right").children[1].children[0].children[0].offsetHeight/2+48}),100)),this.emit()},deleteCondition(e,t,i,n){"level1"==e?(this.reactive_rule.level1.groups[t].group[i].conditions.splice(n,1),0==this.reactive_rule.level1.groups[t].group[i].conditions&&this.reactive_rule.level1.groups[t].group.splice(i,1),0==this.reactive_rule.level1.groups[t].group.length&&this.reactive_rule.level1.groups.splice(t,1)):2==e?1==this.reactive_level2.groups[t].group[i].conditions.length&&0==this.reactive_level3.groups.length&&(this.reactive_level2.groups[t].group[i].conditions.splice(n,1),0==this.reactive_level2.groups[t].group[i].conditions.length&&this.reactive_level2.groups[t].group.splice(i,1),0==this.reactive_level2.groups[0].group.length&&(document.querySelector(".parent-container").appendChild(document.querySelector(".top")),this.reactive_level2.groups=[]),setTimeout((()=>{this.padding_top1=document.querySelectorAll(".top-right-5")[0].offsetHeight/2+8,this.padding_bottom1=document.querySelector(".right-1").children[1].children[document.querySelector(".right-1").children[1].children.length-1].offsetHeight-38,this.padding_top3[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[0].offsetHeight/2,this.padding_bottom3[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[document.querySelectorAll(".top-right-5")[2].children[1].children.length-1].offsetHeight/2,this.border2=document.querySelector(".right-right").children[0].offsetHeight/2,this.borderr2=document.querySelector(".right-right").children[1].children[0].children[0].offsetHeight/2+48}),100)):3==e?1==this.reactive_level3.groups[t].group[i].conditions.length&&0==this.reactive_level4.groups.length&&(this.reactive_level3.groups[t].group[i].conditions.splice(n,1),0==this.reactive_level3.groups[t].group[i].conditions.length&&this.reactive_level3.groups[t].group.splice(i,1),0==this.reactive_level3.groups[0].group.length&&(document.querySelector(".parent-container").appendChild(document.querySelector(".level2-container")),this.reactive_level3.groups=[]),setTimeout((()=>{this.padding_top4[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[0].offsetHeight/2,this.padding_bottom4[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[document.querySelectorAll(".top-right-5")[2].children[1].children.length-1].offsetHeight/2,this.border3=document.querySelector(".right-right-right").children[0].offsetHeight/2,this.borderr3=document.querySelector(".right-right-right").children[1].children[0].children[0].offsetHeight/2+48}),100)):4==e?1==this.reactive_level4.groups[t].group[i].conditions.length&&0==this.reactive_level5.groups.length&&(this.reactive_level4.groups[t].group[i].conditions.splice(n,1),0==this.reactive_level4.groups[t].group[i].conditions.length&&this.reactive_level4.groups[t].group.splice(i,1),0==this.reactive_level4.groups[0].group.length&&(document.querySelector(".parent-container").appendChild(document.querySelector(".level3-container")),this.reactive_level4.groups=[]),setTimeout((()=>{this.padding_top5[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[0].offsetHeight/2,this.padding_bottom5[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[document.querySelectorAll(".top-right-5")[2].children[1].children.length-1].offsetHeight/2,this.border4=document.querySelector(".right-right-right-right").children[0].offsetHeight/2,this.borderr4=document.querySelector(".right-right-right-right").children[1].children[0].children[0].offsetHeight/2+48}),100)):5==e&&(this.reactive_level5.groups[t].group[i].conditions.splice(n,1),0==this.reactive_level5.groups[t].group[i].conditions.length&&this.reactive_level5.groups[t].group.splice(i,1),0==this.reactive_level5.groups[0].group.length&&(document.querySelector(".parent-container").appendChild(document.querySelector(".level4-container")),this.reactive_level5.groups=[]),setTimeout((()=>{this.padding_top6[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[0].offsetHeight/2,this.padding_bottom6[t]=document.querySelectorAll(".top-right-5")[2].children[1].children[document.querySelectorAll(".top-right-5")[2].children[1].children.length-1].offsetHeight/2,0!=this.reactive_level5.groups.length&&(this.border5=document.querySelector(".right-right-right-right-right").children[0].offsetHeight/2,this.borderr5=document.querySelector(".right-right-right-right-right").children[1].children[0].children[0].offsetHeight/2+48)}),100)),this.emit()},toggle(e,t,i,n){console.log(e,t,i,n),"or"==e?null!=event&&(event.target.previousElementSibling.classList.contains("selected-grp")&&event.target.previousElementSibling.classList.remove("selected-grp"),event.target.classList.add("selected-grp")):"and"==e&&(event.target.nextElementSibling.classList.contains("selected-grp")&&event.target.nextElementSibling.classList.remove("selected-grp"),event.target.classList.add("selected-grp")),"level1"==t&&null!=i&&null!=n&&(this.reactive_rule.level1.groups[i].group[n].inner_group_conjunction=e),"level1"==t&&null!=i&&null==n&&(this.reactive_rule.level1.groups[i].group_conjunction=e),"level1"==t&&null==i&&null==n&&(this.reactive_rule.level1.level_conjunction=e),2==t&&null!=i&&null!=n&&(this.reactive_level2.groups[i].group[n].inner_group_conjunction=e),2==t&&null!=i&&null==n&&(this.reactive_level2.groups[i].group_conjunction=e),2==t&&null==i&&null==n&&(this.reactive_level2.level_conjunction=e),3==t&&null!=i&&null!=n&&(this.reactive_level3.groups[i].group[n].inner_group_conjunction=e),3==t&&null!=i&&null==n&&(this.reactive_level3.groups[i].group_conjunction=e),3==t&&null==i&&null==n&&(this.reactive_level3.level_conjunction=e),4==t&&null!=i&&null!=n&&(this.reactive_level4.groups[i].group[n].inner_group_conjunction=e),4==t&&null!=i&&null==n&&(this.reactive_level4.groups[i].group_conjunction=e),4==t&&null==i&&null==n&&(this.reactive_level4.level_conjunction=e),5==t&&null!=i&&null!=n&&(this.reactive_level5.groups[i].group[n].inner_group_conjunction=e),5==t&&null!=i&&null==n&&(this.reactive_level5.groups[i].group_conjunction=e),5==t&&null==i&&null==n&&(this.reactive_level5.level_conjunction=e),this.emit()},selectValue(){"rule"==this.type?this.emit():this.emitExp()},emit(){this.reactive_rule.level1.level_conjunction=this.reactive_rule.level1.groups[0].group_conjunction;let e={level1:this.reactive_rule.level1,level2:this.reactive_level2,level3:this.reactive_level3,level4:this.reactive_level4,level5:this.reactive_level5};this.final_rule=function(e){let t="",i=["level1","level2","level3","level4","level5"];for(let n=0;n<i.length;n++){let o=e[i[n]];if(o){for(let e=0;e<o.groups.length;e++){let i=o.groups[e];t+="(";for(let e=0;e<i.group.length;e++){let n=i.group[e].conditions;for(let o=0;o<n.length;o++){let l=n[o];t+="(",t+=`${l.lhs} ${l.op} ${l.rhs}`,t+=")",o<n.length-1&&(t+=` ${i.group[e].inner_group_conjunction} `)}e<i.group.length-1&&(t+=` ${i.group_conjunction} `)}t+=")",e<o.groups.length-1&&(t+=` ${i.group_conjunction} `)}n<i.length-1&&o.level_conjunction&&(t+=` ${o.level_conjunction} `)}}return t}(e),this.$emit("emitRule",this.removeTrailingOperators(this.final_rule).replace(/\((\([^()]+\))\)/g,"$1"))},emitExp(){this.final_exp=this.expression.lhs+" "+this.expression.op+" "+this.expression.rhs,console.log(this.final_exp,this.expression.lhs,"pp"),this.$emit("emitExp",this.final_exp)},emitObjForRule(){let e=function(e){const t=e.split(/\)\sand\s\(/),i={};let n=1;return t.forEach((e=>{const t=e.match(/\((.*?)\)/g),o={level_conjunction:"and",groups:[]};t.forEach((e=>{let t=e.match(/and|or|ze/);t=t?t[0]:"and";const i=e.replace(/(\(|\))/g,"").split(/\sand\s|\sor\s|\sze\s/).map((e=>{const[t,i,n]=e.split(/\s/);return{id:Math.floor(1e3*Math.random()),lhs:t,op:i,rhs:Number(n)}}));o.groups.push({group_conjunction:t,group:[{inner_group_conjunction:"and",conditions:i}]})})),i[`level${n}`]=o,n++})),i}(this.my_rule);null!=e.level1&&(this.reactive_rule.level1=e.level1),null!=e.level2&&(this.reactive_level2=e.level2),null!=e.level3&&(this.reactive_level3=e.level3),null!=e.level4&&(this.reactive_level4=e.level4),null!=e.level5&&(this.reactive_level5=e.level5)},emitObj(){let e={level1:this.reactive_rule.level1,level2:this.reactive_level2,level3:this.reactive_level3,level4:this.reactive_level4,level5:this.reactive_level5};this.$emit("emitObj",e)},emitObjForExp(){this.my_exp.split("="),this.expression.lhs=this.my_exp.split("=")[0].trim(),this.expression.op=" = ",this.expression.rhs=this.my_exp.split("=")[1].trim()},test(){if(null!=document.querySelector(".top")&&null!=document.querySelector(".top")&&this.reactive_level2.groups.length>0){let e=document.querySelector(".top");document.querySelector(".right-right").insertBefore(e,document.querySelector(".right-right").firstChild),setTimeout((()=>{null!=document.querySelector(".right-right")&&null!=document.querySelector(".right-right").children[0]&&(this.border2=document.querySelector(".right-right").children[0].offsetHeight/2,null!=document.querySelector(".right-right").children[1]&&null!=document.querySelector(".right-right").children[1].children[0]&&null!=document.querySelector(".right-right").children[1].children[0].children[0]&&(this.borderr2=document.querySelector(".right-right").children[1].children[0].children[0].offsetHeight/2+50))}),100)}if(null!=document.querySelector(".right-right-right")&&null!=document.querySelector(".right-right-right")&&this.reactive_level3.groups.length>0){let e=document.querySelector(".level2-container");document.querySelector(".right-right-right").insertBefore(e,document.querySelector(".right-right-right").firstChild),setTimeout((()=>{null!=document.querySelector(".right-right-right").children[0]&&(this.border3=document.querySelector(".right-right-right").children[0].offsetHeight/2,null!=document.querySelector(".right-right-right").children[1]&&(this.borderr3=document.querySelector(".right-right-right").children[1].children[0].children[0].offsetHeight/2+50))}),100)}if(null!=document.querySelector(".right-right-right-right")&&null!=document.querySelector(".right-right-right-right")&&this.reactive_level4.groups.length>0){let e=document.querySelector(".level3-container");document.querySelector(".right-right-right-right").insertBefore(e,document.querySelector(".right-right-right-right").firstChild),setTimeout((()=>{null!=document.querySelector(".right-right-right-right").children[0]&&(this.border4=document.querySelector(".right-right-right-right").children[0].offsetHeight/2,null!=document.querySelector(".right-right-right-right").children[1]&&null!=document.querySelector(".right-right-right-right").children[1].children[0]&&null!=document.querySelector(".right-right-right-right").children[1].children[0].children[0]&&(this.borderr4=document.querySelector(".right-right-right-right").children[1].children[0].children[0].offsetHeight/2+50))}),100)}if(null!=document.querySelector(".right-right-right-right-right")&&null!=document.querySelector(".right-right-right-right-right")&&this.reactive_level5.groups.length>0){let e=document.querySelector(".level4-container");document.querySelector(".right-right-right-right-right").insertBefore(e,document.querySelector(".right-right-right-right-right").firstChild),setTimeout((()=>{null!=document.querySelector(".right-right-right-right-right").children[0]&&(this.border5=document.querySelector(".right-right-right-right-right").children[0].offsetHeight/2,null!=document.querySelector(".right-right-right-right-right").children[1]&&null!=document.querySelector(".right-right-right-right-right").children[1].children[0]&&null!=document.querySelector(".right-right-right-right-right").children[1].children[0].children[0]&&(this.borderr5=document.querySelector(".right-right-right-right-right").children[1].children[0].children[0].offsetHeight/2+50))}),100)}null!=document.querySelectorAll(".top-right-5")[0]&&null!=document.querySelectorAll(".top-right-5")[0]&&setTimeout((()=>{(this.padding_top1=null!=document.querySelectorAll(".top-right-5")[0])&&(this.padding_top1=document.querySelectorAll(".top-right-5")[0].offsetHeight/2+8,null!=document.querySelector(".right-1").children[1].children[document.querySelector(".right-1").children[1].children.length-1]&&(this.padding_bottom1=document.querySelector(".right-1").children[1].children[document.querySelector(".right-1").children[1].children.length-1].offsetHeight-38))}),100),null!=document.querySelectorAll(".top-right-5")[2]&&null!=document.querySelectorAll(".top-right-5")[2]&&setTimeout((()=>{null!=document.querySelector(".right-right").children[0]&&(this.border2=document.querySelector(".right-right").children[0].offsetHeight/2,null!=document.querySelector(".right-right").children[1]&&null!=document.querySelector(".right-right").children[1].children[0]&&null!=document.querySelector(".right-right").children[1].children[0].children[0]&&(this.borderr2=document.querySelector(".right-right").children[1].children[0].children[0].offsetHeight/2+48))}),100),null!=document.querySelectorAll(".top-right-5")[3]&&null!=document.querySelectorAll(".top-right-5")[3]&&setTimeout((()=>{null!=document.querySelector(".right-right-right").children[0]&&(this.border3=document.querySelector(".right-right-right").children[0].offsetHeight/2,null!=document.querySelector(".right-right-right").children[1]&&null!=document.querySelector(".right-right-right").children[1].children[0]&&null!=document.querySelector(".right-right-right").children[1].children[0].children[0]&&(this.borderr3=document.querySelector(".right-right-right").children[1].children[0].children[0].offsetHeight/2+48))}),100),null!=document.querySelectorAll(".top-right-5")[4]&&null!=document.querySelectorAll(".top-right-5")[4]&&setTimeout((()=>{null!=document.querySelector(".right-right-right-right").children[0]&&(this.border4=document.querySelector(".right-right-right-right").children[0].offsetHeight/2,null!=document.querySelector(".right-right-right-right").children[1]&&null!=document.querySelector(".right-right-right-right").children[1].children[0]&&null!=document.querySelector(".right-right-right-right").children[1].children[0].children[0]&&(this.borderr4=document.querySelector(".right-right-right-right").children[1].children[0].children[0].offsetHeight/2+48))}),100),null!=document.querySelectorAll(".top-right-5")[5]&&null!=document.querySelectorAll(".top-right-5")[5]&&setTimeout((()=>{null!=document.querySelector(".right-right-right-right-right").children[0]&&(this.border5=document.querySelector(".right-right-right-right-right").children[0].offsetHeight/2,null!=document.querySelector(".right-right-right-right-right").children[1]&&null!=document.querySelector(".right-right-right-right-right").children[1].children[0]&&null!=document.querySelector(".right-right-right-right-right").children[1].children[0].children[0]&&(this.borderr5=document.querySelector(".right-right-right-right-right").children[1].children[0].children[0].offsetHeight/2+48))}),100)}}};const _S=["id"],IS={class:"parent-container"},qS={class:"top"},DS=t.createElementVNode("div",{class:"left"},null,-1),TS={class:"right"},OS={class:"top-1"},RS=t.createElementVNode("div",null,null,-1),MS={class:"right-1"},LS={key:0,class:"left-4-inner"},US={key:0,id:"level1",class:"boxx"},FS=["onClick"],PS=["onClick"],HS={key:1,class:"right-4"},KS={key:0,class:"left-5"},jS=t.createElementVNode("hr",null,null,-1),QS=[jS],zS={key:1,class:"right-5"},JS={class:"top-right-5"},XS={class:"left-6-inner"},WS={class:"boxxx level11"},YS=["onClick"],GS=["onClick"],ZS={key:1,class:"right-6"},$S={key:0,class:"left-7"},e_=[t.createElementVNode("hr",null,null,-1)],t_={class:"trial"},i_={key:0,class:"left-3"},n_={class:"left-3-inner"},o_={class:"box"},l_=["onClick"],a_=["onClick"],r_={class:"right-3"},s_={key:0,class:"left-2"},c_=[t.createElementVNode("hr",null,null,-1)],d_={class:"right-2"},u_=["id"],h_={class:"exp-set"},p_={class:"select-lhs"},m_={class:"select-op"},g_={class:"select-rhs"},A_={class:"actions"},f_=["onClick"],y_=["onClick"],b_={key:0,class:"bottom-right-5"},v_=t.createElementVNode("i",{class:"icon-plus-circle-regular"},null,-1),k_=t.createTextVNode(" Inner group"),C_=t.createElementVNode("div",{class:"bottom-1"},null,-1),E_={class:"level2-container"},w_={class:"border-2"},V_={id:"level2",class:"boxxxx"},x_={class:"right-right"},B_={key:0,class:"left-5"},N_=[t.createElementVNode("hr",null,null,-1)],S_={key:1,class:"right-5"},__={class:"top-right-5"},I_={class:"left-6-inner"},q_={class:"boxxx level22"},D_=["onClick"],T_=["onClick"],O_={class:"right-6"},R_={key:0,class:"left-7"},M_=[t.createElementVNode("hr",null,null,-1)],L_={class:"right-7"},U_={class:"trial"},F_={key:0,class:"left-3"},P_={class:"left-3-inner"},H_={class:"box"},K_=["onClick"],j_=["onClick"],Q_={class:"right-3"},z_={key:0,class:"left-2"},J_=[t.createElementVNode("hr",null,null,-1)],X_={class:"right-2"},W_=["id"],Y_={class:"exp-set"},G_={class:"select-lhs"},Z_={class:"select-op"},$_={class:"select-rhs"},eI={class:"actions"},tI=["onClick"],iI=["onClick"],nI={class:"bottom-right-5"},oI=t.createElementVNode("i",{class:"icon-plus-circle-regular"},null,-1),lI=t.createTextVNode(" Inner group"),aI={class:"level3-container"},rI={class:"border-3"},sI={id:"level3",class:"boxxxx"},cI={class:"right-right-right"},dI={key:0,class:"left-5"},uI=[t.createElementVNode("hr",null,null,-1)],hI={key:1,class:"right-5"},pI={class:"top-right-5"},mI={class:"left-6-inner"},gI={class:"boxxx level33"},AI=["onClick"],fI=["onClick"],yI={class:"right-6"},bI={key:0,class:"left-7"},vI=[t.createElementVNode("hr",null,null,-1)],kI={class:"right-7"},CI={class:"trial"},EI={key:0,class:"left-3"},wI={class:"left-3-inner"},VI={class:"box"},xI=["onClick"],BI=["onClick"],NI={class:"right-3"},SI={key:0,class:"left-2"},_I=[t.createElementVNode("hr",null,null,-1)],II={class:"right-2"},qI=["id"],DI={class:"exp-set"},TI={class:"select-lhs"},OI={class:"select-op"},RI={class:"select-rhs"},MI={class:"actions"},LI=["onClick"],UI=["onClick"],FI={class:"bottom-right-5"},PI=t.createElementVNode("i",{class:"icon-plus-circle-regular"},null,-1),HI=t.createTextVNode(" Inner group"),KI={class:"level4-container"},jI={class:"border-4"},QI={id:"level4",class:"boxxxx"},zI={class:"right-right-right-right"},JI={key:0,class:"left-5"},XI=[t.createElementVNode("hr",null,null,-1)],WI={key:1,class:"right-5"},YI={class:"top-right-5"},GI={class:"left-6-inner"},ZI={class:"boxxx level44"},$I=["onClick"],eq=["onClick"],tq={class:"right-6"},iq={key:0,class:"left-7"},nq=[t.createElementVNode("hr",null,null,-1)],oq={class:"right-7"},lq={class:"trial"},aq={key:0,class:"left-3"},rq={class:"left-3-inner"},sq={class:"box"},cq=["onClick"],dq=["onClick"],uq={class:"right-3"},hq={key:0,class:"left-2"},pq=[t.createElementVNode("hr",null,null,-1)],mq={class:"right-2"},gq=["id"],Aq={class:"exp-set"},fq={class:"select-lhs"},yq={class:"select-op"},bq={class:"select-rhs"},vq={class:"actions"},kq=["onClick"],Cq=["onClick"],Eq={class:"bottom-right-5"},wq=t.createElementVNode("i",{class:"icon-plus-circle-regular"},null,-1),Vq=t.createTextVNode(" Inner group"),xq={class:"level5-container"},Bq={class:"border-5"},Nq={id:"level5",class:"boxxxx"},Sq={class:"right-right-right-right-right"},_q={key:0,class:"left-5"},Iq=[t.createElementVNode("hr",null,null,-1)],qq={key:1,class:"right-5"},Dq={class:"top-right-5"},Tq={class:"left-6-inner"},Oq={class:"boxxx level55"},Rq=["onClick"],Mq=["onClick"],Lq={class:"right-6"},Uq={key:0,class:"left-7"},Fq=[t.createElementVNode("hr",null,null,-1)],Pq={class:"right-7"},Hq={class:"trial"},Kq={key:0,class:"left-3"},jq={class:"left-3-inner"},Qq={class:"box"},zq=["onClick"],Jq=["onClick"],Xq={class:"right-3"},Wq={key:0,class:"left-2"},Yq=[t.createElementVNode("hr",null,null,-1)],Gq={class:"right-2"},Zq=["id"],$q={class:"exp-set"},eD={class:"select-lhs"},tD={class:"select-op"},iD={class:"select-rhs"},nD={class:"actions"},oD=["onClick"],lD=["onClick"],aD={class:"bottom-right-5"},rD=t.createElementVNode("i",{class:"icon-plus-circle-regular"},null,-1),sD=t.createTextVNode(" Inner group"),cD={class:"bottom"},dD=t.createElementVNode("i",{class:"icon-plus-circle-regular"},null,-1),uD=t.createTextVNode(" Group"),hD=["id"],pD={class:"exp-set"},mD={class:"select-lhs"},gD={class:"select-op"},AD={class:"select-rhs"};SS.render=function(e,i,n,o,l,a){const r=t.resolveComponent("hlx-select"),s=t.resolveComponent("hlx-code-editor"),c=t.resolveComponent("hlx-button");return t.openBlock(),t.createElementBlock(t.Fragment,null,["rule"==n.type.toLowerCase()?(t.openBlock(),t.createElementBlock("div",{key:0,id:"visual-builder"+l.unique,class:"builder-parent"},[t.createElementVNode("div",IS,[t.createElementVNode("div",qS,[DS,t.createElementVNode("div",TS,[t.createElementVNode("div",OS,[RS,(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.reactive_rule,((i,n)=>(t.openBlock(),t.createElementBlock("div",{key:n,class:"level"},[t.createCommentVNode(" {{ level }} "),t.createCommentVNode(' <div class="left-1"><hr></div> '),t.createElementVNode("div",MS,[t.createCommentVNode(' <div class="left-4" v-if="level.groups.length>1"><div class="left-4-inner" ></div></div> '),i.groups.length>1?(t.openBlock(),t.createElementBlock("div",{key:0,class:"left-4",style:t.normalizeStyle(`padding-top:${l.padding_top1}px; padding-bottom:${l.padding_bottom1}px; `)},[i.groups.length>1?(t.openBlock(),t.createElementBlock("div",LS,[i.groups.length>1?(t.openBlock(),t.createElementBlock("span",US,[t.createElementVNode("div",{class:"grp-and selected-grp",onClick:t=>a.toggle("and",n,e.groups_index,e.group_index)}," AND ",8,FS),t.createElementVNode("div",{class:"grp-or",onClick:t=>a.toggle("or",n,e.groups_index,e.group_index)}," OR ",8,PS)])):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0)],4)):t.createCommentVNode("v-if",!0),i.groups.length>=1?(t.openBlock(),t.createElementBlock("div",HS,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.groups,((o,d)=>(t.openBlock(),t.createElementBlock("div",{key:d,class:"groups"},[i.groups.length>1&&o.group[0].conditions.length>0?(t.openBlock(),t.createElementBlock("div",KS,QS)):t.createCommentVNode("v-if",!0),o.group[0].conditions.length>0?(t.openBlock(),t.createElementBlock("div",zS,[t.createElementVNode("div",JS,[o.group.length>1&&o.group[0].conditions.length>0?(t.openBlock(),t.createElementBlock("div",{key:0,class:"left-6",style:t.normalizeStyle(`padding-top:${l.padding_top2[d]}px; padding-bottom:${l.padding_bottom2[d]}px; `)},[t.createElementVNode("div",XS,[t.createElementVNode("span",WS,[t.createElementVNode("div",{class:"grp-and selected-grp",onClick:e=>a.toggle("and",n,d)}," AND ",8,YS),t.createElementVNode("div",{class:"grp-or",onClick:e=>a.toggle("or",n,d)}," OR ",8,GS)])])],4)):t.createCommentVNode("v-if",!0),o.group[0].conditions.length>0?(t.openBlock(),t.createElementBlock("div",ZS,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(o.group,((i,c)=>(t.openBlock(),t.createElementBlock("div",{key:c,class:"ggroup"},[o.group.length>1?(t.openBlock(),t.createElementBlock("div",$S,e_)):t.createCommentVNode("v-if",!0),i.conditions.length>0?(t.openBlock(),t.createElementBlock("div",{key:1,class:"right-7",style:t.normalizeStyle(i.conditions.length>1?"background:#f7f7f7":"background:#fff")},[t.createElementVNode("div",t_,[i.conditions.length>1?(t.openBlock(),t.createElementBlock("div",i_,[t.createElementVNode("div",n_,[t.createElementVNode("span",o_,[t.createElementVNode("div",{class:"grp-and selected-grp",onClick:e=>a.toggle("and",n,d,c)}," AND ",8,l_),t.createElementVNode("div",{class:"grp-or",onClick:e=>a.toggle("or",n,d,c)}," OR ",8,a_)])])])):t.createCommentVNode("v-if",!0),t.createElementVNode("div",r_,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.conditions,((o,u)=>(t.openBlock(),t.createElementBlock("div",{key:u,class:"conditions"},[i.conditions.length>1?(t.openBlock(),t.createElementBlock("div",s_,c_)):t.createCommentVNode("v-if",!0),t.createElementVNode("div",d_,[t.createElementVNode("div",{id:"exp-container"+l.unique,class:"exp-container"},[t.createElementVNode("div",h_,[t.createElementVNode("div",p_,[t.createVNode(r,{modelValue:o.lhs,"onUpdate:modelValue":e=>o.lhs=e,inline_search:!0,options:e.lhs_data,placeholder_value:"LHS",clearable:!0,onCustomChange:a.selectValue,onSearchvalue:a.addLHS},null,8,["modelValue","onUpdate:modelValue","options","onCustomChange","onSearchvalue"])]),t.createElementVNode("div",m_,[t.createCommentVNode(' <div class="equal">\r\n <div>{{ condition.op }}</div>\r\n </div> '),t.createVNode(r,{modelValue:o.op,"onUpdate:modelValue":e=>o.op=e,inline_search:!0,options:e.op_data,placeholder_value:"Operator",clearable:!0,onCustomChange:a.selectValue,onSearchvalue:a.addOP},null,8,["modelValue","onUpdate:modelValue","options","onCustomChange","onSearchvalue"])]),t.createElementVNode("div",g_,[t.createVNode(s,{value:o.rhs,"onUpdate:value":e=>o.rhs=e,"intellisense-data":e.intellisense_data,pre_value:o.rhs,"line-number":!1,rows:1,onCodeChanges:a.selectValue},null,8,["value","onUpdate:value","intellisense-data","pre_value","onCodeChanges"])]),t.createElementVNode("div",A_,[t.createElementVNode("i",{class:"icon-plus-circle-filled",onClick:e=>a.addCondition(n,d,c)},null,8,f_),t.createElementVNode("i",{class:"icon-trash-regular",onClick:e=>a.deleteCondition(n,d,c,u)},null,8,y_)])])],8,u_)])])))),128))])])],4)):t.createCommentVNode("v-if",!0)])))),128))])):t.createCommentVNode("v-if",!0)]),i.groups.length>1?(t.openBlock(),t.createElementBlock("div",b_,[t.createVNode(c,{class:"secondary sm",onClick:e=>a.addInnerGroup(n,d)},{default:t.withCtx((()=>[v_,k_])),_:2},1032,["onClick"])])):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0)])))),128))])):t.createCommentVNode("v-if",!0)])])))),128))]),C_])])]),t.withDirectives(t.createElementVNode("div",E_,[0!=l.border2&&0!=l.borderr2?(t.openBlock(),t.createElementBlock("div",{key:0,class:"left-left",style:t.normalizeStyle(`padding-top:${l.border2}px; padding-bottom:${l.borderr2}px;`)},[t.createElementVNode("div",w_,[t.createElementVNode("span",V_,[t.createElementVNode("div",{class:"grp-and selected-grp",onClick:i[0]||(i[0]=t=>a.toggle("and",2,e.groups_index,e.group_index))}," AND "),t.createElementVNode("div",{class:"grp-or",onClick:i[1]||(i[1]=t=>a.toggle("or",2,e.groups_index,e.group_index))}," OR ")])])],4)):t.createCommentVNode("v-if",!0),t.createElementVNode("div",x_,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.reactive_level2.groups,((i,n)=>(t.openBlock(),t.createElementBlock("div",{key:n,class:"groups"},[l.reactive_level2.groups.length>1?(t.openBlock(),t.createElementBlock("div",B_,N_)):t.createCommentVNode("v-if",!0),i.group[0].conditions.length>0?(t.openBlock(),t.createElementBlock("div",S_,[t.createElementVNode("div",__,[i.group.length>1?(t.openBlock(),t.createElementBlock("div",{key:0,class:"left-6",style:t.normalizeStyle(`padding-top:${l.padding_top3[n]}px; padding-bottom:${l.padding_bottom3[n]}px; `)},[t.createElementVNode("div",I_,[t.createElementVNode("span",q_,[t.createElementVNode("div",{class:"grp-and selected-grp",onClick:t=>a.toggle("and",2,n,e.group_index)}," AND ",8,D_),t.createElementVNode("div",{class:"grp-or",onClick:t=>a.toggle("or",2,n,e.group_index)}," OR ",8,T_)])])],4)):t.createCommentVNode("v-if",!0),t.createElementVNode("div",O_,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.group,((o,c)=>(t.openBlock(),t.createElementBlock("div",{key:c,class:"ggroup"},[i.group.length>1?(t.openBlock(),t.createElementBlock("div",R_,M_)):t.createCommentVNode("v-if",!0),t.createElementVNode("div",L_,[t.createElementVNode("div",U_,[o.conditions.length>1?(t.openBlock(),t.createElementBlock("div",F_,[t.createElementVNode("div",P_,[t.createElementVNode("span",H_,[t.createElementVNode("div",{class:"grp-and selected-grp",onClick:e=>a.toggle("and",2,n,c)}," AND ",8,K_),t.createElementVNode("div",{class:"grp-or",onClick:e=>a.toggle("or",2,n,c)}," OR ",8,j_)])])])):t.createCommentVNode("v-if",!0),t.createElementVNode("div",Q_,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(o.conditions,((i,d)=>(t.openBlock(),t.createElementBlock("div",{key:d,class:"conditions"},[o.conditions.length>1?(t.openBlock(),t.createElementBlock("div",z_,J_)):t.createCommentVNode("v-if",!0),t.createElementVNode("div",X_,[t.createElementVNode("div",{id:"exp-container"+l.unique,class:"exp-container"},[t.createElementVNode("div",Y_,[t.createElementVNode("div",G_,[t.createVNode(r,{modelValue:i.lhs,"onUpdate:modelValue":e=>i.lhs=e,inline_search:!0,options:e.lhs_data,placeholder_value:"LHS",clearable:!0,onCustomChange:a.selectValue,onSearchvalue:a.addLHS},null,8,["modelValue","onUpdate:modelValue","options","onCustomChange","onSearchvalue"])]),t.createElementVNode("div",Z_,[t.createCommentVNode(' <div class="equal">\r\n <div>{{ condition.op }}</div>\r\n </div> '),t.createVNode(r,{modelValue:i.op,"onUpdate:modelValue":e=>i.op=e,inline_search:!0,options:e.op_data,placeholder_value:"Operator",clearable:!0,onCustomChange:a.selectValue,onSearchvalue:a.addOP},null,8,["modelValue","onUpdate:modelValue","options","onCustomChange","onSearchvalue"])]),t.createElementVNode("div",$_,[t.createVNode(s,{value:i.rhs,"onUpdate:value":e=>i.rhs=e,"intellisense-data":e.intellisense_data,"line-number":!1,pre_value:i.rhs,rows:1,onCodeChanges:a.selectValue},null,8,["value","onUpdate:value","intellisense-data","pre_value","onCodeChanges"])]),t.createElementVNode("div",eI,[t.createElementVNode("i",{class:"icon-plus-circle-filled",onClick:e=>a.addCondition(2,n,c)},null,8,tI),t.createElementVNode("i",{class:"icon-trash-regular",onClick:e=>a.deleteCondition(2,n,c,d)},null,8,iI)])])],8,W_)])])))),128))])])])])))),128))])]),t.createElementVNode("div",nI,[t.createVNode(c,{class:"secondary sm",onClick:e=>a.addInnerGroup(2,n)},{default:t.withCtx((()=>[oI,lI])),_:2},1032,["onClick"])])])):t.createCommentVNode("v-if",!0)])))),128))])],512),[[t.vShow,l.reactive_level2.groups.length>0]]),t.withDirectives(t.createElementVNode("div",aI,[0!=l.border3&&0!=l.borderr3?(t.openBlock(),t.createElementBlock("div",{key:0,class:"left-left-left",style:t.normalizeStyle(`padding-top:${l.border3}px; padding-bottom:${l.borderr3}px;`)},[t.createElementVNode("div",rI,[t.createElementVNode("span",sI,[t.createElementVNode("div",{class:"grp-and selected-grp",onClick:i[2]||(i[2]=t=>a.toggle("and",3,e.groups_index,e.group_index))}," AND "),t.createElementVNode("div",{class:"grp-or",onClick:i[3]||(i[3]=t=>a.toggle("or",3,e.groups_index,e.group_index))}," OR ")])])],4)):t.createCommentVNode("v-if",!0),t.createElementVNode("div",cI,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.reactive_level3.groups,((i,n)=>(t.openBlock(),t.createElementBlock("div",{key:n,class:"groups"},[l.reactive_level3.groups.length>1?(t.openBlock(),t.createElementBlock("div",dI,uI)):t.createCommentVNode("v-if",!0),i.group[0].conditions.length>0?(t.openBlock(),t.createElementBlock("div",hI,[t.createElementVNode("div",pI,[i.group.length>1?(t.openBlock(),t.createElementBlock("div",{key:0,class:"left-6",style:t.normalizeStyle(`padding-top:${l.padding_top4[n]}px; padding-bottom:${l.padding_bottom4[n]}px; `)},[t.createElementVNode("div",mI,[t.createElementVNode("span",gI,[t.createElementVNode("div",{class:"grp-and selected-grp",onClick:t=>a.toggle("and",3,n,e.group_index)}," AND ",8,AI),t.createElementVNode("div",{class:"grp-or",onClick:t=>a.toggle("or",3,n,e.group_index)}," OR ",8,fI)])])],4)):t.createCommentVNode("v-if",!0),t.createElementVNode("div",yI,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.group,((o,c)=>(t.openBlock(),t.createElementBlock("div",{key:c,class:"ggroup"},[i.group.length>1?(t.openBlock(),t.createElementBlock("div",bI,vI)):t.createCommentVNode("v-if",!0),t.createElementVNode("div",kI,[t.createElementVNode("div",CI,[o.conditions.length>1?(t.openBlock(),t.createElementBlock("div",EI,[t.createElementVNode("div",wI,[t.createElementVNode("span",VI,[t.createElementVNode("div",{class:"grp-and selected-grp",onClick:e=>a.toggle("and",3,n,c)}," AND ",8,xI),t.createElementVNode("div",{class:"grp-or",onClick:e=>a.toggle("or",3,n,c)}," OR ",8,BI)])])])):t.createCommentVNode("v-if",!0),t.createElementVNode("div",NI,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(o.conditions,((i,d)=>(t.openBlock(),t.createElementBlock("div",{key:d,class:"conditions"},[o.conditions.length>1?(t.openBlock(),t.createElementBlock("div",SI,_I)):t.createCommentVNode("v-if",!0),t.createElementVNode("div",II,[t.createElementVNode("div",{id:"exp-container"+l.unique,class:"exp-container"},[t.createElementVNode("div",DI,[t.createElementVNode("div",TI,[t.createVNode(r,{modelValue:i.lhs,"onUpdate:modelValue":e=>i.lhs=e,inline_search:!0,options:e.lhs_data,placeholder_value:"LHS",clearable:!0,onCustomChange:a.selectValue,onSearchvalue:a.addLHS},null,8,["modelValue","onUpdate:modelValue","options","onCustomChange","onSearchvalue"])]),t.createElementVNode("div",OI,[t.createCommentVNode(' <div class="equal">\r\n <div>{{ condition.op }}</div>\r\n </div> '),t.createVNode(r,{modelValue:i.op,"onUpdate:modelValue":e=>i.op=e,inline_search:!0,options:e.op_data,placeholder_value:"Operator",clearable:!0,onCustomChange:a.selectValue,onSearchvalue:a.addOP},null,8,["modelValue","onUpdate:modelValue","options","onCustomChange","onSearchvalue"])]),t.createElementVNode("div",RI,[t.createVNode(s,{value:i.rhs,"onUpdate:value":e=>i.rhs=e,"intellisense-data":e.intellisense_data,"line-number":!1,pre_value:i.rhs,rows:1,onCodeChanges:a.selectValue},null,8,["value","onUpdate:value","intellisense-data","pre_value","onCodeChanges"])]),t.createElementVNode("div",MI,[t.createElementVNode("i",{class:"icon-plus-circle-filled",onClick:e=>a.addCondition(3,n,c)},null,8,LI),t.createElementVNode("i",{class:"icon-trash-regular",onClick:e=>a.deleteCondition(3,n,c,d)},null,8,UI)])])],8,qI)])])))),128))])])])])))),128))])]),t.createElementVNode("div",FI,[t.createVNode(c,{class:"secondary sm",onClick:e=>a.addInnerGroup(3,n)},{default:t.withCtx((()=>[PI,HI])),_:2},1032,["onClick"])])])):t.createCommentVNode("v-if",!0)])))),128))])],512),[[t.vShow,l.reactive_level3.groups.length>0]]),t.withDirectives(t.createElementVNode("div",KI,[0!=l.border4&&0!=l.borderr4?(t.openBlock(),t.createElementBlock("div",{key:0,class:"left-left-left-left",style:t.normalizeStyle(`padding-top:${l.border4}px; padding-bottom:${l.borderr4}px;`)},[t.createElementVNode("div",jI,[t.createElementVNode("span",QI,[t.createElementVNode("div",{class:"grp-and selected-grp",onClick:i[4]||(i[4]=t=>a.toggle("and",4,e.groups_index,e.group_index))}," AND "),t.createElementVNode("div",{class:"grp-or",onClick:i[5]||(i[5]=t=>a.toggle("or",4,e.groups_index,e.group_index))}," OR ")])])],4)):t.createCommentVNode("v-if",!0),t.createElementVNode("div",zI,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.reactive_level4.groups,((i,n)=>(t.openBlock(),t.createElementBlock("div",{key:n,class:"groups"},[l.reactive_level4.groups.length>1?(t.openBlock(),t.createElementBlock("div",JI,XI)):t.createCommentVNode("v-if",!0),i.group[0].conditions.length>0?(t.openBlock(),t.createElementBlock("div",WI,[t.createElementVNode("div",YI,[i.group.length>1?(t.openBlock(),t.createElementBlock("div",{key:0,class:"left-6",style:t.normalizeStyle(`padding-top:${l.padding_top5[n]}px; padding-bottom:${l.padding_bottom5[n]}px; `)},[t.createElementVNode("div",GI,[t.createElementVNode("span",ZI,[t.createElementVNode("div",{class:"grp-and selected-grp",onClick:t=>a.toggle("and",4,n,e.group_index)}," AND ",8,$I),t.createElementVNode("div",{class:"grp-or",onClick:t=>a.toggle("or",4,n,e.group_index)}," OR ",8,eq)])])],4)):t.createCommentVNode("v-if",!0),t.createElementVNode("div",tq,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.group,((o,c)=>(t.openBlock(),t.createElementBlock("div",{key:c,class:"ggroup"},[i.group.length>1?(t.openBlock(),t.createElementBlock("div",iq,nq)):t.createCommentVNode("v-if",!0),t.createElementVNode("div",oq,[t.createElementVNode("div",lq,[o.conditions.length>1?(t.openBlock(),t.createElementBlock("div",aq,[t.createElementVNode("div",rq,[t.createElementVNode("span",sq,[t.createElementVNode("div",{class:"grp-and selected-grp",onClick:e=>a.toggle("and",4,n,c)}," AND ",8,cq),t.createElementVNode("div",{class:"grp-or",onClick:e=>a.toggle("or",4,n,c)}," OR ",8,dq)])])])):t.createCommentVNode("v-if",!0),t.createElementVNode("div",uq,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(o.conditions,((i,d)=>(t.openBlock(),t.createElementBlock("div",{key:d,class:"conditions"},[o.conditions.length>1?(t.openBlock(),t.createElementBlock("div",hq,pq)):t.createCommentVNode("v-if",!0),t.createElementVNode("div",mq,[t.createElementVNode("div",{id:"exp-container"+l.unique,class:"exp-container"},[t.createElementVNode("div",Aq,[t.createElementVNode("div",fq,[t.createVNode(r,{modelValue:i.lhs,"onUpdate:modelValue":e=>i.lhs=e,inline_search:!0,options:e.lhs_data,placeholder_value:"LHS",clearable:!0,onCustomChange:a.selectValue,onSearchvalue:a.addLHS},null,8,["modelValue","onUpdate:modelValue","options","onCustomChange","onSearchvalue"])]),t.createElementVNode("div",yq,[t.createCommentVNode(' <div class="equal">\r\n <div>{{ condition.op }}</div>\r\n </div> '),t.createVNode(r,{modelValue:i.op,"onUpdate:modelValue":e=>i.op=e,inline_search:!0,options:e.op_data,placeholder_value:"Operator",clearable:!0,onCustomChange:a.selectValue,onSearchvalue:a.addOP},null,8,["modelValue","onUpdate:modelValue","options","onCustomChange","onSearchvalue"])]),t.createElementVNode("div",bq,[t.createVNode(s,{value:i.rhs,"onUpdate:value":e=>i.rhs=e,"intellisense-data":e.intellisense_data,"line-number":!1,pre_value:i.rhs,rows:1,onCodeChanges:a.selectValue},null,8,["value","onUpdate:value","intellisense-data","pre_value","onCodeChanges"])]),t.createElementVNode("div",vq,[t.createElementVNode("i",{class:"icon-plus-circle-filled",onClick:e=>a.addCondition(4,n,c)},null,8,kq),t.createElementVNode("i",{class:"icon-trash-regular",onClick:e=>a.deleteCondition(4,n,c,d)},null,8,Cq)])])],8,gq)])])))),128))])])])])))),128))])]),t.createElementVNode("div",Eq,[t.createVNode(c,{class:"secondary sm",onClick:e=>a.addInnerGroup(4,n)},{default:t.withCtx((()=>[wq,Vq])),_:2},1032,["onClick"])])])):t.createCommentVNode("v-if",!0)])))),128))])],512),[[t.vShow,l.reactive_level4.groups.length>0]]),t.withDirectives(t.createElementVNode("div",xq,[0!=l.border5&&0!=l.borderr5?(t.openBlock(),t.createElementBlock("div",{key:0,class:"left-left-left-left-left",style:t.normalizeStyle(`padding-top:${l.border5}px; padding-bottom:${l.borderr5}px;`)},[t.createElementVNode("div",Bq,[t.createElementVNode("span",Nq,[t.createElementVNode("div",{class:"grp-and selected-grp",onClick:i[6]||(i[6]=t=>a.toggle("and",5,e.groups_index,e.group_index))}," AND "),t.createElementVNode("div",{class:"grp-or",onClick:i[7]||(i[7]=t=>a.toggle("or",5,e.groups_index,e.group_index))}," OR ")])])],4)):t.createCommentVNode("v-if",!0),t.createElementVNode("div",Sq,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.reactive_level5.groups,((i,n)=>(t.openBlock(),t.createElementBlock("div",{key:n,class:"groups"},[l.reactive_level5.groups.length>1?(t.openBlock(),t.createElementBlock("div",_q,Iq)):t.createCommentVNode("v-if",!0),i.group[0].conditions.length>0?(t.openBlock(),t.createElementBlock("div",qq,[t.createElementVNode("div",Dq,[i.group.length>1?(t.openBlock(),t.createElementBlock("div",{key:0,class:"left-6",style:t.normalizeStyle(`padding-top:${l.padding_top6[n]}px; padding-bottom:${l.padding_bottom6[n]}px; `)},[t.createElementVNode("div",Tq,[t.createElementVNode("span",Oq,[t.createElementVNode("div",{class:"grp-and selected-grp",onClick:t=>a.toggle("and",5,n,e.group_index)}," AND ",8,Rq),t.createElementVNode("div",{class:"grp-or",onClick:t=>a.toggle("or",5,n,e.group_index)}," OR ",8,Mq)])])],4)):t.createCommentVNode("v-if",!0),t.createElementVNode("div",Lq,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.group,((o,c)=>(t.openBlock(),t.createElementBlock("div",{key:c,class:"ggroup"},[i.group.length>1?(t.openBlock(),t.createElementBlock("div",Uq,Fq)):t.createCommentVNode("v-if",!0),t.createElementVNode("div",Pq,[t.createElementVNode("div",Hq,[o.conditions.length>1?(t.openBlock(),t.createElementBlock("div",Kq,[t.createElementVNode("div",jq,[t.createElementVNode("span",Qq,[t.createElementVNode("div",{class:"grp-and selected-grp",onClick:e=>a.toggle("and",5,n,c)}," AND ",8,zq),t.createElementVNode("div",{class:"grp-or",onClick:e=>a.toggle("or",5,n,c)}," OR ",8,Jq)])])])):t.createCommentVNode("v-if",!0),t.createElementVNode("div",Xq,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(o.conditions,((i,d)=>(t.openBlock(),t.createElementBlock("div",{key:d,class:"conditions"},[o.conditions.length>1?(t.openBlock(),t.createElementBlock("div",Wq,Yq)):t.createCommentVNode("v-if",!0),t.createElementVNode("div",Gq,[t.createElementVNode("div",{id:"exp-container"+l.unique,class:"exp-container"},[t.createElementVNode("div",$q,[t.createElementVNode("div",eD,[t.createVNode(r,{modelValue:i.lhs,"onUpdate:modelValue":e=>i.lhs=e,inline_search:!0,options:e.lhs_data,placeholder_value:"LHS",clearable:!0,onCustomChange:a.selectValue,onSearchvalue:a.addLHS},null,8,["modelValue","onUpdate:modelValue","options","onCustomChange","onSearchvalue"])]),t.createElementVNode("div",tD,[t.createCommentVNode(' <div class="equal">\r\n <div>{{ condition.op }}</div>\r\n </div> '),t.createVNode(r,{modelValue:i.op,"onUpdate:modelValue":e=>i.op=e,inline_search:!0,options:e.op_data,placeholder_value:"Operator",clearable:!0,onCustomChange:a.selectValue,onSearchvalue:a.addOP},null,8,["modelValue","onUpdate:modelValue","options","onCustomChange","onSearchvalue"])]),t.createElementVNode("div",iD,[t.createVNode(s,{value:i.rhs,"onUpdate:value":e=>i.rhs=e,"intellisense-data":e.intellisense_data,"line-number":!1,pre_value:i.rhs,rows:1,onCodeChanges:a.selectValue},null,8,["value","onUpdate:value","intellisense-data","pre_value","onCodeChanges"])]),t.createElementVNode("div",nD,[t.createElementVNode("i",{class:"icon-plus-circle-filled",onClick:e=>a.addCondition(5,n,c)},null,8,oD),t.createElementVNode("i",{class:"icon-trash-regular",onClick:e=>a.deleteCondition(5,n,c,d)},null,8,lD)])])],8,Zq)])])))),128))])])])])))),128))])]),t.createElementVNode("div",aD,[t.createVNode(c,{class:"secondary sm",onClick:e=>a.addInnerGroup(5,n)},{default:t.withCtx((()=>[rD,sD])),_:2},1032,["onClick"])])])):t.createCommentVNode("v-if",!0)])))),128))])],512),[[t.vShow,l.reactive_level5.groups.length>0]]),t.createElementVNode("div",cD,[t.createVNode(c,{class:"primary sm",style:{"margin-left":"auto"},onClick:i[8]||(i[8]=e=>a.addGroup())},{default:t.withCtx((()=>[dD,uD])),_:1})]),t.createCommentVNode(' <div @click="emit()">Click</div> ')],8,_S)):t.createCommentVNode("v-if",!0),"expression"==n.type.toLowerCase()?(t.openBlock(),t.createElementBlock("div",{key:1,id:"exp-container"+l.unique,class:"exp-container-1"},[t.createElementVNode("div",pD,[t.createElementVNode("div",mD,[t.createVNode(r,{modelValue:l.expression.lhs,"onUpdate:modelValue":i[9]||(i[9]=e=>l.expression.lhs=e),inline_search:!0,options:e.lhs_data,placeholder_value:"LHS",clearable:!0,onCustomChange:a.selectValue,onSearchvalue:a.addLHS},null,8,["modelValue","options","onCustomChange","onSearchvalue"])]),t.createElementVNode("div",gD,[t.createCommentVNode(' <div class="equal">\r\n <div>{{ this.expression.op }}</div>\r\n </div> '),t.createVNode(r,{modelValue:l.expression.op,"onUpdate:modelValue":i[10]||(i[10]=e=>l.expression.op=e),inline_search:!0,options:e.op_data,placeholder_value:"Operator",clearable:!0,onCustomChange:a.selectValue,onSearchvalue:a.addOP},null,8,["modelValue","options","onCustomChange","onSearchvalue"])]),t.createElementVNode("div",AD,[t.createVNode(s,{value:l.expression.rhs,"onUpdate:value":i[11]||(i[11]=e=>l.expression.rhs=e),"intellisense-data":e.intellisense_data,"line-number":!1,pre_value:l.expression.rhs,rows:1,onCodeChanges:a.selectValue},null,8,["value","intellisense-data","pre_value","onCodeChanges"]),t.createCommentVNode(' \r\n<hlx-select \r\n@custom-change="selectValue"\r\n @searchvalue="addRHS"\r\n :inline_search="true"\r\n :options="this.rhs_data"\r\n v-model:value="this.expression.rhs"\r\n :prevalue="this.expression.rhs"\r\n :placeholder_value="\'RHS\'"\r\n :clearable="true"\r\n \r\n ></hlx-select>\r\n ')])])],8,hD)):t.createCommentVNode("v-if",!0)],64)},SS.__file="src/components/VisualRuleBuilderComponent.vue";var fD={name:"HlxMinMaxSlider",props:{min:{type:Number,default:0},max:{type:Number,default:100},step:{type:Number,default:1},minValue:{type:Number,default:50},maxValue:{type:Number,default:80}},emits:["update:minValue","update:maxValue","slidervalue"],data:()=>({slider:null,inputMin:null,inputMax:null,sliderMinValue:null,sliderMaxValue:null}),computed:{sliderDifference(){return Math.abs(this.sliderMaxValue-this.sliderMinValue)}},watch:{minValue:{handler(e){this.sliderMinValue=e},immediate:!0},maxValue:{handler(e){this.sliderMaxValue=e},immediate:!0},sliderMaxValue:{handler(e){if(e){this.$emit("update:minValue",this.sliderMinValue),this.$emit("update:maxValue",this.sliderMaxValue);const e=this.getPercent(this.sliderMinValue,this.min,this.max),t=100-this.getPercent(this.sliderMaxValue,this.min,this.max);null==e||null==e||Number.isNaN(e)||null==t||null==t||Number.isNaN(t)||this.setCSSProps(e,t)}}},sliderMinValue:{handler(e){if(e){this.$emit("update:minValue",this.sliderMinValue),this.$emit("update:maxValue",this.sliderMaxValue);const e=this.getPercent(this.sliderMinValue,this.min,this.max);console.log(e,"popaaaaa");const t=100-this.getPercent(this.sliderMaxValue,this.min,this.max);null==e||null==e||Number.isNaN(e)||null==t||null==t||Number.isNaN(t)||this.setCSSProps(e,t)}}}},mounted(){this.sliderMinValue=this.minValue,this.sliderMaxValue=this.maxValue,null==this.minValue&&(this.sliderMinValue=this.min),null==this.maxValue&&(this.sliderMaxValue=this.max);const e=this.getPercent(this.sliderMinValue,this.min,this.max),t=100-this.getPercent(this.sliderMaxValue,this.min,this.max);null==e||null==e||Number.isNaN(e)||null==t||null==t||Number.isNaN(t)||this.setCSSProps(e,t)},methods:{returnval(){this.$emit("slidervalue",this.sliderMinValue,this.sliderMaxValue)},onInput({target:e}){"min"===e.name&&(e.value>this.sliderMaxValue&&e.value<=this.max?e.value=this.sliderMaxValue:e.value>this.sliderMaxValue&&e.value>this.max?this.sliderMaxValue=parseFloat(e.value):this.sliderMinValue=parseFloat(e.value),console.log(e.value)),"max"===e.name&&(e.value<this.sliderMinValue?e.value=this.sliderMinValue:this.sliderMaxValue=parseFloat(e.value))},getPercent:(e,t,i)=>(console.log(e,t,i),(e-t)/(i-t)*100),setCSSProps(e,t){this.$refs?.slider?.style.setProperty("--progressLeft",`${e}%`),this.$refs?.slider?.style.setProperty("--progressRight",`${t}%`)}}};const yD={ref:"slider",class:"custom-slider minmax"},bD=(e=>(t.pushScopeId("data-v-1a11eca1"),e=e(),t.popScopeId(),e))((()=>t.createElementVNode("div",{class:"minmax-indicator"},null,-1))),vD=["min","max","value","step"],kD=["min","max","value","step"],CD={class:"minmax-inputs"},ED=["step"],wD=["step"];fD.render=function(e,i,n,o,l,a){return t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createElementVNode("div",yD,[bD,t.createElementVNode("input",{id:"min",ref:"inputMin",type:"range",name:"min",min:n.min,max:n.max,value:n.minValue,step:n.step,onInput:i[0]||(i[0]=(...e)=>a.onInput&&a.onInput(...e)),onChange:i[1]||(i[1]=(...e)=>a.returnval&&a.returnval(...e))},null,40,vD),t.createElementVNode("input",{id:"max",ref:"inputMax",type:"range",name:"max",min:n.min,max:n.max,value:n.maxValue,step:n.step,onInput:i[2]||(i[2]=(...e)=>a.onInput&&a.onInput(...e)),onChange:i[3]||(i[3]=(...e)=>a.returnval&&a.returnval(...e))},null,40,kD)],512),t.createElementVNode("div",CD,[t.createElementVNode("p",null,t.toDisplayString(l.sliderMinValue),1),t.createElementVNode("p",null,t.toDisplayString(l.sliderMaxValue),1),t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":i[4]||(i[4]=e=>l.sliderMinValue=e),style:{display:"none"},type:"number",step:n.step},null,8,ED),[[t.vModelText,l.sliderMinValue]]),t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":i[5]||(i[5]=e=>l.sliderMaxValue=e),style:{display:"none"},type:"number",step:n.step},null,8,wD),[[t.vModelText,l.sliderMaxValue]])])],64)},fD.__scopeId="data-v-1a11eca1",fD.__file="src/components/MinMaxRangeSliderComponent.vue";var VD={HlxMinMaxSlider:fD,HlxOverlay:yi,HlxAccordion:p,HlxAlertNotification:C,HlxBadge:_,HlxBreadcrumb:D,HlxButton:F,HlxCalendar:K,HlxCard:Y,HlxColorpalette:ie,HlxCodeEditor:Pt,HlxContextMenu:vi,HlxDashboard:Cn,HlxDataView:ag,HlxDatePicker:Qg,HlxDivider:$A,HlxDottedpagination:ef,HlxDraggable:zi,HlxDrawer:af,HlxErrorPage:pf,HlxFileUpload:Ef,HlxImageGallery:yb,HlxImportProgress:bf,HlxInput:_u,HlxInputElement:el,HlxLabel:$o,HlxLoader:Hb,HlxModal:_i,HlxMultiSelect:Yb,HlxObjectViewer:Qv,HlxPagination:Pm,HlxRating:Tr,HlxSearch:Ei,HlxSelect:gl,HlxSidebar:fw,HlxSignup:Mw,HlxSlider:Fw,HlxSpeedDial:Kw,HlxStepper:eV,HlxSwitch:Yw,HlxTabPane:aV,HlxTab:sV,HlxTable:on,HlxTableCell:kn,HlxTableHead:An,HlxTag:Jb,HlxTimeline:XV,HlxTextEditor:mV,HlxTree:fB,HlxTreeChild:uB,HlxTreeV2:bS,HlxTreeChildV2:CB,HlxTreeSelect:BS,HlxTreeSelectChild:kS,HlxVisualRuleBuilder:SS};const xD={install(e){for(const t in VD)if(VD.hasOwnProperty(t)){const i=VD[t];e.component(i.name,i)}}};e.HlxAccordion=p,e.HlxAlertNotification=C,e.HlxBadge=_,e.HlxBreadcrumb=D,e.HlxButton=F,e.HlxCalendar=K,e.HlxCard=Y,e.HlxCodeEditor=Pt,e.HlxColorpalette=ie,e.HlxContextMenu=vi,e.HlxDashboard=Cn,e.HlxDataView=ag,e.HlxDatePicker=Qg,e.HlxDivider=$A,e.HlxDottedpagination=ef,e.HlxDraggable=zi,e.HlxDrawer=af,e.HlxErrorPage=pf,e.HlxFileUpload=Ef,e.HlxImageGallery=yb,e.HlxImportProgress=bf,e.HlxInput=_u,e.HlxInputElement=el,e.HlxLabel=$o,e.HlxLoader=Hb,e.HlxMinMaxSlider=fD,e.HlxModal=_i,e.HlxMultiSelect=Yb,e.HlxObjectViewer=Qv,e.HlxOverlay=yi,e.HlxPagination=Pm,e.HlxRating=Tr,e.HlxSearch=Ei,e.HlxSelect=gl,e.HlxSidebar=fw,e.HlxSignup=Mw,e.HlxSlider=Fw,e.HlxSpeedDial=Kw,e.HlxStepper=eV,e.HlxSwitch=Yw,e.HlxTab=sV,e.HlxTabPane=aV,e.HlxTable=on,e.HlxTableCell=kn,e.HlxTableHead=An,e.HlxTag=Jb,e.HlxTextEditor=mV,e.HlxTimeline=XV,e.HlxTree=fB,e.HlxTreeChild=uB,e.HlxTreeChildV2=CB,e.HlxTreeSelect=BS,e.HlxTreeSelectChild=kS,e.HlxTreeV2=bS,e.HlxVisualRuleBuilder=SS,e.default=xD,Object.defineProperty(e,"__esModule",{value:!0})}));
10
- //# sourceMappingURL=index.umd.js.map