@webitel/ui-sdk 24.6.5 → 24.6.7

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.
@@ -18,4 +18,4 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
18
18
  `}},emits:["input","tag","search-change","closed"],data:()=>({defaultOptionLabel:"label",multiple:!0}),methods:{getTagOptionLabel({optionLabel:e,option:t}){const n=this.getOptionLabel({optionLabel:e,option:t});return typeof n=="object"?t.label:n}}},Cy={class:"multiselect__loading-wrapper"};function wy(e,t,n,r,a,o){const l=i.resolveComponent("wt-label"),s=i.resolveComponent("wt-icon-btn"),c=i.resolveComponent("wt-chip"),u=i.resolveComponent("wt-loader"),h=i.resolveComponent("vue-multiselect"),f=i.resolveComponent("wt-input-info"),d=i.resolveDirective("observe-visibility");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass([{"wt-tags-input--disabled":e.disabled,"wt-tags-input--invalid":e.invalid,"wt-tags-input--loading":e.isLoading},"wt-tags-input"])},[e.hasLabel?(i.openBlock(),i.createBlock(l,i.mergeProps({key:0},e.labelProps,{disabled:e.disabled,invalid:e.invalid,class:"wt-tags-input__label"}),{default:i.withCtx(()=>[i.renderSlot(e.$slots,"label",i.normalizeProps(i.guardReactiveProps({label:e.label})),()=>[i.createTextVNode(i.toDisplayString(e.requiredLabel),1)],!0)],void 0,!0),_:3},16,["disabled","invalid"])):i.createCommentVNode("",!0),i.createVNode(h,i.mergeProps(e.$attrs,{ref:"vue-multiselect","close-on-select":!1,disabled:e.disabled,"internal-search":!e.searchMethod,label:e.selectOptionLabel,loading:!1,"model-value":e.selectValue,multiple:e.multiple,options:e.selectOptions,placeholder:e.placeholder||e.label,taggable:n.taggable,"track-by":n.trackBy,class:"wt-tags-input__select"},i.toHandlers(e.listeners)),i.createSlots({tag:i.withCtx(({option:p,remove:v})=>[i.createVNode(c,{class:"multiselect__custom-tag"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(o.getTagOptionLabel({option:p,optionLabel:e.optionLabel}))+" ",1),i.createVNode(s,{color:"on-primary",icon:"close--filled",size:"sm",onClick:L=>v(p)},null,8,["onClick"])],void 0,!0),_:2},1024)]),option:i.withCtx(({option:p})=>[i.renderSlot(e.$slots,"option",i.normalizeProps(i.guardReactiveProps({option:p,optionLabel:e.optionLabel})),()=>[i.createTextVNode(i.toDisplayString(o.getTagOptionLabel({option:p,optionLabel:e.optionLabel})),1)],!0)]),caret:i.withCtx(({toggle:p})=>[i.createVNode(s,{disabled:e.disabled,class:"multiselect__select",color:"active",icon:"arrow-down",onMousedown:i.withModifiers(p,["prevent","stop"])},null,8,["disabled","onMousedown"])]),beforeList:i.withCtx(()=>[i.withDirectives(i.createElementVNode("div",Cy,[i.createVNode(u,{size:"sm"})],512),[[i.vShow,e.isLoading]])]),_:2},[e.showIntersectionObserver?{name:"afterList",fn:i.withCtx(()=>[i.withDirectives(i.createElementVNode("div",null,null,512),[[d,e.handleAfterListIntersect]])]),key:"0"}:void 0]),1040,["disabled","internal-search","label","model-value","multiple","options","placeholder","taggable","track-by"]),e.isValidation?(i.openBlock(),i.createBlock(f,{key:1,invalid:e.invalid},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.validationText),1)],void 0,!0),_:1},8,["invalid"])):i.createCommentVNode("",!0)],2)}const by=ie(gy,[["render",wy],["__scopeId","data-v-a6ddcac9"]]),_y={name:"WtTimeInput",mixins:[er],props:{value:{type:Number,default:0},label:{type:String,default:""},maxValue:{type:Number},required:{type:Boolean,default:!1,description:"Native input required attribute"},disabled:{type:Boolean,default:!1,description:"Native input disabled attribute"},labelProps:{type:Object,description:"Object with props, passed down to wt-label as props"},hideInputInfo:{type:Boolean,default:!1}},emits:["input"],computed:{hasLabel(){return!!(this.label||this.$slots.label)},showInfo(){return this.isValidation&&!this.hideInputInfo}}},vy={class:"wt-time-input__wrapper"},xy=["value","max","disabled"];function ky(e,t,n,r,a,o){const l=i.resolveComponent("wt-label"),s=i.resolveComponent("wt-input-info");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["wt-time-input",{"wt-time-input--disabled":n.disabled,"wt-time-input--invalid":e.invalid}])},[o.hasLabel?(i.openBlock(),i.createBlock(l,i.mergeProps({key:0},n.labelProps,{disabled:n.disabled,invalid:e.invalid}),{default:i.withCtx(()=>[i.renderSlot(e.$slots,"label",i.normalizeProps(i.guardReactiveProps({label:n.label})),()=>[i.createTextVNode(i.toDisplayString(n.label),1)],!0)],void 0,!0),_:3},16,["disabled","invalid"])):i.createCommentVNode("",!0),i.createElementVNode("div",vy,[i.createElementVNode("input",{class:"wt-time-input__input",value:n.value,min:0,max:n.maxValue,disabled:n.disabled,type:"number",onInput:t[0]||(t[0]=c=>e.$emit("input",c.target.value))},null,40,xy)]),o.showInfo?(i.openBlock(),i.createBlock(s,{key:1,invalid:e.invalid},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.validationText),1)],void 0,!0),_:1},8,["invalid"])):i.createCommentVNode("",!0)],2)}const Ly=ie(_y,[["render",ky],["__scopeId","data-v-f69a394e"]]),Ey={name:"WtTextarea",mixins:[er],props:{value:{type:String,default:""},label:{type:String,default:""},placeholder:{type:String},disabled:{type:Boolean,default:!1,description:"Native textarea disabled attribute"},name:{type:String,default:""},chatMode:{type:Boolean,default:!1},labelProps:{type:Object,description:"Object with props, passed down to wt-label as props"}},emits:["input","enter"],computed:{listeners(){return{...this.$listeners,input:e=>this.$emit("input",e.target.value),keypress:e=>this.handleKeypress(e)}},requiredLabel(){return this.required?`${this.label}*`:this.label}},mounted(){this.updateInputPaddings()},methods:{handleKeypress(e){this.chatMode&&e.key==="Enter"&&!e.shiftKey&&(this.$emit("enter"),e.preventDefault())},updateInputPaddings(){const e=this.$refs["after-wrapper"].offsetWidth,t=this.$refs["wt-textarea"],n=getComputedStyle(document.documentElement).getPropertyValue("--textarea-padding");t.style.paddingRight=`calc(${n} * 2 + ${e}px)`}}},Sy={class:"wt-textarea__wrapper"},Ty=["id","disabled","placeholder","value"],Oy={ref:"after-wrapper",class:"wt-textarea__after-wrapper"};function By(e,t,n,r,a,o){const l=i.resolveComponent("wt-label"),s=i.resolveComponent("wt-icon-btn"),c=i.resolveComponent("wt-input-info");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass([{"wt-textarea--disabled":n.disabled,"wt-textarea--invalid":e.invalid},"wt-textarea"])},[i.createVNode(l,i.mergeProps(n.labelProps,{disabled:n.disabled,for:n.name,invalid:e.invalid}),{default:i.withCtx(()=>[i.renderSlot(e.$slots,"label",i.normalizeProps(i.guardReactiveProps({label:n.label})),()=>[i.createTextVNode(i.toDisplayString(o.requiredLabel),1)],!0)],void 0,!0),_:3},16,["disabled","for","invalid"]),i.createElementVNode("div",Sy,[i.createElementVNode("textarea",i.mergeProps({id:n.name,ref:"wt-textarea",disabled:n.disabled,placeholder:n.placeholder||n.label,value:n.value,class:"wt-textarea__textarea"},i.toHandlers(o.listeners,!0)),null,16,Ty),i.createElementVNode("div",Oy,[i.renderSlot(e.$slots,"after-input",{},void 0,!0),i.createVNode(s,{class:i.normalizeClass([{hidden:!n.value},"wt-textarea__reset-icon-btn"]),disabled:n.disabled,icon:"close--filled",size:"sm",onClick:t[0]||(t[0]=u=>e.$emit("input",""))},null,8,["class","disabled"])],512)]),e.isValidation?(i.openBlock(),i.createBlock(c,{key:0,invalid:e.invalid},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.validationText),1)],void 0,!0),_:1},8,["invalid"])):i.createCommentVNode("",!0)],2)}const Ay=ie(Ey,[["render",By],["__scopeId","data-v-d6bdc9e9"]]),xa=60*60,ka=60,$y={name:"WtTimepicker",mixins:[er],model:{prop:"value",event:"input"},props:{value:{type:[String,Number],default:0},dateMode:{type:Boolean,default:!1},label:{type:String,default:""},format:{type:String,default:"hh:mm:ss"},disabled:{type:Boolean,default:!1},labelProps:{type:Object,description:"Object with props, passed down to wt-label as props"}},computed:{isHour(){return this.format.includes("hh")},isMin(){return this.format.includes("mm")},isSec(){return this.format.includes("ss")},hour:{get(){return this.dateMode?new Date(+this.value).getHours():Math.floor(this.value/xa)},set(e){const t=this.dateMode?new Date(this.value).setHours(e):this.value-this.hour*xa+e*xa;this.$emit("input",t)}},min:{get(){return this.dateMode?new Date(+this.value).getMinutes():Math.floor(this.value/ka%60)},set(e){const t=this.dateMode?new Date(this.value).setMinutes(e):this.value-this.min*ka+e*ka;this.$emit("input",t)}},sec:{get(){return this.dateMode?new Date(+this.value).getSeconds():Math.floor(this.value%60)},set(e){const t=this.dateMode?new Date(this.value).setSeconds(e):this.value-this.sec+ +e;this.$emit("input",t)}}},methods:{}},Dy={class:"wt-timepicker__wrapper"};function My(e,t,n,r,a,o){const l=i.resolveComponent("wt-label"),s=i.resolveComponent("wt-time-input"),c=i.resolveComponent("wt-input-info");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["wt-timepicker",{"wt-timepicker--invalid":e.invalid}])},[n.label?(i.openBlock(),i.createBlock(l,i.mergeProps({key:0},n.labelProps,{invalid:e.invalid}),{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(`${n.label} (${n.format})`),1)],void 0,!0),_:1},16,["invalid"])):i.createCommentVNode("",!0),i.createElementVNode("div",Dy,[o.isHour?(i.openBlock(),i.createBlock(s,{key:0,value:o.hour,v:e.v,label:n.label?null:e.$t("webitelUI.timepicker.hour"),"max-value":n.dateMode?null:23,disabled:n.disabled,"hide-input-info":"",onInput:t[0]||(t[0]=u=>o.hour=u)},null,8,["value","v","label","max-value","disabled"])):i.createCommentVNode("",!0),o.isMin?(i.openBlock(),i.createBlock(s,{key:1,value:o.min,v:e.v,label:n.label?null:e.$t("webitelUI.timepicker.min"),"max-value":59,disabled:n.disabled,"hide-input-info":"",onInput:t[1]||(t[1]=u=>o.min=u)},null,8,["value","v","label","disabled"])):i.createCommentVNode("",!0),o.isSec?(i.openBlock(),i.createBlock(s,{key:2,value:o.sec,v:e.v,label:n.label?null:e.$t("webitelUI.timepicker.sec"),"max-value":59,disabled:n.disabled,"hide-input-info":"",onInput:t[2]||(t[2]=u=>o.sec=u)},null,8,["value","v","label","disabled"])):i.createCommentVNode("",!0)]),e.isValidation?(i.openBlock(),i.createBlock(c,{key:1,invalid:e.invalid},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.validationText),1)],void 0,!0),_:1},8,["invalid"])):i.createCommentVNode("",!0)],2)}const Ny=ie($y,[["render",My],["__scopeId","data-v-c701c3b3"]]),Py={name:"WtLabel",props:{disabled:{type:Boolean,default:!1},invalid:{type:Boolean,default:!1},hint:{type:String,description:'Adds hint icon + tooltip with text, passed as "hint" prop'}}};function Vy(e,t,n,r,a,o){const l=i.resolveComponent("wt-hint");return i.openBlock(),i.createElementBlock("label",{class:i.normalizeClass(["wt-label",{"wt-label--invalid":n.invalid,"wt-label--disabled":n.disabled}])},[i.renderSlot(e.$slots,"default",{},void 0,!0),n.hint?(i.openBlock(),i.createBlock(l,{key:0},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(n.hint),1)],void 0,!0),_:1})):i.createCommentVNode("",!0)],2)}const Fy=ie(Py,[["render",Vy],["__scopeId","data-v-2892132e"]]),Iy={class:"wt-button-select"},Ry=ie({__name:"wt-button-select",props:{options:{type:Array,required:!0},color:{type:String,default:"primary"},disabled:{type:Boolean,default:!1}},emits:["click","click:option"],setup(e,{emit:t}){const n=t,r=i.ref(!1);function a({option:l,index:s}){n("click:option",l,s),r.value=!1}function o(){r.value=!1}return(l,s)=>{const c=i.resolveComponent("wt-button"),u=i.resolveComponent("wt-icon"),h=i.resolveComponent("wt-context-menu"),f=i.resolveDirective("clickaway");return i.withDirectives((i.openBlock(),i.createElementBlock("div",Iy,[i.createVNode(c,i.mergeProps(l.$attrs,{color:e.color,disabled:e.disabled,class:"wt-button-select__button",onClick:s[0]||(s[0]=d=>l.$emit("click",d))}),{default:i.withCtx(()=>[i.renderSlot(l.$slots,"default",{},void 0,!0)],void 0,!0),_:3},16,["color","disabled"]),i.createVNode(h,{options:e.options,visible:r.value,onClick:a},{activator:i.withCtx(()=>[i.createVNode(c,i.mergeProps(l.$attrs,{color:e.color,disabled:e.disabled,loading:!1,class:"wt-button-select__select-btn",onClick:s[1]||(s[1]=d=>r.value=!r.value)}),{default:i.withCtx(()=>[i.createVNode(u,{class:i.normalizeClass([{"wt-button-select__select-arrow--active":r.value},"wt-button-select__select-arrow"]),color:e.color==="primary"?"on-primary":"default",disabled:e.disabled,icon:"arrow-down"},null,8,["class","color","disabled"])],void 0,!0),_:1},16,["color","disabled"])]),_:1},8,["options","visible"])])),[[f,o]])}}},[["__scopeId","data-v-a8fc45cd"]]),Hy={name:"WtHint",props:{iconColor:{type:String,default:"info"}}};function Zy(e,t,n,r,a,o){const l=i.resolveComponent("wt-icon-btn"),s=i.resolveComponent("wt-tooltip");return i.openBlock(),i.createBlock(s,{class:"wt-hint"},{activator:i.withCtx(()=>[i.createVNode(l,{icon:"rounded-info",color:n.iconColor,size:"sm"},null,8,["color"])]),default:i.withCtx(()=>[i.renderSlot(e.$slots,"default")],void 0,!0),_:3})}const Uy=ie(Hy,[["render",Zy]]);/*! clipboard-copy. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */var Wy=zy;function La(){return new DOMException("The request is not allowed","NotAllowedError")}async function jy(e){if(!navigator.clipboard)throw La();return navigator.clipboard.writeText(e)}async function Yy(e){const t=document.createElement("span");t.textContent=e,t.style.whiteSpace="pre",t.style.webkitUserSelect="auto",t.style.userSelect="all",document.body.appendChild(t);const n=window.getSelection(),r=window.document.createRange();n.removeAllRanges(),r.selectNode(t),n.addRange(r);let a=!1;try{a=window.document.execCommand("copy")}finally{n.removeAllRanges(),window.document.body.removeChild(t)}if(!a)throw La()}async function zy(e){try{await jy(e)}catch(t){try{await Yy(e)}catch(n){throw n||t||La()}}}const qy=ga(Wy);let Ea=null;const Ky={name:"WtCopyAction",props:{value:{type:String},tooltips:{type:Object,default:()=>({copy:"",copied:""})}},data:()=>({copied:!1}),computed:{copyTooltip(){return this.tooltips.copy||this.$t("webitelUI.copyAction.copy")},copiedTooltip(){return this.tooltips.copied||this.$t("webitelUI.copyAction.copied")}},methods:{async copy(){try{await qy(this.value),this.copied=this.value,Ea&&window.clearTimeout(Ea),Ea=setTimeout(()=>{this.copied=null},1500)}catch(e){throw e}}}};function Gy(e,t,n,r,a,o){const l=i.resolveComponent("wt-icon-btn"),s=i.resolveComponent("wt-tooltip");return i.openBlock(),i.createBlock(s,{class:"wt-copy-action"},{activator:i.withCtx(()=>[i.createVNode(l,i.mergeProps(e.$attrs,{icon:e.copied?"done":"copy",class:"copy-action",onClick:o.copy}),null,16,["icon","onClick"])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(e.copied?o.copiedTooltip:o.copyTooltip),1)],void 0,!0),_:1})}const Xy=ie(Ky,[["render",Gy]]),Qy={name:"WtLoadBar",props:{max:{type:[Number,String],default:100},value:{type:[Number,String],default:0}},computed:{progress(){return this.value*100/this.max},progressWidth(){return this.isOverflow?100:this.progress}}},Jy={class:"wt-load-bar"};function eg(e,t,n,r,a,o){return i.openBlock(),i.createElementBlock("div",Jy,[i.createElementVNode("span",{style:i.normalizeStyle(`width: ${o.progressWidth}%;`),class:"wt-load-bar__progress"},null,4)])}const tg=ie(Qy,[["render",eg],["__scopeId","data-v-b647be78"]]),ng=ie({__name:"wt-item-link",props:{link:{type:[String,Object],default:""},target:{type:String,default:"_self"},routeName:{type:String,default:""},id:{type:[String,Number],default:""},invisible:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},setup(e){const t=e,n=i.computed(()=>t.link||{name:`${t.routeName}-edit`,params:{id:t.id}});return(r,a)=>{const o=i.resolveComponent("router-link");return i.openBlock(),i.createBlock(o,{class:i.normalizeClass([{"wt-item-link--disabled":e.disabled,"wt-item-link--invisible":e.invisible},"wt-item-link"]),target:e.target,to:n.value},{default:i.withCtx(()=>[i.renderSlot(r.$slots,"default",{},void 0,!0)],void 0,!0),_:3},8,["class","target","to"])}}},[["__scopeId","data-v-6689408a"]]),rg="data:image/svg+xml,%3csvg%20viewBox='0%200%20200%20200'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M77.0793%2026.8668C77.6555%2028.5378%2079.1152%2029.959%2080.3252%2030.0551C81.5352%2030.1511%2082.0538%2028.8643%2081.4584%2027.1933C80.863%2025.5224%2079.4225%2024.1011%2078.2125%2024.005C77.0025%2023.909%2076.4839%2025.1958%2077.0793%2026.8668Z'%20fill='%231A2EB2'/%3e%3cpath%20d='M71.4823%2071.7511C73.0572%2076.2646%2077.0138%2080.1251%2080.2981%2080.3556C83.5824%2080.5861%2084.9652%2077.1289%2083.3903%2072.6154C81.8154%2068.1019%2077.8588%2064.2414%2074.5745%2064.0109C71.2902%2063.7804%2069.9074%2067.2376%2071.4823%2071.7511Z'%20fill='%23C9981D'/%3e%3cpath%20d='M43.3249%2090.7521C46.3403%2092.4999%2048.7795%2096.7253%2048.7795%20100.202C48.7795%20103.678%2046.3211%20105.08%2043.2865%20103.332C40.2711%20101.585%2037.8319%2097.3592%2037.8319%2093.8828C37.8319%2090.4064%2040.2903%2089.0043%2043.3249%2090.7521Z'%20fill='%23161922'/%3e%3cpath%20d='M93.4077%20153.253L128.272%20133.127C128.692%20132.885%20129.373%20132.885%20129.798%20133.127L155.224%20147.805C155.644%20148.047%20155.644%20148.441%20155.224%20148.683L120.36%20168.81C119.939%20169.052%20119.258%20169.052%20118.834%20168.81L93.4077%20154.132C92.9871%20153.89%2092.9871%20153.495%2093.4077%20153.253Z'%20fill='%23040506'/%3e%3cpath%20d='M83.6125%20176C83.1919%20176%2082.7825%20175.9%2082.4625%20175.713L54.0814%20159.323C53.6422%20159.07%2053.3892%20158.672%2053.3892%20158.229C53.3892%20157.786%2053.6422%20157.392%2054.0814%20157.135L77.0326%20143.879C77.3527%20143.693%2077.7583%20143.592%2078.1826%20143.592C78.6069%20143.592%2079.0125%20143.693%2079.3326%20143.879L107.714%20160.269C108.153%20160.522%20108.406%20160.92%20108.406%20161.363C108.406%20161.806%20108.153%20162.2%20107.714%20162.457L84.7624%20175.713C84.4424%20175.9%2084.0367%20176%2083.6125%20176Z'%20fill='%23040506'/%3e%3cpath%20d='M60.181%20148.319C60.181%20148.319%2060.5941%20142.881%2058.7333%20138.244C56.8762%20133.607%2053.7277%20130.336%2050.3857%20129.416C47.0436%20128.501%2043.7053%20131.099%2046.9283%20133.938C50.1512%20136.778%2056.1839%20140.198%2057.6242%20148.787L60.1847%20148.319H60.181Z'%20fill='%23040506'/%3e%3cpath%20d='M59.4515%20146.748C59.4515%20146.748%2059.4775%20146.748%2059.4887%20146.748C59.5892%20146.729%2059.6524%20146.633%2059.6338%20146.532C57.7358%20137.027%2051.6212%20132.04%2048.6513%20130.73C48.5583%20130.689%2048.4503%20130.73%2048.4094%20130.823C48.3685%20130.916%2048.4094%20131.024%2048.5024%20131.065C51.409%20132.345%2057.4046%20137.243%2059.2728%20146.599C59.2914%20146.685%2059.3659%20146.748%2059.4515%20146.748Z'%20fill='%23272C3A'/%3e%3cpath%20d='M44.6283%20144.336C44.7735%20144.954%2045.3392%20145.371%2045.8751%20145.717C46.4073%20146.06%2046.9916%20146.432%2047.2037%20147.031C47.6279%20148.24%2046.2956%20149.577%2046.772%20150.767C46.9729%20151.266%2047.4568%20151.601%2047.9592%20151.795C48.376%20151.958%2048.8151%20152.04%2049.2469%20152.163C49.459%20152.2%2049.6711%20152.223%2049.8795%20152.234C50.4973%20152.26%2051.156%20152.357%2051.6473%20152.77C52.4214%20153.421%2052.4772%20154.567%2052.8419%20155.512C53.2811%20156.644%2054.271%20157.518%2055.4099%20157.902C56.37%20158.218%2057.8847%20158.281%2058.2197%20157.894C58.4765%20157.6%2058.0894%20156.495%2058.1527%20156.108C58.309%20155.122%2058.3723%20154.117%2058.3388%20153.119C58.3239%20152.632%2058.309%20152.237%2058.4058%20151.757C58.5063%20151.255%2058.603%20150.753%2058.6923%20150.25C58.8375%20149.439%2059.1054%20148.572%2058.9082%20147.742C58.6886%20146.83%2057.747%20146.633%2057.5498%20145.74C57.4679%20145.382%2057.4605%20145.018%2057.386%20144.66C57.159%20143.607%2056.2919%20142.718%2055.2461%20142.464C53.616%20142.066%2051.8818%20143.119%2050.2591%20142.68C49.8386%20142.565%2049.4478%20142.357%2049.0422%20142.2C47.7545%20141.694%2046.1393%20141.78%2045.1754%20142.766C44.7735%20143.179%2044.5018%20143.771%2044.632%20144.333L44.6283%20144.336Z'%20fill='%23040506'/%3e%3cpath%20d='M57.8774%20155.308C57.8774%20155.308%2057.8849%20155.308%2057.8886%20155.308C57.9667%20155.304%2058.0263%20155.233%2058.0226%20155.155C57.3787%20146.179%2048.6143%20143.224%2046.4781%20142.974C46.3999%20142.967%2046.3292%20143.023%2046.318%20143.101C46.3106%20143.179%2046.3664%20143.25%2046.4446%20143.261C48.5324%20143.507%2057.1033%20146.395%2057.736%20155.178C57.7397%20155.252%2057.803%20155.312%2057.8774%20155.312V155.308Z'%20fill='%23272C3A'/%3e%3cpath%20d='M48.7071%20149.067C48.7369%20149.067%2048.7629%20149.059%2048.789%20149.041C48.815%20149.022%2051.543%20147.198%2055.2423%20148.486C55.3167%20148.512%2055.3986%20148.471%2055.4246%20148.397C55.4507%20148.322%2055.4098%20148.24%2055.3353%20148.214C51.4909%20146.878%2048.655%20148.784%2048.6252%20148.802C48.5583%20148.847%2048.5434%20148.936%2048.588%20149C48.6141%20149.041%2048.6587%20149.063%2048.7034%20149.063L48.7071%20149.067Z'%20fill='%23272C3A'/%3e%3cpath%20d='M119.593%20165.896L97.572%20153.179V84.1653L119.593%2096.8783V165.896Z'%20fill='%23161922'/%3e%3cpath%20d='M119.593%2096.8783L151.052%2078.7168V147.731L119.593%20165.896V96.8783Z'%20fill='%23272C3A'/%3e%3cpath%20d='M151.052%2078.7168L119.593%2096.8783L97.572%2084.1652L129.031%2066L151.052%2078.7168Z'%20fill='%23272C3A'/%3e%3cpath%20d='M122.741%20141.608L147.907%20127.079V144.571L148.484%20144.902L123.318%20159.435L122.741%20159.1V141.608Z'%20fill='%23040506'/%3e%3cpath%20d='M123.318%20141.943L148.488%20127.414L148.484%20144.902L123.318%20159.435V141.943Z'%20fill='%23272C3A'/%3e%3cpath%20d='M133.184%20139.212L137.464%20136.741C138.019%20136.421%20138.469%20136.566%20138.469%20137.068C138.469%20137.57%20138.019%20138.237%20137.464%20138.557L133.184%20141.028C132.63%20141.348%20132.179%20141.203%20132.179%20140.7C132.179%20140.198%20132.63%20139.532%20133.184%20139.212Z'%20fill='%23040506'/%3e%3cpath%20d='M122.741%20120.488L147.907%20105.959V123.451L148.484%20123.786L123.318%20138.315L122.741%20137.98V120.488Z'%20fill='%23040506'/%3e%3cpath%20d='M123.318%20120.823L148.488%20106.294L148.484%20123.786L123.318%20138.315V120.823Z'%20fill='%23272C3A'/%3e%3cpath%20d='M133.184%20118.092L137.464%20115.62C138.019%20115.3%20138.469%20115.445%20138.469%20115.948C138.469%20116.45%20138.019%20117.116%20137.464%20117.437L133.184%20119.908C132.63%20120.228%20132.179%20120.083%20132.179%20119.58C132.179%20119.078%20132.63%20118.412%20133.184%20118.092Z'%20fill='%23040506'/%3e%3cpath%20d='M122.741%2099.368L147.907%2084.8388V102.327L122.741%20116.856V99.368Z'%20fill='%23040506'/%3e%3cpath%20d='M160.49%2095.0622L146.526%2087.0049V102.412L160.49%20110.47V95.0622Z'%20fill='%23040506'/%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M160.49%2095.0622L146.526%2087.0049V102.412L160.49%20110.47V95.0622Z'%20fill='%23040506'/%3e%3c/g%3e%3cpath%20d='M147.501%2086.4392L146.526%2087.0011L160.49%2095.0622L161.465%2094.4965L147.501%2086.4392Z'%20fill='%23272C3A'/%3e%3cpath%20d='M151.435%2088.14C151.435%2087.9874%20151.383%2087.8832%20151.301%2087.8274C151.301%2087.8274%20151.29%2087.8162%20151.268%2087.8087L150.557%2087.3919C150.468%2087.3398%20150.345%2087.351%20150.211%2087.4254L135.987%2095.6279L135.574%2093.9569C135.537%2093.8303%20135.462%2093.741%20135.369%2093.6852L134.628%2093.2535C134.498%2093.179%20134.334%2093.1753%20134.178%2093.2684L128.127%2096.7592C127.855%2096.9156%20127.635%2097.2989%20127.635%2097.6115V117.79C127.635%20117.939%20127.684%20118.047%20127.769%20118.103L128.532%20118.546C128.622%20118.59%20128.737%20118.579%20128.867%20118.505L150.959%20105.751C151.231%20105.594%20151.45%20105.211%20151.45%20104.898L151.443%2088.1362L151.435%2088.14Z'%20fill='%23040506'/%3e%3cg%20opacity='0.2'%3e%3cmask%20id='path-25-inside-1_8152_16965'%20fill='white'%3e%3cpath%20d='M135.354%2093.6814C135.227%2093.6107%20135.067%2093.6145%20134.915%2093.7001L128.864%2097.1909C128.73%2097.2691%20128.607%2097.4031%20128.517%2097.5594L127.781%2097.1314C127.87%2096.9751%20127.993%2096.8411%20128.127%2096.7629L134.178%2093.2721C134.338%2093.1828%20134.502%2093.1865%20134.628%2093.2609L135.358%2093.6814H135.354Z'/%3e%3c/mask%3e%3cpath%20d='M135.354%2093.6814C135.227%2093.6107%20135.067%2093.6145%20134.915%2093.7001L128.864%2097.1909C128.73%2097.2691%20128.607%2097.4031%20128.517%2097.5594L127.781%2097.1314C127.87%2096.9751%20127.993%2096.8411%20128.127%2096.7629L134.178%2093.2721C134.338%2093.1828%20134.502%2093.1865%20134.628%2093.2609L135.358%2093.6814H135.354Z'%20fill='%23161922'/%3e%3cpath%20d='M135.354%2093.6814L134.866%2094.5544L135.094%2094.6814H135.354V93.6814ZM134.915%2093.7001L134.426%2092.8278L134.415%2092.8339L134.915%2093.7001ZM128.864%2097.1909L128.364%2096.3247L128.36%2096.3272L128.864%2097.1909ZM128.517%2097.5594L128.015%2098.4241L128.886%2098.9299L129.386%2098.0555L128.517%2097.5594ZM127.781%2097.1314L126.912%2096.6353L126.42%2097.4974L127.278%2097.9961L127.781%2097.1314ZM128.127%2096.7629L127.627%2095.8967L127.623%2095.8992L128.127%2096.7629ZM134.178%2093.2721L133.691%2092.3989L133.684%2092.4023L133.678%2092.4059L134.178%2093.2721ZM134.628%2093.2609L134.121%2094.1229L134.129%2094.1272L134.628%2093.2609ZM135.358%2093.6814V94.6814H139.094L135.857%2092.8151L135.358%2093.6814ZM135.842%2092.8085C135.365%2092.5418%20134.831%2092.6002%20134.426%2092.8279L135.404%2094.5722C135.303%2094.6287%20135.09%2094.6796%20134.866%2094.5544L135.842%2092.8085ZM134.415%2092.8339L128.364%2096.3247L129.363%2098.0571L135.415%2094.5663L134.415%2092.8339ZM128.36%2096.3272C128.04%2096.5134%20127.804%2096.7925%20127.649%2097.0632L129.386%2098.0555C129.39%2098.0486%20129.394%2098.0424%20129.397%2098.0374C129.401%2098.0323%20129.404%2098.0293%20129.405%2098.0282C129.406%2098.027%20129.404%2098.029%20129.399%2098.0333C129.394%2098.0375%20129.384%2098.0453%20129.367%2098.0547L128.36%2096.3272ZM129.02%2096.6946L128.283%2096.2667L127.278%2097.9961L128.015%2098.4241L129.02%2096.6946ZM128.649%2097.6275C128.653%2097.6206%20128.657%2097.6144%20128.66%2097.6094C128.664%2097.6043%20128.667%2097.6013%20128.668%2097.6002C128.669%2097.599%20128.667%2097.601%20128.662%2097.6053C128.657%2097.6095%20128.647%2097.6173%20128.63%2097.6267L127.623%2095.8992C127.303%2096.0855%20127.067%2096.3645%20126.912%2096.6353L128.649%2097.6275ZM128.626%2097.6292L134.678%2094.1383L133.678%2092.4059L127.627%2095.8967L128.626%2097.6292ZM134.665%2094.1453C134.612%2094.1749%20134.531%2094.2038%20134.428%2094.205C134.324%2094.2063%20134.217%2094.1791%20134.121%2094.1228L135.135%2092.399C134.672%2092.1266%20134.128%2092.1545%20133.691%2092.3989L134.665%2094.1453ZM134.129%2094.1272L134.858%2094.5478L135.857%2092.8151L135.128%2092.3946L134.129%2094.1272ZM135.358%2092.6814H135.354V94.6814H135.358V92.6814Z'%20fill='%23161922'%20mask='url(%23path-25-inside-1_8152_16965)'/%3e%3c/g%3e%3cpath%20opacity='0.2'%20d='M151.264%2087.8087C151.179%2087.7715%20151.063%2087.7864%20150.94%2087.8571L136.705%2096.0707C136.433%2096.2271%20136.139%2096.1117%20136.05%2095.8102L135.983%2095.6316L150.207%2087.4291C150.285%2087.3845%20150.36%2087.3622%20150.427%2087.3622C150.475%2087.3622%20150.516%2087.3733%20150.553%2087.3956L151.264%2087.8125V87.8087Z'%20fill='%23272C3A'/%3e%3cpath%20d='M151.435%2088.14L151.443%20104.898C151.443%20105.211%20151.223%20105.594%20150.951%20105.751L128.804%20118.534C128.611%20118.646%20128.369%20118.508%20128.369%20118.285V98.0432C128.369%2097.8869%20128.424%2097.712%20128.514%2097.5594C128.603%2097.4031%20128.73%2097.2691%20128.86%2097.191L134.911%2093.6963C135.068%2093.6108%20135.224%2093.607%20135.354%2093.6777L135.365%2093.6852C135.458%2093.741%20135.533%2093.8303%20135.57%2093.9569L135.983%2095.6279L136.05%2095.8065C136.139%2096.108%20136.433%2096.2233%20136.705%2096.067L150.944%2087.8534C151.067%2087.7827%20151.178%2087.7715%20151.264%2087.805L151.283%2087.8162C151.283%2087.8162%20151.29%2087.8162%20151.294%2087.8199H151.298C151.379%2087.8757%20151.432%2087.9837%20151.432%2088.1362L151.435%2088.14Z'%20fill='%23040506'/%3e%3cpath%20opacity='0.3'%20d='M151.435%2088.14L151.443%20104.898C151.443%20105.211%20151.223%20105.594%20150.951%20105.751L128.804%20118.534C128.611%20118.646%20128.369%20118.508%20128.369%20118.285V98.0432C128.369%2097.8869%20128.424%2097.712%20128.514%2097.5594C128.603%2097.4031%20128.73%2097.2691%20128.86%2097.191L134.911%2093.6963C135.068%2093.6108%20135.224%2093.607%20135.354%2093.6777L135.365%2093.6852C135.458%2093.741%20135.533%2093.8303%20135.57%2093.9569L135.983%2095.6279L136.05%2095.8065C136.139%2096.108%20136.433%2096.2233%20136.705%2096.067L150.944%2087.8534C151.067%2087.7827%20151.178%2087.7715%20151.264%2087.805L151.283%2087.8162C151.283%2087.8162%20151.29%2087.8162%20151.294%2087.8199H151.298C151.379%2087.8757%20151.432%2087.9837%20151.432%2088.1362L151.435%2088.14Z'%20fill='%23272C3A'/%3e%3cpath%20opacity='0.5'%20d='M128.547%20118.553C128.547%20118.553%20128.532%20118.553%20128.525%20118.546L127.762%20118.103C127.68%20118.047%20127.628%20117.943%20127.628%20117.79V97.6115C127.628%2097.4514%20127.684%2097.284%20127.773%2097.1277L128.51%2097.5556C128.421%2097.712%20128.365%2097.8831%20128.365%2098.0395V118.281C128.365%20118.408%20128.443%20118.508%20128.543%20118.549L128.547%20118.553Z'%20fill='%23040506'/%3e%3cpath%20d='M153.806%2089.5207C153.806%2089.3681%20153.754%2089.2639%20153.672%2089.2081C153.672%2089.2081%20153.661%2089.1969%20153.638%2089.1895L152.928%2088.7726C152.838%2088.7243%20152.715%2088.7317%20152.581%2088.8099L138.357%2097.0123L137.944%2095.3413C137.907%2095.2148%20137.833%2095.1254%20137.74%2095.0696L136.999%2094.6379C136.869%2094.5635%20136.705%2094.5598%20136.549%2094.6528L130.497%2098.1437C130.226%2098.3%20130.006%2098.6833%20130.006%2098.9959V119.175C130.006%20119.323%20130.054%20119.431%20130.14%20119.487L130.903%20119.93C130.992%20119.975%20131.108%20119.964%20131.238%20119.889L153.33%20107.135C153.601%20106.979%20153.821%20106.595%20153.821%20106.283L153.813%2089.5207H153.806Z'%20fill='%23040506'/%3e%3cg%20opacity='0.1'%3e%3cmask%20id='path-32-inside-2_8152_16965'%20fill='white'%3e%3cpath%20d='M137.725%2095.0622C137.598%2094.9915%20137.438%2094.9952%20137.285%2095.0808L131.234%2098.5717C131.1%2098.6498%20130.977%2098.7838%20130.888%2098.9401L130.151%2098.5121C130.24%2098.3558%20130.363%2098.2218%20130.497%2098.1437L136.549%2094.6528C136.709%2094.5635%20136.872%2094.5672%20136.999%2094.6416L137.728%2095.0622H137.725Z'/%3e%3c/mask%3e%3cpath%20d='M137.725%2095.0622C137.598%2094.9915%20137.438%2094.9952%20137.285%2095.0808L131.234%2098.5717C131.1%2098.6498%20130.977%2098.7838%20130.888%2098.9401L130.151%2098.5121C130.24%2098.3558%20130.363%2098.2218%20130.497%2098.1437L136.549%2094.6528C136.709%2094.5635%20136.872%2094.5672%20136.999%2094.6416L137.728%2095.0622H137.725Z'%20fill='%23161922'/%3e%3cpath%20d='M137.725%2095.0622L137.237%2095.9351L137.464%2096.0622H137.725V95.0622ZM137.285%2095.0808L136.796%2094.2086L136.786%2094.2146L137.285%2095.0808ZM131.234%2098.5717L130.734%2097.7055L130.73%2097.7079L131.234%2098.5717ZM130.888%2098.9401L130.386%2099.8048L131.257%20100.311L131.756%2099.4363L130.888%2098.9401ZM130.151%2098.5121L129.283%2098.016L128.79%2098.8781L129.649%2099.3769L130.151%2098.5121ZM130.497%2098.1437L129.998%2097.2775L129.993%2097.2799L130.497%2098.1437ZM136.549%2094.6528L136.061%2093.7796L136.055%2093.7831L136.049%2093.7866L136.549%2094.6528ZM136.999%2094.6416L136.492%2095.5036L136.499%2095.508L136.999%2094.6416ZM137.728%2095.0622V96.0622H141.465L138.228%2094.1959L137.728%2095.0622ZM138.212%2094.1892C137.735%2093.9226%20137.202%2093.981%20136.796%2094.2086L137.775%2095.9529C137.674%2096.0094%20137.461%2096.0604%20137.237%2095.9351L138.212%2094.1892ZM136.786%2094.2146L130.734%2097.7055L131.734%2099.4379L137.785%2095.947L136.786%2094.2146ZM130.73%2097.7079C130.411%2097.8942%20130.174%2098.1732%20130.02%2098.444L131.756%2099.4363C131.76%2099.4293%20131.764%2099.4232%20131.768%2099.4181C131.772%2099.413%20131.774%2099.41%20131.775%2099.4089C131.776%2099.4078%20131.775%2099.4097%20131.77%2099.414C131.764%2099.4182%20131.754%2099.426%20131.738%2099.4355L130.73%2097.7079ZM131.39%2098.0754L130.653%2097.6474L129.649%2099.3769L130.386%2099.8048L131.39%2098.0754ZM131.019%2099.0083C131.023%2099.0013%20131.027%2098.9952%20131.031%2098.9901C131.035%2098.985%20131.037%2098.982%20131.038%2098.9809C131.04%2098.9798%20131.038%2098.9818%20131.033%2098.986C131.028%2098.9902%20131.017%2098.998%20131.001%2099.0075L129.993%2097.2799C129.674%2097.4662%20129.438%2097.7452%20129.283%2098.016L131.019%2099.0083ZM130.997%2099.0099L137.048%2095.519L136.049%2093.7866L129.998%2097.2775L130.997%2099.0099ZM137.036%2095.526C136.983%2095.5557%20136.902%2095.5845%20136.798%2095.5857C136.695%2095.587%20136.588%2095.5598%20136.492%2095.5036L137.506%2093.7797C137.043%2093.5074%20136.499%2093.5352%20136.061%2093.7796L137.036%2095.526ZM136.499%2095.508L137.229%2095.9285L138.228%2094.1959L137.498%2093.7753L136.499%2095.508ZM137.728%2094.0622H137.725V96.0622H137.728V94.0622Z'%20fill='%23161922'%20mask='url(%23path-32-inside-2_8152_16965)'/%3e%3c/g%3e%3cpath%20opacity='0.1'%20d='M153.634%2089.1895C153.549%2089.1522%20153.434%2089.1671%20153.311%2089.2378L139.076%2097.4515C138.804%2097.6078%20138.51%2097.4924%20138.421%2097.1909L138.354%2097.0123L152.578%2088.8099C152.656%2088.7652%20152.73%2088.7429%20152.797%2088.7429C152.846%2088.7429%20152.886%2088.754%20152.924%2088.7764L153.634%2089.1932V89.1895Z'%20fill='%23272C3A'/%3e%3cpath%20d='M153.806%2089.5244L153.813%20106.283C153.813%20106.595%20153.594%20106.979%20153.322%20107.135L131.175%20119.923C130.981%20120.034%20130.739%20119.893%20130.739%20119.673V99.4314C130.739%2099.275%20130.795%2099.1001%20130.884%2098.9475C130.974%2098.7912%20131.1%2098.6573%20131.231%2098.5791L137.282%2095.0845C137.438%2094.9989%20137.594%2094.9952%20137.725%2095.0659L137.736%2095.0733C137.829%2095.1292%20137.903%2095.2185%20137.941%2095.345L138.354%2097.016L138.421%2097.1947C138.51%2097.4961%20138.804%2097.6115%20139.076%2097.4552L153.315%2089.2416C153.437%2089.1708%20153.549%2089.1597%20153.635%2089.1932L153.653%2089.2043C153.653%2089.2043%20153.661%2089.2043%20153.664%2089.2081H153.668C153.75%2089.2639%20153.802%2089.3718%20153.802%2089.5244H153.806Z'%20fill='%23040506'/%3e%3cpath%20opacity='0.2'%20d='M153.806%2089.5244L153.813%20106.283C153.813%20106.595%20153.594%20106.979%20153.322%20107.135L131.175%20119.923C130.981%20120.034%20130.739%20119.893%20130.739%20119.673V99.4314C130.739%2099.275%20130.795%2099.1001%20130.884%2098.9475C130.974%2098.7912%20131.1%2098.6573%20131.231%2098.5791L137.282%2095.0845C137.438%2094.9989%20137.594%2094.9952%20137.725%2095.0659L137.736%2095.0733C137.829%2095.1292%20137.903%2095.2185%20137.941%2095.345L138.354%2097.016L138.421%2097.1947C138.51%2097.4961%20138.804%2097.6115%20139.076%2097.4552L153.315%2089.2416C153.437%2089.1708%20153.549%2089.1597%20153.635%2089.1932L153.653%2089.2043C153.653%2089.2043%20153.661%2089.2043%20153.664%2089.2081H153.668C153.75%2089.2639%20153.802%2089.3718%20153.802%2089.5244H153.806Z'%20fill='%23272C3A'/%3e%3cpath%20opacity='0.4'%20d='M130.918%20119.938C130.918%20119.938%20130.903%20119.937%20130.895%20119.93L130.133%20119.487C130.051%20119.431%20129.999%20119.327%20129.999%20119.175V98.9959C129.999%2098.8359%20130.054%2098.6684%20130.144%2098.5121L130.881%2098.9401C130.791%2099.0964%20130.735%2099.2676%20130.735%2099.4239V119.666C130.735%20119.792%20130.814%20119.893%20130.914%20119.934L130.918%20119.938Z'%20fill='%23040506'/%3e%3cpath%20d='M156.176%2090.9051C156.176%2090.7525%20156.124%2090.6483%20156.043%2090.5925C156.043%2090.5925%20156.031%2090.5813%20156.009%2090.5739L155.298%2090.1571C155.209%2090.105%20155.086%2090.1161%20154.952%2090.1906L140.728%2098.393L140.315%2096.722C140.278%2096.5955%20140.203%2096.5061%20140.11%2096.4503L139.37%2096.0186C139.239%2095.9442%20139.076%2095.9405%20138.919%2096.0335L132.868%2099.5244C132.596%2099.6807%20132.377%20100.064%20132.377%20100.377V120.555C132.377%20120.704%20132.425%20120.812%20132.511%20120.868L133.274%20121.311C133.363%20121.355%20133.478%20121.344%20133.609%20121.27L155.7%20108.516C155.972%20108.36%20156.191%20107.976%20156.191%20107.664L156.184%2090.9014L156.176%2090.9051Z'%20fill='%23040506'/%3e%3cmask%20id='path-39-inside-3_8152_16965'%20fill='white'%3e%3cpath%20d='M140.095%2096.4429C139.969%2096.3722%20139.809%2096.3759%20139.656%2096.4615L133.605%2099.9524C133.471%20100.031%20133.348%20100.165%20133.259%20100.321L132.522%2099.8928C132.611%2099.7365%20132.734%2099.6025%20132.868%2099.5244L138.919%2096.0335C139.079%2095.9442%20139.243%2095.9479%20139.37%2096.0223L140.099%2096.4429H140.095Z'/%3e%3c/mask%3e%3cpath%20d='M140.095%2096.4429C139.969%2096.3722%20139.809%2096.3759%20139.656%2096.4615L133.605%2099.9524C133.471%20100.031%20133.348%20100.165%20133.259%20100.321L132.522%2099.8928C132.611%2099.7365%20132.734%2099.6025%20132.868%2099.5244L138.919%2096.0335C139.079%2095.9442%20139.243%2095.9479%20139.37%2096.0223L140.099%2096.4429H140.095Z'%20fill='%23040506'/%3e%3cpath%20d='M140.095%2096.4429L139.608%2097.3158L139.835%2097.4429H140.095V96.4429ZM139.656%2096.4615L139.167%2095.5893L139.157%2095.5953L139.656%2096.4615ZM133.605%2099.9524L133.105%2099.0862L133.101%2099.0886L133.605%2099.9524ZM133.259%20100.321L132.757%20101.186L133.627%20101.691L134.127%20100.817L133.259%20100.321ZM132.522%2099.8928L131.654%2099.3967L131.161%20100.259L132.02%20100.758L132.522%2099.8928ZM132.868%2099.5244L132.368%2098.6582L132.364%2098.6606L132.868%2099.5244ZM138.919%2096.0335L138.432%2095.1603L138.426%2095.1638L138.42%2095.1673L138.919%2096.0335ZM139.37%2096.0223L138.863%2096.8843L138.87%2096.8887L139.37%2096.0223ZM140.099%2096.4429V97.4429H143.836L140.599%2095.5766L140.099%2096.4429ZM140.583%2095.5699C140.106%2095.3033%20139.573%2095.3617%20139.167%2095.5894L140.146%2097.3336C140.045%2097.3901%20139.832%2097.4411%20139.608%2097.3158L140.583%2095.5699ZM139.157%2095.5953L133.105%2099.0862L134.105%20100.819L140.156%2097.3277L139.157%2095.5953ZM133.101%2099.0886C132.782%2099.2749%20132.545%2099.5539%20132.391%2099.8247L134.127%20100.817C134.131%20100.81%20134.135%20100.804%20134.139%20100.799C134.143%20100.794%20134.145%20100.791%20134.146%20100.79C134.147%20100.788%20134.146%20100.79%20134.14%20100.795C134.135%20100.799%20134.125%20100.807%20134.109%20100.816L133.101%2099.0886ZM133.761%2099.4561L133.024%2099.0281L132.02%20100.758L132.757%20101.186L133.761%2099.4561ZM133.39%20100.389C133.394%20100.382%20133.398%20100.376%20133.402%20100.371C133.406%20100.366%20133.408%20100.363%20133.409%20100.362C133.41%20100.36%20133.409%20100.362%20133.404%20100.367C133.398%20100.371%20133.388%20100.379%20133.372%20100.388L132.364%2098.6606C132.045%2098.8469%20131.808%2099.1259%20131.654%2099.3967L133.39%20100.389ZM133.368%20100.391L139.419%2096.8997L138.42%2095.1673L132.368%2098.6582L133.368%20100.391ZM139.407%2096.9067C139.354%2096.9364%20139.272%2096.9652%20139.169%2096.9665C139.066%2096.9677%20138.958%2096.9406%20138.863%2096.8843L139.877%2095.1604C139.414%2094.8881%20138.87%2094.9159%20138.432%2095.1603L139.407%2096.9067ZM138.87%2096.8887L139.6%2097.3092L140.599%2095.5766L139.869%2095.156L138.87%2096.8887ZM140.099%2095.4429H140.095V97.4429H140.099V95.4429Z'%20fill='%23161922'%20mask='url(%23path-39-inside-3_8152_16965)'/%3e%3cpath%20d='M156.005%2090.5739C155.92%2090.5367%20155.804%2090.5516%20155.682%2090.6223L141.446%2098.8359C141.175%2098.9922%20140.881%2098.8768%20140.791%2098.5754L140.724%2098.3967L154.948%2090.1943C155.027%2090.1496%20155.101%2090.1273%20155.168%2090.1273C155.216%2090.1273%20155.257%2090.1385%20155.295%2090.1608L156.005%2090.5776V90.5739Z'%20fill='%23040506'/%3e%3cpath%20d='M156.176%2090.9051L156.184%20107.664C156.184%20107.976%20155.964%20108.36%20155.693%20108.516L133.545%20121.303C133.352%20121.415%20133.11%20121.277%20133.11%20121.054V100.812C133.11%20100.656%20133.166%20100.481%20133.255%20100.328C133.344%20100.172%20133.471%20100.038%20133.601%2099.9598L139.652%2096.4652C139.809%2096.3796%20139.965%2096.3759%20140.095%2096.4466L140.107%2096.454C140.2%2096.5099%20140.274%2096.5992%20140.311%2096.7257L140.724%2098.3967L140.791%2098.5754C140.881%2098.8768%20141.175%2098.9922%20141.446%2098.8359L155.685%2090.6223C155.808%2090.5515%20155.92%2090.5404%20156.005%2090.5739L156.024%2090.585C156.024%2090.585%20156.031%2090.585%20156.035%2090.5888H156.039C156.121%2090.6446%20156.173%2090.7525%20156.173%2090.9051H156.176Z'%20fill='%23040506'/%3e%3cpath%20opacity='0.1'%20d='M156.176%2090.9051L156.184%20107.664C156.184%20107.976%20155.964%20108.36%20155.693%20108.516L133.545%20121.303C133.352%20121.415%20133.11%20121.277%20133.11%20121.054V100.812C133.11%20100.656%20133.166%20100.481%20133.255%20100.328C133.344%20100.172%20133.471%20100.038%20133.601%2099.9598L139.652%2096.4652C139.809%2096.3796%20139.965%2096.3759%20140.095%2096.4466L140.107%2096.454C140.2%2096.5099%20140.274%2096.5992%20140.311%2096.7257L140.724%2098.3967L140.791%2098.5754C140.881%2098.8768%20141.175%2098.9922%20141.446%2098.8359L155.685%2090.6223C155.808%2090.5515%20155.92%2090.5404%20156.005%2090.5739L156.024%2090.585C156.024%2090.585%20156.031%2090.585%20156.035%2090.5888H156.039C156.121%2090.6446%20156.173%2090.7525%20156.173%2090.9051H156.176Z'%20fill='%23272C3A'/%3e%3cpath%20opacity='0.3'%20d='M133.289%20121.318C133.289%20121.318%20133.274%20121.318%20133.266%20121.311L132.503%20120.868C132.421%20120.812%20132.369%20120.708%20132.369%20120.555V100.377C132.369%20100.22%20132.425%20100.049%20132.515%2099.8928L133.251%20100.321C133.162%20100.477%20133.106%20100.648%20133.106%20100.805V121.047C133.106%20121.173%20133.184%20121.274%20133.285%20121.314L133.289%20121.318Z'%20fill='%23040506'/%3e%3cpath%20d='M158.547%2092.2858C158.547%2092.1332%20158.495%2092.029%20158.413%2091.9732C158.413%2091.9732%20158.402%2091.962%20158.38%2091.9546L157.669%2091.5378C157.579%2091.4857%20157.457%2091.4968%20157.323%2091.5713L143.099%2099.7737L142.686%2098.1027C142.648%2097.9762%20142.574%2097.8869%20142.481%2097.831L141.74%2097.3993C141.61%2097.3249%20141.446%2097.3212%20141.29%2097.4142L135.239%20100.905C134.967%20101.061%20134.747%20101.445%20134.747%20101.757V121.936C134.747%20122.085%20134.796%20122.193%20134.881%20122.249L135.644%20122.691C135.734%20122.736%20135.849%20122.725%20135.979%20122.651L158.071%20109.897C158.342%20109.74%20158.562%20109.357%20158.562%20109.044L158.555%2092.2821L158.547%2092.2858Z'%20fill='%23040506'/%3e%3cg%20opacity='0.5'%3e%3cmask%20id='path-46-inside-4_8152_16965'%20fill='white'%3e%3cpath%20d='M142.466%2097.8236C142.339%2097.7529%20142.179%2097.7566%20142.027%2097.8422L135.975%20101.333C135.841%20101.411%20135.719%20101.545%20135.629%20101.701L134.892%20101.274C134.982%20101.117%20135.104%20100.983%20135.238%20100.905L141.29%2097.4142C141.45%2097.3249%20141.614%2097.3286%20141.74%2097.403L142.47%2097.8236H142.466Z'/%3e%3c/mask%3e%3cpath%20d='M142.466%2097.8236C142.339%2097.7529%20142.179%2097.7566%20142.027%2097.8422L135.975%20101.333C135.841%20101.411%20135.719%20101.545%20135.629%20101.701L134.892%20101.274C134.982%20101.117%20135.104%20100.983%20135.238%20100.905L141.29%2097.4142C141.45%2097.3249%20141.614%2097.3286%20141.74%2097.403L142.47%2097.8236H142.466Z'%20fill='%23272C3A'/%3e%3cpath%20d='M142.466%2097.8236L141.978%2098.6965L142.205%2098.8236H142.466V97.8236ZM142.027%2097.8422L141.537%2096.97L141.527%2096.976L142.027%2097.8422ZM135.975%20101.333L135.476%20100.467L135.471%20100.469L135.975%20101.333ZM135.629%20101.701L135.127%20102.566L135.998%20103.072L136.497%20102.198L135.629%20101.701ZM134.892%20101.274L134.024%20100.777L133.531%20101.64L134.39%20102.138L134.892%20101.274ZM135.238%20100.905L134.739%20100.039L134.735%20100.041L135.238%20100.905ZM141.29%2097.4142L140.802%2096.541L140.796%2096.5444L140.79%2096.548L141.29%2097.4142ZM141.74%2097.403L141.233%2098.265L141.241%2098.2694L141.74%2097.403ZM142.47%2097.8236V98.8236H146.206L142.969%2096.9572L142.47%2097.8236ZM142.954%2096.9506C142.476%2096.684%20141.943%2096.7424%20141.537%2096.97L142.516%2098.7143C142.415%2098.7708%20142.202%2098.8218%20141.978%2098.6965L142.954%2096.9506ZM141.527%2096.976L135.476%20100.467L136.475%20102.199L142.526%2098.7084L141.527%2096.976ZM135.471%20100.469C135.152%20100.656%20134.916%20100.935%20134.761%20101.205L136.497%20102.198C136.501%20102.191%20136.505%20102.185%20136.509%20102.179C136.513%20102.174%20136.516%20102.171%20136.517%20102.17C136.518%20102.169%20136.516%20102.171%20136.511%20102.175C136.506%20102.18%20136.495%20102.187%20136.479%20102.197L135.471%20100.469ZM136.131%20100.837L135.395%20100.409L134.39%20102.138L135.127%20102.566L136.131%20100.837ZM135.761%20101.77C135.765%20101.763%20135.769%20101.757%20135.772%20101.751C135.776%20101.746%20135.779%20101.743%20135.78%20101.742C135.781%20101.741%20135.779%20101.743%20135.774%20101.747C135.769%20101.752%20135.758%20101.759%20135.742%20101.769L134.735%20100.041C134.415%20100.228%20134.179%20100.507%20134.024%20100.777L135.761%20101.77ZM135.738%20101.771L141.789%2098.2804L140.79%2096.548L134.739%20100.039L135.738%20101.771ZM141.777%2098.2874C141.724%2098.3171%20141.643%2098.3459%20141.54%2098.3471C141.436%2098.3484%20141.329%2098.3212%20141.233%2098.265L142.247%2096.5411C141.784%2096.2688%20141.24%2096.2966%20140.802%2096.541L141.777%2098.2874ZM141.241%2098.2694L141.97%2098.6899L142.969%2096.9572L142.24%2096.5367L141.241%2098.2694ZM142.47%2096.8236H142.466V98.8236H142.47V96.8236Z'%20fill='%23161922'%20mask='url(%23path-46-inside-4_8152_16965)'/%3e%3c/g%3e%3cpath%20opacity='0.5'%20d='M158.376%2091.9546C158.29%2091.9174%20158.175%2091.9323%20158.052%2092.003L143.817%20100.217C143.545%20100.373%20143.251%20100.258%20143.162%2099.9561L143.095%2099.7774L157.319%2091.575C157.397%2091.5303%20157.472%2091.508%20157.539%2091.508C157.587%2091.508%20157.628%2091.5192%20157.665%2091.5415L158.376%2091.9583V91.9546Z'%20fill='%23272C3A'/%3e%3cpath%20d='M158.547%2092.2858L158.555%20109.044C158.555%20109.361%20158.335%20109.74%20158.063%20109.897L135.916%20122.684C135.722%20122.796%20135.48%20122.658%20135.48%20122.435V102.193C135.48%20102.036%20135.536%20101.862%20135.626%20101.709C135.715%20101.553%20135.841%20101.419%20135.972%20101.341L142.023%2097.8459C142.179%2097.7603%20142.336%2097.7566%20142.466%2097.8273L142.477%2097.8347C142.57%2097.8906%20142.645%2097.9799%20142.682%2098.1064L143.095%2099.7774L143.162%2099.9561C143.251%20100.258%20143.545%20100.373%20143.817%20100.217L158.056%2092.003C158.179%2091.9323%20158.294%2091.9211%20158.376%2091.9546L158.395%2091.9657C158.395%2091.9657%20158.402%2091.9658%20158.406%2091.9695H158.409C158.491%2092.0253%20158.543%2092.1332%20158.543%2092.2858H158.547Z'%20fill='%23161922'/%3e%3cpath%20opacity='0.2'%20d='M135.659%20122.699C135.659%20122.699%20135.644%20122.699%20135.637%20122.691L134.874%20122.249C134.792%20122.193%20134.74%20122.089%20134.74%20121.936V101.757C134.74%20101.601%20134.796%20101.43%20134.885%20101.274L135.622%20101.702C135.533%20101.858%20135.477%20102.029%20135.477%20102.185V122.427C135.477%20122.554%20135.555%20122.654%20135.656%20122.695L135.659%20122.699Z'%20fill='%23040506'/%3e%3cpath%20d='M137.282%20108.46L123.318%20100.403V115.814L137.282%20123.871V108.46Z'%20fill='%23161922'/%3e%3cpath%20d='M124.293%2099.837L123.318%20100.403L137.282%20108.46L138.257%20107.898L124.293%2099.837Z'%20fill='%23040506'/%3e%3cpath%20d='M136.999%20107.6L162.168%2093.0711L162.165%20110.559L136.999%20125.092V107.6Z'%20fill='%23272C3A'/%3e%3cpath%20d='M146.865%20104.869L151.145%20102.397C151.699%20102.077%20152.15%20102.223%20152.15%20102.725C152.15%20103.227%20151.699%20103.894%20151.145%20104.214L146.865%20106.685C146.31%20107.005%20145.86%20106.86%20145.86%20106.357C145.86%20105.855%20146.31%20105.189%20146.865%20104.869Z'%20fill='%23040506'/%3e%3cpath%20d='M136.999%20107.6L136.162%20107.116V124.604L136.999%20125.092V107.6Z'%20fill='%23040506'/%3e%3cpath%20d='M136.162%20107.116L161.327%2092.5872L162.168%2093.0711L136.999%20107.6L136.162%20107.116Z'%20fill='%23161922'/%3e%3cpath%20d='M83.616%20173.097V157.064L104.438%20145.044V161.073L83.616%20173.097Z'%20fill='%23272C3A'/%3e%3cpath%20d='M83.616%20157.064L57.5833%20142.036V158.066L83.616%20173.097V157.064Z'%20fill='%23161922'/%3e%3cpath%20d='M83.6161%20157.064L105.056%20144.679L78.4096%20129.29L56.9656%20141.675L83.6161%20157.064Z'%20fill='%23040506'/%3e%3cpath%20d='M83.616%20157.064V161.073L105.056%20148.694V144.679L83.616%20157.064Z'%20fill='%23272C3A'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20161.073L104.438%20149.048V149.93L83.616%20161.955V161.073Z'%20fill='%23040506'/%3e%3cpath%20d='M56.9656%20141.675L83.6161%20157.064V161.073L56.9656%20145.687V141.675Z'%20fill='%23161922'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20161.073L57.5833%20146.045V146.923L83.616%20161.955V161.073Z'%20fill='%23040506'/%3e%3cpath%20d='M90.4713%20159.502L97.5833%20155.393C97.8885%20155.215%2098.1378%20155.36%2098.1378%20155.713V159.919C98.1378%20160.272%2097.8885%20160.704%2097.5833%20160.879L90.4713%20164.988C90.1661%20165.166%2089.9167%20165.021%2089.9167%20164.668V160.462C89.9167%20160.109%2090.1661%20159.677%2090.4713%20159.502Z'%20fill='%23040506'/%3e%3cpath%20d='M90.9253%20159.978L97.1293%20156.398C97.334%20156.279%2097.4977%20156.376%2097.4977%20156.61V159.763C97.4977%20159.997%2097.3302%20160.287%2097.1293%20160.403L90.9253%20163.983C90.7206%20164.102%2090.5569%20164.005%2090.5569%20163.771V160.619C90.5569%20160.384%2090.7244%20160.098%2090.9253%20159.978Z'%20fill='%232F3546'/%3e%3cg%20opacity='0.5'%3e%3cpath%20d='M91.1003%20160.812C91.0705%20160.812%2091.0407%20160.797%2091.0221%20160.767C90.996%20160.723%2091.0109%20160.671%2091.0556%20160.645L96.9134%20157.265C96.9544%20157.239%2097.0102%20157.254%2097.0362%20157.299C97.0623%20157.344%2097.0474%20157.396%2097.0027%20157.422L91.1449%20160.801C91.1449%20160.801%2091.1151%20160.812%2091.1003%20160.812Z'%20fill='%23040506'/%3e%3cpath%20d='M91.1003%20161.586C91.0705%20161.586%2091.0407%20161.571%2091.0221%20161.542C90.996%20161.497%2091.0109%20161.445%2091.0556%20161.419L96.9134%20158.039C96.9544%20158.013%2097.0102%20158.028%2097.0362%20158.073C97.0623%20158.118%2097.0474%20158.17%2097.0027%20158.196L91.1449%20161.575C91.1449%20161.575%2091.1151%20161.586%2091.1003%20161.586Z'%20fill='%23040506'/%3e%3cpath%20d='M91.1003%20162.36C91.0705%20162.36%2091.0407%20162.345%2091.0221%20162.316C90.996%20162.271%2091.0109%20162.219%2091.0556%20162.193L96.9134%20158.814C96.9544%20158.788%2097.0102%20158.802%2097.0362%20158.847C97.0623%20158.892%2097.0474%20158.944%2097.0027%20158.97L91.1449%20162.349C91.1449%20162.349%2091.1151%20162.36%2091.1003%20162.36Z'%20fill='%23040506'/%3e%3cpath%20d='M91.1003%20163.134C91.0705%20163.134%2091.0407%20163.119%2091.0221%20163.09C90.996%20163.045%2091.0109%20162.993%2091.0556%20162.967L96.9134%20159.588C96.9544%20159.562%2097.0102%20159.576%2097.0362%20159.621C97.0623%20159.666%2097.0474%20159.718%2097.0027%20159.744L91.1449%20163.123C91.1449%20163.123%2091.1151%20163.134%2091.1003%20163.134Z'%20fill='%23040506'/%3e%3c/g%3e%3cpath%20opacity='0.1'%20d='M103.318%20143.674L83.6161%20155.051L58.7073%20140.663L58.0969%20141.024L83.6161%20155.706L103.929%20144.028L103.318%20143.674Z'%20fill='%23272C3A'/%3e%3cpath%20d='M83.616%20155.051V139.018L104.438%20126.997V143.026L83.616%20155.051Z'%20fill='%23272C3A'/%3e%3cpath%20d='M83.616%20139.018L57.5833%20123.99V140.019L83.616%20155.051V139.018Z'%20fill='%23161922'/%3e%3cpath%20d='M83.6161%20139.018L105.056%20126.633L78.4096%20111.244L56.9656%20123.629L83.6161%20139.018Z'%20fill='%23272C3A'/%3e%3cpath%20d='M83.616%20139.018V143.026L105.056%20130.648V126.633L83.616%20139.018Z'%20fill='%23272C3A'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20143.026L104.438%20131.002V131.884L83.616%20143.908V143.026Z'%20fill='%23040506'/%3e%3cpath%20d='M56.9656%20123.629L83.6161%20139.018V143.026L56.9656%20127.641V123.629Z'%20fill='%23161922'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20143.026L57.5833%20127.999V128.877L83.616%20143.908V143.026Z'%20fill='%23040506'/%3e%3cpath%20d='M90.4713%20141.456L97.5833%20137.347C97.8885%20137.169%2098.1378%20137.314%2098.1378%20137.667V141.873C98.1378%20142.226%2097.8885%20142.658%2097.5833%20142.833L90.4713%20146.942C90.1661%20147.12%2089.9167%20146.975%2089.9167%20146.622V142.416C89.9167%20142.063%2090.1661%20141.631%2090.4713%20141.456Z'%20fill='%23040506'/%3e%3cpath%20d='M90.9253%20141.932L97.1293%20138.352C97.334%20138.233%2097.4977%20138.33%2097.4977%20138.564V141.716C97.4977%20141.951%2097.3302%20142.241%2097.1293%20142.357L90.9253%20145.937C90.7206%20146.056%2090.5569%20145.959%2090.5569%20145.725V142.572C90.5569%20142.338%2090.7244%20142.051%2090.9253%20141.932Z'%20fill='%232F3546'/%3e%3cg%20opacity='0.5'%3e%3cpath%20d='M91.1003%20142.766C91.0705%20142.766%2091.0407%20142.751%2091.0221%20142.721C90.996%20142.677%2091.0109%20142.624%2091.0556%20142.598L96.9134%20139.219C96.9544%20139.193%2097.0102%20139.208%2097.0362%20139.253C97.0623%20139.297%2097.0474%20139.349%2097.0027%20139.376L91.1449%20142.755C91.1449%20142.755%2091.1151%20142.766%2091.1003%20142.766Z'%20fill='%23040506'/%3e%3cpath%20d='M91.1003%20143.54C91.0705%20143.54%2091.0407%20143.525%2091.0221%20143.495C90.996%20143.451%2091.0109%20143.399%2091.0556%20143.373L96.9134%20139.993C96.9544%20139.967%2097.0102%20139.982%2097.0362%20140.027C97.0623%20140.071%2097.0474%20140.124%2097.0027%20140.15L91.1449%20143.529C91.1449%20143.529%2091.1151%20143.54%2091.1003%20143.54Z'%20fill='%23040506'/%3e%3cpath%20d='M91.1003%20144.314C91.0705%20144.314%2091.0407%20144.299%2091.0221%20144.269C90.996%20144.225%2091.0109%20144.173%2091.0556%20144.147L96.9134%20140.767C96.9544%20140.741%2097.0102%20140.756%2097.0362%20140.801C97.0623%20140.846%2097.0474%20140.898%2097.0027%20140.924L91.1449%20144.303C91.1449%20144.303%2091.1151%20144.314%2091.1003%20144.314Z'%20fill='%23040506'/%3e%3cpath%20d='M91.1003%20145.088C91.0705%20145.088%2091.0407%20145.073%2091.0221%20145.044C90.996%20144.999%2091.0109%20144.947%2091.0556%20144.921L96.9134%20141.542C96.9544%20141.515%2097.0102%20141.53%2097.0362%20141.575C97.0623%20141.62%2097.0474%20141.672%2097.0027%20141.698L91.1449%20145.077C91.1449%20145.077%2091.1151%20145.088%2091.1003%20145.088Z'%20fill='%23040506'/%3e%3c/g%3e%3c/svg%3e",ig="data:image/svg+xml,%3csvg%20viewBox='0%200%20200%20200'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M77.0793%2026.8668C77.6555%2028.5378%2079.1152%2029.959%2080.3252%2030.0551C81.5352%2030.1511%2082.0538%2028.8643%2081.4584%2027.1933C80.863%2025.5224%2079.4225%2024.1011%2078.2125%2024.005C77.0025%2023.909%2076.4839%2025.1958%2077.0793%2026.8668Z'%20fill='%231A2EB2'/%3e%3cpath%20d='M71.4823%2071.7511C73.0572%2076.2646%2077.0138%2080.1251%2080.2981%2080.3556C83.5824%2080.5861%2084.9652%2077.1289%2083.3903%2072.6154C81.8154%2068.1019%2077.8588%2064.2414%2074.5745%2064.0109C71.2902%2063.7804%2069.9074%2067.2376%2071.4823%2071.7511Z'%20fill='%23FAB404'/%3e%3cpath%20d='M43.3249%2090.7521C46.3403%2092.4999%2048.7795%2096.7253%2048.7795%20100.202C48.7795%20103.678%2046.3211%20105.08%2043.2865%20103.332C40.2711%20101.585%2037.8319%2097.3592%2037.8319%2093.8828C37.8319%2090.4064%2040.2903%2089.0043%2043.3249%2090.7521Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M93.4077%20153.253L128.272%20133.127C128.692%20132.885%20129.373%20132.885%20129.798%20133.127L155.224%20147.805C155.644%20148.047%20155.644%20148.441%20155.224%20148.683L120.36%20168.81C119.939%20169.052%20119.258%20169.052%20118.834%20168.81L93.4077%20154.132C92.9871%20153.89%2092.9871%20153.495%2093.4077%20153.253Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M83.6125%20176C83.1919%20176%2082.7825%20175.9%2082.4625%20175.713L54.0814%20159.323C53.6422%20159.07%2053.3892%20158.672%2053.3892%20158.229C53.3892%20157.786%2053.6422%20157.392%2054.0814%20157.135L77.0326%20143.879C77.3527%20143.693%2077.7583%20143.592%2078.1826%20143.592C78.6069%20143.592%2079.0125%20143.693%2079.3326%20143.879L107.714%20160.269C108.153%20160.522%20108.406%20160.92%20108.406%20161.363C108.406%20161.806%20108.153%20162.2%20107.714%20162.457L84.7624%20175.713C84.4424%20175.9%2084.0367%20176%2083.6125%20176Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M60.181%20148.319C60.181%20148.319%2060.5941%20142.881%2058.7333%20138.244C56.8762%20133.607%2053.7277%20130.336%2050.3857%20129.416C47.0436%20128.501%2043.7053%20131.099%2046.9283%20133.938C50.1512%20136.778%2056.1839%20140.198%2057.6242%20148.787L60.1847%20148.319H60.181Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M59.4515%20146.748C59.4515%20146.748%2059.4775%20146.748%2059.4887%20146.748C59.5892%20146.729%2059.6524%20146.633%2059.6338%20146.532C57.7358%20137.027%2051.6212%20132.04%2048.6513%20130.73C48.5583%20130.689%2048.4503%20130.73%2048.4094%20130.823C48.3685%20130.916%2048.4094%20131.024%2048.5024%20131.065C51.409%20132.345%2057.4046%20137.243%2059.2728%20146.599C59.2914%20146.685%2059.3659%20146.748%2059.4515%20146.748Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M44.6283%20144.336C44.7735%20144.954%2045.3392%20145.371%2045.8751%20145.717C46.4073%20146.06%2046.9916%20146.432%2047.2037%20147.031C47.6279%20148.24%2046.2956%20149.577%2046.772%20150.767C46.9729%20151.266%2047.4568%20151.601%2047.9592%20151.795C48.376%20151.958%2048.8151%20152.04%2049.2469%20152.163C49.459%20152.2%2049.6711%20152.223%2049.8795%20152.234C50.4973%20152.26%2051.156%20152.357%2051.6473%20152.77C52.4214%20153.421%2052.4772%20154.567%2052.8419%20155.512C53.2811%20156.644%2054.271%20157.518%2055.4099%20157.902C56.37%20158.218%2057.8847%20158.281%2058.2197%20157.894C58.4765%20157.6%2058.0894%20156.495%2058.1527%20156.108C58.309%20155.122%2058.3723%20154.117%2058.3388%20153.119C58.3239%20152.632%2058.309%20152.237%2058.4058%20151.757C58.5063%20151.255%2058.603%20150.753%2058.6923%20150.25C58.8375%20149.439%2059.1054%20148.572%2058.9082%20147.742C58.6886%20146.83%2057.747%20146.633%2057.5498%20145.74C57.4679%20145.382%2057.4605%20145.018%2057.386%20144.66C57.159%20143.607%2056.2919%20142.718%2055.2461%20142.464C53.616%20142.066%2051.8818%20143.119%2050.2591%20142.68C49.8386%20142.565%2049.4478%20142.357%2049.0422%20142.2C47.7545%20141.694%2046.1393%20141.78%2045.1754%20142.766C44.7735%20143.179%2044.5018%20143.771%2044.632%20144.333L44.6283%20144.336Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M57.8774%20155.308C57.8774%20155.308%2057.8849%20155.308%2057.8886%20155.308C57.9667%20155.304%2058.0263%20155.233%2058.0226%20155.155C57.3787%20146.179%2048.6143%20143.224%2046.4781%20142.974C46.3999%20142.967%2046.3292%20143.023%2046.318%20143.101C46.3106%20143.179%2046.3664%20143.25%2046.4446%20143.261C48.5324%20143.507%2057.1033%20146.395%2057.736%20155.178C57.7397%20155.252%2057.803%20155.312%2057.8774%20155.312V155.308Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M48.7071%20149.067C48.7369%20149.067%2048.7629%20149.059%2048.789%20149.041C48.815%20149.022%2051.543%20147.198%2055.2423%20148.486C55.3167%20148.512%2055.3986%20148.471%2055.4246%20148.397C55.4507%20148.322%2055.4098%20148.24%2055.3353%20148.214C51.4909%20146.878%2048.655%20148.784%2048.6252%20148.802C48.5583%20148.847%2048.5434%20148.936%2048.588%20149C48.6141%20149.041%2048.6587%20149.063%2048.7034%20149.063L48.7071%20149.067Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M119.593%20165.896L97.572%20153.179V84.1653L119.593%2096.8783V165.896Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M119.593%2096.8783L151.052%2078.7168V147.731L119.593%20165.896V96.8783Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M151.052%2078.7168L119.593%2096.8783L97.572%2084.1652L129.031%2066L151.052%2078.7168Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M122.741%20141.608L147.907%20127.079V144.571L148.484%20144.902L123.318%20159.435L122.741%20159.1V141.608Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M123.318%20141.943L148.488%20127.414L148.484%20144.902L123.318%20159.435V141.943Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M133.184%20139.212L137.464%20136.741C138.019%20136.421%20138.469%20136.566%20138.469%20137.068C138.469%20137.57%20138.019%20138.237%20137.464%20138.557L133.184%20141.028C132.63%20141.348%20132.179%20141.203%20132.179%20140.7C132.179%20140.198%20132.63%20139.532%20133.184%20139.212Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M122.741%20120.488L147.907%20105.959V123.451L148.484%20123.786L123.318%20138.315L122.741%20137.98V120.488Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M123.318%20120.823L148.488%20106.294L148.484%20123.786L123.318%20138.315V120.823Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M133.184%20118.092L137.464%20115.62C138.019%20115.3%20138.469%20115.445%20138.469%20115.948C138.469%20116.45%20138.019%20117.116%20137.464%20117.437L133.184%20119.908C132.63%20120.228%20132.179%20120.083%20132.179%20119.58C132.179%20119.078%20132.63%20118.412%20133.184%20118.092Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M122.741%2099.368L147.907%2084.8388V102.327L122.741%20116.856V99.368Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M160.49%2095.0622L146.526%2087.0049V102.412L160.49%20110.47V95.0622Z'%20fill='%23B9BED0'/%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M160.49%2095.0622L146.526%2087.0049V102.412L160.49%20110.47V95.0622Z'%20fill='%23B9BED0'/%3e%3c/g%3e%3cpath%20d='M147.501%2086.4392L146.526%2087.0011L160.49%2095.0622L161.465%2094.4965L147.501%2086.4392Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M151.435%2088.14C151.435%2087.9874%20151.383%2087.8832%20151.301%2087.8274C151.301%2087.8274%20151.29%2087.8162%20151.268%2087.8087L150.557%2087.3919C150.468%2087.3398%20150.345%2087.351%20150.211%2087.4254L135.987%2095.6279L135.574%2093.9569C135.537%2093.8303%20135.462%2093.741%20135.369%2093.6852L134.628%2093.2535C134.498%2093.179%20134.334%2093.1753%20134.178%2093.2684L128.127%2096.7592C127.855%2096.9156%20127.635%2097.2989%20127.635%2097.6115V117.79C127.635%20117.939%20127.684%20118.047%20127.769%20118.103L128.532%20118.546C128.622%20118.59%20128.737%20118.579%20128.867%20118.505L150.959%20105.751C151.231%20105.594%20151.45%20105.211%20151.45%20104.898L151.443%2088.1362L151.435%2088.14Z'%20fill='%23B9BED0'/%3e%3cg%20opacity='0.2'%3e%3cmask%20id='path-25-inside-1_8152_16965'%20fill='white'%3e%3cpath%20d='M135.354%2093.6814C135.227%2093.6107%20135.067%2093.6145%20134.915%2093.7001L128.864%2097.1909C128.73%2097.2691%20128.607%2097.4031%20128.517%2097.5594L127.781%2097.1314C127.87%2096.9751%20127.993%2096.8411%20128.127%2096.7629L134.178%2093.2721C134.338%2093.1828%20134.502%2093.1865%20134.628%2093.2609L135.358%2093.6814H135.354Z'/%3e%3c/mask%3e%3cpath%20d='M135.354%2093.6814C135.227%2093.6107%20135.067%2093.6145%20134.915%2093.7001L128.864%2097.1909C128.73%2097.2691%20128.607%2097.4031%20128.517%2097.5594L127.781%2097.1314C127.87%2096.9751%20127.993%2096.8411%20128.127%2096.7629L134.178%2093.2721C134.338%2093.1828%20134.502%2093.1865%20134.628%2093.2609L135.358%2093.6814H135.354Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M135.354%2093.6814L134.866%2094.5544L135.094%2094.6814H135.354V93.6814ZM134.915%2093.7001L134.426%2092.8278L134.415%2092.8339L134.915%2093.7001ZM128.864%2097.1909L128.364%2096.3247L128.36%2096.3272L128.864%2097.1909ZM128.517%2097.5594L128.015%2098.4241L128.886%2098.9299L129.386%2098.0555L128.517%2097.5594ZM127.781%2097.1314L126.912%2096.6353L126.42%2097.4974L127.278%2097.9961L127.781%2097.1314ZM128.127%2096.7629L127.627%2095.8967L127.623%2095.8992L128.127%2096.7629ZM134.178%2093.2721L133.691%2092.3989L133.684%2092.4023L133.678%2092.4059L134.178%2093.2721ZM134.628%2093.2609L134.121%2094.1229L134.129%2094.1272L134.628%2093.2609ZM135.358%2093.6814V94.6814H139.094L135.857%2092.8151L135.358%2093.6814ZM135.842%2092.8085C135.365%2092.5418%20134.831%2092.6002%20134.426%2092.8279L135.404%2094.5722C135.303%2094.6287%20135.09%2094.6796%20134.866%2094.5544L135.842%2092.8085ZM134.415%2092.8339L128.364%2096.3247L129.363%2098.0571L135.415%2094.5663L134.415%2092.8339ZM128.36%2096.3272C128.04%2096.5134%20127.804%2096.7925%20127.649%2097.0632L129.386%2098.0555C129.39%2098.0486%20129.394%2098.0424%20129.397%2098.0374C129.401%2098.0323%20129.404%2098.0293%20129.405%2098.0282C129.406%2098.027%20129.404%2098.029%20129.399%2098.0333C129.394%2098.0375%20129.384%2098.0453%20129.367%2098.0547L128.36%2096.3272ZM129.02%2096.6946L128.283%2096.2667L127.278%2097.9961L128.015%2098.4241L129.02%2096.6946ZM128.649%2097.6275C128.653%2097.6206%20128.657%2097.6144%20128.66%2097.6094C128.664%2097.6043%20128.667%2097.6013%20128.668%2097.6002C128.669%2097.599%20128.667%2097.601%20128.662%2097.6053C128.657%2097.6095%20128.647%2097.6173%20128.63%2097.6267L127.623%2095.8992C127.303%2096.0855%20127.067%2096.3645%20126.912%2096.6353L128.649%2097.6275ZM128.626%2097.6292L134.678%2094.1383L133.678%2092.4059L127.627%2095.8967L128.626%2097.6292ZM134.665%2094.1453C134.612%2094.1749%20134.531%2094.2038%20134.428%2094.205C134.324%2094.2063%20134.217%2094.1791%20134.121%2094.1228L135.135%2092.399C134.672%2092.1266%20134.128%2092.1545%20133.691%2092.3989L134.665%2094.1453ZM134.129%2094.1272L134.858%2094.5478L135.857%2092.8151L135.128%2092.3946L134.129%2094.1272ZM135.358%2092.6814H135.354V94.6814H135.358V92.6814Z'%20fill='%23D4D8E2'%20mask='url(%23path-25-inside-1_8152_16965)'/%3e%3c/g%3e%3cpath%20opacity='0.2'%20d='M151.264%2087.8087C151.179%2087.7715%20151.063%2087.7864%20150.94%2087.8571L136.705%2096.0707C136.433%2096.2271%20136.139%2096.1117%20136.05%2095.8102L135.983%2095.6316L150.207%2087.4291C150.285%2087.3845%20150.36%2087.3622%20150.427%2087.3622C150.475%2087.3622%20150.516%2087.3733%20150.553%2087.3956L151.264%2087.8125V87.8087Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M151.435%2088.14L151.443%20104.898C151.443%20105.211%20151.223%20105.594%20150.951%20105.751L128.804%20118.534C128.611%20118.646%20128.369%20118.508%20128.369%20118.285V98.0432C128.369%2097.8869%20128.424%2097.712%20128.514%2097.5594C128.603%2097.4031%20128.73%2097.2691%20128.86%2097.191L134.911%2093.6963C135.068%2093.6108%20135.224%2093.607%20135.354%2093.6777L135.365%2093.6852C135.458%2093.741%20135.533%2093.8303%20135.57%2093.9569L135.983%2095.6279L136.05%2095.8065C136.139%2096.108%20136.433%2096.2233%20136.705%2096.067L150.944%2087.8534C151.067%2087.7827%20151.178%2087.7715%20151.264%2087.805L151.283%2087.8162C151.283%2087.8162%20151.29%2087.8162%20151.294%2087.8199H151.298C151.379%2087.8757%20151.432%2087.9837%20151.432%2088.1362L151.435%2088.14Z'%20fill='%23B9BED0'/%3e%3cpath%20opacity='0.3'%20d='M151.435%2088.14L151.443%20104.898C151.443%20105.211%20151.223%20105.594%20150.951%20105.751L128.804%20118.534C128.611%20118.646%20128.369%20118.508%20128.369%20118.285V98.0432C128.369%2097.8869%20128.424%2097.712%20128.514%2097.5594C128.603%2097.4031%20128.73%2097.2691%20128.86%2097.191L134.911%2093.6963C135.068%2093.6108%20135.224%2093.607%20135.354%2093.6777L135.365%2093.6852C135.458%2093.741%20135.533%2093.8303%20135.57%2093.9569L135.983%2095.6279L136.05%2095.8065C136.139%2096.108%20136.433%2096.2233%20136.705%2096.067L150.944%2087.8534C151.067%2087.7827%20151.178%2087.7715%20151.264%2087.805L151.283%2087.8162C151.283%2087.8162%20151.29%2087.8162%20151.294%2087.8199H151.298C151.379%2087.8757%20151.432%2087.9837%20151.432%2088.1362L151.435%2088.14Z'%20fill='%23EDEEF3'/%3e%3cpath%20opacity='0.5'%20d='M128.547%20118.553C128.547%20118.553%20128.532%20118.553%20128.525%20118.546L127.762%20118.103C127.68%20118.047%20127.628%20117.943%20127.628%20117.79V97.6115C127.628%2097.4514%20127.684%2097.284%20127.773%2097.1277L128.51%2097.5556C128.421%2097.712%20128.365%2097.8831%20128.365%2098.0395V118.281C128.365%20118.408%20128.443%20118.508%20128.543%20118.549L128.547%20118.553Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M153.806%2089.5207C153.806%2089.3681%20153.754%2089.2639%20153.672%2089.2081C153.672%2089.2081%20153.661%2089.1969%20153.638%2089.1895L152.928%2088.7726C152.838%2088.7243%20152.715%2088.7317%20152.581%2088.8099L138.357%2097.0123L137.944%2095.3413C137.907%2095.2148%20137.833%2095.1254%20137.74%2095.0696L136.999%2094.6379C136.869%2094.5635%20136.705%2094.5598%20136.549%2094.6528L130.497%2098.1437C130.226%2098.3%20130.006%2098.6833%20130.006%2098.9959V119.175C130.006%20119.323%20130.054%20119.431%20130.14%20119.487L130.903%20119.93C130.992%20119.975%20131.108%20119.964%20131.238%20119.889L153.33%20107.135C153.601%20106.979%20153.821%20106.595%20153.821%20106.283L153.813%2089.5207H153.806Z'%20fill='%23B9BED0'/%3e%3cg%20opacity='0.1'%3e%3cmask%20id='path-32-inside-2_8152_16965'%20fill='white'%3e%3cpath%20d='M137.725%2095.0622C137.598%2094.9915%20137.438%2094.9952%20137.285%2095.0808L131.234%2098.5717C131.1%2098.6498%20130.977%2098.7838%20130.888%2098.9401L130.151%2098.5121C130.24%2098.3558%20130.363%2098.2218%20130.497%2098.1437L136.549%2094.6528C136.709%2094.5635%20136.872%2094.5672%20136.999%2094.6416L137.728%2095.0622H137.725Z'/%3e%3c/mask%3e%3cpath%20d='M137.725%2095.0622C137.598%2094.9915%20137.438%2094.9952%20137.285%2095.0808L131.234%2098.5717C131.1%2098.6498%20130.977%2098.7838%20130.888%2098.9401L130.151%2098.5121C130.24%2098.3558%20130.363%2098.2218%20130.497%2098.1437L136.549%2094.6528C136.709%2094.5635%20136.872%2094.5672%20136.999%2094.6416L137.728%2095.0622H137.725Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M137.725%2095.0622L137.237%2095.9351L137.464%2096.0622H137.725V95.0622ZM137.285%2095.0808L136.796%2094.2086L136.786%2094.2146L137.285%2095.0808ZM131.234%2098.5717L130.734%2097.7055L130.73%2097.7079L131.234%2098.5717ZM130.888%2098.9401L130.386%2099.8048L131.257%20100.311L131.756%2099.4363L130.888%2098.9401ZM130.151%2098.5121L129.283%2098.016L128.79%2098.8781L129.649%2099.3769L130.151%2098.5121ZM130.497%2098.1437L129.998%2097.2775L129.993%2097.2799L130.497%2098.1437ZM136.549%2094.6528L136.061%2093.7796L136.055%2093.7831L136.049%2093.7866L136.549%2094.6528ZM136.999%2094.6416L136.492%2095.5036L136.499%2095.508L136.999%2094.6416ZM137.728%2095.0622V96.0622H141.465L138.228%2094.1959L137.728%2095.0622ZM138.212%2094.1892C137.735%2093.9226%20137.202%2093.981%20136.796%2094.2086L137.775%2095.9529C137.674%2096.0094%20137.461%2096.0604%20137.237%2095.9351L138.212%2094.1892ZM136.786%2094.2146L130.734%2097.7055L131.734%2099.4379L137.785%2095.947L136.786%2094.2146ZM130.73%2097.7079C130.411%2097.8942%20130.174%2098.1732%20130.02%2098.444L131.756%2099.4363C131.76%2099.4293%20131.764%2099.4232%20131.768%2099.4181C131.772%2099.413%20131.774%2099.41%20131.775%2099.4089C131.776%2099.4078%20131.775%2099.4097%20131.77%2099.414C131.764%2099.4182%20131.754%2099.426%20131.738%2099.4355L130.73%2097.7079ZM131.39%2098.0754L130.653%2097.6474L129.649%2099.3769L130.386%2099.8048L131.39%2098.0754ZM131.019%2099.0083C131.023%2099.0013%20131.027%2098.9952%20131.031%2098.9901C131.035%2098.985%20131.037%2098.982%20131.038%2098.9809C131.04%2098.9798%20131.038%2098.9818%20131.033%2098.986C131.028%2098.9902%20131.017%2098.998%20131.001%2099.0075L129.993%2097.2799C129.674%2097.4662%20129.438%2097.7452%20129.283%2098.016L131.019%2099.0083ZM130.997%2099.0099L137.048%2095.519L136.049%2093.7866L129.998%2097.2775L130.997%2099.0099ZM137.036%2095.526C136.983%2095.5557%20136.902%2095.5845%20136.798%2095.5857C136.695%2095.587%20136.588%2095.5598%20136.492%2095.5036L137.506%2093.7797C137.043%2093.5074%20136.499%2093.5352%20136.061%2093.7796L137.036%2095.526ZM136.499%2095.508L137.229%2095.9285L138.228%2094.1959L137.498%2093.7753L136.499%2095.508ZM137.728%2094.0622H137.725V96.0622H137.728V94.0622Z'%20fill='%23D4D8E2'%20mask='url(%23path-32-inside-2_8152_16965)'/%3e%3c/g%3e%3cpath%20opacity='0.1'%20d='M153.634%2089.1895C153.549%2089.1522%20153.434%2089.1671%20153.311%2089.2378L139.076%2097.4515C138.804%2097.6078%20138.51%2097.4924%20138.421%2097.1909L138.354%2097.0123L152.578%2088.8099C152.656%2088.7652%20152.73%2088.7429%20152.797%2088.7429C152.846%2088.7429%20152.886%2088.754%20152.924%2088.7764L153.634%2089.1932V89.1895Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M153.806%2089.5244L153.813%20106.283C153.813%20106.595%20153.594%20106.979%20153.322%20107.135L131.175%20119.923C130.981%20120.034%20130.739%20119.893%20130.739%20119.673V99.4314C130.739%2099.275%20130.795%2099.1001%20130.884%2098.9475C130.974%2098.7912%20131.1%2098.6573%20131.231%2098.5791L137.282%2095.0845C137.438%2094.9989%20137.594%2094.9952%20137.725%2095.0659L137.736%2095.0733C137.829%2095.1292%20137.903%2095.2185%20137.941%2095.345L138.354%2097.016L138.421%2097.1947C138.51%2097.4961%20138.804%2097.6115%20139.076%2097.4552L153.315%2089.2416C153.437%2089.1708%20153.549%2089.1597%20153.635%2089.1932L153.653%2089.2043C153.653%2089.2043%20153.661%2089.2043%20153.664%2089.2081H153.668C153.75%2089.2639%20153.802%2089.3718%20153.802%2089.5244H153.806Z'%20fill='%23B9BED0'/%3e%3cpath%20opacity='0.2'%20d='M153.806%2089.5244L153.813%20106.283C153.813%20106.595%20153.594%20106.979%20153.322%20107.135L131.175%20119.923C130.981%20120.034%20130.739%20119.893%20130.739%20119.673V99.4314C130.739%2099.275%20130.795%2099.1001%20130.884%2098.9475C130.974%2098.7912%20131.1%2098.6573%20131.231%2098.5791L137.282%2095.0845C137.438%2094.9989%20137.594%2094.9952%20137.725%2095.0659L137.736%2095.0733C137.829%2095.1292%20137.903%2095.2185%20137.941%2095.345L138.354%2097.016L138.421%2097.1947C138.51%2097.4961%20138.804%2097.6115%20139.076%2097.4552L153.315%2089.2416C153.437%2089.1708%20153.549%2089.1597%20153.635%2089.1932L153.653%2089.2043C153.653%2089.2043%20153.661%2089.2043%20153.664%2089.2081H153.668C153.75%2089.2639%20153.802%2089.3718%20153.802%2089.5244H153.806Z'%20fill='%23EDEEF3'/%3e%3cpath%20opacity='0.4'%20d='M130.918%20119.938C130.918%20119.938%20130.903%20119.937%20130.895%20119.93L130.133%20119.487C130.051%20119.431%20129.999%20119.327%20129.999%20119.175V98.9959C129.999%2098.8359%20130.054%2098.6684%20130.144%2098.5121L130.881%2098.9401C130.791%2099.0964%20130.735%2099.2676%20130.735%2099.4239V119.666C130.735%20119.792%20130.814%20119.893%20130.914%20119.934L130.918%20119.938Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M156.176%2090.9051C156.176%2090.7525%20156.124%2090.6483%20156.043%2090.5925C156.043%2090.5925%20156.031%2090.5813%20156.009%2090.5739L155.298%2090.1571C155.209%2090.105%20155.086%2090.1161%20154.952%2090.1906L140.728%2098.393L140.315%2096.722C140.278%2096.5955%20140.203%2096.5061%20140.11%2096.4503L139.37%2096.0186C139.239%2095.9442%20139.076%2095.9405%20138.919%2096.0335L132.868%2099.5244C132.596%2099.6807%20132.377%20100.064%20132.377%20100.377V120.555C132.377%20120.704%20132.425%20120.812%20132.511%20120.868L133.274%20121.311C133.363%20121.355%20133.478%20121.344%20133.609%20121.27L155.7%20108.516C155.972%20108.36%20156.191%20107.976%20156.191%20107.664L156.184%2090.9014L156.176%2090.9051Z'%20fill='%23B9BED0'/%3e%3cmask%20id='path-39-inside-3_8152_16965'%20fill='white'%3e%3cpath%20d='M140.095%2096.4429C139.969%2096.3722%20139.809%2096.3759%20139.656%2096.4615L133.605%2099.9524C133.471%20100.031%20133.348%20100.165%20133.259%20100.321L132.522%2099.8928C132.611%2099.7365%20132.734%2099.6025%20132.868%2099.5244L138.919%2096.0335C139.079%2095.9442%20139.243%2095.9479%20139.37%2096.0223L140.099%2096.4429H140.095Z'/%3e%3c/mask%3e%3cpath%20d='M140.095%2096.4429C139.969%2096.3722%20139.809%2096.3759%20139.656%2096.4615L133.605%2099.9524C133.471%20100.031%20133.348%20100.165%20133.259%20100.321L132.522%2099.8928C132.611%2099.7365%20132.734%2099.6025%20132.868%2099.5244L138.919%2096.0335C139.079%2095.9442%20139.243%2095.9479%20139.37%2096.0223L140.099%2096.4429H140.095Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M140.095%2096.4429L139.608%2097.3158L139.835%2097.4429H140.095V96.4429ZM139.656%2096.4615L139.167%2095.5893L139.157%2095.5953L139.656%2096.4615ZM133.605%2099.9524L133.105%2099.0862L133.101%2099.0886L133.605%2099.9524ZM133.259%20100.321L132.757%20101.186L133.627%20101.691L134.127%20100.817L133.259%20100.321ZM132.522%2099.8928L131.654%2099.3967L131.161%20100.259L132.02%20100.758L132.522%2099.8928ZM132.868%2099.5244L132.368%2098.6582L132.364%2098.6606L132.868%2099.5244ZM138.919%2096.0335L138.432%2095.1603L138.426%2095.1638L138.42%2095.1673L138.919%2096.0335ZM139.37%2096.0223L138.863%2096.8843L138.87%2096.8887L139.37%2096.0223ZM140.099%2096.4429V97.4429H143.836L140.599%2095.5766L140.099%2096.4429ZM140.583%2095.5699C140.106%2095.3033%20139.573%2095.3617%20139.167%2095.5894L140.146%2097.3336C140.045%2097.3901%20139.832%2097.4411%20139.608%2097.3158L140.583%2095.5699ZM139.157%2095.5953L133.105%2099.0862L134.105%20100.819L140.156%2097.3277L139.157%2095.5953ZM133.101%2099.0886C132.782%2099.2749%20132.545%2099.5539%20132.391%2099.8247L134.127%20100.817C134.131%20100.81%20134.135%20100.804%20134.139%20100.799C134.143%20100.794%20134.145%20100.791%20134.146%20100.79C134.147%20100.788%20134.146%20100.79%20134.14%20100.795C134.135%20100.799%20134.125%20100.807%20134.109%20100.816L133.101%2099.0886ZM133.761%2099.4561L133.024%2099.0281L132.02%20100.758L132.757%20101.186L133.761%2099.4561ZM133.39%20100.389C133.394%20100.382%20133.398%20100.376%20133.402%20100.371C133.406%20100.366%20133.408%20100.363%20133.409%20100.362C133.41%20100.36%20133.409%20100.362%20133.404%20100.367C133.398%20100.371%20133.388%20100.379%20133.372%20100.388L132.364%2098.6606C132.045%2098.8469%20131.808%2099.1259%20131.654%2099.3967L133.39%20100.389ZM133.368%20100.391L139.419%2096.8997L138.42%2095.1673L132.368%2098.6582L133.368%20100.391ZM139.407%2096.9067C139.354%2096.9364%20139.272%2096.9652%20139.169%2096.9665C139.066%2096.9677%20138.958%2096.9406%20138.863%2096.8843L139.877%2095.1604C139.414%2094.8881%20138.87%2094.9159%20138.432%2095.1603L139.407%2096.9067ZM138.87%2096.8887L139.6%2097.3092L140.599%2095.5766L139.869%2095.156L138.87%2096.8887ZM140.099%2095.4429H140.095V97.4429H140.099V95.4429Z'%20fill='%23D4D8E2'%20mask='url(%23path-39-inside-3_8152_16965)'/%3e%3cpath%20d='M156.005%2090.5739C155.92%2090.5367%20155.804%2090.5516%20155.682%2090.6223L141.446%2098.8359C141.175%2098.9922%20140.881%2098.8768%20140.791%2098.5754L140.724%2098.3967L154.948%2090.1943C155.027%2090.1496%20155.101%2090.1273%20155.168%2090.1273C155.216%2090.1273%20155.257%2090.1385%20155.295%2090.1608L156.005%2090.5776V90.5739Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M156.176%2090.9051L156.184%20107.664C156.184%20107.976%20155.964%20108.36%20155.693%20108.516L133.545%20121.303C133.352%20121.415%20133.11%20121.277%20133.11%20121.054V100.812C133.11%20100.656%20133.166%20100.481%20133.255%20100.328C133.344%20100.172%20133.471%20100.038%20133.601%2099.9598L139.652%2096.4652C139.809%2096.3796%20139.965%2096.3759%20140.095%2096.4466L140.107%2096.454C140.2%2096.5099%20140.274%2096.5992%20140.311%2096.7257L140.724%2098.3967L140.791%2098.5754C140.881%2098.8768%20141.175%2098.9922%20141.446%2098.8359L155.685%2090.6223C155.808%2090.5515%20155.92%2090.5404%20156.005%2090.5739L156.024%2090.585C156.024%2090.585%20156.031%2090.585%20156.035%2090.5888H156.039C156.121%2090.6446%20156.173%2090.7525%20156.173%2090.9051H156.176Z'%20fill='%23B9BED0'/%3e%3cpath%20opacity='0.1'%20d='M156.176%2090.9051L156.184%20107.664C156.184%20107.976%20155.964%20108.36%20155.693%20108.516L133.545%20121.303C133.352%20121.415%20133.11%20121.277%20133.11%20121.054V100.812C133.11%20100.656%20133.166%20100.481%20133.255%20100.328C133.344%20100.172%20133.471%20100.038%20133.601%2099.9598L139.652%2096.4652C139.809%2096.3796%20139.965%2096.3759%20140.095%2096.4466L140.107%2096.454C140.2%2096.5099%20140.274%2096.5992%20140.311%2096.7257L140.724%2098.3967L140.791%2098.5754C140.881%2098.8768%20141.175%2098.9922%20141.446%2098.8359L155.685%2090.6223C155.808%2090.5515%20155.92%2090.5404%20156.005%2090.5739L156.024%2090.585C156.024%2090.585%20156.031%2090.585%20156.035%2090.5888H156.039C156.121%2090.6446%20156.173%2090.7525%20156.173%2090.9051H156.176Z'%20fill='%23EDEEF3'/%3e%3cpath%20opacity='0.3'%20d='M133.289%20121.318C133.289%20121.318%20133.274%20121.318%20133.266%20121.311L132.503%20120.868C132.421%20120.812%20132.369%20120.708%20132.369%20120.555V100.377C132.369%20100.22%20132.425%20100.049%20132.515%2099.8928L133.251%20100.321C133.162%20100.477%20133.106%20100.648%20133.106%20100.805V121.047C133.106%20121.173%20133.184%20121.274%20133.285%20121.314L133.289%20121.318Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M158.547%2092.2858C158.547%2092.1332%20158.495%2092.029%20158.413%2091.9732C158.413%2091.9732%20158.402%2091.962%20158.38%2091.9546L157.669%2091.5378C157.579%2091.4857%20157.457%2091.4968%20157.323%2091.5713L143.099%2099.7737L142.686%2098.1027C142.648%2097.9762%20142.574%2097.8869%20142.481%2097.831L141.74%2097.3993C141.61%2097.3249%20141.446%2097.3212%20141.29%2097.4142L135.239%20100.905C134.967%20101.061%20134.747%20101.445%20134.747%20101.757V121.936C134.747%20122.085%20134.796%20122.193%20134.881%20122.249L135.644%20122.691C135.734%20122.736%20135.849%20122.725%20135.979%20122.651L158.071%20109.897C158.342%20109.74%20158.562%20109.357%20158.562%20109.044L158.555%2092.2821L158.547%2092.2858Z'%20fill='%23B9BED0'/%3e%3cg%20opacity='0.5'%3e%3cmask%20id='path-46-inside-4_8152_16965'%20fill='white'%3e%3cpath%20d='M142.466%2097.8236C142.339%2097.7529%20142.179%2097.7566%20142.027%2097.8422L135.975%20101.333C135.841%20101.411%20135.719%20101.545%20135.629%20101.701L134.892%20101.274C134.982%20101.117%20135.104%20100.983%20135.238%20100.905L141.29%2097.4142C141.45%2097.3249%20141.614%2097.3286%20141.74%2097.403L142.47%2097.8236H142.466Z'/%3e%3c/mask%3e%3cpath%20d='M142.466%2097.8236C142.339%2097.7529%20142.179%2097.7566%20142.027%2097.8422L135.975%20101.333C135.841%20101.411%20135.719%20101.545%20135.629%20101.701L134.892%20101.274C134.982%20101.117%20135.104%20100.983%20135.238%20100.905L141.29%2097.4142C141.45%2097.3249%20141.614%2097.3286%20141.74%2097.403L142.47%2097.8236H142.466Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M142.466%2097.8236L141.978%2098.6965L142.205%2098.8236H142.466V97.8236ZM142.027%2097.8422L141.537%2096.97L141.527%2096.976L142.027%2097.8422ZM135.975%20101.333L135.476%20100.467L135.471%20100.469L135.975%20101.333ZM135.629%20101.701L135.127%20102.566L135.998%20103.072L136.497%20102.198L135.629%20101.701ZM134.892%20101.274L134.024%20100.777L133.531%20101.64L134.39%20102.138L134.892%20101.274ZM135.238%20100.905L134.739%20100.039L134.735%20100.041L135.238%20100.905ZM141.29%2097.4142L140.802%2096.541L140.796%2096.5444L140.79%2096.548L141.29%2097.4142ZM141.74%2097.403L141.233%2098.265L141.241%2098.2694L141.74%2097.403ZM142.47%2097.8236V98.8236H146.206L142.969%2096.9572L142.47%2097.8236ZM142.954%2096.9506C142.476%2096.684%20141.943%2096.7424%20141.537%2096.97L142.516%2098.7143C142.415%2098.7708%20142.202%2098.8218%20141.978%2098.6965L142.954%2096.9506ZM141.527%2096.976L135.476%20100.467L136.475%20102.199L142.526%2098.7084L141.527%2096.976ZM135.471%20100.469C135.152%20100.656%20134.916%20100.935%20134.761%20101.205L136.497%20102.198C136.501%20102.191%20136.505%20102.185%20136.509%20102.179C136.513%20102.174%20136.516%20102.171%20136.517%20102.17C136.518%20102.169%20136.516%20102.171%20136.511%20102.175C136.506%20102.18%20136.495%20102.187%20136.479%20102.197L135.471%20100.469ZM136.131%20100.837L135.395%20100.409L134.39%20102.138L135.127%20102.566L136.131%20100.837ZM135.761%20101.77C135.765%20101.763%20135.769%20101.757%20135.772%20101.751C135.776%20101.746%20135.779%20101.743%20135.78%20101.742C135.781%20101.741%20135.779%20101.743%20135.774%20101.747C135.769%20101.752%20135.758%20101.759%20135.742%20101.769L134.735%20100.041C134.415%20100.228%20134.179%20100.507%20134.024%20100.777L135.761%20101.77ZM135.738%20101.771L141.789%2098.2804L140.79%2096.548L134.739%20100.039L135.738%20101.771ZM141.777%2098.2874C141.724%2098.3171%20141.643%2098.3459%20141.54%2098.3471C141.436%2098.3484%20141.329%2098.3212%20141.233%2098.265L142.247%2096.5411C141.784%2096.2688%20141.24%2096.2966%20140.802%2096.541L141.777%2098.2874ZM141.241%2098.2694L141.97%2098.6899L142.969%2096.9572L142.24%2096.5367L141.241%2098.2694ZM142.47%2096.8236H142.466V98.8236H142.47V96.8236Z'%20fill='%23D4D8E2'%20mask='url(%23path-46-inside-4_8152_16965)'/%3e%3c/g%3e%3cpath%20opacity='0.5'%20d='M158.376%2091.9546C158.29%2091.9174%20158.175%2091.9323%20158.052%2092.003L143.817%20100.217C143.545%20100.373%20143.251%20100.258%20143.162%2099.9561L143.095%2099.7774L157.319%2091.575C157.397%2091.5303%20157.472%2091.508%20157.539%2091.508C157.587%2091.508%20157.628%2091.5192%20157.665%2091.5415L158.376%2091.9583V91.9546Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M158.547%2092.2858L158.555%20109.044C158.555%20109.361%20158.335%20109.74%20158.063%20109.897L135.916%20122.684C135.722%20122.796%20135.48%20122.658%20135.48%20122.435V102.193C135.48%20102.036%20135.536%20101.862%20135.626%20101.709C135.715%20101.553%20135.841%20101.419%20135.972%20101.341L142.023%2097.8459C142.179%2097.7603%20142.336%2097.7566%20142.466%2097.8273L142.477%2097.8347C142.57%2097.8906%20142.645%2097.9799%20142.682%2098.1064L143.095%2099.7774L143.162%2099.9561C143.251%20100.258%20143.545%20100.373%20143.817%20100.217L158.056%2092.003C158.179%2091.9323%20158.294%2091.9211%20158.376%2091.9546L158.395%2091.9657C158.395%2091.9657%20158.402%2091.9658%20158.406%2091.9695H158.409C158.491%2092.0253%20158.543%2092.1332%20158.543%2092.2858H158.547Z'%20fill='%23D4D8E2'/%3e%3cpath%20opacity='0.2'%20d='M135.659%20122.699C135.659%20122.699%20135.644%20122.699%20135.637%20122.691L134.874%20122.249C134.792%20122.193%20134.74%20122.089%20134.74%20121.936V101.757C134.74%20101.601%20134.796%20101.43%20134.885%20101.274L135.622%20101.702C135.533%20101.858%20135.477%20102.029%20135.477%20102.185V122.427C135.477%20122.554%20135.555%20122.654%20135.656%20122.695L135.659%20122.699Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M137.282%20108.46L123.318%20100.403V115.814L137.282%20123.871V108.46Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M124.293%2099.837L123.318%20100.403L137.282%20108.46L138.257%20107.898L124.293%2099.837Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M136.999%20107.6L162.168%2093.0711L162.165%20110.559L136.999%20125.092V107.6Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M146.865%20104.869L151.145%20102.397C151.699%20102.077%20152.15%20102.223%20152.15%20102.725C152.15%20103.227%20151.699%20103.894%20151.145%20104.214L146.865%20106.685C146.31%20107.005%20145.86%20106.86%20145.86%20106.357C145.86%20105.855%20146.31%20105.189%20146.865%20104.869Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M136.999%20107.6L136.162%20107.116V124.604L136.999%20125.092V107.6Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M136.162%20107.116L161.327%2092.5872L162.168%2093.0711L136.999%20107.6L136.162%20107.116Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M83.616%20173.097V157.064L104.438%20145.044V161.073L83.616%20173.097Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M83.616%20157.064L57.5833%20142.036V158.066L83.616%20173.097V157.064Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M83.6161%20157.064L105.056%20144.679L78.4096%20129.29L56.9656%20141.675L83.6161%20157.064Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M83.616%20157.064V161.073L105.056%20148.694V144.679L83.616%20157.064Z'%20fill='%23EDEEF3'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20161.073L104.438%20149.048V149.93L83.616%20161.955V161.073Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M56.9656%20141.675L83.6161%20157.064V161.073L56.9656%20145.687V141.675Z'%20fill='%23D4D8E2'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20161.073L57.5833%20146.045V146.923L83.616%20161.955V161.073Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M90.4713%20159.502L97.5833%20155.393C97.8885%20155.215%2098.1378%20155.36%2098.1378%20155.713V159.919C98.1378%20160.272%2097.8885%20160.704%2097.5833%20160.879L90.4713%20164.988C90.1661%20165.166%2089.9167%20165.021%2089.9167%20164.668V160.462C89.9167%20160.109%2090.1661%20159.677%2090.4713%20159.502Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M90.9253%20159.978L97.1293%20156.398C97.334%20156.279%2097.4977%20156.376%2097.4977%20156.61V159.763C97.4977%20159.997%2097.3302%20160.287%2097.1293%20160.403L90.9253%20163.983C90.7206%20164.102%2090.5569%20164.005%2090.5569%20163.771V160.619C90.5569%20160.384%2090.7244%20160.098%2090.9253%20159.978Z'%20fill='%23F9F9FB'/%3e%3cg%20opacity='0.5'%3e%3cpath%20d='M91.1003%20160.812C91.0705%20160.812%2091.0407%20160.797%2091.0221%20160.767C90.996%20160.723%2091.0109%20160.671%2091.0556%20160.645L96.9134%20157.265C96.9544%20157.239%2097.0102%20157.254%2097.0362%20157.299C97.0623%20157.344%2097.0474%20157.396%2097.0027%20157.422L91.1449%20160.801C91.1449%20160.801%2091.1151%20160.812%2091.1003%20160.812Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M91.1003%20161.586C91.0705%20161.586%2091.0407%20161.571%2091.0221%20161.542C90.996%20161.497%2091.0109%20161.445%2091.0556%20161.419L96.9134%20158.039C96.9544%20158.013%2097.0102%20158.028%2097.0362%20158.073C97.0623%20158.118%2097.0474%20158.17%2097.0027%20158.196L91.1449%20161.575C91.1449%20161.575%2091.1151%20161.586%2091.1003%20161.586Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M91.1003%20162.36C91.0705%20162.36%2091.0407%20162.345%2091.0221%20162.316C90.996%20162.271%2091.0109%20162.219%2091.0556%20162.193L96.9134%20158.814C96.9544%20158.788%2097.0102%20158.802%2097.0362%20158.847C97.0623%20158.892%2097.0474%20158.944%2097.0027%20158.97L91.1449%20162.349C91.1449%20162.349%2091.1151%20162.36%2091.1003%20162.36Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M91.1003%20163.134C91.0705%20163.134%2091.0407%20163.119%2091.0221%20163.09C90.996%20163.045%2091.0109%20162.993%2091.0556%20162.967L96.9134%20159.588C96.9544%20159.562%2097.0102%20159.576%2097.0362%20159.621C97.0623%20159.666%2097.0474%20159.718%2097.0027%20159.744L91.1449%20163.123C91.1449%20163.123%2091.1151%20163.134%2091.1003%20163.134Z'%20fill='%23B9BED0'/%3e%3c/g%3e%3cpath%20opacity='0.1'%20d='M103.318%20143.674L83.6161%20155.051L58.7073%20140.663L58.0969%20141.024L83.6161%20155.706L103.929%20144.028L103.318%20143.674Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M83.616%20155.051V139.018L104.438%20126.997V143.026L83.616%20155.051Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M83.616%20139.018L57.5833%20123.99V140.019L83.616%20155.051V139.018Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M83.6161%20139.018L105.056%20126.633L78.4096%20111.244L56.9656%20123.629L83.6161%20139.018Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M83.616%20139.018V143.026L105.056%20130.648V126.633L83.616%20139.018Z'%20fill='%23EDEEF3'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20143.026L104.438%20131.002V131.884L83.616%20143.908V143.026Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M56.9656%20123.629L83.6161%20139.018V143.026L56.9656%20127.641V123.629Z'%20fill='%23D4D8E2'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20143.026L57.5833%20127.999V128.877L83.616%20143.908V143.026Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M90.4713%20141.456L97.5833%20137.347C97.8885%20137.169%2098.1378%20137.314%2098.1378%20137.667V141.873C98.1378%20142.226%2097.8885%20142.658%2097.5833%20142.833L90.4713%20146.942C90.1661%20147.12%2089.9167%20146.975%2089.9167%20146.622V142.416C89.9167%20142.063%2090.1661%20141.631%2090.4713%20141.456Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M90.9253%20141.932L97.1293%20138.352C97.334%20138.233%2097.4977%20138.33%2097.4977%20138.564V141.716C97.4977%20141.951%2097.3302%20142.241%2097.1293%20142.357L90.9253%20145.937C90.7206%20146.056%2090.5569%20145.959%2090.5569%20145.725V142.572C90.5569%20142.338%2090.7244%20142.051%2090.9253%20141.932Z'%20fill='%23F9F9FB'/%3e%3cg%20opacity='0.5'%3e%3cpath%20d='M91.1003%20142.766C91.0705%20142.766%2091.0407%20142.751%2091.0221%20142.721C90.996%20142.677%2091.0109%20142.624%2091.0556%20142.598L96.9134%20139.219C96.9544%20139.193%2097.0102%20139.208%2097.0362%20139.253C97.0623%20139.297%2097.0474%20139.349%2097.0027%20139.376L91.1449%20142.755C91.1449%20142.755%2091.1151%20142.766%2091.1003%20142.766Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M91.1003%20143.54C91.0705%20143.54%2091.0407%20143.525%2091.0221%20143.495C90.996%20143.451%2091.0109%20143.399%2091.0556%20143.373L96.9134%20139.993C96.9544%20139.967%2097.0102%20139.982%2097.0362%20140.027C97.0623%20140.071%2097.0474%20140.124%2097.0027%20140.15L91.1449%20143.529C91.1449%20143.529%2091.1151%20143.54%2091.1003%20143.54Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M91.1003%20144.314C91.0705%20144.314%2091.0407%20144.299%2091.0221%20144.269C90.996%20144.225%2091.0109%20144.173%2091.0556%20144.147L96.9134%20140.767C96.9544%20140.741%2097.0102%20140.756%2097.0362%20140.801C97.0623%20140.846%2097.0474%20140.898%2097.0027%20140.924L91.1449%20144.303C91.1449%20144.303%2091.1151%20144.314%2091.1003%20144.314Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M91.1003%20145.088C91.0705%20145.088%2091.0407%20145.073%2091.0221%20145.044C90.996%20144.999%2091.0109%20144.947%2091.0556%20144.921L96.9134%20141.542C96.9544%20141.515%2097.0102%20141.53%2097.0362%20141.575C97.0623%20141.62%2097.0474%20141.672%2097.0027%20141.698L91.1449%20145.077C91.1449%20145.077%2091.1151%20145.088%2091.1003%20145.088Z'%20fill='%23B9BED0'/%3e%3c/g%3e%3c/svg%3e",ag={class:"wt-dummy"},og={class:"wt-dummy__img"},lg=["height","src","width"],sg={key:0,class:"wt-dummy__text"},cg=ie({__name:"wt-dummy",props:{src:{type:String},text:{type:String},buttonText:{type:String},showAction:{type:Boolean,default:!1},size:{type:[String,Number],default:200},hiddenText:{type:Boolean,default:!1},darkMode:{type:Boolean,default:!1}},emits:["create"],setup(e,{emit:t}){const n=e,r=t,a=i.computed(()=>n.darkMode?rg:ig);return(o,l)=>{const s=i.resolveComponent("wt-button");return i.openBlock(),i.createElementBlock("div",ag,[i.createElementVNode("div",og,[i.createElementVNode("img",{height:e.size,src:e.src||a.value,width:e.size,alt:"dummy-picture"},null,8,lg)]),e.hiddenText?i.createCommentVNode("",!0):(i.openBlock(),i.createElementBlock("p",sg,i.toDisplayString(e.text||o.$t("webitelUI.dummy.text")),1)),e.showAction?(i.openBlock(),i.createBlock(s,{key:1,onClick:l[0]||(l[0]=c=>r("create"))},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.buttonText||o.$t("reusable.add")),1)],void 0,!0),_:1})):i.createCommentVNode("",!0)])}}},[["__scopeId","data-v-1ca26a36"]]),ug={},dg={class:"wt-app-header"};function fg(e,t){return i.openBlock(),i.createElementBlock("header",dg,[i.renderSlot(e.$slots,"default",{},void 0,!0)])}const hg=ie(ug,[["render",fg],["__scopeId","data-v-afcc7185"]]),je=Object.freeze({ADMIN:"admin",AGENT:"agent",SUPERVISOR:"supervisor",HISTORY:"history",AUDIT:"audit",ANALYTICS:"grafana",CRM:"crm"}),pg="data:image/svg+xml,%3csvg%20width='100'%20height='85'%20viewBox='0%200%20100%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_8126_6169)'%3e%3crect%20x='1.94174'%20y='1.93164'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%2314171F'/%3e%3crect%20x='1.94174'%20y='19.3184'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%232B3040'/%3e%3crect%20x='1.94174'%20y='26.0796'%20width='96.1165'%20height='56.9886'%20rx='2'%20fill='%232B3040'/%3e%3crect%20x='3.88348'%20y='28.0112'%20width='92.233'%20height='4.82955'%20rx='2'%20fill='%235A6587'/%3e%3crect%20x='3.88348'%20y='47.3296'%20width='92.233'%20height='10.625'%20rx='2'%20fill='%23272C3A'/%3e%3crect%20x='3.88348'%20y='70.5112'%20width='92.233'%20height='10.625'%20rx='2'%20fill='%23272C3A'/%3e%3crect%20x='1.94174'%20y='8.69336'%20width='96.1165'%20height='8.69318'%20rx='2'%20fill='%232B3040'/%3e%3crect%20x='5.82526'%20y='12.5566'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='5.82526'%20y='21.25'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='21.3592'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23919AB6'/%3e%3crect%20x='83.4951'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23919AB6'/%3e%3crect%20x='88.3495'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23919AB6'/%3e%3crect%20x='93.2039'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23919AB6'/%3e%3crect%20x='87.3786'%20y='10.625'%20width='8.73786'%20height='4.82955'%20rx='1'%20fill='%23C9981D'/%3e%3crect%20x='62.6359'%20y='11.125'%20width='21.3301'%20height='3.82955'%20rx='0.5'%20stroke='%23737EA1'/%3e%3crect%20x='15.534'%20y='40.5679'%20width='27.1845'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='6.79611'%20y='38.6362'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23CDD1DE'/%3e%3crect%20x='15.534'%20y='52.1587'%20width='27.1845'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='6.79611'%20y='50.2271'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23CDD1DE'/%3e%3crect%20x='15.534'%20y='63.75'%20width='27.1845'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='6.79611'%20y='61.8184'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23CDD1DE'/%3e%3crect%20x='15.534'%20y='75.3408'%20width='27.1845'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='6.79611'%20y='73.4092'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23CDD1DE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M92.0375%2038.3671C91.9028%2037.4382%2090.6215%2037.4382%2090.4868%2038.3671C90.4114%2038.8869%2089.8939%2039.1991%2089.4255%2039.0074C88.5882%2038.6648%2087.9475%2039.8244%2088.6501%2040.4108C89.0432%2040.7388%2089.0432%2041.3633%2088.6501%2041.6914C87.9475%2042.2778%2088.5882%2043.4374%2089.4255%2043.0947C89.8939%2042.9031%2090.4114%2043.2153%2090.4868%2043.735C90.6215%2044.664%2091.9028%2044.664%2092.0375%2043.735C92.1128%2043.2153%2092.6304%2042.9031%2093.0988%2043.0947C93.936%2043.4374%2094.5767%2042.2778%2093.8742%2041.6914C93.4811%2041.3633%2093.4811%2040.7388%2093.8742%2040.4108C94.5767%2039.8244%2093.936%2038.6648%2093.0988%2039.0074C92.6304%2039.1991%2092.1128%2038.8869%2092.0375%2038.3671ZM91.2621%2042.017C91.7983%2042.017%2092.233%2041.5845%2092.233%2041.0511C92.233%2040.5176%2091.7983%2040.0852%2091.2621%2040.0852C90.7259%2040.0852%2090.2913%2040.5176%2090.2913%2041.0511C90.2913%2041.5845%2090.7259%2042.017%2091.2621%2042.017Z'%20fill='%23919AB6'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M92.0375%2049.958C91.9028%2049.029%2090.6215%2049.029%2090.4868%2049.958C90.4114%2050.4777%2089.8939%2050.79%2089.4255%2050.5983C88.5882%2050.2556%2087.9475%2051.4153%2088.6501%2052.0016C89.0432%2052.3297%2089.0432%2052.9542%2088.6501%2053.2822C87.9475%2053.8686%2088.5882%2055.0282%2089.4255%2054.6856C89.8939%2054.4939%2090.4114%2054.8061%2090.4868%2055.3259C90.6215%2056.2548%2091.9028%2056.2548%2092.0375%2055.3259C92.1128%2054.8061%2092.6304%2054.4939%2093.0988%2054.6856C93.936%2055.0282%2094.5767%2053.8686%2093.8742%2053.2822C93.4811%2052.9542%2093.4811%2052.3297%2093.8742%2052.0016C94.5767%2051.4153%2093.936%2050.2556%2093.0988%2050.5983C92.6304%2050.79%2092.1128%2050.4777%2092.0375%2049.958ZM91.2621%2053.6078C91.7983%2053.6078%2092.233%2053.1754%2092.233%2052.6419C92.233%2052.1085%2091.7983%2051.676%2091.2621%2051.676C90.7259%2051.676%2090.2913%2052.1085%2090.2913%2052.6419C90.2913%2053.1754%2090.7259%2053.6078%2091.2621%2053.6078Z'%20fill='%23919AB6'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M92.0375%2061.5488C91.9028%2060.6198%2090.6215%2060.6198%2090.4868%2061.5488C90.4114%2062.0685%2089.8939%2062.3808%2089.4255%2062.1891C88.5882%2061.8465%2087.9475%2063.0061%2088.6501%2063.5924C89.0432%2063.9205%2089.0432%2064.545%2088.6501%2064.873C87.9475%2065.4594%2088.5882%2066.619%2089.4255%2066.2764C89.8939%2066.0847%2090.4114%2066.3969%2090.4868%2066.9167C90.6215%2067.8457%2091.9028%2067.8457%2092.0375%2066.9167C92.1128%2066.3969%2092.6304%2066.0847%2093.0988%2066.2764C93.936%2066.619%2094.5767%2065.4594%2093.8742%2064.873C93.4811%2064.545%2093.4811%2063.9205%2093.8742%2063.5924C94.5767%2063.0061%2093.936%2061.8465%2093.0988%2062.1891C92.6304%2062.3808%2092.1128%2062.0685%2092.0375%2061.5488ZM91.2621%2065.1986C91.7983%2065.1986%2092.233%2064.7662%2092.233%2064.2327C92.233%2063.6993%2091.7983%2063.2668%2091.2621%2063.2668C90.7259%2063.2668%2090.2913%2063.6993%2090.2913%2064.2327C90.2913%2064.7662%2090.7259%2065.1986%2091.2621%2065.1986Z'%20fill='%23919AB6'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M92.0375%2073.1401C91.9028%2072.2111%2090.6215%2072.2111%2090.4868%2073.1401C90.4114%2073.6598%2089.8939%2073.9721%2089.4255%2073.7804C88.5882%2073.4378%2087.9475%2074.5974%2088.6501%2075.1837C89.0432%2075.5118%2089.0432%2076.1363%2088.6501%2076.4643C87.9475%2077.0507%2088.5882%2078.2103%2089.4255%2077.8677C89.8939%2077.676%2090.4114%2077.9882%2090.4868%2078.508C90.6215%2079.437%2091.9028%2079.437%2092.0375%2078.508C92.1128%2077.9882%2092.6304%2077.676%2093.0988%2077.8677C93.936%2078.2103%2094.5767%2077.0507%2093.8742%2076.4643C93.4811%2076.1363%2093.4811%2075.5118%2093.8742%2075.1837C94.5767%2074.5974%2093.936%2073.4378%2093.0988%2073.7804C92.6304%2073.9721%2092.1128%2073.6598%2092.0375%2073.1401ZM91.2621%2076.79C91.7983%2076.79%2092.233%2076.3575%2092.233%2075.824C92.233%2075.2906%2091.7983%2074.8581%2091.2621%2074.8581C90.7259%2074.8581%2090.2913%2075.2906%2090.2913%2075.824C90.2913%2076.3575%2090.7259%2076.79%2091.2621%2076.79Z'%20fill='%23919AB6'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8126_6169'%3e%3crect%20width='100'%20height='85'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",mg="data:image/svg+xml,%3csvg%20width='100'%20height='85'%20viewBox='0%200%20100%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_8126_5685)'%3e%3crect%20x='1.94174'%20y='1.93164'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%23D1D5E0'/%3e%3crect%20x='1.94174'%20y='19.3184'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%23F3F4F7'/%3e%3crect%20x='1.94174'%20y='26.0796'%20width='96.1165'%20height='56.9886'%20rx='2'%20fill='%23F3F4F7'/%3e%3crect%20x='3.88348'%20y='28.0112'%20width='92.233'%20height='4.82955'%20rx='2'%20fill='%23737EA1'/%3e%3crect%20x='3.88348'%20y='47.3296'%20width='92.233'%20height='10.625'%20rx='2'%20fill='%23EDEEF3'/%3e%3crect%20x='3.88348'%20y='70.5112'%20width='92.233'%20height='10.625'%20rx='2'%20fill='%23EDEEF3'/%3e%3crect%20x='1.94174'%20y='8.69336'%20width='96.1165'%20height='8.69318'%20rx='2'%20fill='%23F3F4F7'/%3e%3crect%20x='5.82526'%20y='12.5566'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='5.82526'%20y='21.25'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='21.3592'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23454E68'/%3e%3crect%20x='83.4951'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23454E68'/%3e%3crect%20x='88.3495'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23454E68'/%3e%3crect%20x='93.2039'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23454E68'/%3e%3crect%20x='87.3786'%20y='10.625'%20width='8.73786'%20height='4.82955'%20rx='1'%20fill='%23FAB404'/%3e%3crect%20x='62.6359'%20y='11.125'%20width='21.3301'%20height='3.82955'%20rx='0.5'%20stroke='%235A6587'/%3e%3crect%20x='15.534'%20y='40.5679'%20width='27.1845'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='6.79611'%20y='38.6362'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23CDD1DE'/%3e%3crect%20x='15.534'%20y='52.1587'%20width='27.1845'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='6.79611'%20y='50.2271'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23CDD1DE'/%3e%3crect%20x='15.534'%20y='63.75'%20width='27.1845'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='6.79611'%20y='61.8184'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23CDD1DE'/%3e%3crect%20x='15.534'%20y='75.3408'%20width='27.1845'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='6.79611'%20y='73.4092'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23CDD1DE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M92.0375%2038.3671C91.9028%2037.4382%2090.6215%2037.4382%2090.4868%2038.3671C90.4114%2038.8869%2089.8939%2039.1991%2089.4255%2039.0074C88.5882%2038.6648%2087.9475%2039.8244%2088.6501%2040.4108C89.0432%2040.7388%2089.0432%2041.3633%2088.6501%2041.6914C87.9475%2042.2778%2088.5882%2043.4374%2089.4255%2043.0947C89.8939%2042.9031%2090.4114%2043.2153%2090.4868%2043.735C90.6215%2044.664%2091.9028%2044.664%2092.0375%2043.735C92.1128%2043.2153%2092.6304%2042.9031%2093.0988%2043.0947C93.936%2043.4374%2094.5767%2042.2778%2093.8742%2041.6914C93.4811%2041.3633%2093.4811%2040.7388%2093.8742%2040.4108C94.5767%2039.8244%2093.936%2038.6648%2093.0988%2039.0074C92.6304%2039.1991%2092.1128%2038.8869%2092.0375%2038.3671ZM91.2621%2042.017C91.7983%2042.017%2092.233%2041.5845%2092.233%2041.0511C92.233%2040.5176%2091.7983%2040.0852%2091.2621%2040.0852C90.7259%2040.0852%2090.2913%2040.5176%2090.2913%2041.0511C90.2913%2041.5845%2090.7259%2042.017%2091.2621%2042.017Z'%20fill='%23454E68'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M92.0375%2049.958C91.9028%2049.029%2090.6215%2049.029%2090.4868%2049.958C90.4114%2050.4777%2089.8939%2050.79%2089.4255%2050.5983C88.5882%2050.2556%2087.9475%2051.4153%2088.6501%2052.0016C89.0432%2052.3297%2089.0432%2052.9542%2088.6501%2053.2822C87.9475%2053.8686%2088.5882%2055.0282%2089.4255%2054.6856C89.8939%2054.4939%2090.4114%2054.8061%2090.4868%2055.3259C90.6215%2056.2548%2091.9028%2056.2548%2092.0375%2055.3259C92.1128%2054.8061%2092.6304%2054.4939%2093.0988%2054.6856C93.936%2055.0282%2094.5767%2053.8686%2093.8742%2053.2822C93.4811%2052.9542%2093.4811%2052.3297%2093.8742%2052.0016C94.5767%2051.4153%2093.936%2050.2556%2093.0988%2050.5983C92.6304%2050.79%2092.1128%2050.4777%2092.0375%2049.958ZM91.2621%2053.6078C91.7983%2053.6078%2092.233%2053.1754%2092.233%2052.6419C92.233%2052.1085%2091.7983%2051.676%2091.2621%2051.676C90.7259%2051.676%2090.2913%2052.1085%2090.2913%2052.6419C90.2913%2053.1754%2090.7259%2053.6078%2091.2621%2053.6078Z'%20fill='%23454E68'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M92.0375%2061.5488C91.9028%2060.6198%2090.6215%2060.6198%2090.4868%2061.5488C90.4114%2062.0685%2089.8939%2062.3808%2089.4255%2062.1891C88.5882%2061.8465%2087.9475%2063.0061%2088.6501%2063.5924C89.0432%2063.9205%2089.0432%2064.545%2088.6501%2064.873C87.9475%2065.4594%2088.5882%2066.619%2089.4255%2066.2764C89.8939%2066.0847%2090.4114%2066.3969%2090.4868%2066.9167C90.6215%2067.8457%2091.9028%2067.8457%2092.0375%2066.9167C92.1128%2066.3969%2092.6304%2066.0847%2093.0988%2066.2764C93.936%2066.619%2094.5767%2065.4594%2093.8742%2064.873C93.4811%2064.545%2093.4811%2063.9205%2093.8742%2063.5924C94.5767%2063.0061%2093.936%2061.8465%2093.0988%2062.1891C92.6304%2062.3808%2092.1128%2062.0685%2092.0375%2061.5488ZM91.2621%2065.1986C91.7983%2065.1986%2092.233%2064.7662%2092.233%2064.2327C92.233%2063.6993%2091.7983%2063.2668%2091.2621%2063.2668C90.7259%2063.2668%2090.2913%2063.6993%2090.2913%2064.2327C90.2913%2064.7662%2090.7259%2065.1986%2091.2621%2065.1986Z'%20fill='%23454E68'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M92.0375%2073.1401C91.9028%2072.2111%2090.6215%2072.2111%2090.4868%2073.1401C90.4114%2073.6598%2089.8939%2073.9721%2089.4255%2073.7804C88.5882%2073.4378%2087.9475%2074.5974%2088.6501%2075.1837C89.0432%2075.5118%2089.0432%2076.1363%2088.6501%2076.4643C87.9475%2077.0507%2088.5882%2078.2103%2089.4255%2077.8677C89.8939%2077.676%2090.4114%2077.9882%2090.4868%2078.508C90.6215%2079.437%2091.9028%2079.437%2092.0375%2078.508C92.1128%2077.9882%2092.6304%2077.676%2093.0988%2077.8677C93.936%2078.2103%2094.5767%2077.0507%2093.8742%2076.4643C93.4811%2076.1363%2093.4811%2075.5118%2093.8742%2075.1837C94.5767%2074.5974%2093.936%2073.4378%2093.0988%2073.7804C92.6304%2073.9721%2092.1128%2073.6598%2092.0375%2073.1401ZM91.2621%2076.79C91.7983%2076.79%2092.233%2076.3575%2092.233%2075.824C92.233%2075.2906%2091.7983%2074.8581%2091.2621%2074.8581C90.7259%2074.8581%2090.2913%2075.2906%2090.2913%2075.824C90.2913%2076.3575%2090.7259%2076.79%2091.2621%2076.79Z'%20fill='%23454E68'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8126_5685'%3e%3crect%20width='100'%20height='85'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",yg="data:image/svg+xml,%3csvg%20width='100'%20height='85'%20viewBox='0%200%20100%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_8126_6170)'%3e%3crect%20x='26.2136'%20width='35.9223'%20height='85'%20fill='%232B3040'/%3e%3crect%20x='64.0776'%20width='35.9223'%20height='85'%20fill='%232B3040'/%3e%3crect%20width='24.2718'%20height='85'%20fill='%232B3040'/%3e%3crect%20x='1.94174'%20y='12.5566'%20width='8.73786'%20height='4.82955'%20rx='1'%20fill='%23169C18'/%3e%3crect%20x='1.94174'%20y='8.69336'%20width='20.3883'%20height='1.93182'%20rx='0.965909'%20fill='%23232734'/%3e%3crect%20x='66.0194'%20y='13.5229'%20width='32.0388'%20height='1.93182'%20rx='0.965909'%20fill='%23232734'/%3e%3crect%20x='66.0194'%20y='31.875'%20width='32.0388'%20height='1.93182'%20rx='0.965909'%20fill='%23232734'/%3e%3crect%20x='66.0194'%20y='18.3521'%20width='16.5049'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.0194'%20y='23.1816'%20width='16.5049'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='8.73785'%20y='21.25'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='34.9514'%20y='10.625'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='34.9514'%20y='37.6704'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='34.9514'%20y='17.3862'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='34.9514'%20y='44.4316'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='34.9514'%20y='24.1479'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='34.9514'%20y='51.1934'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='34.9514'%20y='30.9092'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='34.9514'%20y='57.9546'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='34.9514'%20y='64.7158'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='34.9514'%20y='71.4771'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='8.73785'%20y='28.0112'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.0194'%20y='28.0112'%20width='16.5049'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.0194'%20y='40.5684'%20width='32.0388'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.0194'%20y='54.0908'%20width='32.0388'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.0194'%20y='67.6138'%20width='32.0388'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.0194'%20y='43.4658'%20width='32.0388'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.0194'%20y='56.9888'%20width='32.0388'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.0194'%20y='70.5112'%20width='32.0388'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.0194'%20y='46.3638'%20width='17.4757'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.0194'%20y='59.8862'%20width='17.4757'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.0194'%20y='73.4092'%20width='17.4757'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.0194'%20y='76.3066'%20width='25.2427'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.0194'%20y='79.2046'%20width='5.82524'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='1.94174'%20y='32.8408'%20width='20.3883'%20height='1.93182'%20rx='0.965909'%20fill='%23232734'/%3e%3crect%20x='1.94174'%20y='56.9888'%20width='20.3883'%20height='1.93182'%20rx='0.965909'%20fill='%23232734'/%3e%3crect%20x='28.1553'%20y='1.93164'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='1.94174'%20y='1.93164'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23169C18'/%3e%3crect%20x='1.94174'%20y='36.7046'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23F6AB55'/%3e%3crect%20x='1.94174'%20y='60.8521'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23F65855'/%3e%3crect%20x='17.4757'%20y='36.7046'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='17.4757'%20y='60.8521'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='1.94174'%20y='43.4658'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23F6AB55'/%3e%3crect%20x='1.94174'%20y='67.6138'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23F65855'/%3e%3crect%20x='17.4757'%20y='43.4658'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='17.4757'%20y='67.6138'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='1.94174'%20y='50.2271'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23F6AB55'/%3e%3crect%20x='1.94174'%20y='74.375'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23F65855'/%3e%3crect%20x='17.4757'%20y='50.2271'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='17.4757'%20y='74.375'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='2.44174'%20y='19.8184'%20width='3.85437'%20height='3.82955'%20rx='1.91477'%20stroke='%23169C18'/%3e%3crect%20x='2.44174'%20y='26.5796'%20width='3.85437'%20height='3.82955'%20rx='1.91477'%20stroke='%23F6AB55'/%3e%3crect%20x='9.70874'%20y='1.93164'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23556AF6'/%3e%3crect%20x='17.4757'%20y='1.93164'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%232083DF'/%3e%3crect%20x='34.9514'%20y='1.93164'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='41.7476'%20y='1.93164'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='48.5437'%20y='1.93164'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='55.3398'%20y='1.93164'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='66.0194'%20y='1.93164'%20width='5.82524'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='74.7573'%20y='1.93164'%20width='5.82524'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='83.4951'%20y='1.93164'%20width='5.82524'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='92.233'%20y='1.93164'%20width='5.82524'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='28.1553'%20y='8.69336'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='66.0194'%20y='35.7388'%20width='2.91262'%20height='2.89773'%20fill='%233D9CF5'/%3e%3crect%20x='66.0194'%20y='49.2612'%20width='2.91262'%20height='2.89773'%20fill='%23F6AB55'/%3e%3crect%20x='66.0194'%20y='62.7842'%20width='2.91262'%20height='2.89773'%20fill='%23F65855'/%3e%3crect%20x='28.1553'%20y='15.4546'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='28.1553'%20y='22.2158'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='28.1553'%20y='28.9771'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='28.1553'%20y='35.7388'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='28.1553'%20y='42.5'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='28.1553'%20y='49.2612'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='28.1553'%20y='56.0229'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='28.1553'%20y='62.7842'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='28.1553'%20y='69.5454'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='28.1553'%20y='77.2729'%20width='8.73786'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='39.8058'%20y='77.2729'%20width='8.73786'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='51.4563'%20y='77.2729'%20width='8.73786'%20height='4.82955'%20rx='2'%20fill='%23161922'/%3e%3crect%20x='55.3398'%20y='8.69336'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='48.5437'%20y='8.69336'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23556AF6'/%3e%3crect%20x='41.7476'%20y='8.69336'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%232083DF'/%3e%3crect%20x='72.8156'%20y='8.69336'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='87.3787'%20y='17.3862'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='87.3787'%20y='22.2158'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='87.3787'%20y='27.0454'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='80.5825'%20y='8.69336'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='95.1456'%20y='17.3862'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='95.1456'%20y='22.2158'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='95.1456'%20y='27.0454'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='88.3495'%20y='8.69336'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23CDD1DE'/%3e%3crect%20x='48.5437'%20y='15.4546'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23556AF6'/%3e%3crect%20x='55.3398'%20y='15.4546'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='48.5437'%20y='22.2158'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23556AF6'/%3e%3crect%20x='41.7476'%20y='15.4546'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%232083DF'/%3e%3crect%20x='48.5437'%20y='28.9771'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23556AF6'/%3e%3crect%20x='48.5437'%20y='35.7388'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23556AF6'/%3e%3crect%20x='48.5437'%20y='42.5'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23556AF6'/%3e%3crect%20x='48.5437'%20y='49.2612'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23556AF6'/%3e%3crect%20x='48.5437'%20y='56.0229'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23556AF6'/%3e%3crect%20x='48.5437'%20y='62.7842'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23556AF6'/%3e%3crect%20x='48.5437'%20y='69.5454'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23556AF6'/%3e%3crect%20x='55.3398'%20y='22.2158'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='41.7476'%20y='22.2158'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%232083DF'/%3e%3crect%20x='55.3398'%20y='28.9771'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='55.3398'%20y='35.7388'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='55.3398'%20y='42.5'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='55.3398'%20y='49.2612'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='55.3398'%20y='56.0229'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='55.3398'%20y='62.7842'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='55.3398'%20y='69.5454'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='41.7476'%20y='28.9771'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%232083DF'/%3e%3crect%20x='41.7476'%20y='35.7388'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%232083DF'/%3e%3crect%20x='41.7476'%20y='42.5'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%232083DF'/%3e%3crect%20x='41.7476'%20y='49.2612'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%232083DF'/%3e%3crect%20x='41.7476'%20y='56.0229'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%232083DF'/%3e%3crect%20x='41.7476'%20y='62.7842'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%232083DF'/%3e%3crect%20x='41.7476'%20y='69.5454'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%232083DF'/%3e%3crect%20x='13.5922'%20y='12.5566'%20width='8.73786'%20height='4.82955'%20rx='1'%20fill='%23F65855'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8126_6170'%3e%3crect%20width='100'%20height='85'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",gg="data:image/svg+xml,%3csvg%20width='100'%20height='85'%20viewBox='0%200%20100%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_8126_5686)'%3e%3crect%20x='26.2136'%20width='35.9223'%20height='85'%20fill='%23F3F4F7'/%3e%3crect%20x='64.0776'%20width='35.9223'%20height='85'%20fill='%23F3F4F7'/%3e%3crect%20width='24.2718'%20height='85'%20fill='%23F3F4F7'/%3e%3crect%20x='1.94174'%20y='12.5566'%20width='8.73786'%20height='4.82955'%20rx='1'%20fill='%23169C18'/%3e%3crect%20x='1.94174'%20y='8.69336'%20width='20.3883'%20height='1.93182'%20rx='0.965909'%20fill='%23E7E9EF'/%3e%3crect%20x='66.0194'%20y='13.5229'%20width='32.0388'%20height='1.93182'%20rx='0.965909'%20fill='%23E7E9EF'/%3e%3crect%20x='66.0194'%20y='31.875'%20width='32.0388'%20height='1.93182'%20rx='0.965909'%20fill='%23E7E9EF'/%3e%3crect%20x='66.0194'%20y='18.3521'%20width='16.5049'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.0194'%20y='23.1816'%20width='16.5049'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='8.73785'%20y='21.25'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='34.9514'%20y='10.625'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='34.9514'%20y='37.6704'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='34.9514'%20y='17.3862'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='34.9514'%20y='44.4316'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='34.9514'%20y='24.1479'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='34.9514'%20y='51.1934'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='34.9514'%20y='30.9092'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='34.9514'%20y='57.9546'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='34.9514'%20y='64.7158'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='34.9514'%20y='71.4771'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='8.73785'%20y='28.0112'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.0194'%20y='28.0112'%20width='16.5049'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.0194'%20y='40.5684'%20width='32.0388'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.0194'%20y='54.0908'%20width='32.0388'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.0194'%20y='67.6138'%20width='32.0388'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.0194'%20y='43.4658'%20width='32.0388'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.0194'%20y='56.9888'%20width='32.0388'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.0194'%20y='70.5112'%20width='32.0388'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.0194'%20y='46.3638'%20width='17.4757'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.0194'%20y='59.8862'%20width='17.4757'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.0194'%20y='73.4092'%20width='17.4757'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.0194'%20y='76.3066'%20width='25.2427'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.0194'%20y='79.2046'%20width='5.82524'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='1.94174'%20y='32.8408'%20width='20.3883'%20height='1.93182'%20rx='0.965909'%20fill='%23E7E9EF'/%3e%3crect%20x='1.94174'%20y='56.9888'%20width='20.3883'%20height='1.93182'%20rx='0.965909'%20fill='%23E7E9EF'/%3e%3crect%20x='28.1553'%20y='1.93164'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='1.94174'%20y='1.93164'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23169C18'/%3e%3crect%20x='1.94174'%20y='36.7046'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23F6AB55'/%3e%3crect%20x='1.94174'%20y='60.8521'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23F65855'/%3e%3crect%20x='17.4757'%20y='36.7046'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='17.4757'%20y='60.8521'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='1.94174'%20y='43.4658'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23F6AB55'/%3e%3crect%20x='1.94174'%20y='67.6138'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23F65855'/%3e%3crect%20x='17.4757'%20y='43.4658'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='17.4757'%20y='67.6138'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='1.94174'%20y='50.2271'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23F6AB55'/%3e%3crect%20x='1.94174'%20y='74.375'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23F65855'/%3e%3crect%20x='17.4757'%20y='50.2271'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='17.4757'%20y='74.375'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='2.44174'%20y='19.8184'%20width='3.85437'%20height='3.82955'%20rx='1.91477'%20stroke='%23169C18'/%3e%3crect%20x='2.44174'%20y='26.5796'%20width='3.85437'%20height='3.82955'%20rx='1.91477'%20stroke='%23F6AB55'/%3e%3crect%20x='9.70874'%20y='1.93164'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23556AF6'/%3e%3crect%20x='17.4757'%20y='1.93164'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%232083DF'/%3e%3crect%20x='34.9514'%20y='1.93164'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='41.7476'%20y='1.93164'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='48.5437'%20y='1.93164'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='55.3398'%20y='1.93164'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='66.0194'%20y='1.93164'%20width='5.82524'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='74.7573'%20y='1.93164'%20width='5.82524'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='83.4951'%20y='1.93164'%20width='5.82524'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='92.233'%20y='1.93164'%20width='5.82524'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='28.1553'%20y='8.69336'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='66.0194'%20y='35.7388'%20width='2.91262'%20height='2.89773'%20fill='%233D9CF5'/%3e%3crect%20x='66.0194'%20y='49.2612'%20width='2.91262'%20height='2.89773'%20fill='%23F6AB55'/%3e%3crect%20x='66.0194'%20y='62.7842'%20width='2.91262'%20height='2.89773'%20fill='%23F65855'/%3e%3crect%20x='28.1553'%20y='15.4546'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='28.1553'%20y='22.2158'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='28.1553'%20y='28.9771'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='28.1553'%20y='35.7388'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='28.1553'%20y='42.5'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='28.1553'%20y='49.2612'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='28.1553'%20y='56.0229'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='28.1553'%20y='62.7842'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='28.1553'%20y='69.5454'%20width='4.85437'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='28.1553'%20y='77.2729'%20width='8.73786'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='39.8058'%20y='77.2729'%20width='8.73786'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='51.4563'%20y='77.2729'%20width='8.73786'%20height='4.82955'%20rx='2'%20fill='%23D4D8E2'/%3e%3crect%20x='55.3398'%20y='8.69336'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='48.5437'%20y='8.69336'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23556AF6'/%3e%3crect%20x='41.7476'%20y='8.69336'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%232083DF'/%3e%3crect%20x='72.8156'%20y='8.69336'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='87.3787'%20y='17.3862'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='87.3787'%20y='22.2158'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='87.3787'%20y='27.0454'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='80.5825'%20y='8.69336'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='95.1456'%20y='17.3862'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='95.1456'%20y='22.2158'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='95.1456'%20y='27.0454'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='88.3495'%20y='8.69336'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23CDD1DE'/%3e%3crect%20x='48.5437'%20y='15.4546'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23556AF6'/%3e%3crect%20x='55.3398'%20y='15.4546'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='48.5437'%20y='22.2158'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23556AF6'/%3e%3crect%20x='41.7476'%20y='15.4546'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%232083DF'/%3e%3crect%20x='48.5437'%20y='28.9771'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23556AF6'/%3e%3crect%20x='48.5437'%20y='35.7388'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23556AF6'/%3e%3crect%20x='48.5437'%20y='42.5'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23556AF6'/%3e%3crect%20x='48.5437'%20y='49.2612'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23556AF6'/%3e%3crect%20x='48.5437'%20y='56.0229'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23556AF6'/%3e%3crect%20x='48.5437'%20y='62.7842'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23556AF6'/%3e%3crect%20x='48.5437'%20y='69.5454'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23556AF6'/%3e%3crect%20x='55.3398'%20y='22.2158'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='41.7476'%20y='22.2158'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%232083DF'/%3e%3crect%20x='55.3398'%20y='28.9771'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='55.3398'%20y='35.7388'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='55.3398'%20y='42.5'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='55.3398'%20y='49.2612'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='55.3398'%20y='56.0229'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='55.3398'%20y='62.7842'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='55.3398'%20y='69.5454'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23169C18'/%3e%3crect%20x='41.7476'%20y='28.9771'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%232083DF'/%3e%3crect%20x='41.7476'%20y='35.7388'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%232083DF'/%3e%3crect%20x='41.7476'%20y='42.5'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%232083DF'/%3e%3crect%20x='41.7476'%20y='49.2612'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%232083DF'/%3e%3crect%20x='41.7476'%20y='56.0229'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%232083DF'/%3e%3crect%20x='41.7476'%20y='62.7842'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%232083DF'/%3e%3crect%20x='41.7476'%20y='69.5454'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%232083DF'/%3e%3crect%20x='13.5922'%20y='12.5566'%20width='8.73786'%20height='4.82955'%20rx='1'%20fill='%23F65855'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8126_5686'%3e%3crect%20width='100'%20height='85'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",Cg="data:image/svg+xml,%3csvg%20width='100'%20height='85'%20viewBox='0%200%20100%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_8126_6166)'%3e%3crect%20x='1.94175'%20y='1.93164'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%2314171F'/%3e%3crect%20x='1.94175'%20y='19.3184'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%232B3040'/%3e%3crect%20x='1.94175'%20y='26.0796'%20width='96.1165'%20height='56.9886'%20rx='2'%20fill='%232B3040'/%3e%3crect%20x='3.88349'%20y='28.0112'%20width='92.233'%20height='4.82955'%20rx='2'%20fill='%235A6587'/%3e%3crect%20x='11.6505'%20y='50.2271'%20width='7.72727'%20height='4.85437'%20rx='2'%20transform='rotate(90%2011.6505%2050.2271)'%20fill='%239ECEFA'/%3e%3crect%20x='18.4466'%20y='46.3638'%20width='11.5909'%20height='4.85437'%20rx='2'%20transform='rotate(90%2018.4466%2046.3638)'%20fill='%239ECEFA'/%3e%3crect%20x='25.2427'%20y='38.6362'%20width='19.3182'%20height='4.85437'%20rx='2'%20transform='rotate(90%2025.2427%2038.6362)'%20fill='%232083DF'/%3e%3crect%20x='32.0388'%20y='42.5'%20width='15.4545'%20height='4.85437'%20rx='2'%20transform='rotate(90%2032.0388%2042.5)'%20fill='%233D9CF5'/%3e%3crect%20x='38.835'%20y='45.3979'%20width='12.5568'%20height='4.85437'%20rx='2'%20transform='rotate(90%2038.835%2045.3979)'%20fill='%239ECEFA'/%3e%3crect%20x='45.6311'%20y='53.125'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2045.6311%2053.125)'%20fill='%239ECEFA'/%3e%3crect%20x='11.6505'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2011.6505%2063.75)'%20fill='%239EAAFA'/%3e%3crect%20x='11.6505'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2011.6505%2071.4771)'%20fill='%23FACF9E'/%3e%3crect%20x='18.4466'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2018.4466%2063.75)'%20fill='%239EAAFA'/%3e%3crect%20x='18.4466'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2018.4466%2071.4771)'%20fill='%23FACF9E'/%3e%3crect%20x='25.2427'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2025.2427%2063.75)'%20fill='%239EAAFA'/%3e%3crect%20x='25.2427'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2025.2427%2071.4771)'%20fill='%23FACF9E'/%3e%3crect%20x='32.0388'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2032.0388%2063.75)'%20fill='%239EAAFA'/%3e%3crect%20x='32.0388'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2032.0388%2071.4771)'%20fill='%23FACF9E'/%3e%3crect%20x='38.835'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2038.835%2063.75)'%20fill='%238494F9'/%3e%3crect%20x='38.835'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2038.835%2071.4771)'%20fill='%23F9C284'/%3e%3crect%20x='45.6311'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2045.6311%2063.75)'%20fill='%238494F9'/%3e%3crect%20x='45.6311'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2045.6311%2071.4771)'%20fill='%23F9C284'/%3e%3crect%20x='52.4272'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2052.4272%2063.75)'%20fill='%238494F9'/%3e%3crect%20x='52.4272'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2052.4272%2071.4771)'%20fill='%23F9C284'/%3e%3crect%20x='59.2233'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2059.2233%2063.75)'%20fill='%238494F9'/%3e%3crect%20x='59.2233'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2059.2233%2071.4771)'%20fill='%23F9C284'/%3e%3crect%20x='66.0194'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2066.0194%2063.75)'%20fill='%238494F9'/%3e%3crect%20x='66.0194'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2066.0194%2071.4771)'%20fill='%23F9C284'/%3e%3crect%20x='72.8155'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2072.8155%2063.75)'%20fill='%23556AF6'/%3e%3crect%20x='72.8155'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2072.8155%2071.4771)'%20fill='%23F9C284'/%3e%3crect%20x='79.6116'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2079.6116%2063.75)'%20fill='%23556AF6'/%3e%3crect%20x='79.6116'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2079.6116%2071.4771)'%20fill='%23F9C284'/%3e%3crect%20x='86.4078'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2086.4078%2063.75)'%20fill='%23556AF6'/%3e%3crect%20x='86.4078'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2086.4078%2071.4771)'%20fill='%23F9C284'/%3e%3crect%20x='93.2039'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2093.2039%2063.75)'%20fill='%23556AF6'/%3e%3crect%20x='93.2039'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2093.2039%2071.4771)'%20fill='%23F9C284'/%3e%3crect%20x='1.94175'%20y='8.69336'%20width='96.1165'%20height='8.69318'%20rx='2'%20fill='%232B3040'/%3e%3crect%20x='5.82524'%20y='12.5566'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='5.82524'%20y='21.25'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='21.3592'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23919AB6'/%3e%3crect%20x='83.4951'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23919AB6'/%3e%3crect%20x='88.3495'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23919AB6'/%3e%3crect%20x='93.2039'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23919AB6'/%3e%3crect%20x='87.3786'%20y='10.625'%20width='8.73786'%20height='4.82955'%20rx='1'%20fill='%23C9981D'/%3e%3crect%20x='62.6359'%20y='11.125'%20width='21.3301'%20height='3.82955'%20rx='0.5'%20stroke='%23737EA1'/%3e%3cpath%20d='M61.8579%2045.9172C61.3167%2045.5425%2060.6638%2045.3616%2060.0058%2045.404C59.3479%2045.4464%2058.7238%2045.7097%2058.2358%2046.1508C57.7477%2046.5918%2057.4246%2047.1846%2057.3191%2047.8321C57.2136%2048.4796%2057.332%2049.1436%2057.6551%2049.7154'%20stroke='%23F65855'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M84.188%2045.9172C83.6468%2045.5425%2082.9939%2045.3616%2082.3359%2045.404C81.6779%2045.4464%2081.0539%2045.7097%2080.5659%2046.1508C80.0778%2046.5918%2079.7547%2047.1846%2079.6492%2047.8321C79.5437%2048.4796%2079.6621%2049.1436%2079.9852%2049.7154'%20stroke='%233D9CF5'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M57.0395%2053.1675C57.8216%2053.6688%2058.713%2053.9764%2059.6391%2054.0645C60.5652%2054.1527%2061.4991%2054.019%2062.3626%2053.6744C63.2261%2053.3299%2063.994%2052.7846%2064.6022%2052.0842C65.2104%2051.3838%2065.6412%2050.5486%2065.8584%2049.6486C66.0756%2048.7486%2066.073%2047.81%2065.8508%2046.9112C65.6286%2046.0124%2065.1932%2045.1796%2064.5812%2044.4826C63.9691%2043.7855%2063.1981%2043.2445%2062.3327%2042.9047C61.4673%2042.5649%2060.5327%2042.4362%2059.6071%2042.5295'%20stroke='%23F6AB55'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M79.3696%2053.1675C80.1517%2053.6688%2081.0431%2053.9764%2081.9692%2054.0645C82.8953%2054.1527%2083.8292%2054.019%2084.6927%2053.6744C85.5562%2053.3299%2086.3241%2052.7846%2086.9323%2052.0842C87.5405%2051.3838%2087.9713%2050.5486%2088.1885%2049.6486C88.4057%2048.7486%2088.4031%2047.81%2088.1809%2046.9112C87.9587%2046.0124%2087.5233%2045.1796%2086.9113%2044.4826C86.2992%2043.7855%2085.5282%2043.2445%2084.6628%2042.9047C83.7974%2042.5649%2082.8628%2042.4362%2081.9372%2042.5295'%20stroke='%239ECEFA'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M68.932%2048.2952C68.932%2046.4413%2068.3363%2044.636%2067.2319%2043.1428C66.1274%2041.6496%2064.5721%2040.5468%2062.793%2039.9955C61.0139%2039.4441%2059.1042%2039.473%2057.3428%2040.0779C55.5814%2040.6829%2054.0605%2041.8322%2053.0022%2043.3581C51.9439%2044.884%2051.4037%2046.7066%2051.4604%2048.5596C51.517%2050.4126%2052.1676%2052.1991%2053.3172%2053.6582C54.4668%2055.1173%2056.0551%2056.1725%2057.8502%2056.6698C59.6454%2057.1671%2061.5533%2057.0804%2063.2954%2056.4225'%20stroke='%23169C18'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M91.2621%2048.2952C91.2621%2046.4413%2090.6664%2044.636%2089.562%2043.1428C88.4575%2041.6496%2086.9022%2040.5468%2085.1231%2039.9955C83.344%2039.4441%2081.4343%2039.473%2079.6729%2040.0779C77.9115%2040.6829%2076.3906%2041.8322%2075.3323%2043.3581C74.274%2044.884%2073.7338%2046.7066%2073.7904%2048.5596C73.8471%2050.4126%2074.4977%2052.1991%2075.6473%2053.6582C76.7969%2055.1173%2078.3852%2056.1725%2080.1803%2056.6698C81.9755%2057.1671%2083.8834%2057.0804%2085.6255%2056.4225'%20stroke='%232083DF'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8126_6166'%3e%3crect%20width='100'%20height='85'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",wg="data:image/svg+xml,%3csvg%20width='100'%20height='85'%20viewBox='0%200%20100%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_8126_5682)'%3e%3crect%20x='1.94175'%20y='1.93164'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%23D1D5E0'/%3e%3crect%20x='1.94175'%20y='19.3184'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%23F3F4F7'/%3e%3crect%20x='1.94175'%20y='26.0796'%20width='96.1165'%20height='56.9886'%20rx='2'%20fill='%23F3F4F7'/%3e%3crect%20x='3.88349'%20y='28.0112'%20width='92.233'%20height='4.82955'%20rx='2'%20fill='%23737EA1'/%3e%3crect%20x='11.6505'%20y='50.2271'%20width='7.72727'%20height='4.85437'%20rx='2'%20transform='rotate(90%2011.6505%2050.2271)'%20fill='%23CFE6FC'/%3e%3crect%20x='18.4466'%20y='46.3638'%20width='11.5909'%20height='4.85437'%20rx='2'%20transform='rotate(90%2018.4466%2046.3638)'%20fill='%23CFE6FC'/%3e%3crect%20x='25.2427'%20y='38.6362'%20width='19.3182'%20height='4.85437'%20rx='2'%20transform='rotate(90%2025.2427%2038.6362)'%20fill='%232083DF'/%3e%3crect%20x='32.0388'%20y='42.5'%20width='15.4545'%20height='4.85437'%20rx='2'%20transform='rotate(90%2032.0388%2042.5)'%20fill='%233D9CF5'/%3e%3crect%20x='38.835'%20y='45.3979'%20width='12.5568'%20height='4.85437'%20rx='2'%20transform='rotate(90%2038.835%2045.3979)'%20fill='%23CFE6FC'/%3e%3crect%20x='45.6311'%20y='53.125'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2045.6311%2053.125)'%20fill='%23CFE6FC'/%3e%3crect%20x='11.6505'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2011.6505%2063.75)'%20fill='%23CFD5FC'/%3e%3crect%20x='11.6505'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2011.6505%2071.4771)'%20fill='%23FCE7CF'/%3e%3crect%20x='18.4466'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2018.4466%2063.75)'%20fill='%23CFD5FC'/%3e%3crect%20x='18.4466'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2018.4466%2071.4771)'%20fill='%23FCE7CF'/%3e%3crect%20x='25.2427'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2025.2427%2063.75)'%20fill='%23CFD5FC'/%3e%3crect%20x='25.2427'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2025.2427%2071.4771)'%20fill='%23FCE7CF'/%3e%3crect%20x='32.0388'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2032.0388%2063.75)'%20fill='%23CFD5FC'/%3e%3crect%20x='32.0388'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2032.0388%2071.4771)'%20fill='%23FCE7CF'/%3e%3crect%20x='38.835'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2038.835%2063.75)'%20fill='%238494F9'/%3e%3crect%20x='38.835'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2038.835%2071.4771)'%20fill='%23F9C284'/%3e%3crect%20x='45.6311'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2045.6311%2063.75)'%20fill='%238494F9'/%3e%3crect%20x='45.6311'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2045.6311%2071.4771)'%20fill='%23F9C284'/%3e%3crect%20x='52.4272'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2052.4272%2063.75)'%20fill='%238494F9'/%3e%3crect%20x='52.4272'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2052.4272%2071.4771)'%20fill='%23F9C284'/%3e%3crect%20x='59.2233'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2059.2233%2063.75)'%20fill='%238494F9'/%3e%3crect%20x='59.2233'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2059.2233%2071.4771)'%20fill='%23F9C284'/%3e%3crect%20x='66.0194'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2066.0194%2063.75)'%20fill='%238494F9'/%3e%3crect%20x='66.0194'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2066.0194%2071.4771)'%20fill='%23F9C284'/%3e%3crect%20x='72.8155'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2072.8155%2063.75)'%20fill='%23556AF6'/%3e%3crect%20x='72.8155'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2072.8155%2071.4771)'%20fill='%23F9C284'/%3e%3crect%20x='79.6116'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2079.6116%2063.75)'%20fill='%23556AF6'/%3e%3crect%20x='79.6116'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2079.6116%2071.4771)'%20fill='%23F9C284'/%3e%3crect%20x='86.4078'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2086.4078%2063.75)'%20fill='%23556AF6'/%3e%3crect%20x='86.4078'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2086.4078%2071.4771)'%20fill='%23F9C284'/%3e%3crect%20x='93.2039'%20y='63.75'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2093.2039%2063.75)'%20fill='%23556AF6'/%3e%3crect%20x='93.2039'%20y='71.4771'%20width='4.82955'%20height='4.85437'%20rx='2'%20transform='rotate(90%2093.2039%2071.4771)'%20fill='%23F9C284'/%3e%3crect%20x='1.94175'%20y='8.69336'%20width='96.1165'%20height='8.69318'%20rx='2'%20fill='%23F3F4F7'/%3e%3crect%20x='5.82524'%20y='12.5566'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='5.82524'%20y='21.25'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='21.3592'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23454E68'/%3e%3crect%20x='83.4951'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23454E68'/%3e%3crect%20x='88.3495'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23454E68'/%3e%3crect%20x='93.2039'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23454E68'/%3e%3crect%20x='87.3786'%20y='10.625'%20width='8.73786'%20height='4.82955'%20rx='1'%20fill='%23FAB404'/%3e%3crect%20x='62.6359'%20y='11.125'%20width='21.3301'%20height='3.82955'%20rx='0.5'%20stroke='%235A6587'/%3e%3cpath%20d='M61.8579%2045.9172C61.3167%2045.5425%2060.6638%2045.3616%2060.0058%2045.404C59.3479%2045.4464%2058.7238%2045.7097%2058.2358%2046.1508C57.7477%2046.5918%2057.4246%2047.1846%2057.3191%2047.8321C57.2136%2048.4796%2057.332%2049.1436%2057.6551%2049.7154'%20stroke='%23F65855'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M84.188%2045.9172C83.6468%2045.5425%2082.9939%2045.3616%2082.3359%2045.404C81.6779%2045.4464%2081.0539%2045.7097%2080.5659%2046.1508C80.0778%2046.5918%2079.7547%2047.1846%2079.6492%2047.8321C79.5437%2048.4796%2079.6621%2049.1436%2079.9852%2049.7154'%20stroke='%233D9CF5'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M57.0395%2053.1675C57.8216%2053.6688%2058.713%2053.9764%2059.6391%2054.0645C60.5652%2054.1527%2061.4991%2054.019%2062.3626%2053.6744C63.2261%2053.3299%2063.994%2052.7846%2064.6022%2052.0842C65.2104%2051.3838%2065.6412%2050.5486%2065.8584%2049.6486C66.0756%2048.7486%2066.073%2047.81%2065.8508%2046.9112C65.6286%2046.0124%2065.1932%2045.1796%2064.5812%2044.4826C63.9691%2043.7855%2063.1981%2043.2445%2062.3327%2042.9047C61.4673%2042.5649%2060.5327%2042.4362%2059.6071%2042.5295'%20stroke='%23F6AB55'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M79.3696%2053.1675C80.1517%2053.6688%2081.0431%2053.9764%2081.9692%2054.0645C82.8953%2054.1527%2083.8292%2054.019%2084.6927%2053.6744C85.5562%2053.3299%2086.3241%2052.7846%2086.9323%2052.0842C87.5405%2051.3838%2087.9713%2050.5486%2088.1885%2049.6486C88.4057%2048.7486%2088.4031%2047.81%2088.1809%2046.9112C87.9587%2046.0124%2087.5233%2045.1796%2086.9113%2044.4826C86.2992%2043.7855%2085.5282%2043.2445%2084.6628%2042.9047C83.7974%2042.5649%2082.8628%2042.4362%2081.9372%2042.5295'%20stroke='%23CFE6FC'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M68.932%2048.2952C68.932%2046.4413%2068.3363%2044.636%2067.2319%2043.1428C66.1274%2041.6496%2064.5721%2040.5468%2062.793%2039.9955C61.0139%2039.4441%2059.1042%2039.473%2057.3428%2040.0779C55.5814%2040.6829%2054.0605%2041.8322%2053.0022%2043.3581C51.9439%2044.884%2051.4037%2046.7066%2051.4604%2048.5596C51.517%2050.4126%2052.1676%2052.1991%2053.3172%2053.6582C54.4668%2055.1173%2056.0551%2056.1725%2057.8502%2056.6698C59.6454%2057.1671%2061.5533%2057.0804%2063.2954%2056.4225'%20stroke='%23169C18'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M91.2621%2048.2952C91.2621%2046.4413%2090.6664%2044.636%2089.562%2043.1428C88.4575%2041.6496%2086.9022%2040.5468%2085.1231%2039.9955C83.344%2039.4441%2081.4343%2039.473%2079.6729%2040.0779C77.9115%2040.6829%2076.3906%2041.8322%2075.3323%2043.3581C74.274%2044.884%2073.7338%2046.7066%2073.7904%2048.5596C73.8471%2050.4126%2074.4977%2052.1991%2075.6473%2053.6582C76.7969%2055.1173%2078.3852%2056.1725%2080.1803%2056.6698C81.9755%2057.1671%2083.8834%2057.0804%2085.6255%2056.4225'%20stroke='%232083DF'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8126_5682'%3e%3crect%20width='100'%20height='85'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",bg="data:image/svg+xml,%3csvg%20width='100'%20height='85'%20viewBox='0%200%20100%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_8126_6165)'%3e%3crect%20x='1.94174'%20y='1.93164'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%2314171F'/%3e%3crect%20x='1.94174'%20y='19.3184'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%232B3040'/%3e%3crect%20x='1.94174'%20y='26.0796'%20width='96.1165'%20height='56.9886'%20rx='2'%20fill='%232B3040'/%3e%3crect%20x='3.8835'%20y='61.8184'%20width='92.233'%20height='14.4886'%20rx='2'%20fill='%23272C3A'/%3e%3crect%20x='3.8835'%20y='48.2954'%20width='92.233'%20height='11.5909'%20rx='2'%20fill='%23272C3A'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M93.4288%2043.5598C93.35%2043.6413%2093.3134%2043.7595%2093.3319%2043.8756L93.4579%2044.655C93.5432%2045.1829%2092.9806%2045.576%2092.5131%2045.3152L91.9012%2044.9739C91.805%2044.9202%2091.6901%2044.9202%2091.5937%2044.9739L90.982%2045.3151C90.5145%2045.5758%2089.9519%2045.1827%2090.0372%2044.6548L90.1631%2043.8759C90.1819%2043.7596%2090.145%2043.6412%2090.0663%2043.5598L89.5008%2042.975C89.14%2042.6019%2089.3506%2041.9778%2089.8639%2041.8987L90.6133%2041.7832C90.7197%2041.7667%2090.8145%2041.6954%2090.8638%2041.5893L91.1668%2040.9384C91.3965%2040.445%2092.0992%2040.445%2092.3287%2040.9385L92.6315%2041.5895C92.6808%2041.6955%2092.7754%2041.7668%2092.8822%2041.7832L93.6312%2041.8987C94.1445%2041.9778%2094.3551%2042.6019%2093.9944%2042.9749L93.4288%2043.5598Z'%20fill='%23C9981D'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M92.9813%2055.0133C92.8552%2055.1437%2092.7966%2055.3329%2092.8262%2055.5186L93.0278%2056.7657C93.1643%2057.6102%2092.2642%2058.2393%2091.5161%2057.822L90.5371%2057.276C90.3831%2057.19%2090.1993%2057.19%2090.0451%2057.276L89.0663%2057.8218C88.3183%2058.239%2087.4182%2057.61%2087.5547%2056.7654L87.7561%2055.5192C87.7862%2055.3331%2087.7272%2055.1437%2087.6012%2055.0133L86.6964%2054.0776C86.1192%2053.4807%2086.4561%2052.4821%2087.2774%2052.3556L88.4765%2052.1708C88.6467%2052.1445%2088.7983%2052.0304%2088.8773%2051.8606L89.3621%2050.8191C89.7296%2050.0296%2090.8538%2050.0297%2091.2211%2050.8193L91.7056%2051.8609C91.7845%2052.0304%2091.9359%2052.1445%2092.1066%2052.1708L93.3051%2052.3555C94.1264%2052.4821%2094.4633%2053.4806%2093.8861%2054.0776L92.9813%2055.0133Z'%20fill='%23C9981D'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M92.5338%2070.3311C92.3604%2070.5104%2092.2797%2070.7705%2092.3205%2071.0259L92.5977%2072.7406C92.7854%2073.9019%2091.5477%2074.7668%2090.5191%2074.1931L89.173%2073.4422C88.9613%2073.3241%2088.7085%2073.324%2088.4965%2073.4423L87.1507%2074.1928C86.1221%2074.7664%2084.8845%2073.9015%2085.0722%2072.7403L85.3492%2071.0267C85.3906%2070.7708%2085.3094%2070.5103%2085.1361%2070.3311L83.892%2069.0445C83.0984%2068.2238%2083.5617%2066.8508%2084.6909%2066.6767L86.3397%2066.4227C86.5736%2066.3865%2086.7822%2066.2296%2086.8907%2065.9961L87.5573%2064.564C88.0626%2063.4785%2089.6084%2063.4787%2090.1135%2064.5643L90.7797%2065.9965C90.8881%2066.2297%2091.0963%2066.3865%2091.3311%2066.4227L92.979%2066.6767C94.1083%2066.8507%2094.5715%2068.2237%2093.7779%2069.0445L92.5338%2070.3311Z'%20fill='%23C9981D'/%3e%3crect%20x='5.82524'%20y='41.5342'%20width='36.8932'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='5.82524'%20y='51.1934'%20width='36.8932'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='5.82524'%20y='63.75'%20width='36.8932'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='5.82524'%20y='44.4316'%20width='28.1553'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='5.82524'%20y='54.0908'%20width='28.1553'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='5.82524'%20y='66.6479'%20width='28.1553'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='5.82524'%20y='69.5454'%20width='7.76699'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='5.82524'%20y='72.4434'%20width='0.970874'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='3.8835'%20y='28.0112'%20width='92.233'%20height='4.82955'%20rx='2'%20fill='%235A6587'/%3e%3crect%20x='1.94174'%20y='8.69336'%20width='96.1165'%20height='8.69318'%20rx='2'%20fill='%232B3040'/%3e%3crect%20x='5.82524'%20y='12.5566'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='5.82524'%20y='21.25'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='21.3592'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23919AB6'/%3e%3crect%20x='83.4951'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23919AB6'/%3e%3crect%20x='88.3495'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23919AB6'/%3e%3crect%20x='93.2039'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23919AB6'/%3e%3crect%20x='87.3786'%20y='10.625'%20width='8.73786'%20height='4.82955'%20rx='1'%20fill='%23C9981D'/%3e%3crect%20x='62.6359'%20y='11.125'%20width='21.3301'%20height='3.82955'%20rx='0.5'%20stroke='%23737EA1'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8126_6165'%3e%3crect%20width='100'%20height='85'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",_g="data:image/svg+xml,%3csvg%20width='100'%20height='85'%20viewBox='0%200%20100%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_8126_5681)'%3e%3crect%20x='1.94174'%20y='1.93164'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%23D1D5E0'/%3e%3crect%20x='1.94174'%20y='19.3184'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%23F3F4F7'/%3e%3crect%20x='1.94174'%20y='26.0796'%20width='96.1165'%20height='56.9886'%20rx='2'%20fill='%23F3F4F7'/%3e%3crect%20x='3.8835'%20y='61.8184'%20width='92.233'%20height='14.4886'%20rx='2'%20fill='%23EDEEF3'/%3e%3crect%20x='3.8835'%20y='48.2954'%20width='92.233'%20height='11.5909'%20rx='2'%20fill='%23EDEEF3'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M93.4288%2043.5598C93.35%2043.6413%2093.3134%2043.7595%2093.3319%2043.8756L93.4579%2044.655C93.5432%2045.1829%2092.9806%2045.576%2092.5131%2045.3152L91.9012%2044.9739C91.805%2044.9202%2091.6901%2044.9202%2091.5937%2044.9739L90.982%2045.3151C90.5145%2045.5758%2089.9519%2045.1827%2090.0372%2044.6548L90.1631%2043.8759C90.1819%2043.7596%2090.145%2043.6412%2090.0663%2043.5598L89.5008%2042.975C89.14%2042.6019%2089.3506%2041.9778%2089.8639%2041.8987L90.6133%2041.7832C90.7197%2041.7667%2090.8145%2041.6954%2090.8638%2041.5893L91.1668%2040.9384C91.3965%2040.445%2092.0992%2040.445%2092.3287%2040.9385L92.6315%2041.5895C92.6808%2041.6955%2092.7754%2041.7668%2092.8822%2041.7832L93.6312%2041.8987C94.1445%2041.9778%2094.3551%2042.6019%2093.9944%2042.9749L93.4288%2043.5598Z'%20fill='%23FAB404'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M92.9813%2055.0133C92.8552%2055.1437%2092.7966%2055.3329%2092.8262%2055.5186L93.0278%2056.7657C93.1643%2057.6102%2092.2642%2058.2393%2091.5161%2057.822L90.5371%2057.276C90.3831%2057.19%2090.1993%2057.19%2090.0451%2057.276L89.0663%2057.8218C88.3183%2058.239%2087.4182%2057.61%2087.5547%2056.7654L87.7561%2055.5192C87.7862%2055.3331%2087.7272%2055.1437%2087.6012%2055.0133L86.6964%2054.0776C86.1192%2053.4807%2086.4561%2052.4821%2087.2774%2052.3556L88.4765%2052.1708C88.6467%2052.1445%2088.7983%2052.0304%2088.8773%2051.8606L89.3621%2050.8191C89.7296%2050.0296%2090.8538%2050.0297%2091.2211%2050.8193L91.7056%2051.8609C91.7845%2052.0304%2091.9359%2052.1445%2092.1066%2052.1708L93.3051%2052.3555C94.1264%2052.4821%2094.4633%2053.4806%2093.8861%2054.0776L92.9813%2055.0133Z'%20fill='%23FAB404'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M92.5338%2070.3311C92.3604%2070.5104%2092.2797%2070.7705%2092.3205%2071.0259L92.5977%2072.7406C92.7854%2073.9019%2091.5477%2074.7668%2090.5191%2074.1931L89.173%2073.4422C88.9613%2073.3241%2088.7085%2073.324%2088.4965%2073.4423L87.1507%2074.1928C86.1221%2074.7664%2084.8845%2073.9015%2085.0722%2072.7403L85.3492%2071.0267C85.3906%2070.7708%2085.3094%2070.5103%2085.1361%2070.3311L83.892%2069.0445C83.0984%2068.2238%2083.5617%2066.8508%2084.6909%2066.6767L86.3397%2066.4227C86.5736%2066.3865%2086.7822%2066.2296%2086.8907%2065.9961L87.5573%2064.564C88.0626%2063.4785%2089.6084%2063.4787%2090.1135%2064.5643L90.7797%2065.9965C90.8881%2066.2297%2091.0963%2066.3865%2091.3311%2066.4227L92.979%2066.6767C94.1083%2066.8507%2094.5715%2068.2237%2093.7779%2069.0445L92.5338%2070.3311Z'%20fill='%23FAB404'/%3e%3crect%20x='5.82524'%20y='41.5342'%20width='36.8932'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='5.82524'%20y='51.1934'%20width='36.8932'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='5.82524'%20y='63.75'%20width='36.8932'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='5.82524'%20y='44.4316'%20width='28.1553'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='5.82524'%20y='54.0908'%20width='28.1553'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='5.82524'%20y='66.6479'%20width='28.1553'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='5.82524'%20y='69.5454'%20width='7.76699'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='5.82524'%20y='72.4434'%20width='0.970874'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='3.8835'%20y='28.0112'%20width='92.233'%20height='4.82955'%20rx='2'%20fill='%23737EA1'/%3e%3crect%20x='1.94174'%20y='8.69336'%20width='96.1165'%20height='8.69318'%20rx='2'%20fill='%23F3F4F7'/%3e%3crect%20x='5.82524'%20y='12.5566'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='5.82524'%20y='21.25'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='21.3592'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23454E68'/%3e%3crect%20x='83.4951'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23454E68'/%3e%3crect%20x='88.3495'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23454E68'/%3e%3crect%20x='93.2039'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23454E68'/%3e%3crect%20x='87.3786'%20y='10.625'%20width='8.73786'%20height='4.82955'%20rx='1'%20fill='%23FAB404'/%3e%3crect%20x='62.6359'%20y='11.125'%20width='21.3301'%20height='3.82955'%20rx='0.5'%20stroke='%235A6587'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8126_5681'%3e%3crect%20width='100'%20height='85'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",vg="data:image/svg+xml,%3csvg%20width='100'%20height='85'%20viewBox='0%200%20100%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1.94174'%20y='1.93164'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%2314171F'/%3e%3crect%20x='1.82037'%20y='19.3184'%20width='96.1165'%20height='63.75'%20rx='2'%20fill='%232B3040'/%3e%3crect%20x='3.76215'%20y='21.25'%20width='92.233'%20height='4.82955'%20rx='2'%20fill='%235A6587'/%3e%3crect%20x='3.76215'%20y='35.7388'%20width='92.233'%20height='8.69318'%20rx='2'%20fill='%23272C3A'/%3e%3crect%20x='3.76215'%20y='53.125'%20width='92.233'%20height='8.69318'%20rx='2'%20fill='%23272C3A'/%3e%3crect%20x='3.76215'%20y='70.5112'%20width='92.233'%20height='8.69318'%20rx='2'%20fill='%23272C3A'/%3e%3crect%20x='1.94174'%20y='8.69336'%20width='96.1165'%20height='8.69318'%20rx='2'%20fill='%232B3040'/%3e%3crect%20x='5.82526'%20y='12.5566'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='87.3786'%20y='10.625'%20width='8.73786'%20height='4.82955'%20rx='1'%20fill='%23C9981D'/%3e%3crect%20x='62.6359'%20y='11.125'%20width='21.3301'%20height='3.82955'%20rx='0.5'%20stroke='%23737EA1'/%3e%3crect%20x='14.4417'%20y='30.9087'%20width='27.1845'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='5.70389'%20y='28.9771'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23E26EF7'/%3e%3crect%20x='14.5631'%20y='39.6021'%20width='27.1845'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='5.82526'%20y='37.6704'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%236E80F7'/%3e%3crect%20x='14.4417'%20y='48.2954'%20width='27.1845'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='5.70389'%20y='46.3638'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%231AB2A0'/%3e%3crect%20x='14.4417'%20y='65.6816'%20width='27.1845'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='5.70389'%20y='63.75'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23F55F3D'/%3e%3crect%20x='14.4417'%20y='56.9883'%20width='27.1845'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='5.70389'%20y='55.0566'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23A3B21A'/%3e%3crect%20x='14.4417'%20y='74.375'%20width='27.1845'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='5.70389'%20y='72.4434'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23A3B21A'/%3e%3c/svg%3e",xg="data:image/svg+xml,%3csvg%20width='100'%20height='85'%20viewBox='0%200%20100%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1.94174'%20y='1.93164'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%23D1D5E0'/%3e%3crect%20x='1.82037'%20y='19.3184'%20width='96.1165'%20height='63.75'%20rx='2'%20fill='%23F3F4F7'/%3e%3crect%20x='3.76215'%20y='21.25'%20width='92.233'%20height='4.82955'%20rx='2'%20fill='%23737EA1'/%3e%3crect%20x='3.76215'%20y='35.7388'%20width='92.233'%20height='8.69318'%20rx='2'%20fill='%23EDEEF3'/%3e%3crect%20x='3.76215'%20y='53.125'%20width='92.233'%20height='8.69318'%20rx='2'%20fill='%23EDEEF3'/%3e%3crect%20x='3.76215'%20y='70.5112'%20width='92.233'%20height='8.69318'%20rx='2'%20fill='%23EDEEF3'/%3e%3crect%20x='1.94174'%20y='8.69336'%20width='96.1165'%20height='8.69318'%20rx='2'%20fill='%23F3F4F7'/%3e%3crect%20x='5.82526'%20y='12.5566'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='87.3786'%20y='10.625'%20width='8.73786'%20height='4.82955'%20rx='1'%20fill='%23FAB404'/%3e%3crect%20x='62.6359'%20y='11.125'%20width='21.3301'%20height='3.82955'%20rx='0.5'%20stroke='%235A6587'/%3e%3crect%20x='14.4417'%20y='30.9087'%20width='27.1845'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='5.70389'%20y='28.9771'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23E26EF7'/%3e%3crect%20x='14.5631'%20y='39.6021'%20width='27.1845'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='5.82526'%20y='37.6704'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%236E80F7'/%3e%3crect%20x='14.4417'%20y='48.2954'%20width='27.1845'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='5.70389'%20y='46.3638'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%231AB2A0'/%3e%3crect%20x='14.4417'%20y='65.6816'%20width='27.1845'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='5.70389'%20y='63.75'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23F55F3D'/%3e%3crect%20x='14.4417'%20y='56.9883'%20width='27.1845'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='5.70389'%20y='55.0566'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23A3B21A'/%3e%3crect%20x='14.4417'%20y='74.375'%20width='27.1845'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='5.70389'%20y='72.4434'%20width='4.85437'%20height='4.82955'%20rx='2.41477'%20fill='%23A3B21A'/%3e%3c/svg%3e",kg="data:image/svg+xml,%3csvg%20width='100'%20height='85'%20viewBox='0%200%20100%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_8126_6167)'%3e%3crect%20x='1.94175'%20y='1.93164'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%2314171F'/%3e%3crect%20x='1.94175'%20y='19.3184'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%232B3040'/%3e%3crect%20x='1.94175'%20y='26.0796'%20width='96.1165'%20height='56.9886'%20rx='2'%20fill='%232B3040'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M95.3706%2068.6731C95.2918%2068.7545%2095.2551%2068.8728%2095.2737%2068.9889L95.3997%2069.7683C95.485%2070.2961%2094.9224%2070.6893%2094.4549%2070.4285L93.843%2070.0872C93.7467%2070.0335%2093.6319%2070.0335%2093.5355%2070.0872L92.9238%2070.4284C92.4562%2070.6891%2091.8937%2070.296%2091.979%2069.7681L92.1049%2068.9892C92.1237%2068.8729%2092.0868%2068.7545%2092.008%2068.6731L91.4425%2068.0882C91.0818%2067.7152%2091.2924%2067.0911%2091.8057%2067.012L92.5551%2066.8965C92.6615%2066.88%2092.7563%2066.8087%2092.8056%2066.7026L93.1086%2066.0517C93.3383%2065.5582%2094.0409%2065.5583%2094.2705%2066.0518L94.5733%2066.7028C94.6226%2066.8088%2094.7172%2066.8801%2094.8239%2066.8965L95.573%2067.0119C96.0863%2067.091%2096.2969%2067.7151%2095.9361%2068.0882L95.3706%2068.6731Z'%20fill='%23C9981D'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M95.3706%2079.2981C95.2918%2079.3795%2095.2551%2079.4978%2095.2737%2079.6139L95.3997%2080.3933C95.485%2080.9211%2094.9224%2081.3143%2094.4549%2081.0535L93.843%2080.7122C93.7467%2080.6585%2093.6319%2080.6585%2093.5355%2080.7122L92.9238%2081.0534C92.4562%2081.3141%2091.8937%2080.921%2091.979%2080.3931L92.1049%2079.6142C92.1237%2079.4979%2092.0868%2079.3795%2092.008%2079.2981L91.4425%2078.7132C91.0818%2078.3402%2091.2924%2077.7161%2091.8057%2077.637L92.5551%2077.5215C92.6615%2077.505%2092.7563%2077.4337%2092.8056%2077.3276L93.1086%2076.6767C93.3383%2076.1832%2094.0409%2076.1833%2094.2705%2076.6768L94.5733%2077.3278C94.6226%2077.4338%2094.7172%2077.5051%2094.8239%2077.5215L95.573%2077.6369C96.0863%2077.716%2096.2969%2078.3401%2095.9361%2078.7132L95.3706%2079.2981Z'%20fill='%23C9981D'/%3e%3crect%20x='3.8835'%20y='67.6138'%20width='36.8932'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='85.4369'%20y='66.6479'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='85.4369'%20y='77.2729'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='3.8835'%20y='78.2388'%20width='36.8932'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='3.8835'%20y='28.0112'%20width='92.233'%20height='4.82955'%20rx='2'%20fill='%235A6587'/%3e%3crect%20x='1.94175'%20y='8.69336'%20width='96.1165'%20height='8.69318'%20rx='2'%20fill='%232B3040'/%3e%3crect%20x='5.82524'%20y='12.5566'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='5.82524'%20y='21.25'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='7.76699'%20y='39.6025'%20width='0.965909'%20height='3.8835'%20rx='0.482955'%20transform='rotate(90%207.76699%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='14.5631'%20y='39.6025'%20width='0.965909'%20height='5.82524'%20rx='0.482955'%20transform='rotate(90%2014.5631%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='96.1165'%20y='39.6025'%20width='0.96591'%20height='23.301'%20rx='0.482955'%20transform='rotate(90%2096.1165%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='14.5631'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2014.5631%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='16.5049'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2016.5049%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='15.534'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2015.534%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='17.4757'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2017.4757%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='66.9903'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2066.9903%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='71.8447'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2071.8447%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='18.4466'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2018.4466%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='24.2718'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2024.2718%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='21.3592'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2021.3592%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='26.2136'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2026.2136%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='29.1262'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2029.1262%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='30.0971'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2030.0971%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='31.068'%20y='35.7388'%20width='7.72727'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2031.068%2035.7388)'%20fill='%23169C18'/%3e%3crect%20x='25.2427'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2025.2427%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='27.1845'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2027.1845%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='28.1553'%20y='39.6025'%20width='0.965909'%20height='0.970874'%20rx='0.482955'%20transform='rotate(90%2028.1553%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='33.0097'%20y='39.6025'%20width='0.965909'%20height='0.970874'%20rx='0.482955'%20transform='rotate(90%2033.0097%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='34.9515'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2034.9515%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='35.9223'%20y='39.6025'%20width='0.965909'%20height='0.970874'%20rx='0.482955'%20transform='rotate(90%2035.9223%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='41.7476'%20y='39.6025'%20width='0.965909'%20height='4.85437'%20rx='0.482955'%20transform='rotate(90%2041.7476%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='20.3884'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2020.3884%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='19.4175'%20y='35.7388'%20width='8.69318'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2019.4175%2035.7388)'%20fill='%23169C18'/%3e%3crect%20x='23.301'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2023.301%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='41.7476'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2041.7476%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='44.6602'%20y='35.7388'%20width='8.69318'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2044.6602%2035.7388)'%20fill='%23169C18'/%3e%3crect%20x='42.7184'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2042.7184%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='43.6893'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2043.6893%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='45.6311'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2045.6311%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='48.5437'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2048.5437%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='51.4563'%20y='39.6025'%20width='0.965909'%20height='0.970874'%20rx='0.482955'%20transform='rotate(90%2051.4563%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='50.4854'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2050.4854%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='53.3981'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2053.3981%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='55.3398'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2055.3398%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='58.2524'%20y='35.7388'%20width='8.69318'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2058.2524%2035.7388)'%20fill='%23169C18'/%3e%3crect%20x='63.1068'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2063.1068%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='61.165'%20y='35.7388'%20width='8.69318'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2061.165%2035.7388)'%20fill='%23169C18'/%3e%3crect%20x='60.1942'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2060.1942%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='62.1359'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2062.1359%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='64.0777'%20y='39.6025'%20width='0.965909'%20height='0.970874'%20rx='0.482955'%20transform='rotate(90%2064.0777%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='66.9903'%20y='39.6025'%20width='0.965909'%20height='1.94175'%20rx='0.482955'%20transform='rotate(90%2066.9903%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='69.9029'%20y='39.6025'%20width='0.965909'%20height='1.94175'%20rx='0.482955'%20transform='rotate(90%2069.9029%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='57.2816'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2057.2816%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='49.5146'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2049.5146%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='47.5728'%20y='35.7388'%20width='8.69318'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2047.5728%2035.7388)'%20fill='%23169C18'/%3e%3crect%20x='52.4272'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2052.4272%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='54.3689'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2054.3689%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='56.3107'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2056.3107%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='32.0388'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2032.0388%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='22.3301'%20y='34.7729'%20width='10.625'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2022.3301%2034.7729)'%20fill='%23169C18'/%3e%3crect%20x='46.6019'%20y='34.7729'%20width='10.625'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2046.6019%2034.7729)'%20fill='%23169C18'/%3e%3crect%20x='59.2233'%20y='34.7729'%20width='10.625'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2059.2233%2034.7729)'%20fill='%23169C18'/%3e%3crect%20width='0.965909'%20height='2.91262'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2093.2039%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='0.965909'%20height='5.82524'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2086.4078%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='0.96591'%20height='24.2718'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%203.8835%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2086.4078%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2084.466%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2085.4369%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2083.4952%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2033.9806%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2029.1262%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2082.5243%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2076.699%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2079.6117%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2074.7573%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2071.8447%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2070.8738%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='7.72727'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2069.9029%2048.2954)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2075.7282%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2073.7864%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='0.965909'%20height='0.970874'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2072.8155%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='0.965909'%20height='0.970874'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2067.9612%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2066.0194%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='0.965909'%20height='0.970874'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2065.0486%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='0.965909'%20height='4.85437'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2059.2233%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2080.5825%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='8.69318'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2081.5534%2048.2954)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2077.6699%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2059.2233%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='8.69318'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2056.3107%2048.2954)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2058.2524%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2057.2816%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2055.3398%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2052.4272%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='0.965909'%20height='0.970874'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2049.5146%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2050.4854%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2047.5728%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2045.6311%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='8.69318'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2042.7185%2048.2954)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2037.8641%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='8.69318'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2039.8058%2048.2954)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2040.7767%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2038.835%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='0.965909'%20height='0.970874'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2036.8932%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='0.965909'%20height='1.94175'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2033.9806%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='0.965909'%20height='1.94175'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2031.068%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2043.6893%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2051.4563%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='8.69318'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2053.3981%2048.2954)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2048.5437%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2046.602%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2044.6602%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2068.9321%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='10.625'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2078.6408%2047.3296)'%20fill='%23F6AB55'/%3e%3crect%20width='10.625'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2054.3689%2047.3296)'%20fill='%23F6AB55'/%3e%3crect%20width='10.625'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2041.7476%2047.3296)'%20fill='%23F6AB55'/%3e%3crect%20x='21.3592'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23919AB6'/%3e%3crect%20x='83.4951'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23919AB6'/%3e%3crect%20x='88.3495'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23919AB6'/%3e%3crect%20x='93.2039'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23919AB6'/%3e%3crect%20x='87.3786'%20y='10.625'%20width='8.73786'%20height='4.82955'%20rx='1'%20fill='%23C9981D'/%3e%3crect%20x='62.6359'%20y='11.125'%20width='21.3301'%20height='3.82955'%20rx='0.5'%20stroke='%23737EA1'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8126_6167'%3e%3crect%20width='100'%20height='85'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",Lg="data:image/svg+xml,%3csvg%20width='100'%20height='85'%20viewBox='0%200%20100%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_8126_5683)'%3e%3crect%20x='1.94175'%20y='1.93164'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%23D1D5E0'/%3e%3crect%20x='1.94175'%20y='19.3184'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%23F3F4F7'/%3e%3crect%20x='1.94175'%20y='26.0796'%20width='96.1165'%20height='56.9886'%20rx='2'%20fill='%23F3F4F7'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M95.3706%2068.6731C95.2918%2068.7545%2095.2551%2068.8728%2095.2737%2068.9889L95.3997%2069.7683C95.485%2070.2961%2094.9224%2070.6893%2094.4549%2070.4285L93.843%2070.0872C93.7467%2070.0335%2093.6319%2070.0335%2093.5355%2070.0872L92.9238%2070.4284C92.4562%2070.6891%2091.8937%2070.296%2091.979%2069.7681L92.1049%2068.9892C92.1237%2068.8729%2092.0868%2068.7545%2092.008%2068.6731L91.4425%2068.0882C91.0818%2067.7152%2091.2924%2067.0911%2091.8057%2067.012L92.5551%2066.8965C92.6615%2066.88%2092.7563%2066.8087%2092.8056%2066.7026L93.1086%2066.0517C93.3383%2065.5582%2094.0409%2065.5583%2094.2705%2066.0518L94.5733%2066.7028C94.6226%2066.8088%2094.7172%2066.8801%2094.8239%2066.8965L95.573%2067.0119C96.0863%2067.091%2096.2969%2067.7151%2095.9361%2068.0882L95.3706%2068.6731Z'%20fill='%23FAB404'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M95.3706%2079.2981C95.2918%2079.3795%2095.2551%2079.4978%2095.2737%2079.6139L95.3997%2080.3933C95.485%2080.9211%2094.9224%2081.3143%2094.4549%2081.0535L93.843%2080.7122C93.7467%2080.6585%2093.6319%2080.6585%2093.5355%2080.7122L92.9238%2081.0534C92.4562%2081.3141%2091.8937%2080.921%2091.979%2080.3931L92.1049%2079.6142C92.1237%2079.4979%2092.0868%2079.3795%2092.008%2079.2981L91.4425%2078.7132C91.0818%2078.3402%2091.2924%2077.7161%2091.8057%2077.637L92.5551%2077.5215C92.6615%2077.505%2092.7563%2077.4337%2092.8056%2077.3276L93.1086%2076.6767C93.3383%2076.1832%2094.0409%2076.1833%2094.2705%2076.6768L94.5733%2077.3278C94.6226%2077.4338%2094.7172%2077.5051%2094.8239%2077.5215L95.573%2077.6369C96.0863%2077.716%2096.2969%2078.3401%2095.9361%2078.7132L95.3706%2079.2981Z'%20fill='%23FAB404'/%3e%3crect%20x='3.8835'%20y='67.6138'%20width='36.8932'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='85.4369'%20y='66.6479'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='85.4369'%20y='77.2729'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='3.8835'%20y='78.2388'%20width='36.8932'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='3.8835'%20y='28.0112'%20width='92.233'%20height='4.82955'%20rx='2'%20fill='%23737EA1'/%3e%3crect%20x='1.94175'%20y='8.69336'%20width='96.1165'%20height='8.69318'%20rx='2'%20fill='%23F3F4F7'/%3e%3crect%20x='5.82524'%20y='12.5566'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='5.82524'%20y='21.25'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='7.76699'%20y='39.6025'%20width='0.965909'%20height='3.8835'%20rx='0.482955'%20transform='rotate(90%207.76699%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='14.5631'%20y='39.6025'%20width='0.965909'%20height='5.82524'%20rx='0.482955'%20transform='rotate(90%2014.5631%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='96.1165'%20y='39.6025'%20width='0.96591'%20height='23.301'%20rx='0.482955'%20transform='rotate(90%2096.1165%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='14.5631'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2014.5631%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='16.5049'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2016.5049%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='15.534'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2015.534%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='17.4757'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2017.4757%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='66.9903'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2066.9903%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='71.8447'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2071.8447%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='18.4466'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2018.4466%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='24.2718'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2024.2718%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='21.3592'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2021.3592%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='26.2136'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2026.2136%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='29.1262'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2029.1262%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='30.0971'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2030.0971%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='31.068'%20y='35.7388'%20width='7.72727'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2031.068%2035.7388)'%20fill='%23169C18'/%3e%3crect%20x='25.2427'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2025.2427%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='27.1845'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2027.1845%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='28.1553'%20y='39.6025'%20width='0.965909'%20height='0.970874'%20rx='0.482955'%20transform='rotate(90%2028.1553%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='33.0097'%20y='39.6025'%20width='0.965909'%20height='0.970874'%20rx='0.482955'%20transform='rotate(90%2033.0097%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='34.9515'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2034.9515%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='35.9223'%20y='39.6025'%20width='0.965909'%20height='0.970874'%20rx='0.482955'%20transform='rotate(90%2035.9223%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='41.7476'%20y='39.6025'%20width='0.965909'%20height='4.85437'%20rx='0.482955'%20transform='rotate(90%2041.7476%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='20.3884'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2020.3884%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='19.4175'%20y='35.7388'%20width='8.69318'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2019.4175%2035.7388)'%20fill='%23169C18'/%3e%3crect%20x='23.301'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2023.301%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='41.7476'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2041.7476%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='44.6602'%20y='35.7388'%20width='8.69318'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2044.6602%2035.7388)'%20fill='%23169C18'/%3e%3crect%20x='42.7184'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2042.7184%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='43.6893'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2043.6893%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='45.6311'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2045.6311%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='48.5437'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2048.5437%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='51.4563'%20y='39.6025'%20width='0.965909'%20height='0.970874'%20rx='0.482955'%20transform='rotate(90%2051.4563%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='50.4854'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2050.4854%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='53.3981'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2053.3981%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='55.3398'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2055.3398%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='58.2524'%20y='35.7388'%20width='8.69318'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2058.2524%2035.7388)'%20fill='%23169C18'/%3e%3crect%20x='63.1068'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2063.1068%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='61.165'%20y='35.7388'%20width='8.69318'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2061.165%2035.7388)'%20fill='%23169C18'/%3e%3crect%20x='60.1942'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2060.1942%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='62.1359'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2062.1359%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='64.0777'%20y='39.6025'%20width='0.965909'%20height='0.970874'%20rx='0.482955'%20transform='rotate(90%2064.0777%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='66.9903'%20y='39.6025'%20width='0.965909'%20height='1.94175'%20rx='0.482955'%20transform='rotate(90%2066.9903%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='69.9029'%20y='39.6025'%20width='0.965909'%20height='1.94175'%20rx='0.482955'%20transform='rotate(90%2069.9029%2039.6025)'%20fill='%23169C18'/%3e%3crect%20x='57.2816'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2057.2816%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='49.5146'%20y='37.6709'%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2049.5146%2037.6709)'%20fill='%23169C18'/%3e%3crect%20x='47.5728'%20y='35.7388'%20width='8.69318'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2047.5728%2035.7388)'%20fill='%23169C18'/%3e%3crect%20x='52.4272'%20y='38.6367'%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='rotate(90%2052.4272%2038.6367)'%20fill='%23169C18'/%3e%3crect%20x='54.3689'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2054.3689%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='56.3107'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2056.3107%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='32.0388'%20y='36.7046'%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2032.0388%2036.7046)'%20fill='%23169C18'/%3e%3crect%20x='22.3301'%20y='34.7729'%20width='10.625'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2022.3301%2034.7729)'%20fill='%23169C18'/%3e%3crect%20x='46.6019'%20y='34.7729'%20width='10.625'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2046.6019%2034.7729)'%20fill='%23169C18'/%3e%3crect%20x='59.2233'%20y='34.7729'%20width='10.625'%20height='0.970873'%20rx='0.485437'%20transform='rotate(90%2059.2233%2034.7729)'%20fill='%23169C18'/%3e%3crect%20width='0.965909'%20height='2.91262'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2093.2039%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='0.965909'%20height='5.82524'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2086.4078%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='0.96591'%20height='24.2718'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%203.8835%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2086.4078%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2084.466%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2085.4369%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2083.4952%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2033.9806%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2029.1262%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2082.5243%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2076.699%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2079.6117%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2074.7573%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2071.8447%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2070.8738%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='7.72727'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2069.9029%2048.2954)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2075.7282%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2073.7864%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='0.965909'%20height='0.970874'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2072.8155%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='0.965909'%20height='0.970874'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2067.9612%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2066.0194%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='0.965909'%20height='0.970874'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2065.0486%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='0.965909'%20height='4.85437'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2059.2233%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2080.5825%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='8.69318'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2081.5534%2048.2954)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2077.6699%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2059.2233%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='8.69318'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2056.3107%2048.2954)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2058.2524%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2057.2816%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2055.3398%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2052.4272%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='0.965909'%20height='0.970874'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2049.5146%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2050.4854%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2047.5728%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2045.6311%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='8.69318'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2042.7185%2048.2954)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2037.8641%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='8.69318'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2039.8058%2048.2954)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2040.7767%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2038.835%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='0.965909'%20height='0.970874'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2036.8932%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='0.965909'%20height='1.94175'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2033.9806%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='0.965909'%20height='1.94175'%20rx='0.482955'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2031.068%2052.1592)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2043.6893%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='4.82955'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2051.4563%2050.2275)'%20fill='%23F6AB55'/%3e%3crect%20width='8.69318'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2053.3981%2048.2954)'%20fill='%23F6AB55'/%3e%3crect%20width='2.89773'%20height='0.970874'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2048.5437%2051.1934)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2046.602%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2044.6602%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='6.76136'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2068.9321%2049.2612)'%20fill='%23F6AB55'/%3e%3crect%20width='10.625'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2078.6408%2047.3296)'%20fill='%23F6AB55'/%3e%3crect%20width='10.625'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2054.3689%2047.3296)'%20fill='%23F6AB55'/%3e%3crect%20width='10.625'%20height='0.970873'%20rx='0.485437'%20transform='matrix(4.39361e-08%201%201%20-4.34879e-08%2041.7476%2047.3296)'%20fill='%23F6AB55'/%3e%3crect%20x='21.3592'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23454E68'/%3e%3crect%20x='83.4951'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23454E68'/%3e%3crect%20x='88.3495'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23454E68'/%3e%3crect%20x='93.2039'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23454E68'/%3e%3crect%20x='87.3786'%20y='10.625'%20width='8.73786'%20height='4.82955'%20rx='1'%20fill='%23FAB404'/%3e%3crect%20x='62.6359'%20y='11.125'%20width='21.3301'%20height='3.82955'%20rx='0.5'%20stroke='%235A6587'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8126_5683'%3e%3crect%20width='100'%20height='85'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",Eg="data:image/svg+xml,%3csvg%20width='100'%20height='85'%20viewBox='0%200%20100%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_8126_6168)'%3e%3crect%20x='1.94174'%20y='1.93164'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%2314171F'/%3e%3crect%20x='1.94174'%20y='19.3184'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%232B3040'/%3e%3crect%20x='1.94174'%20y='26.0796'%20width='96.1165'%20height='56.9886'%20rx='2'%20fill='%232B3040'/%3e%3crect%20x='3.8835'%20y='28.0112'%20width='92.233'%20height='4.82955'%20rx='2'%20fill='%235A6587'/%3e%3crect%20x='3.8835'%20y='34.7729'%20width='92.233'%20height='4.82955'%20rx='2'%20fill='%23272C3A'/%3e%3crect%20x='3.8835'%20y='46.3638'%20width='92.233'%20height='4.82955'%20rx='2'%20fill='%23272C3A'/%3e%3crect%20x='3.8835'%20y='57.9546'%20width='92.233'%20height='4.82955'%20rx='2'%20fill='%23272C3A'/%3e%3crect%20x='3.8835'%20y='69.5454'%20width='92.233'%20height='4.82955'%20rx='2'%20fill='%23272C3A'/%3e%3crect%20x='1.94174'%20y='8.69336'%20width='96.1165'%20height='8.69318'%20rx='2'%20fill='%232B3040'/%3e%3crect%20x='5.82524'%20y='12.5566'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='5.82524'%20y='21.25'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='21.3592'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23919AB6'/%3e%3crect%20x='83.4951'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23919AB6'/%3e%3crect%20x='88.3495'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23919AB6'/%3e%3crect%20x='93.2039'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23919AB6'/%3e%3crect%20x='87.3786'%20y='10.625'%20width='8.73786'%20height='4.82955'%20rx='1'%20fill='%23C9981D'/%3e%3crect%20x='62.6359'%20y='11.125'%20width='21.3301'%20height='3.82955'%20rx='0.5'%20stroke='%23737EA1'/%3e%3crect%20x='5.82524'%20y='36.7046'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.9903'%20y='36.7046'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='74.7573'%20y='36.7046'%20width='19.4175'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='28.1553'%20y='35.7388'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='39.8058'%20y='35.7388'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='51.4563'%20y='35.7388'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23CDD1DE'/%3e%3crect%20x='5.82524'%20y='42.5'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.9903'%20y='42.5'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='74.7573'%20y='42.5'%20width='19.4175'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='28.1553'%20y='41.5342'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='39.8058'%20y='41.5342'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='51.4563'%20y='41.5342'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23CDD1DE'/%3e%3crect%20x='5.82524'%20y='54.0908'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.9903'%20y='54.0908'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='74.7573'%20y='54.0908'%20width='19.4175'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='28.1553'%20y='53.125'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='39.8058'%20y='53.125'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='51.4563'%20y='53.125'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23CDD1DE'/%3e%3crect%20x='5.82524'%20y='65.6816'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.9903'%20y='65.6816'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='74.7573'%20y='65.6816'%20width='19.4175'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='28.1553'%20y='64.7158'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='39.8058'%20y='64.7158'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='51.4563'%20y='64.7158'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23CDD1DE'/%3e%3crect%20x='5.82524'%20y='77.2725'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.9903'%20y='77.2725'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='74.7573'%20y='77.2725'%20width='19.4175'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='28.1553'%20y='76.3066'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='39.8058'%20y='76.3066'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='51.4563'%20y='76.3066'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23CDD1DE'/%3e%3crect%20x='5.82524'%20y='48.2954'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.9903'%20y='48.2954'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='74.7573'%20y='48.2954'%20width='19.4175'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='28.1553'%20y='47.3296'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='39.8058'%20y='47.3296'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='51.4563'%20y='47.3296'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23CDD1DE'/%3e%3crect%20x='5.82524'%20y='59.8862'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.9903'%20y='59.8862'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='74.7573'%20y='59.8862'%20width='19.4175'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='28.1553'%20y='58.9204'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='39.8058'%20y='58.9204'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='51.4563'%20y='58.9204'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23CDD1DE'/%3e%3crect%20x='5.82524'%20y='71.4771'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='66.9903'%20y='71.4771'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='74.7573'%20y='71.4771'%20width='19.4175'%20height='0.965909'%20rx='0.482955'%20fill='%23AFB6CA'/%3e%3crect%20x='28.1553'%20y='70.5112'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='39.8058'%20y='70.5112'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='51.4563'%20y='70.5112'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23CDD1DE'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8126_6168'%3e%3crect%20width='100'%20height='85'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",Sg="data:image/svg+xml,%3csvg%20width='100'%20height='85'%20viewBox='0%200%20100%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_8126_5684)'%3e%3crect%20x='1.94174'%20y='1.93164'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%23D1D5E0'/%3e%3crect%20x='1.94174'%20y='19.3184'%20width='96.1165'%20height='4.82955'%20rx='2'%20fill='%23F3F4F7'/%3e%3crect%20x='1.94174'%20y='26.0796'%20width='96.1165'%20height='56.9886'%20rx='2'%20fill='%23F3F4F7'/%3e%3crect%20x='3.8835'%20y='28.0112'%20width='92.233'%20height='4.82955'%20rx='2'%20fill='%23737EA1'/%3e%3crect%20x='3.8835'%20y='34.7729'%20width='92.233'%20height='4.82955'%20rx='2'%20fill='%23EDEEF3'/%3e%3crect%20x='3.8835'%20y='46.3638'%20width='92.233'%20height='4.82955'%20rx='2'%20fill='%23EDEEF3'/%3e%3crect%20x='3.8835'%20y='57.9546'%20width='92.233'%20height='4.82955'%20rx='2'%20fill='%23EDEEF3'/%3e%3crect%20x='3.8835'%20y='69.5454'%20width='92.233'%20height='4.82955'%20rx='2'%20fill='%23EDEEF3'/%3e%3crect%20x='1.94174'%20y='8.69336'%20width='96.1165'%20height='8.69318'%20rx='2'%20fill='%23F3F4F7'/%3e%3crect%20x='5.82524'%20y='12.5566'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='5.82524'%20y='21.25'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='21.3592'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23454E68'/%3e%3crect%20x='83.4951'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23454E68'/%3e%3crect%20x='88.3495'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23454E68'/%3e%3crect%20x='93.2039'%20y='21.25'%20width='2.91262'%20height='0.965909'%20rx='0.482955'%20fill='%23454E68'/%3e%3crect%20x='87.3786'%20y='10.625'%20width='8.73786'%20height='4.82955'%20rx='1'%20fill='%23FAB404'/%3e%3crect%20x='62.6359'%20y='11.125'%20width='21.3301'%20height='3.82955'%20rx='0.5'%20stroke='%235A6587'/%3e%3crect%20x='5.82524'%20y='36.7046'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.9903'%20y='36.7046'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='74.7573'%20y='36.7046'%20width='19.4175'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='28.1553'%20y='35.7388'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='39.8058'%20y='35.7388'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='51.4563'%20y='35.7388'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23CDD1DE'/%3e%3crect%20x='5.82524'%20y='42.5'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.9903'%20y='42.5'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='74.7573'%20y='42.5'%20width='19.4175'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='28.1553'%20y='41.5342'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='39.8058'%20y='41.5342'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='51.4563'%20y='41.5342'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23CDD1DE'/%3e%3crect%20x='5.82524'%20y='54.0908'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.9903'%20y='54.0908'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='74.7573'%20y='54.0908'%20width='19.4175'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='28.1553'%20y='53.125'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='39.8058'%20y='53.125'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='51.4563'%20y='53.125'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23CDD1DE'/%3e%3crect%20x='5.82524'%20y='65.6816'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.9903'%20y='65.6816'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='74.7573'%20y='65.6816'%20width='19.4175'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='28.1553'%20y='64.7158'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='39.8058'%20y='64.7158'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='51.4563'%20y='64.7158'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23CDD1DE'/%3e%3crect%20x='5.82524'%20y='77.2725'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.9903'%20y='77.2725'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='74.7573'%20y='77.2725'%20width='19.4175'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='28.1553'%20y='76.3066'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='39.8058'%20y='76.3066'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='51.4563'%20y='76.3066'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23CDD1DE'/%3e%3crect%20x='5.82524'%20y='48.2954'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.9903'%20y='48.2954'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='74.7573'%20y='48.2954'%20width='19.4175'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='28.1553'%20y='47.3296'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='39.8058'%20y='47.3296'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='51.4563'%20y='47.3296'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23CDD1DE'/%3e%3crect%20x='5.82524'%20y='59.8862'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.9903'%20y='59.8862'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='74.7573'%20y='59.8862'%20width='19.4175'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='28.1553'%20y='58.9204'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='39.8058'%20y='58.9204'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='51.4563'%20y='58.9204'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23CDD1DE'/%3e%3crect%20x='5.82524'%20y='71.4771'%20width='13.5922'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='66.9903'%20y='71.4771'%20width='4.85437'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='74.7573'%20y='71.4771'%20width='19.4175'%20height='0.965909'%20rx='0.482955'%20fill='%23313749'/%3e%3crect%20x='28.1553'%20y='70.5112'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23169C18'/%3e%3crect%20x='39.8058'%20y='70.5112'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23F6AB55'/%3e%3crect%20x='51.4563'%20y='70.5112'%20width='2.91262'%20height='2.89773'%20rx='1.44886'%20fill='%23CDD1DE'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8126_5684'%3e%3crect%20width='100'%20height='85'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",Tg={class:"wt-app-navigator"},Og={class:"wt-app-navigator__nav-wrapper"},Bg={class:"wt-app-navigator__nav-title"},Ag={class:"wt-app-navigator__nav"},$g=["href","title"],Dg=["alt","src"],Mg={class:"wt-app-navigator__card__title"},Ng=ie({__name:"wt-app-navigator",props:{currentApp:{type:String},apps:{type:Array,default:()=>[]},darkMode:{type:Boolean,default:!1}},setup(e){const t={[je.ADMIN]:{dark:pg,light:mg},[je.AGENT]:{dark:yg,light:gg},[je.ANALYTICS]:{dark:Cg,light:wg},[je.CRM]:{dark:vg,light:xg},[je.HISTORY]:{dark:kg,light:Lg},[je.AUDIT]:{dark:bg,light:_g},[je.SUPERVISOR]:{dark:Eg,light:Sg}},n=e,r=i.ref(!1),a=[je.AGENT,je.SUPERVISOR,je.HISTORY,je.ADMIN,je.AUDIT,je.CRM,je.ANALYTICS],o=i.computed(()=>n.apps.reduce((s,c)=>[...s,{...c,img:n.darkMode?t[c.name].dark:t[c.name].light,currentApp:n.currentApp===c.name}],[]).sort((s,c)=>a.indexOf(s.name)-a.indexOf(c.name)));function l(){r.value=!1}return(s,c)=>{const u=i.resolveComponent("wt-icon-btn"),h=i.resolveComponent("wt-tooltip"),f=i.resolveDirective("clickaway");return i.withDirectives((i.openBlock(),i.createElementBlock("div",Tg,[i.createVNode(h,null,{activator:i.withCtx(()=>[i.createVNode(u,{class:i.normalizeClass([{active:r.value},"wt-app-navigator__btn"]),icon:"app-navigator",onClick:c[0]||(c[0]=d=>r.value=!r.value)},null,8,["class"])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(s.$t("webitelUI.appNavigator.title")),1)],void 0,!0),_:1}),i.createVNode(i.Transition,{name:"fade"},{default:i.withCtx(()=>[i.withDirectives(i.createElementVNode("nav",Og,[i.createElementVNode("h3",Bg,i.toDisplayString(s.$t("webitelUI.appNavigator.title")),1),i.createElementVNode("ul",Ag,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.value,d=>(i.openBlock(),i.createElementBlock("li",{key:d.name,class:i.normalizeClass([{active:d.currentApp},"wt-app-navigator__card"])},[i.createElementVNode("a",{href:d.href,title:s.$t(`webitelUI.appNavigator.${d.name}`),class:"wt-app-navigator__card__link",target:"_blank"},[i.createElementVNode("img",{alt:`${d.name}-pic`,src:d.img,class:"wt-app-navigator__card__img"},null,8,Dg),i.createElementVNode("p",Mg,i.toDisplayString(s.$t(`webitelUI.appNavigator.${d.name}`)),1)],8,$g)],2))),128))])],512),[[i.vShow,r.value]])],void 0,!0),_:1})])),[[f,l]])}}},[["__scopeId","data-v-8d9912eb"]]),Pg={name:"FiltersPanelWrapper",data:()=>({isOpened:!1,filtersCount:0}),methods:{tableActionsHandler(e){switch(e){case"filterReset":this.resetFilters();break;case"settings":this.toggleFiltersExpansion();break}},toggleFiltersExpansion(){this.isOpened=!this.isOpened},resetFilters(){this.$emit("reset")}}},Vg={class:"filters-wrap"},Fg={class:"actions-wrap"};function Ig(e,t,n,r,a,o){const l=i.resolveComponent("wt-table-actions");return i.openBlock(),i.createElementBlock("article",{class:i.normalizeClass(["filters-panel-wrapper",{"filters-panel-wrapper--opened":e.isOpened}])},[i.createElementVNode("div",Vg,[i.renderSlot(e.$slots,"default",{},void 0,!0)]),i.createElementVNode("div",Fg,[i.createVNode(l,{icons:["filter-reset","settings"],onInput:o.tableActionsHandler},null,8,["onInput"])])],2)}const Rg=ie(Pg,[["render",Ig],["__scopeId","data-v-263e8df2"]]),Hg={name:"WtHeaderActions",props:{user:{type:Object,default:()=>({})},buildInfo:{type:Object}},data:()=>({isOpened:!1}),computed:{isHeader(){return!!(this.userName||this.userAccount)},isFooter(){return this.buildInfo},userName(){return this.user.name||this.user.username},userAccount(){return this.user.preferredUsername||this.user.account},buildVersion(){return`${this.$t("webitelUI.headerActions.buildVersion")}: v${this.buildInfo.release}-${this.buildInfo.build}`}},methods:{settings(){this.$emit("settings"),this.close()},logout(){this.$emit("logout"),this.close()},close(){this.isOpened=!1}}},Zg={class:"wt-header-actions"},Ug={class:"wt-header-actions__panel-wrapper"},Wg={key:0,class:"wt-header-actions__header"},jg={class:"wt-header-actions__name"},Yg={class:"wt-header-actions__account"},zg={class:"wt-header-actions__actions-wrapper"},qg={class:"wt-header-actions__action"},Kg={class:"wt-header-actions__action"},Gg={class:"wt-header-actions__action wt-header-actions__action--logout"},Xg={key:1,class:"wt-header-actions__footer"},Qg={class:"wt-header-actions__build__version"};function Jg(e,t,n,r,a,o){const l=i.resolveComponent("wt-icon-btn"),s=i.resolveComponent("wt-tooltip"),c=i.resolveComponent("wt-icon"),u=i.resolveDirective("clickaway");return i.openBlock(),i.createElementBlock("div",Zg,[i.createVNode(s,null,{activator:i.withCtx(()=>[i.withDirectives(i.createVNode(l,{class:i.normalizeClass([{active:e.isOpened},"wt-header-actions__btn"]),icon:"account",onClick:t[0]||(t[0]=h=>e.isOpened=!e.isOpened)},null,8,["class"]),[[u,o.close]])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(e.$t("webitelUI.headerActions.account")),1)],void 0,!0),_:1}),i.createVNode(i.Transition,{name:"fade"},{default:i.withCtx(()=>[i.withDirectives(i.createElementVNode("section",Ug,[o.isHeader?(i.openBlock(),i.createElementBlock("header",Wg,[i.createElementVNode("h3",jg,i.toDisplayString(o.userName),1),i.createElementVNode("p",Yg,i.toDisplayString(o.userAccount),1)])):i.createCommentVNode("",!0),i.createElementVNode("ul",zg,[i.createElementVNode("li",qg,[i.createElementVNode("a",{class:"wt-header-actions__action__link",href:"https://docs.webitel.com/display/WEP/Webitel+Elastic+Platform",target:"_blank",onClick:t[1]||(t[1]=(...h)=>o.close&&o.close(...h))},[i.createVNode(c,{icon:"docs"}),i.createElementVNode("span",null,i.toDisplayString(e.$t("webitelUI.headerActions.docs")),1)])]),i.createElementVNode("li",Kg,[i.createElementVNode("a",{class:"wt-header-actions__action__link",onClick:t[2]||(t[2]=i.withModifiers((...h)=>o.settings&&o.settings(...h),["prevent"]))},[i.createVNode(c,{icon:"settings"}),i.createElementVNode("span",null,i.toDisplayString(e.$t("webitelUI.headerActions.settings")),1)])]),i.createElementVNode("li",Gg,[i.createElementVNode("a",{class:"wt-header-actions__action__link",onClick:t[3]||(t[3]=i.withModifiers((...h)=>o.logout&&o.logout(...h),["prevent"]))},[i.createVNode(c,{color:"error",icon:"logout"}),i.createElementVNode("span",null,i.toDisplayString(e.$t("webitelUI.headerActions.logout")),1)])])]),o.isFooter?(i.openBlock(),i.createElementBlock("footer",Xg,[i.createElementVNode("p",Qg,i.toDisplayString(o.buildVersion),1)])):i.createCommentVNode("",!0)],512),[[i.vShow,e.isOpened]])],void 0,!0),_:1})])}const eC=ie(Hg,[["render",Jg],["__scopeId","data-v-c0986d14"]]),tC="data:image/svg+xml,%3csvg%20width='1000'%20height='403'%20viewBox='0%200%201000%20403'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M107.973%20240.372L39.3729%20131.434H0V310.173H43.7198L42.7547%20202.443L111.112%20310.173H150.728V131.434H107.008L107.973%20240.372Z'%20fill='%23FFC107'/%3e%3cpath%20d='M263.77%20128.052C247.183%20128.052%20231.804%20131.794%20217.634%20139.28C203.463%20146.765%20191.906%20157.844%20182.969%20172.493C174.032%20187.15%20169.559%20203.894%20169.559%20222.734V222.977C169.559%20238.434%20173.381%20253.013%20181.031%20266.697C188.681%20280.388%20199.831%20291.617%20214.488%20300.397C229.137%20309.177%20245.488%20313.563%20263.519%20313.563C290.73%20313.563%20313.312%20304.469%20331.272%20286.265C349.225%20268.07%20358.209%20246.249%20358.209%20220.803C358.209%20195.365%20349.233%20173.545%20331.272%20155.341C313.32%20137.146%20290.825%20128.052%20263.77%20128.052ZM299.762%20257.038C291.225%20267.991%20279.471%20273.46%20264.492%20273.46C249.678%20273.46%20237.76%20268.227%20228.744%20257.76C219.721%20247.293%20215.217%20234.895%20215.217%20220.56V220.317C215.217%20206.633%20219.603%20194.51%20228.383%20183.965C237.156%20173.419%20249.035%20168.147%20264.014%20168.147C279.149%20168.147%20291.029%20173.663%20299.644%20184.694C308.259%20195.726%20312.567%20207.849%20312.567%20221.047C312.559%20234.087%20308.291%20246.084%20299.762%20257.038Z'%20fill='%23FFC107'/%3e%3cpath%20d='M606.286%20131.434L581.884%20248.101L555.56%20131.434H520.534L494.202%20247.614L469.807%20131.434H423.428L469.564%20310.173H510.875L537.686%20194.471L564.976%20310.173H605.078L652.415%20131.434H606.286Z'%20fill='%23FFC107'/%3e%3cpath%20d='M708.94%20131.434L638.166%20310.181H687.685L695.9%20284.335H758.458L766.909%20310.181H816.906L748.305%20131.434H708.94ZM707.245%20248.101L726.571%20185.785L746.618%20248.101H707.245Z'%20fill='%23FFC107'/%3e%3cpath%20d='M867.154%20203.173L840.586%20131.434H791.068L844.446%20245.198V310.173H890.104V245.198L942.996%20131.434H893.965L867.154%20203.173Z'%20fill='%23FFC107'/%3e%3cpath%20d='M1000%20131.434H958.697V251.239H1000V131.434Z'%20fill='%23FFC107'/%3e%3cpath%20d='M1000%20269.113H958.697V310.173H1000V269.113Z'%20fill='%23FFC107'/%3e%3cpath%20d='M535.893%20342.082C536.106%20324.915%20530.155%20322.847%20528.58%20302.924C527.464%20288.84%20530.374%20289.038%20530.829%20270.68C531.613%20239.55%20523.24%20239.68%20525.667%20215.747C527.527%20197.414%20533.34%20188.464%20528.652%20175.96C527.37%20172.531%20524.873%20167.722%20525.314%20160.843C525.713%20154.49%20528.211%20152.716%20528.151%20145.764C528.095%20139.494%20526.063%20139.419%20526.17%20133.402C526.302%20125.721%20529.633%20125.082%20529.003%20119.005C528.342%20112.653%20524.468%20111.076%20525.648%20106.634C526.676%20102.764%20529.892%20102.893%20530.495%2099.115C531.05%2095.6345%20528.426%2094.8262%20527.811%2088.8042C527.574%2086.5038%20527.226%2083.065%20529.229%2081.2645C530.673%2079.9628%20532.097%2080.6304%20533.361%2079.2335C535.059%2077.3449%20534.318%2074.092%20534.081%2073.0627C532.942%2068.0733%20529.46%2067.6914%20529.332%2064.1127C529.212%2060.7223%20532.279%2059.4382%20531.429%2057.2596C530.773%2055.5687%20527.061%2056.998%20525.301%2054.6962C524.951%2054.239%20524.827%2053.8538%20524.589%2053.0991C522.995%2048.0835%20525.195%2042.2903%20526.04%2040.067C526.112%2039.8712%20526.279%2039.4485%20526.448%2038.8454C526.745%2037.7565%20526.692%2037.3246%20526.919%2036.0862C527.033%2035.4984%20527.194%2034.8011%20527.45%2033.8924C528.356%2030.72%20529.115%2029.8693%20529.539%2028.4124C530.493%2025.154%20529.061%2021.7557%20525.494%2016.0378C524.422%2014.3129%20514.824%20-1.06894%20512.549%200.172821C510.943%201.04982%20516.549%208.2552%20513.823%2016.6502C512.456%2020.8477%20510.766%2019.9352%20505.51%2028.9506C502.386%2034.3145%20500.816%2037.0671%20500.638%2040.5891C500.523%2042.7462%20500.89%2044.3569%20499.918%2046.7599C498.875%2049.3352%20497.531%2049.7586%20496.457%2052.2317C495.398%2054.6577%20495.558%2056.8321%20495.733%2059.093C496.089%2063.8109%20497.978%2068.0593%20499.099%2069.5412C498.678%2071.7043%20498.461%2075.1476%20499.736%2078.3331C500.888%2081.2197%20502.021%2080.7949%20503.819%2084.5328C504.625%2086.2011%20506.158%2089.4901%20505.821%2093.4663C505.499%2097.2934%20503.829%2097.2206%20503.724%20100.319C503.544%20105.348%20507.933%20106.269%20507.777%20111.321C507.68%20114.341%20506.082%20115.187%20506.358%20118.861C506.533%20121.145%20507.285%20122.68%20507.703%20123.671C510.016%20129.201%20508.319%20133.412%20508.274%20142.208C508.248%20147.873%20508.936%20149.572%20509.565%20155.939C510.777%20168.304%20509.473%20175.139%20508.684%20188.873C508.202%20197.282%20507.536%20208.843%20508.486%20221.811C510.487%20249.121%20517.589%20254.296%20515.034%20274.697C514.16%20281.675%20512.986%20283.794%20512.879%20291.154C512.676%20304.131%20516.17%20307.596%20518.19%20321.379C520.24%20335.397%20518.935%20347.504%20517.98%20356.381C517.165%20363.932%20516.032%20369.63%20515.779%20380.386C515.41%20396.092%20517.462%20399.392%20519.775%20400.999C523.627%20403.674%20530.378%20403.189%20533.506%20399.708C537.669%20395.08%20532.894%20387.927%20531.599%20374.988C530.036%20359.631%20535.69%20358.763%20535.893%20342.082ZM501.205%2061.1816C500.649%2060.99%20500.843%2058.7628%20501.246%2054.3162C501.573%2050.748%20501.733%2048.9679%20501.966%2048.1454C503.328%2043.3594%20507.821%2042.6017%20512.318%2038.5957C520.033%2031.7371%20519.688%2022.5468%20521.334%2022.8627C522.987%2023.1787%20524.468%2032.6975%20519.87%2037.9506C517.674%2040.4561%20516.188%2039.6154%20512.976%2042.7112C510.9%2044.7152%20510.768%2045.8051%20506.739%2052.9683C502.194%2061.0777%20501.479%2061.2775%20501.205%2061.1816ZM518.422%2051.681C517.042%2054.1444%20518.181%2055.2733%20517.012%2057.8477C515.533%2061.1265%20513.08%2060.6802%20510.8%2063.9856C508.37%2067.5097%20508.651%2071.6622%20508.695%2072.2117C509.096%2077.2124%20512.52%2079.2809%20511.375%2083.2051C511.311%2083.4322%20510.766%2085.2415%20509.989%2085.2525C509.158%2085.2632%20508.637%2083.1886%20507.28%2079.0611C504.969%2072.001%20504.459%2071.9038%20504.588%2070.1234C504.794%2067.2058%20506.313%2065.065%20508.062%2062.596C510.009%2059.8536%20511.244%2059.351%20513.596%2055.7636C514.997%2053.6221%20514.731%2053.5342%20515.672%2052.3472C518.724%2048.5129%20520.143%2048.6077%20518.422%2051.681Z'%20fill='url(%23paint0_linear)'/%3e%3cpath%20d='M518.073%20243.13C519.246%20242.533%20521.272%20242.271%20524.947%20241.799C530.13%20241.131%20531.869%20241.636%20532.495%20241.844C533.544%20242.188%20535.933%20242.971%20537.276%20245.302C537.478%20245.648%20538.907%20248.121%20537.93%20250.108C537.112%20251.79%20534.998%20252.248%20535.167%20252.837C535.283%20253.23%20536.194%20252.993%20537.219%20253.532C538.431%20254.175%20538.926%20255.426%20539.258%20256.291C539.451%20256.786%20540.703%20259.979%20539.225%20261.783C538.229%20262.993%20536.59%20262.858%20536.467%20263.822C536.409%20264.238%20536.674%20264.585%20537.141%20265.2C538.06%20266.406%20538.797%20266.441%20539.184%20267.268C539.603%20268.157%20539.236%20269.143%20539.172%20269.323C538.598%20270.873%20537.123%20270.739%20535.723%20272.731C535.327%20273.302%20534.82%20274.044%20535.028%20274.783C535.22%20275.483%20535.871%20275.549%20536.393%20276.164C537.452%20277.403%20536.976%20279.691%20536.364%20280.966C535.545%20282.68%20534.081%20283.44%20532.224%20284.37C530.374%20285.301%20527.142%20286.56%20525.346%20286.385C516.586%20285.579%20509.447%20247.528%20518.073%20243.13Z'%20fill='url(%23paint1_linear)'/%3e%3cpath%20d='M492.647%20249.153C493.016%20249.038%20494.376%20248.685%20496.084%20247.801C499.334%20246.125%20499.665%20244.707%20502.288%20243.036C504.832%20241.419%20504.699%20242.635%20510.543%20240.339C513.5%20239.18%20515.075%20238.256%20516.726%20239.003C517.915%20239.536%20518.536%20240.662%20518.769%20241.071C519.879%20243.055%20519.521%20245.203%20519.423%20245.877C519.284%20246.857%20520.222%20251.335%20522.082%20260.307C523.608%20267.637%20524.37%20271.306%20524.754%20272.674C526.621%20279.315%20528.128%20281.937%20527.418%20286.413C527.124%20288.263%20526.708%20290.913%20524.635%20292.572C523.555%20293.436%20521.926%20294.109%20513.654%20293.188C505.107%20292.242%20501.678%20290.959%20499.24%20293.102C498.404%20293.834%20497.865%20294.82%20496.482%20295.141C494.667%20295.569%20493.961%20294.27%20491.684%20294.429C489.941%20294.552%20489.772%20295.352%20487.557%20295.778C485.703%20296.135%20483.993%20295.929%20483.437%20295.753C477.18%20293.754%20484.172%20251.825%20492.647%20249.153Z'%20fill='url(%23paint2_linear)'/%3e%3cpath%20d='M353.799%20120.77C352.724%20120.307%20346.023%20117.529%20339.385%20120.087C334.128%20122.119%20334.301%20125.423%20327.718%20129.699C323.606%20132.367%20320.052%20133.34%20313.304%20135.191C302.719%20138.087%20300.303%20136.745%20296.144%20139.993C294.504%20141.272%20292.762%20144.05%20289.279%20149.605C286.219%20154.478%20284.885%20157.075%20281.73%20162.646C274.01%20176.275%20273.782%20175.263%20272.809%20178.433C270.95%20184.506%20272.621%20185.502%20271.436%20196.275C270.471%20205.071%20269.106%20206.585%20268.007%20214.118C266.571%20223.91%20267.442%20231.058%20268.007%20237.453C268.439%20242.38%20268.525%20256.519%20268.69%20284.805C268.909%20321.895%20266.767%20316.787%20268.007%20335.587C268.831%20348.055%20270.236%20357.431%20271.436%20380.193C272.095%20392.661%20270.785%20393.477%20272.119%20395.98C280.561%20411.704%20317.298%20392.881%20372.999%20397.353C392.889%20398.946%20452.129%20406.478%20473.879%20400.099C476.469%20399.338%20482.95%20397.345%20485.547%20391.861C488.207%20386.251%20485.382%20379.966%20484.174%20376.764C478.83%20362.563%20484.974%20354.905%20486.92%20328.039C488.944%20300.129%20482.699%20303.064%20484.864%20279.313C487.352%20252.063%20497.214%20230.179%20492.412%20227.841C490.49%20226.907%20488.803%20230.367%20482.801%20230.587C477.143%20230.799%20475.77%20227.825%20469.077%20227.841C464.15%20227.857%20463.758%20229.473%20460.839%20228.524C456.782%20227.213%20456.704%20223.808%20451.917%20222.348C450.701%20221.98%20448.088%20221.179%20445.742%20222.348C443.781%20223.321%20443.624%20224.867%20441.623%20225.777C440.015%20226.515%20438.649%20226.185%20436.131%20225.777C431.368%20225.008%20416.923%20223.847%20421.717%20224.404C416.326%20226.303%20420.344%20222.348%20420.344%20222.348C418.727%20222.466%20417.095%20223.259%20415.542%20222.348C413.769%20221.313%20413.745%20218.849%20413.486%20218.229C410.811%20211.905%20405.051%20212.486%20395.644%20192.148C393.658%20187.856%20390.661%20181.053%20386.032%20168.813C380.257%20153.52%20379.331%20149.809%20375.055%20140.676C367.805%20125.156%20357.848%20122.52%20353.799%20120.77Z'%20fill='%233A3F65'/%3e%3cpath%20d='M379.19%20164.693C379.519%20162.614%20371.861%20159.413%20356.545%20153.026C355.023%20152.39%20347.859%20149.416%20338.012%20146.16C329.256%20143.265%20324.83%20141.821%20322.225%20142.041C314.049%20142.739%20310.785%20147.941%20303.692%20146.16C301.448%20145.595%20298.624%20144.277%20297.517%20145.478C297.062%20145.964%20297.376%20146.678%20297.517%20148.906C297.517%20148.906%20297.58%20149.919%20297.517%20153.026C297.439%20156.674%20294.41%20158.683%20291.342%20164.003C288.086%20169.644%20289.726%20170.468%20287.223%20172.924C283.307%20176.769%20277.839%20176.188%20277.611%20178.416C277.486%20179.656%20279.165%20179.994%20280.357%20182.536C281.228%20184.395%20281.228%20186.137%20281.04%20188.711C280.695%20193.505%20280.522%20195.906%20279.667%20199.005C278.152%20204.49%20277.281%20213.647%20275.547%20231.944C274.575%20242.215%20274.088%20247.354%20274.174%20254.589C274.206%20257.358%20274.425%20269.238%20278.294%20284.099C279.604%20289.152%20280.287%20291.694%20281.04%20291.647C283.064%20291.521%20282.013%20272.91%20285.159%20243.604C287.066%20225.871%20288.039%20227.174%20289.279%20212.038C290.157%20201.289%20290.04%20195.961%20292.707%20187.33C295.469%20178.401%20296.999%20179.515%20299.573%20170.17C301.001%20164.96%20302.154%20158.683%20305.748%20157.82C306.901%20157.545%20307.137%20158.102%20309.177%20157.82C309.907%20157.718%20313.508%20157.224%20316.042%20154.391C317.674%20152.563%20317.565%20151.221%20318.789%20150.962C319.981%20150.711%20320.546%20151.888%20322.908%20153.018C324.179%20153.63%20324.76%20153.646%20328.4%20154.391C328.4%20154.391%20329.774%20154.673%20334.575%20155.764C342.241%20157.506%20348.259%20160.778%20350.362%20161.939C354.019%20163.964%20353.666%20164.262%20355.855%20165.368C365.435%20170.233%20378.711%20167.73%20379.19%20164.693Z'%20fill='%232F3352'/%3e%3cpath%20d='M340.076%20179.79C339.825%20180.433%20351.014%20184.584%20350.37%20187.338C350.245%20187.871%20349.711%20188.185%20349.091%20188.483C344.321%20190.767%20338.875%20190.1%20338.711%20190.084C337.918%20189.99%20327.569%20188.813%20319.495%20192.14C314.23%20194.313%20309.122%20198.738%20309.883%20201.061C310.464%20202.834%20314.285%20202.842%20319.495%20203.117C319.495%20203.117%20339.801%20204.207%20362.046%20210.665C369.759%20212.901%20370.339%20213.851%20370.284%20214.094C370.151%20214.682%20366.008%20213.348%20361.363%20214.776C355.878%20216.471%20351.626%20221.43%20352.442%20223.015C353.187%20224.459%20357.424%20221.689%20365.482%20222.332C371.657%20222.827%20378.241%20225.173%20379.896%20225.761C384.471%20227.393%20386.589%20228.688%20387.444%20227.817C389.163%20226.067%20383.317%20218.001%20384.015%20217.523C384.471%20217.209%20386.369%20221.085%20390.881%20223.698C392.152%20224.435%20392.803%20224.592%20401.858%20227.127C404.84%20227.966%20407.296%20228.649%20407.35%20228.5C407.452%20228.194%20397.08%20227.064%20390.191%20219.578C387.797%20216.973%20387.601%20215.537%20384.698%20213.403C382.054%20211.457%20379.724%20210.822%20374.404%20209.284C362.995%20205.988%20365.773%20206.608%20362.736%20205.855C348.895%20202.395%20343.897%20202.638%20332.544%20198.99C329.256%20197.93%20323.426%20196.039%20323.622%20194.87C323.811%20193.772%20329.209%20194.392%20336.663%20193.497C343.63%20192.665%20356.42%20190.021%20356.561%20186.632C356.71%20182.779%20340.374%20179.028%20340.076%20179.79Z'%20fill='%232F3352'/%3e%3cpath%20d='M420.368%20229.198C417.229%20232.611%20420.548%20237.962%20421.05%20248.414C421.05%20248.414%20421.395%20255.648%20419.677%20263.51C417.362%20274.111%20413.439%20275.578%20408.01%20288.901C403.835%20299.156%20401.944%20308.603%20402.517%20308.799C402.862%20308.917%20404.086%20305.653%20408.692%20295.759C412.231%20288.163%20414.043%20284.287%20416.24%20280.662C420.368%20273.844%20421.129%20274.597%20423.106%20270.368C425.64%20264.938%20425.978%20260.285%20426.535%20252.525C427.319%20241.721%20425.507%20241.25%20427.217%20234.683C428.026%20231.583%20429.124%20229.065%20427.9%20227.817C426.527%20226.413%20422.439%20226.946%20420.368%20229.198Z'%20fill='%232F3352'/%3e%3cpath%20d='M447.131%20225.769C443.271%20226.593%20442.329%20233.404%20439.583%20242.239C436.594%20251.866%20435.856%20249.747%20432.035%20260.772C428.473%20271.058%20428.928%20273.436%20424.487%20290.282C420.619%20304.939%20420.54%20302.145%20418.994%20309.497C416.625%20320.812%20417.7%20323.252%20414.875%20342.436C413.486%20351.86%20412.458%20356.497%20411.94%20358.741C409.335%20369.946%20406.527%20376.709%20406.644%20376.756C406.856%20376.835%20418.116%20355.54%20422.431%20326.657C423.922%20316.677%20423.459%20313.311%20425.86%20300.576C427.06%20294.221%20429.32%20283.691%20433.408%20271.066C436.806%20260.568%20438.508%20255.318%20441.647%20249.104C447.484%20237.546%20453.754%20230.508%20451.259%20227.142C450.348%20225.926%20448.504%20225.479%20447.131%20225.769Z'%20fill='%232F3352'/%3e%3cpath%20d='M462.227%20233.318C454.31%20238.771%20456.507%20252.588%20456.735%20274.495C456.868%20287.661%20456.138%20297.681%20454.679%20317.728C453.212%20337.854%20451.054%20353.382%20450.56%20356.842C447.17%20380.813%20443.498%20395.046%20444.385%20395.274C445.232%20395.486%20449.893%20382.877%20453.306%20368.51C456.774%20353.916%20456.798%20346.525%20459.481%20299.195C461.592%20261.965%20461.992%20259.132%20463.6%20253.899C466.158%20245.534%20470.874%20234.032%20467.72%20231.937C465.97%20230.791%20462.62%20233.051%20462.227%20233.318Z'%20fill='%232F3352'/%3e%3cpath%20d='M392.23%20242.239C391.72%20241.784%20387.797%20247.896%20378.507%20253.216C370.967%20257.539%20369.076%20256.064%20358.609%20261.455C351.006%20265.362%20347.545%20268.43%20345.615%20270.352C341.37%20274.574%20339.495%20278.261%20338.71%20279.98C336.718%20284.342%20335.313%20290.274%20336.655%20290.957C337.557%20291.42%20339.377%20289.348%20342.83%20285.464C356.608%20269.968%20358.609%20268.053%20361.363%20266.249C367.357%20262.31%20368.032%20264.726%20375.086%20260.756C386.958%20254.095%20392.897%20242.843%20392.23%20242.239Z'%20fill='%232F3352'/%3e%3cpath%20d='M491.872%20118.652C491.872%20140.065%20464.982%20156.746%20404.024%20151.591C355.298%20147.472%20310.001%20128.052%20310.001%20106.639C310.001%2095.9292%20316.349%2087.306%20337.456%2083.6496C359.065%2079.9069%20379.332%2077.4746%20404.024%2078.8477C428.732%2080.2208%20444.472%2087.9416%20458.925%2092.5709C480.118%2099.358%20491.872%20105.925%20491.872%20118.652Z'%20fill='url(%23paint3_radial)'/%3e%3cpath%20d='M433.408%20106.074C433.408%20119.845%20431.023%20124.945%20425.169%20133.529C420.148%20140.881%20412.497%20152.744%20402.525%20152.744C380.924%20152.744%20363.403%20132.006%20363.403%20106.42C363.403%2080.8326%20380.916%2060.0947%20402.525%2060.0947C424.126%2060.0947%20433.408%2080.4874%20433.408%20106.074Z'%20fill='url(%23paint4_linear)'/%3e%3cpath%20d='M337.667%2083.7677C359.276%2080.025%20379.543%2077.5927%20404.235%2078.9658C428.943%2080.3389%20444.683%2088.0597%20459.136%2092.689C467.484%2095.3646%20474.366%2098.0089%20479.646%20101.006C479.709%20100.763%20479.748%20100.504%20479.725%20100.237C479.528%2097.8205%20475.268%2096.7613%20463.938%2092.689C457.276%2090.2959%20455.064%2090.445%20450.897%2087.8871C447.798%2085.9804%20444.142%2082.8968%20441.285%2082.3946C441.081%2082.3554%20440.391%2082.2534%20439.912%2081.712C438.877%2080.5351%20439.693%2078.2832%20439.912%2077.5927C440.469%2075.8743%20439.959%2075.843%20439.23%2065.9252C438.359%2054.2106%20438.971%2052.8532%20437.174%2050.8288C435.66%2049.1262%20434.538%2049.2988%20432.372%2046.7095C430.787%2044.8185%20430.167%2043.2728%20428.943%2040.5344C426.095%2034.1475%20424.667%2030.9541%20423.451%2029.5574C420.626%2026.2933%20417.08%2024.9987%20414.529%2024.065C410.261%2022.5035%20409.845%2023.5785%20402.862%2022.0092C396.789%2020.644%20395.777%2019.5376%20392.567%2019.9535C389.029%2020.4086%20386.557%2022.2289%20385.019%2023.3823C380.947%2026.4424%20378.515%2030.4833%20376.098%2036.423C371.696%2047.2274%20370.268%2057.153%20369.923%2059.758C368.738%2068.5929%20368.73%2077.0042%20365.804%2077.6005C365.521%2077.6555%20365.278%2077.6319%20365.121%2077.6005C365.082%2077.6084%20357.643%2078.5499%20350.707%2079.6563C334.41%2082.2613%20334.866%2083.1244%20329.436%2083.7756C329.02%2083.8227%20327.969%2083.9482%20326.69%2084.4582C323.951%2085.5646%20321.833%2087.8008%20321.323%2088.9071C325.371%2086.718%20330.715%2084.9761%20337.667%2083.7677Z'%20fill='url(%23paint5_linear)'/%3e%3cpath%20d='M480.933%20221C480.595%20220.741%20479.905%20220.772%20479.52%20220.882C478.241%20221.243%20476.923%20221.188%20475.691%20220.819C475.425%20219.791%20475.032%20218.332%20474.585%20215.876C474.499%20215.413%20474.405%20214.723%20474.287%20213.773C474.373%20213.97%20474.459%20214.166%20474.561%20214.346C475.275%20215.649%20476.296%20216.771%20477.52%20217.61C477.778%20217.791%20478.147%20217.838%20478.445%20217.783C478.587%20217.759%20478.987%20217.61%20478.72%20217.43C478.328%20217.163%20477.975%20216.857%20477.629%20216.535C478.39%20217.155%20479.324%20217.493%20480.423%20217.281C480.58%20217.249%20481.097%20217.147%20481.058%20216.896C481.019%20216.653%20480.478%20216.708%20480.336%20216.739C479.662%20216.873%20478.979%20216.308%20478.532%20215.86C477.982%20215.311%20477.567%20214.629%20477.221%20213.938C476.554%20212.596%20476.178%20211.137%20475.903%20209.678C475.715%20208.673%20475.574%20207.669%20475.425%20206.665C475.895%20206.672%20476.374%20206.649%20476.845%20206.586C477.119%20206.555%20477.582%20206.359%20477.261%20206.053C476.939%20205.747%20476.272%20205.739%20475.872%20205.786C475.676%20205.809%20475.487%20205.825%20475.299%20205.833C475.024%20204.067%20474.695%20202.326%20474.059%20200.631C473.659%20199.564%20473.157%20198.528%20472.584%20197.539C472.451%20196.386%20472.325%20195.413%20472.2%20194.605C474.122%20193.899%20475.888%20192.8%20477.347%20191.301C477.637%20191.003%20476.853%20190.752%20476.688%20190.721C476.327%20190.634%20475.691%20190.564%20475.401%20190.862C474.412%20191.874%20473.243%20192.729%20471.972%20193.373C471.627%20191.78%20471.195%20190.831%20470.466%20189.795C468.669%20187.245%20467.665%20187.786%20465.664%20184.993C463.781%20182.364%20463.608%20180.395%20463.129%20177.743C463.129%20177.743%20463.129%20177.743%20463.137%20177.743C463.341%20178.708%20463.569%20179.657%20463.992%20180.56C464.612%20181.902%20465.577%20183.047%20466.739%20183.949C468.057%20184.977%20469.658%20185.629%20471.313%20185.848C471.588%20185.887%20472.027%20185.903%20472.247%20185.691C472.459%20185.487%20472.168%20185.354%20471.98%20185.33C469.147%20184.954%20466.644%20183.047%20465.397%20180.497C465.146%20179.979%20464.965%20179.446%20464.816%20178.896C466.142%20179.642%20467.602%20180.128%20469.108%20180.301C469.43%20180.34%20470.191%20180.419%20470.387%20180.065C470.583%20179.712%20469.893%20179.555%20469.689%20179.532C467.594%20179.297%20465.774%20178.277%20464.346%20176.809C464.275%20176.488%20464.212%20176.174%20464.126%20175.852C463.749%20174.361%20463.09%20173.114%20462.054%20171.976C461.795%20171.686%20461.521%20171.411%20461.246%20171.121C460.211%20168.531%20458.398%20164.953%20455.361%20161.995C456.703%20161.391%20457.864%20160.434%20458.657%20159.186C458.986%20158.676%20457.017%20158.276%20456.703%20158.778C456.107%20159.72%20455.283%20160.512%20454.326%20161.062C454.004%20160.795%20453.682%20160.528%20453.337%20160.277C451.321%20158.794%20449.43%20158.017%20447.633%20156.715C447.774%20155.279%20447.978%20153.859%20448.237%20152.431C448.3%20152.07%20448.37%20151.709%20448.441%20151.348C449.139%20152.462%20449.014%20153.945%20448.904%20155.193C448.865%20155.624%20450.183%20155.938%20450.214%20155.608C450.324%20154.455%20450.418%20153.215%20450.002%20152.109C449.728%20151.379%20449.226%20150.83%20448.621%20150.391C449.029%20148.256%20449.445%20146.13%20449.634%20143.964C449.853%20141.438%20449.767%20138.857%20449.061%20136.408C448.425%20134.196%20447.241%20132.297%20445.703%20130.602C444.557%20129.347%20443.255%20128.217%20441.968%20127.063C442.195%20126.553%20442.399%20126.028%20442.533%20125.479C443.325%20122.309%20442.603%20118.997%20440.791%20116.314C439.763%20114.8%20438.492%20113.427%20437.77%20111.724C437.001%20109.911%20436.875%20107.926%20436.821%20105.98C436.758%20103.987%20436.719%20101.798%20436.138%2099.8445C436.334%2099.4757%20436.507%2099.0834%20436.617%2098.6754C436.923%2097.5534%20436.915%2096.3607%20436.742%2095.2073C437.77%2096.706%20438.586%2098.3694%20439.206%20100.08C440.712%20104.238%20441.144%20108.64%20441.779%20112.987C442.125%20115.341%20442.533%20117.695%20443.207%20119.986C443.882%20122.262%20444.863%20124.404%20446.134%20126.404C448.661%20130.382%20452.058%20133.851%20453.816%20138.284C454.749%20140.638%20455.244%20143.25%20454.702%20145.753C454.137%20148.374%20452.38%20150.469%20450.677%20152.446C450.497%20152.658%20451.101%20152.737%20451.187%20152.737C451.47%20152.745%20451.823%20152.69%20452.011%20152.47C453.541%20150.681%20455.126%20148.821%20455.832%20146.53C456.515%20144.341%20456.366%20142.011%20455.746%20139.822C454.436%20135.208%20451.219%20131.599%20448.519%20127.746C447.131%20125.769%20445.922%20123.697%20445.091%20121.422C444.259%20119.139%20443.757%20116.753%20443.372%20114.36C442.643%20109.88%20442.313%20105.313%20440.924%20100.974C440.642%20100.096%20440.32%2099.2325%20439.943%2098.3851C439.967%2098.4165%20439.991%2098.4479%20440.022%2098.4792C440.893%2099.6091%20441.748%20100.755%20442.423%20102.01C443.082%20103.25%20443.529%20104.584%20443.843%20105.949C445.051%20111.182%20444.353%20117.224%20447.735%20121.759C449.351%20123.917%20451.791%20125.471%20454.514%20125.651C454.71%20125.667%20455.008%20125.612%20454.859%20125.361C454.718%20125.118%20454.247%20125.008%20453.988%20124.992C451.791%20124.851%20449.979%20123.321%20448.755%20121.579C447.241%20119.421%20446.636%20116.761%20446.268%20114.195C445.883%20111.536%20445.758%20108.829%20445.146%20106.2C444.847%20104.913%20444.432%20103.642%20443.827%20102.465C443.223%20101.273%20442.454%20100.174%20441.646%2099.1148C439.653%2096.4784%20437.574%2093.9127%20435.463%2091.3705C435.4%2091.292%20435.306%2091.2292%20435.212%2091.1743C434.577%2090.3897%20433.698%2089.8404%20432.67%2089.6835C432.513%2089.66%20432.081%2089.5972%20432.113%2089.864C432.144%2090.1072%20432.686%2090.2641%20432.866%2090.2955C432.897%2090.3034%20432.921%2090.3112%20432.952%2090.3191C432.733%2090.2955%20432.497%2090.3269%20432.309%2090.3897C432.152%2090.4446%20431.83%2090.6329%20432.097%2090.7898C433.188%2091.4097%20434.137%2092.1865%20434.992%2093.0653C435.377%2094.2265%20435.597%2095.4819%20435.542%2096.6903C435.526%2097.1061%20435.455%2097.5377%20435.353%2097.9614C434.914%2097.1846%20434.333%2096.4863%20433.564%2095.89C433.329%2095.7095%20432.921%2095.5996%20432.623%2095.6546C432.364%2095.7016%20432.309%2095.8664%20432.529%2096.0312C433.666%2096.91%20434.357%2098.1262%20434.781%2099.4679C434.074%20100.794%20432.897%20101.83%20431.305%20101.924C431.03%20101.939%20431.006%20102.128%20431.187%20102.293C431.414%20102.497%20431.815%20102.599%20432.113%20102.575C433.305%20102.497%20434.357%20101.939%20435.165%20101.123C435.345%20102.222%20435.416%20103.344%20435.447%20104.388C435.502%20106.169%20435.502%20107.965%20435.879%20109.715C436.256%20111.434%20437.095%20112.885%20438.123%20114.29C439.104%20115.624%20440.132%20116.91%20440.744%20118.464C441.301%20119.876%20441.568%20121.414%20441.505%20122.928C441.466%20124.003%20441.254%20125.063%20440.893%20126.059C439.441%20124.702%20438.084%20123.266%20437.111%20121.508C434.663%20117.091%20436.35%20111.951%20434.985%20107.283C434.812%20106.702%20434.592%20106.137%20434.318%20105.604C434.137%20105.243%20432.819%20105.258%20432.984%20105.588C435.283%20110.115%20433.345%20115.459%20435.134%20120.119C436.201%20122.897%20438.327%20124.968%20440.516%20126.938C439.857%20128.319%20438.868%20129.527%20437.55%20130.39C436.53%20131.057%20435.338%20131.52%20434.114%20131.708C433.643%20131.481%20433.196%20131.183%20432.74%20130.72C430.708%20128.648%20430.999%20125.918%20429.994%20125.918C429.28%20125.918%20429.045%20127.299%20427.248%20130.037C425.851%20132.171%20424.996%20133.435%20423.819%20133.466C422.611%20133.497%20421.661%20132.211%20421.073%20131.41C419.37%20129.096%20420.037%20127.723%20419.017%20125.918C417.628%20123.47%20414.576%20122.795%20410.096%20121.799C408.401%20121.422%20405.788%20120.998%20402.548%20121.116C397.675%20121.281%20395.109%20121.375%20392.936%20123.172C390.519%20125.18%20390.284%20127.911%20387.444%20128.664C386.996%20128.782%20386.212%20128.978%20385.388%20128.664C383.779%20128.052%20383.724%20126.138%20382.642%20124.545C380.876%20121.94%20378.012%20122.622%20375.776%20121.116C375.109%20120.661%20373.924%20119.633%20373.281%20116.322C373.383%20116.612%20373.516%20116.895%20373.689%20117.161C374.34%20118.134%20375.352%20118.77%20376.443%20119.147C377.753%20119.594%20379.213%20119.688%20380.562%20119.366C380.821%20119.303%20380.845%20119.139%20380.641%20118.982C380.413%20118.809%20379.974%20118.723%20379.691%20118.793C377.549%20119.303%20375.148%20118.432%20374.505%20116.165C374.16%20114.941%20374.301%20113.623%20374.364%20112.336C375.039%20113.372%20376.019%20114.18%20377.22%20114.556C377.416%20114.619%20377.926%20114.776%20378.083%20114.564C378.24%20114.352%20377.84%20114.172%20377.698%20114.125C376.498%20113.748%20375.658%20112.689%20375.18%20111.559C374.56%20110.092%20374.583%20108.468%20374.795%20106.914C375.007%20105.4%20375.368%20103.909%20375.698%20102.41C375.862%20102.426%20376.027%20102.426%20376.184%20102.379C377.314%20102.081%20378.185%20101.21%20378.609%20100.135C379.064%2098.9814%20378.922%2097.6868%20378.397%2096.5804C377.832%2095.4113%20376.961%2094.5168%20375.957%2093.7793C375.815%2093.2928%20375.635%2092.8063%20375.415%2092.3434C375.407%2092.3356%20375.399%2092.3277%20375.392%2092.312C376.137%2089.299%20376.875%2086.6784%20377.353%2084.5285C377.353%2085.6034%20377.251%2086.6627%20377.102%2087.7298C376.953%2088.8047%20376.796%2089.9267%20377.157%2090.9781C377.455%2091.8412%20378.028%2092.516%20378.875%2092.8534C379.158%2092.9633%20379.574%2092.9633%20379.848%2092.822C380.084%2092.7043%20380.092%2092.5317%20379.84%2092.4376C378.993%2092.108%20378.522%2091.1822%20378.373%2090.3348C378.185%2089.2441%20378.428%2088.1299%20378.562%2087.0471C378.695%2085.9722%20378.773%2084.8659%20378.711%2083.7752C378.679%2083.2495%20378.593%2082.7316%20378.428%2082.2373C378.624%2082.151%20378.82%2082.0569%20379.009%2081.9392C379.982%2081.3193%20380.594%2080.1973%20380.123%2079.0596C379.872%2078.4554%20379.323%2078.0238%20378.687%2077.8905C378.405%2077.8277%20377.997%2077.7649%20377.746%2077.9454C377.51%2078.118%20377.793%2078.2906%20377.973%2078.3299C378.153%2078.3691%20378.35%2078.4789%20378.514%2078.6751C378.679%2078.8713%20378.805%2079.1145%20378.868%2079.3656C379.017%2079.9462%20378.86%2080.5347%20378.499%2080.9976C378.365%2081.1702%20378.208%2081.3115%20378.051%2081.437C377.989%2081.335%20377.942%2081.233%20377.871%2081.1388C377.918%2079.954%20377.722%2079.0753%20377.149%2078.5495C374.293%2075.9367%20366.219%2079.1694%20364.799%2079.9227C364.156%2080.2601%20363.551%2080.6916%20362.963%2081.1702C362.359%2081.131%20361.755%2081.0918%20361.15%2081.0839C360.507%2081.0761%20359.824%2081.1153%20359.267%2081.4605C358.742%2081.7822%20358.404%2082.3158%20358.075%2082.818C357.353%2083.9243%20356.678%2085.0856%20355.705%2085.9957C354.905%2086.749%20353.61%2087.5336%20352.472%2087.1727C352.284%2087.1099%20351.751%2086.9922%20351.609%2087.1962C351.452%2087.4159%20351.876%2087.5728%20352.017%2087.6199C353.257%2088.0201%20354.599%2087.9024%20355.744%2087.2825C356.945%2086.6391%20357.792%2085.572%20358.538%2084.4578C358.914%2083.8929%20359.267%2083.3044%20359.66%2082.7473C360.06%2082.1746%20360.507%2081.7509%20361.237%2081.6959C361.606%2081.6724%20361.982%2081.6802%20362.359%2081.6959C360.735%2083.2024%20359.338%2085.1719%20358.161%2087.2041C357.227%2087.6591%20356.16%2087.8161%20355.274%2088.3653C354.348%2088.9381%20353.791%2089.8561%20353.265%2090.782C353.045%2091.1586%20354.363%2091.4646%20354.544%2091.1429C355.038%2090.2798%20355.572%2089.3226%20356.458%2088.7969C356.796%2088.5929%20357.165%2088.4595%20357.533%2088.3261C356.804%2089.6835%20356.168%2091.0331%20355.627%2092.2414C354.41%2092.8063%20353.186%2092.9397%20351.86%2093.0103C350.448%2093.081%20349.091%2093.3164%20347.961%2094.2344C347.043%2094.9798%20346.392%2096.1018%20346.305%2097.2866C346.203%2098.7382%20346.831%20100.064%20347.929%20100.99C348.141%20101.171%20348.463%20101.273%20348.785%20101.312C348.408%20101.939%20348.149%20102.63%20348.118%20103.36C348.071%20104.529%20348.588%20105.729%20349.616%20106.333C349.86%20106.475%20350.142%20106.545%20350.432%20106.561C350.315%20107.463%20350.252%20108.389%20350.252%20109.346C349.781%20109.574%20349.35%20109.864%20348.997%20110.249C348.675%20110.602%20348.447%20111.018%20348.345%20111.473C347.6%20112.124%20347.066%20112.971%20346.902%20113.999C346.666%20115.451%20347.208%20116.95%20348.353%20117.875C349.522%20118.817%20351.139%20119.139%20352.606%20118.872C352.731%20119.139%20352.857%20119.405%20352.982%20119.664C352.488%20120.167%20352.025%20120.7%20351.79%20121.367C350.989%20123.556%20353.132%20125.431%20354.693%20126.585C355.077%20126.867%20355.587%20127.079%20356.074%20127.04C356.443%20127.009%20356.592%20126.734%20356.254%20126.483C354.724%20125.353%20352.786%20123.611%20353.955%20121.547C353.955%20121.54%20353.963%20121.532%20353.963%20121.532C354.999%20123.368%20355.846%20124.545%20355.846%20124.545C356.937%20126.067%20357.988%20127.252%20358.757%20128.429C358.279%20129.378%20357.675%20130.28%20357.157%20131.206C356.396%20132.556%20355.831%20133.984%20355.956%20135.561C356.082%20137.217%20356.945%20138.786%20358.255%20139.806C358.797%20140.23%20359.416%20140.567%20360.068%20140.818C360.28%20141.085%20360.515%20141.352%20360.766%20141.618C360.695%20142.27%20360.688%20142.921%20360.766%20143.572C360.892%20144.686%20361.347%20145.62%20362.108%20146.436C362.908%20147.291%20363.842%20148.045%20364.713%20148.829C366.619%20150.548%20368.526%20152.258%20370.433%20153.976C371.971%20155.357%20373.712%20156.809%20374.324%20158.873C374.803%20160.505%20374.191%20162.968%20372.324%20163.423C372.065%20163.486%20372.041%20163.651%20372.253%20163.808C372.481%20163.98%20372.928%20164.059%20373.202%20163.996C374.866%20163.588%20375.8%20162.003%20375.831%20160.355C375.87%20158.339%20374.521%20156.652%20373.155%20155.318C371.366%20153.576%20369.444%20151.952%20367.584%20150.273C366.651%20149.433%20365.717%20148.594%20364.783%20147.754C363.928%20146.985%20362.955%20146.232%20362.469%20145.157C362.147%20144.451%20362.045%20143.658%20362.045%20142.874C363.073%20143.808%20364.242%20144.773%20365.458%20145.816C373.524%20152.768%20378.938%20157.421%20379.872%20163.659C380.241%20166.123%20379.636%20167.025%20379.613%20169.112C379.166%20170.603%20378.703%20172.078%20378.514%20173.522C378.365%20174.651%20378.365%20175.805%20378.64%20176.911C378.891%20177.916%20379.362%20178.818%20379.88%20179.712C380.813%20181.321%20382.037%20183.33%20381.229%20185.252C380.876%20186.091%20379.982%20186.86%20379.017%20186.774C377.989%20186.68%20377.149%20185.762%20376.718%20184.891C376.545%20184.546%20375.211%20184.648%20375.392%20185.009C376.357%20186.947%20378.679%20187.794%20380.704%20187.088C381.637%20186.766%20382.359%20186.076%20382.665%20185.134C382.979%20184.161%20382.83%20183.118%20382.508%20182.168C382.132%20181.07%20381.465%20180.105%20380.908%20179.093C380.319%20178.041%20379.911%20176.95%20379.809%20175.734C379.723%20174.699%20379.833%20173.671%20380.029%20172.666C380.719%20175.891%20382.037%20178.441%20383.983%20182.192C385.89%20185.848%20387.043%20187.355%20387.836%20189.002C388.056%20190.022%20388.197%20191.066%20388.252%20192.11C388.33%20193.687%20388.291%20195.931%20386.69%20196.794C386.431%20196.935%20386.69%20197.131%20386.855%20197.21C387.09%20197.327%20387.546%20197.429%20387.797%20197.296C388.424%20196.959%20388.84%20196.456%20389.115%20195.868C389.146%20196.409%20389.24%20197.053%20389.468%20197.971C390.323%20201.353%20391.963%20203.871%20393.352%20205.707C393.391%20205.762%20393.422%20205.809%20393.462%20205.864C395.172%20208.179%20397.244%20210.454%20397.542%20213.452C397.691%20214.903%20397.393%20216.433%20396.381%20217.54C396.177%20217.759%20396.498%20217.853%20396.679%20217.877C396.938%20217.908%20397.401%20217.861%20397.597%20217.649C399.292%20215.806%20399.213%20213.091%20398.295%20210.886C398.734%20211.286%20399.213%20211.757%20399.77%20212.385C402.752%20215.79%20403.795%20219.077%20404.831%20222.122C404.807%20222.271%20404.784%20222.412%20404.753%20222.561C404.502%20223.73%20404.188%20224.892%20404.125%20226.092C404.062%20227.285%20404.305%20228.446%20404.721%20229.568C405.545%20231.796%20406.973%20233.797%20407.507%20236.143C407.962%20238.152%20407.585%20240.843%20405.506%20241.832C405.263%20241.95%20405.286%20242.122%20405.522%20242.216C405.788%20242.334%20406.228%20242.303%20406.494%20242.177C408.268%20241.338%20409.139%20239.384%20409.068%20237.477C408.982%20234.982%20407.546%20232.793%20406.542%20230.588C406.016%20229.442%20405.584%20228.234%20405.498%20226.971C405.443%20226.147%20405.545%20225.331%20405.694%20224.523C407.773%20229.882%20411.344%20236.402%20415.243%20240.215C415.016%20240.435%20414.819%20240.702%20414.686%20241C414.286%20241.871%20414.404%20242.797%20415%20243.535C415.612%20244.303%20416.538%20244.798%20417.048%20245.653C417.621%20246.618%20417.299%20248.054%20416.279%20248.603C416.043%20248.729%20416.059%20248.894%20416.302%20248.988C416.569%20249.098%20417.016%20249.058%20417.268%20248.925C418.115%20248.47%20418.672%20247.638%20418.696%20246.665C418.719%20245.614%20417.989%20244.884%20417.26%20244.241C416.538%20243.605%20415.745%20242.915%20415.808%20241.863C415.824%20241.596%20415.91%20241.275%20416.051%20240.969C422.948%20246.963%20432.756%20246.179%20451.933%20244.649C467.625%20243.393%20471.203%20240.27%20471.831%20237.783C472.106%20236.7%20471.635%20236.465%20471.831%20234.354C472.051%20232.008%20472.804%20230.478%20473.628%20229.082C473.62%20230.211%20473.439%20231.349%20473.298%20232.322C472.937%20234.794%20472.898%20237.893%20475.33%20239.368C475.597%20239.533%20475.958%20239.651%20476.28%20239.588C476.515%20239.541%20476.617%20239.36%20476.366%20239.211C473.808%20237.665%20474.42%20234.111%20474.781%20231.679C474.985%20230.282%20475.087%20228.681%20474.703%20227.293C475.236%20226.351%20475.699%20225.347%20475.958%20224.068C476.139%20223.158%20476.115%20222.593%20475.95%20221.816C477.496%20222.043%20479.105%20221.949%20480.58%20221.526C480.839%20221.494%20481.294%20221.267%20480.933%20221ZM476.193%20214.778C476.233%20214.84%20476.264%20214.903%20476.303%20214.958C476.17%20214.762%20476.037%20214.566%20475.927%20214.362C475.495%20213.577%20475.197%20212.753%20475.017%20211.898C475.291%20212.902%20475.668%20213.868%20476.193%20214.778ZM376.357%2096.196C376.396%2096.2666%20376.435%2096.3372%20376.474%2096.4157C376.922%2097.4043%20377.039%2098.4793%20376.663%2099.5071C376.521%2099.8916%20376.317%20100.253%20376.066%20100.566C376.255%2099.5071%20376.388%2098.4322%20376.396%2097.3494C376.396%2096.9571%20376.38%2096.5726%20376.357%2096.196ZM350.173%20103.446C350.244%20102.245%20350.95%20101.21%20351.766%20100.37C351.892%20100.237%20352.033%20100.119%20352.174%2099.9936C351.594%20101.477%20351.005%20103.289%20350.636%20105.306C350.283%20104.772%20350.134%20104.105%20350.173%20103.446ZM350.385%20111.857C350.464%20112.516%20350.589%20113.191%20350.746%20113.858C350.715%20113.819%20350.676%20113.772%20350.621%20113.701C350.534%20113.583%20350.464%20113.458%20350.401%20113.325C350.205%20112.83%20350.213%20112.328%20350.385%20111.857ZM352.206%20118.362C351.052%20118.699%20349.805%20118.158%20349.059%20117.256C348.204%20116.22%20347.992%20114.737%20348.432%20113.474C348.471%20113.356%20348.526%20113.238%20348.573%20113.128C348.714%20113.403%20348.894%20113.654%20349.106%20113.874C349.632%20114.415%20350.315%20114.76%20351.037%20114.949C351.044%20114.964%20351.044%20114.98%20351.052%20114.996C351.413%20116.165%20351.86%20117.287%20352.331%20118.338C352.292%20118.346%20352.245%20118.354%20352.206%20118.362ZM353.798%2096.4627C353.728%2096.5961%20353.642%2096.7609%20353.547%2096.9492C353.516%2096.9806%20353.477%2097.0198%20353.445%2097.0512C352.323%2098.1026%20350.982%2098.8873%20349.891%2099.9779C349.687%20100.182%20349.483%20100.402%20349.295%20100.637C348.565%2099.8994%20348.228%2098.7617%20348.314%2097.7495C348.416%2096.5961%20349.028%2095.5761%20349.938%2094.8778C351.013%2094.0539%20352.276%2094.0304%20353.571%2093.9598C354.042%2093.9362%20354.512%2093.8734%20354.975%2093.795C354.465%2094.9876%20354.073%2095.937%20353.798%2096.4627ZM359.322%20139.79C359.142%20139.649%20358.961%20139.508%20358.797%20139.335C357.722%20138.229%20357.157%20136.62%20357.267%20135.09C357.416%20133.137%20358.553%20131.552%20359.518%20129.896C359.801%20130.586%20359.974%20131.316%20359.966%20132.148C359.958%20134.423%20358.71%20134.988%20358.593%20136.95C358.538%20137.97%20358.812%20138.896%20359.322%20139.79ZM373.014%20106.075C373.336%20101.892%20374.058%2098.0399%20374.842%2094.5953C375.282%2096.8864%20374.96%2099.2874%20374.489%20101.579C374.379%20101.641%20374.379%20101.743%20374.434%20101.845C374.426%20101.9%20374.411%20101.947%20374.403%20102.002C374.034%20103.721%20373.493%20105.596%20373.336%20107.455C373.218%20107.291%20373.093%20107.134%20372.959%20106.985C372.967%20106.679%20372.991%20106.381%20373.014%20106.075ZM372.975%20113.121C372.959%20113.434%20372.951%20113.756%20372.951%20114.07C372.834%20112.744%20372.787%20111.175%20372.842%20109.307C373.108%20110.547%20373.022%20111.865%20372.975%20113.121ZM404.58%20136.267C398.177%20135.553%20394.286%20133.05%20394.286%20130.775C394.286%20128.499%20398.978%20131.434%20405.263%20132.831C411.438%20134.204%20416.93%20131.928%20416.93%20134.204C416.938%20136.487%20410.755%20136.958%20404.58%20136.267ZM435.557%20132.258C435.95%20132.171%20436.334%20132.069%20436.711%20131.936C438.79%20131.206%20440.453%20129.763%20441.513%20127.911C442.085%20128.429%20442.658%20128.939%20443.2%20129.464C444.761%20130.971%20446.173%20132.634%20447.06%20134.643C448.104%20137.013%20448.402%20139.633%20448.331%20142.199C448.261%20144.726%20447.805%20147.221%20447.327%20149.692C446.566%20149.347%20445.734%20149.033%20445.185%20148.421C444.275%20147.409%20444.471%20145.871%20444.526%20144.624C444.596%20142.858%20444.667%20141.101%20444.738%20139.335C444.738%20139.28%20444.722%20139.233%20444.69%20139.186C444.792%20138.425%20444.73%20137.68%20444.377%20136.95C443.89%20135.946%20442.909%20135.365%20440.948%20134.204C438.61%20132.823%20436.946%20132.595%20435.557%20132.258ZM444.384%20153.427C443.427%20152.054%20442.65%20150.979%20442.329%20149.308C441.889%20147.048%20442.533%20145.094%20443.262%20143.313C443.255%20143.415%20443.255%20143.517%20443.247%20143.619C443.192%20144.89%20442.956%20146.389%20443.498%20147.589C443.953%20148.594%20444.902%20149.167%20445.86%20149.637C446.307%20149.857%20446.778%20150.045%20447.217%20150.289C447.201%20150.359%20447.193%20150.422%20447.178%20150.493C446.848%20152.219%20446.55%20153.953%20446.338%20155.695C445.679%20155.075%20445.028%20154.345%20444.384%20153.427Z'%20fill='%23575C89'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear'%20x1='543.758'%20y1='201.555'%20x2='543.837'%20y2='201.556'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.3124'%20stop-color='%23393E63'/%3e%3cstop%20offset='0.6189'%20stop-color='%234E537D'/%3e%3cstop%20offset='0.7396'%20stop-color='%23575C89'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear'%20x1='514.12'%20y1='263.863'%20x2='539.924'%20y2='264.019'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.0225'%20stop-color='%23ABAEC2'/%3e%3cstop%20offset='0.9775'%20stop-color='%23C5C7D6'/%3e%3cstop%20offset='1'%20stop-color='%23C6C8D7'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear'%20x1='481.156'%20y1='267.245'%20x2='527.705'%20y2='267.525'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.0225'%20stop-color='%23575C88'/%3e%3cstop%20offset='0.4281'%20stop-color='%2371769B'/%3e%3cstop%20offset='1'%20stop-color='%239DA0BB'/%3e%3c/linearGradient%3e%3cradialGradient%20id='paint3_radial'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(400.943%20115.5)%20scale(69.4276)'%3e%3cstop%20offset='0.0225'%20stop-color='%234E537E'/%3e%3cstop%20offset='0.5905'%20stop-color='%233C4064'/%3e%3cstop%20offset='1'%20stop-color='%232D304E'/%3e%3c/radialGradient%3e%3clinearGradient%20id='paint4_linear'%20x1='363.405'%20y1='106.415'%20x2='433.406'%20y2='106.415'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.0225'%20stop-color='%23ABAEC2'/%3e%3cstop%20offset='0.9775'%20stop-color='%23C5C7D6'/%3e%3cstop%20offset='1'%20stop-color='%23C6C8D7'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint5_linear'%20x1='321.319'%20y1='60.4311'%20x2='479.736'%20y2='60.4311'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.3124'%20stop-color='%23393E63'/%3e%3cstop%20offset='0.6189'%20stop-color='%234E537D'/%3e%3cstop%20offset='0.7396'%20stop-color='%23575C89'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",nC="data:image/svg+xml,%3csvg%20width='863'%20height='401'%20viewBox='0%200%20863%20401'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M155.5%2050H239V269H278.5V339.5H239V401H155.5V339.5H0V269L155.5%2050ZM156%20160V269H87L156%20160Z'%20fill='url(%23paint0_linear)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M739.5%2050H823V269H862.5V339.5H823V401H739.5V339.5H584V269L739.5%2050ZM740%20160V269H671L740%20160Z'%20fill='url(%23paint1_linear)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M561.94%20274H562V270V181V180H561.996C561.459%20108.111%20503.016%2050%20431%2050C358.984%2050%20300.541%20108.111%20300.004%20180H300V181V270V274H300.06C302.174%20344.499%20359.989%20401%20431%20401C502.011%20401%20559.826%20344.499%20561.94%20274Z'%20fill='%23FFD20E'/%3e%3cpath%20d='M499.5%20328.352C497.9%20319.952%20498.833%20312.185%20499.5%20309.352L395.5%20328.352L382%20371.852C386.5%20373.185%20399.4%20375.852%20415%20375.852H442.5L444%20355.852L449.5%20375.852C456%20374.518%20471%20370.952%20479%20367.352C487%20363.752%20499.667%20355.185%20505%20351.352C503.833%20347.185%20501.1%20336.752%20499.5%20328.352Z'%20fill='%2322243C'/%3e%3cpath%20d='M355%20358.852C347.5%20351.852%20348.5%20344.352%20348%20329.852L355%20249.852L392.5%20247.852L394.5%20275.852C398.667%20296.685%20407%20339.752%20407%20345.352C407%20350.952%20406%20351.685%20405.5%20351.352L402.5%20346.852C402.667%20348.518%20402.5%20353.252%20400.5%20358.852C398%20365.852%20386%20374.852%20377%20375.352C368%20375.852%20362.5%20365.852%20355%20358.852Z'%20fill='%231A1D32'/%3e%3cpath%20d='M338.404%20119.352C338.404%20115.752%20369.404%20101.185%20384.904%2094.3516L439.404%2084.8516C454.571%2088.8516%20485.504%2096.9516%20487.904%2097.3516C490.904%2097.8516%20492.404%20103.852%20494.404%20109.852C496.404%20115.852%20497.404%20122.852%20497.904%20125.352C498.404%20127.852%20504.404%20133.852%20508.404%20139.352C512.404%20144.852%20516.904%20154.352%20517.404%20157.852C517.904%20161.352%20538.904%20184.852%20543.404%20189.852C547.904%20194.852%20544.404%20224.352%20543.404%20228.352C542.404%20232.352%20540.904%20231.352%20538.904%20230.352C536.904%20229.352%20507.404%20203.352%20502.404%20198.852C497.404%20194.352%20495.904%20186.352%20494.404%20181.852C493.204%20178.252%20488.571%20177.018%20486.404%20176.852V208.352C486.404%20212.852%20498.904%20246.852%20500.904%20260.352C502.504%20271.152%20501.571%20300.852%20500.904%20314.352L470.904%20336.352C469.071%20334.352%20464.704%20328.752%20461.904%20322.352C459.969%20317.929%20424.795%20266.137%20389.5%20238.352C360.5%20274.352%20331.087%20216.717%20328.404%20211.352C322.404%20199.352%20329.404%20167.352%20330.404%20163.852C331.404%20160.352%20330.404%20159.352%20331.404%20153.852C332.404%20148.352%20338.404%20130.352%20339.404%20126.352C340.404%20122.352%20338.404%20123.852%20338.404%20119.352Z'%20fill='url(%23paint2_linear)'/%3e%3cpath%20d='M380.5%2093.3516C378.9%2085.3516%20384.834%2071.6849%20388%2065.8516C402.333%2070.5182%20431.6%2082.9516%20434%2095.3516C436.4%20107.752%20427%20167.185%20422%20195.352C408.833%20164.685%20382.1%20101.352%20380.5%2093.3516Z'%20fill='url(%23paint3_linear)'/%3e%3cpath%20d='M435%2084.3516L426%2087.8516C426.667%2090.5182%20428.1%2099.3516%20428.5%20113.352C428.9%20127.352%20424.333%20174.185%20422%20195.852C425%20189.018%20432.2%20173.352%20437%20165.352C441.8%20157.352%20449%20140.685%20452%20133.352C451%20132.685%20448.6%20130.152%20447%20125.352C445.4%20120.552%20449.667%20115.352%20452%20113.352C448.833%20105.685%20442.3%2089.8516%20441.5%2087.8516C440.7%2085.8516%20436.833%2084.6849%20435%2084.3516Z'%20fill='%23575C89'/%3e%3cpath%20d='M439.003%2051.5797C445.582%2068.2799%20441.542%2085.5102%20429.981%2090.0648C418.419%2094.6193%20392.803%2082.0527%20386.224%2065.3526C379.646%2048.6524%20389.438%2013.9069%20401%209.35238C412.562%204.79782%20442.725%2015.8437%20439.003%2051.5797Z'%20fill='%23C6C8D7'/%3e%3cpath%20d='M383%2093.8516L370%2096.8516L366%20131.852C368.833%20131.852%20374.7%20132.152%20375.5%20133.352C376.3%20134.552%20375.833%20143.518%20375.5%20147.852C377.667%20150.852%20384.7%20159.752%20395.5%20171.352C406.3%20182.952%20417.667%20192.185%20422%20195.352C415.167%20178.852%20400.3%20143.052%20395.5%20131.852C390.7%20120.652%20385.167%20101.852%20383%2093.8516Z'%20fill='%23575C89'/%3e%3cpath%20d='M409.5%20104.352C397.731%20102.128%20392.141%2099.2025%20385.536%2082.8516C385.536%2083.8516%20384.6%2086.2516%20383%2091.8516C381%2098.8516%20385.536%20103.852%20389.036%20111.852C392.536%20119.852%20397.536%20119.352%20400.036%20118.352C402.536%20117.352%20402.536%20115.852%20403.536%20110.852C404.336%20106.852%20407.667%20104.685%20409.5%20104.352Z'%20fill='%23393C5E'/%3e%3cpath%20d='M390.994%2057.8522C387.394%2054.2523%20385.827%2058.0189%20385.494%2060.3522C385.246%2062.0903%20385.494%2062.3522%20386.494%2068.3522C388.03%2077.5659%20387.994%2080.8522%20385.494%2088.8522C382.993%2096.8522%20374.494%20100.352%20369.994%2097.3522C365.494%2094.3522%20367.494%2089.8522%20371.494%2077.8522C375.494%2065.8522%20372.494%2068.8522%20367.494%2052.8522C362.494%2036.8522%20370.994%2022.852%20378.994%2014.852C386.994%206.852%20399.5%205.3523%20412.5%207.3523C425.5%209.3523%20427.994%2017.852%20427.494%2020.352C426.994%2022.852%20426.494%2025.3518%20421.994%2025.8518C417.494%2026.3518%20413.994%2023.3518%20408.994%2023.8518C403.994%2024.3518%20399.994%2030.3518%20398.994%2033.8518C397.994%2037.3518%20400.494%2036.8518%20401.994%2040.3518C403.494%2043.8518%20399.994%2044.3518%20396.494%2047.3518C392.994%2050.3518%20401.994%2065.3518%20401.994%2066.3518C401.994%2067.3518%20400.994%2068.3518%20398.994%2067.3518C396.994%2066.3518%20395.494%2062.3522%20390.994%2057.8522Z'%20fill='url(%23paint4_linear)'/%3e%3cpath%20d='M426.5%2090.8516C422.325%2099.6998%20419.842%20102.665%20410%20104.352C411.333%20104.852%20414.5%20107.152%20416.5%20110.352C419%20114.352%20420.5%20119.215%20423.5%20117.852C427.9%20115.852%20428.5%2099.3516%20426.5%2090.8516Z'%20fill='%23393D5E'/%3e%3cpath%20d='M410%20115.352L422%20195.352'%20stroke='%23575C89'/%3e%3cpath%20d='M536.633%20204.408C537.433%20200.808%20544.133%20194.408%20547.633%20192.908C551.133%20191.407%20555.833%20192.908%20558.633%20192.908C562.133%20192.908%20569.133%20189.908%20573.133%20190.408C577.133%20190.908%20576.633%20193.908%20575.633%20195.408C574.633%20196.908%20572.811%20196.471%20564.133%20198.908C556.355%20201.092%20582.949%20216.476%20583.633%20218.408C584.234%20220.107%20585.133%20222.908%20582.133%20223.408C579.133%20223.908%20570.633%20218.408%20569.133%20218.408C567.633%20218.408%20567.633%20218.408%20566.633%20221.908C565.633%20225.408%20558.633%20227.908%20555.133%20228.408C551.633%20228.908%20548.633%20229.908%20545.133%20229.908C541.633%20229.908%20535.633%20222.908%20535.133%20219.408C534.633%20215.908%20535.633%20208.908%20536.633%20204.408Z'%20fill='%23CFD1DE'/%3e%3ccircle%20cx='409.5'%20cy='109.852'%20r='5.5'%20fill='%234D5177'/%3e%3cpath%20d='M283.304%20330.852C278.504%20328.052%20279.971%20318.019%20281.304%20313.352C284.638%20306.685%20292.105%20291.952%20295.305%20286.352C299.305%20279.352%20316.805%20243.852%20320.305%20233.352C323.805%20222.852%20338.305%20195.852%20340.305%20194.852C342.305%20193.852%20370.305%20194.852%20378.805%20195.852C387.305%20196.852%20396.805%20201.852%20402.305%20204.352C407.805%20206.852%20411.805%20214.352%20414.305%20221.852C416.805%20229.352%20419.805%20238.852%20427.805%20254.852C435.805%20270.852%20462%20309.852%20462.5%20313.352C463%20316.852%20456.805%20324.352%20454.805%20326.352C452.805%20328.352%20445.305%20338.852%20439.805%20341.852C434.305%20344.852%20422.805%20342.852%20412.305%20343.352C401.805%20343.852%20401.305%20333.852%20399.805%20329.852C398.305%20325.852%20385.805%20287.852%20384.305%20276.352C382.805%20264.852%20388.805%20252.352%20389.805%20246.852C390.805%20241.352%20385.805%20227.852%20382.805%20226.852C379.805%20225.852%20373.805%20219.852%20371.805%20218.852C369.805%20217.852%20367.305%20219.852%20365.305%20222.852C363.305%20225.852%20364.305%20242.852%20364.305%20255.852C364.305%20268.852%20358.805%20306.852%20357.805%20316.352C356.805%20325.852%20353.805%20341.852%20350.305%20345.352C346.805%20348.852%20330.805%20347.352%20318.805%20345.352C306.805%20343.352%20289.304%20334.352%20283.304%20330.852Z'%20fill='url(%23paint5_linear)'/%3e%3cpath%20d='M410.534%20239.881C410.534%20247.613%20403.594%20253.881%20395.034%20253.881C386.473%20253.881%20377.034%20247.613%20377.034%20239.881C377.034%20232.149%20375.534%20221.352%20392.534%20223.352C401.094%20223.352%20410.534%20232.149%20410.534%20239.881Z'%20fill='%23CED0DD'/%3e%3cellipse%20cx='393.5'%20cy='228.852'%20rx='4.5'%20ry='2.5'%20fill='%23676767'/%3e%3cpath%20d='M418.734%20211.352H397.734C395.734%20218.018%20392.034%20231.352%20393.234%20231.352C394.434%20231.352%20404.734%20235.685%20409.734%20237.852L418.734%20211.352Z'%20fill='%23E3E3E8'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear'%20x1='139.25'%20y1='50'%20x2='139.25'%20y2='401'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FFE113'/%3e%3cstop%20offset='1'%20stop-color='%23FFC108'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear'%20x1='723.25'%20y1='50'%20x2='723.25'%20y2='401'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FFE113'/%3e%3cstop%20offset='1'%20stop-color='%23FFC108'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear'%20x1='435.823'%20y1='84.8516'%20x2='435.823'%20y2='336.352'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%238085AF'/%3e%3cstop%20offset='1'%20stop-color='%234A4F7B'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear'%20x1='407.308'%20y1='65.8516'%20x2='407.308'%20y2='195.352'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23AFB1C4'/%3e%3cstop%20offset='1'%20stop-color='%238689A9'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear'%20x1='396.773'%20y1='7.74023'%20x2='396.773'%20y2='98.416'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23363A5D'/%3e%3cstop%20offset='1'%20stop-color='%23181A2C'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint5_linear'%20x1='368.951'%20y1='194.437'%20x2='368.951'%20y2='347.452'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%233B4066'/%3e%3cstop%20offset='1'%20stop-color='%231A1C2F'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",rC={name:"WtErrorPage",props:{type:{type:String,required:!0,options:["403","404"]}},computed:{errorPic(){switch(this.type){case"403":return{src:tC,alt:"Forbidden pic"};case"404":return{src:nC,alt:"Not found pic"};default:return""}},errorTitle(){switch(this.type){case"403":return this.$t("webitelUI.errorPages.page403.title");case"404":return this.$t("webitelUI.errorPages.page404.title");default:return""}},errorText(){switch(this.type){case"403":return this.$t("webitelUI.errorPages.page403.text");case"404":return this.$t("webitelUI.errorPages.page404.text");default:return""}}}},iC={class:"wt-error-page"},aC={class:"wt-error-page__wrapper"},oC=["src","alt"],lC={class:"wt-error-page__title"},sC={class:"wt-error-page__text"};function cC(e,t,n,r,a,o){const l=i.resolveComponent("wt-button");return i.openBlock(),i.createElementBlock("section",iC,[i.createElementVNode("article",aC,[i.createElementVNode("img",{class:"wt-error-page__img",src:o.errorPic.src,alt:o.errorPic.alt},null,8,oC),i.createElementVNode("h2",lC,i.toDisplayString(o.errorTitle),1),i.createElementVNode("p",sC,i.toDisplayString(o.errorText),1),i.createVNode(l,{class:"wt-error-page__action",onClick:t[0]||(t[0]=s=>e.$emit("back"))},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.$t("webitelUI.errorPages.goBack")),1)],void 0,!0),_:1})])])}const uC=ie(rC,[["render",cC],["__scopeId","data-v-a9c025bf"]]),dC={name:"WtHeadline"},fC={class:"wt-headline"},hC={class:"wt-headline__title"},pC={class:"wt-headline__actions-wrapper"};function mC(e,t,n,r,a,o){return i.openBlock(),i.createElementBlock("header",fC,[i.renderSlot(e.$slots,"default",{},()=>[i.renderSlot(e.$slots,"title-wrapper",{},()=>[i.createElementVNode("h1",hC,[i.renderSlot(e.$slots,"title",{},void 0,!0)])],!0),i.createElementVNode("div",pC,[i.renderSlot(e.$slots,"search",{},void 0,!0),i.renderSlot(e.$slots,"actions",{},void 0,!0)])],!0)])}const yC=ie(dC,[["render",mC],["__scopeId","data-v-b132ab38"]]),gC={class:"wt-headline-nav"},CC={key:0,class:"wt-headline-nav__indicator"},wC={class:"wt-headline-nav__title"},bC={key:1,class:"wt-headline-nav__text"},_C=ie({__name:"wt-headline-nav",props:{path:{type:Array,required:!0}},setup(e){return(t,n)=>{const r=i.resolveComponent("router-link");return i.openBlock(),i.createElementBlock("nav",gC,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.path,(a,o)=>(i.openBlock(),i.createElementBlock("div",{key:o,class:"wt-headline-nav__wrapper"},[o!==0?(i.openBlock(),i.createElementBlock("span",CC)):i.createCommentVNode("",!0),i.createElementVNode("h1",wC,[a.route?(i.openBlock(),i.createBlock(r,{key:0,to:a.route,class:"wt-headline-nav__text wt-headline-nav__text--link"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(a.name),1)],void 0,!0),_:2},1032,["to"])):(i.openBlock(),i.createElementBlock("span",bC,i.toDisplayString(a.name),1))])]))),128))])}}},[["__scopeId","data-v-bb667fa4"]]),vC={name:"WtExpandTransition",methods:{afterEnter(e){e.style.height="auto"},enter(e){const{width:t}=getComputedStyle(e);e.style.width=t,e.style.position="absolute",e.style.visibility="hidden",e.style.height="auto";const{height:n}=getComputedStyle(e);e.style.width=null,e.style.position=null,e.style.visibility=null,e.style.height=0,getComputedStyle(e).height,requestAnimationFrame(()=>e.style.height=n)},leave(e){const{height:t}=getComputedStyle(e);e.style.height=t,getComputedStyle(e).height,requestAnimationFrame(()=>e.style.height=0)}}};function xC(e,t,n,r,a,o){return i.openBlock(),i.createBlock(i.Transition,{name:"expand",onAfterEnter:o.afterEnter,onEnter:o.enter,onLeave:o.leave},{default:i.withCtx(()=>[i.renderSlot(e.$slots,"default")],void 0,!0),_:3},8,["onAfterEnter","onEnter","onLeave"])}const kC=ie(vC,[["render",xC]]),LC="data:image/svg+xml,%3csvg%20width='117'%20height='24'%20viewBox='0%200%20117%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.2457%205.22555C15.5926%205.25714%2015.9962%205.43335%2016.2989%205.56551L14.7045%209.19308C14.6333%209.16197%2014.5863%209.14153%2014.5437%209.12368C13.6356%208.96158%2012.8284%208.49252%2012.2426%207.81918C11.9605%208.32111%2011.4383%209.04414%2010.5596%209.56884C10.3402%209.79839%2010.094%2010.001%209.82598%2010.1721C9.50443%2010.3775%208.95304%2010.7004%208.21696%2010.897C8.12635%2010.9212%208.03598%2010.9428%207.9459%2010.9617C7.99591%2011.0479%208.03902%2011.128%208.07584%2011.1998C8.39474%2011.8221%208.55257%2012.4307%208.63334%2012.8857C8.67624%2013.1273%208.69647%2013.3722%208.6939%2013.6171C8.70511%2013.7053%208.72374%2013.8609%208.7356%2014.0304C8.74299%2014.136%208.74868%2014.2565%208.74964%2014.3896C8.801%2015.0702%208.71083%2015.6941%208.53224%2016.2516C9.11636%2016.2329%209.7049%2016.3426%2010.2542%2016.5824C10.5283%2016.702%2010.7518%2016.8266%2010.9064%2016.9179C11.0299%2016.9908%2011.1548%2017.0701%2011.2135%2017.1074C11.217%2017.1096%2011.2203%2017.1117%2011.2233%2017.1136L9.62462%2020.751C9.40833%2020.6566%209.2337%2020.5459%209.07161%2020.4432C8.93124%2020.3543%208.80027%2020.2713%208.65978%2020.2099L6.45151%2021.4034C6.0162%2021.5729%205.36657%2021.4092%205.05136%2021.0318L3.03416%2018.2333C2.71894%2017.856%202.73814%2017.2651%203.16095%2016.8503L4.47358%2015.5056C4.70709%2015.2479%204.83969%2014.9462%204.77048%2014.5564C4.78633%2014.3836%204.76591%2014.2248%204.74548%2014.0661C4.72505%2013.9073%204.70462%2013.7486%204.72047%2013.5757C4.65127%2013.1859%204.48116%2012.752%204.17844%2012.6199L2.55148%2011.6699C2.09116%2011.349%201.86434%2010.7706%202.08535%2010.2677L3.45557%207.15017C3.67657%206.64734%204.25699%206.42128%204.80571%206.54098L6.60948%207.08874C7.0573%207.16439%207.34751%207.05136%207.68192%206.83777C7.91542%206.58012%208.14893%206.32247%208.43914%206.20945C8.72935%206.09642%208.90615%205.69415%208.93785%205.3484L9.03964%203.47503C9.01463%202.98466%209.48164%202.46936%209.97366%202.44444L13.4053%202.0248C13.9415%201.89931%2014.5027%202.2642%2014.6286%202.79862L15.2457%205.22555Z'%20fill='%23C9981D'/%3e%3cpath%20d='M26.0993%2018.122H17.6307L16.0571%2021.9999H10.2778L19.1184%202.03979H24.6974L33.5666%2021.9999H27.6729L26.0993%2018.122ZM24.4399%2013.9588L21.865%207.5716L19.2901%2013.9588H24.4399Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M35.1726%202.03979H44.6426C46.836%202.03979%2048.7815%202.4485%2050.4791%203.26592C52.1766%204.08333%2053.4927%205.24292%2054.4273%206.74468C55.3619%208.24644%2055.8292%2010.0048%2055.8292%2012.0199C55.8292%2014.0349%2055.3619%2015.7933%2054.4273%2017.295C53.4927%2018.7968%2052.1766%2019.9564%2050.4791%2020.7738C48.7815%2021.5912%2046.836%2021.9999%2044.6426%2021.9999H35.1726V2.03979ZM44.4137%2017.4946C46.1303%2017.4946%2047.5036%2017.0099%2048.5336%2016.0404C49.5826%2015.0709%2050.1071%2013.7307%2050.1071%2012.0199C50.1071%2010.309%2049.5826%208.96881%2048.5336%207.99932C47.5036%207.02983%2046.1303%206.54508%2044.4137%206.54508H40.8374V17.4946H44.4137Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M76.8912%2021.9999L76.834%2011.4211L71.6842%2020.0324H69.1665L64.0452%2011.7062V21.9999H58.8096V2.03979H63.473L70.5112%2013.5596L77.3776%202.03979H82.0411L82.0983%2021.9999H76.8912Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M86.1067%202.03979H91.7715V21.9999H86.1067V2.03979Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M114.856%202.03979V21.9999H110.193L101.352%2011.364V21.9999H95.8017V2.03979H100.465L109.306%2012.6757V2.03979H114.856Z'%20fill='%23EBEDF2'/%3e%3c/svg%3e",EC="data:image/svg+xml,%3csvg%20width='117'%20height='24'%20viewBox='0%200%20117%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.2457%205.22555C15.5926%205.25714%2015.9962%205.43335%2016.2989%205.56551L14.7045%209.19308C14.6333%209.16197%2014.5863%209.14153%2014.5437%209.12368C13.6356%208.96158%2012.8284%208.49252%2012.2426%207.81918C11.9605%208.32111%2011.4383%209.04414%2010.5596%209.56884C10.3402%209.79839%2010.094%2010.001%209.82598%2010.1721C9.50443%2010.3775%208.95304%2010.7004%208.21696%2010.897C8.12635%2010.9212%208.03598%2010.9428%207.9459%2010.9617C7.99591%2011.0479%208.03902%2011.128%208.07584%2011.1998C8.39474%2011.8221%208.55257%2012.4307%208.63334%2012.8857C8.67624%2013.1273%208.69647%2013.3722%208.6939%2013.6171C8.70511%2013.7053%208.72374%2013.8609%208.7356%2014.0304C8.74299%2014.136%208.74868%2014.2565%208.74964%2014.3896C8.801%2015.0702%208.71083%2015.6941%208.53224%2016.2516C9.11636%2016.2329%209.7049%2016.3426%2010.2542%2016.5824C10.5283%2016.702%2010.7518%2016.8266%2010.9064%2016.9179C11.0299%2016.9908%2011.1548%2017.0701%2011.2135%2017.1074C11.217%2017.1096%2011.2203%2017.1117%2011.2233%2017.1136L9.62462%2020.751C9.40833%2020.6566%209.2337%2020.5459%209.07161%2020.4432C8.93124%2020.3543%208.80027%2020.2713%208.65978%2020.2099L6.45151%2021.4034C6.0162%2021.5729%205.36657%2021.4092%205.05136%2021.0318L3.03416%2018.2333C2.71894%2017.856%202.73814%2017.2651%203.16095%2016.8503L4.47358%2015.5056C4.70709%2015.2479%204.83969%2014.9462%204.77048%2014.5564C4.78633%2014.3836%204.76591%2014.2248%204.74548%2014.0661C4.72505%2013.9073%204.70462%2013.7486%204.72047%2013.5757C4.65127%2013.1859%204.48116%2012.752%204.17844%2012.6199L2.55148%2011.6699C2.09116%2011.349%201.86434%2010.7706%202.08535%2010.2677L3.45557%207.15017C3.67657%206.64734%204.25699%206.42128%204.80571%206.54098L6.60948%207.08874C7.0573%207.16439%207.34751%207.05136%207.68192%206.83777C7.91542%206.58012%208.14893%206.32247%208.43914%206.20945C8.72935%206.09642%208.90615%205.69415%208.93785%205.3484L9.03964%203.47503C9.01463%202.98466%209.48164%202.46936%209.97366%202.44444L13.4053%202.0248C13.9415%201.89931%2014.5027%202.2642%2014.6286%202.79862L15.2457%205.22555Z'%20fill='%23FAB404'/%3e%3cpath%20d='M26.0993%2018.122H17.6307L16.0571%2021.9999H10.2778L19.1184%202.03979H24.6974L33.5666%2021.9999H27.6729L26.0993%2018.122ZM24.4399%2013.9588L21.865%207.5716L19.2901%2013.9588H24.4399Z'%20fill='%23313749'/%3e%3cpath%20d='M35.1726%202.03979H44.6426C46.836%202.03979%2048.7815%202.4485%2050.4791%203.26592C52.1766%204.08333%2053.4927%205.24292%2054.4273%206.74468C55.3619%208.24644%2055.8292%2010.0048%2055.8292%2012.0199C55.8292%2014.0349%2055.3619%2015.7933%2054.4273%2017.295C53.4927%2018.7968%2052.1766%2019.9564%2050.4791%2020.7738C48.7815%2021.5912%2046.836%2021.9999%2044.6426%2021.9999H35.1726V2.03979ZM44.4137%2017.4946C46.1303%2017.4946%2047.5036%2017.0099%2048.5336%2016.0404C49.5826%2015.0709%2050.1071%2013.7307%2050.1071%2012.0199C50.1071%2010.309%2049.5826%208.96881%2048.5336%207.99932C47.5036%207.02983%2046.1303%206.54508%2044.4137%206.54508H40.8374V17.4946H44.4137Z'%20fill='%23313749'/%3e%3cpath%20d='M76.8912%2021.9999L76.834%2011.4211L71.6842%2020.0324H69.1665L64.0452%2011.7062V21.9999H58.8096V2.03979H63.473L70.5112%2013.5596L77.3776%202.03979H82.0411L82.0983%2021.9999H76.8912Z'%20fill='%23313749'/%3e%3cpath%20d='M86.1067%202.03979H91.7715V21.9999H86.1067V2.03979Z'%20fill='%23313749'/%3e%3cpath%20d='M114.856%202.03979V21.9999H110.193L101.352%2011.364V21.9999H95.8017V2.03979H100.465L109.306%2012.6757V2.03979H114.856Z'%20fill='%23313749'/%3e%3c/svg%3e",SC="data:image/svg+xml,%3csvg%20width='186'%20height='24'%20viewBox='0%200%20186%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31.932%202.36384L26.034%2020.5561H20.5256L17.044%209.48481L13.4064%2020.5561H7.89806L2%202.36384H7.30046L10.964%2013.9809L14.8095%202.36384H19.5383L23.2018%2014.0849L27.0213%202.36384H31.932Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M64.7908%2015.7222H61.9846V20.5561H56.8401V2.36384H65.1545C66.8001%202.36384%2068.2291%202.64106%2069.4417%203.19549C70.6542%203.7326%2071.5896%204.51226%2072.2478%205.5345C72.906%206.5394%2073.2351%207.72623%2073.2351%209.09498C73.2351%2010.4118%2072.9233%2011.5639%2072.2997%2012.5515C71.6935%2013.5218%2070.8187%2014.2841%2069.6755%2014.8385L73.5989%2020.5561H68.0906L64.7908%2015.7222ZM68.0386%209.09498C68.0386%208.24601%2067.7701%207.58762%2067.2331%207.11982C66.6961%206.65202%2065.8993%206.41812%2064.8427%206.41812H61.9846V11.7458H64.8427C65.8993%2011.7458%2066.6961%2011.5206%2067.2331%2011.0701C67.7701%2010.6023%2068.0386%209.94395%2068.0386%209.09498Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M83.0886%2013.9549L81.1659%2016.008V20.5561H76.0733V2.36384H81.1659V9.92662L88.2072%202.36384H93.8714L86.4404%2010.4204L94.2612%2020.5561H88.2852L83.0886%2013.9549Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M101.622%2020.9199C100.15%2020.9199%2098.7208%2020.738%2097.335%2020.3742C95.9493%2020.0103%2094.8234%2019.5252%2093.9573%2018.9188L95.6462%2015.1244C96.4603%2015.6615%2097.4043%2016.0947%2098.4783%2016.4239C99.5522%2016.7531%20100.609%2016.9176%20101.648%2016.9176C103.623%2016.9176%20104.61%2016.4239%20104.61%2015.4363C104.61%2014.9165%20104.324%2014.5353%20103.753%2014.2928C103.198%2014.0329%20102.298%2013.7643%20101.051%2013.4871C99.6821%2013.1926%2098.5389%2012.8807%2097.6209%2012.5515C96.7028%2012.205%2095.9147%2011.6592%2095.2564%2010.9142C94.5982%2010.1692%2094.2691%209.16428%2094.2691%207.89949C94.2691%206.79063%2094.5722%205.79438%2095.1785%204.91076C95.7847%204.00981%2096.6855%203.29945%2097.8807%202.77967C99.0932%202.25989%20100.574%202%20102.324%202C103.519%202%20104.697%202.13861%20105.857%202.41582C107.018%202.67571%20108.04%203.06555%20108.923%203.58532L107.338%207.4057C105.606%206.4701%20103.926%206.0023%20102.298%206.0023C101.276%206.0023%20100.531%206.15823%20100.063%206.4701C99.5955%206.76464%2099.3617%207.15447%2099.3617%207.6396C99.3617%208.12473%2099.6388%208.48857%20100.193%208.73113C100.747%208.9737%20101.64%209.22492%20102.869%209.48481C104.255%209.77935%20105.398%2010.0999%20106.299%2010.4464C107.217%2010.7756%20108.005%2011.3127%20108.663%2012.0577C109.339%2012.7854%20109.677%2013.7816%20109.677%2015.0464C109.677%2016.138%20109.374%2017.1256%20108.767%2018.0092C108.161%2018.8928%20107.252%2019.6032%20106.039%2020.1403C104.827%2020.6601%20103.354%2020.9199%20101.622%2020.9199Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M120.368%202.36384C122.013%202.36384%20123.442%202.64106%20124.655%203.19549C125.867%203.7326%20126.803%204.51226%20127.461%205.5345C128.119%206.5394%20128.448%207.72623%20128.448%209.09498C128.448%2010.4637%20128.119%2011.6506%20127.461%2012.6555C126.803%2013.6604%20125.867%2014.44%20124.655%2014.9945C123.442%2015.5316%20122.013%2015.8001%20120.368%2015.8001H117.198V20.5561H112.053V2.36384H120.368ZM120.056%2011.7458C121.112%2011.7458%20121.909%2011.5206%20122.446%2011.0701C122.983%2010.6023%20123.252%209.94395%20123.252%209.09498C123.252%208.24601%20122.983%207.58762%20122.446%207.11982C121.909%206.65202%20121.112%206.41812%20120.056%206.41812H117.198V11.7458H120.056Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M142.229%2017.0216H134.538L133.109%2020.5561H127.861L135.889%202.36384H140.956L149.01%2020.5561H143.658L142.229%2017.0216ZM140.722%2013.2272L138.384%207.4057L136.045%2013.2272H140.722Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M159.283%2020.9199C157.378%2020.9199%20155.663%2020.5214%20154.139%2019.7245C152.632%2018.9101%20151.445%2017.7839%20150.579%2016.3459C149.713%2014.9078%20149.28%2013.2792%20149.28%2011.46C149.28%209.64075%20149.713%208.01211%20150.579%206.57405C151.445%205.136%20152.632%204.01847%20154.139%203.22148C155.663%202.40716%20157.378%202%20159.283%202C160.946%202%20162.444%202.29454%20163.778%202.88362C165.112%203.47271%20166.221%204.32168%20167.104%205.43054L163.83%208.39328C162.652%206.97255%20161.223%206.26219%20159.543%206.26219C158.556%206.26219%20157.672%206.47876%20156.893%206.91191C156.131%207.34506%20155.533%207.96013%20155.1%208.75712C154.684%209.53679%20154.476%2010.4377%20154.476%2011.46C154.476%2012.4822%20154.684%2013.3918%20155.1%2014.1888C155.533%2014.9685%20156.131%2015.5749%20156.893%2016.008C157.672%2016.4412%20158.556%2016.6578%20159.543%2016.6578C161.223%2016.6578%20162.652%2015.9474%20163.83%2014.5267L167.104%2017.4894C166.221%2018.5983%20165.112%2019.4472%20163.778%2020.0363C162.444%2020.6254%20160.946%2020.9199%20159.283%2020.9199Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M184%2016.5798V20.5561H169.398V2.36384H183.662V6.34015H174.49V9.40685H182.571V13.2532H174.49V16.5798H184Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M52.106%2011.5322C52.106%2016.516%2048.0668%2020.5562%2043.0843%2020.5562C38.1017%2020.5562%2034.0625%2016.516%2034.0625%2011.5322C34.0625%206.54845%2038.1017%202.5083%2043.0843%202.5083C48.0668%202.5083%2052.106%206.54845%2052.106%2011.5322Z'%20fill='%23169C18'/%3e%3cpath%20d='M35.5057%2019.8342C35.5057%2021.0303%2034.5363%2021.9999%2033.3405%2021.9999C32.1447%2021.9999%2031.1753%2021.0303%2031.1753%2019.8342C31.1753%2018.6381%2032.1447%2017.6685%2033.3405%2017.6685C34.5363%2017.6685%2035.5057%2018.6381%2035.5057%2019.8342Z'%20fill='%23F65855'/%3e%3c/svg%3e",TC="data:image/svg+xml,%3csvg%20width='186'%20height='24'%20viewBox='0%200%20186%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31.932%202.36384L26.034%2020.5561H20.5256L17.044%209.48481L13.4064%2020.5561H7.89806L2%202.36384H7.30046L10.964%2013.9809L14.8095%202.36384H19.5383L23.2018%2014.0849L27.0213%202.36384H31.932Z'%20fill='%23313749'/%3e%3cpath%20d='M64.7908%2015.7222H61.9846V20.5561H56.8401V2.36384H65.1545C66.8001%202.36384%2068.2291%202.64106%2069.4417%203.19549C70.6542%203.7326%2071.5896%204.51226%2072.2478%205.5345C72.906%206.5394%2073.2351%207.72623%2073.2351%209.09498C73.2351%2010.4118%2072.9233%2011.5639%2072.2997%2012.5515C71.6935%2013.5218%2070.8187%2014.2841%2069.6755%2014.8385L73.5989%2020.5561H68.0906L64.7908%2015.7222ZM68.0386%209.09498C68.0386%208.24601%2067.7701%207.58762%2067.2331%207.11982C66.6961%206.65202%2065.8993%206.41812%2064.8427%206.41812H61.9846V11.7458H64.8427C65.8993%2011.7458%2066.6961%2011.5206%2067.2331%2011.0701C67.7701%2010.6023%2068.0386%209.94395%2068.0386%209.09498Z'%20fill='%23313749'/%3e%3cpath%20d='M83.0886%2013.9549L81.1659%2016.008V20.5561H76.0733V2.36384H81.1659V9.92662L88.2072%202.36384H93.8714L86.4404%2010.4204L94.2612%2020.5561H88.2852L83.0886%2013.9549Z'%20fill='%23313749'/%3e%3cpath%20d='M101.622%2020.9199C100.15%2020.9199%2098.7208%2020.738%2097.335%2020.3742C95.9493%2020.0103%2094.8234%2019.5252%2093.9573%2018.9188L95.6462%2015.1244C96.4603%2015.6615%2097.4043%2016.0947%2098.4783%2016.4239C99.5522%2016.7531%20100.609%2016.9176%20101.648%2016.9176C103.623%2016.9176%20104.61%2016.4239%20104.61%2015.4363C104.61%2014.9165%20104.324%2014.5353%20103.753%2014.2928C103.198%2014.0329%20102.298%2013.7643%20101.051%2013.4871C99.6821%2013.1926%2098.5389%2012.8807%2097.6209%2012.5515C96.7028%2012.205%2095.9147%2011.6592%2095.2564%2010.9142C94.5982%2010.1692%2094.2691%209.16428%2094.2691%207.89949C94.2691%206.79063%2094.5722%205.79438%2095.1785%204.91076C95.7847%204.00981%2096.6855%203.29945%2097.8807%202.77967C99.0932%202.25989%20100.574%202%20102.324%202C103.519%202%20104.697%202.13861%20105.857%202.41582C107.018%202.67571%20108.04%203.06555%20108.923%203.58532L107.338%207.4057C105.606%206.4701%20103.926%206.0023%20102.298%206.0023C101.276%206.0023%20100.531%206.15823%20100.063%206.4701C99.5955%206.76464%2099.3617%207.15447%2099.3617%207.6396C99.3617%208.12473%2099.6388%208.48857%20100.193%208.73113C100.747%208.9737%20101.64%209.22492%20102.869%209.48481C104.255%209.77935%20105.398%2010.0999%20106.299%2010.4464C107.217%2010.7756%20108.005%2011.3127%20108.663%2012.0577C109.339%2012.7854%20109.677%2013.7816%20109.677%2015.0464C109.677%2016.138%20109.374%2017.1256%20108.767%2018.0092C108.161%2018.8928%20107.252%2019.6032%20106.039%2020.1403C104.827%2020.6601%20103.354%2020.9199%20101.622%2020.9199Z'%20fill='%23313749'/%3e%3cpath%20d='M120.368%202.36384C122.013%202.36384%20123.442%202.64106%20124.655%203.19549C125.867%203.7326%20126.803%204.51226%20127.461%205.5345C128.119%206.5394%20128.448%207.72623%20128.448%209.09498C128.448%2010.4637%20128.119%2011.6506%20127.461%2012.6555C126.803%2013.6604%20125.867%2014.44%20124.655%2014.9945C123.442%2015.5316%20122.013%2015.8001%20120.368%2015.8001H117.198V20.5561H112.053V2.36384H120.368ZM120.056%2011.7458C121.112%2011.7458%20121.909%2011.5206%20122.446%2011.0701C122.983%2010.6023%20123.252%209.94395%20123.252%209.09498C123.252%208.24601%20122.983%207.58762%20122.446%207.11982C121.909%206.65202%20121.112%206.41812%20120.056%206.41812H117.198V11.7458H120.056Z'%20fill='%23313749'/%3e%3cpath%20d='M142.229%2017.0216H134.538L133.109%2020.5561H127.861L135.889%202.36384H140.956L149.01%2020.5561H143.658L142.229%2017.0216ZM140.722%2013.2272L138.384%207.4057L136.045%2013.2272H140.722Z'%20fill='%23313749'/%3e%3cpath%20d='M159.283%2020.9199C157.378%2020.9199%20155.663%2020.5214%20154.139%2019.7245C152.632%2018.9101%20151.445%2017.7839%20150.579%2016.3459C149.713%2014.9078%20149.28%2013.2792%20149.28%2011.46C149.28%209.64075%20149.713%208.01211%20150.579%206.57405C151.445%205.136%20152.632%204.01847%20154.139%203.22148C155.663%202.40716%20157.378%202%20159.283%202C160.946%202%20162.444%202.29454%20163.778%202.88362C165.112%203.47271%20166.221%204.32168%20167.104%205.43054L163.83%208.39328C162.652%206.97255%20161.223%206.26219%20159.543%206.26219C158.556%206.26219%20157.672%206.47876%20156.893%206.91191C156.131%207.34506%20155.533%207.96013%20155.1%208.75712C154.684%209.53679%20154.476%2010.4377%20154.476%2011.46C154.476%2012.4822%20154.684%2013.3918%20155.1%2014.1888C155.533%2014.9685%20156.131%2015.5749%20156.893%2016.008C157.672%2016.4412%20158.556%2016.6578%20159.543%2016.6578C161.223%2016.6578%20162.652%2015.9474%20163.83%2014.5267L167.104%2017.4894C166.221%2018.5983%20165.112%2019.4472%20163.778%2020.0363C162.444%2020.6254%20160.946%2020.9199%20159.283%2020.9199Z'%20fill='%23313749'/%3e%3cpath%20d='M184%2016.5798V20.5561H169.398V2.36384H183.662V6.34015H174.49V9.40685H182.571V13.2532H174.49V16.5798H184Z'%20fill='%23313749'/%3e%3cpath%20d='M52.106%2011.5322C52.106%2016.516%2048.0668%2020.5562%2043.0843%2020.5562C38.1017%2020.5562%2034.0625%2016.516%2034.0625%2011.5322C34.0625%206.54845%2038.1017%202.5083%2043.0843%202.5083C48.0668%202.5083%2052.106%206.54845%2052.106%2011.5322Z'%20fill='%23169C18'/%3e%3cpath%20d='M35.5057%2019.8342C35.5057%2021.0303%2034.5363%2021.9999%2033.3405%2021.9999C32.1447%2021.9999%2031.1753%2021.0303%2031.1753%2019.8342C31.1753%2018.6381%2032.1447%2017.6685%2033.3405%2017.6685C34.5363%2017.6685%2035.5057%2018.6381%2035.5057%2019.8342Z'%20fill='%23F65855'/%3e%3c/svg%3e",OC="data:image/svg+xml,%3csvg%20width='88'%20height='24'%20viewBox='0%200%2088%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M65.7546%202.12487C65.7908%202.04845%2065.8652%202%2065.9466%202C66.028%202%2066.1025%202.04845%2066.1386%202.12487L66.8271%203.58517C66.8582%203.65123%2066.9186%203.69705%2066.9884%203.70766L68.5282%203.94179C68.609%203.95402%2068.6758%204.01321%2068.7009%204.09425C68.7261%204.17529%2068.7051%204.26444%2068.6468%204.32388L67.5327%205.46066C67.4822%205.5121%2067.4592%205.58627%2067.471%205.65894L67.7339%207.26409C67.7476%207.34825%2067.7147%207.43316%2067.6486%207.48336C67.5827%207.5333%2067.4955%207.53992%2067.4232%207.50046L66.0459%206.74253C65.9836%206.70819%2065.909%206.70819%2065.8466%206.74253L64.4693%207.50034C64.3972%207.53992%2064.3098%207.53343%2064.2438%207.48336C64.1778%207.43329%2064.1449%207.34825%2064.1586%207.26409L64.4216%205.65894C64.4335%205.58627%2064.4104%205.5121%2064.3599%205.46066L63.2458%204.32388C63.1875%204.26432%2063.1665%204.17529%2063.1916%204.09425C63.2168%204.01321%2063.2837%203.95402%2063.3645%203.94179L64.9045%203.70766C64.9742%203.69705%2065.0346%203.65123%2065.0657%203.58505L65.7546%202.12487Z'%20fill='%23C9981D'/%3e%3cpath%20d='M15.7621%2018.27H8.39576L7.02702%2021.6519H2L9.68985%204.24487H14.5427L22.2574%2021.6519H17.1308L15.7621%2018.27ZM14.3187%2014.6394L12.0789%209.06911L9.83916%2014.6394H14.3187Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M31.328%2022.0001C28.7399%2022.0001%2026.7241%2021.2955%2025.2807%2019.8863C23.8539%2018.4772%2023.1405%2016.4795%2023.1405%2013.8933V4.24487H28.0679V13.7441C28.0679%2016.5293%2029.1712%2017.9218%2031.3778%2017.9218C33.5678%2017.9218%2034.6628%2016.5293%2034.6628%2013.7441V4.24487H39.5156V13.8933C39.5156%2016.4795%2038.7939%2018.4772%2037.3505%2019.8863C35.9237%2021.2955%2033.9162%2022.0001%2031.328%2022.0001Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M42.8537%204.24487H51.091C52.999%204.24487%2054.6912%204.6013%2056.1678%205.31416C57.6444%206.02702%2058.7892%207.03829%2059.6021%208.34796C60.4151%209.65763%2060.8215%2011.1911%2060.8215%2012.9484C60.8215%2014.7057%2060.4151%2016.2392%2059.6021%2017.5488C58.7892%2018.8585%2057.6444%2019.8698%2056.1678%2020.5826C54.6912%2021.2955%2052.999%2021.6519%2051.091%2021.6519H42.8537V4.24487ZM50.8919%2017.7229C52.3851%2017.7229%2053.5796%2017.3002%2054.4755%2016.4547C55.388%2015.6092%2055.8443%2014.4404%2055.8443%2012.9484C55.8443%2011.4564%2055.388%2010.2876%2054.4755%209.44212C53.5796%208.59663%2052.3851%208.17389%2050.8919%208.17389H47.7811V17.7229H50.8919Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M75.7469%208.14902H70.3963V4.24487H86V8.14902H80.6743V21.6519H75.7469V8.14902Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M63.3584%209.38232H68.2859V21.6517H63.3584V9.38232Z'%20fill='%23C9981D'/%3e%3c/svg%3e",BC="data:image/svg+xml,%3csvg%20width='88'%20height='24'%20viewBox='0%200%2088%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M65.7546%202.12487C65.7908%202.04845%2065.8652%202%2065.9466%202C66.028%202%2066.1025%202.04845%2066.1386%202.12487L66.8271%203.58517C66.8582%203.65123%2066.9186%203.69705%2066.9884%203.70766L68.5282%203.94179C68.609%203.95402%2068.6758%204.01321%2068.7009%204.09425C68.7261%204.17529%2068.7051%204.26444%2068.6468%204.32388L67.5327%205.46066C67.4822%205.5121%2067.4592%205.58627%2067.471%205.65894L67.7339%207.26409C67.7476%207.34825%2067.7147%207.43316%2067.6486%207.48336C67.5827%207.5333%2067.4955%207.53992%2067.4232%207.50046L66.0459%206.74253C65.9836%206.70819%2065.909%206.70819%2065.8466%206.74253L64.4693%207.50034C64.3972%207.53992%2064.3098%207.53343%2064.2438%207.48336C64.1778%207.43329%2064.1449%207.34825%2064.1586%207.26409L64.4216%205.65894C64.4335%205.58627%2064.4104%205.5121%2064.3599%205.46066L63.2458%204.32388C63.1875%204.26432%2063.1665%204.17529%2063.1916%204.09425C63.2168%204.01321%2063.2837%203.95402%2063.3645%203.94179L64.9045%203.70766C64.9742%203.69705%2065.0346%203.65123%2065.0657%203.58505L65.7546%202.12487Z'%20fill='%23FAB404'/%3e%3cpath%20d='M15.7621%2018.27H8.39576L7.02702%2021.6519H2L9.68985%204.24487H14.5427L22.2574%2021.6519H17.1308L15.7621%2018.27ZM14.3187%2014.6394L12.0789%209.06911L9.83916%2014.6394H14.3187Z'%20fill='%23313749'/%3e%3cpath%20d='M31.328%2022.0001C28.7399%2022.0001%2026.7241%2021.2955%2025.2807%2019.8863C23.8539%2018.4772%2023.1405%2016.4795%2023.1405%2013.8933V4.24487H28.0679V13.7441C28.0679%2016.5293%2029.1712%2017.9218%2031.3778%2017.9218C33.5678%2017.9218%2034.6628%2016.5293%2034.6628%2013.7441V4.24487H39.5156V13.8933C39.5156%2016.4795%2038.7939%2018.4772%2037.3505%2019.8863C35.9237%2021.2955%2033.9162%2022.0001%2031.328%2022.0001Z'%20fill='%23313749'/%3e%3cpath%20d='M42.8537%204.24487H51.091C52.999%204.24487%2054.6912%204.6013%2056.1678%205.31416C57.6444%206.02702%2058.7892%207.03829%2059.6021%208.34796C60.4151%209.65763%2060.8215%2011.1911%2060.8215%2012.9484C60.8215%2014.7057%2060.4151%2016.2392%2059.6021%2017.5488C58.7892%2018.8585%2057.6444%2019.8698%2056.1678%2020.5826C54.6912%2021.2955%2052.999%2021.6519%2051.091%2021.6519H42.8537V4.24487ZM50.8919%2017.7229C52.3851%2017.7229%2053.5796%2017.3002%2054.4755%2016.4547C55.388%2015.6092%2055.8443%2014.4404%2055.8443%2012.9484C55.8443%2011.4564%2055.388%2010.2876%2054.4755%209.44212C53.5796%208.59663%2052.3851%208.17389%2050.8919%208.17389H47.7811V17.7229H50.8919Z'%20fill='%23313749'/%3e%3cpath%20d='M75.7469%208.14902H70.3963V4.24487H86V8.14902H80.6743V21.6519H75.7469V8.14902Z'%20fill='%23313749'/%3e%3cpath%20d='M63.3584%209.38232H68.2859V21.6517H63.3584V9.38232Z'%20fill='%23FAB404'/%3e%3c/svg%3e",AC="data:image/svg+xml,%3csvg%20width='136'%20height='24'%20viewBox='0%200%20136%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.2572%202.38452V21.6153H14.8293V14.1153H7.4278V21.6153H2V2.38452H7.4278V9.6098H14.8293V2.38452H20.2572Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M45.2949%2022C43.7415%2022%2042.2337%2021.8077%2040.7717%2021.4231C39.3097%2021.0385%2038.1218%2020.5256%2037.208%2019.8846L38.9899%2015.8736C39.8488%2016.4414%2040.8448%2016.8993%2041.9779%2017.2473C43.111%2017.5952%2044.2258%2017.7692%2045.3223%2017.7692C47.4057%2017.7692%2048.4474%2017.2473%2048.4474%2016.2033C48.4474%2015.6538%2048.1458%2015.2509%2047.5428%2014.9945C46.9579%2014.7198%2046.0076%2014.4359%2044.6918%2014.1429C43.248%2013.8315%2042.0419%2013.5018%2041.0733%2013.1538C40.1047%2012.7875%2039.2731%2012.2106%2038.5787%2011.4231C37.8842%2010.6355%2037.537%209.57326%2037.537%208.23626C37.537%207.0641%2037.8568%206.01099%2038.4964%205.07692C39.1361%204.12454%2040.0864%203.37363%2041.3474%202.82418C42.6267%202.27473%2044.1892%202%2046.035%202C47.296%202%2048.5388%202.14652%2049.7632%202.43956C50.9877%202.71429%2052.0659%203.12637%2052.998%203.67582L51.3258%207.71429C49.4982%206.72527%2047.7255%206.23077%2046.0076%206.23077C44.9294%206.23077%2044.1435%206.3956%2043.6501%206.72527C43.1567%207.03663%2042.9099%207.44872%2042.9099%207.96154C42.9099%208.47436%2043.2023%208.85897%2043.7872%209.11538C44.372%209.3718%2045.3132%209.63736%2046.6107%209.91209C48.0727%2010.2234%2049.2789%2010.5623%2050.2292%2010.9286C51.1978%2011.2766%2052.0294%2011.8443%2052.7238%2012.6319C53.4366%2013.4011%2053.793%2014.4542%2053.793%2015.7912C53.793%2016.9451%2053.4731%2017.989%2052.8335%2018.9231C52.1939%2019.8571%2051.2344%2020.6081%2049.9551%2021.1758C48.6758%2021.7253%2047.1224%2022%2045.2949%2022Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M60.117%206.6978H54.2232V2.38462H71.4112V6.6978H65.5448V21.6154H60.117V6.6978Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M82.8425%2022C80.814%2022%2078.9864%2021.5696%2077.3599%2020.7088C75.7517%2019.848%2074.4815%2018.6575%2073.5495%2017.1374C72.6357%2015.6172%2072.1788%2013.9048%2072.1788%2012C72.1788%2010.0952%2072.6357%208.38278%2073.5495%206.86264C74.4815%205.34249%2075.7517%204.15202%2077.3599%203.29121C78.9864%202.4304%2080.814%202%2082.8425%202C84.8711%202%2086.6895%202.4304%2088.2977%203.29121C89.9243%204.15202%2091.1944%205.34249%2092.1082%206.86264C93.0402%208.38278%2093.5062%2010.0952%2093.5062%2012C93.5062%2013.9048%2093.0402%2015.6172%2092.1082%2017.1374C91.1944%2018.6575%2089.9243%2019.848%2088.2977%2020.7088C86.6895%2021.5696%2084.8711%2022%2082.8425%2022ZM82.8425%2017.4945C83.8111%2017.4945%2084.6883%2017.2656%2085.4742%2016.8077C86.26%2016.3498%2086.8814%2015.7088%2087.3383%2014.8846C87.7952%2014.0421%2088.0236%2013.0806%2088.0236%2012C88.0236%2010.9194%2087.7952%209.96703%2087.3383%209.14286C86.8814%208.30037%2086.26%207.65018%2085.4742%207.19231C84.6883%206.73443%2083.8111%206.5055%2082.8425%206.5055C81.8739%206.5055%2080.9967%206.73443%2080.2109%207.19231C79.425%207.65018%2078.8037%208.30037%2078.3468%209.14286C77.8899%209.96703%2077.6614%2010.9194%2077.6614%2012C77.6614%2013.0806%2077.8899%2014.0421%2078.3468%2014.8846C78.8037%2015.7088%2079.425%2016.3498%2080.2109%2016.8077C80.9967%2017.2656%2081.8739%2017.4945%2082.8425%2017.4945Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M104.737%2016.5055H101.777V21.6154H96.3491V2.38462H105.121C106.857%202.38462%20108.365%202.67766%20109.644%203.26374C110.924%203.8315%20111.911%204.65568%20112.605%205.73626C113.3%206.79853%20113.647%208.05311%20113.647%209.5C113.647%2010.8919%20113.318%2012.1099%20112.66%2013.1538C112.02%2014.1795%20111.097%2014.9853%20109.891%2015.5714L114.031%2021.6154H108.219L104.737%2016.5055ZM108.164%209.5C108.164%208.60256%20107.881%207.90659%20107.314%207.41209C106.748%206.91758%20105.907%206.67033%20104.792%206.67033H101.777V12.3022H104.792C105.907%2012.3022%20106.748%2012.0641%20107.314%2011.5879C107.881%2011.0934%20108.164%2010.3974%20108.164%209.5Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M126.653%2014.7198V21.6154H121.226V14.6374L113.906%202.38462H119.636L124.186%2010.022L128.737%202.38462H134L126.653%2014.7198Z'%20fill='%23EBEDF2'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M25.9717%202.53735C26.0359%202.7486%2026.0704%202.97281%2026.0704%203.20509C26.0704%205.83149%2027.2288%207.37663%2029.0972%209.06226C30.9657%207.37663%2032.1241%205.83149%2032.1241%203.20509C32.1241%202.97281%2032.1586%202.7486%2032.2228%202.53735H25.9717ZM32.2228%2021.6155C32.1586%2021.4042%2032.1241%2021.18%2032.1241%2020.9478C32.1241%2018.3214%2030.9657%2016.7762%2029.0972%2015.0906C27.2288%2016.7762%2026.0704%2018.3214%2026.0704%2020.9478C26.0704%2021.18%2026.0359%2021.4042%2025.9717%2021.6155H32.2228Z'%20fill='%23C9981D'/%3e%3c/svg%3e",$C="data:image/svg+xml,%3csvg%20width='136'%20height='24'%20viewBox='0%200%20136%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.2572%202.38452V21.6153H14.8293V14.1153H7.4278V21.6153H2V2.38452H7.4278V9.6098H14.8293V2.38452H20.2572Z'%20fill='%23313749'/%3e%3cpath%20d='M45.2949%2022C43.7415%2022%2042.2337%2021.8077%2040.7717%2021.4231C39.3097%2021.0385%2038.1218%2020.5256%2037.208%2019.8846L38.9899%2015.8736C39.8488%2016.4414%2040.8448%2016.8993%2041.9779%2017.2473C43.111%2017.5952%2044.2258%2017.7692%2045.3223%2017.7692C47.4057%2017.7692%2048.4474%2017.2473%2048.4474%2016.2033C48.4474%2015.6538%2048.1458%2015.2509%2047.5428%2014.9945C46.9579%2014.7198%2046.0076%2014.4359%2044.6918%2014.1429C43.248%2013.8315%2042.0419%2013.5018%2041.0733%2013.1538C40.1047%2012.7875%2039.2731%2012.2106%2038.5787%2011.4231C37.8842%2010.6355%2037.537%209.57326%2037.537%208.23626C37.537%207.0641%2037.8568%206.01099%2038.4964%205.07692C39.1361%204.12454%2040.0864%203.37363%2041.3474%202.82418C42.6267%202.27473%2044.1892%202%2046.035%202C47.296%202%2048.5388%202.14652%2049.7632%202.43956C50.9877%202.71429%2052.0659%203.12637%2052.998%203.67582L51.3258%207.71429C49.4982%206.72527%2047.7255%206.23077%2046.0076%206.23077C44.9294%206.23077%2044.1435%206.3956%2043.6501%206.72527C43.1567%207.03663%2042.9099%207.44872%2042.9099%207.96154C42.9099%208.47436%2043.2023%208.85897%2043.7872%209.11538C44.372%209.3718%2045.3132%209.63736%2046.6107%209.91209C48.0727%2010.2234%2049.2789%2010.5623%2050.2292%2010.9286C51.1978%2011.2766%2052.0294%2011.8443%2052.7238%2012.6319C53.4366%2013.4011%2053.793%2014.4542%2053.793%2015.7912C53.793%2016.9451%2053.4731%2017.989%2052.8335%2018.9231C52.1939%2019.8571%2051.2344%2020.6081%2049.9551%2021.1758C48.6758%2021.7253%2047.1224%2022%2045.2949%2022Z'%20fill='%23313749'/%3e%3cpath%20d='M60.117%206.6978H54.2232V2.38462H71.4112V6.6978H65.5448V21.6154H60.117V6.6978Z'%20fill='%23313749'/%3e%3cpath%20d='M82.8425%2022C80.814%2022%2078.9864%2021.5696%2077.3599%2020.7088C75.7517%2019.848%2074.4815%2018.6575%2073.5495%2017.1374C72.6357%2015.6172%2072.1788%2013.9048%2072.1788%2012C72.1788%2010.0952%2072.6357%208.38278%2073.5495%206.86264C74.4815%205.34249%2075.7517%204.15202%2077.3599%203.29121C78.9864%202.4304%2080.814%202%2082.8425%202C84.8711%202%2086.6895%202.4304%2088.2977%203.29121C89.9243%204.15202%2091.1944%205.34249%2092.1082%206.86264C93.0402%208.38278%2093.5062%2010.0952%2093.5062%2012C93.5062%2013.9048%2093.0402%2015.6172%2092.1082%2017.1374C91.1944%2018.6575%2089.9243%2019.848%2088.2977%2020.7088C86.6895%2021.5696%2084.8711%2022%2082.8425%2022ZM82.8425%2017.4945C83.8111%2017.4945%2084.6883%2017.2656%2085.4742%2016.8077C86.26%2016.3498%2086.8814%2015.7088%2087.3383%2014.8846C87.7952%2014.0421%2088.0236%2013.0806%2088.0236%2012C88.0236%2010.9194%2087.7952%209.96703%2087.3383%209.14286C86.8814%208.30037%2086.26%207.65018%2085.4742%207.19231C84.6883%206.73443%2083.8111%206.5055%2082.8425%206.5055C81.8739%206.5055%2080.9967%206.73443%2080.2109%207.19231C79.425%207.65018%2078.8037%208.30037%2078.3468%209.14286C77.8899%209.96703%2077.6614%2010.9194%2077.6614%2012C77.6614%2013.0806%2077.8899%2014.0421%2078.3468%2014.8846C78.8037%2015.7088%2079.425%2016.3498%2080.2109%2016.8077C80.9967%2017.2656%2081.8739%2017.4945%2082.8425%2017.4945Z'%20fill='%23313749'/%3e%3cpath%20d='M104.737%2016.5055H101.777V21.6154H96.3491V2.38462H105.121C106.857%202.38462%20108.365%202.67766%20109.644%203.26374C110.924%203.8315%20111.911%204.65568%20112.605%205.73626C113.3%206.79853%20113.647%208.05311%20113.647%209.5C113.647%2010.8919%20113.318%2012.1099%20112.66%2013.1538C112.02%2014.1795%20111.097%2014.9853%20109.891%2015.5714L114.031%2021.6154H108.219L104.737%2016.5055ZM108.164%209.5C108.164%208.60256%20107.881%207.90659%20107.314%207.41209C106.748%206.91758%20105.907%206.67033%20104.792%206.67033H101.777V12.3022H104.792C105.907%2012.3022%20106.748%2012.0641%20107.314%2011.5879C107.881%2011.0934%20108.164%2010.3974%20108.164%209.5Z'%20fill='%23313749'/%3e%3cpath%20d='M126.653%2014.7198V21.6154H121.226V14.6374L113.906%202.38462H119.636L124.186%2010.022L128.737%202.38462H134L126.653%2014.7198Z'%20fill='%23313749'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M25.9717%202.53735C26.0359%202.7486%2026.0704%202.97281%2026.0704%203.20509C26.0704%205.83149%2027.2288%207.37663%2029.0972%209.06226C30.9657%207.37663%2032.1241%205.83149%2032.1241%203.20509C32.1241%202.97281%2032.1586%202.7486%2032.2228%202.53735H25.9717ZM32.2228%2021.6155C32.1586%2021.4042%2032.1241%2021.18%2032.1241%2020.9478C32.1241%2018.3214%2030.9657%2016.7762%2029.0972%2015.0906C27.2288%2016.7762%2026.0704%2018.3214%2026.0704%2020.9478C26.0704%2021.18%2026.0359%2021.4042%2025.9717%2021.6155H32.2228Z'%20fill='%23FAB404'/%3e%3c/svg%3e",DC="data:image/svg+xml,%3csvg%20width='191'%20height='24'%20viewBox='0%200%20191%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.1194%2022C8.5597%2022%207.04593%2021.8077%205.57802%2021.4231C4.11011%2021.0385%202.91744%2020.5256%202%2019.8846L3.78901%2015.8736C4.6514%2016.4414%205.65142%2016.8993%206.78904%2017.2473C7.92667%2017.5952%209.04595%2017.7692%2010.1469%2017.7692C12.2386%2017.7692%2013.2845%2017.2473%2013.2845%2016.2033C13.2845%2015.6538%2012.9818%2015.2509%2012.3763%2014.9945C11.7891%2014.7198%2010.835%2014.4359%209.51384%2014.1429C8.06428%2013.8315%206.85326%2013.5018%205.88078%2013.1538C4.90829%2012.7875%204.07342%2012.2106%203.37616%2011.4231C2.67891%2010.6355%202.33028%209.57326%202.33028%208.23626C2.33028%207.0641%202.65138%206.01099%203.29359%205.07692C3.9358%204.12454%204.88994%203.37363%206.15601%202.82418C7.44043%202.27473%209.00925%202%2010.8625%202C12.1285%202%2013.3763%202.14652%2014.6056%202.43956C15.835%202.71429%2016.9176%203.12637%2017.8534%203.67582L16.1745%207.71429C14.3396%206.72528%2012.5597%206.23077%2010.835%206.23077C9.75238%206.23077%208.96338%206.3956%208.46796%206.72527C7.97254%207.03663%207.72483%207.44872%207.72483%207.96154C7.72483%208.47436%208.01841%208.85897%208.60557%209.11539C9.19274%209.3718%2010.1377%209.63736%2011.4405%209.91209C12.9084%2010.2234%2014.1194%2010.5623%2015.0735%2010.9286C16.046%2011.2766%2016.8809%2011.8443%2017.5781%2012.6319C18.2938%2013.4011%2018.6516%2014.4542%2018.6516%2015.7912C18.6516%2016.9451%2018.3305%2017.989%2017.6882%2018.9231C17.046%2019.8571%2016.0827%2020.6081%2014.7983%2021.1758C13.5139%2021.7253%2011.9542%2022%2010.1194%2022Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M30.0589%2022C27.1964%2022%2024.9671%2021.2216%2023.3707%2019.6648C21.7927%2018.1081%2021.0037%2015.9011%2021.0037%2013.044V2.38462H26.4533V12.8791C26.4533%2015.956%2027.6735%2017.4945%2030.1139%2017.4945C32.5359%2017.4945%2033.747%2015.956%2033.747%2012.8791V2.38462H39.114V13.044C39.114%2015.9011%2038.3158%2018.1081%2036.7195%2019.6648C35.1415%2021.2216%2032.9213%2022%2030.0589%2022Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M51.6132%202.38462C53.3563%202.38462%2054.8701%202.67766%2056.1545%203.26374C57.439%203.8315%2058.4298%204.65568%2059.127%205.73626C59.8243%206.79853%2060.1729%208.05311%2060.1729%209.5C60.1729%2010.9469%2059.8243%2012.2015%2059.127%2013.2637C58.4298%2014.326%2057.439%2015.1502%2056.1545%2015.7363C54.8701%2016.304%2053.3563%2016.5879%2051.6132%2016.5879H48.2554V21.6154H42.8058V2.38462H51.6132ZM51.2829%2012.3022C52.4022%2012.3022%2053.2462%2012.0641%2053.8151%2011.5879C54.3839%2011.0934%2054.6683%2010.3974%2054.6683%209.5C54.6683%208.60256%2054.3839%207.90659%2053.8151%207.41209C53.2462%206.91758%2052.4022%206.67033%2051.2829%206.67033H48.2554V12.3022H51.2829Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M78.298%2017.4121V21.6154H62.83V2.38462H77.9403V6.58791H68.2245V9.82967H76.7843V13.8956H68.2245V17.4121H78.298Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M89.7443%2016.5055H86.7718V21.6154H81.3222V2.38462H90.1296C91.8727%202.38462%2093.3865%202.67766%2094.6709%203.26374C95.9554%203.8315%2096.9462%204.65568%2097.6434%205.73626C98.3407%206.79853%2098.6893%208.05311%2098.6893%209.5C98.6893%2010.8919%2098.3591%2012.1099%2097.6985%2013.1538C97.0563%2014.1795%2096.1297%2014.9853%2094.9186%2015.5714L99.0746%2021.6154H93.2397L89.7443%2016.5055ZM93.1847%209.5C93.1847%208.60256%2092.9003%207.90659%2092.3315%207.41209C91.7626%206.91758%2090.9186%206.67033%2089.7993%206.67033H86.7718V12.3022H89.7993C90.9186%2012.3022%2091.7626%2012.0641%2092.3315%2011.5879C92.9003%2011.0934%2093.1847%2010.3974%2093.1847%209.5Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M121.237%202.38462L112.98%2021.6154H107.613L99.3839%202.38462H105.274L110.503%2014.9121L115.843%202.38462H121.237Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M122.365%202.38462H127.815V21.6154H122.365V2.38462Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M138.463%2022C136.903%2022%20135.389%2021.8077%20133.921%2021.4231C132.453%2021.0385%20131.261%2020.5256%20130.343%2019.8846L132.132%2015.8736C132.995%2016.4414%20133.995%2016.8993%20135.132%2017.2473C136.27%2017.5952%20137.389%2017.7692%20138.49%2017.7692C140.582%2017.7692%20141.628%2017.2473%20141.628%2016.2033C141.628%2015.6538%20141.325%2015.2509%20140.719%2014.9945C140.132%2014.7198%20139.178%2014.4359%20137.857%2014.1429C136.407%2013.8315%20135.196%2013.5018%20134.224%2013.1538C133.251%2012.7875%20132.417%2012.2106%20131.719%2011.4231C131.022%2010.6355%20130.673%209.57326%20130.673%208.23626C130.673%207.0641%20130.995%206.01099%20131.637%205.07692C132.279%204.12454%20133.233%203.37363%20134.499%202.82418C135.784%202.27473%20137.352%202%20139.206%202C140.472%202%20141.719%202.14652%20142.949%202.43956C144.178%202.71429%20145.261%203.12637%20146.197%203.67582L144.518%207.71429C142.683%206.72528%20140.903%206.23077%20139.178%206.23077C138.096%206.23077%20137.307%206.3956%20136.811%206.72527C136.316%207.03663%20136.068%207.44872%20136.068%207.96154C136.068%208.47436%20136.362%208.85897%20136.949%209.11539C137.536%209.3718%20138.481%209.63736%20139.784%209.91209C141.252%2010.2234%20142.463%2010.5623%20143.417%2010.9286C144.389%2011.2766%20145.224%2011.8443%20145.921%2012.6319C146.637%2013.4011%20146.995%2014.4542%20146.995%2015.7912C146.995%2016.9451%20146.674%2017.989%20146.031%2018.9231C145.389%2019.8571%20144.426%2020.6081%20143.141%2021.1758C141.857%2021.7253%20140.297%2022%20138.463%2022Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M179.67%2016.5055H176.697V21.6154H171.248V2.38462H180.055C181.798%202.38462%20183.312%202.67766%20184.596%203.26374C185.881%203.8315%20186.872%204.65568%20187.569%205.73626C188.266%206.79853%20188.615%208.05311%20188.615%209.5C188.615%2010.8919%20188.284%2012.1099%20187.624%2013.1538C186.982%2014.1795%20186.055%2014.9853%20184.844%2015.5714L189%2021.6154H183.165L179.67%2016.5055ZM183.11%209.5C183.11%208.60256%20182.826%207.90659%20182.257%207.41209C181.688%206.91758%20180.844%206.67033%20179.725%206.67033H176.697V12.3022H179.725C180.844%2012.3022%20181.688%2012.0641%20182.257%2011.5879C182.826%2011.0934%20183.11%2010.3974%20183.11%209.5Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M158.888%2022C156.851%2022%20155.017%2021.5696%20153.384%2020.7088C151.769%2019.848%20150.494%2018.6575%20149.558%2017.1374C148.64%2015.6172%20148.182%2013.9048%20148.182%2012C148.182%2010.0952%20148.64%208.38278%20149.558%206.86264C150.494%205.34249%20151.769%204.15202%20153.384%203.29121C155.017%202.4304%20156.851%202%20158.888%202C160.925%202%20162.751%202.4304%20164.365%203.29121C165.998%204.15202%20167.274%205.34249%20168.191%206.86264C169.127%208.38278%20169.595%2010.0952%20169.595%2012C169.595%2013.9048%20169.127%2015.6172%20168.191%2017.1374C167.274%2018.6575%20165.998%2019.848%20164.365%2020.7088C162.751%2021.5696%20160.925%2022%20158.888%2022ZM158.888%2017.4945C159.861%2017.4945%20160.741%2017.2656%20161.53%2016.8077C162.319%2016.3498%20162.943%2015.7088%20163.402%2014.8846C163.861%2014.0421%20164.09%2013.0806%20164.09%2012C164.09%2010.9194%20163.861%209.96703%20163.402%209.14286C162.943%208.30037%20162.319%207.65018%20161.53%207.19231C160.741%206.73443%20159.861%206.5055%20158.888%206.5055C157.916%206.5055%20157.035%206.73443%20156.246%207.19231C155.457%207.65018%20154.833%208.30037%20154.374%209.14286C153.916%209.96703%20153.686%2010.9194%20153.686%2012C153.686%2013.0806%20153.916%2014.0421%20154.374%2014.8846C154.833%2015.7088%20155.457%2016.3498%20156.246%2016.8077C157.035%2017.2656%20157.916%2017.4945%20158.888%2017.4945Z'%20fill='%23C9981D'/%3e%3cellipse%20cx='158.943'%20cy='12.0763'%20rx='1.91134'%20ry='1.90781'%20fill='%23EBEDF2'/%3e%3c/svg%3e",MC="data:image/svg+xml,%3csvg%20width='191'%20height='24'%20viewBox='0%200%20191%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.1194%2022C8.5597%2022%207.04593%2021.8077%205.57802%2021.4231C4.11011%2021.0385%202.91744%2020.5256%202%2019.8846L3.78901%2015.8736C4.6514%2016.4414%205.65142%2016.8993%206.78904%2017.2473C7.92667%2017.5952%209.04595%2017.7692%2010.1469%2017.7692C12.2386%2017.7692%2013.2845%2017.2473%2013.2845%2016.2033C13.2845%2015.6538%2012.9818%2015.2509%2012.3763%2014.9945C11.7891%2014.7198%2010.835%2014.4359%209.51384%2014.1429C8.06428%2013.8315%206.85326%2013.5018%205.88078%2013.1538C4.90829%2012.7875%204.07342%2012.2106%203.37616%2011.4231C2.67891%2010.6355%202.33028%209.57326%202.33028%208.23626C2.33028%207.0641%202.65138%206.01099%203.29359%205.07692C3.9358%204.12454%204.88994%203.37363%206.15601%202.82418C7.44043%202.27473%209.00925%202%2010.8625%202C12.1285%202%2013.3763%202.14652%2014.6056%202.43956C15.835%202.71429%2016.9176%203.12637%2017.8534%203.67582L16.1745%207.71429C14.3396%206.72528%2012.5597%206.23077%2010.835%206.23077C9.75238%206.23077%208.96338%206.3956%208.46796%206.72527C7.97254%207.03663%207.72483%207.44872%207.72483%207.96154C7.72483%208.47436%208.01841%208.85897%208.60557%209.11539C9.19274%209.3718%2010.1377%209.63736%2011.4405%209.91209C12.9084%2010.2234%2014.1194%2010.5623%2015.0735%2010.9286C16.046%2011.2766%2016.8809%2011.8443%2017.5781%2012.6319C18.2938%2013.4011%2018.6516%2014.4542%2018.6516%2015.7912C18.6516%2016.9451%2018.3305%2017.989%2017.6882%2018.9231C17.046%2019.8571%2016.0827%2020.6081%2014.7983%2021.1758C13.5139%2021.7253%2011.9542%2022%2010.1194%2022Z'%20fill='%23313749'/%3e%3cpath%20d='M30.0589%2022C27.1964%2022%2024.9671%2021.2216%2023.3707%2019.6648C21.7927%2018.1081%2021.0037%2015.9011%2021.0037%2013.044V2.38462H26.4533V12.8791C26.4533%2015.956%2027.6735%2017.4945%2030.1139%2017.4945C32.5359%2017.4945%2033.747%2015.956%2033.747%2012.8791V2.38462H39.114V13.044C39.114%2015.9011%2038.3158%2018.1081%2036.7195%2019.6648C35.1415%2021.2216%2032.9213%2022%2030.0589%2022Z'%20fill='%23313749'/%3e%3cpath%20d='M51.6132%202.38462C53.3563%202.38462%2054.8701%202.67766%2056.1545%203.26374C57.439%203.8315%2058.4298%204.65568%2059.127%205.73626C59.8243%206.79853%2060.1729%208.05311%2060.1729%209.5C60.1729%2010.9469%2059.8243%2012.2015%2059.127%2013.2637C58.4298%2014.326%2057.439%2015.1502%2056.1545%2015.7363C54.8701%2016.304%2053.3563%2016.5879%2051.6132%2016.5879H48.2554V21.6154H42.8058V2.38462H51.6132ZM51.2829%2012.3022C52.4022%2012.3022%2053.2462%2012.0641%2053.8151%2011.5879C54.3839%2011.0934%2054.6683%2010.3974%2054.6683%209.5C54.6683%208.60256%2054.3839%207.90659%2053.8151%207.41209C53.2462%206.91758%2052.4022%206.67033%2051.2829%206.67033H48.2554V12.3022H51.2829Z'%20fill='%23313749'/%3e%3cpath%20d='M78.298%2017.4121V21.6154H62.83V2.38462H77.9403V6.58791H68.2245V9.82967H76.7843V13.8956H68.2245V17.4121H78.298Z'%20fill='%23313749'/%3e%3cpath%20d='M89.7443%2016.5055H86.7718V21.6154H81.3222V2.38462H90.1296C91.8727%202.38462%2093.3865%202.67766%2094.6709%203.26374C95.9554%203.8315%2096.9462%204.65568%2097.6434%205.73626C98.3407%206.79853%2098.6893%208.05311%2098.6893%209.5C98.6893%2010.8919%2098.3591%2012.1099%2097.6985%2013.1538C97.0563%2014.1795%2096.1297%2014.9853%2094.9186%2015.5714L99.0746%2021.6154H93.2397L89.7443%2016.5055ZM93.1847%209.5C93.1847%208.60256%2092.9003%207.90659%2092.3315%207.41209C91.7626%206.91758%2090.9186%206.67033%2089.7993%206.67033H86.7718V12.3022H89.7993C90.9186%2012.3022%2091.7626%2012.0641%2092.3315%2011.5879C92.9003%2011.0934%2093.1847%2010.3974%2093.1847%209.5Z'%20fill='%23313749'/%3e%3cpath%20d='M121.237%202.38462L112.98%2021.6154H107.613L99.3839%202.38462H105.274L110.503%2014.9121L115.843%202.38462H121.237Z'%20fill='%23313749'/%3e%3cpath%20d='M122.365%202.38462H127.815V21.6154H122.365V2.38462Z'%20fill='%23313749'/%3e%3cpath%20d='M138.463%2022C136.903%2022%20135.389%2021.8077%20133.921%2021.4231C132.453%2021.0385%20131.261%2020.5256%20130.343%2019.8846L132.132%2015.8736C132.995%2016.4414%20133.995%2016.8993%20135.132%2017.2473C136.27%2017.5952%20137.389%2017.7692%20138.49%2017.7692C140.582%2017.7692%20141.628%2017.2473%20141.628%2016.2033C141.628%2015.6538%20141.325%2015.2509%20140.719%2014.9945C140.132%2014.7198%20139.178%2014.4359%20137.857%2014.1429C136.407%2013.8315%20135.196%2013.5018%20134.224%2013.1538C133.251%2012.7875%20132.417%2012.2106%20131.719%2011.4231C131.022%2010.6355%20130.673%209.57326%20130.673%208.23626C130.673%207.0641%20130.995%206.01099%20131.637%205.07692C132.279%204.12454%20133.233%203.37363%20134.499%202.82418C135.784%202.27473%20137.352%202%20139.206%202C140.472%202%20141.719%202.14652%20142.949%202.43956C144.178%202.71429%20145.261%203.12637%20146.197%203.67582L144.518%207.71429C142.683%206.72528%20140.903%206.23077%20139.178%206.23077C138.096%206.23077%20137.307%206.3956%20136.811%206.72527C136.316%207.03663%20136.068%207.44872%20136.068%207.96154C136.068%208.47436%20136.362%208.85897%20136.949%209.11539C137.536%209.3718%20138.481%209.63736%20139.784%209.91209C141.252%2010.2234%20142.463%2010.5623%20143.417%2010.9286C144.389%2011.2766%20145.224%2011.8443%20145.921%2012.6319C146.637%2013.4011%20146.995%2014.4542%20146.995%2015.7912C146.995%2016.9451%20146.674%2017.989%20146.031%2018.9231C145.389%2019.8571%20144.426%2020.6081%20143.141%2021.1758C141.857%2021.7253%20140.297%2022%20138.463%2022Z'%20fill='%23313749'/%3e%3cpath%20d='M179.67%2016.5055H176.697V21.6154H171.248V2.38462H180.055C181.798%202.38462%20183.312%202.67766%20184.596%203.26374C185.881%203.8315%20186.872%204.65568%20187.569%205.73626C188.266%206.79853%20188.615%208.05311%20188.615%209.5C188.615%2010.8919%20188.284%2012.1099%20187.624%2013.1538C186.982%2014.1795%20186.055%2014.9853%20184.844%2015.5714L189%2021.6154H183.165L179.67%2016.5055ZM183.11%209.5C183.11%208.60256%20182.826%207.90659%20182.257%207.41209C181.688%206.91758%20180.844%206.67033%20179.725%206.67033H176.697V12.3022H179.725C180.844%2012.3022%20181.688%2012.0641%20182.257%2011.5879C182.826%2011.0934%20183.11%2010.3974%20183.11%209.5Z'%20fill='%23313749'/%3e%3cpath%20d='M158.888%2022C156.851%2022%20155.017%2021.5696%20153.384%2020.7088C151.769%2019.848%20150.494%2018.6575%20149.558%2017.1374C148.64%2015.6172%20148.182%2013.9048%20148.182%2012C148.182%2010.0952%20148.64%208.38278%20149.558%206.86264C150.494%205.34249%20151.769%204.15202%20153.384%203.29121C155.017%202.4304%20156.851%202%20158.888%202C160.925%202%20162.751%202.4304%20164.365%203.29121C165.998%204.15202%20167.274%205.34249%20168.191%206.86264C169.127%208.38278%20169.595%2010.0952%20169.595%2012C169.595%2013.9048%20169.127%2015.6172%20168.191%2017.1374C167.274%2018.6575%20165.998%2019.848%20164.365%2020.7088C162.751%2021.5696%20160.925%2022%20158.888%2022ZM158.888%2017.4945C159.861%2017.4945%20160.741%2017.2656%20161.53%2016.8077C162.319%2016.3498%20162.943%2015.7088%20163.402%2014.8846C163.861%2014.0421%20164.09%2013.0806%20164.09%2012C164.09%2010.9194%20163.861%209.96703%20163.402%209.14286C162.943%208.30037%20162.319%207.65018%20161.53%207.19231C160.741%206.73443%20159.861%206.5055%20158.888%206.5055C157.916%206.5055%20157.035%206.73443%20156.246%207.19231C155.457%207.65018%20154.833%208.30037%20154.374%209.14286C153.916%209.96703%20153.686%2010.9194%20153.686%2012C153.686%2013.0806%20153.916%2014.0421%20154.374%2014.8846C154.833%2015.7088%20155.457%2016.3498%20156.246%2016.8077C157.035%2017.2656%20157.916%2017.4945%20158.888%2017.4945Z'%20fill='%23FAB404'/%3e%3cellipse%20cx='158.943'%20cy='12.0763'%20rx='1.91134'%20ry='1.90781'%20fill='%23313749'/%3e%3c/svg%3e",NC="data:image/svg+xml,%3csvg%20width='69'%20height='24'%20viewBox='0%200%2069%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.1763%2022V2.23535H32.2116C34.0186%202.23535%2035.5716%202.52712%2036.8704%203.11065C38.188%203.69417%2039.2045%204.54123%2039.9198%205.65182C40.6351%206.74358%2040.9927%208.04241%2040.9927%209.54829C40.9927%2011.0353%2040.6351%2012.3248%2039.9198%2013.4165C39.2045%2014.4895%2038.188%2015.3177%2036.8704%2015.9012C35.5716%2016.4659%2034.0186%2016.7483%2032.2116%2016.7483H26.2821L28.7669%2014.4048V22H23.1763ZM35.4021%2022L30.4892%2014.8H36.4468L41.388%2022H35.4021ZM28.7669%2014.9977L26.2821%2012.4283H31.8727C33.0398%2012.4283%2033.9057%2012.1742%2034.4704%2011.6659C35.0539%2011.1577%2035.3457%2010.4518%2035.3457%209.54829C35.3457%208.62594%2035.0539%207.91064%2034.4704%207.40241C33.9057%206.89417%2033.0398%206.64005%2031.8727%206.64005H26.2821L28.7669%204.07064V14.9977Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M44.077%2022V2.23535H48.6793L56.8676%2015.6753H54.4393L62.4017%202.23535H67.004L67.0605%2022H61.9217L61.8652%2010.0565H62.7405L56.7829%2020.0518H54.2982L48.1711%2010.0565H49.244V22H44.077Z'%20fill='%23EBEDF2'/%3e%3cpath%20d='M12.5642%2022C11.0459%2022%209.63733%2021.7619%208.33853%2021.2857C7.05802%2020.7912%205.94214%2020.0952%204.99091%2019.1978C4.05796%2018.3004%203.32624%2017.2472%202.79575%2016.0385C2.26525%2014.8113%202%2013.4652%202%2012C2%2010.5348%202.26525%209.1978%202.79575%207.98901C3.32624%206.7619%204.05796%205.69963%204.99091%204.8022C5.94214%203.90476%207.05802%203.21795%208.33853%202.74176C9.63733%202.24725%2011.0459%202%2012.5642%202C14.3386%202%2015.921%202.31136%2017.3113%202.93407C18.015%203.24517%2018.6593%203.62483%2019.2443%204.07307C20.2355%204.83253%2020.1032%206.2789%2019.1777%207.11722V7.11722C18.1868%208.01487%2016.6732%207.84579%2015.508%207.18988C15.4419%207.15266%2015.3753%207.11684%2015.3082%207.08241C14.5764%206.6978%2013.7533%206.50549%2012.8386%206.50549C12.052%206.50549%2011.3294%206.6337%2010.6709%206.89011C10.0123%207.14652%209.44526%207.52197%208.96964%208.01648C8.51231%208.49267%208.14645%209.06959%207.87206%209.74725C7.61596%2010.4249%207.4879%2011.1758%207.4879%2012C7.4879%2012.8242%207.61596%2013.5751%207.87206%2014.2527C8.14645%2014.9304%208.51231%2015.5165%208.96964%2016.011C9.44526%2016.4872%2010.0123%2016.8535%2010.6709%2017.1099C11.3294%2017.3663%2012.052%2017.4945%2012.8386%2017.4945C13.7533%2017.4945%2014.5764%2017.3022%2015.3082%2016.9176C15.378%2016.8818%2015.4472%2016.8445%2015.5158%2016.8057C16.6757%2016.1504%2018.1838%2015.9824%2019.1711%2016.8768V16.8768C20.0983%2017.7167%2020.2239%2019.1657%2019.2293%2019.9247C18.6483%2020.368%2018.0089%2020.7484%2017.3113%2021.0659C15.921%2021.6886%2014.3386%2022%2012.5642%2022Z'%20fill='%23EBEDF2'/%3e%3cellipse%20cx='13.1765'%20cy='12'%20rx='2.94117'%20ry='2.94117'%20fill='%23C9981D'/%3e%3c/svg%3e",PC="data:image/svg+xml,%3csvg%20width='69'%20height='24'%20viewBox='0%200%2069%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.1763%2022V2.23535H32.2116C34.0186%202.23535%2035.5716%202.52712%2036.8704%203.11065C38.188%203.69417%2039.2045%204.54123%2039.9198%205.65182C40.6351%206.74358%2040.9927%208.04241%2040.9927%209.54829C40.9927%2011.0353%2040.6351%2012.3248%2039.9198%2013.4165C39.2045%2014.4895%2038.188%2015.3177%2036.8704%2015.9012C35.5716%2016.4659%2034.0186%2016.7483%2032.2116%2016.7483H26.2821L28.7669%2014.4048V22H23.1763ZM35.4021%2022L30.4892%2014.8H36.4468L41.388%2022H35.4021ZM28.7669%2014.9977L26.2821%2012.4283H31.8727C33.0398%2012.4283%2033.9057%2012.1742%2034.4704%2011.6659C35.0539%2011.1577%2035.3457%2010.4518%2035.3457%209.54829C35.3457%208.62594%2035.0539%207.91064%2034.4704%207.40241C33.9057%206.89417%2033.0398%206.64005%2031.8727%206.64005H26.2821L28.7669%204.07064V14.9977Z'%20fill='%23313749'/%3e%3cpath%20d='M44.077%2022V2.23535H48.6793L56.8676%2015.6753H54.4393L62.4017%202.23535H67.004L67.0605%2022H61.9217L61.8652%2010.0565H62.7405L56.7829%2020.0518H54.2982L48.1711%2010.0565H49.244V22H44.077Z'%20fill='%23313749'/%3e%3cpath%20d='M12.5642%2022C11.0459%2022%209.63733%2021.7619%208.33853%2021.2857C7.05802%2020.7912%205.94214%2020.0952%204.99091%2019.1978C4.05796%2018.3004%203.32624%2017.2472%202.79575%2016.0385C2.26525%2014.8113%202%2013.4652%202%2012C2%2010.5348%202.26525%209.1978%202.79575%207.98901C3.32624%206.7619%204.05796%205.69963%204.99091%204.8022C5.94214%203.90476%207.05802%203.21795%208.33853%202.74176C9.63733%202.24725%2011.0459%202%2012.5642%202C14.3386%202%2015.921%202.31136%2017.3113%202.93407C18.015%203.24517%2018.6593%203.62483%2019.2443%204.07307C20.2355%204.83253%2020.1032%206.2789%2019.1777%207.11722V7.11722C18.1868%208.01487%2016.6732%207.84579%2015.508%207.18988C15.4419%207.15266%2015.3753%207.11684%2015.3082%207.08241C14.5764%206.6978%2013.7533%206.50549%2012.8386%206.50549C12.052%206.50549%2011.3294%206.6337%2010.6709%206.89011C10.0123%207.14652%209.44526%207.52197%208.96964%208.01648C8.51231%208.49267%208.14645%209.06959%207.87206%209.74725C7.61596%2010.4249%207.4879%2011.1758%207.4879%2012C7.4879%2012.8242%207.61596%2013.5751%207.87206%2014.2527C8.14645%2014.9304%208.51231%2015.5165%208.96964%2016.011C9.44526%2016.4872%2010.0123%2016.8535%2010.6709%2017.1099C11.3294%2017.3663%2012.052%2017.4945%2012.8386%2017.4945C13.7533%2017.4945%2014.5764%2017.3022%2015.3082%2016.9176C15.378%2016.8818%2015.4472%2016.8445%2015.5158%2016.8057C16.6757%2016.1504%2018.1838%2015.9824%2019.1711%2016.8768V16.8768C20.0983%2017.7167%2020.2239%2019.1657%2019.2293%2019.9247C18.6483%2020.368%2018.0089%2020.7484%2017.3113%2021.0659C15.921%2021.6886%2014.3386%2022%2012.5642%2022Z'%20fill='%23313749'/%3e%3cellipse%20cx='13.1765'%20cy='12'%20rx='2.94117'%20ry='2.94117'%20fill='%23FAB404'/%3e%3c/svg%3e",VC={[je.SUPERVISOR]:{dark:DC,light:MC},[je.ADMIN]:{dark:LC,light:EC},[je.AGENT]:{dark:SC,light:TC},[je.AUDIT]:{dark:OC,light:BC},[je.HISTORY]:{dark:AC,light:$C},[je.CRM]:{dark:NC,light:PC}},FC={name:"WtNavigationBar",components:{ExpandTransition:kC},props:{currentApp:{type:String,default:"admin"},nav:{type:Array,default:()=>[]},darkMode:{type:Boolean,default:!1}},data:()=>({isOpened:!1,expandedName:"",appLogo:VC}),computed:{currentNav(){const e=this.$route.fullPath,t=this.nav.reduce((r,a)=>a.subNav?r.concat(a.subNav):[...r,a],[]).find(r=>e.includes(r.route)),n=this.nav.filter(r=>r.subNav).find(r=>r.subNav.indexOf(t)!==-1);return{nav:t==null?void 0:t.value,expansion:n==null?void 0:n.value}}},methods:{nestedRoute(e,t){return t.route?`${t.route}/${e.route}`:e.route},expand(e){this.expandedName=this.expandedName!==e.value?e.value:""},isExpanded(e){return this.expandedName===e.value},close(){this.isOpened=!1}}},IC={class:"wt-navigation-bar"},RC={class:"wt-navigation-bar__nav"},HC={class:"wt-navigation-bar__nav-header"},ZC=["src","alt"],UC={class:"wt-navigation-bar__nav-list"},WC={key:0},jC={class:"wt-navigation-bar__nav-item-wrapper"},YC={key:1},zC=["onClick"],qC={class:"wt-navigation-bar__nav-expansion-name"},KC={key:0},GC={class:"wt-navigation-bar__nav-item-wrapper"};function XC(e,t,n,r,a,o){const l=i.resolveComponent("wt-icon-btn"),s=i.resolveComponent("wt-divider"),c=i.resolveComponent("router-link"),u=i.resolveComponent("wt-icon"),h=i.resolveComponent("expand-transition"),f=i.resolveDirective("clickaway");return i.withDirectives((i.openBlock(),i.createElementBlock("aside",IC,[i.createVNode(l,{class:i.normalizeClass([{active:e.isOpened},"wt-navigation-bar__menu-btn"]),icon:"menu",onClick:t[0]||(t[0]=d=>e.isOpened=!e.isOpened)},null,8,["class"]),i.createVNode(i.Transition,{name:"fade"},{default:i.withCtx(()=>[i.withDirectives(i.createElementVNode("nav",RC,[i.createElementVNode("header",HC,[i.createElementVNode("img",{class:"wt-navigation-bar__app-pic",src:n.darkMode?e.appLogo[n.currentApp].dark:e.appLogo[n.currentApp].light,alt:n.currentApp},null,8,ZC),i.createVNode(l,{class:"wt-navigation-bar__nav-close",icon:"close",onClick:t[1]||(t[1]=d=>e.isOpened=!1)})]),i.createVNode(s),i.createElementVNode("ul",UC,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(n.nav,(d,p)=>(i.openBlock(),i.createElementBlock("li",{key:p,class:"wt-navigation-bar__nav-item"},[d.subNav?(i.openBlock(),i.createElementBlock("div",YC,[i.createElementVNode("button",{class:i.normalizeClass([{"wt-navigation-bar__nav-expansion--expanded":o.isExpanded(d),"wt-navigation-bar__nav-expansion--active":o.currentNav.expansion===d.value},"wt-navigation-bar__nav-expansion"]),type:"button",onClick:v=>o.expand(d)},[i.createElementVNode("span",qC,i.toDisplayString(d.name||d.value),1),i.createVNode(u,{class:"wt-navigation-bar__expansion-arrow",color:"active",icon:"arrow-right"})],10,zC),i.createVNode(h,null,{default:i.withCtx(()=>[o.isExpanded(d)?(i.openBlock(),i.createElementBlock("ul",KC,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(d.subNav,(v,L)=>(i.openBlock(),i.createElementBlock("li",{key:L,class:"wt-navigation-bar__nav-item"},[i.createElementVNode("div",GC,[i.createVNode(c,{class:i.normalizeClass([{"wt-navigation-bar__nav-item-link--active":o.currentNav.nav===v.value},"wt-navigation-bar__nav-item-link wt-navigation-bar__nav-item-link--subnav"]),to:o.nestedRoute(v,d),onClick:o.close},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(v.name||v.value),1)],void 0,!0),_:2},1032,["class","to","onClick"])])]))),128))])):i.createCommentVNode("",!0)],void 0,!0),_:2},1024)])):(i.openBlock(),i.createElementBlock("div",WC,[i.createElementVNode("div",jC,[i.createVNode(c,{class:i.normalizeClass([{"wt-navigation-bar__nav-item-link--active":o.currentNav.nav===d.value},"wt-navigation-bar__nav-item-link"]),to:d.route,onClick:o.close},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(d.name||d.value),1)],void 0,!0),_:2},1032,["class","to","onClick"])])]))]))),128))])],512),[[i.vShow,e.isOpened]])],void 0,!0),_:1})])),[[f,o.close]])}const QC=ie(FC,[["render",XC],["__scopeId","data-v-136c8b51"]]),JC={name:"WtNotificationsBar",inject:["$eventBus"],data:()=>({notificationDuration:4e3,notifications:[]}),created(){try{this.$eventBus.$on("notification",this.showNotification)}catch(e){console.error("wt-notifications-bar cannot work without globally registered eventBus",e)}},unmounted(){this.$eventBus.$off("notification",this.showNotification)},methods:{showNotification(e){this.notifications.unshift(e),setTimeout(()=>this.closeNotification(e),this.notificationDuration)},closeNotification(e){const t=this.notifications.indexOf(e);this.notifications.splice(t,1)}}},ew={class:"wt-notifications-bar"};function tw(e,t,n,r,a,o){const l=i.resolveComponent("wt-notification");return i.openBlock(),i.createElementBlock("aside",ew,[i.createVNode(i.TransitionGroup,{name:"wt-notifications-transition",tag:"div"},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.notifications,(s,c)=>(i.openBlock(),i.createBlock(l,{key:c+s.text,type:s.type,onClose:u=>o.closeNotification(s)},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(s.text),1)],void 0,!0),_:2},1032,["type","onClose"]))),128))],void 0,!0),_:1})])}const nw=ie(JC,[["render",tw],["__scopeId","data-v-c812249e"]]),rw={name:"WtPageWrapper",props:{actionsPanel:{type:Boolean,default:!0}}},iw={class:"wt-page-wrapper"},aw={class:"wt-page-wrapper__header"},ow={key:0,class:"wt-page-wrapper__actions-panel"},lw={class:"wt-page-wrapper__main"};function sw(e,t,n,r,a,o){return i.openBlock(),i.createElementBlock("section",iw,[i.createElementVNode("div",aw,[i.renderSlot(e.$slots,"header",{},void 0,!0)]),n.actionsPanel?(i.openBlock(),i.createElementBlock("div",ow,[i.renderSlot(e.$slots,"actions-panel",{},void 0,!0)])):i.createCommentVNode("",!0),i.createElementVNode("div",lw,[i.renderSlot(e.$slots,"main",{},void 0,!0)])])}const cw=ie(rw,[["render",sw],["__scopeId","data-v-08345dc9"]]),uw={name:"WtPagination",model:{prop:"size",event:"change"},props:{size:{type:[String,Number]},next:{type:Boolean,default:!1},prev:{type:Boolean,default:!1},debounce:{type:Boolean,default:!1},debounceDelay:{type:Number,default:1e3}},emits:["change","input","prev","next"],data:()=>({defaultSize:"10"}),watch:{size(e){this.changeSize(e)}},created(){this.debounce&&(this.changeSize=wa(this.changeSize,this.debounceDelay))},methods:{inputHandler(e){const t=e>=0&&e<=1e3?e:this.defaultSize;this.$emit("input",t),this.changeSize(t)},changeSize(e){this.$emit("change",e)},goNext(){this.$emit("next")},goPrev(){this.$emit("prev")}}},dw={class:"wt-pagination"},fw={class:"wt-pagination__size"},hw={class:"wt-pagination__size-text"},pw={class:"wt-pagination__page-controls"};function mw(e,t,n,r,a,o){const l=i.resolveComponent("wt-input"),s=i.resolveComponent("wt-icon-btn"),c=i.resolveComponent("wt-tooltip");return i.openBlock(),i.createElementBlock("footer",dw,[i.createElementVNode("div",fw,[i.createElementVNode("div",hw,i.toDisplayString(e.$t("webitelUI.pagination.sizeText")),1),i.createVNode(l,{"number-max":1e3,"number-min":1,value:n.size,class:"wt-pagination__size-input",type:"number",onInput:o.inputHandler},null,8,["value","onInput"])]),i.createElementVNode("div",pw,[i.createVNode(c,null,{activator:i.withCtx(()=>[i.createVNode(s,{disabled:!n.prev,class:"wt-pagination__page-control",icon:"arrow-left",onClick:o.goPrev},null,8,["disabled","onClick"])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(e.$t("webitelUI.pagination.prev")),1)],void 0,!0),_:1}),i.createVNode(c,null,{activator:i.withCtx(()=>[i.createVNode(s,{disabled:!n.next,class:"wt-pagination__page-control",icon:"arrow-right",onClick:o.goNext},null,8,["disabled","onClick"])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(e.$t("webitelUI.pagination.next")),1)],void 0,!0),_:1})])])}const yw=ie(uw,[["render",mw],["__scopeId","data-v-af856bd3"]]);function ct(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Z3(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ut(e,t,n){return t&&Z3(e.prototype,t),n&&Z3(e,n),e}function Sa(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function U3(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),n.push.apply(n,r)}return n}function St(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?U3(Object(n),!0).forEach(function(r){Sa(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):U3(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function gw(e,t){if(e==null)return{};var n,r,a={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(a[n]=e[n]);return a}function Cw(e,t){if(e==null)return{};var n,r,a=gw(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function Xe(e,t){return bw(e)||vw(e,t)||W3(e,t)||kw()}function Ta(e){return ww(e)||_w(e)||W3(e)||xw()}function ww(e){if(Array.isArray(e))return Oa(e)}function bw(e){if(Array.isArray(e))return e}function _w(e){if(typeof Symbol<"u"&&Symbol.iterator in Object(e))return Array.from(e)}function vw(e,t){if(typeof Symbol<"u"&&Symbol.iterator in Object(e)){var n=[],r=!0,a=!1,o=void 0;try{for(var l,s=e[Symbol.iterator]();!(r=(l=s.next()).done)&&(n.push(l.value),!t||n.length!==t);r=!0);}catch(c){a=!0,o=c}finally{try{r||s.return==null||s.return()}finally{if(a)throw o}}return n}}function W3(e,t){if(e){if(typeof e=="string")return Oa(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Oa(e,t):void 0}}function Oa(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function xw(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
19
19
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function kw(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
20
20
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Lw(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function j3(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Ew(e,t,n){return t&&j3(e.prototype,t),n&&j3(e,n),e}function Sw(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Y3(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),n.push.apply(n,r)}return n}function z3(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Y3(Object(n),!0).forEach(function(r){Sw(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Y3(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}var q3={addCSS:!0,thumbWidth:15,watch:!0};function Tw(e,t){return(function(){return Array.from(document.querySelectorAll(t)).includes(this)}).call(e,t)}function Ow(e,t){if(e&&t){var n=new Event(t,{bubbles:!0});e.dispatchEvent(n)}}var Qt=function(e){return e!=null?e.constructor:null},Ba=function(e,t){return!!(e&&t&&e instanceof t)},K3=function(e){return e==null},G3=function(e){return Qt(e)===Object},Bw=function(e){return Qt(e)===Number&&!Number.isNaN(e)},X3=function(e){return Qt(e)===String},Aw=function(e){return Qt(e)===Boolean},$w=function(e){return Qt(e)===Function},Q3=function(e){return Array.isArray(e)},J3=function(e){return Ba(e,NodeList)},Dw=function(e){return Ba(e,Element)},Mw=function(e){return Ba(e,Event)},Nw=function(e){return K3(e)||(X3(e)||Q3(e)||J3(e))&&!e.length||G3(e)&&!Object.keys(e).length},l2={nullOrUndefined:K3,object:G3,number:Bw,string:X3,boolean:Aw,function:$w,array:Q3,nodeList:J3,element:Dw,event:Mw,empty:Nw};function Pw(e){var t="".concat(e).match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/);return t?Math.max(0,(t[1]?t[1].length:0)-(t[2]?+t[2]:0)):0}function Vw(e,t){if(1>t){var n=Pw(t);return parseFloat(e.toFixed(n))}return Math.round(e/t)*t}var Fw=function(){function e(t,n){Lw(this,e),l2.element(t)?this.element=t:l2.string(t)&&(this.element=document.querySelector(t)),l2.element(this.element)&&l2.empty(this.element.rangeTouch)&&(this.config=z3({},q3,{},n),this.init())}return Ew(e,[{key:"init",value:function(){e.enabled&&(this.config.addCSS&&(this.element.style.userSelect="none",this.element.style.webKitUserSelect="none",this.element.style.touchAction="manipulation"),this.listeners(!0),this.element.rangeTouch=this)}},{key:"destroy",value:function(){e.enabled&&(this.config.addCSS&&(this.element.style.userSelect="",this.element.style.webKitUserSelect="",this.element.style.touchAction=""),this.listeners(!1),this.element.rangeTouch=null)}},{key:"listeners",value:function(t){var n=this,r=t?"addEventListener":"removeEventListener";["touchstart","touchmove","touchend"].forEach(function(a){n.element[r](a,function(o){return n.set(o)},!1)})}},{key:"get",value:function(t){if(!e.enabled||!l2.event(t))return null;var n,r=t.target,a=t.changedTouches[0],o=parseFloat(r.getAttribute("min"))||0,l=parseFloat(r.getAttribute("max"))||100,s=parseFloat(r.getAttribute("step"))||1,c=r.getBoundingClientRect(),u=100/c.width*(this.config.thumbWidth/2)/100;return 0>(n=100/c.width*(a.clientX-c.left))?n=0:100<n&&(n=100),50>n?n-=(100-2*n)*u:50<n&&(n+=2*(n-50)*u),o+Vw(n/100*(l-o),s)}},{key:"set",value:function(t){e.enabled&&l2.event(t)&&!t.target.disabled&&(t.preventDefault(),t.target.value=this.get(t),Ow(t.target,t.type==="touchend"?"change":"input"))}}],[{key:"setup",value:function(t){var n=1<arguments.length&&arguments[1]!==void 0?arguments[1]:{},r=null;if(l2.empty(t)||l2.string(t)?r=Array.from(document.querySelectorAll(l2.string(t)?t:'input[type="range"]')):l2.element(t)?r=[t]:l2.nodeList(t)?r=Array.from(t):l2.array(t)&&(r=t.filter(l2.element)),l2.empty(r))return null;var a=z3({},q3,{},n);if(l2.string(t)&&a.watch){var o=new MutationObserver(function(l){Array.from(l).forEach(function(s){Array.from(s.addedNodes).forEach(function(c){l2.element(c)&&Tw(c,t)&&new e(c,a)})})});o.observe(document.body,{childList:!0,subtree:!0})}return r.map(function(l){return new e(l,n)})}},{key:"enabled",get:function(){return"ontouchstart"in document.documentElement}}]),e}(),Tt=function(e){return e!=null?e.constructor:null},A2=function(e,t){return!!(e&&t&&e instanceof t)},Aa=function(e){return e==null},es=function(e){return Tt(e)===Object},Iw=function(e){return Tt(e)===Number&&!Number.isNaN(e)},tr=function(e){return Tt(e)===String},Rw=function(e){return Tt(e)===Boolean},ts=function(e){return Tt(e)===Function},ns=function(e){return Array.isArray(e)},Hw=function(e){return A2(e,WeakMap)},rs=function(e){return A2(e,NodeList)},Zw=function(e){return A2(e,Element)},Uw=function(e){return Tt(e)===Text},Ww=function(e){return A2(e,Event)},jw=function(e){return A2(e,KeyboardEvent)},Yw=function(e){return A2(e,window.TextTrackCue)||A2(e,window.VTTCue)},zw=function(e){return A2(e,TextTrack)||!Aa(e)&&tr(e.kind)},qw=function(e){return A2(e,Promise)&&ts(e.then)},is=function(e){return Aa(e)||(tr(e)||ns(e)||rs(e))&&!e.length||es(e)&&!Object.keys(e).length},Kw=function(e){if(A2(e,window.URL))return!0;if(!tr(e))return!1;var t=e;e.startsWith("http://")&&e.startsWith("https://")||(t="http://".concat(e));try{return!is(new URL(t).hostname)}catch{return!1}},g={nullOrUndefined:Aa,object:es,number:Iw,string:tr,boolean:Rw,function:ts,array:ns,weakMap:Hw,nodeList:rs,element:Zw,textNode:Uw,event:Ww,keyboardEvent:jw,cue:Yw,track:zw,promise:qw,url:Kw,empty:is},$a=function(){var e=document.createElement("span"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},n=Object.keys(t).find(function(r){return e.style[r]!==void 0});return!!g.string(n)&&t[n]}();function Da(e,t){setTimeout(function(){try{e.hidden=!0,e.offsetHeight,e.hidden=!1}catch{}},t)}var r2={isIE:!!document.documentMode,isEdge:window.navigator.userAgent.includes("Edge"),isWebkit:"WebkitAppearance"in document.documentElement.style&&!/Edge/.test(navigator.userAgent),isIPhone:/(iPhone|iPod)/gi.test(navigator.platform),isIos:/(iPad|iPhone|iPod)/gi.test(navigator.platform)};function Gw(e){return JSON.parse(JSON.stringify(e))}function as(e,t){return t.split(".").reduce(function(n,r){return n&&n[r]},e)}function We(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];if(!n.length)return e;var a=n.shift();return g.object(a)?(Object.keys(a).forEach(function(o){g.object(a[o])?(Object.keys(e).includes(o)||Object.assign(e,Sa({},o,{})),We(e[o],a[o])):Object.assign(e,Sa({},o,a[o]))}),We.apply(void 0,[e].concat(n))):e}function os(e,t){var n=e.length?e:[e];Array.from(n).reverse().forEach(function(r,a){var o=a>0?t.cloneNode(!0):t,l=r.parentNode,s=r.nextSibling;o.appendChild(r),s?l.insertBefore(o,s):l.appendChild(o)})}function Ma(e,t){g.element(e)&&!g.empty(t)&&Object.entries(t).filter(function(n){var r=Xe(n,2)[1];return!g.nullOrUndefined(r)}).forEach(function(n){var r=Xe(n,2),a=r[0],o=r[1];return e.setAttribute(a,o)})}function pe(e,t,n){var r=document.createElement(e);return g.object(t)&&Ma(r,t),g.string(n)&&(r.innerText=n),r}function Xw(e,t){g.element(e)&&g.element(t)&&t.parentNode.insertBefore(e,t.nextSibling)}function ls(e,t,n,r){g.element(t)&&t.appendChild(pe(e,n,r))}function H2(e){g.nodeList(e)||g.array(e)?Array.from(e).forEach(H2):g.element(e)&&g.element(e.parentNode)&&e.parentNode.removeChild(e)}function nr(e){if(g.element(e))for(var t=e.childNodes.length;t>0;)e.removeChild(e.lastChild),t-=1}function rr(e,t){return g.element(t)&&g.element(t.parentNode)&&g.element(e)?(t.parentNode.replaceChild(e,t),e):null}function $2(e,t){if(!g.string(e)||g.empty(e))return{};var n={},r=We({},t);return e.split(",").forEach(function(a){var o=a.trim(),l=o.replace(".",""),s=o.replace(/[[\]]/g,"").split("="),c=Xe(s,1)[0],u=s.length>1?s[1].replace(/["']/g,""):"";switch(o.charAt(0)){case".":g.string(r.class)?n.class="".concat(r.class," ").concat(l):n.class=l;break;case"#":n.id=o.replace("#","");break;case"[":n[c]=u}}),We(r,n)}function dt(e,t){if(g.element(e)){var n=t;g.boolean(n)||(n=!e.hidden),e.hidden=n}}function _e(e,t,n){if(g.nodeList(e))return Array.from(e).map(function(a){return _e(a,t,n)});if(g.element(e)){var r="toggle";return n!==void 0&&(r=n?"add":"remove"),e.classList[r](t),e.classList.contains(t)}return!1}function ir(e,t){return g.element(e)&&e.classList.contains(t)}function ft(e,t){var n=Element.prototype;return(n.matches||n.webkitMatchesSelector||n.mozMatchesSelector||n.msMatchesSelector||function(){return Array.from(document.querySelectorAll(t)).includes(this)}).call(e,t)}function Qw(e,t){return(Element.prototype.closest||function(){var n=this;do{if(ft.matches(n,t))return n;n=n.parentElement||n.parentNode}while(n!==null&&n.nodeType===1);return null}).call(e,t)}function Ot(e){return this.elements.container.querySelectorAll(e)}function qe(e){return this.elements.container.querySelector(e)}function Na(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,t=arguments.length>1&&arguments[1]!==void 0&&arguments[1];g.element(e)&&(e.focus({preventScroll:!0}),t&&_e(e,this.config.classNames.tabFocus))}var ss={"audio/ogg":"vorbis","audio/wav":"1","video/webm":"vp8, vorbis","video/mp4":"avc1.42E01E, mp4a.40.2","video/ogg":"theora"},Re={audio:"canPlayType"in document.createElement("audio"),video:"canPlayType"in document.createElement("video"),check:function(e,t,n){var r=r2.isIPhone&&n&&Re.playsinline,a=Re[e]||t!=="html5";return{api:a,ui:a&&Re.rangeInput&&(e!=="video"||!r2.isIPhone||r)}},pip:!(r2.isIPhone||!g.function(pe("video").webkitSetPresentationMode)&&(!document.pictureInPictureEnabled||pe("video").disablePictureInPicture)),airplay:g.function(window.WebKitPlaybackTargetAvailabilityEvent),playsinline:"playsInline"in document.createElement("video"),mime:function(e){if(g.empty(e))return!1;var t=Xe(e.split("/"),1)[0],n=e;if(!this.isHTML5||t!==this.type)return!1;Object.keys(ss).includes(n)&&(n+='; codecs="'.concat(ss[e],'"'));try{return!!(n&&this.media.canPlayType(n).replace(/no/,""))}catch{return!1}},textTracks:"textTracks"in document.createElement("video"),rangeInput:function(){var e=document.createElement("input");return e.type="range",e.type==="range"}(),touch:"ontouchstart"in document.documentElement,transitions:$a!==!1,reducedMotion:"matchMedia"in window&&window.matchMedia("(prefers-reduced-motion)").matches},Jw=function(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){return e=!0,null}});window.addEventListener("test",null,t),window.removeEventListener("test",null,t)}catch{}return e}();function Bt(e,t,n){var r=this,a=arguments.length>3&&arguments[3]!==void 0&&arguments[3],o=!(arguments.length>4&&arguments[4]!==void 0)||arguments[4],l=arguments.length>5&&arguments[5]!==void 0&&arguments[5];if(e&&"addEventListener"in e&&!g.empty(t)&&g.function(n)){var s=t.split(" "),c=l;Jw&&(c={passive:o,capture:l}),s.forEach(function(u){r&&r.eventListeners&&a&&r.eventListeners.push({element:e,type:u,callback:n,options:c}),e[a?"addEventListener":"removeEventListener"](u,n,c)})}}function ve(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",n=arguments.length>2?arguments[2]:void 0,r=!(arguments.length>3&&arguments[3]!==void 0)||arguments[3],a=arguments.length>4&&arguments[4]!==void 0&&arguments[4];Bt.call(this,e,t,n,!0,r,a)}function ar(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",n=arguments.length>2?arguments[2]:void 0,r=!(arguments.length>3&&arguments[3]!==void 0)||arguments[3],a=arguments.length>4&&arguments[4]!==void 0&&arguments[4];Bt.call(this,e,t,n,!1,r,a)}function Pa(e){var t=this,n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",r=arguments.length>2?arguments[2]:void 0,a=!(arguments.length>3&&arguments[3]!==void 0)||arguments[3],o=arguments.length>4&&arguments[4]!==void 0&&arguments[4],l=function s(){ar(e,n,s,a,o);for(var c=arguments.length,u=new Array(c),h=0;h<c;h++)u[h]=arguments[h];r.apply(t,u)};Bt.call(this,e,n,l,!0,a,o)}function he(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",n=arguments.length>2&&arguments[2]!==void 0&&arguments[2],r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};if(g.element(e)&&!g.empty(t)){var a=new CustomEvent(t,{bubbles:n,detail:St(St({},r),{},{plyr:this})});e.dispatchEvent(a)}}function eb(){this&&this.eventListeners&&(this.eventListeners.forEach(function(e){var t=e.element,n=e.type,r=e.callback,a=e.options;t.removeEventListener(n,r,a)}),this.eventListeners=[])}function tb(){var e=this;return new Promise(function(t){return e.ready?setTimeout(t,0):ve.call(e,e.elements.container,"ready",t)}).then(function(){})}function D2(e){g.promise(e)&&e.then(null,function(){})}function cs(e){return!!(g.array(e)||g.string(e)&&e.includes(":"))&&(g.array(e)?e:e.split(":")).map(Number).every(g.number)}function us(e){if(!g.array(e)||!e.every(g.number))return null;var t=Xe(e,2),n=t[0],r=t[1],a=function o(l,s){return s===0?l:o(s,l%s)}(n,r);return[n/a,r/a]}function Va(e){var t=function(a){return cs(a)?a.split(":").map(Number):null},n=t(e);if(n===null&&(n=t(this.config.ratio)),n===null&&!g.empty(this.embed)&&g.array(this.embed.ratio)&&(n=this.embed.ratio),n===null&&this.isHTML5){var r=this.media;n=us([r.videoWidth,r.videoHeight])}return n}function Q2(e){if(!this.isVideo)return{};var t=this.elements.wrapper,n=Va.call(this,e),r=Xe(g.array(n)?n:[0,0],2),a=100/r[0]*r[1];if(t.style.paddingBottom="".concat(a,"%"),this.isVimeo&&!this.config.vimeo.premium&&this.supported.ui){var o=100/this.media.offsetWidth*parseInt(window.getComputedStyle(this.media).paddingBottom,10),l=(o-a)/(o/50);this.fullscreen.active?t.style.paddingBottom=null:this.media.style.transform="translateY(-".concat(l,"%)")}else this.isHTML5&&t.classList.toggle(this.config.classNames.videoFixedRatio,n!==null);return{padding:a,ratio:n}}var J2={getSources:function(){var e=this;return this.isHTML5?Array.from(this.media.querySelectorAll("source")).filter(function(t){var n=t.getAttribute("type");return!!g.empty(n)||Re.mime.call(e,n)}):[]},getQualityOptions:function(){return this.config.quality.forced?this.config.quality.options:J2.getSources.call(this).map(function(e){return Number(e.getAttribute("size"))}).filter(Boolean)},setup:function(){if(this.isHTML5){var e=this;e.options.speed=e.config.speed.options,g.empty(this.config.ratio)||Q2.call(e),Object.defineProperty(e.media,"quality",{get:function(){var t=J2.getSources.call(e).find(function(n){return n.getAttribute("src")===e.source});return t&&Number(t.getAttribute("size"))},set:function(t){if(e.quality!==t){if(e.config.quality.forced&&g.function(e.config.quality.onChange))e.config.quality.onChange(t);else{var n=J2.getSources.call(e).find(function(u){return Number(u.getAttribute("size"))===t});if(!n)return;var r=e.media,a=r.currentTime,o=r.paused,l=r.preload,s=r.readyState,c=r.playbackRate;e.media.src=n.getAttribute("src"),(l!=="none"||s)&&(e.once("loadedmetadata",function(){e.speed=c,e.currentTime=a,o||D2(e.play())}),e.media.load())}he.call(e,e.media,"qualitychange",!1,{quality:t})}}})}},cancelRequests:function(){this.isHTML5&&(H2(J2.getSources.call(this)),this.media.setAttribute("src",this.config.blankVideo),this.media.load(),this.debug.log("Cancelled network requests"))}};function Fa(e){return g.array(e)?e.filter(function(t,n){return e.indexOf(t)===n}):e}function nb(e,t){return g.array(e)&&e.length?e.reduce(function(n,r){return Math.abs(r-t)<Math.abs(n-t)?r:n}):null}function rb(e){return"".concat(e,"-").concat(Math.floor(1e4*Math.random()))}function Ia(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return g.empty(e)?e:e.toString().replace(/{(\d+)}/g,function(a,o){return n[o].toString()})}function ib(e,t){return e===0||t===0||Number.isNaN(e)||Number.isNaN(t)?0:(e/t*100).toFixed(2)}var Jt=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"";return e.replace(new RegExp(t.toString().replace(/([.*+?^=!:${}()|[\]/\\])/g,"\\$1"),"g"),n.toString())},ds=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return e.toString().replace(/\w\S*/g,function(t){return t.charAt(0).toUpperCase()+t.substr(1).toLowerCase()})};function ab(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",t=e.toString();return t=Jt(t,"-"," "),t=Jt(t,"_"," "),t=ds(t),Jt(t," ","")}function ob(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",t=e.toString();return(t=ab(t)).charAt(0).toLowerCase()+t.slice(1)}function lb(e){var t=document.createDocumentFragment(),n=document.createElement("div");return t.appendChild(n),n.innerHTML=e,t.firstChild.innerText}function sb(e){var t=document.createElement("div");return t.appendChild(e),t.innerHTML}var fs={pip:"PIP",airplay:"AirPlay",html5:"HTML5",vimeo:"Vimeo",youtube:"YouTube"},Qe={get:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(g.empty(e)||g.empty(t))return"";var n=as(t.i18n,e);if(g.empty(n))return Object.keys(fs).includes(e)?fs[e]:"";var r={"{seektime}":t.seekTime,"{title}":t.title};return Object.entries(r).forEach(function(a){var o=Xe(a,2),l=o[0],s=o[1];n=Jt(n,l,s)}),n}},hs=function(){function e(t){ct(this,e),this.enabled=t.config.storage.enabled,this.key=t.config.storage.key}return ut(e,[{key:"get",value:function(t){if(!e.supported||!this.enabled)return null;var n=window.localStorage.getItem(this.key);if(g.empty(n))return null;var r=JSON.parse(n);return g.string(t)&&t.length?r[t]:r}},{key:"set",value:function(t){if(e.supported&&this.enabled&&g.object(t)){var n=this.get();g.empty(n)&&(n={}),We(n,t),window.localStorage.setItem(this.key,JSON.stringify(n))}}}],[{key:"supported",get:function(){try{if(!("localStorage"in window))return!1;var t="___test";return window.localStorage.setItem(t,t),window.localStorage.removeItem(t),!0}catch{return!1}}}]),e}();function e0(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"text";return new Promise(function(n,r){try{var a=new XMLHttpRequest;if(!("withCredentials"in a))return;a.addEventListener("load",function(){if(t==="text")try{n(JSON.parse(a.responseText))}catch{n(a.responseText)}else n(a.response)}),a.addEventListener("error",function(){throw new Error(a.status)}),a.open("GET",e,!0),a.responseType=t,a.send()}catch(o){r(o)}})}function ps(e,t){if(g.string(e)){var n="cache",r=g.string(t),a=function(){return document.getElementById(t)!==null},o=function(h,f){h.innerHTML=f,r&&a()||document.body.insertAdjacentElement("afterbegin",h)};if(!r||!a()){var l=hs.supported,s=document.createElement("div");if(s.setAttribute("hidden",""),r&&s.setAttribute("id",t),l){var c=window.localStorage.getItem("".concat(n,"-").concat(t));if(c!==null){var u=JSON.parse(c);o(s,u.content)}}e0(e).then(function(h){g.empty(h)||(l&&window.localStorage.setItem("".concat(n,"-").concat(t),JSON.stringify({content:h})),o(s,h))}).catch(function(){})}}}var ms=function(e){return Math.trunc(e/60/60%60,10)},cb=function(e){return Math.trunc(e/60%60,10)},ub=function(e){return Math.trunc(e%60,10)};function or(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,t=arguments.length>1&&arguments[1]!==void 0&&arguments[1],n=arguments.length>2&&arguments[2]!==void 0&&arguments[2];if(!g.number(e))return or(void 0,t,n);var r=function(s){return"0".concat(s).slice(-2)},a=ms(e),o=cb(e),l=ub(e);return a=t||a>0?"".concat(a,":"):"","".concat(n&&e>0?"-":"").concat(a).concat(r(o),":").concat(r(l))}var Q={getIconUrl:function(){var e=new URL(this.config.iconUrl,window.location).host!==window.location.host||r2.isIE&&!window.svg4everybody;return{url:this.config.iconUrl,cors:e}},findElements:function(){try{return this.elements.controls=qe.call(this,this.config.selectors.controls.wrapper),this.elements.buttons={play:Ot.call(this,this.config.selectors.buttons.play),pause:qe.call(this,this.config.selectors.buttons.pause),restart:qe.call(this,this.config.selectors.buttons.restart),rewind:qe.call(this,this.config.selectors.buttons.rewind),fastForward:qe.call(this,this.config.selectors.buttons.fastForward),mute:qe.call(this,this.config.selectors.buttons.mute),pip:qe.call(this,this.config.selectors.buttons.pip),airplay:qe.call(this,this.config.selectors.buttons.airplay),settings:qe.call(this,this.config.selectors.buttons.settings),captions:qe.call(this,this.config.selectors.buttons.captions),fullscreen:qe.call(this,this.config.selectors.buttons.fullscreen)},this.elements.progress=qe.call(this,this.config.selectors.progress),this.elements.inputs={seek:qe.call(this,this.config.selectors.inputs.seek),volume:qe.call(this,this.config.selectors.inputs.volume)},this.elements.display={buffer:qe.call(this,this.config.selectors.display.buffer),currentTime:qe.call(this,this.config.selectors.display.currentTime),duration:qe.call(this,this.config.selectors.display.duration)},g.element(this.elements.progress)&&(this.elements.display.seekTooltip=this.elements.progress.querySelector(".".concat(this.config.classNames.tooltip))),!0}catch(e){return this.debug.warn("It looks like there is a problem with your custom controls HTML",e),this.toggleNativeControls(!0),!1}},createIcon:function(e,t){var n="http://www.w3.org/2000/svg",r=Q.getIconUrl.call(this),a="".concat(r.cors?"":r.url,"#").concat(this.config.iconPrefix),o=document.createElementNS(n,"svg");Ma(o,We(t,{"aria-hidden":"true",focusable:"false"}));var l=document.createElementNS(n,"use"),s="".concat(a,"-").concat(e);return"href"in l&&l.setAttributeNS("http://www.w3.org/1999/xlink","href",s),l.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",s),o.appendChild(l),o},createLabel:function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=Qe.get(e,this.config),r=St(St({},t),{},{class:[t.class,this.config.classNames.hidden].filter(Boolean).join(" ")});return pe("span",r,n)},createBadge:function(e){if(g.empty(e))return null;var t=pe("span",{class:this.config.classNames.menu.value});return t.appendChild(pe("span",{class:this.config.classNames.menu.badge},e)),t},createButton:function(e,t){var n=this,r=We({},t),a=ob(e),o={element:"button",toggle:!1,label:null,icon:null,labelPressed:null,iconPressed:null};switch(["element","icon","label"].forEach(function(s){Object.keys(r).includes(s)&&(o[s]=r[s],delete r[s])}),o.element!=="button"||Object.keys(r).includes("type")||(r.type="button"),Object.keys(r).includes("class")?r.class.split(" ").some(function(s){return s===n.config.classNames.control})||We(r,{class:"".concat(r.class," ").concat(this.config.classNames.control)}):r.class=this.config.classNames.control,e){case"play":o.toggle=!0,o.label="play",o.labelPressed="pause",o.icon="play",o.iconPressed="pause";break;case"mute":o.toggle=!0,o.label="mute",o.labelPressed="unmute",o.icon="volume",o.iconPressed="muted";break;case"captions":o.toggle=!0,o.label="enableCaptions",o.labelPressed="disableCaptions",o.icon="captions-off",o.iconPressed="captions-on";break;case"fullscreen":o.toggle=!0,o.label="enterFullscreen",o.labelPressed="exitFullscreen",o.icon="enter-fullscreen",o.iconPressed="exit-fullscreen";break;case"play-large":r.class+=" ".concat(this.config.classNames.control,"--overlaid"),a="play",o.label="play",o.icon="play";break;default:g.empty(o.label)&&(o.label=a),g.empty(o.icon)&&(o.icon=e)}var l=pe(o.element);return o.toggle?(l.appendChild(Q.createIcon.call(this,o.iconPressed,{class:"icon--pressed"})),l.appendChild(Q.createIcon.call(this,o.icon,{class:"icon--not-pressed"})),l.appendChild(Q.createLabel.call(this,o.labelPressed,{class:"label--pressed"})),l.appendChild(Q.createLabel.call(this,o.label,{class:"label--not-pressed"}))):(l.appendChild(Q.createIcon.call(this,o.icon)),l.appendChild(Q.createLabel.call(this,o.label))),We(r,$2(this.config.selectors.buttons[a],r)),Ma(l,r),a==="play"?(g.array(this.elements.buttons[a])||(this.elements.buttons[a]=[]),this.elements.buttons[a].push(l)):this.elements.buttons[a]=l,l},createRange:function(e,t){var n=pe("input",We($2(this.config.selectors.inputs[e]),{type:"range",min:0,max:100,step:.01,value:0,autocomplete:"off",role:"slider","aria-label":Qe.get(e,this.config),"aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":0},t));return this.elements.inputs[e]=n,Q.updateRangeFill.call(this,n),Fw.setup(n),n},createProgress:function(e,t){var n=pe("progress",We($2(this.config.selectors.display[e]),{min:0,max:100,value:0,role:"progressbar","aria-hidden":!0},t));if(e!=="volume"){n.appendChild(pe("span",null,"0"));var r={played:"played",buffer:"buffered"}[e],a=r?Qe.get(r,this.config):"";n.innerText="% ".concat(a.toLowerCase())}return this.elements.display[e]=n,n},createTime:function(e,t){var n=$2(this.config.selectors.display[e],t),r=pe("div",We(n,{class:"".concat(n.class?n.class:""," ").concat(this.config.classNames.display.time," ").trim(),"aria-label":Qe.get(e,this.config)}),"00:00");return this.elements.display[e]=r,r},bindMenuItemShortcuts:function(e,t){var n=this;ve.call(this,e,"keydown keyup",function(r){if([32,38,39,40].includes(r.which)&&(r.preventDefault(),r.stopPropagation(),r.type!=="keydown")){var a,o=ft(e,'[role="menuitemradio"]');!o&&[32,39].includes(r.which)?Q.showMenuPanel.call(n,t,!0):r.which!==32&&(r.which===40||o&&r.which===39?(a=e.nextElementSibling,g.element(a)||(a=e.parentNode.firstElementChild)):(a=e.previousElementSibling,g.element(a)||(a=e.parentNode.lastElementChild)),Na.call(n,a,!0))}},!1),ve.call(this,e,"keyup",function(r){r.which===13&&Q.focusFirstMenuItem.call(n,null,!0)})},createMenuItem:function(e){var t=this,n=e.value,r=e.list,a=e.type,o=e.title,l=e.badge,s=l===void 0?null:l,c=e.checked,u=c!==void 0&&c,h=$2(this.config.selectors.inputs[a]),f=pe("button",We(h,{type:"button",role:"menuitemradio",class:"".concat(this.config.classNames.control," ").concat(h.class?h.class:"").trim(),"aria-checked":u,value:n})),d=pe("span");d.innerHTML=o,g.element(s)&&d.appendChild(s),f.appendChild(d),Object.defineProperty(f,"checked",{enumerable:!0,get:function(){return f.getAttribute("aria-checked")==="true"},set:function(p){p&&Array.from(f.parentNode.children).filter(function(v){return ft(v,'[role="menuitemradio"]')}).forEach(function(v){return v.setAttribute("aria-checked","false")}),f.setAttribute("aria-checked",p?"true":"false")}}),this.listeners.bind(f,"click keyup",function(p){if(!g.keyboardEvent(p)||p.which===32){switch(p.preventDefault(),p.stopPropagation(),f.checked=!0,a){case"language":t.currentTrack=Number(n);break;case"quality":t.quality=n;break;case"speed":t.speed=parseFloat(n)}Q.showMenuPanel.call(t,"home",g.keyboardEvent(p))}},a,!1),Q.bindMenuItemShortcuts.call(this,f,a),r.appendChild(f)},formatTime:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,t=arguments.length>1&&arguments[1]!==void 0&&arguments[1];if(!g.number(e))return e;var n=ms(this.duration)>0;return or(e,n,t)},updateTimeDisplay:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,n=arguments.length>2&&arguments[2]!==void 0&&arguments[2];g.element(e)&&g.number(t)&&(e.innerText=Q.formatTime(t,n))},updateVolume:function(){this.supported.ui&&(g.element(this.elements.inputs.volume)&&Q.setRange.call(this,this.elements.inputs.volume,this.muted?0:this.volume),g.element(this.elements.buttons.mute)&&(this.elements.buttons.mute.pressed=this.muted||this.volume===0))},setRange:function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;g.element(e)&&(e.value=t,Q.updateRangeFill.call(this,e))},updateProgress:function(e){var t=this;if(this.supported.ui&&g.event(e)){var n=0;if(e)switch(e.type){case"timeupdate":case"seeking":case"seeked":n=ib(this.currentTime,this.duration),e.type==="timeupdate"&&Q.setRange.call(this,this.elements.inputs.seek,n);break;case"playing":case"progress":(function(r,a){var o=g.number(a)?a:0,l=g.element(r)?r:t.elements.display.buffer;if(g.element(l)){l.value=o;var s=l.getElementsByTagName("span")[0];g.element(s)&&(s.childNodes[0].nodeValue=o)}})(this.elements.display.buffer,100*this.buffered)}}},updateRangeFill:function(e){var t=g.event(e)?e.target:e;if(g.element(t)&&t.getAttribute("type")==="range"){if(ft(t,this.config.selectors.inputs.seek)){t.setAttribute("aria-valuenow",this.currentTime);var n=Q.formatTime(this.currentTime),r=Q.formatTime(this.duration),a=Qe.get("seekLabel",this.config);t.setAttribute("aria-valuetext",a.replace("{currentTime}",n).replace("{duration}",r))}else if(ft(t,this.config.selectors.inputs.volume)){var o=100*t.value;t.setAttribute("aria-valuenow",o),t.setAttribute("aria-valuetext","".concat(o.toFixed(1),"%"))}else t.setAttribute("aria-valuenow",t.value);r2.isWebkit&&t.style.setProperty("--value","".concat(t.value/t.max*100,"%"))}},updateSeekTooltip:function(e){var t=this;if(this.config.tooltips.seek&&g.element(this.elements.inputs.seek)&&g.element(this.elements.display.seekTooltip)&&this.duration!==0){var n="".concat(this.config.classNames.tooltip,"--visible"),r=function(l){return _e(t.elements.display.seekTooltip,n,l)};if(this.touch)r(!1);else{var a=0,o=this.elements.progress.getBoundingClientRect();if(g.event(e))a=100/o.width*(e.pageX-o.left);else{if(!ir(this.elements.display.seekTooltip,n))return;a=parseFloat(this.elements.display.seekTooltip.style.left,10)}a<0?a=0:a>100&&(a=100),Q.updateTimeDisplay.call(this,this.elements.display.seekTooltip,this.duration/100*a),this.elements.display.seekTooltip.style.left="".concat(a,"%"),g.event(e)&&["mouseenter","mouseleave"].includes(e.type)&&r(e.type==="mouseenter")}}},timeUpdate:function(e){var t=!g.element(this.elements.display.duration)&&this.config.invertTime;Q.updateTimeDisplay.call(this,this.elements.display.currentTime,t?this.duration-this.currentTime:this.currentTime,t),e&&e.type==="timeupdate"&&this.media.seeking||Q.updateProgress.call(this,e)},durationUpdate:function(){if(this.supported.ui&&(this.config.invertTime||!this.currentTime)){if(this.duration>=Math.pow(2,32))return dt(this.elements.display.currentTime,!0),void dt(this.elements.progress,!0);g.element(this.elements.inputs.seek)&&this.elements.inputs.seek.setAttribute("aria-valuemax",this.duration);var e=g.element(this.elements.display.duration);!e&&this.config.displayDuration&&this.paused&&Q.updateTimeDisplay.call(this,this.elements.display.currentTime,this.duration),e&&Q.updateTimeDisplay.call(this,this.elements.display.duration,this.duration),Q.updateSeekTooltip.call(this)}},toggleMenuButton:function(e,t){dt(this.elements.settings.buttons[e],!t)},updateSetting:function(e,t,n){var r=this.elements.settings.panels[e],a=null,o=t;if(e==="captions")a=this.currentTrack;else{if(a=g.empty(n)?this[e]:n,g.empty(a)&&(a=this.config[e].default),!g.empty(this.options[e])&&!this.options[e].includes(a))return void this.debug.warn("Unsupported value of '".concat(a,"' for ").concat(e));if(!this.config[e].options.includes(a))return void this.debug.warn("Disabled value of '".concat(a,"' for ").concat(e))}if(g.element(o)||(o=r&&r.querySelector('[role="menu"]')),g.element(o)){this.elements.settings.buttons[e].querySelector(".".concat(this.config.classNames.menu.value)).innerHTML=Q.getLabel.call(this,e,a);var l=o&&o.querySelector('[value="'.concat(a,'"]'));g.element(l)&&(l.checked=!0)}},getLabel:function(e,t){switch(e){case"speed":return t===1?Qe.get("normal",this.config):"".concat(t,"&times;");case"quality":if(g.number(t)){var n=Qe.get("qualityLabel.".concat(t),this.config);return n.length?n:"".concat(t,"p")}return ds(t);case"captions":return Le.getLabel.call(this);default:return null}},setQualityMenu:function(e){var t=this;if(g.element(this.elements.settings.panels.quality)){var n="quality",r=this.elements.settings.panels.quality.querySelector('[role="menu"]');g.array(e)&&(this.options.quality=Fa(e).filter(function(l){return t.config.quality.options.includes(l)}));var a=!g.empty(this.options.quality)&&this.options.quality.length>1;if(Q.toggleMenuButton.call(this,n,a),nr(r),Q.checkMenu.call(this),a){var o=function(l){var s=Qe.get("qualityBadge.".concat(l),t.config);return s.length?Q.createBadge.call(t,s):null};this.options.quality.sort(function(l,s){var c=t.config.quality.options;return c.indexOf(l)>c.indexOf(s)?1:-1}).forEach(function(l){Q.createMenuItem.call(t,{value:l,list:r,type:n,title:Q.getLabel.call(t,"quality",l),badge:o(l)})}),Q.updateSetting.call(this,n,r)}}},setCaptionsMenu:function(){var e=this;if(g.element(this.elements.settings.panels.captions)){var t="captions",n=this.elements.settings.panels.captions.querySelector('[role="menu"]'),r=Le.getTracks.call(this),a=!!r.length;if(Q.toggleMenuButton.call(this,t,a),nr(n),Q.checkMenu.call(this),a){var o=r.map(function(l,s){return{value:s,checked:e.captions.toggled&&e.currentTrack===s,title:Le.getLabel.call(e,l),badge:l.language&&Q.createBadge.call(e,l.language.toUpperCase()),list:n,type:"language"}});o.unshift({value:-1,checked:!this.captions.toggled,title:Qe.get("disabled",this.config),list:n,type:"language"}),o.forEach(Q.createMenuItem.bind(this)),Q.updateSetting.call(this,t,n)}}},setSpeedMenu:function(){var e=this;if(g.element(this.elements.settings.panels.speed)){var t="speed",n=this.elements.settings.panels.speed.querySelector('[role="menu"]');this.options.speed=this.options.speed.filter(function(a){return a>=e.minimumSpeed&&a<=e.maximumSpeed});var r=!g.empty(this.options.speed)&&this.options.speed.length>1;Q.toggleMenuButton.call(this,t,r),nr(n),Q.checkMenu.call(this),r&&(this.options.speed.forEach(function(a){Q.createMenuItem.call(e,{value:a,list:n,type:t,title:Q.getLabel.call(e,"speed",a)})}),Q.updateSetting.call(this,t,n))}},checkMenu:function(){var e=this.elements.settings.buttons,t=!g.empty(e)&&Object.values(e).some(function(n){return!n.hidden});dt(this.elements.settings.menu,!t)},focusFirstMenuItem:function(e){var t=arguments.length>1&&arguments[1]!==void 0&&arguments[1];if(!this.elements.settings.popup.hidden){var n=e;g.element(n)||(n=Object.values(this.elements.settings.panels).find(function(a){return!a.hidden}));var r=n.querySelector('[role^="menuitem"]');Na.call(this,r,t)}},toggleMenu:function(e){var t=this.elements.settings.popup,n=this.elements.buttons.settings;if(g.element(t)&&g.element(n)){var r=t.hidden,a=r;if(g.boolean(e))a=e;else if(g.keyboardEvent(e)&&e.which===27)a=!1;else if(g.event(e)){var o=g.function(e.composedPath)?e.composedPath()[0]:e.target,l=t.contains(o);if(l||!l&&e.target!==n&&a)return}n.setAttribute("aria-expanded",a),dt(t,!a),_e(this.elements.container,this.config.classNames.menu.open,a),a&&g.keyboardEvent(e)?Q.focusFirstMenuItem.call(this,null,!0):a||r||Na.call(this,n,g.keyboardEvent(e))}},getMenuSize:function(e){var t=e.cloneNode(!0);t.style.position="absolute",t.style.opacity=0,t.removeAttribute("hidden"),e.parentNode.appendChild(t);var n=t.scrollWidth,r=t.scrollHeight;return H2(t),{width:n,height:r}},showMenuPanel:function(){var e=this,t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",n=arguments.length>1&&arguments[1]!==void 0&&arguments[1],r=this.elements.container.querySelector("#plyr-settings-".concat(this.id,"-").concat(t));if(g.element(r)){var a=r.parentNode,o=Array.from(a.children).find(function(c){return!c.hidden});if(Re.transitions&&!Re.reducedMotion){a.style.width="".concat(o.scrollWidth,"px"),a.style.height="".concat(o.scrollHeight,"px");var l=Q.getMenuSize.call(this,r),s=function c(u){u.target===a&&["width","height"].includes(u.propertyName)&&(a.style.width="",a.style.height="",ar.call(e,a,$a,c))};ve.call(this,a,$a,s),a.style.width="".concat(l.width,"px"),a.style.height="".concat(l.height,"px")}dt(o,!0),dt(r,!1),Q.focusFirstMenuItem.call(this,r,n)}},setDownloadUrl:function(){var e=this.elements.buttons.download;g.element(e)&&e.setAttribute("href",this.download)},create:function(e){var t=this,n=Q.bindMenuItemShortcuts,r=Q.createButton,a=Q.createProgress,o=Q.createRange,l=Q.createTime,s=Q.setQualityMenu,c=Q.setSpeedMenu,u=Q.showMenuPanel;this.elements.controls=null,g.array(this.config.controls)&&this.config.controls.includes("play-large")&&this.elements.container.appendChild(r.call(this,"play-large"));var h=pe("div",$2(this.config.selectors.controls.wrapper));this.elements.controls=h;var f={class:"plyr__controls__item"};return Fa(g.array(this.config.controls)?this.config.controls:[]).forEach(function(d){if(d==="restart"&&h.appendChild(r.call(t,"restart",f)),d==="rewind"&&h.appendChild(r.call(t,"rewind",f)),d==="play"&&h.appendChild(r.call(t,"play",f)),d==="fast-forward"&&h.appendChild(r.call(t,"fast-forward",f)),d==="progress"){var p=pe("div",{class:"".concat(f.class," plyr__progress__container")}),v=pe("div",$2(t.config.selectors.progress));if(v.appendChild(o.call(t,"seek",{id:"plyr-seek-".concat(e.id)})),v.appendChild(a.call(t,"buffer")),t.config.tooltips.seek){var L=pe("span",{class:t.config.classNames.tooltip},"00:00");v.appendChild(L),t.elements.display.seekTooltip=L}t.elements.progress=v,p.appendChild(t.elements.progress),h.appendChild(p)}if(d==="current-time"&&h.appendChild(l.call(t,"currentTime",f)),d==="duration"&&h.appendChild(l.call(t,"duration",f)),d==="mute"||d==="volume"){var k=t.elements.volume;if(g.element(k)&&h.contains(k)||(k=pe("div",We({},f,{class:"".concat(f.class," plyr__volume").trim()})),t.elements.volume=k,h.appendChild(k)),d==="mute"&&k.appendChild(r.call(t,"mute")),d==="volume"&&!r2.isIos){var y={max:1,step:.05,value:t.config.volume};k.appendChild(o.call(t,"volume",We(y,{id:"plyr-volume-".concat(e.id)})))}}if(d==="captions"&&h.appendChild(r.call(t,"captions",f)),d==="settings"&&!g.empty(t.config.settings)){var C=pe("div",We({},f,{class:"".concat(f.class," plyr__menu").trim(),hidden:""}));C.appendChild(r.call(t,"settings",{"aria-haspopup":!0,"aria-controls":"plyr-settings-".concat(e.id),"aria-expanded":!1}));var x=pe("div",{class:"plyr__menu__container",id:"plyr-settings-".concat(e.id),hidden:""}),E=pe("div"),S=pe("div",{id:"plyr-settings-".concat(e.id,"-home")}),B=pe("div",{role:"menu"});S.appendChild(B),E.appendChild(S),t.elements.settings.panels.home=S,t.config.settings.forEach(function(O){var F=pe("button",We($2(t.config.selectors.buttons.settings),{type:"button",class:"".concat(t.config.classNames.control," ").concat(t.config.classNames.control,"--forward"),role:"menuitem","aria-haspopup":!0,hidden:""}));n.call(t,F,O),ve.call(t,F,"click",function(){u.call(t,O,!1)});var D=pe("span",null,Qe.get(O,t.config)),j=pe("span",{class:t.config.classNames.menu.value});j.innerHTML=e[O],D.appendChild(j),F.appendChild(D),B.appendChild(F);var Y=pe("div",{id:"plyr-settings-".concat(e.id,"-").concat(O),hidden:""}),re=pe("button",{type:"button",class:"".concat(t.config.classNames.control," ").concat(t.config.classNames.control,"--back")});re.appendChild(pe("span",{"aria-hidden":!0},Qe.get(O,t.config))),re.appendChild(pe("span",{class:t.config.classNames.hidden},Qe.get("menuBack",t.config))),ve.call(t,Y,"keydown",function(X){X.which===37&&(X.preventDefault(),X.stopPropagation(),u.call(t,"home",!0))},!1),ve.call(t,re,"click",function(){u.call(t,"home",!1)}),Y.appendChild(re),Y.appendChild(pe("div",{role:"menu"})),E.appendChild(Y),t.elements.settings.buttons[O]=F,t.elements.settings.panels[O]=Y}),x.appendChild(E),C.appendChild(x),h.appendChild(C),t.elements.settings.popup=x,t.elements.settings.menu=C}if(d==="pip"&&Re.pip&&h.appendChild(r.call(t,"pip",f)),d==="airplay"&&Re.airplay&&h.appendChild(r.call(t,"airplay",f)),d==="download"){var $=We({},f,{element:"a",href:t.download,target:"_blank"});t.isHTML5&&($.download="");var M=t.config.urls.download;!g.url(M)&&t.isEmbed&&We($,{icon:"logo-".concat(t.provider),label:t.provider}),h.appendChild(r.call(t,"download",$))}d==="fullscreen"&&h.appendChild(r.call(t,"fullscreen",f))}),this.isHTML5&&s.call(this,J2.getQualityOptions.call(this)),c.call(this),h},inject:function(){var e=this;if(this.config.loadSprite){var t=Q.getIconUrl.call(this);t.cors&&ps(t.url,"sprite-plyr")}this.id=Math.floor(1e4*Math.random());var n=null;this.elements.controls=null;var r={id:this.id,seektime:this.config.seekTime,title:this.config.title},a=!0;g.function(this.config.controls)&&(this.config.controls=this.config.controls.call(this,r)),this.config.controls||(this.config.controls=[]),g.element(this.config.controls)||g.string(this.config.controls)?n=this.config.controls:(n=Q.create.call(this,{id:this.id,seektime:this.config.seekTime,speed:this.speed,quality:this.quality,captions:Le.getLabel.call(this)}),a=!1);var o,l;if(a&&g.string(this.config.controls)&&(o=n,Object.entries(r).forEach(function(p){var v=Xe(p,2),L=v[0],k=v[1];o=Jt(o,"{".concat(L,"}"),k)}),n=o),g.string(this.config.selectors.controls.container)&&(l=document.querySelector(this.config.selectors.controls.container)),g.element(l)||(l=this.elements.container),l[g.element(n)?"insertAdjacentElement":"insertAdjacentHTML"]("afterbegin",n),g.element(this.elements.controls)||Q.findElements.call(this),!g.empty(this.elements.buttons)){var s=function(p){var v=e.config.classNames.controlPressed;Object.defineProperty(p,"pressed",{enumerable:!0,get:function(){return ir(p,v)},set:function(){var L=arguments.length>0&&arguments[0]!==void 0&&arguments[0];_e(p,v,L)}})};Object.values(this.elements.buttons).filter(Boolean).forEach(function(p){g.array(p)||g.nodeList(p)?Array.from(p).filter(Boolean).forEach(s):s(p)})}if(r2.isEdge&&Da(l),this.config.tooltips.controls){var c=this.config,u=c.classNames,h=c.selectors,f="".concat(h.controls.wrapper," ").concat(h.labels," .").concat(u.hidden),d=Ot.call(this,f);Array.from(d).forEach(function(p){_e(p,e.config.classNames.hidden,!1),_e(p,e.config.classNames.tooltip,!0)})}}};function ys(e){var t=!(arguments.length>1&&arguments[1]!==void 0)||arguments[1],n=e;if(t){var r=document.createElement("a");r.href=n,n=r.href}try{return new URL(n)}catch{return null}}function gs(e){var t=new URLSearchParams;return g.object(e)&&Object.entries(e).forEach(function(n){var r=Xe(n,2),a=r[0],o=r[1];t.set(a,o)}),t}var Le={setup:function(){if(this.supported.ui)if(!this.isVideo||this.isYouTube||this.isHTML5&&!Re.textTracks)g.array(this.config.controls)&&this.config.controls.includes("settings")&&this.config.settings.includes("captions")&&Q.setCaptionsMenu.call(this);else{if(g.element(this.elements.captions)||(this.elements.captions=pe("div",$2(this.config.selectors.captions)),Xw(this.elements.captions,this.elements.wrapper)),r2.isIE&&window.URL){var e=this.media.querySelectorAll("track");Array.from(e).forEach(function(o){var l=o.getAttribute("src"),s=ys(l);s!==null&&s.hostname!==window.location.href.hostname&&["http:","https:"].includes(s.protocol)&&e0(l,"blob").then(function(c){o.setAttribute("src",window.URL.createObjectURL(c))}).catch(function(){H2(o)})})}var t=Fa((navigator.languages||[navigator.language||navigator.userLanguage||"en"]).map(function(o){return o.split("-")[0]})),n=(this.storage.get("language")||this.config.captions.language||"auto").toLowerCase();n==="auto"&&(n=Xe(t,1)[0]);var r=this.storage.get("captions");if(g.boolean(r)||(r=this.config.captions.active),Object.assign(this.captions,{toggled:!1,active:r,language:n,languages:t}),this.isHTML5){var a=this.config.captions.update?"addtrack removetrack":"removetrack";ve.call(this,this.media.textTracks,a,Le.update.bind(this))}setTimeout(Le.update.bind(this),0)}},update:function(){var e=this,t=Le.getTracks.call(this,!0),n=this.captions,r=n.active,a=n.language,o=n.meta,l=n.currentTrackNode,s=!!t.find(function(c){return c.language===a});this.isHTML5&&this.isVideo&&t.filter(function(c){return!o.get(c)}).forEach(function(c){e.debug.log("Track added",c),o.set(c,{default:c.mode==="showing"}),c.mode==="showing"&&(c.mode="hidden"),ve.call(e,c,"cuechange",function(){return Le.updateCues.call(e)})}),(s&&this.language!==a||!t.includes(l))&&(Le.setLanguage.call(this,a),Le.toggle.call(this,r&&s)),_e(this.elements.container,this.config.classNames.captions.enabled,!g.empty(t)),g.array(this.config.controls)&&this.config.controls.includes("settings")&&this.config.settings.includes("captions")&&Q.setCaptionsMenu.call(this)},toggle:function(e){var t=this,n=!(arguments.length>1&&arguments[1]!==void 0)||arguments[1];if(this.supported.ui){var r=this.captions.toggled,a=this.config.classNames.captions.active,o=g.nullOrUndefined(e)?!r:e;if(o!==r){if(n||(this.captions.active=o,this.storage.set({captions:o})),!this.language&&o&&!n){var l=Le.getTracks.call(this),s=Le.findTrack.call(this,[this.captions.language].concat(Ta(this.captions.languages)),!0);return this.captions.language=s.language,void Le.set.call(this,l.indexOf(s))}this.elements.buttons.captions&&(this.elements.buttons.captions.pressed=o),_e(this.elements.container,a,o),this.captions.toggled=o,Q.updateSetting.call(this,"captions"),he.call(this,this.media,o?"captionsenabled":"captionsdisabled")}setTimeout(function(){o&&t.captions.toggled&&(t.captions.currentTrackNode.mode="hidden")})}},set:function(e){var t=!(arguments.length>1&&arguments[1]!==void 0)||arguments[1],n=Le.getTracks.call(this);if(e!==-1)if(g.number(e))if(e in n){if(this.captions.currentTrack!==e){this.captions.currentTrack=e;var r=n[e],a=r||{},o=a.language;this.captions.currentTrackNode=r,Q.updateSetting.call(this,"captions"),t||(this.captions.language=o,this.storage.set({language:o})),this.isVimeo&&this.embed.enableTextTrack(o),he.call(this,this.media,"languagechange")}Le.toggle.call(this,!0,t),this.isHTML5&&this.isVideo&&Le.updateCues.call(this)}else this.debug.warn("Track not found",e);else this.debug.warn("Invalid caption argument",e);else Le.toggle.call(this,!1,t)},setLanguage:function(e){var t=!(arguments.length>1&&arguments[1]!==void 0)||arguments[1];if(g.string(e)){var n=e.toLowerCase();this.captions.language=n;var r=Le.getTracks.call(this),a=Le.findTrack.call(this,[n]);Le.set.call(this,r.indexOf(a),t)}else this.debug.warn("Invalid language argument",e)},getTracks:function(){var e=this,t=arguments.length>0&&arguments[0]!==void 0&&arguments[0],n=Array.from((this.media||{}).textTracks||[]);return n.filter(function(r){return!e.isHTML5||t||e.captions.meta.has(r)}).filter(function(r){return["captions","subtitles"].includes(r.kind)})},findTrack:function(e){var t,n=this,r=arguments.length>1&&arguments[1]!==void 0&&arguments[1],a=Le.getTracks.call(this),o=function(s){return Number((n.captions.meta.get(s)||{}).default)},l=Array.from(a).sort(function(s,c){return o(c)-o(s)});return e.every(function(s){return!(t=l.find(function(c){return c.language===s}))}),t||(r?l[0]:void 0)},getCurrentTrack:function(){return Le.getTracks.call(this)[this.currentTrack]},getLabel:function(e){var t=e;return!g.track(t)&&Re.textTracks&&this.captions.toggled&&(t=Le.getCurrentTrack.call(this)),g.track(t)?g.empty(t.label)?g.empty(t.language)?Qe.get("enabled",this.config):e.language.toUpperCase():t.label:Qe.get("disabled",this.config)},updateCues:function(e){if(this.supported.ui)if(g.element(this.elements.captions))if(g.nullOrUndefined(e)||Array.isArray(e)){var t=e;if(!t){var n=Le.getCurrentTrack.call(this);t=Array.from((n||{}).activeCues||[]).map(function(o){return o.getCueAsHTML()}).map(sb)}var r=t.map(function(o){return o.trim()}).join(`
21
- `);if(r!==this.elements.captions.innerHTML){nr(this.elements.captions);var a=pe("span",$2(this.config.selectors.caption));a.innerHTML=r,this.elements.captions.appendChild(a),he.call(this,this.media,"cuechange")}}else this.debug.warn("updateCues: Invalid input",e);else this.debug.warn("No captions element to render to")}},Cs={enabled:!0,title:"",debug:!1,autoplay:!1,autopause:!0,playsinline:!0,seekTime:10,volume:1,muted:!1,duration:null,displayDuration:!0,invertTime:!0,toggleInvert:!0,ratio:null,clickToPlay:!0,hideControls:!0,resetOnEnd:!1,disableContextMenu:!0,loadSprite:!0,iconPrefix:"plyr",iconUrl:"https://cdn.plyr.io/3.6.3/plyr.svg",blankVideo:"https://cdn.plyr.io/static/blank.mp4",quality:{default:576,options:[4320,2880,2160,1440,1080,720,576,480,360,240],forced:!1,onChange:null},loop:{active:!1},speed:{selected:1,options:[.5,.75,1,1.25,1.5,1.75,2,4]},keyboard:{focused:!0,global:!1},tooltips:{controls:!1,seek:!0},captions:{active:!1,language:"auto",update:!1},fullscreen:{enabled:!0,fallback:!0,iosNative:!1},storage:{enabled:!0,key:"plyr"},controls:["play-large","play","progress","current-time","mute","volume","captions","settings","pip","airplay","fullscreen"],settings:["captions","quality","speed"],i18n:{restart:"Restart",rewind:"Rewind {seektime}s",play:"Play",pause:"Pause",fastForward:"Forward {seektime}s",seek:"Seek",seekLabel:"{currentTime} of {duration}",played:"Played",buffered:"Buffered",currentTime:"Current time",duration:"Duration",volume:"Volume",mute:"Mute",unmute:"Unmute",enableCaptions:"Enable captions",disableCaptions:"Disable captions",download:"Download",enterFullscreen:"Enter fullscreen",exitFullscreen:"Exit fullscreen",frameTitle:"Player for {title}",captions:"Captions",settings:"Settings",pip:"PIP",menuBack:"Go back to previous menu",speed:"Speed",normal:"Normal",quality:"Quality",loop:"Loop",start:"Start",end:"End",all:"All",reset:"Reset",disabled:"Disabled",enabled:"Enabled",advertisement:"Ad",qualityBadge:{2160:"4K",1440:"HD",1080:"HD",720:"HD",576:"SD",480:"SD"}},urls:{download:null,vimeo:{sdk:"https://player.vimeo.com/api/player.js",iframe:"https://player.vimeo.com/video/{0}?{1}",api:"https://vimeo.com/api/oembed.json?url={0}"},youtube:{sdk:"https://www.youtube.com/iframe_api",api:"https://noembed.com/embed?url=https://www.youtube.com/watch?v={0}"},googleIMA:{sdk:"https://imasdk.googleapis.com/js/sdkloader/ima3.js"}},listeners:{seek:null,play:null,pause:null,restart:null,rewind:null,fastForward:null,mute:null,volume:null,captions:null,download:null,fullscreen:null,pip:null,airplay:null,speed:null,quality:null,loop:null,language:null},events:["ended","progress","stalled","playing","waiting","canplay","canplaythrough","loadstart","loadeddata","loadedmetadata","timeupdate","volumechange","play","pause","error","seeking","seeked","emptied","ratechange","cuechange","download","enterfullscreen","exitfullscreen","captionsenabled","captionsdisabled","languagechange","controlshidden","controlsshown","ready","statechange","qualitychange","adsloaded","adscontentpause","adscontentresume","adstarted","adsmidpoint","adscomplete","adsallcomplete","adsimpression","adsclick"],selectors:{editable:"input, textarea, select, [contenteditable]",container:".plyr",controls:{container:null,wrapper:".plyr__controls"},labels:"[data-plyr]",buttons:{play:'[data-plyr="play"]',pause:'[data-plyr="pause"]',restart:'[data-plyr="restart"]',rewind:'[data-plyr="rewind"]',fastForward:'[data-plyr="fast-forward"]',mute:'[data-plyr="mute"]',captions:'[data-plyr="captions"]',download:'[data-plyr="download"]',fullscreen:'[data-plyr="fullscreen"]',pip:'[data-plyr="pip"]',airplay:'[data-plyr="airplay"]',settings:'[data-plyr="settings"]',loop:'[data-plyr="loop"]'},inputs:{seek:'[data-plyr="seek"]',volume:'[data-plyr="volume"]',speed:'[data-plyr="speed"]',language:'[data-plyr="language"]',quality:'[data-plyr="quality"]'},display:{currentTime:".plyr__time--current",duration:".plyr__time--duration",buffer:".plyr__progress__buffer",loop:".plyr__progress__loop",volume:".plyr__volume--display"},progress:".plyr__progress",captions:".plyr__captions",caption:".plyr__caption"},classNames:{type:"plyr--{0}",provider:"plyr--{0}",video:"plyr__video-wrapper",embed:"plyr__video-embed",videoFixedRatio:"plyr__video-wrapper--fixed-ratio",embedContainer:"plyr__video-embed__container",poster:"plyr__poster",posterEnabled:"plyr__poster-enabled",ads:"plyr__ads",control:"plyr__control",controlPressed:"plyr__control--pressed",playing:"plyr--playing",paused:"plyr--paused",stopped:"plyr--stopped",loading:"plyr--loading",hover:"plyr--hover",tooltip:"plyr__tooltip",cues:"plyr__cues",hidden:"plyr__sr-only",hideControls:"plyr--hide-controls",isIos:"plyr--is-ios",isTouch:"plyr--is-touch",uiSupported:"plyr--full-ui",noTransition:"plyr--no-transition",display:{time:"plyr__time"},menu:{value:"plyr__menu__value",badge:"plyr__badge",open:"plyr--menu-open"},captions:{enabled:"plyr--captions-enabled",active:"plyr--captions-active"},fullscreen:{enabled:"plyr--fullscreen-enabled",fallback:"plyr--fullscreen-fallback"},pip:{supported:"plyr--pip-supported",active:"plyr--pip-active"},airplay:{supported:"plyr--airplay-supported",active:"plyr--airplay-active"},tabFocus:"plyr__tab-focus",previewThumbnails:{thumbContainer:"plyr__preview-thumb",thumbContainerShown:"plyr__preview-thumb--is-shown",imageContainer:"plyr__preview-thumb__image-container",timeContainer:"plyr__preview-thumb__time-container",scrubbingContainer:"plyr__preview-scrubbing",scrubbingContainerShown:"plyr__preview-scrubbing--is-shown"}},attributes:{embed:{provider:"data-plyr-provider",id:"data-plyr-embed-id"}},ads:{enabled:!1,publisherId:"",tagUrl:""},previewThumbnails:{enabled:!1,src:""},vimeo:{byline:!1,portrait:!1,title:!1,speed:!0,transparent:!1,customControls:!0,referrerPolicy:null,premium:!1},youtube:{rel:0,showinfo:0,iv_load_policy:3,modestbranding:1,customControls:!0,noCookie:!1}},Ra={active:"picture-in-picture",inactive:"inline"},et={html5:"html5",youtube:"youtube",vimeo:"vimeo"},Ha={audio:"audio",video:"video"};function db(e){return/^(https?:\/\/)?(www\.)?(youtube\.com|youtube-nocookie\.com|youtu\.?be)\/.+$/.test(e)?et.youtube:/^https?:\/\/player.vimeo.com\/video\/\d{0,9}(?=\b|\/)/.test(e)?et.vimeo:null}var Za=function(){},fb=function(){function e(){var t=arguments.length>0&&arguments[0]!==void 0&&arguments[0];ct(this,e),this.enabled=window.console&&t,this.enabled&&this.log("Debugging enabled")}return ut(e,[{key:"log",get:function(){return this.enabled?Function.prototype.bind.call(console.log,console):Za}},{key:"warn",get:function(){return this.enabled?Function.prototype.bind.call(console.warn,console):Za}},{key:"error",get:function(){return this.enabled?Function.prototype.bind.call(console.error,console):Za}}]),e}(),hb=function(){function e(t){var n=this;ct(this,e),this.player=t,this.prefix=e.prefix,this.property=e.property,this.scrollPosition={x:0,y:0},this.forceFallback=t.config.fullscreen.fallback==="force",this.player.elements.fullscreen=t.config.fullscreen.container&&Qw(this.player.elements.container,t.config.fullscreen.container),ve.call(this.player,document,this.prefix==="ms"?"MSFullscreenChange":"".concat(this.prefix,"fullscreenchange"),function(){n.onChange()}),ve.call(this.player,this.player.elements.container,"dblclick",function(r){g.element(n.player.elements.controls)&&n.player.elements.controls.contains(r.target)||n.player.listeners.proxy(r,n.toggle,"fullscreen")}),ve.call(this,this.player.elements.container,"keydown",function(r){return n.trapFocus(r)}),this.update()}return ut(e,[{key:"onChange",value:function(){if(this.enabled){var t=this.player.elements.buttons.fullscreen;g.element(t)&&(t.pressed=this.active);var n=this.target===this.player.media?this.target:this.player.elements.container;he.call(this.player,n,this.active?"enterfullscreen":"exitfullscreen",!0)}}},{key:"toggleFallback",value:function(){var t=arguments.length>0&&arguments[0]!==void 0&&arguments[0];if(t?this.scrollPosition={x:window.scrollX||0,y:window.scrollY||0}:window.scrollTo(this.scrollPosition.x,this.scrollPosition.y),document.body.style.overflow=t?"hidden":"",_e(this.target,this.player.config.classNames.fullscreen.fallback,t),r2.isIos){var n=document.head.querySelector('meta[name="viewport"]'),r="viewport-fit=cover";n||(n=document.createElement("meta")).setAttribute("name","viewport");var a=g.string(n.content)&&n.content.includes(r);t?(this.cleanupViewport=!a,a||(n.content+=",".concat(r))):this.cleanupViewport&&(n.content=n.content.split(",").filter(function(o){return o.trim()!==r}).join(","))}this.onChange()}},{key:"trapFocus",value:function(t){if(!r2.isIos&&this.active&&t.key==="Tab"&&t.keyCode===9){var n=document.activeElement,r=Ot.call(this.player,"a[href], button:not(:disabled), input:not(:disabled), [tabindex]"),a=Xe(r,1)[0],o=r[r.length-1];n!==o||t.shiftKey?n===a&&t.shiftKey&&(o.focus(),t.preventDefault()):(a.focus(),t.preventDefault())}}},{key:"update",value:function(){var t;this.enabled?(t=this.forceFallback?"Fallback (forced)":e.native?"Native":"Fallback",this.player.debug.log("".concat(t," fullscreen enabled"))):this.player.debug.log("Fullscreen not supported and fallback disabled"),_e(this.player.elements.container,this.player.config.classNames.fullscreen.enabled,this.enabled)}},{key:"enter",value:function(){this.enabled&&(r2.isIos&&this.player.config.fullscreen.iosNative?this.target.webkitEnterFullscreen():!e.native||this.forceFallback?this.toggleFallback(!0):this.prefix?g.empty(this.prefix)||this.target["".concat(this.prefix,"Request").concat(this.property)]():this.target.requestFullscreen({navigationUI:"hide"}))}},{key:"exit",value:function(){if(this.enabled)if(r2.isIos&&this.player.config.fullscreen.iosNative)this.target.webkitExitFullscreen(),D2(this.player.play());else if(!e.native||this.forceFallback)this.toggleFallback(!1);else if(this.prefix){if(!g.empty(this.prefix)){var t=this.prefix==="moz"?"Cancel":"Exit";document["".concat(this.prefix).concat(t).concat(this.property)]()}}else(document.cancelFullScreen||document.exitFullscreen).call(document)}},{key:"toggle",value:function(){this.active?this.exit():this.enter()}},{key:"usingNative",get:function(){return e.native&&!this.forceFallback}},{key:"enabled",get:function(){return(e.native||this.player.config.fullscreen.fallback)&&this.player.config.fullscreen.enabled&&this.player.supported.ui&&this.player.isVideo}},{key:"active",get:function(){if(!this.enabled)return!1;if(!e.native||this.forceFallback)return ir(this.target,this.player.config.classNames.fullscreen.fallback);var t=this.prefix?document["".concat(this.prefix).concat(this.property,"Element")]:document.fullscreenElement;return t&&t.shadowRoot?t===this.target.getRootNode().host:t===this.target}},{key:"target",get:function(){return r2.isIos&&this.player.config.fullscreen.iosNative?this.player.media:this.player.elements.fullscreen||this.player.elements.container}}],[{key:"native",get:function(){return!!(document.fullscreenEnabled||document.webkitFullscreenEnabled||document.mozFullScreenEnabled||document.msFullscreenEnabled)}},{key:"prefix",get:function(){if(g.function(document.exitFullscreen))return"";var t="";return["webkit","moz","ms"].some(function(n){return!(!g.function(document["".concat(n,"ExitFullscreen")])&&!g.function(document["".concat(n,"CancelFullScreen")]))&&(t=n,!0)}),t}},{key:"property",get:function(){return this.prefix==="moz"?"FullScreen":"Fullscreen"}}]),e}();function lr(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;return new Promise(function(n,r){var a=new Image,o=function(){delete a.onload,delete a.onerror,(a.naturalWidth>=t?n:r)(a)};Object.assign(a,{onload:o,onerror:o,src:e})})}var Oe={addStyleHook:function(){_e(this.elements.container,this.config.selectors.container.replace(".",""),!0),_e(this.elements.container,this.config.classNames.uiSupported,this.supported.ui)},toggleNativeControls:function(){var e=arguments.length>0&&arguments[0]!==void 0&&arguments[0];e&&this.isHTML5?this.media.setAttribute("controls",""):this.media.removeAttribute("controls")},build:function(){var e=this;if(this.listeners.media(),!this.supported.ui)return this.debug.warn("Basic support only for ".concat(this.provider," ").concat(this.type)),void Oe.toggleNativeControls.call(this,!0);g.element(this.elements.controls)||(Q.inject.call(this),this.listeners.controls()),Oe.toggleNativeControls.call(this),this.isHTML5&&Le.setup.call(this),this.volume=null,this.muted=null,this.loop=null,this.quality=null,this.speed=null,Q.updateVolume.call(this),Q.timeUpdate.call(this),Oe.checkPlaying.call(this),_e(this.elements.container,this.config.classNames.pip.supported,Re.pip&&this.isHTML5&&this.isVideo),_e(this.elements.container,this.config.classNames.airplay.supported,Re.airplay&&this.isHTML5),_e(this.elements.container,this.config.classNames.isIos,r2.isIos),_e(this.elements.container,this.config.classNames.isTouch,this.touch),this.ready=!0,setTimeout(function(){he.call(e,e.media,"ready")},0),Oe.setTitle.call(this),this.poster&&Oe.setPoster.call(this,this.poster,!1).catch(function(){}),this.config.duration&&Q.durationUpdate.call(this)},setTitle:function(){var e=Qe.get("play",this.config);if(g.string(this.config.title)&&!g.empty(this.config.title)&&(e+=", ".concat(this.config.title)),Array.from(this.elements.buttons.play||[]).forEach(function(a){a.setAttribute("aria-label",e)}),this.isEmbed){var t=qe.call(this,"iframe");if(!g.element(t))return;var n=g.empty(this.config.title)?"video":this.config.title,r=Qe.get("frameTitle",this.config);t.setAttribute("title",r.replace("{title}",n))}},togglePoster:function(e){_e(this.elements.container,this.config.classNames.posterEnabled,e)},setPoster:function(e){var t=this,n=!(arguments.length>1&&arguments[1]!==void 0)||arguments[1];return n&&this.poster?Promise.reject(new Error("Poster already set")):(this.media.setAttribute("data-poster",e),this.elements.poster.removeAttribute("hidden"),tb.call(this).then(function(){return lr(e)}).catch(function(r){throw e===t.poster&&Oe.togglePoster.call(t,!1),r}).then(function(){if(e!==t.poster)throw new Error("setPoster cancelled by later call to setPoster")}).then(function(){return Object.assign(t.elements.poster.style,{backgroundImage:"url('".concat(e,"')"),backgroundSize:""}),Oe.togglePoster.call(t,!0),e}))},checkPlaying:function(e){var t=this;_e(this.elements.container,this.config.classNames.playing,this.playing),_e(this.elements.container,this.config.classNames.paused,this.paused),_e(this.elements.container,this.config.classNames.stopped,this.stopped),Array.from(this.elements.buttons.play||[]).forEach(function(n){Object.assign(n,{pressed:t.playing}),n.setAttribute("aria-label",Qe.get(t.playing?"pause":"play",t.config))}),g.event(e)&&e.type==="timeupdate"||Oe.toggleControls.call(this)},checkLoading:function(e){var t=this;this.loading=["stalled","waiting"].includes(e.type),clearTimeout(this.timers.loading),this.timers.loading=setTimeout(function(){_e(t.elements.container,t.config.classNames.loading,t.loading),Oe.toggleControls.call(t)},this.loading?250:0)},toggleControls:function(e){var t=this.elements.controls;if(t&&this.config.hideControls){var n=this.touch&&this.lastSeekTime+2e3>Date.now();this.toggleControls(!!(e||this.loading||this.paused||t.pressed||t.hover||n))}},migrateStyles:function(){var e=this;Object.values(St({},this.media.style)).filter(function(t){return!g.empty(t)&&g.string(t)&&t.startsWith("--plyr")}).forEach(function(t){e.elements.container.style.setProperty(t,e.media.style.getPropertyValue(t)),e.media.style.removeProperty(t)}),g.empty(this.media.style)&&this.media.removeAttribute("style")}},pb=function(){function e(t){ct(this,e),this.player=t,this.lastKey=null,this.focusTimer=null,this.lastKeyDown=null,this.handleKey=this.handleKey.bind(this),this.toggleMenu=this.toggleMenu.bind(this),this.setTabFocus=this.setTabFocus.bind(this),this.firstTouch=this.firstTouch.bind(this)}return ut(e,[{key:"handleKey",value:function(t){var n=this.player,r=n.elements,a=t.keyCode?t.keyCode:t.which,o=t.type==="keydown",l=o&&a===this.lastKey;if(!(t.altKey||t.ctrlKey||t.metaKey||t.shiftKey)&&g.number(a))if(o){var s=document.activeElement;if(g.element(s)){var c=n.config.selectors.editable;if(s!==r.inputs.seek&&ft(s,c)||t.which===32&&ft(s,'button, [role^="menuitem"]'))return}switch([32,37,38,39,40,48,49,50,51,52,53,54,56,57,67,70,73,75,76,77,79].includes(a)&&(t.preventDefault(),t.stopPropagation()),a){case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:l||(n.currentTime=n.duration/10*(a-48));break;case 32:case 75:l||D2(n.togglePlay());break;case 38:n.increaseVolume(.1);break;case 40:n.decreaseVolume(.1);break;case 77:l||(n.muted=!n.muted);break;case 39:n.forward();break;case 37:n.rewind();break;case 70:n.fullscreen.toggle();break;case 67:l||n.toggleCaptions();break;case 76:n.loop=!n.loop}a===27&&!n.fullscreen.usingNative&&n.fullscreen.active&&n.fullscreen.toggle(),this.lastKey=a}else this.lastKey=null}},{key:"toggleMenu",value:function(t){Q.toggleMenu.call(this.player,t)}},{key:"firstTouch",value:function(){var t=this.player,n=t.elements;t.touch=!0,_e(n.container,t.config.classNames.isTouch,!0)}},{key:"setTabFocus",value:function(t){var n=this.player,r=n.elements;if(clearTimeout(this.focusTimer),t.type!=="keydown"||t.which===9){t.type==="keydown"&&(this.lastKeyDown=t.timeStamp);var a,o=t.timeStamp-this.lastKeyDown<=20;(t.type!=="focus"||o)&&(a=n.config.classNames.tabFocus,_e(Ot.call(n,".".concat(a)),a,!1),t.type!=="focusout"&&(this.focusTimer=setTimeout(function(){var l=document.activeElement;r.container.contains(l)&&_e(document.activeElement,n.config.classNames.tabFocus,!0)},10)))}}},{key:"global",value:function(){var t=!(arguments.length>0&&arguments[0]!==void 0)||arguments[0],n=this.player;n.config.keyboard.global&&Bt.call(n,window,"keydown keyup",this.handleKey,t,!1),Bt.call(n,document.body,"click",this.toggleMenu,t),Pa.call(n,document.body,"touchstart",this.firstTouch),Bt.call(n,document.body,"keydown focus blur focusout",this.setTabFocus,t,!1,!0)}},{key:"container",value:function(){var t=this.player,n=t.config,r=t.elements,a=t.timers;!n.keyboard.global&&n.keyboard.focused&&ve.call(t,r.container,"keydown keyup",this.handleKey,!1),ve.call(t,r.container,"mousemove mouseleave touchstart touchmove enterfullscreen exitfullscreen",function(s){var c=r.controls;c&&s.type==="enterfullscreen"&&(c.pressed=!1,c.hover=!1);var u=0;["touchstart","touchmove","mousemove"].includes(s.type)&&(Oe.toggleControls.call(t,!0),u=t.touch?3e3:2e3),clearTimeout(a.controls),a.controls=setTimeout(function(){return Oe.toggleControls.call(t,!1)},u)});var o=function(s){if(!s)return Q2.call(t);var c=r.container.getBoundingClientRect(),u=c.width,h=c.height;return Q2.call(t,"".concat(u,":").concat(h))},l=function(){clearTimeout(a.resized),a.resized=setTimeout(o,50)};ve.call(t,r.container,"enterfullscreen exitfullscreen",function(s){var c=t.fullscreen,u=c.target,h=c.usingNative;if(u===r.container&&(t.isEmbed||!g.empty(t.config.ratio))){var f=s.type==="enterfullscreen",d=o(f);d.padding,function(p,v,L){if(t.isVimeo&&!t.config.vimeo.premium){var k=t.elements.wrapper.firstChild,y=Xe(p,2)[1],C=Xe(Va.call(t),2),x=C[0],E=C[1];k.style.maxWidth=L?"".concat(y/E*x,"px"):null,k.style.margin=L?"0 auto":null}}(d.ratio,0,f),f&&setTimeout(function(){return Da(r.container)},100),h||(f?ve.call(t,window,"resize",l):ar.call(t,window,"resize",l))}})}},{key:"media",value:function(){var t=this,n=this.player,r=n.elements;if(ve.call(n,n.media,"timeupdate seeking seeked",function(l){return Q.timeUpdate.call(n,l)}),ve.call(n,n.media,"durationchange loadeddata loadedmetadata",function(l){return Q.durationUpdate.call(n,l)}),ve.call(n,n.media,"ended",function(){n.isHTML5&&n.isVideo&&n.config.resetOnEnd&&(n.restart(),n.pause())}),ve.call(n,n.media,"progress playing seeking seeked",function(l){return Q.updateProgress.call(n,l)}),ve.call(n,n.media,"volumechange",function(l){return Q.updateVolume.call(n,l)}),ve.call(n,n.media,"playing play pause ended emptied timeupdate",function(l){return Oe.checkPlaying.call(n,l)}),ve.call(n,n.media,"waiting canplay seeked playing",function(l){return Oe.checkLoading.call(n,l)}),n.supported.ui&&n.config.clickToPlay&&!n.isAudio){var a=qe.call(n,".".concat(n.config.classNames.video));if(!g.element(a))return;ve.call(n,r.container,"click",function(l){([r.container,a].includes(l.target)||a.contains(l.target))&&(n.touch&&n.config.hideControls||(n.ended?(t.proxy(l,n.restart,"restart"),t.proxy(l,function(){D2(n.play())},"play")):t.proxy(l,function(){D2(n.togglePlay())},"play")))})}n.supported.ui&&n.config.disableContextMenu&&ve.call(n,r.wrapper,"contextmenu",function(l){l.preventDefault()},!1),ve.call(n,n.media,"volumechange",function(){n.storage.set({volume:n.volume,muted:n.muted})}),ve.call(n,n.media,"ratechange",function(){Q.updateSetting.call(n,"speed"),n.storage.set({speed:n.speed})}),ve.call(n,n.media,"qualitychange",function(l){Q.updateSetting.call(n,"quality",null,l.detail.quality)}),ve.call(n,n.media,"ready qualitychange",function(){Q.setDownloadUrl.call(n)});var o=n.config.events.concat(["keyup","keydown"]).join(" ");ve.call(n,n.media,o,function(l){var s=l.detail,c=s===void 0?{}:s;l.type==="error"&&(c=n.media.error),he.call(n,r.container,l.type,!0,c)})}},{key:"proxy",value:function(t,n,r){var a=this.player,o=a.config.listeners[r],l=!0;g.function(o)&&(l=o.call(a,t)),l!==!1&&g.function(n)&&n.call(a,t)}},{key:"bind",value:function(t,n,r,a){var o=this,l=!(arguments.length>4&&arguments[4]!==void 0)||arguments[4],s=this.player,c=s.config.listeners[a],u=g.function(c);ve.call(s,t,n,function(h){return o.proxy(h,r,a)},l&&!u)}},{key:"controls",value:function(){var t=this,n=this.player,r=n.elements,a=r2.isIE?"change":"input";if(r.buttons.play&&Array.from(r.buttons.play).forEach(function(l){t.bind(l,"click",function(){D2(n.togglePlay())},"play")}),this.bind(r.buttons.restart,"click",n.restart,"restart"),this.bind(r.buttons.rewind,"click",function(){n.lastSeekTime=Date.now(),n.rewind()},"rewind"),this.bind(r.buttons.fastForward,"click",function(){n.lastSeekTime=Date.now(),n.forward()},"fastForward"),this.bind(r.buttons.mute,"click",function(){n.muted=!n.muted},"mute"),this.bind(r.buttons.captions,"click",function(){return n.toggleCaptions()}),this.bind(r.buttons.download,"click",function(){he.call(n,n.media,"download")},"download"),this.bind(r.buttons.fullscreen,"click",function(){n.fullscreen.toggle()},"fullscreen"),this.bind(r.buttons.pip,"click",function(){n.pip="toggle"},"pip"),this.bind(r.buttons.airplay,"click",n.airplay,"airplay"),this.bind(r.buttons.settings,"click",function(l){l.stopPropagation(),l.preventDefault(),Q.toggleMenu.call(n,l)},null,!1),this.bind(r.buttons.settings,"keyup",function(l){var s=l.which;[13,32].includes(s)&&(s!==13?(l.preventDefault(),l.stopPropagation(),Q.toggleMenu.call(n,l)):Q.focusFirstMenuItem.call(n,null,!0))},null,!1),this.bind(r.settings.menu,"keydown",function(l){l.which===27&&Q.toggleMenu.call(n,l)}),this.bind(r.inputs.seek,"mousedown mousemove",function(l){var s=r.progress.getBoundingClientRect(),c=100/s.width*(l.pageX-s.left);l.currentTarget.setAttribute("seek-value",c)}),this.bind(r.inputs.seek,"mousedown mouseup keydown keyup touchstart touchend",function(l){var s=l.currentTarget,c=l.keyCode?l.keyCode:l.which,u="play-on-seeked";if(!g.keyboardEvent(l)||c===39||c===37){n.lastSeekTime=Date.now();var h=s.hasAttribute(u),f=["mouseup","touchend","keyup"].includes(l.type);h&&f?(s.removeAttribute(u),D2(n.play())):!f&&n.playing&&(s.setAttribute(u,""),n.pause())}}),r2.isIos){var o=Ot.call(n,'input[type="range"]');Array.from(o).forEach(function(l){return t.bind(l,a,function(s){return Da(s.target)})})}this.bind(r.inputs.seek,a,function(l){var s=l.currentTarget,c=s.getAttribute("seek-value");g.empty(c)&&(c=s.value),s.removeAttribute("seek-value"),n.currentTime=c/s.max*n.duration},"seek"),this.bind(r.progress,"mouseenter mouseleave mousemove",function(l){return Q.updateSeekTooltip.call(n,l)}),this.bind(r.progress,"mousemove touchmove",function(l){var s=n.previewThumbnails;s&&s.loaded&&s.startMove(l)}),this.bind(r.progress,"mouseleave touchend click",function(){var l=n.previewThumbnails;l&&l.loaded&&l.endMove(!1,!0)}),this.bind(r.progress,"mousedown touchstart",function(l){var s=n.previewThumbnails;s&&s.loaded&&s.startScrubbing(l)}),this.bind(r.progress,"mouseup touchend",function(l){var s=n.previewThumbnails;s&&s.loaded&&s.endScrubbing(l)}),r2.isWebkit&&Array.from(Ot.call(n,'input[type="range"]')).forEach(function(l){t.bind(l,"input",function(s){return Q.updateRangeFill.call(n,s.target)})}),n.config.toggleInvert&&!g.element(r.display.duration)&&this.bind(r.display.currentTime,"click",function(){n.currentTime!==0&&(n.config.invertTime=!n.config.invertTime,Q.timeUpdate.call(n))}),this.bind(r.inputs.volume,a,function(l){n.volume=l.target.value},"volume"),this.bind(r.controls,"mouseenter mouseleave",function(l){r.controls.hover=!n.touch&&l.type==="mouseenter"}),r.fullscreen&&Array.from(r.fullscreen.children).filter(function(l){return!l.contains(r.container)}).forEach(function(l){t.bind(l,"mouseenter mouseleave",function(s){r.controls.hover=!n.touch&&s.type==="mouseenter"})}),this.bind(r.controls,"mousedown mouseup touchstart touchend touchcancel",function(l){r.controls.pressed=["mousedown","touchstart"].includes(l.type)}),this.bind(r.controls,"focusin",function(){var l=n.config,s=n.timers;_e(r.controls,l.classNames.noTransition,!0),Oe.toggleControls.call(n,!0),setTimeout(function(){_e(r.controls,l.classNames.noTransition,!1)},0);var c=t.touch?3e3:4e3;clearTimeout(s.controls),s.controls=setTimeout(function(){return Oe.toggleControls.call(n,!1)},c)}),this.bind(r.inputs.volume,"wheel",function(l){var s=l.webkitDirectionInvertedFromDevice,c=Xe([l.deltaX,-l.deltaY].map(function(p){return s?-p:p}),2),u=c[0],h=c[1],f=Math.sign(Math.abs(u)>Math.abs(h)?u:h);n.increaseVolume(f/50);var d=n.media.volume;(f===1&&d<1||f===-1&&d>0)&&l.preventDefault()},"volume",!1)}}]),e}();function mb(e,t){return e(t={exports:{}},t.exports),t.exports}var yb=mb(function(e,t){e.exports=function(){var n=function(){},r={},a={},o={};function l(d,p){d=d.push?d:[d];var v,L,k,y=[],C=d.length,x=C;for(v=function(E,S){S.length&&y.push(E),--x||p(y)};C--;)L=d[C],(k=a[L])?v(L,k):(o[L]=o[L]||[]).push(v)}function s(d,p){if(d){var v=o[d];if(a[d]=p,v)for(;v.length;)v[0](d,p),v.splice(0,1)}}function c(d,p){d.call&&(d={success:d}),p.length?(d.error||n)(p):(d.success||n)(d)}function u(d,p,v,L){var k,y,C=document,x=v.async,E=(v.numRetries||0)+1,S=v.before||n,B=d.replace(/[\?|#].*$/,""),$=d.replace(/^(css|img)!/,"");L=L||0,/(^css!|\.css$)/.test(B)?((y=C.createElement("link")).rel="stylesheet",y.href=$,(k="hideFocus"in y)&&y.relList&&(k=0,y.rel="preload",y.as="style")):/(^img!|\.(png|gif|jpg|svg|webp)$)/.test(B)?(y=C.createElement("img")).src=$:((y=C.createElement("script")).src=d,y.async=x===void 0||x),y.onload=y.onerror=y.onbeforeload=function(M){var O=M.type[0];if(k)try{y.sheet.cssText.length||(O="e")}catch(F){F.code!=18&&(O="e")}if(O=="e"){if((L+=1)<E)return u(d,p,v,L)}else if(y.rel=="preload"&&y.as=="style")return y.rel="stylesheet";p(d,O,M.defaultPrevented)},S(d,y)!==!1&&C.head.appendChild(y)}function h(d,p,v){var L,k,y=(d=d.push?d:[d]).length,C=y,x=[];for(L=function(E,S,B){if(S=="e"&&x.push(E),S=="b"){if(!B)return;x.push(E)}--y||p(x)},k=0;k<C;k++)u(d[k],L,v)}function f(d,p,v){var L,k;if(p&&p.trim&&(L=p),k=(L?v:p)||{},L){if(L in r)throw"LoadJS";r[L]=!0}function y(C,x){h(d,function(E){c(k,E),C&&c({success:C,error:x},E),s(L,E)},k)}if(k.returnPromise)return new Promise(y);y()}return f.ready=function(d,p){return l(d,function(v){c(p,v)}),f},f.done=function(d){s(d,[])},f.reset=function(){r={},a={},o={}},f.isDefined=function(d){return d in r},f}()});function Ua(e){return new Promise(function(t,n){yb(e,{success:t,error:n})})}function gb(e){return g.empty(e)?null:g.number(Number(e))?e:e.match(/^.*(vimeo.com\/|video\/)(\d+).*/)?RegExp.$2:e}function t0(e){e&&!this.embed.hasPlayed&&(this.embed.hasPlayed=!0),this.media.paused===e&&(this.media.paused=!e,he.call(this,this.media,e?"play":"pause"))}var Wa={setup:function(){var e=this;_e(e.elements.wrapper,e.config.classNames.embed,!0),e.options.speed=e.config.speed.options,Q2.call(e),g.object(window.Vimeo)?Wa.ready.call(e):Ua(e.config.urls.vimeo.sdk).then(function(){Wa.ready.call(e)}).catch(function(t){e.debug.warn("Vimeo SDK (player.js) failed to load",t)})},ready:function(){var e=this,t=this,n=t.config.vimeo,r=n.premium,a=n.referrerPolicy,o=Cw(n,["premium","referrerPolicy"]);r&&Object.assign(o,{controls:!1,sidedock:!1});var l=gs(St({loop:t.config.loop.active,autoplay:t.autoplay,muted:t.muted,gesture:"media",playsinline:!this.config.fullscreen.iosNative},o)),s=t.media.getAttribute("src");g.empty(s)&&(s=t.media.getAttribute(t.config.attributes.embed.id));var c=gb(s),u=pe("iframe"),h=Ia(t.config.urls.vimeo.iframe,c,l);if(u.setAttribute("src",h),u.setAttribute("allowfullscreen",""),u.setAttribute("allow","autoplay,fullscreen,picture-in-picture"),g.empty(a)||u.setAttribute("referrerPolicy",a),r||!n.customControls)u.setAttribute("data-poster",t.poster),t.media=rr(u,t.media);else{var f=pe("div",{class:t.config.classNames.embedContainer,"data-poster":t.poster});f.appendChild(u),t.media=rr(f,t.media)}n.customControls||e0(Ia(t.config.urls.vimeo.api,h)).then(function(C){!g.empty(C)&&C.thumbnail_url&&Oe.setPoster.call(t,C.thumbnail_url).catch(function(){})}),t.embed=new window.Vimeo.Player(u,{autopause:t.config.autopause,muted:t.muted}),t.media.paused=!0,t.media.currentTime=0,t.supported.ui&&t.embed.disableTextTrack(),t.media.play=function(){return t0.call(t,!0),t.embed.play()},t.media.pause=function(){return t0.call(t,!1),t.embed.pause()},t.media.stop=function(){t.pause(),t.currentTime=0};var d=t.media.currentTime;Object.defineProperty(t.media,"currentTime",{get:function(){return d},set:function(C){var x=t.embed,E=t.media,S=t.paused,B=t.volume,$=S&&!x.hasPlayed;E.seeking=!0,he.call(t,E,"seeking"),Promise.resolve($&&x.setVolume(0)).then(function(){return x.setCurrentTime(C)}).then(function(){return $&&x.pause()}).then(function(){return $&&x.setVolume(B)}).catch(function(){})}});var p=t.config.speed.selected;Object.defineProperty(t.media,"playbackRate",{get:function(){return p},set:function(C){t.embed.setPlaybackRate(C).then(function(){p=C,he.call(t,t.media,"ratechange")}).catch(function(){t.options.speed=[1]})}});var v=t.config.volume;Object.defineProperty(t.media,"volume",{get:function(){return v},set:function(C){t.embed.setVolume(C).then(function(){v=C,he.call(t,t.media,"volumechange")})}});var L=t.config.muted;Object.defineProperty(t.media,"muted",{get:function(){return L},set:function(C){var x=!!g.boolean(C)&&C;t.embed.setVolume(x?0:t.config.volume).then(function(){L=x,he.call(t,t.media,"volumechange")})}});var k,y=t.config.loop;Object.defineProperty(t.media,"loop",{get:function(){return y},set:function(C){var x=g.boolean(C)?C:t.config.loop.active;t.embed.setLoop(x).then(function(){y=x})}}),t.embed.getVideoUrl().then(function(C){k=C,Q.setDownloadUrl.call(t)}).catch(function(C){e.debug.warn(C)}),Object.defineProperty(t.media,"currentSrc",{get:function(){return k}}),Object.defineProperty(t.media,"ended",{get:function(){return t.currentTime===t.duration}}),Promise.all([t.embed.getVideoWidth(),t.embed.getVideoHeight()]).then(function(C){var x=Xe(C,2),E=x[0],S=x[1];t.embed.ratio=[E,S],Q2.call(e)}),t.embed.setAutopause(t.config.autopause).then(function(C){t.config.autopause=C}),t.embed.getVideoTitle().then(function(C){t.config.title=C,Oe.setTitle.call(e)}),t.embed.getCurrentTime().then(function(C){d=C,he.call(t,t.media,"timeupdate")}),t.embed.getDuration().then(function(C){t.media.duration=C,he.call(t,t.media,"durationchange")}),t.embed.getTextTracks().then(function(C){t.media.textTracks=C,Le.setup.call(t)}),t.embed.on("cuechange",function(C){var x=C.cues,E=(x===void 0?[]:x).map(function(S){return lb(S.text)});Le.updateCues.call(t,E)}),t.embed.on("loaded",function(){t.embed.getPaused().then(function(C){t0.call(t,!C),C||he.call(t,t.media,"playing")}),g.element(t.embed.element)&&t.supported.ui&&t.embed.element.setAttribute("tabindex",-1)}),t.embed.on("bufferstart",function(){he.call(t,t.media,"waiting")}),t.embed.on("bufferend",function(){he.call(t,t.media,"playing")}),t.embed.on("play",function(){t0.call(t,!0),he.call(t,t.media,"playing")}),t.embed.on("pause",function(){t0.call(t,!1)}),t.embed.on("timeupdate",function(C){t.media.seeking=!1,d=C.seconds,he.call(t,t.media,"timeupdate")}),t.embed.on("progress",function(C){t.media.buffered=C.percent,he.call(t,t.media,"progress"),parseInt(C.percent,10)===1&&he.call(t,t.media,"canplaythrough"),t.embed.getDuration().then(function(x){x!==t.media.duration&&(t.media.duration=x,he.call(t,t.media,"durationchange"))})}),t.embed.on("seeked",function(){t.media.seeking=!1,he.call(t,t.media,"seeked")}),t.embed.on("ended",function(){t.media.paused=!0,he.call(t,t.media,"ended")}),t.embed.on("error",function(C){t.media.error=C,he.call(t,t.media,"error")}),n.customControls&&setTimeout(function(){return Oe.build.call(t)},0)}};function Cb(e){return g.empty(e)?null:e.match(/^.*(youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=|&v=)([^#&?]*).*/)?RegExp.$2:e}function n0(e){e&&!this.embed.hasPlayed&&(this.embed.hasPlayed=!0),this.media.paused===e&&(this.media.paused=!e,he.call(this,this.media,e?"play":"pause"))}function wb(e){return e.noCookie?"https://www.youtube-nocookie.com":window.location.protocol==="http:"?"http://www.youtube.com":void 0}var sr={setup:function(){var e=this;if(_e(this.elements.wrapper,this.config.classNames.embed,!0),g.object(window.YT)&&g.function(window.YT.Player))sr.ready.call(this);else{var t=window.onYouTubeIframeAPIReady;window.onYouTubeIframeAPIReady=function(){g.function(t)&&t(),sr.ready.call(e)},Ua(this.config.urls.youtube.sdk).catch(function(n){e.debug.warn("YouTube API failed to load",n)})}},getTitle:function(e){var t=this;e0(Ia(this.config.urls.youtube.api,e)).then(function(n){if(g.object(n)){var r=n.title,a=n.height,o=n.width;t.config.title=r,Oe.setTitle.call(t),t.embed.ratio=[o,a]}Q2.call(t)}).catch(function(){Q2.call(t)})},ready:function(){var e=this,t=e.config.youtube,n=e.media&&e.media.getAttribute("id");if(g.empty(n)||!n.startsWith("youtube-")){var r=e.media.getAttribute("src");g.empty(r)&&(r=e.media.getAttribute(this.config.attributes.embed.id));var a=Cb(r),o=pe("div",{id:rb(e.provider),"data-poster":t.customControls?e.poster:void 0});if(e.media=rr(o,e.media),t.customControls){var l=function(s){return"https://i.ytimg.com/vi/".concat(a,"/").concat(s,"default.jpg")};lr(l("maxres"),121).catch(function(){return lr(l("sd"),121)}).catch(function(){return lr(l("hq"))}).then(function(s){return Oe.setPoster.call(e,s.src)}).then(function(s){s.includes("maxres")||(e.elements.poster.style.backgroundSize="cover")}).catch(function(){})}e.embed=new window.YT.Player(e.media,{videoId:a,host:wb(t),playerVars:We({},{autoplay:e.config.autoplay?1:0,hl:e.config.hl,controls:e.supported.ui&&t.customControls?0:1,disablekb:1,playsinline:e.config.fullscreen.iosNative?0:1,cc_load_policy:e.captions.active?1:0,cc_lang_pref:e.config.captions.language,widget_referrer:window?window.location.href:null},t),events:{onError:function(s){if(!e.media.error){var c=s.data,u={2:"The request contains an invalid parameter value. For example, this error occurs if you specify a video ID that does not have 11 characters, or if the video ID contains invalid characters, such as exclamation points or asterisks.",5:"The requested content cannot be played in an HTML5 player or another error related to the HTML5 player has occurred.",100:"The video requested was not found. This error occurs when a video has been removed (for any reason) or has been marked as private.",101:"The owner of the requested video does not allow it to be played in embedded players.",150:"The owner of the requested video does not allow it to be played in embedded players."}[c]||"An unknown error occured";e.media.error={code:c,message:u},he.call(e,e.media,"error")}},onPlaybackRateChange:function(s){var c=s.target;e.media.playbackRate=c.getPlaybackRate(),he.call(e,e.media,"ratechange")},onReady:function(s){if(!g.function(e.media.play)){var c=s.target;sr.getTitle.call(e,a),e.media.play=function(){n0.call(e,!0),c.playVideo()},e.media.pause=function(){n0.call(e,!1),c.pauseVideo()},e.media.stop=function(){c.stopVideo()},e.media.duration=c.getDuration(),e.media.paused=!0,e.media.currentTime=0,Object.defineProperty(e.media,"currentTime",{get:function(){return Number(c.getCurrentTime())},set:function(d){e.paused&&!e.embed.hasPlayed&&e.embed.mute(),e.media.seeking=!0,he.call(e,e.media,"seeking"),c.seekTo(d)}}),Object.defineProperty(e.media,"playbackRate",{get:function(){return c.getPlaybackRate()},set:function(d){c.setPlaybackRate(d)}});var u=e.config.volume;Object.defineProperty(e.media,"volume",{get:function(){return u},set:function(d){u=d,c.setVolume(100*u),he.call(e,e.media,"volumechange")}});var h=e.config.muted;Object.defineProperty(e.media,"muted",{get:function(){return h},set:function(d){var p=g.boolean(d)?d:h;h=p,c[p?"mute":"unMute"](),c.setVolume(100*u),he.call(e,e.media,"volumechange")}}),Object.defineProperty(e.media,"currentSrc",{get:function(){return c.getVideoUrl()}}),Object.defineProperty(e.media,"ended",{get:function(){return e.currentTime===e.duration}});var f=c.getAvailablePlaybackRates();e.options.speed=f.filter(function(d){return e.config.speed.options.includes(d)}),e.supported.ui&&t.customControls&&e.media.setAttribute("tabindex",-1),he.call(e,e.media,"timeupdate"),he.call(e,e.media,"durationchange"),clearInterval(e.timers.buffering),e.timers.buffering=setInterval(function(){e.media.buffered=c.getVideoLoadedFraction(),(e.media.lastBuffered===null||e.media.lastBuffered<e.media.buffered)&&he.call(e,e.media,"progress"),e.media.lastBuffered=e.media.buffered,e.media.buffered===1&&(clearInterval(e.timers.buffering),he.call(e,e.media,"canplaythrough"))},200),t.customControls&&setTimeout(function(){return Oe.build.call(e)},50)}},onStateChange:function(s){var c=s.target;switch(clearInterval(e.timers.playing),e.media.seeking&&[1,2].includes(s.data)&&(e.media.seeking=!1,he.call(e,e.media,"seeked")),s.data){case-1:he.call(e,e.media,"timeupdate"),e.media.buffered=c.getVideoLoadedFraction(),he.call(e,e.media,"progress");break;case 0:n0.call(e,!1),e.media.loop?(c.stopVideo(),c.playVideo()):he.call(e,e.media,"ended");break;case 1:t.customControls&&!e.config.autoplay&&e.media.paused&&!e.embed.hasPlayed?e.media.pause():(n0.call(e,!0),he.call(e,e.media,"playing"),e.timers.playing=setInterval(function(){he.call(e,e.media,"timeupdate")},50),e.media.duration!==c.getDuration()&&(e.media.duration=c.getDuration(),he.call(e,e.media,"durationchange")));break;case 2:e.muted||e.embed.unMute(),n0.call(e,!1);break;case 3:he.call(e,e.media,"waiting")}he.call(e,e.elements.container,"statechange",!1,{code:s.data})}}})}}},ws={setup:function(){this.media?(_e(this.elements.container,this.config.classNames.type.replace("{0}",this.type),!0),_e(this.elements.container,this.config.classNames.provider.replace("{0}",this.provider),!0),this.isEmbed&&_e(this.elements.container,this.config.classNames.type.replace("{0}","video"),!0),this.isVideo&&(this.elements.wrapper=pe("div",{class:this.config.classNames.video}),os(this.media,this.elements.wrapper),this.elements.poster=pe("div",{class:this.config.classNames.poster,hidden:""}),this.elements.wrapper.appendChild(this.elements.poster)),this.isHTML5?J2.setup.call(this):this.isYouTube?sr.setup.call(this):this.isVimeo&&Wa.setup.call(this)):this.debug.warn("No media element found!")}},bb=function(e){e.manager&&e.manager.destroy(),e.elements.displayContainer&&e.elements.displayContainer.destroy(),e.elements.container.remove()},_b=function(){function e(t){var n=this;ct(this,e),this.player=t,this.config=t.config.ads,this.playing=!1,this.initialized=!1,this.elements={container:null,displayContainer:null},this.manager=null,this.loader=null,this.cuePoints=null,this.events={},this.safetyTimer=null,this.countdownTimer=null,this.managerPromise=new Promise(function(r,a){n.on("loaded",r),n.on("error",a)}),this.load()}return ut(e,[{key:"load",value:function(){var t=this;this.enabled&&(g.object(window.google)&&g.object(window.google.ima)?this.ready():Ua(this.player.config.urls.googleIMA.sdk).then(function(){t.ready()}).catch(function(){t.trigger("error",new Error("Google IMA SDK failed to load"))}))}},{key:"ready",value:function(){var t=this;this.enabled||bb(this),this.startSafetyTimer(12e3,"ready()"),this.managerPromise.then(function(){t.clearSafetyTimer("onAdsManagerLoaded()")}),this.listeners(),this.setupIMA()}},{key:"setupIMA",value:function(){var t=this;this.elements.container=pe("div",{class:this.player.config.classNames.ads}),this.player.elements.container.appendChild(this.elements.container),google.ima.settings.setVpaidMode(google.ima.ImaSdkSettings.VpaidMode.ENABLED),google.ima.settings.setLocale(this.player.config.ads.language),google.ima.settings.setDisableCustomPlaybackForIOS10Plus(this.player.config.playsinline),this.elements.displayContainer=new google.ima.AdDisplayContainer(this.elements.container,this.player.media),this.loader=new google.ima.AdsLoader(this.elements.displayContainer),this.loader.addEventListener(google.ima.AdsManagerLoadedEvent.Type.ADS_MANAGER_LOADED,function(n){return t.onAdsManagerLoaded(n)},!1),this.loader.addEventListener(google.ima.AdErrorEvent.Type.AD_ERROR,function(n){return t.onAdError(n)},!1),this.requestAds()}},{key:"requestAds",value:function(){var t=this.player.elements.container;try{var n=new google.ima.AdsRequest;n.adTagUrl=this.tagUrl,n.linearAdSlotWidth=t.offsetWidth,n.linearAdSlotHeight=t.offsetHeight,n.nonLinearAdSlotWidth=t.offsetWidth,n.nonLinearAdSlotHeight=t.offsetHeight,n.forceNonLinearFullSlot=!1,n.setAdWillPlayMuted(!this.player.muted),this.loader.requestAds(n)}catch(r){this.onAdError(r)}}},{key:"pollCountdown",value:function(){var t=this,n=arguments.length>0&&arguments[0]!==void 0&&arguments[0];if(!n)return clearInterval(this.countdownTimer),void this.elements.container.removeAttribute("data-badge-text");var r=function(){var a=or(Math.max(t.manager.getRemainingTime(),0)),o="".concat(Qe.get("advertisement",t.player.config)," - ").concat(a);t.elements.container.setAttribute("data-badge-text",o)};this.countdownTimer=setInterval(r,100)}},{key:"onAdsManagerLoaded",value:function(t){var n=this;if(this.enabled){var r=new google.ima.AdsRenderingSettings;r.restoreCustomPlaybackStateOnAdBreakComplete=!0,r.enablePreloading=!0,this.manager=t.getAdsManager(this.player,r),this.cuePoints=this.manager.getCuePoints(),this.manager.addEventListener(google.ima.AdErrorEvent.Type.AD_ERROR,function(a){return n.onAdError(a)}),Object.keys(google.ima.AdEvent.Type).forEach(function(a){n.manager.addEventListener(google.ima.AdEvent.Type[a],function(o){return n.onAdEvent(o)})}),this.trigger("loaded")}}},{key:"addCuePoints",value:function(){var t=this;g.empty(this.cuePoints)||this.cuePoints.forEach(function(n){if(n!==0&&n!==-1&&n<t.player.duration){var r=t.player.elements.progress;if(g.element(r)){var a=100/t.player.duration*n,o=pe("span",{class:t.player.config.classNames.cues});o.style.left="".concat(a.toString(),"%"),r.appendChild(o)}}})}},{key:"onAdEvent",value:function(t){var n,r=this,a=this.player.elements.container,o=t.getAd(),l=t.getAdData();switch(n=t.type,he.call(r.player,r.player.media,"ads".concat(n.replace(/_/g,"").toLowerCase())),t.type){case google.ima.AdEvent.Type.LOADED:this.trigger("loaded"),this.pollCountdown(!0),o.isLinear()||(o.width=a.offsetWidth,o.height=a.offsetHeight);break;case google.ima.AdEvent.Type.STARTED:this.manager.setVolume(this.player.volume);break;case google.ima.AdEvent.Type.ALL_ADS_COMPLETED:this.player.ended?this.loadAds():this.loader.contentComplete();break;case google.ima.AdEvent.Type.CONTENT_PAUSE_REQUESTED:this.pauseContent();break;case google.ima.AdEvent.Type.CONTENT_RESUME_REQUESTED:this.pollCountdown(),this.resumeContent();break;case google.ima.AdEvent.Type.LOG:l.adError&&this.player.debug.warn("Non-fatal ad error: ".concat(l.adError.getMessage()))}}},{key:"onAdError",value:function(t){this.cancel(),this.player.debug.warn("Ads error",t)}},{key:"listeners",value:function(){var t,n=this,r=this.player.elements.container;this.player.on("canplay",function(){n.addCuePoints()}),this.player.on("ended",function(){n.loader.contentComplete()}),this.player.on("timeupdate",function(){t=n.player.currentTime}),this.player.on("seeked",function(){var a=n.player.currentTime;g.empty(n.cuePoints)||n.cuePoints.forEach(function(o,l){t<o&&o<a&&(n.manager.discardAdBreak(),n.cuePoints.splice(l,1))})}),window.addEventListener("resize",function(){n.manager&&n.manager.resize(r.offsetWidth,r.offsetHeight,google.ima.ViewMode.NORMAL)})}},{key:"play",value:function(){var t=this,n=this.player.elements.container;this.managerPromise||this.resumeContent(),this.managerPromise.then(function(){t.manager.setVolume(t.player.volume),t.elements.displayContainer.initialize();try{t.initialized||(t.manager.init(n.offsetWidth,n.offsetHeight,google.ima.ViewMode.NORMAL),t.manager.start()),t.initialized=!0}catch(r){t.onAdError(r)}}).catch(function(){})}},{key:"resumeContent",value:function(){this.elements.container.style.zIndex="",this.playing=!1,D2(this.player.media.play())}},{key:"pauseContent",value:function(){this.elements.container.style.zIndex=3,this.playing=!0,this.player.media.pause()}},{key:"cancel",value:function(){this.initialized&&this.resumeContent(),this.trigger("error"),this.loadAds()}},{key:"loadAds",value:function(){var t=this;this.managerPromise.then(function(){t.manager&&t.manager.destroy(),t.managerPromise=new Promise(function(n){t.on("loaded",n),t.player.debug.log(t.manager)}),t.initialized=!1,t.requestAds()}).catch(function(){})}},{key:"trigger",value:function(t){for(var n=this,r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];var l=this.events[t];g.array(l)&&l.forEach(function(s){g.function(s)&&s.apply(n,a)})}},{key:"on",value:function(t,n){return g.array(this.events[t])||(this.events[t]=[]),this.events[t].push(n),this}},{key:"startSafetyTimer",value:function(t,n){var r=this;this.player.debug.log("Safety timer invoked from: ".concat(n)),this.safetyTimer=setTimeout(function(){r.cancel(),r.clearSafetyTimer("startSafetyTimer()")},t)}},{key:"clearSafetyTimer",value:function(t){g.nullOrUndefined(this.safetyTimer)||(this.player.debug.log("Safety timer cleared from: ".concat(t)),clearTimeout(this.safetyTimer),this.safetyTimer=null)}},{key:"enabled",get:function(){var t=this.config;return this.player.isHTML5&&this.player.isVideo&&t.enabled&&(!g.empty(t.publisherId)||g.url(t.tagUrl))}},{key:"tagUrl",get:function(){var t=this.config;if(g.url(t.tagUrl))return t.tagUrl;var n={AV_PUBLISHERID:"58c25bb0073ef448b1087ad6",AV_CHANNELID:"5a0458dc28a06145e4519d21",AV_URL:window.location.hostname,cb:Date.now(),AV_WIDTH:640,AV_HEIGHT:480,AV_CDIM2:t.publisherId};return"".concat("https://go.aniview.com/api/adserver6/vast/","?").concat(gs(n))}}]),e}(),vb=function(e){var t=[];return e.split(/\r\n\r\n|\n\n|\r\r/).forEach(function(n){var r={};n.split(/\r\n|\n|\r/).forEach(function(a){if(g.number(r.startTime)){if(!g.empty(a.trim())&&g.empty(r.text)){var o=a.trim().split("#xywh="),l=Xe(o,1);if(r.text=l[0],o[1]){var s=Xe(o[1].split(","),4);r.x=s[0],r.y=s[1],r.w=s[2],r.h=s[3]}}}else{var c=a.match(/([0-9]{2})?:?([0-9]{2}):([0-9]{2}).([0-9]{2,3})( ?--> ?)([0-9]{2})?:?([0-9]{2}):([0-9]{2}).([0-9]{2,3})/);c&&(r.startTime=60*Number(c[1]||0)*60+60*Number(c[2])+Number(c[3])+Number("0.".concat(c[4])),r.endTime=60*Number(c[6]||0)*60+60*Number(c[7])+Number(c[8])+Number("0.".concat(c[9])))}}),r.text&&t.push(r)}),t},bs=function(e,t){var n={};return e>t.width/t.height?(n.width=t.width,n.height=1/e*t.width):(n.height=t.height,n.width=e*t.height),n},_s=function(){function e(t){ct(this,e),this.player=t,this.thumbnails=[],this.loaded=!1,this.lastMouseMoveTime=Date.now(),this.mouseDown=!1,this.loadedImages=[],this.elements={thumb:{},scrubbing:{}},this.load()}return ut(e,[{key:"load",value:function(){var t=this;this.player.elements.display.seekTooltip&&(this.player.elements.display.seekTooltip.hidden=this.enabled),this.enabled&&this.getThumbnails().then(function(){t.enabled&&(t.render(),t.determineContainerAutoSizing(),t.loaded=!0)})}},{key:"getThumbnails",value:function(){var t=this;return new Promise(function(n){var r=t.player.config.previewThumbnails.src;if(g.empty(r))throw new Error("Missing previewThumbnails.src config attribute");var a=function(){t.thumbnails.sort(function(l,s){return l.height-s.height}),t.player.debug.log("Preview thumbnails",t.thumbnails),n()};if(g.function(r))r(function(l){t.thumbnails=l,a()});else{var o=(g.string(r)?[r]:r).map(function(l){return t.getThumbnail(l)});Promise.all(o).then(a)}})}},{key:"getThumbnail",value:function(t){var n=this;return new Promise(function(r){e0(t).then(function(a){var o={frames:vb(a),height:null,urlPrefix:""};o.frames[0].text.startsWith("/")||o.frames[0].text.startsWith("http://")||o.frames[0].text.startsWith("https://")||(o.urlPrefix=t.substring(0,t.lastIndexOf("/")+1));var l=new Image;l.onload=function(){o.height=l.naturalHeight,o.width=l.naturalWidth,n.thumbnails.push(o),r()},l.src=o.urlPrefix+o.frames[0].text})})}},{key:"startMove",value:function(t){if(this.loaded&&g.event(t)&&["touchmove","mousemove"].includes(t.type)&&this.player.media.duration){if(t.type==="touchmove")this.seekTime=this.player.media.duration*(this.player.elements.inputs.seek.value/100);else{var n=this.player.elements.progress.getBoundingClientRect(),r=100/n.width*(t.pageX-n.left);this.seekTime=this.player.media.duration*(r/100),this.seekTime<0&&(this.seekTime=0),this.seekTime>this.player.media.duration-1&&(this.seekTime=this.player.media.duration-1),this.mousePosX=t.pageX,this.elements.thumb.time.innerText=or(this.seekTime)}this.showImageAtCurrentTime()}}},{key:"endMove",value:function(){this.toggleThumbContainer(!1,!0)}},{key:"startScrubbing",value:function(t){(g.nullOrUndefined(t.button)||t.button===!1||t.button===0)&&(this.mouseDown=!0,this.player.media.duration&&(this.toggleScrubbingContainer(!0),this.toggleThumbContainer(!1,!0),this.showImageAtCurrentTime()))}},{key:"endScrubbing",value:function(){var t=this;this.mouseDown=!1,Math.ceil(this.lastTime)===Math.ceil(this.player.media.currentTime)?this.toggleScrubbingContainer(!1):Pa.call(this.player,this.player.media,"timeupdate",function(){t.mouseDown||t.toggleScrubbingContainer(!1)})}},{key:"listeners",value:function(){var t=this;this.player.on("play",function(){t.toggleThumbContainer(!1,!0)}),this.player.on("seeked",function(){t.toggleThumbContainer(!1)}),this.player.on("timeupdate",function(){t.lastTime=t.player.media.currentTime})}},{key:"render",value:function(){this.elements.thumb.container=pe("div",{class:this.player.config.classNames.previewThumbnails.thumbContainer}),this.elements.thumb.imageContainer=pe("div",{class:this.player.config.classNames.previewThumbnails.imageContainer}),this.elements.thumb.container.appendChild(this.elements.thumb.imageContainer);var t=pe("div",{class:this.player.config.classNames.previewThumbnails.timeContainer});this.elements.thumb.time=pe("span",{},"00:00"),t.appendChild(this.elements.thumb.time),this.elements.thumb.container.appendChild(t),g.element(this.player.elements.progress)&&this.player.elements.progress.appendChild(this.elements.thumb.container),this.elements.scrubbing.container=pe("div",{class:this.player.config.classNames.previewThumbnails.scrubbingContainer}),this.player.elements.wrapper.appendChild(this.elements.scrubbing.container)}},{key:"destroy",value:function(){this.elements.thumb.container&&this.elements.thumb.container.remove(),this.elements.scrubbing.container&&this.elements.scrubbing.container.remove()}},{key:"showImageAtCurrentTime",value:function(){var t=this;this.mouseDown?this.setScrubbingContainerSize():this.setThumbContainerSizeAndPos();var n=this.thumbnails[0].frames.findIndex(function(o){return t.seekTime>=o.startTime&&t.seekTime<=o.endTime}),r=n>=0,a=0;this.mouseDown||this.toggleThumbContainer(r),r&&(this.thumbnails.forEach(function(o,l){t.loadedImages.includes(o.frames[n].text)&&(a=l)}),n!==this.showingThumb&&(this.showingThumb=n,this.loadImage(a)))}},{key:"loadImage",value:function(){var t=this,n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,r=this.showingThumb,a=this.thumbnails[n],o=a.urlPrefix,l=a.frames[r],s=a.frames[r].text,c=o+s;if(this.currentImageElement&&this.currentImageElement.dataset.filename===s)this.showImage(this.currentImageElement,l,n,r,s,!1),this.currentImageElement.dataset.index=r,this.removeOldImages(this.currentImageElement);else{this.loadingImage&&this.usingSprites&&(this.loadingImage.onload=null);var u=new Image;u.src=c,u.dataset.index=r,u.dataset.filename=s,this.showingThumbFilename=s,this.player.debug.log("Loading image: ".concat(c)),u.onload=function(){return t.showImage(u,l,n,r,s,!0)},this.loadingImage=u,this.removeOldImages(u)}}},{key:"showImage",value:function(t,n,r,a,o){var l=!(arguments.length>5&&arguments[5]!==void 0)||arguments[5];this.player.debug.log("Showing thumb: ".concat(o,". num: ").concat(a,". qual: ").concat(r,". newimg: ").concat(l)),this.setImageSizeAndOffset(t,n),l&&(this.currentImageContainer.appendChild(t),this.currentImageElement=t,this.loadedImages.includes(o)||this.loadedImages.push(o)),this.preloadNearby(a,!0).then(this.preloadNearby(a,!1)).then(this.getHigherQuality(r,t,n,o))}},{key:"removeOldImages",value:function(t){var n=this;Array.from(this.currentImageContainer.children).forEach(function(r){if(r.tagName.toLowerCase()==="img"){var a=n.usingSprites?500:1e3;if(r.dataset.index!==t.dataset.index&&!r.dataset.deleting){r.dataset.deleting=!0;var o=n.currentImageContainer;setTimeout(function(){o.removeChild(r),n.player.debug.log("Removing thumb: ".concat(r.dataset.filename))},a)}}})}},{key:"preloadNearby",value:function(t){var n=this,r=!(arguments.length>1&&arguments[1]!==void 0)||arguments[1];return new Promise(function(a){setTimeout(function(){var o=n.thumbnails[0].frames[t].text;if(n.showingThumbFilename===o){var l;l=r?n.thumbnails[0].frames.slice(t):n.thumbnails[0].frames.slice(0,t).reverse();var s=!1;l.forEach(function(c){var u=c.text;if(u!==o&&!n.loadedImages.includes(u)){s=!0,n.player.debug.log("Preloading thumb filename: ".concat(u));var h=n.thumbnails[0].urlPrefix+u,f=new Image;f.src=h,f.onload=function(){n.player.debug.log("Preloaded thumb filename: ".concat(u)),n.loadedImages.includes(u)||n.loadedImages.push(u),a()}}}),s||a()}},300)})}},{key:"getHigherQuality",value:function(t,n,r,a){var o=this;if(t<this.thumbnails.length-1){var l=n.naturalHeight;this.usingSprites&&(l=r.h),l<this.thumbContainerHeight&&setTimeout(function(){o.showingThumbFilename===a&&(o.player.debug.log("Showing higher quality thumb for: ".concat(a)),o.loadImage(t+1))},300)}}},{key:"toggleThumbContainer",value:function(){var t=arguments.length>0&&arguments[0]!==void 0&&arguments[0],n=arguments.length>1&&arguments[1]!==void 0&&arguments[1],r=this.player.config.classNames.previewThumbnails.thumbContainerShown;this.elements.thumb.container.classList.toggle(r,t),!t&&n&&(this.showingThumb=null,this.showingThumbFilename=null)}},{key:"toggleScrubbingContainer",value:function(){var t=arguments.length>0&&arguments[0]!==void 0&&arguments[0],n=this.player.config.classNames.previewThumbnails.scrubbingContainerShown;this.elements.scrubbing.container.classList.toggle(n,t),t||(this.showingThumb=null,this.showingThumbFilename=null)}},{key:"determineContainerAutoSizing",value:function(){(this.elements.thumb.imageContainer.clientHeight>20||this.elements.thumb.imageContainer.clientWidth>20)&&(this.sizeSpecifiedInCSS=!0)}},{key:"setThumbContainerSizeAndPos",value:function(){if(this.sizeSpecifiedInCSS){if(this.elements.thumb.imageContainer.clientHeight>20&&this.elements.thumb.imageContainer.clientWidth<20){var t=Math.floor(this.elements.thumb.imageContainer.clientHeight*this.thumbAspectRatio);this.elements.thumb.imageContainer.style.width="".concat(t,"px")}else if(this.elements.thumb.imageContainer.clientHeight<20&&this.elements.thumb.imageContainer.clientWidth>20){var n=Math.floor(this.elements.thumb.imageContainer.clientWidth/this.thumbAspectRatio);this.elements.thumb.imageContainer.style.height="".concat(n,"px")}}else{var r=Math.floor(this.thumbContainerHeight*this.thumbAspectRatio);this.elements.thumb.imageContainer.style.height="".concat(this.thumbContainerHeight,"px"),this.elements.thumb.imageContainer.style.width="".concat(r,"px")}this.setThumbContainerPos()}},{key:"setThumbContainerPos",value:function(){var t=this.player.elements.progress.getBoundingClientRect(),n=this.player.elements.container.getBoundingClientRect(),r=this.elements.thumb.container,a=n.left-t.left+10,o=n.right-t.left-r.clientWidth-10,l=this.mousePosX-t.left-r.clientWidth/2;l<a&&(l=a),l>o&&(l=o),r.style.left="".concat(l,"px")}},{key:"setScrubbingContainerSize",value:function(){var t=bs(this.thumbAspectRatio,{width:this.player.media.clientWidth,height:this.player.media.clientHeight}),n=t.width,r=t.height;this.elements.scrubbing.container.style.width="".concat(n,"px"),this.elements.scrubbing.container.style.height="".concat(r,"px")}},{key:"setImageSizeAndOffset",value:function(t,n){if(this.usingSprites){var r=this.thumbContainerHeight/n.h;t.style.height="".concat(t.naturalHeight*r,"px"),t.style.width="".concat(t.naturalWidth*r,"px"),t.style.left="-".concat(n.x*r,"px"),t.style.top="-".concat(n.y*r,"px")}}},{key:"enabled",get:function(){return this.player.isHTML5&&this.player.isVideo&&this.player.config.previewThumbnails.enabled}},{key:"currentImageContainer",get:function(){return this.mouseDown?this.elements.scrubbing.container:this.elements.thumb.imageContainer}},{key:"usingSprites",get:function(){return Object.keys(this.thumbnails[0].frames[0]).includes("w")}},{key:"thumbAspectRatio",get:function(){return this.usingSprites?this.thumbnails[0].frames[0].w/this.thumbnails[0].frames[0].h:this.thumbnails[0].width/this.thumbnails[0].height}},{key:"thumbContainerHeight",get:function(){return this.mouseDown?bs(this.thumbAspectRatio,{width:this.player.media.clientWidth,height:this.player.media.clientHeight}).height:this.sizeSpecifiedInCSS?this.elements.thumb.imageContainer.clientHeight:Math.floor(this.player.media.clientWidth/this.thumbAspectRatio/4)}},{key:"currentImageElement",get:function(){return this.mouseDown?this.currentScrubbingImageElement:this.currentThumbnailImageElement},set:function(t){this.mouseDown?this.currentScrubbingImageElement=t:this.currentThumbnailImageElement=t}}]),e}(),ja={insertElements:function(e,t){var n=this;g.string(t)?ls(e,this.media,{src:t}):g.array(t)&&t.forEach(function(r){ls(e,n.media,r)})},change:function(e){var t=this;as(e,"sources.length")?(J2.cancelRequests.call(this),this.destroy.call(this,function(){t.options.quality=[],H2(t.media),t.media=null,g.element(t.elements.container)&&t.elements.container.removeAttribute("class");var n=e.sources,r=e.type,a=Xe(n,1)[0],o=a.provider,l=o===void 0?et.html5:o,s=a.src,c=l==="html5"?r:"div",u=l==="html5"?{}:{src:s};Object.assign(t,{provider:l,type:r,supported:Re.check(r,l,t.config.playsinline),media:pe(c,u)}),t.elements.container.appendChild(t.media),g.boolean(e.autoplay)&&(t.config.autoplay=e.autoplay),t.isHTML5&&(t.config.crossorigin&&t.media.setAttribute("crossorigin",""),t.config.autoplay&&t.media.setAttribute("autoplay",""),g.empty(e.poster)||(t.poster=e.poster),t.config.loop.active&&t.media.setAttribute("loop",""),t.config.muted&&t.media.setAttribute("muted",""),t.config.playsinline&&t.media.setAttribute("playsinline","")),Oe.addStyleHook.call(t),t.isHTML5&&ja.insertElements.call(t,"source",n),t.config.title=e.title,ws.setup.call(t),t.isHTML5&&Object.keys(e).includes("tracks")&&ja.insertElements.call(t,"track",e.tracks),(t.isHTML5||t.isEmbed&&!t.supported.ui)&&Oe.build.call(t),t.isHTML5&&t.media.load(),g.empty(e.previewThumbnails)||(Object.assign(t.config.previewThumbnails,e.previewThumbnails),t.previewThumbnails&&t.previewThumbnails.loaded&&(t.previewThumbnails.destroy(),t.previewThumbnails=null),t.config.previewThumbnails.enabled&&(t.previewThumbnails=new _s(t))),t.fullscreen.update()},!0)):this.debug.warn("Invalid source format")}};function xb(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:255;return Math.min(Math.max(e,t),n)}var vs=function(){function e(t,n){var r=this;if(ct(this,e),this.timers={},this.ready=!1,this.loading=!1,this.failed=!1,this.touch=Re.touch,this.media=t,g.string(this.media)&&(this.media=document.querySelectorAll(this.media)),(window.jQuery&&this.media instanceof jQuery||g.nodeList(this.media)||g.array(this.media))&&(this.media=this.media[0]),this.config=We({},Cs,e.defaults,n||{},function(){try{return JSON.parse(r.media.getAttribute("data-plyr-config"))}catch{return{}}}()),this.elements={container:null,fullscreen:null,captions:null,buttons:{},display:{},progress:{},inputs:{},settings:{popup:null,menu:null,panels:{},buttons:{}}},this.captions={active:null,currentTrack:-1,meta:new WeakMap},this.fullscreen={active:!1},this.options={speed:[],quality:[]},this.debug=new fb(this.config.debug),this.debug.log("Config",this.config),this.debug.log("Support",Re),!g.nullOrUndefined(this.media)&&g.element(this.media))if(this.media.plyr)this.debug.warn("Target already setup");else if(this.config.enabled)if(Re.check().api){var a=this.media.cloneNode(!0);a.autoplay=!1,this.elements.original=a;var o=this.media.tagName.toLowerCase(),l=null,s=null;switch(o){case"div":if(l=this.media.querySelector("iframe"),g.element(l)){if(s=ys(l.getAttribute("src")),this.provider=db(s.toString()),this.elements.container=this.media,this.media=l,this.elements.container.className="",s.search.length){var c=["1","true"];c.includes(s.searchParams.get("autoplay"))&&(this.config.autoplay=!0),c.includes(s.searchParams.get("loop"))&&(this.config.loop.active=!0),this.isYouTube?(this.config.playsinline=c.includes(s.searchParams.get("playsinline")),this.config.youtube.hl=s.searchParams.get("hl")):this.config.playsinline=!0}}else this.provider=this.media.getAttribute(this.config.attributes.embed.provider),this.media.removeAttribute(this.config.attributes.embed.provider);if(g.empty(this.provider)||!Object.keys(et).includes(this.provider))return void this.debug.error("Setup failed: Invalid provider");this.type=Ha.video;break;case"video":case"audio":this.type=o,this.provider=et.html5,this.media.hasAttribute("crossorigin")&&(this.config.crossorigin=!0),this.media.hasAttribute("autoplay")&&(this.config.autoplay=!0),(this.media.hasAttribute("playsinline")||this.media.hasAttribute("webkit-playsinline"))&&(this.config.playsinline=!0),this.media.hasAttribute("muted")&&(this.config.muted=!0),this.media.hasAttribute("loop")&&(this.config.loop.active=!0);break;default:return void this.debug.error("Setup failed: unsupported type")}this.supported=Re.check(this.type,this.provider,this.config.playsinline),this.supported.api?(this.eventListeners=[],this.listeners=new pb(this),this.storage=new hs(this),this.media.plyr=this,g.element(this.elements.container)||(this.elements.container=pe("div",{tabindex:0}),os(this.media,this.elements.container)),Oe.migrateStyles.call(this),Oe.addStyleHook.call(this),ws.setup.call(this),this.config.debug&&ve.call(this,this.elements.container,this.config.events.join(" "),function(u){r.debug.log("event: ".concat(u.type))}),this.fullscreen=new hb(this),(this.isHTML5||this.isEmbed&&!this.supported.ui)&&Oe.build.call(this),this.listeners.container(),this.listeners.global(),this.config.ads.enabled&&(this.ads=new _b(this)),this.isHTML5&&this.config.autoplay&&this.once("canplay",function(){return D2(r.play())}),this.lastSeekTime=0,this.config.previewThumbnails.enabled&&(this.previewThumbnails=new _s(this))):this.debug.error("Setup failed: no support")}else this.debug.error("Setup failed: no support");else this.debug.error("Setup failed: disabled by config");else this.debug.error("Setup failed: no suitable element passed")}return ut(e,[{key:"play",value:function(){var t=this;return g.function(this.media.play)?(this.ads&&this.ads.enabled&&this.ads.managerPromise.then(function(){return t.ads.play()}).catch(function(){return D2(t.media.play())}),this.media.play()):null}},{key:"pause",value:function(){return this.playing&&g.function(this.media.pause)?this.media.pause():null}},{key:"togglePlay",value:function(t){return(g.boolean(t)?t:!this.playing)?this.play():this.pause()}},{key:"stop",value:function(){this.isHTML5?(this.pause(),this.restart()):g.function(this.media.stop)&&this.media.stop()}},{key:"restart",value:function(){this.currentTime=0}},{key:"rewind",value:function(t){this.currentTime-=g.number(t)?t:this.config.seekTime}},{key:"forward",value:function(t){this.currentTime+=g.number(t)?t:this.config.seekTime}},{key:"increaseVolume",value:function(t){var n=this.media.muted?0:this.volume;this.volume=n+(g.number(t)?t:0)}},{key:"decreaseVolume",value:function(t){this.increaseVolume(-t)}},{key:"toggleCaptions",value:function(t){Le.toggle.call(this,t,!1)}},{key:"airplay",value:function(){Re.airplay&&this.media.webkitShowPlaybackTargetPicker()}},{key:"toggleControls",value:function(t){if(this.supported.ui&&!this.isAudio){var n=ir(this.elements.container,this.config.classNames.hideControls),r=t===void 0?void 0:!t,a=_e(this.elements.container,this.config.classNames.hideControls,r);if(a&&g.array(this.config.controls)&&this.config.controls.includes("settings")&&!g.empty(this.config.settings)&&Q.toggleMenu.call(this,!1),a!==n){var o=a?"controlshidden":"controlsshown";he.call(this,this.media,o)}return!a}return!1}},{key:"on",value:function(t,n){ve.call(this,this.elements.container,t,n)}},{key:"once",value:function(t,n){Pa.call(this,this.elements.container,t,n)}},{key:"off",value:function(t,n){ar(this.elements.container,t,n)}},{key:"destroy",value:function(t){var n=this,r=arguments.length>1&&arguments[1]!==void 0&&arguments[1];if(this.ready){var a=function(){document.body.style.overflow="",n.embed=null,r?(Object.keys(n.elements).length&&(H2(n.elements.buttons.play),H2(n.elements.captions),H2(n.elements.controls),H2(n.elements.wrapper),n.elements.buttons.play=null,n.elements.captions=null,n.elements.controls=null,n.elements.wrapper=null),g.function(t)&&t()):(eb.call(n),J2.cancelRequests.call(n),rr(n.elements.original,n.elements.container),he.call(n,n.elements.original,"destroyed",!0),g.function(t)&&t.call(n.elements.original),n.ready=!1,setTimeout(function(){n.elements=null,n.media=null},200))};this.stop(),clearTimeout(this.timers.loading),clearTimeout(this.timers.controls),clearTimeout(this.timers.resized),this.isHTML5?(Oe.toggleNativeControls.call(this,!0),a()):this.isYouTube?(clearInterval(this.timers.buffering),clearInterval(this.timers.playing),this.embed!==null&&g.function(this.embed.destroy)&&this.embed.destroy(),a()):this.isVimeo&&(this.embed!==null&&this.embed.unload().then(a),setTimeout(a,200))}}},{key:"supports",value:function(t){return Re.mime.call(this,t)}},{key:"isHTML5",get:function(){return this.provider===et.html5}},{key:"isEmbed",get:function(){return this.isYouTube||this.isVimeo}},{key:"isYouTube",get:function(){return this.provider===et.youtube}},{key:"isVimeo",get:function(){return this.provider===et.vimeo}},{key:"isVideo",get:function(){return this.type===Ha.video}},{key:"isAudio",get:function(){return this.type===Ha.audio}},{key:"playing",get:function(){return!!(this.ready&&!this.paused&&!this.ended)}},{key:"paused",get:function(){return!!this.media.paused}},{key:"stopped",get:function(){return!!(this.paused&&this.currentTime===0)}},{key:"ended",get:function(){return!!this.media.ended}},{key:"currentTime",set:function(t){if(this.duration){var n=g.number(t)&&t>0;this.media.currentTime=n?Math.min(t,this.duration):0,this.debug.log("Seeking to ".concat(this.currentTime," seconds"))}},get:function(){return Number(this.media.currentTime)}},{key:"buffered",get:function(){var t=this.media.buffered;return g.number(t)?t:t&&t.length&&this.duration>0?t.end(0)/this.duration:0}},{key:"seeking",get:function(){return!!this.media.seeking}},{key:"duration",get:function(){var t=parseFloat(this.config.duration),n=(this.media||{}).duration,r=g.number(n)&&n!==1/0?n:0;return t||r}},{key:"volume",set:function(t){var n=t;g.string(n)&&(n=Number(n)),g.number(n)||(n=this.storage.get("volume")),g.number(n)||(n=this.config.volume),n>1&&(n=1),n<0&&(n=0),this.config.volume=n,this.media.volume=n,!g.empty(t)&&this.muted&&n>0&&(this.muted=!1)},get:function(){return Number(this.media.volume)}},{key:"muted",set:function(t){var n=t;g.boolean(n)||(n=this.storage.get("muted")),g.boolean(n)||(n=this.config.muted),this.config.muted=n,this.media.muted=n},get:function(){return!!this.media.muted}},{key:"hasAudio",get:function(){return!this.isHTML5||!!this.isAudio||!!this.media.mozHasAudio||!!this.media.webkitAudioDecodedByteCount||!!(this.media.audioTracks&&this.media.audioTracks.length)}},{key:"speed",set:function(t){var n=this,r=null;g.number(t)&&(r=t),g.number(r)||(r=this.storage.get("speed")),g.number(r)||(r=this.config.speed.selected);var a=this.minimumSpeed,o=this.maximumSpeed;r=xb(r,a,o),this.config.speed.selected=r,setTimeout(function(){n.media.playbackRate=r},0)},get:function(){return Number(this.media.playbackRate)}},{key:"minimumSpeed",get:function(){return this.isYouTube?Math.min.apply(Math,Ta(this.options.speed)):this.isVimeo?.5:.0625}},{key:"maximumSpeed",get:function(){return this.isYouTube?Math.max.apply(Math,Ta(this.options.speed)):this.isVimeo?2:16}},{key:"quality",set:function(t){var n=this.config.quality,r=this.options.quality;if(r.length){var a=[!g.empty(t)&&Number(t),this.storage.get("quality"),n.selected,n.default].find(g.number),o=!0;if(!r.includes(a)){var l=nb(r,a);this.debug.warn("Unsupported quality option: ".concat(a,", using ").concat(l," instead")),a=l,o=!1}n.selected=a,this.media.quality=a,o&&this.storage.set({quality:a})}},get:function(){return this.media.quality}},{key:"loop",set:function(t){var n=g.boolean(t)?t:this.config.loop.active;this.config.loop.active=n,this.media.loop=n},get:function(){return!!this.media.loop}},{key:"source",set:function(t){ja.change.call(this,t)},get:function(){return this.media.currentSrc}},{key:"download",get:function(){var t=this.config.urls.download;return g.url(t)?t:this.source},set:function(t){g.url(t)&&(this.config.urls.download=t,Q.setDownloadUrl.call(this))}},{key:"poster",set:function(t){this.isVideo?Oe.setPoster.call(this,t,!1).catch(function(){}):this.debug.warn("Poster can only be set for video")},get:function(){return this.isVideo?this.media.getAttribute("poster")||this.media.getAttribute("data-poster"):null}},{key:"ratio",get:function(){if(!this.isVideo)return null;var t=us(Va.call(this));return g.array(t)?t.join(":"):t},set:function(t){this.isVideo?g.string(t)&&cs(t)?(this.config.ratio=t,Q2.call(this)):this.debug.error("Invalid aspect ratio specified (".concat(t,")")):this.debug.warn("Aspect ratio can only be set for video")}},{key:"autoplay",set:function(t){var n=g.boolean(t)?t:this.config.autoplay;this.config.autoplay=n},get:function(){return!!this.config.autoplay}},{key:"currentTrack",set:function(t){Le.set.call(this,t,!1)},get:function(){var t=this.captions,n=t.toggled,r=t.currentTrack;return n?r:-1}},{key:"language",set:function(t){Le.setLanguage.call(this,t,!1)},get:function(){return(Le.getCurrentTrack.call(this)||{}).language}},{key:"pip",set:function(t){if(Re.pip){var n=g.boolean(t)?t:!this.pip;g.function(this.media.webkitSetPresentationMode)&&this.media.webkitSetPresentationMode(n?Ra.active:Ra.inactive),g.function(this.media.requestPictureInPicture)&&(!this.pip&&n?this.media.requestPictureInPicture():this.pip&&!n&&document.exitPictureInPicture())}},get:function(){return Re.pip?g.empty(this.media.webkitPresentationMode)?this.media===document.pictureInPictureElement:this.media.webkitPresentationMode===Ra.active:null}}],[{key:"supported",value:function(t,n,r){return Re.check(t,n,r)}},{key:"loadSprite",value:function(t,n){return ps(t,n)}},{key:"setup",value:function(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=null;return g.string(t)?r=Array.from(document.querySelectorAll(t)):g.nodeList(t)?r=Array.from(t):g.array(t)&&(r=t.filter(g.element)),g.empty(r)?null:r.map(function(a){return new e(a,n)})}}]),e}();vs.defaults=Gw(Cs);function kb(e){let t=e==="/"?"":e;return t=t.endsWith("/")?t.slice(0,-1):t,`${t}/img/plyr.svg`}var Lb={NVM_INC:"/Users/admin/.nvm/versions/node/v20.9.0/include/node",MANPATH:"/Users/admin/.nvm/versions/node/v20.9.0/share/man:/opt/homebrew/share/man::",PYCHARM_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/pycharm.vmoptions",WEBIDE_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/webide.vmoptions",NODE:"/Users/admin/.nvm/versions/node/v20.9.0/bin/node",NVM_CD_FLAGS:"-q",INIT_CWD:"/Users/admin/Projects/webitel-ui-sdk",JETBRAINSCLIENT_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/jetbrainsclient.vmoptions",TERM:"xterm-256color",SHELL:"/bin/zsh",HOMEBREW_REPOSITORY:"/opt/homebrew",TMPDIR:"/var/folders/g5/lf24d3m547vg6s2570f54tm40000gn/T/",npm_config_global_prefix:"/Users/admin/.nvm/versions/node/v20.9.0",COLOR:"1",npm_config_noproxy:"",npm_config_local_prefix:"/Users/admin/Projects/webitel-ui-sdk",NVM_DIR:"/Users/admin/.nvm",USER:"admin",COMMAND_MODE:"unix2003",npm_config_globalconfig:"/Users/admin/.nvm/versions/node/v20.9.0/etc/npmrc",SSH_AUTH_SOCK:"/private/tmp/com.apple.launchd.UAsmZw3A0z/Listeners",PHPSTORM_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/phpstorm.vmoptions",__CF_USER_TEXT_ENCODING:"0x1F5:0x0:0x0",GOLAND_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/goland.vmoptions",npm_execpath:"/Users/admin/.nvm/versions/node/v20.9.0/lib/node_modules/npm/bin/npm-cli.js",APPCODE_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/appcode.vmoptions",PATH:"/Users/admin/Projects/webitel-ui-sdk/node_modules/.bin:/Users/admin/Projects/node_modules/.bin:/Users/admin/node_modules/.bin:/Users/node_modules/.bin:/node_modules/.bin:/Users/admin/.nvm/versions/node/v20.9.0/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/Users/admin/Projects/webitel-ui-sdk/node_modules/.bin:/Users/admin/Projects/node_modules/.bin:/Users/admin/node_modules/.bin:/Users/node_modules/.bin:/node_modules/.bin:/Users/admin/.nvm/versions/node/v20.9.0/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/Users/admin/.nvm/versions/node/v20.9.0/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin",DEVECOSTUDIO_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/devecostudio.vmoptions",_:"/Users/admin/Projects/webitel-ui-sdk/node_modules/.bin/vite",npm_package_json:"/Users/admin/Projects/webitel-ui-sdk/package.json",__CFBundleIdentifier:"com.jetbrains.WebStorm",npm_config_init_module:"/Users/admin/.npm-init.js",npm_config_userconfig:"/Users/admin/.npmrc",PWD:"/Users/admin/Projects/webitel-ui-sdk",npm_command:"run-script",EDITOR:"vi",npm_lifecycle_event:"build",CLION_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/clion.vmoptions",IDEA_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/idea.vmoptions",npm_package_name:"@webitel/ui-sdk",XPC_FLAGS:"0x0",npm_config_npm_version:"10.1.0",WEBSTORM_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/webstorm.vmoptions",DATASPELL_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/dataspell.vmoptions",npm_config_node_gyp:"/Users/admin/.nvm/versions/node/v20.9.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",XPC_SERVICE_NAME:"0",npm_package_version:"24.6.5",STUDIO_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/studio.vmoptions",HOME:"/Users/admin",SHLVL:"2",HOMEBREW_PREFIX:"/opt/homebrew",IDEA_INITIAL_DIRECTORY:"/",LOGNAME:"admin",npm_config_cache:"/Users/admin/.npm",npm_lifecycle_script:"vite build",GATEWAY_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/gateway.vmoptions",LC_CTYPE:"en_US.UTF-8",DATAGRIP_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/datagrip.vmoptions",NVM_BIN:"/Users/admin/.nvm/versions/node/v20.9.0/bin",npm_config_user_agent:"npm/10.1.0 node/v20.9.0 darwin arm64 workspaces/false",INFOPATH:"/opt/homebrew/share/info:",HOMEBREW_CELLAR:"/opt/homebrew/Cellar",RIDER_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/rider.vmoptions",JETBRAINS_CLIENT_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/jetbrains_client.vmoptions",RUBYMINE_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/rubymine.vmoptions",npm_config_prefix:"/Users/admin/.nvm/versions/node/v20.9.0",npm_node_execpath:"/Users/admin/.nvm/versions/node/v20.9.0/bin/node",NODE_ENV:"production"};const Eb={name:"WtPlayer",props:{src:{},autoplay:{type:Boolean,default:!0},loop:{type:Boolean,default:!1},download:{type:[String,Function,Boolean],default:()=>e=>e.replace("/stream","/download")},mime:{type:String,default:"audio"},resetOnEnd:{type:Boolean,default:!1},invertTime:{type:Boolean,default:!0},resetVolume:{type:Boolean,default:!1},closable:{type:Boolean,default:!0},position:{type:String,default:"sticky"}},emits:["initialized","close"],data:()=>({player:null}),computed:{listeners(){return{...this.$listeners}},playerType(){return this.mime.includes("video")?"video":"audio"}},watch:{src(){this.setupDownload()},download(){this.setupDownload()}},mounted(){this.setupPlayer()},methods:{async setupPlayer(){await this.$nextTick();const e=this.$baseURL||Lb.BASE_URL||"/",t=kb(e);this.player&&this.player.destroy();const n=["play-large","play","progress","current-time","mute","volume","captions","settings","pip","airplay","fullscreen"];this.download&&n.push("download"),this.player=new vs(this.$refs.player,{autoplay:this.autoplay,loadSprite:!1,resetOnEnd:this.resetOnEnd,invertTime:this.invertTime,iconUrl:t,controls:n,loop:{active:this.loop}}),this.resetVolume&&this.makeVolumeReset(),this.download&&this.setupDownload(),this.closable&&this.appendCloseIcon(),this.$emit("initialized",this.player)},makeVolumeReset(){this.player.volume=1,this.player.muted=!1},setupDownload(){this.download?typeof this.download=="string"?this.player.download=this.download:typeof this.download=="function"&&(this.player.download=this.download(this.src)):this.setupPlayer()},appendCloseIcon(){var n,r;const e=(r=(n=this.$refs.player.plyr)==null?void 0:n.elements)==null?void 0:r.controls,t=this.$refs["close-icon"].$el;e&&e.append(t)}}};function Sb(e,t,n,r,a,o){const l=i.resolveComponent("wt-icon-btn");return i.openBlock(),i.createElementBlock("aside",{class:i.normalizeClass(["wt-player",[`wt-player--position-${n.position}`]])},[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(o.playerType),i.mergeProps({ref:"player",class:"wt-player__player",src:n.src,autoplay:n.autoplay,controls:""},i.toHandlers(o.listeners)),null,16,["src","autoplay"])),n.closable?(i.openBlock(),i.createBlock(l,{key:0,ref:"close-icon",class:"wt-player__close-icon",icon:"close",onClick:t[0]||(t[0]=s=>e.$emit("close"))},null,512)):i.createCommentVNode("",!0)],2)}const Tb=ie(Eb,[["render",Sb],["__scopeId","data-v-79d3b06e"]]),ht=Object.freeze({ONLINE:"online",PAUSE:"pause",OFFLINE:"offline",BREAK_OUT:"break_out"}),Ob=e=>{if(!e)return"00:00:00";let t=`${Math.floor(e/3600)}`,n=`${Math.floor(e%3600/60)}`,r=`${Math.floor(e%3600%60)}`;return t.length===1&&(t=`0${t}`),n.length===1&&(n=`0${n}`),r.length===1&&(r=`0${r}`),`${t}:${n}:${r}`},Bb=[{locale:"webitelUI.statusSelect.online",color:"success",value:ht.ONLINE},{locale:"webitelUI.statusSelect.pause",color:"primary",value:ht.PAUSE},{locale:"webitelUI.statusSelect.offline",color:"disabled",value:ht.OFFLINE},{locale:"webitelUI.statusSelect.breakOut",color:"break-out",value:ht.BREAK_OUT}],Ab={name:"WtStatusSelect",model:{prop:"status",event:"change"},props:{status:{type:String,default:ht.OFFLINE},statusDuration:{type:[String,Number],default:0},options:{type:Array}},emits:["change"],computed:{selectedOption(){return this.statusOptions.find(e=>e.value===this.status)},statusOptions(){return this.options?this.options:Bb.map(e=>({...e,text:this.$t(e.locale)}))},availableOptions(){return this.statusOptions.reduce((e,t)=>this.status===t.value&&t.value!==ht.PAUSE||t.value===ht.BREAK_OUT?e:[...e,t],[])},duration(){return typeof this.statusDuration=="string"?this.statusDuration:this.statusDuration!==void 0?Ob(this.statusDuration):this.selectedOption.text}},methods:{inputHandler(e){this.$emit("change",e.value)}}};function $b(e,t,n,r,a,o){const l=i.resolveComponent("wt-indicator"),s=i.resolveComponent("wt-select");return i.openBlock(),i.createBlock(s,{class:"wt-status-select",value:o.selectedOption,options:o.availableOptions,"track-by":"value",clearable:!1,searchable:!1,onInput:o.inputHandler},{singleLabel:i.withCtx(({option:c})=>[i.createVNode(l,{color:c.color,text:o.duration},null,8,["color","text"])]),option:i.withCtx(({option:c})=>[i.createVNode(l,{color:c.color,text:c.text},null,8,["color","text"])]),_:1},8,["value","options","onInput"])}const Db=ie(Ab,[["render",$b],["__scopeId","data-v-f527b244"]]),Mb=e=>{switch(e){case"asc":return"desc";case"desc":return null;default:return"asc"}},Nb={name:"WtTable",props:{headers:{type:Array,default:()=>[]},data:{type:Array,default:()=>[]},sortable:{type:Boolean,default:!1},selectable:{type:Boolean,default:!0},selected:{type:Array},gridActions:{type:Boolean,default:!0}},emits:["sort","update:selected"],data:()=>({}),computed:{_selected(){return this.selected||this.data.filter(e=>e._isSelected)},isAllSelected(){return this._selected.length===this.data.length&&this.data.length>0},dataHeaders(){return this.headers.filter(e=>e.show===void 0||e.show).map(e=>!e.text&&e.locale?{...e,text:typeof e.locale=="string"?this.$t(e.locale):this.$t(...e.locale)}:e)},columnsStyle(){let e="";this.selectable&&(e+="24px ");const t="minmax(140px, 1fr)";return this.dataHeaders.forEach(n=>{e+=` ${(n.width||t).trim()}`}),this.gridActions&&(e+=" 112px"),`grid-template-columns: ${e}`},isTableFooter(){return Object.keys(this.$slots).some(e=>e.includes("-footer"))}},methods:{sort(e){if(!this.isColSortable(e))return;const t=Mb(e.sort);this.$emit("sort",e,t)},isColSortable({sort:e}){return this.sortable&&e!==void 0},selectAll(){this.selected?this.isAllSelected?this.$emit("update:selected",[]):this.$emit("update:selected",[...this.data]):this.data.forEach(e=>{e._isSelected=!this.isAllSelected})},handleSelection(e,t){this.selected?t?this.$emit("update:selected",this._selected.filter(n=>n!==e)):this.$emit("update:selected",[...this._selected,e]):e._isSelected=!e._isSelected}}},Pb={class:"wt-table"},Vb={class:"wt-table__table"},Fb={class:"wt-table__head"},Ib={key:0,class:"wt-table__th wt-table__th--checkbox"},Rb=["onClick"],Hb={class:"wt-table__th__text"},Zb={key:1,class:"wt-table__th__actions"},Ub={class:"wt-table__body"},Wb={key:0,class:"wt-table__td wt-table__td--checkbox"},jb={key:1,class:"wt-table__td__actions"},Yb={key:0,class:"wt-table__foot"},zb={key:0,class:"wt-table__th__checkbox"};function qb(e,t,n,r,a,o){const l=i.resolveComponent("wt-checkbox"),s=i.resolveComponent("wt-icon");return i.openBlock(),i.createElementBlock("div",Pb,[i.createElementVNode("table",Vb,[i.createElementVNode("thead",Fb,[i.createElementVNode("tr",{style:i.normalizeStyle(o.columnsStyle),class:"wt-table__tr wt-table__tr__head"},[n.selectable?(i.openBlock(),i.createElementBlock("th",Ib,[i.createVNode(l,{selected:o.isAllSelected,onChange:o.selectAll},null,8,["selected","onChange"])])):i.createCommentVNode("",!0),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.dataHeaders,(c,u)=>(i.openBlock(),i.createElementBlock("th",{key:u,class:i.normalizeClass([[{"wt-table__th--sortable":o.isColSortable(c)},`wt-table__th--sort-${c.sort}`],"wt-table__th"]),onClick:h=>o.sort(c)},[i.createElementVNode("div",Hb,i.toDisplayString(c.text),1),n.sortable?(i.openBlock(),i.createBlock(s,{key:0,class:"wt-table__th__sort-arrow wt-table__th__sort-arrow--asc",icon:"sort-arrow-up",size:"sm"})):i.createCommentVNode("",!0),n.sortable?(i.openBlock(),i.createBlock(s,{key:1,class:"wt-table__th__sort-arrow wt-table__th__sort-arrow--desc",icon:"sort-arrow-down",size:"sm"})):i.createCommentVNode("",!0)],10,Rb))),128)),n.gridActions?(i.openBlock(),i.createElementBlock("th",Zb,[i.renderSlot(e.$slots,"actions-header",{},void 0,!0)])):i.createCommentVNode("",!0)],4)]),i.createElementVNode("tbody",Ub,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(n.data,(c,u)=>(i.openBlock(),i.createElementBlock("tr",{key:u,class:i.normalizeClass([`wt-table__tr__${c.id||u}`,"wt-table__tr wt-table__tr__body"]),style:i.normalizeStyle(o.columnsStyle)},[n.selectable?(i.openBlock(),i.createElementBlock("td",Wb,[i.createVNode(l,{selected:o._selected.includes(c),onChange:h=>o.handleSelection(c,h)},null,8,["selected","onChange"])])):i.createCommentVNode("",!0),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.dataHeaders,(h,f)=>(i.openBlock(),i.createElementBlock("td",{key:f,class:"wt-table__td"},[i.renderSlot(e.$slots,h.value,{index:u,item:c},()=>[i.createElementVNode("div",null,i.toDisplayString(c[h.value]),1)],!0)]))),128)),n.gridActions?(i.openBlock(),i.createElementBlock("td",jb,[i.renderSlot(e.$slots,"actions",{index:u,item:c},void 0,!0)])):i.createCommentVNode("",!0)],6))),128))]),o.isTableFooter?(i.openBlock(),i.createElementBlock("tfoot",Yb,[i.createElementVNode("tr",{style:i.normalizeStyle(o.columnsStyle),class:"wt-table__tr wt-table__tr__foot"},[n.selectable?(i.openBlock(),i.createElementBlock("th",zb)):i.createCommentVNode("",!0),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.dataHeaders,(c,u)=>(i.openBlock(),i.createElementBlock("td",{key:u,class:"wt-table__td"},[i.renderSlot(e.$slots,`${c.value}-footer`,{header:c,index:u},void 0,!0)]))),128))],4)])):i.createCommentVNode("",!0)])])}const Kb=ie(Nb,[["render",qb],["__scopeId","data-v-a677795b"]]),Gb={name:"WtTableActions",props:{icons:{type:Array,default:()=>["refresh"]},isSettingsActive:{type:Boolean,default:!1}},computed:{isImport(){return this.icons.indexOf("import")!==-1},isExport(){return this.icons.indexOf("export")!==-1},isFilterReset(){return this.icons.indexOf("filter-reset")!==-1},isColumnSelect(){return this.icons.indexOf("column-select")!==-1},isRefresh(){return this.icons.indexOf("refresh")!==-1},isSettings(){return this.icons.indexOf("settings")!==-1}}},Xb={class:"wt-table-actions"};function Qb(e,t,n,r,a,o){const l=i.resolveComponent("wt-icon-btn"),s=i.resolveComponent("wt-tooltip");return i.openBlock(),i.createElementBlock("aside",Xb,[i.renderSlot(e.$slots,"default",{},void 0,!0),o.isImport?(i.openBlock(),i.createBlock(s,{key:0},{activator:i.withCtx(()=>[i.createVNode(l,{icon:"download",onClick:t[0]||(t[0]=c=>e.$emit("input","import"))})]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(e.$t("reusable.import")),1)],void 0,!0),_:1})):i.createCommentVNode("",!0),o.isExport?(i.openBlock(),i.createBlock(s,{key:1},{activator:i.withCtx(()=>[i.createVNode(l,{icon:"upload",onClick:t[1]||(t[1]=c=>e.$emit("input","export"))})]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(e.$t("reusable.export")),1)],void 0,!0),_:1})):i.createCommentVNode("",!0),o.isFilterReset?(i.openBlock(),i.createBlock(s,{key:2},{activator:i.withCtx(()=>[i.createVNode(l,{icon:"clear",onClick:t[2]||(t[2]=c=>e.$emit("input","filterReset"))})]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(e.$t("webitelUI.tableActions.filterReset")),1)],void 0,!0),_:1})):i.createCommentVNode("",!0),o.isColumnSelect?(i.openBlock(),i.createBlock(s,{key:3},{activator:i.withCtx(()=>[i.createVNode(l,{icon:"column-select",onClick:t[3]||(t[3]=c=>e.$emit("input","columnSelect"))})]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(e.$t("webitelUI.tableActions.columnSelect")),1)],void 0,!0),_:1})):i.createCommentVNode("",!0),o.isRefresh?(i.openBlock(),i.createBlock(s,{key:4},{activator:i.withCtx(()=>[i.createVNode(l,{icon:"refresh",onClick:t[4]||(t[4]=c=>e.$emit("input","refresh"))})]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(e.$t("webitelUI.tableActions.refreshTable")),1)],void 0,!0),_:1})):i.createCommentVNode("",!0),o.isSettings?(i.openBlock(),i.createBlock(s,{key:5},{activator:i.withCtx(()=>[i.createVNode(l,{class:i.normalizeClass({active:n.isSettingsActive}),icon:"filter",onClick:t[5]||(t[5]=c=>e.$emit("input","settings"))},null,8,["class"])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(e.$t("webitelUI.tableActions.expandFilters")),1)],void 0,!0),_:1})):i.createCommentVNode("",!0)])}const Jb=ie(Gb,[["render",Qb],["__scopeId","data-v-69a982a8"]]);var xs={exports:{}};(function(e,t){(function(n,r,a){e.exports=a()})("dcopy",Gt,function(){return function(r){if(/number|string|boolean/.test(typeof r))return r;if(r instanceof Date)return new Date(r.getTime());var a=r instanceof Array?[]:{};return o(r,a),a;function o(l,s){for(var c in l){var u=l[c];if(u instanceof Date){var h=new Date(u.getTime());n(s,c,h)}else if(u instanceof Function){var h=u;n(s,c,h)}else if(u instanceof Array){var h=[],f=n(s,c,h);o(u,f)}else if(u instanceof Object){var h={},f=n(s,c,h);o(u,f)}else{var h=u;n(s,c,h)}}}};function n(r,a,o){if(r instanceof Array)return r.push(o),r[r.length-1];if(r instanceof Object)return r[a]=o,r[a]}})})(xs);var e_=xs.exports;const t_=ga(e_),n_={name:"WtTableColumnSelect",model:{prop:"headers",event:"change"},props:{headers:{type:Array,required:!0,description:"Each header should have following schema: { value: String, show: Boolean, text: String }"},staticHeaders:{type:Array,default:()=>[],description:"Header values to exclude from selection"}},emits:["change"],data:()=>({draft:[],isColumnSelectPopup:!1}),computed:{changeableDraft(){return this.draft.filter(e=>!this.staticHeaders.includes(e.value)).sort((e,t)=>this.shownColLabel(e).localeCompare(this.shownColLabel(t)))}},watch:{isColumnSelectPopup:{handler(){this.fillHeadersDraft()}}},methods:{shownColLabel({text:e,locale:t}){return!e&&t?typeof t=="string"?this.$t(t):this.$t(...t):e},openPopup(){this.isColumnSelectPopup=!0},close(){this.isColumnSelectPopup=!1},fillHeadersDraft(){this.draft=t_(this.headers)},setShownColumns(){this.$emit("change",this.draft),this.close()}}},r_={class:"wt-table-column-select"},i_={class:"wt-table-column-select__popup-list-wrap"},a_=["onClickCapture"];function o_(e,t,n,r,a,o){const l=i.resolveComponent("wt-icon-btn"),s=i.resolveComponent("wt-tooltip"),c=i.resolveComponent("wt-checkbox"),u=i.resolveComponent("wt-button"),h=i.resolveComponent("wt-popup");return i.openBlock(),i.createElementBlock("div",r_,[i.createVNode(s,null,{activator:i.withCtx(()=>[i.createVNode(l,{icon:"column-select",onClick:o.openPopup},null,8,["onClick"])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(e.$t("webitelUI.tableColumnSelect.title")),1)],void 0,!0),_:1}),i.createVNode(h,{shown:e.isColumnSelectPopup,class:"wt-table-column-select__popup",onClose:o.close},{title:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.$t("webitelUI.tableColumnSelect.title")),1)]),main:i.withCtx(()=>[i.createElementVNode("div",i_,[i.createElementVNode("ul",{class:i.normalizeClass(["wt-table-column-select__popup-list",{"wt-table-column-select__popup-list--md":o.changeableDraft.length>10&&o.changeableDraft.length<=20,"wt-table-column-select__popup-list--lg":o.changeableDraft.length>20}])},[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.changeableDraft,(f,d)=>(i.openBlock(),i.createElementBlock("li",{key:d,class:"wt-table-column-select__popup-item",onClickCapture:i.withModifiers(p=>f.show=!f.show,["prevent"])},[i.createVNode(c,{selected:f.show,label:o.shownColLabel(f),onChange:p=>f.show=p},null,8,["selected","label","onChange"])],40,a_))),128))],2)])]),actions:i.withCtx(()=>[i.createVNode(u,{onClick:o.setShownColumns},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.$t("reusable.add")),1)],void 0,!0),_:1},8,["onClick"]),i.createVNode(u,{color:"secondary",onClick:o.close},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.$t("reusable.cancel")),1)],void 0,!0),_:1},8,["onClick"])]),_:1},8,["shown","onClose"])])}const l_=ie(n_,[["render",o_],["__scopeId","data-v-cef1733d"]]),s_={__name:"wt-delete-icon-action",props:{disabled:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:t}){const n=t;return(r,a)=>{const o=i.resolveComponent("wt-icon-btn"),l=i.resolveComponent("wt-tooltip");return i.openBlock(),i.createBlock(l,null,{activator:i.withCtx(()=>[i.createVNode(o,{icon:"bucket",disabled:e.disabled,onClick:a[0]||(a[0]=s=>n("click"))},null,8,["disabled"])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(r.$t("webitelUI.iconAction.deleteActionHint")),1)],void 0,!0),_:1})}}},ks={__name:"wt-edit-icon-action",props:{disabled:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:t}){const n=t;return(r,a)=>{const o=i.resolveComponent("wt-icon-btn"),l=i.resolveComponent("wt-tooltip");return i.openBlock(),i.createBlock(l,null,{activator:i.withCtx(()=>[i.createVNode(o,{icon:"edit",disabled:e.disabled,onClick:a[0]||(a[0]=s=>n("click"))},null,8,["disabled"])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(r.$t("webitelUI.iconAction.editActionHint")),1)],void 0,!0),_:1})}}},c_={__name:"wt-add-icon-action",props:{disabled:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:t}){const n=t;return(r,a)=>{const o=i.resolveComponent("wt-icon-btn"),l=i.resolveComponent("wt-tooltip");return i.openBlock(),i.createBlock(l,null,{activator:i.withCtx(()=>[i.createVNode(o,{icon:"plus",disabled:e.disabled,onClick:a[0]||(a[0]=s=>n("click"))},null,8,["disabled"])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(r.$t("webitelUI.iconAction.addActionHint")),1)],void 0,!0),_:1})}}},u_={__name:"wt-history-icon-action",props:{disabled:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:t}){const n=t;return(r,a)=>{const o=i.resolveComponent("wt-icon-btn"),l=i.resolveComponent("wt-tooltip");return i.openBlock(),i.createBlock(l,null,{activator:i.withCtx(()=>[i.createVNode(o,{icon:"history",disabled:e.disabled,onClick:a[0]||(a[0]=s=>n("click"))},null,8,["disabled"])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(r.$t("webitelUI.iconAction.historyActionHint")),1)],void 0,!0),_:1})}}},d_={__name:"wt-download-icon-action",props:{disabled:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:t}){const n=t;return(r,a)=>{const o=i.resolveComponent("wt-icon-btn"),l=i.resolveComponent("wt-tooltip");return i.openBlock(),i.createBlock(l,null,{activator:i.withCtx(()=>[i.createVNode(o,{icon:"download",disabled:e.disabled,onClick:a[0]||(a[0]=s=>n("click"))},null,8,["disabled"])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(r.$t("webitelUI.iconAction.downloadActionHint")),1)],void 0,!0),_:1})}}},f_={__name:"wt-refresh-icon-action",props:{disabled:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:t}){const n=t;return(r,a)=>{const o=i.resolveComponent("wt-icon-btn"),l=i.resolveComponent("wt-tooltip");return i.openBlock(),i.createBlock(l,null,{activator:i.withCtx(()=>[i.createVNode(o,{icon:"refresh",disabled:e.disabled,onClick:a[0]||(a[0]=s=>n("click"))},null,8,["disabled"])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(r.$t("reusable.refresh")),1)],void 0,!0),_:1})}}},h_={__name:"wt-icon-action",props:{action:{type:String,required:!0,options:["delete","edit","add","history","download","refresh"]},disabled:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:t}){const n=e,r=t,a=i.computed(()=>{switch(n.action){case"edit":return ks;case"delete":return s_;case"add":return c_;case"history":return u_;case"download":return d_;case"refresh":return f_;default:return ks}});return(o,l)=>(i.openBlock(),i.createBlock(i.resolveDynamicComponent(a.value),{disabled:e.disabled,onClick:l[0]||(l[0]=s=>r("click"))},null,8,["disabled"]))}},p_=ie({__name:"wt-page-header",props:{hidePrimary:{type:Boolean,default:!1},hideSecondary:{type:Boolean,default:!1},primaryText:{type:String},primaryAction:{type:Function},primaryDisabled:{type:Boolean,default:!1},secondaryDisabled:{type:Boolean,default:!1},secondaryText:{type:String},secondaryAction:{type:Function}},setup(e){const t=e,n=i.computed(()=>!(t.secondaryAction||t.secondaryText));return(r,a)=>{const o=i.resolveComponent("wt-button"),l=i.resolveComponent("wt-headline");return i.openBlock(),i.createBlock(l,null,{"title-wrapper":i.withCtx(()=>[i.renderSlot(r.$slots,"default",{},void 0,!0)]),title:i.withCtx(()=>[i.renderSlot(r.$slots,"title",{},void 0,!0)]),actions:i.withCtx(()=>[i.renderSlot(r.$slots,"actions",{},void 0,!0),e.hidePrimary?i.createCommentVNode("",!0):i.renderSlot(r.$slots,"primary-action",{key:0},()=>[i.createVNode(o,{disabled:e.primaryDisabled,onClick:e.primaryAction},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.primaryText||r.$t("reusable.add")),1)],void 0,!0),_:1},8,["disabled","onClick"])],!0),!e.hideSecondary&&!n.value?(i.openBlock(),i.createBlock(o,{key:1,color:"secondary",disabled:e.secondaryDisabled,onClick:e.secondaryAction},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.secondaryText||r.$t("reusable.close")),1)],void 0,!0),_:1},8,["disabled","onClick"])):i.createCommentVNode("",!0)]),_:3})}}},[["__scopeId","data-v-2fa07965"]]),m_={class:"wt-stepper"},y_={class:"wt-stepper-header"},g_={class:"wt-stepper-steps"},C_={class:"wt-stepper-steps__wrapper"},w_={class:"wt-stepper-description"},b_=ie({__name:"wt-stepper",props:{steps:{type:Object},activeStep:{type:Number,default:1}},setup(e){const t=e,n=i.computed(()=>t.steps[t.activeStep-1].description),r=i.computed(()=>t.steps.map((a,o)=>({...a,completed:t.activeStep>o})));return(a,o)=>{const l=i.resolveComponent("wt-chip");return i.openBlock(),i.createElementBlock("div",m_,[i.createElementVNode("div",y_,[i.createElementVNode("div",g_,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(r.value,({name:s,completed:c},u)=>(i.openBlock(),i.createElementBlock("div",C_,[u!==0?(i.openBlock(),i.createElementBlock("div",{key:0,class:i.normalizeClass(["wt-stepper-steps__divider",{"wt-stepper-steps__divider--completed":c}])},null,2)):i.createCommentVNode("",!0),i.createVNode(l,{class:"wt-stepper-steps__item",color:c?"primary":"secondary"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(s),1)],void 0,!0),_:2},1032,["color"])]))),256))])]),i.renderSlot(a.$slots,"description",{},()=>[i.createElementVNode("p",w_,i.toDisplayString(n.value),1)],!0),i.renderSlot(a.$slots,"main",{},void 0,!0)])}}},[["__scopeId","data-v-1bb094f6"]]),__={class:"wt-expansion-panel-actions"},v_={class:"wt-expansion-panel-body"},Ls={WtLogo:Ps,WtAvatar:Rs,WtBadge:zs,WtIcon:Ka,WtIndicator:Js,WtInputInfo:nc,WtButton:lc,WtChip:uc,WtDivider:pc,WtTooltip:Mc,WtLabel:Fy,WtLoader:zc,WtRoundedAction:Nc,WtCheckbox:t4,WtDatepicker:af,WtIconBtn:of,WtInput:Ph,WtHint:Uy,WtNotification:Rh,WtPopup:lp,WtProgressBar:up,WtRadio:mp,WtSearchBar:bm,WtSelect:Jm,WtSlider:ry,WtSwitcher:uy,WtTabs:yy,WtTagsInput:by,WtTimeInput:Ly,WtTimepicker:Ny,WtTextarea:Ay,WtAppHeader:hg,WtHeadline:yC,WtHeadlineNav:_C,WtNavigationBar:QC,WtAppNavigator:Ng,WtFiltersPanelWrapper:Rg,WtHeaderActions:eC,WtErrorPage:uC,WtNotificationsBar:nw,WtPageWrapper:cw,WtPagination:yw,WtPlayer:Tb,WtStatusSelect:Db,WtTable:Kb,WtTableActions:Jb,WtTableColumnSelect:l_,WtButtonSelect:Ry,WtContextMenu:Kc,WtCopyAction:Xy,WtLoadBar:tg,WtIconAction:h_,WtPageHeader:p_,WtItemLink:ng,WtDummy:cg,WtStepper:b_,WtExpansionPanel:ie({__name:"wt-expansion-panel",props:{size:{type:String,default:"md"},collapsed:{type:Boolean,default:!1}},emits:["opened","closed"],setup(e,{emit:t}){const n=e,r=t,a=i.ref(!n.collapsed);function o(){a.value||(a.value=!0,r("opened"))}function l(){a.value&&(a.value=!1,r("closed"))}function s(){return a.value?l():o()}return i.watch(()=>n.collapsed,c=>{c?l():o()}),(c,u)=>{const h=i.resolveComponent("wt-icon"),f=i.resolveComponent("wt-expand-transition");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass([[`wt-expansion-panel--${n.size}`],"wt-expansion-panel"])},[i.createElementVNode("div",{class:"wt-expansion-panel-header",tabindex:"0",onClick:s,onKeypress:i.withKeys(s,["enter"])},[i.renderSlot(c.$slots,"title",{},void 0,!0),i.createElementVNode("div",__,[i.renderSlot(c.$slots,"actions",i.normalizeProps(i.guardReactiveProps({open:o,opened:a.value})),void 0,!0),i.createVNode(h,{class:i.normalizeClass(["wt-expansion-panel-arrow",{"wt-expansion-panel-arrow--opened":a.value}]),icon:"arrow-right"},null,8,["class"])])],32),i.withDirectives(i.createVNode(f,null,{default:i.withCtx(()=>[i.createElementVNode("div",v_,[i.renderSlot(c.$slots,"default",{},void 0,!0)])],void 0,!0),_:3},512),[[i.vShow,a.value]])],2)}}},[["__scopeId","data-v-9ac67319"]])};function Es(e){return i.getCurrentScope()?(i.onScopeDispose(e),!0):!1}function r0(e){return typeof e=="function"?e():i.unref(e)}const Ss=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const x_=Object.prototype.toString,k_=e=>x_.call(e)==="[object Object]",i0=()=>{},Ya=L_();function L_(){var e,t;return Ss&&((e=window==null?void 0:window.navigator)==null?void 0:e.userAgent)&&(/iP(ad|hone|od)/.test(window.navigator.userAgent)||((t=window==null?void 0:window.navigator)==null?void 0:t.maxTouchPoints)>2&&/iPad|Macintosh/.test(window==null?void 0:window.navigator.userAgent))}const Ts={mounted:"mounted",updated:"updated",unmounted:"unmounted"};function E_(...e){if(e.length!==1)return i.toRef(...e);const t=e[0];return typeof t=="function"?i.readonly(i.customRef(()=>({get:t,set:i0}))):i.ref(t)}function a0(e){var t;const n=r0(e);return(t=n==null?void 0:n.$el)!=null?t:n}const Os=Ss?window:void 0;function cr(...e){let t,n,r,a;if(typeof e[0]=="string"||Array.isArray(e[0])?([n,r,a]=e,t=Os):[t,n,r,a]=e,!t)return i0;Array.isArray(n)||(n=[n]),Array.isArray(r)||(r=[r]);const o=[],l=()=>{o.forEach(h=>h()),o.length=0},s=(h,f,d,p)=>(h.addEventListener(f,d,p),()=>h.removeEventListener(f,d,p)),c=i.watch(()=>[a0(t),r0(a)],([h,f])=>{if(l(),!h)return;const d=k_(f)?{...f}:f;o.push(...n.flatMap(p=>r.map(v=>s(h,p,v,d))))},{immediate:!0,flush:"post"}),u=()=>{c(),l()};return Es(u),u}let Bs=!1;function As(e,t,n={}){const{window:r=Os,ignore:a=[],capture:o=!0,detectIframe:l=!1}=n;if(!r)return i0;Ya&&!Bs&&(Bs=!0,Array.from(r.document.body.children).forEach(d=>d.addEventListener("click",i0)),r.document.documentElement.addEventListener("click",i0));let s=!0;const c=d=>a.some(p=>{if(typeof p=="string")return Array.from(r.document.querySelectorAll(p)).some(v=>v===d.target||d.composedPath().includes(v));{const v=a0(p);return v&&(d.target===v||d.composedPath().includes(v))}}),h=[cr(r,"click",d=>{const p=a0(e);if(!(!p||p===d.target||d.composedPath().includes(p))){if(d.detail===0&&(s=!c(d)),!s){s=!0;return}t(d)}},{passive:!0,capture:o}),cr(r,"pointerdown",d=>{const p=a0(e);s=!c(d)&&!!(p&&!d.composedPath().includes(p))},{passive:!0}),l&&cr(r,"blur",d=>{setTimeout(()=>{var p;const v=a0(e);((p=r.document.activeElement)==null?void 0:p.tagName)==="IFRAME"&&!(v!=null&&v.contains(r.document.activeElement))&&t(d)},0)})].filter(Boolean);return()=>h.forEach(d=>d())}const S_={[Ts.mounted](e,t){const n=!t.modifiers.bubble;if(typeof t.value=="function")e.__onClickOutside_stop=As(e,t.value,{capture:n});else{const[r,a]=t.value;e.__onClickOutside_stop=As(e,r,Object.assign({capture:n},a))}},[Ts.unmounted](e){e.__onClickOutside_stop()}};function za(e){return typeof Window<"u"&&e instanceof Window?e.document.documentElement:typeof Document<"u"&&e instanceof Document?e.documentElement:e}function $s(e){const t=window.getComputedStyle(e);if(t.overflowX==="scroll"||t.overflowY==="scroll"||t.overflowX==="auto"&&e.clientWidth<e.scrollWidth||t.overflowY==="auto"&&e.clientHeight<e.scrollHeight)return!0;{const n=e.parentNode;return!n||n.tagName==="BODY"?!1:$s(n)}}function T_(e){const t=e||window.event,n=t.target;return $s(n)?!1:t.touches.length>1?!0:(t.preventDefault&&t.preventDefault(),!1)}const ur=new WeakMap;function O_(e,t=!1){const n=i.ref(t);let r=null,a;i.watch(E_(e),s=>{const c=za(r0(s));if(c){const u=c;ur.get(u)||ur.set(u,a),n.value&&(u.style.overflow="hidden")}},{immediate:!0});const o=()=>{const s=za(r0(e));!s||n.value||(Ya&&(r=cr(s,"touchmove",c=>{T_(c)},{passive:!1})),s.style.overflow="hidden",n.value=!0)},l=()=>{var s;const c=za(r0(e));!c||!n.value||(Ya&&(r==null||r()),c.style.overflow=(s=ur.get(c))!=null?s:"",ur.delete(c),n.value=!1)};return Es(l),i.computed({get(){return n.value},set(s){s?o():l()}})}function B_(){let e=!1;const t=i.ref(!1);return(n,r)=>{if(t.value=r.value,e)return;e=!0;const a=O_(n,r.value);i.watch(t,o=>a.value=o)}}B_();const Ds={clickaway:S_};return{install(e,{eventBus:t,router:n,globals:r={}}){Object.keys(Ds).forEach(a=>{e.directive(a,Ds[a])}),Object.keys(Ls).forEach(a=>{e.component(a,Ls[a])}),Object.keys(r).forEach(a=>{e.provide(a,r[a])}),e.provide("$eventBus",t),n&&e.use(n)}}});
21
+ `);if(r!==this.elements.captions.innerHTML){nr(this.elements.captions);var a=pe("span",$2(this.config.selectors.caption));a.innerHTML=r,this.elements.captions.appendChild(a),he.call(this,this.media,"cuechange")}}else this.debug.warn("updateCues: Invalid input",e);else this.debug.warn("No captions element to render to")}},Cs={enabled:!0,title:"",debug:!1,autoplay:!1,autopause:!0,playsinline:!0,seekTime:10,volume:1,muted:!1,duration:null,displayDuration:!0,invertTime:!0,toggleInvert:!0,ratio:null,clickToPlay:!0,hideControls:!0,resetOnEnd:!1,disableContextMenu:!0,loadSprite:!0,iconPrefix:"plyr",iconUrl:"https://cdn.plyr.io/3.6.3/plyr.svg",blankVideo:"https://cdn.plyr.io/static/blank.mp4",quality:{default:576,options:[4320,2880,2160,1440,1080,720,576,480,360,240],forced:!1,onChange:null},loop:{active:!1},speed:{selected:1,options:[.5,.75,1,1.25,1.5,1.75,2,4]},keyboard:{focused:!0,global:!1},tooltips:{controls:!1,seek:!0},captions:{active:!1,language:"auto",update:!1},fullscreen:{enabled:!0,fallback:!0,iosNative:!1},storage:{enabled:!0,key:"plyr"},controls:["play-large","play","progress","current-time","mute","volume","captions","settings","pip","airplay","fullscreen"],settings:["captions","quality","speed"],i18n:{restart:"Restart",rewind:"Rewind {seektime}s",play:"Play",pause:"Pause",fastForward:"Forward {seektime}s",seek:"Seek",seekLabel:"{currentTime} of {duration}",played:"Played",buffered:"Buffered",currentTime:"Current time",duration:"Duration",volume:"Volume",mute:"Mute",unmute:"Unmute",enableCaptions:"Enable captions",disableCaptions:"Disable captions",download:"Download",enterFullscreen:"Enter fullscreen",exitFullscreen:"Exit fullscreen",frameTitle:"Player for {title}",captions:"Captions",settings:"Settings",pip:"PIP",menuBack:"Go back to previous menu",speed:"Speed",normal:"Normal",quality:"Quality",loop:"Loop",start:"Start",end:"End",all:"All",reset:"Reset",disabled:"Disabled",enabled:"Enabled",advertisement:"Ad",qualityBadge:{2160:"4K",1440:"HD",1080:"HD",720:"HD",576:"SD",480:"SD"}},urls:{download:null,vimeo:{sdk:"https://player.vimeo.com/api/player.js",iframe:"https://player.vimeo.com/video/{0}?{1}",api:"https://vimeo.com/api/oembed.json?url={0}"},youtube:{sdk:"https://www.youtube.com/iframe_api",api:"https://noembed.com/embed?url=https://www.youtube.com/watch?v={0}"},googleIMA:{sdk:"https://imasdk.googleapis.com/js/sdkloader/ima3.js"}},listeners:{seek:null,play:null,pause:null,restart:null,rewind:null,fastForward:null,mute:null,volume:null,captions:null,download:null,fullscreen:null,pip:null,airplay:null,speed:null,quality:null,loop:null,language:null},events:["ended","progress","stalled","playing","waiting","canplay","canplaythrough","loadstart","loadeddata","loadedmetadata","timeupdate","volumechange","play","pause","error","seeking","seeked","emptied","ratechange","cuechange","download","enterfullscreen","exitfullscreen","captionsenabled","captionsdisabled","languagechange","controlshidden","controlsshown","ready","statechange","qualitychange","adsloaded","adscontentpause","adscontentresume","adstarted","adsmidpoint","adscomplete","adsallcomplete","adsimpression","adsclick"],selectors:{editable:"input, textarea, select, [contenteditable]",container:".plyr",controls:{container:null,wrapper:".plyr__controls"},labels:"[data-plyr]",buttons:{play:'[data-plyr="play"]',pause:'[data-plyr="pause"]',restart:'[data-plyr="restart"]',rewind:'[data-plyr="rewind"]',fastForward:'[data-plyr="fast-forward"]',mute:'[data-plyr="mute"]',captions:'[data-plyr="captions"]',download:'[data-plyr="download"]',fullscreen:'[data-plyr="fullscreen"]',pip:'[data-plyr="pip"]',airplay:'[data-plyr="airplay"]',settings:'[data-plyr="settings"]',loop:'[data-plyr="loop"]'},inputs:{seek:'[data-plyr="seek"]',volume:'[data-plyr="volume"]',speed:'[data-plyr="speed"]',language:'[data-plyr="language"]',quality:'[data-plyr="quality"]'},display:{currentTime:".plyr__time--current",duration:".plyr__time--duration",buffer:".plyr__progress__buffer",loop:".plyr__progress__loop",volume:".plyr__volume--display"},progress:".plyr__progress",captions:".plyr__captions",caption:".plyr__caption"},classNames:{type:"plyr--{0}",provider:"plyr--{0}",video:"plyr__video-wrapper",embed:"plyr__video-embed",videoFixedRatio:"plyr__video-wrapper--fixed-ratio",embedContainer:"plyr__video-embed__container",poster:"plyr__poster",posterEnabled:"plyr__poster-enabled",ads:"plyr__ads",control:"plyr__control",controlPressed:"plyr__control--pressed",playing:"plyr--playing",paused:"plyr--paused",stopped:"plyr--stopped",loading:"plyr--loading",hover:"plyr--hover",tooltip:"plyr__tooltip",cues:"plyr__cues",hidden:"plyr__sr-only",hideControls:"plyr--hide-controls",isIos:"plyr--is-ios",isTouch:"plyr--is-touch",uiSupported:"plyr--full-ui",noTransition:"plyr--no-transition",display:{time:"plyr__time"},menu:{value:"plyr__menu__value",badge:"plyr__badge",open:"plyr--menu-open"},captions:{enabled:"plyr--captions-enabled",active:"plyr--captions-active"},fullscreen:{enabled:"plyr--fullscreen-enabled",fallback:"plyr--fullscreen-fallback"},pip:{supported:"plyr--pip-supported",active:"plyr--pip-active"},airplay:{supported:"plyr--airplay-supported",active:"plyr--airplay-active"},tabFocus:"plyr__tab-focus",previewThumbnails:{thumbContainer:"plyr__preview-thumb",thumbContainerShown:"plyr__preview-thumb--is-shown",imageContainer:"plyr__preview-thumb__image-container",timeContainer:"plyr__preview-thumb__time-container",scrubbingContainer:"plyr__preview-scrubbing",scrubbingContainerShown:"plyr__preview-scrubbing--is-shown"}},attributes:{embed:{provider:"data-plyr-provider",id:"data-plyr-embed-id"}},ads:{enabled:!1,publisherId:"",tagUrl:""},previewThumbnails:{enabled:!1,src:""},vimeo:{byline:!1,portrait:!1,title:!1,speed:!0,transparent:!1,customControls:!0,referrerPolicy:null,premium:!1},youtube:{rel:0,showinfo:0,iv_load_policy:3,modestbranding:1,customControls:!0,noCookie:!1}},Ra={active:"picture-in-picture",inactive:"inline"},et={html5:"html5",youtube:"youtube",vimeo:"vimeo"},Ha={audio:"audio",video:"video"};function db(e){return/^(https?:\/\/)?(www\.)?(youtube\.com|youtube-nocookie\.com|youtu\.?be)\/.+$/.test(e)?et.youtube:/^https?:\/\/player.vimeo.com\/video\/\d{0,9}(?=\b|\/)/.test(e)?et.vimeo:null}var Za=function(){},fb=function(){function e(){var t=arguments.length>0&&arguments[0]!==void 0&&arguments[0];ct(this,e),this.enabled=window.console&&t,this.enabled&&this.log("Debugging enabled")}return ut(e,[{key:"log",get:function(){return this.enabled?Function.prototype.bind.call(console.log,console):Za}},{key:"warn",get:function(){return this.enabled?Function.prototype.bind.call(console.warn,console):Za}},{key:"error",get:function(){return this.enabled?Function.prototype.bind.call(console.error,console):Za}}]),e}(),hb=function(){function e(t){var n=this;ct(this,e),this.player=t,this.prefix=e.prefix,this.property=e.property,this.scrollPosition={x:0,y:0},this.forceFallback=t.config.fullscreen.fallback==="force",this.player.elements.fullscreen=t.config.fullscreen.container&&Qw(this.player.elements.container,t.config.fullscreen.container),ve.call(this.player,document,this.prefix==="ms"?"MSFullscreenChange":"".concat(this.prefix,"fullscreenchange"),function(){n.onChange()}),ve.call(this.player,this.player.elements.container,"dblclick",function(r){g.element(n.player.elements.controls)&&n.player.elements.controls.contains(r.target)||n.player.listeners.proxy(r,n.toggle,"fullscreen")}),ve.call(this,this.player.elements.container,"keydown",function(r){return n.trapFocus(r)}),this.update()}return ut(e,[{key:"onChange",value:function(){if(this.enabled){var t=this.player.elements.buttons.fullscreen;g.element(t)&&(t.pressed=this.active);var n=this.target===this.player.media?this.target:this.player.elements.container;he.call(this.player,n,this.active?"enterfullscreen":"exitfullscreen",!0)}}},{key:"toggleFallback",value:function(){var t=arguments.length>0&&arguments[0]!==void 0&&arguments[0];if(t?this.scrollPosition={x:window.scrollX||0,y:window.scrollY||0}:window.scrollTo(this.scrollPosition.x,this.scrollPosition.y),document.body.style.overflow=t?"hidden":"",_e(this.target,this.player.config.classNames.fullscreen.fallback,t),r2.isIos){var n=document.head.querySelector('meta[name="viewport"]'),r="viewport-fit=cover";n||(n=document.createElement("meta")).setAttribute("name","viewport");var a=g.string(n.content)&&n.content.includes(r);t?(this.cleanupViewport=!a,a||(n.content+=",".concat(r))):this.cleanupViewport&&(n.content=n.content.split(",").filter(function(o){return o.trim()!==r}).join(","))}this.onChange()}},{key:"trapFocus",value:function(t){if(!r2.isIos&&this.active&&t.key==="Tab"&&t.keyCode===9){var n=document.activeElement,r=Ot.call(this.player,"a[href], button:not(:disabled), input:not(:disabled), [tabindex]"),a=Xe(r,1)[0],o=r[r.length-1];n!==o||t.shiftKey?n===a&&t.shiftKey&&(o.focus(),t.preventDefault()):(a.focus(),t.preventDefault())}}},{key:"update",value:function(){var t;this.enabled?(t=this.forceFallback?"Fallback (forced)":e.native?"Native":"Fallback",this.player.debug.log("".concat(t," fullscreen enabled"))):this.player.debug.log("Fullscreen not supported and fallback disabled"),_e(this.player.elements.container,this.player.config.classNames.fullscreen.enabled,this.enabled)}},{key:"enter",value:function(){this.enabled&&(r2.isIos&&this.player.config.fullscreen.iosNative?this.target.webkitEnterFullscreen():!e.native||this.forceFallback?this.toggleFallback(!0):this.prefix?g.empty(this.prefix)||this.target["".concat(this.prefix,"Request").concat(this.property)]():this.target.requestFullscreen({navigationUI:"hide"}))}},{key:"exit",value:function(){if(this.enabled)if(r2.isIos&&this.player.config.fullscreen.iosNative)this.target.webkitExitFullscreen(),D2(this.player.play());else if(!e.native||this.forceFallback)this.toggleFallback(!1);else if(this.prefix){if(!g.empty(this.prefix)){var t=this.prefix==="moz"?"Cancel":"Exit";document["".concat(this.prefix).concat(t).concat(this.property)]()}}else(document.cancelFullScreen||document.exitFullscreen).call(document)}},{key:"toggle",value:function(){this.active?this.exit():this.enter()}},{key:"usingNative",get:function(){return e.native&&!this.forceFallback}},{key:"enabled",get:function(){return(e.native||this.player.config.fullscreen.fallback)&&this.player.config.fullscreen.enabled&&this.player.supported.ui&&this.player.isVideo}},{key:"active",get:function(){if(!this.enabled)return!1;if(!e.native||this.forceFallback)return ir(this.target,this.player.config.classNames.fullscreen.fallback);var t=this.prefix?document["".concat(this.prefix).concat(this.property,"Element")]:document.fullscreenElement;return t&&t.shadowRoot?t===this.target.getRootNode().host:t===this.target}},{key:"target",get:function(){return r2.isIos&&this.player.config.fullscreen.iosNative?this.player.media:this.player.elements.fullscreen||this.player.elements.container}}],[{key:"native",get:function(){return!!(document.fullscreenEnabled||document.webkitFullscreenEnabled||document.mozFullScreenEnabled||document.msFullscreenEnabled)}},{key:"prefix",get:function(){if(g.function(document.exitFullscreen))return"";var t="";return["webkit","moz","ms"].some(function(n){return!(!g.function(document["".concat(n,"ExitFullscreen")])&&!g.function(document["".concat(n,"CancelFullScreen")]))&&(t=n,!0)}),t}},{key:"property",get:function(){return this.prefix==="moz"?"FullScreen":"Fullscreen"}}]),e}();function lr(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;return new Promise(function(n,r){var a=new Image,o=function(){delete a.onload,delete a.onerror,(a.naturalWidth>=t?n:r)(a)};Object.assign(a,{onload:o,onerror:o,src:e})})}var Oe={addStyleHook:function(){_e(this.elements.container,this.config.selectors.container.replace(".",""),!0),_e(this.elements.container,this.config.classNames.uiSupported,this.supported.ui)},toggleNativeControls:function(){var e=arguments.length>0&&arguments[0]!==void 0&&arguments[0];e&&this.isHTML5?this.media.setAttribute("controls",""):this.media.removeAttribute("controls")},build:function(){var e=this;if(this.listeners.media(),!this.supported.ui)return this.debug.warn("Basic support only for ".concat(this.provider," ").concat(this.type)),void Oe.toggleNativeControls.call(this,!0);g.element(this.elements.controls)||(Q.inject.call(this),this.listeners.controls()),Oe.toggleNativeControls.call(this),this.isHTML5&&Le.setup.call(this),this.volume=null,this.muted=null,this.loop=null,this.quality=null,this.speed=null,Q.updateVolume.call(this),Q.timeUpdate.call(this),Oe.checkPlaying.call(this),_e(this.elements.container,this.config.classNames.pip.supported,Re.pip&&this.isHTML5&&this.isVideo),_e(this.elements.container,this.config.classNames.airplay.supported,Re.airplay&&this.isHTML5),_e(this.elements.container,this.config.classNames.isIos,r2.isIos),_e(this.elements.container,this.config.classNames.isTouch,this.touch),this.ready=!0,setTimeout(function(){he.call(e,e.media,"ready")},0),Oe.setTitle.call(this),this.poster&&Oe.setPoster.call(this,this.poster,!1).catch(function(){}),this.config.duration&&Q.durationUpdate.call(this)},setTitle:function(){var e=Qe.get("play",this.config);if(g.string(this.config.title)&&!g.empty(this.config.title)&&(e+=", ".concat(this.config.title)),Array.from(this.elements.buttons.play||[]).forEach(function(a){a.setAttribute("aria-label",e)}),this.isEmbed){var t=qe.call(this,"iframe");if(!g.element(t))return;var n=g.empty(this.config.title)?"video":this.config.title,r=Qe.get("frameTitle",this.config);t.setAttribute("title",r.replace("{title}",n))}},togglePoster:function(e){_e(this.elements.container,this.config.classNames.posterEnabled,e)},setPoster:function(e){var t=this,n=!(arguments.length>1&&arguments[1]!==void 0)||arguments[1];return n&&this.poster?Promise.reject(new Error("Poster already set")):(this.media.setAttribute("data-poster",e),this.elements.poster.removeAttribute("hidden"),tb.call(this).then(function(){return lr(e)}).catch(function(r){throw e===t.poster&&Oe.togglePoster.call(t,!1),r}).then(function(){if(e!==t.poster)throw new Error("setPoster cancelled by later call to setPoster")}).then(function(){return Object.assign(t.elements.poster.style,{backgroundImage:"url('".concat(e,"')"),backgroundSize:""}),Oe.togglePoster.call(t,!0),e}))},checkPlaying:function(e){var t=this;_e(this.elements.container,this.config.classNames.playing,this.playing),_e(this.elements.container,this.config.classNames.paused,this.paused),_e(this.elements.container,this.config.classNames.stopped,this.stopped),Array.from(this.elements.buttons.play||[]).forEach(function(n){Object.assign(n,{pressed:t.playing}),n.setAttribute("aria-label",Qe.get(t.playing?"pause":"play",t.config))}),g.event(e)&&e.type==="timeupdate"||Oe.toggleControls.call(this)},checkLoading:function(e){var t=this;this.loading=["stalled","waiting"].includes(e.type),clearTimeout(this.timers.loading),this.timers.loading=setTimeout(function(){_e(t.elements.container,t.config.classNames.loading,t.loading),Oe.toggleControls.call(t)},this.loading?250:0)},toggleControls:function(e){var t=this.elements.controls;if(t&&this.config.hideControls){var n=this.touch&&this.lastSeekTime+2e3>Date.now();this.toggleControls(!!(e||this.loading||this.paused||t.pressed||t.hover||n))}},migrateStyles:function(){var e=this;Object.values(St({},this.media.style)).filter(function(t){return!g.empty(t)&&g.string(t)&&t.startsWith("--plyr")}).forEach(function(t){e.elements.container.style.setProperty(t,e.media.style.getPropertyValue(t)),e.media.style.removeProperty(t)}),g.empty(this.media.style)&&this.media.removeAttribute("style")}},pb=function(){function e(t){ct(this,e),this.player=t,this.lastKey=null,this.focusTimer=null,this.lastKeyDown=null,this.handleKey=this.handleKey.bind(this),this.toggleMenu=this.toggleMenu.bind(this),this.setTabFocus=this.setTabFocus.bind(this),this.firstTouch=this.firstTouch.bind(this)}return ut(e,[{key:"handleKey",value:function(t){var n=this.player,r=n.elements,a=t.keyCode?t.keyCode:t.which,o=t.type==="keydown",l=o&&a===this.lastKey;if(!(t.altKey||t.ctrlKey||t.metaKey||t.shiftKey)&&g.number(a))if(o){var s=document.activeElement;if(g.element(s)){var c=n.config.selectors.editable;if(s!==r.inputs.seek&&ft(s,c)||t.which===32&&ft(s,'button, [role^="menuitem"]'))return}switch([32,37,38,39,40,48,49,50,51,52,53,54,56,57,67,70,73,75,76,77,79].includes(a)&&(t.preventDefault(),t.stopPropagation()),a){case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:l||(n.currentTime=n.duration/10*(a-48));break;case 32:case 75:l||D2(n.togglePlay());break;case 38:n.increaseVolume(.1);break;case 40:n.decreaseVolume(.1);break;case 77:l||(n.muted=!n.muted);break;case 39:n.forward();break;case 37:n.rewind();break;case 70:n.fullscreen.toggle();break;case 67:l||n.toggleCaptions();break;case 76:n.loop=!n.loop}a===27&&!n.fullscreen.usingNative&&n.fullscreen.active&&n.fullscreen.toggle(),this.lastKey=a}else this.lastKey=null}},{key:"toggleMenu",value:function(t){Q.toggleMenu.call(this.player,t)}},{key:"firstTouch",value:function(){var t=this.player,n=t.elements;t.touch=!0,_e(n.container,t.config.classNames.isTouch,!0)}},{key:"setTabFocus",value:function(t){var n=this.player,r=n.elements;if(clearTimeout(this.focusTimer),t.type!=="keydown"||t.which===9){t.type==="keydown"&&(this.lastKeyDown=t.timeStamp);var a,o=t.timeStamp-this.lastKeyDown<=20;(t.type!=="focus"||o)&&(a=n.config.classNames.tabFocus,_e(Ot.call(n,".".concat(a)),a,!1),t.type!=="focusout"&&(this.focusTimer=setTimeout(function(){var l=document.activeElement;r.container.contains(l)&&_e(document.activeElement,n.config.classNames.tabFocus,!0)},10)))}}},{key:"global",value:function(){var t=!(arguments.length>0&&arguments[0]!==void 0)||arguments[0],n=this.player;n.config.keyboard.global&&Bt.call(n,window,"keydown keyup",this.handleKey,t,!1),Bt.call(n,document.body,"click",this.toggleMenu,t),Pa.call(n,document.body,"touchstart",this.firstTouch),Bt.call(n,document.body,"keydown focus blur focusout",this.setTabFocus,t,!1,!0)}},{key:"container",value:function(){var t=this.player,n=t.config,r=t.elements,a=t.timers;!n.keyboard.global&&n.keyboard.focused&&ve.call(t,r.container,"keydown keyup",this.handleKey,!1),ve.call(t,r.container,"mousemove mouseleave touchstart touchmove enterfullscreen exitfullscreen",function(s){var c=r.controls;c&&s.type==="enterfullscreen"&&(c.pressed=!1,c.hover=!1);var u=0;["touchstart","touchmove","mousemove"].includes(s.type)&&(Oe.toggleControls.call(t,!0),u=t.touch?3e3:2e3),clearTimeout(a.controls),a.controls=setTimeout(function(){return Oe.toggleControls.call(t,!1)},u)});var o=function(s){if(!s)return Q2.call(t);var c=r.container.getBoundingClientRect(),u=c.width,h=c.height;return Q2.call(t,"".concat(u,":").concat(h))},l=function(){clearTimeout(a.resized),a.resized=setTimeout(o,50)};ve.call(t,r.container,"enterfullscreen exitfullscreen",function(s){var c=t.fullscreen,u=c.target,h=c.usingNative;if(u===r.container&&(t.isEmbed||!g.empty(t.config.ratio))){var f=s.type==="enterfullscreen",d=o(f);d.padding,function(p,v,L){if(t.isVimeo&&!t.config.vimeo.premium){var k=t.elements.wrapper.firstChild,y=Xe(p,2)[1],C=Xe(Va.call(t),2),x=C[0],E=C[1];k.style.maxWidth=L?"".concat(y/E*x,"px"):null,k.style.margin=L?"0 auto":null}}(d.ratio,0,f),f&&setTimeout(function(){return Da(r.container)},100),h||(f?ve.call(t,window,"resize",l):ar.call(t,window,"resize",l))}})}},{key:"media",value:function(){var t=this,n=this.player,r=n.elements;if(ve.call(n,n.media,"timeupdate seeking seeked",function(l){return Q.timeUpdate.call(n,l)}),ve.call(n,n.media,"durationchange loadeddata loadedmetadata",function(l){return Q.durationUpdate.call(n,l)}),ve.call(n,n.media,"ended",function(){n.isHTML5&&n.isVideo&&n.config.resetOnEnd&&(n.restart(),n.pause())}),ve.call(n,n.media,"progress playing seeking seeked",function(l){return Q.updateProgress.call(n,l)}),ve.call(n,n.media,"volumechange",function(l){return Q.updateVolume.call(n,l)}),ve.call(n,n.media,"playing play pause ended emptied timeupdate",function(l){return Oe.checkPlaying.call(n,l)}),ve.call(n,n.media,"waiting canplay seeked playing",function(l){return Oe.checkLoading.call(n,l)}),n.supported.ui&&n.config.clickToPlay&&!n.isAudio){var a=qe.call(n,".".concat(n.config.classNames.video));if(!g.element(a))return;ve.call(n,r.container,"click",function(l){([r.container,a].includes(l.target)||a.contains(l.target))&&(n.touch&&n.config.hideControls||(n.ended?(t.proxy(l,n.restart,"restart"),t.proxy(l,function(){D2(n.play())},"play")):t.proxy(l,function(){D2(n.togglePlay())},"play")))})}n.supported.ui&&n.config.disableContextMenu&&ve.call(n,r.wrapper,"contextmenu",function(l){l.preventDefault()},!1),ve.call(n,n.media,"volumechange",function(){n.storage.set({volume:n.volume,muted:n.muted})}),ve.call(n,n.media,"ratechange",function(){Q.updateSetting.call(n,"speed"),n.storage.set({speed:n.speed})}),ve.call(n,n.media,"qualitychange",function(l){Q.updateSetting.call(n,"quality",null,l.detail.quality)}),ve.call(n,n.media,"ready qualitychange",function(){Q.setDownloadUrl.call(n)});var o=n.config.events.concat(["keyup","keydown"]).join(" ");ve.call(n,n.media,o,function(l){var s=l.detail,c=s===void 0?{}:s;l.type==="error"&&(c=n.media.error),he.call(n,r.container,l.type,!0,c)})}},{key:"proxy",value:function(t,n,r){var a=this.player,o=a.config.listeners[r],l=!0;g.function(o)&&(l=o.call(a,t)),l!==!1&&g.function(n)&&n.call(a,t)}},{key:"bind",value:function(t,n,r,a){var o=this,l=!(arguments.length>4&&arguments[4]!==void 0)||arguments[4],s=this.player,c=s.config.listeners[a],u=g.function(c);ve.call(s,t,n,function(h){return o.proxy(h,r,a)},l&&!u)}},{key:"controls",value:function(){var t=this,n=this.player,r=n.elements,a=r2.isIE?"change":"input";if(r.buttons.play&&Array.from(r.buttons.play).forEach(function(l){t.bind(l,"click",function(){D2(n.togglePlay())},"play")}),this.bind(r.buttons.restart,"click",n.restart,"restart"),this.bind(r.buttons.rewind,"click",function(){n.lastSeekTime=Date.now(),n.rewind()},"rewind"),this.bind(r.buttons.fastForward,"click",function(){n.lastSeekTime=Date.now(),n.forward()},"fastForward"),this.bind(r.buttons.mute,"click",function(){n.muted=!n.muted},"mute"),this.bind(r.buttons.captions,"click",function(){return n.toggleCaptions()}),this.bind(r.buttons.download,"click",function(){he.call(n,n.media,"download")},"download"),this.bind(r.buttons.fullscreen,"click",function(){n.fullscreen.toggle()},"fullscreen"),this.bind(r.buttons.pip,"click",function(){n.pip="toggle"},"pip"),this.bind(r.buttons.airplay,"click",n.airplay,"airplay"),this.bind(r.buttons.settings,"click",function(l){l.stopPropagation(),l.preventDefault(),Q.toggleMenu.call(n,l)},null,!1),this.bind(r.buttons.settings,"keyup",function(l){var s=l.which;[13,32].includes(s)&&(s!==13?(l.preventDefault(),l.stopPropagation(),Q.toggleMenu.call(n,l)):Q.focusFirstMenuItem.call(n,null,!0))},null,!1),this.bind(r.settings.menu,"keydown",function(l){l.which===27&&Q.toggleMenu.call(n,l)}),this.bind(r.inputs.seek,"mousedown mousemove",function(l){var s=r.progress.getBoundingClientRect(),c=100/s.width*(l.pageX-s.left);l.currentTarget.setAttribute("seek-value",c)}),this.bind(r.inputs.seek,"mousedown mouseup keydown keyup touchstart touchend",function(l){var s=l.currentTarget,c=l.keyCode?l.keyCode:l.which,u="play-on-seeked";if(!g.keyboardEvent(l)||c===39||c===37){n.lastSeekTime=Date.now();var h=s.hasAttribute(u),f=["mouseup","touchend","keyup"].includes(l.type);h&&f?(s.removeAttribute(u),D2(n.play())):!f&&n.playing&&(s.setAttribute(u,""),n.pause())}}),r2.isIos){var o=Ot.call(n,'input[type="range"]');Array.from(o).forEach(function(l){return t.bind(l,a,function(s){return Da(s.target)})})}this.bind(r.inputs.seek,a,function(l){var s=l.currentTarget,c=s.getAttribute("seek-value");g.empty(c)&&(c=s.value),s.removeAttribute("seek-value"),n.currentTime=c/s.max*n.duration},"seek"),this.bind(r.progress,"mouseenter mouseleave mousemove",function(l){return Q.updateSeekTooltip.call(n,l)}),this.bind(r.progress,"mousemove touchmove",function(l){var s=n.previewThumbnails;s&&s.loaded&&s.startMove(l)}),this.bind(r.progress,"mouseleave touchend click",function(){var l=n.previewThumbnails;l&&l.loaded&&l.endMove(!1,!0)}),this.bind(r.progress,"mousedown touchstart",function(l){var s=n.previewThumbnails;s&&s.loaded&&s.startScrubbing(l)}),this.bind(r.progress,"mouseup touchend",function(l){var s=n.previewThumbnails;s&&s.loaded&&s.endScrubbing(l)}),r2.isWebkit&&Array.from(Ot.call(n,'input[type="range"]')).forEach(function(l){t.bind(l,"input",function(s){return Q.updateRangeFill.call(n,s.target)})}),n.config.toggleInvert&&!g.element(r.display.duration)&&this.bind(r.display.currentTime,"click",function(){n.currentTime!==0&&(n.config.invertTime=!n.config.invertTime,Q.timeUpdate.call(n))}),this.bind(r.inputs.volume,a,function(l){n.volume=l.target.value},"volume"),this.bind(r.controls,"mouseenter mouseleave",function(l){r.controls.hover=!n.touch&&l.type==="mouseenter"}),r.fullscreen&&Array.from(r.fullscreen.children).filter(function(l){return!l.contains(r.container)}).forEach(function(l){t.bind(l,"mouseenter mouseleave",function(s){r.controls.hover=!n.touch&&s.type==="mouseenter"})}),this.bind(r.controls,"mousedown mouseup touchstart touchend touchcancel",function(l){r.controls.pressed=["mousedown","touchstart"].includes(l.type)}),this.bind(r.controls,"focusin",function(){var l=n.config,s=n.timers;_e(r.controls,l.classNames.noTransition,!0),Oe.toggleControls.call(n,!0),setTimeout(function(){_e(r.controls,l.classNames.noTransition,!1)},0);var c=t.touch?3e3:4e3;clearTimeout(s.controls),s.controls=setTimeout(function(){return Oe.toggleControls.call(n,!1)},c)}),this.bind(r.inputs.volume,"wheel",function(l){var s=l.webkitDirectionInvertedFromDevice,c=Xe([l.deltaX,-l.deltaY].map(function(p){return s?-p:p}),2),u=c[0],h=c[1],f=Math.sign(Math.abs(u)>Math.abs(h)?u:h);n.increaseVolume(f/50);var d=n.media.volume;(f===1&&d<1||f===-1&&d>0)&&l.preventDefault()},"volume",!1)}}]),e}();function mb(e,t){return e(t={exports:{}},t.exports),t.exports}var yb=mb(function(e,t){e.exports=function(){var n=function(){},r={},a={},o={};function l(d,p){d=d.push?d:[d];var v,L,k,y=[],C=d.length,x=C;for(v=function(E,S){S.length&&y.push(E),--x||p(y)};C--;)L=d[C],(k=a[L])?v(L,k):(o[L]=o[L]||[]).push(v)}function s(d,p){if(d){var v=o[d];if(a[d]=p,v)for(;v.length;)v[0](d,p),v.splice(0,1)}}function c(d,p){d.call&&(d={success:d}),p.length?(d.error||n)(p):(d.success||n)(d)}function u(d,p,v,L){var k,y,C=document,x=v.async,E=(v.numRetries||0)+1,S=v.before||n,B=d.replace(/[\?|#].*$/,""),$=d.replace(/^(css|img)!/,"");L=L||0,/(^css!|\.css$)/.test(B)?((y=C.createElement("link")).rel="stylesheet",y.href=$,(k="hideFocus"in y)&&y.relList&&(k=0,y.rel="preload",y.as="style")):/(^img!|\.(png|gif|jpg|svg|webp)$)/.test(B)?(y=C.createElement("img")).src=$:((y=C.createElement("script")).src=d,y.async=x===void 0||x),y.onload=y.onerror=y.onbeforeload=function(M){var O=M.type[0];if(k)try{y.sheet.cssText.length||(O="e")}catch(F){F.code!=18&&(O="e")}if(O=="e"){if((L+=1)<E)return u(d,p,v,L)}else if(y.rel=="preload"&&y.as=="style")return y.rel="stylesheet";p(d,O,M.defaultPrevented)},S(d,y)!==!1&&C.head.appendChild(y)}function h(d,p,v){var L,k,y=(d=d.push?d:[d]).length,C=y,x=[];for(L=function(E,S,B){if(S=="e"&&x.push(E),S=="b"){if(!B)return;x.push(E)}--y||p(x)},k=0;k<C;k++)u(d[k],L,v)}function f(d,p,v){var L,k;if(p&&p.trim&&(L=p),k=(L?v:p)||{},L){if(L in r)throw"LoadJS";r[L]=!0}function y(C,x){h(d,function(E){c(k,E),C&&c({success:C,error:x},E),s(L,E)},k)}if(k.returnPromise)return new Promise(y);y()}return f.ready=function(d,p){return l(d,function(v){c(p,v)}),f},f.done=function(d){s(d,[])},f.reset=function(){r={},a={},o={}},f.isDefined=function(d){return d in r},f}()});function Ua(e){return new Promise(function(t,n){yb(e,{success:t,error:n})})}function gb(e){return g.empty(e)?null:g.number(Number(e))?e:e.match(/^.*(vimeo.com\/|video\/)(\d+).*/)?RegExp.$2:e}function t0(e){e&&!this.embed.hasPlayed&&(this.embed.hasPlayed=!0),this.media.paused===e&&(this.media.paused=!e,he.call(this,this.media,e?"play":"pause"))}var Wa={setup:function(){var e=this;_e(e.elements.wrapper,e.config.classNames.embed,!0),e.options.speed=e.config.speed.options,Q2.call(e),g.object(window.Vimeo)?Wa.ready.call(e):Ua(e.config.urls.vimeo.sdk).then(function(){Wa.ready.call(e)}).catch(function(t){e.debug.warn("Vimeo SDK (player.js) failed to load",t)})},ready:function(){var e=this,t=this,n=t.config.vimeo,r=n.premium,a=n.referrerPolicy,o=Cw(n,["premium","referrerPolicy"]);r&&Object.assign(o,{controls:!1,sidedock:!1});var l=gs(St({loop:t.config.loop.active,autoplay:t.autoplay,muted:t.muted,gesture:"media",playsinline:!this.config.fullscreen.iosNative},o)),s=t.media.getAttribute("src");g.empty(s)&&(s=t.media.getAttribute(t.config.attributes.embed.id));var c=gb(s),u=pe("iframe"),h=Ia(t.config.urls.vimeo.iframe,c,l);if(u.setAttribute("src",h),u.setAttribute("allowfullscreen",""),u.setAttribute("allow","autoplay,fullscreen,picture-in-picture"),g.empty(a)||u.setAttribute("referrerPolicy",a),r||!n.customControls)u.setAttribute("data-poster",t.poster),t.media=rr(u,t.media);else{var f=pe("div",{class:t.config.classNames.embedContainer,"data-poster":t.poster});f.appendChild(u),t.media=rr(f,t.media)}n.customControls||e0(Ia(t.config.urls.vimeo.api,h)).then(function(C){!g.empty(C)&&C.thumbnail_url&&Oe.setPoster.call(t,C.thumbnail_url).catch(function(){})}),t.embed=new window.Vimeo.Player(u,{autopause:t.config.autopause,muted:t.muted}),t.media.paused=!0,t.media.currentTime=0,t.supported.ui&&t.embed.disableTextTrack(),t.media.play=function(){return t0.call(t,!0),t.embed.play()},t.media.pause=function(){return t0.call(t,!1),t.embed.pause()},t.media.stop=function(){t.pause(),t.currentTime=0};var d=t.media.currentTime;Object.defineProperty(t.media,"currentTime",{get:function(){return d},set:function(C){var x=t.embed,E=t.media,S=t.paused,B=t.volume,$=S&&!x.hasPlayed;E.seeking=!0,he.call(t,E,"seeking"),Promise.resolve($&&x.setVolume(0)).then(function(){return x.setCurrentTime(C)}).then(function(){return $&&x.pause()}).then(function(){return $&&x.setVolume(B)}).catch(function(){})}});var p=t.config.speed.selected;Object.defineProperty(t.media,"playbackRate",{get:function(){return p},set:function(C){t.embed.setPlaybackRate(C).then(function(){p=C,he.call(t,t.media,"ratechange")}).catch(function(){t.options.speed=[1]})}});var v=t.config.volume;Object.defineProperty(t.media,"volume",{get:function(){return v},set:function(C){t.embed.setVolume(C).then(function(){v=C,he.call(t,t.media,"volumechange")})}});var L=t.config.muted;Object.defineProperty(t.media,"muted",{get:function(){return L},set:function(C){var x=!!g.boolean(C)&&C;t.embed.setVolume(x?0:t.config.volume).then(function(){L=x,he.call(t,t.media,"volumechange")})}});var k,y=t.config.loop;Object.defineProperty(t.media,"loop",{get:function(){return y},set:function(C){var x=g.boolean(C)?C:t.config.loop.active;t.embed.setLoop(x).then(function(){y=x})}}),t.embed.getVideoUrl().then(function(C){k=C,Q.setDownloadUrl.call(t)}).catch(function(C){e.debug.warn(C)}),Object.defineProperty(t.media,"currentSrc",{get:function(){return k}}),Object.defineProperty(t.media,"ended",{get:function(){return t.currentTime===t.duration}}),Promise.all([t.embed.getVideoWidth(),t.embed.getVideoHeight()]).then(function(C){var x=Xe(C,2),E=x[0],S=x[1];t.embed.ratio=[E,S],Q2.call(e)}),t.embed.setAutopause(t.config.autopause).then(function(C){t.config.autopause=C}),t.embed.getVideoTitle().then(function(C){t.config.title=C,Oe.setTitle.call(e)}),t.embed.getCurrentTime().then(function(C){d=C,he.call(t,t.media,"timeupdate")}),t.embed.getDuration().then(function(C){t.media.duration=C,he.call(t,t.media,"durationchange")}),t.embed.getTextTracks().then(function(C){t.media.textTracks=C,Le.setup.call(t)}),t.embed.on("cuechange",function(C){var x=C.cues,E=(x===void 0?[]:x).map(function(S){return lb(S.text)});Le.updateCues.call(t,E)}),t.embed.on("loaded",function(){t.embed.getPaused().then(function(C){t0.call(t,!C),C||he.call(t,t.media,"playing")}),g.element(t.embed.element)&&t.supported.ui&&t.embed.element.setAttribute("tabindex",-1)}),t.embed.on("bufferstart",function(){he.call(t,t.media,"waiting")}),t.embed.on("bufferend",function(){he.call(t,t.media,"playing")}),t.embed.on("play",function(){t0.call(t,!0),he.call(t,t.media,"playing")}),t.embed.on("pause",function(){t0.call(t,!1)}),t.embed.on("timeupdate",function(C){t.media.seeking=!1,d=C.seconds,he.call(t,t.media,"timeupdate")}),t.embed.on("progress",function(C){t.media.buffered=C.percent,he.call(t,t.media,"progress"),parseInt(C.percent,10)===1&&he.call(t,t.media,"canplaythrough"),t.embed.getDuration().then(function(x){x!==t.media.duration&&(t.media.duration=x,he.call(t,t.media,"durationchange"))})}),t.embed.on("seeked",function(){t.media.seeking=!1,he.call(t,t.media,"seeked")}),t.embed.on("ended",function(){t.media.paused=!0,he.call(t,t.media,"ended")}),t.embed.on("error",function(C){t.media.error=C,he.call(t,t.media,"error")}),n.customControls&&setTimeout(function(){return Oe.build.call(t)},0)}};function Cb(e){return g.empty(e)?null:e.match(/^.*(youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=|&v=)([^#&?]*).*/)?RegExp.$2:e}function n0(e){e&&!this.embed.hasPlayed&&(this.embed.hasPlayed=!0),this.media.paused===e&&(this.media.paused=!e,he.call(this,this.media,e?"play":"pause"))}function wb(e){return e.noCookie?"https://www.youtube-nocookie.com":window.location.protocol==="http:"?"http://www.youtube.com":void 0}var sr={setup:function(){var e=this;if(_e(this.elements.wrapper,this.config.classNames.embed,!0),g.object(window.YT)&&g.function(window.YT.Player))sr.ready.call(this);else{var t=window.onYouTubeIframeAPIReady;window.onYouTubeIframeAPIReady=function(){g.function(t)&&t(),sr.ready.call(e)},Ua(this.config.urls.youtube.sdk).catch(function(n){e.debug.warn("YouTube API failed to load",n)})}},getTitle:function(e){var t=this;e0(Ia(this.config.urls.youtube.api,e)).then(function(n){if(g.object(n)){var r=n.title,a=n.height,o=n.width;t.config.title=r,Oe.setTitle.call(t),t.embed.ratio=[o,a]}Q2.call(t)}).catch(function(){Q2.call(t)})},ready:function(){var e=this,t=e.config.youtube,n=e.media&&e.media.getAttribute("id");if(g.empty(n)||!n.startsWith("youtube-")){var r=e.media.getAttribute("src");g.empty(r)&&(r=e.media.getAttribute(this.config.attributes.embed.id));var a=Cb(r),o=pe("div",{id:rb(e.provider),"data-poster":t.customControls?e.poster:void 0});if(e.media=rr(o,e.media),t.customControls){var l=function(s){return"https://i.ytimg.com/vi/".concat(a,"/").concat(s,"default.jpg")};lr(l("maxres"),121).catch(function(){return lr(l("sd"),121)}).catch(function(){return lr(l("hq"))}).then(function(s){return Oe.setPoster.call(e,s.src)}).then(function(s){s.includes("maxres")||(e.elements.poster.style.backgroundSize="cover")}).catch(function(){})}e.embed=new window.YT.Player(e.media,{videoId:a,host:wb(t),playerVars:We({},{autoplay:e.config.autoplay?1:0,hl:e.config.hl,controls:e.supported.ui&&t.customControls?0:1,disablekb:1,playsinline:e.config.fullscreen.iosNative?0:1,cc_load_policy:e.captions.active?1:0,cc_lang_pref:e.config.captions.language,widget_referrer:window?window.location.href:null},t),events:{onError:function(s){if(!e.media.error){var c=s.data,u={2:"The request contains an invalid parameter value. For example, this error occurs if you specify a video ID that does not have 11 characters, or if the video ID contains invalid characters, such as exclamation points or asterisks.",5:"The requested content cannot be played in an HTML5 player or another error related to the HTML5 player has occurred.",100:"The video requested was not found. This error occurs when a video has been removed (for any reason) or has been marked as private.",101:"The owner of the requested video does not allow it to be played in embedded players.",150:"The owner of the requested video does not allow it to be played in embedded players."}[c]||"An unknown error occured";e.media.error={code:c,message:u},he.call(e,e.media,"error")}},onPlaybackRateChange:function(s){var c=s.target;e.media.playbackRate=c.getPlaybackRate(),he.call(e,e.media,"ratechange")},onReady:function(s){if(!g.function(e.media.play)){var c=s.target;sr.getTitle.call(e,a),e.media.play=function(){n0.call(e,!0),c.playVideo()},e.media.pause=function(){n0.call(e,!1),c.pauseVideo()},e.media.stop=function(){c.stopVideo()},e.media.duration=c.getDuration(),e.media.paused=!0,e.media.currentTime=0,Object.defineProperty(e.media,"currentTime",{get:function(){return Number(c.getCurrentTime())},set:function(d){e.paused&&!e.embed.hasPlayed&&e.embed.mute(),e.media.seeking=!0,he.call(e,e.media,"seeking"),c.seekTo(d)}}),Object.defineProperty(e.media,"playbackRate",{get:function(){return c.getPlaybackRate()},set:function(d){c.setPlaybackRate(d)}});var u=e.config.volume;Object.defineProperty(e.media,"volume",{get:function(){return u},set:function(d){u=d,c.setVolume(100*u),he.call(e,e.media,"volumechange")}});var h=e.config.muted;Object.defineProperty(e.media,"muted",{get:function(){return h},set:function(d){var p=g.boolean(d)?d:h;h=p,c[p?"mute":"unMute"](),c.setVolume(100*u),he.call(e,e.media,"volumechange")}}),Object.defineProperty(e.media,"currentSrc",{get:function(){return c.getVideoUrl()}}),Object.defineProperty(e.media,"ended",{get:function(){return e.currentTime===e.duration}});var f=c.getAvailablePlaybackRates();e.options.speed=f.filter(function(d){return e.config.speed.options.includes(d)}),e.supported.ui&&t.customControls&&e.media.setAttribute("tabindex",-1),he.call(e,e.media,"timeupdate"),he.call(e,e.media,"durationchange"),clearInterval(e.timers.buffering),e.timers.buffering=setInterval(function(){e.media.buffered=c.getVideoLoadedFraction(),(e.media.lastBuffered===null||e.media.lastBuffered<e.media.buffered)&&he.call(e,e.media,"progress"),e.media.lastBuffered=e.media.buffered,e.media.buffered===1&&(clearInterval(e.timers.buffering),he.call(e,e.media,"canplaythrough"))},200),t.customControls&&setTimeout(function(){return Oe.build.call(e)},50)}},onStateChange:function(s){var c=s.target;switch(clearInterval(e.timers.playing),e.media.seeking&&[1,2].includes(s.data)&&(e.media.seeking=!1,he.call(e,e.media,"seeked")),s.data){case-1:he.call(e,e.media,"timeupdate"),e.media.buffered=c.getVideoLoadedFraction(),he.call(e,e.media,"progress");break;case 0:n0.call(e,!1),e.media.loop?(c.stopVideo(),c.playVideo()):he.call(e,e.media,"ended");break;case 1:t.customControls&&!e.config.autoplay&&e.media.paused&&!e.embed.hasPlayed?e.media.pause():(n0.call(e,!0),he.call(e,e.media,"playing"),e.timers.playing=setInterval(function(){he.call(e,e.media,"timeupdate")},50),e.media.duration!==c.getDuration()&&(e.media.duration=c.getDuration(),he.call(e,e.media,"durationchange")));break;case 2:e.muted||e.embed.unMute(),n0.call(e,!1);break;case 3:he.call(e,e.media,"waiting")}he.call(e,e.elements.container,"statechange",!1,{code:s.data})}}})}}},ws={setup:function(){this.media?(_e(this.elements.container,this.config.classNames.type.replace("{0}",this.type),!0),_e(this.elements.container,this.config.classNames.provider.replace("{0}",this.provider),!0),this.isEmbed&&_e(this.elements.container,this.config.classNames.type.replace("{0}","video"),!0),this.isVideo&&(this.elements.wrapper=pe("div",{class:this.config.classNames.video}),os(this.media,this.elements.wrapper),this.elements.poster=pe("div",{class:this.config.classNames.poster,hidden:""}),this.elements.wrapper.appendChild(this.elements.poster)),this.isHTML5?J2.setup.call(this):this.isYouTube?sr.setup.call(this):this.isVimeo&&Wa.setup.call(this)):this.debug.warn("No media element found!")}},bb=function(e){e.manager&&e.manager.destroy(),e.elements.displayContainer&&e.elements.displayContainer.destroy(),e.elements.container.remove()},_b=function(){function e(t){var n=this;ct(this,e),this.player=t,this.config=t.config.ads,this.playing=!1,this.initialized=!1,this.elements={container:null,displayContainer:null},this.manager=null,this.loader=null,this.cuePoints=null,this.events={},this.safetyTimer=null,this.countdownTimer=null,this.managerPromise=new Promise(function(r,a){n.on("loaded",r),n.on("error",a)}),this.load()}return ut(e,[{key:"load",value:function(){var t=this;this.enabled&&(g.object(window.google)&&g.object(window.google.ima)?this.ready():Ua(this.player.config.urls.googleIMA.sdk).then(function(){t.ready()}).catch(function(){t.trigger("error",new Error("Google IMA SDK failed to load"))}))}},{key:"ready",value:function(){var t=this;this.enabled||bb(this),this.startSafetyTimer(12e3,"ready()"),this.managerPromise.then(function(){t.clearSafetyTimer("onAdsManagerLoaded()")}),this.listeners(),this.setupIMA()}},{key:"setupIMA",value:function(){var t=this;this.elements.container=pe("div",{class:this.player.config.classNames.ads}),this.player.elements.container.appendChild(this.elements.container),google.ima.settings.setVpaidMode(google.ima.ImaSdkSettings.VpaidMode.ENABLED),google.ima.settings.setLocale(this.player.config.ads.language),google.ima.settings.setDisableCustomPlaybackForIOS10Plus(this.player.config.playsinline),this.elements.displayContainer=new google.ima.AdDisplayContainer(this.elements.container,this.player.media),this.loader=new google.ima.AdsLoader(this.elements.displayContainer),this.loader.addEventListener(google.ima.AdsManagerLoadedEvent.Type.ADS_MANAGER_LOADED,function(n){return t.onAdsManagerLoaded(n)},!1),this.loader.addEventListener(google.ima.AdErrorEvent.Type.AD_ERROR,function(n){return t.onAdError(n)},!1),this.requestAds()}},{key:"requestAds",value:function(){var t=this.player.elements.container;try{var n=new google.ima.AdsRequest;n.adTagUrl=this.tagUrl,n.linearAdSlotWidth=t.offsetWidth,n.linearAdSlotHeight=t.offsetHeight,n.nonLinearAdSlotWidth=t.offsetWidth,n.nonLinearAdSlotHeight=t.offsetHeight,n.forceNonLinearFullSlot=!1,n.setAdWillPlayMuted(!this.player.muted),this.loader.requestAds(n)}catch(r){this.onAdError(r)}}},{key:"pollCountdown",value:function(){var t=this,n=arguments.length>0&&arguments[0]!==void 0&&arguments[0];if(!n)return clearInterval(this.countdownTimer),void this.elements.container.removeAttribute("data-badge-text");var r=function(){var a=or(Math.max(t.manager.getRemainingTime(),0)),o="".concat(Qe.get("advertisement",t.player.config)," - ").concat(a);t.elements.container.setAttribute("data-badge-text",o)};this.countdownTimer=setInterval(r,100)}},{key:"onAdsManagerLoaded",value:function(t){var n=this;if(this.enabled){var r=new google.ima.AdsRenderingSettings;r.restoreCustomPlaybackStateOnAdBreakComplete=!0,r.enablePreloading=!0,this.manager=t.getAdsManager(this.player,r),this.cuePoints=this.manager.getCuePoints(),this.manager.addEventListener(google.ima.AdErrorEvent.Type.AD_ERROR,function(a){return n.onAdError(a)}),Object.keys(google.ima.AdEvent.Type).forEach(function(a){n.manager.addEventListener(google.ima.AdEvent.Type[a],function(o){return n.onAdEvent(o)})}),this.trigger("loaded")}}},{key:"addCuePoints",value:function(){var t=this;g.empty(this.cuePoints)||this.cuePoints.forEach(function(n){if(n!==0&&n!==-1&&n<t.player.duration){var r=t.player.elements.progress;if(g.element(r)){var a=100/t.player.duration*n,o=pe("span",{class:t.player.config.classNames.cues});o.style.left="".concat(a.toString(),"%"),r.appendChild(o)}}})}},{key:"onAdEvent",value:function(t){var n,r=this,a=this.player.elements.container,o=t.getAd(),l=t.getAdData();switch(n=t.type,he.call(r.player,r.player.media,"ads".concat(n.replace(/_/g,"").toLowerCase())),t.type){case google.ima.AdEvent.Type.LOADED:this.trigger("loaded"),this.pollCountdown(!0),o.isLinear()||(o.width=a.offsetWidth,o.height=a.offsetHeight);break;case google.ima.AdEvent.Type.STARTED:this.manager.setVolume(this.player.volume);break;case google.ima.AdEvent.Type.ALL_ADS_COMPLETED:this.player.ended?this.loadAds():this.loader.contentComplete();break;case google.ima.AdEvent.Type.CONTENT_PAUSE_REQUESTED:this.pauseContent();break;case google.ima.AdEvent.Type.CONTENT_RESUME_REQUESTED:this.pollCountdown(),this.resumeContent();break;case google.ima.AdEvent.Type.LOG:l.adError&&this.player.debug.warn("Non-fatal ad error: ".concat(l.adError.getMessage()))}}},{key:"onAdError",value:function(t){this.cancel(),this.player.debug.warn("Ads error",t)}},{key:"listeners",value:function(){var t,n=this,r=this.player.elements.container;this.player.on("canplay",function(){n.addCuePoints()}),this.player.on("ended",function(){n.loader.contentComplete()}),this.player.on("timeupdate",function(){t=n.player.currentTime}),this.player.on("seeked",function(){var a=n.player.currentTime;g.empty(n.cuePoints)||n.cuePoints.forEach(function(o,l){t<o&&o<a&&(n.manager.discardAdBreak(),n.cuePoints.splice(l,1))})}),window.addEventListener("resize",function(){n.manager&&n.manager.resize(r.offsetWidth,r.offsetHeight,google.ima.ViewMode.NORMAL)})}},{key:"play",value:function(){var t=this,n=this.player.elements.container;this.managerPromise||this.resumeContent(),this.managerPromise.then(function(){t.manager.setVolume(t.player.volume),t.elements.displayContainer.initialize();try{t.initialized||(t.manager.init(n.offsetWidth,n.offsetHeight,google.ima.ViewMode.NORMAL),t.manager.start()),t.initialized=!0}catch(r){t.onAdError(r)}}).catch(function(){})}},{key:"resumeContent",value:function(){this.elements.container.style.zIndex="",this.playing=!1,D2(this.player.media.play())}},{key:"pauseContent",value:function(){this.elements.container.style.zIndex=3,this.playing=!0,this.player.media.pause()}},{key:"cancel",value:function(){this.initialized&&this.resumeContent(),this.trigger("error"),this.loadAds()}},{key:"loadAds",value:function(){var t=this;this.managerPromise.then(function(){t.manager&&t.manager.destroy(),t.managerPromise=new Promise(function(n){t.on("loaded",n),t.player.debug.log(t.manager)}),t.initialized=!1,t.requestAds()}).catch(function(){})}},{key:"trigger",value:function(t){for(var n=this,r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];var l=this.events[t];g.array(l)&&l.forEach(function(s){g.function(s)&&s.apply(n,a)})}},{key:"on",value:function(t,n){return g.array(this.events[t])||(this.events[t]=[]),this.events[t].push(n),this}},{key:"startSafetyTimer",value:function(t,n){var r=this;this.player.debug.log("Safety timer invoked from: ".concat(n)),this.safetyTimer=setTimeout(function(){r.cancel(),r.clearSafetyTimer("startSafetyTimer()")},t)}},{key:"clearSafetyTimer",value:function(t){g.nullOrUndefined(this.safetyTimer)||(this.player.debug.log("Safety timer cleared from: ".concat(t)),clearTimeout(this.safetyTimer),this.safetyTimer=null)}},{key:"enabled",get:function(){var t=this.config;return this.player.isHTML5&&this.player.isVideo&&t.enabled&&(!g.empty(t.publisherId)||g.url(t.tagUrl))}},{key:"tagUrl",get:function(){var t=this.config;if(g.url(t.tagUrl))return t.tagUrl;var n={AV_PUBLISHERID:"58c25bb0073ef448b1087ad6",AV_CHANNELID:"5a0458dc28a06145e4519d21",AV_URL:window.location.hostname,cb:Date.now(),AV_WIDTH:640,AV_HEIGHT:480,AV_CDIM2:t.publisherId};return"".concat("https://go.aniview.com/api/adserver6/vast/","?").concat(gs(n))}}]),e}(),vb=function(e){var t=[];return e.split(/\r\n\r\n|\n\n|\r\r/).forEach(function(n){var r={};n.split(/\r\n|\n|\r/).forEach(function(a){if(g.number(r.startTime)){if(!g.empty(a.trim())&&g.empty(r.text)){var o=a.trim().split("#xywh="),l=Xe(o,1);if(r.text=l[0],o[1]){var s=Xe(o[1].split(","),4);r.x=s[0],r.y=s[1],r.w=s[2],r.h=s[3]}}}else{var c=a.match(/([0-9]{2})?:?([0-9]{2}):([0-9]{2}).([0-9]{2,3})( ?--> ?)([0-9]{2})?:?([0-9]{2}):([0-9]{2}).([0-9]{2,3})/);c&&(r.startTime=60*Number(c[1]||0)*60+60*Number(c[2])+Number(c[3])+Number("0.".concat(c[4])),r.endTime=60*Number(c[6]||0)*60+60*Number(c[7])+Number(c[8])+Number("0.".concat(c[9])))}}),r.text&&t.push(r)}),t},bs=function(e,t){var n={};return e>t.width/t.height?(n.width=t.width,n.height=1/e*t.width):(n.height=t.height,n.width=e*t.height),n},_s=function(){function e(t){ct(this,e),this.player=t,this.thumbnails=[],this.loaded=!1,this.lastMouseMoveTime=Date.now(),this.mouseDown=!1,this.loadedImages=[],this.elements={thumb:{},scrubbing:{}},this.load()}return ut(e,[{key:"load",value:function(){var t=this;this.player.elements.display.seekTooltip&&(this.player.elements.display.seekTooltip.hidden=this.enabled),this.enabled&&this.getThumbnails().then(function(){t.enabled&&(t.render(),t.determineContainerAutoSizing(),t.loaded=!0)})}},{key:"getThumbnails",value:function(){var t=this;return new Promise(function(n){var r=t.player.config.previewThumbnails.src;if(g.empty(r))throw new Error("Missing previewThumbnails.src config attribute");var a=function(){t.thumbnails.sort(function(l,s){return l.height-s.height}),t.player.debug.log("Preview thumbnails",t.thumbnails),n()};if(g.function(r))r(function(l){t.thumbnails=l,a()});else{var o=(g.string(r)?[r]:r).map(function(l){return t.getThumbnail(l)});Promise.all(o).then(a)}})}},{key:"getThumbnail",value:function(t){var n=this;return new Promise(function(r){e0(t).then(function(a){var o={frames:vb(a),height:null,urlPrefix:""};o.frames[0].text.startsWith("/")||o.frames[0].text.startsWith("http://")||o.frames[0].text.startsWith("https://")||(o.urlPrefix=t.substring(0,t.lastIndexOf("/")+1));var l=new Image;l.onload=function(){o.height=l.naturalHeight,o.width=l.naturalWidth,n.thumbnails.push(o),r()},l.src=o.urlPrefix+o.frames[0].text})})}},{key:"startMove",value:function(t){if(this.loaded&&g.event(t)&&["touchmove","mousemove"].includes(t.type)&&this.player.media.duration){if(t.type==="touchmove")this.seekTime=this.player.media.duration*(this.player.elements.inputs.seek.value/100);else{var n=this.player.elements.progress.getBoundingClientRect(),r=100/n.width*(t.pageX-n.left);this.seekTime=this.player.media.duration*(r/100),this.seekTime<0&&(this.seekTime=0),this.seekTime>this.player.media.duration-1&&(this.seekTime=this.player.media.duration-1),this.mousePosX=t.pageX,this.elements.thumb.time.innerText=or(this.seekTime)}this.showImageAtCurrentTime()}}},{key:"endMove",value:function(){this.toggleThumbContainer(!1,!0)}},{key:"startScrubbing",value:function(t){(g.nullOrUndefined(t.button)||t.button===!1||t.button===0)&&(this.mouseDown=!0,this.player.media.duration&&(this.toggleScrubbingContainer(!0),this.toggleThumbContainer(!1,!0),this.showImageAtCurrentTime()))}},{key:"endScrubbing",value:function(){var t=this;this.mouseDown=!1,Math.ceil(this.lastTime)===Math.ceil(this.player.media.currentTime)?this.toggleScrubbingContainer(!1):Pa.call(this.player,this.player.media,"timeupdate",function(){t.mouseDown||t.toggleScrubbingContainer(!1)})}},{key:"listeners",value:function(){var t=this;this.player.on("play",function(){t.toggleThumbContainer(!1,!0)}),this.player.on("seeked",function(){t.toggleThumbContainer(!1)}),this.player.on("timeupdate",function(){t.lastTime=t.player.media.currentTime})}},{key:"render",value:function(){this.elements.thumb.container=pe("div",{class:this.player.config.classNames.previewThumbnails.thumbContainer}),this.elements.thumb.imageContainer=pe("div",{class:this.player.config.classNames.previewThumbnails.imageContainer}),this.elements.thumb.container.appendChild(this.elements.thumb.imageContainer);var t=pe("div",{class:this.player.config.classNames.previewThumbnails.timeContainer});this.elements.thumb.time=pe("span",{},"00:00"),t.appendChild(this.elements.thumb.time),this.elements.thumb.container.appendChild(t),g.element(this.player.elements.progress)&&this.player.elements.progress.appendChild(this.elements.thumb.container),this.elements.scrubbing.container=pe("div",{class:this.player.config.classNames.previewThumbnails.scrubbingContainer}),this.player.elements.wrapper.appendChild(this.elements.scrubbing.container)}},{key:"destroy",value:function(){this.elements.thumb.container&&this.elements.thumb.container.remove(),this.elements.scrubbing.container&&this.elements.scrubbing.container.remove()}},{key:"showImageAtCurrentTime",value:function(){var t=this;this.mouseDown?this.setScrubbingContainerSize():this.setThumbContainerSizeAndPos();var n=this.thumbnails[0].frames.findIndex(function(o){return t.seekTime>=o.startTime&&t.seekTime<=o.endTime}),r=n>=0,a=0;this.mouseDown||this.toggleThumbContainer(r),r&&(this.thumbnails.forEach(function(o,l){t.loadedImages.includes(o.frames[n].text)&&(a=l)}),n!==this.showingThumb&&(this.showingThumb=n,this.loadImage(a)))}},{key:"loadImage",value:function(){var t=this,n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,r=this.showingThumb,a=this.thumbnails[n],o=a.urlPrefix,l=a.frames[r],s=a.frames[r].text,c=o+s;if(this.currentImageElement&&this.currentImageElement.dataset.filename===s)this.showImage(this.currentImageElement,l,n,r,s,!1),this.currentImageElement.dataset.index=r,this.removeOldImages(this.currentImageElement);else{this.loadingImage&&this.usingSprites&&(this.loadingImage.onload=null);var u=new Image;u.src=c,u.dataset.index=r,u.dataset.filename=s,this.showingThumbFilename=s,this.player.debug.log("Loading image: ".concat(c)),u.onload=function(){return t.showImage(u,l,n,r,s,!0)},this.loadingImage=u,this.removeOldImages(u)}}},{key:"showImage",value:function(t,n,r,a,o){var l=!(arguments.length>5&&arguments[5]!==void 0)||arguments[5];this.player.debug.log("Showing thumb: ".concat(o,". num: ").concat(a,". qual: ").concat(r,". newimg: ").concat(l)),this.setImageSizeAndOffset(t,n),l&&(this.currentImageContainer.appendChild(t),this.currentImageElement=t,this.loadedImages.includes(o)||this.loadedImages.push(o)),this.preloadNearby(a,!0).then(this.preloadNearby(a,!1)).then(this.getHigherQuality(r,t,n,o))}},{key:"removeOldImages",value:function(t){var n=this;Array.from(this.currentImageContainer.children).forEach(function(r){if(r.tagName.toLowerCase()==="img"){var a=n.usingSprites?500:1e3;if(r.dataset.index!==t.dataset.index&&!r.dataset.deleting){r.dataset.deleting=!0;var o=n.currentImageContainer;setTimeout(function(){o.removeChild(r),n.player.debug.log("Removing thumb: ".concat(r.dataset.filename))},a)}}})}},{key:"preloadNearby",value:function(t){var n=this,r=!(arguments.length>1&&arguments[1]!==void 0)||arguments[1];return new Promise(function(a){setTimeout(function(){var o=n.thumbnails[0].frames[t].text;if(n.showingThumbFilename===o){var l;l=r?n.thumbnails[0].frames.slice(t):n.thumbnails[0].frames.slice(0,t).reverse();var s=!1;l.forEach(function(c){var u=c.text;if(u!==o&&!n.loadedImages.includes(u)){s=!0,n.player.debug.log("Preloading thumb filename: ".concat(u));var h=n.thumbnails[0].urlPrefix+u,f=new Image;f.src=h,f.onload=function(){n.player.debug.log("Preloaded thumb filename: ".concat(u)),n.loadedImages.includes(u)||n.loadedImages.push(u),a()}}}),s||a()}},300)})}},{key:"getHigherQuality",value:function(t,n,r,a){var o=this;if(t<this.thumbnails.length-1){var l=n.naturalHeight;this.usingSprites&&(l=r.h),l<this.thumbContainerHeight&&setTimeout(function(){o.showingThumbFilename===a&&(o.player.debug.log("Showing higher quality thumb for: ".concat(a)),o.loadImage(t+1))},300)}}},{key:"toggleThumbContainer",value:function(){var t=arguments.length>0&&arguments[0]!==void 0&&arguments[0],n=arguments.length>1&&arguments[1]!==void 0&&arguments[1],r=this.player.config.classNames.previewThumbnails.thumbContainerShown;this.elements.thumb.container.classList.toggle(r,t),!t&&n&&(this.showingThumb=null,this.showingThumbFilename=null)}},{key:"toggleScrubbingContainer",value:function(){var t=arguments.length>0&&arguments[0]!==void 0&&arguments[0],n=this.player.config.classNames.previewThumbnails.scrubbingContainerShown;this.elements.scrubbing.container.classList.toggle(n,t),t||(this.showingThumb=null,this.showingThumbFilename=null)}},{key:"determineContainerAutoSizing",value:function(){(this.elements.thumb.imageContainer.clientHeight>20||this.elements.thumb.imageContainer.clientWidth>20)&&(this.sizeSpecifiedInCSS=!0)}},{key:"setThumbContainerSizeAndPos",value:function(){if(this.sizeSpecifiedInCSS){if(this.elements.thumb.imageContainer.clientHeight>20&&this.elements.thumb.imageContainer.clientWidth<20){var t=Math.floor(this.elements.thumb.imageContainer.clientHeight*this.thumbAspectRatio);this.elements.thumb.imageContainer.style.width="".concat(t,"px")}else if(this.elements.thumb.imageContainer.clientHeight<20&&this.elements.thumb.imageContainer.clientWidth>20){var n=Math.floor(this.elements.thumb.imageContainer.clientWidth/this.thumbAspectRatio);this.elements.thumb.imageContainer.style.height="".concat(n,"px")}}else{var r=Math.floor(this.thumbContainerHeight*this.thumbAspectRatio);this.elements.thumb.imageContainer.style.height="".concat(this.thumbContainerHeight,"px"),this.elements.thumb.imageContainer.style.width="".concat(r,"px")}this.setThumbContainerPos()}},{key:"setThumbContainerPos",value:function(){var t=this.player.elements.progress.getBoundingClientRect(),n=this.player.elements.container.getBoundingClientRect(),r=this.elements.thumb.container,a=n.left-t.left+10,o=n.right-t.left-r.clientWidth-10,l=this.mousePosX-t.left-r.clientWidth/2;l<a&&(l=a),l>o&&(l=o),r.style.left="".concat(l,"px")}},{key:"setScrubbingContainerSize",value:function(){var t=bs(this.thumbAspectRatio,{width:this.player.media.clientWidth,height:this.player.media.clientHeight}),n=t.width,r=t.height;this.elements.scrubbing.container.style.width="".concat(n,"px"),this.elements.scrubbing.container.style.height="".concat(r,"px")}},{key:"setImageSizeAndOffset",value:function(t,n){if(this.usingSprites){var r=this.thumbContainerHeight/n.h;t.style.height="".concat(t.naturalHeight*r,"px"),t.style.width="".concat(t.naturalWidth*r,"px"),t.style.left="-".concat(n.x*r,"px"),t.style.top="-".concat(n.y*r,"px")}}},{key:"enabled",get:function(){return this.player.isHTML5&&this.player.isVideo&&this.player.config.previewThumbnails.enabled}},{key:"currentImageContainer",get:function(){return this.mouseDown?this.elements.scrubbing.container:this.elements.thumb.imageContainer}},{key:"usingSprites",get:function(){return Object.keys(this.thumbnails[0].frames[0]).includes("w")}},{key:"thumbAspectRatio",get:function(){return this.usingSprites?this.thumbnails[0].frames[0].w/this.thumbnails[0].frames[0].h:this.thumbnails[0].width/this.thumbnails[0].height}},{key:"thumbContainerHeight",get:function(){return this.mouseDown?bs(this.thumbAspectRatio,{width:this.player.media.clientWidth,height:this.player.media.clientHeight}).height:this.sizeSpecifiedInCSS?this.elements.thumb.imageContainer.clientHeight:Math.floor(this.player.media.clientWidth/this.thumbAspectRatio/4)}},{key:"currentImageElement",get:function(){return this.mouseDown?this.currentScrubbingImageElement:this.currentThumbnailImageElement},set:function(t){this.mouseDown?this.currentScrubbingImageElement=t:this.currentThumbnailImageElement=t}}]),e}(),ja={insertElements:function(e,t){var n=this;g.string(t)?ls(e,this.media,{src:t}):g.array(t)&&t.forEach(function(r){ls(e,n.media,r)})},change:function(e){var t=this;as(e,"sources.length")?(J2.cancelRequests.call(this),this.destroy.call(this,function(){t.options.quality=[],H2(t.media),t.media=null,g.element(t.elements.container)&&t.elements.container.removeAttribute("class");var n=e.sources,r=e.type,a=Xe(n,1)[0],o=a.provider,l=o===void 0?et.html5:o,s=a.src,c=l==="html5"?r:"div",u=l==="html5"?{}:{src:s};Object.assign(t,{provider:l,type:r,supported:Re.check(r,l,t.config.playsinline),media:pe(c,u)}),t.elements.container.appendChild(t.media),g.boolean(e.autoplay)&&(t.config.autoplay=e.autoplay),t.isHTML5&&(t.config.crossorigin&&t.media.setAttribute("crossorigin",""),t.config.autoplay&&t.media.setAttribute("autoplay",""),g.empty(e.poster)||(t.poster=e.poster),t.config.loop.active&&t.media.setAttribute("loop",""),t.config.muted&&t.media.setAttribute("muted",""),t.config.playsinline&&t.media.setAttribute("playsinline","")),Oe.addStyleHook.call(t),t.isHTML5&&ja.insertElements.call(t,"source",n),t.config.title=e.title,ws.setup.call(t),t.isHTML5&&Object.keys(e).includes("tracks")&&ja.insertElements.call(t,"track",e.tracks),(t.isHTML5||t.isEmbed&&!t.supported.ui)&&Oe.build.call(t),t.isHTML5&&t.media.load(),g.empty(e.previewThumbnails)||(Object.assign(t.config.previewThumbnails,e.previewThumbnails),t.previewThumbnails&&t.previewThumbnails.loaded&&(t.previewThumbnails.destroy(),t.previewThumbnails=null),t.config.previewThumbnails.enabled&&(t.previewThumbnails=new _s(t))),t.fullscreen.update()},!0)):this.debug.warn("Invalid source format")}};function xb(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:255;return Math.min(Math.max(e,t),n)}var vs=function(){function e(t,n){var r=this;if(ct(this,e),this.timers={},this.ready=!1,this.loading=!1,this.failed=!1,this.touch=Re.touch,this.media=t,g.string(this.media)&&(this.media=document.querySelectorAll(this.media)),(window.jQuery&&this.media instanceof jQuery||g.nodeList(this.media)||g.array(this.media))&&(this.media=this.media[0]),this.config=We({},Cs,e.defaults,n||{},function(){try{return JSON.parse(r.media.getAttribute("data-plyr-config"))}catch{return{}}}()),this.elements={container:null,fullscreen:null,captions:null,buttons:{},display:{},progress:{},inputs:{},settings:{popup:null,menu:null,panels:{},buttons:{}}},this.captions={active:null,currentTrack:-1,meta:new WeakMap},this.fullscreen={active:!1},this.options={speed:[],quality:[]},this.debug=new fb(this.config.debug),this.debug.log("Config",this.config),this.debug.log("Support",Re),!g.nullOrUndefined(this.media)&&g.element(this.media))if(this.media.plyr)this.debug.warn("Target already setup");else if(this.config.enabled)if(Re.check().api){var a=this.media.cloneNode(!0);a.autoplay=!1,this.elements.original=a;var o=this.media.tagName.toLowerCase(),l=null,s=null;switch(o){case"div":if(l=this.media.querySelector("iframe"),g.element(l)){if(s=ys(l.getAttribute("src")),this.provider=db(s.toString()),this.elements.container=this.media,this.media=l,this.elements.container.className="",s.search.length){var c=["1","true"];c.includes(s.searchParams.get("autoplay"))&&(this.config.autoplay=!0),c.includes(s.searchParams.get("loop"))&&(this.config.loop.active=!0),this.isYouTube?(this.config.playsinline=c.includes(s.searchParams.get("playsinline")),this.config.youtube.hl=s.searchParams.get("hl")):this.config.playsinline=!0}}else this.provider=this.media.getAttribute(this.config.attributes.embed.provider),this.media.removeAttribute(this.config.attributes.embed.provider);if(g.empty(this.provider)||!Object.keys(et).includes(this.provider))return void this.debug.error("Setup failed: Invalid provider");this.type=Ha.video;break;case"video":case"audio":this.type=o,this.provider=et.html5,this.media.hasAttribute("crossorigin")&&(this.config.crossorigin=!0),this.media.hasAttribute("autoplay")&&(this.config.autoplay=!0),(this.media.hasAttribute("playsinline")||this.media.hasAttribute("webkit-playsinline"))&&(this.config.playsinline=!0),this.media.hasAttribute("muted")&&(this.config.muted=!0),this.media.hasAttribute("loop")&&(this.config.loop.active=!0);break;default:return void this.debug.error("Setup failed: unsupported type")}this.supported=Re.check(this.type,this.provider,this.config.playsinline),this.supported.api?(this.eventListeners=[],this.listeners=new pb(this),this.storage=new hs(this),this.media.plyr=this,g.element(this.elements.container)||(this.elements.container=pe("div",{tabindex:0}),os(this.media,this.elements.container)),Oe.migrateStyles.call(this),Oe.addStyleHook.call(this),ws.setup.call(this),this.config.debug&&ve.call(this,this.elements.container,this.config.events.join(" "),function(u){r.debug.log("event: ".concat(u.type))}),this.fullscreen=new hb(this),(this.isHTML5||this.isEmbed&&!this.supported.ui)&&Oe.build.call(this),this.listeners.container(),this.listeners.global(),this.config.ads.enabled&&(this.ads=new _b(this)),this.isHTML5&&this.config.autoplay&&this.once("canplay",function(){return D2(r.play())}),this.lastSeekTime=0,this.config.previewThumbnails.enabled&&(this.previewThumbnails=new _s(this))):this.debug.error("Setup failed: no support")}else this.debug.error("Setup failed: no support");else this.debug.error("Setup failed: disabled by config");else this.debug.error("Setup failed: no suitable element passed")}return ut(e,[{key:"play",value:function(){var t=this;return g.function(this.media.play)?(this.ads&&this.ads.enabled&&this.ads.managerPromise.then(function(){return t.ads.play()}).catch(function(){return D2(t.media.play())}),this.media.play()):null}},{key:"pause",value:function(){return this.playing&&g.function(this.media.pause)?this.media.pause():null}},{key:"togglePlay",value:function(t){return(g.boolean(t)?t:!this.playing)?this.play():this.pause()}},{key:"stop",value:function(){this.isHTML5?(this.pause(),this.restart()):g.function(this.media.stop)&&this.media.stop()}},{key:"restart",value:function(){this.currentTime=0}},{key:"rewind",value:function(t){this.currentTime-=g.number(t)?t:this.config.seekTime}},{key:"forward",value:function(t){this.currentTime+=g.number(t)?t:this.config.seekTime}},{key:"increaseVolume",value:function(t){var n=this.media.muted?0:this.volume;this.volume=n+(g.number(t)?t:0)}},{key:"decreaseVolume",value:function(t){this.increaseVolume(-t)}},{key:"toggleCaptions",value:function(t){Le.toggle.call(this,t,!1)}},{key:"airplay",value:function(){Re.airplay&&this.media.webkitShowPlaybackTargetPicker()}},{key:"toggleControls",value:function(t){if(this.supported.ui&&!this.isAudio){var n=ir(this.elements.container,this.config.classNames.hideControls),r=t===void 0?void 0:!t,a=_e(this.elements.container,this.config.classNames.hideControls,r);if(a&&g.array(this.config.controls)&&this.config.controls.includes("settings")&&!g.empty(this.config.settings)&&Q.toggleMenu.call(this,!1),a!==n){var o=a?"controlshidden":"controlsshown";he.call(this,this.media,o)}return!a}return!1}},{key:"on",value:function(t,n){ve.call(this,this.elements.container,t,n)}},{key:"once",value:function(t,n){Pa.call(this,this.elements.container,t,n)}},{key:"off",value:function(t,n){ar(this.elements.container,t,n)}},{key:"destroy",value:function(t){var n=this,r=arguments.length>1&&arguments[1]!==void 0&&arguments[1];if(this.ready){var a=function(){document.body.style.overflow="",n.embed=null,r?(Object.keys(n.elements).length&&(H2(n.elements.buttons.play),H2(n.elements.captions),H2(n.elements.controls),H2(n.elements.wrapper),n.elements.buttons.play=null,n.elements.captions=null,n.elements.controls=null,n.elements.wrapper=null),g.function(t)&&t()):(eb.call(n),J2.cancelRequests.call(n),rr(n.elements.original,n.elements.container),he.call(n,n.elements.original,"destroyed",!0),g.function(t)&&t.call(n.elements.original),n.ready=!1,setTimeout(function(){n.elements=null,n.media=null},200))};this.stop(),clearTimeout(this.timers.loading),clearTimeout(this.timers.controls),clearTimeout(this.timers.resized),this.isHTML5?(Oe.toggleNativeControls.call(this,!0),a()):this.isYouTube?(clearInterval(this.timers.buffering),clearInterval(this.timers.playing),this.embed!==null&&g.function(this.embed.destroy)&&this.embed.destroy(),a()):this.isVimeo&&(this.embed!==null&&this.embed.unload().then(a),setTimeout(a,200))}}},{key:"supports",value:function(t){return Re.mime.call(this,t)}},{key:"isHTML5",get:function(){return this.provider===et.html5}},{key:"isEmbed",get:function(){return this.isYouTube||this.isVimeo}},{key:"isYouTube",get:function(){return this.provider===et.youtube}},{key:"isVimeo",get:function(){return this.provider===et.vimeo}},{key:"isVideo",get:function(){return this.type===Ha.video}},{key:"isAudio",get:function(){return this.type===Ha.audio}},{key:"playing",get:function(){return!!(this.ready&&!this.paused&&!this.ended)}},{key:"paused",get:function(){return!!this.media.paused}},{key:"stopped",get:function(){return!!(this.paused&&this.currentTime===0)}},{key:"ended",get:function(){return!!this.media.ended}},{key:"currentTime",set:function(t){if(this.duration){var n=g.number(t)&&t>0;this.media.currentTime=n?Math.min(t,this.duration):0,this.debug.log("Seeking to ".concat(this.currentTime," seconds"))}},get:function(){return Number(this.media.currentTime)}},{key:"buffered",get:function(){var t=this.media.buffered;return g.number(t)?t:t&&t.length&&this.duration>0?t.end(0)/this.duration:0}},{key:"seeking",get:function(){return!!this.media.seeking}},{key:"duration",get:function(){var t=parseFloat(this.config.duration),n=(this.media||{}).duration,r=g.number(n)&&n!==1/0?n:0;return t||r}},{key:"volume",set:function(t){var n=t;g.string(n)&&(n=Number(n)),g.number(n)||(n=this.storage.get("volume")),g.number(n)||(n=this.config.volume),n>1&&(n=1),n<0&&(n=0),this.config.volume=n,this.media.volume=n,!g.empty(t)&&this.muted&&n>0&&(this.muted=!1)},get:function(){return Number(this.media.volume)}},{key:"muted",set:function(t){var n=t;g.boolean(n)||(n=this.storage.get("muted")),g.boolean(n)||(n=this.config.muted),this.config.muted=n,this.media.muted=n},get:function(){return!!this.media.muted}},{key:"hasAudio",get:function(){return!this.isHTML5||!!this.isAudio||!!this.media.mozHasAudio||!!this.media.webkitAudioDecodedByteCount||!!(this.media.audioTracks&&this.media.audioTracks.length)}},{key:"speed",set:function(t){var n=this,r=null;g.number(t)&&(r=t),g.number(r)||(r=this.storage.get("speed")),g.number(r)||(r=this.config.speed.selected);var a=this.minimumSpeed,o=this.maximumSpeed;r=xb(r,a,o),this.config.speed.selected=r,setTimeout(function(){n.media.playbackRate=r},0)},get:function(){return Number(this.media.playbackRate)}},{key:"minimumSpeed",get:function(){return this.isYouTube?Math.min.apply(Math,Ta(this.options.speed)):this.isVimeo?.5:.0625}},{key:"maximumSpeed",get:function(){return this.isYouTube?Math.max.apply(Math,Ta(this.options.speed)):this.isVimeo?2:16}},{key:"quality",set:function(t){var n=this.config.quality,r=this.options.quality;if(r.length){var a=[!g.empty(t)&&Number(t),this.storage.get("quality"),n.selected,n.default].find(g.number),o=!0;if(!r.includes(a)){var l=nb(r,a);this.debug.warn("Unsupported quality option: ".concat(a,", using ").concat(l," instead")),a=l,o=!1}n.selected=a,this.media.quality=a,o&&this.storage.set({quality:a})}},get:function(){return this.media.quality}},{key:"loop",set:function(t){var n=g.boolean(t)?t:this.config.loop.active;this.config.loop.active=n,this.media.loop=n},get:function(){return!!this.media.loop}},{key:"source",set:function(t){ja.change.call(this,t)},get:function(){return this.media.currentSrc}},{key:"download",get:function(){var t=this.config.urls.download;return g.url(t)?t:this.source},set:function(t){g.url(t)&&(this.config.urls.download=t,Q.setDownloadUrl.call(this))}},{key:"poster",set:function(t){this.isVideo?Oe.setPoster.call(this,t,!1).catch(function(){}):this.debug.warn("Poster can only be set for video")},get:function(){return this.isVideo?this.media.getAttribute("poster")||this.media.getAttribute("data-poster"):null}},{key:"ratio",get:function(){if(!this.isVideo)return null;var t=us(Va.call(this));return g.array(t)?t.join(":"):t},set:function(t){this.isVideo?g.string(t)&&cs(t)?(this.config.ratio=t,Q2.call(this)):this.debug.error("Invalid aspect ratio specified (".concat(t,")")):this.debug.warn("Aspect ratio can only be set for video")}},{key:"autoplay",set:function(t){var n=g.boolean(t)?t:this.config.autoplay;this.config.autoplay=n},get:function(){return!!this.config.autoplay}},{key:"currentTrack",set:function(t){Le.set.call(this,t,!1)},get:function(){var t=this.captions,n=t.toggled,r=t.currentTrack;return n?r:-1}},{key:"language",set:function(t){Le.setLanguage.call(this,t,!1)},get:function(){return(Le.getCurrentTrack.call(this)||{}).language}},{key:"pip",set:function(t){if(Re.pip){var n=g.boolean(t)?t:!this.pip;g.function(this.media.webkitSetPresentationMode)&&this.media.webkitSetPresentationMode(n?Ra.active:Ra.inactive),g.function(this.media.requestPictureInPicture)&&(!this.pip&&n?this.media.requestPictureInPicture():this.pip&&!n&&document.exitPictureInPicture())}},get:function(){return Re.pip?g.empty(this.media.webkitPresentationMode)?this.media===document.pictureInPictureElement:this.media.webkitPresentationMode===Ra.active:null}}],[{key:"supported",value:function(t,n,r){return Re.check(t,n,r)}},{key:"loadSprite",value:function(t,n){return ps(t,n)}},{key:"setup",value:function(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=null;return g.string(t)?r=Array.from(document.querySelectorAll(t)):g.nodeList(t)?r=Array.from(t):g.array(t)&&(r=t.filter(g.element)),g.empty(r)?null:r.map(function(a){return new e(a,n)})}}]),e}();vs.defaults=Gw(Cs);function kb(e){let t=e==="/"?"":e;return t=t.endsWith("/")?t.slice(0,-1):t,`${t}/img/plyr.svg`}var Lb={NVM_INC:"/Users/admin/.nvm/versions/node/v20.9.0/include/node",MANPATH:"/Users/admin/.nvm/versions/node/v20.9.0/share/man:/opt/homebrew/share/man::",PYCHARM_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/pycharm.vmoptions",WEBIDE_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/webide.vmoptions",NODE:"/Users/admin/.nvm/versions/node/v20.9.0/bin/node",NVM_CD_FLAGS:"-q",INIT_CWD:"/Users/admin/Projects/webitel-ui-sdk",JETBRAINSCLIENT_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/jetbrainsclient.vmoptions",TERM:"xterm-256color",SHELL:"/bin/zsh",HOMEBREW_REPOSITORY:"/opt/homebrew",TMPDIR:"/var/folders/g5/lf24d3m547vg6s2570f54tm40000gn/T/",npm_config_global_prefix:"/Users/admin/.nvm/versions/node/v20.9.0",COLOR:"1",npm_config_noproxy:"",npm_config_local_prefix:"/Users/admin/Projects/webitel-ui-sdk",NVM_DIR:"/Users/admin/.nvm",USER:"admin",COMMAND_MODE:"unix2003",npm_config_globalconfig:"/Users/admin/.nvm/versions/node/v20.9.0/etc/npmrc",SSH_AUTH_SOCK:"/private/tmp/com.apple.launchd.UAsmZw3A0z/Listeners",PHPSTORM_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/phpstorm.vmoptions",__CF_USER_TEXT_ENCODING:"0x1F5:0x0:0x0",GOLAND_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/goland.vmoptions",npm_execpath:"/Users/admin/.nvm/versions/node/v20.9.0/lib/node_modules/npm/bin/npm-cli.js",APPCODE_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/appcode.vmoptions",PATH:"/Users/admin/Projects/webitel-ui-sdk/node_modules/.bin:/Users/admin/Projects/node_modules/.bin:/Users/admin/node_modules/.bin:/Users/node_modules/.bin:/node_modules/.bin:/Users/admin/.nvm/versions/node/v20.9.0/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/Users/admin/Projects/webitel-ui-sdk/node_modules/.bin:/Users/admin/Projects/node_modules/.bin:/Users/admin/node_modules/.bin:/Users/node_modules/.bin:/node_modules/.bin:/Users/admin/.nvm/versions/node/v20.9.0/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/Users/admin/.nvm/versions/node/v20.9.0/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin",DEVECOSTUDIO_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/devecostudio.vmoptions",_:"/Users/admin/Projects/webitel-ui-sdk/node_modules/.bin/vite",npm_package_json:"/Users/admin/Projects/webitel-ui-sdk/package.json",__CFBundleIdentifier:"com.jetbrains.WebStorm",npm_config_init_module:"/Users/admin/.npm-init.js",npm_config_userconfig:"/Users/admin/.npmrc",PWD:"/Users/admin/Projects/webitel-ui-sdk",npm_command:"run-script",EDITOR:"vi",npm_lifecycle_event:"build",CLION_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/clion.vmoptions",IDEA_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/idea.vmoptions",npm_package_name:"@webitel/ui-sdk",XPC_FLAGS:"0x0",npm_config_npm_version:"10.1.0",WEBSTORM_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/webstorm.vmoptions",DATASPELL_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/dataspell.vmoptions",npm_config_node_gyp:"/Users/admin/.nvm/versions/node/v20.9.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",XPC_SERVICE_NAME:"0",npm_package_version:"24.6.7",STUDIO_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/studio.vmoptions",HOME:"/Users/admin",SHLVL:"2",HOMEBREW_PREFIX:"/opt/homebrew",IDEA_INITIAL_DIRECTORY:"/",LOGNAME:"admin",npm_config_cache:"/Users/admin/.npm",npm_lifecycle_script:"vite build",GATEWAY_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/gateway.vmoptions",LC_CTYPE:"en_US.UTF-8",DATAGRIP_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/datagrip.vmoptions",NVM_BIN:"/Users/admin/.nvm/versions/node/v20.9.0/bin",npm_config_user_agent:"npm/10.1.0 node/v20.9.0 darwin arm64 workspaces/false",INFOPATH:"/opt/homebrew/share/info:",HOMEBREW_CELLAR:"/opt/homebrew/Cellar",RIDER_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/rider.vmoptions",JETBRAINS_CLIENT_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/jetbrains_client.vmoptions",RUBYMINE_VM_OPTIONS:"/Users/admin/Downloads/jetbra/vmoptions/rubymine.vmoptions",npm_config_prefix:"/Users/admin/.nvm/versions/node/v20.9.0",npm_node_execpath:"/Users/admin/.nvm/versions/node/v20.9.0/bin/node",NODE_ENV:"production"};const Eb={name:"WtPlayer",props:{src:{},autoplay:{type:Boolean,default:!0},loop:{type:Boolean,default:!1},download:{type:[String,Function,Boolean],default:()=>e=>e.replace("/stream","/download")},mime:{type:String,default:"audio"},resetOnEnd:{type:Boolean,default:!1},invertTime:{type:Boolean,default:!0},resetVolume:{type:Boolean,default:!1},closable:{type:Boolean,default:!0},position:{type:String,default:"sticky"}},emits:["initialized","close"],data:()=>({player:null}),computed:{listeners(){return{...this.$listeners}},playerType(){return this.mime.includes("video")?"video":"audio"}},watch:{src(){this.setupDownload()},download(){this.setupDownload()}},mounted(){this.setupPlayer()},methods:{async setupPlayer(){await this.$nextTick();const e=this.$baseURL||Lb.BASE_URL||"/",t=kb(e);this.player&&this.player.destroy();const n=["play-large","play","progress","current-time","mute","volume","captions","settings","pip","airplay","fullscreen"];this.download&&n.push("download"),this.player=new vs(this.$refs.player,{autoplay:this.autoplay,loadSprite:!1,resetOnEnd:this.resetOnEnd,invertTime:this.invertTime,iconUrl:t,controls:n,loop:{active:this.loop}}),this.resetVolume&&this.makeVolumeReset(),this.download&&this.setupDownload(),this.closable&&this.appendCloseIcon(),this.$emit("initialized",this.player)},makeVolumeReset(){this.player.volume=1,this.player.muted=!1},setupDownload(){this.download?typeof this.download=="string"?this.player.download=this.download:typeof this.download=="function"&&(this.player.download=this.download(this.src)):this.setupPlayer()},appendCloseIcon(){var n,r;const e=(r=(n=this.$refs.player.plyr)==null?void 0:n.elements)==null?void 0:r.controls,t=this.$refs["close-icon"].$el;e&&e.append(t)}}};function Sb(e,t,n,r,a,o){const l=i.resolveComponent("wt-icon-btn");return i.openBlock(),i.createElementBlock("aside",{class:i.normalizeClass(["wt-player",[`wt-player--position-${n.position}`]])},[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(o.playerType),i.mergeProps({ref:"player",class:"wt-player__player",src:n.src,autoplay:n.autoplay,controls:""},i.toHandlers(o.listeners)),null,16,["src","autoplay"])),n.closable?(i.openBlock(),i.createBlock(l,{key:0,ref:"close-icon",class:"wt-player__close-icon",icon:"close",onClick:t[0]||(t[0]=s=>e.$emit("close"))},null,512)):i.createCommentVNode("",!0)],2)}const Tb=ie(Eb,[["render",Sb],["__scopeId","data-v-79d3b06e"]]),ht=Object.freeze({ONLINE:"online",PAUSE:"pause",OFFLINE:"offline",BREAK_OUT:"break_out"}),Ob=e=>{if(!e)return"00:00:00";let t=`${Math.floor(e/3600)}`,n=`${Math.floor(e%3600/60)}`,r=`${Math.floor(e%3600%60)}`;return t.length===1&&(t=`0${t}`),n.length===1&&(n=`0${n}`),r.length===1&&(r=`0${r}`),`${t}:${n}:${r}`},Bb=[{locale:"webitelUI.statusSelect.online",color:"success",value:ht.ONLINE},{locale:"webitelUI.statusSelect.pause",color:"primary",value:ht.PAUSE},{locale:"webitelUI.statusSelect.offline",color:"disabled",value:ht.OFFLINE},{locale:"webitelUI.statusSelect.breakOut",color:"break-out",value:ht.BREAK_OUT}],Ab={name:"WtStatusSelect",model:{prop:"status",event:"change"},props:{status:{type:String,default:ht.OFFLINE},statusDuration:{type:[String,Number],default:0},options:{type:Array}},emits:["change"],computed:{selectedOption(){return this.statusOptions.find(e=>e.value===this.status)},statusOptions(){return this.options?this.options:Bb.map(e=>({...e,text:this.$t(e.locale)}))},availableOptions(){return this.statusOptions.reduce((e,t)=>this.status===t.value&&t.value!==ht.PAUSE||t.value===ht.BREAK_OUT?e:[...e,t],[])},duration(){return typeof this.statusDuration=="string"?this.statusDuration:this.statusDuration!==void 0?Ob(this.statusDuration):this.selectedOption.text}},methods:{inputHandler(e){this.$emit("change",e.value)}}};function $b(e,t,n,r,a,o){const l=i.resolveComponent("wt-indicator"),s=i.resolveComponent("wt-select");return i.openBlock(),i.createBlock(s,{class:"wt-status-select",value:o.selectedOption,options:o.availableOptions,"track-by":"value",clearable:!1,searchable:!1,onInput:o.inputHandler},{singleLabel:i.withCtx(({option:c})=>[i.createVNode(l,{color:c.color,text:o.duration},null,8,["color","text"])]),option:i.withCtx(({option:c})=>[i.createVNode(l,{color:c.color,text:c.text},null,8,["color","text"])]),_:1},8,["value","options","onInput"])}const Db=ie(Ab,[["render",$b],["__scopeId","data-v-f527b244"]]),Mb=e=>{switch(e){case"asc":return"desc";case"desc":return null;default:return"asc"}},Nb={name:"WtTable",props:{headers:{type:Array,default:()=>[]},data:{type:Array,default:()=>[]},sortable:{type:Boolean,default:!1},selectable:{type:Boolean,default:!0},selected:{type:Array},gridActions:{type:Boolean,default:!0}},emits:["sort","update:selected"],data:()=>({}),computed:{_selected(){return this.selected||this.data.filter(e=>e._isSelected)},isAllSelected(){return this._selected.length===this.data.length&&this.data.length>0},dataHeaders(){return this.headers.filter(e=>e.show===void 0||e.show).map(e=>!e.text&&e.locale?{...e,text:typeof e.locale=="string"?this.$t(e.locale):this.$t(...e.locale)}:e)},columnsStyle(){let e="";this.selectable&&(e+="24px ");const t="minmax(140px, 1fr)";return this.dataHeaders.forEach(n=>{e+=` ${(n.width||t).trim()}`}),this.gridActions&&(e+=" 112px"),`grid-template-columns: ${e}`},isTableFooter(){return Object.keys(this.$slots).some(e=>e.includes("-footer"))}},methods:{sort(e){if(!this.isColSortable(e))return;const t=Mb(e.sort);this.$emit("sort",e,t)},isColSortable({sort:e}){return this.sortable&&e!==void 0},selectAll(){this.selected?this.isAllSelected?this.$emit("update:selected",[]):this.$emit("update:selected",[...this.data]):this.data.forEach(e=>{e._isSelected=!this.isAllSelected})},handleSelection(e,t){this.selected?t?this.$emit("update:selected",this._selected.filter(n=>n!==e)):this.$emit("update:selected",[...this._selected,e]):e._isSelected=!e._isSelected}}},Pb={class:"wt-table"},Vb={class:"wt-table__table"},Fb={class:"wt-table__head"},Ib={key:0,class:"wt-table__th wt-table__th--checkbox"},Rb=["onClick"],Hb={class:"wt-table__th__text"},Zb={key:1,class:"wt-table__th__actions"},Ub={class:"wt-table__body"},Wb={key:0,class:"wt-table__td wt-table__td--checkbox"},jb={key:1,class:"wt-table__td__actions"},Yb={key:0,class:"wt-table__foot"},zb={key:0,class:"wt-table__th__checkbox"};function qb(e,t,n,r,a,o){const l=i.resolveComponent("wt-checkbox"),s=i.resolveComponent("wt-icon");return i.openBlock(),i.createElementBlock("div",Pb,[i.createElementVNode("table",Vb,[i.createElementVNode("thead",Fb,[i.createElementVNode("tr",{style:i.normalizeStyle(o.columnsStyle),class:"wt-table__tr wt-table__tr__head"},[n.selectable?(i.openBlock(),i.createElementBlock("th",Ib,[i.createVNode(l,{selected:o.isAllSelected,onChange:o.selectAll},null,8,["selected","onChange"])])):i.createCommentVNode("",!0),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.dataHeaders,(c,u)=>(i.openBlock(),i.createElementBlock("th",{key:u,class:i.normalizeClass([[{"wt-table__th--sortable":o.isColSortable(c)},`wt-table__th--sort-${c.sort}`],"wt-table__th"]),onClick:h=>o.sort(c)},[i.createElementVNode("div",Hb,i.toDisplayString(c.text),1),n.sortable?(i.openBlock(),i.createBlock(s,{key:0,class:"wt-table__th__sort-arrow wt-table__th__sort-arrow--asc",icon:"sort-arrow-up",size:"sm"})):i.createCommentVNode("",!0),n.sortable?(i.openBlock(),i.createBlock(s,{key:1,class:"wt-table__th__sort-arrow wt-table__th__sort-arrow--desc",icon:"sort-arrow-down",size:"sm"})):i.createCommentVNode("",!0)],10,Rb))),128)),n.gridActions?(i.openBlock(),i.createElementBlock("th",Zb,[i.renderSlot(e.$slots,"actions-header",{},void 0,!0)])):i.createCommentVNode("",!0)],4)]),i.createElementVNode("tbody",Ub,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(n.data,(c,u)=>(i.openBlock(),i.createElementBlock("tr",{key:u,class:i.normalizeClass([`wt-table__tr__${c.id||u}`,"wt-table__tr wt-table__tr__body"]),style:i.normalizeStyle(o.columnsStyle)},[n.selectable?(i.openBlock(),i.createElementBlock("td",Wb,[i.createVNode(l,{selected:o._selected.includes(c),onChange:h=>o.handleSelection(c,h)},null,8,["selected","onChange"])])):i.createCommentVNode("",!0),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.dataHeaders,(h,f)=>(i.openBlock(),i.createElementBlock("td",{key:f,class:"wt-table__td"},[i.renderSlot(e.$slots,h.value,{index:u,item:c},()=>[i.createElementVNode("div",null,i.toDisplayString(c[h.value]),1)],!0)]))),128)),n.gridActions?(i.openBlock(),i.createElementBlock("td",jb,[i.renderSlot(e.$slots,"actions",{index:u,item:c},void 0,!0)])):i.createCommentVNode("",!0)],6))),128))]),o.isTableFooter?(i.openBlock(),i.createElementBlock("tfoot",Yb,[i.createElementVNode("tr",{style:i.normalizeStyle(o.columnsStyle),class:"wt-table__tr wt-table__tr__foot"},[n.selectable?(i.openBlock(),i.createElementBlock("th",zb)):i.createCommentVNode("",!0),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.dataHeaders,(c,u)=>(i.openBlock(),i.createElementBlock("td",{key:u,class:"wt-table__td"},[i.renderSlot(e.$slots,`${c.value}-footer`,{header:c,index:u},void 0,!0)]))),128))],4)])):i.createCommentVNode("",!0)])])}const Kb=ie(Nb,[["render",qb],["__scopeId","data-v-a677795b"]]),Gb={name:"WtTableActions",props:{icons:{type:Array,default:()=>["refresh"]},isSettingsActive:{type:Boolean,default:!1}},computed:{isImport(){return this.icons.indexOf("import")!==-1},isExport(){return this.icons.indexOf("export")!==-1},isFilterReset(){return this.icons.indexOf("filter-reset")!==-1},isColumnSelect(){return this.icons.indexOf("column-select")!==-1},isRefresh(){return this.icons.indexOf("refresh")!==-1},isSettings(){return this.icons.indexOf("settings")!==-1}}},Xb={class:"wt-table-actions"};function Qb(e,t,n,r,a,o){const l=i.resolveComponent("wt-icon-btn"),s=i.resolveComponent("wt-tooltip");return i.openBlock(),i.createElementBlock("aside",Xb,[i.renderSlot(e.$slots,"default",{},void 0,!0),o.isImport?(i.openBlock(),i.createBlock(s,{key:0},{activator:i.withCtx(()=>[i.createVNode(l,{icon:"download",onClick:t[0]||(t[0]=c=>e.$emit("input","import"))})]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(e.$t("reusable.import")),1)],void 0,!0),_:1})):i.createCommentVNode("",!0),o.isExport?(i.openBlock(),i.createBlock(s,{key:1},{activator:i.withCtx(()=>[i.createVNode(l,{icon:"upload",onClick:t[1]||(t[1]=c=>e.$emit("input","export"))})]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(e.$t("reusable.export")),1)],void 0,!0),_:1})):i.createCommentVNode("",!0),o.isFilterReset?(i.openBlock(),i.createBlock(s,{key:2},{activator:i.withCtx(()=>[i.createVNode(l,{icon:"clear",onClick:t[2]||(t[2]=c=>e.$emit("input","filterReset"))})]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(e.$t("webitelUI.tableActions.filterReset")),1)],void 0,!0),_:1})):i.createCommentVNode("",!0),o.isColumnSelect?(i.openBlock(),i.createBlock(s,{key:3},{activator:i.withCtx(()=>[i.createVNode(l,{icon:"column-select",onClick:t[3]||(t[3]=c=>e.$emit("input","columnSelect"))})]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(e.$t("webitelUI.tableActions.columnSelect")),1)],void 0,!0),_:1})):i.createCommentVNode("",!0),o.isRefresh?(i.openBlock(),i.createBlock(s,{key:4},{activator:i.withCtx(()=>[i.createVNode(l,{icon:"refresh",onClick:t[4]||(t[4]=c=>e.$emit("input","refresh"))})]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(e.$t("webitelUI.tableActions.refreshTable")),1)],void 0,!0),_:1})):i.createCommentVNode("",!0),o.isSettings?(i.openBlock(),i.createBlock(s,{key:5},{activator:i.withCtx(()=>[i.createVNode(l,{class:i.normalizeClass({active:n.isSettingsActive}),icon:"filter",onClick:t[5]||(t[5]=c=>e.$emit("input","settings"))},null,8,["class"])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(e.$t("webitelUI.tableActions.expandFilters")),1)],void 0,!0),_:1})):i.createCommentVNode("",!0)])}const Jb=ie(Gb,[["render",Qb],["__scopeId","data-v-69a982a8"]]);var xs={exports:{}};(function(e,t){(function(n,r,a){e.exports=a()})("dcopy",Gt,function(){return function(r){if(/number|string|boolean/.test(typeof r))return r;if(r instanceof Date)return new Date(r.getTime());var a=r instanceof Array?[]:{};return o(r,a),a;function o(l,s){for(var c in l){var u=l[c];if(u instanceof Date){var h=new Date(u.getTime());n(s,c,h)}else if(u instanceof Function){var h=u;n(s,c,h)}else if(u instanceof Array){var h=[],f=n(s,c,h);o(u,f)}else if(u instanceof Object){var h={},f=n(s,c,h);o(u,f)}else{var h=u;n(s,c,h)}}}};function n(r,a,o){if(r instanceof Array)return r.push(o),r[r.length-1];if(r instanceof Object)return r[a]=o,r[a]}})})(xs);var e_=xs.exports;const t_=ga(e_),n_={name:"WtTableColumnSelect",model:{prop:"headers",event:"change"},props:{headers:{type:Array,required:!0,description:"Each header should have following schema: { value: String, show: Boolean, text: String }"},staticHeaders:{type:Array,default:()=>[],description:"Header values to exclude from selection"}},emits:["change"],data:()=>({draft:[],isColumnSelectPopup:!1}),computed:{changeableDraft(){return this.draft.filter(e=>!this.staticHeaders.includes(e.value)).sort((e,t)=>this.shownColLabel(e).localeCompare(this.shownColLabel(t)))}},watch:{isColumnSelectPopup:{handler(){this.fillHeadersDraft()}}},methods:{shownColLabel({text:e,locale:t}){return!e&&t?typeof t=="string"?this.$t(t):this.$t(...t):e},openPopup(){this.isColumnSelectPopup=!0},close(){this.isColumnSelectPopup=!1},fillHeadersDraft(){this.draft=t_(this.headers)},setShownColumns(){this.$emit("change",this.draft),this.close()}}},r_={class:"wt-table-column-select"},i_={class:"wt-table-column-select__popup-list-wrap"},a_=["onClickCapture"];function o_(e,t,n,r,a,o){const l=i.resolveComponent("wt-icon-btn"),s=i.resolveComponent("wt-tooltip"),c=i.resolveComponent("wt-checkbox"),u=i.resolveComponent("wt-button"),h=i.resolveComponent("wt-popup");return i.openBlock(),i.createElementBlock("div",r_,[i.createVNode(s,null,{activator:i.withCtx(()=>[i.createVNode(l,{icon:"column-select",onClick:o.openPopup},null,8,["onClick"])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(e.$t("webitelUI.tableColumnSelect.title")),1)],void 0,!0),_:1}),i.createVNode(h,{shown:e.isColumnSelectPopup,class:"wt-table-column-select__popup",onClose:o.close},{title:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.$t("webitelUI.tableColumnSelect.title")),1)]),main:i.withCtx(()=>[i.createElementVNode("div",i_,[i.createElementVNode("ul",{class:i.normalizeClass(["wt-table-column-select__popup-list",{"wt-table-column-select__popup-list--md":o.changeableDraft.length>10&&o.changeableDraft.length<=20,"wt-table-column-select__popup-list--lg":o.changeableDraft.length>20}])},[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.changeableDraft,(f,d)=>(i.openBlock(),i.createElementBlock("li",{key:d,class:"wt-table-column-select__popup-item",onClickCapture:i.withModifiers(p=>f.show=!f.show,["prevent"])},[i.createVNode(c,{selected:f.show,label:o.shownColLabel(f),onChange:p=>f.show=p},null,8,["selected","label","onChange"])],40,a_))),128))],2)])]),actions:i.withCtx(()=>[i.createVNode(u,{onClick:o.setShownColumns},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.$t("reusable.add")),1)],void 0,!0),_:1},8,["onClick"]),i.createVNode(u,{color:"secondary",onClick:o.close},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.$t("reusable.cancel")),1)],void 0,!0),_:1},8,["onClick"])]),_:1},8,["shown","onClose"])])}const l_=ie(n_,[["render",o_],["__scopeId","data-v-cef1733d"]]),s_={__name:"wt-delete-icon-action",props:{disabled:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:t}){const n=t;return(r,a)=>{const o=i.resolveComponent("wt-icon-btn"),l=i.resolveComponent("wt-tooltip");return i.openBlock(),i.createBlock(l,null,{activator:i.withCtx(()=>[i.createVNode(o,{icon:"bucket",disabled:e.disabled,onClick:a[0]||(a[0]=s=>n("click"))},null,8,["disabled"])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(r.$t("webitelUI.iconAction.deleteActionHint")),1)],void 0,!0),_:1})}}},ks={__name:"wt-edit-icon-action",props:{disabled:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:t}){const n=t;return(r,a)=>{const o=i.resolveComponent("wt-icon-btn"),l=i.resolveComponent("wt-tooltip");return i.openBlock(),i.createBlock(l,null,{activator:i.withCtx(()=>[i.createVNode(o,{icon:"edit",disabled:e.disabled,onClick:a[0]||(a[0]=s=>n("click"))},null,8,["disabled"])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(r.$t("webitelUI.iconAction.editActionHint")),1)],void 0,!0),_:1})}}},c_={__name:"wt-add-icon-action",props:{disabled:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:t}){const n=t;return(r,a)=>{const o=i.resolveComponent("wt-icon-btn"),l=i.resolveComponent("wt-tooltip");return i.openBlock(),i.createBlock(l,null,{activator:i.withCtx(()=>[i.createVNode(o,{icon:"plus",disabled:e.disabled,onClick:a[0]||(a[0]=s=>n("click"))},null,8,["disabled"])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(r.$t("webitelUI.iconAction.addActionHint")),1)],void 0,!0),_:1})}}},u_={__name:"wt-history-icon-action",props:{disabled:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:t}){const n=t;return(r,a)=>{const o=i.resolveComponent("wt-icon-btn"),l=i.resolveComponent("wt-tooltip");return i.openBlock(),i.createBlock(l,null,{activator:i.withCtx(()=>[i.createVNode(o,{icon:"history",disabled:e.disabled,onClick:a[0]||(a[0]=s=>n("click"))},null,8,["disabled"])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(r.$t("webitelUI.iconAction.historyActionHint")),1)],void 0,!0),_:1})}}},d_={__name:"wt-download-icon-action",props:{disabled:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:t}){const n=t;return(r,a)=>{const o=i.resolveComponent("wt-icon-btn"),l=i.resolveComponent("wt-tooltip");return i.openBlock(),i.createBlock(l,null,{activator:i.withCtx(()=>[i.createVNode(o,{icon:"download",disabled:e.disabled,onClick:a[0]||(a[0]=s=>n("click"))},null,8,["disabled"])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(r.$t("webitelUI.iconAction.downloadActionHint")),1)],void 0,!0),_:1})}}},f_={__name:"wt-refresh-icon-action",props:{disabled:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:t}){const n=t;return(r,a)=>{const o=i.resolveComponent("wt-icon-btn"),l=i.resolveComponent("wt-tooltip");return i.openBlock(),i.createBlock(l,null,{activator:i.withCtx(()=>[i.createVNode(o,{icon:"refresh",disabled:e.disabled,onClick:a[0]||(a[0]=s=>n("click"))},null,8,["disabled"])]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(r.$t("reusable.refresh")),1)],void 0,!0),_:1})}}},h_={__name:"wt-icon-action",props:{action:{type:String,required:!0,options:["delete","edit","add","history","download","refresh"]},disabled:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:t}){const n=e,r=t,a=i.computed(()=>{switch(n.action){case"edit":return ks;case"delete":return s_;case"add":return c_;case"history":return u_;case"download":return d_;case"refresh":return f_;default:return ks}});return(o,l)=>(i.openBlock(),i.createBlock(i.resolveDynamicComponent(a.value),{disabled:e.disabled,onClick:l[0]||(l[0]=s=>r("click"))},null,8,["disabled"]))}},p_=ie({__name:"wt-page-header",props:{hidePrimary:{type:Boolean,default:!1},hideSecondary:{type:Boolean,default:!1},primaryText:{type:String},primaryAction:{type:Function},primaryDisabled:{type:Boolean,default:!1},secondaryDisabled:{type:Boolean,default:!1},secondaryText:{type:String},secondaryAction:{type:Function}},setup(e){const t=e,n=i.computed(()=>!(t.secondaryAction||t.secondaryText));return(r,a)=>{const o=i.resolveComponent("wt-button"),l=i.resolveComponent("wt-headline");return i.openBlock(),i.createBlock(l,null,{"title-wrapper":i.withCtx(()=>[i.renderSlot(r.$slots,"default",{},void 0,!0)]),title:i.withCtx(()=>[i.renderSlot(r.$slots,"title",{},void 0,!0)]),actions:i.withCtx(()=>[i.renderSlot(r.$slots,"actions",{},void 0,!0),e.hidePrimary?i.createCommentVNode("",!0):i.renderSlot(r.$slots,"primary-action",{key:0},()=>[i.createVNode(o,{disabled:e.primaryDisabled,onClick:e.primaryAction},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.primaryText||r.$t("reusable.add")),1)],void 0,!0),_:1},8,["disabled","onClick"])],!0),!e.hideSecondary&&!n.value?(i.openBlock(),i.createBlock(o,{key:1,color:"secondary",disabled:e.secondaryDisabled,onClick:e.secondaryAction},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.secondaryText||r.$t("reusable.close")),1)],void 0,!0),_:1},8,["disabled","onClick"])):i.createCommentVNode("",!0)]),_:3})}}},[["__scopeId","data-v-2fa07965"]]),m_={class:"wt-stepper"},y_={class:"wt-stepper-header"},g_={class:"wt-stepper-steps"},C_={class:"wt-stepper-steps__wrapper"},w_={class:"wt-stepper-description"},b_=ie({__name:"wt-stepper",props:{steps:{type:Object},activeStep:{type:Number,default:1}},setup(e){const t=e,n=i.computed(()=>t.steps[t.activeStep-1].description),r=i.computed(()=>t.steps.map((a,o)=>({...a,completed:t.activeStep>o})));return(a,o)=>{const l=i.resolveComponent("wt-chip");return i.openBlock(),i.createElementBlock("div",m_,[i.createElementVNode("div",y_,[i.createElementVNode("div",g_,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(r.value,({name:s,completed:c},u)=>(i.openBlock(),i.createElementBlock("div",C_,[u!==0?(i.openBlock(),i.createElementBlock("div",{key:0,class:i.normalizeClass(["wt-stepper-steps__divider",{"wt-stepper-steps__divider--completed":c}])},null,2)):i.createCommentVNode("",!0),i.createVNode(l,{class:"wt-stepper-steps__item",color:c?"primary":"secondary"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(s),1)],void 0,!0),_:2},1032,["color"])]))),256))])]),i.renderSlot(a.$slots,"description",{},()=>[i.createElementVNode("p",w_,i.toDisplayString(n.value),1)],!0),i.renderSlot(a.$slots,"main",{},void 0,!0)])}}},[["__scopeId","data-v-1bb094f6"]]),__={class:"wt-expansion-panel-actions"},v_={class:"wt-expansion-panel-body"},Ls={WtLogo:Ps,WtAvatar:Rs,WtBadge:zs,WtIcon:Ka,WtIndicator:Js,WtInputInfo:nc,WtButton:lc,WtChip:uc,WtDivider:pc,WtTooltip:Mc,WtLabel:Fy,WtLoader:zc,WtRoundedAction:Nc,WtCheckbox:t4,WtDatepicker:af,WtIconBtn:of,WtInput:Ph,WtHint:Uy,WtNotification:Rh,WtPopup:lp,WtProgressBar:up,WtRadio:mp,WtSearchBar:bm,WtSelect:Jm,WtSlider:ry,WtSwitcher:uy,WtTabs:yy,WtTagsInput:by,WtTimeInput:Ly,WtTimepicker:Ny,WtTextarea:Ay,WtAppHeader:hg,WtHeadline:yC,WtHeadlineNav:_C,WtNavigationBar:QC,WtAppNavigator:Ng,WtFiltersPanelWrapper:Rg,WtHeaderActions:eC,WtErrorPage:uC,WtNotificationsBar:nw,WtPageWrapper:cw,WtPagination:yw,WtPlayer:Tb,WtStatusSelect:Db,WtTable:Kb,WtTableActions:Jb,WtTableColumnSelect:l_,WtButtonSelect:Ry,WtContextMenu:Kc,WtCopyAction:Xy,WtLoadBar:tg,WtIconAction:h_,WtPageHeader:p_,WtItemLink:ng,WtDummy:cg,WtStepper:b_,WtExpansionPanel:ie({__name:"wt-expansion-panel",props:{size:{type:String,default:"md"},collapsed:{type:Boolean,default:!1}},emits:["opened","closed"],setup(e,{emit:t}){const n=e,r=t,a=i.ref(!n.collapsed);function o(){a.value||(a.value=!0,r("opened"))}function l(){a.value&&(a.value=!1,r("closed"))}function s(){return a.value?l():o()}return i.watch(()=>n.collapsed,c=>{c?l():o()}),(c,u)=>{const h=i.resolveComponent("wt-icon"),f=i.resolveComponent("wt-expand-transition");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass([[`wt-expansion-panel--${n.size}`],"wt-expansion-panel"])},[i.createElementVNode("div",{class:"wt-expansion-panel-header",tabindex:"0",onClick:s,onKeypress:i.withKeys(s,["enter"])},[i.renderSlot(c.$slots,"title",{},void 0,!0),i.createElementVNode("div",__,[i.renderSlot(c.$slots,"actions",i.normalizeProps(i.guardReactiveProps({open:o,opened:a.value})),void 0,!0),i.createVNode(h,{class:i.normalizeClass(["wt-expansion-panel-arrow",{"wt-expansion-panel-arrow--opened":a.value}]),icon:"arrow-right"},null,8,["class"])])],32),i.withDirectives(i.createVNode(f,null,{default:i.withCtx(()=>[i.createElementVNode("div",v_,[i.renderSlot(c.$slots,"default",{},void 0,!0)])],void 0,!0),_:3},512),[[i.vShow,a.value]])],2)}}},[["__scopeId","data-v-9ac67319"]])};function Es(e){return i.getCurrentScope()?(i.onScopeDispose(e),!0):!1}function r0(e){return typeof e=="function"?e():i.unref(e)}const Ss=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const x_=Object.prototype.toString,k_=e=>x_.call(e)==="[object Object]",i0=()=>{},Ya=L_();function L_(){var e,t;return Ss&&((e=window==null?void 0:window.navigator)==null?void 0:e.userAgent)&&(/iP(ad|hone|od)/.test(window.navigator.userAgent)||((t=window==null?void 0:window.navigator)==null?void 0:t.maxTouchPoints)>2&&/iPad|Macintosh/.test(window==null?void 0:window.navigator.userAgent))}const Ts={mounted:"mounted",updated:"updated",unmounted:"unmounted"};function E_(...e){if(e.length!==1)return i.toRef(...e);const t=e[0];return typeof t=="function"?i.readonly(i.customRef(()=>({get:t,set:i0}))):i.ref(t)}function a0(e){var t;const n=r0(e);return(t=n==null?void 0:n.$el)!=null?t:n}const Os=Ss?window:void 0;function cr(...e){let t,n,r,a;if(typeof e[0]=="string"||Array.isArray(e[0])?([n,r,a]=e,t=Os):[t,n,r,a]=e,!t)return i0;Array.isArray(n)||(n=[n]),Array.isArray(r)||(r=[r]);const o=[],l=()=>{o.forEach(h=>h()),o.length=0},s=(h,f,d,p)=>(h.addEventListener(f,d,p),()=>h.removeEventListener(f,d,p)),c=i.watch(()=>[a0(t),r0(a)],([h,f])=>{if(l(),!h)return;const d=k_(f)?{...f}:f;o.push(...n.flatMap(p=>r.map(v=>s(h,p,v,d))))},{immediate:!0,flush:"post"}),u=()=>{c(),l()};return Es(u),u}let Bs=!1;function As(e,t,n={}){const{window:r=Os,ignore:a=[],capture:o=!0,detectIframe:l=!1}=n;if(!r)return i0;Ya&&!Bs&&(Bs=!0,Array.from(r.document.body.children).forEach(d=>d.addEventListener("click",i0)),r.document.documentElement.addEventListener("click",i0));let s=!0;const c=d=>a.some(p=>{if(typeof p=="string")return Array.from(r.document.querySelectorAll(p)).some(v=>v===d.target||d.composedPath().includes(v));{const v=a0(p);return v&&(d.target===v||d.composedPath().includes(v))}}),h=[cr(r,"click",d=>{const p=a0(e);if(!(!p||p===d.target||d.composedPath().includes(p))){if(d.detail===0&&(s=!c(d)),!s){s=!0;return}t(d)}},{passive:!0,capture:o}),cr(r,"pointerdown",d=>{const p=a0(e);s=!c(d)&&!!(p&&!d.composedPath().includes(p))},{passive:!0}),l&&cr(r,"blur",d=>{setTimeout(()=>{var p;const v=a0(e);((p=r.document.activeElement)==null?void 0:p.tagName)==="IFRAME"&&!(v!=null&&v.contains(r.document.activeElement))&&t(d)},0)})].filter(Boolean);return()=>h.forEach(d=>d())}const S_={[Ts.mounted](e,t){const n=!t.modifiers.bubble;if(typeof t.value=="function")e.__onClickOutside_stop=As(e,t.value,{capture:n});else{const[r,a]=t.value;e.__onClickOutside_stop=As(e,r,Object.assign({capture:n},a))}},[Ts.unmounted](e){e.__onClickOutside_stop()}};function za(e){return typeof Window<"u"&&e instanceof Window?e.document.documentElement:typeof Document<"u"&&e instanceof Document?e.documentElement:e}function $s(e){const t=window.getComputedStyle(e);if(t.overflowX==="scroll"||t.overflowY==="scroll"||t.overflowX==="auto"&&e.clientWidth<e.scrollWidth||t.overflowY==="auto"&&e.clientHeight<e.scrollHeight)return!0;{const n=e.parentNode;return!n||n.tagName==="BODY"?!1:$s(n)}}function T_(e){const t=e||window.event,n=t.target;return $s(n)?!1:t.touches.length>1?!0:(t.preventDefault&&t.preventDefault(),!1)}const ur=new WeakMap;function O_(e,t=!1){const n=i.ref(t);let r=null,a;i.watch(E_(e),s=>{const c=za(r0(s));if(c){const u=c;ur.get(u)||ur.set(u,a),n.value&&(u.style.overflow="hidden")}},{immediate:!0});const o=()=>{const s=za(r0(e));!s||n.value||(Ya&&(r=cr(s,"touchmove",c=>{T_(c)},{passive:!1})),s.style.overflow="hidden",n.value=!0)},l=()=>{var s;const c=za(r0(e));!c||!n.value||(Ya&&(r==null||r()),c.style.overflow=(s=ur.get(c))!=null?s:"",ur.delete(c),n.value=!1)};return Es(l),i.computed({get(){return n.value},set(s){s?o():l()}})}function B_(){let e=!1;const t=i.ref(!1);return(n,r)=>{if(t.value=r.value,e)return;e=!0;const a=O_(n,r.value);i.watch(t,o=>a.value=o)}}B_();const Ds={clickaway:S_};return{install(e,{eventBus:t,router:n,globals:r={}}){Object.keys(Ds).forEach(a=>{e.directive(a,Ds[a])}),Object.keys(Ls).forEach(a=>{e.component(a,Ls[a])}),Object.keys(r).forEach(a=>{e.provide(a,r[a])}),e.provide("$eventBus",t),n&&e.use(n)}}});