File: /home/slfopp7cb1df/public_html/sitepacket.com/editor/main.js
/*! For license information please see main.js.LICENSE.txt */
(()=>{"use strict";var __webpack_modules__={33:(__unused_webpack_module,__unused_webpack___webpack_exports__,__webpack_require__)=>{var _babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(2);(function(){var __webpack_modules__={3894:function(e,t,o){o.d(t,{Z:function(){return d}});var n=o(5785),a=o(5671),r=o(3144),i=o(9340),c=o(3930),l=o(1120);function s(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return f(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?f(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function f(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var d=function(e){(0,i.Z)(d,e);var t,o,f=(t=d,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=(0,l.Z)(t);if(o){var a=(0,l.Z)(this).constructor;e=Reflect.construct(n,arguments,a)}else e=n.apply(this,arguments);return(0,c.Z)(this,e)});function d(e,t){return(0,a.Z)(this,d),f.call(this,e,t)}return(0,r.Z)(d,[{key:"createElement",value:function(){return document.createElement("div")}},{key:"getHighlightIds",value:function(){return this.options.parent?this.store.getChildrenDeep({id:this.options.parent}).map((function(e){return e.id})):this.options.single_object?this.store.getChildrenDeep({id:this.options.id}).map((function(e){return e.id})):[this.options.id]}},{key:"highlight",value:function(){}},{key:"unhighlight",value:function(){}},{key:"getRect",value:function(){var e,t=[],o=s(this.store.getChildrenDeep({id:this.options.id}));try{for(o.s();!(e=o.n()).done;){var a=e.value;t.push(this.store.getObjectController().objects[a.id].getRect())}}catch(e){o.e(e)}finally{o.f()}var r=Math.min.apply(Math,(0,n.Z)(t.map((function(e){return e.x})))),i=Math.min.apply(Math,(0,n.Z)(t.map((function(e){return e.y}))));return{x:r,y:i,width:Math.max.apply(Math,(0,n.Z)(t.map((function(e){return e.x+e.width}))))-r,height:Math.max.apply(Math,(0,n.Z)(t.map((function(e){return e.y+e.height}))))-i}}},{key:"getBoundingClientRect",value:function(){var e,t=[],o=s(this.store.getChildrenDeep({id:this.options.id}));try{for(o.s();!(e=o.n()).done;){var a=e.value;t.push(this.store.getObjectController().objects[a.id].getBoundingClientRect())}}catch(e){o.e(e)}finally{o.f()}var r=Math.min.apply(Math,(0,n.Z)(t.map((function(e){return e.x})))),i=Math.min.apply(Math,(0,n.Z)(t.map((function(e){return e.y}))));return{x:r,y:i,width:Math.max.apply(Math,(0,n.Z)(t.map((function(e){return e.x+e.width}))))-r,height:Math.max.apply(Math,(0,n.Z)(t.map((function(e){return e.y+e.height}))))-i}}}]),d}(o(9867).Z)},9867:function(e,t,o){o.d(t,{Z:function(){return i}});var n=o(5671),a=o(3144),r=o(144),i=function(){function e(t,o){(0,n.Z)(this,e),this.options=t,this.store=o,this.options.x=parseFloat(this.options.x),this.options.y=parseFloat(this.options.y),this.options.width=parseFloat(this.options.width),this.options.height=parseFloat(this.options.height),this.options.default_style.stroke_width=parseInt(this.options.default_style.stroke_width),this.options.mouseover_style.stroke_width=parseInt(this.options.mouseover_style.stroke_width),this.options.mouseover_style.background_type=this.options.default_style.background_type,this.element=this.createElement(),this.styles=this.createStyles()+this.createStyleExceptions(),this.imageBackgroundElement=this.createImageBackgroundElement(),this.slaves=[],this.applyElementAttributes()}return(0,a.Z)(e,[{key:"createElement",value:function(){}},{key:"createStyles",value:function(){var e='[data-object-id="'.concat(this.options.id,'"] {');e+=this.createCSSRules(this.options.default_style),e+="} \n\n";var t='[data-object-id="'.concat(this.options.id,'"].imp-object-highlighted {');return e+((t+=this.createCSSRules(this.options.mouseover_style))+"} \n\n")}},{key:"createCSSRules",value:function(){return""}},{key:"createStyleExceptions",value:function(){var e="";return"image"===this.options.default_style.background_type&&(e+="#imp-image-backgrounds-".concat(this.store.getID(),' [data-object-id="').concat(this.options.id,'"] {'),e+="background-image: url(".concat(this.options.default_style.background_image_url,");"),e+="opacity:".concat(this.options.default_style.background_image_opacity,";"),e+="transform: scale(".concat(this.options.default_style.background_image_scale,") translate(").concat(this.options.default_style.background_image_offset_x,"px, ").concat(this.options.default_style.background_image_offset_y,"px);"),e+="}"),e}},{key:"createImageBackgroundElement",value:function(){var e=document.createElement("div");return"image"===this.options.default_style.background_type&&this.options.default_style.background_image_url&&(e.style.left=this.options.x+this.options.default_style.background_image_offset_x+"%",e.style.top=this.options.y+this.options.default_style.background_image_offset_y+"%",e.style.width=this.options.width+"%",e.style.height=this.options.height+"%",e.style.backgroundImage="url(".concat(this.options.default_style.background_image_url,")"),e.style.opacity=this.options.default_style.background_image_opacity,e.style.transform="scale(".concat(this.options.default_style.background_image_scale,")"),e.classList.add("imp-object-background-image"),e.dataset.imageBackgroundObjectId=this.options.id),e}},{key:"applyElementAttributes",value:function(){this.options.parent_id&&this.store.getObject({id:this.options.parent_id}).static&&(this.options.static=!0),this.options.static&&this.element.classList.add("imp-object-static"),this.element.classList.add("imp-object"),this.element.setAttribute("data-object-id",this.options.id),this.options.parent_id&&this.element.setAttribute("data-parent-id",this.options.parent_id),this.element.setAttribute("data-title",this.options.title),this.element.setAttribute("data-image-map-id",this.store.getID())}},{key:"getHighlightIds",value:function(){return this.options.parent_id?this.store.getChildrenDeep({id:this.options.parent_id}).map((function(e){return e.id})):[this.options.id]}},{key:"highlight",value:function(){this.element.classList.add("imp-object-highlighted"),"image"===this.options.mouseover_style.background_type&&(this.imageBackgroundElement.style.backgroundImage='url("'.concat(this.options.mouseover_style.background_image_url,'")'),this.imageBackgroundElement.style.opacity=this.options.mouseover_style.background_image_opacity,this.imageBackgroundElement.style.transform="scale(".concat(this.options.mouseover_style.background_image_scale,")"),this.imageBackgroundElement.style.left=this.options.x+this.options.mouseover_style.background_image_offset_x+"%",this.imageBackgroundElement.style.top=this.options.y+this.options.mouseover_style.background_image_offset_y+"%")}},{key:"unhighlight",value:function(){this.element.classList.remove("imp-object-highlighted"),"image"===this.options.default_style.background_type&&(this.imageBackgroundElement.style.backgroundImage='url("'.concat(this.options.default_style.background_image_url,'")'),this.imageBackgroundElement.style.opacity=this.options.default_style.background_image_opacity,this.imageBackgroundElement.style.transform="scale(".concat(this.options.default_style.background_image_scale,")"),this.imageBackgroundElement.style.left=this.options.x+this.options.default_style.background_image_offset_x+"%",this.imageBackgroundElement.style.top=this.options.y+this.options.default_style.background_image_offset_y+"%")}},{key:"getRect",value:function(){if(this.options.type===r.dv){var e=this.options.default_style.icon_size/this.store.getCanvasWrapRect().width*100,t=this.options.default_style.icon_size/this.store.getCanvasWrapRect().height*100;return this.options.default_style.use_icon&&this.options.default_style.icon_is_pin?{x:this.options.x-e/2,y:this.options.y-t,width:e,height:t}:{x:this.options.x-e/2,y:this.options.y-t/2,width:e,height:t}}return{x:this.options.x,y:this.options.y,width:this.options.width,height:this.options.height}}},{key:"getBoundingClientRect",value:function(){return this.element.getBoundingClientRect()}},{key:"stopGlowing",value:function(){this.element.classList.remove("imp-glowing-object")}}]),e}()},3881:function(e,t,o){o.d(t,{Z:function(){return u}});var n=o(5671),a=o(3144),r=o(9340),i=o(3930),c=o(1120),l=o(144),s=o(9867),f=o(9997);function d(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var u=function(e){(0,r.Z)(u,e);var t,o,s=(t=u,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=(0,c.Z)(t);if(o){var a=(0,c.Z)(this).constructor;e=Reflect.construct(n,arguments,a)}else e=n.apply(this,arguments);return(0,i.Z)(this,e)});function u(e,t){return(0,n.Z)(this,u),s.call(this,e,t)}return(0,a.Z)(u,[{key:"createElement",value:function(){var e=document.createElement("div");return e.classList.add("imp-object-oval"),e}},{key:"createCSSRules",value:function(e){var t="",o=e.border_radius+"px";this.options.type===l.CW&&(o="50% 50%");var n=(0,f.oo)(e.background_color)||{r:0,b:0,g:0},a=(0,f.oo)(e.border_color)||{r:0,b:0,g:0};t+="left: "+this.options.x+"%;",t+="top: "+this.options.y+"%;",t+="width: "+this.options.width+"%;",t+="height: "+this.options.height+"%;","color"===e.background_type&&(t+="background: rgba("+n.r+", "+n.g+", "+n.b+", "+e.background_opacity+");"),t+="opacity: "+e.opacity+";",t+="border-width: "+e.border_width+"px;",t+="border-style: "+e.border_style+";",t+="border-color: rgba("+a.r+", "+a.g+", "+a.b+", "+e.border_opacity+");",t+="border-radius: "+o+";",t+="filter: ";var r,i=function(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return d(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?d(e,t):void 0}}(e))){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}(e.parent_filters);try{for(i.s();!(r=i.n()).done;){var c=r.value;t+="".concat(c.name,"(").concat(c.value,") ")}}catch(e){i.e(e)}finally{i.f()}return t+";"}}]),u}(s.Z)},1350:function(e,t,o){o.d(t,{Z:function(){return f}});var n=o(5671),a=o(3144),r=o(9340),i=o(3930),c=o(1120),l=o(9997);function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var f=function(e){(0,r.Z)(d,e);var t,o,f=(t=d,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=(0,c.Z)(t);if(o){var a=(0,c.Z)(this).constructor;e=Reflect.construct(n,arguments,a)}else e=n.apply(this,arguments);return(0,i.Z)(this,e)});function d(e,t){return(0,n.Z)(this,d),f.call(this,e,t)}return(0,a.Z)(d,[{key:"createElement",value:function(){for(var e=this.store.getArtboard().width,t=this.store.getArtboard().height,o=e*(this.options.x/100),n=t*(this.options.y/100),a=e*(this.options.width/100),r=t*(this.options.height/100),i=document.createElementNS("http://www.w3.org/2000/svg","polygon"),c="",l=0;l<this.options.points.length;l++){var s=e*(this.options.x/100)+parseFloat(this.options.points[l].x)/100*a,f=t*(this.options.y/100)+parseFloat(this.options.points[l].y)/100*r;c+="".concat(s,",").concat(f," ")}i.setAttribute("points",c);var d=document.createElementNS("http://www.w3.org/2000/svg","svg");return d.classList.add("imp-object-poly"),d.setAttributeNS(null,"viewBox","".concat(o," ").concat(n," ").concat(a," ").concat(r)),d.appendChild(i),d}},{key:"createCSSRules",value:function(e){var t="",o=(0,l.oo)(e.background_color)||{r:0,b:0,g:0},n=(0,l.oo)(e.stroke_color)||{r:0,b:0,g:0};"color"===e.background_type?t+="fill: rgba(".concat(o.r,", ").concat(o.g,", ").concat(o.b,", ").concat(e.background_opacity,"); "):t+="fill: rgba(0, 0, 0, 0); ",t+="left: ".concat(this.options.x,"%;"),t+="top: ".concat(this.options.y,"%;"),t+="width: ".concat(this.options.width,"%;"),t+="height: ".concat(this.options.height,"%;"),t+="opacity: ".concat(e.opacity,";"),t+="stroke: rgba(".concat(n.r,", ").concat(n.g,", ").concat(n.b,", ").concat(e.stroke_opacity,"); "),t+="stroke-width: ".concat(e.stroke_width,"px; "),t+="stroke-dasharray: ".concat(e.stroke_dasharray,"; "),t+="stroke-linecap: ".concat(e.stroke_linecap,"; "),t+="filter: ";var a,r=function(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return s(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?s(e,t):void 0}}(e))){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}(e.parent_filters);try{for(r.s();!(a=r.n()).done;){var i=a.value;t+="".concat(i.name,"(").concat(i.value,") ")}}catch(e){r.e(e)}finally{r.f()}return t+";"}}]),d}(o(9867).Z)},4920:function(e,t,o){o.d(t,{Z:function(){return u}});var n=o(5671),a=o(3144),r=o(9340),i=o(3930),c=o(1120),l=o(144),s=o(9867),f=o(9997);function d(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var u=function(e){(0,r.Z)(u,e);var t,o,s=(t=u,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=(0,c.Z)(t);if(o){var a=(0,c.Z)(this).constructor;e=Reflect.construct(n,arguments,a)}else e=n.apply(this,arguments);return(0,i.Z)(this,e)});function u(e,t){return(0,n.Z)(this,u),s.call(this,e,t)}return(0,a.Z)(u,[{key:"createElement",value:function(){var e=document.createElement("div");return e.classList.add("imp-object-rect"),e}},{key:"createCSSRules",value:function(e){var t="",o=e.border_radius+"px";this.options.type===l.CW&&(o="50% 50%");var n=(0,f.oo)(e.background_color)||{r:0,b:0,g:0},a=(0,f.oo)(e.border_color)||{r:0,b:0,g:0};t+="left: "+this.options.x+"%;",t+="top: "+this.options.y+"%;",t+="width: "+this.options.width+"%;",t+="height: "+this.options.height+"%;","color"===e.background_type&&(t+="background: rgba("+n.r+", "+n.g+", "+n.b+", "+e.background_opacity+");"),t+="opacity: "+e.opacity+";",t+="border-width: "+e.border_width+"px;",t+="border-style: "+e.border_style+";",t+="border-color: rgba("+a.r+", "+a.g+", "+a.b+", "+e.border_opacity+");",t+="border-radius: "+o+";",t+="filter: ";var r,i=function(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return d(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?d(e,t):void 0}}(e))){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}(e.parent_filters);try{for(i.s();!(r=i.n()).done;){var c=r.value;t+="".concat(c.name,"(").concat(c.value,") ")}}catch(e){i.e(e)}finally{i.f()}return t+";"}}]),u}(s.Z)},1309:function(e,t,o){o.d(t,{Z:function(){return d}});var n=o(5671),a=o(3144),r=o(9340),i=o(3930),c=o(1120),l=o(9867),s=o(9997);function f(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var d=function(e){(0,r.Z)(d,e);var t,o,l=(t=d,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=(0,c.Z)(t);if(o){var a=(0,c.Z)(this).constructor;e=Reflect.construct(n,arguments,a)}else e=n.apply(this,arguments);return(0,i.Z)(this,e)});function d(e,t){return(0,n.Z)(this,d),l.call(this,e,t)}return(0,a.Z)(d,[{key:"createElement",value:function(){var e=document.createElement("div");if(e.classList.add("imp-object-spot"),this.options.default_style.use_icon){if(this.options.default_style.icon_is_pin&&e.classList.add("imp-object-spot-pin"),"library"===this.options.default_style.icon_type){var t=(0,s.Bv)(this.options.default_style.icon_svg);t.style.width="".concat(this.options.default_style.icon_size,"px"),t.style.height="".concat(this.options.default_style.icon_size,"px"),e.appendChild(t)}if("custom"===this.options.default_style.icon_type&&this.options.default_style.icon_url.length>0){var o='<img src="'.concat(this.options.default_style.icon_url,'" style="width: ').concat(this.options.default_style.icon_size,"px; height: ").concat(this.options.default_style.icon_size,'px">');e.appendChild((0,s.Bv)(o))}if(this.options.default_style.icon_shadow){var n="width: ".concat(this.options.default_style.icon_size,"px;");n+="height: ".concat(this.options.default_style.icon_size,"px;"),n+="left: 0;",n+="top: ".concat(this.options.default_style.icon_size/2,"px;");var a='<div style="'.concat(n,'" class="imp-object-icon-shadow"></div>');e.appendChild((0,s.Bv)(a))}}return e}},{key:"createCSSRules",value:function(e){var t="";if(t+="left: ".concat(this.options.x,"%;"),t+="top: ".concat(this.options.y,"%;"),this.options.default_style.use_icon){if(t+="width: ".concat(this.options.default_style.icon_size,"px;"),t+="height: ".concat(this.options.default_style.icon_size,"px;"),"library"===this.options.default_style.icon_type){var o=(0,s.oo)(e.icon_fill)||{r:0,b:0,g:0};t+="fill: rgba(".concat(o.r,", ").concat(o.g,", ").concat(o.b,", ").concat(e.opacity,");")}var n,a;n=-this.options.default_style.icon_size/2,a=this.options.default_style.icon_is_pin?-this.options.default_style.icon_size:-this.options.default_style.icon_size/2,t+="margin-top: ".concat(a,"px;"),t+="margin-left: ".concat(n,"px;"),this.options.default_style.icon_is_pin?t+="transform-origin: 50% 100%;":t+="transform-origin: 50% 50%;"}if(!this.options.default_style.use_icon){t+="width: ".concat(this.options.width,"px;"),t+="height: ".concat(this.options.height,"px;");var r=(0,s.oo)(e.background_color)||{r:0,b:0,g:0},i=(0,s.oo)(e.border_color)||{r:0,b:0,g:0};t+="opacity: ".concat(e.opacity,";"),t+="border-radius: ".concat(e.border_radius,"px;"),t+="background: rgba(".concat(r.r,", ").concat(r.g,", ").concat(r.b,", ").concat(e.background_opacity,");"),t+="border-width: ".concat(e.border_width,"px;"),t+="border-style: ".concat(e.border_style,";"),t+="border-color: rgba(".concat(i.r,", ").concat(i.g,", ").concat(i.b,", ").concat(e.border_opacity,");"),t+="margin-top: ".concat(-this.options.width/2,"px;"),t+="margin-left: ".concat(-this.options.height/2,"px;")}t+="filter: ";var c,l=function(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return f(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?f(e,t):void 0}}(e))){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}(e.parent_filters);try{for(l.s();!(c=l.n()).done;){var d=c.value;t+="".concat(d.name,"(").concat(d.value,") ")}}catch(e){l.e(e)}finally{l.f()}return t+";"}},{key:"getWidth",value:function(){return.01}},{key:"getHeight",value:function(){return.01}}]),d}(l.Z)},7423:function(e,t,o){o.d(t,{Z:function(){return f}});var n=o(5671),a=o(3144),r=o(9340),i=o(3930),c=o(1120);function l(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return s(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?s(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var f=function(e){(0,r.Z)(f,e);var t,o,s=(t=f,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=(0,c.Z)(t);if(o){var a=(0,c.Z)(this).constructor;e=Reflect.construct(n,arguments,a)}else e=n.apply(this,arguments);return(0,i.Z)(this,e)});function f(e,t){return(0,n.Z)(this,f),s.call(this,e,t)}return(0,a.Z)(f,[{key:"createElement",value:function(){var e,t=document.createElement("div"),o=document.createElementNS("http://www.w3.org/2000/svg","svg"),n=document.createElementNS("http://www.w3.org/2000/svg",this.options.svg.tagName),a=l(this.options.svg.properties);try{for(a.s();!(e=a.n()).done;){var r=e.value;n.setAttribute(r.name,r.value)}}catch(e){a.e(e)}finally{a.f()}return o.classList.add("imp-object-svg-single"),o.setAttribute("viewBox",this.options.svg.viewBox),o.appendChild(n),t.appendChild(o),t}},{key:"createCSSRules",value:function(e){var t="";t+="display: block;",t+="left: ".concat(this.options.x,"%;"),t+="top: ".concat(this.options.y,"%;"),t+="width: ".concat(this.options.width,"%;"),t+="height: ".concat(this.options.height,"%;"),t+="opacity: ".concat(e.opacity,";"),t+="fill: ".concat(e.background_color,";"),t+="fill-opacity: ".concat(e.background_opacity,";"),t+="stroke: ".concat(e.stroke_color,";"),t+="stroke-opacity: ".concat(e.stroke_opacity,";"),t+="stroke-width: ".concat(e.stroke_width,";"),t+="stroke-dasharray: ".concat(e.stroke_dasharray,";"),t+="stroke-linecap: ".concat(e.stroke_linecap,";"),t+="filter: ";var o,n=l(e.parent_filters);try{for(n.s();!(o=n.n()).done;){var a=o.value;t+="".concat(a.name,"(").concat(a.value,") ")}}catch(e){n.e(e)}finally{n.f()}return t+";"}}]),f}(o(9867).Z)},6856:function(e,t,o){o.d(t,{Z:function(){return f}});var n=o(5671),a=o(3144),r=o(9340),i=o(3930),c=o(1120);function l(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return s(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?s(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var f=function(e){(0,r.Z)(f,e);var t,o,s=(t=f,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=(0,c.Z)(t);if(o){var a=(0,c.Z)(this).constructor;e=Reflect.construct(n,arguments,a)}else e=n.apply(this,arguments);return(0,i.Z)(this,e)});function f(e,t){return(0,n.Z)(this,f),s.call(this,e,t)}return(0,a.Z)(f,[{key:"createElement",value:function(){var e=document.createElementNS("http://www.w3.org/2000/svg","svg");return e.innerHTML=this.options.svg.html,e.classList.add("imp-object-svg-single"),e.setAttribute("viewBox",this.options.svg.viewBox),e}},{key:"createCSSRules",value:function(e){var t="";t+="left: ".concat(this.options.x,"%;"),t+="top: ".concat(this.options.y,"%;"),t+="width: ".concat(this.options.width,"%;"),t+="height: ".concat(this.options.height,"%;"),t+="opacity: ".concat(e.opacity,";"),t+="filter: ";var o,n=l(e.filters);try{for(n.s();!(o=n.n()).done;){var a=o.value;t+="".concat(a.name,"(").concat(a.value,") ")}}catch(e){n.e(e)}finally{n.f()}var r,i=l(e.parent_filters);try{for(i.s();!(r=i.n()).done;){var c=r.value;t+="".concat(c.name,"(").concat(c.value,") ")}}catch(e){i.e(e)}finally{i.f()}return t+"; "}}]),f}(o(9867).Z)},9586:function(e,t,o){o.d(t,{Z:function(){return f}});var n=o(5671),a=o(3144),r=o(9340),i=o(3930),c=o(1120),l=o(9997);function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var f=function(e){(0,r.Z)(d,e);var t,o,f=(t=d,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=(0,c.Z)(t);if(o){var a=(0,c.Z)(this).constructor;e=Reflect.construct(n,arguments,a)}else e=n.apply(this,arguments);return(0,i.Z)(this,e)});function d(e,t){return(0,n.Z)(this,d),f.call(this,e,t)}return(0,a.Z)(d,[{key:"createElement",value:function(){var e=document.createElement("div");return e.classList.add("imp-object-text"),e.innerHTML=this.options.text.text,e}},{key:"createCSSRules",value:function(e){var t="",o=(0,l.oo)(this.options.text.text_color);t+="left: "+this.options.x+"%;",t+="top: "+this.options.y+"%;",t+="font-family: "+this.options.text.font_family+";",t+="font-size: "+this.options.text.font_size+"px;",t+="font-weight: "+this.options.text.font_weight+";",t+="color: rgba("+o.r+", "+o.g+", "+o.b+", "+this.options.text.text_opacity+");",t+="filter: ";var n,a=function(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return s(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?s(e,t):void 0}}(e))){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}(e.parent_filters);try{for(a.s();!(n=a.n()).done;){var r=n.value;t+="".concat(r.name,"(").concat(r.value,") ")}}catch(e){a.e(e)}finally{a.f()}return t+";"}},{key:"getWidth",value:function(){return(0,l.Yo)(this.element).width/this.store.getCanvasWrapRect().width*100}},{key:"getHeight",value:function(){return(0,l.Yo)(this.element).height/this.store.getCanvasWrapRect().height*100}},{key:"getRect",value:function(){return{x:this.options.x,y:this.options.y,width:this.getWidth(),height:this.getHeight()}}}]),d}(o(9867).Z)},5514:function(){"undefined"!=typeof $&&($.imageMapProHighlightShape=window.ImageMapPro.highlightObject,$.imageMapProUnhighlightShape=window.ImageMapPro.unhighlightObject,$.imageMapProFocusShape=window.ImageMapPro.focusObject,$.imageMapProOpenTooltip=window.ImageMapPro.showTooltip,$.imageMapProHideTooltip=window.ImageMapPro.hideTooltip,$.imageMapProReInitMap=window.ImageMapPro.reInitMap,$.imageMapProIsMobile=window.ImageMapPro.isMobile,$.imageMapProGoToFloor=window.ImageMapPro.changeArtboard,$.imageMapProZoomIn=window.ImageMapPro.zoomIn,$.imageMapProZoomOut=window.ImageMapPro.zoomOut)},4957:function(e,t,o){o.d(t,{BQ:function(){return v},EZ:function(){return m},Fq:function(){return g},GO:function(){return u},HW:function(){return w},JA:function(){return C},MJ:function(){return x},Nb:function(){return h},RN:function(){return b},S3:function(){return D},Sq:function(){return r},Y7:function(){return k},ZY:function(){return n},d4:function(){return f},db:function(){return p},el:function(){return i},f9:function(){return l},h9:function(){return c},in:function(){return y},kK:function(){return d},lY:function(){return a},ly:function(){return M},qj:function(){return L},r4:function(){return _},s2:function(){return s},x4:function(){return $},x_:function(){return F}});var n="RECT_CANVAS_WRAP",a="RECT_NAVIGATOR",r="RECT_TOOLTIPS_CONTAINER",i="RECT_MENU",c="RECT_BUTTON_FULLSCREEN",l="RECT_BUTTON_ZOOM_IN",s="RECT_BUTTON_ZOOM_OUT",f="RECT_ARTBOARD_SELECT_MENU",d="RECT_BUTTON_OPEN_MENU",u="RECT_BUTTON_CLOSE_MENU",p="RECT_OPENED_FULLSCREEN_TOOLTIP",b="ACTION_IDLE",g="ACTION_PAN",h="ACTION_PINCH",m="ACTION_PAN_ON_NAVIGATOR",y="UP",v="DOWN",_="LEFT",x="RIGHT",w="mapInit",k="objectHighlight",C="objectUnhighlight",$="objectClick",M="tooltipShow",F="tooltipHide",D="artboardChange",L="zoomPanUpdate"},971:function _(__unused_webpack_module,__nested_webpack_exports__,__nested_webpack_require_59637__){__nested_webpack_require_59637__.d(__nested_webpack_exports__,{Z:function(){return ObjectController}});var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_13__=__nested_webpack_require_59637__(5861),_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_7__=__nested_webpack_require_59637__(5671),_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_8__=__nested_webpack_require_59637__(3144),_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__=__nested_webpack_require_59637__(4687),_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default=__nested_webpack_require_59637__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__),Editor_scripts_utilities__WEBPACK_IMPORTED_MODULE_1__=__nested_webpack_require_59637__(9997),Client_consts__WEBPACK_IMPORTED_MODULE_14__=__nested_webpack_require_59637__(4957),Editor_scripts_consts__WEBPACK_IMPORTED_MODULE_9__=__nested_webpack_require_59637__(144),Client_UI_objects_spot__WEBPACK_IMPORTED_MODULE_2__=__nested_webpack_require_59637__(1309),Client_UI_objects_text__WEBPACK_IMPORTED_MODULE_3__=__nested_webpack_require_59637__(9586),Client_UI_objects_rect__WEBPACK_IMPORTED_MODULE_4__=__nested_webpack_require_59637__(4920),Client_UI_objects_oval__WEBPACK_IMPORTED_MODULE_5__=__nested_webpack_require_59637__(3881),Client_UI_objects_poly__WEBPACK_IMPORTED_MODULE_6__=__nested_webpack_require_59637__(1350),Client_UI_objects_group__WEBPACK_IMPORTED_MODULE_12__=__nested_webpack_require_59637__(3894),Client_UI_objects_svgSingle__WEBPACK_IMPORTED_MODULE_11__=__nested_webpack_require_59637__(6856),Client_UI_objects_svg__WEBPACK_IMPORTED_MODULE_10__=__nested_webpack_require_59637__(7423);function _createForOfIteratorHelper(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=_unsupportedIterableToArray(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function _unsupportedIterableToArray(e,t){if(e){if("string"==typeof e)return _arrayLikeToArray(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?_arrayLikeToArray(e,t):void 0}}function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var ObjectController=function(){function ObjectController(e){(0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_7__.Z)(this,ObjectController),this.store=e,this.store.subscribe(this.handleAction.bind(this)),this.objects={},this.spots=[],this.container=document.createElement("div"),this.imageBackgroundsContainer=document.createElement("div"),this.stylesheet=document.createElement("style"),this.highlightedObjects=new Set,this.didStopGlowing=!1,this.setupContainers(),this.createObjects(),this.insertObjects()}var _animateObjects;return(0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_8__.Z)(ObjectController,[{key:"insertObjects",value:function(){this.emptyContainers(),this.fillContainers(),this.generateStylesheet(),this.animateObjects(250)}},{key:"handleAction",value:function(e){if("zoomUpdate"===e.type&&this.store.state.objectConfig.scale_spots){var t,o=_createForOfIteratorHelper(this.spots);try{for(o.s();!(t=o.n()).done;){var n=t.value;n.options.type===Editor_scripts_consts__WEBPACK_IMPORTED_MODULE_9__.dv&&(n.element.style.transform="scale(".concat(1/this.store.getZoom(),")"))}}catch(e){o.e(e)}finally{o.f()}}}},{key:"createObjects",value:function(){this.objects={},this.spots=[],this.highlightedObjects=new Set;var e,t=_createForOfIteratorHelper(this.store.getObjects());try{for(t.s();!(e=t.n()).done;){var o=e.value;switch(o.type){case Editor_scripts_consts__WEBPACK_IMPORTED_MODULE_9__.dv:this.objects[o.id]=new Client_UI_objects_spot__WEBPACK_IMPORTED_MODULE_2__.Z(o,this.store),this.spots.push(this.objects[o.id]);break;case Editor_scripts_consts__WEBPACK_IMPORTED_MODULE_9__.tk:this.objects[o.id]=new Client_UI_objects_text__WEBPACK_IMPORTED_MODULE_3__.Z(o,this.store);break;case Editor_scripts_consts__WEBPACK_IMPORTED_MODULE_9__.Uv:this.objects[o.id]=new Client_UI_objects_rect__WEBPACK_IMPORTED_MODULE_4__.Z(o,this.store);break;case Editor_scripts_consts__WEBPACK_IMPORTED_MODULE_9__.CW:this.objects[o.id]=new Client_UI_objects_oval__WEBPACK_IMPORTED_MODULE_5__.Z(o,this.store);break;case Editor_scripts_consts__WEBPACK_IMPORTED_MODULE_9__.zJ:this.objects[o.id]=new Client_UI_objects_poly__WEBPACK_IMPORTED_MODULE_6__.Z(o,this.store);break;case Editor_scripts_consts__WEBPACK_IMPORTED_MODULE_9__._9:this.objects[o.id]=new Client_UI_objects_svg__WEBPACK_IMPORTED_MODULE_10__.Z(o,this.store);break;case Editor_scripts_consts__WEBPACK_IMPORTED_MODULE_9__.Le:this.objects[o.id]=new Client_UI_objects_svgSingle__WEBPACK_IMPORTED_MODULE_11__.Z(o,this.store);break;case Editor_scripts_consts__WEBPACK_IMPORTED_MODULE_9__.WW:this.objects[o.id]=new Client_UI_objects_group__WEBPACK_IMPORTED_MODULE_12__.Z(o,this.store)}}}catch(e){t.e(e)}finally{t.f()}}},{key:"setupContainers",value:function(){this.container.classList.add("imp-objects"),this.imageBackgroundsContainer.classList.add("imp-image-backgrounds"),this.imageBackgroundsContainer.setAttribute("id","imp-image-backgrounds-"+this.store.getID()),this.stylesheet.setAttribute("id","stylesheet-".concat(this.store.getID())),this.store.state.objectConfig.glowing_objects&&this.container.classList.add("imp-glowing-objects")}},{key:"fillContainers",value:function(){var e,t=_createForOfIteratorHelper(Object.keys(this.objects).reverse());try{for(t.s();!(e=t.n()).done;){var o=e.value;this.container.appendChild(this.objects[o].element),this.imageBackgroundsContainer.appendChild(this.objects[o].imageBackgroundElement)}}catch(e){t.e(e)}finally{t.f()}}},{key:"emptyContainers",value:function(){for(;this.container.firstChild;)this.container.removeChild(this.container.lastChild);for(;this.imageBackgroundsContainer.firstChild;)this.imageBackgroundsContainer.removeChild(this.imageBackgroundsContainer.lastChild)}},{key:"generateStylesheet",value:function(){var e="";for(var t in this.objects)e+=this.objects[t].styles;if(this.store.state.objectConfig.glowing_objects){var o=(0,Editor_scripts_utilities__WEBPACK_IMPORTED_MODULE_1__.oo)(this.store.state.objectConfig.glowing_objects_color)||{r:255,b:255,g:255};e+="@keyframes ObjectGlowAnimation {",e+=" 0% {",e+=" filter: drop-shadow(0 0 20px rgba(".concat(o.r,", ").concat(o.g,", ").concat(o.b,", ").concat(this.store.state.objectConfig.glow_opacity,"));"),e+=" }",e+=" 50% {",e+=" filter: drop-shadow(0 0 20px rgba(".concat(o.r,", ").concat(o.g,", ").concat(o.b,", 0));"),e+=" }",e+=" 100% {",e+=" filter: drop-shadow(0 0 20px rgba(".concat(o.r,", ").concat(o.g,", ").concat(o.b,", ").concat(this.store.state.objectConfig.glow_opacity,"));"),e+=" }",e+="}"}"fall-down"===this.store.state.objectConfig.pageload_animation&&(e+=".imp-object.imp-object-pageload-animation {\n opacity: 0;\n transition-duration: 500ms;\n }"),"fade"===this.store.state.objectConfig.pageload_animation&&(e+=".imp-object.imp-object-pageload-animation {\n opacity: 0;\n transition-duration: 500ms;\n }"),"grow"===this.store.state.objectConfig.pageload_animation&&(e+=".imp-object.imp-object-pageload-animation {\n opacity: 0;\n transform: scale(0);\n transition-duration: 500ms;\n }"),"flash"===this.store.state.objectConfig.pageload_animation&&(e+=".imp-object.imp-object-pageload-animation {\n transition-duration: 350ms;\n }"),this.stylesheet.innerHTML=e}},{key:"animateObjects",value:(_animateObjects=(0,_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_13__.Z)(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark((function e(){var t,o,n=this,a=arguments;return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=a.length>0&&void 0!==a[0]?a[0]:0,e.next=3,this.store.dispatch("enablePageloadAnimation");case 3:if("none"!==this.store.state.objectConfig.pageload_animation){e.next=5;break}return e.abrupt("return");case 5:o=750/this.store.getObjects().length,this.store.getObjects().length>20&&(o=1500/this.store.getObjects().length),Object.keys(this.objects).forEach((function(e){n.objects[e].options.static||n.objects[e].element.classList.add("imp-object-pageload-animation")})),setTimeout((function(){for(var e=Object.keys(n.objects).map((function(e){return n.objects[e]})).sort((function(e,t){return e.options.x<t.options.x?-1:1})),t=100,a=0;a<e.length;a++){var r=e[a].options.id;t+=o,n.objects[r].options.static||n.animateObject(n.objects[r],o*a)}setTimeout((function(){n.store.dispatch("disablePageloadAnimation")}),t)}),t);case 9:case"end":return e.stop()}}),e,this)}))),function(){return _animateObjects.apply(this,arguments)})},{key:"animateObject",value:function(e,t){var o=this;if(e.options.type!==Editor_scripts_consts__WEBPACK_IMPORTED_MODULE_9__.WW||e.options.single_object){var n=0;setTimeout((function(){"fade"===o.store.state.objectConfig.pageload_animation&&(e.element.style.opacity=e.options.default_style.opacity,setTimeout((function(){e.element.classList.remove("imp-object-pageload-animation"),e.element.setAttribute("style","")}),500)),"grow"===o.store.state.objectConfig.pageload_animation&&(e.element.style.opacity=e.options.default_style.opacity,e.element.style.transform="scale(1)",setTimeout((function(){e.element.classList.remove("imp-object-pageload-animation"),e.element.setAttribute("style","")}),500)),"fall-down"===o.store.state.objectConfig.pageload_animation&&(e.element.style.opacity=e.options.default_style.opacity,e.element.style.transitionProperty="opacity",setTimeout((function(){e.element.classList.remove("imp-object-pageload-animation"),e.element.setAttribute("style","")}),2e3),a()),"flash"===o.store.state.objectConfig.pageload_animation&&(o.highlightObject(e.options.id),setTimeout((function(){o.unhighlightObject(e.options.id),setTimeout((function(){e.element.classList.remove("imp-object-pageload-animation")}),400)}),350))}),t)}function a(){window.requestAnimationFrame((function(){n+=.01666;var t=(0,Editor_scripts_utilities__WEBPACK_IMPORTED_MODULE_1__.C6)(void 0,n,-200,200,2);e.element.style.transform="translateY(".concat(t,"px)"),n<=2&&a()}))}}},{key:"highlightObject",value:function(e){var t=this;return new Promise((function(o){t.store.state.objectConfig.glowing_objects&&t.store.state.objectConfig.stop_glowing_on_mouseover&&!t.didStopGlowing&&(t.didStopGlowing=!0,t.container.classList.remove("imp-glowing-objects")),t.objects[e]&&(t.objects[e].options.type!==Editor_scripts_consts__WEBPACK_IMPORTED_MODULE_9__.WW||t.objects[e].options.single_object)&&(t.objects[e].getHighlightIds().forEach((function(e){t.objects[e].highlight(),t.highlightedObjects.add(e)})),ImageMapPro.trigger({type:Client_consts__WEBPACK_IMPORTED_MODULE_14__.Y7,payload:{map:t.store.state.general.name,object:t.objects[e].options.title}}),requestAnimationFrame(o))}))}},{key:"unhighlightObject",value:function(e){var t=this;return new Promise((function(o){t.objects[e].getHighlightIds().forEach((function(e){t.objects[e].unhighlight(),t.highlightedObjects.delete(e)})),ImageMapPro.trigger({type:Client_consts__WEBPACK_IMPORTED_MODULE_14__.JA,payload:{map:t.store.state.general.name,object:t.objects[e].options.title}}),requestAnimationFrame(o)}))}},{key:"unhighlightAllObjects",value:function(){var e=this;return new Promise((function(t){var o,n=_createForOfIteratorHelper(e.highlightedObjects);try{for(n.s();!(o=n.n()).done;){var a=o.value;e.unhighlightObject(a)}}catch(e){n.e(e)}finally{n.f()}requestAnimationFrame(t)}))}},{key:"getFocusObjectCoordsAndZoom",value:function(e){if(e=this.store.getObject({id:e}).parent||e,1==this.store.getMaxZoom())return{zoom:1,pan:{x:0,y:0}};var t=this.objects[e].getRect(),o=t.x+t.width/2,n=t.y+t.height/2,a=t.width>t.height?50/t.width:50/t.height;return a<1&&(a=1),a>this.store.getMaxZoom()&&(a=this.store.getMaxZoom()),{zoom:a,pan:{x:o=o/100*this.store.getCanvasWrapRect().width*a,y:n=n/100*this.store.getCanvasWrapRect().height*a}}}},{key:"performClickAction",value:function performClickAction(id){id=this.store.getObject({id}).parent||id,this.objects[id]&&("follow-link"===this.objects[id].options.actions.click&&(document.querySelector("#imp-temp-link")||document.body.appendChild((0,Editor_scripts_utilities__WEBPACK_IMPORTED_MODULE_1__.Bv)('<a href="" id="imp-temp-link" target="_blank"></a>')),document.querySelector("#imp-temp-link").setAttribute("href",this.objects[id].options.actions.link),this.objects[id].options.actions.open_link_in_new_window?document.querySelector("#imp-temp-link").setAttribute("target","_blank"):document.querySelector("#imp-temp-link").removeAttribute("target"),document.querySelector("#imp-temp-link").click()),"run-script"===this.objects[id].options.actions.click&&eval(this.objects[id].options.actions.script.replace("<br>","")),"change-artboard"===this.objects[id].options.actions.click&&this.store.dispatch("changeArtboard",{artboardId:this.objects[id].options.actions.artboard,zoomOut:!0}),ImageMapPro.trigger({type:Client_consts__WEBPACK_IMPORTED_MODULE_14__.x4,payload:{map:this.store.state.general.name,object:this.objects[id].options.title}}))}}]),ObjectController}()},3542:function(){window.ImageMapPro={},window.ImageMapPro.instances=[]},144:function(e,t,o){o.d(t,{CW:function(){return i},Le:function(){return f},Uv:function(){return r},WW:function(){return d},_9:function(){return s},dv:function(){return a},p5:function(){return n},tk:function(){return l},zJ:function(){return c}});var n="artboard",a="spot",r="rect",i="oval",c="poly",l="text",s="svg",f="svg-single",d="group"},9997:function(e,t,o){o.d(t,{Bv:function(){return f},C6:function(){return y},Cd:function(){return l},DC:function(){return d},HH:function(){return _},M7:function(){return p},YM:function(){return c},Yo:function(){return s},ZB:function(){return r},hj:function(){return u},k$:function(){return a},mp:function(){return g},oo:function(){return i},po:function(){return v},t7:function(){return m},tq:function(){return h}});var n=o(1002),a=function(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,(function(e){return(e^crypto.getRandomValues(new Uint8Array(1))[0]&15>>e/4).toString(16)}))},r=function e(t){t=t||{};for(var o=1;o<arguments.length;o++){var a=arguments[o];if(a)for(var r in a)a.hasOwnProperty(r)&&("object"===(0,n.Z)(a[r])&&null!==a[r]?a[r]instanceof Array?t[r]=a[r].slice(0):t[r]=e(t[r],a[r]):t[r]=a[r])}return t},i=function(e){var t=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e);return t?{r:parseInt(t[1],16),g:parseInt(t[2],16),b:parseInt(t[3],16)}:{r:0,g:0,b:0}},c=function(e){var t=0,o=0,n=0;4==e.length?(t="0x"+e[1]+e[1],o="0x"+e[2]+e[2],n="0x"+e[3]+e[3]):7==e.length&&(t="0x"+e[1]+e[2],o="0x"+e[3]+e[4],n="0x"+e[5]+e[6]),t/=255,o/=255,n/=255;var a=Math.min(t,o,n),r=Math.max(t,o,n),i=r-a,c=0,l=0;return c=0==i?0:r==t?(o-n)/i%6:r==o?(n-t)/i+2:(t-o)/i+4,(c=Math.round(60*c))<0&&(c+=360),l=(r+a)/2,{h:c,s:+(100*(0==i?0:i/(1-Math.abs(2*l-1)))).toFixed(1),l:l=+(100*l).toFixed(1)}},l=function(e){"loading"!=document.readyState?e():document.addEventListener("DOMContentLoaded",e)},s=function(e){if("[object String]"==Object.prototype.toString.call(e)&&(e=document.querySelector(e)),e)return{width:parseFloat(getComputedStyle(e,null).width.replace("px","")),height:parseFloat(getComputedStyle(e,null).height.replace("px","")),offsetWidth:parseFloat(e.offsetWidth),offsetHeight:parseFloat(e.offsetHeight),offset:{left:e.getBoundingClientRect().left+window.scrollX,top:e.getBoundingClientRect().top+window.scrollY},position:{left:parseFloat(e.offsetLeft),top:parseFloat(e.offsetTop)}}},f=function(e){var t=document.createElement("template");return e=e.trim(),t.innerHTML=e,t.content.firstChild},d=function(e){var t,o;if("touchstart"===e.type||"touchmove"===e.type||"touchend"===e.type||"touchcancel"===e.type){var n=e.touches[0]||e.changedTouches[0]||e.touches[0];t=n.pageX,o=n.pageY}else"mousedown"!==e.type&&"mouseup"!==e.type&&"mousemove"!==e.type&&"mouseover"!==e.type&&"mouseout"!==e.type&&"mouseenter"!==e.type&&"mouseleave"!==e.type&&"wheel"!==e.type||(t=e.pageX,o=e.pageY);return{x:t,y:o}},u=function(e){return!isNaN(parseFloat(e))&&!isNaN(e-0)},p=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"1.0.0",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"1.0.0",o=arguments.length>2?arguments[2]:void 0,n=o&&o.lexicographical,a=o&&o.zeroExtend,r=e.split("."),i=t.split(".");function c(e){return(n?/^\d+[A-Za-z]*$/:/^\d+$/).test(e)}if(!r.every(c)||!i.every(c))return NaN;if(a){for(;r.length<i.length;)r.push("0");for(;i.length<r.length;)i.push("0")}n||(r=r.map(Number),i=i.map(Number));for(var l=0;l<r.length;++l){if(i.length==l)return 1;if(r[l]!=i[l])return r[l]>i[l]?1:-1}return r.length!=i.length?-1:0},b=function(e,t){this.x=e,this.y=t};function g(e,t,o){for(var n=!1,a=0,r=o.length-1;a<o.length;r=a++){var i=o[a][0],c=o[a][1],l=o[r][0],s=o[r][1];c>t!=s>t&&e<(l-i)*(t-c)/(s-c)+i&&(n=!n)}return n}function h(){return!!/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}function m(e,t,o){return e*(1-o)+t*o}function y(e,t,o,n,a){return(t/=a)<1/2.75?n*(7.5625*t*t)+o:t<2/2.75?n*(7.5625*(t-=1.5/2.75)*t+.75)+o:t<2.5/2.75?n*(7.5625*(t-=2.25/2.75)*t+.9375)+o:n*(7.5625*(t-=2.625/2.75)*t+.984375)+o}function v(e,t){return new Promise((function(o){e||o(!1);var n=new Image;n.addEventListener("load",function(){o({image:n,metadata:t})}.bind(t)),n.src=e}))}function _(e){var t;try{t=new URL(e)}catch(e){return!1}return"http:"===t.protocol||"https:"===t.protocol}b.prototype.add=function(e){return new b(this.x+e.x,this.y+e.y)},b.prototype.subtract=function(e){return new b(this.x-e.x,this.y-e.y)},b.prototype.scale=function(e){return new b(this.x*e,this.y*e)},b.prototype.normalized=function(){var e=Math.sqrt(Math.pow(this.x,2)+Math.pow(this.y,2));return new b(this.x/e,this.y/e)},b.prototype.dot=function(e){return this.x*e.x+this.y*e.y},b.prototype.closestPointOnLine=function(e,t){var o=function(e,t){return Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2)}(e,t);if(0==o)return e;var n=((this.x-e.x)*(t.x-e.x)+(this.y-e.y)*(t.y-e.y))/o;return n<0?e:n>1?t:new b(e.x+n*(t.x-e.x),e.y+n*(t.y-e.y))},b.prototype.vector2Args=function(e,t){return e=e||0,t=t||0,[this.x+e,this.y+t]}},9477:function(e,t,o){o.d(t,{Z:function(){return c}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r)()(a());i.push([e.id,"/* fullscreen mode, button */\n.imp-fullscreen-button {\n position: relative;\n width: 30px;\n height: 30px;\n border-radius: 5px;\n z-index: 3;\n margin-top: 10px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n box-sizing: border-box;\n -moz-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n}\n\n.imp-fullscreen-button .imp-icon {\n width: 16px;\n height: 16px;\n}\n\n/* Theme - Light */\n.imp-ui-light .imp-fullscreen-button {\n fill: black;\n background: white;\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);\n border: 1px solid #00000060;\n}\n\n/* Theme - Dark */\n\n.imp-ui-dark .imp-fullscreen-button {\n fill: white;\n background: rgba(0, 0, 0, 0.5);\n backdrop-filter: blur(2px);\n border: 1px solid rgba(255, 255, 255, 0.25);\n}\n",""]);var c=i},115:function(e,t,o){o.d(t,{Z:function(){return c}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r)()(a());i.push([e.id,".imp-menu-close-button {\n display: none;\n\n fill: black;\n background: white;\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);\n border: 1px solid #00000060;\n}\n\n.imp-object-menu.imp-mobile.imp-active .imp-menu-close-button {\n display: block;\n position: absolute;\n left: -60px;\n top: 15px;\n width: 38px;\n height: 38px;\n text-align: center;\n line-height: 38px;\n font-size: 18px;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.imp-object-menu.imp-mobile.imp-active .imp-menu-close-button .imp-icon {\n width: 12px;\n}\n",""]);var c=i},914:function(e,t,o){o.d(t,{Z:function(){return c}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r)()(a());i.push([e.id,".imp-object-list-item {\n display: flex;\n align-items: center;\n position: relative;\n z-index: 1;\n padding: 0 20px;\n line-height: 40px;\n height: 40px;\n cursor: pointer;\n font-family: sans-serif;\n font-size: 14px;\n overflow: hidden;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.imp-object-list-item p {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n}\n\n.imp-object-list-item.imp-object-list-item-hidden {\n display: none;\n}\n\n.imp-object-list-item-folder-icon {\n width: 12px;\n display: inline-block;\n margin-right: 6px;\n}\n\n.imp-object-list-item-folder-icon svg {\n width: 100%;\n}\n\n/* Embedded menu styles */\n\n.imp-object-menu-on-top .imp-object-list-item {\n backdrop-filter: blur(2px);\n border-radius: 20px;\n border: none;\n margin-bottom: 4px;\n}\n\n/* Theme - Light */\n\n.imp-ui-light .imp-object-list-item {\n background: white;\n color: #222;\n}\n\n.imp-ui-light .imp-object-list-item:hover {\n background: #f9f9f9;\n}\n\n.imp-ui-light .imp-object-list-item-folder-icon svg path {\n fill: #222;\n}\n\n.imp-ui-light.imp-object-menu-on-top .imp-object-list-item {\n color: black;\n background: white;\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);\n border: 1px solid #00000060;\n}\n\n/* Theme - Dark */\n\n.imp-ui-dark .imp-object-list-item {\n background: #222;\n color: white;\n}\n\n.imp-ui-dark .imp-object-list-item:hover {\n background: #333;\n}\n\n.imp-ui-dark .imp-object-list-item-folder-icon svg path {\n fill: white;\n}\n\n.imp-ui-dark.imp-object-menu-on-top .imp-object-list-item {\n color: white;\n background: rgba(0, 0, 0, 0.5);\n backdrop-filter: blur(2px);\n border: 1px solid rgba(255, 255, 255, 0.25);\n}\n",""]);var c=i},7486:function(e,t,o){o.d(t,{Z:function(){return c}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r)()(a());i.push([e.id,".imp-object-list-item-artboard {\n position: relative;\n padding: 0;\n line-height: 40px;\n background: #f5f5f5;\n box-shadow: 0 2px 5px rgb(0 0 0 / 15%);\n z-index: 2;\n font-family: sans-serif;\n font-size: 12px;\n font-weight: 700;\n color: #222;\n display: flex;\n cursor: pointer;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n overflow: hidden;\n}\n\n.imp-object-list-item-artboard:hover {\n background: #eee;\n}\n\n.imp-object-list-item-artboard span {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n padding: 0 20px;\n flex: 1;\n}\n\n.imp-object-list-item-artboard .imp-icon {\n position: absolute;\n top: 12px;\n right: 15px;\n width: 16px;\n height: 16px;\n pointer-events: none;\n z-index: 4;\n fill: #b7b7b7;\n}\n\n.imp-object-list-item-artboard.imp-collapsed-artboard-item .imp-icon {\n transform: rotateZ(90deg);\n}\n",""]);var c=i},7348:function(e,t,o){o.d(t,{Z:function(){return c}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r)()(a());i.push([e.id,".imp-object-list {\n z-index: 1;\n overflow-y: auto;\n flex: 1;\n}\n\n.imp-object-list-artboard-container {\n transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);\n -moz-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);\n -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);\n overflow: hidden;\n}\n\n.imp-object-list-artboard-container.imp-collapsed {\n height: 41px !important;\n}\n",""]);var c=i},6750:function(e,t,o){o.d(t,{Z:function(){return c}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r)()(a());i.push([e.id,".imp-object-menu {\n display: none;\n position: absolute;\n left: 0;\n top: 0;\n width: 240px;\n flex-shrink: 0;\n box-sizing: border-box;\n -moz-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n display: flex;\n flex-direction: column;\n}\n\n.imp-object-menu.imp-has-search {\n padding-top: 70px;\n}\n\n.imp-object-menu.imp-object-menu-right {\n right: 0;\n left: auto;\n}\n\n.imp-object-menu.imp-detached {\n position: relative;\n left: auto;\n top: auto;\n width: auto;\n flex-shrink: inherit;\n}\n\n.imp-object-menu.imp-mobile {\n border-left: none;\n position: fixed;\n left: auto;\n right: -100%;\n top: 0;\n width: 240px;\n z-index: 999994;\n transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);\n -moz-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);\n -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);\n}\n\n.imp-object-menu.imp-mobile:after {\n display: block;\n content: '';\n position: absolute;\n width: 2px;\n height: 100%;\n left: -2px;\n top: 0;\n background: #dedede;\n}\n\n.imp-object-menu.imp-mobile.imp-active {\n position: fixed;\n right: 0;\n left: auto;\n top: 0;\n width: 240px;\n z-index: 999996;\n}\n\n/* Mobile */\n\n.imp-object-menu {\n background: white;\n}\n\n/* Embedded menu styles */\n\n.imp-object-menu-on-top .imp-object-menu {\n background: transparent !important;\n border: none !important;\n padding: 15px;\n}\n\n/* Theme - Light */\n\n.imp-ui-light .imp-object-menu {\n background: white;\n}\n.imp-ui-light .imp-object-menu.imp-object-menu-left {\n /* border-right: 1px solid #dedede; */\n}\n.imp-ui-light .imp-object-menu.imp-object-menu-right {\n /* border-left: 1px solid #dedede; */\n}\n\n/* Theme - Dark */\n\n.imp-ui-dark .imp-object-menu {\n background: #222;\n border: none;\n}\n",""]);var c=i},1650:function(e,t,o){o.d(t,{Z:function(){return c}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r)()(a());i.push([e.id,".imp-menu-button {\n width: 44px;\n height: 44px;\n line-height: 44px;\n text-align: center;\n box-sizing: border-box;\n -moz-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n margin-left: 10px;\n\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.imp-menu-button .imp-icon {\n width: 16px;\n height: 16px;\n}\n\n/* Theme - Light */\n.imp-ui-light .imp-menu-button {\n fill: black;\n background: white;\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);\n border: 1px solid #00000060;\n}\n\n/* Theme - Dark */\n\n.imp-ui-dark .imp-menu-button {\n fill: white;\n background: rgba(0, 0, 0, 0.5);\n backdrop-filter: blur(2px);\n border: 1px solid rgba(255, 255, 255, 0.25);\n}\n",""]);var c=i},1121:function(e,t,o){o.d(t,{Z:function(){return c}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r)()(a());i.push([e.id,".imp-search-box {\n position: absolute;\n left: 0;\n top: 0;\n z-index: 2;\n padding: 15px;\n box-sizing: border-box;\n -moz-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n width: 100%;\n display: flex;\n}\n\n.imp-search-box-input-wrap {\n position: relative;\n flex: 1;\n}\n\n.imp-search-box-input-wrap input {\n font-size: 14px;\n height: 40px;\n padding: 0 35px 0 15px;\n width: 100%;\n box-sizing: border-box;\n -moz-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n outline: 0;\n border-radius: 20px;\n margin: 0;\n}\n\n.imp-search-box-input-wrap .imp-icon {\n position: absolute;\n width: 14px;\n height: 14px;\n padding: 13px;\n right: 0;\n top: 0;\n box-sizing: content-box;\n}\n\n.imp-search-box-input-wrap .imp-icon * {\n pointer-events: none;\n}\n\n.imp-search-box-input-wrap .imp-icon.imp-clear-search {\n display: none;\n cursor: pointer;\n}\n\n.imp-searching .imp-search-box-input-wrap .imp-icon.imp-search {\n display: none;\n}\n\n.imp-searching .imp-search-box-input-wrap .imp-icon.imp-clear-search {\n display: block;\n}\n\n.imp-search-highlight {\n color: black !important;\n background: #fff05e;\n border-radius: 2px;\n}\n\n/* Mobile */\n\n.imp-search-box {\n background: white;\n}\n\n.imp-search-box .imp-search-box-input-wrap input {\n color: black;\n background: #f3f3f3;\n}\n\n.imp-search-box .imp-search-box-input-wrap input:focus {\n background: #e9e9e9;\n}\n\n.imp-search-box .imp-search-box-input-wrap input::placeholder {\n color: #adadad;\n}\n\n.imp-search-box .imp-search-box-input-wrap .imp-icon.imp-search {\n fill: #adadad;\n}\n\n.imp-search-box .imp-search-box-input-wrap .imp-icon.imp-clear-search {\n fill: black;\n}\n\n/* Embedded menu styles */\n\n.imp-object-menu-on-top .imp-search-box {\n position: relative;\n padding: 0;\n margin-bottom: 15px;\n background: none !important;\n}\n\n.imp-object-menu-on-top .imp-search-box .imp-search-box-input-wrap input {\n margin-bottom: 4px;\n}\n\n/* Theme - Light */\n\n.imp-ui-light .imp-search-box {\n background: white;\n}\n\n.imp-ui-light .imp-search-box .imp-search-box-input-wrap input {\n color: black;\n background: #f3f3f3;\n border: none;\n}\n\n.imp-ui-light .imp-search-box .imp-search-box-input-wrap input:focus {\n background: #e9e9e9;\n}\n\n.imp-ui-light .imp-search-box .imp-search-box-input-wrap input::placeholder {\n color: #adadad;\n}\n\n.imp-ui-light .imp-search-box .imp-search-box-input-wrap .imp-icon.imp-search {\n fill: #adadad;\n}\n\n.imp-ui-light .imp-search-box .imp-search-box-input-wrap .imp-icon.imp-clear-search {\n fill: black;\n}\n\n.imp-ui-light.imp-object-menu-on-top .imp-search-box .imp-search-box-input-wrap input {\n color: black;\n background: white;\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);\n border: 1px solid #00000060;\n}\n\n.imp-ui-light.imp-object-menu-on-top .imp-search-box .imp-search-box-input-wrap input::placeholder {\n color: #c7c7c7;\n}\n\n.imp-ui-light.imp-object-menu-on-top .imp-search-box .imp-search-box-input-wrap .imp-icon.imp-search {\n fill: #c7c7c7;\n}\n\n.imp-ui-light.imp-object-menu-on-top .imp-search-box .imp-search-box-input-wrap .imp-icon.imp-clear-search {\n fill: black;\n}\n\n/* Theme - Dark */\n\n.imp-ui-dark .imp-search-box {\n background: #222;\n}\n\n.imp-ui-dark .imp-search-box .imp-search-box-input-wrap input {\n color: white;\n background: #333;\n border: none;\n}\n\n.imp-ui-dark .imp-search-box .imp-search-box-input-wrap input:focus {\n background: #444;\n}\n\n.imp-ui-dark .imp-search-box .imp-search-box-input-wrap input::placeholder {\n color: #777;\n}\n\n.imp-ui-dark .imp-search-box .imp-search-box-input-wrap .imp-icon.imp-search {\n fill: #666;\n}\n\n.imp-ui-dark .imp-search-box .imp-search-box-input-wrap .imp-icon.imp-clear-search {\n fill: white;\n}\n\n.imp-ui-dark.imp-object-menu-on-top .imp-search-box .imp-search-box-input-wrap input {\n color: white;\n background: rgba(0, 0, 0, 0.5);\n backdrop-filter: blur(2px);\n border: 1px solid rgba(255, 255, 255, 0.25);\n}\n\n.imp-ui-dark.imp-object-menu-on-top .imp-search-box .imp-search-box-input-wrap input::placeholder {\n color: #c7c7c7;\n}\n\n.imp-ui-dark.imp-object-menu-on-top .imp-search-box .imp-search-box-input-wrap .imp-icon.imp-search {\n fill: #c7c7c7;\n}\n\n.imp-ui-dark.imp-object-menu-on-top .imp-search-box .imp-search-box-input-wrap .imp-icon.imp-clear-search {\n fill: white;\n}\n",""]);var c=i},2668:function(e,t,o){o.d(t,{Z:function(){return c}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r)()(a());i.push([e.id,".imp-ui-navigator-root {\n position: relative;\n cursor: pointer;\n overflow: hidden;\n margin-top: 10px;\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.imp-ui-navigator-root:active {\n filter: none !important;\n -moz-filter: none !important;\n -webkit-filter: none !important;\n}\n\n.imp-ui-navigator-overlay {\n z-index: 2;\n position: absolute;\n background: black;\n width: 100%;\n height: 100%;\n opacity: 0.25;\n left: 0;\n top: 0;\n}\n\n.imp-ui-navigator-window-image {\n z-index: 3;\n position: absolute;\n left: 0;\n top: 0;\n display: block;\n width: 100%;\n height: 100%;\n\n -webkit-user-drag: none;\n -khtml-user-drag: none;\n -moz-user-drag: none;\n -o-user-drag: none;\n user-drag: none;\n}\n\n.imp-ui-navigator-background-edgefill {\n z-index: 0;\n position: absolute;\n display: block;\n width: 100%;\n height: 100%;\n\n -webkit-user-drag: none;\n -khtml-user-drag: none;\n -moz-user-drag: none;\n -o-user-drag: none;\n user-drag: none;\n}\n\n.imp-ui-navigator-background {\n z-index: 1;\n position: relative;\n display: block;\n width: 100%;\n height: 100%;\n\n -webkit-user-drag: none;\n -khtml-user-drag: none;\n -moz-user-drag: none;\n -o-user-drag: none;\n user-drag: none;\n\n -webkit-filter: blur(2px);\n -moz-filter: blur(2px);\n -o-filter: blur(2px);\n -ms-filter: blur(2px);\n filter: blur(2px);\n}\n\n/* Theme - Light */\n.imp-ui-light .imp-ui-navigator-root {\n background: white;\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);\n border: 1px solid #00000060;\n}\n\n/* Theme - Dark */\n\n.imp-ui-dark .imp-ui-navigator-root {\n background: rgba(0, 0, 0, 0.5);\n backdrop-filter: blur(2px);\n border: 1px solid rgba(255, 255, 255, 0.25);\n}\n",""]);var c=i},3743:function(e,t,o){o.d(t,{Z:function(){return c}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r)()(a());i.push([e.id,".imp-object {\n position: absolute;\n cursor: pointer;\n pointer-events: all;\n transition: all 0.15s cubic-bezier(0.55, 0, 0.1, 1);\n -moz-transition: all 0.15s cubic-bezier(0.55, 0, 0.1, 1);\n -webkit-transition: all 0.15s cubic-bezier(0.55, 0, 0.1, 1);\n\n box-sizing: border-box;\n -moz-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n}\n\n.imp-object-static,\n.imp-object-static * {\n cursor: default;\n pointer-events: none !important;\n}\n\n.imp-object-svg-single,\n.imp-object-svg,\n.imp-object-poly {\n pointer-events: none;\n}\n.imp-object-svg-single *,\n.imp-object-svg *,\n.imp-object-poly * {\n pointer-events: all;\n}\n\n/* image backgrounds */\n\n.imp-object img {\n width: 100%;\n}\n\n.imp-image-backgrounds {\n z-index: 1;\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n}\n\n.imp-object-background-image {\n position: absolute;\n background-position: center center;\n background-size: contain;\n background-repeat: no-repeat;\n}\n\n/* Glow */\n\n.imp-glowing-objects .imp-object {\n animation: ObjectGlowAnimation linear 1.5s;\n animation-iteration-count: infinite;\n}\n",""]);var c=i},4285:function(e,t,o){o.d(t,{Z:function(){return c}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r)()(a());i.push([e.id,".imp-object-spot {\n display: flex;\n justify-content: center;\n align-items: center;\n\n /* zoom scaling */\n transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);\n -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);\n -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);\n}\n\n.imp-object-spot-pin {\n transform-origin: 50% 100%;\n}\n\n.imp-object-icon-shadow {\n position: absolute;\n left: 0;\n bottom: 0;\n z-index: 0;\n transform: scale(1, 0.25);\n /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.53+0,0.3+10,0.13+28,0.04+44,0+67 */\n background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.13) 28%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);\n /* FF3.6-15 */\n background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.13) 28%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);\n /* Chrome10-25,Safari5.1-6 */\n background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.13) 28%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);\n /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87000000', endColorstr='#00000000', GradientType=1);\n /* IE6-9 fallback on horizontal gradient */\n}\n\n.imp-spot-fontawesome-icon {\n position: relative;\n z-index: 1;\n}",""]);var c=i},130:function(e,t,o){o.d(t,{Z:function(){return c}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r)()(a());i.push([e.id,".imp-object-text {\n cursor: default;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n",""]);var c=i},1626:function(e,t,o){o.d(t,{Z:function(){return c}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r)()(a());i.push([e.id,"/* Container */\n\n.imp-tooltips-container {\n position: relative;\n z-index: 999997;\n}\n\n/* Tooltip */\n\n.imp-tooltip-wrap {\n position: absolute;\n pointer-events: none;\n height: 0;\n}\n.imp-tooltip-wrap {\n pointer-events: none;\n}\n.imp-tooltip-wrap .imp-tooltip {\n display: none;\n position: relative;\n pointer-events: all;\n opacity: 0;\n\n transition-duration: 0.2s;\n -moz-transition-duration: 0.2s;\n -webkit-transition-duration: 0.2s;\n\n transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);\n -moz-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);\n -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);\n\n box-sizing: border-box;\n -moz-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n}\n\n/* Arrow */\n\n.hs-arrow {\n position: absolute;\n}\n\n.hs-arrow-top {\n left: 50%;\n top: 0;\n margin-left: -8px;\n margin-top: -8px;\n width: 0;\n height: 0;\n border-left: 8px solid transparent;\n border-right: 8px solid transparent;\n\n border-bottom: 8px solid black;\n}\n\n.hs-arrow-bottom {\n left: 50%;\n top: 100%;\n margin-left: -8px;\n margin-top: 0;\n width: 0;\n height: 0;\n border-left: 8px solid transparent;\n border-right: 8px solid transparent;\n\n border-top: 8px solid black;\n}\n\n.hs-arrow-right {\n left: 100%;\n top: 50%;\n margin-left: 0;\n margin-top: -8px;\n width: 0;\n height: 0;\n border-top: 8px solid transparent;\n border-bottom: 8px solid transparent;\n\n border-left: 8px solid black;\n}\n\n.hs-arrow-left {\n left: 0;\n top: 50%;\n margin-left: -8px;\n margin-top: -8px;\n width: 0;\n height: 0;\n border-top: 8px solid transparent;\n border-bottom: 8px solid transparent;\n\n border-right: 8px solid black;\n}\n\n/* Animation */\n\n.imp-tooltip-wrap.imp-tooltip-position-top .imp-tooltip {\n transform-origin: 50% 100%;\n}\n.imp-tooltip-wrap.imp-tooltip-position-bottom .imp-tooltip {\n transform-origin: 50% 0%;\n}\n.imp-tooltip-wrap.imp-tooltip-position-left .imp-tooltip {\n transform-origin: 100% 50%;\n}\n.imp-tooltip-wrap.imp-tooltip-position-right .imp-tooltip {\n transform-origin: 0% 50%;\n}\n",""]);var c=i},5515:function(e,t,o){o.d(t,{Z:function(){return c}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r)()(a());i.push([e.id,".imp-tooltips-container.is-fullscreen {\n display: none;\n position: fixed;\n width: 100%;\n height: 100%;\n left: 0;\n top: 0;\n overflow-y: auto;\n z-index: 999997;\n\n opacity: 0;\n transition: all 0.35s cubic-bezier(0.55, 0, 0.1, 1);\n -moz-transition: all 0.35s cubic-bezier(0.55, 0, 0.1, 1);\n -webkit-transition: all 0.35s cubic-bezier(0.55, 0, 0.1, 1);\n}\n\n.imp-tooltips-container.is-fullscreen .imp-fullscreen-tooltip {\n display: none;\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n min-height: 100%;\n padding: 40px;\n align-items: center;\n justify-content: center;\n\n box-sizing: border-box;\n -moz-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n\n transition: all 0.35s cubic-bezier(0.55, 0, 0.1, 1);\n -moz-transition: all 0.35s cubic-bezier(0.55, 0, 0.1, 1);\n -webkit-transition: all 0.35s cubic-bezier(0.55, 0, 0.1, 1);\n}\n\n.imp-tooltips-container.is-fullscreen .imp-fullscreen-tooltip .imp-tooltip-content {\n position: relative;\n background: #111;\n padding: 20px;\n border-radius: 10px;\n\n transition: all 0.35s cubic-bezier(0.55, 0, 0.1, 1);\n -moz-transition: all 0.35s cubic-bezier(0.55, 0, 0.1, 1);\n -webkit-transition: all 0.35s cubic-bezier(0.55, 0, 0.1, 1);\n}\n\n.imp-tooltips-container.is-fullscreen .imp-fullscreen-tooltip .imp-tooltip-close-button {\n position: absolute;\n width: 44px;\n height: 44px;\n cursor: pointer;\n z-index: 99;\n\n background: white;\n color: #111;\n border-radius: 100%;\n right: -22px;\n top: -22px;\n box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n}\n\n.imp-tooltips-container.is-fullscreen .imp-fullscreen-tooltip .imp-tooltip-close-button .imp-icon {\n width: 20px;\n height: 20px;\n padding: 12px;\n box-sizing: content-box;\n}\n",""]);var c=i},3442:function(e,t,o){o.d(t,{Z:function(){return c}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r)()(a());i.push([e.id,"/* UI general */\n.imp-ui-element {\n z-index: 3;\n cursor: pointer;\n\n border-radius: 5px;\n font-family: sans-serif;\n font-size: 14px;\n box-sizing: content-box;\n -moz-box-sizing: content-box;\n -webkit-box-sizing: content-box;\n}\n\n.imp-ui-element:active {\n filter: brightness(0.8);\n -moz-filter: brightness(0.8);\n -webkit-filter: brightness(0.8);\n}\n\n.imp-ui-top-right {\n position: absolute;\n right: 20px;\n top: 20px;\n display: flex;\n flex-direction: row;\n align-items: flex-end;\n}\n\n.imp-ui-bottom-right {\n position: absolute;\n right: 20px;\n bottom: 20px;\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n}\n\n.imp-ui-top-left {\n position: absolute;\n left: 20px;\n top: 20px;\n display: flex;\n flex-direction: row;\n align-items: flex-end;\n}\n\n.imp-ui-bottom-left {\n position: absolute;\n left: 20px;\n bottom: 20px;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n}\n",""]);var c=i},8353:function(e,t,o){o.d(t,{Z:function(){return c}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r)()(a());i.push([e.id,".imp-ui-zoom-button {\n position: relative;\n width: 30px;\n height: 30px;\n cursor: pointer;\n text-align: center;\n z-index: 1;\n border-radius: 5px;\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n -webkit-user-drag: none;\n -khtml-user-drag: none;\n -moz-user-drag: none;\n -o-user-drag: none;\n user-drag: none;\n\n box-sizing: border-box;\n -moz-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n}\n\n.imp-ui-zoom-button-zoom-out {\n border-radius: 0 0 5px 5px;\n}\n\n.imp-ui-zoom-button-zoom-in {\n border-radius: 5px 5px 0 0;\n}\n\n.imp-ui-zoom-button .imp-icon {\n width: 16px;\n height: 16px;\n}\n\n/* Theme - Light */\n.imp-ui-light .imp-ui-zoom-button {\n fill: black;\n background: white;\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);\n border: 1px solid #00000060;\n}\n\n.imp-ui-light .imp-ui-zoom-button-zoom-out {\n border-top: none;\n}\n\n/* Theme - Dark */\n\n.imp-ui-dark .imp-ui-zoom-button {\n fill: white;\n background: rgba(0, 0, 0, 0.5);\n backdrop-filter: blur(2px);\n border: 1px solid rgba(255, 255, 255, 0.25);\n}\n\n.imp-ui-dark .imp-ui-zoom-button-zoom-out {\n border-top: none;\n}\n",""]);var c=i},6923:function(e,t,o){o.d(t,{Z:function(){return c}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r)()(a());i.push([e.id,"#debug {\n position: fixed;\n left: 0;\n top: 0;\n line-height: 32px;\n background: rgba(0,0,0,0.25);\n color: white;\n width: 100%;\n padding: 0 15px;\n transition: opacity 0.25s cubic-bezier(.55, 0, .1, 1);\n -moz-transition: opacity 0.25s cubic-bezier(.55, 0, .1, 1);\n -webkit-transition: opacity 0.25s cubic-bezier(.55, 0, .1, 1);\n z-index: 99999999;\n font-family: monospace;\n font-size: 18px;\n}",""]);var c=i},9798:function(e,t,o){o.d(t,{Z:function(){return c}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r)()(a());i.push([e.id,"body.imp-fullscreen-mode {\n overflow: hidden !important;\n}\n\n#imp-fullscreen-container {\n position: fixed;\n z-index: 999995;\n width: 100%;\n height: 100%;\n left: 0;\n top: 0;\n display: flex;\n background: #0a0a0a;\n}\n\n#imp-fullscreen-container #imp-fullscreen-image-map {\n width: 100%;\n height: 100%;\n}\n\n#imp-fullscreen-container .imp-container {\n height: 100%;\n}\n\n#imp-fullscreen-container .imp-ui-wrap {\n width: 100%;\n height: 100%;\n}\n\n#imp-fullscreen-container .imp-canvas-wrap {\n position: inherit;\n z-index: 0;\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n#imp-fullscreen-container .imp-canvas {\n overflow: visible;\n}\n",""]);var c=i},9494:function(e,t,o){o.d(t,{Z:function(){return c}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r)()(a());i.push([e.id,".imp-container {\n display: flex;\n position: relative;\n box-sizing: border-box;\n}\n\n.imp-ui-wrap {\n position: relative;\n}\n\n.imp-canvas-wrap {\n position: relative;\n width: auto;\n height: auto;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\n.imp-canvas {\n overflow: hidden;\n}\n\n.imp-translate {\n width: 100%;\n height: 100%;\n}\n\n.imp-scale {\n transform: scale(1, 1) translate(0, 0);\n transform-origin: 0% 0%;\n width: 100%;\n height: 100%;\n}\n\n.imp-objects {\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n z-index: 2;\n}\n\n.imp-image {\n z-index: 0;\n position: relative !important;\n width: 100% !important;\n height: 100% !important;\n margin: 0 !important;\n max-width: none !important;\n max-height: none !important;\n display: block !important;\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\n.imp-background {\n z-index: 0;\n width: 100% !important;\n height: 100% !important;\n}\n\n.imp-noscroll {\n overflow: hidden;\n}\n\n.hs-loader-wrap {\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n/* Scroll Message */\n.imp-ui-scroll-message-wrap {\n z-index: 4;\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n display: none;\n opacity: 0;\n transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);\n -moz-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);\n -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);\n}\n\n.imp-ui-scroll-message-wrap-inner {\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n.imp-ui-scroll-message-wrap.imp-visible {\n opacity: 1;\n}\n\n.imp-ui-scroll-message {\n padding: 10px 30px;\n line-height: 45px;\n font-size: 16px;\n color: white;\n background: rgba(0, 0, 0, 0.66);\n border-radius: 40px;\n font-family: sans-serif;\n}\n\n.imp-ui-scroll-message-button {\n border: 1px solid white;\n border-radius: 5px;\n display: inline-block;\n line-height: 28px;\n padding: 0 7px;\n margin: 0 6px;\n font-size: 12px;\n}\n",""]);var c=i},779:function(e,t,o){o.d(t,{Z:function(){return D}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r),c=o(6923),l=o(9494),s=o(9798),f=o(3207),d=o(1626),u=o(5515),p=o(3442),b=o(9477),g=o(2668),h=o(8353),m=o(3743),y=o(130),v=o(4285),_=o(6750),x=o(7348),w=o(914),k=o(7486),C=o(1121),$=o(1650),M=o(115),F=i()(a());F.i(c.Z),F.i(l.Z),F.i(s.Z),F.i(f.Z),F.i(d.Z),F.i(u.Z),F.i(p.Z),F.i(b.Z),F.i(g.Z),F.i(h.Z),F.i(m.Z),F.i(y.Z),F.i(v.Z),F.i(_.Z),F.i(x.Z),F.i(w.Z),F.i(k.Z),F.i(C.Z),F.i($.Z),F.i(M.Z),F.push([e.id,"\n",""]);var D=F},3207:function(e,t,o){o.d(t,{Z:function(){return c}});var n=o(8081),a=o.n(n),r=o(3645),i=o.n(r)()(a());i.push([e.id,"/* layers */\n.imp-ui-layers-menu-wrap {\n z-index: 1;\n position: relative;\n}\n\n.imp-ui-layers-menu-wrap .imp-icon {\n position: absolute;\n top: 14px;\n right: 15px;\n width: 16px;\n height: 16px;\n pointer-events: none;\n z-index: 4;\n}\n\n.imp-ui-element.imp-ui-layers-select {\n z-index: 1;\n padding: 0 40px 0 20px !important;\n line-height: 44px !important;\n height: 44px !important;\n font-size: 14px;\n -webkit-appearance: none;\n appearance: none;\n outline: none;\n visibility: visible !important;\n\n box-sizing: border-box;\n -moz-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n\n /* wordpress fixes */\n /* vertical-align: inherit;\n margin: 0;\n font-family: sans-serif;\n font-weight: inherit;\n color: #222;\n outline-color: rgb(34, 34, 34);\n outline-style: none;\n outline-width: 0px;\n border: 1px solid rgb(166, 166, 166); */\n}\n\n.imp-ui-layers-select:active {\n filter: none;\n}\n\n/* Theme - Light */\n.imp-ui-light .imp-ui-layers-select {\n color: black;\n background: white;\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);\n border: 1px solid #00000060;\n}\n\n.imp-ui-light .imp-ui-layers-menu-wrap .imp-icon {\n fill: black;\n}\n\n/* Theme - Dark */\n\n.imp-ui-dark .imp-ui-layers-select {\n color: white;\n background: rgba(0, 0, 0, 0.5);\n backdrop-filter: blur(2px);\n border: 1px solid rgba(255, 255, 255, 0.25);\n}\n\n.imp-ui-dark .imp-ui-layers-menu-wrap .imp-icon {\n fill: white;\n}\n",""]);var c=i},3645:function(e){e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var o="",n=void 0!==t[5];return t[4]&&(o+="@supports (".concat(t[4],") {")),t[2]&&(o+="@media ".concat(t[2]," {")),n&&(o+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),o+=e(t),n&&(o+="}"),t[2]&&(o+="}"),t[4]&&(o+="}"),o})).join("")},t.i=function(e,o,n,a,r){"string"==typeof e&&(e=[[null,e,void 0]]);var i={};if(n)for(var c=0;c<this.length;c++){var l=this[c][0];null!=l&&(i[l]=!0)}for(var s=0;s<e.length;s++){var f=[].concat(e[s]);n&&i[f[0]]||(void 0!==r&&(void 0===f[5]||(f[1]="@layer".concat(f[5].length>0?" ".concat(f[5]):""," {").concat(f[1],"}")),f[5]=r),o&&(f[2]?(f[1]="@media ".concat(f[2]," {").concat(f[1],"}"),f[2]=o):f[2]=o),a&&(f[4]?(f[1]="@supports (".concat(f[4],") {").concat(f[1],"}"),f[4]=a):f[4]="".concat(a)),t.push(f))}},t}},8081:function(e){e.exports=function(e){return e[1]}},3379:function(e){var t=[];function o(e){for(var o=-1,n=0;n<t.length;n++)if(t[n].identifier===e){o=n;break}return o}function n(e,n){for(var r={},i=[],c=0;c<e.length;c++){var l=e[c],s=n.base?l[0]+n.base:l[0],f=r[s]||0,d="".concat(s," ").concat(f);r[s]=f+1;var u=o(d),p={css:l[1],media:l[2],sourceMap:l[3],supports:l[4],layer:l[5]};if(-1!==u)t[u].references++,t[u].updater(p);else{var b=a(p,n);n.byIndex=c,t.splice(c,0,{identifier:d,updater:b,references:1})}i.push(d)}return i}function a(e,t){var o=t.domAPI(t);return o.update(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;o.update(e=t)}else o.remove()}}e.exports=function(e,a){var r=n(e=e||[],a=a||{});return function(e){e=e||[];for(var i=0;i<r.length;i++){var c=o(r[i]);t[c].references--}for(var l=n(e,a),s=0;s<r.length;s++){var f=o(r[s]);0===t[f].references&&(t[f].updater(),t.splice(f,1))}r=l}}},569:function(e){var t={};e.exports=function(e,o){var n=function(e){if(void 0===t[e]){var o=document.querySelector(e);if(window.HTMLIFrameElement&&o instanceof window.HTMLIFrameElement)try{o=o.contentDocument.head}catch(e){o=null}t[e]=o}return t[e]}(e);if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");n.appendChild(o)}},9216:function(e){e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},3565:function(e,t,o){e.exports=function(e){var t=o.nc;t&&e.setAttribute("nonce",t)}},7795:function(e){e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=e.insertStyleElement(e);return{update:function(o){!function(e,t,o){var n="";o.supports&&(n+="@supports (".concat(o.supports,") {")),o.media&&(n+="@media ".concat(o.media," {"));var a=void 0!==o.layer;a&&(n+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),n+=o.css,a&&(n+="}"),o.media&&(n+="}"),o.supports&&(n+="}");var r=o.sourceMap;r&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleTagTransform(n,e,t.options)}(t,e,o)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},4589:function(e){e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}},7061:function(e,t,o){var n=o(8698).default;function a(){e.exports=a=function(){return t},e.exports.__esModule=!0,e.exports.default=e.exports;var t={},o=Object.prototype,r=o.hasOwnProperty,i=Object.defineProperty||function(e,t,o){e[t]=o.value},c="function"==typeof Symbol?Symbol:{},l=c.iterator||"@@iterator",s=c.asyncIterator||"@@asyncIterator",f=c.toStringTag||"@@toStringTag";function d(e,t,o){return Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{d({},"")}catch(e){d=function(e,t,o){return e[t]=o}}function u(e,t,o,n){var a=t&&t.prototype instanceof g?t:g,r=Object.create(a.prototype),c=new D(n||[]);return i(r,"_invoke",{value:C(e,o,c)}),r}function p(e,t,o){try{return{type:"normal",arg:e.call(t,o)}}catch(e){return{type:"throw",arg:e}}}t.wrap=u;var b={};function g(){}function h(){}function m(){}var y={};d(y,l,(function(){return this}));var v=Object.getPrototypeOf,_=v&&v(v(L([])));_&&_!==o&&r.call(_,l)&&(y=_);var x=m.prototype=g.prototype=Object.create(y);function w(e){["next","throw","return"].forEach((function(t){d(e,t,(function(e){return this._invoke(t,e)}))}))}function k(e,t){function o(a,i,c,l){var s=p(e[a],e,i);if("throw"!==s.type){var f=s.arg,d=f.value;return d&&"object"==n(d)&&r.call(d,"__await")?t.resolve(d.__await).then((function(e){o("next",e,c,l)}),(function(e){o("throw",e,c,l)})):t.resolve(d).then((function(e){f.value=e,c(f)}),(function(e){return o("throw",e,c,l)}))}l(s.arg)}var a;i(this,"_invoke",{value:function(e,n){function r(){return new t((function(t,a){o(e,n,t,a)}))}return a=a?a.then(r,r):r()}})}function C(e,t,o){var n="suspendedStart";return function(a,r){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===a)throw r;return{value:void 0,done:!0}}for(o.method=a,o.arg=r;;){var i=o.delegate;if(i){var c=$(i,o);if(c){if(c===b)continue;return c}}if("next"===o.method)o.sent=o._sent=o.arg;else if("throw"===o.method){if("suspendedStart"===n)throw n="completed",o.arg;o.dispatchException(o.arg)}else"return"===o.method&&o.abrupt("return",o.arg);n="executing";var l=p(e,t,o);if("normal"===l.type){if(n=o.done?"completed":"suspendedYield",l.arg===b)continue;return{value:l.arg,done:o.done}}"throw"===l.type&&(n="completed",o.method="throw",o.arg=l.arg)}}}function $(e,t){var o=t.method,n=e.iterator[o];if(void 0===n)return t.delegate=null,"throw"===o&&e.iterator.return&&(t.method="return",t.arg=void 0,$(e,t),"throw"===t.method)||"return"!==o&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+o+"' method")),b;var a=p(n,e.iterator,t.arg);if("throw"===a.type)return t.method="throw",t.arg=a.arg,t.delegate=null,b;var r=a.arg;return r?r.done?(t[e.resultName]=r.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,b):r:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,b)}function M(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function F(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function D(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(M,this),this.reset(!0)}function L(e){if(e||""===e){var t=e[l];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var o=-1,a=function t(){for(;++o<e.length;)if(r.call(e,o))return t.value=e[o],t.done=!1,t;return t.value=void 0,t.done=!0,t};return a.next=a}}throw new TypeError(n(e)+" is not iterable")}return h.prototype=m,i(x,"constructor",{value:m,configurable:!0}),i(m,"constructor",{value:h,configurable:!0}),h.displayName=d(m,f,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===h||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,m):(e.__proto__=m,d(e,f,"GeneratorFunction")),e.prototype=Object.create(x),e},t.awrap=function(e){return{__await:e}},w(k.prototype),d(k.prototype,s,(function(){return this})),t.AsyncIterator=k,t.async=function(e,o,n,a,r){void 0===r&&(r=Promise);var i=new k(u(e,o,n,a),r);return t.isGeneratorFunction(o)?i:i.next().then((function(e){return e.done?e.value:i.next()}))},w(x),d(x,f,"Generator"),d(x,l,(function(){return this})),d(x,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=Object(e),o=[];for(var n in t)o.push(n);return o.reverse(),function e(){for(;o.length;){var n=o.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},t.values=L,D.prototype={constructor:D,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(F),!e)for(var t in this)"t"===t.charAt(0)&&r.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function o(o,n){return i.type="throw",i.arg=e,t.next=o,n&&(t.method="next",t.arg=void 0),!!n}for(var n=this.tryEntries.length-1;n>=0;--n){var a=this.tryEntries[n],i=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var c=r.call(a,"catchLoc"),l=r.call(a,"finallyLoc");if(c&&l){if(this.prev<a.catchLoc)return o(a.catchLoc,!0);if(this.prev<a.finallyLoc)return o(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return o(a.catchLoc,!0)}else{if(!l)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return o(a.finallyLoc)}}}},abrupt:function(e,t){for(var o=this.tryEntries.length-1;o>=0;--o){var n=this.tryEntries[o];if(n.tryLoc<=this.prev&&r.call(n,"finallyLoc")&&this.prev<n.finallyLoc){var a=n;break}}a&&("break"===e||"continue"===e)&&a.tryLoc<=t&&t<=a.finallyLoc&&(a=null);var i=a?a.completion:{};return i.type=e,i.arg=t,a?(this.method="next",this.next=a.finallyLoc,b):this.complete(i)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),b},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var o=this.tryEntries[t];if(o.finallyLoc===e)return this.complete(o.completion,o.afterLoc),F(o),b}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var o=this.tryEntries[t];if(o.tryLoc===e){var n=o.completion;if("throw"===n.type){var a=n.arg;F(o)}return a}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,o){return this.delegate={iterator:L(e),resultName:t,nextLoc:o},"next"===this.method&&(this.arg=void 0),b}},t}e.exports=a,e.exports.__esModule=!0,e.exports.default=e.exports},8698:function(e){function t(o){return e.exports=t="function"==typeof Symbol&&"symbol"==(0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__.Z)(Symbol.iterator)?function(e){return(0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__.Z)(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":(0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__.Z)(e)},e.exports.__esModule=!0,e.exports.default=e.exports,t(o)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},4687:function(e,t,o){var n=o(7061)();e.exports=n;try{regeneratorRuntime=n}catch(e){"object"==("undefined"==typeof globalThis?"undefined":(0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__.Z)(globalThis))?globalThis.regeneratorRuntime=n:Function("r","regeneratorRuntime = r")(n)}},5861:function(e,t,o){function n(e,t,o,n,a,r,i){try{var c=e[r](i),l=c.value}catch(e){return void o(e)}c.done?t(l):Promise.resolve(l).then(n,a)}function a(e){return function(){var t=this,o=arguments;return new Promise((function(a,r){var i=e.apply(t,o);function c(e){n(i,a,r,c,l,"next",e)}function l(e){n(i,a,r,c,l,"throw",e)}c(void 0)}))}}o.d(t,{Z:function(){return a}})},5671:function(e,t,o){function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}o.d(t,{Z:function(){return n}})},3144:function(e,t,o){o.d(t,{Z:function(){return r}});var n=o(9142);function a(e,t){for(var o=0;o<t.length;o++){var a=t[o];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,(0,n.Z)(a.key),a)}}function r(e,t,o){return t&&a(e.prototype,t),o&&a(e,o),Object.defineProperty(e,"prototype",{writable:!1}),e}},1120:function(e,t,o){function n(e){return n=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},n(e)}o.d(t,{Z:function(){return n}})},9340:function(e,t,o){function n(e,t){return n=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},n(e,t)}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&n(e,t)}o.d(t,{Z:function(){return a}})},3930:function(e,t,o){o.d(t,{Z:function(){return a}});var n=o(1002);function a(e,t){if(t&&("object"===(0,n.Z)(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}},5785:function(e,t,o){function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}function a(e){return function(e){if(Array.isArray(e))return n(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return n(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?n(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}o.d(t,{Z:function(){return a}})},9142:function(e,t,o){o.d(t,{Z:function(){return a}});var n=o(1002);function a(e){var t=function(e,t){if("object"!==(0,n.Z)(e)||null===e)return e;var o=e[Symbol.toPrimitive];if(void 0!==o){var a=o.call(e,"string");if("object"!==(0,n.Z)(a))return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===(0,n.Z)(t)?t:String(t)}},1002:function(e,t,o){function n(e){return n="function"==typeof Symbol&&"symbol"==(0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__.Z)(Symbol.iterator)?function(e){return(0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__.Z)(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":(0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__.Z)(e)},n(e)}o.d(t,{Z:function(){return n}})}},__webpack_module_cache__={};function __nested_webpack_require_149423__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;var o=__webpack_module_cache__[e]={id:e,exports:{}};return __webpack_modules__[e](o,o.exports,__nested_webpack_require_149423__),o.exports}__nested_webpack_require_149423__.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return __nested_webpack_require_149423__.d(t,{a:t}),t},__nested_webpack_require_149423__.d=function(e,t){for(var o in t)__nested_webpack_require_149423__.o(t,o)&&!__nested_webpack_require_149423__.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},__nested_webpack_require_149423__.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},__nested_webpack_require_149423__.nc=void 0;var __webpack_exports__={};!function(){var e=__nested_webpack_require_149423__(3379),t=__nested_webpack_require_149423__.n(e),o=__nested_webpack_require_149423__(7795),n=__nested_webpack_require_149423__.n(o),a=__nested_webpack_require_149423__(569),r=__nested_webpack_require_149423__.n(a),i=__nested_webpack_require_149423__(3565),c=__nested_webpack_require_149423__.n(i),l=__nested_webpack_require_149423__(9216),s=__nested_webpack_require_149423__.n(l),f=__nested_webpack_require_149423__(4589),d=__nested_webpack_require_149423__.n(f),u=__nested_webpack_require_149423__(779),p={};p.styleTagTransform=d(),p.setAttributes=c(),p.insert=r().bind(null,"head"),p.domAPI=n(),p.insertStyleElement=s(),t()(u.Z,p),u.Z&&u.Z.locals&&u.Z.locals,__nested_webpack_require_149423__(3542);var b=__nested_webpack_require_149423__(9997),g={};window.ImageMapPro.subscribe=function(e){var t=(0,b.k$)();return g[t]=e,t},window.ImageMapPro.unsubscribe=function(e){delete g[e]},window.ImageMapPro.trigger=function(e){for(var t in g)g[t](e)};var h=__nested_webpack_require_149423__(4957),m=void 0;window.ImageMapPro.subscribe((function(e){try{var t=window.jQuery||window.$||$||jQuery}catch(e){}var o,n,a,r,i,c,l;t&&(e.type==h.HW&&(null===(o=t.imageMapProInitialized)||void 0===o||o.call(m,e.payload.map)),e.type==h.Y7&&(null===(n=t.imageMapProEventHighlightedShape)||void 0===n||n.call(m,e.payload.map,e.payload.object)),e.type==h.JA&&(null===(a=t.imageMapProEventUnhighlightedShape)||void 0===a||a.call(m,e.payload.map,e.payload.object)),e.type==h.x4&&(null===(r=t.imageMapProEventClickedShape)||void 0===r||r.call(m,e.payload.map,e.payload.object)),e.type==h.ly&&(null===(i=t.imageMapProEventOpenedTooltip)||void 0===i||i.call(m,e.payload.map,e.payload.object)),e.type==h.x_&&(null===(c=t.imageMapProEventClosedTooltip)||void 0===c||c.call(m,e.payload.map,e.payload.object)),e.type==h.S3&&(null===(l=t.imageMapProEventSwitchedFloor)||void 0===l||l.call(m,e.payload.map,e.payload.layer)))}));var y=__nested_webpack_require_149423__(5861),v=__nested_webpack_require_149423__(4687),_=__nested_webpack_require_149423__.n(v);function x(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var w=[];function k(e){var t=w.length;w.unshift(e),0===t&&C()}function C(){return M.apply(this,arguments)}function M(){return(M=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,w[w.length-1].action();case 2:w.pop(),w.length>0&&(F(),C());case 4:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function F(){if(w.length>2){var e,t={},o=function(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return x(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?x(e,t):void 0}}(e))){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}(w);try{for(o.s();!(e=o.n()).done;){var n=e.value;t[n.name]=n}}catch(e){o.e(e)}finally{o.f()}for(var a in w=[],t)w.push(t[a])}}function D(e){return L.apply(this,arguments)}function L(){return L=(0,y.Z)(_().mark((function e(t){var o,n,a,r,i;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=this.dataset.impHighlightObjectOnMouseover,n=this.dataset.impImageMapName,a=ImageMapPro.instances[n]||ImageMapPro.instances[Object.keys(ImageMapPro.instances)[0]]){e.next=5;break}return e.abrupt("return",!1);case 5:if(r=a.store.getObjectByTitle({title:o})){e.next=8;break}return e.abrupt("return",!1);case 8:if(i=a.store.getArtboardIdForObject({id:r.id})){e.next=11;break}return e.abrupt("return",!1);case 11:return e.next=13,a.store.dispatch("changeArtboard",{artboardId:i,zoomOut:!0});case 13:k({name:"highlightObject",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a.store.dispatch("highlightObject",{objectId:r.id,showTooltip:!1,hideAllTooltips:!1});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 14:case"end":return e.stop()}}),e,this)}))),L.apply(this,arguments)}function B(){return j.apply(this,arguments)}function j(){return j=(0,y.Z)(_().mark((function e(){var t,o;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=this.dataset.impImageMapName,o=ImageMapPro.instances[t]||ImageMapPro.instances[Object.keys(ImageMapPro.instances)[0]]){e.next=4;break}return e.abrupt("return",!1);case 4:k({name:"unhighlightAllObjects",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.store.dispatch("unhighlightAllObjects");case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 5:case"end":return e.stop()}}),e,this)}))),j.apply(this,arguments)}function E(e){return S.apply(this,arguments)}function S(){return S=(0,y.Z)(_().mark((function e(t){var o,n,a,r,i;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=this.dataset.impUnhighlightObjectOnMouseover,n=this.dataset.impImageMapName,a=ImageMapPro.instances[n]||ImageMapPro.instances[Object.keys(ImageMapPro.instances)[0]]){e.next=5;break}return e.abrupt("return",!1);case 5:if(r=a.store.getObjectByTitle({title:o})){e.next=8;break}return e.abrupt("return",!1);case 8:if(i=a.store.getArtboardIdForObject({id:r.id})){e.next=11;break}return e.abrupt("return",!1);case 11:return e.next=13,a.store.dispatch("changeArtboard",{artboardId:i,zoomOut:!0});case 13:k({name:"highlightObject",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a.store.dispatch("unhighlightObject",{objectId:r.id});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 14:case"end":return e.stop()}}),e,this)}))),S.apply(this,arguments)}function I(e){return A.apply(this,arguments)}function A(){return A=(0,y.Z)(_().mark((function e(t){var o,n,a,r,i;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=this.dataset.impHighlightObjectOnClick,n=this.dataset.impImageMapName,a=ImageMapPro.instances[n]||ImageMapPro.instances[Object.keys(ImageMapPro.instances)[0]]){e.next=5;break}return e.abrupt("return",!1);case 5:if(r=a.store.getObjectByTitle({title:o})){e.next=8;break}return e.abrupt("return",!1);case 8:if(i=a.store.getArtboardIdForObject({id:r.id})){e.next=11;break}return e.abrupt("return",!1);case 11:return e.next=13,a.store.dispatch("changeArtboard",{artboardId:i,zoomOut:!0});case 13:k({name:"highlightObject",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a.store.dispatch("highlightObject",{objectId:r.id,showTooltip:!1,hideAllTooltips:!1});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 14:case"end":return e.stop()}}),e,this)}))),A.apply(this,arguments)}function z(e){return O.apply(this,arguments)}function O(){return O=(0,y.Z)(_().mark((function e(t){var o,n,a,r,i;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=this.dataset.impUnhighlightObjectOnClick,n=this.dataset.impImageMapName,a=ImageMapPro.instances[n]||ImageMapPro.instances[Object.keys(ImageMapPro.instances)[0]]){e.next=5;break}return e.abrupt("return",!1);case 5:if(r=a.store.getObjectByTitle({title:o})){e.next=8;break}return e.abrupt("return",!1);case 8:if(i=a.store.getArtboardIdForObject({id:r.id})){e.next=11;break}return e.abrupt("return",!1);case 11:return e.next=13,a.store.dispatch("changeArtboard",{artboardId:i,zoomOut:!0});case 13:k({name:"unhighlightObject",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a.store.dispatch("unhighlightObject",{objectId:r.id});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 14:case"end":return e.stop()}}),e,this)}))),O.apply(this,arguments)}function T(e){return N.apply(this,arguments)}function N(){return N=(0,y.Z)(_().mark((function e(t){var o,n,a,r,i;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=this.dataset.impShowTooltipOnMouseover,n=this.dataset.impImageMapName,a=ImageMapPro.instances[n]||ImageMapPro.instances[Object.keys(ImageMapPro.instances)[0]]){e.next=5;break}return e.abrupt("return",!1);case 5:if(r=a.store.getObjectByTitle({title:o})){e.next=8;break}return e.abrupt("return",!1);case 8:if(i=a.store.getArtboardIdForObject({id:r.id})){e.next=11;break}return e.abrupt("return",!1);case 11:return e.next=13,a.store.dispatch("changeArtboard",{artboardId:i,zoomOut:!0});case 13:k({name:"showTooltip",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a.store.dispatch("showTooltip",{objectId:r.id});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 14:case"end":return e.stop()}}),e,this)}))),N.apply(this,arguments)}function P(){return H.apply(this,arguments)}function H(){return H=(0,y.Z)(_().mark((function e(){var t,o;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=this.dataset.impShowTooltipOnMouseover,o=ImageMapPro.instances[t]||ImageMapPro.instances[Object.keys(ImageMapPro.instances)[0]]){e.next=4;break}return e.abrupt("return",!1);case 4:k({name:"hideAllTooltips",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.store.dispatch("hideAllTooltips");case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 5:case"end":return e.stop()}}),e,this)}))),H.apply(this,arguments)}function R(e){return q.apply(this,arguments)}function q(){return q=(0,y.Z)(_().mark((function e(t){var o,n,a,r,i;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=this.dataset.impHideTooltipOnMouseover,n=this.dataset.impImageMapName,a=ImageMapPro.instances[n]||ImageMapPro.instances[Object.keys(ImageMapPro.instances)[0]]){e.next=5;break}return e.abrupt("return",!1);case 5:if(r=a.store.getObjectByTitle({title:o})){e.next=8;break}return e.abrupt("return",!1);case 8:if(i=a.store.getArtboardIdForObject({id:r.id})){e.next=11;break}return e.abrupt("return",!1);case 11:return e.next=13,a.store.dispatch("changeArtboard",{artboardId:i,zoomOut:!0});case 13:k({name:"hideTooltip",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a.store.dispatch("hideTooltip",{objectId:r.id});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 14:case"end":return e.stop()}}),e,this)}))),q.apply(this,arguments)}function Z(e){return U.apply(this,arguments)}function U(){return U=(0,y.Z)(_().mark((function e(t){var o,n,a,r,i;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=this.dataset.impShowTooltipOnClick,n=this.dataset.impImageMapName,a=ImageMapPro.instances[n]||ImageMapPro.instances[Object.keys(ImageMapPro.instances)[0]]){e.next=5;break}return e.abrupt("return",!1);case 5:if(r=a.store.getObjectByTitle({title:o})){e.next=8;break}return e.abrupt("return",!1);case 8:if(i=a.store.getArtboardIdForObject({id:r.id})){e.next=11;break}return e.abrupt("return",!1);case 11:return e.next=13,a.store.dispatch("changeArtboard",{artboardId:i,zoomOut:!0});case 13:k({name:"showTooltip",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a.store.dispatch("showTooltip",{objectId:r.id,showTooltip:!1,hideAllTooltips:!1});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 14:case"end":return e.stop()}}),e,this)}))),U.apply(this,arguments)}function W(e){return Y.apply(this,arguments)}function Y(){return Y=(0,y.Z)(_().mark((function e(t){var o,n,a,r,i;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=this.dataset.impHideTooltipOnClick,n=this.dataset.impImageMapName,a=ImageMapPro.instances[n]||ImageMapPro.instances[Object.keys(ImageMapPro.instances)[0]]){e.next=5;break}return e.abrupt("return",!1);case 5:if(r=a.store.getObjectByTitle({title:o})){e.next=8;break}return e.abrupt("return",!1);case 8:if(i=a.store.getArtboardIdForObject({id:r.id})){e.next=11;break}return e.abrupt("return",!1);case 11:return e.next=13,a.store.dispatch("changeArtboard",{artboardId:i,zoomOut:!0});case 13:k({name:"hideTooltip",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a.store.dispatch("hideTooltip",{objectId:r.id});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 14:case"end":return e.stop()}}),e,this)}))),Y.apply(this,arguments)}function V(e){return X.apply(this,arguments)}function X(){return X=(0,y.Z)(_().mark((function e(t){var o,n,a,r,i;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=this.dataset.impTriggerObjectOnMouseover,n=this.dataset.impImageMapName,a=ImageMapPro.instances[n]||ImageMapPro.instances[Object.keys(ImageMapPro.instances)[0]]){e.next=5;break}return e.abrupt("return",!1);case 5:if(r=a.store.getObjectByTitle({title:o})){e.next=8;break}return e.abrupt("return",!1);case 8:if(i=a.store.getArtboardIdForObject({id:r.id})){e.next=11;break}return e.abrupt("return",!1);case 11:return e.next=13,a.store.dispatch("changeArtboard",{artboardId:i,zoomOut:!0});case 13:k({name:"highlightObject",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a.store.dispatch("highlightObject",{objectId:r.id,showTooltip:!0,hideAllTooltips:!1});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 14:case"end":return e.stop()}}),e,this)}))),X.apply(this,arguments)}function K(){return G.apply(this,arguments)}function G(){return G=(0,y.Z)(_().mark((function e(){var t,o;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=this.dataset.impImageMapName,o=ImageMapPro.instances[t]||ImageMapPro.instances[Object.keys(ImageMapPro.instances)[0]]){e.next=4;break}return e.abrupt("return",!1);case 4:k({name:"unhighlightAllObjects",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.store.dispatch("unhighlightAllObjects");case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 5:case"end":return e.stop()}}),e,this)}))),G.apply(this,arguments)}function J(e){return Q.apply(this,arguments)}function Q(){return Q=(0,y.Z)(_().mark((function e(t){var o,n,a,r,i;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=this.dataset.impUntriggerObjectOnMouseover,n=this.dataset.impImageMapName,a=ImageMapPro.instances[n]||ImageMapPro.instances[Object.keys(ImageMapPro.instances)[0]]){e.next=5;break}return e.abrupt("return",!1);case 5:if(r=a.store.getObjectByTitle({title:o})){e.next=8;break}return e.abrupt("return",!1);case 8:if(i=a.store.getArtboardIdForObject({id:r.id})){e.next=11;break}return e.abrupt("return",!1);case 11:return e.next=13,a.store.dispatch("changeArtboard",{artboardId:i,zoomOut:!0});case 13:k({name:"highlightObject",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a.store.dispatch("unhighlightObject",{objectId:r.id});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 14:case"end":return e.stop()}}),e,this)}))),Q.apply(this,arguments)}function ee(e){return te.apply(this,arguments)}function te(){return te=(0,y.Z)(_().mark((function e(t){var o,n,a,r,i;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=this.dataset.impTriggerObjectOnClick,n=this.dataset.impImageMapName,a=ImageMapPro.instances[n]||ImageMapPro.instances[Object.keys(ImageMapPro.instances)[0]]){e.next=5;break}return e.abrupt("return",!1);case 5:if(r=a.store.getObjectByTitle({title:o})){e.next=8;break}return e.abrupt("return",!1);case 8:if(i=a.store.getArtboardIdForObject({id:r.id})){e.next=11;break}return e.abrupt("return",!1);case 11:return e.next=13,a.store.dispatch("changeArtboard",{artboardId:i,zoomOut:!0});case 13:k({name:"highlightObject",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a.store.dispatch("highlightObject",{objectId:r.id,showTooltip:!0,hideAllTooltips:!1});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 14:case"end":return e.stop()}}),e,this)}))),te.apply(this,arguments)}function oe(e){return ne.apply(this,arguments)}function ne(){return ne=(0,y.Z)(_().mark((function e(t){var o,n,a,r,i;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=this.dataset.impUntriggerObjectOnClick,n=this.dataset.impImageMapName,a=ImageMapPro.instances[n]||ImageMapPro.instances[Object.keys(ImageMapPro.instances)[0]]){e.next=5;break}return e.abrupt("return",!1);case 5:if(r=a.store.getObjectByTitle({title:o})){e.next=8;break}return e.abrupt("return",!1);case 8:if(i=a.store.getArtboardIdForObject({id:r.id})){e.next=11;break}return e.abrupt("return",!1);case 11:return e.next=13,a.store.dispatch("changeArtboard",{artboardId:i,zoomOut:!0});case 13:k({name:"unhighlightObject",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a.store.dispatch("unhighlightObject",{objectId:r.id});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 14:case"end":return e.stop()}}),e,this)}))),ne.apply(this,arguments)}function ae(e){return re.apply(this,arguments)}function re(){return re=(0,y.Z)(_().mark((function e(t){var o,n,a,r,i;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=this.dataset.impFocusObjectOnMouseover,n=this.dataset.impImageMapName,a=ImageMapPro.instances[n]||ImageMapPro.instances[Object.keys(ImageMapPro.instances)[0]]){e.next=5;break}return e.abrupt("return",!1);case 5:if(r=a.store.getObjectByTitle({title:o})){e.next=8;break}return e.abrupt("return",!1);case 8:if(i=a.store.getArtboardIdForObject({id:r.id})){e.next=11;break}return e.abrupt("return",!1);case 11:return e.next=13,a.store.dispatch("changeArtboard",{artboardId:i,zoomOut:!0});case 13:k({name:"focusObject",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a.store.dispatch("focusObject",{objectId:r.id,showTooltip:!1});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 14:case"end":return e.stop()}}),e,this)}))),re.apply(this,arguments)}function ie(e){return ce.apply(this,arguments)}function ce(){return ce=(0,y.Z)(_().mark((function e(t){var o,n,a,r,i;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=this.dataset.impFocusObjectOnClick,n=this.dataset.impImageMapName,a=ImageMapPro.instances[n]||ImageMapPro.instances[Object.keys(ImageMapPro.instances)[0]]){e.next=5;break}return e.abrupt("return",!1);case 5:if(r=a.store.getObjectByTitle({title:o})){e.next=8;break}return e.abrupt("return",!1);case 8:if(i=a.store.getArtboardIdForObject({id:r.id})){e.next=11;break}return e.abrupt("return",!1);case 11:return e.next=13,a.store.dispatch("changeArtboard",{artboardId:i,zoomOut:!0});case 13:k({name:"focusObject",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a.store.dispatch("focusObject",{objectId:r.id,showTooltip:!1});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 14:case"end":return e.stop()}}),e,this)}))),ce.apply(this,arguments)}function le(e){return se.apply(this,arguments)}function se(){return(se=(0,y.Z)(_().mark((function e(t){var o,n,a,r;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=this.dataset.impChangeArtboard,n=this.dataset.impImageMapName,a=ImageMapPro.instances[n]||ImageMapPro.instances[Object.keys(ImageMapPro.instances)[0]]){e.next=5;break}return e.abrupt("return",!1);case 5:if(r=a.store.getArtboardByTitle({title:o})){e.next=8;break}return e.abrupt("return",!1);case 8:return e.next=10,a.store.dispatch("changeArtboard",{artboardId:r.id,zoomOut:!0});case 10:case"end":return e.stop()}}),e,this)})))).apply(this,arguments)}window.ImageMapPro.highlightObject=function(){var e=(0,y.Z)(_().mark((function e(t,o){var n,a,r;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=ImageMapPro.instances[t]){e.next=3;break}return e.abrupt("return",!1);case 3:if(a=n.store.getObjectByTitle({title:o})){e.next=6;break}return e.abrupt("return",!1);case 6:if(r=n.store.getArtboardIdForObject({id:a.id})){e.next=9;break}return e.abrupt("return",!1);case 9:return e.next=11,n.store.dispatch("changeArtboard",{artboardId:r,zoomOut:!0});case 11:k({name:"highlightObject",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,n.store.dispatch("highlightObject",{objectId:a.id,showTooltip:!1,hideAllTooltips:!1});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 12:case"end":return e.stop()}}),e)})));return function(t,o){return e.apply(this,arguments)}}(),window.ImageMapPro.unhighlightObject=function(){var e=(0,y.Z)(_().mark((function e(t,o){var n,a,r;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=ImageMapPro.instances[t]){e.next=3;break}return e.abrupt("return",!1);case 3:if(a=n.store.getObjectByTitle({title:o})){e.next=6;break}return e.abrupt("return",!1);case 6:if(r=n.store.getArtboardIdForObject({id:a.id})){e.next=9;break}return e.abrupt("return",!1);case 9:return e.next=11,n.store.dispatch("changeArtboard",{artboardId:r,zoomOut:!0});case 11:k({name:"unhighlightObject",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,n.store.dispatch("unhighlightObject",{objectId:a.id});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 12:case"end":return e.stop()}}),e)})));return function(t,o){return e.apply(this,arguments)}}(),window.ImageMapPro.focusObject=function(){var e=(0,y.Z)(_().mark((function e(t,o){var n,a,r;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=ImageMapPro.instances[t]){e.next=3;break}return e.abrupt("return",!1);case 3:if(a=n.store.getObjectByTitle({title:o})){e.next=6;break}return e.abrupt("return",!1);case 6:if(r=n.store.getArtboardIdForObject({id:a.id})){e.next=9;break}return e.abrupt("return",!1);case 9:return e.next=11,n.store.dispatch("changeArtboard",{artboardId:r,zoomOut:!0});case 11:k({name:"focusObject",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,n.store.dispatch("focusObject",{objectId:a.id,showTooltip:!1});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 12:case"end":return e.stop()}}),e)})));return function(t,o){return e.apply(this,arguments)}}(),window.ImageMapPro.showTooltip=function(){var e=(0,y.Z)(_().mark((function e(t,o){var n,a,r;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=ImageMapPro.instances[t]){e.next=3;break}return e.abrupt("return",!1);case 3:if(a=n.store.getObjectByTitle({title:o})){e.next=6;break}return e.abrupt("return",!1);case 6:if(r=n.store.getArtboardIdForObject({id:a.id})){e.next=9;break}return e.abrupt("return",!1);case 9:return e.next=11,n.store.dispatch("changeArtboard",{artboardId:r,zoomOut:!0});case 11:k({name:"showTooltip",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n.store.getTooltipController().disableStickyTooltips(),e.next=3,n.store.dispatch("showTooltip",{objectId:a.id});case 3:n.store.getTooltipController().resetStickyTooltips(),t();case 5:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 12:case"end":return e.stop()}}),e)})));return function(t,o){return e.apply(this,arguments)}}(),window.ImageMapPro.hideTooltip=function(){var e=(0,y.Z)(_().mark((function e(t,o){var n,a,r;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=ImageMapPro.instances[t]){e.next=3;break}return e.abrupt("return",!1);case 3:if(a=n.store.getObjectByTitle({title:o})){e.next=6;break}return e.abrupt("return",!1);case 6:if(r=n.store.getArtboardIdForObject({id:a.id})){e.next=9;break}return e.abrupt("return",!1);case 9:return e.next=11,n.store.dispatch("changeArtboard",{artboardId:r,zoomOut:!0});case 11:k({name:"hideTooltip",action:function(){var e=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,n.store.dispatch("hideTooltip",{objectId:a.id});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()});case 12:case"end":return e.stop()}}),e)})));return function(t,o){return e.apply(this,arguments)}}(),window.ImageMapPro.reInitMap=function(e){var t=ImageMapPro.instances[e];if(!t)return!1;t.init()},window.ImageMapPro.isMobile=function(){return(0,b.tq)()},window.ImageMapPro.changeArtboard=function(e,t){var o=ImageMapPro.instances[e];if(!o)return!1;var n,a=o.store.getArtboardByTitle({title:t});if(!a)return!1;k({name:"changeArtboard",action:(n=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.store.dispatch("changeArtboard",{artboardId:a.id,zoomOut:!0});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)}))),function(){return n.apply(this,arguments)})})},window.ImageMapPro.zoomIn=function(e){var t,o=ImageMapPro.instances[e];if(!o)return!1;k({name:"zoomIn",action:(t=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.store.dispatch("zoomIn",{});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)}))),function(){return t.apply(this,arguments)})})},window.ImageMapPro.zoomOut=function(e){var t,o=ImageMapPro.instances[e];if(!o)return!1;k({name:"zoomOut",action:(t=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.store.dispatch("zoomOut",{});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)}))),function(){return t.apply(this,arguments)})})},window.ImageMapPro.flashObjects=function(e){var t,o=ImageMapPro.instances[e];if(!o)return!1;k({name:"flashObjects",action:(t=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.store.dispatch("flashObjects",{});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}}),e)}))),function(){return t.apply(this,arguments)})})},__nested_webpack_require_149423__(5514),(0,b.Cd)((function(){ImageMapPro.subscribe((function(e){"mapInit"==e.type&&(document.querySelectorAll("[data-imp-highlight-object-on-mouseover]").forEach((function(e){e.addEventListener("mouseover",D)})),document.querySelectorAll("[data-imp-highlight-object-on-mouseover]").forEach((function(e){e.addEventListener("mouseout",B)})),document.querySelectorAll("[data-imp-unhighlight-object-on-mouseover]").forEach((function(e){e.addEventListener("mouseover",E)})),document.querySelectorAll("[data-imp-highlight-object-on-click]").forEach((function(e){e.addEventListener("click",I)})),document.querySelectorAll("[data-imp-unhighlight-object-on-click]").forEach((function(e){e.addEventListener("click",z)})),document.querySelectorAll("[data-imp-show-tooltip-on-mouseover]").forEach((function(e){e.addEventListener("mouseover",T)})),document.querySelectorAll("[data-imp-show-tooltip-on-mouseover]").forEach((function(e){e.addEventListener("mouseout",P)})),document.querySelectorAll("[data-imp-show-tooltip-on-click]").forEach((function(e){e.addEventListener("click",Z)})),document.querySelectorAll("[data-imp-hide-tooltip-on-mouseover]").forEach((function(e){e.addEventListener("mouseover",R)})),document.querySelectorAll("[data-imp-hide-tooltip-on-click]").forEach((function(e){e.addEventListener("click",W)})),document.querySelectorAll("[data-imp-trigger-object-on-mouseover]").forEach((function(e){e.addEventListener("mouseover",V)})),document.querySelectorAll("[data-imp-trigger-object-on-mouseover]").forEach((function(e){e.addEventListener("mouseout",K)})),document.querySelectorAll("[data-imp-trigger-object-on-click]").forEach((function(e){e.addEventListener("click",ee)})),document.querySelectorAll("[data-imp-untrigger-object-on-mouseover]").forEach((function(e){e.addEventListener("mouseover",J)})),document.querySelectorAll("[data-imp-untrigger-object-on-click]").forEach((function(e){e.addEventListener("click",oe)})),document.querySelectorAll("[data-imp-focus-object-on-mouseover]").forEach((function(e){e.addEventListener("mouseover",ae)})),document.querySelectorAll("[data-imp-focus-object-on-click]").forEach((function(e){e.addEventListener("click",ie)})),document.querySelectorAll("[data-imp-change-artboard]").forEach((function(e){e.addEventListener("click",le)})),document.querySelectorAll("[data-imp-highlight-shape-on-mouseover]").forEach((function(e){e.dataset.impHighlightObjectOnMouseover=e.dataset.impHighlightShapeOnMouseover,e.addEventListener("mouseover",D)})),document.querySelectorAll("[data-imp-highlight-shape-on-mouseover]").forEach((function(e){e.addEventListener("mouseout",B)})),document.querySelectorAll("[data-imp-unhighlight-shape-on-mouseover]").forEach((function(e){e.dataset.impUnhighlightObjectOnMouseover=e.dataset.impUnhighlightShapeOnMouseover,e.addEventListener("mouseover",E)})),document.querySelectorAll("[data-imp-highlight-shape-on-click]").forEach((function(e){e.dataset.impHighlightObjectOnClick=e.dataset.impHighlightShapeOnClick,e.addEventListener("click",I)})),document.querySelectorAll("[data-imp-unhighlight-shape-on-click]").forEach((function(e){e.dataset.impUnhighlightObjectOnClick=e.dataset.impUnhighlightShapeOnClick,e.addEventListener("click",z)})),document.querySelectorAll("[data-imp-open-tooltip-on-mouseover]").forEach((function(e){e.dataset.impShowTooltipOnMouseover=e.dataset.impOpenTooltipOnMouseover,e.addEventListener("mouseover",T)})),document.querySelectorAll("[data-imp-open-tooltip-on-mouseover]").forEach((function(e){e.addEventListener("mouseout",P)})),document.querySelectorAll("[data-imp-open-tooltip-on-click]").forEach((function(e){e.dataset.impShowTooltipOnClick=e.dataset.impOpenTooltipOnClick,e.addEventListener("click",Z)})),document.querySelectorAll("[data-imp-close-tooltip-on-mouseover]").forEach((function(e){e.dataset.impHideTooltipOnMouseover=e.dataset.impCloseTooltipOnMouseover,e.addEventListener("mouseover",R)})),document.querySelectorAll("[data-imp-close-tooltip-on-click]").forEach((function(e){e.dataset.impHideTooltipOnClick=e.dataset.impCloseTooltipOnClick,e.addEventListener("click",W)})),document.querySelectorAll("[data-imp-trigger-shape-on-mouseover]").forEach((function(e){e.dataset.impTriggerObjectOnMouseover=e.dataset.impTriggerShapeOnMouseover,e.addEventListener("mouseover",V)})),document.querySelectorAll("[data-imp-trigger-shape-on-mouseover]").forEach((function(e){e.addEventListener("mouseout",K)})),document.querySelectorAll("[data-imp-trigger-shape-on-click]").forEach((function(e){e.dataset.impTriggerObjectOnClick=e.dataset.impTriggerShapeOnClick,e.addEventListener("click",ee)})),document.querySelectorAll("[data-imp-untrigger-shape-on-mouseover]").forEach((function(e){e.dataset.impUntriggerObjectOnMouseover=e.dataset.impUntriggerShapeOnMouseover,e.addEventListener("mouseover",J)})),document.querySelectorAll("[data-imp-untrigger-shape-on-click]").forEach((function(e){e.dataset.impUntriggerObjectOnClick=e.dataset.impUntriggerShapeOnClick,e.addEventListener("click",oe)})),document.querySelectorAll("[data-imp-focus-shape-on-mouseover]").forEach((function(e){e.dataset.impFocusObjectOnMouseover=e.dataset.impFocusShapeOnMouseover,e.addEventListener("mouseover",ae)})),document.querySelectorAll("[data-imp-focus-shape-on-click]").forEach((function(e){e.dataset.impFocusObjectOnClick=e.dataset.impFocusShapeOnClick,e.addEventListener("click",ie)})),document.querySelectorAll("[data-imp-go-to-floor]").forEach((function(e){e.dataset.impChangeArtboard=e.dataset.impGoToFloor,e.addEventListener("click",le)})))}))}));var fe=__nested_webpack_require_149423__(5671),de=__nested_webpack_require_149423__(3144),ue=__nested_webpack_require_149423__(9142);function pe(e,t,o){return(t=(0,ue.Z)(t))in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function be(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}var ge=function(){function e(t){(0,fe.Z)(this,e),pe(this,"store",void 0),pe(this,"action",h.RN),pe(this,"actionStart",h.RN),pe(this,"eventCoordinates",{x:0,y:0}),pe(this,"eventCoordinatesStart",{x:0,y:0}),pe(this,"eventCoordinatesPrevious",{x:0,y:0}),pe(this,"eventDirection",void 0),pe(this,"UIRects",[]),pe(this,"UIRectUnderEvent",void 0),pe(this,"UIRectUnderEventStart",void 0),pe(this,"UIClickedRect",void 0),pe(this,"isEventOverTooltip",void 0),pe(this,"isEventOverCanvas",void 0),pe(this,"objectIndexUnderEvent",void 0),pe(this,"objectIndexUnderEventPrevious",void 0),pe(this,"objectIndexUnderEventStart",void 0),pe(this,"objectIdClicked",void 0),pe(this,"menuListItemIDUnderEvent",void 0),pe(this,"menuListItemIDUnderEventPrevious",void 0),pe(this,"mac",navigator.platform.toUpperCase().indexOf("MAC")>=0),pe(this,"ctrlKeyDown",!1),pe(this,"cmdKeyDown",!1),pe(this,"canPinch",!1),this.store=t,this.createEvents()}var t,o,n,a;return(0,de.Z)(e,[{key:"buildUIModel",value:function(){var e=this;this.store.getAreTooltipsFullscreen()&&(this.UIRects[h.db]=function(){return e.store.getOpenedFullscreenTooltipRect()}),this.store.state.fullscreen.enable_fullscreen_mode&&(this.UIRects[h.h9]=function(){return e.store.getFullscreenButtonRect()}),this.store.state.zooming.enable_zooming&&(this.store.state.zooming.enable_zoom_buttons&&(this.UIRects[h.f9]=function(){return e.store.getZoomInButtonRect()},this.UIRects[h.s2]=function(){return e.store.getZoomOutButtonRect()}),this.store.state.zooming.enable_navigator&&(this.UIRects[h.lY]=function(){return e.store.getNavigatorRect()})),this.store.state.artboards.length>1&&(this.UIRects[h.d4]=function(){return e.store.getArtboardSelectRect()}),this.store.state.object_list.enable_object_list&&(this.UIRects[h.el]=function(){return e.store.getMenuRect()},this.UIRects[h.kK]=function(){return e.store.getOpenMenuButtonRect()},this.UIRects[h.GO]=function(){return e.store.getCloseMenuButtonRect()})}},{key:"createEvents",value:function(){this.boundHandleEventStart=this.handleEventStart.bind(this),this.boundHandleEventMove=this.handleEventMove.bind(this),this.boundHandleEventEnd=this.handleEventEnd.bind(this),this.boundHandleEventKeyDown=this.handleEventKeyDown.bind(this),this.boundHandleEventKeyUp=this.handleEventKeyUp.bind(this),this.boundHandleEventResize=this.handleEventResize.bind(this),this.boundHandleEventWheel=this.handleEventWheel.bind(this),this.boundHandleEventChange=this.handleEventChange.bind(this),(0,b.tq)()?(document.addEventListener("touchstart",this.boundHandleEventStart,{passive:!1}),document.addEventListener("touchmove",this.boundHandleEventMove,{passive:!1}),document.addEventListener("touchend",this.boundHandleEventEnd,{passive:!1})):(document.addEventListener("mousedown",this.boundHandleEventStart,{passive:!1}),document.addEventListener("mousemove",this.boundHandleEventMove,{passive:!1}),document.addEventListener("mouseup",this.boundHandleEventEnd,{passive:!1})),document.addEventListener("keydown",this.boundHandleEventKeyDown,{passive:!1}),document.addEventListener("keyup",this.boundHandleEventKeyUp,{passive:!1}),document.addEventListener("wheel",this.boundHandleEventWheel,{passive:!1}),document.addEventListener("change",this.boundHandleEventChange,{passive:!1}),new ResizeObserver(this.boundHandleEventResize).observe(this.store.getContainer().parentElement)}},{key:"removeEvents",value:function(){(0,b.tq)()?(document.removeEventListener("touchstart",this.boundHandleEventStart,{passive:!1}),document.removeEventListener("touchmove",this.boundHandleEventMove,{passive:!1}),document.removeEventListener("touchend",this.boundHandleEventEnd,{passive:!1})):(document.removeEventListener("mousedown",this.boundHandleEventStart,{passive:!1}),document.removeEventListener("mousemove",this.boundHandleEventMove,{passive:!1}),document.removeEventListener("mouseup",this.boundHandleEventEnd,{passive:!1})),document.removeEventListener("keydown",this.boundHandleEventKeyDown,{passive:!1}),document.removeEventListener("keyup",this.boundHandleEventKeyUp,{passive:!1}),document.removeEventListener("wheel",this.boundHandleEventWheel,{passive:!1}),document.removeEventListener("change",this.boundHandleEventChange,{passive:!1}),window.removeEventListener("resize",this.boundHandleEventResize,{passive:!1})}},{key:"handleEventStart",value:function(e){this.updateFlagsAndVariables(e),this.doStartAction(),this.doMenuStart(e)}},{key:"handleEventMove",value:function(e){if(this.updateFlagsAndVariables(e),this.doAction(e))return this.objectIdUnderEventPrevious=!1,void this.store.dispatch("unhighlightAllObjects");this.doMenuMove(e)||this.doMouseOverObject(e)}},{key:"handleEventEnd",value:(a=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(this.updateFlagsAndVariables(t),!this.doEndAction()){e.next=3;break}return e.abrupt("return");case 3:return e.next=5,this.doMenuEnd(t);case 5:if(!e.sent){e.next=7;break}return e.abrupt("return");case 7:if(!this.doClickUI(t)){e.next=9;break}return e.abrupt("return");case 9:if(!this.doClickObject()){e.next=11;break}return e.abrupt("return");case 11:case"end":return e.stop()}}),e,this)}))),function(e){return a.apply(this,arguments)})},{key:"handleEventKeyDown",value:function(e){this.updateFlagsAndVariables(e)}},{key:"handleEventKeyUp",value:function(e){this.updateFlagsAndVariables(e),"Escape"==e.code&&this.store.dispatch("closeFullscreen"),document.querySelector('[data-image-map-id="'.concat(this.store.getID(),'"] input:focus'))&&this.store.dispatch("updateSearch",{searchString:document.querySelector('[data-image-map-id="'.concat(this.store.getID(),'"] input:focus')).value})}},{key:"handleEventResize",value:function(){this.store.dispatch("beforeResize"),this.store.dispatch("resize")}},{key:"handleEventWheel",value:function(e){this.updateFlagsAndVariables(e),this.UIRectUnderEvent||this.isEventOverCanvas&&this.store.state.zooming.enable_zooming&&(this.store.state.zooming.hold_ctrl_to_zoom?this.mac&&this.cmdKeyDown||!this.mac&&this.ctrlKeyDown?this.doZoom(e):this.store.dispatch("failedToZoom"):this.doZoom(e))}},{key:"handleEventChange",value:function(e){e.target.classList.contains("imp-ui-layers-select")&&e.target.closest('[data-image-map-id="'.concat(this.store.getID(),'"]'))&&this.store.dispatch("changeArtboard",{artboardId:e.target.value,zoomOut:!0}),e.target.closest('[data-image-map-id="'.concat(this.store.getID(),'"] .imp-search-box-input-wrap'))&&this.store.dispatch("updateSearch",{searchString:e.target.value})}},{key:"updateFlagsAndVariables",value:function(e){if("keydown"==e.type||"keyup"==e.type)return this.ctrlKeyDown=e.ctrlKey,void(this.cmdKeyDown=e.metaKey);this.eventCoordinates=(0,b.DC)(e),"mousedown"!=e.type&&"touchstart"!=e.type||(this.eventCoordinatesStart=this.eventCoordinates),this.UIRectUnderEvent=this.getUIRectNameUnderEvent(e),"mousedown"!=e.type&&"touchstart"!=e.type||(this.UIRectUnderEventStart=this.UIRectUnderEvent),this.UIClickedRect=this.UIRectUnderEvent===this.UIRectUnderEventStart&&this.UIRectUnderEvent,this.menuListItemIDUnderEvent=this.getMenuListItemIdUnderEvent(e),this.isEventOverCanvas=this.isPointInsideRect(this.eventCoordinates,this.getZoomedCanvasRect()),this.isEventOverTooltip=this.store.getTooltipController().isPointInsideVisibleTooltip({x:this.eventCoordinates.x,y:this.eventCoordinates.y})||this.isEventOverVisibleTooltip(e),this.objectIdUnderEvent=this.getObjectIdUnderEvent(e),"mousedown"!=e.type&&"touchstart"!=e.type||(this.objectIdUnderEventStart=this.objectIdUnderEvent),this.objectIdClicked=this.objectIdUnderEvent===this.objectIdUnderEventStart&&this.objectIdUnderEvent,"mousemove"!=e.type&&"touchmove"!=e.type||(this.objectIdUnderEventStart=!1),this.canPinch=this.getCanPinch(e),this.updateStickyTooltipsConfig();var t=this.eventCoordinates.x-this.eventCoordinatesPrevious.x,o=this.eventCoordinates.y-this.eventCoordinatesPrevious.y;t>0&&Math.abs(t)>Math.abs(o)&&(this.eventDirection=h.MJ),t<0&&Math.abs(t)>Math.abs(o)&&(this.eventDirection=h.r4),o>0&&Math.abs(o)>Math.abs(t)&&(this.eventDirection=h.BQ),o<0&&Math.abs(o)>Math.abs(t)&&(this.eventDirection=h.in),this.eventCoordinatesPrevious=function(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?be(Object(o),!0).forEach((function(t){pe(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):be(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}({},this.eventCoordinates)}},{key:"doStartAction",value:function(){this.UIRectUnderEvent!==h.lY?this.UIRectUnderEvent||(this.canPinch?this.actionStart=h.Nb:this.isEventOverCanvas&&(this.actionStart=h.Fq)):this.actionStart=h.EZ}},{key:"doAction",value:function(e){return this.actionStart===h.Nb&&(this.action=h.Nb,this.store.dispatch("startPinch",{event:e})),this.actionStart===h.EZ&&(this.action=h.EZ),this.actionStart===h.Fq&&(this.action=h.Fq,this.store.dispatch("startPan",{x:this.eventCoordinates.x,y:this.eventCoordinates.y})),this.actionStart=h.RN,this.action===h.Nb?(this.store.dispatch("pinch",{event:e}),this.preventDefault(e),!0):this.action===h.EZ?(this.store.dispatch("panOnNavigator",{x:this.eventCoordinates.x,y:this.eventCoordinates.y}),this.preventDefault(e),!0):this.action===h.Fq&&(this.store.dispatch("pan",{x:this.eventCoordinates.x,y:this.eventCoordinates.y}),this.isPanLimitReached()||this.preventDefault(e),!0)}},{key:"doEndAction",value:function(){return this.actionStart=h.RN,this.action==h.Nb?(this.canPinch||(this.action=h.RN),this.isEventOverCanvas&&!this.UIRectUnderEvent&&(this.action=h.Fq,this.store.dispatch("startPan",this.eventCoordinates)),!0):this.action!==h.RN&&(this.action=h.RN,!0)}},{key:"doClickUI",value:function(e){if(this.UIClickedRect){if(this.UIClickedRect===h.h9&&(this.store.getIsFullscreen()?this.store.dispatch("closeFullscreen"):this.store.dispatch("goFullscreen")),this.UIClickedRect===h.f9&&this.store.dispatch("zoomIn",{}),this.UIClickedRect===h.s2&&this.store.dispatch("zoomOut",{}),e.target.classList.contains("imp-clear-search")&&this.store.dispatch("clearSearch"),this.UIClickedRect==h.db){if(!(null===e.target.closest(".imp-tooltip-content")&&!e.target.classList.contains("imp-tooltip-content")||e.target.closest(".imp-tooltip-close-button")||e.target.classList.contains("imp-tooltip-close-button")))return!1;this.store.dispatch("closeFullscreenTooltip")}return this.UIClickedRect==h.kK&&this.store.dispatch("openMenu"),this.UIClickedRect==h.GO?(this.store.dispatch("closeMenu"),this.preventDefault(e),!0):this.UIClickedRect==h.d4?(this.store.dispatch("unhighlightAllObjects"),!1):(e.target.closest(".imp-search-box-input-wrap")||(this.store.dispatch("unhighlightAllObjects"),this.preventDefault(e)),!0)}return!1}},{key:"doClickObject",value:(n=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!(!1!==this.objectIdClicked&&this.getDistanceBetweenCoordinates(this.eventCoordinates,this.eventCoordinatesStart)<10)){e.next=10;break}return e.next=3,this.store.dispatch("clickObject",{objectId:this.objectIdUnderEvent});case 3:if(!this.store.getImageMap().config.zooming.zoom_on_object_click){e.next=6;break}return e.next=6,this.store.dispatch("focusObject",{objectId:this.objectIdUnderEvent,showTooltip:!1});case 6:return e.next=8,this.store.dispatch("unhighlightAllObjects");case 8:return this.store.dispatch("highlightObject",{objectId:this.objectIdUnderEvent,showTooltip:!0,hideAllTooltips:!1}),e.abrupt("return",!0);case 10:return e.abrupt("return",!1);case 11:case"end":return e.stop()}}),e,this)}))),function(){return n.apply(this,arguments)})},{key:"doMouseOverObject",value:(o=(0,y.Z)(_().mark((function e(t){var o;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!this.store.getTooltipController().stickyTooltips||!this.isEventOverTooltip||this.store.getAreTooltipsFullscreen()){e.next=3;break}return this.store.dispatch("updateTooltipPositions"),e.abrupt("return");case 3:if(this.store.getTooltipController().stickyTooltips&&!this.store.getAreTooltipsFullscreen()&&this.store.dispatch("updateTooltipPositions"),!this.isEventOverTooltip){e.next=6;break}return e.abrupt("return",!1);case 6:if(this.objectIdUnderEventPrevious!==this.objectIdUnderEvent){e.next=8;break}return e.abrupt("return",!1);case 8:if(!1===this.objectIdUnderEvent){e.next=16;break}return this.objectIdUnderEventPrevious=this.objectIdUnderEvent,e.next=12,this.store.dispatch("unhighlightAllObjects");case 12:return o=!0,"click"==this.store.state.tooltips.show_tooltips&&(o=!1),this.store.dispatch("highlightObject",{objectId:this.objectIdUnderEvent,showTooltip:o,hideAllTooltips:!1}),e.abrupt("return",!0);case 16:return!1===this.objectIdUnderEvent&&(this.objectIdUnderEventPrevious=!1,this.store.dispatch("unhighlightAllObjects")),e.abrupt("return",!1);case 18:case"end":return e.stop()}}),e,this)}))),function(e){return o.apply(this,arguments)})},{key:"doMenuStart",value:function(e){if(this.UIRectUnderEvent!==h.el)return!1}},{key:"doMenuMove",value:function(e){return this.menuListItemIDUnderEventPrevious!==this.menuListItemIDUnderEvent&&(this.menuListItemIDUnderEvent&&!(0,b.tq)()?(this.menuListItemIDUnderEventPrevious=this.menuListItemIDUnderEvent,this.store.dispatch("unhighlightAllObjects"),this.store.getObject({id:this.menuListItemIDUnderEvent}).static||this.store.dispatch("highlightObject",{objectId:this.menuListItemIDUnderEvent,showTooltip:!1}),!0):!1===this.menuListItemIDUnderEvent&&(this.objectIdUnderEventPrevious=null,this.menuListItemIDUnderEventPrevious=!1,!1))}},{key:"doMenuEnd",value:(t=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!(this.getDistanceBetweenCoordinates(this.eventCoordinates,this.eventCoordinatesStart)>10)){e.next=2;break}return e.abrupt("return");case 2:if(this.UIRectUnderEvent===h.el){e.next=4;break}return e.abrupt("return",!1);case 4:if(!t.target.classList.contains("imp-object-list-item-artboard")&&!t.target.closest(".imp-object-list-item-artboard")){e.next=8;break}return this.store.dispatch("toggleArtboard",{artboardId:this.menuListItemIDUnderEvent}),this.preventDefault(t),e.abrupt("return",!0);case 8:if(!t.target.classList.contains("imp-object-list-item-group")&&!t.target.closest(".imp-object-list-item-group")){e.next=12;break}return this.store.dispatch("toggleGroup",{groupId:this.menuListItemIDUnderEvent}),this.preventDefault(t),e.abrupt("return",!0);case 12:if(!this.menuListItemIDUnderEvent){e.next=32;break}if("change-artboard"!==this.store.getObject({id:this.menuListItemIDUnderEvent}).actions.click){e.next=20;break}return e.next=16,this.store.dispatch("changeArtboard",{artboardId:this.store.getObject({id:this.menuListItemIDUnderEvent}).actions.artboard,zoomOut:!0});case 16:case 30:return this.preventDefault(t),e.abrupt("return",!0);case 20:return e.next=22,this.store.dispatch("changeArtboard",{artboardId:this.store.getArtboardIdForObject({id:this.menuListItemIDUnderEvent}),zoomOut:!1});case 22:if(this.store.getObject({id:this.menuListItemIDUnderEvent}).static){e.next=30;break}if(!this.store.getImageMap().config.zooming.zoom_on_object_click){e.next=26;break}return e.next=26,this.store.dispatch("focusObject",{objectId:this.menuListItemIDUnderEvent});case 26:return e.next=28,this.store.dispatch("highlightObject",{objectId:this.menuListItemIDUnderEvent,showTooltip:!0,hideAllTooltips:!0});case 28:return e.next=30,this.store.dispatch("clickObject",{objectId:this.menuListItemIDUnderEvent});case 32:return e.abrupt("return",!1);case 33:case"end":return e.stop()}}),e,this)}))),function(e){return t.apply(this,arguments)})},{key:"doZoom",value:function(e){var t=this.action!=h.Fq;e.deltaY>0?this.store.dispatch("zoomOut",{coords:this.eventCoordinates,animate:t}):this.store.dispatch("zoomIn",{coords:this.eventCoordinates,animate:t}),this.preventDefault(e),this.action==h.Fq&&this.store.dispatch("startPan",this.eventCoordinates)}},{key:"preventDefault",value:function(e){e.cancelable&&e.preventDefault()}},{key:"getUIRectNameUnderEvent",value:function(){for(var e=!1,t=0,o=[h.db,h.h9,h.f9,h.s2,h.lY,h.d4,h.el,h.kK,h.GO];t<o.length;t++){var n=o[t];this.UIRects[n]&&this.isPointInsideRect(this.eventCoordinates,this.UIRects[n]())&&(this.UIRectUnderEvent=n,e=n)}return e}},{key:"isPointInsideRect",value:function(e,t){return!!t&&e.x>t.offset.left&&e.x<t.offset.left+t.offsetWidth&&e.y>t.offset.top&&e.y<t.offset.top+t.offsetHeight}},{key:"getObjectIdUnderEvent",value:function(e){var t,o,n,a,r,i;if(e.target.dataset.parentId?i=e.target.dataset.parentId:null!==(t=e.target.closest("[data-parent-id]"))&&void 0!==t&&t.dataset.parentId?i=null===(o=e.target.closest("[data-parent-id]"))||void 0===o?void 0:o.dataset.parentId:e.target.dataset.objectId?i=e.target.dataset.objectId:null!==(n=e.target.closest("[data-object-id]"))&&void 0!==n&&n.dataset.objectId&&(i=null===(a=e.target.closest("[data-object-id]"))||void 0===a?void 0:a.dataset.objectId),!i)return!1;var c=e.target.dataset.imageMapId||(null===(r=e.target.closest("[data-image-map-id]"))||void 0===r?void 0:r.dataset.imageMapId);return(void 0===c||c+""===this.store.getID())&&i}},{key:"isEventOverVisibleTooltip",value:function(e){if(e.target.classList.contains("imp-tooltip")||e.target.closest(".imp-tooltip"))return!0}},{key:"getMenuListItemIdUnderEvent",value:function(e){var t,o,n;return!(!e.target.dataset.listItemId&&!(null===(t=e.target.closest("[data-list-item-id]"))||void 0===t?void 0:t.dataset.listItemId))&&(e.target.dataset.imageMapId||(null===(o=e.target.closest("[data-list-item-id]"))||void 0===o?void 0:o.dataset.imageMapId))===this.store.getID()&&(e.target.dataset.listItemId||(null===(n=e.target.closest("[data-list-item-id]"))||void 0===n?void 0:n.dataset.listItemId))}},{key:"getDistanceBetweenCoordinates",value:function(e,t){return Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2))}},{key:"getZoomedCanvasRect",value:function(){if(this.store.getIsFullscreen()){var e=0;return this.store.state.object_list.enable_object_list&&!this.store.getIsMenuMobile()&&(e=224),{offset:{left:0,top:window.scrollY},offsetWidth:window.innerWidth-e,offsetHeight:window.innerHeight}}return this.store.getCanvasWrapRect()}},{key:"getCanPinch",value:function(e){var t;return!(2!=(null===(t=e.touches)||void 0===t?void 0:t.length)||!this.isPointInsideRect({x:e.touches[0].pageX,y:e.touches[0].pageY},this.getZoomedCanvasRect())||!this.isPointInsideRect({x:e.touches[1].pageX,y:e.touches[1].pageY},this.getZoomedCanvasRect()))}},{key:"isPanLimitReached",value:function(){return!(this.eventDirection==h.in&&this.store.getPan().y>this.store.getMinPan().y||this.eventDirection==h.BQ&&this.store.getPan().y<0||this.eventDirection==h.r4&&this.store.getPan().x>this.store.getMinPan().y||this.eventDirection==h.MJ&&this.store.getPan().x<0)}},{key:"updateStickyTooltipsConfig",value:function(){this.UIRectUnderEvent===h.el?this.store.getTooltipController().disableStickyTooltips():this.store.getTooltipController().resetStickyTooltips()}}]),e}(),he='<svg class="imp-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">\x3c!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z"/></svg>',me='<svg class="imp-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">\x3c!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M310.6 246.6l-127.1 128C176.4 380.9 168.2 384 160 384s-16.38-3.125-22.63-9.375l-127.1-128C.2244 237.5-2.516 223.7 2.438 211.8S19.07 192 32 192h255.1c12.94 0 24.62 7.781 29.58 19.75S319.8 237.5 310.6 246.6z"/></svg>',ye=function(){function e(t){var o=t.mapID,n=t.isFullscreen;(0,fe.Z)(this,e),this.mapID=o,this.isFullscreen=n,this.element=(0,b.Bv)(this.html())}return(0,de.Z)(e,[{key:"icon",value:function(){return this.isFullscreen?'<svg class="imp-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M128 320H32c-17.69 0-32 14.31-32 32s14.31 32 32 32h64v64c0 17.69 14.31 32 32 32s32-14.31 32-32v-96C160 334.3 145.7 320 128 320zM416 320h-96c-17.69 0-32 14.31-32 32v96c0 17.69 14.31 32 32 32s32-14.31 32-32v-64h64c17.69 0 32-14.31 32-32S433.7 320 416 320zM320 192h96c17.69 0 32-14.31 32-32s-14.31-32-32-32h-64V64c0-17.69-14.31-32-32-32s-32 14.31-32 32v96C288 177.7 302.3 192 320 192zM128 32C110.3 32 96 46.31 96 64v64H32C14.31 128 0 142.3 0 160s14.31 32 32 32h96c17.69 0 32-14.31 32-32V64C160 46.31 145.7 32 128 32z"/></svg>':'<svg class="imp-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M128 32H32C14.31 32 0 46.31 0 64v96c0 17.69 14.31 32 32 32s32-14.31 32-32V96h64c17.69 0 32-14.31 32-32S145.7 32 128 32zM416 32h-96c-17.69 0-32 14.31-32 32s14.31 32 32 32h64v64c0 17.69 14.31 32 32 32s32-14.31 32-32V64C448 46.31 433.7 32 416 32zM128 416H64v-64c0-17.69-14.31-32-32-32s-32 14.31-32 32v96c0 17.69 14.31 32 32 32h96c17.69 0 32-14.31 32-32S145.7 416 128 416zM416 320c-17.69 0-32 14.31-32 32v64h-64c-17.69 0-32 14.31-32 32s14.31 32 32 32h96c17.69 0 32-14.31 32-32v-96C448 334.3 433.7 320 416 320z"/></svg>'}},{key:"css",value:function(){return""}},{key:"html",value:function(){return'<div data-image-map-id="'.concat(this.mapID,'" data-element-name="fullscreenButton" style="').concat(this.css(),'" class="imp-ui-element imp-fullscreen-button">').concat(this.icon(),"</div>")}}]),e}(),ve=function(){function e(t,o,n){(0,fe.Z)(this,e),pe(this,"store",void 0),pe(this,"button",void 0),pe(this,"isFullscreen",void 0),pe(this,"closeFullscreenCallback",void 0),this.store=t,this.store.state.fullscreen.enable_fullscreen_mode&&(this.isFullscreen=o,this.closeFullscreenCallback=n,this.store.state.fullscreen.start_in_fullscreen_mode&&!this.isFullscreen&&this.goFullscreen(),this.createButton())}return(0,de.Z)(e,[{key:"createButton",value:function(){this.button=new ye({mapID:this.store.getID(),isFullscreen:this.isFullscreen})}},{key:"insertUI",value:function(){this.store.state.fullscreen.enable_fullscreen_mode&&(this.store.state.object_list.enable_object_list&&"on-top"===this.store.state.object_list.menu_style&&"right"===this.store.state.object_list.menu_position?this.store.getUIWrap().querySelector(".imp-ui-bottom-left").appendChild(this.button.element):this.store.getUIWrap().querySelector(".imp-ui-bottom-right").appendChild(this.button.element))}},{key:"goFullscreen",value:function(){var e,t=this,o=(0,b.ZB)({},this.store.state);o.general.name+=" [fullscreen]",o.id+=" [fullscreen]",null===(e=document.querySelector("#imp-fullscreen-container"))||void 0===e||e.remove(),document.body.appendChild((0,b.Bv)('<div id="imp-fullscreen-container"><div id="imp-fullscreen-image-map"></div>')),document.body.classList.add("imp-fullscreen-mode"),this.store.getEventController().removeEvents(),ImageMapPro.init("#imp-fullscreen-image-map",o,{isFullscreen:!0,closeFullscreenCallback:function(){t.store.getEventController().createEvents()},artboardId:this.store.getArtboard().id})}},{key:"closeFullscreen",value:function(){var e;this.store.getIsFullscreen()&&(this.store.getEventController().removeEvents(),this.store.getMenuController().removeMenu(),this.store.getTooltipController().container.remove(),document.body.classList.remove("imp-fullscreen-mode"),null===(e=document.querySelector("#imp-fullscreen-container"))||void 0===e||e.remove(),this.closeFullscreenCallback())}}]),e}(),_e=function(){function e(t){(0,fe.Z)(this,e),pe(this,"store",void 0),pe(this,"image",void 0),pe(this,"element",void 0),pe(this,"window",{width:0,height:0}),pe(this,"ratio",1),this.store=t,this.element=(0,b.Bv)(this.html()),this.image=this.element.querySelector(".imp-ui-navigator-window-image")}return(0,de.Z)(e,[{key:"html",value:function(){var e='<div class="imp-ui-element imp-ui-navigator-root" data-element-name="navigator" data-image-map-id='.concat(this.store.getID(),">");return e+='<div class="imp-ui-navigator-overlay"></div>',"image"===this.store.getArtboard().background_type&&(e+='<img src="'.concat(this.store.getArtboard().image_url,'" class="imp-ui-navigator-window-image">'),e+='<img src="'.concat(this.store.getArtboard().image_url,'" class="imp-ui-navigator-background-edgefill">'),e+='<img src="'.concat(this.store.getArtboard().image_url,'" class="imp-ui-navigator-background">')),"color"===this.store.getArtboard().background_type&&(e+='<div class="imp-ui-navigator-window-image" style="background: '.concat(this.store.getArtboard().background_color,'"></div>'),e+='<div class="imp-ui-navigator-background-edgefill" style="background: '.concat(this.store.getArtboard().background_color,'"></div>'),e+='<div class="imp-ui-navigator-background" style="background: '.concat(this.store.getArtboard().background_color,'"></div>')),"none"===this.store.getArtboard().background_type&&(e+='<div class="imp-ui-navigator-window-image"></div>'),e+"</div>"}},{key:"adjustSize",value:function(){var e=(0,b.Yo)(this.store.getCanvasWrap()).width/(0,b.Yo)(this.store.getCanvasWrap()).height;e>=1?(this.window.width=150,this.window.height=this.window.width/e):(this.window.height=150,this.window.width=this.window.height*e),this.element.style.width=this.window.width+"px",this.element.style.height=this.window.height+"px",this.ratio=this.window.width/(0,b.Yo)(this.store.getCanvasWrap()).width}},{key:"redraw",value:function(){var e=-this.store.getPan().x*this.ratio/this.store.getZoom(),t=this.store.getCanvasWrapRect().width*this.ratio-(e+this.window.width/this.store.getZoom()),o=-this.store.getPan().y*this.ratio/this.store.getZoom(),n=this.store.getCanvasWrapRect().height*this.ratio-(o+this.window.height/this.store.getZoom());this.image&&(this.image.style.clipPath="inset(".concat(o,"px ").concat(t,"px ").concat(n,"px ").concat(e,"px)"))}}]),e}(),xe=function(){function e(t){(0,fe.Z)(this,e),pe(this,"store",void 0),pe(this,"navigator",void 0),pe(this,"ix",0),pe(this,"iy",0),this.store=t,this.store.state.zooming.enable_zooming&&this.store.state.zooming.enable_navigator?(this.store.subscribe(this.handleAction.bind(this)),this.createUI()):this.navigator={element:document.createElement("div"),adjustSize:function(){}}}return(0,de.Z)(e,[{key:"createUI",value:function(){this.store.state.zooming.enable_zooming&&this.store.state.zooming.enable_navigator&&(this.navigator&&this.navigator.element.remove(),this.navigator=new _e(this.store))}},{key:"insertUI",value:function(){this.store.state.zooming.enable_zooming&&this.store.state.zooming.enable_navigator&&(this.store.state.object_list.enable_object_list&&"on-top"===this.store.state.object_list.menu_style&&"left"===this.store.state.object_list.menu_position?this.store.getUIWrap().querySelector(".imp-ui-bottom-right").appendChild(this.navigator.element):this.store.getUIWrap().querySelector(".imp-ui-bottom-left").appendChild(this.navigator.element),this.navigator.adjustSize())}},{key:"handleAction",value:function(e){var t=this;"resize"==e.type&&requestAnimationFrame((function(){requestAnimationFrame((function(){t.navigator.adjustSize(),t.navigator.redraw()}))})),"panOnNavigator"==e.type&&this.pan({x:e.payload.x,y:e.payload.y}),"zoomUpdate"==e.type&&this.navigator.redraw()}},{key:"pan",value:function(e){var t=e.x,o=e.y,n=(t-this.store.getNavigatorRect().offset.left)/this.navigator.ratio*this.store.getZoom(),a=(o-this.store.getNavigatorRect().offset.top)/this.navigator.ratio*this.store.getZoom();this.store.dispatch("panTo",{x:n,y:a})}}]),e}(),we=__nested_webpack_require_149423__(971),ke=__nested_webpack_require_149423__(144),Ce={id:"default-id",type:"artboard",title:"Artboard",background_type:"color",background_color:"#ffffff",image_url:"",width:848,height:480,use_image_size:!1,children:[]},$e={id:"spot-0",title:"Object",type:"spot",x:0,y:0,width:44,height:44,static:!1,children:[],parent_id:"",single_object:!1,default_style:{opacity:1,background_type:"color",background_color:"#000000",background_opacity:.4,border_radius:4,border_width:0,border_style:"solid",border_color:"#ffffff",border_opacity:1,background_image_url:"",background_image_opacity:1,background_image_scale:1,background_image_offset_x:0,background_image_offset_y:0,stroke_color:"#ffffff",stroke_opacity:.75,stroke_width:0,stroke_dasharray:"0",stroke_linecap:"round",use_icon:!0,icon_size:44,icon_type:"library",icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 384 512">\x3c!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e<path d="M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"/></svg>',icon_fill:"#000000",icon_url:"",icon_is_pin:!0,icon_shadow:!1,parent_filters:[],filters:[]},mouseover_style:{opacity:1,background_type:"color",background_color:"#000000",background_opacity:.8,background_image_url:"",background_image_opacity:1,background_image_scale:1,background_image_offset_x:0,background_image_offset_y:0,border_radius:4,border_width:0,border_style:"solid",border_color:"#ffffff",border_opacity:1,stroke_color:"#ffffff",stroke_opacity:.75,stroke_width:0,stroke_dasharray:"0",stroke_linecap:"round",icon_fill:"#000000",parent_filters:[],filters:[]},tooltip:{enable_tooltip:!0},tooltip_style:{border_radius:10,padding:15,background_color:"#222222",background_opacity:1,position:"top",width:225,auto_width:!0,offset_x:0,offset_y:0},tooltip_content:[],text:{text:"Text",font_family:"sans-serif",font_size:16,font_weight:400,text_color:"#000000",text_opacity:1},actions:{click:"no-action",link:"#",open_link_in_new_window:!0,script:"",artboard:""},x_image_background:-1,y_image_background:-1,width_image_background:44,height_image_background:44,points:[],svg:{html:"",tagName:"",properties:[],viewBox:""}},Me={paragraph:{type:"Paragraph",text:"",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:14,lineHeight:22,color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}}},heading:{type:"Heading",text:"",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}}},button:{type:"Button",text:"Button",url:"#",script:"",newTab:!1,other:{id:"",classes:"",css:""},style:{backgroundColor:"#2196f3",borderRadius:10,fontFamily:"sans-serif",fontWeight:700,fontSize:14,lineHeight:44,color:"#ffffff",display:"inline-block"},boxModel:{width:"auto",height:44,margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}}},image:{type:"Image",url:"",linkUrl:"",other:{id:"",classes:"",css:""},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}}},video:{type:"Video",src:{webm:"http://webcraftplugins.com/uploads/example_video.webm",mp4:"http://webcraftplugins.com/uploads/example_video.mp4",ogv:"http://webcraftplugins.com/uploads/example_video.ogv"},linkUrl:"",autoplay:!1,loop:!1,controls:!0,other:{id:"",classes:"",css:""},style:{},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}}},youtube:{type:"YouTube",embedCode:'<iframe width="100%" height="315" src="https://www.youtube.com/embed/6NC_ODHu5jg" frameborder="0" allowfullscreen></iframe>',allowFullscreen:!1,other:{id:"",classes:"",css:""},style:{},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}}}},Fe={version:"6.0.36",id:0,general:{name:"Untitled",shortcode:"",responsive:!0,ui_theme:"light"},fullscreen:{enable_fullscreen_mode:!1,start_in_fullscreen_mode:!1},objectConfig:{pageload_animation:"none",glowing_objects:!1,glowing_objects_color:"#ffffff",glow_opacity:.5,stop_glowing_on_mouseover:!0,scale_spots:!0},tooltips:{enable_tooltips:!0,show_tooltips:"mouseover",sticky_tooltips:!1,constrain_tooltips:!0,tooltip_animation:"none",fullscreen_tooltips:"mobile-only",fullscreen_background:"#ffffff",fullscreen_background_opacity:.75},zooming:{enable_zooming:!1,max_zoom:4,limit_max_zoom_to_image_size:!1,enable_zoom_buttons:!0,enable_navigator:!0,hold_ctrl_to_zoom:!0,zoom_on_object_click:!1},object_list:{enable_object_list:!1,menu_style:"default",menu_position:"left",enable_search:!0,group_by_artboard:!1,flat_hierarchy:!0,show_groups:!0,show_only_objects_from_active_artboard:!1,hide_static_objects:!0},custom_code:{custom_css:"",custom_js:"",preview_custom_css:!1},defaults:{objectDefaults:b.ZB({},$e)},artboards:[]},De=function(){function e(t){(0,fe.Z)(this,e),this.options=(0,b.ZB)({},Me.paragraph,t)}return(0,de.Z)(e,[{key:"css",value:function(){return"\n font-family: ".concat(this.options.style.fontFamily,";\n font-size: ").concat(this.options.style.fontSize,"px;\n line-height: ").concat((0,b.hj)(this.options.style.lineHeight)?this.options.style.lineHeight+"px":this.options.style.lineHeight,";\n color: ").concat(this.options.style.color,";\n\n text-align: ").concat(this.options.style.textAlign,";\n\n width: ").concat("auto"==this.options.boxModel.width?this.options.boxModel.width:this.options.boxModel.width+"px",";\n height: ").concat("auto"==this.options.boxModel.height?this.options.boxModel.height:this.options.boxModel.height+"px",";\n\n margin-top: ").concat(this.options.boxModel.margin.top,"px;\n margin-bottom: ").concat(this.options.boxModel.margin.bottom,"px;\n margin-left: ").concat(this.options.boxModel.margin.left,"px;\n margin-right: ").concat(this.options.boxModel.margin.right,"px;\n\n padding-top: ").concat(this.options.boxModel.padding.top,"px;\n padding-bottom: ").concat(this.options.boxModel.padding.bottom,"px;\n padding-left: ").concat(this.options.boxModel.padding.left,"px;\n padding-right: ").concat(this.options.boxModel.padding.right,"px;\n ")}},{key:"html",value:function(){return'<div style="'.concat(this.css()," ").concat(this.options.other.css,'" id="').concat(this.options.other.id,'" class="').concat(this.options.other.classes,'">').concat(this.options.text,"</div>")}}]),e}(),Le=function(){function e(t){(0,fe.Z)(this,e),this.options=(0,b.ZB)({},Me.heading,t)}return(0,de.Z)(e,[{key:"css",value:function(){var e="\n font-family: ".concat(this.options.style.fontFamily,";\n font-size: ").concat(this.options.style.fontSize,"px;\n font-weight: bold;\n line-height: ").concat((0,b.hj)(this.options.style.lineHeight)?this.options.style.lineHeight+"px":this.options.style.lineHeight,";\n color: ").concat(this.options.style.color,";\n\n text-align: ").concat(this.options.style.textAlign,";\n\n width: ").concat("auto"==this.options.boxModel.width?this.options.boxModel.width:this.options.boxModel.width+"px",";\n height: ").concat("auto"==this.options.boxModel.height?this.options.boxModel.height:this.options.boxModel.height+"px",";\n\n margin-top: ").concat(this.options.boxModel.margin.top,"px;\n margin-bottom: ").concat(this.options.boxModel.margin.bottom,"px;\n margin-left: ").concat(this.options.boxModel.margin.left,"px;\n margin-right: ").concat(this.options.boxModel.margin.right,"px;\n\n padding-top: ").concat(this.options.boxModel.padding.top,"px;\n padding-bottom: ").concat(this.options.boxModel.padding.bottom,"px;\n padding-left: ").concat(this.options.boxModel.padding.left,"px;\n padding-right: ").concat(this.options.boxModel.padding.right,"px;\n ");return(0,b.hj)(this.options.style.lineHeight)?e+="line-height: ".concat(this.options.style.lineHeight,"px;"):e+="line-height: ".concat(this.options.style.lineHeight,";"),e}},{key:"html",value:function(){return"<".concat(this.options.heading,' style="').concat(this.css()," ").concat(this.options.other.css,'" id="').concat(this.options.other.id,'" class="').concat(this.options.other.classes,'">').concat(this.options.text,"</").concat(this.options.heading,">")}}]),e}(),Be=function(){function e(t){(0,fe.Z)(this,e),this.options=(0,b.ZB)({},Me.image,t)}return(0,de.Z)(e,[{key:"css",value:function(){return"\n width: ".concat("auto"==this.options.boxModel.width?this.options.boxModel.width:this.options.boxModel.width+"px",";\n height: ").concat("auto"==this.options.boxModel.height?this.options.boxModel.height:this.options.boxModel.height+"px",";\n\n max-width: 100%;\n\n margin-top: ").concat(this.options.boxModel.margin.top,"px;\n margin-bottom: ").concat(this.options.boxModel.margin.bottom,"px;\n margin-left: ").concat(this.options.boxModel.margin.left,"px;\n margin-right: ").concat(this.options.boxModel.margin.right,"px;\n\n padding-top: ").concat(this.options.boxModel.padding.top,"px;\n padding-bottom: ").concat(this.options.boxModel.padding.bottom,"px;\n padding-left: ").concat(this.options.boxModel.padding.left,"px;\n padding-right: ").concat(this.options.boxModel.padding.right,"px;\n ")}},{key:"isValidHttpUrl",value:function(e){var t;try{t=new URL(e)}catch(e){return!1}return"http:"===t.protocol||"https:"===t.protocol}},{key:"html",value:function(){var e='\n <div style="'.concat(this.css()," ").concat(this.options.other.css,'">\n <img src="').concat(this.options.url,'" style="width: 100%" id="').concat(this.options.other.id,'" class="').concat(this.options.other.classes,'">\n </div>\n ');return this.isValidHttpUrl(this.options.linkUrl)&&(e='<a href="'.concat(this.options.linkUrl,'">').concat(e,"</a>")),e}}]),e}(),je=function(){function e(t){(0,fe.Z)(this,e),this.options=(0,b.ZB)({},Me.button,t)}return(0,de.Z)(e,[{key:"css",value:function(){return"\n background-color: ".concat(this.options.style.backgroundColor,";\n border-radius: ").concat(this.options.style.borderRadius,"px;\n\n font-family: ").concat(this.options.style.fontFamily,";\n font-weight: ").concat(this.options.style.fontWeight,";\n font-size: ").concat(this.options.style.fontSize,"px;\n line-height: ").concat(this.options.boxModel.height,"px;\n color: ").concat(this.options.style.color,";\n\n width: ").concat("auto"==this.options.boxModel.width?this.options.boxModel.width:this.options.boxModel.width+"px",";\n height: ").concat("auto"==this.options.boxModel.height?this.options.boxModel.height:this.options.boxModel.height+"px",";\n\n text-align: center;\n display: ").concat(this.options.style.display,";\n padding: 0 20px;\n ")}},{key:"wrapCss",value:function(){return"\n margin-top: ".concat(this.options.boxModel.margin.top,"px;\n margin-bottom: ").concat(this.options.boxModel.margin.bottom,"px;\n margin-left: ").concat(this.options.boxModel.margin.left,"px;\n margin-right: ").concat(this.options.boxModel.margin.right,"px;\n\n padding-top: ").concat(this.options.boxModel.padding.top,"px;\n padding-bottom: ").concat(this.options.boxModel.padding.bottom,"px;\n padding-left: ").concat(this.options.boxModel.padding.left,"px;\n padding-right: ").concat(this.options.boxModel.padding.right,"px;\n ")}},{key:"html",value:function(){var e=this.options.newTab?'target="_blank"':"";return'\n <div style="'.concat(this.wrapCss(),'">\n <a href="').concat(this.options.url,'" ').concat(e,' style="').concat(this.css()," ").concat(this.options.other.css,'" id="').concat(this.options.other.id,'" class="').concat(this.options.other.classes,'" onclick="eval(').concat(this.options.script.replace("<br>",""),')">').concat(this.options.text,"</a>\n </div>\n ")}}]),e}(),Ee=function(){function e(t){(0,fe.Z)(this,e),this.options=(0,b.ZB)({},Me.youtube,t)}return(0,de.Z)(e,[{key:"css",value:function(){return"\n width: ".concat("auto"==this.options.boxModel.width?this.options.boxModel.width:this.options.boxModel.width+"px",";\n height: ").concat("auto"==this.options.boxModel.height?this.options.boxModel.height:this.options.boxModel.height+"px",";\n\n margin-top: ").concat(this.options.boxModel.margin.top,"px;\n margin-bottom: ").concat(this.options.boxModel.margin.bottom,"px;\n margin-left: ").concat(this.options.boxModel.margin.left,"px;\n margin-right: ").concat(this.options.boxModel.margin.right,"px;\n\n padding-top: ").concat(this.options.boxModel.padding.top,"px;\n padding-bottom: ").concat(this.options.boxModel.padding.bottom,"px;\n padding-left: ").concat(this.options.boxModel.padding.left,"px;\n padding-right: ").concat(this.options.boxModel.padding.right,"px;\n ")}},{key:"html",value:function(){var e=this.options.embedCode;return e=e.replace("allowfullscreen",""),this.options.allowFullscreen&&-1==e.indexOf("allowfullscreen")&&(e=e.replace("></iframe>"," allowfullscreen></iframe>")),e=(e="auto"==this.options.boxModel.width?e.replace(/width="\d+"/g,'width="100%"'):e.replace(/width="\d+"/g,'width="'+this.options.boxModel.width+'px"')).replace(/height="\d+"/g,'height="'+this.options.boxModel.height+'px"'),'<div style="'.concat(this.css()," ").concat(this.options.other.css,'" id="').concat(this.options.other.id,'" class="').concat(this.options.other.classes,'">').concat(e,"</div>")}}]),e}(),Se=function(){function e(t){(0,fe.Z)(this,e),this.options=(0,b.ZB)({},Me.video,t)}return(0,de.Z)(e,[{key:"css",value:function(){return"\n width: ".concat("auto"==this.options.boxModel.width?this.options.boxModel.width:this.options.boxModel.width+"px",";\n height: ").concat("auto"==this.options.boxModel.height?this.options.boxModel.height:this.options.boxModel.height+"px",";\n\n margin-top: ").concat(this.options.boxModel.margin.top,"px;\n margin-bottom: ").concat(this.options.boxModel.margin.bottom,"px;\n margin-left: ").concat(this.options.boxModel.margin.left,"px;\n margin-right: ").concat(this.options.boxModel.margin.right,"px;\n\n padding-top: ").concat(this.options.boxModel.padding.top,"px;\n padding-bottom: ").concat(this.options.boxModel.padding.bottom,"px;\n padding-left: ").concat(this.options.boxModel.padding.left,"px;\n padding-right: ").concat(this.options.boxModel.padding.right,"px;\n ")}},{key:"html",value:function(){var e="";this.options.autoplay&&(e+=" autoplay "),this.options.loop&&(e+=" loop "),this.options.controls&&(e+=" controls ");var t="<video ".concat(e,' \n style="').concat(this.css()," ").concat(this.options.other.css,'" \n id="').concat(this.options.other.id,'" \n class="').concat(this.options.other.classes,'">\n\n <source src="').concat(this.options.src.mp4,'" type="video/mp4">\n <source src="').concat(this.options.src.webm,'" type="video/webm">\n <source src="').concat(this.options.src.ogv,'" type="video/ogv">\n \n </video>');return(0,b.HH)(this.options.linkUrl)&&(t='<a href="'.concat(this.options.linkUrl,'">').concat(t,"</a>")),t}}]),e}();function Ie(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return Ae(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Ae(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function Ae(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var ze=function(){function e(t){(0,fe.Z)(this,e),this.elements=this.createElements(t)}return(0,de.Z)(e,[{key:"createElements",value:function(e){var t,o=[],n=Ie(e);try{for(n.s();!(t=n.n()).done;){var a=t.value;if("Paragraph"==a.type){var r=new De(a);o.push(r)}if("Heading"==a.type){var i=new Le(a);o.push(i)}if("Image"==a.type){var c=new Be(a);o.push(c)}if("Button"==a.type){var l=new je(a);o.push(l)}if("YouTube"==a.type){var s=new Ee(a);o.push(s)}if("Video"==a.type){var f=new Se(a);o.push(f)}}}catch(e){n.e(e)}finally{n.f()}return o}},{key:"html",value:function(){var e,t="",o=Ie(this.elements);try{for(o.s();!(e=o.n()).done;)t+=e.value.html()}catch(e){o.e(e)}finally{o.f()}return t}}]),e}(),Oe=function(){function e(t){var o=t.style,n=t.content,a=t.animation,r=t.id;(0,fe.Z)(this,e),this.id=r,this.style=o,this.content=new ze(n),this.animation=a}return(0,de.Z)(e,[{key:"css",value:function(){var e="",t=(0,b.oo)(this.style.background_color)||{r:0,b:0,g:0};return e+="border-radius: ".concat(this.style.border_radius,"px;"),e+="padding: ".concat(this.style.padding,"px;"),e+="background: rgba(".concat(t.r,", ").concat(t.g,", ").concat(t.b,", ").concat(this.style.background_opacity,");"),this.style.auto_width||(e+="width: ".concat(this.style.width,"px;")),e}},{key:"html",value:function(){var e="",t=(0,b.oo)(this.style.background_color)||{r:0,b:0,g:0};return e+='<div class="imp-tooltip-wrap imp-tooltip-position-'.concat(this.style.position,'">'),e+='<div class="imp-tooltip" style="'.concat(this.css(),'" data-tooltip-id="').concat(this.id,'">'),"top"===this.style.position&&(e+='<div class="hs-arrow hs-arrow-bottom" style="border-top-color: rgba('.concat(t.r,", ").concat(t.g,", ").concat(t.b,", ").concat(this.style.background_opacity,');"></div>')),"bottom"===this.style.position&&(e+='<div class="hs-arrow hs-arrow-top" style="border-bottom-color: rgba('.concat(t.r,", ").concat(t.g,", ").concat(t.b,", ").concat(this.style.background_opacity,');"></div>')),"left"===this.style.position&&(e+='<div class="hs-arrow hs-arrow-right" style="border-left-color: rgba('.concat(t.r,", ").concat(t.g,", ").concat(t.b,", ").concat(this.style.background_opacity,');"></div>')),"right"===this.style.position&&(e+='<div class="hs-arrow hs-arrow-left" style="border-right-color: rgba('.concat(t.r,", ").concat(t.g,", ").concat(t.b,", ").concat(this.style.background_opacity,');"></div>')),e+='<div class="imp-tooltip-content">'.concat(this.content.html(),"</div>"),(e+="</div>")+"</div>"}}]),e}(),Te=function(){function e(t){var o=t.style,n=t.content,a=t.animation,r=t.id;(0,fe.Z)(this,e),this.style=o,this.content=new ze(n),this.animation=a,this.id=r}return(0,de.Z)(e,[{key:"css",value:function(){var e=(0,b.oo)(this.style.background_color)||{r:0,b:0,g:0};return""+"background: rgba(".concat(e.r,", ").concat(e.g,", ").concat(e.b,", ").concat(this.style.background_opacity,");")}},{key:"html",value:function(){return""+' <div class="imp-fullscreen-tooltip" data-tooltip-id="'.concat(this.id,'">\n <div class="imp-tooltip-content" style="').concat(this.css(),'">').concat(this.closeButtonHtml()).concat(this.content.html(),"</div>\n </div>")}},{key:"closeButtonHtml",value:function(){return'<div class="imp-tooltip-close-button" data-close-button-tooltip-id="'.concat(this.id,'">\n ').concat(he,"\n </div>")}}]),e}();function Ne(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return Pe(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Pe(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function Pe(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var He=function(){function e(t){(0,fe.Z)(this,e),pe(this,"store",void 0),pe(this,"tooltipsAreFullscreen",!1),pe(this,"container",document.createElement("div")),pe(this,"mouseCoords",{x:0,y:0}),pe(this,"tooltips",[]),pe(this,"openedTooltips",new Set),pe(this,"stickyTooltips",void 0),pe(this,"tooltipElements",{}),pe(this,"tooltipAnimationTimeouts",{}),pe(this,"bodyOverflow",void 0),this.store=t,this.store.state.tooltips.enable_tooltips&&(this.store.subscribe(this.handleAction.bind(this)),this.stickyTooltips=this.store.state.tooltips.sticky_tooltips,(0,b.tq)()&&(this.stickyTooltips=!1),(0,b.tq)()&&this.disableStickyTooltips(),("always"===this.store.state.tooltips.fullscreen_tooltips||"mobile-only"===this.store.state.tooltips.fullscreen_tooltips&&(0,b.tq)())&&(this.tooltipsAreFullscreen=!0),this.setupContainer(),this.createTooltips())}var t;return(0,de.Z)(e,[{key:"handleAction",value:(t=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:"updateTooltipPositions"===t.type&&this.updateAllTooltipPositions(),"closeFullscreenTooltip"===t.type&&this.hideAllTooltips(),"zoomUpdate"===t.type&&this.updateAllTooltipPositions();case 3:case"end":return e.stop()}}),e,this)}))),function(e){return t.apply(this,arguments)})},{key:"disableStickyTooltips",value:function(){this.stickyTooltips=!1}},{key:"resetStickyTooltips",value:function(){(0,b.tq)()||(this.stickyTooltips=this.store.state.tooltips.sticky_tooltips)}},{key:"setupContainer",value:function(){var e;if(null===(e=document.querySelectorAll('.imp-tooltips-container[data-image-map-id="'.concat(this.store.getID(),'"]')))||void 0===e||e.forEach((function(e){return e.remove()})),this.container.classList.add("imp-tooltips-container"),this.container.dataset.imageMapId=this.store.getID(),this.tooltipsAreFullscreen){this.container.classList.add("is-fullscreen");var t=(0,b.oo)(this.store.state.tooltips.fullscreen_background)||{r:0,b:0,g:0};this.container.style.background="rgba(".concat(t.r,", ").concat(t.g,", ").concat(t.b,", ").concat(this.store.state.tooltips.fullscreen_background_opacity,")")}}},{key:"createTooltips",value:function(){var e,t="",o=Ne(this.store.getObjects());try{for(o.s();!(e=o.n()).done;){var n=e.value;if(n.parent&&(n=this.store.getObject({id:n.parent})),n.tooltip.enable_tooltip&&n.type!==ke.tk){var a=void 0;a=this.tooltipsAreFullscreen?new Te({style:n.tooltip_style,content:n.tooltip_content,animation:this.store.state.tooltips.tooltip_animation,id:n.id}):new Oe({style:n.tooltip_style,content:n.tooltip_content,animation:this.store.state.tooltips.tooltip_animation,id:n.id,title:n.title}),this.tooltips[n.id]=a,t+=a.html()}}}catch(e){o.e(e)}finally{o.f()}this.container.innerHTML=t,this.stickyTooltips&&this.container.classList.add("imp-sticky-tooltips"),this.tooltipElements={}}},{key:"getTooltipElement",value:function(e){return e=this.store.getObject({id:e}).parent||e,this.tooltipElements[e]||(this.tooltipElements[e]=this.container.querySelector('[data-tooltip-id="'.concat(e,'"]'))),this.tooltipElements[e]}},{key:"showTooltip",value:function(e){var t=this;if(window.startchanging,e=this.store.getObject({id:e}).parent||e,this.getTooltipElement(e)&&this.store.getObject({id:e}))return new Promise(function(){var o=(0,y.Z)(_().mark((function o(n){var a,r;return _().wrap((function(o){for(;;)switch(o.prev=o.next){case 0:if((a=t.store.getObject({id:e})).tooltip.enable_tooltip){o.next=4;break}return n(),o.abrupt("return");case 4:if(a.type!==ke.tk){o.next=7;break}return n(),o.abrupt("return");case 7:if(!t.openedTooltips.has(e)){o.next=10;break}return n(),o.abrupt("return");case 10:t.openedTooltips.add(e),"mobile-only"===t.store.state.tooltips.fullscreen_tooltips&&(0,b.tq)()||"always"===t.store.state.tooltips.fullscreen_tooltips?(t.animateFullscreenTooltipIn(e),requestAnimationFrame(n)):(r=t.getTooltipElement(e),clearTimeout(t.tooltipAnimationTimeouts[e]),r.style.display="inline-block",r.style.transitionProperty="none",r.style.transform="none",t.updateTooltipPosition(e),t.animateTooltipIn(e),requestAnimationFrame(n)),ImageMapPro.trigger({type:h.ly,payload:{map:t.store.state.general.name,object:t.store.getObject({id:e}).title}});case 13:case"end":return o.stop()}}),o)})));return function(e){return o.apply(this,arguments)}}())}},{key:"hideTooltip",value:function(e){var t=this;return e=this.store.getObject({id:e}).parent||e,new Promise((function(o){t.store.getObject({id:e}).type!==ke.tk&&t.openedTooltips.has(e)?(t.openedTooltips.delete(e),"mobile-only"===t.store.state.tooltips.fullscreen_tooltips&&(0,b.tq)()||"always"===t.store.state.tooltips.fullscreen_tooltips?(t.animateFullscreenTooltipOut(e),requestAnimationFrame(o)):(t.animateTooltipOut(e),requestAnimationFrame(o)),ImageMapPro.trigger({type:h.x_,payload:{map:t.store.state.general.name,object:t.store.getObject({id:e}).title}})):o()}))}},{key:"hideAllTooltips",value:function(){var e=this;return new Promise((function(t){e.openedTooltips.forEach((function(t){return e.hideTooltip(t)})),requestAnimationFrame(t)}))}},{key:"updateTooltipPosition",value:function(e){if(!this.tooltipsAreFullscreen){e=this.store.getObject({id:e}).parent||e;var t=this.getTooltipElement(e),o=this.getObjectVisibleRect(e),n=t.getBoundingClientRect(),a={x:0,y:0};"left"===this.tooltips[e].style.position&&(a.x=o.x-20-n.width,a.y=o.y+o.height/2-n.height/2),"right"===this.tooltips[e].style.position&&(a.x=o.x+o.width+20,a.y=o.y+o.height/2-n.height/2),"top"===this.tooltips[e].style.position&&(a.x=o.x+o.width/2-n.width/2,a.y=o.y-20-n.height),"bottom"===this.tooltips[e].style.position&&(a.x=o.x+o.width/2-n.width/2,a.y=o.y+o.height+20),a.x+=this.tooltips[e].style.offset_x/100*this.store.getCanvasWrapRect().width,a.y+=this.tooltips[e].style.offset_y/100*this.store.getCanvasWrapRect().height,t.parentNode.style.left=a.x+this.store.getCanvasWrapRect().offset.left-this.store.getTooltipsContainerRect().offset.left+"px",t.parentNode.style.top=a.y+this.store.getCanvasWrapRect().offset.top-this.store.getTooltipsContainerRect().offset.top+"px",this.store.state.tooltips.constrain_tooltips&&((n=t.getBoundingClientRect()).x<0&&(a.x-=n.x),n.y<0&&(a.y-=n.y),n.x+n.width>window.innerWidth&&(a.x+=window.innerWidth-(n.x+n.width)),n.y+n.height>window.innerHeight&&(a.y+=window.innerHeight-(n.y+n.height)),t.parentNode.style.left=a.x+this.store.getCanvasWrapRect().offset.left-this.store.getTooltipsContainerRect().offset.left+"px",t.parentNode.style.top=a.y+this.store.getCanvasWrapRect().offset.top-this.store.getTooltipsContainerRect().offset.top+"px")}}},{key:"updateAllTooltipPositions",value:function(){var e,t=Ne(this.openedTooltips);try{for(t.s();!(e=t.n()).done;){var o=e.value;this.updateTooltipPosition(o)}}catch(e){t.e(e)}finally{t.f()}}},{key:"animateTooltipIn",value:function(e){var t=this.getTooltipElement(e);if(!this.store.state.tooltips.sticky_tooltips)return"grow"===this.store.state.tooltips.tooltip_animation?(t.style.transitionProperty="none",t.style.transform="scale(0, 0)",t.style.opacity=1,clearTimeout(this.tooltipAnimationTimeouts[e]),void(this.tooltipAnimationTimeouts[e]=requestAnimationFrame((function(){t.style.transitionProperty="transform",t.style.transform="scale(1, 1)"})))):"fade"===this.store.state.tooltips.tooltip_animation?(t.style.transitionProperty="none",t.style.opacity=0,clearTimeout(this.tooltipAnimationTimeouts[e]),void(this.tooltipAnimationTimeouts[e]=requestAnimationFrame((function(){t.style.transitionProperty="opacity",t.style.opacity=1})))):void(t.style.opacity=1);t.style.opacity=1}},{key:"animateTooltipOut",value:function(e){var t=this.getTooltipElement(e);return t.querySelectorAll("video").forEach((function(e){e.dispatchEvent(new Event("pause"))})),t.querySelectorAll("iframe").forEach((function(e){e.setAttribute("src",e.getAttribute("src"))})),this.store.state.tooltips.sticky_tooltips?(t.style.opacity=0,void(t.style.display="none")):"grow"===this.store.state.tooltips.tooltip_animation?(t.style.transform="scale(0, 0)",clearTimeout(this.tooltipAnimationTimeouts[e]),void(this.tooltipAnimationTimeouts[e]=setTimeout((function(){t.style.opacity=0,t.style.display="none"}),200))):(this.store.state.tooltips.tooltip_animation,t.style.opacity=0,void(t.style.display="none"))}},{key:"animateFullscreenTooltipIn",value:function(e){this.container.style.display="block",this.container.style.opacity=1;var t=this.getTooltipElement(e);t.style.display="flex",t.style.opacity=0,t.style.transform="scale(0.33)",requestAnimationFrame((function(){t.style.opacity=1,t.style.transform="scale(1)"})),this.bodyOverflow=document.body.style.overflow,document.body.style.overflow="hidden"}},{key:"animateFullscreenTooltipOut",value:function(e){var t=this;this.container.style.opacity=0,clearTimeout(this.tooltipAnimationTimeouts[e+"-container"]),this.tooltipAnimationTimeouts[e+"-container"]=setTimeout((function(){t.container.style.display="none"}),350);var o=this.getTooltipElement(e);o.style.opacity=0,o.style.transform="scale(0.33)",clearTimeout(this.tooltipAnimationTimeouts[e]),this.tooltipAnimationTimeouts[e]=setTimeout((function(){o.style.display="none"}),350),o.querySelectorAll("video").forEach((function(e){e.dispatchEvent(new Event("pause"))})),o.querySelectorAll("iframe").forEach((function(e){e.setAttribute("src",e.getAttribute("src"))})),document.body.style.overflow=this.bodyOverflow}},{key:"isPointInsideVisibleTooltip",value:function(e){var t=e.x,o=e.y;if(this.tooltipsAreFullscreen&&this.openedTooltips.size>0)return!0;var n,a=Ne(this.openedTooltips);try{for(a.s();!(n=a.n()).done;){var r=n.value,i=this.createPolysForTooltip(r);if(this.stickyTooltips){if((0,b.mp)(t,o,i.polyTooltipOnly))return!0}else if((0,b.mp)(t,o,i.poly)||(0,b.mp)(t,o,i.polyTooltipOnly))return!0}}catch(e){a.e(e)}finally{a.f()}return!1}},{key:"createPolysForTooltip",value:function(e){e=this.store.getObject({id:e}).parent||e;var t=this.store.getObjectController().objects[e].getBoundingClientRect(),o=t.x+window.scrollX+t.width/2,n=t.y+window.scrollY+t.height/2,a=(0,b.Yo)(this.getTooltipElement(e)),r=a.offset.left,i=a.offset.top,c=a.offsetWidth,l=a.offsetHeight,s=[],f=[];return"top"===this.store.getObject({id:e}).tooltip_style.position&&(s=[[r,i],[r+c,i],[r+c,i+l],[r+c/2,n],[r,i+l]],f=[[r,i],[r+c,i],[r+c,i+l],[r,i+l]]),"bottom"===this.store.getObject({id:e}).tooltip_style.position&&(s=[[r,i],[r+c/2,n],[r+c,i],[r+c,i+l],[r,i+l]],f=[[r,i],[r+c,i],[r+c,i+l],[r,i+l]]),"left"===this.store.getObject({id:e}).tooltip_style.position&&(s=[[r,i],[r+c,i],[o,i+l/2],[r+c,i+l],[r,i+l]],f=[[r,i],[r+c,i],[r+c,i+l],[r,i+l]]),"right"===this.store.getObject({id:e}).tooltip_style.position&&(s=[[r,i],[r+c,i],[r+c,i+l],[r,i+l],[o,i+l/2]],f=[[r,i],[r+c,i],[r+c,i+l],[r,i+l]]),{poly:s,polyTooltipOnly:f}}},{key:"getObjectVisibleRect",value:function(e){if(this.store.getObjectController().objects[e]){var t,o,n,a,r=this.store.getObject({id:e}),i=this.store.getObjectController().objects[e].getRect(),c=window.innerWidth,l=window.innerHeight;if(this.stickyTooltips?(t=this.store.getEventCoordinates().x-this.store.getCanvasWrapRect().offset.left,o=this.store.getEventCoordinates().y-this.store.getCanvasWrapRect().offset.top,n=0,a=0):(n=i.width/100*this.store.getCanvasWrapRect().width,a=i.height/100*this.store.getCanvasWrapRect().height,n*=this.store.getZoom(),a*=this.store.getZoom(),t=i.x/100*this.store.getCanvasWrapRect().width,o=i.y/100*this.store.getCanvasWrapRect().height,t=t*this.store.getZoom()+this.store.getPan().x,o=o*this.store.getZoom()+this.store.getPan().y),r.type===ke.dv&&this.store.state.objectConfig.scale_spots){var s=n/this.store.getZoom(),f=a/this.store.getZoom();t+=n/2-s/2,r.default_style.use_icon&&r.default_style.icon_is_pin?o+=a-f:o+=a/2-f/2,n=s,a=f}if(this.store.getIsFullscreen()&&this.store.state.tooltips.constrain_tooltips){var d=this.store.getCanvasWrapRect().offset.left-window.scrollX,u=this.store.getCanvasWrapRect().offset.top-window.scrollY;t+d<0&&(n=n+t+d,t=-d),t+d+n>c&&(n+=c-(t+d+n)),o+u<0&&(a=a+o+u,o=-u),o+u+a>l&&(a+=l-(o+u+a))}else t<0&&(n+=t,t=0),t+n>this.store.getCanvasWrapRect().width&&(n=this.store.getCanvasWrapRect().width-t),o<0&&(a+=o,o=0),o+a>this.store.getCanvasWrapRect().height&&(a=this.store.getCanvasWrapRect().height-o);return{x:t,y:o,width:n,height:a}}}}]),e}(),Re=function(){function e(t){var o=t.id;(0,fe.Z)(this,e),pe(this,"id",void 0),pe(this,"textColor",void 0),pe(this,"backgroundColor",void 0),pe(this,"zoomInButton",void 0),pe(this,"zoomOutButton",void 0),this.id=o,this.createElements()}return(0,de.Z)(e,[{key:"css",value:function(){return""}},{key:"html",value:function(){return{zoomInButton:'<div data-image-map-id="'.concat(this.id,'" data-element-name="zoomInButton" class="imp-ui-element imp-ui-zoom-button imp-ui-zoom-button-zoom-in" style="background: ').concat(this.backgroundColor,'">').concat('<svg class="imp-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"/></svg>'.replace("<svg ",'<svg style="fill: '.concat(this.textColor,'" ')),"</div>"),zoomOutButton:'<div data-image-map-id="'.concat(this.id,'" data-element-name="zoomOutButton" class="imp-ui-element imp-ui-zoom-button imp-ui-zoom-button-zoom-out" style="background: ').concat(this.backgroundColor,'">').concat('<svg class="imp-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"/></svg>'.replace("<svg ",'<svg style="fill: '.concat(this.textColor,'" ')),"</div>")}}},{key:"createElements",value:function(){this.zoomInButton=(0,b.Bv)(this.html().zoomInButton),this.zoomOutButton=(0,b.Bv)(this.html().zoomOutButton)}}]),e}(),qe=function(){function e(t){(0,fe.Z)(this,e),pe(this,"store",void 0),pe(this,"mac",navigator.platform.toUpperCase().indexOf("MAC")>=0),pe(this,"buttons",void 0),pe(this,"scrollMessage",void 0),pe(this,"currentZoom",1),pe(this,"targetZoom",1),pe(this,"maxZoom",4),pe(this,"zoomMultiplier",1.45),pe(this,"ix",0),pe(this,"iy",0),pe(this,"lastX",0),pe(this,"lastY",0),pe(this,"targetPanX",0),pe(this,"targetPanY",0),pe(this,"actualPanX",0),pe(this,"actualPanY",0),pe(this,"initialPanX",0),pe(this,"initialPanY",0),pe(this,"panDeltaX",0),pe(this,"panDeltaY",0),pe(this,"minPanX",0),pe(this,"minPanY",0),pe(this,"pinchInitial",[{x:0,y:0},{x:0,y:0}]),pe(this,"pinchInitialDistance",0),pe(this,"pinchInitialZoom",0),pe(this,"showTimeout",void 0),pe(this,"hideStartTimeout",void 0),pe(this,"hideEndTimeout",void 0),this.store=t,this.setMaxZoom(),this.store.state.zooming.enable_zooming&&(this.store.subscribe(this.handleAction.bind(this)),this.store.state.zooming.enable_zoom_buttons&&this.createButtons(),this.store.state.zooming.hold_ctrl_to_zoom&&this.createScrollMessage())}return(0,de.Z)(e,[{key:"handleAction",value:function(e){"failedToZoom"==e.type&&this.displayScrollMessage(),"panTo"==e.type&&this.setTargetPan({x:e.payload.x,y:e.payload.y}),"startPan"==e.type&&this.startPan({x:e.payload.x,y:e.payload.y}),"pan"==e.type&&this.pan({x:e.payload.x,y:e.payload.y}),"startPinch"==e.type&&this.startPinch(e.payload.event),"pinch"==e.type&&this.pinch(e.payload.event),e.type,"resize"==e.type&&this.resetZoom(!0)}},{key:"createButtons",value:function(){this.buttons=new Re({id:this.store.getID()})}},{key:"insertUI",value:function(){this.store.state.zooming.enable_zooming&&this.store.state.zooming.enable_zoom_buttons&&(this.store.state.object_list.enable_object_list&&"on-top"===this.store.state.object_list.menu_style&&"right"===this.store.state.object_list.menu_position?(this.store.getUIWrap().querySelector(".imp-ui-bottom-left").appendChild(this.buttons.zoomInButton),this.store.getUIWrap().querySelector(".imp-ui-bottom-left").appendChild(this.buttons.zoomOutButton)):(this.store.getUIWrap().querySelector(".imp-ui-bottom-right").appendChild(this.buttons.zoomInButton),this.store.getUIWrap().querySelector(".imp-ui-bottom-right").appendChild(this.buttons.zoomOutButton)))}},{key:"createScrollMessage",value:function(){var e="CTRL";this.mac&&(e="⌘");var t="";t+='<div class="imp-ui-scroll-message-wrap">',t+=' <div class="imp-ui-scroll-message-wrap-inner">',t+=' <div class="imp-ui-scroll-message">Hold <div class="imp-ui-scroll-message-button">'.concat(e,"</div> to Zoom</div>"),t+=" </div>",t+="</div>",this.scrollMessage=(0,b.Bv)(t),this.store.getUIWrap().appendChild(this.scrollMessage)}},{key:"displayScrollMessage",value:function(){var e=this;this.scrollMessage.style.display="block",clearTimeout(this.showTimeout),clearTimeout(this.hideStartTimeout),clearTimeout(this.hideEndTimeout),this.showTimeout=setTimeout((function(){e.scrollMessage.classList.add("imp-visible"),e.hideStartTimeout=setTimeout((function(){e.scrollMessage.classList.remove("imp-visible"),e.hideEndTimeout=setTimeout((function(){e.scrollMessage.style.display="none"}),250)}),1e3)}),10)}},{key:"resetZoom",value:function(e){this.targetZoom=1,this.targetPanX=0,this.targetPanY=0,e||(this.currentZoom=1,this.actualPanX=0,this.actualPanY=0),this.redraw({animate:e})}},{key:"zoomIn",value:function(e){var t=e.coords,o=e.animate,n=void 0===o||o,a=e.targetZoom;if(this.targetZoom<this.maxZoom){var r=a||this.currentZoom*this.zoomMultiplier,i=0,c=0;t?(i=t.x,c=t.y):(i=this.store.getCanvasWrapRect().offset.left+this.store.getCanvasWrapRect().width/2,c=this.store.getCanvasWrapRect().offset.top+this.store.getCanvasWrapRect().height/2),this.setTargetZoom({zoom:r,focalPointX:i,focalPointY:c,animate:n})}}},{key:"zoomOut",value:function(e){var t=e.coords,o=e.animate;if(this.targetZoom>1){var n=this.currentZoom/this.zoomMultiplier,a=0,r=0;t?(a=t.x,r=t.y):(a=this.store.getCanvasWrapRect().offset.left+this.store.getCanvasWrapRect().width/2,r=this.store.getCanvasWrapRect().offset.top+this.store.getCanvasWrapRect().height/2),this.setTargetZoom({zoom:n,focalPointX:a,focalPointY:r,animate:o})}}},{key:"startPan",value:function(e){var t=e.x,o=e.y;this.ix=t,this.iy=o,this.initialPanX=this.actualPanX,this.initialPanY=this.actualPanY}},{key:"pan",value:function(e){var t=e.x,o=e.y;this.panDeltaX=this.ix-t,this.panDeltaY=this.iy-o,this.targetPanX=this.initialPanX-this.panDeltaX,this.targetPanY=this.initialPanY-this.panDeltaY,this.redraw({animate:!1})}},{key:"startPinch",value:function(e){this.pinchInitial[0]={x:e.touches[0].pageX,y:e.touches[0].pageY},this.pinchInitial[1]={x:e.touches[1].pageX,y:e.touches[1].pageY},this.initialPanX=this.actualPanX,this.initialPanY=this.actualPanY,this.ix=(e.touches[0].pageX+e.touches[1].pageX)/2,this.iy=(e.touches[0].pageY+e.touches[1].pageY)/2,this.lastX=this.ix,this.lastY=this.iy,this.pinchInitialDistance=Math.sqrt(Math.pow(this.pinchInitial[1].x-this.pinchInitial[0].x,2)+Math.pow(this.pinchInitial[1].y-this.pinchInitial[0].y,2)),this.pinchInitialZoom=this.currentZoom}},{key:"pinch",value:function(e){var t=(e.touches[0].pageX+e.touches[1].pageX)/2,o=(e.touches[0].pageY+e.touches[1].pageY)/2;this.actualPanX+=t-this.lastX,this.actualPanY+=o-this.lastY,this.lastX=t,this.lastY=o;var n=Math.sqrt(Math.pow(e.touches[1].pageX-e.touches[0].pageX,2)+Math.pow(e.touches[1].pageY-e.touches[0].pageY,2))/this.pinchInitialDistance;this.setTargetZoom({zoom:this.pinchInitialZoom*n,focalPointX:t,focalPointY:o})}},{key:"setTargetPan",value:function(e){var t=e.x,o=e.y,n=e.redraw,a=void 0===n||n,r=-t+this.store.getCanvasWrapRect().width/2,i=-o+this.store.getCanvasWrapRect().height/2;this.targetPanX=r,this.targetPanY=i,a&&this.redraw({animate:!0})}},{key:"setTargetZoom",value:function(e){var t=e.zoom,o=e.focalPointX,n=e.focalPointY,a=e.animate,r=void 0===a||a,i=e.redraw,c=void 0===i||i;this.targetPanX=this.actualPanX,this.targetPanY=this.actualPanY,this.targetZoom=t,this.targetZoom>this.maxZoom&&(this.targetZoom=this.maxZoom),this.targetZoom<1&&(this.targetZoom=1);var l=(this.store.getCanvasWrapRect().width*this.targetZoom-this.store.getCanvasWrapRect().width*this.currentZoom)/2,s=(this.store.getCanvasWrapRect().height*this.targetZoom-this.store.getCanvasWrapRect().height*this.currentZoom)/2;if(o&&n){var f=(0,b.Yo)(this.store.getScaleWrap()),d=o-f.offset.left,u=n-f.offset.top,p=l*((this.store.getCanvasWrapRect().width*this.currentZoom/2-d)/(this.store.getCanvasWrapRect().width*this.currentZoom/2)),g=s*((this.store.getCanvasWrapRect().height*this.currentZoom/2-u)/(this.store.getCanvasWrapRect().height*this.currentZoom/2));this.targetPanX-=l,this.targetPanY-=s,this.targetPanX+=p,this.targetPanY+=g}c&&this.redraw({animate:r})}},{key:"redraw",value:function(e){var t=this,o=e.animate,n=void 0!==o&&o;this.limit(),this.interpolate(n),this.store.dispatch("zoomUpdate"),this.store.getScaleWrap().style.transform="scale(".concat(this.currentZoom,", ").concat(this.currentZoom,")"),this.store.getTranslateWrap().style.transform="translate(".concat(this.actualPanX,"px, ").concat(this.actualPanY,"px)"),n&&(this.currentZoom==this.targetZoom&&this.actualPanX==this.targetPanX&&this.actualPanY==this.targetPanY||window.requestAnimationFrame((function(){t.redraw({animate:n})})))}},{key:"setMaxZoom",value:function(){this.store.state.zooming.enable_zooming||(this.maxZoom=1),this.store.getImage()&&this.store.state.zooming.limit_max_zoom_to_image_size?this.maxZoom=this.store.getImage().naturalWidth/this.store.getCanvasWrapRect().width:this.maxZoom=this.store.state.zooming.max_zoom,this.maxZoom<1&&(this.maxZoom=1)}},{key:"limit",value:function(){this.minPanX=this.store.getCanvasWrapRect().width-this.store.getCanvasWrapRect().width*this.targetZoom,this.minPanY=this.store.getCanvasWrapRect().height-this.store.getCanvasWrapRect().height*this.targetZoom,this.targetPanX>0&&(this.targetPanX=0),this.targetPanY>0&&(this.targetPanY=0),this.targetPanX<this.minPanX&&(this.targetPanX=this.minPanX),this.targetPanY<this.minPanY&&(this.targetPanY=this.minPanY)}},{key:"interpolate",value:function(e){e?(this.currentZoom=(0,b.t7)(this.currentZoom,this.targetZoom,.1),this.actualPanX=(0,b.t7)(this.actualPanX,this.targetPanX,.1),this.actualPanY=(0,b.t7)(this.actualPanY,this.targetPanY,.1),Math.abs(this.currentZoom-this.targetZoom)<.001&&(this.currentZoom=this.targetZoom),Math.abs(this.actualPanX-this.targetPanX)<1&&(this.actualPanX=this.targetPanX),Math.abs(this.actualPanY-this.targetPanY)<1&&(this.actualPanY=this.targetPanY)):(this.currentZoom=this.targetZoom,this.actualPanX=this.targetPanX,this.actualPanY=this.targetPanY)}},{key:"updateStore",value:function(){}}]),e}(),Ze=function(){function e(){var t=this,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:250;(0,fe.Z)(this,e),pe(this,"cacheTTL",250),pe(this,"invalidateCacheInterval",void 0),pe(this,"cache",{}),this.cacheTTL=o,this.invalidateCacheInterval=setInterval((function(){t.cache={}}),this.cacheTTL)}return(0,de.Z)(e,[{key:"setValue",value:function(e,t){this.cache[e]=t}},{key:"getValue",value:function(e){return this.cache[e]}}]),e}();function Ue(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var We=function(){function e(t){(0,fe.Z)(this,e),pe(this,"element",void 0),pe(this,"store",void 0),this.store=t,this.element=(0,b.Bv)(this.html())}return(0,de.Z)(e,[{key:"html",value:function(){var e="";e+='<div class="imp-ui-layers-menu-wrap" data-element-name="layersSelect">',e+=me,e+=' <select class="imp-ui-element imp-ui-layers-select">';var t,o=function(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return Ue(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Ue(e,t):void 0}}(e))){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}(this.store.getArtboards());try{for(o.s();!(t=o.n()).done;){var n=t.value;e+='<option value="'.concat(n.id,'">').concat(n.title,"</option>")}}catch(e){o.e(e)}finally{o.f()}return(e+=" </select>")+"</div>"}},{key:"selectArtboard",value:function(e){this.element.querySelector("select").value=e}}]),e}(),Ye=function(){function e(t,o){(0,fe.Z)(this,e),pe(this,"store",void 0),pe(this,"artboardMenu",void 0),pe(this,"currentArtboardId",void 0),this.store=t,this.currentArtboardId=o||t.state.artboards[0].id,this.store.state.artboards.length>1?(this.artboardMenu=new We(this.store),this.artboardMenu.selectArtboard(this.currentArtboardId)):this.artboardMenu={element:document.createElement("div")}}return(0,de.Z)(e,[{key:"insertUI",value:function(){this.store.state.object_list.enable_object_list&&"on-top"===this.store.state.object_list.menu_style&&"right"===this.store.state.object_list.menu_position?this.store.getUIWrap().querySelector(".imp-ui-top-left").appendChild(this.artboardMenu.element):this.store.getUIWrap().querySelector(".imp-ui-top-right").appendChild(this.artboardMenu.element)}},{key:"changeArtboard",value:function(e){this.currentArtboardId=e,this.artboardMenu.selectArtboard(this.currentArtboardId)}}]),e}(),Ve=__nested_webpack_require_149423__(5785),Xe=function(){function e(t){var o=t.options,n=t.isGroup,a=t.depth,r=t.imageMapId;(0,fe.Z)(this,e),pe(this,"element",document.createElement("div")),pe(this,"options",void 0),pe(this,"depth",0),pe(this,"visible",!0),pe(this,"isGroup",!1),pe(this,"iconElement",document.createElement("div")),this.options=o,this.depth=a,this.isGroup=n,this.element.classList.add("imp-object-list-item"),n&&this.element.classList.add("imp-object-list-item-group"),this.element.dataset.listItemId=this.options.id,this.element.dataset.imageMapId=r,a>0&&(this.element.style.marginLeft=25+22*(a-1)+"px",this.element.style.borderLeft="1px solid #eee"),this.isGroup&&(this.iconElement.classList.add("imp-object-list-item-folder-icon"),this.element.appendChild(this.iconElement));var i=document.createElement("p");i.innerHTML=this.options.title,this.element.appendChild(i),this.openFolder(),this.redraw()}return(0,de.Z)(e,[{key:"show",value:function(){this.visible=!0,this.redraw()}},{key:"hide",value:function(){this.visible=!1,this.redraw()}},{key:"openFolder",value:function(){this.iconElement.innerHTML='<svg class="imp-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">\x3c!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e<path d="M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"/></svg>'}},{key:"closeFolder",value:function(){this.iconElement.innerHTML='<svg class="imp-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">\x3c!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e<path d="M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"/></svg>'}},{key:"redraw",value:function(){this.visible&&this.element.classList.remove("imp-object-list-item-hidden"),this.visible||this.element.classList.add("imp-object-list-item-hidden")}}]),e}(),Ke=function(){function e(t){var o=t.options,n=t.imageMapId;(0,fe.Z)(this,e),pe(this,"element",document.createElement("div")),pe(this,"options",void 0),this.options=o,this.element.classList.add("imp-object-list-item-artboard"),this.element.dataset.listItemId=this.options.id,this.element.dataset.imageMapId=n;var a=document.createElement("span");a.innerHTML=this.options.title;var r=(0,b.Bv)(me);this.element.appendChild(a),this.element.appendChild(r)}return(0,de.Z)(e,[{key:"expand",value:function(){this.element.classList.remove("imp-collapsed-artboard-item")}},{key:"collapse",value:function(){this.element.classList.add("imp-collapsed-artboard-item")}}]),e}();function Ge(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return Je(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Je(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function Je(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var Qe=function(){function e(t){(0,fe.Z)(this,e),pe(this,"store",void 0),pe(this,"element",document.createElement("div")),pe(this,"items",[]),pe(this,"parentsForItem",{}),pe(this,"height",0),pe(this,"hiddenGroups",new Set),pe(this,"hiddenArtboards",new Set),pe(this,"artboardItems",{}),this.store=t,this.element.classList.add("imp-object-list"),this.drawItems()}return(0,de.Z)(e,[{key:"drawItems",value:function(){var e=this;this.element.innerHTML="";var t,o=Ge(this.store.getArtboards());try{var n=function(){var o,n=t.value;if(!e.store.state.object_list.group_by_artboard&&e.store.state.object_list.show_only_objects_from_active_artboard&&n.id!==e.store.getCurrentArtboard())return 1;var a=e.createArtboardContainer();if(e.store.state.object_list.group_by_artboard){var r=new Ke({options:n,imageMapId:e.store.getID()});e.artboardItems[n.id]=r,a.appendChild(r.element)}var i=[];n.children.forEach((function(t){i.push.apply(i,(0,Ve.Z)(e.createItemAndChildren(t,[n.id])))})),(o=e.items).push.apply(o,i),i.forEach((function(e){return a.appendChild(e.element)})),e.element.appendChild(a)};for(o.s();!(t=o.n()).done;)n()}catch(e){o.e(e)}finally{o.f()}}},{key:"createArtboardContainer",value:function(){var e=document.createElement("div");return e.classList.add("imp-object-list-artboard-container"),e}},{key:"createItemAndChildren",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];if(this.store.state.object_list.hide_static_objects&&e.static)return[];var o=[],n=!1;e.type===ke.WW&&this.store.state.object_list.show_groups&&!e.single_object&&(n=!0);var a=0;if(this.store.state.object_list.show_groups&&(a=t.length-1),(e.type!==ke.WW||e.type===ke.WW&&this.store.state.object_list.show_groups||e.type===ke.WW&&e.single_object)&&o.push(new Xe({options:e,isGroup:n,depth:a,imageMapId:this.store.getID()})),e.type===ke.WW&&!e.single_object){var r,i=Ge(e.children);try{for(i.s();!(r=i.n()).done;){var c=r.value;if(!this.store.state.object_list.hide_static_objects||!c.static){var l=this.createItemAndChildren(c,[].concat((0,Ve.Z)(t),[e.id]));o.push.apply(o,(0,Ve.Z)(l))}}}catch(e){i.e(e)}finally{i.f()}}return this.parentsForItem[e.id]=this.parentsForItem[e.id]?[].concat((0,Ve.Z)(this.parentsForItem[e.id]),(0,Ve.Z)(t)):t,o}},{key:"filterItems",value:function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",o=Ge(this.items);try{for(o.s();!(e=o.n()).done;){var n=e.value;if(t.length>2){var a=new RegExp("("+t+")","gi"),r=n.options.title.replace(a,'<span class="imp-search-highlight">$&</span>');n.options.title!=r?(n.show(),n.element.querySelector("p").innerHTML=r):(n.hide(),n.element.querySelector("p").innerHTML=n.options.title)}else n.show(),n.element.querySelector("p").innerHTML=n.options.title}}catch(e){o.e(e)}finally{o.f()}}},{key:"toggleGroup",value:function(e){this.hiddenGroups.has(e)?(this.hiddenGroups.delete(e),this.items.filter((function(t){return t.options.id===e}))[0].openFolder()):(this.hiddenGroups.add(e),this.items.filter((function(t){return t.options.id===e}))[0].closeFolder()),this.render()}},{key:"toggleArtboard",value:function(e){this.hiddenArtboards.has(e)?(this.hiddenArtboards.delete(e),this.artboardItems[e].expand()):(this.hiddenArtboards.add(e),this.artboardItems[e].collapse()),this.render()}},{key:"render",value:function(){var e,t=Ge(this.items);try{for(t.s();!(e=t.n()).done;){var o,n=e.value,a=!1,r=Ge(this.parentsForItem[n.options.id]);try{for(r.s();!(o=r.n()).done;){var i=o.value;if(this.hiddenGroups.has(i)||this.hiddenArtboards.has(i)){a=!0;break}}}catch(e){r.e(e)}finally{r.f()}a&&n.hide(),a||n.show()}}catch(e){t.e(e)}finally{t.f()}}}]),e}(),et=function(){function e(){(0,fe.Z)(this,e),pe(this,"element",void 0),pe(this,"input",void 0),this.element=(0,b.Bv)(this.html()),this.input=this.element.querySelector("input")}return(0,de.Z)(e,[{key:"html",value:function(){return'\n <div class="imp-search-box">\n <div class="imp-search-box-input-wrap">\n <input type="text" placeholder="Search...">\n '.concat('<svg class="imp-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">\x3c!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z"/></svg>'.replace("imp-icon","imp-icon imp-search"),"\n ").concat(he.replace("imp-icon","imp-icon imp-clear-search"),"\n </div>\n </div>")}},{key:"redraw",value:function(){this.input.value?this.element.classList.add("imp-searching"):this.element.classList.remove("imp-searching")}},{key:"clear",value:function(){this.input.value=""}}]),e}(),tt=function(){function e(t){(0,fe.Z)(this,e),pe(this,"element",document.createElement("div")),pe(this,"list",void 0),pe(this,"search",void 0),this.store=t,this.store.state.object_list.enable_search&&(this.search=new et,this.element.appendChild(this.search.element),this.element.classList.add("imp-has-search")),this.list=new Qe(this.store),this.element.appendChild(this.list.element),this.element.classList.add("imp-object-menu"),"left"==this.store.state.object_list.menu_position&&this.element.classList.add("imp-object-menu-left"),"right"==this.store.state.object_list.menu_position&&this.element.classList.add("imp-object-menu-right"),"on-top"!=this.store.state.object_list.menu_style||this.store.getIsMenuMobile()||this.store.getContainer().classList.add("imp-object-menu-on-top"),"on-top"!=this.store.state.object_list.menu_style||this.store.getIsMenuMobile()||"left"!=this.store.state.object_list.menu_position||this.store.getContainer().classList.add("imp-object-menu-on-top-left"),"on-top"!=this.store.state.object_list.menu_style||this.store.getIsMenuMobile()||"right"!=this.store.state.object_list.menu_position||this.store.getContainer().classList.add("imp-object-menu-on-top-right")}return(0,de.Z)(e,[{key:"updateItems",value:function(){this.list.drawItems()}}]),e}(),ot=(0,de.Z)((function e(){(0,fe.Z)(this,e),pe(this,"element",document.createElement("div")),this.element.classList.add("imp-ui-element"),this.element.classList.add("imp-menu-button"),this.element.innerHTML='<svg class="imp-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M0 96C0 78.33 14.33 64 32 64H416C433.7 64 448 78.33 448 96C448 113.7 433.7 128 416 128H32C14.33 128 0 113.7 0 96zM0 256C0 238.3 14.33 224 32 224H416C433.7 224 448 238.3 448 256C448 273.7 433.7 288 416 288H32C14.33 288 0 273.7 0 256zM416 448H32C14.33 448 0 433.7 0 416C0 398.3 14.33 384 32 384H416C433.7 384 448 398.3 448 416C448 433.7 433.7 448 416 448z"/></svg>'})),nt=(0,de.Z)((function e(){(0,fe.Z)(this,e),pe(this,"element",document.createElement("div")),this.element.classList.add("imp-menu-close-button"),this.element.classList.add("imp-ui-element"),this.element.innerHTML=he})),at=function(){function e(t){(0,fe.Z)(this,e),pe(this,"store",void 0),pe(this,"menu",void 0),pe(this,"openButton",void 0),pe(this,"closeButton",void 0),this.store=t,this.store.state.object_list.enable_object_list&&(this.store.subscribe(this.handleAction.bind(this)),this.menu=new tt(this.store),this.openButton=new ot,this.closeButton=new nt,this.menu.element.dataset.imageMapId=this.store.getID(),this.menu.element.appendChild(this.closeButton.element),this.setMenuHeight())}return(0,de.Z)(e,[{key:"insertMenu",value:function(){this.store.state.object_list.enable_object_list&&("detached"!==this.store.state.object_list.menu_style?this.store.getIsMenuMobile()?this.appendMobileMenu():this.appendRegularMenu():this.appendDetachedMenu())}},{key:"removeMenu",value:function(){this.store.state.object_list.enable_object_list&&(this.menu.element.remove(),this.openButton.element.remove())}},{key:"updateItems",value:function(){this.menu&&this.menu.updateItems()}},{key:"handleAction",value:function(e){var t=this;"resize"==e.type&&requestAnimationFrame((function(){requestAnimationFrame((function(){t.insertMenu(),t.setMenuHeight()}))})),"updateSearch"==e.type&&(this.menu.search.redraw(),this.menu.list.filterItems(e.payload.searchString)),"clearSearch"==e.type&&(this.menu.search.clear(),this.menu.search.redraw(),this.menu.list.filterItems()),"openMenu"==e.type&&this.showMobileMenu(),"closeMenu"==e.type&&this.hideMobileMenu(),"closeFullscreen"==e.type&&this.store.getIsFullscreen()&&this.removeMenu()}},{key:"appendDetachedMenu",value:function(){var e;null===(e=document.querySelector('[data-imp-detached-menu="'+this.store.state.general.name+'"]'))||void 0===e||e.appendChild(this.menu.element),this.menu.element.classList.add("imp-loaded"),this.menu.element.classList.add("imp-detached")}},{key:"appendMobileMenu",value:function(){document.querySelector("body").appendChild(this.menu.element),this.menu.element.classList.add("imp-mobile"),this.store.getUIWrap().querySelector(".imp-ui-top-right").appendChild(this.openButton.element)}},{key:"appendRegularMenu",value:function(){this.store.getContainer().appendChild(this.menu.element),this.menu.element.classList.remove("imp-mobile"),this.setListOverflow(),this.openButton.element.remove()}},{key:"showMobileMenu",value:function(){this.store.state.object_list.enable_object_list&&this.menu.element.classList.add("imp-active")}},{key:"hideMobileMenu",value:function(){this.store.state.object_list.enable_object_list&&this.menu.element.classList.remove("imp-active")}},{key:"setListOverflow",value:function(){var e=0;this.store.state.object_list.enable_search&&(e=71),this.menu.list.height>this.getMenuHeight()-e?this.menu.list.element.style.overflowY="scroll":this.menu.list.element.style.overflowY="auto"}},{key:"setMenuHeight",value:function(){"default"===this.store.state.object_list.menu_style||this.store.getIsMenuMobile()?this.menu.element.style.height=this.getMenuHeight()+"px":this.menu.element.style.maxHeight=this.getMenuHeight()+"px"}},{key:"getMenuHeight",value:function(){return this.store.getIsFullscreen()||this.store.getIsMenuMobile()?window.innerHeight:"detached"===this.store.state.object_list.menu_style?"auto":this.store.getCanvasWrapRect().height}}]),e}();function rt(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return it(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?it(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function it(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var ct={getImageMap:function(){return this.imageMap},getID:function(e){return e.id+""},getName:function(e){return e.general.name},getObject:function(e,t){var o,n=t.id;return lt(e.artboards,(function(e){if(e.id===n)return o=e,!0})),o},getObjectByTitle:function(e,t){var o,n=t.title;return lt(e.artboards,(function(e){if(e.title===n)return o=e,!0})),o},getObjects:function(){var e=[];return lt([this.getArtboard()],(function(t){t.type!==ke.p5&&e.push(t)})),e},getArtboard:function(e){var t=this;return e.artboards.filter((function(e){return e.id===t.getArtboardController().currentArtboardId}))[0]},getArtboards:function(e){return e.artboards},getArtboardByTitle:function(e,t){var o=t.title;return e.artboards.filter((function(e){return e.title===o}))[0]},getArtboardIdForObject:function(e,t){var o,n,a=t.id,r=rt(e.artboards);try{var i=function(){var e=n.value;lt([e],(function(t){if(t.id===a)return o=e.id,!0}))};for(r.s();!(n=r.n()).done;)i()}catch(e){r.e(e)}finally{r.f()}return o},getChildrenDeep:function(e,t){var o=t.id,n=this.getObject({id:o}),a=[];return lt(n.children,(function(e){a.push(e)})),a},getParent:function(e,t){var o=t.id;return this.getObject({id:this.getObject({id:o}).parent_id})},getEventController:function(){return this.imageMap.eventController},getZoomController:function(){return this.imageMap.zoomController},getTooltipController:function(){return this.imageMap.tooltipController},getArtboardController:function(){return this.imageMap.artboardController},getObjectController:function(){return this.imageMap.objectController},getNavigatorController:function(){return this.imageMap.navigatorController},getMenuController:function(){return this.imageMap.menuController},getFullscreenController:function(){return this.imageMap.fullscreenController},getIsFullscreen:function(){return this.imageMap.fullscreenController.isFullscreen},getZoom:function(){return this.imageMap.zoomController.currentZoom},getMaxZoom:function(){return this.imageMap.zoomController.maxZoom},getPan:function(){return{x:this.imageMap.zoomController.actualPanX,y:this.imageMap.zoomController.actualPanY}},getMinPan:function(){return{x:this.imageMap.zoomController.minPanX,y:this.imageMap.zoomController.minPanY}},getEventCoordinates:function(){return{x:this.imageMap.eventController.eventCoordinates.x,y:this.imageMap.eventController.eventCoordinates.y}},getIsMenuMobile:function(){var e=parseInt(this.getContainer().getBoundingClientRect().width)||this.getArtboard().width;return!!((0,b.tq)()||e/3<240)},getAreTooltipsFullscreen:function(){return this.imageMap.tooltipController.tooltipsAreFullscreen},getCurrentArtboard:function(){return this.imageMap.artboardController.currentArtboardId},getIsThereFullscreenTooltipOpen:function(){return!!(this.imageMap.tooltipController.tooltipsAreFullscreen&&this.imageMap.tooltipController.openedTooltips.length>0)},getImage:function(){return this.imageMap.image},getContainer:function(){return this.imageMap.containerEl},getCanvasWrap:function(){return this.imageMap.canvasWrap},getScaleWrap:function(){return this.imageMap.scaleWrap},getTranslateWrap:function(){return this.imageMap.translateWrap},getUIWrap:function(){return this.imageMap.UIWrap},getCanvasWrapRect:function(){return this.imageMap.cacheController.getValue(h.ZY)||this.imageMap.cacheController.setValue(h.ZY,(0,b.Yo)(this.imageMap.canvasWrap)),this.imageMap.cacheController.getValue(h.ZY)},getNavigatorRect:function(){return this.imageMap.cacheController.getValue(h.lY)||this.imageMap.cacheController.setValue(h.lY,(0,b.Yo)(this.imageMap.navigatorController.navigator.element)),this.imageMap.cacheController.getValue(h.lY)},getTooltipsContainerRect:function(){return this.imageMap.cacheController.getValue(h.Sq)||this.imageMap.cacheController.setValue(h.Sq,(0,b.Yo)(this.imageMap.tooltipController.container)),this.imageMap.cacheController.getValue(h.Sq)},getFullscreenButtonRect:function(){return this.imageMap.cacheController.getValue(h.h9)||this.imageMap.cacheController.setValue(h.h9,(0,b.Yo)(this.imageMap.fullscreenController.button.element)),this.imageMap.cacheController.getValue(h.h9)},getZoomInButtonRect:function(){return this.imageMap.cacheController.getValue(h.f9)||this.imageMap.cacheController.setValue(h.f9,(0,b.Yo)(this.imageMap.zoomController.buttons.zoomInButton)),this.imageMap.cacheController.getValue(h.f9)},getZoomOutButtonRect:function(){return this.imageMap.cacheController.getValue(h.s2)||this.imageMap.cacheController.setValue(h.s2,(0,b.Yo)(this.imageMap.zoomController.buttons.zoomOutButton)),this.imageMap.cacheController.getValue(h.s2)},getArtboardSelectRect:function(){return this.imageMap.cacheController.getValue(h.d4)||this.imageMap.cacheController.setValue(h.d4,(0,b.Yo)(this.imageMap.artboardController.artboardMenu.element)),this.imageMap.cacheController.getValue(h.d4)},getTooltipCloseButtonRect:function(){return{offset:{left:window.innerWidth-44,top:window.scrollY},offsetWidth:44,offsetHeight:44}},getOpenMenuButtonRect:function(){return this.imageMap.cacheController.getValue(h.kK)||this.imageMap.cacheController.setValue(h.kK,(0,b.Yo)(this.imageMap.menuController.openButton.element)),this.imageMap.cacheController.getValue(h.kK)},getCloseMenuButtonRect:function(){return this.imageMap.cacheController.getValue(h.GO)||this.imageMap.cacheController.setValue(h.GO,(0,b.Yo)(this.imageMap.menuController.closeButton.element)),this.imageMap.cacheController.getValue(h.GO)},getMenuRect:function(){return this.imageMap.cacheController.getValue(h.el)||this.imageMap.cacheController.setValue(h.el,(0,b.Yo)(this.imageMap.menuController.menu.element)),this.imageMap.cacheController.getValue(h.el)},getOpenedFullscreenTooltipRect:function(){var e=this.imageMap.tooltipController.openedTooltips.values().next().value;if(e&&!this.imageMap.cacheController.getValue(h.db)){var t=this.imageMap.tooltipController.getTooltipElement(e),o=(0,b.Yo)(t);this.imageMap.cacheController.setValue(h.db,o)}return this.imageMap.cacheController.getValue(h.db)}};function lt(e,t){var o,n=rt(e);try{for(n.s();!(o=n.n()).done;){var a=o.value;if(a.children&<(a.children,t),t(a))break}}catch(e){n.e(e)}finally{n.f()}}var st,ft="",dt={init:function(e){e.commit,e.state;var t=e.store;return new Promise(function(){var e=(0,y.Z)(_().mark((function e(o){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:ft=t.state.objectConfig.pageload_animation;case 1:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}())},beforeResize:function(e){e.commit,e.state,e.store},resize:function(e){e.commit,e.state,e.store},zoomIn:function(e,t){e.commit,e.state;var o=e.store,n=t.coords,a=t.animate,r=void 0===a||a,i=t.targetZoom;return new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.getZoomController().zoomIn({coords:n,animate:r,targetZoom:i});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}())},zoomOut:function(e,t){e.commit,e.state;var o=e.store,n=t.coords,a=t.animate,r=void 0===a||a;return new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.getZoomController().zoomOut({coords:n,animate:r});case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}())},failedToZoom:function(e){e.commit,e.state,e.store},goFullscreen:function(e){e.commit,e.state;var t=e.store;return new Promise((function(e){t.getFullscreenController().goFullscreen(),e()}))},closeFullscreen:function(e){e.commit,e.state;var t=e.store;return new Promise((function(e){t.getFullscreenController().closeFullscreen(),e()}))},panTo:function(e,t){e.commit,e.state,e.store,t.x,t.y},startPan:function(e,t){e.commit,e.state,e.store,t.x,t.y},pan:function(e,t){e.commit,e.state,e.store,t.x,t.y},panOnNavigator:function(e,t){e.commit,e.state,e.store,t.x,t.y},startPinch:function(e,t){e.commit,e.state,e.store,t.event},pinch:function(e,t){e.commit,e.state,e.store,t.event},zoomAtRect:function(e,t){e.commit,e.state,e.store,t.zoom;var o=t.pan;o.x,o.y},highlightObject:function(e,t){e.commit,e.state;var o=e.store,n=t.objectId,a=t.showTooltip,r=void 0===a||a,i=t.hideAllTooltips,c=void 0===i||i;return new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o.getArtboardIdForObject({id:n})===o.getArtboard().id){e.next=2;break}return e.abrupt("return");case 2:return e.next=4,o.getObjectController().highlightObject(n);case 4:if(!c){e.next=7;break}return e.next=7,o.getTooltipController().hideAllTooltips();case 7:if(!r){e.next=10;break}return e.next=10,o.getTooltipController().showTooltip(n);case 10:t();case 11:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}())},unhighlightObject:function(e,t){e.commit,e.state;var o=e.store,n=t.objectId;return new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.getObjectController().unhighlightObject(n);case 2:return e.next=4,o.getTooltipController().hideTooltip(n);case 4:t();case 5:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}())},unhighlightAllObjects:function(e){e.commit,e.state;var t=e.store;return new Promise(function(){var e=(0,y.Z)(_().mark((function e(o){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.getObjectController().unhighlightAllObjects();case 2:return e.next=4,t.getTooltipController().hideAllTooltips();case 4:o();case 5:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}())},focusObject:function(e,t){e.commit;var o=e.state,n=e.store,a=t.objectId,r=t.showTooltip,i=void 0!==r&&r;return new Promise((function(e){if(o.zooming.enable_zooming){var t=n.getObjectController().getFocusObjectCoordsAndZoom(a);n.getZoomController().setTargetZoom({zoom:t.zoom,redraw:!1}),n.getZoomController().setTargetPan({x:t.pan.x,y:t.pan.y}),n.getMenuController().hideMobileMenu(),requestAnimationFrame((0,y.Z)(_().mark((function t(){return _().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!i){t.next=5;break}return t.next=3,n.getTooltipController().hideAllTooltips();case 3:return t.next=5,n.getTooltipController().showTooltip(a);case 5:e();case 6:case"end":return t.stop()}}),t)}))))}else e()}))},clickObject:function(e,t){e.commit,e.state;var o=e.store,n=t.objectId;return new Promise((function(e){o.getObjectController().performClickAction(n),e()}))},updateTooltipPositions:function(e){e.commit,e.state,e.store},closeFullscreenTooltip:function(e){e.commit,e.state,e.store},zoomUpdate:function(e){e.commit;var t=e.state,o=e.store;return new Promise((function(e){o.getZoomController().targetZoom,ImageMapPro.trigger({type:h.qj,payload:{map:t.general.name,zoom:o.getZoomController().currentZoom,pan:{x:o.getZoomController().actualPanX,y:o.getZoomController().actualPanY}}})}))},changeArtboard:(st=(0,y.Z)(_().mark((function e(t,o){var n,a,r,i,c;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t.commit,n=t.state,a=t.store,r=o.artboardId,i=o.zoomOut,c=void 0!==i&&i,e.abrupt("return",new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){var o;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(a.getArtboard().id===r){e.next=23;break}return e.next=3,a.getTooltipController().hideAllTooltips();case 3:return a.getArtboardController().changeArtboard(r),e.next=6,a.getImageMap().updateImage();case 6:return e.next=8,a.getImageMap().setBackground();case 8:return a.getObjectController().createObjects(),a.getObjectController().insertObjects(),a.getNavigatorController().createUI(),e.next=13,a.getTooltipController().openedTooltips.clear();case 13:return c&&a.getZoomController().resetZoom(!0),e.next=16,a.getTooltipController().createTooltips();case 16:return e.next=18,a.getMenuController().updateItems();case 18:o=a.getArtboard().title||r,ImageMapPro.trigger({type:h.S3,payload:{map:n.general.name,artboard:o}}),t(),e.next=24;break;case 23:t();case 24:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 3:case"end":return e.stop()}}),e)}))),function(e,t){return st.apply(this,arguments)}),updateSearch:function(e,t){e.commit,e.state,e.store,t.searchString},clearSearch:function(e){e.commit,e.state,e.store},openMenu:function(e){e.commit,e.state,e.store},closeMenu:function(e){e.commit,e.state,e.store},toggleGroup:function(e,t){e.commit,e.state;var o=e.store,n=t.groupId;return new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.getMenuController().menu.list.toggleGroup(n);case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}())},toggleArtboard:function(e,t){e.commit,e.state;var o=e.store,n=t.artboardId;return new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.getMenuController().menu.list.toggleArtboard(n);case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}())},showTooltip:function(e,t){e.commit,e.state;var o=e.store,n=t.objectId;return new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.getTooltipController().showTooltip(n);case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}())},hideTooltip:function(e,t){e.commit,e.state;var o=e.store,n=t.objectId;return new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.getTooltipController().hideTooltip(n);case 2:t();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}())},hideAllTooltips:function(e){e.commit,e.state;var t=e.store;return new Promise(function(){var e=(0,y.Z)(_().mark((function e(o){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.getTooltipController().hideAllTooltips();case 2:o();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}())},flashObjects:function(e,t){e.commit,e.state;var o=e.store;return t.objectIds,new Promise(function(){var e=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:o.state.objectConfig.pageload_animation="flash",o.getObjectController().stylesheet.innerHTML+=".imp-object.imp-object-pageload-animation {\n transition-duration: 350ms;\n }",o.getObjectController().animateObjects(),t();case 5:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}())},disablePageloadAnimation:function(e){e.commit,e.state;var t=e.store;return new Promise(function(){var e=(0,y.Z)(_().mark((function e(o){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:ft||(ft=t.state.objectConfig.pageload_animation),t.state.objectConfig.pageload_animation="none",o();case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}())},enablePageloadAnimation:function(e){e.commit,e.state;var t=e.store;return new Promise(function(){var e=(0,y.Z)(_().mark((function e(o){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:ft&&(t.state.objectConfig.pageload_animation=ft),o();case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}())}},ut={setExampleMutation:function(e,t){}};function pt(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return bt(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?bt(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function bt(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var gt=function(){function e(t){var o=t.initialState,n=t.imageMap;for(var a in(0,fe.Z)(this,e),pe(this,"imageMap",void 0),pe(this,"getterProxyHandler",{apply:function(e,t,o){return(e=e.bind(t)).apply(void 0,[t.state].concat((0,Ve.Z)(o)))}}),this.imageMap=n,this.setState(o),ct)this[a]=new Proxy(ct[a],this.getterProxyHandler);this.subscribers=[],this.mutationSubscribers=[]}var t;return(0,de.Z)(e,[{key:"setState",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.state=(0,b.ZB)({},e)}},{key:"commit",value:function(e,t){ut[e](this.state,t);var o,n=pt(this.mutationSubscribers);try{for(n.s();!(o=n.n()).done;)(0,o.value)({type:e,payload:t})}catch(e){n.e(e)}finally{n.f()}}},{key:"dispatch",value:(t=(0,y.Z)(_().mark((function e(t,o){var n,a,r;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:n=dt[t]({commit:this.commit.bind(this),state:this.state,store:this},o),a=pt(this.subscribers);try{for(a.s();!(r=a.n()).done;)(0,r.value)({type:t,payload:o})}catch(e){a.e(e)}finally{a.f()}return e.abrupt("return",n);case 4:case"end":return e.stop()}}),e,this)}))),function(e,o){return t.apply(this,arguments)})},{key:"subscribe",value:function(e){this.subscribers.push(e)}},{key:"subscribeMutation",value:function(e){this.mutationSubscribers.push(e)}}]),e}();function ht(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return mt(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?mt(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function mt(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}function yt(e){var t=e;return"plain-text"==e.content_type&&(t=function(e){return[{type:"Paragraph",text:e.plain_text}]}(e)),e.squares_settings&&(t=function(e){var t,o=[],n=ht(e.squares_settings.containers);try{for(n.s();!(t=n.n()).done;){var a,r=t.value;if(null!==(a=r.settings)&&void 0!==a&&a.elements){var i,c=ht(r.settings.elements);try{for(c.s();!(i=c.n()).done;){var l,s=i.value;"Paragraph"==s.settings.name&&null!==(l=s.options)&&void 0!==l&&l.text&&o.push(vt(s)),"Heading"==s.settings.name&&o.push(_t(s)),"Image"==s.settings.name&&o.push(xt(s)),"Button"==s.settings.name&&o.push(wt(s)),"YouTube"==s.settings.name&&o.push(Ct(s)),"Video"==s.settings.name&&o.push(kt(s))}}catch(e){c.e(e)}finally{c.f()}}}}catch(e){n.e(e)}finally{n.f()}return o}(e)),t}function vt(e){var t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v,_,x,w;return{type:"Paragraph",text:(null===(t=e.options)||void 0===t||null===(t=t.text)||void 0===t?void 0:t.text)||Me.paragraph.text,other:{id:(null===(o=e.options)||void 0===o||null===(o=o.general)||void 0===o?void 0:o.id)||Me.paragraph.other.id,classes:(null===(n=e.options)||void 0===n||null===(n=n.general)||void 0===n?void 0:n.classes)||Me.paragraph.other.classes,css:(null===(a=e.options)||void 0===a||null===(a=a.general)||void 0===a?void 0:a.css)||Me.paragraph.other.css},style:{fontFamily:(null===(r=e.options)||void 0===r||null===(r=r.font)||void 0===r?void 0:r.font_family)||Me.paragraph.style.fontFamily,fontSize:(null===(i=e.options)||void 0===i||null===(i=i.font)||void 0===i?void 0:i.font_size)||Me.paragraph.style.fontSize,fontWeight:(null===(c=e.options)||void 0===c||null===(c=c.font)||void 0===c?void 0:c.font_weight)||Me.paragraph.style.fontWeight,fontStyle:(null===(l=e.options)||void 0===l||null===(l=l.font)||void 0===l?void 0:l.font_style)||Me.paragraph.style.fontStyle,lineHeight:(null===(s=e.options)||void 0===s||null===(s=s.font)||void 0===s?void 0:s.line_height)||Me.paragraph.style.lineHeight,color:(null===(f=e.options)||void 0===f||null===(f=f.font)||void 0===f?void 0:f.text_color)||Me.paragraph.style.color,textAlign:(null===(d=e.options)||void 0===d||null===(d=d.font)||void 0===d?void 0:d.text_align)||Me.paragraph.style.textAlign,textDecoration:(null===(u=e.options)||void 0===u||null===(u=u.font)||void 0===u?void 0:u.text_decoration)||Me.paragraph.style.textDecoration,textTransform:(null===(p=e.options)||void 0===p||null===(p=p.font)||void 0===p?void 0:p.text_transform)||Me.paragraph.style.textTransform,textShadow:(null===(b=e.options)||void 0===b||null===(b=b.font)||void 0===b?void 0:b.text_shadow)||Me.paragraph.style.textShadow},boxModel:{width:"auto",height:"auto",margin:{top:(null===(g=e.options)||void 0===g||null===(g=g.layout)||void 0===g||null===(g=g.box_model)||void 0===g||null===(g=g.margin)||void 0===g?void 0:g.top)||Me.paragraph.boxModel.margin.top,bottom:(null===(h=e.options)||void 0===h||null===(h=h.layout)||void 0===h||null===(h=h.box_model)||void 0===h||null===(h=h.margin)||void 0===h?void 0:h.bottom)||Me.paragraph.boxModel.margin.bottom,left:(null===(m=e.options)||void 0===m||null===(m=m.layout)||void 0===m||null===(m=m.box_model)||void 0===m||null===(m=m.margin)||void 0===m?void 0:m.left)||Me.paragraph.boxModel.margin.left,right:(null===(y=e.options)||void 0===y||null===(y=y.layout)||void 0===y||null===(y=y.box_model)||void 0===y||null===(y=y.margin)||void 0===y?void 0:y.right)||Me.paragraph.boxModel.margin.right},padding:{top:(null===(v=e.options)||void 0===v||null===(v=v.layout)||void 0===v||null===(v=v.box_model)||void 0===v||null===(v=v.padding)||void 0===v?void 0:v.top)||Me.paragraph.boxModel.padding.top,bottom:(null===(_=e.options)||void 0===_||null===(_=_.layout)||void 0===_||null===(_=_.box_model)||void 0===_||null===(_=_.padding)||void 0===_?void 0:_.bottom)||Me.paragraph.boxModel.padding.bottom,left:(null===(x=e.options)||void 0===x||null===(x=x.layout)||void 0===x||null===(x=x.box_model)||void 0===x||null===(x=x.padding)||void 0===x?void 0:x.left)||Me.paragraph.boxModel.padding.left,right:(null===(w=e.options)||void 0===w||null===(w=w.layout)||void 0===w||null===(w=w.box_model)||void 0===w||null===(w=w.padding)||void 0===w?void 0:w.right)||Me.paragraph.boxModel.padding.right}}}}function _t(e){var t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v,_,x,w,k;return{type:"Heading",text:(null===(t=e.options)||void 0===t||null===(t=t.heading)||void 0===t?void 0:t.text)||Me.heading.text,heading:(null===(o=e.options)||void 0===o||null===(o=o.heading)||void 0===o?void 0:o.heading)||Me.heading.heading,other:{id:(null===(n=e.options)||void 0===n||null===(n=n.general)||void 0===n?void 0:n.id)||Me.heading.other.id,classes:(null===(a=e.options)||void 0===a||null===(a=a.general)||void 0===a?void 0:a.classes)||Me.heading.other.classes,css:(null===(r=e.options)||void 0===r||null===(r=r.general)||void 0===r?void 0:r.css)||Me.heading.other.css},style:{fontFamily:(null===(i=e.options)||void 0===i||null===(i=i.font)||void 0===i?void 0:i.font_family)||Me.heading.style.fontFamily,fontSize:(null===(c=e.options)||void 0===c||null===(c=c.font)||void 0===c?void 0:c.font_size)||Me.heading.style.fontSize,fontWeight:(null===(l=e.options)||void 0===l||null===(l=l.font)||void 0===l?void 0:l.font_weight)||Me.heading.style.fontWeight,fontStyle:(null===(s=e.options)||void 0===s||null===(s=s.font)||void 0===s?void 0:s.font_style)||Me.heading.style.fontStyle,lineHeight:(null===(f=e.options)||void 0===f||null===(f=f.font)||void 0===f?void 0:f.line_height)||Me.heading.style.lineHeight,color:(null===(d=e.options)||void 0===d||null===(d=d.font)||void 0===d?void 0:d.text_color)||Me.heading.style.color,textAlign:(null===(u=e.options)||void 0===u||null===(u=u.font)||void 0===u?void 0:u.text_align)||Me.heading.style.textAlign,textDecoration:(null===(p=e.options)||void 0===p||null===(p=p.font)||void 0===p?void 0:p.text_decoration)||Me.heading.style.textDecoration,textTransform:(null===(b=e.options)||void 0===b||null===(b=b.font)||void 0===b?void 0:b.text_transform)||Me.heading.style.textTransform,textShadow:(null===(g=e.options)||void 0===g||null===(g=g.font)||void 0===g?void 0:g.text_shadow)||Me.heading.style.textShadow},boxModel:{width:"auto",height:"auto",margin:{top:(null===(h=e.options)||void 0===h||null===(h=h.layout)||void 0===h||null===(h=h.box_model)||void 0===h||null===(h=h.margin)||void 0===h?void 0:h.top)||Me.heading.boxModel.margin.top,bottom:(null===(m=e.options)||void 0===m||null===(m=m.layout)||void 0===m||null===(m=m.box_model)||void 0===m||null===(m=m.margin)||void 0===m?void 0:m.bottom)||Me.heading.boxModel.margin.bottom,left:(null===(y=e.options)||void 0===y||null===(y=y.layout)||void 0===y||null===(y=y.box_model)||void 0===y||null===(y=y.margin)||void 0===y?void 0:y.left)||Me.heading.boxModel.margin.left,right:(null===(v=e.options)||void 0===v||null===(v=v.layout)||void 0===v||null===(v=v.box_model)||void 0===v||null===(v=v.margin)||void 0===v?void 0:v.right)||Me.heading.boxModel.margin.right},padding:{top:(null===(_=e.options)||void 0===_||null===(_=_.layout)||void 0===_||null===(_=_.box_model)||void 0===_||null===(_=_.padding)||void 0===_?void 0:_.top)||Me.heading.boxModel.padding.top,bottom:(null===(x=e.options)||void 0===x||null===(x=x.layout)||void 0===x||null===(x=x.box_model)||void 0===x||null===(x=x.padding)||void 0===x?void 0:x.bottom)||Me.heading.boxModel.padding.bottom,left:(null===(w=e.options)||void 0===w||null===(w=w.layout)||void 0===w||null===(w=w.box_model)||void 0===w||null===(w=w.padding)||void 0===w?void 0:w.left)||Me.heading.boxModel.padding.left,right:(null===(k=e.options)||void 0===k||null===(k=k.layout)||void 0===k||null===(k=k.box_model)||void 0===k||null===(k=k.padding)||void 0===k?void 0:k.right)||Me.heading.boxModel.padding.right}}}}function xt(e){var t,o,n,a,r,i,c,l,s,f,d,u,p;return{type:"Image",url:(null===(t=e.options)||void 0===t||null===(t=t.image)||void 0===t?void 0:t.url)||Me.image.url,linkUrl:(null===(o=e.options)||void 0===o||null===(o=o.image)||void 0===o?void 0:o.link_to)||Me.image.linkUrl,other:{id:(null===(n=e.options)||void 0===n||null===(n=n.general)||void 0===n?void 0:n.id)||Me.image.other.id,classes:(null===(a=e.options)||void 0===a||null===(a=a.general)||void 0===a?void 0:a.classes)||Me.image.other.classes,css:(null===(r=e.options)||void 0===r||null===(r=r.general)||void 0===r?void 0:r.css)||Me.image.other.css},boxModel:{width:"auto",height:"auto",margin:{top:(null===(i=e.options)||void 0===i||null===(i=i.layout)||void 0===i||null===(i=i.box_model)||void 0===i||null===(i=i.margin)||void 0===i?void 0:i.top)||Me.image.boxModel.margin.top,bottom:(null===(c=e.options)||void 0===c||null===(c=c.layout)||void 0===c||null===(c=c.box_model)||void 0===c||null===(c=c.margin)||void 0===c?void 0:c.bottom)||Me.image.boxModel.margin.bottom,left:(null===(l=e.options)||void 0===l||null===(l=l.layout)||void 0===l||null===(l=l.box_model)||void 0===l||null===(l=l.margin)||void 0===l?void 0:l.left)||Me.image.boxModel.margin.left,right:(null===(s=e.options)||void 0===s||null===(s=s.layout)||void 0===s||null===(s=s.box_model)||void 0===s||null===(s=s.margin)||void 0===s?void 0:s.right)||Me.image.boxModel.margin.right},padding:{top:(null===(f=e.options)||void 0===f||null===(f=f.layout)||void 0===f||null===(f=f.box_model)||void 0===f||null===(f=f.padding)||void 0===f?void 0:f.top)||Me.image.boxModel.padding.top,bottom:(null===(d=e.options)||void 0===d||null===(d=d.layout)||void 0===d||null===(d=d.box_model)||void 0===d||null===(d=d.padding)||void 0===d?void 0:d.bottom)||Me.image.boxModel.padding.bottom,left:(null===(u=e.options)||void 0===u||null===(u=u.layout)||void 0===u||null===(u=u.box_model)||void 0===u||null===(u=u.padding)||void 0===u?void 0:u.left)||Me.image.boxModel.padding.left,right:(null===(p=e.options)||void 0===p||null===(p=p.layout)||void 0===p||null===(p=p.box_model)||void 0===p||null===(p=p.padding)||void 0===p?void 0:p.right)||Me.image.boxModel.padding.right}}}}function wt(e){var t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v,_,x,w,k,C,$,M,F={type:"Button",text:(null===(t=e.options)||void 0===t||null===(t=t.button)||void 0===t?void 0:t.text)||Me.button.text,url:(null===(o=e.options)||void 0===o||null===(o=o.button)||void 0===o?void 0:o.link_to)||Me.button.url,newTab:(null===(n=e.options)||void 0===n||null===(n=n.button)||void 0===n?void 0:n.new_tab)||Me.button.newTab,other:{id:(null===(a=e.options)||void 0===a||null===(a=a.general)||void 0===a?void 0:a.id)||Me.button.other.id,classes:(null===(r=e.options)||void 0===r||null===(r=r.general)||void 0===r?void 0:r.classes)||Me.button.other.classes,css:(null===(i=e.options)||void 0===i||null===(i=i.general)||void 0===i?void 0:i.css)||Me.button.other.css},style:{backgroundColor:(null===(c=e.options)||void 0===c||null===(c=c.button)||void 0===c?void 0:c.bg_color)||Me.button.style.backgroundColor,borderRadius:(null===(l=e.options)||void 0===l||null===(l=l.button)||void 0===l?void 0:l.border_radius)||Me.button.style.borderRadius,fontFamily:(null===(s=e.options)||void 0===s||null===(s=s.font)||void 0===s?void 0:s.font_family)||Me.button.style.fontFamily,fontSize:(null===(f=e.options)||void 0===f||null===(f=f.font)||void 0===f?void 0:f.font_size)||Me.button.style.fontSize,fontWeight:(null===(d=e.options)||void 0===d||null===(d=d.font)||void 0===d?void 0:d.font_weight)||Me.button.style.fontWeight,fontStyle:(null===(u=e.options)||void 0===u||null===(u=u.font)||void 0===u?void 0:u.font_style)||Me.button.style.fontStyle,lineHeight:(null===(p=e.options)||void 0===p||null===(p=p.button)||void 0===p?void 0:p.height)||Me.button.style.lineHeight,color:(null===(b=e.options)||void 0===b||null===(b=b.button)||void 0===b?void 0:b.text_color)||Me.button.style.color,textAlign:(null===(g=e.options)||void 0===g||null===(g=g.font)||void 0===g?void 0:g.text_align)||Me.button.style.textAlign,textDecoration:(null===(h=e.options)||void 0===h||null===(h=h.font)||void 0===h?void 0:h.text_decoration)||Me.button.style.textDecoration,textTransform:(null===(m=e.options)||void 0===m||null===(m=m.font)||void 0===m?void 0:m.text_transform)||Me.button.style.textTransform,textShadow:(null===(y=e.options)||void 0===y||null===(y=y.font)||void 0===y?void 0:y.text_shadow)||Me.button.style.textShadow},boxModel:{width:"auto",height:"auto",margin:{top:(null===(v=e.options)||void 0===v||null===(v=v.layout)||void 0===v||null===(v=v.box_model)||void 0===v||null===(v=v.margin)||void 0===v?void 0:v.top)||Me.button.boxModel.margin.top,bottom:(null===(_=e.options)||void 0===_||null===(_=_.layout)||void 0===_||null===(_=_.box_model)||void 0===_||null===(_=_.margin)||void 0===_?void 0:_.bottom)||Me.button.boxModel.margin.bottom,left:(null===(x=e.options)||void 0===x||null===(x=x.layout)||void 0===x||null===(x=x.box_model)||void 0===x||null===(x=x.margin)||void 0===x?void 0:x.left)||Me.button.boxModel.margin.left,right:(null===(w=e.options)||void 0===w||null===(w=w.layout)||void 0===w||null===(w=w.box_model)||void 0===w||null===(w=w.margin)||void 0===w?void 0:w.right)||Me.button.boxModel.margin.right},padding:{top:(null===(k=e.options)||void 0===k||null===(k=k.layout)||void 0===k||null===(k=k.box_model)||void 0===k||null===(k=k.padding)||void 0===k?void 0:k.top)||Me.button.boxModel.padding.top,bottom:(null===(C=e.options)||void 0===C||null===(C=C.layout)||void 0===C||null===(C=C.box_model)||void 0===C||null===(C=C.padding)||void 0===C?void 0:C.bottom)||Me.button.boxModel.padding.bottom,left:(null===($=e.options)||void 0===$||null===($=$.layout)||void 0===$||null===($=$.box_model)||void 0===$||null===($=$.padding)||void 0===$?void 0:$.left)||Me.button.boxModel.padding.left,right:(null===(M=e.options)||void 0===M||null===(M=M.layout)||void 0===M||null===(M=M.box_model)||void 0===M||null===(M=M.padding)||void 0===M?void 0:M.right)||Me.button.boxModel.padding.right}}};return 1===F.newTab&&(F.newTab=!0),0===F.newTab&&(F.newTab=!1),F}function kt(e){var t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y;return{type:"Video",linkUrl:(null===(t=e.options)||void 0===t||null===(t=t.video)||void 0===t?void 0:t.link_to)||Me.video.linkUrl,src:{mp4:(null===(o=e.options)||void 0===o||null===(o=o.video)||void 0===o?void 0:o.mp4_url)||Me.video.src.mp4,ogv:(null===(n=e.options)||void 0===n||null===(n=n.video)||void 0===n?void 0:n.ogv_url)||Me.video.src.ogv,webm:(null===(a=e.options)||void 0===a||null===(a=a.video)||void 0===a?void 0:a.webm_url)||Me.video.src.webm},autoplay:(null===(r=e.options)||void 0===r||null===(r=r.video)||void 0===r?void 0:r.autoplay)||Me.video.autoplay,loop:(null===(i=e.options)||void 0===i||null===(i=i.video)||void 0===i?void 0:i.loop)||Me.video.loop,controls:(null===(c=e.options)||void 0===c||null===(c=c.video)||void 0===c?void 0:c.controls)||Me.video.controls,other:{id:(null===(l=e.options)||void 0===l||null===(l=l.general)||void 0===l?void 0:l.id)||Me.video.other.id,classes:(null===(s=e.options)||void 0===s||null===(s=s.general)||void 0===s?void 0:s.classes)||Me.video.other.classes,css:(null===(f=e.options)||void 0===f||null===(f=f.general)||void 0===f?void 0:f.css)||Me.video.other.css},boxModel:{width:"auto",height:"auto",margin:{top:(null===(d=e.options)||void 0===d||null===(d=d.layout)||void 0===d||null===(d=d.box_model)||void 0===d||null===(d=d.margin)||void 0===d?void 0:d.top)||Me.video.boxModel.margin.top,bottom:(null===(u=e.options)||void 0===u||null===(u=u.layout)||void 0===u||null===(u=u.box_model)||void 0===u||null===(u=u.margin)||void 0===u?void 0:u.bottom)||Me.video.boxModel.margin.bottom,left:(null===(p=e.options)||void 0===p||null===(p=p.layout)||void 0===p||null===(p=p.box_model)||void 0===p||null===(p=p.margin)||void 0===p?void 0:p.left)||Me.video.boxModel.margin.left,right:(null===(b=e.options)||void 0===b||null===(b=b.layout)||void 0===b||null===(b=b.box_model)||void 0===b||null===(b=b.margin)||void 0===b?void 0:b.right)||Me.video.boxModel.margin.right},padding:{top:(null===(g=e.options)||void 0===g||null===(g=g.layout)||void 0===g||null===(g=g.box_model)||void 0===g||null===(g=g.padding)||void 0===g?void 0:g.top)||Me.video.boxModel.padding.top,bottom:(null===(h=e.options)||void 0===h||null===(h=h.layout)||void 0===h||null===(h=h.box_model)||void 0===h||null===(h=h.padding)||void 0===h?void 0:h.bottom)||Me.video.boxModel.padding.bottom,left:(null===(m=e.options)||void 0===m||null===(m=m.layout)||void 0===m||null===(m=m.box_model)||void 0===m||null===(m=m.padding)||void 0===m?void 0:m.left)||Me.video.boxModel.padding.left,right:(null===(y=e.options)||void 0===y||null===(y=y.layout)||void 0===y||null===(y=y.box_model)||void 0===y||null===(y=y.padding)||void 0===y?void 0:y.right)||Me.video.boxModel.padding.right}}}}function Ct(e){var t,o,n,a,r,i,c,l,s,f,d,u,p,b=Me.youtube.boxModel.width;0===(null===(t=e.options)||void 0===t||null===(t=t.youtube)||void 0===t?void 0:t.iframe_auto_width)&&(b=(null===(p=e.options)||void 0===p||null===(p=p.youtube)||void 0===p?void 0:p.iframe_width)||Me.youtube.boxModel.width);var g={type:"YouTube",embedCode:(null===(o=e.options)||void 0===o||null===(o=o.youtube)||void 0===o?void 0:o.embed_code)||Me.youtube.embedCode,allowFullscreen:(null===(n=e.options)||void 0===n||null===(n=n.youtube)||void 0===n?void 0:n.allow_fullscreen)||Me.youtube.allowFullscreen,other:{id:"",classes:"",css:""},style:{},boxModel:{width:b,height:(null===(a=e.options)||void 0===a||null===(a=a.youtube)||void 0===a?void 0:a.iframe_height)||Me.youtube.boxModel.height,margin:{top:(null===(r=e.options)||void 0===r||null===(r=r.layout)||void 0===r||null===(r=r.box_model)||void 0===r||null===(r=r.margin)||void 0===r?void 0:r.top)||Me.youtube.boxModel.margin.top,bottom:(null===(i=e.options)||void 0===i||null===(i=i.layout)||void 0===i||null===(i=i.box_model)||void 0===i||null===(i=i.margin)||void 0===i?void 0:i.bottom)||Me.youtube.boxModel.margin.bottom,left:(null===(c=e.options)||void 0===c||null===(c=c.layout)||void 0===c||null===(c=c.box_model)||void 0===c||null===(c=c.margin)||void 0===c?void 0:c.left)||Me.youtube.boxModel.margin.left,right:(null===(l=e.options)||void 0===l||null===(l=l.layout)||void 0===l||null===(l=l.box_model)||void 0===l||null===(l=l.margin)||void 0===l?void 0:l.right)||Me.youtube.boxModel.margin.right},padding:{top:(null===(s=e.options)||void 0===s||null===(s=s.layout)||void 0===s||null===(s=s.box_model)||void 0===s||null===(s=s.padding)||void 0===s?void 0:s.top)||Me.youtube.boxModel.padding.top,bottom:(null===(f=e.options)||void 0===f||null===(f=f.layout)||void 0===f||null===(f=f.box_model)||void 0===f||null===(f=f.padding)||void 0===f?void 0:f.bottom)||Me.youtube.boxModel.padding.bottom,left:(null===(d=e.options)||void 0===d||null===(d=d.layout)||void 0===d||null===(d=d.box_model)||void 0===d||null===(d=d.padding)||void 0===d?void 0:d.left)||Me.youtube.boxModel.padding.left,right:(null===(u=e.options)||void 0===u||null===(u=u.layout)||void 0===u||null===(u=u.box_model)||void 0===u||null===(u=u.padding)||void 0===u?void 0:u.right)||Me.youtube.boxModel.padding.right}}};return 1===g.allowFullscreen&&(g.allowFullscreen=!0),0===g.allowFullscreen&&(g.allowFullscreen=!1),g}function $t(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return Mt(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Mt(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function Mt(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var Ft=function(e){var t,o,n=function(e){return{id:e.id,general:{name:e.general.name,shortcode:e.general.shortcode,responsive:jt(e.general.responsive)},fullscreen:{enable_fullscreen_mode:jt(e.general.responsive),start_in_fullscreen_mode:jt(e.general.start_in_fullscreen_mode)},objectConfig:{pageload_animation:e.shapes.pageload_animation,glowing_objects:e.shapes.glowing_shapes,glowing_objects_color:e.shapes.glowing_shapes_color,glow_opacity:e.shapes.glow_opacity,stop_glowing_on_mouseover:e.shapes.stop_glowing_on_mouseover,scale_spots:Fe.objectConfig.scale_spots},tooltips:{enable_tooltips:jt(e.tooltips.enable_tooltips),show_tooltips:e.tooltips.show_tooltips,sticky_tooltips:jt(e.tooltips.sticky_tooltips),constrain_tooltips:jt(e.tooltips.constrain_tooltips),tooltip_animation:e.tooltips.tooltip_animation,fullscreen_tooltips:e.tooltips.fullscreen_tooltips,fullscreen_background:Fe.tooltips.fullscreen_background,fullscreen_background_opacity:Fe.tooltips.fullscreen_background_opacity},zooming:{enable_zooming:jt(e.zooming.enable_zooming),max_zoom:e.zooming.max_zoom,limit_max_zoom_to_image_size:jt(e.zooming.limit_max_zoom_to_image_size),enable_zoom_buttons:jt(e.zooming.enable_zoom_buttons),enable_navigator:jt(e.zooming.enable_navigator),hold_ctrl_to_zoom:jt(e.zooming.hold_ctrl_to_zoom),zoom_on_object_click:jt(e.zooming.focus_shape_on_click)},object_list:{enable_object_list:jt(e.shapes_menu.enable_shapes_menu),detached_menu:jt(e.shapes_menu.detached_menu),menu_position:e.shapes_menu.menu_position,enable_search:jt(e.shapes_menu.enable_search),group_by_artboard:jt(e.shapes_menu.group_by_floor),show_only_objects_from_active_artboard:Fe.object_list.show_only_objects_from_active_artboard},custom_code:{custom_css:e.custom_code.custom_css,custom_js:e.custom_code.custom_js},defaults:{objectDefaults:{}},artboards:[]}}(e=b.ZB({},Et,e)),a=[],r={};if(e.spots=e.spots.reverse(),(null===(t=e.spots)||void 0===t?void 0:t.length)>0){for(var i in e.spots)e.spots[i]=b.ZB({},St,e.spots[i]);var c,l,s=$t(e.spots);try{for(s.s();!(c=s.n()).done;){var f=c.value;a.push(Dt(f,e)),r[f.id]=f.layerID+""}}catch(e){s.e(e)}finally{s.f()}var d,u=$t(e.spots);try{for(u.s();!(d=u.n()).done;){var p=d.value;p.connected_to&&(l||(l={}),l[p.connected_to]||(l[p.connected_to]=[p.connected_to]),l[p.connected_to].push(p.id))}}catch(e){u.e(e)}finally{u.f()}if(l){var g={},h=function(t){var o=b.ZB({},$e);o.id=b.k$(),o.type=ke.WW,o.title=e.spots.filter((function(e){return e.id===t}))[0].title,o.tooltip_style=e.spots.filter((function(e){return e.id===t}))[0].tooltip_style,o.tooltip_content=yt(e.spots.filter((function(e){return e.id===t}))[0].tooltip_content),o.single_object=!0,r[o.id]=e.spots.filter((function(e){return e.id===t}))[0].layerID+"",o.children=a.filter((function(e){return l[t].includes(e.id)})),g[t]=o};for(var m in l)h(m);var y,v=[],_=$t(e.spots);try{var x=function(){var e=y.value;return e.connected_to?0:g[e.id]?(v.push(g[e.id]),0):void v.push(a.filter((function(t){return t.id===e.id}))[0])};for(_.s();!(y=_.n()).done;)x()}catch(e){_.e(e)}finally{_.f()}a=v}}if((null===(o=e.layers)||void 0===o||null===(o=o.layers_list)||void 0===o?void 0:o.length)>0){var w;n.artboards=[];var k,C=$t(null===(w=e.layers)||void 0===w?void 0:w.layers_list);try{var $=function(){var e=k.value,t=b.ZB({},Ce);t.id=b.k$(),t.title=e.title,t.image_url=e.image_url,t.width=e.image_width,t.height=e.image_height,t.image_url?t.background_type="image":t.background_type="color",t.children=a.filter((function(t){return r[t.id]===e.id+""})),n.artboards.push(t)};for(C.s();!(k=C.n()).done;)$()}catch(e){C.e(e)}finally{C.f()}}else n.artboards=[b.ZB({},Ce)],n.artboards[0].id=b.k$(),n.artboards[0].title=e.general.name,n.artboards[0].width=e.general.width||n.artboards[0].width,n.artboards[0].height=e.general.height||n.artboards[0].height,n.artboards[0].background_type="image",n.artboards[0].image_url=e.image.url,n.artboards[0].children=a;return n.artboards.forEach((function(e){Bt(e.children)})),n};function Dt(e,t){var o,n,a=e,r={id:a.id,title:a.title,type:a.type,x:a.x,y:a.y,width:a.width,height:a.height,static:jt(a.static),children:[],group_settings:{single_object:!1},default_style:{opacity:a.default_style.opacity,background_type:a.default_style.background_type,background_color:a.default_style.background_color,background_opacity:a.default_style.background_opacity,border_radius:a.default_style.border_radius,border_width:a.default_style.border_width,border_style:a.default_style.border_style,border_color:a.default_style.border_color,border_opacity:a.default_style.border_opacity,background_image_url:a.default_style.background_image_url,background_image_opacity:a.default_style.background_image_opacity,background_image_scale:a.default_style.background_image_scale,background_image_offset_x:a.default_style.background_image_offset_x,background_image_offset_y:a.default_style.background_image_offset_y,stroke_color:a.default_style.stroke_color,stroke_opacity:a.default_style.stroke_opacity,stroke_width:a.default_style.stroke_width,stroke_dasharray:a.default_style.stroke_dasharray,stroke_linecap:a.default_style.stroke_linecap,use_icon:jt(a.default_style.use_icon),icon_size:a.height,icon_type:a.default_style.icon_type,icon_fontawesome_id:a.default_style.icon_fontawesome_id,icon_svg:$e.default_style.icon_svg,icon_fill:a.default_style.icon_fill,icon_url:a.default_style.icon_url,icon_is_pin:jt(a.default_style.icon_is_pin),icon_shadow:jt(a.default_style.icon_shadow),filters:[]},mouseover_style:{opacity:a.mouseover_style.opacity,background_color:a.mouseover_style.background_color,background_opacity:a.mouseover_style.background_opacity,background_image_url:a.mouseover_style.background_image_url,background_image_opacity:a.mouseover_style.background_image_opacity,background_image_scale:a.mouseover_style.background_image_scale,background_image_offset_x:a.mouseover_style.background_image_offset_x,background_image_offset_y:a.mouseover_style.background_image_offset_y,border_radius:a.mouseover_style.border_radius,border_width:a.mouseover_style.border_width,border_style:a.mouseover_style.border_style,border_color:a.mouseover_style.border_color,border_opacity:a.mouseover_style.border_opacity,stroke_color:a.mouseover_style.stroke_color,stroke_opacity:a.mouseover_style.stroke_opacity,stroke_width:a.mouseover_style.stroke_width,stroke_dasharray:a.mouseover_style.stroke_dasharray,stroke_linecap:a.mouseover_style.stroke_linecap,icon_fill:a.mouseover_style.icon_fill,filters:[]},tooltip:{enable_tooltip:jt(a.tooltip.enable_tooltip)},tooltip_style:{border_radius:a.tooltip_style.border_radius,padding:a.tooltip_style.padding,background_color:a.tooltip_style.background_color,background_opacity:a.tooltip_style.background_opacity,position:a.tooltip_style.position,width:a.tooltip_style.width,auto_width:jt(a.tooltip_style.auto_width),offset_x:a.tooltip_style.offset_x,offset_y:a.tooltip_style.offset_y},tooltip_content:yt(a.tooltip_content),text:{text:a.text.text,font_family:a.text.font_family,font_size:a.text.font_size,font_weight:a.text.font_weight,text_color:a.text.text_color,text_opacity:a.text.text_opacity},actions:{click:a.actions.click,link:a.actions.link,open_link_in_new_window:a.actions.open_link_in_new_window,script:a.actions.script},x_image_background:a.x_image_background,y_image_background:a.y_image_background,width_image_background:a.width_image_background,height_image_background:a.height_image_background,points:a.points,svg:{html:"",tagName:"",properties:{},viewBox:""}};if("path"===a.type){r.type=ke.Le;var i=function(e){var t;if(!((null===(t=e.layers)||void 0===t||null===(t=t.layers_list)||void 0===t?void 0:t.length)>0))return{width:e.general.width,height:e.general.height};var o,n=$t(e.layers.layers_list);try{for(n.s();!(o=n.n()).done;){var a=o.value;if(a.id===shape.layerID)return{width:a.image_width,height:a.image_height}}}catch(e){n.e(e)}finally{n.f()}}(t),c=function(e){var t=b.oo(e.default_style.stroke_color);return'<path d="'.concat(e.d,'" fill="hsl(0, 100%, 50%)" stroke="rgba(').concat(t.r,", ").concat(t.g,", ").concat(t.b,", ").concat(e.default_style.stroke_opacity,')" stroke-width="').concat(e.default_style.stroke_width,'px"></path>')}(a),l=(o=c,(n=document.createElementNS("http://www.w3.org/2000/svg","svg")).style.position="fixed",n.style.opacity=1,n.style.left=0,n.style.top=0,document.body.appendChild(n),n.innerHTML=o,n.getBBox());r.width=l.width/i.width*100,r.height=l.height/i.height*100,r.svg.html=c,r.svg.viewBox="".concat(l.x," ").concat(l.y," ").concat(l.width," ").concat(l.height),r.default_style.filters=Lt(r.default_style),r.mouseover_style.filters=Lt(r.mouseover_style)}return r}function Lt(e){var t=b.YM("#ff0000"),o=b.YM(e.background_color);return[{id:b.k$(),name:"brightness",value:1-(t.l-o.l)/100},{id:b.k$(),name:"hue-rotate",value:o.h+"deg"}]}function Bt(e){var t,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:function(){},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",a=arguments.length>3?arguments[3]:void 0,r=$t(e);try{for(r.s();!(t=r.n()).done;){var i=t.value;if(i.type!==ke.p5&&(i.parent_id=n,""!==n?(i.default_style.parent_filters=a.default_style.filters,i.mouseover_style.parent_filters=a.mouseover_style.filters):(i.default_style.parent_filters=[],i.mouseover_style.parent_filters=[])),i.children){var c=i.single_object&&""===n?i.id:n,l=i.single_object&&""===n?i:a;Bt(i.children,o,c,l)}if(o(i,parent))break}}catch(e){r.e(e)}finally{r.f()}}function jt(e){return!!e}var Et={id:0,editor:{previewMode:0,selected_shape:-1,transform_tooltip_mode:0,tool:"spot",zoom:1,currentLayer:0,state:{dragging:!1},shapeCounter:{spots:0,rects:0,ovals:0,polys:0,texts:0,paths:0}},runtime:{is_fullscreen:0,layerID:0,menu_search_string:"",menu_scroll:0},general:{name:"",shortcode:"",width:800,height:450,naturalWidth:800,naturalHeight:450,responsive:1,preserve_quality:1,center_image_map:0},image:{url:""},fullscreen:{enable_fullscreen_mode:0,start_in_fullscreen_mode:0,fullscreen_background:"#000000",fullscreen_button_position:1,fullscreen_button_type:"icon_and_text",fullscreen_button_color:"#ffffff",fullscreen_button_text_color:"#222222"},shapes:{pageload_animation:"none",glowing_shapes:0,glowing_shapes_color:"#ffffff",glow_opacity:.5,stop_glowing_on_mouseover:1},tooltips:{enable_tooltips:1,show_tooltips:"mouseover",show_title_on_mouseover:0,sticky_tooltips:0,constrain_tooltips:1,tooltip_animation:"none",fullscreen_tooltips:"mobile-only"},zooming:{enable_zooming:0,max_zoom:16,limit_max_zoom_to_image_size:0,enable_zoom_buttons:1,enable_navigator:1,hold_ctrl_to_zoom:1,focus_shape_on_click:1},layers:{enable_layers:0,layers_list:[]},shapes_menu:{enable_shapes_menu:0,detached_menu:0,menu_position:"left",enable_search:1,group_by_floor:0,hide_children_of_connected_shapes:1},custom_code:{custom_css:"",custom_js:""},spots:[]},St={id:"spot-0",title:"",type:"spot",x:-1,y:-1,width:44,height:44,x_image_background:-1,y_image_background:-1,width_image_background:44,height_image_background:44,connected_to:"",use_connected_shape_tooltip:0,layerID:0,static:0,text:{text:"Text",font_family:"sans-serif",font_size:16,font_weight:400,text_color:"#000000",text_opacity:1},actions:{click:"no-action",link:"#",open_link_in_new_window:1,script:""},default_style:{opacity:1,border_radius:50,background_type:"color",background_image_url:"",background_image_opacity:1,background_image_scale:1,background_image_offset_x:0,background_image_offset_y:0,background_color:"#000000",background_opacity:.4,border_width:0,border_style:"solid",border_color:"#ffffff",border_opacity:1,stroke_color:"#ffffff",stroke_opacity:.75,stroke_width:0,stroke_dasharray:"0",stroke_linecap:"round",use_icon:1,icon_type:"library",icon_svg_path:"M409.81,160.113C409.79,71.684,338.136,0,249.725,0C161.276,0,89.583,71.684,89.583,160.113 c0,76.325,119.274,280.238,151.955,334.638c1.72,2.882,4.826,4.641,8.178,4.641c3.351,0,6.468-1.759,8.168-4.631 C290.545,440.361,409.81,236.438,409.81,160.113z M249.716,283.999c-68.303,0-123.915-55.573-123.915-123.895 c0-68.313,55.592-123.895,123.915-123.895s123.876,55.582,123.876,123.895S318.029,283.999,249.716,283.999z",icon_svg_viewbox:"0 0 499.392 499.392",icon_fontawesome_id:"map-marker",icon_fill:"#000000",icon_url:"",icon_is_pin:1,icon_shadow:0},mouseover_style:{opacity:1,border_radius:50,background_image_url:"",background_image_opacity:1,background_image_scale:1,background_image_offset_x:0,background_image_offset_y:0,background_color:"#ffffff",background_opacity:.4,border_width:0,border_style:"solid",border_color:"#ffffff",border_opacity:1,stroke_color:"#ffffff",stroke_opacity:.75,stroke_width:0,stroke_dasharray:"0",stroke_linecap:"round",icon_fill:"#000000"},tooltip:{enable_tooltip:1},tooltip_style:{buffer:40,border_radius:10,padding:15,background_color:"#222222",background_opacity:1,position:"top",width:225,auto_width:1,offset_x:0,offset_y:0},tooltip_content:{squares_settings:{containers:[{id:"sq-container-403761",settings:{elements:[{settings:{name:"Heading",iconClass:"fa fa-header"},options:{heading:{text:"My Shape"}}}]}}]}},points:[],vs:[],svgPathCommands:[],d:"",dEditor:""};function It(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return At(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?At(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function At(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}function zt(e){var t=function(e){if(0===b.M7("6.0.36",e.version))return e;var t=b.ZB({},e);return e.version||(t=Ft(e)),t.version="6.0.36",t}(e),o=function(e){var t=b.ZB({},Fe,e);return t.artboards=function(e){var t=[];0===e.length&&(e=[b.ZB({},Ce)]);var o,n=It(e);try{for(n.s();!(o=n.n()).done;){var a=o.value,r=b.ZB({},Ce,a);r.children=Ot(a.children),t.push(r)}}catch(e){n.e(e)}finally{n.f()}return t}(t.artboards),t}(t);return o.artboards=Tt(o.artboards),o}function Ot(e){var t=[];if(e){var o,n=It(e);try{for(n.s();!(o=n.n()).done;){var a=o.value,r=b.ZB({},$e,a);r.children=Ot(a.children),t.push(r)}}catch(e){n.e(e)}finally{n.f()}}return t}function Tt(e){var t,o=It(e);try{for(o.s();!(t=o.n()).done;){var n=t.value;n.type!==ke.p5&&0===n.tooltip_content.length&&(n.tooltip.enable_tooltip=!1),n.children&&Tt(n.children)}}catch(e){o.e(e)}finally{o.f()}return e}function Nt(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return Pt(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Pt(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function Pt(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var Ht=function(){function e(t,o,n){var a=this;(0,fe.Z)(this,e),this.id=(0,b.k$)(),this.config=zt(o),this.launchParams=n,this.tooltipController=void 0,this.fullscreenController=void 0,this.navigatorController=void 0,this.zoomController=void 0,this.eventController=void 0,this.cacheController=void 0,this.root=void 0,this.container=void 0,this.canvasWrap=void 0,this.scaleWrap=void 0,this.translateWrap=void 0,this.UIWrap=void 0,this.image=void 0,this.background=void 0,(0,b.Cd)((function(){"[object String]"==Object.prototype.toString.call(t)?a.root=document.querySelector(t):a.root=t,a.init()}))}var t,o,n,a,r,i;return(0,de.Z)(e,[{key:"init",value:(i=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return this.store=new gt({initialState:this.config,imageMap:this}),this.store.dispatch("init"),this.eventController&&this.eventController.removeEvents(),this.artboardController=new Ye(this.store,this.launchParams.layerID),e.next=6,this.loadImages();case 6:if(e.sent){e.next=8;break}return e.abrupt("return",!1);case 8:return this.root.innerHTML=this.html(),this.root.dataset.imageMapId=this.store.getID(),this.root.dataset.imageMapName=this.store.getName(),this.containerEl=this.root.querySelector(".imp-container"),this.canvasWrap=this.root.querySelector(".imp-canvas"),this.scaleWrap=this.canvasWrap.querySelector(".imp-scale"),this.translateWrap=this.canvasWrap.querySelector(".imp-translate"),this.UIWrap=this.root.querySelector(".imp-ui"),this.setBackground(),e.next=19,this.adjustSize();case 19:return e.next=21,this.adjustSize();case 21:this.eventController=new ge(this.store),this.cacheController=new Ze(500),this.tooltipController=new He(this.store),this.zoomController=new qe(this.store),this.fullscreenController=new ve(this.store,this.launchParams.isFullscreen,this.launchParams.closeFullscreenCallback),this.navigatorController=new xe(this.store),this.objectController=new we.Z(this.store),this.menuController=new at(this.store),document.body.insertBefore(this.tooltipController.container,document.body.firstChild),this.store.getScaleWrap().appendChild(this.objectController.container),this.store.getScaleWrap().appendChild(this.objectController.imageBackgroundsContainer),this.root.appendChild(this.objectController.stylesheet),this.artboardController.insertUI(),this.zoomController.insertUI(),this.fullscreenController.insertUI(),this.navigatorController.insertUI(),this.menuController.insertMenu(),this.eventController.buildUIModel(),this.loadCustomCode(),this.store.subscribe(this.handleAction.bind(this)),ImageMapPro.trigger({type:h.HW,payload:{map:this.config.general.name}});case 42:case"end":return e.stop()}}),e,this)}))),function(){return i.apply(this,arguments)})},{key:"deinit",value:(r=(0,y.Z)(_().mark((function e(){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:try{this.eventController.removeEvents(),this.root.innerHTML=""}catch(e){}case 1:case"end":return e.stop()}}),e,this)}))),function(){return r.apply(this,arguments)})},{key:"handleAction",value:(a=(0,y.Z)(_().mark((function e(t){return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:"resize"==t.type&&this.adjustSize();case 1:case"end":return e.stop()}}),e,this)}))),function(e){return a.apply(this,arguments)})},{key:"html",value:function(){var e="light"===this.store.state.general.ui_theme?"imp-ui-light":"imp-ui-dark";return'\n <div class="imp-container '.concat(e,'">\n <div class="imp-ui-wrap">\n <div class="imp-ui">\n <div class="imp-ui-top-right"></div>\n <div class="imp-ui-top-left"></div>\n <div class="imp-ui-bottom-right"></div>\n <div class="imp-ui-bottom-left"></div>\n </div>\n <div class="imp-canvas-wrap">\n <div class="imp-canvas">\n <div class="imp-translate">\n <div class="imp-scale"></div>\n </div>\n </div>\n </div>\n </div>\n </div>')}},{key:"loadImages",value:(n=(0,y.Z)(_().mark((function e(){var t,o,n,a;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!this.store.getArtboard().image_url||"image"!==this.store.getArtboard().background_type){e.next=9;break}return e.next=3,(0,b.po)(this.store.getArtboard().image_url);case 3:if(t=e.sent){e.next=7;break}return console.log("Could not load main image!"),e.abrupt("return",!1);case 7:this.image=t.image,this.image.classList.add("imp-image");case 9:o=Nt(this.store.getObjects()),e.prev=10,o.s();case 12:if((n=o.n()).done){e.next=19;break}if("image"!==(a=n.value).default_style.background_type){e.next=17;break}return e.next=17,(0,b.po)(a.mouseover_style.background_image_url);case 17:e.next=12;break;case 19:e.next=24;break;case 21:e.prev=21,e.t0=e.catch(10),o.e(e.t0);case 24:return e.prev=24,o.f(),e.finish(24);case 27:return e.abrupt("return",!0);case 28:case"end":return e.stop()}}),e,this,[[10,21,24,27]])}))),function(){return n.apply(this,arguments)})},{key:"adjustSize",value:(o=(0,y.Z)(_().mark((function e(){var t,o,n,a,r,i;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,new Promise((function(e){return setTimeout(e,50)}));case 2:if(t=this.root.parentNode.getBoundingClientRect().width,r=this.store.getArtboard().width/this.store.getArtboard().height,i=0,this.store.state.object_list.enable_object_list&&"default"===this.store.state.object_list.menu_style&&(i=this.store.getIsMenuMobile()?0:240,"right"==this.store.state.object_list.menu_position&&(this.store.getContainer().style.paddingRight=i+"px"),"left"==this.store.state.object_list.menu_position&&(this.store.getContainer().style.paddingLeft=i+"px")),!this.launchParams.isFullscreen){e.next=10;break}return this.store.getCanvasWrap().style.width=this.calculateFullscreenCanvasSize().width+"px",this.store.getCanvasWrap().style.height=this.calculateFullscreenCanvasSize().height+"px",e.abrupt("return");case 10:o=this.store.state.general.responsive?t:this.store.getArtboard().width,a=(n=o-i)/r,this.store.getContainer().style.width=o+"px",this.store.getCanvasWrap().style.width=n+"px",this.store.getCanvasWrap().style.height=a+"px";case 16:case"end":return e.stop()}}),e,this)}))),function(){return o.apply(this,arguments)})},{key:"updateImage",value:(t=(0,y.Z)(_().mark((function e(){var t;return _().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!this.store.getArtboard().image_url||"image"!==this.store.getArtboard().background_type){e.next=8;break}return e.next=3,(0,b.po)(this.store.getArtboard().image_url);case 3:t=e.sent,this.image&&this.image.remove(),this.image=t.image,this.image.classList.add("imp-image"),this.scaleWrap.appendChild(this.image);case 8:this.adjustSize();case 9:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})},{key:"setBackground",value:function(){this.background&&this.background.remove(),this.image&&this.image.remove(),"image"===this.store.getArtboard().background_type&&this.store.getArtboard().image_url&&this.scaleWrap.appendChild(this.image),"color"===this.store.getArtboard().background_type&&(this.background||(this.background=document.createElement("div"),this.background.classList.add("imp-background")),this.background.style.background=this.store.getArtboard().background_color,this.scaleWrap.appendChild(this.background))}},{key:"calculateFullscreenCanvasSize",value:function(){var e,t,o=window.innerWidth,n=window.innerHeight;this.store.state.object_list.enable_object_list&&!this.store.getIsMenuMobile()&&(o-=240);var a=o/n,r=this.store.getArtboard().width/this.store.getArtboard().height;return this.store.getArtboard().use_image_size&&this.image&&(r=this.image.naturalWidth/this.image.naturalHeight),r<a?(e=n*r,t=n):(e=o,t=o/r),{width:e,height:t}}},{key:"loadCustomCode",value:function(){if(this.store.state.custom_code.custom_js){var e=document.createElement("script");e.innerHTML=this.store.state.custom_code.custom_js,document.body.appendChild(e)}if(this.store.state.custom_code.custom_css){var t=document.createElement("style");t.innerHTML=this.store.state.custom_code.custom_css,document.body.appendChild(t)}}}]),e}(),Rt={artboardId:void 0,isFullscreen:!1};window.ImageMapPro.init=function(e,t){var o,n=new Ht(e,t,arguments.length>2&&void 0!==arguments[2]?arguments[2]:Rt);window.ImageMapPro.instances[(null===(o=t.general)||void 0===o?void 0:o.name)||"Default"]=n},"undefined"!=typeof $&&($.fn.imageMapPro=function(e){ImageMapPro.init(this[0],e)});var qt=void 0,Zt=void 0,Ut=void 0;window.debug=function(e){qt||((qt=document.createElement("div")).setAttribute("id","debug"),document.querySelector("body").appendChild(qt)),qt.innerHTML=e,qt.style.transitionProperty="none",qt.style.opacity=1,clearInterval(Zt),clearTimeout(Ut),Ut=setTimeout((function(){Zt=setInterval((function(){qt.style.opacity=.75*qt.style.opacity,qt.style.opacity<.1&&(qt.style.opacity=0,clearInterval(Zt))}),50)}),1e3)},window.print=window.debug}()})()},835:(e,t,o)=>{o.d(t,{Z:()=>c});var n=o(81),a=o.n(n),r=o(645),i=o.n(r)()(a());i.push([e.id,"/* Container */\n\n.imp-tooltips-container {\n position: relative;\n z-index: 999997;\n}\n\n/* Tooltip */\n\n.imp-tooltip-wrap {\n position: absolute;\n pointer-events: none;\n height: 0;\n}\n.imp-tooltip-wrap {\n pointer-events: none;\n}\n.imp-tooltip-wrap .imp-tooltip {\n display: none;\n position: relative;\n pointer-events: all;\n opacity: 0;\n\n transition-duration: 0.2s;\n -moz-transition-duration: 0.2s;\n -webkit-transition-duration: 0.2s;\n\n transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);\n -moz-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);\n -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);\n\n box-sizing: border-box;\n -moz-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n}\n\n/* Arrow */\n\n.hs-arrow {\n position: absolute;\n}\n\n.hs-arrow-top {\n left: 50%;\n top: 0;\n margin-left: -8px;\n margin-top: -8px;\n width: 0;\n height: 0;\n border-left: 8px solid transparent;\n border-right: 8px solid transparent;\n\n border-bottom: 8px solid black;\n}\n\n.hs-arrow-bottom {\n left: 50%;\n top: 100%;\n margin-left: -8px;\n margin-top: 0;\n width: 0;\n height: 0;\n border-left: 8px solid transparent;\n border-right: 8px solid transparent;\n\n border-top: 8px solid black;\n}\n\n.hs-arrow-right {\n left: 100%;\n top: 50%;\n margin-left: 0;\n margin-top: -8px;\n width: 0;\n height: 0;\n border-top: 8px solid transparent;\n border-bottom: 8px solid transparent;\n\n border-left: 8px solid black;\n}\n\n.hs-arrow-left {\n left: 0;\n top: 50%;\n margin-left: -8px;\n margin-top: -8px;\n width: 0;\n height: 0;\n border-top: 8px solid transparent;\n border-bottom: 8px solid transparent;\n\n border-right: 8px solid black;\n}\n\n/* Animation */\n\n.imp-tooltip-wrap.imp-tooltip-position-top .imp-tooltip {\n transform-origin: 50% 100%;\n}\n.imp-tooltip-wrap.imp-tooltip-position-bottom .imp-tooltip {\n transform-origin: 50% 0%;\n}\n.imp-tooltip-wrap.imp-tooltip-position-left .imp-tooltip {\n transform-origin: 100% 50%;\n}\n.imp-tooltip-wrap.imp-tooltip-position-right .imp-tooltip {\n transform-origin: 0% 50%;\n}\n",""]);const c=i},484:(e,t,o)=>{o.d(t,{Z:()=>M});var n=o(81),a=o.n(n),r=o(645),i=o.n(r),c=o(667),l=o.n(c),s=new URL(o(457),o.b),f=new URL(o(847),o.b),d=new URL(o(338),o.b),u=new URL(o(606),o.b),p=new URL(o(217),o.b),b=new URL(o(553),o.b),g=new URL(o(108),o.b),h=new URL(o(987),o.b),m=i()(a()),y=l()(s),v=l()(f),_=l()(d),x=l()(u),w=l()(p),k=l()(b),C=l()(g),$=l()(h);m.push([e.id,`/*!\n * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n * Copyright 2022 Fonticons, Inc.\n */\n.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\\30"}.fa-1:before{content:"\\31"}.fa-2:before{content:"\\32"}.fa-3:before{content:"\\33"}.fa-4:before{content:"\\34"}.fa-5:before{content:"\\35"}.fa-6:before{content:"\\36"}.fa-7:before{content:"\\37"}.fa-8:before{content:"\\38"}.fa-9:before{content:"\\39"}.fa-a:before{content:"\\41"}.fa-address-book:before,.fa-contact-book:before{content:"\\f2b9"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\\f2bb"}.fa-align-center:before{content:"\\f037"}.fa-align-justify:before{content:"\\f039"}.fa-align-left:before{content:"\\f036"}.fa-align-right:before{content:"\\f038"}.fa-anchor:before{content:"\\f13d"}.fa-anchor-circle-check:before{content:"\\e4aa"}.fa-anchor-circle-exclamation:before{content:"\\e4ab"}.fa-anchor-circle-xmark:before{content:"\\e4ac"}.fa-anchor-lock:before{content:"\\e4ad"}.fa-angle-down:before{content:"\\f107"}.fa-angle-left:before{content:"\\f104"}.fa-angle-right:before{content:"\\f105"}.fa-angle-up:before{content:"\\f106"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\\f103"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\\f100"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\\f101"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\\f102"}.fa-ankh:before{content:"\\f644"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\\f5d1"}.fa-archway:before{content:"\\f557"}.fa-arrow-down:before{content:"\\f063"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\\f162"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\\f886"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\\f15d"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\\f175"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\\f884"}.fa-arrow-down-up-across-line:before{content:"\\e4af"}.fa-arrow-down-up-lock:before{content:"\\e4b0"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\\f160"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\\f881"}.fa-arrow-left:before{content:"\\f060"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\\f177"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\\f245"}.fa-arrow-right:before{content:"\\f061"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\\f0ec"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\\f08b"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\\f178"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\\f090"}.fa-arrow-right-to-city:before{content:"\\e4b3"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\\f0e2"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\\f01e"}.fa-arrow-trend-down:before{content:"\\e097"}.fa-arrow-trend-up:before{content:"\\e098"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\\f149"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\\f148"}.fa-arrow-up:before{content:"\\f062"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\\f163"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\\f887"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\\f15e"}.fa-arrow-up-from-bracket:before{content:"\\e09a"}.fa-arrow-up-from-ground-water:before{content:"\\e4b5"}.fa-arrow-up-from-water-pump:before{content:"\\e4b6"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\\f176"}.fa-arrow-up-right-dots:before{content:"\\e4b7"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\\f08e"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\\f885"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\\f161"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\\f882"}.fa-arrows-down-to-line:before{content:"\\e4b8"}.fa-arrows-down-to-people:before{content:"\\e4b9"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\\f07e"}.fa-arrows-left-right-to-line:before{content:"\\e4ba"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\\f021"}.fa-arrows-spin:before{content:"\\e4bb"}.fa-arrows-split-up-and-left:before{content:"\\e4bc"}.fa-arrows-to-circle:before{content:"\\e4bd"}.fa-arrows-to-dot:before{content:"\\e4be"}.fa-arrows-to-eye:before{content:"\\e4bf"}.fa-arrows-turn-right:before{content:"\\e4c0"}.fa-arrows-turn-to-dots:before{content:"\\e4c1"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\\f07d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\\f047"}.fa-arrows-up-to-line:before{content:"\\e4c2"}.fa-asterisk:before{content:"\\2a"}.fa-at:before{content:"\\40"}.fa-atom:before{content:"\\f5d2"}.fa-audio-description:before{content:"\\f29e"}.fa-austral-sign:before{content:"\\e0a9"}.fa-award:before{content:"\\f559"}.fa-b:before{content:"\\42"}.fa-baby:before{content:"\\f77c"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\\f77d"}.fa-backward:before{content:"\\f04a"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\\f049"}.fa-backward-step:before,.fa-step-backward:before{content:"\\f048"}.fa-bacon:before{content:"\\f7e5"}.fa-bacteria:before{content:"\\e059"}.fa-bacterium:before{content:"\\e05a"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\\f290"}.fa-bahai:before,.fa-haykal:before{content:"\\f666"}.fa-baht-sign:before{content:"\\e0ac"}.fa-ban:before,.fa-cancel:before{content:"\\f05e"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\\f54d"}.fa-band-aid:before,.fa-bandage:before{content:"\\f462"}.fa-barcode:before{content:"\\f02a"}.fa-bars:before,.fa-navicon:before{content:"\\f0c9"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\\f828"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\\f550"}.fa-baseball-ball:before,.fa-baseball:before{content:"\\f433"}.fa-baseball-bat-ball:before{content:"\\f432"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\\f291"}.fa-basketball-ball:before,.fa-basketball:before{content:"\\f434"}.fa-bath:before,.fa-bathtub:before{content:"\\f2cd"}.fa-battery-0:before,.fa-battery-empty:before{content:"\\f244"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\\f240"}.fa-battery-3:before,.fa-battery-half:before{content:"\\f242"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\\f243"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\\f241"}.fa-bed:before{content:"\\f236"}.fa-bed-pulse:before,.fa-procedures:before{content:"\\f487"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\\f0fc"}.fa-bell:before{content:"\\f0f3"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\\f562"}.fa-bell-slash:before{content:"\\f1f6"}.fa-bezier-curve:before{content:"\\f55b"}.fa-bicycle:before{content:"\\f206"}.fa-binoculars:before{content:"\\f1e5"}.fa-biohazard:before{content:"\\f780"}.fa-bitcoin-sign:before{content:"\\e0b4"}.fa-blender:before{content:"\\f517"}.fa-blender-phone:before{content:"\\f6b6"}.fa-blog:before{content:"\\f781"}.fa-bold:before{content:"\\f032"}.fa-bolt:before,.fa-zap:before{content:"\\f0e7"}.fa-bolt-lightning:before{content:"\\e0b7"}.fa-bomb:before{content:"\\f1e2"}.fa-bone:before{content:"\\f5d7"}.fa-bong:before{content:"\\f55c"}.fa-book:before{content:"\\f02d"}.fa-atlas:before,.fa-book-atlas:before{content:"\\f558"}.fa-bible:before,.fa-book-bible:before{content:"\\f647"}.fa-book-bookmark:before{content:"\\e0bb"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\\f66a"}.fa-book-medical:before{content:"\\f7e6"}.fa-book-open:before{content:"\\f518"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\\f5da"}.fa-book-quran:before,.fa-quran:before{content:"\\f687"}.fa-book-dead:before,.fa-book-skull:before{content:"\\f6b7"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\\f827"}.fa-bookmark:before{content:"\\f02e"}.fa-border-all:before{content:"\\f84c"}.fa-border-none:before{content:"\\f850"}.fa-border-style:before,.fa-border-top-left:before{content:"\\f853"}.fa-bore-hole:before{content:"\\e4c3"}.fa-bottle-droplet:before{content:"\\e4c4"}.fa-bottle-water:before{content:"\\e4c5"}.fa-bowl-food:before{content:"\\e4c6"}.fa-bowl-rice:before{content:"\\e2eb"}.fa-bowling-ball:before{content:"\\f436"}.fa-box:before{content:"\\f466"}.fa-archive:before,.fa-box-archive:before{content:"\\f187"}.fa-box-open:before{content:"\\f49e"}.fa-box-tissue:before{content:"\\e05b"}.fa-boxes-packing:before{content:"\\e4c7"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\\f468"}.fa-braille:before{content:"\\f2a1"}.fa-brain:before{content:"\\f5dc"}.fa-brazilian-real-sign:before{content:"\\e46c"}.fa-bread-slice:before{content:"\\f7ec"}.fa-bridge:before{content:"\\e4c8"}.fa-bridge-circle-check:before{content:"\\e4c9"}.fa-bridge-circle-exclamation:before{content:"\\e4ca"}.fa-bridge-circle-xmark:before{content:"\\e4cb"}.fa-bridge-lock:before{content:"\\e4cc"}.fa-bridge-water:before{content:"\\e4ce"}.fa-briefcase:before{content:"\\f0b1"}.fa-briefcase-medical:before{content:"\\f469"}.fa-broom:before{content:"\\f51a"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\\f458"}.fa-brush:before{content:"\\f55d"}.fa-bucket:before{content:"\\e4cf"}.fa-bug:before{content:"\\f188"}.fa-bug-slash:before{content:"\\e490"}.fa-bugs:before{content:"\\e4d0"}.fa-building:before{content:"\\f1ad"}.fa-building-circle-arrow-right:before{content:"\\e4d1"}.fa-building-circle-check:before{content:"\\e4d2"}.fa-building-circle-exclamation:before{content:"\\e4d3"}.fa-building-circle-xmark:before{content:"\\e4d4"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\\f19c"}.fa-building-flag:before{content:"\\e4d5"}.fa-building-lock:before{content:"\\e4d6"}.fa-building-ngo:before{content:"\\e4d7"}.fa-building-shield:before{content:"\\e4d8"}.fa-building-un:before{content:"\\e4d9"}.fa-building-user:before{content:"\\e4da"}.fa-building-wheat:before{content:"\\e4db"}.fa-bullhorn:before{content:"\\f0a1"}.fa-bullseye:before{content:"\\f140"}.fa-burger:before,.fa-hamburger:before{content:"\\f805"}.fa-burst:before{content:"\\e4dc"}.fa-bus:before{content:"\\f207"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\\f55e"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\\f64a"}.fa-c:before{content:"\\43"}.fa-cable-car:before,.fa-tram:before{content:"\\f7da"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\\f1fd"}.fa-calculator:before{content:"\\f1ec"}.fa-calendar:before{content:"\\f133"}.fa-calendar-check:before{content:"\\f274"}.fa-calendar-day:before{content:"\\f783"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\\f073"}.fa-calendar-minus:before{content:"\\f272"}.fa-calendar-plus:before{content:"\\f271"}.fa-calendar-week:before{content:"\\f784"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\\f273"}.fa-camera-alt:before,.fa-camera:before{content:"\\f030"}.fa-camera-retro:before{content:"\\f083"}.fa-camera-rotate:before{content:"\\e0d8"}.fa-campground:before{content:"\\f6bb"}.fa-candy-cane:before{content:"\\f786"}.fa-cannabis:before{content:"\\f55f"}.fa-capsules:before{content:"\\f46b"}.fa-automobile:before,.fa-car:before{content:"\\f1b9"}.fa-battery-car:before,.fa-car-battery:before{content:"\\f5df"}.fa-car-burst:before,.fa-car-crash:before{content:"\\f5e1"}.fa-car-on:before{content:"\\e4dd"}.fa-car-alt:before,.fa-car-rear:before{content:"\\f5de"}.fa-car-side:before{content:"\\f5e4"}.fa-car-tunnel:before{content:"\\e4de"}.fa-caravan:before{content:"\\f8ff"}.fa-caret-down:before{content:"\\f0d7"}.fa-caret-left:before{content:"\\f0d9"}.fa-caret-right:before{content:"\\f0da"}.fa-caret-up:before{content:"\\f0d8"}.fa-carrot:before{content:"\\f787"}.fa-cart-arrow-down:before{content:"\\f218"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\\f474"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\\f59d"}.fa-cart-plus:before{content:"\\f217"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\\f07a"}.fa-cash-register:before{content:"\\f788"}.fa-cat:before{content:"\\f6be"}.fa-cedi-sign:before{content:"\\e0df"}.fa-cent-sign:before{content:"\\e3f5"}.fa-certificate:before{content:"\\f0a3"}.fa-chair:before{content:"\\f6c0"}.fa-blackboard:before,.fa-chalkboard:before{content:"\\f51b"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\\f51c"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\\f79f"}.fa-charging-station:before{content:"\\f5e7"}.fa-area-chart:before,.fa-chart-area:before{content:"\\f1fe"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\\f080"}.fa-chart-column:before{content:"\\e0e3"}.fa-chart-gantt:before{content:"\\e0e4"}.fa-chart-line:before,.fa-line-chart:before{content:"\\f201"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\\f200"}.fa-chart-simple:before{content:"\\e473"}.fa-check:before{content:"\\f00c"}.fa-check-double:before{content:"\\f560"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\\f772"}.fa-cheese:before{content:"\\f7ef"}.fa-chess:before{content:"\\f439"}.fa-chess-bishop:before{content:"\\f43a"}.fa-chess-board:before{content:"\\f43c"}.fa-chess-king:before{content:"\\f43f"}.fa-chess-knight:before{content:"\\f441"}.fa-chess-pawn:before{content:"\\f443"}.fa-chess-queen:before{content:"\\f445"}.fa-chess-rook:before{content:"\\f447"}.fa-chevron-down:before{content:"\\f078"}.fa-chevron-left:before{content:"\\f053"}.fa-chevron-right:before{content:"\\f054"}.fa-chevron-up:before{content:"\\f077"}.fa-child:before{content:"\\f1ae"}.fa-child-dress:before{content:"\\e59c"}.fa-child-reaching:before{content:"\\e59d"}.fa-child-rifle:before{content:"\\e4e0"}.fa-children:before{content:"\\e4e1"}.fa-church:before{content:"\\f51d"}.fa-circle:before{content:"\\f111"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\\f0ab"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\\f0a8"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\\f0a9"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\\f0aa"}.fa-check-circle:before,.fa-circle-check:before{content:"\\f058"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\\f13a"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\\f137"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\\f138"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\\f139"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\\f4b9"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\\f192"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\\f358"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\\f06a"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\\f47e"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\\f042"}.fa-circle-info:before,.fa-info-circle:before{content:"\\f05a"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\\f359"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\\f056"}.fa-circle-nodes:before{content:"\\e4e2"}.fa-circle-notch:before{content:"\\f1ce"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\\f28b"}.fa-circle-play:before,.fa-play-circle:before{content:"\\f144"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\\f055"}.fa-circle-question:before,.fa-question-circle:before{content:"\\f059"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\\f7ba"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\\f35a"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\\f28d"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\\f35b"}.fa-circle-user:before,.fa-user-circle:before{content:"\\f2bd"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\\f057"}.fa-city:before{content:"\\f64f"}.fa-clapperboard:before{content:"\\e131"}.fa-clipboard:before{content:"\\f328"}.fa-clipboard-check:before{content:"\\f46c"}.fa-clipboard-list:before{content:"\\f46d"}.fa-clipboard-question:before{content:"\\e4e3"}.fa-clipboard-user:before{content:"\\f7f3"}.fa-clock-four:before,.fa-clock:before{content:"\\f017"}.fa-clock-rotate-left:before,.fa-history:before{content:"\\f1da"}.fa-clone:before{content:"\\f24d"}.fa-closed-captioning:before{content:"\\f20a"}.fa-cloud:before{content:"\\f0c2"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\\f0ed"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\\f0ee"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\\f76c"}.fa-cloud-meatball:before{content:"\\f73b"}.fa-cloud-moon:before{content:"\\f6c3"}.fa-cloud-moon-rain:before{content:"\\f73c"}.fa-cloud-rain:before{content:"\\f73d"}.fa-cloud-showers-heavy:before{content:"\\f740"}.fa-cloud-showers-water:before{content:"\\e4e4"}.fa-cloud-sun:before{content:"\\f6c4"}.fa-cloud-sun-rain:before{content:"\\f743"}.fa-clover:before{content:"\\e139"}.fa-code:before{content:"\\f121"}.fa-code-branch:before{content:"\\f126"}.fa-code-commit:before{content:"\\f386"}.fa-code-compare:before{content:"\\e13a"}.fa-code-fork:before{content:"\\e13b"}.fa-code-merge:before{content:"\\f387"}.fa-code-pull-request:before{content:"\\e13c"}.fa-coins:before{content:"\\f51e"}.fa-colon-sign:before{content:"\\e140"}.fa-comment:before{content:"\\f075"}.fa-comment-dollar:before{content:"\\f651"}.fa-comment-dots:before,.fa-commenting:before{content:"\\f4ad"}.fa-comment-medical:before{content:"\\f7f5"}.fa-comment-slash:before{content:"\\f4b3"}.fa-comment-sms:before,.fa-sms:before{content:"\\f7cd"}.fa-comments:before{content:"\\f086"}.fa-comments-dollar:before{content:"\\f653"}.fa-compact-disc:before{content:"\\f51f"}.fa-compass:before{content:"\\f14e"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\\f568"}.fa-compress:before{content:"\\f066"}.fa-computer:before{content:"\\e4e5"}.fa-computer-mouse:before,.fa-mouse:before{content:"\\f8cc"}.fa-cookie:before{content:"\\f563"}.fa-cookie-bite:before{content:"\\f564"}.fa-copy:before{content:"\\f0c5"}.fa-copyright:before{content:"\\f1f9"}.fa-couch:before{content:"\\f4b8"}.fa-cow:before{content:"\\f6c8"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\\f09d"}.fa-crop:before{content:"\\f125"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\\f565"}.fa-cross:before{content:"\\f654"}.fa-crosshairs:before{content:"\\f05b"}.fa-crow:before{content:"\\f520"}.fa-crown:before{content:"\\f521"}.fa-crutch:before{content:"\\f7f7"}.fa-cruzeiro-sign:before{content:"\\e152"}.fa-cube:before{content:"\\f1b2"}.fa-cubes:before{content:"\\f1b3"}.fa-cubes-stacked:before{content:"\\e4e6"}.fa-d:before{content:"\\44"}.fa-database:before{content:"\\f1c0"}.fa-backspace:before,.fa-delete-left:before{content:"\\f55a"}.fa-democrat:before{content:"\\f747"}.fa-desktop-alt:before,.fa-desktop:before{content:"\\f390"}.fa-dharmachakra:before{content:"\\f655"}.fa-diagram-next:before{content:"\\e476"}.fa-diagram-predecessor:before{content:"\\e477"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\\f542"}.fa-diagram-successor:before{content:"\\e47a"}.fa-diamond:before{content:"\\f219"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\\f5eb"}.fa-dice:before{content:"\\f522"}.fa-dice-d20:before{content:"\\f6cf"}.fa-dice-d6:before{content:"\\f6d1"}.fa-dice-five:before{content:"\\f523"}.fa-dice-four:before{content:"\\f524"}.fa-dice-one:before{content:"\\f525"}.fa-dice-six:before{content:"\\f526"}.fa-dice-three:before{content:"\\f527"}.fa-dice-two:before{content:"\\f528"}.fa-disease:before{content:"\\f7fa"}.fa-display:before{content:"\\e163"}.fa-divide:before{content:"\\f529"}.fa-dna:before{content:"\\f471"}.fa-dog:before{content:"\\f6d3"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\\24"}.fa-dolly-box:before,.fa-dolly:before{content:"\\f472"}.fa-dong-sign:before{content:"\\e169"}.fa-door-closed:before{content:"\\f52a"}.fa-door-open:before{content:"\\f52b"}.fa-dove:before{content:"\\f4ba"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\\f422"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\\f309"}.fa-download:before{content:"\\f019"}.fa-dragon:before{content:"\\f6d5"}.fa-draw-polygon:before{content:"\\f5ee"}.fa-droplet:before,.fa-tint:before{content:"\\f043"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\\f5c7"}.fa-drum:before{content:"\\f569"}.fa-drum-steelpan:before{content:"\\f56a"}.fa-drumstick-bite:before{content:"\\f6d7"}.fa-dumbbell:before{content:"\\f44b"}.fa-dumpster:before{content:"\\f793"}.fa-dumpster-fire:before{content:"\\f794"}.fa-dungeon:before{content:"\\f6d9"}.fa-e:before{content:"\\45"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\\f2a4"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\\f2a2"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\\f57c"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\\f57d"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\\f57e"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\\f7a2"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\\e47b"}.fa-egg:before{content:"\\f7fb"}.fa-eject:before{content:"\\f052"}.fa-elevator:before{content:"\\e16d"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\\f141"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\\f142"}.fa-envelope:before{content:"\\f0e0"}.fa-envelope-circle-check:before{content:"\\e4e8"}.fa-envelope-open:before{content:"\\f2b6"}.fa-envelope-open-text:before{content:"\\f658"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\\f674"}.fa-equals:before{content:"\\3d"}.fa-eraser:before{content:"\\f12d"}.fa-ethernet:before{content:"\\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\\f153"}.fa-exclamation:before{content:"\\21"}.fa-expand:before{content:"\\f065"}.fa-explosion:before{content:"\\e4e9"}.fa-eye:before{content:"\\f06e"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\\f1fb"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\\f2a8"}.fa-eye-slash:before{content:"\\f070"}.fa-f:before{content:"\\46"}.fa-angry:before,.fa-face-angry:before{content:"\\f556"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\\f567"}.fa-face-flushed:before,.fa-flushed:before{content:"\\f579"}.fa-face-frown:before,.fa-frown:before{content:"\\f119"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\\f57a"}.fa-face-grimace:before,.fa-grimace:before{content:"\\f57f"}.fa-face-grin:before,.fa-grin:before{content:"\\f580"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\\f582"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\\f583"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\\f584"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\\f585"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\\f586"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\\f587"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\\f588"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\\f589"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\\f58a"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\\f58b"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\\f581"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\\f58c"}.fa-face-kiss:before,.fa-kiss:before{content:"\\f596"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\\f597"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\\f598"}.fa-face-laugh:before,.fa-laugh:before{content:"\\f599"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\\f59a"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\\f59b"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\\f59c"}.fa-face-meh:before,.fa-meh:before{content:"\\f11a"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\\f5a4"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\\f5a5"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\\f5b3"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\\f5b4"}.fa-face-smile:before,.fa-smile:before{content:"\\f118"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\\f5b8"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\\f4da"}.fa-face-surprise:before,.fa-surprise:before{content:"\\f5c2"}.fa-face-tired:before,.fa-tired:before{content:"\\f5c8"}.fa-fan:before{content:"\\f863"}.fa-faucet:before{content:"\\e005"}.fa-faucet-drip:before{content:"\\e006"}.fa-fax:before{content:"\\f1ac"}.fa-feather:before{content:"\\f52d"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\\f56b"}.fa-ferry:before{content:"\\e4ea"}.fa-file:before{content:"\\f15b"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\\f56d"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\\f574"}.fa-file-audio:before{content:"\\f1c7"}.fa-file-circle-check:before{content:"\\e5a0"}.fa-file-circle-exclamation:before{content:"\\e4eb"}.fa-file-circle-minus:before{content:"\\e4ed"}.fa-file-circle-plus:before{content:"\\e494"}.fa-file-circle-question:before{content:"\\e4ef"}.fa-file-circle-xmark:before{content:"\\e5a1"}.fa-file-code:before{content:"\\f1c9"}.fa-file-contract:before{content:"\\f56c"}.fa-file-csv:before{content:"\\f6dd"}.fa-file-excel:before{content:"\\f1c3"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\\f56e"}.fa-file-image:before{content:"\\f1c5"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\\f56f"}.fa-file-invoice:before{content:"\\f570"}.fa-file-invoice-dollar:before{content:"\\f571"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\\f15c"}.fa-file-medical:before{content:"\\f477"}.fa-file-pdf:before{content:"\\f1c1"}.fa-file-edit:before,.fa-file-pen:before{content:"\\f31c"}.fa-file-powerpoint:before{content:"\\f1c4"}.fa-file-prescription:before{content:"\\f572"}.fa-file-shield:before{content:"\\e4f0"}.fa-file-signature:before{content:"\\f573"}.fa-file-video:before{content:"\\f1c8"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\\f478"}.fa-file-word:before{content:"\\f1c2"}.fa-file-archive:before,.fa-file-zipper:before{content:"\\f1c6"}.fa-fill:before{content:"\\f575"}.fa-fill-drip:before{content:"\\f576"}.fa-film:before{content:"\\f008"}.fa-filter:before{content:"\\f0b0"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\\f662"}.fa-filter-circle-xmark:before{content:"\\e17b"}.fa-fingerprint:before{content:"\\f577"}.fa-fire:before{content:"\\f06d"}.fa-fire-burner:before{content:"\\e4f1"}.fa-fire-extinguisher:before{content:"\\f134"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\\f7e4"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\\f46a"}.fa-fish:before{content:"\\f578"}.fa-fish-fins:before{content:"\\e4f2"}.fa-flag:before{content:"\\f024"}.fa-flag-checkered:before{content:"\\f11e"}.fa-flag-usa:before{content:"\\f74d"}.fa-flask:before{content:"\\f0c3"}.fa-flask-vial:before{content:"\\e4f3"}.fa-floppy-disk:before,.fa-save:before{content:"\\f0c7"}.fa-florin-sign:before{content:"\\e184"}.fa-folder-blank:before,.fa-folder:before{content:"\\f07b"}.fa-folder-closed:before{content:"\\e185"}.fa-folder-minus:before{content:"\\f65d"}.fa-folder-open:before{content:"\\f07c"}.fa-folder-plus:before{content:"\\f65e"}.fa-folder-tree:before{content:"\\f802"}.fa-font:before{content:"\\f031"}.fa-football-ball:before,.fa-football:before{content:"\\f44e"}.fa-forward:before{content:"\\f04e"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\\f050"}.fa-forward-step:before,.fa-step-forward:before{content:"\\f051"}.fa-franc-sign:before{content:"\\e18f"}.fa-frog:before{content:"\\f52e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\\f1e3"}.fa-g:before{content:"\\47"}.fa-gamepad:before{content:"\\f11b"}.fa-gas-pump:before{content:"\\f52f"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\\f624"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\\f625"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\\f629"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\\f62a"}.fa-gavel:before,.fa-legal:before{content:"\\f0e3"}.fa-cog:before,.fa-gear:before{content:"\\f013"}.fa-cogs:before,.fa-gears:before{content:"\\f085"}.fa-gem:before{content:"\\f3a5"}.fa-genderless:before{content:"\\f22d"}.fa-ghost:before{content:"\\f6e2"}.fa-gift:before{content:"\\f06b"}.fa-gifts:before{content:"\\f79c"}.fa-glass-water:before{content:"\\e4f4"}.fa-glass-water-droplet:before{content:"\\e4f5"}.fa-glasses:before{content:"\\f530"}.fa-globe:before{content:"\\f0ac"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\\f450"}.fa-gopuram:before{content:"\\f664"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\\f19d"}.fa-greater-than:before{content:"\\3e"}.fa-greater-than-equal:before{content:"\\f532"}.fa-grip-horizontal:before,.fa-grip:before{content:"\\f58d"}.fa-grip-lines:before{content:"\\f7a4"}.fa-grip-lines-vertical:before{content:"\\f7a5"}.fa-grip-vertical:before{content:"\\f58e"}.fa-group-arrows-rotate:before{content:"\\e4f6"}.fa-guarani-sign:before{content:"\\e19a"}.fa-guitar:before{content:"\\f7a6"}.fa-gun:before{content:"\\e19b"}.fa-h:before{content:"\\48"}.fa-hammer:before{content:"\\f6e3"}.fa-hamsa:before{content:"\\f665"}.fa-hand-paper:before,.fa-hand:before{content:"\\f256"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\\f255"}.fa-allergies:before,.fa-hand-dots:before{content:"\\f461"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\\f6de"}.fa-hand-holding:before{content:"\\f4bd"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\\f4c0"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\\f4c1"}.fa-hand-holding-hand:before{content:"\\e4f7"}.fa-hand-holding-heart:before{content:"\\f4be"}.fa-hand-holding-medical:before{content:"\\e05c"}.fa-hand-lizard:before{content:"\\f258"}.fa-hand-middle-finger:before{content:"\\f806"}.fa-hand-peace:before{content:"\\f25b"}.fa-hand-point-down:before{content:"\\f0a7"}.fa-hand-point-left:before{content:"\\f0a5"}.fa-hand-point-right:before{content:"\\f0a4"}.fa-hand-point-up:before{content:"\\f0a6"}.fa-hand-pointer:before{content:"\\f25a"}.fa-hand-scissors:before{content:"\\f257"}.fa-hand-sparkles:before{content:"\\e05d"}.fa-hand-spock:before{content:"\\f259"}.fa-handcuffs:before{content:"\\e4f8"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\\f2a7"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\\f2a3"}.fa-hands-bound:before{content:"\\e4f9"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\\e05e"}.fa-hands-clapping:before{content:"\\e1a8"}.fa-hands-holding:before{content:"\\f4c2"}.fa-hands-holding-child:before{content:"\\e4fa"}.fa-hands-holding-circle:before{content:"\\e4fb"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\\f684"}.fa-handshake:before{content:"\\f2b5"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\\f4c4"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\\f4c6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\\e05f"}.fa-handshake-slash:before{content:"\\e060"}.fa-hanukiah:before{content:"\\f6e6"}.fa-hard-drive:before,.fa-hdd:before{content:"\\f0a0"}.fa-hashtag:before{content:"\\23"}.fa-hat-cowboy:before{content:"\\f8c0"}.fa-hat-cowboy-side:before{content:"\\f8c1"}.fa-hat-wizard:before{content:"\\f6e8"}.fa-head-side-cough:before{content:"\\e061"}.fa-head-side-cough-slash:before{content:"\\e062"}.fa-head-side-mask:before{content:"\\e063"}.fa-head-side-virus:before{content:"\\e064"}.fa-header:before,.fa-heading:before{content:"\\f1dc"}.fa-headphones:before{content:"\\f025"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\\f58f"}.fa-headset:before{content:"\\f590"}.fa-heart:before{content:"\\f004"}.fa-heart-circle-bolt:before{content:"\\e4fc"}.fa-heart-circle-check:before{content:"\\e4fd"}.fa-heart-circle-exclamation:before{content:"\\e4fe"}.fa-heart-circle-minus:before{content:"\\e4ff"}.fa-heart-circle-plus:before{content:"\\e500"}.fa-heart-circle-xmark:before{content:"\\e501"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\\f7a9"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\\f21e"}.fa-helicopter:before{content:"\\f533"}.fa-helicopter-symbol:before{content:"\\e502"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\\f807"}.fa-helmet-un:before{content:"\\e503"}.fa-highlighter:before{content:"\\f591"}.fa-hill-avalanche:before{content:"\\e507"}.fa-hill-rockslide:before{content:"\\e508"}.fa-hippo:before{content:"\\f6ed"}.fa-hockey-puck:before{content:"\\f453"}.fa-holly-berry:before{content:"\\f7aa"}.fa-horse:before{content:"\\f6f0"}.fa-horse-head:before{content:"\\f7ab"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\\f0f8"}.fa-hospital-user:before{content:"\\f80d"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\\f593"}.fa-hotdog:before{content:"\\f80f"}.fa-hotel:before{content:"\\f594"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\\f254"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\\f253"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\\f252"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\\f251"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\\f015"}.fa-home-lg:before,.fa-house-chimney:before{content:"\\e3af"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\\f6f1"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\\f7f2"}.fa-house-chimney-user:before{content:"\\e065"}.fa-house-chimney-window:before{content:"\\e00d"}.fa-house-circle-check:before{content:"\\e509"}.fa-house-circle-exclamation:before{content:"\\e50a"}.fa-house-circle-xmark:before{content:"\\e50b"}.fa-house-crack:before{content:"\\e3b1"}.fa-house-fire:before{content:"\\e50c"}.fa-house-flag:before{content:"\\e50d"}.fa-house-flood-water:before{content:"\\e50e"}.fa-house-flood-water-circle-arrow-right:before{content:"\\e50f"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\\e066"}.fa-house-lock:before{content:"\\e510"}.fa-house-medical:before{content:"\\e3b2"}.fa-house-medical-circle-check:before{content:"\\e511"}.fa-house-medical-circle-exclamation:before{content:"\\e512"}.fa-house-medical-circle-xmark:before{content:"\\e513"}.fa-house-medical-flag:before{content:"\\e514"}.fa-house-signal:before{content:"\\e012"}.fa-house-tsunami:before{content:"\\e515"}.fa-home-user:before,.fa-house-user:before{content:"\\e1b0"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\\f6f2"}.fa-hurricane:before{content:"\\f751"}.fa-i:before{content:"\\49"}.fa-i-cursor:before{content:"\\f246"}.fa-ice-cream:before{content:"\\f810"}.fa-icicles:before{content:"\\f7ad"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\\f86d"}.fa-id-badge:before{content:"\\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\\f2c2"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\\f47f"}.fa-igloo:before{content:"\\f7ae"}.fa-image:before{content:"\\f03e"}.fa-image-portrait:before,.fa-portrait:before{content:"\\f3e0"}.fa-images:before{content:"\\f302"}.fa-inbox:before{content:"\\f01c"}.fa-indent:before{content:"\\f03c"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\\e1bc"}.fa-industry:before{content:"\\f275"}.fa-infinity:before{content:"\\f534"}.fa-info:before{content:"\\f129"}.fa-italic:before{content:"\\f033"}.fa-j:before{content:"\\4a"}.fa-jar:before{content:"\\e516"}.fa-jar-wheat:before{content:"\\e517"}.fa-jedi:before{content:"\\f669"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\\f0fb"}.fa-jet-fighter-up:before{content:"\\e518"}.fa-joint:before{content:"\\f595"}.fa-jug-detergent:before{content:"\\e519"}.fa-k:before{content:"\\4b"}.fa-kaaba:before{content:"\\f66b"}.fa-key:before{content:"\\f084"}.fa-keyboard:before{content:"\\f11c"}.fa-khanda:before{content:"\\f66d"}.fa-kip-sign:before{content:"\\e1c4"}.fa-first-aid:before,.fa-kit-medical:before{content:"\\f479"}.fa-kitchen-set:before{content:"\\e51a"}.fa-kiwi-bird:before{content:"\\f535"}.fa-l:before{content:"\\4c"}.fa-land-mine-on:before{content:"\\e51b"}.fa-landmark:before{content:"\\f66f"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\\f752"}.fa-landmark-flag:before{content:"\\e51c"}.fa-language:before{content:"\\f1ab"}.fa-laptop:before{content:"\\f109"}.fa-laptop-code:before{content:"\\f5fc"}.fa-laptop-file:before{content:"\\e51d"}.fa-laptop-medical:before{content:"\\f812"}.fa-lari-sign:before{content:"\\e1c8"}.fa-layer-group:before{content:"\\f5fd"}.fa-leaf:before{content:"\\f06c"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\\f30a"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\\f337"}.fa-lemon:before{content:"\\f094"}.fa-less-than:before{content:"\\3c"}.fa-less-than-equal:before{content:"\\f537"}.fa-life-ring:before{content:"\\f1cd"}.fa-lightbulb:before{content:"\\f0eb"}.fa-lines-leaning:before{content:"\\e51e"}.fa-chain:before,.fa-link:before{content:"\\f0c1"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\\f127"}.fa-lira-sign:before{content:"\\f195"}.fa-list-squares:before,.fa-list:before{content:"\\f03a"}.fa-list-check:before,.fa-tasks:before{content:"\\f0ae"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\\f0cb"}.fa-list-dots:before,.fa-list-ul:before{content:"\\f0ca"}.fa-litecoin-sign:before{content:"\\e1d3"}.fa-location-arrow:before{content:"\\f124"}.fa-location-crosshairs:before,.fa-location:before{content:"\\f601"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\\f3c5"}.fa-location-pin:before,.fa-map-marker:before{content:"\\f041"}.fa-location-pin-lock:before{content:"\\e51f"}.fa-lock:before{content:"\\f023"}.fa-lock-open:before{content:"\\f3c1"}.fa-locust:before{content:"\\e520"}.fa-lungs:before{content:"\\f604"}.fa-lungs-virus:before{content:"\\e067"}.fa-m:before{content:"\\4d"}.fa-magnet:before{content:"\\f076"}.fa-magnifying-glass:before,.fa-search:before{content:"\\f002"}.fa-magnifying-glass-arrow-right:before{content:"\\e521"}.fa-magnifying-glass-chart:before{content:"\\e522"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\\f688"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\\f689"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\\f010"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\\f00e"}.fa-manat-sign:before{content:"\\e1d5"}.fa-map:before{content:"\\f279"}.fa-map-location:before,.fa-map-marked:before{content:"\\f59f"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\\f5a0"}.fa-map-pin:before{content:"\\f276"}.fa-marker:before{content:"\\f5a1"}.fa-mars:before{content:"\\f222"}.fa-mars-and-venus:before{content:"\\f224"}.fa-mars-and-venus-burst:before{content:"\\e523"}.fa-mars-double:before{content:"\\f227"}.fa-mars-stroke:before{content:"\\f229"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\\f22b"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\\f22a"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\\f57b"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\\f561"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\\f000"}.fa-mask:before{content:"\\f6fa"}.fa-mask-face:before{content:"\\e1d7"}.fa-mask-ventilator:before{content:"\\e524"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\\f630"}.fa-mattress-pillow:before{content:"\\e525"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\\f31e"}.fa-medal:before{content:"\\f5a2"}.fa-memory:before{content:"\\f538"}.fa-menorah:before{content:"\\f676"}.fa-mercury:before{content:"\\f223"}.fa-comment-alt:before,.fa-message:before{content:"\\f27a"}.fa-meteor:before{content:"\\f753"}.fa-microchip:before{content:"\\f2db"}.fa-microphone:before{content:"\\f130"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\\f3c9"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\\f539"}.fa-microphone-slash:before{content:"\\f131"}.fa-microscope:before{content:"\\f610"}.fa-mill-sign:before{content:"\\e1ed"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\\f78c"}.fa-minus:before,.fa-subtract:before{content:"\\f068"}.fa-mitten:before{content:"\\f7b5"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\\f3ce"}.fa-mobile-button:before{content:"\\f10b"}.fa-mobile-retro:before{content:"\\e527"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\\f3cf"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\\f3cd"}.fa-money-bill:before{content:"\\f0d6"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\\f3d1"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\\f53b"}.fa-money-bill-transfer:before{content:"\\e528"}.fa-money-bill-trend-up:before{content:"\\e529"}.fa-money-bill-wave:before{content:"\\f53a"}.fa-money-bill-wheat:before{content:"\\e52a"}.fa-money-bills:before{content:"\\e1f3"}.fa-money-check:before{content:"\\f53c"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\\f53d"}.fa-monument:before{content:"\\f5a6"}.fa-moon:before{content:"\\f186"}.fa-mortar-pestle:before{content:"\\f5a7"}.fa-mosque:before{content:"\\f678"}.fa-mosquito:before{content:"\\e52b"}.fa-mosquito-net:before{content:"\\e52c"}.fa-motorcycle:before{content:"\\f21c"}.fa-mound:before{content:"\\e52d"}.fa-mountain:before{content:"\\f6fc"}.fa-mountain-city:before{content:"\\e52e"}.fa-mountain-sun:before{content:"\\e52f"}.fa-mug-hot:before{content:"\\f7b6"}.fa-coffee:before,.fa-mug-saucer:before{content:"\\f0f4"}.fa-music:before{content:"\\f001"}.fa-n:before{content:"\\4e"}.fa-naira-sign:before{content:"\\e1f6"}.fa-network-wired:before{content:"\\f6ff"}.fa-neuter:before{content:"\\f22c"}.fa-newspaper:before{content:"\\f1ea"}.fa-not-equal:before{content:"\\f53e"}.fa-notdef:before{content:"\\e1fe"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\\f249"}.fa-notes-medical:before{content:"\\f481"}.fa-o:before{content:"\\4f"}.fa-object-group:before{content:"\\f247"}.fa-object-ungroup:before{content:"\\f248"}.fa-oil-can:before{content:"\\f613"}.fa-oil-well:before{content:"\\e532"}.fa-om:before{content:"\\f679"}.fa-otter:before{content:"\\f700"}.fa-dedent:before,.fa-outdent:before{content:"\\f03b"}.fa-p:before{content:"\\50"}.fa-pager:before{content:"\\f815"}.fa-paint-roller:before{content:"\\f5aa"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\\f1fc"}.fa-palette:before{content:"\\f53f"}.fa-pallet:before{content:"\\f482"}.fa-panorama:before{content:"\\e209"}.fa-paper-plane:before{content:"\\f1d8"}.fa-paperclip:before{content:"\\f0c6"}.fa-parachute-box:before{content:"\\f4cd"}.fa-paragraph:before{content:"\\f1dd"}.fa-passport:before{content:"\\f5ab"}.fa-file-clipboard:before,.fa-paste:before{content:"\\f0ea"}.fa-pause:before{content:"\\f04c"}.fa-paw:before{content:"\\f1b0"}.fa-peace:before{content:"\\f67c"}.fa-pen:before{content:"\\f304"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\\f305"}.fa-pen-fancy:before{content:"\\f5ac"}.fa-pen-nib:before{content:"\\f5ad"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\\f5ae"}.fa-edit:before,.fa-pen-to-square:before{content:"\\f044"}.fa-pencil-alt:before,.fa-pencil:before{content:"\\f303"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\\e068"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\\f4ce"}.fa-people-group:before{content:"\\e533"}.fa-people-line:before{content:"\\e534"}.fa-people-pulling:before{content:"\\e535"}.fa-people-robbery:before{content:"\\e536"}.fa-people-roof:before{content:"\\e537"}.fa-pepper-hot:before{content:"\\f816"}.fa-percent:before,.fa-percentage:before{content:"\\25"}.fa-male:before,.fa-person:before{content:"\\f183"}.fa-person-arrow-down-to-line:before{content:"\\e538"}.fa-person-arrow-up-from-line:before{content:"\\e539"}.fa-biking:before,.fa-person-biking:before{content:"\\f84a"}.fa-person-booth:before{content:"\\f756"}.fa-person-breastfeeding:before{content:"\\e53a"}.fa-person-burst:before{content:"\\e53b"}.fa-person-cane:before{content:"\\e53c"}.fa-person-chalkboard:before{content:"\\e53d"}.fa-person-circle-check:before{content:"\\e53e"}.fa-person-circle-exclamation:before{content:"\\e53f"}.fa-person-circle-minus:before{content:"\\e540"}.fa-person-circle-plus:before{content:"\\e541"}.fa-person-circle-question:before{content:"\\e542"}.fa-person-circle-xmark:before{content:"\\e543"}.fa-digging:before,.fa-person-digging:before{content:"\\f85e"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\\f470"}.fa-female:before,.fa-person-dress:before{content:"\\f182"}.fa-person-dress-burst:before{content:"\\e544"}.fa-person-drowning:before{content:"\\e545"}.fa-person-falling:before{content:"\\e546"}.fa-person-falling-burst:before{content:"\\e547"}.fa-person-half-dress:before{content:"\\e548"}.fa-person-harassing:before{content:"\\e549"}.fa-hiking:before,.fa-person-hiking:before{content:"\\f6ec"}.fa-person-military-pointing:before{content:"\\e54a"}.fa-person-military-rifle:before{content:"\\e54b"}.fa-person-military-to-person:before{content:"\\e54c"}.fa-person-praying:before,.fa-pray:before{content:"\\f683"}.fa-person-pregnant:before{content:"\\e31e"}.fa-person-rays:before{content:"\\e54d"}.fa-person-rifle:before{content:"\\e54e"}.fa-person-running:before,.fa-running:before{content:"\\f70c"}.fa-person-shelter:before{content:"\\e54f"}.fa-person-skating:before,.fa-skating:before{content:"\\f7c5"}.fa-person-skiing:before,.fa-skiing:before{content:"\\f7c9"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\\f7ca"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\\f7ce"}.fa-person-swimming:before,.fa-swimmer:before{content:"\\f5c4"}.fa-person-through-window:before{content:"\\e5a9"}.fa-person-walking:before,.fa-walking:before{content:"\\f554"}.fa-person-walking-arrow-loop-left:before{content:"\\e551"}.fa-person-walking-arrow-right:before{content:"\\e552"}.fa-person-walking-dashed-line-arrow-right:before{content:"\\e553"}.fa-person-walking-luggage:before{content:"\\e554"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\\f29d"}.fa-peseta-sign:before{content:"\\e221"}.fa-peso-sign:before{content:"\\e222"}.fa-phone:before{content:"\\f095"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\\f879"}.fa-phone-slash:before{content:"\\f3dd"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\\f2a0"}.fa-photo-film:before,.fa-photo-video:before{content:"\\f87c"}.fa-piggy-bank:before{content:"\\f4d3"}.fa-pills:before{content:"\\f484"}.fa-pizza-slice:before{content:"\\f818"}.fa-place-of-worship:before{content:"\\f67f"}.fa-plane:before{content:"\\f072"}.fa-plane-arrival:before{content:"\\f5af"}.fa-plane-circle-check:before{content:"\\e555"}.fa-plane-circle-exclamation:before{content:"\\e556"}.fa-plane-circle-xmark:before{content:"\\e557"}.fa-plane-departure:before{content:"\\f5b0"}.fa-plane-lock:before{content:"\\e558"}.fa-plane-slash:before{content:"\\e069"}.fa-plane-up:before{content:"\\e22d"}.fa-plant-wilt:before{content:"\\e5aa"}.fa-plate-wheat:before{content:"\\e55a"}.fa-play:before{content:"\\f04b"}.fa-plug:before{content:"\\f1e6"}.fa-plug-circle-bolt:before{content:"\\e55b"}.fa-plug-circle-check:before{content:"\\e55c"}.fa-plug-circle-exclamation:before{content:"\\e55d"}.fa-plug-circle-minus:before{content:"\\e55e"}.fa-plug-circle-plus:before{content:"\\e55f"}.fa-plug-circle-xmark:before{content:"\\e560"}.fa-add:before,.fa-plus:before{content:"\\2b"}.fa-plus-minus:before{content:"\\e43c"}.fa-podcast:before{content:"\\f2ce"}.fa-poo:before{content:"\\f2fe"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\\f75a"}.fa-poop:before{content:"\\f619"}.fa-power-off:before{content:"\\f011"}.fa-prescription:before{content:"\\f5b1"}.fa-prescription-bottle:before{content:"\\f485"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\\f486"}.fa-print:before{content:"\\f02f"}.fa-pump-medical:before{content:"\\e06a"}.fa-pump-soap:before{content:"\\e06b"}.fa-puzzle-piece:before{content:"\\f12e"}.fa-q:before{content:"\\51"}.fa-qrcode:before{content:"\\f029"}.fa-question:before{content:"\\3f"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\\f10d"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\\f10e"}.fa-r:before{content:"\\52"}.fa-radiation:before{content:"\\f7b9"}.fa-radio:before{content:"\\f8d7"}.fa-rainbow:before{content:"\\f75b"}.fa-ranking-star:before{content:"\\e561"}.fa-receipt:before{content:"\\f543"}.fa-record-vinyl:before{content:"\\f8d9"}.fa-ad:before,.fa-rectangle-ad:before{content:"\\f641"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\\f022"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\\f410"}.fa-recycle:before{content:"\\f1b8"}.fa-registered:before{content:"\\f25d"}.fa-repeat:before{content:"\\f363"}.fa-mail-reply:before,.fa-reply:before{content:"\\f3e5"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\\f122"}.fa-republican:before{content:"\\f75e"}.fa-restroom:before{content:"\\f7bd"}.fa-retweet:before{content:"\\f079"}.fa-ribbon:before{content:"\\f4d6"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\\f2f5"}.fa-exchange-alt:before,.fa-right-left:before{content:"\\f362"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\\f30b"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\\f2f6"}.fa-ring:before{content:"\\f70b"}.fa-road:before{content:"\\f018"}.fa-road-barrier:before{content:"\\e562"}.fa-road-bridge:before{content:"\\e563"}.fa-road-circle-check:before{content:"\\e564"}.fa-road-circle-exclamation:before{content:"\\e565"}.fa-road-circle-xmark:before{content:"\\e566"}.fa-road-lock:before{content:"\\e567"}.fa-road-spikes:before{content:"\\e568"}.fa-robot:before{content:"\\f544"}.fa-rocket:before{content:"\\f135"}.fa-rotate:before,.fa-sync-alt:before{content:"\\f2f1"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\\f2ea"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\\f2f9"}.fa-route:before{content:"\\f4d7"}.fa-feed:before,.fa-rss:before{content:"\\f09e"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\\f158"}.fa-rug:before{content:"\\e569"}.fa-ruler:before{content:"\\f545"}.fa-ruler-combined:before{content:"\\f546"}.fa-ruler-horizontal:before{content:"\\f547"}.fa-ruler-vertical:before{content:"\\f548"}.fa-rupee-sign:before,.fa-rupee:before{content:"\\f156"}.fa-rupiah-sign:before{content:"\\e23d"}.fa-s:before{content:"\\53"}.fa-sack-dollar:before{content:"\\f81d"}.fa-sack-xmark:before{content:"\\e56a"}.fa-sailboat:before{content:"\\e445"}.fa-satellite:before{content:"\\f7bf"}.fa-satellite-dish:before{content:"\\f7c0"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\\f24e"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\\f515"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\\f516"}.fa-school:before{content:"\\f549"}.fa-school-circle-check:before{content:"\\e56b"}.fa-school-circle-exclamation:before{content:"\\e56c"}.fa-school-circle-xmark:before{content:"\\e56d"}.fa-school-flag:before{content:"\\e56e"}.fa-school-lock:before{content:"\\e56f"}.fa-cut:before,.fa-scissors:before{content:"\\f0c4"}.fa-screwdriver:before{content:"\\f54a"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\\f7d9"}.fa-scroll:before{content:"\\f70e"}.fa-scroll-torah:before,.fa-torah:before{content:"\\f6a0"}.fa-sd-card:before{content:"\\f7c2"}.fa-section:before{content:"\\e447"}.fa-seedling:before,.fa-sprout:before{content:"\\f4d8"}.fa-server:before{content:"\\f233"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\\f61f"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\\f064"}.fa-share-from-square:before,.fa-share-square:before{content:"\\f14d"}.fa-share-alt:before,.fa-share-nodes:before{content:"\\f1e0"}.fa-sheet-plastic:before{content:"\\e571"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\\f20b"}.fa-shield-blank:before,.fa-shield:before{content:"\\f132"}.fa-shield-cat:before{content:"\\e572"}.fa-shield-dog:before{content:"\\e573"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\\f3ed"}.fa-shield-heart:before{content:"\\e574"}.fa-shield-virus:before{content:"\\e06c"}.fa-ship:before{content:"\\f21a"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\\f553"}.fa-shoe-prints:before{content:"\\f54b"}.fa-shop:before,.fa-store-alt:before{content:"\\f54f"}.fa-shop-lock:before{content:"\\e4a5"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\\e070"}.fa-shower:before{content:"\\f2cc"}.fa-shrimp:before{content:"\\e448"}.fa-random:before,.fa-shuffle:before{content:"\\f074"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\\f197"}.fa-sign-hanging:before,.fa-sign:before{content:"\\f4d9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\\f012"}.fa-signature:before{content:"\\f5b7"}.fa-map-signs:before,.fa-signs-post:before{content:"\\f277"}.fa-sim-card:before{content:"\\f7c4"}.fa-sink:before{content:"\\e06d"}.fa-sitemap:before{content:"\\f0e8"}.fa-skull:before{content:"\\f54c"}.fa-skull-crossbones:before{content:"\\f714"}.fa-slash:before{content:"\\f715"}.fa-sleigh:before{content:"\\f7cc"}.fa-sliders-h:before,.fa-sliders:before{content:"\\f1de"}.fa-smog:before{content:"\\f75f"}.fa-smoking:before{content:"\\f48d"}.fa-snowflake:before{content:"\\f2dc"}.fa-snowman:before{content:"\\f7d0"}.fa-snowplow:before{content:"\\f7d2"}.fa-soap:before{content:"\\e06e"}.fa-socks:before{content:"\\f696"}.fa-solar-panel:before{content:"\\f5ba"}.fa-sort:before,.fa-unsorted:before{content:"\\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\\f0de"}.fa-spa:before{content:"\\f5bb"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\\f67b"}.fa-spell-check:before{content:"\\f891"}.fa-spider:before{content:"\\f717"}.fa-spinner:before{content:"\\f110"}.fa-splotch:before{content:"\\f5bc"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\\f2e5"}.fa-spray-can:before{content:"\\f5bd"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\\f5d0"}.fa-square:before{content:"\\f0c8"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\\f14c"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\\f150"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\\f191"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\\f152"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\\f151"}.fa-check-square:before,.fa-square-check:before{content:"\\f14a"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\\f199"}.fa-square-full:before{content:"\\f45c"}.fa-h-square:before,.fa-square-h:before{content:"\\f0fd"}.fa-minus-square:before,.fa-square-minus:before{content:"\\f146"}.fa-square-nfi:before{content:"\\e576"}.fa-parking:before,.fa-square-parking:before{content:"\\f540"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\\f14b"}.fa-square-person-confined:before{content:"\\e577"}.fa-phone-square:before,.fa-square-phone:before{content:"\\f098"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\\f87b"}.fa-plus-square:before,.fa-square-plus:before{content:"\\f0fe"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\\f682"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\\f681"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\\f698"}.fa-rss-square:before,.fa-square-rss:before{content:"\\f143"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\\f1e1"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\\f360"}.fa-square-virus:before{content:"\\e578"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\\f2d3"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\\e579"}.fa-stairs:before{content:"\\e289"}.fa-stamp:before{content:"\\f5bf"}.fa-stapler:before{content:"\\e5af"}.fa-star:before{content:"\\f005"}.fa-star-and-crescent:before{content:"\\f699"}.fa-star-half:before{content:"\\f089"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\\f5c0"}.fa-star-of-david:before{content:"\\f69a"}.fa-star-of-life:before{content:"\\f621"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\\f154"}.fa-stethoscope:before{content:"\\f0f1"}.fa-stop:before{content:"\\f04d"}.fa-stopwatch:before{content:"\\f2f2"}.fa-stopwatch-20:before{content:"\\e06f"}.fa-store:before{content:"\\f54e"}.fa-store-slash:before{content:"\\e071"}.fa-street-view:before{content:"\\f21d"}.fa-strikethrough:before{content:"\\f0cc"}.fa-stroopwafel:before{content:"\\f551"}.fa-subscript:before{content:"\\f12c"}.fa-suitcase:before{content:"\\f0f2"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\\f0fa"}.fa-suitcase-rolling:before{content:"\\f5c1"}.fa-sun:before{content:"\\f185"}.fa-sun-plant-wilt:before{content:"\\e57a"}.fa-superscript:before{content:"\\f12b"}.fa-swatchbook:before{content:"\\f5c3"}.fa-synagogue:before{content:"\\f69b"}.fa-syringe:before{content:"\\f48e"}.fa-t:before{content:"\\54"}.fa-table:before{content:"\\f0ce"}.fa-table-cells:before,.fa-th:before{content:"\\f00a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\\f009"}.fa-columns:before,.fa-table-columns:before{content:"\\f0db"}.fa-table-list:before,.fa-th-list:before{content:"\\f00b"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\\f45d"}.fa-tablet-android:before,.fa-tablet:before{content:"\\f3fb"}.fa-tablet-button:before{content:"\\f10a"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\\f3fa"}.fa-tablets:before{content:"\\f490"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\\f566"}.fa-tag:before{content:"\\f02b"}.fa-tags:before{content:"\\f02c"}.fa-tape:before{content:"\\f4db"}.fa-tarp:before{content:"\\e57b"}.fa-tarp-droplet:before{content:"\\e57c"}.fa-cab:before,.fa-taxi:before{content:"\\f1ba"}.fa-teeth:before{content:"\\f62e"}.fa-teeth-open:before{content:"\\f62f"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\\e03f"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\\e040"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\\f2cb"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\\f2c7"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\\f2c9"}.fa-temperature-high:before{content:"\\f769"}.fa-temperature-low:before{content:"\\f76b"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\\f2ca"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\\f2c8"}.fa-tenge-sign:before,.fa-tenge:before{content:"\\f7d7"}.fa-tent:before{content:"\\e57d"}.fa-tent-arrow-down-to-line:before{content:"\\e57e"}.fa-tent-arrow-left-right:before{content:"\\e57f"}.fa-tent-arrow-turn-left:before{content:"\\e580"}.fa-tent-arrows-down:before{content:"\\e581"}.fa-tents:before{content:"\\e582"}.fa-terminal:before{content:"\\f120"}.fa-text-height:before{content:"\\f034"}.fa-remove-format:before,.fa-text-slash:before{content:"\\f87d"}.fa-text-width:before{content:"\\f035"}.fa-thermometer:before{content:"\\f491"}.fa-thumbs-down:before{content:"\\f165"}.fa-thumbs-up:before{content:"\\f164"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\\f08d"}.fa-ticket:before{content:"\\f145"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\\f3ff"}.fa-timeline:before{content:"\\e29c"}.fa-toggle-off:before{content:"\\f204"}.fa-toggle-on:before{content:"\\f205"}.fa-toilet:before{content:"\\f7d8"}.fa-toilet-paper:before{content:"\\f71e"}.fa-toilet-paper-slash:before{content:"\\e072"}.fa-toilet-portable:before{content:"\\e583"}.fa-toilets-portable:before{content:"\\e584"}.fa-toolbox:before{content:"\\f552"}.fa-tooth:before{content:"\\f5c9"}.fa-torii-gate:before{content:"\\f6a1"}.fa-tornado:before{content:"\\f76f"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\\f519"}.fa-tower-cell:before{content:"\\e585"}.fa-tower-observation:before{content:"\\e586"}.fa-tractor:before{content:"\\f722"}.fa-trademark:before{content:"\\f25c"}.fa-traffic-light:before{content:"\\f637"}.fa-trailer:before{content:"\\e041"}.fa-train:before{content:"\\f238"}.fa-subway:before,.fa-train-subway:before{content:"\\f239"}.fa-train-tram:before{content:"\\e5b4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\\f225"}.fa-trash:before{content:"\\f1f8"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\\f829"}.fa-trash-alt:before,.fa-trash-can:before{content:"\\f2ed"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\\f82a"}.fa-tree:before{content:"\\f1bb"}.fa-tree-city:before{content:"\\e587"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\\f071"}.fa-trophy:before{content:"\\f091"}.fa-trowel:before{content:"\\e589"}.fa-trowel-bricks:before{content:"\\e58a"}.fa-truck:before{content:"\\f0d1"}.fa-truck-arrow-right:before{content:"\\e58b"}.fa-truck-droplet:before{content:"\\e58c"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\\f48b"}.fa-truck-field:before{content:"\\e58d"}.fa-truck-field-un:before{content:"\\e58e"}.fa-truck-front:before{content:"\\e2b7"}.fa-ambulance:before,.fa-truck-medical:before{content:"\\f0f9"}.fa-truck-monster:before{content:"\\f63b"}.fa-truck-moving:before{content:"\\f4df"}.fa-truck-pickup:before{content:"\\f63c"}.fa-truck-plane:before{content:"\\e58f"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\\f4de"}.fa-teletype:before,.fa-tty:before{content:"\\f1e4"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\\e2bb"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\\f3be"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\\f3bf"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\\f26c"}.fa-u:before{content:"\\55"}.fa-umbrella:before{content:"\\f0e9"}.fa-umbrella-beach:before{content:"\\f5ca"}.fa-underline:before{content:"\\f0cd"}.fa-universal-access:before{content:"\\f29a"}.fa-unlock:before{content:"\\f09c"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\\f13e"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\\f338"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\\f0b2"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\\f30c"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\\f424"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\\f35d"}.fa-upload:before{content:"\\f093"}.fa-user:before{content:"\\f007"}.fa-user-astronaut:before{content:"\\f4fb"}.fa-user-check:before{content:"\\f4fc"}.fa-user-clock:before{content:"\\f4fd"}.fa-user-doctor:before,.fa-user-md:before{content:"\\f0f0"}.fa-user-cog:before,.fa-user-gear:before{content:"\\f4fe"}.fa-user-graduate:before{content:"\\f501"}.fa-user-friends:before,.fa-user-group:before{content:"\\f500"}.fa-user-injured:before{content:"\\f728"}.fa-user-alt:before,.fa-user-large:before{content:"\\f406"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\\f4fa"}.fa-user-lock:before{content:"\\f502"}.fa-user-minus:before{content:"\\f503"}.fa-user-ninja:before{content:"\\f504"}.fa-user-nurse:before{content:"\\f82f"}.fa-user-edit:before,.fa-user-pen:before{content:"\\f4ff"}.fa-user-plus:before{content:"\\f234"}.fa-user-secret:before{content:"\\f21b"}.fa-user-shield:before{content:"\\f505"}.fa-user-slash:before{content:"\\f506"}.fa-user-tag:before{content:"\\f507"}.fa-user-tie:before{content:"\\f508"}.fa-user-times:before,.fa-user-xmark:before{content:"\\f235"}.fa-users:before{content:"\\f0c0"}.fa-users-between-lines:before{content:"\\e591"}.fa-users-cog:before,.fa-users-gear:before{content:"\\f509"}.fa-users-line:before{content:"\\e592"}.fa-users-rays:before{content:"\\e593"}.fa-users-rectangle:before{content:"\\e594"}.fa-users-slash:before{content:"\\e073"}.fa-users-viewfinder:before{content:"\\e595"}.fa-cutlery:before,.fa-utensils:before{content:"\\f2e7"}.fa-v:before{content:"\\56"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\\f5b6"}.fa-vault:before{content:"\\e2c5"}.fa-vector-square:before{content:"\\f5cb"}.fa-venus:before{content:"\\f221"}.fa-venus-double:before{content:"\\f226"}.fa-venus-mars:before{content:"\\f228"}.fa-vest:before{content:"\\e085"}.fa-vest-patches:before{content:"\\e086"}.fa-vial:before{content:"\\f492"}.fa-vial-circle-check:before{content:"\\e596"}.fa-vial-virus:before{content:"\\e597"}.fa-vials:before{content:"\\f493"}.fa-video-camera:before,.fa-video:before{content:"\\f03d"}.fa-video-slash:before{content:"\\f4e2"}.fa-vihara:before{content:"\\f6a7"}.fa-virus:before{content:"\\e074"}.fa-virus-covid:before{content:"\\e4a8"}.fa-virus-covid-slash:before{content:"\\e4a9"}.fa-virus-slash:before{content:"\\e075"}.fa-viruses:before{content:"\\e076"}.fa-voicemail:before{content:"\\f897"}.fa-volcano:before{content:"\\f770"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\\f45f"}.fa-volume-high:before,.fa-volume-up:before{content:"\\f028"}.fa-volume-down:before,.fa-volume-low:before{content:"\\f027"}.fa-volume-off:before{content:"\\f026"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\\f6a9"}.fa-vr-cardboard:before{content:"\\f729"}.fa-w:before{content:"\\57"}.fa-walkie-talkie:before{content:"\\f8ef"}.fa-wallet:before{content:"\\f555"}.fa-magic:before,.fa-wand-magic:before{content:"\\f0d0"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\\e2ca"}.fa-wand-sparkles:before{content:"\\f72b"}.fa-warehouse:before{content:"\\f494"}.fa-water:before{content:"\\f773"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\\f5c5"}.fa-wave-square:before{content:"\\f83e"}.fa-weight-hanging:before{content:"\\f5cd"}.fa-weight-scale:before,.fa-weight:before{content:"\\f496"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\\e2cd"}.fa-wheat-awn-circle-exclamation:before{content:"\\e598"}.fa-wheelchair:before{content:"\\f193"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\\e2ce"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\\f7a0"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\\f1eb"}.fa-wind:before{content:"\\f72e"}.fa-window-maximize:before{content:"\\f2d0"}.fa-window-minimize:before{content:"\\f2d1"}.fa-window-restore:before{content:"\\f2d2"}.fa-wine-bottle:before{content:"\\f72f"}.fa-wine-glass:before{content:"\\f4e3"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\\f5ce"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\\f159"}.fa-worm:before{content:"\\e599"}.fa-wrench:before{content:"\\f0ad"}.fa-x:before{content:"\\58"}.fa-x-ray:before{content:"\\f497"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\\f00d"}.fa-xmarks-lines:before{content:"\\e59a"}.fa-y:before{content:"\\59"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\\f157"}.fa-yin-yang:before{content:"\\f6ad"}.fa-z:before{content:"\\5a"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(${y}) format("woff2"),url(${v}) format("truetype")}.fa-brands,.fab{font-family:"Font Awesome 6 Brands";font-weight:400}.fa-42-group:before,.fa-innosoft:before{content:"\\e080"}.fa-500px:before{content:"\\f26e"}.fa-accessible-icon:before{content:"\\f368"}.fa-accusoft:before{content:"\\f369"}.fa-adn:before{content:"\\f170"}.fa-adversal:before{content:"\\f36a"}.fa-affiliatetheme:before{content:"\\f36b"}.fa-airbnb:before{content:"\\f834"}.fa-algolia:before{content:"\\f36c"}.fa-alipay:before{content:"\\f642"}.fa-amazon:before{content:"\\f270"}.fa-amazon-pay:before{content:"\\f42c"}.fa-amilia:before{content:"\\f36d"}.fa-android:before{content:"\\f17b"}.fa-angellist:before{content:"\\f209"}.fa-angrycreative:before{content:"\\f36e"}.fa-angular:before{content:"\\f420"}.fa-app-store:before{content:"\\f36f"}.fa-app-store-ios:before{content:"\\f370"}.fa-apper:before{content:"\\f371"}.fa-apple:before{content:"\\f179"}.fa-apple-pay:before{content:"\\f415"}.fa-artstation:before{content:"\\f77a"}.fa-asymmetrik:before{content:"\\f372"}.fa-atlassian:before{content:"\\f77b"}.fa-audible:before{content:"\\f373"}.fa-autoprefixer:before{content:"\\f41c"}.fa-avianex:before{content:"\\f374"}.fa-aviato:before{content:"\\f421"}.fa-aws:before{content:"\\f375"}.fa-bandcamp:before{content:"\\f2d5"}.fa-battle-net:before{content:"\\f835"}.fa-behance:before{content:"\\f1b4"}.fa-bilibili:before{content:"\\e3d9"}.fa-bimobject:before{content:"\\f378"}.fa-bitbucket:before{content:"\\f171"}.fa-bitcoin:before{content:"\\f379"}.fa-bity:before{content:"\\f37a"}.fa-black-tie:before{content:"\\f27e"}.fa-blackberry:before{content:"\\f37b"}.fa-blogger:before{content:"\\f37c"}.fa-blogger-b:before{content:"\\f37d"}.fa-bluetooth:before{content:"\\f293"}.fa-bluetooth-b:before{content:"\\f294"}.fa-bootstrap:before{content:"\\f836"}.fa-bots:before{content:"\\e340"}.fa-btc:before{content:"\\f15a"}.fa-buffer:before{content:"\\f837"}.fa-buromobelexperte:before{content:"\\f37f"}.fa-buy-n-large:before{content:"\\f8a6"}.fa-buysellads:before{content:"\\f20d"}.fa-canadian-maple-leaf:before{content:"\\f785"}.fa-cc-amazon-pay:before{content:"\\f42d"}.fa-cc-amex:before{content:"\\f1f3"}.fa-cc-apple-pay:before{content:"\\f416"}.fa-cc-diners-club:before{content:"\\f24c"}.fa-cc-discover:before{content:"\\f1f2"}.fa-cc-jcb:before{content:"\\f24b"}.fa-cc-mastercard:before{content:"\\f1f1"}.fa-cc-paypal:before{content:"\\f1f4"}.fa-cc-stripe:before{content:"\\f1f5"}.fa-cc-visa:before{content:"\\f1f0"}.fa-centercode:before{content:"\\f380"}.fa-centos:before{content:"\\f789"}.fa-chrome:before{content:"\\f268"}.fa-chromecast:before{content:"\\f838"}.fa-cloudflare:before{content:"\\e07d"}.fa-cloudscale:before{content:"\\f383"}.fa-cloudsmith:before{content:"\\f384"}.fa-cloudversify:before{content:"\\f385"}.fa-cmplid:before{content:"\\e360"}.fa-codepen:before{content:"\\f1cb"}.fa-codiepie:before{content:"\\f284"}.fa-confluence:before{content:"\\f78d"}.fa-connectdevelop:before{content:"\\f20e"}.fa-contao:before{content:"\\f26d"}.fa-cotton-bureau:before{content:"\\f89e"}.fa-cpanel:before{content:"\\f388"}.fa-creative-commons:before{content:"\\f25e"}.fa-creative-commons-by:before{content:"\\f4e7"}.fa-creative-commons-nc:before{content:"\\f4e8"}.fa-creative-commons-nc-eu:before{content:"\\f4e9"}.fa-creative-commons-nc-jp:before{content:"\\f4ea"}.fa-creative-commons-nd:before{content:"\\f4eb"}.fa-creative-commons-pd:before{content:"\\f4ec"}.fa-creative-commons-pd-alt:before{content:"\\f4ed"}.fa-creative-commons-remix:before{content:"\\f4ee"}.fa-creative-commons-sa:before{content:"\\f4ef"}.fa-creative-commons-sampling:before{content:"\\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\\f4f1"}.fa-creative-commons-share:before{content:"\\f4f2"}.fa-creative-commons-zero:before{content:"\\f4f3"}.fa-critical-role:before{content:"\\f6c9"}.fa-css3:before{content:"\\f13c"}.fa-css3-alt:before{content:"\\f38b"}.fa-cuttlefish:before{content:"\\f38c"}.fa-d-and-d:before{content:"\\f38d"}.fa-d-and-d-beyond:before{content:"\\f6ca"}.fa-dailymotion:before{content:"\\e052"}.fa-dashcube:before{content:"\\f210"}.fa-deezer:before{content:"\\e077"}.fa-delicious:before{content:"\\f1a5"}.fa-deploydog:before{content:"\\f38e"}.fa-deskpro:before{content:"\\f38f"}.fa-dev:before{content:"\\f6cc"}.fa-deviantart:before{content:"\\f1bd"}.fa-dhl:before{content:"\\f790"}.fa-diaspora:before{content:"\\f791"}.fa-digg:before{content:"\\f1a6"}.fa-digital-ocean:before{content:"\\f391"}.fa-discord:before{content:"\\f392"}.fa-discourse:before{content:"\\f393"}.fa-dochub:before{content:"\\f394"}.fa-docker:before{content:"\\f395"}.fa-draft2digital:before{content:"\\f396"}.fa-dribbble:before{content:"\\f17d"}.fa-dropbox:before{content:"\\f16b"}.fa-drupal:before{content:"\\f1a9"}.fa-dyalog:before{content:"\\f399"}.fa-earlybirds:before{content:"\\f39a"}.fa-ebay:before{content:"\\f4f4"}.fa-edge:before{content:"\\f282"}.fa-edge-legacy:before{content:"\\e078"}.fa-elementor:before{content:"\\f430"}.fa-ello:before{content:"\\f5f1"}.fa-ember:before{content:"\\f423"}.fa-empire:before{content:"\\f1d1"}.fa-envira:before{content:"\\f299"}.fa-erlang:before{content:"\\f39d"}.fa-ethereum:before{content:"\\f42e"}.fa-etsy:before{content:"\\f2d7"}.fa-evernote:before{content:"\\f839"}.fa-expeditedssl:before{content:"\\f23e"}.fa-facebook:before{content:"\\f09a"}.fa-facebook-f:before{content:"\\f39e"}.fa-facebook-messenger:before{content:"\\f39f"}.fa-fantasy-flight-games:before{content:"\\f6dc"}.fa-fedex:before{content:"\\f797"}.fa-fedora:before{content:"\\f798"}.fa-figma:before{content:"\\f799"}.fa-firefox:before{content:"\\f269"}.fa-firefox-browser:before{content:"\\e007"}.fa-first-order:before{content:"\\f2b0"}.fa-first-order-alt:before{content:"\\f50a"}.fa-firstdraft:before{content:"\\f3a1"}.fa-flickr:before{content:"\\f16e"}.fa-flipboard:before{content:"\\f44d"}.fa-fly:before{content:"\\f417"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\\f2b4"}.fa-fonticons:before{content:"\\f280"}.fa-fonticons-fi:before{content:"\\f3a2"}.fa-fort-awesome:before{content:"\\f286"}.fa-fort-awesome-alt:before{content:"\\f3a3"}.fa-forumbee:before{content:"\\f211"}.fa-foursquare:before{content:"\\f180"}.fa-free-code-camp:before{content:"\\f2c5"}.fa-freebsd:before{content:"\\f3a4"}.fa-fulcrum:before{content:"\\f50b"}.fa-galactic-republic:before{content:"\\f50c"}.fa-galactic-senate:before{content:"\\f50d"}.fa-get-pocket:before{content:"\\f265"}.fa-gg:before{content:"\\f260"}.fa-gg-circle:before{content:"\\f261"}.fa-git:before{content:"\\f1d3"}.fa-git-alt:before{content:"\\f841"}.fa-github:before{content:"\\f09b"}.fa-github-alt:before{content:"\\f113"}.fa-gitkraken:before{content:"\\f3a6"}.fa-gitlab:before{content:"\\f296"}.fa-gitter:before{content:"\\f426"}.fa-glide:before{content:"\\f2a5"}.fa-glide-g:before{content:"\\f2a6"}.fa-gofore:before{content:"\\f3a7"}.fa-golang:before{content:"\\e40f"}.fa-goodreads:before{content:"\\f3a8"}.fa-goodreads-g:before{content:"\\f3a9"}.fa-google:before{content:"\\f1a0"}.fa-google-drive:before{content:"\\f3aa"}.fa-google-pay:before{content:"\\e079"}.fa-google-play:before{content:"\\f3ab"}.fa-google-plus:before{content:"\\f2b3"}.fa-google-plus-g:before{content:"\\f0d5"}.fa-google-wallet:before{content:"\\f1ee"}.fa-gratipay:before{content:"\\f184"}.fa-grav:before{content:"\\f2d6"}.fa-gripfire:before{content:"\\f3ac"}.fa-grunt:before{content:"\\f3ad"}.fa-guilded:before{content:"\\e07e"}.fa-gulp:before{content:"\\f3ae"}.fa-hacker-news:before{content:"\\f1d4"}.fa-hackerrank:before{content:"\\f5f7"}.fa-hashnode:before{content:"\\e499"}.fa-hips:before{content:"\\f452"}.fa-hire-a-helper:before{content:"\\f3b0"}.fa-hive:before{content:"\\e07f"}.fa-hooli:before{content:"\\f427"}.fa-hornbill:before{content:"\\f592"}.fa-hotjar:before{content:"\\f3b1"}.fa-houzz:before{content:"\\f27c"}.fa-html5:before{content:"\\f13b"}.fa-hubspot:before{content:"\\f3b2"}.fa-ideal:before{content:"\\e013"}.fa-imdb:before{content:"\\f2d8"}.fa-instagram:before{content:"\\f16d"}.fa-instalod:before{content:"\\e081"}.fa-intercom:before{content:"\\f7af"}.fa-internet-explorer:before{content:"\\f26b"}.fa-invision:before{content:"\\f7b0"}.fa-ioxhost:before{content:"\\f208"}.fa-itch-io:before{content:"\\f83a"}.fa-itunes:before{content:"\\f3b4"}.fa-itunes-note:before{content:"\\f3b5"}.fa-java:before{content:"\\f4e4"}.fa-jedi-order:before{content:"\\f50e"}.fa-jenkins:before{content:"\\f3b6"}.fa-jira:before{content:"\\f7b1"}.fa-joget:before{content:"\\f3b7"}.fa-joomla:before{content:"\\f1aa"}.fa-js:before{content:"\\f3b8"}.fa-jsfiddle:before{content:"\\f1cc"}.fa-kaggle:before{content:"\\f5fa"}.fa-keybase:before{content:"\\f4f5"}.fa-keycdn:before{content:"\\f3ba"}.fa-kickstarter:before{content:"\\f3bb"}.fa-kickstarter-k:before{content:"\\f3bc"}.fa-korvue:before{content:"\\f42f"}.fa-laravel:before{content:"\\f3bd"}.fa-lastfm:before{content:"\\f202"}.fa-leanpub:before{content:"\\f212"}.fa-less:before{content:"\\f41d"}.fa-line:before{content:"\\f3c0"}.fa-linkedin:before{content:"\\f08c"}.fa-linkedin-in:before{content:"\\f0e1"}.fa-linode:before{content:"\\f2b8"}.fa-linux:before{content:"\\f17c"}.fa-lyft:before{content:"\\f3c3"}.fa-magento:before{content:"\\f3c4"}.fa-mailchimp:before{content:"\\f59e"}.fa-mandalorian:before{content:"\\f50f"}.fa-markdown:before{content:"\\f60f"}.fa-mastodon:before{content:"\\f4f6"}.fa-maxcdn:before{content:"\\f136"}.fa-mdb:before{content:"\\f8ca"}.fa-medapps:before{content:"\\f3c6"}.fa-medium-m:before,.fa-medium:before{content:"\\f23a"}.fa-medrt:before{content:"\\f3c8"}.fa-meetup:before{content:"\\f2e0"}.fa-megaport:before{content:"\\f5a3"}.fa-mendeley:before{content:"\\f7b3"}.fa-meta:before{content:"\\e49b"}.fa-microblog:before{content:"\\e01a"}.fa-microsoft:before{content:"\\f3ca"}.fa-mix:before{content:"\\f3cb"}.fa-mixcloud:before{content:"\\f289"}.fa-mixer:before{content:"\\e056"}.fa-mizuni:before{content:"\\f3cc"}.fa-modx:before{content:"\\f285"}.fa-monero:before{content:"\\f3d0"}.fa-napster:before{content:"\\f3d2"}.fa-neos:before{content:"\\f612"}.fa-nfc-directional:before{content:"\\e530"}.fa-nfc-symbol:before{content:"\\e531"}.fa-nimblr:before{content:"\\f5a8"}.fa-node:before{content:"\\f419"}.fa-node-js:before{content:"\\f3d3"}.fa-npm:before{content:"\\f3d4"}.fa-ns8:before{content:"\\f3d5"}.fa-nutritionix:before{content:"\\f3d6"}.fa-octopus-deploy:before{content:"\\e082"}.fa-odnoklassniki:before{content:"\\f263"}.fa-old-republic:before{content:"\\f510"}.fa-opencart:before{content:"\\f23d"}.fa-openid:before{content:"\\f19b"}.fa-opera:before{content:"\\f26a"}.fa-optin-monster:before{content:"\\f23c"}.fa-orcid:before{content:"\\f8d2"}.fa-osi:before{content:"\\f41a"}.fa-padlet:before{content:"\\e4a0"}.fa-page4:before{content:"\\f3d7"}.fa-pagelines:before{content:"\\f18c"}.fa-palfed:before{content:"\\f3d8"}.fa-patreon:before{content:"\\f3d9"}.fa-paypal:before{content:"\\f1ed"}.fa-perbyte:before{content:"\\e083"}.fa-periscope:before{content:"\\f3da"}.fa-phabricator:before{content:"\\f3db"}.fa-phoenix-framework:before{content:"\\f3dc"}.fa-phoenix-squadron:before{content:"\\f511"}.fa-php:before{content:"\\f457"}.fa-pied-piper:before{content:"\\f2ae"}.fa-pied-piper-alt:before{content:"\\f1a8"}.fa-pied-piper-hat:before{content:"\\f4e5"}.fa-pied-piper-pp:before{content:"\\f1a7"}.fa-pinterest:before{content:"\\f0d2"}.fa-pinterest-p:before{content:"\\f231"}.fa-pix:before{content:"\\e43a"}.fa-playstation:before{content:"\\f3df"}.fa-product-hunt:before{content:"\\f288"}.fa-pushed:before{content:"\\f3e1"}.fa-python:before{content:"\\f3e2"}.fa-qq:before{content:"\\f1d6"}.fa-quinscape:before{content:"\\f459"}.fa-quora:before{content:"\\f2c4"}.fa-r-project:before{content:"\\f4f7"}.fa-raspberry-pi:before{content:"\\f7bb"}.fa-ravelry:before{content:"\\f2d9"}.fa-react:before{content:"\\f41b"}.fa-reacteurope:before{content:"\\f75d"}.fa-readme:before{content:"\\f4d5"}.fa-rebel:before{content:"\\f1d0"}.fa-red-river:before{content:"\\f3e3"}.fa-reddit:before{content:"\\f1a1"}.fa-reddit-alien:before{content:"\\f281"}.fa-redhat:before{content:"\\f7bc"}.fa-renren:before{content:"\\f18b"}.fa-replyd:before{content:"\\f3e6"}.fa-researchgate:before{content:"\\f4f8"}.fa-resolving:before{content:"\\f3e7"}.fa-rev:before{content:"\\f5b2"}.fa-rocketchat:before{content:"\\f3e8"}.fa-rockrms:before{content:"\\f3e9"}.fa-rust:before{content:"\\e07a"}.fa-safari:before{content:"\\f267"}.fa-salesforce:before{content:"\\f83b"}.fa-sass:before{content:"\\f41e"}.fa-schlix:before{content:"\\f3ea"}.fa-screenpal:before{content:"\\e570"}.fa-scribd:before{content:"\\f28a"}.fa-searchengin:before{content:"\\f3eb"}.fa-sellcast:before{content:"\\f2da"}.fa-sellsy:before{content:"\\f213"}.fa-servicestack:before{content:"\\f3ec"}.fa-shirtsinbulk:before{content:"\\f214"}.fa-shopify:before{content:"\\e057"}.fa-shopware:before{content:"\\f5b5"}.fa-simplybuilt:before{content:"\\f215"}.fa-sistrix:before{content:"\\f3ee"}.fa-sith:before{content:"\\f512"}.fa-sitrox:before{content:"\\e44a"}.fa-sketch:before{content:"\\f7c6"}.fa-skyatlas:before{content:"\\f216"}.fa-skype:before{content:"\\f17e"}.fa-slack-hash:before,.fa-slack:before{content:"\\f198"}.fa-slideshare:before{content:"\\f1e7"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\\f2ab"}.fa-soundcloud:before{content:"\\f1be"}.fa-sourcetree:before{content:"\\f7d3"}.fa-space-awesome:before{content:"\\e5ac"}.fa-speakap:before{content:"\\f3f3"}.fa-speaker-deck:before{content:"\\f83c"}.fa-spotify:before{content:"\\f1bc"}.fa-behance-square:before,.fa-square-behance:before{content:"\\f1b5"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\\f397"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\\f082"}.fa-square-font-awesome:before{content:"\\e5ad"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\\f35c"}.fa-git-square:before,.fa-square-git:before{content:"\\f1d2"}.fa-github-square:before,.fa-square-github:before{content:"\\f092"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\\e5ae"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\\f0d4"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\\f3af"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\\e055"}.fa-js-square:before,.fa-square-js:before{content:"\\f3b9"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\\f203"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\\f264"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\\e01e"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\\f0d3"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\\f1a2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\\f2ad"}.fa-square-steam:before,.fa-steam-square:before{content:"\\f1b7"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\\f174"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\\f081"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\\f2aa"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\\f194"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\\f40c"}.fa-square-xing:before,.fa-xing-square:before{content:"\\f169"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\\f431"}.fa-squarespace:before{content:"\\f5be"}.fa-stack-exchange:before{content:"\\f18d"}.fa-stack-overflow:before{content:"\\f16c"}.fa-stackpath:before{content:"\\f842"}.fa-staylinked:before{content:"\\f3f5"}.fa-steam:before{content:"\\f1b6"}.fa-steam-symbol:before{content:"\\f3f6"}.fa-sticker-mule:before{content:"\\f3f7"}.fa-strava:before{content:"\\f428"}.fa-stripe:before{content:"\\f429"}.fa-stripe-s:before{content:"\\f42a"}.fa-studiovinari:before{content:"\\f3f8"}.fa-stumbleupon:before{content:"\\f1a4"}.fa-stumbleupon-circle:before{content:"\\f1a3"}.fa-superpowers:before{content:"\\f2dd"}.fa-supple:before{content:"\\f3f9"}.fa-suse:before{content:"\\f7d6"}.fa-swift:before{content:"\\f8e1"}.fa-symfony:before{content:"\\f83d"}.fa-teamspeak:before{content:"\\f4f9"}.fa-telegram-plane:before,.fa-telegram:before{content:"\\f2c6"}.fa-tencent-weibo:before{content:"\\f1d5"}.fa-the-red-yeti:before{content:"\\f69d"}.fa-themeco:before{content:"\\f5c6"}.fa-themeisle:before{content:"\\f2b2"}.fa-think-peaks:before{content:"\\f731"}.fa-tiktok:before{content:"\\e07b"}.fa-trade-federation:before{content:"\\f513"}.fa-trello:before{content:"\\f181"}.fa-tumblr:before{content:"\\f173"}.fa-twitch:before{content:"\\f1e8"}.fa-twitter:before{content:"\\f099"}.fa-typo3:before{content:"\\f42b"}.fa-uber:before{content:"\\f402"}.fa-ubuntu:before{content:"\\f7df"}.fa-uikit:before{content:"\\f403"}.fa-umbraco:before{content:"\\f8e8"}.fa-uncharted:before{content:"\\e084"}.fa-uniregistry:before{content:"\\f404"}.fa-unity:before{content:"\\e049"}.fa-unsplash:before{content:"\\e07c"}.fa-untappd:before{content:"\\f405"}.fa-ups:before{content:"\\f7e0"}.fa-usb:before{content:"\\f287"}.fa-usps:before{content:"\\f7e1"}.fa-ussunnah:before{content:"\\f407"}.fa-vaadin:before{content:"\\f408"}.fa-viacoin:before{content:"\\f237"}.fa-viadeo:before{content:"\\f2a9"}.fa-viber:before{content:"\\f409"}.fa-vimeo:before{content:"\\f40a"}.fa-vimeo-v:before{content:"\\f27d"}.fa-vine:before{content:"\\f1ca"}.fa-vk:before{content:"\\f189"}.fa-vnv:before{content:"\\f40b"}.fa-vuejs:before{content:"\\f41f"}.fa-watchman-monitoring:before{content:"\\e087"}.fa-waze:before{content:"\\f83f"}.fa-weebly:before{content:"\\f5cc"}.fa-weibo:before{content:"\\f18a"}.fa-weixin:before{content:"\\f1d7"}.fa-whatsapp:before{content:"\\f232"}.fa-whmcs:before{content:"\\f40d"}.fa-wikipedia-w:before{content:"\\f266"}.fa-windows:before{content:"\\f17a"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\\e2d0"}.fa-wix:before{content:"\\f5cf"}.fa-wizards-of-the-coast:before{content:"\\f730"}.fa-wodu:before{content:"\\e088"}.fa-wolf-pack-battalion:before{content:"\\f514"}.fa-wordpress:before{content:"\\f19a"}.fa-wordpress-simple:before{content:"\\f411"}.fa-wpbeginner:before{content:"\\f297"}.fa-wpexplorer:before{content:"\\f2de"}.fa-wpforms:before{content:"\\f298"}.fa-rendact:before,.fa-wpressr:before{content:"\\f3e4"}.fa-xbox:before{content:"\\f412"}.fa-xing:before{content:"\\f168"}.fa-y-combinator:before{content:"\\f23b"}.fa-yahoo:before{content:"\\f19e"}.fa-yammer:before{content:"\\f840"}.fa-yandex:before{content:"\\f413"}.fa-yandex-international:before{content:"\\f414"}.fa-yarn:before{content:"\\f7e3"}.fa-yelp:before{content:"\\f1e9"}.fa-yoast:before{content:"\\f2b1"}.fa-youtube:before{content:"\\f167"}.fa-zhihu:before{content:"\\f63f"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(${_}) format("woff2"),url(${x}) format("truetype")}.fa-regular,.far{font-family:"Font Awesome 6 Free";font-weight:400}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(${w}) format("woff2"),url(${k}) format("truetype")}.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(${y}) format("woff2"),url(${v}) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(${w}) format("woff2"),url(${k}) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(${_}) format("woff2"),url(${x}) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(${w}) format("woff2"),url(${k}) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(${y}) format("woff2"),url(${v}) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(${_}) format("woff2"),url(${x}) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(${C}) format("woff2"),url(${$}) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}`,""]);const M=m},663:(e,t,o)=>{o.d(t,{Z:()=>c});var n=o(81),a=o.n(n),r=o(645),i=o.n(r)()(a());i.push([e.id,'/*!\n * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n * Copyright 2022 Fonticons, Inc.\n */\n.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\\30"}.fa-1:before{content:"\\31"}.fa-2:before{content:"\\32"}.fa-3:before{content:"\\33"}.fa-4:before{content:"\\34"}.fa-5:before{content:"\\35"}.fa-6:before{content:"\\36"}.fa-7:before{content:"\\37"}.fa-8:before{content:"\\38"}.fa-9:before{content:"\\39"}.fa-a:before{content:"\\41"}.fa-address-book:before,.fa-contact-book:before{content:"\\f2b9"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\\f2bb"}.fa-align-center:before{content:"\\f037"}.fa-align-justify:before{content:"\\f039"}.fa-align-left:before{content:"\\f036"}.fa-align-right:before{content:"\\f038"}.fa-anchor:before{content:"\\f13d"}.fa-anchor-circle-check:before{content:"\\e4aa"}.fa-anchor-circle-exclamation:before{content:"\\e4ab"}.fa-anchor-circle-xmark:before{content:"\\e4ac"}.fa-anchor-lock:before{content:"\\e4ad"}.fa-angle-down:before{content:"\\f107"}.fa-angle-left:before{content:"\\f104"}.fa-angle-right:before{content:"\\f105"}.fa-angle-up:before{content:"\\f106"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\\f103"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\\f100"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\\f101"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\\f102"}.fa-ankh:before{content:"\\f644"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\\f5d1"}.fa-archway:before{content:"\\f557"}.fa-arrow-down:before{content:"\\f063"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\\f162"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\\f886"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\\f15d"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\\f175"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\\f884"}.fa-arrow-down-up-across-line:before{content:"\\e4af"}.fa-arrow-down-up-lock:before{content:"\\e4b0"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\\f160"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\\f881"}.fa-arrow-left:before{content:"\\f060"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\\f177"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\\f245"}.fa-arrow-right:before{content:"\\f061"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\\f0ec"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\\f08b"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\\f178"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\\f090"}.fa-arrow-right-to-city:before{content:"\\e4b3"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\\f0e2"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\\f01e"}.fa-arrow-trend-down:before{content:"\\e097"}.fa-arrow-trend-up:before{content:"\\e098"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\\f149"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\\f148"}.fa-arrow-up:before{content:"\\f062"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\\f163"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\\f887"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\\f15e"}.fa-arrow-up-from-bracket:before{content:"\\e09a"}.fa-arrow-up-from-ground-water:before{content:"\\e4b5"}.fa-arrow-up-from-water-pump:before{content:"\\e4b6"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\\f176"}.fa-arrow-up-right-dots:before{content:"\\e4b7"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\\f08e"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\\f885"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\\f161"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\\f882"}.fa-arrows-down-to-line:before{content:"\\e4b8"}.fa-arrows-down-to-people:before{content:"\\e4b9"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\\f07e"}.fa-arrows-left-right-to-line:before{content:"\\e4ba"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\\f021"}.fa-arrows-spin:before{content:"\\e4bb"}.fa-arrows-split-up-and-left:before{content:"\\e4bc"}.fa-arrows-to-circle:before{content:"\\e4bd"}.fa-arrows-to-dot:before{content:"\\e4be"}.fa-arrows-to-eye:before{content:"\\e4bf"}.fa-arrows-turn-right:before{content:"\\e4c0"}.fa-arrows-turn-to-dots:before{content:"\\e4c1"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\\f07d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\\f047"}.fa-arrows-up-to-line:before{content:"\\e4c2"}.fa-asterisk:before{content:"\\2a"}.fa-at:before{content:"\\40"}.fa-atom:before{content:"\\f5d2"}.fa-audio-description:before{content:"\\f29e"}.fa-austral-sign:before{content:"\\e0a9"}.fa-award:before{content:"\\f559"}.fa-b:before{content:"\\42"}.fa-baby:before{content:"\\f77c"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\\f77d"}.fa-backward:before{content:"\\f04a"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\\f049"}.fa-backward-step:before,.fa-step-backward:before{content:"\\f048"}.fa-bacon:before{content:"\\f7e5"}.fa-bacteria:before{content:"\\e059"}.fa-bacterium:before{content:"\\e05a"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\\f290"}.fa-bahai:before,.fa-haykal:before{content:"\\f666"}.fa-baht-sign:before{content:"\\e0ac"}.fa-ban:before,.fa-cancel:before{content:"\\f05e"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\\f54d"}.fa-band-aid:before,.fa-bandage:before{content:"\\f462"}.fa-barcode:before{content:"\\f02a"}.fa-bars:before,.fa-navicon:before{content:"\\f0c9"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\\f828"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\\f550"}.fa-baseball-ball:before,.fa-baseball:before{content:"\\f433"}.fa-baseball-bat-ball:before{content:"\\f432"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\\f291"}.fa-basketball-ball:before,.fa-basketball:before{content:"\\f434"}.fa-bath:before,.fa-bathtub:before{content:"\\f2cd"}.fa-battery-0:before,.fa-battery-empty:before{content:"\\f244"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\\f240"}.fa-battery-3:before,.fa-battery-half:before{content:"\\f242"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\\f243"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\\f241"}.fa-bed:before{content:"\\f236"}.fa-bed-pulse:before,.fa-procedures:before{content:"\\f487"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\\f0fc"}.fa-bell:before{content:"\\f0f3"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\\f562"}.fa-bell-slash:before{content:"\\f1f6"}.fa-bezier-curve:before{content:"\\f55b"}.fa-bicycle:before{content:"\\f206"}.fa-binoculars:before{content:"\\f1e5"}.fa-biohazard:before{content:"\\f780"}.fa-bitcoin-sign:before{content:"\\e0b4"}.fa-blender:before{content:"\\f517"}.fa-blender-phone:before{content:"\\f6b6"}.fa-blog:before{content:"\\f781"}.fa-bold:before{content:"\\f032"}.fa-bolt:before,.fa-zap:before{content:"\\f0e7"}.fa-bolt-lightning:before{content:"\\e0b7"}.fa-bomb:before{content:"\\f1e2"}.fa-bone:before{content:"\\f5d7"}.fa-bong:before{content:"\\f55c"}.fa-book:before{content:"\\f02d"}.fa-atlas:before,.fa-book-atlas:before{content:"\\f558"}.fa-bible:before,.fa-book-bible:before{content:"\\f647"}.fa-book-bookmark:before{content:"\\e0bb"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\\f66a"}.fa-book-medical:before{content:"\\f7e6"}.fa-book-open:before{content:"\\f518"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\\f5da"}.fa-book-quran:before,.fa-quran:before{content:"\\f687"}.fa-book-dead:before,.fa-book-skull:before{content:"\\f6b7"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\\f827"}.fa-bookmark:before{content:"\\f02e"}.fa-border-all:before{content:"\\f84c"}.fa-border-none:before{content:"\\f850"}.fa-border-style:before,.fa-border-top-left:before{content:"\\f853"}.fa-bore-hole:before{content:"\\e4c3"}.fa-bottle-droplet:before{content:"\\e4c4"}.fa-bottle-water:before{content:"\\e4c5"}.fa-bowl-food:before{content:"\\e4c6"}.fa-bowl-rice:before{content:"\\e2eb"}.fa-bowling-ball:before{content:"\\f436"}.fa-box:before{content:"\\f466"}.fa-archive:before,.fa-box-archive:before{content:"\\f187"}.fa-box-open:before{content:"\\f49e"}.fa-box-tissue:before{content:"\\e05b"}.fa-boxes-packing:before{content:"\\e4c7"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\\f468"}.fa-braille:before{content:"\\f2a1"}.fa-brain:before{content:"\\f5dc"}.fa-brazilian-real-sign:before{content:"\\e46c"}.fa-bread-slice:before{content:"\\f7ec"}.fa-bridge:before{content:"\\e4c8"}.fa-bridge-circle-check:before{content:"\\e4c9"}.fa-bridge-circle-exclamation:before{content:"\\e4ca"}.fa-bridge-circle-xmark:before{content:"\\e4cb"}.fa-bridge-lock:before{content:"\\e4cc"}.fa-bridge-water:before{content:"\\e4ce"}.fa-briefcase:before{content:"\\f0b1"}.fa-briefcase-medical:before{content:"\\f469"}.fa-broom:before{content:"\\f51a"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\\f458"}.fa-brush:before{content:"\\f55d"}.fa-bucket:before{content:"\\e4cf"}.fa-bug:before{content:"\\f188"}.fa-bug-slash:before{content:"\\e490"}.fa-bugs:before{content:"\\e4d0"}.fa-building:before{content:"\\f1ad"}.fa-building-circle-arrow-right:before{content:"\\e4d1"}.fa-building-circle-check:before{content:"\\e4d2"}.fa-building-circle-exclamation:before{content:"\\e4d3"}.fa-building-circle-xmark:before{content:"\\e4d4"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\\f19c"}.fa-building-flag:before{content:"\\e4d5"}.fa-building-lock:before{content:"\\e4d6"}.fa-building-ngo:before{content:"\\e4d7"}.fa-building-shield:before{content:"\\e4d8"}.fa-building-un:before{content:"\\e4d9"}.fa-building-user:before{content:"\\e4da"}.fa-building-wheat:before{content:"\\e4db"}.fa-bullhorn:before{content:"\\f0a1"}.fa-bullseye:before{content:"\\f140"}.fa-burger:before,.fa-hamburger:before{content:"\\f805"}.fa-burst:before{content:"\\e4dc"}.fa-bus:before{content:"\\f207"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\\f55e"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\\f64a"}.fa-c:before{content:"\\43"}.fa-cable-car:before,.fa-tram:before{content:"\\f7da"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\\f1fd"}.fa-calculator:before{content:"\\f1ec"}.fa-calendar:before{content:"\\f133"}.fa-calendar-check:before{content:"\\f274"}.fa-calendar-day:before{content:"\\f783"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\\f073"}.fa-calendar-minus:before{content:"\\f272"}.fa-calendar-plus:before{content:"\\f271"}.fa-calendar-week:before{content:"\\f784"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\\f273"}.fa-camera-alt:before,.fa-camera:before{content:"\\f030"}.fa-camera-retro:before{content:"\\f083"}.fa-camera-rotate:before{content:"\\e0d8"}.fa-campground:before{content:"\\f6bb"}.fa-candy-cane:before{content:"\\f786"}.fa-cannabis:before{content:"\\f55f"}.fa-capsules:before{content:"\\f46b"}.fa-automobile:before,.fa-car:before{content:"\\f1b9"}.fa-battery-car:before,.fa-car-battery:before{content:"\\f5df"}.fa-car-burst:before,.fa-car-crash:before{content:"\\f5e1"}.fa-car-on:before{content:"\\e4dd"}.fa-car-alt:before,.fa-car-rear:before{content:"\\f5de"}.fa-car-side:before{content:"\\f5e4"}.fa-car-tunnel:before{content:"\\e4de"}.fa-caravan:before{content:"\\f8ff"}.fa-caret-down:before{content:"\\f0d7"}.fa-caret-left:before{content:"\\f0d9"}.fa-caret-right:before{content:"\\f0da"}.fa-caret-up:before{content:"\\f0d8"}.fa-carrot:before{content:"\\f787"}.fa-cart-arrow-down:before{content:"\\f218"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\\f474"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\\f59d"}.fa-cart-plus:before{content:"\\f217"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\\f07a"}.fa-cash-register:before{content:"\\f788"}.fa-cat:before{content:"\\f6be"}.fa-cedi-sign:before{content:"\\e0df"}.fa-cent-sign:before{content:"\\e3f5"}.fa-certificate:before{content:"\\f0a3"}.fa-chair:before{content:"\\f6c0"}.fa-blackboard:before,.fa-chalkboard:before{content:"\\f51b"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\\f51c"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\\f79f"}.fa-charging-station:before{content:"\\f5e7"}.fa-area-chart:before,.fa-chart-area:before{content:"\\f1fe"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\\f080"}.fa-chart-column:before{content:"\\e0e3"}.fa-chart-gantt:before{content:"\\e0e4"}.fa-chart-line:before,.fa-line-chart:before{content:"\\f201"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\\f200"}.fa-chart-simple:before{content:"\\e473"}.fa-check:before{content:"\\f00c"}.fa-check-double:before{content:"\\f560"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\\f772"}.fa-cheese:before{content:"\\f7ef"}.fa-chess:before{content:"\\f439"}.fa-chess-bishop:before{content:"\\f43a"}.fa-chess-board:before{content:"\\f43c"}.fa-chess-king:before{content:"\\f43f"}.fa-chess-knight:before{content:"\\f441"}.fa-chess-pawn:before{content:"\\f443"}.fa-chess-queen:before{content:"\\f445"}.fa-chess-rook:before{content:"\\f447"}.fa-chevron-down:before{content:"\\f078"}.fa-chevron-left:before{content:"\\f053"}.fa-chevron-right:before{content:"\\f054"}.fa-chevron-up:before{content:"\\f077"}.fa-child:before{content:"\\f1ae"}.fa-child-dress:before{content:"\\e59c"}.fa-child-reaching:before{content:"\\e59d"}.fa-child-rifle:before{content:"\\e4e0"}.fa-children:before{content:"\\e4e1"}.fa-church:before{content:"\\f51d"}.fa-circle:before{content:"\\f111"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\\f0ab"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\\f0a8"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\\f0a9"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\\f0aa"}.fa-check-circle:before,.fa-circle-check:before{content:"\\f058"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\\f13a"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\\f137"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\\f138"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\\f139"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\\f4b9"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\\f192"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\\f358"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\\f06a"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\\f47e"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\\f042"}.fa-circle-info:before,.fa-info-circle:before{content:"\\f05a"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\\f359"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\\f056"}.fa-circle-nodes:before{content:"\\e4e2"}.fa-circle-notch:before{content:"\\f1ce"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\\f28b"}.fa-circle-play:before,.fa-play-circle:before{content:"\\f144"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\\f055"}.fa-circle-question:before,.fa-question-circle:before{content:"\\f059"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\\f7ba"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\\f35a"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\\f28d"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\\f35b"}.fa-circle-user:before,.fa-user-circle:before{content:"\\f2bd"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\\f057"}.fa-city:before{content:"\\f64f"}.fa-clapperboard:before{content:"\\e131"}.fa-clipboard:before{content:"\\f328"}.fa-clipboard-check:before{content:"\\f46c"}.fa-clipboard-list:before{content:"\\f46d"}.fa-clipboard-question:before{content:"\\e4e3"}.fa-clipboard-user:before{content:"\\f7f3"}.fa-clock-four:before,.fa-clock:before{content:"\\f017"}.fa-clock-rotate-left:before,.fa-history:before{content:"\\f1da"}.fa-clone:before{content:"\\f24d"}.fa-closed-captioning:before{content:"\\f20a"}.fa-cloud:before{content:"\\f0c2"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\\f0ed"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\\f0ee"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\\f76c"}.fa-cloud-meatball:before{content:"\\f73b"}.fa-cloud-moon:before{content:"\\f6c3"}.fa-cloud-moon-rain:before{content:"\\f73c"}.fa-cloud-rain:before{content:"\\f73d"}.fa-cloud-showers-heavy:before{content:"\\f740"}.fa-cloud-showers-water:before{content:"\\e4e4"}.fa-cloud-sun:before{content:"\\f6c4"}.fa-cloud-sun-rain:before{content:"\\f743"}.fa-clover:before{content:"\\e139"}.fa-code:before{content:"\\f121"}.fa-code-branch:before{content:"\\f126"}.fa-code-commit:before{content:"\\f386"}.fa-code-compare:before{content:"\\e13a"}.fa-code-fork:before{content:"\\e13b"}.fa-code-merge:before{content:"\\f387"}.fa-code-pull-request:before{content:"\\e13c"}.fa-coins:before{content:"\\f51e"}.fa-colon-sign:before{content:"\\e140"}.fa-comment:before{content:"\\f075"}.fa-comment-dollar:before{content:"\\f651"}.fa-comment-dots:before,.fa-commenting:before{content:"\\f4ad"}.fa-comment-medical:before{content:"\\f7f5"}.fa-comment-slash:before{content:"\\f4b3"}.fa-comment-sms:before,.fa-sms:before{content:"\\f7cd"}.fa-comments:before{content:"\\f086"}.fa-comments-dollar:before{content:"\\f653"}.fa-compact-disc:before{content:"\\f51f"}.fa-compass:before{content:"\\f14e"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\\f568"}.fa-compress:before{content:"\\f066"}.fa-computer:before{content:"\\e4e5"}.fa-computer-mouse:before,.fa-mouse:before{content:"\\f8cc"}.fa-cookie:before{content:"\\f563"}.fa-cookie-bite:before{content:"\\f564"}.fa-copy:before{content:"\\f0c5"}.fa-copyright:before{content:"\\f1f9"}.fa-couch:before{content:"\\f4b8"}.fa-cow:before{content:"\\f6c8"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\\f09d"}.fa-crop:before{content:"\\f125"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\\f565"}.fa-cross:before{content:"\\f654"}.fa-crosshairs:before{content:"\\f05b"}.fa-crow:before{content:"\\f520"}.fa-crown:before{content:"\\f521"}.fa-crutch:before{content:"\\f7f7"}.fa-cruzeiro-sign:before{content:"\\e152"}.fa-cube:before{content:"\\f1b2"}.fa-cubes:before{content:"\\f1b3"}.fa-cubes-stacked:before{content:"\\e4e6"}.fa-d:before{content:"\\44"}.fa-database:before{content:"\\f1c0"}.fa-backspace:before,.fa-delete-left:before{content:"\\f55a"}.fa-democrat:before{content:"\\f747"}.fa-desktop-alt:before,.fa-desktop:before{content:"\\f390"}.fa-dharmachakra:before{content:"\\f655"}.fa-diagram-next:before{content:"\\e476"}.fa-diagram-predecessor:before{content:"\\e477"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\\f542"}.fa-diagram-successor:before{content:"\\e47a"}.fa-diamond:before{content:"\\f219"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\\f5eb"}.fa-dice:before{content:"\\f522"}.fa-dice-d20:before{content:"\\f6cf"}.fa-dice-d6:before{content:"\\f6d1"}.fa-dice-five:before{content:"\\f523"}.fa-dice-four:before{content:"\\f524"}.fa-dice-one:before{content:"\\f525"}.fa-dice-six:before{content:"\\f526"}.fa-dice-three:before{content:"\\f527"}.fa-dice-two:before{content:"\\f528"}.fa-disease:before{content:"\\f7fa"}.fa-display:before{content:"\\e163"}.fa-divide:before{content:"\\f529"}.fa-dna:before{content:"\\f471"}.fa-dog:before{content:"\\f6d3"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\\24"}.fa-dolly-box:before,.fa-dolly:before{content:"\\f472"}.fa-dong-sign:before{content:"\\e169"}.fa-door-closed:before{content:"\\f52a"}.fa-door-open:before{content:"\\f52b"}.fa-dove:before{content:"\\f4ba"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\\f422"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\\f309"}.fa-download:before{content:"\\f019"}.fa-dragon:before{content:"\\f6d5"}.fa-draw-polygon:before{content:"\\f5ee"}.fa-droplet:before,.fa-tint:before{content:"\\f043"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\\f5c7"}.fa-drum:before{content:"\\f569"}.fa-drum-steelpan:before{content:"\\f56a"}.fa-drumstick-bite:before{content:"\\f6d7"}.fa-dumbbell:before{content:"\\f44b"}.fa-dumpster:before{content:"\\f793"}.fa-dumpster-fire:before{content:"\\f794"}.fa-dungeon:before{content:"\\f6d9"}.fa-e:before{content:"\\45"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\\f2a4"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\\f2a2"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\\f57c"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\\f57d"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\\f57e"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\\f7a2"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\\e47b"}.fa-egg:before{content:"\\f7fb"}.fa-eject:before{content:"\\f052"}.fa-elevator:before{content:"\\e16d"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\\f141"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\\f142"}.fa-envelope:before{content:"\\f0e0"}.fa-envelope-circle-check:before{content:"\\e4e8"}.fa-envelope-open:before{content:"\\f2b6"}.fa-envelope-open-text:before{content:"\\f658"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\\f674"}.fa-equals:before{content:"\\3d"}.fa-eraser:before{content:"\\f12d"}.fa-ethernet:before{content:"\\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\\f153"}.fa-exclamation:before{content:"\\21"}.fa-expand:before{content:"\\f065"}.fa-explosion:before{content:"\\e4e9"}.fa-eye:before{content:"\\f06e"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\\f1fb"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\\f2a8"}.fa-eye-slash:before{content:"\\f070"}.fa-f:before{content:"\\46"}.fa-angry:before,.fa-face-angry:before{content:"\\f556"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\\f567"}.fa-face-flushed:before,.fa-flushed:before{content:"\\f579"}.fa-face-frown:before,.fa-frown:before{content:"\\f119"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\\f57a"}.fa-face-grimace:before,.fa-grimace:before{content:"\\f57f"}.fa-face-grin:before,.fa-grin:before{content:"\\f580"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\\f582"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\\f583"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\\f584"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\\f585"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\\f586"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\\f587"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\\f588"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\\f589"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\\f58a"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\\f58b"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\\f581"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\\f58c"}.fa-face-kiss:before,.fa-kiss:before{content:"\\f596"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\\f597"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\\f598"}.fa-face-laugh:before,.fa-laugh:before{content:"\\f599"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\\f59a"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\\f59b"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\\f59c"}.fa-face-meh:before,.fa-meh:before{content:"\\f11a"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\\f5a4"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\\f5a5"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\\f5b3"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\\f5b4"}.fa-face-smile:before,.fa-smile:before{content:"\\f118"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\\f5b8"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\\f4da"}.fa-face-surprise:before,.fa-surprise:before{content:"\\f5c2"}.fa-face-tired:before,.fa-tired:before{content:"\\f5c8"}.fa-fan:before{content:"\\f863"}.fa-faucet:before{content:"\\e005"}.fa-faucet-drip:before{content:"\\e006"}.fa-fax:before{content:"\\f1ac"}.fa-feather:before{content:"\\f52d"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\\f56b"}.fa-ferry:before{content:"\\e4ea"}.fa-file:before{content:"\\f15b"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\\f56d"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\\f574"}.fa-file-audio:before{content:"\\f1c7"}.fa-file-circle-check:before{content:"\\e5a0"}.fa-file-circle-exclamation:before{content:"\\e4eb"}.fa-file-circle-minus:before{content:"\\e4ed"}.fa-file-circle-plus:before{content:"\\e494"}.fa-file-circle-question:before{content:"\\e4ef"}.fa-file-circle-xmark:before{content:"\\e5a1"}.fa-file-code:before{content:"\\f1c9"}.fa-file-contract:before{content:"\\f56c"}.fa-file-csv:before{content:"\\f6dd"}.fa-file-excel:before{content:"\\f1c3"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\\f56e"}.fa-file-image:before{content:"\\f1c5"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\\f56f"}.fa-file-invoice:before{content:"\\f570"}.fa-file-invoice-dollar:before{content:"\\f571"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\\f15c"}.fa-file-medical:before{content:"\\f477"}.fa-file-pdf:before{content:"\\f1c1"}.fa-file-edit:before,.fa-file-pen:before{content:"\\f31c"}.fa-file-powerpoint:before{content:"\\f1c4"}.fa-file-prescription:before{content:"\\f572"}.fa-file-shield:before{content:"\\e4f0"}.fa-file-signature:before{content:"\\f573"}.fa-file-video:before{content:"\\f1c8"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\\f478"}.fa-file-word:before{content:"\\f1c2"}.fa-file-archive:before,.fa-file-zipper:before{content:"\\f1c6"}.fa-fill:before{content:"\\f575"}.fa-fill-drip:before{content:"\\f576"}.fa-film:before{content:"\\f008"}.fa-filter:before{content:"\\f0b0"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\\f662"}.fa-filter-circle-xmark:before{content:"\\e17b"}.fa-fingerprint:before{content:"\\f577"}.fa-fire:before{content:"\\f06d"}.fa-fire-burner:before{content:"\\e4f1"}.fa-fire-extinguisher:before{content:"\\f134"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\\f7e4"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\\f46a"}.fa-fish:before{content:"\\f578"}.fa-fish-fins:before{content:"\\e4f2"}.fa-flag:before{content:"\\f024"}.fa-flag-checkered:before{content:"\\f11e"}.fa-flag-usa:before{content:"\\f74d"}.fa-flask:before{content:"\\f0c3"}.fa-flask-vial:before{content:"\\e4f3"}.fa-floppy-disk:before,.fa-save:before{content:"\\f0c7"}.fa-florin-sign:before{content:"\\e184"}.fa-folder-blank:before,.fa-folder:before{content:"\\f07b"}.fa-folder-closed:before{content:"\\e185"}.fa-folder-minus:before{content:"\\f65d"}.fa-folder-open:before{content:"\\f07c"}.fa-folder-plus:before{content:"\\f65e"}.fa-folder-tree:before{content:"\\f802"}.fa-font:before{content:"\\f031"}.fa-football-ball:before,.fa-football:before{content:"\\f44e"}.fa-forward:before{content:"\\f04e"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\\f050"}.fa-forward-step:before,.fa-step-forward:before{content:"\\f051"}.fa-franc-sign:before{content:"\\e18f"}.fa-frog:before{content:"\\f52e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\\f1e3"}.fa-g:before{content:"\\47"}.fa-gamepad:before{content:"\\f11b"}.fa-gas-pump:before{content:"\\f52f"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\\f624"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\\f625"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\\f629"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\\f62a"}.fa-gavel:before,.fa-legal:before{content:"\\f0e3"}.fa-cog:before,.fa-gear:before{content:"\\f013"}.fa-cogs:before,.fa-gears:before{content:"\\f085"}.fa-gem:before{content:"\\f3a5"}.fa-genderless:before{content:"\\f22d"}.fa-ghost:before{content:"\\f6e2"}.fa-gift:before{content:"\\f06b"}.fa-gifts:before{content:"\\f79c"}.fa-glass-water:before{content:"\\e4f4"}.fa-glass-water-droplet:before{content:"\\e4f5"}.fa-glasses:before{content:"\\f530"}.fa-globe:before{content:"\\f0ac"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\\f450"}.fa-gopuram:before{content:"\\f664"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\\f19d"}.fa-greater-than:before{content:"\\3e"}.fa-greater-than-equal:before{content:"\\f532"}.fa-grip-horizontal:before,.fa-grip:before{content:"\\f58d"}.fa-grip-lines:before{content:"\\f7a4"}.fa-grip-lines-vertical:before{content:"\\f7a5"}.fa-grip-vertical:before{content:"\\f58e"}.fa-group-arrows-rotate:before{content:"\\e4f6"}.fa-guarani-sign:before{content:"\\e19a"}.fa-guitar:before{content:"\\f7a6"}.fa-gun:before{content:"\\e19b"}.fa-h:before{content:"\\48"}.fa-hammer:before{content:"\\f6e3"}.fa-hamsa:before{content:"\\f665"}.fa-hand-paper:before,.fa-hand:before{content:"\\f256"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\\f255"}.fa-allergies:before,.fa-hand-dots:before{content:"\\f461"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\\f6de"}.fa-hand-holding:before{content:"\\f4bd"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\\f4c0"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\\f4c1"}.fa-hand-holding-hand:before{content:"\\e4f7"}.fa-hand-holding-heart:before{content:"\\f4be"}.fa-hand-holding-medical:before{content:"\\e05c"}.fa-hand-lizard:before{content:"\\f258"}.fa-hand-middle-finger:before{content:"\\f806"}.fa-hand-peace:before{content:"\\f25b"}.fa-hand-point-down:before{content:"\\f0a7"}.fa-hand-point-left:before{content:"\\f0a5"}.fa-hand-point-right:before{content:"\\f0a4"}.fa-hand-point-up:before{content:"\\f0a6"}.fa-hand-pointer:before{content:"\\f25a"}.fa-hand-scissors:before{content:"\\f257"}.fa-hand-sparkles:before{content:"\\e05d"}.fa-hand-spock:before{content:"\\f259"}.fa-handcuffs:before{content:"\\e4f8"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\\f2a7"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\\f2a3"}.fa-hands-bound:before{content:"\\e4f9"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\\e05e"}.fa-hands-clapping:before{content:"\\e1a8"}.fa-hands-holding:before{content:"\\f4c2"}.fa-hands-holding-child:before{content:"\\e4fa"}.fa-hands-holding-circle:before{content:"\\e4fb"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\\f684"}.fa-handshake:before{content:"\\f2b5"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\\f4c4"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\\f4c6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\\e05f"}.fa-handshake-slash:before{content:"\\e060"}.fa-hanukiah:before{content:"\\f6e6"}.fa-hard-drive:before,.fa-hdd:before{content:"\\f0a0"}.fa-hashtag:before{content:"\\23"}.fa-hat-cowboy:before{content:"\\f8c0"}.fa-hat-cowboy-side:before{content:"\\f8c1"}.fa-hat-wizard:before{content:"\\f6e8"}.fa-head-side-cough:before{content:"\\e061"}.fa-head-side-cough-slash:before{content:"\\e062"}.fa-head-side-mask:before{content:"\\e063"}.fa-head-side-virus:before{content:"\\e064"}.fa-header:before,.fa-heading:before{content:"\\f1dc"}.fa-headphones:before{content:"\\f025"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\\f58f"}.fa-headset:before{content:"\\f590"}.fa-heart:before{content:"\\f004"}.fa-heart-circle-bolt:before{content:"\\e4fc"}.fa-heart-circle-check:before{content:"\\e4fd"}.fa-heart-circle-exclamation:before{content:"\\e4fe"}.fa-heart-circle-minus:before{content:"\\e4ff"}.fa-heart-circle-plus:before{content:"\\e500"}.fa-heart-circle-xmark:before{content:"\\e501"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\\f7a9"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\\f21e"}.fa-helicopter:before{content:"\\f533"}.fa-helicopter-symbol:before{content:"\\e502"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\\f807"}.fa-helmet-un:before{content:"\\e503"}.fa-highlighter:before{content:"\\f591"}.fa-hill-avalanche:before{content:"\\e507"}.fa-hill-rockslide:before{content:"\\e508"}.fa-hippo:before{content:"\\f6ed"}.fa-hockey-puck:before{content:"\\f453"}.fa-holly-berry:before{content:"\\f7aa"}.fa-horse:before{content:"\\f6f0"}.fa-horse-head:before{content:"\\f7ab"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\\f0f8"}.fa-hospital-user:before{content:"\\f80d"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\\f593"}.fa-hotdog:before{content:"\\f80f"}.fa-hotel:before{content:"\\f594"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\\f254"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\\f253"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\\f252"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\\f251"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\\f015"}.fa-home-lg:before,.fa-house-chimney:before{content:"\\e3af"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\\f6f1"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\\f7f2"}.fa-house-chimney-user:before{content:"\\e065"}.fa-house-chimney-window:before{content:"\\e00d"}.fa-house-circle-check:before{content:"\\e509"}.fa-house-circle-exclamation:before{content:"\\e50a"}.fa-house-circle-xmark:before{content:"\\e50b"}.fa-house-crack:before{content:"\\e3b1"}.fa-house-fire:before{content:"\\e50c"}.fa-house-flag:before{content:"\\e50d"}.fa-house-flood-water:before{content:"\\e50e"}.fa-house-flood-water-circle-arrow-right:before{content:"\\e50f"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\\e066"}.fa-house-lock:before{content:"\\e510"}.fa-house-medical:before{content:"\\e3b2"}.fa-house-medical-circle-check:before{content:"\\e511"}.fa-house-medical-circle-exclamation:before{content:"\\e512"}.fa-house-medical-circle-xmark:before{content:"\\e513"}.fa-house-medical-flag:before{content:"\\e514"}.fa-house-signal:before{content:"\\e012"}.fa-house-tsunami:before{content:"\\e515"}.fa-home-user:before,.fa-house-user:before{content:"\\e1b0"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\\f6f2"}.fa-hurricane:before{content:"\\f751"}.fa-i:before{content:"\\49"}.fa-i-cursor:before{content:"\\f246"}.fa-ice-cream:before{content:"\\f810"}.fa-icicles:before{content:"\\f7ad"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\\f86d"}.fa-id-badge:before{content:"\\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\\f2c2"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\\f47f"}.fa-igloo:before{content:"\\f7ae"}.fa-image:before{content:"\\f03e"}.fa-image-portrait:before,.fa-portrait:before{content:"\\f3e0"}.fa-images:before{content:"\\f302"}.fa-inbox:before{content:"\\f01c"}.fa-indent:before{content:"\\f03c"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\\e1bc"}.fa-industry:before{content:"\\f275"}.fa-infinity:before{content:"\\f534"}.fa-info:before{content:"\\f129"}.fa-italic:before{content:"\\f033"}.fa-j:before{content:"\\4a"}.fa-jar:before{content:"\\e516"}.fa-jar-wheat:before{content:"\\e517"}.fa-jedi:before{content:"\\f669"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\\f0fb"}.fa-jet-fighter-up:before{content:"\\e518"}.fa-joint:before{content:"\\f595"}.fa-jug-detergent:before{content:"\\e519"}.fa-k:before{content:"\\4b"}.fa-kaaba:before{content:"\\f66b"}.fa-key:before{content:"\\f084"}.fa-keyboard:before{content:"\\f11c"}.fa-khanda:before{content:"\\f66d"}.fa-kip-sign:before{content:"\\e1c4"}.fa-first-aid:before,.fa-kit-medical:before{content:"\\f479"}.fa-kitchen-set:before{content:"\\e51a"}.fa-kiwi-bird:before{content:"\\f535"}.fa-l:before{content:"\\4c"}.fa-land-mine-on:before{content:"\\e51b"}.fa-landmark:before{content:"\\f66f"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\\f752"}.fa-landmark-flag:before{content:"\\e51c"}.fa-language:before{content:"\\f1ab"}.fa-laptop:before{content:"\\f109"}.fa-laptop-code:before{content:"\\f5fc"}.fa-laptop-file:before{content:"\\e51d"}.fa-laptop-medical:before{content:"\\f812"}.fa-lari-sign:before{content:"\\e1c8"}.fa-layer-group:before{content:"\\f5fd"}.fa-leaf:before{content:"\\f06c"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\\f30a"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\\f337"}.fa-lemon:before{content:"\\f094"}.fa-less-than:before{content:"\\3c"}.fa-less-than-equal:before{content:"\\f537"}.fa-life-ring:before{content:"\\f1cd"}.fa-lightbulb:before{content:"\\f0eb"}.fa-lines-leaning:before{content:"\\e51e"}.fa-chain:before,.fa-link:before{content:"\\f0c1"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\\f127"}.fa-lira-sign:before{content:"\\f195"}.fa-list-squares:before,.fa-list:before{content:"\\f03a"}.fa-list-check:before,.fa-tasks:before{content:"\\f0ae"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\\f0cb"}.fa-list-dots:before,.fa-list-ul:before{content:"\\f0ca"}.fa-litecoin-sign:before{content:"\\e1d3"}.fa-location-arrow:before{content:"\\f124"}.fa-location-crosshairs:before,.fa-location:before{content:"\\f601"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\\f3c5"}.fa-location-pin:before,.fa-map-marker:before{content:"\\f041"}.fa-location-pin-lock:before{content:"\\e51f"}.fa-lock:before{content:"\\f023"}.fa-lock-open:before{content:"\\f3c1"}.fa-locust:before{content:"\\e520"}.fa-lungs:before{content:"\\f604"}.fa-lungs-virus:before{content:"\\e067"}.fa-m:before{content:"\\4d"}.fa-magnet:before{content:"\\f076"}.fa-magnifying-glass:before,.fa-search:before{content:"\\f002"}.fa-magnifying-glass-arrow-right:before{content:"\\e521"}.fa-magnifying-glass-chart:before{content:"\\e522"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\\f688"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\\f689"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\\f010"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\\f00e"}.fa-manat-sign:before{content:"\\e1d5"}.fa-map:before{content:"\\f279"}.fa-map-location:before,.fa-map-marked:before{content:"\\f59f"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\\f5a0"}.fa-map-pin:before{content:"\\f276"}.fa-marker:before{content:"\\f5a1"}.fa-mars:before{content:"\\f222"}.fa-mars-and-venus:before{content:"\\f224"}.fa-mars-and-venus-burst:before{content:"\\e523"}.fa-mars-double:before{content:"\\f227"}.fa-mars-stroke:before{content:"\\f229"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\\f22b"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\\f22a"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\\f57b"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\\f561"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\\f000"}.fa-mask:before{content:"\\f6fa"}.fa-mask-face:before{content:"\\e1d7"}.fa-mask-ventilator:before{content:"\\e524"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\\f630"}.fa-mattress-pillow:before{content:"\\e525"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\\f31e"}.fa-medal:before{content:"\\f5a2"}.fa-memory:before{content:"\\f538"}.fa-menorah:before{content:"\\f676"}.fa-mercury:before{content:"\\f223"}.fa-comment-alt:before,.fa-message:before{content:"\\f27a"}.fa-meteor:before{content:"\\f753"}.fa-microchip:before{content:"\\f2db"}.fa-microphone:before{content:"\\f130"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\\f3c9"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\\f539"}.fa-microphone-slash:before{content:"\\f131"}.fa-microscope:before{content:"\\f610"}.fa-mill-sign:before{content:"\\e1ed"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\\f78c"}.fa-minus:before,.fa-subtract:before{content:"\\f068"}.fa-mitten:before{content:"\\f7b5"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\\f3ce"}.fa-mobile-button:before{content:"\\f10b"}.fa-mobile-retro:before{content:"\\e527"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\\f3cf"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\\f3cd"}.fa-money-bill:before{content:"\\f0d6"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\\f3d1"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\\f53b"}.fa-money-bill-transfer:before{content:"\\e528"}.fa-money-bill-trend-up:before{content:"\\e529"}.fa-money-bill-wave:before{content:"\\f53a"}.fa-money-bill-wheat:before{content:"\\e52a"}.fa-money-bills:before{content:"\\e1f3"}.fa-money-check:before{content:"\\f53c"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\\f53d"}.fa-monument:before{content:"\\f5a6"}.fa-moon:before{content:"\\f186"}.fa-mortar-pestle:before{content:"\\f5a7"}.fa-mosque:before{content:"\\f678"}.fa-mosquito:before{content:"\\e52b"}.fa-mosquito-net:before{content:"\\e52c"}.fa-motorcycle:before{content:"\\f21c"}.fa-mound:before{content:"\\e52d"}.fa-mountain:before{content:"\\f6fc"}.fa-mountain-city:before{content:"\\e52e"}.fa-mountain-sun:before{content:"\\e52f"}.fa-mug-hot:before{content:"\\f7b6"}.fa-coffee:before,.fa-mug-saucer:before{content:"\\f0f4"}.fa-music:before{content:"\\f001"}.fa-n:before{content:"\\4e"}.fa-naira-sign:before{content:"\\e1f6"}.fa-network-wired:before{content:"\\f6ff"}.fa-neuter:before{content:"\\f22c"}.fa-newspaper:before{content:"\\f1ea"}.fa-not-equal:before{content:"\\f53e"}.fa-notdef:before{content:"\\e1fe"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\\f249"}.fa-notes-medical:before{content:"\\f481"}.fa-o:before{content:"\\4f"}.fa-object-group:before{content:"\\f247"}.fa-object-ungroup:before{content:"\\f248"}.fa-oil-can:before{content:"\\f613"}.fa-oil-well:before{content:"\\e532"}.fa-om:before{content:"\\f679"}.fa-otter:before{content:"\\f700"}.fa-dedent:before,.fa-outdent:before{content:"\\f03b"}.fa-p:before{content:"\\50"}.fa-pager:before{content:"\\f815"}.fa-paint-roller:before{content:"\\f5aa"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\\f1fc"}.fa-palette:before{content:"\\f53f"}.fa-pallet:before{content:"\\f482"}.fa-panorama:before{content:"\\e209"}.fa-paper-plane:before{content:"\\f1d8"}.fa-paperclip:before{content:"\\f0c6"}.fa-parachute-box:before{content:"\\f4cd"}.fa-paragraph:before{content:"\\f1dd"}.fa-passport:before{content:"\\f5ab"}.fa-file-clipboard:before,.fa-paste:before{content:"\\f0ea"}.fa-pause:before{content:"\\f04c"}.fa-paw:before{content:"\\f1b0"}.fa-peace:before{content:"\\f67c"}.fa-pen:before{content:"\\f304"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\\f305"}.fa-pen-fancy:before{content:"\\f5ac"}.fa-pen-nib:before{content:"\\f5ad"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\\f5ae"}.fa-edit:before,.fa-pen-to-square:before{content:"\\f044"}.fa-pencil-alt:before,.fa-pencil:before{content:"\\f303"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\\e068"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\\f4ce"}.fa-people-group:before{content:"\\e533"}.fa-people-line:before{content:"\\e534"}.fa-people-pulling:before{content:"\\e535"}.fa-people-robbery:before{content:"\\e536"}.fa-people-roof:before{content:"\\e537"}.fa-pepper-hot:before{content:"\\f816"}.fa-percent:before,.fa-percentage:before{content:"\\25"}.fa-male:before,.fa-person:before{content:"\\f183"}.fa-person-arrow-down-to-line:before{content:"\\e538"}.fa-person-arrow-up-from-line:before{content:"\\e539"}.fa-biking:before,.fa-person-biking:before{content:"\\f84a"}.fa-person-booth:before{content:"\\f756"}.fa-person-breastfeeding:before{content:"\\e53a"}.fa-person-burst:before{content:"\\e53b"}.fa-person-cane:before{content:"\\e53c"}.fa-person-chalkboard:before{content:"\\e53d"}.fa-person-circle-check:before{content:"\\e53e"}.fa-person-circle-exclamation:before{content:"\\e53f"}.fa-person-circle-minus:before{content:"\\e540"}.fa-person-circle-plus:before{content:"\\e541"}.fa-person-circle-question:before{content:"\\e542"}.fa-person-circle-xmark:before{content:"\\e543"}.fa-digging:before,.fa-person-digging:before{content:"\\f85e"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\\f470"}.fa-female:before,.fa-person-dress:before{content:"\\f182"}.fa-person-dress-burst:before{content:"\\e544"}.fa-person-drowning:before{content:"\\e545"}.fa-person-falling:before{content:"\\e546"}.fa-person-falling-burst:before{content:"\\e547"}.fa-person-half-dress:before{content:"\\e548"}.fa-person-harassing:before{content:"\\e549"}.fa-hiking:before,.fa-person-hiking:before{content:"\\f6ec"}.fa-person-military-pointing:before{content:"\\e54a"}.fa-person-military-rifle:before{content:"\\e54b"}.fa-person-military-to-person:before{content:"\\e54c"}.fa-person-praying:before,.fa-pray:before{content:"\\f683"}.fa-person-pregnant:before{content:"\\e31e"}.fa-person-rays:before{content:"\\e54d"}.fa-person-rifle:before{content:"\\e54e"}.fa-person-running:before,.fa-running:before{content:"\\f70c"}.fa-person-shelter:before{content:"\\e54f"}.fa-person-skating:before,.fa-skating:before{content:"\\f7c5"}.fa-person-skiing:before,.fa-skiing:before{content:"\\f7c9"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\\f7ca"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\\f7ce"}.fa-person-swimming:before,.fa-swimmer:before{content:"\\f5c4"}.fa-person-through-window:before{content:"\\e5a9"}.fa-person-walking:before,.fa-walking:before{content:"\\f554"}.fa-person-walking-arrow-loop-left:before{content:"\\e551"}.fa-person-walking-arrow-right:before{content:"\\e552"}.fa-person-walking-dashed-line-arrow-right:before{content:"\\e553"}.fa-person-walking-luggage:before{content:"\\e554"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\\f29d"}.fa-peseta-sign:before{content:"\\e221"}.fa-peso-sign:before{content:"\\e222"}.fa-phone:before{content:"\\f095"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\\f879"}.fa-phone-slash:before{content:"\\f3dd"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\\f2a0"}.fa-photo-film:before,.fa-photo-video:before{content:"\\f87c"}.fa-piggy-bank:before{content:"\\f4d3"}.fa-pills:before{content:"\\f484"}.fa-pizza-slice:before{content:"\\f818"}.fa-place-of-worship:before{content:"\\f67f"}.fa-plane:before{content:"\\f072"}.fa-plane-arrival:before{content:"\\f5af"}.fa-plane-circle-check:before{content:"\\e555"}.fa-plane-circle-exclamation:before{content:"\\e556"}.fa-plane-circle-xmark:before{content:"\\e557"}.fa-plane-departure:before{content:"\\f5b0"}.fa-plane-lock:before{content:"\\e558"}.fa-plane-slash:before{content:"\\e069"}.fa-plane-up:before{content:"\\e22d"}.fa-plant-wilt:before{content:"\\e5aa"}.fa-plate-wheat:before{content:"\\e55a"}.fa-play:before{content:"\\f04b"}.fa-plug:before{content:"\\f1e6"}.fa-plug-circle-bolt:before{content:"\\e55b"}.fa-plug-circle-check:before{content:"\\e55c"}.fa-plug-circle-exclamation:before{content:"\\e55d"}.fa-plug-circle-minus:before{content:"\\e55e"}.fa-plug-circle-plus:before{content:"\\e55f"}.fa-plug-circle-xmark:before{content:"\\e560"}.fa-add:before,.fa-plus:before{content:"\\2b"}.fa-plus-minus:before{content:"\\e43c"}.fa-podcast:before{content:"\\f2ce"}.fa-poo:before{content:"\\f2fe"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\\f75a"}.fa-poop:before{content:"\\f619"}.fa-power-off:before{content:"\\f011"}.fa-prescription:before{content:"\\f5b1"}.fa-prescription-bottle:before{content:"\\f485"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\\f486"}.fa-print:before{content:"\\f02f"}.fa-pump-medical:before{content:"\\e06a"}.fa-pump-soap:before{content:"\\e06b"}.fa-puzzle-piece:before{content:"\\f12e"}.fa-q:before{content:"\\51"}.fa-qrcode:before{content:"\\f029"}.fa-question:before{content:"\\3f"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\\f10d"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\\f10e"}.fa-r:before{content:"\\52"}.fa-radiation:before{content:"\\f7b9"}.fa-radio:before{content:"\\f8d7"}.fa-rainbow:before{content:"\\f75b"}.fa-ranking-star:before{content:"\\e561"}.fa-receipt:before{content:"\\f543"}.fa-record-vinyl:before{content:"\\f8d9"}.fa-ad:before,.fa-rectangle-ad:before{content:"\\f641"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\\f022"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\\f410"}.fa-recycle:before{content:"\\f1b8"}.fa-registered:before{content:"\\f25d"}.fa-repeat:before{content:"\\f363"}.fa-mail-reply:before,.fa-reply:before{content:"\\f3e5"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\\f122"}.fa-republican:before{content:"\\f75e"}.fa-restroom:before{content:"\\f7bd"}.fa-retweet:before{content:"\\f079"}.fa-ribbon:before{content:"\\f4d6"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\\f2f5"}.fa-exchange-alt:before,.fa-right-left:before{content:"\\f362"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\\f30b"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\\f2f6"}.fa-ring:before{content:"\\f70b"}.fa-road:before{content:"\\f018"}.fa-road-barrier:before{content:"\\e562"}.fa-road-bridge:before{content:"\\e563"}.fa-road-circle-check:before{content:"\\e564"}.fa-road-circle-exclamation:before{content:"\\e565"}.fa-road-circle-xmark:before{content:"\\e566"}.fa-road-lock:before{content:"\\e567"}.fa-road-spikes:before{content:"\\e568"}.fa-robot:before{content:"\\f544"}.fa-rocket:before{content:"\\f135"}.fa-rotate:before,.fa-sync-alt:before{content:"\\f2f1"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\\f2ea"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\\f2f9"}.fa-route:before{content:"\\f4d7"}.fa-feed:before,.fa-rss:before{content:"\\f09e"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\\f158"}.fa-rug:before{content:"\\e569"}.fa-ruler:before{content:"\\f545"}.fa-ruler-combined:before{content:"\\f546"}.fa-ruler-horizontal:before{content:"\\f547"}.fa-ruler-vertical:before{content:"\\f548"}.fa-rupee-sign:before,.fa-rupee:before{content:"\\f156"}.fa-rupiah-sign:before{content:"\\e23d"}.fa-s:before{content:"\\53"}.fa-sack-dollar:before{content:"\\f81d"}.fa-sack-xmark:before{content:"\\e56a"}.fa-sailboat:before{content:"\\e445"}.fa-satellite:before{content:"\\f7bf"}.fa-satellite-dish:before{content:"\\f7c0"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\\f24e"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\\f515"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\\f516"}.fa-school:before{content:"\\f549"}.fa-school-circle-check:before{content:"\\e56b"}.fa-school-circle-exclamation:before{content:"\\e56c"}.fa-school-circle-xmark:before{content:"\\e56d"}.fa-school-flag:before{content:"\\e56e"}.fa-school-lock:before{content:"\\e56f"}.fa-cut:before,.fa-scissors:before{content:"\\f0c4"}.fa-screwdriver:before{content:"\\f54a"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\\f7d9"}.fa-scroll:before{content:"\\f70e"}.fa-scroll-torah:before,.fa-torah:before{content:"\\f6a0"}.fa-sd-card:before{content:"\\f7c2"}.fa-section:before{content:"\\e447"}.fa-seedling:before,.fa-sprout:before{content:"\\f4d8"}.fa-server:before{content:"\\f233"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\\f61f"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\\f064"}.fa-share-from-square:before,.fa-share-square:before{content:"\\f14d"}.fa-share-alt:before,.fa-share-nodes:before{content:"\\f1e0"}.fa-sheet-plastic:before{content:"\\e571"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\\f20b"}.fa-shield-blank:before,.fa-shield:before{content:"\\f132"}.fa-shield-cat:before{content:"\\e572"}.fa-shield-dog:before{content:"\\e573"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\\f3ed"}.fa-shield-heart:before{content:"\\e574"}.fa-shield-virus:before{content:"\\e06c"}.fa-ship:before{content:"\\f21a"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\\f553"}.fa-shoe-prints:before{content:"\\f54b"}.fa-shop:before,.fa-store-alt:before{content:"\\f54f"}.fa-shop-lock:before{content:"\\e4a5"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\\e070"}.fa-shower:before{content:"\\f2cc"}.fa-shrimp:before{content:"\\e448"}.fa-random:before,.fa-shuffle:before{content:"\\f074"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\\f197"}.fa-sign-hanging:before,.fa-sign:before{content:"\\f4d9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\\f012"}.fa-signature:before{content:"\\f5b7"}.fa-map-signs:before,.fa-signs-post:before{content:"\\f277"}.fa-sim-card:before{content:"\\f7c4"}.fa-sink:before{content:"\\e06d"}.fa-sitemap:before{content:"\\f0e8"}.fa-skull:before{content:"\\f54c"}.fa-skull-crossbones:before{content:"\\f714"}.fa-slash:before{content:"\\f715"}.fa-sleigh:before{content:"\\f7cc"}.fa-sliders-h:before,.fa-sliders:before{content:"\\f1de"}.fa-smog:before{content:"\\f75f"}.fa-smoking:before{content:"\\f48d"}.fa-snowflake:before{content:"\\f2dc"}.fa-snowman:before{content:"\\f7d0"}.fa-snowplow:before{content:"\\f7d2"}.fa-soap:before{content:"\\e06e"}.fa-socks:before{content:"\\f696"}.fa-solar-panel:before{content:"\\f5ba"}.fa-sort:before,.fa-unsorted:before{content:"\\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\\f0de"}.fa-spa:before{content:"\\f5bb"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\\f67b"}.fa-spell-check:before{content:"\\f891"}.fa-spider:before{content:"\\f717"}.fa-spinner:before{content:"\\f110"}.fa-splotch:before{content:"\\f5bc"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\\f2e5"}.fa-spray-can:before{content:"\\f5bd"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\\f5d0"}.fa-square:before{content:"\\f0c8"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\\f14c"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\\f150"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\\f191"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\\f152"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\\f151"}.fa-check-square:before,.fa-square-check:before{content:"\\f14a"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\\f199"}.fa-square-full:before{content:"\\f45c"}.fa-h-square:before,.fa-square-h:before{content:"\\f0fd"}.fa-minus-square:before,.fa-square-minus:before{content:"\\f146"}.fa-square-nfi:before{content:"\\e576"}.fa-parking:before,.fa-square-parking:before{content:"\\f540"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\\f14b"}.fa-square-person-confined:before{content:"\\e577"}.fa-phone-square:before,.fa-square-phone:before{content:"\\f098"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\\f87b"}.fa-plus-square:before,.fa-square-plus:before{content:"\\f0fe"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\\f682"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\\f681"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\\f698"}.fa-rss-square:before,.fa-square-rss:before{content:"\\f143"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\\f1e1"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\\f360"}.fa-square-virus:before{content:"\\e578"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\\f2d3"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\\e579"}.fa-stairs:before{content:"\\e289"}.fa-stamp:before{content:"\\f5bf"}.fa-stapler:before{content:"\\e5af"}.fa-star:before{content:"\\f005"}.fa-star-and-crescent:before{content:"\\f699"}.fa-star-half:before{content:"\\f089"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\\f5c0"}.fa-star-of-david:before{content:"\\f69a"}.fa-star-of-life:before{content:"\\f621"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\\f154"}.fa-stethoscope:before{content:"\\f0f1"}.fa-stop:before{content:"\\f04d"}.fa-stopwatch:before{content:"\\f2f2"}.fa-stopwatch-20:before{content:"\\e06f"}.fa-store:before{content:"\\f54e"}.fa-store-slash:before{content:"\\e071"}.fa-street-view:before{content:"\\f21d"}.fa-strikethrough:before{content:"\\f0cc"}.fa-stroopwafel:before{content:"\\f551"}.fa-subscript:before{content:"\\f12c"}.fa-suitcase:before{content:"\\f0f2"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\\f0fa"}.fa-suitcase-rolling:before{content:"\\f5c1"}.fa-sun:before{content:"\\f185"}.fa-sun-plant-wilt:before{content:"\\e57a"}.fa-superscript:before{content:"\\f12b"}.fa-swatchbook:before{content:"\\f5c3"}.fa-synagogue:before{content:"\\f69b"}.fa-syringe:before{content:"\\f48e"}.fa-t:before{content:"\\54"}.fa-table:before{content:"\\f0ce"}.fa-table-cells:before,.fa-th:before{content:"\\f00a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\\f009"}.fa-columns:before,.fa-table-columns:before{content:"\\f0db"}.fa-table-list:before,.fa-th-list:before{content:"\\f00b"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\\f45d"}.fa-tablet-android:before,.fa-tablet:before{content:"\\f3fb"}.fa-tablet-button:before{content:"\\f10a"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\\f3fa"}.fa-tablets:before{content:"\\f490"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\\f566"}.fa-tag:before{content:"\\f02b"}.fa-tags:before{content:"\\f02c"}.fa-tape:before{content:"\\f4db"}.fa-tarp:before{content:"\\e57b"}.fa-tarp-droplet:before{content:"\\e57c"}.fa-cab:before,.fa-taxi:before{content:"\\f1ba"}.fa-teeth:before{content:"\\f62e"}.fa-teeth-open:before{content:"\\f62f"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\\e03f"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\\e040"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\\f2cb"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\\f2c7"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\\f2c9"}.fa-temperature-high:before{content:"\\f769"}.fa-temperature-low:before{content:"\\f76b"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\\f2ca"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\\f2c8"}.fa-tenge-sign:before,.fa-tenge:before{content:"\\f7d7"}.fa-tent:before{content:"\\e57d"}.fa-tent-arrow-down-to-line:before{content:"\\e57e"}.fa-tent-arrow-left-right:before{content:"\\e57f"}.fa-tent-arrow-turn-left:before{content:"\\e580"}.fa-tent-arrows-down:before{content:"\\e581"}.fa-tents:before{content:"\\e582"}.fa-terminal:before{content:"\\f120"}.fa-text-height:before{content:"\\f034"}.fa-remove-format:before,.fa-text-slash:before{content:"\\f87d"}.fa-text-width:before{content:"\\f035"}.fa-thermometer:before{content:"\\f491"}.fa-thumbs-down:before{content:"\\f165"}.fa-thumbs-up:before{content:"\\f164"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\\f08d"}.fa-ticket:before{content:"\\f145"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\\f3ff"}.fa-timeline:before{content:"\\e29c"}.fa-toggle-off:before{content:"\\f204"}.fa-toggle-on:before{content:"\\f205"}.fa-toilet:before{content:"\\f7d8"}.fa-toilet-paper:before{content:"\\f71e"}.fa-toilet-paper-slash:before{content:"\\e072"}.fa-toilet-portable:before{content:"\\e583"}.fa-toilets-portable:before{content:"\\e584"}.fa-toolbox:before{content:"\\f552"}.fa-tooth:before{content:"\\f5c9"}.fa-torii-gate:before{content:"\\f6a1"}.fa-tornado:before{content:"\\f76f"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\\f519"}.fa-tower-cell:before{content:"\\e585"}.fa-tower-observation:before{content:"\\e586"}.fa-tractor:before{content:"\\f722"}.fa-trademark:before{content:"\\f25c"}.fa-traffic-light:before{content:"\\f637"}.fa-trailer:before{content:"\\e041"}.fa-train:before{content:"\\f238"}.fa-subway:before,.fa-train-subway:before{content:"\\f239"}.fa-train-tram:before{content:"\\e5b4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\\f225"}.fa-trash:before{content:"\\f1f8"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\\f829"}.fa-trash-alt:before,.fa-trash-can:before{content:"\\f2ed"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\\f82a"}.fa-tree:before{content:"\\f1bb"}.fa-tree-city:before{content:"\\e587"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\\f071"}.fa-trophy:before{content:"\\f091"}.fa-trowel:before{content:"\\e589"}.fa-trowel-bricks:before{content:"\\e58a"}.fa-truck:before{content:"\\f0d1"}.fa-truck-arrow-right:before{content:"\\e58b"}.fa-truck-droplet:before{content:"\\e58c"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\\f48b"}.fa-truck-field:before{content:"\\e58d"}.fa-truck-field-un:before{content:"\\e58e"}.fa-truck-front:before{content:"\\e2b7"}.fa-ambulance:before,.fa-truck-medical:before{content:"\\f0f9"}.fa-truck-monster:before{content:"\\f63b"}.fa-truck-moving:before{content:"\\f4df"}.fa-truck-pickup:before{content:"\\f63c"}.fa-truck-plane:before{content:"\\e58f"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\\f4de"}.fa-teletype:before,.fa-tty:before{content:"\\f1e4"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\\e2bb"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\\f3be"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\\f3bf"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\\f26c"}.fa-u:before{content:"\\55"}.fa-umbrella:before{content:"\\f0e9"}.fa-umbrella-beach:before{content:"\\f5ca"}.fa-underline:before{content:"\\f0cd"}.fa-universal-access:before{content:"\\f29a"}.fa-unlock:before{content:"\\f09c"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\\f13e"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\\f338"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\\f0b2"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\\f30c"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\\f424"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\\f35d"}.fa-upload:before{content:"\\f093"}.fa-user:before{content:"\\f007"}.fa-user-astronaut:before{content:"\\f4fb"}.fa-user-check:before{content:"\\f4fc"}.fa-user-clock:before{content:"\\f4fd"}.fa-user-doctor:before,.fa-user-md:before{content:"\\f0f0"}.fa-user-cog:before,.fa-user-gear:before{content:"\\f4fe"}.fa-user-graduate:before{content:"\\f501"}.fa-user-friends:before,.fa-user-group:before{content:"\\f500"}.fa-user-injured:before{content:"\\f728"}.fa-user-alt:before,.fa-user-large:before{content:"\\f406"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\\f4fa"}.fa-user-lock:before{content:"\\f502"}.fa-user-minus:before{content:"\\f503"}.fa-user-ninja:before{content:"\\f504"}.fa-user-nurse:before{content:"\\f82f"}.fa-user-edit:before,.fa-user-pen:before{content:"\\f4ff"}.fa-user-plus:before{content:"\\f234"}.fa-user-secret:before{content:"\\f21b"}.fa-user-shield:before{content:"\\f505"}.fa-user-slash:before{content:"\\f506"}.fa-user-tag:before{content:"\\f507"}.fa-user-tie:before{content:"\\f508"}.fa-user-times:before,.fa-user-xmark:before{content:"\\f235"}.fa-users:before{content:"\\f0c0"}.fa-users-between-lines:before{content:"\\e591"}.fa-users-cog:before,.fa-users-gear:before{content:"\\f509"}.fa-users-line:before{content:"\\e592"}.fa-users-rays:before{content:"\\e593"}.fa-users-rectangle:before{content:"\\e594"}.fa-users-slash:before{content:"\\e073"}.fa-users-viewfinder:before{content:"\\e595"}.fa-cutlery:before,.fa-utensils:before{content:"\\f2e7"}.fa-v:before{content:"\\56"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\\f5b6"}.fa-vault:before{content:"\\e2c5"}.fa-vector-square:before{content:"\\f5cb"}.fa-venus:before{content:"\\f221"}.fa-venus-double:before{content:"\\f226"}.fa-venus-mars:before{content:"\\f228"}.fa-vest:before{content:"\\e085"}.fa-vest-patches:before{content:"\\e086"}.fa-vial:before{content:"\\f492"}.fa-vial-circle-check:before{content:"\\e596"}.fa-vial-virus:before{content:"\\e597"}.fa-vials:before{content:"\\f493"}.fa-video-camera:before,.fa-video:before{content:"\\f03d"}.fa-video-slash:before{content:"\\f4e2"}.fa-vihara:before{content:"\\f6a7"}.fa-virus:before{content:"\\e074"}.fa-virus-covid:before{content:"\\e4a8"}.fa-virus-covid-slash:before{content:"\\e4a9"}.fa-virus-slash:before{content:"\\e075"}.fa-viruses:before{content:"\\e076"}.fa-voicemail:before{content:"\\f897"}.fa-volcano:before{content:"\\f770"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\\f45f"}.fa-volume-high:before,.fa-volume-up:before{content:"\\f028"}.fa-volume-down:before,.fa-volume-low:before{content:"\\f027"}.fa-volume-off:before{content:"\\f026"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\\f6a9"}.fa-vr-cardboard:before{content:"\\f729"}.fa-w:before{content:"\\57"}.fa-walkie-talkie:before{content:"\\f8ef"}.fa-wallet:before{content:"\\f555"}.fa-magic:before,.fa-wand-magic:before{content:"\\f0d0"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\\e2ca"}.fa-wand-sparkles:before{content:"\\f72b"}.fa-warehouse:before{content:"\\f494"}.fa-water:before{content:"\\f773"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\\f5c5"}.fa-wave-square:before{content:"\\f83e"}.fa-weight-hanging:before{content:"\\f5cd"}.fa-weight-scale:before,.fa-weight:before{content:"\\f496"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\\e2cd"}.fa-wheat-awn-circle-exclamation:before{content:"\\e598"}.fa-wheelchair:before{content:"\\f193"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\\e2ce"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\\f7a0"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\\f1eb"}.fa-wind:before{content:"\\f72e"}.fa-window-maximize:before{content:"\\f2d0"}.fa-window-minimize:before{content:"\\f2d1"}.fa-window-restore:before{content:"\\f2d2"}.fa-wine-bottle:before{content:"\\f72f"}.fa-wine-glass:before{content:"\\f4e3"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\\f5ce"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\\f159"}.fa-worm:before{content:"\\e599"}.fa-wrench:before{content:"\\f0ad"}.fa-x:before{content:"\\58"}.fa-x-ray:before{content:"\\f497"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\\f00d"}.fa-xmarks-lines:before{content:"\\e59a"}.fa-y:before{content:"\\59"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\\f157"}.fa-yin-yang:before{content:"\\f6ad"}.fa-z:before{content:"\\5a"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}',""]);const c=i},660:(e,t,o)=>{o.d(t,{Z:()=>c});var n=o(81),a=o.n(n),r=o(645),i=o.n(r)()(a());i.push([e.id,".imp-object-icon-shadow {\n position: absolute;\n left: 0;\n bottom: 0;\n z-index: 0;\n transform: scale(1, 0.25);\n /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.53+0,0.3+10,0.13+28,0.04+44,0+67 */\n background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.13) 28%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);\n background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.13) 28%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);\n background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.13) 28%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);\n}\n",""]);const c=i},638:(e,t,o)=>{o.d(t,{Z:()=>h});var n=o(81),a=o.n(n),r=o(645),i=o.n(r),c=o(663),l=o(484),s=o(660),f=o(835),d=o(667),u=o.n(d),p=new URL(o(133),o.b),b=i()(a());b.i(c.Z),b.i(l.Z),b.i(s.Z),b.i(f.Z);var g=u()(p);b.push([e.id,`/* @import 'https://dfpyxk7hlnlki.cloudfront.net/image-map-pro/fontawesome-v4/css/font-awesome.min.css'; */\n/* ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com */\n/*\n1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)\n2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)\n*/\n*,\n::before,\n::after {\n box-sizing: border-box; /* 1 */\n border-width: 0; /* 2 */\n border-style: solid; /* 2 */\n border-color: #e5e7eb; /* 2 */\n}\n::before,\n::after {\n --tw-content: '';\n}\n/*\n1. Use a consistent sensible line-height in all browsers.\n2. Prevent adjustments of font size after orientation changes in iOS.\n3. Use a more readable tab size.\n4. Use the user's configured \`sans\` font-family by default.\n5. Use the user's configured \`sans\` font-feature-settings by default.\n6. Use the user's configured \`sans\` font-variation-settings by default.\n*/\nhtml {\n line-height: 1.5; /* 1 */\n -webkit-text-size-adjust: 100%; /* 2 */\n -moz-tab-size: 4; /* 3 */\n -o-tab-size: 4;\n tab-size: 4; /* 3 */\n font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */\n font-feature-settings: normal; /* 5 */\n font-variation-settings: normal; /* 6 */\n}\n/*\n1. Remove the margin in all browsers.\n2. Inherit line-height from \`html\` so users can set them as a class directly on the \`html\` element.\n*/\nbody {\n margin: 0; /* 1 */\n line-height: inherit; /* 2 */\n}\n/*\n1. Add the correct height in Firefox.\n2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)\n3. Ensure horizontal rules are visible by default.\n*/\nhr {\n height: 0; /* 1 */\n color: inherit; /* 2 */\n border-top-width: 1px; /* 3 */\n}\n/*\nAdd the correct text decoration in Chrome, Edge, and Safari.\n*/\nabbr:where([title]) {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n}\n/*\nRemove the default font size and weight for headings.\n*/\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-size: inherit;\n font-weight: inherit;\n}\n/*\nReset links to optimize for opt-in styling instead of opt-out.\n*/\na {\n color: inherit;\n text-decoration: inherit;\n}\n/*\nAdd the correct font weight in Edge and Safari.\n*/\nb,\nstrong {\n font-weight: bolder;\n}\n/*\n1. Use the user's configured \`mono\` font family by default.\n2. Correct the odd \`em\` font sizing in all browsers.\n*/\ncode,\nkbd,\nsamp,\npre {\n font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n/*\nAdd the correct font size in all browsers.\n*/\nsmall {\n font-size: 80%;\n}\n/*\nPrevent \`sub\` and \`sup\` elements from affecting the line height in all browsers.\n*/\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub {\n bottom: -0.25em;\n}\nsup {\n top: -0.5em;\n}\n/*\n1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)\n2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)\n3. Remove gaps between table borders by default.\n*/\ntable {\n text-indent: 0; /* 1 */\n border-color: inherit; /* 2 */\n border-collapse: collapse; /* 3 */\n}\n/*\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n3. Remove default padding in all browsers.\n*/\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit; /* 1 */\n font-feature-settings: inherit; /* 1 */\n font-variation-settings: inherit; /* 1 */\n font-size: 100%; /* 1 */\n font-weight: inherit; /* 1 */\n line-height: inherit; /* 1 */\n color: inherit; /* 1 */\n margin: 0; /* 2 */\n padding: 0; /* 3 */\n}\n/*\nRemove the inheritance of text transform in Edge and Firefox.\n*/\nbutton,\nselect {\n text-transform: none;\n}\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Remove default button styles.\n*/\nbutton,\n[type='button'],\n[type='reset'],\n[type='submit'] {\n -webkit-appearance: button; /* 1 */\n background-color: transparent; /* 2 */\n background-image: none; /* 2 */\n}\n/*\nUse the modern Firefox focus style for all focusable elements.\n*/\n:-moz-focusring {\n outline: auto;\n}\n/*\nRemove the additional \`:invalid\` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)\n*/\n:-moz-ui-invalid {\n box-shadow: none;\n}\n/*\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\nprogress {\n vertical-align: baseline;\n}\n/*\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n/*\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n[type='search'] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n/*\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to \`inherit\` in Safari.\n*/\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n/*\nAdd the correct display in Chrome and Safari.\n*/\nsummary {\n display: list-item;\n}\n/*\nRemoves the default spacing and border for appropriate elements.\n*/\nblockquote,\ndl,\ndd,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\nhr,\nfigure,\np,\npre {\n margin: 0;\n}\nfieldset {\n margin: 0;\n padding: 0;\n}\nlegend {\n padding: 0;\n}\nol,\nul,\nmenu {\n list-style: none;\n margin: 0;\n padding: 0;\n}\n/*\nReset default styling for dialogs.\n*/\ndialog {\n padding: 0;\n}\n/*\nPrevent resizing textareas horizontally by default.\n*/\ntextarea {\n resize: vertical;\n}\n/*\n1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)\n2. Set the default placeholder color to the user's configured gray 400 color.\n*/\ninput::-moz-placeholder, textarea::-moz-placeholder {\n opacity: 1; /* 1 */\n color: #9ca3af; /* 2 */\n}\ninput::placeholder,\ntextarea::placeholder {\n opacity: 1; /* 1 */\n color: #9ca3af; /* 2 */\n}\n/*\nSet the default cursor for buttons.\n*/\nbutton,\n[role="button"] {\n cursor: pointer;\n}\n/*\nMake sure disabled buttons don't get the pointer cursor.\n*/\n:disabled {\n cursor: default;\n}\n/*\n1. Make replaced elements \`display: block\` by default. (https://github.com/mozdevs/cssremedy/issues/14)\n2. Add \`vertical-align: middle\` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)\n This can trigger a poorly considered lint error in some tools but is included by design.\n*/\nimg,\nsvg,\nvideo,\ncanvas,\naudio,\niframe,\nembed,\nobject {\n display: block; /* 1 */\n vertical-align: middle; /* 2 */\n}\n/*\nConstrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)\n*/\nimg,\nvideo {\n max-width: 100%;\n height: auto;\n}\n/* Make elements with the HTML hidden attribute stay hidden by default */\n[hidden] {\n display: none;\n}\n*, ::before, ::after{\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n}\n::backdrop{\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n}\n.container{\n width: 100%;\n}\n@media (min-width: 640px){\n .container{\n max-width: 640px;\n }\n}\n@media (min-width: 768px){\n .container{\n max-width: 768px;\n }\n}\n@media (min-width: 1024px){\n .container{\n max-width: 1024px;\n }\n}\n@media (min-width: 1280px){\n .container{\n max-width: 1280px;\n }\n}\n@media (min-width: 1536px){\n .container{\n max-width: 1536px;\n }\n}\n#imp-app{\n font-size: 0.875rem;\n line-height: 1.25rem;\n --tw-text-opacity: 1;\n color: rgb(38 38 38 / var(--tw-text-opacity));\n}\n:is(.dark #imp-app){\n --tw-text-opacity: 1;\n color: rgb(245 245 245 / var(--tw-text-opacity));\n}\na{\n --tw-text-opacity: 1;\n color: rgb(245 158 11 / var(--tw-text-opacity));\n}\n/* UI Styles */\n.ui{\n border-width: 1px;\n --tw-border-opacity: 1;\n border-color: rgb(229 229 229 / var(--tw-border-opacity));\n}\n:is(.dark .ui){\n --tw-border-opacity: 1;\n border-color: rgb(64 64 64 / var(--tw-border-opacity));\n}\n.ui{\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n}\n:is(.dark .ui){\n --tw-bg-opacity: 1;\n background-color: rgb(38 38 38 / var(--tw-bg-opacity));\n}\n.ui{\n border-radius: 0.25rem;\n --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);\n --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n /* @apply backdrop-blur-2xl bg-opacity-90 dark:bg-opacity-90; */\n}\n.pretty-scroll::-webkit-scrollbar {\n width: 6px;\n }\n.pretty-scroll::-webkit-scrollbar-thumb{\n border-radius: 9999px;\n --tw-bg-opacity: 1;\n background-color: rgb(163 163 163 / var(--tw-bg-opacity));\n outline: 2px solid transparent;\n outline-offset: 2px;\n}\n/* Component: form-control */\n.form-control-bg{\n background-color: rgb(115 115 115 / var(--tw-bg-opacity));\n --tw-bg-opacity: 0.1;\n}\n:is(.dark .form-control-bg){\n --tw-bg-opacity: 0.3;\n}\n.form-control-ring{\n --tw-ring-opacity: 1;\n --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity));\n}\n.form-control-ring:focus{\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);\n}\n.form-control-bg-error{\n background-color: rgb(244 63 94 / var(--tw-bg-opacity));\n --tw-bg-opacity: 0.1;\n}\n:is(.dark .form-control-bg-error){\n --tw-bg-opacity: 0.3;\n}\n.form-control-bg-error::-moz-placeholder{\n --tw-placeholder-opacity: 1;\n color: rgb(253 164 175 / var(--tw-placeholder-opacity));\n}\n.form-control-bg-error::placeholder{\n --tw-placeholder-opacity: 1;\n color: rgb(253 164 175 / var(--tw-placeholder-opacity));\n}\n:is(.dark .form-control-bg-error)::-moz-placeholder{\n --tw-placeholder-opacity: 1;\n color: rgb(244 63 94 / var(--tw-placeholder-opacity));\n}\n:is(.dark .form-control-bg-error)::placeholder{\n --tw-placeholder-opacity: 1;\n color: rgb(244 63 94 / var(--tw-placeholder-opacity));\n}\n.form-control-ring-error{\n --tw-ring-opacity: 1;\n --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity));\n}\n.form-control-ring-error:focus{\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);\n}\n.form-control-border{\n border-width: 1px;\n border-color: rgb(115 115 115 / var(--tw-border-opacity));\n --tw-border-opacity: 0.3;\n}\n:is(.dark .form-control-border){\n --tw-border-opacity: 0.3;\n}\n.form-control-shadow{\n --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);\n --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n.form-control-shadow:active{\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n:is(.dark .form-control-shadow){\n --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);\n --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n:is(.dark .form-control-shadow:active){\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n.btn{\n font-size: 0.75rem;\n line-height: 1rem;\n --tw-text-opacity: 1;\n color: rgb(38 38 38 / var(--tw-text-opacity));\n}\n:is(.dark .btn){\n --tw-text-opacity: 1;\n color: rgb(245 245 245 / var(--tw-text-opacity));\n}\n.btn{\n cursor: pointer;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n transition-property: all;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 100ms;\n}\n.btn:active{\n --tw-border-opacity: 1;\n border-color: rgb(245 158 11 / var(--tw-border-opacity));\n}\n.btn{\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n}\n.btn:hover{\n --tw-bg-opacity: 1;\n background-color: rgb(245 245 245 / var(--tw-bg-opacity));\n}\n.btn:active{\n --tw-bg-opacity: 1;\n background-color: rgb(245 158 11 / var(--tw-bg-opacity));\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n:is(.dark .btn){\n --tw-bg-opacity: 1;\n background-color: rgb(64 64 64 / var(--tw-bg-opacity));\n}\n:is(.dark .btn:hover){\n --tw-bg-opacity: 1;\n background-color: rgb(82 82 82 / var(--tw-bg-opacity));\n}\n:is(.dark .btn:active){\n --tw-bg-opacity: 1;\n background-color: rgb(245 158 11 / var(--tw-bg-opacity));\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n.btn-transparent{\n background-color: transparent;\n}\n.btn-transparent:hover{\n --tw-bg-opacity: 1;\n background-color: rgb(229 229 229 / var(--tw-bg-opacity));\n}\n.btn-transparent:active{\n --tw-bg-opacity: 1;\n background-color: rgb(245 158 11 / var(--tw-bg-opacity));\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n:is(.dark .btn-transparent){\n background-color: transparent;\n}\n:is(.dark .btn-transparent:hover){\n --tw-bg-opacity: 1;\n background-color: rgb(64 64 64 / var(--tw-bg-opacity));\n}\n:is(.dark .btn-transparent:active){\n --tw-bg-opacity: 1;\n background-color: rgb(245 158 11 / var(--tw-bg-opacity));\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n.btn-primary{\n border-style: none;\n --tw-bg-opacity: 1;\n background-color: rgb(245 158 11 / var(--tw-bg-opacity));\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n.btn-primary:hover{\n --tw-bg-opacity: 1;\n background-color: rgb(217 119 6 / var(--tw-bg-opacity));\n}\n.btn-primary:active{\n --tw-bg-opacity: 1;\n background-color: rgb(180 83 9 / var(--tw-bg-opacity));\n}\n:is(.dark .btn-primary){\n --tw-bg-opacity: 1;\n background-color: rgb(217 119 6 / var(--tw-bg-opacity));\n}\n:is(.dark .btn-primary:hover){\n --tw-bg-opacity: 1;\n background-color: rgb(245 158 11 / var(--tw-bg-opacity));\n}\n:is(.dark .btn-primary:active){\n --tw-bg-opacity: 1;\n background-color: rgb(251 191 36 / var(--tw-bg-opacity));\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n.btn-danger{\n border-style: none;\n --tw-bg-opacity: 1;\n background-color: rgb(244 63 94 / var(--tw-bg-opacity));\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n.btn-danger:hover{\n --tw-bg-opacity: 1;\n background-color: rgb(225 29 72 / var(--tw-bg-opacity));\n}\n.btn-danger:active{\n --tw-bg-opacity: 1;\n background-color: rgb(190 18 60 / var(--tw-bg-opacity));\n}\n:is(.dark .btn-danger){\n --tw-bg-opacity: 1;\n background-color: rgb(225 29 72 / var(--tw-bg-opacity));\n}\n:is(.dark .btn-danger:hover){\n --tw-bg-opacity: 1;\n background-color: rgb(244 63 94 / var(--tw-bg-opacity));\n}\n:is(.dark .btn-danger:active){\n --tw-bg-opacity: 1;\n background-color: rgb(251 113 133 / var(--tw-bg-opacity));\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n.btn-light:active{\n --tw-border-opacity: 1;\n border-color: rgb(212 212 212 / var(--tw-border-opacity));\n}\n:is(.dark .btn-light:active){\n --tw-border-opacity: 1;\n border-color: rgb(115 115 115 / var(--tw-border-opacity));\n}\n.btn-light{\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n}\n.btn-light:hover{\n --tw-bg-opacity: 1;\n background-color: rgb(245 245 245 / var(--tw-bg-opacity));\n}\n.btn-light:active{\n --tw-bg-opacity: 1;\n background-color: rgb(229 229 229 / var(--tw-bg-opacity));\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n:is(.dark .btn-light){\n --tw-bg-opacity: 1;\n background-color: rgb(38 38 38 / var(--tw-bg-opacity));\n}\n:is(.dark .btn-light:hover){\n --tw-bg-opacity: 1;\n background-color: rgb(64 64 64 / var(--tw-bg-opacity));\n}\n:is(.dark .btn-light:active){\n --tw-bg-opacity: 1;\n background-color: rgb(82 82 82 / var(--tw-bg-opacity));\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n.btn-disabled{\n pointer-events: none;\n cursor: default;\n opacity: 0.5;\n}\n.btn-group-btn:hover{\n --tw-bg-opacity: 1;\n background-color: rgb(229 229 229 / var(--tw-bg-opacity));\n}\n:is(.dark .btn-group-btn:hover){\n --tw-bg-opacity: 1;\n background-color: rgb(64 64 64 / var(--tw-bg-opacity));\n}\n.btn-group-btn.btn-group-selected{\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n:is(.dark .btn-group-btn.btn-group-selected){\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n.btn-group-btn.btn-group-selected{\n --tw-bg-opacity: 1;\n background-color: rgb(245 158 11 / var(--tw-bg-opacity));\n}\n:is(.dark .btn-group-btn.btn-group-selected){\n --tw-bg-opacity: 1;\n background-color: rgb(245 158 11 / var(--tw-bg-opacity));\n}\n.btn-group-btn.btn-group-selected:hover{\n --tw-bg-opacity: 1;\n background-color: rgb(245 158 11 / var(--tw-bg-opacity));\n}\n:is(.dark .btn-group-btn.btn-group-selected:hover){\n --tw-bg-opacity: 1;\n background-color: rgb(245 158 11 / var(--tw-bg-opacity));\n}\n.checkbox{\n --tw-text-opacity: 1;\n color: rgb(245 158 11 / var(--tw-text-opacity));\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n}\n:is(.dark .checkbox){\n background-color: rgb(115 115 115 / var(--tw-bg-opacity));\n --tw-bg-opacity: 0.3;\n}\n.checkbox{\n border-width: 1px;\n border-radius: 0.25rem;\n display: inline-block;\n height: 1rem;\n width: 1rem;\n padding: 0px;\n vertical-align: middle;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n transition-property: all;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n.checkbox:hover{\n --tw-bg-opacity: 1;\n background-color: rgb(245 245 245 / var(--tw-bg-opacity));\n}\n:is(.dark .checkbox:hover){\n background-color: rgb(115 115 115 / var(--tw-bg-opacity));\n --tw-bg-opacity: 0.5;\n}\n.checkbox:checked:hover{\n --tw-text-opacity: 1;\n color: rgb(217 119 6 / var(--tw-text-opacity));\n}\n:is(.dark .checkbox:checked:hover){\n --tw-bg-opacity: 1;\n background-color: rgb(217 119 6 / var(--tw-bg-opacity));\n --tw-text-opacity: 1;\n color: rgb(217 119 6 / var(--tw-text-opacity));\n}\n.checkbox:checked{\n border-color: transparent;\n background-color: currentColor;\n background-image: url(${g});\n}\n.checkbox:focus{\n border-style: none;\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);\n --tw-ring-opacity: 1;\n --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity));\n --tw-ring-offset-width: 1px;\n --tw-ring-offset-color: transparent;\n}\n/* Component: selection */\n.point {\n position: absolute;\n border: 1px solid white;\n background: black;\n border-radius: 20px;\n width: 10px;\n height: 10px;\n margin: -5px 0 0 -5px;\n cursor: pointer;\n }\n.point:hover {\n background: white;\n border-color: black;\n }\n.point.temporary-point{\n --tw-border-opacity: 1;\n border-color: rgb(255 255 255 / var(--tw-border-opacity));\n --tw-bg-opacity: 1;\n background-color: rgb(245 158 11 / var(--tw-bg-opacity));\n transition-property: transform;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n.point.temporary-point:hover{\n --tw-scale-x: 1.5;\n --tw-scale-y: 1.5;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n/* Component: topbar-button */\n.pointer-events-none{\n pointer-events: none !important;\n}\n.\\!visible{\n visibility: visible !important;\n}\n.visible{\n visibility: visible !important;\n}\n.static{\n position: static !important;\n}\n.fixed{\n position: fixed !important;\n}\n.absolute{\n position: absolute !important;\n}\n.relative{\n position: relative !important;\n}\n.sticky{\n position: sticky !important;\n}\n.-left-1{\n left: -0.25rem !important;\n}\n.-left-4{\n left: -1rem !important;\n}\n.-left-5{\n left: -1.25rem !important;\n}\n.-right-7{\n right: -1.75rem !important;\n}\n.-top-10{\n top: -2.5rem !important;\n}\n.bottom-full{\n bottom: 100% !important;\n}\n.left-0{\n left: 0px !important;\n}\n.left-32{\n left: 8rem !important;\n}\n.left-auto{\n left: auto !important;\n}\n.right-0{\n right: 0px !important;\n}\n.right-10{\n right: 2.5rem !important;\n}\n.right-2{\n right: 0.5rem !important;\n}\n.right-\\[5px\\]{\n right: 5px !important;\n}\n.top-0{\n top: 0px !important;\n}\n.top-1\\/2{\n top: 50% !important;\n}\n.top-20{\n top: 5rem !important;\n}\n.top-3{\n top: 0.75rem !important;\n}\n.top-60{\n top: 15rem !important;\n}\n.top-\\[5px\\]{\n top: 5px !important;\n}\n.top-auto{\n top: auto !important;\n}\n.top-full{\n top: 100% !important;\n}\n.z-0{\n z-index: 0 !important;\n}\n.z-10{\n z-index: 10 !important;\n}\n.z-20{\n z-index: 20 !important;\n}\n.z-50{\n z-index: 50 !important;\n}\n.-m-1{\n margin: -0.25rem !important;\n}\n.m-1{\n margin: 0.25rem !important;\n}\n.m-px{\n margin: 1px !important;\n}\n.mx-0{\n margin-left: 0px !important;\n margin-right: 0px !important;\n}\n.mx-0\\.5{\n margin-left: 0.125rem !important;\n margin-right: 0.125rem !important;\n}\n.mx-1{\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n}\n.mx-2{\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n}\n.my-1{\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n}\n.my-2{\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n}\n.-ml-1{\n margin-left: -0.25rem !important;\n}\n.-mr-1{\n margin-right: -0.25rem !important;\n}\n.-mt-1{\n margin-top: -0.25rem !important;\n}\n.mb-1{\n margin-bottom: 0.25rem !important;\n}\n.mb-2{\n margin-bottom: 0.5rem !important;\n}\n.ml-0{\n margin-left: 0px !important;\n}\n.ml-0\\.5{\n margin-left: 0.125rem !important;\n}\n.ml-1{\n margin-left: 0.25rem !important;\n}\n.ml-10{\n margin-left: 2.5rem !important;\n}\n.ml-2{\n margin-left: 0.5rem !important;\n}\n.ml-5{\n margin-left: 1.25rem !important;\n}\n.mr-0{\n margin-right: 0px !important;\n}\n.mr-0\\.5{\n margin-right: 0.125rem !important;\n}\n.mr-1{\n margin-right: 0.25rem !important;\n}\n.mr-2{\n margin-right: 0.5rem !important;\n}\n.mt-10{\n margin-top: 2.5rem !important;\n}\n.mt-2{\n margin-top: 0.5rem !important;\n}\n.mt-4{\n margin-top: 1rem !important;\n}\n.mt-6{\n margin-top: 1.5rem !important;\n}\n.box-content{\n box-sizing: content-box !important;\n}\n.block{\n display: block !important;\n}\n.inline-block{\n display: inline-block !important;\n}\n.flex{\n display: flex !important;\n}\n.hidden{\n display: none !important;\n}\n.h-0{\n height: 0px !important;\n}\n.h-1{\n height: 0.25rem !important;\n}\n.h-1\\/2{\n height: 50% !important;\n}\n.h-10{\n height: 2.5rem !important;\n}\n.h-16{\n height: 4rem !important;\n}\n.h-2{\n height: 0.5rem !important;\n}\n.h-4{\n height: 1rem !important;\n}\n.h-6{\n height: 1.5rem !important;\n}\n.h-7{\n height: 1.75rem !important;\n}\n.h-8{\n height: 2rem !important;\n}\n.h-96{\n height: 24rem !important;\n}\n.h-\\[20px\\]{\n height: 20px !important;\n}\n.h-\\[22px\\]{\n height: 22px !important;\n}\n.h-\\[32px\\]{\n height: 32px !important;\n}\n.h-\\[64px\\]{\n height: 64px !important;\n}\n.h-full{\n height: 100% !important;\n}\n.h-px{\n height: 1px !important;\n}\n.max-h-\\[400px\\]{\n max-height: 400px !important;\n}\n.min-h-0{\n min-height: 0px !important;\n}\n.w-0{\n width: 0px !important;\n}\n.w-1\\/3{\n width: 33.333333% !important;\n}\n.w-10{\n width: 2.5rem !important;\n}\n.w-16{\n width: 4rem !important;\n}\n.w-3{\n width: 0.75rem !important;\n}\n.w-4{\n width: 1rem !important;\n}\n.w-6{\n width: 1.5rem !important;\n}\n.w-64{\n width: 16rem !important;\n}\n.w-7{\n width: 1.75rem !important;\n}\n.w-8{\n width: 2rem !important;\n}\n.w-96{\n width: 24rem !important;\n}\n.w-\\[20px\\]{\n width: 20px !important;\n}\n.w-\\[22px\\]{\n width: 22px !important;\n}\n.w-\\[250px\\]{\n width: 250px !important;\n}\n.w-\\[64px\\]{\n width: 64px !important;\n}\n.w-full{\n width: 100% !important;\n}\n.w-px{\n width: 1px !important;\n}\n.min-w-\\[120px\\]{\n min-width: 120px !important;\n}\n.flex-1{\n flex: 1 1 0% !important;\n}\n.flex-\\[2\\]{\n flex: 2 !important;\n}\n.flex-\\[3\\]{\n flex: 3 !important;\n}\n.flex-\\[5\\]{\n flex: 5 !important;\n}\n.flex-shrink-0{\n flex-shrink: 0 !important;\n}\n.shrink{\n flex-shrink: 1 !important;\n}\n.shrink-0{\n flex-shrink: 0 !important;\n}\n.flex-grow{\n flex-grow: 1 !important;\n}\n.flex-grow-0{\n flex-grow: 0 !important;\n}\n.grow{\n flex-grow: 1 !important;\n}\n.basis-\\[120px\\]{\n flex-basis: 120px !important;\n}\n.origin-bottom-left{\n transform-origin: bottom left !important;\n}\n.origin-top-left{\n transform-origin: top left !important;\n}\n.-rotate-90{\n --tw-rotate: -90deg !important;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;\n}\n.scale-0{\n --tw-scale-x: 0 !important;\n --tw-scale-y: 0 !important;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;\n}\n.transform{\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;\n}\n.cursor-ew-resize{\n cursor: ew-resize !important;\n}\n.cursor-move{\n cursor: move !important;\n}\n.cursor-pointer{\n cursor: pointer !important;\n}\n.cursor-text{\n cursor: text !important;\n}\n.select-none{\n -webkit-user-select: none !important;\n -moz-user-select: none !important;\n user-select: none !important;\n}\n.resize{\n resize: both !important;\n}\n.flex-row-reverse{\n flex-direction: row-reverse !important;\n}\n.flex-col{\n flex-direction: column !important;\n}\n.flex-wrap{\n flex-wrap: wrap !important;\n}\n.items-start{\n align-items: flex-start !important;\n}\n.items-end{\n align-items: flex-end !important;\n}\n.items-center{\n align-items: center !important;\n}\n.justify-start{\n justify-content: flex-start !important;\n}\n.justify-end{\n justify-content: flex-end !important;\n}\n.justify-center{\n justify-content: center !important;\n}\n.overflow-auto{\n overflow: auto !important;\n}\n.overflow-hidden{\n overflow: hidden !important;\n}\n.overflow-y-auto{\n overflow-y: auto !important;\n}\n.overflow-x-hidden{\n overflow-x: hidden !important;\n}\n.text-ellipsis{\n text-overflow: ellipsis !important;\n}\n.whitespace-nowrap{\n white-space: nowrap !important;\n}\n.rounded{\n border-radius: 0.25rem !important;\n}\n.rounded-full{\n border-radius: 9999px !important;\n}\n.rounded-lg{\n border-radius: 0.5rem !important;\n}\n.rounded-md{\n border-radius: 0.375rem !important;\n}\n.rounded-sm{\n border-radius: 0.125rem !important;\n}\n.rounded-xl{\n border-radius: 0.75rem !important;\n}\n.rounded-l-lg{\n border-top-left-radius: 0.5rem !important;\n border-bottom-left-radius: 0.5rem !important;\n}\n.rounded-l-none{\n border-top-left-radius: 0px !important;\n border-bottom-left-radius: 0px !important;\n}\n.rounded-r-none{\n border-top-right-radius: 0px !important;\n border-bottom-right-radius: 0px !important;\n}\n.rounded-br{\n border-bottom-right-radius: 0.25rem !important;\n}\n.rounded-tr{\n border-top-right-radius: 0.25rem !important;\n}\n.border{\n border-width: 1px !important;\n}\n.border-2{\n border-width: 2px !important;\n}\n.border-b{\n border-bottom-width: 1px !important;\n}\n.border-l{\n border-left-width: 1px !important;\n}\n.border-r{\n border-right-width: 1px !important;\n}\n.border-dashed{\n border-style: dashed !important;\n}\n.border-black{\n --tw-border-opacity: 1 !important;\n border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;\n}\n.border-primary-500{\n --tw-border-opacity: 1 !important;\n border-color: rgb(245 158 11 / var(--tw-border-opacity)) !important;\n}\n.border-theme-100{\n --tw-border-opacity: 1 !important;\n border-color: rgb(245 245 245 / var(--tw-border-opacity)) !important;\n}\n.border-theme-200{\n --tw-border-opacity: 1 !important;\n border-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;\n}\n.border-theme-300{\n --tw-border-opacity: 1 !important;\n border-color: rgb(212 212 212 / var(--tw-border-opacity)) !important;\n}\n.border-theme-800{\n --tw-border-opacity: 1 !important;\n border-color: rgb(38 38 38 / var(--tw-border-opacity)) !important;\n}\n.border-white{\n --tw-border-opacity: 1 !important;\n border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;\n}\n.border-opacity-50{\n --tw-border-opacity: 0.5 !important;\n}\n.bg-black{\n --tw-bg-opacity: 1 !important;\n background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;\n}\n.bg-blue-500{\n --tw-bg-opacity: 1 !important;\n background-color: rgb(59 130 246 / var(--tw-bg-opacity)) !important;\n}\n.bg-danger-500{\n --tw-bg-opacity: 1 !important;\n background-color: rgb(244 63 94 / var(--tw-bg-opacity)) !important;\n}\n.bg-primary-500{\n --tw-bg-opacity: 1 !important;\n background-color: rgb(245 158 11 / var(--tw-bg-opacity)) !important;\n}\n.bg-red-500{\n --tw-bg-opacity: 1 !important;\n background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;\n}\n.bg-theme-100{\n --tw-bg-opacity: 1 !important;\n background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;\n}\n.bg-theme-200{\n --tw-bg-opacity: 1 !important;\n background-color: rgb(229 229 229 / var(--tw-bg-opacity)) !important;\n}\n.bg-theme-300{\n --tw-bg-opacity: 1 !important;\n background-color: rgb(212 212 212 / var(--tw-bg-opacity)) !important;\n}\n.bg-theme-400{\n --tw-bg-opacity: 1 !important;\n background-color: rgb(163 163 163 / var(--tw-bg-opacity)) !important;\n}\n.bg-theme-50{\n --tw-bg-opacity: 1 !important;\n background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;\n}\n.bg-theme-500{\n --tw-bg-opacity: 1 !important;\n background-color: rgb(115 115 115 / var(--tw-bg-opacity)) !important;\n}\n.bg-theme-600{\n --tw-bg-opacity: 1 !important;\n background-color: rgb(82 82 82 / var(--tw-bg-opacity)) !important;\n}\n.bg-theme-800{\n --tw-bg-opacity: 1 !important;\n background-color: rgb(38 38 38 / var(--tw-bg-opacity)) !important;\n}\n.bg-transparent{\n background-color: transparent !important;\n}\n.bg-white{\n --tw-bg-opacity: 1 !important;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;\n}\n.bg-opacity-0{\n --tw-bg-opacity: 0 !important;\n}\n.bg-opacity-10{\n --tw-bg-opacity: 0.1 !important;\n}\n.bg-opacity-20{\n --tw-bg-opacity: 0.2 !important;\n}\n.bg-opacity-25{\n --tw-bg-opacity: 0.25 !important;\n}\n.bg-opacity-50{\n --tw-bg-opacity: 0.5 !important;\n}\n.bg-opacity-60{\n --tw-bg-opacity: 0.6 !important;\n}\n.bg-opacity-70{\n --tw-bg-opacity: 0.7 !important;\n}\n.bg-opacity-80{\n --tw-bg-opacity: 0.8 !important;\n}\n.fill-black{\n fill: #000 !important;\n}\n.fill-danger-500{\n fill: #f43f5e !important;\n}\n.fill-primary-500{\n fill: #f59e0b !important;\n}\n.fill-transparent{\n fill: transparent !important;\n}\n.stroke-primary-500{\n stroke: #f59e0b !important;\n}\n.stroke-white{\n stroke: #fff !important;\n}\n.stroke-2{\n stroke-width: 2 !important;\n}\n.p-0{\n padding: 0px !important;\n}\n.p-1{\n padding: 0.25rem !important;\n}\n.p-1\\.5{\n padding: 0.375rem !important;\n}\n.p-2{\n padding: 0.5rem !important;\n}\n.p-3{\n padding: 0.75rem !important;\n}\n.p-4{\n padding: 1rem !important;\n}\n.p-\\[40px\\]{\n padding: 40px !important;\n}\n.p-\\[8px\\]{\n padding: 8px !important;\n}\n.px-1{\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n}\n.px-1\\.5{\n padding-left: 0.375rem !important;\n padding-right: 0.375rem !important;\n}\n.px-2{\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n}\n.px-3{\n padding-left: 0.75rem !important;\n padding-right: 0.75rem !important;\n}\n.px-4{\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n}\n.py-1{\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n}\n.py-10{\n padding-top: 2.5rem !important;\n padding-bottom: 2.5rem !important;\n}\n.py-2{\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n}\n.py-5{\n padding-top: 1.25rem !important;\n padding-bottom: 1.25rem !important;\n}\n.pb-1{\n padding-bottom: 0.25rem !important;\n}\n.pb-2{\n padding-bottom: 0.5rem !important;\n}\n.pl-1{\n padding-left: 0.25rem !important;\n}\n.pl-1\\.5{\n padding-left: 0.375rem !important;\n}\n.pl-2{\n padding-left: 0.5rem !important;\n}\n.pl-4{\n padding-left: 1rem !important;\n}\n.pl-5{\n padding-left: 1.25rem !important;\n}\n.pl-6{\n padding-left: 1.5rem !important;\n}\n.pr-1{\n padding-right: 0.25rem !important;\n}\n.pr-4{\n padding-right: 1rem !important;\n}\n.pr-6{\n padding-right: 1.5rem !important;\n}\n.pr-8{\n padding-right: 2rem !important;\n}\n.pt-0{\n padding-top: 0px !important;\n}\n.pt-2{\n padding-top: 0.5rem !important;\n}\n.pt-9{\n padding-top: 2.25rem !important;\n}\n.text-center{\n text-align: center !important;\n}\n.text-right{\n text-align: right !important;\n}\n.font-mono{\n font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;\n}\n.text-2xl{\n font-size: 1.5rem !important;\n line-height: 2rem !important;\n}\n.text-base{\n font-size: 1rem !important;\n line-height: 1.5rem !important;\n}\n.text-lg{\n font-size: 1.125rem !important;\n line-height: 1.75rem !important;\n}\n.text-sm{\n font-size: 0.875rem !important;\n line-height: 1.25rem !important;\n}\n.text-xl{\n font-size: 1.25rem !important;\n line-height: 1.75rem !important;\n}\n.text-xs{\n font-size: 0.75rem !important;\n line-height: 1rem !important;\n}\n.font-bold{\n font-weight: 700 !important;\n}\n.font-extrabold{\n font-weight: 800 !important;\n}\n.italic{\n font-style: italic !important;\n}\n.leading-10{\n line-height: 2.5rem !important;\n}\n.leading-5{\n line-height: 1.25rem !important;\n}\n.text-black{\n --tw-text-opacity: 1 !important;\n color: rgb(0 0 0 / var(--tw-text-opacity)) !important;\n}\n.text-inherit{\n color: inherit !important;\n}\n.text-theme-400{\n --tw-text-opacity: 1 !important;\n color: rgb(163 163 163 / var(--tw-text-opacity)) !important;\n}\n.text-theme-500{\n --tw-text-opacity: 1 !important;\n color: rgb(115 115 115 / var(--tw-text-opacity)) !important;\n}\n.text-theme-700{\n --tw-text-opacity: 1 !important;\n color: rgb(64 64 64 / var(--tw-text-opacity)) !important;\n}\n.text-theme-800{\n --tw-text-opacity: 1 !important;\n color: rgb(38 38 38 / var(--tw-text-opacity)) !important;\n}\n.text-white{\n --tw-text-opacity: 1 !important;\n color: rgb(255 255 255 / var(--tw-text-opacity)) !important;\n}\n.underline{\n text-decoration-line: underline !important;\n}\n.opacity-0{\n opacity: 0 !important;\n}\n.opacity-100{\n opacity: 1 !important;\n}\n.opacity-20{\n opacity: 0.2 !important;\n}\n.opacity-25{\n opacity: 0.25 !important;\n}\n.opacity-50{\n opacity: 0.5 !important;\n}\n.shadow{\n --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;\n --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;\n}\n.shadow-md{\n --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;\n --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;\n}\n.outline-none{\n outline: 2px solid transparent !important;\n outline-offset: 2px !important;\n}\n.outline{\n outline-style: solid !important;\n}\n.outline-2{\n outline-width: 2px !important;\n}\n.outline-primary-500{\n outline-color: #f59e0b !important;\n}\n.blur{\n --tw-blur: blur(8px) !important;\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;\n}\n.drop-shadow{\n --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)) !important;\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;\n}\n.grayscale{\n --tw-grayscale: grayscale(100%) !important;\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;\n}\n.invert{\n --tw-invert: invert(100%) !important;\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;\n}\n.sepia{\n --tw-sepia: sepia(100%) !important;\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;\n}\n.filter{\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;\n}\n.backdrop-filter{\n -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;\n backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;\n}\n.transition-all{\n transition-property: all !important;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;\n transition-duration: 150ms !important;\n}\n.duration-100{\n transition-duration: 100ms !important;\n}\n.duration-150{\n transition-duration: 150ms !important;\n}\n.duration-200{\n transition-duration: 200ms !important;\n}\n.hover\\:border-theme-300:hover{\n --tw-border-opacity: 1 !important;\n border-color: rgb(212 212 212 / var(--tw-border-opacity)) !important;\n}\n.hover\\:bg-primary-600:hover{\n --tw-bg-opacity: 1 !important;\n background-color: rgb(217 119 6 / var(--tw-bg-opacity)) !important;\n}\n.hover\\:bg-theme-200:hover{\n --tw-bg-opacity: 1 !important;\n background-color: rgb(229 229 229 / var(--tw-bg-opacity)) !important;\n}\n.hover\\:opacity-100:hover{\n opacity: 1 !important;\n}\n.hover\\:opacity-70:hover{\n opacity: 0.7 !important;\n}\n.focus\\:border-primary-500:focus{\n --tw-border-opacity: 1 !important;\n border-color: rgb(245 158 11 / var(--tw-border-opacity)) !important;\n}\n.focus\\:bg-primary-500:focus{\n --tw-bg-opacity: 1 !important;\n background-color: rgb(245 158 11 / var(--tw-bg-opacity)) !important;\n}\n.active\\:border-theme-300:active{\n --tw-border-opacity: 1 !important;\n border-color: rgb(212 212 212 / var(--tw-border-opacity)) !important;\n}\n.active\\:bg-primary-500:active{\n --tw-bg-opacity: 1 !important;\n background-color: rgb(245 158 11 / var(--tw-bg-opacity)) !important;\n}\n.active\\:bg-theme-200:active{\n --tw-bg-opacity: 1 !important;\n background-color: rgb(229 229 229 / var(--tw-bg-opacity)) !important;\n}\n.active\\:bg-opacity-40:active{\n --tw-bg-opacity: 0.4 !important;\n}\n.active\\:text-white:active{\n --tw-text-opacity: 1 !important;\n color: rgb(255 255 255 / var(--tw-text-opacity)) !important;\n}\n.active\\:opacity-100:active{\n opacity: 1 !important;\n}\n:is(.dark .dark\\:border-theme-100){\n --tw-border-opacity: 1 !important;\n border-color: rgb(245 245 245 / var(--tw-border-opacity)) !important;\n}\n:is(.dark .dark\\:border-theme-500){\n --tw-border-opacity: 1 !important;\n border-color: rgb(115 115 115 / var(--tw-border-opacity)) !important;\n}\n:is(.dark .dark\\:border-theme-600){\n --tw-border-opacity: 1 !important;\n border-color: rgb(82 82 82 / var(--tw-border-opacity)) !important;\n}\n:is(.dark .dark\\:border-theme-700){\n --tw-border-opacity: 1 !important;\n border-color: rgb(64 64 64 / var(--tw-border-opacity)) !important;\n}\n:is(.dark .dark\\:bg-black){\n --tw-bg-opacity: 1 !important;\n background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;\n}\n:is(.dark .dark\\:bg-primary-600){\n --tw-bg-opacity: 1 !important;\n background-color: rgb(217 119 6 / var(--tw-bg-opacity)) !important;\n}\n:is(.dark .dark\\:bg-theme-100){\n --tw-bg-opacity: 1 !important;\n background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;\n}\n:is(.dark .dark\\:bg-theme-600){\n --tw-bg-opacity: 1 !important;\n background-color: rgb(82 82 82 / var(--tw-bg-opacity)) !important;\n}\n:is(.dark .dark\\:bg-theme-700){\n --tw-bg-opacity: 1 !important;\n background-color: rgb(64 64 64 / var(--tw-bg-opacity)) !important;\n}\n:is(.dark .dark\\:bg-theme-800){\n --tw-bg-opacity: 1 !important;\n background-color: rgb(38 38 38 / var(--tw-bg-opacity)) !important;\n}\n:is(.dark .dark\\:bg-theme-900){\n --tw-bg-opacity: 1 !important;\n background-color: rgb(23 23 23 / var(--tw-bg-opacity)) !important;\n}\n:is(.dark .dark\\:bg-white){\n --tw-bg-opacity: 1 !important;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;\n}\n:is(.dark .dark\\:bg-opacity-0){\n --tw-bg-opacity: 0 !important;\n}\n:is(.dark .dark\\:bg-opacity-20){\n --tw-bg-opacity: 0.2 !important;\n}\n:is(.dark .dark\\:bg-opacity-50){\n --tw-bg-opacity: 0.5 !important;\n}\n:is(.dark .dark\\:bg-opacity-60){\n --tw-bg-opacity: 0.6 !important;\n}\n:is(.dark .dark\\:bg-opacity-80){\n --tw-bg-opacity: 0.8 !important;\n}\n:is(.dark .dark\\:fill-white){\n fill: #fff !important;\n}\n:is(.dark .dark\\:text-theme-100){\n --tw-text-opacity: 1 !important;\n color: rgb(245 245 245 / var(--tw-text-opacity)) !important;\n}\n:is(.dark .dark\\:text-white){\n --tw-text-opacity: 1 !important;\n color: rgb(255 255 255 / var(--tw-text-opacity)) !important;\n}\n:is(.dark .dark\\:hover\\:border-theme-500:hover){\n --tw-border-opacity: 1 !important;\n border-color: rgb(115 115 115 / var(--tw-border-opacity)) !important;\n}\n:is(.dark .dark\\:hover\\:bg-primary-400:hover){\n --tw-bg-opacity: 1 !important;\n background-color: rgb(251 191 36 / var(--tw-bg-opacity)) !important;\n}\n:is(.dark .dark\\:hover\\:bg-theme-600:hover){\n --tw-bg-opacity: 1 !important;\n background-color: rgb(82 82 82 / var(--tw-bg-opacity)) !important;\n}\n:is(.dark .dark\\:hover\\:bg-theme-800:hover){\n --tw-bg-opacity: 1 !important;\n background-color: rgb(38 38 38 / var(--tw-bg-opacity)) !important;\n}\n:is(.dark .dark\\:active\\:border-theme-500:active){\n --tw-border-opacity: 1 !important;\n border-color: rgb(115 115 115 / var(--tw-border-opacity)) !important;\n}\n:is(.dark .dark\\:active\\:bg-primary-500:active){\n --tw-bg-opacity: 1 !important;\n background-color: rgb(245 158 11 / var(--tw-bg-opacity)) !important;\n}\n:is(.dark .dark\\:active\\:bg-theme-600:active){\n --tw-bg-opacity: 1 !important;\n background-color: rgb(82 82 82 / var(--tw-bg-opacity)) !important;\n}\n:is(.dark .dark\\:active\\:bg-opacity-100:active){\n --tw-bg-opacity: 1 !important;\n}\n@media (min-width: 1536px){\n .\\32xl\\:mx-1{\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n }\n .\\32xl\\:ml-2{\n margin-left: 0.5rem !important;\n }\n .\\32xl\\:flex-row{\n flex-direction: row !important;\n }\n}\n`,""]);const h=b},645:e=>{e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var o="",n=void 0!==t[5];return t[4]&&(o+="@supports (".concat(t[4],") {")),t[2]&&(o+="@media ".concat(t[2]," {")),n&&(o+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),o+=e(t),n&&(o+="}"),t[2]&&(o+="}"),t[4]&&(o+="}"),o})).join("")},t.i=function(e,o,n,a,r){"string"==typeof e&&(e=[[null,e,void 0]]);var i={};if(n)for(var c=0;c<this.length;c++){var l=this[c][0];null!=l&&(i[l]=!0)}for(var s=0;s<e.length;s++){var f=[].concat(e[s]);n&&i[f[0]]||(void 0!==r&&(void 0===f[5]||(f[1]="@layer".concat(f[5].length>0?" ".concat(f[5]):""," {").concat(f[1],"}")),f[5]=r),o&&(f[2]?(f[1]="@media ".concat(f[2]," {").concat(f[1],"}"),f[2]=o):f[2]=o),a&&(f[4]?(f[1]="@supports (".concat(f[4],") {").concat(f[1],"}"),f[4]=a):f[4]="".concat(a)),t.push(f))}},t}},667:e=>{e.exports=function(e,t){return t||(t={}),e?(e=String(e.__esModule?e.default:e),/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),t.hash&&(e+=t.hash),/["'() \t\n]|(%20)/.test(e)||t.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e):e}},81:e=>{e.exports=function(e){return e[1]}},379:e=>{var t=[];function o(e){for(var o=-1,n=0;n<t.length;n++)if(t[n].identifier===e){o=n;break}return o}function n(e,n){for(var r={},i=[],c=0;c<e.length;c++){var l=e[c],s=n.base?l[0]+n.base:l[0],f=r[s]||0,d="".concat(s," ").concat(f);r[s]=f+1;var u=o(d),p={css:l[1],media:l[2],sourceMap:l[3],supports:l[4],layer:l[5]};if(-1!==u)t[u].references++,t[u].updater(p);else{var b=a(p,n);n.byIndex=c,t.splice(c,0,{identifier:d,updater:b,references:1})}i.push(d)}return i}function a(e,t){var o=t.domAPI(t);return o.update(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;o.update(e=t)}else o.remove()}}e.exports=function(e,a){var r=n(e=e||[],a=a||{});return function(e){e=e||[];for(var i=0;i<r.length;i++){var c=o(r[i]);t[c].references--}for(var l=n(e,a),s=0;s<r.length;s++){var f=o(r[s]);0===t[f].references&&(t[f].updater(),t.splice(f,1))}r=l}}},569:e=>{var t={};e.exports=function(e,o){var n=function(e){if(void 0===t[e]){var o=document.querySelector(e);if(window.HTMLIFrameElement&&o instanceof window.HTMLIFrameElement)try{o=o.contentDocument.head}catch(e){o=null}t[e]=o}return t[e]}(e);if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");n.appendChild(o)}},216:e=>{e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},565:(e,t,o)=>{e.exports=function(e){var t=o.nc;t&&e.setAttribute("nonce",t)}},795:e=>{e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=e.insertStyleElement(e);return{update:function(o){!function(e,t,o){var n="";o.supports&&(n+="@supports (".concat(o.supports,") {")),o.media&&(n+="@media ".concat(o.media," {"));var a=void 0!==o.layer;a&&(n+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),n+=o.css,a&&(n+="}"),o.media&&(n+="}"),o.supports&&(n+="}");var r=o.sourceMap;r&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleTagTransform(n,e,t.options)}(t,e,o)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},589:e=>{e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}},133:e=>{e.exports="data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e"},847:(e,t,o)=>{e.exports=o.p+"aff1938a5c48584fa92b.ttf"},457:(e,t,o)=>{e.exports=o.p+"a914b121110f8b6e01c9.woff2"},606:(e,t,o)=>{e.exports=o.p+"625dca125b58060788da.ttf"},338:(e,t,o)=>{e.exports=o.p+"47074dec01b64a5db2c4.woff2"},553:(e,t,o)=>{e.exports=o.p+"422cfe2813b03d900c10.ttf"},217:(e,t,o)=>{e.exports=o.p+"64d495f582d4a1590a6c.woff2"},987:(e,t,o)=>{e.exports=o.p+"ea8535110e0c42fd0046.ttf"},108:(e,t,o)=>{e.exports=o.p+"2ec4574b00d1d21ed0a3.woff2"},2:(e,t,o)=>{function n(e){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(e)}o.d(t,{Z:()=>n})}},__webpack_module_cache__={};function __webpack_require__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;var o=__webpack_module_cache__[e]={id:e,exports:{}};return __webpack_modules__[e](o,o.exports,__webpack_require__),o.exports}__webpack_require__.m=__webpack_modules__,__webpack_require__.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return __webpack_require__.d(t,{a:t}),t},__webpack_require__.d=(e,t)=>{for(var o in t)__webpack_require__.o(t,o)&&!__webpack_require__.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},__webpack_require__.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{var e;__webpack_require__.g.importScripts&&(e=__webpack_require__.g.location+"");var t=__webpack_require__.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var o=t.getElementsByTagName("script");if(o.length)for(var n=o.length-1;n>-1&&!e;)e=o[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),__webpack_require__.p=e})(),__webpack_require__.b=document.baseURI||self.location.href,__webpack_require__.nc=void 0;var __webpack_exports__={};(()=>{var e={};__webpack_require__.r(e),__webpack_require__.d(e,{getAllObjects:()=>si,getArtboardDefaults:()=>bi,getArtboardOriginalDefaults:()=>yi,getArtboards:()=>ui,getCanRedo:()=>ki,getCanUndo:()=>wi,getChildren:()=>fi,getMapDefaults:()=>pi,getMapOriginalDefaults:()=>mi,getObject:()=>li,getObjectDefaults:()=>gi,getObjectOriginalDefaults:()=>vi,getParent:()=>Ci,getSelectedObject:()=>ci,getSettings:()=>xi,getTooltipContentDefaults:()=>hi,getTooltipContentOriginalDefaults:()=>_i,getValue:()=>ii,isObjectChildOfActiveArtboard:()=>di});var t={};__webpack_require__.r(t),__webpack_require__.d(t,{clearHistory:()=>Bi,clearSelection:()=>Yi,createArtboard:()=>qi,createOval:()=>Pi,createPoly:()=>Hi,createRect:()=>Ni,createSpot:()=>Ti,createText:()=>Ri,deleteObjects:()=>Oi,groupItems:()=>Zi,insertObjects:()=>zi,moveItems:()=>Ui,setArtboardDefaults:()=>Si,setMapDefaults:()=>Ei,setMapValues:()=>Li,setObjectDefaults:()=>Ii,setObjectValues:()=>ji,setSelection:()=>Wi,setTooltipContentDefaults:()=>Ai,setValue:()=>Di});var o=__webpack_require__(379),n=__webpack_require__.n(o),a=__webpack_require__(795),r=__webpack_require__.n(a),i=__webpack_require__(569),c=__webpack_require__.n(i),l=__webpack_require__(565),s=__webpack_require__.n(l),f=__webpack_require__(216),d=__webpack_require__.n(f),u=__webpack_require__(589),p=__webpack_require__.n(u),b=__webpack_require__(638),g={};function h(){}g.styleTagTransform=p(),g.setAttributes=s(),g.insert=c().bind(null,"head"),g.domAPI=r(),g.insertStyleElement=d(),n()(b.Z,g),b.Z&&b.Z.locals&&b.Z.locals;const m=e=>e;function y(e,t){for(const o in t)e[o]=t[o];return e}function v(e){return e()}function _(){return Object.create(null)}function x(e){e.forEach(v)}function w(e){return"function"==typeof e}function k(e,t){return e!=e?t==t:e!==t||e&&"object"==typeof e||"function"==typeof e}let C;function $(e,t){return C||(C=document.createElement("a")),C.href=t,e===C.href}function M(e){return 0===Object.keys(e).length}function F(e,t,o){e.$$.on_destroy.push(function(e,...t){if(null==e)return h;const o=e.subscribe(...t);return o.unsubscribe?()=>o.unsubscribe():o}(t,o))}function D(e,t,o,n){if(e){const a=L(e,t,o,n);return e[0](a)}}function L(e,t,o,n){return e[1]&&n?y(o.ctx.slice(),e[1](n(t))):o.ctx}function B(e,t,o,n){if(e[2]&&n){const a=e[2](n(o));if(void 0===t.dirty)return a;if("object"==typeof a){const e=[],o=Math.max(t.dirty.length,a.length);for(let n=0;n<o;n+=1)e[n]=t.dirty[n]|a[n];return e}return t.dirty|a}return t.dirty}function j(e,t,o,n,a,r){if(a){const i=L(t,o,n,r);e.p(i,a)}}function E(e){if(e.ctx.length>32){const t=[],o=e.ctx.length/32;for(let e=0;e<o;e++)t[e]=-1;return t}return-1}function S(e,t,o){return e.set(o),t}function I(e){const t="string"==typeof e&&e.match(/^\s*(-?[\d.]+)([^\s]*)\s*$/);return t?[parseFloat(t[1]),t[2]||"px"]:[e,"px"]}const A="undefined"!=typeof window;let z=A?()=>window.performance.now():()=>Date.now(),O=A?e=>requestAnimationFrame(e):h;const T=new Set;function N(e){T.forEach((t=>{t.c(e)||(T.delete(t),t.f())})),0!==T.size&&O(N)}function P(e){let t;return 0===T.size&&O(N),{promise:new Promise((o=>{T.add(t={c:e,f:o})})),abort(){T.delete(t)}}}const H="undefined"!=typeof window?window:"undefined"!=typeof globalThis?globalThis:global;class R{constructor(e){this.options=e,this._listeners="WeakMap"in H?new WeakMap:void 0}observe(e,t){return this._listeners.set(e,t),this._getObserver().observe(e,this.options),()=>{this._listeners.delete(e),this._observer.unobserve(e)}}_getObserver(){var e;return null!==(e=this._observer)&&void 0!==e?e:this._observer=new ResizeObserver((e=>{var t;for(const o of e)R.entries.set(o.target,o),null===(t=this._listeners.get(o.target))||void 0===t||t(o)}))}}R.entries="WeakMap"in H?new WeakMap:void 0;let q=!1;function Z(e,t){e.appendChild(t)}function U(e,t,o){const n=W(e);if(!n.getElementById(t)){const e=G("style");e.id=t,e.textContent=o,V(n,e)}}function W(e){if(!e)return document;const t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function Y(e){const t=G("style");return V(W(e),t),t.sheet}function V(e,t){return Z(e.head||e,t),t.sheet}function X(e,t,o){e.insertBefore(t,o||null)}function K(e){e.parentNode&&e.parentNode.removeChild(e)}function G(e){return document.createElement(e)}function J(e){return document.createTextNode(e)}function Q(){return J(" ")}function ee(){return J("")}function te(e,t,o,n){return e.addEventListener(t,o,n),()=>e.removeEventListener(t,o,n)}function oe(e,t,o){null==o?e.removeAttribute(t):e.getAttribute(t)!==o&&e.setAttribute(t,o)}function ne(e,t){t=""+t,e.data!==t&&(e.data=t)}function ae(e,t){e.value=null==t?"":t}function re(e,t,o,n){null==o?e.style.removeProperty(t):e.style.setProperty(t,o,n?"important":"")}function ie(e,t,o){for(let o=0;o<e.options.length;o+=1){const n=e.options[o];if(n.__value===t)return void(n.selected=!0)}o&&void 0===t||(e.selectedIndex=-1)}const ce=new Map;let le,se=0;function fe(e,t,o,n,a,r,i,c=0){const l=16.666/n;let s="{\n";for(let e=0;e<=1;e+=l){const n=t+(o-t)*r(e);s+=100*e+`%{${i(n,1-n)}}\n`}const f=s+`100% {${i(o,1-o)}}\n}`,d=`__svelte_${function(e){let t=5381,o=e.length;for(;o--;)t=(t<<5)-t^e.charCodeAt(o);return t>>>0}(f)}_${c}`,u=W(e),{stylesheet:p,rules:b}=ce.get(u)||function(e,t){const o={stylesheet:Y(t),rules:{}};return ce.set(e,o),o}(u,e);b[d]||(b[d]=!0,p.insertRule(`@keyframes ${d} ${f}`,p.cssRules.length));const g=e.style.animation||"";return e.style.animation=`${g?`${g}, `:""}${d} ${n}ms linear ${a}ms 1 both`,se+=1,d}function de(e,t){const o=(e.style.animation||"").split(", "),n=o.filter(t?e=>e.indexOf(t)<0:e=>-1===e.indexOf("__svelte")),a=o.length-n.length;a&&(e.style.animation=n.join(", "),se-=a,se||O((()=>{se||(ce.forEach((e=>{const{ownerNode:t}=e.stylesheet;t&&K(t)})),ce.clear())})))}function ue(e){le=e}function pe(){if(!le)throw new Error("Function called outside component initialization");return le}function be(e){pe().$$.on_mount.push(e)}function ge(e){pe().$$.after_update.push(e)}function he(e){pe().$$.on_destroy.push(e)}function me(e,t){return pe().$$.context.set(e,t),t}function ye(e){return pe().$$.context.get(e)}const ve=[],_e=[];let xe=[];const we=[],ke=Promise.resolve();let Ce=!1;function $e(e){xe.push(e)}function Me(e){we.push(e)}const Fe=new Set;let De,Le=0;function Be(){if(0!==Le)return;const e=le;do{try{for(;Le<ve.length;){const e=ve[Le];Le++,ue(e),je(e.$$)}}catch(e){throw ve.length=0,Le=0,e}for(ue(null),ve.length=0,Le=0;_e.length;)_e.pop()();for(let e=0;e<xe.length;e+=1){const t=xe[e];Fe.has(t)||(Fe.add(t),t())}xe.length=0}while(ve.length);for(;we.length;)we.pop()();Ce=!1,Fe.clear(),ue(e)}function je(e){if(null!==e.fragment){e.update(),x(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach($e)}}function Ee(e,t,o){e.dispatchEvent(function(e,t,{bubbles:o=!1,cancelable:n=!1}={}){const a=document.createEvent("CustomEvent");return a.initCustomEvent(e,o,n,t),a}(`${t?"intro":"outro"}${o}`))}const Se=new Set;let Ie;function Ae(){Ie={r:0,c:[],p:Ie}}function ze(){Ie.r||x(Ie.c),Ie=Ie.p}function Oe(e,t){e&&e.i&&(Se.delete(e),e.i(t))}function Te(e,t,o,n){if(e&&e.o){if(Se.has(e))return;Se.add(e),Ie.c.push((()=>{Se.delete(e),n&&(o&&e.d(1),n())})),e.o(t)}else n&&n()}const Ne={duration:0};function Pe(e,t,o,n){const a={direction:"both"};let r=t(e,o,a),i=n?0:1,c=null,l=null,s=null;function f(){s&&de(e,s)}function d(e,t){const o=e.b-i;return t*=Math.abs(o),{a:i,b:e.b,d:o,duration:t,start:e.start,end:e.start+t,group:e.group}}function u(t){const{delay:o=0,duration:n=300,easing:a=m,tick:u=h,css:p}=r||Ne,b={start:z()+o,b:t};t||(b.group=Ie,Ie.r+=1),c||l?l=b:(p&&(f(),s=fe(e,i,t,n,o,a,p)),t&&u(0,1),c=d(b,n),$e((()=>Ee(e,t,"start"))),P((t=>{if(l&&t>l.start&&(c=d(l,n),l=null,Ee(e,c.b,"start"),p&&(f(),s=fe(e,i,c.b,c.duration,0,a,r.css))),c)if(t>=c.end)u(i=c.b,1-i),Ee(e,c.b,"end"),l||(c.b?f():--c.group.r||x(c.group.c)),c=null;else if(t>=c.start){const e=t-c.start;i=c.a+c.d*a(e/c.duration),u(i,1-i)}return!(!c&&!l)})))}return{run(e){w(r)?(De||(De=Promise.resolve(),De.then((()=>{De=null}))),De).then((()=>{r=r(a),u(e)})):u(e)},end(){f(),c=l=null}}}function He(e,t){e.d(1),t.delete(e.key)}function Re(e,t){Te(e,1,1,(()=>{t.delete(e.key)}))}function qe(e,t){e.f(),Re(e,t)}function Ze(e,t,o,n,a,r,i,c,l,s,f,d){let u=e.length,p=r.length,b=u;const g={};for(;b--;)g[e[b].key]=b;const h=[],m=new Map,y=new Map,v=[];for(b=p;b--;){const e=d(a,r,b),c=o(e);let l=i.get(c);l?n&&v.push((()=>l.p(e,t))):(l=s(c,e),l.c()),m.set(c,h[b]=l),c in g&&y.set(c,Math.abs(b-g[c]))}const _=new Set,w=new Set;function k(e){Oe(e,1),e.m(c,f),i.set(e.key,e),f=e.first,p--}for(;u&&p;){const t=h[p-1],o=e[u-1],n=t.key,a=o.key;t===o?(f=t.first,u--,p--):m.has(a)?!i.has(n)||_.has(n)?k(t):w.has(a)?u--:y.get(n)>y.get(a)?(w.add(n),k(t)):(_.add(a),u--):(l(o,i),u--)}for(;u--;){const t=e[u];m.has(t.key)||l(t,i)}for(;p;)k(h[p-1]);return x(v),h}let Ue;function We(e,t,o){const n=e.$$.props[t];void 0!==n&&(e.$$.bound[n]=o,o(e.$$.ctx[n]))}function Ye(e){e&&e.c()}function Ve(e,t,o,n){const{fragment:a,after_update:r}=e.$$;a&&a.m(t,o),n||$e((()=>{const t=e.$$.on_mount.map(v).filter(w);e.$$.on_destroy?e.$$.on_destroy.push(...t):x(t),e.$$.on_mount=[]})),r.forEach($e)}function Xe(e,t){const o=e.$$;null!==o.fragment&&(function(e){const t=[],o=[];xe.forEach((n=>-1===e.indexOf(n)?t.push(n):o.push(n))),o.forEach((e=>e())),xe=t}(o.after_update),x(o.on_destroy),o.fragment&&o.fragment.d(t),o.on_destroy=o.fragment=null,o.ctx=[])}function Ke(e,t,o,n,a,r,i,c=[-1]){const l=le;ue(e);const s=e.$$={fragment:null,ctx:[],props:r,update:h,not_equal:a,bound:_(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(l?l.$$.context:[])),callbacks:_(),dirty:c,skip_bound:!1,root:t.target||l.$$.root};i&&i(s.root);let f=!1;if(s.ctx=o?o(e,t.props||{},((t,o,...n)=>{const r=n.length?n[0]:o;return s.ctx&&a(s.ctx[t],s.ctx[t]=r)&&(!s.skip_bound&&s.bound[t]&&s.bound[t](r),f&&function(e,t){-1===e.$$.dirty[0]&&(ve.push(e),Ce||(Ce=!0,ke.then(Be)),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}(e,t)),o})):[],s.update(),f=!0,x(s.before_update),s.fragment=!!n&&n(s.ctx),t.target){if(t.hydrate){q=!0;const e=(d=t.target,Array.from(d.childNodes));s.fragment&&s.fragment.l(e),e.forEach(K)}else s.fragment&&s.fragment.c();t.intro&&Oe(e.$$.fragment),Ve(e,t.target,t.anchor,t.customElement),q=!1,Be()}var d;ue(l)}new Set(["allowfullscreen","allowpaymentrequest","async","autofocus","autoplay","checked","controls","default","defer","disabled","formnovalidate","hidden","inert","ismap","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected"]),"function"==typeof HTMLElement&&(Ue=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:e}=this.$$;this.$$.on_disconnect=e.map(v).filter(w);for(const e in this.$$.slotted)this.appendChild(this.$$.slotted[e])}attributeChangedCallback(e,t,o){this[e]=o}disconnectedCallback(){x(this.$$.on_disconnect)}$destroy(){Xe(this,1),this.$destroy=h}$on(e,t){if(!w(t))return h;const o=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return o.push(t),()=>{const e=o.indexOf(t);-1!==e&&o.splice(e,1)}}$set(e){this.$$set&&!M(e)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}});class Ge{$destroy(){Xe(this,1),this.$destroy=h}$on(e,t){if(!w(t))return h;const o=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return o.push(t),()=>{const e=o.indexOf(t);-1!==e&&o.splice(e,1)}}$set(e){this.$$set&&!M(e)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}}const Je=[];function Qe(e,t=h){let o;const n=new Set;function a(t){if(k(e,t)&&(e=t,o)){const t=!Je.length;for(const t of n)t[1](),Je.push(t,e);if(t){for(let e=0;e<Je.length;e+=2)Je[e][0](Je[e+1]);Je.length=0}}}return{set:a,update:function(t){a(t(e))},subscribe:function(r,i=h){const c=[r,i];return n.add(c),1===n.size&&(o=t(a)||h),r(e),()=>{n.delete(c),0===n.size&&o&&(o(),o=null)}}}}var et="event group items",tt="event delete items",ot="event undo",nt="event redo",at="event open svg import modal",rt="event open icon library modal",it="event open export modal",ct="event open import modal",lt="event open object defaults modal",st="event open load modal",ft="event open new map modal",dt="event open publish modal",ut="event form control update",pt="event form control update start",bt="event form control update end",gt="event object move",ht="event object scale",mt="event object edit poly",yt="event object transform start",vt="event object transform end",_t="event canvas drag",xt="event canvas reset",wt="event canvas zoom start",kt="event canvas zoom end",Ct="event canvas zoom in",$t="event canvas zoom out",Mt="EVENT_OBJECT_QUICK_DRAG",Ft="EVENT_BUG_REPORT",Dt="EVENT_EXECUTE_ACTION_MODAL",Lt="Paragraph",Bt="Heading",jt="Button",Et="Image",St="Video",It="YouTube",At="tool-1",zt="tool-2",Ot="tool-3",Tt="tool-4",Nt="tool-5",Pt="tool-6",Ht="tool-7",Rt="tool-8",qt="tool-9",Zt="artboard",Ut="spot",Wt="rect",Yt="oval",Vt="poly",Xt="text",Kt="svg",Gt="svg-single",Jt="group",Qt="CANVAS_BACKGROUND",eo="CANVAS_OBJECT_ROOT",to="CANVAS_OBJECT_FIRST_POLY_POINT",oo="MAIN_ROOT",no="UI_OBJECT_LIST",ao="CLIPBOARD_TYPE_OBJECTS",ro="CLIPBOARD_TYPE_STYLES",io="CLIPBOARD_TYPE_TOOLTIP_STYLES",co="CLIPBOARD_TYPE_TOOLTIP_CONTENT",lo="SHORTCUT_SELECT",so="SHORTCUT_SPOT",fo="SHORTCUT_RECT",uo="SHORTCUT_OVAL",po="SHORTCUT_POLY",bo="SHORTCUT_TEXT",go="SHORTCUT_PAN_START",ho="SHORTCUT_PAN_END",mo="SHORTCUT_ZOOM_IN",yo="SHORTCUT_ZOOM_OUT",vo="SHORTCUT_WHEEL_ZOOM_IN",_o="SHORTCUT_WHEEL_ZOOM_OUT",xo="SHORTCUT_ZOOM_RESET",wo="SHORTCUT_HIDE_OBJECT_LIST",ko="SHORTCUT_HIDE_OBJECT_SETTINGS",Co="SHORTCUT_DELETE",$o="SHORTCUT_ENTER",Mo="SHORTCUT_ESC",Fo=!1;"true"!==window.localStorage.imageMapProDarkMode&&!0!==window.localStorage.imageMapProDarkMode||(Fo=!0);var Do={tool:At,previewMode:!1,darkMode:Fo,selected:[],previousSelected:[],hidden:[],hiddenTooltips:[],objectListVisible:!0,objectSettingsVisible:!0,mapSettingsVisible:!1,clipboard:{},zoom:1,minZoom:1,maxZoom:16,activeArtboard:void 0,lockSize:!0,showMouseoverStylesInEditor:!1},Lo=Qe(Do.tool),Bo=Qe(Do.previewMode),jo=Qe(Do.darkMode),Eo=Qe(Do.selected),So=Qe(Do.previousSelected),Io=Qe(Do.hidden),Ao=Qe(Do.hiddenTooltips),zo=Qe(Do.objectListVisible),Oo=Qe(Do.objectSettingsVisible),To=Qe(Do.mapSettingsVisible),No=Qe(Do.clipboard),Po=Qe(Do.zoom),Ho=Qe(Do.minZoom),Ro=Qe(Do.maxZoom),qo=Qe(Do.activeArtboard),Zo=Qe(Do.lockSize),Uo=Qe(Do.showMouseoverStylesInEditor),Wo=function(){Lo.set(Do.tool),Bo.set(Do.previewMode),Eo.set(Do.selected),So.set(Do.previousSelected),Io.set(Do.hidden),Ao.set(Do.hiddenTooltips),zo.set(Do.objectListVisible),Oo.set(Do.objectSettingsVisible),To.set(Do.mapSettingsVisible),No.set(Do.clipboard),Po.set(Do.zoom),Ho.set(Do.minZoom),Ro.set(Do.maxZoom),qo.set(Do.activeArtboard),Zo.set(Do.lockSize),Uo.set(Do.showMouseoverStylesInEditor)};jo.subscribe((function(e){window.localStorage.imageMapProDarkMode=e})),document.addEventListener(lo,(function(){Lo.set(At)})),document.addEventListener(so,(function(){Lo.set(zt)})),document.addEventListener(fo,(function(){Lo.set(Ot)})),document.addEventListener(uo,(function(){Lo.set(Tt)})),document.addEventListener(po,(function(){Lo.set(Nt)})),document.addEventListener(bo,(function(){Lo.set(Pt)})),document.addEventListener(wo,(function(){zo.update((function(e){return!e}))})),document.addEventListener(ko,(function(){Oo.update((function(e){return!e}))})),window.imageMapProConfig||(window.imageMapProConfig={});var Yo=null,Vo=null;function Xo(e){if(!0===window.imageMapProConfig.wp)Vo=e,window.parent.postMessage(JSON.stringify({action:"getProjectsList"}),"*");else{var t=window.localStorage.imageMapProSaves||"[]";try{e(JSON.parse(t).map((function(e){return{id:e.id,name:e.general.name,lastSaved:e.lastSaved}})))}catch(t){console.log(t),e(void 0)}}}var Ko=null;function Go(e,t){if(!0===window.imageMapProConfig.wp)Ko=t,window.parent.postMessage(JSON.stringify({action:"getProject",id:e}),"*");else{var o=window.localStorage.imageMapProSaves||"[]";try{o=JSON.parse(o)}catch(e){console.log(e),t(void 0)}t(o.filter((function(t){return t.id+""==e+""}))[0])}}var Jo=null,Qo=null;function en(e){for(var t=arguments.length,o=Array(t>1?t-1:0),n=1;n<t;n++)o[n-1]=arguments[n];throw Error("[Immer] minified error nr: "+e+(o.length?" "+o.map((function(e){return"'"+e+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function tn(e){return!!e&&!!e[Rn]}function on(e){var t;return!!e&&(function(e){if(!e||"object"!=typeof e)return!1;var t=Object.getPrototypeOf(e);if(null===t)return!0;var o=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return o===Object||"function"==typeof o&&Function.toString.call(o)===qn}(e)||Array.isArray(e)||!!e[Hn]||!!(null===(t=e.constructor)||void 0===t?void 0:t[Hn])||sn(e)||fn(e))}function nn(e,t,o){void 0===o&&(o=!1),0===an(e)?(o?Object.keys:Zn)(e).forEach((function(n){o&&"symbol"==typeof n||t(n,e[n],e)})):e.forEach((function(o,n){return t(n,o,e)}))}function an(e){var t=e[Rn];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:sn(e)?2:fn(e)?3:0}function rn(e,t){return 2===an(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function cn(e,t,o){var n=an(e);2===n?e.set(t,o):3===n?e.add(o):e[t]=o}function ln(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function sn(e){return On&&e instanceof Map}function fn(e){return Tn&&e instanceof Set}function dn(e){return e.o||e.t}function un(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=Un(e);delete t[Rn];for(var o=Zn(t),n=0;n<o.length;n++){var a=o[n],r=t[a];!1===r.writable&&(r.writable=!0,r.configurable=!0),(r.get||r.set)&&(t[a]={configurable:!0,writable:!0,enumerable:r.enumerable,value:e[a]})}return Object.create(Object.getPrototypeOf(e),t)}function pn(e,t){return void 0===t&&(t=!1),gn(e)||tn(e)||!on(e)||(an(e)>1&&(e.set=e.add=e.clear=e.delete=bn),Object.freeze(e),t&&nn(e,(function(e,t){return pn(t,!0)}),!0)),e}function bn(){en(2)}function gn(e){return null==e||"object"!=typeof e||Object.isFrozen(e)}function hn(e){var t=Wn[e];return t||en(18,e),t}function mn(){return An}function yn(e,t){t&&(hn("Patches"),e.u=[],e.s=[],e.v=t)}function vn(e){_n(e),e.p.forEach(wn),e.p=null}function _n(e){e===An&&(An=e.l)}function xn(e){return An={p:[],l:An,h:e,m:!0,_:0}}function wn(e){var t=e[Rn];0===t.i||1===t.i?t.j():t.g=!0}function kn(e,t){t._=t.p.length;var o=t.p[0],n=void 0!==e&&e!==o;return t.h.O||hn("ES5").S(t,e,n),n?(o[Rn].P&&(vn(t),en(4)),on(e)&&(e=Cn(t,e),t.l||Mn(t,e)),t.u&&hn("Patches").M(o[Rn].t,e,t.u,t.s)):e=Cn(t,o,[]),vn(t),t.u&&t.v(t.u,t.s),e!==Pn?e:void 0}function Cn(e,t,o){if(gn(t))return t;var n=t[Rn];if(!n)return nn(t,(function(a,r){return $n(e,n,t,a,r,o)}),!0),t;if(n.A!==e)return t;if(!n.P)return Mn(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var a=4===n.i||5===n.i?n.o=un(n.k):n.o,r=a,i=!1;3===n.i&&(r=new Set(a),a.clear(),i=!0),nn(r,(function(t,r){return $n(e,n,a,t,r,o,i)})),Mn(e,a,!1),o&&e.u&&hn("Patches").N(n,o,e.u,e.s)}return n.o}function $n(e,t,o,n,a,r,i){if(tn(a)){var c=Cn(e,a,r&&t&&3!==t.i&&!rn(t.R,n)?r.concat(n):void 0);if(cn(o,n,c),!tn(c))return;e.m=!1}else i&&o.add(a);if(on(a)&&!gn(a)){if(!e.h.D&&e._<1)return;Cn(e,a),t&&t.A.l||Mn(e,a)}}function Mn(e,t,o){void 0===o&&(o=!1),!e.l&&e.h.D&&e.m&&pn(t,o)}function Fn(e,t){var o=e[Rn];return(o?dn(o):e)[t]}function Dn(e,t){if(t in e)for(var o=Object.getPrototypeOf(e);o;){var n=Object.getOwnPropertyDescriptor(o,t);if(n)return n;o=Object.getPrototypeOf(o)}}function Ln(e){e.P||(e.P=!0,e.l&&Ln(e.l))}function Bn(e){e.o||(e.o=un(e.t))}function jn(e,t,o){var n=sn(t)?hn("MapSet").F(t,o):fn(t)?hn("MapSet").T(t,o):e.O?function(e,t){var o=Array.isArray(e),n={i:o?1:0,A:t?t.A:mn(),P:!1,I:!1,R:{},l:t,t:e,k:null,o:null,j:null,C:!1},a=n,r=Yn;o&&(a=[n],r=Vn);var i=Proxy.revocable(a,r),c=i.revoke,l=i.proxy;return n.k=l,n.j=c,l}(t,o):hn("ES5").J(t,o);return(o?o.A:mn()).p.push(n),n}function En(e){return tn(e)||en(22,e),function e(t){if(!on(t))return t;var o,n=t[Rn],a=an(t);if(n){if(!n.P&&(n.i<4||!hn("ES5").K(n)))return n.t;n.I=!0,o=Sn(t,a),n.I=!1}else o=Sn(t,a);return nn(o,(function(t,a){n&&function(e,t){return 2===an(e)?e.get(t):e[t]}(n.t,t)===a||cn(o,t,e(a))})),3===a?new Set(o):o}(e)}function Sn(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return un(e)}window.addEventListener("message",(function(e){try{var t=JSON.parse(e.data);"getLastProjectId"===t.action&&Yo&&Yo(t.id),"getProjectsList"===t.action&&Vo&&Vo(t.projectsList),"getProject"===t.action&&Ko&&Ko(t.project),"saveProject"===t.action&&Jo&&Jo("success"===t.result),"deleteProject"===t.action&&Qo&&Qo("success"===t.result),t.action,t.action,t.action,t.action}catch(e){}}));var In,An,zn="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),On="undefined"!=typeof Map,Tn="undefined"!=typeof Set,Nn="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Pn=zn?Symbol.for("immer-nothing"):((In={})["immer-nothing"]=!0,In),Hn=zn?Symbol.for("immer-draftable"):"__$immer_draftable",Rn=zn?Symbol.for("immer-state"):"__$immer_state",qn=("undefined"!=typeof Symbol&&Symbol.iterator,""+Object.prototype.constructor),Zn="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,Un=Object.getOwnPropertyDescriptors||function(e){var t={};return Zn(e).forEach((function(o){t[o]=Object.getOwnPropertyDescriptor(e,o)})),t},Wn={},Yn={get:function(e,t){if(t===Rn)return e;var o=dn(e);if(!rn(o,t))return function(e,t,o){var n,a=Dn(t,o);return a?"value"in a?a.value:null===(n=a.get)||void 0===n?void 0:n.call(e.k):void 0}(e,o,t);var n=o[t];return e.I||!on(n)?n:n===Fn(e.t,t)?(Bn(e),e.o[t]=jn(e.A.h,n,e)):n},has:function(e,t){return t in dn(e)},ownKeys:function(e){return Reflect.ownKeys(dn(e))},set:function(e,t,o){var n=Dn(dn(e),t);if(null==n?void 0:n.set)return n.set.call(e.k,o),!0;if(!e.P){var a=Fn(dn(e),t),r=null==a?void 0:a[Rn];if(r&&r.t===o)return e.o[t]=o,e.R[t]=!1,!0;if(ln(o,a)&&(void 0!==o||rn(e.t,t)))return!0;Bn(e),Ln(e)}return e.o[t]===o&&(void 0!==o||t in e.o)||Number.isNaN(o)&&Number.isNaN(e.o[t])||(e.o[t]=o,e.R[t]=!0),!0},deleteProperty:function(e,t){return void 0!==Fn(e.t,t)||t in e.t?(e.R[t]=!1,Bn(e),Ln(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var o=dn(e),n=Reflect.getOwnPropertyDescriptor(o,t);return n?{writable:!0,configurable:1!==e.i||"length"!==t,enumerable:n.enumerable,value:o[t]}:n},defineProperty:function(){en(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){en(12)}},Vn={};nn(Yn,(function(e,t){Vn[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),Vn.deleteProperty=function(e,t){return Vn.set.call(this,e,t,void 0)},Vn.set=function(e,t,o){return Yn.set.call(this,e[0],t,o,e[0])};var Xn=function(){function e(e){var t=this;this.O=Nn,this.D=!0,this.produce=function(e,o,n){if("function"==typeof e&&"function"!=typeof o){var a=o;o=e;var r=t;return function(e){var t=this;void 0===e&&(e=a);for(var n=arguments.length,i=Array(n>1?n-1:0),c=1;c<n;c++)i[c-1]=arguments[c];return r.produce(e,(function(e){var n;return(n=o).call.apply(n,[t,e].concat(i))}))}}var i;if("function"!=typeof o&&en(6),void 0!==n&&"function"!=typeof n&&en(7),on(e)){var c=xn(t),l=jn(t,e,void 0),s=!0;try{i=o(l),s=!1}finally{s?vn(c):_n(c)}return"undefined"!=typeof Promise&&i instanceof Promise?i.then((function(e){return yn(c,n),kn(e,c)}),(function(e){throw vn(c),e})):(yn(c,n),kn(i,c))}if(!e||"object"!=typeof e){if(void 0===(i=o(e))&&(i=e),i===Pn&&(i=void 0),t.D&&pn(i,!0),n){var f=[],d=[];hn("Patches").M(e,i,f,d),n(f,d)}return i}en(21,e)},this.produceWithPatches=function(e,o){if("function"==typeof e)return function(o){for(var n=arguments.length,a=Array(n>1?n-1:0),r=1;r<n;r++)a[r-1]=arguments[r];return t.produceWithPatches(o,(function(t){return e.apply(void 0,[t].concat(a))}))};var n,a,r=t.produce(e,o,(function(e,t){n=e,a=t}));return"undefined"!=typeof Promise&&r instanceof Promise?r.then((function(e){return[e,n,a]})):[r,n,a]},"boolean"==typeof(null==e?void 0:e.useProxies)&&this.setUseProxies(e.useProxies),"boolean"==typeof(null==e?void 0:e.autoFreeze)&&this.setAutoFreeze(e.autoFreeze)}var t=e.prototype;return t.createDraft=function(e){on(e)||en(8),tn(e)&&(e=En(e));var t=xn(this),o=jn(this,e,void 0);return o[Rn].C=!0,_n(t),o},t.finishDraft=function(e,t){var o=(e&&e[Rn]).A;return yn(o,t),kn(void 0,o)},t.setAutoFreeze=function(e){this.D=e},t.setUseProxies=function(e){e&&!Nn&&en(20),this.O=e},t.applyPatches=function(e,t){var o;for(o=t.length-1;o>=0;o--){var n=t[o];if(0===n.path.length&&"replace"===n.op){e=n.value;break}}o>-1&&(t=t.slice(o+1));var a=hn("Patches").$;return tn(e)?a(e,t):this.produce(e,(function(e){return a(e,t)}))},e}(),Kn=new Xn,Gn=Kn.produce;Kn.produceWithPatches.bind(Kn),Kn.setAutoFreeze.bind(Kn),Kn.setUseProxies.bind(Kn),Kn.applyPatches.bind(Kn),Kn.createDraft.bind(Kn),Kn.finishDraft.bind(Kn);const Jn=Gn;var Qn=__webpack_require__(2);function ea(e){var t=function(e,t){if("object"!==(0,Qn.Z)(e)||null===e)return e;var o=e[Symbol.toPrimitive];if(void 0!==o){var n=o.call(e,"string");if("object"!==(0,Qn.Z)(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===(0,Qn.Z)(t)?t:String(t)}function ta(e,t,o){return(t=ea(t))in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function oa(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function na(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?oa(Object(o),!0).forEach((function(t){ta(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):oa(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function aa(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var ra="function"==typeof Symbol&&Symbol.observable||"@@observable",ia=function(){return Math.random().toString(36).substring(7).split("").join(".")},ca={INIT:"@@redux/INIT"+ia(),REPLACE:"@@redux/REPLACE"+ia(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+ia()}};function la(e,t,o){var n;if("function"==typeof t&&"function"==typeof o||"function"==typeof o&&"function"==typeof arguments[3])throw new Error(aa(0));if("function"==typeof t&&void 0===o&&(o=t,t=void 0),void 0!==o){if("function"!=typeof o)throw new Error(aa(1));return o(la)(e,t)}if("function"!=typeof e)throw new Error(aa(2));var a=e,r=t,i=[],c=i,l=!1;function s(){c===i&&(c=i.slice())}function f(){if(l)throw new Error(aa(3));return r}function d(e){if("function"!=typeof e)throw new Error(aa(4));if(l)throw new Error(aa(5));var t=!0;return s(),c.push(e),function(){if(t){if(l)throw new Error(aa(6));t=!1,s();var o=c.indexOf(e);c.splice(o,1),i=null}}}function u(e){if(!function(e){if("object"!=typeof e||null===e)return!1;for(var t=e;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}(e))throw new Error(aa(7));if(void 0===e.type)throw new Error(aa(8));if(l)throw new Error(aa(9));try{l=!0,r=a(r,e)}finally{l=!1}for(var t=i=c,o=0;o<t.length;o++)(0,t[o])();return e}return u({type:ca.INIT}),(n={dispatch:u,subscribe:d,getState:f,replaceReducer:function(e){if("function"!=typeof e)throw new Error(aa(10));a=e,u({type:ca.REPLACE})}})[ra]=function(){var e,t=d;return(e={subscribe:function(e){if("object"!=typeof e||null===e)throw new Error(aa(11));function o(){e.next&&e.next(f())}return o(),{unsubscribe:t(o)}}})[ra]=function(){return this},e},n}function sa(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return 0===t.length?function(e){return e}:1===t.length?t[0]:t.reduce((function(e,t){return function(){return e(t.apply(void 0,arguments))}}))}function fa(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return function(e){return function(){var o=e.apply(void 0,arguments),n=function(){throw new Error(aa(15))},a={getState:o.getState,dispatch:function(){return n.apply(void 0,arguments)}},r=t.map((function(e){return e(a)}));return n=sa.apply(void 0,r)(o.dispatch),na(na({},o),{},{dispatch:n})}}}function da(e){return function(t){var o=t.dispatch,n=t.getState;return function(t){return function(a){return"function"==typeof a?a(o,n,e):t(a)}}}}var ua=da();ua.withExtraArgument=da;const pa=ua;var ba,ga=(ba=function(e,t){return ba=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])},ba(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function o(){this.constructor=e}ba(e,t),e.prototype=null===t?Object.create(t):(o.prototype=t.prototype,new o)}),ha=function(e,t){for(var o=0,n=t.length,a=e.length;o<n;o++,a++)e[a]=t[o];return e},ma=Object.defineProperty,ya=Object.defineProperties,va=Object.getOwnPropertyDescriptors,_a=Object.getOwnPropertySymbols,xa=Object.prototype.hasOwnProperty,wa=Object.prototype.propertyIsEnumerable,ka=function(e,t,o){return t in e?ma(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o},Ca=function(e,t){for(var o in t||(t={}))xa.call(t,o)&&ka(e,o,t[o]);if(_a)for(var n=0,a=_a(t);n<a.length;n++)o=a[n],wa.call(t,o)&&ka(e,o,t[o]);return e},$a=function(e,t){return ya(e,va(t))},Ma="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?sa:sa.apply(null,arguments)};"undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION__&&window.__REDUX_DEVTOOLS_EXTENSION__;var Fa=function(e){function t(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var a=e.apply(this,o)||this;return Object.setPrototypeOf(a,t.prototype),a}return ga(t,e),Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return e.prototype.concat.apply(this,t)},t.prototype.prepend=function(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];return 1===e.length&&Array.isArray(e[0])?new(t.bind.apply(t,ha([void 0],e[0].concat(this)))):new(t.bind.apply(t,ha([void 0],e.concat(this))))},t}(Array),Da=function(e){function t(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var a=e.apply(this,o)||this;return Object.setPrototypeOf(a,t.prototype),a}return ga(t,e),Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return e.prototype.concat.apply(this,t)},t.prototype.prepend=function(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];return 1===e.length&&Array.isArray(e[0])?new(t.bind.apply(t,ha([void 0],e[0].concat(this)))):new(t.bind.apply(t,ha([void 0],e.concat(this))))},t}(Array);function La(e){return on(e)?Jn(e,(function(){})):e}function Ba(e,t){function o(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];if(t){var a=t.apply(void 0,o);if(!a)throw new Error("prepareAction did not return an object");return Ca(Ca({type:e,payload:a.payload},"meta"in a&&{meta:a.meta}),"error"in a&&{error:a.error})}return{type:e,payload:o[0]}}return o.toString=function(){return""+e},o.type=e,o.match=function(t){return t.type===e},o}function ja(e){var t,o={},n=[],a={addCase:function(e,t){var n="string"==typeof e?e:e.type;if(n in o)throw new Error("addCase cannot be called with two reducers for the same action type");return o[n]=t,a},addMatcher:function(e,t){return n.push({matcher:e,reducer:t}),a},addDefaultCase:function(e){return t=e,a}};return e(a),[o,n,t]}var Ea=["name","message","stack","code"],Sa=function(e,t){this.payload=e,this.meta=t},Ia=function(e,t){this.payload=e,this.meta=t},Aa=function(e){if("object"==typeof e&&null!==e){for(var t={},o=0,n=Ea;o<n.length;o++){var a=n[o];"string"==typeof e[a]&&(t[a]=e[a])}return t}return{message:String(e)}};function za(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}!function(){function e(e,t,o){var n=Ba(e+"/fulfilled",(function(e,t,o,n){return{payload:e,meta:$a(Ca({},n||{}),{arg:o,requestId:t,requestStatus:"fulfilled"})}})),a=Ba(e+"/pending",(function(e,t,o){return{payload:void 0,meta:$a(Ca({},o||{}),{arg:t,requestId:e,requestStatus:"pending"})}})),r=Ba(e+"/rejected",(function(e,t,n,a,r){return{payload:a,error:(o&&o.serializeError||Aa)(e||"Rejected"),meta:$a(Ca({},r||{}),{arg:n,requestId:t,rejectedWithValue:!!a,requestStatus:"rejected",aborted:"AbortError"===(null==e?void 0:e.name),condition:"ConditionError"===(null==e?void 0:e.name)})}})),i="undefined"!=typeof AbortController?AbortController:function(){function e(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return e.prototype.abort=function(){},e}();return Object.assign((function(e){return function(c,l,s){var f,d=(null==o?void 0:o.idGenerator)?o.idGenerator(e):function(e){void 0===e&&(e=21);for(var t="",o=e;o--;)t+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return t}(),u=new i;function p(e){f=e,u.abort()}var b=function(){return i=this,b=null,g=function(){var i,b,g,h,m,y;return function(e,t){var o,n,a,r,i={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return r={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(r[Symbol.iterator]=function(){return this}),r;function c(r){return function(c){return function(r){if(o)throw new TypeError("Generator is already executing.");for(;i;)try{if(o=1,n&&(a=2&r[0]?n.return:r[0]?n.throw||((a=n.return)&&a.call(n),0):n.next)&&!(a=a.call(n,r[1])).done)return a;switch(n=0,a&&(r=[2&r[0],a.value]),r[0]){case 0:case 1:a=r;break;case 4:return i.label++,{value:r[1],done:!1};case 5:i.label++,n=r[1],r=[0];continue;case 7:r=i.ops.pop(),i.trys.pop();continue;default:if(!((a=(a=i.trys).length>0&&a[a.length-1])||6!==r[0]&&2!==r[0])){i=0;continue}if(3===r[0]&&(!a||r[1]>a[0]&&r[1]<a[3])){i.label=r[1];break}if(6===r[0]&&i.label<a[1]){i.label=a[1],a=r;break}if(a&&i.label<a[2]){i.label=a[2],i.ops.push(r);break}a[2]&&i.ops.pop(),i.trys.pop();continue}r=t.call(e,i)}catch(e){r=[6,e],n=0}finally{o=a=0}if(5&r[0])throw r[1];return{value:r[0]?r[1]:void 0,done:!0}}([r,c])}}}(this,(function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),null===(_=h=null==(i=null==o?void 0:o.condition)?void 0:i.call(o,e,{getState:l,extra:s}))||"object"!=typeof _||"function"!=typeof _.then?[3,2]:[4,h];case 1:h=v.sent(),v.label=2;case 2:if(!1===h||u.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return m=new Promise((function(e,t){return u.signal.addEventListener("abort",(function(){return t({name:"AbortError",message:f||"Aborted"})}))})),c(a(d,e,null==(b=null==o?void 0:o.getPendingMeta)?void 0:b.call(o,{requestId:d,arg:e},{getState:l,extra:s}))),[4,Promise.race([m,Promise.resolve(t(e,{dispatch:c,getState:l,extra:s,requestId:d,signal:u.signal,abort:p,rejectWithValue:function(e,t){return new Sa(e,t)},fulfillWithValue:function(e,t){return new Ia(e,t)}})).then((function(t){if(t instanceof Sa)throw t;return t instanceof Ia?n(t.payload,d,e,t.meta):n(t,d,e)}))])];case 3:return g=v.sent(),[3,5];case 4:return y=v.sent(),g=y instanceof Sa?r(null,d,e,y.payload,y.meta):r(y,d,e),[3,5];case 5:return o&&!o.dispatchConditionRejection&&r.match(g)&&g.meta.condition||c(g),[2,g]}var _}))},new Promise((function(e,t){var o=function(e){try{a(g.next(e))}catch(e){t(e)}},n=function(e){try{a(g.throw(e))}catch(e){t(e)}},a=function(t){return t.done?e(t.value):Promise.resolve(t.value).then(o,n)};a((g=g.apply(i,b)).next())}));var i,b,g}();return Object.assign(b,{abort:p,requestId:d,arg:e,unwrap:function(){return b.then(za)}})}}),{pending:a,rejected:r,fulfilled:n,typePrefix:e})}e.withTypes=function(){return e}}(),Object.assign;var Oa="listenerMiddleware";Ba(Oa+"/add"),Ba(Oa+"/removeAll"),Ba(Oa+"/remove"),"function"==typeof queueMicrotask&&queueMicrotask.bind("undefined"!=typeof window?window:void 0!==__webpack_require__.g?__webpack_require__.g:globalThis);function Ta(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}function Na(e){return function(e){if(Array.isArray(e))return Ta(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return Ta(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Ta(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Pa(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}"undefined"!=typeof window&&window.requestAnimationFrame&&window.requestAnimationFrame,function(){function e(e,t){var o=a[e];return o?o.enumerable=t:a[e]=o={configurable:!0,enumerable:t,get:function(){var t=this[Rn];return Yn.get(t,e)},set:function(t){var o=this[Rn];Yn.set(o,e,t)}},o}function t(e){for(var t=e.length-1;t>=0;t--){var a=e[t][Rn];if(!a.P)switch(a.i){case 5:n(a)&&Ln(a);break;case 4:o(a)&&Ln(a)}}}function o(e){for(var t=e.t,o=e.k,n=Zn(o),a=n.length-1;a>=0;a--){var r=n[a];if(r!==Rn){var i=t[r];if(void 0===i&&!rn(t,r))return!0;var c=o[r],l=c&&c[Rn];if(l?l.t!==i:!ln(c,i))return!0}}var s=!!t[Rn];return n.length!==Zn(t).length+(s?0:1)}function n(e){var t=e.k;if(t.length!==e.t.length)return!0;var o=Object.getOwnPropertyDescriptor(t,t.length-1);if(o&&!o.get)return!0;for(var n=0;n<t.length;n++)if(!t.hasOwnProperty(n))return!0;return!1}var a={};!function(e,t){Wn[e]||(Wn[e]=t)}("ES5",{J:function(t,o){var n=Array.isArray(t),a=function(t,o){if(t){for(var n=Array(o.length),a=0;a<o.length;a++)Object.defineProperty(n,""+a,e(a,!0));return n}var r=Un(o);delete r[Rn];for(var i=Zn(r),c=0;c<i.length;c++){var l=i[c];r[l]=e(l,t||!!r[l].enumerable)}return Object.create(Object.getPrototypeOf(o),r)}(n,t),r={i:n?5:4,A:o?o.A:mn(),P:!1,I:!1,R:{},l:o,t,k:a,o:null,g:!1,C:!1};return Object.defineProperty(a,Rn,{value:r,writable:!0}),a},S:function(e,o,a){a?tn(o)&&o[Rn].A===e&&t(e.p):(e.u&&function e(t){if(t&&"object"==typeof t){var o=t[Rn];if(o){var a=o.t,r=o.k,i=o.R,c=o.i;if(4===c)nn(r,(function(t){t!==Rn&&(void 0!==a[t]||rn(a,t)?i[t]||e(r[t]):(i[t]=!0,Ln(o)))})),nn(a,(function(e){void 0!==r[e]||rn(r,e)||(i[e]=!1,Ln(o))}));else if(5===c){if(n(o)&&(Ln(o),i.length=!0),r.length<a.length)for(var l=r.length;l<a.length;l++)i[l]=!1;else for(var s=a.length;s<r.length;s++)i[s]=!0;for(var f=Math.min(r.length,a.length),d=0;d<f;d++)r.hasOwnProperty(d)||(i[d]=!0),void 0===i[d]&&e(r[d])}}}}(e.p[0]),t(e.p))},K:function(e){return 4===e.i?o(e):n(e)}})}();var Ha=function(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,(function(e){return(e^crypto.getRandomValues(new Uint8Array(1))[0]&15>>e/4).toString(16)}))},Ra=function e(t){t=t||{};for(var o=1;o<arguments.length;o++){var n=arguments[o];if(n)for(var a in n)n.hasOwnProperty(a)&&("object"===(0,Qn.Z)(n[a])&&null!==n[a]?n[a]instanceof Array?t[a]=n[a].slice(0):t[a]=e(t[a],n[a]):t[a]=n[a])}return t},qa=function(e){var t=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e);return t?{r:parseInt(t[1],16),g:parseInt(t[2],16),b:parseInt(t[3],16)}:{r:0,g:0,b:0}},Za=function(e){var t=0,o=0,n=0;4==e.length?(t="0x"+e[1]+e[1],o="0x"+e[2]+e[2],n="0x"+e[3]+e[3]):7==e.length&&(t="0x"+e[1]+e[2],o="0x"+e[3]+e[4],n="0x"+e[5]+e[6]),t/=255,o/=255,n/=255;var a=Math.min(t,o,n),r=Math.max(t,o,n),i=r-a,c=0,l=0;return c=0==i?0:r==t?(o-n)/i%6:r==o?(n-t)/i+2:(t-o)/i+4,(c=Math.round(60*c))<0&&(c+=360),l=(r+a)/2,{h:c,s:+(100*(0==i?0:i/(1-Math.abs(2*l-1)))).toFixed(1),l:l=+(100*l).toFixed(1)}},Ua=function(e){if("[object String]"==Object.prototype.toString.call(e)&&(e=document.querySelector(e)),e)return{width:parseFloat(getComputedStyle(e,null).width.replace("px","")),height:parseFloat(getComputedStyle(e,null).height.replace("px","")),offsetWidth:parseFloat(e.offsetWidth),offsetHeight:parseFloat(e.offsetHeight),offset:{left:e.getBoundingClientRect().left+window.scrollX,top:e.getBoundingClientRect().top+window.scrollY},position:{left:parseFloat(e.offsetLeft),top:parseFloat(e.offsetTop)}}},Wa=function(e){var t=document.createElement("template");return e=e.trim(),t.innerHTML=e,t.content.firstChild},Ya=function e(t,o){var n={};for(var a in o){var r;if("[object Array]"===Object.prototype.toString.call(o[a]))JSON.stringify(o[a])!==JSON.stringify(t[a])&&(n[a]=(null===(r=t[a])||void 0===r?void 0:r.slice())||[]);else if("object"==(0,Qn.Z)(o[a])&&null!==o[a])if(t[a]){var i=e(t[a],o[a]);Object.keys(i).length>0&&(n[a]=i)}else n[a]={};else o[a]!=t[a]&&(n[a]=t[a])}return n},Va=function e(t){var o=void 0;if("[object Array]"===Object.prototype.toString.call(t)&&(o=0==t.length?void 0:t.slice()),"object"==(0,Qn.Z)(t))if(function(e){for(var t in e)if(e.hasOwnProperty(t))return!1;return JSON.stringify(e)===JSON.stringify({})}(t))o=void 0;else for(var n in t){var a=e(t[n]);void 0!==a&&(void 0===o&&(o={}),o[n]=a)}else o=t;return o},Xa=function(e){return!isNaN(parseFloat(e))&&!isNaN(e-0)},Ka=function(e,t,o,n){return(e/=n/2)<1?o/2*e*e*e+t:o/2*((e-=2)*e*e+2)+t},Ga=function e(t,o){if(0!==t.length){var n,a=99999,r=99999,i=0,c=0,l=function(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return Pa(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Pa(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}(t);try{for(l.s();!(n=l.n()).done;){var s=n.value,f=void 0,d=void 0,u=void 0,p=void 0;switch(s.type){case Jt:if(s.children&&s.children.length>0){var b=e(s.children,o);f=b.x,d=b.y,u=b.width,p=b.height}break;case Ut:s.default_style.use_icon?(u=s.default_style.icon_size/o.width*100,p=s.default_style.icon_size/o.height*100,f=s.x-u/2,d=s.y-p/2,s.default_style.icon_is_pin&&(d-=p/2)):(u=s.width/o.width*100,p=s.height/o.height*100,f=s.x-u/2,d=s.y-p/2);break;case Xt:var g=tr(s.id,o);f=g.x,d=g.y,u=g.width,p=g.height;break;default:f=s.x,d=s.y,u=s.width,p=s.height}f<a&&(a=f),f+u>i&&(i=f+u),d<r&&(r=d),d+p>c&&(c=d+p)}}catch(e){l.e(e)}finally{l.f()}return{x:a,y:r,width:i-a,height:c-r}}},Ja=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"1.0.0",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"1.0.0",o=arguments.length>2?arguments[2]:void 0,n=o&&o.lexicographical,a=o&&o.zeroExtend,r=e.split("."),i=t.split(".");function c(e){return(n?/^\d+[A-Za-z]*$/:/^\d+$/).test(e)}if(!r.every(c)||!i.every(c))return NaN;if(a){for(;r.length<i.length;)r.push("0");for(;i.length<r.length;)i.push("0")}n||(r=r.map(Number),i=i.map(Number));for(var l=0;l<r.length;++l){if(i.length==l)return 1;if(r[l]!=i[l])return r[l]>i[l]?1:-1}return r.length!=i.length?-1:0},Qa=function(e){var t=Math.floor(((new Date).getTime()-e)/1e3),o=t/31536e3;return o>1?Math.floor(o)+" years":(o=t/2592e3)>1?Math.floor(o)+" months":(o=t/86400)>1?Math.floor(o)+" days":(o=t/3600)>1?Math.floor(o)+" hours":(o=t/60)>1?Math.floor(o)+" minutes":Math.floor(t)+" seconds"},er=function(e,t){this.x=e,this.y=t};function tr(e,t){var o=document.querySelector('[data-canvas-object-id="'.concat(e,'"] > div'));return o?{x:o.offsetLeft/t.width*100,y:o.offsetTop/t.height*100,width:o.getBoundingClientRect().width/t.width*100,height:o.getBoundingClientRect().height/t.height*100}:(console.warn("Could not get object rect: ".concat(e)),{x:0,y:0,width:0,height:0})}function or(e,t,o){nr(e,t,o)}function nr(e,t,o){for(var n=0;n<e.length;n++){if(o(e[n],n,e))return;e[n][t]&&e[n][t].length>0&&nr(e[n][t],t,o)}}er.prototype.add=function(e){return new er(this.x+e.x,this.y+e.y)},er.prototype.subtract=function(e){return new er(this.x-e.x,this.y-e.y)},er.prototype.scale=function(e){return new er(this.x*e,this.y*e)},er.prototype.normalized=function(){var e=Math.sqrt(Math.pow(this.x,2)+Math.pow(this.y,2));return new er(this.x/e,this.y/e)},er.prototype.dot=function(e){return this.x*e.x+this.y*e.y},er.prototype.closestPointOnLine=function(e,t){var o=function(e,t){return Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2)}(e,t);if(0==o)return e;var n=((this.x-e.x)*(t.x-e.x)+(this.y-e.y)*(t.y-e.y))/o;return n<0?e:n>1?t:new er(e.x+n*(t.x-e.x),e.y+n*(t.y-e.y))},er.prototype.vector2Args=function(e,t){return e=e||0,t=t||0,[this.x+e,this.y+t]};var ar={id:"default-id",type:"artboard",title:"Artboard",background_type:"color",background_color:"#ffffff",image_url:"",width:848,height:480,use_image_size:!1,children:[]},rr={id:"spot-0",title:"Object",type:"spot",x:0,y:0,width:44,height:44,static:!1,children:[],parent_id:"",single_object:!1,default_style:{opacity:1,background_type:"color",background_color:"#000000",background_opacity:.4,border_radius:4,border_width:0,border_style:"solid",border_color:"#ffffff",border_opacity:1,background_image_url:"",background_image_opacity:1,background_image_scale:1,background_image_offset_x:0,background_image_offset_y:0,stroke_color:"#ffffff",stroke_opacity:.75,stroke_width:0,stroke_dasharray:"0",stroke_linecap:"round",use_icon:!0,icon_size:44,icon_type:"library",icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 384 512">\x3c!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --\x3e<path d="M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"/></svg>',icon_fill:"#000000",icon_url:"",icon_is_pin:!0,icon_shadow:!1,parent_filters:[],filters:[]},mouseover_style:{opacity:1,background_type:"color",background_color:"#000000",background_opacity:.8,background_image_url:"",background_image_opacity:1,background_image_scale:1,background_image_offset_x:0,background_image_offset_y:0,border_radius:4,border_width:0,border_style:"solid",border_color:"#ffffff",border_opacity:1,stroke_color:"#ffffff",stroke_opacity:.75,stroke_width:0,stroke_dasharray:"0",stroke_linecap:"round",icon_fill:"#000000",parent_filters:[],filters:[]},tooltip:{enable_tooltip:!0},tooltip_style:{border_radius:10,padding:15,background_color:"#222222",background_opacity:1,position:"top",width:225,auto_width:!0,offset_x:0,offset_y:0},tooltip_content:[],text:{text:"Text",font_family:"sans-serif",font_size:16,font_weight:400,text_color:"#000000",text_opacity:1},actions:{click:"no-action",link:"#",open_link_in_new_window:!0,script:"",artboard:""},x_image_background:-1,y_image_background:-1,width_image_background:44,height_image_background:44,points:[],svg:{html:"",tagName:"",properties:[],viewBox:""}},ir={paragraph:{type:"Paragraph",text:"",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:14,lineHeight:22,color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}}},heading:{type:"Heading",text:"",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}}},button:{type:"Button",text:"Button",url:"#",script:"",newTab:!1,other:{id:"",classes:"",css:""},style:{backgroundColor:"#2196f3",borderRadius:10,fontFamily:"sans-serif",fontWeight:700,fontSize:14,lineHeight:44,color:"#ffffff",display:"inline-block"},boxModel:{width:"auto",height:44,margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}}},image:{type:"Image",url:"",linkUrl:"",other:{id:"",classes:"",css:""},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}}},video:{type:"Video",src:{webm:"http://webcraftplugins.com/uploads/example_video.webm",mp4:"http://webcraftplugins.com/uploads/example_video.mp4",ogv:"http://webcraftplugins.com/uploads/example_video.ogv"},linkUrl:"",autoplay:!1,loop:!1,controls:!0,other:{id:"",classes:"",css:""},style:{},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}}},youtube:{type:"YouTube",embedCode:'<iframe width="100%" height="315" src="https://www.youtube.com/embed/6NC_ODHu5jg" frameborder="0" allowfullscreen></iframe>',allowFullscreen:!1,other:{id:"",classes:"",css:""},style:{},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}}}},cr={version:"6.0.36",id:0,general:{name:"Untitled",shortcode:"",responsive:!0,ui_theme:"light"},fullscreen:{enable_fullscreen_mode:!1,start_in_fullscreen_mode:!1},objectConfig:{pageload_animation:"none",glowing_objects:!1,glowing_objects_color:"#ffffff",glow_opacity:.5,stop_glowing_on_mouseover:!0,scale_spots:!0},tooltips:{enable_tooltips:!0,show_tooltips:"mouseover",sticky_tooltips:!1,constrain_tooltips:!0,tooltip_animation:"none",fullscreen_tooltips:"mobile-only",fullscreen_background:"#ffffff",fullscreen_background_opacity:.75},zooming:{enable_zooming:!1,max_zoom:4,limit_max_zoom_to_image_size:!1,enable_zoom_buttons:!0,enable_navigator:!0,hold_ctrl_to_zoom:!0,zoom_on_object_click:!1},object_list:{enable_object_list:!1,menu_style:"default",menu_position:"left",enable_search:!0,group_by_artboard:!1,flat_hierarchy:!0,show_groups:!0,show_only_objects_from_active_artboard:!1,hide_static_objects:!0},custom_code:{custom_css:"",custom_js:"",preview_custom_css:!1},defaults:{objectDefaults:Ra({},rr)},artboards:[]};function lr(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return sr(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?sr(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function sr(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var fr=Ra({},cr);fr.id=Ha(),fr.artboards=[Ra({},ar)];var dr=function(e){var t=e.name;if(!t)throw new Error("`name` is a required option for createSlice");var o,n="function"==typeof e.initialState?e.initialState:La(e.initialState),a=e.reducers||{},r=Object.keys(a),i={},c={},l={};function s(){var t="function"==typeof e.extraReducers?ja(e.extraReducers):[e.extraReducers],o=t[0],a=void 0===o?{}:o,r=t[1],i=void 0===r?[]:r,l=t[2],s=void 0===l?void 0:l,f=Ca(Ca({},a),c);return function(e,t,o,n){void 0===o&&(o=[]);var a,r=ja(t),i=r[0],c=r[1],l=r[2];if(function(e){return"function"==typeof e}(e))a=function(){return La(e())};else{var s=La(e);a=function(){return s}}function f(e,t){void 0===e&&(e=a());var o=ha([i[t.type]],c.filter((function(e){return(0,e.matcher)(t)})).map((function(e){return e.reducer})));return 0===o.filter((function(e){return!!e})).length&&(o=[l]),o.reduce((function(e,o){if(o){var n;if(tn(e))return void 0===(n=o(e,t))?e:n;if(on(e))return Jn(e,(function(e){return o(e,t)}));if(void 0===(n=o(e,t))){if(null===e)return e;throw Error("A case reducer on a non-draftable value must not return undefined")}return n}return e}),e)}return f.getInitialState=a,f}(n,(function(e){for(var t in f)e.addCase(t,f[t]);for(var o=0,n=i;o<n.length;o++){var a=n[o];e.addMatcher(a.matcher,a.reducer)}s&&e.addDefaultCase(s)}))}return r.forEach((function(e){var o,n,r=a[e],s=t+"/"+e;"reducer"in r?(o=r.reducer,n=r.prepare):o=r,i[e]=o,c[s]=o,l[e]=n?Ba(s,n):Ba(s)})),{name:t,reducer:function(e,t){return o||(o=s()),o(e,t)},actions:l,caseReducers:i,getInitialState:function(){return o||(o=s()),o.getInitialState()}}}({name:"map",initialState:fr,reducers:{insertObjects:function(e,t){var o=t.payload;hr(e.artboards,{items:o.objects,parentId:o.parentId,index:o.index}),mr(e.artboards)},moveItems:function(e,t){gr(e.artboards,{ids:t.payload.ids,parentId:t.payload.parentId,index:t.payload.index}),mr(e.artboards)},groupItems:function(e,t){!function(e,t){var o;ur(e.artboards,(function(n,a,r){if(n.id===t[0])return o=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ha();return Ra({},rr,e.defaults.objectDefaults,{id:t,type:"group",title:"Group"})}(e),r.splice(a,0,o),!0})),gr(e.artboards,{ids:t,parentId:o.id,index:0})}(e,t.payload.ids),mr(e.artboards)},deleteItems:function(e,t){var o=t.payload;if(1!==e.artboards.length||!o.ids.includes(e.artboards[0].id)){var n,a=lr(o.ids);try{for(a.s();!(n=a.n()).done;){var r=n.value;br(e.artboards,r)}}catch(e){a.e(e)}finally{a.f()}mr(e.artboards)}},setItemProp:function(e,t){var o=t.payload;ur(e.artboards,(function(e,t,n){if(o.ids.includes(e.id)){var a=o.prop.split(".");1==a.length&&(e[a[0]]=o.value),2==a.length&&(e[a[0]][a[1]]=o.value),3==a.length&&(e[a[0]][a[1]][a[2]]=o.value),4==a.length&&(e[a[0]][a[1]][a[2]][a[3]]=o.value)}})),mr(e.artboards)},setMapProp:function(e,t){var o=t.payload;o.group?e[o.group][o.prop]=o.value:e[o.prop]=o.value},setMapDefaults:function(e,t){e.defaults.mapDefaults=t.payload},setArtboardDefaults:function(e,t){e.defaults.artboardDefaults=t.payload},setObjectDefaults:function(e,t){e.defaults.objectDefaults=t.payload},setTooltipContentDefaults:function(e,t){e.defaults.tooltipDefaults=t.payload},updateObjects:function(e,t){var o,n,a=t.payload;o=e.artboards,n=a,ur(o,(function(e){if(Object.keys(n).includes(e.id))for(var t in n[e.id])e[t]=n[e.id][t]})),mr(e.artboards)},updateValues:function(e,t){!function(e,t){for(var o in t)e[o]=t[o]}(e,t.payload),mr(e.artboards)}}});function ur(e,t){pr(e,t)}function pr(e,t){for(var o=0;o<e.length;o++){if(t(e[o],o,e))return;e[o].children&&e[o].children.length>0&&pr(e[o].children,t)}}function br(e,t){var o;return ur(e,(function(e,n,a){if(e.id===t)return o=a.splice(n,1)[0],!0})),o}function gr(e,t){var o,n=t.ids,a=t.parentId,r=t.index,i=[],c=lr(n);try{for(c.s();!(o=c.n()).done;){var l=o.value;i.push(br(e,l))}}catch(e){c.e(e)}finally{c.f()}hr(e,{items:i,parentId:a,index:r})}function hr(e,t){var o=t.items,n=t.parentId,a=t.index,r=void 0===a?0:a;null!=n?ur(e,(function(e,t,a){var i;if(e.id===n)return(i=e.children).splice.apply(i,[r,0].concat(Na(o))),!0})):e.splice.apply(e,[r,0].concat(Na(o)))}function mr(e){var t,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:function(){},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",a=arguments.length>3?arguments[3]:void 0,r=lr(e);try{for(r.s();!(t=r.n()).done;){var i=t.value;if(i.type!==Zt&&(i.parent_id=n,""!==n?(i.default_style.parent_filters=a.default_style.filters,i.mouseover_style.parent_filters=a.mouseover_style.filters):(i.default_style.parent_filters=[],i.mouseover_style.parent_filters=[])),i.children){var c=i.single_object&&""===n?i.id:n,l=i.single_object&&""===n?i:a;mr(i.children,o,c,l)}if(o(i,parent))break}}catch(e){r.e(e)}finally{r.f()}}var yr=dr.actions,vr=yr.insertObjects,_r=yr.moveItems,xr=yr.groupItems,wr=yr.deleteItems,kr=yr.setItemProp,Cr=yr.setMapProp,$r=yr.setMapDefaults,Mr=yr.setArtboardDefaults,Fr=yr.setObjectDefaults,Dr=yr.setTooltipContentDefaults,Lr=yr.updateObjects,Br=yr.updateValues;const jr=dr.reducer,Er="@@redux-undo/UNDO",Sr="@@redux-undo/REDO",Ir="@@redux-undo/JUMP_TO_FUTURE",Ar="@@redux-undo/JUMP_TO_PAST",zr="@@redux-undo/JUMP",Or="@@redux-undo/CLEAR_HISTORY",Tr={undo:()=>({type:Er}),redo:()=>({type:Sr}),jumpToFuture:e=>({type:Ir,index:e}),jumpToPast:e=>({type:Ar,index:e}),jump:e=>({type:zr,index:e}),clearHistory:()=>({type:Or})};function Nr(e,t=[]){return Array.isArray(e)?e:"string"==typeof e?[e]:t}function Pr(e,t,o,n=null){return{past:e,present:t,future:o,group:n,_latestUnfiltered:t,index:e.length,limit:e.length+o.length+1}}let Hr,Rr;const qr="#9E9E9E",Zr="#03A9F4",Ur="#4CAF50";function Wr(e,t,o){return[`%c${e}`,`color: ${t}; font-weight: bold`,o]}function Yr(e){Hr&&(console.group?Rr.next=Wr("next history",Ur,e):Rr.next=["next history",e],function(){const{header:e,prev:t,next:o,action:n,msgs:a}=Rr;console.group?(console.groupCollapsed(...e),console.log(...t),console.log(...n),console.log(...o),console.log(...a),console.groupEnd()):(console.log(...e),console.log(...t),console.log(...n),console.log(...o),console.log(...a))}())}function Vr(...e){Hr&&(Rr.msgs=Rr.msgs.concat([...e,"\n"]))}function Xr(e,t){const o=Pr([],e,[]);return t&&(o._latestUnfiltered=null),o}function Kr(e,t){if(t<0||t>=e.future.length)return e;const{past:o,future:n,_latestUnfiltered:a}=e;return Pr([...o,a,...n.slice(0,t)],n[t],n.slice(t+1))}function Gr(e,t){if(t<0||t>=e.past.length)return e;const{past:o,future:n,_latestUnfiltered:a}=e,r=o.slice(0,t),i=[...o.slice(t+1),a,...n];return Pr(r,o[t],i)}function Jr(e,t){return t>0?Kr(e,t-1):t<0?Gr(e,e.past.length+t):e}function Qr(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return ei(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?ei(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function ei(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var ti,oi,ni,ai,ri;function ii(e){var t=e.group,o=e.prop;if(t){var n,a="selected"===t&&ti.length>0?ci():"activeArtboard"===t?li(oi):Ki.getState().map.present[t],r=Qr(o.split("."));try{for(r.s();!(n=r.n()).done;){var i=n.value;a&&(a=a[i])}}catch(e){r.e(e)}finally{r.f()}return $i(a)}return $i(Ki.getState().map.present[o])}function ci(){if(0!==ti.length&&li(ti[0])){var e=li(ti[0]);if(ti.length>1){var t,o=[],n=Qr(ti);try{for(n.s();!(t=n.n()).done;){var a=li(t.value);o.push(a)}}catch(e){n.e(e)}finally{n.f()}e=Mi(o)}return e.type===Zt?Ra({},ar,e):Ra({},rr,e)}}function li(e){var t,o,n=Qr(arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ki.getState().map.present.artboards);try{for(n.s();!(o=n.n()).done;){var a=o.value;if((a.type===Zt||a.type===Jt)&&(t=li(e,a.children)))break;if(a.id===e){t=a;break}}}catch(e){n.e(e)}finally{n.f()}return t}function si(){var e=[];return or(Ki.getState().map.present.artboards,"children",(function(t,o,n){e.push(t)})),e}function fi(e){var t=e.parent,o=e.ignoredTypes,n=void 0===o?[]:o,a=[];return Fi(t,(function(e){n.includes(e.type)||a.push(e)})),a}function di(e){return fi({parent:li(oi)}).filter((function(t){return t.id===e})).length>0}function ui(){return Ki.getState().map.present.artboards}function pi(){return Ra({},cr,Ki.getState().map.present.defaults.mapDefaults)}function bi(){return Ra({},ar,Ki.getState().map.present.defaults.artboardDefaults)}function gi(){return Ra({},rr,Ki.getState().map.present.defaults.objectDefaults)}function hi(){return Ra({},ir,Ki.getState().map.present.defaults.tooltipDefaults)}function mi(){return cr}function yi(){return ar}function vi(){return rr}function _i(){return ir}function xi(){return Ki.getState().map.present}function wi(){return Ki.getState().map.past.length>0}function ki(){return Ki.getState().map.future.length>0}function Ci(e,t){var o,n=Qr(Ki.getState().map.present.artboards);try{for(n.s();!(o=n.n()).done;)Fi(o.value,(function(o,n,a){o.id===e&&t(n,a)}))}catch(e){n.e(e)}finally{n.f()}}function $i(e){return"[object Array]"===Object.prototype.toString.call(e)||"object"==(0,Qn.Z)(e)?structuredClone(e):e}function Mi(e){var t={};for(var o in e[0]){var n=e[0][o];if("[object Array]"===Object.prototype.toString.call(n)){var a,r=new Set,i=Qr(e);try{for(i.s();!(a=i.n()).done;){var c=a.value;r.add(JSON.stringify(c[o]))}}catch(e){i.e(e)}finally{i.f()}t[o]=r.size>1?[]:n}else if("object"===(0,Qn.Z)(n)){var l,s=[],f=Qr(e);try{for(f.s();!(l=f.n()).done;){var d=l.value;s.push(d[o])}}catch(e){f.e(e)}finally{f.f()}t[o]=Mi(s)}else{var u,p=new Set,b=Qr(e);try{for(b.s();!(u=b.n()).done;){var g=u.value;p.add(g[o])}}catch(e){b.e(e)}finally{b.f()}t[o]=p.size>1?void 0:Array.from(p)[0]}}return t}function Fi(e,t,o,n){if(t(e,o,n),e.children)for(var a=0;a<e.children.length;a++)Fi(e.children[a],t,e,a)}function Di(e){var t=e.group,o=e.prop,n=e.value;if("selected"===t){if(0===ni.length)return;var a=ni;if(Gi.getObject(ni[0]).type!==Zt||!ri||"width"!==o&&"height"!==o)if(Gi.getObject(ni[0]).type===Zt&&"use_image_size"===o&&!0===n){var r=new Image;r.onload=function(){var e={};e[ni[0]]={width:r.width,height:r.height,use_image_size:!0},ji(e)},r.src=Gi.getObject(ni[0]).image_url}else Ki.dispatch(kr({ids:a,prop:o,value:n}));else{var i=Gi.getObject(ni[0]),c=i.width,l=i.height;"width"===o&&(c=n,l=i.height*(n/i.width)),"height"===o&&(c=i.width*(n/i.height),l=n);var s={};s[ni[0]]={width:c,height:l},ji(s)}}else"activeArtboard"===t?Ki.dispatch(kr({ids:[ai],prop:o,value:n})):Ki.dispatch(Cr({group:t,prop:o,value:n}))}function Li(e){Ki.dispatch(Br(e))}function Bi(){Ki.dispatch(Tr.clearHistory())}function ji(e){Ki.dispatch(Lr(e))}function Ei(e){var t=Va(Ya(e,cr));Ki.dispatch($r(t))}function Si(e){var t=Va(Ya(e,ar));Ki.dispatch(Mr(t))}function Ii(e){var t=Va(Ya(e,rr));Ki.dispatch(Fr(t))}function Ai(e){var t=Va(Ya(e,ir));Ki.dispatch(Dr(t))}function zi(e){var t=e.objects,o=e.parentId,n=e.index;o||t[0].type===Zt||(o=Ki.getState().map.present.artboards[0].id,ni.length>0&&Gi.getObject(ni[0]).type===Jt&&(o=ni[0])),Ki.dispatch(vr({objects:t,parentId:o,index:n}))}function Oi(e){var t=e.ids;Ki.dispatch(wr({ids:t}))}function Ti(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{x:0,y:0},t=e.x,o=e.y,n=Ha(),a=Ra({},rr,Ki.getState().map.present.defaults.objectDefaults,{id:n,type:Ut,title:"Spot",x:t,y:o});return Ki.dispatch(vr({objects:[a],parentId:ai,index:0})),n}function Ni(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{x:0,y:0,width:25,height:25},t=e.x,o=e.y,n=e.width,a=e.height,r=Ha(),i=Ra({},rr,Ki.getState().map.present.defaults.objectDefaults,{id:r,type:Wt,title:"Rect",x:t,y:o,width:n,height:a,x_image_background:t,y_image_background:o});return Ki.dispatch(vr({objects:[i],parentId:ai,index:0})),r}function Pi(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{x:0,y:0,width:25,height:25},t=e.x,o=e.y,n=e.width,a=e.height,r=Ha(),i=Ra({},rr,Ki.getState().map.present.defaults.objectDefaults,{id:r,type:Yt,title:"Ellipse",x:t,y:o,width:n,height:a,x_image_background:t,y_image_background:o});return Ki.dispatch(vr({objects:[i],parentId:ai,index:0})),r}function Hi(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{x:0,y:0,width:25,height:25,points:[]},t=e.x,o=e.y,n=e.width,a=e.height,r=e.points,i=Ha(),c=Ra({},rr,Ki.getState().map.present.defaults.objectDefaults,{id:i,type:Vt,title:"Poly",x:t,y:o,width:n,height:a,points:r,x_image_background:t,y_image_background:o});return Ki.dispatch(vr({objects:[c],parentId:ai,index:0})),i}function Ri(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{x:0,y:0},t=e.x,o=e.y,n=Ha(),a=Ra({},rr,Ki.getState().map.present.defaults.objectDefaults,{id:n,type:Xt,title:"Text",x:t,y:o});return Ki.dispatch(vr({objects:[a],parentId:ai,index:0})),n}function qi(){var e=Ra({},ar);e.id=Ha(),e.title="Artboard "+(Ki.getState().map.present.artboards.length-1),Ki.dispatch(vr({objects:[e],index:Gi.getArtboards().length}))}function Zi(e){var t=e.ids;Ki.dispatch(xr({ids:t}))}function Ui(e){var t=e.ids,o=e.parentId,n=e.index;Ki.dispatch(_r({ids:t,parentId:o,index:n}))}function Wi(e){So.set(Eo),Eo.set(e)}function Yi(){Eo.set([])}function Vi(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}Eo.subscribe((function(e){return ti=e})),qo.subscribe((function(e){return oi=e})),Eo.subscribe((function(e){return ni=e})),So.subscribe((function(e){return e})),qo.subscribe((function(e){return ai=e})),Zo.subscribe((function(e){return ri=e}));var Xi=function(e){return function(e){return function(t){try{return e(t)}catch(e){console.error("Caught an exception!"),console.error(e);var o=new Event(Ft);o.detail={action:t},document.dispatchEvent(o)}}}},Ki=function(e){var t,o=function(e){return function(e){void 0===e&&(e={});var t=e.thunk,o=void 0===t||t,n=(e.immutableCheck,e.serializableCheck,new Fa);return o&&(function(e){return"boolean"==typeof e}(o)?n.push(pa):n.push(pa.withExtraArgument(o.extraArgument))),n}(e)},n=e||{},a=n.reducer,r=void 0===a?void 0:a,i=n.middleware,c=void 0===i?o():i,l=n.devTools,s=void 0===l||l,f=n.preloadedState,d=void 0===f?void 0:f,u=n.enhancers,p=void 0===u?void 0:u;if("function"==typeof r)t=r;else{if(!function(e){if("object"!=typeof e||null===e)return!1;var t=Object.getPrototypeOf(e);if(null===t)return!0;for(var o=t;null!==Object.getPrototypeOf(o);)o=Object.getPrototypeOf(o);return t===o}(r))throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');t=function(e){for(var t=Object.keys(e),o={},n=0;n<t.length;n++){var a=t[n];"function"==typeof e[a]&&(o[a]=e[a])}var r,i=Object.keys(o);try{!function(e){Object.keys(e).forEach((function(t){var o=e[t];if(void 0===o(void 0,{type:ca.INIT}))throw new Error(aa(12));if(void 0===o(void 0,{type:ca.PROBE_UNKNOWN_ACTION()}))throw new Error(aa(13))}))}(o)}catch(e){r=e}return function(e,t){if(void 0===e&&(e={}),r)throw r;for(var n=!1,a={},c=0;c<i.length;c++){var l=i[c],s=o[l],f=e[l],d=s(f,t);if(void 0===d)throw t&&t.type,new Error(aa(14));a[l]=d,n=n||d!==f}return(n=n||i.length!==Object.keys(e).length)?a:e}}(r)}var b=c;"function"==typeof b&&(b=b(o));var g=fa.apply(void 0,b),h=sa;s&&(h=Ma(Ca({trace:!1},"object"==typeof s&&s)));var m=new Da(g),y=m;return Array.isArray(p)?y=ha([g],p):"function"==typeof p&&(y=p(m)),la(t,d,h.apply(void 0,y))}({reducer:{map:function(e,t={}){!function(e){Hr=e}(t.debug);const o={limit:void 0,filter:()=>!0,groupBy:()=>null,undoType:Er,redoType:Sr,jumpToPastType:Ar,jumpToFutureType:Ir,jumpType:zr,neverSkipReducer:!1,ignoreInitialState:!1,syncFilter:!1,...t,initTypes:Nr(t.initTypes,["@@redux-undo/INIT"]),clearHistoryType:Nr(t.clearHistoryType,[Or])},n=o.neverSkipReducer?(t,o,...n)=>({...t,present:e(t.present,o,...n)}):e=>e;let a;return(t=a,r={},...i)=>{!function(e,t){Rr={header:[],prev:[],action:[],next:[],msgs:[]},Hr&&(console.group?(Rr.header=["%credux-undo","font-style: italic","action",e.type],Rr.action=Wr("action",Zr,e),Rr.prev=Wr("prev history",qr,t)):(Rr.header=["redux-undo action",e.type],Rr.action=["action",e],Rr.prev=["prev history",t]))}(r,t);let c,l=t;if(!a){if(Vr("history is uninitialized"),void 0===t)return l=Xr(e(t,{type:"@@redux-undo/CREATE_HISTORY"},...i),o.ignoreInitialState),Vr("do not set initialState on probe actions"),Yr(l),l;!function(e){return typeof e.present<"u"&&typeof e.future<"u"&&typeof e.past<"u"&&Array.isArray(e.future)&&Array.isArray(e.past)}(t)?(l=a=Xr(t,o.ignoreInitialState),Vr("initialHistory initialized: initialState is not a history",a)):(l=a=o.ignoreInitialState?t:Pr(t.past,t.present,t.future),Vr("initialHistory initialized: initialState is a history",a))}switch(r.type){case void 0:return l;case o.undoType:return c=Jr(l,-1),Vr("perform undo"),Yr(c),n(c,r,...i);case o.redoType:return c=Jr(l,1),Vr("perform redo"),Yr(c),n(c,r,...i);case o.jumpToPastType:return c=Gr(l,r.index),Vr(`perform jumpToPast to ${r.index}`),Yr(c),n(c,r,...i);case o.jumpToFutureType:return c=Kr(l,r.index),Vr(`perform jumpToFuture to ${r.index}`),Yr(c),n(c,r,...i);case o.jumpType:return c=Jr(l,r.index),Vr(`perform jump to ${r.index}`),Yr(c),n(c,r,...i);case function(e,t){return t.indexOf(e)>-1?e:!e}(r.type,o.clearHistoryType):return c=Xr(l.present,o.ignoreInitialState),Vr("perform clearHistory"),Yr(c),n(c,r,...i);default:if(c=e(l.present,r,...i),o.initTypes.some((e=>e===r.type)))return Vr("reset history due to init action"),Yr(a),a;if(l._latestUnfiltered===c)return l;if("function"==typeof o.filter&&!o.filter(r,c,l)){const e=Pr(l.past,c,l.future,l.group);return o.syncFilter||(e._latestUnfiltered=l._latestUnfiltered),Vr("filter ignored action, not storing it in past"),Yr(e),e}const t=o.groupBy(r,c,l);if(null!=t&&t===l.group){const e=Pr(l.past,c,l.future,l.group);return Vr("groupBy grouped the action with the previous action"),Yr(e),e}return l=function(e,t,o,n){const a=e.past.length+1;Vr("inserting",t),Vr("new free: ",o-a);const{past:r,_latestUnfiltered:i}=e,c=o&&o<=a,l=r.slice(c?1:0);return Pr(null!=i?[...l,i]:l,t,[],n)}(l,c,o.limit,t),Vr("inserted new state into history"),Yr(l),l}}}(jr,{limit:50})},middleware:function(e){return e().concat(Xi)}}),Gi=e,Ji=t;function Qi(e){Eo.update((function(t){var o,n=[],a=function(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return Vi(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Vi(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}(t);try{for(a.s();!(o=a.n()).done;){var r=o.value;void 0!==Gi.getObject(r,e.artboards)&&n.push(r)}}catch(e){a.e(e)}finally{a.f()}return n}))}function ec(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return tc(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?tc(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function tc(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}function oc(e){var t=e;return"plain-text"==e.content_type&&(t=function(e){return[{type:"Paragraph",text:e.plain_text}]}(e)),e.squares_settings&&(t=function(e){var t,o=[],n=ec(e.squares_settings.containers);try{for(n.s();!(t=n.n()).done;){var a,r=t.value;if(null!==(a=r.settings)&&void 0!==a&&a.elements){var i,c=ec(r.settings.elements);try{for(c.s();!(i=c.n()).done;){var l,s=i.value;"Paragraph"==s.settings.name&&null!==(l=s.options)&&void 0!==l&&l.text&&o.push(nc(s)),"Heading"==s.settings.name&&o.push(ac(s)),"Image"==s.settings.name&&o.push(rc(s)),"Button"==s.settings.name&&o.push(ic(s)),"YouTube"==s.settings.name&&o.push(lc(s)),"Video"==s.settings.name&&o.push(cc(s))}}catch(e){c.e(e)}finally{c.f()}}}}catch(e){n.e(e)}finally{n.f()}return o}(e)),t}function nc(e){var t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v,_,x,w;return{type:"Paragraph",text:(null===(t=e.options)||void 0===t||null===(t=t.text)||void 0===t?void 0:t.text)||ir.paragraph.text,other:{id:(null===(o=e.options)||void 0===o||null===(o=o.general)||void 0===o?void 0:o.id)||ir.paragraph.other.id,classes:(null===(n=e.options)||void 0===n||null===(n=n.general)||void 0===n?void 0:n.classes)||ir.paragraph.other.classes,css:(null===(a=e.options)||void 0===a||null===(a=a.general)||void 0===a?void 0:a.css)||ir.paragraph.other.css},style:{fontFamily:(null===(r=e.options)||void 0===r||null===(r=r.font)||void 0===r?void 0:r.font_family)||ir.paragraph.style.fontFamily,fontSize:(null===(i=e.options)||void 0===i||null===(i=i.font)||void 0===i?void 0:i.font_size)||ir.paragraph.style.fontSize,fontWeight:(null===(c=e.options)||void 0===c||null===(c=c.font)||void 0===c?void 0:c.font_weight)||ir.paragraph.style.fontWeight,fontStyle:(null===(l=e.options)||void 0===l||null===(l=l.font)||void 0===l?void 0:l.font_style)||ir.paragraph.style.fontStyle,lineHeight:(null===(s=e.options)||void 0===s||null===(s=s.font)||void 0===s?void 0:s.line_height)||ir.paragraph.style.lineHeight,color:(null===(f=e.options)||void 0===f||null===(f=f.font)||void 0===f?void 0:f.text_color)||ir.paragraph.style.color,textAlign:(null===(d=e.options)||void 0===d||null===(d=d.font)||void 0===d?void 0:d.text_align)||ir.paragraph.style.textAlign,textDecoration:(null===(u=e.options)||void 0===u||null===(u=u.font)||void 0===u?void 0:u.text_decoration)||ir.paragraph.style.textDecoration,textTransform:(null===(p=e.options)||void 0===p||null===(p=p.font)||void 0===p?void 0:p.text_transform)||ir.paragraph.style.textTransform,textShadow:(null===(b=e.options)||void 0===b||null===(b=b.font)||void 0===b?void 0:b.text_shadow)||ir.paragraph.style.textShadow},boxModel:{width:"auto",height:"auto",margin:{top:(null===(g=e.options)||void 0===g||null===(g=g.layout)||void 0===g||null===(g=g.box_model)||void 0===g||null===(g=g.margin)||void 0===g?void 0:g.top)||ir.paragraph.boxModel.margin.top,bottom:(null===(h=e.options)||void 0===h||null===(h=h.layout)||void 0===h||null===(h=h.box_model)||void 0===h||null===(h=h.margin)||void 0===h?void 0:h.bottom)||ir.paragraph.boxModel.margin.bottom,left:(null===(m=e.options)||void 0===m||null===(m=m.layout)||void 0===m||null===(m=m.box_model)||void 0===m||null===(m=m.margin)||void 0===m?void 0:m.left)||ir.paragraph.boxModel.margin.left,right:(null===(y=e.options)||void 0===y||null===(y=y.layout)||void 0===y||null===(y=y.box_model)||void 0===y||null===(y=y.margin)||void 0===y?void 0:y.right)||ir.paragraph.boxModel.margin.right},padding:{top:(null===(v=e.options)||void 0===v||null===(v=v.layout)||void 0===v||null===(v=v.box_model)||void 0===v||null===(v=v.padding)||void 0===v?void 0:v.top)||ir.paragraph.boxModel.padding.top,bottom:(null===(_=e.options)||void 0===_||null===(_=_.layout)||void 0===_||null===(_=_.box_model)||void 0===_||null===(_=_.padding)||void 0===_?void 0:_.bottom)||ir.paragraph.boxModel.padding.bottom,left:(null===(x=e.options)||void 0===x||null===(x=x.layout)||void 0===x||null===(x=x.box_model)||void 0===x||null===(x=x.padding)||void 0===x?void 0:x.left)||ir.paragraph.boxModel.padding.left,right:(null===(w=e.options)||void 0===w||null===(w=w.layout)||void 0===w||null===(w=w.box_model)||void 0===w||null===(w=w.padding)||void 0===w?void 0:w.right)||ir.paragraph.boxModel.padding.right}}}}function ac(e){var t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v,_,x,w,k;return{type:"Heading",text:(null===(t=e.options)||void 0===t||null===(t=t.heading)||void 0===t?void 0:t.text)||ir.heading.text,heading:(null===(o=e.options)||void 0===o||null===(o=o.heading)||void 0===o?void 0:o.heading)||ir.heading.heading,other:{id:(null===(n=e.options)||void 0===n||null===(n=n.general)||void 0===n?void 0:n.id)||ir.heading.other.id,classes:(null===(a=e.options)||void 0===a||null===(a=a.general)||void 0===a?void 0:a.classes)||ir.heading.other.classes,css:(null===(r=e.options)||void 0===r||null===(r=r.general)||void 0===r?void 0:r.css)||ir.heading.other.css},style:{fontFamily:(null===(i=e.options)||void 0===i||null===(i=i.font)||void 0===i?void 0:i.font_family)||ir.heading.style.fontFamily,fontSize:(null===(c=e.options)||void 0===c||null===(c=c.font)||void 0===c?void 0:c.font_size)||ir.heading.style.fontSize,fontWeight:(null===(l=e.options)||void 0===l||null===(l=l.font)||void 0===l?void 0:l.font_weight)||ir.heading.style.fontWeight,fontStyle:(null===(s=e.options)||void 0===s||null===(s=s.font)||void 0===s?void 0:s.font_style)||ir.heading.style.fontStyle,lineHeight:(null===(f=e.options)||void 0===f||null===(f=f.font)||void 0===f?void 0:f.line_height)||ir.heading.style.lineHeight,color:(null===(d=e.options)||void 0===d||null===(d=d.font)||void 0===d?void 0:d.text_color)||ir.heading.style.color,textAlign:(null===(u=e.options)||void 0===u||null===(u=u.font)||void 0===u?void 0:u.text_align)||ir.heading.style.textAlign,textDecoration:(null===(p=e.options)||void 0===p||null===(p=p.font)||void 0===p?void 0:p.text_decoration)||ir.heading.style.textDecoration,textTransform:(null===(b=e.options)||void 0===b||null===(b=b.font)||void 0===b?void 0:b.text_transform)||ir.heading.style.textTransform,textShadow:(null===(g=e.options)||void 0===g||null===(g=g.font)||void 0===g?void 0:g.text_shadow)||ir.heading.style.textShadow},boxModel:{width:"auto",height:"auto",margin:{top:(null===(h=e.options)||void 0===h||null===(h=h.layout)||void 0===h||null===(h=h.box_model)||void 0===h||null===(h=h.margin)||void 0===h?void 0:h.top)||ir.heading.boxModel.margin.top,bottom:(null===(m=e.options)||void 0===m||null===(m=m.layout)||void 0===m||null===(m=m.box_model)||void 0===m||null===(m=m.margin)||void 0===m?void 0:m.bottom)||ir.heading.boxModel.margin.bottom,left:(null===(y=e.options)||void 0===y||null===(y=y.layout)||void 0===y||null===(y=y.box_model)||void 0===y||null===(y=y.margin)||void 0===y?void 0:y.left)||ir.heading.boxModel.margin.left,right:(null===(v=e.options)||void 0===v||null===(v=v.layout)||void 0===v||null===(v=v.box_model)||void 0===v||null===(v=v.margin)||void 0===v?void 0:v.right)||ir.heading.boxModel.margin.right},padding:{top:(null===(_=e.options)||void 0===_||null===(_=_.layout)||void 0===_||null===(_=_.box_model)||void 0===_||null===(_=_.padding)||void 0===_?void 0:_.top)||ir.heading.boxModel.padding.top,bottom:(null===(x=e.options)||void 0===x||null===(x=x.layout)||void 0===x||null===(x=x.box_model)||void 0===x||null===(x=x.padding)||void 0===x?void 0:x.bottom)||ir.heading.boxModel.padding.bottom,left:(null===(w=e.options)||void 0===w||null===(w=w.layout)||void 0===w||null===(w=w.box_model)||void 0===w||null===(w=w.padding)||void 0===w?void 0:w.left)||ir.heading.boxModel.padding.left,right:(null===(k=e.options)||void 0===k||null===(k=k.layout)||void 0===k||null===(k=k.box_model)||void 0===k||null===(k=k.padding)||void 0===k?void 0:k.right)||ir.heading.boxModel.padding.right}}}}function rc(e){var t,o,n,a,r,i,c,l,s,f,d,u,p;return{type:"Image",url:(null===(t=e.options)||void 0===t||null===(t=t.image)||void 0===t?void 0:t.url)||ir.image.url,linkUrl:(null===(o=e.options)||void 0===o||null===(o=o.image)||void 0===o?void 0:o.link_to)||ir.image.linkUrl,other:{id:(null===(n=e.options)||void 0===n||null===(n=n.general)||void 0===n?void 0:n.id)||ir.image.other.id,classes:(null===(a=e.options)||void 0===a||null===(a=a.general)||void 0===a?void 0:a.classes)||ir.image.other.classes,css:(null===(r=e.options)||void 0===r||null===(r=r.general)||void 0===r?void 0:r.css)||ir.image.other.css},boxModel:{width:"auto",height:"auto",margin:{top:(null===(i=e.options)||void 0===i||null===(i=i.layout)||void 0===i||null===(i=i.box_model)||void 0===i||null===(i=i.margin)||void 0===i?void 0:i.top)||ir.image.boxModel.margin.top,bottom:(null===(c=e.options)||void 0===c||null===(c=c.layout)||void 0===c||null===(c=c.box_model)||void 0===c||null===(c=c.margin)||void 0===c?void 0:c.bottom)||ir.image.boxModel.margin.bottom,left:(null===(l=e.options)||void 0===l||null===(l=l.layout)||void 0===l||null===(l=l.box_model)||void 0===l||null===(l=l.margin)||void 0===l?void 0:l.left)||ir.image.boxModel.margin.left,right:(null===(s=e.options)||void 0===s||null===(s=s.layout)||void 0===s||null===(s=s.box_model)||void 0===s||null===(s=s.margin)||void 0===s?void 0:s.right)||ir.image.boxModel.margin.right},padding:{top:(null===(f=e.options)||void 0===f||null===(f=f.layout)||void 0===f||null===(f=f.box_model)||void 0===f||null===(f=f.padding)||void 0===f?void 0:f.top)||ir.image.boxModel.padding.top,bottom:(null===(d=e.options)||void 0===d||null===(d=d.layout)||void 0===d||null===(d=d.box_model)||void 0===d||null===(d=d.padding)||void 0===d?void 0:d.bottom)||ir.image.boxModel.padding.bottom,left:(null===(u=e.options)||void 0===u||null===(u=u.layout)||void 0===u||null===(u=u.box_model)||void 0===u||null===(u=u.padding)||void 0===u?void 0:u.left)||ir.image.boxModel.padding.left,right:(null===(p=e.options)||void 0===p||null===(p=p.layout)||void 0===p||null===(p=p.box_model)||void 0===p||null===(p=p.padding)||void 0===p?void 0:p.right)||ir.image.boxModel.padding.right}}}}function ic(e){var t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v,_,x,w,k,C,$,M,F={type:"Button",text:(null===(t=e.options)||void 0===t||null===(t=t.button)||void 0===t?void 0:t.text)||ir.button.text,url:(null===(o=e.options)||void 0===o||null===(o=o.button)||void 0===o?void 0:o.link_to)||ir.button.url,newTab:(null===(n=e.options)||void 0===n||null===(n=n.button)||void 0===n?void 0:n.new_tab)||ir.button.newTab,other:{id:(null===(a=e.options)||void 0===a||null===(a=a.general)||void 0===a?void 0:a.id)||ir.button.other.id,classes:(null===(r=e.options)||void 0===r||null===(r=r.general)||void 0===r?void 0:r.classes)||ir.button.other.classes,css:(null===(i=e.options)||void 0===i||null===(i=i.general)||void 0===i?void 0:i.css)||ir.button.other.css},style:{backgroundColor:(null===(c=e.options)||void 0===c||null===(c=c.button)||void 0===c?void 0:c.bg_color)||ir.button.style.backgroundColor,borderRadius:(null===(l=e.options)||void 0===l||null===(l=l.button)||void 0===l?void 0:l.border_radius)||ir.button.style.borderRadius,fontFamily:(null===(s=e.options)||void 0===s||null===(s=s.font)||void 0===s?void 0:s.font_family)||ir.button.style.fontFamily,fontSize:(null===(f=e.options)||void 0===f||null===(f=f.font)||void 0===f?void 0:f.font_size)||ir.button.style.fontSize,fontWeight:(null===(d=e.options)||void 0===d||null===(d=d.font)||void 0===d?void 0:d.font_weight)||ir.button.style.fontWeight,fontStyle:(null===(u=e.options)||void 0===u||null===(u=u.font)||void 0===u?void 0:u.font_style)||ir.button.style.fontStyle,lineHeight:(null===(p=e.options)||void 0===p||null===(p=p.button)||void 0===p?void 0:p.height)||ir.button.style.lineHeight,color:(null===(b=e.options)||void 0===b||null===(b=b.button)||void 0===b?void 0:b.text_color)||ir.button.style.color,textAlign:(null===(g=e.options)||void 0===g||null===(g=g.font)||void 0===g?void 0:g.text_align)||ir.button.style.textAlign,textDecoration:(null===(h=e.options)||void 0===h||null===(h=h.font)||void 0===h?void 0:h.text_decoration)||ir.button.style.textDecoration,textTransform:(null===(m=e.options)||void 0===m||null===(m=m.font)||void 0===m?void 0:m.text_transform)||ir.button.style.textTransform,textShadow:(null===(y=e.options)||void 0===y||null===(y=y.font)||void 0===y?void 0:y.text_shadow)||ir.button.style.textShadow},boxModel:{width:"auto",height:"auto",margin:{top:(null===(v=e.options)||void 0===v||null===(v=v.layout)||void 0===v||null===(v=v.box_model)||void 0===v||null===(v=v.margin)||void 0===v?void 0:v.top)||ir.button.boxModel.margin.top,bottom:(null===(_=e.options)||void 0===_||null===(_=_.layout)||void 0===_||null===(_=_.box_model)||void 0===_||null===(_=_.margin)||void 0===_?void 0:_.bottom)||ir.button.boxModel.margin.bottom,left:(null===(x=e.options)||void 0===x||null===(x=x.layout)||void 0===x||null===(x=x.box_model)||void 0===x||null===(x=x.margin)||void 0===x?void 0:x.left)||ir.button.boxModel.margin.left,right:(null===(w=e.options)||void 0===w||null===(w=w.layout)||void 0===w||null===(w=w.box_model)||void 0===w||null===(w=w.margin)||void 0===w?void 0:w.right)||ir.button.boxModel.margin.right},padding:{top:(null===(k=e.options)||void 0===k||null===(k=k.layout)||void 0===k||null===(k=k.box_model)||void 0===k||null===(k=k.padding)||void 0===k?void 0:k.top)||ir.button.boxModel.padding.top,bottom:(null===(C=e.options)||void 0===C||null===(C=C.layout)||void 0===C||null===(C=C.box_model)||void 0===C||null===(C=C.padding)||void 0===C?void 0:C.bottom)||ir.button.boxModel.padding.bottom,left:(null===($=e.options)||void 0===$||null===($=$.layout)||void 0===$||null===($=$.box_model)||void 0===$||null===($=$.padding)||void 0===$?void 0:$.left)||ir.button.boxModel.padding.left,right:(null===(M=e.options)||void 0===M||null===(M=M.layout)||void 0===M||null===(M=M.box_model)||void 0===M||null===(M=M.padding)||void 0===M?void 0:M.right)||ir.button.boxModel.padding.right}}};return 1===F.newTab&&(F.newTab=!0),0===F.newTab&&(F.newTab=!1),F}function cc(e){var t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y;return{type:"Video",linkUrl:(null===(t=e.options)||void 0===t||null===(t=t.video)||void 0===t?void 0:t.link_to)||ir.video.linkUrl,src:{mp4:(null===(o=e.options)||void 0===o||null===(o=o.video)||void 0===o?void 0:o.mp4_url)||ir.video.src.mp4,ogv:(null===(n=e.options)||void 0===n||null===(n=n.video)||void 0===n?void 0:n.ogv_url)||ir.video.src.ogv,webm:(null===(a=e.options)||void 0===a||null===(a=a.video)||void 0===a?void 0:a.webm_url)||ir.video.src.webm},autoplay:(null===(r=e.options)||void 0===r||null===(r=r.video)||void 0===r?void 0:r.autoplay)||ir.video.autoplay,loop:(null===(i=e.options)||void 0===i||null===(i=i.video)||void 0===i?void 0:i.loop)||ir.video.loop,controls:(null===(c=e.options)||void 0===c||null===(c=c.video)||void 0===c?void 0:c.controls)||ir.video.controls,other:{id:(null===(l=e.options)||void 0===l||null===(l=l.general)||void 0===l?void 0:l.id)||ir.video.other.id,classes:(null===(s=e.options)||void 0===s||null===(s=s.general)||void 0===s?void 0:s.classes)||ir.video.other.classes,css:(null===(f=e.options)||void 0===f||null===(f=f.general)||void 0===f?void 0:f.css)||ir.video.other.css},boxModel:{width:"auto",height:"auto",margin:{top:(null===(d=e.options)||void 0===d||null===(d=d.layout)||void 0===d||null===(d=d.box_model)||void 0===d||null===(d=d.margin)||void 0===d?void 0:d.top)||ir.video.boxModel.margin.top,bottom:(null===(u=e.options)||void 0===u||null===(u=u.layout)||void 0===u||null===(u=u.box_model)||void 0===u||null===(u=u.margin)||void 0===u?void 0:u.bottom)||ir.video.boxModel.margin.bottom,left:(null===(p=e.options)||void 0===p||null===(p=p.layout)||void 0===p||null===(p=p.box_model)||void 0===p||null===(p=p.margin)||void 0===p?void 0:p.left)||ir.video.boxModel.margin.left,right:(null===(b=e.options)||void 0===b||null===(b=b.layout)||void 0===b||null===(b=b.box_model)||void 0===b||null===(b=b.margin)||void 0===b?void 0:b.right)||ir.video.boxModel.margin.right},padding:{top:(null===(g=e.options)||void 0===g||null===(g=g.layout)||void 0===g||null===(g=g.box_model)||void 0===g||null===(g=g.padding)||void 0===g?void 0:g.top)||ir.video.boxModel.padding.top,bottom:(null===(h=e.options)||void 0===h||null===(h=h.layout)||void 0===h||null===(h=h.box_model)||void 0===h||null===(h=h.padding)||void 0===h?void 0:h.bottom)||ir.video.boxModel.padding.bottom,left:(null===(m=e.options)||void 0===m||null===(m=m.layout)||void 0===m||null===(m=m.box_model)||void 0===m||null===(m=m.padding)||void 0===m?void 0:m.left)||ir.video.boxModel.padding.left,right:(null===(y=e.options)||void 0===y||null===(y=y.layout)||void 0===y||null===(y=y.box_model)||void 0===y||null===(y=y.padding)||void 0===y?void 0:y.right)||ir.video.boxModel.padding.right}}}}function lc(e){var t,o,n,a,r,i,c,l,s,f,d,u,p,b=ir.youtube.boxModel.width;0===(null===(t=e.options)||void 0===t||null===(t=t.youtube)||void 0===t?void 0:t.iframe_auto_width)&&(b=(null===(p=e.options)||void 0===p||null===(p=p.youtube)||void 0===p?void 0:p.iframe_width)||ir.youtube.boxModel.width);var g={type:"YouTube",embedCode:(null===(o=e.options)||void 0===o||null===(o=o.youtube)||void 0===o?void 0:o.embed_code)||ir.youtube.embedCode,allowFullscreen:(null===(n=e.options)||void 0===n||null===(n=n.youtube)||void 0===n?void 0:n.allow_fullscreen)||ir.youtube.allowFullscreen,other:{id:"",classes:"",css:""},style:{},boxModel:{width:b,height:(null===(a=e.options)||void 0===a||null===(a=a.youtube)||void 0===a?void 0:a.iframe_height)||ir.youtube.boxModel.height,margin:{top:(null===(r=e.options)||void 0===r||null===(r=r.layout)||void 0===r||null===(r=r.box_model)||void 0===r||null===(r=r.margin)||void 0===r?void 0:r.top)||ir.youtube.boxModel.margin.top,bottom:(null===(i=e.options)||void 0===i||null===(i=i.layout)||void 0===i||null===(i=i.box_model)||void 0===i||null===(i=i.margin)||void 0===i?void 0:i.bottom)||ir.youtube.boxModel.margin.bottom,left:(null===(c=e.options)||void 0===c||null===(c=c.layout)||void 0===c||null===(c=c.box_model)||void 0===c||null===(c=c.margin)||void 0===c?void 0:c.left)||ir.youtube.boxModel.margin.left,right:(null===(l=e.options)||void 0===l||null===(l=l.layout)||void 0===l||null===(l=l.box_model)||void 0===l||null===(l=l.margin)||void 0===l?void 0:l.right)||ir.youtube.boxModel.margin.right},padding:{top:(null===(s=e.options)||void 0===s||null===(s=s.layout)||void 0===s||null===(s=s.box_model)||void 0===s||null===(s=s.padding)||void 0===s?void 0:s.top)||ir.youtube.boxModel.padding.top,bottom:(null===(f=e.options)||void 0===f||null===(f=f.layout)||void 0===f||null===(f=f.box_model)||void 0===f||null===(f=f.padding)||void 0===f?void 0:f.bottom)||ir.youtube.boxModel.padding.bottom,left:(null===(d=e.options)||void 0===d||null===(d=d.layout)||void 0===d||null===(d=d.box_model)||void 0===d||null===(d=d.padding)||void 0===d?void 0:d.left)||ir.youtube.boxModel.padding.left,right:(null===(u=e.options)||void 0===u||null===(u=u.layout)||void 0===u||null===(u=u.box_model)||void 0===u||null===(u=u.padding)||void 0===u?void 0:u.right)||ir.youtube.boxModel.padding.right}}};return 1===g.allowFullscreen&&(g.allowFullscreen=!0),0===g.allowFullscreen&&(g.allowFullscreen=!1),g}function sc(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return fc(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?fc(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function fc(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}document.addEventListener(ot,(function(){Qi(Ki.getState().map.past[Ki.getState().map.past.length-1]),Ki.dispatch(Tr.undo())})),document.addEventListener(nt,(function(){Qi(Ki.getState().map.future[0]),Ki.dispatch(Tr.redo())}));var dc=function(e){var t,o,n=function(e){return{id:e.id,general:{name:e.general.name,shortcode:e.general.shortcode,responsive:hc(e.general.responsive)},fullscreen:{enable_fullscreen_mode:hc(e.general.responsive),start_in_fullscreen_mode:hc(e.general.start_in_fullscreen_mode)},objectConfig:{pageload_animation:e.shapes.pageload_animation,glowing_objects:e.shapes.glowing_shapes,glowing_objects_color:e.shapes.glowing_shapes_color,glow_opacity:e.shapes.glow_opacity,stop_glowing_on_mouseover:e.shapes.stop_glowing_on_mouseover,scale_spots:cr.objectConfig.scale_spots},tooltips:{enable_tooltips:hc(e.tooltips.enable_tooltips),show_tooltips:e.tooltips.show_tooltips,sticky_tooltips:hc(e.tooltips.sticky_tooltips),constrain_tooltips:hc(e.tooltips.constrain_tooltips),tooltip_animation:e.tooltips.tooltip_animation,fullscreen_tooltips:e.tooltips.fullscreen_tooltips,fullscreen_background:cr.tooltips.fullscreen_background,fullscreen_background_opacity:cr.tooltips.fullscreen_background_opacity},zooming:{enable_zooming:hc(e.zooming.enable_zooming),max_zoom:e.zooming.max_zoom,limit_max_zoom_to_image_size:hc(e.zooming.limit_max_zoom_to_image_size),enable_zoom_buttons:hc(e.zooming.enable_zoom_buttons),enable_navigator:hc(e.zooming.enable_navigator),hold_ctrl_to_zoom:hc(e.zooming.hold_ctrl_to_zoom),zoom_on_object_click:hc(e.zooming.focus_shape_on_click)},object_list:{enable_object_list:hc(e.shapes_menu.enable_shapes_menu),detached_menu:hc(e.shapes_menu.detached_menu),menu_position:e.shapes_menu.menu_position,enable_search:hc(e.shapes_menu.enable_search),group_by_artboard:hc(e.shapes_menu.group_by_floor),show_only_objects_from_active_artboard:cr.object_list.show_only_objects_from_active_artboard},custom_code:{custom_css:e.custom_code.custom_css,custom_js:e.custom_code.custom_js},defaults:{objectDefaults:{}},artboards:[]}}(e=Ra({},mc,e)),a=[],r={};if(e.spots=e.spots.reverse(),(null===(t=e.spots)||void 0===t?void 0:t.length)>0){for(var i in e.spots)e.spots[i]=Ra({},yc,e.spots[i]);var c,l,s=sc(e.spots);try{for(s.s();!(c=s.n()).done;){var f=c.value;a.push(uc(f,e)),r[f.id]=f.layerID+""}}catch(e){s.e(e)}finally{s.f()}var d,u=sc(e.spots);try{for(u.s();!(d=u.n()).done;){var p=d.value;p.connected_to&&(l||(l={}),l[p.connected_to]||(l[p.connected_to]=[p.connected_to]),l[p.connected_to].push(p.id))}}catch(e){u.e(e)}finally{u.f()}if(l){var b={},g=function(t){var o=Ra({},rr);o.id=Ha(),o.type=Jt,o.title=e.spots.filter((function(e){return e.id===t}))[0].title,o.tooltip_style=e.spots.filter((function(e){return e.id===t}))[0].tooltip_style,o.tooltip_content=oc(e.spots.filter((function(e){return e.id===t}))[0].tooltip_content),o.single_object=!0,r[o.id]=e.spots.filter((function(e){return e.id===t}))[0].layerID+"",o.children=a.filter((function(e){return l[t].includes(e.id)})),b[t]=o};for(var h in l)g(h);var m,y=[],v=sc(e.spots);try{var _=function(){var e=m.value;return e.connected_to?0:b[e.id]?(y.push(b[e.id]),0):void y.push(a.filter((function(t){return t.id===e.id}))[0])};for(v.s();!(m=v.n()).done;)_()}catch(e){v.e(e)}finally{v.f()}a=y}}if((null===(o=e.layers)||void 0===o||null===(o=o.layers_list)||void 0===o?void 0:o.length)>0){var x;n.artboards=[];var w,k=sc(null===(x=e.layers)||void 0===x?void 0:x.layers_list);try{var C=function(){var e=w.value,t=Ra({},ar);t.id=Ha(),t.title=e.title,t.image_url=e.image_url,t.width=e.image_width,t.height=e.image_height,t.image_url?t.background_type="image":t.background_type="color",t.children=a.filter((function(t){return r[t.id]===e.id+""})),n.artboards.push(t)};for(k.s();!(w=k.n()).done;)C()}catch(e){k.e(e)}finally{k.f()}}else n.artboards=[Ra({},ar)],n.artboards[0].id=Ha(),n.artboards[0].title=e.general.name,n.artboards[0].width=e.general.width||n.artboards[0].width,n.artboards[0].height=e.general.height||n.artboards[0].height,n.artboards[0].background_type="image",n.artboards[0].image_url=e.image.url,n.artboards[0].children=a;return n.artboards.forEach((function(e){gc(e.children)})),n};function uc(e,t){var o=e,n={id:o.id,title:o.title,type:o.type,x:o.x,y:o.y,width:o.width,height:o.height,static:hc(o.static),children:[],group_settings:{single_object:!1},default_style:{opacity:o.default_style.opacity,background_type:o.default_style.background_type,background_color:o.default_style.background_color,background_opacity:o.default_style.background_opacity,border_radius:o.default_style.border_radius,border_width:o.default_style.border_width,border_style:o.default_style.border_style,border_color:o.default_style.border_color,border_opacity:o.default_style.border_opacity,background_image_url:o.default_style.background_image_url,background_image_opacity:o.default_style.background_image_opacity,background_image_scale:o.default_style.background_image_scale,background_image_offset_x:o.default_style.background_image_offset_x,background_image_offset_y:o.default_style.background_image_offset_y,stroke_color:o.default_style.stroke_color,stroke_opacity:o.default_style.stroke_opacity,stroke_width:o.default_style.stroke_width,stroke_dasharray:o.default_style.stroke_dasharray,stroke_linecap:o.default_style.stroke_linecap,use_icon:hc(o.default_style.use_icon),icon_size:o.height,icon_type:o.default_style.icon_type,icon_fontawesome_id:o.default_style.icon_fontawesome_id,icon_svg:rr.default_style.icon_svg,icon_fill:o.default_style.icon_fill,icon_url:o.default_style.icon_url,icon_is_pin:hc(o.default_style.icon_is_pin),icon_shadow:hc(o.default_style.icon_shadow),filters:[]},mouseover_style:{opacity:o.mouseover_style.opacity,background_color:o.mouseover_style.background_color,background_opacity:o.mouseover_style.background_opacity,background_image_url:o.mouseover_style.background_image_url,background_image_opacity:o.mouseover_style.background_image_opacity,background_image_scale:o.mouseover_style.background_image_scale,background_image_offset_x:o.mouseover_style.background_image_offset_x,background_image_offset_y:o.mouseover_style.background_image_offset_y,border_radius:o.mouseover_style.border_radius,border_width:o.mouseover_style.border_width,border_style:o.mouseover_style.border_style,border_color:o.mouseover_style.border_color,border_opacity:o.mouseover_style.border_opacity,stroke_color:o.mouseover_style.stroke_color,stroke_opacity:o.mouseover_style.stroke_opacity,stroke_width:o.mouseover_style.stroke_width,stroke_dasharray:o.mouseover_style.stroke_dasharray,stroke_linecap:o.mouseover_style.stroke_linecap,icon_fill:o.mouseover_style.icon_fill,filters:[]},tooltip:{enable_tooltip:hc(o.tooltip.enable_tooltip)},tooltip_style:{border_radius:o.tooltip_style.border_radius,padding:o.tooltip_style.padding,background_color:o.tooltip_style.background_color,background_opacity:o.tooltip_style.background_opacity,position:o.tooltip_style.position,width:o.tooltip_style.width,auto_width:hc(o.tooltip_style.auto_width),offset_x:o.tooltip_style.offset_x,offset_y:o.tooltip_style.offset_y},tooltip_content:oc(o.tooltip_content),text:{text:o.text.text,font_family:o.text.font_family,font_size:o.text.font_size,font_weight:o.text.font_weight,text_color:o.text.text_color,text_opacity:o.text.text_opacity},actions:{click:o.actions.click,link:o.actions.link,open_link_in_new_window:o.actions.open_link_in_new_window,script:o.actions.script},x_image_background:o.x_image_background,y_image_background:o.y_image_background,width_image_background:o.width_image_background,height_image_background:o.height_image_background,points:o.points,svg:{html:"",tagName:"",properties:{},viewBox:""}};if("path"===o.type){n.type=Gt;var a=pc(t),r=function(e){var t=qa(e.default_style.stroke_color);return'<path d="'.concat(e.d,'" fill="hsl(0, 100%, 50%)" stroke="rgba(').concat(t.r,", ").concat(t.g,", ").concat(t.b,", ").concat(e.default_style.stroke_opacity,')" stroke-width="').concat(e.default_style.stroke_width,'px"></path>')}(o),i=function(e){var t=document.createElementNS("http://www.w3.org/2000/svg","svg");return t.style.position="fixed",t.style.opacity=1,t.style.left=0,t.style.top=0,document.body.appendChild(t),t.innerHTML=e,t.getBBox()}(r);n.width=i.width/a.width*100,n.height=i.height/a.height*100,n.svg.html=r,n.svg.viewBox="".concat(i.x," ").concat(i.y," ").concat(i.width," ").concat(i.height),n.default_style.filters=bc(n.default_style),n.mouseover_style.filters=bc(n.mouseover_style)}return n}function pc(e){var t;if(!((null===(t=e.layers)||void 0===t||null===(t=t.layers_list)||void 0===t?void 0:t.length)>0))return{width:e.general.width,height:e.general.height};var o,n=sc(e.layers.layers_list);try{for(n.s();!(o=n.n()).done;){var a=o.value;if(a.id===shape.layerID)return{width:a.image_width,height:a.image_height}}}catch(e){n.e(e)}finally{n.f()}}function bc(e){var t=Za("#ff0000"),o=Za(e.background_color);return[{id:Ha(),name:"brightness",value:1-(t.l-o.l)/100},{id:Ha(),name:"hue-rotate",value:o.h+"deg"}]}function gc(e){var t,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:function(){},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",a=arguments.length>3?arguments[3]:void 0,r=sc(e);try{for(r.s();!(t=r.n()).done;){var i=t.value;if(i.type!==Zt&&(i.parent_id=n,""!==n?(i.default_style.parent_filters=a.default_style.filters,i.mouseover_style.parent_filters=a.mouseover_style.filters):(i.default_style.parent_filters=[],i.mouseover_style.parent_filters=[])),i.children){var c=i.single_object&&""===n?i.id:n,l=i.single_object&&""===n?i:a;gc(i.children,o,c,l)}if(o(i,parent))break}}catch(e){r.e(e)}finally{r.f()}}function hc(e){return!!e}var mc={id:0,editor:{previewMode:0,selected_shape:-1,transform_tooltip_mode:0,tool:"spot",zoom:1,currentLayer:0,state:{dragging:!1},shapeCounter:{spots:0,rects:0,ovals:0,polys:0,texts:0,paths:0}},runtime:{is_fullscreen:0,layerID:0,menu_search_string:"",menu_scroll:0},general:{name:"",shortcode:"",width:800,height:450,naturalWidth:800,naturalHeight:450,responsive:1,preserve_quality:1,center_image_map:0},image:{url:""},fullscreen:{enable_fullscreen_mode:0,start_in_fullscreen_mode:0,fullscreen_background:"#000000",fullscreen_button_position:1,fullscreen_button_type:"icon_and_text",fullscreen_button_color:"#ffffff",fullscreen_button_text_color:"#222222"},shapes:{pageload_animation:"none",glowing_shapes:0,glowing_shapes_color:"#ffffff",glow_opacity:.5,stop_glowing_on_mouseover:1},tooltips:{enable_tooltips:1,show_tooltips:"mouseover",show_title_on_mouseover:0,sticky_tooltips:0,constrain_tooltips:1,tooltip_animation:"none",fullscreen_tooltips:"mobile-only"},zooming:{enable_zooming:0,max_zoom:16,limit_max_zoom_to_image_size:0,enable_zoom_buttons:1,enable_navigator:1,hold_ctrl_to_zoom:1,focus_shape_on_click:1},layers:{enable_layers:0,layers_list:[]},shapes_menu:{enable_shapes_menu:0,detached_menu:0,menu_position:"left",enable_search:1,group_by_floor:0,hide_children_of_connected_shapes:1},custom_code:{custom_css:"",custom_js:""},spots:[]},yc={id:"spot-0",title:"",type:"spot",x:-1,y:-1,width:44,height:44,x_image_background:-1,y_image_background:-1,width_image_background:44,height_image_background:44,connected_to:"",use_connected_shape_tooltip:0,layerID:0,static:0,text:{text:"Text",font_family:"sans-serif",font_size:16,font_weight:400,text_color:"#000000",text_opacity:1},actions:{click:"no-action",link:"#",open_link_in_new_window:1,script:""},default_style:{opacity:1,border_radius:50,background_type:"color",background_image_url:"",background_image_opacity:1,background_image_scale:1,background_image_offset_x:0,background_image_offset_y:0,background_color:"#000000",background_opacity:.4,border_width:0,border_style:"solid",border_color:"#ffffff",border_opacity:1,stroke_color:"#ffffff",stroke_opacity:.75,stroke_width:0,stroke_dasharray:"0",stroke_linecap:"round",use_icon:1,icon_type:"library",icon_svg_path:"M409.81,160.113C409.79,71.684,338.136,0,249.725,0C161.276,0,89.583,71.684,89.583,160.113 c0,76.325,119.274,280.238,151.955,334.638c1.72,2.882,4.826,4.641,8.178,4.641c3.351,0,6.468-1.759,8.168-4.631 C290.545,440.361,409.81,236.438,409.81,160.113z M249.716,283.999c-68.303,0-123.915-55.573-123.915-123.895 c0-68.313,55.592-123.895,123.915-123.895s123.876,55.582,123.876,123.895S318.029,283.999,249.716,283.999z",icon_svg_viewbox:"0 0 499.392 499.392",icon_fontawesome_id:"map-marker",icon_fill:"#000000",icon_url:"",icon_is_pin:1,icon_shadow:0},mouseover_style:{opacity:1,border_radius:50,background_image_url:"",background_image_opacity:1,background_image_scale:1,background_image_offset_x:0,background_image_offset_y:0,background_color:"#ffffff",background_opacity:.4,border_width:0,border_style:"solid",border_color:"#ffffff",border_opacity:1,stroke_color:"#ffffff",stroke_opacity:.75,stroke_width:0,stroke_dasharray:"0",stroke_linecap:"round",icon_fill:"#000000"},tooltip:{enable_tooltip:1},tooltip_style:{buffer:40,border_radius:10,padding:15,background_color:"#222222",background_opacity:1,position:"top",width:225,auto_width:1,offset_x:0,offset_y:0},tooltip_content:{squares_settings:{containers:[{id:"sq-container-403761",settings:{elements:[{settings:{name:"Heading",iconClass:"fa fa-header"},options:{heading:{text:"My Shape"}}}]}}]}},points:[],vs:[],svgPathCommands:[],d:"",dEditor:""};function vc(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return _c(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?_c(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function _c(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}function xc(e){var t=function(e){if(0===Ja("6.0.36",e.version))return e;var t=Ra({},e);return e.version||(t=dc(e)),t.version="6.0.36",t}(e),o=function(e){var t=Ra({},cr,e);return t.artboards=function(e){var t=[];0===e.length&&(e=[Ra({},ar)]);var o,n=vc(e);try{for(n.s();!(o=n.n()).done;){var a=o.value,r=Ra({},ar,a);r.children=wc(a.children),t.push(r)}}catch(e){n.e(e)}finally{n.f()}return t}(t.artboards),t}(t);return o.artboards=kc(o.artboards),o}function wc(e){var t=[];if(e){var o,n=vc(e);try{for(n.s();!(o=n.n()).done;){var a=o.value,r=Ra({},rr,a);r.children=wc(a.children),t.push(r)}}catch(e){n.e(e)}finally{n.f()}}return t}function kc(e){var t,o=vc(e);try{for(o.s();!(t=o.n()).done;){var n=t.value;n.type!==Zt&&0===n.tooltip_content.length&&(n.tooltip.enable_tooltip=!1),n.children&&kc(n.children)}}catch(e){o.e(e)}finally{o.f()}return e}function Cc(e){const t=e-1;return t*t*t+1}function $c(e,{delay:t=0,duration:o=400,easing:n=m}={}){const a=+getComputedStyle(e).opacity;return{delay:t,duration:o,easing:n,css:e=>"opacity: "+e*a}}function Mc(e,{delay:t=0,duration:o=400,easing:n=Cc,x:a=0,y:r=0,opacity:i=0}={}){const c=getComputedStyle(e),l=+c.opacity,s="none"===c.transform?"":c.transform,f=l*(1-i),[d,u]=I(a),[p,b]=I(r);return{delay:t,duration:o,easing:n,css:(e,t)=>`\n\t\t\ttransform: ${s} translate(${(1-e)*d}${u}, ${(1-e)*p}${b});\n\t\t\topacity: ${l-f*t}`}}function Fc(e,{delay:t=0,duration:o=400,easing:n=Cc,axis:a="y"}={}){const r=getComputedStyle(e),i=+r.opacity,c="y"===a?"height":"width",l=parseFloat(r[c]),s="y"===a?["top","bottom"]:["left","right"],f=s.map((e=>`${e[0].toUpperCase()}${e.slice(1)}`)),d=parseFloat(r[`padding${f[0]}`]),u=parseFloat(r[`padding${f[1]}`]),p=parseFloat(r[`margin${f[0]}`]),b=parseFloat(r[`margin${f[1]}`]),g=parseFloat(r[`border${f[0]}Width`]),h=parseFloat(r[`border${f[1]}Width`]);return{delay:t,duration:o,easing:n,css:e=>`overflow: hidden;opacity: ${Math.min(20*e,1)*i};${c}: ${e*l}px;padding-${s[0]}: ${e*d}px;padding-${s[1]}: ${e*u}px;margin-${s[0]}: ${e*p}px;margin-${s[1]}: ${e*b}px;border-${s[0]}-width: ${e*g}px;border-${s[1]}-width: ${e*h}px;`}}function Dc(e){U(e,"svelte-q89vxo",".shortcut-key.svelte-q89vxo{min-width:1.5rem;box-shadow:0 -4px inset rgba(0, 0, 0, 0.3)}")}function Lc(e){let t,o,n;return{c(){t=G("div"),o=J(e[0]),oe(t,"class",n="shortcut-key rounded bg-theme-300 font-mono text-theme-800 text-xs leading-5 px-2 pb-1 pt-0 m-px "+e[1]+" svelte-q89vxo")},m(e,n){X(e,t,n),Z(t,o)},p(e,[a]){1&a&&ne(o,e[0]),2&a&&n!==(n="shortcut-key rounded bg-theme-300 font-mono text-theme-800 text-xs leading-5 px-2 pb-1 pt-0 m-px "+e[1]+" svelte-q89vxo")&&oe(t,"class",n)},i:h,o:h,d(e){e&&K(t)}}}function Bc(){return navigator.platform.indexOf("Win")>-1}function jc(e,t,o){let{value:n=""}=t,a="";return"CTRL"!==n||Bc()||(n="⌘",a="text-xl leading-5"),"ALT"!==n||Bc()||(n="⌥",a="text-xl leading-5"),be((()=>{})),e.$$set=e=>{"value"in e&&o(0,n=e.value)},[n,a]}const Ec=class extends Ge{constructor(e){super(),Ke(this,e,jc,Lc,k,{value:0},Dc)}};function Sc(e,t,o){const n=e.slice();return n[19]=t[o],n}function Ic(e){let t,o;return{c(){t=G("div"),oe(t,"class",o=e[2]+" text-base")},m(e,o){X(e,t,o)},p(e,n){4&n&&o!==(o=e[2]+" text-base")&&oe(t,"class",o)},d(e){e&&K(t)}}}function Ac(e){let t,o;return{c(){t=G("div"),o=J(e[0]),oe(t,"class",e[7])},m(e,n){X(e,t,n),Z(t,o)},p(e,n){1&n&&ne(o,e[0]),128&n&&oe(t,"class",e[7])},d(e){e&&K(t)}}}function zc(e){let t,o,n,a,r,i=e[4].length>0&&Oc(e);return{c(){t=G("div"),o=J(e[3]),n=Q(),i&&i.c(),oe(t,"class","absolute left-auto top-full whitespace-nowrap mt-6 px-4 py-2 pointer-events-none bg-black bg-opacity-80 rounded text-white z-50 flex items-center")},m(e,a){X(e,t,a),Z(t,o),Z(t,n),i&&i.m(t,null),r=!0},p(e,n){(!r||8&n)&&ne(o,e[3]),e[4].length>0?i?(i.p(e,n),16&n&&Oe(i,1)):(i=Oc(e),i.c(),Oe(i,1),i.m(t,null)):i&&(Ae(),Te(i,1,1,(()=>{i=null})),ze())},i(e){r||(Oe(i),$e((()=>{r&&(a||(a=Pe(t,$c,{duration:150},!0)),a.run(1))})),r=!0)},o(e){Te(i),a||(a=Pe(t,$c,{duration:150},!1)),a.run(0),r=!1},d(e){e&&K(t),i&&i.d(),e&&a&&a.end()}}}function Oc(e){let t,o,n,a=e[4],r=[];for(let t=0;t<a.length;t+=1)r[t]=Tc(Sc(e,a,t));const i=e=>Te(r[e],1,1,(()=>{r[e]=null}));return{c(){t=G("div");for(let e=0;e<r.length;e+=1)r[e].c();oe(t,"class",o=(e[3].length>0?"ml-2":"")+" flex")},m(e,o){X(e,t,o);for(let e=0;e<r.length;e+=1)r[e]&&r[e].m(t,null);n=!0},p(e,c){if(16&c){let o;for(a=e[4],o=0;o<a.length;o+=1){const n=Sc(e,a,o);r[o]?(r[o].p(n,c),Oe(r[o],1)):(r[o]=Tc(n),r[o].c(),Oe(r[o],1),r[o].m(t,null))}for(Ae(),o=a.length;o<r.length;o+=1)i(o);ze()}(!n||8&c&&o!==(o=(e[3].length>0?"ml-2":"")+" flex"))&&oe(t,"class",o)},i(e){if(!n){for(let e=0;e<a.length;e+=1)Oe(r[e]);n=!0}},o(e){r=r.filter(Boolean);for(let e=0;e<r.length;e+=1)Te(r[e]);n=!1},d(e){e&&K(t),function(e,t){for(let o=0;o<e.length;o+=1)e[o]&&e[o].d(t)}(r,e)}}}function Tc(e){let t,o;return t=new Ec({props:{value:e[19]}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};16&o&&(n.value=e[19]),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Nc(e){let t,o,n,a,r,i,c,l,s,f,d=e[2]&&Ic(e),u=e[0]&&Ac(e);const p=e[16].default,b=D(p,e,e[15],null);let g=e[8]&&(e[3]||e[4].length>0)&&zc(e);return{c(){t=G("div"),o=G("div"),d&&d.c(),n=Q(),u&&u.c(),a=Q(),b&&b.c(),r=Q(),g&&g.c(),oe(o,"class",i="btn relative "+e[6]+" cursor-pointer active:text-white rounded-lg text-center px-3 py-1 flex flex-col 2xl:flex-row items-center justify-center"),oe(t,"class",c="mx-0.5 2xl:mx-1 "+(e[1]||e[8]||e[5]?"":"opacity-50"))},m(i,c){X(i,t,c),Z(t,o),d&&d.m(o,null),Z(o,n),u&&u.m(o,null),Z(o,a),b&&b.m(o,null),Z(o,r),g&&g.m(o,null),l=!0,s||(f=[te(o,"click",e[9]),te(o,"keypress",e[9]),te(o,"mouseenter",e[17]),te(o,"mouseleave",e[18])],s=!0)},p(e,[r]){e[2]?d?d.p(e,r):(d=Ic(e),d.c(),d.m(o,n)):d&&(d.d(1),d=null),e[0]?u?u.p(e,r):(u=Ac(e),u.c(),u.m(o,a)):u&&(u.d(1),u=null),b&&b.p&&(!l||32768&r)&&j(b,p,e,e[15],l?B(p,e[15],r,null):E(e[15]),null),e[8]&&(e[3]||e[4].length>0)?g?(g.p(e,r),280&r&&Oe(g,1)):(g=zc(e),g.c(),Oe(g,1),g.m(o,null)):g&&(Ae(),Te(g,1,1,(()=>{g=null})),ze()),(!l||64&r&&i!==(i="btn relative "+e[6]+" cursor-pointer active:text-white rounded-lg text-center px-3 py-1 flex flex-col 2xl:flex-row items-center justify-center"))&&oe(o,"class",i),(!l||290&r&&c!==(c="mx-0.5 2xl:mx-1 "+(e[1]||e[8]||e[5]?"":"opacity-50")))&&oe(t,"class",c)},i(e){l||(Oe(b,e),Oe(g),l=!0)},o(e){Te(b,e),Te(g),l=!1},d(e){e&&K(t),d&&d.d(),u&&u.d(),b&&b.d(e),g&&g.d(),s=!1,x(f)}}}function Pc(e,t,o){let n,{$$slots:a={},$$scope:r}=t,{label:i=""}=t,{onClick:c=(()=>{})}=t,{active:l}=t,{primary:s}=t,{danger:f}=t,{disabled:d}=t,{icon:u}=t,{event:p}=t,{tooltip:b=""}=t,{shortcut:g=[]}=t,{fullOpacity:h=!1}=t,m="btn-transparent",y=!1;return e.$$set=e=>{"label"in e&&o(0,i=e.label),"onClick"in e&&o(10,c=e.onClick),"active"in e&&o(1,l=e.active),"primary"in e&&o(11,s=e.primary),"danger"in e&&o(12,f=e.danger),"disabled"in e&&o(13,d=e.disabled),"icon"in e&&o(2,u=e.icon),"event"in e&&o(14,p=e.event),"tooltip"in e&&o(3,b=e.tooltip),"shortcut"in e&&o(4,g=e.shortcut),"fullOpacity"in e&&o(5,h=e.fullOpacity),"$$scope"in e&&o(15,r=e.$$scope)},e.$$.update=()=>{14402&e.$$.dirty&&(o(6,m="btn-transparent"),(l||s)&&o(6,m="btn-primary"),f&&o(6,m="btn-danger"),d&&o(6,m+=" opacity-50 pointer-events-none")),4&e.$$.dirty&&o(7,n=u?"2xl:ml-2":"text-lg")},[i,l,u,b,g,h,m,n,y,function(){c();let e=new Event(p);document.dispatchEvent(e)},c,s,f,d,p,r,a,()=>{o(8,y=!0)},()=>{o(8,y=!1)}]}const Hc=class extends Ge{constructor(e){super(),Ke(this,e,Pc,Nc,k,{label:0,onClick:10,active:1,primary:11,danger:12,disabled:13,icon:2,event:14,tooltip:3,shortcut:4,fullOpacity:5})}};function Rc(e){let t;return{c(){t=G("div"),oe(t,"class","w-px h-10 mx-2 bg-theme-500 opacity-25")},m(e,o){X(e,t,o)},p:h,i:h,o:h,d(e){e&&K(t)}}}const qc=class extends Ge{constructor(e){super(),Ke(this,e,null,Rc,k,{})}};function Zc(e){let t;return{c(){t=G("div"),oe(t,"class","flex-1")},m(e,o){X(e,t,o)},p:h,i:h,o:h,d(e){e&&K(t)}}}const Uc=class extends Ge{constructor(e){super(),Ke(this,e,null,Zc,k,{})}};function Wc(e){let t;return{c(){t=G("div"),t.innerHTML='<div class="w-1/3 m-px bg-theme-800 dark:bg-theme-100 rounded-sm"></div>',oe(t,"class","w-[20px] h-[20px] my-1 border rounded flex border-theme-800 dark:border-theme-100")},m(e,o){X(e,t,o)},p:h,d(e){e&&K(t)}}}function Yc(e){let t;return{c(){t=G("div"),t.innerHTML='<div class="w-1/3 m-px bg-theme-800 dark:bg-theme-100 rounded-sm"></div>',oe(t,"class","w-[20px] h-[20px] my-1 border rounded flex flex-row-reverse border-theme-800 dark:border-theme-100")},m(e,o){X(e,t,o)},p:h,d(e){e&&K(t)}}}function Vc(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v,_,x,w,k,C,$,M,F,D,L,B,j,E,S,I,A,z,O,T,N,P,H,R;return n=new Hc({props:{label:"",icon:"fa-solid fa-arrow-pointer",onClick:e[9],active:e[2]===At,tooltip:"Select Objects",shortcut:["V"]}}),r=new qc({}),c=new Hc({props:{label:"Spot",icon:"fa-solid fa-location-dot",onClick:e[10],active:e[2]===zt,tooltip:"Draw Spot",shortcut:["S"]}}),s=new Hc({props:{label:"Rect",icon:"fa-solid fa-vector-square",onClick:e[11],active:e[2]===Ot,tooltip:"Draw Rectangle",shortcut:["R"]}}),d=new Hc({props:{label:"Ellipse",icon:"fa-solid fa-circle-notch",onClick:e[12],active:e[2]===Tt,tooltip:"Draw Ellipse",shortcut:["E"]}}),p=new Hc({props:{label:"Poly",icon:"fa-solid fa-draw-polygon",onClick:e[13],active:e[2]===Nt,tooltip:"Draw Polygon",shortcut:["P"]}}),g=new Hc({props:{label:"Text",icon:"fa-solid fa-font",onClick:e[14],active:e[2]===Pt,tooltip:"Draw Text",shortcut:["T"]}}),m=new Hc({props:{label:"SVG",icon:"fa-solid fa-code",onClick:e[8],tooltip:"Import SVG"}}),v=new qc({}),x=new Hc({props:{label:"",icon:"fa-solid fa-hand",onClick:e[15],active:e[2]===qt,tooltip:"Pan Canvas",shortcut:["SPACE"]}}),k=new Hc({props:{label:"",icon:"fa-solid fa-magnifying-glass-plus",onClick:e[16],active:e[2]===Ht,tooltip:"Zoom In",shortcut:["CTRL","+"]}}),$=new Hc({props:{label:"",icon:"fa-solid fa-magnifying-glass-minus",onClick:e[17],active:e[2]===Rt,tooltip:"Zoom Out",shortcut:["CTRL","-"]}}),F=new Hc({props:{label:"1:1",icon:"",event:xt,tooltip:"Reset Zoom & Pan",shortcut:["CTRL","0"]}}),L=new qc({}),j=new Hc({props:{label:"",icon:"",onClick:e[18],tooltip:"Toggle Object List",shortcut:["CTRL","ALT","1"],$$slots:{default:[Wc]},$$scope:{ctx:e}}}),S=new Hc({props:{label:"",icon:"",onClick:e[19],tooltip:"Toggle Object Settings",shortcut:["CTRL","ALT","2"],$$slots:{default:[Yc]},$$scope:{ctx:e}}}),A=new Uc({}),O=new Hc({props:{label:"",icon:"fa-solid fa-undo",onClick:e[6],disabled:!e[0],tooltip:"Undo",shortcut:["CTRL","Z"]}}),N=new Hc({props:{label:"",icon:"fa-solid fa-redo",onClick:e[7],disabled:!e[1],tooltip:"Redo",shortcut:["CTRL","Y"]}}),H=new Hc({props:{label:"Preview",icon:"fa-solid fa-play",onClick:e[20],primary:!0,shortcut:["CTRL","P"],danger:!!e[5],fullOpacity:!0}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment),a=Q(),Ye(r.$$.fragment),i=Q(),Ye(c.$$.fragment),l=Q(),Ye(s.$$.fragment),f=Q(),Ye(d.$$.fragment),u=Q(),Ye(p.$$.fragment),b=Q(),Ye(g.$$.fragment),h=Q(),Ye(m.$$.fragment),y=Q(),Ye(v.$$.fragment),_=Q(),Ye(x.$$.fragment),w=Q(),Ye(k.$$.fragment),C=Q(),Ye($.$$.fragment),M=Q(),Ye(F.$$.fragment),D=Q(),Ye(L.$$.fragment),B=Q(),Ye(j.$$.fragment),E=Q(),Ye(S.$$.fragment),I=Q(),Ye(A.$$.fragment),z=Q(),Ye(O.$$.fragment),T=Q(),Ye(N.$$.fragment),P=Q(),Ye(H.$$.fragment),oe(o,"class","flex h-full px-2 items-center"),oe(t,"class","border-b border-theme-200 bg-theme-100 dark:border-theme-700 dark:bg-theme-800"),re(t,"height","64px")},m(e,q){X(e,t,q),Z(t,o),Ve(n,o,null),Z(o,a),Ve(r,o,null),Z(o,i),Ve(c,o,null),Z(o,l),Ve(s,o,null),Z(o,f),Ve(d,o,null),Z(o,u),Ve(p,o,null),Z(o,b),Ve(g,o,null),Z(o,h),Ve(m,o,null),Z(o,y),Ve(v,o,null),Z(o,_),Ve(x,o,null),Z(o,w),Ve(k,o,null),Z(o,C),Ve($,o,null),Z(o,M),Ve(F,o,null),Z(o,D),Ve(L,o,null),Z(o,B),Ve(j,o,null),Z(o,E),Ve(S,o,null),Z(o,I),Ve(A,o,null),Z(o,z),Ve(O,o,null),Z(o,T),Ve(N,o,null),Z(o,P),Ve(H,o,null),R=!0},p(e,[t]){const o={};4&t&&(o.onClick=e[9]),4&t&&(o.active=e[2]===At),n.$set(o);const a={};4&t&&(a.onClick=e[10]),4&t&&(a.active=e[2]===zt),c.$set(a);const r={};4&t&&(r.onClick=e[11]),4&t&&(r.active=e[2]===Ot),s.$set(r);const i={};4&t&&(i.onClick=e[12]),4&t&&(i.active=e[2]===Tt),d.$set(i);const l={};4&t&&(l.onClick=e[13]),4&t&&(l.active=e[2]===Nt),p.$set(l);const f={};4&t&&(f.onClick=e[14]),4&t&&(f.active=e[2]===Pt),g.$set(f);const u={};4&t&&(u.onClick=e[15]),4&t&&(u.active=e[2]===qt),x.$set(u);const b={};4&t&&(b.onClick=e[16]),4&t&&(b.active=e[2]===Ht),k.$set(b);const h={};4&t&&(h.onClick=e[17]),4&t&&(h.active=e[2]===Rt),$.$set(h);const m={};8&t&&(m.onClick=e[18]),4194304&t&&(m.$$scope={dirty:t,ctx:e}),j.$set(m);const y={};16&t&&(y.onClick=e[19]),4194304&t&&(y.$$scope={dirty:t,ctx:e}),S.$set(y);const v={};1&t&&(v.disabled=!e[0]),O.$set(v);const _={};2&t&&(_.disabled=!e[1]),N.$set(_);const w={};32&t&&(w.onClick=e[20]),32&t&&(w.danger=!!e[5]),H.$set(w)},i(e){R||(Oe(n.$$.fragment,e),Oe(r.$$.fragment,e),Oe(c.$$.fragment,e),Oe(s.$$.fragment,e),Oe(d.$$.fragment,e),Oe(p.$$.fragment,e),Oe(g.$$.fragment,e),Oe(m.$$.fragment,e),Oe(v.$$.fragment,e),Oe(x.$$.fragment,e),Oe(k.$$.fragment,e),Oe($.$$.fragment,e),Oe(F.$$.fragment,e),Oe(L.$$.fragment,e),Oe(j.$$.fragment,e),Oe(S.$$.fragment,e),Oe(A.$$.fragment,e),Oe(O.$$.fragment,e),Oe(N.$$.fragment,e),Oe(H.$$.fragment,e),R=!0)},o(e){Te(n.$$.fragment,e),Te(r.$$.fragment,e),Te(c.$$.fragment,e),Te(s.$$.fragment,e),Te(d.$$.fragment,e),Te(p.$$.fragment,e),Te(g.$$.fragment,e),Te(m.$$.fragment,e),Te(v.$$.fragment,e),Te(x.$$.fragment,e),Te(k.$$.fragment,e),Te($.$$.fragment,e),Te(F.$$.fragment,e),Te(L.$$.fragment,e),Te(j.$$.fragment,e),Te(S.$$.fragment,e),Te(A.$$.fragment,e),Te(O.$$.fragment,e),Te(N.$$.fragment,e),Te(H.$$.fragment,e),R=!1},d(e){e&&K(t),Xe(n),Xe(r),Xe(c),Xe(s),Xe(d),Xe(p),Xe(g),Xe(m),Xe(v),Xe(x),Xe(k),Xe($),Xe(F),Xe(L),Xe(j),Xe(S),Xe(A),Xe(O),Xe(N),Xe(H)}}}function Xc(e,t,o){let n,a,r,i;F(e,Lo,(e=>o(2,n=e))),F(e,zo,(e=>o(3,a=e))),F(e,Oo,(e=>o(4,r=e))),F(e,Bo,(e=>o(5,i=e)));let c=[],l=Gi.getCanUndo(),s=Gi.getCanRedo();return he((()=>{c.forEach((e=>e())),c=[]})),c.push(Ki.subscribe((()=>{o(0,l=Gi.getCanUndo()),o(1,s=Gi.getCanRedo())}))),[l,s,n,a,r,i,function(){const e=new Event(ot);document.dispatchEvent(e)},function(){const e=new Event(nt);document.dispatchEvent(e)},function(){let e=new Event(at);document.dispatchEvent(e)},()=>S(Lo,n=At,n),()=>S(Lo,n=zt,n),()=>S(Lo,n=Ot,n),()=>S(Lo,n=Tt,n),()=>S(Lo,n=Nt,n),()=>S(Lo,n=Pt,n),()=>S(Lo,n=qt,n),()=>S(Lo,n=Ht,n),()=>S(Lo,n=Rt,n),()=>S(zo,a=!a,a),()=>S(Oo,r=!r,r),()=>S(Bo,i=!i,i)]}const Kc=class extends Ge{constructor(e){super(),Ke(this,e,Xc,Vc,k,{})}};function Gc(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return Jc(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Jc(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function Jc(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}function Qc(e){var t,o=[],n=Gc(e.artboards);try{for(n.s();!(t=n.n()).done;){var a=t.value,r=Ra({},Ya(a,ar));r.children=el(a.children),r=Va(r)||{},o.push(r)}}catch(e){n.e(e)}finally{n.f()}var i=Ra({},Va(Ya(e,cr)));return i.artboards=o,i.version="6.0.36",i.general=i.general||{},i.general.name=e.general.name,i}function el(e){var t=[];if(e){var o,n=Gc(e);try{for(n.s();!(o=n.n()).done;){var a=o.value,r=Ra({},Va(Ya(a,rr)));r.children=el(a.children),t.push(r)}}catch(e){n.e(e)}finally{n.f()}}return t}function tl(e){let t,o,n,a,r,i,c,l;return{c(){t=G("div"),o=G("div"),a=Q(),r=J(e[0]),oe(o,"class",n=e[2]+" mb-1 text-base"),oe(t,"class",i="flex flex-col items-center justify-center rounded-lg px-2 text-xs text-center select-none cursor-pointer opacity-50 active:opacity-100 hover:bg-theme-200 dark:hover:bg-theme-800 active:bg-primary-500 dark:active:bg-primary-500 active:text-white "+e[3]+" w-[64px] h-[64px]")},m(n,i){X(n,t,i),Z(t,o),Z(t,a),Z(t,r),c||(l=[te(t,"click",(function(){w(e[1])&&e[1].apply(this,arguments)})),te(t,"keypress",(function(){w(e[1])&&e[1].apply(this,arguments)}))],c=!0)},p(a,[c]){e=a,4&c&&n!==(n=e[2]+" mb-1 text-base")&&oe(o,"class",n),1&c&&ne(r,e[0]),8&c&&i!==(i="flex flex-col items-center justify-center rounded-lg px-2 text-xs text-center select-none cursor-pointer opacity-50 active:opacity-100 hover:bg-theme-200 dark:hover:bg-theme-800 active:bg-primary-500 dark:active:bg-primary-500 active:text-white "+e[3]+" w-[64px] h-[64px]")&&oe(t,"class",i)},i:h,o:h,d(e){e&&K(t),c=!1,x(l)}}}function ol(e,t,o){let n,{label:a}=t,{onClick:r=(()=>{})}=t,{icon:i}=t,{active:c}=t;return e.$$set=e=>{"label"in e&&o(0,a=e.label),"onClick"in e&&o(1,r=e.onClick),"icon"in e&&o(2,i=e.icon),"active"in e&&o(4,c=e.active)},e.$$.update=()=>{16&e.$$.dirty&&o(3,n=c?"bg-primary-500 dark:hover:bg-primary-400 hover:bg-primary-600 opacity-100":"")},[a,r,i,n,c]}const nl=class extends Ge{constructor(e){super(),Ke(this,e,ol,tl,k,{label:0,onClick:1,icon:2,active:4})}};function al(e){let t,o;return{c(){t=G("img"),$(t.src,o=e[0])||oe(t,"src",o),oe(t,"alt",""),oe(t,"class","w-full mt-2")},m(e,o){X(e,t,o)},p(e,n){1&n&&!$(t.src,o=e[0])&&oe(t,"src",o)},d(e){e&&K(t)}}}function rl(e){let t,o,n,a,r,i=e[0]&&al(e);return{c(){t=G("div"),o=G("div"),o.textContent="Choose Image...",n=Q(),i&&i.c(),oe(o,"class","btn btn-primary form-control-border form-control-shadow rounded flex justify-center items-center px-3"),re(o,"height","24px"),oe(t,"class","w-full")},m(c,l){X(c,t,l),Z(t,o),Z(t,n),i&&i.m(t,null),a||(r=[te(o,"click",e[1]),te(o,"keypress",e[1])],a=!0)},p(e,[o]){e[0]?i?i.p(e,o):(i=al(e),i.c(),i.m(t,null)):i&&(i.d(1),i=null)},i:h,o:h,d(e){e&&K(t),i&&i.d(),a=!1,x(r)}}}function il(e,t,o){let{onChange:n=(()=>{})}=t,{onUpdate:a=(()=>{})}=t,{value:r=""}=t;function i(e){const t=JSON.parse(e.data);"uploadImage"===t.action&&(window.removeEventListener("message",i),o(0,r=t.url),n(),a())}return e.$$set=e=>{"onChange"in e&&o(2,n=e.onChange),"onUpdate"in e&&o(3,a=e.onUpdate),"value"in e&&o(0,r=e.value)},[r,function(){window.parent.postMessage(JSON.stringify({action:"uploadImage"}),"*"),window.addEventListener("message",i)},n,a]}const cl=class extends Ge{constructor(e){super(),Ke(this,e,il,rl,k,{onChange:2,onUpdate:3,value:0})}};function ll(e){let t,o;return{c(){t=G("div"),o=J(e[1]),oe(t,"class","rounded rounded-l-none form-control-bg ml-0.5 px-1 flex items-center")},m(e,n){X(e,t,n),Z(t,o)},p(e,t){2&t&&ne(o,e[1])},d(e){e&&K(t)}}}function sl(e){let t,o,n,a,r,i,c,l=e[1]&&ll(e);return{c(){t=G("div"),o=G("div"),n=G("input"),r=Q(),l&&l.c(),oe(n,"type","text"),oe(n,"placeholder",e[0]),re(n,"height","24px"),oe(n,"class",a="w-full p-1 px-1.5 "+(e[1]?"rounded rounded-r-none":"rounded")+" outline-none "+(e[2]?"form-control-ring-error":"form-control-ring")+" "+(e[2]?"form-control-bg-error":"form-control-bg")+" transition-all duration-200"),oe(o,"class","flex w-full"),oe(t,"class","flex flex-col items-center")},m(a,s){X(a,t,s),Z(t,o),Z(o,n),ae(n,e[3]),Z(o,r),l&&l.m(o,null),i||(c=[te(n,"input",e[9]),te(n,"keyup",e[5]),te(n,"change",e[4])],i=!0)},p(e,[t]){1&t&&oe(n,"placeholder",e[0]),6&t&&a!==(a="w-full p-1 px-1.5 "+(e[1]?"rounded rounded-r-none":"rounded")+" outline-none "+(e[2]?"form-control-ring-error":"form-control-ring")+" "+(e[2]?"form-control-bg-error":"form-control-bg")+" transition-all duration-200")&&oe(n,"class",a),8&t&&n.value!==e[3]&&ae(n,e[3]),e[1]?l?l.p(e,t):(l=ll(e),l.c(),l.m(o,null)):l&&(l.d(1),l=null)},i:h,o:h,d(e){e&&K(t),l&&l.d(),i=!1,x(c)}}}function fl(e,t,o){let n,{onChange:a=(()=>{})}=t,{onUpdate:r=(()=>{})}=t,{placeholder:i}=t,{attachment:c=""}=t,{value:l=""}=t,{hasError:s=!1}=t;return e.$$set=e=>{"onChange"in e&&o(7,a=e.onChange),"onUpdate"in e&&o(8,r=e.onUpdate),"placeholder"in e&&o(0,i=e.placeholder),"attachment"in e&&o(1,c=e.attachment),"value"in e&&o(6,l=e.value),"hasError"in e&&o(2,s=e.hasError)},e.$$.update=()=>{66&e.$$.dirty&&o(3,n=function(e){return void 0!==e?e+"":""}(l).replace(c,"")||"")},[i,c,s,n,function(){o(6,l=n+c),a()},function(){o(6,l=n+c),r()},l,a,r,function(){n=this.value,o(3,n),o(6,l),o(1,c)}]}const dl=class extends Ge{constructor(e){super(),Ke(this,e,fl,sl,k,{onChange:7,onUpdate:8,placeholder:0,attachment:1,value:6,hasError:2})}};function ul(e){let t,o,n,a;return{c(){t=G("div"),o=J(e[1]),re(t,"margin-top","2px"),re(t,"font-size","11px"),oe(t,"class","select-none px-2 text-center cursor-ew-resize")},m(r,i){X(r,t,i),Z(t,o),n||(a=te(t,"mousedown",e[3]),n=!0)},p(e,t){2&t&&ne(o,e[1])},d(e){e&&K(t),n=!1,a()}}}function pl(e){let t,o,n,a,r,i,c,l,s,f,d,u=e[1]&&ul(e);return{c(){t=G("div"),o=G("div"),n=G("input"),a=Q(),r=G("div"),i=G("div"),c=Q(),l=G("div"),s=Q(),u&&u.c(),oe(n,"type","text"),re(n,"height","24px"),oe(n,"class","flex-1 w-full p-1 px-1.5 rounded rounded-r-none outline-none form-control-ring form-control-bg transition-all duration-200"),oe(i,"class","fa-solid fa-angle-up flex justify-center items-center h-1/2 cursor-pointer rounded-tr transition-all duration-200 form-control-bg active:bg-opacity-40 dark:active:bg-opacity-100"),re(i,"font-size","10px"),oe(l,"class","fa-solid fa-angle-down flex justify-center items-center h-1/2 cursor-pointer rounded-br transition-all duration-200 form-control-bg active:bg-opacity-40 dark:active:bg-opacity-100"),re(l,"font-size","10px"),oe(r,"class","flex flex-col ml-0.5 rounded rounded-l-none w-4"),oe(o,"class","flex w-full"),oe(t,"class","flex flex-col items-center")},m(p,b){X(p,t,b),Z(t,o),Z(o,n),ae(n,e[0]),e[15](n),Z(o,a),Z(o,r),Z(r,i),Z(r,c),Z(r,l),Z(t,s),u&&u.m(t,null),f||(d=[te(n,"input",e[14]),te(n,"change",e[6]),te(i,"click",e[4]),te(i,"keypress",e[4]),te(i,"mousedown",bl),te(l,"click",e[5]),te(l,"keypress",e[5]),te(l,"mousedown",bl)],f=!0)},p(e,[o]){1&o&&n.value!==e[0]&&ae(n,e[0]),e[1]?u?u.p(e,o):(u=ul(e),u.c(),u.m(t,null)):u&&(u.d(1),u=null)},i:h,o:h,d(o){o&&K(t),e[15](null),u&&u.d(),f=!1,x(d)}}}function bl(e){e.preventDefault(),window.getSelection().empty?window.getSelection().empty():window.getSelection().removeAllRanges&&window.getSelection().removeAllRanges()}function gl(e,t,o){let n,{value:a=0}=t,{label:r}=t,{onChange:i=(()=>{})}=t,{onUpdate:c=(()=>{})}=t,{onUpdateStart:l=(()=>{})}=t,{onUpdateEnd:s=(()=>{})}=t,{integer:f}=t,{min:d}=t,{max:u}=t;be((()=>{document.addEventListener("mousemove",m),document.addEventListener("mouseup",y)})),he((()=>{document.removeEventListener("mousemove",m),document.removeEventListener("mouseup",y)}));let p,b={x:0,y:0},g={x:0,y:0},h=!1;function m(e){h&&(n.classList.add("select-none"),b={x:e.pageX,y:e.pageY},o(0,a=f?parseInt(p+b.x-g.x):p+Math.round(.1*(b.x-g.x)*10)/10),void 0!==d&&a<d&&o(0,a=d),void 0!==u&&a<u&&o(0,a=u),c(),bl(e))}function y(e){h&&(h=!1,n.classList.remove("select-none"),i(),bl(e),s())}return e.$$set=e=>{"value"in e&&o(0,a=e.value),"label"in e&&o(1,r=e.label),"onChange"in e&&o(7,i=e.onChange),"onUpdate"in e&&o(8,c=e.onUpdate),"onUpdateStart"in e&&o(9,l=e.onUpdateStart),"onUpdateEnd"in e&&o(10,s=e.onUpdateEnd),"integer"in e&&o(11,f=e.integer),"min"in e&&o(12,d=e.min),"max"in e&&o(13,u=e.max)},[a,r,n,function(e){g={x:e.pageX,y:e.pageY},h=!0,isNaN(a)&&o(0,a=0),p=a,l()},function(e){e.preventDefault(),isNaN(a)&&o(0,a=0),o(0,a++,a),i()},function(e){e.preventDefault(),isNaN(a)&&o(0,a=0),o(0,a--,a),i()},function(){o(0,a=f?parseInt(a):parseFloat(a)),void 0!==d&&a<d&&o(0,a=d),void 0!==u&&a<u&&o(0,a=u),isNaN(a)&&o(0,a=0),i()},i,c,l,s,f,d,u,function(){a=this.value,o(0,a)},function(e){_e[e?"unshift":"push"]((()=>{n=e,o(2,n)}))}]}const hl=class extends Ge{constructor(e){super(),Ke(this,e,gl,pl,k,{value:0,label:1,onChange:7,onUpdate:8,onUpdateStart:9,onUpdateEnd:10,integer:11,min:12,max:13})}};function ml(e){let t,o,n,a,r;return{c(){t=G("div"),o=G("textarea"),oe(o,"rows","4"),oe(o,"placeholder",e[3]),oe(o,"class",n="w-full p-1.5 rounded outline-none "+(e[4]?"form-control-ring-error":"form-control-ring")+" "+(e[4]?"form-control-bg-error":"form-control-bg")+" transition-all duration-200"),oe(t,"class","flex flex-col items-center")},m(n,i){X(n,t,i),Z(t,o),ae(o,e[0]),a||(r=[te(o,"input",e[5]),te(o,"keyup",(function(){w(e[2])&&e[2].apply(this,arguments)})),te(o,"change",(function(){w(e[1])&&e[1].apply(this,arguments)}))],a=!0)},p(t,[a]){e=t,8&a&&oe(o,"placeholder",e[3]),16&a&&n!==(n="w-full p-1.5 rounded outline-none "+(e[4]?"form-control-ring-error":"form-control-ring")+" "+(e[4]?"form-control-bg-error":"form-control-bg")+" transition-all duration-200")&&oe(o,"class",n),1&a&&ae(o,e[0])},i:h,o:h,d(e){e&&K(t),a=!1,x(r)}}}function yl(e,t,o){let{value:n}=t,{onChange:a=(()=>{})}=t,{onUpdate:r=(()=>{})}=t,{placeholder:i}=t,{hasError:c=!1}=t;return e.$$set=e=>{"value"in e&&o(0,n=e.value),"onChange"in e&&o(1,a=e.onChange),"onUpdate"in e&&o(2,r=e.onUpdate),"placeholder"in e&&o(3,i=e.placeholder),"hasError"in e&&o(4,c=e.hasError)},[n,a,r,i,c,function(){n=this.value,o(0,n)}]}const vl=class extends Ge{constructor(e){super(),Ke(this,e,yl,ml,k,{value:0,onChange:1,onUpdate:2,placeholder:3,hasError:4})}};function _l(e){U(e,"svelte-1ivekkt",".svelte-1ivekkt::-webkit-color-swatch-wrapper{padding:0;border-radius:5px}.svelte-1ivekkt::-webkit-color-swatch{padding:0;margin:0;border:0;border-radius:0.2rem}.svelte-1ivekkt::-moz-color-swatch,.svelte-1ivekkt::-moz-focus-inner{border:0}.svelte-1ivekkt::-moz-focus-inner{padding:0}")}function xl(e){let t,o,n,a;return{c(){t=G("div"),o=G("input"),oe(o,"type","color"),re(o,"height","24px"),oe(o,"class","block rounded w-full outline-none form-control-ring form-control-border bg-transparent focus:border-primary-500 focus:bg-primary-500 transition-all duration-200 svelte-1ivekkt"),oe(t,"class","flex flex-col items-center svelte-1ivekkt")},m(r,i){X(r,t,i),Z(t,o),ae(o,e[0]),n||(a=[te(o,"input",e[3]),te(o,"input",(function(){w(e[2])&&e[2].apply(this,arguments)})),te(o,"change",(function(){w(e[1])&&e[1].apply(this,arguments)}))],n=!0)},p(t,[n]){e=t,1&n&&ae(o,e[0])},i:h,o:h,d(e){e&&K(t),n=!1,x(a)}}}function wl(e,t,o){let{value:n}=t,{onChange:a=(()=>{})}=t,{onUpdate:r=(()=>{})}=t;return pe().$$.before_update.push((()=>{n||o(0,n="#000000")})),e.$$set=e=>{"value"in e&&o(0,n=e.value),"onChange"in e&&o(1,a=e.onChange),"onUpdate"in e&&o(2,r=e.onUpdate)},[n,a,r,function(){n=this.value,o(0,n)}]}const kl=class extends Ge{constructor(e){super(),Ke(this,e,wl,xl,k,{value:0,onChange:1,onUpdate:2},_l)}};function Cl(e){let t,o;return{c(){t=G("div"),oe(t,"class",o=e[4]+" "+(e[1]?"mr-1":"")+" text-center")},m(e,o){X(e,t,o)},p(e,n){18&n&&o!==(o=e[4]+" "+(e[1]?"mr-1":"")+" text-center")&&oe(t,"class",o)},d(e){e&&K(t)}}}function $l(e){let t;return{c(){t=J(e[1])},m(e,o){X(e,t,o)},p(e,o){2&o&&ne(t,e[1])},d(e){e&&K(t)}}}function Ml(e){let t,o,n,a,r,i=e[4]&&Cl(e),c=e[1]&&$l(e);return{c(){t=G("div"),i&&i.c(),o=Q(),c&&c.c(),oe(t,"data-id",e[5]),oe(t,"class",n="btn "+(e[2]?"btn-primary":"")+(e[3]?"btn-danger":"")+" form-control-border form-control-shadow rounded flex justify-center items-center px-3"),re(t,"height","24px")},m(n,l){X(n,t,l),i&&i.m(t,null),Z(t,o),c&&c.m(t,null),a||(r=[te(t,"click",(function(){w(e[0])&&e[0].apply(this,arguments)})),te(t,"keypress",(function(){w(e[0])&&e[0].apply(this,arguments)}))],a=!0)},p(a,[r]){(e=a)[4]?i?i.p(e,r):(i=Cl(e),i.c(),i.m(t,o)):i&&(i.d(1),i=null),e[1]?c?c.p(e,r):(c=$l(e),c.c(),c.m(t,null)):c&&(c.d(1),c=null),32&r&&oe(t,"data-id",e[5]),12&r&&n!==(n="btn "+(e[2]?"btn-primary":"")+(e[3]?"btn-danger":"")+" form-control-border form-control-shadow rounded flex justify-center items-center px-3")&&oe(t,"class",n)},i:h,o:h,d(e){e&&K(t),i&&i.d(),c&&c.d(),a=!1,x(r)}}}function Fl(e,t,o){let{action:n=(()=>{})}=t,{name:a}=t,{primary:r=!1}=t,{danger:i=!1}=t,{icon:c}=t,{id:l}=t;return e.$$set=e=>{"action"in e&&o(0,n=e.action),"name"in e&&o(1,a=e.name),"primary"in e&&o(2,r=e.primary),"danger"in e&&o(3,i=e.danger),"icon"in e&&o(4,c=e.icon),"id"in e&&o(5,l=e.id)},[n,a,r,i,c,l]}const Dl=class extends Ge{constructor(e){super(),Ke(this,e,Fl,Ml,k,{action:0,name:1,primary:2,danger:3,icon:4,id:5})}};function Ll(e,t,o){const n=e.slice();return n[6]=t[o],n}function Bl(e,t){let o,n,a,r,i,c,l,s=t[6].name+"";return{key:e,first:null,c(){o=G("div"),n=J(s),a=Q(),oe(o,"class",r="btn-group-btn flex-grow flex justify-center items-center cursor-pointer rounded transition-all duration-100 "+(t[0]==t[6].value?"btn-group-selected":"")),re(o,"height","24px"),oe(o,"data-value",i=t[6].value),this.first=o},m(e,r){X(e,o,r),Z(o,n),Z(o,a),c||(l=[te(o,"click",t[3]),te(o,"keypress",t[3])],c=!0)},p(e,a){t=e,2&a&&s!==(s=t[6].name+"")&&ne(n,s),3&a&&r!==(r="btn-group-btn flex-grow flex justify-center items-center cursor-pointer rounded transition-all duration-100 "+(t[0]==t[6].value?"btn-group-selected":""))&&oe(o,"class",r),2&a&&i!==(i=t[6].value)&&oe(o,"data-value",i)},d(e){e&&K(o),c=!1,x(l)}}}function jl(e){let t,o,n=[],a=new Map,r=e[1];const i=e=>e[6].name;for(let t=0;t<r.length;t+=1){let o=Ll(e,r,t),c=i(o);a.set(c,n[t]=Bl(c,o))}return{c(){t=G("div"),o=G("div");for(let e=0;e<n.length;e+=1)n[e].c();oe(o,"class","flex w-full form-control-bg rounded"),oe(t,"class","flex flex-col items-center")},m(a,r){X(a,t,r),Z(t,o);for(let e=0;e<n.length;e+=1)n[e]&&n[e].m(o,null);e[5](o)},p(e,[t]){11&t&&(r=e[1],n=Ze(n,t,i,1,e,r,a,o,He,Bl,null,Ll))},i:h,o:h,d(o){o&&K(t);for(let e=0;e<n.length;e+=1)n[e].d();e[5](null)}}}function El(e,t,o){let n,{value:a}=t,{options:r}=t,{onChange:i=(()=>{})}=t;return e.$$set=e=>{"value"in e&&o(0,a=e.value),"options"in e&&o(1,r=e.options),"onChange"in e&&o(4,i=e.onChange)},[a,r,n,function(e){o(0,a=e.target.dataset.value),i()},i,function(e){_e[e?"unshift":"push"]((()=>{n=e,o(2,n)}))}]}const Sl=class extends Ge{constructor(e){super(),Ke(this,e,El,jl,k,{value:0,options:1,onChange:4})}};function Il(e,t,o){const n=e.slice();return n[4]=t[o],n}function Al(e,t){let o,n,a,r=t[4].name+"";return{key:e,first:null,c(){o=G("option"),n=J(r),o.__value=a=t[4].value,o.value=o.__value,this.first=o},m(e,t){X(e,o,t),Z(o,n)},p(e,i){t=e,4&i&&r!==(r=t[4].name+"")&&ne(n,r),4&i&&a!==(a=t[4].value)&&(o.__value=a,o.value=o.__value)},d(e){e&&K(o)}}}function zl(e){let t,o,n,a,r,i,c,l=[],s=new Map,f=e[2];const d=e=>e[4].value;for(let t=0;t<f.length;t+=1){let o=Il(e,f,t),n=d(o);s.set(n,l[t]=Al(n,o))}return{c(){t=G("div"),o=G("div"),n=G("select");for(let e=0;e<l.length;e+=1)l[e].c();a=Q(),r=G("div"),oe(n,"type","text"),re(n,"height","24px"),re(n,"appearance","none"),oe(n,"class","flex-1 w-full pl-1.5 pr-4 rounded outline-none form-control-ring form-control-bg transition-all duration-200"),void 0===e[0]&&$e((()=>e[3].call(n))),oe(r,"class","absolute right-0 top-0 pointer-events-none fa-solid fa-angle-down w-4 h-full flex justify-center items-center"),oe(o,"class","relative w-full"),oe(t,"class","flex flex-col items-center")},m(s,f){X(s,t,f),Z(t,o),Z(o,n);for(let e=0;e<l.length;e+=1)l[e]&&l[e].m(n,null);ie(n,e[0],!0),Z(o,a),Z(o,r),i||(c=[te(n,"change",e[3]),te(n,"change",(function(){w(e[1])&&e[1].apply(this,arguments)}))],i=!0)},p(t,[o]){e=t,4&o&&(f=e[2],l=Ze(l,o,d,1,e,f,s,n,He,Al,null,Il)),5&o&&ie(n,e[0])},i:h,o:h,d(e){e&&K(t);for(let e=0;e<l.length;e+=1)l[e].d();i=!1,x(c)}}}function Ol(e,t,o){let{value:n}=t,{onChange:a=(()=>{})}=t,{options:r}=t;return e.$$set=e=>{"value"in e&&o(0,n=e.value),"onChange"in e&&o(1,a=e.onChange),"options"in e&&o(2,r=e.options)},[n,a,r,function(){n=function(e){const t=e.querySelector(":checked");return t&&t.__value}(this),o(0,n),o(2,r)}]}const Tl=class extends Ge{constructor(e){super(),Ke(this,e,Ol,zl,k,{value:0,onChange:1,options:2})}};function Nl(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y;function v(t){e[18](t)}let _={type:"number",integer:e[2],nopadding:!0,options:e[1],onChange:e[9]};return void 0!==e[0]&&(_.value=e[0]),b=new ys({props:_}),_e.push((()=>We(b,"value",v))),{c(){t=G("div"),o=G("div"),n=G("div"),a=G("div"),r=G("div"),i=Q(),c=G("div"),l=G("div"),s=G("div"),f=G("div"),u=Q(),p=G("div"),Ye(b.$$.fragment),oe(r,"class","bg-primary-500 h-1"),oe(a,"class","form-control-bg h-1 w-full rounded-full overflow-hidden pointer-events-none"),oe(f,"data-ui-type","ball"),oe(f,"class",d="btn btn-light form-control-shadow form-control-border rounded-full "+e[7]),re(f,"width",Pl+"px"),re(f,"height",Pl+"px"),re(f,"margin-top",-Pl/2+"px"),re(f,"margin-left",-Pl/2+"px"),oe(s,"class","absolute top-1/2 w-0 h-0"),oe(l,"class","relative w-full"),oe(c,"class","absolute w-full"),re(c,"padding","0 "+Pl/2+"px"),oe(n,"class","flex items-center w-full relative cursor-pointer mr-2"),re(n,"height","24px"),oe(n,"data-ui-type","track"),re(p,"width",e[5]+"px"),oe(p,"class","flex-shrink-0"),oe(o,"class","flex w-full"),oe(t,"class","")},m(d,g){X(d,t,g),Z(t,o),Z(o,n),Z(n,a),Z(a,r),e[15](r),Z(n,i),Z(n,c),Z(c,l),Z(l,s),Z(s,f),e[16](s),e[17](l),Z(o,u),Z(o,p),Ve(b,p,null),h=!0,m||(y=[te(f,"mousedown",e[8]),te(n,"mousedown",e[8])],m=!0)},p(e,[t]){(!h||128&t&&d!==(d="btn btn-light form-control-shadow form-control-border rounded-full "+e[7]))&&oe(f,"class",d);const o={};4&t&&(o.integer=e[2]),2&t&&(o.options=e[1]),!g&&1&t&&(g=!0,o.value=e[0],Me((()=>g=!1))),b.$set(o),(!h||32&t)&&re(p,"width",e[5]+"px")},i(e){h||(Oe(b.$$.fragment,e),h=!0)},o(e){Te(b.$$.fragment,e),h=!1},d(o){o&&K(t),e[15](null),e[16](null),e[17](null),Xe(b),m=!1,x(y)}}}let Pl=14;function Hl(e,t,o){let n,a,{value:r=0}=t,{options:i}=t,{integer:c}=t,{onUpdate:l=(()=>{})}=t,{onChange:s=(()=>{})}=t,{onUpdateStart:f=(()=>{})}=t,{onUpdateEnd:d=(()=>{})}=t;be((()=>{w(),o(5,a=8*((i.max+"").length-1)+50),c||o(5,a+=16),document.addEventListener("mousemove",_),document.addEventListener("mouseup",x)})),ge((()=>{})),he((()=>{document.removeEventListener("mousemove",_),document.removeEventListener("mouseup",x)}));let u,p,b,g,h={x:0,y:0},m={x:0,y:0},y=!1,v=0;function _(e){if(y){h={x:e.pageX,y:e.pageY};let t=h.x-m.x,n=v+t/g;return n<0&&(n=0),n>1&&(n=1),o(0,r=i.min+n*(i.max-i.min)),w(),l(),e.preventDefault(),!1}}function x(){y&&(o(14,y=!1),s(),d())}function w(){c?(o(0,r=Math.round(r)),o(1,i.min=Math.round(i.min),i),o(1,i.max=Math.round(i.max),i)):(o(0,r=parseFloat(r)),o(1,i.min=parseFloat(i.min),i),o(1,i.max=parseFloat(i.max),i)),r<i.min&&o(0,r=i.min),r>i.max&&o(0,r=i.max)}return e.$$set=e=>{"value"in e&&o(0,r=e.value),"options"in e&&o(1,i=e.options),"integer"in e&&o(2,c=e.integer),"onUpdate"in e&&o(10,l=e.onUpdate),"onChange"in e&&o(11,s=e.onChange),"onUpdateStart"in e&&o(12,f=e.onUpdateStart),"onUpdateEnd"in e&&o(13,d=e.onUpdateEnd)},e.$$.update=()=>{if(27&e.$$.dirty&&""!==r&&void 0!==r&&"."!==r[r.length-1]){w();let e=(r-i.min)/(i.max-i.min);u&&o(3,u.style.left=100*e+"%",u),b&&o(4,b.style.width=100*e+"%",b)}16384&e.$$.dirty&&o(7,n=y?" border-theme-300 hover:border-theme-300 active:border-theme-300 \n dark:border-theme-500 dark:hover:border-theme-500 dark:active:border-theme-500 \n bg-theme-200 hover:bg-theme-200 active:bg-theme-200 \n dark:bg-theme-600 dark:hover:bg-theme-600 dark:active:bg-theme-600":"")},[r,i,c,u,b,a,p,n,function(e){o(14,y=!0),m={x:e.pageX,y:e.pageY},g=p.getBoundingClientRect().width;let t=(m.x-p.getBoundingClientRect().left)/p.getBoundingClientRect().width;v=t,o(0,r=i.min+t*(i.max-i.min)),w(),f()},function(){w(),s()},l,s,f,d,y,function(e){_e[e?"unshift":"push"]((()=>{b=e,o(4,b),o(0,r),o(1,i),o(3,u)}))},function(e){_e[e?"unshift":"push"]((()=>{u=e,o(3,u),o(0,r),o(1,i),o(4,b)}))},function(e){_e[e?"unshift":"push"]((()=>{p=e,o(6,p)}))},function(e){r=e,o(0,r)}]}const Rl=class extends Ge{constructor(e){super(),Ke(this,e,Hl,Nl,k,{value:0,options:1,integer:2,onUpdate:10,onChange:11,onUpdateStart:12,onUpdateEnd:13})}};function ql(e){let t,o,n,a,r,i,c;return{c(){t=G("label"),o=G("input"),n=Q(),a=G("span"),r=J(e[1]),oe(o,"type","checkbox"),oe(o,"class","checkbox form-control-border mr-0.5"),oe(a,"class","h-full flex items-center ml-1"),re(a,"padding-top","1px"),oe(t,"class","flex items-center select-none cursor-pointer"),re(t,"height","24px")},m(l,s){X(l,t,s),Z(t,o),o.checked=e[0],Z(t,n),Z(t,a),Z(a,r),i||(c=[te(o,"change",e[3]),te(o,"change",(function(){w(e[2])&&e[2].apply(this,arguments)}))],i=!0)},p(t,[n]){e=t,1&n&&(o.checked=e[0]),2&n&&ne(r,e[1])},i:h,o:h,d(e){e&&K(t),i=!1,x(c)}}}function Zl(e,t,o){let{value:n}=t,{name:a=""}=t,{onChange:r=(()=>{})}=t;return e.$$set=e=>{"value"in e&&o(0,n=e.value),"name"in e&&o(1,a=e.name),"onChange"in e&&o(2,r=e.onChange)},[n,a,r,function(){n=this.checked,o(0,n)}]}const Ul=class extends Ge{constructor(e){super(),Ke(this,e,Zl,ql,k,{value:0,name:1,onChange:2})}};function Wl(e){let t,o,n,a,r,i;return{c(){t=G("div"),o=G("div"),oe(o,"class","text-sm fa-solid fa-times rounded-full cursor-pointer flex items-center justify-center opacity-50 hover:opacity-70 active:opacity-100 text-white"),re(o,"width","14px"),re(o,"height","14px"),oe(t,"class","absolute right-0 top-0 flex items-center justify-center"),re(t,"width","24px"),re(t,"height","24px")},m(n,c){X(n,t,c),Z(t,o),a=!0,r||(i=[te(o,"click",e[5]),te(o,"keypress",e[5])],r=!0)},p:h,i(e){a||($e((()=>{a&&(n||(n=Pe(t,$c,{duration:150},!0)),n.run(1))})),a=!0)},o(e){n||(n=Pe(t,$c,{duration:150},!1)),n.run(0),a=!1},d(e){e&&K(t),e&&n&&n.end(),r=!1,x(i)}}}function Yl(e){let t,o,n,a,r,i,c,l,s,f,d,u=e[3]&&Wl(e);return{c(){t=G("div"),o=G("div"),n=G("div"),r=Q(),i=G("input"),l=Q(),u&&u.c(),oe(n,"class",a="fa-solid fa-search absolute left-0 top-0 flex justify-center items-center opacity-50 "+(e[3]?"text-white":"text-theme-700 dark:text-white")),re(n,"width","24px"),re(n,"height","24px"),oe(i,"type","text"),oe(i,"placeholder",e[2]),re(i,"height","24px"),oe(i,"class",c="w-full py-1 pl-6 pr-6 rounded outline-none form-control-ring form-control-bg transition-all duration-200 "+(e[3]?"bg-primary-500 text-white":"")),oe(o,"class","relative w-full"),oe(t,"class","flex flex-col items-center")},m(a,c){X(a,t,c),Z(t,o),Z(o,n),Z(o,r),Z(o,i),ae(i,e[0]),Z(o,l),u&&u.m(o,null),s=!0,f||(d=[te(i,"input",e[7]),te(i,"keyup",e[4]),te(i,"change",(function(){w(e[1])&&e[1].apply(this,arguments)}))],f=!0)},p(t,[r]){e=t,(!s||8&r&&a!==(a="fa-solid fa-search absolute left-0 top-0 flex justify-center items-center opacity-50 "+(e[3]?"text-white":"text-theme-700 dark:text-white")))&&oe(n,"class",a),(!s||4&r)&&oe(i,"placeholder",e[2]),(!s||8&r&&c!==(c="w-full py-1 pl-6 pr-6 rounded outline-none form-control-ring form-control-bg transition-all duration-200 "+(e[3]?"bg-primary-500 text-white":"")))&&oe(i,"class",c),1&r&&i.value!==e[0]&&ae(i,e[0]),e[3]?u?(u.p(e,r),8&r&&Oe(u,1)):(u=Wl(e),u.c(),Oe(u,1),u.m(o,null)):u&&(Ae(),Te(u,1,1,(()=>{u=null})),ze())},i(e){s||(Oe(u),s=!0)},o(e){Te(u),s=!1},d(e){e&&K(t),u&&u.d(),f=!1,x(d)}}}function Vl(e,t,o){let n,{value:a=""}=t,{onChange:r=(()=>{})}=t,{onUpdate:i=(()=>{})}=t,{placeholder:c}=t;return e.$$set=e=>{"value"in e&&o(0,a=e.value),"onChange"in e&&o(1,r=e.onChange),"onUpdate"in e&&o(6,i=e.onUpdate),"placeholder"in e&&o(2,c=e.placeholder)},e.$$.update=()=>{1&e.$$.dirty&&o(3,n=a.length>2)},[a,r,c,n,function(){i()},function(){o(0,a=""),i()},i,function(){a=this.value,o(0,a)}]}const Xl=class extends Ge{constructor(e){super(),Ke(this,e,Vl,Yl,k,{value:0,onChange:1,onUpdate:6,placeholder:2})}};function Kl(e,t,o){const n=e.slice();return n[10]=t[o],n[11]=t,n[12]=o,n}function Gl(e){let t,o,n=[],a=new Map,r=e[0];const i=e=>e[10].id;for(let t=0;t<r.length;t+=1){let o=Kl(e,r,t),c=i(o);a.set(c,n[t]=Jl(c,o))}return{c(){for(let e=0;e<n.length;e+=1)n[e].c();t=ee()},m(e,a){for(let t=0;t<n.length;t+=1)n[t]&&n[t].m(e,a);X(e,t,a),o=!0},p(e,o){183&o&&(r=e[0],Ae(),n=Ze(n,o,i,1,e,r,a,t.parentNode,Re,Jl,t,Kl),ze())},i(e){if(!o){for(let e=0;e<r.length;e+=1)Oe(n[e]);o=!0}},o(e){for(let e=0;e<n.length;e+=1)Te(n[e]);o=!1},d(e){for(let t=0;t<n.length;t+=1)n[t].d(e);e&&K(t)}}}function Jl(e,t){let o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y;function v(e){t[8](e,t[10])}let _={type:"select",options:t[4],onChange:t[1],onUpdate:t[2]};function x(e){t[9](e,t[10])}void 0!==t[10].name&&(_.value=t[10].name),r=new ys({props:_}),_e.push((()=>We(r,"value",v)));let w={type:"text",attachment:t[5][t[10].name],onChange:t[1],onUpdate:t[2]};return void 0!==t[10].value&&(w.value=t[10].value),s=new ys({props:w}),_e.push((()=>We(s,"value",x))),p=new ys({props:{type:"button",action:t[7],icon:"fa-solid fa-trash"}}),{key:e,first:null,c(){o=G("div"),n=G("div"),a=G("div"),Ye(r.$$.fragment),c=Q(),l=G("div"),Ye(s.$$.fragment),d=Q(),u=G("div"),Ye(p.$$.fragment),h=Q(),oe(a,"class","flex-[2]"),oe(l,"class","flex-[2]"),oe(u,"class","flex-1"),oe(n,"class","flex form-control-filter"),oe(n,"data-filter-index",b=t[12]),this.first=o},m(e,t){X(e,o,t),Z(o,n),Z(n,a),Ve(r,a,null),Z(n,c),Z(n,l),Ve(s,l,null),Z(n,d),Z(n,u),Ve(p,u,null),Z(o,h),y=!0},p(e,o){t=e;const a={};2&o&&(a.onChange=t[1]),4&o&&(a.onUpdate=t[2]),!i&&1&o&&(i=!0,a.value=t[10].name,Me((()=>i=!1))),r.$set(a);const c={};1&o&&(c.attachment=t[5][t[10].name]),2&o&&(c.onChange=t[1]),4&o&&(c.onUpdate=t[2]),!f&&1&o&&(f=!0,c.value=t[10].value,Me((()=>f=!1))),s.$set(c),(!y||1&o&&b!==(b=t[12]))&&oe(n,"data-filter-index",b)},i(e){y||(Oe(r.$$.fragment,e),Oe(s.$$.fragment,e),Oe(p.$$.fragment,e),$e((()=>{y&&(g||(g=Pe(n,$c,{duration:250},!0)),g.run(1))})),$e((()=>{y&&(m||(m=Pe(o,Fc,{duration:250},!0)),m.run(1))})),y=!0)},o(e){Te(r.$$.fragment,e),Te(s.$$.fragment,e),Te(p.$$.fragment,e),g||(g=Pe(n,$c,{duration:250},!1)),g.run(0),m||(m=Pe(o,Fc,{duration:250},!1)),m.run(0),y=!1},d(e){e&&K(o),Xe(r),Xe(s),Xe(p),e&&g&&g.end(),e&&m&&m.end()}}}function Ql(e){let t,o,n,a,r,i,c,l,s=e[0]&&Gl(e);return c=new ys({props:{type:"button",name:"Add Filter",icon:"fa-solid fa-plus",action:e[6]}}),{c(){t=G("div"),o=G("div"),n=J(e[3]),a=Q(),r=G("div"),s&&s.c(),i=Q(),Ye(c.$$.fragment),oe(o,"class","mb-2"),oe(r,"class","-m-1")},m(e,f){X(e,t,f),Z(t,o),Z(o,n),Z(t,a),Z(t,r),s&&s.m(r,null),Z(r,i),Ve(c,r,null),l=!0},p(e,[t]){(!l||8&t)&&ne(n,e[3]),e[0]?s?(s.p(e,t),1&t&&Oe(s,1)):(s=Gl(e),s.c(),Oe(s,1),s.m(r,i)):s&&(Ae(),Te(s,1,1,(()=>{s=null})),ze())},i(e){l||(Oe(s),Oe(c.$$.fragment,e),l=!0)},o(e){Te(s),Te(c.$$.fragment,e),l=!1},d(e){e&&K(t),s&&s.d(),Xe(c)}}}function es(e,t,o){let{value:n=[]}=t,{onChange:a=(()=>{})}=t,{onUpdate:r=(()=>{})}=t,{label:i}=t;return ge((()=>{o(0,n=n||[])})),e.$$set=e=>{"value"in e&&o(0,n=e.value),"onChange"in e&&o(1,a=e.onChange),"onUpdate"in e&&o(2,r=e.onUpdate),"label"in e&&o(3,i=e.label)},[n,a,r,i,[{name:"blur",value:"blur"},{name:"brightness",value:"brightness"},{name:"contrast",value:"contrast"},{name:"drop-shadow",value:"drop-shadow"},{name:"grayscale",value:"grayscale"},{name:"hue-rotate",value:"hue-rotate"},{name:"invert",value:"invert"},{name:"opacity",value:"opacity"},{name:"saturate",value:"saturate"},{name:"sepia",value:"sepia"}],{blur:"px",brightness:"",contrast:"%","drop-shadow":"",grayscale:"%","hue-rotate":"deg",invert:"%",opacity:"%",saturate:"%",sepia:"%"},function(){n.push({id:Ha(),name:"blur",value:""}),o(0,n),a(),r()},function(e){let t=e.target.closest(".form-control-filter").dataset.filterIndex;n.splice(t,1),o(0,n),a(),r()},function(t,a){e.$$.not_equal(a.name,t)&&(a.name=t,o(0,n))},function(t,a){e.$$.not_equal(a.value,t)&&(a.value=t,o(0,n))}]}const ts=class extends Ge{constructor(e){super(),Ke(this,e,es,Ql,k,{value:0,onChange:1,onUpdate:2,label:3})}};function os(e){let t,o,n;function a(t){e[29](t)}let r={onChange:e[19],onUpdate:e[20]};return void 0!==e[0]&&(r.value=e[0]),t=new cl({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};!o&&1&n[0]&&(o=!0,a.value=e[0],Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function ns(e){let t,o,n;function a(t){e[30](t)}let r={placeholder:e[9],onChange:e[19],onUpdate:e[20],attachment:e[8],hasError:e[10]};return void 0!==e[0]&&(r.value=e[0]),t=new dl({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};512&n[0]&&(a.placeholder=e[9]),256&n[0]&&(a.attachment=e[8]),1024&n[0]&&(a.hasError=e[10]),!o&&1&n[0]&&(o=!0,a.value=e[0],Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function as(e){let t,o,n;function a(t){e[31](t)}let r={label:e[2],onChange:e[19],onUpdate:e[20],onUpdateStart:e[21],onUpdateEnd:e[22],integer:e[18],min:e[6],max:e[7]};return void 0!==e[0]&&(r.value=e[0]),t=new hl({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};4&n[0]&&(a.label=e[2]),262144&n[0]&&(a.integer=e[18]),64&n[0]&&(a.min=e[6]),128&n[0]&&(a.max=e[7]),!o&&1&n[0]&&(o=!0,a.value=e[0],Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function rs(e){let t,o,n;function a(t){e[32](t)}let r={onChange:e[19],onUpdate:e[20]};return void 0!==e[0]&&(r.value=e[0]),t=new kl({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};!o&&1&n[0]&&(o=!0,a.value=e[0],Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function is(e){let t,o,n;function a(t){e[33](t)}let r={onChange:e[19],onUpdate:e[20],placeholder:e[9],hasError:e[10]};return void 0!==e[0]&&(r.value=e[0]),t=new vl({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};512&n[0]&&(a.placeholder=e[9]),1024&n[0]&&(a.hasError=e[10]),!o&&1&n[0]&&(o=!0,a.value=e[0],Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function cs(e){let t,o;return t=new Dl({props:{name:e[11],action:e[12],primary:e[13],danger:e[14],icon:e[15],id:e[16]}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};2048&o[0]&&(n.name=e[11]),4096&o[0]&&(n.action=e[12]),8192&o[0]&&(n.primary=e[13]),16384&o[0]&&(n.danger=e[14]),32768&o[0]&&(n.icon=e[15]),65536&o[0]&&(n.id=e[16]),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function ls(e){let t,o,n;function a(t){e[34](t)}let r={options:e[17],onChange:e[19]};return void 0!==e[0]&&(r.value=e[0]),t=new Sl({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};131072&n[0]&&(a.options=e[17]),!o&&1&n[0]&&(o=!0,a.value=e[0],Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function ss(e){let t,o,n;function a(t){e[35](t)}let r={options:e[17],onChange:e[19]};return void 0!==e[0]&&(r.value=e[0]),t=new Tl({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};131072&n[0]&&(a.options=e[17]),!o&&1&n[0]&&(o=!0,a.value=e[0],Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function fs(e){let t,o,n;function a(t){e[36](t)}let r={options:e[17],integer:e[18],onChange:e[19],onUpdate:e[20],onUpdateStart:e[21],onUpdateEnd:e[22]};return void 0!==e[0]&&(r.value=e[0]),t=new Rl({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};131072&n[0]&&(a.options=e[17]),262144&n[0]&&(a.integer=e[18]),!o&&1&n[0]&&(o=!0,a.value=e[0],Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function ds(e){let t,o,n;function a(t){e[37](t)}let r={name:e[11],onChange:e[19]};return void 0!==e[0]&&(r.value=e[0]),t=new Ul({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};2048&n[0]&&(a.name=e[11]),!o&&1&n[0]&&(o=!0,a.value=e[0],Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function us(e){let t,o,n;function a(t){e[38](t)}let r={placeholder:e[9],onChange:e[19],onUpdate:e[20]};return void 0!==e[0]&&(r.value=e[0]),t=new Xl({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};512&n[0]&&(a.placeholder=e[9]),!o&&1&n[0]&&(o=!0,a.value=e[0],Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function ps(e){let t,o,n;function a(t){e[39](t)}let r={label:e[2],onChange:e[19],onUpdate:e[20]};return void 0!==e[0]&&(r.value=e[0]),t=new ts({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};4&n[0]&&(a.label=e[2]),!o&&1&n[0]&&(o=!0,a.value=e[0],Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function bs(e){let t,o;return{c(){t=G("div"),o=J(e[2]),re(t,"margin-top","2px"),re(t,"font-size","11px"),oe(t,"class","select-none px-2 text-center")},m(e,n){X(e,t,n),Z(t,o)},p(e,t){4&t[0]&&ne(o,e[2])},d(e){e&&K(t)}}}function gs(e){let t;return{c(){t=G("div"),re(t,"margin-top","2px"),re(t,"font-size","11px"),oe(t,"class","select-none pt-2 opacity-50")},m(o,n){X(o,t,n),t.innerHTML=e[3]},p(e,o){8&o[0]&&(t.innerHTML=e[3])},d(e){e&&K(t)}}}function hs(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v="wp-image"===e[1]&&os(e),_="text"===e[1]&&ns(e),x="number"===e[1]&&as(e),w="color"===e[1]&&rs(e),k="textarea"===e[1]&&is(e),C="button"===e[1]&&cs(e),$="button-group"===e[1]&&ls(e),M="select"===e[1]&&ss(e),F="slider"===e[1]&&fs(e),D="checkbox"===e[1]&&ds(e),L="search"===e[1]&&us(e),B="filters"===e[1]&&ps(e),j=e[2]&&"number"!==e[1]&&"filters"!==e[1]&&bs(e),E=e[3]&&gs(e);return{c(){t=G("div"),o=G("div"),v&&v.c(),n=Q(),_&&_.c(),a=Q(),x&&x.c(),r=Q(),w&&w.c(),i=Q(),k&&k.c(),c=Q(),C&&C.c(),l=Q(),$&&$.c(),s=Q(),M&&M.c(),f=Q(),F&&F.c(),d=Q(),D&&D.c(),u=Q(),L&&L.c(),p=Q(),B&&B.c(),b=Q(),j&&j.c(),g=Q(),E&&E.c(),oe(o,"class",h=e[3]?"p-4 bg-theme-400 bg-opacity-10 rounded-md":""),oe(t,"class",m=(e[4]?"":"p-1")+" text-xs "+(e[5]?"hidden":""))},m(e,h){X(e,t,h),Z(t,o),v&&v.m(o,null),Z(o,n),_&&_.m(o,null),Z(o,a),x&&x.m(o,null),Z(o,r),w&&w.m(o,null),Z(o,i),k&&k.m(o,null),Z(o,c),C&&C.m(o,null),Z(o,l),$&&$.m(o,null),Z(o,s),M&&M.m(o,null),Z(o,f),F&&F.m(o,null),Z(o,d),D&&D.m(o,null),Z(o,u),L&&L.m(o,null),Z(o,p),B&&B.m(o,null),Z(o,b),j&&j.m(o,null),Z(o,g),E&&E.m(o,null),y=!0},p(e,S){"wp-image"===e[1]?v?(v.p(e,S),2&S[0]&&Oe(v,1)):(v=os(e),v.c(),Oe(v,1),v.m(o,n)):v&&(Ae(),Te(v,1,1,(()=>{v=null})),ze()),"text"===e[1]?_?(_.p(e,S),2&S[0]&&Oe(_,1)):(_=ns(e),_.c(),Oe(_,1),_.m(o,a)):_&&(Ae(),Te(_,1,1,(()=>{_=null})),ze()),"number"===e[1]?x?(x.p(e,S),2&S[0]&&Oe(x,1)):(x=as(e),x.c(),Oe(x,1),x.m(o,r)):x&&(Ae(),Te(x,1,1,(()=>{x=null})),ze()),"color"===e[1]?w?(w.p(e,S),2&S[0]&&Oe(w,1)):(w=rs(e),w.c(),Oe(w,1),w.m(o,i)):w&&(Ae(),Te(w,1,1,(()=>{w=null})),ze()),"textarea"===e[1]?k?(k.p(e,S),2&S[0]&&Oe(k,1)):(k=is(e),k.c(),Oe(k,1),k.m(o,c)):k&&(Ae(),Te(k,1,1,(()=>{k=null})),ze()),"button"===e[1]?C?(C.p(e,S),2&S[0]&&Oe(C,1)):(C=cs(e),C.c(),Oe(C,1),C.m(o,l)):C&&(Ae(),Te(C,1,1,(()=>{C=null})),ze()),"button-group"===e[1]?$?($.p(e,S),2&S[0]&&Oe($,1)):($=ls(e),$.c(),Oe($,1),$.m(o,s)):$&&(Ae(),Te($,1,1,(()=>{$=null})),ze()),"select"===e[1]?M?(M.p(e,S),2&S[0]&&Oe(M,1)):(M=ss(e),M.c(),Oe(M,1),M.m(o,f)):M&&(Ae(),Te(M,1,1,(()=>{M=null})),ze()),"slider"===e[1]?F?(F.p(e,S),2&S[0]&&Oe(F,1)):(F=fs(e),F.c(),Oe(F,1),F.m(o,d)):F&&(Ae(),Te(F,1,1,(()=>{F=null})),ze()),"checkbox"===e[1]?D?(D.p(e,S),2&S[0]&&Oe(D,1)):(D=ds(e),D.c(),Oe(D,1),D.m(o,u)):D&&(Ae(),Te(D,1,1,(()=>{D=null})),ze()),"search"===e[1]?L?(L.p(e,S),2&S[0]&&Oe(L,1)):(L=us(e),L.c(),Oe(L,1),L.m(o,p)):L&&(Ae(),Te(L,1,1,(()=>{L=null})),ze()),"filters"===e[1]?B?(B.p(e,S),2&S[0]&&Oe(B,1)):(B=ps(e),B.c(),Oe(B,1),B.m(o,b)):B&&(Ae(),Te(B,1,1,(()=>{B=null})),ze()),e[2]&&"number"!==e[1]&&"filters"!==e[1]?j?j.p(e,S):(j=bs(e),j.c(),j.m(o,g)):j&&(j.d(1),j=null),e[3]?E?E.p(e,S):(E=gs(e),E.c(),E.m(o,null)):E&&(E.d(1),E=null),(!y||8&S[0]&&h!==(h=e[3]?"p-4 bg-theme-400 bg-opacity-10 rounded-md":""))&&oe(o,"class",h),(!y||48&S[0]&&m!==(m=(e[4]?"":"p-1")+" text-xs "+(e[5]?"hidden":"")))&&oe(t,"class",m)},i(e){y||(Oe(v),Oe(_),Oe(x),Oe(w),Oe(k),Oe(C),Oe($),Oe(M),Oe(F),Oe(D),Oe(L),Oe(B),y=!0)},o(e){Te(v),Te(_),Te(x),Te(w),Te(k),Te(C),Te($),Te(M),Te(F),Te(D),Te(L),Te(B),y=!1},d(e){e&&K(t),v&&v.d(),_&&_.d(),x&&x.d(),w&&w.d(),k&&k.d(),C&&C.d(),$&&$.d(),M&&M.d(),F&&F.d(),D&&D.d(),L&&L.d(),B&&B.d(),j&&j.d(),E&&E.d()}}}function ms(e,t,o){let{type:n}=t,{value:a}=t,{label:r}=t,{description:i}=t,{group:c}=t,{prop:l}=t,{onChange:s=(()=>{})}=t,{onUpdate:f=(()=>{})}=t,{onUpdateStart:d=(()=>{})}=t,{onUpdateEnd:u=(()=>{})}=t,{nopadding:p}=t,{hidden:b=!1}=t,{min:g}=t,{max:h}=t,{attachment:m}=t,{placeholder:y}=t,{hasError:v}=t,{name:_}=t,{action:x}=t,{primary:w=!1}=t,{danger:k=!1}=t,{icon:C}=t,{id:$}=t,{options:M=[]}=t,{integer:F=!1}=t,D=[],L=new CustomEvent(ut,{detail:{group:c,prop:l}}),B=new CustomEvent(pt,{detail:{group:c,prop:l}}),j=new CustomEvent(bt,{detail:{group:c,prop:l}});return be((()=>{l&&o(0,a=Gi.getValue({group:c,prop:l}))})),he((()=>{D.forEach((e=>e())),D=[]})),D.push(Ki.subscribe((()=>{l&&o(0,a=Gi.getValue({group:c,prop:l}))}))),"selected"===c&&D.push(Eo.subscribe((()=>{l&&o(0,a=Gi.getValue({group:c,prop:l}))}))),"activeArtboard"===c&&D.push(qo.subscribe((()=>{l&&o(0,a=Gi.getValue({group:c,prop:l}))}))),e.$$set=e=>{"type"in e&&o(1,n=e.type),"value"in e&&o(0,a=e.value),"label"in e&&o(2,r=e.label),"description"in e&&o(3,i=e.description),"group"in e&&o(23,c=e.group),"prop"in e&&o(24,l=e.prop),"onChange"in e&&o(25,s=e.onChange),"onUpdate"in e&&o(26,f=e.onUpdate),"onUpdateStart"in e&&o(27,d=e.onUpdateStart),"onUpdateEnd"in e&&o(28,u=e.onUpdateEnd),"nopadding"in e&&o(4,p=e.nopadding),"hidden"in e&&o(5,b=e.hidden),"min"in e&&o(6,g=e.min),"max"in e&&o(7,h=e.max),"attachment"in e&&o(8,m=e.attachment),"placeholder"in e&&o(9,y=e.placeholder),"hasError"in e&&o(10,v=e.hasError),"name"in e&&o(11,_=e.name),"action"in e&&o(12,x=e.action),"primary"in e&&o(13,w=e.primary),"danger"in e&&o(14,k=e.danger),"icon"in e&&o(15,C=e.icon),"id"in e&&o(16,$=e.id),"options"in e&&o(17,M=e.options),"integer"in e&&o(18,F=e.integer)},[a,n,r,i,p,b,g,h,m,y,v,_,x,w,k,C,$,M,F,function(){l&&Ji.setValue({group:c,prop:l,value:a}),s(a)},function(){f(a),L.detail.value=a,document.dispatchEvent(L)},function(){d(a),L.detail.value=a,document.dispatchEvent(B)},function(){u(a),L.detail.value=a,document.dispatchEvent(j)},c,l,s,f,d,u,function(e){a=e,o(0,a)},function(e){a=e,o(0,a)},function(e){a=e,o(0,a)},function(e){a=e,o(0,a)},function(e){a=e,o(0,a)},function(e){a=e,o(0,a)},function(e){a=e,o(0,a)},function(e){a=e,o(0,a)},function(e){a=e,o(0,a)},function(e){a=e,o(0,a)},function(e){a=e,o(0,a)}]}const ys=class extends Ge{constructor(e){super(),Ke(this,e,ms,hs,k,{type:1,value:0,label:2,description:3,group:23,prop:24,onChange:25,onUpdate:26,onUpdateStart:27,onUpdateEnd:28,nopadding:4,hidden:5,min:6,max:7,attachment:8,placeholder:9,hasError:10,name:11,action:12,primary:13,danger:14,icon:15,id:16,options:17,integer:18},null,[-1,-1])}};function vs(e){let t,o,n,a,r,i;const c=e[4].default,l=D(c,e,e[3],null);return{c(){t=G("div"),o=G("div"),n=G("div"),l&&l.c(),oe(n,"class","p-2")},m(e,a){X(e,t,a),Z(t,o),Z(o,n),l&&l.m(n,null),i=!0},p(e,t){l&&l.p&&(!i||8&t)&&j(l,c,e,e[3],i?B(c,e[3],t,null):E(e[3]),null)},i(e){i||(Oe(l,e),e&&$e((()=>{i&&(a||(a=Pe(o,Fc,{duration:250},!0)),a.run(1))})),e&&$e((()=>{i&&(r||(r=Pe(t,$c,{duration:250},!0)),r.run(1))})),i=!0)},o(e){Te(l,e),e&&(a||(a=Pe(o,Fc,{duration:250},!1)),a.run(0)),e&&(r||(r=Pe(t,$c,{duration:250},!1)),r.run(0)),i=!1},d(e){e&&K(t),l&&l.d(e),e&&a&&a.end(),e&&r&&r.end()}}}function _s(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g=!e[0]&&vs(e);return{c(){t=G("div"),o=G("div"),n=Q(),a=G("div"),r=G("div"),c=Q(),l=G("div"),s=J(e[1]),f=Q(),g&&g.c(),d=ee(),oe(o,"class","bg-theme-200 dark:bg-theme-700 h-px"),re(o,"opacity",e[2]),oe(t,"class","pt-2 -ml-1 -mr-1"),oe(r,"class",i="fa-solid fa-angle-down "+(e[0]?"-rotate-90":"")+" mr-1 w-3 transition-all duration-100 flex justify-center opacity-50 text-xs"),oe(l,"class","opacity-50"),oe(a,"class","h-8 flex items-center text-sm p-1 cursor-pointer select-none")},m(i,h){X(i,t,h),Z(t,o),X(i,n,h),X(i,a,h),Z(a,r),Z(a,c),Z(a,l),Z(l,s),X(i,f,h),g&&g.m(i,h),X(i,d,h),u=!0,p||(b=[te(a,"click",e[5]),te(a,"keypress",e[6])],p=!0)},p(e,[t]){(!u||4&t)&&re(o,"opacity",e[2]),(!u||1&t&&i!==(i="fa-solid fa-angle-down "+(e[0]?"-rotate-90":"")+" mr-1 w-3 transition-all duration-100 flex justify-center opacity-50 text-xs"))&&oe(r,"class",i),(!u||2&t)&&ne(s,e[1]),e[0]?g&&(Ae(),Te(g,1,1,(()=>{g=null})),ze()):g?(g.p(e,t),1&t&&Oe(g,1)):(g=vs(e),g.c(),Oe(g,1),g.m(d.parentNode,d))},i(e){u||(Oe(g),u=!0)},o(e){Te(g),u=!1},d(e){e&&K(t),e&&K(n),e&&K(a),e&&K(f),g&&g.d(e),e&&K(d),p=!1,x(b)}}}function xs(e,t,o){let{$$slots:n={},$$scope:a}=t,{title:r}=t,{opacity:i=1}=t,{collapsed:c=!1}=t;return e.$$set=e=>{"title"in e&&o(1,r=e.title),"opacity"in e&&o(2,i=e.opacity),"collapsed"in e&&o(0,c=e.collapsed),"$$scope"in e&&o(3,a=e.$$scope)},[c,r,i,a,n,()=>o(0,c=!c),()=>o(0,c=!c)]}const ws=class extends Ge{constructor(e){super(),Ke(this,e,xs,_s,k,{title:1,opacity:2,collapsed:0})}};function ks(e){let t,o,n,a;return{c(){t=G("div"),o=G("div"),o.innerHTML='<div class="bg-theme-200 dark:bg-theme-700 h-px"></div>',n=Q(),a=J(e[0]),oe(o,"class","pb-2"),oe(t,"class","p-1 my-2 text-xs font-bold")},m(e,r){X(e,t,r),Z(t,o),Z(t,n),Z(t,a)},p(e,[t]){1&t&&ne(a,e[0])},i:h,o:h,d(e){e&&K(t)}}}function Cs(e,t,o){let{title:n}=t;return e.$$set=e=>{"title"in e&&o(0,n=e.title)},[n]}const $s=class extends Ge{constructor(e){super(),Ke(this,e,Cs,ks,k,{title:0})}};function Ms(e){let t,o,n,a,r,i;return n=new ys({props:{type:"checkbox",name:"Start in Fullscreen",group:"fullscreen",prop:"start_in_fullscreen_mode"}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment)},m(e,a){X(e,t,a),Z(t,o),Ve(n,o,null),i=!0},i(e){i||(Oe(n.$$.fragment,e),e&&$e((()=>{i&&(a||(a=Pe(o,Fc,{duration:150},!0)),a.run(1))})),e&&$e((()=>{i&&(r||(r=Pe(t,$c,{duration:150},!0)),r.run(1))})),i=!0)},o(e){Te(n.$$.fragment,e),e&&(a||(a=Pe(o,Fc,{duration:150},!1)),a.run(0)),e&&(r||(r=Pe(t,$c,{duration:150},!1)),r.run(0)),i=!1},d(e){e&&K(t),Xe(n),e&&a&&a.end(),e&&r&&r.end()}}}function Fs(e){let t,o,n,a;t=new ys({props:{type:"checkbox",name:"Enable Fullscreen",group:"fullscreen",prop:"enable_fullscreen_mode"}});let r=e[0].fullscreen.enable_fullscreen_mode&&Ms();return{c(){Ye(t.$$.fragment),o=Q(),r&&r.c(),n=ee()},m(e,i){Ve(t,e,i),X(e,o,i),r&&r.m(e,i),X(e,n,i),a=!0},p(e,t){e[0].fullscreen.enable_fullscreen_mode?r?1&t&&Oe(r,1):(r=Ms(),r.c(),Oe(r,1),r.m(n.parentNode,n)):r&&(Ae(),Te(r,1,1,(()=>{r=null})),ze())},i(e){a||(Oe(t.$$.fragment,e),Oe(r),a=!0)},o(e){Te(t.$$.fragment,e),Te(r),a=!1},d(e){Xe(t,e),e&&K(o),r&&r.d(e),e&&K(n)}}}function Ds(e){let t,o,n,a,r,i,c,l,s,f,d,u,p;return n=new ys({props:{type:"checkbox",name:"Stop Glowing on Mouseover",group:"objectConfig",prop:"stop_glowing_on_mouseover"}}),c=new ys({props:{type:"slider",label:"Glow Opacity",group:"objectConfig",prop:"glow_opacity",options:{min:0,max:1}}}),f=new ys({props:{type:"color",label:"Color",group:"objectConfig",prop:"glowing_objects_color"}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment),a=Q(),r=G("div"),i=G("div"),Ye(c.$$.fragment),l=Q(),s=G("div"),Ye(f.$$.fragment),oe(i,"class","flex-[3]"),oe(s,"class","flex-1"),oe(r,"class","flex")},m(e,d){X(e,t,d),Z(t,o),Ve(n,o,null),Z(o,a),Z(o,r),Z(r,i),Ve(c,i,null),Z(r,l),Z(r,s),Ve(f,s,null),p=!0},i(e){p||(Oe(n.$$.fragment,e),Oe(c.$$.fragment,e),Oe(f.$$.fragment,e),e&&$e((()=>{p&&(d||(d=Pe(o,Fc,{duration:150},!0)),d.run(1))})),e&&$e((()=>{p&&(u||(u=Pe(t,$c,{duration:150},!0)),u.run(1))})),p=!0)},o(e){Te(n.$$.fragment,e),Te(c.$$.fragment,e),Te(f.$$.fragment,e),e&&(d||(d=Pe(o,Fc,{duration:150},!1)),d.run(0)),e&&(u||(u=Pe(t,$c,{duration:150},!1)),u.run(0)),p=!1},d(e){e&&K(t),Xe(n),Xe(c),Xe(f),e&&d&&d.end(),e&&u&&u.end()}}}function Ls(e){let t,o,n,a,r,i,c;t=new ys({props:{type:"button-group",label:"Pageload Animation",group:"objectConfig",prop:"pageload_animation",options:e[2]}}),n=new ys({props:{type:"checkbox",name:"Glowing Objects",group:"objectConfig",prop:"glowing_objects"}});let l=e[0].objectConfig.glowing_objects&&Ds();return i=new ys({props:{type:"checkbox",name:"Scale Spots on Zoom",group:"objectConfig",prop:"scale_spots",description:"When the image map is zoomed, the spots will keep their specified size in pixels."}}),{c(){Ye(t.$$.fragment),o=Q(),Ye(n.$$.fragment),a=Q(),l&&l.c(),r=Q(),Ye(i.$$.fragment)},m(e,s){Ve(t,e,s),X(e,o,s),Ve(n,e,s),X(e,a,s),l&&l.m(e,s),X(e,r,s),Ve(i,e,s),c=!0},p(e,t){e[0].objectConfig.glowing_objects?l?1&t&&Oe(l,1):(l=Ds(),l.c(),Oe(l,1),l.m(r.parentNode,r)):l&&(Ae(),Te(l,1,1,(()=>{l=null})),ze())},i(e){c||(Oe(t.$$.fragment,e),Oe(n.$$.fragment,e),Oe(l),Oe(i.$$.fragment,e),c=!0)},o(e){Te(t.$$.fragment,e),Te(n.$$.fragment,e),Te(l),Te(i.$$.fragment,e),c=!1},d(e){Xe(t,e),e&&K(o),Xe(n,e),e&&K(a),l&&l.d(e),e&&K(r),Xe(i,e)}}}function Bs(e){let t,o,n,a,r,i,c,l,s,f,d,u;n=new ys({props:{type:"button-group",label:"Tooltip Show Condition",group:"tooltips",prop:"show_tooltips",options:e[3]}}),r=new ys({props:{type:"button-group",label:"Tooltip Animation",group:"tooltips",prop:"tooltip_animation",options:e[4]}}),c=new ys({props:{type:"button-group",label:"Show Fullscreen Tooltips",group:"tooltips",prop:"fullscreen_tooltips",options:e[5]}});let p=("always"===e[0].tooltips.fullscreen_tooltips||"mobile-only"===e[0].tooltips.fullscreen_tooltips)&&js(e),b=("none"===e[0].tooltips.fullscreen_tooltips||"mobile-only"===e[0].tooltips.fullscreen_tooltips)&&Es();return{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment),a=Q(),Ye(r.$$.fragment),i=Q(),Ye(c.$$.fragment),l=Q(),p&&p.c(),s=Q(),b&&b.c()},m(e,f){X(e,t,f),Z(t,o),Ve(n,o,null),Z(o,a),Ve(r,o,null),Z(o,i),Ve(c,o,null),Z(o,l),p&&p.m(o,null),Z(o,s),b&&b.m(o,null),u=!0},p(e,t){"always"===e[0].tooltips.fullscreen_tooltips||"mobile-only"===e[0].tooltips.fullscreen_tooltips?p?(p.p(e,t),1&t&&Oe(p,1)):(p=js(e),p.c(),Oe(p,1),p.m(o,s)):p&&(Ae(),Te(p,1,1,(()=>{p=null})),ze()),"none"===e[0].tooltips.fullscreen_tooltips||"mobile-only"===e[0].tooltips.fullscreen_tooltips?b?1&t&&Oe(b,1):(b=Es(),b.c(),Oe(b,1),b.m(o,null)):b&&(Ae(),Te(b,1,1,(()=>{b=null})),ze())},i(e){u||(Oe(n.$$.fragment,e),Oe(r.$$.fragment,e),Oe(c.$$.fragment,e),Oe(p),Oe(b),e&&$e((()=>{u&&(f||(f=Pe(o,Fc,{duration:150},!0)),f.run(1))})),e&&$e((()=>{u&&(d||(d=Pe(t,$c,{duration:150},!0)),d.run(1))})),u=!0)},o(e){Te(n.$$.fragment,e),Te(r.$$.fragment,e),Te(c.$$.fragment,e),Te(p),Te(b),e&&(f||(f=Pe(o,Fc,{duration:150},!1)),f.run(0)),e&&(d||(d=Pe(t,$c,{duration:150},!1)),d.run(0)),u=!1},d(e){e&&K(t),Xe(n),Xe(r),Xe(c),p&&p.d(),b&&b.d(),e&&f&&f.end(),e&&d&&d.end()}}}function js(e){let t,o,n,a,r,i,c,l;return n=new ys({props:{type:"color",label:"Fullscreen Background",group:"tooltips",prop:"fullscreen_background"}}),r=new ys({props:{type:"slider",label:"Fullscreen Background Opacity",group:"tooltips",prop:"fullscreen_background_opacity",options:e[7]}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment),a=Q(),Ye(r.$$.fragment)},m(e,i){X(e,t,i),Z(t,o),Ve(n,o,null),Z(o,a),Ve(r,o,null),l=!0},p:h,i(e){l||(Oe(n.$$.fragment,e),Oe(r.$$.fragment,e),e&&$e((()=>{l&&(i||(i=Pe(o,Fc,{duration:150},!0)),i.run(1))})),e&&$e((()=>{l&&(c||(c=Pe(t,$c,{duration:150},!0)),c.run(1))})),l=!0)},o(e){Te(n.$$.fragment,e),Te(r.$$.fragment,e),e&&(i||(i=Pe(o,Fc,{duration:150},!1)),i.run(0)),e&&(c||(c=Pe(t,$c,{duration:150},!1)),c.run(0)),l=!1},d(e){e&&K(t),Xe(n),Xe(r),e&&i&&i.end(),e&&c&&c.end()}}}function Es(e){let t,o,n,a,r,i,c,l;return n=new ys({props:{type:"checkbox",name:"Sticky Tooltips",group:"tooltips",prop:"sticky_tooltips",description:"Tooltips will stick to the mouse. Disabled on touchscreen devices."}}),r=new ys({props:{type:"checkbox",name:"Constrain Tooltips",group:"tooltips",prop:"constrain_tooltips",description:"If a tooltip is too big, it will not go out of the screen bounds."}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment),a=Q(),Ye(r.$$.fragment)},m(e,i){X(e,t,i),Z(t,o),Ve(n,o,null),Z(o,a),Ve(r,o,null),l=!0},i(e){l||(Oe(n.$$.fragment,e),Oe(r.$$.fragment,e),e&&$e((()=>{l&&(i||(i=Pe(o,Fc,{duration:150},!0)),i.run(1))})),e&&$e((()=>{l&&(c||(c=Pe(t,$c,{duration:150},!0)),c.run(1))})),l=!0)},o(e){Te(n.$$.fragment,e),Te(r.$$.fragment,e),e&&(i||(i=Pe(o,Fc,{duration:150},!1)),i.run(0)),e&&(c||(c=Pe(t,$c,{duration:150},!1)),c.run(0)),l=!1},d(e){e&&K(t),Xe(n),Xe(r),e&&i&&i.end(),e&&c&&c.end()}}}function Ss(e){let t,o,n,a;t=new ys({props:{type:"checkbox",name:"Enable Tooltips",group:"tooltips",prop:"enable_tooltips"}});let r=e[0].tooltips.enable_tooltips&&Bs(e);return{c(){Ye(t.$$.fragment),o=Q(),r&&r.c(),n=ee()},m(e,i){Ve(t,e,i),X(e,o,i),r&&r.m(e,i),X(e,n,i),a=!0},p(e,t){e[0].tooltips.enable_tooltips?r?(r.p(e,t),1&t&&Oe(r,1)):(r=Bs(e),r.c(),Oe(r,1),r.m(n.parentNode,n)):r&&(Ae(),Te(r,1,1,(()=>{r=null})),ze())},i(e){a||(Oe(t.$$.fragment,e),Oe(r),a=!0)},o(e){Te(t.$$.fragment,e),Te(r),a=!1},d(e){Xe(t,e),e&&K(o),r&&r.d(e),e&&K(n)}}}function Is(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h;return n=new ys({props:{type:"slider",integer:!0,label:"Max Zoom",group:"zooming",prop:"max_zoom",options:{min:2,max:6}}}),r=new ys({props:{type:"checkbox",name:"Limit Max Zoom to Image Size",group:"zooming",prop:"limit_max_zoom_to_image_size"}}),c=new ys({props:{type:"checkbox",name:"Hold CTRL/CMD to Zoom",group:"zooming",prop:"hold_ctrl_to_zoom"}}),s=new ys({props:{type:"checkbox",name:"Zoom on Object Click",group:"zooming",prop:"zoom_on_object_click"}}),d=new ys({props:{type:"checkbox",name:"Enable Navigator",group:"zooming",prop:"enable_navigator"}}),p=new ys({props:{type:"checkbox",name:"Enable Zoom Buttons",group:"zooming",prop:"enable_zoom_buttons"}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment),a=Q(),Ye(r.$$.fragment),i=Q(),Ye(c.$$.fragment),l=Q(),Ye(s.$$.fragment),f=Q(),Ye(d.$$.fragment),u=Q(),Ye(p.$$.fragment)},m(e,b){X(e,t,b),Z(t,o),Ve(n,o,null),Z(o,a),Ve(r,o,null),Z(o,i),Ve(c,o,null),Z(o,l),Ve(s,o,null),Z(o,f),Ve(d,o,null),Z(o,u),Ve(p,o,null),h=!0},i(e){h||(Oe(n.$$.fragment,e),Oe(r.$$.fragment,e),Oe(c.$$.fragment,e),Oe(s.$$.fragment,e),Oe(d.$$.fragment,e),Oe(p.$$.fragment,e),e&&$e((()=>{h&&(b||(b=Pe(o,Fc,{duration:150},!0)),b.run(1))})),e&&$e((()=>{h&&(g||(g=Pe(t,$c,{duration:150},!0)),g.run(1))})),h=!0)},o(e){Te(n.$$.fragment,e),Te(r.$$.fragment,e),Te(c.$$.fragment,e),Te(s.$$.fragment,e),Te(d.$$.fragment,e),Te(p.$$.fragment,e),e&&(b||(b=Pe(o,Fc,{duration:150},!1)),b.run(0)),e&&(g||(g=Pe(t,$c,{duration:150},!1)),g.run(0)),h=!1},d(e){e&&K(t),Xe(n),Xe(r),Xe(c),Xe(s),Xe(d),Xe(p),e&&b&&b.end(),e&&g&&g.end()}}}function As(e){let t,o,n,a;t=new ys({props:{type:"checkbox",name:"Enable Zooming",group:"zooming",prop:"enable_zooming"}});let r=e[0].zooming.enable_zooming&&Is();return{c(){Ye(t.$$.fragment),o=Q(),r&&r.c(),n=ee()},m(e,i){Ve(t,e,i),X(e,o,i),r&&r.m(e,i),X(e,n,i),a=!0},p(e,t){e[0].zooming.enable_zooming?r?1&t&&Oe(r,1):(r=Is(),r.c(),Oe(r,1),r.m(n.parentNode,n)):r&&(Ae(),Te(r,1,1,(()=>{r=null})),ze())},i(e){a||(Oe(t.$$.fragment,e),Oe(r),a=!0)},o(e){Te(t.$$.fragment,e),Te(r),a=!1},d(e){Xe(t,e),e&&K(o),r&&r.d(e),e&&K(n)}}}function zs(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m;n=new ys({props:{type:"button-group",label:"Menu Style",group:"object_list",prop:"menu_style",options:e[8]}});let y="detached"===e[0].object_list.menu_style&&Os(e),v="detached"!==e[0].object_list.menu_style&&Ts(e);c=new ys({props:{type:"checkbox",name:"Enable Search",group:"object_list",prop:"enable_search"}}),s=new ys({props:{type:"checkbox",name:"Display Groups",group:"object_list",prop:"show_groups"}}),d=new ys({props:{type:"checkbox",name:"Group Objects by Artboard",group:"object_list",prop:"group_by_artboard"}});let _=!e[0].object_list.group_by_artboard&&Ns();return b=new ys({props:{type:"checkbox",name:"Hide Static Objects",group:"object_list",prop:"hide_static_objects"}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment),a=Q(),y&&y.c(),r=Q(),v&&v.c(),i=Q(),Ye(c.$$.fragment),l=Q(),Ye(s.$$.fragment),f=Q(),Ye(d.$$.fragment),u=Q(),_&&_.c(),p=Q(),Ye(b.$$.fragment)},m(e,g){X(e,t,g),Z(t,o),Ve(n,o,null),Z(o,a),y&&y.m(o,null),Z(o,r),v&&v.m(o,null),Z(o,i),Ve(c,o,null),Z(o,l),Ve(s,o,null),Z(o,f),Ve(d,o,null),Z(o,u),_&&_.m(o,null),Z(o,p),Ve(b,o,null),m=!0},p(e,t){"detached"===e[0].object_list.menu_style?y?(y.p(e,t),1&t&&Oe(y,1)):(y=Os(e),y.c(),Oe(y,1),y.m(o,r)):y&&(Ae(),Te(y,1,1,(()=>{y=null})),ze()),"detached"!==e[0].object_list.menu_style?v?(v.p(e,t),1&t&&Oe(v,1)):(v=Ts(e),v.c(),Oe(v,1),v.m(o,i)):v&&(Ae(),Te(v,1,1,(()=>{v=null})),ze()),e[0].object_list.group_by_artboard?_&&(Ae(),Te(_,1,1,(()=>{_=null})),ze()):_?1&t&&Oe(_,1):(_=Ns(),_.c(),Oe(_,1),_.m(o,p))},i(e){m||(Oe(n.$$.fragment,e),Oe(y),Oe(v),Oe(c.$$.fragment,e),Oe(s.$$.fragment,e),Oe(d.$$.fragment,e),Oe(_),Oe(b.$$.fragment,e),e&&$e((()=>{m&&(g||(g=Pe(o,Fc,{duration:150},!0)),g.run(1))})),e&&$e((()=>{m&&(h||(h=Pe(t,$c,{duration:150},!0)),h.run(1))})),m=!0)},o(e){Te(n.$$.fragment,e),Te(y),Te(v),Te(c.$$.fragment,e),Te(s.$$.fragment,e),Te(d.$$.fragment,e),Te(_),Te(b.$$.fragment,e),e&&(g||(g=Pe(o,Fc,{duration:150},!1)),g.run(0)),e&&(h||(h=Pe(t,$c,{duration:150},!1)),h.run(0)),m=!1},d(e){e&&K(t),Xe(n),y&&y.d(),v&&v.d(),Xe(c),Xe(s),Xe(d),_&&_.d(),Xe(b),e&&g&&g.end(),e&&h&&h.end()}}}function Os(e){let t,o,n,a,r,i,c,l,s,f,d,u;return s=new ys({props:{type:"button",name:"Copy",icon:"fa fa-copy",action:e[10]}}),{c(){t=G("div"),o=G("div"),n=G("div"),a=G("div"),r=G("div"),r.textContent="Use this code to place the image map anywhere in your site:",i=Q(),c=G("div"),c.textContent=`${e[9]}`,l=Q(),Ye(s.$$.fragment),oe(r,"class","mb-2 opacity-50"),oe(c,"class","font-mono"),oe(a,"class","p-1"),oe(n,"class","m-1 p-2 bg-theme-400 bg-opacity-10 rounded-md"),re(n,"font-size","11px")},m(e,f){X(e,t,f),Z(t,o),Z(o,n),Z(n,a),Z(a,r),Z(a,i),Z(a,c),Z(n,l),Ve(s,n,null),u=!0},p:h,i(e){u||(Oe(s.$$.fragment,e),e&&$e((()=>{u&&(f||(f=Pe(o,Fc,{duration:150},!0)),f.run(1))})),e&&$e((()=>{u&&(d||(d=Pe(t,$c,{duration:150},!0)),d.run(1))})),u=!0)},o(e){Te(s.$$.fragment,e),e&&(f||(f=Pe(o,Fc,{duration:150},!1)),f.run(0)),e&&(d||(d=Pe(t,$c,{duration:150},!1)),d.run(0)),u=!1},d(e){e&&K(t),Xe(s),e&&f&&f.end(),e&&d&&d.end()}}}function Ts(e){let t,o,n,a,r,i;return n=new ys({props:{type:"button-group",label:"Menu Position",group:"object_list",prop:"menu_position",options:e[6]}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment)},m(e,a){X(e,t,a),Z(t,o),Ve(n,o,null),i=!0},p:h,i(e){i||(Oe(n.$$.fragment,e),e&&$e((()=>{i&&(a||(a=Pe(o,Fc,{duration:150},!0)),a.run(1))})),e&&$e((()=>{i&&(r||(r=Pe(t,$c,{duration:150},!0)),r.run(1))})),i=!0)},o(e){Te(n.$$.fragment,e),e&&(a||(a=Pe(o,Fc,{duration:150},!1)),a.run(0)),e&&(r||(r=Pe(t,$c,{duration:150},!1)),r.run(0)),i=!1},d(e){e&&K(t),Xe(n),e&&a&&a.end(),e&&r&&r.end()}}}function Ns(e){let t,o,n,a,r,i;return n=new ys({props:{type:"checkbox",name:"Show Only Objects from Active Artboard",group:"object_list",prop:"show_only_objects_from_active_artboard"}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment)},m(e,a){X(e,t,a),Z(t,o),Ve(n,o,null),i=!0},i(e){i||(Oe(n.$$.fragment,e),e&&$e((()=>{i&&(a||(a=Pe(o,Fc,{duration:150},!0)),a.run(1))})),e&&$e((()=>{i&&(r||(r=Pe(t,$c,{duration:150},!0)),r.run(1))})),i=!0)},o(e){Te(n.$$.fragment,e),e&&(a||(a=Pe(o,Fc,{duration:150},!1)),a.run(0)),e&&(r||(r=Pe(t,$c,{duration:150},!1)),r.run(0)),i=!1},d(e){e&&K(t),Xe(n),e&&a&&a.end(),e&&r&&r.end()}}}function Ps(e){let t,o,n,a;t=new ys({props:{type:"checkbox",name:"Enable Object List",group:"object_list",prop:"enable_object_list"}});let r=e[0].object_list.enable_object_list&&zs(e);return{c(){Ye(t.$$.fragment),o=Q(),r&&r.c(),n=ee()},m(e,i){Ve(t,e,i),X(e,o,i),r&&r.m(e,i),X(e,n,i),a=!0},p(e,t){e[0].object_list.enable_object_list?r?(r.p(e,t),1&t&&Oe(r,1)):(r=zs(e),r.c(),Oe(r,1),r.m(n.parentNode,n)):r&&(Ae(),Te(r,1,1,(()=>{r=null})),ze())},i(e){a||(Oe(t.$$.fragment,e),Oe(r),a=!0)},o(e){Te(t.$$.fragment,e),Te(r),a=!1},d(e){Xe(t,e),e&&K(o),r&&r.d(e),e&&K(n)}}}function Hs(e){let t,o,n,a,r,i;return t=new ys({props:{type:"textarea",label:"JavaScript",group:"custom_code",prop:"custom_js"}}),n=new ys({props:{type:"textarea",label:"CSS",group:"custom_code",prop:"custom_css"}}),r=new ys({props:{type:"checkbox",name:"Preview Custom CSS",group:"custom_code",prop:"preview_custom_css"}}),{c(){Ye(t.$$.fragment),o=Q(),Ye(n.$$.fragment),a=Q(),Ye(r.$$.fragment)},m(e,c){Ve(t,e,c),X(e,o,c),Ve(n,e,c),X(e,a,c),Ve(r,e,c),i=!0},p:h,i(e){i||(Oe(t.$$.fragment,e),Oe(n.$$.fragment,e),Oe(r.$$.fragment,e),i=!0)},o(e){Te(t.$$.fragment,e),Te(n.$$.fragment,e),Te(r.$$.fragment,e),i=!1},d(e){Xe(t,e),e&&K(o),Xe(n,e),e&&K(a),Xe(r,e)}}}function Rs(e){let t,o;return t=new ys({props:{type:"button",name:"Edit Object Defaults",action:e[11]}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function qs(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v,_,x,w,k;n=new ys({props:{type:"text",label:"Name",group:"general",prop:"name"}});let C=!0===window.imageMapProConfig.wp&&function(e){let t,o;return t=new ys({props:{type:"text",label:"Shortcode",group:"general",prop:"shortcode"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}();return i=new ys({props:{type:"button-group",label:"UI Theme",group:"general",prop:"ui_theme",options:e[1]}}),l=new ys({props:{type:"checkbox",name:"Responsive",group:"general",prop:"responsive",description:"If checked, the image map will fit its parent element and keep its aspect ratio."}}),f=new ws({props:{title:"Fullscreen",collapsed:!0,opacity:"0.5",$$slots:{default:[Fs]},$$scope:{ctx:e}}}),u=new ws({props:{title:"Objects",collapsed:!0,opacity:"0.5",$$slots:{default:[Ls]},$$scope:{ctx:e}}}),b=new ws({props:{title:"Tooltips",collapsed:!0,opacity:"0.5",$$slots:{default:[Ss]},$$scope:{ctx:e}}}),h=new ws({props:{title:"Zooming",collapsed:!0,opacity:"0.5",$$slots:{default:[As]},$$scope:{ctx:e}}}),y=new ws({props:{title:"Object List",collapsed:!0,opacity:"0.5",$$slots:{default:[Ps]},$$scope:{ctx:e}}}),_=new ws({props:{title:"Custom Code",collapsed:!0,opacity:"0.5",$$slots:{default:[Hs]},$$scope:{ctx:e}}}),w=new ws({props:{title:"Defaults",opacity:"0.5",$$slots:{default:[Rs]},$$scope:{ctx:e}}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment),a=Q(),C&&C.c(),r=Q(),Ye(i.$$.fragment),c=Q(),Ye(l.$$.fragment),s=Q(),Ye(f.$$.fragment),d=Q(),Ye(u.$$.fragment),p=Q(),Ye(b.$$.fragment),g=Q(),Ye(h.$$.fragment),m=Q(),Ye(y.$$.fragment),v=Q(),Ye(_.$$.fragment),x=Q(),Ye(w.$$.fragment),oe(o,"class","p-2")},m(e,$){X(e,t,$),Z(t,o),Ve(n,o,null),Z(o,a),C&&C.m(o,null),Z(o,r),Ve(i,o,null),Z(o,c),Ve(l,o,null),Z(t,s),Ve(f,t,null),Z(t,d),Ve(u,t,null),Z(t,p),Ve(b,t,null),Z(t,g),Ve(h,t,null),Z(t,m),Ve(y,t,null),Z(t,v),Ve(_,t,null),Z(t,x),Ve(w,t,null),k=!0},p(e,[t]){const o={};8193&t&&(o.$$scope={dirty:t,ctx:e}),f.$set(o);const n={};8193&t&&(n.$$scope={dirty:t,ctx:e}),u.$set(n);const a={};8193&t&&(a.$$scope={dirty:t,ctx:e}),b.$set(a);const r={};8193&t&&(r.$$scope={dirty:t,ctx:e}),h.$set(r);const i={};8193&t&&(i.$$scope={dirty:t,ctx:e}),y.$set(i);const c={};8192&t&&(c.$$scope={dirty:t,ctx:e}),_.$set(c);const l={};8192&t&&(l.$$scope={dirty:t,ctx:e}),w.$set(l)},i(e){k||(Oe(n.$$.fragment,e),Oe(C),Oe(i.$$.fragment,e),Oe(l.$$.fragment,e),Oe(f.$$.fragment,e),Oe(u.$$.fragment,e),Oe(b.$$.fragment,e),Oe(h.$$.fragment,e),Oe(y.$$.fragment,e),Oe(_.$$.fragment,e),Oe(w.$$.fragment,e),k=!0)},o(e){Te(n.$$.fragment,e),Te(C),Te(i.$$.fragment,e),Te(l.$$.fragment,e),Te(f.$$.fragment,e),Te(u.$$.fragment,e),Te(b.$$.fragment,e),Te(h.$$.fragment,e),Te(y.$$.fragment,e),Te(_.$$.fragment,e),Te(w.$$.fragment,e),k=!1},d(e){e&&K(t),Xe(n),C&&C.d(),Xe(i),Xe(l),Xe(f),Xe(u),Xe(b),Xe(h),Xe(y),Xe(_),Xe(w)}}}function Zs(e,t,o){let n=[],a=Gi.getSettings();he((()=>{n.forEach((e=>e())),n=[]})),n.push(Ki.subscribe((()=>{o(0,a=Gi.getSettings())})));let r='<div data-imp-detached-menu="My Map"></div>';return[a,[{name:"Light",value:"light"},{name:"Dark",value:"dark"}],[{name:"None",value:"none"},{name:"Flash",value:"flash"},{name:"Grow",value:"grow"},{name:"Fade",value:"fade"},{name:"Fall down",value:"fall-down"}],[{name:"Mouseover",value:"mouseover"},{name:"Click",value:"click"}],[{name:"None",value:"none"},{name:"Fade",value:"fade"},{name:"Grow",value:"grow"}],[{name:"None",value:"none"},{name:"Mobile Only",value:"mobile-only"},{name:"Always",value:"always"}],[{name:"Left",value:"left"},{name:"Right",value:"right"}],{min:0,max:1},[{name:"Default",value:"default"},{name:"On Top",value:"on-top"},{name:"Detached",value:"detached"}],r,function(){navigator.clipboard.writeText(r)},function(){let e=new Event(lt);document.dispatchEvent(e)}]}const Us=class extends Ge{constructor(e){super(),Ke(this,e,Zs,qs,k,{})}};function Ws(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,m,y,v,_,x;o=new nl({props:{label:"New",icon:"fa-solid fa-file",onClick:e[13]}});let w=!e[2]&&!e[3]&&Ys(e),k=e[2]&&Vs(),C=e[3]&&Xs();c=new nl({props:{label:"Load",icon:"fa-solid fa-folder-open",onClick:e[11]}}),s=new nl({props:{label:"Import",onClick:e[10],icon:"fa-solid fa-download"}}),d=new nl({props:{label:"Export",onClick:e[8],icon:"fa-solid fa-upload"}});let $=!window.imageMapProConfig.wp&&function(e){let t,o;return t=new nl({props:{label:"Code",onClick:e[9],icon:"fa-solid fa-code"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}(e);return b=new nl({props:{label:"Settings",onClick:e[7],icon:"fa-solid fa-cog"}}),v=new nl({props:{label:e[6]?"Light":"Dark",onClick:e[15],icon:"fa-solid "+(e[6]?"fa-sun":"fa-moon")}}),{c(){t=G("div"),Ye(o.$$.fragment),n=Q(),w&&w.c(),a=Q(),k&&k.c(),r=Q(),C&&C.c(),i=Q(),Ye(c.$$.fragment),l=Q(),Ye(s.$$.fragment),f=Q(),Ye(d.$$.fragment),u=Q(),$&&$.c(),p=Q(),Ye(b.$$.fragment),g=Q(),m=G("div"),y=Q(),Ye(v.$$.fragment),oe(m,"class","flex-1"),oe(t,"class","absolute top-0 p-[8px] h-full flex flex-col"),re(t,"right","0"),re(t,"width",Js+"px")},m(e,h){X(e,t,h),Ve(o,t,null),Z(t,n),w&&w.m(t,null),Z(t,a),k&&k.m(t,null),Z(t,r),C&&C.m(t,null),Z(t,i),Ve(c,t,null),Z(t,l),Ve(s,t,null),Z(t,f),Ve(d,t,null),Z(t,u),$&&$.m(t,null),Z(t,p),Ve(b,t,null),Z(t,g),Z(t,m),Z(t,y),Ve(v,t,null),x=!0},p(e,o){e[2]||e[3]?w&&(Ae(),Te(w,1,1,(()=>{w=null})),ze()):w?(w.p(e,o),12&o&&Oe(w,1)):(w=Ys(e),w.c(),Oe(w,1),w.m(t,a)),e[2]?k?4&o&&Oe(k,1):(k=Vs(),k.c(),Oe(k,1),k.m(t,r)):k&&(Ae(),Te(k,1,1,(()=>{k=null})),ze()),e[3]?C?8&o&&Oe(C,1):(C=Xs(),C.c(),Oe(C,1),C.m(t,i)):C&&(Ae(),Te(C,1,1,(()=>{C=null})),ze()),window.imageMapProConfig.wp||$.p(e,o);const n={};64&o&&(n.label=e[6]?"Light":"Dark"),64&o&&(n.onClick=e[15]),64&o&&(n.icon="fa-solid "+(e[6]?"fa-sun":"fa-moon")),v.$set(n)},i(e){x||(Oe(o.$$.fragment,e),Oe(w),Oe(k),Oe(C),Oe(c.$$.fragment,e),Oe(s.$$.fragment,e),Oe(d.$$.fragment,e),Oe($),Oe(b.$$.fragment,e),Oe(v.$$.fragment,e),$e((()=>{x&&(_||(_=Pe(t,$c,{duration:150},!0)),_.run(1))})),x=!0)},o(e){Te(o.$$.fragment,e),Te(w),Te(k),Te(C),Te(c.$$.fragment,e),Te(s.$$.fragment,e),Te(d.$$.fragment,e),Te($),Te(b.$$.fragment,e),Te(v.$$.fragment,e),_||(_=Pe(t,$c,{duration:150},!1)),_.run(0),x=!1},d(e){e&&K(t),Xe(o),w&&w.d(),k&&k.d(),C&&C.d(),Xe(c),Xe(s),Xe(d),$&&$.d(),Xe(b),Xe(v),e&&_&&_.end()}}}function Ys(e){let t,o;return t=new nl({props:{label:"Save",icon:"fa-solid fa-save",onClick:e[12]}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Vs(e){let t,o;return t=new nl({props:{label:"Saving",icon:"fa-solid fa-circle-notch fa-spin"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Xs(e){let t,o;return t=new nl({props:{label:"Saved",icon:"fa-solid fa-check"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Ks(e){let t,o,n,a,r,i,c,l,s,f,d,u;return l=new Us({}),{c(){t=G("div"),o=G("div"),n=Q(),a=G("div"),r=G("div"),r.textContent="Image Settings",i=Q(),c=G("div"),Ye(l.$$.fragment),oe(o,"class","absolute top-0 fa-solid fa-angle-left text-lg flex justify-center items-center cursor-pointer z-10"),re(o,"width","48px"),re(o,"height","48px"),re(o,"right","0"),oe(r,"class","text-lg flex items-center pl-5 shrink-0"),re(r,"height","48px"),oe(c,"class","p-2 pretty-scroll overflow-y-auto"),oe(a,"class","flex flex-col h-full"),re(a,"width",e[5]+"px"),oe(t,"class","h-full")},m(s,p){X(s,t,p),Z(t,o),Z(t,n),Z(t,a),Z(a,r),Z(a,i),Z(a,c),Ve(l,c,null),f=!0,d||(u=[te(o,"click",e[7]),te(o,"keypress",e[7])],d=!0)},p(e,t){(!f||32&t)&&re(a,"width",e[5]+"px")},i(e){f||(Oe(l.$$.fragment,e),$e((()=>{f&&(s||(s=Pe(t,$c,{duration:150},!0)),s.run(1))})),f=!0)},o(e){Te(l.$$.fragment,e),s||(s=Pe(t,$c,{duration:150},!1)),s.run(0),f=!1},d(e){e&&K(t),Xe(l),e&&s&&s.end(),d=!1,x(u)}}}function Gs(e){let t,o,n,a,r=!e[0]&&Ws(e),i=e[0]&&Ks(e);return{c(){t=G("div"),r&&r.c(),o=Q(),i&&i.c(),re(t,"width",e[5]+"px"),oe(t,"class",n="relative h-full transition-all duration-150 overflow-hidden "+e[4]+" border-r border-theme-200 dark:border-theme-700")},m(n,c){X(n,t,c),r&&r.m(t,null),Z(t,o),i&&i.m(t,null),e[16](t),a=!0},p(e,[c]){e[0]?r&&(Ae(),Te(r,1,1,(()=>{r=null})),ze()):r?(r.p(e,c),1&c&&Oe(r,1)):(r=Ws(e),r.c(),Oe(r,1),r.m(t,o)),e[0]?i?(i.p(e,c),1&c&&Oe(i,1)):(i=Ks(e),i.c(),Oe(i,1),i.m(t,null)):i&&(Ae(),Te(i,1,1,(()=>{i=null})),ze()),(!a||32&c)&&re(t,"width",e[5]+"px"),(!a||16&c&&n!==(n="relative h-full transition-all duration-150 overflow-hidden "+e[4]+" border-r border-theme-200 dark:border-theme-700"))&&oe(t,"class",n)},i(e){a||(Oe(r),Oe(i),a=!0)},o(e){Te(r),Te(i),a=!1},d(o){o&&K(t),r&&r.d(),i&&i.d(),e[16](null)}}}let Js=80;function Qs(e,t,o){let n,a,r,i,c,l;F(e,To,(e=>o(0,r=e))),F(e,zo,(e=>o(14,i=e))),F(e,jo,(e=>o(6,c=e)));let s=!1,f=!1;return e.$$.update=()=>{1&e.$$.dirty&&o(5,n=r?300:Js),16384&e.$$.dirty&&o(4,a=i?"bg-theme-50 dark:bg-theme-900":"bg-theme-100 dark:bg-theme-800")},[r,l,s,f,a,n,c,function(){S(To,r=!r,r)},function(){let e=new Event(it);document.dispatchEvent(e)},function(){let e=new Event(dt);document.dispatchEvent(e)},function(){let e=new Event(ct);document.dispatchEvent(e)},function(){let e=new Event(st);document.dispatchEvent(e)},function(){o(2,s=!0),o(3,f=!1),function(e,t){if(e.lastSaved=(new Date).getTime(),!0===window.imageMapProConfig.wp)Jo=t,window.parent.postMessage(JSON.stringify({action:"saveProject",json:JSON.stringify(e),name:e.general.name,id:e.id,shortcode:e.general.shortcode}),"*");else{var o=window.localStorage.imageMapProSaves||"[]";try{var n=JSON.parse(o),a=n.findIndex((function(t){return t.id+""==e.id+""}));-1!==a?n[a]=e:n.push(e);var r=JSON.stringify(n);window.localStorage.imageMapProSaves=r,window.localStorage.imageMapProLastProjectId=e.id,setTimeout((function(){t(!0)}),350)}catch(e){console.log(e),t(!1)}}}(Qc(Gi.getSettings()),(e=>{e&&(o(2,s=!1),o(3,f=!0),setTimeout((()=>{o(2,s=!1),o(3,f=!1)}),3e3))}))},function(){let e=new Event(ft);document.dispatchEvent(e)},i,()=>S(jo,c=!c,c),function(e){_e[e?"unshift":"push"]((()=>{l=e,o(1,l)}))}]}const ef=class extends Ge{constructor(e){super(),Ke(this,e,Qs,Gs,k,{})}};function tf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function of(e,t){for(var o=0;o<t.length;o++){var n=t[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,ea(n.key),n)}}function nf(e,t,o){return t&&of(e.prototype,t),o&&of(e,o),Object.defineProperty(e,"prototype",{writable:!1}),e}function af(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return rf(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?rf(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function rf(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var cf=function(){function e(t){tf(this,e),ta(this,"model",[]),ta(this,"items",[]),ta(this,"collapsedCache",{}),ta(this,"visibleCache",{}),this.init(t)}return nf(e,[{key:"init",value:function(e){this.model={id:null,title:"root",index:0,path:void 0,children:structuredClone(e)},this._createItemsArray(),this._setPaths(),this._setVisibility()}},{key:"traverse",value:function(e){this._traverseRecursive(this.model.children,!1,e)}},{key:"getItem",value:function(e){var t=this.model;return this.traverse((function(o){o.id===e&&(t=o)})),t}},{key:"getParent",value:function(e){return this.getItem(this.getItem(e).path.split(".").pop())}},{key:"getVisibleTreeOfItems",value:function(e){var t,o=[],n=af(e);try{for(n.s();!(t=n.n()).done;){var a=t.value;o=[].concat(Na(o),Na(this._getVisibleTree(a)))}}catch(e){n.e(e)}finally{n.f()}return o}},{key:"getNext",value:function(e){var t=!1,o=this.getItem(e),n=void 0;return this.traverse((function(a,r){if(t&&!n)if("artboard"===o.type)"artboard"===a.type&&(n=a);else{if("artboard"===a.type&&a.collapsed)return;if(!r)return;if(-1!==a.path.search(o.id))return;n=a}a.id===e&&(t=!0)})),n}},{key:"getPrev",value:function(e){var t=this,o=this.getItem(e),n=void 0,a=void 0,r=void 0;return this.traverse((function(i,c){if(i.id!==e||!n&&!a||r||(r="artboard"===o.type?a:n),"artboard"===o.type)"artboard"===i.type&&(a=i);else{if(!c)return;if("artboard"===i.type&&0===i.index)return;if("artboard"===i.type&&t.getPrev(i.id).collapsed)return;n=i}})),r}},{key:"toggle",value:function(e){var t=this.getItem(e);t.collapsed=!t.collapsed,this.collapsedCache[t.id]=t.collapsed}},{key:"setVisible",value:function(e){var t=e.id,o=e.visible;this.getItem(t).visible=o,this.visibleCache[t]=o}},{key:"expandAll",value:function(){this.traverse((function(e){e.collapsed=!1}))}},{key:"moveItemsUp",value:function(e){var t,o,n=Na(e),a=[],r=n.splice(0,1)[0],i=af(n);try{for(i.s();!(o=i.n()).done;){var c=o.value;a.push(this._delete(c))}}catch(e){i.e(e)}finally{i.f()}this._moveUp(r);var l=this.getParent(r),s=this.getItem(r);(t=l.children).splice.apply(t,[s.index+1,0].concat(a)),this._setPaths()}},{key:"moveItemsDown",value:function(e){var t,o,n=Na(e),a=[],r=n.splice(0,1)[0],i=af(n);try{for(i.s();!(o=i.n()).done;){var c=o.value;a.push(this._delete(c))}}catch(e){i.e(e)}finally{i.f()}this._moveDown(r);var l=this.getParent(r),s=this.getItem(r);(t=l.children).splice.apply(t,[s.index+1,0].concat(a)),this._setPaths()}},{key:"moveItemsLeft",value:function(e){var t,o,n=Na(e),a=[],r=n.splice(0,1)[0],i=af(n);try{for(i.s();!(o=i.n()).done;){var c=o.value;a.push(this._delete(c))}}catch(e){i.e(e)}finally{i.f()}this._moveLeft(r);var l=this.getParent(r),s=this.getItem(r);(t=l.children).splice.apply(t,[s.index+1,0].concat(a)),this._setPaths()}},{key:"moveItemsRight",value:function(e){var t,o,n=Na(e),a=[],r=n.splice(0,1)[0],i=af(n);try{for(i.s();!(o=i.n()).done;){var c=o.value;a.push(this._delete(c))}}catch(e){i.e(e)}finally{i.f()}this._moveRight(r);var l=this.getParent(r),s=this.getItem(r);(t=l.children).splice.apply(t,[s.index+1,0].concat(a)),this._setPaths()}},{key:"gather",value:function(e){var t,o=e.mainItemId,n=e.itemIds,a=[];n.includes(o)||(o=n[0]),this.traverse((function(e){n.includes(e.id)&&a.push(e)}));for(var r=0,i=a;r<i.length;r++){var c=i[r];c.id!==o&&this._delete(c.id)}this._setPaths();var l=this.getItem(o).index,s=this.getParent(o);this._delete(o),this._setPaths(),(t=s.children).splice.apply(t,[l,0].concat(a)),this._setPaths()}},{key:"sort",value:function(e){var t=[];return this.traverse((function(o){e.includes(o.id)&&t.push(o.id)})),t}},{key:"getRange",value:function(e,t){var o=[],n=!1;return this.traverse((function(a,r){if(n||a.id===e||a.id===t){if(a.id!==e&&a.id!==t||(n=!n),"artboard"===a.type)return;if(!r)return;if("group"===a.type&&!a.collapsed)return;o.push(a.id)}})),o}},{key:"shakeTree",value:function(e){var t=this,o=[];return this.traverse((function(n){e.includes(n.id)&&(t._isGrandchild(n.id,e)||o.push(n.id))})),o}},{key:"moveInto",value:function(e){var t,o=e.itemIds,n=e.parentId,a=[];this.traverse((function(e){o.includes(e.id)&&a.push(e)}));for(var r=0,i=a;r<i.length;r++){var c=i[r];this._delete(c.id)}(t=this.getItem(n).children).splice.apply(t,[0,0].concat(a)),this._setPaths()}},{key:"_getVisibleTree",value:function(e){var t=this.getItem(e),o=[t];if(t.children&&!t.collapsed){var n,a=af(t.children);try{for(a.s();!(n=a.n()).done;){var r=n.value;"group"===r.type?o=[].concat(Na(o),Na(this._getVisibleTree(r.id))):o.push(r)}}catch(e){a.e(e)}finally{a.f()}}return o}},{key:"_createItemsArray",value:function(){var e=this;this.items=[],this.traverse((function(t){e.items.push(t),t.visible=void 0===e.visibleCache[t.id]||e.visibleCache[t.id]}))}},{key:"_setPaths",value:function(){this._setPathsRecursive(this.model.children,"0")}},{key:"_setPathsRecursive",value:function(e,t){for(var o=0;o<e.length;o++)e[o].path=t,e[o].index=o,e[o].children&&e[o].children.length>0&&this._setPathsRecursive(e[o].children,e[o].path+"."+e[o].id)}},{key:"_setVisibility",value:function(){var e=this;this.traverse((function(t){"artboard"!==t.type&&"group"!==t.type||(!0===e.collapsedCache[t.id]?t.collapsed=!0:t.collapsed=!1)}))}},{key:"_traverseRecursive",value:function(e,t,o){var n,a=af(e);try{for(a.s();!(n=a.n()).done;){var r=n.value;o(r,!(t||!r.visible)),r.children&&r.children.length>0&&this._traverseRecursive(r.children,r.collapsed||t,o)}}catch(e){a.e(e)}finally{a.f()}}},{key:"_moveUp",value:function(e){var t=this.getItem(e),o=this.getParent(e),n=this.getPrev(e);if(n){var a=this.getParent(n.id);if(o.children.splice(t.index,1),"artboard"===t.type)return a.children.splice(n.index,0,t),void this._setPaths();if("artboard"!==t.type&&"artboard"===n.type){var r=this.getPrev(n.id);return r.children.splice(r.children.length,0,t),void this._setPaths()}a.children.splice(n.index,0,t),this._setPaths()}}},{key:"_moveDown",value:function(e){var t=this.getItem(e),o=this.getParent(e),n=this.getNext(e);if(n){var a=this.getParent(n.id);if(o.children.splice(t.index,1),"artboard"!==t.type&&("artboard"===n.type||"group"===n.type)&&!n.collapsed)return n.children.splice(0,0,t),void this._setPaths();if("artboard"!==t.type&&n.path!==t.path)return a.children.splice(n.index+1,0,t),void this._setPaths();a.children.splice(n.index,0,t),this._setPaths()}}},{key:"_moveLeft",value:function(e){var t=this.getItem(e),o=this.getParent(e);if(!(t.index<o.children.length-1)&&o&&"group"===o.type){var n=this.getParent(o.id);n&&(o.children.splice(t.index,1),n.children.splice(o.index+1,0,t),this._setPaths())}}},{key:"_moveRight",value:function(e){var t=this.getItem(e),o=this.getParent(e),n=o.children[t.index-1];n&&("group"!==n.type||n.collapsed||(o.children.splice(t.index,1),n.children.splice(n.children.length,0,t),this._setPaths()))}},{key:"_delete",value:function(e){var t,o=this;return this.traverse((function(n){if(n.id===e){var a=o.getParent(n.id);t=a.children.splice(n.index,1)[0]}})),this._setPaths(),t}},{key:"_isGrandchild",value:function(e,t){var o,n=this.getItem(e).path,a=af(t);try{for(a.s();!(o=a.n()).done;){var r=o.value;if(-1!==n.indexOf(r))return!0}}catch(e){a.e(e)}finally{a.f()}return!1}}]),e}();function lf(e){U(e,"svelte-1del4dj",".object-list-item.svelte-1del4dj:hover .list-item-hide-icon.svelte-1del4dj{display:block !important}.object-list-item.svelte-1del4dj:hover .list-item-tooltip-hide-icon.svelte-1del4dj{display:block !important}")}function sf(e){let t,o,n,a,r,i,c,l,s,f,d,u;return{c(){t=G("div"),o=G("div"),a=Q(),r=G("div"),i=J(e[0]),c=Q(),l=G("div"),f=Q(),d=G("div"),oe(o,"class",n=e[2]+" shrink-0 w-6 ml-10 leading-10 text-center svelte-1del4dj"),oe(r,"class","whitespace-nowrap text-ellipsis overflow-hidden"),re(r,"margin-right","72px"),oe(l,"class",s="list-item-tooltip-hide-icon "+e[4]+" w-8 leading-10 absolute right-10 cursor-pointer text-center svelte-1del4dj"),oe(d,"class",u="list-item-hide-icon "+e[3]+" w-8 leading-10 absolute right-2 cursor-pointer text-center svelte-1del4dj"),oe(t,"class","object-list-item flex w-full leading-10 relative svelte-1del4dj")},m(n,s){X(n,t,s),Z(t,o),Z(t,a),Z(t,r),Z(r,i),Z(t,c),Z(t,l),Z(t,f),Z(t,d),e[17](t)},p(e,[t]){4&t&&n!==(n=e[2]+" shrink-0 w-6 ml-10 leading-10 text-center svelte-1del4dj")&&oe(o,"class",n),1&t&&ne(i,e[0]),16&t&&s!==(s="list-item-tooltip-hide-icon "+e[4]+" w-8 leading-10 absolute right-10 cursor-pointer text-center svelte-1del4dj")&&oe(l,"class",s),8&t&&u!==(u="list-item-hide-icon "+e[3]+" w-8 leading-10 absolute right-2 cursor-pointer text-center svelte-1del4dj")&&oe(d,"class",u)},i:h,o:h,d(o){o&&K(t),e[17](null)}}}function ff(e,t,o){let n,a,r,i;F(e,Ao,(e=>o(19,r=e))),F(e,Io,(e=>o(20,i=e)));let c,l,s,f,d,u,p,b,{id:g}=t,{title:h}=t,{type:m}=t,{selected:y}=t,{dragging:v}=t,_=[];switch(m){case"spot":l="fa-solid fa-location-dot";break;case"rect":l="fa-solid fa-vector-square";break;case"oval":l="fa-solid fa-circle-notch";break;case"poly":l="fa-solid fa-draw-polygon";break;case"svg":case"svg-single":l="fa-solid fa-code";break;case"text":l="fa-solid fa-font";break;default:l="fa-solid fa-square"}he((()=>{_.forEach((e=>e())),_=[]}));let x=i.includes(g);_.push(Io.subscribe((()=>{o(15,x=i.includes(g))})));let w=r.includes(g);return _.push(Ao.subscribe((()=>{o(16,w=r.includes(g))}))),e.$$set=e=>{"id"in e&&o(5,g=e.id),"title"in e&&o(0,h=e.title),"type"in e&&o(6,m=e.type),"selected"in e&&o(7,y=e.selected),"dragging"in e&&o(8,v=e.dragging)},e.$$.update=()=>{32642&e.$$.dirty&&(c?.classList.remove(s),c?.classList.remove(f),c?.classList.remove(d),c?.classList.remove(u),c?.classList.remove(p),c?.classList.remove(b),o(9,s="na"),o(10,f="na"),o(11,d="na"),o(12,u="na"),o(13,p="na"),o(14,b="dark:text-white"),y&&(o(9,s="bg-primary-500"),o(10,f="dark:bg-primary-600"),o(13,p="text-white"),o(14,b="dark:text-white")),v&&(o(11,d="bg-opacity-0"),o(12,u="dark:bg-opacity-0"),o(13,p="na"),o(14,b="dark:text-white")),c?.classList.add(s),c?.classList.add(f),c?.classList.add(d),c?.classList.add(u),c?.classList.add(p),c?.classList.add(b)),65536&e.$$.dirty&&o(4,n=w?"fa-solid fa-comment-slash":"fa-solid fa-comment opacity-20 hidden"),32768&e.$$.dirty&&o(3,a=x?"fa-solid fa-eye-slash opacity-100":"fa-solid fa-eye opacity-20 hidden")},[h,c,l,a,n,g,m,y,v,s,f,d,u,p,b,x,w,function(e){_e[e?"unshift":"push"]((()=>{c=e,o(1,c)}))}]}const df=class extends Ge{constructor(e){super(),Ke(this,e,ff,sf,k,{id:5,title:0,type:6,selected:7,dragging:8},lf)}};function uf(e){U(e,"svelte-1del4dj",".object-list-item.svelte-1del4dj:hover .list-item-hide-icon.svelte-1del4dj{display:block !important}.object-list-item.svelte-1del4dj:hover .list-item-tooltip-hide-icon.svelte-1del4dj{display:block !important}")}function pf(e){let t;return{c(){t=G("div"),oe(t,"class","fa-solid fa-layer-group w-8 leading-10 text-center absolute right-0 top-0")},m(e,o){X(e,t,o)},d(e){e&&K(t)}}}function bf(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,m,y,v,_,k,C,$=e[2]&&pf();return{c(){t=G("div"),o=G("div"),a=Q(),r=G("div"),c=Q(),l=G("div"),s=Q(),f=G("div"),d=J(e[1]),u=Q(),$&&$.c(),b=Q(),g=G("div"),y=Q(),v=G("div"),oe(o,"class",n=e[9]+" shrink-0 w-10 text-center leading-10 list-item-expand-button svelte-1del4dj"),oe(r,"class",i=e[5]+" shrink-0 w-6 leading-10 svelte-1del4dj"),oe(l,"class","absolute w-px ml-5 mt-10 transition-all"),re(l,"height",e[8]+"px"),oe(f,"class",p="whitespace-nowrap text-ellipsis overflow-hidden "+(e[2]?"pr-8":"")+" relative"),re(f,"margin-right","72px"),oe(g,"class",m="list-item-tooltip-hide-icon "+e[7]+" w-8 leading-10 absolute right-10 cursor-pointer text-center svelte-1del4dj"),oe(v,"class",_="list-item-hide-icon "+e[6]+" w-8 leading-10 absolute right-2 cursor-pointer text-center svelte-1del4dj"),oe(t,"class","object-list-item flex w-full leading-10 svelte-1del4dj")},m(n,i){X(n,t,i),Z(t,o),Z(t,a),Z(t,r),Z(t,c),Z(t,l),e[27](l),Z(t,s),Z(t,f),Z(f,d),Z(f,u),$&&$.m(f,null),Z(t,b),Z(t,g),Z(t,y),Z(t,v),e[28](t),k||(C=[te(o,"click",(function(){w(e[10].toggle(e[0]))&&e[10].toggle(e[0]).apply(this,arguments)})),te(o,"keypress",(function(){w(e[10].toggle(e[0]))&&e[10].toggle(e[0]).apply(this,arguments)}))],k=!0)},p(t,a){e=t,512&a[0]&&n!==(n=e[9]+" shrink-0 w-10 text-center leading-10 list-item-expand-button svelte-1del4dj")&&oe(o,"class",n),32&a[0]&&i!==(i=e[5]+" shrink-0 w-6 leading-10 svelte-1del4dj")&&oe(r,"class",i),256&a[0]&&re(l,"height",e[8]+"px"),2&a[0]&&ne(d,e[1]),e[2]?$||($=pf(),$.c(),$.m(f,null)):$&&($.d(1),$=null),4&a[0]&&p!==(p="whitespace-nowrap text-ellipsis overflow-hidden "+(e[2]?"pr-8":"")+" relative")&&oe(f,"class",p),128&a[0]&&m!==(m="list-item-tooltip-hide-icon "+e[7]+" w-8 leading-10 absolute right-10 cursor-pointer text-center svelte-1del4dj")&&oe(g,"class",m),64&a[0]&&_!==(_="list-item-hide-icon "+e[6]+" w-8 leading-10 absolute right-2 cursor-pointer text-center svelte-1del4dj")&&oe(v,"class",_)},i:h,o:h,d(o){o&&K(t),e[27](null),$&&$.d(),e[28](null),k=!1,x(C)}}}function gf(e,t,o){let n,a,r,i,c,l;F(e,Ao,(e=>o(30,c=e))),F(e,Io,(e=>o(31,l=e)));let s,f,d,u,p,b,g,h,m,y,v,{id:_}=t,{title:x}=t,{selected:w}=t,{childrenCount:k}=t,{collapsed:C}=t,{highlighted:$}=t,{dragging:M}=t,{visible:D}=t,{single:L}=t,B=[],j=ye("object-list");he((()=>{B.forEach((e=>e())),B=[]}));let E=l.includes(_);B.push(Io.subscribe((()=>{o(25,E=l.includes(_))})));let S=c.includes(_);return B.push(Ao.subscribe((()=>{o(26,S=c.includes(_))}))),e.$$set=e=>{"id"in e&&o(0,_=e.id),"title"in e&&o(1,x=e.title),"selected"in e&&o(11,w=e.selected),"childrenCount"in e&&o(12,k=e.childrenCount),"collapsed"in e&&o(13,C=e.collapsed),"highlighted"in e&&o(14,$=e.highlighted),"dragging"in e&&o(15,M=e.dragging),"visible"in e&&o(16,D=e.visible),"single"in e&&o(2,L=e.single)},e.$$.update=()=>{8192&e.$$.dirty[0]&&o(5,d=C?"fa-solid fa-folder":"fa-solid fa-folder-open"),8192&e.$$.dirty[0]&&o(9,n=C?"fa-solid fa-angle-right":"fa-solid fa-angle-down"),69632&e.$$.dirty[0]&&o(8,a=D?40*k:0),33474584&e.$$.dirty[0]&&(s?.classList.remove(u),s?.classList.remove(p),s?.classList.remove(b),s?.classList.remove(g),s?.classList.remove(h),s?.classList.remove(m),f?.classList.remove(y),f?.classList.remove(v),o(17,u="na"),o(18,p="na"),o(19,b="na"),o(20,g="na"),o(21,h="na"),o(22,m="dark:text-white"),o(23,y="bg-theme-300"),o(24,v="dark:bg-theme-600"),w&&(o(17,u="bg-primary-500"),o(18,p="dark:bg-primary-600"),o(21,h="text-white"),o(22,m="dark:text-white")),$&&(o(17,u="bg-theme-300"),o(18,p="dark:bg-theme-600")),M&&(o(19,b="bg-opacity-0"),o(20,g="dark:bg-opacity-0"),o(21,h="na"),o(22,m="dark:text-white"),o(23,y="na"),o(24,v="na")),s?.classList.add(u),s?.classList.add(p),s?.classList.add(b),s?.classList.add(g),s?.classList.add(h),s?.classList.add(m),f?.classList.add(y),f?.classList.add(v)),67108864&e.$$.dirty[0]&&o(7,r=S?"fa-solid fa-comment-slash":"fa-solid fa-comment opacity-20 hidden"),33554432&e.$$.dirty[0]&&o(6,i=E?"fa-solid fa-eye-slash opacity-100":"fa-solid fa-eye opacity-20 hidden")},[_,x,L,s,f,d,i,r,a,n,j,w,k,C,$,M,D,u,p,b,g,h,m,y,v,E,S,function(e){_e[e?"unshift":"push"]((()=>{f=e,o(4,f)}))},function(e){_e[e?"unshift":"push"]((()=>{s=e,o(3,s)}))}]}const hf=class extends Ge{constructor(e){super(),Ke(this,e,gf,bf,k,{id:0,title:1,selected:11,childrenCount:12,collapsed:13,highlighted:14,dragging:15,visible:16,single:2},uf,[-1,-1])}};function mf(e){let t,o,n,a,r,i,c,l,s,f;return{c(){t=G("div"),o=G("div"),a=Q(),r=G("div"),i=Q(),c=G("div"),l=J(e[1]),oe(o,"class",n=e[3]+" shrink-0 w-10 text-center leading-10 list-item-expand-button opacity-50"),oe(r,"class","shrink-0 fa-regular fa-note-sticky w-6 leading-10 opacity-50"),oe(c,"class","flex-1 whitespace-nowrap text-ellipsis overflow-hidden font-bold opacity-50"),oe(t,"class","flex w-full leading-10 ")},m(n,d){X(n,t,d),Z(t,o),Z(t,a),Z(t,r),Z(t,i),Z(t,c),Z(c,l),e[15](t),s||(f=[te(o,"click",(function(){w(e[4].toggle(e[0]))&&e[4].toggle(e[0]).apply(this,arguments)})),te(o,"keypress",(function(){w(e[4].toggle(e[0]))&&e[4].toggle(e[0]).apply(this,arguments)}))],s=!0)},p(t,[a]){e=t,8&a&&n!==(n=e[3]+" shrink-0 w-10 text-center leading-10 list-item-expand-button opacity-50")&&oe(o,"class",n),2&a&&ne(l,e[1])},i:h,o:h,d(o){o&&K(t),e[15](null),s=!1,x(f)}}}function yf(e,t,o){let n,a,r,i,c,l,s,f,{id:d}=t,{title:u}=t,{selected:p}=t,{collapsed:b}=t,{highlighted:g}=t,{dragging:h}=t,m=ye("object-list");return e.$$set=e=>{"id"in e&&o(0,d=e.id),"title"in e&&o(1,u=e.title),"selected"in e&&o(5,p=e.selected),"collapsed"in e&&o(6,b=e.collapsed),"highlighted"in e&&o(7,g=e.highlighted),"dragging"in e&&o(8,h=e.dragging)},e.$$.update=()=>{64&e.$$.dirty&&o(3,a=b?"fa-solid fa-angle-right":"fa-solid fa-angle-down"),32676&e.$$.dirty&&(n?.classList.remove(r),n?.classList.remove(c),n?.classList.remove(s),n?.classList.remove(i),n?.classList.remove(l),n?.classList.remove(f),o(9,r="bg-theme-200"),o(10,i="dark:bg-theme-700"),o(11,c="na"),o(12,l="na"),o(13,s="na"),o(14,f="dark:text-white"),p&&(o(9,r="bg-primary-500"),o(10,i="dark:bg-primary-600"),o(13,s="text-white"),o(14,f="dark:text-white")),g&&(o(9,r="bg-theme-300"),o(10,i="dark:bg-theme-600")),h&&(o(11,c="bg-opacity-0"),o(12,l="dark:bg-opacity-0"),o(13,s="na"),o(14,f="dark:text-white")),n?.classList.add(r),n?.classList.add(c),n?.classList.add(s),n?.classList.add(i),n?.classList.add(l),n?.classList.add(f))},[d,u,n,a,m,p,b,g,h,r,i,c,l,s,f,function(e){_e[e?"unshift":"push"]((()=>{n=e,o(2,n)}))}]}const vf=class extends Ge{constructor(e){super(),Ke(this,e,yf,mf,k,{id:0,title:1,selected:5,collapsed:6,highlighted:7,dragging:8})}};function _f(e){let t,o;return t=new vf({props:{id:e[0],title:e[1],selected:e[3],collapsed:e[5],highlighted:e[9],dragging:e[8]}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};1&o[0]&&(n.id=e[0]),2&o[0]&&(n.title=e[1]),8&o[0]&&(n.selected=e[3]),32&o[0]&&(n.collapsed=e[5]),512&o[0]&&(n.highlighted=e[9]),256&o[0]&&(n.dragging=e[8]),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function xf(e){let t,o;return t=new hf({props:{id:e[0],title:e[1],selected:e[3],childrenCount:e[4],collapsed:e[5],highlighted:e[9],dragging:e[8],visible:e[10],single:e[6]}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};1&o[0]&&(n.id=e[0]),2&o[0]&&(n.title=e[1]),8&o[0]&&(n.selected=e[3]),16&o[0]&&(n.childrenCount=e[4]),32&o[0]&&(n.collapsed=e[5]),512&o[0]&&(n.highlighted=e[9]),256&o[0]&&(n.dragging=e[8]),1024&o[0]&&(n.visible=e[10]),64&o[0]&&(n.single=e[6]),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function wf(e){let t,o;return t=new df({props:{id:e[0],title:e[1],type:e[2],selected:e[3],dragging:e[8]}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};1&o[0]&&(n.id=e[0]),2&o[0]&&(n.title=e[1]),4&o[0]&&(n.type=e[2]),8&o[0]&&(n.selected=e[3]),256&o[0]&&(n.dragging=e[8]),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function kf(e){let t,o,n,a,r,i,c="artboard"===e[2]&&_f(e),l="group"===e[2]&&xf(e),s="artboard"!==e[2]&&"group"!==e[2]&&wf(e);return{c(){t=G("div"),c&&c.c(),o=Q(),l&&l.c(),n=Q(),s&&s.c(),oe(t,"data-object-list-item-id",e[0]),oe(t,"class","absolute select-none cursor-pointer")},m(f,d){X(f,t,d),c&&c.m(t,null),Z(t,o),l&&l.m(t,null),Z(t,n),s&&s.m(t,null),e[29](t),a=!0,r||(i=[te(t,"mousedown",e[11]),te(t,"mouseup",e[12])],r=!0)},p(e,r){"artboard"===e[2]?c?(c.p(e,r),4&r[0]&&Oe(c,1)):(c=_f(e),c.c(),Oe(c,1),c.m(t,o)):c&&(Ae(),Te(c,1,1,(()=>{c=null})),ze()),"group"===e[2]?l?(l.p(e,r),4&r[0]&&Oe(l,1)):(l=xf(e),l.c(),Oe(l,1),l.m(t,n)):l&&(Ae(),Te(l,1,1,(()=>{l=null})),ze()),"artboard"!==e[2]&&"group"!==e[2]?s?(s.p(e,r),4&r[0]&&Oe(s,1)):(s=wf(e),s.c(),Oe(s,1),s.m(t,null)):s&&(Ae(),Te(s,1,1,(()=>{s=null})),ze()),(!a||1&r[0])&&oe(t,"data-object-list-item-id",e[0])},i(e){a||(Oe(c),Oe(l),Oe(s),a=!0)},o(e){Te(c),Te(l),Te(s),a=!1},d(o){o&&K(t),c&&c.d(),l&&l.d(),s&&s.d(),e[29](null),r=!1,x(i)}}}function Cf(e,t,o){let n,a;F(e,Ao,(e=>o(32,n=e))),F(e,Io,(e=>o(33,a=e)));let r,i,c,{id:l}=t,{title:s}=t,{type:f}=t,{selected:d}=t,{childrenCount:u}=t,{collapsed:p}=t,{single_object:b}=t,g=!0,h=ye("object-list"),m=!1,y={x:0,y:0};return e.$$set=e=>{"id"in e&&o(0,l=e.id),"title"in e&&o(1,s=e.title),"type"in e&&o(2,f=e.type),"selected"in e&&o(3,d=e.selected),"childrenCount"in e&&o(4,u=e.childrenCount),"collapsed"in e&&o(5,p=e.collapsed),"single_object"in e&&o(6,b=e.single_object)},[l,s,f,d,u,p,b,r,i,c,g,function(e){0===e.button&&(h.mouseDown(l),m=!0,y={x:e.pageX,y:e.pageY})},function(e){e.target.classList.contains("list-item-expand-button")||(e.target.classList.contains("list-item-hide-icon")?a.includes(l)?S(Io,a=a.filter((e=>e!==l)),a):S(Io,a=[...a,l],a):e.target.classList.contains("list-item-tooltip-hide-icon")?n.includes(l)?S(Ao,n=n.filter((e=>e!==l)),n):S(Ao,n=[...n,l],n):(0===e.button&&m&&Math.abs(y.x-e.pageX)<=2&&Math.abs(y.y-e.pageY)<=2&&h.select(l),m=!1))},function(){let e=""!==r.style.top?r.style.top:0;return parseInt(e)},function(){let e=""!==r.style.left?r.style.left:0;return parseInt(e)},function(){return parseInt(getComputedStyle(r).width)},function(){return parseInt(getComputedStyle(r).height)},function(e){o(7,r.style.top=e+"px",r)},function(e){o(7,r.style.left=e+"px",r)},function(e){o(7,r.style.width=e+"px",r)},function(e){o(7,r.style.height=e+"px",r)},function(){o(7,r.style.height="40px",r),o(7,r.style.opacity=1,r),o(10,g=!0)},function(){o(7,r.style.height=0,r),o(7,r.style.opacity=0,r),o(10,g=!1)},function(){r.classList.add("transition-all"),o(7,r.style.pointerEvents="all",r)},function(){r.classList.remove("transition-all"),o(7,r.style.pointerEvents="none",r)},function(){o(8,i=!0),o(7,r.style.opacity=.5,r),o(7,r.style.zIndex=9999,r)},function(){o(8,i=!1),o(7,r.style.opacity=1,r),o(7,r.style.zIndex=0,r)},function(){c||o(9,c=!0)},function(){c&&o(9,c=!1)},function(e){_e[e?"unshift":"push"]((()=>{r=e,o(7,r)}))}]}const $f=class extends Ge{constructor(e){super(),Ke(this,e,Cf,kf,k,{id:0,title:1,type:2,selected:3,childrenCount:4,collapsed:5,single_object:6,getOffsetTop:13,getOffsetLeft:14,getWidth:15,getHeight:16,setOffsetTop:17,setOffsetLeft:18,setWidth:19,setHeight:20,show:21,hide:22,addTransitions:23,removeTransitions:24,setDragStyle:25,removeDragStyle:26,highlight:27,unhighlight:28},null,[-1,-1])}get getOffsetTop(){return this.$$.ctx[13]}get getOffsetLeft(){return this.$$.ctx[14]}get getWidth(){return this.$$.ctx[15]}get getHeight(){return this.$$.ctx[16]}get setOffsetTop(){return this.$$.ctx[17]}get setOffsetLeft(){return this.$$.ctx[18]}get setWidth(){return this.$$.ctx[19]}get setHeight(){return this.$$.ctx[20]}get show(){return this.$$.ctx[21]}get hide(){return this.$$.ctx[22]}get addTransitions(){return this.$$.ctx[23]}get removeTransitions(){return this.$$.ctx[24]}get setDragStyle(){return this.$$.ctx[25]}get removeDragStyle(){return this.$$.ctx[26]}get highlight(){return this.$$.ctx[27]}get unhighlight(){return this.$$.ctx[28]}};function Mf(e){let t;return{c(){t=G("div"),t.innerHTML='<div class="w-full h-full rounded-lg border-dashed border-theme-300 bg-theme-200 bg-opacity-50 dark:border-theme-600 dark:bg-theme-700 dark:bg-opacity-50 border-2"></div>',oe(t,"class","absolute w-full p-3 cursor-pointer transition-all select-none left-0 ")},m(o,n){X(o,t,n),e[8](t)},p:h,i:h,o:h,d(o){o&&K(t),e[8](null)}}}function Ff(e,t,o){let n;return[n,function(){n.classList.remove("hidden")},function(){n.classList.contains("hidden")||n.classList.add("hidden")},function(){let e=""!==n.style.top?n.style.top:0;return parseInt(e)},function(e){o(0,n.style.top=e+"px",n)},function(e){o(0,n.style.left=e+"px",n)},function(e){o(0,n.style.height=e+"px",n)},function(e){o(0,n.style.width=e+"px",n)},function(e){_e[e?"unshift":"push"]((()=>{n=e,o(0,n)}))}]}const Df=class extends Ge{constructor(e){super(),Ke(this,e,Ff,Mf,k,{show:1,hide:2,getOffsetTop:3,setOffsetTop:4,setOffsetLeft:5,setHeight:6,setWidth:7})}get show(){return this.$$.ctx[1]}get hide(){return this.$$.ctx[2]}get getOffsetTop(){return this.$$.ctx[3]}get setOffsetTop(){return this.$$.ctx[4]}get setOffsetLeft(){return this.$$.ctx[5]}get setHeight(){return this.$$.ctx[6]}get setWidth(){return this.$$.ctx[7]}};function Lf(e,t,o){const n=e.slice();return n[68]=t[o],n[69]=t,n[70]=o,n}function Bf(e,t){let o,n,a,r=t[68];const i=[t[68],{selected:t[6].includes(t[68].id)},{childrenCount:t[1].getVisibleTreeOfItems([t[68].id]).length-1}],c=()=>t[12](n,r),l=()=>t[12](null,r);let s={};for(let e=0;e<i.length;e+=1)s=y(s,i[e]);return n=new $f({props:s}),c(),{key:e,first:null,c(){o=ee(),Ye(n.$$.fragment),this.first=o},m(e,t){X(e,o,t),Ve(n,e,t),a=!0},p(e,o){r!==(t=e)[68]&&(l(),r=t[68],c());const a=66&o[0]?function(e,t){const o={},n={},a={$$scope:1};let r=e.length;for(;r--;){const i=e[r],c=t[r];if(c){for(const e in i)e in c||(n[e]=1);for(const e in c)a[e]||(o[e]=c[e],a[e]=1);e[r]=c}else for(const e in i)a[e]=1}for(const e in n)e in o||(o[e]=void 0);return o}(i,[2&o[0]&&(s=t[68],"object"==typeof s&&null!==s?s:{}),{selected:t[6].includes(t[68].id)},2&o[0]&&{childrenCount:t[1].getVisibleTreeOfItems([t[68].id]).length-1}]):{};var s;n.$set(a)},i(e){a||(Oe(n.$$.fragment,e),a=!0)},o(e){Te(n.$$.fragment,e),a=!1},d(e){e&&K(o),l(),Xe(n,e)}}}function jf(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y=[],v=new Map;function _(t){e[10](t)}let x={type:"search",placeholder:"Search Object",onUpdate:e[9]};void 0!==e[5]&&(x.value=e[5]),n=new ys({props:x}),_e.push((()=>We(n,"value",_))),c=new ys({props:{type:"button",icon:"fa-solid fa-plus",name:"New Artboard",action:Ji.createArtboard}}),s=new ys({props:{type:"button",icon:"fa-regular fa-object-group",name:"Group",action:e[7]}}),d=new ys({props:{type:"button",icon:"fa-solid fa-trash",action:e[8]}}),b=new Df({props:{}}),e[11](b);let w=e[1].items;const k=e=>e[68].id;for(let t=0;t<w.length;t+=1){let o=Lf(e,w,t),n=k(o);v.set(n,y[t]=Bf(n,o))}return{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment),r=Q(),i=G("div"),Ye(c.$$.fragment),l=Q(),Ye(s.$$.fragment),f=Q(),Ye(d.$$.fragment),u=Q(),p=G("div"),Ye(b.$$.fragment),g=Q();for(let e=0;e<y.length;e+=1)y[e].c();oe(i,"class","flex"),oe(o,"class","p-2"),oe(p,"data-ui-object-type",h=no),oe(p,"class","pretty-scroll flex-1 relative overflow-y-auto overflow-x-hidden"),oe(t,"class","flex flex-col h-full transition-all border-r border-theme-200 bg-theme-100 dark:border-theme-700 dark:bg-theme-800")},m(a,h){X(a,t,h),Z(t,o),Ve(n,o,null),Z(o,r),Z(o,i),Ve(c,i,null),Z(i,l),Ve(s,i,null),Z(i,f),Ve(d,i,null),Z(t,u),Z(t,p),Ve(b,p,null),Z(p,g);for(let e=0;e<y.length;e+=1)y[e]&&y[e].m(p,null);e[13](p),e[14](t),m=!0},p(e,t){const o={};!a&&32&t[0]&&(a=!0,o.value=e[5],Me((()=>a=!1))),n.$set(o),b.$set({}),70&t[0]&&(w=e[1].items,Ae(),y=Ze(y,t,k,1,e,w,v,p,Re,Bf,null,Lf),ze())},i(e){if(!m){Oe(n.$$.fragment,e),Oe(c.$$.fragment,e),Oe(s.$$.fragment,e),Oe(d.$$.fragment,e),Oe(b.$$.fragment,e);for(let e=0;e<w.length;e+=1)Oe(y[e]);m=!0}},o(e){Te(n.$$.fragment,e),Te(c.$$.fragment,e),Te(s.$$.fragment,e),Te(d.$$.fragment,e),Te(b.$$.fragment,e);for(let e=0;e<y.length;e+=1)Te(y[e]);m=!1},d(o){o&&K(t),Xe(n),Xe(c),Xe(s),Xe(d),e[11](null),Xe(b);for(let e=0;e<y.length;e+=1)y[e].d();e[13](null),e[14](null)}}}function Ef(e,t,o){let n;F(e,Eo,(e=>o(6,n=e)));let a,r,i,c=[],l=new cf(Ki.getState().map.present.artboards),s={};function f(){let e=0,t=a.getBoundingClientRect().width;l.traverse(((o,n)=>{let a=e,i=o.path.split(".").length-2;i<0&&(i=0);let c=20*i,l=t-c;(!_||_&&!C.includes(o.id))&&(s[o.id].setOffsetTop(a),s[o.id].setOffsetLeft(c),s[o.id].setWidth(l),n?s[o.id].show():s[o.id].hide()),_&&o.id===C[0]&&(r.setOffsetTop(a),r.setOffsetLeft(c),r.setHeight(Z(k)),r.setWidth(l),r.show()),n&&(e+=40)})),_||r.hide()}function d(){l.traverse((e=>{s[e.id].addTransitions()}))}function u(){let e=n;0!==e.length&&"artboard"!==l.getItem(e[0]).type&&Ji.groupItems({ids:l.sort(l.shakeTree(e))})}function p(){if(0===n.length)return;let e=n;Ji.setSelection([]),Ji.deleteObjects({ids:e})}be((()=>{o(0,a.style.width=parseInt(getComputedStyle(a).width)+"px",a),f(),requestAnimationFrame((()=>{d()})),document.addEventListener("mousedown",I),document.addEventListener("mousemove",A),document.addEventListener("mouseup",z),document.addEventListener("keydown",O),document.addEventListener("keyup",T),window.addEventListener("focus",N),window.addEventListener("resize",P),document.addEventListener(et,H),document.addEventListener(tt,R),document.addEventListener(Co,R)})),he((()=>{c.forEach((e=>e())),c=[],document.removeEventListener("mousedown",I),document.removeEventListener("mousemove",A),document.removeEventListener("mouseup",z),document.removeEventListener("keydown",O),document.removeEventListener("keyup",T),window.removeEventListener("focus",N),window.removeEventListener("resize",P),document.removeEventListener(et,H),document.removeEventListener(tt,R),document.removeEventListener(Co,R)})),me("object-list",{toggle:e=>{l.toggle(e),o(1,l)},mouseDown:e=>{!function(e){x=!0,b=e}(e)},select:e=>{!function(e){if(S)1===n.length&&"artboard"===l.getItem(n[0]).type&&Ji.setSelection([]),"artboard"===l.getItem(e).type&&Ji.setSelection([]),n.includes(e)?Ji.setSelection(n.filter((t=>t!==e))):Ji.setSelection([...n,e]);else if(E){let t=n[0],o=n[n.length-1],a=l.sort([t,o,e]),r=a[0],i=a[a.length-1],c=l.getRange(r,i);Ji.setSelection(c)}else Ji.setSelection([e])}(e)}}),ge((()=>{for(let e in s)null===s[e]&&delete s[e];f()})),c.push(Ki.subscribe((()=>{l.init(Ki.getState().map.present.artboards),o(1,l),requestAnimationFrame((()=>{d()}))}))),c.push(Eo.subscribe((()=>{!function(){if(0===n.length)return;let e=[],t=0;if(l.traverse(((o,a)=>{a&&(n.includes(o.id)&&e.push(t),t++)})),0===e.length)return;let a=40*e[0],r=40*e[e.length-1]+40-i.getBoundingClientRect().height,c=a;i.scrollTop<r&&o(4,i.scrollTop=r,i),i.scrollTop>c&&o(4,i.scrollTop=c,i)}()})));let b,g,h,m,y,v,_=!1,x=!1,w=[],k=[],C=[],$={},M={x:0,y:0},D={x:0,y:0},L=0,B=0,j=0,E=!1,S=!1;function I(e){D={x:e.pageX,y:e.pageY},L=0,B=0}function A(e){M={x:e.pageX,y:e.pageY},L=M.x-D.x,B=M.y-D.y,x&&(Math.abs(L)>5||Math.abs(B)>5)&&(D={x:e.pageX,y:e.pageY},L=M.x-D.x,B=M.y-D.y,x=!1,_=!0,g=void 0,j=i.scrollTop,w=[],k=[],C=[],$={},n.includes(b)?(w=n,w=l.shakeTree(w),l.gather({mainItemId:b,itemIds:w}),w=l.sort(w),o(1,l),f()):w=[b],function(){k=l.getVisibleTreeOfItems(w),C=[];for(let e of k)C.push(e.id),$[e.id]={offsetTop:s[e.id].getOffsetTop(),offsetLeft:s[e.id].getOffsetLeft(),width:s[e.id].getWidth(),height:s[e.id].getHeight()};$.dragTargetRect={left:s[k[0].id].getOffsetLeft(),top:s[k[0].id].getOffsetTop(),width:s[k[0].id].getWidth(),height:Z(k)}}(),function(){for(let e of k)s[e.id].removeTransitions(),s[e.id].setDragStyle()}(),f()),_&&(function(){for(let e of k)s[e.id].setOffsetLeft($[e.id].offsetLeft+L),s[e.id].setOffsetTop($[e.id].offsetTop+B+(i.scrollTop-j))}(),$.dragTargetRect.left=s[k[0].id].getOffsetLeft(),$.dragTargetRect.top=s[k[0].id].getOffsetTop(),y||(y=$.dragTargetRect.top),$.dragTargetRect.top>r.getOffsetTop()?m="down":$.dragTargetRect.top<r.getOffsetTop()&&(m="up"),y=$.dragTargetRect.top,g||function(){let e=l.getPrev(C[0]),t=l.getNext(C[C.length-1]);"artboard"===l.getItem(b).type?(t=l.getNext(b),e&&(g=g||{},g.top=s[e.id].getOffsetTop()+q(e.id)/2),t&&(g=g||{},g.bottom=s[t.id].getOffsetTop()+q(t.id)/2)):(e&&(g=g||{},"artboard"===e.type||"group"===e.type?g.top=s[e.id].getOffsetTop():g.top=s[e.id].getOffsetTop()+s[e.id].getHeight()/2,g.left=s[b].getOffsetLeft()-20,g.right=s[b].getOffsetLeft()+20),t&&(g=g||{},"artboard"===t.type||"group"===t.type?g.bottom=s[t.id].getOffsetTop()+s[t.id].getHeight():g.bottom=s[t.id].getOffsetTop()+s[t.id].getHeight()/2))}(),void 0!==g&&$.dragTargetRect.top<g.top&&(l.moveItemsUp(w),o(1,l),g=void 0),void 0!==g&&$.dragTargetRect.top+$.dragTargetRect.height>g.bottom&&(l.moveItemsDown(w),o(1,l),g=void 0),void 0!==g&&$.dragTargetRect.left<g.left&&(l.moveItemsLeft(w),o(1,l),g=void 0),void 0!==g&&$.dragTargetRect.left>g.right&&(l.moveItemsRight(w),o(1,l),g=void 0),h=function(){if("artboard"===l.getItem(w[0]).type)return;let e,t,o;e="up"===m?$.dragTargetRect.top+10:$.dragTargetRect.top+$.dragTargetRect.height-10,t=Math.floor(e/40);let n=0;return l.traverse(((e,a)=>{a&&(n===t&&(o=e.id),n++)})),!C.includes(o)&&l.getItem(o).collapsed?"artboard"!==l.getItem(o).type&&"group"!==l.getItem(o).type||l._isGrandchild(o,w)||void 0===o?void 0:o:void 0}(),function(){for(let e in s)e===h?s[h].highlight():s[e].unhighlight();h?r.hide():r.show()}())}function z(e){!function(){if(_){h&&l.moveInto({itemIds:w,parentId:h}),function(){for(let e of k)s[e.id].addTransitions(),s[e.id].removeDragStyle()}(),function(){for(let e in s)s[e].unhighlight()}();let e=l.getItem(w[0]),t=l.getParent(e.id);Ji.moveItems({ids:w,parentId:t.id,index:e.index}),n.includes(b)||Ji.setSelection([b])}}(),_=!1,x=!1}function O(e){E=e.shiftKey,S=e.ctrlKey||e.metaKey}function T(e){E=!1,S=!1}function N(e){E=!1,S=!1}function P(){f()}function H(){u()}function R(){p()}function q(e){let t=l.getVisibleTreeOfItems([e]);return s[t[t.length-1].id].getOffsetTop()+s[t[t.length-1].id].getHeight()-s[t[0].id].getOffsetTop()}function Z(e){let t=0;for(let o of e)t+=s[o.id].getHeight();return t}return[a,l,s,r,i,v,n,u,p,function(){v.length>2&&l.expandAll(),l.traverse(((e,t)=>{e.type!==Zt&&-1==e.title.toLowerCase().indexOf(v.toLowerCase())&&v.length>2?l.setVisible({id:e.id,visible:!1}):l.setVisible({id:e.id,visible:!0})})),f()},function(e){v=e,o(5,v)},function(e){_e[e?"unshift":"push"]((()=>{r=e,o(3,r)}))},function(e,t){_e[e?"unshift":"push"]((()=>{s[t.id]=e,o(2,s)}))},function(e){_e[e?"unshift":"push"]((()=>{i=e,o(4,i)}))},function(e){_e[e?"unshift":"push"]((()=>{a=e,o(0,a)}))}]}const Sf=class extends Ge{constructor(e){super(),Ke(this,e,Ef,jf,k,{},null,[-1,-1,-1])}};function If(e,t){return If=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},If(e,t)}function Af(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&If(e,t)}function zf(e,t){if(t&&("object"===(0,Qn.Z)(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function Of(e){return Of=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},Of(e)}var Tf=function(){function e(t,o){tf(this,e),this.options=t,this.store=o,this.options.x=parseFloat(this.options.x),this.options.y=parseFloat(this.options.y),this.options.width=parseFloat(this.options.width),this.options.height=parseFloat(this.options.height),this.options.default_style.stroke_width=parseInt(this.options.default_style.stroke_width),this.options.mouseover_style.stroke_width=parseInt(this.options.mouseover_style.stroke_width),this.options.mouseover_style.background_type=this.options.default_style.background_type,this.element=this.createElement(),this.styles=this.createStyles()+this.createStyleExceptions(),this.imageBackgroundElement=this.createImageBackgroundElement(),this.slaves=[],this.applyElementAttributes()}return nf(e,[{key:"createElement",value:function(){}},{key:"createStyles",value:function(){var e='[data-object-id="'.concat(this.options.id,'"] {');e+=this.createCSSRules(this.options.default_style),e+="} \n\n";var t='[data-object-id="'.concat(this.options.id,'"].imp-object-highlighted {');return e+((t+=this.createCSSRules(this.options.mouseover_style))+"} \n\n")}},{key:"createCSSRules",value:function(){return""}},{key:"createStyleExceptions",value:function(){var e="";return"image"===this.options.default_style.background_type&&(e+="#imp-image-backgrounds-".concat(this.store.getID(),' [data-object-id="').concat(this.options.id,'"] {'),e+="background-image: url(".concat(this.options.default_style.background_image_url,");"),e+="opacity:".concat(this.options.default_style.background_image_opacity,";"),e+="transform: scale(".concat(this.options.default_style.background_image_scale,") translate(").concat(this.options.default_style.background_image_offset_x,"px, ").concat(this.options.default_style.background_image_offset_y,"px);"),e+="}"),e}},{key:"createImageBackgroundElement",value:function(){var e=document.createElement("div");return"image"===this.options.default_style.background_type&&this.options.default_style.background_image_url&&(e.style.left=this.options.x+this.options.default_style.background_image_offset_x+"%",e.style.top=this.options.y+this.options.default_style.background_image_offset_y+"%",e.style.width=this.options.width+"%",e.style.height=this.options.height+"%",e.style.backgroundImage="url(".concat(this.options.default_style.background_image_url,")"),e.style.opacity=this.options.default_style.background_image_opacity,e.style.transform="scale(".concat(this.options.default_style.background_image_scale,")"),e.classList.add("imp-object-background-image"),e.dataset.imageBackgroundObjectId=this.options.id),e}},{key:"applyElementAttributes",value:function(){this.options.parent_id&&this.store.getObject({id:this.options.parent_id}).static&&(this.options.static=!0),this.options.static&&this.element.classList.add("imp-object-static"),this.element.classList.add("imp-object"),this.element.setAttribute("data-object-id",this.options.id),this.options.parent_id&&this.element.setAttribute("data-parent-id",this.options.parent_id),this.element.setAttribute("data-title",this.options.title),this.element.setAttribute("data-image-map-id",this.store.getID())}},{key:"getHighlightIds",value:function(){return this.options.parent_id?this.store.getChildrenDeep({id:this.options.parent_id}).map((function(e){return e.id})):[this.options.id]}},{key:"highlight",value:function(){this.element.classList.add("imp-object-highlighted"),"image"===this.options.mouseover_style.background_type&&(this.imageBackgroundElement.style.backgroundImage='url("'.concat(this.options.mouseover_style.background_image_url,'")'),this.imageBackgroundElement.style.opacity=this.options.mouseover_style.background_image_opacity,this.imageBackgroundElement.style.transform="scale(".concat(this.options.mouseover_style.background_image_scale,")"),this.imageBackgroundElement.style.left=this.options.x+this.options.mouseover_style.background_image_offset_x+"%",this.imageBackgroundElement.style.top=this.options.y+this.options.mouseover_style.background_image_offset_y+"%")}},{key:"unhighlight",value:function(){this.element.classList.remove("imp-object-highlighted"),"image"===this.options.default_style.background_type&&(this.imageBackgroundElement.style.backgroundImage='url("'.concat(this.options.default_style.background_image_url,'")'),this.imageBackgroundElement.style.opacity=this.options.default_style.background_image_opacity,this.imageBackgroundElement.style.transform="scale(".concat(this.options.default_style.background_image_scale,")"),this.imageBackgroundElement.style.left=this.options.x+this.options.default_style.background_image_offset_x+"%",this.imageBackgroundElement.style.top=this.options.y+this.options.default_style.background_image_offset_y+"%")}},{key:"getRect",value:function(){if(this.options.type===Ut){var e=this.options.default_style.icon_size/this.store.getCanvasWrapRect().width*100,t=this.options.default_style.icon_size/this.store.getCanvasWrapRect().height*100;return this.options.default_style.use_icon&&this.options.default_style.icon_is_pin?{x:this.options.x-e/2,y:this.options.y-t,width:e,height:t}:{x:this.options.x-e/2,y:this.options.y-t/2,width:e,height:t}}return{x:this.options.x,y:this.options.y,width:this.options.width,height:this.options.height}}},{key:"getBoundingClientRect",value:function(){return this.element.getBoundingClientRect()}},{key:"stopGlowing",value:function(){this.element.classList.remove("imp-glowing-object")}}]),e}();function Nf(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var Pf=function(e){Af(a,e);var t,o,n=(t=a,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Of(t);if(o){var a=Of(this).constructor;e=Reflect.construct(n,arguments,a)}else e=n.apply(this,arguments);return zf(this,e)});function a(e,t){return tf(this,a),n.call(this,e,t)}return nf(a,[{key:"createElement",value:function(){var e=document.createElement("div");if(e.classList.add("imp-object-spot"),this.options.default_style.use_icon){if(this.options.default_style.icon_is_pin&&e.classList.add("imp-object-spot-pin"),"library"===this.options.default_style.icon_type){var t=Wa(this.options.default_style.icon_svg);t.style.width="".concat(this.options.default_style.icon_size,"px"),t.style.height="".concat(this.options.default_style.icon_size,"px"),e.appendChild(t)}if("custom"===this.options.default_style.icon_type&&this.options.default_style.icon_url.length>0){var o='<img src="'.concat(this.options.default_style.icon_url,'" style="width: ').concat(this.options.default_style.icon_size,"px; height: ").concat(this.options.default_style.icon_size,'px">');e.appendChild(Wa(o))}if(this.options.default_style.icon_shadow){var n="width: ".concat(this.options.default_style.icon_size,"px;");n+="height: ".concat(this.options.default_style.icon_size,"px;"),n+="left: 0;",n+="top: ".concat(this.options.default_style.icon_size/2,"px;");var a='<div style="'.concat(n,'" class="imp-object-icon-shadow"></div>');e.appendChild(Wa(a))}}return e}},{key:"createCSSRules",value:function(e){var t="";if(t+="left: ".concat(this.options.x,"%;"),t+="top: ".concat(this.options.y,"%;"),this.options.default_style.use_icon){if(t+="width: ".concat(this.options.default_style.icon_size,"px;"),t+="height: ".concat(this.options.default_style.icon_size,"px;"),"library"===this.options.default_style.icon_type){var o=qa(e.icon_fill)||{r:0,b:0,g:0};t+="fill: rgba(".concat(o.r,", ").concat(o.g,", ").concat(o.b,", ").concat(e.opacity,");")}var n,a;n=-this.options.default_style.icon_size/2,a=this.options.default_style.icon_is_pin?-this.options.default_style.icon_size:-this.options.default_style.icon_size/2,t+="margin-top: ".concat(a,"px;"),t+="margin-left: ".concat(n,"px;"),this.options.default_style.icon_is_pin?t+="transform-origin: 50% 100%;":t+="transform-origin: 50% 50%;"}if(!this.options.default_style.use_icon){t+="width: ".concat(this.options.width,"px;"),t+="height: ".concat(this.options.height,"px;");var r=qa(e.background_color)||{r:0,b:0,g:0},i=qa(e.border_color)||{r:0,b:0,g:0};t+="opacity: ".concat(e.opacity,";"),t+="border-radius: ".concat(e.border_radius,"px;"),t+="background: rgba(".concat(r.r,", ").concat(r.g,", ").concat(r.b,", ").concat(e.background_opacity,");"),t+="border-width: ".concat(e.border_width,"px;"),t+="border-style: ".concat(e.border_style,";"),t+="border-color: rgba(".concat(i.r,", ").concat(i.g,", ").concat(i.b,", ").concat(e.border_opacity,");"),t+="margin-top: ".concat(-this.options.width/2,"px;"),t+="margin-left: ".concat(-this.options.height/2,"px;")}t+="filter: ";var c,l=function(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return Nf(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Nf(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}(e.parent_filters);try{for(l.s();!(c=l.n()).done;){var s=c.value;t+="".concat(s.name,"(").concat(s.value,") ")}}catch(e){l.e(e)}finally{l.f()}return t+";"}},{key:"getWidth",value:function(){return.01}},{key:"getHeight",value:function(){return.01}}]),a}(Tf);function Hf(e){let t,o;return{c(){t=G("div"),oe(t,"data-canvas-object-id",o=e[0].id)},m(o,n){X(o,t,n),e[5](t)},p(e,[n]){1&n&&o!==(o=e[0].id)&&oe(t,"data-canvas-object-id",o)},i:h,o:h,d(o){o&&K(t),e[5](null)}}}function Rf(e,t,o){let n,a,r;F(e,Po,(e=>o(9,a=e))),F(e,Uo,(e=>o(10,r=e)));let i,c,l,{settings:s}=t,{tempSettings:f}=t,{cursor:d}=t;function u(){let e=Ra({},n);r&&(e.default_style=e.mouseover_style),Gi.getSettings().objectConfig.scale_spots||(e.default_style.icon_size=n.default_style.icon_size*a),c.options=e,l=c.createElement();let t=c.createCSSRules(e.default_style);l.setAttribute("style",t),l.classList.value="",l.style.position="absolute",l.style.display="flex",l.style.justifyContent="center",l.style.alignItems="center",l.style.cursor=d,i.lastChild&&i.removeChild(i.lastChild),i.appendChild(l)}return be((()=>{c=new Pf(n,{state:{objectConfig:{pageload_animation:"none",glowing_objects:0}},getID:()=>0,getZoom:()=>1,getObject:()=>({})}),l=c.createElement(),i.appendChild(l)})),ge((()=>{u()})),e.$$set=e=>{"settings"in e&&o(0,s=e.settings),"tempSettings"in e&&o(2,f=e.tempSettings),"cursor"in e&&o(3,d=e.cursor)},e.$$.update=()=>{1&e.$$.dirty&&o(2,f={}),5&e.$$.dirty&&(n=Ra({},s,f))},[s,i,f,d,u,function(e){_e[e?"unshift":"push"]((()=>{i=e,o(1,i)}))}]}const qf=class extends Ge{constructor(e){super(),Ke(this,e,Rf,Hf,k,{settings:0,tempSettings:2,cursor:3,redraw:4})}get redraw(){return this.$$.ctx[4]}};function Zf(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var Uf=function(e){Af(a,e);var t,o,n=(t=a,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Of(t);if(o){var a=Of(this).constructor;e=Reflect.construct(n,arguments,a)}else e=n.apply(this,arguments);return zf(this,e)});function a(e,t){return tf(this,a),n.call(this,e,t)}return nf(a,[{key:"createElement",value:function(){var e=document.createElement("div");return e.classList.add("imp-object-rect"),e}},{key:"createCSSRules",value:function(e){var t="",o=e.border_radius+"px";this.options.type===Yt&&(o="50% 50%");var n=qa(e.background_color)||{r:0,b:0,g:0},a=qa(e.border_color)||{r:0,b:0,g:0};t+="left: "+this.options.x+"%;",t+="top: "+this.options.y+"%;",t+="width: "+this.options.width+"%;",t+="height: "+this.options.height+"%;","color"===e.background_type&&(t+="background: rgba("+n.r+", "+n.g+", "+n.b+", "+e.background_opacity+");"),t+="opacity: "+e.opacity+";",t+="border-width: "+e.border_width+"px;",t+="border-style: "+e.border_style+";",t+="border-color: rgba("+a.r+", "+a.g+", "+a.b+", "+e.border_opacity+");",t+="border-radius: "+o+";",t+="filter: ";var r,i=function(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return Zf(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Zf(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}(e.parent_filters);try{for(i.s();!(r=i.n()).done;){var c=r.value;t+="".concat(c.name,"(").concat(c.value,") ")}}catch(e){i.e(e)}finally{i.f()}return t+";"}}]),a}(Tf);function Wf(e){let t,o,n,a;return{c(){t=G("div"),n=Q(),a=G("div"),oe(t,"data-canvas-object-id",o=e[0].id),oe(a,"class","z-0 pointer-events-none")},m(o,r){X(o,t,r),e[6](t),X(o,n,r),X(o,a,r),e[7](a)},p(e,[n]){1&n&&o!==(o=e[0].id)&&oe(t,"data-canvas-object-id",o)},i:h,o:h,d(o){o&&K(t),e[6](null),o&&K(n),o&&K(a),e[7](null)}}}function Yf(e,t,o){let n,a;F(e,Uo,(e=>o(11,a=e)));let r,i,c,l,{settings:s}=t,{tempSettings:f}=t,{cursor:d}=t;function u(){let e=Ra({},n);a&&(e.default_style=e.mouseover_style),i.options=e;let t=i.createCSSRules(e.default_style);c.setAttribute("style",t),c.classList.value="",c.style.position="absolute",c.style.cursor=d,l.lastChild&&l.removeChild(l.lastChild),l.appendChild(i.createImageBackgroundElement())}return be((()=>{i=new Uf(n,{state:{objectConfig:{pageload_animation:"none",glowing_objects:0}},getID:()=>0,getObject:()=>({})}),c=i.createElement(),r.appendChild(c)})),ge((()=>{u()})),e.$$set=e=>{"settings"in e&&o(0,s=e.settings),"tempSettings"in e&&o(3,f=e.tempSettings),"cursor"in e&&o(4,d=e.cursor)},e.$$.update=()=>{1&e.$$.dirty&&o(3,f={}),9&e.$$.dirty&&(n=Ra({},s,f))},[s,r,l,f,d,u,function(e){_e[e?"unshift":"push"]((()=>{r=e,o(1,r)}))},function(e){_e[e?"unshift":"push"]((()=>{l=e,o(2,l)}))}]}const Vf=class extends Ge{constructor(e){super(),Ke(this,e,Yf,Wf,k,{settings:0,tempSettings:3,cursor:4,redraw:5})}get redraw(){return this.$$.ctx[5]}};function Xf(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var Kf=function(e){Af(a,e);var t,o,n=(t=a,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Of(t);if(o){var a=Of(this).constructor;e=Reflect.construct(n,arguments,a)}else e=n.apply(this,arguments);return zf(this,e)});function a(e,t){return tf(this,a),n.call(this,e,t)}return nf(a,[{key:"createElement",value:function(){var e=document.createElement("div");return e.classList.add("imp-object-oval"),e}},{key:"createCSSRules",value:function(e){var t="",o=e.border_radius+"px";this.options.type===Yt&&(o="50% 50%");var n=qa(e.background_color)||{r:0,b:0,g:0},a=qa(e.border_color)||{r:0,b:0,g:0};t+="left: "+this.options.x+"%;",t+="top: "+this.options.y+"%;",t+="width: "+this.options.width+"%;",t+="height: "+this.options.height+"%;","color"===e.background_type&&(t+="background: rgba("+n.r+", "+n.g+", "+n.b+", "+e.background_opacity+");"),t+="opacity: "+e.opacity+";",t+="border-width: "+e.border_width+"px;",t+="border-style: "+e.border_style+";",t+="border-color: rgba("+a.r+", "+a.g+", "+a.b+", "+e.border_opacity+");",t+="border-radius: "+o+";",t+="filter: ";var r,i=function(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return Xf(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Xf(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}(e.parent_filters);try{for(i.s();!(r=i.n()).done;){var c=r.value;t+="".concat(c.name,"(").concat(c.value,") ")}}catch(e){i.e(e)}finally{i.f()}return t+";"}}]),a}(Tf);function Gf(e){let t,o,n,a;return{c(){t=G("div"),n=Q(),a=G("div"),oe(t,"data-canvas-object-id",o=e[0].id),oe(a,"class","z-0 pointer-events-none")},m(o,r){X(o,t,r),e[6](t),X(o,n,r),X(o,a,r),e[7](a)},p(e,[n]){1&n&&o!==(o=e[0].id)&&oe(t,"data-canvas-object-id",o)},i:h,o:h,d(o){o&&K(t),e[6](null),o&&K(n),o&&K(a),e[7](null)}}}function Jf(e,t,o){let n,a;F(e,Uo,(e=>o(11,a=e)));let r,i,c,l,{settings:s}=t,{tempSettings:f}=t,{cursor:d}=t;function u(){let e=Ra({},n);a&&(e.default_style=e.mouseover_style),i.options=e;let t=i.createCSSRules(e.default_style);c.setAttribute("style",t),c.classList.value="canvas-object",c.style.position="absolute",c.style.cursor=d,l.lastChild&&l.removeChild(l.lastChild),l.appendChild(i.createImageBackgroundElement())}return be((()=>{i=new Kf(n,{state:{objectConfig:{pageload_animation:"none",glowing_objects:0}},getID:()=>0,getObject:()=>({})}),c=i.createElement(),r.appendChild(c)})),ge((()=>{u()})),e.$$set=e=>{"settings"in e&&o(0,s=e.settings),"tempSettings"in e&&o(3,f=e.tempSettings),"cursor"in e&&o(4,d=e.cursor)},e.$$.update=()=>{1&e.$$.dirty&&o(3,f={}),9&e.$$.dirty&&(n=Ra({},s,f))},[s,r,l,f,d,u,function(e){_e[e?"unshift":"push"]((()=>{r=e,o(1,r)}))},function(e){_e[e?"unshift":"push"]((()=>{l=e,o(2,l)}))}]}const Qf=class extends Ge{constructor(e){super(),Ke(this,e,Jf,Gf,k,{settings:0,tempSettings:3,cursor:4,redraw:5})}get redraw(){return this.$$.ctx[5]}};function ed(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var td=function(e){Af(a,e);var t,o,n=(t=a,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Of(t);if(o){var a=Of(this).constructor;e=Reflect.construct(n,arguments,a)}else e=n.apply(this,arguments);return zf(this,e)});function a(e,t){return tf(this,a),n.call(this,e,t)}return nf(a,[{key:"createElement",value:function(){for(var e=this.store.getArtboard().width,t=this.store.getArtboard().height,o=e*(this.options.x/100),n=t*(this.options.y/100),a=e*(this.options.width/100),r=t*(this.options.height/100),i=document.createElementNS("http://www.w3.org/2000/svg","polygon"),c="",l=0;l<this.options.points.length;l++){var s=e*(this.options.x/100)+parseFloat(this.options.points[l].x)/100*a,f=t*(this.options.y/100)+parseFloat(this.options.points[l].y)/100*r;c+="".concat(s,",").concat(f," ")}i.setAttribute("points",c);var d=document.createElementNS("http://www.w3.org/2000/svg","svg");return d.classList.add("imp-object-poly"),d.setAttributeNS(null,"viewBox","".concat(o," ").concat(n," ").concat(a," ").concat(r)),d.appendChild(i),d}},{key:"createCSSRules",value:function(e){var t="",o=qa(e.background_color)||{r:0,b:0,g:0},n=qa(e.stroke_color)||{r:0,b:0,g:0};"color"===e.background_type?t+="fill: rgba(".concat(o.r,", ").concat(o.g,", ").concat(o.b,", ").concat(e.background_opacity,"); "):t+="fill: rgba(0, 0, 0, 0); ",t+="left: ".concat(this.options.x,"%;"),t+="top: ".concat(this.options.y,"%;"),t+="width: ".concat(this.options.width,"%;"),t+="height: ".concat(this.options.height,"%;"),t+="opacity: ".concat(e.opacity,";"),t+="stroke: rgba(".concat(n.r,", ").concat(n.g,", ").concat(n.b,", ").concat(e.stroke_opacity,"); "),t+="stroke-width: ".concat(e.stroke_width,"px; "),t+="stroke-dasharray: ".concat(e.stroke_dasharray,"; "),t+="stroke-linecap: ".concat(e.stroke_linecap,"; "),t+="filter: ";var a,r=function(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return ed(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?ed(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}(e.parent_filters);try{for(r.s();!(a=r.n()).done;){var i=a.value;t+="".concat(i.name,"(").concat(i.value,") ")}}catch(e){r.e(e)}finally{r.f()}return t+";"}}]),a}(Tf);function od(e){let t,o,n,a;return{c(){t=G("div"),n=Q(),a=G("div"),oe(t,"style",e[2]),oe(t,"class","absolute"),oe(t,"data-canvas-object-id",o=e[0].id),oe(a,"class","z-0 pointer-events-none")},m(o,r){X(o,t,r),e[7](t),X(o,n,r),X(o,a,r),e[8](a)},p(e,[n]){4&n&&oe(t,"style",e[2]),1&n&&o!==(o=e[0].id)&&oe(t,"data-canvas-object-id",o)},i:h,o:h,d(o){o&&K(t),e[7](null),o&&K(n),o&&K(a),e[8](null)}}}function nd(e,t,o){let n,a,r;F(e,Uo,(e=>o(12,a=e))),F(e,qo,(e=>o(13,r=e)));let i,c,l,s,{settings:f}=t,{tempSettings:d}=t,{cursor:u}=t,p="";function b(){let e=Ra({},n);a&&(e.default_style=e.mouseover_style),c.options=e,l=c.createElement(),o(2,p=c.createCSSRules(e.default_style)),o(1,i.style.cursor=u,i),i.lastChild&&i.removeChild(i.lastChild),i.appendChild(l),s.lastChild&&s.removeChild(s.lastChild),s.appendChild(c.createImageBackgroundElement())}return be((()=>{c=new td(n,{state:{objectConfig:{pageload_animation:"none",glowing_objects:0}},getID:()=>0,getArtboard:()=>Gi.getObject(r),getObject:()=>({})}),l=c.createElement(),i.appendChild(l)})),ge((()=>{b()})),e.$$set=e=>{"settings"in e&&o(0,f=e.settings),"tempSettings"in e&&o(4,d=e.tempSettings),"cursor"in e&&o(5,u=e.cursor)},e.$$.update=()=>{1&e.$$.dirty&&o(4,d={}),17&e.$$.dirty&&(n=Ra({},f,d))},[f,i,p,s,d,u,b,function(e){_e[e?"unshift":"push"]((()=>{i=e,o(1,i)}))},function(e){_e[e?"unshift":"push"]((()=>{s=e,o(3,s)}))}]}const ad=class extends Ge{constructor(e){super(),Ke(this,e,nd,od,k,{settings:0,tempSettings:4,cursor:5,redraw:6})}get redraw(){return this.$$.ctx[6]}};function rd(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var id=function(e){Af(a,e);var t,o,n=(t=a,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Of(t);if(o){var a=Of(this).constructor;e=Reflect.construct(n,arguments,a)}else e=n.apply(this,arguments);return zf(this,e)});function a(e,t){return tf(this,a),n.call(this,e,t)}return nf(a,[{key:"createElement",value:function(){var e=document.createElement("div");return e.classList.add("imp-object-text"),e.innerHTML=this.options.text.text,e}},{key:"createCSSRules",value:function(e){var t="",o=qa(this.options.text.text_color);t+="left: "+this.options.x+"%;",t+="top: "+this.options.y+"%;",t+="font-family: "+this.options.text.font_family+";",t+="font-size: "+this.options.text.font_size+"px;",t+="font-weight: "+this.options.text.font_weight+";",t+="color: rgba("+o.r+", "+o.g+", "+o.b+", "+this.options.text.text_opacity+");",t+="filter: ";var n,a=function(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return rd(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?rd(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}(e.parent_filters);try{for(a.s();!(n=a.n()).done;){var r=n.value;t+="".concat(r.name,"(").concat(r.value,") ")}}catch(e){a.e(e)}finally{a.f()}return t+";"}},{key:"getWidth",value:function(){return Ua(this.element).width/this.store.getCanvasWrapRect().width*100}},{key:"getHeight",value:function(){return Ua(this.element).height/this.store.getCanvasWrapRect().height*100}},{key:"getRect",value:function(){return{x:this.options.x,y:this.options.y,width:this.getWidth(),height:this.getHeight()}}}]),a}(Tf);function cd(e){let t,o;return{c(){t=G("div"),oe(t,"data-canvas-object-id",o=e[0].id)},m(o,n){X(o,t,n),e[5](t)},p(e,[n]){1&n&&o!==(o=e[0].id)&&oe(t,"data-canvas-object-id",o)},i:h,o:h,d(o){o&&K(t),e[5](null)}}}function ld(e,t,o){let n,a,r,i,{settings:c}=t,{tempSettings:l}=t,{cursor:s}=t;function f(){r.options=n,i=r.createElement();let e=r.createCSSRules(n.default_style);i.setAttribute("style",e),i.classList.value="",i.style.position="absolute",i.style.cursor=s,i.classList.add("select-none"),a.lastChild&&a.removeChild(a.lastChild),a.appendChild(i)}return be((()=>{r=new id(n,{state:{objectConfig:{pageload_animation:"none",glowing_objects:0}},getID:()=>0,getZoom:()=>1,getObject:()=>({})}),i=r.createElement()})),ge((()=>{f()})),e.$$set=e=>{"settings"in e&&o(0,c=e.settings),"tempSettings"in e&&o(2,l=e.tempSettings),"cursor"in e&&o(3,s=e.cursor)},e.$$.update=()=>{1&e.$$.dirty&&o(2,l={}),5&e.$$.dirty&&(n=Ra({},c,l))},[c,a,l,s,f,function(e){_e[e?"unshift":"push"]((()=>{a=e,o(1,a)}))}]}const sd=class extends Ge{constructor(e){super(),Ke(this,e,ld,cd,k,{settings:0,tempSettings:2,cursor:3,redraw:4})}get redraw(){return this.$$.ctx[4]}};function fd(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return dd(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?dd(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function dd(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var ud=function(e){Af(a,e);var t,o,n=(t=a,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Of(t);if(o){var a=Of(this).constructor;e=Reflect.construct(n,arguments,a)}else e=n.apply(this,arguments);return zf(this,e)});function a(e,t){return tf(this,a),n.call(this,e,t)}return nf(a,[{key:"createElement",value:function(){var e,t=document.createElement("div"),o=document.createElementNS("http://www.w3.org/2000/svg","svg"),n=document.createElementNS("http://www.w3.org/2000/svg",this.options.svg.tagName),a=fd(this.options.svg.properties);try{for(a.s();!(e=a.n()).done;){var r=e.value;n.setAttribute(r.name,r.value)}}catch(e){a.e(e)}finally{a.f()}return o.classList.add("imp-object-svg-single"),o.setAttribute("viewBox",this.options.svg.viewBox),o.appendChild(n),t.appendChild(o),t}},{key:"createCSSRules",value:function(e){var t="";t+="display: block;",t+="left: ".concat(this.options.x,"%;"),t+="top: ".concat(this.options.y,"%;"),t+="width: ".concat(this.options.width,"%;"),t+="height: ".concat(this.options.height,"%;"),t+="opacity: ".concat(e.opacity,";"),t+="fill: ".concat(e.background_color,";"),t+="fill-opacity: ".concat(e.background_opacity,";"),t+="stroke: ".concat(e.stroke_color,";"),t+="stroke-opacity: ".concat(e.stroke_opacity,";"),t+="stroke-width: ".concat(e.stroke_width,";"),t+="stroke-dasharray: ".concat(e.stroke_dasharray,";"),t+="stroke-linecap: ".concat(e.stroke_linecap,";"),t+="filter: ";var o,n=fd(e.parent_filters);try{for(n.s();!(o=n.n()).done;){var a=o.value;t+="".concat(a.name,"(").concat(a.value,") ")}}catch(e){n.e(e)}finally{n.f()}return t+";"}}]),a}(Tf);function pd(e){let t,o;return{c(){t=G("div"),oe(t,"style",e[2]),oe(t,"class","absolute"),oe(t,"data-canvas-object-id",o=e[0].id)},m(o,n){X(o,t,n),e[6](t)},p(e,[n]){4&n&&oe(t,"style",e[2]),1&n&&o!==(o=e[0].id)&&oe(t,"data-canvas-object-id",o)},i:h,o:h,d(o){o&&K(t),e[6](null)}}}function bd(e,t,o){let n,a;F(e,Uo,(e=>o(9,a=e)));let r,i,c,{settings:l}=t,{tempSettings:s}=t,{cursor:f}=t;function d(){let e=Ra({},n);a&&(e.default_style=e.mouseover_style),c.options=e,o(2,i=c.createCSSRules(e.default_style)),o(1,r.style.cursor=f,r),c.element.style.width="100%",c.element.style.height="100%"}return be((()=>{c=new ud(n,{state:{objectConfig:{pageload_animation:"none",glowing_objects:0}},getID:()=>0,getObject:()=>({})}),r.appendChild(c.element)})),ge((()=>{d()})),e.$$set=e=>{"settings"in e&&o(0,l=e.settings),"tempSettings"in e&&o(3,s=e.tempSettings),"cursor"in e&&o(4,f=e.cursor)},e.$$.update=()=>{1&e.$$.dirty&&o(3,s={}),9&e.$$.dirty&&(n=Ra({},l,s))},[l,r,i,s,f,d,function(e){_e[e?"unshift":"push"]((()=>{r=e,o(1,r)}))}]}const gd=class extends Ge{constructor(e){super(),Ke(this,e,bd,pd,k,{settings:0,tempSettings:3,cursor:4,redraw:5})}get redraw(){return this.$$.ctx[5]}};function hd(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return md(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?md(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function md(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var yd=function(e){Af(a,e);var t,o,n=(t=a,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Of(t);if(o){var a=Of(this).constructor;e=Reflect.construct(n,arguments,a)}else e=n.apply(this,arguments);return zf(this,e)});function a(e,t){return tf(this,a),n.call(this,e,t)}return nf(a,[{key:"createElement",value:function(){var e=document.createElementNS("http://www.w3.org/2000/svg","svg");return e.innerHTML=this.options.svg.html,e.classList.add("imp-object-svg-single"),e.setAttribute("viewBox",this.options.svg.viewBox),e}},{key:"createCSSRules",value:function(e){var t="";t+="left: ".concat(this.options.x,"%;"),t+="top: ".concat(this.options.y,"%;"),t+="width: ".concat(this.options.width,"%;"),t+="height: ".concat(this.options.height,"%;"),t+="opacity: ".concat(e.opacity,";"),t+="filter: ";var o,n=hd(e.filters);try{for(n.s();!(o=n.n()).done;){var a=o.value;t+="".concat(a.name,"(").concat(a.value,") ")}}catch(e){n.e(e)}finally{n.f()}var r,i=hd(e.parent_filters);try{for(i.s();!(r=i.n()).done;){var c=r.value;t+="".concat(c.name,"(").concat(c.value,") ")}}catch(e){i.e(e)}finally{i.f()}return t+"; "}}]),a}(Tf);function vd(e){let t,o;return{c(){t=G("div"),oe(t,"style",e[2]),oe(t,"class","absolute"),oe(t,"data-canvas-object-id",o=e[0].id)},m(o,n){X(o,t,n),e[6](t)},p(e,[n]){4&n&&oe(t,"style",e[2]),1&n&&o!==(o=e[0].id)&&oe(t,"data-canvas-object-id",o)},i:h,o:h,d(o){o&&K(t),e[6](null)}}}function _d(e,t,o){let n,a;F(e,Uo,(e=>o(9,a=e)));let r,i,c,{settings:l}=t,{tempSettings:s}=t,{cursor:f}=t;function d(){let e=Ra({},n);a&&(e.default_style=e.mouseover_style),c.options=e,o(2,i=c.createCSSRules(e.default_style)),o(1,r.style.cursor=f,r)}return be((()=>{c=new yd(n,{state:{objectConfig:{pageload_animation:"none",glowing_objects:0}},getID:()=>0,getObject:()=>({})}),r.appendChild(c.element)})),ge((()=>{d()})),e.$$set=e=>{"settings"in e&&o(0,l=e.settings),"tempSettings"in e&&o(3,s=e.tempSettings),"cursor"in e&&o(4,f=e.cursor)},e.$$.update=()=>{1&e.$$.dirty&&o(3,s={}),9&e.$$.dirty&&(n=Ra({},l,s))},[l,r,i,s,f,d,function(e){_e[e?"unshift":"push"]((()=>{r=e,o(1,r)}))}]}const xd=class extends Ge{constructor(e){super(),Ke(this,e,_d,vd,k,{settings:0,tempSettings:3,cursor:4,redraw:5})}get redraw(){return this.$$.ctx[5]}};function wd(e,t,o){const n=e.slice();return n[29]=t[o],n}function kd(e){let t,o,n,a,r,i,c,l,s,f=e[0].type===Ut&&Cd(e),d=e[0].type===Wt&&$d(e),u=e[0].type===Yt&&Md(e),p=e[0].type===Vt&&Fd(e),b=e[0].type===Xt&&Dd(e),g=e[0].type===Kt&&Ld(e),h=e[0].type===Gt&&Bd(e),m=e[0].type===Jt&&jd(e);return{c(){f&&f.c(),t=Q(),d&&d.c(),o=Q(),u&&u.c(),n=Q(),p&&p.c(),a=Q(),b&&b.c(),r=Q(),g&&g.c(),i=Q(),h&&h.c(),c=Q(),m&&m.c(),l=ee()},m(e,y){f&&f.m(e,y),X(e,t,y),d&&d.m(e,y),X(e,o,y),u&&u.m(e,y),X(e,n,y),p&&p.m(e,y),X(e,a,y),b&&b.m(e,y),X(e,r,y),g&&g.m(e,y),X(e,i,y),h&&h.m(e,y),X(e,c,y),m&&m.m(e,y),X(e,l,y),s=!0},p(e,s){e[0].type===Ut?f?(f.p(e,s),1&s[0]&&Oe(f,1)):(f=Cd(e),f.c(),Oe(f,1),f.m(t.parentNode,t)):f&&(Ae(),Te(f,1,1,(()=>{f=null})),ze()),e[0].type===Wt?d?(d.p(e,s),1&s[0]&&Oe(d,1)):(d=$d(e),d.c(),Oe(d,1),d.m(o.parentNode,o)):d&&(Ae(),Te(d,1,1,(()=>{d=null})),ze()),e[0].type===Yt?u?(u.p(e,s),1&s[0]&&Oe(u,1)):(u=Md(e),u.c(),Oe(u,1),u.m(n.parentNode,n)):u&&(Ae(),Te(u,1,1,(()=>{u=null})),ze()),e[0].type===Vt?p?(p.p(e,s),1&s[0]&&Oe(p,1)):(p=Fd(e),p.c(),Oe(p,1),p.m(a.parentNode,a)):p&&(Ae(),Te(p,1,1,(()=>{p=null})),ze()),e[0].type===Xt?b?(b.p(e,s),1&s[0]&&Oe(b,1)):(b=Dd(e),b.c(),Oe(b,1),b.m(r.parentNode,r)):b&&(Ae(),Te(b,1,1,(()=>{b=null})),ze()),e[0].type===Kt?g?(g.p(e,s),1&s[0]&&Oe(g,1)):(g=Ld(e),g.c(),Oe(g,1),g.m(i.parentNode,i)):g&&(Ae(),Te(g,1,1,(()=>{g=null})),ze()),e[0].type===Gt?h?(h.p(e,s),1&s[0]&&Oe(h,1)):(h=Bd(e),h.c(),Oe(h,1),h.m(c.parentNode,c)):h&&(Ae(),Te(h,1,1,(()=>{h=null})),ze()),e[0].type===Jt?m?(m.p(e,s),1&s[0]&&Oe(m,1)):(m=jd(e),m.c(),Oe(m,1),m.m(l.parentNode,l)):m&&(Ae(),Te(m,1,1,(()=>{m=null})),ze())},i(e){s||(Oe(f),Oe(d),Oe(u),Oe(p),Oe(b),Oe(g),Oe(h),Oe(m),s=!0)},o(e){Te(f),Te(d),Te(u),Te(p),Te(b),Te(g),Te(h),Te(m),s=!1},d(e){f&&f.d(e),e&&K(t),d&&d.d(e),e&&K(o),u&&u.d(e),e&&K(n),p&&p.d(e),e&&K(a),b&&b.d(e),e&&K(r),g&&g.d(e),e&&K(i),h&&h.d(e),e&&K(c),m&&m.d(e),e&&K(l)}}}function Cd(e){let t,o,n={settings:e[0],tempSettings:e[1],cursor:e[4]};return t=new qf({props:n}),e[6](t),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};1&o[0]&&(n.settings=e[0]),2&o[0]&&(n.tempSettings=e[1]),16&o[0]&&(n.cursor=e[4]),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(o){e[6](null),Xe(t,o)}}}function $d(e){let t,o,n={settings:e[0],tempSettings:e[1],cursor:e[4]};return t=new Vf({props:n}),e[7](t),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};1&o[0]&&(n.settings=e[0]),2&o[0]&&(n.tempSettings=e[1]),16&o[0]&&(n.cursor=e[4]),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(o){e[7](null),Xe(t,o)}}}function Md(e){let t,o,n={settings:e[0],tempSettings:e[1],cursor:e[4]};return t=new Qf({props:n}),e[8](t),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};1&o[0]&&(n.settings=e[0]),2&o[0]&&(n.tempSettings=e[1]),16&o[0]&&(n.cursor=e[4]),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(o){e[8](null),Xe(t,o)}}}function Fd(e){let t,o,n={settings:e[0],tempSettings:e[1],cursor:e[4]};return t=new ad({props:n}),e[9](t),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};1&o[0]&&(n.settings=e[0]),2&o[0]&&(n.tempSettings=e[1]),16&o[0]&&(n.cursor=e[4]),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(o){e[9](null),Xe(t,o)}}}function Dd(e){let t,o,n={settings:e[0],tempSettings:e[1],cursor:e[4]};return t=new sd({props:n}),e[10](t),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};1&o[0]&&(n.settings=e[0]),2&o[0]&&(n.tempSettings=e[1]),16&o[0]&&(n.cursor=e[4]),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(o){e[10](null),Xe(t,o)}}}function Ld(e){let t,o,n={settings:e[0],tempSettings:e[1],cursor:e[4]};return t=new gd({props:n}),e[11](t),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};1&o[0]&&(n.settings=e[0]),2&o[0]&&(n.tempSettings=e[1]),16&o[0]&&(n.cursor=e[4]),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(o){e[11](null),Xe(t,o)}}}function Bd(e){let t,o,n={settings:e[0],tempSettings:e[1],cursor:e[4]};return t=new xd({props:n}),e[12](t),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};1&o[0]&&(n.settings=e[0]),2&o[0]&&(n.tempSettings=e[1]),16&o[0]&&(n.cursor=e[4]),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(o){e[12](null),Xe(t,o)}}}function jd(e){let t,o,n=[],a=new Map,r=[...e[0].children].reverse();const i=e=>e[29].id;for(let t=0;t<r.length;t+=1){let o=wd(e,r,t),c=i(o);a.set(c,n[t]=Ed(c,o))}return{c(){for(let e=0;e<n.length;e+=1)n[e].c();t=ee()},m(e,a){for(let t=0;t<n.length;t+=1)n[t]&&n[t].m(e,a);X(e,t,a),o=!0},p(e,o){1&o[0]&&(r=[...e[0].children].reverse(),Ae(),n=Ze(n,o,i,1,e,r,a,t.parentNode,Re,Ed,t,wd),ze())},i(e){if(!o){for(let e=0;e<r.length;e+=1)Oe(n[e]);o=!0}},o(e){for(let e=0;e<n.length;e+=1)Te(n[e]);o=!1},d(e){for(let t=0;t<n.length;t+=1)n[t].d(e);e&&K(t)}}}function Ed(e,t){let o,n,a;return n=new Ad({props:{settings:t[29]}}),{key:e,first:null,c(){o=ee(),Ye(n.$$.fragment),this.first=o},m(e,t){X(e,o,t),Ve(n,e,t),a=!0},p(e,o){t=e;const a={};1&o[0]&&(a.settings=t[29]),n.$set(a)},i(e){a||(Oe(n.$$.fragment,e),a=!0)},o(e){Te(n.$$.fragment,e),a=!1},d(e){e&&K(o),Xe(n,e)}}}function Sd(e){let t,o,n=!e[3]&&kd(e);return{c(){n&&n.c(),t=ee()},m(e,a){n&&n.m(e,a),X(e,t,a),o=!0},p(e,o){e[3]?n&&(Ae(),Te(n,1,1,(()=>{n=null})),ze()):n?(n.p(e,o),8&o[0]&&Oe(n,1)):(n=kd(e),n.c(),Oe(n,1),n.m(t.parentNode,t))},i(e){o||(Oe(n),o=!0)},o(e){Te(n),o=!1},d(e){n&&n.d(e),e&&K(t)}}}function Id(e,t,o){let n,a,r,i;F(e,Lo,(e=>o(5,a=e))),F(e,Eo,(e=>o(17,r=e))),F(e,Io,(e=>o(18,i=e)));let c,l,s,f,{settings:d}=t,u=[],p=ye("canvas");be((()=>{document.addEventListener("mousedown",h),document.addEventListener("mousemove",m),document.addEventListener("mouseup",y),document.addEventListener(ut,v),document.addEventListener(gt,_),document.addEventListener(ht,x),document.addEventListener(mt,w)})),he((()=>{u.forEach((e=>e())),u=[],document.removeEventListener("mousedown",h),document.removeEventListener("mousemove",m),document.removeEventListener("mouseup",y),document.removeEventListener(ut,v),document.removeEventListener(gt,_),document.removeEventListener(ht,x),document.removeEventListener(mt,w)}));let b=!1,g=!1;function h(e){(e.target.dataset.canvasObjectId===d.id||e.target.closest(`[data-canvas-object-id="${d.id}"]`))&&(p.select(d.id),s=!0)}function m(){s&&!f&&a===At&&(f=!0,document.dispatchEvent(new Event(Mt)))}function y(){s=!1,f=!1}function v(e){if("selected"===e.detail.group&&g&&d.type!==Jt){let t=e.detail.prop.split("."),n={},a=n;for(;t.length>0;)a[t[0]]={},1===t.length?a[t[0]]=e.detail.value:a=a[t[0]],t.shift();o(1,c=n)}}function _(e){e.detail.ids.includes(d.id)&&l&&o(1,c={x:d.x+e.detail.move.x,y:d.y+e.detail.move.y})}function x(e){e.detail.ids.includes(d.id)&&l&&o(1,c={x:d.x+e.detail.movePerObject[d.id].x,y:d.y+e.detail.movePerObject[d.id].y,width:d.width*e.detail.scale.x,height:d.height*e.detail.scale.y})}function w(e){e.detail.id===d.id&&l&&d.type===Vt&&o(1,c={x:e.detail.x,y:e.detail.y,width:e.detail.width,height:e.detail.height,points:e.detail.points})}return u.push(Io.subscribe((()=>{o(3,b=i.includes(d.id))}))),u.push(Eo.subscribe((()=>{if(g=!1,0!==r.length&&Gi.getObject(r[0]).type!==Zt)if(r.includes(d.id))g=!0;else if(!g)for(let e of r){let t=Gi.getObject(e),o=Gi.getChildren({parent:t}).map((e=>e.id));o.includes(d.id)&&(g=!0)}}))),e.$$set=e=>{"settings"in e&&o(0,d=e.settings)},e.$$.update=()=>{32&e.$$.dirty[0]&&o(4,n=a===At?"pointer":"inherit")},[d,c,l,b,n,a,function(e){_e[e?"unshift":"push"]((()=>{l=e,o(2,l)}))},function(e){_e[e?"unshift":"push"]((()=>{l=e,o(2,l)}))},function(e){_e[e?"unshift":"push"]((()=>{l=e,o(2,l)}))},function(e){_e[e?"unshift":"push"]((()=>{l=e,o(2,l)}))},function(e){_e[e?"unshift":"push"]((()=>{l=e,o(2,l)}))},function(e){_e[e?"unshift":"push"]((()=>{l=e,o(2,l)}))},function(e){_e[e?"unshift":"push"]((()=>{l=e,o(2,l)}))}]}class Ad extends Ge{constructor(e){super(),Ke(this,e,Id,Sd,k,{settings:0},null,[-1,-1])}}const zd=Ad;function Od(e){U(e,"svelte-1870ool",".select-control.svelte-1870ool{position:absolute;z-index:1;width:10px;height:10px;margin-left:-5px;margin-top:-5px;background:black;border:1px solid white;border-radius:2px}.select-control-top-left.svelte-1870ool{left:0;top:0;cursor:nwse-resize}.select-control-top.svelte-1870ool{left:50%;top:0;cursor:ns-resize}.select-control-top-right.svelte-1870ool{left:100%;top:0;cursor:nesw-resize}.select-control-right.svelte-1870ool{left:100%;top:50%;cursor:ew-resize}.select-control-bottom-right.svelte-1870ool{left:100%;top:100%;cursor:nwse-resize}.select-control-bottom.svelte-1870ool{left:50%;top:100%;cursor:ns-resize}.select-control-bottom-left.svelte-1870ool{left:0;top:100%;cursor:nesw-resize}.select-control-left.svelte-1870ool{left:0;top:50%;cursor:ew-resize}")}function Td(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g;return{c(){t=G("div"),o=Q(),n=G("div"),a=Q(),r=G("div"),i=Q(),c=G("div"),l=Q(),s=G("div"),f=Q(),d=G("div"),u=Q(),p=G("div"),b=Q(),g=G("div"),oe(t,"data-selection-control-type","scale"),oe(t,"data-selection-scale-control","1"),oe(t,"class","select-control select-control-top-left svelte-1870ool"),oe(n,"data-selection-control-type","scale"),oe(n,"data-selection-scale-control","2"),oe(n,"class","select-control select-control-top svelte-1870ool"),oe(r,"data-selection-control-type","scale"),oe(r,"data-selection-scale-control","3"),oe(r,"class","select-control select-control-top-right svelte-1870ool"),oe(c,"data-selection-control-type","scale"),oe(c,"data-selection-scale-control","4"),oe(c,"class","select-control select-control-right svelte-1870ool"),oe(s,"data-selection-control-type","scale"),oe(s,"data-selection-scale-control","5"),oe(s,"class","select-control select-control-bottom-right svelte-1870ool"),oe(d,"data-selection-control-type","scale"),oe(d,"data-selection-scale-control","6"),oe(d,"class","select-control select-control-bottom svelte-1870ool"),oe(p,"data-selection-control-type","scale"),oe(p,"data-selection-scale-control","7"),oe(p,"class","select-control select-control-bottom-left svelte-1870ool"),oe(g,"data-selection-control-type","scale"),oe(g,"data-selection-scale-control","8"),oe(g,"class","select-control select-control-left svelte-1870ool")},m(e,h){X(e,t,h),X(e,o,h),X(e,n,h),X(e,a,h),X(e,r,h),X(e,i,h),X(e,c,h),X(e,l,h),X(e,s,h),X(e,f,h),X(e,d,h),X(e,u,h),X(e,p,h),X(e,b,h),X(e,g,h)},d(e){e&&K(t),e&&K(o),e&&K(n),e&&K(a),e&&K(r),e&&K(i),e&&K(c),e&&K(l),e&&K(s),e&&K(f),e&&K(d),e&&K(u),e&&K(p),e&&K(b),e&&K(g)}}}function Nd(e){let t,o,n,a,r,i,c,l,s=e[2]&&Td();return{c(){t=G("div"),o=G("div"),s&&s.c(),n=Q(),a=G("div"),r=Q(),i=G("div"),c=Q(),l=G("div"),oe(a,"data-selection-control-type","move"),oe(a,"class","z-0 absolute left-0 top-0 w-full h-full border border-black"),oe(i,"data-selection-control-type","move"),oe(i,"class","z-0 absolute left-0 top-0 w-full h-full border border-dashed border-white"),re(i,"stroke-dasharray","10, 10"),oe(o,"class","absolute w-full h-full box-content"),re(o,"padding","20px"),re(o,"margin","-20px 0 0 -20px"),oe(l,"data-selection-control-type","temp-point"),oe(l,"class","point temporary-point"),re(l,"display","none"),oe(t,"id","selection"),re(t,"z-index","9998"),oe(t,"class","absolute left-0 top-0 cursor-move")},m(f,d){X(f,t,d),Z(t,o),s&&s.m(o,null),Z(o,n),Z(o,a),Z(o,r),Z(o,i),e[4](o),Z(t,c),Z(t,l),e[5](l),e[6](t)},p(e,t){e[2]?s||(s=Td(),s.c(),s.m(o,n)):s&&(s.d(1),s=null)},i:h,o:h,d(o){o&&K(t),s&&s.d(),e[4](null),e[5](null),e[6](null)}}}function Pd(e,t,o){let n,a;F(e,Eo,(e=>o(39,n=e))),F(e,Lo,(e=>o(40,a=e)));let r,i,c,l=[],s=ye("canvas"),f=!0,d=!1,u=[],p={};function b(){v()}function g(){oe()}be((()=>{v(),document.addEventListener("mousedown",G),document.addEventListener("mousemove",J),document.addEventListener("mouseup",Q),document.addEventListener("keydown",ee),document.addEventListener("keyup",te),document.addEventListener(pt,m),document.addEventListener(bt,y),document.addEventListener(kt,b),document.addEventListener(Mt,g)})),he((()=>{l.forEach((e=>e())),l=[],document.removeEventListener("mousedown",G),document.removeEventListener("mousemove",J),document.removeEventListener("mouseup",Q),document.removeEventListener("keydown",ee),document.removeEventListener("keyup",te),document.removeEventListener(pt,m),document.removeEventListener(bt,y),document.removeEventListener(kt,b),document.removeEventListener(Mt,g)})),ge((()=>{B||P||v()})),l.push(Ki.subscribe((()=>{v()}))),l.push(qo.subscribe((()=>{v()})));let h=!1;function m(){h=!0,v()}function y(){h=!1}function v(){document.querySelector("#selection")&&(function(){if(!V){u=[];for(let e of n)if(Gi.isObjectChildOfActiveArtboard(e)){let t=structuredClone(Gi.getObject(e));t.type===Jt?u.push(...ie(t)):u.push(t)}}}(),o(2,f=function(){for(let e of u)if(e.type!==Ut&&e.type!==Xt)return!0;return!1}()),d=1===u.length&&"poly"===u[0].type,u.length>0&&a===At&&!h?(p=Ga(u,s.getCanvasRect()),p&&(r.style.setProperty("left",p.x+"%","important"),r.style.setProperty("top",p.y+"%","important"),o(0,r.style.width=p.width+"%",r),o(0,r.style.height=p.height+"%",r),o(0,r.style.display="block",r),d?(o(1,i.style.margin="-15px 0 0 -15px",i),o(1,i.style.padding="15px",i),_(),function(){let e=u[0];c=document.createElement("div");for(let t=0;t<e.points.length;t++){let o=document.createElement("div");o.style.setProperty("left",e.points[t].x+"%","important"),o.style.setProperty("top",e.points[t].y+"%","important"),o.classList.add("point"),o.dataset.selectionControlType="point",o.dataset.pointIndex=t,c.appendChild(o)}r.appendChild(c)}()):(o(1,i.style.margin="0",i),o(1,i.style.padding="0",i),_()),o(1,i.style.display=V?"none":"block",i))):o(0,r.style.display="none",r))}function _(){c&&c.remove()}let x,w,k,C=!1,$={x:0,y:0},M={x:0,y:0},D=new Event(yt),L=new Event(vt),B=!1,j={x:0,y:0},E=[],S=[],I=!1,A=!1,z=!1,O=!1,T=new Event(gt),N=new Event(ht),P=!1,H={x:0,y:0},R={x:1,y:1},q=!1,Z=!1,U=1,W=new Event(mt),Y=0,V=!1,X=[],K={x:0,y:0};function G(e){$={x:e.pageX,y:e.pageY},M={x:e.pageX,y:e.pageY},0===e.button&&("move"===e.target.dataset.selectionControlType&&oe(),"scale"===e.target.dataset.selectionControlType&&function(e){document.dispatchEvent(D),P=!0,U=parseInt(e.target.dataset.selectionScaleControl),R={x:1,y:1},q=1===U||3===U||4===U||5===U||7===U||8===U,Z=1===U||2===U||3===U||5===U||6===U||7===U,I=1===U||3===U||4===U||5===U||7===U||8===U,A=1===U||2===U||3===U||5===U||6===U||7===U,z=1===U||7===U||8===U,O=1===U||2===U||3===U,H={x:0,y:0},1===U&&(H={x:p.x+p.width,y:p.y+p.height}),2===U&&(H={x:p.x+p.width/2,y:p.y+p.height}),3===U&&(H={x:p.x,y:p.y+p.height}),4===U&&(H={x:p.x,y:p.y+p.height/2}),5===U&&(H={x:p.x,y:p.y}),6===U&&(H={x:p.x+p.width/2,y:p.y}),7===U&&(H={x:p.x+p.width,y:p.y}),8===U&&(H={x:p.x+p.width,y:p.y+p.height/2});for(let e of u){E[e.id]={x:0,y:0},S[e.id]={x:1,y:1};let t=p.width,o=p.height;3!==U&&4!==U&&5!==U||(t=e.x-H.x),1!==U&&7!==U&&8!==U||(t=H.x-e.x),1!==U&&2!==U&&3!==U||(o=H.y-e.y),5!==U&&6!==U&&7!==U||(o=e.y-H.y),S[e.id]={x:t/p.width,y:o/p.height}}}(e),"point"===e.target.dataset.selectionControlType&&ne(parseInt(e.target.dataset.pointIndex)),"temp-point"===e.target.dataset.selectionControlType&&(function(){if(void 0!==k){let e=u[0],t=(e.id,{}),o=structuredClone(e.points);o.splice(k+1,0,{...K}),t[e.id]={points:o},Ji.setObjectValues(t),v()}}(),ae(),ne(parseInt(e.target.dataset.pointIndex))))}function J(e){M={x:e.pageX,y:e.pageY},ae(),B?function(){j=re({x:M.x-$.x,y:M.y-$.y});for(let e of u){let t=e.width,o=e.height;e.type!==Ut&&e.type!==Xt||(t=0,o=0),e.x+t+j.x>100&&(j.x=100-(e.x+t)),e.y+o+j.y>100&&(j.y=100-(e.y+o)),e.x+j.x<0&&(j.x=-e.x),e.y+j.y<0&&(j.y=-e.y)}r.style.setProperty("left",p.x+j.x+"%","important"),r.style.setProperty("top",p.y+j.y+"%","important"),T.detail={move:j,ids:u.map((e=>e.id))},document.dispatchEvent(T)}():P?function(){let e=re({x:M.x-$.x,y:M.y-$.y}),t={top:0,bottom:100,left:0,right:100};if(C&&[1,3,5,7].includes(U)){let o,n,a=p.width/p.height;e.y=3===U||7===U?-e.x/a:e.x/a,1===U&&(o=p.x+p.width,n=p.y+p.height),3===U&&(o=100-p.x,n=p.y+p.height),5===U&&(o=100-p.x,n=100-p.y),7===U&&(o=p.x+p.width,n=100-p.y);let r=o/p.width,i=n/p.height,c=r<i?r:i;t.left=p.x-(p.width*c-p.width),t.top=p.y-(p.height*c-p.height),t.right=p.x+p.width*c,t.bottom=p.y+p.height*c}z?(p.x+e.x<t.left&&(e.x=t.left-p.x),e.x>p.width&&(e.x=p.width)):(p.x+p.width+e.x>t.right&&(e.x=t.right-(p.x+p.width)),-e.x>p.width&&(e.x=-p.width)),O?(p.y+e.y<t.top&&(e.y=t.top-p.y),e.y>p.height&&(e.y=p.height)):(p.y+p.height+e.y>t.bottom&&(e.y=t.bottom-(p.y+p.height)),-e.y>p.height&&(e.y=-p.height));let n={x:e.x,y:e.y};1!==U&&7!==U&&8!==U||(n.x*=-1),1!==U&&2!==U&&3!==U||(n.y*=-1),R.x=q?(p.width+n.x)/p.width:1,R.y=Z?(p.height+n.y)/p.height:1,j.x=z?e.x:0,j.y=O?e.y:0;for(let t of u)E[t.id]={x:0,y:0},I&&(E[t.id].x=e.x*S[t.id].x),A&&(E[t.id].y=e.y*S[t.id].y);let a={x:0,y:0};1!==U&&7!==U&&8!==U||(a.x=e.x),1!==U&&2!==U&&3!==U||(a.y=e.y),o(0,r.style.width=p.width*R.x+"%",r),o(0,r.style.height=p.height*R.y+"%",r),r.style.setProperty("left",p.x+j.x+"%","important"),r.style.setProperty("top",p.y+j.y+"%","important"),N.detail={movePerObject:E,move:a,scale:R,ids:u.map((e=>e.id))},document.dispatchEvent(N)}():V?function(){let e=u[0];j=re({x:M.x-$.x,y:M.y-$.y});let t=j.x/e.width*100,o=j.y/e.height*100,n=e.points[Y].x+t,a=e.points[Y].y+o;n=n<0?0:n,n=n>100?100:n,a=a<0?0:a,a=a>100?100:a,X=[];for(let t=0;t<e.points.length;t++)t!==Y?X.push({x:e.points[t].x,y:e.points[t].y}):X.push({x:n,y:a});x=document.querySelector(`[data-selection-control-type="point"][data-point-index="${Y}"]`),x.style.setProperty("left",n+"%","important"),x.style.setProperty("top",a+"%","important"),W.detail={id:e.id,x:e.x,y:e.y,width:e.width,height:e.height,points:X},document.dispatchEvent(W)}():d&&"point"!==e.target.dataset.selectionControlType&&function(){let e=u[0];k=void 0;let t={x:(M.x-s.getCanvasRect().left)/s.getCanvasRect().width*100,y:(M.y-s.getCanvasRect().top)/s.getCanvasRect().height*100};t={x:(t.x-e.x)/e.width*100,y:(t.y-e.y)/e.height*100};let n=9999,a=20/s.getCanvasRect().width*100;for(let o=0;o<e.points.length;o++){let r,i={x:e.points[o].x,y:e.points[o].y};r=e.points[o+1]?{x:e.points[o+1].x,y:e.points[o+1].y}:{x:e.points[0].x,y:e.points[0].y};let c=new er(t.x,t.y).closestPointOnLine(new er(i.x,i.y),new er(r.x,r.y)),l=Math.sqrt(Math.pow(t.x-c.x,2)+Math.pow(t.y-c.y,2));l<n&&l<a&&(self.tempControlPointIndex=o,n=l,k=o,K={x:c.x,y:c.y})}void 0!==k?(o(3,w.style.display="block",w),w.style.setProperty("left",K.x+"%","important"),w.style.setProperty("top",K.y+"%","important"),o(3,w.dataset.pointIndex=k+1,w)):"none"!==w.style.display&&o(3,w.style.display="none",w)}()}function Q(){B&&function(){B=!1,document.dispatchEvent(L);let e={};for(let t of u)e[t.id]={x:t.x+j.x,y:t.y+j.y};Ji.setObjectValues(e),v()}(),P&&function(){document.dispatchEvent(L),P=!1;let e={};for(let t of u)e[t.id]={x:t.x+E[t.id].x,y:t.y+E[t.id].y,width:t.width*R.x,height:t.height*R.y};Ji.setObjectValues(e),v()}(),V&&function(){let e=u[0];document.dispatchEvent(L),V=!1;let t,o,n,a,r=9999,i=9999,c=0,l=0,s=[];for(let e of X)e.x<r&&(r=e.x),e.y<i&&(i=e.y),e.x>c&&(c=e.x),e.y>l&&(l=e.y);t=r,o=i,n=c-r,a=l-i;for(let e of X)s.push({x:(e.x-t)/n*100,y:(e.y-o)/a*100});let f={};f[[e.id][0]]={x:t,y:o,width:n,height:a,points:s},Ji.setObjectValues(f),v()}()}function ee(e){C=e.shiftKey}function te(e){C=!1}function oe(){B=!0,j={x:0,y:0},document.dispatchEvent(D)}function ne(e=0){let t=u[0];document.dispatchEvent(D),V=!0,Y=e;let o=[];for(let e of t.points)o.push({x:t.width*(e.x/100)+t.x,y:t.height*(e.y/100)+t.y});t.x=0,t.y=0,t.width=100,t.height=100,t.points=o,X=structuredClone(t.points),W.detail={id:t.id,x:t.x,y:t.y,width:t.width,height:t.height,points:t.points},document.dispatchEvent(W),v()}function ae(){"none"!==w.style.display&&o(3,w.style.display="none",w)}function re(e){return{x:e.x/s.getCanvasRect().width*100,y:e.y/s.getCanvasRect().height*100}}function ie(e){let t=[];for(let o of e.children)o.type===Jt||o.type===Zt?t.push(...ie(o)):t.push(o);return t}return[r,i,f,w,function(e){_e[e?"unshift":"push"]((()=>{i=e,o(1,i)}))},function(e){_e[e?"unshift":"push"]((()=>{w=e,o(3,w)}))},function(e){_e[e?"unshift":"push"]((()=>{r=e,o(0,r)}))}]}const Hd=class extends Ge{constructor(e){super(),Ke(this,e,Pd,Nd,k,{},Od,[-1,-1,-1])}};function Rd(e){let t,o;return{c(){t=G("div"),o=G("div"),oe(o,"class","outline outline-2 outline-primary-500 w-full h-full"),oe(t,"class","absolute pointer-events-none"),re(t,"z-index","9997"),re(t,"display","none"),re(t,"width",e[1].width+"%"),re(t,"height",e[1].height+"%"),re(t,"left",e[1].x+"%"),re(t,"top",e[1].y+"%")},m(n,a){X(n,t,a),Z(t,o),e[2](t)},p(e,[o]){2&o&&re(t,"width",e[1].width+"%"),2&o&&re(t,"height",e[1].height+"%"),2&o&&re(t,"left",e[1].x+"%"),2&o&&re(t,"top",e[1].y+"%")},i:h,o:h,d(o){o&&K(t),e[2](null)}}}function qd(e,t,o){let n,a;F(e,Lo,(e=>o(7,n=e))),F(e,Eo,(e=>o(8,a=e)));let r,i,c,l=[],s=ye("canvas"),f={width:0,height:0,x:0,y:0},d=!0;function u(e){if(n!==At)return;let t=e.target.dataset.canvasObjectId||e.target.closest("[data-canvas-object-id]")?.dataset.canvasObjectId||e.target.closest("[data-object-list-item-id]")?.dataset.objectListItemId;if(t!==c)if(c=t,t)if(Gi.isObjectChildOfActiveArtboard(t)){let e=Gi.getObject(t);o(1,f=Ga([e],s.getCanvasRect())),i=t,void 0!==f?r&&d&&o(0,r.style.display="block",r):g()}else g();else g()}function p(){d=!1}function b(){d=!0}function g(){r&&o(0,r.style.display="none",r),i=void 0}return be((()=>{document.addEventListener("mousemove",u),document.addEventListener(yt,p),document.addEventListener(vt,b)})),he((()=>{l.forEach((e=>e())),l=[],document.removeEventListener("mousemove",u),document.removeEventListener(yt,p),document.removeEventListener(vt,b)})),l.push(Eo.subscribe((()=>{a.includes(i)&&g()}))),l.push(Lo.subscribe((()=>{n!==At&&g()}))),[r,f,function(e){_e[e?"unshift":"push"]((()=>{r=e,o(0,r)}))}]}const Zd=class extends Ge{constructor(e){super(),Ke(this,e,qd,Rd,k,{})}};function Ud(e,{from:t,to:o},n={}){const a=getComputedStyle(e),r="none"===a.transform?"":a.transform,[i,c]=a.transformOrigin.split(" ").map(parseFloat),l=t.left+t.width*i/o.width-(o.left+i),s=t.top+t.height*c/o.height-(o.top+c),{delay:f=0,duration:d=(e=>120*Math.sqrt(e)),easing:u=Cc}=n;return{delay:f,duration:w(d)?d(Math.sqrt(l*l+s*s)):d,easing:u,css:(e,n)=>{const a=n*l,i=n*s,c=e+n*t.width/o.width,f=e+n*t.height/o.height;return`transform: ${r} translate(${a}px, ${i}px) scale(${c}, ${f});`}}}function Wd(e){let t,o;const n=e[5].default,a=D(n,e,e[4],null);return{c(){t=G("div"),a&&a.c(),oe(t,"class","content-builder-toolbar ui flex h-10 px-2 items-center text-sm")},m(n,r){X(n,t,r),a&&a.m(t,null),e[6](t),o=!0},p(e,[t]){a&&a.p&&(!o||16&t)&&j(a,n,e,e[4],o?B(n,e[4],t,null):E(e[4]),null)},i(e){o||(Oe(a,e),o=!0)},o(e){Te(a,e),o=!1},d(o){o&&K(t),a&&a.d(o),e[6](null)}}}function Yd(e,t,o){let n,a,{$$slots:r={},$$scope:i}=t;return be((()=>{n.classList.add("hidden"),a=setInterval((()=>{}),100)})),he((()=>{a&&clearInterval(a)})),e.$$set=e=>{"$$scope"in e&&o(4,i=e.$$scope)},[n,function(){n.classList.remove("hidden"),function(){o(0,n.style.transform="",n);const e=n.getBoundingClientRect(),t=document.querySelector("#image-map-pro-editor").getBoundingClientRect();e.top<t.top&&o(0,n.style.transform=`translateY(${t.top-e.top}px)`,n)}()},function(){n.classList.add("hidden")},function(){n.classList.toggle("hidden")},i,r,function(e){_e[e?"unshift":"push"]((()=>{n=e,o(0,n)}))}]}const Vd=class extends Ge{constructor(e){super(),Ke(this,e,Yd,Wd,k,{show:1,hide:2,toggle:3})}get show(){return this.$$.ctx[1]}get hide(){return this.$$.ctx[2]}get toggle(){return this.$$.ctx[3]}};function Xd(e){let t,o,n,a,r,i;return{c(){t=G("div"),o=G("div"),oe(o,"class",n=e[1]+" w-full h-full text-inherit flex justify-center items-center pointer-events-none"),oe(t,"data-open-menu",e[2]),oe(t,"class",a="w-7 h-7 flex justify-center items-center btn btn-transparent rounded "+e[3]+" select-none")},m(n,a){X(n,t,a),Z(t,o),r||(i=[te(t,"click",(function(){w(e[0])&&e[0].apply(this,arguments)})),te(t,"keypress",(function(){w(e[0])&&e[0].apply(this,arguments)})),te(t,"mousedown",Kd)],r=!0)},p(r,[i]){e=r,2&i&&n!==(n=e[1]+" w-full h-full text-inherit flex justify-center items-center pointer-events-none")&&oe(o,"class",n),4&i&&oe(t,"data-open-menu",e[2]),8&i&&a!==(a="w-7 h-7 flex justify-center items-center btn btn-transparent rounded "+e[3]+" select-none")&&oe(t,"class",a)},i:h,o:h,d(e){e&&K(t),r=!1,x(i)}}}function Kd(e){return e.preventDefault(),!1}function Gd(e,t,o){let n,a,{onClick:r=(()=>{})}=t,{icon:i=""}=t,{menuName:c}=t,{disabled:l}=t;return e.$$set=e=>{"onClick"in e&&o(0,r=e.onClick),"icon"in e&&o(1,i=e.icon),"menuName"in e&&o(4,c=e.menuName),"disabled"in e&&o(5,l=e.disabled)},e.$$.update=()=>{32&e.$$.dirty&&o(3,n=l?"btn-disabled":""),48&e.$$.dirty&&o(2,a=l?"":c)},[r,i,a,n,c,l]}const Jd=class extends Ge{constructor(e){super(),Ke(this,e,Gd,Xd,k,{onClick:0,icon:1,menuName:4,disabled:5})}};function Qd(e){let t,o,n,a;return{c(){t=G("div"),oe(t,"data-open-menu",e[2]),oe(t,"class",o="flex justify-center items-center "+e[1]+" w-7 h-7 cursor-pointer select-none rounded "+e[3])},m(o,r){X(o,t,r),n||(a=[te(t,"click",(function(){w(e[0])&&e[0].apply(this,arguments)})),te(t,"keypress",(function(){w(e[0])&&e[0].apply(this,arguments)}))],n=!0)},p(n,[a]){e=n,4&a&&oe(t,"data-open-menu",e[2]),10&a&&o!==(o="flex justify-center items-center "+e[1]+" w-7 h-7 cursor-pointer select-none rounded "+e[3])&&oe(t,"class",o)},i:h,o:h,d(e){e&&K(t),n=!1,x(a)}}}function eu(e,t,o){let n,{onClick:a=(()=>{})}=t,{icon:r=""}=t,{menuName:i}=t,{active:c}=t;return e.$$set=e=>{"onClick"in e&&o(0,a=e.onClick),"icon"in e&&o(1,r=e.icon),"menuName"in e&&o(2,i=e.menuName),"active"in e&&o(4,c=e.active)},e.$$.update=()=>{16&e.$$.dirty&&o(3,n=c?"btn btn-primary":"btn btn-transparent")},[a,r,i,n,c]}const tu=class extends Ge{constructor(e){super(),Ke(this,e,eu,Qd,k,{onClick:0,icon:1,menuName:2,active:4})}};function ou(e){let t;return{c(){t=G("div"),oe(t,"class","bg-black dark:bg-white bg-opacity-20 dark:bg-opacity-20 w-px h-4 mx-2")},m(e,o){X(e,t,o)},p:h,i:h,o:h,d(e){e&&K(t)}}}const nu=class extends Ge{constructor(e){super(),Ke(this,e,null,ou,k,{})}};function au(e){let t,o,n;const a=e[11].default,r=D(a,e,e[10],null);return{c(){t=G("div"),r&&r.c(),oe(t,"data-id",e[2]),oe(t,"class",o=e[0]+" ui fixed transition-all origin-top-left opacity-0 scale-0"),re(t,"z-index","99999")},m(o,a){X(o,t,a),r&&r.m(t,null),e[12](t),n=!0},p(e,[i]){r&&r.p&&(!n||1024&i)&&j(r,a,e,e[10],n?B(a,e[10],i,null):E(e[10]),null),(!n||1&i&&o!==(o=e[0]+" ui fixed transition-all origin-top-left opacity-0 scale-0"))&&oe(t,"class",o)},i(e){n||(Oe(r,e),n=!0)},o(e){Te(r,e),n=!1},d(o){o&&K(t),r&&r.d(o),e[12](null)}}}function ru(e,t,o){let n,a,{$$slots:r={},$$scope:i}=t,{name:c=""}=t,{classes:l=""}=t,{moveToRoot:s=!1}=t,f=Ha();function d(e,t){n.classList.remove("transition-all"),n.classList.remove("scale-0"),requestAnimationFrame((()=>{if(e&&t)o(1,n.style.left=e+"px",n),o(1,n.style.top=t+"px",n);else{let e=b();o(1,n.style.left=e.x+"px",n),o(1,n.style.top=e.y+"px",n)}n.classList.add("scale-0"),requestAnimationFrame((()=>{n.classList.add("transition-all"),n.classList.remove("scale-0"),n.classList.remove("opacity-0")})),a=!0}))}function u(){n.classList.add("transition-all"),n.classList.add("scale-0"),n.classList.add("opacity-0"),a=!1}function p(e,t){a?u():d(e,t)}function b(){let e=n.getBoundingClientRect(),t=document.querySelector(`[data-open-menu="${c}"]`).getBoundingClientRect();n.classList.add("origin-top-left"),n.classList.remove("origin-bottom-left");let o=t.y+t.height+4,a=t.x;return a<0&&(a=0),a+e.width>window.innerWidth&&(a=window.innerWidth-e.width),o<0&&(o=0),o+e.height>window.innerHeight&&(o=t.y-4-e.height,n.classList.remove("origin-top-left"),n.classList.add("origin-bottom-left")),o+e.height>window.innerHeight&&(o=window.innerHeight-e.height),{x:a,y:o}}be((()=>{s&&(n.remove(),document.querySelector("#imp-app").appendChild(n)),document.addEventListener("mousedown",h),document.addEventListener("click",m),window.addEventListener("scroll",y)})),he((()=>{u(),document.removeEventListener("mousedown",h),document.removeEventListener("click",m),window.removeEventListener("scroll",y)}));let g=!1;function h(e){g=!!e.target.closest(`[data-id="${f}"]`)}function m(e){e.target.dataset.openMenu!==c?g?(e.target.classList.contains("menu-option")||e.target.closest(".menu-option"))&&u():u():p()}function y(){u()}return e.$$set=e=>{"name"in e&&o(3,c=e.name),"classes"in e&&o(0,l=e.classes),"moveToRoot"in e&&o(4,s=e.moveToRoot),"$$scope"in e&&o(10,i=e.$$scope)},[l,n,f,c,s,d,u,p,function(){o(1,n.style.width="",n),o(1,n.style.height="",n),setTimeout((()=>{o(1,n.dataset.width=n.getBoundingClientRect().width,n),o(1,n.dataset.height=n.getBoundingClientRect().height,n),o(1,n.style.width=n.dataset.width+"px",n),o(1,n.style.height=n.dataset.height+"px",n)}),1)},function(){let e=b();o(1,n.style.left=e.x+"px",n),o(1,n.style.top=e.y+"px",n)},i,r,function(e){_e[e?"unshift":"push"]((()=>{n=e,o(1,n)}))}]}const iu=class extends Ge{constructor(e){super(),Ke(this,e,ru,au,k,{name:3,classes:0,moveToRoot:4,show:5,hide:6,toggle:7,recalc:8,updatePosition:9})}get show(){return this.$$.ctx[5]}get hide(){return this.$$.ctx[6]}get toggle(){return this.$$.ctx[7]}get recalc(){return this.$$.ctx[8]}get updatePosition(){return this.$$.ctx[9]}};function cu(e){U(e,"svelte-1qjkv2a","[contenteditable].svelte-1qjkv2a{-webkit-user-select:auto;-moz-user-select:all;user-select:all}")}function lu(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y;function v(t){e[20](t)}let _={onChange:e[4],type:"textarea",classes:"p-0 w-full text-theme-800 dark:text-white",hidden:e[5]};return void 0!==e[0]&&(_.value=e[0]),u=new ys({props:_}),_e.push((()=>We(u,"value",v))),{c(){t=G("div"),o=G("div"),r=Q(),i=G("div"),c=G("div"),l=G("div"),l.textContent="Start writing",f=Q(),d=G("div"),Ye(u.$$.fragment),oe(o,"contenteditable","true"),oe(o,"id",e[1]),oe(o,"class",n=e[2]+" "+e[9]+" relative z-10 flex-1 cursor-text svelte-1qjkv2a"),oe(o,"style",a=e[3]+" outline: 0px solid transparent"),void 0===e[0]&&$e((()=>e[19].call(o))),oe(l,"class","text-theme-500 italic"),oe(c,"style",e[3]),oe(i,"class",s=e[7]+" italic absolute left-0 top-0 z-0"),oe(d,"class",b=e[8]+" flex-1"),oe(d,"style",e[3]),oe(t,"class",g="relative flex "+e[10])},m(n,a){X(n,t,a),Z(t,o),e[18](o),void 0!==e[0]&&(o.innerHTML=e[0]),Z(t,r),Z(t,i),Z(i,c),Z(c,l),Z(t,f),Z(t,d),Ve(u,d,null),h=!0,m||(y=[te(o,"input",e[19]),te(o,"focusout",e[11]),te(o,"input",e[12])],m=!0)},p(e,[r]){(!h||2&r)&&oe(o,"id",e[1]),(!h||516&r&&n!==(n=e[2]+" "+e[9]+" relative z-10 flex-1 cursor-text svelte-1qjkv2a"))&&oe(o,"class",n),(!h||8&r&&a!==(a=e[3]+" outline: 0px solid transparent"))&&oe(o,"style",a),1&r&&e[0]!==o.innerHTML&&(o.innerHTML=e[0]),(!h||8&r)&&oe(c,"style",e[3]),(!h||128&r&&s!==(s=e[7]+" italic absolute left-0 top-0 z-0"))&&oe(i,"class",s);const l={};16&r&&(l.onChange=e[4]),32&r&&(l.hidden=e[5]),!p&&1&r&&(p=!0,l.value=e[0],Me((()=>p=!1))),u.$set(l),(!h||256&r&&b!==(b=e[8]+" flex-1"))&&oe(d,"class",b),(!h||8&r)&&oe(d,"style",e[3]),(!h||1024&r&&g!==(g="relative flex "+e[10]))&&oe(t,"class",g)},i(e){h||(Oe(u.$$.fragment,e),h=!0)},o(e){Te(u.$$.fragment,e),h=!1},d(o){o&&K(t),e[18](null),Xe(u),m=!1,x(y)}}}function su(e){let t=(new DOMParser).parseFromString(e,"text/html"),o=[];return function e(n){if(n.nodeType===Node.TEXT_NODE)for(let e of n.textContent){let a={char:e,bold:!1,em:!1,a:!1,href:"",div:!1,br:!1},r=n;for(;r!==t.body;)"STRONG"===r.tagName&&(a.bold=!0),"EM"===r.tagName&&(a.em=!0),"A"===r.tagName&&(a.a=!0,a.href=r.getAttribute("href")),r=r.parentNode;o.push(a)}else if("BR"===n.tagName)o.push({char:"<br>",br:!0});else if("DIV"===n.tagName){o.push({char:"<div>",div:!0});for(let t of n.childNodes)e(t);o.push({char:"</div>",div:!0})}else for(let t of n.childNodes)e(t)}(t.body),o}function fu(e,t){if(e.childNodes.length>0)for(let o of e.childNodes)fu(o,t);else t(e)}function du(e){let t=!1,o=!1,n=!1,a="";for(let r=0;r<e.length;r++)e[r].bold===t&&e[r].em===o&&e[r].a===n||(n&&(n=!1,a+="</a>"),o&&(o=!1,a+="</em>"),t&&(t=!1,a+="</strong>")),e[r].bold&&e[r].bold!==t&&(t=e[r].bold,a+="<strong>"),e[r].em&&e[r].em!==o&&(o=e[r].em,a+="<em>"),e[r].a&&e[r].a!==n&&(n=e[r].a,a+=`<a href="${e[r].href}">`),a+=e[r].char;return n&&(a+="</a>"),o&&(a+="</em>"),t&&(a+="</strong>"),a}function uu(){window.getSelection?window.getSelection().empty?window.getSelection().empty():window.getSelection().removeAllRanges&&window.getSelection().removeAllRanges():document.selection&&document.selection.empty()}function pu(e,t,o){let n,a,r,i,c,l,s,{id:f}=t,{text:d}=t,{classes:u}=t,{style:p}=t,{onChange:b=(()=>{})}=t,{visualMode:g=!1}=t,{hidden:h}=t,m=[];function y(e){let t=0,o=0,n=!1,a=!1;return fu(c,(r=>{n||(r.isSameNode(e.anchorNode)?(n=!0,t+=e.anchorOffset):t+=r.textContent.length),a||(r.isSameNode(e.focusNode)?(a=!0,o+=e.focusOffset):o+=r.textContent.length)})),t>o?{start:o,end:t}:{start:t,end:o}}return m.push(So.subscribe((()=>{s&&(s=!1,b())}))),ge((()=>{"<br>"===d&&o(0,d="")})),he((()=>{m.forEach((e=>e())),m=[]})),e.$$set=e=>{"id"in e&&o(1,f=e.id),"text"in e&&o(0,d=e.text),"classes"in e&&o(2,u=e.classes),"style"in e&&o(3,p=e.style),"onChange"in e&&o(4,b=e.onChange),"visualMode"in e&&o(5,g=e.visualMode),"hidden"in e&&o(13,h=e.hidden)},e.$$.update=()=>{8192&e.$$.dirty&&o(10,n=h?"hidden":""),32&e.$$.dirty&&o(9,a=g?"":"hidden"),32&e.$$.dirty&&o(8,r=g?"hidden":""),33&e.$$.dirty&&o(7,i=d.length>0||!g?"hidden":"")},[d,f,u,p,b,g,c,i,r,a,n,function(){s&&(s=!1,b())},function(){s=!0},h,function({range:e=y(window.getSelection())}){if(e.end>e.start){let t=su(d),n=!1,a=e.start,r=e.end;for(let o=0;o<t.length;o++)t[o].div?(r++,o<e.start&&a++):o>=a&&o<r&&!t[o].bold&&(n=!0);a=e.start,r=e.end;for(let o=0;o<t.length;o++)t[o].div?(r++,o<e.start&&a++):o>=a&&o<r&&(t[o].bold=n);o(0,d=du(t)),b(),uu()}},function({range:e=y(window.getSelection())}){if(e.end>e.start){let t=su(d),n=!1;for(let o=0;o<t.length;o++)o>=e.start&&o<e.end&&!t[o].em&&(n=!0);for(let o=0;o<t.length;o++)o>=e.start&&o<e.end&&(t[o].em=n);o(0,d=du(t)),b(),uu()}},function({url:e,range:t=y(window.getSelection()),useSavedRange:n}){if(n&&(t=l),t.end>t.start&&e.length>0){let n=su(d),a=!0;for(let e=0;e<n.length;e++)e>=t.start&&e<t.end&&n[e].a&&(a=!1);for(let o=0;o<n.length;o++)o>=t.start&&o<t.end&&(n[o].a=a,n[o].href=e);o(0,d=du(n)),b(),uu()}},function(){l=y(window.getSelection())},function(e){_e[e?"unshift":"push"]((()=>{c=e,o(6,c)}))},function(){d=this.innerHTML,o(0,d)},function(e){d=e,o(0,d)}]}const bu=class extends Ge{constructor(e){super(),Ke(this,e,pu,lu,k,{id:1,text:0,classes:2,style:3,onChange:4,visualMode:5,hidden:13,setStrong:14,setEm:15,setA:16,saveRange:17},cu)}get setStrong(){return this.$$.ctx[14]}get setEm(){return this.$$.ctx[15]}get setA(){return this.$$.ctx[16]}get saveRange(){return this.$$.ctx[17]}},gu=e=>({}),hu=e=>({}),mu=e=>({}),yu=e=>({});function vu(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v,_,x,w;const k=e[16]["toolbar-buttons-start"],C=D(k,e,e[27],yu);o=new nu({}),a=new Jd({props:{icon:"fa-solid fa-font",menuName:e[0].id+"-menu-text-style"}}),i=new Jd({props:{onClick:e[6]?.setStrong,icon:"fa-solid fa-bold",disabled:!e[4]}}),l=new Jd({props:{onClick:e[6]?.setEm,icon:"fa-solid fa-italic",disabled:!e[4]}}),f=new Jd({props:{onClick:e[6]?.saveRange,icon:"fa-solid fa-link",menuName:e[0].id+"-menu-link",disabled:!e[4]}}),u=new Jd({props:{onClick:e[10],icon:"fa-solid fa-align-left"}}),b=new Jd({props:{onClick:e[11],icon:"fa-solid fa-align-center"}}),h=new Jd({props:{onClick:e[12],icon:"fa-solid fa-align-right"}}),y=new tu({props:{onClick:e[19],icon:"fa-solid fa-code",active:!e[4]}}),_=new nu({});const $=e[16]["toolbar-buttons-end"],M=D($,e,e[27],hu);return{c(){C&&C.c(),t=Q(),Ye(o.$$.fragment),n=Q(),Ye(a.$$.fragment),r=Q(),Ye(i.$$.fragment),c=Q(),Ye(l.$$.fragment),s=Q(),Ye(f.$$.fragment),d=Q(),Ye(u.$$.fragment),p=Q(),Ye(b.$$.fragment),g=Q(),Ye(h.$$.fragment),m=Q(),Ye(y.$$.fragment),v=Q(),Ye(_.$$.fragment),x=Q(),M&&M.c()},m(e,k){C&&C.m(e,k),X(e,t,k),Ve(o,e,k),X(e,n,k),Ve(a,e,k),X(e,r,k),Ve(i,e,k),X(e,c,k),Ve(l,e,k),X(e,s,k),Ve(f,e,k),X(e,d,k),Ve(u,e,k),X(e,p,k),Ve(b,e,k),X(e,g,k),Ve(h,e,k),X(e,m,k),Ve(y,e,k),X(e,v,k),Ve(_,e,k),X(e,x,k),M&&M.m(e,k),w=!0},p(e,t){C&&C.p&&(!w||134217728&t)&&j(C,k,e,e[27],w?B(k,e[27],t,mu):E(e[27]),yu);const o={};1&t&&(o.menuName=e[0].id+"-menu-text-style"),a.$set(o);const n={};64&t&&(n.onClick=e[6]?.setStrong),16&t&&(n.disabled=!e[4]),i.$set(n);const r={};64&t&&(r.onClick=e[6]?.setEm),16&t&&(r.disabled=!e[4]),l.$set(r);const c={};64&t&&(c.onClick=e[6]?.saveRange),1&t&&(c.menuName=e[0].id+"-menu-link"),16&t&&(c.disabled=!e[4]),f.$set(c);const s={};16&t&&(s.onClick=e[19]),16&t&&(s.active=!e[4]),y.$set(s),M&&M.p&&(!w||134217728&t)&&j(M,$,e,e[27],w?B($,e[27],t,gu):E(e[27]),hu)},i(e){w||(Oe(C,e),Oe(o.$$.fragment,e),Oe(a.$$.fragment,e),Oe(i.$$.fragment,e),Oe(l.$$.fragment,e),Oe(f.$$.fragment,e),Oe(u.$$.fragment,e),Oe(b.$$.fragment,e),Oe(h.$$.fragment,e),Oe(y.$$.fragment,e),Oe(_.$$.fragment,e),Oe(M,e),w=!0)},o(e){Te(C,e),Te(o.$$.fragment,e),Te(a.$$.fragment,e),Te(i.$$.fragment,e),Te(l.$$.fragment,e),Te(f.$$.fragment,e),Te(u.$$.fragment,e),Te(b.$$.fragment,e),Te(h.$$.fragment,e),Te(y.$$.fragment,e),Te(_.$$.fragment,e),Te(M,e),w=!1},d(e){C&&C.d(e),e&&K(t),Xe(o,e),e&&K(n),Xe(a,e),e&&K(r),Xe(i,e),e&&K(c),Xe(l,e),e&&K(s),Xe(f,e),e&&K(d),Xe(u,e),e&&K(p),Xe(b,e),e&&K(g),Xe(h,e),e&&K(m),Xe(y,e),e&&K(v),Xe(_,e),e&&K(x),M&&M.d(e)}}}function _u(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b;function g(t){e[21](t)}let h={onChange:e[2],type:"text",label:"Font Family"};function m(t){e[22](t)}void 0!==e[0].style.fontFamily&&(h.value=e[0].style.fontFamily),o=new ys({props:h}),_e.push((()=>We(o,"value",g)));let y={onChange:e[2],type:"number",label:"Size"};function v(t){e[23](t)}void 0!==e[0].style.fontSize&&(y.value=e[0].style.fontSize),i=new ys({props:y}),_e.push((()=>We(i,"value",m)));let _={onChange:e[2],type:"number",label:"Line Height"};function x(t){e[24](t)}void 0!==e[0].style.lineHeight&&(_.value=e[0].style.lineHeight),s=new ys({props:_}),_e.push((()=>We(s,"value",v)));let w={onChange:e[2],type:"color",label:"Color"};return void 0!==e[0].style.color&&(w.value=e[0].style.color),u=new ys({props:w}),_e.push((()=>We(u,"value",x))),{c(){t=G("div"),Ye(o.$$.fragment),a=Q(),r=G("div"),Ye(i.$$.fragment),l=Q(),Ye(s.$$.fragment),d=Q(),Ye(u.$$.fragment),oe(r,"class","flex"),re(t,"width","250px")},m(e,n){X(e,t,n),Ve(o,t,null),Z(t,a),Z(t,r),Ve(i,r,null),Z(r,l),Ve(s,r,null),Z(r,d),Ve(u,r,null),b=!0},p(e,t){const a={};4&t&&(a.onChange=e[2]),!n&&1&t&&(n=!0,a.value=e[0].style.fontFamily,Me((()=>n=!1))),o.$set(a);const r={};4&t&&(r.onChange=e[2]),!c&&1&t&&(c=!0,r.value=e[0].style.fontSize,Me((()=>c=!1))),i.$set(r);const l={};4&t&&(l.onChange=e[2]),!f&&1&t&&(f=!0,l.value=e[0].style.lineHeight,Me((()=>f=!1))),s.$set(l);const d={};4&t&&(d.onChange=e[2]),!p&&1&t&&(p=!0,d.value=e[0].style.color,Me((()=>p=!1))),u.$set(d)},i(e){b||(Oe(o.$$.fragment,e),Oe(i.$$.fragment,e),Oe(s.$$.fragment,e),Oe(u.$$.fragment,e),b=!0)},o(e){Te(o.$$.fragment,e),Te(i.$$.fragment,e),Te(s.$$.fragment,e),Te(u.$$.fragment,e),b=!1},d(e){e&&K(t),Xe(o),Xe(i),Xe(s),Xe(u)}}}function xu(e){let t,o,n,a,r,i;function c(t){e[25](t)}let l={type:"text",label:"URL",small:!0};return void 0!==e[8]&&(l.value=e[8]),o=new ys({props:l}),_e.push((()=>We(o,"value",c))),r=new ys({props:{type:"button",name:"Done",block:!0,small:!0,style:"primary",action:e[9]}}),{c(){t=G("div"),Ye(o.$$.fragment),a=Q(),Ye(r.$$.fragment),re(t,"width","150px")},m(e,n){X(e,t,n),Ve(o,t,null),Z(t,a),Ve(r,t,null),i=!0},p(e,t){const a={};!n&&256&t&&(n=!0,a.value=e[8],Me((()=>n=!1))),o.$set(a)},i(e){i||(Oe(o.$$.fragment,e),Oe(r.$$.fragment,e),i=!0)},o(e){Te(o.$$.fragment,e),Te(r.$$.fragment,e),i=!1},d(e){e&&K(t),Xe(o),Xe(r)}}}function wu(e){let t,o,n,a,r,i,c,l,s,f,d;function u(t){e[18](t)}let p={id:e[0].other.id,classes:e[0].other.classes,style:e[5]+" "+e[0].other.css,onChange:e[2],visualMode:e[4],hidden:e[3]};void 0!==e[0].text&&(p.text=e[0].text),o=new bu({props:p}),e[17](o),_e.push((()=>We(o,"text",u))),i=new Vd({props:{$$slots:{default:[vu]},$$scope:{ctx:e}}}),e[20](i),l=new iu({props:{name:e[0].id+"-menu-text-style",classes:"p-3",moveToRoot:!0,$$slots:{default:[_u]},$$scope:{ctx:e}}});let b={name:e[0].id+"-menu-link",classes:"p-3",moveToRoot:!0,$$slots:{default:[xu]},$$scope:{ctx:e}};return f=new iu({props:b}),e[26](f),{c(){t=G("div"),Ye(o.$$.fragment),a=Q(),r=G("div"),Ye(i.$$.fragment),c=Q(),Ye(l.$$.fragment),s=Q(),Ye(f.$$.fragment),oe(r,"class","absolute z-20 bottom-full left-0"),re(r,"margin-left",parseInt(e[0].boxModel.margin.left)+parseInt(e[0].boxModel.padding.left)-1+"px"),oe(t,"class","relative")},m(e,n){X(e,t,n),Ve(o,t,null),Z(t,a),Z(t,r),Ve(i,r,null),Z(t,c),Ve(l,t,null),Z(t,s),Ve(f,t,null),d=!0},p(e,[t]){const a={};1&t&&(a.id=e[0].other.id),1&t&&(a.classes=e[0].other.classes),33&t&&(a.style=e[5]+" "+e[0].other.css),4&t&&(a.onChange=e[2]),16&t&&(a.visualMode=e[4]),8&t&&(a.hidden=e[3]),!n&&1&t&&(n=!0,a.text=e[0].text,Me((()=>n=!1))),o.$set(a);const c={};134217809&t&&(c.$$scope={dirty:t,ctx:e}),i.$set(c),(!d||1&t)&&re(r,"margin-left",parseInt(e[0].boxModel.margin.left)+parseInt(e[0].boxModel.padding.left)-1+"px");const s={};1&t&&(s.name=e[0].id+"-menu-text-style"),134217733&t&&(s.$$scope={dirty:t,ctx:e}),l.$set(s);const u={};1&t&&(u.name=e[0].id+"-menu-link"),134217984&t&&(u.$$scope={dirty:t,ctx:e}),f.$set(u)},i(e){d||(Oe(o.$$.fragment,e),Oe(i.$$.fragment,e),Oe(l.$$.fragment,e),Oe(f.$$.fragment,e),d=!0)},o(e){Te(o.$$.fragment,e),Te(i.$$.fragment,e),Te(l.$$.fragment,e),Te(f.$$.fragment,e),d=!1},d(n){n&&K(t),e[17](null),Xe(o),e[20](null),Xe(i),Xe(l),e[26](null),Xe(f)}}}function ku(){}function Cu(){}function $u(e,t,o){let n,a,r,i,{$$slots:c={},$$scope:l}=t,{settings:s}=t,{onEdit:f=(()=>{})}=t,{toolbar:d}=t,{inFocus:u}=t,{contentHidden:p}=t,b="";return e.$$set=e=>{"settings"in e&&o(0,s=e.settings),"onEdit"in e&&o(2,f=e.onEdit),"toolbar"in e&&o(1,d=e.toolbar),"inFocus"in e&&o(13,u=e.inFocus),"contentHidden"in e&&o(3,p=e.contentHidden),"$$scope"in e&&o(27,l=e.$$scope)},e.$$.update=()=>{8208&e.$$.dirty&&o(4,n=!u||n),1&e.$$.dirty&&o(5,a=`\n font-family: ${s.style.fontFamily};\n font-size: ${s.style.fontSize}px;\n line-height: ${Xa(s.style.lineHeight)?s.style.lineHeight+"px":s.style.lineHeight};\n color: ${s.style.color};\n\n text-align: ${s.style.textAlign};\n\n width: ${"auto"==s.boxModel.width?s.boxModel.width:s.boxModel.width+"px"};\n height: ${"auto"==s.boxModel.height?s.boxModel.height:s.boxModel.height+"px"};\n\n margin-top: ${s.boxModel.margin.top}px;\n margin-bottom: ${s.boxModel.margin.bottom}px;\n margin-left: ${s.boxModel.margin.left}px;\n margin-right: ${s.boxModel.margin.right}px;\n\n padding-top: ${s.boxModel.padding.top}px;\n padding-bottom: ${s.boxModel.padding.bottom}px;\n padding-left: ${s.boxModel.padding.left}px;\n padding-right: ${s.boxModel.padding.right}px;\n `)},[s,d,f,p,n,a,r,i,b,function(){i.hide(),r.setA({url:b,useSavedRange:!0}),o(8,b="")},function(){o(0,s.style.textAlign="left",s),f()},function(){o(0,s.style.textAlign="center",s),f()},function(){o(0,s.style.textAlign="right",s),f()},u,ku,Cu,c,function(e){_e[e?"unshift":"push"]((()=>{r=e,o(6,r)}))},function(t){e.$$.not_equal(s.text,t)&&(s.text=t,o(0,s))},()=>o(4,n=!n),function(e){_e[e?"unshift":"push"]((()=>{d=e,o(1,d)}))},function(t){e.$$.not_equal(s.style.fontFamily,t)&&(s.style.fontFamily=t,o(0,s))},function(t){e.$$.not_equal(s.style.fontSize,t)&&(s.style.fontSize=t,o(0,s))},function(t){e.$$.not_equal(s.style.lineHeight,t)&&(s.style.lineHeight=t,o(0,s))},function(t){e.$$.not_equal(s.style.color,t)&&(s.style.color=t,o(0,s))},function(e){b=e,o(8,b)},function(e){_e[e?"unshift":"push"]((()=>{i=e,o(7,i)}))},l]}const Mu=class extends Ge{constructor(e){super(),Ke(this,e,$u,wu,k,{settings:0,onEdit:2,toolbar:1,inFocus:13,createEvents:14,removeEvents:15,contentHidden:3})}get createEvents(){return ku}get removeEvents(){return Cu}};function Fu(e){let t,o,n,a,r,i,c,l,s;return{c(){t=G("div"),o=G("div"),a=Q(),r=G("div"),i=J(e[1]),oe(o,"class",n=e[0]+" "+e[6]+" "+e[4]+" flex justify-center items-center text-inherit"),oe(r,"class",c="flex items-center "+e[3]+" pr-4 "+e[5]+" text-inherit"),oe(t,"class","menu-option flex select-none btn btn-transparent")},m(n,c){X(n,t,c),Z(t,o),Z(t,a),Z(t,r),Z(r,i),l||(s=[te(t,"click",(function(){w(e[2])&&e[2].apply(this,arguments)})),te(t,"keypress",(function(){w(e[2])&&e[2].apply(this,arguments)}))],l=!0)},p(t,[a]){e=t,81&a&&n!==(n=e[0]+" "+e[6]+" "+e[4]+" flex justify-center items-center text-inherit")&&oe(o,"class",n),2&a&&ne(i,e[1]),40&a&&c!==(c="flex items-center "+e[3]+" pr-4 "+e[5]+" text-inherit")&&oe(r,"class",c)},i:h,o:h,d(e){e&&K(t),l=!1,x(s)}}}function Du(e,t,o){let n,a,r,i,{icon:c}=t,{title:l=""}=t,{onClick:s=(()=>{})}=t,{small:f=!1}=t;return e.$$set=e=>{"icon"in e&&o(0,c=e.icon),"title"in e&&o(1,l=e.title),"onClick"in e&&o(2,s=e.onClick),"small"in e&&o(7,f=e.small)},e.$$.update=()=>{1&e.$$.dirty&&o(6,n=void 0!==c?"":"hidden"),1&e.$$.dirty&&o(5,a=void 0!==c?"":"pl-4"),128&e.$$.dirty&&o(4,r=f?"w-8 h-8":"w-10 h-10"),128&e.$$.dirty&&o(3,i=f?"h-8 text-xs":"h-10 text-sm")},[c,l,s,i,r,a,n,f]}const Lu=class extends Ge{constructor(e){super(),Ke(this,e,Du,Fu,k,{icon:0,title:1,onClick:2,small:7})}},Bu=e=>({}),ju=e=>({}),Eu=e=>({}),Su=e=>({});function Iu(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y;const v=e[18]["toolbar-buttons-start"],_=D(v,e,e[26],Su);o=new nu({}),a=new Jd({props:{icon:"fa-solid fa-header",menuName:e[0].id+"-menu-heading",disabled:!e[4]}}),i=new Jd({props:{icon:"fa-solid fa-font",menuName:e[0].id+"-menu-text-style"}}),l=new Jd({props:{onClick:e[6],icon:"fa-solid fa-align-left"}}),f=new Jd({props:{onClick:e[7],icon:"fa-solid fa-align-center"}}),u=new Jd({props:{onClick:e[8],icon:"fa-solid fa-align-right"}}),b=new tu({props:{onClick:e[20],icon:"fa-solid fa-code",active:!e[4]}}),h=new nu({});const x=e[18]["toolbar-buttons-end"],w=D(x,e,e[26],ju);return{c(){_&&_.c(),t=Q(),Ye(o.$$.fragment),n=Q(),Ye(a.$$.fragment),r=Q(),Ye(i.$$.fragment),c=Q(),Ye(l.$$.fragment),s=Q(),Ye(f.$$.fragment),d=Q(),Ye(u.$$.fragment),p=Q(),Ye(b.$$.fragment),g=Q(),Ye(h.$$.fragment),m=Q(),w&&w.c()},m(e,v){_&&_.m(e,v),X(e,t,v),Ve(o,e,v),X(e,n,v),Ve(a,e,v),X(e,r,v),Ve(i,e,v),X(e,c,v),Ve(l,e,v),X(e,s,v),Ve(f,e,v),X(e,d,v),Ve(u,e,v),X(e,p,v),Ve(b,e,v),X(e,g,v),Ve(h,e,v),X(e,m,v),w&&w.m(e,v),y=!0},p(e,t){_&&_.p&&(!y||67108864&t)&&j(_,v,e,e[26],y?B(v,e[26],t,Eu):E(e[26]),Su);const o={};1&t&&(o.menuName=e[0].id+"-menu-heading"),16&t&&(o.disabled=!e[4]),a.$set(o);const n={};1&t&&(n.menuName=e[0].id+"-menu-text-style"),i.$set(n);const r={};16&t&&(r.onClick=e[20]),16&t&&(r.active=!e[4]),b.$set(r),w&&w.p&&(!y||67108864&t)&&j(w,x,e,e[26],y?B(x,e[26],t,Bu):E(e[26]),ju)},i(e){y||(Oe(_,e),Oe(o.$$.fragment,e),Oe(a.$$.fragment,e),Oe(i.$$.fragment,e),Oe(l.$$.fragment,e),Oe(f.$$.fragment,e),Oe(u.$$.fragment,e),Oe(b.$$.fragment,e),Oe(h.$$.fragment,e),Oe(w,e),y=!0)},o(e){Te(_,e),Te(o.$$.fragment,e),Te(a.$$.fragment,e),Te(i.$$.fragment,e),Te(l.$$.fragment,e),Te(f.$$.fragment,e),Te(u.$$.fragment,e),Te(b.$$.fragment,e),Te(h.$$.fragment,e),Te(w,e),y=!1},d(e){_&&_.d(e),e&&K(t),Xe(o,e),e&&K(n),Xe(a,e),e&&K(r),Xe(i,e),e&&K(c),Xe(l,e),e&&K(s),Xe(f,e),e&&K(d),Xe(u,e),e&&K(p),Xe(b,e),e&&K(g),Xe(h,e),e&&K(m),w&&w.d(e)}}}function Au(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b;function g(t){e[22](t)}let h={onChange:e[2],type:"text",label:"Font Family"};function m(t){e[23](t)}void 0!==e[0].style.fontFamily&&(h.value=e[0].style.fontFamily),o=new ys({props:h}),_e.push((()=>We(o,"value",g)));let y={onChange:e[2],type:"number",label:"Size"};function v(t){e[24](t)}void 0!==e[0].style.fontSize&&(y.value=e[0].style.fontSize),i=new ys({props:y}),_e.push((()=>We(i,"value",m)));let _={onChange:e[2],type:"text",label:"Line Height"};function x(t){e[25](t)}void 0!==e[0].style.lineHeight&&(_.value=e[0].style.lineHeight),s=new ys({props:_}),_e.push((()=>We(s,"value",v)));let w={onChange:e[2],type:"color",label:"Color"};return void 0!==e[0].style.color&&(w.value=e[0].style.color),u=new ys({props:w}),_e.push((()=>We(u,"value",x))),{c(){t=G("div"),Ye(o.$$.fragment),a=Q(),r=G("div"),Ye(i.$$.fragment),l=Q(),Ye(s.$$.fragment),d=Q(),Ye(u.$$.fragment),oe(r,"class","flex"),re(t,"width","250px")},m(e,n){X(e,t,n),Ve(o,t,null),Z(t,a),Z(t,r),Ve(i,r,null),Z(r,l),Ve(s,r,null),Z(r,d),Ve(u,r,null),b=!0},p(e,t){const a={};4&t&&(a.onChange=e[2]),!n&&1&t&&(n=!0,a.value=e[0].style.fontFamily,Me((()=>n=!1))),o.$set(a);const r={};4&t&&(r.onChange=e[2]),!c&&1&t&&(c=!0,r.value=e[0].style.fontSize,Me((()=>c=!1))),i.$set(r);const l={};4&t&&(l.onChange=e[2]),!f&&1&t&&(f=!0,l.value=e[0].style.lineHeight,Me((()=>f=!1))),s.$set(l);const d={};4&t&&(d.onChange=e[2]),!p&&1&t&&(p=!0,d.value=e[0].style.color,Me((()=>p=!1))),u.$set(d)},i(e){b||(Oe(o.$$.fragment,e),Oe(i.$$.fragment,e),Oe(s.$$.fragment,e),Oe(u.$$.fragment,e),b=!0)},o(e){Te(o.$$.fragment,e),Te(i.$$.fragment,e),Te(s.$$.fragment,e),Te(u.$$.fragment,e),b=!1},d(e){e&&K(t),Xe(o),Xe(i),Xe(s),Xe(u)}}}function zu(e){let t,o,n,a,r,i,c,l,s,f,d,u;return t=new Lu({props:{title:"Heading 1",onClick:e[9]}}),n=new Lu({props:{title:"Heading 2",onClick:e[10]}}),r=new Lu({props:{title:"Heading 3",onClick:e[11]}}),c=new Lu({props:{title:"Heading 4",onClick:e[12]}}),s=new Lu({props:{title:"Heading 5",onClick:e[13]}}),d=new Lu({props:{title:"Heading 6",onClick:e[14]}}),{c(){Ye(t.$$.fragment),o=Q(),Ye(n.$$.fragment),a=Q(),Ye(r.$$.fragment),i=Q(),Ye(c.$$.fragment),l=Q(),Ye(s.$$.fragment),f=Q(),Ye(d.$$.fragment)},m(e,p){Ve(t,e,p),X(e,o,p),Ve(n,e,p),X(e,a,p),Ve(r,e,p),X(e,i,p),Ve(c,e,p),X(e,l,p),Ve(s,e,p),X(e,f,p),Ve(d,e,p),u=!0},p:h,i(e){u||(Oe(t.$$.fragment,e),Oe(n.$$.fragment,e),Oe(r.$$.fragment,e),Oe(c.$$.fragment,e),Oe(s.$$.fragment,e),Oe(d.$$.fragment,e),u=!0)},o(e){Te(t.$$.fragment,e),Te(n.$$.fragment,e),Te(r.$$.fragment,e),Te(c.$$.fragment,e),Te(s.$$.fragment,e),Te(d.$$.fragment,e),u=!1},d(e){Xe(t,e),e&&K(o),Xe(n,e),e&&K(a),Xe(r,e),e&&K(i),Xe(c,e),e&&K(l),Xe(s,e),e&&K(f),Xe(d,e)}}}function Ou(e){let t,o,n,a,r,i,c,l,s,f,d;function u(t){e[19](t)}let p={id:e[0].other.id,classes:e[0].other.classes,style:e[5]+" "+e[0].other.css,onChange:e[2],visualMode:e[4],hidden:e[3]};return void 0!==e[0].text&&(p.text=e[0].text),o=new bu({props:p}),_e.push((()=>We(o,"text",u))),i=new Vd({props:{$$slots:{default:[Iu]},$$scope:{ctx:e}}}),e[21](i),l=new iu({props:{name:e[0].id+"-menu-text-style",classes:"p-3",moveToRoot:!0,$$slots:{default:[Au]},$$scope:{ctx:e}}}),f=new iu({props:{name:e[0].id+"-menu-heading",moveToRoot:!0,$$slots:{default:[zu]},$$scope:{ctx:e}}}),{c(){t=G("div"),Ye(o.$$.fragment),a=Q(),r=G("div"),Ye(i.$$.fragment),c=Q(),Ye(l.$$.fragment),s=Q(),Ye(f.$$.fragment),oe(r,"class","absolute z-20 bottom-full left-0"),re(r,"margin-left",parseInt(e[0].boxModel.margin.left)+parseInt(e[0].boxModel.padding.left)-1+"px"),oe(t,"class","relative")},m(e,n){X(e,t,n),Ve(o,t,null),Z(t,a),Z(t,r),Ve(i,r,null),Z(t,c),Ve(l,t,null),Z(t,s),Ve(f,t,null),d=!0},p(e,[t]){const a={};1&t&&(a.id=e[0].other.id),1&t&&(a.classes=e[0].other.classes),33&t&&(a.style=e[5]+" "+e[0].other.css),4&t&&(a.onChange=e[2]),16&t&&(a.visualMode=e[4]),8&t&&(a.hidden=e[3]),!n&&1&t&&(n=!0,a.text=e[0].text,Me((()=>n=!1))),o.$set(a);const c={};67108881&t&&(c.$$scope={dirty:t,ctx:e}),i.$set(c),(!d||1&t)&&re(r,"margin-left",parseInt(e[0].boxModel.margin.left)+parseInt(e[0].boxModel.padding.left)-1+"px");const s={};1&t&&(s.name=e[0].id+"-menu-text-style"),67108869&t&&(s.$$scope={dirty:t,ctx:e}),l.$set(s);const u={};1&t&&(u.name=e[0].id+"-menu-heading"),67108864&t&&(u.$$scope={dirty:t,ctx:e}),f.$set(u)},i(e){d||(Oe(o.$$.fragment,e),Oe(i.$$.fragment,e),Oe(l.$$.fragment,e),Oe(f.$$.fragment,e),d=!0)},o(e){Te(o.$$.fragment,e),Te(i.$$.fragment,e),Te(l.$$.fragment,e),Te(f.$$.fragment,e),d=!1},d(n){n&&K(t),Xe(o),e[21](null),Xe(i),Xe(l),Xe(f)}}}function Tu(){}function Nu(){}function Pu(e,t,o){let n,a,{$$slots:r={},$$scope:i}=t,{settings:c}=t,{onEdit:l=(()=>{})}=t,{toolbar:s}=t,{inFocus:f}=t,{contentHidden:d}=t;return e.$$set=e=>{"settings"in e&&o(0,c=e.settings),"onEdit"in e&&o(2,l=e.onEdit),"toolbar"in e&&o(1,s=e.toolbar),"inFocus"in e&&o(15,f=e.inFocus),"contentHidden"in e&&o(3,d=e.contentHidden),"$$scope"in e&&o(26,i=e.$$scope)},e.$$.update=()=>{32784&e.$$.dirty&&o(4,n=!f||n),1&e.$$.dirty&&o(5,a=`\n font-family: ${c.style.fontFamily};\n font-size: ${c.style.fontSize}px;\n font-weight: bold;\n line-height: ${Xa(c.style.lineHeight)?c.style.lineHeight+"px":c.style.lineHeight};\n color: ${c.style.color};\n\n text-align: ${c.style.textAlign};\n\n width: ${"auto"==c.boxModel.width?c.boxModel.width:c.boxModel.width+"px"};\n height: ${"auto"==c.boxModel.height?c.boxModel.height:c.boxModel.height+"px"};\n\n margin-top: ${c.boxModel.margin.top}px;\n margin-bottom: ${c.boxModel.margin.bottom}px;\n margin-left: ${c.boxModel.margin.left}px;\n margin-right: ${c.boxModel.margin.right}px;\n\n padding-top: ${c.boxModel.padding.top}px;\n padding-bottom: ${c.boxModel.padding.bottom}px;\n padding-left: ${c.boxModel.padding.left}px;\n padding-right: ${c.boxModel.padding.right}px;\n `)},[c,s,l,d,n,a,function(){o(0,c.style.textAlign="left",c),l()},function(){o(0,c.style.textAlign="center",c),l()},function(){o(0,c.style.textAlign="right",c),l()},function(){o(0,c.style.fontSize=32,c)},function(){o(0,c.style.fontSize=24,c)},function(){o(0,c.style.fontSize=20.8,c)},function(){o(0,c.style.fontSize=16,c)},function(){o(0,c.style.fontSize=12.8,c)},function(){o(0,c.style.fontSize=11.2,c)},f,Tu,Nu,r,function(t){e.$$.not_equal(c.text,t)&&(c.text=t,o(0,c))},()=>o(4,n=!n),function(e){_e[e?"unshift":"push"]((()=>{s=e,o(1,s)}))},function(t){e.$$.not_equal(c.style.fontFamily,t)&&(c.style.fontFamily=t,o(0,c))},function(t){e.$$.not_equal(c.style.fontSize,t)&&(c.style.fontSize=t,o(0,c))},function(t){e.$$.not_equal(c.style.lineHeight,t)&&(c.style.lineHeight=t,o(0,c))},function(t){e.$$.not_equal(c.style.color,t)&&(c.style.color=t,o(0,c))},i]}const Hu=class extends Ge{constructor(e){super(),Ke(this,e,Pu,Ou,k,{settings:0,onEdit:2,toolbar:1,inFocus:15,createEvents:16,removeEvents:17,contentHidden:3})}get createEvents(){return Tu}get removeEvents(){return Nu}},Ru=e=>({}),qu=e=>({}),Zu=e=>({}),Uu=e=>({});function Wu(e){let t,o,n,a,r,i,c,l,s,f,d,u;const p=e[9]["toolbar-buttons-start"],b=D(p,e,e[22],Uu);o=new nu({}),a=new Jd({props:{icon:"fa-solid fa-paint-brush",menuName:e[0].id+"-menu-style"}}),i=new Jd({props:{icon:"fa-solid fa-link",menuName:e[0].id+"-menu-button-url"}}),l=new Jd({props:{icon:"fa-solid fa-code",menuName:e[0].id+"-menu-button-script"}}),f=new nu({});const g=e[9]["toolbar-buttons-end"],h=D(g,e,e[22],qu);return{c(){b&&b.c(),t=Q(),Ye(o.$$.fragment),n=Q(),Ye(a.$$.fragment),r=Q(),Ye(i.$$.fragment),c=Q(),Ye(l.$$.fragment),s=Q(),Ye(f.$$.fragment),d=Q(),h&&h.c()},m(e,p){b&&b.m(e,p),X(e,t,p),Ve(o,e,p),X(e,n,p),Ve(a,e,p),X(e,r,p),Ve(i,e,p),X(e,c,p),Ve(l,e,p),X(e,s,p),Ve(f,e,p),X(e,d,p),h&&h.m(e,p),u=!0},p(e,t){b&&b.p&&(!u||4194304&t)&&j(b,p,e,e[22],u?B(p,e[22],t,Zu):E(e[22]),Uu);const o={};1&t&&(o.menuName=e[0].id+"-menu-style"),a.$set(o);const n={};1&t&&(n.menuName=e[0].id+"-menu-button-url"),i.$set(n);const r={};1&t&&(r.menuName=e[0].id+"-menu-button-script"),l.$set(r),h&&h.p&&(!u||4194304&t)&&j(h,g,e,e[22],u?B(g,e[22],t,Ru):E(e[22]),qu)},i(e){u||(Oe(b,e),Oe(o.$$.fragment,e),Oe(a.$$.fragment,e),Oe(i.$$.fragment,e),Oe(l.$$.fragment,e),Oe(f.$$.fragment,e),Oe(h,e),u=!0)},o(e){Te(b,e),Te(o.$$.fragment,e),Te(a.$$.fragment,e),Te(i.$$.fragment,e),Te(l.$$.fragment,e),Te(f.$$.fragment,e),Te(h,e),u=!1},d(e){b&&b.d(e),e&&K(t),Xe(o,e),e&&K(n),Xe(a,e),e&&K(r),Xe(i,e),e&&K(c),Xe(l,e),e&&K(s),Xe(f,e),e&&K(d),h&&h.d(e)}}}function Yu(e){let t,o,n,a,r,i,c,l,s,f;function d(t){e[11](t)}let u={type:"text",onChange:e[2],label:"Text",small:!0};function p(t){e[12](t)}void 0!==e[0].text&&(u.value=e[0].text),o=new ys({props:u}),_e.push((()=>We(o,"value",d)));let b={type:"text",onChange:e[2],label:"URL",small:!0};function g(t){e[13](t)}void 0!==e[0].url&&(b.value=e[0].url),r=new ys({props:b}),_e.push((()=>We(r,"value",p)));let h={type:"checkbox",name:"Open Link in New Tab",onChange:e[2],small:!0};return void 0!==e[0].newTab&&(h.value=e[0].newTab),l=new ys({props:h}),_e.push((()=>We(l,"value",g))),{c(){t=G("div"),Ye(o.$$.fragment),a=Q(),Ye(r.$$.fragment),c=Q(),Ye(l.$$.fragment),re(t,"width","250px")},m(e,n){X(e,t,n),Ve(o,t,null),Z(t,a),Ve(r,t,null),Z(t,c),Ve(l,t,null),f=!0},p(e,t){const a={};4&t&&(a.onChange=e[2]),!n&&1&t&&(n=!0,a.value=e[0].text,Me((()=>n=!1))),o.$set(a);const c={};4&t&&(c.onChange=e[2]),!i&&1&t&&(i=!0,c.value=e[0].url,Me((()=>i=!1))),r.$set(c);const f={};4&t&&(f.onChange=e[2]),!s&&1&t&&(s=!0,f.value=e[0].newTab,Me((()=>s=!1))),l.$set(f)},i(e){f||(Oe(o.$$.fragment,e),Oe(r.$$.fragment,e),Oe(l.$$.fragment,e),f=!0)},o(e){Te(o.$$.fragment,e),Te(r.$$.fragment,e),Te(l.$$.fragment,e),f=!1},d(e){e&&K(t),Xe(o),Xe(r),Xe(l)}}}function Vu(e){let t,o,n,a;function r(t){e[14](t)}let i={type:"textarea",onChange:e[2],label:"Script",small:!0};return void 0!==e[0].script&&(i.value=e[0].script),o=new ys({props:i}),_e.push((()=>We(o,"value",r))),{c(){t=G("div"),Ye(o.$$.fragment),re(t,"width","250px")},m(e,n){X(e,t,n),Ve(o,t,null),a=!0},p(e,t){const a={};4&t&&(a.onChange=e[2]),!n&&1&t&&(n=!0,a.value=e[0].script,Me((()=>n=!1))),o.$set(a)},i(e){a||(Oe(o.$$.fragment,e),a=!0)},o(e){Te(o.$$.fragment,e),a=!1},d(e){e&&K(t),Xe(o)}}}function Xu(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v,_,x,w,k,C,$;function M(t){e[15](t)}let F={type:"select",label:"Display",small:!0,options:[{name:"Block",value:"block"},{name:"Inline-Block",value:"inline-block"}],onEdit:e[2]};function D(t){e[16](t)}void 0!==e[0].style.display&&(F.value=e[0].style.display),o=new ys({props:F}),_e.push((()=>We(o,"value",M)));let L={onChange:e[2],type:"number",label:"Border Radius",small:!0,flex:"2"};function B(t){e[17](t)}void 0!==e[0].style.borderRadius&&(L.value=e[0].style.borderRadius),i=new ys({props:L}),_e.push((()=>We(i,"value",D)));let j={onChange:e[2],type:"color",label:"BG Color",small:!0,flex:"1"};function E(t){e[18](t)}void 0!==e[0].style.backgroundColor&&(j.value=e[0].style.backgroundColor),s=new ys({props:j}),_e.push((()=>We(s,"value",B)));let S={onChange:e[2],type:"text",label:"Font Family",flex:"1",small:!0};function I(t){e[19](t)}void 0!==e[0].style.fontFamily&&(S.value=e[0].style.fontFamily),p=new ys({props:S}),_e.push((()=>We(p,"value",E)));let A={onChange:e[2],type:"number",label:"Weight",flex:"1",small:!0};function z(t){e[20](t)}void 0!==e[0].style.fontWeight&&(A.value=e[0].style.fontWeight),m=new ys({props:A}),_e.push((()=>We(m,"value",I)));let O={onChange:e[2],type:"number",label:"Size",flex:"1",small:!0};function T(t){e[21](t)}void 0!==e[0].style.fontSize&&(O.value=e[0].style.fontSize),_=new ys({props:O}),_e.push((()=>We(_,"value",z)));let N={onChange:e[2],type:"color",label:"Color",flex:"1",small:!0};return void 0!==e[0].style.color&&(N.value=e[0].style.color),k=new ys({props:N}),_e.push((()=>We(k,"value",T))),{c(){t=G("div"),Ye(o.$$.fragment),a=Q(),r=G("div"),Ye(i.$$.fragment),l=Q(),Ye(s.$$.fragment),d=Q(),u=G("div"),Ye(p.$$.fragment),g=Q(),h=G("div"),Ye(m.$$.fragment),v=Q(),Ye(_.$$.fragment),w=Q(),Ye(k.$$.fragment),oe(r,"class","flex"),re(t,"width","250px"),oe(h,"class","flex"),re(u,"width","250px")},m(e,n){X(e,t,n),Ve(o,t,null),Z(t,a),Z(t,r),Ve(i,r,null),Z(r,l),Ve(s,r,null),X(e,d,n),X(e,u,n),Ve(p,u,null),Z(u,g),Z(u,h),Ve(m,h,null),Z(h,v),Ve(_,h,null),Z(h,w),Ve(k,h,null),$=!0},p(e,t){const a={};4&t&&(a.onEdit=e[2]),!n&&1&t&&(n=!0,a.value=e[0].style.display,Me((()=>n=!1))),o.$set(a);const r={};4&t&&(r.onChange=e[2]),!c&&1&t&&(c=!0,r.value=e[0].style.borderRadius,Me((()=>c=!1))),i.$set(r);const l={};4&t&&(l.onChange=e[2]),!f&&1&t&&(f=!0,l.value=e[0].style.backgroundColor,Me((()=>f=!1))),s.$set(l);const d={};4&t&&(d.onChange=e[2]),!b&&1&t&&(b=!0,d.value=e[0].style.fontFamily,Me((()=>b=!1))),p.$set(d);const u={};4&t&&(u.onChange=e[2]),!y&&1&t&&(y=!0,u.value=e[0].style.fontWeight,Me((()=>y=!1))),m.$set(u);const g={};4&t&&(g.onChange=e[2]),!x&&1&t&&(x=!0,g.value=e[0].style.fontSize,Me((()=>x=!1))),_.$set(g);const h={};4&t&&(h.onChange=e[2]),!C&&1&t&&(C=!0,h.value=e[0].style.color,Me((()=>C=!1))),k.$set(h)},i(e){$||(Oe(o.$$.fragment,e),Oe(i.$$.fragment,e),Oe(s.$$.fragment,e),Oe(p.$$.fragment,e),Oe(m.$$.fragment,e),Oe(_.$$.fragment,e),Oe(k.$$.fragment,e),$=!0)},o(e){Te(o.$$.fragment,e),Te(i.$$.fragment,e),Te(s.$$.fragment,e),Te(p.$$.fragment,e),Te(m.$$.fragment,e),Te(_.$$.fragment,e),Te(k.$$.fragment,e),$=!1},d(e){e&&K(t),Xe(o),Xe(i),Xe(s),e&&K(d),e&&K(u),Xe(p),Xe(m),Xe(_),Xe(k)}}}function Ku(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v=e[0].text+"";return d=new Vd({props:{$$slots:{default:[Wu]},$$scope:{ctx:e}}}),e[10](d),p=new iu({props:{name:e[0].id+"-menu-button-url",classes:"p-3",moveToRoot:!0,$$slots:{default:[Yu]},$$scope:{ctx:e}}}),g=new iu({props:{name:e[0].id+"-menu-button-script",classes:"p-3",moveToRoot:!0,$$slots:{default:[Vu]},$$scope:{ctx:e}}}),m=new iu({props:{name:e[0].id+"-menu-style",classes:"p-3",moveToRoot:!0,$$slots:{default:[Xu]},$$scope:{ctx:e}}}),{c(){t=G("div"),o=G("div"),n=G("a"),a=J(v),s=Q(),f=G("div"),Ye(d.$$.fragment),u=Q(),Ye(p.$$.fragment),b=Q(),Ye(g.$$.fragment),h=Q(),Ye(m.$$.fragment),oe(n,"href",r=e[0].url),oe(n,"style",i=e[4]+" "+e[0].other.css),oe(n,"id",c=e[0].other.id),oe(n,"class",l=e[0].other.classes),oe(o,"style",e[3]),oe(o,"class",e[5]),oe(f,"class","absolute z-20 bottom-full left-0"),re(f,"margin-left",parseInt(e[0].boxModel.margin.left)+parseInt(e[0].boxModel.padding.left)-1+"px")},m(e,r){X(e,t,r),Z(t,o),Z(o,n),Z(n,a),Z(t,s),Z(t,f),Ve(d,f,null),Z(t,u),Ve(p,t,null),Z(t,b),Ve(g,t,null),Z(t,h),Ve(m,t,null),y=!0},p(e,[t]){(!y||1&t)&&v!==(v=e[0].text+"")&&ne(a,v),(!y||1&t&&r!==(r=e[0].url))&&oe(n,"href",r),(!y||17&t&&i!==(i=e[4]+" "+e[0].other.css))&&oe(n,"style",i),(!y||1&t&&c!==(c=e[0].other.id))&&oe(n,"id",c),(!y||1&t&&l!==(l=e[0].other.classes))&&oe(n,"class",l),(!y||8&t)&&oe(o,"style",e[3]),(!y||32&t)&&oe(o,"class",e[5]);const s={};4194305&t&&(s.$$scope={dirty:t,ctx:e}),d.$set(s),(!y||1&t)&&re(f,"margin-left",parseInt(e[0].boxModel.margin.left)+parseInt(e[0].boxModel.padding.left)-1+"px");const u={};1&t&&(u.name=e[0].id+"-menu-button-url"),4194309&t&&(u.$$scope={dirty:t,ctx:e}),p.$set(u);const b={};1&t&&(b.name=e[0].id+"-menu-button-script"),4194309&t&&(b.$$scope={dirty:t,ctx:e}),g.$set(b);const h={};1&t&&(h.name=e[0].id+"-menu-style"),4194309&t&&(h.$$scope={dirty:t,ctx:e}),m.$set(h)},i(e){y||(Oe(d.$$.fragment,e),Oe(p.$$.fragment,e),Oe(g.$$.fragment,e),Oe(m.$$.fragment,e),y=!0)},o(e){Te(d.$$.fragment,e),Te(p.$$.fragment,e),Te(g.$$.fragment,e),Te(m.$$.fragment,e),y=!1},d(o){o&&K(t),e[10](null),Xe(d),Xe(p),Xe(g),Xe(m)}}}function Gu(){}function Ju(){}function Qu(e,t,o){let n,a,r,{$$slots:i={},$$scope:c}=t,{settings:l}=t,{onEdit:s=(()=>{})}=t,{toolbar:f}=t,{contentHidden:d}=t;return e.$$set=e=>{"settings"in e&&o(0,l=e.settings),"onEdit"in e&&o(2,s=e.onEdit),"toolbar"in e&&o(1,f=e.toolbar),"contentHidden"in e&&o(8,d=e.contentHidden),"$$scope"in e&&o(22,c=e.$$scope)},e.$$.update=()=>{256&e.$$.dirty&&o(5,n=d?"hidden":""),1&e.$$.dirty&&o(4,a=`\n background-color: ${l.style.backgroundColor};\n border-radius: ${l.style.borderRadius}px;\n\n font-family: ${l.style.fontFamily};\n font-weight: ${l.style.fontWeight};\n font-size: ${l.style.fontSize}px;\n line-height: ${l.boxModel.height}px;\n color: ${l.style.color} !important;\n\n width: ${"auto"==l.boxModel.width?l.boxModel.width:l.boxModel.width+"px"};\n height: ${"auto"==l.boxModel.height?l.boxModel.height:l.boxModel.height+"px"};\n\n display: ${l.style.display};\n\n text-align: center;\n pointer-events: none;\n padding: 0 20px;\n `),1&e.$$.dirty&&o(3,r=`\n margin-top: ${l.boxModel.margin.top}px;\n margin-bottom: ${l.boxModel.margin.bottom}px;\n margin-left: ${l.boxModel.margin.left}px;\n margin-right: ${l.boxModel.margin.right}px;\n\n padding-top: ${l.boxModel.padding.top}px;\n padding-bottom: ${l.boxModel.padding.bottom}px;\n padding-left: ${l.boxModel.padding.left}px;\n padding-right: ${l.boxModel.padding.right}px;\n `)},[l,f,s,r,a,n,Gu,Ju,d,i,function(e){_e[e?"unshift":"push"]((()=>{f=e,o(1,f)}))},function(t){e.$$.not_equal(l.text,t)&&(l.text=t,o(0,l))},function(t){e.$$.not_equal(l.url,t)&&(l.url=t,o(0,l))},function(t){e.$$.not_equal(l.newTab,t)&&(l.newTab=t,o(0,l))},function(t){e.$$.not_equal(l.script,t)&&(l.script=t,o(0,l))},function(t){e.$$.not_equal(l.style.display,t)&&(l.style.display=t,o(0,l))},function(t){e.$$.not_equal(l.style.borderRadius,t)&&(l.style.borderRadius=t,o(0,l))},function(t){e.$$.not_equal(l.style.backgroundColor,t)&&(l.style.backgroundColor=t,o(0,l))},function(t){e.$$.not_equal(l.style.fontFamily,t)&&(l.style.fontFamily=t,o(0,l))},function(t){e.$$.not_equal(l.style.fontWeight,t)&&(l.style.fontWeight=t,o(0,l))},function(t){e.$$.not_equal(l.style.fontSize,t)&&(l.style.fontSize=t,o(0,l))},function(t){e.$$.not_equal(l.style.color,t)&&(l.style.color=t,o(0,l))},c]}const ep=class extends Ge{constructor(e){super(),Ke(this,e,Qu,Ku,k,{settings:0,onEdit:2,createEvents:6,removeEvents:7,toolbar:1,contentHidden:8})}get createEvents(){return Gu}get removeEvents(){return Ju}},tp=e=>({}),op=e=>({}),np=e=>({}),ap=e=>({});function rp(e){let t,o,n,a;return{c(){t=G("img"),$(t.src,o=e[0].url)||oe(t,"src",o),re(t,"width","100%"),oe(t,"id",n=e[0].other.id),oe(t,"class",a=e[0].other.classes),oe(t,"alt","")},m(e,o){X(e,t,o)},p(e,r){1&r&&!$(t.src,o=e[0].url)&&oe(t,"src",o),1&r&&n!==(n=e[0].other.id)&&oe(t,"id",n),1&r&&a!==(a=e[0].other.classes)&&oe(t,"class",a)},d(e){e&&K(t)}}}function ip(e){let t;return{c(){t=G("div"),t.innerHTML='<div class="fa-solid fa-image text-white text-xl"></div>',oe(t,"class","flex items-center justify-center bg-theme-600 py-5")},m(e,o){X(e,t,o)},d(e){e&&K(t)}}}function cp(e){let t,o,n,a,r,i,c,l;const s=e[11]["toolbar-buttons-start"],f=D(s,e,e[18],ap);o=new nu({}),a=new Jd({props:{icon:"fa-solid fa-image",menuName:e[0].id+"-menu-image"}}),i=new nu({});const d=e[11]["toolbar-buttons-end"],u=D(d,e,e[18],op);return{c(){f&&f.c(),t=Q(),Ye(o.$$.fragment),n=Q(),Ye(a.$$.fragment),r=Q(),Ye(i.$$.fragment),c=Q(),u&&u.c()},m(e,s){f&&f.m(e,s),X(e,t,s),Ve(o,e,s),X(e,n,s),Ve(a,e,s),X(e,r,s),Ve(i,e,s),X(e,c,s),u&&u.m(e,s),l=!0},p(e,t){f&&f.p&&(!l||262144&t)&&j(f,s,e,e[18],l?B(s,e[18],t,np):E(e[18]),ap);const o={};1&t&&(o.menuName=e[0].id+"-menu-image"),a.$set(o),u&&u.p&&(!l||262144&t)&&j(u,d,e,e[18],l?B(d,e[18],t,tp):E(e[18]),op)},i(e){l||(Oe(f,e),Oe(o.$$.fragment,e),Oe(a.$$.fragment,e),Oe(i.$$.fragment,e),Oe(u,e),l=!0)},o(e){Te(f,e),Te(o.$$.fragment,e),Te(a.$$.fragment,e),Te(i.$$.fragment,e),Te(u,e),l=!1},d(e){f&&f.d(e),e&&K(t),Xe(o,e),e&&K(n),Xe(a,e),e&&K(r),Xe(i,e),e&&K(c),u&&u.d(e)}}}function lp(e){let t,o,n;function a(t){e[14](t)}let r={onChange:e[2],type:"text",label:"Image URL",small:!0};return void 0!==e[0].url&&(r.value=e[0].url),t=new ys({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};4&n&&(a.onChange=e[2]),!o&&1&n&&(o=!0,a.value=e[0].url,Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function sp(e){let t,o,n;function a(t){e[13](t)}let r={onChange:e[2],type:"wp-image",label:"Image",small:!0};return void 0!==e[0].url&&(r.value=e[0].url),t=new ys({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};4&n&&(a.onChange=e[2]),!o&&1&n&&(o=!0,a.value=e[0].url,Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function fp(e){let t,o,n,a,r,i,c,l,s,f;const d=[sp,lp],u=[];function p(t){e[15](t)}o=window.imageMapProConfig.wp?0:1,n=u[o]=d[o](e);let b={onChange:e[7],type:"checkbox",name:"Image is a Link",small:!0};function g(t){e[16](t)}void 0!==e[3]&&(b.value=e[3]),r=new ys({props:b}),_e.push((()=>We(r,"value",p)));let h={onChange:e[2],type:"text",label:"Link URL",small:!0,hidden:!e[3]};return void 0!==e[0].linkUrl&&(h.value=e[0].linkUrl),l=new ys({props:h}),_e.push((()=>We(l,"value",g))),{c(){t=G("div"),n.c(),a=Q(),Ye(r.$$.fragment),c=Q(),Ye(l.$$.fragment),re(t,"width","250px")},m(e,n){X(e,t,n),u[o].m(t,null),Z(t,a),Ve(r,t,null),Z(t,c),Ve(l,t,null),f=!0},p(e,t){n.p(e,t);const o={};!i&&8&t&&(i=!0,o.value=e[3],Me((()=>i=!1))),r.$set(o);const a={};4&t&&(a.onChange=e[2]),8&t&&(a.hidden=!e[3]),!s&&1&t&&(s=!0,a.value=e[0].linkUrl,Me((()=>s=!1))),l.$set(a)},i(e){f||(Oe(n),Oe(r.$$.fragment,e),Oe(l.$$.fragment,e),f=!0)},o(e){Te(n),Te(r.$$.fragment,e),Te(l.$$.fragment,e),f=!1},d(e){e&&K(t),u[o].d(),Xe(r),Xe(l)}}}function dp(e){let t,o,n,a,r,i,c,l,s,f,d=""!==e[0].url&&rp(e),u=!e[0].url&&ip();c=new Vd({props:{$$slots:{default:[cp]},$$scope:{ctx:e}}}),e[12](c);let p={name:e[0].id+"-menu-image",classes:"p-3",moveToRoot:!0,$$slots:{default:[fp]},$$scope:{ctx:e}};return s=new iu({props:p}),e[17](s),{c(){t=G("div"),o=G("div"),d&&d.c(),n=Q(),u&&u.c(),r=Q(),i=G("div"),Ye(c.$$.fragment),l=Q(),Ye(s.$$.fragment),oe(o,"style",a=e[5]+" "+e[0].other.css),oe(o,"class",e[6]),oe(i,"class","absolute z-20 bottom-full left-0"),re(i,"margin-left",parseInt(e[0].boxModel.margin.left)+parseInt(e[0].boxModel.padding.left)-1+"px")},m(e,a){X(e,t,a),Z(t,o),d&&d.m(o,null),Z(o,n),u&&u.m(o,null),Z(t,r),Z(t,i),Ve(c,i,null),Z(t,l),Ve(s,t,null),f=!0},p(e,[t]){""!==e[0].url?d?d.p(e,t):(d=rp(e),d.c(),d.m(o,n)):d&&(d.d(1),d=null),e[0].url?u&&(u.d(1),u=null):u||(u=ip(),u.c(),u.m(o,null)),(!f||33&t&&a!==(a=e[5]+" "+e[0].other.css))&&oe(o,"style",a),(!f||64&t)&&oe(o,"class",e[6]);const r={};262145&t&&(r.$$scope={dirty:t,ctx:e}),c.$set(r),(!f||1&t)&&re(i,"margin-left",parseInt(e[0].boxModel.margin.left)+parseInt(e[0].boxModel.padding.left)-1+"px");const l={};1&t&&(l.name=e[0].id+"-menu-image"),262157&t&&(l.$$scope={dirty:t,ctx:e}),s.$set(l)},i(e){f||(Oe(c.$$.fragment,e),Oe(s.$$.fragment,e),f=!0)},o(e){Te(c.$$.fragment,e),Te(s.$$.fragment,e),f=!1},d(o){o&&K(t),d&&d.d(),u&&u.d(),e[12](null),Xe(c),e[17](null),Xe(s)}}}function up(){}function pp(){}function bp(e,t,o){let n,a,r,{$$slots:i={},$$scope:c}=t,{settings:l}=t,{onEdit:s=(()=>{})}=t,{toolbar:f}=t,{contentHidden:d}=t,u=!1;return e.$$set=e=>{"settings"in e&&o(0,l=e.settings),"onEdit"in e&&o(2,s=e.onEdit),"toolbar"in e&&o(1,f=e.toolbar),"contentHidden"in e&&o(10,d=e.contentHidden),"$$scope"in e&&o(18,c=e.$$scope)},e.$$.update=()=>{1024&e.$$.dirty&&o(6,n=d?"hidden":""),1&e.$$.dirty&&o(5,a=`\n width: ${"auto"==l.boxModel.width?l.boxModel.width:l.boxModel.width+"px"};\n height: ${"auto"==l.boxModel.height?l.boxModel.height:l.boxModel.height+"px"};\n\n max-width: 100%;\n\n margin-top: ${l.boxModel.margin.top}px;\n margin-bottom: ${l.boxModel.margin.bottom}px;\n margin-left: ${l.boxModel.margin.left}px;\n margin-right: ${l.boxModel.margin.right}px;\n\n padding-top: ${l.boxModel.padding.top}px;\n padding-bottom: ${l.boxModel.padding.bottom}px;\n padding-left: ${l.boxModel.padding.left}px;\n padding-right: ${l.boxModel.padding.right}px;\n `)},[l,f,s,u,r,a,n,function(){s(),r.recalc()},up,pp,d,i,function(e){_e[e?"unshift":"push"]((()=>{f=e,o(1,f)}))},function(t){e.$$.not_equal(l.url,t)&&(l.url=t,o(0,l))},function(t){e.$$.not_equal(l.url,t)&&(l.url=t,o(0,l))},function(e){u=e,o(3,u)},function(t){e.$$.not_equal(l.linkUrl,t)&&(l.linkUrl=t,o(0,l))},function(e){_e[e?"unshift":"push"]((()=>{r=e,o(4,r)}))},c]}const gp=class extends Ge{constructor(e){super(),Ke(this,e,bp,dp,k,{settings:0,onEdit:2,toolbar:1,createEvents:8,removeEvents:9,contentHidden:10})}get createEvents(){return up}get removeEvents(){return pp}},hp=e=>({}),mp=e=>({}),yp=e=>({}),vp=e=>({});function _p(e){let t,o,n,a,r,i,c,l,s,f,d,u;return{c(){t=G("video"),o=G("source"),a=G("source"),i=G("source"),$(o.src,n=e[0].src.mp4)||oe(o,"src",n),oe(o,"type","video/mp4"),$(a.src,r=e[0].src.webm)||oe(a,"src",r),oe(a,"type","video/webm"),$(i.src,c=e[0].src.ogv)||oe(i,"src",c),oe(i,"type","video/ogv"),t.autoplay=l=e[0].autoplay,t.loop=s=e[0].loop,t.controls=f=e[0].controls,oe(t,"id",d=e[0].other.id),oe(t,"class",u=e[0].other.classes)},m(e,n){X(e,t,n),Z(t,o),Z(t,a),Z(t,i)},p(e,p){1&p&&!$(o.src,n=e[0].src.mp4)&&oe(o,"src",n),1&p&&!$(a.src,r=e[0].src.webm)&&oe(a,"src",r),1&p&&!$(i.src,c=e[0].src.ogv)&&oe(i,"src",c),1&p&&l!==(l=e[0].autoplay)&&(t.autoplay=l),1&p&&s!==(s=e[0].loop)&&(t.loop=s),1&p&&f!==(f=e[0].controls)&&(t.controls=f),1&p&&d!==(d=e[0].other.id)&&oe(t,"id",d),1&p&&u!==(u=e[0].other.classes)&&oe(t,"class",u)},d(e){e&&K(t)}}}function xp(e){let t;return{c(){t=G("div"),t.innerHTML='<div class="fa-solid fa-video-camera text-white text-xl"></div>',oe(t,"class","flex items-center justify-center bg-theme-600 py-5")},m(e,o){X(e,t,o)},d(e){e&&K(t)}}}function wp(e){let t,o,n,a,r,i,c,l;const s=e[11]["toolbar-buttons-start"],f=D(s,e,e[22],vp);o=new nu({}),a=new Jd({props:{icon:"fa-solid fa-video-camera",menuName:e[0].id+"-menu-video"}}),i=new nu({});const d=e[11]["toolbar-buttons-end"],u=D(d,e,e[22],mp);return{c(){f&&f.c(),t=Q(),Ye(o.$$.fragment),n=Q(),Ye(a.$$.fragment),r=Q(),Ye(i.$$.fragment),c=Q(),u&&u.c()},m(e,s){f&&f.m(e,s),X(e,t,s),Ve(o,e,s),X(e,n,s),Ve(a,e,s),X(e,r,s),Ve(i,e,s),X(e,c,s),u&&u.m(e,s),l=!0},p(e,t){f&&f.p&&(!l||4194304&t)&&j(f,s,e,e[22],l?B(s,e[22],t,yp):E(e[22]),vp);const o={};1&t&&(o.menuName=e[0].id+"-menu-video"),a.$set(o),u&&u.p&&(!l||4194304&t)&&j(u,d,e,e[22],l?B(d,e[22],t,hp):E(e[22]),mp)},i(e){l||(Oe(f,e),Oe(o.$$.fragment,e),Oe(a.$$.fragment,e),Oe(i.$$.fragment,e),Oe(u,e),l=!0)},o(e){Te(f,e),Te(o.$$.fragment,e),Te(a.$$.fragment,e),Te(i.$$.fragment,e),Te(u,e),l=!1},d(e){f&&f.d(e),e&&K(t),Xe(o,e),e&&K(n),Xe(a,e),e&&K(r),Xe(i,e),e&&K(c),u&&u.d(e)}}}function kp(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v,_,x,w,k,C,$,M;function F(t){e[13](t)}let D={type:"text",label:"WEBM URL",onChange:e[2],small:!0};function L(t){e[14](t)}void 0!==e[0].src.webm&&(D.value=e[0].src.webm),o=new ys({props:D}),_e.push((()=>We(o,"value",F)));let B={type:"text",label:"MP4 URL",onChange:e[2],small:!0};function j(t){e[15](t)}void 0!==e[0].src.mp4&&(B.value=e[0].src.mp4),r=new ys({props:B}),_e.push((()=>We(r,"value",L)));let E={type:"text",label:"OGV URL",onChange:e[2],small:!0};function S(t){e[16](t)}void 0!==e[0].src.ogv&&(E.value=e[0].src.ogv),l=new ys({props:E}),_e.push((()=>We(l,"value",j)));let I={type:"checkbox",name:"Autoplay",onChange:e[2],small:!0};function A(t){e[17](t)}void 0!==e[0].autoplay&&(I.value=e[0].autoplay),u=new ys({props:I}),_e.push((()=>We(u,"value",S)));let z={type:"checkbox",name:"Controls",onChange:e[2],small:!0};function O(t){e[18](t)}void 0!==e[0].controls&&(z.value=e[0].controls),g=new ys({props:z}),_e.push((()=>We(g,"value",A)));let T={type:"checkbox",name:"Loop",onChange:e[2],small:!0};function N(t){e[19](t)}void 0!==e[0].loop&&(T.value=e[0].loop),y=new ys({props:T}),_e.push((()=>We(y,"value",O)));let P={onChange:e[7],type:"checkbox",name:"Video is a Link",small:!0};function H(t){e[20](t)}void 0!==e[3]&&(P.value=e[3]),x=new ys({props:P}),_e.push((()=>We(x,"value",N)));let R={onChange:e[2],type:"text",label:"Link URL",small:!0,hidden:!e[3]};return void 0!==e[0].linkUrl&&(R.value=e[0].linkUrl),C=new ys({props:R}),_e.push((()=>We(C,"value",H))),{c(){t=G("div"),Ye(o.$$.fragment),a=Q(),Ye(r.$$.fragment),c=Q(),Ye(l.$$.fragment),f=Q(),d=G("div"),Ye(u.$$.fragment),b=Q(),Ye(g.$$.fragment),m=Q(),Ye(y.$$.fragment),_=Q(),Ye(x.$$.fragment),k=Q(),Ye(C.$$.fragment),oe(d,"class","flex"),re(t,"width","250px")},m(e,n){X(e,t,n),Ve(o,t,null),Z(t,a),Ve(r,t,null),Z(t,c),Ve(l,t,null),Z(t,f),Z(t,d),Ve(u,d,null),Z(d,b),Ve(g,d,null),Z(d,m),Ve(y,d,null),Z(t,_),Ve(x,t,null),Z(t,k),Ve(C,t,null),M=!0},p(e,t){const a={};4&t&&(a.onChange=e[2]),!n&&1&t&&(n=!0,a.value=e[0].src.webm,Me((()=>n=!1))),o.$set(a);const c={};4&t&&(c.onChange=e[2]),!i&&1&t&&(i=!0,c.value=e[0].src.mp4,Me((()=>i=!1))),r.$set(c);const f={};4&t&&(f.onChange=e[2]),!s&&1&t&&(s=!0,f.value=e[0].src.ogv,Me((()=>s=!1))),l.$set(f);const d={};4&t&&(d.onChange=e[2]),!p&&1&t&&(p=!0,d.value=e[0].autoplay,Me((()=>p=!1))),u.$set(d);const b={};4&t&&(b.onChange=e[2]),!h&&1&t&&(h=!0,b.value=e[0].controls,Me((()=>h=!1))),g.$set(b);const m={};4&t&&(m.onChange=e[2]),!v&&1&t&&(v=!0,m.value=e[0].loop,Me((()=>v=!1))),y.$set(m);const _={};!w&&8&t&&(w=!0,_.value=e[3],Me((()=>w=!1))),x.$set(_);const k={};4&t&&(k.onChange=e[2]),8&t&&(k.hidden=!e[3]),!$&&1&t&&($=!0,k.value=e[0].linkUrl,Me((()=>$=!1))),C.$set(k)},i(e){M||(Oe(o.$$.fragment,e),Oe(r.$$.fragment,e),Oe(l.$$.fragment,e),Oe(u.$$.fragment,e),Oe(g.$$.fragment,e),Oe(y.$$.fragment,e),Oe(x.$$.fragment,e),Oe(C.$$.fragment,e),M=!0)},o(e){Te(o.$$.fragment,e),Te(r.$$.fragment,e),Te(l.$$.fragment,e),Te(u.$$.fragment,e),Te(g.$$.fragment,e),Te(y.$$.fragment,e),Te(x.$$.fragment,e),Te(C.$$.fragment,e),M=!1},d(e){e&&K(t),Xe(o),Xe(r),Xe(l),Xe(u),Xe(g),Xe(y),Xe(x),Xe(C)}}}function Cp(e){let t,o,n,a,r,i,c,l,s,f,d=(e[0].src.mp4||e[0].src.webm||e[0].src.ogv)&&_p(e),u=!e[0].src.mp4&&!e[0].src.webm&&!e[0].src.ogv&&xp();c=new Vd({props:{$$slots:{default:[wp]},$$scope:{ctx:e}}}),e[12](c);let p={name:e[0].id+"-menu-video",classes:"p-3",moveToRoot:!0,$$slots:{default:[kp]},$$scope:{ctx:e}};return s=new iu({props:p}),e[21](s),{c(){t=G("div"),o=G("div"),d&&d.c(),n=Q(),u&&u.c(),r=Q(),i=G("div"),Ye(c.$$.fragment),l=Q(),Ye(s.$$.fragment),oe(o,"class",e[6]),oe(o,"style",a=e[5]+" "+e[0].other.css),oe(i,"class","absolute z-20 bottom-full left-0"),re(i,"margin-left",parseInt(e[0].boxModel.margin.left)+parseInt(e[0].boxModel.padding.left)-1+"px")},m(e,a){X(e,t,a),Z(t,o),d&&d.m(o,null),Z(o,n),u&&u.m(o,null),Z(t,r),Z(t,i),Ve(c,i,null),Z(t,l),Ve(s,t,null),f=!0},p(e,[t]){e[0].src.mp4||e[0].src.webm||e[0].src.ogv?d?d.p(e,t):(d=_p(e),d.c(),d.m(o,n)):d&&(d.d(1),d=null),e[0].src.mp4||e[0].src.webm||e[0].src.ogv?u&&(u.d(1),u=null):u||(u=xp(),u.c(),u.m(o,null)),(!f||64&t)&&oe(o,"class",e[6]),(!f||33&t&&a!==(a=e[5]+" "+e[0].other.css))&&oe(o,"style",a);const r={};4194305&t&&(r.$$scope={dirty:t,ctx:e}),c.$set(r),(!f||1&t)&&re(i,"margin-left",parseInt(e[0].boxModel.margin.left)+parseInt(e[0].boxModel.padding.left)-1+"px");const l={};1&t&&(l.name=e[0].id+"-menu-video"),4194317&t&&(l.$$scope={dirty:t,ctx:e}),s.$set(l)},i(e){f||(Oe(c.$$.fragment,e),Oe(s.$$.fragment,e),f=!0)},o(e){Te(c.$$.fragment,e),Te(s.$$.fragment,e),f=!1},d(o){o&&K(t),d&&d.d(),u&&u.d(),e[12](null),Xe(c),e[21](null),Xe(s)}}}function $p(){}function Mp(){}function Fp(e,t,o){let n,a,r,{$$slots:i={},$$scope:c}=t,{settings:l}=t,{onEdit:s=(()=>{})}=t,{toolbar:f}=t,{contentHidden:d}=t,u=!1;return e.$$set=e=>{"settings"in e&&o(0,l=e.settings),"onEdit"in e&&o(2,s=e.onEdit),"toolbar"in e&&o(1,f=e.toolbar),"contentHidden"in e&&o(10,d=e.contentHidden),"$$scope"in e&&o(22,c=e.$$scope)},e.$$.update=()=>{1024&e.$$.dirty&&o(6,n=d?"hidden":""),1&e.$$.dirty&&o(5,a=`\n width: ${"auto"==l.boxModel.width?l.boxModel.width:l.boxModel.width+"px"};\n height: ${"auto"==l.boxModel.height?l.boxModel.height:l.boxModel.height+"px"};\n\n margin-top: ${l.boxModel.margin.top}px;\n margin-bottom: ${l.boxModel.margin.bottom}px;\n margin-left: ${l.boxModel.margin.left}px;\n margin-right: ${l.boxModel.margin.right}px;\n\n padding-top: ${l.boxModel.padding.top}px;\n padding-bottom: ${l.boxModel.padding.bottom}px;\n padding-left: ${l.boxModel.padding.left}px;\n padding-right: ${l.boxModel.padding.right}px;\n `)},[l,f,s,u,r,a,n,function(){s(),r.recalc()},$p,Mp,d,i,function(e){_e[e?"unshift":"push"]((()=>{f=e,o(1,f)}))},function(t){e.$$.not_equal(l.src.webm,t)&&(l.src.webm=t,o(0,l))},function(t){e.$$.not_equal(l.src.mp4,t)&&(l.src.mp4=t,o(0,l))},function(t){e.$$.not_equal(l.src.ogv,t)&&(l.src.ogv=t,o(0,l))},function(t){e.$$.not_equal(l.autoplay,t)&&(l.autoplay=t,o(0,l))},function(t){e.$$.not_equal(l.controls,t)&&(l.controls=t,o(0,l))},function(t){e.$$.not_equal(l.loop,t)&&(l.loop=t,o(0,l))},function(e){u=e,o(3,u)},function(t){e.$$.not_equal(l.linkUrl,t)&&(l.linkUrl=t,o(0,l))},function(e){_e[e?"unshift":"push"]((()=>{r=e,o(4,r)}))},c]}const Dp=class extends Ge{constructor(e){super(),Ke(this,e,Fp,Cp,k,{settings:0,onEdit:2,toolbar:1,createEvents:8,removeEvents:9,contentHidden:10})}get createEvents(){return $p}get removeEvents(){return Mp}},Lp=e=>({}),Bp=e=>({}),jp=e=>({}),Ep=e=>({});function Sp(e){let t,o,n;return{c(){t=G("div"),oe(t,"class","pointer-events-none"),oe(t,"contenteditable","false"),void 0===e[0].embedCode&&$e((()=>e[9].call(t)))},m(a,r){X(a,t,r),void 0!==e[0].embedCode&&(t.innerHTML=e[0].embedCode),o||(n=te(t,"input",e[9]),o=!0)},p(e,o){1&o&&e[0].embedCode!==t.innerHTML&&(t.innerHTML=e[0].embedCode)},d(e){e&&K(t),o=!1,n()}}}function Ip(e){let t;return{c(){t=G("div"),t.innerHTML='<div class="fa-solid fa-youtube text-white text-xl"></div>',oe(t,"class","flex items-center justify-center bg-theme-600 py-5")},m(e,o){X(e,t,o)},d(e){e&&K(t)}}}function Ap(e){let t,o,n,a,r,i,c,l;const s=e[8]["toolbar-buttons-start"],f=D(s,e,e[13],Ep);o=new nu({}),a=new Jd({props:{icon:"fa-brands fa-youtube",menuName:e[0].id+"-menu-youtube"}}),i=new nu({});const d=e[8]["toolbar-buttons-end"],u=D(d,e,e[13],Bp);return{c(){f&&f.c(),t=Q(),Ye(o.$$.fragment),n=Q(),Ye(a.$$.fragment),r=Q(),Ye(i.$$.fragment),c=Q(),u&&u.c()},m(e,s){f&&f.m(e,s),X(e,t,s),Ve(o,e,s),X(e,n,s),Ve(a,e,s),X(e,r,s),Ve(i,e,s),X(e,c,s),u&&u.m(e,s),l=!0},p(e,t){f&&f.p&&(!l||8192&t)&&j(f,s,e,e[13],l?B(s,e[13],t,jp):E(e[13]),Ep);const o={};1&t&&(o.menuName=e[0].id+"-menu-youtube"),a.$set(o),u&&u.p&&(!l||8192&t)&&j(u,d,e,e[13],l?B(d,e[13],t,Lp):E(e[13]),Bp)},i(e){l||(Oe(f,e),Oe(o.$$.fragment,e),Oe(a.$$.fragment,e),Oe(i.$$.fragment,e),Oe(u,e),l=!0)},o(e){Te(f,e),Te(o.$$.fragment,e),Te(a.$$.fragment,e),Te(i.$$.fragment,e),Te(u,e),l=!1},d(e){f&&f.d(e),e&&K(t),Xe(o,e),e&&K(n),Xe(a,e),e&&K(r),Xe(i,e),e&&K(c),u&&u.d(e)}}}function zp(e){let t,o,n,a,r,i,c;function l(t){e[11](t)}let s={type:"text",label:"Embed Code",onChange:e[2],small:!0};function f(t){e[12](t)}void 0!==e[0].embedCode&&(s.value=e[0].embedCode),o=new ys({props:s}),_e.push((()=>We(o,"value",l)));let d={type:"checkbox",name:"Allow Fullscreen",onChange:e[2],small:!0};return void 0!==e[0].allowFullscreen&&(d.value=e[0].allowFullscreen),r=new ys({props:d}),_e.push((()=>We(r,"value",f))),{c(){t=G("div"),Ye(o.$$.fragment),a=Q(),Ye(r.$$.fragment),re(t,"width","250px")},m(e,n){X(e,t,n),Ve(o,t,null),Z(t,a),Ve(r,t,null),c=!0},p(e,t){const a={};4&t&&(a.onChange=e[2]),!n&&1&t&&(n=!0,a.value=e[0].embedCode,Me((()=>n=!1))),o.$set(a);const c={};4&t&&(c.onChange=e[2]),!i&&1&t&&(i=!0,c.value=e[0].allowFullscreen,Me((()=>i=!1))),r.$set(c)},i(e){c||(Oe(o.$$.fragment,e),Oe(r.$$.fragment,e),c=!0)},o(e){Te(o.$$.fragment,e),Te(r.$$.fragment,e),c=!1},d(e){e&&K(t),Xe(o),Xe(r)}}}function Op(e){let t,o,n,a,r,i,c,l,s,f,d,u,p=e[0].embedCode&&Sp(e),b=!e[0].embedCode&&Ip();return s=new Vd({props:{$$slots:{default:[Ap]},$$scope:{ctx:e}}}),e[10](s),d=new iu({props:{name:e[0].id+"-menu-youtube",classes:"p-3",moveToRoot:!0,$$slots:{default:[zp]},$$scope:{ctx:e}}}),{c(){t=G("div"),o=G("div"),p&&p.c(),n=Q(),b&&b.c(),c=Q(),l=G("div"),Ye(s.$$.fragment),f=Q(),Ye(d.$$.fragment),oe(o,"class",a=e[4]+" "+e[0].other.classes),oe(o,"style",r=e[3]+" "+e[0].other.css),oe(o,"id",i=e[0].other.id),oe(l,"class","absolute z-20 bottom-full left-0"),re(l,"margin-left",parseInt(e[0].boxModel.margin.left)+parseInt(e[0].boxModel.padding.left)-1+"px")},m(e,a){X(e,t,a),Z(t,o),p&&p.m(o,null),Z(o,n),b&&b.m(o,null),Z(t,c),Z(t,l),Ve(s,l,null),Z(t,f),Ve(d,t,null),u=!0},p(e,[t]){e[0].embedCode?p?p.p(e,t):(p=Sp(e),p.c(),p.m(o,n)):p&&(p.d(1),p=null),e[0].embedCode?b&&(b.d(1),b=null):b||(b=Ip(),b.c(),b.m(o,null)),(!u||17&t&&a!==(a=e[4]+" "+e[0].other.classes))&&oe(o,"class",a),(!u||9&t&&r!==(r=e[3]+" "+e[0].other.css))&&oe(o,"style",r),(!u||1&t&&i!==(i=e[0].other.id))&&oe(o,"id",i);const c={};8193&t&&(c.$$scope={dirty:t,ctx:e}),s.$set(c),(!u||1&t)&&re(l,"margin-left",parseInt(e[0].boxModel.margin.left)+parseInt(e[0].boxModel.padding.left)-1+"px");const f={};1&t&&(f.name=e[0].id+"-menu-youtube"),8197&t&&(f.$$scope={dirty:t,ctx:e}),d.$set(f)},i(e){u||(Oe(s.$$.fragment,e),Oe(d.$$.fragment,e),u=!0)},o(e){Te(s.$$.fragment,e),Te(d.$$.fragment,e),u=!1},d(o){o&&K(t),p&&p.d(),b&&b.d(),e[10](null),Xe(s),Xe(d)}}}function Tp(){}function Np(){}function Pp(e,t,o){let n,a,{$$slots:r={},$$scope:i}=t,{settings:c}=t,{onEdit:l=(()=>{})}=t,{toolbar:s}=t,{contentHidden:f}=t;return ge((()=>{o(0,c.embedCode=c.embedCode.replace("allowfullscreen",""),c),c.allowFullscreen&&-1==c.embedCode.indexOf("allowfullscreen")&&o(0,c.embedCode=c.embedCode.replace("></iframe>"," allowfullscreen></iframe>"),c)})),e.$$set=e=>{"settings"in e&&o(0,c=e.settings),"onEdit"in e&&o(2,l=e.onEdit),"toolbar"in e&&o(1,s=e.toolbar),"contentHidden"in e&&o(7,f=e.contentHidden),"$$scope"in e&&o(13,i=e.$$scope)},e.$$.update=()=>{128&e.$$.dirty&&o(4,n=f?"hidden":""),1&e.$$.dirty&&o(3,a=`\n width: ${"auto"==c.boxModel.width?c.boxModel.width:c.boxModel.width+"px"};\n height: ${"auto"==c.boxModel.height?c.boxModel.height:c.boxModel.height+"px"};\n\n margin-top: ${c.boxModel.margin.top}px;\n margin-bottom: ${c.boxModel.margin.bottom}px;\n margin-left: ${c.boxModel.margin.left}px;\n margin-right: ${c.boxModel.margin.right}px;\n\n padding-top: ${c.boxModel.padding.top}px;\n padding-bottom: ${c.boxModel.padding.bottom}px;\n padding-left: ${c.boxModel.padding.left}px;\n padding-right: ${c.boxModel.padding.right}px;\n `)},[c,s,l,a,n,Tp,Np,f,r,function(){c.embedCode=this.innerHTML,o(0,c)},function(e){_e[e?"unshift":"push"]((()=>{s=e,o(1,s)}))},function(t){e.$$.not_equal(c.embedCode,t)&&(c.embedCode=t,o(0,c))},function(t){e.$$.not_equal(c.allowFullscreen,t)&&(c.allowFullscreen=t,o(0,c))},i]}const Hp=class extends Ge{constructor(e){super(),Ke(this,e,Pp,Op,k,{settings:0,onEdit:2,toolbar:1,createEvents:5,removeEvents:6,contentHidden:7})}get createEvents(){return Tp}get removeEvents(){return Np}};function Rp(e){let t,o,n,a,r,i,c,l,s,f;return{c(){t=G("div"),o=G("div"),n=Q(),a=G("div"),a.textContent="Delete?",r=Q(),i=G("div"),c=Q(),l=G("div"),oe(o,"class","flex justify-center items-center fa-solid fa-trash w-7 h-7 cursor-pointer btn btn-transparent rounded"),oe(a,"class","flex justify-center items-center px-2 h-7 dark:text-white"),oe(i,"class","flex justify-center items-center fa-solid fa-check w-7 h-7 cursor-pointer rounded btn btn-danger"),oe(l,"class","flex justify-center items-center fa-solid fa-times ml-1 w-7 h-7 cursor-pointer rounded btn"),oe(t,"class","flex justify-center items-center select-none")},m(d,u){X(d,t,u),Z(t,o),e[7](o),Z(t,n),Z(t,a),e[8](a),Z(t,r),Z(t,i),e[9](i),Z(t,c),Z(t,l),e[10](l),s||(f=[te(o,"click",e[6]),te(o,"keypress",e[6]),te(i,"click",(function(){w(e[0])&&e[0].apply(this,arguments)})),te(i,"keypress",(function(){w(e[0])&&e[0].apply(this,arguments)})),te(l,"click",e[5]),te(l,"keypress",e[5])],s=!0)},p(t,[o]){e=t},i:h,o:h,d(o){o&&K(t),e[7](null),e[8](null),e[9](null),e[10](null),s=!1,x(f)}}}function qp(e,t,o){let n,a,r,i,{onClick:c=(()=>{})}=t;return be((()=>{a.classList.add("hidden"),r.classList.add("hidden"),i.classList.add("hidden")})),e.$$set=e=>{"onClick"in e&&o(0,c=e.onClick)},[c,n,a,r,i,function(){n.classList.remove("hidden"),a.classList.add("hidden"),r.classList.add("hidden"),i.classList.add("hidden")},function(){n.classList.add("hidden"),a.classList.remove("hidden"),r.classList.remove("hidden"),i.classList.remove("hidden")},function(e){_e[e?"unshift":"push"]((()=>{n=e,o(1,n)}))},function(e){_e[e?"unshift":"push"]((()=>{a=e,o(2,a)}))},function(e){_e[e?"unshift":"push"]((()=>{r=e,o(3,r)}))},function(e){_e[e?"unshift":"push"]((()=>{i=e,o(4,i)}))}]}const Zp=class extends Ge{constructor(e){super(),Ke(this,e,qp,Rp,k,{onClick:0})}};function Up(e){U(e,"svelte-16ywqky",".dots-container.svelte-16ywqky{width:8px;height:14px}.dot.svelte-16ywqky{position:absolute;margin-left:-1.5px;margin-top:-1.5px;width:3px;height:3px;border-radius:2px}.dot-1.svelte-16ywqky{left:0;top:0}.dot-2.svelte-16ywqky{right:0;top:0}.dot-3.svelte-16ywqky{left:0;top:49%}.dot-4.svelte-16ywqky{right:0;top:49%}.dot-5.svelte-16ywqky{left:0;bottom:0}.dot-6.svelte-16ywqky{right:0;bottom:0}")}function Wp(e){let t,o,n;return{c(){t=G("div"),t.innerHTML='<div class="relative dots-container svelte-16ywqky"><div class="dot dot-1 bg-theme-800 dark:bg-white svelte-16ywqky"></div> \n <div class="dot dot-2 bg-theme-800 dark:bg-white svelte-16ywqky"></div> \n <div class="dot dot-3 bg-theme-800 dark:bg-white svelte-16ywqky"></div> \n <div class="dot dot-4 bg-theme-800 dark:bg-white svelte-16ywqky"></div> \n <div class="dot dot-5 bg-theme-800 dark:bg-white svelte-16ywqky"></div> \n <div class="dot dot-6 bg-theme-800 dark:bg-white svelte-16ywqky"></div></div>',oe(t,"class","w-7 h-7 flex justify-center items-center cursor-move")},m(a,r){X(a,t,r),o||(n=te(t,"mousedown",(function(){w(e[0])&&e[0].apply(this,arguments)})),o=!0)},p(t,[o]){e=t},i:h,o:h,d(e){e&&K(t),o=!1,n()}}}function Yp(e,t,o){let{onDragStart:n=(()=>{})}=t;return e.$$set=e=>{"onDragStart"in e&&o(0,n=e.onDragStart)},[n]}const Vp=class extends Ge{constructor(e){super(),Ke(this,e,Yp,Wp,k,{onDragStart:0},Up)}};function Xp(e){let t,o,n,a,r,i;return{c(){t=G("div"),o=G("div"),o.innerHTML='<div class="fa-solid fa-angle-up text-inherit"></div>',n=Q(),a=G("div"),a.innerHTML='<div class="fa-solid fa-angle-down text-inherit"></div>',oe(o,"class","w-full h-1/2 flex justify-center items-end cursor-pointer btn btn-transparent rounded"),oe(a,"class","w-full h-1/2 flex justify-center items-start cursor-pointer btn btn-transparent rounded"),oe(t,"class","w-7 h-7 flex flex-col")},m(c,l){X(c,t,l),Z(t,o),Z(t,n),Z(t,a),r||(i=[te(o,"click",(function(){w(e[0])&&e[0].apply(this,arguments)})),te(o,"keypress",(function(){w(e[0])&&e[0].apply(this,arguments)})),te(a,"click",(function(){w(e[1])&&e[1].apply(this,arguments)})),te(a,"keypress",(function(){w(e[1])&&e[1].apply(this,arguments)}))],r=!0)},p(t,[o]){e=t},i:h,o:h,d(e){e&&K(t),r=!1,x(i)}}}function Kp(e,t,o){let{onMoveUp:n=(()=>{})}=t,{onMoveDown:a=(()=>{})}=t;return e.$$set=e=>{"onMoveUp"in e&&o(0,n=e.onMoveUp),"onMoveDown"in e&&o(1,a=e.onMoveDown)},[n,a]}const Gp=class extends Ge{constructor(e){super(),Ke(this,e,Kp,Xp,k,{onMoveUp:0,onMoveDown:1})}};function Jp(e){let t,o,n;return{c(){t=G("div"),oe(t,"contenteditable","true"),oe(t,"class","px-1 flex items-center justify-center"),re(t,"outline","0px solid transparent"),void 0===e[0]&&$e((()=>e[4].call(t)))},m(a,r){X(a,t,r),void 0!==e[0]&&(t.innerHTML=e[0]),o||(n=[te(t,"input",e[4]),te(t,"focus",e[1]),te(t,"focusout",e[2])],o=!0)},p(e,[o]){1&o&&e[0]!==t.innerHTML&&(t.innerHTML=e[0])},i:h,o:h,d(e){e&&K(t),o=!1,x(n)}}}function Qp(e,t,o){let{onChange:n=(()=>{})}=t,{value:a}=t,r="";return e.$$set=e=>{"onChange"in e&&o(3,n=e.onChange),"value"in e&&o(0,a=e.value)},[a,function(){r=a},function(){a!==r&&n()},n,function(){a=this.innerHTML,o(0,a)}]}const eb=class extends Ge{constructor(e){super(),Ke(this,e,Qp,Jp,k,{onChange:3,value:0})}},tb=e=>({}),ob=e=>({}),nb=e=>({}),ab=e=>({}),rb=e=>({}),ib=e=>({}),cb=e=>({}),lb=e=>({}),sb=e=>({}),fb=e=>({});function db(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g;const h=e[3].left,m=D(h,e,e[2],fb),y=e[3].top,v=D(y,e,e[2],lb),_=e[3].center,x=D(_,e,e[2],ib),w=e[3].bottom,k=D(w,e,e[2],ab),C=e[3].right,$=D(C,e,e[2],ob);return{c(){t=G("div"),o=G("div"),n=J(e[0]),a=Q(),r=G("div"),m&&m.c(),i=Q(),c=G("div"),l=G("div"),v&&v.c(),s=Q(),f=G("div"),x&&x.c(),d=Q(),u=G("div"),k&&k.c(),p=Q(),b=G("div"),$&&$.c(),oe(o,"class","absolute left-0 top-0 p-1"),oe(r,"class","flex justify-center items-center p-1"),re(r,"min-width","30px"),oe(l,"class","flex justify-center p-1"),re(l,"min-height","30px"),oe(f,"class","border border-black flex-1 flex items-center justify-center"),re(f,"background","#82B7C3"),oe(u,"class","flex justify-center p-1"),re(u,"min-height","30px"),oe(c,"class","flex-1 flex flex-col"),oe(b,"class","flex justify-center items-center p-1"),re(b,"min-width","30px"),oe(t,"class","relative flex w-full h-full"),re(t,"background",e[1])},m(e,h){X(e,t,h),Z(t,o),Z(o,n),Z(t,a),Z(t,r),m&&m.m(r,null),Z(t,i),Z(t,c),Z(c,l),v&&v.m(l,null),Z(c,s),Z(c,f),x&&x.m(f,null),Z(c,d),Z(c,u),k&&k.m(u,null),Z(t,p),Z(t,b),$&&$.m(b,null),g=!0},p(e,[o]){(!g||1&o)&&ne(n,e[0]),m&&m.p&&(!g||4&o)&&j(m,h,e,e[2],g?B(h,e[2],o,sb):E(e[2]),fb),v&&v.p&&(!g||4&o)&&j(v,y,e,e[2],g?B(y,e[2],o,cb):E(e[2]),lb),x&&x.p&&(!g||4&o)&&j(x,_,e,e[2],g?B(_,e[2],o,rb):E(e[2]),ib),k&&k.p&&(!g||4&o)&&j(k,w,e,e[2],g?B(w,e[2],o,nb):E(e[2]),ab),$&&$.p&&(!g||4&o)&&j($,C,e,e[2],g?B(C,e[2],o,tb):E(e[2]),ob),(!g||2&o)&&re(t,"background",e[1])},i(e){g||(Oe(m,e),Oe(v,e),Oe(x,e),Oe(k,e),Oe($,e),g=!0)},o(e){Te(m,e),Te(v,e),Te(x,e),Te(k,e),Te($,e),g=!1},d(e){e&&K(t),m&&m.d(e),v&&v.d(e),x&&x.d(e),k&&k.d(e),$&&$.d(e)}}}function ub(e,t,o){let{$$slots:n={},$$scope:a}=t,{title:r}=t,{bg:i}=t;return e.$$set=e=>{"title"in e&&o(0,r=e.title),"bg"in e&&o(1,i=e.bg),"$$scope"in e&&o(2,a=e.$$scope)},[r,i,a,n]}const pb=class extends Ge{constructor(e){super(),Ke(this,e,ub,db,k,{title:0,bg:1})}};function bb(e){let t,o,n;function a(t){e[11](t)}let r={onChange:e[1],slot:"left"};return void 0!==e[0].margin.left&&(r.value=e[0].margin.left),t=new eb({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};2&n&&(a.onChange=e[1]),!o&&1&n&&(o=!0,a.value=e[0].margin.left,Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function gb(e){let t,o,n;function a(t){e[10](t)}let r={onChange:e[1],slot:"top"};return void 0!==e[0].margin.top&&(r.value=e[0].margin.top),t=new eb({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};2&n&&(a.onChange=e[1]),!o&&1&n&&(o=!0,a.value=e[0].margin.top,Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function hb(e){let t,o,n;function a(t){e[9](t)}let r={onChange:e[1],slot:"bottom"};return void 0!==e[0].margin.bottom&&(r.value=e[0].margin.bottom),t=new eb({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};2&n&&(a.onChange=e[1]),!o&&1&n&&(o=!0,a.value=e[0].margin.bottom,Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function mb(e){let t,o,n;function a(t){e[8](t)}let r={onChange:e[1],slot:"right"};return void 0!==e[0].margin.right&&(r.value=e[0].margin.right),t=new eb({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};2&n&&(a.onChange=e[1]),!o&&1&n&&(o=!0,a.value=e[0].margin.right,Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function yb(e){let t,o,n;function a(t){e[7](t)}let r={onChange:e[1],slot:"left"};return void 0!==e[0].padding.left&&(r.value=e[0].padding.left),t=new eb({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};2&n&&(a.onChange=e[1]),!o&&1&n&&(o=!0,a.value=e[0].padding.left,Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function vb(e){let t,o,n;function a(t){e[6](t)}let r={onChange:e[1],slot:"top"};return void 0!==e[0].padding.top&&(r.value=e[0].padding.top),t=new eb({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};2&n&&(a.onChange=e[1]),!o&&1&n&&(o=!0,a.value=e[0].padding.top,Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function _b(e){let t,o,n;function a(t){e[5](t)}let r={onChange:e[1],slot:"bottom"};return void 0!==e[0].padding.bottom&&(r.value=e[0].padding.bottom),t=new eb({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};2&n&&(a.onChange=e[1]),!o&&1&n&&(o=!0,a.value=e[0].padding.bottom,Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function xb(e){let t,o,n;function a(t){e[4](t)}let r={onChange:e[1],slot:"right"};return void 0!==e[0].padding.right&&(r.value=e[0].padding.right),t=new eb({props:r}),_e.push((()=>We(t,"value",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};2&n&&(a.onChange=e[1]),!o&&1&n&&(o=!0,a.value=e[0].padding.right,Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function wb(e){let t,o,n,a,r,i,c;function l(t){e[2](t)}let s={onChange:e[1]};function f(t){e[3](t)}void 0!==e[0].width&&(s.value=e[0].width),o=new eb({props:s}),_e.push((()=>We(o,"value",l)));let d={onChange:e[1]};return void 0!==e[0].height&&(d.value=e[0].height),r=new eb({props:d}),_e.push((()=>We(r,"value",f))),{c(){t=G("div"),Ye(o.$$.fragment),a=J("\n x\n "),Ye(r.$$.fragment),oe(t,"slot","center"),oe(t,"class","flex")},m(e,n){X(e,t,n),Ve(o,t,null),Z(t,a),Ve(r,t,null),c=!0},p(e,t){const a={};2&t&&(a.onChange=e[1]),!n&&1&t&&(n=!0,a.value=e[0].width,Me((()=>n=!1))),o.$set(a);const c={};2&t&&(c.onChange=e[1]),!i&&1&t&&(i=!0,c.value=e[0].height,Me((()=>i=!1))),r.$set(c)},i(e){c||(Oe(o.$$.fragment,e),Oe(r.$$.fragment,e),c=!0)},o(e){Te(o.$$.fragment,e),Te(r.$$.fragment,e),c=!1},d(e){e&&K(t),Xe(o),Xe(r)}}}function kb(e){let t,o;return t=new pb({props:{title:"padding",bg:"#C2CE7D",slot:"center",$$slots:{center:[wb],right:[xb],bottom:[_b],top:[vb],left:[yb]},$$scope:{ctx:e}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};4099&o&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Cb(e){let t,o,n;return o=new pb({props:{title:"margin",bg:"#FEC893",$$slots:{center:[kb],right:[mb],bottom:[hb],top:[gb],left:[bb]},$$scope:{ctx:e}}}),{c(){t=G("div"),Ye(o.$$.fragment),oe(t,"class","border border-black text-xs text-black"),re(t,"width","240px"),re(t,"height","240px")},m(e,a){X(e,t,a),Ve(o,t,null),n=!0},p(e,[t]){const n={};4099&t&&(n.$$scope={dirty:t,ctx:e}),o.$set(n)},i(e){n||(Oe(o.$$.fragment,e),n=!0)},o(e){Te(o.$$.fragment,e),n=!1},d(e){e&&K(t),Xe(o)}}}function $b(e,t,o){let{onChange:n=(()=>{})}=t,{model:a={width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:0,bottom:0,left:0,right:0}}}=t;return e.$$set=e=>{"onChange"in e&&o(1,n=e.onChange),"model"in e&&o(0,a=e.model)},[a,n,function(t){e.$$.not_equal(a.width,t)&&(a.width=t,o(0,a))},function(t){e.$$.not_equal(a.height,t)&&(a.height=t,o(0,a))},function(t){e.$$.not_equal(a.padding.right,t)&&(a.padding.right=t,o(0,a))},function(t){e.$$.not_equal(a.padding.bottom,t)&&(a.padding.bottom=t,o(0,a))},function(t){e.$$.not_equal(a.padding.top,t)&&(a.padding.top=t,o(0,a))},function(t){e.$$.not_equal(a.padding.left,t)&&(a.padding.left=t,o(0,a))},function(t){e.$$.not_equal(a.margin.right,t)&&(a.margin.right=t,o(0,a))},function(t){e.$$.not_equal(a.margin.bottom,t)&&(a.margin.bottom=t,o(0,a))},function(t){e.$$.not_equal(a.margin.top,t)&&(a.margin.top=t,o(0,a))},function(t){e.$$.not_equal(a.margin.left,t)&&(a.margin.left=t,o(0,a))}]}const Mb=class extends Ge{constructor(e){super(),Ke(this,e,$b,Cb,k,{onChange:1,model:0})}};function Fb(e){let t,o,n,a;function r(t){e[18](t)}function i(t){e[19](t)}let c={inFocus:e[4],onEdit:e[7],contentHidden:e[5],$$slots:{"toolbar-buttons-end":[Lb],"toolbar-buttons-start":[Db]},$$scope:{ctx:e}};return void 0!==e[0]&&(c.settings=e[0]),void 0!==e[3]&&(c.toolbar=e[3]),t=new Mu({props:c}),_e.push((()=>We(t,"settings",r))),_e.push((()=>We(t,"toolbar",i))),e[20](t),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),a=!0},p(e,a){const r={};16&a[0]&&(r.inFocus=e[4]),32&a[0]&&(r.contentHidden=e[5]),1&a[0]|16384&a[1]&&(r.$$scope={dirty:a,ctx:e}),!o&&1&a[0]&&(o=!0,r.settings=e[0],Me((()=>o=!1))),!n&&8&a[0]&&(n=!0,r.toolbar=e[3],Me((()=>n=!1))),t.$set(r)},i(e){a||(Oe(t.$$.fragment,e),a=!0)},o(e){Te(t.$$.fragment,e),a=!1},d(o){e[20](null),Xe(t,o)}}}function Db(e){let t,o,n,a;return t=new Vp({props:{onDragStart:e[10]}}),n=new Gp({props:{onMoveUp:e[8],onMoveDown:e[9]}}),{c(){Ye(t.$$.fragment),o=Q(),Ye(n.$$.fragment)},m(e,r){Ve(t,e,r),X(e,o,r),Ve(n,e,r),a=!0},p:h,i(e){a||(Oe(t.$$.fragment,e),Oe(n.$$.fragment,e),a=!0)},o(e){Te(t.$$.fragment,e),Te(n.$$.fragment,e),a=!1},d(e){Xe(t,e),e&&K(o),Xe(n,e)}}}function Lb(e){let t,o,n,a,r,i,c,l;return t=new Jd({props:{icon:"fa-solid fa-cog",menuName:e[0].id+"-menu-box-model"}}),n=new Jd({props:{icon:"fa-solid fa-ellipsis-h",menuName:e[0].id+"-menu-other"}}),r=new nu({}),c=new Zp({props:{onClick:e[6]}}),{c(){Ye(t.$$.fragment),o=Q(),Ye(n.$$.fragment),a=Q(),Ye(r.$$.fragment),i=Q(),Ye(c.$$.fragment)},m(e,s){Ve(t,e,s),X(e,o,s),Ve(n,e,s),X(e,a,s),Ve(r,e,s),X(e,i,s),Ve(c,e,s),l=!0},p(e,o){const a={};1&o[0]&&(a.menuName=e[0].id+"-menu-box-model"),t.$set(a);const r={};1&o[0]&&(r.menuName=e[0].id+"-menu-other"),n.$set(r)},i(e){l||(Oe(t.$$.fragment,e),Oe(n.$$.fragment,e),Oe(r.$$.fragment,e),Oe(c.$$.fragment,e),l=!0)},o(e){Te(t.$$.fragment,e),Te(n.$$.fragment,e),Te(r.$$.fragment,e),Te(c.$$.fragment,e),l=!1},d(e){Xe(t,e),e&&K(o),Xe(n,e),e&&K(a),Xe(r,e),e&&K(i),Xe(c,e)}}}function Bb(e){let t,o,n,a;function r(t){e[21](t)}function i(t){e[22](t)}let c={inFocus:e[4],onEdit:e[7],contentHidden:e[5],$$slots:{"toolbar-buttons-end":[Eb],"toolbar-buttons-start":[jb]},$$scope:{ctx:e}};return void 0!==e[0]&&(c.settings=e[0]),void 0!==e[3]&&(c.toolbar=e[3]),t=new Hu({props:c}),_e.push((()=>We(t,"settings",r))),_e.push((()=>We(t,"toolbar",i))),e[23](t),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),a=!0},p(e,a){const r={};16&a[0]&&(r.inFocus=e[4]),32&a[0]&&(r.contentHidden=e[5]),1&a[0]|16384&a[1]&&(r.$$scope={dirty:a,ctx:e}),!o&&1&a[0]&&(o=!0,r.settings=e[0],Me((()=>o=!1))),!n&&8&a[0]&&(n=!0,r.toolbar=e[3],Me((()=>n=!1))),t.$set(r)},i(e){a||(Oe(t.$$.fragment,e),a=!0)},o(e){Te(t.$$.fragment,e),a=!1},d(o){e[23](null),Xe(t,o)}}}function jb(e){let t,o,n,a;return t=new Vp({props:{onDragStart:e[10]}}),n=new Gp({props:{onMoveUp:e[8],onMoveDown:e[9]}}),{c(){Ye(t.$$.fragment),o=Q(),Ye(n.$$.fragment)},m(e,r){Ve(t,e,r),X(e,o,r),Ve(n,e,r),a=!0},p:h,i(e){a||(Oe(t.$$.fragment,e),Oe(n.$$.fragment,e),a=!0)},o(e){Te(t.$$.fragment,e),Te(n.$$.fragment,e),a=!1},d(e){Xe(t,e),e&&K(o),Xe(n,e)}}}function Eb(e){let t,o,n,a,r,i,c,l;return t=new Jd({props:{icon:"fa-solid fa-cog",menuName:e[0].id+"-menu-box-model"}}),n=new Jd({props:{icon:"fa-solid fa-ellipsis-h",menuName:e[0].id+"-menu-other"}}),r=new nu({}),c=new Zp({props:{onClick:e[6]}}),{c(){Ye(t.$$.fragment),o=Q(),Ye(n.$$.fragment),a=Q(),Ye(r.$$.fragment),i=Q(),Ye(c.$$.fragment)},m(e,s){Ve(t,e,s),X(e,o,s),Ve(n,e,s),X(e,a,s),Ve(r,e,s),X(e,i,s),Ve(c,e,s),l=!0},p(e,o){const a={};1&o[0]&&(a.menuName=e[0].id+"-menu-box-model"),t.$set(a);const r={};1&o[0]&&(r.menuName=e[0].id+"-menu-other"),n.$set(r)},i(e){l||(Oe(t.$$.fragment,e),Oe(n.$$.fragment,e),Oe(r.$$.fragment,e),Oe(c.$$.fragment,e),l=!0)},o(e){Te(t.$$.fragment,e),Te(n.$$.fragment,e),Te(r.$$.fragment,e),Te(c.$$.fragment,e),l=!1},d(e){Xe(t,e),e&&K(o),Xe(n,e),e&&K(a),Xe(r,e),e&&K(i),Xe(c,e)}}}function Sb(e){let t,o,n,a;function r(t){e[24](t)}function i(t){e[25](t)}let c={onEdit:e[7],contentHidden:e[5],$$slots:{"toolbar-buttons-end":[Ab],"toolbar-buttons-start":[Ib]},$$scope:{ctx:e}};return void 0!==e[0]&&(c.settings=e[0]),void 0!==e[3]&&(c.toolbar=e[3]),t=new ep({props:c}),_e.push((()=>We(t,"settings",r))),_e.push((()=>We(t,"toolbar",i))),e[26](t),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),a=!0},p(e,a){const r={};32&a[0]&&(r.contentHidden=e[5]),1&a[0]|16384&a[1]&&(r.$$scope={dirty:a,ctx:e}),!o&&1&a[0]&&(o=!0,r.settings=e[0],Me((()=>o=!1))),!n&&8&a[0]&&(n=!0,r.toolbar=e[3],Me((()=>n=!1))),t.$set(r)},i(e){a||(Oe(t.$$.fragment,e),a=!0)},o(e){Te(t.$$.fragment,e),a=!1},d(o){e[26](null),Xe(t,o)}}}function Ib(e){let t,o,n,a;return t=new Vp({props:{onDragStart:e[10]}}),n=new Gp({props:{onMoveUp:e[8],onMoveDown:e[9]}}),{c(){Ye(t.$$.fragment),o=Q(),Ye(n.$$.fragment)},m(e,r){Ve(t,e,r),X(e,o,r),Ve(n,e,r),a=!0},p:h,i(e){a||(Oe(t.$$.fragment,e),Oe(n.$$.fragment,e),a=!0)},o(e){Te(t.$$.fragment,e),Te(n.$$.fragment,e),a=!1},d(e){Xe(t,e),e&&K(o),Xe(n,e)}}}function Ab(e){let t,o,n,a,r,i,c,l;return t=new Jd({props:{icon:"fa-solid fa-cog",menuName:e[0].id+"-menu-box-model"}}),n=new Jd({props:{icon:"fa-solid fa-ellipsis-h",menuName:e[0].id+"-menu-other"}}),r=new nu({}),c=new Zp({props:{onClick:e[6]}}),{c(){Ye(t.$$.fragment),o=Q(),Ye(n.$$.fragment),a=Q(),Ye(r.$$.fragment),i=Q(),Ye(c.$$.fragment)},m(e,s){Ve(t,e,s),X(e,o,s),Ve(n,e,s),X(e,a,s),Ve(r,e,s),X(e,i,s),Ve(c,e,s),l=!0},p(e,o){const a={};1&o[0]&&(a.menuName=e[0].id+"-menu-box-model"),t.$set(a);const r={};1&o[0]&&(r.menuName=e[0].id+"-menu-other"),n.$set(r)},i(e){l||(Oe(t.$$.fragment,e),Oe(n.$$.fragment,e),Oe(r.$$.fragment,e),Oe(c.$$.fragment,e),l=!0)},o(e){Te(t.$$.fragment,e),Te(n.$$.fragment,e),Te(r.$$.fragment,e),Te(c.$$.fragment,e),l=!1},d(e){Xe(t,e),e&&K(o),Xe(n,e),e&&K(a),Xe(r,e),e&&K(i),Xe(c,e)}}}function zb(e){let t,o,n,a;function r(t){e[27](t)}function i(t){e[28](t)}let c={onEdit:e[7],contentHidden:e[5],$$slots:{"toolbar-buttons-end":[Tb],"toolbar-buttons-start":[Ob]},$$scope:{ctx:e}};return void 0!==e[0]&&(c.settings=e[0]),void 0!==e[3]&&(c.toolbar=e[3]),t=new gp({props:c}),_e.push((()=>We(t,"settings",r))),_e.push((()=>We(t,"toolbar",i))),e[29](t),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),a=!0},p(e,a){const r={};32&a[0]&&(r.contentHidden=e[5]),1&a[0]|16384&a[1]&&(r.$$scope={dirty:a,ctx:e}),!o&&1&a[0]&&(o=!0,r.settings=e[0],Me((()=>o=!1))),!n&&8&a[0]&&(n=!0,r.toolbar=e[3],Me((()=>n=!1))),t.$set(r)},i(e){a||(Oe(t.$$.fragment,e),a=!0)},o(e){Te(t.$$.fragment,e),a=!1},d(o){e[29](null),Xe(t,o)}}}function Ob(e){let t,o,n,a;return t=new Vp({props:{onDragStart:e[10]}}),n=new Gp({props:{onMoveUp:e[8],onMoveDown:e[9]}}),{c(){Ye(t.$$.fragment),o=Q(),Ye(n.$$.fragment)},m(e,r){Ve(t,e,r),X(e,o,r),Ve(n,e,r),a=!0},p:h,i(e){a||(Oe(t.$$.fragment,e),Oe(n.$$.fragment,e),a=!0)},o(e){Te(t.$$.fragment,e),Te(n.$$.fragment,e),a=!1},d(e){Xe(t,e),e&&K(o),Xe(n,e)}}}function Tb(e){let t,o,n,a,r,i,c,l;return t=new Jd({props:{icon:"fa-solid fa-cog",menuName:e[0].id+"-menu-box-model"}}),n=new Jd({props:{icon:"fa-solid fa-ellipsis-h",menuName:e[0].id+"-menu-other"}}),r=new nu({}),c=new Zp({props:{onClick:e[6]}}),{c(){Ye(t.$$.fragment),o=Q(),Ye(n.$$.fragment),a=Q(),Ye(r.$$.fragment),i=Q(),Ye(c.$$.fragment)},m(e,s){Ve(t,e,s),X(e,o,s),Ve(n,e,s),X(e,a,s),Ve(r,e,s),X(e,i,s),Ve(c,e,s),l=!0},p(e,o){const a={};1&o[0]&&(a.menuName=e[0].id+"-menu-box-model"),t.$set(a);const r={};1&o[0]&&(r.menuName=e[0].id+"-menu-other"),n.$set(r)},i(e){l||(Oe(t.$$.fragment,e),Oe(n.$$.fragment,e),Oe(r.$$.fragment,e),Oe(c.$$.fragment,e),l=!0)},o(e){Te(t.$$.fragment,e),Te(n.$$.fragment,e),Te(r.$$.fragment,e),Te(c.$$.fragment,e),l=!1},d(e){Xe(t,e),e&&K(o),Xe(n,e),e&&K(a),Xe(r,e),e&&K(i),Xe(c,e)}}}function Nb(e){let t,o,n,a;function r(t){e[30](t)}function i(t){e[31](t)}let c={onEdit:e[7],contentHidden:e[5],$$slots:{"toolbar-buttons-end":[Hb],"toolbar-buttons-start":[Pb]},$$scope:{ctx:e}};return void 0!==e[0]&&(c.settings=e[0]),void 0!==e[3]&&(c.toolbar=e[3]),t=new Dp({props:c}),_e.push((()=>We(t,"settings",r))),_e.push((()=>We(t,"toolbar",i))),e[32](t),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),a=!0},p(e,a){const r={};32&a[0]&&(r.contentHidden=e[5]),1&a[0]|16384&a[1]&&(r.$$scope={dirty:a,ctx:e}),!o&&1&a[0]&&(o=!0,r.settings=e[0],Me((()=>o=!1))),!n&&8&a[0]&&(n=!0,r.toolbar=e[3],Me((()=>n=!1))),t.$set(r)},i(e){a||(Oe(t.$$.fragment,e),a=!0)},o(e){Te(t.$$.fragment,e),a=!1},d(o){e[32](null),Xe(t,o)}}}function Pb(e){let t,o,n,a;return t=new Vp({props:{onDragStart:e[10]}}),n=new Gp({props:{onMoveUp:e[8],onMoveDown:e[9]}}),{c(){Ye(t.$$.fragment),o=Q(),Ye(n.$$.fragment)},m(e,r){Ve(t,e,r),X(e,o,r),Ve(n,e,r),a=!0},p:h,i(e){a||(Oe(t.$$.fragment,e),Oe(n.$$.fragment,e),a=!0)},o(e){Te(t.$$.fragment,e),Te(n.$$.fragment,e),a=!1},d(e){Xe(t,e),e&&K(o),Xe(n,e)}}}function Hb(e){let t,o,n,a,r,i,c,l;return t=new Jd({props:{icon:"fa-solid fa-cog",menuName:e[0].id+"-menu-box-model"}}),n=new Jd({props:{icon:"fa-solid fa-ellipsis-h",menuName:e[0].id+"-menu-other"}}),r=new nu({}),c=new Zp({props:{onClick:e[6]}}),{c(){Ye(t.$$.fragment),o=Q(),Ye(n.$$.fragment),a=Q(),Ye(r.$$.fragment),i=Q(),Ye(c.$$.fragment)},m(e,s){Ve(t,e,s),X(e,o,s),Ve(n,e,s),X(e,a,s),Ve(r,e,s),X(e,i,s),Ve(c,e,s),l=!0},p(e,o){const a={};1&o[0]&&(a.menuName=e[0].id+"-menu-box-model"),t.$set(a);const r={};1&o[0]&&(r.menuName=e[0].id+"-menu-other"),n.$set(r)},i(e){l||(Oe(t.$$.fragment,e),Oe(n.$$.fragment,e),Oe(r.$$.fragment,e),Oe(c.$$.fragment,e),l=!0)},o(e){Te(t.$$.fragment,e),Te(n.$$.fragment,e),Te(r.$$.fragment,e),Te(c.$$.fragment,e),l=!1},d(e){Xe(t,e),e&&K(o),Xe(n,e),e&&K(a),Xe(r,e),e&&K(i),Xe(c,e)}}}function Rb(e){let t,o,n,a;function r(t){e[33](t)}function i(t){e[34](t)}let c={onEdit:e[7],contentHidden:e[5],$$slots:{"toolbar-buttons-end":[Zb],"toolbar-buttons-start":[qb]},$$scope:{ctx:e}};return void 0!==e[0]&&(c.settings=e[0]),void 0!==e[3]&&(c.toolbar=e[3]),t=new Hp({props:c}),_e.push((()=>We(t,"settings",r))),_e.push((()=>We(t,"toolbar",i))),e[35](t),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),a=!0},p(e,a){const r={};32&a[0]&&(r.contentHidden=e[5]),1&a[0]|16384&a[1]&&(r.$$scope={dirty:a,ctx:e}),!o&&1&a[0]&&(o=!0,r.settings=e[0],Me((()=>o=!1))),!n&&8&a[0]&&(n=!0,r.toolbar=e[3],Me((()=>n=!1))),t.$set(r)},i(e){a||(Oe(t.$$.fragment,e),a=!0)},o(e){Te(t.$$.fragment,e),a=!1},d(o){e[35](null),Xe(t,o)}}}function qb(e){let t,o,n,a;return t=new Vp({props:{onDragStart:e[10]}}),n=new Gp({props:{onMoveUp:e[8],onMoveDown:e[9]}}),{c(){Ye(t.$$.fragment),o=Q(),Ye(n.$$.fragment)},m(e,r){Ve(t,e,r),X(e,o,r),Ve(n,e,r),a=!0},p:h,i(e){a||(Oe(t.$$.fragment,e),Oe(n.$$.fragment,e),a=!0)},o(e){Te(t.$$.fragment,e),Te(n.$$.fragment,e),a=!1},d(e){Xe(t,e),e&&K(o),Xe(n,e)}}}function Zb(e){let t,o,n,a,r,i,c,l;return t=new Jd({props:{icon:"fa-solid fa-cog",menuName:e[0].id+"-menu-box-model"}}),n=new Jd({props:{icon:"fa-solid fa-ellipsis-h",menuName:e[0].id+"-menu-other"}}),r=new nu({}),c=new Zp({props:{onClick:e[6]}}),{c(){Ye(t.$$.fragment),o=Q(),Ye(n.$$.fragment),a=Q(),Ye(r.$$.fragment),i=Q(),Ye(c.$$.fragment)},m(e,s){Ve(t,e,s),X(e,o,s),Ve(n,e,s),X(e,a,s),Ve(r,e,s),X(e,i,s),Ve(c,e,s),l=!0},p(e,o){const a={};1&o[0]&&(a.menuName=e[0].id+"-menu-box-model"),t.$set(a);const r={};1&o[0]&&(r.menuName=e[0].id+"-menu-other"),n.$set(r)},i(e){l||(Oe(t.$$.fragment,e),Oe(n.$$.fragment,e),Oe(r.$$.fragment,e),Oe(c.$$.fragment,e),l=!0)},o(e){Te(t.$$.fragment,e),Te(n.$$.fragment,e),Te(r.$$.fragment,e),Te(c.$$.fragment,e),l=!1},d(e){Xe(t,e),e&&K(o),Xe(n,e),e&&K(a),Xe(r,e),e&&K(i),Xe(c,e)}}}function Ub(e){let t,o,n,a,r,i,c,l,s;function f(t){e[36](t)}let d={onChange:e[7],type:"text",label:"ID",small:!0};function u(t){e[37](t)}void 0!==e[0].other.id&&(d.value=e[0].other.id),t=new ys({props:d}),_e.push((()=>We(t,"value",f)));let p={onChange:e[7],type:"text",label:"Classes",small:!0};function b(t){e[38](t)}void 0!==e[0].other.classes&&(p.value=e[0].other.classes),a=new ys({props:p}),_e.push((()=>We(a,"value",u)));let g={onChange:e[7],type:"textarea",label:"CSS",small:!0};return void 0!==e[0].other.css&&(g.value=e[0].other.css),c=new ys({props:g}),_e.push((()=>We(c,"value",b))),{c(){Ye(t.$$.fragment),n=Q(),Ye(a.$$.fragment),i=Q(),Ye(c.$$.fragment)},m(e,o){Ve(t,e,o),X(e,n,o),Ve(a,e,o),X(e,i,o),Ve(c,e,o),s=!0},p(e,n){const i={};!o&&1&n[0]&&(o=!0,i.value=e[0].other.id,Me((()=>o=!1))),t.$set(i);const s={};!r&&1&n[0]&&(r=!0,s.value=e[0].other.classes,Me((()=>r=!1))),a.$set(s);const f={};!l&&1&n[0]&&(l=!0,f.value=e[0].other.css,Me((()=>l=!1))),c.$set(f)},i(e){s||(Oe(t.$$.fragment,e),Oe(a.$$.fragment,e),Oe(c.$$.fragment,e),s=!0)},o(e){Te(t.$$.fragment,e),Te(a.$$.fragment,e),Te(c.$$.fragment,e),s=!1},d(e){Xe(t,e),e&&K(n),Xe(a,e),e&&K(i),Xe(c,e)}}}function Wb(e){let t,o,n;function a(t){e[39](t)}let r={onChange:e[7]};return void 0!==e[0].boxModel&&(r.model=e[0].boxModel),t=new Mb({props:r}),_e.push((()=>We(t,"model",a))),{c(){Ye(t.$$.fragment)},m(e,o){Ve(t,e,o),n=!0},p(e,n){const a={};!o&&1&n[0]&&(o=!0,a.model=e[0].boxModel,Me((()=>o=!1))),t.$set(a)},i(e){n||(Oe(t.$$.fragment,e),n=!0)},o(e){Te(t.$$.fragment,e),n=!1},d(e){Xe(t,e)}}}function Yb(e){let t,o,n,a,r,i,c,l,s,f,d,u,p=e[0].type===Lt&&Fb(e),b=e[0].type===Bt&&Bb(e),g=e[0].type===jt&&Sb(e),h=e[0].type===Et&&zb(e),m=e[0].type===St&&Nb(e),y=e[0].type===It&&Rb(e);return l=new iu({props:{name:e[0].id+"-menu-other",classes:"p-3",moveToRoot:!0,$$slots:{default:[Ub]},$$scope:{ctx:e}}}),f=new iu({props:{name:e[0].id+"-menu-box-model",classes:"p-3",moveToRoot:!0,$$slots:{default:[Wb]},$$scope:{ctx:e}}}),{c(){t=G("div"),p&&p.c(),o=Q(),b&&b.c(),n=Q(),g&&g.c(),a=Q(),h&&h.c(),r=Q(),m&&m.c(),i=Q(),y&&y.c(),c=Q(),Ye(l.$$.fragment),s=Q(),Ye(f.$$.fragment),oe(t,"data-id",d=e[0].id),oe(t,"class","relative"),re(t,"z-index","0")},m(d,v){X(d,t,v),p&&p.m(t,null),Z(t,o),b&&b.m(t,null),Z(t,n),g&&g.m(t,null),Z(t,a),h&&h.m(t,null),Z(t,r),m&&m.m(t,null),Z(t,i),y&&y.m(t,null),Z(t,c),Ve(l,t,null),Z(t,s),Ve(f,t,null),e[40](t),u=!0},p(e,s){e[0].type===Lt?p?(p.p(e,s),1&s[0]&&Oe(p,1)):(p=Fb(e),p.c(),Oe(p,1),p.m(t,o)):p&&(Ae(),Te(p,1,1,(()=>{p=null})),ze()),e[0].type===Bt?b?(b.p(e,s),1&s[0]&&Oe(b,1)):(b=Bb(e),b.c(),Oe(b,1),b.m(t,n)):b&&(Ae(),Te(b,1,1,(()=>{b=null})),ze()),e[0].type===jt?g?(g.p(e,s),1&s[0]&&Oe(g,1)):(g=Sb(e),g.c(),Oe(g,1),g.m(t,a)):g&&(Ae(),Te(g,1,1,(()=>{g=null})),ze()),e[0].type===Et?h?(h.p(e,s),1&s[0]&&Oe(h,1)):(h=zb(e),h.c(),Oe(h,1),h.m(t,r)):h&&(Ae(),Te(h,1,1,(()=>{h=null})),ze()),e[0].type===St?m?(m.p(e,s),1&s[0]&&Oe(m,1)):(m=Nb(e),m.c(),Oe(m,1),m.m(t,i)):m&&(Ae(),Te(m,1,1,(()=>{m=null})),ze()),e[0].type===It?y?(y.p(e,s),1&s[0]&&Oe(y,1)):(y=Rb(e),y.c(),Oe(y,1),y.m(t,c)):y&&(Ae(),Te(y,1,1,(()=>{y=null})),ze());const v={};1&s[0]&&(v.name=e[0].id+"-menu-other"),1&s[0]|16384&s[1]&&(v.$$scope={dirty:s,ctx:e}),l.$set(v);const _={};1&s[0]&&(_.name=e[0].id+"-menu-box-model"),1&s[0]|16384&s[1]&&(_.$$scope={dirty:s,ctx:e}),f.$set(_),(!u||1&s[0]&&d!==(d=e[0].id))&&oe(t,"data-id",d)},i(e){u||(Oe(p),Oe(b),Oe(g),Oe(h),Oe(m),Oe(y),Oe(l.$$.fragment,e),Oe(f.$$.fragment,e),u=!0)},o(e){Te(p),Te(b),Te(g),Te(h),Te(m),Te(y),Te(l.$$.fragment,e),Te(f.$$.fragment,e),u=!1},d(o){o&&K(t),p&&p.d(),b&&b.d(),g&&g.d(),h&&h.d(),m&&m.d(),y&&y.d(),Xe(l),Xe(f),e[40](null)}}}function Vb(e,t,o){let n,a,r,{settings:i}=t,c=ye("content-builder"),l=!1,s=!1;function f(e){o(1,n.style.zIndex=e,n),o(1,n.parentElement.style.zIndex=e,n)}function d(e){e.target.closest(`[data-id="${i.id}"]`)?(f(50),r.show(),o(4,l=!0)):(r.hide(),f(1),o(4,l=!1))}return be((()=>{document.addEventListener("mouseup",d),a.createEvents()})),he((()=>{document.removeEventListener("mouseup",d),a.removeEvents()})),e.$$set=e=>{"settings"in e&&o(0,i=e.settings)},[i,n,a,r,l,s,function(){c.onDelete(i.id)},function(){c.onEdit(i.id)},function(){c.onMoveUp(i.id)},function(){c.onMoveDown(i.id)},function(){c.onDragStart(i.id)},f,function({x:e,y:t}){o(1,n.style.transform=`translate(${e}px, ${t}px)`,n)},function(){o(1,n.style.transform="",n)},function(e){o(1,n.style.opacity=parseFloat(e),n)},function(){return n.getBoundingClientRect().y},function(){o(5,s=!0)},function(){o(5,s=!1)},function(e){i=e,o(0,i)},function(e){r=e,o(3,r)},function(e){_e[e?"unshift":"push"]((()=>{a=e,o(2,a)}))},function(e){i=e,o(0,i)},function(e){r=e,o(3,r)},function(e){_e[e?"unshift":"push"]((()=>{a=e,o(2,a)}))},function(e){i=e,o(0,i)},function(e){r=e,o(3,r)},function(e){_e[e?"unshift":"push"]((()=>{a=e,o(2,a)}))},function(e){i=e,o(0,i)},function(e){r=e,o(3,r)},function(e){_e[e?"unshift":"push"]((()=>{a=e,o(2,a)}))},function(e){i=e,o(0,i)},function(e){r=e,o(3,r)},function(e){_e[e?"unshift":"push"]((()=>{a=e,o(2,a)}))},function(e){i=e,o(0,i)},function(e){r=e,o(3,r)},function(e){_e[e?"unshift":"push"]((()=>{a=e,o(2,a)}))},function(t){e.$$.not_equal(i.other.id,t)&&(i.other.id=t,o(0,i))},function(t){e.$$.not_equal(i.other.classes,t)&&(i.other.classes=t,o(0,i))},function(t){e.$$.not_equal(i.other.css,t)&&(i.other.css=t,o(0,i))},function(t){e.$$.not_equal(i.boxModel,t)&&(i.boxModel=t,o(0,i))},function(e){_e[e?"unshift":"push"]((()=>{n=e,o(1,n)}))}]}const Xb=class extends Ge{constructor(e){super(),Ke(this,e,Vb,Yb,k,{settings:0,setZ:11,setTranslate:12,clearTransform:13,setOpacity:14,getOffsetTop:15,hideContent:16,showContent:17},null,[-1,-1])}get setZ(){return this.$$.ctx[11]}get setTranslate(){return this.$$.ctx[12]}get clearTransform(){return this.$$.ctx[13]}get setOpacity(){return this.$$.ctx[14]}get getOffsetTop(){return this.$$.ctx[15]}get hideContent(){return this.$$.ctx[16]}get showContent(){return this.$$.ctx[17]}};function Kb(e){let t,o,n,a,r,i,c,l,s,f,d,u;return t=new Lu({props:{onClick:e[0],icon:"fa-solid fa-paragraph",title:"Paragraph"}}),n=new Lu({props:{onClick:e[1],icon:"fa-solid fa-header",title:"Heading"}}),r=new Lu({props:{onClick:e[2],icon:"fa-solid fa-link",title:"Button"}}),c=new Lu({props:{onClick:e[3],icon:"fa-solid fa-image",title:"Image"}}),s=new Lu({props:{onClick:e[4],icon:"fa-solid fa-video-camera",title:"HTML5 Video"}}),d=new Lu({props:{onClick:e[5],icon:"fa-brands fa-youtube",title:"YouTube Video"}}),{c(){Ye(t.$$.fragment),o=Q(),Ye(n.$$.fragment),a=Q(),Ye(r.$$.fragment),i=Q(),Ye(c.$$.fragment),l=Q(),Ye(s.$$.fragment),f=Q(),Ye(d.$$.fragment)},m(e,p){Ve(t,e,p),X(e,o,p),Ve(n,e,p),X(e,a,p),Ve(r,e,p),X(e,i,p),Ve(c,e,p),X(e,l,p),Ve(s,e,p),X(e,f,p),Ve(d,e,p),u=!0},p:h,i(e){u||(Oe(t.$$.fragment,e),Oe(n.$$.fragment,e),Oe(r.$$.fragment,e),Oe(c.$$.fragment,e),Oe(s.$$.fragment,e),Oe(d.$$.fragment,e),u=!0)},o(e){Te(t.$$.fragment,e),Te(n.$$.fragment,e),Te(r.$$.fragment,e),Te(c.$$.fragment,e),Te(s.$$.fragment,e),Te(d.$$.fragment,e),u=!1},d(e){Xe(t,e),e&&K(o),Xe(n,e),e&&K(a),Xe(r,e),e&&K(i),Xe(c,e),e&&K(l),Xe(s,e),e&&K(f),Xe(d,e)}}}function Gb(e){let t,o,n,a,r;return a=new iu({props:{name:"block inserter menu",moveToRoot:!0,$$slots:{default:[Kb]},$$scope:{ctx:e}}}),{c(){t=G("div"),o=G("div"),n=Q(),Ye(a.$$.fragment),oe(o,"data-open-menu","block inserter menu"),oe(o,"class","flex justify-center items-center fa-solid fa-plus w-6 h-6 btn rounded form-control-border form-control-shadow text-xs"),oe(t,"class","flex justify-center p-2 rounded border border-dashed border-white border-opacity-50 bg-black bg-opacity-25"),re(t,"margin","10px")},m(e,i){X(e,t,i),Z(t,o),Z(t,n),Ve(a,t,null),r=!0},p(e,[t]){const o={};128&t&&(o.$$scope={dirty:t,ctx:e}),a.$set(o)},i(e){r||(Oe(a.$$.fragment,e),r=!0)},o(e){Te(a.$$.fragment,e),r=!1},d(e){e&&K(t),Xe(a)}}}function Jb(e){let t=ye("content-builder");return[function(){t.addBlock(Lt)},function(){t.addBlock(Bt)},function(){t.addBlock(jt)},function(){t.addBlock(Et)},function(){t.addBlock(St)},function(){t.addBlock(It)}]}const Qb=class extends Ge{constructor(e){super(),Ke(this,e,Jb,Gb,k,{})}};function eg(e){let t,o;return{c(){t=G("div"),o=G("div"),o.innerHTML='<div class="h-full bg-primary-500 rounded-xl"></div>',oe(o,"class","absolute w-full h-2 -mt-1 px-2"),oe(t,"data-index",e[0]),oe(t,"class","block-placeholder relative opacity-0")},m(n,a){X(n,t,a),Z(t,o),e[6](t)},p(e,[o]){1&o&&oe(t,"data-index",e[0])},i:h,o:h,d(o){o&&K(t),e[6](null)}}}function tg(e,t,o){let n,{index:a}=t;return e.$$set=e=>{"index"in e&&o(0,a=e.index)},[a,n,function(){o(1,n.style.opacity=1,n)},function(){o(1,n.style.opacity=0,n)},function(){return n.getBoundingClientRect().y},function(){return parseInt(a)},function(e){_e[e?"unshift":"push"]((()=>{n=e,o(1,n)}))}]}const og=class extends Ge{constructor(e){super(),Ke(this,e,tg,eg,k,{index:0,show:2,hide:3,getOffsetTop:4,getIndex:5})}get show(){return this.$$.ctx[2]}get hide(){return this.$$.ctx[3]}get getOffsetTop(){return this.$$.ctx[4]}get getIndex(){return this.$$.ctx[5]}};function ng(e,t,o){const n=e.slice();return n[35]=t[o],n[36]=t,n[37]=o,n}function ag(e,t){let o,n,a,r,i,c,l,s=t[37],f=t[35],d=h;const u=()=>t[8](n,s),p=()=>t[8](null,s);let b={index:t[37]};function g(e){t[9](e,t[35],t[36],t[37])}n=new og({props:b}),u();const y=()=>t[10](r,f),v=()=>t[10](null,f);let _={};return void 0!==t[35]&&(_.settings=t[35]),r=new Xb({props:_}),_e.push((()=>We(r,"settings",g))),y(),{key:e,first:null,c(){o=G("div"),Ye(n.$$.fragment),a=Q(),Ye(r.$$.fragment),oe(o,"class","relative"),this.first=o},m(e,t){X(e,o,t),Ve(n,o,null),Z(o,a),Ve(r,o,null),l=!0},p(e,o){s!==(t=e)[37]&&(p(),s=t[37],u());const a={};1&o[0]&&(a.index=t[37]),n.$set(a),f!==t[35]&&(v(),f=t[35],y());const c={};!i&&1&o[0]&&(i=!0,c.settings=t[35],Me((()=>i=!1))),r.$set(c)},r(){c=o.getBoundingClientRect()},f(){(function(e){const t=getComputedStyle(e);if("absolute"!==t.position&&"fixed"!==t.position){const{width:o,height:n}=t,a=e.getBoundingClientRect();e.style.position="absolute",e.style.width=o,e.style.height=n,function(e,t){const o=e.getBoundingClientRect();if(t.left!==o.left||t.top!==o.top){const n=getComputedStyle(e),a="none"===n.transform?"":n.transform;e.style.transform=`${a} translate(${t.left-o.left}px, ${t.top-o.top}px)`}}(e,a)}})(o),d()},a(){d(),d=function(e,t,o,n){if(!t)return h;const a=e.getBoundingClientRect();if(t.left===a.left&&t.right===a.right&&t.top===a.top&&t.bottom===a.bottom)return h;const{delay:r=0,duration:i=300,easing:c=m,start:l=z()+r,end:s=l+i,tick:f=h,css:d}=o(e,{from:t,to:a},{duration:250});let u,p=!0,b=!1;function g(){d&&de(e,u),p=!1}return P((e=>{if(!b&&e>=l&&(b=!0),b&&e>=s&&(f(1,0),g()),!p)return!1;if(b){const t=0+1*c((e-l)/i);f(t,1-t)}return!0})),d&&(u=fe(e,0,1,i,r,c,d)),r||(b=!0),f(0,1),g}(o,c,Ud)},i(e){l||(Oe(n.$$.fragment,e),Oe(r.$$.fragment,e),l=!0)},o(e){Te(n.$$.fragment,e),Te(r.$$.fragment,e),l=!1},d(e){e&&K(o),p(),Xe(n),v(),Xe(r)}}}function rg(e){let t,o,n,a,r,i,c=[],l=new Map,s=e[0];const f=e=>e[35].id;for(let t=0;t<s.length;t+=1){let o=ng(e,s,t),n=f(o);l.set(n,c[t]=ag(n,o))}let d={index:e[0].length};return n=new og({props:d}),e[11](n),r=new Qb({}),{c(){t=G("div");for(let e=0;e<c.length;e+=1)c[e].c();o=Q(),Ye(n.$$.fragment),a=Q(),Ye(r.$$.fragment),oe(t,"id","content-builder")},m(l,s){X(l,t,s);for(let e=0;e<c.length;e+=1)c[e]&&c[e].m(t,null);Z(t,o),Ve(n,t,null),Z(t,a),Ve(r,t,null),e[12](t),i=!0},p(e,a){if(13&a[0]){s=e[0],Ae();for(let e=0;e<c.length;e+=1)c[e].r();c=Ze(c,a,f,1,e,s,l,t,qe,ag,o,ng);for(let e=0;e<c.length;e+=1)c[e].a();ze()}const r={};1&a[0]&&(r.index=e[0].length),n.$set(r)},i(e){if(!i){for(let e=0;e<s.length;e+=1)Oe(c[e]);Oe(n.$$.fragment,e),Oe(r.$$.fragment,e),i=!0}},o(e){for(let e=0;e<c.length;e+=1)Te(c[e]);Te(n.$$.fragment,e),Te(r.$$.fragment,e),i=!1},d(o){o&&K(t);for(let e=0;e<c.length;e+=1)c[e].d();e[11](null),Xe(n),Xe(r),e[12](null)}}}function ig(e){const t=document.getSelection().toString(),o=e.clipboardData||window.clipboardData;o.setData("text/plain",t),o.setData("text/html",t),e.preventDefault()}function cg(e,t,o){let n,a,{model:r=[]}=t,{group:i}=t,{prop:c}=t,l=[],s=[],f=[];const[d,u]=function(e){var{fallback:t}=e,o=function(e,t){var o={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(o[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var a=0;for(n=Object.getOwnPropertySymbols(e);a<n.length;a++)t.indexOf(n[a])<0&&Object.prototype.propertyIsEnumerable.call(e,n[a])&&(o[n[a]]=e[n[a]])}return o}(e,["fallback"]);const n=new Map,a=new Map;function r(e,n,a){return(r,i)=>(e.set(i.key,r),()=>{if(n.has(i.key)){const e=n.get(i.key);return n.delete(i.key),function(e,t,n){const{delay:a=0,duration:r=(e=>30*Math.sqrt(e)),easing:i=Cc}=y(y({},o),n),c=e.getBoundingClientRect(),l=t.getBoundingClientRect(),s=c.left-l.left,f=c.top-l.top,d=c.width/l.width,u=c.height/l.height,p=Math.sqrt(s*s+f*f),b=getComputedStyle(t),g="none"===b.transform?"":b.transform,h=+b.opacity;return{delay:a,duration:w(r)?r(p):r,easing:i,css:(e,t)=>`\n\t\t\t\topacity: ${e*h};\n\t\t\t\ttransform-origin: top left;\n\t\t\t\ttransform: ${g} translate(${t*s}px,${t*f}px) scale(${e+(1-e)*d}, ${e+(1-e)*u});\n\t\t\t`}}(e,r,i)}return e.delete(i.key),t&&t(r,i,a)})}return[r(a,n,!1),r(n,a,!0)]}({duration:e=>Math.sqrt(200*e),fallback(e,t){const o=getComputedStyle(e);return"none"===o.transform||o.transform,{duration:250,easing:Cc,css:e=>`\n opacity: ${e}\n `}}});function p(){Ji.setValue({group:i,prop:c,value:r}),o(0,r)}function b(){let e=Gi.getValue({group:i,prop:c})||[];o(0,r=JSON.parse(JSON.stringify(e)));for(let e in r)r[e].type===Lt&&(o(0,r[e]=Ra({},ir.paragraph,r[e]),r),o(0,r[e].id=r[e].id||Ha(),r)),r[e].type===Bt&&(o(0,r[e]=Ra({},ir.heading,r[e]),r),o(0,r[e].id=r[e].id||Ha(),r)),r[e].type===jt&&(o(0,r[e]=Ra({},ir.button,r[e]),r),o(0,r[e].id=r[e].id||Ha(),r)),r[e].type===Et&&(o(0,r[e]=Ra({},ir.image,r[e]),r),o(0,r[e].id=r[e].id||Ha(),r)),r[e].type===St&&(o(0,r[e]=Ra({},ir.video,r[e]),r),o(0,r[e].id=r[e].id||Ha(),r)),r[e].type===It&&(o(0,r[e]=Ra({},ir.youtube,r[e]),r),o(0,r[e].id=r[e].id||Ha(),r));o(0,r)}be((()=>{document.addEventListener("mousedown",k),document.addEventListener("mousemove",C),document.addEventListener("mouseup",$),document.addEventListener("copy",ig)})),he((()=>{l.forEach((e=>e())),l=[],document.removeEventListener("mousedown",k),document.removeEventListener("mousemove",C),document.removeEventListener("mouseup",$),document.removeEventListener("copy",ig)})),me("content-builder",{addBlock:e=>{!function(e){if(e===Lt){let e=Ra({},ir.paragraph);e.id=Ha(),r.push(e)}if(e===Bt){let e=Ra({},ir.heading);e.id=Ha(),r.push(e)}if(e===jt){let e=Ra({},ir.button);e.id=Ha(),r.push(e)}if(e===Et){let e=Ra({},ir.image);e.id=Ha(),r.push(e)}if(e===St){let e=Ra({},ir.video);e.id=Ha(),r.push(e)}if(e===It){let e=Ra({},ir.youtube);e.id=Ha(),r.push(e)}}(e),p()},onEdit:()=>{p()},onDelete:e=>{let t=[];for(let o of r)o.id!==e&&t.push(o);o(0,r=t),p()},onMoveUp:e=>{M(e)>0&&(function(e){let t=M(e);if(0===t)return!1;let n=r[t-1];o(0,r[t-1]=r[t],r),o(0,r[t]=n,r)}(e),p())},onMoveDown:e=>{M(e)<r.length-1&&(function(e){let t=M(e);if(t===r.length-1)return!1;let n=r[t+1];o(0,r[t+1]=r[t],r),o(0,r[t]=n,r)}(e),p())},onDragStart:e=>{!function(e){v=!0,g=e,h=M(g),s[g].hideContent(),s[g].setZ(9999),s[g].setOpacity(.5),o(3,f[r.length]=a,f),o(3,f=[]),n.querySelectorAll(".block-placeholder").forEach((e=>{f.push(e)}))}(e)}}),l.push(Ki.subscribe((()=>{b()})));let g,h,m,v=!1,_={x:0,y:0},x={x:0,y:0};function k(e){_={x:e.pageX,y:e.pageY}}function C(e){x={x:e.pageX-_.x,y:e.pageY-_.y},v&&function(){s[g].setTranslate(x);let e=s[g].getOffsetTop(),t=9999;for(let o of f){if(o.dataset.index===h+1)continue;let n=Math.abs(o.getBoundingClientRect().y-e);n<t&&(t=n,m=o.dataset.index)}for(let e of f)e.dataset.index!==h+1&&(e.dataset.index!==m?e.style.opacity=0:e.style.opacity=1);m>h&&m--}()}function $(){v&&function(){v=!1,s[g].clearTransform(),s[g].showContent(),s[g].setZ(1),s[g].setOpacity(1);for(let e in f)o(3,f[e].style.opacity=0,f);m>r.length-1&&(m=r.length-1),o(0,r=function(e,t,o){if(o>=e.length)for(var n=o-e.length+1;n--;)e.push(void 0);return e.splice(o,0,e.splice(t,1)[0]),e}(r,h,m))}()}function M(e){let t=0;for(let o of r){if(o.id===e)break;t++}return t}return e.$$set=e=>{"model"in e&&o(0,r=e.model),"group"in e&&o(5,i=e.group),"prop"in e&&o(6,c=e.prop)},[r,n,s,f,a,i,c,b,function(e,t){_e[e?"unshift":"push"]((()=>{f[t]=e,o(3,f)}))},function(e,t,n,a){n[a]=e,o(0,r)},function(e,t){_e[e?"unshift":"push"]((()=>{s[t.id]=e,o(2,s)}))},function(e){_e[e?"unshift":"push"]((()=>{a=e,o(4,a)}))},function(e){_e[e?"unshift":"push"]((()=>{n=e,o(1,n)}))}]}const lg=class extends Ge{constructor(e){super(),Ke(this,e,cg,rg,k,{model:0,group:5,prop:6,generateModel:7},null,[-1,-1])}get generateModel(){return this.$$.ctx[7]}};function sg(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v,_,x,w,k,C,$,M;t=new ys({props:{type:"select",label:"Position",group:"selected",prop:"tooltip_style.position",options:e[1]}}),r=new ys({props:{type:"checkbox",name:"Auto Width",group:"selected",prop:"tooltip_style.auto_width"}});let F=!e[0].tooltip_style?.auto_width&&fg();return d=new ys({props:{type:"number",label:"Offset X",group:"selected",prop:"tooltip_style.offset_x"}}),b=new ys({props:{type:"number",label:"Offset Y",group:"selected",prop:"tooltip_style.offset_y"}}),y=new ys({props:{type:"number",label:"Padding",group:"selected",prop:"tooltip_style.padding",integer:!0}}),x=new ys({props:{type:"number",label:"Border Radius",group:"selected",prop:"tooltip_style.border_radius",integer:!0}}),k=new ys({props:{type:"color",label:"BG Color",group:"selected",prop:"tooltip_style.background_color"}}),$=new ys({props:{type:"slider",label:"Background Opacity",group:"selected",prop:"tooltip_style.background_opacity",options:e[2]}}),{c(){Ye(t.$$.fragment),o=Q(),n=G("div"),a=G("div"),Ye(r.$$.fragment),i=Q(),c=G("div"),F&&F.c(),l=Q(),s=G("div"),f=G("div"),Ye(d.$$.fragment),u=Q(),p=G("div"),Ye(b.$$.fragment),g=Q(),h=G("div"),m=G("div"),Ye(y.$$.fragment),v=Q(),_=G("div"),Ye(x.$$.fragment),w=Q(),Ye(k.$$.fragment),C=Q(),Ye($.$$.fragment),oe(a,"class","flex-1"),oe(c,"class","flex-1"),oe(n,"class","flex"),oe(f,"class","flex-1"),oe(p,"class","flex-1"),oe(s,"class","flex"),oe(m,"class","flex-1"),oe(_,"class","flex-1"),oe(h,"class","flex")},m(e,D){Ve(t,e,D),X(e,o,D),X(e,n,D),Z(n,a),Ve(r,a,null),Z(n,i),Z(n,c),F&&F.m(c,null),X(e,l,D),X(e,s,D),Z(s,f),Ve(d,f,null),Z(s,u),Z(s,p),Ve(b,p,null),X(e,g,D),X(e,h,D),Z(h,m),Ve(y,m,null),Z(h,v),Z(h,_),Ve(x,_,null),X(e,w,D),Ve(k,e,D),X(e,C,D),Ve($,e,D),M=!0},p(e,t){e[0].tooltip_style?.auto_width?F&&(Ae(),Te(F,1,1,(()=>{F=null})),ze()):F?1&t&&Oe(F,1):(F=fg(),F.c(),Oe(F,1),F.m(c,null))},i(e){M||(Oe(t.$$.fragment,e),Oe(r.$$.fragment,e),Oe(F),Oe(d.$$.fragment,e),Oe(b.$$.fragment,e),Oe(y.$$.fragment,e),Oe(x.$$.fragment,e),Oe(k.$$.fragment,e),Oe($.$$.fragment,e),M=!0)},o(e){Te(t.$$.fragment,e),Te(r.$$.fragment,e),Te(F),Te(d.$$.fragment,e),Te(b.$$.fragment,e),Te(y.$$.fragment,e),Te(x.$$.fragment,e),Te(k.$$.fragment,e),Te($.$$.fragment,e),M=!1},d(e){Xe(t,e),e&&K(o),e&&K(n),Xe(r),F&&F.d(),e&&K(l),e&&K(s),Xe(d),Xe(b),e&&K(g),e&&K(h),Xe(y),Xe(x),e&&K(w),Xe(k,e),e&&K(C),Xe($,e)}}}function fg(e){let t,o;return t=new ys({props:{type:"number",label:"Width",group:"selected",prop:"tooltip_style.width",integer:!0}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function dg(e){let t,o,n=e[0]&&sg(e);return{c(){n&&n.c(),t=ee()},m(e,a){n&&n.m(e,a),X(e,t,a),o=!0},p(e,[o]){e[0]?n?(n.p(e,o),1&o&&Oe(n,1)):(n=sg(e),n.c(),Oe(n,1),n.m(t.parentNode,t)):n&&(Ae(),Te(n,1,1,(()=>{n=null})),ze())},i(e){o||(Oe(n),o=!0)},o(e){Te(n),o=!1},d(e){n&&n.d(e),e&&K(t)}}}function ug(e,t,o){let n,a=[];function r(){let e=Gi.getSelectedObject();e&&e.type!==Zt?o(0,n=e):o(0,n=void 0)}return he((()=>{a.forEach((e=>e())),a=[]})),a.push(Eo.subscribe((()=>{r()}))),a.push(Ki.subscribe((()=>{r()}))),[n,[{name:"Left",value:"left"},{name:"Right",value:"right"},{name:"Top",value:"top"},{name:"Bottom",value:"bottom"}],{min:0,max:1}]}const pg=class extends Ge{constructor(e){super(),Ke(this,e,ug,dg,k,{})}};function bg(e){let t,o,n;return o=new pg({}),{c(){t=G("div"),Ye(o.$$.fragment),oe(t,"class","w-[250px]")},m(e,a){X(e,t,a),Ve(o,t,null),n=!0},p:h,i(e){n||(Oe(o.$$.fragment,e),n=!0)},o(e){Te(o.$$.fragment,e),n=!1},d(e){e&&K(t),Xe(o)}}}function gg(e){let t,o,n,a,r;return a=new iu({props:{name:"tooltip-menu",classes:"p-3",moveToRoot:!0,$$slots:{default:[bg]},$$scope:{ctx:e}}}),e[1](a),{c(){t=G("div"),o=G("div"),n=Q(),Ye(a.$$.fragment),oe(o,"data-open-menu","tooltip-menu"),oe(o,"class","btn btn-transparent w-6 h-6 fa-solid fa-cog text-xs flex items-center justify-center rounded-sm"),oe(t,"class","ui absolute -right-7 top-0")},m(e,i){X(e,t,i),Z(t,o),Z(t,n),Ve(a,t,null),r=!0},p(e,[t]){const o={};8&t&&(o.$$scope={dirty:t,ctx:e}),a.$set(o)},i(e){r||(Oe(a.$$.fragment,e),r=!0)},o(e){Te(a.$$.fragment,e),r=!1},d(o){o&&K(t),e[1](null),Xe(a)}}}function hg(e,t,o){let n,a=[];return he((()=>{a.forEach((e=>e())),a=[]})),a.push(Ki.subscribe((()=>{setTimeout((()=>{n&&n.updatePosition()}),50)}))),[n,function(e){_e[e?"unshift":"push"]((()=>{n=e,o(0,n)}))}]}const mg=class extends Ge{constructor(e){super(),Ke(this,e,hg,gg,k,{})}};function yg(e){let t,o,n,a,r,i,c,l,s;return o=new mg({}),c=new lg({props:{group:"selected",prop:"tooltip_content"}}),e[8](c),{c(){t=G("div"),Ye(o.$$.fragment),n=Q(),a=G("div"),r=Q(),i=G("div"),Ye(c.$$.fragment),oe(a,"class",e[3]),oe(a,"style",e[4]),oe(i,"class","tooltip-content"),oe(t,"style",l=e[2]+" "+(e[5]?"display: block;":"display: none;")+" z-index: 9999;"),oe(t,"class","imp-tooltip fixed")},m(l,f){X(l,t,f),Ve(o,t,null),Z(t,n),Z(t,a),e[7](a),Z(t,r),Z(t,i),Ve(c,i,null),e[9](t),s=!0},p(e,[o]){(!s||8&o)&&oe(a,"class",e[3]),(!s||16&o)&&oe(a,"style",e[4]),c.$set({}),(!s||36&o&&l!==(l=e[2]+" "+(e[5]?"display: block;":"display: none;")+" z-index: 9999;"))&&oe(t,"style",l)},i(e){s||(Oe(o.$$.fragment,e),Oe(c.$$.fragment,e),s=!0)},o(e){Te(o.$$.fragment,e),Te(c.$$.fragment,e),s=!1},d(n){n&&K(t),Xe(o),e[7](null),e[8](null),Xe(c),e[9](null)}}}function vg(e,t,o){let n,a,r;F(e,Eo,(e=>o(12,n=e))),F(e,Ao,(e=>o(13,a=e))),F(e,Io,(e=>o(14,r=e)));let i,c,l,s,f,d,u=[],p="",b=!1;function g(e){if("selected"===e.detail.group&&b){if(["x","y","width","height"].includes(e.detail.prop)&&(l[e.detail.prop]=e.detail.value,C()),"default_style.icon_size"===e.detail.prop&&(l.default_style.icon_size=e.detail.value,C()),"tooltip_style.width"===e.detail.prop&&(l.tooltip_style.width=e.detail.value,o(0,i.style.width=e.detail.value+"px",i),o(0,i.dataset.impMeasuredWidth=e.detail.value,i),C()),"tooltip_style.offset_x"===e.detail.prop&&(l.tooltip_style.offset_x=e.detail.value,C()),"tooltip_style.offset_y"===e.detail.prop&&(l.tooltip_style.offset_y=e.detail.value,C()),"tooltip_style.padding"===e.detail.prop&&(l.tooltip_style.padding=e.detail.value,o(0,i.style.padding=e.detail.value+"px",i),o(0,i.dataset.impMeasuredWidth=i.getBoundingClientRect().width,i),o(0,i.dataset.impMeasuredHeight=i.getBoundingClientRect().height,i),C()),"tooltip_style.background_color"===e.detail.prop){l.tooltip_style.background_color=e.detail.value;let t=qa(l.tooltip_style.background_color);o(0,i.style.backgroundColor=`rgba(${t.r}, ${t.g}, ${t.b}, ${l.tooltip_style.background_opacity})`,i),k()}if("tooltip_style.background_opacity"===e.detail.prop){l.tooltip_style.background_opacity=e.detail.value;let t=qa(l.tooltip_style.background_color);o(0,i.style.backgroundColor=`rgba(${t.r}, ${t.g}, ${t.b}, ${l.tooltip_style.background_opacity})`,i),k()}"tooltip_style.border_radius"===e.detail.prop&&o(0,i.style.borderRadius=e.detail.value+"px",i)}}function h(e){C(e.detail.move.x,e.detail.move.y)}function m(e){C(e.detail.move.x,e.detail.move.y,e.detail.scale.x,e.detail.scale.y)}function y(){C()}function v(){o(5,b=!1)}function _(){w()}function x(){C()}function w(){i&&(o(5,b=!1),1===n.length&&Gi.getObject(n[0])&&Gi.getObject(n[0]).type!==Zt&&Gi.getObject(n[0]).type!==Xt&&Gi.getObject(n[0]).tooltip.enable_tooltip&&(r.includes(n[0])||a.includes(n[0])||(Gi.getObject(n[0]).type!==Jt||Gi.getObject(n[0]).single_object)&&Gi.isObjectChildOfActiveArtboard(n[0])&&o(5,b=!0)),b&&(d&&d.generateModel(),l=structuredClone(Gi.getObject(n[0])),function(){let e="",t=qa(l.tooltip_style.background_color);e+=`border-radius: ${l.tooltip_style.border_radius}px;`,e+=`padding: ${l.tooltip_style.padding}px;`,e+=`background: rgba(${t.r}, ${t.g}, ${t.b}, ${l.tooltip_style.background_opacity});`,e+="transition-property: transform; -moz-transition-property: -moz-transform; -webkit-transition-property: -webkit-transform;",l.tooltip_style.auto_width?e+="min-width: 200px;":e+=`width: ${l.tooltip_style.width}px;`,o(2,p=e)}(),k(),requestAnimationFrame((()=>{o(0,i.dataset.impMeasuredWidth=i.getBoundingClientRect().width,i),o(0,i.dataset.impMeasuredHeight=i.getBoundingClientRect().height,i),C()}))))}function k(){let e=qa(l.tooltip_style.background_color);"top"===l.tooltip_style.position&&(o(3,s="hs-arrow hs-arrow-bottom"),o(4,f=`border-top-color: rgba(${e.r}, ${e.g}, ${e.b}, ${l.tooltip_style.background_opacity});`)),"bottom"===l.tooltip_style.position&&(o(3,s="hs-arrow hs-arrow-top"),o(4,f=`border-bottom-color: rgba(${e.r}, ${e.g}, ${e.b}, ${l.tooltip_style.background_opacity});`)),"left"===l.tooltip_style.position&&(o(3,s="hs-arrow hs-arrow-right"),o(4,f=`border-left-color: rgba(${e.r}, ${e.g}, ${e.b}, ${l.tooltip_style.background_opacity});`)),"right"===l.tooltip_style.position&&(o(3,s="hs-arrow hs-arrow-left"),o(4,f=`border-right-color: rgba(${e.r}, ${e.g}, ${e.b}, ${l.tooltip_style.background_opacity});`))}function C(e=0,t=0,n=1,a=1){if(!b)return;let r,c,s=document.querySelector(`[data-object-type="${eo}"]`).getBoundingClientRect(),f=function(e=0,t=0,o=0,n=0){let a=document.querySelector(`[data-object-type="${eo}"]`).getBoundingClientRect(),r=Ga([l],a);return r={x:Math.round(10*(r.x+e))/10/100*a.width,y:Math.round(10*(r.y+t))/10/100*a.height,width:r.width*o/100*a.width,height:r.height*n/100*a.height},r}(e,t,n,a);"left"===l.tooltip_style.position&&(r=f.x-parseInt(i.dataset.impMeasuredWidth)-20,c=f.y+f.height/2-parseInt(i.dataset.impMeasuredHeight)/2),"right"===l.tooltip_style.position&&(r=f.x+f.width+20,c=f.y+f.height/2-parseInt(i.dataset.impMeasuredHeight)/2),"top"===l.tooltip_style.position&&(r=f.x+f.width/2-parseInt(i.dataset.impMeasuredWidth)/2,c=f.y-parseInt(i.dataset.impMeasuredHeight)-20),"bottom"===l.tooltip_style.position&&(r=f.x+f.width/2-parseInt(i.dataset.impMeasuredWidth)/2,c=f.y+f.height+20),r+=l.tooltip_style.offset_x/100*s.width,c+=l.tooltip_style.offset_y/100*s.height,r+=s.x,c+=s.y,r<0&&(r=0),c<0&&(c=0),r+parseInt(i.dataset.impMeasuredWidth)>window.innerWidth-30&&(r=window.innerWidth-parseInt(i.dataset.impMeasuredWidth)-30),c+parseInt(i.dataset.impMeasuredHeight)>window.innerHeight&&(c=window.innerHeight-parseInt(i.dataset.impMeasuredHeight)),o(0,i.style.left=r+"px",i),o(0,i.style.top=c+"px",i)}return u.push(Eo.subscribe((()=>{w()}))),u.push(qo.subscribe((()=>{w()}))),u.push(Ki.subscribe((()=>{w()}))),u.push(Io.subscribe((()=>{w()}))),u.push(Ao.subscribe((()=>{w()}))),u.push(zo.subscribe((()=>{setTimeout((()=>{w()}),200)}))),u.push(Oo.subscribe((()=>{setTimeout((()=>{w()}),200)}))),u.push(To.subscribe((()=>{setTimeout((()=>{w()}),500)}))),be((()=>{w(),document.addEventListener(ut,g),document.addEventListener(gt,h),document.addEventListener(ht,m),document.addEventListener(_t,y),document.addEventListener(wt,v),document.addEventListener(kt,_),window.addEventListener("resize",x)})),he((()=>{u.forEach((e=>e())),u=[],document.removeEventListener(ut,g),document.removeEventListener(gt,h),document.removeEventListener(ht,m),document.removeEventListener(_t,y),document.removeEventListener(wt,v),document.removeEventListener(kt,_),window.removeEventListener("resize",x)})),[i,c,p,s,f,b,d,function(e){_e[e?"unshift":"push"]((()=>{c=e,o(1,c)}))},function(e){_e[e?"unshift":"push"]((()=>{d=e,o(6,d)}))},function(e){_e[e?"unshift":"push"]((()=>{i=e,o(0,i)}))}]}const _g=class extends Ge{constructor(e){super(),Ke(this,e,vg,yg,k,{})}};function xg(e){let t,o,n,a,r;function i(t){e[2](t)}let c={type:"select",options:e[0]};return void 0!==e[1]&&(c.value=e[1]),n=new ys({props:c}),_e.push((()=>We(n,"value",i))),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment),oe(o,"class","flex-1"),oe(t,"class","flex z-10 absolute -left-1 -top-10 min-w-[120px]")},m(e,a){X(e,t,a),Z(t,o),Ve(n,o,null),r=!0},p(e,[t]){const o={};1&t&&(o.options=e[0]),!a&&2&t&&(a=!0,o.value=e[1],Me((()=>a=!1))),n.$set(o)},i(e){r||(Oe(n.$$.fragment,e),r=!0)},o(e){Te(n.$$.fragment,e),r=!1},d(e){e&&K(t),Xe(n)}}}function wg(e,t,o){let n;F(e,qo,(e=>o(1,n=e)));let a=[],r=[];function i(){let e=Gi.getArtboards();o(0,r=e.map((e=>({name:e.title,value:e.id})))),n?0===r.filter((e=>e.value===n)).length&&S(qo,n=e[0].id,n):S(qo,n=e[0].id,n)}return i(),a.push(Ki.subscribe((()=>{i()}))),he((()=>{a.forEach((e=>e())),a=[]})),[r,n,function(e){n=e,qo.set(n)}]}const kg=class extends Ge{constructor(e){super(),Ke(this,e,wg,xg,k,{})}};function Cg(e){let t,o,n="image"===e[0].background_type&&e[0].image_url&&$g(e),a="color"===e[0].background_type&&Mg(e);return{c(){n&&n.c(),t=Q(),a&&a.c(),o=ee()},m(e,r){n&&n.m(e,r),X(e,t,r),a&&a.m(e,r),X(e,o,r)},p(e,r){"image"===e[0].background_type&&e[0].image_url?n?n.p(e,r):(n=$g(e),n.c(),n.m(t.parentNode,t)):n&&(n.d(1),n=null),"color"===e[0].background_type?a?a.p(e,r):(a=Mg(e),a.c(),a.m(o.parentNode,o)):a&&(a.d(1),a=null)},d(e){n&&n.d(e),e&&K(t),a&&a.d(e),e&&K(o)}}}function $g(e){let t,o,n;return{c(){t=G("img"),oe(t,"class","w-full h-full absolute left-0 top-0 z-0 pointer-events-none"),$(t.src,o=e[0].image_url)||oe(t,"src",o),oe(t,"alt",""),oe(t,"data-object-type",n=Qt)},m(e,o){X(e,t,o)},p(e,n){1&n&&!$(t.src,o=e[0].image_url)&&oe(t,"src",o)},d(e){e&&K(t)}}}function Mg(e){let t,o;return{c(){t=G("div"),oe(t,"class","w-full h-full absolute left-0 top-0 z-0 pointer-events-none"),re(t,"background",e[0].background_color),oe(t,"data-object-type",o=Qt)},m(e,o){X(e,t,o)},p(e,o){1&o&&re(t,"background",e[0].background_color)},d(e){e&&K(t)}}}function Fg(e){let t,o=e[0]&&Cg(e);return{c(){o&&o.c(),t=ee()},m(e,n){o&&o.m(e,n),X(e,t,n)},p(e,[n]){e[0]?o?o.p(e,n):(o=Cg(e),o.c(),o.m(t.parentNode,t)):o&&(o.d(1),o=null)},i:h,o:h,d(e){o&&o.d(e),e&&K(t)}}}function Dg(e,t,o){let n;F(e,qo,(e=>o(2,n=e)));let a=[],r=Gi.getObject(n);return he((()=>{a.forEach((e=>e())),a=[]})),a.push(qo.subscribe((()=>{o(0,r=Gi.getObject(n))}))),a.push(Ki.subscribe((()=>{o(0,r=Gi.getObject(n))}))),[r]}const Lg=class extends Ge{constructor(e){super(),Ke(this,e,Dg,Fg,k,{})}};function Bg(e,t,o){const n=e.slice();return n[110]=t[o],n}function jg(e,t,o){const n=e.slice();return n[113]=t[o],n}function Eg(e){let t,o,n=[],a=new Map,r=[...e[110].children].reverse();const i=e=>e[113].id;for(let t=0;t<r.length;t+=1){let o=jg(e,r,t),c=i(o);a.set(c,n[t]=Sg(c,o))}return{c(){for(let e=0;e<n.length;e+=1)n[e].c();t=ee()},m(e,a){for(let t=0;t<n.length;t+=1)n[t]&&n[t].m(e,a);X(e,t,a),o=!0},p(e,o){2&o[0]&&(r=[...e[110].children].reverse(),Ae(),n=Ze(n,o,i,1,e,r,a,t.parentNode,Re,Sg,t,jg),ze())},i(e){if(!o){for(let e=0;e<r.length;e+=1)Oe(n[e]);o=!0}},o(e){for(let e=0;e<n.length;e+=1)Te(n[e]);o=!1},d(e){for(let t=0;t<n.length;t+=1)n[t].d(e);e&&K(t)}}}function Sg(e,t){let o,n,a;return n=new zd({props:{settings:t[113],svg:!0}}),{key:e,first:null,c(){o=ee(),Ye(n.$$.fragment),this.first=o},m(e,t){X(e,o,t),Ve(n,e,t),a=!0},p(e,o){t=e;const a={};2&o[0]&&(a.settings=t[113]),n.$set(a)},i(e){a||(Oe(n.$$.fragment,e),a=!0)},o(e){Te(n.$$.fragment,e),a=!1},d(e){e&&K(o),Xe(n,e)}}}function Ig(e,t){let o,n,a,r=t[4]===t[110].id&&Eg(t);return{key:e,first:null,c(){o=ee(),r&&r.c(),n=ee(),this.first=o},m(e,t){X(e,o,t),r&&r.m(e,t),X(e,n,t),a=!0},p(e,o){(t=e)[4]===t[110].id?r?(r.p(t,o),18&o[0]&&Oe(r,1)):(r=Eg(t),r.c(),Oe(r,1),r.m(n.parentNode,n)):r&&(Ae(),Te(r,1,1,(()=>{r=null})),ze())},i(e){a||(Oe(r),a=!0)},o(e){Te(r),a=!1},d(e){e&&K(o),r&&r.d(e),e&&K(n)}}}function Ag(e){let t,o,n,a,r,i,c,l,s,f,d,u=[],p=new Map;o=new kg({}),a=new Zd({}),i=new Hd({}),l=new Lg({});let b=e[1];const g=e=>e[110].id;for(let t=0;t<b.length;t+=1){let o=Bg(e,b,t),n=g(o);p.set(n,u[t]=Ig(n,o))}return{c(){t=G("div"),Ye(o.$$.fragment),n=Q(),Ye(a.$$.fragment),r=Q(),Ye(i.$$.fragment),c=Q(),Ye(l.$$.fragment),s=Q();for(let e=0;e<u.length;e+=1)u[e].c();oe(t,"data-object-type",f=eo),oe(t,"class","bg-white z-0 select-none absolute left-auto top-auto shadow"),re(t,"cursor",e[2]),re(t,"width",e[3].width+"px"),re(t,"height",e[3].height+"px"),re(t,"transform","translate("+e[3].x+"px, "+e[3].y+"px)")},m(f,p){X(f,t,p),Ve(o,t,null),Z(t,n),Ve(a,t,null),Z(t,r),Ve(i,t,null),Z(t,c),Ve(l,t,null),Z(t,s);for(let e=0;e<u.length;e+=1)u[e]&&u[e].m(t,null);e[6](t),d=!0},p(e,o){18&o[0]&&(b=e[1],Ae(),u=Ze(u,o,g,1,e,b,p,t,Re,Ig,null,Bg),ze()),(!d||4&o[0])&&re(t,"cursor",e[2]),(!d||8&o[0])&&re(t,"width",e[3].width+"px"),(!d||8&o[0])&&re(t,"height",e[3].height+"px"),(!d||8&o[0])&&re(t,"transform","translate("+e[3].x+"px, "+e[3].y+"px)")},i(e){if(!d){Oe(o.$$.fragment,e),Oe(a.$$.fragment,e),Oe(i.$$.fragment,e),Oe(l.$$.fragment,e);for(let e=0;e<b.length;e+=1)Oe(u[e]);d=!0}},o(e){Te(o.$$.fragment,e),Te(a.$$.fragment,e),Te(i.$$.fragment,e),Te(l.$$.fragment,e);for(let e=0;e<u.length;e+=1)Te(u[e]);d=!1},d(n){n&&K(t),Xe(o),Xe(a),Xe(i),Xe(l);for(let e=0;e<u.length;e+=1)u[e].d();e[6](null)}}}function zg({x:e,y:t}){return e>0&&e<100&&t>0&&t<100}function Og(e,t,o){let n,a,r,i,c,l;F(e,Lo,(e=>o(5,n=e))),F(e,Po,(e=>o(47,a=e))),F(e,Ho,(e=>o(48,r=e))),F(e,Ro,(e=>o(49,i=e))),F(e,Eo,(e=>o(50,c=e))),F(e,qo,(e=>o(4,l=e)));let s,f,d=[],u=Gi.getArtboards();d.push(Ki.subscribe((()=>{o(1,u=Gi.getArtboards()),U=Le(),ke()}))),be((()=>{U=Le(),ke(),document.addEventListener("mousedown",te),document.addEventListener("mousemove",oe),document.addEventListener("mouseup",ne),document.addEventListener("keydown",ae),document.addEventListener("keyup",re),window.addEventListener("resize",ye),document.addEventListener(xt,we),document.addEventListener(Ct,ie),document.addEventListener($t,ce),document.addEventListener(xo,we),document.addEventListener(mo,le),document.addEventListener(yo,se),document.addEventListener(vo,fe),document.addEventListener(_o,de),document.addEventListener(go,ue),document.addEventListener(ho,pe)})),ge((()=>{if(f=void 0,!0===Gi.getValue({group:"custom_code",prop:"preview_custom_css"})){const e=Gi.getValue({group:"custom_code",prop:"custom_css"});if(document.querySelector("#custom-css-preview"))document.querySelector("#custom-css-preview").innerHTML=e;else{let t=document.createElement("style");t.id="custom-css-preview",t.innerHTML=e,document.head.appendChild(t)}}else document.querySelector("#custom-css-preview")&&document.querySelector("#custom-css-preview").remove()})),he((()=>{d.forEach((e=>e())),d=[],document.removeEventListener("mousedown",te),document.removeEventListener("mousemove",oe),document.removeEventListener("keydown",ae),document.removeEventListener("mouseup",ne),window.removeEventListener("resize",ye),document.removeEventListener(xt,we),document.removeEventListener(Ct,ie),document.removeEventListener($t,ce),document.removeEventListener(xo,we),document.removeEventListener(mo,le),document.removeEventListener(yo,se),document.removeEventListener(vo,fe),document.removeEventListener(_o,de),document.removeEventListener(go,ue),document.removeEventListener(ho,pe)})),me("canvas",{getCanvasRect:e=>{if(e){let e=s.getBoundingClientRect();return{width:e.width,height:e.height,left:e.x,top:e.y}}return{width:je().width,height:je().height,left:je().x,top:je().y}},select:e=>{n===At&&(J||Q?(c.includes(e)||Ji.setSelection([...c,e]),Ji.setSelection(c)):Ji.setSelection([e]))}});let p,b,g,h,m,y,v,_,x,w,k,C,$,M,D,L,B,j,E,I,A,z="default",O={x:0,y:0},T={x:0,y:0},N={x:0,y:0},P={x:0,y:0},H={x:0,y:0},R=!1,q=!1,Z={x:0,y:0,width:0,height:0},U={width:0,height:0},W={x:0,y:0},Y={x:0,y:0},V=!1,X=n,K=!1,G=[],J=!1,Q=!1,ee=!1;function te(e){T={x:e.pageX,y:e.pageY},P=Be({x:e.pageX,y:e.pageY}),0===e.button&&(zg(P)&&e.target.closest(`[data-object-type="${eo}"]`)&&(R=!0),function(e){return n===At&&(e.target.dataset.objectType===eo||(e.target.dataset.objectType===oo||(e.target.dataset.objectType===Qt||void 0)))}(e)&&(ee=!0),n===qt&&R&&(V=!0,W={x:Z.x,y:Z.y}),R&&n===zt&&zg(N)&&!B&&(h=!0),R&&n===Pt&&zg(N)&&!B&&(I=!0),!B&&n===Nt&&R&&(B=!0,Ji.setSelection([])),function(e){return!(!B||!R||e.target.dataset.objectType===to||n!==Nt)}(e)&&zg(N)&&(j=!0,G.push({x:(O.x-je().x)/a,y:(O.y-je().y)/a}),$e(G)))}function oe(e){O={x:e.pageX,y:e.pageY},N=Be(O),H=function({x:e,y:t}){return e<0&&(e=0),e>100&&(e=100),t<0&&(t=0),t>100&&(t=100),{x:e,y:t}}(N),0===e.button&&(q=!(!zg(N)||!e.target.closest(`[data-object-type="${eo}"]`)),V&&function(){let e=O.x-T.x,t=O.y-T.y;Y={x:W.x+e,y:W.y+t};let o=new Event(_t);document.dispatchEvent(o),ke()}(),R&&n===Ot&&(Math.abs(O.x-T.x)>3||Math.abs(O.y-T.y)>3)&&!B&&function(){m=!0;let e=H.x-P.x,t=H.y-P.y;v=e>=0?P.x:P.x-Math.abs(e),_=t>=0?P.y:P.y-Math.abs(t),x=Math.abs(e),w=Math.abs(t),function({x:e,y:t,width:o,height:n}){y||(y=document.createElement("div"),y.classList.add("bg-primary-500"),y.classList.add("border-2"),y.classList.add("border-primary-500"),y.classList.add("bg-opacity-20"),y.classList.add("absolute"),y.classList.add("z-50")),s.appendChild(y),y.style.left=e+"%",y.style.top=t+"%",y.style.width=o+"%",y.style.height=n+"%"}({x:v,y:_,width:x,height:w});let o=x/100*je().width,n=w/100*je().height;Fe(`${Math.round(o)} x ${Math.round(n)}`)}(),R&&n===Tt&&(Math.abs(O.x-T.x)>3||Math.abs(O.y-T.y)>3)&&!B&&function(){k=!0;const e=H.x-P.x,t=H.y-P.y;$=e>=0?P.x:P.x-Math.abs(e),M=t>=0?P.y:P.y-Math.abs(t),D=Math.abs(e),L=Math.abs(t),function({x:e,y:t,width:o,height:n}){C||(C=document.createElement("div"),C.classList.add("bg-primary-500"),C.classList.add("border-2"),C.classList.add("border-primary-500"),C.classList.add("bg-opacity-20"),C.classList.add("absolute"),C.classList.add("z-50")),s.appendChild(C),C.style.left=e+"%",C.style.top=t+"%",C.style.width=o+"%",C.style.height=n+"%",C.style.borderRadius="50% 50%"}({x:$,y:M,width:D,height:L});let o=Math.abs(O.x-T.x),n=Math.abs(O.y-T.y);Fe(`${Math.round(o)} x ${Math.round(n)}`)}(),j&&(G[G.length-1]={x:(O.x-je().x)/a,y:(O.y-je().y)/a},$e(G)),B&&function(e){e.target.dataset.objectType===to?Fe("Close path"):De()}(e))}function ne(e){O={x:e.pageX,y:e.pageY},0===e.button&&(V&&(V=!1),h&&function(){let e=Ji.createSpot({x:N.x,y:N.y});h=!1,Eo.set([e]),S(Lo,n=At,n)}(),m&&function(){let e=Ji.createRect({x:v,y:_,width:x,height:w});y?.remove(),De(),m=!1,Ji.setSelection([e]),S(Lo,n=At,n)}(),k&&function(){let e=Ji.createOval({x:$,y:M,width:D,height:L});C?.remove(),De(),k=!1,Ji.setSelection([e]),S(Lo,n=At,n)}(),j&&(j=!1),function(e){return e.target.dataset.objectType===to&&G.length>=3}(e)&&Me(),I&&function(){let e=Ji.createText({...N});I=!1,Ji.setSelection([e]),S(Lo,n=At,n)}(),ee&&Ji.setSelection([]),R&&n===Ht&&ve({...O}),R&&n===Rt&&xe({...O}),R=!1,ee=!1)}function ae(e){J=e.shiftKey,Q=e.ctrlKey||e.metaKey}function re(e){"Escape"===e.code&&B&&(De(),E?.remove(),B=!1,G=[]),"Enter"===e.code&&B&&Me(),J=!1,Q=!1}function ie(e){ve({...e.detail})}function ce(e){xe({...e.detail})}function le(){let e=document.querySelector(`[data-object-type="${oo}"]`)?.getBoundingClientRect(),t=e.x+e.width/2,o=e.y+e.height/2;if(c.length>0){let e=s.getBoundingClientRect(),n=[];c.forEach((e=>n.push(Gi.getObject(e))));let a=Ga(n,e);a.x=a.x/100*e.width,a.y=a.y/100*e.height,a.width=a.width/100*e.width,a.height=a.height/100*e.height,t=e.x+a.x+a.width/2,o=e.y+a.y+a.height/2}ve({x:t,y:o})}function se(){let e=document.querySelector(`[data-object-type="${oo}"]`)?.getBoundingClientRect(),t=e.x+e.width/2,o=e.y+e.height/2;if(c.length>0){let e=s.getBoundingClientRect(),n=[];c.forEach((e=>n.push(Gi.getObject(e))));let a=Ga(n,e);a.x=a.x/100*e.width,a.y=a.y/100*e.height,a.width=a.width/100*e.width,a.height=a.height/100*e.height,t=e.x+a.x+a.width/2,o=e.y+a.y+a.height/2}xe({x:t,y:o})}function fe(){ve({x:O.x,y:O.y})}function de(){xe({x:O.x,y:O.y})}function ue(){n!==qt&&(K=!0,X=n,S(Lo,n=qt,n))}function pe(){S(Lo,n=X,n),K=!1}function ye(){U=Le(),ke()}function ve({x:e,y:t}){if(p=a,W={x:Z.x,y:Z.y},a>=i)return;S(Po,a*=2,a),S(Po,a=a>i?i:a,a);let o=t,n=e-je().x,r=o-je().y,c=je().width/2-n,l=je().height/2-r;Y={x:W.x+1*c,y:W.y+1*l},ke(!0),f=void 0;let s=new Event(wt);document.dispatchEvent(s),clearTimeout(g),g=setTimeout((()=>{let e=new Event(kt);document.dispatchEvent(e),B&&$e(G)}),200)}function xe({x:e,y:t}){if(p=a,W={x:Z.x,y:Z.y},a<=r)return Y={x:0,y:0},ke(!0),void(f=void 0);S(Po,a/=2,a),S(Po,a=a<r?r:a,a);let o=t,n=e-je().x,i=o-je().y,c=je().width/2-n,l=je().height/2-i;Y={x:Z.x-(c-c/2),y:Z.y-(l-l/2)},1===a&&(Y={x:0,y:0}),ke(!0),f=void 0;let s=new Event(wt);document.dispatchEvent(s),clearTimeout(g),g=setTimeout((()=>{let e=new Event(kt);document.dispatchEvent(e),B&&$e(G)}),200)}function we(){W={x:Z.x,y:Z.y},Y={x:0,y:0},p=a,S(Po,a=1,a),f=void 0,ke(!0);let e=new Event(wt);document.dispatchEvent(e),setTimeout((()=>{let e=new Event(kt);document.dispatchEvent(e)}),200)}function ke(e){e?(b=Date.now(),Ce()):(o(3,Z.x=Y.x,Z),o(3,Z.y=Y.y,Z),o(3,Z.width=U.width*a,Z),o(3,Z.height=U.height*a,Z))}function Ce(){const e=Date.now()-b,t=150;o(3,Z.x=Ka(e,W.x,Y.x-W.x,t),Z),o(3,Z.y=Ka(e,W.y,Y.y-W.y,t),Z),o(3,Z.width=Ka(e,U.width*p,U.width*a-U.width*p,t),Z),o(3,Z.height=Ka(e,U.height*p,U.height*a-U.height*p,t),Z),e<t&&requestAnimationFrame(Ce)}function $e(e){E||(E=document.createElementNS("http://www.w3.org/2000/svg","svg"),E.classList.add("absolute"),E.classList.add("left-0"),E.classList.add("top-0"),E.classList.add("w-full"),E.classList.add("h-full"),E.style.zIndex=9998,E.setAttributeNS(null,"version","1.1")),E.setAttributeNS(null,"width",je().width+"px"),E.setAttributeNS(null,"height",je().height+"px"),E.setAttributeNS(null,"viewBox",`0 0 ${je().width} ${je().height}`),s.appendChild(E);let t='<polygon class="fill-primary-500 opacity-20" points="',o=a;for(let n=0;n<e.length;n++)t+=`${e[n].x*o},${e[n].y*o} `;t+='"></polygon>',t+='<polygon class="stroke-primary-500 stroke-2 fill-transparent" points="',o=a;for(let n=0;n<e.length;n++)t+=`${e[n].x*o},${e[n].y*o} `;t+='"></polygon>';for(let n=0;n<e.length;n++)t+=`<circle class="${0===n?"cursor-pointer fill-danger-500 stroke-2 stroke-white":"fill-primary-500"}" cx="${e[n].x*o}" cy="${e[n].y*o}" r="${0===n?6:4}" data-index="${n}" data-object-type="${0===n?to:""}"></circle>`;E.innerHTML=t}function Me(){if(B=!1,G.length>=3){let e={x:9999,y:9999},t={x:0,y:0};for(let o of G)o.x<e.x&&(e.x=o.x),o.x>t.x&&(t.x=o.x),o.y<e.y&&(e.y=o.y),o.y>t.y&&(t.y=o.y);let o={x:e.x/U.width*100,y:e.y/U.height*100},a={x:t.x/U.width*100,y:t.y/U.height*100},r=o.x,i=o.y,c=a.x-o.x,l=a.y-o.y,s=t.x-e.x,f=t.y-e.y;for(let t=0;t<G.length;t++){let o={x:G[t].x-e.x,y:G[t].y-e.y},n={x:o.x/s*100,y:o.y/f*100};G[t]=n}let d=Ji.createPoly({x:r,y:i,width:c,height:l,points:G});Ji.setSelection([d]),S(Lo,n=At,n)}De(),E?.remove(),G=[]}function Fe(e){A||(A=document.createElement("div"),A.classList.add("fixed"),A.classList.add("bg-black"),A.classList.add("bg-opacity-80"),A.classList.add("py-1","px-2"),A.classList.add("rounded"),A.classList.add("text-white"),A.classList.add("text-xs"),A.classList.add("whitespace-nowrap"),A.style.zIndex=9999);let t=O.x-je().x,o=O.y-je().y;s.appendChild(A),A.innerHTML=e,A.style.left=t+10+"px",A.style.top=o+10+"px"}function De(){A?.remove()}function Le(){let e=Gi.getValue({group:"activeArtboard",prop:"width"}),t=Gi.getValue({group:"activeArtboard",prop:"height"}),o=document.querySelector(`[data-object-type="${oo}"]`)?.getBoundingClientRect();if(o){o.width-=80,o.height-=80;let n=e/t,a=o.width/o.height;(e>o.width||t>o.height)&&(n<=a?(e=o.height*n,t=o.height):(e=o.width,t=o.width/n))}return{width:e,height:t}}function Be({x:e,y:t}){return{x:(e-je().x)/je().width*100,y:(t-je().y)/je().height*100}}function je(){return f||(f=s.getBoundingClientRect()),f}return d.push(Lo.subscribe((()=>{n!==zt&&n!==Ot&&n!==Tt&&n!==Nt&&n!==Pt||Ji.setSelection([]),B&&!K&&Me()}))),d.push(qo.subscribe((()=>{U=Le(),ke()}))),d.push(zo.subscribe((()=>{setTimeout((()=>{U=Le(),ke()}),200)}))),d.push(Oo.subscribe((()=>{setTimeout((()=>{U=Le(),ke()}),200)}))),d.push(To.subscribe((()=>{setTimeout((()=>{U=Le(),ke()}),200)}))),e.$$.update=()=>{if(32&e.$$.dirty[0]&&o(2,z=n!==At?"crosshair":"default"),32&e.$$.dirty[0])switch(n){case Ht:o(2,z="zoom-in");break;case Rt:o(2,z="zoom-out");break;case zt:case Ot:case Tt:case Nt:case Pt:o(2,z="crosshair");break;case qt:o(2,z="grab");break;default:o(2,z="default")}},[s,u,z,Z,l,n,function(e){_e[e?"unshift":"push"]((()=>{s=e,o(0,s)}))}]}const Tg=class extends Ge{constructor(e){super(),Ke(this,e,Og,Ag,k,{},null,[-1,-1,-1,-1])}};function Ng(e){let t,o;return{c(){t=G("div"),o=G("div"),o.innerHTML='<div id="imagemappro-client"></div>',oe(o,"class","flex w-full h-full items-center justify-center"),oe(t,"class","p-[40px] w-full h-full")},m(n,a){X(n,t,a),Z(t,o),e[1](o)},p:h,i:h,o:h,d(o){o&&K(t),e[1](null)}}}function Pg(e,t,o){let n;F(e,Bo,(e=>o(4,n=e)));let a,r=[],i=!1;function c(){if(!n)return;window.ImageMapPro.instances[Gi.getSettings().general.name]&&window.ImageMapPro.instances[Gi.getSettings().general.name].deinit();let e=Qc(Gi.getSettings()),t=a.getBoundingClientRect().width,o=a.getBoundingClientRect().height,r=t/o;e.artboards.forEach((e=>{let n=e.width||848,a=e.height||480,i=n/a;(n>t||a>o)&&(i>r?(e.width=t,e.height=t/i):(e.height=o,e.width=o*i))})),e.general.responsive=!1,window.ImageMapPro.init("#imagemappro-client",e)}return be((()=>{i=!0,c(),setTimeout((()=>{i=!1}),250)})),he((()=>{r.forEach((e=>e())),r=[]})),r.push(Ki.subscribe((()=>{c()}))),r.push(zo.subscribe((()=>{window.ImageMapPro.instances[Gi.getSettings().general.name]&&window.ImageMapPro.instances[Gi.getSettings().general.name].deinit(),setTimeout((()=>{i||c()}),250)}))),r.push(Oo.subscribe((()=>{window.ImageMapPro.instances[Gi.getSettings().general.name]&&window.ImageMapPro.instances[Gi.getSettings().general.name].deinit(),setTimeout((()=>{i||c()}),250)}))),r.push(To.subscribe((()=>{window.ImageMapPro.instances[Gi.getSettings().general.name]&&window.ImageMapPro.instances[Gi.getSettings().general.name].deinit(),setTimeout((()=>{i||c()}),250)}))),[a,function(e){_e[e?"unshift":"push"]((()=>{a=e,o(0,a)}))}]}__webpack_require__(33);const Hg=class extends Ge{constructor(e){super(),Ke(this,e,Pg,Ng,k,{})}};function Rg(e){let t,o;return t=new Tg({}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function qg(e){let t,o;return t=new Hg({}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Zg(e){let t,o,n,a,r=!e[0]&&Rg(),i=e[0]&&qg();return{c(){t=G("div"),r&&r.c(),o=Q(),i&&i.c(),oe(t,"class","relative bg-theme-50 dark:bg-theme-900 w-full h-full flex items-center justify-center overflow-hidden"),oe(t,"data-object-type",n=oo)},m(e,n){X(e,t,n),r&&r.m(t,null),Z(t,o),i&&i.m(t,null),a=!0},p(e,[n]){e[0]?r&&(Ae(),Te(r,1,1,(()=>{r=null})),ze()):r?1&n&&Oe(r,1):(r=Rg(),r.c(),Oe(r,1),r.m(t,o)),e[0]?i?1&n&&Oe(i,1):(i=qg(),i.c(),Oe(i,1),i.m(t,null)):i&&(Ae(),Te(i,1,1,(()=>{i=null})),ze())},i(e){a||(Oe(r),Oe(i),a=!0)},o(e){Te(r),Te(i),a=!1},d(e){e&&K(t),r&&r.d(),i&&i.d()}}}function Ug(e,t,o){let n;return F(e,Bo,(e=>o(0,n=e))),[n]}const Wg=class extends Ge{constructor(e){super(),Ke(this,e,Ug,Zg,k,{})}};function Yg(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v,_,x,w=e[4].has("title"),k=e[4].has("x"),C=e[4].has("y"),$=e[4].has("width"),M=e[4].has("height"),F=e[4].has("width_px"),D=e[4].has("height_px"),L=e[4].has("default_style.icon_size"),B=e[4].has("static"),j=e[2].has("Styles"),E=e[2].has("Icon"),S=e[2].has("Text"),I=w&&Vg(),A=k&&Xg(),z=C&&Kg(),O=$&&Gg(),T=M&&Jg(),N=F&&Qg(),P=D&&eh(),H=L&&th(),R=B&&oh(),q=j&&nh(e),U=!e[1].static&&Sh(e),W=E&&sm(e),Y=!e[1].static&&wm(e),V=S&&Fm(e),J=!e[1].static&&Am(e);return{c(){t=G("div"),o=G("div"),I&&I.c(),n=Q(),a=G("div"),A&&A.c(),r=Q(),z&&z.c(),i=Q(),c=G("div"),O&&O.c(),l=Q(),T&&T.c(),s=Q(),f=G("div"),N&&N.c(),d=Q(),P&&P.c(),u=Q(),p=G("div"),H&&H.c(),b=Q(),R&&R.c(),g=Q(),q&&q.c(),h=Q(),U&&U.c(),m=Q(),W&&W.c(),y=Q(),Y&&Y.c(),v=Q(),V&&V.c(),_=Q(),J&&J.c(),oe(a,"class","flex"),oe(c,"class","flex"),oe(f,"class","flex"),oe(p,"class","flex"),oe(o,"class","p-2")},m(e,w){X(e,t,w),Z(t,o),I&&I.m(o,null),Z(o,n),Z(o,a),A&&A.m(a,null),Z(a,r),z&&z.m(a,null),Z(o,i),Z(o,c),O&&O.m(c,null),Z(c,l),T&&T.m(c,null),Z(o,s),Z(o,f),N&&N.m(f,null),Z(f,d),P&&P.m(f,null),Z(o,u),Z(o,p),H&&H.m(p,null),Z(o,b),R&&R.m(o,null),Z(t,g),q&&q.m(t,null),Z(t,h),U&&U.m(t,null),Z(t,m),W&&W.m(t,null),Z(t,y),Y&&Y.m(t,null),Z(t,v),V&&V.m(t,null),Z(t,_),J&&J.m(t,null),x=!0},p(e,i){16&i&&(w=e[4].has("title")),w?I?16&i&&Oe(I,1):(I=Vg(),I.c(),Oe(I,1),I.m(o,n)):I&&(Ae(),Te(I,1,1,(()=>{I=null})),ze()),16&i&&(k=e[4].has("x")),k?A?16&i&&Oe(A,1):(A=Xg(),A.c(),Oe(A,1),A.m(a,r)):A&&(Ae(),Te(A,1,1,(()=>{A=null})),ze()),16&i&&(C=e[4].has("y")),C?z?16&i&&Oe(z,1):(z=Kg(),z.c(),Oe(z,1),z.m(a,null)):z&&(Ae(),Te(z,1,1,(()=>{z=null})),ze()),16&i&&($=e[4].has("width")),$?O?16&i&&Oe(O,1):(O=Gg(),O.c(),Oe(O,1),O.m(c,l)):O&&(Ae(),Te(O,1,1,(()=>{O=null})),ze()),16&i&&(M=e[4].has("height")),M?T?16&i&&Oe(T,1):(T=Jg(),T.c(),Oe(T,1),T.m(c,null)):T&&(Ae(),Te(T,1,1,(()=>{T=null})),ze()),16&i&&(F=e[4].has("width_px")),F?N?16&i&&Oe(N,1):(N=Qg(),N.c(),Oe(N,1),N.m(f,d)):N&&(Ae(),Te(N,1,1,(()=>{N=null})),ze()),16&i&&(D=e[4].has("height_px")),D?P?16&i&&Oe(P,1):(P=eh(),P.c(),Oe(P,1),P.m(f,null)):P&&(Ae(),Te(P,1,1,(()=>{P=null})),ze()),16&i&&(L=e[4].has("default_style.icon_size")),L?H?16&i&&Oe(H,1):(H=th(),H.c(),Oe(H,1),H.m(p,null)):H&&(Ae(),Te(H,1,1,(()=>{H=null})),ze()),16&i&&(B=e[4].has("static")),B?R?16&i&&Oe(R,1):(R=oh(),R.c(),Oe(R,1),R.m(o,null)):R&&(Ae(),Te(R,1,1,(()=>{R=null})),ze()),4&i&&(j=e[2].has("Styles")),j?q?(q.p(e,i),4&i&&Oe(q,1)):(q=nh(e),q.c(),Oe(q,1),q.m(t,h)):q&&(Ae(),Te(q,1,1,(()=>{q=null})),ze()),e[1].static?U&&(Ae(),Te(U,1,1,(()=>{U=null})),ze()):U?(U.p(e,i),2&i&&Oe(U,1)):(U=Sh(e),U.c(),Oe(U,1),U.m(t,m)),4&i&&(E=e[2].has("Icon")),E?W?(W.p(e,i),4&i&&Oe(W,1)):(W=sm(e),W.c(),Oe(W,1),W.m(t,y)):W&&(Ae(),Te(W,1,1,(()=>{W=null})),ze()),e[1].static?Y&&(Ae(),Te(Y,1,1,(()=>{Y=null})),ze()):Y?(Y.p(e,i),2&i&&Oe(Y,1)):(Y=wm(e),Y.c(),Oe(Y,1),Y.m(t,v)),4&i&&(S=e[2].has("Text")),S?V?(V.p(e,i),4&i&&Oe(V,1)):(V=Fm(e),V.c(),Oe(V,1),V.m(t,_)):V&&(Ae(),Te(V,1,1,(()=>{V=null})),ze()),e[1].static?J&&(Ae(),Te(J,1,1,(()=>{J=null})),ze()):J?(J.p(e,i),2&i&&Oe(J,1)):(J=Am(e),J.c(),Oe(J,1),J.m(t,null))},i(e){x||(Oe(I),Oe(A),Oe(z),Oe(O),Oe(T),Oe(N),Oe(P),Oe(H),Oe(R),Oe(q),Oe(U),Oe(W),Oe(Y),Oe(V),Oe(J),x=!0)},o(e){Te(I),Te(A),Te(z),Te(O),Te(T),Te(N),Te(P),Te(H),Te(R),Te(q),Te(U),Te(W),Te(Y),Te(V),Te(J),x=!1},d(e){e&&K(t),I&&I.d(),A&&A.d(),z&&z.d(),O&&O.d(),T&&T.d(),N&&N.d(),P&&P.d(),H&&H.d(),R&&R.d(),q&&q.d(),U&&U.d(),W&&W.d(),Y&&Y.d(),V&&V.d(),J&&J.d()}}}function Vg(e){let t,o;return t=new ys({props:{type:"text",label:"Title",group:"selected",prop:"title"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Xg(e){let t,o;return t=new ys({props:{type:"number",label:"X",group:"selected",prop:"x"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Kg(e){let t,o;return t=new ys({props:{type:"number",label:"Y",group:"selected",prop:"y"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Gg(e){let t,o,n;return o=new ys({props:{type:"number",label:"Width",group:"selected",prop:"width",min:"0"}}),{c(){t=G("div"),Ye(o.$$.fragment),oe(t,"class","flex-1")},m(e,a){X(e,t,a),Ve(o,t,null),n=!0},i(e){n||(Oe(o.$$.fragment,e),n=!0)},o(e){Te(o.$$.fragment,e),n=!1},d(e){e&&K(t),Xe(o)}}}function Jg(e){let t,o,n;return o=new ys({props:{type:"number",label:"Height",group:"selected",prop:"height",min:"0"}}),{c(){t=G("div"),Ye(o.$$.fragment),oe(t,"class","flex-1")},m(e,a){X(e,t,a),Ve(o,t,null),n=!0},i(e){n||(Oe(o.$$.fragment,e),n=!0)},o(e){Te(o.$$.fragment,e),n=!1},d(e){e&&K(t),Xe(o)}}}function Qg(e){let t,o;return t=new ys({props:{type:"number",label:"Spot Width (px)",group:"selected",prop:"width"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function eh(e){let t,o;return t=new ys({props:{type:"number",label:"Spot Height (px)",group:"selected",prop:"height"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function th(e){let t,o,n,a,r;return o=new ys({props:{type:"number",label:"Icon Size (px)",group:"selected",prop:"default_style.icon_size"}}),{c(){t=G("div"),Ye(o.$$.fragment),n=Q(),a=G("div"),oe(t,"class","flex-1"),oe(a,"class","flex-1")},m(e,i){X(e,t,i),Ve(o,t,null),X(e,n,i),X(e,a,i),r=!0},i(e){r||(Oe(o.$$.fragment,e),r=!0)},o(e){Te(o.$$.fragment,e),r=!1},d(e){e&&K(t),Xe(o),e&&K(n),e&&K(a)}}}function oh(e){let t,o;return t=new ys({props:{type:"checkbox",name:"Static",group:"selected",prop:"static",description:"If enabled, the object will not respond to mouse events and will not show its tooltip."}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function nh(e){let t,o;return t=new ws({props:{title:"Default Style",collapsed:!0,$$slots:{default:[Eh]},$$scope:{ctx:e}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};2097178&o&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function ah(e){let t,o;return t=new ys({props:{type:"slider",label:"Opacity",group:"selected",prop:"default_style.opacity",options:{min:0,max:1}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function rh(e){let t,o;return t=new $s({props:{title:"Background"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function ih(e){let t,o;return t=new ys({props:{type:"button-group",label:"Background Type",group:"selected",prop:"default_style.background_type",options:[{name:"Color",value:"color"},{name:"Image",value:"image"}]}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function ch(e){let t,o,n,a,r,i,c=e[4].has("default_style.background_color"),l=e[4].has("default_style.background_opacity"),s=c&&lh(),f=l&&sh();return{c(){t=G("div"),o=G("div"),s&&s.c(),n=Q(),f&&f.c()},m(e,a){X(e,t,a),Z(t,o),s&&s.m(o,null),Z(o,n),f&&f.m(o,null),i=!0},p(e,t){16&t&&(c=e[4].has("default_style.background_color")),c?s?16&t&&Oe(s,1):(s=lh(),s.c(),Oe(s,1),s.m(o,n)):s&&(Ae(),Te(s,1,1,(()=>{s=null})),ze()),16&t&&(l=e[4].has("default_style.background_opacity")),l?f?16&t&&Oe(f,1):(f=sh(),f.c(),Oe(f,1),f.m(o,null)):f&&(Ae(),Te(f,1,1,(()=>{f=null})),ze())},i(e){i||(Oe(s),Oe(f),e&&$e((()=>{i&&(a||(a=Pe(o,Fc,{duration:150},!0)),a.run(1))})),e&&$e((()=>{i&&(r||(r=Pe(t,$c,{duration:150},!0)),r.run(1))})),i=!0)},o(e){Te(s),Te(f),e&&(a||(a=Pe(o,Fc,{duration:150},!1)),a.run(0)),e&&(r||(r=Pe(t,$c,{duration:150},!1)),r.run(0)),i=!1},d(e){e&&K(t),s&&s.d(),f&&f.d(),e&&a&&a.end(),e&&r&&r.end()}}}function lh(e){let t,o;return t=new ys({props:{type:"color",label:"Background Color",group:"selected",prop:"default_style.background_color"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function sh(e){let t,o;return t=new ys({props:{type:"slider",label:"Background Opacity",group:"selected",prop:"default_style.background_opacity",options:{min:0,max:1}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function fh(e){let t,o,n,a,r,i,c,l,s,f,d=e[4].has("default_style.background_image_url"),u=e[4].has("default_style.background_image_opacity"),p=e[4].has("default_style.background_image_scale"),b=e[4].has("default_style.background_image_offset_x"),g=e[4].has("default_style.background_image_offset_y"),h=d&&dh(e),m=u&&bh(),y=p&&gh(),v=b&&hh(),_=g&&mh();return{c(){t=G("div"),o=G("div"),h&&h.c(),n=Q(),m&&m.c(),a=Q(),y&&y.c(),r=Q(),i=G("div"),v&&v.c(),c=Q(),_&&_.c(),oe(i,"class","flex")},m(e,l){X(e,t,l),Z(t,o),h&&h.m(o,null),Z(o,n),m&&m.m(o,null),Z(o,a),y&&y.m(o,null),Z(o,r),Z(o,i),v&&v.m(i,null),Z(i,c),_&&_.m(i,null),f=!0},p(e,t){16&t&&(d=e[4].has("default_style.background_image_url")),d?h?(h.p(e,t),16&t&&Oe(h,1)):(h=dh(e),h.c(),Oe(h,1),h.m(o,n)):h&&(Ae(),Te(h,1,1,(()=>{h=null})),ze()),16&t&&(u=e[4].has("default_style.background_image_opacity")),u?m?16&t&&Oe(m,1):(m=bh(),m.c(),Oe(m,1),m.m(o,a)):m&&(Ae(),Te(m,1,1,(()=>{m=null})),ze()),16&t&&(p=e[4].has("default_style.background_image_scale")),p?y?16&t&&Oe(y,1):(y=gh(),y.c(),Oe(y,1),y.m(o,r)):y&&(Ae(),Te(y,1,1,(()=>{y=null})),ze()),16&t&&(b=e[4].has("default_style.background_image_offset_x")),b?v?16&t&&Oe(v,1):(v=hh(),v.c(),Oe(v,1),v.m(i,c)):v&&(Ae(),Te(v,1,1,(()=>{v=null})),ze()),16&t&&(g=e[4].has("default_style.background_image_offset_y")),g?_?16&t&&Oe(_,1):(_=mh(),_.c(),Oe(_,1),_.m(i,null)):_&&(Ae(),Te(_,1,1,(()=>{_=null})),ze())},i(e){f||(Oe(h),Oe(m),Oe(y),Oe(v),Oe(_),e&&$e((()=>{f&&(l||(l=Pe(o,Fc,{duration:150},!0)),l.run(1))})),e&&$e((()=>{f&&(s||(s=Pe(t,$c,{duration:150},!0)),s.run(1))})),f=!0)},o(e){Te(h),Te(m),Te(y),Te(v),Te(_),e&&(l||(l=Pe(o,Fc,{duration:150},!1)),l.run(0)),e&&(s||(s=Pe(t,$c,{duration:150},!1)),s.run(0)),f=!1},d(e){e&&K(t),h&&h.d(),m&&m.d(),y&&y.d(),v&&v.d(),_&&_.d(),e&&l&&l.end(),e&&s&&s.end()}}}function dh(e){let t,o,n,a;const r=[ph,uh],i=[];return t=window.imageMapProConfig.wp?0:1,o=i[t]=r[t](e),{c(){o.c(),n=ee()},m(e,o){i[t].m(e,o),X(e,n,o),a=!0},p:h,i(e){a||(Oe(o),a=!0)},o(e){Te(o),a=!1},d(e){i[t].d(e),e&&K(n)}}}function uh(e){let t,o;return t=new ys({props:{type:"text",label:"Background Image URL",group:"selected",prop:"default_style.background_image_url"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function ph(e){let t,o;return t=new ys({props:{type:"wp-image",label:"Background Image",group:"selected",prop:"default_style.background_image_url"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function bh(e){let t,o;return t=new ys({props:{type:"slider",label:"Background Image Opacity",group:"selected",prop:"default_style.background_image_opacity",options:{min:0,max:1}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function gh(e){let t,o;return t=new ys({props:{type:"slider",label:"Background Image Scale",group:"selected",prop:"default_style.background_image_scale",options:{min:0,max:2}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function hh(e){let t,o;return t=new ys({props:{type:"number",label:"Background Image Offset X",group:"selected",prop:"default_style.background_image_offset_x"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function mh(e){let t,o;return t=new ys({props:{type:"number",label:"Background Image Offset Y",group:"selected",prop:"default_style.background_image_offset_y"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function yh(e){let t,o;return t=new $s({props:{title:"Border"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function vh(e){let t,o;return t=new ys({props:{type:"number",integer:!0,label:"Border Width",group:"selected",prop:"default_style.border_width"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function _h(e){let t,o;return t=new ys({props:{type:"number",integer:!0,label:"Border Radius",group:"selected",prop:"default_style.border_radius"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function xh(e){let t,o;return t=new ys({props:{type:"select",label:"Border Style",group:"selected",prop:"default_style.border_style",options:[{name:"Dotted",value:"dotted"},{name:"Dashed",value:"dashed"},{name:"Solid",value:"solid"},{name:"Double",value:"double"},{name:"Groove",value:"groove"},{name:"Ridge",value:"ridge"},{name:"Inset",value:"inset"},{name:"Outset",value:"outset"},{name:"None",value:"none"},{name:"Hidden",value:"hidden"}]}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function wh(e){let t,o;return t=new ys({props:{type:"color",label:"Border Color",group:"selected",prop:"default_style.border_color"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function kh(e){let t,o;return t=new ys({props:{type:"slider",label:"Border Opacity",group:"selected",prop:"default_style.border_opacity",options:{min:0,max:1}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Ch(e){let t,o;return t=new $s({props:{title:"Stroke"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function $h(e){let t,o;return t=new ys({props:{type:"color",label:"Stroke Color",group:"selected",prop:"default_style.stroke_color"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Mh(e){let t,o;return t=new ys({props:{type:"number",integer:!0,label:"Stroke Width",group:"selected",prop:"default_style.stroke_width"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Fh(e){let t,o;return t=new ys({props:{type:"text",label:"Stroke Dasharray",group:"selected",prop:"default_style.stroke_dasharray"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Dh(e){let t,o;return t=new ys({props:{type:"select",label:"Stroke Linecap",group:"selected",prop:"default_style.stroke_linecap",options:[{name:"Round",value:"round"},{name:"Butt",value:"butt"},{name:"Square",value:"square"}]}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Lh(e){let t,o;return t=new ys({props:{type:"slider",label:"Stroke Opacity",group:"selected",prop:"default_style.stroke_opacity",options:{min:0,max:1}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Bh(e){let t,o;return t=new ys({props:{type:"color",label:"Icon Fill",group:"selected",prop:"default_style.icon_fill"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function jh(e){let t,o;return t=new ys({props:{type:"filters",label:"Filters",group:"selected",prop:"default_style.filters"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Eh(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v,_,x,w,k,C,$,M,F,D,L,B,j,E,S=e[4].has("default_style.opacity"),I=e[3].has("Background"),A=e[4].has("default_style.background_type"),z=e[3].has("Border"),O=e[4].has("default_style.border_width"),T=e[4].has("default_style.border_radius"),N=e[4].has("default_style.border_style"),P=e[4].has("default_style.border_color"),H=e[4].has("default_style.border_opacity"),R=e[3].has("Stroke"),q=e[4].has("default_style.stroke_color"),U=e[4].has("default_style.stroke_width"),W=e[4].has("default_style.stroke_dasharray"),Y=e[4].has("default_style.stroke_linecap"),V=e[4].has("default_style.stroke_opacity"),J=e[4].has("default_style.icon_fill"),te=e[4].has("default_style.filters"),ne=S&&ah(),ae=I&&rh(),re=A&&ih(),ie="color"===e[1].default_style.background_type&&ch(e),ce="image"===e[1].default_style.background_type&&fh(e),le=z&&yh(),se=O&&vh(),fe=T&&_h(),de=N&&xh(),ue=P&&wh(),pe=H&&kh(),be=R&&Ch(),ge=q&&$h(),he=U&&Mh(),me=W&&Fh(),ye=Y&&Dh(),ve=V&&Lh(),_e=J&&Bh(),xe=te&&jh();return{c(){ne&&ne.c(),t=Q(),ae&&ae.c(),o=Q(),re&&re.c(),n=Q(),ie&&ie.c(),a=Q(),ce&&ce.c(),r=Q(),le&&le.c(),i=Q(),c=G("div"),l=G("div"),se&&se.c(),s=Q(),f=G("div"),fe&&fe.c(),d=Q(),u=G("div"),p=G("div"),de&&de.c(),b=Q(),g=G("div"),ue&&ue.c(),h=Q(),pe&&pe.c(),m=Q(),be&&be.c(),y=Q(),v=G("div"),_=G("div"),ge&&ge.c(),x=Q(),w=G("div"),he&&he.c(),k=Q(),C=G("div"),$=G("div"),me&&me.c(),M=Q(),F=G("div"),ye&&ye.c(),D=Q(),ve&&ve.c(),L=Q(),_e&&_e.c(),B=Q(),xe&&xe.c(),j=ee(),oe(l,"class","flex-1"),oe(f,"class","flex-1"),oe(c,"class","flex"),oe(p,"class","flex-1"),oe(g,"class","flex-1"),oe(u,"class","flex"),oe(_,"class","flex-1"),oe(w,"class","flex-1"),oe(v,"class","flex"),oe($,"class","flex-1"),oe(F,"class","flex-1"),oe(C,"class","flex")},m(e,S){ne&&ne.m(e,S),X(e,t,S),ae&&ae.m(e,S),X(e,o,S),re&&re.m(e,S),X(e,n,S),ie&&ie.m(e,S),X(e,a,S),ce&&ce.m(e,S),X(e,r,S),le&&le.m(e,S),X(e,i,S),X(e,c,S),Z(c,l),se&&se.m(l,null),Z(c,s),Z(c,f),fe&&fe.m(f,null),X(e,d,S),X(e,u,S),Z(u,p),de&&de.m(p,null),Z(u,b),Z(u,g),ue&&ue.m(g,null),X(e,h,S),pe&&pe.m(e,S),X(e,m,S),be&&be.m(e,S),X(e,y,S),X(e,v,S),Z(v,_),ge&&ge.m(_,null),Z(v,x),Z(v,w),he&&he.m(w,null),X(e,k,S),X(e,C,S),Z(C,$),me&&me.m($,null),Z(C,M),Z(C,F),ye&&ye.m(F,null),X(e,D,S),ve&&ve.m(e,S),X(e,L,S),_e&&_e.m(e,S),X(e,B,S),xe&&xe.m(e,S),X(e,j,S),E=!0},p(e,c){16&c&&(S=e[4].has("default_style.opacity")),S?ne?16&c&&Oe(ne,1):(ne=ah(),ne.c(),Oe(ne,1),ne.m(t.parentNode,t)):ne&&(Ae(),Te(ne,1,1,(()=>{ne=null})),ze()),8&c&&(I=e[3].has("Background")),I?ae?8&c&&Oe(ae,1):(ae=rh(),ae.c(),Oe(ae,1),ae.m(o.parentNode,o)):ae&&(Ae(),Te(ae,1,1,(()=>{ae=null})),ze()),16&c&&(A=e[4].has("default_style.background_type")),A?re?16&c&&Oe(re,1):(re=ih(),re.c(),Oe(re,1),re.m(n.parentNode,n)):re&&(Ae(),Te(re,1,1,(()=>{re=null})),ze()),"color"===e[1].default_style.background_type?ie?(ie.p(e,c),2&c&&Oe(ie,1)):(ie=ch(e),ie.c(),Oe(ie,1),ie.m(a.parentNode,a)):ie&&(Ae(),Te(ie,1,1,(()=>{ie=null})),ze()),"image"===e[1].default_style.background_type?ce?(ce.p(e,c),2&c&&Oe(ce,1)):(ce=fh(e),ce.c(),Oe(ce,1),ce.m(r.parentNode,r)):ce&&(Ae(),Te(ce,1,1,(()=>{ce=null})),ze()),8&c&&(z=e[3].has("Border")),z?le?8&c&&Oe(le,1):(le=yh(),le.c(),Oe(le,1),le.m(i.parentNode,i)):le&&(Ae(),Te(le,1,1,(()=>{le=null})),ze()),16&c&&(O=e[4].has("default_style.border_width")),O?se?16&c&&Oe(se,1):(se=vh(),se.c(),Oe(se,1),se.m(l,null)):se&&(Ae(),Te(se,1,1,(()=>{se=null})),ze()),16&c&&(T=e[4].has("default_style.border_radius")),T?fe?16&c&&Oe(fe,1):(fe=_h(),fe.c(),Oe(fe,1),fe.m(f,null)):fe&&(Ae(),Te(fe,1,1,(()=>{fe=null})),ze()),16&c&&(N=e[4].has("default_style.border_style")),N?de?16&c&&Oe(de,1):(de=xh(),de.c(),Oe(de,1),de.m(p,null)):de&&(Ae(),Te(de,1,1,(()=>{de=null})),ze()),16&c&&(P=e[4].has("default_style.border_color")),P?ue?16&c&&Oe(ue,1):(ue=wh(),ue.c(),Oe(ue,1),ue.m(g,null)):ue&&(Ae(),Te(ue,1,1,(()=>{ue=null})),ze()),16&c&&(H=e[4].has("default_style.border_opacity")),H?pe?16&c&&Oe(pe,1):(pe=kh(),pe.c(),Oe(pe,1),pe.m(m.parentNode,m)):pe&&(Ae(),Te(pe,1,1,(()=>{pe=null})),ze()),8&c&&(R=e[3].has("Stroke")),R?be?8&c&&Oe(be,1):(be=Ch(),be.c(),Oe(be,1),be.m(y.parentNode,y)):be&&(Ae(),Te(be,1,1,(()=>{be=null})),ze()),16&c&&(q=e[4].has("default_style.stroke_color")),q?ge?16&c&&Oe(ge,1):(ge=$h(),ge.c(),Oe(ge,1),ge.m(_,null)):ge&&(Ae(),Te(ge,1,1,(()=>{ge=null})),ze()),16&c&&(U=e[4].has("default_style.stroke_width")),U?he?16&c&&Oe(he,1):(he=Mh(),he.c(),Oe(he,1),he.m(w,null)):he&&(Ae(),Te(he,1,1,(()=>{he=null})),ze()),16&c&&(W=e[4].has("default_style.stroke_dasharray")),W?me?16&c&&Oe(me,1):(me=Fh(),me.c(),Oe(me,1),me.m($,null)):me&&(Ae(),Te(me,1,1,(()=>{me=null})),ze()),16&c&&(Y=e[4].has("default_style.stroke_linecap")),Y?ye?16&c&&Oe(ye,1):(ye=Dh(),ye.c(),Oe(ye,1),ye.m(F,null)):ye&&(Ae(),Te(ye,1,1,(()=>{ye=null})),ze()),16&c&&(V=e[4].has("default_style.stroke_opacity")),V?ve?16&c&&Oe(ve,1):(ve=Lh(),ve.c(),Oe(ve,1),ve.m(L.parentNode,L)):ve&&(Ae(),Te(ve,1,1,(()=>{ve=null})),ze()),16&c&&(J=e[4].has("default_style.icon_fill")),J?_e?16&c&&Oe(_e,1):(_e=Bh(),_e.c(),Oe(_e,1),_e.m(B.parentNode,B)):_e&&(Ae(),Te(_e,1,1,(()=>{_e=null})),ze()),16&c&&(te=e[4].has("default_style.filters")),te?xe?16&c&&Oe(xe,1):(xe=jh(),xe.c(),Oe(xe,1),xe.m(j.parentNode,j)):xe&&(Ae(),Te(xe,1,1,(()=>{xe=null})),ze())},i(e){E||(Oe(ne),Oe(ae),Oe(re),Oe(ie),Oe(ce),Oe(le),Oe(se),Oe(fe),Oe(de),Oe(ue),Oe(pe),Oe(be),Oe(ge),Oe(he),Oe(me),Oe(ye),Oe(ve),Oe(_e),Oe(xe),E=!0)},o(e){Te(ne),Te(ae),Te(re),Te(ie),Te(ce),Te(le),Te(se),Te(fe),Te(de),Te(ue),Te(pe),Te(be),Te(ge),Te(he),Te(me),Te(ye),Te(ve),Te(_e),Te(xe),E=!1},d(e){ne&&ne.d(e),e&&K(t),ae&&ae.d(e),e&&K(o),re&&re.d(e),e&&K(n),ie&&ie.d(e),e&&K(a),ce&&ce.d(e),e&&K(r),le&&le.d(e),e&&K(i),e&&K(c),se&&se.d(),fe&&fe.d(),e&&K(d),e&&K(u),de&&de.d(),ue&&ue.d(),e&&K(h),pe&&pe.d(e),e&&K(m),be&&be.d(e),e&&K(y),e&&K(v),ge&&ge.d(),he&&he.d(),e&&K(k),e&&K(C),me&&me.d(),ye&&ye.d(),e&&K(D),ve&&ve.d(e),e&&K(L),_e&&_e.d(e),e&&K(B),xe&&xe.d(e),e&&K(j)}}}function Sh(e){let t,o,n,a,r,i=e[2].has("Mouseover Styles"),c=i&&Ih(e);return{c(){t=G("div"),o=G("div"),c&&c.c()},m(e,n){X(e,t,n),Z(t,o),c&&c.m(o,null),r=!0},p(e,t){4&t&&(i=e[2].has("Mouseover Styles")),i?c?(c.p(e,t),4&t&&Oe(c,1)):(c=Ih(e),c.c(),Oe(c,1),c.m(o,null)):c&&(Ae(),Te(c,1,1,(()=>{c=null})),ze())},i(e){r||(Oe(c),e&&$e((()=>{r&&(n||(n=Pe(o,Fc,{duration:150},!0)),n.run(1))})),e&&$e((()=>{r&&(a||(a=Pe(t,$c,{duration:150},!0)),a.run(1))})),r=!0)},o(e){Te(c),e&&(n||(n=Pe(o,Fc,{duration:150},!1)),n.run(0)),e&&(a||(a=Pe(t,$c,{duration:150},!1)),a.run(0)),r=!1},d(e){e&&K(t),c&&c.d(),e&&n&&n.end(),e&&a&&a.end()}}}function Ih(e){let t,o;return t=new ws({props:{title:"Mouseover Style",collapsed:!0,$$slots:{default:[lm]},$$scope:{ctx:e}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};2097242&o&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Ah(e){let t,o;return t=new ys({props:{type:"slider",label:"Opacity",group:"selected",prop:"mouseover_style.opacity",options:{min:0,max:1}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function zh(e){let t,o;return t=new $s({props:{title:"Background"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Oh(e){let t,o,n,a,r,i,c=e[4].has("mouseover_style.background_color"),l=e[4].has("mouseover_style.background_opacity"),s=c&&Th(),f=l&&Nh();return{c(){t=G("div"),o=G("div"),s&&s.c(),n=Q(),f&&f.c()},m(e,a){X(e,t,a),Z(t,o),s&&s.m(o,null),Z(o,n),f&&f.m(o,null),i=!0},p(e,t){16&t&&(c=e[4].has("mouseover_style.background_color")),c?s?16&t&&Oe(s,1):(s=Th(),s.c(),Oe(s,1),s.m(o,n)):s&&(Ae(),Te(s,1,1,(()=>{s=null})),ze()),16&t&&(l=e[4].has("mouseover_style.background_opacity")),l?f?16&t&&Oe(f,1):(f=Nh(),f.c(),Oe(f,1),f.m(o,null)):f&&(Ae(),Te(f,1,1,(()=>{f=null})),ze())},i(e){i||(Oe(s),Oe(f),e&&$e((()=>{i&&(a||(a=Pe(o,Fc,{duration:150},!0)),a.run(1))})),e&&$e((()=>{i&&(r||(r=Pe(t,$c,{duration:150},!0)),r.run(1))})),i=!0)},o(e){Te(s),Te(f),e&&(a||(a=Pe(o,Fc,{duration:150},!1)),a.run(0)),e&&(r||(r=Pe(t,$c,{duration:150},!1)),r.run(0)),i=!1},d(e){e&&K(t),s&&s.d(),f&&f.d(),e&&a&&a.end(),e&&r&&r.end()}}}function Th(e){let t,o;return t=new ys({props:{type:"color",label:"Background Color",group:"selected",prop:"mouseover_style.background_color"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Nh(e){let t,o;return t=new ys({props:{type:"slider",label:"Background Opacity",group:"selected",prop:"mouseover_style.background_opacity",options:{min:0,max:1}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Ph(e){let t,o,n,a,r,i,c,l,s,f,d=e[4].has("mouseover_style.background_image_url"),u=e[4].has("mouseover_style.background_image_opacity"),p=e[4].has("mouseover_style.background_image_scale"),b=e[4].has("mouseover_style.background_image_offset_x"),g=e[4].has("mouseover_style.background_image_offset_y"),h=d&&Hh(e),m=u&&Zh(),y=p&&Uh(),v=b&&Wh(),_=g&&Yh();return{c(){t=G("div"),o=G("div"),h&&h.c(),n=Q(),m&&m.c(),a=Q(),y&&y.c(),r=Q(),i=G("div"),v&&v.c(),c=Q(),_&&_.c(),oe(i,"class","flex")},m(e,l){X(e,t,l),Z(t,o),h&&h.m(o,null),Z(o,n),m&&m.m(o,null),Z(o,a),y&&y.m(o,null),Z(o,r),Z(o,i),v&&v.m(i,null),Z(i,c),_&&_.m(i,null),f=!0},p(e,t){16&t&&(d=e[4].has("mouseover_style.background_image_url")),d?h?(h.p(e,t),16&t&&Oe(h,1)):(h=Hh(e),h.c(),Oe(h,1),h.m(o,n)):h&&(Ae(),Te(h,1,1,(()=>{h=null})),ze()),16&t&&(u=e[4].has("mouseover_style.background_image_opacity")),u?m?16&t&&Oe(m,1):(m=Zh(),m.c(),Oe(m,1),m.m(o,a)):m&&(Ae(),Te(m,1,1,(()=>{m=null})),ze()),16&t&&(p=e[4].has("mouseover_style.background_image_scale")),p?y?16&t&&Oe(y,1):(y=Uh(),y.c(),Oe(y,1),y.m(o,r)):y&&(Ae(),Te(y,1,1,(()=>{y=null})),ze()),16&t&&(b=e[4].has("mouseover_style.background_image_offset_x")),b?v?16&t&&Oe(v,1):(v=Wh(),v.c(),Oe(v,1),v.m(i,c)):v&&(Ae(),Te(v,1,1,(()=>{v=null})),ze()),16&t&&(g=e[4].has("mouseover_style.background_image_offset_y")),g?_?16&t&&Oe(_,1):(_=Yh(),_.c(),Oe(_,1),_.m(i,null)):_&&(Ae(),Te(_,1,1,(()=>{_=null})),ze())},i(e){f||(Oe(h),Oe(m),Oe(y),Oe(v),Oe(_),e&&$e((()=>{f&&(l||(l=Pe(o,Fc,{duration:150},!0)),l.run(1))})),e&&$e((()=>{f&&(s||(s=Pe(t,$c,{duration:150},!0)),s.run(1))})),f=!0)},o(e){Te(h),Te(m),Te(y),Te(v),Te(_),e&&(l||(l=Pe(o,Fc,{duration:150},!1)),l.run(0)),e&&(s||(s=Pe(t,$c,{duration:150},!1)),s.run(0)),f=!1},d(e){e&&K(t),h&&h.d(),m&&m.d(),y&&y.d(),v&&v.d(),_&&_.d(),e&&l&&l.end(),e&&s&&s.end()}}}function Hh(e){let t,o,n,a;const r=[qh,Rh],i=[];return t=window.imageMapProConfig.wp?0:1,o=i[t]=r[t](e),{c(){o.c(),n=ee()},m(e,o){i[t].m(e,o),X(e,n,o),a=!0},p:h,i(e){a||(Oe(o),a=!0)},o(e){Te(o),a=!1},d(e){i[t].d(e),e&&K(n)}}}function Rh(e){let t,o;return t=new ys({props:{type:"text",label:"Background Image URL",group:"selected",prop:"mouseover_style.background_image_url"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function qh(e){let t,o;return t=new ys({props:{type:"wp-image",label:"Background Image",group:"selected",prop:"mouseover_style.background_image_url"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Zh(e){let t,o;return t=new ys({props:{type:"slider",label:"Background Image Opacity",group:"selected",prop:"mouseover_style.background_image_opacity",options:{min:0,max:1}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Uh(e){let t,o;return t=new ys({props:{type:"slider",label:"Background Image Scale",group:"selected",prop:"mouseover_style.background_image_scale",options:{min:0,max:2}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Wh(e){let t,o;return t=new ys({props:{type:"number",integer:!0,label:"Background Image Offset X",group:"selected",prop:"mouseover_style.background_image_offset_x"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Yh(e){let t,o;return t=new ys({props:{type:"number",integer:!0,label:"Background Image Offset Y",group:"selected",prop:"mouseover_style.background_image_offset_y"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Vh(e){let t,o;return t=new $s({props:{title:"Border"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Xh(e){let t,o;return t=new ys({props:{type:"number",integer:!0,label:"Border Radius",group:"selected",prop:"mouseover_style.border_radius"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Kh(e){let t,o;return t=new ys({props:{type:"number",integer:!0,label:"Border Width",group:"selected",prop:"mouseover_style.border_width"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Gh(e){let t,o;return t=new ys({props:{type:"select",label:"Border Style",group:"selected",prop:"mouseover_style.border_style",options:[{name:"Dotted",value:"dotted"},{name:"Dashed",value:"dashed"},{name:"Solid",value:"solid"},{name:"Double",value:"double"},{name:"Groove",value:"groove"},{name:"Ridge",value:"ridge"},{name:"Inset",value:"inset"},{name:"Outset",value:"outset"},{name:"None",value:"none"},{name:"Hidden",value:"hidden"}]}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Jh(e){let t,o;return t=new ys({props:{type:"color",label:"Border Color",group:"selected",prop:"mouseover_style.border_color"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Qh(e){let t,o;return t=new ys({props:{type:"slider",label:"Border Opacity",group:"selected",prop:"mouseover_style.border_opacity",options:{min:0,max:1}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function em(e){let t,o;return t=new $s({props:{title:"Stroke"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function tm(e){let t,o;return t=new ys({props:{type:"color",label:"Stroke Color",group:"selected",prop:"mouseover_style.stroke_color"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function om(e){let t,o;return t=new ys({props:{type:"number",integer:!0,label:"Stroke Width",group:"selected",prop:"mouseover_style.stroke_width"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function nm(e){let t,o;return t=new ys({props:{type:"text",label:"Stroke Dasharray",group:"selected",prop:"mouseover_style.stroke_dasharray"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function am(e){let t,o;return t=new ys({props:{type:"select",label:"Stroke Linecap",group:"selected",prop:"mouseover_style.stroke_linecap",options:[{name:"Round",value:"round"},{name:"Butt",value:"butt"},{name:"Square",value:"square"}]}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function rm(e){let t,o;return t=new ys({props:{type:"slider",label:"Stroke Opacity",group:"selected",prop:"mouseover_style.stroke_opacity",options:{min:0,max:1}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function im(e){let t,o;return t=new ys({props:{type:"color",label:"SVG Icon Fill Color",group:"selected",prop:"mouseover_style.icon_fill"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function cm(e){let t,o;return t=new ys({props:{type:"filters",label:"Filters",group:"selected",prop:"mouseover_style.filters"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function lm(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v,_,x,w,k,C,$,M,F,D,L,B,j,E,S,I,A=e[4].has("mouseover_style.opacity"),z=e[3].has("Background"),O=e[3].has("Border"),T=e[4].has("mouseover_style.border_radius"),N=e[4].has("mouseover_style.border_width"),P=e[4].has("mouseover_style.border_style"),H=e[4].has("mouseover_style.border_color"),R=e[4].has("mouseover_style.border_opacity"),q=e[3].has("Stroke"),U=e[4].has("mouseover_style.stroke_color"),W=e[4].has("mouseover_style.stroke_width"),Y=e[4].has("mouseover_style.stroke_dasharray"),V=e[4].has("mouseover_style.stroke_linecap"),J=e[4].has("mouseover_style.stroke_opacity"),te=e[4].has("mouseover_style.icon_fill"),ne=e[4].has("mouseover_style.filters");function ae(t){e[9](t)}let re={type:"checkbox",name:"Display in Editor"};void 0!==e[6]&&(re.value=e[6]),t=new ys({props:re}),_e.push((()=>We(t,"value",ae))),a=new ys({props:{type:"button",name:"Copy from Styles",action:e[8]}});let ie=A&&Ah(),ce=z&&zh(),le="color"===e[1].default_style.background_type&&Oh(e),se="image"===e[1].default_style.background_type&&Ph(e),fe=O&&Vh(),de=T&&Xh(),ue=N&&Kh(),pe=P&&Gh(),be=H&&Jh(),ge=R&&Qh(),he=q&&em(),me=U&&tm(),ye=W&&om(),ve=Y&&nm(),xe=V&&am(),we=J&&rm(),ke=te&&im(),Ce=ne&&cm();return{c(){Ye(t.$$.fragment),n=Q(),Ye(a.$$.fragment),r=Q(),ie&&ie.c(),i=Q(),ce&&ce.c(),c=Q(),le&&le.c(),l=Q(),se&&se.c(),s=Q(),fe&&fe.c(),f=Q(),d=G("div"),de&&de.c(),u=Q(),ue&&ue.c(),p=Q(),b=G("div"),g=G("div"),pe&&pe.c(),h=Q(),m=G("div"),be&&be.c(),y=Q(),ge&&ge.c(),v=Q(),he&&he.c(),_=Q(),x=G("div"),w=G("div"),me&&me.c(),k=Q(),C=G("div"),ye&&ye.c(),$=Q(),M=G("div"),F=G("div"),ve&&ve.c(),D=Q(),L=G("div"),xe&&xe.c(),B=Q(),we&&we.c(),j=Q(),ke&&ke.c(),E=Q(),Ce&&Ce.c(),S=ee(),oe(d,"class","flex"),oe(g,"class","flex-1"),oe(m,"class","flex-1"),oe(b,"class","flex"),oe(w,"class","flex-1"),oe(C,"class","flex-1"),oe(x,"class","flex"),oe(F,"class","flex-1"),oe(L,"class","flex-1"),oe(M,"class","flex")},m(e,o){Ve(t,e,o),X(e,n,o),Ve(a,e,o),X(e,r,o),ie&&ie.m(e,o),X(e,i,o),ce&&ce.m(e,o),X(e,c,o),le&&le.m(e,o),X(e,l,o),se&&se.m(e,o),X(e,s,o),fe&&fe.m(e,o),X(e,f,o),X(e,d,o),de&&de.m(d,null),Z(d,u),ue&&ue.m(d,null),X(e,p,o),X(e,b,o),Z(b,g),pe&&pe.m(g,null),Z(b,h),Z(b,m),be&&be.m(m,null),X(e,y,o),ge&&ge.m(e,o),X(e,v,o),he&&he.m(e,o),X(e,_,o),X(e,x,o),Z(x,w),me&&me.m(w,null),Z(x,k),Z(x,C),ye&&ye.m(C,null),X(e,$,o),X(e,M,o),Z(M,F),ve&&ve.m(F,null),Z(M,D),Z(M,L),xe&&xe.m(L,null),X(e,B,o),we&&we.m(e,o),X(e,j,o),ke&&ke.m(e,o),X(e,E,o),Ce&&Ce.m(e,o),X(e,S,o),I=!0},p(e,n){const a={};!o&&64&n&&(o=!0,a.value=e[6],Me((()=>o=!1))),t.$set(a),16&n&&(A=e[4].has("mouseover_style.opacity")),A?ie?16&n&&Oe(ie,1):(ie=Ah(),ie.c(),Oe(ie,1),ie.m(i.parentNode,i)):ie&&(Ae(),Te(ie,1,1,(()=>{ie=null})),ze()),8&n&&(z=e[3].has("Background")),z?ce?8&n&&Oe(ce,1):(ce=zh(),ce.c(),Oe(ce,1),ce.m(c.parentNode,c)):ce&&(Ae(),Te(ce,1,1,(()=>{ce=null})),ze()),"color"===e[1].default_style.background_type?le?(le.p(e,n),2&n&&Oe(le,1)):(le=Oh(e),le.c(),Oe(le,1),le.m(l.parentNode,l)):le&&(Ae(),Te(le,1,1,(()=>{le=null})),ze()),"image"===e[1].default_style.background_type?se?(se.p(e,n),2&n&&Oe(se,1)):(se=Ph(e),se.c(),Oe(se,1),se.m(s.parentNode,s)):se&&(Ae(),Te(se,1,1,(()=>{se=null})),ze()),8&n&&(O=e[3].has("Border")),O?fe?8&n&&Oe(fe,1):(fe=Vh(),fe.c(),Oe(fe,1),fe.m(f.parentNode,f)):fe&&(Ae(),Te(fe,1,1,(()=>{fe=null})),ze()),16&n&&(T=e[4].has("mouseover_style.border_radius")),T?de?16&n&&Oe(de,1):(de=Xh(),de.c(),Oe(de,1),de.m(d,u)):de&&(Ae(),Te(de,1,1,(()=>{de=null})),ze()),16&n&&(N=e[4].has("mouseover_style.border_width")),N?ue?16&n&&Oe(ue,1):(ue=Kh(),ue.c(),Oe(ue,1),ue.m(d,null)):ue&&(Ae(),Te(ue,1,1,(()=>{ue=null})),ze()),16&n&&(P=e[4].has("mouseover_style.border_style")),P?pe?16&n&&Oe(pe,1):(pe=Gh(),pe.c(),Oe(pe,1),pe.m(g,null)):pe&&(Ae(),Te(pe,1,1,(()=>{pe=null})),ze()),16&n&&(H=e[4].has("mouseover_style.border_color")),H?be?16&n&&Oe(be,1):(be=Jh(),be.c(),Oe(be,1),be.m(m,null)):be&&(Ae(),Te(be,1,1,(()=>{be=null})),ze()),16&n&&(R=e[4].has("mouseover_style.border_opacity")),R?ge?16&n&&Oe(ge,1):(ge=Qh(),ge.c(),Oe(ge,1),ge.m(v.parentNode,v)):ge&&(Ae(),Te(ge,1,1,(()=>{ge=null})),ze()),8&n&&(q=e[3].has("Stroke")),q?he?8&n&&Oe(he,1):(he=em(),he.c(),Oe(he,1),he.m(_.parentNode,_)):he&&(Ae(),Te(he,1,1,(()=>{he=null})),ze()),16&n&&(U=e[4].has("mouseover_style.stroke_color")),U?me?16&n&&Oe(me,1):(me=tm(),me.c(),Oe(me,1),me.m(w,null)):me&&(Ae(),Te(me,1,1,(()=>{me=null})),ze()),16&n&&(W=e[4].has("mouseover_style.stroke_width")),W?ye?16&n&&Oe(ye,1):(ye=om(),ye.c(),Oe(ye,1),ye.m(C,null)):ye&&(Ae(),Te(ye,1,1,(()=>{ye=null})),ze()),16&n&&(Y=e[4].has("mouseover_style.stroke_dasharray")),Y?ve?16&n&&Oe(ve,1):(ve=nm(),ve.c(),Oe(ve,1),ve.m(F,null)):ve&&(Ae(),Te(ve,1,1,(()=>{ve=null})),ze()),16&n&&(V=e[4].has("mouseover_style.stroke_linecap")),V?xe?16&n&&Oe(xe,1):(xe=am(),xe.c(),Oe(xe,1),xe.m(L,null)):xe&&(Ae(),Te(xe,1,1,(()=>{xe=null})),ze()),16&n&&(J=e[4].has("mouseover_style.stroke_opacity")),J?we?16&n&&Oe(we,1):(we=rm(),we.c(),Oe(we,1),we.m(j.parentNode,j)):we&&(Ae(),Te(we,1,1,(()=>{we=null})),ze()),16&n&&(te=e[4].has("mouseover_style.icon_fill")),te?ke?16&n&&Oe(ke,1):(ke=im(),ke.c(),Oe(ke,1),ke.m(E.parentNode,E)):ke&&(Ae(),Te(ke,1,1,(()=>{ke=null})),ze()),16&n&&(ne=e[4].has("mouseover_style.filters")),ne?Ce?16&n&&Oe(Ce,1):(Ce=cm(),Ce.c(),Oe(Ce,1),Ce.m(S.parentNode,S)):Ce&&(Ae(),Te(Ce,1,1,(()=>{Ce=null})),ze())},i(e){I||(Oe(t.$$.fragment,e),Oe(a.$$.fragment,e),Oe(ie),Oe(ce),Oe(le),Oe(se),Oe(fe),Oe(de),Oe(ue),Oe(pe),Oe(be),Oe(ge),Oe(he),Oe(me),Oe(ye),Oe(ve),Oe(xe),Oe(we),Oe(ke),Oe(Ce),I=!0)},o(e){Te(t.$$.fragment,e),Te(a.$$.fragment,e),Te(ie),Te(ce),Te(le),Te(se),Te(fe),Te(de),Te(ue),Te(pe),Te(be),Te(ge),Te(he),Te(me),Te(ye),Te(ve),Te(xe),Te(we),Te(ke),Te(Ce),I=!1},d(e){Xe(t,e),e&&K(n),Xe(a,e),e&&K(r),ie&&ie.d(e),e&&K(i),ce&&ce.d(e),e&&K(c),le&&le.d(e),e&&K(l),se&&se.d(e),e&&K(s),fe&&fe.d(e),e&&K(f),e&&K(d),de&&de.d(),ue&&ue.d(),e&&K(p),e&&K(b),pe&&pe.d(),be&&be.d(),e&&K(y),ge&&ge.d(e),e&&K(v),he&&he.d(e),e&&K(_),e&&K(x),me&&me.d(),ye&&ye.d(),e&&K($),e&&K(M),ve&&ve.d(),xe&&xe.d(),e&&K(B),we&&we.d(e),e&&K(j),ke&&ke.d(e),e&&K(E),Ce&&Ce.d(e),e&&K(S)}}}function sm(e){let t,o;return t=new ws({props:{title:"Icon",collapsed:!0,$$slots:{default:[xm]},$$scope:{ctx:e}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};2097170&o&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function fm(e){let t,o;return t=new ys({props:{type:"checkbox",name:"Use Icon",group:"selected",prop:"default_style.use_icon"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function dm(e){let t,o;return t=new ys({props:{type:"button-group",label:"Icon Type",group:"selected",prop:"default_style.icon_type",options:[{name:"From Library",value:"library"},{name:"Custom",value:"custom"}]}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function um(e){let t,o;return t=new ys({props:{type:"text",label:"icon_fontawesome_id",group:"selected",prop:"default_style.icon_fontawesome_id",hidden:!0}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function pm(e){let t,o,n,a,r,i=e[4].has("default_style.icon_url"),c=i&&bm(e);return{c(){t=G("div"),o=G("div"),c&&c.c()},m(e,n){X(e,t,n),Z(t,o),c&&c.m(o,null),r=!0},p(e,t){16&t&&(i=e[4].has("default_style.icon_url")),i?c?(c.p(e,t),16&t&&Oe(c,1)):(c=bm(e),c.c(),Oe(c,1),c.m(o,null)):c&&(Ae(),Te(c,1,1,(()=>{c=null})),ze())},i(e){r||(Oe(c),e&&$e((()=>{r&&(n||(n=Pe(o,Fc,{duration:150},!0)),n.run(1))})),e&&$e((()=>{r&&(a||(a=Pe(t,$c,{duration:150},!0)),a.run(1))})),r=!0)},o(e){Te(c),e&&(n||(n=Pe(o,Fc,{duration:150},!1)),n.run(0)),e&&(a||(a=Pe(t,$c,{duration:150},!1)),a.run(0)),r=!1},d(e){e&&K(t),c&&c.d(),e&&n&&n.end(),e&&a&&a.end()}}}function bm(e){let t,o,n,a;const r=[hm,gm],i=[];return t=window.imageMapProConfig.wp?0:1,o=i[t]=r[t](e),{c(){o.c(),n=ee()},m(e,o){i[t].m(e,o),X(e,n,o),a=!0},p:h,i(e){a||(Oe(o),a=!0)},o(e){Te(o),a=!1},d(e){i[t].d(e),e&&K(n)}}}function gm(e){let t,o;return t=new ys({props:{type:"text",label:"Icon URL",group:"selected",prop:"default_style.icon_url"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function hm(e){let t,o;return t=new ys({props:{type:"wp-image",label:"Icon",group:"selected",prop:"default_style.icon_url"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function mm(e){let t,o,n,a,r,i=e[4].has("default_style.icon_url"),c=i&&ym(e);return{c(){t=G("div"),o=G("div"),c&&c.c()},m(e,n){X(e,t,n),Z(t,o),c&&c.m(o,null),r=!0},p(e,t){16&t&&(i=e[4].has("default_style.icon_url")),i?c?(c.p(e,t),16&t&&Oe(c,1)):(c=ym(e),c.c(),Oe(c,1),c.m(o,null)):c&&(Ae(),Te(c,1,1,(()=>{c=null})),ze())},i(e){r||(Oe(c),e&&$e((()=>{r&&(n||(n=Pe(o,Fc,{duration:150},!0)),n.run(1))})),e&&$e((()=>{r&&(a||(a=Pe(t,$c,{duration:150},!0)),a.run(1))})),r=!0)},o(e){Te(c),e&&(n||(n=Pe(o,Fc,{duration:150},!1)),n.run(0)),e&&(a||(a=Pe(t,$c,{duration:150},!1)),a.run(0)),r=!1},d(e){e&&K(t),c&&c.d(),e&&n&&n.end(),e&&a&&a.end()}}}function ym(e){let t,o;return t=new ys({props:{type:"button",name:"Choose Icon from Library",action:e[7]}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function vm(e){let t,o;return t=new ys({props:{type:"checkbox",name:"Icon is a Pin",group:"selected",prop:"default_style.icon_is_pin"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function _m(e){let t,o;return t=new ys({props:{type:"checkbox",name:"Icon Shadow",group:"selected",prop:"default_style.icon_shadow"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function xm(e){let t,o,n,a,r,i,c,l,s=e[4].has("default_style.use_icon"),f=e[4].has("default_style.icon_type"),d=e[4].has("default_style.icon_fontawesome_id"),u=e[4].has("default_style.icon_is_pin"),p=e[4].has("default_style.icon_shadow"),b=s&&fm(),g=f&&dm(),h=d&&um(),m="custom"===e[1].default_style.icon_type&&pm(e),y="library"===e[1].default_style.icon_type&&mm(e),v=u&&vm(),_=p&&_m();return{c(){b&&b.c(),t=Q(),g&&g.c(),o=Q(),h&&h.c(),n=Q(),m&&m.c(),a=Q(),y&&y.c(),r=Q(),v&&v.c(),i=Q(),_&&_.c(),c=ee()},m(e,s){b&&b.m(e,s),X(e,t,s),g&&g.m(e,s),X(e,o,s),h&&h.m(e,s),X(e,n,s),m&&m.m(e,s),X(e,a,s),y&&y.m(e,s),X(e,r,s),v&&v.m(e,s),X(e,i,s),_&&_.m(e,s),X(e,c,s),l=!0},p(e,l){16&l&&(s=e[4].has("default_style.use_icon")),s?b?16&l&&Oe(b,1):(b=fm(),b.c(),Oe(b,1),b.m(t.parentNode,t)):b&&(Ae(),Te(b,1,1,(()=>{b=null})),ze()),16&l&&(f=e[4].has("default_style.icon_type")),f?g?16&l&&Oe(g,1):(g=dm(),g.c(),Oe(g,1),g.m(o.parentNode,o)):g&&(Ae(),Te(g,1,1,(()=>{g=null})),ze()),16&l&&(d=e[4].has("default_style.icon_fontawesome_id")),d?h?16&l&&Oe(h,1):(h=um(),h.c(),Oe(h,1),h.m(n.parentNode,n)):h&&(Ae(),Te(h,1,1,(()=>{h=null})),ze()),"custom"===e[1].default_style.icon_type?m?(m.p(e,l),2&l&&Oe(m,1)):(m=pm(e),m.c(),Oe(m,1),m.m(a.parentNode,a)):m&&(Ae(),Te(m,1,1,(()=>{m=null})),ze()),"library"===e[1].default_style.icon_type?y?(y.p(e,l),2&l&&Oe(y,1)):(y=mm(e),y.c(),Oe(y,1),y.m(r.parentNode,r)):y&&(Ae(),Te(y,1,1,(()=>{y=null})),ze()),16&l&&(u=e[4].has("default_style.icon_is_pin")),u?v?16&l&&Oe(v,1):(v=vm(),v.c(),Oe(v,1),v.m(i.parentNode,i)):v&&(Ae(),Te(v,1,1,(()=>{v=null})),ze()),16&l&&(p=e[4].has("default_style.icon_shadow")),p?_?16&l&&Oe(_,1):(_=_m(),_.c(),Oe(_,1),_.m(c.parentNode,c)):_&&(Ae(),Te(_,1,1,(()=>{_=null})),ze())},i(e){l||(Oe(b),Oe(g),Oe(h),Oe(m),Oe(y),Oe(v),Oe(_),l=!0)},o(e){Te(b),Te(g),Te(h),Te(m),Te(y),Te(v),Te(_),l=!1},d(e){b&&b.d(e),e&&K(t),g&&g.d(e),e&&K(o),h&&h.d(e),e&&K(n),m&&m.d(e),e&&K(a),y&&y.d(e),e&&K(r),v&&v.d(e),e&&K(i),_&&_.d(e),e&&K(c)}}}function wm(e){let t,o,n,a,r,i=e[2].has("Tooltip"),c=i&&km(e);return{c(){t=G("div"),o=G("div"),c&&c.c()},m(e,n){X(e,t,n),Z(t,o),c&&c.m(o,null),r=!0},p(e,t){4&t&&(i=e[2].has("Tooltip")),i?c?(c.p(e,t),4&t&&Oe(c,1)):(c=km(e),c.c(),Oe(c,1),c.m(o,null)):c&&(Ae(),Te(c,1,1,(()=>{c=null})),ze())},i(e){r||(Oe(c),e&&$e((()=>{r&&(n||(n=Pe(o,Fc,{duration:150},!0)),n.run(1))})),e&&$e((()=>{r&&(a||(a=Pe(t,$c,{duration:150},!0)),a.run(1))})),r=!0)},o(e){Te(c),e&&(n||(n=Pe(o,Fc,{duration:150},!1)),n.run(0)),e&&(a||(a=Pe(t,$c,{duration:150},!1)),a.run(0)),r=!1},d(e){e&&K(t),c&&c.d(),e&&n&&n.end(),e&&a&&a.end()}}}function km(e){let t,o;return t=new ws({props:{title:"Tooltip",collapsed:!0,$$slots:{default:[Mm]},$$scope:{ctx:e}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};2097170&o&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Cm(e){let t,o;return t=new ys({props:{type:"checkbox",name:"Enable Tooltip",group:"selected",prop:"tooltip.enable_tooltip"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function $m(e){let t,o,n,a,r,i;return n=new pg({}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment)},m(e,a){X(e,t,a),Z(t,o),Ve(n,o,null),i=!0},i(e){i||(Oe(n.$$.fragment,e),e&&$e((()=>{i&&(a||(a=Pe(o,Fc,{duration:150},!0)),a.run(1))})),e&&$e((()=>{i&&(r||(r=Pe(t,$c,{duration:150},!0)),r.run(1))})),i=!0)},o(e){Te(n.$$.fragment,e),e&&(a||(a=Pe(o,Fc,{duration:150},!1)),a.run(0)),e&&(r||(r=Pe(t,$c,{duration:150},!1)),r.run(0)),i=!1},d(e){e&&K(t),Xe(n),e&&a&&a.end(),e&&r&&r.end()}}}function Mm(e){let t,o,n,a=e[4].has("tooltip.enable_tooltip"),r=a&&Cm(),i=e[1].tooltip.enable_tooltip&&$m();return{c(){r&&r.c(),t=Q(),i&&i.c(),o=ee()},m(e,a){r&&r.m(e,a),X(e,t,a),i&&i.m(e,a),X(e,o,a),n=!0},p(e,n){16&n&&(a=e[4].has("tooltip.enable_tooltip")),a?r?16&n&&Oe(r,1):(r=Cm(),r.c(),Oe(r,1),r.m(t.parentNode,t)):r&&(Ae(),Te(r,1,1,(()=>{r=null})),ze()),e[1].tooltip.enable_tooltip?i?2&n&&Oe(i,1):(i=$m(),i.c(),Oe(i,1),i.m(o.parentNode,o)):i&&(Ae(),Te(i,1,1,(()=>{i=null})),ze())},i(e){n||(Oe(r),Oe(i),n=!0)},o(e){Te(r),Te(i),n=!1},d(e){r&&r.d(e),e&&K(t),i&&i.d(e),e&&K(o)}}}function Fm(e){let t,o;return t=new ws({props:{title:"Text",collapsed:!0,$$slots:{default:[Im]},$$scope:{ctx:e}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};2097168&o&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Dm(e){let t,o;return t=new ys({props:{type:"text",label:"Text",group:"selected",prop:"text.text"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Lm(e){let t,o;return t=new ys({props:{type:"text",label:"Font Family",group:"selected",prop:"text.font_family"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Bm(e){let t,o;return t=new ys({props:{type:"number",integer:!0,label:"Font Size",group:"selected",prop:"text.font_size"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function jm(e){let t,o;return t=new ys({props:{type:"number",integer:!0,label:"Font Weight",group:"selected",prop:"text.font_weight"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Em(e){let t,o;return t=new ys({props:{type:"color",label:"Color",group:"selected",prop:"text.text_color"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Sm(e){let t,o;return t=new ys({props:{type:"slider",label:"Text Opacity",group:"selected",prop:"text.text_opacity",options:{min:0,max:1}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Im(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b=e[4].has("text.text"),g=e[4].has("text.font_family"),h=e[4].has("text.font_size"),m=e[4].has("text.font_weight"),y=e[4].has("text.text_color"),v=e[4].has("text.text_opacity"),_=b&&Dm(),x=g&&Lm(),w=h&&Bm(),k=m&&jm(),C=y&&Em(),$=v&&Sm();return{c(){_&&_.c(),t=Q(),o=G("div"),n=G("div"),x&&x.c(),a=Q(),r=G("div"),w&&w.c(),i=Q(),c=G("div"),l=G("div"),k&&k.c(),s=Q(),f=G("div"),C&&C.c(),d=Q(),$&&$.c(),u=ee(),oe(n,"class","flex-[5]"),oe(r,"class","flex-[3]"),oe(o,"class","flex"),oe(l,"class","flex-[5]"),oe(f,"class","flex-[3]"),oe(c,"class","flex")},m(e,b){_&&_.m(e,b),X(e,t,b),X(e,o,b),Z(o,n),x&&x.m(n,null),Z(o,a),Z(o,r),w&&w.m(r,null),X(e,i,b),X(e,c,b),Z(c,l),k&&k.m(l,null),Z(c,s),Z(c,f),C&&C.m(f,null),X(e,d,b),$&&$.m(e,b),X(e,u,b),p=!0},p(e,o){16&o&&(b=e[4].has("text.text")),b?_?16&o&&Oe(_,1):(_=Dm(),_.c(),Oe(_,1),_.m(t.parentNode,t)):_&&(Ae(),Te(_,1,1,(()=>{_=null})),ze()),16&o&&(g=e[4].has("text.font_family")),g?x?16&o&&Oe(x,1):(x=Lm(),x.c(),Oe(x,1),x.m(n,null)):x&&(Ae(),Te(x,1,1,(()=>{x=null})),ze()),16&o&&(h=e[4].has("text.font_size")),h?w?16&o&&Oe(w,1):(w=Bm(),w.c(),Oe(w,1),w.m(r,null)):w&&(Ae(),Te(w,1,1,(()=>{w=null})),ze()),16&o&&(m=e[4].has("text.font_weight")),m?k?16&o&&Oe(k,1):(k=jm(),k.c(),Oe(k,1),k.m(l,null)):k&&(Ae(),Te(k,1,1,(()=>{k=null})),ze()),16&o&&(y=e[4].has("text.text_color")),y?C?16&o&&Oe(C,1):(C=Em(),C.c(),Oe(C,1),C.m(f,null)):C&&(Ae(),Te(C,1,1,(()=>{C=null})),ze()),16&o&&(v=e[4].has("text.text_opacity")),v?$?16&o&&Oe($,1):($=Sm(),$.c(),Oe($,1),$.m(u.parentNode,u)):$&&(Ae(),Te($,1,1,(()=>{$=null})),ze())},i(e){p||(Oe(_),Oe(x),Oe(w),Oe(k),Oe(C),Oe($),p=!0)},o(e){Te(_),Te(x),Te(w),Te(k),Te(C),Te($),p=!1},d(e){_&&_.d(e),e&&K(t),e&&K(o),x&&x.d(),w&&w.d(),e&&K(i),e&&K(c),k&&k.d(),C&&C.d(),e&&K(d),$&&$.d(e),e&&K(u)}}}function Am(e){let t,o,n,a,r,i=e[2].has("Actions"),c=i&&zm(e);return{c(){t=G("div"),o=G("div"),c&&c.c()},m(e,n){X(e,t,n),Z(t,o),c&&c.m(o,null),r=!0},p(e,t){4&t&&(i=e[2].has("Actions")),i?c?(c.p(e,t),4&t&&Oe(c,1)):(c=zm(e),c.c(),Oe(c,1),c.m(o,null)):c&&(Ae(),Te(c,1,1,(()=>{c=null})),ze())},i(e){r||(Oe(c),e&&$e((()=>{r&&(n||(n=Pe(o,Fc,{duration:150},!0)),n.run(1))})),e&&$e((()=>{r&&(a||(a=Pe(t,$c,{duration:150},!0)),a.run(1))})),r=!0)},o(e){Te(c),e&&(n||(n=Pe(o,Fc,{duration:150},!1)),n.run(0)),e&&(a||(a=Pe(t,$c,{duration:150},!1)),a.run(0)),r=!1},d(e){e&&K(t),c&&c.d(),e&&n&&n.end(),e&&a&&a.end()}}}function zm(e){let t,o;return t=new ws({props:{title:"Actions",collapsed:!0,$$slots:{default:[Rm]},$$scope:{ctx:e}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};2097202&o&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Om(e){let t,o;return t=new ys({props:{type:"select",label:"Click Action",group:"selected",prop:"actions.click",options:[{name:"No Action",value:"no-action"},{name:"Change Artboard",value:"change-artboard"},{name:"Run Script",value:"run-script"},{name:"Follow Link",value:"follow-link"}]}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Tm(e){let t,o,n,a,r,i;return n=new ys({props:{type:"textarea",label:"Script to Run",group:"selected",prop:"actions.script"}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment)},m(e,a){X(e,t,a),Z(t,o),Ve(n,o,null),i=!0},i(e){i||(Oe(n.$$.fragment,e),e&&$e((()=>{i&&(a||(a=Pe(o,Fc,{duration:150},!0)),a.run(1))})),e&&$e((()=>{i&&(r||(r=Pe(t,$c,{duration:150},!0)),r.run(1))})),i=!0)},o(e){Te(n.$$.fragment,e),e&&(a||(a=Pe(o,Fc,{duration:150},!1)),a.run(0)),e&&(r||(r=Pe(t,$c,{duration:150},!1)),r.run(0)),i=!1},d(e){e&&K(t),Xe(n),e&&a&&a.end(),e&&r&&r.end()}}}function Nm(e){let t,o,n,a,r,i;return n=new ys({props:{type:"text",label:"URL",group:"selected",prop:"actions.link"}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment)},m(e,a){X(e,t,a),Z(t,o),Ve(n,o,null),i=!0},i(e){i||(Oe(n.$$.fragment,e),e&&$e((()=>{i&&(a||(a=Pe(o,Fc,{duration:150},!0)),a.run(1))})),e&&$e((()=>{i&&(r||(r=Pe(t,$c,{duration:150},!0)),r.run(1))})),i=!0)},o(e){Te(n.$$.fragment,e),e&&(a||(a=Pe(o,Fc,{duration:150},!1)),a.run(0)),e&&(r||(r=Pe(t,$c,{duration:150},!1)),r.run(0)),i=!1},d(e){e&&K(t),Xe(n),e&&a&&a.end(),e&&r&&r.end()}}}function Pm(e){let t,o,n,a,r,i;return n=new ys({props:{type:"checkbox",name:"Open in New Window",group:"selected",prop:"actions.open_link_in_new_window"}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment)},m(e,a){X(e,t,a),Z(t,o),Ve(n,o,null),i=!0},i(e){i||(Oe(n.$$.fragment,e),e&&$e((()=>{i&&(a||(a=Pe(o,Fc,{duration:150},!0)),a.run(1))})),e&&$e((()=>{i&&(r||(r=Pe(t,$c,{duration:150},!0)),r.run(1))})),i=!0)},o(e){Te(n.$$.fragment,e),e&&(a||(a=Pe(o,Fc,{duration:150},!1)),a.run(0)),e&&(r||(r=Pe(t,$c,{duration:150},!1)),r.run(0)),i=!1},d(e){e&&K(t),Xe(n),e&&a&&a.end(),e&&r&&r.end()}}}function Hm(e){let t,o,n,a,r,i;return n=new ys({props:{type:"select",name:"Artboard",group:"selected",prop:"actions.artboard",options:e[5]}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment)},m(e,a){X(e,t,a),Z(t,o),Ve(n,o,null),i=!0},p(e,t){const o={};32&t&&(o.options=e[5]),n.$set(o)},i(e){i||(Oe(n.$$.fragment,e),e&&$e((()=>{i&&(a||(a=Pe(o,Fc,{duration:150},!0)),a.run(1))})),e&&$e((()=>{i&&(r||(r=Pe(t,$c,{duration:150},!0)),r.run(1))})),i=!0)},o(e){Te(n.$$.fragment,e),e&&(a||(a=Pe(o,Fc,{duration:150},!1)),a.run(0)),e&&(r||(r=Pe(t,$c,{duration:150},!1)),r.run(0)),i=!1},d(e){e&&K(t),Xe(n),e&&a&&a.end(),e&&r&&r.end()}}}function Rm(e){let t,o,n,a,r,i,c=e[4].has("actions.click"),l=e[4].has("actions.script")&&"run-script"===e[1].actions.click,s=e[4].has("actions.link")&&"follow-link"===e[1].actions.click,f=e[4].has("actions.open_link_in_new_window")&&"follow-link"===e[1].actions.click,d=e[4].has("actions.artboard")&&"change-artboard"===e[1].actions.click,u=c&&Om(),p=l&&Tm(),b=s&&Nm(),g=f&&Pm(),h=d&&Hm(e);return{c(){u&&u.c(),t=Q(),p&&p.c(),o=Q(),b&&b.c(),n=Q(),g&&g.c(),a=Q(),h&&h.c(),r=ee()},m(e,c){u&&u.m(e,c),X(e,t,c),p&&p.m(e,c),X(e,o,c),b&&b.m(e,c),X(e,n,c),g&&g.m(e,c),X(e,a,c),h&&h.m(e,c),X(e,r,c),i=!0},p(e,i){16&i&&(c=e[4].has("actions.click")),c?u?16&i&&Oe(u,1):(u=Om(),u.c(),Oe(u,1),u.m(t.parentNode,t)):u&&(Ae(),Te(u,1,1,(()=>{u=null})),ze()),18&i&&(l=e[4].has("actions.script")&&"run-script"===e[1].actions.click),l?p?18&i&&Oe(p,1):(p=Tm(),p.c(),Oe(p,1),p.m(o.parentNode,o)):p&&(Ae(),Te(p,1,1,(()=>{p=null})),ze()),18&i&&(s=e[4].has("actions.link")&&"follow-link"===e[1].actions.click),s?b?18&i&&Oe(b,1):(b=Nm(),b.c(),Oe(b,1),b.m(n.parentNode,n)):b&&(Ae(),Te(b,1,1,(()=>{b=null})),ze()),18&i&&(f=e[4].has("actions.open_link_in_new_window")&&"follow-link"===e[1].actions.click),f?g?18&i&&Oe(g,1):(g=Pm(),g.c(),Oe(g,1),g.m(a.parentNode,a)):g&&(Ae(),Te(g,1,1,(()=>{g=null})),ze()),18&i&&(d=e[4].has("actions.artboard")&&"change-artboard"===e[1].actions.click),d?h?(h.p(e,i),18&i&&Oe(h,1)):(h=Hm(e),h.c(),Oe(h,1),h.m(r.parentNode,r)):h&&(Ae(),Te(h,1,1,(()=>{h=null})),ze())},i(e){i||(Oe(u),Oe(p),Oe(b),Oe(g),Oe(h),i=!0)},o(e){Te(u),Te(p),Te(b),Te(g),Te(h),i=!1},d(e){u&&u.d(e),e&&K(t),p&&p.d(e),e&&K(o),b&&b.d(e),e&&K(n),g&&g.d(e),e&&K(a),h&&h.d(e),e&&K(r)}}}function qm(e){let t,o,n=e[1]&&e[0]&&Yg(e);return{c(){n&&n.c(),t=ee()},m(e,a){n&&n.m(e,a),X(e,t,a),o=!0},p(e,[o]){e[1]&&e[0]?n?(n.p(e,o),3&o&&Oe(n,1)):(n=Yg(e),n.c(),Oe(n,1),n.m(t.parentNode,t)):n&&(Ae(),Te(n,1,1,(()=>{n=null})),ze())},i(e){o||(Oe(n),o=!0)},o(e){Te(n),o=!1},d(e){n&&n.d(e),e&&K(t)}}}function Zm(e,t,o){let n,a;F(e,Eo,(e=>o(15,n=e))),F(e,Uo,(e=>o(6,a=e)));let r,{visible:i}=t,c=[],l={},s={},f={},d=new Set,u=new Set,p=new Set,b=new Set,g=[];function h(){o(1,r=void 0);let e=Gi.getSelectedObject();e&&e.type!==Jt&&e.type!==Zt&&(o(1,r=e),function(){if(r.type)b=new Set([r.type]);else{b=new Set;for(let e of n){let t=Gi.getObject(e);t.type!==Jt&&t.type!==Zt&&b.add(t.type)}}}(),function(){o(2,d=new Set),o(3,u=new Set),o(4,p=new Set),b.forEach((e=>{for(let t of l[e])d.add(t);for(let t of s[e])u.add(t);for(let t of f[e])p.add(t)}));const e=Gi.getArtboards();o(5,g=[]);for(let t of e)g.push({value:t.id,name:t.title})}(),1==b.size&&b.has(Ut)&&r.default_style.use_icon&&(p.delete("width_px"),p.delete("height_px"),p.delete("default_style.background_color"),p.delete("default_style.background_opacity"),p.delete("default_style.border_radius"),p.delete("default_style.border_width"),p.delete("default_style.border_style"),p.delete("default_style.border_color"),p.delete("default_style.border_opacity"),p.delete("mouseover_style.background_color"),p.delete("mouseover_style.background_opacity"),p.delete("mouseover_style.border_radius"),p.delete("mouseover_style.border_width"),p.delete("mouseover_style.border_style"),p.delete("mouseover_style.border_color"),p.delete("mouseover_style.border_opacity")),1==b.size&&b.has(Ut)&&!r.default_style.use_icon&&(p.delete("default_style.icon_size"),p.delete("default_style.icon_fill"),p.delete("mouseover_style.icon_fill"),p.delete("default_style.icon_type"),p.delete("default_style.icon_fontawesome_id"),p.delete("default_style.icon_url"),p.delete("default_style.icon_is_pin"),p.delete("default_style.icon_shadow")))}return l[Ut]=["Styles","Mouseover Styles","Icon","Tooltip","Actions"],l[Wt]=["Styles","Mouseover Styles","Tooltip","Actions"],l[Yt]=["Styles","Mouseover Styles","Tooltip","Actions"],l[Vt]=["Styles","Mouseover Styles","Tooltip","Actions"],l[Xt]=["Text"],l[Kt]=["Styles","Mouseover Styles","Tooltip","Actions"],l[Gt]=["Styles","Mouseover Styles","Tooltip","Actions"],s[Ut]=[],s[Wt]=["Background","Border"],s[Yt]=["Background","Border"],s[Vt]=["Background","Stroke"],s[Xt]=[],s[Kt]=["Background","Stroke"],s[Gt]=[],f[Ut]=["title","x","y","width_px","height_px","static","default_style.opacity","default_style.icon_fill","default_style.background_color","default_style.background_opacity","default_style.border_radius","default_style.border_width","default_style.border_style","default_style.border_color","default_style.border_opacity","mouseover_style.opacity","mouseover_style.icon_fill","mouseover_style.background_color","mouseover_style.background_opacity","mouseover_style.border_radius","mouseover_style.border_width","mouseover_style.border_style","mouseover_style.border_color","mouseover_style.border_opacity","default_style.use_icon","default_style.icon_size","default_style.icon_type","default_style.icon_fontawesome_id","default_style.icon_fill","default_style.icon_url","default_style.icon_is_pin","default_style.icon_shadow","tooltip.enable_tooltip","actions.click","actions.script","actions.link","actions.open_link_in_new_window","actions.artboard"],f[Wt]=["title","x","y","width","height","static","default_style.opacity","default_style.background_type","default_style.background_color","default_style.background_opacity","default_style.border_radius","default_style.border_width","default_style.border_style","default_style.border_color","default_style.border_opacity","default_style.background_image_url","default_style.background_image_opacity","default_style.background_image_scale","default_style.background_image_offset_x","default_style.background_image_offset_y","mouseover_style.opacity","mouseover_style.background_type","mouseover_style.background_color","mouseover_style.background_opacity","mouseover_style.border_radius","mouseover_style.border_width","mouseover_style.border_style","mouseover_style.border_color","mouseover_style.border_opacity","mouseover_style.background_image_url","mouseover_style.background_image_opacity","mouseover_style.background_image_scale","mouseover_style.background_image_offset_x","mouseover_style.background_image_offset_y","tooltip.enable_tooltip","actions.click","actions.script","actions.link","actions.open_link_in_new_window","actions.artboard"],f[Yt]=["title","x","y","width","height","static","default_style.opacity","default_style.background_type","default_style.background_color","default_style.background_opacity","default_style.border_width","default_style.border_style","default_style.border_color","default_style.border_opacity","default_style.background_image_url","default_style.background_image_opacity","default_style.background_image_scale","default_style.background_image_offset_x","default_style.background_image_offset_y","mouseover_style.opacity","mouseover_style.background_type","mouseover_style.background_color","mouseover_style.background_opacity","mouseover_style.border_radius","mouseover_style.border_width","mouseover_style.border_style","mouseover_style.border_color","mouseover_style.border_opacity","mouseover_style.background_image_url","mouseover_style.background_image_opacity","mouseover_style.background_image_scale","mouseover_style.background_image_offset_x","mouseover_style.background_image_offset_y","tooltip.enable_tooltip","actions.click","actions.script","actions.link","actions.open_link_in_new_window","actions.artboard"],f[Vt]=["title","x","y","width","height","static","default_style.opacity","default_style.background_type","default_style.background_color","default_style.background_opacity","default_style.stroke_color","default_style.stroke_opacity","default_style.stroke_width","default_style.stroke_dasharray","default_style.stroke_linecap","default_style.background_image_url","default_style.background_image_opacity","default_style.background_image_scale","default_style.background_image_offset_x","default_style.background_image_offset_y","mouseover_style.opacity","mouseover_style.background_type","mouseover_style.background_color","mouseover_style.background_opacity","mouseover_style.stroke_color","mouseover_style.stroke_opacity","mouseover_style.stroke_width","mouseover_style.stroke_dasharray","mouseover_style.stroke_linecap","mouseover_style.background_image_url","mouseover_style.background_image_opacity","mouseover_style.background_image_scale","mouseover_style.background_image_offset_x","mouseover_style.background_image_offset_y","tooltip.enable_tooltip","actions.click","actions.script","actions.link","actions.open_link_in_new_window","actions.artboard"],f[Xt]=["title","x","y","text.text","text.font_family","text.font_size","text.font_weight","text.text_color","text.text_opacity"],f[Kt]=["title","x","y","width","height","static","default_style.opacity","default_style.background_color","default_style.background_opacity","default_style.stroke_color","default_style.stroke_opacity","default_style.stroke_width","default_style.stroke_dasharray","default_style.stroke_linecap","mouseover_style.opacity","mouseover_style.background_color","mouseover_style.background_opacity","mouseover_style.stroke_color","mouseover_style.stroke_opacity","mouseover_style.stroke_width","mouseover_style.stroke_dasharray","mouseover_style.stroke_linecap","tooltip.enable_tooltip","actions.click","actions.script","actions.link","actions.open_link_in_new_window","actions.artboard"],f[Gt]=["title","x","y","width","height","static","default_style.opacity","default_style.filters","mouseover_style.opacity","mouseover_style.filters","tooltip.enable_tooltip","actions.click","actions.script","actions.link","actions.open_link_in_new_window","actions.artboard"],be((()=>{h()})),he((()=>{c.forEach((e=>e())),c=[]})),c.push(Eo.subscribe((()=>{h()}))),c.push(Ki.subscribe((()=>{h()}))),e.$$set=e=>{"visible"in e&&o(0,i=e.visible)},[i,r,d,u,p,g,a,function(){let e=new Event(rt);document.dispatchEvent(e)},function(){let e=Ra({},r.default_style);Ji.setValue({group:"selected",prop:"mouseover_style",value:e})},function(e){a=e,Uo.set(a)}]}const Um=class extends Ge{constructor(e){super(),Ke(this,e,Zm,qm,k,{visible:0})}};function Wm(e){let t,o,n,a,r,i,c,l;n=new ys({props:{type:"text",label:"Title",group:"selected",prop:"title"}}),r=new ys({props:{type:"checkbox",name:"Single Object",group:"selected",prop:"single_object",description:"If enabled, the group will act as a single object on mouseover and will have its own tooltip and actions."}});let s=e[1].single_object&&Ym(),f=!e[1].static&&e[1].single_object&&Vm(e);return{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment),a=Q(),Ye(r.$$.fragment),i=Q(),s&&s.c(),c=Q(),f&&f.c(),oe(o,"class","p-2")},m(e,d){X(e,t,d),Z(t,o),Ve(n,o,null),Z(o,a),Ve(r,o,null),Z(o,i),s&&s.m(o,null),Z(o,c),f&&f.m(o,null),l=!0},p(e,t){e[1].single_object?s?2&t&&Oe(s,1):(s=Ym(),s.c(),Oe(s,1),s.m(o,c)):s&&(Ae(),Te(s,1,1,(()=>{s=null})),ze()),!e[1].static&&e[1].single_object?f?(f.p(e,t),2&t&&Oe(f,1)):(f=Vm(e),f.c(),Oe(f,1),f.m(o,null)):f&&(Ae(),Te(f,1,1,(()=>{f=null})),ze())},i(e){l||(Oe(n.$$.fragment,e),Oe(r.$$.fragment,e),Oe(s),Oe(f),l=!0)},o(e){Te(n.$$.fragment,e),Te(r.$$.fragment,e),Te(s),Te(f),l=!1},d(e){e&&K(t),Xe(n),Xe(r),s&&s.d(),f&&f.d()}}}function Ym(e){let t,o,n,a,r,i;return n=new ys({props:{type:"checkbox",name:"Static",group:"selected",prop:"static",description:"If enabled, the object will not respond to mouse events and will not show its tooltip."}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment)},m(e,a){X(e,t,a),Z(t,o),Ve(n,o,null),i=!0},i(e){i||(Oe(n.$$.fragment,e),e&&$e((()=>{i&&(a||(a=Pe(o,Fc,{duration:150},!0)),a.run(1))})),e&&$e((()=>{i&&(r||(r=Pe(t,$c,{duration:150},!0)),r.run(1))})),i=!0)},o(e){Te(n.$$.fragment,e),e&&(a||(a=Pe(o,Fc,{duration:150},!1)),a.run(0)),e&&(r||(r=Pe(t,$c,{duration:150},!1)),r.run(0)),i=!1},d(e){e&&K(t),Xe(n),e&&a&&a.end(),e&&r&&r.end()}}}function Vm(e){let t,o,n,a,r,i,c,l,s,f,d,u;return n=new ws({props:{title:"Styles",$$slots:{default:[Xm]},$$scope:{ctx:e}}}),r=new ws({props:{title:"Mouseover Styles",collapsed:!0,$$slots:{default:[Km]},$$scope:{ctx:e}}}),c=new ws({props:{title:"Tooltip",collapsed:!0,$$slots:{default:[Jm]},$$scope:{ctx:e}}}),s=new ws({props:{title:"Actions",collapsed:!0,$$slots:{default:[oy]},$$scope:{ctx:e}}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment),a=Q(),Ye(r.$$.fragment),i=Q(),Ye(c.$$.fragment),l=Q(),Ye(s.$$.fragment)},m(e,f){X(e,t,f),Z(t,o),Ve(n,o,null),Z(o,a),Ve(r,o,null),Z(o,i),Ve(c,o,null),Z(o,l),Ve(s,o,null),u=!0},p(e,t){const o={};64&t&&(o.$$scope={dirty:t,ctx:e}),n.$set(o);const a={};68&t&&(a.$$scope={dirty:t,ctx:e}),r.$set(a);const i={};66&t&&(i.$$scope={dirty:t,ctx:e}),c.$set(i);const l={};66&t&&(l.$$scope={dirty:t,ctx:e}),s.$set(l)},i(e){u||(Oe(n.$$.fragment,e),Oe(r.$$.fragment,e),Oe(c.$$.fragment,e),Oe(s.$$.fragment,e),e&&$e((()=>{u&&(f||(f=Pe(o,Fc,{duration:150},!0)),f.run(1))})),e&&$e((()=>{u&&(d||(d=Pe(t,$c,{duration:150},!0)),d.run(1))})),u=!0)},o(e){Te(n.$$.fragment,e),Te(r.$$.fragment,e),Te(c.$$.fragment,e),Te(s.$$.fragment,e),e&&(f||(f=Pe(o,Fc,{duration:150},!1)),f.run(0)),e&&(d||(d=Pe(t,$c,{duration:150},!1)),d.run(0)),u=!1},d(e){e&&K(t),Xe(n),Xe(r),Xe(c),Xe(s),e&&f&&f.end(),e&&d&&d.end()}}}function Xm(e){let t,o;return t=new ys({props:{type:"filters",label:"Filters",group:"selected",prop:"default_style.filters"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Km(e){let t,o,n,a,r;function i(t){e[3](t)}let c={type:"checkbox",name:"Display in Editor"};return void 0!==e[2]&&(c.value=e[2]),t=new ys({props:c}),_e.push((()=>We(t,"value",i))),a=new ys({props:{type:"filters",label:"Filters",group:"selected",prop:"mouseover_style.filters"}}),{c(){Ye(t.$$.fragment),n=Q(),Ye(a.$$.fragment)},m(e,o){Ve(t,e,o),X(e,n,o),Ve(a,e,o),r=!0},p(e,n){const a={};!o&&4&n&&(o=!0,a.value=e[2],Me((()=>o=!1))),t.$set(a)},i(e){r||(Oe(t.$$.fragment,e),Oe(a.$$.fragment,e),r=!0)},o(e){Te(t.$$.fragment,e),Te(a.$$.fragment,e),r=!1},d(e){Xe(t,e),e&&K(n),Xe(a,e)}}}function Gm(e){let t,o,n,a,r,i;return n=new pg({}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment)},m(e,a){X(e,t,a),Z(t,o),Ve(n,o,null),i=!0},i(e){i||(Oe(n.$$.fragment,e),e&&$e((()=>{i&&(a||(a=Pe(o,Fc,{duration:150},!0)),a.run(1))})),e&&$e((()=>{i&&(r||(r=Pe(t,$c,{duration:150},!0)),r.run(1))})),i=!0)},o(e){Te(n.$$.fragment,e),e&&(a||(a=Pe(o,Fc,{duration:150},!1)),a.run(0)),e&&(r||(r=Pe(t,$c,{duration:150},!1)),r.run(0)),i=!1},d(e){e&&K(t),Xe(n),e&&a&&a.end(),e&&r&&r.end()}}}function Jm(e){let t,o,n,a;t=new ys({props:{type:"checkbox",name:"Enable Tooltip",group:"selected",prop:"tooltip.enable_tooltip"}});let r=e[1].tooltip.enable_tooltip&&Gm();return{c(){Ye(t.$$.fragment),o=Q(),r&&r.c(),n=ee()},m(e,i){Ve(t,e,i),X(e,o,i),r&&r.m(e,i),X(e,n,i),a=!0},p(e,t){e[1].tooltip.enable_tooltip?r?2&t&&Oe(r,1):(r=Gm(),r.c(),Oe(r,1),r.m(n.parentNode,n)):r&&(Ae(),Te(r,1,1,(()=>{r=null})),ze())},i(e){a||(Oe(t.$$.fragment,e),Oe(r),a=!0)},o(e){Te(t.$$.fragment,e),Te(r),a=!1},d(e){Xe(t,e),e&&K(o),r&&r.d(e),e&&K(n)}}}function Qm(e){let t,o,n,a,r,i;return n=new ys({props:{type:"textarea",label:"Script to Run",group:"selected",prop:"actions.script"}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment)},m(e,a){X(e,t,a),Z(t,o),Ve(n,o,null),i=!0},i(e){i||(Oe(n.$$.fragment,e),e&&$e((()=>{i&&(a||(a=Pe(o,Fc,{duration:150},!0)),a.run(1))})),e&&$e((()=>{i&&(r||(r=Pe(t,$c,{duration:150},!0)),r.run(1))})),i=!0)},o(e){Te(n.$$.fragment,e),e&&(a||(a=Pe(o,Fc,{duration:150},!1)),a.run(0)),e&&(r||(r=Pe(t,$c,{duration:150},!1)),r.run(0)),i=!1},d(e){e&&K(t),Xe(n),e&&a&&a.end(),e&&r&&r.end()}}}function ey(e){let t,o,n,a,r,i;return n=new ys({props:{type:"text",label:"URL",group:"selected",prop:"actions.link"}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment)},m(e,a){X(e,t,a),Z(t,o),Ve(n,o,null),i=!0},i(e){i||(Oe(n.$$.fragment,e),e&&$e((()=>{i&&(a||(a=Pe(o,Fc,{duration:150},!0)),a.run(1))})),e&&$e((()=>{i&&(r||(r=Pe(t,$c,{duration:150},!0)),r.run(1))})),i=!0)},o(e){Te(n.$$.fragment,e),e&&(a||(a=Pe(o,Fc,{duration:150},!1)),a.run(0)),e&&(r||(r=Pe(t,$c,{duration:150},!1)),r.run(0)),i=!1},d(e){e&&K(t),Xe(n),e&&a&&a.end(),e&&r&&r.end()}}}function ty(e){let t,o,n,a,r,i;return n=new ys({props:{type:"checkbox",name:"Open in New Window",group:"selected",prop:"actions.open_link_in_new_window"}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment)},m(e,a){X(e,t,a),Z(t,o),Ve(n,o,null),i=!0},i(e){i||(Oe(n.$$.fragment,e),e&&$e((()=>{i&&(a||(a=Pe(o,Fc,{duration:150},!0)),a.run(1))})),e&&$e((()=>{i&&(r||(r=Pe(t,$c,{duration:150},!0)),r.run(1))})),i=!0)},o(e){Te(n.$$.fragment,e),e&&(a||(a=Pe(o,Fc,{duration:150},!1)),a.run(0)),e&&(r||(r=Pe(t,$c,{duration:150},!1)),r.run(0)),i=!1},d(e){e&&K(t),Xe(n),e&&a&&a.end(),e&&r&&r.end()}}}function oy(e){let t,o,n,a,r,i;t=new ys({props:{type:"select",label:"Click Action",group:"selected",prop:"actions.click",options:[{name:"No Action",value:"no-action"},{name:"Run Script",value:"run-script"},{name:"Follow Link",value:"follow-link"}]}});let c="run-script"===e[1].actions.click&&Qm(),l="follow-link"===e[1].actions.click&&ey(),s="follow-link"===e[1].actions.click&&ty();return{c(){Ye(t.$$.fragment),o=Q(),c&&c.c(),n=Q(),l&&l.c(),a=Q(),s&&s.c(),r=ee()},m(e,f){Ve(t,e,f),X(e,o,f),c&&c.m(e,f),X(e,n,f),l&&l.m(e,f),X(e,a,f),s&&s.m(e,f),X(e,r,f),i=!0},p(e,t){"run-script"===e[1].actions.click?c?2&t&&Oe(c,1):(c=Qm(),c.c(),Oe(c,1),c.m(n.parentNode,n)):c&&(Ae(),Te(c,1,1,(()=>{c=null})),ze()),"follow-link"===e[1].actions.click?l?2&t&&Oe(l,1):(l=ey(),l.c(),Oe(l,1),l.m(a.parentNode,a)):l&&(Ae(),Te(l,1,1,(()=>{l=null})),ze()),"follow-link"===e[1].actions.click?s?2&t&&Oe(s,1):(s=ty(),s.c(),Oe(s,1),s.m(r.parentNode,r)):s&&(Ae(),Te(s,1,1,(()=>{s=null})),ze())},i(e){i||(Oe(t.$$.fragment,e),Oe(c),Oe(l),Oe(s),i=!0)},o(e){Te(t.$$.fragment,e),Te(c),Te(l),Te(s),i=!1},d(e){Xe(t,e),e&&K(o),c&&c.d(e),e&&K(n),l&&l.d(e),e&&K(a),s&&s.d(e),e&&K(r)}}}function ny(e){let t,o,n=e[1]&&e[0]&&Wm(e);return{c(){n&&n.c(),t=ee()},m(e,a){n&&n.m(e,a),X(e,t,a),o=!0},p(e,[o]){e[1]&&e[0]?n?(n.p(e,o),3&o&&Oe(n,1)):(n=Wm(e),n.c(),Oe(n,1),n.m(t.parentNode,t)):n&&(Ae(),Te(n,1,1,(()=>{n=null})),ze())},i(e){o||(Oe(n),o=!0)},o(e){Te(n),o=!1},d(e){n&&n.d(e),e&&K(t)}}}function ay(e,t,o){let n;F(e,Uo,(e=>o(2,n=e)));let a,{visible:r}=t,i=[];function c(){o(1,a=Gi.getSelectedObject()),a&&a.type===Jt||o(1,a=void 0)}return be((()=>{c()})),he((()=>{i.forEach((e=>e())),i=[]})),i.push(Eo.subscribe((()=>{c()}))),i.push(Ki.subscribe((()=>{c()}))),e.$$set=e=>{"visible"in e&&o(0,r=e.visible)},[r,a,n,function(e){n=e,Uo.set(n)}]}const ry=class extends Ge{constructor(e){super(),Ke(this,e,ay,ny,k,{visible:0})}};function iy(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v,_,w,k,C,$;n=new ys({props:{type:"text",label:"Title",group:"selected",prop:"title"}}),c=new ys({props:{type:"number",label:"Width",group:"selected",prop:"width"}}),p=new ys({props:{type:"number",label:"Height",group:"selected",prop:"height"}});let M="image"===e[1].background_type&&cy();m=new $s({props:{title:"Background"}}),v=new ys({props:{type:"button-group",label:"Background Type",group:"selected",prop:"background_type",options:[{name:"None",value:"none"},{name:"Color",value:"color"},{name:"Image",value:"image"}]}});let F="color"===e[1].background_type&&ly(),D="image"===e[1].background_type&&sy(e);return{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment),a=Q(),r=G("div"),i=G("div"),Ye(c.$$.fragment),l=Q(),s=G("div"),d=Q(),u=G("div"),Ye(p.$$.fragment),g=Q(),M&&M.c(),h=Q(),Ye(m.$$.fragment),y=Q(),Ye(v.$$.fragment),_=Q(),F&&F.c(),w=Q(),D&&D.c(),oe(i,"class","flex-1"),oe(s,"class",f="fa-solid "+(e[2]?"fa-lock":"fa-lock-open opacity-50")+" cursor-pointer w-4 mx-1 h-[32px] flex items-center justify-center"),oe(u,"class","flex-1"),oe(r,"class",b="flex "+(e[1].use_image_size?"opacity-50 pointer-events-none":"")),oe(o,"class","p-2")},m(f,b){X(f,t,b),Z(t,o),Ve(n,o,null),Z(o,a),Z(o,r),Z(r,i),Ve(c,i,null),Z(r,l),Z(r,s),Z(r,d),Z(r,u),Ve(p,u,null),Z(o,g),M&&M.m(o,null),Z(o,h),Ve(m,o,null),Z(o,y),Ve(v,o,null),Z(o,_),F&&F.m(o,null),Z(o,w),D&&D.m(o,null),k=!0,C||($=[te(s,"click",e[3]),te(s,"keypress",e[4])],C=!0)},p(e,t){(!k||4&t&&f!==(f="fa-solid "+(e[2]?"fa-lock":"fa-lock-open opacity-50")+" cursor-pointer w-4 mx-1 h-[32px] flex items-center justify-center"))&&oe(s,"class",f),(!k||2&t&&b!==(b="flex "+(e[1].use_image_size?"opacity-50 pointer-events-none":"")))&&oe(r,"class",b),"image"===e[1].background_type?M?2&t&&Oe(M,1):(M=cy(),M.c(),Oe(M,1),M.m(o,h)):M&&(Ae(),Te(M,1,1,(()=>{M=null})),ze()),"color"===e[1].background_type?F?2&t&&Oe(F,1):(F=ly(),F.c(),Oe(F,1),F.m(o,w)):F&&(Ae(),Te(F,1,1,(()=>{F=null})),ze()),"image"===e[1].background_type?D?(D.p(e,t),2&t&&Oe(D,1)):(D=sy(e),D.c(),Oe(D,1),D.m(o,null)):D&&(Ae(),Te(D,1,1,(()=>{D=null})),ze())},i(e){k||(Oe(n.$$.fragment,e),Oe(c.$$.fragment,e),Oe(p.$$.fragment,e),Oe(M),Oe(m.$$.fragment,e),Oe(v.$$.fragment,e),Oe(F),Oe(D),k=!0)},o(e){Te(n.$$.fragment,e),Te(c.$$.fragment,e),Te(p.$$.fragment,e),Te(M),Te(m.$$.fragment,e),Te(v.$$.fragment,e),Te(F),Te(D),k=!1},d(e){e&&K(t),Xe(n),Xe(c),Xe(p),M&&M.d(),Xe(m),Xe(v),F&&F.d(),D&&D.d(),C=!1,x($)}}}function cy(e){let t,o,n,a,r,i;return n=new ys({props:{type:"checkbox",name:"Use Background Image Size",group:"selected",prop:"use_image_size"}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment)},m(e,a){X(e,t,a),Z(t,o),Ve(n,o,null),i=!0},i(e){i||(Oe(n.$$.fragment,e),e&&$e((()=>{i&&(a||(a=Pe(o,Fc,{duration:150},!0)),a.run(1))})),e&&$e((()=>{i&&(r||(r=Pe(t,$c,{duration:150},!0)),r.run(1))})),i=!0)},o(e){Te(n.$$.fragment,e),e&&(a||(a=Pe(o,Fc,{duration:150},!1)),a.run(0)),e&&(r||(r=Pe(t,$c,{duration:150},!1)),r.run(0)),i=!1},d(e){e&&K(t),Xe(n),e&&a&&a.end(),e&&r&&r.end()}}}function ly(e){let t,o,n,a,r,i;return n=new ys({props:{type:"color",label:"Background Color",group:"selected",prop:"background_color"}}),{c(){t=G("div"),o=G("div"),Ye(n.$$.fragment)},m(e,a){X(e,t,a),Z(t,o),Ve(n,o,null),i=!0},i(e){i||(Oe(n.$$.fragment,e),e&&$e((()=>{i&&(a||(a=Pe(o,Fc,{duration:150},!0)),a.run(1))})),e&&$e((()=>{i&&(r||(r=Pe(t,$c,{duration:150},!0)),r.run(1))})),i=!0)},o(e){Te(n.$$.fragment,e),e&&(a||(a=Pe(o,Fc,{duration:150},!1)),a.run(0)),e&&(r||(r=Pe(t,$c,{duration:150},!1)),r.run(0)),i=!1},d(e){e&&K(t),Xe(n),e&&a&&a.end(),e&&r&&r.end()}}}function sy(e){let t,o,n,a,r,i,c;const l=[dy,fy],s=[];return n=window.imageMapProConfig.wp?0:1,a=s[n]=l[n](e),{c(){t=G("div"),o=G("div"),a.c()},m(e,a){X(e,t,a),Z(t,o),s[n].m(o,null),c=!0},p:h,i(e){c||(Oe(a),e&&$e((()=>{c&&(r||(r=Pe(o,Fc,{duration:150},!0)),r.run(1))})),e&&$e((()=>{c&&(i||(i=Pe(t,$c,{duration:150},!0)),i.run(1))})),c=!0)},o(e){Te(a),e&&(r||(r=Pe(o,Fc,{duration:150},!1)),r.run(0)),e&&(i||(i=Pe(t,$c,{duration:150},!1)),i.run(0)),c=!1},d(e){e&&K(t),s[n].d(),e&&r&&r.end(),e&&i&&i.end()}}}function fy(e){let t,o;return t=new ys({props:{type:"text",label:"URL",group:"selected",prop:"image_url"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function dy(e){let t,o;return t=new ys({props:{type:"wp-image",label:"Image",group:"selected",prop:"image_url"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function uy(e){let t,o,n=e[1]&&e[0]&&iy(e);return{c(){n&&n.c(),t=ee()},m(e,a){n&&n.m(e,a),X(e,t,a),o=!0},p(e,[o]){e[1]&&e[0]?n?(n.p(e,o),3&o&&Oe(n,1)):(n=iy(e),n.c(),Oe(n,1),n.m(t.parentNode,t)):n&&(Ae(),Te(n,1,1,(()=>{n=null})),ze())},i(e){o||(Oe(n),o=!0)},o(e){Te(n),o=!1},d(e){n&&n.d(e),e&&K(t)}}}function py(e,t,o){let n;F(e,Zo,(e=>o(2,n=e)));let a,{visible:r}=t,i=[];function c(){o(1,a=Gi.getSelectedObject()),a&&a.type===Zt||o(1,a=void 0)}return be((()=>{c()})),he((()=>{i.forEach((e=>e())),i=[]})),i.push(Eo.subscribe((()=>{c()}))),i.push(Ki.subscribe((()=>{c()}))),e.$$set=e=>{"visible"in e&&o(0,r=e.visible)},[r,a,n,()=>{S(Zo,n=!n,n)},()=>{S(Zo,n=!n,n)}]}const by=class extends Ge{constructor(e){super(),Ke(this,e,py,uy,k,{visible:0})}};function gy(e){let t,o,n,a,r,i,c;return o=new Um({props:{visible:e[0]}}),a=new ry({props:{visible:e[1]}}),i=new by({props:{visible:e[2]}}),{c(){t=G("div"),Ye(o.$$.fragment),n=Q(),Ye(a.$$.fragment),r=Q(),Ye(i.$$.fragment),oe(t,"class","pretty-scroll w-full h-full overflow-y-auto p-1 border-l border-theme-200 dark:border-theme-700 bg-theme-100 dark:bg-theme-800")},m(e,l){X(e,t,l),Ve(o,t,null),Z(t,n),Ve(a,t,null),Z(t,r),Ve(i,t,null),c=!0},p(e,[t]){const n={};1&t&&(n.visible=e[0]),o.$set(n);const r={};2&t&&(r.visible=e[1]),a.$set(r);const c={};4&t&&(c.visible=e[2]),i.$set(c)},i(e){c||(Oe(o.$$.fragment,e),Oe(a.$$.fragment,e),Oe(i.$$.fragment,e),c=!0)},o(e){Te(o.$$.fragment,e),Te(a.$$.fragment,e),Te(i.$$.fragment,e),c=!1},d(e){e&&K(t),Xe(o),Xe(a),Xe(i)}}}function hy(e,t,o){let n;F(e,Eo,(e=>o(4,n=e)));let a=[];he((()=>{a.forEach((e=>e())),a=[]}));let r=!1,i=!1,c=!1,l=[Ut,Wt,Yt,Vt,Kt,Gt,Xt],s=[Jt],f=[Zt];return a.push(Eo.subscribe((()=>{o(0,r=!1),o(1,i=!1),o(2,c=!1);let e=new Set;for(let t of n){let o=Gi.getObject(t);l.includes(o.type)&&e.add("object"),s.includes(o.type)&&e.add("group"),f.includes(o.type)&&e.add("artboard")}if(1===e.size){let e=Gi.getObject(n[0]);l.includes(e.type)&&o(0,r=!0),s.includes(e.type)&&o(1,i=!0),f.includes(e.type)&&o(2,c=!0)}}))),[r,i,c]}const my=class extends Ge{constructor(e){super(),Ke(this,e,hy,gy,k,{})}};function yy(e){let t,o,n,a,r,i,c,l,s=e[0]&&vy(e);const f=e[15].default,d=D(f,e,e[14],null);let u=(e[2]||e[1]||e[3])&&_y(e);return{c(){t=G("div"),o=G("div"),s&&s.c(),n=Q(),a=G("div"),d&&d.c(),r=Q(),u&&u.c(),oe(a,"class","flex-1 min-h-0"),oe(o,"class","flex flex-col ui rounded-md min-h-0"),oe(o,"data-id",e[6]),re(o,"width",e[4]+"px"),oe(t,"class","fixed w-full h-full bg-white dark:bg-black bg-opacity-60 dark:bg-opacity-60 flex flex-col justify-start items-center py-10"),re(t,"z-index","99999")},m(e,i){X(e,t,i),Z(t,o),s&&s.m(o,null),Z(o,n),Z(o,a),d&&d.m(a,null),Z(o,r),u&&u.m(o,null),l=!0},p(e,t){e[0]?s?s.p(e,t):(s=vy(e),s.c(),s.m(o,n)):s&&(s.d(1),s=null),d&&d.p&&(!l||16384&t)&&j(d,f,e,e[14],l?B(f,e[14],t,null):E(e[14]),null),e[2]||e[1]||e[3]?u?(u.p(e,t),14&t&&Oe(u,1)):(u=_y(e),u.c(),Oe(u,1),u.m(o,null)):u&&(Ae(),Te(u,1,1,(()=>{u=null})),ze()),(!l||16&t)&&re(o,"width",e[4]+"px")},i(e){l||(Oe(d,e),Oe(u),$e((()=>{l&&(i||(i=Pe(o,Mc,{y:-25,duration:250},!0)),i.run(1))})),$e((()=>{l&&(c||(c=Pe(t,$c,{duration:250},!0)),c.run(1))})),l=!0)},o(e){Te(d,e),Te(u),i||(i=Pe(o,Mc,{y:-25,duration:250},!1)),i.run(0),c||(c=Pe(t,$c,{duration:250},!1)),c.run(0),l=!1},d(e){e&&K(t),s&&s.d(),d&&d.d(e),u&&u.d(),e&&i&&i.end(),e&&c&&c.end()}}}function vy(e){let t,o;return{c(){t=G("div"),o=J(e[0]),oe(t,"class","p-4 border-b border-theme-100 dark:border-theme-700 font-bold text-theme-800 dark:text-theme-100 text-sm")},m(e,n){X(e,t,n),Z(t,o)},p(e,t){1&t&&ne(o,e[0])},d(e){e&&K(t)}}}function _y(e){let t,o,n,a,r=e[2]&&xy(e),i=e[1]&&wy(e),c=e[3]&&ky(e);return{c(){t=G("div"),r&&r.c(),o=Q(),i&&i.c(),n=Q(),c&&c.c(),oe(t,"class","p-2 flex justify-end")},m(e,l){X(e,t,l),r&&r.m(t,null),Z(t,o),i&&i.m(t,null),Z(t,n),c&&c.m(t,null),a=!0},p(e,a){e[2]?r?(r.p(e,a),4&a&&Oe(r,1)):(r=xy(e),r.c(),Oe(r,1),r.m(t,o)):r&&(Ae(),Te(r,1,1,(()=>{r=null})),ze()),e[1]?i?(i.p(e,a),2&a&&Oe(i,1)):(i=wy(e),i.c(),Oe(i,1),i.m(t,n)):i&&(Ae(),Te(i,1,1,(()=>{i=null})),ze()),e[3]?c?(c.p(e,a),8&a&&Oe(c,1)):(c=ky(e),c.c(),Oe(c,1),c.m(t,null)):c&&(Ae(),Te(c,1,1,(()=>{c=null})),ze())},i(e){a||(Oe(r),Oe(i),Oe(c),a=!0)},o(e){Te(r),Te(i),Te(c),a=!1},d(e){e&&K(t),r&&r.d(),i&&i.d(),c&&c.d()}}}function xy(e){let t,o;return t=new ys({props:{type:"button",name:e[2],action:e[7]}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};4&o&&(n.name=e[2]),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function wy(e){let t,o;return t=new ys({props:{type:"button",primary:!0,name:e[1],action:e[8]}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};2&o&&(n.name=e[1]),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function ky(e){let t,o;return t=new ys({props:{type:"button",danger:!0,name:e[3],action:e[8]}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};8&o&&(n.name=e[3]),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Cy(e){let t,o,n=e[5]&&yy(e);return{c(){n&&n.c(),t=ee()},m(e,a){n&&n.m(e,a),X(e,t,a),o=!0},p(e,[o]){e[5]?n?(n.p(e,o),32&o&&Oe(n,1)):(n=yy(e),n.c(),Oe(n,1),n.m(t.parentNode,t)):n&&(Ae(),Te(n,1,1,(()=>{n=null})),ze())},i(e){o||(Oe(n),o=!0)},o(e){Te(n),o=!1},d(e){n&&n.d(e),e&&K(t)}}}function $y(e,t,o){let{$$slots:n={},$$scope:a}=t,{title:r=""}=t,{primaryButton:i}=t,{cancelButton:c}=t,{dangerButton:l}=t,{onConfirm:s=(()=>{})}=t,{onCancel:f=(()=>{})}=t,{width:d=400}=t;function u(){o(5,b=!1)}let p=Ha(),b=!1,g=!1;function h(e){g=!!e.target.closest(`[data-id="${p}"]`)}function m(e){!b||e.target.closest(`[data-id="${p}"]`)||g||(o(5,b=!1),f())}function y(){b&&s()&&o(5,b=!1)}function v(){b&&(o(5,b=!1),f())}return be((()=>{document.addEventListener("mousedown",h),document.addEventListener("mouseup",m),document.addEventListener($o,y),document.addEventListener(Mo,v)})),he((()=>{u(),document.removeEventListener("mousedown",h),document.removeEventListener("mouseup",m),document.removeEventListener($o,y),document.removeEventListener(Mo,v)})),e.$$set=e=>{"title"in e&&o(0,r=e.title),"primaryButton"in e&&o(1,i=e.primaryButton),"cancelButton"in e&&o(2,c=e.cancelButton),"dangerButton"in e&&o(3,l=e.dangerButton),"onConfirm"in e&&o(9,s=e.onConfirm),"onCancel"in e&&o(10,f=e.onCancel),"width"in e&&o(4,d=e.width),"$$scope"in e&&o(14,a=e.$$scope)},[r,i,c,l,d,b,p,function(){b&&(o(5,b=!1),f())},function(){b&&s()&&o(5,b=!1)},s,f,function(){o(5,b=!0)},u,function(){return p},a,n]}const My=class extends Ge{constructor(e){super(),Ke(this,e,$y,Cy,k,{title:0,primaryButton:1,cancelButton:2,dangerButton:3,onConfirm:9,onCancel:10,width:4,show:11,hide:12,getId:13})}get show(){return this.$$.ctx[11]}get hide(){return this.$$.ctx[12]}get getId(){return this.$$.ctx[13]}};var Fy=/[a-zA-Z0-9:_-]/,Dy=/[\s\t\r\n]/,Ly=/['"]/;function By(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return jy(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?jy(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,i=!0,c=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return i=e.done,e},e:function(e){c=!0,r=e},f:function(){try{i||null==o.return||o.return()}finally{if(c)throw r}}}}function jy(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var Ey=document.createElementNS("http://www.w3.org/2000/svg","svg");Ey.style.position="fixed",Ey.style.opacity=0,Ey.style.zIndex=0,Ey.style.left=0,Ey.style.top=0;var Sy=function(e,t,o){document.body.appendChild(Ey);var n=Ay(function(e){var t="",o=[],n=c,a=null,r=null;function i(t){var o=function(e,t,o){return function(e,t){void 0===t&&(t={});var o=t.offsetLine||0,n=t.offsetColumn||0,a=e.split("\n"),r=0,i=a.map((function(e,t){var o=r+e.length+1,n={start:r,end:o,line:t};return r=o,n})),c=0;function l(e,t){return e.start<=t&&t<e.end}function s(e,t){return{line:o+e.line,column:n+t-e.start,character:t}}return function(t,o){"string"==typeof t&&(t=e.indexOf(t,o||0));for(var n=i[c],a=t>=n.end?1:-1;n;){if(l(n,t))return s(n,t);n=i[c+=a]}}}(e,o)(t,o)}(e,h),n=o.line,a=o.column,r=e.slice(0,h),i=/(^|\n).*$/.exec(r)[0].replace(/\t/g," "),c=e.slice(h),l=""+i+/.*(\n|$)/.exec(c)[0]+"\n"+function(e,t){for(var o="";t--;)o+=" ";return o}(0,i.length)+"^";throw new Error(t+" ("+n+":"+a+"). If this is valid SVG, it's probably a bug in svg-parser. Please raise an issue at https://github.com/Rich-Harris/svg-parser/issues – thanks!\n\n"+l)}function c(){for(;h<e.length&&"<"!==e[h]||!Fy.test(e[h+1]);)t+=e[h++];return l()}function l(){for(var t="";h<e.length&&"<"!==e[h];)t+=e[h++];return/\S/.test(t)&&a.children.push({type:"text",value:t}),"<"===e[h]?s:l}function s(){var t=e[h];if("?"===t)return l;if("!"===t){if("--"===e.slice(h+1,h+3))return f;if("[CDATA["===e.slice(h+1,h+8))return d;if(/doctype/i.test(e.slice(h+1,h+8)))return l}if("/"===t)return u;var n,c={type:"element",tagName:p(),properties:{},children:[]};for(a?a.children.push(c):r=c;h<e.length&&(n=b());)c.properties[n.name]=n.value;var s=!1;return"/"===e[h]&&(h+=1,s=!0),">"!==e[h]&&i("Expected >"),s||(a=c,o.push(c)),l}function f(){var t=e.indexOf("--\x3e",h);return~t||i("expected --\x3e"),h=t+2,l}function d(){var t=e.indexOf("]]>",h);return~t||i("expected ]]>"),a.children.push(e.slice(h+7,t)),h=t+2,l}function u(){var t=p();return t||i("Expected tag name"),t!==a.tagName&&i("Expected closing tag </"+t+"> to match opening tag <"+a.tagName+">"),g(),">"!==e[h]&&i("Expected >"),o.pop(),a=o[o.length-1],l}function p(){for(var t="";h<e.length&&Fy.test(e[h]);)t+=e[h++];return t}function b(){if(!Dy.test(e[h]))return null;g();var t=p();if(!t)return null;var o=!0;return g(),"="===e[h]&&(h+=1,g(),o=Ly.test(e[h])?function(){for(var t=e[h++],o="",n=!1;h<e.length;){var a=e[h++];if(a===t&&!n)return o;"\\"!==a||n||(n=!0),o+=n?"\\"+a:a,n=!1}}():function(){var t="";do{var o=e[h];if(" "===o||">"===o||"/"===o)return t;t+=o,h+=1}while(h<e.length);return t}(),isNaN(o)||""===o.trim()||(o=+o)),{name:t,value:o}}function g(){for(;h<e.length&&Dy.test(e[h]);)h+=1}for(var h=c.length;h<e.length;)n||i("Unexpected character"),n=n(),h+=1;return n!==l&&i("Unexpected end of input"),"svg"===r.tagName&&(r.metadata=t),{type:"root",children:[r]}}(zy(e)),0,0,t,o);return n.title=Oy(e),n=Iy(n),document.body.removeChild(Ey),n};function Iy(e){var t=0,o=0;Ny(e,(function(e){e.x+e.width>t&&(t=e.x+e.width),e.y+e.height>o&&(o=e.y+e.height)}));var n=1;return(t>100||o>100)&&(n=t>o?1/(t/100):1/(o/100)),1!=n&&Ny(e,(function(e){e.x*=n,e.y*=n,e.width*=n,e.height*=n})),e}function Ay(e,t,o,n,a){var r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{},i=!1;if("root"===e.type)return Ay(e.children[0],t,o,n,a,r);if("title"===e.tagName)return!1;if("style"===e.tagName)return!1;if("font"===e.tagName)return!1;if("font-face"===e.tagName)return!1;if("desc"===e.tagName)return!1;if("metadata"===e.tagName)return!1;if("defs"===e.tagName)return!1;if("use"===e.tagName)return!1;if("g"===e.tagName||"svg"===e.tagName){var c=function(e){var t,o,n=0,a=0,r=Ra({},rr,{id:Ha(),type:Jt,title:(null===(t=e.properties)||void 0===t?void 0:t.id)||"Imported Group",svg:{html:Ty(e)},children:[]});if(null!==(o=e.properties)&&void 0!==o&&o.transform){var i=Na(e.properties.transform.matchAll(/translate\(([\d\.]+), ([\d\.]+)\)/g))[0];i&&(n=parseFloat(i[1]),a=parseFloat(i[2]))}return{obj:r,x:n,y:a}}(e);t+=c.x,o+=c.y,i=c.obj,r=e.properties;var l,s=By(Na(e.children).reverse());try{for(s.s();!(l=s.n()).done;){var f=Ay(l.value,t,o,n,a,r);f&&i.children.push(f)}}catch(e){s.e(e)}finally{s.f()}}else i=function(e,t,o,n,a,r){var i;Ey.innerHTML=Ty(e);var c=Ey.getBBox(),l=Ra({},rr,{type:Kt,id:Ha(),x:(c.x+t)/n*100,y:(c.y+o)/a*100,width:c.width/n*100,height:c.height/a*100,title:(null===(i=e.properties)||void 0===i?void 0:i.id)||e.tagName,default_style:{background_opacity:1,stroke_opacity:1},svg:{tagName:e.tagName,properties:{},viewBox:"".concat(c.x," ").concat(c.y," ").concat(c.width," ").concat(c.height)}});for(var s in r)"fill"===s&&(l.default_style.background_color=r[s]),"fill-opacity"===s&&(l.default_style.background_opacity=r[s]),"stroke"===s&&(l.default_style.stroke_color=r[s]),"stroke-opacity"===s&&(l.default_style.stroke_opacity=r[s]),"stroke-width"===s&&(l.default_style.stroke_width=r[s]),"stroke-dasharray"===s&&(l.default_style.stroke_dasharray=r[s]),"stroke-linecap"===s&&(l.default_style.stroke_linecap=r[s]);for(var f in e.properties)"fill"!==f?"fill-opacity"!==f?"stroke"!==f?"stroke-opacity"!==f?"stroke-width"!==f?"stroke-dasharray"!==f?"stroke-linecap"!==f?l.svg.properties.push({name:f,value:e.properties[f]}):l.default_style.stroke_linecap=e.properties[f]:l.default_style.stroke_dasharray=e.properties[f]:l.default_style.stroke_width=e.properties[f]:l.default_style.stroke_opacity=e.properties[f]:l.default_style.stroke_color=e.properties[f]:l.default_style.background_opacity=e.properties[f]:l.default_style.background_color=e.properties[f];return l.mouseover_style.background_color=l.default_style.background_color,l.mouseover_style.background_opacity=l.default_style.background_opacity,l.mouseover_style.stroke_color=l.default_style.stroke_color,l.mouseover_style.stroke_opacity=l.default_style.stroke_opacity,l.mouseover_style.stroke_width=l.default_style.stroke_width,l.mouseover_style.stroke_dasharray=l.default_style.stroke_dasharray,l.mouseover_style.stroke_linecap=l.default_style.stroke_linecap,l}(e,t,o,n,a,r);return i}function zy(e){return/<svg[^>]*>([\S\s]+)<\/svg>/g.exec(e)[1]}function Oy(e){var t=/<title[^>]*>([\S\s]+)<\/title>/g.exec(e);return t?t[1]:"Imported"}function Ty(e){var t="";for(var o in e.properties)t+="".concat(o,'="').concat(e.properties[o],'" ');return"<".concat(e.tagName," ").concat(t,"></").concat(e.tagName,">")}function Ny(e,t){if(t(e),e.children){var o,n=By(e.children);try{for(n.s();!(o=n.n()).done;)Ny(o.value,t)}catch(e){n.e(e)}finally{n.f()}}}function Py(e){let t,o,n;return{c(){t=G("div"),oe(t,"class","m-1 p-3 rounded bg-danger-500 bg-opacity-10 text-sm"),oe(t,"contenteditable","false"),void 0===e[1]&&$e((()=>e[7].call(t)))},m(a,r){X(a,t,r),void 0!==e[1]&&(t.innerHTML=e[1]),o||(n=te(t,"input",e[7]),o=!0)},p(e,o){2&o&&e[1]!==t.innerHTML&&(t.innerHTML=e[1])},d(e){e&&K(t),o=!1,n()}}}function Hy(e){let t,o,n,a,r,i,c,l,s,f,d,u;function p(t){e[5](t)}let b={type:"textarea",label:"SVG Code"};function g(t){e[6](t)}void 0!==e[3]&&(b.value=e[3]),o=new ys({props:b}),_e.push((()=>We(o,"value",p)));let h={type:"checkbox",name:"Import as multiple objects",description:"When importing as <strong>multiple</strong> objects, you will be able to move and scale each object, and apply styles like stroke and fill. However, some data may be lost. Matrix transforms, stylesheets, defs, filters and others are not supported at this time. <br><br>When importing as a <strong>single</strong> object, the SVG will be exactly the same, but will not be editable, except for applying filters to it. If you absolutely need to preserve all properties of multiple objects, you need to export each object as a separate SVG."};void 0!==e[2]&&(h.value=e[2]),c=new ys({props:h}),_e.push((()=>We(c,"value",g)));let m=e[1]&&Py(e);return{c(){t=G("div"),Ye(o.$$.fragment),a=Q(),r=G("div"),r.textContent="If you are looking to apply SVG as a background of the whole map, it is better to export it as PNG and apply it as a background from the Artboard settings.",i=Q(),Ye(c.$$.fragment),s=Q(),f=G("div"),f.innerHTML="For optimal results we recommended that you export from <strong>Figma</strong> (browser/Mac/Win, free trial) or <strong>Sketch</strong> (Mac only, free trial).",d=Q(),m&&m.c(),oe(r,"class","bg-theme-400 bg-opacity-10 p-4 m-1 text-xs rounded-md"),oe(f,"class","bg-danger-500 bg-opacity-10 p-4 m-1 text-xs rounded-md"),oe(t,"class","p-2")},m(e,n){X(e,t,n),Ve(o,t,null),Z(t,a),Z(t,r),Z(t,i),Ve(c,t,null),Z(t,s),Z(t,f),Z(t,d),m&&m.m(t,null),u=!0},p(e,a){const r={};!n&&8&a&&(n=!0,r.value=e[3],Me((()=>n=!1))),o.$set(r);const i={};!l&&4&a&&(l=!0,i.value=e[2],Me((()=>l=!1))),c.$set(i),e[1]?m?m.p(e,a):(m=Py(e),m.c(),m.m(t,null)):m&&(m.d(1),m=null)},i(e){u||(Oe(o.$$.fragment,e),Oe(c.$$.fragment,e),u=!0)},o(e){Te(o.$$.fragment,e),Te(c.$$.fragment,e),u=!1},d(e){e&&K(t),Xe(o),Xe(c),m&&m.d()}}}function Ry(e){let t,o,n={primaryButton:"Import",onConfirm:e[4],cancelButton:"Cancel",width:"500",$$slots:{default:[Hy]},$$scope:{ctx:e}};return t=new My({props:n}),e[8](t),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,[o]){const n={};4110&o&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(o){e[8](null),Xe(t,o)}}}function qy(e,t,o){let n,a,r=!0,i="";function c(){n.show()}return be((()=>{document.addEventListener(at,c)})),he((()=>{document.removeEventListener(at,c)})),[n,a,r,i,function(){if(o(1,a=""),i.length>0)try{let e=Gi.getValue({group:"activeArtboard",prop:"width"}),t=Gi.getValue({group:"activeArtboard",prop:"height"}),n=r?Sy(i,e,t):function(e,t,o){var n=zy(e);document.body.appendChild(Ey),Ey.innerHTML=n;var a=Ey.getBBox(),r=Ra({},rr,{type:Gt,id:Ha(),title:Oy(e),width:(a.width+a.x)/t*100,height:(a.height+a.y)/o*100,svg:{html:n,viewBox:"0 0 ".concat(a.width+a.x," ").concat(a.height+a.y)}});return r=Iy(r),document.body.removeChild(Ey),r}(i,e,t);Ji.insertObjects({objects:[n]}),o(3,i="")}catch(e){return console.log(e),o(1,a='There was an error parsing the XML. Please make sure it is valid XML code: <a href="https://www.xmlvalidation.com/" target="_blank">xmlvalidator.com</a>'),o(3,i=""),!1}return!0},function(e){i=e,o(3,i)},function(e){r=e,o(2,r)},function(){a=this.innerHTML,o(1,a)},function(e){_e[e?"unshift":"push"]((()=>{n=e,o(0,n)}))}]}const Zy=class extends Ge{constructor(e){super(),Ke(this,e,qy,Ry,k,{})}};function Uy(e){let t,o,n,a;function r(t){e[2](t)}let i={type:"textarea",label:"Exported JSON"};return void 0!==e[1]&&(i.value=e[1]),o=new ys({props:i}),_e.push((()=>We(o,"value",r))),{c(){t=G("div"),Ye(o.$$.fragment),oe(t,"class","p-3")},m(e,n){X(e,t,n),Ve(o,t,null),a=!0},p(e,t){const a={};!n&&2&t&&(n=!0,a.value=e[1],Me((()=>n=!1))),o.$set(a)},i(e){a||(Oe(o.$$.fragment,e),a=!0)},o(e){Te(o.$$.fragment,e),a=!1},d(e){e&&K(t),Xe(o)}}}function Wy(e){let t,o;return t=new My({props:{cancelButton:"Close",title:"Export Image Map",$$slots:{default:[Uy]},$$scope:{ctx:e}}}),e[3](t),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,[o]){const n={};130&o&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(o){e[3](null),Xe(t,o)}}}function Yy(e,t,o){let n,a;function r(){o(1,a=JSON.stringify(Qc(Gi.getSettings()))),n.show()}return be((()=>{document.addEventListener(it,r)})),he((()=>{document.removeEventListener(it,r)})),[n,a,function(e){a=e,o(1,a)},function(e){_e[e?"unshift":"push"]((()=>{n=e,o(0,n)}))}]}const Vy=class extends Ge{constructor(e){super(),Ke(this,e,Yy,Wy,k,{})}};function Xy(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y;function v(t){e[4](t)}let _={type:"textarea"};return void 0!==e[1]&&(_.value=e[1]),b=new ys({props:_}),_e.push((()=>We(b,"value",v))),{c(){t=G("div"),o=G("p"),o.textContent="1. Paste this HTML code in your page, where you want the image map to appear.",n=Q(),a=G("div"),a.textContent=`${e[3]}`,r=Q(),i=G("p"),i.textContent="2. Include the main Image Map Pro script file just before the closing body tag.",c=Q(),l=G("div"),s=J(e[2]),f=Q(),d=G("p"),d.textContent="3. Paste this code below the included script.",u=Q(),p=G("div"),Ye(b.$$.fragment),oe(o,"class","p-2"),oe(a,"class","bg-theme-400 bg-opacity-10 p-4 m-1 text-xs rounded-md font-mono"),oe(i,"class","p-2 mt-4"),oe(l,"class","bg-theme-400 bg-opacity-10 p-4 m-1 text-xs rounded-md font-mono"),oe(d,"class","p-2 mt-4"),oe(p,"class","font-mono"),oe(t,"class","p-3")},m(e,g){X(e,t,g),Z(t,o),Z(t,n),Z(t,a),Z(t,r),Z(t,i),Z(t,c),Z(t,l),Z(l,s),Z(t,f),Z(t,d),Z(t,u),Z(t,p),Ve(b,p,null),h=!0,m||(y=[te(p,"click",Gy),te(p,"keypress",Gy)],m=!0)},p(e,t){(!h||4&t)&&ne(s,e[2]);const o={};!g&&2&t&&(g=!0,o.value=e[1],Me((()=>g=!1))),b.$set(o)},i(e){h||(Oe(b.$$.fragment,e),h=!0)},o(e){Te(b.$$.fragment,e),h=!1},d(e){e&&K(t),Xe(b),m=!1,x(y)}}}function Ky(e){let t,o;return t=new My({props:{cancelButton:"Close",title:"Publish Image Map",width:"600",$$slots:{default:[Xy]},$$scope:{ctx:e}}}),e[5](t),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,[o]){const n={};518&o&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(o){e[5](null),Xe(t,o)}}}function Gy(e){"TEXTAREA"===e.target.tagName?e.target.select():e.target.querySelector("textarea").select()}function Jy(e,t,o){let n,a,r='<script src="image-map-pro.min.js"></script';function i(){const e=JSON.stringify(Qc(Gi.getSettings()));o(1,a=`<script>ImageMapPro.init('#image-map-pro', ${e})`),o(1,a+="</s"),o(1,a+="cript>"),n.show()}return r+=">",be((()=>{document.addEventListener(dt,i)})),he((()=>{document.removeEventListener(dt,i)})),[n,a,'<script src="image-map-pro.min.js"><\/script>','<div id="image-map-pro"></div>',function(e){a=e,o(1,a)},function(e){_e[e?"unshift":"push"]((()=>{n=e,o(0,n)}))}]}const Qy=class extends Ge{constructor(e){super(),Ke(this,e,Jy,Ky,k,{})}};function ev(e){let t,o,n,a,r,i,c,l,s,f=e[3]?"Less":"More...",d=e[3]&&tv(e);return{c(){t=G("div"),o=J("There was an error importing the code.\n "),n=G("span"),a=J("Show "),r=J(f),i=Q(),d&&d.c(),oe(n,"class","underline cursor-pointer"),oe(t,"class","bg-danger-500 bg-opacity-10 p-4 m-1 text-xs rounded-md")},m(f,u){X(f,t,u),Z(t,o),Z(t,n),Z(n,a),Z(n,r),Z(t,i),d&&d.m(t,null),c=!0,l||(s=[te(n,"click",e[5]),te(n,"keypress",e[5])],l=!0)},p(e,o){(!c||8&o)&&f!==(f=e[3]?"Less":"More...")&&ne(r,f),e[3]?d?(d.p(e,o),8&o&&Oe(d,1)):(d=tv(e),d.c(),Oe(d,1),d.m(t,null)):d&&(Ae(),Te(d,1,1,(()=>{d=null})),ze())},i(e){c||(Oe(d),c=!0)},o(e){Te(d),c=!1},d(e){e&&K(t),d&&d.d(),l=!1,x(s)}}}function tv(e){let t,o,n,a,r,i;return{c(){t=G("div"),o=G("div"),n=J(e[2]),oe(o,"class","mt-2 opacity-50 font-mono")},m(e,a){X(e,t,a),Z(t,o),Z(o,n),i=!0},p(e,t){(!i||4&t)&&ne(n,e[2])},i(e){i||($e((()=>{i&&(a||(a=Pe(o,Fc,{},!0)),a.run(1))})),$e((()=>{i&&(r||(r=Pe(t,$c,{},!0)),r.run(1))})),i=!0)},o(e){a||(a=Pe(o,Fc,{},!1)),a.run(0),r||(r=Pe(t,$c,{},!1)),r.run(0),i=!1},d(e){e&&K(t),e&&a&&a.end(),e&&r&&r.end()}}}function ov(e){let t,o,n,a,r;function i(t){e[6](t)}let c={type:"textarea",label:"Exported JSON Code"};void 0!==e[1]&&(c.value=e[1]),o=new ys({props:c}),_e.push((()=>We(o,"value",i)));let l=e[2]&&ev(e);return{c(){t=G("div"),Ye(o.$$.fragment),a=Q(),l&&l.c(),oe(t,"class","p-3")},m(e,n){X(e,t,n),Ve(o,t,null),Z(t,a),l&&l.m(t,null),r=!0},p(e,a){const r={};!n&&2&a&&(n=!0,r.value=e[1],Me((()=>n=!1))),o.$set(r),e[2]?l?(l.p(e,a),4&a&&Oe(l,1)):(l=ev(e),l.c(),Oe(l,1),l.m(t,null)):l&&(Ae(),Te(l,1,1,(()=>{l=null})),ze())},i(e){r||(Oe(o.$$.fragment,e),Oe(l),r=!0)},o(e){Te(o.$$.fragment,e),Te(l),r=!1},d(e){e&&K(t),Xe(o),l&&l.d()}}}function nv(e){let t,o,n={primaryButton:"Import",cancelButton:"Close",onConfirm:e[4],title:"Import Image Map",$$slots:{default:[ov]},$$scope:{ctx:e}};return t=new My({props:n}),e[7](t),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,[o]){const n={};2062&o&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(o){e[7](null),Xe(t,o)}}}function av(e,t,o){let n,a,r,i;function c(){n.show()}return be((()=>{document.addEventListener(ct,c)})),he((()=>{document.removeEventListener(ct,c)})),[n,a,r,i,function(){let e;try{e=JSON.parse(a),o(2,r=void 0)}catch(e){o(2,r=e)}if(o(1,a=""),e){Wo();let t=xc(e);return t.id=Ha(),Ji.setMapValues(t,!0),Ji.clearHistory(),!0}return!1},function(){o(3,i=!i)},function(e){a=e,o(1,a)},function(e){_e[e?"unshift":"push"]((()=>{n=e,o(0,n)}))}]}const rv=class extends Ge{constructor(e){super(),Ke(this,e,av,nv,k,{})}};function iv(e,t,o){const n=e.slice();return n[13]=t[o],n[15]=o,n}function cv(e){let t;return{c(){t=G("div"),t.textContent="Loading...",oe(t,"class","p-4")},m(e,o){X(e,t,o)},p:h,i:h,o:h,d(e){e&&K(t)}}}function lv(e){let t,o,n,a=[],r=new Map,i=(!e[2]||0===e[2].length)&&sv(),c=e[2];const l=e=>e[13].id;for(let t=0;t<c.length;t+=1){let o=iv(e,c,t),n=l(o);r.set(n,a[t]=pv(n,o))}return{c(){t=G("div"),i&&i.c(),o=Q();for(let e=0;e<a.length;e+=1)a[e].c();oe(t,"class","p-3 max-h-[400px] overflow-y-auto")},m(e,r){X(e,t,r),i&&i.m(t,null),Z(t,o);for(let e=0;e<a.length;e+=1)a[e]&&a[e].m(t,null);n=!0},p(e,n){e[2]&&0!==e[2].length?i&&(i.d(1),i=null):i||(i=sv(),i.c(),i.m(t,o)),508&n&&(c=e[2],Ae(),a=Ze(a,n,l,1,e,c,r,t,Re,pv,null,iv),ze())},i(e){if(!n){for(let e=0;e<c.length;e+=1)Oe(a[e]);n=!0}},o(e){for(let e=0;e<a.length;e+=1)Te(a[e]);n=!1},d(e){e&&K(t),i&&i.d();for(let e=0;e<a.length;e+=1)a[e].d()}}}function sv(e){let t;return{c(){t=G("div"),t.textContent="No saved image maps found.",oe(t,"class","px-3 py-2 rounded-lg bg-danger-500 bg-opacity-10")},m(e,o){X(e,t,o)},d(e){e&&K(t)}}}function fv(e){let t,o;return t=new ys({props:{type:"button",icon:"fa-solid fa-trash",action:e[5],id:e[13].id}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};4&o&&(n.id=e[13].id),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function dv(e){let t,o,n,a;return t=new ys({props:{type:"button",icon:"fa-solid fa-times",action:e[8],id:e[13].id}}),n=new ys({props:{type:"button",danger:!0,icon:"fa-solid fa-check",action:e[7],id:e[13].id}}),{c(){Ye(t.$$.fragment),o=Q(),Ye(n.$$.fragment)},m(e,r){Ve(t,e,r),X(e,o,r),Ve(n,e,r),a=!0},p(e,o){const a={};4&o&&(a.id=e[13].id),t.$set(a);const r={};4&o&&(r.id=e[13].id),n.$set(r)},i(e){a||(Oe(t.$$.fragment,e),Oe(n.$$.fragment,e),a=!0)},o(e){Te(t.$$.fragment,e),Te(n.$$.fragment,e),a=!1},d(e){Xe(t,e),e&&K(o),Xe(n,e)}}}function uv(e){let t;return{c(){t=G("div"),oe(t,"class","fa-solid fa-circle-notch fa-spin flex items-center px-3")},m(e,o){X(e,t,o)},d(e){e&&K(t)}}}function pv(e,t){let o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v,_=t[13].name+"",w=Qa(t[13].lastSaved||(new Date).getTime())+"",k=t[3]+""!=t[13].id+""&&t[4]+""!=t[13].id+""&&fv(t),C=t[3]+""==t[13].id+""&&dv(t),$=t[4]+""==t[13].id+""&&uv();return{key:e,first:null,c(){o=G("div"),n=G("div"),a=G("div"),r=J(_),i=Q(),c=G("div"),l=J("Last edit:\n "),s=J(w),f=J(" ago"),u=Q(),p=G("div"),k&&k.c(),b=Q(),C&&C.c(),g=Q(),$&&$.c(),h=Q(),oe(a,"class","flex-1"),oe(c,"class","ml-2 opacity-50"),oe(n,"class","flex-1 flex items-center p-3 rounded-l-lg cursor-pointer btn btn-transparent"),oe(n,"data-id",d=t[13].id),oe(p,"class","mx-2 flex"),oe(o,"class","my-1 flex items-center rounded-xl bg-theme-500 bg-opacity-10"),this.first=o},m(e,d){X(e,o,d),Z(o,n),Z(n,a),Z(a,r),Z(n,i),Z(n,c),Z(c,l),Z(c,s),Z(c,f),Z(o,u),Z(o,p),k&&k.m(p,null),Z(p,b),C&&C.m(p,null),Z(p,g),$&&$.m(p,null),Z(o,h),m=!0,y||(v=[te(n,"click",t[6]),te(n,"keypress",t[6])],y=!0)},p(e,o){t=e,(!m||4&o)&&_!==(_=t[13].name+"")&&ne(r,_),(!m||4&o)&&w!==(w=Qa(t[13].lastSaved||(new Date).getTime())+"")&&ne(s,w),(!m||4&o&&d!==(d=t[13].id))&&oe(n,"data-id",d),t[3]+""!=t[13].id+""&&t[4]+""!=t[13].id+""?k?(k.p(t,o),28&o&&Oe(k,1)):(k=fv(t),k.c(),Oe(k,1),k.m(p,b)):k&&(Ae(),Te(k,1,1,(()=>{k=null})),ze()),t[3]+""==t[13].id+""?C?(C.p(t,o),12&o&&Oe(C,1)):(C=dv(t),C.c(),Oe(C,1),C.m(p,g)):C&&(Ae(),Te(C,1,1,(()=>{C=null})),ze()),t[4]+""==t[13].id+""?$||($=uv(),$.c(),$.m(p,null)):$&&($.d(1),$=null)},i(e){m||(Oe(k),Oe(C),m=!0)},o(e){Te(k),Te(C),m=!1},d(e){e&&K(o),k&&k.d(),C&&C.d(),$&&$.d(),y=!1,x(v)}}}function bv(e){let t,o,n,a;const r=[lv,cv],i=[];function c(e,t){return e[1]?1:0}return t=c(e),o=i[t]=r[t](e),{c(){o.c(),n=ee()},m(e,o){i[t].m(e,o),X(e,n,o),a=!0},p(e,a){let l=t;t=c(e),t===l?i[t].p(e,a):(Ae(),Te(i[l],1,1,(()=>{i[l]=null})),ze(),o=i[t],o?o.p(e,a):(o=i[t]=r[t](e),o.c()),Oe(o,1),o.m(n.parentNode,n))},i(e){a||(Oe(o),a=!0)},o(e){Te(o),a=!1},d(e){i[t].d(e),e&&K(n)}}}function gv(e){let t,o;return t=new My({props:{cancelButton:"Close",title:"Load",$$slots:{default:[bv]},$$scope:{ctx:e}}}),e[9](t),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,[o]){const n={};65566&o&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(o){e[9](null),Xe(t,o)}}}function hv(e,t,o){let n,a,r,i=!1,c=[];function l(){o(1,i=!0),Xo((e=>{o(2,c=e),o(2,c=c.sort(((e,t)=>parseInt(e.lastSaved)>parseInt(t.lastSaved)?-1:1))),o(1,i=!1),n.show()}))}return be((()=>{document.addEventListener(st,l)})),he((()=>{document.removeEventListener(st,l)})),[n,i,c,a,r,function(e){let t=e.target.dataset.id||e.target.closest("[data-id]").dataset.id;o(3,a=t)},function(e){Wo(),Go(e.target.dataset.id||e.target.closest("[data-id]").dataset.id,(e=>{if(e){let t=xc(e);Ji.setMapValues(t,!0),Ji.clearHistory(),n.hide()}}))},function(e){let t=e.target.dataset.id||e.target.closest("[data-id]").dataset.id;o(3,a=void 0),o(4,r=t),function(e,t){if(!0===window.imageMapProConfig.wp)Qo=t,window.parent.postMessage(JSON.stringify({action:"deleteProject",id:e}),"*");else{var o=window.localStorage.imageMapProSaves||"[]";try{var n=JSON.parse(o).filter((function(t){return t.id+""!=e+""})),a=JSON.stringify(n);window.localStorage.imageMapProSaves=a,setTimeout((function(){t(!0)}),350)}catch(e){console.log(e),t(!1)}}}(t,(e=>{e||console.error("Failed to delete project"),Xo((e=>{o(2,c=e),o(2,c=c.sort(((e,t)=>parseInt(e.lastSaved)>parseInt(t.lastSaved)?-1:1))),o(4,r=void 0)}))}))},function(){o(3,a=void 0)},function(e){_e[e?"unshift":"push"]((()=>{n=e,o(0,n)}))}]}const mv=class extends Ge{constructor(e){super(),Ke(this,e,hv,gv,k,{})}};function yv(e){U(e,"svelte-1pd73yf",".library-icon svg{width:100%;height:100%}")}function vv(e,t,o){const n=e.slice();return n[8]=t[o],n}function _v(e){let t;return{c(){t=G("div"),t.textContent="Loading icon library...",oe(t,"class","p-2")},m(e,o){X(e,t,o)},d(e){e&&K(t)}}}function xv(e,t){let o,n,a,r,i,c,l=t[1][t[8]]+"";return{key:e,first:null,c(){o=G("div"),n=G("div"),a=Q(),oe(n,"class","dark:fill-white fill-black w-6 h-6"),oe(o,"data-icon-name",r=t[8]),oe(o,"class","library-icon flex flex-col items-center justify-center m-1 p-1 w-16 h-16 btn form-control-shadow cursor-pointer rounded select-none"),this.first=o},m(e,r){X(e,o,r),Z(o,n),n.innerHTML=l,Z(o,a),i||(c=[te(o,"click",t[4]),te(o,"keypress",t[4])],i=!0)},p(e,a){t=e,2&a&&l!==(l=t[1][t[8]]+"")&&(n.innerHTML=l),2&a&&r!==(r=t[8])&&oe(o,"data-icon-name",r)},d(e){e&&K(o),i=!1,x(c)}}}function wv(e){let t,o,n,a,r,i,c,l=[],s=new Map;function f(t){e[7](t)}let d={type:"text",placeholder:"Search icons",onUpdate:e[3]};void 0!==e[2]&&(d.value=e[2]),o=new ys({props:d}),_e.push((()=>We(o,"value",f)));let u=0==e[0].length&&_v(),p=Object.keys(e[1]);const b=e=>e[8];for(let t=0;t<p.length;t+=1){let o=vv(e,p,t),n=b(o);s.set(n,l[t]=xv(n,o))}return{c(){t=G("div"),Ye(o.$$.fragment),a=Q(),u&&u.c(),r=Q(),i=G("div");for(let e=0;e<l.length;e+=1)l[e].c();oe(i,"class","pretty-scroll flex flex-wrap p-2 overflow-y-auto"),re(i,"margin-right","4px"),oe(t,"class","w-full h-full flex flex-col")},m(e,n){X(e,t,n),Ve(o,t,null),Z(t,a),u&&u.m(t,null),Z(t,r),Z(t,i);for(let e=0;e<l.length;e+=1)l[e]&&l[e].m(i,null);c=!0},p(e,[a]){const c={};!n&&4&a&&(n=!0,c.value=e[2],Me((()=>n=!1))),o.$set(c),0==e[0].length?u||(u=_v(),u.c(),u.m(t,r)):u&&(u.d(1),u=null),18&a&&(p=Object.keys(e[1]),l=Ze(l,a,b,1,e,p,s,i,He,xv,null,vv))},i(e){c||(Oe(o.$$.fragment,e),c=!0)},o(e){Te(o.$$.fragment,e),c=!1},d(e){e&&K(t),Xe(o),u&&u.d();for(let e=0;e<l.length;e+=1)l[e].d()}}}function kv(e,t,o){let{value:n}=t,{onChange:a=(()=>{})}=t,r=[],i=r,c="";return be((()=>{let e=new Request("https://dfpyxk7hlnlki.cloudfront.net/fontawesome6-icons.json");fetch(e).then((e=>e.json())).then((e=>{o(0,r=e),o(1,i=r)}))})),e.$$set=e=>{"value"in e&&o(5,n=e.value),"onChange"in e&&o(6,a=e.onChange)},[r,i,c,function(){if(c.length<2)return void o(1,i=r);let e=Object.keys(r).filter((e=>-1!==e.indexOf(c)));o(1,i={}),e.forEach((e=>o(1,i[e]=r[e],i)))},function(e){let t=e.target.dataset.iconName||e.target.closest(".library-icon").dataset.iconName,i=r[t];i!=n&&(o(5,n=i),a())},n,a,function(e){c=e,o(2,c)}]}const Cv=class extends Ge{constructor(e){super(),Ke(this,e,kv,wv,k,{value:5,onChange:6},yv)}};function $v(e){let t,o,n,a;function r(t){e[3](t)}let i={onChange:e[2]};return void 0!==e[1]&&(i.value=e[1]),o=new Cv({props:i}),_e.push((()=>We(o,"value",r))),{c(){t=G("div"),Ye(o.$$.fragment),oe(t,"class","p-2 h-full")},m(e,n){X(e,t,n),Ve(o,t,null),a=!0},p(e,t){const a={};!n&&2&t&&(n=!0,a.value=e[1],Me((()=>n=!1))),o.$set(a)},i(e){a||(Oe(o.$$.fragment,e),a=!0)},o(e){Te(o.$$.fragment,e),a=!1},d(e){e&&K(t),Xe(o)}}}function Mv(e){let t,o;return t=new My({props:{width:"550",title:"Choose Icon",cancelButton:"Cancel",$$slots:{default:[$v]},$$scope:{ctx:e}}}),e[4](t),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,[o]){const n={};258&o&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(o){e[4](null),Xe(t,o)}}}function Fv(e,t,o){let n,a;function r(){n.show()}return be((()=>{document.addEventListener(rt,r)})),he((()=>{document.removeEventListener(rt,r)})),[n,a,function(){Ji.setValue({group:"selected",prop:"default_style.icon_svg",value:a}),n.hide()},function(e){a=e,o(1,a)},function(e){_e[e?"unshift":"push"]((()=>{n=e,o(0,n)}))}]}const Dv=class extends Ge{constructor(e){super(),Ke(this,e,Fv,Mv,k,{})}};function Lv(e){let t,o=(e[3]&&e[7]||!e[3])&&Bv(e);return{c(){o&&o.c(),t=ee()},m(e,n){o&&o.m(e,n),X(e,t,n)},p(e,n){e[3]&&e[7]||!e[3]?o?o.p(e,n):(o=Bv(e),o.c(),o.m(t.parentNode,t)):o&&(o.d(1),o=null)},d(e){o&&o.d(e),e&&K(t)}}}function Bv(e){let t,o,n,a,r,i,c,l,s,f,d,u=!Array.isArray(e[0]),p=Array.isArray(e[0]),b=u&&jv(e),g=p&&Ev(e);return{c(){t=G("div"),o=G("div"),n=J(e[1]),a=Q(),r=G("div"),r.textContent=":",i=Q(),b&&b.c(),c=Q(),g&&g.c(),l=Q(),s=G("div"),oe(r,"class","mx-2"),oe(s,"class","fa-solid fa-undo ml-2 cursor-pointer"),oe(t,"class","flex select-none items-center py-1"),re(t,"opacity",e[8])},m(u,p){X(u,t,p),Z(t,o),Z(o,n),e[13](o),Z(t,a),Z(t,r),Z(t,i),b&&b.m(t,null),Z(t,c),g&&g.m(t,null),Z(t,l),Z(t,s),e[15](s),e[16](t),f||(d=[te(s,"click",e[10]),te(s,"keypress",e[10])],f=!0)},p(e,o){2&o&&ne(n,e[1]),1&o&&(u=!Array.isArray(e[0])),u?b?b.p(e,o):(b=jv(e),b.c(),b.m(t,c)):b&&(b.d(1),b=null),1&o&&(p=Array.isArray(e[0])),p?g?g.p(e,o):(g=Ev(e),g.c(),g.m(t,l)):g&&(g.d(1),g=null),256&o&&re(t,"opacity",e[8])},d(o){o&&K(t),e[13](null),b&&b.d(),g&&g.d(),e[15](null),e[16](null),f=!1,x(d)}}}function jv(e){let t,o,n;return{c(){t=G("div"),oe(t,"class","form-control-ring form-control-bg transition-all duration-200 px-2 py-1 rounded text-right"),oe(t,"contenteditable","true"),re(t,"outline","0px solid transparent"),void 0===e[0]&&$e((()=>e[14].call(t)))},m(a,r){X(a,t,r),void 0!==e[0]&&(t.innerHTML=e[0]),o||(n=[te(t,"input",e[14]),te(t,"focusout",e[9])],o=!0)},p(e,o){1&o&&e[0]!==t.innerHTML&&(t.innerHTML=e[0])},d(e){e&&K(t),o=!1,x(n)}}}function Ev(e){let t,o,n=JSON.stringify(e[0])+"";return{c(){t=G("div"),o=J(n),oe(t,"class","bg-theme-200 dark:bg-theme-600 px-2 py-1 rounded text-right")},m(e,n){X(e,t,n),Z(t,o)},p(e,t){1&t&&n!==(n=JSON.stringify(e[0])+"")&&ne(o,n)},d(e){e&&K(t)}}}function Sv(e){let t,o=0===e[2].length||e[2].length>0&&-1!==e[1].search(e[2]),n=o&&Lv(e);return{c(){n&&n.c(),t=ee()},m(e,o){n&&n.m(e,o),X(e,t,o)},p(e,[a]){6&a&&(o=0===e[2].length||e[2].length>0&&-1!==e[1].search(e[2])),o?n?n.p(e,a):(n=Lv(e),n.c(),n.m(t.parentNode,t)):n&&(n.d(1),n=null)},i:h,o:h,d(e){n&&n.d(e),e&&K(t)}}}function Iv(e,t,o){let n,a,r,i,c,{name:l}=t,{value:s}=t,{onChange:f=(()=>{})}=t,{defaultValue:d}=t,{searchString:u}=t,{hideUnchanged:p}=t,b=s;function g(){JSON.stringify(s)!==JSON.stringify(d)?(o(7,c=!0),a?.classList.add("font-extrabold"),r?.classList.add("underline"),i?.classList.remove("hidden")):(o(7,c=!1),h())}function h(){a?.classList.remove("font-extrabold"),r?.classList.remove("underline"),i?.classList.add("hidden")}function m(){s.replace&&o(0,s=s.replace(/<\/?[^>]+(>|$)/g,"")),Xa(s)&&o(0,s=parseFloat(s))}return ge((()=>{g()})),e.$$set=e=>{"name"in e&&o(1,l=e.name),"value"in e&&o(0,s=e.value),"onChange"in e&&o(11,f=e.onChange),"defaultValue"in e&&o(12,d=e.defaultValue),"searchString"in e&&o(2,u=e.searchString),"hideUnchanged"in e&&o(3,p=e.hideUnchanged)},e.$$.update=()=>{1&e.$$.dirty&&o(8,n=Array.isArray(s)?.5:1)},[s,l,u,p,a,r,i,c,n,function(){s!=b&&(b=s,m(),g(),f(l,s))},function(){o(0,s=d),m(),h(),f(l,s)},f,d,function(e){_e[e?"unshift":"push"]((()=>{r=e,o(5,r)}))},function(){s=this.innerHTML,o(0,s)},function(e){_e[e?"unshift":"push"]((()=>{i=e,o(6,i)}))},function(e){_e[e?"unshift":"push"]((()=>{a=e,o(4,a)}))}]}const Av=class extends Ge{constructor(e){super(),Ke(this,e,Iv,Sv,k,{name:1,value:0,onChange:11,defaultValue:12,searchString:2,hideUnchanged:3})}};function zv(e,t,o){const n=e.slice();return n[23]=t[o],n}const Ov=e=>({}),Tv=e=>({});function Nv(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h;const m=e[15]["extra-button"],y=D(m,e,e[14],Tv);let v=!e[6]&&Pv(e);return{c(){t=G("div"),o=G("div"),o.innerHTML='<div class="w-px bg-theme-200 dark:bg-theme-700 h-full"></div>',n=Q(),a=G("div"),r=G("div"),c=Q(),l=G("div"),s=J(e[1]),f=Q(),d=G("div"),u=Q(),y&&y.c(),p=Q(),v&&v.c(),oe(o,"class","absolute -left-4 top-0 h-full pt-9"),oe(r,"class",i="absolute -left-5 top-3 fa-solid "+e[10]+" cursor-pointer opacity-50 hover:opacity-100"),oe(d,"class","fa-solid fa-undo ml-2 cursor-pointer"),oe(a,"class","py-2 flex items-center select-none"),oe(t,"class","relative")},m(i,m){X(i,t,m),Z(t,o),Z(t,n),Z(t,a),Z(a,r),Z(a,c),Z(a,l),Z(l,s),e[18](l),Z(a,f),Z(a,d),e[19](d),Z(a,u),y&&y.m(a,null),Z(t,p),v&&v.m(t,null),b=!0,g||(h=[te(r,"click",e[16]),te(r,"keypress",e[17]),te(d,"click",e[12]),te(d,"keypress",e[12])],g=!0)},p(e,o){(!b||1024&o&&i!==(i="absolute -left-5 top-3 fa-solid "+e[10]+" cursor-pointer opacity-50 hover:opacity-100"))&&oe(r,"class",i),(!b||2&o)&&ne(s,e[1]),y&&y.p&&(!b||16384&o)&&j(y,m,e,e[14],b?B(m,e[14],o,Ov):E(e[14]),Tv),e[6]?v&&(Ae(),Te(v,1,1,(()=>{v=null})),ze()):v?(v.p(e,o),64&o&&Oe(v,1)):(v=Pv(e),v.c(),Oe(v,1),v.m(t,null))},i(e){b||(Oe(y,e),Oe(v),b=!0)},o(e){Te(y,e),Te(v),b=!1},d(o){o&&K(t),e[18](null),e[19](null),y&&y.d(o),v&&v.d(),g=!1,x(h)}}}function Pv(e){let t,o,n,a=[],r=new Map,i=Object.entries(e[0]);const c=e=>e[23][0];for(let t=0;t<i.length;t+=1){let o=zv(e,i,t),n=c(o);r.set(n,a[t]=qv(n,o))}return{c(){t=G("div");for(let e=0;e<a.length;e+=1)a[e].c();oe(t,"class","pl-4")},m(e,o){X(e,t,o);for(let e=0;e<a.length;e+=1)a[e]&&a[e].m(t,null);n=!0},p(e,o){2077&o&&(i=Object.entries(e[0]),Ae(),a=Ze(a,o,c,1,e,i,r,t,Re,qv,null,zv),ze())},i(e){if(!n){for(let e=0;e<i.length;e+=1)Oe(a[e]);$e((()=>{n&&(o||(o=Pe(t,Fc,{duration:150},!0)),o.run(1))})),n=!0}},o(e){for(let e=0;e<a.length;e+=1)Te(a[e]);o||(o=Pe(t,Fc,{duration:150},!1)),o.run(0),n=!1},d(e){e&&K(t);for(let e=0;e<a.length;e+=1)a[e].d();e&&o&&o.end()}}}function Hv(e){let t,o;return t=new Wv({props:{name:e[23][0],value:e[23][1],defaults:e[2][e[23][0]],onChange:e[11],searchString:e[3],hideUnchanged:e[4]}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};1&o&&(n.name=e[23][0]),1&o&&(n.value=e[23][1]),5&o&&(n.defaults=e[2][e[23][0]]),8&o&&(n.searchString=e[3]),16&o&&(n.hideUnchanged=e[4]),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function Rv(e){let t,o;return t=new Av({props:{name:e[23][0],value:e[23][1],defaultValue:e[2][e[23][0]],onChange:e[11],searchString:e[3],hideUnchanged:e[4]}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};1&o&&(n.name=e[23][0]),1&o&&(n.value=e[23][1]),5&o&&(n.defaultValue=e[2][e[23][0]]),8&o&&(n.searchString=e[3]),16&o&&(n.hideUnchanged=e[4]),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function qv(e,t){let o,n,a,r,i="object"==typeof t[23][1]&&!Array.isArray(t[23][1])&&null!==t[23][1],c=("object"!=typeof t[23][1]||Array.isArray(t[23][1]))&&null!==t[23][1],l=i&&Hv(t),s=c&&Rv(t);return{key:e,first:null,c(){o=ee(),l&&l.c(),n=Q(),s&&s.c(),a=ee(),this.first=o},m(e,t){X(e,o,t),l&&l.m(e,t),X(e,n,t),s&&s.m(e,t),X(e,a,t),r=!0},p(e,o){t=e,1&o&&(i="object"==typeof t[23][1]&&!Array.isArray(t[23][1])&&null!==t[23][1]),i?l?(l.p(t,o),1&o&&Oe(l,1)):(l=Hv(t),l.c(),Oe(l,1),l.m(n.parentNode,n)):l&&(Ae(),Te(l,1,1,(()=>{l=null})),ze()),1&o&&(c=("object"!=typeof t[23][1]||Array.isArray(t[23][1]))&&null!==t[23][1]),c?s?(s.p(t,o),1&o&&Oe(s,1)):(s=Rv(t),s.c(),Oe(s,1),s.m(a.parentNode,a)):s&&(Ae(),Te(s,1,1,(()=>{s=null})),ze())},i(e){r||(Oe(l),Oe(s),r=!0)},o(e){Te(l),Te(s),r=!1},d(e){e&&K(o),l&&l.d(e),e&&K(n),s&&s.d(e),e&&K(a)}}}function Zv(e){let t,o,n=(e[4]&&e[7]||!e[4]||e[5])&&Nv(e);return{c(){n&&n.c(),t=ee()},m(e,a){n&&n.m(e,a),X(e,t,a),o=!0},p(e,[o]){e[4]&&e[7]||!e[4]||e[5]?n?(n.p(e,o),176&o&&Oe(n,1)):(n=Nv(e),n.c(),Oe(n,1),n.m(t.parentNode,t)):n&&(Ae(),Te(n,1,1,(()=>{n=null})),ze())},i(e){o||(Oe(n),o=!0)},o(e){Te(n),o=!1},d(e){n&&n.d(e),e&&K(t)}}}function Uv(e,t,o){let n,a,r,{$$slots:i={},$$scope:c}=t,{name:l}=t,{value:s}=t,{defaults:f}=t,{onChange:d=(()=>{})}=t,{searchString:u}=t,{hideUnchanged:p}=t,{isRoot:b}=t,g=!1,h=!1;function m(){void 0!==Va(Ya(s,f))?(o(7,g=!0),a?.classList.add("font-extrabold"),a?.classList.add("underline"),r?.classList.remove("hidden")):(o(7,g=!1),y())}function y(){a?.classList.remove("font-extrabold"),a?.classList.remove("underline"),r?.classList.add("hidden")}return ge((()=>{m()})),e.$$set=e=>{"name"in e&&o(1,l=e.name),"value"in e&&o(0,s=e.value),"defaults"in e&&o(2,f=e.defaults),"onChange"in e&&o(13,d=e.onChange),"searchString"in e&&o(3,u=e.searchString),"hideUnchanged"in e&&o(4,p=e.hideUnchanged),"isRoot"in e&&o(5,b=e.isRoot),"$$scope"in e&&o(14,c=e.$$scope)},e.$$.update=()=>{64&e.$$.dirty&&o(10,n=h?"fa-plus":"fa-minus")},[s,l,f,u,p,b,h,g,a,r,n,function(e,t){o(0,s[e]=t,s),m(),d(l,s)},function(){o(0,s=Ra({},f)),y(),d(l,s)},d,c,i,()=>o(6,h=!h),()=>o(6,h=!h),function(e){_e[e?"unshift":"push"]((()=>{a=e,o(8,a)}))},function(e){_e[e?"unshift":"push"]((()=>{r=e,o(9,r)}))}]}class Wv extends Ge{constructor(e){super(),Ke(this,e,Uv,Zv,k,{name:1,value:0,defaults:2,onChange:13,searchString:3,hideUnchanged:4,isRoot:5})}}const Yv=Wv;function Vv(e){let t,o;return{c(){t=G("div"),oe(t,"class","fa-solid fa-cog ml-2 cursor-pointer opacity-50 hover:opacity-100"),oe(t,"data-open-menu",o=e[6]+"-settings")},m(e,o){X(e,t,o)},p:h,d(e){e&&K(t)}}}function Xv(e){let t,o,n,a,r,i;function c(t){e[8](t)}let l={type:"text",label:"Search",small:!0};function s(t){e[9](t)}void 0!==e[4]&&(l.value=e[4]),t=new ys({props:l}),_e.push((()=>We(t,"value",c)));let f={type:"checkbox",name:"Show changed only",small:!0};return void 0!==e[5]&&(f.value=e[5]),a=new ys({props:f}),_e.push((()=>We(a,"value",s))),{c(){Ye(t.$$.fragment),n=Q(),Ye(a.$$.fragment)},m(e,o){Ve(t,e,o),X(e,n,o),Ve(a,e,o),i=!0},p(e,n){const i={};!o&&16&n&&(o=!0,i.value=e[4],Me((()=>o=!1))),t.$set(i);const c={};!r&&32&n&&(r=!0,c.value=e[5],Me((()=>r=!1))),a.$set(c)},i(e){i||(Oe(t.$$.fragment,e),Oe(a.$$.fragment,e),i=!0)},o(e){Te(t.$$.fragment,e),Te(a.$$.fragment,e),i=!1},d(e){Xe(t,e),e&&K(n),Xe(a,e)}}}function Kv(e){let t,o,n,a,r,i;function c(t){e[7](t)}let l={name:e[2],defaults:e[1],parents:"0",nomargin:!0,onChange:e[3],searchString:e[4],hideUnchanged:e[5],isRoot:!0,$$slots:{"extra-button":[Vv]},$$scope:{ctx:e}};return void 0!==e[0]&&(l.value=e[0]),o=new Yv({props:l}),_e.push((()=>We(o,"value",c))),r=new iu({props:{name:e[6]+"-settings",classes:"p-3 w-64",$$slots:{default:[Xv]},$$scope:{ctx:e}}}),{c(){t=G("div"),Ye(o.$$.fragment),a=Q(),Ye(r.$$.fragment),oe(t,"class","flex font-mono text-xs pl-4")},m(e,n){X(e,t,n),Ve(o,t,null),X(e,a,n),Ve(r,e,n),i=!0},p(e,[t]){const a={};4&t&&(a.name=e[2]),2&t&&(a.defaults=e[1]),8&t&&(a.onChange=e[3]),16&t&&(a.searchString=e[4]),32&t&&(a.hideUnchanged=e[5]),1024&t&&(a.$$scope={dirty:t,ctx:e}),!n&&1&t&&(n=!0,a.value=e[0],Me((()=>n=!1))),o.$set(a);const i={};1072&t&&(i.$$scope={dirty:t,ctx:e}),r.$set(i)},i(e){i||(Oe(o.$$.fragment,e),Oe(r.$$.fragment,e),i=!0)},o(e){Te(o.$$.fragment,e),Te(r.$$.fragment,e),i=!1},d(e){e&&K(t),Xe(o),e&&K(a),Xe(r,e)}}}function Gv(e,t,o){let{defaults:n={}}=t,{model:a={}}=t,{title:r}=t,{onChange:i=(()=>{})}=t,c=Ha(),l="",s=!1;return e.$$set=e=>{"defaults"in e&&o(1,n=e.defaults),"model"in e&&o(0,a=e.model),"title"in e&&o(2,r=e.title),"onChange"in e&&o(3,i=e.onChange)},[a,n,r,i,l,s,c,function(e){a=e,o(0,a)},function(e){l=e,o(4,l)},function(e){s=e,o(5,s)}]}const Jv=class extends Ge{constructor(e){super(),Ke(this,e,Gv,Kv,k,{defaults:1,model:0,title:2,onChange:3})}};function Qv(e){let t,o,n,a,r,i;function c(t){e[4](t)}let l={onChange:e[3],defaults:e[2],title:"Object Defaults"};return void 0!==e[1]&&(l.model=e[1]),a=new Jv({props:l}),_e.push((()=>We(a,"model",c))),{c(){t=G("div"),o=G("div"),n=G("div"),Ye(a.$$.fragment),oe(n,"class","h-full pretty-scroll overflow-auto pl-2"),oe(o,"class","p-4 h-full bg-theme-100 dark:bg-theme-700 dark:bg-opacity-50 rounded"),oe(t,"class","p-4 h-full")},m(e,r){X(e,t,r),Z(t,o),Z(o,n),Ve(a,n,null),i=!0},p(e,t){const o={};!r&&2&t&&(r=!0,o.model=e[1],Me((()=>r=!1))),a.$set(o)},i(e){i||(Oe(a.$$.fragment,e),i=!0)},o(e){Te(a.$$.fragment,e),i=!1},d(e){e&&K(t),Xe(a)}}}function e_(e){let t,o;return t=new My({props:{width:"550",cancelButton:"Done",$$slots:{default:[Qv]},$$scope:{ctx:e}}}),e[5](t),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,[o]){const n={};1026&o&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(o){e[5](null),Xe(t,o)}}}function t_(e,t,o){let n,a=[],r=rr,i=Ra({},r,Gi.getValue({group:"defaults",prop:"objectDefaults"}));function c(){n.show()}return a.push(Ki.subscribe((()=>{o(1,i=Ra({},r,Gi.getValue({group:"defaults",prop:"objectDefaults"})))}))),be((()=>{document.addEventListener(lt,c)})),he((()=>{a.forEach((e=>e())),a=[],document.removeEventListener(lt,c)})),[n,i,r,function(){let e=Va(Ya(i,r))||{};Ji.setValue({group:"defaults",prop:"objectDefaults",value:e})},function(e){i=e,o(1,i)},function(e){_e[e?"unshift":"push"]((()=>{n=e,o(0,n)}))}]}const o_=class extends Ge{constructor(e){super(),Ke(this,e,t_,e_,k,{})}};function n_(e){let t;return{c(){t=G("div"),t.innerHTML='<div class="h-px bg-theme-200 dark:bg-theme-700"></div>',oe(t,"class","w-full my-1 px-2")},m(e,o){X(e,t,o)},p:h,i:h,o:h,d(e){e&&K(t)}}}const a_=class extends Ge{constructor(e){super(),Ke(this,e,null,n_,k,{})}};function r_(e){U(e,"svelte-drgnz8",".menu-option-group.svelte-drgnz8:last-child .menu-option-group-border.svelte-drgnz8{display:none}")}function i_(e){let t,o,n,a,r;const i=e[1].default,c=D(i,e,e[0],null);return a=new a_({}),{c(){t=G("div"),c&&c.c(),o=Q(),n=G("div"),Ye(a.$$.fragment),oe(n,"class","menu-option-group-border svelte-drgnz8"),oe(t,"class","menu-option-group svelte-drgnz8")},m(e,i){X(e,t,i),c&&c.m(t,null),Z(t,o),Z(t,n),Ve(a,n,null),r=!0},p(e,[t]){c&&c.p&&(!r||1&t)&&j(c,i,e,e[0],r?B(i,e[0],t,null):E(e[0]),null)},i(e){r||(Oe(c,e),Oe(a.$$.fragment,e),r=!0)},o(e){Te(c,e),Te(a.$$.fragment,e),r=!1},d(e){e&&K(t),c&&c.d(e),Xe(a)}}}function c_(e,t,o){let{$$slots:n={},$$scope:a}=t;return e.$$set=e=>{"$$scope"in e&&o(0,a=e.$$scope)},[a,n]}const l_=class extends Ge{constructor(e){super(),Ke(this,e,c_,i_,k,{},r_)}};function s_(e){let t,o;return t=new l_({props:{$$slots:{default:[f_]},$$scope:{ctx:e}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};2097152&o[1]&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function f_(e){let t,o;return t=new Lu({props:{small:!0,onClick:e[34],icon:"fa-solid fa-trash",title:"Delete Point"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function d_(e){let t,o;return t=new l_({props:{$$slots:{default:[m_]},$$scope:{ctx:e}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};253952&o[0]|2097152&o[1]&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function u_(e){let t,o;return t=new Lu({props:{small:!0,onClick:e[18],icon:"fa-solid fa-copy",title:"Copy"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function p_(e){let t,o;return t=new Lu({props:{small:!0,onClick:e[19],icon:"fa-solid fa-paste",title:"Paste Here"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function b_(e){let t,o;return t=new Lu({props:{small:!0,onClick:e[22],icon:"fa-regular fa-object-group",title:"Group"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function g_(e){let t,o;return t=new Lu({props:{small:!0,onClick:e[20],icon:"fa-solid fa-eye",title:"Show"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function h_(e){let t,o;return t=new Lu({props:{small:!0,onClick:e[21],icon:"fa-solid fa-eye-slash",title:"Hide"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function m_(e){let t,o,n,a,r,i,c=e[17]&&u_(e),l=e[16]&&p_(e),s=e[15]&&b_(e),f=e[14]&&g_(e),d=e[13]&&h_(e);return{c(){c&&c.c(),t=Q(),l&&l.c(),o=Q(),s&&s.c(),n=Q(),f&&f.c(),a=Q(),d&&d.c(),r=ee()},m(e,u){c&&c.m(e,u),X(e,t,u),l&&l.m(e,u),X(e,o,u),s&&s.m(e,u),X(e,n,u),f&&f.m(e,u),X(e,a,u),d&&d.m(e,u),X(e,r,u),i=!0},p(e,i){e[17]?c?(c.p(e,i),131072&i[0]&&Oe(c,1)):(c=u_(e),c.c(),Oe(c,1),c.m(t.parentNode,t)):c&&(Ae(),Te(c,1,1,(()=>{c=null})),ze()),e[16]?l?(l.p(e,i),65536&i[0]&&Oe(l,1)):(l=p_(e),l.c(),Oe(l,1),l.m(o.parentNode,o)):l&&(Ae(),Te(l,1,1,(()=>{l=null})),ze()),e[15]?s?(s.p(e,i),32768&i[0]&&Oe(s,1)):(s=b_(e),s.c(),Oe(s,1),s.m(n.parentNode,n)):s&&(Ae(),Te(s,1,1,(()=>{s=null})),ze()),e[14]?f?(f.p(e,i),16384&i[0]&&Oe(f,1)):(f=g_(e),f.c(),Oe(f,1),f.m(a.parentNode,a)):f&&(Ae(),Te(f,1,1,(()=>{f=null})),ze()),e[13]?d?(d.p(e,i),8192&i[0]&&Oe(d,1)):(d=h_(e),d.c(),Oe(d,1),d.m(r.parentNode,r)):d&&(Ae(),Te(d,1,1,(()=>{d=null})),ze())},i(e){i||(Oe(c),Oe(l),Oe(s),Oe(f),Oe(d),i=!0)},o(e){Te(c),Te(l),Te(s),Te(f),Te(d),i=!1},d(e){c&&c.d(e),e&&K(t),l&&l.d(e),e&&K(o),s&&s.d(e),e&&K(n),f&&f.d(e),e&&K(a),d&&d.d(e),e&&K(r)}}}function y_(e){let t,o;return t=new l_({props:{$$slots:{default:[x_]},$$scope:{ctx:e}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};6144&o[0]|2097152&o[1]&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function v_(e){let t,o;return t=new Lu({props:{small:!0,onClick:e[23],icon:"fa-solid fa-copy",title:"Copy Styles"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function __(e){let t,o;return t=new Lu({props:{small:!0,onClick:e[24],icon:"fa-solid fa-paste",title:"Paste Styles"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function x_(e){let t,o,n,a=e[12]&&v_(e),r=e[11]&&__(e);return{c(){a&&a.c(),t=Q(),r&&r.c(),o=ee()},m(e,i){a&&a.m(e,i),X(e,t,i),r&&r.m(e,i),X(e,o,i),n=!0},p(e,n){e[12]?a?(a.p(e,n),4096&n[0]&&Oe(a,1)):(a=v_(e),a.c(),Oe(a,1),a.m(t.parentNode,t)):a&&(Ae(),Te(a,1,1,(()=>{a=null})),ze()),e[11]?r?(r.p(e,n),2048&n[0]&&Oe(r,1)):(r=__(e),r.c(),Oe(r,1),r.m(o.parentNode,o)):r&&(Ae(),Te(r,1,1,(()=>{r=null})),ze())},i(e){n||(Oe(a),Oe(r),n=!0)},o(e){Te(a),Te(r),n=!1},d(e){a&&a.d(e),e&&K(t),r&&r.d(e),e&&K(o)}}}function w_(e){let t,o;return t=new l_({props:{$$slots:{default:[L_]},$$scope:{ctx:e}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};2016&o[0]|2097152&o[1]&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function k_(e){let t,o;return t=new Lu({props:{small:!0,onClick:e[25],icon:"fa-solid fa-copy",title:"Copy Tooltip Styles"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function C_(e){let t,o;return t=new Lu({props:{small:!0,onClick:e[26],icon:"fa-solid fa-copy",title:"Copy Tooltip Content"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function $_(e){let t,o;return t=new Lu({props:{small:!0,onClick:e[27],icon:"fa-solid fa-paste",title:"Paste Tooltip Styles"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function M_(e){let t,o;return t=new Lu({props:{small:!0,onClick:e[28],icon:"fa-solid fa-paste",title:"Paste Tooltip Content"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function F_(e){let t,o;return t=new Lu({props:{small:!0,onClick:e[29],icon:"fa-solid fa-eye",title:"Show Tooltip"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function D_(e){let t,o;return t=new Lu({props:{small:!0,onClick:e[30],icon:"fa-solid fa-eye-slash",title:"Hide Tooltip"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function L_(e){let t,o,n,a,r,i,c,l=e[10]&&k_(e),s=e[9]&&C_(e),f=e[8]&&$_(e),d=e[7]&&M_(e),u=e[6]&&F_(e),p=e[5]&&D_(e);return{c(){l&&l.c(),t=Q(),s&&s.c(),o=Q(),f&&f.c(),n=Q(),d&&d.c(),a=Q(),u&&u.c(),r=Q(),p&&p.c(),i=ee()},m(e,b){l&&l.m(e,b),X(e,t,b),s&&s.m(e,b),X(e,o,b),f&&f.m(e,b),X(e,n,b),d&&d.m(e,b),X(e,a,b),u&&u.m(e,b),X(e,r,b),p&&p.m(e,b),X(e,i,b),c=!0},p(e,c){e[10]?l?(l.p(e,c),1024&c[0]&&Oe(l,1)):(l=k_(e),l.c(),Oe(l,1),l.m(t.parentNode,t)):l&&(Ae(),Te(l,1,1,(()=>{l=null})),ze()),e[9]?s?(s.p(e,c),512&c[0]&&Oe(s,1)):(s=C_(e),s.c(),Oe(s,1),s.m(o.parentNode,o)):s&&(Ae(),Te(s,1,1,(()=>{s=null})),ze()),e[8]?f?(f.p(e,c),256&c[0]&&Oe(f,1)):(f=$_(e),f.c(),Oe(f,1),f.m(n.parentNode,n)):f&&(Ae(),Te(f,1,1,(()=>{f=null})),ze()),e[7]?d?(d.p(e,c),128&c[0]&&Oe(d,1)):(d=M_(e),d.c(),Oe(d,1),d.m(a.parentNode,a)):d&&(Ae(),Te(d,1,1,(()=>{d=null})),ze()),e[6]?u?(u.p(e,c),64&c[0]&&Oe(u,1)):(u=F_(e),u.c(),Oe(u,1),u.m(r.parentNode,r)):u&&(Ae(),Te(u,1,1,(()=>{u=null})),ze()),e[5]?p?(p.p(e,c),32&c[0]&&Oe(p,1)):(p=D_(e),p.c(),Oe(p,1),p.m(i.parentNode,i)):p&&(Ae(),Te(p,1,1,(()=>{p=null})),ze())},i(e){c||(Oe(l),Oe(s),Oe(f),Oe(d),Oe(u),Oe(p),c=!0)},o(e){Te(l),Te(s),Te(f),Te(d),Te(u),Te(p),c=!1},d(e){l&&l.d(e),e&&K(t),s&&s.d(e),e&&K(o),f&&f.d(e),e&&K(n),d&&d.d(e),e&&K(a),u&&u.d(e),e&&K(r),p&&p.d(e),e&&K(i)}}}function B_(e){let t,o;return t=new l_({props:{$$slots:{default:[E_]},$$scope:{ctx:e}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};16&o[0]|2097152&o[1]&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function j_(e){let t,o;return t=new Lu({props:{small:!0,onClick:e[31],icon:"fa-solid fa-trash",title:"Delete"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function E_(e){let t,o,n=e[4]&&j_(e);return{c(){n&&n.c(),t=ee()},m(e,a){n&&n.m(e,a),X(e,t,a),o=!0},p(e,o){e[4]?n?(n.p(e,o),16&o[0]&&Oe(n,1)):(n=j_(e),n.c(),Oe(n,1),n.m(t.parentNode,t)):n&&(Ae(),Te(n,1,1,(()=>{n=null})),ze())},i(e){o||(Oe(n),o=!0)},o(e){Te(n),o=!1},d(e){n&&n.d(e),e&&K(t)}}}function S_(e){let t,o;return t=new l_({props:{$$slots:{default:[z_]},$$scope:{ctx:e}}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};12&o[0]|2097152&o[1]&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function I_(e){let t,o;return t=new Lu({props:{small:!0,onClick:e[32],icon:"fa-solid fa-magnifying-glass-plus",title:"Zoom In"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function A_(e){let t,o;return t=new Lu({props:{small:!0,onClick:e[33],icon:"fa-solid fa-magnifying-glass-minus",title:"Zoom Out"}}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p:h,i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function z_(e){let t,o,n,a=e[3]&&I_(e),r=e[2]&&A_(e);return{c(){a&&a.c(),t=Q(),r&&r.c(),o=ee()},m(e,i){a&&a.m(e,i),X(e,t,i),r&&r.m(e,i),X(e,o,i),n=!0},p(e,n){e[3]?a?(a.p(e,n),8&n[0]&&Oe(a,1)):(a=I_(e),a.c(),Oe(a,1),a.m(t.parentNode,t)):a&&(Ae(),Te(a,1,1,(()=>{a=null})),ze()),e[2]?r?(r.p(e,n),4&n[0]&&Oe(r,1)):(r=A_(e),r.c(),Oe(r,1),r.m(o.parentNode,o)):r&&(Ae(),Te(r,1,1,(()=>{r=null})),ze())},i(e){n||(Oe(a),Oe(r),n=!0)},o(e){Te(a),Te(r),n=!1},d(e){a&&a.d(e),e&&K(t),r&&r.d(e),e&&K(o)}}}function O_(e){let t,o,n,a,r,i,c,l=e[1]&&s_(e),s=(e[17]||e[16]||e[15]||e[14]||e[13])&&d_(e),f=(e[12]||e[11])&&y_(e),d=(e[10]||e[9]||e[8]||e[7]||e[6]||e[5])&&w_(e),u=e[4]&&B_(e),p=(e[3]||e[2])&&S_(e);return{c(){l&&l.c(),t=Q(),s&&s.c(),o=Q(),f&&f.c(),n=Q(),d&&d.c(),a=Q(),u&&u.c(),r=Q(),p&&p.c(),i=ee()},m(e,b){l&&l.m(e,b),X(e,t,b),s&&s.m(e,b),X(e,o,b),f&&f.m(e,b),X(e,n,b),d&&d.m(e,b),X(e,a,b),u&&u.m(e,b),X(e,r,b),p&&p.m(e,b),X(e,i,b),c=!0},p(e,c){e[1]?l?(l.p(e,c),2&c[0]&&Oe(l,1)):(l=s_(e),l.c(),Oe(l,1),l.m(t.parentNode,t)):l&&(Ae(),Te(l,1,1,(()=>{l=null})),ze()),e[17]||e[16]||e[15]||e[14]||e[13]?s?(s.p(e,c),253952&c[0]&&Oe(s,1)):(s=d_(e),s.c(),Oe(s,1),s.m(o.parentNode,o)):s&&(Ae(),Te(s,1,1,(()=>{s=null})),ze()),e[12]||e[11]?f?(f.p(e,c),6144&c[0]&&Oe(f,1)):(f=y_(e),f.c(),Oe(f,1),f.m(n.parentNode,n)):f&&(Ae(),Te(f,1,1,(()=>{f=null})),ze()),e[10]||e[9]||e[8]||e[7]||e[6]||e[5]?d?(d.p(e,c),2016&c[0]&&Oe(d,1)):(d=w_(e),d.c(),Oe(d,1),d.m(a.parentNode,a)):d&&(Ae(),Te(d,1,1,(()=>{d=null})),ze()),e[4]?u?(u.p(e,c),16&c[0]&&Oe(u,1)):(u=B_(e),u.c(),Oe(u,1),u.m(r.parentNode,r)):u&&(Ae(),Te(u,1,1,(()=>{u=null})),ze()),e[3]||e[2]?p?(p.p(e,c),12&c[0]&&Oe(p,1)):(p=S_(e),p.c(),Oe(p,1),p.m(i.parentNode,i)):p&&(Ae(),Te(p,1,1,(()=>{p=null})),ze())},i(e){c||(Oe(l),Oe(s),Oe(f),Oe(d),Oe(u),Oe(p),c=!0)},o(e){Te(l),Te(s),Te(f),Te(d),Te(u),Te(p),c=!1},d(e){l&&l.d(e),e&&K(t),s&&s.d(e),e&&K(o),f&&f.d(e),e&&K(n),d&&d.d(e),e&&K(a),u&&u.d(e),e&&K(r),p&&p.d(e),e&&K(i)}}}function T_(e){let t,o;return t=new iu({props:{name:"context menu",$$slots:{default:[O_]},$$scope:{ctx:e}}}),e[43](t),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,o){const n={};262142&o[0]|2097152&o[1]&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(o){e[43](null),Xe(t,o)}}}function N_(e,t,o){let n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v,_,x,w,k,C,$,M;F(e,Eo,(e=>o(36,v=e))),F(e,Io,(e=>o(37,_=e))),F(e,Ao,(e=>o(38,x=e))),F(e,No,(e=>o(39,w=e))),F(e,Ho,(e=>o(40,k=e))),F(e,Po,(e=>o(41,C=e))),F(e,Ro,(e=>o(42,$=e)));let D=!1,L=!1,B={x:0,y:0},j=!1,E=null;function I(e){if(B={x:e.pageX,y:e.pageY},o(35,D=!1),L=!1,o(1,j=!1),e.target.closest("[data-object-list-item-id")){let t=e.target.closest("[data-object-list-item-id").dataset.objectListItemId;return v.includes(t)||Ji.setSelection([t]),M.show(e.pageX,e.pageY),L=!0,e.preventDefault(),!1}if("point"===e.target.dataset.selectionControlType)return M.show(e.pageX,e.pageY),o(1,j=!0),E=e.target.dataset.pointIndex,e.preventDefault(),!1;if(e.target.closest("#selection"))return M.show(e.pageX,e.pageY),o(35,D=!0),e.preventDefault(),!1;if(e.target.dataset.canvasObjectId||e.target.closest("[data-canvas-object-id")){let t=e.target.dataset.canvasObjectId||e.target.closest("[data-canvas-object-id")?.dataset.canvasObjectId;return v.includes(t)||Ji.setSelection([t]),M.show(e.pageX,e.pageY),o(35,D=!0),e.preventDefault(),!1}return e.target.dataset.objectType===eo||e.target.closest("[data-object-type]")?.dataset.objectType===eo?(Ji.setSelection([]),M.toggle(e.pageX,e.pageY),o(35,D=!0),e.preventDefault(),!1):e.target.dataset.uiObjectType===no||e.target.closest("[data-ui-object-type]")?.dataset.uiObjectType===no?(Ji.setSelection([]),w.type===ao?M.show(e.pageX,e.pageY):M.hide(),L=!0,e.preventDefault(),!1):void M.hide()}function A(e){if(e.id=Ha(),e.type===Jt||e.type===Zt)for(let t of e.children)A(t)}function z(e,t){for(let o of e)o.type===Jt?z(o.children,t):(o.x+=t.x,o.y+=t.y)}return be((()=>{document.addEventListener("contextmenu",I)})),he((()=>{document.removeEventListener("contextmenu",I)})),e.$$.update=()=>{32&e.$$.dirty[1]&&o(17,n=v.length>0),256&e.$$.dirty[1]&&o(16,a=w.type===ao),32&e.$$.dirty[1]&&o(15,r=v.length>1),96&e.$$.dirty[1]&&o(14,i=v.length>0&&v.filter((e=>_.includes(e))).length>0),96&e.$$.dirty[1]&&o(13,c=v.length>0&&v.filter((e=>!_.includes(e))).length>0),32&e.$$.dirty[1]&&o(12,l=1===v.length),288&e.$$.dirty[1]&&o(11,s=v.length>0&&w.type===ro),32&e.$$.dirty[1]&&o(10,f=1===v.length),32&e.$$.dirty[1]&&o(9,d=1===v.length),288&e.$$.dirty[1]&&o(8,u=v.length>0&&w.type===io),288&e.$$.dirty[1]&&o(7,p=v.length>0&&w.type===co),160&e.$$.dirty[1]&&o(6,b=v.length>0&&v.filter((e=>x.includes(e))).length>0),160&e.$$.dirty[1]&&o(5,g=v.length>0&&v.filter((e=>!x.includes(e))).length>0),48&e.$$.dirty[1]&&o(4,h=!!(v.length>0&&D)),3088&e.$$.dirty[1]&&o(3,m=!!(C<$&&D)),1552&e.$$.dirty[1]&&o(2,y=!!(C>k&&D))},[M,j,y,m,h,g,b,p,u,d,f,s,l,c,i,r,a,n,function(){let e=[];for(let t of v)e.push(Gi.getObject(t));S(No,w={type:ao,value:e},w)},function(){if(w.type!==ao)return;let e=[];for(let t of w.value){let o=structuredClone(t);A(o),e.push(o)}if(D){let t=document.querySelector(`[data-object-type="${eo}"]`).getBoundingClientRect(),o=Ga(w.value,t),n={x:(B.x-t.x)/t.width*100,y:(B.y-t.y)/t.height*100},a={x:n.x-o.x,y:n.y-o.y};z(e,a),Ji.insertObjects({objects:e})}if(L)if(Gi.getObject(w.value[0].id).type===Zt)Ji.insertObjects({objects:e,parentId:null,index:Gi.getArtboards().length});else if(1===v.length&&Gi.getObject(v[0]).type===Jt)Ji.insertObjects({objects:e,parentId:v[0]});else if(1===v.length)Gi.getParent(v[0],((t,o)=>{Ji.insertObjects({objects:e,parentId:t.id,index:o})}));else{let t=Gi.getArtboards(),o=t[t.length-1].id;Ji.insertObjects({objects:e,parentId:o})}},function(){S(Io,_=_.filter((e=>!v.includes(e))),_)},function(){for(let e of v)_.includes(e)||_.push(e);Io.set(_)},function(){let e=new Event(et);document.dispatchEvent(e)},function(){let e=Gi.getObject(v[0]);S(No,w={type:ro,value:{default_style:e.default_style,mouseover_style:e.mouseover_style}},w)},function(){if(w.type!==ro)return;let e={};for(let t of v)e[t]={default_style:Ra({},w.value.default_style),mouseover_style:Ra({},w.value.mouseover_style)};Ji.setObjectValues(e)},function(){let e=Gi.getObject(v[0]);S(No,w={type:io,value:{tooltip_style:e.tooltip_style}},w)},function(){let e=Gi.getObject(v[0]);S(No,w={type:co,value:{tooltip_content:e.tooltip_content}},w)},function(){if(w.type!==io)return;let e={};for(let t of v)e[t]={tooltip_style:w.value.tooltip_style};Ji.setObjectValues(e)},function(){if(w.type!==co)return;let e={};for(let t of v)e[t]={tooltip_content:w.value.tooltip_content};Ji.setObjectValues(e)},function(){for(let e of v)x.includes(e)&&S(Ao,x=x.filter((t=>t!==e)),x)},function(){for(let e of v)x.includes(e)||x.push(e);Io.set(_)},function(){if(0===v.length)return;let e=new Event(tt);document.dispatchEvent(e)},function(){let e=new Event(Ct);e.detail={...B},document.dispatchEvent(e)},function(){let e=new Event($t);e.detail={...B},document.dispatchEvent(e)},function(){console.log(E);let e={};for(let t of v)e[t]={points:Gi.getObject(t).points.filter(((e,t)=>t!==parseInt(E)))};Ji.setObjectValues(e)},D,v,_,x,w,k,C,$,function(e){_e[e?"unshift":"push"]((()=>{M=e,o(0,M)}))}]}const P_=class extends Ge{constructor(e){super(),Ke(this,e,N_,T_,k,{},null,[-1,-1])}};function H_(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v,_,w,k,C,$,M,F,D;function L(t){e[18](t)}let B={type:"text",placeholder:"Email",hasError:!e[5]};function j(t){e[19](t)}void 0!==e[3]&&(B.value=e[3]),t=new ys({props:B}),_e.push((()=>We(t,"value",L)));let E={type:"textarea",placeholder:"What happened?",hasError:!e[6]};return void 0!==e[4]&&(E.value=e[4]),a=new ys({props:E}),_e.push((()=>We(a,"value",j))),{c(){Ye(t.$$.fragment),n=Q(),Ye(a.$$.fragment),i=Q(),c=G("div"),l=G("p"),l.textContent="Your image map:",s=Q(),f=G("div"),d=G("p"),u=J(e[1]),p=Q(),b=G("div"),h=Q(),m=G("p"),m.textContent="Performed action:",y=Q(),v=G("div"),_=G("p"),w=J(e[2]),k=Q(),C=G("div"),oe(l,"class","my-2 text-xs opacity-50"),oe(d,"class","p-2 bg-theme-400 bg-opacity-10 rounded-md w-full overflow-hidden whitespace-nowrap text-ellipsis font-mono text-xs text-theme-400 select-none"),oe(b,"class",g="btn fa-solid "+e[13]+" flex items-center justify-center w-[22px] h-[22px] right-[5px] top-[5px] absolute rounded shadow-md"),oe(f,"class","relative"),oe(m,"class","mt-4 mb-2 text-xs opacity-50"),oe(_,"class","p-2 bg-theme-400 bg-opacity-10 rounded-md w-full overflow-hidden whitespace-nowrap text-ellipsis font-mono text-xs text-theme-400 select-none"),oe(C,"class",$="btn fa-solid "+e[14]+" flex items-center justify-center w-[22px] h-[22px] right-[5px] top-[5px] absolute rounded shadow-md"),oe(v,"class","relative"),oe(c,"class","p-1 mt-4")},m(o,r){Ve(t,o,r),X(o,n,r),Ve(a,o,r),X(o,i,r),X(o,c,r),Z(c,l),Z(c,s),Z(c,f),Z(f,d),Z(d,u),Z(f,p),Z(f,b),Z(c,h),Z(c,m),Z(c,y),Z(c,v),Z(v,_),Z(_,w),Z(v,k),Z(v,C),M=!0,F||(D=[te(b,"click",e[16]),te(b,"keypress",e[16]),te(C,"click",e[17]),te(C,"keypress",e[17])],F=!0)},p(e,n){const i={};32&n&&(i.hasError=!e[5]),!o&&8&n&&(o=!0,i.value=e[3],Me((()=>o=!1))),t.$set(i);const c={};64&n&&(c.hasError=!e[6]),!r&&16&n&&(r=!0,c.value=e[4],Me((()=>r=!1))),a.$set(c),(!M||2&n)&&ne(u,e[1]),(!M||8192&n&&g!==(g="btn fa-solid "+e[13]+" flex items-center justify-center w-[22px] h-[22px] right-[5px] top-[5px] absolute rounded shadow-md"))&&oe(b,"class",g),(!M||4&n)&&ne(w,e[2]),(!M||16384&n&&$!==($="btn fa-solid "+e[14]+" flex items-center justify-center w-[22px] h-[22px] right-[5px] top-[5px] absolute rounded shadow-md"))&&oe(C,"class",$)},i(e){M||(Oe(t.$$.fragment,e),Oe(a.$$.fragment,e),M=!0)},o(e){Te(t.$$.fragment,e),Te(a.$$.fragment,e),M=!1},d(e){Xe(t,e),e&&K(n),Xe(a,e),e&&K(i),e&&K(c),F=!1,x(D)}}}function R_(e){let t;return{c(){t=G("p"),t.textContent="This is awkward. There was an error submitting the bug report :(",oe(t,"class","m-1 p-4 mt-4 text-xs leading-5 bg-danger-500 bg-opacity-10")},m(e,o){X(e,t,o)},d(e){e&&K(t)}}}function q_(e){let t,o,n,a,r,i,c,l,s,f,d;return{c(){t=G("p"),o=J("Thank you for helping us improve Image Map Pro!"),n=G("br"),a=G("br"),r=J("\n To view your bug report and chat with us:"),i=G("br"),c=Q(),l=G("a"),s=G("div"),f=Q(),d=J(e[12]),oe(s,"class","fa-solid fa-up-right-from-square"),oe(l,"href",e[12]),oe(l,"target","_blank"),oe(l,"rel","noreferrer"),oe(t,"class","p-1 text-xs leading-5")},m(e,u){X(e,t,u),Z(t,o),Z(t,n),Z(t,a),Z(t,r),Z(t,i),Z(t,c),Z(t,l),Z(l,s),Z(l,f),Z(l,d)},p(e,t){4096&t&&ne(d,e[12]),4096&t&&oe(l,"href",e[12])},d(e){e&&K(t)}}}function Z_(e){let t,o,n,a,r,i=e[8]&&H_(e),c=e[7]&&R_(),l=e[9]&&q_(e);return{c(){t=G("div"),i&&i.c(),o=Q(),c&&c.c(),n=Q(),l&&l.c(),oe(t,"class",a="p-3 "+(e[10]?"opacity-50 pointer-events-none":""))},m(e,a){X(e,t,a),i&&i.m(t,null),Z(t,o),c&&c.m(t,null),Z(t,n),l&&l.m(t,null),r=!0},p(e,s){e[8]?i?(i.p(e,s),256&s&&Oe(i,1)):(i=H_(e),i.c(),Oe(i,1),i.m(t,o)):i&&(Ae(),Te(i,1,1,(()=>{i=null})),ze()),e[7]?c||(c=R_(),c.c(),c.m(t,n)):c&&(c.d(1),c=null),e[9]?l?l.p(e,s):(l=q_(e),l.c(),l.m(t,null)):l&&(l.d(1),l=null),(!r||1024&s&&a!==(a="p-3 "+(e[10]?"opacity-50 pointer-events-none":"")))&&oe(t,"class",a)},i(e){r||(Oe(i),r=!0)},o(e){Te(i),r=!1},d(e){e&&K(t),i&&i.d(),c&&c.d(),l&&l.d()}}}function U_(e){let t,o,n={onConfirm:e[15],cancelButton:"Close",primaryButton:e[11],title:"Report Bug",width:"520",$$slots:{default:[Z_]},$$scope:{ctx:e}};return t=new My({props:n}),e[20](t),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,[o]){const n={};2048&o&&(n.primaryButton=e[11]),67139582&o&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(o){e[20](null),Xe(t,o)}}}const W_="STATE_SUBMITTING",Y_="STATE_ERROR",V_="STATE_SUCCESS";function X_(e,t,o){let n,a,r,i,c,l,s="",f="",d="",u="I encountered a bug",p=!0,b=!0,g="Submit",h="fa-copy",m="fa-copy";function y(e){o(1,s=JSON.stringify(Qc(Gi.getSettings()))),o(2,f=JSON.stringify(e.detail.action)),n.show(),setTimeout((()=>{v("STATE_DEFAULT")}),100)}function v(e){o(8,r=!0),o(7,a=!1),o(9,i=!1),o(11,g="Submit"),o(10,c=!1),document.querySelector(`[data-id="${n.getId()}"] .btn-primary`).classList.remove("pointer-events-none","opacity-50"),e===W_&&(o(10,c=!0),document.querySelector(`[data-id="${n.getId()}"] .btn-primary`).classList.add("pointer-events-none","opacity-50"),o(11,g="Submitting...")),e===Y_&&o(7,a=!0),e===V_&&(o(8,r=!1),o(9,i=!0),o(11,g=!1))}return be((()=>{document.addEventListener(Ft,y)})),he((()=>{document.removeEventListener(Ft,y)})),[n,s,f,d,u,p,b,a,r,i,c,g,l,h,m,function(){o(5,p=!!d.toLowerCase().match(/^(([^<>()[\]\.,;:\s@\"]+(\.[^<>()[\]\.,;:\s@\"]+)*)|(\".+\"))@(([^<>()[\]\.,;:\s@\"]+\.)+[^<>()[\]\.,;:\s@\"]{2,})$/i)),o(6,b=u.length>2),p&&b&&(v(W_),fetch("https://bugs.imagemappro.com/submit",{method:"post",headers:{"Content-Type":"application/json"},body:JSON.stringify({map:s,action:f,email:d,message:u})}).then((e=>{if(200===e.status)return e.json();v(Y_)})).then((e=>{e&&e.url?(o(12,l=e.url),v(V_)):v(Y_)})).catch((e=>{v(Y_),console.log(e)})))},function(){const e="text/plain",t=new Blob([s],{type:e}),n=[new ClipboardItem({[e]:t})];navigator.clipboard.write(n).then((()=>{o(14,m="fa-copy"),o(13,h="fa-check")}),(()=>{}))},function(){const e="text/plain",t=new Blob([f],{type:e}),n=[new ClipboardItem({[e]:t})];navigator.clipboard.write(n).then((()=>{o(13,h="fa-copy"),o(14,m="fa-check")}),(()=>{}))},function(e){d=e,o(3,d)},function(e){u=e,o(4,u)},function(e){_e[e?"unshift":"push"]((()=>{n=e,o(0,n)}))}]}const K_=class extends Ge{constructor(e){super(),Ke(this,e,X_,U_,k,{})}};function G_(e){let t,o,n,a;function r(t){e[3](t)}let i={type:"textarea",label:"Action JSON"};return void 0!==e[1]&&(i.value=e[1]),o=new ys({props:i}),_e.push((()=>We(o,"value",r))),{c(){t=G("div"),Ye(o.$$.fragment),oe(t,"class","p-3")},m(e,n){X(e,t,n),Ve(o,t,null),a=!0},p(e,t){const a={};!n&&2&t&&(n=!0,a.value=e[1],Me((()=>n=!1))),o.$set(a)},i(e){a||(Oe(o.$$.fragment,e),a=!0)},o(e){Te(o.$$.fragment,e),a=!1},d(e){e&&K(t),Xe(o)}}}function J_(e){let t,o,n={primaryButton:"Execute",cancelButton:"Close",onConfirm:e[2],title:"Execute Action",$$slots:{default:[G_]},$$scope:{ctx:e}};return t=new My({props:n}),e[4](t),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,[o]){const n={};258&o&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(o){e[4](null),Xe(t,o)}}}function Q_(e,t,o){let n,a;function r(){n.show()}return be((()=>{document.addEventListener(Dt,r)})),he((()=>{document.removeEventListener(Dt,r)})),[n,a,function(){let e=JSON.parse(a);return console.log(e),Ki.dispatch(e),!0},function(e){a=e,o(1,a)},function(e){_e[e?"unshift":"push"]((()=>{n=e,o(0,n)}))}]}const ex=class extends Ge{constructor(e){super(),Ke(this,e,Q_,J_,k,{})}};var tx=[{name:"Real Estate",value:{id:"765377b2-8f32-424a-a86a-97144cb74df1",general:{name:"Real Estate"},fullscreen:{enable_fullscreen_mode:!0},tooltips:{tooltip_animation:"grow"},zooming:{enable_zooming:!0,enable_navigator:!1},object_list:{enable_object_list:!0,menu_style:"on-top",menu_position:"right",enable_search:!1,show_only_objects_from_active_artboard:!0},artboards:[{title:"Overview",background_type:"image",image_url:"https://dfpyxk7hlnlki.cloudfront.net/v6-demos/v6-real-estate-4.jpg",width:1365,height:768,use_image_size:!0,children:[{id:"d3ff6711-d096-4d08-a6fe-3c8f6ce06a60",title:"Ninth Floor",type:"poly",x:20.236919249370423,y:6.456224123636882,width:43.6996336996337,height:19.010416666666664,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_style:{background_color:"#0d0d0d",position:"left"},tooltip_content:[{type:"Heading",text:"Ninth Floor",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:"0",left:10,right:10}},id:"5c062ed6-1ef4-4f6d-a879-ff2c2dba01ed"},{type:"Paragraph",text:"2 Units",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:14,lineHeight:22,color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:"0",left:10,right:10}},id:"792340e1-3a68-44db-997a-fb8af75ecb88"},{type:"Paragraph",text:"Click to view floor plan",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:14,lineHeight:22,color:"#919191",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:"0",bottom:"0",left:10,right:10}},id:"92a674ad-6fb2-4fe4-a5fe-04db511acec2"}],actions:{click:"change-artboard",artboard:"978dddc0-5920-4843-97bd-d8334962f345"},x_image_background:20.236919249370423,y_image_background:6.456224123636882,points:[{x:100,y:46.4041095890411},{x:90.69572506286673,y:23.458904109589046},{x:85.4149203688181,y:10.273972602739722},{x:81.89438390611903,y:4.965753424657537},{x:77.57753562447611,y:1.883561643835618},{x:72.50628667225482,y:0},{x:68.27326068734284,y:.3424657534246591},{x:61.441743503772,y:2.910958904109591},{x:51.17351215423302,y:9.931506849315069},{x:25.230511316010055,y:28.5958904109589},{x:14.878457669740156,y:36.986301369863014},{x:10.01676445934619,y:41.095890410958894},{x:5.6999161777032645,y:45.71917808219177},{x:2.8499580888516323,y:49.143835616438345},{x:.670578373847441,y:53.93835616438355},{x:.1257334450963952,y:57.191780821917796},{x:.09662722516993669,y:67.10151837108093},{x:1.214648413002644,y:71.55377947712316},{x:4.180566353401986,y:77.54648425743954},{x:2.857755636314494,y:79.05827710233979},{x:1.6018947435359445,y:81.1212183532551},{x:.5958450628521201,y:83.19128073875635},{x:.04312622585972563,y:85.4192325983463},{x:0,y:100},{x:1.0896898575020917,y:96.57534246575342},{x:2.556580050293377,y:94.52054794520546},{x:4.442581726739313,y:91.95205479452055},{x:10.477787091366299,y:85.95890410958904},{x:20.033528918692372,y:78.76712328767124},{x:27.74518021793797,y:73.8013698630137},{x:39.689857502095556,y:65.75342465753423},{x:50.167644593461866,y:59.76027397260274},{x:61.06454316848282,y:53.082191780821915},{x:61.90276613579212,y:53.082191780821915},{x:65.1718357082984,y:51.88356164383562},{x:67.72841575859178,y:51.1986301369863},{x:69.94970662196144,y:50.68493150684931},{x:72.46437552388934,y:50.513698630136986},{x:74.72757753562448,y:50.68493150684931},{x:76.86504610226322,y:51.71232876712328},{x:79.54735959765299,y:53.25342465753424},{x:81.43336127409891,y:54.62328767123288},{x:83.36127409891031,y:56.33561643835616},{x:84.57669740150881,y:58.04794520547946},{x:85.62447611064543,y:59.76027397260274},{x:100,y:90.75342465753424}]},{id:"97b958a8-0973-418b-adfb-347df0e8d9d8",title:"Eighth Floor",type:"poly",x:20.236919249370423,y:16.02653662363688,width:43.717948717948715,height:16.536458333333336,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_style:{background_color:"#0d0d0d",position:"left"},tooltip_content:[{type:"Heading",text:"Eighth Floor",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:"0",left:10,right:10}},id:"5c062ed6-1ef4-4f6d-a879-ff2c2dba01ed"},{type:"Paragraph",text:"2 Units",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:14,lineHeight:22,color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:"0",left:10,right:10}},id:"792340e1-3a68-44db-997a-fb8af75ecb88"},{type:"Paragraph",text:"Click to view floor plan",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:14,lineHeight:22,color:"#919191",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:"0",bottom:"0",left:10,right:10}},id:"92a674ad-6fb2-4fe4-a5fe-04db511acec2"}],actions:{click:"change-artboard",artboard:"e5115406-906a-4eb6-a641-092f36c011c7"},x_image_background:20.236919249370423,y_image_background:16.02653662363688,points:[{x:99.95810640971932,y:46.062992125984245},{x:88.22790113112694,y:17.322834645669303},{x:86.63594470046083,y:13.58267716535433},{x:85.21156263091746,y:10.236220472440936},{x:83.32635106828654,y:7.283464566929125},{x:81.23167155425219,y:4.921259842519677},{x:79.17888563049853,y:2.9527559055118107},{x:77.16799329702555,y:1.1811023622047243},{x:75.15710096355257,y:.1968503937007802},{x:73.3975701717637,y:0},{x:71.30289065772938,y:0},{x:68.20276497695853,y:.39370078740158193},{x:61.625471302890645,y:2.9527559055118107},{x:57.05906996229576,y:6.889763779527565},{x:37.99748638458316,y:19.48818897637795},{x:29.61876832844575,y:25.787401574803155},{x:21.407624633431084,y:32.086614173228355},{x:12.777545035609547,y:39.56692913385827},{x:8.797653958944283,y:43.30708661417324},{x:4.6082949308755765,y:47.44094488188978},{x:2.1784666945957274,y:51.181102362204726},{x:1.2987012987013022,y:53.14960629921259},{x:.4189359028068691,y:55.31496062992126},{x:.08378718056137381,y:58.46456692913385},{x:0,y:61.22047244094488},{x:.46082949308755594,y:62.96733946312132},{x:1.9349735858507415,y:67.09973238981587},{x:3.5035805317142366,y:70.63620593209734},{x:4.614416707632468,y:72.79560051815936},{x:3.7705297596459215,y:74.37047792537936},{x:2.68160410296946,y:76.36556195512794},{x:1.645258642112719,y:77.94353016586746},{x:.7513340321204037,y:79.70254691810344},{x:.1248472292743424,y:81.86494848617113},{x:0,y:100},{x:.4189359028068691,y:96.85039370078734},{x:1.46627565982405,y:95.0787401574803},{x:2.9325513196480917,y:92.32283464566929},{x:6.493506493506496,y:88.38582677165354},{x:10.515291160452454,y:84.64566929133859},{x:16.170925848345203,y:80.11811023622049},{x:23.963133640552993,y:74.60629921259843},{x:35.986594051110174,y:66.92913385826772},{x:57.017176372015065,y:54.52755905511811},{x:61.96062002513616,y:51.77165354330708},{x:64.39044826141601,y:50.59055118110236},{x:66.6108085462924,y:50.19685039370078},{x:69.33389191453708,y:49.80314960629922},{x:72.18265605362379,y:49.80314960629922},{x:74.73816506074571,y:49.80314960629922},{x:77.29367406786761,y:50.59055118110236},{x:79.72350230414747,y:51.77165354330708},{x:81.94386258902388,y:53.54330708661418},{x:83.95475492249687,y:56.1023622047244},{x:85.71428571428571,y:59.64566929133858},{x:100,y:90.748031496063}]},{id:"918d2cb1-95c6-48b8-a4b9-d9464431cf42",title:"Seventh Floor",type:"poly",x:20.27354928600046,y:24.19710954030355,width:43.68131868131868,height:15.201822916666664,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_style:{background_color:"#0d0d0d",position:"left"},tooltip_content:[{type:"Heading",text:"Seventh Floor",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:"0",left:10,right:10}},id:"5c062ed6-1ef4-4f6d-a879-ff2c2dba01ed"},{type:"Paragraph",text:"2 Units",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:14,lineHeight:22,color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:"0",left:10,right:10}},id:"792340e1-3a68-44db-997a-fb8af75ecb88"},{type:"Paragraph",text:"Click to view floor plan",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:14,lineHeight:22,color:"#919191",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:"0",bottom:"0",left:10,right:10}},id:"92a674ad-6fb2-4fe4-a5fe-04db511acec2"}],actions:{click:"change-artboard",artboard:"d1acd2a6-dfbd-4288-8d5e-036df7e2a223"},x_image_background:20.27354928600046,y_image_background:24.19710954030355,points:[{x:100,y:44.967880085653114},{x:85.61844863731656,y:10.920770877944328},{x:83.60587002096436,y:7.280513918629544},{x:81.46750524109014,y:4.068522483940035},{x:79.28721174004194,y:2.5695931477516063},{x:76.9811320754717,y:.8565310492505277},{x:74.67505241090147,y:.4282655246252755},{x:72.03354297693919,y:0},{x:69.39203354297692,y:.21413276231262607},{x:66.41509433962264,y:1.070663811563177},{x:63.8993710691824,y:1.4989293361884293},{x:62.09643605870021,y:2.35546038543898},{x:58.490566037735846,y:4.282655246252685},{x:31.78197064989518,y:21.413276231263378},{x:13.45911949685535,y:36.188436830835116},{x:7.714884696016769,y:41.7558886509636},{x:5.66037735849057,y:43.25481798715203},{x:3.4381551362683402,y:46.252676659528916},{x:1.8029350104821822,y:48.82226980728052},{x:.6708595387840647,y:50.96359743040685},{x:0,y:54.38972162740898},{x:0,y:57.81584582441114},{x:.4612159329140445,y:60.144343570161894},{x:1.3118016639395613,y:62.284355224258384},{x:2.25504047512626,y:64.42230888544168},{x:3.8471210542358176,y:67.63036684539584},{x:3.8376041603444198,y:72.98995823768026},{x:3.0248055945065535,y:74.48017575282675},{x:2.0318966420875424,y:76.40582075762087},{x:1.0713281468874438,y:78.11543645833737},{x:.25292155934139976,y:79.84462650882645},{x:.005659011443301869,y:81.55769152054674},{x:0,y:100},{x:.7547169811320729,y:96.78800856531049},{x:2.1383647798742142,y:94.64668094218418},{x:4.192872117400421,y:91.64882226980728},{x:6.834381551362684,y:89.29336188436832},{x:10.314465408805036,y:85.86723768736616},{x:13.08176100628931,y:84.36830835117776},{x:18.155136268343817,y:80.5139186295503},{x:28.385744234800846,y:73.87580299785868},{x:61.80293501048217,y:53.961456102783735},{x:63.94129979035641,y:53.10492505353318},{x:65.9958071278826,y:52.24839400428263},{x:68.36477987421384,y:51.713062098501084},{x:70.81761006289307,y:51.605995717344776},{x:72.9979035639413,y:51.82012847965738},{x:75.05241090146751,y:52.24839400428263},{x:76.9811320754717,y:52.67665952890793},{x:78.95178197064989,y:53.53319057815848},{x:81.21593291404614,y:55.24625267665954},{x:83.0607966457023,y:57.066381156316936},{x:84.65408805031447,y:59.314775160599595},{x:85.57651991614256,y:61.02783725910065},{x:99.958071278826,y:90.36402569593147}]},{id:"2ddad0e6-1d83-4b9d-9c46-6feeee2827ce",title:"Sixth Floor",type:"poly",x:20.22314609625401,y:31.96883201599121,width:43.73626373626374,height:14.200848340988152,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_style:{background_color:"#0d0d0d",position:"left"},tooltip_content:[{type:"Heading",text:"Sixth Floor",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:"0",left:10,right:10}},id:"5c062ed6-1ef4-4f6d-a879-ff2c2dba01ed"},{type:"Paragraph",text:"2 Units",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:14,lineHeight:22,color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:"0",left:10,right:10}},id:"792340e1-3a68-44db-997a-fb8af75ecb88"},{type:"Paragraph",text:"Click to view floor plan",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:14,lineHeight:22,color:"#919191",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:"0",bottom:"0",left:10,right:10}},id:"92a674ad-6fb2-4fe4-a5fe-04db511acec2"}],actions:{click:"change-artboard",artboard:"21f2a4a8-343b-4224-9e2a-a6f72952c089"},x_image_background:20.22314609625401,y_image_background:31.96883201599121,points:[{x:99.95812650900986,y:41.94841819982063},{x:85.6365184688089,y:10.659024296675735},{x:82.51675297467152,y:5.616045059538811},{x:79.73199585574355,y:3.094555440970374},{x:76.29816000984742,y:1.3753579737646107},{x:72.52931578874188,y:0},{x:70.03769099812214,y:.34383949344115267},{x:66.41541294117069,y:1.031518480323458},{x:61.6834196413382,y:2.9799422764900068},{x:51.214402804222935,y:9.856732145313062},{x:39.13316327323466,y:16.848135178616484},{x:28.01507282097336,y:24.297990869841424},{x:16.834170854271356,y:32.14900662761255},{x:10.17587939698492,y:37.87966485163178},{x:6.574539363484087,y:41.31805978604331},{x:3.8525963149078755,y:44.06877573357252},{x:2.0519262981574546,y:46.13181269421944},{x:.3768844221105514,y:49.34098129967018},{x:0,y:52.3209235761602},{x:.08375209380234476,y:55.75931851057172},{x:.4504850689265907,y:57.565170538088054},{x:1.6424679078635749,y:61.00212797432818},{x:2.964239736819125,y:63.0681024946815},{x:4.112708997173472,y:65.36008795536071},{x:4.093546906449911,y:72.46458091385044},{x:2.8457853929049803,y:74.29350794030069},{x:1.7324466759628236,y:75.91946278802463},{x:.819121571008152,y:77.74212019621677},{x:.045101799180966594,y:80.26478169091962},{x:0,y:100},{x:.5862646566164132,y:97.93696303935313},{x:2.093802345058627,y:95.64469974974543},{x:4.271356783919599,y:93.12321013117695},{x:6.700167504187606,y:90.8309468415693},{x:10.092127303182576,y:88.5386835519616},{x:16.038525963149077,y:84.41260963066776},{x:25.125628140703515,y:79.1404040645701},{x:41.876046901172536,y:69.28367191925705},{x:61.892797319933,y:58.51003445810095},{x:63.735343383584585,y:58.05158180017942},{x:66.08040201005025,y:57.59312914225785},{x:68.5929648241206,y:56.90545015537555},{x:71.14740368509214,y:56.90545015537555},{x:73.82747068676716,y:56.90545015537555},{x:76.465661641541,y:57.13467648433633},{x:78.9363484087102,y:58.05158180017942},{x:80.98827470686766,y:59.42693977394398},{x:82.87269681742042,y:61.03152407666938},{x:84.2964824120603,y:62.406882050433985},{x:85.63651591289782,y:64.92837166900247},{x:100,y:93.12321013117695}]},{id:"59f95cf0-761b-428b-82ac-689dc8b8a28c",title:"Fifth Floor",type:"poly",x:20.21978021978022,y:39.92513020833333,width:43.717948717948715,height:13.248697916666671,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_style:{background_color:"#0d0d0d",position:"left"},tooltip_content:[{type:"Heading",text:"Fifth Floor",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:"0",left:10,right:10}},id:"5c062ed6-1ef4-4f6d-a879-ff2c2dba01ed"},{type:"Paragraph",text:"2 Units",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:14,lineHeight:22,color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:"0",left:10,right:10}},id:"792340e1-3a68-44db-997a-fb8af75ecb88"},{type:"Paragraph",text:"Click to view floor plan",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:14,lineHeight:22,color:"#919191",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:"0",bottom:"0",left:10,right:10}},id:"92a674ad-6fb2-4fe4-a5fe-04db511acec2"}],actions:{click:"change-artboard",artboard:"76eb01ed-c090-4bde-b423-a6b9853779c7"},x_image_background:20.21978021978022,y_image_background:39.92513020833333,points:[{x:100,y:39.55773955773958},{x:85.67239212400503,y:9.582309582309579},{x:83.53581901968998,y:5.896805896805895},{x:80.10054461667366,y:2.702702702702684},{x:76.79095098449937,y:1.2285012285012102},{x:73.4394637620444,y:0},{x:71.21910347716799,y:.24570024570026347},{x:68.16087138667784,y:0},{x:64.85127775450357,y:.9828009828010003},{x:61.79304566401341,y:2.4570024570024738},{x:13.65731043150398,y:31.695331695331685},{x:6.661080854629242,y:37.83783783783784},{x:4.6082949308755765,y:39.55773955773958},{x:2.2622538751571013,y:42.014742014742},{x:1.0892333472978597,y:44.22604422604421},{x:.041893590280686906,y:46.9287469287469},{x:.041893590280686906,y:51.35135135135137},{x:.37375027143312695,y:52.71720937014209},{x:1.7135107541977397,y:56.03423539600569},{x:3.125289418043787,y:58.61489618064187},{x:3.9630496936059343,y:59.95920292472155},{x:3.865707496666509,y:71.74957405753032},{x:3.0174792364899936,y:72.85882858504739},{x:2.0351379594865073,y:74.09330574708764},{x:1.2649453064899225,y:75.328703043709},{x:.563197084274429,y:76.91629880499038},{x:.08725725622859483,y:78.51420539826724},{x:0,y:100},{x:1.2987012987013022,y:96.56019656019652},{x:3.1001256807708395,y:94.10319410319411},{x:5.278592375366567,y:92.13759213759216},{x:8.462505236698787,y:89.9262899262899},{x:13.699204021784666,y:86.977886977887},{x:20.52785923753665,y:83.04668304668306},{x:26.518642647674902,y:79.85257985257984},{x:61.918726434855465,y:62.8992628992629},{x:64.64180980310012,y:61.9164619164619},{x:68.78927524088814,y:61.17936117936116},{x:71.1353162966066,y:61.17936117936116},{x:73.73271889400922,y:60.933660933660946},{x:76.07875994972768,y:61.42506142506142},{x:78.42480100544617,y:61.670761670761685},{x:80.31001256807708,y:62.65356265356263},{x:82.53037285295348,y:64.61916461916462},{x:84.62505236698786,y:66.58476658476657},{x:85.71428571428571,y:68.30466830466831},{x:100,y:93.61179361179364}]},{id:"8b34b306-734e-45f0-8216-88a1b4757bb1",title:"Fourth Floor",type:"poly",x:20.274725274725274,y:47.900390625,width:43.64468864468864,height:12.109375,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_style:{background_color:"#0d0d0d",position:"left"},tooltip_content:[{type:"Heading",text:"Fourth Floor",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:"0",left:10,right:10}},id:"5c062ed6-1ef4-4f6d-a879-ff2c2dba01ed"},{type:"Paragraph",text:"2 Units",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:14,lineHeight:22,color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:"0",left:10,right:10}},id:"792340e1-3a68-44db-997a-fb8af75ecb88"},{type:"Paragraph",text:"Click to view floor plan",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:14,lineHeight:22,color:"#919191",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:"0",bottom:"0",left:10,right:10}},id:"92a674ad-6fb2-4fe4-a5fe-04db511acec2"}],actions:{click:"change-artboard",artboard:"fa602db4-e0aa-4a50-b10f-ae3c1b1225f8"},x_image_background:20.274725274725274,y_image_background:47.900390625,points:[{x:100,y:36.29032258064516},{x:85.69030633655058,y:8.333333333333352},{x:83.80193033990768,y:5.64516129032258},{x:81.15820394460764,y:3.225806451612903},{x:78.80822492656316,y:1.3440860215053567},{x:75.1993285774234,y:.537634408602131},{x:71.71632396139321,y:.537634408602131},{x:69.11456147712967,y:0},{x:65.75744859420898,y:1.0752688172043205},{x:61.81284095677717,y:1.8817204301075463},{x:61.72891313470416,y:2.1505376344085825},{x:18.59001258917331,y:25.537634408602134},{x:9.56777171632396,y:31.720430107526905},{x:6.619806966009231,y:33.46774193548387},{x:3.860679815358794,y:35.75268817204303},{x:2.0981955518254307,y:38.17204301075271},{x:.9651699538396945,y:40.524193548387096},{x:.03147293327737931,y:43.2795698924731},{x:.010490977759129149,y:47.78225806451613},{x:.5341860721005592,y:49.343754229195895},{x:1.3808539148745935,y:50.9566216933216},{x:2.494594246399693,y:52.70329841546651},{x:3.4548961284649766,y:54.316448752627565},{x:3.858017951850137,y:55.127806136129706},{x:3.7609687690946947,y:70.44986944402368},{x:2.862122043318884,y:71.51945169524134},{x:1.8474081437986802,y:73.00809375749053},{x:.9490457920613236,y:74.21104627529442},{x:.045223481413829515,y:76.22942780065756},{x:0,y:100},{x:.7553503986571521,y:97.84946236559135},{x:2.8115820394460744,y:95.96774193548387},{x:5.119597146454048,y:93.54838709677419},{x:9.86151909357952,y:91.39784946236556},{x:15.90432228283676,y:87.63440860215059},{x:61.81284095677717,y:66.93548387096774},{x:61.854804867813684,y:54.03225806451613},{x:100,y:38.17204301075271}]},{id:"99725f86-a4cc-4208-89d9-a61b871eba57",title:"Third Floor",type:"poly",x:20.264945117545217,y:52.28863557179769,width:59.578755696614586,height:14.648437500000007,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_style:{background_color:"#0d0d0d",position:"left"},tooltip_content:[{type:"Heading",text:"Third Floor",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:"0",left:10,right:10}},id:"5c062ed6-1ef4-4f6d-a879-ff2c2dba01ed"},{type:"Paragraph",text:"2 Units",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:14,lineHeight:22,color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:"0",left:10,right:10}},id:"792340e1-3a68-44db-997a-fb8af75ecb88"},{type:"Paragraph",text:"Click to view floor plan",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:14,lineHeight:22,color:"#919191",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:"0",bottom:"0",left:10,right:10}},id:"92a674ad-6fb2-4fe4-a5fe-04db511acec2"}],actions:{click:"change-artboard",artboard:"e611d44e-6468-4aad-aaf5-2d60d47d2f43"},x_image_background:20.264945117545217,y_image_background:52.28863557179769,points:[{x:99.78481402186718,y:91.55555555555553},{x:99.72333231382922,y:32.66666666666665},{x:100,y:31.999999999999986},{x:99.90777743794308,y:29.111111111111132},{x:95.51183531322958,y:17.99999999999999},{x:91.79219197693354,y:9.555555555555568},{x:90.1014450058899,y:5.55555555555557},{x:88.56440230494113,y:3.3333333333333317},{x:86.62772850174566,y:1.7777777777777608},{x:84.04549676415172,y:.22222222222223828},{x:82.6006766252599,y:0},{x:80.69474367608342,y:0},{x:77.8358442523187,y:.22222222222223828},{x:76.36028325940788,y:.44444444444442804},{x:74.51583201826934,y:.6666666666666664},{x:73.1939752954534,y:1.555555555555571},{x:45.28127984622369,y:14.888888888888898},{x:45.28127984622369,y:25.99999999999999},{x:11.804487943286576,y:42.222222222222214},{x:8.668920833351077,y:44.00000000000003},{x:5.594835431453531,y:46.00000000000002},{x:3.934829314428857,y:47.44444444444446},{x:2.320934478432648,y:48.99999999999998},{x:.614817080379513,y:51.00000000000002},{x:0,y:52.88888888888887},{x:0,y:56.000000000000014},{x:.1844451241138521,y:57.27821180555554},{x:.6916885105679932,y:58.05611383975054},{x:1.4366897309621156,y:59.05632980480361},{x:2.2215612549871984,y:59.94509744066606},{x:2.841847474416913,y:60.61389955533733},{x:2.770121575269854,y:77.05387724389013},{x:2.170633668879305,y:77.50242297417664},{x:1.5831436635061524,y:78.0572805876576},{x:.9523048927733886,y:78.8357947318484},{x:.43819735732165477,y:79.61042496666512},{x:.036900308027794274,y:80.83352686460276},{x:0,y:100},{x:.9529664745882418,y:98.44444444444449},{x:2.1518597813282807,y:97.33333333333334},{x:4.165385719571175,y:96},{x:6.993544289316913,y:94.44444444444439},{x:10.989855311783726,y:92.77777777777781},{x:18.075622163157576,y:89.77777777777773},{x:45.28127796995085,y:80.44444444444439},{x:59.69873662857752,y:76.2222222222222},{x:66.03135255648645,y:74.44444444444443},{x:69.27451265548837,y:73.33333333333336},{x:70.94988919952253,y:72.77777777777777},{x:72.53304693404543,y:72.1111111111111},{x:74.83861098546858,y:71.77777777777777},{x:77.14417503689175,y:71.22222222222221},{x:79.35751652625794,y:70.77777777777777},{x:81.20196776739647,y:70.88888888888887},{x:83.2001232786299,y:70.66666666666667},{x:85.24439007089178,y:71.11111111111111},{x:87.25791600913466,y:71.77777777777777},{x:88.79495871008345,y:73.00000000000001},{x:90.03996329785197,y:74.88888888888891}]},{id:"a3bf8fae-fbf9-49c9-85df-7091065c2ca1",title:"Second Floor",type:"poly",x:20.284517728365383,y:62.63298988342285,width:59.42307692307692,height:11.197916666666657,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_style:{background_color:"#0d0d0d",position:"left"},tooltip_content:[{type:"Heading",text:"Second Floor",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:"0",left:10,right:10}},id:"5c062ed6-1ef4-4f6d-a879-ff2c2dba01ed"},{type:"Paragraph",text:"2 Units",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:14,lineHeight:22,color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:"0",left:10,right:10}},id:"792340e1-3a68-44db-997a-fb8af75ecb88"},{type:"Paragraph",text:"Click to view floor plan",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:14,lineHeight:22,color:"#919191",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:"0",bottom:"0",left:10,right:10}},id:"92a674ad-6fb2-4fe4-a5fe-04db511acec2"}],actions:{click:"change-artboard",artboard:"287cc804-9a40-40fa-9f5d-b83c68ea3aa7"},x_image_background:20.284517728365383,y_image_background:62.63298988342285,points:[{x:99.98458930497765,y:27.180232558139473},{x:90.44536908614579,y:5.9593023255814215},{x:89.02758514409,y:3.3430232558139776},{x:87.84096162736938,y:1.7441860465116292},{x:85.76051779935274,y:.5813953488371887},{x:83.3410386808445,y:0},{x:81.79996917860994,y:.1453488372092813},{x:79.18015102481121,y:.1453488372092813},{x:72.47649869009092,y:1.8895348837209107},{x:45.39990753582986,y:13.226744186046565},{x:25.9053783325628,y:21.220930232558118},{x:10.479272615194944,y:29.06976744186045},{x:7.058098320234242,y:30.959302325581422},{x:4.222530436122667,y:32.84883720930227},{x:2.388657728463554,y:34.738372093023244},{x:1.1249807366312212,y:36.046511627906966},{x:.41608876560333025,y:37.06395348837213},{x:.030821390044690908,y:38.2267441860465},{x:0,y:42.73255813953492},{x:.23116042533518477,y:43.88761298601021},{x:.8900698895747816,y:44.759754587375596},{x:1.566924148641381,y:45.77731827183239},{x:2.2407916383708106,y:46.939242725118206},{x:2.776081288532767,y:47.811479641267205},{x:2.674659058935246,y:71.35736866262695},{x:2.176854671179149,y:71.79639133993905},{x:1.656937104416351,y:72.23126331342705},{x:1.1277301085918592,y:72.67237192265276},{x:.5780723789840747,y:73.39566528112967},{x:.03052122462545512,y:74.99259533927429},{x:0,y:100},{x:2.9126213592232997,y:97.81976744186046},{x:4.145476961010942,y:97.2383720930232},{x:5.979349668670054,y:96.65697674418608},{x:10.186469409770378,y:94.76744186046511},{x:13.561411619664046,y:93.74999999999996},{x:17.35244259516104,y:92.15116279069767},{x:21.128062875635692,y:90.84302325581395},{x:24.225612575127144,y:89.8255813953489},{x:27.292340884573896,y:88.80813953488375},{x:30.698104484512246,y:87.7906976744186},{x:34.31961781476345,y:86.62790697674421},{x:38.15688087532748,y:85.7558139534884},{x:45.43072892587456,y:83.43023255813952},{x:59.963014331946376,y:79.94186046511626},{x:66.15811373092924,y:78.05232558139541},{x:68.70087840961628,y:77.47093023255816},{x:71.42857142857142,y:76.88953488372091},{x:72.73848050547076,y:76.88953488372091},{x:75.41994143935891,y:76.453488372093},{x:78.17845584835877,y:76.453488372093},{x:79.95068577592849,y:76.3081395348838},{x:81.445523193096,y:76.3081395348838},{x:83.00200339035291,y:76.3081395348838},{x:84.5276621975651,y:76.3081395348838},{x:86.11496378486669,y:76.453488372093},{x:87.62521189705656,y:77.03488372093025},{x:89.1046386192017,y:77.76162790697673},{x:90.67652951148095,y:79.79651162790704},{x:100,y:94.3313953488372}]},{id:"ceec3eb0-e19f-40fa-b0b0-8ec27468ffc5",title:"First Floor",type:"poly",x:20.356095681878557,y:71.15188439687094,width:59.34112522872127,height:9.570312499999986,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_style:{background_color:"#0d0d0d",position:"left"},tooltip_content:[{type:"Heading",text:"First Floor",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:"0",left:10,right:10}},id:"5c062ed6-1ef4-4f6d-a879-ff2c2dba01ed"},{type:"Paragraph",text:"2 Units",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:14,lineHeight:22,color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:"0",left:10,right:10}},id:"792340e1-3a68-44db-997a-fb8af75ecb88"},{type:"Paragraph",text:"Click to view floor plan",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:14,lineHeight:22,color:"#919191",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:"0",bottom:"0",left:10,right:10}},id:"92a674ad-6fb2-4fe4-a5fe-04db511acec2"}],actions:{click:"change-artboard",artboard:"f4e95162-4f47-4d50-88fb-ba933f2a9027"},x_image_background:20.356561569940474,y_image_background:71.15188439687094,points:[{x:100,y:98.2993197278911},{x:99.9691360447844,y:21.08843537414959},{x:90.46303783838341,y:4.421768707482951},{x:89.13588776411316,y:2.380952380952335},{x:87.71614582419612,y:.6802721088435879},{x:84.2593828400503,y:.34013605442171974},{x:81.01866754241357,y:0},{x:76.20389052878191,y:.34013605442171974},{x:59.691674488442516,y:4.761904761904819},{x:45.24734344754751,y:8.503401360544181},{x:27.253655673073567,y:14.965986394557746},{x:10.49452799100948,y:22.1088435374149},{x:3.1180445782703594,y:25.170068027210824},{x:1.3587991309818637,y:26.870748299319718},{x:.0007851014960060202,y:28.571428571428616},{x:.03164905671159356,y:34.01360544217687},{x:.5395962544328539,y:34.446594577663},{x:1.2216838442628828,y:34.956913799164084},{x:1.8911626152782917,y:35.63746366883132},{x:2.4869536827,y:35.97949697237781},{x:2.4282117609032703,y:62.50852359190806},{x:1.537828931553636,y:63.02334751916286},{x:.8091572617061126,y:63.35893235253197},{x:.21287203968940274,y:64.03829191490775},{x:0,y:65.90906254979669},{x:.0007851014960060202,y:100},{x:1.1890473772961292,y:99.14965986394563},{x:2.7322451380755117,y:98.46938775510203},{x:4.599514428618567,y:98.12925170068031},{x:7.732205883000712,y:96.93877551020408},{x:10.309346143502287,y:96.93877551020394},{x:12.655006739886945,y:96.42857142857142},{x:14.692027784115732,y:96.5986394557822},{x:27.006745915135205,y:94.55782312925159},{x:45.309069474192356,y:91.49659863945581},{x:59.84599426452046,y:90.13605442176865},{x:66.2348329941471,y:89.11564625850333},{x:72.43848799248023,y:89.11564625850333},{x:76.26561843921309,y:88.77551020408163},{x:80.0001570202992,y:88.77551020408163},{x:83.42605604922943,y:88.77551020408163},{x:85.67912477996731,y:88.77551020408163},{x:87.99392142113642,y:89.11564625850333},{x:90.2469901518743,y:89.79591836734693}]}]},{id:"f4e95162-4f47-4d50-88fb-ba933f2a9027",title:"First Floor",background_type:"image",background_color:"#00d5ff",image_url:"https://dfpyxk7hlnlki.cloudfront.net/v6-demos/v6-real-estate-6.jpg",width:1365,height:768,use_image_size:!0,children:[{id:"ecd43553-a2dd-452f-bdfb-59f6824a3932",title:"Apartment 1A",type:"poly",x:9.13003663003663,y:7.096354166666666,width:39.04761904761905,height:85.92122395833334,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_content:[{type:"Heading",text:"Apartment 1A",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"f84de9ff-4cc4-40f0-90f7-1f7dbe9718c5"}],x_image_background:9.084249084249084,y_image_background:7.12890625,points:[{x:6.1679174484052535,y:0},{x:6.1679174484052535,y:.7008903201363897},{x:.046904315196997955,y:.6819473385110816},{x:0,y:99.37488160636484},{x:9.920262664165104,y:99.39382458799015},{x:9.920262664165104,y:99.94317105512408},{x:28.728893058161354,y:99.9621140367494},{x:28.705440900562852,y:99.29910967986362},{x:63.57879924953096,y:99.31805266148892},{x:63.57879924953096,y:99.9431710551241},{x:82.45778611632271,y:100},{x:82.45778611632271,y:99.28016669823829},{x:99.22607879924955,y:99.39382458799015},{x:99.13227016885557,y:86.66414093578328},{x:99.97654784240147,y:86.60731199090732},{x:99.97654784240147,y:71.58552756203831},{x:99.20262664165102,y:71.4908126539117},{x:99.22607879924955,y:60.14396666035233},{x:99.8827392120075,y:60.14396666035233},{x:100,y:45.08429626823262},{x:99.10881801125704,y:45.04641030498201},{x:99.08536585365853,y:33.282818715665854},{x:99.85928705440905,y:33.282818715665854},{x:99.92964352720448,y:18.204205341920815},{x:99.03846153846152,y:18.166319378670206},{x:99.13227016885557,y:.7198333017616969},{x:24.835834896810518,y:.5872324303845428},{x:24.812382739212012,y:.018942981625308167}]},{id:"9fa92ba4-5814-48e3-ad4e-edfeca500dc7",title:"Apartment 1B",type:"poly",x:52.65567765567766,y:7.145182291666667,width:39.35897435897436,height:85.90494791666667,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_content:[{type:"Heading",text:"Apartment 1B",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"f84de9ff-4cc4-40f0-90f7-1f7dbe9718c5"}],x_image_background:52.65567765567766,y_image_background:7.145182291666667,points:[{x:.7910656119125176,y:.6062902614626753},{x:.7910656119125176,y:34.63433118605532},{x:.04653327128897162,y:34.55854490337249},{x:0,y:49.677908298597956},{x:.6979990693345742,y:49.677908298597956},{x:.7910656119125176,y:99.3179234558545},{x:10.702652396463472,y:99.3179234558545},{x:10.702652396463472,y:99.88632057597574},{x:29.176361098185204,y:99.92421371731717},{x:29.222894369474172,y:99.28003031451307},{x:64.02978129362495,y:99.28003031451307},{x:64.02978129362495,y:99.84842743463433},{x:82.50348999534667,y:100},{x:82.55002326663565,y:99.3179234558545},{x:99.20893438808747,y:99.35581659719591},{x:99.20893438808747,y:82.56915498294809},{x:99.90693345742206,y:82.6070481242895},{x:100,y:67.44979158772261},{x:99.25546765937645,y:67.44979158772261},{x:99.20893438808747,y:30.95869647593786},{x:99.81386691484411,y:30.95869647593786},{x:99.90693345742206,y:15.839333080712393},{x:99.30200093066543,y:15.839333080712393},{x:99.16240111679852,y:.6062902614626753},{x:25.36063285248953,y:.5683971201212581},{x:25.36063285248953,y:.07578628268283441},{x:6.840390879478828,y:0},{x:6.840390879478828,y:.5683971201212581}]}]},{id:"287cc804-9a40-40fa-9f5d-b83c68ea3aa7",title:"Second Floor",background_type:"image",background_color:"#00d5ff",image_url:"https://dfpyxk7hlnlki.cloudfront.net/v6-demos/v6-real-estate-6.jpg",width:1365,height:768,use_image_size:!0,children:[{id:"51e6ecaf-52ca-47d2-a52f-22369403382f",title:"Apartment 2A",type:"poly",x:9.13003663003663,y:7.096354166666666,width:39.04761904761905,height:85.92122395833334,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_content:[{type:"Heading",text:"Apartment 2A",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"f84de9ff-4cc4-40f0-90f7-1f7dbe9718c5"}],x_image_background:9.084249084249084,y_image_background:7.12890625,points:[{x:6.1679174484052535,y:0},{x:6.1679174484052535,y:.7008903201363897},{x:.046904315196997955,y:.6819473385110816},{x:0,y:99.37488160636484},{x:9.920262664165104,y:99.39382458799015},{x:9.920262664165104,y:99.94317105512408},{x:28.728893058161354,y:99.9621140367494},{x:28.705440900562852,y:99.29910967986362},{x:63.57879924953096,y:99.31805266148892},{x:63.57879924953096,y:99.9431710551241},{x:82.45778611632271,y:100},{x:82.45778611632271,y:99.28016669823829},{x:99.22607879924955,y:99.39382458799015},{x:99.13227016885557,y:86.66414093578328},{x:99.97654784240147,y:86.60731199090732},{x:99.97654784240147,y:71.58552756203831},{x:99.20262664165102,y:71.4908126539117},{x:99.22607879924955,y:60.14396666035233},{x:99.8827392120075,y:60.14396666035233},{x:100,y:45.08429626823262},{x:99.10881801125704,y:45.04641030498201},{x:99.08536585365853,y:33.282818715665854},{x:99.85928705440905,y:33.282818715665854},{x:99.92964352720448,y:18.204205341920815},{x:99.03846153846152,y:18.166319378670206},{x:99.13227016885557,y:.7198333017616969},{x:24.835834896810518,y:.5872324303845428},{x:24.812382739212012,y:.018942981625308167}]},{id:"878c87ef-8ef9-4fae-a8b5-0b02da37c355",title:"Apartment 2B",type:"poly",x:52.65567765567766,y:7.145182291666667,width:39.35897435897436,height:85.90494791666667,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_content:[{type:"Heading",text:"Apartment 2B",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"f84de9ff-4cc4-40f0-90f7-1f7dbe9718c5"}],x_image_background:52.65567765567766,y_image_background:7.145182291666667,points:[{x:.7910656119125176,y:.6062902614626753},{x:.7910656119125176,y:34.63433118605532},{x:.04653327128897162,y:34.55854490337249},{x:0,y:49.677908298597956},{x:.6979990693345742,y:49.677908298597956},{x:.7910656119125176,y:99.3179234558545},{x:10.702652396463472,y:99.3179234558545},{x:10.702652396463472,y:99.88632057597574},{x:29.176361098185204,y:99.92421371731717},{x:29.222894369474172,y:99.28003031451307},{x:64.02978129362495,y:99.28003031451307},{x:64.02978129362495,y:99.84842743463433},{x:82.50348999534667,y:100},{x:82.55002326663565,y:99.3179234558545},{x:99.20893438808747,y:99.35581659719591},{x:99.20893438808747,y:82.56915498294809},{x:99.90693345742206,y:82.6070481242895},{x:100,y:67.44979158772261},{x:99.25546765937645,y:67.44979158772261},{x:99.20893438808747,y:30.95869647593786},{x:99.81386691484411,y:30.95869647593786},{x:99.90693345742206,y:15.839333080712393},{x:99.30200093066543,y:15.839333080712393},{x:99.16240111679852,y:.6062902614626753},{x:25.36063285248953,y:.5683971201212581},{x:25.36063285248953,y:.07578628268283441},{x:6.840390879478828,y:0},{x:6.840390879478828,y:.5683971201212581}]}]},{id:"e611d44e-6468-4aad-aaf5-2d60d47d2f43",title:"Third Floor",background_type:"image",background_color:"#00d5ff",image_url:"https://dfpyxk7hlnlki.cloudfront.net/v6-demos/v6-real-estate-6.jpg",width:1365,height:768,use_image_size:!0,children:[{id:"9555d741-89b6-4601-b21e-c109d7d3281c",title:"Apartment 3A",type:"poly",x:9.13003663003663,y:7.096354166666666,width:39.04761904761905,height:85.92122395833334,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_content:[{type:"Heading",text:"Apartment 3A",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"f84de9ff-4cc4-40f0-90f7-1f7dbe9718c5"}],x_image_background:9.084249084249084,y_image_background:7.12890625,points:[{x:6.1679174484052535,y:0},{x:6.1679174484052535,y:.7008903201363897},{x:.046904315196997955,y:.6819473385110816},{x:0,y:99.37488160636484},{x:9.920262664165104,y:99.39382458799015},{x:9.920262664165104,y:99.94317105512408},{x:28.728893058161354,y:99.9621140367494},{x:28.705440900562852,y:99.29910967986362},{x:63.57879924953096,y:99.31805266148892},{x:63.57879924953096,y:99.9431710551241},{x:82.45778611632271,y:100},{x:82.45778611632271,y:99.28016669823829},{x:99.22607879924955,y:99.39382458799015},{x:99.13227016885557,y:86.66414093578328},{x:99.97654784240147,y:86.60731199090732},{x:99.97654784240147,y:71.58552756203831},{x:99.20262664165102,y:71.4908126539117},{x:99.22607879924955,y:60.14396666035233},{x:99.8827392120075,y:60.14396666035233},{x:100,y:45.08429626823262},{x:99.10881801125704,y:45.04641030498201},{x:99.08536585365853,y:33.282818715665854},{x:99.85928705440905,y:33.282818715665854},{x:99.92964352720448,y:18.204205341920815},{x:99.03846153846152,y:18.166319378670206},{x:99.13227016885557,y:.7198333017616969},{x:24.835834896810518,y:.5872324303845428},{x:24.812382739212012,y:.018942981625308167}]},{id:"5dbb3b76-08b9-45ad-83b1-048fca09ed8c",title:"Apartment 3B",type:"poly",x:52.65567765567766,y:7.145182291666667,width:39.35897435897436,height:85.90494791666667,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_content:[{type:"Heading",text:"Apartment 3B",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"f84de9ff-4cc4-40f0-90f7-1f7dbe9718c5"}],x_image_background:52.65567765567766,y_image_background:7.145182291666667,points:[{x:.7910656119125176,y:.6062902614626753},{x:.7910656119125176,y:34.63433118605532},{x:.04653327128897162,y:34.55854490337249},{x:0,y:49.677908298597956},{x:.6979990693345742,y:49.677908298597956},{x:.7910656119125176,y:99.3179234558545},{x:10.702652396463472,y:99.3179234558545},{x:10.702652396463472,y:99.88632057597574},{x:29.176361098185204,y:99.92421371731717},{x:29.222894369474172,y:99.28003031451307},{x:64.02978129362495,y:99.28003031451307},{x:64.02978129362495,y:99.84842743463433},{x:82.50348999534667,y:100},{x:82.55002326663565,y:99.3179234558545},{x:99.20893438808747,y:99.35581659719591},{x:99.20893438808747,y:82.56915498294809},{x:99.90693345742206,y:82.6070481242895},{x:100,y:67.44979158772261},{x:99.25546765937645,y:67.44979158772261},{x:99.20893438808747,y:30.95869647593786},{x:99.81386691484411,y:30.95869647593786},{x:99.90693345742206,y:15.839333080712393},{x:99.30200093066543,y:15.839333080712393},{x:99.16240111679852,y:.6062902614626753},{x:25.36063285248953,y:.5683971201212581},{x:25.36063285248953,y:.07578628268283441},{x:6.840390879478828,y:0},{x:6.840390879478828,y:.5683971201212581}]}]},{id:"fa602db4-e0aa-4a50-b10f-ae3c1b1225f8",title:"Fourth Floor",background_type:"image",background_color:"#00d5ff",image_url:"https://dfpyxk7hlnlki.cloudfront.net/v6-demos/v6-real-estate-6.jpg",width:1365,height:768,use_image_size:!0,children:[{id:"10459fa5-4cf6-4fb9-ab29-ca445e71bf77",title:"Apartment 4A",type:"poly",x:9.13003663003663,y:7.096354166666666,width:39.04761904761905,height:85.92122395833334,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_content:[{type:"Heading",text:"Apartment 4A",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"f84de9ff-4cc4-40f0-90f7-1f7dbe9718c5"}],x_image_background:9.084249084249084,y_image_background:7.12890625,points:[{x:6.1679174484052535,y:0},{x:6.1679174484052535,y:.7008903201363897},{x:.046904315196997955,y:.6819473385110816},{x:0,y:99.37488160636484},{x:9.920262664165104,y:99.39382458799015},{x:9.920262664165104,y:99.94317105512408},{x:28.728893058161354,y:99.9621140367494},{x:28.705440900562852,y:99.29910967986362},{x:63.57879924953096,y:99.31805266148892},{x:63.57879924953096,y:99.9431710551241},{x:82.45778611632271,y:100},{x:82.45778611632271,y:99.28016669823829},{x:99.22607879924955,y:99.39382458799015},{x:99.13227016885557,y:86.66414093578328},{x:99.97654784240147,y:86.60731199090732},{x:99.97654784240147,y:71.58552756203831},{x:99.20262664165102,y:71.4908126539117},{x:99.22607879924955,y:60.14396666035233},{x:99.8827392120075,y:60.14396666035233},{x:100,y:45.08429626823262},{x:99.10881801125704,y:45.04641030498201},{x:99.08536585365853,y:33.282818715665854},{x:99.85928705440905,y:33.282818715665854},{x:99.92964352720448,y:18.204205341920815},{x:99.03846153846152,y:18.166319378670206},{x:99.13227016885557,y:.7198333017616969},{x:24.835834896810518,y:.5872324303845428},{x:24.812382739212012,y:.018942981625308167}]},{id:"8e141709-5ecc-423a-8085-44a31866cec1",title:"Apartment 4B",type:"poly",x:52.65567765567766,y:7.145182291666667,width:39.35897435897436,height:85.90494791666667,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_content:[{type:"Heading",text:"Apartment 4B",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"f84de9ff-4cc4-40f0-90f7-1f7dbe9718c5"}],x_image_background:52.65567765567766,y_image_background:7.145182291666667,points:[{x:.7910656119125176,y:.6062902614626753},{x:.7910656119125176,y:34.63433118605532},{x:.04653327128897162,y:34.55854490337249},{x:0,y:49.677908298597956},{x:.6979990693345742,y:49.677908298597956},{x:.7910656119125176,y:99.3179234558545},{x:10.702652396463472,y:99.3179234558545},{x:10.702652396463472,y:99.88632057597574},{x:29.176361098185204,y:99.92421371731717},{x:29.222894369474172,y:99.28003031451307},{x:64.02978129362495,y:99.28003031451307},{x:64.02978129362495,y:99.84842743463433},{x:82.50348999534667,y:100},{x:82.55002326663565,y:99.3179234558545},{x:99.20893438808747,y:99.35581659719591},{x:99.20893438808747,y:82.56915498294809},{x:99.90693345742206,y:82.6070481242895},{x:100,y:67.44979158772261},{x:99.25546765937645,y:67.44979158772261},{x:99.20893438808747,y:30.95869647593786},{x:99.81386691484411,y:30.95869647593786},{x:99.90693345742206,y:15.839333080712393},{x:99.30200093066543,y:15.839333080712393},{x:99.16240111679852,y:.6062902614626753},{x:25.36063285248953,y:.5683971201212581},{x:25.36063285248953,y:.07578628268283441},{x:6.840390879478828,y:0},{x:6.840390879478828,y:.5683971201212581}]}]},{id:"76eb01ed-c090-4bde-b423-a6b9853779c7",title:"Fifth Floor",background_type:"image",background_color:"#00d5ff",image_url:"https://dfpyxk7hlnlki.cloudfront.net/v6-demos/v6-real-estate-6.jpg",width:1365,height:768,use_image_size:!0,children:[{id:"9b15bda1-f0c7-48d7-80f6-d65623412164",title:"Apartment 5A",type:"poly",x:9.13003663003663,y:7.096354166666666,width:39.04761904761905,height:85.92122395833334,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_content:[{type:"Heading",text:"Apartment 5A",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"f84de9ff-4cc4-40f0-90f7-1f7dbe9718c5"}],x_image_background:9.084249084249084,y_image_background:7.12890625,points:[{x:6.1679174484052535,y:0},{x:6.1679174484052535,y:.7008903201363897},{x:.046904315196997955,y:.6819473385110816},{x:0,y:99.37488160636484},{x:9.920262664165104,y:99.39382458799015},{x:9.920262664165104,y:99.94317105512408},{x:28.728893058161354,y:99.9621140367494},{x:28.705440900562852,y:99.29910967986362},{x:63.57879924953096,y:99.31805266148892},{x:63.57879924953096,y:99.9431710551241},{x:82.45778611632271,y:100},{x:82.45778611632271,y:99.28016669823829},{x:99.22607879924955,y:99.39382458799015},{x:99.13227016885557,y:86.66414093578328},{x:99.97654784240147,y:86.60731199090732},{x:99.97654784240147,y:71.58552756203831},{x:99.20262664165102,y:71.4908126539117},{x:99.22607879924955,y:60.14396666035233},{x:99.8827392120075,y:60.14396666035233},{x:100,y:45.08429626823262},{x:99.10881801125704,y:45.04641030498201},{x:99.08536585365853,y:33.282818715665854},{x:99.85928705440905,y:33.282818715665854},{x:99.92964352720448,y:18.204205341920815},{x:99.03846153846152,y:18.166319378670206},{x:99.13227016885557,y:.7198333017616969},{x:24.835834896810518,y:.5872324303845428},{x:24.812382739212012,y:.018942981625308167}]},{id:"76ede36c-e861-46d5-b0fd-faacabf723ce",title:"Apartment 5B",type:"poly",x:52.65567765567766,y:7.145182291666667,width:39.35897435897436,height:85.90494791666667,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_content:[{type:"Heading",text:"Apartment 5B",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"f84de9ff-4cc4-40f0-90f7-1f7dbe9718c5"}],x_image_background:52.65567765567766,y_image_background:7.145182291666667,points:[{x:.7910656119125176,y:.6062902614626753},{x:.7910656119125176,y:34.63433118605532},{x:.04653327128897162,y:34.55854490337249},{x:0,y:49.677908298597956},{x:.6979990693345742,y:49.677908298597956},{x:.7910656119125176,y:99.3179234558545},{x:10.702652396463472,y:99.3179234558545},{x:10.702652396463472,y:99.88632057597574},{x:29.176361098185204,y:99.92421371731717},{x:29.222894369474172,y:99.28003031451307},{x:64.02978129362495,y:99.28003031451307},{x:64.02978129362495,y:99.84842743463433},{x:82.50348999534667,y:100},{x:82.55002326663565,y:99.3179234558545},{x:99.20893438808747,y:99.35581659719591},{x:99.20893438808747,y:82.56915498294809},{x:99.90693345742206,y:82.6070481242895},{x:100,y:67.44979158772261},{x:99.25546765937645,y:67.44979158772261},{x:99.20893438808747,y:30.95869647593786},{x:99.81386691484411,y:30.95869647593786},{x:99.90693345742206,y:15.839333080712393},{x:99.30200093066543,y:15.839333080712393},{x:99.16240111679852,y:.6062902614626753},{x:25.36063285248953,y:.5683971201212581},{x:25.36063285248953,y:.07578628268283441},{x:6.840390879478828,y:0},{x:6.840390879478828,y:.5683971201212581}]}]},{id:"21f2a4a8-343b-4224-9e2a-a6f72952c089",title:"Sixth Floor",background_type:"image",background_color:"#00d5ff",image_url:"https://dfpyxk7hlnlki.cloudfront.net/v6-demos/v6-real-estate-6.jpg",width:1365,height:768,use_image_size:!0,children:[{id:"8b971050-ad39-441f-acf5-f7f14a86548e",title:"Apartment 6A",type:"poly",x:9.13003663003663,y:7.096354166666666,width:39.04761904761905,height:85.92122395833334,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_content:[{type:"Heading",text:"Apartment 6A",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"f84de9ff-4cc4-40f0-90f7-1f7dbe9718c5"}],x_image_background:9.084249084249084,y_image_background:7.12890625,points:[{x:6.1679174484052535,y:0},{x:6.1679174484052535,y:.7008903201363897},{x:.046904315196997955,y:.6819473385110816},{x:0,y:99.37488160636484},{x:9.920262664165104,y:99.39382458799015},{x:9.920262664165104,y:99.94317105512408},{x:28.728893058161354,y:99.9621140367494},{x:28.705440900562852,y:99.29910967986362},{x:63.57879924953096,y:99.31805266148892},{x:63.57879924953096,y:99.9431710551241},{x:82.45778611632271,y:100},{x:82.45778611632271,y:99.28016669823829},{x:99.22607879924955,y:99.39382458799015},{x:99.13227016885557,y:86.66414093578328},{x:99.97654784240147,y:86.60731199090732},{x:99.97654784240147,y:71.58552756203831},{x:99.20262664165102,y:71.4908126539117},{x:99.22607879924955,y:60.14396666035233},{x:99.8827392120075,y:60.14396666035233},{x:100,y:45.08429626823262},{x:99.10881801125704,y:45.04641030498201},{x:99.08536585365853,y:33.282818715665854},{x:99.85928705440905,y:33.282818715665854},{x:99.92964352720448,y:18.204205341920815},{x:99.03846153846152,y:18.166319378670206},{x:99.13227016885557,y:.7198333017616969},{x:24.835834896810518,y:.5872324303845428},{x:24.812382739212012,y:.018942981625308167}]},{id:"11eb9f0a-eacc-4925-869b-6ed5b50e0677",title:"Apartment 6B",type:"poly",x:52.65567765567766,y:7.145182291666667,width:39.35897435897436,height:85.90494791666667,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_content:[{type:"Heading",text:"Apartment 6B",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"f84de9ff-4cc4-40f0-90f7-1f7dbe9718c5"}],x_image_background:52.65567765567766,y_image_background:7.145182291666667,points:[{x:.7910656119125176,y:.6062902614626753},{x:.7910656119125176,y:34.63433118605532},{x:.04653327128897162,y:34.55854490337249},{x:0,y:49.677908298597956},{x:.6979990693345742,y:49.677908298597956},{x:.7910656119125176,y:99.3179234558545},{x:10.702652396463472,y:99.3179234558545},{x:10.702652396463472,y:99.88632057597574},{x:29.176361098185204,y:99.92421371731717},{x:29.222894369474172,y:99.28003031451307},{x:64.02978129362495,y:99.28003031451307},{x:64.02978129362495,y:99.84842743463433},{x:82.50348999534667,y:100},{x:82.55002326663565,y:99.3179234558545},{x:99.20893438808747,y:99.35581659719591},{x:99.20893438808747,y:82.56915498294809},{x:99.90693345742206,y:82.6070481242895},{x:100,y:67.44979158772261},{x:99.25546765937645,y:67.44979158772261},{x:99.20893438808747,y:30.95869647593786},{x:99.81386691484411,y:30.95869647593786},{x:99.90693345742206,y:15.839333080712393},{x:99.30200093066543,y:15.839333080712393},{x:99.16240111679852,y:.6062902614626753},{x:25.36063285248953,y:.5683971201212581},{x:25.36063285248953,y:.07578628268283441},{x:6.840390879478828,y:0},{x:6.840390879478828,y:.5683971201212581}]}]},{id:"d1acd2a6-dfbd-4288-8d5e-036df7e2a223",title:"Seventh Floor",background_type:"image",background_color:"#00d5ff",image_url:"https://dfpyxk7hlnlki.cloudfront.net/v6-demos/v6-real-estate-6.jpg",width:1365,height:768,use_image_size:!0,children:[{id:"1c84a68b-e9f7-4e5f-917c-73afde501a64",title:"Apartment 7A",type:"poly",x:9.13003663003663,y:7.096354166666666,width:39.04761904761905,height:85.92122395833334,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_content:[{type:"Heading",text:"Apartment 7A",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"f84de9ff-4cc4-40f0-90f7-1f7dbe9718c5"}],x_image_background:9.084249084249084,y_image_background:7.12890625,points:[{x:6.1679174484052535,y:0},{x:6.1679174484052535,y:.7008903201363897},{x:.046904315196997955,y:.6819473385110816},{x:0,y:99.37488160636484},{x:9.920262664165104,y:99.39382458799015},{x:9.920262664165104,y:99.94317105512408},{x:28.728893058161354,y:99.9621140367494},{x:28.705440900562852,y:99.29910967986362},{x:63.57879924953096,y:99.31805266148892},{x:63.57879924953096,y:99.9431710551241},{x:82.45778611632271,y:100},{x:82.45778611632271,y:99.28016669823829},{x:99.22607879924955,y:99.39382458799015},{x:99.13227016885557,y:86.66414093578328},{x:99.97654784240147,y:86.60731199090732},{x:99.97654784240147,y:71.58552756203831},{x:99.20262664165102,y:71.4908126539117},{x:99.22607879924955,y:60.14396666035233},{x:99.8827392120075,y:60.14396666035233},{x:100,y:45.08429626823262},{x:99.10881801125704,y:45.04641030498201},{x:99.08536585365853,y:33.282818715665854},{x:99.85928705440905,y:33.282818715665854},{x:99.92964352720448,y:18.204205341920815},{x:99.03846153846152,y:18.166319378670206},{x:99.13227016885557,y:.7198333017616969},{x:24.835834896810518,y:.5872324303845428},{x:24.812382739212012,y:.018942981625308167}]},{id:"67db995a-72ba-46bd-b5c7-f168f427c534",title:"Apartment 7B",type:"poly",x:52.65567765567766,y:7.145182291666667,width:39.35897435897436,height:85.90494791666667,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_content:[{type:"Heading",text:"Apartment 7B",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"f84de9ff-4cc4-40f0-90f7-1f7dbe9718c5"}],x_image_background:52.65567765567766,y_image_background:7.145182291666667,points:[{x:.7910656119125176,y:.6062902614626753},{x:.7910656119125176,y:34.63433118605532},{x:.04653327128897162,y:34.55854490337249},{x:0,y:49.677908298597956},{x:.6979990693345742,y:49.677908298597956},{x:.7910656119125176,y:99.3179234558545},{x:10.702652396463472,y:99.3179234558545},{x:10.702652396463472,y:99.88632057597574},{x:29.176361098185204,y:99.92421371731717},{x:29.222894369474172,y:99.28003031451307},{x:64.02978129362495,y:99.28003031451307},{x:64.02978129362495,y:99.84842743463433},{x:82.50348999534667,y:100},{x:82.55002326663565,y:99.3179234558545},{x:99.20893438808747,y:99.35581659719591},{x:99.20893438808747,y:82.56915498294809},{x:99.90693345742206,y:82.6070481242895},{x:100,y:67.44979158772261},{x:99.25546765937645,y:67.44979158772261},{x:99.20893438808747,y:30.95869647593786},{x:99.81386691484411,y:30.95869647593786},{x:99.90693345742206,y:15.839333080712393},{x:99.30200093066543,y:15.839333080712393},{x:99.16240111679852,y:.6062902614626753},{x:25.36063285248953,y:.5683971201212581},{x:25.36063285248953,y:.07578628268283441},{x:6.840390879478828,y:0},{x:6.840390879478828,y:.5683971201212581}]}]},{id:"e5115406-906a-4eb6-a641-092f36c011c7",title:"Eighth Floor",background_type:"image",background_color:"#00d5ff",image_url:"https://dfpyxk7hlnlki.cloudfront.net/v6-demos/v6-real-estate-6.jpg",width:1365,height:768,use_image_size:!0,children:[{id:"882eb552-ffd2-4e2f-a067-2dbed5c38198",title:"Apartment 8A",type:"poly",x:9.13003663003663,y:7.096354166666666,width:39.04761904761905,height:85.92122395833334,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_content:[{type:"Heading",text:"Apartment 8A",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"f84de9ff-4cc4-40f0-90f7-1f7dbe9718c5"}],x_image_background:9.084249084249084,y_image_background:7.12890625,points:[{x:6.1679174484052535,y:0},{x:6.1679174484052535,y:.7008903201363897},{x:.046904315196997955,y:.6819473385110816},{x:0,y:99.37488160636484},{x:9.920262664165104,y:99.39382458799015},{x:9.920262664165104,y:99.94317105512408},{x:28.728893058161354,y:99.9621140367494},{x:28.705440900562852,y:99.29910967986362},{x:63.57879924953096,y:99.31805266148892},{x:63.57879924953096,y:99.9431710551241},{x:82.45778611632271,y:100},{x:82.45778611632271,y:99.28016669823829},{x:99.22607879924955,y:99.39382458799015},{x:99.13227016885557,y:86.66414093578328},{x:99.97654784240147,y:86.60731199090732},{x:99.97654784240147,y:71.58552756203831},{x:99.20262664165102,y:71.4908126539117},{x:99.22607879924955,y:60.14396666035233},{x:99.8827392120075,y:60.14396666035233},{x:100,y:45.08429626823262},{x:99.10881801125704,y:45.04641030498201},{x:99.08536585365853,y:33.282818715665854},{x:99.85928705440905,y:33.282818715665854},{x:99.92964352720448,y:18.204205341920815},{x:99.03846153846152,y:18.166319378670206},{x:99.13227016885557,y:.7198333017616969},{x:24.835834896810518,y:.5872324303845428},{x:24.812382739212012,y:.018942981625308167}]},{id:"305de7c1-9d96-4c00-874f-dd7d1539fb0b",title:"Apartment 8B",type:"poly",x:52.65567765567766,y:7.145182291666667,width:39.35897435897436,height:85.90494791666667,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_content:[{type:"Heading",text:"Apartment 8N",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"f84de9ff-4cc4-40f0-90f7-1f7dbe9718c5"}],x_image_background:52.65567765567766,y_image_background:7.145182291666667,points:[{x:.7910656119125176,y:.6062902614626753},{x:.7910656119125176,y:34.63433118605532},{x:.04653327128897162,y:34.55854490337249},{x:0,y:49.677908298597956},{x:.6979990693345742,y:49.677908298597956},{x:.7910656119125176,y:99.3179234558545},{x:10.702652396463472,y:99.3179234558545},{x:10.702652396463472,y:99.88632057597574},{x:29.176361098185204,y:99.92421371731717},{x:29.222894369474172,y:99.28003031451307},{x:64.02978129362495,y:99.28003031451307},{x:64.02978129362495,y:99.84842743463433},{x:82.50348999534667,y:100},{x:82.55002326663565,y:99.3179234558545},{x:99.20893438808747,y:99.35581659719591},{x:99.20893438808747,y:82.56915498294809},{x:99.90693345742206,y:82.6070481242895},{x:100,y:67.44979158772261},{x:99.25546765937645,y:67.44979158772261},{x:99.20893438808747,y:30.95869647593786},{x:99.81386691484411,y:30.95869647593786},{x:99.90693345742206,y:15.839333080712393},{x:99.30200093066543,y:15.839333080712393},{x:99.16240111679852,y:.6062902614626753},{x:25.36063285248953,y:.5683971201212581},{x:25.36063285248953,y:.07578628268283441},{x:6.840390879478828,y:0},{x:6.840390879478828,y:.5683971201212581}]}]},{id:"978dddc0-5920-4843-97bd-d8334962f345",title:"Ninth Floor",background_type:"image",background_color:"#00d5ff",image_url:"https://dfpyxk7hlnlki.cloudfront.net/v6-demos/v6-real-estate-6.jpg",width:1365,height:768,use_image_size:!0,children:[{id:"1b364ea4-65ca-47be-af3f-e54778548594",title:"Apartment 9A",type:"poly",x:9.13003663003663,y:7.096354166666666,width:39.04761904761905,height:85.92122395833334,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_content:[{type:"Heading",text:"Apartment 9A",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"f84de9ff-4cc4-40f0-90f7-1f7dbe9718c5"}],x_image_background:9.084249084249084,y_image_background:7.12890625,points:[{x:6.1679174484052535,y:0},{x:6.1679174484052535,y:.7008903201363897},{x:.046904315196997955,y:.6819473385110816},{x:0,y:99.37488160636484},{x:9.920262664165104,y:99.39382458799015},{x:9.920262664165104,y:99.94317105512408},{x:28.728893058161354,y:99.9621140367494},{x:28.705440900562852,y:99.29910967986362},{x:63.57879924953096,y:99.31805266148892},{x:63.57879924953096,y:99.9431710551241},{x:82.45778611632271,y:100},{x:82.45778611632271,y:99.28016669823829},{x:99.22607879924955,y:99.39382458799015},{x:99.13227016885557,y:86.66414093578328},{x:99.97654784240147,y:86.60731199090732},{x:99.97654784240147,y:71.58552756203831},{x:99.20262664165102,y:71.4908126539117},{x:99.22607879924955,y:60.14396666035233},{x:99.8827392120075,y:60.14396666035233},{x:100,y:45.08429626823262},{x:99.10881801125704,y:45.04641030498201},{x:99.08536585365853,y:33.282818715665854},{x:99.85928705440905,y:33.282818715665854},{x:99.92964352720448,y:18.204205341920815},{x:99.03846153846152,y:18.166319378670206},{x:99.13227016885557,y:.7198333017616969},{x:24.835834896810518,y:.5872324303845428},{x:24.812382739212012,y:.018942981625308167}]},{id:"e86a8604-f210-4084-a1fe-2353608b43bd",title:"Apartment 9B",type:"poly",x:52.65567765567766,y:7.145182291666667,width:39.35897435897436,height:85.90494791666667,default_style:{background_color:"#1c64f2",background_opacity:0},mouseover_style:{background_color:"#1c64f2",background_opacity:.48051948051948046,stroke_color:"#1c64f2",stroke_opacity:1,stroke_width:3},tooltip_content:[{type:"Heading",text:"Apartment 9B",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"f84de9ff-4cc4-40f0-90f7-1f7dbe9718c5"}],x_image_background:52.65567765567766,y_image_background:7.145182291666667,points:[{x:.7910656119125176,y:.6062902614626753},{x:.7910656119125176,y:34.63433118605532},{x:.04653327128897162,y:34.55854490337249},{x:0,y:49.677908298597956},{x:.6979990693345742,y:49.677908298597956},{x:.7910656119125176,y:99.3179234558545},{x:10.702652396463472,y:99.3179234558545},{x:10.702652396463472,y:99.88632057597574},{x:29.176361098185204,y:99.92421371731717},{x:29.222894369474172,y:99.28003031451307},{x:64.02978129362495,y:99.28003031451307},{x:64.02978129362495,y:99.84842743463433},{x:82.50348999534667,y:100},{x:82.55002326663565,y:99.3179234558545},{x:99.20893438808747,y:99.35581659719591},{x:99.20893438808747,y:82.56915498294809},{x:99.90693345742206,y:82.6070481242895},{x:100,y:67.44979158772261},{x:99.25546765937645,y:67.44979158772261},{x:99.20893438808747,y:30.95869647593786},{x:99.81386691484411,y:30.95869647593786},{x:99.90693345742206,y:15.839333080712393},{x:99.30200093066543,y:15.839333080712393},{x:99.16240111679852,y:.6062902614626753},{x:25.36063285248953,y:.5683971201212581},{x:25.36063285248953,y:.07578628268283441},{x:6.840390879478828,y:0},{x:6.840390879478828,y:.5683971201212581}]}]}],version:"6.0.0"}},{name:"Map - US National Parks",value:{id:"2bb2ec4c-c3ff-45d2-aa6d-ce3187574bd0",general:{name:"Parks"},fullscreen:{enable_fullscreen_mode:!0},objectConfig:{pageload_animation:"grow"},tooltips:{sticky_tooltips:!0},zooming:{enable_zooming:!0,enable_navigator:!1},object_list:{enable_object_list:!0,menu_position:"right"},custom_code:{custom_css:".imp-tooltip { backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }"},artboards:[{width:744.365921362346,children:[{id:"94840362-b148-4c6b-9959-893577f9fdce",title:"Colorado",type:"group",children:[{id:"a9c755b9-5164-46e9-8a2e-a81fbbfa5b78",title:"Great Sand Dunes",x:35.129156176530785,y:55.36435320309659,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Great Sand Dunes",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"1b6c7fb5-f6ad-46d7-9ac7-702001c9fb44",title:"Rocky Mountain",x:34.72612504657423,y:44.843519200866645,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Rocky Mountain",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"5f6041ed-48dd-4153-8fd6-431c7d107890",title:"Black Canyon of the Gunnison",x:30.292782617052204,y:51.197686271520375,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Black Canyon of the Gunnison",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"820b1f84-df76-4ed0-a877-5f70fef02efb",title:"Mesa Verde",x:29.553892212131863,y:55.78101994261338,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Mesa Verde",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"86068f80-eb78-40f3-89ca-3f832765ab32",title:"Utah",type:"group",children:[{id:"a46cedd0-6e8b-4abb-9d18-73de5c329ee4",title:"Arches",x:26.867018012421543,y:49.843519518758114,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Arches",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"adb8b46e-4b73-41e4-a521-170436f4df3f",title:"Canyonlands",x:26.329643172479486,y:52.55185302428264,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Canyonlands",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"ebabe585-dc32-4b43-838b-f1bdbd1ffbcd",title:"Capitol Reef",x:24.381659377689495,y:52.13518633112502,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Capitol Reef",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"62e96ae2-d1da-4caa-b53b-c0bc28b9e965",title:"Bryce Canyon",x:22.299331872913996,y:53.59351975717671,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Bryce Canyon",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"35402562-1fd2-4113-b6d2-9fa0370d7c42",title:"Zion",x:20.217004368138504,y:53.5935197571767,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Zion",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"47de1d31-edaf-46cf-a1a8-c3b06bba9924",title:"Nevada",type:"group",children:[{id:"b30d2d93-9cd3-431a-af9d-8adb119411ca",title:"Great Basin",x:17.664473878413695,y:43.17685242823615,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Great Basin",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"aacf15e6-6985-418c-a44d-bdbee5224410",title:"Arizona",type:"group",children:[{id:"3a4067b5-92cd-4194-8437-03fd367ea581",title:"Grand Canyon",x:19.61245767320368,y:58.801853421646975,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Grand Canyon",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"19ab49c1-52ae-4ae6-946f-f754553673d1",title:"Petrified Forest",x:23.70994082776192,y:61.61435360046092,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Petrified Forest",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"bd432d56-ea40-46e0-8e55-a0bf699f6c54",title:"Saguaro",x:22.097816307935723,y:74.21852106847898,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Saguaro",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"c6b0f1ce-e387-4760-a387-c868b34a5c3e",title:"New Mexico",type:"group",children:[{id:"04361d3a-aeb6-4fa2-b499-fa261cb7abde",title:"White Sands",x:32.57662466184481,y:73.59351634979248,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"White Sands",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"f60afc78-e931-4192-8e87-57dee73c35e5",title:"Carlsbad Caverns",x:36.94279523637409,y:75.98934968312581,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Carlsbad Caverns",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"38102034-7e12-44c2-ad0c-cd827f89250e",title:"Texas",type:"group",children:[{id:"5af9b9ca-018b-4f12-bd0b-7ebd48f2014a",title:"Guadalupe Mountains",x:35.19632700656238,y:77.55184968312582,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Guadalupe Mountains",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"7aaa81be-9396-422d-8b89-04a0fca0df84",title:"Big Bend",x:37.95037306126546,y:87.23934968312582,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Big Bend",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"d0cc5d70-5be3-43a6-b309-17cca4611078",title:"Illinois",type:"group",children:[{id:"60e43fb4-88ae-4de3-9170-cfbbf26dc657",title:"Gateway Arch",x:63.27416136857406,y:49.739349683125816,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Gateway Arch",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"7b647267-a485-408b-81d3-59df2c1b8aec",title:"Arkansas",type:"group",children:[{id:"e4348e75-b3b9-405d-b900-4323bed9e332",title:"Hot Springs",x:59.24385006900857,y:65.67684968312582,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Heading",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"ac26bd5d-aed5-4696-9b1b-cccc25d30f20",title:"Florida",type:"group",children:[{id:"057650d0-8213-4ae6-a709-20ea0421aa28",title:"Biscayne",x:87.79189049085309,y:91.9268555276779,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Biscayne",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"72ac96eb-c6aa-4a7d-ad5a-125afe4cf35b",title:"Everglades",x:86.51562524599069,y:92.86435558728255,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Everglades",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"dbd796b8-6cde-4d11-beba-522e7c1e11d6",title:"South Carolina",type:"group",children:[{id:"9a5b312b-fa54-4fed-a867-762d63420fce",title:"Congaree",x:82.88834507638175,y:62.03102029361853,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Congaree",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"df469f3e-395a-40f6-bbf6-d53ddd335518",title:"Kentucky",type:"group",children:[{id:"4dd4fc93-ab64-4c2b-829e-8c1a273b13f5",title:"Mammoth Cave",x:70.52872375771427,y:53.801853103755505,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Mammoth Cave",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"741cd0f8-855a-4601-aea1-07c2ee3e97f2",title:"North Carolina",type:"group",children:[{id:"abe4c7ed-4350-41b6-aa48-5853de5eaf8c",title:"Great Smoky Mountains",x:77.91762780691765,y:57.03101997572708,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Great Smoky Mountains",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"defc3c32-adf5-4a1c-bf48-2f419e9c4d02",title:"West Virginia",type:"group",children:[{id:"2ae771f6-63f8-4820-91a8-52f0cd1ed919",title:"New River Gorge",x:81.00753313658453,y:47.03101933994416,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"New River Gorge",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"8b97154f-b2bc-437f-9704-6da971443fed",title:"Virginia",type:"group",children:[{id:"08612dfe-69d0-4218-89f5-75ca264cf5c9",title:"Shenandoah",x:85.84390669606312,y:42.031019022052696,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Shenandoah",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"1fae1a5f-090e-4b30-aba0-6e0949b66dc9",title:"Maine",type:"group",children:[{id:"c22fe4c5-f558-4c2d-9395-92d5a01f7cf6",title:"Acadia",x:98.40504357970886,y:10.051850322205246,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Acadia",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"1f2555df-ab8d-414e-b037-4cb0af6a0219",title:"Ohio",type:"group",children:[{id:"3319924b-7c8e-4773-bd45-25320fcf2e82",title:"Cuyahoga Valley",x:77.8504559519249,y:36.093518644556596,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Cuyahoga Valley",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"1d6103f4-3515-4b35-9fdc-ea66b3544297",title:"Indiana",type:"group",children:[{id:"fb2d5189-3560-4c48-834d-b20ff4775b76",title:"Indiana Dunes",x:68.44639420301645,y:36.822685357582436,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Indiana Dunes",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"43fcc6a3-e6b0-49c9-ac83-fbc4c5c3f1da",title:"Minesota",type:"group",children:[{id:"5ed11492-96cb-44ec-8ecc-26e9cf654aa3",title:"Isle Royale",x:62.53527096365372,y:13.80185056062384,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Isle Royale",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"ee9afe5e-908e-48e6-ac62-0bf0f2812786",title:"Voyageurs",x:56.288288449327226,y:13.906017233913246,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Voyageurs",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"c821158b-6854-4b1b-9c4a-986288bab118",title:"South Dakota",type:"group",children:[{id:"a59b0725-7af0-4548-b2ae-50b95ce213cc",title:"Badlands",x:41.040279415893494,y:32.86435177258503,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Badlands",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"0eee5082-73ae-4f32-a8ab-843275a696ab",title:"Wind Cave",x:39.02512376611075,y:33.17685179245324,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Wind Cave",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"fdba645f-73d5-474b-a71d-643d55e533f2",title:"North Dakota",type:"group",children:[{id:"5ce7c6c8-a6ec-430b-8584-85034605f91a",title:"Theodore Roosevelt",x:39.62967046104557,y:18.801850878515296,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Theodore Roosevelt",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"a860ea37-90f5-45f0-8cfe-8314c46fbf2c",title:"Wyoming",type:"group",children:[{id:"8c0fb13e-4d5a-41f4-93b1-c83e77e7d1e8",title:"Grand Teton",x:26.26247131748672,y:30.15601826706048,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Grand Teton",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"b2c1d8c7-8e37-421b-a6fb-b395aa3deef4",title:"Yellowstone",x:26.396815027472236,y:27.34351808824654,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Yellowstone",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"19f7c928-fb3d-45d8-9d8e-f4fde36d87ef",title:"Montana",type:"group",children:[{id:"a5c2a8f3-2f4a-4959-988d-251e64df28e7",title:"Glacier",x:22.030644452942965,y:9.843516975626436,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Glacier",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"a879a1fd-ae87-4417-a2f9-1a0109c1aa8c",title:"California",type:"group",children:[{id:"2d63c0c4-0f24-46c7-8d18-5a2f98e583f7",title:"Joshua Tree",x:14.10436556379752,y:64.53102045256426,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Joshua Tree",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"e98634cf-912e-4ff5-9af5-6437e2061af4",title:"Channel Islands",x:5.439196269731732,y:61.19768702651259,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Channel Islands",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"582cb206-777f-4042-88b0-d6baa8f5da1e",title:"Death Valley",x:11.417491364087198,y:55.364353388533274,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Death Valley",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"9220c45a-3f40-4050-b8d5-52dc57d06fe7",title:"Kings Canyon",x:9.335163859311699,y:52.34351967770384,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Kings Canyon",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"d2d4dae9-78dc-48dc-b10f-1dc3dd1b4675",title:"Sequoia",x:8.327586034420326,y:54.94768650993897,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Sequoia",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"de590a48-a82b-4d7e-a082-6ec6094ddcd1",title:"Pinnacles",x:3.625556184927266,y:51.09351959823096,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Pinnacles",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"7643966c-8da4-4a1f-b9cc-37dbaecd123f",title:"Yosemite",x:7.118492644550683,y:45.572685913892485,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Yosemite",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"ddd34b4a-a9ea-4f9a-ad2d-033deacbfd6e",title:"Lassen Volcanic",x:5.7750555446955225,y:36.51018533771422,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Lassen Volcanic",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"34c30d01-a5fc-4d8e-9140-7e5d71a438f4",title:"Redwood",x:1.9462598101083146,y:30.885184980086322,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Redwood",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"10b69432-85b7-4ca3-94a9-3460cb7cdb61",title:"Oregon",type:"group",children:[{id:"deb1cd8b-79d0-435f-babe-08d4b81c27cc",title:"Crater Lake",x:6.043742964666555,y:27.239351414957135,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Crater Lake",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"5456080d-c7e9-4836-ad44-6854ee00d2f1",title:"Washington",type:"group",children:[{id:"a5b1c830-a6cf-43ef-8c51-d7a9659b401f",title:"Mount Ranier",x:8.528486965186268,y:14.044939676920572,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Mount Ranier",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"2276aa69-1865-40f1-a6de-f2be9aef8063",title:"North Cascades",x:10.711560796113497,y:7.794939676920572,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"North Cascades",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]},{id:"cdf203f4-33e3-495f-83b1-a20bc0493d06",title:"Olympic",x:6.337289109578792,y:7.968750000000012,default_style:{icon_size:24,icon_svg:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">\x3c!--! Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --\x3e<path d="M413.8 447.1L256 448l0 31.99C256 497.7 241.8 512 224.1 512c-17.67 0-32.1-14.32-32.1-31.99l0-31.99l-158.9-.0099c-28.5 0-43.69-34.49-24.69-56.4l68.98-79.59H62.22c-25.41 0-39.15-29.8-22.67-49.13l60.41-70.85H89.21c-21.28 0-32.87-22.5-19.28-37.31l134.8-146.5c10.4-11.3 28.22-11.3 38.62-.0033l134.9 146.5c13.62 14.81 2.001 37.31-19.28 37.31h-10.77l60.35 70.86c16.46 19.34 2.716 49.12-22.68 49.12h-15.2l68.98 79.59C458.7 413.7 443.1 447.1 413.8 447.1z"/></svg>',icon_fill:"#4d8f32"},mouseover_style:{background_opacity:.4,icon_fill:"#c03939"},tooltip_style:{padding:5,background_color:"#58513c",background_opacity:.37012987012987014},tooltip_content:[{type:"Heading",text:"Olympic",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"96e62a88-c4b3-489b-b5d0-13799968dc7f"}]}],tooltip:{enable_tooltip:!1}},{id:"54dff390-f5d3-41c8-a884-586848d4d5de",title:"United States",type:"group",width:40.974734995847214,height:40.974734995847214,static:!0,children:[{id:"cb477982-f266-4bbc-b017-58a2d752262b",title:"Oregon",type:"svg",x:1.2148338117698745,y:12.45061404657593,width:15.358040150642985,height:20.756696418527394,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#bcb1a0",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Oregon",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"41bb4cc5-4dbf-40c5-97da-16058cdaeca6"}],svg:{tagName:"path",properties:[{name:"d",value:"M112.666154,171.163621 L118.956923,138.576311 C118.956923,137.035466 119.519077,136.092557 120.338154,134.780977 C120.994154,133.73159 120.938462,132.846535 121.125231,131.630662 C121.266462,130.71391 121.782462,130.21999 121.782462,129.26908 C121.782462,128.940415 121.520308,128.808704 121.257846,128.611751 C120.601231,128.120601 119.337231,128.798856 119.157846,127.955961 C118.575077,125.22017 119.814769,123.559615 120.863077,121.000773 C121.454462,119.558096 122.76,119.252205 124.013846,118.375459 C124.4,118.105573 124.510154,117.722746 124.8,117.325764 C125.395077,116.509643 125.945538,116.077271 126.506462,115.226375 C127.027077,114.436104 127.455385,113.946185 127.556,112.994658 C127.684615,111.781247 127.494462,110.96174 127.949538,109.845574 C128.216308,109.191631 128.598462,108.822345 128.999077,108.270263 C129.811385,107.149789 130.773231,106.827279 131.492615,105.645873 C132.510462,103.973932 132.412308,102.62727 132.412308,100.658977 C132.412308,99.5431185 132.609538,98.8211649 132.280923,97.7714702 C131.921846,96.6226839 131.101538,96.2281637 130.510154,95.168006 C129.804615,94.984594 129.043077,95.0236768 128.343692,94.753175 L128.343385,94.753175 L102.089538,87.294219 C101.518769,87.3573054 101.232,87.6108815 100.784923,87.798294 C96.4473846,89.6157952 93.5646154,86.9587845 88.9747692,86.222675 C86.6101538,85.8435417 85.0375385,86.0906554 82.6753846,85.6976738 C79.9196923,85.2388363 78.9350769,82.5488976 76.1150769,82.5488976 C75.0643077,82.5488976 74.4113846,82.6892262 73.4901538,83.0735911 C72.8375385,83.3459393 72.6369231,84.1232857 71.9147692,84.1232857 C70.2744615,84.1232857 69.9455385,82.4821185 68.5024615,81.7613958 C67.3212308,81.1708464 66.6,80.7104702 65.2870769,80.7104702 C63.2313846,80.7104702 61.1756923,80.7104702 59.12,80.7104702 C57.4144615,80.7104702 56.4326154,80.1743905 54.8547692,79.6607756 C53.612,79.2564077 52.5443077,79.6072292 51.7049231,78.611081 C51.4938462,78.3602744 51.5630769,77.8928202 51.4427692,77.5613863 C51.0375385,76.450144 50.9415385,75.6580262 50.9169231,74.4113792 C50.8769231,72.3766149 51.1036923,70.8733143 50.1307692,69.1610595 C49.4636923,67.9870387 48.3535385,67.7266923 47.2436923,67.0616702 C46.3846154,66.5474399 46.3981538,65.1906226 45.4058462,64.962281 C44.6913846,64.7979488 44.3563077,65.7497827 43.5692308,65.7497827 L43.5692308,65.7497827 C41.6338462,64.7979488 40.1236923,65.1263054 38.1883077,64.1753946 C37.6298462,65.3226423 37.6633846,66.176 37.1375385,67.3244786 C36.5150769,68.73515 35.9904615,69.5549643 35.8258462,71.1305833 C35.7606154,71.7540607 36.0230769,72.082725 35.9566154,72.7049714 C35.8258462,73.7885173 35.1695385,74.2479702 35.0384615,75.3302851 C34.9735385,75.9537625 35.1036923,76.3473595 34.9083077,76.904981 C34.7424615,77.3970542 34.2187692,77.4622946 34.12,77.9555988 C33.9892308,78.578153 34.0215385,79.0379137 33.8578462,79.6610833 C33.4969231,80.8421821 32.676,81.2354714 32.0212308,82.2854738 C30.7083077,84.386094 29.9873846,85.7306018 29.1338462,88.0598714 C28.904,88.6830411 28.5753846,89.0117054 28.3455385,89.6354905 C27.4612308,92.0309238 27.4935385,93.5714607 26.5089231,95.9345815 C25.4270769,98.5595875 24.2452308,99.805619 22.9661538,102.364769 C22.5723077,103.185814 21.9812308,103.51294 21.6532308,104.333985 C21.5218462,104.694962 21.6206154,105.022703 21.5218462,105.38368 C21.0947692,106.662947 20.6369231,107.351665 19.9473846,108.533687 C19.2255385,109.779718 18.8969231,110.633076 17.8473846,111.682463 C17.0929231,112.437652 16.3393846,112.699845 15.8793846,113.650756 C15.7809231,113.880636 15.4861538,113.914488 15.4861538,114.17668 C15.4861538,114.701682 15.7483077,114.963874 15.7483077,115.488876 C15.7483077,116.50595 15.2224615,117.095884 14.5664615,117.851689 C13.4184615,119.162653 12.7950769,119.951078 12.0729231,121.525466 C11.7116923,122.31266 11.2867692,122.739185 11.2867692,123.625779 C11.2867692,124.64193 11.6803077,125.233095 11.6803077,126.250169 C11.6803077,127.759624 11.4178462,128.645295 10.892,130.056274 C10.696,130.646208 10.3673846,131.007185 10.2363077,131.630662 C9.71046154,133.763902 9.71046154,135.07579 9.71046154,137.275194 C9.71046154,138.389514 10.3673846,138.980679 10.3673846,140.095306 C10.3673846,140.427971 10.2427692,140.65662 10.0870769,140.886193 L10.0867692,140.886193 C30.3747692,148.146042 50.3156923,154.440825 69.9464615,159.716071 L69.9458462,159.716071 C83.7652308,163.790832 98.0052308,167.606784 112.665846,171.163621 L112.666154,171.163621 L112.666154,171.163621 Z"},{name:"id",value:"Oregon"},{name:"fill-rule",value:"nonzero"}],viewBox:"9.710461616516113 64.1753921508789 122.76054382324219 106.98822784423828"}},{id:"11aa2287-8386-4486-bc33-ec92a1b87276",title:"Idaho",type:"svg",x:14.095174612284284,y:6.991100877659365,width:11.483700641617073,height:29.418554518066504,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d8d3b9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Idaho",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"e0707484-22e1-42eb-adf9-2dcb0cb785ba"}],svg:{tagName:"path",properties:[{name:"d",value:"M140.964923,36.0349 C145.308923,37.0861333 149.655692,38.1050542 154.003692,39.091047 L154.003692,39.091047 L149.603692,58.2689774 C150.258462,60.3034339 150.685846,61.4516048 151.177846,63.5183738 C151.440308,64.5683762 151.832615,65.0933774 152.096308,66.1439952 C152.457231,67.5869792 152.653538,68.374481 153.014769,69.8177726 C153.145538,70.4086298 153.080923,70.834847 153.278154,71.3921607 C153.704,72.5415625 154.327692,73.0653327 155.114769,74.0174744 C155.804308,74.8372887 156.066462,75.4943095 156.426462,76.5113839 C157.213846,78.6107732 157.739692,79.8580357 158.920308,81.7610881 C159.838462,83.2366923 160.823077,83.7626167 162.200923,84.7787679 C162.989231,85.369625 163.480308,85.6973661 164.301231,86.2232905 C164.825846,86.5504161 165.480923,86.7479839 165.480923,87.4040815 C165.480923,88.2238958 165.088308,88.715969 164.957231,89.504394 C164.662154,91.4388357 163.940308,92.4897613 163.383077,94.3592702 C163.054462,95.5077488 162.070154,96.0324423 162.070154,97.2467768 C162.070154,98.0016583 162.594769,98.3952554 162.857231,99.0836655 C163.512923,100.659285 164.168923,101.577883 164.168923,103.283367 C164.168923,103.545868 163.841538,103.513248 163.644308,103.677272 C163.120615,104.103182 162.660615,104.137033 162.070154,104.464466 C161.479077,104.792823 161.150462,105.055323 160.495692,105.252891 C160.692,106.105018 161.119077,106.498615 161.281846,107.35228 C161.446462,108.139474 161.380308,108.664168 161.545231,109.451362 C161.610154,109.812339 161.577846,110.206243 161.807692,110.502287 C162.200923,110.960817 162.759385,110.895577 163.383077,110.895577 C165.416923,110.895577 166.335385,109.451362 168.368,109.451362 C169.418769,109.451362 169.779692,110.665696 169.944615,111.682771 C170.205846,113.290087 169.977231,114.373325 170.599385,115.883088 C171.518769,118.113266 172.436923,119.459005 172.436923,121.887058 C172.436923,122.837969 172.305846,123.362662 172.305846,124.315112 C172.305846,124.904738 172.240923,125.332186 172.436923,125.85688 C172.600923,126.349261 173.092923,126.480357 173.355385,126.906574 C173.946462,127.857485 174.077538,128.644679 174.798769,129.531888 C175.094462,129.891942 175.488,130.056582 175.717846,130.448948 C176.374154,131.499873 176.210154,132.483404 176.768615,133.599262 C177.062462,134.22274 177.455692,134.584024 177.816923,135.174882 C178.178154,135.764508 178.276615,136.618173 178.998769,136.618173 C179.949538,136.618173 180.409231,135.830979 181.361231,135.830979 C182.705846,135.830979 183.165538,137.142867 184.509846,137.142867 C185.035692,137.142867 185.429231,137.04439 185.822769,136.749577 C186.216308,136.453533 186.347692,135.830979 186.872308,135.830979 C187.332,135.830979 187.495692,136.224576 187.922769,136.355673 C188.742462,136.650793 189.201231,136.912986 190.021846,137.142867 C191.4,137.536771 192.253231,137.405367 193.696308,137.405367 C194.516923,137.405367 195.009231,137.536771 195.795385,137.405367 C196.287385,137.339204 196.452308,136.912986 196.845846,136.618173 C197.239692,136.322129 197.666769,136.158412 197.895385,135.699883 C198.288923,134.912689 198.190154,133.730359 199.077231,133.730359 C199.765538,133.730359 200.093231,134.28798 200.520308,134.781285 C200.98,135.338598 201.274769,135.764508 201.833231,136.224576 C202.750462,137.01177 203.604923,137.20903 204.458154,138.061465 L204.456923,138.060849 L198.289231,187.669461 L198.288923,187.669769 L155.377231,180.32006 L155.377538,180.320368 L112.666154,171.163929 L112.666154,171.163621 L118.956923,138.576311 C118.956923,137.035466 119.519077,136.092557 120.338154,134.780977 C120.994154,133.73159 120.938462,132.846535 121.125231,131.630662 C121.266462,130.71391 121.782462,130.21999 121.782462,129.26908 C121.782462,128.940415 121.520308,128.808704 121.257846,128.611751 C120.601231,128.120601 119.337231,128.798856 119.157846,127.955961 C118.575077,125.22017 119.814769,123.559615 120.863077,121.000773 C121.454462,119.558096 122.76,119.252205 124.013846,118.375459 C124.4,118.105573 124.510154,117.722746 124.8,117.325764 C125.395077,116.509643 125.945538,116.077271 126.506462,115.226375 C127.027077,114.436104 127.455385,113.946185 127.556,112.994658 C127.684615,111.781247 127.494462,110.96174 127.949538,109.845574 C128.216308,109.191631 128.598462,108.822345 128.999077,108.270263 C129.811385,107.149789 130.773231,106.827279 131.492615,105.645873 C132.510462,103.973932 132.412308,102.62727 132.412308,100.658977 C132.412308,99.5431185 132.609538,98.8211649 132.280923,97.7714702 C131.921846,96.6226839 131.101538,96.2281637 130.510154,95.168006 C129.804615,94.984594 129.043077,95.0236768 128.343692,94.753175 L128.344308,94.7528673 L140.964615,36.0349 L140.964923,36.0349 L140.964923,36.0349 Z"},{name:"id",value:"Idaho"},{name:"fill-rule",value:"nonzero"}],viewBox:"112.66615295410156 36.0349006652832 91.79200744628906 151.63487243652344"}},{id:"1cf2569e-bdda-42d3-8fdc-9b67d9e9cb9c",title:"Washington",type:"svg",x:4.810370873713904,y:2.802327033857582,width:12.825139970750133,height:15.580597047091503,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1ba94",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Washington",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"17615b12-4c41-4a5a-a411-677be439aa07"}],svg:{tagName:"path",properties:[{name:"d",value:"M102.089538,87.294219 C101.518769,87.3573054 101.232,87.6108815 100.784923,87.798294 C96.4473846,89.6157952 93.5646154,86.9587845 88.9747692,86.222675 C86.6101538,85.8435417 85.0375385,86.0906554 82.6753846,85.6976738 C79.9196923,85.2388363 78.9350769,82.5488976 76.1150769,82.5488976 C75.0643077,82.5488976 74.4113846,82.6892262 73.4901538,83.0735911 C72.8375385,83.3459393 72.6369231,84.1232857 71.9147692,84.1232857 C70.2744615,84.1232857 69.9455385,82.4821185 68.5024615,81.7613958 C67.3212308,81.1708464 66.6,80.7104702 65.2870769,80.7104702 C63.2313846,80.7104702 61.1756923,80.7104702 59.12,80.7104702 C57.4144615,80.7104702 56.4326154,80.1743905 54.8547692,79.6607756 C53.612,79.2564077 52.5443077,79.6072292 51.7049231,78.611081 C51.4938462,78.3602744 51.5630769,77.8928202 51.4427692,77.5613863 C51.0375385,76.450144 50.9415385,75.6580262 50.9169231,74.4113792 C50.8769231,72.3766149 51.1036923,70.8733143 50.1307692,69.1610595 C49.4636923,67.9870387 48.3535385,67.7266923 47.2436923,67.0616702 C46.3846154,66.5474399 46.3981538,65.1906226 45.4058462,64.962281 C44.6913846,64.7979488 44.3563077,65.7497827 43.5692308,65.7497827 L43.3067692,65.2250893 C42.5510769,64.2080149 42.2563077,63.4195899 41.2067692,62.730872 C40.6495385,62.3698952 40.2221538,62.2723423 39.6313846,61.943678 C39.0741538,61.6479417 38.4504615,61.4186768 38.4504615,60.7628869 C38.4504615,60.3031262 38.9101538,60.1394095 38.9763077,59.712269 C39.0741538,59.1223351 38.9427692,58.7610506 38.9763077,58.1375732 C40.1895385,58.1375732 41.0427692,57.5476393 41.7313846,56.5631851 C41.9276923,56.2680643 42.2563077,56.1357369 42.2563077,55.7747601 C42.2563077,54.9561768 41.5676923,54.692753 41.0753846,54.0689679 C40.4196923,53.2491536 40.2221538,52.5272 40.1572308,51.4448851 C40.3104615,50.6773863 41.4095385,49.6246143 42.1249231,48.8195714 C42.3873846,48.5247583 42.7809231,48.3271905 42.7809231,47.901281 C42.7809231,47.4424435 42.1575385,47.3762798 41.7313846,47.2451833 C41.108,47.0488464 40.7467692,47.015303 40.1572308,46.7201821 C40.5833846,45.4409149 40.9443077,44.6534131 40.9443077,43.3076744 C40.9443077,42.5857208 40.6821538,42.1591958 40.5507692,41.4707857 C40.2221538,39.7976137 39.8938462,38.7469958 39.8938462,37.0088911 C39.8938462,35.3354113 40.4196923,34.3509571 40.4196923,32.6777851 C40.4196923,29.6924179 39.2387692,28.0518661 39.2387692,25.0664988 C39.2387692,24.015881 40.0249231,23.589356 40.5507692,22.7036857 C41.0753846,21.850328 41.404,21.3253268 42.1249231,20.6042964 C42.6833846,21.0954464 43.0446154,21.3905673 43.5692308,21.9164917 C44.2901538,22.6384452 44.4873846,23.3920958 45.4058462,23.8844768 C46.6190769,24.5418054 47.4070769,24.9350946 48.5566154,25.7222887 C49.5723077,26.4113143 50.1307692,27.0997244 51.3113846,27.4283887 C52.0984615,27.658269 52.6569231,27.6905815 53.4104615,27.9530821 C55.7406154,28.8064399 56.7575385,30.2497315 59.1852308,30.8408964 C60.4969231,31.1683298 60.9892308,32.054 61.6784615,33.2024786 C61.7775385,33.3997387 62.0723077,33.4323589 62.2033846,33.5963833 C62.9252308,34.3835774 63.7449231,34.5146738 64.8270769,34.5146738 C64.3695385,35.9265762 63.3843077,36.385106 62.2033846,37.2710839 C61.3836923,37.8619411 61.0227692,38.4854185 60.3655385,39.239069 C61.7449231,40.1588982 62.5307692,40.5848077 64.0412308,41.2085929 C63.8436923,42.4878601 63.4827692,43.176578 62.9904615,44.357369 C62.6618462,45.145794 62.5633846,45.9329881 61.8098462,46.3265851 C61.2852308,46.588778 60.8578462,46.4579893 60.2344615,46.4579893 C58.5289231,46.4579893 57.6107692,45.636944 55.9043077,45.5393911 L55.9043077,49.0829952 C56.856,50.1317667 57.6107692,51.0512881 59.0538462,51.0512881 C60.2030769,51.0512881 60.8578462,50.7226238 61.9409231,50.3951905 C62.9252308,50.0991464 63.1544615,49.2143994 64.0412308,48.688475 C64.7944615,48.2284065 65.5495385,48.1637815 66.14,47.5073762 C66.5673846,47.0488464 66.5347692,46.5555423 66.6658462,45.9329881 C66.8286154,45.244578 67.0596923,44.8171298 67.0596923,44.0951762 C67.0596923,43.571406 66.7972308,43.3076744 66.7972308,42.782981 C66.7972308,41.2735256 66.9283077,39.9939506 68.1092308,39.1079726 C68.6338462,38.7143756 69.1261538,38.9116357 69.6833846,38.5832792 C70.1092308,38.3546298 70.2083077,37.960725 70.4704615,37.5335845 C70.8975385,36.9101071 71.2587692,36.4512696 71.2587692,35.6966958 C71.2587692,34.4820536 70.4055385,33.9570524 70.0769231,32.8088815 C70.012,32.5466887 70.1756923,32.3165006 70.1756923,32.0216875 C70.1756923,31.8902833 69.9458462,31.8902833 69.9458462,31.7594946 C69.8806154,31.2344935 70.2083077,30.9710696 70.2083077,30.4469917 C70.2083077,28.6414923 68.8963077,27.7893655 68.8963077,25.9847893 C68.8963077,25.3277685 69.6833846,25.2951482 70.2083077,24.9350946 C70.7664615,24.5418054 70.9963077,23.9506405 70.9963077,23.2286869 C70.9963077,21.0305137 69.0923077,20.3421036 68.1092308,18.3725798 C67.6169231,17.3890488 67.5833846,16.6009315 66.9283077,15.7472661 C66.5052308,15.2065702 65.9596923,14.8483631 65.5307692,14.444303 C90.6123077,22.7375369 115.757538,29.9352232 140.964923,36.0349 L128.344308,94.7528673 L102.089538,87.294219 Z"},{name:"id",value:"Washington"},{name:"fill-rule",value:"nonzero"}],viewBox:"38.450462341308594 14.444302558898926 102.51445770263672 80.30856323242188"}},{id:"03f778de-d8e7-45b2-9b98-35a048ccb7a4",title:"Nevada",type:"svg",x:7.108850638230578,y:30.986379808458572,width:12.3297598091772,height:30.324446693780263,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#dfceaa",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Nevada",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"367716c0-98a0-4fb6-a74c-ee91d031d19e"}],svg:{tagName:"path",properties:[{name:"d",value:"M140.548615,277.43574 L138.275385,293.363649 C137.691077,293.460586 137.309846,293.868647 136.742462,294.235163 C136.384,294.46689 136.151692,294.890338 135.692923,294.890338 C134.971077,294.890338 134.773538,294.103143 134.117538,293.840643 C133.298462,293.512594 132.870769,293.184545 131.984923,293.184545 C130.957231,293.184545 129.929538,293.184545 128.901538,293.184545 C127.489846,293.184545 126.468923,293.72678 125.719385,294.890338 C125.053231,295.92403 125.804923,296.825087 125.719385,298.040345 C125.673231,298.694904 125.324923,298.991255 125.324923,299.648584 C125.324923,300.676429 125.324923,301.704274 125.324923,302.732427 C125.324923,303.158645 125.581231,303.388833 125.588308,303.814435 C125.612923,305.258649 125.446462,306.043997 125.588308,307.488212 C125.610462,307.717785 125.850769,307.816876 125.850769,308.047988 C125.850769,309.075833 125.850769,310.103678 125.850769,311.131831 C125.850769,312.31293 124.687077,312.879783 124.931077,314.051035 C125.012923,314.444632 125.111692,315.626038 125.193846,316.019943 L125.193846,316.020251 L56.8227692,216.672546 L69.9458462,159.716071 L69.9458462,159.716071 C83.7652308,163.790832 98.0052308,167.606784 112.665846,171.163621 L112.666154,171.163929 L155.377538,180.320368 L155.377538,180.319445 L140.548615,277.43574 L140.548615,277.43574 L140.548615,277.43574 Z"},{name:"id",value:"Nevada"},{name:"fill-rule",value:"nonzero"}],viewBox:"56.82276916503906 159.716064453125 98.55476379394531 156.30419921875"}},{id:"b7bb0f07-1c44-4aa8-afb0-5b9dcf292525",title:"Arizona",type:"svg",x:14.631165633471454,y:53.82507345799778,width:12.740144435046414,height:24.091286615617683,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d0bf9a",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Arizona",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"d9b9c84e-1764-46fa-9396-66e1771f84c8"}],svg:{tagName:"path",properties:[{name:"d",value:"M140.548615,277.43574 L138.275385,293.363649 C137.691077,293.460586 137.309846,293.868647 136.742462,294.235163 C136.384,294.46689 136.151692,294.890338 135.692923,294.890338 C134.971077,294.890338 134.773538,294.103143 134.117538,293.840643 C133.298462,293.512594 132.870769,293.184545 131.984923,293.184545 C130.957231,293.184545 129.929538,293.184545 128.901538,293.184545 C127.489846,293.184545 126.468923,293.72678 125.719385,294.890338 C125.053231,295.92403 125.804923,296.825087 125.719385,298.040345 C125.673231,298.694904 125.324923,298.991255 125.324923,299.648584 C125.324923,300.676429 125.324923,301.704274 125.324923,302.732427 C125.324923,303.158645 125.581231,303.388833 125.588308,303.814435 C125.612923,305.258649 125.446462,306.043997 125.588308,307.488212 C125.610462,307.717785 125.850769,307.816876 125.850769,308.047988 C125.850769,309.075833 125.850769,310.103678 125.850769,311.131831 C125.850769,312.31293 124.687077,312.879783 124.931077,314.051035 C125.012923,314.444632 125.111692,315.626038 125.193846,316.019943 L125.193846,316.020251 C125.241538,316.249515 125.540615,316.971469 125.588308,317.201042 C126.032923,319.334898 125.833231,320.611088 126.244,322.712015 C126.487385,323.956508 126.548,324.742779 127.162462,325.863254 C127.663077,326.775389 128.531692,326.887098 129.130154,327.700142 C129.811077,328.625511 131.048615,328.888627 131.100308,330.062955 C131.176615,331.79429 129.424615,332.291595 127.949846,333.211732 C126.899385,333.866598 126.107385,334.061396 125.324923,335.04862 C124.729846,335.799809 124.502154,336.393436 124.145231,337.280645 C123.485846,338.91935 122.894154,339.838564 122.306462,341.480346 C121.942769,342.495882 122.114154,343.320313 121.388923,344.105352 C120.932615,344.599272 120.053231,344.045343 119.681538,344.629123 C119.135385,345.48802 119.66,346.239824 119.551077,347.254436 C119.463077,348.074866 119.157846,348.534011 119.157846,349.354749 C119.157846,352.306573 121.125538,353.749557 121.125538,356.703535 C121.125538,357.490729 120.270462,357.749536 119.551077,358.01573 C118.499385,358.405018 117.811385,358.443486 116.926462,359.066348 C116.264615,359.532263 116.111385,360.220365 115.876615,360.903544 L115.876615,360.903544 C115.941846,361.919388 116.171692,362.544096 116.401538,363.527627 L174.536923,397.91182 L207.395077,401.611755 L207.395077,401.611755 L217.711692,289.509845 L217.711692,289.510152 C192.857231,286.235511 167.311385,282.123515 140.548615,277.43574 L140.548615,277.43574 L140.548615,277.43574 Z"},{name:"id",value:"Arizona"},{name:"fill-rule",value:"nonzero"}],viewBox:"115.87661743164062 277.43572998046875 101.83506774902344 124.176025390625"}},{id:"31373b2c-257a-47ca-87ad-7f1e42a218e1",title:"California",type:"svg",y:27.3332135775152,width:16.401693966209404,height:42.68537857245538,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1c4a9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"California",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"e8fe92e1-fec0-4219-8cea-135e73a517de"}],svg:{tagName:"path",properties:[{name:"d",value:"M115.876615,360.903544 C116.111385,360.220365 116.264615,359.532263 116.926462,359.066348 C117.811385,358.443486 118.499385,358.405018 119.551077,358.01573 C120.270462,357.749536 121.125538,357.490729 121.125538,356.703535 C121.125538,353.749557 119.157846,352.306573 119.157846,349.354749 C119.157846,348.534011 119.463077,348.074866 119.551077,347.254436 C119.66,346.239824 119.135385,345.48802 119.681538,344.629123 C120.053231,344.045343 120.932615,344.599272 121.388923,344.105352 C122.114154,343.320313 121.942769,342.495882 122.306462,341.480346 C122.894154,339.838564 123.485846,338.91935 124.145231,337.280645 C124.502154,336.393436 124.729846,335.799809 125.324923,335.04862 C126.107385,334.061396 126.899385,333.866598 127.949846,333.211732 C129.424615,332.291595 131.176615,331.79429 131.100308,330.062955 C131.048615,328.888627 129.811077,328.625511 129.130154,327.700142 C128.531692,326.887098 127.663077,326.775389 127.162462,325.863254 C126.548,324.742779 126.487385,323.956508 126.244,322.712015 C125.833231,320.611088 126.032923,319.334898 125.588308,317.201042 C125.540615,316.971469 125.241538,316.249515 125.193846,316.020251 L125.193846,316.020251 L56.8227692,216.672546 L69.9458462,159.716071 L69.9464615,159.716071 C50.3156923,154.440825 30.3747692,148.146042 10.0867692,140.886193 L10.0870769,140.886193 C9.96615385,141.064681 9.82584615,141.244092 9.71046154,141.473665 C9.31784615,142.29471 9.05538462,142.884336 9.05538462,143.802935 C9.05538462,144.524888 9.31784615,145.08251 9.31784615,145.804463 C9.51415385,147.542876 9.84246154,148.528561 9.84246154,150.266973 C9.84246154,152.531002 8.49692308,153.613317 7.87384615,155.77887 C7.61138462,156.763324 7.41507692,157.353258 7.35015385,158.402953 C7.284,159.22369 7.51261538,159.716071 7.35015385,160.503265 C7.21876923,161.191676 6.75907692,161.55296 6.29969231,162.078885 C5.31476923,163.226132 4.49507692,163.752057 3.41230769,164.834064 C2.49384615,165.752662 2.19907692,166.442303 1.312,167.32705 C0.755076923,167.885595 0,168.213336 0,169.034073 C0,169.526454 0.262461538,169.821267 0.262461538,170.313648 L0.262461538,175.103284 C0.262461538,175.530424 0.755076923,175.595665 1.04953846,175.857858 C1.772,176.513955 2.13261538,177.006029 2.62492308,177.827074 C3.31353846,178.941701 3.67476923,179.729203 4.068,180.97585 C4.72523077,183.010614 4.72523077,184.322502 4.72523077,186.488055 C4.72523077,187.833793 4.59384615,188.588367 4.33169231,189.900563 C4.26553846,190.261539 4.29784615,190.590204 4.19938462,190.950257 C3.83846154,192.066115 3.28092308,192.656973 3.28092308,193.837764 C3.28092308,194.362765 3.54338462,194.625265 3.54338462,195.149959 C3.54338462,195.44508 3.34615385,195.64234 3.34615385,195.937153 C3.34615385,196.659414 3.51076923,197.119175 3.28092308,197.775273 C2.88738462,198.824967 2.23138462,199.283497 2.23138462,200.399355 C2.23138462,201.02314 2.46123077,201.38381 2.62492308,201.974974 C2.95230769,203.156073 3.05107692,203.878027 3.14953846,205.124058 C3.28092308,206.79723 2.98492308,208.207902 4.19938462,209.32376 C5.21630769,210.242358 5.54461538,211.095716 6.16830769,212.342671 C7.15261538,214.343276 8.00492308,215.590539 8.00492308,217.854568 C8.00492308,219.003046 7.87384615,219.691457 7.48,220.741151 C7.284,221.267076 6.95538462,221.495725 6.95538462,222.05427 C6.95538462,223.792682 8.53076923,224.349688 9.31784615,225.859451 C9.80892308,226.811285 10.3012308,227.467383 11.2867692,227.959764 C11.6803077,228.156101 11.8769231,228.484457 12.3353846,228.484457 C12.8612308,228.484457 13.0246154,228.025004 13.3858462,227.697263 C14.304,226.843905 14.7304615,226.22012 15.4861538,225.204277 C15.6821538,226.482621 15.1898462,227.23781 15.4861538,228.484457 C15.6821538,229.338123 16.0769231,229.730489 16.2732308,230.583846 L16.0107692,231.633541 C16.2732308,232.421966 16.4704615,232.913116 16.5353846,233.733854 C15.6495385,232.847876 14.8950769,232.585683 13.7793846,232.027138 L12.5987692,238.32746 C12.8612308,239.968012 12.6313846,240.985394 13.1233846,242.527162 C13.5830769,243.970454 14.2067692,244.856432 14.6978462,246.332036 C15.8467692,247.612842 16.6006154,248.400343 18.1107692,249.21985 C19.6187692,250.040588 20.8670769,251.024426 20.8670769,252.763454 C20.8670769,254.436934 18.7655385,254.469554 17.9784615,255.912538 C17.3227692,257.09456 16.9289231,257.946687 16.9289231,259.325046 C16.9289231,260.572308 17.7821538,261.129314 18.3732308,262.211629 C19.6187692,264.475966 20.5058462,265.689377 21.3907692,268.118354 C21.8827692,269.495482 22.2110769,270.34884 22.4412308,271.792132 C22.7036923,273.432683 22.4076923,274.876898 23.6218462,275.991833 C25.0326154,277.304029 25.8196923,278.22355 26.7713846,279.929035 C27.0012308,280.389103 27.3286154,280.520199 27.5584615,280.978729 C28.116,282.094588 28.1821538,282.883013 28.2147692,284.128736 C28.2470769,285.277215 28.9366154,285.86838 29.7898462,286.622954 C30.2495385,287.016858 30.7406154,287.311364 30.8393846,287.935149 C30.872,288.296433 30.7083077,288.591246 30.7083077,288.984843 C30.6744615,290.001918 30.9046154,290.591852 30.9704615,291.610157 L29.6587692,299.877233 C29.6587692,301.551636 30.6095385,302.765048 32.1526154,303.421145 C32.7424615,303.651026 33.1356923,303.748271 33.7267692,303.946146 C35.6944615,304.6681 36.5150769,305.783958 38.4504615,306.571152 C39.6313846,307.063533 40.3858462,307.16201 41.6003077,307.48852 C42.42,307.719323 42.8470769,308.047988 43.7003077,308.276637 C44.3563077,308.440661 44.8486154,308.309257 45.4058462,308.670542 C46.424,309.327563 46.5864615,310.179997 47.2436923,311.164451 C48.4904615,313.034883 49.2113846,314.149818 50.9169231,315.625423 L52.4923077,316.938541 C52.6569231,317.069945 52.8867692,317.036402 53.0181538,317.201042 C53.804,318.054399 54.1984615,318.743425 55.2483077,319.169335 C57.02,319.891596 58.1356923,320.153789 59.9723077,320.744954 C60.3655385,320.876358 60.7267692,320.876358 61.0227692,321.138551 C61.3178462,321.400128 61.3178462,321.794648 61.4163077,322.188245 C61.6784615,323.140387 61.6784615,323.795561 61.6784615,324.813559 C61.6784615,325.960499 62.6295385,326.486423 63.5153846,327.175449 C64.8932308,328.258687 66.1073846,328.355932 67.7144615,329.013261 C69.2895385,329.668127 70.2418462,330.488865 70.9963077,332.03094 C71.4873846,333.014779 71.6846154,333.704113 72.1772308,334.655023 C72.8655385,335.936137 73.5876923,336.525763 74.2763077,337.805338 C75.1627692,339.47851 75.2606154,340.691921 75.8516923,342.530041 C76.5073846,344.498026 77.0984615,345.809914 76.7698462,347.911457 C76.5073846,348.731271 76.2113846,349.256273 76.1150769,350.14102 C76.3101538,350.174871 76.4089231,350.404751 76.6387692,350.404751 C77.1972308,350.469684 77.5243077,350.207491 78.0827692,350.14102 C78.3126154,351.585235 78.0827692,352.405049 78.0827692,353.849571 C78.0827692,354.321026 78.0861538,354.734934 78.1012308,355.126069 L78.1012308,355.126069 C78.8895385,355.38857 79.4929231,355.29194 80.3138462,355.391647 C81.1335385,355.489508 81.6255385,355.751701 82.4138462,355.915417 C84.4476923,356.310245 85.6273846,356.572746 87.6612308,356.966343 C89.6636923,357.359017 90.8446154,357.52458 92.9110769,357.753537 C94.6501538,357.949566 95.6347692,358.409635 97.3726154,358.409635 C100.293231,358.409635 101.932615,358.968179 104.853538,359.19806 C106.296923,359.295305 107.117231,359.360545 108.526769,359.591349 C109.742154,359.787686 110.464308,359.91909 111.677538,360.115119 C113.316923,360.378851 114.204,360.641043 115.876615,360.903544 L115.876615,360.903544 L115.876615,360.903544 Z"},{name:"id",value:"California"},{name:"fill-rule",value:"nonzero"}],viewBox:"0 140.88619995117188 131.10272216796875 220.017333984375"}},{id:"81b15682-160c-4d0e-bc05-66a6c6ec8055",title:"North-Dakota",type:"svg",x:37.94397184083937,y:11.690582503509189,width:12.573234426753125,height:11.84239638970548,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1c4a9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"North-Dakota",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"45ddc531-7515-4f71-975d-9fcf7c348ac7"}],svg:{tagName:"path",properties:[{name:"d",value:"M303.295385,120.738887 L306.324615,60.2581964 L306.324923,60.2578887 C335.368,61.7664208 364.490462,61.8464327 393.689231,60.4970012 L393.689231,60.4970012 C393.525538,61.5463881 393.56,62.1073946 393.56,63.1580125 C393.56,63.3869696 393.757538,63.4531333 393.822462,63.6491625 C394.282154,65.0275214 394.872923,65.8485667 394.872923,67.3241708 C394.872923,68.4735726 394.347077,69.0635065 394.347077,70.2116774 C394.347077,70.7692988 394.675692,70.9991792 394.872923,71.5238726 C395.299077,72.7049714 395.791385,73.3943048 395.791385,74.6738798 C395.791385,75.1004048 395.495385,75.3299774 395.396615,75.7235744 C395.200308,76.4122923 395.265538,76.8385095 395.265538,77.5604631 C395.265538,79.6607756 396.217231,80.7104702 397.235692,82.5488976 C397.890462,83.7620012 398.350154,84.5156518 399.072308,85.6979815 C399.630462,86.616272 399.990462,87.2397494 400.252923,88.3220643 C400.843692,90.7174976 400.744923,92.1604815 401.04,94.6220786 C401.204923,96.0653702 401.697231,96.8525643 401.697231,98.295856 C401.697231,100.363856 400.908923,101.479714 400.908923,103.546483 C400.908923,104.366298 401.204923,104.890991 401.434769,105.645873 C402.221846,108.008686 402.483077,109.484598 402.877846,111.944656 C402.975385,112.535821 403.172615,112.929726 403.271385,113.520275 C403.664923,115.948329 403.599692,117.621501 403.796308,120.082174 L403.796308,120.081867 C370.156308,121.442685 336.669538,121.661794 303.295385,120.738887 L303.295385,120.738887 L303.295385,120.738887 Z"},{name:"id",value:"North-Dakota"},{name:"fill-rule",value:"nonzero"}],viewBox:"303.2953796386719 60.25788879394531 100.50091552734375 61.04039764404297"}},{id:"3c98ad72-2e0b-4127-8c45-280fd7edb60b",title:"South-Dakota",type:"svg",x:37.66219773797279,y:23.296981679728095,width:13.56095377496663,height:13.138105298756818,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#bcb1a0",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"South-Dakota",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"8704bdca-4819-4307-90ee-999b478079be"}],svg:{tagName:"path",properties:[{name:"d",value:"M403.796615,120.081867 C403.895077,120.705344 404.188923,121.197417 404.188923,121.821202 C404.188923,123.855351 403.534154,125.00383 403.534154,127.037979 C403.534154,129.530965 405.896615,130.941944 407.864308,132.417548 L409.438462,165.753277 C408.848,166.934376 408.716615,167.065473 408.520308,168.37736 L408.520923,168.377668 C408.716923,171.231631 409.175385,172.872183 409.175385,175.726146 C409.175385,176.743528 409.079077,177.400549 408.782154,178.35146 C408.389538,179.598722 407.601231,180.188348 407.601231,181.501467 C407.601231,184.059693 409.241846,185.241715 409.439077,187.800865 L409.439077,187.800865 C407.724,185.782104 405.734462,185.450977 403.14,184.388973 C401.764615,183.825813 400.940615,183.571005 399.464615,183.206643 C397.890154,182.817663 397.169538,181.763352 395.528,181.763352 C392.739385,181.763352 391.230154,182.683181 388.442769,182.683181 C386.703385,182.683181 385.816308,181.89414 384.242462,181.238658 C382.644,180.573021 381.520308,179.992011 380.308,179.004172 C356.492615,179.527019 329.996923,179.257748 301.043385,177.95817 L301.043077,177.95817 L302.445231,138.664632 L302.445231,138.664632 L303.295385,120.739195 L303.295385,120.738888 C336.669538,121.661794 370.156308,121.442685 403.796308,120.081867 L403.796615,120.081867 L403.796615,120.081867 Z"},{name:"id",value:"South-Dakota"},{name:"fill-rule",value:"nonzero"}],viewBox:"301.0430908203125 120.08186340332031 108.39599609375 67.718994140625"}},{id:"68384de5-f2c8-4bfa-a0c7-8eda2850f589",title:"Wyoming",type:"svg",x:24.478714282670854,y:25.035026800594242,width:13.35889788501625,height:17.154452559999676,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1c4a9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Wyoming",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"a82b94d4-a098-46c8-9e23-518fee72d926"}],svg:{tagName:"path",properties:[{name:"d",value:"M204.457538,138.061465 L205.502769,129.04043 C236.819077,133.173968 269.281231,136.346748 302.445231,138.665247 L302.445231,138.664632 L301.043077,177.95817 L301.043385,177.95817 L299.336923,217.460663 L299.336308,217.461279 C276.672923,216.23802 252.044,214.137707 225.716308,211.160957 L225.716308,211.161264 L195.664308,207.355467 L198.289231,187.669461 L198.289231,187.669461 L204.456923,138.060849 L204.457538,138.061465 L204.457538,138.061465 Z"},{name:"id",value:"Wyoming"},{name:"fill-rule",value:"nonzero"}],viewBox:"195.664306640625 129.04043579101562 106.78091430664062 88.42083740234375"}},{id:"ce910918-5f99-468d-b6c0-30985d726025",title:"Montana",type:"svg",x:18.716271044672816,y:7.5840209523737325,width:19.60671355634936,height:19.31830776740025,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1ba94",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Montana",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"a042e38a-4dfc-4283-87ee-265fcdbe2008"}],svg:{tagName:"path",properties:[{name:"d",value:"M302.445231,138.664632 L303.295385,120.739195 L303.295385,120.738888 L306.324615,60.2581964 L306.324923,60.2578887 C255.306769,57.607956 204.530154,50.549675 154.003692,39.091047 L154.003692,39.091047 L149.603692,58.2689774 C150.258462,60.3034339 150.685846,61.4516048 151.177846,63.5183738 C151.440308,64.5683762 151.832615,65.0933774 152.096308,66.1439952 C152.457231,67.5869792 152.653538,68.374481 153.014769,69.8177726 C153.145538,70.4086298 153.080923,70.834847 153.278154,71.3921607 C153.704,72.5415625 154.327692,73.0653327 155.114769,74.0174744 C155.804308,74.8372887 156.066462,75.4943095 156.426462,76.5113839 C157.213846,78.6107732 157.739692,79.8580357 158.920308,81.7610881 C159.838462,83.2366923 160.823077,83.7626167 162.200923,84.7787679 C162.989231,85.369625 163.480308,85.6973661 164.301231,86.2232905 C164.825846,86.5504161 165.480923,86.7479839 165.480923,87.4040815 C165.480923,88.2238958 165.088308,88.715969 164.957231,89.504394 C164.662154,91.4388357 163.940308,92.4897613 163.383077,94.3592702 C163.054462,95.5077488 162.070154,96.0324423 162.070154,97.2467768 C162.070154,98.0016583 162.594769,98.3952554 162.857231,99.0836655 C163.512923,100.659285 164.168923,101.577883 164.168923,103.283367 C164.168923,103.545868 163.841538,103.513248 163.644308,103.677272 C163.120615,104.103182 162.660615,104.137033 162.070154,104.464466 C161.479077,104.792823 161.150462,105.055323 160.495692,105.252891 C160.692,106.105018 161.119077,106.498615 161.281846,107.35228 C161.446462,108.139474 161.380308,108.664168 161.545231,109.451362 C161.610154,109.812339 161.577846,110.206243 161.807692,110.502288 C162.200923,110.960817 162.759385,110.895577 163.383077,110.895577 C165.416923,110.895577 166.335385,109.451362 168.368,109.451362 C169.418769,109.451362 169.779692,110.665696 169.944615,111.682771 C170.205846,113.290087 169.977231,114.373325 170.599385,115.883088 C171.518769,118.113266 172.436923,119.459005 172.436923,121.887058 C172.436923,122.837969 172.305846,123.362663 172.305846,124.315112 C172.305846,124.904738 172.240923,125.332186 172.436923,125.85688 C172.600923,126.349261 173.092923,126.480357 173.355385,126.906574 C173.946462,127.857485 174.077538,128.644679 174.798769,129.531888 C175.094462,129.891942 175.488,130.056582 175.717846,130.448948 C176.374154,131.499873 176.210154,132.483404 176.768615,133.599263 C177.062462,134.22274 177.455692,134.584024 177.816923,135.174882 C178.178154,135.764508 178.276615,136.618173 178.998769,136.618173 C179.949538,136.618173 180.409231,135.830979 181.361231,135.830979 C182.705846,135.830979 183.165538,137.142867 184.509846,137.142867 C185.035692,137.142867 185.429231,137.04439 185.822769,136.749577 C186.216308,136.453533 186.347692,135.830979 186.872308,135.830979 C187.332,135.830979 187.495692,136.224576 187.922769,136.355673 C188.742462,136.650793 189.201231,136.912986 190.021846,137.142867 C191.4,137.536771 192.253231,137.405367 193.696308,137.405367 C194.516923,137.405367 195.009231,137.536771 195.795385,137.405367 C196.287385,137.339204 196.452308,136.912986 196.845846,136.618173 C197.239692,136.322129 197.666769,136.158413 197.895385,135.699883 C198.288923,134.912689 198.190154,133.730359 199.077231,133.730359 C199.765538,133.730359 200.093231,134.28798 200.520308,134.781285 C200.98,135.338598 201.274769,135.764508 201.833231,136.224576 C202.750462,137.01177 203.604923,137.20903 204.458154,138.061465 L204.457538,138.061465 L205.502769,129.04043 C236.819077,133.173968 269.281231,136.346748 302.445231,138.665247 L302.445231,138.664632 L302.445231,138.664632 Z"},{name:"id",value:"Montana"},{name:"fill-rule",value:"nonzero"}],viewBox:"149.60369873046875 39.09104537963867 156.72122192382812 99.57420349121094"}},{id:"184cca52-0c3a-4412-9be9-8f851cf04238",title:"Michigan",type:"group",width:40.974734995847214,height:40.974734995847214,children:[{id:"62580bd7-bd0d-4ccc-883b-f1726cc9d8fd",title:"path",type:"svg",x:68.3960015528558,y:20.063413076601165,width:7.535672850351426,height:15.6081800604905,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d2c6ba",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"path",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"e623cbda-abc1-49ed-9d14-b3130362b7de"}],svg:{tagName:"path",properties:[{name:"d",value:"M90.3683077,102.627577 L108.609231,98.1659905 L108.609231,98.1659905 C108.609231,96.9513482 109.527692,96.459275 110.314769,95.5409845 C111.299385,94.392506 111.790462,93.4080518 111.890154,91.8672071 L111.890154,91.8672071 C111.725538,91.3745185 111.44,90.8725976 111.562769,90.3562131 C111.933231,88.8042899 112.305846,87.250828 112.677538,85.6979815 L112.677538,85.6979815 L112.677538,82.5153542 C112.677538,81.6955399 113.038769,81.2357792 113.202462,80.4485851 C113.365846,79.5949196 112.972615,78.6116964 113.726154,78.2177917 C113.891692,78.151628 114.088308,78.151628 114.252,78.0866952 C115.827077,77.2007173 117.139077,77.5933911 118.582154,76.5110762 C118.713231,76.4135232 118.516,76.1500994 118.582154,75.9863827 L118.582154,75.9866905 C118.746769,73.9196137 118.616,72.6071107 119.107077,70.6052744 L119.107077,70.6052744 C117.598769,69.7531476 117.401538,68.3747887 116.745538,66.8000929 C115.859692,64.6013042 115.268923,63.2894167 114.514154,61.0250798 C113.792308,58.8595268 112.94,57.711356 111.759077,55.7766065 C111.267077,54.9881815 110.938769,54.4961083 110.315077,53.8073905 C110.183692,53.6436738 110.216308,53.3811732 110.052615,53.2823893 C109.232923,52.7241524 108.444923,52.887869 107.428,52.887869 C106.804308,52.887869 106.444615,53.1839131 105.853538,53.2823893 C105.492615,53.3150095 105.099077,53.0851292 104.803077,53.2823893 C104.640308,53.3811732 104.671692,53.6436738 104.540615,53.8073905 C104.114462,54.3320839 103.819385,54.7583012 103.491077,55.3820863 C102.932923,56.4327042 102.474154,57.0549506 101.785538,58.0074 C101.194462,58.794594 100.767692,59.2205036 100.341538,60.1064815 C100.046769,60.6973387 100.144,61.3534363 99.5544615,61.6811774 C99.3904615,61.7470333 99.1932308,61.5497732 99.0298462,61.5497732 C98.6686154,61.5833167 98.34,61.5833167 97.9803077,61.6811774 C97.1593846,61.9110577 96.7332308,62.403131 95.8796923,62.6003911 C95.7476923,62.2071018 95.5513846,61.9446012 95.4852308,61.5497732 C95.3876923,60.9598393 95.6510769,60.5662423 95.4852308,59.9753851 C95.3876923,59.5491679 94.8301538,59.3854512 94.8301538,58.9256905 C94.8301538,58.2372804 95.3538462,57.8759958 95.7476923,57.3509946 C96.3061538,56.5954976 96.536,56.005256 97.0606154,55.2506821 C97.7827692,54.266228 98.832,53.9384869 99.0298462,52.7564649 C99.2258462,51.5769048 98.9307692,50.7558595 99.292,49.6076887 C99.7516923,48.2296375 100.341538,47.4424435 100.341538,45.9662238 L100.341538,42.750053 C100.341538,41.2405976 99.8169231,40.3881631 99.0298462,39.1088958 C98.5372308,38.2890815 98.2089231,37.7305369 97.5864615,37.0082756 C97.1593846,36.5171256 96.536,36.254625 96.536,35.5649839 C96.536,35.3351036 96.7658462,35.2375506 96.7981538,35.0399827 C97.0606154,33.9244321 97.5864615,33.301878 97.5864615,32.1524762 C97.5864615,31.2341857 96.5033846,31.0043054 95.6163077,30.840281 C94.7643077,30.676872 94.2723077,30.4469917 93.5184615,30.0530869 C92.5003077,29.5283935 92.0083077,28.8061321 90.8926154,28.4786988 C89.9418462,28.2161982 89.2846154,28.4125351 88.2686154,28.4786988 C86.7584615,28.5774827 86.0375385,27.6915048 84.5932308,27.2969845 C84.0033846,27.1329601 83.6424615,27.1329601 83.0190769,27.0354071 C82.0030769,26.8704595 81.3784615,27.231744 80.3941538,27.0354071 C79.3772308,26.8378393 79.0821538,25.7222887 78.0329231,25.7222887 C77.1784615,25.7222887 76.7209231,26.049722 75.9326154,26.3780786 C75.0803077,26.7067429 74.4895385,27.0680274 73.9646154,27.821678 C73.1116923,29.0686327 73.2089231,30.1183274 72.5206154,31.4966863 C73.7012308,31.9887595 74.5221538,31.9887595 75.6704615,32.5473042 C74.5221538,33.6945518 73.7012308,34.5152893 72.1270769,34.909194 C71.6673846,35.368647 71.6021538,35.9912012 71.6021538,36.648222 L71.6021538,40.7820679 C71.6021538,42.0290226 71.6021538,42.7835964 71.2089231,43.9646952 C70.0932308,43.8985315 69.1747692,43.8332911 68.584,42.9150006 C67.6655385,41.5366417 67.7956923,40.3881631 67.7956923,38.7152988 L66.5163077,38.7152988 C65.8941538,38.7152988 65.7289231,39.3710887 65.4344615,39.8960899 C65.1067692,40.486947 64.8107692,40.880544 64.516,41.470478 C63.8923077,42.750053 63.3676923,43.5707905 62.1535385,44.3582923 C61.7923077,44.5878649 61.3664615,44.5543214 61.104,44.8829857 C60.6116923,45.4741506 60.8415385,46.1961042 60.7101538,46.982375 C60.5790769,47.8031125 60.4156923,48.3281137 60.0544615,49.0826875 C59.7910769,49.6400012 59.3972308,50.0012857 59.3972308,50.6570756 C59.3972308,50.8872637 59.6596923,50.9521964 59.6596923,51.1820768 C59.7910769,52.4293393 60.0544615,53.1177494 60.0544615,54.3647042 L60.0544615,56.9238542 C60.0544615,59.1229506 58.8726154,60.2714292 58.8726154,62.4683714 C58.8726154,64.4699 59.8246154,65.4543542 60.0544615,67.4564982 C60.3169231,69.5882 60.1196923,71.1964393 61.6286154,72.7058946 C62.5144615,73.5918726 63.2366154,73.9516185 63.9901538,74.9363804 C65.4018462,76.7745 65.008,78.4473643 65.5664615,80.710778 C65.7941538,81.7278524 66.2215385,82.3187095 66.2215385,83.3684042 L66.2215385,86.5836518 C66.2215385,88.0278667 65.9264615,88.847681 65.8289231,90.2912804 C65.7941538,90.9470702 65.8941538,91.340975 65.8289231,91.9976881 C65.7289231,93.0473827 65.3030769,93.5723839 65.172,94.6220786 C65.0406154,95.8690333 64.7781538,96.5577512 64.516,97.7720857 C64.3187692,98.6245202 64.3849231,99.1827571 64.1215385,100.002571 C63.6301538,101.512027 63.0729231,102.299221 62.2846154,103.67758 C61.9563077,104.267514 61.8249231,104.694654 61.4972308,105.253199 C61.2541538,105.646796 60.9904615,105.934223 60.7036923,106.173028 L60.7033846,106.173028 L90.0415385,100.896551 L90.3686154,102.62727 L90.3683077,102.627577 L90.3683077,102.627577 Z"}],viewBox:"58.872615814208984 25.722288131713867 60.23446273803711 80.45073699951172"}},{id:"8639d405-8825-40e6-8649-7e29064d987c",title:"path",type:"svg",x:61.030703475080294,y:15.07305351370438,width:10.599530021428468,height:8.729323619218176,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d2c6ba",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"path",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"9259fbc7-8366-498e-a624-152a96a724fe"}],svg:{tagName:"path",properties:[{name:"d",value:"M-2.84217094e-14,21.6065994 C0.558461538,23.3462429 1.26276923,25.2299077 3.10061538,25.4597881 C4.96984615,25.6896685 6.01938462,25.8207649 7.82430769,26.2469821 C9.62861538,26.6741226 10.7116923,27.0027869 12.5486154,27.2966768 C13.3356923,27.4290042 13.8603077,27.3625327 14.6486154,27.5601006 C15.7304615,27.821678 16.3212308,27.9863179 17.4033846,28.2161982 C21.0787692,29.0686327 23.0793846,29.7256536 26.8523077,30.1844911 C27.8695385,30.2829673 28.46,30.4805351 29.4775385,30.5777804 C30.2978462,30.6765643 30.9538462,30.3479 31.5763077,30.8412042 C32.0686154,31.2341857 31.9046154,31.8899756 32.2332308,32.4159 C32.4630769,32.7771845 32.7581538,33.0058339 33.1516923,33.203094 C34.0698462,33.6945518 34.7270769,33.5969988 35.7753846,33.7277875 C35.7753846,36.3857214 36.5310769,37.8616333 37.6141538,40.2896869 C37.9083077,40.9454768 38.3676923,41.2405976 38.6627692,41.865306 C39.1224615,42.8162167 39.4513846,43.9446923 39.7135385,44.9943869 L39.7135385,44.9940792 L39.7135385,44.1945756 C39.7135385,42.6851202 40.4344615,41.8317625 41.1566154,40.5521875 C42.1086154,38.9116357 42.5347692,37.9281048 43.3867692,36.2210815 C44.0113846,34.9741268 44.3723077,34.2527887 45.0932308,33.0719976 C45.4209231,32.5137607 45.7818462,32.1524762 45.8806154,31.4966863 C46.1104615,30.0857071 45.6504615,29.2658929 45.8806154,27.821678 L46.4064615,27.9527744 C46.7338462,28.8061321 46.6689231,29.6597976 47.456,30.1844911 C47.9809231,30.5131554 48.4067692,30.6442518 49.0313846,30.840281 C49.3575385,29.4299173 50.5067692,28.610103 51.9501538,28.610103 C52.1473846,28.610103 52.2446154,28.7411994 52.4421538,28.7411994 C52.376,29.1347964 52.3433846,29.4622298 52.1809231,29.7905863 C51.9833846,30.1844911 51.5236923,30.3817512 51.5236923,30.840281 C51.5236923,31.6600952 52.0495385,32.119856 52.7046154,32.5473042 C53.4929231,31.3326619 53.9187692,30.5131554 54.6735385,29.2658929 C55.0670769,28.610103 55.592,28.3476024 55.9864615,27.6915048 C56.5772308,26.7393631 57.0347692,25.9847893 58.0855385,25.5908845 C58.4464615,25.4597881 58.7750769,25.5908845 59.1347692,25.4597881 C59.7910769,25.2302155 60.1196923,24.7710702 60.7101538,24.4104012 C62.0221538,23.589356 62.7443077,23.0320423 63.8590769,21.9161839 C64.4172308,21.3585625 64.7458462,21.0311292 65.3030769,20.4725845 C65.4667692,20.3091756 65.4018462,20.046675 65.5664615,19.9478911 C66.0575385,19.6195345 66.5163077,19.6853905 67.1409231,19.6853905 C68.7803077,19.6853905 69.732,19.9478911 71.34,20.2100839 C71.5363077,20.2427042 71.6673846,20.440272 71.8646154,20.4725845 C72.6516923,20.6366089 73.2089231,20.6039887 73.9646154,20.8664893 C74.8830769,21.1951536 75.0803077,22.309781 76.0636923,22.309781 C76.5236923,22.309781 76.6547692,21.7850875 76.852,21.3911827 C77.1467692,20.8664893 77.1467692,20.4067286 77.2446154,19.8167946 C77.3443077,19.2268607 77.5070769,18.8658839 77.5070769,18.2424065 L78.9510769,18.2424065 L82.7566154,19.554294 C83.3150769,19.1930095 83.6424615,18.8658839 84.0695385,18.372272 C84.3972308,18.0125262 84.7246154,17.7164821 84.7246154,17.1927119 C84.7246154,16.6667875 84.1347692,16.601547 83.6763077,16.4042869 C83.0516923,16.1417863 82.6904615,15.9457571 82.1009231,15.6170929 C80.8538462,14.928375 80.6566154,13.8128244 79.4769231,12.9917792 C79.2796923,12.860375 79.3458462,12.4680089 79.0821538,12.4680089 C78.6563077,12.4680089 78.4261538,12.7292786 78.0329231,12.860375 C77.4418462,13.0579429 77.016,13.0579429 76.4575385,13.255203 C74.7833846,13.8774494 73.8,14.5673982 71.996,14.5673982 C71.0113846,14.5673982 70.5190769,13.9762333 69.7655385,13.3862994 C69.1086154,12.860375 68.3215385,12.5655619 68.3215385,11.7134351 L68.3215385,8.49695655 C68.3215385,7.87440238 68.6166154,7.5134256 68.8464615,6.95518869 L68.3215385,7.08628512 C66.5824615,7.93964286 65.7627692,8.7268369 63.9901538,9.44909821 C63.0393846,9.81038274 62.3507692,9.87531548 61.3664615,10.2362923 C60.0870769,10.694822 59.496,11.3847708 58.2166154,11.8119113 C56.3464615,12.4344655 55.0670769,12.6643458 53.4929231,13.9113006 C52.9018462,14.3701381 52.7704615,14.928375 52.3110769,15.4856887 C51.6876923,16.20795 51.0652308,16.4704506 50.2107692,16.9289804 C49.5236923,17.2902649 49.1624615,17.7164821 48.3741538,17.979906 L43.9126154,16.7978839 L41.288,17.4549048 C39.1876923,17.1262405 38.0732308,16.1091661 36.6950769,14.5673982 C36.2353846,14.042397 35.9729231,13.6161798 35.3830769,13.255203 C33.3809231,12.0079405 31.9701538,11.7134351 29.6076923,11.4173911 C29.084,11.3521506 28.8215385,11.1548905 28.2969231,11.1548905 C26.9513846,11.1548905 26.6236923,12.4344655 25.4086154,12.9917792 C25.2123077,13.0579429 25.0147692,12.9591589 24.8187692,12.9917792 C24.7849231,12.369225 24.8187692,12.0079405 24.8187692,11.3847708 C24.8187692,9.74391131 24.9163077,8.66190417 25.672,7.21768929 C25.9670769,6.62775536 26.6553846,6.59513512 27.2461538,6.29909107 C28.3944615,5.74146964 28.984,5.18323274 29.74,4.19970179 C30.2972308,3.47744048 30.3307692,2.88750655 30.7895385,2.1003125 C31.2166154,1.34450774 31.5104615,0.885977976 31.5766154,0 L30.5593846,0 C30.3307692,0 30.1987692,0.229880357 30.0024615,0.262192857 C28.984,0.55731369 28.3944615,0.885977976 27.3772308,1.18079107 C26.5892308,1.41067143 26.0655385,1.50914762 25.2772308,1.83688869 C23.0796923,2.78872262 22.2926154,4.19970179 20.4224615,5.64299345 C20.0612308,5.90549405 19.7326154,6.03659048 19.3729231,6.29909107 C18.1258462,7.18506905 17.7975385,8.16952321 16.8790769,9.44909821 C16.748,9.64635833 16.4529231,9.64635833 16.3541538,9.84269524 C16.2556923,10.0064119 16.288,10.2362923 16.2230769,10.3676964 C14.9763077,12.1719649 12.6473846,11.7780601 11.7618462,13.7802042 C11.2033846,15.025928 10.7433846,16.0768536 9.39907692,16.4042869 C8.61076923,16.601547 8.05476923,16.1091661 7.29876923,16.4042869 C6.87292308,16.5680036 6.67569231,16.8966679 6.38061538,17.1927119 C5.49476923,18.0774589 5.03507692,18.7997202 4.14923077,19.6853905 C3.62461538,20.2100839 3.39569231,20.8012488 2.70646154,20.9978935 C2.34523077,21.0963696 2.01661538,21.0637494 1.65692308,21.1289899 C1.02923077,21.2767042 0.502461538,21.4428827 0.000307692308,21.6065994 L1.95453909e-13,21.6065994 L-2.84217094e-14,21.6065994 Z"}],viewBox:"-2.842170943040401e-14 0 84.72461700439453 44.994388580322266"}}],parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",single_object:!0,default_style:{background_opacity:.5,stroke_width:1},mouseover_style:{background_color:"#d97706",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Michigan",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"d6d8b5f6-2439-4167-b613-ca2d7b9b15f1"}],svg:{html:'<g id="Michigan" transform="translate(487.833231, 77.692483)" fill="#FEFEFE" fill-rule="nonzero" stroke="#000000" stroke-width="0.5" ></g>'}},{id:"c937b798-92ae-4732-927c-548c29025d47",title:"Wisconsin",type:"svg",x:56.83797097600365,y:18.331996342908347,width:10.244615030899586,height:16.57544610621101,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#bcb1a0",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Wisconsin",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"3a45d072-603a-41db-8cc9-00122ba582ff"}],svg:{tagName:"path",properties:[{name:"d",value:"M464.686154,98.558972 C464.357846,98.9202565 464.096,99.0187327 463.767385,99.3464738 C463.407385,99.7074506 463.407385,100.133668 462.981538,100.396168 C462.620308,100.625741 462.225846,100.593429 461.932,100.922093 C461.503692,101.380623 461.603385,101.872696 461.407077,102.496481 C461.209846,103.152579 461.012308,103.612339 461.012308,104.33337 C461.012308,106.302586 461.669538,107.35228 461.669538,109.320265 C461.669538,110.567528 461.734769,111.387342 461.143692,112.470273 C460.782462,113.15899 460.126769,113.224231 459.568308,113.782468 C458.847385,114.504729 458.486462,114.99711 457.862769,115.750761 C456.026154,117.883693 455.992615,119.819366 454.319692,122.050775 C455.763692,123.657783 456.518462,124.773949 457.600308,126.643151 C458.224,127.759009 458.782462,128.48127 458.782462,129.793465 C458.782462,130.711756 457.895385,131.04042 457.600308,131.893778 C457.304308,132.746213 457.208,133.33707 457.208,134.25536 C457.208,135.175189 457.404308,135.69896 457.469231,136.618173 C457.534462,137.635248 457.435692,138.257802 457.600308,139.242564 C457.604308,139.271183 457.609538,139.299495 457.644615,139.504757 C457.859692,139.759564 458.054462,139.831882 458.257231,139.899585 C461.110154,140.850188 462.915077,141.178544 465.605846,142.523975 C467.311385,143.377025 468.691385,143.507198 469.804923,145.016654 C470.626154,146.130665 470.751077,147.122813 471.772923,148.035564 C472.293538,148.500864 472.760923,148.722128 473.347385,149.085259 C475.516615,150.427305 476.859692,151.118792 479.122769,152.235266 C481.780615,153.54623 483.297846,155.957974 482.927385,158.928262 C482.796308,159.978264 482.664923,161.028574 482.533846,162.078269 L482.533846,162.078269 C482.421538,162.979942 483.256615,163.39108 483.715692,164.177658 C483.945231,164.571563 484.240308,164.768823 484.240308,165.227353 C484.240308,166.04809 484.044,166.508467 483.978154,167.327665 C483.88,168.542 483.841231,169.266723 483.715692,170.476749 C483.610462,171.491362 483.779692,172.152076 484.108923,173.102063 C484.336308,173.758468 484.860615,174.056359 485.158462,174.676451 C485.647077,175.695064 485.946462,176.384398 486.732923,177.170668 C487.913846,178.35146 489.260308,178.216055 490.932923,178.482556 C491.523385,178.576416 492.043692,178.489018 492.507385,178.876153 C492.830462,179.145424 492.864923,179.534097 493.033231,179.926771 L493.033231,179.926771 L533.713846,173.312556 L533.713846,173.312556 L533.713846,172.806635 C533.713846,171.16639 533.713846,170.280413 533.582462,168.639553 C533.419077,166.606327 531.975692,165.78559 531.22,163.916081 C531.088923,163.554796 531.122462,163.22644 531.088923,162.865463 C530.957846,162.077961 530.827385,161.553268 530.696615,160.766074 C530.334154,158.534357 529.776923,157.254782 529.776923,154.991676 C529.776923,153.25234 530.531692,152.399906 531.22,150.791974 C531.417231,150.299593 531.745846,150.037093 531.745846,149.478856 C531.745846,148.724898 531.483692,148.331608 531.22,147.64166 C530.991385,146.658129 530.827385,145.771535 530.827385,144.755076 C530.827385,143.016048 531.352308,141.998974 532.008308,140.424278 C532.336923,139.637084 532.795385,139.209636 532.795385,138.323965 C532.795385,137.274271 532.270769,136.749577 532.270769,135.699883 C532.270769,134.026403 532.860615,133.074569 533.320308,131.499873 C533.844923,129.661754 534.173538,128.547126 534.895692,126.77517 C535.059077,126.381881 535.321538,126.152001 535.420308,125.725476 C535.781538,124.445901 535.355077,123.592543 535.682769,122.312968 C535.715385,122.083088 536.044,122.018155 536.076308,121.788274 C536.24,121.19711 536.174769,120.836133 536.207385,120.212655 C534.698462,120.836133 533.451385,121.19711 532.795385,122.706873 C532.107077,124.315112 532.270769,125.429432 531.352308,126.906574 C531.155077,127.267551 530.991385,127.628528 530.696615,127.956269 C530.400308,128.284933 529.941846,128.284933 529.645846,128.612059 C529.054769,129.269388 528.957231,129.957798 528.464,130.712371 C527.316923,132.418471 526.66,133.599263 524.790769,134.517553 L524.790769,133.435546 C524.790769,131.992254 525.151692,131.138896 525.577846,129.793158 C525.841231,129.005964 525.906462,128.448342 526.235077,127.693768 C526.792308,126.414193 527.546769,125.725476 527.546769,124.315112 L527.546769,122.686562 L527.546769,122.68687 C527.284615,121.637175 526.955692,120.508699 526.496,119.557789 C526.200923,118.93308 525.741538,118.63796 525.447385,117.98217 C524.364308,115.554116 523.608615,114.078204 523.608615,111.42027 C522.560308,111.289482 521.903077,111.387035 520.984923,110.895577 C520.591385,110.698317 520.296308,110.469667 520.066462,110.108383 C519.737846,109.582458 519.901846,108.926668 519.409538,108.533687 C518.787077,108.040383 518.131077,108.369047 517.310769,108.270263 C516.293231,108.173018 515.702769,107.97545 514.685538,107.876974 C510.912615,107.418136 508.912,106.761115 505.236615,105.908681 C504.154462,105.678801 503.563692,105.514161 502.481846,105.252583 C501.693538,105.055015 501.168923,105.121487 500.381846,104.98916 C498.544923,104.69527 497.461846,104.366605 495.657538,103.939465 C493.852615,103.513248 492.803077,103.382151 490.933846,103.152271 C489.096,102.92239 488.391692,101.038726 487.833231,99.2990821 L487.833538,99.2990821 C486.996308,99.5720458 486.224615,99.8388548 485.158462,100.002264 C483.190769,100.33062 481.812923,99.5434262 480.007692,100.396784 L480.007692,96.6559196 C480.007692,96.2297024 480.172308,95.9348893 480.040923,95.5409845 C479.909846,95.113844 479.615077,94.8851946 479.385231,94.4903667 C477.055385,95.6385375 475.382154,95.5736048 473.084923,96.7220833 C470.724615,97.9025667 469.148308,98.558972 466.490769,98.558972 C465.803077,98.558972 465.376,98.4601881 464.686462,98.558972 L464.686154,98.558972 L464.686154,98.558972 Z"},{name:"id",value:"Wisconsin"},{name:"fill-rule",value:"nonzero"}],viewBox:"454.3197021484375 94.49036407470703 81.8876953125 85.43640899658203"}},{id:"15746791-48c3-46ef-8949-74a858ee2406",title:"Iowa",type:"svg",x:50.993224791844966,y:31.444667838647458,width:11.656501703671365,height:12.314072579604263,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1ba94",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Iowa",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"dcc23783-b1f4-40d3-bd40-21aa2e92f415"}],svg:{tagName:"path",properties:[{name:"d",value:"M408.520923,168.377668 C434.707692,167.168565 459.029231,164.894073 482.533846,162.078269 L482.533846,162.078269 C482.421538,162.979942 483.256615,163.39108 483.715692,164.177658 C483.945231,164.571563 484.240308,164.768823 484.240308,165.227353 C484.240308,166.04809 484.044,166.508467 483.978154,167.327665 C483.88,168.542 483.841231,169.266723 483.715692,170.476749 C483.610462,171.491362 483.779692,172.152076 484.108923,173.102063 C484.336308,173.758468 484.860615,174.056359 485.158462,174.676451 C485.647077,175.695064 485.946462,176.384398 486.732923,177.170668 C487.913846,178.35146 489.260308,178.216055 490.932923,178.482556 C491.523385,178.576416 492.043692,178.489018 492.507385,178.876153 C492.830462,179.145424 492.864923,179.534097 493.033231,179.926771 L493.033231,179.926771 C493.553846,181.141721 493.689846,182.026776 494.476308,183.076163 C494.770769,183.469144 495.133846,183.665481 495.526769,183.994453 C496.347692,184.68194 496.673231,185.275874 497.494462,185.963669 C498.084,186.457281 498.608,186.654541 499.068923,187.275864 C499.459692,187.802404 499.631385,188.225852 499.857231,188.851483 C500.352923,190.226765 500.774462,191.048118 500.774462,192.525261 C500.774462,193.574955 500.447692,194.166428 500.119692,195.150574 C499.692615,196.429842 499.690769,197.609402 498.545231,198.300582 C497.788615,198.756957 497.193846,198.980375 496.444,199.480142 C494.832,200.554455 494.116,201.750326 492.244923,202.105763 C490.836,202.373495 489.174154,201.925736 488.703077,203.286554 C488.408923,204.137142 489.227385,204.796625 489.882462,205.386867 C490.210154,205.682295 490.662769,205.590282 490.932923,205.91156 C491.187077,206.213451 491.195385,206.567965 491.195385,206.961255 C491.195385,207.978329 490.959385,208.601499 490.801846,209.586568 C490.534154,211.25851 490.166769,212.238655 489.490154,213.785347 C489.248,214.338352 489.199077,214.771032 489.096308,215.360966 C488.970769,216.08292 488.342154,216.34542 487.783385,216.804258 C487.423385,217.099686 487.062462,217.297562 486.864308,217.722856 C486.604308,218.28017 486.829231,218.707002 486.732923,219.298475 C486.567385,220.313395 486.149538,220.907022 485.946769,221.922558 C485.802769,222.642973 485.710769,223.254756 485.652308,223.850229 L485.652308,223.850229 C483.552,222.801765 482.371385,222.611891 481.222154,220.610363 C481.222154,220.610363 456.153846,223.712978 422.032615,225.549867 L422.032615,225.549867 C421.806462,225.132574 421.577538,224.700817 421.380923,224.153659 C421.240615,223.763755 420.987385,223.562186 420.987385,223.136585 C420.987385,221.890245 420.987385,220.64329 420.987385,219.396643 C420.987385,217.887496 420.296615,217.132614 419.675385,215.754255 C419.084308,214.442676 419.177231,213.524077 419.018462,212.079247 C418.881846,210.833523 418.925538,210.009708 418.362462,208.930163 C417.350462,206.991413 414.853231,206.375321 415.214154,204.205768 C415.344923,203.418574 415.476615,202.630764 415.607385,201.842955 C416.003692,199.462601 414.655692,198.003614 412.982462,196.33075 C412.654769,196.003624 412.330769,195.802056 412.063077,195.41246 C410.462462,193.079805 411.508923,190.719146 409.832923,188.457271 C409.706154,188.286476 409.568923,187.953196 409.439077,187.800865 L409.439077,187.800865 C409.241846,185.241715 407.601231,184.059693 407.601231,181.501467 C407.601231,180.188348 408.389538,179.598722 408.782154,178.35146 C409.079077,177.400549 409.175385,176.743528 409.175385,175.726146 C409.175385,172.872183 408.716923,171.231631 408.520923,168.377668 L408.520923,168.377668 L408.520923,168.377668 Z"},{name:"id",value:"Iowa"},{name:"fill-rule",value:"nonzero"}],viewBox:"407.6012268066406 162.07826232910156 93.17324829101562 63.47160339355469"}},{id:"127e2fff-638f-463c-951a-eacc24dacdbd",title:"Minnesota",type:"svg",x:49.23620941730186,y:10.037557747447527,width:12.449625381668122,height:22.62925220977903,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d2c6ba",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Minnesota",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"085ac033-eb49-4bf0-80b8-65b89fae7a6c"}],svg:{tagName:"path",properties:[{name:"d",value:"M464.686154,98.558972 C464.357846,98.9202565 464.096,99.0187327 463.767385,99.3464738 C463.407385,99.7074506 463.407385,100.133668 462.981538,100.396168 C462.620308,100.625741 462.225846,100.593429 461.932,100.922093 C461.503692,101.380623 461.603385,101.872696 461.407077,102.496481 C461.209846,103.152579 461.012308,103.612339 461.012308,104.33337 C461.012308,106.302586 461.669538,107.35228 461.669538,109.320265 C461.669538,110.567528 461.734769,111.387342 461.143692,112.470273 C460.782462,113.15899 460.126769,113.224231 459.568308,113.782468 C458.847385,114.504729 458.486462,114.99711 457.862769,115.750761 C456.026154,117.883693 455.992615,119.819366 454.319692,122.050775 C455.763692,123.657783 456.518462,124.773949 457.600308,126.643151 C458.224,127.759009 458.782462,128.48127 458.782462,129.793465 C458.782462,130.711756 457.895385,131.04042 457.600308,131.893778 C457.304308,132.746213 457.208,133.33707 457.208,134.25536 C457.208,135.175189 457.404308,135.69896 457.469231,136.618173 C457.534462,137.635248 457.435692,138.257802 457.600308,139.242564 C457.604308,139.271183 457.609538,139.299495 457.644615,139.504757 C457.859692,139.759564 458.054462,139.831882 458.257231,139.899585 C461.110154,140.850188 462.915077,141.178544 465.605846,142.523975 C467.311385,143.377025 468.691385,143.507198 469.804923,145.016654 C470.626154,146.130665 470.751077,147.122813 471.772923,148.035564 C472.293538,148.500864 472.760923,148.722128 473.347385,149.085259 C475.516615,150.427305 476.859692,151.118792 479.122769,152.235266 C481.780615,153.54623 483.297846,155.957974 482.927385,158.928262 C482.796308,159.978264 482.664923,161.028574 482.533846,162.078269 L482.533846,162.078269 C459.029231,164.894073 434.707692,167.168565 408.520923,168.377668 L408.520308,168.37736 C408.716615,167.065473 408.848,166.934376 409.438462,165.753277 L407.864308,132.417548 C405.896615,130.941944 403.534154,129.530965 403.534154,127.037979 C403.534154,125.00383 404.188923,123.855351 404.188923,121.821202 C404.188923,121.197417 403.895077,120.705344 403.796615,120.081867 L403.796308,120.082174 C403.599692,117.621501 403.664923,115.948329 403.271385,113.520275 C403.172615,112.929726 402.975385,112.535821 402.877846,111.944656 C402.483077,109.484598 402.221846,108.008686 401.434769,105.645873 C401.204923,104.890991 400.908923,104.366298 400.908923,103.546483 C400.908923,101.479714 401.697231,100.363856 401.697231,98.295856 C401.697231,96.8525643 401.204923,96.0653702 401.04,94.6220786 C400.744923,92.1604815 400.843692,90.7174976 400.252923,88.3220643 C399.990462,87.2397494 399.630462,86.616272 399.072308,85.6979815 C398.350154,84.5156518 397.890462,83.7620012 397.235692,82.5488976 C396.217231,80.7104702 395.265538,79.6607756 395.265538,77.5604631 C395.265538,76.8385095 395.200308,76.4122923 395.396615,75.7235744 C395.495385,75.3299774 395.791385,75.1004048 395.791385,74.6738798 C395.791385,73.3943048 395.299077,72.7049714 394.872923,71.5238726 C394.675692,70.9991792 394.347077,70.7692988 394.347077,70.2116774 C394.347077,69.0635065 394.872923,68.4735726 394.872923,67.3241708 C394.872923,65.8485667 394.282154,65.0275214 393.822462,63.6491625 C393.757538,63.4531333 393.56,63.3869696 393.56,63.1580125 C393.56,62.1073946 393.525538,61.5463881 393.689231,60.4970012 L393.689231,60.4970012 C401.732308,60.1252536 409.781846,59.6448744 417.836923,59.0561714 C417.877846,58.9413851 418.001538,58.6776536 418.017231,58.5496345 C418.100923,58.4443881 418.218154,58.0803339 418.234769,57.9436982 C418.707692,57.3500714 418.895692,55.8344613 419.226462,55.0829649 C419.767077,53.8535512 419.928615,52.6290613 421.040923,51.7618554 C421.134462,51.7517 421.210462,51.737544 421.306769,51.737544 C421.831077,52.0517446 422.302462,52.8927929 422.709846,53.386097 C423.435692,54.2659202 424.065231,56.0917304 424.427385,57.1922018 C424.866769,58.5259387 425.453846,59.8507512 426.317231,61.2641923 C426.990154,62.5653089 427.909538,63.2558732 429.123692,63.2558732 C430.468308,63.2558732 431.190154,62.4686792 432.535692,62.4686792 C433.290154,62.4686792 433.651385,62.829656 434.373538,62.9933726 C435.356615,63.2235607 436.046462,63.0921565 436.997231,63.3872774 C437.620615,63.5833065 438.179077,63.7482542 438.572615,64.3055679 C439.032308,64.9616655 439.326154,65.7500905 440.146769,65.7500905 C440.606769,65.7500905 440.802769,65.32295 441.196308,65.0939929 C441.754769,64.7979488 442.043077,64.7145518 442.666769,64.5182149 C443.075385,64.3665 442.886462,64.4649762 443.174462,64.4649762 C443.502462,64.7951792 444.499077,65.1450774 444.964308,65.2407839 C446.560923,65.5691405 448.051077,65.0878381 449.560615,64.6105363 C450.943692,64.1735482 452.347077,62.743797 453.998462,63.008144 C454.769231,64.4535899 454.812615,65.7168548 455.238462,66.931497 C455.599692,67.9147202 455.730769,68.6369815 456.551385,69.2930792 C457.107692,68.4406446 457.338462,67.3238631 458.388,67.3238631 C459.306462,67.3238631 459.864,67.2586226 460.750462,67.4552673 C461.243077,67.5537435 461.340308,68.1446006 461.8,68.374481 C462.718462,68.8668619 463.374462,69.0308863 464.423692,69.2930792 C465.244615,69.4894161 465.803077,69.4894161 466.525231,69.9491768 C466.950154,70.2113696 466.917538,70.7037506 467.311385,70.9985637 C468.099692,71.5897286 468.689231,71.9183929 469.673846,71.9183929 C471.184,71.9183929 471.904923,70.9662512 473.085846,70.0802732 C473.479077,69.7854601 473.610462,69.2930792 474.135385,69.2930792 C474.529846,69.2930792 474.792308,69.5229595 475.185846,69.5555798 C475.808,69.6205125 476.202769,69.4894161 476.76,69.6866762 C477.874769,70.0802732 478.170769,71.3924685 479.384923,71.3924685 C480.435692,71.3924685 481.025538,70.9662512 482.009846,70.6052744 C482.960615,70.2778411 483.616615,70.2778411 484.634769,70.2113696 L493.069846,71.3136875 L493.069846,71.3136875 C491.664923,72.5868 490.885846,73.6629601 489.096308,74.5424756 C488.636615,74.7720482 488.505538,75.1333327 488.045846,75.3296696 C486.209231,76.1177869 485.027385,76.445528 483.321846,77.4299821 C482.271385,78.021147 481.747692,78.5458405 480.697231,79.1354667 C480.304308,79.3330345 480.007692,79.3979673 479.647692,79.6604679 C478.925538,80.1851613 478.794154,80.8751101 478.334462,81.6296839 C477.514769,82.9418792 476.826462,83.6312125 475.710769,84.6476714 C474.103077,86.1245065 473.905846,87.6336542 472.561231,89.3732976 C471.675385,90.5202375 470.953231,91.1114024 469.936308,92.1284768 C469.575385,92.4897613 469.575385,92.8830506 469.148308,93.1781714 C469.016923,93.2443351 468.754462,93.2117149 468.623385,93.3095756 C467.607385,94.0641494 467.311692,94.7525595 466.393231,95.6723887 C465.704615,96.3607988 465.178769,96.6559196 464.686462,97.5092774 L464.686462,98.558972 L464.686154,98.558972 L464.686154,98.558972 Z"},{name:"id",value:"Minnesota"},{name:"fill-rule",value:"nonzero"}],viewBox:"393.5569763183594 51.737545013427734 99.51287841796875 116.64012145996094"}},{id:"24d0b534-3060-445b-80d2-15beb753655c",title:"Virginia",type:"group",width:40.974734995847214,height:40.974734995847214,children:[{id:"0823e007-efc6-447b-a27b-5f4279f8f19a",title:"path",type:"svg",x:76.63765514099623,y:38.242806622930914,width:14.677435408585236,height:15.455159833756502,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d8d3b9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"path",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"aa0cbf87-e463-47e1-add0-dab3c9fc79c9"}],svg:{tagName:"path",properties:[{name:"d",value:"M99.7353846,16.5363065 C101.080923,17.1920964 101.343385,18.3731952 102.622769,19.1613125 C102.786462,19.2591732 102.983692,19.1939327 103.147385,19.2914857 C104.262154,19.9811268 105.312615,20.5710607 105.312615,21.8844869 L105.312615,24.4097857 L103.18,24.4097857 C102.687692,24.4097857 102.524308,23.9186357 102.096923,23.7536881 C101.343385,23.458875 100.818462,23.3600911 99.9978462,23.3600911 C99.5381538,23.3600911 99.3095385,23.7872315 98.9483077,24.0174196 C99.0470769,24.1808286 98.9156923,24.4433292 99.0796923,24.5411899 C99.4406154,24.73845 99.768,24.7710702 100.129231,24.9357101 C101.408308,25.5582643 102.032,26.1814339 103.278769,26.904003 C104.065846,27.363456 104.558154,27.5924131 105.378769,27.9536976 C106.001231,28.2158905 106.690769,28.4457708 106.690769,29.134181 C106.690769,29.8899857 106.460923,30.5125399 105.903692,30.9723006 C105.772308,31.0698536 105.542462,31.0049208 105.378769,31.1037048 C104.328308,31.7268744 103.705846,32.2844958 102.491692,32.2844958 C103.147385,32.8418095 103.705846,32.9079732 104.459385,33.3338827 C106.232308,34.3512649 107.248,35.1061464 108.264923,36.8777946 C108.036308,36.9430351 108.003692,37.2716994 107.740308,37.2716994 C107.510462,37.2716994 107.412615,37.0415113 107.215385,37.0091988 C106.394769,36.8451744 105.903692,36.4841976 105.050154,36.4841976 C104.393231,36.4841976 104.033231,36.7466982 103.409846,36.8777946 C102.392923,37.107675 101.704615,37.0750548 100.784923,37.5338923 C102.294462,37.8287054 103.081538,38.3533988 104.590462,38.7146833 C104.951692,38.780847 105.28,38.7485345 105.641231,38.8460875 C106.100923,39.0107274 106.232308,39.4704881 106.723385,39.4704881 C107.937538,39.4704881 108.592615,39.5031083 109.807692,39.5031083 C111.053538,39.5031083 111.743077,38.9771839 112.988923,38.9771839 C113.382462,38.9771839 113.743385,38.8793232 114.039385,39.1095113 C114.170769,39.2070643 114.072,39.4704881 114.170769,39.6332815 C114.531692,40.2241387 114.729231,40.7165196 115.221231,41.2089006 C116.073231,42.0619506 116.795692,42.4884756 117.320308,43.5707905 C116.729231,43.8668345 116.401846,43.997931 115.746154,44.0954839 L115.614769,44.6214083 L116.062769,45.4461464 L116.062462,45.4464542 L28.8707692,72.180278 L28.8707692,72.1808935 L-4.97379915e-14,79.6620065 L-4.97379915e-14,79.6620065 C1.70676923,77.7589542 2.78984615,76.4793792 4.85630769,74.9363804 C6.628,73.6241851 7.87384615,73.0994917 9.44923077,71.5251036 C9.80892308,71.163819 10.2363077,71.163819 10.4987692,70.7376018 C10.9584615,70.0156482 10.8596923,69.3918631 11.2870769,68.6372893 C11.6476923,67.9811917 12.3353846,67.9488792 12.7298462,67.3254018 C13.5169231,66.144303 12.7950769,64.8961173 13.5169231,63.6503935 C13.7467692,63.2229452 14.1741538,63.1580125 14.5676923,62.8631994 C15.5833846,62.1083179 16.3058462,61.7473411 17.0603077,60.7625792 C17.3227692,60.4025256 17.4861538,60.0738613 17.716,59.7131923 C17.9784615,59.2866673 18.4058462,59.1229506 18.6356923,58.6634976 C19.5864615,56.7601375 19.8812308,55.5454952 20.2098462,53.4137935 L20.2098462,53.4137935 C20.5710769,53.5125774 21.2270769,53.3479375 21.5218462,53.5451976 C22.44,54.1689827 22.3750769,55.1860571 22.9658462,56.1692804 C23.5569231,57.1540423 24.3766154,57.4488554 25.4596923,57.8763036 C26.508,58.3025208 27.0990769,58.6634976 28.0846154,59.1884988 C28.5418462,59.4171482 28.6406154,59.8116685 29.1329231,59.9756929 C29.9212308,60.2717369 30.4784615,60.3366696 31.2981538,60.5003863 L31.2981538,57.2528262 C31.2981538,56.727825 31.4953846,56.4330119 31.4953846,55.9070875 C32.9710769,56.0058714 33.792,55.44825 35.1698462,54.988797 C36.7452308,54.4637958 37.7944615,54.3988631 39.3698462,53.8076982 C40.452,53.4137935 40.9446154,52.7580036 41.9950769,52.2320792 C42.9458462,51.7735494 43.6015385,51.6421452 44.6187692,51.313481 L45.2747692,51.313481 C46.0627692,51.1174518 46.5538462,51.0509804 47.3747692,51.1823845 L47.3747692,49.180856 C47.3747692,48.3610417 46.9476923,47.9009732 46.8498462,47.1150101 C46.6852308,46.0314643 46.7849231,45.3104339 46.5876923,44.2271958 C46.488,43.636031 46.1941538,43.2762851 46.1941538,42.6515768 C46.1941538,41.3406125 46.8498462,40.6835917 47.3747692,39.5028006 C48.3916923,37.3372476 49.3427692,36.2549327 50.3932308,34.122 C50.9843077,32.939978 51.0806154,32.055231 51.5738462,30.8408964 C52.5907692,28.3476024 53.9689231,27.1658881 54.9858462,24.6729018 C55.7741538,24.8701619 56.2655385,25.0664988 57.0858462,25.0664988 C58.4304615,25.0664988 59.0538462,23.9841839 59.7098462,22.8360131 C60.3006154,21.7850875 60.8578462,21.260394 61.4163077,20.2106994 C61.7113846,19.6533857 61.9086154,19.2585577 62.0723077,18.6360036 C62.1710769,18.2750268 62.04,17.8152661 62.3338462,17.5853857 C62.6307692,17.3555054 63.0230769,17.7164821 63.3843077,17.5853857 C64.2698462,17.2579524 64.4024615,16.4381381 64.8283077,15.6170929 C65.9766154,13.4518476 66.9283077,12.2045851 67.7144615,9.84300298 C67.9769231,8.99056845 68.4043077,8.53080774 68.5027692,7.61251726 C68.5353846,7.21768929 68.4369231,6.92256845 68.5027692,6.5618994 C68.6341538,5.90549405 68.9627692,5.57806071 69.2898462,4.98720357 C69.3873846,4.78963571 69.5846154,4.69239048 69.6846154,4.46251012 C69.8796923,4.06768214 69.7498462,3.41158452 70.2083077,3.41158452 C71.2587692,3.41158452 71.8163077,3.70762857 72.8332308,3.93750893 C73.424,4.06768214 73.8489231,4.1012256 74.4086154,4.33110595 C74.8009231,4.49482262 74.9984615,4.98720357 75.4578462,4.98720357 C76.2787692,4.98720357 76.2787692,3.93750893 76.5073846,3.15031488 C76.8350769,1.96829286 76.9335385,1.2472625 77.0323077,1.42108547e-14 L77.0323077,1.42108547e-14 C77.8301538,0.0433910714 78.4126154,0.223725595 79.2636923,0.393904762 C79.8544615,0.49268869 80.3467692,0.295120833 80.8378462,0.656097619 C81.2,0.918598214 81.1661538,1.31219524 81.3627692,1.70579226 C81.9532308,2.8216506 82.2156923,3.96982143 83.464,4.20000952 C84.9393846,4.49482262 85.6612308,5.24970417 87.1707692,5.24970417 L89.6307692,5.24970417 L89.6307692,6.33171131 C89.6307692,7.34909345 89.4332308,7.9076381 89.3683077,8.9247125 C89.3024615,9.94055595 89.3683077,10.5975768 89.1058462,11.5487952 C88.6787692,13.0256304 88.0563077,13.7802042 87.5316923,15.2238036 C87.4006154,15.6170929 87.1372308,15.8137375 87.1372308,16.240878 L87.1372308,17.3228851 C87.4332308,17.3555054 87.5966154,17.4539815 87.8916923,17.4539815 C89.04,17.4539815 89.6630769,17.126856 90.8113846,17.0606923 C92.0255385,16.9628315 92.7467692,17.2253321 93.9609231,17.191481 C96.2246154,17.126856 97.5378462,17.0603845 99.7353846,16.5366143 L99.7353846,16.5363065 L99.7353846,16.5363065 Z"}],viewBox:"-4.973799150320701e-14 1.4210854715202004e-14 117.32030487060547 79.6620101928711"}},{id:"af43cb68-ff23-4b91-ab7a-659a1913af2d",title:"path",type:"svg",x:90.67485747002033,y:41.34640018409792,width:.6140574058181618,height:2.574198047013118,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d8d3b9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"path",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"d94f195a-8ae4-45fd-a7ef-61164d369dc8"}],svg:{tagName:"path",properties:[{name:"d",value:"M114.564,16.6670952 C115.383692,16.6024702 116.355077,16.2931935 117.111077,15.9971494 L117.111077,15.9971494 C117.078769,16.8689714 117.130154,17.5755381 117.057846,18.6353881 C116.926769,20.3097911 116.631692,21.2271583 116.138462,22.8350899 C115.876,23.6561351 116.040923,24.246069 115.746154,25.0658833 C115.352308,26.1814339 114.499077,26.5753387 114.039385,27.691197 C113.809538,28.2820542 113.678462,28.6756512 113.382462,29.2655851 C113.219692,27.1661958 112.202769,26.1168089 112.202769,24.0174196 C112.202769,21.3585625 114.695385,20.3424113 114.695385,17.6847851 C114.695385,17.2908804 114.597846,17.061 114.564308,16.6670952 L114.564,16.6670952 L114.564,16.6670952 Z"}],viewBox:"112.20276641845703 15.997149467468262 4.9083099365234375 13.26843547821045"}}],parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",single_object:!0,default_style:{background_opacity:.5,stroke_width:1},mouseover_style:{background_color:"#d97706",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Virginia",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"fca3e4c6-110f-42ae-940c-f5e5822e8d07"}],svg:{html:'<g id="Virginia" transform="translate(612.583385, 197.118560)" fill="#FEFEFE" fill-rule="nonzero" stroke="#000000" stroke-width="0.5" ></g>'}},{id:"74982756-3b40-4730-9744-d8e923e0537e",title:"Maryland",type:"svg",x:82.94209685930856,y:35.41659808534365,width:8.55352753473946,height:6.212440624362784,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1c4a9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Maryland",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"05f5463c-de44-4bca-aec1-f0844ee45bef"}],svg:{tagName:"path",properties:[{name:"d",value:"M662.976308,199.217949 L664.944,206.961563 C666.093538,206.140517 666.322154,205.123443 667.306462,204.074979 C668.357231,202.95789 669.767692,203.18777 670.849846,202.105763 C672.031692,200.924972 672.392615,199.809114 673.736923,198.824352 L674.787692,199.086852 L677.377846,199.086852 C678.132308,199.086852 678.559692,198.628323 678.986769,198.037158 C679.380308,197.478613 679.675385,197.052704 680.035077,196.46277 C680.363692,195.904225 680.593538,195.346911 681.217231,195.150574 C681.577846,195.05179 681.873846,195.183195 682.267692,195.150574 C683.612,194.985627 684.334154,194.755746 685.678462,194.755746 C686.826769,194.755746 686.795385,196.232889 687.647692,196.987463 C688.107385,197.38106 688.599385,197.11856 689.221846,197.11856 C689.361538,197.11856 689.489538,197.112097 689.615385,197.11856 L689.615692,197.11856 C690.413538,197.161951 690.996,197.342285 691.847077,197.512464 C692.437846,197.611248 692.930154,197.41368 693.421231,197.774657 C693.783385,198.037158 693.749538,198.430755 693.946154,198.824352 C694.536615,199.94021 694.799077,201.088381 696.047385,201.318569 C697.522769,201.613382 698.244615,202.368264 699.754154,202.368264 L702.214154,202.368264 L702.214154,203.450271 C702.214154,204.467653 702.016615,205.026198 701.951692,206.043272 C701.885846,207.059115 701.951692,207.716136 701.689231,208.667355 C701.262154,210.14419 700.639692,210.898764 700.115077,212.342363 C699.984,212.735652 699.720615,212.932297 699.720615,213.359438 L699.720615,214.441445 C700.016615,214.474065 700.18,214.572541 700.475077,214.572541 C701.623385,214.572541 702.246462,214.245415 703.394769,214.179252 C704.608923,214.081391 705.330154,214.343892 706.544308,214.31004 C708.808,214.245415 710.121231,214.178944 712.318769,213.655174 L712.318769,213.654866 L712.581231,213.129865 C713.467077,213.129865 713.991692,213.063701 714.811385,212.735037 C715.271077,212.57132 715.862154,212.342671 715.862154,211.817977 C715.862154,210.143574 713.860615,210.078334 712.581231,209.06126 C711.104615,207.880468 711.859077,206.04358 711.006769,204.336557 C710.251385,202.794789 709.695077,201.843878 709.431692,200.136855 C709.334154,199.545998 709.268,199.11978 709.038154,198.562467 C708.480923,197.282892 707.200308,196.823131 707.200308,195.41246 C707.200308,194.526482 707.627385,194.100264 707.987692,193.31307 C708.053538,193.148123 707.922462,192.951786 707.987692,192.787146 C708.382154,191.868548 708.939385,191.442638 709.564,190.687757 C710.186154,189.933183 710.710769,189.539278 711.269231,188.719464 C711.892923,187.80025 712.121538,187.013056 712.974769,186.356651 C713.040923,187.505129 713.630769,188.096294 713.630769,189.244465 C713.630769,190.228919 713.138462,190.721608 712.712615,191.606047 C712.581231,191.902091 712.318769,192.066115 712.318769,192.394472 C712.318769,193.442936 713.105846,193.96886 713.105846,195.018555 C713.105846,195.904533 712.318769,196.233197 712.318769,197.119175 C712.318769,197.676489 712.515077,198.136557 712.974769,198.431063 C713.303385,198.627707 713.729538,198.332586 714.025538,198.562467 C714.354154,198.824967 714.319385,199.218257 714.418769,199.612161 C714.647692,200.431976 714.746462,201.087765 715.468308,201.580454 C715.993231,201.908811 716.780308,201.974974 716.780308,202.631072 C716.780308,203.352102 716.025846,203.549363 715.468308,203.943267 C716.158154,205.616132 717.173846,206.600893 718.880308,207.22314 C719.437538,207.4204 719.996,207.256991 720.454769,207.617968 C720.979385,208.011565 721.012923,208.568879 721.241846,209.192664 C721.472,209.783521 721.800308,210.143574 721.897846,210.767052 C722.127692,211.981386 722.193846,212.899985 723.079692,213.785655 L727.147692,213.785655 L727.147385,213.785655 C727.967077,213.72103 728.938462,213.411753 729.694462,213.115709 L729.694462,213.115709 C729.705846,212.800277 729.728923,212.462996 729.772308,212.079247 C730.068308,209.585953 730.789231,208.274065 731.084308,205.780156 C731.116923,205.386251 731.346769,205.156371 731.346769,204.763082 L731.346769,203.147764 L731.346462,203.148072 L723.211692,205.649367 L715.337231,182.551161 L715.337231,182.551161 L662.976308,199.217949 L662.976308,199.217949 L662.976308,199.217949 Z"},{name:"id",value:"Maryland"},{name:"fill-rule",value:"nonzero"}],viewBox:"662.976318359375 182.55116271972656 68.37042236328125 32.02137756347656"}},{id:"ddf33271-3683-42c4-bf00-8010b2569f66",title:"Delaware",type:"svg",x:89.49274247374929,y:35.0856581711084,width:2.002881920298738,height:4.812203417848415,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1c4a9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Delaware",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"b24c9b15-57ad-4fe5-a0c8-0c3d0cc63d12"}],svg:{tagName:"path",properties:[{name:"d",value:"M715.337231,182.551161 L720.848,180.845369 L720.848,180.845369 L721.110462,183.732876 L721.241538,184.913974 L721.241846,184.913667 C721.341538,185.569457 721.602769,185.864577 721.766769,186.488055 C722.324923,188.489583 721.996615,189.933183 723.079692,191.737451 C723.177231,191.934711 723.439692,191.967332 723.605538,192.131971 C724.490154,193.017026 725.147385,193.476787 726.229231,194.100264 C727.213846,194.657578 727.804615,194.985935 728.854154,195.41246 C729.608923,195.707273 730.199692,196.101793 730.428615,196.855443 C730.658154,197.610633 730.527077,198.168562 730.690769,198.956064 C730.888,199.973446 731.346769,200.498139 731.346769,201.547834 L731.346769,203.147764 L731.346462,203.148072 L723.211692,205.649367 L715.337231,182.551161 L715.337231,182.551161 L715.337231,182.551161 Z"},{name:"id",value:"Delaware"},{name:"fill-rule",value:"nonzero"}],viewBox:"715.3372192382812 180.84536743164062 16.009521484375 24.804000854492188"}},{id:"d4f48160-b98c-494a-84dd-2d79ac94ebfa",title:"New-York",type:"group",width:40.974734995847214,height:40.974734995847214,children:[{id:"2a79250f-51dd-4be2-babc-8b8ce75c22d4",title:"path",type:"svg",x:80.14511772020569,y:13.42008827587382,width:12.413484931310617,height:17.21117276785851,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#bcb1a0",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"path",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"a79fd7e0-b213-4b15-8977-be138afbde07"}],svg:{tagName:"path",properties:[{name:"d",value:"M99.224,75.3979875 C98.6627692,76.1396363 98.2332308,76.866206 97.704,77.7001762 L97.704,77.7001762 C95.7021538,78.1916339 94.6316923,78.1744006 92.5649231,78.3390405 C91.6467692,78.4039732 91.1221538,78.6003101 90.2024615,78.6003101 C88.4646154,78.6003101 87.4141538,78.4039732 85.7409231,78.0753089 C83.7723077,77.6817119 81.7381538,77.8131161 80.4913846,76.2384202 L80.4913846,76.238728 C78.9172308,75.5826304 77.244,76.0091554 76.0298462,74.7942054 C75.2427692,74.0070113 75.1113846,73.1548845 74.5867692,72.1701226 C74.2258462,71.5143327 73.7658462,71.2182887 73.4061538,70.5957345 C73.0449231,70.0045696 72.9787692,69.3487798 72.3553846,69.0201155 C71.436,68.5615857 70.7150769,68.594206 69.7307692,68.2329214 C69.1409231,68.0365845 68.8123077,67.8067042 68.1563077,67.7079202 C47.6950769,74.8594458 25.0147692,81.8254054 0,88.7131994 L0,88.7131994 C0.378153846,88.3833042 0.742153846,87.9989393 1.09753846,87.5253304 C2.77169231,85.2948446 3.72246154,83.850322 5.95292308,82.1448375 C6.60953846,81.6521488 7.06861538,81.4548887 7.65815385,80.9628155 C8.41384615,80.3390304 8.70861538,79.7494042 9.36584615,78.9945226 C9.72584615,78.5673821 10.1193846,78.4362857 10.5464615,78.0762321 C11.3987692,77.3213506 11.6947692,76.6317095 12.3830769,75.7143423 C13.6963077,74.007319 14.7781538,73.220125 15.9252308,71.3823131 C16.3849231,70.6286625 16.9756923,70.201522 16.9756923,69.2829238 C16.9756923,68.7579226 16.3849231,68.6271339 16.0575385,68.2332292 C15.5987692,67.6746845 15.3027692,67.248775 14.8769231,66.6576101 C14.784,66.7320827 14.6603077,66.7539321 14.5526154,66.7880911 L14.5523077,66.7883988 C12.9455385,64.6228458 12.3172308,62.9512125 11.464,60.358519 L11.4643077,60.358519 C12.7446154,59.8999893 13.4990769,59.6039452 14.7452308,59.0466315 C16.1566154,58.4228464 17.0089231,58.0295571 18.4206154,57.3405315 C19.9947692,56.5533375 20.8803077,56.0274131 22.6196923,55.6341238 C23.9316923,55.339003 24.6861538,54.8469298 26.0304615,54.8469298 C26.9824615,54.8469298 27.4412308,55.5027196 28.3929231,55.5027196 C29.7710769,55.5027196 30.5258462,55.1091226 31.8061538,54.5844292 C32.6910769,54.2231446 33.3141538,54.2231446 34.1673846,53.7972351 C36.3990769,52.6813768 37.4483077,51.6316821 39.8098462,50.9094208 C40.7289231,50.6469202 41.32,50.3194869 42.1723077,49.8597262 C42.7956923,49.5322929 43.3538462,49.3999655 43.7464615,48.8100315 C44.0750769,48.2853381 44.2723077,47.8252696 44.7972308,47.498144 C45.9787692,46.775575 46.8972308,46.5783149 47.9467692,45.6597167 C48.7012308,45.0039268 49.6535385,44.708806 49.6535385,43.6917315 C49.6535385,43.1996583 49.0624615,43.1008744 48.7338462,42.7731333 C48.2092308,42.2472089 47.9803077,41.8212994 47.5532308,41.1987452 C47.0609231,40.4429405 46.5024615,40.017031 46.5024615,39.0984327 C46.5024615,38.8685524 46.9298462,38.9999565 47.0283077,38.8359321 C47.4218462,38.245075 47.8156923,37.851478 47.8156923,37.0965964 L47.8156923,33.9804405 C47.6190769,33.9478202 47.5206154,33.7179399 47.2910769,33.7179399 C46.536,33.7179399 46.2076923,34.2426333 45.4541538,34.2426333 C44.436,34.2426333 43.7812308,34.012753 42.9606154,33.4554393 C42.5332308,33.1929387 42.0409231,32.9307458 42.0409231,32.4057446 C42.0409231,31.4862232 42.7633846,31.060006 43.2227692,30.3054321 C44.1409231,28.8282893 45.0932308,28.2709756 46.1101538,26.8926167 C46.7984615,25.9743262 47.1596923,25.3182286 47.6843077,24.2685339 C48.1113846,23.4151762 48.6027692,22.8904827 48.6027692,21.9057208 C48.6027692,21.5992137 48.4843077,21.2591631 48.2593846,21.0917536 L48.2593846,21.0917536 C49.8021538,17.3195 51.0036923,15.084706 53.0646154,11.5377167 C54.4156923,9.2130631 55.8883077,8.22737798 58.1818462,6.81424464 C59.1667692,6.32309464 60.3476923,6.64960476 61.332,6.15753155 L77.1803077,-7.10542736e-15 L77.1803077,-7.10542736e-15 C77.1803077,1.67317202 77.5396923,2.61423512 77.9993846,4.18862321 C78.2615385,5.14107262 78.1304615,5.86179524 78.3929231,6.8139369 C78.5892308,7.50265476 79.0812308,7.7977756 79.4424615,8.388325 C80.5907692,10.2590649 81.1803077,11.4724762 81.5415385,13.6380292 C82.0012308,16.3944393 83.2144615,17.738947 83.7729231,20.4618137 C84.0353846,21.7752399 84.4286154,22.46365 85.0849231,23.6121286 C85.9055385,25.0228 86.6276923,25.908778 88.1030769,26.6307315 L91.9098462,39.6225107 C92.0723077,40.6395851 92.2372308,40.9682494 92.3021538,41.9853238 L92.3021538,41.9853238 L92.532,45.2658119 L92.9581538,49.4655137 L92.9581538,52.1234476 C92.9581538,53.3700946 93.4178462,54.0265 93.6150769,55.2408345 C93.7464615,56.0280286 94.1387692,56.1268125 94.2701538,56.9466268 L94.2704615,56.9466268 C94.2704615,58.5871786 94.5664615,59.604253 95.0587692,61.1463286 C95.2550769,61.7362625 95.2550769,62.163403 95.4523077,62.7207167 C96.0095385,64.230172 96.7316923,64.8862696 97.2889231,66.395725 C98.0769231,68.561278 98.1421538,70.2018298 98.8633846,72.4323155 C98.8633846,73.4493899 98.9292308,74.4461536 99.224,75.3982952 L99.224,75.3979875 L99.224,75.3979875 Z"}],viewBox:"0 -7.105427357601002e-15 99.2239990234375 88.71319580078125"}},{id:"37f5058f-679c-4cea-9e4a-2ba247466e08",title:"path",type:"svg",x:92.21808409064997,y:26.547132245994703,width:3.0372963644447903,height:3.80268436968692,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1c4a9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"path",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"1c96c1f5-0e04-4e76-8b98-6fd970c2e981"}],svg:{tagName:"path",properties:[{name:"d",value:"M96.5021538,86.0481875 L96.5021538,87.1314256 L97.0258462,87.262522 C99.0286154,86.1143512 100.308,85.6545905 102.276,84.5064196 C104.047385,83.4890375 104.736923,82.3082464 106.475077,81.2259315 C107.689231,80.4701268 108.443692,80.0442173 109.625846,79.2567155 C110.479077,78.6994018 110.772615,78.0433042 111.462462,77.2887304 C112.151692,76.5338488 112.839385,76.3042762 113.561231,75.5829381 C114.250769,74.893297 114.546769,74.4009161 115.267692,73.7448185 C116.416,72.6951238 117.367077,72.2679833 118.417538,71.1195048 C119.368308,70.0698101 120.78,69.6765208 120.78,68.2329214 C120.78,68.0368923 120.648615,67.9054881 120.648615,67.708228 C120.419077,67.7731607 120.189231,67.5771315 119.992,67.708228 C118.318769,68.9216393 117.859077,70.3984744 115.923692,71.1195048 C115.137846,71.4155488 114.546769,71.4155488 113.824923,71.7768333 C112.970462,72.2353631 112.610462,72.8591482 111.724615,73.220125 C109.854462,74.007319 108.837538,74.5646327 106.869538,75.0570137 C103.784923,75.8118952 102.407077,77.3536631 100.045538,79.3881196 C98.6015385,80.6347667 97.9455385,81.6844613 97.2892308,83.456725 C96.9286154,84.4411792 96.5021538,84.9984929 96.5021538,86.0481875 L96.5021538,86.0481875 Z"}],viewBox:"96.50215148925781 67.66197967529297 24.277847290039062 19.600540161132812"}}],parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",single_object:!0,default_style:{background_opacity:.5,stroke_width:1},mouseover_style:{background_color:"#d97706",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"New-York",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"22c946d1-84b0-49af-b0f7-1c6e40819694"}],svg:{html:'<g id="New-York" transform="translate(640.619385, 69.172446)" fill="#FEFEFE" fill-rule="nonzero" stroke="#000000" stroke-width="0.5" ></g>'}},{id:"6bb706d0-7060-4ab1-a5c9-e1c1437b9375",title:"New-Hampshire",type:"svg",x:92.56271834219102,y:10.450351197554232,width:3.0175557983584302,height:10.453336705363503,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1c4a9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"New-Hampshire",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"1d11bc8a-7195-4a10-af01-2c094e0fc312"}],svg:{tagName:"path",properties:[{name:"d",value:"M745.339692,53.8652452 L759.3,90.4217613 C760.808,91.275119 762.420923,91.509 763.996308,92.1647899 L763.996308,92.1647899 C763.814154,93.2800327 763.685846,93.989369 763.499077,95.1470798 C763.465231,95.5083643 763.235692,95.8031774 763.235692,96.1967744 L763.235692,96.1970821 C762.447385,97.279397 761.267385,97.73885 760.480308,98.8223958 C759.660615,99.9370232 759.266154,100.724217 758.642769,101.971172 L744.469846,107.74557 L744.470462,107.745877 C743.912923,106.761423 743.420923,106.23673 743.158462,105.120564 C742.862462,103.94008 743.092308,103.152886 742.896,101.970557 C742.698462,100.724833 742.337538,100.002571 741.846462,98.8217804 C741.223077,97.2797048 741.189231,96.2626304 740.927077,94.6217708 C740.632,92.6860982 739.876308,91.6028601 739.876308,89.634875 C739.876308,88.9126137 740.106154,88.4863964 740.271077,87.7979863 C740.565846,86.6159643 740.402154,85.8613905 740.533538,84.6479792 C740.632,83.630597 740.927077,83.0735911 740.927077,82.0562089 L740.927077,79.398275 L741.451692,76.7729613 C741.320615,76.2156476 740.927077,76.0193107 740.927077,75.4610738 C740.927077,74.1814988 741.877846,73.6891179 742.501231,72.5732595 C742.896,71.8196089 743.027077,71.2287518 743.420923,70.4738702 C743.912923,69.5232673 744.470462,68.9647226 744.470462,67.8497875 C744.470462,66.2741685 742.632615,66.1107595 741.977538,64.6997804 C741.255692,63.190325 741.418462,61.7796536 740.795385,60.237578 L740.795385,60.237578 C740.697846,59.7455048 740.533231,59.4503839 740.533231,58.9256905 C740.533231,57.9732411 740.893846,57.4162351 741.321231,56.5628774 C741.746154,55.7104429 741.977231,54.9232488 742.895692,54.5945845 C743.817231,54.2560726 744.452308,54.1477488 745.339692,53.8652452 L745.339692,53.8652452 L745.339692,53.8652452 Z"},{name:"id",value:"New-Hampshire"},{name:"fill-rule",value:"nonzero"}],viewBox:"739.8762817382812 53.8652458190918 24.12005615234375 53.88063430786133"}},{id:"05024a1d-4872-45da-a8e5-073c5fefca29",title:"Vermont",type:"svg",x:89.80081060594316,y:11.686642284476825,width:3.3366653611918444,height:9.87898317363654,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1c4a9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Vermont",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"f5e07958-40bd-48e9-a265-8920e87aada6"}],svg:{tagName:"path",properties:[{name:"d",value:"M732.921538,111.15777 L744.469538,107.745262 L744.470462,107.745877 C743.912923,106.761423 743.420923,106.23673 743.158462,105.120564 C742.862462,103.94008 743.092308,103.152886 742.896,101.970557 C742.698462,100.724833 742.337538,100.002571 741.846462,98.8217804 C741.223077,97.2797048 741.189231,96.2626304 740.927077,94.6217708 C740.632,92.6860982 739.876308,91.6028601 739.876308,89.634875 C739.876308,88.9126137 740.106154,88.4863964 740.271077,87.7979863 C740.565846,86.6159643 740.402154,85.8613905 740.533538,84.6479792 C740.632,83.630597 740.927077,83.0735911 740.927077,82.0562089 L740.927077,79.398275 L741.451692,76.7729613 C741.320615,76.2156476 740.927077,76.0193107 740.927077,75.4610738 C740.927077,74.1814988 741.877846,73.6891179 742.501231,72.5732595 C742.896,71.8196089 743.027077,71.2287518 743.420923,70.4738702 C743.912923,69.5232673 744.470462,68.9647226 744.470462,67.8497875 C744.470462,66.2741685 742.632615,66.1107595 741.977538,64.6997804 C741.255692,63.190325 741.418462,61.7796536 740.795385,60.237578 L740.795385,60.237578 L717.799692,69.1724458 L717.799692,69.1724458 C717.799692,70.8456179 718.159077,71.786681 718.618769,73.361069 C718.880923,74.3135185 718.749846,75.0342411 719.012308,75.9863827 C719.208615,76.6751006 719.700615,76.9702214 720.061846,77.5607708 C721.210154,79.4315107 721.799692,80.644922 722.160923,82.810475 C722.620615,85.5668851 723.833846,86.9113929 724.392308,89.6342595 C724.654769,90.9476857 725.048,91.6360958 725.704308,92.7845744 C726.524923,94.1952458 727.247077,95.0812238 728.722462,95.8031774 L732.529231,108.794957 C732.691692,109.812031 732.856615,110.140695 732.921538,111.15777 L732.921538,111.15777 L732.921538,111.15777 Z"},{name:"id",value:"Vermont"},{name:"fill-rule",value:"nonzero"}],viewBox:"717.7996826171875 60.237579345703125 26.6707763671875 50.920188903808594"}},{id:"7666c780-4867-41b1-9365-163674e9e6cc",title:"Maine",type:"svg",x:93.24622565950594,width:6.753774340494049,height:17.880813140426206,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#b8ad93",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Maine",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"d744d9ad-46bf-4185-91b6-a63afcf962dc"}],svg:{tagName:"path",properties:[{name:"d",value:"M745.339692,53.8652452 L759.3,90.4217613 C760.808,91.275119 762.420923,91.509 763.996308,92.1647899 L763.996308,92.1647899 C764.005231,92.1100125 764.014462,92.0540042 764.023692,91.9970726 C764.548615,88.7156613 764.581231,86.6815125 765.860308,83.5989 C766.188923,82.7778548 766.681231,82.3177863 767.040923,81.4982798 C767.894154,79.5952274 768.059077,78.3479649 768.222769,76.2485756 C769.173538,74.5757113 770.323077,74.1818065 771.897231,73.0985685 C773.604,71.9177774 773.997231,70.5720387 775.046769,68.7677702 C775.506462,67.947956 775.867692,67.2918583 776.752308,66.9308815 C777.113231,66.7994774 777.508,66.8647179 777.803077,66.668381 C778.360308,66.3074042 778.556615,65.7497827 778.722154,65.0939929 C779.048615,63.9455143 778.917231,63.1247768 779.114769,61.943678 C779.213231,61.3528208 779.508308,61.0253875 779.508308,60.4016024 L779.508308,57.7439762 L778.591385,55.1195857 C779.180923,54.988797 779.574462,54.8573929 780.165538,54.7262964 C780.395385,54.692753 780.428,54.3314685 780.689231,54.3314685 C781.378462,54.3314685 781.443692,55.1848262 781.739692,55.7747601 C782.034769,56.365925 782.232,56.7269018 782.526769,57.3503792 C783.576308,57.0229458 784.528308,57.0878786 785.150769,56.1692804 C785.348,55.8732363 785.185231,55.479947 785.281538,55.1195857 C785.447692,54.4628726 785.84,54.1015881 786.201231,53.5442744 C786.594769,52.9543405 786.858154,52.5272 787.251692,51.9695786 C787.415385,51.7396982 787.480615,51.4448851 787.776615,51.4448851 C788.366462,51.4448851 788.563692,51.9695786 789.088308,52.2320792 C789.253231,52.2973196 789.449538,52.1994589 789.614154,52.2320792 C790.137846,51.2811685 790.071692,50.5265946 790.662769,49.6067655 C791.450769,48.3936619 792.401538,47.9997571 793.418769,46.9826827 C793.944615,46.4579893 794.272,46.0967048 794.861846,45.6704875 C796.569538,44.3899893 797.125846,43.1116452 798.143692,41.2085929 C798.734462,40.0601143 799.324308,39.3717042 799.324308,38.058278 C799.324308,37.4348006 799.291692,36.9424196 798.929846,36.4838899 C798.504615,35.9591964 797.847692,35.9265762 797.355692,35.4341952 C796.896923,34.9741268 796.896923,34.4494333 796.700615,33.8585762 C796.438154,33.1363149 795.813846,32.9073577 795.256615,32.4152845 L795.256615,32.4152845 C793.912308,32.2192554 793.222154,31.2341857 791.975385,30.840281 C791.188308,30.5777804 790.466462,30.741497 789.875385,30.1841833 C789.548,29.8893702 789.416923,29.4945423 789.219385,29.1332577 C788.202462,27.4939369 787.711077,26.3131458 786.069538,25.3283839 C785.316308,24.868931 784.824,24.6722863 783.970769,24.5411899 C783.381231,24.442406 782.821538,24.7049065 782.396308,24.278997 C781.969231,23.8515488 782.199077,23.2942351 782.001846,22.7043012 C781.279692,20.5387482 780.033846,19.5869143 779.245846,17.4539815 C778.753538,16.0756226 778.688308,15.1570244 778.197231,13.7789732 C777.211692,11.1222702 776.458462,9.64512738 775.572308,6.95488095 C775.177846,5.70792619 774.850462,4.98689583 774.259385,3.80487381 C773.963385,3.21463214 773.866154,2.65670298 773.341231,2.23017798 C772.520615,1.54176786 771.699692,1.70548452 770.716308,1.3118875 C769.239692,0.721030357 768.387385,0 766.778462,0 C765.795077,0 765.368,0.851819048 764.942769,1.70548452 C764.645846,2.29541845 764.384308,2.72255893 764.023692,3.28110357 C762.745231,4.13323036 761.398769,3.8710375 760.217846,4.85549167 C760.053231,4.98689583 760.086769,5.21677619 759.955385,5.38018512 C759.003692,6.59390417 758.184,7.11982857 756.937231,8.0045756 C755.656615,6.23261964 754.017538,5.93780655 752.737846,4.19847083 C752.737846,6.1676869 751.36,6.9884244 751.032615,8.92409702 C750.735385,10.7609857 750.342769,11.8433006 749.981846,13.6488 C749.653231,15.2231881 749.719692,16.2402625 749.457231,17.8472708 C749.096,20.1774637 748.8,21.5222792 748.8,23.8850923 C748.8,27.9536976 749.391077,30.2168036 749.719692,34.2527887 L749.719692,37.5006565 C749.719692,39.1412083 749.522462,40.1582827 749.194769,41.7339018 C748.997538,42.8162167 748.668923,43.4070738 748.145231,44.3570613 C747.915385,44.816822 747.554462,44.9482262 747.357231,45.4076792 C747.258462,45.6375595 746.963385,45.6701798 746.963385,45.9326804 C746.963385,46.7524946 748.145231,46.8186583 748.145231,47.6384726 C748.145231,48.721403 747.717846,49.3125679 747.619385,50.3948827 C747.554462,51.2156202 747.816615,51.7067702 747.619385,52.4939643 C747.586769,52.7238446 747.258462,52.7576958 747.094769,52.8887923 C746.602462,53.3150095 746.142462,53.6098226 745.520615,53.8061595 C745.459077,53.826778 745.398462,53.8464732 745.339692,53.8652452 L745.339692,53.8652452 L745.339692,53.8652452 Z"},{name:"id",value:"Maine"},{name:"fill-rule",value:"nonzero"}],viewBox:"745.3397216796875 0 53.98455810546875 92.16478729248047"}},{id:"a960403c-1b6e-47bb-b0d1-140c53ad78c4",title:"Rhode-Island",type:"svg",x:94.84484308302093,y:22.533308912461646,width:1.474359331677322,height:2.498671693253326,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1c4a9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Rhode-Island",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"a6d800c9-9c98-4188-a12a-fcd5d08876be"}],svg:{tagName:"path",properties:[{name:"d",value:"M758.117846,117.982477 L762.204308,129.024736 L762.204308,129.024736 C762.323385,128.974267 762.448308,128.924413 762.579385,128.875175 C762.940615,128.743155 763.269231,128.743155 763.630154,128.611751 C763.892308,128.514506 763.957538,128.284626 764.154769,128.087058 C764.614462,127.62822 764.974462,127.267243 765.204308,126.643766 C765.532923,125.692548 765.204308,124.970594 765.466769,124.019683 C765.860308,122.575161 766.648615,121.85413 766.648615,120.344675 C767.272,120.639796 767.632,120.803513 768.222769,121.131869 C768.386462,121.196802 768.616308,121.131869 768.747692,121.262965 C769.207385,121.722726 769.076308,122.214184 769.273538,122.837661 C769.491077,122.785654 769.700615,122.739185 769.902769,122.694255 L769.902769,122.694563 C769.805231,121.218343 769.470462,120.180343 768.222769,119.425769 C767.206769,118.835835 766.583385,118.441315 765.729846,117.58888 C765.401538,117.260216 765.139385,116.965095 764.811692,116.67059 C764.614154,116.505642 764.580923,116.145589 764.285846,116.145589 C763.202769,116.145589 762.710462,116.866619 761.662154,117.062956 C761.300923,117.12912 760.972308,116.997715 760.611692,117.062956 C759.759385,117.227596 758.938462,117.720285 758.117846,117.982477 L758.117846,117.982477 L758.117846,117.982477 Z"},{name:"id",value:"Rhode-Island"},{name:"fill-rule",value:"nonzero"}],viewBox:"758.1178588867188 116.14559173583984 11.784912109375 12.879142761230469"}},{id:"ae9a9691-b075-43bf-8ccd-169b173a55ed",title:"Connecticut",type:"svg",x:91.93888514690101,y:22.88968114954217,width:3.4171929735878432,height:5.158366905617809,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1c4a9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Connecticut",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"181c02a6-126e-4cc6-9bca-d62098dd1a08"}],svg:{tagName:"path",properties:[{name:"d",value:"M762.204308,129.024736 C761.368923,129.378327 760.788,129.772847 759.955692,130.318774 C758.938769,131.007185 758.249231,131.368469 757.330769,132.155663 C756.904923,132.516948 756.74,132.910237 756.280308,133.206281 C754.344923,134.518476 753.032923,134.944386 751.032615,136.092864 C749.817231,136.782813 749.161538,137.275194 747.882154,137.799888 C746.307692,138.455677 745.421846,138.948058 744.207692,140.16147 C743.551692,140.817567 743.223077,141.342261 742.633538,141.998666 C742.14,142.556903 741.584,142.655379 741.058154,143.179149 C740.570769,143.666914 740.182769,144.121443 739.843385,144.570433 L739.843385,144.570741 C739.548615,143.618599 739.482769,142.621836 739.482769,141.604761 C738.761538,139.374276 738.696308,137.733724 737.908308,135.568171 C737.351077,134.058715 736.628923,133.402618 736.071692,131.893163 C735.874462,131.335849 735.874462,130.908708 735.678154,130.318774 C735.185846,128.776699 734.889846,127.759624 734.889846,126.119073 L734.889846,126.119073 L758.117846,117.983093 L758.117846,117.982477 L762.204308,129.024736 L762.204308,129.024736 L762.204308,129.024736 Z"},{name:"id",value:"Connecticut"},{name:"fill-rule",value:"nonzero"}],viewBox:"734.8898315429688 117.98247528076172 27.314453125 26.58826446533203"}},{id:"07abaf82-9a10-4f49-a6d6-702f1d275cb7",title:"Massachusetts",type:"svg",x:91.69263680893795,y:18.663056151111157,width:6.534175098611199,height:5.805199301074414,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d8d3b9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Massachusetts",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"b0edf67f-e822-4a24-8b8a-6cdce1bb6c89"}],svg:{tagName:"path",properties:[{name:"d",value:"M758.117846,117.982477 C758.938462,117.720285 759.759385,117.227596 760.611692,117.062956 C760.972308,116.997715 761.300923,117.12912 761.662154,117.062956 C762.710462,116.866619 763.202769,116.145589 764.285846,116.145589 C764.580923,116.145589 764.614154,116.505642 764.811692,116.67059 C765.139385,116.965095 765.401538,117.260216 765.729846,117.58888 C766.583385,118.441315 767.206769,118.835835 768.222769,119.425769 C769.470462,120.180343 769.805231,121.218343 769.902769,122.694563 L769.902769,122.694255 C771.102154,122.42837 772.048615,122.217877 772.946769,121.262965 C773.571385,120.607176 773.537846,119.951078 773.997231,119.162653 C774.456,118.342839 774.784308,117.851689 775.309231,117.063264 C775.998769,117.752905 776.424923,118.114189 777.014769,118.900152 C778.393538,118.179122 778.753846,117.030643 779.903077,116.013569 C780.624,115.390092 781.378462,115.324236 782.002154,114.570277 C782.461846,114.01204 782.659077,113.553203 783.052615,112.994658 C783.346462,112.601061 783.838769,112.502277 784.102154,112.076368 C784.790462,111.026673 785.150769,110.206859 785.150769,108.927284 C785.150769,107.515382 783.543692,107.220568 782.264615,106.695567 C780.886462,106.138254 780.165538,105.645873 778.722154,105.121179 C779.016,106.499538 779.147385,107.581545 780.296615,108.40259 C780.428,108.467831 780.689231,108.435211 780.820308,108.533687 C781.346154,109.024837 781.477231,109.615694 781.477231,110.370576 C781.477231,111.321794 781.443692,112.043748 780.820308,112.732158 C780.230462,113.355943 779.541846,113.388563 778.722154,113.650756 C777.639077,114.01204 776.982154,114.307777 775.835077,114.307777 C774.849538,114.307777 774.226154,113.815704 773.604,113.126986 C773.144,112.601061 772.651692,112.306248 772.290769,111.682463 C771.7,110.698009 771.437538,110.009599 770.847692,109.05838 C770.486462,108.467831 770.224308,108.007762 769.665846,107.614165 C769.536,107.549233 769.469538,107.286732 769.273538,107.286732 C768.682462,107.286732 768.321231,107.351665 767.730769,107.351665 C765.926769,107.351665 765.466769,105.088559 765.466769,103.28306 C765.466769,102.364769 765.335692,101.773912 765.598154,100.921477 C765.926769,99.7729988 766.778462,99.3794018 767.303385,98.2961637 C766.254769,97.5089696 765.368308,97.4101857 764.154769,96.852872 C763.793846,96.6891554 763.235692,96.6229917 763.235692,96.1967744 L763.235692,96.1970821 C762.447385,97.279397 761.267385,97.73885 760.480308,98.8223958 C759.660615,99.9370232 759.266154,100.724217 758.642769,101.971172 L744.469846,107.74557 L744.469538,107.745262 L732.921538,111.15777 L732.921538,111.15777 L733.151385,114.438258 L733.577538,118.63796 L733.577538,121.295893 C733.577538,122.54254 734.037231,123.198946 734.234462,124.41328 C734.365846,125.200474 734.758154,125.299258 734.889538,126.119073 L734.889846,126.119073 L758.117846,117.983093 L758.117846,117.982477 L758.117846,117.982477 Z"},{name:"id",value:"Massachusetts"},{name:"fill-rule",value:"nonzero"}],viewBox:"732.9215087890625 96.19677734375 52.229248046875 29.92229461669922"}},{id:"97bcb2c5-9681-4138-82a9-9b82279570fd",title:"Pennsylvania",type:"svg",x:79.72133597645531,y:26.556046078123256,width:11.117659271682493,height:13.010816389700745,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d8d3b9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Pennsylvania",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"3dd3592e-cdf5-4ff2-958c-83c21841795c"}],svg:{tagName:"path",properties:[{name:"d",value:"M662.976308,199.217949 L715.337231,182.551161 L720.848308,180.845061 C721.079385,180.253896 720.979385,180.253896 721.241846,179.663962 C721.602769,178.844456 722.030154,178.384387 722.423692,177.56365 C723.605538,175.16914 724.326462,173.692305 725.048615,171.133462 C725.310769,170.148701 725.540615,169.526454 725.703692,168.50938 C725.803077,167.918215 726.098154,167.55693 726.098154,166.933761 C726.098154,166.047783 725.016,166.015162 724.260308,165.621258 C723.408,165.161497 723.014769,164.636804 722.161231,164.178274 C721.373231,163.752057 720.816923,163.456012 720.061231,162.995944 C719.470154,162.636198 719.011692,162.340154 718.749231,161.684057 C718.649538,161.454176 718.355692,161.421556 718.355692,161.159055 C718.355692,160.733146 718.649538,160.503265 718.749231,160.109361 C718.946462,159.22369 719.011692,158.666377 719.011692,157.746548 C719.011692,156.566064 718.093231,156.041063 718.093231,154.859964 C718.093231,153.120936 719.077846,152.268502 719.667385,150.660262 C720.389846,148.69197 720.619692,147.445323 721.110769,145.410866 L721.110769,145.411174 C719.536615,144.755076 717.863385,145.181601 716.649231,143.966651 C715.862154,143.179457 715.730769,142.32733 715.206154,141.342568 C714.845231,140.686779 714.385231,140.390735 714.025538,139.76818 C713.664308,139.177015 713.598154,138.521226 712.974769,138.192561 C712.055385,137.734032 711.334462,137.766652 710.350154,137.405367 C709.760308,137.20903 709.431692,136.97915 708.775692,136.880366 C688.314462,144.031892 665.634154,150.997851 640.619385,157.885645 L640.619385,157.885645 C639.624,158.754698 638.528923,159.250156 637.232,160.016424 L637.232,160.016732 L642.654154,183.844585 L642.654154,183.844892 L647.489846,203.943267 L662.976923,199.218257 L662.976308,199.217949 L662.976308,199.217949 Z"},{name:"id",value:"Pennsylvania"},{name:"fill-rule",value:"nonzero"}],viewBox:"637.2319946289062 136.88037109375 88.86614990234375 67.06289672851562"}},{id:"addf9573-91fb-41ae-8e35-b7c701b41426",title:"New-Jersey",type:"svg",x:89.83753138045599,y:28.21104168378732,width:2.6268372890951204,height:9.166175052060623,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1c4a9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"New-Jersey",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"e6d8632b-9864-44ef-96f1-085b5f546957"}],svg:{tagName:"path",properties:[{name:"d",value:"M720.848,180.845369 L721.110462,183.732876 L721.241538,184.913974 L721.241846,184.913667 C722.357538,185.077383 722.849538,185.569457 723.866769,185.963361 C725.442154,186.619151 726.425538,186.882575 728.067077,187.275249 C728.854154,187.472509 729.576308,187.3091 730.164923,187.80025 C730.953231,188.489583 730.462154,189.474345 730.559385,190.556352 C730.624615,191.377398 730.888,191.868548 731.084308,192.656973 C731.544308,192.033495 732.068923,191.770071 732.397231,191.081354 C733.249538,189.375869 733.118462,188.161227 733.709231,186.356651 C734.267385,184.683479 734.989846,183.863972 735.414769,182.156949 C735.809231,180.582561 735.677231,179.598107 735.809231,177.958478 C735.841846,177.302073 736.136615,177.006029 736.333846,176.382859 C736.695077,175.23438 736.628923,174.447186 736.727692,173.233775 C737.022769,169.328886 739.090154,167.425834 739.090154,163.521868 C739.090154,162.995944 739.057538,162.701439 738.958769,162.20875 C738.926462,162.045341 739.024,161.815461 738.958769,161.684057 C738.860308,161.52034 738.630462,161.52034 738.432923,161.421556 C737.744615,161.060579 737.153538,161.191676 736.333846,161.159055 C735.316,161.126743 734.727077,160.961795 733.709231,160.896863 C733.676615,160.535886 733.578154,160.306005 733.578154,159.945952 C733.578154,157.911803 733.610769,156.598685 734.366154,154.729176 C734.692615,153.90813 735.185846,153.481913 735.414769,152.628555 C735.644615,151.841361 735.579385,151.251427 735.940615,150.529474 C736.465231,149.447159 736.990154,148.888614 737.645846,147.903852 C737.896,147.538875 738.117538,147.197286 738.323385,146.872622 L738.323385,146.872622 C736.321538,147.36408 735.251077,147.346846 733.184308,147.511486 C732.266154,147.576419 731.741538,147.772756 730.821846,147.772756 C729.084,147.772756 728.033538,147.576419 726.360308,147.247755 C724.391692,146.854158 722.357538,146.985562 721.110769,145.410866 L721.110769,145.410866 C720.619692,147.445323 720.389846,148.69197 719.667385,150.660263 C719.077846,152.268502 718.093231,153.120936 718.093231,154.859964 C718.093231,156.041063 719.011692,156.566064 719.011692,157.746548 C719.011692,158.666377 718.946462,159.22369 718.749231,160.109361 C718.649538,160.503265 718.355692,160.733146 718.355692,161.159055 C718.355692,161.421556 718.649538,161.454176 718.749231,161.684057 C719.011692,162.340154 719.470154,162.636198 720.061231,162.995944 C720.816923,163.456013 721.373231,163.752057 722.161231,164.178274 C723.014769,164.636804 723.408,165.161497 724.260308,165.621258 C725.016,166.015163 726.098154,166.047783 726.098154,166.933761 C726.098154,167.55693 725.803077,167.918215 725.703692,168.50938 C725.540615,169.526454 725.310769,170.148701 725.048615,171.133463 C724.326462,173.692305 723.605538,175.16914 722.423692,177.56365 C722.030154,178.384388 721.602769,178.844456 721.241846,179.663963 C720.979385,180.253896 721.079385,180.253896 720.848308,180.845061 L720.848,180.845369 L720.848,180.845369 Z"},{name:"id",value:"New-Jersey"},{name:"fill-rule",value:"nonzero"}],viewBox:"718.0932006835938 145.41087341308594 20.9969482421875 47.24609375"}},{id:"a666ee39-bb98-40ae-b5fb-e905101adf42",title:"West-Virginia",type:"svg",x:77.88555686951463,y:35.66747547235854,width:8.389272891249007,height:14.312962568688878,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1c4a9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"West-Virginia",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"693332ab-3f21-4811-b745-b13cd46de58c"}],svg:{tagName:"path",properties:[{name:"d",value:"M622.558154,235.440261 C623.672308,235.440261 623.966154,234.321326 624.788,233.602142 C625.54,232.943582 626.006154,232.521365 626.494769,231.634157 C627.414769,229.962523 627.544308,228.681102 627.544308,226.745429 C627.544308,225.630494 627.544308,224.514943 627.544308,223.399393 C627.544308,222.545727 628.056923,221.467105 628.856308,221.660057 C629.501846,221.815773 629.349231,222.645127 629.643385,223.235676 C629.904923,223.76037 630.070462,224.415236 630.693846,224.415236 C631.349846,224.415236 631.540615,223.691436 631.744615,223.104272 C632.031077,222.28138 631.998769,221.524652 632.399077,220.741459 C632.686769,220.179529 632.924,219.823168 632.924,219.167071 C632.924,218.51005 632.399077,218.247549 632.399077,217.591452 C632.399077,217.132922 632.859077,216.935046 633.055385,216.541757 C633.841846,214.967369 632.891385,213.482225 633.973538,212.079555 C634.858154,210.933846 636.433231,212.043549 637.649231,211.292361 C640.468,209.549948 640.661538,206.893245 641.454462,203.680151 C641.972923,201.579531 642.241846,200.333499 642.241846,198.167946 C642.241846,197.086247 642.053538,196.494159 641.979385,195.411844 C641.790769,192.656049 641.716923,191.081661 641.716923,188.325559 C641.716923,187.406961 641.716923,186.48867 641.716923,185.570072 C641.716923,185.175244 641.518769,184.846887 641.716923,184.520377 C641.941846,184.150784 642.292923,184.008609 642.654154,183.844277 L642.654154,183.844892 L647.489846,203.943267 L662.976923,199.218257 L662.976308,199.217949 L664.944,206.961562 C666.093538,206.140517 666.322154,205.123443 667.306462,204.074979 C668.357231,202.95789 669.767692,203.18777 670.849846,202.105763 C672.031692,200.924972 672.392615,199.809114 673.736923,198.824352 L674.787692,199.086852 L677.377846,199.086852 C678.132308,199.086852 678.559692,198.628323 678.986769,198.037158 C679.380308,197.478613 679.675385,197.052704 680.035077,196.46277 C680.363692,195.904225 680.593538,195.346911 681.217231,195.150574 C681.577846,195.05179 681.873846,195.183195 682.267692,195.150574 C683.612,194.985627 684.334154,194.755746 685.678462,194.755746 C686.826769,194.755746 686.795385,196.232889 687.647692,196.987463 C688.107385,197.38106 688.599385,197.11856 689.221846,197.11856 C689.361538,197.11856 689.489538,197.112097 689.615385,197.11856 L689.615692,197.11856 C689.516923,198.365822 689.418462,199.086852 689.090769,200.268874 C688.862154,201.056068 688.862154,202.105763 688.041231,202.105763 C687.581846,202.105763 687.384308,201.613382 686.992,201.449665 C686.432308,201.219785 686.007385,201.186242 685.416615,201.056068 C684.399692,200.826188 683.842154,200.530144 682.791692,200.530144 C682.333231,200.530144 682.463077,201.186242 682.268,201.58107 C682.168,201.81095 681.970769,201.908195 681.873231,202.105763 C681.546154,202.69662 681.217538,203.024054 681.086154,203.680459 C681.020308,204.041128 681.118769,204.336249 681.086154,204.731077 C680.987692,205.649367 680.560308,206.109128 680.297846,206.961562 C679.511692,209.323145 678.56,210.570407 677.411692,212.735652 C676.985846,213.556698 676.853231,214.376512 675.967692,214.703945 C675.606462,214.835042 675.214154,214.474065 674.917231,214.703945 C674.623385,214.933826 674.754462,215.393586 674.655692,215.754563 C674.492,216.377117 674.294769,216.771945 673.999692,217.329259 C673.441231,218.378954 672.884,218.903647 672.293231,219.954573 C671.637231,221.102743 671.013846,222.185058 669.669231,222.185058 C668.848923,222.185058 668.357538,221.988721 667.569231,221.791461 C666.552308,224.284448 665.174154,225.466162 664.157231,227.959456 C663.664,229.17379 663.567692,230.058537 662.976615,231.24056 C661.926154,233.373492 660.975077,234.455807 659.958154,236.62136 C659.433231,237.802151 658.777538,238.459172 658.777538,239.770136 C658.777538,240.394845 659.071385,240.75459 659.171077,241.345755 C659.368308,242.428993 659.268615,243.150024 659.433231,244.23357 C659.531077,245.019533 659.958154,245.479601 659.958154,246.299415 L659.958154,248.300944 C659.137231,248.16954 658.646154,248.236011 657.858154,248.43204 L657.202154,248.43204 C656.184923,248.760705 655.529231,248.892109 654.578462,249.350639 C653.528,249.876563 653.035385,250.532353 651.953231,250.926258 C650.377846,251.517423 649.328615,251.582355 647.753231,252.107357 C646.375385,252.56681 645.554462,253.124431 644.078769,253.025647 C644.078769,253.551571 643.881538,253.846385 643.881538,254.371386 L643.881538,257.618946 C643.061846,257.455229 642.504615,257.390296 641.716308,257.094252 C641.224,256.930228 641.125231,256.535708 640.668,256.307058 C639.682462,255.782057 639.091385,255.42108 638.043077,254.994863 C636.96,254.567415 636.140308,254.272602 635.549231,253.28784 C634.958462,252.304617 635.023385,251.287542 634.105231,250.663757 C633.810462,250.466497 633.154462,250.631137 632.793231,250.532353 L632.793538,250.532661 C632.202769,250.401564 631.546769,250.434185 630.956,250.269237 C629.380615,249.810707 628.627077,248.924729 627.412615,247.776251 C627.248,247.645154 627.314154,247.382654 627.151385,247.251557 C626.985538,247.120153 626.789231,247.120153 626.625538,246.989057 C625.936,246.365579 625.640923,245.774414 625.312615,244.889975 C625.181538,244.52869 625.181538,244.200026 625.050154,243.839049 C624.756308,242.986615 624.263077,242.592095 624.000615,241.73966 C623.344923,239.770444 623.345231,237.375934 622.558154,235.440569 L622.558154,235.440261 L622.558154,235.440261 Z"},{name:"id",value:"West-Virginia"},{name:"fill-rule",value:"nonzero"}],viewBox:"622.5581665039062 183.8442840576172 67.0574951171875 73.77467346191406"}},{id:"b9f2f280-d6b1-43ef-81db-767ba8d8a515",title:"Ohio",type:"svg",x:72.3362911284701,y:31.044651237033385,width:8.063390334655375,height:14.632916643082583,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1c4a9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Ohio",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"7b310160-f414-498b-99e6-ac6057b57700"}],svg:{tagName:"path",properties:[{name:"d",value:"M578.201538,180.32006 L596.442462,175.858473 L596.442462,175.858473 C596.442462,176.875855 597.721846,177.006644 598.673846,177.301765 C599.658462,177.629198 600.280923,177.957863 601.331385,177.957863 L605.464308,177.957863 C606.218769,177.957863 606.086769,179.007557 606.415385,179.663347 C606.581231,180.024632 606.875077,180.188348 607.203385,180.450849 C607.925538,179.927079 608.581231,179.959699 609.433538,179.663347 C609.663385,179.598722 609.729538,179.336221 609.959385,179.270981 C611.598769,178.61396 612.550462,178.088959 614.158462,177.301765 C616.750154,176.02219 617.930462,174.545355 620.720308,173.758161 C622.851692,173.168227 623.607692,171.626459 625.050462,169.952056 C625.739077,169.132242 626.461231,168.934982 627.150462,168.115167 C628.265231,166.835592 629.086154,166.211807 630.431692,165.227353 C631.316,164.571255 631.644615,163.915465 632.530462,163.25906 C632.924,162.963324 633.285231,162.963324 633.711077,162.734367 C635.089231,161.979485 635.548923,161.061195 636.860923,160.240457 C636.986462,160.162907 637.110462,160.088435 637.232,160.016424 L637.232,160.016732 L642.654154,183.844585 L642.654154,183.844277 C642.292923,184.008609 641.941846,184.150784 641.716923,184.520377 C641.518769,184.846888 641.716923,185.175244 641.716923,185.570072 C641.716923,186.48867 641.716923,187.406961 641.716923,188.325559 C641.716923,191.081661 641.790769,192.656049 641.979385,195.411844 C642.053538,196.494159 642.241846,197.086247 642.241846,198.167946 C642.241846,200.333499 641.972923,201.579531 641.454462,203.680151 C640.661538,206.893245 640.468,209.549948 637.649231,211.292361 C636.433231,212.043549 634.858154,210.933846 633.973538,212.079555 C632.891385,213.482225 633.841846,214.967369 633.055385,216.541757 C632.859077,216.935046 632.399077,217.132922 632.399077,217.591452 C632.399077,218.247549 632.924,218.51005 632.924,219.167071 C632.924,219.823168 632.686769,220.179529 632.399077,220.741459 C631.998769,221.524652 632.031077,222.28138 631.744615,223.104272 C631.540615,223.691436 631.349846,224.415236 630.693846,224.415236 C630.070462,224.415236 629.904923,223.76037 629.643385,223.235676 C629.349231,222.645127 629.501846,221.815773 628.856308,221.660057 C628.056923,221.467105 627.544308,222.545727 627.544308,223.399393 C627.544308,224.514943 627.544308,225.630494 627.544308,226.745429 C627.544308,228.681102 627.414769,229.962523 626.494769,231.634157 C626.006154,232.521365 625.54,232.943582 624.788,233.602142 C623.966154,234.321326 623.672308,235.440261 622.558154,235.440261 L622.558154,235.440261 C621.442462,235.440261 620.719077,235.046972 619.932308,234.259163 C619.637846,233.964349 619.671385,233.536593 619.408615,233.208545 C619.145538,232.880496 618.748923,232.7534 618.357538,232.552447 C617.404923,232.064067 616.688615,231.955127 615.732615,231.371656 C614.916923,230.873428 614.618462,229.928057 613.632615,229.928057 C612.485846,229.928057 612.417231,231.336574 611.533538,232.027446 C610.613538,232.746938 609.828308,233.07714 608.647385,233.07714 C607.925538,233.07714 607.531692,233.036211 606.808615,232.946044 C606.482769,232.905423 606.350154,232.552447 606.022769,232.552447 C604.907077,232.552447 604.512615,233.733238 603.397846,233.733238 C602.643385,233.733238 602.246769,233.180233 601.56,232.946044 C600.902462,232.722318 600.444308,232.683543 599.723385,232.683543 C598.377846,232.683543 597.590769,233.07714 596.245231,233.07714 C595.819385,233.07714 595.519077,233.087604 595.130769,232.946044 C594.175077,232.597069 594.309846,231.109155 593.292923,231.109155 C592.473231,231.109155 592.046154,231.240252 591.225538,231.240252 C590.274769,231.240252 589.782462,230.715558 588.830462,230.715558 C588.304923,230.715558 587.906462,230.854656 587.552923,231.104539 L587.552923,231.104539 L578.201538,180.32006 L578.201538,180.32006 L578.201538,180.32006 Z"},{name:"id",value:"Ohio"},{name:"fill-rule",value:"nonzero"}],viewBox:"578.2015380859375 160.01641845703125 64.45263671875 75.42384338378906"}},{id:"73002755-d078-4ef4-8d3e-1fc68be66550",title:"Colorado",type:"svg",x:27.236928179311608,y:40.967158881235925,width:13.840152689393939,height:16.762739725767855,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d8d3b9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Colorado",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"9d1c815e-fb79-456c-b635-58c7a08b11ba"}],svg:{tagName:"path",properties:[{name:"d",value:"M225.716308,211.160957 C252.044,214.137707 276.672923,216.23802 299.336308,217.461279 L299.336615,217.460971 L328.339077,218.772858 L328.076615,236.883861 L328.076615,236.883553 L326.805846,297.562735 L326.805538,297.561812 L311.016,296.858938 L311.016308,296.85863 C281.216923,295.320863 250.115385,292.871268 217.711692,289.509845 L217.711385,289.509845 L225.716308,211.160957 L225.716308,211.160957 L225.716308,211.160957 Z"},{name:"id",value:"Colorado"},{name:"fill-rule",value:"nonzero"}],viewBox:"217.7113800048828 211.16094970703125 110.62770080566406 86.40179443359375"}},{id:"f9ab25c2-4cc5-442f-8b1c-bc3c434e656b",title:"Utah",type:"svg",x:17.650600515477084,y:34.98362396420492,width:10.654961477548058,height:21.183999999052684,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#bcb1a0",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Utah",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"45b128dd-a16c-4d54-80ff-5f111cb97eab"}],svg:{tagName:"path",properties:[{name:"d",value:"M225.716308,211.160957 L217.711385,289.509845 L217.711692,289.510152 C192.857231,286.235511 167.311385,282.123515 140.548615,277.43574 L140.548615,277.43574 L155.377538,180.319445 L155.377231,180.32006 L198.288923,187.669769 L198.289231,187.669461 L195.664308,207.355467 L225.716308,211.161264 L225.716308,211.160957 L225.716308,211.160957 Z"},{name:"id",value:"Utah"},{name:"fill-rule",value:"nonzero"}],viewBox:"140.54861450195312 180.31944274902344 85.16769409179688 109.19071960449219"}},{id:"5197de2b-6d9c-4022-8700-afaf5af4f495",title:"Oklahoma",type:"svg",x:38.90986412855279,y:57.10975372062064,width:17.254999549866984,height:12.857914576761859,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1c4a9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Oklahoma",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"a4fb8c3c-ef9a-4bee-94ce-72938ae7fad9"}],svg:{tagName:"path",properties:[{name:"d",value:"M311.016,296.858938 L311.016,306.964134 L311.016,306.964749 L357.997231,307.883348 L357.997231,345.286143 C360.063385,345.613885 361.244308,345.712668 363.245846,346.204742 C364.099077,346.401079 364.657538,346.598339 365.345846,347.123032 C366.231692,347.81175 366.428,349.092556 367.576,349.092556 C367.838462,349.092556 367.872308,348.763892 368.100923,348.697728 C369.282462,348.271511 369.971077,347.648957 371.251692,347.648957 C371.481538,347.648957 371.382462,348.00901 371.513846,348.173958 C371.94,348.697728 372.137231,349.190109 372.694462,349.616326 C373.448923,350.174563 374.007385,350.53554 374.794462,351.060541 C376.237846,352.044072 377.221231,352.766333 378.993538,352.766333 C382.077231,352.766333 383.783692,352.241332 386.867385,352.241332 C387.260923,352.241332 387.556923,352.175168 387.918154,352.241332 C388.409231,352.340116 388.508923,352.930973 388.966462,353.161161 C389.952,353.684932 390.672923,353.915735 391.591385,354.604145 C392.117231,354.99805 392.215692,355.588907 392.510462,356.178841 C393.035385,357.228536 393.691385,358.147134 394.872923,358.147134 C395.430462,358.147134 395.659077,357.753229 396.053846,357.359632 C396.742154,356.670914 397.432,356.310245 398.415385,356.310245 C398.973538,356.310245 399.367077,356.441034 399.727077,356.834939 C399.858462,356.999579 399.827077,357.228536 399.989538,357.359632 C400.810154,358.01573 401.565846,358.04835 402.614462,358.01573 C403.435077,357.98311 403.960923,357.884633 404.714462,358.147134 C405.404308,358.377014 405.797538,358.935251 406.552308,358.935251 C407.142154,358.935251 407.011077,357.884633 407.601538,357.884633 C408.225231,357.884633 408.586462,358.179446 409.176,358.277923 C411.867077,358.705371 413.344,359.197752 416.001231,359.721522 C416.952,359.918782 417.379077,360.641043 418.362769,360.641043 C419.084615,360.641043 419.510769,360.443476 420.200308,360.247446 C421.249846,359.951402 421.939385,359.657513 422.824,359.066348 C423.217538,358.803847 423.348923,358.409327 423.743385,358.147134 C424.990462,357.32732 426.072308,357.622133 427.416615,356.966035 C428.041231,356.670914 428.336308,356.14499 428.992,355.91634 C429.746769,355.65384 430.271692,355.65384 431.092308,355.65384 C431.879385,356.047745 432.338154,356.441034 433.224615,356.441034 L436.833231,356.441034 C438.146154,356.441034 438.835692,356.966035 440.015385,357.490729 C441.459385,358.147134 442.246462,358.673058 443.689846,359.328848 C445.560923,360.181283 446.872923,359.984946 448.939385,359.984946 L448.939077,359.98433 L447.364615,322.974824 L444.346154,304.733648 L444.346462,304.734264 L443.559385,294.36626 L443.56,294.366567 C443.56,294.366567 386.866769,298.696442 326.806154,297.562427 L326.805538,297.561812 L311.016,296.858938 L311.016,296.858938 L311.016,296.858938 Z"},{name:"id",value:"Oklahoma"},{name:"fill-rule",value:"nonzero"}],viewBox:"311.0159912109375 294.36627197265625 137.92340087890625 66.2747802734375"}},{id:"036e086e-dd8e-474b-aeb7-75ea8700bb8c",title:"New-Mexico",type:"svg",x:25.946300620587955,y:56.16756475636005,width:12.963601687185577,height:22.100389557703156,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1c4a9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"New-Mexico",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"17de2855-1a0d-402c-af54-22b10b21cf31"}],svg:{tagName:"path",properties:[{name:"d",value:"M311.016,306.964749 L309.048308,394.762736 L248.550462,391.087727 C248.812923,391.908773 248.845538,392.597183 249.468923,393.188348 C249.797231,393.482238 250.224308,393.515781 250.519385,393.844445 C251.272923,394.69688 251.557538,395.486536 252.114769,396.47099 L252.115077,396.470682 L224.272615,394.237119 L223.485538,403.424024 L207.395077,401.611755 L207.395077,401.611755 L217.711692,289.509845 L217.711692,289.509845 C250.115385,292.871268 281.216923,295.320863 311.016308,296.85863 L311.016,296.858938 L311.016,306.964134 L311.016,306.964749 L311.016,306.964749 Z"},{name:"id",value:"New-Mexico"},{name:"fill-rule",value:"nonzero"}],viewBox:"207.39508056640625 289.5098571777344 103.6212158203125 113.91415405273438"}},{id:"825efbd2-b10c-42ab-8b86-adf69faffa22",title:"Louisiana",type:"svg",x:57.24839378109362,y:71.2831863541837,width:10.967107150517528,height:14.928806073964568,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1c4a9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Louisiana",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"258c12b0-8e2a-4566-a376-704e46b328a9"}],svg:{tagName:"path",properties:[{name:"d",value:"M457.600308,372.058742 L503.638154,367.422052 L503.638462,367.421745 C503.777231,367.991368 504.009231,368.457283 504.318769,369.040139 C504.724923,369.805484 505.076615,370.287094 505.236923,371.14076 C505.501846,372.550508 505.003077,373.471876 505.499385,374.81546 C506.215385,376.752364 506.417846,377.997164 506.417846,380.063933 C506.417846,380.883748 506.614154,381.37736 506.417846,382.164246 C506.188923,383.082229 505.374769,383.379811 505.105846,384.263635 C504.785538,385.314868 504.974769,386.035283 504.974769,387.151142 C504.974769,387.906023 504.850154,388.369169 504.449846,388.98803 C503.767385,390.042957 502.645538,390.104196 502.087385,391.219747 C501.726462,391.94047 502.370154,392.62211 501.956308,393.319136 C501.747077,393.671189 501.236615,393.551479 500.905846,393.845061 C500.680615,394.044167 500.643385,394.302667 500.643385,394.631332 C500.643385,395.614863 501.693846,396.00969 501.693846,396.994145 C501.693846,397.649935 501.294462,397.975829 501.037846,398.568533 C500.769231,399.189856 500.612,399.587454 500.250769,400.143229 C499.824308,400.799942 499.200308,401.160303 499.200308,401.98104 C499.200308,402.931951 499.567077,403.456337 499.857231,404.34293 C500.124615,405.16059 499.716,405.822535 500.119692,406.574647 C500.219077,406.75929 500.390769,406.860843 500.539385,406.965474 L528.333231,402.768542 C529.088923,403.523116 530.434154,403.423717 530.434154,404.474335 C530.434154,405.687746 530.368,406.443551 530.172,407.623418 C530.138154,407.984395 529.908615,408.280439 529.908615,408.674036 C529.908615,409.362446 530.465846,409.657567 530.957846,410.117328 C532.008615,411.06947 532.960308,411.626783 533.451385,413.004835 C534.075077,414.744478 534.125231,415.93604 534.125231,417.805549 L534.125231,417.805549 C532.608615,417.612905 531.596923,416.963577 529.908308,416.549054 C528.661538,416.25301 527.940308,415.924346 526.758769,415.498436 C525.741846,415.137152 525.020615,414.940815 524.264923,414.186241 C523.708615,414.547218 523.249231,414.776175 522.690769,415.104532 C522.099692,415.465816 521.805231,415.957889 521.116308,416.154226 C519.967077,416.48289 519.180923,416.318251 517.966769,416.416727 C518.065538,417.926182 519.377538,418.38502 520.065846,419.698138 C520.755385,420.977405 521.903692,421.535027 523.380308,421.535027 L526.594769,421.535027 C527.349846,421.535027 527.612,420.748756 528.070769,420.222832 C528.498769,419.730758 528.825231,419.402094 529.121231,418.778309 C529.908308,419.238377 530.465538,419.369474 531.220308,419.829542 C531.647385,420.091735 531.483692,420.61766 531.483692,421.14143 C531.483692,421.896311 531.056615,422.256057 530.827692,422.978318 L532.369538,422.978318 C533.944,422.978318 534.829538,422.51825 536.207692,421.79722 C536.863692,421.469786 537.159385,420.878929 537.913231,420.878929 C538.439077,420.878929 538.503692,421.60119 538.963692,421.79722 C539.324615,421.928624 539.652,421.928624 540.014462,422.05972 C541.062769,422.486861 541.292615,423.372839 541.980923,424.291437 C541.849846,424.455154 541.915692,424.717654 541.719692,424.816438 C540.604,425.439608 539.816923,425.504848 538.570154,425.734729 C537.781846,425.899676 537.290769,426.128326 536.469846,426.128326 L536.469846,428.588692 C536.469846,429.47467 535.814154,429.835954 535.814154,430.721624 C535.814154,431.377722 536.536,431.508818 537.127077,431.77255 C538.143077,432.231387 538.635077,432.689917 539.750769,432.821014 C540.144308,432.854557 540.439077,432.756081 540.800308,432.821014 C542.539385,433.182298 543.491385,434.10182 544.475692,435.577424 C544.769538,436.037185 545.263077,436.298454 545.263077,436.889619 C545.263077,437.514327 544.835692,437.776828 544.606769,438.333218 C544.344615,438.957619 544.016308,439.318596 543.556308,439.777433 C542.703077,440.630791 542.374769,441.450605 541.326154,442.007919 C540.144308,440.400911 539.685846,439.055172 537.913231,438.070718 C536.010462,437.021023 534.633231,436.824379 532.663077,435.841155 C531.811077,435.414015 531.351385,434.986567 530.565231,434.396633 C529.744615,433.805776 529.022462,433.542352 528.464,432.689917 C528.005538,431.968887 527.940308,431.377722 527.547077,430.590528 C527.251077,429.999671 526.561538,429.967974 525.972615,429.67193 C525.381846,429.377117 525.053231,429.04876 524.396308,428.884736 L523.871692,430.984125 C523.84,431.214005 523.477846,431.246626 523.477846,431.508818 C523.477846,432.197536 524.331077,432.2637 524.922154,432.558513 C525.315692,432.756081 525.545231,432.952418 525.972615,433.084437 C526.332615,433.182298 526.758769,433.084437 527.021231,433.346938 C527.283385,433.608208 527.218462,434.036887 527.283385,434.396633 C527.644308,436.201209 528.070769,437.250904 528.070769,439.121336 C528.070769,440.203343 527.054769,440.630791 526.103692,441.089321 C525.513231,441.385365 525.085846,441.647865 524.527385,442.007919 C524.166462,442.237799 523.937538,442.66494 523.477846,442.66494 C522.329846,442.66494 521.968615,441.351821 520.821538,441.351821 C519.606154,441.351821 518.950154,441.220725 517.736923,441.220725 C516.817538,441.220725 516.655077,442.205179 516.129231,442.92744 C515.768,443.452134 515.309538,443.747255 514.684923,443.977135 C514.291385,444.140852 514.062769,444.370732 513.636308,444.370732 C512.224923,444.370732 511.700308,443.321037 510.485846,442.66494 C509.502462,442.139015 508.846769,441.77927 507.861846,441.220725 L508.518154,437.676813 C508.451692,437.153043 508.320923,436.889619 508.255692,436.364926 C508.025846,434.528037 508.485538,433.478342 508.255692,431.641454 C508.124308,430.524364 507.894462,429.73717 507.074769,429.01614 C506.417846,428.426206 505.761846,428.457595 504.974769,428.097542 C504.089231,427.703945 503.728,427.17802 503.007077,426.521923 L502.481231,426.653327 C502.776923,427.932902 502.776923,428.687476 503.399385,429.802411 C504.022769,430.951505 505.104923,431.181693 505.630769,432.427417 C505.761846,432.788701 505.761846,433.117058 505.893231,433.478342 C506.090462,434.002113 506.417846,434.231993 506.417846,434.79023 C506.417846,435.118894 506.254154,435.282611 506.155692,435.577424 C504.581231,435.315231 503.760615,434.724066 502.481231,433.870708 C502.055077,433.608208 501.825231,433.379558 501.431692,433.084438 C501.169231,432.887177 501.103077,432.558513 500.774462,432.558513 C500.250769,432.558513 499.988615,432.756081 499.462769,432.821014 C498.676615,432.558513 498.118154,432.526201 497.363692,432.166147 C496.969846,431.968887 496.772615,431.508818 496.312923,431.508818 C495.099692,431.508818 494.869846,432.887177 493.820308,433.478342 C493.589538,433.577126 493.525538,433.805776 493.295692,433.870708 C492.934769,433.970415 492.474769,433.839319 492.244923,434.132901 C491.950154,434.528037 492.113846,434.921326 492.113846,435.446327 C492.113846,436.003641 492.244923,436.332305 492.376308,436.856999 C488.866769,436.856999 486.864308,436.889619 483.354462,436.889619 C482.402769,436.889619 481.878769,436.364926 480.959692,436.233521 C479.319077,435.972252 478.302154,435.806381 476.760615,435.183827 C476.070769,434.921326 475.677231,434.528037 474.923692,434.528037 C474.004308,434.528037 473.447077,434.889014 472.561231,435.05273 C470.067692,435.54388 468.623692,435.610044 466.130769,436.233521 C465.865538,436.29907 465.614769,436.36431 465.375077,436.429243 L465.375077,436.429551 C465.506154,435.609736 465.475077,435.085658 465.475077,434.264613 C465.475077,434.068584 465.671077,433.970723 465.671077,433.773463 C465.671077,430.064911 465.737538,427.966753 465.737538,424.258201 C465.737538,422.289908 464.817846,421.272834 464.817846,419.30331 C464.817846,417.630446 465.836,416.876795 466.524615,415.366109 C467.245538,413.759101 467.311692,412.677093 467.311692,410.903907 C467.311692,408.870989 466.851692,407.688659 465.868308,405.917934 C465.507385,405.262144 465.047692,404.999643 464.686462,404.342623 C464.261538,403.555121 463.998154,402.997807 463.505846,402.243233 C462.948615,401.422188 462.422769,401.029822 461.931692,400.142613 C460.388923,397.387126 459.928923,395.615478 458.519692,392.794135 L457.600308,372.058742 L457.600308,372.058742 L457.600308,372.058742 Z"},{name:"id",value:"Louisiana"},{name:"fill-rule",value:"nonzero"}],viewBox:"457.6003112792969 367.4217529296875 87.66275024414062 76.948974609375"}},{id:"9d96dd32-76ec-4b6f-a470-ea23980865e5",title:"Arkansas",type:"svg",x:55.5902244090601,y:57.567861169771966,width:9.662813339728096,height:14.615003596226956,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1c4a9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Arkansas",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"28ec2cd7-c202-47aa-a8e9-331b18c98b71"}],svg:{tagName:"path",properties:[{name:"d",value:"M444.346154,304.733648 L447.364615,322.974824 L448.939077,359.98433 L448.939385,359.984638 C450.644923,360.673971 451.957846,360.903852 453.828,360.903852 C455.041231,360.903852 455.730769,360.805376 456.945231,360.772755 L457.6,372.05905 L457.600308,372.058742 L503.638154,367.422052 L503.638462,367.421745 C503.592308,367.232486 503.556,367.03061 503.530769,366.809654 C503.436308,365.988608 503.690769,365.52854 503.661538,364.709033 C503.625231,363.692267 503.379385,363.099255 503.269231,362.084951 C503.051385,360.081883 503.262462,358.903554 502.875692,356.966651 C502.705846,356.115139 502.087385,355.752316 502.087385,354.866338 C502.087385,353.587686 502.619692,352.932512 503.007077,351.717254 C503.372615,350.570314 503.262769,349.780351 503.399385,348.567247 C503.720923,345.712668 507.074769,345.122119 507.074769,342.266925 C507.074769,341.743463 506.681231,341.480962 506.681231,340.955038 C506.681231,340.593753 506.977231,340.397724 507.206154,340.168767 C507.894769,339.479741 508.516308,339.214779 509.173846,338.46082 C510.090154,337.411126 510.748923,336.624547 510.748923,335.212952 C510.748923,334.66641 510.748923,334.120174 510.748923,333.573632 C510.748923,333.376371 510.580615,333.243736 510.616923,333.08002 C510.711077,332.653495 511.051077,332.428846 511.273846,332.031556 C511.805231,331.083415 511.908923,330.364846 512.455692,329.406242 C512.695692,328.985872 513.172,328.876625 513.505231,328.487952 C514.153538,327.731224 514.500615,327.055431 514.627385,326.191918 L514.627385,326.191918 C514.666154,325.927571 514.684615,325.645375 514.684615,325.337945 C514.684615,324.71416 514.517846,324.386111 514.553538,323.763249 C514.583385,323.237324 515.066154,323.130847 515.341846,322.712631 C516.082769,321.589079 516.693846,320.908363 516.786154,319.563547 C516.857846,318.514776 516.914462,317.822057 517.440923,316.939157 C518.127077,315.788524 518.884,315.068724 518.884,313.690673 C518.884,312.96872 518.884,312.247382 518.884,311.526043 C518.884,311.131523 518.799692,310.864714 518.884,310.508046 C519.226462,309.060138 520.66,308.769941 521.116308,307.358962 C521.385231,306.526838 521.518462,305.82858 521.583385,305.134323 L521.583077,305.134323 C520.566154,305.134323 519.804,305.258342 518.787077,305.258342 C517.507692,305.258342 516.851692,305.718102 515.604923,305.915363 C514.816615,306.046767 514.291692,306.046767 513.504615,306.176632 C513.078769,306.242796 512.881231,306.570537 512.421538,306.570537 C512.192923,306.570537 512.027692,306.439133 511.799077,306.439133 C511.799077,304.995841 511.766462,304.176027 511.766462,302.731504 C511.766462,301.45316 512.224308,300.795832 512.717538,299.615348 C512.913846,299.122967 513.242462,298.860467 513.242462,298.303153 C513.242462,297.417175 512.421538,296.85863 511.536615,296.727534 L444.346154,304.733648 L444.346154,304.733648 L444.346154,304.733648 Z"},{name:"id",value:"Arkansas"},{name:"fill-rule",value:"nonzero"}],viewBox:"444.3461608886719 296.7275390625 77.23721313476562 75.33151245117188"}},{id:"c23c4ebe-a30d-4f00-9a62-080e04071054",title:"Texas",type:"svg",x:31.095072062897355,y:59.553974310363984,width:27.368272334519606,height:40.44602568963601,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1ba94",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Texas",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"a1093a39-25a4-4c55-a636-063bd4c9cb36"}],svg:{tagName:"path",properties:[{name:"d",value:"M457.600308,372.058742 L458.519692,392.794135 C459.928923,395.615478 460.388923,397.387126 461.931692,400.142613 C462.422769,401.029822 462.948615,401.422188 463.505846,402.243233 C463.998154,402.997807 464.261538,403.555121 464.686462,404.342623 C465.047692,404.999643 465.507385,405.262144 465.868308,405.917934 C466.851692,407.688659 467.311692,408.870989 467.311692,410.903907 C467.311692,412.677093 467.245538,413.759101 466.524615,415.366109 C465.836,416.876795 464.817846,417.630446 464.817846,419.30331 C464.817846,421.272834 465.737538,422.289908 465.737538,424.258201 C465.737538,427.966753 465.671077,430.064911 465.671077,433.773463 C465.671077,433.970723 465.475077,434.068584 465.475077,434.264613 C465.475077,435.085658 465.506154,435.609736 465.375077,436.429551 L465.375077,436.429243 C463.569538,436.920085 462.398769,437.420467 460.487385,438.201814 C459.012,438.792671 458.027692,438.957619 456.682154,439.777433 C454.944,440.85944 453.893231,441.647865 451.958154,442.27042 C450.973538,442.598776 450.350154,442.566464 449.333231,442.796344 C449.924,442.27042 450.645231,441.909135 450.645231,441.089321 C450.645231,440.433531 450.579077,439.940842 450.120308,439.514933 C449.628,439.055172 449.038462,439.088715 448.545231,438.596642 C448.184,438.235358 448.413846,437.742054 448.413846,437.218283 C448.413846,436.627118 448.578462,436.266142 448.677231,435.70852 C447.232923,436.431089 446.905846,437.448164 445.788923,438.464007 C445.592615,438.628955 445.526462,438.891148 445.265231,438.989932 C444.904,439.121336 444.575692,439.153648 444.214769,439.252432 C444.609231,439.973463 444.871692,440.498464 444.871692,441.351821 C444.871692,442.368896 444.674154,442.960061 444.609231,443.977135 C444.543385,444.830493 444.412,445.387807 443.952308,446.076217 C443.853538,446.240241 443.919692,446.470121 443.820923,446.601218 C443.722462,446.732622 443.428615,446.634761 443.297231,446.732622 C442.738769,447.224695 442.311692,447.455807 441.853231,448.04451 C441.296,448.766771 441.033538,449.356705 440.541538,450.14513 C440.049231,450.964944 439.523385,451.392085 439.097231,452.245442 C438.900923,452.671352 438.867385,453.031713 438.572308,453.42531 C437.785231,454.476236 436.996923,454.738429 435.947385,455.525623 C435.094154,456.1491 434.831692,456.837818 433.979692,457.493608 C433.126462,458.150936 432.404615,458.150936 431.355077,458.413437 C429.943385,458.741793 429.123692,458.93813 427.679385,458.93813 C426.86,458.93813 426.334769,458.93813 425.580308,458.675938 C424.956923,458.444826 424.694769,457.888743 424.005846,457.888743 C423.48,457.888743 423.381538,458.413437 422.955385,458.675938 C422.529538,458.93813 422.168308,459.069227 421.643385,459.069227 C421.085231,459.069227 420.790154,458.707327 420.331692,458.413437 L419.806769,458.544533 C419.904615,459.955205 420.036615,461.168616 421.250154,461.824714 C419.248615,462.481735 418.330462,463.400333 416.525231,464.449104 C416.557538,463.82655 416.557538,463.497886 416.525231,462.874408 L415.607692,462.874408 C414.787077,463.203073 413.900308,463.564049 413.900308,464.483571 L413.900308,465.499722 L415.344308,465.499722 C414.163692,466.090887 413.737538,466.84423 412.851692,467.731131 C411.899692,468.682349 410.948923,468.846066 410.226769,469.961924 C409.832308,470.585402 409.700923,471.011619 409.307385,471.668948 C408.848,470.880523 408.455385,470.356445 407.733231,469.83052 C407.437231,470.453074 407.240923,470.815282 406.946154,471.405216 C406.749846,471.798813 406.421231,471.994842 406.421231,472.454911 C406.421231,473.013148 407.076,473.111932 407.601846,473.243336 C407.207385,474.062842 406.749846,474.52168 406.421231,475.342725 C406.224,475.867418 406.224,476.654613 405.633231,476.654613 C405.305538,476.654613 405.173231,476.39242 404.846154,476.39242 C404.517538,476.39242 404.354769,476.58968 404.058769,476.654613 C403.501538,476.819252 402.745846,476.851873 402.745846,477.443038 C402.745846,477.868024 402.975692,478.098827 403.140308,478.492732 C403.336615,478.951262 403.665231,479.409792 404.188923,479.409792 C404.648308,479.409792 404.910769,479.017426 405.239385,478.755233 C405.009538,480.132361 404.779692,480.888165 404.320308,482.16651 C403.993846,483.053411 403.665231,483.609493 403.665231,484.561943 C403.665231,485.054016 403.730154,485.349137 403.796615,485.841518 L403.796615,485.120488 C403.435385,485.185113 403.238154,485.317748 402.876923,485.317748 C402.483692,485.317748 402.222154,485.054016 401.828615,485.054016 C400.909231,485.054016 399.989846,485.711037 399.989846,486.628712 C399.989846,487.713181 401.139077,488.335427 402.222154,488.335427 C402.680923,488.335427 402.943077,488.204331 403.336615,487.940599 L403.336615,492.107989 C403.336615,493.09152 402.844308,493.649757 402.222154,494.372326 C402.056308,494.569586 401.696308,494.601898 401.696308,494.897019 C401.696308,495.782689 402.222154,496.176594 402.483692,496.997332 C402.811692,497.980863 402.811692,498.604648 403.008308,499.621722 C403.238154,500.834826 403.238154,501.655871 403.796615,502.770498 C404.188923,503.591543 404.714769,504.312574 405.108308,505.133311 C405.436923,506.117765 405.896615,506.67631 405.896615,507.726005 L405.896615,510.416559 C405.896615,511.006493 405.568,511.498566 405.896615,511.958327 C406.584,512.843382 407.634462,512.483328 408.782769,512.483328 C408.782769,513.073877 408.876308,513.581338 409.010462,514.052177 L409.010462,514.052177 C407.180308,514.475932 405.363692,514.946771 403.534154,515.369911 C401.409538,515.861061 400.584615,513.619805 398.546769,512.876002 C397.796308,512.602423 397.266769,512.679973 396.447385,512.613809 C395.234769,512.51564 394.512,512.449169 393.296923,512.352232 C392.051385,512.252524 391.262769,512.251909 390.148308,511.695211 C389.229231,511.236373 388.996615,510.391017 388.049231,509.988495 C386.142154,509.177298 384.673231,510.043888 382.799692,509.202224 C382.411077,509.027121 382.142154,508.742464 381.748923,508.546127 C380.174769,507.759856 379.155077,507.367182 377.549846,506.708007 C375.482462,505.858958 373.702154,505.201014 373.088308,503.033307 C372.522154,501.03424 372.829846,499.652188 371.907692,497.78391 C371.583385,497.127197 371.100308,496.823152 370.725846,496.209214 C369.919077,494.888095 369.447077,494.043354 369.020308,492.535437 C368.398154,490.336648 368.422154,488.927515 367.707385,486.759808 C367.340923,485.648258 367.037538,484.993699 366.657846,483.872302 C366.381846,483.057411 366.168,482.525948 365.738769,481.774143 C364.594154,479.771384 362.525231,479.869245 360.884615,478.229308 C360.360615,477.70523 360.077231,477.269473 359.702462,476.65492 C358.797538,475.171007 357.996615,474.456439 357.077846,472.979912 C356.160615,471.504308 355.600308,470.683878 354.584308,469.305827 C353.664615,468.059488 352.621231,467.661582 351.698154,466.419243 C350.719077,465.10274 350.351385,464.253383 349.728923,462.744543 C348.876308,460.678697 348.248,459.466209 347.105231,457.493915 C346.214154,455.955533 345.654769,455.10279 344.610462,453.688118 C344.080923,452.970473 343.557538,452.53964 342.773846,452.113115 C341.661846,451.508717 341.198769,451.06342 340.280308,450.14513 C339.591692,449.457335 339.430154,448.798468 338.836923,448.044817 C338.216615,447.257008 337.557846,446.928343 337.000308,446.076524 C336.377846,445.12469 336.207385,444.308877 335.424923,443.452442 C334.108923,442.012843 332.701538,441.8799 330.831385,441.350898 C328.994154,440.830821 328.011385,440.038703 326.075077,440.038703 C324.959692,440.038703 323.844308,440.038703 322.728923,440.038703 C321.613231,440.038703 320.825231,440.299665 320.070462,441.089629 C318.660923,442.56431 317.549846,442.877587 315.608923,443.583846 C315.024923,443.795877 314.503385,443.691554 314.034769,444.107616 C313.912615,444.216248 313.985231,444.512292 313.903692,444.63354 C312.901538,446.119915 311.672923,446.537516 310.753846,448.044817 C310.034154,449.225916 310.454769,450.729832 309.178462,451.327152 C307.863385,451.942628 306.451077,451.684743 305.767692,452.900309 C305.565846,453.259747 305.599692,453.621339 305.374154,453.951542 C305.174462,454.243893 304.717231,454.107258 304.323692,454.082639 C303.668308,454.041402 303.332308,453.771515 302.749231,453.556714 C299.593231,452.393772 298.198154,450.853235 295.400615,448.963108 C294.458154,448.327013 293.824615,447.913721 292.775385,447.521047 C291.200308,446.930805 290.025538,447.050823 288.576308,446.207929 C287.204615,445.409656 287.162462,444.076227 286.213846,442.795421 C285.194154,441.418908 284.113231,441.024388 282.801846,439.908838 C281.916308,439.154571 281.680308,438.434772 281.095692,437.41462 C280.532923,436.433859 279.882462,435.906088 279.652308,434.790538 C279.489538,434.00242 279.714769,433.510963 279.652308,432.690225 C279.419385,429.640233 278.232615,428.066768 276.896,425.341439 C276.495385,424.524395 276.277846,424.026167 275.845538,423.241127 C275.392615,422.418851 274.766462,422.026177 274.533538,421.141738 C274.274769,420.15636 274.374462,419.431945 273.877846,418.516116 C273.129231,417.135603 271.838462,416.917109 270.465846,416.154534 C268.886769,415.278096 268.298462,414.189318 266.791692,413.26672 C265.510769,412.482911 264.920923,411.823428 263.641846,411.035311 C263.216,410.773118 262.854769,410.674642 262.592308,410.24904 C261.904308,409.133182 261.792615,408.28167 261.543077,406.966705 C261.300923,405.690823 261.372308,404.61374 260.360923,403.817621 C258.911692,402.677452 257.573846,402.86548 256.161846,401.718232 C254.949538,400.733163 255.075077,399.457588 254.193846,398.174628 C253.646154,397.377894 252.999385,396.967987 252.115077,396.470682 L252.114769,396.47099 C251.557538,395.486536 251.272923,394.69688 250.519385,393.844445 C250.224308,393.515781 249.797231,393.482238 249.468923,393.188348 C248.845538,392.597183 248.812923,391.908773 248.550462,391.087727 L309.048308,394.762736 L311.016,306.964749 L311.016,306.964749 L357.997231,307.883348 L357.997231,345.286143 C360.063385,345.613885 361.244308,345.712668 363.245846,346.204742 C364.099077,346.401079 364.657538,346.598339 365.345846,347.123032 C366.231692,347.81175 366.428,349.092556 367.576,349.092556 C367.838462,349.092556 367.872308,348.763892 368.100923,348.697728 C369.282462,348.271511 369.971077,347.648957 371.251692,347.648957 C371.481538,347.648957 371.382462,348.00901 371.513846,348.173958 C371.94,348.697728 372.137231,349.190109 372.694462,349.616326 C373.448923,350.174563 374.007385,350.53554 374.794462,351.060541 C376.237846,352.044072 377.221231,352.766333 378.993538,352.766333 C382.077231,352.766333 383.783692,352.241332 386.867385,352.241332 C387.260923,352.241332 387.556923,352.175168 387.918154,352.241332 C388.409231,352.340116 388.508923,352.930973 388.966462,353.161161 C389.952,353.684932 390.672923,353.915735 391.591385,354.604145 C392.117231,354.99805 392.215692,355.588907 392.510462,356.178841 C393.035385,357.228536 393.691385,358.147134 394.872923,358.147134 C395.430462,358.147134 395.659077,357.753229 396.053846,357.359632 C396.742154,356.670914 397.432,356.310245 398.415385,356.310245 C398.973538,356.310245 399.367077,356.441034 399.727077,356.834939 C399.858462,356.999579 399.827077,357.228536 399.989538,357.359632 C400.810154,358.01573 401.565846,358.04835 402.614462,358.01573 C403.435077,357.98311 403.960923,357.884633 404.714462,358.147134 C405.404308,358.377014 405.797538,358.935251 406.552308,358.935251 C407.142154,358.935251 407.011077,357.884633 407.601538,357.884633 C408.225231,357.884633 408.586462,358.179446 409.176,358.277923 C411.867077,358.705371 413.344,359.197752 416.001231,359.721522 C416.952,359.918782 417.379077,360.641043 418.362769,360.641043 C419.084615,360.641043 419.510769,360.443476 420.200308,360.247446 C421.249846,359.951402 421.939385,359.657513 422.824,359.066348 C423.217538,358.803847 423.348923,358.409327 423.743385,358.147134 C424.990462,357.32732 426.072308,357.622133 427.416615,356.966035 C428.041231,356.670914 428.336308,356.14499 428.992,355.91634 C429.746769,355.65384 430.271692,355.65384 431.092308,355.65384 C431.879385,356.047745 432.338154,356.441034 433.224615,356.441034 L436.833231,356.441034 C438.146154,356.441034 438.835692,356.966035 440.015385,357.490729 C441.459385,358.147134 442.246462,358.673058 443.689846,359.328848 C445.560923,360.181283 446.872923,359.984946 448.939385,359.984946 L448.939385,359.984638 C450.644923,360.673971 451.957846,360.903852 453.828,360.903852 C455.041231,360.903852 455.730769,360.805376 456.945231,360.772755 L457.6,372.05905 L457.600308,372.058742 L457.600308,372.058742 Z"},{name:"id",value:"Texas"},{name:"fill-rule",value:"nonzero"}],viewBox:"248.5504608154297 306.9647521972656 218.76124572753906 208.47482299804688"}},{id:"88747e5c-a095-4b35-abf1-b4798f269f71",title:"Kansas",type:"svg",x:40.88526464575905,y:45.42161646198051,width:14.606606272739063,height:12.344960818059333,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1ba94",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Kansas",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"623385a1-0a28-4842-a7e3-f4a700bc4b82"}],svg:{tagName:"path",properties:[{name:"d",value:"M328.076615,236.883553 C385.226462,237.378088 428.218769,234.120988 428.218769,234.120988 L428.218769,234.120988 C429.104,235.006043 430.014462,235.66091 431.092308,236.227148 C431.948923,236.677061 432.333846,237.184521 433.060923,237.802767 C433.876,238.495793 434.766769,238.950937 434.766769,240.033252 C434.766769,241.706424 433.585846,242.559782 433.585846,244.232954 C433.585846,245.151552 433.612308,245.963058 434.110462,246.727171 C434.597538,247.473744 434.991077,247.975049 435.291385,248.826253 C435.581538,249.647606 435.517231,250.441262 436.209538,250.925642 C436.500923,251.129057 436.865538,251.057046 437.26,251.057046 C437.791385,251.057046 438.247692,251.058585 438.683385,251.282926 C439.403692,252.543421 439.927385,253.565112 440.672,254.862536 L443.559385,294.36626 L443.56,294.366567 C443.56,294.366567 386.866769,298.696442 326.806154,297.562427 L326.805846,297.562735 L328.076615,236.883553 L328.076615,236.883553 L328.076615,236.883553 Z"},{name:"id",value:"Kansas"},{name:"fill-rule",value:"nonzero"}],viewBox:"326.80584716796875 234.12098693847656 116.754150390625 63.63081359863281"}},{id:"f18715d1-8e8e-4cdf-b778-f4dae57cab35",title:"Missouri",type:"svg",x:52.79867432582557,y:42.80043237613146,width:13.380957838762887,height:16.677058463969402,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d8d3b9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Missouri",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"0685fb2f-4d0b-4651-a3d1-b6279a251306"}],svg:{tagName:"path",properties:[{name:"d",value:"M422.032615,225.549867 C456.153846,223.712978 481.222154,220.610362 481.222154,220.610362 C482.371385,222.611891 483.552,222.801765 485.652308,223.850229 L485.652308,223.850229 C485.566769,224.720512 485.552308,225.556637 485.552308,226.647261 C485.552308,227.894215 485.941846,228.550929 486.078154,229.796037 C486.236308,231.240252 485.984,232.125307 486.471385,233.471968 C486.803077,234.389028 487.448308,234.693381 488.177231,235.309165 C488.728615,235.775388 489.126154,236.13298 489.751385,236.489956 C490.734462,237.050655 491.526462,237.208524 492.376308,237.933248 C493.987077,239.307298 495.2,239.868305 496.575385,241.47716 C497.332,242.361599 497.632615,243.049393 498.150769,244.102165 C498.714154,245.24572 498.911692,246.035684 499.331385,247.251249 C499.534462,247.839952 499.726154,248.203699 499.857231,248.826868 C499.987692,249.449423 499.857231,250.401257 500.512,250.401257 C501.431692,250.401257 502.024,249.844558 502.482154,249.088138 C502.679692,248.761936 502.744615,248.300944 503.137846,248.300944 C503.596615,248.300944 503.796923,248.624992 504.187385,248.826868 C504.747077,249.11645 505.140308,249.284783 505.761846,249.482658 C506.582462,249.743928 507.730769,249.777779 507.730769,250.663757 C507.730769,252.107049 507.433846,252.993027 506.943692,254.338765 C506.549538,255.420157 506.024,256.044558 506.024,257.225041 C506.024,258.17749 506.362154,258.699107 506.681231,259.587854 C506.985538,260.436904 507.108923,261.03053 507.730769,261.687243 C508.847385,262.866804 509.991692,263.069911 511.273846,264.050057 C512.221538,264.775088 512.716923,265.428108 513.636308,266.149446 C514.390462,266.740611 514.943692,267.009574 515.735385,267.593968 C516.943692,268.485178 517.552,269.608114 518.360308,270.874457 C519.292308,272.334982 520.065846,273.302202 520.065846,275.040307 C520.065846,275.936748 520.065846,276.833805 520.065846,277.730861 C520.065846,278.190314 520.490154,278.422657 520.722769,278.748859 C520.981538,279.110759 521.313846,279.340332 521.641231,279.667149 C522.460615,280.486656 522.921846,281.206148 524.002462,281.635442 C525.234462,282.125361 527.165231,281.456954 528.053538,281.853013 L528.053538,281.853013 C528.349538,281.985033 528.530154,282.235532 528.530154,282.686368 C528.530154,284.665432 528.530154,286.644803 528.530154,288.624482 C528.530154,289.148868 528.989846,289.379056 528.989846,289.904057 C528.989846,290.461371 528.622154,290.777418 528.201538,291.08454 L528.201538,291.08454 C527.407385,291.664627 526.891385,291.941283 526.103692,292.52814 C525.088,293.285176 524.930154,294.179463 524.002462,295.022049 C523.848308,295.162686 523.586769,295.127296 523.477846,295.284242 C522.996,295.980654 523.083692,296.628442 522.690462,297.384863 C522.197231,298.333619 521.641231,298.893702 521.641231,299.976633 C521.641231,300.785368 521.641231,301.594104 521.641231,302.403148 C521.641231,303.462074 521.661538,304.295737 521.583385,305.134323 L521.583077,305.134323 C520.566154,305.134323 519.804,305.258342 518.787077,305.258342 C517.507692,305.258342 516.851692,305.718102 515.604923,305.915363 C514.816615,306.046767 514.291692,306.046767 513.504615,306.176632 C513.078769,306.242796 512.881231,306.570537 512.421538,306.570537 C512.192923,306.570537 512.027692,306.439133 511.799077,306.439133 C511.799077,304.995841 511.766462,304.176027 511.766462,302.731504 C511.766462,301.45316 512.224308,300.795832 512.717538,299.615348 C512.913846,299.122967 513.242462,298.860467 513.242462,298.303153 C513.242462,297.417175 512.421538,296.85863 511.536615,296.727534 L444.346154,304.733648 L444.346462,304.734264 L443.559385,294.36626 L443.559385,294.36626 L440.672,254.862536 C439.927385,253.565112 439.403692,252.543421 438.683385,251.282926 C438.247692,251.058585 437.791385,251.057046 437.26,251.057046 C436.865538,251.057046 436.500923,251.129057 436.209538,250.925642 C435.517231,250.441263 435.581538,249.647606 435.291385,248.826253 C434.991077,247.975049 434.597538,247.473744 434.110462,246.727171 C433.612308,245.963058 433.585846,245.151552 433.585846,244.232954 C433.585846,242.559782 434.766769,241.706424 434.766769,240.033252 C434.766769,238.950938 433.876,238.495793 433.060923,237.802767 C432.333846,237.184521 431.948923,236.677061 431.092308,236.227148 C430.014462,235.66091 429.104,235.006043 428.218769,234.120988 L428.219077,234.120988 C427.687692,233.495664 427.451077,232.891574 426.761846,232.290562 C424.992,230.747563 423.526769,230.03238 422.824,227.828667 C422.773231,227.668951 422.872308,227.462767 422.824,227.302743 C422.612,226.599561 422.323692,226.086254 422.032615,225.549867 L422.032615,225.549867 L422.032615,225.549867 Z"},{name:"id",value:"Missouri"},{name:"fill-rule",value:"nonzero"}],viewBox:"422.0326232910156 220.61036682128906 106.95724487304688 85.96015930175781"}},{id:"06711532-04c6-458d-ae91-d435b0f9d566",title:"Nebraska",type:"svg",x:37.4487071714092,y:34.52551651505358,width:16.12392868152108,height:11.441978661360462,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d2c6ba",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Nebraska",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"3abe740b-dd34-4a7d-b8e8-d6e9e0b66ffd"}],svg:{tagName:"path",properties:[{name:"d",value:"M422.032615,225.549867 C422.323692,226.086254 422.612,226.599561 422.824,227.302743 C422.872308,227.462767 422.773231,227.668951 422.824,227.828667 C423.526769,230.03238 424.992,230.747563 426.761846,232.290562 C427.451077,232.891574 427.687692,233.495664 428.219077,234.120988 L428.218769,234.120988 C428.218769,234.120988 385.226462,237.378088 328.076615,236.883553 L328.076615,236.883861 L328.339077,218.772858 L299.336615,217.460971 L299.336923,217.460663 L301.043385,177.95817 L301.043385,177.95817 C329.996923,179.257748 356.492615,179.527019 380.308,179.004172 C381.520308,179.992011 382.644,180.573021 384.242462,181.238658 C385.816308,181.89414 386.703385,182.683181 388.442769,182.683181 C391.230154,182.683181 392.739385,181.763352 395.528,181.763352 C397.169538,181.763352 397.890154,182.817663 399.464615,183.206643 C400.940615,183.571005 401.764615,183.825813 403.14,184.388973 C405.734462,185.450977 407.724,185.782104 409.438769,187.800558 L409.439077,187.800865 C409.568923,187.953196 409.706154,188.286476 409.832923,188.457271 C411.508923,190.719146 410.462462,193.079805 412.063077,195.41246 C412.330769,195.802056 412.654769,196.003624 412.982462,196.33075 C414.655692,198.003614 416.003692,199.462601 415.607385,201.842955 C415.476615,202.630764 415.344923,203.418574 415.214154,204.205768 C414.853231,206.375321 417.350462,206.991413 418.362462,208.930163 C418.925538,210.009708 418.881846,210.833523 419.018462,212.079247 C419.177231,213.524077 419.084308,214.442676 419.675385,215.754255 C420.296615,217.132614 420.987385,217.887496 420.987385,219.396643 C420.987385,220.64329 420.987385,221.890245 420.987385,223.136585 C420.987385,223.562186 421.240615,223.763755 421.380923,224.153659 C421.577538,224.700817 421.806462,225.132574 422.032615,225.549867 L422.032615,225.549867 L422.032615,225.549867 Z"},{name:"id",value:"Nebraska"},{name:"fill-rule",value:"nonzero"}],viewBox:"299.33660888671875 177.9581756591797 128.88247680664062 58.97648620605469"}},{id:"55b0481b-3446-4281-88ca-c5c93665986f",title:"Illinois",type:"svg",x:60.745346964740484,y:33.62422471527994,width:7.716364125612995,height:21.057844902084813,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1c4a9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Illinois",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"2074df45-d274-46ad-ad71-893dd0762810"}],svg:{tagName:"path",properties:[{name:"d",value:"M540.380308,187.188774 L546.705231,231.633849 C546.050462,232.880804 544.868615,232.945736 544.868615,234.390259 C544.868615,236.194835 545.524615,237.21191 546.181538,238.852461 C547.033846,240.91923 547.231077,242.362522 547.231077,244.626859 C547.231077,246.562532 546.214154,247.480822 545.788,249.351254 C545.393231,251.024734 545.229846,252.140285 544.476308,253.68236 C544.179077,254.305838 543.524,254.567107 543.425538,255.256748 C543.260615,256.24151 543.393231,256.864988 543.294462,257.882062 C543.228308,258.504308 542.966154,258.832973 542.899692,259.456758 C542.834769,260.079004 542.966154,260.407361 542.899692,261.031146 C542.867385,261.425666 542.637538,261.686936 542.637538,262.08084 C542.637538,263.000054 542.177846,263.655536 542.9,264.18023 L542.9,264.18023 C542.9,265.044358 542.9,265.908487 542.9,266.772923 C542.9,267.493954 542.148308,267.726911 541.719385,268.249143 C541.393846,268.644894 541.456923,269.03726 541.456923,269.56103 C541.456923,270.546715 542.375385,270.940005 542.375385,271.923843 C542.375385,272.383604 541.811385,272.472848 541.456923,272.712268 C540.696,273.225883 540.213231,273.605017 539.357846,274.024156 C538.475077,274.456836 537.256615,274.581777 537.256615,275.598852 C537.256615,277.041836 537.913846,277.862881 537.913846,279.306173 C537.913846,279.69977 538.101538,280.092443 537.781538,280.323247 C537.330462,280.649449 536.929231,280.454343 536.372,280.454343 C535.944923,280.454343 535.714154,280.23031 535.290154,280.191843 C534.271385,280.099829 533.612923,280.133988 532.664,279.798554 C531.480923,279.379722 530.793846,278.748859 529.514462,278.748859 C528.759692,278.748859 528.427385,279.501894 528.202462,280.191843 C527.871692,281.207686 528.447077,280.868559 528.053538,281.853013 L528.053538,281.853013 C527.165231,281.456954 525.234462,282.125361 524.002462,281.635442 C522.921846,281.206148 522.460615,280.486656 521.641231,279.667149 C521.313846,279.340332 520.981538,279.110759 520.722769,278.748859 C520.490154,278.422657 520.065846,278.190314 520.065846,277.730861 C520.065846,276.833805 520.065846,275.936748 520.065846,275.040307 C520.065846,273.302202 519.292308,272.334982 518.360308,270.874457 C517.552,269.608114 516.943692,268.485178 515.735385,267.593968 C514.943692,267.009574 514.390462,266.740611 513.636308,266.149446 C512.716923,265.428108 512.221538,264.775087 511.273846,264.050057 C509.991692,263.069911 508.847385,262.866804 507.730769,261.687243 C507.108923,261.03053 506.985538,260.436904 506.681231,259.587854 C506.362154,258.699107 506.024,258.17749 506.024,257.225041 C506.024,256.044558 506.549538,255.420157 506.943692,254.338765 C507.433846,252.993027 507.730769,252.107049 507.730769,250.663757 C507.730769,249.777779 506.582462,249.743928 505.761846,249.482658 C505.140308,249.284783 504.747077,249.11645 504.187385,248.826868 C503.796923,248.624992 503.596615,248.300944 503.137846,248.300944 C502.744615,248.300944 502.679692,248.761936 502.482154,249.088138 C502.024,249.844558 501.431692,250.401257 500.512,250.401257 C499.857231,250.401257 499.987692,249.449423 499.857231,248.826868 C499.726154,248.203699 499.534462,247.839952 499.331385,247.251249 C498.911692,246.035684 498.714154,245.24572 498.150769,244.102165 C497.632615,243.049393 497.332,242.361599 496.575385,241.47716 C495.2,239.868305 493.987077,239.307298 492.376308,237.933248 C491.526462,237.208524 490.734462,237.050655 489.751385,236.489956 C489.126154,236.13298 488.728615,235.775388 488.177231,235.309165 C487.448308,234.693381 486.803077,234.389028 486.471385,233.471968 C485.984,232.125307 486.236308,231.240252 486.078154,229.796037 C485.941846,228.550929 485.552308,227.894215 485.552308,226.647261 C485.552308,225.556637 485.566769,224.720512 485.652308,223.850229 L485.652308,223.850229 C485.710769,223.254756 485.802769,222.642973 485.946769,221.922558 C486.149538,220.907022 486.567385,220.313395 486.732923,219.298475 C486.829231,218.707002 486.604308,218.28017 486.864308,217.722856 C487.062462,217.297562 487.423385,217.099686 487.783385,216.804258 C488.342154,216.34542 488.970769,216.08292 489.096308,215.360966 C489.199077,214.771032 489.248,214.338352 489.490154,213.785347 C490.166769,212.238655 490.534154,211.25851 490.801846,209.586568 C490.959385,208.601499 491.195385,207.978329 491.195385,206.961255 C491.195385,206.567965 491.187077,206.213451 490.932923,205.91156 C490.662769,205.590282 490.210154,205.682295 489.882462,205.386867 C489.227385,204.796625 488.408923,204.137142 488.703077,203.286554 C489.174154,201.925736 490.836,202.373495 492.244923,202.105763 C494.116,201.750326 494.832,200.554455 496.444,199.480142 C497.193846,198.980375 497.788615,198.756957 498.545231,198.300582 C499.690769,197.609402 499.692615,196.429842 500.119692,195.150574 C500.447692,194.166428 500.774462,193.574955 500.774462,192.525261 C500.774462,191.048118 500.352923,190.226765 499.857231,188.851483 C499.631385,188.225852 499.459692,187.802404 499.068923,187.275864 C498.608,186.654541 498.084,186.457281 497.494462,185.963669 C496.673231,185.275874 496.347692,184.68194 495.526769,183.994453 C495.133846,183.665481 494.770769,183.469144 494.476308,183.076162 C493.689846,182.026776 493.553846,181.141721 493.033231,179.926771 L493.033231,179.926771 L533.713846,173.312556 L533.713846,173.312556 L533.713846,176.546883 C533.713846,177.59627 534.239692,178.187435 534.633231,179.139269 C535.255692,180.648109 535.878769,181.435303 536.732308,182.813354 C537.619077,184.256646 538.077846,185.27372 539.356923,186.356958 C539.717231,186.657003 540.016,186.981359 540.380308,187.188774 L540.380308,187.188774 L540.380308,187.188774 Z"},{name:"id",value:"Illinois"},{name:"fill-rule",value:"nonzero"}],viewBox:"485.55230712890625 173.31256103515625 61.67877197265625 108.54046630859375"}},{id:"1390f98e-0f65-434d-a241-f94608c13d9b",title:"Indiana",type:"svg",x:67.6046410355304,y:34.647909013681755,width:6.0116771910233915,height:16.682014081294852,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d8d3b9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Indiana",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"00cb5627-b056-4aee-973c-8dea9d81dd7d"}],svg:{tagName:"path",properties:[{name:"d",value:"M542.9,264.18023 C542.9,263.271171 544.344,264.57475 545.262769,264.57475 C546.705538,264.57475 546.492308,261.602 547.887385,261.949744 C548.237538,262.036834 548.577538,262.191934 548.938154,262.211937 C550.149231,262.279639 551.365231,262.211937 552.578769,262.211937 C553.464615,262.211937 553.824308,263.000362 554.711385,263.000362 C555.433538,263.000362 555.566154,262.18024 555.892308,261.555224 C556.319077,260.737564 556.607692,260.202099 557.336308,259.587854 C557.656615,259.31766 557.960923,259.037311 558.385846,258.932064 C558.747692,258.841897 559.075385,258.999459 559.435385,258.932064 C559.600615,258.90129 559.792615,258.855437 559.961231,258.799429 C560.186154,258.724649 560.092308,258.275967 560.353846,258.275967 C561.436923,258.275967 561.896615,259.194565 562.979692,259.194565 C563.667077,259.194565 564.028,258.43876 564.028,257.750042 C564.028,256.732968 563.492615,256.126724 563.634462,255.125652 C563.694462,254.704051 564.323692,254.862228 564.684923,254.599727 C565.045231,254.337842 565.143692,253.813764 565.603385,253.813764 C566.061846,253.813764 566.294462,254.236289 566.652923,254.469862 C567.605846,255.089339 568.129538,255.913154 569.277846,255.913154 C570.819385,255.913154 571.180923,254.304607 572.033846,253.025339 C572.885538,251.747303 573.452,251.061355 574.264,249.745159 C575.780308,247.288486 576.791692,245.77503 577.020308,242.920143 C577.085846,242.100945 576.724615,241.37776 577.282462,240.820754 C577.741846,240.362532 578.271077,240.503476 578.856923,240.295753 C579.844923,239.945855 580.496308,239.959395 581.481538,239.639963 C581.708923,239.566414 581.780308,239.317761 582.007385,239.245135 C582.599692,239.056184 582.992,239.146659 583.581846,238.983865 C585.485231,238.458249 587.205231,238.55057 588.305538,236.883553 C588.816,236.110515 587.656615,235.600593 587.256,234.784164 C586.836308,233.927729 586.337846,233.405805 586.337846,232.421351 C586.337846,232.09361 586.666154,231.995133 586.862769,231.764945 C587.089538,231.498752 587.310769,231.275334 587.552923,231.104539 L587.552923,231.104539 L578.201538,180.32006 L578.201846,180.319752 L577.874769,178.589033 L548.536615,183.865511 L548.536923,183.865511 C548.011077,184.302807 547.406462,184.577924 546.705846,185.045071 C544.770769,186.356958 543.523692,187.406653 541.194769,187.406653 C540.874154,187.406653 540.613538,187.321717 540.380308,187.188774 L540.380308,187.188774 L546.705231,231.633849 C546.050462,232.880804 544.868615,232.945736 544.868615,234.390259 C544.868615,236.194835 545.524615,237.21191 546.181538,238.852461 C547.033846,240.91923 547.231077,242.362522 547.231077,244.626859 C547.231077,246.562532 546.214154,247.480822 545.788,249.351254 C545.393231,251.024734 545.229846,252.140285 544.476308,253.68236 C544.179077,254.305837 543.524,254.567107 543.425538,255.256748 C543.260615,256.24151 543.393231,256.864987 543.294462,257.882062 C543.228308,258.504308 542.966154,258.832973 542.899692,259.456758 C542.834769,260.079004 542.966154,260.407361 542.899692,261.031146 C542.867385,261.425666 542.637538,261.686936 542.637538,262.08084 C542.637538,263.000054 542.177846,263.655536 542.9,264.18023 L542.9,264.18023 L542.9,264.18023 Z"},{name:"id",value:"Indiana"},{name:"fill-rule",value:"nonzero"}],viewBox:"540.3803100585938 178.5890350341797 48.05279541015625 85.98570251464844"}},{id:"b82f91a2-9a33-430b-8dbc-0d608c2b4b34",title:"Kentucky",type:"svg",x:66.06249067949771,y:44.60814921369686,width:13.103566710437867,height:11.95956535979676,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1c4a9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Kentucky",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"468257eb-be71-49d3-b4c0-19c1665f9224"}],svg:{tagName:"path",properties:[{name:"d",value:"M528.201538,291.08454 C530.727692,290.888511 533.582462,291.872658 536.076308,291.478138 C536.667077,291.380585 537.060923,291.183324 537.650769,291.08454 C538.635077,290.920824 539.258462,291.05192 540.275385,290.953444 C542.670462,290.658323 543.917231,289.772345 546.049846,288.721727 C546.608308,288.459227 547.066769,288.459227 547.624308,288.197957 C548.805846,287.606792 549.592923,287.213195 550.906154,286.885762 L586.468,279.929342 C587.322462,280.060746 587.748615,280.454343 588.568308,280.585748 C589.356308,280.716844 590.109846,280.585748 590.930769,280.585748 L609.958462,276.64947 L611.533846,277.041836 L612.583385,276.780566 L612.583385,276.780566 C614.290154,274.877514 615.373231,273.597939 617.439692,272.05494 C619.211385,270.742745 620.457231,270.218051 622.032615,268.643663 C622.392308,268.282379 622.819692,268.282379 623.082154,267.856161 C623.541846,267.134208 623.443077,266.510423 623.870462,265.755849 C624.231077,265.099751 624.918769,265.067439 625.313231,264.443961 C626.100308,263.262863 625.378462,262.014677 626.100308,260.768953 C626.330154,260.341505 626.757538,260.276572 627.151077,259.981759 C628.166769,259.226877 628.889231,258.865901 629.643692,257.881139 C629.906154,257.521085 630.069538,257.192421 630.299385,256.831752 C630.561846,256.405227 630.989231,256.24151 631.219077,255.782057 C632.169846,253.878697 632.464615,252.664055 632.793231,250.532353 L632.793538,250.532661 C632.202769,250.401564 631.546769,250.434185 630.956,250.269237 C629.380615,249.810707 628.627077,248.924729 627.412615,247.776251 C627.248,247.645154 627.314154,247.382654 627.151385,247.251557 C626.985538,247.120153 626.789231,247.120153 626.625538,246.989057 C625.936,246.365579 625.640923,245.774414 625.312615,244.889975 C625.181538,244.52869 625.181538,244.200026 625.050154,243.839049 C624.756308,242.986615 624.263077,242.592095 624.000615,241.73966 C623.344923,239.770444 623.345231,237.375934 622.558154,235.440569 L622.558154,235.440261 C621.442462,235.440261 620.719077,235.046972 619.932308,234.259163 C619.637846,233.964349 619.671385,233.536593 619.408615,233.208545 C619.145538,232.880496 618.748923,232.7534 618.357538,232.552447 C617.404923,232.064067 616.688615,231.955127 615.732615,231.371656 C614.916923,230.873428 614.618462,229.928057 613.632615,229.928057 C612.485846,229.928057 612.417231,231.336574 611.533538,232.027446 C610.613538,232.746938 609.828308,233.07714 608.647385,233.07714 C607.925538,233.07714 607.531692,233.036211 606.808615,232.946044 C606.482769,232.905423 606.350154,232.552447 606.022769,232.552447 C604.907077,232.552447 604.512615,233.733238 603.397846,233.733238 C602.643385,233.733238 602.246769,233.180233 601.56,232.946044 C600.902462,232.722318 600.444308,232.683543 599.723385,232.683543 C598.377846,232.683543 597.590769,233.07714 596.245231,233.07714 C595.819385,233.07714 595.519077,233.087604 595.130769,232.946044 C594.175077,232.597069 594.309846,231.109155 593.292923,231.109155 C592.473231,231.109155 592.046154,231.240252 591.225538,231.240252 C590.274769,231.240252 589.782462,230.715558 588.830462,230.715558 C588.304923,230.715558 587.906462,230.854656 587.552923,231.104539 L587.552923,231.104539 C587.310769,231.275334 587.089538,231.498752 586.862769,231.764945 C586.666154,231.995133 586.337846,232.09361 586.337846,232.421351 C586.337846,233.405805 586.836308,233.927729 587.256,234.784164 C587.656615,235.600593 588.816,236.110515 588.305538,236.883553 C587.205231,238.55057 585.485231,238.458249 583.581846,238.983865 C582.992,239.146659 582.599692,239.056184 582.007385,239.245135 C581.780308,239.317761 581.708923,239.566414 581.481538,239.639963 C580.496308,239.959395 579.844923,239.945855 578.856923,240.295753 C578.271077,240.503476 577.741846,240.362532 577.282462,240.820754 C576.724615,241.37776 577.085846,242.100945 577.020308,242.920143 C576.791692,245.77503 575.780308,247.288486 574.264,249.745159 C573.452,251.061355 572.885538,251.747303 572.033846,253.025339 C571.180923,254.304607 570.819385,255.913154 569.277846,255.913154 C568.129538,255.913154 567.605846,255.089339 566.652923,254.469862 C566.294462,254.236289 566.061846,253.813764 565.603385,253.813764 C565.143692,253.813764 565.045231,254.337842 564.684923,254.599727 C564.323692,254.862228 563.694462,254.704051 563.634462,255.125652 C563.492615,256.126724 564.028,256.732968 564.028,257.750042 C564.028,258.43876 563.667077,259.194565 562.979692,259.194565 C561.896615,259.194565 561.436923,258.275967 560.353846,258.275967 C560.092308,258.275967 560.186154,258.724649 559.961231,258.799429 C559.792615,258.855438 559.600615,258.90129 559.435385,258.932064 C559.075385,258.999459 558.747692,258.841897 558.385846,258.932064 C557.960923,259.037311 557.656615,259.31766 557.336308,259.587854 C556.607692,260.202099 556.319077,260.737564 555.892308,261.555224 C555.566154,262.18024 555.433538,263.000362 554.711385,263.000362 C553.824308,263.000362 553.464615,262.211937 552.578769,262.211937 C551.365231,262.211937 550.149231,262.279639 548.938154,262.211937 C548.577538,262.191934 548.237538,262.036834 547.887385,261.949744 C546.492308,261.602 546.705538,264.57475 545.262769,264.57475 C544.344,264.57475 542.9,263.271171 542.9,264.18023 L542.9,264.18023 C542.9,265.044358 542.9,265.908487 542.9,266.772923 C542.9,267.493954 542.148308,267.726911 541.719385,268.249143 C541.393846,268.644894 541.456923,269.03726 541.456923,269.56103 C541.456923,270.546715 542.375385,270.940005 542.375385,271.923843 C542.375385,272.383604 541.811385,272.472848 541.456923,272.712268 C540.696,273.225883 540.213231,273.605017 539.357846,274.024156 C538.475077,274.456836 537.256615,274.581777 537.256615,275.598852 C537.256615,277.041836 537.913846,277.862881 537.913846,279.306173 C537.913846,279.69977 538.101538,280.092443 537.781538,280.323247 C537.330462,280.649449 536.929231,280.454343 536.372,280.454343 C535.944923,280.454343 535.714154,280.23031 535.290154,280.191843 C534.271385,280.099829 533.612923,280.133988 532.664,279.798554 C531.480923,279.379722 530.793846,278.748859 529.514462,278.748859 C528.759692,278.748859 528.427385,279.501894 528.202462,280.191843 C527.871692,281.207686 528.447077,280.868559 528.053538,281.853013 L528.053538,281.853013 C528.349538,281.985033 528.530154,282.235532 528.530154,282.686368 C528.530154,284.665432 528.530154,286.644803 528.530154,288.624482 C528.530154,289.148868 528.989846,289.379056 528.989846,289.904057 C528.989846,290.461371 528.622154,290.777418 528.201538,291.08454 L528.201538,291.08454 L528.201538,291.08454 Z"},{name:"id",value:"Kentucky"},{name:"fill-rule",value:"nonzero"}],viewBox:"528.0535278320312 229.9280548095703 104.739990234375 61.64433288574219"}},{id:"d1038c35-282e-430f-b31b-ed486071c1ca",title:"North-Carolina",type:"svg",x:75.75113989790417,y:47.05977658632447,width:16.43406994540142,height:13.05440154733674,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d2c6ba",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"North-Carolina",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"6cd8232e-bbf7-4add-9b3e-c18a55103186"}],svg:{tagName:"path",properties:[{name:"d",value:"M605.497231,309.852256 L625.575692,304.995533 L625.575385,304.996149 C625.936308,304.634864 626.166154,304.04493 626.625846,303.814127 C627.740615,303.224193 628.593846,303.38914 629.774462,302.895836 C630.890154,302.436999 631.349846,301.780901 632.268308,301.05864 C632.792923,300.632423 633.285231,300.467783 633.842462,300.139118 C636.762154,298.33485 638.894769,298.33485 642.241846,297.516267 C643.455077,297.219915 644.177231,296.990342 645.391385,296.727842 C646.473538,296.499192 647.195385,296.499192 648.277538,296.333937 C649.558154,296.136677 650.279077,295.744311 651.559385,295.546743 C652.74,295.349483 653.527385,295.349483 654.709231,295.153454 C656.283385,294.890953 657.169231,294.497048 658.777231,294.497048 C659.596923,294.497048 659.925231,295.185766 660.613846,295.546743 C661.434462,296.00558 662.189231,296.071744 662.713846,296.858938 C663.468308,298.007417 663.960615,298.860774 665.207385,299.353155 L681.611385,294.628452 L701.339692,307.727017 L701.339692,307.727017 C702.140615,306.835499 703.083385,306.330193 704.314154,305.652554 C705.527385,304.996764 706.183077,304.372056 707.462769,303.814742 C708.644308,303.289741 709.497846,303.257121 710.612308,302.633951 C712.221538,301.715353 712.285231,300.108345 712.712615,298.304076 C713.335692,295.809859 713.303385,294.235163 714.550154,292.003754 C714.909846,291.347657 715.402462,291.117776 715.862154,290.560462 C716.124615,290.231798 716.320615,289.870821 716.517846,289.509537 C717.206462,288.393679 717.863385,287.902529 718.749231,286.885454 C720.357231,285.047335 721.044615,283.440326 723.343385,282.685752 C724.292923,282.390632 724.949846,282.522036 725.965846,282.423252 C727.082462,282.291848 727.574769,281.636058 728.590769,281.24123 C729.215077,281.01258 729.937231,281.078744 730.164923,280.454959 C730.362154,279.896414 730.264615,279.469582 730.428615,278.880571 C730.723385,277.862265 731.183077,277.338495 731.346769,276.255257 C730.559385,275.926901 730.133538,275.336967 729.247692,275.336967 C728.656615,275.336967 728.689231,276.090617 728.198154,276.386661 C727.639692,276.714095 727.181231,276.943975 726.622769,277.304029 C725.869231,277.797333 725.310769,278.02629 724.522769,278.486051 C724.129231,278.715931 723.931692,279.143071 723.474154,279.143071 C722.127692,279.143071 721.504,278.092146 720.718154,277.041528 C722.324923,276.649162 723.374462,276.910432 724.917538,276.255257 C725.507077,276.025377 725.540615,275.336967 725.572308,274.679638 C725.737846,273.662564 725.803077,273.008005 726.098154,272.055555 C726.229231,271.662266 726.491692,271.465621 726.491692,271.038481 C726.491692,270.677196 726.392923,270.447316 726.360308,270.086647 C724.917538,270.086647 724.096615,270.447316 722.686154,270.217743 C721.897846,270.086647 721.373231,269.890002 720.587077,269.692742 C721.996615,268.281763 723.899077,269.266833 725.310769,267.857085 L724.917538,266.280235 C725.605846,265.593055 726.163077,264.968347 727.147692,264.968347 C727.902154,264.968347 728.426769,265.329324 728.854154,265.886638 C729.247692,266.379018 729.379077,267.06866 730.034769,267.06866 C730.723385,267.06866 730.985846,266.411331 731.610154,266.14883 C733.512,265.329324 734.431385,264.213465 735.283385,262.343957 C735.874462,260.998218 736.104,260.113471 736.333846,258.669256 C736.497846,257.652182 736.858769,257.09456 736.858769,256.043942 C736.858769,254.141813 735.874462,252.861315 734.102769,251.975337 C733.512,252.894858 733.282154,253.518336 733.053231,254.600343 C732.857231,255.520172 732.692308,256.699732 731.741538,256.699732 C730.985846,256.699732 730.527077,256.273823 729.903692,255.912538 C729.707385,255.815293 729.641231,255.552792 729.379077,255.520172 C728.558154,255.421388 728.067077,255.520172 727.246462,255.520172 L724.030462,255.520172 C722.357538,255.520172 721.964,257.12718 720.454769,257.882062 C720.389846,257.061017 720.192308,256.568636 720.061231,255.781442 C719.897538,254.797911 719.962462,254.10827 719.667385,253.157359 C719.405231,252.336314 719.109538,251.812851 719.011692,250.925642 L720.553538,250.925642 C721.079385,250.925642 721.275385,251.352783 721.635385,251.714067 C722.26,252.336314 722.555077,252.959791 723.343385,253.41986 C724.096615,252.66467 724.687385,252.402477 725.442154,251.714067 C725.769538,251.417715 725.737846,250.860402 726.098154,250.664373 C726.261846,250.565589 726.459077,250.696685 726.622769,250.664373 C726.984,250.565589 727.344923,250.565589 727.673231,250.400641 C728.295692,250.073208 728.164615,249.252163 728.721846,248.826253 C729.017846,248.596373 729.379077,248.563752 729.772308,248.563752 C730.199692,248.563752 730.396,248.957349 730.821846,248.957349 C731.346769,248.957349 731.412923,248.30156 731.477846,247.776558 L728.646154,242.564706 L728.645846,242.565014 L641.454154,269.298838 L641.454154,269.298838 C641.552923,270.644268 641.978769,271.365607 641.978769,272.711345 C641.978769,273.038471 641.684,273.204649 641.585538,273.498539 C641.388,274.122017 641.125538,274.482993 640.930462,275.074158 C640.799385,275.433904 640.895692,275.762568 640.799385,276.123853 C640.502154,277.173548 639.715077,277.698241 638.698154,278.091838 C637.944308,278.387882 637.418462,278.486666 636.598154,278.486666 C635.974462,278.486666 635.516,278.289406 635.023385,278.617763 C634.892615,278.682695 634.991385,279.01136 634.892615,279.142456 C634.564923,279.53513 634.203077,279.601601 633.841846,279.92965 C632.858462,280.815936 632.136308,281.40587 630.824308,281.766539 C630.037231,281.996727 629.415077,281.766539 628.725538,282.160443 C627.937231,282.620204 627.872308,283.341235 627.412308,284.12966 C626.691385,285.375691 626.199385,286.130265 625.181231,287.147339 C623.968,288.361674 622.951077,288.755579 621.639077,289.904057 C620.883385,290.559847 620.424923,290.986372 619.670462,291.609542 C619.276615,291.938206 619.112923,292.29949 618.752,292.659236 C617.210154,294.201312 616.290769,295.186074 614.551692,296.465649 C613.732,297.056506 613.337231,297.647363 612.452615,298.172057 C611.632,298.663514 610.942462,298.959251 610.616,299.876926 C610.484615,300.239133 610.484615,300.566567 610.352615,300.927543 C610.156,301.387304 609.696615,301.551329 609.303077,301.847373 C608.547385,302.403455 608.056,302.798283 607.203077,303.15926 C606.612,303.421761 605.956923,303.290357 605.628615,303.814127 C605.529846,303.978767 605.759692,304.111402 605.759692,304.306508 C605.759692,306.17694 605.628615,307.982439 605.497231,309.852256 L605.497231,309.852256 L605.497231,309.852256 Z"},{name:"id",value:"North-Carolina"},{name:"fill-rule",value:"nonzero"}],viewBox:"605.4972534179688 242.56471252441406 131.36151123046875 67.28755187988281"}},{id:"a46c5ed6-2fbf-4a38-a6a1-a1d08719bcd0",title:"South-Carolina",type:"svg",x:78.14800846876201,y:57.13512387622347,width:9.593567687062334,height:11.329672057730985,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#bcb1a0",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"South-Carolina",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"e6ed9e34-b7ed-49ad-a679-7a30df458351"}],svg:{tagName:"path",properties:[{name:"d",value:"M625.575385,304.996149 C625.214462,306.471753 624.656,307.161394 624.656,308.671157 C624.656,309.490971 624.821846,310.048285 625.181846,310.770546 C625.508923,311.393716 625.607692,311.98365 626.231385,312.344935 C627.641846,313.164749 628.561231,313.395552 629.905846,314.313843 C631.907077,315.659582 632.694154,316.970546 633.973538,319.037623 C634.498154,319.89098 635.056615,320.251957 635.680308,321.007762 C637.649231,323.303488 639.879385,323.467205 642.765538,324.419346 C646.047385,325.501354 647.458769,327.33855 649.985231,329.668743 C651.263385,330.849534 651.428308,332.260513 653.002462,333.08002 C653.331077,333.244967 653.692308,333.178804 654.053231,333.212347 C655.135077,333.376064 655.758462,333.638564 656.808,333.999849 C657.923692,334.360826 658.284923,335.44314 658.514769,336.624855 C658.843077,338.232171 658.908308,339.249245 659.434154,340.823633 C660.088923,342.857782 661.269538,343.875164 662.976308,345.154739 C663.993231,345.909313 664.747692,346.33553 665.469846,347.386148 C666.519385,348.89468 666.551692,350.075471 667.568923,351.58585 C667.798769,351.945904 667.864923,352.372429 668.225846,352.635852 C668.880615,353.094382 669.828615,352.763564 670.649231,352.89466 L670.649231,352.89466 C670.540923,352.664164 670.455692,352.417051 670.455692,352.110543 C670.455692,350.56816 671.899692,349.978534 671.899692,348.435227 C671.899692,347.189504 671.308615,346.532483 671.112308,345.286451 C671.308615,345.253831 671.407385,345.023951 671.637231,345.023951 C672.294462,345.023951 672.425538,345.941318 673.081538,345.941318 C674.163385,345.941318 674.098462,344.530646 674.524308,343.580659 C674.916923,342.693758 675.902462,342.693758 676.755692,342.26754 C677.902769,341.710227 678.920615,341.938876 679.904308,341.086442 C680.626462,340.463272 680.658769,339.676078 681.348308,338.986129 C682.463077,337.871502 683.382462,337.609001 684.496923,336.493451 C685.317538,335.673636 685.908615,335.016308 686.073231,333.867829 C686.105846,333.506852 685.941231,333.179419 686.073231,332.819365 C686.368308,332.03094 687.286769,332.228508 687.910154,331.637343 C688.599692,331.013866 688.632308,330.226672 689.222154,329.537031 C689.353231,329.373007 689.615385,329.439478 689.746769,329.27453 C690.501538,328.422404 690.666154,327.633979 691.190769,326.649524 C691.616923,325.863254 692.141846,325.468426 692.240308,324.551058 C692.306462,323.927581 691.977846,323.533061 692.240308,322.975747 C692.404308,322.615386 692.831385,322.516602 693.16,322.319342 C694.175692,321.663552 694.438154,320.776343 694.996615,319.694028 C695.652308,318.480924 696.012308,317.758355 696.701846,316.545252 C697.129231,315.79037 697.292923,315.232133 697.621538,314.444632 C698.572,312.11567 699.326769,310.803474 700.639692,308.670542 C700.862462,308.309257 701.094462,307.999673 701.339692,307.727017 L701.339692,307.727017 L681.611385,294.628452 L665.207385,299.353155 C663.960615,298.860774 663.468308,298.007417 662.713846,296.858938 C662.189231,296.071744 661.434462,296.00558 660.613846,295.546743 C659.925231,295.185766 659.596923,294.497048 658.777231,294.497048 C657.169231,294.497048 656.283385,294.890953 654.709231,295.153454 C653.527385,295.349483 652.74,295.349483 651.559385,295.546743 C650.279077,295.744311 649.558154,296.136677 648.277538,296.333937 C647.195385,296.499192 646.473538,296.499192 645.391385,296.727842 C644.177231,296.990342 643.455077,297.219915 642.241846,297.516267 C638.894769,298.33485 636.762154,298.33485 633.842462,300.139118 C633.285231,300.467783 632.792923,300.632423 632.268308,301.05864 C631.349846,301.780901 630.890154,302.436999 629.774462,302.895836 C628.593846,303.38914 627.740615,303.224193 626.625846,303.814127 C626.166154,304.04493 625.936308,304.634864 625.575385,304.996149 L625.575385,304.996149 L625.575385,304.996149 Z"},{name:"id",value:"South-Carolina"},{name:"fill-rule",value:"nonzero"}],viewBox:"624.656005859375 294.4970397949219 76.6837158203125 58.397613525390625"}},{id:"68aa1968-dbc3-4be7-beac-aa2afa223d88",title:"Tennessee",type:"svg",x:64.37293798801156,y:52.24643994845683,width:15.942245223760391,height:11.037782052778919,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d8d3b9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Tennessee",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"41ba538c-6ca8-4d0c-90c1-30e5a9cad49e"}],svg:{tagName:"path",properties:[{name:"d",value:"M547.755692,319.431835 C548.084308,319.268118 548.445538,319.497076 548.806462,319.431835 C550.249538,319.137022 551.004308,318.678185 552.48,318.513545 C553.530462,318.38214 554.055385,317.857447 555.104923,317.857447 C555.794154,317.857447 556.056615,318.414761 556.679077,318.644641 C557.828,319.071782 558.581538,319.365671 559.829846,319.563239 L588.568615,314.182439 L588.699692,314.182439 L605.497231,309.852564 C605.628615,307.982439 605.759692,306.17694 605.759692,304.306508 C605.759692,304.111402 605.529846,303.978767 605.628615,303.814127 C605.956923,303.290357 606.612,303.421761 607.203077,303.15926 C608.056,302.798283 608.547385,302.403455 609.303077,301.847373 C609.696615,301.551329 610.156,301.387304 610.352615,300.927543 C610.484615,300.566567 610.484615,300.239133 610.616,299.876926 C610.942462,298.959251 611.632,298.663514 612.452615,298.172057 C613.337231,297.647363 613.732,297.056506 614.551692,296.465649 C616.290769,295.186074 617.210154,294.201312 618.752,292.659236 C619.112923,292.29949 619.276615,291.938206 619.670462,291.609542 C620.424923,290.986372 620.883385,290.559847 621.639077,289.904057 C622.951077,288.755579 623.968,288.361674 625.181231,287.147339 C626.199385,286.130265 626.691385,285.375691 627.412308,284.12966 C627.872308,283.341235 627.937231,282.620204 628.725538,282.160443 C629.415077,281.766539 630.037231,281.996727 630.824308,281.766539 C632.136308,281.40587 632.858462,280.815936 633.841846,279.92965 C634.203077,279.601601 634.564923,279.53513 634.892615,279.142456 C634.991385,279.01136 634.892615,278.682695 635.023385,278.617763 C635.516,278.289406 635.974462,278.486666 636.598154,278.486666 C637.418462,278.486666 637.944308,278.387882 638.698154,278.091838 C639.715077,277.698241 640.502154,277.173548 640.799385,276.123853 C640.895692,275.762568 640.799385,275.433904 640.930462,275.074158 C641.125538,274.482993 641.388,274.122017 641.585538,273.498539 C641.684,273.204649 641.978769,273.038471 641.978769,272.711345 C641.978769,271.365607 641.552923,270.644268 641.454154,269.298838 L612.583692,276.780258 L612.583385,276.780566 L611.533846,277.041836 L609.958462,276.64947 L590.930769,280.585748 C590.109846,280.585748 589.356308,280.716844 588.568308,280.585748 C587.748615,280.454343 587.322462,280.060746 586.468,279.929342 L550.906154,286.885762 C549.592923,287.213195 548.805846,287.606792 547.624308,288.197957 C547.066769,288.459227 546.608308,288.459227 546.049846,288.721727 C543.917231,289.772345 542.670462,290.658323 540.275385,290.953444 C539.258462,291.05192 538.635077,290.920824 537.650769,291.08454 C537.060923,291.183324 536.667077,291.380585 536.076308,291.478138 C533.582462,291.872658 530.727692,290.888511 528.201538,291.08454 C527.407385,291.664627 526.891385,291.941283 526.103692,292.52814 C525.088,293.285176 524.930154,294.179463 524.002462,295.022049 C523.848308,295.162686 523.586769,295.127296 523.477846,295.284242 C522.996,295.980654 523.083692,296.628442 522.690462,297.384863 C522.197231,298.333619 521.641231,298.893702 521.641231,299.976633 C521.641231,300.785368 521.641231,301.594104 521.641231,302.403148 C521.641231,303.462074 521.661538,304.295737 521.583385,305.134323 C521.518462,305.82858 521.385231,306.526838 521.116308,307.358962 C520.66,308.769941 519.226462,309.060138 518.884,310.508046 C518.799692,310.864714 518.884,311.131523 518.884,311.526043 C518.884,312.247382 518.884,312.96872 518.884,313.690673 C518.884,315.068724 518.127077,315.788524 517.440923,316.939157 C516.914462,317.822057 516.857846,318.514776 516.786154,319.563547 C516.693846,320.908363 516.082769,321.589079 515.341846,322.712631 C515.066154,323.130847 514.583385,323.237324 514.553538,323.763249 C514.517846,324.386111 514.684615,324.71416 514.684615,325.337945 C514.684615,325.645375 514.666154,325.927571 514.627385,326.191918 L546.443077,321.007146 C546.936308,320.44891 547.098769,319.760499 547.755692,319.431835 Z"},{name:"id",value:"Tennessee"},{name:"fill-rule",value:"nonzero"}],viewBox:"514.5485229492188 269.298828125 127.43023681640625 56.893096923828125"}},{id:"cbc9346a-8e9c-4e6d-97ac-3dc6d0a59f17",title:"Mississippi",type:"svg",x:62.4527904390679,y:62.278326415204695,width:6.72837752285427,height:18.790581887757455,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#c2b394",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Mississippi",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"8512f34d-930a-49b9-8136-ac9fc7f14350"}],svg:{tagName:"path",properties:[{name:"d",value:"M552.981846,411.328893 C549.956923,411.554157 548.139692,411.846201 544.999385,412.349352 L543.951077,412.085929 C541.883385,412.774339 540.898769,413.758793 539.226154,415.104532 C538.306462,415.827101 537.880615,416.48289 536.863692,417.072824 C536.24,417.434109 535.780615,417.861249 535.027077,417.861249 C534.704,417.861249 534.405846,417.841246 534.125231,417.805549 L534.125231,417.805549 C534.125231,415.93604 534.075077,414.744478 533.451385,413.004835 C532.960308,411.626783 532.008615,411.06947 530.957846,410.117328 C530.465846,409.657567 529.908615,409.362446 529.908615,408.674036 C529.908615,408.280439 530.138154,407.984395 530.172,407.623418 C530.368,406.443551 530.434154,405.687746 530.434154,404.474335 C530.434154,403.423717 529.088923,403.523116 528.333231,402.768542 L500.539385,406.965474 C500.390769,406.860843 500.219077,406.75929 500.119692,406.574647 C499.716,405.822535 500.124615,405.16059 499.857231,404.34293 C499.567077,403.456337 499.200308,402.931951 499.200308,401.98104 C499.200308,401.160303 499.824308,400.799942 500.250769,400.143229 C500.612,399.587454 500.769231,399.189856 501.037846,398.568533 C501.294462,397.975829 501.693846,397.649935 501.693846,396.994145 C501.693846,396.00969 500.643385,395.614862 500.643385,394.631332 C500.643385,394.302667 500.680615,394.044167 500.905846,393.845061 C501.236615,393.551479 501.747077,393.671189 501.956308,393.319136 C502.370154,392.62211 501.726462,391.94047 502.087385,391.219747 C502.645538,390.104196 503.767385,390.042957 504.449846,388.98803 C504.850154,388.369169 504.974769,387.906023 504.974769,387.151142 C504.974769,386.035283 504.785538,385.314868 505.105846,384.263635 C505.374769,383.379811 506.188923,383.082229 506.417846,382.164246 C506.614154,381.37736 506.417846,380.883748 506.417846,380.063933 C506.417846,377.997164 506.215385,376.752364 505.499385,374.81546 C505.003077,373.471876 505.501846,372.550508 505.236923,371.14076 C505.076615,370.287094 504.724923,369.805484 504.318769,369.040139 C504.009231,368.457283 503.777231,367.991368 503.638462,367.421745 L503.638462,367.421745 C503.592308,367.232486 503.556,367.03061 503.530769,366.809654 C503.436308,365.988608 503.690769,365.52854 503.661538,364.709033 C503.625231,363.692267 503.379385,363.099255 503.269231,362.084951 C503.051385,360.081883 503.262462,358.903554 502.875692,356.966651 C502.705846,356.115139 502.087385,355.752316 502.087385,354.866338 C502.087385,353.587686 502.619692,352.932512 503.007077,351.717254 C503.372615,350.570314 503.262769,349.780351 503.399385,348.567247 C503.720923,345.712668 507.074769,345.122119 507.074769,342.266925 C507.074769,341.743462 506.681231,341.480962 506.681231,340.955038 C506.681231,340.593753 506.977231,340.397724 507.206154,340.168767 C507.894769,339.479741 508.516308,339.214779 509.173846,338.46082 C510.090154,337.411126 510.748923,336.624547 510.748923,335.212952 C510.748923,334.66641 510.748923,334.120174 510.748923,333.573632 C510.748923,333.376371 510.580615,333.243736 510.616923,333.08002 C510.711077,332.653495 511.051077,332.428846 511.273846,332.031556 C511.805231,331.083415 511.908923,330.364846 512.455692,329.406242 C512.695692,328.985872 513.172,328.876625 513.505231,328.487952 C514.153538,327.731224 514.500615,327.055431 514.627385,326.191918 L514.627385,326.191918 L546.443077,321.007146 L546.442769,321.007454 C547.525846,322.220865 547.953231,323.074223 548.675385,324.551366 L549.068615,382.819728 L552.981846,411.329201 L552.981846,411.328893 L552.981846,411.328893 Z"},{name:"id",value:"Mississippi"},{name:"fill-rule",value:"nonzero"}],viewBox:"499.2003173828125 321.00714111328125 53.78155517578125 96.85409545898438"}},{id:"1c1154a8-2270-48c8-99dd-b103375798ad",title:"Alabama",type:"svg",x:68.3630865273242,y:60.954270723775885,width:7.535753503955252,height:18.84736130251385,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1c4a9",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Alabama",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"33e75151-d233-4f1b-b5bb-eb6d9a077750"}],svg:{tagName:"path",properties:[{name:"d",value:"M605.103692,388.856934 L566.784308,396.60024 C566.554462,398.076152 565.866154,398.798413 565.866154,400.274017 C565.866154,401.127375 566.029538,401.717617 566.521846,402.37433 C566.981846,402.998115 567.833846,403.064279 567.964923,403.817929 C568.063692,404.507263 567.833846,404.933788 567.833846,405.654818 C567.833846,406.376771 568.031385,406.80422 568.227385,407.49263 C568.489846,408.477392 568.531077,408.947615 568.760923,409.96469 L568.760923,409.964382 C567.184615,410.183184 566.016308,410.641406 564.159385,410.641406 C563.011385,410.641406 562.485538,409.724039 561.796923,408.80544 C560.944,407.656346 560.288,407.032561 559.829231,405.655433 C559.107077,407.459702 558.452308,408.476776 557.073231,409.855135 C556.744615,410.182568 556.580923,410.543853 556.153846,410.77281 C555.236615,411.264883 554.480923,411.232263 553.398769,411.298735 C553.257231,411.308582 553.118154,411.319045 552.981846,411.328893 L552.981846,411.329201 L549.068615,382.819728 L548.675385,324.551366 C547.953231,323.074223 547.525846,322.220865 546.442769,321.007454 L546.442769,321.007454 C546.936308,320.44891 547.098769,319.760499 547.755692,319.431835 C548.084308,319.268118 548.445538,319.497076 548.806462,319.431835 C550.249538,319.137022 551.004308,318.678185 552.48,318.513545 C553.530462,318.38214 554.055385,317.857447 555.104923,317.857447 C555.794154,317.857447 556.056615,318.414761 556.679077,318.644641 C557.828,319.071782 558.581538,319.365671 559.829846,319.563239 L588.568615,314.182439 L588.568308,314.182439 L599.199077,346.335223 C599.461231,347.977005 599.264,348.960229 599.592308,350.534924 C599.755077,351.354739 600.083692,351.814499 600.247385,352.635545 C600.444615,353.619076 600.313538,354.276096 600.510769,355.260858 C600.641846,355.915725 600.773231,356.441342 601.297846,356.835246 C601.625538,357.096516 601.987385,357.065127 602.347385,357.227613 C603.168308,357.58982 603.692923,358.048658 604.185231,358.803232 C604.709846,359.591657 605.103692,360.017874 605.628308,360.772448 C606.153231,361.527329 606.677846,361.953239 606.677846,362.871837 C606.677846,363.397761 606.186462,363.527935 605.892,363.921532 C605.496923,364.480076 605.136,364.839822 604.841231,365.49592 C604.447692,366.415441 604.709846,367.104159 604.709846,368.121233 C604.709846,369.564833 604.282769,370.35295 604.054154,371.796242 L605.892,382.427362 C605.694154,385.116685 605.300923,386.167303 605.103692,388.856626 L605.103692,388.856934 L605.103692,388.856934 Z"},{name:"id",value:"Alabama"},{name:"fill-rule",value:"nonzero"}],viewBox:"546.4427490234375 314.18243408203125 60.235107421875 97.14675903320312"}},{id:"8750d005-11b4-4094-a5df-6a068f62fc4d",title:"Georgia",type:"svg",x:73.63323162134397,y:59.17192996250307,width:10.326723263034442,height:17.008294412692436,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#d1ba94",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Georgia",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"dfd57893-22f0-455c-a622-e4a8fb02de54"}],svg:{tagName:"path",properties:[{name:"d",value:"M605.103692,388.856934 C607.038769,389.316695 607.958154,390.267605 609.827385,390.957246 C611.861231,391.712128 613.109231,391.843224 615.077231,392.663039 L625.313231,392.006018 L652.214462,388.33224 C653.724923,389.447791 654.643077,390.300226 656.480923,390.693823 L656.480923,386.263933 C656.480923,385.379186 656.972923,384.919425 657.332923,384.132231 C657.956615,382.72156 658.908308,381.50784 660.482769,381.50784 C660.712615,381.50784 660.811385,381.738029 661.008615,381.770341 C661.597231,381.869125 661.992,382.032842 662.615385,382.032842 C663.008923,382.032842 663.238769,381.802961 663.632308,381.770341 C664.027077,381.738029 664.255692,381.901745 664.649231,381.901745 C665.109231,381.901745 665.305231,381.639245 665.732308,381.50784 C666.322154,381.343201 667.223692,381.180715 667.814462,381.048387 L667.814769,381.048387 C667.735077,380.510154 667.648308,379.941761 667.569231,379.276124 C667.470769,378.259049 667.339385,377.636495 667.175692,376.652041 C667.044308,375.864539 667.044308,375.339846 666.913231,374.552652 C666.814462,373.994107 666.125231,373.830083 666.125231,373.239533 C666.125231,371.828554 667.306769,371.237389 667.306769,369.827949 C667.306769,369.105687 666.913231,368.711167 666.913231,367.989829 C666.913231,367.072462 667.339385,366.546537 667.438154,365.627939 C667.668,363.790127 667.536923,362.6755 667.962769,360.903544 C668.322769,359.426709 668.913538,358.737991 669.143385,357.227305 C670.095385,356.178841 671.112308,355.654148 671.112308,354.209933 C671.112308,353.663082 670.842769,353.305183 670.649231,352.89466 L670.649231,352.89466 C669.828615,352.763564 668.880615,353.094382 668.225846,352.635852 C667.864923,352.372429 667.798769,351.945904 667.568923,351.58585 C666.551692,350.075471 666.519385,348.89468 665.469846,347.386148 C664.747692,346.33553 663.993231,345.909313 662.976308,345.154739 C661.269538,343.875164 660.088923,342.857782 659.434154,340.823633 C658.908308,339.249245 658.843077,338.232171 658.514769,336.624855 C658.284923,335.44314 657.923692,334.360826 656.808,333.999849 C655.758462,333.638564 655.135077,333.376064 654.053231,333.212347 C653.692308,333.178804 653.331077,333.244967 653.002462,333.08002 C651.428308,332.260513 651.263385,330.849534 649.985231,329.668743 C647.458769,327.33855 646.047385,325.501354 642.765538,324.419346 C639.879385,323.467205 637.649231,323.303488 635.680308,321.007762 C635.056615,320.251957 634.498154,319.89098 633.973538,319.037623 C632.694154,316.970546 631.907077,315.659582 629.905846,314.313843 C628.561231,313.395552 627.641846,313.164749 626.231385,312.344935 C625.607692,311.98365 625.508923,311.393716 625.181846,310.770546 C624.821846,310.048285 624.656,309.490971 624.656,308.671157 C624.656,307.161394 625.214462,306.471753 625.575385,304.996149 L625.575692,304.995533 L605.497231,309.852256 L605.497231,309.852564 L588.699692,314.182439 L588.568308,314.182439 L599.199077,346.335223 C599.461231,347.977005 599.264,348.960229 599.592308,350.534924 C599.755077,351.354739 600.083692,351.814499 600.247385,352.635545 C600.444615,353.619076 600.313538,354.276096 600.510769,355.260858 C600.641846,355.915725 600.773231,356.441342 601.297846,356.835246 C601.625538,357.096516 601.987385,357.065127 602.347385,357.227612 C603.168308,357.58982 603.692923,358.048658 604.185231,358.803232 C604.709846,359.591657 605.103692,360.017874 605.628308,360.772448 C606.153231,361.527329 606.677846,361.953239 606.677846,362.871837 C606.677846,363.397761 606.186462,363.527935 605.892,363.921532 C605.496923,364.480076 605.136,364.839822 604.841231,365.49592 C604.447692,366.415441 604.709846,367.104159 604.709846,368.121233 C604.709846,369.564833 604.282769,370.35295 604.054154,371.796242 L605.892,382.427362 C605.694154,385.116685 605.300923,386.167303 605.103692,388.856626 L605.103692,388.856934 L605.103692,388.856934 Z"},{name:"id",value:"Georgia"},{name:"fill-rule",value:"nonzero"}],viewBox:"588.5682983398438 304.99554443359375 82.54400634765625 87.66748046875"}},{id:"616e3c13-638a-451e-9046-dc4333e78967",title:"Florida",type:"svg",x:70.79306411841239,y:73.9268809024836,width:17.172776780069892,height:20.916523958307916,parent_id:"54dff390-f5d3-41c8-a884-586848d4d5de",default_style:{background_color:"#b8ad93",background_opacity:1,stroke_width:1},mouseover_style:{background_color:"#1d4de8",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"Florida",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"27cf5577-a42d-45ea-a2e5-6c4137aa77c8"}],svg:{tagName:"path",properties:[{name:"d",value:"M605.103692,388.856934 L566.784308,396.60024 C566.554462,398.076152 565.866154,398.798413 565.866154,400.274017 C565.866154,401.127375 566.029538,401.717617 566.521846,402.37433 C566.981846,402.998115 567.833846,403.064279 567.964923,403.817929 C568.063692,404.507262 567.833846,404.933787 567.833846,405.654818 C567.833846,406.376771 568.031385,406.80422 568.227385,407.49263 C568.489846,408.477392 568.531077,408.947615 568.760923,409.96469 L568.760923,409.964382 C569.162462,409.908682 569.591077,409.868368 570.064,409.855135 C570.688615,409.855135 571.148308,410.085015 571.640615,409.724039 C572.165231,409.362754 572.165231,408.771897 572.295692,408.14842 C572.525538,407.163658 572.557846,406.541411 572.557846,405.524337 C572.918769,405.556649 573.083692,405.655433 573.444615,405.655433 C574.625538,405.655433 575.182769,404.868239 576.364308,404.868239 C576.824308,404.868239 576.986769,405.261836 577.413846,405.392933 C577.971385,405.58927 578.366154,405.655433 578.988308,405.655433 C580.038769,405.655433 580.629846,405.228293 581.612923,404.868239 C583.187385,404.277074 584.139385,403.817314 585.813538,403.817314 C587.551385,403.817314 588.371077,404.868239 590.012615,405.392933 C590.766154,405.62189 591.324615,405.359389 592.111692,405.524337 C593.259692,405.752986 593.818154,406.278911 595,406.574032 L598.148615,406.180127 C598.837846,406.410007 599.230462,406.836532 599.461538,407.492322 C599.657538,408.083487 599.592615,408.57556 599.985231,409.067941 C600.707077,409.920376 601.659077,409.953919 602.741231,410.24904 C603.594462,410.47892 604.251385,410.70757 604.710154,411.429523 C605.168615,412.152092 605.037538,412.905743 605.628615,413.528912 C606.120615,414.054837 606.645538,414.186241 607.202769,414.578607 L606.678154,414.578607 C608.384308,414.447511 609.565231,413.660317 611.139385,413.005142 C611.927692,412.676786 612.42,412.315809 613.240615,412.085929 C614.026769,411.856048 614.748615,412.085929 615.338462,411.560927 C616.028,410.97007 616.094154,410.051472 616.913846,409.724039 C617.668615,409.395374 618.423077,409.724039 619.014154,409.199345 C619.44,408.80544 619.407692,408.246896 619.407692,407.623726 C619.44,406.705128 619.538769,406.180127 619.538769,405.261836 C620.588308,405.261836 621.146769,404.868239 622.196308,404.868239 L624.756,404.868239 C625.181231,404.868239 625.410769,405.030725 625.837846,404.999643 C626.264308,404.965792 626.461538,404.605739 626.888615,404.605739 C627.707077,404.605739 628.166769,405.030725 628.987692,405.13074 C629.807385,405.228293 630.463385,405.13074 631.087692,405.655433 C631.251692,405.786837 631.219077,406.016718 631.350154,406.180127 C632.136,407.032561 632.760615,407.591106 633.448923,408.54294 C634.138769,409.460615 634.760923,410.01916 635.024308,411.16733 C635.089538,411.528307 634.892308,411.856048 635.024308,412.217025 C635.286769,412.971599 636.106462,412.971599 636.861231,413.266412 C637.484615,413.496292 637.845846,413.857577 638.435692,414.186241 C641.191385,415.793249 642.963077,416.351794 645.784308,417.861249 C647.622154,418.844473 648.540308,419.992951 649.328308,421.928624 C649.656923,422.716126 650.377846,423.109415 650.377846,423.995393 L650.377846,426.685947 C650.377846,428.326191 651.164923,429.179857 651.164923,430.820408 C651.164923,432.689917 651.033846,433.739612 651.033846,435.610044 L651.033846,436.397238 C651.033846,437.939314 651.395077,438.792671 651.690769,440.302127 C651.854769,441.123172 652.017231,441.647865 652.345846,442.401516 C652.510462,442.796344 652.412,443.452134 652.870769,443.452134 C653.527692,443.452134 654.217231,443.387201 654.447077,442.796344 C654.675692,442.205179 654.740923,441.810351 654.970769,441.220725 C656.053846,441.483226 656.873538,441.547851 657.595692,442.401516 C658.120308,443.026224 657.989231,443.681091 657.989231,444.501829 C657.989231,445.551523 657.825231,446.207621 657.333231,447.127142 C656.907077,447.913105 656.283692,448.308241 656.283692,449.225301 C656.283692,449.915249 656.938769,450.177442 657.333231,450.669823 C657.726769,451.160973 657.956615,451.588114 658.120308,452.245442 C658.448923,453.556407 658.711385,454.312211 659.433231,455.394526 C660.548923,457.002458 661.697231,457.527459 663.370154,458.544533 C663.992308,458.904587 664.353538,459.298184 664.944308,459.725632 C665.436308,459.233251 665.436308,458.741793 665.732615,458.150936 C665.831385,457.953368 666.093538,458.019532 666.256,457.888743 L667.831385,457.888743 C668.028923,459.233251 668.226154,460.020445 668.880923,461.168616 C669.373538,462.054594 669.636,462.874408 670.586462,463.268929 C671.572,463.695454 672.228,463.79393 673.212615,464.186604 C672.819077,464.712528 672.294462,465.073505 672.294462,465.762223 C672.294462,467.140582 673.933538,467.140582 674.916923,468.123805 C675.868923,469.075946 676.033538,469.961924 676.360923,471.273812 C676.723385,472.750647 676.952,473.636625 677.673846,474.94882 C678.100308,475.736014 678.953231,475.801255 679.772923,476.129919 C681.512308,476.851873 682.595385,477.443038 683.842154,478.886021 C684.465538,479.60736 684.694462,480.198217 685.416308,480.854314 C687.286769,482.527486 688.14,484.660419 690.666154,484.660419 C690.896,484.660419 690.994769,484.430539 691.190769,484.397918 C691.616923,484.693039 692.240308,484.890607 692.240308,485.448844 C692.240308,486.300971 691.813231,486.924756 691.059692,487.28481 C690.731385,487.415906 690.403692,487.25342 690.009231,487.28481 C689.746769,487.318045 689.714154,487.613166 689.484615,487.678407 C690.173846,488.565308 690.994769,488.860429 692.109231,488.860429 C693.717231,488.860429 694.044308,486.760732 695.652308,486.760732 C696.570769,486.760732 697.096615,487.023232 698.013846,487.023232 C699.195692,487.023232 699.655385,485.906451 700.246154,484.92292 C701.032308,483.644268 701.459385,482.789679 701.689231,481.248835 L701.032308,478.360097 C701.295692,476.163463 701.984,475.014984 702.345231,472.848508 C702.772308,470.190574 702.706462,468.71497 703.132308,466.025646 L702.345231,460.512826 C702.411385,459.790257 702.378769,459.364348 702.475077,458.675938 C702.672615,457.461295 703.000923,456.771654 703.000923,455.525623 C703.000923,453.42531 702.641231,452.179279 701.558154,450.407323 C700.705846,448.996651 700.246154,448.110981 699.326769,446.732622 C698.900615,446.108837 698.539692,445.650307 698.539692,444.895733 C698.539692,444.469208 698.933231,444.271948 698.933231,443.844808 C698.933231,442.336276 697.883692,441.714029 697.096615,440.433531 C696.603385,439.612486 696.177231,439.153648 695.652308,438.333218 C694.076923,435.972252 693.289846,434.461565 692.109231,431.903646 C691.388,430.361879 690.436308,429.73717 689.484615,428.360042 C688.862154,427.440521 688.566154,426.71826 688.041231,425.734729 C687.286769,424.291437 686.892,423.372839 685.941231,422.05972 C685.317538,421.173742 684.496923,420.780145 684.234462,419.698138 C686.204615,419.861547 687.155385,420.682592 688.959692,421.40393 C688.566154,420.582885 688.336308,420.026802 687.778769,419.304233 C687.121846,418.484727 686.400923,418.318548 685.678769,417.597518 C685.121538,417.040204 684.858154,416.580443 684.365846,416.02313 C683.415077,414.972512 682.561846,414.416121 681.873231,413.136546 C680.789846,411.13471 680.396615,409.788971 679.117231,407.886227 C678.067692,406.343843 676.854154,405.81915 675.967692,404.212449 C675.214154,402.83409 674.983077,401.881641 674.393231,400.406037 C674.163385,399.78256 673.737231,399.455126 673.473846,398.831649 C672.523077,396.698716 672.326462,395.255117 671.506154,393.056328 C671.211077,392.202663 670.783692,391.777676 670.455692,390.956939 C669.734462,389.152363 669.734462,387.938028 668.749846,386.233467 C667.011077,388.561505 666.913231,390.628274 666.913231,393.548401 C666.913231,395.61517 667.208308,396.763649 666.913231,398.831649 C666.518462,397.124626 666.453846,396.041388 665.993846,394.368215 C665.535077,392.728587 664.550769,391.908773 664.550769,390.169745 C664.550769,389.053886 664.879385,388.331625 665.601538,387.544431 C665.732615,387.380407 665.993846,387.446878 666.125231,387.28193 C666.584615,386.789549 666.649846,386.233467 667.044308,385.707235 C667.438154,385.182541 668.093846,384.952661 668.093846,384.26302 C668.093846,382.992677 667.966769,382.075617 667.814769,381.048388 L667.814462,381.048388 C667.223692,381.180715 666.322154,381.343201 665.732308,381.50784 C665.305231,381.639245 665.109231,381.901745 664.649231,381.901745 C664.255692,381.901745 664.027077,381.738029 663.632308,381.770341 C663.238769,381.802961 663.008923,382.032842 662.615385,382.032842 C661.992,382.032842 661.597231,381.869125 661.008615,381.770341 C660.811385,381.738029 660.712615,381.50784 660.482769,381.50784 C658.908308,381.50784 657.956615,382.72156 657.332923,384.132231 C656.972923,384.919425 656.480923,385.379186 656.480923,386.263933 L656.480923,390.693823 C654.643077,390.300226 653.724923,389.447791 652.214462,388.33224 L625.313231,392.006018 L615.077231,392.663039 C613.109231,391.843224 611.861231,391.712128 609.827385,390.957246 C607.958154,390.267605 607.038769,389.316695 605.103692,388.856934 L605.103692,388.856934 L605.103692,388.856934 Z"},{name:"id",value:"Florida"},{name:"fill-rule",value:"nonzero"}],viewBox:"565.8661499023438 381.04840087890625 137.26617431640625 107.81204223632812"}}],single_object:!0,default_style:{background_opacity:.5,stroke_width:1},mouseover_style:{background_color:"#d97706",background_opacity:1,stroke_width:1},tooltip_content:[{type:"Heading",text:"United States",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"7b6da491-b835-4af0-801e-4361d55fdb78"}],svg:{html:'<g id="United-States" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" ></g>'}}]}],version:"6.0.0"}},{name:"Engineering",value:{id:"ffbca408-d2e3-4e43-a4d0-3d0bdf617c28",general:{name:"Engineering",ui_theme:"dark"},fullscreen:{enable_fullscreen_mode:!0},objectConfig:{pageload_animation:"grow",glowing_objects:!0,glowing_objects_color:"#d97707",glow_opacity:1},tooltips:{sticky_tooltips:!0},zooming:{enable_zooming:!0},object_list:{enable_object_list:!0,menu_style:"on-top",menu_position:"right",enable_search:!1},artboards:[{background_type:"image",image_url:"https://dfpyxk7hlnlki.cloudfront.net/v6-demos/v6-engineering-2.jpg",width:800,height:586.25,children:[{id:"0bfb098b-7218-4b55-bd2d-5533cfc37f27",title:"fan",type:"group",children:[{id:"c40e7cdc-cb75-43db-a018-241bdd1a4010",title:"Spot",x:53.75,y:76.27931769722814,parent_id:"0bfb098b-7218-4b55-bd2d-5533cfc37f27",default_style:{background_color:"#d97707",background_opacity:1,border_radius:101,use_icon:!1},mouseover_style:{background_color:"#d97707",background_opacity:1,border_radius:101},tooltip:{enable_tooltip:!1}},{id:"87ad93f3-9f71-461c-a560-5560a8f58ded",title:"fan",type:"poly",x:43.604722023010254,y:25.598831014084155,width:34.46574687957764,height:54.35186845661481,parent_id:"0bfb098b-7218-4b55-bd2d-5533cfc37f27",default_style:{opacity:0,background_color:"#f59e0c"},mouseover_style:{background_color:"#f59e0c",background_opacity:.7532467532467533},tooltip:{enable_tooltip:!1},tooltip_style:{background_opacity:0,width:383,auto_width:!1,offset_x:-42.6,offset_y:78.3},tooltip_content:[{type:"Heading",text:"Fan",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:73.7,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"338220f6-88eb-45f4-84a8-61a859e30df8"},{type:"Paragraph",text:"Spins quickly like a propellor and provides a large amount of thrust. Most of the air that the fan pushes passes straight out the back of the engine and pushes the aircraft forward.",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:19.1,lineHeight:35.7,color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"e065467b-b51a-44f8-9094-1318295b83a7"}],x_image_background:43.604722023010254,y_image_background:25.598831014084155,points:[{x:39.53461618864772,y:98.18563601776845},{x:40.55465066295738,y:96.76356695061398},{x:48.0349034745616,y:100},{x:48.94160078505909,y:97.64623050953743},{x:48.94160078505909,y:96.56741949307542},{x:56.931870833818145,y:98.57793093284553},{x:57.49855665287906,y:96.07705084922907},{x:56.535190760475494,y:93.23291271492013},{x:66.11218110260513,y:94.06653940945895},{x:66.16884968451123,y:92.05602796968884},{x:63.90210640826752,y:87.7407839038408},{x:68.88894161600368,y:87.446562717533},{x:73.64910249611545,y:87.54463644630228},{x:75.34915995329823,y:87.59367331068691},{x:74.89581129804948,y:85.68123559968608},{x:70.36232474556208,y:80.18910678860675},{x:75.57583428092259,y:79.40451695845258},{x:81.46936679915623,y:78.96318517899084},{x:83.11275567443292,y:78.7670377214523},{x:81.6960411267806,y:76.85460001045146},{x:75.46249711711042,y:71.90187670760315},{x:82.03605261821714,y:70.23462331852551},{x:86.68287633451675,y:69.49907035275595},{x:90.0829912488823,y:68.71448052260176},{x:86.62620775261065,y:66.65493221844702},{x:81.12935530771966,y:64.39923645675373},{x:79.14595494100642,y:63.320425440291714},{x:84.86948171352178,y:60.77050849229061},{x:90.25299699460058,y:59.05421823882833},{x:95.23983220233671,y:57.77925976482777},{x:88.66627670122999,y:56.2100801045194},{x:83.9061158211182,y:55.52356400313448},{x:78.23925763050894,y:54.8860847661342},{x:78.23925763050894,y:54.59186357982638},{x:80.9026809800953,y:54.052458071595375},{x:82.94274992871463,y:53.31690510582583},{x:85.26616178686443,y:51.99290976744063},{x:87.7595793907325,y:50.66891442905545},{x:90.0829912488823,y:49.5410665482088},{x:92.34973452512601,y:48.6093661249007},{x:94.5598092194636,y:47.922850023515785},{x:96.76988391380122,y:47.28537078651551},{x:98.69661569860837,y:46.74596527828451},{x:98.24326704335962,y:46.451744091976686},{x:96.48654100427075,y:46.05944917689959},{x:94.78648354708798,y:45.96137544813031},{x:92.40640310703209,y:46.10848604128422},{x:88.5529395374178,y:46.54981782074596},{x:82.20605836393543,y:47.48151824405406},{x:78.18258904860286,y:48.02092375228506},{x:74.44246264280075,y:48.658402989285335},{x:73.30909100467889,y:47.187297057746235},{x:72.28905653036922,y:46.10848604128422},{x:76.25585726379572,y:45.22582248236077},{x:79.14595494100642,y:44.49026951659121},{x:82.09272120012324,y:43.852790279590934},{x:84.35946447636694,y:43.264347906975296},{x:86.62621467016216,y:42.08746316174402},{x:88.83628936449976,y:40.66539409458955},{x:90.9330268950252,y:39.29236189181972},{x:92.80309009792624,y:38.507772061665534},{x:95.4665134475126,y:37.57607163835743},{x:98.24327396091113,y:36.69340807943398},{x:100,y:35.71267079174124},{x:99.14997127140862,y:35.369412741048784},{x:95.80652493894914,y:35.07519155474096},{x:93.36977591698717,y:35.565560198587335},{x:90.36634107596426,y:36.889555536972516},{x:86.2862031787256,y:38.507772061665534},{x:78.52260745759091,y:41.744205111051556},{x:74.72581246988271,y:39.92984112882},{x:79.08929327665184,y:36.938592401357155},{x:83.9627913205758,y:34.29060172458677},{x:88.5163249373166,y:31.824924985629245},{x:91.94477414263521,y:30.010561003397683},{x:96.02491203987388,y:27.705828377319758},{x:99.17001833566201,y:25.69531693754965},{x:95.31655476604772,y:25.204948293703282},{x:92.82313716217965,y:25.278503590280238},{x:90.30138526735853,y:26.94575697935789},{x:86.9862732258521,y:29.27500803762813},{x:84.52118991293707,y:31.064853587667372},{x:83.10447536528477,y:31.70233282466765},{x:81.68776081763245,y:31.481666934936786},{x:78.79766314042172,y:30.623521808205638},{x:83.78449834815788,y:26.627017360857746},{x:88.48799064636356,y:23.366065879279404},{x:91.83143697882302,y:20.86518579566293},{x:94.6932003650807,y:18.560453169585003},{x:96.08158062177998,y:17.162902534622855},{x:95.62823196653123,y:16.868681348315036},{x:93.13481436266315,y:16.476386433237945},{x:91.03807683213773,y:16.40283113666099},{x:89.33801937495495,y:16.8196444839304},{x:87.80796766349044,y:17.947492364777045},{x:85.37121864152847,y:20.105114397701062},{x:83.58615831148656,y:21.281999142932342},{x:82.11277518192814,y:21.551701897047845},{x:80.69606063427584,y:21.380072871701618},{x:80.66772634332278,y:21.0858516853938},{x:82.87780103766039,y:18.9527480846621},{x:85.48455580534066,y:16.52542329762258},{x:87.41128759014781,y:14.784614611967974},{x:89.02634217447144,y:13.019287494121054},{x:90.27305097640547,y:11.204923511889495},{x:90.35805384926462,y:10.640999571466171},{x:87.55295904491304,y:10.22418622419676},{x:84.69119565865536,y:10.028038766658213},{x:83.35948398386218,y:10.714554868043127},{x:81.97110372716293,y:11.842402748889771},{x:80.69606063427584,y:12.676029443428597},{x:79.42101754138875,y:12.970250629736416},{x:81.09274070761849,y:10.567444274889217},{x:82.22611234574033,y:8.70404342827302},{x:82.59445812812993,y:7.35552965769551},{x:78.03263728468947,y:6.44834766657973},{x:76.44591699131888,y:6.227681776848866},{x:74.97253386176048,y:6.669013556310596},{x:72.87579633123505,y:6.816124149464506},{x:70.80739309166268,y:6.129608048079592},{x:69.41901283496341,y:5.197907624771494},{x:68.00229828731109,y:3.555172667886163},{x:64.4038433362742,y:2.5008800836164737},{x:55.535210267970726,y:.5884423726156408},{x:55.16686448558112,y:1.127847880846645},{x:54.20349859317754,y:1.127847880846645},{x:51.79508386216861,y:.5394055082310041},{x:48.42330323875611,y:0},{x:45.95821992584108,y:.024518432192318366},{x:45.78821418012281,y:1.0052557198850531},{x:46.09989138060631,y:3.064804024039796},{x:46.26989712632459,y:4.266207201463397},{x:47.403268764446445,y:5.27146292134845},{x:48.876651894004844,y:6.718050420695233},{x:50.265032150704116,y:8.532414402926793},{x:51.115060879295505,y:10.493888978312262},{x:51.568409534544244,y:12.308252960543822},{x:51.681746698356434,y:14.760096179775658},{x:51.398403788825966,y:18.634008466161962},{x:50.095026404985845,y:16.69705232296881},{x:49.01832334877008,y:14.735577747583338},{x:48.394968947803065,y:11.71981058792818},{x:48.16829462017869,y:8.655006563888385},{x:47.686611673976905,y:7.183900632349281},{x:46.49657145394896,y:5.516647243271633},{x:44.541505378188766,y:4.241688769271078},{x:42.21809352003897,y:3.45709893911689},{x:39.52633587949958,y:2.9422118630782044},{x:37.23125831230282,y:2.8196197021166123},{x:35.53120085512005,y:3.064804024039796},{x:34.82284358129389,y:3.45709893911689},{x:35.9278809284627,y:5.663757836425543},{x:36.52290103847667,y:7.2819743611185554},{x:37.68460696755157,y:8.140119487849699},{x:39.24299296996911,y:9.537670122811845},{x:41.31139620954149,y:11.7443290201205},{x:43.06812224863036,y:14.318764400313928},{x:43.91815097722175,y:17.359049992161406},{x:44.683176832954,y:21.674294058009437},{x:45.19319407010883,y:24.73909808204923},{x:45.90155134393499,y:28.90723155474336},{x:46.49657145394896,y:32.4378857904372},{x:46.836582945385516,y:34.00706545074558},{x:45.703211307263665,y:32.241738332898656},{x:44.51317108723572,y:29.7653766814745},{x:43.23812799434864,y:27.141904436896436},{x:42.24642781099202,y:25.008800836164735},{x:40.91471613619884,y:22.042070540894212},{x:39.724675916170895,y:19.68830105043165},{x:38.50630140518991,y:17.481642153122998},{x:37.45793263992719,y:15.152391094852751},{x:36.296226710852295,y:12.92121376535178},{x:34.68117212652866,y:11.327515672851087},{x:32.47109743219105,y:10.22418622419676},{x:30.23268844690039,y:9.415077961850253},{x:27.65426797017318,y:9.071819911157796},{x:25.727536185366027,y:9.218930504311707},{x:24.112481601042393,y:10.028038766658213},{x:25.217518948211197,y:11.695292155735862},{x:26.520896332051326,y:13.436100841390466},{x:28.16428520732801,y:14.735577747583338},{x:30.346025610712573,y:16.010536221583894},{x:32.272757395519726,y:17.57971588189227},{x:33.9728148527025,y:19.2224508387776},{x:35.55953514607309,y:21.47814660047089},{x:35.78620947369746,y:24.003545116279682},{x:36.38122958371143,y:26.65153579305007},{x:37.88294700422289,y:28.61301036843554},{x:39.979684534748316,y:31.38359320616751},{x:42.728110757193804,y:35.502689814476994},{x:44.20149388675221,y:37.75838557617029},{x:44.853182578672275,y:38.788159728247656},{x:43.8898166862687,y:39.52371269401721},{x:43.549805194832146,y:39.940526041286624},{x:37.79794413136375,y:34.252249772668755},{x:33.151120415064156,y:29.7653766814745},{x:29.0143139359194,y:25.572724776588057},{x:25.869207640131265,y:22.655031345702174},{x:24.367490219619807,y:21.15940698197075},{x:22.695767053390078,y:20.154151262085698},{x:20.91070672334816,y:19.418598296316148},{x:19.068977811400153,y:19.173413974392965},{x:17.057243153733868,y:19.09985867781601},{x:15.86720293370592,y:19.296006135354556},{x:14.733831295584071,y:20.00704066893179},{x:14.337151222241424,y:20.37481715181656},{x:17.595594681841746,y:22.973770964202313},{x:19.663997921414126,y:24.028063548472},{x:23.37579003626319,y:25.646280073165013},{x:25.784204767272122,y:26.774127954011657},{x:26.350890586333048,y:29.152415876666538},{x:27.03091356920616,y:32.14366460412938},{x:27.28592218778358,y:34.86521057747672},{x:27.65426797017318,y:37.366090661093196},{x:27.88094229779755,y:38.29779108440129},{x:25.897541931084305,y:37.41512752547783},{x:21.987409779563922,y:35.89498472955409},{x:18.61562915615141,y:34.47291566239963},{x:15.470522860363273,y:33.00180973086052},{x:13.373785329837848,y:31.922998714398513},{x:11.107042053594144,y:31.359074773975195},{x:8.811964486397397,y:31.08937201985969},{x:7.820264303040776,y:31.138408884244328},{x:7.083572738261572,y:31.555222231513742},{x:6.573555501106738,y:32.241738332898656},{x:6.516886919200647,y:32.80566227332198},{x:7.055238447308526,y:33.17343875620675},{x:8.69862732258521,y:33.59025210347617},{x:9.803664669754015,y:34.05610231513022},{x:12.353750855528183,y:34.88972900966904},{x:15.725531478940692,y:36.06661375490032},{x:17.02890886278082,y:36.94927731382378},{x:17.765600427560024,y:38.54297540632447},{x:18.757300610916644,y:41.19096608309486},{x:19.4656578847428,y:43.42214341259583},{x:20.2590180314281,y:46.70761332636649},{x:17.822269009466115,y:46.41339214005867},{x:15.102177077973671,y:45.9230234962123},{x:11.560390708842885,y:45.35909955578898},{x:8.188610085430376,y:45.13843366605811},{x:5.836863936327536,y:44.86873091194261},{x:3.711792114849064,y:44.648065022211746},{x:2.4367490219619805,y:44.57450972563479},{x:1.785060330041916,y:45.481691716750575},{x:2.0117346576662865,y:46.1927262503278},{x:3.088437713882046,y:46.8547239195204},{x:5.213509535360517,y:47.29605569898213},{x:7.621924266369453,y:47.81094277502081},{x:9.463653178317461,y:48.4484220120211},{x:10.710361980251497,y:49.33108557094455},{x:12.098742236950766,y:50.826709934675975},{x:13.600459657462219,y:53.10692412856158},{x:14.790499877490163,y:55.264546161485605},{x:15.18717995083281,y:56.68661522864007},{x:12.948770965542153,y:56.735652093024704},{x:9.350316014505275,y:56.735652093024704},{x:6.120206845857998,y:56.98083641494789},{x:3.541786369130786,y:57.201502304678755},{x:1.3033773838401292,y:57.667352516332805},{x:.39668007334264804,y:57.81446310948672},{x:0,y:58.45194234648699},{x:.14167145476523144,y:59.01586628691031},{x:1.0200344743096663,y:59.555271795141316},{x:2.465083312915027,y:59.99660357460305},{x:4.873498043923961,y:60.80571183694955},{x:7.083572738261572,y:61.71289382806533},{x:8.896967359256534,y:62.57103895479648},{x:10.342016197861897,y:63.944071157566306},{x:11.957070782185534,y:65.73391670760554},{x:12.807099510776924,y:66.86176458845219},{x:10.200344743096663,y:67.15599176070538},{x:7.395249938745081,y:67.40117608262855},{x:5.610189608703165,y:68.11221061620579},{x:3.7967949877082026,y:68.77420828539839},{x:1.9267317848071477,y:69.65687184432184},{x:1.7283917481358237,y:70.29435108132212},{x:2.8050948043515826,y:71.07894091147631},{x:4.845163752970915,y:71.8635307416305},{x:7.140241320167664,y:72.79523116493858},{x:10.030338997378387,y:74.14374493551611},{x:11.645393581702026,y:75.12448222320884},{x:12.21207940076295,y:75.86003518897839},{x:10.427019070721034,y:76.10521951090158},{x:9.208644559740044,y:77.03691993420966},{x:7.961935757806008,y:77.89506506094082},{x:6.601889792059786,y:78.67965489109501},{x:6.403549755388462,y:79.12098667055673},{x:10.22867903404971,y:80.86179535621135},{x:12.948770965542153,y:82.06319853363495},{x:15.017174205114534,y:83.31363857544318},{x:13.685462530321358,y:84.39244959190518},{x:13.062108129354339,y:85.0789656932901},{x:15.753865769893737,y:86.62362692140616},{x:18.53062628329227,y:87.92310382759902},{x:22.242418398141336,y:89.68843094544596},{x:24.849173165821593,y:90.69368666533101},{x:27.569265097314037,y:91.72346081740838},{x:29.439328300215095,y:92.18931102906242},{x:32.24442310456668,y:93.85656441814008},{x:35.64453801893223,y:95.91611272229481}]}],single_object:!0,tooltip_style:{background_color:"#141414",background_opacity:.855072463768116,width:383,auto_width:!1},tooltip_content:[{type:"Heading",text:"Fan",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:24,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"338220f6-88eb-45f4-84a8-61a859e30df8"},{type:"Paragraph",text:"Spins quickly like a propellor and provides a large amount of thrust. Most of the air that the fan pushes passes straight out the back of the engine and pushes the aircraft forward.",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:16,lineHeight:24,color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"e065467b-b51a-44f8-9094-1318295b83a7"}]},{id:"091424e9-fb22-403c-a3b7-112d35b96db3",title:"high pressure compressor",type:"group",children:[{id:"246bce58-a5af-4d22-a003-e13b5e034c2b",title:"Spot",x:38.046875,y:50.053304904051174,parent_id:"091424e9-fb22-403c-a3b7-112d35b96db3",default_style:{background_color:"#d97707",background_opacity:1,border_radius:101,use_icon:!1},mouseover_style:{background_color:"#d97707",background_opacity:1,border_radius:101},tooltip:{enable_tooltip:!1}},{id:"782b6ee3-a433-412b-a055-29d313555e72",title:"high pressure compressor",type:"poly",x:33.70902061462402,y:30.938434397488006,width:22.53070831298828,height:25.439765458422176,parent_id:"091424e9-fb22-403c-a3b7-112d35b96db3",default_style:{opacity:0,background_color:"#f59e0c"},mouseover_style:{background_color:"#f59e0c",background_opacity:.7532467532467533},tooltip:{enable_tooltip:!1},tooltip_style:{background_opacity:0,width:469,auto_width:!1,offset_x:-23.700000000000003,offset_y:74.7},tooltip_content:[{type:"Heading",text:"High Pressure Compressor",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:73.7,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"338220f6-88eb-45f4-84a8-61a859e30df8"},{type:"Paragraph",text:"The second stage compressor in a dual spool gas turbine engine, also called an N2 compressor. A high-pressure compressor is the only one rotated by the starting system of an aircraft.",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:19.1,lineHeight:35.7,color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"e065467b-b51a-44f8-9094-1318295b83a7"}],x_image_background:33.70902061462402,y_image_background:30.938434397488006,points:[{x:66.1423668665101,y:100},{x:63.67178042392094,y:98.06181246726034},{x:62.06806641732797,y:96.54269250916711},{x:60.204290679936136,y:96.85699319015191},{x:56.693457314151516,y:96.90937663698271},{x:53.832778275364056,y:96.07124148768989},{x:50.712037505777744,y:94.18543740178102},{x:47.80801484519046,y:92.4567836563646},{x:45.85755186419902,y:89.99476165531692},{x:44.73061769740395,y:88.94709271870087},{x:45.120710293602244,y:88.31849135673129},{x:42.65012385101307,y:86.32792037716084},{x:41.17644070981953,y:87.27082242011525},{x:40.26622465202352,y:86.53745416448402},{x:39.26932135062789,y:86.17077003666843},{x:38.61916702363074,y:86.95652173913041},{x:36.84207852983853,y:85.90885280251442},{x:36.36529869004062,y:86.27553693033003},{x:32.89780894605582,y:83.97066526977476},{x:29.083570227672535,y:81.7181770560503},{x:25.39936237468868,y:79.57045573598744},{x:22.408652470501785,y:77.94656888423259},{x:19.981409649712425,y:76.27029858564696},{x:19.287911700915465,y:75.37977998952331},{x:19.157880835516032,y:74.48926139339969},{x:16.860668880126102,y:72.55107386066001},{x:17.294105098124206,y:71.87008905185964},{x:14.996893142734272,y:69.46045049764275},{x:15.300298495332942,y:68.88423258250393},{x:14.086677084938259,y:67.05081194342587},{x:13.133117405342439,y:65.47930853850184},{x:12.04952686034719,y:64.27448926139337},{x:10.142407501155548,y:62.80775275013095},{x:10.012376635756118,y:62.12676794133054},{x:8.105257276564476,y:60.18858040859089},{x:7.151697596968655,y:59.14091147197485},{x:7.715164680366186,y:58.983761131482446},{x:7.238384840568275,y:58.355159769512824},{x:6.414856026371885,y:57.831325301204814},{x:5.244578237777014,y:56.67888947092719},{x:5.764701699374735,y:56.312205343111565},{x:5.071203750577774,y:55.05500261917234},{x:4.117644070981953,y:54.007333682556315},{x:3.467489743984803,y:53.43111576741748},{x:3.814238718383283,y:53.01204819277109},{x:3.3808025003851827,y:51.59769512833944},{x:2.643960929788412,y:49.292823467784196},{x:1.6904012501925914,y:46.88318491356732},{x:.9102160577960107,y:45.416448402304866},{x:.5634670833975304,y:43.58302776322682},{x:.5634670833975304,y:42.27344159245677},{x:0,y:41.59245678365637},{x:.3900925961982903,y:41.068622315348364},{x:.7368415705967706,y:39.182818229439484},{x:.17337448719924015,y:37.03509690937663},{x:.6501543269971505,y:34.41592456783656},{x:.5634670833975304,y:33.47302252488214},{x:1.300308653994301,y:31.69198533263487},{x:1.7770884937922111,y:29.596647459402835},{x:1.8204321155920213,y:27.658459926663188},{x:2.557273686188792,y:26.50602409638555},{x:3.2941152567855623,y:24.620220010476704},{x:3.2941152567855623,y:22.94394971189104},{x:4.160987692781763,y:21.7391304347826},{x:4.767798397979103,y:19.85332634887375},{x:5.027860128777964,y:18.28182294394972},{x:5.894732564774165,y:17.810371922472495},{x:6.934979487969606,y:15.400733368255617},{x:7.0216667315692245,y:13.776846516500784},{x:7.888539167565425,y:14.143530644316405},{x:9.015473334360486,y:12.362493452069161},{x:9.275535065159348,y:11.524358302776315},{x:9.969033013956308,y:11.210057621791526},{x:10.012376635756118,y:11.78627553693033},{x:10.359125610154598,y:10.686223153483496},{x:11.312685289750418,y:9.167103195390242},{x:12.39627583474567,y:7.595599790466211},{x:13.046430161742819,y:7.909900471451027},{x:15.213611251733322,y:5.552645364064953},{x:16.340545418528382,y:4.766893661602937},{x:16.990699745525532,y:5.081194342587755},{x:18.334352021319646,y:4.190675746464105},{x:18.897819104717176,y:3.0906233630172872},{x:19.634660675313945,y:3.4573074908328936},{x:22.10524711790312,y:1.8858040859088483},{x:23.49224301549704,y:1.990570979570454},{x:24.66252080409191,y:1.8858040859088483},{x:25.13930064388982,y:.9429020429544241},{x:27.43651259927975,y:1.7810371922472565},{x:28.173354169876518,y:.7857517024620154},{x:29.907099041868925,y:2.0953378732320598},{x:30.73062785606531,y:1.0476689366160299},{x:31.9875928882598,y:1.8858040859088483},{x:33.027839811455245,y:1.8858040859088483},{x:33.41793240765353,y:1.466736511262439},{x:33.808025003851824,y:1.8858040859088483},{x:34.19811760005012,y:1.8858040859088483},{x:34.71824106164784,y:1.4143530644316362},{x:35.06499003604632,y:1.3619696176008333},{x:35.281708145045364,y:1.8858040859088483},{x:35.8451752284429,y:1.8334206390780454},{x:36.01854971564214,y:1.4143530644316362},{x:36.79873490803872,y:2.2524882137244684},{x:38.055699940233204,y:.8381351492928183},{x:38.79254151082998,y:1.1524358302776359},{x:39.65941394682618,y:2.566788894709272},{x:40.1795374084239,y:2.6191723415400747},{x:40.69966087002162,y:1.2572027239392416},{x:41.26312795341916,y:0},{x:42.30337487661459,y:1.6238868517548477},{x:42.346718498414404,y:3.2477737035096954},{x:42.56343660741345,y:3.771608171817711},{x:42.866841960012124,y:3.771608171817711},{x:42.99687282541155,y:3.0906233630172872},{x:43.560339908809084,y:1.7810371922472565},{x:44.12380699220662,y:.15715034049240867},{x:45.33742840260129,y:1.3095861707700305},{x:45.207397537201864,y:3.509690937663696},{x:45.640833755199964,y:3.8239916186485132},{x:46.247644460397304,y:2.7239392352016805},{x:46.94114240919426,y:3.0906233630172872},{x:47.24454776179294,y:1.1524358302776359},{x:47.0711732745937,y:.4714510214772121},{x:47.24454776179294,y:.2619172341540005},{x:48.32813830678819,y:1.3095861707700305},{x:48.32813830678819,y:3.4573074908328936},{x:48.67488728118667,y:3.6144578313253017},{x:49.7151342043821,y:1.990570979570454},{x:50.32194490957945,y:1.4143530644316362},{x:51.10213010197603,y:1.990570979570454},{x:51.18881734557566,y:3.0906233630172872},{x:52.48912599956995,y:3.0906233630172872},{x:52.92256221756805,y:2.8810895756940753},{x:53.78943465356425,y:3.195390256678893},{x:54.8730251985595,y:3.666841278156105},{x:55.78324125635551,y:4.295442640125711},{x:56.173333852553796,y:4.819277108433741},{x:56.39005196155286,y:4.714510214772135},{x:56.520082826952276,y:4.243059193294909},{x:57.21358077574924,y:4.504976427448923},{x:59.944228949137276,y:5.866946045049771},{x:60.030916192736896,y:6.286013619696165},{x:60.50769603253481,y:6.286013619696165},{x:60.897788628733096,y:5.919329491880573},{x:61.851348308328916,y:6.495547407019377},{x:62.198097282727396,y:7.438449449973801},{x:62.544846257125876,y:7.7003666841278156},{x:62.891595231524356,y:7.124148768989012},{x:63.67178042392094,y:7.543216343635407},{x:64.19190388551867,y:8.014667365112633},{x:64.10521664191904,y:9.271870089051847},{x:64.58199648171696,y:9.271870089051847},{x:65.10211994331468,y:8.695652173913043},{x:66.1423668665101,y:9.429020429544256},{x:65.6222434049124,y:11.210057621791526},{x:65.79561789211164,y:11.891042430591936},{x:67.0092393025063,y:10.843373493975905},{x:68.04948622570176,y:11.367207962283906},{x:67.13927016790574,y:13.88161341016239},{x:67.96279898210213,y:13.88161341016239},{x:68.52626606549967,y:12.938711367207967},{x:69.91326196309359,y:13.410162388685162},{x:70.73679077728997,y:12.729177579884754},{x:71.21357061708788,y:12.991094814038767},{x:71.25691423888769,y:15.81980094290204},{x:71.86372494408504,y:15.97695128339445},{x:72.42719202748256,y:14.300680984808814},{x:73.16403359807934,y:12.729177579884754},{x:73.8141879250765,y:13.357778941854361},{x:73.46743895067802,y:14.772132006286009},{x:73.59746981607744,y:16.13410162388686},{x:74.03090603407554,y:15.715034049240433},{x:74.7244039828725,y:14.0911471974856},{x:75.33121468806984,y:13.095861707700374},{x:75.98136901506699,y:13.829229963331588},{x:75.72130728426812,y:16.291251964379267},{x:76.15474350226623,y:16.238868517548465},{x:77.41170853446071,y:13.672079622839178},{x:78.32192459225674,y:14.248297537978011},{x:77.62842664345978,y:16.815086432687266},{x:77.97517561785826,y:17.23415400733369},{x:78.92873529745407,y:15.715034049240433},{x:79.53554600265142,y:14.248297537978011},{x:80.44576206044742,y:15.138816134101631},{x:79.8822949770499,y:16.762702985856464},{x:79.4922023808516,y:17.915138816134103},{x:79.83895135525007,y:18.334206390780526},{x:81.00922914384495,y:16.500785751702452},{x:81.6160398490423,y:15.400733368255617},{x:82.35288141963906,y:16.291251964379267},{x:81.39932174004323,y:18.543740178103707},{x:81.13926000924438,y:19.53902566788896},{x:81.52935260544267,y:19.64379256155054},{x:82.74297401583736,y:17.757988475641692},{x:83.60984645183356,y:16.815086432687266},{x:84.30334440063051,y:17.653221581980088},{x:83.00303574663621,y:20.37716081718178},{x:82.95969212483641,y:21.058145625982192},{x:83.26309747743508,y:21.320062860136204},{x:83.99993904803185,y:20.272393923520173},{x:85.21356045842653,y:18.334206390780526},{x:85.90705840722347,y:19.27710843373495},{x:84.73678061862861,y:21.320062860136204},{x:84.69343699682881,y:22.210581456259824},{x:85.34359132382595,y:22.78679937139863},{x:86.03708927262291,y:21.477213200628587},{x:86.68724359962006,y:20.429544264012584},{x:87.38074154841703,y:21.00576217915139},{x:87.16402343941797,y:22.10581456259822},{x:87.42408517021684,y:22.315348349921432},{x:88.1175831190138,y:22.26296490309063},{x:88.59436295881171,y:22.734415924567827},{x:88.81108106781076,y:23.624934520691447},{x:88.29095760621304,y:24.5154531168151},{x:87.72749052281551,y:25.667888947092703},{x:87.77083414461532,y:26.558407543216354},{x:88.20427036261341,y:26.82032477737034},{x:88.98445555501,y:25.0916710319539},{x:89.4178917730081,y:23.677317967522253},{x:89.93801523460581,y:22.94394971189104},{x:90.80488767060201,y:22.839182818229435},{x:91.1516366450005,y:23.15348349921425},{x:90.93491853600145,y:24.829753797799885},{x:90.54482593980316,y:26.244106862231536},{x:90.67485680520258,y:27.291775798847567},{x:91.19498026680031,y:27.606076479832385},{x:91.88847821559727,y:25.563122053431098},{x:92.66866340799385,y:23.415400733368266},{x:93.96897206198815,y:24.20115243583028},{x:93.05875600419215,y:27.448926139339974},{x:92.408601677195,y:29.701414353064415},{x:92.36525805539519,y:31.32530120481928},{x:92.71200702979367,y:32.477737035096915},{x:93.23213049139139,y:30.95861707700366},{x:93.92562844018835,y:28.915662650602403},{x:94.6191263889853,y:26.715557883708733},{x:95.31262433778225,y:24.986904138292296},{x:96.00612228657923,y:25.0392875851231},{x:96.56958936997675,y:25.929806181246718},{x:95.8760914211798,y:27.396542692509172},{x:95.52934244678131,y:29.491880565741234},{x:95.22593709418264,y:30.906233630172853},{x:95.61602969038093,y:31.639601885804097},{x:96.82965110077562,y:28.653745416448412},{x:97.95658526757067,y:26.558407543216354},{x:98.34667786376896,y:26.401257202723944},{x:98.56966048060627,y:33.533923397393934},{x:100,y:37.56744880336564},{x:99.47987653840228,y:37.67221569702722},{x:99.12500063491633,y:37.821999615309046},{x:98.69156441691823,y:38.031533402632256},{x:98.30147182071994,y:38.293450636786304},{x:97.78134835912222,y:38.660134764601864},{x:97.2178812757247,y:39.07918955032085},{x:96.6043404573768,y:39.53997460630566},{x:95.77945715499916,y:40.12928838315219},{x:94.08905590480657,y:41.700791788076224},{x:89.58131923762632,y:35.31001127471844},{x:86.20051673724114,y:30.595501059946322},{x:83.51321218565292,y:26.719125994466992},{x:82.73302699325635,y:23.995186759265323},{x:79.91569157626869,y:21.585548205048447},{x:76.1014528578854,y:19.647360672308796},{x:71.63705981250497,y:19.333059991323978},{x:68.47297542111885,y:19.647360672308796},{x:66.08907622212928,y:21.48078131138684},{x:65.78567086953062,y:22.00461577969487},{x:68.21291369031998,y:25.20000603637376},{x:70.20672029311125,y:26.981043228621004},{x:72.5906194921008,y:29.128764548683865},{x:74.62776971669186,y:30.490734166284717},{x:77.22838702468047,y:31.90508723071634},{x:79.91569157626869,y:33.94804165711759},{x:82.94974510225539,y:35.99099608351885},{x:83.64324305105235,y:39.55307046801336},{x:84.03333564725064,y:42.53892693736904},{x:84.51011548704855,y:46.78198613066397},{x:85.11692619224588,y:50.97266187712809},{x:85.20361343584551,y:53.27753353768336},{x:84.20671013444988,y:54.063285240145376},{x:83.25315045485407,y:55.844322432392616},{x:82.5163088842573,y:57.677743071470665},{x:79.30888087107135,y:56.1062396665466},{x:75.36461128728864,y:54.22043558063776},{x:71.94046516510365,y:52.33463149472891},{x:68.90641163911694,y:50.55359430248166},{x:66.9559486581255,y:48.77255711023442},{x:63.61848977954012,y:46.88675302432557},{x:60.75781074075266,y:45.89146753454035},{x:57.85378808016538,y:45.47239995989392},{x:55.94666872097375,y:45.367633066232315},{x:54.55967282337982,y:46.31053510918674},{x:53.86617487458286,y:48.353489535588004},{x:54.25626747078115,y:49.61069225952724},{x:58.417255163562906,y:51.81079702642091},{x:61.40796506774981,y:52.96323285669854},{x:64.09526961933803,y:54.27281902746856},{x:67.17266676712454,y:55.73955553873101},{x:69.1664733699158,y:56.787224475347045},{x:70.12003304951162,y:58.46349477393268},{x:71.29031083810649,y:62.44463673307359},{x:72.76399397930004,y:67.84013175664614},{x:73.37080468449737,y:70.93075511966343},{x:74.19433349869377,y:74.17852882317312},{x:74.75780058209129,y:77.53106942034442},{x:75.01786231289016,y:78.68350525062203},{x:73.97761538969472,y:78.63112180379123},{x:69.6432532097137,y:77.79298665449843},{x:63.575146157740306,y:76.53578393055923},{x:58.33056791996329,y:75.43573154711237},{x:54.81973455417868,y:75.12143086612755},{x:51.135526701194834,y:74.44044605732714},{x:47.79806782260946,y:74.07376192951155},{x:46.88785176481344,y:75.38334810028157},{x:46.497759168615154,y:76.4834004837284},{x:47.23460073921192,y:77.89775354816003},{x:48.664940258605654,y:78.94542248477605},{x:50.788777726796354,y:79.62640729357648},{x:53.38939503478495,y:80.62169278336172},{x:56.163386829972794,y:81.35506103899293},{x:58.417255163562906,y:82.61226376293213},{x:60.58443625355342,y:84.65521818933343},{x:62.57824285634468,y:87.5363077650275},{x:64.13861324113785,y:90.836464915368},{x:65.39557827333233,y:93.92708827838528},{x:66.39248157472795,y:96.86056130091016},{x:66.9992922799253,y:99.11304951463461},{x:67.0426359017251,y:99.95118466392745}]}],single_object:!0,tooltip_style:{background_color:"#141414",background_opacity:.855072463768116,width:383,auto_width:!1},tooltip_content:[{type:"Heading",text:"High Pressure Compressor",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:24,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"338220f6-88eb-45f4-84a8-61a859e30df8"},{type:"Paragraph",text:"The second stage compressor in a dual spool gas turbine engine. It is called an N2 compressor. It is the only one rotated by the starting system of an aircraft.",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:16,lineHeight:24,color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"e065467b-b51a-44f8-9094-1318295b83a7"}]},{id:"2307f526-8c9a-460d-8546-9756fd8dd2cf",title:"high pressure turbine",type:"group",children:[{id:"cbe7735e-de34-44c2-9b35-ecf516480341",title:"Spot",x:29.453125,y:43.550106609808104,parent_id:"2307f526-8c9a-460d-8546-9756fd8dd2cf",default_style:{background_color:"#d97707",background_opacity:1,border_radius:101,use_icon:!1},mouseover_style:{background_color:"#d97707",background_opacity:1,border_radius:101},tooltip:{enable_tooltip:!1}},{id:"cba8f4de-f3e3-4dfa-ad6f-adabfe7552e4",title:"high pressure turbine",type:"poly",x:26.340252161026,y:26.604011063890926,width:11.601561307907104,height:18.00373134328358,parent_id:"2307f526-8c9a-460d-8546-9756fd8dd2cf",default_style:{opacity:0,background_color:"#f59e0c"},mouseover_style:{background_color:"#f59e0c",background_opacity:.7532467532467533},tooltip:{enable_tooltip:!1},tooltip_style:{background_opacity:0,width:480,auto_width:!1,offset_x:-10.45,offset_y:78.99999999999999},tooltip_content:[{type:"Heading",text:"High Pressure Turbine",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:73.7,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"338220f6-88eb-45f4-84a8-61a859e30df8"},{type:"Paragraph",text:"In a turbine, the energy contained in the gas flow emerging at high pressure and temperature from the combustor is converted into mechanical energy.",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:19.1,lineHeight:35.7,color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"e065467b-b51a-44f8-9094-1318295b83a7"}],x_image_background:26.340252161026,y_image_background:26.604011063890926,points:[{x:9.090910025025444,y:24.056254626202815},{x:5.639731219228747,y:29.015544041450774},{x:2.8619531560265288,y:34.048852701702444},{x:1.1784512995403353,y:39.23019985196151},{x:0,y:44.855662472242784},{x:.08417509282430967,y:48.11250925240563},{x:.08417509282430967,y:53.8860103626943},{x:1.0942762067160257,y:57.88304959289415},{x:2.272727506256361,y:61.732050333086605},{x:3.8720542699182445,y:64.84085862324204},{x:5.2188557551071995,y:67.65358993338268},{x:6.986532704417703,y:69.2820133234641},{x:5.30303084793151,y:70.76239822353811},{x:8.417509282430967,y:73.87120651369356},{x:6.734007425944774,y:75.05551443375278},{x:9.427610396322683,y:77.94226498889711},{x:9.006734932201134,y:79.49666913397483},{x:8.249159096782348,y:80.08882309400445},{x:11.531987716930423,y:82.30940044411547},{x:12.121213366700593,y:83.71576609918579},{x:14.141415594484025,y:85.4182087342709},{x:16.329968007916076,y:86.97261287934863},{x:17.34006912180779,y:88.97113249444855},{x:19.191921163942606,y:90.45151739452257},{x:21.548823763023275,y:91.33974833456698},{x:21.632998855847585,y:92.6720947446336},{x:23.737376176455328,y:93.48630643967432},{x:26.515154239657544,y:95.11472982975575},{x:29.79798285980562,y:96.59511472982976},{x:33.16498657277801,y:97.70540340488527},{x:35.521889171858675,y:99.11176905995559},{x:37.03704084269626,y:100},{x:38.299667235060895,y:98.96373056994818},{x:41.245795483911735,y:99.7039230199852},{x:42.92929734039793,y:100},{x:43.26599771169517,y:99.3338267949667},{x:46.21212596054601,y:99.9259807549963},{x:47.72727763138358,y:99.7779422649889},{x:49.158254209396844,y:99.18578830495929},{x:51.51515680847751,y:99.9259807549963},{x:52.60943301519354,y:98.88971132494449},{x:54.629635242976974,y:98.81569207994079},{x:56.06061182099024,y:98.96373056994818},{x:57.239063120530574,y:97.77942264988897},{x:59.51179062678693,y:97.55736491487787},{x:61.27946757609743,y:97.85344189489267},{x:61.44781776174606,y:96.74315321983715},{x:62.96296943258363,y:96.37305699481865},{x:65.82492258861016,y:96.89119170984456},{x:65.82492258861016,y:94.37453737971873},{x:67.67677463074497,y:94.44855662472243},{x:67.67677463074497,y:93.11621021465581},{x:67.17172407379911,y:90.37749814951887},{x:65.40404712448861,y:88.37897853441895},{x:64.73064638189413,y:86.23242042931162},{x:64.56229619624551,y:83.7897853441895},{x:63.552195082353805,y:82.90155440414507},{x:64.56229619624551,y:80.53293856402665},{x:64.89899656754275,y:78.16432272390821},{x:63.80472036082673,y:76.38786084381938},{x:64.81482147471844,y:74.09326424870466},{x:64.73064638189413,y:72.24278312361214},{x:64.64647128906982,y:71.05847520355293},{x:56.81818765640902,y:67.87564766839378},{x:53.87205940755819,y:68.319763138416},{x:49.158254209396844,y:68.17172464840858},{x:45.2861999394786,y:66.91339748334568},{x:41.750846040857596,y:64.17468541820874},{x:39.81481890589848,y:62.10214655810511},{x:38.04714195658797,y:58.47520355292376},{x:37.3737412139935,y:54.70022205773502},{x:37.4579163068178,y:51.22131754256106},{x:38.552192513533825,y:47.890451517394524},{x:40.15151927719571,y:44.337527757216876},{x:42.255886322523565,y:41.45077720207254},{x:44.949489292901475,y:39.00814211695041},{x:47.22221679915784,y:37.083641746854184},{x:50.420870326481605,y:35.30717986676536},{x:53.95622422510261,y:34.41894892672095},{x:57.91245358784517,y:34.12287194670615},{x:61.279457300817555,y:34.863064396743155},{x:64.2255855496684,y:35.97335307179867},{x:66.16161268462751,y:36.93560325684678},{x:67.50841416981646,y:38.34196891191709},{x:67.8451145411137,y:39.23019985196151},{x:69.10774093347835,y:40.34048852701703},{x:71.12794316126178,y:41.52479644707624},{x:74.49494687423417,y:42.56106587712805},{x:76.76767438049053,y:43.301258327165066},{x:78.36700114415241,y:43.74537379718727},{x:80.47137846476016,y:41.45077720207254},{x:81.06060411453032,y:40.48852701702443},{x:81.48147957865187,y:39.52627683197632},{x:82.4915806925436,y:39.00814211695041},{x:83.24915652796237,y:39.89637305699482},{x:83.75420708490824,y:38.860103626943},{x:84.84848329162425,y:37.083641746854184},{x:86.27945986963752,y:35.751295336787564},{x:87.37373607635355,y:34.64100666173205},{x:88.80471265436681,y:34.56698741672835},{x:89.5622884897856,y:33.60473723168024},{x:91.83501599604196,y:32.346410066617324},{x:93.60269294535246,y:30.940044411547003},{x:95.6228951731359,y:30.199851961509992},{x:96.5488211942033,y:30.717986676535897},{x:96.29629591573038,y:29.977794226498887},{x:98.06397286504088,y:28.71946706143597},{x:100,y:26.79496669133975},{x:99.57912453587845,y:25.832716506291636},{x:98.14814795786518,y:25.536639526276833},{x:96.5488211942033,y:26.498889711324946},{x:95.53872008031159,y:26.572908956328646},{x:95.03366952336573,y:26.12879348630644},{x:98.56902342198673,y:22.723908216136195},{x:97.22222193679778,y:21.835677276091783},{x:95.28619480183866,y:22.205773501110286},{x:93.77104313100108,y:22.871946706143596},{x:93.18181748123092,y:22.35381199111769},{x:96.12794573008175,y:19.096965210954846},{x:95.03366952336573,y:17.912657290895634},{x:92.34006655298782,y:18.948926720947444},{x:91.49831562474472,y:18.57883049592894},{x:93.77104313100108,y:15.618060695780903},{x:91.66666581039334,y:14.433752775721686},{x:90.06733904673145,y:15.618060695780903},{x:89.30976321131267,y:15.099925980754996},{x:90.90908997497455,y:12.509252405625462},{x:87.7946115404751,y:11.250925240562546},{x:87.54208626200217,y:9.400444115470021},{x:84.09090745620547,y:7.475943745373797},{x:83.08080634231376,y:6.587712805329386},{x:80.38720337193584,y:7.253886010362693},{x:79.79797772216568,y:5.477424130273871},{x:77.94612568003086,y:4.293116210214656},{x:76.5151491020176,y:5.921539600296077},{x:75.75757326659883,y:5.477424130273871},{x:76.09427363789607,y:3.1088082901554404},{x:72.47474464645074,y:2.8127313101406366},{x:70.79124278996454,y:4.3671354552183566},{x:70.11784204737008,y:4.885270170244263},{x:69.94949186172144,y:3.9970392301998516},{x:70.53871751149161,y:2.516654330125833},{x:68.26599000523525,y:1.1843079200592153},{x:67.76093944828939,y:.6661732050333087},{x:64.56228592096564,y:.5921539600296076},{x:64.30976064249269,y:0},{x:62.54208369318219,y:1.7024426350851223},{x:61.53198257929048,y:1.5544041450777202},{x:60.77440674387169,y:.44411547002220575},{x:57.07070265960207,y:2.220577350111029},{x:55.134685799922835,y:1.6284233900814211},{x:53.61953412908525,y:1.6284233900814211},{x:51.68350699412614,y:1.0362694300518136},{x:50.5050556945858,y:.8882309400444115},{x:49.242429302221154,y:2.3686158401184305},{x:48.14815309550513,y:4.58919319022946},{x:47.138051981613415,y:4.3671354552183566},{x:45.2861999394786,y:2.7387120651369354},{x:44.612799196884126,y:3.552923760177646},{x:44.360273918411195,y:7.031828275351591},{x:43.43434789734379,y:6.587712805329386},{x:41.666670948033286,y:4.959289415247965},{x:40.740744926965874,y:4.293116210214656},{x:40.65656983414157,y:6.291635825314581},{x:40.48821964849295,y:6.809770540340489},{x:38.131317049412274,y:7.105847520355292},{x:37.20539102834488,y:6.365655070318282},{x:36.70034047139902,y:5.625462620281273},{x:36.026939728804535,y:6.809770540340489},{x:35.858589543155915,y:7.623982235381199},{x:32.40741073735922,y:8.290155440414509},{x:28.956231931562527,y:9.474463360473722},{x:25.336702940117213,y:10.880829015544041},{x:22.053874319969133,y:12.953367875647666},{x:19.444446442415533,y:14.729829755736493},{x:17.25589402898348,y:16.65433012583272},{x:14.730641244254192,y:18.57883049592894},{x:12.037038273876282,y:21.243523316062177}]}],single_object:!0,tooltip_style:{background_color:"#141414",background_opacity:.855072463768116,width:383,auto_width:!1},tooltip_content:[{type:"Heading",text:"High Pressure Turbine",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:24,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"338220f6-88eb-45f4-84a8-61a859e30df8"},{type:"Paragraph",text:"In a turbine, the energy contained in the gas flow emerging at high pressure and temperature from the combustor is converted into mechanical energy.",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:16,lineHeight:24,color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"e065467b-b51a-44f8-9094-1318295b83a7"}]},{id:"f5c37cd0-7dc4-4cbd-a0f1-0b27aef98494",title:"low pressure turbine",type:"group",children:[{id:"629ebd49-ac62-45da-bb8d-5a68142dbb57",title:"Spot",x:19.325209786399302,y:42.41754238489989,parent_id:"f5c37cd0-7dc4-4cbd-a0f1-0b27aef98494",default_style:{background_color:"#d97707",background_opacity:1,border_radius:101,use_icon:!1},mouseover_style:{background_color:"#d97707",background_opacity:1,border_radius:101},tooltip:{enable_tooltip:!1}},{id:"96e0872b-ee36-4e35-8eeb-c0df9e4bb942",title:"low pressure turbine",type:"poly",x:15.942189693450928,y:17.886355792535646,width:20.475951433181763,height:29.22752071291145,parent_id:"f5c37cd0-7dc4-4cbd-a0f1-0b27aef98494",default_style:{opacity:0,background_color:"#f59e0c"},mouseover_style:{background_color:"#f59e0c",background_opacity:.7532467532467533},tooltip:{enable_tooltip:!1},tooltip_style:{background_opacity:0,width:383,auto_width:!1,offset_x:-8.25,offset_y:87.7},tooltip_content:[{type:"Heading",text:"Low Pressure Turbine",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:73.7,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"338220f6-88eb-45f4-84a8-61a859e30df8"},{type:"Paragraph",text:"Turbine designed specifically for low values of pressure ratio, allowing extraction of residual exhaust energy downstream.",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:19.1,lineHeight:35.7,color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"e065467b-b51a-44f8-9094-1318295b83a7"}],x_image_background:15.942189693450928,y_image_background:17.886355792535646,points:[{x:25.27736631379446,y:6.8954379943725606},{x:26.422001769513447,y:9.357556529021094},{x:23.131174834321342,y:9.585530467414475},{x:20.555745058953605,y:9.357556529021094},{x:20.031120475082396,y:9.859099193486536},{x:22.988095402356468,y:14.09941444760345},{x:22.225005098543804,y:14.327388385996834},{x:20.74651763490677,y:12.640381241885803},{x:18.69571244341024,y:12.95954475563654},{x:16.978759259831747,y:12.95954475563654},{x:15.834123804112753,y:13.05073433099389},{x:15.40488550821813,y:13.597871783138011},{x:15.977203236077628,y:14.281793598318156},{x:18.02800842757416,y:16.196774680822575},{x:18.934178163351696,y:17.199860009753458},{x:18.600326155433656,y:17.291049585110805},{x:17.646463275667827,y:16.515938194573305},{x:16.215668956019087,y:16.743912132966692},{x:14.260250052499138,y:17.01748085903875},{x:12.257138004990896,y:17.38223916046816},{x:10.969423117307029,y:17.701402674218897},{x:11.303275125225069,y:18.248540126363018},{x:13.163307740768435,y:19.570788969044635},{x:14.164863764522554,y:20.43708993493949},{x:14.35563634047572,y:21.07541696244096},{x:15.500271796194715,y:21.98731271601449},{x:16.883372971855167,y:23.127182407981405},{x:18.79109873138682,y:24.722999976735082},{x:19.601882179187776,y:25.49811136727258},{x:18.45724672346878,y:26.136438394774054},{x:17.217224979773206,y:25.270137428879202},{x:15.929510092089336,y:24.403836462984348},{x:15.452578652206423,y:24.22145731226964},{x:14.927954068335216,y:24.35824167530567},{x:14.307943196487427,y:23.491940709410816},{x:13.163307740768435,y:22.26088144208655},{x:12.447910580944061,y:21.394580476191695},{x:11.35096826921336,y:21.62255441458508},{x:9.443242509681703,y:21.896123140657135},{x:8.203220765986126,y:22.39766580512258},{x:7.249357886220296,y:22.89920846958802},{x:8.727845349857331,y:23.67431986012552},{x:10.254025957482657,y:24.44943125066302},{x:12.114058573026023,y:25.406921791915227},{x:14.117170620534262,y:26.546791483882142},{x:16.263362100007374,y:28.188203840314497},{x:17.312611267749787,y:29.191289169245383},{x:16.692600395901998,y:29.784021409068174},{x:16.263362100007374,y:30.011995347461557},{x:15.023340356311799,y:29.32807353228141},{x:13.73562546862793,y:28.598556929422585},{x:13.163307740768435,y:28.188203840314497},{x:12.40021743695577,y:28.735341292458617},{x:11.970979141061148,y:29.008910018530678},{x:10.921729973318737,y:28.14260905263582},{x:9.824787661588035,y:27.45868723745567},{x:9.300163077716828,y:26.774765422275525},{x:8.060141334021251,y:26.95714457299023},{x:6.6770401583608,y:27.321902874419646},{x:5.055473262758891,y:27.914635114242436},{x:4.483155534899394,y:28.370582991029202},{x:5.770870422583262,y:29.008910018530678},{x:7.583209894138338,y:29.419263107638766},{x:9.06169735777537,y:30.103184922818908},{x:10.73095739736557,y:30.741511950320383},{x:12.209444861002606,y:31.56221812853656},{x:12.97253516481527,y:31.92697642996597},{x:12.495603724932353,y:32.61089824514612},{x:12.209444861002606,y:32.8388721835395},{x:11.255581981236777,y:32.565303457467444},{x:10.969423117307029,y:32.6564930328248},{x:10.39710538944753,y:33.20363048496892},{x:10.063253381529492,y:33.38600963568362},{x:8.537072773904166,y:32.79327739586083},{x:7.201664742232006,y:32.51970866978876},{x:6.390881294431051,y:32.10935558068068},{x:5.34163212668864,y:32.79327739586083},{x:4.244689814957937,y:33.34041484800495},{x:3.3862132231686917,y:33.4316044233623},{x:2.813895495309194,y:33.4316044233623},{x:2.432350343402863,y:34.115526238542444},{x:2.766202351320903,y:34.61706890300788},{x:4.578541822875977,y:34.662663690686564},{x:6.247801862466177,y:35.027421992115976},{x:8.155527621997834,y:35.62015423193877},{x:10.254025957482657,y:36.34967083479759},{x:11.970979141061148,y:37.03359264997774},{x:12.877148876838685,y:37.48954052676451},{x:12.543296868920645,y:37.67191967747922},{x:11.494047701178234,y:37.626324889800536},{x:10.540184821412407,y:37.35275616372848},{x:9.872480805576325,y:36.98799786229907},{x:9.157083645751953,y:37.307161376049805},{x:7.821675614079794,y:37.307161376049805},{x:6.820119590325674,y:37.124782225335096},{x:6.295495006454469,y:36.89680828694171},{x:5.580097846630097,y:37.261566588371124},{x:5.627790990618388,y:37.808704040515245},{x:6.295495006454469,y:38.310246704980685},{x:6.390881294431051,y:38.76619458176745},{x:5.8662567105598455,y:38.811789369446124},{x:5.150859550735474,y:38.264651917302004},{x:4.67392811085256,y:38.03667797890863},{x:3.2431337912038174,y:38.811789369446124},{x:2.241577767449697,y:39.31333203391157},{x:1.0969423117307027,y:39.723685123019656},{x:1.1446354557189942,y:40.17963299980642},{x:2.575429775367737,y:40.407606938199805},{x:4.769314398829143,y:40.45320172587848},{x:6.820119590325674,y:40.909149602665245},{x:8.823231637833914,y:41.31950269177334},{x:8.918617925810498,y:41.68426099320275},{x:7.773982470091502,y:41.7754505685601},{x:5.34163212668864,y:41.593071417845394},{x:4.387769246922811,y:42.003424506953486},{x:5.007780118770599,y:42.824130685169656},{x:6.0570292865130115,y:43.46245771267113},{x:7.3447441741968795,y:43.736026438743195},{x:8.060141334021251,y:44.10078474017261},{x:7.5355167501500455,y:44.28316389088731},{x:5.437018414665222,y:44.51113782928069},{x:4.340076102934519,y:44.55673261695937},{x:3.6723720870984398,y:44.19197431552996},{x:2.575429775367737,y:44.92149091838878},{x:1.6215668956019087,y:45.37743879517554},{x:.3815451519063314,y:45.51422315821158},{x:0,y:45.92457624731966},{x:.9538628797658285,y:46.2437397610704},{x:2.9092817832857767,y:46.15255018571305},{x:3.720065231086731,y:46.2437397610704},{x:4.196996670969646,y:47.520393816073344},{x:5.580097846630097,y:48.11312605589614},{x:7.201664742232006,y:48.24991041893217},{x:8.775538493845621,y:48.24991041893217},{x:8.584765917892456,y:48.66026350804026},{x:6.009336142524719,y:49.617754049292465},{x:3.7677583750750228,y:50.34727065215129},{x:1.7646463275667827,y:51.07678725501012},{x:.33385200791804,y:51.57832991947555},{x:.47693143988291425,y:52.07987258394099},{x:1.812339471555074,y:52.30784652233438},{x:3.5769857991218568,y:51.76070907019026},{x:4.960086974782308,y:52.62701003608511},{x:6.486267582407635,y:52.763794399121146},{x:9.824787661588035,y:52.535820460727756},{x:10.015560237541198,y:52.90057876215717},{x:7.201664742232006,y:53.949258878766734},{x:6.581653870384217,y:54.5875859062682},{x:6.0570292865130115,y:54.815559844661585},{x:4.340076102934519,y:55.08912857073365},{x:3.3862132231686917,y:56.04661911198585},{x:2.2892709114379883,y:56.77613571484468},{x:1.00155602375412,y:57.596841893060855},{x:1.7169531835784912,y:58.098384557526295},{x:4.00622409501648,y:57.596841893060855},{x:6.486267582407635,y:57.14089401627409},{x:9.01400421378708,y:56.9129200778807},{x:10.969423117307029,y:56.50256698877262},{x:11.827899709096274,y:56.27459305037924},{x:11.255581981236777,y:57.049704440916734},{x:10.540184821412407,y:57.41446274234615},{x:8.250913909974416,y:57.68803146841821},{x:7.1539715982437135,y:58.00719498216894},{x:7.106278454255423,y:58.73671158502777},{x:6.009336142524719,y:59.147064674135855},{x:4.578541822875977,y:59.830986489316004},{x:4.196996670969646,y:60.4237187291388},{x:5.198552694723765,y:61.244424907354976},{x:4.292382958946228,y:61.791562359499096},{x:3.2908269351921087,y:62.65786332539395},{x:3.1000543592389427,y:63.34178514057409},{x:3.720065231086731,y:63.61535386664615},{x:4.912393830794017,y:63.02262162682336},{x:6.533960726395925,y:62.38429459932189},{x:7.678596182114919,y:62.15632066092851},{x:7.821675614079794,y:63.113816767950695},{x:6.343188150442759,y:63.66095422009481},{x:5.198552694723765,y:64.48166039831099},{x:6.629347014372508,y:65.57593530259923},{x:7.058585310267131,y:66.44223626849409},{x:5.532404702641806,y:67.85567468653305},{x:6.772426446337383,y:68.67638086474923},{x:10.063253381529492,y:70.59136194725365},{x:9.586321941646576,y:71.32087855011247},{x:8.727845349857331,y:72.18717951600732},{x:10.301719101470947,y:73.64621272172496},{x:11.780206565107983,y:74.64929805065586},{x:10.826343685342152,y:75.88035731798011},{x:13.640239180651347,y:78.0689071265566},{x:13.640239180651347,y:78.98080288013011},{x:13.974091188569387,y:80.53102566120512},{x:16.454134675960542,y:81.71649014085072},{x:16.644907251913708,y:82.58279110674557},{x:15.929510092089336,y:83.3123077096044},{x:17.980315283585867,y:84.54336697692865},{x:19.36341645924632,y:83.81385037406983},{x:19.64957532317607,y:84.4521774015713},{x:18.504939867457075,y:85.91121060728895},{x:19.601882179187776,y:86.7775115731838},{x:20.841903922883354,y:87.32464902532793},{x:22.511163962473553,y:86.04799497032498},{x:22.70193653842672,y:86.50394284711174},{x:20.937290210859935,y:88.46451871729484},{x:22.988095402356468,y:89.64998319694043},{x:24.228117146052046,y:88.69249265568823},{x:24.705048585934957,y:88.87487180640294},{x:23.608106274204253,y:90.65306852587132},{x:26.088149761595407,y:91.79293821783823},{x:26.51738805749003,y:92.61364439605441},{x:30.046680712623598,y:94.43743590320146},{x:32.240565336085005,y:95.75968474588308},{x:32.908269351921085,y:95.30373686909633},{x:33.909825375675204,y:96.21563262266984},{x:35.34061969532395,y:97.12752837624338},{x:36.24678943110148,y:96.39801177338455},{x:38.63144663051605,y:98.22180328053162},{x:39.58530951028189,y:97.21871795160072},{x:42.01765985368475,y:98.99691467106912},{x:42.68536386952083,y:97.58347625303014},{x:44.926941636970525,y:98.6321563696397},{x:45.213100500900275,y:99.58964691089191},{x:45.88080451673635,y:98.99691467106912},{x:46.1669633806661,y:98.03942412981691},{x:48.026995996209465,y:98.58656158196104},{x:48.59931372406896,y:99.81762084928529},{x:49.17163145192846,y:100},{x:49.64856289181137,y:97.53788146535148},{x:51.31782293140158,y:98.49537200660367},{x:52.03322009122595,y:99.72643127392794},{x:52.70092410706203,y:99.58964691089191},{x:53.13016240295665,y:97.21871795160072},{x:55.27635388242976,y:98.22180328053162},{x:55.46712645838293,y:99.08810424642647},{x:56.182523618207306,y:98.95131988339044},{x:56.46868248213705,y:96.53479613642058},{x:58.80564653756333,y:97.40109710231543},{x:58.757953393575036,y:98.26739806821028},{x:59.33027112143453,y:98.6321563696397},{x:59.75950941732916,y:97.62907104070882},{x:59.95028199328233,y:95.44052123213234},{x:62.191859760732015,y:96.39801177338455},{x:62.382632336685184,y:97.40109710231543},{x:62.81187063257981,y:97.81145019142353},{x:63.14572264049785,y:97.17312316392206},{x:63.24110892847443,y:94.07267760177204},{x:65.24422097598267,y:95.07576293070294},{x:65.43499355193583,y:96.1244430473125},{x:66.00731127979533,y:96.62598571177794},{x:66.72270843961971,y:95.98765868427647},{x:66.38885643170167,y:94.3918411155228},{x:66.48424271967825,y:92.61364439605441},{x:68.48735476718649,y:93.47994536194926},{x:68.77351363111623,y:94.7565994169522},{x:69.25044507099915,y:95.16695250606028},{x:69.82276279885865,y:94.48303069088014},{x:69.63199022290549,y:92.52245482069705},{x:69.44121764695231,y:91.61055906712352},{x:69.05967249504599,y:90.2883102244419},{x:70.18630658342956,y:90.89391052445916},{x:71.28324889516026,y:91.53223755196063},{x:71.85556662301975,y:92.07937500410476},{x:72.04633919897292,y:93.08246033303564},{x:72.85712264677387,y:93.12805512071432},{x:72.80942950278558,y:91.89699585339005},{x:72.52327063885583,y:91.12188446285255},{x:70.28169287140614,y:90.39236785999373},{x:68.37396711187448,y:89.57166168177754},{x:66.46624135234282,y:89.02452422963343},{x:65.08314017668238,y:88.1126284760599},{x:63.89081157697508,y:87.20073272248636},{x:62.55540354530292,y:86.51681090730622},{x:61.98308581744343,y:85.69610472909004},{x:60.98152979368932,y:85.14896727694592},{x:60.26613263386494,y:84.14588194801505},{x:59.26457661011082,y:82.77803831765475},{x:57.547623426532326,y:81.6837634133665},{x:53.7376561532743,y:79.65410520618784},{x:50.82837436998852,y:77.23758145921799},{x:48.10986516265592,y:73.95475674635328},{x:46.20213940312426,y:72.31334438992091},{x:43.7697890597214,y:71.03669033491798},{x:41.76667701221316,y:69.16729847432227},{x:39.71587182071663,y:66.84196430270977},{x:38.09430492511472,y:64.10627704198917},{x:36.94966946939572,y:61.05142626751784},{x:36.32965859754794,y:57.723006766974464},{x:35.9958065896299,y:55.078509081611216},{x:36.18657916558306,y:52.570795759284},{x:36.90197632540743,y:48.01131699141636},{x:37.90353234916156,y:45.002061004623705},{x:39.19124723684542,y:41.719236291758996},{x:40.95589356441221,y:38.93795424335973},{x:42.95900561192044,y:36.24786177031781},{x:45.77290110722964,y:33.78574323566929},{x:48.68218289051542,y:31.460409064056783},{x:51.82993039374265,y:29.81899670762442},{x:55.597688768817676,y:28.542342652621482},{x:58.69773730613963,y:28.086394775834716},{x:62.08395052930832,y:28.26877392654942},{x:64.85015288062922,y:28.72472180333619},{x:66.99634436010233,y:29.043885317086925},{x:69.66716042344665,y:28.770316591014865},{x:72.7672147826856,y:28.359963501906776},{x:74.86571311817042,y:28.405558289585453},{x:77.44114289353816,y:29.043885317086925},{x:79.9688795249176,y:29.8645914953031},{x:80.87504926069514,y:30.822082036555308},{x:81.63813956450781,y:31.05005597494869},{x:82.59200244427363,y:31.09565076262737},{x:83.02124074016825,y:31.32362470102075},{x:83.73663789999263,y:30.822082036555308},{x:85.21512536362967,y:30.046970646017808},{x:85.97821566744233,y:30.822082036555308},{x:86.31206767536035,y:30.639702885840602},{x:87.07515797917303,y:29.773401919945748},{x:88.07671400292715,y:30.183755009053836},{x:89.79366718650563,y:30.730892461197957},{x:90.55675749031829,y:31.32362470102075},{x:90.79522321025976,y:32.23552045459428},{x:91.79677923401387,y:31.688383002450166},{x:93.65681184955724,y:31.96195172852222},{x:93.8952775694987,y:33.05622663281046},{x:94.3722090093816,y:33.05622663281046},{x:94.89683359325282,y:32.41789960530899},{x:95.89838961700694,y:33.05622663281046},{x:95.99377590498352,y:34.10490674942002},{x:96.94763878474934,y:34.05931196174134},{x:98.04458109648006,y:33.87693281102664},{x:98.42612624838638,y:34.15050153709869},{x:100,y:33.05622663281046},{x:97.42457022463226,y:30.913271611912663},{x:98.95075083225758,y:29.54542798155237},{x:96.56609363284302,y:27.265688597618542},{x:97.7584222325503,y:26.262603268687656},{x:95.23068560117086,y:24.028458672432507},{x:96.27993476891326,y:23.0709681311803},{x:93.8475844255104,y:21.429555774747946},{x:94.4675952973582,y:20.016117356708975},{x:91.6060066580607,y:18.009946698847205},{x:92.65525582580312,y:17.18924052063103},{x:89.65058775454075,y:15.274259438126613},{x:90.65214377829489,y:14.362363684553085},{x:87.40900998709107,y:12.812135337708103},{x:88.21979343489201,y:12.037023947170603},{x:85.26281850761795,y:10.441206378416924},{x:85.83513623547745,y:9.757284563236777},{x:83.02124074016825,y:8.480630508233833},{x:82.83046816421509,y:7.61432954233898},{x:79.92118638092931,y:6.109701548942654},{x:78.63347149324544,y:5.10661622001177},{x:76.34420058180746,y:4.057936103402211},{x:73.43491879852168,y:3.0092559867926507},{x:71.6225793269666,y:2.370928959291179},{x:69.76254671142324,y:1.8693862948257374},{x:67.04403750409062,y:1.4590332057176487},{x:65.70862947241847,y:.866300965894854},{x:62.894733977109276,y:.7295166028588244},{x:62.27472310526149,y:.31916351375073565},{x:60.843928785612746,y:.5927322398227948},{x:59.69929332989374,y:.4559478767867652},{x:58.45927158619817,y:0},{x:57.7438744263738,y:.6839218151801478},{x:56.074614386783594,y:.5927322398227948},{x:54.739206355111435,y:.1823791507147061},{x:54.16688862725194,y:1.1854644796455895},{x:52.97456002754465,y:1.0486801166095598},{x:51.11452741200129,y:.6383270275014713},{x:50.732982260094964,y:.9118957535735304},{x:50.542209684141795,y:1.9605758701830904},{x:49.01602907651647,y:1.5046279933963254},{x:48.34832506068039,y:1.732601931789708},{x:47.87139362079747,y:1.5502227810750018},{x:47.29907589293798,y:1.3678436303602957},{x:46.82214445305506,y:2.0517654455404437},{x:46.44059930114873,y:2.4165237469698555},{x:44.72364611757024,y:1.914981082504414},{x:44.199027355616025,y:2.507713322327209},{x:42.577460460014116,y:2.872471623756621},{x:41.33743871631854,y:3.14604034982868},{x:40.62204155649417,y:2.644497685363238},{x:40.09741697262296,y:3.3740142882220625},{x:40.04972382863467,y:3.875556952687505},{x:37.76045291719668,y:3.3740142882220625},{x:36.32965859754794,y:3.1916351375073564},{x:36.09119287760648,y:4.513883980188975},{x:34.8511711339109,y:4.787452706261035},{x:32.609593366461205,y:4.833047493939711},{x:31.36957162276563,y:4.468289192510299},{x:30.606481318952966,y:4.878642281618388},{x:30.940333326871006,y:5.836132822870595},{x:31.131105902824167,y:6.656839001086773},{x:29.509539007222262,y:6.748028576444125},{x:26.934109231854524,y:6.565649425729419},{x:25.932553208100405,y:6.520054638050743}]}],single_object:!0,tooltip_style:{background_color:"#141414",background_opacity:.855072463768116,width:383,auto_width:!1},tooltip_content:[{type:"Heading",text:"Low Pressure Turbine",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:24,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"338220f6-88eb-45f4-84a8-61a859e30df8"},{type:"Paragraph",text:"turbine designed specifically for low values of pressure ratio, allowing extraction of residual exhaust energy downstream.",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:16,lineHeight:24,color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"e065467b-b51a-44f8-9094-1318295b83a7"}]}]}],version:"6.0.0"}},{name:"Education",value:{id:"1eb7bc83-898f-4f8e-9a66-c2e1ec991d0b",general:{name:"Education"},fullscreen:{enable_fullscreen_mode:!0},tooltips:{sticky_tooltips:!0},zooming:{enable_zooming:!0,enable_navigator:!1},object_list:{menu_style:"on-top",menu_position:"right",enable_search:!1,show_groups:!1},artboards:[{background_color:"#abdcec",children:[{id:"615bdc43-e150-4310-b1f6-3deeeba1173c",title:"Imported",type:"group",width:29.872701555869867,height:29.872701555869867,children:[{id:"3859d626-c7a2-460a-9336-2ebb642af26a",title:"Artboard-Copy-3",type:"group",width:29.872701555869867,height:29.872701555869867,children:[{id:"9c23688d-4422-4c88-8b4d-91b10d74f6ea",title:"Left",type:"group",width:29.872701555869867,height:29.872701555869867,children:[{id:"81d827b9-f7ac-4a1d-9ac2-7fddc37b724a",title:"Border",type:"svg",x:23.432542190624446,y:10.702204147932493,width:26.900803287875952,height:57.284299858557276,static:!0,default_style:{background_color:"#4D4E4C",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#4D4E4C",background_opacity:1,stroke_opacity:1},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M295.717688,274.701671 C276.192157,348.77762 253.423979,393 234.811651,393 C234.788434,393 232.110736,392.699848 228.643658,381.825114 C225.718311,372.666633 223.404345,359.636962 220.958817,345.845367 C213.498408,303.877975 204.22707,251.636152 167.776316,251.636152 C131.333301,251.636152 122.054224,303.877975 114.601553,345.845367 C112.148286,359.644658 109.834321,372.666633 106.916713,381.825114 C103.449635,392.699848 100.764197,393 100.74098,393 C82.1363914,393 59.3682135,348.77762 39.8426822,274.701671 C23.3508442,212.154633 12.2763158,139.225418 12.2763158,110.349266 C12.2763158,53.9361013 46.4517998,13 93.5282194,13 C106.23568,13 133.941348,21.5812658 158.388892,29.1543291 C183.819291,37.0352405 205.782612,43.8463797 217.228613,43.8463797 C220.734386,43.8463797 223.566865,41.0218734 223.566865,37.5354937 C223.566865,34.0491139 220.734386,31.2246076 217.228613,31.2246076 C211.594611,31.2246076 201.170159,28.7079494 188.973474,25.2138734 C193.732967,23.9670886 198.569851,22.4817215 203.52282,20.9578734 C216.207063,17.0405063 229.316952,13 242.024412,13 C289.108571,13 323.276316,53.9361013 323.276316,110.349266 C323.276316,139.225418 312.201787,212.154633 295.717688,274.701671 Z M310.719165,32.6738202 C293.487801,11.6065901 269.237111,1.45519152e-11 242.443074,1.45519152e-11 C227.832362,1.45519152e-11 213.80144,4.33035799 200.23435,8.52226759 C188.69266,12.0834679 177.784875,15.4523787 168.276316,15.4523787 C158.767757,15.4523787 147.867702,12.0834679 136.326012,8.52226759 C123.686586,4.62263793 110.637442,0.638400912 97.1012744,0.107682081 C96.0576521,0.0384578863 95.0526824,1.45519152e-11 94.1095571,1.45519152e-11 C84.0598608,1.45519152e-11 74.3734997,1.63061438 65.2746592,4.78416105 C50.1150789,10.0375083 36.6098332,19.5058399 25.8334665,32.6738202 C14.5082319,46.5186592 6.67719928,63.8093249 2.88923683,82.9075112 C1.16532739,91.5836103 0.276315789,100.636597 0.276315789,109.904947 C0.276315789,139.425221 10.959916,211.841421 28.222202,277.350584 C50.5402584,362.050233 75.1310922,405 101.314416,405 C117.424853,405 121.707569,380.863831 127.63689,347.451619 C134.261959,310.147469 142.50271,263.713418 168.276316,263.713418 C194.057652,263.713418 202.298403,310.147469 208.915742,347.451619 C214.845062,380.863831 219.13551,405 235.238215,405 C261.42927,405 286.020104,362.050233 308.33043,277.350584 C325.592716,211.841421 336.276316,139.425221 336.276316,109.904947 C336.276316,80.2462254 327.200667,52.818061 310.719165,32.6738202 L310.719165,32.6738202 Z"},{name:"id",value:"Border"}],viewBox:"0.2763158082962036 -7.450580596923828e-9 336 405"}},{id:"fd3ff510-e5a5-4fba-9c3c-429c5918a65c",title:"Crown",type:"svg",x:24.008777292646027,y:11.495027802902138,width:25.87896081693801,height:21.87193313447555,default_style:{background_color:"#f59e0c",background_opacity:0,stroke_opacity:1},mouseover_style:{background_color:"#fede4f",background_opacity:1,stroke_opacity:1},tooltip_content:[{type:"Heading",text:"Crown",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"c4c9afae-2df9-4d8c-b7b8-1db9def1bab7"}],svg:{tagName:"path",properties:[{name:"d",value:"M169.088241,21.1228086 C147.186192,21.1228086 121.087667,5.60526316 94.9427716,5.60526316 C42.6607097,5.60526316 7.47368421,52.2042665 7.47368421,109.691826 C7.47368421,120.894734 9.0832032,138.750163 12.0619092,160.239842 C148.539474,143.986457 196.184211,143.986457 326.916915,154.341609 C329.386185,135.486957 330.710526,119.852982 330.710526,109.691826 C330.710526,52.2042665 295.523501,5.60526316 243.233711,5.60526316 C217.088816,5.60526316 190.99029,21.1228086 169.088241,21.1228086 Z"},{name:"id",value:"Crown"}],viewBox:"7.473684310913086 5.6052632331848145 323.2368469238281 154.6345672607422"}},{id:"5ca597b7-01f9-4110-a948-3ffdac94bcc6",title:"Neck",type:"svg",x:24.373407188748423,y:31.517175856989986,width:25.210946660730126,height:11.32484446826379,default_style:{background_color:"#f59e0c",background_opacity:0,stroke_opacity:1},mouseover_style:{background_color:"#fede4f",background_opacity:1,stroke_opacity:1},tooltip_content:[{type:"Heading",text:"Neck",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"fa77c3bd-ec45-4989-a244-706af0622754"}],svg:{tagName:"path",properties:[{name:"d",value:"M12.028033,159.995174 C14.8010016,180.044859 18.7696794,203.276218 23.7381269,227.228498 C128.921053,209.263158 213,209.263158 315.37739,222.678416 C320.376564,198.050452 324.296431,174.357629 326.921167,154.30914 C222.342105,143.986457 100.894737,143.986457 12.028033,159.995174 Z"},{name:"id",value:"Neck"}],viewBox:"12.028033256530762 147.16184997558594 314.89312744140625 80.066650390625"}},{id:"517eadc6-e552-48d8-bf87-9fa41cb7df30",title:"Root",type:"svg",x:25.311984355375447,y:40.84456714016825,width:23.35060174399452,height:26.41238977413366,default_style:{background_color:"#f59e0c",background_opacity:0,stroke_opacity:1},mouseover_style:{background_color:"#fede4f",background_opacity:1,stroke_opacity:1},tooltip_content:[{type:"Heading",text:"Root",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"794eb75d-f7a4-4478-99fd-4542c6c52f5e"}],svg:{tagName:"path",properties:[{name:"d",value:"M23.7511748,227.291391 C40.7776172,309.349213 69.5348167,399.842105 102.145563,399.842105 C128.290458,399.842105 116.164729,257.89675 169.088241,257.89675 C222.019482,257.89675 209.893753,399.842105 236.03092,399.842105 C269.274064,399.842105 298.515878,305.805444 315.407963,222.527749 C208.130281,209.263158 125.184211,209.263158 23.7511748,227.291391 Z"},{name:"id",value:"Root"}],viewBox:"23.751174926757812 213.10650634765625 291.65679931640625 186.735595703125"}},{id:"65861fba-5821-410f-9f87-09e2afc8719a",title:"Fill",type:"svg",x:24.008777292646027,y:11.495027802902138,width:25.87896081693801,height:55.761930257967194,static:!0,default_style:{background_color:"#ffffff",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FFFFFE",background_opacity:1,stroke_opacity:1},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M169.088241,21.1228086 C147.186192,21.1228086 121.087667,5.60526316 94.9427716,5.60526316 C42.6607097,5.60526316 7.47368421,52.2042665 7.47368421,109.691826 C7.47368421,167.179386 49.8557725,399.842105 102.145563,399.842105 C128.290458,399.842105 116.164729,257.89675 169.088241,257.89675 C222.019482,257.89675 209.893753,399.842105 236.03092,399.842105 C288.32071,399.842105 330.710526,167.179386 330.710526,109.691826 C330.710526,52.2042665 295.523501,5.60526316 243.233711,5.60526316 C217.088816,5.60526316 190.99029,21.1228086 169.088241,21.1228086 Z"},{name:"id",value:"Fill"}],viewBox:"7.473684310913086 5.6052632331848145 323.2368469238281 394.2368469238281"}}],tooltip:{enable_tooltip:!1},svg:{html:'<g id="Left" transform="translate(310.078947, 139.000000)" ></g>'}},{id:"bd4807c8-a403-4727-864b-82eb69ee651b",title:"Border",type:"svg",x:10.994502415201087,y:32.63699183987874,width:77.63688489410977,height:58.40467482678792,static:!0,default_style:{background_color:"#4D4E4C",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#4D4E4C",background_opacity:1,stroke_opacity:1},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M1026.00931,298.237842 C1005.68257,296.591291 983.094729,295.199839 958.816853,294.078947 C958.284376,298.137348 957.697879,302.342625 957.06508,306.671586 C1048.13412,310.876863 1102.60886,318.33659 1112.06226,324.435788 L1112.06226,694.330058 L167.651351,694.330058 L167.651351,324.435788 C177.105523,318.33659 231.579489,310.876863 322.645446,306.671586 C322.012647,302.342625 321.42615,298.137348 320.893673,294.078947 C296.615797,295.199839 274.027958,296.591291 253.703533,298.237842 C224.351689,300.60331 201.258382,303.378484 185.063357,306.470599 C163.147674,310.652684 155,315.043488 155,322.665552 L155,700.661164 C155,704.162984 157.832162,707 161.325675,707 L1118.38254,707 C1121.87836,707 1124.71053,704.162984 1124.71053,700.661164 L1124.71053,322.665552 C1124.71053,315.043488 1116.56131,310.652684 1094.64485,306.470599 C1078.45446,303.378484 1055.35729,300.60331 1026.00931,298.237842 Z"},{name:"id",value:"Border"}],viewBox:"155 294.0789489746094 969.7105712890625 412.9210510253906"}},{id:"ad458c68-9a48-40ca-a473-403bd2cf2352",title:"Nerves",type:"group",width:29.872701555869867,height:29.872701555869867,children:[{id:"1a642329-7abd-4924-b0ad-6b27b86d1b07",title:"Fill-497",type:"svg",x:32.23619362478859,y:70.69252830696016,width:.4487674569896553,height:.792822507348391,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"polyline",properties:[{name:"id",value:"Fill-497"},{name:"points",value:"259.710526 283.33325 263.853234 282.131579 265.315789 286.854603 261.072216 287.736842 259.710526 283.33325"}],viewBox:"259.7105407714844 282.131591796875 5.605255126953125 5.605255126953125"}},{id:"c944d0d9-cf70-4a7b-b403-60c701770e9b",title:"Fill-393",type:"svg",x:37.770998776449616,y:37.65820824723375,width:5.6843959328547395,height:4.228391741762066,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M399.523792,75.0772249 C394.749976,66.7631115 387.111869,63.0350479 377.556474,63.3919093 C368.870457,63.7183996 361.441933,64.6978705 352.833539,62.5111448 C345.257531,60.590167 337.658236,55.0929815 332.690362,49.3376409 C330.765311,47.0977656 327.512906,50.3171118 329.422432,52.5342087 C335.779759,59.9068152 344.900465,65.1762168 354.385999,67.5831336 C368.761785,71.2352693 386.591795,61.789829 395.526206,77.362657 C396.993281,79.9062442 400.990868,77.6284049 399.523792,75.0772249"},{name:"id",value:"Fill-393"}],viewBox:"328.84210205078125 48.578948974609375 71 29.894729614257812"}},{id:"504c5453-354b-4eb1-b1bb-0c3363a69f1c",title:"Fill-392",type:"svg",x:37.02305220036828,y:36.33683542326225,width:5.534805151661034,height:3.17129434588269,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M384.103771,40.8654697 C382.698007,47.1506334 380.624312,57.2936398 372.360599,57.4610413 C367.824877,57.5523512 363.258089,54.0445297 359.724264,51.6248178 C355.95744,49.0453135 352.144016,46.9451862 347.68596,45.6516295 C339.010615,43.1329985 330.133337,52.3172511 323.803519,40.979607 C322.374456,38.4077119 318.374632,40.6980682 319.803695,43.2699633 C323.733619,50.3008245 331.158534,52.362906 338.909648,51.3052332 C345.1152,50.4606167 349.293656,50.2019054 354.753609,53.7325543 C357.052537,55.2163399 359.258265,56.8446996 361.603793,58.2828302 C376.686622,67.4975195 385.354201,56.4338051 388.569593,42.0753256 C389.206458,39.2218917 384.740636,38.0120357 384.103771,40.8654697"},{name:"id",value:"Fill-392"}],viewBox:"319.5 39.23684310913086 69.13156127929688 22.421051025390625"}},{id:"6169c0dd-01cb-490f-8fff-55b0c952c194",title:"Fill-391",type:"svg",x:39.11730359071432,y:35.808286185761425,width:4.338091118590042,height:3.17129434588269,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M395.293162,37.6751027 C393.154365,60.2366421 357.753847,40.9482005 346.253055,53.979697 C344.327376,56.1642995 347.524155,59.3841143 349.465056,57.1842881 C356.254405,49.4887023 373.95847,54.3070068 383.099735,53.5077619 C392.758573,52.6704578 398.908566,47.4411132 399.829543,37.6751027 C400.111164,34.759762 395.567171,34.7902095 395.293162,37.6751027"},{name:"id",value:"Fill-391"}],viewBox:"345.65789794921875 35.5 54.1842041015625 22.421051025390625"}},{id:"1ed63d1e-9d90-41c4-8004-ba187994af7a",title:"Fill-390",type:"svg",x:43.904162166294014,y:37.65820824723375,width:1.9446630524480595,height:10.835256401180713,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M410.020161,122.981083 C408.976408,108.489457 422.719158,102.860224 427.060566,90.76467 C432.302022,76.1655277 429.367411,63.1330478 422.39393,49.7242618 C421.040076,47.1131579 417.144911,49.4324325 418.498764,52.0358566 C427.189144,68.7546007 428.066502,84.4749817 415.692732,99.342914 C409.808385,106.408254 404.816522,113.30464 405.512357,122.981083 C405.724133,125.907055 410.2395,125.930095 410.020161,122.981083"},{name:"id",value:"Fill-390"}],viewBox:"405.4473571777344 48.578948974609375 24.28948974609375 76.60526275634766"}},{id:"c978fc6a-110d-42cf-ae9b-21a208369654",title:"Fill-389",type:"svg",x:43.60498304720234,y:32.63699157009816,width:2.094253833641766,height:6.87113846882735,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M409.246937,58.7880822 C407.752777,52.8809029 404.514166,46.8964045 407.297703,40.911906 C409.322783,36.5511087 413.828017,34.6103993 417.726485,32.4145368 C424.499505,28.5949732 428.511741,23.4455211 427.783623,15.2883559 C427.518163,12.357962 422.99776,12.3270343 423.255635,15.2883559 C424.317475,27.1259103 412.53864,28.2470373 405.886973,34.9042119 C398.499604,42.295918 402.724208,51.4736953 404.88581,60.017456 C405.606344,62.8937265 409.967471,61.6720847 409.246937,58.7880822"},{name:"id",value:"Fill-389"}],viewBox:"401.71051025390625 13.078947067260742 26.157928466796875 48.578948974609375"}},{id:"e51595cc-269c-4896-b0de-1ca9ca2fe96b",title:"Fill-388",type:"svg",x:41.80991077594798,y:38.18675694517344,width:2.094253833641766,height:7.39968824588932,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M405.428611,102.432821 C404.48438,94.4655225 403.563369,88.4320342 397.719976,82.692485 C389.694017,74.8025387 385.305668,65.0561344 383.765489,53.9870039 C383.35529,51.0553474 378.912764,52.3084565 379.315222,55.2169073 C380.569037,64.2439341 383.55652,72.1880271 388.912318,79.5751827 C390.568591,81.8648142 392.49575,83.9301236 394.453867,85.9567569 C399.182759,90.829959 400.041854,95.8656012 400.815813,102.432821 C401.164095,105.349007 405.776892,105.379948 405.428611,102.432821"},{name:"id",value:"Fill-388"}],viewBox:"379.2894592285156 52.31578826904297 26.157928466796875 52.3157958984375"}},{id:"c4b7f1df-a188-442e-83c0-15e2c3e31baa",title:"Fill-387",type:"svg",x:41.959501557141685,y:70.16397852989817,width:.5983582381833616,height:1.0570952376348124,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"polyline",properties:[{name:"id",value:"Fill-387"},{name:"points",value:"383.694213 278.394737 381.157895 285.105657 386.298166 285.868421 388.631579 279.178494 383.694213 278.394737"}],viewBox:"381.15789794921875 278.3947448730469 7.47369384765625 7.473663330078125"}},{id:"890056ec-afbb-4b1f-a5df-edf752620f57",title:"Fill-386",type:"svg",x:38.36935701463298,y:32.90126605395829,width:6.282754171038102,height:37.52698669001944,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M389.390035,278.65117 C398.175332,248.947381 404.579211,219.513276 405.861513,188.468771 C406.456868,173.982877 404.334963,159.974708 401.44215,145.835551 C398.007411,129.045782 399.304979,115.546162 406.395806,100.081699 C409.899239,92.4380777 413.746146,85.0872568 414.669709,76.5883516 C415.75356,66.5715097 409.296252,57.9339098 402.770249,51.2380362 C397.381526,45.697952 391.336386,40.6972363 385.642353,35.4807732 C380.963477,31.196647 376.36856,26.0264155 371.079063,22.5205208 C361.072525,15.8862893 350.096628,18.5060787 339.113098,15.0618261 C336.304245,14.1834261 335.113536,18.6216577 337.907123,19.4923524 C347.280142,22.4357629 357.698849,20.3322261 366.484146,24.9553839 C372.376631,28.0606049 377.528738,34.2479311 382.421332,38.7323942 C388.145896,43.9642678 393.893358,49.1807309 399.55686,54.4819519 C408.769592,63.1118465 412.166166,73.0901622 408.105542,85.064141 C405.067707,93.9868356 400.08352,102.115888 397.106747,111.100225 C393.519353,121.949235 394.389487,132.92153 396.442697,143.978582 C399.205754,158.895972 401.716929,173.220056 401.30476,188.468771 C400.480423,219.012434 393.618579,248.284728 385.008835,277.433738 C384.1616,280.27698 388.558065,281.479002 389.390035,278.65117"},{name:"id",value:"Fill-386"}],viewBox:"336.3157958984375 14.947367668151855 78.47369384765625 265.3157958984375"}},{id:"82616f5e-b82e-4d6e-adc1-1c1350ba7825",title:"Fill-385",type:"svg",x:41.21155498106035,y:30.787069786837044,width:3.5901445425087064,height:41.75537627353694,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M376.094856,294.151857 C384.066364,281.7388 391.878746,260.44492 395.515936,246.153674 C399.478957,230.571655 398.668167,215.252429 398.455998,199.314868 C398.228673,182.055618 406.412351,171.404814 413.391209,156.696192 C418.392346,146.153596 417.460316,135.781042 411.898446,125.733113 C404.336122,112.06793 392.88655,101.123417 387.332258,86.237024 C384.467971,78.5619523 384.755915,71.3119853 389.779784,64.8272066 C392.97748,60.6920975 396.485853,57.1675933 398.789407,52.3909626 C400.873214,48.0780824 400.638312,43.6338062 400.49434,38.9963007 C400.34279,34.2273991 405.601561,28.6933091 407.594438,24.5813875 C412.527377,14.4175212 405.684913,6.44874078 398.054391,0.458629423 C395.750838,-1.34999775 393.500326,2.65371539 395.77357,4.43915503 C402.479639,9.71045302 407.033704,15.375939 402.972175,23.7389074 C401.229355,27.3329742 398.546927,30.4246445 397.122361,34.1887532 C395.318921,38.965384 396.61467,43.842494 395.349231,48.765979 C393.90951,54.3387149 388.870486,58.60522 385.490931,62.9799336 C370.805776,81.9550605 393.750383,106.951216 404.033022,121.814421 C413.186617,135.04677 414.156535,146.238617 406.419928,160.37528 C400.479185,171.227043 395.038555,180.239262 394.09137,192.899652 C392.833508,209.633318 395.364386,225.632712 391.780238,242.265899 C388.59012,257.105916 380.368555,279.095422 372.192454,291.825375 C370.593606,294.314169 374.503586,296.625193 376.094856,294.151857"},{name:"id",value:"Fill-385"}],viewBox:"371.8157958984375 5.960464477539063e-8 44.84210205078125 295.21051025390625"}},{id:"616b948b-7673-4688-b95c-95a4e019be48",title:"Fill-384",type:"svg",x:40.61319674287699,y:33.95836439406966,width:2.8421979664273698,height:2.3784704896314475,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M398.768238,34.6773698 C393.568237,31.305741 388.104467,28.4390421 382.489972,25.9469687 C377.719536,23.8295206 370.967069,20.9628218 365.827358,23.2838706 C363.197212,24.4647551 364.350256,29.1720049 367.025619,27.9585443 C371.419243,25.9795448 377.184463,28.9032519 381.299247,30.6297864 C386.567075,32.8449628 391.661569,35.7279498 396.499832,38.8715457 C398.986789,40.4922078 401.24766,36.2898879 398.768238,34.6773698"},{name:"id",value:"Fill-384"}],viewBox:"364.34210205078125 22.421052932739258 35.5 16.815786361694336"}},{id:"73830b99-d7c9-4ad0-b1c7-46d711dc3164",title:"Fill-383",type:"svg",x:37.47181965735793,y:33.429815156568836,width:3.440556204610732,height:3.435568964633105,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M364.770447,23.2943529 C361.979643,25.2626357 360.652495,27.5496688 359.47702,30.8327964 C357.004732,37.7337394 352.242164,40.4510853 348.291053,34.3151429 C343.065879,26.202949 337.188506,21.1029449 327.928801,18.7601305 C325.092494,18.0429425 323.886685,22.6249774 326.722991,23.3421654 C333.730336,25.1112293 338.925175,28.4740445 343.081046,34.6657682 C344.855634,37.3193641 346.311705,40.0765538 348.874998,41.9810865 C351.233531,43.7421817 355.131556,42.913431 357.361166,41.4073361 C362.616675,37.877177 362.32091,30.7371713 367.053143,27.3902936 C369.457178,25.6929485 367.197234,21.5731015 364.770447,23.2943529"},{name:"id",value:"Fill-383"}],viewBox:"325.1052551269531 18.6842098236084 42.97369384765625 24.289472579956055"}},{id:"7a4a3a96-d888-49ee-9d3d-55d5bc8f5ac6",title:"Fill-382",type:"svg",x:42.40826901413135,y:31.844167848737207,width:1.4958931521626722,height:5.285491295886006,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M389.000469,44.553513 C395.334116,45.1157005 407.368047,45.8298305 405.186457,36.3562115 C403.231627,27.8778163 393.402745,20.045177 398.672965,10.8754431 C400.142997,8.32280804 396.116048,6.03607241 394.646016,8.58870753 C390.806731,15.2741804 393.074334,22.1115959 396.311531,28.5539607 C397.805021,31.532035 399.705115,34.373361 400.690349,37.5641549 C402.043091,41.9249066 391.119504,40.2155527 389.000469,40.0256245 C386.00567,39.759725 386.029128,44.2952106 389.000469,44.553513"},{name:"id",value:"Fill-382"}],viewBox:"386.7631530761719 7.4736833572387695 18.6842041015625 37.36842346191406"}},{id:"5a07c158-4d36-40ff-bdc3-080fda618590",title:"Fill-381",type:"svg",x:37.172642981561985,y:35.01546259929074,width:6.581930846834051,height:10.570981512649729,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M402.718424,102.430556 C402.86393,83.324456 409.534247,40.6261432 383.274185,34.214136 C378.028299,32.930206 372.085514,34.909598 367.184249,36.5603651 C362.566338,38.1194229 353.590895,43.7748285 350.650136,37.7296584 C345.572731,27.3053701 329.605327,28.4135239 322.146213,34.4816214 C319.864061,36.3387343 323.11115,39.5409167 325.370327,37.6990887 C331.833871,32.4487323 343.436085,33.3199705 347.364756,41.3827448 C348.360326,43.4309187 349.945579,44.9364794 352.319629,45.1733951 C360.199945,45.9376391 368.378932,40.465652 375.960577,38.8225273 C404.533424,32.6397933 398.268994,87.1838882 398.154121,102.430556 C398.131146,105.365253 402.695449,105.365253 402.718424,102.430556"},{name:"id",value:"Fill-381"}],viewBox:"321.3684387207031 29.894737243652344 82.21051025390625 74.7368392944336"}},{id:"7fe36c07-401d-4a20-92c0-95079ed0ab10",title:"Fill-380",type:"svg",x:43.45539470930435,y:34.75118798054034,width:2.094251390346034,height:14.799375412656358,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M407.357594,130.44882 C406.534972,118.94435 404.343874,107.570788 404.466883,96.0047148 C404.589892,84.5695491 409.441059,75.5215223 415.637636,66.4041915 C423.610155,54.6918096 432.067023,40.5460861 419.873758,28.6873957 C417.751853,26.6236755 414.507491,29.8655642 416.629396,31.9292844 C430.383337,45.3049631 411.432267,62.5770687 404.928167,74.8515833 C395.817814,92.0543848 401.460851,112.214159 402.77551,130.44882 C402.990775,133.382691 407.57286,133.405792 407.357594,130.44882"},{name:"id",value:"Fill-380"}],viewBox:"399.84210205078125 28.026315689086914 26.15789794921875 104.63158416748047"}},{id:"4e61b4d4-81b3-4f06-8cb2-0651fd4fafe6",title:"Fill-379",type:"svg",x:40.91237586196867,y:32.10844246748762,width:3.2909654234170254,height:38.05553646708141,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M380.821457,276.206015 C383.441232,254.677001 391.892375,233.455983 398.378687,212.83556 C405.906595,188.888766 410.56222,166.258661 408.818334,140.956679 C407.090229,115.901094 402.908057,90.4759127 397.179271,66.0132231 C392.673573,46.7633887 386.621261,24.6106792 372.086242,10.0347045 C369.963592,7.9095228 366.641528,11.1588949 368.756286,13.2763766 C383.969922,28.5299455 389.304163,52.3458406 393.841425,72.4426678 C399.593884,97.9217487 403.752383,124.655919 404.62038,150.743294 C406.080195,194.825415 381.342255,233.263485 376.118486,276.206015 C375.755505,279.13969 380.466367,279.10889 380.821457,276.206015"},{name:"id",value:"Fill-379"}],viewBox:"368.0789489746094 9.3421049118042 41.105255126953125 269.0526428222656"}},{id:"82018474-5368-47d2-b9b3-0c762cc986a7",title:"Fill-378",type:"svg",x:30.441120131886365,y:37.12965847017178,width:5.83398549240058,height:4.756942597946318,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M241.536679,77.3694088 C249.960401,62.5477766 268.069109,70.2227256 282.05004,67.649316 C286.529442,66.8267305 290.664863,64.8721466 294.211693,62.1251639 C299.287329,58.2084494 302.306721,51.7107787 308.62069,49.3335821 C311.334321,48.3147836 310.15714,43.9603631 307.405289,45.0018016 C302.62777,46.7979057 299.401989,50.2165409 295.985108,53.8993089 C288.63155,61.8232976 280.391286,64.2684141 269.552051,64.3438807 C262.657135,64.3891606 256.266726,62.4194834 249.539979,64.5702804 C244.17387,66.2758246 240.275414,70.4038454 237.600004,75.0978653 C236.162926,77.6335417 240.099602,79.8975385 241.536679,77.3694088"},{name:"id",value:"Fill-378"}],viewBox:"237.2894744873047 44.84210205078125 72.86842346191406 33.63158416748047"}},{id:"c119ee87-c4b2-4881-8454-a3a1f2b6f928",title:"Fill-377",type:"svg",x:31.33865138092208,y:36.07256053473127,width:3.1413819721105147,height:3.1712948854438308,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M248.560121,40.2918114 C250.441682,49.1997227 254.852555,61.2621931 265.995407,59.6418612 C274.285071,58.4363969 279.528766,52.0646572 286.576909,48.3465044 C289.214179,46.9610033 286.885362,42.9375706 284.255803,44.3230717 C279.567323,46.7887941 275.68082,50.655673 270.961494,53.1605338 C259.818642,59.0704398 255.076183,48.9100981 252.994128,39.0472086 C252.369511,36.1039972 247.935504,37.3564276 248.560121,40.2918114"},{name:"id",value:"Fill-377"}],viewBox:"248.49993896484375 37.3684196472168 39.236907958984375 22.42105484008789"}},{id:"f1a6df1a-09da-4f6f-8c81-8b7d1784b563",title:"Fill-376",type:"svg",x:33.43290765785957,y:32.90126618884858,width:1.7950722712543532,height:5.285490756324864,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M292.882077,15.5228043 C288.838515,18.7817462 289.883571,23.3231421 291.089404,27.6834857 C292.295238,32.0513731 292.817766,35.1669819 290.39806,39.2783785 C287.801498,43.7066167 282.254663,47.2220494 276.948995,47.7953818 C273.910294,48.1273111 273.878138,52.6234439 276.948995,52.2990585 C285.020041,51.4164284 291.563699,46.6109978 295.438445,40.0101317 C296.973873,37.3999606 297.311506,34.5106672 296.941717,31.6213738 C296.4835,28.0229588 292.632872,21.6333204 296.274489,18.6987639 C298.621846,16.8052583 295.213356,13.6443864 292.882077,15.5228043"},{name:"id",value:"Fill-376"}],viewBox:"274.65789794921875 14.947368621826172 22.421051025390625 37.3684196472168"}},{id:"08582014-c738-4606-b04f-222e3f08dfbc",title:"Fill-375",type:"svg",x:30.590709691432203,y:35.54401129723043,width:4.188502780692068,height:3.435569234413675,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M239.169819,35.8332185 C240.08313,45.7337867 245.753274,50.8959507 255.274548,52.3906668 C264.483774,53.8314499 280.824442,49.2856637 287.674279,57.1752994 C289.607455,59.4019641 292.804046,56.1428666 290.878481,53.9316113 C279.431641,40.7334219 245.821772,58.7008344 243.705933,35.8332185 C243.43194,32.9131288 238.895825,32.8823099 239.169819,35.8332185"},{name:"id",value:"Fill-375"}],viewBox:"239.15789794921875 33.63157653808594 52.3157958984375 24.289474487304688"}},{id:"021ab742-fcb5-4e41-9b4a-232ae0074792",title:"Fill-374",type:"svg",x:28.047689622448654,y:37.65820824723375,width:1.9446618308001937,height:10.835256401180713,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M231.617952,122.981083 C232.321464,113.30464 227.321232,106.408254 221.443501,99.342914 C209.060172,84.4749817 209.937671,68.7546007 218.629452,52.0358566 C219.983524,49.4324325 216.095294,47.1131579 214.733658,49.7242618 C207.766617,63.1330478 204.831533,76.1655277 210.06627,90.76467 C214.415943,102.860224 228.160908,108.489457 227.109422,122.981083 C226.897612,125.930095 231.406142,125.907055 231.617952,122.981083"},{name:"id",value:"Fill-374"}],viewBox:"207.3947296142578 48.578948974609375 24.289474487304688 76.60526275634766"}},{id:"4a2c1df8-25f1-485e-a982-eabef3bfc53f",title:"Fill-373",type:"svg",x:28.945225758075825,y:31.844168051072636,width:1.3463048142646978,height:7.663961515736881,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M232.36341,60.0401589 C234.826812,50.7225262 238.075084,44.1727336 231.741731,35.7243399 C229.985488,33.3911193 227.607567,31.5611423 225.587111,29.4642937 C220.326153,24.0048624 224.755615,16.2655848 227.724132,10.8976524 C229.153993,8.32043484 225.151935,6.02533872 223.729845,8.60255629 C219.821039,15.6555925 215.920005,23.8294896 221.08771,31.2027718 C222.74293,33.5664921 225.167477,35.3964691 227.187934,37.4399433 C233.70002,44.0431102 229.876695,51.3401434 227.895093,58.8277991 C227.141308,61.6718883 231.609624,62.8766232 232.36341,60.0401589"},{name:"id",value:"Fill-373"}],viewBox:"218.60525512695312 7.473684787750244 16.8157958984375 54.184207916259766"}},{id:"315f00bd-88d5-45c6-b4f8-6e1a678f36f1",title:"Fill-372",type:"svg",x:29.992352674896715,y:38.715306182674276,width:2.543017625687823,height:6.87113792926621,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M236.213596,102.477225 C236.978056,96.0350511 237.598706,90.3280429 243.048321,86.1974725 C245.636888,84.2345041 248.2633,82.3473261 250.791316,80.3085675 C257.610903,74.7758769 262.068991,67.5909581 263.416257,58.8902336 C263.855253,56.040519 259.510699,54.8202954 259.064134,57.6927472 C257.270302,69.2810814 249.708961,75.7080973 240.770079,82.2942729 C233.655304,87.5389605 232.709191,94.0038716 231.702526,102.477225 C231.361925,105.364835 235.880564,105.334519 236.213596,102.477225"},{name:"id",value:"Fill-372"}],viewBox:"231.68421936035156 56.05263137817383 31.763137817382812 48.57894515991211"}},{id:"343c1767-be4a-4dd4-b048-7d60c5a0f566",title:"Fill-371",type:"svg",x:30.441120131886365,y:33.95836439406966,width:4.0389132211462275,height:2.114196680222744,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M241.714257,36.3127728 C246.349498,29.3848635 257.358194,26.9801986 265.172333,27.1966958 C268.899317,27.3049444 272.234811,29.8951783 275.914817,30.591062 C278.968438,31.1709651 282.429209,30.4673494 285.49066,30.2663163 C288.473813,30.0652832 288.497303,25.4569864 285.49066,25.6580195 C279.242481,26.0678177 275.202305,25.7276079 269.337786,23.3152109 C266.104079,21.9852998 261.648924,22.3719019 258.329089,22.9827332 C250.679376,24.3976968 242.168385,27.2817482 237.681911,33.9854283 C236.021994,36.4751456 240.06217,38.779294 241.714257,36.3127728"},{name:"id",value:"Fill-371"}],viewBox:"237.2894744873047 22.421052932739258 50.44737243652344 14.947370529174805"}},{id:"fdac3b6d-0f7a-49e4-98ce-a8e58f7ff96d",title:"Fill-370",type:"svg",x:29.244404877167508,y:32.90126618884858,width:6.282754171038102,height:38.31980919736783,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M252.059952,283.034697 C243.935431,255.378754 238.103813,227.113887 236.231275,198.301759 C235.245326,182.99387 235.910269,168.410525 238.73054,153.318458 C241.099873,140.662087 243.897216,128.72255 241.222162,115.850358 C237.072006,95.871483 218.033264,78.5364172 233.456862,58.8427341 C241.871818,48.0979223 254.016563,39.2877932 264.074766,30.1385166 C270.342036,24.434671 275.929077,22.137717 284.191173,21.8448168 C289.411349,21.6598272 294.218804,21.066319 299.224976,19.4939075 C302.022319,18.6229148 300.822366,14.1831648 298.009737,15.0618653 C288.081465,18.1758567 277.717542,16.0484764 268.308995,20.9969479 C262.844241,23.8642865 258.334864,29.1750292 253.825488,33.2987554 C247.290713,39.2569616 240.733009,45.1997521 234.267021,51.2504532 C227.113162,57.9409099 222.00763,66.5814652 222.359209,76.6094423 C222.672572,85.5814373 227.930964,94.2065768 231.561395,102.130297 C238.279602,116.759891 238.745826,130.148512 235.596905,145.880335 C232.524414,161.27301 230.667163,176.079885 231.316819,191.819415 C232.608488,223.229106 238.829899,254.168614 247.66522,284.252545 C248.498309,287.089052 252.89304,285.878912 252.059952,283.034697"},{name:"id",value:"Fill-370"}],viewBox:"222.34210205078125 14.947368621826172 78.47369384765625 270.9210510253906"}},{id:"453d1192-f4da-4089-94c7-b723e9dd8411",title:"Fill-369",type:"svg",x:29.992352674896715,y:33.429815156568836,width:6.581932068481917,height:12.156628685591073,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M237.512168,102.429469 C237.333303,82.4835346 229.486563,44.4243704 256.308571,37.9640869 C267.320448,35.3143016 279.288866,38.8040765 290.487385,37.9411781 C301.149308,37.1240973 308.747192,31.236534 313.607661,22.1264652 C314.991922,19.5301338 310.994673,17.2239805 309.602635,19.8279482 C295.417844,46.4098003 264.808558,22.4777336 244.970071,37.8877242 C226.329203,52.3584538 232.69836,82.3079004 232.869449,102.429469 C232.900556,105.361796 237.535498,105.369432 237.512168,102.429469"},{name:"id",value:"Fill-369"}],viewBox:"231.68421936035156 18.6842098236084 82.21052551269531 85.9473648071289"}},{id:"70f78ff0-fd91-4b0f-8541-82c628b7f08c",title:"Fill-368",type:"svg",x:29.693173555805032,y:32.63699157009816,width:1.7950722712543532,height:4.492667439634762,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M248.152188,40.0809348 C244.871487,40.3832662 237.309589,41.5538313 237.410414,36.5072227 C237.480216,32.9335107 239.597548,29.2125089 240.784184,25.9101199 C241.86224,22.8945581 242.645575,19.6464337 241.23402,16.6231198 C239.419165,12.7470763 233.641099,12.9253743 230.166503,13.2122015 C227.219302,13.4525162 227.196035,18.07276 230.166503,17.8324453 C233.819482,17.537866 238.201505,17.1115012 237.185496,21.8247701 C236.394405,25.5147635 234.564038,28.9334338 233.485983,32.5459063 C230.344887,43.0964966 239.42692,45.4996436 248.152188,44.7011786 C251.091634,44.4376077 251.122657,39.8096118 248.152188,40.0809348"},{name:"id",value:"Fill-368"}],viewBox:"227.94737243652344 13.078947067260742 22.421051025390625 31.763158798217773"}},{id:"ec5aa86d-c94f-4886-924e-dad24e3286d1",title:"Fill-367",type:"svg",x:28.34686874154033,y:34.75118798054034,width:2.094251390346034,height:14.799375412656358,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M234.422875,130.44882 C235.718727,112.529877 240.894422,93.6329767 233.011322,76.4686774 C227.041147,63.4857216 206.199527,45.8208932 220.52332,31.9292844 C222.65222,29.8655642 219.397163,26.6236755 217.275977,28.6873957 C205.744436,39.8607462 212.61708,53.0978168 220.20707,64.4790794 C226.3238,73.6426129 231.268093,81.6587796 232.548518,92.9630377 C233.952358,105.345359 230.712728,118.128103 229.825686,130.44882 C229.617424,133.405792 234.214613,133.382691 234.422875,130.44882"},{name:"id",value:"Fill-367"}],viewBox:"211.13157653808594 28.026315689086914 26.15789794921875 104.63158416748047"}},{id:"9639ddf1-d16e-4e0a-b001-4505a719399d",title:"Fill-366",type:"svg",x:29.693173555805032,y:32.1084426023779,width:3.290966645064892,height:38.84835897442981,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M264.718462,281.197029 C257.948403,261.763387 251.877341,242.090964 245.979065,222.387731 C239.224714,199.788323 232.792372,177.774312 232.643148,154.00411 C232.478217,127.846104 237.496857,100.648248 242.84536,75.0910445 C247.204273,54.2478277 252.717708,29.0603485 268.378378,13.2777354 C270.483223,11.1595223 267.176732,7.90902804 265.071888,10.0349437 C249.929575,25.2937805 244.164815,48.5325037 239.483892,68.6285689 C233.507077,94.3013115 229.46232,121.260387 228.11145,147.55704 C226.839119,172.328579 233.169359,195.38244 240.065081,218.890754 C246.324636,240.188423 252.898348,261.439878 260.202472,282.414038 C261.176355,285.202377 265.700199,284.008475 264.718462,281.197029"},{name:"id",value:"Fill-366"}],viewBox:"227.94737243652344 9.342105865478516 41.10527038574219 274.65789794921875"}},{id:"32149ec8-c574-4858-bac8-676dd60d0e12",title:"Fill-365",type:"svg",x:29.094816539269534,y:31.57989336487708,width:3.2909654234170254,height:39.376908751491776,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M243.565997,206.964789 C244.016703,193.988891 242.993066,182.986071 236.889442,171.503523 C230.610118,159.695996 222.283521,149.343133 226.591962,135.183386 C233.245601,113.293811 262.251186,97.2383609 256.124644,71.2865633 C253.947507,62.0633842 244.184763,57.1113417 241.763174,47.7798367 C238.211002,34.0920818 252.786367,21.7351884 252.205796,7.83078163 C252.083571,4.86729371 247.53068,4.85955615 247.652905,7.83078163 C248.225836,21.5959122 236.431097,32.1809029 236.973471,46.240061 C237.355425,56.1596211 245.918834,62.0014837 250.571033,69.7700003 C258.049693,82.2429573 244.215319,100.147686 237.332508,109.773218 C230.25872,119.661828 222.04671,129.171297 220.610563,141.713892 C219.457062,151.826892 225.835693,161.568488 230.663592,169.801258 C234.5748,176.478778 237.806131,183.094397 238.753377,190.901602 C239.792292,199.405187 238.929076,208.179587 238.692264,216.706385 C238.050582,239.686957 245.391737,263.951966 256.972582,284 L261.578947,282.839365 C248.004303,259.704042 242.62639,233.798669 243.565997,206.964789"},{name:"id",value:"Fill-365"}],viewBox:"220.47369384765625 5.605262756347656 41.105255126953125 278.3947448730469"}},{id:"a7f50866-c733-479b-b597-722d20b0a151",title:"Fill-363",type:"svg",x:67.09051335470262,y:70.16397852989817,width:.44876990028538727,height:1.84992206147233,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M695.949179,282.609288 C695.609031,284.873488 695.302231,287.122743 695.068796,289.349581 C694.768665,292.196644 698.743728,292.166754 699.043859,289.349581 C699.257285,287.309558 699.557416,285.157447 699.917573,282.923137 C700.137668,281.540705 700.384442,280.120909 700.657895,278.671223 C699.310642,278.559134 697.963389,278.46199 696.622806,278.394737 C696.376031,279.80706 696.155936,281.21191 695.949179,282.609288"},{name:"id",value:"Fill-363"}],viewBox:"695.0526123046875 278.3947448730469 5.60528564453125 13.078948974609375"}},{id:"b4d73f35-bbc1-44d0-a0db-ce0b544c71da",title:"Fill-362",type:"svg",x:67.50313713792832,y:69.89970148312264,width:.07229223411938565,height:.26427704677554803,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M700.206427,278.352655 C700.383927,278.369488 700.561427,278.386321 700.738927,278.394737 C700.854688,277.780346 700.978166,277.149123 701.109362,276.526316 C700.808384,277.140706 700.515123,277.746681 700.206427,278.352655"},{name:"id",value:"Fill-362"}],viewBox:"700.2064208984375 276.52630615234375 0.9029541015625 1.868438720703125"}},{id:"44184a25-172c-4767-aa52-1824b6a58df0",title:"Fill-361",type:"svg",x:11.443270502521948,y:69.10687897577424,width:76.58975675564102,height:3.17129434588269,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M956.631579,284.63672 C950.954345,283.269318 945.446812,283.762479 939.584451,285.137353 C930.898901,287.184721 923.077278,288.253237 914.137178,287.027806 C898.972177,284.943078 884.408839,279.204472 868.896724,279.802244 C852.9835,280.414959 838.09619,286.841002 822.236961,287.760075 C807.419074,288.619372 793.195135,284.591887 778.762929,282.036414 C771.542969,280.758678 764.215018,279.854549 756.856213,279.959159 C748.965167,280.071241 741.228394,281.632919 733.445339,282.731324 C715.86597,285.204603 697.715793,288.141155 679.959011,288.851008 C663.636965,289.493613 647.84716,284.913189 631.810518,282.820989 C614.369995,280.549458 596.566931,281.2892 579.033845,281.931804 C561.709027,282.566936 544.654185,282.402549 527.337081,281.804778 C510.166535,281.214479 493.011416,282.895711 475.848584,283.104931 C459.071434,283.314151 442.209433,286.818586 425.432283,285.114937 C409.819891,283.530843 395.009716,278.576812 379.227625,277.866959 C370.140966,277.455991 361.038879,277.530712 351.95222,277.06744 C343.390088,276.634055 334.804815,276.432308 326.250397,277.269187 C317.99681,278.068707 309.874355,279.891909 301.690191,281.177118 C292.672955,282.589353 283.617151,283.740063 274.538205,284.659136 C256.850846,286.437506 238.885796,288.410152 221.082733,287.745131 C204.228446,287.117471 187.559286,283.112403 171.198672,279.376332 C157.314134,276.208143 143.429595,273.174453 129.213371,271.829468 C114.696314,270.462066 100.089009,270.798312 85.5603821,271.784635 C71.2932476,272.756013 57.0500253,274.355052 42.942563,276.649 C28.2704628,279.025141 14.3789822,283.500954 0,286.93814 L0,291.43637 C5.92329833,290.07644 11.8018576,288.327958 17.685045,286.661671 C31.5819252,282.731324 45.8953415,280.414959 60.2426978,278.659006 C89.7920809,275.042489 119.733316,273.585421 149.114542,279.15964 C164.094416,282.006526 178.819741,285.944345 193.815042,288.723982 C210.769606,291.862282 227.245925,292.83366 244.485893,291.690422 C261.540735,290.562129 278.634144,288.96309 295.55014,286.572005 C304.204836,285.346573 312.759254,283.583148 321.398522,282.305411 C330.577745,280.945482 339.942095,280.945482 349.198454,281.378866 C366.669831,282.208274 384.156636,281.565669 401.350322,285.15977 C408.539428,286.669143 415.682251,288.410152 422.994775,289.299337 C431.155798,290.300604 439.455666,290.061495 447.63983,289.456252 C455.847135,288.843536 463.992731,287.692826 472.238604,287.588216 C481.070713,287.476134 489.879682,287.14736 498.704077,286.758808 C507.081082,286.385201 515.473514,286.034011 523.865946,286.168509 C532.327801,286.31048 540.758801,287.065166 549.228369,287.102527 C567.023719,287.184721 584.788215,285.862151 602.583565,285.809846 C611.215119,285.779958 619.931524,285.944345 628.516797,286.878363 C636.716388,287.767548 644.792561,289.516029 652.907303,290.905847 C660.937194,292.27325 669.051935,293.364182 677.212958,293.341766 C685.721095,293.326822 694.314081,291.89217 702.752795,290.958152 C710.952387,290.054023 719.151978,289.090117 727.336142,288.0216 C736.299383,286.841002 745.324333,284.890773 754.36471,284.479805 C769.444861,283.807312 783.884781,287.864685 798.571537,290.442575 C813.196584,293.005519 827.065695,292.51983 841.513329,289.164838 C849.412088,287.326691 857.279993,285.182186 865.394735,284.479805 C873.60204,283.769951 881.593363,284.763746 889.600113,286.474867 C904.448856,289.650528 919.421016,294.268312 934.694008,290.91332 C942.322791,289.23956 949.041365,287.169776 956.631579,289.247032 L956.631579,284.63672"},{name:"id",value:"Fill-361"}],viewBox:"0 270.9210510253906 956.631591796875 22.421051025390625"}},{id:"48fdd254-a308-48e3-9c81-d9ef30f14f94",title:"Fill-360",type:"svg",x:31.338656267513542,y:70.95680103724658,width:.4487686786375213,height:.792822507348391,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"polyline",properties:[{name:"id",value:"Fill-360"},{name:"points",value:"253.014042 284 248.5 285.419281 249.551968 289.605263 254.105263 288.302758 253.037594 284.107794"}],viewBox:"248.5 284 5.6052703857421875 5.605255126953125"}},{id:"913b064f-4651-4c97-bac3-99b60b71ee99",title:"Fill-359",type:"svg",x:11.443270502521948,y:68.57832919871228,width:76.58975675564102,height:4.22839390000663,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M956.631579,285.844372 C949.527323,285.360636 942.839604,283.191625 936.090176,280.726132 C928.415112,277.917341 920.686052,276.590968 912.509602,276.981078 C896.619519,277.753495 881.670499,283.737779 866.158384,286.694811 C857.488262,288.341074 848.486452,288.941843 839.839471,286.780635 C832.00242,284.822284 824.512483,281.521956 816.814278,279.087671 C809.509468,276.770419 801.849831,274.975914 794.143912,275.288002 C786.800534,275.584485 779.865979,278.034374 772.985418,280.453055 C740.727008,291.77404 706.802452,284.759867 673.957805,280.336022 C657.867168,278.174814 641.699395,276.715803 625.523908,278.705363 C609.564402,280.663714 594.006005,284.853493 578.231627,287.872943 C560.868241,291.20448 543.535709,293.209644 525.848349,292.062722 C508.832076,290.962612 492.602594,286.983492 476.157129,282.731296 C462.010328,279.072066 447.732394,277.293166 433.184483,279.243715 C417.479528,281.350307 402.530508,287.006899 386.864121,289.370964 C378.309702,290.666129 369.454452,291.337117 360.822898,290.354041 C356.696104,289.885909 352.492175,289.004261 348.727922,287.18635 C345.318496,285.540086 342.425884,283.012175 339.170731,281.092835 C327.268597,274.03965 313.468908,271.48053 299.800352,271.698992 C285.838677,271.917453 272.031275,274.726244 258.424427,277.683276 C241.323304,281.397121 224.461304,283.620746 206.959072,284.104482 C189.549403,284.596021 172.039458,284.845691 154.629789,284.190306 C136.194208,283.495911 118.44514,280.50767 100.500917,276.3491 C83.7577062,272.463607 66.9088189,269.436355 49.7822409,267.946136 C41.462317,267.220532 33.0259172,266.588554 24.7615314,268.156795 C16.9136818,269.654817 9.59267327,273.07998 1.84124406,274.952507 C1.22955301,275.100749 0.61400514,275.225584 0,275.358221 L0,280.101956 C8.00212227,278.479099 15.474318,275.124155 23.393133,273.204815 C32.0501427,271.106025 41.0033558,271.831629 49.7822409,272.596244 C59.1234497,273.407672 68.4253191,274.640419 77.6593084,276.27888 C94.9918405,279.36855 111.92712,284.439977 129.390784,286.780635 C146.592185,289.082283 163.970998,289.238327 181.295817,289.113492 C198.682344,288.988657 216.169149,289.051074 233.455399,286.983492 C248.489269,285.181185 263.091175,281.030417 278.001626,278.533715 C292.402978,276.115034 307.50627,274.975914 321.768777,278.798989 C329.304996,280.82756 335.830729,284.338548 342.256184,288.707778 C347.863995,292.515249 354.150606,294.294149 360.822898,295.004149 C392.911608,298.437115 422.377684,280.476461 454.288982,283.363274 C470.904146,284.869097 486.724806,290.993821 503.108561,293.911842 C518.967789,296.744039 535.120136,297.836346 551.187632,296.53338 C584.67251,293.826018 616.691798,280.733934 650.577786,282.614263 C683.761832,284.455581 716.521629,294.364369 749.937085,290.38525 C757.195613,289.519206 764.222732,288.341074 771.165001,285.992614 C778.678079,283.4569 786.129448,280.312615 794.143912,279.93811 C811.437876,279.142286 826.302046,289.511404 842.924924,292.148546 C858.190202,294.559424 873.26264,289.979535 887.903114,286.140855 C896.264692,283.940636 904.741974,281.912065 913.41981,281.599978 C922.236492,281.28789 929.857561,283.472505 938.064866,286.374921 C944.135494,288.520525 950.267832,290.127777 956.631579,290.510085 L956.631579,285.844372"},{name:"id",value:"Fill-359"}],viewBox:"0 267.1842041015625 956.631591796875 29.894744873046875"}},{id:"f157b2a8-d914-4f99-8f65-52869e1f0fd0",title:"Fill-357",type:"svg",x:11.592859871185311,y:68.31405646842586,width:76.29037484300358,height:5.021212090865894,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M739.009662,287.497843 C755.793672,289.513696 772.392565,290.050235 789.176576,287.827431 C805.767755,285.635286 822.173817,281.81053 838.911547,280.760447 C869.772221,278.821241 899.07482,294.17392 930.020339,289.176443 C938.150094,287.85809 945.431393,284.853472 953.175486,282.278085 C955.967679,281.350639 954.763158,276.93569 951.949081,277.870801 C944.228127,280.438523 936.892836,283.466136 928.793934,284.769159 C921.188679,285.995534 913.421447,285.964874 905.777626,285.160066 C889.95777,283.496795 874.623849,278.836571 858.873413,276.71341 C826.446952,272.34445 794.444718,285.727264 761.971978,284.792154 C744.570908,284.286274 727.424375,281.174348 710.162144,279.212148 C693.208443,277.288273 676.84866,277.594867 659.995231,280.285226 C642.586448,283.059899 625.031114,287.704794 607.298375,287.444189 C590.62235,287.206579 574.432259,282.630668 557.933638,280.783441 C540.740826,278.859566 523.486308,280.676133 506.440047,283.105888 C497.546682,284.370587 488.799867,285.888226 479.775377,285.67361 C471.691901,285.489654 463.646992,284.562208 455.563516,284.48556 C419.442413,284.109983 383.290457,285.137071 347.169353,285.46666 C333.146683,285.596962 319.87991,284.799818 306.196622,281.641903 C296.971587,279.511077 288.139927,278.146735 278.714348,280.001627 C263.334147,283.021575 249.373182,291.008341 234.147247,294.69513 C216.352802,299.010436 199.13685,293.514744 182.483965,287.428859 C167.327448,281.887178 152.21721,276.782393 135.926847,276.153876 C118.8883,275.4947 102.824706,281.220337 85.9141988,281.933167 C56.6031152,283.159542 29.7271015,272.206483 1.86842105,265.315789 L1.86842105,270.136975 C22.0076909,275.264755 41.76207,282.515695 62.4227549,285.321028 C78.8774099,287.551497 94.9502596,286.43243 111.128781,282.967921 C128.059343,279.350116 145.05161,280.323551 161.650503,285.083418 C178.21083,289.827955 193.776148,297.753402 210.976673,300.221481 C227.359595,302.574588 242.122737,297.561781 257.232974,291.828479 C268.972525,287.375205 280.966614,282.362399 293.786019,283.849378 C303.913503,285.014434 313.647612,288.340976 323.829089,289.421718 C341.083607,291.253616 358.862625,289.927598 376.186562,289.712982 C394.304963,289.490702 412.423364,289.245427 430.541765,289.122789 C439.48141,289.061471 448.444195,288.885179 457.383841,289.0768 C465.42875,289.253092 473.435093,290.203532 481.480003,290.272516 C499.220455,290.433477 516.783502,285.589297 534.523955,284.72317 C552.225841,283.864708 569.025277,287.191249 586.395494,289.942928 C602.778416,292.541309 618.274315,291.997105 634.610958,289.337405 C652.104586,286.478419 669.521082,282.324074 687.34638,282.247426 C704.670317,282.178442 721.863129,285.436 739.009662,287.497843"},{name:"id",value:"Fill-357"}],viewBox:"1.8684210777282715 265.3157958984375 952.8922119140625 35.499969482421875"}},{id:"3f6c80f1-c035-4288-81ca-7d19f82df066",title:"Fill-356",type:"svg",x:63.500368812193926,y:37.65820824723375,width:5.6843959328547395,height:4.228391741762066,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M720.895192,75.0772249 C716.121382,66.7631115 708.475524,63.0350479 698.920143,63.3919093 C690.2419,63.7183996 682.813386,64.6978705 674.205004,62.5111448 C666.629006,60.590167 659.02196,55.0929815 654.061855,49.3376409 C652.136807,47.0977656 648.876644,50.3171118 650.79393,52.5342087 C657.151248,59.9068152 666.264179,65.1762168 675.757462,67.5831336 C690.133228,71.2352693 707.963213,61.789829 716.897612,77.362657 C718.356922,79.9062442 722.354503,77.6284049 720.895192,75.0772249"},{name:"id",value:"Fill-356"}],viewBox:"650.2105102539062 48.578948974609375 71 29.894729614257812"}},{id:"faf7da73-1b39-4dfd-8651-8635bd21b064",title:"Fill-355",type:"svg",x:62.90201546060203,y:36.33683542326225,width:5.5348027083653015,height:3.17129434588269,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M707.347972,40.8654697 C705.942113,47.1506334 703.868276,57.2936398 695.603997,57.4610413 C691.067965,57.5523512 686.500864,54.0445297 682.966797,51.6248178 C679.199715,49.0453135 675.38603,46.9451862 670.92767,45.6516295 C662.251731,43.1329985 653.373845,52.3172511 647.043594,40.979607 C645.606666,38.4077119 641.606569,40.6980682 643.043497,43.2699633 C646.973689,50.3008245 654.399113,52.362906 662.150757,51.3052332 C668.356733,50.4606167 672.535476,50.2019054 677.988035,53.7325543 C680.294887,55.2163399 682.492999,56.8446996 684.838687,58.2828302 C699.922549,67.4975195 708.598488,56.4338051 711.806333,42.0753256 C712.443242,39.2218917 707.984881,38.0120357 707.347972,40.8654697"},{name:"id",value:"Fill-355"}],viewBox:"642.7368774414062 39.23684310913086 69.13153076171875 22.421051025390625"}},{id:"e87a06aa-1f7c-4108-b65e-e3b65dc39db7",title:"Fill-354",type:"svg",x:64.99626196435659,y:35.808286185761425,width:4.338096005181507,height:3.17129434588269,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M718.530004,37.6751027 C716.391207,60.2366421 680.990689,40.9482005 669.489897,53.979697 C667.564218,56.1642995 670.760997,59.3841143 672.701898,57.1842881 C679.491247,49.4887023 697.195312,54.3070068 706.336577,53.5077619 C715.987804,52.6704578 722.137797,47.4411132 723.066385,37.6751027 C723.348006,34.759762 718.804013,34.7902095 718.530004,37.6751027"},{name:"id",value:"Fill-354"}],viewBox:"668.8947143554688 35.5 54.18426513671875 22.421051025390625"}},{id:"186a5065-5401-4aed-a304-db1d0ab40497",title:"Fill-353",type:"svg",x:69.63353464533407,y:37.65820824723375,width:1.9446630524480595,height:10.835256401180713,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M731.390234,122.981083 C730.338826,108.489457 744.082763,102.860224 748.43211,90.76467 C753.666454,76.1655277 750.739155,63.1330478 743.765071,49.7242618 C742.403537,47.1131579 738.515599,49.4324325 739.869569,52.0358566 C748.560699,68.7546007 749.438133,84.4749817 737.063295,99.342914 C731.178439,106.408254 726.178581,113.30464 726.882041,122.981083 C727.093835,125.907055 731.602028,125.930095 731.390234,122.981083"},{name:"id",value:"Fill-353"}],viewBox:"726.8157958984375 48.578948974609375 24.28948974609375 76.60526275634766"}},{id:"6f941106-98a9-4740-9d46-8efc9374d49a",title:"Fill-352",type:"svg",x:69.33435308294665,y:32.63699157009816,width:2.094256276937498,height:6.87113846882735,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M730.610331,58.7880822 C729.123365,52.8809029 725.883903,46.8964045 728.668171,40.911906 C730.693783,36.5511087 735.200201,34.6103993 739.099695,32.4145368 C745.874495,28.5949732 749.8802,23.4455211 749.15189,15.2883559 C748.893947,12.357962 744.364769,12.3270343 744.630299,15.2883559 C745.692417,27.1259103 733.910486,28.2470373 727.25707,34.9042119 C719.867759,42.295918 724.093474,51.4736953 726.248058,60.017456 C726.976368,62.8937265 731.338641,61.6720847 730.610331,58.7880822"},{name:"id",value:"Fill-352"}],viewBox:"723.0789184570312 13.078947067260742 26.157958984375 48.578948974609375"}},{id:"2c2d7cdd-e117-40ee-ba8f-f7b8b3646235",title:"Fill-351",type:"svg",x:67.539283254988,y:38.18675694517344,width:2.094251390346034,height:7.39968824588932,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M726.797061,102.432821 C725.85283,94.4655225 724.924078,88.4320342 719.088417,82.692485 C711.05471,74.8025387 706.666356,65.0561344 705.133915,53.9870039 C704.723716,51.0553474 700.281184,52.3084565 700.683643,55.2169073 C701.937459,64.2439341 704.924945,72.1880271 710.28075,79.5751827 C711.937025,81.8648142 713.864186,83.9301236 715.822305,85.9567569 C720.551202,90.829959 721.402559,95.8656012 722.184258,102.432821 C722.524801,105.349007 727.145343,105.379948 726.797061,102.432821"},{name:"id",value:"Fill-351"}],viewBox:"700.6578979492188 52.31578826904297 26.15789794921875 52.3157958984375"}},{id:"ab3709cf-4d0c-4dc6-8ddb-5369b6bda6ff",title:"Fill-350",type:"svg",x:64.09872705037729,y:32.90126605395829,width:6.282754171038102,height:37.52698669001944,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M710.764154,278.65117 C719.549571,248.947381 725.953537,219.513276 727.228224,188.468771 C727.823587,173.982877 725.709286,159.974708 722.816433,145.835551 C719.381648,129.045782 720.679234,115.546162 727.770157,100.081699 C731.273637,92.4380777 735.120597,85.0872568 736.036539,76.5883516 C737.128038,66.5715097 730.670642,57.9339098 724.14455,51.2380362 C718.755754,45.697952 712.710532,40.6972363 707.016422,35.4807732 C702.337482,31.196647 697.742502,26.0264155 692.452933,22.5205208 C682.44626,15.8862893 671.470213,18.5060787 660.486534,15.0618261 C657.677643,14.1834261 656.479285,18.6216577 659.27291,19.4923524 C668.653689,22.4357629 679.072537,20.3322261 687.850321,24.9553839 C693.750519,28.0606049 698.895064,34.2479311 703.795357,38.7323942 C709.519999,43.9642678 715.259906,49.1807309 720.923485,54.4819519 C730.143975,63.1118465 733.540596,73.0901622 729.472283,85.064141 C726.44204,93.9868356 721.457785,102.115888 718.480971,111.100225 C714.885896,121.949235 715.763675,132.92153 717.80928,143.978582 C720.580007,158.895972 723.091216,173.220056 722.679042,188.468771 C721.854693,219.012434 714.992756,248.284728 706.375262,277.433738 C705.535648,280.27698 709.932173,281.479002 710.764154,278.65117"},{name:"id",value:"Fill-350"}],viewBox:"657.6842041015625 14.947367668151855 78.47369384765625 265.3157958984375"}},{id:"21be25df-6c7c-4118-b988-409aa7ee6ddf",title:"Fill-349",type:"svg",x:67.24010657919207,y:30.787069786837044,width:3.440551318019268,height:40.69828103590213,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M701.291637,286.67806 C709.433634,274.288752 714.588168,260.108591 718.295408,245.8358 C722.343187,230.273904 721.522796,214.97446 721.306089,199.05748 C721.073903,181.820518 729.432607,171.183468 736.560724,156.49384 C741.66882,145.964858 740.709117,135.605699 735.036034,125.570746 C727.311972,111.92321 715.609787,100.99283 709.944443,86.1256607 C707.018897,78.4605003 707.312999,71.2198956 712.436575,64.7434912 C715.702661,60.613722 719.293808,57.0937692 721.646629,52.3233068 C723.767263,48.0159961 723.535077,43.5774591 723.388025,38.9459423 C723.233235,34.1831991 728.596736,28.6562556 730.639975,24.549644 C735.670676,14.3989029 728.689611,6.44041311 720.895893,0.458037166 C718.535333,-1.34825441 716.244429,2.65028848 718.566292,4.43342247 C725.415785,9.6979133 730.067249,15.3560831 725.918855,23.7082518 C724.138761,27.2976774 721.398963,30.3853553 719.94393,34.1446031 C718.101919,38.9150655 719.425381,43.7858774 718.132877,48.7030044 C716.662365,54.2685439 711.51557,58.5295394 708.055995,62.8986036 C693.064505,81.8492268 716.499834,106.813103 727.002391,121.657114 C736.351756,134.872376 737.342417,146.04977 729.440346,160.168177 C723.372546,171.005926 717.815556,180.006507 716.848114,192.650548 C715.56335,209.362605 718.140617,225.341338 714.487554,241.953045 C711.229207,256.773899 705.656738,271.641068 697.305773,284.354582 C695.67273,286.847882 699.666333,289.148202 701.291637,286.67806"},{name:"id",value:"Fill-349"}],viewBox:"696.9210815429688 5.960464477539063e-8 42.9736328125 287.7368469238281"}},{id:"f652c39e-805b-42cf-84e9-1ca43bf710b2",title:"Fill-348",type:"svg",x:66.49216000311073,y:33.95836439406966,width:2.842193079835906,height:2.3784704896314475,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M722.005081,34.6773698 C716.797543,31.305741 711.341309,28.4390421 705.726814,25.9469687 C700.956378,23.8295206 694.203912,20.9628218 689.0642,23.2838706 C686.434054,24.4647551 687.587098,29.1720049 690.262461,27.9585443 C694.648549,25.9795448 700.421305,28.9032519 704.536089,30.6297864 C709.796381,32.8449628 714.898411,35.7279498 719.736674,38.8715457 C722.223631,40.4922078 724.484502,36.2898879 722.005081,34.6773698"},{name:"id",value:"Fill-348"}],viewBox:"687.5789794921875 22.421052932739258 35.49993896484375 16.815786361694336"}},{id:"8f5dfaa8-6741-4db3-96f6-fb098f314793",title:"Fill-347",type:"svg",x:63.20119213639798,y:33.429815156568836,width:3.440556204610732,height:3.435568964633105,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M686.138905,23.2943529 C683.348132,25.2626357 682.020999,27.5496688 680.845537,30.8327964 C678.365693,37.7337394 673.610762,40.4510853 669.659694,34.3151429 C664.434579,26.202949 658.549688,21.1029449 649.290085,18.7601305 C646.461394,18.0429425 645.255598,22.6249774 648.091873,23.3421654 C655.09914,25.1112293 660.293921,28.4740445 664.442162,34.6657682 C666.224314,37.3193641 667.680369,40.0765538 670.243633,41.9810865 C672.60214,43.7421817 676.500122,42.913431 678.729707,41.4073361 C683.985157,37.877177 683.681812,30.7371713 688.421576,27.3902936 C690.825584,25.6929485 688.565664,21.5731015 686.138905,23.2943529"},{name:"id",value:"Fill-347"}],viewBox:"646.4736938476562 18.6842098236084 42.97369384765625 24.289472579956055"}},{id:"762996b7-d1d0-4a7d-8433-ae2bd57c46e3",title:"Fill-346",type:"svg",x:68.13764149317139,y:31.844167848737207,width:1.4958931521626722,height:5.285491295886006,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M710.36281,44.553513 C716.695844,45.1157005 728.736429,45.8298305 726.55505,36.3562115 C724.60041,27.8778163 714.772478,20.045177 720.042188,10.8754431 C721.504259,8.32280804 717.4777,6.03607241 716.015629,8.58870753 C712.176716,15.2741804 714.43628,22.1115959 717.680983,28.5539607 C719.174328,31.532035 721.074239,34.373361 722.059377,37.5641549 C723.411988,41.9249066 712.48164,40.2155527 710.36281,40.0256245 C707.376119,39.759725 707.399575,44.2952106 710.36281,44.553513"},{name:"id",value:"Fill-346"}],viewBox:"708.131591796875 7.4736833572387695 18.6842041015625 37.36842346191406"}},{id:"f39d2d2f-9f7a-4f4f-8d96-6a138efcdbc4",title:"Fill-345",type:"svg",x:63.0516037985,y:35.01546259929074,width:6.581930846834051,height:10.570981512649729,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M725.9553,102.430556 C726.1008,83.324456 732.770858,40.6261432 706.511814,34.214136 C701.266131,32.930206 695.323577,34.909598 690.414844,36.5603651 C685.80477,38.1194229 676.822017,43.7748285 673.881372,37.7296584 C668.811822,27.3053701 652.845037,28.4135239 645.386212,34.4816214 C643.096491,36.3387343 646.351112,39.5409167 648.610201,37.6990887 C655.073495,32.4487323 666.675259,33.3199705 670.603778,41.3827448 C671.599309,43.4309187 673.176842,44.9364794 675.550801,45.1733951 C683.438469,45.9376391 691.617139,40.465652 699.19849,38.8225273 C727.770229,32.6397933 721.506042,87.1838882 721.391173,102.430556 C721.368199,105.365253 725.932326,105.365253 725.9553,102.430556"},{name:"id",value:"Fill-345"}],viewBox:"644.6052856445312 29.894737243652344 82.21051025390625 74.7368392944336"}},{id:"2e141103-7d78-4611-9c12-8365d89b43a1",title:"Fill-344",type:"svg",x:69.18476474504867,y:34.75118798054034,width:2.094251390346034,height:14.799375412656358,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M728.726015,130.44882 C727.895705,118.94435 725.712295,107.570788 725.835304,96.0047148 C725.958313,84.5695491 730.801792,75.5215223 737.006057,66.4041915 C744.978576,54.6918096 753.435444,40.5460861 741.242179,28.6873957 C739.120274,26.6236755 735.875912,29.8655642 737.997817,31.9292844 C751.751758,45.3049631 732.800688,62.5770687 726.296588,74.8515833 C717.186235,92.0543848 722.829272,112.214159 724.143931,130.44882 C724.351508,133.382691 728.941281,133.405792 728.726015,130.44882"},{name:"id",value:"Fill-344"}],viewBox:"721.2105102539062 28.026315689086914 26.15789794921875 104.63158416748047"}},{id:"5533360f-7207-456f-b0cb-8e43785cffbe",title:"Fill-343",type:"svg",x:66.64174834100871,y:32.10844246748762,width:3.2909678667127573,height:39.905458528553744,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M698.441705,289.274304 C701.06148,267.64044 713.260796,234.547439 719.747108,213.826593 C727.275017,189.763175 731.930642,167.022859 730.186755,141.597654 C728.450759,116.420046 724.276478,90.871042 718.547692,66.2892168 C714.041994,46.9456338 707.989682,24.6850386 693.454663,10.0380775 C691.332013,7.90254599 688.009949,11.1677428 690.124707,13.2955369 C705.338343,28.623392 710.672584,52.5552729 715.209846,72.7499735 C720.962305,98.3531398 725.120804,125.217508 725.980911,151.431931 C727.448616,195.728736 698.962504,246.122639 693.738735,289.274304 C693.383645,292.222266 698.086615,292.191316 698.441705,289.274304"},{name:"id",value:"Fill-343"}],viewBox:"689.4473876953125 9.3421049118042 41.10528564453125 282.131591796875"}},{id:"22b3789a-d099-41c4-89a5-52b9dfee0402",title:"Fill-342",type:"svg",x:56.32007972717651,y:37.12965847017178,width:5.8339842707527145,height:4.756942597946318,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M564.773521,77.3694088 C573.197243,62.5477766 591.305951,70.2227256 605.286882,67.649316 C609.75864,66.8267305 613.894061,64.8721466 617.448535,62.1251639 C622.524171,58.2084494 625.543563,51.7107787 631.857532,49.3335821 C634.571163,48.3147836 633.393982,43.9603631 630.642131,45.0018016 C625.856968,46.7979057 622.638831,50.2165409 619.22195,53.8993089 C611.860749,61.8232976 603.628128,64.2684141 592.788893,64.3438807 C585.893977,64.3891606 579.503568,62.4194834 572.769177,64.5702804 C567.410712,66.2758246 563.504612,70.4038454 560.836846,75.0978653 C559.399768,77.6335417 563.336444,79.8975385 564.773521,77.3694088"},{name:"id",value:"Fill-342"}],viewBox:"560.5263061523438 44.84210205078125 72.868408203125 33.63158416748047"}},{id:"1e6e32b8-660e-4de6-9d34-9ababa85425d",title:"Fill-341",type:"svg",x:57.06802630325785,y:36.07256053473127,width:3.141379528814783,height:3.1712948854438308,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M569.928549,40.2918114 C571.810274,49.1997227 576.213819,61.2621931 587.365352,59.6418612 C595.648026,58.4363969 600.899889,52.0646572 607.948645,48.3465044 C610.578433,46.9610033 608.257125,42.9375706 605.627337,44.3230717 C600.930737,46.7887941 597.051607,50.655673 592.331871,53.1605338 C581.18805,59.0704398 576.445178,48.9100981 574.35523,39.0472086 C573.738271,36.1039972 569.303878,37.3564276 569.928549,40.2918114"},{name:"id",value:"Fill-341"}],viewBox:"569.868408203125 37.3684196472168 39.23687744140625 22.42105484008789"}},{id:"66fb9266-4d11-40f5-bed5-3bbbd1713426",title:"Fill-340",type:"svg",x:59.31187091809332,y:32.90126618884858,width:1.7950698279586212,height:5.285490756324864,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M616.119295,15.5228043 C612.068057,18.7817462 613.121058,23.3231421 614.326783,27.6834857 C615.532509,32.0513731 616.046952,35.1669819 613.635501,39.2783785 C611.039171,43.7066167 605.492834,47.2220494 600.179603,47.7953818 C597.149212,48.1273111 597.11706,52.6234439 600.179603,52.2990585 C608.257964,51.4164284 614.801035,46.6109978 618.675434,40.0101317 C620.210724,37.3999606 620.548327,34.5106672 620.178572,31.6213738 C619.720396,28.0229588 615.870112,21.6333204 619.503365,18.6987639 C621.858549,16.8052583 618.450365,13.6443864 616.119295,15.5228043"},{name:"id",value:"Fill-340"}],viewBox:"597.894775390625 14.947368621826172 22.4210205078125 37.3684196472168"}},{id:"12168fab-b117-4a64-a9d1-e1ae14b160ec",title:"Fill-339",type:"svg",x:56.32007972717651,y:35.54401129723043,width:4.188502780692068,height:3.435569234413675,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M560.537597,35.8332185 C561.458399,45.7337867 567.127795,50.8959507 576.647815,52.3906668 C585.855828,53.8314499 602.194344,49.2856637 609.035669,57.1752994 C610.976201,59.4019641 614.17237,56.1428666 612.247059,53.9316113 C600.801727,40.7334219 567.196284,58.7008344 565.080724,35.8332185 C564.806767,32.9131288 560.27125,32.8823099 560.537597,35.8332185"},{name:"id",value:"Fill-339"}],viewBox:"560.5263061523438 33.63157653808594 52.3157958984375 24.289474487304688"}},{id:"4598ee79-9d1c-4c11-ac5d-21cd625f516c",title:"Fill-338",type:"svg",x:53.77706332313655,y:37.65820824723375,width:1.9446581658565956,height:10.835256401180713,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M552.98638,122.981083 C553.68984,113.30464 548.689982,106.408254 542.805126,99.342914 C530.430288,84.4749817 531.307722,68.7546007 539.998852,52.0358566 C541.352822,49.4324325 537.464884,47.1131579 536.10335,49.7242618 C529.129266,63.1330478 526.201967,76.1655277 531.436311,90.76467 C535.785658,102.860224 549.529595,108.489457 548.478187,122.981083 C548.266393,125.930095 552.774586,125.907055 552.98638,122.981083"},{name:"id",value:"Fill-338"}],viewBox:"528.76318359375 48.578948974609375 24.2894287109375 76.60526275634766"}},{id:"83dc2e70-3f76-4c21-be38-ee0597fd6f7f",title:"Fill-337",type:"svg",x:54.82418657501384,y:31.844168051072636,width:1.3463048142646978,height:7.663961515736881,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M555.60181,60.0401589 C558.06511,50.7225262 561.313247,44.1727336 554.972386,35.7243399 C553.223987,33.3911193 550.838393,31.5611423 548.818021,29.4642937 C543.565052,24.0048624 547.98656,16.2655848 550.962724,10.8976524 C552.392526,8.32043484 548.390634,6.02533872 546.960832,8.60255629 C543.052189,15.6555925 539.159086,23.8294896 544.326577,31.2027718 C545.981729,33.5664921 548.398405,35.3964691 550.418777,37.4399433 C556.938364,44.0431102 553.115197,51.3401434 551.133678,58.8277991 C550.379924,61.6718883 554.848055,62.8766232 555.60181,60.0401589"},{name:"id",value:"Fill-337"}],viewBox:"541.8421020507812 7.473684787750244 16.8157958984375 54.184207916259766"}},{id:"8f5c6923-05cd-48b5-b942-d7fe42291bec",title:"Fill-336",type:"svg",x:55.87131471348259,y:38.715306182674276,width:2.543016404039957,height:6.87113792926621,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M559.450445,102.477225 C560.214906,96.0350511 560.835558,90.3280429 566.285181,86.1974725 C568.866183,84.2345041 571.500168,82.3473261 574.020619,80.3085675 C580.847786,74.7758769 585.30588,67.5909581 586.653148,58.8902336 C587.092146,56.040519 582.740016,54.8202954 582.301019,57.6927472 C580.507184,69.2810814 572.945832,75.7080973 564.006936,82.2942729 C556.89215,87.5389605 555.938465,94.0038716 554.939368,102.477225 C554.598766,105.364835 559.117412,105.334519 559.450445,102.477225"},{name:"id",value:"Fill-336"}],viewBox:"554.9210815429688 56.05263137817383 31.76312255859375 48.57894515991211"}},{id:"cd7fe170-c91e-401a-90c2-637bc2e86696",title:"Fill-335",type:"svg",x:56.32007972717651,y:33.95836439406966,width:4.038914442794094,height:2.114196680222744,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M564.951529,36.3127728 C569.58722,29.3848635 580.589155,26.9801986 588.411883,27.1966958 C592.139229,27.3049444 595.475047,29.8951783 599.15541,30.591062 C602.209327,31.1709651 605.670434,30.4673494 608.724352,30.2663163 C611.715626,30.0652832 611.731287,25.4569864 608.724352,25.6580195 C602.475566,26.0678177 598.442829,25.7276079 592.56991,23.3152109 C589.335889,21.9852998 584.880301,22.3719019 581.567975,22.9827332 C573.917519,24.3976968 565.405701,27.2817482 560.918791,33.9854283 C559.258713,36.4751456 563.299281,38.779294 564.951529,36.3127728"},{name:"id",value:"Fill-335"}],viewBox:"560.5263061523438 22.421052932739258 50.4473876953125 14.947370529174805"}},{id:"8b9ab68d-fc41-4cec-a467-20d0f39bb74c",title:"Fill-334",type:"svg",x:55.12336813740125,y:32.90126618884858,width:6.282749284446637,height:38.31980919736783,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#FEDE4F",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M575.301542,283.034697 C567.177812,255.378754 561.346762,227.113887 559.474407,198.301759 C558.480912,182.99387 559.153431,168.410525 561.973428,153.318458 C564.342531,140.662087 567.139601,128.72255 564.464807,115.850358 C560.315056,95.871483 541.278168,78.5364172 556.700264,58.8427341 C565.1144,48.0979223 577.257962,39.2877932 587.315186,30.1385166 C593.581845,24.434671 599.168343,22.137717 607.429634,21.8448168 C612.649302,21.6598272 617.448646,21.066319 622.461973,19.4939075 C625.259043,18.6229148 624.059207,14.1831648 621.246853,15.0618653 C611.319548,18.1758567 600.956633,16.0484764 591.549002,20.9969479 C586.084781,23.8642865 581.575843,29.1750292 577.059264,33.2987554 C570.525125,39.2569616 563.975702,45.1997521 557.510344,51.2504532 C550.349539,57.9409099 545.244505,66.5814652 545.596049,76.6094423 C545.917024,85.5814373 551.167262,94.2065768 554.804981,102.130297 C561.522534,116.759891 561.988712,130.148512 558.840098,145.880335 C555.760265,161.27301 553.910836,176.079885 554.552786,191.819415 C555.851972,223.229106 562.072777,254.168614 570.907238,284.252545 C571.740245,287.089052 576.134549,285.878912 575.301542,283.034697"},{name:"id",value:"Fill-334"}],viewBox:"545.5789794921875 14.947368621826172 78.4736328125 270.9210510253906"}},{id:"29f979a2-d22f-49d3-87d0-cd388035167e",title:"Fill-333",type:"svg",x:55.721726375584616,y:33.429815156568836,width:6.581925960242587,height:12.156628685591073,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M558.875905,102.429469 C558.704823,82.4835346 550.858401,44.4243704 577.679324,37.9640869 C588.690755,35.3143016 600.650911,38.8040765 611.856753,37.9411781 C622.518245,37.1240973 630.115822,31.236534 634.976093,22.1264652 C636.360299,19.5301338 632.363211,17.2239805 630.97123,19.8279482 C616.787013,46.4098003 586.178967,22.4777336 566.341282,37.8877242 C547.701168,52.3584538 554.062292,82.3079004 554.24115,102.429469 C554.272256,105.361796 558.907011,105.369432 558.875905,102.429469"},{name:"id",value:"Fill-333"}],viewBox:"553.0526733398438 18.6842098236084 82.21044921875 85.9473648071289"}},{id:"4e1862d1-89a2-454e-8cc8-da3d0fb2e3b0",title:"Fill-332",type:"svg",x:54.82418657501384,y:31.579893432322223,width:3.5901445425087064,height:40.169731258840166,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#AE3F50",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M586.296235,286.23894 C570.353098,262.010714 564.065014,234.451011 565.07203,205.829544 C565.533258,192.926802 564.503181,181.986016 558.361153,170.568205 C552.042321,158.827248 543.663333,148.532753 547.998883,134.452838 C554.694385,112.686674 583.882471,96.7217425 577.717382,70.9162586 C575.526546,61.7450789 565.702376,56.8209556 563.265551,47.5420607 C559.691029,33.931476 574.3581,21.6442494 573.773877,7.81823437 C573.650883,4.87145431 569.069345,4.86376037 569.192339,7.81823437 C569.768875,21.5057585 557.899924,32.0387661 558.445712,46.0109661 C558.830069,55.8746006 567.43967,61.6835274 572.128828,69.4082459 C579.654542,81.8108815 565.733124,99.614665 558.807007,109.18593 C551.688712,119.018789 543.425032,128.474644 541.979849,140.946525 C540.81909,151.002508 547.237855,160.689182 552.088443,168.875537 C556.031948,175.51541 559.275923,182.093731 560.236816,189.856919 C561.282268,198.312562 560.41362,207.037493 560.175319,215.516218 C559.460415,240.760044 568.531245,267.573435 582.345043,288.554816 C583.959343,291.009184 587.933596,288.716389 586.296235,286.23894"},{name:"id",value:"Fill-332"}],viewBox:"541.8421020507812 5.6052632331848145 44.84210205078125 284"}},{id:"27af2d00-bee5-42bb-9eac-1e7de67a22fc",title:"Fill-331",type:"svg",x:55.4225448131972,y:32.63699157009816,width:1.7950698279586212,height:4.492667439634762,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M569.515176,40.0809348 C566.242798,40.3832662 558.682207,41.5538313 558.77526,36.5072227 C558.852805,32.9335107 560.96977,29.2125089 562.156201,25.9101199 C563.23407,22.8945581 564.01727,19.6464337 562.60596,16.6231198 C560.791418,12.7470763 555.006597,12.9253743 551.540356,13.2122015 C548.58591,13.4525162 548.562647,18.07276 551.540356,17.8324453 C555.184949,17.537866 559.566214,17.1115012 558.558136,21.8247701 C557.767181,25.5147635 555.929376,28.9334338 554.859262,32.5459063 C551.710954,43.0964966 560.791418,45.4996436 569.515176,44.7011786 C572.461868,44.4376077 572.492886,39.8096118 569.515176,40.0809348"},{name:"id",value:"Fill-331"}],viewBox:"549.3157958984375 13.078947067260742 22.4210205078125 31.763158798217773"}},{id:"0a74ac4f-4920-4816-8f5d-619010a15872",title:"Fill-330",type:"svg",x:54.0762399989325,y:34.75118798054034,width:2.094251390346034,height:14.799375412656358,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M555.791494,130.44882 C557.087257,112.529877 562.262595,93.6329767 554.380038,76.4686774 C548.410274,63.4857216 527.562377,45.8208932 541.892896,31.9292844 C544.021649,29.8655642 540.766816,26.6236755 538.638063,28.6873957 C527.11503,39.8607462 533.9872,53.0978168 541.576668,64.4790794 C547.692977,73.6426129 552.636929,81.6587796 553.917266,92.9630377 C555.321009,105.345359 552.081602,118.128103 551.194621,130.44882 C550.978661,133.405792 555.583246,133.382691 555.791494,130.44882"},{name:"id",value:"Fill-330"}],viewBox:"532.5 28.026315689086914 26.15789794921875 104.63158416748047"}},{id:"b44a1745-b1d9-4fe6-9f9e-da781920575b",title:"Fill-329",type:"svg",x:55.4225448131972,y:32.1084426023779,width:3.2909678667127573,height:38.84835897442981,parent_id:"ad458c68-9a48-40ca-a473-403bd2cf2352",default_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#57BAD3",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M586.086981,281.197029 C579.316935,261.763387 573.245883,242.090964 567.347617,222.387731 C560.585424,199.788323 554.160949,177.774312 554.011725,154.00411 C553.846793,127.846104 558.865424,100.648248 564.213918,75.0910445 C568.572823,54.2478277 574.086249,29.0603485 589.746891,13.2777354 C591.851731,11.1595223 588.545247,7.90902804 586.432552,10.0349437 C571.290266,25.2937805 565.533371,48.5325037 560.852456,68.6285689 C554.875652,94.3013115 550.830902,121.260387 549.480034,147.55704 C548.207705,172.328579 554.530081,195.38244 561.433644,218.890754 C567.685334,240.188423 574.266888,261.439878 581.570999,282.414038 C582.54488,285.202377 587.068717,284.008475 586.086981,281.197029"},{name:"id",value:"Fill-329"}],viewBox:"549.3157958984375 9.342105865478516 41.10528564453125 274.65789794921875"}}],single_object:!0,mouseover_style:{filters:[{id:"a5102996-0e60-4c62-b388-b0904c190d09",name:"drop-shadow",value:"0 0 5px red"},{id:"57a4911e-d22a-4f13-956c-f87ce929a6a1",name:"brightness",value:"1.2"}]},tooltip_content:[{type:"Heading",text:"Nerves",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"4904375c-2015-4a19-9cbb-0f9e52b7fe56"}],svg:{html:'<g id="Nerves" transform="translate(160.605263, 281.000000)" ></g>'}},{id:"8d2795d5-e864-4f27-87d5-1e812085db59",title:"Pulp",type:"svg",x:53.627471911611636,y:28.937143400444945,width:18.249904274930945,height:41.755384906515204,default_style:{background_color:"#E57371",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#fede4f",background_opacity:1,stroke_opacity:1},tooltip_content:[{type:"Heading",text:"Pulp",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"81747a2c-1952-4983-9cac-73312464ee26"}],svg:{tagName:"path",properties:[{name:"d",value:"M906.309426,277.55881 C890.167225,249.883073 849.842527,290.611797 801.477535,290.611797 C753.104841,290.611797 712.780144,249.883073 696.637943,277.55881 C663.283041,334.750692 731.972112,563.131579 731.972112,563.131579 L745.465021,563.131579 C745.465021,563.131579 714.951948,490.597797 734.590599,406.542124 C744.417626,364.514287 772.94373,343.496503 801.477535,343.496503 C830.003639,343.496503 858.537444,364.514287 868.356769,406.542124 C888.003122,490.597797 857.490049,563.131579 857.490049,563.131579 L870.975256,563.131579 C870.975256,563.131579 939.664327,334.750692 906.309426,277.55881"},{name:"id",value:"Pulp"}],viewBox:"687.5 267.9210205078125 227.9473876953125 295.2105712890625"}},{id:"63efa11e-9569-4938-9764-d84ec7d9fada",title:"Border",type:"svg",x:49.292542417698854,y:10.702204148986324,width:26.900803287875952,height:57.284299858557276,static:!0,default_style:{background_color:"#4D4E4C",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#4D4E4C",background_opacity:1,stroke_opacity:1},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M929.788897,413.701671 C910.263365,487.77762 887.495188,532 868.890599,532 C868.867382,532 866.181944,531.699848 862.714866,520.825114 C859.797258,511.666633 857.483293,498.636962 855.030026,484.845367 C847.577355,442.877975 838.298278,390.636152 801.855263,390.636152 C765.404509,390.636152 756.133171,442.877975 748.672762,484.845367 C746.227233,498.644658 743.913268,511.666633 740.987921,520.825114 C737.520843,531.699848 734.843145,532 734.819927,532 C716.2076,532 693.439422,487.77762 673.913891,413.701671 C657.429792,351.154633 646.355263,278.225418 646.355263,249.349266 C646.355263,192.936101 680.523008,152 727.607167,152 C740.306888,152 768.012557,160.581266 792.460101,168.154329 C817.890499,176.035241 839.85382,182.84638 851.299821,182.84638 C854.805594,182.84638 857.645812,180.021873 857.645812,176.535494 C857.645812,173.049114 854.805594,170.224608 851.299821,170.224608 C845.673558,170.224608 835.249107,167.707949 823.044682,164.213873 C827.804176,162.967089 832.648798,161.481722 837.601767,159.957873 C850.278271,156.040506 863.395899,152 876.10336,152 C923.179779,152 957.355263,192.936101 957.355263,249.349266 C957.355263,278.225418 946.272996,351.154633 929.788897,413.701671 Z M943.798112,171.67382 C926.559018,150.60659 902.316058,139 875.522022,139 C860.903579,139 846.872657,143.330358 833.305567,147.522268 C821.763877,151.083468 810.863822,154.452379 801.355263,154.452379 C791.846704,154.452379 780.946649,151.083468 769.397229,147.522268 C756.757803,143.622638 743.71639,139.638401 730.172491,139.107682 C729.128869,139.038458 728.13163,139 727.188504,139 C717.138808,139 707.444716,140.630614 698.353607,143.784161 C683.194026,149.037508 669.68105,158.50584 658.912414,171.67382 C647.579449,185.518659 639.748416,202.809325 635.960454,221.907511 C634.236544,230.58361 633.355263,239.636597 633.355263,248.904947 C633.355263,278.425221 644.038863,350.841421 661.301149,416.350584 C683.611475,501.050233 708.202309,544 734.393364,544 C750.496069,544 754.786517,519.863831 760.715837,486.451619 C767.333176,449.147469 775.573927,402.713418 801.355263,402.713418 C827.128869,402.713418 835.36962,449.147469 841.994689,486.451619 C847.92401,519.863831 852.206726,544 868.317163,544 C894.500487,544 919.091321,501.050233 941.409377,416.350584 C958.671663,350.841421 969.355263,278.425221 969.355263,248.904947 C969.355263,219.246225 960.279614,191.818061 943.798112,171.67382 L943.798112,171.67382 Z"},{name:"id",value:"Border"}],viewBox:"633.3552856445312 139 336 405"}},{id:"c3c767ec-9d09-4fbb-9595-e86f243d555f",title:"Cementum",type:"svg",x:51.68275999324894,y:36.86538573988537,width:22.139347658022203,height:30.391571174416544,default_style:{background_color:"#9E9F9E",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#fede4f",background_opacity:1,stroke_opacity:1},tooltip_content:[{type:"Heading",text:"Cementum",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"5f2ed0f9-6c0a-46b5-a9d5-4727537404ce"}],svg:{tagName:"path",properties:[{name:"d",value:"M920.980204,411.942329 C899.954377,491.961442 880.557801,517.627951 871.623948,522.95845 C868.319118,515.085949 865.060617,496.65259 862.790476,483.827039 C854.806376,438.73348 844.868719,382.609176 801.45807,382.609176 C758.0397,382.609176 748.109764,438.73348 740.125664,483.827039 C737.855524,496.65259 734.589301,515.085949 731.28447,522.95845 C722.350617,517.627951 702.961763,491.961442 681.935936,411.942329 C674.337914,383.048249 667.913571,351.974212 663.210526,324.150854 C663.056705,417.742713 692.228785,538.795887 734.573858,538.795887 C760.688197,538.795887 748.573059,397.306565 801.45807,397.306565 L801.45807,397.34508 C854.350803,397.34508 842.251108,538.842105 868.373169,538.842105 C910.749128,538.842105 939.928929,417.604058 939.736842,323.973684 C935.025734,351.84326 928.585947,382.986625 920.980204,411.942329"},{name:"id",value:"Cementum"}],viewBox:"663.2098999023438 323.97369384765625 276.52783203125 214.868408203125"}},{id:"9f4ea745-ea15-4f9b-8334-d70f7660b47b",title:"Dentin",type:"svg",x:51.682808859163586,y:21.537459471044755,width:22.1392254932356,height:45.71949744325715,default_style:{background_color:"#F6C9A6",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#fede4f",background_opacity:1,stroke_opacity:1},tooltip_content:[{type:"Heading",text:"Dentin",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"2aed20ca-8078-43a0-bf60-e53ca3db6b3e"}],svg:{tagName:"path",properties:[{name:"d",value:"M939.125152,301.41665 C937.395522,270.42996 933.735502,212.360843 890.780451,215.747113 C860.318888,218.151519 831.834046,242.736767 801.480585,242.736767 L801.472863,242.736767 C771.119402,242.736767 742.626838,218.151519 712.172996,215.747113 C669.217946,212.360843 665.557925,270.42996 663.820574,301.41665 C658.469531,397.082641 688.838435,538.842105 734.58097,538.842105 C760.695293,538.842105 748.580162,396.835242 801.465141,396.873898 L801.465141,396.379101 L801.480585,396.379101 L801.480585,396.873898 C854.373286,396.835242 842.250433,538.842105 868.372478,538.842105 C914.115012,538.842105 944.483916,397.082641 939.125152,301.41665"},{name:"id",value:"Dentin"}],viewBox:"663.2105102539062 215.60525512695312 276.52630615234375 323.2368469238281"}},{id:"d6a7eda5-7e23-4680-96d8-48effeafa39b",title:"Enamel",type:"svg",x:49.738150693306984,y:11.495028814579276,width:25.878958373642277,height:55.76192594147807,default_style:{background_color:"#FFFFFE",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#fede4f",background_opacity:1,stroke_opacity:1},tooltip_content:[{type:"Heading",text:"Enamel",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"e6b2882b-c482-42e7-b15f-5e5f3e0200b8"}],svg:{tagName:"path",properties:[{name:"d",value:"M800.543338,160.122809 C778.641289,160.122809 752.542763,144.605263 726.397868,144.605263 C674.108078,144.605263 638.921053,191.204267 638.921053,248.691826 C638.921053,306.179386 681.310869,538.842105 733.600659,538.842105 C759.737826,538.842105 747.612097,396.89675 800.543338,396.89675 C853.46685,396.89675 841.341121,538.842105 867.486016,538.842105 C919.768078,538.842105 962.157895,306.179386 962.157895,248.691826 C962.157895,191.204267 926.970869,144.605263 874.688807,144.605263 C848.543912,144.605263 822.445387,160.122809 800.543338,160.122809 Z"},{name:"id",value:"Enamel"}],viewBox:"638.9210815429688 144.6052703857422 323.23681640625 394.23681640625"}},{id:"d4d18309-eddb-43e7-877d-1d8eb34f3cd7",title:"Gum",type:"svg",x:11.443271093838609,y:33.16554161694071,width:76.58975186904955,height:38.84835897442981,default_style:{background_color:"#BD7873",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#fede4f",background_opacity:1,stroke_opacity:1},tooltip_content:[{type:"Heading",text:"Gum",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"de69d732-f6cd-4dc0-a7bf-f0645848e7e2"}],svg:{tagName:"path",properties:[{name:"d",value:"M638.92221,301.367865 C591.660784,299.110255 536.508312,297.815789 477.591588,297.815789 C476.519393,297.815789 475.454912,297.815789 474.382717,297.815789 C473.757912,297.815789 473.125395,297.815789 472.492877,297.815789 C403.586998,297.815789 339.826113,299.587975 287.820803,302.592985 C287.83623,302.693152 287.851658,302.793319 287.859371,302.893486 C210.607343,307.547398 160.605263,314.982871 160.605263,323.350668 L160.605263,357.068418 C160.605263,348.507993 212.841211,340.941533 293.019791,336.30303 C297.833098,364.388314 304.266267,395.255158 311.972186,424.634908 C338.807913,526.882292 369.292189,572.473684 410.814672,572.473684 C422.570248,572.473684 443.8753,567.449924 454.558681,533.809225 C458.261225,522.151328 460.783583,507.858269 463.460213,492.725347 C466.121416,477.715709 468.859756,462.18212 472.731999,449.191231 C474.536989,443.127276 476.226275,438.866326 477.63787,435.892137 C479.041751,438.866326 480.73875,443.134981 482.54374,449.191231 C486.40827,462.18212 489.154323,477.715709 491.807812,492.725347 C494.484443,507.858269 497.006801,522.151328 500.709344,533.809225 C511.392725,567.449924 532.705491,572.473684 544.453353,572.473684 C583.762024,572.473684 613.174105,531.613256 638.960778,440.522934 C664.755165,531.613256 694.167245,572.473684 733.475916,572.473684 C745.223778,572.473684 766.536544,567.449924 777.219925,533.809225 C780.914755,522.151328 783.444827,507.858269 786.121457,492.725347 C788.774947,477.715709 791.521,462.18212 795.38553,449.191231 C797.19052,443.127276 798.879805,438.866326 800.2914,435.892137 C801.702995,438.866326 803.39228,443.134981 805.19727,449.191231 C809.069513,462.18212 811.807853,477.715709 814.469056,492.725347 C817.137973,507.858269 819.668044,522.151328 823.370588,533.809225 C834.053969,567.449924 855.359022,572.473684 867.106884,572.473684 C908.637081,572.473684 939.121356,526.882292 965.957083,424.634908 C973.663002,395.255158 980.096171,364.388314 984.909478,336.310735 C1065.03869,340.941533 1117.23684,348.515698 1117.23684,357.068418 L1117.23684,323.350668 C1117.23684,309.250237 975.321433,297.815789 800.252832,297.815789 C741.336107,297.815789 686.183635,299.110255 638.92221,301.367865 Z"},{name:"id",value:"Gum"}],viewBox:"160.6052703857422 297.8157958984375 956.6315307617188 274.65789794921875"}},{id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",title:"Bone",type:"group",width:29.872701555869867,height:29.872701555869867,children:[{id:"825c55ae-acd1-4290-a7ab-d232517bedbd",title:"Fill-322",type:"svg",x:36.87346386247031,y:64.34993898768084,width:1.1967140330709916,height:1.8499199032277667,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M332.431322,227.968246 C332.261013,229.501408 329.915399,229.394251 329.071597,230.44933 C327.577525,232.394632 328.924512,233.342555 326.764688,234.818017 C326.679534,234.867474 326.59438,234.916931 326.501484,234.958145 L326.919515,235.03233 C326.764688,235.024087 326.563415,235.03233 326.338917,235.03233 C325.162239,235.559869 323.590754,235.559869 322.576644,234.97463 C320.579388,234.842745 318.589873,234.480062 318.032499,233.482683 C316.67003,231.166454 319.100799,230.50703 320.540681,228.94914 C323.033381,226.163072 323.838476,220.63215 329.025149,222.857707 C330.766942,223.475918 333.205452,225.932273 332.431322,227.968246"},{name:"id",value:"Fill-322"}],viewBox:"317.631591796875 222.3421173095703 14.947357177734375 13.078933715820312"}},{id:"a3153eaa-656d-44ee-bfd7-21e84c286862",title:"Fill-321",type:"svg",x:35.82633572400156,y:85.22762496620476,width:1.3463048142646978,height:3.17129434588269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M317.110842,371.343913 C320.701935,373.839676 322.817443,387.462386 320.205054,388.614276 C316.621489,390.198126 309.680214,394.997672 306.314976,390.4781 C301.346167,383.798733 307.49695,364.656547 317.110842,371.343913"},{name:"id",value:"Fill-321"}],viewBox:"304.5526123046875 369.9473571777344 16.8157958984375 22.421051025390625"}},{id:"6a4fc6fc-67f2-4564-9863-2a4fdb820e57",title:"Fill-320",type:"svg",x:45.100876199365004,y:74.1280969138599,width:1.3463048142646978,height:3.17129434588269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M432.952947,292.870243 C436.54404,295.358032 438.659548,308.980879 436.04716,310.132782 C432.463595,311.724647 425.514791,316.524241 422.157081,312.004624 C417.188272,305.325189 423.339055,286.182809 432.952947,292.870243"},{name:"id",value:"Fill-320"}],viewBox:"420.39471435546875 291.47369384765625 16.8157958984375 22.421051025390625"}},{id:"4bbcf437-c869-4499-9b90-bb912cfa3fa8",title:"Fill-319",type:"svg",x:34.62962169093057,y:79.1493133212149,width:1.3463048142646978,height:3.17129434588269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M302.169986,328.370325 C305.75422,330.858262 307.870123,344.481913 305.257246,345.641884 C301.673012,347.217844 294.730441,352.025721 291.372104,347.505836 C286.394837,340.826007 292.546769,321.682496 302.169986,328.370325"},{name:"id",value:"Fill-319"}],viewBox:"289.6052551269531 326.97369384765625 16.8157958984375 22.421051025390625"}},{id:"29c92db7-2dc6-4bce-af26-396d313e58ea",title:"Fill-318",type:"svg",x:35.97592650519527,y:76.24229170561865,width:2.243839728244008,height:3.17129434588269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M319.089074,307.817597 C322.703975,310.313361 327.063119,309.609427 330.662831,311.665233 C332.288018,312.601144 335.2574,318.096623 334.23976,320.088434 C332.895564,322.720185 324.837981,323.93607 322.210343,325.087961 C318.595443,326.671811 311.585878,331.471356 308.198807,326.951784 C303.18655,320.272417 309.391117,301.130231 319.089074,307.817597"},{name:"id",value:"Fill-318"}],viewBox:"306.4210510253906 306.4210510253906 28.02630615234375 22.421051025390625"}},{id:"aa1d8772-bf7e-4fed-bda8-e09db2d48e41",title:"Fill-317",type:"svg",x:42.25868067623336,y:80.99923538268726,width:2.243839728244008,height:3.4355670761691117,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M393.078652,359.710696 C391.368864,355.452516 387.353213,353.387459 385.37676,349.505471 C384.059125,346.896135 385.714012,342.277771 387.094392,340.052632 C392.223758,343.21425 396.443328,344.102705 402.513862,344.711017 C406.490297,345.103217 412.545144,345.119226 412.905925,350.505984 C413.478469,359.030348 397.635474,371.060507 393.078652,359.710696"},{name:"id",value:"Fill-317"}],viewBox:"384.8947448730469 340.0526428222656 28.02630615234375 24.289459228515625"}},{id:"31408226-e364-41f0-9eea-9125ae640bb3",title:"Fill-316",type:"svg",x:49.43896976125078,y:86.81327429739066,width:1.4958931521626722,height:1.585645014696782,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M490.91006,383.104879 C494.17894,386.307832 494.34541,390.976044 489.472358,392.294041 C485.242488,393.089256 484.001524,387.15459 477.683202,391.255842 C467.884129,388.052889 483.782085,376.647432 490.91006,383.104879"},{name:"id",value:"Fill-316"}],viewBox:"474.5789489746094 381.15789794921875 18.6842041015625 11.21051025390625"}},{id:"af97f6cf-9191-4fac-9107-eda9136380db",title:"Fill-315",type:"svg",x:31.338656267513542,y:73.07099735973597,width:1.4958931521626722,height:1.585645014696782,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M264.831112,285.947045 C268.099992,289.149977 268.266463,293.81816 263.39341,295.136148 C259.16354,295.931359 257.922576,289.99673 251.604255,294.090593 C241.805182,290.895024 257.703138,279.489638 264.831112,285.947045"},{name:"id",value:"Fill-315"}],viewBox:"248.5 284 18.6842041015625 11.21051025390625"}},{id:"c48f38a1-6f9d-4991-a2aa-ab0a8cbc8af2",title:"Fill-314",type:"svg",x:44.50252040447737,y:71.74962507532561,width:1.4958931521626722,height:1.585645014696782,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M429.255465,276.600759 C432.524393,279.803049 432.683299,284.477656 427.810176,285.79538 C423.580245,286.583069 422.34683,280.649631 416.028417,284.750034 C406.221636,281.555106 422.127388,270.152011 429.255465,276.600759"},{name:"id",value:"Fill-314"}],viewBox:"412.9210510253906 274.65789794921875 18.6842041015625 11.21051025390625"}},{id:"6ba2a3ba-cfb4-4484-834e-4e0bd6439d51",title:"Fill-313",type:"svg",x:35.676747386103585,y:69.89970301385327,width:1.3463048142646978,height:3.17129434588269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M307.738758,261.578947 C308.469899,270.871563 323.040484,262.24385 318.690944,276.719502 C319.578757,280.668863 317.474863,285.243073 313.5655,283.688963 C312.767214,282.775723 310.954284,276.655415 309.842652,275.013185 C307.268739,272.794173 304.321796,278.225546 302.866975,271.055813 C301.986622,267.106451 304.396402,263.261231 307.738758,261.578947"},{name:"id",value:"Fill-313"}],viewBox:"302.6842041015625 261.5789489746094 16.8157958984375 22.421051025390625"}},{id:"c3a78e07-4dfb-42aa-97cd-1854933c5a09",title:"Fill-312",type:"svg",x:56.32007972717651,y:83.64197995150798,width:1.4958931521626722,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M560.828993,361.760479 C561.280958,362.561554 562.301776,363.223981 562.738156,363.91722 C563.314801,364.841537 563.571953,365.904502 563.657671,366.982873 C563.790143,368.631239 563.369348,370.302713 563.540783,371.943376 C563.992748,376.156723 567.686394,376.726719 571.387832,376.52645 C574.800947,378.375085 579.577751,377.412255 579.188125,373.137286 C578.556933,372.112834 573.390505,368.8084 572.174874,367.306384 C570.811187,364.194515 576.608808,362.592365 570.374807,359.388064 C568.707212,358.525368 558.67047,357.893751 560.828993,361.760479"},{name:"id",value:"Fill-312"}],viewBox:"560.5263061523438 358.7368469238281 18.6842041015625 18.6842041015625"}},{id:"f1894e89-a5bf-4633-919e-a3120efdc7b3",title:"Fill-311",type:"svg",x:36.275105624286944,y:73.86381986708436,width:2.8421979664273698,height:1.84992206147233,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M321.380899,302.579468 C320.602323,303.075249 340.270807,301.595533 338.713656,302.579468 C363.061153,289.323049 315.840161,291.786699 312.332791,289.605263 C306.194894,299.009845 314.275451,301.587906 321.380899,302.579468"},{name:"id",value:"Fill-311"}],viewBox:"310.15789794921875 289.6052551269531 35.5 13.078948974609375"}},{id:"c128f20c-ed2f-44a6-9ada-80a9d8b68b36",title:"Fill-310",type:"svg",x:37.62141043855164,y:70.16398006062882,width:1.6454814900606467,height:2.907017299107143,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M330.392387,272.629691 C329.240561,269.191342 322.144072,261.897185 332.611006,263.741597 C338.277374,265.17614 338.060924,273.282445 342.088452,276.96368 L345.567123,275.825154 C350.908815,281.054783 344.229767,285.74551 338.640702,283.362196 C337.241504,282.762572 330.833019,273.145822 330.392387,272.629691"},{name:"id",value:"Fill-310"}],viewBox:"326.97369384765625 263.4473876953125 20.5526123046875 20.5526123046875"}},{id:"f355d656-53f8-4d1a-8a06-15353eac83e8",title:"Fill-309",type:"svg",x:40.16442928588733,y:72.27817485238756,width:1.6454839333563787,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M370.852365,295.192921 C353.978906,300.359555 356.058437,282.470278 368.930973,278.847428 C382.83932,274.37123 381.993275,304.796965 370.852365,295.192921"},{name:"id",value:"Fill-309"}],viewBox:"358.7368469238281 278.3947448730469 20.552642822265625 18.6842041015625"}},{id:"77973455-f1e0-4cfd-bb2f-ee37683cb5de",title:"Fill-308",type:"svg",x:38.81812447162264,y:76.5065687523942,width:1.1967140330709916,height:2.642740252331594,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M356.791576,317.390611 C356.137927,324.591826 347.796116,329.218304 341.921053,325.855055 C344.076539,321.767662 350.044981,318.637749 349.056725,314.188283 C346.364312,304.050261 357.912118,308.210068 356.791576,317.390611"},{name:"id",value:"Fill-308"}],viewBox:"341.9210510253906 308.28948974609375 14.947357177734375 18.684173583984375"}},{id:"b4cb2457-687d-4257-9b19-7014efb228c9",title:"Fill-307",type:"svg",x:35.826338167297294,y:66.72840866797058,width:2.393428066141983,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M315.274012,239.433868 C325.912696,237.323803 336.343233,247.685054 334.153822,257.842105 C327.30806,256.39758 320.115384,248.887564 314.156179,252.260643 C300.79615,260.602585 301.567069,241.710318 315.274012,239.433868"},{name:"id",value:"Fill-307"}],viewBox:"304.5526428222656 239.15789794921875 29.89471435546875 18.6842041015625"}},{id:"3e2cd1d1-e2d9-466a-ab90-5923ce957d11",title:"Fill-306",type:"svg",x:42.55785979532505,y:77.56366399002901,width:.8975349139793106,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M392.890696,316.830765 C395.486608,314.158448 399.109474,316.78635 399.751321,321.56839 C400.599984,324.869923 395.265527,327.793926 393.454094,330.710526 C386.436573,329.230018 387.812977,319.954636 392.890696,316.830765"},{name:"id",value:"Fill-306"}],viewBox:"388.631591796875 315.7631530761719 11.21051025390625 14.9473876953125"}},{id:"24cc080c-8250-4e1e-b776-66b740a226ad",title:"Fill-305",type:"svg",x:44.053752947487716,y:86.81327429739066,width:1.1967140330709916,height:1.585645014696782,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M420.431981,383.571386 C423.760016,385.445823 422.326286,389.902317 417.950811,391.942367 C415.053637,393.771638 410.678162,389.179642 407.350126,388.178437 C406.681548,380.597881 415.945075,379.310617 420.431981,383.571386"},{name:"id",value:"Fill-305"}],viewBox:"407.3157958984375 381.15789794921875 14.947357177734375 11.21051025390625"}},{id:"94bff59b-3b04-45c3-a447-fea28683e996",title:"Fill-304",type:"svg",x:31.338656267513542,y:75.97801897533223,width:2.3934305094377146,height:3.4355670761691117,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M250.580393,313.586481 C245.103446,306.81754 251.047358,302.622703 261.328505,305.443096 C267.31199,306.46797 271.506761,313.761266 274.807175,317.781318 C280.276207,324.454922 279.769669,329.714358 271.364297,328.721262 C263.528781,327.791724 254.379431,320.609655 250.580393,313.586481"},{name:"id",value:"Fill-304"}],viewBox:"248.5 304.5526428222656 29.894744873046875 24.289459228515625"}},{id:"ba93dff2-778d-4254-bd88-118acc3cfb27",title:"Fill-303",type:"svg",x:33.43290765785957,y:71.48534802855005,width:2.094251390346034,height:2.3784718385342996,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M278.059607,273.077315 C280.215509,271.811506 282.595501,275.123832 284.867311,275.237527 C288.970479,275.358802 288.746389,272.592214 292.965465,274.092994 C293.12001,274.161211 293.274555,274.237008 293.4291,274.312805 L293.073647,273.668531 C293.235919,273.880762 293.452282,274.153631 293.699554,274.456819 C295.639093,275.548294 297.339087,277.700927 297.686813,279.648908 C299.664988,282.506452 301.341801,285.583807 300.661803,287.319557 C299.15499,291.465648 295.693183,288.790017 292.130923,288.357975 C285.864126,287.690962 277.88188,292.026546 275.16189,282.756582 C274.080075,279.770183 274.605528,274.024776 278.059607,273.077315"},{name:"id",value:"Fill-303"}],viewBox:"274.65789794921875 272.7894592285156 26.15789794921875 16.8157958984375"}},{id:"aaf74571-7a5f-4e1c-9649-e6df4a5d1a13",title:"Fill-302",type:"svg",x:36.424693962184925,y:82.58488039738404,width:1.7950722712543532,height:2.907021615596269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M322.097418,358.994155 C322.400144,358.623797 322.312513,358.320102 321.037877,358.690461 C321.221106,351.757346 310.569931,347.409334 312.195092,356.112764 C312.489851,358.890455 323.690713,370.527127 326.279816,370.919707 C343.973353,375.467712 328.335166,361.34223 322.097418,358.994155"},{name:"id",value:"Fill-302"}],viewBox:"312.02630615234375 351.2631530761719 22.421051025390625 20.552642822265625"}},{id:"5227aba8-4e4d-4c62-86ee-c9412fcfe82a",title:"Fill-301",type:"svg",x:40.91237586196867,y:76.77084148268062,width:.7479465760813361,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M373.322275,321.526993 C373.622544,321.670682 373.669955,321.889996 372.769149,322.033685 C375.131788,326.382167 370.019322,332.296102 368.186104,326.291416 C367.46704,324.438585 370.548743,313.729976 372.010576,312.709028 C381.374212,304.579258 376.380273,318.184334 373.322275,321.526993"},{name:"id",value:"Fill-301"}],viewBox:"368.0789489746094 310.15789794921875 9.34210205078125 18.6842041015625"}},{id:"4defea57-f0db-4b98-ad49-75dc5cb4bb4e",title:"Fill-300",type:"svg",x:59.31187091809332,y:85.22762928269388,width:1.7950698279586212,height:3.4355670761691117,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M605.094484,370.003466 C607.623206,369.786062 608.29441,373.877905 610.308022,374.980451 C613.976229,376.898259 615.022059,374.250596 618.175156,377.496119 C618.284422,377.620349 618.393688,377.760108 618.502953,377.899868 L618.46393,377.154485 C618.510758,377.418474 618.588805,377.767873 618.674657,378.156093 C619.946822,380.011787 620.516565,382.737093 619.954627,384.693724 C620.469737,388.187707 620.602417,391.759335 619.197571,393.063755 C615.966427,396.216104 614.030862,392.232963 610.98703,390.260804 C605.60179,386.898816 596.400052,387.380209 598.101476,377.643642 C598.460492,374.413649 601.527738,369.35902 605.094484,370.003466"},{name:"id",value:"Fill-300"}],viewBox:"597.894775390625 369.9473876953125 22.4210205078125 24.289459228515625"}},{id:"a93cd1cd-2f8e-413b-a00d-b54887a8f4d8",title:"Fill-299",type:"svg",x:46.59677179482342,y:81.52778515974921,width:1.7950722712543532,height:3.4355670761691117,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M446.27392,343.846787 C448.810888,343.629394 449.482209,347.721032 451.488365,348.823522 C455.165017,350.741235 456.211029,348.093705 459.356869,351.339064 C459.47396,351.463288 459.575438,351.60304 459.684723,351.742793 L459.645693,350.989683 C459.700335,351.25366 459.778396,351.60304 459.864262,351.991241 C461.128843,353.854606 461.706491,356.579776 461.144455,358.528544 C461.651849,362.030116 461.784552,365.601564 460.387268,366.905919 C457.147755,370.05811 455.211854,366.075169 452.175298,364.103109 C446.781314,360.741289 437.577975,361.214894 439.287501,351.48658 C439.64658,348.256749 442.714359,343.194609 446.27392,343.846787"},{name:"id",value:"Fill-299"}],viewBox:"439.0789489746094 343.78948974609375 22.421051025390625 24.289459228515625"}},{id:"65d895f8-c3fd-49ea-a1cc-2551d0bae043",title:"Fill-298",type:"svg",x:42.40826901413135,y:73.07099735973597,width:1.6454839333563787,height:3.69984412294466,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M395.298927,284.223886 C397.70201,284.464103 397.642674,288.602035 399.333733,290.043337 C402.441423,292.584989 403.865472,290.16732 406.261138,293.917806 C406.342724,294.065036 406.42431,294.220014 406.498479,294.374993 L406.587482,293.631095 C406.594899,293.894559 406.609733,294.258759 406.624567,294.653955 C407.492347,296.699674 407.566516,299.481543 406.71357,301.302543 C406.602316,304.828309 406.120216,308.361825 404.584913,309.384684 C401.032208,311.910838 399.890002,307.648922 397.383082,305.169263 C392.910678,300.899598 384.225463,299.729509 387.474074,290.477278 C388.356688,287.369954 392.079983,282.95306 395.298927,284.223886"},{name:"id",value:"Fill-298"}],viewBox:"386.7631530761719 284 20.552642822265625 26.15789794921875"}},{id:"16d2330a-978d-4674-bab3-987aeeea63ed",title:"Fill-297",type:"svg",x:40.31401762378531,y:80.7349583359117,width:1.4958955954584041,height:1.585645014696782,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M376.936375,340.131195 C380.205255,343.334148 380.371726,348.00236 375.498673,349.320356 C371.268803,350.115572 370.02784,344.180906 363.709518,348.282158 C353.910445,345.079205 369.808401,333.673748 376.936375,340.131195"},{name:"id",value:"Fill-297"}],viewBox:"360.6052551269531 338.1842041015625 18.684234619140625 11.21051025390625"}},{id:"21873bc1-2d99-4a78-97fa-765d39ca7073",title:"Fill-296",type:"svg",x:44.50252040447737,y:83.11343017444601,width:.8975373572750426,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M415.123408,356.443804 C415.146785,357.190371 415.637715,358.061366 415.692263,358.730166 C415.762396,359.624491 415.544205,360.495486 415.201333,361.319821 C414.679233,362.579653 413.751922,363.637289 413.260992,364.897121 C411.998601,368.147799 414.461042,369.952003 417.211807,371.204058 C418.988505,373.840373 422.806848,374.929117 424.131579,371.662886 C424.061446,370.67524 421.560042,366.320265 421.248341,364.75714 C421.427569,361.973067 426.227771,362.99182 422.923736,358.294669 C422.035387,357.042613 415.014312,352.80429 415.123408,356.443804"},{name:"id",value:"Fill-296"}],viewBox:"412.9210510253906 355 11.210540771484375 18.6842041015625"}},{id:"110d7408-9b39-41d3-9038-951bbde58b78",title:"Fill-295",type:"svg",x:37.172642981561985,y:80.47068560562529,width:2.8421979664273698,height:1.84992206147233,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M332.594797,349.289907 C331.81621,349.785976 351.48499,348.3054 349.927816,349.297539 C374.26812,336.02578 327.046417,338.490862 323.538995,336.315789 C317.408564,345.72584 325.489243,348.297768 332.594797,349.289907"},{name:"id",value:"Fill-295"}],viewBox:"321.3684387207031 336.3157958984375 35.5 13.078948974609375"}},{id:"c0a3163e-cc7d-4038-be0b-9dd56667323b",title:"Fill-294",type:"svg",x:35.82633572400156,y:63.02856454502591,width:1.047125695173017,height:2.114196950003315,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M309.101825,214.053608 C318.899111,209.008978 320.392499,223.521143 312.876323,227.172794 C304.826795,231.46978 300.871776,216.603468 309.101825,214.053608"},{name:"id",value:"Fill-294"}],viewBox:"304.5526123046875 213 13.078948974609375 14.947372436523438"}},{id:"ecd7a0ba-a253-45e1-9b15-ed4e921fc711",title:"Fill-293",type:"svg",x:60.50858250786858,y:83.11343017444601,width:.8975398005707745,height:2.1141947917587514,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M616.71184,368.748023 C619.184677,371.558434 622.990694,369.148451 623.91532,364.439716 C624.961796,361.214047 619.736585,358.003209 618.066524,355 C610.898883,356.075223 611.759,365.359217 616.71184,368.748023"},{name:"id",value:"Fill-293"}],viewBox:"612.8421020507812 355 11.2105712890625 14.947357177734375"}},{id:"264185df-b4c8-44b9-89b0-1fe6ea1aac1b",title:"Fill-292",type:"svg",x:56.91843796535987,y:87.07754702767708,width:1.1967164763667233,height:1.5856493311859086,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M581.120786,385.444831 C584.44255,387.311228 583.008321,391.7665 578.638752,393.813516 C575.740569,395.634759 571.36357,391.051549 568.034375,390.043092 C567.365563,382.464616 576.624887,381.177704 581.120786,385.444831"},{name:"id",value:"Fill-292"}],viewBox:"568 383.02630615234375 14.9473876953125 11.210540771484375"}},{id:"b7031358-1a20-46ff-9e3f-8431b3adbe3b",title:"Fill-291",type:"svg",x:40.91237586196867,y:83.37770290473242,width:1.4958931521626722,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M369.378898,362.433319 C365.955931,358.262385 369.672295,355.682503 376.09694,357.414816 C379.835873,358.046775 382.453878,362.537406 384.522704,365.013201 C387.938147,369.117221 387.622181,372.351367 382.371125,371.741712 C377.47365,371.169231 371.756167,366.752948 369.378898,362.433319"},{name:"id",value:"Fill-291"}],viewBox:"368.0789489746094 356.868408203125 18.6842041015625 14.9473876953125"}},{id:"607a9fdb-1294-452a-b9bb-0b1be1965f3a",title:"Fill-290",type:"svg",x:49.28937898005708,y:83.9062526817944,width:2.2438421715397405,height:1.8499263779614565,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M484.253346,364.631036 C484.315435,364.146952 484.090363,363.912718 483.197836,364.865271 C479.806233,358.400403 468.521587,359.509112 474.357938,366.731337 C476.034336,369.143951 491.517739,374.468878 493.923682,373.586595 C511.285272,369.284492 490.757151,363.803408 484.253346,364.631036"},{name:"id",value:"Fill-290"}],viewBox:"472.71051025390625 360.6052551269531 28.026336669921875 13.0789794921875"}},{id:"d2b70c2d-7d53-4ae9-9029-f650293ad8fd",title:"Fill-289",type:"svg",x:44.50252040447737,y:78.88503627443939,width:2.094251390346034,height:1.84992206147233,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M423.39563,338.168044 C422.654751,338.056045 433.158259,334.464602 431.437258,335.681661 C433.158259,334.464602 435.589269,335.950459 436.060036,333.045945 C445.351897,325.176131 430.611486,326.624655 426.459475,326.355856 C422.616163,326.512655 414.698016,321.196424 413.05419,331.365956 C411.873413,338.623508 418.811439,338.205377 423.39563,338.168044"},{name:"id",value:"Fill-289"}],viewBox:"412.9210510253906 325.1052551269531 26.15789794921875 13.078948974609375"}},{id:"b87ad65a-1470-4550-8f42-ae1e762d89f5",title:"Fill-288",type:"svg",x:54.0762399989325,y:83.37770290473242,width:1.1967164763667233,height:2.907021615596269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M541.507347,360.405087 C539.514584,361.806288 533.558274,364.632576 532.708419,368.860064 C531.28711,378.724204 537.529147,378.015642 539.514584,376.606479 C540.935893,375.905878 543.207057,372.37899 544.056911,370.969828 C545.47822,369.560665 548.313512,375.905878 547.17793,366.041738 C548.599239,351.241548 544.056911,358.287362 541.507347,360.405087"},{name:"id",value:"Fill-288"}],viewBox:"532.5 356.868408203125 14.9473876953125 20.552642822265625"}},{id:"b1e63b07-c045-4771-9d83-516a7c0cd70d",title:"Fill-287",type:"svg",x:58.41433111752255,y:78.88503627443939,width:1.047128138468749,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M595.938385,325.105263 C594.752254,326.873958 593.829708,327.510392 592.035868,328.420641 C590.190776,329.360491 588.968036,327.488191 587.43778,329.982125 C584.984979,333.423309 588.968036,339.351027 592.951093,339.980061 C601.34187,341.119722 601.546881,328.509446 595.938385,325.105263"},{name:"id",value:"Fill-287"}],viewBox:"586.6842041015625 325.1052551269531 13.0789794921875 14.9473876953125"}},{id:"edc8d3e8-d162-4281-8a77-d37038181ad0",title:"Fill-286",type:"svg",x:36.275105624286944,y:57.74307324913992,width:1.047125695173017,height:2.114196950003315,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M314.373003,190.569154 C314.675608,190.599464 315.008474,190.561576 315.371601,190.42518 C318.344698,189.303694 317.156972,185.151165 314.819346,184.135766 C315.946551,179.202744 320.334328,181.369939 322.41474,181.642733 C326.151915,175.527605 316.16594,174.103014 312.133724,177.255299 C309.34219,179.430072 309.977661,183.302229 311.188082,186.151409 C311.808423,187.598732 312.602762,190.372136 314.373003,190.569154"},{name:"id",value:"Fill-286"}],viewBox:"310.15789794921875 175.63157653808594 13.078948974609375 14.947372436523438"}},{id:"830e6ce7-0489-4d6e-9677-985381333f21",title:"Fill-285",type:"svg",x:59.910224269685216,y:78.35648649737742,width:1.047128138468749,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M609.578538,336.302957 C609.881056,336.340856 610.213827,336.295377 610.584412,336.158939 C613.549093,335.037112 612.369271,330.890901 610.032316,329.867613 C611.159197,324.933092 615.538152,327.100946 617.625529,327.381403 C621.361632,321.264415 611.378523,319.839392 607.339901,322.992635 C604.556731,325.168069 605.184457,329.041403 606.402094,331.883869 C607.022257,333.339212 607.816368,336.105879 609.578538,336.302957"},{name:"id",value:"Fill-285"}],viewBox:"605.368408203125 321.368408203125 13.0789794921875 14.9473876953125"}},{id:"df8946cf-f9a8-4eaf-84f0-e9ae4fa4151a",title:"Fill-284",type:"svg",x:50.4860954564238,y:65.40703422531566,width:1.047125695173017,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M487.999637,243.686522 C487.835098,243.420457 487.722911,243.091788 487.678037,242.69269 C487.334,239.406001 491.484884,238.568678 493.421963,240.274626 C497.22881,236.925334 493.377089,233.849932 492.202875,232.042253 C495.875099,225.71929 501.58163,234.342935 500.631788,239.56251 C499.973629,243.170043 496.308885,244.390813 493.279861,244.586449 C491.731693,244.68818 488.956958,245.235961 487.999637,243.686522"},{name:"id",value:"Fill-284"}],viewBox:"487.65789794921875 229.81578063964844 13.078948974609375 14.9473876953125"}},{id:"ce5e19a7-2f32-46d9-911a-29bd0aeb05ea",title:"Fill-283",type:"svg",x:53.17870508495319,y:73.86382418357348,width:1.9446581658565956,height:4.228389583517503,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M535.550087,289.616324 C536.559685,289.707282 537.450971,290.503167 538.381695,292.504247 C541.465701,299.151777 532.442418,298.674247 532.205794,301.251396 C531.298733,310.991506 541.039777,309.680192 545.204369,310.430597 C548.548663,323.930313 528.553888,320.48148 522.788136,312.242182 C518.19762,305.68561 525.059732,294.808522 531.156758,291.397589 C532.97088,290.389469 534.343302,289.495046 535.550087,289.616324"},{name:"id",value:"Fill-283"}],viewBox:"521.2894897460938 289.60528564453125 24.2894287109375 29.89471435546875"}},{id:"7c585351-a3e7-48b2-a314-49682f8598a4",title:"Fill-282",type:"svg",x:58.86310101780793,y:63.82138705237431,width:1.9446581658565956,height:3.9641190114756446,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M612.119082,237.925572 C604.070822,240.69215 602.611735,251.849417 592.289474,243.708856 C601.626076,237.902833 593.562294,219.279596 603.263668,218.620165 C611.467149,218.05927 623.046709,233.491468 612.119082,237.925572"},{name:"id",value:"Fill-282"}],viewBox:"592.2894897460938 218.60525512695312 24.2894287109375 28.026321411132812"}},{id:"9df755db-66df-46e5-bda1-ce4d8b6e4fa1",title:"Fill-281",type:"svg",x:50.93487268659638,y:70.69252552120166,width:2.2438323983568123,height:3.69984412294466,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M514.475449,272.699974 C515.994788,281.144482 527.176178,284.409072 517.173859,293.342105 C512.750365,283.121846 492.397544,288.11566 493.291739,278.368418 C494.043495,270.117769 511.705819,261.114946 514.475449,272.699974"},{name:"id",value:"Fill-281"}],viewBox:"493.2632751464844 267.1842041015625 28.026214599609375 26.15789794921875"}},{id:"275ce873-2b3f-4bb3-a0d1-fc2a8a1ffa52",title:"Fill-280",type:"svg",x:58.86310101780793,y:60.121545087674214,width:2.6926096285293957,height:3.17129434588269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M623.954773,199.522416 C628.031136,206.762945 625.862352,215.011649 616.577743,214.866533 C612.406397,214.805432 610.72836,210.68108 607.839287,208.588353 C604.111196,205.892249 594.802841,208.450875 592.610311,202.783709 C591.193478,199.109981 594.755349,196.604819 597.699829,195.069643 C605.57552,190.968204 618.786103,191.128596 623.954773,199.522416"},{name:"id",value:"Fill-280"}],viewBox:"592.2894897460938 192.44737243652344 33.631591796875 22.421051025390625"}},{id:"0d7e1b67-390c-4248-b0be-8e3ca10c7850",title:"Fill-279",type:"svg",x:49.588558099148756,y:74.39236964414633,width:2.6926096285293957,height:3.17129434588269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M508.113132,300.349576 C512.192482,307.621989 510.014188,315.907017 500.722776,315.761262 C492.841314,315.017144 493.791843,303.97044 480.48445,307.982541 C464.872026,297.419131 498.940536,285.413512 508.113132,300.349576"},{name:"id",value:"Fill-279"}],viewBox:"476.4473571777344 293.34210205078125 33.631591796875 22.421051025390625"}},{id:"3c7dbcee-b06d-4b70-b3a3-63018847e44e",title:"Fill-278",type:"svg",x:55.12336325080979,y:65.40703638356023,width:.8975398005707745,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M547.524717,232.166027 C550.729635,228.899881 555.403472,228.734697 556.716598,233.607636 C557.50299,237.842362 551.575377,239.073736 555.670549,245.395792 C552.47305,255.194228 541.07037,239.298988 547.524717,232.166027"},{name:"id",value:"Fill-278"}],viewBox:"545.5789184570312 229.8157958984375 11.2105712890625 18.6842041015625"}},{id:"221c1dc3-7a60-4372-8ad4-6be2379b8bb6",title:"Fill-277",type:"svg",x:57.66638454144121,y:75.97801897533223,width:1.6454814900606467,height:2.378467522045173,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M577.342105,316.315164 C585.859518,315.582372 577.948906,301.015341 591.224527,305.360284 C594.843132,304.479452 599.031539,306.574203 597.610736,310.489833 C596.767135,311.289243 591.157927,313.095318 589.655724,314.20561 C587.620721,316.781487 592.600929,319.727462 586.022319,321.185645 C582.403713,322.066477 578.881308,319.653442 577.342105,316.315164"},{name:"id",value:"Fill-277"}],viewBox:"577.3421020507812 304.5526428222656 20.5526123046875 16.815765380859375"}},{id:"2696296f-1633-4a69-a052-d6257b75d995",title:"Fill-276",type:"svg",x:53.926651661034526,y:77.82794103680456,width:2.543016404039957,height:4.756939360579472,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M535.774724,350.717828 C537.132977,349.918189 538.2586,348.081394 539.429249,347.29759 C541.005122,346.244599 542.813623,345.793318 544.652142,345.634974 C547.458696,345.397457 550.287764,346.149593 553.07931,345.840821 C560.238276,345.033265 561.206312,338.382801 560.876129,331.716502 C564.020371,325.580657 562.369456,316.97464 555.105432,317.671355 C553.371972,318.811434 547.751359,328.114167 545.192441,330.307237 C539.909515,332.761575 537.185506,322.310845 531.729984,333.54538 C530.274177,336.538089 529.201083,354.605183 535.774724,350.717828"},{name:"id",value:"Fill-276"}],viewBox:"530.631591796875 317.631591796875 31.76312255859375 33.631561279296875"}},{id:"47adb1c3-e7a6-4c1a-a1aa-fb151a5f8f0d",title:"Fill-275",type:"svg",x:52.13157938978017,y:65.93558400237764,width:2.3934256228462507,height:3.9641190114756446,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M513.007569,233.760914 C514.888515,234.454376 517.030265,236.679552 519.330078,237.251087 C521.859082,237.875965 525.020337,237.350153 527.596759,237.418737 C529.9677,237.487321 532.591542,237.571146 534.40136,239.27813 C537.546809,242.250112 534.978289,246.464229 536.685367,249.504795 C539.625334,254.770536 538.084222,262.139526 531.271718,261.54513 C529.643672,260.56971 524.372279,252.598704 521.969726,250.716449 C517.014459,248.6132 514.461746,257.567247 509.348416,247.934979 C507.791498,245.016341 507.989077,239.941111 509.000678,236.931027 C510.107117,233.654227 511.466457,233.189379 513.007569,233.760914"},{name:"id",value:"Fill-275"}],viewBox:"508.2105407714844 233.55262756347656 29.894683837890625 28.026321411132812"}},{id:"0abab90e-d178-4953-96b1-8512eebe3e97",title:"Fill-274",type:"svg",x:59.910224269685216,y:72.01389780561202,width:1.047128138468749,height:5.285493454130569,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M618.343845,302.075854 C618.835805,302.897039 617.359927,282.193704 618.351532,283.836074 C605.084007,258.205629 607.55149,307.9189 605.368421,311.606336 C614.777141,318.065272 617.35224,309.56127 618.343845,302.075854"},{name:"id",value:"Fill-274"}],viewBox:"605.368408203125 276.52630615234375 13.0789794921875 37.368438720703125"}},{id:"f4dc8cf0-e9c1-4b9d-99b5-9739983ac540",title:"Fill-273",type:"svg",x:49.28938142335281,y:61.97146714914654,width:2.8421979664273698,height:2.1141947917587514,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M495.034632,220.133353 C495.675484,220.814598 476.681544,214.109307 477.955528,215.487107 C457.463691,196.121368 503.350271,211.170001 507.380693,209.998872 C510.947848,220.745708 502.3002,221.074849 495.034632,220.133353"},{name:"id",value:"Fill-273"}],viewBox:"472.7105407714844 205.5263214111328 35.5 14.947357177734375"}},{id:"d1309589-af98-4b05-bd85-d1d6473a2c01",title:"Fill-272",type:"svg",x:57.815972879339185,y:72.01389780561202,width:1.6454863766521108,height:2.907021615596269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M588.397056,293.661645 C584.955418,294.812112 577.666793,301.906654 579.502333,291.44508 C580.940173,285.777116 589.039495,285.99187 592.725872,281.965238 L591.586308,278.48316 C596.817598,273.144996 601.505874,279.825371 599.127319,285.416637 C598.530769,286.812536 588.909478,293.224468 588.397056,293.661645"},{name:"id",value:"Fill-272"}],viewBox:"579.2105102539062 276.52630615234375 20.55267333984375 20.552642822265625"}},{id:"a1959d1f-a098-4c93-8ec8-60b7fec209ba",title:"Fill-271",type:"svg",x:55.72172148899315,y:62.76428965649493,width:1.1967164763667233,height:1.84992206147233,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M554.108005,219.660216 C549.058184,209.863697 563.573446,208.373453 567.228025,215.881675 C571.516805,223.935505 556.652734,227.893201 554.108005,219.660216"},{name:"id",value:"Fill-271"}],viewBox:"553.0526123046875 211.13157653808594 14.9473876953125 13.078948974609375"}},{id:"71cbdc34-8191-4c7a-ae6e-b9f7fc1b93a6",title:"Fill-270",type:"svg",x:57.51679620354324,y:68.31405584091193,width:1.4958931521626722,height:2.907019457351706,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M592.272212,258.802115 C597.44941,275.678499 579.548194,273.599353 575.927284,260.73219 C571.446115,246.813685 601.875835,247.668881 592.272212,258.802115"},{name:"id",value:"Fill-270"}],viewBox:"575.4736938476562 250.36842346191406 18.6842041015625 20.552627563476562"}},{id:"c8ed2ce3-6308-4dd6-8f88-4ed6d71313fb",title:"Fill-269",type:"svg",x:55.12336325080979,y:74.92091942120828,width:2.243844614835473,height:1.5856493311859086,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M560.356536,297.627853 C564.698689,298.036181 570.882487,303.768787 573.605263,306.867277 C570.485581,309.053033 564.52405,308.308435 560.658184,307.347663 C557.41943,306.539013 544.210393,307.011393 545.694822,300.558207 C546.837912,295.570199 556.99871,297.315602 560.356536,297.627853"},{name:"id",value:"Fill-269"}],viewBox:"545.5789184570312 297.0789489746094 28.0263671875 11.210540771484375"}},{id:"77bbd659-b0f7-41be-bab4-97cff362a1b0",title:"Fill-268",type:"svg",x:55.272956475299225,y:75.96437455320307,width:.1495883378979744,height:.027288844258309755,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M547.447368,304.564208 C547.936717,304.510186 548.411236,304.494751 548.885756,304.456164 C549.034043,304.517903 549.152673,304.579642 549.315789,304.649099 L547.447368,304.564208"},{name:"id",value:"Fill-268"}],viewBox:"547.4473876953125 304.4561767578125 1.868408203125 0.19293212890625"}},{id:"c09b2629-e4ba-477f-a840-3b6a48255a2c",title:"Fill-267",type:"svg",x:59.91022915627668,y:70.16398006062882,width:1.4958882655712082,height:2.1141947917587514,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M614.476067,263.524064 C621.668429,264.18035 626.298461,272.511324 622.933376,278.394737 C618.846623,276.240574 615.724797,270.264509 611.265047,271.252799 C601.129249,273.955154 605.288981,262.404517 614.476067,263.524064"},{name:"id",value:"Fill-267"}],viewBox:"605.3684692382812 263.4473876953125 18.68414306640625 14.947357177734375"}},{id:"27b2292c-f6ee-4b89-b7fd-531ed28ba794",title:"Fill-266",type:"svg",x:54.225828336830475,y:70.16398006062882,width:1.3463048142646978,height:2.378467522045173,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M550.405808,273.776595 C549.048707,276.927299 545.814928,279.187929 542.588904,279.967729 C540.906099,280.369444 539.052686,280.393074 537.393145,279.841701 C535.981759,279.369095 533.438164,278.069429 534.717716,276.572845 C535.834417,275.257426 538.315974,274.430366 539.804908,273.524538 C541.666075,272.390285 543.744379,270.933084 543.891722,268.514919 C544.093348,258.212116 553.980801,265.490243 550.405808,273.776595"},{name:"id",value:"Fill-266"}],viewBox:"534.368408203125 263.4473876953125 16.8157958984375 16.815765380859375"}},{id:"4714ccf8-6e15-4970-a4da-9e6c53b286b5",title:"Fill-265",type:"svg",x:56.768849627461904,y:68.84260345972933,width:2.094251390346034,height:3.69984412294466,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M566.79787,265.428809 C569.730186,255.142437 583.992973,250.645909 592.289474,257.120007 C587.840172,262.473733 577.674809,265.42129 578.034506,272.158563 C579.559311,287.618198 562.614432,278.474756 566.79787,265.428809"},{name:"id",value:"Fill-265"}],viewBox:"566.131591796875 254.10525512695312 26.15789794921875 26.15789794921875"}},{id:"1b20bcc1-29e8-4fcb-9861-862540c8dd6f",title:"Fill-264",type:"svg",x:54.52500989921789,y:60.65009486473618,width:1.1967115897752594,height:1.8499199032277667,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M539.170761,204.299179 C536.50031,201.268991 539.133464,197.04159 543.914915,196.290236 C547.211952,195.299438 550.136021,201.524947 553.052632,203.638648 C551.568219,211.820981 542.296233,210.219192 539.170761,204.299179"},{name:"id",value:"Fill-264"}],viewBox:"538.1052856445312 196.18421936035156 14.94732666015625 13.078933715820312"}},{id:"a39d8ebd-bd72-4a08-a6db-3818a3fb826f",title:"Fill-263",type:"svg",x:49.43896976125078,y:64.87848660649826,width:.8975349139793106,height:2.114196950003315,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M476.993231,227.909238 C478.866576,224.583307 483.318613,226.013974 485.366399,230.394468 C487.186653,233.285299 482.605681,237.665793 481.596957,240.991724 C474.02015,241.66281 472.730803,232.400351 476.993231,227.909238"},{name:"id",value:"Fill-263"}],viewBox:"474.5789489746094 226.07894897460938 11.21051025390625 14.947372436523438"}},{id:"0c6784ed-d3a9-4a9a-8a0c-87ef7fcaf4c1",title:"Fill-262",type:"svg",x:50.6356862376175,y:80.99923538268726,width:2.6926071852336637,height:2.378467522045173,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M493.707723,351.877249 C486.064748,348.510013 489.422444,342.434023 499.533862,340.428647 C505.15302,338.752512 511.914407,343.10747 516.490993,345.090398 C524.087972,348.382806 525.904807,353.022109 518.192839,355.768277 C511.009823,358.327376 500.009152,356.172345 493.707723,351.877249"},{name:"id",value:"Fill-262"}],viewBox:"489.5263366699219 340.0526428222656 33.631561279296875 16.815765380859375"}},{id:"e8631dca-b06b-4761-8d22-630c2a43d512",title:"Fill-261",type:"svg",x:58.41433111752255,y:81.26350811297365,width:1.9446630524480595,height:4.22839390000663,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M595.720324,369.733802 C588.946753,375.216187 584.751302,369.262537 587.577627,358.981103 C588.60247,353.00389 595.888462,348.80963 599.915775,345.510775 C606.593267,340.044099 611.845587,340.538927 610.852771,348.95101 C609.924007,356.78972 602.750106,365.932264 595.720324,369.733802"},{name:"id",value:"Fill-261"}],viewBox:"586.6842041015625 341.9210510253906 24.28948974609375 29.894744873046875"}},{id:"e59d946f-4e5e-4904-934a-4b40adfd8386",title:"Fill-260",type:"svg",x:55.57213315109518,y:72.01389780561202,width:1.047128138468749,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M557.509912,290.87601 C554.028489,292.954886 550.753725,289.334372 551.230632,284.281224 C551.119354,280.691854 557.62119,279.056783 560.315717,276.526316 C567.548811,279.827602 563.781243,288.968427 557.509912,290.87601"},{name:"id",value:"Fill-260"}],viewBox:"551.1842041015625 276.52630615234375 13.0789794921875 14.9473876953125"}},{id:"f5dd5f09-5771-4860-9f47-8e2364fb82e8",title:"Fill-259",type:"svg",x:49.588558099148756,y:78.09221376709098,width:1.3463048142646978,height:3.69984412294466,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M482.468369,334.501615 C482.039225,334.311505 481.760659,334.46993 482.408138,335.610591 C475.56443,337.24237 473.652106,348.728192 481.828418,344.87054 C484.493625,343.85662 493.437877,329.93105 493.242128,327.317035 C493.791733,308.947641 483.394415,327.831917 482.468369,334.501615"},{name:"id",value:"Fill-259"}],viewBox:"476.4473571777344 319.5 16.8157958984375 26.15789794921875"}},{id:"fa84c3f6-5d88-4e6c-8137-1d9497732745",title:"Fill-258",type:"svg",x:59.461459255991294,y:68.04978095238094,width:1.4958882655712082,height:1.0570973958793757,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M610.80368,250.687469 C610.781551,250.38482 610.936458,250.244052 611.482322,250.877505 C613.982968,246.98529 621.344753,248.139582 617.213892,252.397791 C616.011516,253.833617 605.617974,256.522272 604.083655,255.874743 C592.856564,252.48929 606.569548,249.906211 610.80368,250.687469"},{name:"id",value:"Fill-258"}],viewBox:"599.76318359375 248.5 18.68414306640625 7.4736785888671875"}},{id:"c60be74d-f215-488c-8253-b26232c6df2c",title:"Fill-257",type:"svg",x:48.84061152306742,y:67.78550606384995,width:2.6926096285293957,height:2.114196950003315,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M486.97886,251.004798 C486.933289,250.400945 487.221904,250.127199 488.209273,251.383212 C492.705597,243.605589 505.951524,245.908281 498.51588,254.42663 C496.351265,257.292918 477.652025,262.671233 474.879799,261.383014 C454.676721,254.611812 479.353337,249.442832 486.97886,251.004798"},{name:"id",value:"Fill-257"}],viewBox:"467.1052551269531 246.63157653808594 33.631591796875 14.947372436523438"}},{id:"730c8879-02b9-4746-803e-d555dfdb884d",title:"Fill-256",type:"svg",x:56.768849627461904,y:79.41358605150135,width:1.047123251877285,height:3.69984412294466,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M579.19412,344.516712 C579.081268,345.267086 575.485056,334.761849 576.71138,336.484646 C575.485056,334.761849 576.982224,332.326961 574.07817,331.859892 C566.201112,322.572098 567.653139,337.303933 567.382294,341.461618 C567.540287,345.305371 562.221204,353.214927 572.392916,354.868812 C579.653051,356.040315 579.231737,349.103183 579.19412,344.516712"},{name:"id",value:"Fill-256"}],viewBox:"566.131591796875 328.84210205078125 13.07891845703125 26.15789794921875"}},{id:"dc8792ac-c541-453f-9691-c44e35515e90",title:"Fill-255",type:"svg",x:53.17870508495319,y:63.02856454502591,width:2.094251390346034,height:2.6427467270652847,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M528.5122,216.133901 C527.920946,216.644583 539.068066,214.293824 536.892249,214.091172 C539.068066,214.293824 540.392476,211.578291 542.371208,214.034429 C554.748138,216.320341 541.038915,222.975423 537.546571,225.480198 C534.093644,227.425654 530.002162,236.674678 523.096308,228.098458 C518.161303,221.97027 524.468019,218.59004 528.5122,216.133901"},{name:"id",value:"Fill-255"}],viewBox:"521.2894897460938 213 26.15789794921875 18.684219360351562"}},{id:"66e7e4a9-8e01-45b4-b346-5ef7f7b358de",title:"Fill-254",type:"svg",x:52.28116772767815,y:78.35648649737742,width:1.047125695173017,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M515.708881,336.167409 C517.23789,335.998405 517.129862,333.655385 518.185211,332.810362 C520.129712,331.320047 521.085343,332.664403 522.556183,330.505752 C522.606042,330.42125 522.655901,330.329065 522.697451,330.236881 L522.772239,330.659393 C522.763929,330.505752 522.772239,330.306019 522.772239,330.08324 C523.295759,328.90789 523.295759,327.333073 522.71407,326.319045 C522.581113,324.321717 522.21548,322.332071 521.2183,321.771282 C518.899857,320.403881 518.24338,322.839085 516.681131,324.283307 C513.897337,326.772285 508.362988,327.578898 510.598333,332.764269 C511.213261,334.508091 513.664662,336.943294 515.708881,336.167409"},{name:"id",value:"Fill-254"}],viewBox:"510.0789489746094 321.368408203125 13.078948974609375 14.9473876953125"}},{id:"0b7a79a7-b347-43f8-8dc1-92162e2ea898",title:"Fill-253",type:"svg",x:56.61926128956392,y:64.34993682943627,width:2.09424650375457,height:2.3784718385342996,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M566.67914,224.119738 C568.54896,222.51758 571.316294,225.439612 573.500244,225.195474 C577.434346,224.66905 576.806086,221.94538 581.054318,222.784606 C581.218862,222.822753 581.375927,222.876158 581.532992,222.929563 L581.091715,222.342105 C581.278697,222.532838 581.532992,222.769348 581.809725,223.028745 C583.821652,223.814565 585.766265,225.69138 586.394525,227.583453 C588.705623,230.10876 590.762425,232.916352 590.373502,234.75502 C589.558261,239.118995 585.856017,236.998042 582.38563,237.120112 C576.312454,237.448173 569.341764,243.017581 565.362786,234.213338 C563.881889,231.405746 563.522883,225.599828 566.67914,224.119738"},{name:"id",value:"Fill-253"}],viewBox:"564.26318359375 222.34210205078125 26.1578369140625 16.8157958984375"}},{id:"8502bfae-6f9c-4756-be9f-937d0b55401f",title:"Fill-252",type:"svg",x:59.76063593178724,y:56.950250741791514,width:1.6454814900606467,height:2.1141947917587514,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M614.884175,170.294383 C605.01655,169.160465 611.362315,171.99526 609.950362,173.419927 C608.538409,174.270366 605.01655,176.538202 604.310573,177.9556 C602.906643,179.939957 602.200667,186.183776 612.060269,184.766378 C616.288105,183.91594 619.112011,177.9556 620.515941,175.971243 C622.63387,173.419927 629.677589,168.876985 614.884175,170.294383"},{name:"id",value:"Fill-252"}],viewBox:"603.5 170.0263214111328 20.5526123046875 14.947357177734375"}},{id:"2ada4932-2ded-4062-87ac-1f74d74a9535",title:"Fill-251",type:"svg",x:52.580346846769835,y:60.65009486473618,width:1.3463048142646978,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M514.035936,206.803924 C514.942272,202.824445 521.302249,200.17146 523.419637,198.844967 C526.146458,196.858976 531.897002,191.553005 530.381234,205.477431 L529.474898,204.150938 C530.68595,213.436387 527.654413,207.470917 526.146458,208.79741 C525.232308,210.123902 522.818017,213.436387 521.302249,214.10338 C519.184861,215.429873 512.52798,216.089372 514.035936,206.803924"},{name:"id",value:"Fill-251"}],viewBox:"513.8157958984375 196.18421936035156 16.8157958984375 18.6842041015625"}},{id:"915fc7c2-742e-4cf4-9d10-b730977d0538",title:"Fill-250",type:"svg",x:24.906313758577465,y:63.2928394335569,width:1.047125695173017,height:2.114196950003315,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M171.982667,214.868421 C173.168798,216.644512 174.091345,217.273544 175.885185,218.191191 C177.730277,219.123638 178.953017,217.251343 180.483272,219.75267 C182.936074,223.186445 178.953017,229.121548 174.96996,229.74318 C166.579182,230.882838 166.374172,218.279995 171.982667,214.868421"},{name:"id",value:"Fill-250"}],viewBox:"168.15789794921875 214.86842346191406 13.078948974609375 14.947372436523438"}},{id:"3d21e949-85ed-4b90-abeb-00fb9cee4d19",title:"Fill-249",type:"svg",x:47.9430766090881,y:63.2928394335569,width:1.047125695173017,height:2.114196950003315,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M465.14461,214.868421 C463.959021,216.644512 463.036897,217.273544 461.243877,218.191191 C459.406946,219.123638 458.177447,217.251343 456.647891,219.75267 C454.196211,223.186445 458.177447,229.121548 462.166001,229.74318 C470.552943,230.882838 470.75786,218.279995 465.14461,214.868421"},{name:"id",value:"Fill-249"}],viewBox:"455.8947448730469 214.86842346191406 13.078948974609375 14.947372436523438"}},{id:"9e9d750a-8f14-4d04-a6ee-f9d62efbf607",title:"Fill-248",type:"svg",x:56.91843796535987,y:55.89315118766758,width:1.047123251877285,height:2.114196950003315,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M577.249873,162.552632 C576.064284,164.328722 575.14216,164.965155 573.34914,165.875401 C571.512209,166.815249 570.28271,164.942954 568.753154,167.436881 C566.301474,170.870656 570.28271,176.805759 574.271264,177.42739 C582.658206,178.567048 582.863123,165.964206 577.249873,162.552632"},{name:"id",value:"Fill-248"}],viewBox:"568 162.55262756347656 13.07891845703125 14.947372436523438"}},{id:"86023e8f-97ae-4859-a43f-51586f069361",title:"Fill-247",type:"svg",x:58.71351267990997,y:55.36460356885018,width:1.047123251877285,height:2.1141947917587514,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M594.634679,173.750327 C594.937178,173.788221 595.269927,173.742748 595.632926,173.60633 C598.604977,172.484664 597.417669,168.331472 595.080865,167.31591 C596.207673,162.382099 601.856841,166.28519 602.681151,164.830057 C606.40945,158.71395 596.426985,157.289132 592.396187,160.434342 C589.605634,162.617042 590.240882,166.489819 591.450878,169.331876 C592.078563,170.787009 592.86506,173.553278 594.634679,173.750327"},{name:"id",value:"Fill-247"}],viewBox:"590.4210815429688 158.8157958984375 13.07891845703125 14.947357177734375"}},{id:"f084e405-79d6-437a-8c7e-d6f8f5391f0a",title:"Fill-246",type:"svg",x:51.68280948949479,y:50.60766097090386,width:1.9446606091523275,height:4.492667709415333,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M517.19303,125.184211 C521.211743,130.673191 522.031092,138.082184 513.658123,138.812542 C512.76074,148.495434 522.397848,147.185307 526.525808,147.938254 C529.826615,161.348231 510.045183,157.922324 504.340951,149.737796 C498.347997,141.139147 509.163407,130.349424 517.19303,125.184211"},{name:"id",value:"Fill-246"}],viewBox:"502.6052551269531 125.18421173095703 24.289459228515625 31.763160705566406"}},{id:"ef3bc281-4329-47fb-9fc0-9c15f96b9ac9",title:"Fill-245",type:"svg",x:59.76063593178724,y:50.87193478031256,width:1.6454814900606467,height:3.9641190114756446,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M604.778305,142.413255 C607.06882,138.796394 606.425998,134.433557 608.310132,130.839302 C609.167228,129.211714 614.206361,126.242875 616.031385,127.260117 C618.44012,128.608904 619.555823,136.663954 620.612415,139.293713 C622.060612,142.910573 626.464312,149.910705 622.319218,153.301511 C616.201326,158.31237 598.653024,152.110961 604.778305,142.413255"},{name:"id",value:"Fill-245"}],viewBox:"603.5 127.05262756347656 20.5526123046875 28.026321411132812"}},{id:"1ecc3876-3c6d-49b0-872f-d453f6aa6758",title:"Fill-244",type:"svg",x:59.162277693603876,y:40.82950250516366,width:1.9446630524480595,height:3.964118471914504,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M615.855924,75.3760714 C607.807664,78.1344354 606.348577,89.2967161 596.026316,81.1580267 C605.362918,75.3533376 597.299136,56.7343805 607.00051,56.0675233 C615.203991,55.506757 626.783551,70.9429863 615.855924,75.3760714"},{name:"id",value:"Fill-244"}],viewBox:"596.0263061523438 56.05263137817383 24.28948974609375 28.026317596435547"}},{id:"76f37a42-e1e0-45ad-a501-25f4711d9016",title:"Fill-243",type:"svg",x:47.49430670880272,y:71.48535234503917,width:.8975373572750426,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M452.235258,275.142902 C455.432781,271.86901 460.106654,271.711322 461.427208,276.584616 C462.213606,280.812143 456.278529,282.051116 460.381151,288.366124 C457.183628,298.172783 445.780862,282.268875 452.235258,275.142902"},{name:"id",value:"Fill-243"}],viewBox:"450.2894592285156 272.78948974609375 11.210540771484375 18.6842041015625"}},{id:"8825b133-2a78-45a8-8670-d3b3c3a10034",title:"Fill-242",type:"svg",x:55.4225448131972,y:42.415150217666145,width:.8975349139793106,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M551.26068,69.6139463 C554.465471,66.3470347 559.139124,66.1818116 560.452198,71.0558935 C561.245977,75.2841032 555.311179,76.5232765 559.40619,82.8393056 C556.216236,92.6475504 544.806588,76.7410706 551.26068,69.6139463"},{name:"id",value:"Fill-242"}],viewBox:"549.3157958984375 67.2631607055664 11.21051025390625 18.6842041015625"}},{id:"6f7a3513-4553-4fad-a4bd-5305c4d47725",title:"Fill-241",type:"svg",x:56.17049138927854,y:52.986131730315876,width:1.6454814900606467,height:2.378469680289736,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M558.657895,153.76263 C567.182708,153.02245 559.264696,138.463101 572.540316,142.80796 C576.158922,141.919744 580.347328,144.021856 578.926526,147.93741 C578.090325,148.729403 572.481116,150.542845 570.978914,151.653116 C568.943911,154.228944 573.924118,157.174862 567.345508,158.633017 C563.726903,159.513832 560.197097,157.100844 558.657895,153.76263"},{name:"id",value:"Fill-241"}],viewBox:"558.6578979492188 142 20.5526123046875 16.815780639648438"}},{id:"a1251320-2e5b-42d9-b4b0-bc7519543803",title:"Fill-240",type:"svg",x:52.580346846769835,y:54.836053791788196,width:2.543021290631421,height:4.756941518824036,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M518.952366,188.165204 C520.318246,187.365566 521.436466,185.528772 522.614724,184.737051 C524.183234,183.691979 525.991899,183.240698 527.830582,183.082353 C530.63739,182.83692 533.466711,183.596972 536.258509,183.280284 C543.425623,182.480645 544.393746,175.830186 544.063534,169.163893 C547.200554,163.020136 545.556995,154.422042 538.292318,155.118757 C536.551197,156.258836 530.937583,165.561561 528.37093,167.746712 C523.087529,170.201048 520.37078,159.758244 514.914767,170.984852 C513.458829,173.985476 512.385638,192.052556 518.952366,188.165204"},{name:"id",value:"Fill-240"}],viewBox:"513.8157958984375 155.07894897460938 31.76318359375 33.63157653808594"}},{id:"213b7d56-4ef7-470e-8539-5c0b3948ffb4",title:"Fill-239",type:"svg",x:46.148004337833754,y:85.22762496620476,width:2.5430188473356896,height:3.4355713926582387,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M462.201788,393.947009 C460.28345,393.682925 457.748503,391.922365 455.457155,391.890354 C452.945045,391.858344 450.113213,393.146754 447.677228,393.690928 C445.446779,394.187086 442.96512,394.731259 440.871695,393.418841 C437.232943,391.138115 438.641247,386.224551 436.334673,383.527692 C432.338136,378.854204 432.048862,370.955689 438.565122,369.947368 C440.323599,370.555562 447.129131,377.429751 449.82394,378.782181 C454.954733,379.742487 455.236393,369.995384 462.293137,378.606125 C464.439849,381.214956 465.444692,386.440619 465.201094,389.753674 C464.942271,393.362823 463.777565,394.163078 462.201788,393.947009"},{name:"id",value:"Fill-239"}],viewBox:"433.47369384765625 369.9473571777344 31.763153076171875 24.28948974609375"}},{id:"899d7977-8351-405d-81ce-bb7cfa2a4bea",title:"Fill-238",type:"svg",x:52.43075850887186,y:42.943698915605836,width:2.393428066141983,height:3.9641190114756446,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M516.744411,71.2082821 C518.625357,71.9017444 520.767107,74.1269203 523.06692,74.6984552 C525.595924,75.3233333 528.757179,74.7975212 531.341505,74.8661054 C533.704543,74.9346896 536.336287,75.0185147 538.138202,76.7254989 C541.283651,79.6898599 538.715131,83.9115976 540.422209,86.9521632 C543.362176,92.2179047 541.821064,99.5868945 535.00856,98.9924983 C533.380514,98.0094582 528.109122,90.0384516 525.706568,88.1638172 C520.751301,86.0605688 518.198588,95.0146154 513.085258,85.3823474 C511.52834,82.4560888 511.725919,77.3808589 512.73752,74.3783956 C513.843959,71.1015956 515.203299,70.6367472 516.744411,71.2082821"},{name:"id",value:"Fill-238"}],viewBox:"511.9473876953125 71 29.89471435546875 28.026321411132812"}},{id:"0f21ca66-03ca-420e-8c68-49c54e1083cf",title:"Fill-237",type:"svg",x:56.91843796535987,y:58.27162302620189,width:1.9446630524480595,height:4.228391741762066,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M577.040896,207.1814 C570.266634,212.66318 566.070756,206.710187 568.889361,196.429887 C569.914309,190.453334 577.209052,186.259537 581.236775,182.961045 C587.90694,177.487119 593.167803,177.989746 592.166878,186.400901 C591.246027,194.230893 584.063387,203.380281 577.040896,207.1814"},{name:"id",value:"Fill-237"}],viewBox:"568 179.36842346191406 24.28948974609375 29.894729614257812"}},{id:"f291710b-7654-4c4c-a162-8e837889b747",title:"Fill-236",type:"svg",x:12.490396274047958,y:83.37770722122157,width:1.047125313408059,height:5.021216407355021,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M26.0962972,369.012611 C26.7158107,368.297212 22.4287775,387.680763 23.6678044,386.257495 C6.5788251,408.773742 15.7484238,362.099596 13.9946012,358.326807 C24.5511107,353.439501 26.0715167,361.813436 26.0962972,369.012611"},{name:"id",value:"Fill-236"}],viewBox:"13.078949928283691 356.8684387207031 13.078944206237793 35.5"}},{id:"11e73a5a-ea19-4fcf-bdf1-b72b86e064da",title:"Fill-235",type:"svg",x:38.96771280952061,y:83.37770290473242,width:1.047125695173017,height:5.285493454130569,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M356.762344,368.687304 C357.262188,367.866119 355.778036,388.569454 356.770034,386.927084 C343.504947,412.557529 345.965717,362.844258 343.789474,359.156821 C353.194228,352.697886 355.770346,361.201888 356.762344,368.687304"},{name:"id",value:"Fill-235"}],viewBox:"343.7894592285156 356.868408203125 13.078948974609375 37.368438720703125"}},{id:"17c03169-b02b-42c5-944f-76aef6521fa3",title:"Fill-234",type:"svg",x:47.79348582789441,y:75.71374192855667,width:1.047125695173017,height:5.285489137641442,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M467.002204,328.240595 C467.494181,329.053948 466.010564,308.348986 467.002204,309.991485 C453.741892,284.366923 456.201776,334.076204 454.026316,337.76393 C463.427685,344.223372 466.002876,335.718703 467.002204,328.240595"},{name:"id",value:"Fill-234"}],viewBox:"454.02630615234375 302.6842041015625 13.078948974609375 37.368408203125"}},{id:"b9082974-ad96-48c4-b6b8-1265eddac1e9",title:"Fill-233",type:"svg",x:58.41433111752255,y:49.022013797962515,width:1.047128138468749,height:5.285492375008286,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M599.660099,139.525485 C600.152076,140.346589 598.668458,119.645287 599.660099,121.279601 C586.399786,95.6595684 588.859671,145.360062 586.684211,149.055031 C596.08558,155.513332 598.668458,147.002271 599.660099,139.525485"},{name:"id",value:"Fill-233"}],viewBox:"586.6842041015625 113.97368621826172 13.0789794921875 37.368431091308594"}},{id:"05412cb0-774d-4a4c-9aff-ed7821e6bbb5",title:"Fill-232",type:"svg",x:56.32007972717651,y:49.022013797962515,width:1.6454863766521108,height:2.907020536473987,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M569.708578,131.109036 C566.266513,132.259495 558.976985,139.353991 560.820402,128.892485 C562.250771,123.216888 570.358746,123.43931 574.045579,119.412704 L572.905874,115.930648 C578.130163,110.592519 582.826669,117.27285 580.440171,122.856411 C579.843546,124.252301 570.221063,130.664192 569.708578,131.109036"},{name:"id",value:"Fill-232"}],viewBox:"560.5263061523438 113.97368621826172 20.55267333984375 20.552635192871094"}},{id:"a903bde4-e0fa-4f00-9ac0-8383b077d570",title:"Fill-231",type:"svg",x:55.87130982689113,y:39.77240456972315,width:1.1967164763667233,height:1.849921521911189,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M555.973656,57.10878 C550.930875,47.314834 565.448692,45.8168406 569.095986,53.3312314 C573.385522,61.382946 558.526762,65.3396025 555.973656,57.10878"},{name:"id",value:"Fill-231"}],viewBox:"554.9210205078125 48.578948974609375 14.9473876953125 13.07894515991211"}},{id:"0ccf9705-a8d1-4ae9-9846-714183fef882",title:"Fill-230",type:"svg",x:51.832400270688495,y:85.49190201298032,width:1.4958931521626722,height:2.907021615596269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M521.273354,380.253407 C526.440709,397.121944 508.546493,395.050645 504.926999,382.175635 C500.447582,368.264976 530.873221,369.112326 521.273354,380.253407"},{name:"id",value:"Fill-230"}],viewBox:"504.47369384765625 371.8157958984375 18.6842041015625 20.552642822265625"}},{id:"677abc93-c874-43bc-ad51-d198502ff39b",title:"Fill-229",type:"svg",x:57.815972879339185,y:45.322169675017854,width:1.4958931521626722,height:2.907020536473987,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M596.006884,96.2494838 C601.183445,113.125867 583.28443,111.046722 579.663966,98.1795583 C575.183347,84.2610535 605.617146,85.1162491 596.006884,96.2494838"},{name:"id",value:"Fill-229"}],viewBox:"579.2105102539062 87.81578826904297 18.6842041015625 20.552635192871094"}},{id:"df247672-ca8c-46a7-aa10-76d7ff1ad71f",title:"Fill-228",type:"svg",x:53.62747009864712,y:51.9290343344365,width:2.243844614835473,height:1.585647172941345,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M541.14137,135.032082 C545.003682,135.37762 553.166855,141.988905 554.921053,144.108202 C545.950025,149.014836 539.048643,141.128901 529.531352,142.603194 C520.975793,135.108868 535.494085,133.55011 541.14137,135.032082"},{name:"id",value:"Fill-228"}],viewBox:"526.8947143554688 134.5263214111328 28.0263671875 11.210525512695312"}},{id:"9e675cb3-9d59-4570-aff7-ff4a93a7624f",title:"Fill-227",type:"svg",x:53.77706332313655,y:52.97194127231221,width:.1495883378979744,height:.028380916007337335,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M528.763158,142.007717 C529.256421,141.953696 529.719789,141.938261 530.213053,141.899674 C530.347579,141.96913 530.482105,142.03087 530.631579,142.100326 L528.763158,142.007717"},{name:"id",value:"Fill-227"}],viewBox:"528.76318359375 141.89967346191406 1.868408203125 0.200653076171875"}},{id:"5f6ff3ba-9584-4043-a51f-c1b2f0631375",title:"Fill-226",type:"svg",x:59.91022915627668,y:47.700641513552156,width:1.4958882655712082,height:2.114195870881033,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M614.476067,104.707302 C621.668429,105.363632 626.298461,113.702872 622.933376,119.578947 C618.846623,117.424644 615.724797,111.45591 611.265047,112.444264 C601.129249,115.139074 605.288981,103.595404 614.476067,104.707302"},{name:"id",value:"Fill-226"}],viewBox:"605.3684692382812 104.63158416748047 18.68414306640625 14.947364807128906"}},{id:"efa73a72-f0e0-46f9-a053-f0de75af5a79",title:"Fill-225",type:"svg",x:51.98198860858647,y:46.37926815001951,width:1.1967164763667233,height:2.642745647943003,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M516.859343,96.8739218 C522.619431,100.647878 522.765159,110.184134 517.281187,113.973684 C514.819152,110.230918 514.872841,103.486142 510.68508,102.402299 C500.936648,100.33598 509.641975,91.8055927 516.859343,96.8739218"},{name:"id",value:"Fill-225"}],viewBox:"506.34210205078125 95.28947448730469 14.9473876953125 18.68421173095703"}},{id:"66a298da-9ab5-450c-b923-564cde656d9b",title:"Fill-224",type:"svg",x:55.4225448131972,y:45.85071945207982,width:2.094251390346034,height:3.699843043822378,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M549.98208,102.873055 C552.914397,92.5956175 567.177184,88.0921903 575.473684,94.565397 C571.016563,99.9259039 560.859019,102.865537 561.218717,109.6094 C562.743521,125.066907 545.798642,115.917206 549.98208,102.873055"},{name:"id",value:"Fill-224"}],viewBox:"549.3157958984375 91.5526351928711 26.15789794921875 26.15789031982422"}},{id:"2a2c25d9-816e-4b58-9626-be0120083e09",title:"Fill-223",type:"svg",x:49.139790642159106,y:58.800170645019286,width:1.4958931521626722,height:2.3784718385342996,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M473.164101,194.928545 C468.917238,191.560409 470.788342,185.490279 476.401654,183.484366 C479.522748,181.800298 483.280483,186.156421 485.827048,188.139879 C490.042854,191.433168 491.052163,196.073712 486.766482,198.820614 C482.775829,201.380398 476.665627,199.224791 473.164101,194.928545"},{name:"id",value:"Fill-223"}],viewBox:"470.84210205078125 183.10525512695312 18.6842041015625 16.8157958984375"}},{id:"c392cbc2-8182-42f1-88ef-905cf3877edf",title:"Fill-222",type:"svg",x:48.99020230426112,y:70.42825279091525,width:1.1967140330709916,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M474.537017,282.702287 C470.369743,286.121952 467.783935,282.403626 469.522797,275.98242 C470.152385,272.241694 474.641948,269.620946 477.11533,267.560187 C481.222643,264.140521 484.460525,264.454115 483.845927,269.710544 C483.2763,274.60858 478.861688,280.320467 474.537017,282.702287"},{name:"id",value:"Fill-222"}],viewBox:"468.97369384765625 265.3157958984375 14.947357177734375 18.6842041015625"}},{id:"921f2ea8-3048-46c4-bfac-becd498d2751",title:"Fill-221",type:"svg",x:53.77705843654508,y:48.49346402090055,width:1.047128138468749,height:2.114196950003315,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M535.088859,124.589384 C531.607436,126.660885 528.332672,123.04744 528.80958,117.993289 C528.698301,114.395419 535.200138,112.760024 537.894664,110.236842 C545.127759,113.538783 541.360191,122.681423 535.088859,124.589384"},{name:"id",value:"Fill-221"}],viewBox:"528.7631225585938 110.2368392944336 13.0789794921875 14.947372436523438"}},{id:"91f3e46c-98ec-4513-a514-937cdab7ff87",title:"Fill-220",type:"svg",x:59.76063593178724,y:45.05789586560915,width:1.4958931521626722,height:1.0570973958793757,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M614.540481,88.135812 C614.518352,87.8332182 614.680635,87.6924768 615.226497,88.3187757 C617.719757,84.4343154 625.081514,85.5883942 620.950668,89.845819 C619.748297,91.2813804 609.354795,93.9695395 607.820481,93.3221294 C596.593432,89.9373008 610.306364,87.3546977 614.540481,88.135812"},{name:"id",value:"Fill-220"}],viewBox:"603.5 85.94737243652344 18.6842041015625 7.4736785888671875"}},{id:"5cbded0c-97e6-468c-8408-7926e9d8ab36",title:"Fill-219",type:"svg",x:55.4225448131972,y:56.421700964729546,width:1.047123251877285,height:3.69984412294466,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M562.378326,181.968959 C562.265441,182.711758 558.675721,172.205359 559.894871,173.936005 C558.675721,172.205359 560.165793,169.77786 557.260904,169.310738 C549.389105,160.01426 550.84155,174.755381 550.570628,178.913526 C550.72114,182.750047 545.408052,190.668135 555.575165,192.314546 C562.837389,193.493836 562.415954,186.555936 562.378326,181.968959"},{name:"id",value:"Fill-219"}],viewBox:"549.3157958984375 166.2894744873047 13.07891845703125 26.15789794921875"}},{id:"c750b10d-1be8-40d9-8816-bce8d1a7ff89",title:"Fill-218",type:"svg",x:53.477881760749135,y:40.03667891869299,width:2.094251390346034,height:2.642745108381862,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M532.248631,53.5828599 C531.65741,54.09349 542.803896,51.7348654 540.628203,51.5322344 C542.803896,51.7348654 544.128231,49.0277155 546.106851,51.483603 C558.483077,53.7692804 544.782516,60.4236818 541.282488,62.9282007 C537.829757,64.8734581 533.738508,74.1215361 526.833047,65.546193 C521.898323,59.4186322 528.20468,56.0387474 532.248631,53.5828599"},{name:"id",value:"Fill-218"}],viewBox:"525.0263061523438 50.44736862182617 26.15789794921875 18.684207916259766"}},{id:"73c90add-5128-4052-808b-d873b3f4157a",title:"Fill-217",type:"svg",x:49.28937898005708,y:55.89315118766758,width:.8975373572750426,height:1.84992206147233,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M477.532108,175.501728 C478.85267,175.350628 478.756629,173.303229 479.661013,172.562841 C481.325721,171.255829 482.142068,172.434406 483.406605,170.545661 C483.446622,170.470111 483.486639,170.394561 483.526656,170.311456 L483.590683,170.68165 C483.58268,170.545661 483.590683,170.371896 483.590683,170.175467 C484.038874,169.147989 484.038874,167.765428 483.542663,166.881495 C483.430615,165.136295 483.110479,163.391095 482.262119,162.907576 C480.277275,161.706334 479.709034,163.836838 478.372465,165.09852 C475.987452,167.274354 471.241435,167.984523 473.154248,172.517511 C473.682472,174.043617 475.787367,176.181676 477.532108,175.501728"},{name:"id",value:"Fill-217"}],viewBox:"472.71051025390625 162.55262756347656 11.210540771484375 13.078948974609375"}},{id:"c0a625b0-e52b-495a-9c6d-9372d22b2861",title:"Fill-216",type:"svg",x:56.91843796535987,y:41.358051742664486,width:2.094251390346034,height:2.378470759412018,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M570.415969,61.5596216 C572.285779,59.9573325 575.053098,62.8796026 577.237037,62.6430742 C581.171117,62.1166078 580.542861,59.3927164 584.79107,60.2320107 C584.955613,60.2701604 585.112677,60.32357 585.269741,60.3769797 L584.828466,59.7894737 C585.015447,59.9725924 585.269741,60.2167508 585.546473,60.476169 C587.565868,61.2544237 589.502992,63.1313909 590.131248,65.023618 C592.449813,67.5567607 594.499125,70.3645815 594.110204,72.203399 C593.294967,76.5677292 589.592743,74.4466037 586.122375,74.5686828 C580.049231,74.8967706 573.078579,80.4666326 569.099622,71.6540427 C567.618733,68.8538518 567.259729,63.0474615 570.415969,61.5596216"},{name:"id",value:"Fill-216"}],viewBox:"568 59.78947448730469 26.15789794921875 16.81578826904297"}},{id:"596e1d21-8b03-4a6a-be25-b6a7e5eb65d3",title:"Fill-215",type:"svg",x:31.189066707967697,y:80.73496265240084,width:2.243840949891874,height:3.171290029393564,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M266.491369,356.260347 C268.202656,352.277347 272.221825,350.342104 274.20001,346.696646 C275.291152,344.671392 274.380559,339.345724 272.017726,338.415607 C269.474346,337.410481 266.938815,339.9533 264.787931,340.815908 C262.3309,341.798532 259.69332,341.956051 257.04789,342.203582 C253.067971,342.578629 247.007817,342.593631 246.646719,347.634264 C246.073674,355.630267 261.930553,366.904182 266.491369,356.260347"},{name:"id",value:"Fill-215"}],viewBox:"246.63157653808594 338.1842346191406 28.026321411132812 22.4210205078125"}},{id:"7b86ed63-d973-4b74-9543-355257890fed",title:"Fill-214",type:"svg",x:36.42469640548065,y:60.65009270649161,width:1.1967140330709916,height:2.3784718385342996,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M318.712691,196.203375 C314.14011,195.909164 310.483547,199.029351 312.683492,203.713503 C314.860911,207.538249 320.176818,204.363865 321.21297,212.098523 C330.080323,217.456264 328.293337,197.225372 318.712691,196.203375"},{name:"id",value:"Fill-214"}],viewBox:"312.0263366699219 196.1842041015625 14.947357177734375 16.8157958984375"}},{id:"410208d1-1e12-4bb4-9f7b-9654022bec35",title:"Fill-213",type:"svg",x:33.732086776951256,y:83.37770290473242,width:1.047125695173017,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M286.923014,357.92436 C277.127425,352.872708 275.634295,367.390307 283.149169,371.041345 C291.205508,375.33761 295.151637,360.473792 286.923014,357.92436"},{name:"id",value:"Fill-213"}],viewBox:"278.3947448730469 356.868408203125 13.078948974609375 14.9473876953125"}},{id:"31c1efe3-b17a-4988-aaba-29e1bb0e815e",title:"Fill-212",type:"svg",x:30.14194101279469,y:86.81327429739066,width:1.1967152547188573,height:1.585645014696782,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M235.383806,383.571386 C232.055776,385.445823 233.489503,389.902317 237.864971,391.942367 C240.76214,393.771638 245.137608,389.179642 248.465638,388.178437 C249.134215,380.597881 239.878132,379.310617 235.383806,383.571386"},{name:"id",value:"Fill-212"}],viewBox:"233.55262756347656 381.15789794921875 14.947372436523438 11.21051025390625"}},{id:"35e68b39-b246-45fc-a3fe-7968def02112",title:"Fill-211",type:"svg",x:29.094815317621666,y:75.71374192855667,width:1.7950734929022194,height:1.5856493311859086,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M233.102369,303.084328 C233.768438,303.106091 225.015497,307.175913 226.386817,305.978906 C225.015497,307.175913 222.735187,306.189289 222.64899,308.655848 C215.4476,316.178851 228.126435,313.451127 231.778065,313.247999 C235.108414,312.718414 242.607577,316.338451 242.889677,307.690988 C243.093416,301.517338 237.098788,302.583761 233.102369,303.084328"},{name:"id",value:"Fill-211"}],viewBox:"220.4736785888672 302.6842041015625 22.421066284179688 11.210540771484375"}},{id:"6c7b8684-b4bf-4931-ba01-8fb0539a39ae",title:"Fill-210",type:"svg",x:26.40220691074014,y:81.26350811297365,width:2.094251390346034,height:1.84992206147233,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M201.575445,342.392294 C202.350397,342.414254 192.141592,347.16491 193.738942,345.774117 C192.141592,347.16491 189.476707,346.008356 189.381815,348.892421 C180.975959,357.661736 195.771214,354.484872 200.025541,354.243313 C203.916116,353.635756 212.662001,357.852055 212.994124,347.765147 C213.231354,340.562304 206.233064,341.799377 201.575445,342.392294"},{name:"id",value:"Fill-210"}],viewBox:"186.84210205078125 341.9210510253906 26.15789794921875 13.078948974609375"}},{id:"ad2acfd9-f6fb-4708-9e5a-1288b215e8f6",title:"Fill-209",type:"svg",x:27.598922165458998,y:82.84915744415959,width:1.7950722712543532,height:3.4355670761691117,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M217.016622,353.188894 C214.480031,352.963737 213.80881,357.063138 211.802952,358.165629 C208.126847,360.083341 207.080991,357.435811 203.935618,360.68117 C203.818545,360.805395 203.709276,360.945147 203.607812,361.084899 L203.646837,360.331789 C203.592203,360.595766 203.514154,360.945147 203.4283,361.333348 C202.156102,363.188948 201.586345,365.921882 202.148297,367.87065 C201.633174,371.372222 201.508296,374.94367 202.905372,376.248025 C206.136598,379.400215 208.080017,375.417275 211.116122,373.445214 C216.509304,370.075631 225.711276,370.557 224.002003,360.820923 C223.642978,357.598855 220.575655,352.536716 217.016622,353.188894"},{name:"id",value:"Fill-209"}],viewBox:"201.7894744873047 353.131591796875 22.421051025390625 24.289459228515625"}},{id:"03d922b3-2428-4ebb-b232-1f33769a89bf",title:"Fill-208",type:"svg",x:34.330442571838894,y:74.92091942120828,width:.8975373572750426,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M294.876592,298.517565 C294.853215,299.271795 294.362285,300.142659 294.307737,300.811359 C294.237604,301.70555 294.455795,302.576414 294.798667,303.400624 C295.320767,304.652492 296.248078,305.717745 296.739008,306.977388 C298.001399,310.227578 295.538958,312.031511 292.788193,313.283378 C291.011495,315.919297 287.193152,317.007878 285.868421,313.742137 C285.938554,312.754639 288.439958,308.400318 288.751659,306.837428 C288.572431,304.053773 283.772229,305.072373 287.076264,300.375926 C287.964613,299.124059 294.985688,294.886372 294.876592,298.517565"},{name:"id",value:"Fill-208"}],viewBox:"285.868408203125 297.0789489746094 11.210540771484375 18.6842041015625"}},{id:"1f26a59f-71c9-4bfa-bdac-c6e8e8d35da0",title:"Fill-207",type:"svg",x:30.14194101279469,y:83.11343017444601,width:.8975361356271766,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M242.560276,356.443804 C242.5369,357.190371 242.045999,358.061366 241.991455,358.730166 C241.921326,359.624491 242.139504,360.495486 242.482356,361.319821 C243.004425,362.579653 243.931683,363.637289 244.422584,364.897121 C245.684901,368.147799 243.230395,369.952003 240.471999,371.204058 C238.703197,373.840373 234.877285,374.929117 233.552632,371.662886 C233.62276,370.67524 236.124018,366.320265 236.435701,364.75714 C236.256483,361.973067 231.456562,362.99182 234.760404,358.294669 C235.648701,357.042613 242.669366,352.80429 242.560276,356.443804"},{name:"id",value:"Fill-207"}],viewBox:"233.55262756347656 355 11.210525512695312 18.6842041015625"}},{id:"900bc2ff-2d28-4f8e-9a69-ba09e64578bf",title:"Fill-206",type:"svg",x:16.82848792710894,y:86.81327429739066,width:1.1967146438949245,height:1.585645014696782,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M69.092322,383.571386 C65.7667612,385.445823 67.2010254,389.902317 71.5759029,391.942367 C74.4704413,393.771638 78.8482913,389.179642 82.1760816,388.178437 C82.8456526,380.597881 73.5846159,379.310617 69.092322,383.571386"},{name:"id",value:"Fill-206"}],viewBox:"67.2631607055664 381.15789794921875 14.947364807128906 11.21051025390625"}},{id:"56a33d01-fd74-445d-883c-ca04eab8a6dc",title:"Fill-205",type:"svg",x:18.025202571003867,y:83.9062526817944,width:1.1967146438949245,height:1.84992206147233,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M96.5608858,366.924624 C98.6373952,363.453206 95.0219459,360.171137 89.9640838,360.652402 C86.3721776,360.541948 84.7367107,367.042968 82.2105263,369.733318 C85.513636,376.97596 94.6538873,373.196847 96.5608858,366.924624"},{name:"id",value:"Fill-205"}],viewBox:"82.21052551269531 360.6052551269531 14.947364807128906 13.078948974609375"}},{id:"6d23424b-fcaf-4c95-9e8b-6128a850bf9d",title:"Fill-204",type:"svg",x:24.15836718249613,y:84.17052541208082,width:2.243839728244008,height:1.84992206147233,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M176.354796,366.729451 L175.299286,366.495308 C168.79548,365.668003 148.267359,371.154754 165.62895,375.45518 C168.034892,376.337119 183.518295,371.006463 185.194694,368.59479 C191.031045,361.383186 179.746399,360.267104 176.354796,366.729451"},{name:"id",value:"Fill-204"}],viewBox:"158.8157958984375 362.4736633300781 28.02630615234375 13.078948974609375"}},{id:"7dec2f00-852b-4f7e-baea-c1c1dfa83458",title:"Fill-203",type:"svg",x:29.39399443671335,y:78.62076354415295,width:1.3463048142646978,height:3.17129434588269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M236.768736,324.633196 C240.35983,327.128664 242.475338,340.749756 239.862949,341.90151 C236.279384,343.485172 229.338109,348.284147 225.972871,343.77311 C221.004062,337.086538 227.154845,317.946624 236.768736,324.633196"},{name:"id",value:"Fill-203"}],viewBox:"224.2105255126953 323.2368469238281 16.8157958984375 22.421051025390625"}},{id:"e3c859b1-fe2e-4a34-8bc5-8ed4d79d98f7",title:"Fill-202",type:"svg",x:12.490395892282999,y:78.62076354415295,width:1.1967152547188573,height:2.907017299107143,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M23.3565352,342.586949 C18.5086659,345.081796 12.9809124,343.75019 13.0802674,338.071736 C13.5778638,333.25806 20.9408117,333.83968 18.2647944,325.704644 C25.3066859,316.161473 33.3117467,336.985024 23.3565352,342.586949"},{name:"id",value:"Fill-202"}],viewBox:"13.07894515991211 323.2368469238281 14.947372436523438 20.5526123046875"}},{id:"1b15eff4-877e-4ec9-83e6-65cc742b26be",title:"Fill-201",type:"svg",x:14.135879214815445,y:82.05633062032206,width:.7479468814933027,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M42.7623084,349.278797 C43.5898502,350.45934 41.7196058,351.891224 41.7330041,353.17078 C41.8078769,355.486167 43.436952,355.288141 42.6976814,357.702541 C42.6653678,357.793938 42.6267492,357.885335 42.5857662,357.976732 L42.952249,357.755856 C42.8348169,357.85487 42.6803424,357.984349 42.5093171,358.12906 C41.9347667,359.256288 40.7241913,360.26927 39.5813955,360.520612 C37.9657188,361.716387 36.2050252,362.744602 35.1528649,362.40948 C32.6481719,361.670689 34.1054335,359.652341 34.237052,357.626377 C34.4041367,354.077132 31.5558167,349.697699 36.9387788,347.907844 C38.6640064,347.214751 42.0797835,347.351846 42.7623084,349.278797"},{name:"id",value:"Fill-201"}],viewBox:"33.6315803527832 347.52630615234375 9.342105865478516 14.9473876953125"}},{id:"a08107ec-4ff5-4e5a-9a38-31b3197076c4",title:"Fill-200",type:"svg",x:13.986289655269603,y:84.96335223591834,width:1.7950725766663198,height:3.4355670761691117,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M53.9760347,375.774111 C53.6177749,372.552315 50.548761,367.490602 46.9864569,368.134961 C44.4560034,367.917587 43.7824125,372.016643 41.774909,373.119041 C38.1025513,375.036592 37.0566513,372.389285 33.9072435,375.626608 C33.7932873,375.758585 33.6847947,375.890562 33.5794242,376.030302 C33.5794242,376.030302 33.4888836,375.898325 33.4022456,376.286494 C32.1315552,378.141938 31.5586517,380.866878 32.1237499,382.823246 C31.6086052,386.31676 31.4782579,389.887907 32.8792956,391.192152 C36.1122192,394.351842 38.0510368,390.361473 41.0903909,388.389578 C46.4814589,385.028041 55.6838176,385.50937 53.9760347,375.774111"},{name:"id",value:"Fill-200"}],viewBox:"31.76315689086914 368.0789489746094 22.42105484008789 24.289459228515625"}},{id:"4a65fa01-5e69-4ef8-8514-626dd665c447",title:"Fill-199",type:"svg",x:28.945225758075825,y:71.74962507532561,width:1.3463048142646978,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M235.200906,285.283297 C234.286757,281.303789 227.934593,278.650784 225.817205,277.324282 C223.090385,275.330781 217.33984,270.024771 218.855609,283.956794 L219.761944,282.630292 C218.550892,291.91581 221.582429,285.942801 223.090385,287.269304 C223.99672,288.595806 226.418825,291.91581 227.934593,292.575314 C230.051981,293.901816 236.708862,294.568815 235.200906,285.283297"},{name:"id",value:"Fill-199"}],viewBox:"218.60525512695312 274.65789794921875 16.8157958984375 18.6842041015625"}},{id:"fb6ec532-0383-4321-9568-fac480a3dc71",title:"Fill-198",type:"svg",x:41.21155498106035,y:86.54900156710424,width:1.7950722712543532,height:2.1141947917587514,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M388.484889,379.487382 C384.522775,378.325679 379.242482,382.606047 377.090971,383.81453 C374.06825,385.233523 365.939477,386.223699 379.037937,391.751533 C386.750044,397.380724 382.825809,391.78272 384.697017,391.10441 C386.295499,390.96407 390.363673,390.465084 391.643974,389.459314 C393.803061,388.250832 397.446993,382.722997 388.484889,379.487382"},{name:"id",value:"Fill-198"}],viewBox:"371.8157958984375 379.28948974609375 22.421051025390625 14.947357177734375"}},{id:"57ab861a-6055-47c1-9f29-6ee4bcb1dbf8",title:"Fill-197",type:"svg",x:20.269043520895746,y:83.37770290473242,width:1.1967146438949245,height:2.907021615596269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M124.976067,368.860064 C124.126493,364.632576 118.164826,361.806288 116.180044,360.405087 C113.623998,358.287362 109.090494,351.241548 110.50401,366.041738 C109.368803,375.905878 112.210482,369.560665 113.623998,370.969828 C114.480896,372.37899 116.75131,375.905878 118.164826,376.606479 C120.149607,378.015642 126.396907,378.724204 124.976067,368.860064"},{name:"id",value:"Fill-197"}],viewBox:"110.23684692382812 356.868408203125 14.947364807128906 20.552642822265625"}},{id:"4275e98d-18ad-4a18-ac55-4b101bc7d0df",title:"Fill-196",type:"svg",x:16.080540740203674,y:78.88503627443939,width:1.047125695173017,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M61.7490755,325.105263 C62.9326306,326.873958 63.8548813,327.510392 65.6503424,328.420641 C67.4889883,329.360491 68.7149961,327.488191 70.246957,329.982125 C72.6989728,333.423309 68.7149961,339.351027 64.7302875,339.980061 C56.3414658,341.119722 56.1372532,328.509446 61.7490755,325.105263"},{name:"id",value:"Fill-196"}],viewBox:"57.921051025390625 325.1052551269531 13.078948974609375 14.9473876953125"}},{id:"a13910d1-9671-4eac-bbb6-7ae68b965927",title:"Fill-195",type:"svg",x:54.52500989921789,y:87.07755134416621,width:1.1967115897752594,height:1.8499177449832032,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M538.189253,389.723743 C537.911408,388.704776 538.276993,387.812192 539.980622,387.425143 C542.232629,386.919609 543.921634,391.05077 546.129771,390.434651 C548.915533,389.660552 547.299645,383.728425 548.111245,383.412466 C554.618668,380.892694 554.011796,391.398325 550.246265,394.858074 C547.643295,397.251462 544.104427,395.782254 541.655004,393.941794 C540.594806,393.143998 538.627956,391.279841 538.189253,389.723743"},{name:"id",value:"Fill-195"}],viewBox:"538.1052856445312 383.0263366699219 14.94732666015625 13.07891845703125"}},{id:"1c46694e-ebc4-4586-aad1-a55b9419f31c",title:"Fill-194",type:"svg",x:24.30795674204197,y:86.81327429739066,width:1.1967140330709916,height:1.84992206147233,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M175.549101,387.653094 C175.826688,388.682245 175.446833,389.568898 173.744788,389.933059 C171.48757,390.415968 169.836659,386.259783 167.630575,386.853523 C164.840099,387.605595 166.396045,393.566752 165.5852,393.867581 C159.054607,396.329626 159.763184,385.800623 163.561739,382.37276 C166.184211,380.005713 169.697866,381.509857 172.130402,383.386077 C173.18231,384.201481 175.132721,386.085619 175.549101,387.653094"},{name:"id",value:"Fill-194"}],viewBox:"160.68421936035156 381.15789794921875 14.947357177734375 13.078948974609375"}},{id:"2792976d-1206-4b88-8af0-6dc1a5787824",title:"Fill-193",type:"svg",x:14.435057723083194,y:78.35648649737742,width:1.047125695173017,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M46.1841413,336.083034 C45.2878501,336.571198 44.3756753,336.368421 43.6571296,334.731194 C42.710162,332.560741 46.2310359,330.067348 45.1895228,327.964487 C43.8749624,325.313379 38.6537825,328.08465 38.1886187,327.326118 C34.4567194,321.265371 44.4399662,319.85345 48.4744111,322.977701 C51.2608557,325.133134 50.6300482,328.970856 49.4138151,331.787188 C48.8873858,333.011354 47.555429,335.347032 46.1841413,336.083034"},{name:"id",value:"Fill-193"}],viewBox:"37.3684196472168 321.368408203125 13.078948974609375 14.9473876953125"}},{id:"fa56f217-d40e-4fa4-bed9-8487cf923644",title:"Fill-192",type:"svg",x:22.213705351695936,y:65.40703422531566,width:1.047125695173017,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M147.262719,243.686522 C147.427248,243.420457 147.539427,243.091788 147.584299,242.69269 C147.935793,239.406001 143.777691,238.568678 141.840734,240.274626 C138.034127,236.925334 141.885606,233.849932 143.059746,232.042253 C139.387753,225.71929 133.681582,234.342935 134.631364,239.56251 C135.289481,243.170043 138.953994,244.390813 141.982827,244.586449 C143.530898,244.68818 146.305458,245.235961 147.262719,243.686522"},{name:"id",value:"Fill-192"}],viewBox:"134.5263214111328 229.81578063964844 13.078948974609375 14.9473876953125"}},{id:"67c77fc3-5f4d-4bc4-892c-9c2dc14bcfa1",title:"Fill-191",type:"svg",x:20.41863246961765,y:73.86381986708436,width:1.9446612199762605,height:4.22839390000663,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M122.149735,289.605779 C120.944361,289.62859 119.994431,290.480209 119.212135,293.088293 C117.280344,299.467832 125.43857,299.011608 125.646118,301.193881 C126.564118,310.964689 116.705596,309.649242 112.482797,310.402012 C109.106153,323.944276 129.334083,320.484574 135.177352,312.219307 C139.176639,306.546915 132.551074,293.438065 126.468326,291.020075 C124.720135,290.320531 123.315196,289.582968 122.149735,289.605779"},{name:"id",value:"Fill-191"}],viewBox:"112.10526275634766 289.6052551269531 24.289466857910156 29.894744873046875"}},{id:"86f66d5e-160a-4805-b4bc-cbe448cc5c3e",title:"Fill-190",type:"svg",x:12.639985604534823,y:73.86381986708436,width:1.645482864414496,height:3.964121169720208,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M34.2201048,304.964825 C31.935328,301.347662 32.5774597,296.984459 30.6909671,293.389903 C29.837501,291.76218 24.7957701,288.800627 22.9691309,289.810419 C20.5594747,291.159319 19.4466436,299.215043 18.3899713,301.845022 C16.9379705,305.462185 12.5383712,312.470439 16.6778665,315.853994 C22.8021324,320.865272 40.3495432,314.663344 34.2201048,304.964825"},{name:"id",value:"Fill-190"}],viewBox:"14.947370529174805 289.6052551269531 20.552629470825195 28.026336669921875"}},{id:"4b16fbb1-4b1a-4c0c-a59d-fb6873b50ff8",title:"Fill-189",type:"svg",x:12.78957501137468,y:63.82138705237431,width:1.9446615253882271,height:3.9641190114756446,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M21.2762273,237.925572 C29.3255149,240.69215 30.7863403,251.849417 41.1052632,243.708856 C31.7705734,237.902833 39.8322803,219.279596 30.1351009,218.620165 C21.9297953,218.05927 10.3464279,233.491468 21.2762273,237.925572"},{name:"id",value:"Fill-189"}],viewBox:"16.815792083740234 218.60525512695312 24.289470672607422 28.026321411132812"}},{id:"1397bc98-3283-4db6-b4e3-d07a397ac58d",title:"Fill-188",type:"svg",x:22.363294911241777,y:70.69252552120166,width:2.243839728244008,height:3.69984412294466,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M143.214586,272.699974 C141.687752,281.144482 130.509426,284.409072 140.509004,293.342105 C144.931286,283.121846 165.28644,288.11566 164.39249,278.368418 C163.64094,270.117769 145.983457,261.114946 143.214586,272.699974"},{name:"id",value:"Fill-188"}],viewBox:"136.39474487304688 267.1842041015625 28.02630615234375 26.15789794921875"}},{id:"be273b1d-fad4-41e3-bb12-5f47c6264504",title:"Fill-187",type:"svg",x:12.191217384015252,y:60.121545087674214,width:2.69260840688153,height:3.17129434588269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M11.3073084,199.522416 C7.23141698,206.762945 9.4039067,215.011649 18.6842763,214.866533 C22.8543485,214.805432 24.535357,210.68108 27.4233042,208.588353 C31.1533384,205.892249 40.4566596,208.450875 42.652101,202.783709 C44.0711444,199.109981 40.5073115,196.604819 37.5607981,195.069643 C29.6852261,190.968204 16.481712,191.128596 11.3073084,199.522416"},{name:"id",value:"Fill-187"}],viewBox:"9.342105865478516 192.44737243652344 33.63157653808594 22.421051025390625"}},{id:"976e6864-f7cb-41d9-9156-94d28f9d88f0",title:"Fill-186",type:"svg",x:32.08660284359488,y:85.22762496620476,width:2.5430188473356896,height:3.4355713926582387,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M281.345607,393.531639 C289.134392,390.508068 292.924367,382.699772 285.91678,376.894203 C279.566639,372.452359 273.061804,381.608793 265.775771,370.021033 C247.266771,368.244295 264.770267,399.251489 281.345607,393.531639"},{name:"id",value:"Fill-186"}],viewBox:"257.84210205078125 369.9473571777344 31.763153076171875 24.28948974609375"}},{id:"df040057-3b52-4c65-8151-84cabd37bd0d",title:"Fill-185",type:"svg",x:23.260831046868958,y:74.39236964414633,width:2.69260840688153,height:3.17129434588269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M149.571078,300.349576 C145.491729,307.621989 147.670022,315.907017 156.961434,315.761262 C164.842896,315.017144 163.892368,303.97044 177.199761,307.982541 C192.812185,297.419131 158.743674,285.413512 149.571078,300.349576"},{name:"id",value:"Fill-185"}],viewBox:"147.6052703857422 293.34210205078125 33.63157653808594 22.421051025390625"}},{id:"296831c6-c742-4fdd-b412-e7d0f3e565aa",title:"Fill-184",type:"svg",x:17.72602406273612,y:65.40703638356023,width:.8975361356271766,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M87.7382112,232.166027 C84.5375641,228.899881 79.8627199,228.734697 78.547294,233.607636 C77.7564062,237.842362 83.6902903,239.073736 79.5904349,245.395792 C82.7881144,255.194228 94.1936657,239.298988 87.7382112,232.166027"},{name:"id",value:"Fill-184"}],viewBox:"78.47368621826172 229.8157958984375 11.210525512695312 18.6842041015625"}},{id:"b06f05d3-05fa-40c8-93ad-8e10b5d93d7d",title:"Fill-183",type:"svg",x:47.04553925181307,y:66.72840435148146,width:1.6454839333563787,height:2.378476155023426,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M444.684211,251.521729 C451.693607,247.661206 447.197873,236.251384 458.391643,239.850556 C462.105181,238.961963 466.403467,241.07517 464.945391,245.025298 C464.079659,245.831752 458.323296,247.653739 456.781685,248.773814 C454.693295,251.372386 459.804155,254.344316 453.060553,255.815347 C449.597623,256.562063 446.096722,254.590732 444.684211,251.521729"},{name:"id",value:"Fill-183"}],viewBox:"444.6842041015625 239.15786743164062 20.552642822265625 16.815826416015625"}},{id:"e94561c1-e358-4413-a4ce-21d31a4e253c",title:"Fill-182",type:"svg",x:25.205492877669148,y:66.72840435148146,width:1.6454827117085127,height:2.378476155023426,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M192.447368,251.521729 C185.430378,247.661206 189.926112,236.251384 178.739936,239.850556 C175.026398,238.961963 170.728112,241.07517 172.186188,245.025298 C173.05192,245.831752 178.800689,247.653739 180.349894,248.773814 C182.438284,251.372386 177.327424,254.344316 184.071026,255.815347 C187.533956,256.562063 191.034857,254.590732 192.447368,251.521729"},{name:"id",value:"Fill-182"}],viewBox:"171.89474487304688 239.15786743164062 20.552627563476562 16.815826416015625"}},{id:"364a2aab-b1d5-42c8-9951-e91fbb15d982",title:"Fill-181",type:"svg",x:16.23013029974951,y:75.97801897533223,width:1.6454827117085127,height:2.378467522045173,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M80.3421053,316.315164 C71.8229188,315.582372 79.7360235,301.015341 66.4614259,305.360284 C62.8404756,304.479452 58.6526649,306.574203 60.073516,310.489833 C60.9134462,311.289243 66.522108,313.095318 68.0251021,314.20561 C70.0601753,316.781487 65.0797961,319.727462 71.6586328,321.185645 C75.2795831,322.066477 78.8043299,319.653442 80.3421053,316.315164"},{name:"id",value:"Fill-181"}],viewBox:"59.78947448730469 304.5526428222656 20.552627563476562 16.815765380859375"}},{id:"cb2142f9-665e-40b1-8bcc-6c66025a3aa2",title:"Fill-180",type:"svg",x:18.922738706631044,y:77.82794103680456,width:2.543019458159622,height:4.756939360579472,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M120.047225,350.717828 C118.681237,349.918189 117.562928,348.081394 116.384576,347.29759 C114.815942,346.244599 113.007133,345.793318 111.168303,345.634974 C108.361273,345.397457 105.531726,346.149593 102.738957,345.840821 C95.5735239,345.033265 94.6060741,338.382801 94.9385646,331.716502 C91.7975428,325.580657 93.4434833,316.97464 100.710239,317.671355 C102.444744,318.811434 108.068561,328.114167 110.627912,330.307237 C115.911734,332.761575 118.628699,322.310845 124.085146,333.54538 C125.541199,336.538089 126.614475,354.605183 120.047225,350.717828"},{name:"id",value:"Fill-180"}],viewBox:"93.42105102539062 317.631591796875 31.763160705566406 33.631561279296875"}},{id:"4fd685f5-be0f-4a88-b9e9-f0859af855fe",title:"Fill-179",type:"svg",x:19.221917214898795,y:65.93558400237764,width:2.3934305094377146,height:3.9641190114756446,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M122.255559,233.760914 C120.382504,234.454376 118.232837,236.679552 115.93301,237.251087 C113.403991,237.875965 110.242716,237.350153 107.666277,237.418737 C105.295321,237.487321 102.667512,237.571146 100.860053,239.27813 C97.7169559,242.250112 100.28154,246.464229 98.5807742,249.504795 C95.6352566,254.770536 97.1795392,262.139526 103.993667,261.54513 C105.619352,260.56971 110.890777,252.598704 113.293346,250.716449 C118.248644,248.6132 120.801373,257.567247 125.914735,247.934979 C127.471662,245.016341 127.274083,239.941111 126.262475,236.931027 C125.156029,233.654227 123.796681,233.189379 122.255559,233.760914"},{name:"id",value:"Fill-179"}],viewBox:"97.15789031982422 233.55262756347656 29.894744873046875 28.026321411132812"}},{id:"fd181149-ca50-416d-8801-f76d8b56d5cc",title:"Fill-178",type:"svg",x:14.584647282629035,y:72.01389780561202,width:1.0471253897610506,height:5.285493454130569,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M39.3412328,302.075854 C38.8461439,302.897039 40.3275666,282.193704 39.3373889,283.836074 C52.6002349,258.205629 50.1363223,307.9189 52.3157895,311.606336 C42.9098701,318.065272 40.332948,309.56127 39.3412328,302.075854"},{name:"id",value:"Fill-178"}],viewBox:"39.23684310913086 276.52630615234375 13.07894515991211 37.368438720703125"}},{id:"eec5abed-80a6-487c-bb8b-a90029c6736b",title:"Fill-177",type:"svg",x:18.623560198363293,y:86.5489972506151,width:2.8421979664273698,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M112.015053,393.892579 C112.648206,394.581551 93.6543853,387.875555 94.929185,389.2535 C74.4358726,369.885726 120.330978,384.928285 124.353817,383.764688 C127.921094,394.512654 119.28087,394.84183 112.015053,393.892579"},{name:"id",value:"Fill-177"}],viewBox:"89.68421173095703 379.2894592285156 35.5 14.9473876953125"}},{id:"fd644c77-84d4-4e68-9dce-94e727d4528f",title:"Fill-176",type:"svg",x:21.76493667305841,y:61.97146714914654,width:2.8421979664273698,height:2.1141947917587514,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M142.096947,220.129618 C141.456095,220.818341 160.450035,214.114765 159.176051,215.484559 C179.667888,196.123773 133.781307,211.168558 129.750886,209.997728 C126.183731,220.749469 134.831379,221.078526 142.096947,220.129618"},{name:"id",value:"Fill-176"}],viewBox:"128.92105102539062 205.5263214111328 35.5 14.947357177734375"}},{id:"28cdfdf7-31d7-41cb-bb78-cb2d0e356fb1",title:"Fill-175",type:"svg",x:16.080541351027605,y:72.01389780561202,width:1.6454827117085127,height:2.907021615596269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M69.2900372,293.661645 C72.7313322,294.812112 80.0208502,301.906654 78.1804955,291.44508 C76.745539,285.777116 68.6414001,285.99187 64.9561013,281.965238 L66.0958056,278.48316 C60.8661693,273.144996 56.175024,279.825371 58.5592242,285.416637 C59.155083,286.812536 68.775258,293.224468 69.2900372,293.661645"},{name:"id",value:"Fill-175"}],viewBox:"57.921058654785156 276.52630615234375 20.552627563476562 20.552642822265625"}},{id:"d9446063-361f-4557-af19-82fa5faba240",title:"Fill-174",type:"svg",x:16.978076875830848,y:62.76428965649493,width:1.1967152547188573,height:1.84992206147233,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M83.0256559,219.660216 C88.0696664,209.863697 73.5560456,208.373453 69.9042517,215.881675 C65.6134337,223.935505 80.4766943,227.893201 83.0256559,219.660216"},{name:"id",value:"Fill-174"}],viewBox:"69.13157653808594 211.13157653808594 14.947372436523438 13.078948974609375"}},{id:"aa922ba6-24df-457b-a32c-2e5531560b1d",title:"Fill-173",type:"svg",x:26.103027791648458,y:86.02045179004229,width:1.4958943738105384,height:2.907017299107143,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M184.989804,383.990249 C179.822449,400.858786 197.708847,398.787487 201.336159,385.912477 C205.815576,372.001818 175.389937,372.849168 184.989804,383.990249"},{name:"id",value:"Fill-173"}],viewBox:"183.10525512695312 375.5526428222656 18.684219360351562 20.5526123046875"}},{id:"c7f9c4eb-14bb-491c-9a23-0d6af4c27b32",title:"Fill-172",type:"svg",x:14.734237758410774,y:68.31405584091193,width:1.495892235926773,height:2.907019457351706,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M42.9907113,258.802115 C37.8194016,275.678499 55.7149165,273.599353 59.3357715,260.73219 C63.8174689,246.813685 33.3877441,247.668881 42.9907113,258.802115"},{name:"id",value:"Fill-172"}],viewBox:"41.10527801513672 250.36842346191406 18.684192657470703 20.552627563476562"}},{id:"ffd33ac8-703e-440f-aa92-7474c8a233f0",title:"Fill-171",type:"svg",x:18.174792130549704,y:74.92091942120828,width:2.243840339067942,height:1.5856493311859086,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M97.8561646,297.58463 C93.9962049,297.937846 85.8346636,304.549115 84.0789474,306.660728 C93.0506417,311.567349 99.9557919,303.681434 109.468358,305.163402 C118.023819,297.661416 103.508771,296.102662 97.8561646,297.58463"},{name:"id",value:"Fill-171"}],viewBox:"84.07894897460938 297.0789489746094 28.02631378173828 11.210540771484375"}},{id:"9733af38-cd03-418a-926a-102292068133",title:"Fill-170",type:"svg",x:20.1194539613499,y:75.96437455320307,width:.14958894872190742,height:.027288844258309755,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M110.236842,304.564208 C109.747494,304.510186 109.272974,304.494751 108.783626,304.456164 C108.650167,304.517903 108.516708,304.579642 108.368421,304.649099 L110.236842,304.564208"},{name:"id",value:"Fill-170"}],viewBox:"108.36842346191406 304.4561767578125 1.8684158325195312 0.19293212890625"}},{id:"f7a2a0e5-62e3-4a58-a15e-65170aa21746",title:"Fill-169",type:"svg",x:12.63998545182884,y:70.69252983769078,width:1.4958934575746388,height:2.1141947917587514,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M24.5276757,267.259848 C17.3333655,267.91584 12.69878,276.250801 16.0685031,282.131579 C20.15336,279.970663 23.2790295,274.004992 27.7319938,274.992839 C37.8727847,277.693984 33.7092794,266.14852 24.5276757,267.259848"},{name:"id",value:"Fill-169"}],viewBox:"14.947368621826172 267.1842346191406 18.684207916259766 14.947357177734375"}},{id:"fe2a260a-e85d-4442-8808-e118f80ba74c",title:"Fill-168",type:"svg",x:20.7178109778854,y:69.37114892030218,width:1.1967152547188573,height:2.378476155023426,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M120.480065,259.383524 C116.962021,261.833696 113.459012,270.762031 117.999393,274.016284 C122.802876,277.460178 121.810607,265.975472 126.531401,264.761765 C136.085746,262.751562 127.561255,254.452838 120.480065,259.383524"},{name:"id",value:"Fill-168"}],viewBox:"115.84210205078125 257.8420715332031 14.947372436523438 16.815826416015625"}},{id:"c890d5e9-4cf2-4ce7-8543-c3cd47c58276",title:"Fill-167",type:"svg",x:22.064115792150094,y:84.17052972856993,width:1.6454827117085127,height:4.228389583517503,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M135.704107,386.673658 C131.566549,381.061371 131.755335,373.760836 135.593982,368.042083 C136.899751,366.102878 140.730533,361.098969 143.578054,362.832847 C149.58774,366.505929 141.029444,377.814154 148.163979,382.118428 C161.953219,390.430392 144.002822,397.913441 135.704107,386.673658"},{name:"id",value:"Fill-167"}],viewBox:"132.65789794921875 362.47369384765625 20.552627563476562 29.89471435546875"}},{id:"f0828b00-5d3d-439a-acf3-6e9c6961c1d8",title:"Fill-166",type:"svg",x:16.678898367563104,y:68.84260130148476,width:1.9446618308001937,height:3.964123327964771,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M89.2657145,266.132855 C87.0022833,258.743243 79.6542639,253.771615 71.9690701,254.122741 C59.5523294,254.697311 67.6215052,260.690398 72.6688059,264.903913 C77.0171643,268.534878 76.8783278,281.007841 81.3433087,281.989398 C88.8396849,283.633307 90.6271053,270.569814 89.2657145,266.132855"},{name:"id",value:"Fill-166"}],viewBox:"65.39473724365234 254.10523986816406 24.289474487304688 28.026351928710938"}},{id:"ee235c1b-0451-4f47-8fd0-9fd42bb7ca4b",title:"Fill-165",type:"svg",x:18.025202571003867,y:60.65009486473618,width:1.1967152547188573,height:1.8499199032277667,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M96.0898565,204.299179 C98.7639791,201.268991 96.1323739,197.04159 91.3502819,196.290236 C88.0525704,195.299438 85.1300565,201.524947 82.2105263,203.638648 C83.6949068,211.820981 92.9659443,210.219192 96.0898565,204.299179"},{name:"id",value:"Fill-165"}],viewBox:"82.21052551269531 196.18421936035156 14.947372436523438 13.078933715820312"}},{id:"730f74f4-8df8-40a0-bd6d-6a2d3c69fdb4",title:"Fill-164",type:"svg",x:23.709598503858608,y:65.40703638356023,width:.8975361356271766,height:2.1141947917587514,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M162.003086,231.643553 C160.137056,228.318664 155.67679,229.756254 153.636294,234.128004 C151.808191,237.025302 156.397411,241.397052 157.398695,244.729314 C164.976597,245.392817 166.273715,236.133259 162.003086,231.643553"},{name:"id",value:"Fill-164"}],viewBox:"153.2105255126953 229.8157958984375 11.210525512695312 14.947357177734375"}},{id:"7777893a-9a3a-487a-9d66-fb78a6057479",title:"Fill-163",type:"svg",x:22.213705351695936,y:80.99923538268726,width:2.69260840688153,height:2.378467522045173,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M163.971378,351.877249 C171.621511,348.510013 168.264038,342.434023 158.145625,340.428647 C152.526839,338.752512 145.773565,343.10747 141.189617,345.090398 C133.593141,348.382806 131.784092,353.022109 139.487884,355.768277 C146.67809,358.327376 157.670366,356.172345 163.971378,351.877249"},{name:"id",value:"Fill-163"}],viewBox:"134.5263214111328 340.0526428222656 33.63157653808594 16.815765380859375"}},{id:"c4aad061-516a-47aa-8f1c-f4ed89c2dfce",title:"Fill-162",type:"svg",x:15.183004604576496,y:81.26350811297365,width:1.9446618308001937,height:4.22839390000663,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M61.961725,369.733802 C68.7336599,375.216187 72.9298896,369.262537 70.1099848,358.981103 C69.0811439,353.00389 61.7911856,348.80963 57.7654952,345.510775 C51.0920408,340.044099 45.8373459,340.538927 46.8317587,348.95101 C47.7581158,356.78972 54.9359826,365.932264 61.961725,369.733802"},{name:"id",value:"Fill-162"}],viewBox:"46.71052551269531 341.9210510253906 24.289474487304688 29.894744873046875"}},{id:"7bf729de-2b0d-49fc-8fd4-8afa970bbeb7",title:"Fill-161",type:"svg",x:19.221917214898795,y:71.48534802855005,width:1.047125695173017,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M103.914729,287.139168 C107.39239,289.218044 110.667353,285.59753 110.190416,280.544382 C110.301702,276.955012 103.797085,275.319941 101.107959,272.789474 C93.8688598,276.09076 97.6422212,285.231585 103.914729,287.139168"},{name:"id",value:"Fill-161"}],viewBox:"97.15789031982422 272.7894592285156 13.078948974609375 14.9473876953125"}},{id:"e39ee968-1e6c-4ffb-b0fe-ae9be3bebf0e",title:"Fill-160",type:"svg",x:24.906313758577465,y:77.82793672031544,width:1.047124473525151,height:3.964121169720208,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M177.209962,334.118802 C177.697745,334.04948 177.933769,334.280552 176.981805,335.174028 C183.441001,338.570777 182.331687,349.847061 175.109346,344.008657 C172.701899,342.329539 167.367751,326.847755 168.256776,324.444612 C172.560284,307.083448 178.043914,327.610291 177.209962,334.118802"},{name:"id",value:"Fill-160"}],viewBox:"168.15789794921875 317.6315612792969 13.078933715820312 28.026336669921875"}},{id:"db0fd176-3e37-4ddc-b54b-94c9226b1f8b",title:"Fill-159",type:"svg",x:12.789574705962716,y:68.04978095238094,width:1.4958937629866054,height:1.0570973958793757,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M24.4604137,250.687469 C24.4825454,250.38482 24.3217218,250.244052 23.7765446,250.877505 C21.2778775,246.98529 13.9168794,248.139582 18.051078,252.397791 C19.2528284,253.833617 29.6421786,256.522272 31.1818061,255.874743 C42.4040453,252.48929 28.6949425,249.906211 24.4604137,250.687469"},{name:"id",value:"Fill-159"}],viewBox:"16.81578826904297 248.5 18.68421173095703 7.4736785888671875"}},{id:"cac2fb61-bef6-43a7-8ee9-fbb327cc4993",title:"Fill-158",type:"svg",x:50.93486291341345,y:42.67942510619713,width:1.3463048142646978,height:4.756941518824036,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M500.746988,82.2827295 C500.213671,82.0167285 500.142031,81.6177269 501.734022,81.3830201 C497.682405,73.4655773 506.852272,62.8959477 509.908895,73.8019904 C511.134727,77.1661212 505.419481,96.4590203 502.816576,98.2584391 C486.108632,112.724202 495.270539,88.2442823 500.746988,82.2827295"},{name:"id",value:"Fill-158"}],viewBox:"493.2631530761719 69.13158416748047 16.8157958984375 33.63157653808594"}},{id:"ce5ae915-42fe-43eb-9049-c1aeec6384df",title:"Fill-157",type:"svg",x:50.93486291341345,y:48.75773890943153,width:1.6454839333563787,height:2.114195870881033,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M494.078986,120.038523 C494.777007,118.61359 498.307225,116.345328 499.71129,115.49473 C501.123377,114.077067 494.777007,111.234471 504.645572,112.375871 C519.440397,110.950938 512.396007,115.49473 510.285899,118.046524 C508.873811,120.038523 506.05766,125.992709 501.829421,126.843307 C491.960855,128.26824 492.666899,122.023252 494.078986,120.038523"},{name:"id",value:"Fill-157"}],viewBox:"493.2631530761719 112.10526275634766 20.552642822265625 14.947364807128906"}},{id:"34897108-e2c0-4854-a1c3-e5056bdf8529",title:"Fill-156",type:"svg",x:51.98198860858647,y:39.77240456972315,width:.8975349139793106,height:2.114195870881033,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M508.760072,50.4075225 C510.626102,47.0811567 515.086368,48.5193858 517.126864,52.8930774 C518.954967,55.7842866 514.365747,60.1653537 513.364463,63.4917195 C505.786561,64.162893 504.489443,54.8992226 508.760072,50.4075225"},{name:"id",value:"Fill-156"}],viewBox:"506.34210205078125 48.578948974609375 11.21051025390625 14.947364807128906"}},{id:"e6f76a66-ce19-4bf3-9800-9e7146f998df",title:"Fill-155",type:"svg",x:49.28937898005708,y:47.43636662502117,width:1.4958955954584041,height:3.4355681552913935,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M476.712511,109.015445 C477.23921,108.501526 474.07127,118.876738 474.063524,116.806164 C474.07127,118.876738 471.399046,119.926921 473.54457,121.990046 C474.659933,133.914465 482.103432,121.446335 484.76791,118.325578 C486.897943,115.204821 495.983504,112.061721 488.470295,104.829609 C483.094865,99.6606233 479.369243,105.380769 476.712511,109.015445"},{name:"id",value:"Fill-155"}],viewBox:"472.71051025390625 102.7631607055664 18.684234619140625 24.289466857910156"}},{id:"ae175f37-977a-48fb-b3f9-f6eaa267d871",title:"Fill-154",type:"svg",x:21.615347724336512,y:42.67942510619713,width:1.346304203440765,height:4.756941518824036,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M136.384591,82.2827295 C136.917908,82.0167285 136.989548,81.6177269 135.397557,81.3830201 C139.449174,73.4655773 130.279307,62.8959477 127.222684,73.8019904 C125.996851,77.1661212 131.712098,96.4590203 134.315003,98.2584391 C151.022947,112.724202 141.86104,88.2442823 136.384591,82.2827295"},{name:"id",value:"Fill-154"}],viewBox:"127.0526351928711 69.13158416748047 16.81578826904297 33.63157653808594"}},{id:"62722eda-abd9-4304-8d7e-0a6f640875a8",title:"Fill-153",type:"svg",x:22.213705351695936,y:67.78550606384995,width:2.69260840688153,height:2.114196950003315,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M148.289628,251.004798 C148.327608,250.400945 148.038962,250.127199 147.051489,251.383212 C142.55469,243.605589 129.307361,245.908281 136.751388,254.42663 C138.908636,257.292918 157.609853,262.671233 160.382373,261.383014 C180.587587,254.611812 155.908361,249.442832 148.289628,251.004798"},{name:"id",value:"Fill-153"}],viewBox:"134.5263214111328 246.63157653808594 33.63157653808594 14.947372436523438"}},{id:"b2fab171-5921-4b97-9451-7be291a491ee",title:"Fill-152",type:"svg",x:17.57643511401421,y:79.41358605150135,width:1.047125084349084,height:3.69984412294466,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M76.6215633,344.516712 C76.7366789,345.267086 80.3270809,334.761849 79.1044482,336.484646 C80.3270809,334.761849 78.8358452,332.326961 81.7408205,331.859892 C89.6123179,322.572098 88.1617112,337.303933 88.4303142,341.461618 C88.2783316,345.305371 93.5917052,353.214927 83.4261726,354.868812 C76.164863,356.040315 76.5839438,349.103183 76.6215633,344.516712"},{name:"id",value:"Fill-152"}],viewBox:"76.60527038574219 328.84210205078125 13.078941345214844 26.15789794921875"}},{id:"ea0c6678-fd42-4b07-b130-aa6e6463a7af",title:"Fill-151",type:"svg",x:18.473970638817455,y:63.02856454502591,width:2.094251390346034,height:2.6427467270652847,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M106.750521,216.133901 C107.341812,216.644583 96.1979596,214.293824 98.367601,214.091172 C96.1979596,214.293824 94.8679506,211.578291 92.8946176,214.034429 C80.5145747,216.320341 94.2198964,222.975423 97.7203352,225.480198 C101.170317,227.425654 105.26047,236.674678 112.166741,228.098458 C117.102044,221.97027 110.794947,218.59004 106.750521,216.133901"},{name:"id",value:"Fill-151"}],viewBox:"87.81578826904297 213 26.15789794921875 18.684219360351562"}},{id:"70c75bb2-701a-42ef-b107-294b3ec4702d",title:"Fill-150",type:"svg",x:22.213704130048068,y:78.35648649737742,width:1.047126916820883,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M141.975765,336.167409 C140.438555,335.998405 140.554884,333.655385 139.49961,332.810362 C137.546938,331.320047 136.599684,332.664403 135.128948,330.505752 C135.079093,330.42125 135.029238,330.329065 134.987691,330.236881 L134.912908,330.659393 C134.912908,330.505752 134.912908,330.306019 134.912908,330.08324 C134.389426,328.90789 134.389426,327.333073 134.962764,326.319045 C135.095711,324.321717 135.469627,322.332071 136.458427,321.771282 C138.776706,320.403881 139.433136,322.839085 140.995274,324.283307 C143.78718,326.772285 149.321136,327.578898 147.085949,332.764269 C146.471065,334.508091 144.011529,336.943294 141.975765,336.167409"},{name:"id",value:"Fill-150"}],viewBox:"134.52630615234375 321.368408203125 13.078964233398438 14.9473876953125"}},{id:"48616a91-3796-4a0b-a12b-61032fd89f76",title:"Fill-149",type:"svg",x:15.03341535044262,y:64.34993682943627,width:2.0942510849340676,height:2.3784718385342996,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M68.5832791,224.119738 C66.713649,222.51758 63.9458488,225.439612 61.7643645,225.195474 C57.8299151,224.66905 58.4551194,221.94538 54.2080678,222.784606 C54.0487754,222.822753 53.888735,222.876158 53.7286947,222.929563 L54.1691795,222.342105 C53.9837122,222.532838 53.7316861,222.769348 53.4527373,223.028745 C51.4387719,223.814565 49.4966002,225.69138 48.8736395,227.583453 C46.5560461,230.10876 44.500201,232.916352 44.8898319,234.75502 C45.7057384,239.118995 49.4076058,236.998042 52.8746477,237.120112 C58.952441,237.448173 65.9224216,243.017581 69.9009943,234.213338 C71.383237,231.405746 71.7377188,225.599828 68.5832791,224.119738"},{name:"id",value:"Fill-149"}],viewBox:"44.842105865478516 222.34210205078125 26.157894134521484 16.8157958984375"}},{id:"aecdb9fb-64af-414a-9a44-044954542b75",title:"Fill-148",type:"svg",x:21.31616860524483,y:48.75773890943153,width:1.645483322532446,height:2.114195870881033,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M143.058119,120.038523 C142.352165,118.61359 138.830415,116.345328 137.418506,115.49473 C136.006597,114.077067 142.352165,111.234471 132.484847,112.375871 C117.691893,110.950938 124.735393,115.49473 126.845234,118.046524 C128.257143,120.038523 131.072938,125.992709 135.300643,126.843307 C145.16796,128.26824 144.462006,122.023252 143.058119,120.038523"},{name:"id",value:"Fill-148"}],viewBox:"123.31578826904297 112.10526275634766 20.552635192871094 14.947364807128906"}},{id:"9973ccbd-c598-4834-804c-ee0368ea5dcd",title:"Fill-147",type:"svg",x:12.340806714502117,y:56.68597585326054,width:1.4958937629866054,height:2.378469680289736,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M21.8330694,184.752537 C17.8533834,183.845313 15.2005111,177.486998 13.8736973,175.370144 C11.8846095,172.648475 6.57810966,166.894975 20.5070109,168.407013 L19.1801971,169.314236 C28.4656278,168.104605 22.4960987,171.128682 23.8229125,172.648475 C25.1497262,173.555698 28.4656278,175.974959 29.1286571,177.486998 C30.4554708,179.603852 31.1185001,186.264575 21.8330694,184.752537"},{name:"id",value:"Fill-147"}],viewBox:"11.210526466369629 168.15789794921875 18.68421173095703 16.815780639648438"}},{id:"0d71189b-e468-400a-8f7a-eab5d0cdbe2c",title:"Fill-146",type:"svg",x:19.820274842258222,y:60.65009486473618,width:1.3463048142646978,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M121.225333,206.803924 C120.319055,202.824445 113.959481,200.17146 111.842228,198.844967 C109.11558,196.858976 103.368526,191.553005 104.881073,205.477431 L105.787351,204.150938 C104.576376,213.436387 107.607721,207.470917 109.11558,208.79741 C110.029671,210.123902 112.451622,213.436387 113.959481,214.10338 C116.076735,215.429873 122.741005,216.089372 121.225333,206.803924"},{name:"id",value:"Fill-146"}],viewBox:"104.63157653808594 196.18421936035156 16.8157958984375 18.6842041015625"}},{id:"4d6f85d3-01a5-4caf-9d46-80e0c65cce53",title:"Fill-145",type:"svg",x:15.781362231935923,y:55.89315118766758,width:1.047125695173017,height:2.114196950003315,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M58.0119126,162.552632 C59.1954622,164.328722 60.1177086,164.965155 61.9131614,165.875401 C63.7517988,166.815249 64.977801,164.942954 66.5104868,167.436881 C68.9617593,170.870656 64.977801,176.805759 60.9938427,177.42739 C52.6050598,178.567048 52.4001161,165.964206 58.0119126,162.552632"},{name:"id",value:"Fill-145"}],viewBox:"54.18421173095703 162.55262756347656 13.078948974609375 14.947372436523438"}},{id:"8a356e07-87ca-4011-9b06-c1839760c89e",title:"Fill-144",type:"svg",x:14.135879214815445,y:55.36460356885018,width:1.0471253897610506,height:2.1141947917587514,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M42.4985694,173.750327 C42.1952557,173.788221 41.8631992,173.742748 41.4986177,173.60633 C38.5275057,172.484664 39.7120173,168.331472 42.0507847,167.31591 C40.923759,162.382099 36.5374356,164.549641 34.4520598,164.830057 C30.71926,158.71395 40.7036486,157.289132 44.7374929,160.434342 C47.524045,162.617042 46.8932131,166.489819 45.6769331,169.331876 C45.0566907,170.787009 44.2632344,173.553278 42.4985694,173.750327"},{name:"id",value:"Fill-144"}],viewBox:"33.6315803527832 158.8157958984375 13.07894515991211 14.947357177734375"}},{id:"221edbf8-8051-4190-91b4-d5e7910e2ecb",title:"Fill-143",type:"svg",x:20.1194539613499,y:50.60766097090386,width:1.9446618308001937,height:4.492667709415333,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M118.070128,125.184211 C114.051415,130.673191 113.232066,138.082184 121.605035,138.812542 C122.502418,148.495434 112.86531,147.185307 108.73735,147.938254 C105.436543,161.348231 125.217975,157.922324 130.922207,149.737796 C136.915161,141.139147 126.099751,130.349424 118.070128,125.184211"},{name:"id",value:"Fill-143"}],viewBox:"108.36842346191406 125.18421173095703 24.289474487304688 31.763160705566406"}},{id:"4b1d7a10-4fe0-4469-8a23-4c5e2b519b6b",title:"Fill-142",type:"svg",x:12.340806714502117,y:50.87193478031256,width:1.6454830171204793,height:3.9641190114756446,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M30.483041,142.413255 C28.198288,138.796394 28.840413,134.433557 26.954679,130.839302 C26.1004828,129.211714 21.0588044,126.242875 19.2321843,127.260117 C16.8232921,128.608904 15.7097337,136.663954 14.6538113,139.293713 C13.2010867,142.910573 8.80153327,149.910705 12.9409855,153.301511 C19.0651875,158.31237 36.6131545,152.110961 30.483041,142.413255"},{name:"id",value:"Fill-142"}],viewBox:"11.210526466369629 127.05262756347656 20.552631378173828 28.026321411132812"}},{id:"ac50fb3f-758d-4bf9-962c-6bdbfa89c547",title:"Fill-141",type:"svg",x:12.63998545182884,y:40.56522815619382,width:1.9446618308001937,height:3.964117932353363,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M19.4078219,73.5022902 C27.4571032,76.2685487 28.9179274,87.432107 39.2368421,79.2849073 C29.9021597,73.4871326 37.9630841,54.8660446 28.2659124,54.1991111 C20.0613894,53.6382806 8.47803126,69.0686978 19.4078219,73.5022902"},{name:"id",value:"Fill-141"}],viewBox:"14.947368621826172 54.18421173095703 24.289474487304688 28.02631378173828"}},{id:"03d8ae66-e12c-45dc-9bad-9778a040506a",title:"Fill-140",type:"svg",x:27.150153486821473,y:71.48535234503917,width:.8975373572750426,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M205.448967,275.142902 C202.24405,271.86901 197.570212,271.711322 196.257086,276.584616 C195.470694,280.812143 201.398308,282.051116 197.303136,288.366124 C200.500634,298.172783 211.903314,282.268875 205.448967,275.142902"},{name:"id",value:"Fill-140"}],viewBox:"196.1842041015625 272.78948974609375 11.210540771484375 18.6842041015625"}},{id:"8216abca-7b4c-466c-843d-7f78ead65203",title:"Fill-139",type:"svg",x:17.42684494364444,y:42.415150217666145,width:.8975367464511097,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M84.0017919,69.6139463 C80.8004701,66.3470347 76.126466,66.1818116 74.8103258,71.0558935 C74.0201965,75.2841032 79.9532141,76.5232765 75.8534448,82.8393056 C79.0510571,92.6475504 90.4563689,76.7410706 84.0017919,69.6139463"},{name:"id",value:"Fill-139"}],viewBox:"74.7368392944336 67.2631607055664 11.210533142089844 18.6842041015625"}},{id:"bb5ff25c-9351-4951-9ffb-fc7461919349",title:"Fill-138",type:"svg",x:15.781362231935923,y:52.986131730315876,width:1.6454827117085127,height:2.378469680289736,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M74.7368421,153.76263 C66.2183956,153.02245 74.1307603,138.463101 60.8561627,142.80796 C57.2352124,141.919744 53.0474017,144.021856 54.4682529,147.93741 C55.3081831,148.729403 60.9168449,150.542845 62.419839,151.653116 C64.4549122,154.228944 59.474533,157.174862 66.0533697,158.633017 C69.67432,159.513832 73.1998068,157.100844 74.7368421,153.76263"},{name:"id",value:"Fill-138"}],viewBox:"54.18421173095703 142 20.552627563476562 16.815780639648438"}},{id:"a3dc0d8f-c5ae-431c-997e-0645af81647f",title:"Fill-137",type:"svg",x:18.623560198363293,y:54.836053791788196,width:2.543019458159622,height:4.756941518824036,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M116.310505,188.165204 C114.944549,187.365566 113.826266,185.528772 112.647942,184.737051 C111.079344,183.691979 109.270579,183.240698 107.431792,183.082353 C104.624828,182.83692 101.792347,183.596972 99.0026448,183.280284 C91.8366309,182.480645 90.869204,175.830186 91.2016867,169.163893 C88.060739,163.020136 89.7066406,154.422042 96.9732248,155.118757 C98.7084389,156.258836 104.324618,165.561561 106.891414,167.746712 C112.175111,170.201048 114.892012,159.758244 120.34833,170.984852 C121.804348,173.985476 122.877599,192.052556 116.310505,188.165204"},{name:"id",value:"Fill-137"}],viewBox:"89.68421173095703 155.07894897460938 31.763160705566406 33.63157653808594"}},{id:"32c3999c-669a-42f0-ae66-14aab52d283c",title:"Fill-136",type:"svg",x:18.922738706631044,y:42.943698915605836,width:2.393429898613782,height:3.9641190114756446,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M118.518844,71.2082821 C116.637935,71.9017444 114.496229,74.1269203 112.196462,74.6984552 C109.667509,75.3233333 106.506318,74.7975212 103.926786,74.8661054 C101.560635,74.9346896 98.9313144,75.0185147 97.1231132,76.7254989 C93.980099,79.6898599 96.5454055,83.9115976 94.8438945,86.9521632 C91.8984548,92.2179047 93.4426966,99.5868945 100.256644,98.9924983 C101.883867,98.0094582 107.154362,90.0384516 109.556868,88.1638172 C114.512035,86.0605688 117.064696,95.0146154 122.177923,85.3823474 C123.734809,82.4560888 123.537235,77.3808589 122.525654,74.3783956 C121.419237,71.1015956 120.059925,70.6367472 118.518844,71.2082821"},{name:"id",value:"Fill-136"}],viewBox:"93.42105102539062 71 29.894737243652344 28.026321411132812"}},{id:"6b6ebb6d-1b17-4cfb-ae1d-542f740a62ed",title:"Fill-135",type:"svg",x:14.883825790896783,y:58.27162302620189,width:1.9446621362121599,height:4.228391741762066,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M58.2255616,207.1814 C64.9975162,212.66318 69.1929575,206.710187 66.3730445,196.429887 C65.3442006,190.453334 58.0550217,186.259537 54.028519,182.961045 C47.3550452,177.487119 42.1011357,177.989746 43.0947507,186.400901 C44.0211105,194.230893 51.1997988,203.380281 58.2255616,207.1814"},{name:"id",value:"Fill-135"}],viewBox:"42.97368240356445 179.36842346191406 24.289478302001953 29.894729614257812"}},{id:"2fcdf4b2-553c-4b4d-bd5d-53f863965d8d",title:"Fill-134",type:"svg",x:26.701386029831816,y:75.18519215149472,width:1.9446606091523275,height:4.492670946782178,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M193.91168,315.342067 C193.028069,315.674484 206.528098,300.553404 204.768561,301.218237 C230.516197,289.537281 198.967467,326.512803 198.491086,330.710526 C187.211608,329.922004 190.238934,321.750746 193.91168,315.342067"},{name:"id",value:"Fill-134"}],viewBox:"190.57894897460938 298.9473571777344 24.289459228515625 31.76318359375"}},{id:"f92b97e0-8741-4550-93fc-c51f9e4c73e7",title:"Fill-133",type:"svg",x:14.28546846894932,y:49.022013797962515,width:1.047125695173017,height:5.285492375008286,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M35.6041419,139.525485 C35.1098123,140.346589 36.5904946,119.645287 35.6002979,121.279601 C48.8633983,95.6595684 46.3994384,145.360062 48.5789474,149.055031 C39.1728476,155.513332 36.5966449,147.002271 35.6041419,139.525485"},{name:"id",value:"Fill-133"}],viewBox:"35.5 113.97368621826172 13.078948974609375 37.368431091308594"}},{id:"7b997926-2cf1-44dc-bf32-57f938cee3a0",title:"Fill-132",type:"svg",x:15.781362231935923,y:49.022013797962515,width:1.6454827117085127,height:2.907020536473987,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M65.5530673,131.109036 C68.9944102,132.259495 76.2840296,139.353991 74.4436493,128.892485 C73.0086728,123.216888 64.9051861,123.43931 61.219836,119.412704 L62.3595562,115.930648 C57.1290821,110.592519 52.4386365,117.27285 54.8221049,122.856411 C55.4179721,124.252301 65.038281,130.664192 65.5530673,131.109036"},{name:"id",value:"Fill-132"}],viewBox:"54.18421173095703 113.97368621826172 20.552627563476562 20.552635192871094"}},{id:"ca02ff21-71dc-4a2e-acc9-55f9546a4575",title:"Fill-131",type:"svg",x:16.678898367563104,y:39.77240456972315,width:1.1967152547188573,height:1.849921521911189,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M79.2887556,57.10878 C84.3328392,47.314834 69.8198007,45.8168406 66.1671611,53.3312314 C61.8770736,61.382946 76.7405498,65.3396025 79.2887556,57.10878"},{name:"id",value:"Fill-131"}],viewBox:"65.39473724365234 48.578948974609375 14.947372436523438 13.07894515991211"}},{id:"29680934-0aec-4f54-b66a-bb6ed0c454d0",title:"Fill-130",type:"svg",x:14.43505802849516,y:45.322169675017854,width:1.4958934575746388,height:2.907020536473987,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M39.2539833,96.2494838 C34.0816895,113.125867 51.9779043,111.046722 55.5989009,98.1795583 C60.0807736,84.2610535 29.6506405,85.1162491 39.2539833,96.2494838"},{name:"id",value:"Fill-130"}],viewBox:"37.36842346191406 87.81578826904297 18.684207916259766 20.552635192871094"}},{id:"792dce68-eaad-45fd-a499-a143dde5cbcc",title:"Fill-129",type:"svg",x:17.87561301145803,y:51.9290343344365,width:2.243840339067942,height:1.585647172941345,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M94.1189906,135.032082 C90.2591238,135.37762 82.0977791,141.988905 80.3421053,144.108202 C89.3135834,149.014836 96.2185673,141.128901 105.731673,142.603194 C114.286929,135.108868 99.7714603,133.55011 94.1189906,135.032082"},{name:"id",value:"Fill-129"}],viewBox:"80.34210205078125 134.5263214111328 28.02631378173828 11.210525512695312"}},{id:"be9426a1-f01d-4fe9-bd4e-17f58ef8b965",title:"Fill-128",type:"svg",x:19.820274842258222,y:52.97194127231221,width:.1495895595458404,height:.028380916007337335,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M106.5,142.007717 C106.021684,141.953696 105.543368,141.938261 105.050105,141.899674 C104.915579,141.96913 104.781053,142.03087 104.631579,142.100326 L106.5,142.007717"},{name:"id",value:"Fill-128"}],viewBox:"104.63157653808594 141.89967346191406 1.8684234619140625 0.200653076171875"}},{id:"3b4ef0e0-ec70-42d0-9d8f-81755f8c7522",title:"Fill-127",type:"svg",x:12.340806867208103,y:47.700641513552156,width:1.4958934575746388,height:2.114195870881033,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M20.7906725,104.707302 C13.5962349,105.363632 8.96237823,113.702872 12.3313502,119.578947 C16.4162793,117.424644 19.5420042,111.45591 23.9950473,112.444264 C34.1360177,115.139074 29.9724386,103.595404 20.7906725,104.707302"},{name:"id",value:"Fill-127"}],viewBox:"11.210528373718262 104.63158416748047 18.684207916259766 14.947364807128906"}},{id:"3e93ec55-3892-4a99-b13d-2e5687bfeac2",title:"Fill-126",type:"svg",x:20.41863246961765,y:46.37926815001951,width:1.1967146438949245,height:2.642745647943003,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M116.535394,96.8739218 C110.775305,100.647878 110.629577,110.184134 116.11355,113.973684 C118.575585,110.230918 118.521896,103.486142 122.709657,102.402299 C132.458089,100.33598 123.752762,91.8055927 116.535394,96.8739218"},{name:"id",value:"Fill-126"}],viewBox:"112.10526275634766 95.28947448730469 14.947364807128906 18.68421173095703"}},{id:"bf9955fd-4b8a-4850-bf75-4761726220ef",title:"Fill-125",type:"svg",x:16.23013029974951,y:45.85071945207982,width:2.0942507795221013,height:3.699843043822378,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M85.281482,102.873055 C82.3459012,92.5956175 68.0847964,88.0921903 59.7894737,94.565397 C64.2436741,99.9259039 74.4048188,102.865537 74.0443226,109.6094 C72.5186651,125.066907 89.4635508,115.917206 85.281482,102.873055"},{name:"id",value:"Fill-125"}],viewBox:"59.78947448730469 91.5526351928711 26.15789031982422 26.15789031982422"}},{id:"fb104979-f7f0-4938-8021-01a49f3f80a6",title:"Fill-124",type:"svg",x:21.01699009697708,y:39.77240456972315,width:.8975361356271766,height:2.114195870881033,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M128.369941,50.4075225 C126.504243,47.0811567 122.044771,48.5193858 120.004639,52.8930774 C118.176862,55.7842866 122.765264,60.1653537 123.76637,63.4917195 C131.350506,64.162893 132.639809,54.8992226 128.369941,50.4075225"},{name:"id",value:"Fill-124"}],viewBox:"119.57894897460938 48.578948974609375 11.210525512695312 14.947364807128906"}},{id:"c2c0b2b6-3682-430a-be10-dc00c4806cb4",title:"Fill-123",type:"svg",x:21.764935451410548,y:58.007348137670895,width:2.6926096285293957,height:2.3784718385342996,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M158.366115,189.322303 C166.016248,185.954438 162.658775,179.884795 152.540361,177.879044 C146.921576,176.195111 140.168302,180.550884 135.584354,182.541667 C127.987878,185.834691 126.178829,190.474862 133.882621,193.214059 C141.072826,195.773637 152.065103,193.625687 158.366115,189.322303"},{name:"id",value:"Fill-123"}],viewBox:"128.92103576660156 177.5 33.631591796875 16.8157958984375"}},{id:"4df2d23e-dc51-4300-973b-2a32078c4926",title:"Fill-122",type:"svg",x:25.205491656021284,y:70.42825279091525,width:1.1967152547188573,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M181.282856,282.702287 C185.449305,286.121952 188.027108,282.403626 186.296084,275.98242 C185.659126,272.241694 181.177945,269.620946 178.697559,267.560187 C174.591058,264.140521 171.36131,264.454115 171.968293,269.710544 C172.537808,274.60858 176.95904,280.320467 181.282856,282.702287"},{name:"id",value:"Fill-122"}],viewBox:"171.8947296142578 265.3157958984375 14.947372436523438 18.6842041015625"}},{id:"302c167f-694f-42c3-84d9-096a1266700b",title:"Fill-121",type:"svg",x:18.922738706631044,y:48.49346402090055,width:1.047125695173017,height:2.114196950003315,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M100.17724,124.589384 C103.652456,126.660885 106.930542,123.04744 106.453614,117.993289 C106.564897,114.395419 100.059597,112.760024 97.3713126,110.236842 C90.1323388,113.538783 93.9048401,122.681423 100.17724,124.589384"},{name:"id",value:"Fill-121"}],viewBox:"93.42105102539062 110.2368392944336 13.078948974609375 14.947372436523438"}},{id:"f2b60d46-fa82-435a-aa16-7686bf216ef7",title:"Fill-120",type:"svg",x:12.340806485443144,y:45.05789586560915,width:1.4958937629866054,height:1.0570973958793757,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M18.4242353,88.3187757 C15.8342739,84.4343154 8.206578,85.5883942 12.4905636,89.845819 C13.7358549,91.2813804 24.5016238,93.9695395 26.0970338,93.3221294 C37.7266328,89.9373008 18.9884004,87.6924768 18.4242353,88.3187757"},{name:"id",value:"Fill-120"}],viewBox:"11.21052360534668 85.94737243652344 18.68421173095703 7.4736785888671875"}},{id:"adc7e60d-a9ba-4cc1-968a-3f6765ab0d54",title:"Fill-119",type:"svg",x:22.51288324913975,y:52.45758195325391,width:1.4958943738105384,height:3.4355713926582387,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M152.945384,144.519719 C152.418685,143.99833 155.586625,154.381418 155.594371,152.303311 C155.586625,154.381418 158.258849,155.424196 156.113324,157.494855 C154.997961,169.412317 147.554463,156.943673 144.889985,153.822787 C142.759952,150.701902 133.674391,147.56612 141.1876,140.326262 C146.563029,135.164511 150.288651,140.877445 152.945384,144.519719"},{name:"id",value:"Fill-119"}],viewBox:"138.26315307617188 138.26315307617188 18.684219360351562 24.28948974609375"}},{id:"12e0ad4f-3c2d-43e1-b1c7-514c7ea03eae",title:"Fill-118",type:"svg",x:17.27725599492253,y:56.421700964729546,width:1.047125695173017,height:3.69984412294466,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M72.8847212,181.968959 C72.9998368,182.711758 76.5902388,172.205359 75.3676061,173.936005 C76.5902388,172.205359 75.0997555,169.77786 78.0039784,169.310738 C85.8754758,160.01426 84.4256215,174.755381 84.6934721,178.913526 C84.5414895,182.750047 89.8548631,190.668135 79.6893305,192.314546 C72.4280209,193.493836 72.8471017,186.555936 72.8847212,181.968959"},{name:"id",value:"Fill-118"}],viewBox:"72.86842346191406 166.2894744873047 13.078948974609375 26.15789794921875"}},{id:"d30a6c63-a083-40a1-bfe8-80fa098ebf9a",title:"Fill-117",type:"svg",x:18.174792130549704,y:40.03667891869299,width:2.0942507795221013,height:2.642745108381862,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M103.013119,53.5828599 C103.604391,54.09349 92.4608694,51.7348654 94.6304465,51.5322344 C92.4608694,51.7348654 91.1308997,49.0277155 89.1576251,51.483603 C76.7779487,53.7692804 90.4828646,60.4236818 93.9831998,62.9282007 C97.4338681,64.8734581 101.520746,74.1215361 108.429966,65.546193 C113.365123,59.4186322 107.058213,56.0387474 103.013119,53.5828599"},{name:"id",value:"Fill-117"}],viewBox:"84.07894897460938 50.44736862182617 26.15789031982422 18.684207916259766"}},{id:"69495479-15c5-450a-acb0-0c043b7edce7",title:"Fill-116",type:"svg",x:28.496458301086168,y:86.5489972506151,width:1.047125695173017,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M220.449034,394.088462 C218.920021,393.919457 219.028049,391.576438 217.972697,390.731414 C216.028191,389.2411 215.072557,390.585456 213.601713,388.426805 C213.551854,388.342302 213.501995,388.250118 213.460445,388.157934 L213.385657,388.580445 C213.393967,388.426805 213.385657,388.227072 213.385657,388.004293 C212.862136,386.828942 212.862136,385.254126 213.443826,384.240098 C213.568474,382.242769 213.942417,380.253123 214.9396,379.692335 C217.258049,378.324933 217.914528,380.760137 219.468471,382.204359 C222.260583,384.693337 227.794946,385.499951 225.559595,390.685322 C224.944666,392.429143 222.484949,394.864347 220.449034,394.088462"},{name:"id",value:"Fill-116"}],viewBox:"213 379.2894592285156 13.078948974609375 14.9473876953125"}},{id:"d752366c-aa2b-4747-9d0a-9015677f307d",title:"Fill-115",type:"svg",x:21.914526232604256,y:55.36460141060561,width:1.047125695173017,height:2.114196950003315,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M138.238923,173.615127 C136.701713,173.438446 136.818042,171.103188 135.754459,170.258193 C133.810096,168.76793 132.862842,170.104558 131.392106,167.94598 C131.342251,167.861481 131.292395,167.776981 131.250849,167.6848 L131.176066,168.107297 C131.176066,167.953662 131.176066,167.753936 131.176066,167.523483 C130.652584,166.348172 130.652584,164.773409 131.225921,163.759415 C131.358869,161.769836 131.724476,159.780257 132.721585,159.219488 C135.039864,157.852133 135.696294,160.279572 137.258432,161.723745 C140.050338,164.220321 145.584294,165.026907 143.349107,170.212103 C142.734223,171.948183 140.274687,174.390986 138.238923,173.615127"},{name:"id",value:"Fill-115"}],viewBox:"130.7894744873047 158.81578063964844 13.078948974609375 14.947372436523438"}},{id:"263a04df-1f82-43fe-9376-36b36d0ccbe9",title:"Fill-114",type:"svg",x:14.883826096308749,y:41.88660098016532,width:2.0942507795221013,height:2.378471298973159,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M66.7143967,65.2964637 C64.8454931,63.6941746 62.0776611,66.6164447 59.8961518,66.3799163 C55.9616574,65.8534499 56.5861209,63.1295585 52.3390207,63.9688528 C52.1797264,64.0070025 52.0196843,64.0604121 51.8596421,64.1138218 L52.3008799,63.5263158 C52.1146626,63.7094345 51.8633814,63.9535929 51.5844294,64.2130111 C49.569693,64.9988957 47.6274991,66.868233 47.0045313,68.7604601 C44.6869114,71.2936028 42.6317905,74.1014236 43.0214259,75.9402411 C43.8365939,80.3045713 47.5392516,78.1834458 51.0063332,78.3055249 C57.0834482,78.6336127 64.0535087,84.2034747 68.0328749,75.3908848 C69.5151345,72.5906939 69.8688726,66.7843036 66.7143967,65.2964637"},{name:"id",value:"Fill-114"}],viewBox:"42.97368621826172 63.52631759643555 26.15789031982422 16.815792083740234"}},{id:"a509e04f-d4f8-4505-8478-c1d378d9eada",title:"Fill-113",type:"svg",x:62.752422236112594,y:64.34993898768084,width:1.1967164763667233,height:1.8499199032277667,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M655.66856,227.968246 C655.490551,229.501408 653.145478,229.394251 652.30187,230.44933 C650.815883,232.394632 652.15482,233.342555 649.995494,234.818017 C649.91036,234.867474 649.825225,234.916931 649.732351,234.958145 L650.158024,235.03233 C650.003234,235.024087 649.802006,235.03233 649.57756,235.03233 C648.401154,235.559869 646.830032,235.559869 645.816155,234.97463 C643.81936,234.842745 641.830304,234.480062 641.273059,233.482683 C639.903164,231.166454 642.333372,230.50703 643.780662,228.94914 C646.265047,226.163072 647.077696,220.63215 652.255433,222.857707 C653.996825,223.475918 656.442512,225.932273 655.66856,227.968246"},{name:"id",value:"Fill-113"}],viewBox:"640.868408203125 222.3421173095703 14.9473876953125 13.078933715820312"}},{id:"616ab0af-f1e3-4394-a29e-35e177505ebb",title:"Fill-112",type:"svg",x:61.705298984235306,y:85.22762496620476,width:1.3463048142646978,height:3.17129434588269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M640.351286,371.343913 C643.935879,373.839676 646.051994,387.462386 643.446386,388.614276 C639.861793,390.198126 632.910997,394.997672 629.552323,390.4781 C624.58209,383.798733 630.734637,364.656547 640.351286,371.343913"},{name:"id",value:"Fill-112"}],viewBox:"627.7894897460938 369.9473571777344 16.8157958984375 22.421051025390625"}},{id:"330bd0ae-f20d-4e39-bb30-68f9549fda45",title:"Fill-111",type:"svg",x:70.97983945959875,y:74.1280969138599,width:1.3463048142646978,height:3.17129434588269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M756.193391,292.870243 C759.777984,295.358032 761.894099,308.980879 759.288491,310.132782 C755.703899,311.724647 748.753102,316.524241 745.394429,312.004624 C740.424195,305.325189 746.576742,286.182809 756.193391,292.870243"},{name:"id",value:"Fill-111"}],viewBox:"743.631591796875 291.47369384765625 16.8157958984375 22.421051025390625"}},{id:"820e5f9f-d884-4e52-852e-76e13637f4cd",title:"Fill-110",type:"svg",x:61.85488732213328,y:76.24229170561865,width:2.243839728244008,height:3.17129434588269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M642.323554,307.817597 C645.945373,310.313361 650.303704,309.609427 653.902745,311.665233 C655.527628,312.601144 658.488863,318.096623 657.479006,320.088434 C656.127468,322.720185 648.071388,323.93607 645.444241,325.087961 C641.830014,326.671811 634.821756,331.471356 631.435318,326.951784 C626.423996,320.272417 632.627405,301.130231 642.323554,307.817597"},{name:"id",value:"Fill-110"}],viewBox:"629.6578979492188 306.4210510253906 28.02630615234375 22.421051025390625"}},{id:"6ce470a7-e3eb-4774-b818-6545cfc9e757",title:"Fill-109",type:"svg",x:68.13764149317139,y:80.99923538268726,width:2.243839728244008,height:3.4355670761691117,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M716.317956,359.710696 C714.60838,355.452516 710.585386,353.387459 708.61702,349.505471 C707.291707,346.896135 708.95423,342.277771 710.326597,340.052632 C715.455326,343.21425 719.674373,344.102705 725.744153,344.711017 C729.720095,345.103217 735.774191,345.119226 736.142769,350.505984 C736.715242,359.030348 720.874213,371.060507 716.317956,359.710696"},{name:"id",value:"Fill-109"}],viewBox:"708.131591796875 340.0526428222656 28.02630615234375 24.289459228515625"}},{id:"9d3d031d-9a5c-4283-971d-d20a376113c3",title:"Fill-108",type:"svg",x:75.3179305781888,y:86.81327429739066,width:1.4958931521626722,height:1.585645014696782,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M814.143798,383.104879 C817.42033,386.307832 817.579238,390.976044 812.706058,392.294041 C808.476078,393.089256 807.242649,387.15459 800.924163,391.255842 C791.117268,388.052889 807.015638,376.647432 814.143798,383.104879"},{name:"id",value:"Fill-108"}],viewBox:"797.8157958984375 381.15789794921875 18.6842041015625 11.21051025390625"}},{id:"a2bada86-72c4-4ea7-9908-2f453cbe7960",title:"Fill-107",type:"svg",x:70.38148122141538,y:71.74962507532561,width:1.4958931521626722,height:1.585645014696782,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M752.489007,276.600759 C755.757887,279.803049 755.924358,284.477656 751.051305,285.79538 C746.821435,286.583069 745.580471,280.649631 739.26215,284.750034 C729.463077,281.555106 745.361032,270.152011 752.489007,276.600759"},{name:"id",value:"Fill-107"}],viewBox:"736.1578979492188 274.65789794921875 18.6842041015625 11.21051025390625"}},{id:"de43ee08-8d63-4181-95c8-cbd09aa5a4ea",title:"Fill-106",type:"svg",x:61.40611742184789,y:69.89970301385327,width:1.3463048142646978,height:3.17129434588269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M629.102298,261.578947 C629.840876,270.871563 644.403544,262.24385 640.061601,276.719502 C640.941927,280.668863 638.845559,285.243073 634.928858,283.688963 C634.130597,282.775723 632.317723,276.655415 631.213587,275.013185 C628.632294,272.794173 625.685443,278.225546 624.238128,271.055813 C623.350343,267.106451 625.760046,263.261231 629.102298,261.578947"},{name:"id",value:"Fill-106"}],viewBox:"624.0526123046875 261.5789489746094 16.8157958984375 22.421051025390625"}},{id:"9d015a5d-f816-422f-b021-194b205f5261",title:"Fill-105",type:"svg",x:82.04945464951227,y:83.64197995150798,width:1.4958931521626722,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M882.197435,361.760479 C882.641628,362.561554 883.662492,363.223981 884.098892,363.91722 C884.683356,364.841537 884.932728,365.904502 885.018449,366.982873 C885.158721,368.631239 884.737906,370.302713 884.909349,371.943376 C885.353542,376.156723 889.047356,376.726719 892.748964,376.52645 C896.162235,378.375085 900.939257,377.412255 900.557407,373.137286 C899.918392,372.112834 894.751728,368.8084 893.536042,367.306384 C892.172292,364.194515 897.977971,362.592365 891.735892,359.388064 C890.076014,358.525368 880.038813,357.893751 882.197435,361.760479"},{name:"id",value:"Fill-105"}],viewBox:"881.894775390625 358.7368469238281 18.6842041015625 18.6842041015625"}},{id:"8a45157f-d737-4382-8cf8-9394fd6a4cba",title:"Fill-104",type:"svg",x:62.15406399792923,y:74.1280969138599,width:2.8421979664273698,height:1.84992206147233,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M644.621113,304.447863 C643.842526,304.943643 663.511306,303.46393 661.954131,304.45549 C686.294436,291.191471 639.072733,293.655116 635.56531,291.473684 C629.43488,300.878247 637.515558,303.456303 644.621113,304.447863"},{name:"id",value:"Fill-104"}],viewBox:"633.3947143554688 291.47369384765625 35.5 13.078948974609375"}},{id:"1ab3bbaa-a4d9-43bb-9b60-f5c80bede854",title:"Fill-103",type:"svg",x:63.500368812193926,y:70.16398006062882,width:1.6454863766521108,height:2.907017299107143,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M653.630546,272.629691 C652.478808,269.191342 645.382865,261.897185 655.841265,263.741597 C661.514927,265.17614 661.298493,273.282445 665.325712,276.96368 L668.804115,275.825154 C674.145397,281.054783 667.466862,285.74551 661.878227,283.362196 C660.479136,282.762572 654.063414,273.145822 653.630546,272.629691"},{name:"id",value:"Fill-103"}],viewBox:"650.2105102539062 263.4473876953125 20.55267333984375 20.5526123046875"}},{id:"77e1fe8b-81e1-4985-af8c-f0db50dfb9c4",title:"Fill-102",type:"svg",x:65.89380176492737,y:72.27817485238756,width:1.6454814900606467,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M692.224733,295.192921 C675.351262,300.359555 677.422888,282.470278 690.295433,278.847428 C704.211697,274.37123 703.357745,304.796965 692.224733,295.192921"},{name:"id",value:"Fill-102"}],viewBox:"680.1052856445312 278.3947448730469 20.5526123046875 18.6842041015625"}},{id:"61e93a17-253f-40be-98a4-8f6ff3ee9662",title:"Fill-101",type:"svg",x:64.69708528856064,y:76.5065687523942,width:1.1967164763667233,height:2.642740252331594,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M680.029485,317.390611 C679.368353,324.591826 671.038084,329.218304 665.157895,325.855055 C667.320187,321.767662 673.285934,318.637749 672.298125,314.188283 C669.599149,304.050261 681.141743,308.210068 680.029485,317.390611"},{name:"id",value:"Fill-101"}],viewBox:"665.1578979492188 308.28948974609375 14.9473876953125 18.684173583984375"}},{id:"065990b1-47f3-43be-b3df-2cec97f5eeb9",title:"Fill-100",type:"svg",x:61.705298984235306,y:66.72840866797058,width:2.393428066141983,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M638.510107,239.433868 C649.156819,237.323803 659.579958,247.685054 657.390482,257.842105 C650.544515,256.39758 643.351624,248.887564 637.39995,252.260643 C624.031812,260.602585 624.802754,241.710318 638.510107,239.433868"},{name:"id",value:"Fill-100"}],viewBox:"627.7894897460938 239.15789794921875 29.89471435546875 18.6842041015625"}},{id:"27891931-0bf1-4584-81ce-e481f7b5ea00",title:"Fill-99",type:"svg",x:61.25652908394992,y:79.94213582856331,width:.8975349139793106,height:2.1141947917587514,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M626.443287,333.649533 C629.039175,330.970389 632.662008,333.605127 633.303848,338.386142 C634.152504,341.686966 628.825228,344.60294 627.006681,347.526316 C619.989225,346.038725 621.365616,336.772734 626.443287,333.649533"},{name:"id",value:"Fill-99"}],viewBox:"622.1842041015625 332.5789489746094 11.21051025390625 14.947357177734375"}},{id:"39aea5d9-49a2-46ea-a641-c8b80abce88d",title:"Fill-98",type:"svg",x:68.28722983106935,y:77.56366399002901,width:.8975398005707745,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M714.255252,316.830765 C716.852066,314.158448 720.476191,316.78635 721.118261,321.56839 C721.974353,324.869923 716.638043,327.793926 714.818846,330.710526 C707.806021,329.230018 709.182903,319.954636 714.255252,316.830765"},{name:"id",value:"Fill-98"}],viewBox:"710 315.7631530761719 11.2105712890625 14.9473876953125"}},{id:"37ca6be6-9f78-41ff-b139-5edfb7b65dd2",title:"Fill-97",type:"svg",x:69.93271620772146,y:86.81327429739066,width:1.1967115897752594,height:1.585645014696782,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M743.673765,383.571386 C746.995617,385.445823 745.56135,389.902317 741.184234,391.942367 C738.293406,393.771638 733.91629,389.179642 730.587007,388.178437 C729.918178,380.597881 739.177747,379.310617 743.673765,383.571386"},{name:"id",value:"Fill-97"}],viewBox:"730.5526733398438 381.15789794921875 14.94732666015625 11.21051025390625"}},{id:"a7a22318-fc25-4643-ac2d-d871890d4d85",title:"Fill-96",type:"svg",x:62.3036523358272,y:82.58488039738404,width:1.7950747145500852,height:2.907021615596269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M645.3394,358.994155 C645.63408,358.623797 645.546472,358.320102 644.280144,358.690461 C644.463323,351.757346 633.807051,347.409334 635.431774,356.112764 C635.726454,358.890455 646.932265,370.527127 649.520672,370.919707 C667.209448,375.467712 651.567505,361.34223 645.3394,358.994155"},{name:"id",value:"Fill-96"}],viewBox:"635.2631225585938 351.2631530761719 22.42108154296875 20.552642822265625"}},{id:"ebe0e3ea-6811-407a-95bb-a5fe420484bf",title:"Fill-95",type:"svg",x:66.64174834100871,y:76.77084148268062,width:.7479465760813361,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M694.694781,321.526993 C694.995282,321.670682 695.034822,321.889996 694.141224,322.033685 C696.5057,326.382167 691.38926,332.296102 689.554617,326.291416 C688.834994,324.438585 691.919092,313.729976 693.374154,312.709028 C702.745068,304.579258 697.747247,318.184334 694.694781,321.526993"},{name:"id",value:"Fill-95"}],viewBox:"689.4473876953125 310.15789794921875 9.34210205078125 18.6842041015625"}},{id:"f14ba7ca-f416-40e0-8760-cd16cb7d7f55",title:"Fill-94",type:"svg",x:85.1908292917356,y:85.22762928269388,width:1.7950698279586212,height:3.4355670761691117,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M928.325483,370.003466 C930.862074,369.786062 931.533295,373.877905 933.539153,374.980451 C937.215259,376.898259 938.261115,374.250596 941.406487,377.496119 C941.523561,377.620349 941.625024,377.760108 941.734293,377.899868 L941.695268,377.154485 C941.749903,377.418474 941.827952,377.767873 941.913805,378.156093 C943.178199,380.011787 943.755761,382.737093 943.193808,384.693724 C943.708931,388.187707 943.83381,391.759335 942.436733,393.063755 C939.205507,396.216104 937.262088,392.232963 934.225984,390.260804 C928.832801,386.898816 919.63083,387.380209 921.340102,377.643642 C921.699127,374.413649 924.766451,369.35902 928.325483,370.003466"},{name:"id",value:"Fill-94"}],viewBox:"921.131591796875 369.9473876953125 22.4210205078125 24.289459228515625"}},{id:"637e8401-70fa-4f58-885a-5e79bcaa6b76",title:"Fill-93",type:"svg",x:72.32614427386345,y:81.52778515974921,width:1.7950698279586212,height:3.4355670761691117,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M767.647116,343.846787 C770.175838,343.629394 770.847042,347.721032 772.860653,348.823522 C776.528861,350.741235 777.57469,348.093705 780.727788,351.339064 C780.837053,351.463288 780.946319,351.60304 781.055585,351.742793 L781.016561,350.989683 C781.06339,351.25366 781.141437,351.60304 781.227288,351.991241 C782.499454,353.854606 783.069197,356.579776 782.507258,358.528544 C783.022368,362.030116 783.155048,365.601564 781.750203,366.905919 C778.519058,370.05811 776.583494,366.075169 773.539662,364.103109 C768.154421,360.741289 758.952684,361.214894 760.654108,351.48658 C761.013124,348.256749 764.08037,343.194609 767.647116,343.846787"},{name:"id",value:"Fill-93"}],viewBox:"760.4473876953125 343.78948974609375 22.4210205078125 24.289459228515625"}},{id:"92c18c04-17ff-4022-a2ca-f0e70af1defc",title:"Fill-92",type:"svg",x:68.28722983106935,y:73.07099735973597,width:1.6454814900606467,height:3.69984412294466,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M718.539193,284.223886 C720.941964,284.464103 720.87522,288.602035 722.566059,290.043337 C725.673347,292.584989 727.104627,290.16732 729.499983,293.917806 C729.581558,294.065036 729.663134,294.220014 729.737294,294.374993 L729.826285,293.631095 C729.826285,293.894559 729.841117,294.258759 729.855949,294.653955 C730.731032,296.699674 730.805192,299.481543 729.94494,301.302543 C729.833701,304.828309 729.351664,308.361825 727.823976,309.384684 C724.264315,311.910838 723.129673,307.648922 720.623078,305.169263 C716.151253,300.899598 707.467163,299.729509 710.707938,290.477278 C711.590438,287.369954 715.31325,282.95306 718.539193,284.223886"},{name:"id",value:"Fill-92"}],viewBox:"710 284 20.5526123046875 26.15789794921875"}},{id:"8354a21b-7e74-4753-b865-a7f2d1ce7a33",title:"Fill-91",type:"svg",x:66.19297844072332,y:80.7349583359117,width:1.4958931521626722,height:1.585645014696782,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M700.176518,340.131195 C703.445445,343.334148 703.604351,348.00236 698.731228,349.320356 C694.501297,350.115572 693.267883,344.180906 686.94947,348.282158 C677.142688,345.079205 693.048441,333.673748 700.176518,340.131195"},{name:"id",value:"Fill-91"}],viewBox:"683.8421020507812 338.1842041015625 18.6842041015625 11.21051025390625"}},{id:"38ff96b7-86b5-4ce6-b006-8a6a23e01509",title:"Fill-90",type:"svg",x:70.23189288351742,y:83.11343017444601,width:.8975349139793106,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M736.490299,356.443804 C736.51366,357.190371 737.004249,358.061366 737.058759,358.730166 C737.13663,359.624491 736.918591,360.495486 736.575957,361.319821 C736.05422,362.579653 735.119766,363.637289 734.629177,364.897121 C733.367663,368.147799 735.828394,369.952003 738.577248,371.204058 C740.352712,373.840373 744.176189,374.929117 745.5,371.662886 C745.422129,370.67524 742.93025,366.320265 742.610977,364.75714 C742.797868,361.973067 747.594736,362.99182 744.285209,358.294669 C743.405264,357.042613 736.381279,352.80429 736.490299,356.443804"},{name:"id",value:"Fill-90"}],viewBox:"734.2894897460938 355 11.21051025390625 18.6842041015625"}},{id:"39b6c715-3472-4fa5-9d0b-58c69fa7f7f2",title:"Fill-89",type:"svg",x:63.0516037985,y:80.47068560562529,width:2.8421979664273698,height:1.84992206147233,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M655.828267,349.289907 C655.049691,349.785976 674.718176,348.3054 673.161024,349.297539 C697.508522,336.02578 650.287529,338.490862 646.780159,336.315789 C640.642262,345.72584 648.722819,348.297768 655.828267,349.289907"},{name:"id",value:"Fill-89"}],viewBox:"644.6052856445312 336.3157958984375 35.5 13.078948974609375"}},{id:"b35d35a2-d1cf-4169-980b-b47302dfdd0e",title:"Fill-88",type:"svg",x:61.55571064633733,y:63.02856454502591,width:1.047123251877285,height:2.114196950003315,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M630.469389,214.053608 C640.265859,209.008978 641.759123,223.521143 634.251778,227.172794 C626.194715,231.46978 622.240026,216.603468 630.469389,214.053608"},{name:"id",value:"Fill-88"}],viewBox:"625.9210815429688 213 13.07891845703125 14.947372436523438"}},{id:"fa9192e8-7eac-438b-90dd-ada02edc2d5e",title:"Fill-87",type:"svg",x:86.38754576810233,y:83.11343017444601,width:.8975349139793106,height:2.1141947917587514,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M939.947521,368.748023 C942.420154,371.558434 946.233025,369.148451 947.150407,364.439716 C948.203964,361.214047 942.979184,358.003209 941.309261,355 C934.135043,356.075223 934.995089,365.359217 939.947521,368.748023"},{name:"id",value:"Fill-87"}],viewBox:"936.0789794921875 355 11.21051025390625 14.947357177734375"}},{id:"4fda4df8-33cb-46b6-93fb-7cbc7ef92862",title:"Fill-86",type:"svg",x:82.7974012255936,y:87.07754702767708,width:1.1967115897752594,height:1.5856493311859086,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M904.352126,385.444831 C907.68181,387.311228 906.24737,391.7665 901.869727,393.813516 C898.97855,395.634759 894.593474,391.051549 891.271222,390.043092 C890.602312,382.464616 899.862997,381.177704 904.352126,385.444831"},{name:"id",value:"Fill-86"}],viewBox:"891.2368774414062 383.02630615234375 14.94732666015625 11.210540771484375"}},{id:"ccb05146-25af-4e0f-b8e4-071fca1b6548",title:"Fill-85",type:"svg",x:66.79133667890669,y:83.37770290473242,width:1.4958931521626722,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M692.619092,362.433319 C689.188246,358.262385 692.912519,355.682503 699.337832,357.414816 C703.069629,358.046775 705.69543,362.537406 707.756947,365.013201 C711.172745,369.117221 710.86427,372.351367 705.605144,371.741712 C700.70716,371.169231 694.996608,366.752948 692.619092,362.433319"},{name:"id",value:"Fill-85"}],viewBox:"691.3157958984375 356.868408203125 18.6842041015625 14.9473876953125"}},{id:"5d7638d8-92e6-4292-9d8d-6b41d843f783",title:"Fill-84",type:"svg",x:75.16834224029081,y:83.9062526817944,width:2.243839728244008,height:1.8499263779614565,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M807.492351,364.631036 C807.554447,364.146952 807.321585,363.912718 806.436711,364.865271 C803.036928,358.400403 791.758656,359.509112 797.595725,366.731337 C799.27233,369.143951 814.757638,374.468878 817.156115,373.586595 C834.527604,369.284492 813.989194,363.803408 807.492351,364.631036"},{name:"id",value:"Fill-84"}],viewBox:"795.9473876953125 360.6052551269531 28.02630615234375 13.0789794921875"}},{id:"35b37000-ffe3-402c-ab85-31e429be186d",title:"Fill-83",type:"svg",x:70.38148122141538,y:78.88503627443939,width:2.094251390346034,height:1.84992206147233,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M746.63706,338.168044 C745.888677,338.056045 756.396893,334.464602 754.668669,335.681661 C756.396893,334.464602 758.827207,335.950459 759.297839,333.045945 C768.58704,325.176131 753.850849,326.624655 749.692312,326.355856 C745.857816,326.512655 737.941936,321.196424 736.290865,331.365956 C735.110427,338.623508 742.054182,338.205377 746.63706,338.168044"},{name:"id",value:"Fill-83"}],viewBox:"736.1578979492188 325.1052551269531 26.15789794921875 13.078948974609375"}},{id:"45ed428a-1442-47d9-8e14-aac3ec4ae28e",title:"Fill-82",type:"svg",x:79.95520325916624,y:83.37770290473242,width:1.1967115897752594,height:2.907021615596269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M864.740299,360.405087 C862.755281,361.806288 856.792901,364.632576 855.943226,368.860064 C854.529541,378.724204 860.770262,378.015642 862.755281,376.606479 C864.17629,375.905878 866.446975,372.37899 867.29665,370.969828 C868.710335,369.560665 871.552354,375.905878 870.417011,366.041738 C871.830696,351.241548 867.29665,358.287362 864.740299,360.405087"},{name:"id",value:"Fill-82"}],viewBox:"855.7368774414062 356.868408203125 14.94732666015625 20.552642822265625"}},{id:"89c88c05-72e0-4de7-ba7d-c8faf37acfde",title:"Fill-81",type:"svg",x:84.29328949116481,y:78.88503627443939,width:1.047128138468749,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M919.170925,325.105263 C917.985337,326.873958 917.063212,327.510392 915.270192,328.420641 C913.433262,329.360491 912.203763,327.488191 910.674207,329.982125 C908.222527,333.423309 912.203763,339.351027 916.192317,339.980061 C924.579259,341.119722 924.784175,328.509446 919.170925,325.105263"},{name:"id",value:"Fill-81"}],viewBox:"909.9210205078125 325.1052551269531 13.0789794921875 14.9473876953125"}},{id:"ca09ec1a-bf19-4f98-8d3f-f3964d8f0ac5",title:"Fill-80",type:"svg",x:62.15406888452068,y:57.74307324913992,width:1.047123251877285,height:2.114196950003315,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M637.605799,190.569154 C637.908386,190.599464 638.241231,190.561576 638.604334,190.42518 C641.577246,189.303694 640.397159,185.151165 638.052114,184.135766 C639.179249,179.202744 643.566752,181.369939 645.654598,181.642733 C649.383976,175.527605 639.398624,174.103014 635.36666,177.255299 C632.582865,179.430072 633.210732,183.302229 634.428642,186.151409 C635.048944,187.598732 635.843233,190.372136 637.605799,190.569154"},{name:"id",value:"Fill-80"}],viewBox:"633.394775390625 175.63157653808594 13.07891845703125 14.947372436523438"}},{id:"9751a27f-d701-4156-9cd7-db3342cd8c90",title:"Fill-79",type:"svg",x:85.78918264332749,y:78.35648649737742,width:1.047128138468749,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M932.818171,336.302957 C933.120695,336.340856 933.45347,336.295377 933.816499,336.158939 C936.788791,335.037112 935.601387,330.890901 933.264393,329.867613 C934.391293,324.933092 938.777883,327.100946 940.865295,327.381403 C944.593896,321.264415 934.610623,319.839392 930.579498,322.992635 C927.788719,325.168069 928.424018,329.041403 929.641675,331.883869 C930.261848,333.339212 931.055972,336.105879 932.818171,336.302957"},{name:"id",value:"Fill-79"}],viewBox:"928.605224609375 321.368408203125 13.0789794921875 14.9473876953125"}},{id:"bdca9614-2437-418c-844e-eac6d18c8ff1",title:"Fill-78",type:"svg",x:76.36505383006607,y:65.40703422531566,width:1.047128138468749,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M811.229955,243.686522 C811.065351,243.420457 810.953121,243.091788 810.915711,242.69269 C810.564058,239.406001 814.724041,238.568678 816.654393,240.274626 C820.470205,236.925334 816.609501,233.849932 815.43483,232.042253 C819.115966,225.71929 824.82472,234.342935 823.867026,239.56251 C823.216093,243.170043 819.542439,244.390813 816.512235,244.586449 C814.970947,244.68818 812.195131,245.235961 811.229955,243.686522"},{name:"id",value:"Fill-78"}],viewBox:"810.8947143554688 229.81578063964844 13.0789794921875 14.9473876953125"}},{id:"6c0df3b7-2879-45af-b950-add79a0d8998",title:"Fill-77",type:"svg",x:78.9080751206975,y:73.86382418357348,width:1.9446630524480595,height:4.228389583517503,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M856.921379,289.616324 C857.930856,289.707282 858.814149,290.503167 859.744761,292.504247 C862.836285,299.151777 853.814082,298.674247 853.569599,301.251396 C852.662647,310.991506 862.402525,309.680192 866.574505,310.430597 C869.910512,323.930313 849.91813,320.48148 844.153069,312.242182 C839.570988,305.68561 846.424392,294.808522 852.528575,291.397589 C854.34248,290.389469 855.714738,289.495046 856.921379,289.616324"},{name:"id",value:"Fill-77"}],viewBox:"842.6578979492188 289.60528564453125 24.28948974609375 29.89471435546875"}},{id:"233c76c9-38ac-493f-8182-a7a558fc1db6",title:"Fill-76",type:"svg",x:84.7420593914502,y:63.82138705237431,width:1.9446630524480595,height:3.9641190114756446,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M935.354498,237.925572 C927.303666,240.69215 925.844113,251.849417 915.526316,243.708856 C924.858139,237.902833 916.799543,219.279596 926.496254,218.620165 C934.702357,218.05927 946.285618,233.491468 935.354498,237.925572"},{name:"id",value:"Fill-76"}],viewBox:"915.5263061523438 218.60525512695312 24.28948974609375 28.026321411132812"}},{id:"61b6bec5-c9be-4835-a692-5d27179803c6",title:"Fill-75",type:"svg",x:76.66423539245349,y:70.69252552120166,width:2.243839728244008,height:3.69984412294466,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M835.837928,272.699974 C837.364788,281.144482 848.543308,284.409072 838.543557,293.342105 C834.121198,283.121846 813.773603,288.11566 814.659656,278.368418 C815.41122,270.117769 833.069009,261.114946 835.837928,272.699974"},{name:"id",value:"Fill-75"}],viewBox:"814.631591796875 267.1842041015625 28.02630615234375 26.15789794921875"}},{id:"c282dfe8-0273-4aa3-b757-270fdaf28cdb",title:"Fill-74",type:"svg",x:84.7420593914502,y:60.121545087674214,width:2.6926096285293957,height:3.17129434588269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M947.193626,199.522416 C951.269233,206.762945 949.092938,215.011649 939.817964,214.866533 C935.647392,214.805432 933.969666,210.68108 931.073215,208.588353 C927.345816,205.892249 918.0471,208.450875 915.847064,202.783709 C914.430494,199.109981 917.991704,196.604819 920.943551,195.069643 C928.817782,190.968204 942.018001,191.128596 947.193626,199.522416"},{name:"id",value:"Fill-74"}],viewBox:"915.5263061523438 192.44737243652344 33.631591796875 22.421051025390625"}},{id:"da79b54d-eee9-4de5-8bc2-95628e9d1380",title:"Fill-73",type:"svg",x:75.46751891608676,y:74.39236964414633,width:2.6926096285293957,height:3.17129434588269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M831.348423,300.349576 C835.427573,307.621989 833.257307,315.907017 823.958429,315.761262 C816.077353,315.017144 817.027835,303.97044 803.721094,307.982541 C788.109435,297.419131 822.176276,285.413512 831.348423,300.349576"},{name:"id",value:"Fill-73"}],viewBox:"799.6842041015625 293.34210205078125 33.631591796875 22.421051025390625"}},{id:"29523c73-62c9-4103-8ee6-4de99ec57d58",title:"Fill-72",type:"svg",x:81.00232651104352,y:65.40703638356023,width:.8975398005707745,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M870.761574,232.166027 C873.959096,228.899881 878.632969,228.734697 879.953524,233.607636 C880.739922,237.842362 874.804845,239.073736 878.907467,245.395792 C875.709944,255.194228 864.307178,239.298988 870.761574,232.166027"},{name:"id",value:"Fill-72"}],viewBox:"868.8157958984375 229.8157958984375 11.2105712890625 18.6842041015625"}},{id:"e586ea98-2f81-4fad-9496-6b730086aeea",title:"Fill-71",type:"svg",x:83.54534291508348,y:75.97801897533223,width:1.6454863766521108,height:2.378467522045173,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M900.578947,316.315164 C909.10376,315.582372 901.185748,301.015341 914.461369,305.360284 C918.079974,304.479452 922.268381,306.574203 920.847579,310.489833 C920.011377,311.289243 914.402169,313.095318 912.899966,314.20561 C910.864963,316.781487 915.845171,319.727462 909.266561,321.185645 C905.647955,322.066477 902.11815,319.653442 900.578947,316.315164"},{name:"id",value:"Fill-71"}],viewBox:"900.5789184570312 304.5526428222656 20.55267333984375 16.815765380859375"}},{id:"4a5d50eb-5de4-457f-8257-f2cb0deaae48",title:"Fill-70",type:"svg",x:79.8056100346768,y:77.82794103680456,width:2.543021290631421,height:4.756939360579472,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M859.004998,350.717828 C860.370877,349.918189 861.489097,348.081394 862.667356,347.29759 C864.235866,346.244599 866.052035,345.793318 867.883214,345.634974 C870.690021,345.397457 873.519343,346.149593 876.31114,345.840821 C883.478255,345.033265 884.446378,338.382801 884.116165,331.716502 C887.253185,325.580657 885.609627,316.97464 878.34495,317.671355 C876.603829,318.811434 870.990214,328.114167 868.423562,330.307237 C863.14016,332.761575 860.423411,322.310845 854.967398,333.54538 C853.511461,336.538089 852.43827,354.605183 859.004998,350.717828"},{name:"id",value:"Fill-70"}],viewBox:"853.868408203125 317.631591796875 31.76318359375 33.631561279296875"}},{id:"8bd9e278-6a8d-4631-82cd-4047338df6bd",title:"Fill-69",type:"svg",x:78.01054020671819,y:65.93558400237764,width:2.393428066141983,height:3.9641190114756446,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M836.245876,233.760914 C838.119138,234.454376 840.269043,236.679552 842.569124,237.251087 C845.098423,237.875965 848.252143,237.350153 850.83677,237.418737 C853.200084,237.487321 855.832136,237.571146 857.642166,239.27813 C860.780078,242.250112 858.219162,246.464229 859.918535,249.504795 C862.866749,254.770536 861.317554,262.139526 854.504254,261.54513 C852.876018,260.56971 847.611914,252.598704 845.20908,250.716449 C840.24533,248.6132 837.700223,257.567247 832.578392,247.934979 C831.029197,245.016341 831.226798,239.941111 832.238518,236.931027 C833.345086,233.654227 834.704585,233.189379 836.245876,233.760914"},{name:"id",value:"Fill-69"}],viewBox:"831.4473876953125 233.55262756347656 29.89471435546875 28.026321411132812"}},{id:"d65eafdf-acd5-44c1-96fd-97f7db114293",title:"Fill-68",type:"svg",x:85.78918752991895,y:72.01389780561202,width:1.047123251877285,height:5.285493454130569,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M941.581152,302.075854 C942.073129,302.897039 940.589511,282.193704 941.581152,283.836074 C928.320839,258.205629 930.78841,307.9189 928.605263,311.606336 C938.006633,318.065272 940.589511,309.56127 941.581152,302.075854"},{name:"id",value:"Fill-68"}],viewBox:"928.6052856445312 276.52630615234375 13.07891845703125 37.368438720703125"}},{id:"fd017b97-345a-4e8d-b4b8-8da3c25c827e",title:"Fill-67",type:"svg",x:75.01875390239283,y:61.70719226061555,width:2.8421979664273698,height:2.1141947917587514,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M816.407316,218.261 C817.040368,218.949972 798.048801,212.243976 799.322626,213.621921 C778.83335,194.254147 824.721917,209.296706 828.751835,208.133109 C832.310824,218.881075 823.671977,219.210251 816.407316,218.261"},{name:"id",value:"Fill-67"}],viewBox:"794.0789794921875 203.65789794921875 35.5 14.947357177734375"}},{id:"c11d232b-c562-46ab-922d-15fc3d863958",title:"Fill-66",type:"svg",x:83.69493613957292,y:72.01389780561202,width:1.6454814900606467,height:2.907021615596269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M911.62963,293.661645 C908.187566,294.812112 900.898038,301.906654 902.741454,291.44508 C904.171824,285.777116 912.279798,285.99187 915.966632,281.965238 L914.826926,278.48316 C920.051215,273.144996 924.747722,279.825371 922.361223,285.416637 C921.764599,286.812536 912.149765,293.224468 911.62963,293.661645"},{name:"id",value:"Fill-66"}],viewBox:"902.4473876953125 276.52630615234375 20.5526123046875 20.552642822265625"}},{id:"a345649b-61b4-4c0d-8798-a368d19e87db",title:"Fill-65",type:"svg",x:81.45109152473745,y:62.76428965649493,width:1.1967164763667233,height:1.84992206147233,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M875.473656,219.660216 C870.430875,209.863697 884.948692,208.373453 888.595986,215.881675 C892.885522,223.935505 878.026762,227.893201 875.473656,219.660216"},{name:"id",value:"Fill-65"}],viewBox:"874.4210205078125 211.13157653808594 14.9473876953125 13.078948974609375"}},{id:"8705193c-3950-4d94-bca1-7b4e2f36a976",title:"Fill-64",type:"svg",x:83.39575457718551,y:68.31405584091193,width:1.4958931521626722,height:2.907019457351706,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M915.510196,258.802115 C920.677551,275.678499 902.783335,273.599353 899.163841,260.73219 C894.684424,246.813685 925.110063,247.668881 915.510196,258.802115"},{name:"id",value:"Fill-64"}],viewBox:"898.7105102539062 250.36842346191406 18.6842041015625 20.552627563476562"}},{id:"5ffc3b3f-2ddf-4cba-a03d-4b757cda5ee7",title:"Fill-63",type:"svg",x:80.85273328655408,y:74.92091942120828,width:2.243844614835473,height:1.5856493311859086,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M881.72024,297.627853 C886.061338,298.036181 892.25157,303.768787 894.973684,306.867277 C891.85476,309.053033 885.894678,308.308435 882.021815,307.347663 C878.783848,306.539013 865.585956,307.011393 867.062089,300.558207 C868.204901,295.570199 878.363229,297.315602 881.72024,297.627853"},{name:"id",value:"Fill-63"}],viewBox:"866.9473266601562 297.0789489746094 28.0263671875 11.210540771484375"}},{id:"e898a0d5-6017-4796-b8da-6a69fd052490",title:"Fill-62",type:"svg",x:81.00232651104352,y:75.96437455320307,width:.1495883378979744,height:.027288844258309755,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M868.815789,304.564208 C869.309053,304.510186 869.772421,304.494751 870.265684,304.456164 C870.415158,304.517903 870.534737,304.579642 870.684211,304.649099 L868.815789,304.564208"},{name:"id",value:"Fill-62"}],viewBox:"868.8157958984375 304.4561767578125 1.868408203125 0.19293212890625"}},{id:"e9bd1b56-1792-4c1c-97c5-9abcd8299ed4",title:"Fill-61",type:"svg",x:85.63959430542951,y:70.16398006062882,width:1.4958931521626722,height:2.1141947917587514,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M935.840786,263.524064 C943.033445,264.18035 947.671777,272.511324 944.298444,278.394737 C940.219631,276.240574 937.089567,270.264509 932.637741,271.252799 C922.493416,273.955154 926.661428,262.404517 935.840786,263.524064"},{name:"id",value:"Fill-61"}],viewBox:"926.73681640625 263.4473876953125 18.6842041015625 14.947357177734375"}},{id:"589ad888-9b21-4b55-ac60-425815496694",title:"Fill-60",type:"svg",x:80.10478671047275,y:70.16398006062882,width:1.346309700856162,height:2.378467522045173,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M873.639863,273.776595 C872.282404,276.927299 869.047773,279.187929 865.828656,279.967729 C864.145406,280.369444 862.283748,280.393074 860.623769,279.841701 C859.212012,279.369095 856.675503,278.069429 857.955393,276.572845 C859.064631,275.257426 861.546842,274.430366 863.036168,273.524538 C864.905583,272.390285 866.984435,270.933084 867.131816,268.514919 C867.325739,258.212116 877.223556,265.490243 873.639863,273.776595"},{name:"id",value:"Fill-60"}],viewBox:"857.605224609375 263.4473876953125 16.81585693359375 16.815765380859375"}},{id:"c432eb46-d389-408c-89bd-ff1f71e0fc53",title:"Fill-59",type:"svg",x:82.64780800110417,y:68.84260345972933,width:2.094251390346034,height:3.69984412294466,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M890.034712,265.428809 C892.967028,255.142437 907.229815,250.645909 915.526316,257.120007 C911.069195,262.473733 900.911651,265.42129 901.271348,272.158563 C902.796153,287.618198 885.851274,278.474756 890.034712,265.428809"},{name:"id",value:"Fill-59"}],viewBox:"889.368408203125 254.10525512695312 26.15789794921875 26.15789794921875"}},{id:"189f15d4-1d5a-40da-8f5e-0f95e0f68452",title:"Fill-58",type:"svg",x:80.40396827286017,y:60.65009486473618,width:1.1967164763667233,height:1.8499199032277667,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M862.411882,204.299179 C859.734797,201.268991 862.36714,197.04159 867.147116,196.290236 C870.443137,195.299438 873.366306,201.524947 876.289474,203.638648 C874.805518,211.820981 865.536391,210.219192 862.411882,204.299179"},{name:"id",value:"Fill-58"}],viewBox:"861.3421020507812 196.18421936035156 14.9473876953125 13.078933715820312"}},{id:"7f2b1abd-c693-4958-9446-930600d69e89",title:"Fill-57",type:"svg",x:75.3179305781888,y:64.87848660649826,width:.8975349139793106,height:2.114196950003315,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M800.235322,227.909238 C802.10102,224.583307 806.560492,226.013974 808.600624,230.394468 C810.428401,233.285299 805.839999,237.665793 804.838893,240.991724 C797.254757,241.66281 795.965454,232.400351 800.235322,227.909238"},{name:"id",value:"Fill-57"}],viewBox:"797.8157958984375 226.07894897460938 11.21051025390625 14.947372436523438"}},{id:"fa504b76-aab7-48d3-8fbd-894b4fb9ef4e",title:"Fill-56",type:"svg",x:76.51464705455551,y:80.99923538268726,width:2.6926047419379313,height:2.378467522045173,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M816.949282,351.877249 C809.299867,348.510013 812.657025,342.434023 822.774488,340.428647 C828.392745,338.752512 835.145386,343.10747 839.728903,345.090398 C847.324665,348.382806 849.141209,353.022109 841.430476,355.768277 C834.240946,358.327376 823.249702,356.172345 816.949282,351.877249"},{name:"id",value:"Fill-56"}],viewBox:"812.76318359375 340.0526428222656 33.63153076171875 16.815765380859375"}},{id:"1de9c108-0df6-4775-8622-75a8b9fdecf5",title:"Fill-55",type:"svg",x:84.29329437775627,y:81.26350811297365,width:1.9446630524480595,height:4.22839390000663,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M918.961949,369.733802 C912.187687,375.216187 907.991809,369.262537 910.810414,358.981103 C911.843369,353.00389 919.130104,348.80963 923.157827,345.510775 C929.827993,340.044099 935.088856,340.538927 934.08793,348.95101 C933.167079,356.78972 925.98444,365.932264 918.961949,369.733802"},{name:"id",value:"Fill-55"}],viewBox:"909.9210815429688 341.9210510253906 24.28948974609375 29.894744873046875"}},{id:"b78d9d6e-d36f-4188-9a08-39ee553ff51e",title:"Fill-54",type:"svg",x:81.45109641132892,y:72.01389780561202,width:1.047123251877285,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M880.741681,290.87601 C877.267382,292.954886 873.98389,289.334372 874.468861,284.281224 C874.357556,280.691854 880.860936,279.056783 883.548152,276.526316 C890.790914,279.827602 887.014501,288.968427 880.741681,290.87601"},{name:"id",value:"Fill-54"}],viewBox:"874.4210815429688 276.52630615234375 13.07891845703125 14.9473876953125"}},{id:"941f42d6-a4a1-4971-8bf1-9b9f96a6d373",title:"Fill-53",type:"svg",x:75.46751891608676,y:78.09221376709098,width:1.3463048142646978,height:3.69984412294466,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M805.69981,334.501615 C805.27075,334.311505 804.992238,334.46993 805.639591,335.610591 C798.797221,337.24237 796.892799,348.728192 805.067512,344.87054 C807.72467,343.85662 816.667173,329.93105 816.478989,327.317035 C817.028486,308.947641 806.625675,327.831917 805.69981,334.501615"},{name:"id",value:"Fill-53"}],viewBox:"799.6842041015625 319.5 16.8157958984375 26.15789794921875"}},{id:"8b18477e-cbe3-4a35-9a97-b945c887b8f4",title:"Fill-52",type:"svg",x:85.34041762963356,y:68.04978095238094,width:1.4958931521626722,height:1.0570973958793757,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M934.036986,250.687469 C934.014857,250.38482 934.177136,250.244052 934.722984,250.877505 C937.223556,246.98529 944.585122,248.139582 940.447007,252.397791 C939.244667,253.833617 928.858811,256.522272 927.31716,255.874743 C916.097779,252.48929 929.802979,249.906211 934.036986,250.687469"},{name:"id",value:"Fill-52"}],viewBox:"923 248.5 18.6842041015625 7.4736785888671875"}},{id:"d1ffbf2f-7070-44c5-961f-a91fe32ca438",title:"Fill-51",type:"svg",x:74.71957234000544,y:67.78550606384995,width:2.6926096285293957,height:2.114196950003315,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M810.212057,251.004798 C810.17408,250.400945 810.462709,250.127199 811.442528,251.383212 C815.939064,243.605589 829.19321,245.908281 821.749621,254.42663 C819.584903,257.292918 800.884784,262.671233 798.112427,261.383014 C777.915994,254.611812 802.593771,249.442832 810.212057,251.004798"},{name:"id",value:"Fill-51"}],viewBox:"790.3421020507812 246.63157653808594 33.631591796875 14.947372436523438"}},{id:"55c5fcb2-2e70-4db5-b130-31fff407b161",title:"Fill-50",type:"svg",x:82.64780800110417,y:79.41358605150135,width:1.047128138468749,height:3.69984412294466,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M902.430957,344.516712 C902.318073,345.267086 898.728352,334.761849 899.947503,336.484646 C898.728352,334.761849 900.218425,332.326961 897.313536,331.859892 C889.441737,322.572098 890.894182,337.303933 890.623259,341.461618 C890.773772,345.305371 885.460684,353.214927 895.627797,354.868812 C902.89002,356.040315 902.468585,349.103183 902.430957,344.516712"},{name:"id",value:"Fill-50"}],viewBox:"889.368408203125 328.84210205078125 13.0789794921875 26.15789794921875"}},{id:"fe9a8bc9-3a03-4409-ba6c-32a1abeef513",title:"Fill-49",type:"svg",x:78.9080751206975,y:63.02856454502591,width:2.094251390346034,height:2.6427467270652847,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M849.882387,216.133901 C849.290988,216.644583 860.432949,214.293824 858.264485,214.091172 C860.432949,214.293824 861.765569,211.578291 863.736899,214.034429 C876.116856,216.320341 862.412165,222.975423 858.911082,225.480198 C855.457311,227.425654 851.372713,236.674678 844.465171,228.098458 C839.528959,221.97027 845.837217,218.59004 849.882387,216.133901"},{name:"id",value:"Fill-49"}],viewBox:"842.6578979492188 213 26.15789794921875 18.684219360351562"}},{id:"693a44fa-5b8d-4332-a6e6-529ec4dfb004",title:"Fill-48",type:"svg",x:78.16012854461617,y:78.35648649737742,width:1.047123251877285,height:2.114199108247878,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M838.942608,336.167409 C840.479086,335.998405 840.362812,333.655385 841.425889,332.810362 C843.369326,331.320047 844.324435,332.664403 845.786165,330.505752 C845.835997,330.42125 845.885829,330.329065 845.93566,330.236881 L846.002103,330.659393 C846.002103,330.505752 846.002103,330.306019 846.002103,330.08324 C846.533641,328.90789 846.533641,327.333073 845.952271,326.319045 C845.819386,324.321717 845.453954,322.332071 844.457319,321.771282 C842.140144,320.403881 841.484026,322.839085 839.922632,324.283307 C837.132055,326.772285 831.600734,327.578898 833.834856,332.764269 C834.449447,334.508091 836.907813,336.943294 838.942608,336.167409"},{name:"id",value:"Fill-48"}],viewBox:"833.3157958984375 321.368408203125 13.07891845703125 14.9473876953125"}},{id:"22d5cc1c-e66c-472b-953f-f6430560289d",title:"Fill-47",type:"svg",x:82.4982196632062,y:64.34993682943627,width:2.094251390346034,height:2.3784718385342996,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M889.919918,224.119738 C891.781951,222.51758 894.556305,225.439612 896.732415,225.195474 C900.665865,224.66905 900.045188,221.94538 904.292716,222.784606 C904.449755,222.822753 904.606794,222.876158 904.771311,222.929563 L904.330106,222.342105 C904.517057,222.532838 904.763832,222.769348 905.047998,223.028745 C907.059591,223.814565 909.003882,225.69138 909.62456,227.583453 C911.942753,230.10876 913.999215,232.916352 913.610357,234.75502 C912.79525,239.118995 909.093619,236.998042 905.623807,237.120112 C899.544159,237.448173 892.574623,243.017581 888.596305,234.213338 C887.115653,231.405746 886.764185,225.599828 889.919918,224.119738"},{name:"id",value:"Fill-47"}],viewBox:"887.5 222.34210205078125 26.15789794921875 16.8157958984375"}},{id:"0f9252aa-110d-4f09-8906-f29a5c14383c",title:"Fill-46",type:"svg",x:85.63959919202098,y:56.950250741791514,width:1.6454814900606467,height:2.1141947917587514,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M938.117526,170.294383 C928.258483,169.160465 934.595866,171.99526 933.183993,173.419927 C931.780143,174.270366 928.258483,176.538202 927.552546,177.9556 C926.140674,179.939957 925.434737,186.183776 935.301803,184.766378 C939.529399,183.91594 942.345122,177.9556 943.756995,175.971243 C945.866782,173.419927 952.918124,168.876985 938.117526,170.294383"},{name:"id",value:"Fill-46"}],viewBox:"926.7368774414062 170.0263214111328 20.5526123046875 14.947357177734375"}},{id:"1bd5910e-6a93-4d10-ba79-dbe6a02dcf63",title:"Fill-45",type:"svg",x:78.4593052204121,y:60.65009486473618,width:1.3463048142646978,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M837.274978,206.803924 C838.18162,202.824445 844.535934,200.17146 846.654038,198.844967 C849.381782,196.858976 855.134272,191.553005 853.617991,205.477431 L852.711348,204.150938 C853.92281,213.436387 850.898063,207.470917 849.381782,208.79741 C848.475139,210.123902 846.052215,213.436387 844.535934,214.10338 C842.417829,215.429873 835.758696,216.089372 837.274978,206.803924"},{name:"id",value:"Fill-45"}],viewBox:"837.0526123046875 196.18421936035156 16.8157958984375 18.6842041015625"}},{id:"f2cee727-bb23-4594-86e8-ad5b0ae3b7dd",title:"Fill-44",type:"svg",x:73.82203742602613,y:63.2928394335569,width:1.047123251877285,height:2.114196950003315,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M788.385754,214.868421 C787.199623,216.644512 786.277076,217.273544 784.483236,218.191191 C782.638144,219.123638 781.415404,217.251343 779.885149,219.75267 C777.432347,223.186445 781.415404,229.121548 785.398461,229.74318 C793.789239,230.882838 793.994249,218.279995 788.385754,214.868421"},{name:"id",value:"Fill-44"}],viewBox:"779.131591796875 214.86842346191406 13.07891845703125 14.947372436523438"}},{id:"c7e06910-42b7-4c61-b36c-b441058c3bd8",title:"Fill-43",type:"svg",x:82.79739633900213,y:55.89315118766758,width:1.047128138468749,height:2.114196950003315,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M900.491017,162.552632 C899.304886,164.328722 898.38234,164.965155 896.5885,165.875401 C894.743407,166.815249 893.520667,164.942954 891.990412,167.436881 C889.53761,170.870656 893.520667,176.805759 897.503724,177.42739 C905.894502,178.567048 906.099512,165.964206 900.491017,162.552632"},{name:"id",value:"Fill-43"}],viewBox:"891.23681640625 162.55262756347656 13.0789794921875 14.947372436523438"}},{id:"1c5dfc00-0dfd-41c1-ba21-27d8fe69d197",title:"Fill-42",type:"svg",x:84.59247105355223,y:55.36460356885018,width:1.047128138468749,height:2.1141947917587514,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M917.868957,173.750327 C918.171544,173.788221 918.504389,173.742748 918.867492,173.60633 C921.840404,172.484664 920.660317,168.331472 918.315272,167.31591 C919.442407,162.382099 925.093208,166.28519 925.917756,164.830057 C929.647133,158.71395 919.661782,157.289132 915.629818,160.434342 C912.846023,162.617042 913.47389,166.489819 914.6918,169.331876 C915.312102,170.787009 916.106391,173.553278 917.868957,173.750327"},{name:"id",value:"Fill-42"}],viewBox:"913.6578979492188 158.8157958984375 13.0789794921875 14.947357177734375"}},{id:"a24190e2-5387-4206-a86f-da3ee59ffe46",title:"Fill-41",type:"svg",x:77.56177030643279,y:50.60766097090386,width:1.9446630524480595,height:4.492667709415333,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M840.425787,125.184211 C844.445508,130.673191 845.265062,138.082184 836.8978,138.812542 C836.000192,148.495434 845.639716,147.185307 849.760905,147.938254 C853.070344,161.348231 833.283954,157.922324 827.578293,149.737796 C821.583836,141.139147 832.401957,130.349424 840.425787,125.184211"},{name:"id",value:"Fill-41"}],viewBox:"825.8421020507812 125.18421173095703 24.28948974609375 31.763160705566406"}},{id:"6234b419-8889-43af-91e0-1a79165ead25",title:"Fill-40",type:"svg",x:85.63959919202098,y:50.87193478031256,width:1.6454814900606467,height:3.9641190114756446,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M928.017941,142.413255 C930.301148,138.796394 929.658303,134.433557 931.542503,130.839302 C932.39963,129.211714 937.438941,126.242875 939.271418,127.260117 C941.680239,128.608904 942.788592,136.663954 943.845222,139.293713 C945.300859,142.910573 949.697326,149.910705 945.559475,153.301511 C939.433977,158.31237 921.885054,152.110961 928.017941,142.413255"},{name:"id",value:"Fill-40"}],viewBox:"926.7368774414062 127.05262756347656 20.5526123046875 28.026321411132812"}},{id:"8d890f78-b78c-441e-84d5-0a5ff1363aeb",title:"Fill-39",type:"svg",x:85.04124095383762,y:40.82950250516366,width:1.9446581658565956,height:3.964118471914504,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M939.09134,75.3760714 C931.040508,78.1344354 929.580955,89.2967161 919.263158,81.1580267 C928.594981,75.3533376 920.536385,56.7343805 930.233096,56.0675233 C938.4392,55.506757 950.02246,70.9429863 939.09134,75.3760714"},{name:"id",value:"Fill-39"}],viewBox:"919.26318359375 56.05263137817383 24.2894287109375 28.026317596435547"}},{id:"c02607ce-9cc4-4f7e-8050-cf32aea997f0",title:"Fill-38",type:"svg",x:73.22367918784276,y:71.48535234503917,width:.8975349139793106,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M773.602786,275.142902 C776.807576,271.86901 781.481229,271.711322 782.794303,276.584616 C783.588082,280.812143 777.653285,282.051116 781.748295,288.366124 C778.558341,298.172783 767.148693,282.268875 773.602786,275.142902"},{name:"id",value:"Fill-38"}],viewBox:"771.6578979492188 272.78948974609375 11.21051025390625 18.6842041015625"}},{id:"9114cd62-6006-479c-a08c-fbb8b1666bd1",title:"Fill-37",type:"svg",x:81.30150318683947,y:42.415150217666145,width:.8975398005707745,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M874.498416,69.6139463 C877.695939,66.3470347 882.369811,66.1818116 883.690366,71.0558935 C884.476764,75.2841032 878.541687,76.5232765 882.644309,82.8393056 C879.446786,92.6475504 868.04402,76.7410706 874.498416,69.6139463"},{name:"id",value:"Fill-37"}],viewBox:"872.5526123046875 67.2631607055664 11.2105712890625 18.6842041015625"}},{id:"76c48538-a579-42ca-8669-ff2992076d62",title:"Fill-36",type:"svg",x:82.04944976292082,y:52.986131730315876,width:1.6454863766521108,height:2.378469680289736,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M881.894737,153.76263 C890.41215,153.02245 882.501538,138.463101 895.777158,142.80796 C899.395764,141.919744 903.58417,144.021856 902.163368,147.93741 C901.319767,148.729403 895.710558,150.542845 894.208356,151.653116 C892.173353,154.228944 897.15356,157.174862 890.57495,158.633017 C886.956345,159.513832 883.433939,157.100844 881.894737,153.76263"},{name:"id",value:"Fill-36"}],viewBox:"881.8947143554688 142 20.55267333984375 16.815780639648438"}},{id:"0f9a3092-57c9-49c2-83a9-904d78d900f8",title:"Fill-35",type:"svg",x:78.30971688251414,y:54.836053791788196,width:2.543021290631421,height:4.756941518824036,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M840.327356,188.165204 C841.685608,187.365566 842.811232,185.528772 843.98188,184.737051 C845.557753,183.691979 847.366255,183.240698 849.204773,183.082353 C852.011328,182.83692 854.840395,183.596972 857.631942,183.280284 C864.790907,182.480645 865.758943,175.830186 865.428761,169.163893 C868.573002,163.020136 866.922088,154.422042 859.658064,155.118757 C857.924604,156.258836 852.30399,165.561561 849.745073,167.746712 C844.462146,170.201048 841.738137,159.758244 836.282615,170.984852 C834.826809,173.985476 833.753714,192.052556 840.327356,188.165204"},{name:"id",value:"Fill-35"}],viewBox:"835.1842041015625 155.07894897460938 31.76318359375 33.63157653808594"}},{id:"7f4002a3-e0ed-4998-95f6-f681cfd09757",title:"Fill-34",type:"svg",x:72.02696271147603,y:85.22762496620476,width:2.543016404039957,height:3.4355713926582387,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M785.431314,393.947009 C783.51304,393.682925 780.978177,391.922365 778.694516,391.890354 C776.18249,391.858344 773.350751,393.146754 770.914846,393.690928 C768.684471,394.187086 766.202894,394.731259 764.109538,393.418841 C760.470906,391.138115 761.879163,386.224551 759.565054,383.527692 C755.576261,378.854204 755.286997,370.955689 761.803041,369.947368 C763.553848,370.555562 770.366768,377.429751 773.053875,378.782181 C778.192111,379.742487 778.473762,369.995384 785.530273,378.606125 C787.669302,381.214956 788.681724,386.440619 788.438134,389.753674 C788.171707,393.362823 787.014652,394.163078 785.431314,393.947009"},{name:"id",value:"Fill-34"}],viewBox:"756.7105102539062 369.9473571777344 31.76312255859375 24.28948974609375"}},{id:"d83c97a3-abd4-48da-a87d-1e1978a0a7e4",title:"Fill-33",type:"svg",x:78.30971688251414,y:42.943698915605836,width:2.3934329527334466,height:3.9641190114756446,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M839.982454,71.2082821 C841.855613,71.9017444 844.005399,74.1269203 846.305354,74.6984552 C848.834514,75.3233333 851.98806,74.7975212 854.572546,74.8661054 C856.93573,74.9346896 859.567637,75.0185147 861.377567,76.7254989 C864.523209,79.6898599 861.954531,83.9115976 863.653811,86.9521632 C866.601863,92.2179047 865.060656,99.5868945 858.239828,98.9924983 C856.619585,98.0094582 851.347867,90.0384516 848.945165,88.1638172 C843.989592,86.0605688 841.436721,95.0146154 836.315172,85.3823474 C834.766062,82.4560888 834.963653,77.3808589 835.975316,74.3783956 C837.081824,71.1015956 838.441247,70.6367472 839.982454,71.2082821"},{name:"id",value:"Fill-33"}],viewBox:"835.1842041015625 71 29.894775390625 28.026321411132812"}},{id:"8c78e0e3-174e-4f5e-811e-590d3707de9f",title:"Fill-32",type:"svg",x:82.79739633900213,y:58.27162302620189,width:1.9446630524480595,height:4.228391741762066,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M900.272956,207.1814 C893.499385,212.66318 889.303934,206.710187 892.130258,196.429887 C893.155101,190.453334 900.441094,186.259537 904.468406,182.961045 C911.145899,177.487119 916.398219,177.989746 915.405402,186.400901 C914.476638,194.230893 907.302738,203.380281 900.272956,207.1814"},{name:"id",value:"Fill-32"}],viewBox:"891.23681640625 179.36842346191406 24.28948974609375 29.894729614257812"}},{id:"e56ba21d-4c4c-4c59-bd3f-778a43d647b6",title:"Fill-31",type:"svg",x:64.84667362645862,y:83.37770290473242,width:1.047128138468749,height:5.285493454130569,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M680.001766,368.687304 C680.493726,367.866119 679.017846,388.569454 680.001766,386.927084 C666.741901,412.557529 669.209389,362.844258 667.026316,359.156821 C676.435055,352.697886 679.010159,361.201888 680.001766,368.687304"},{name:"id",value:"Fill-31"}],viewBox:"667.0263061523438 356.868408203125 13.0789794921875 37.368438720703125"}},{id:"d74b35c5-e915-4e51-9c27-bbd234b7fc71",title:"Fill-30",type:"svg",x:73.67244908812815,y:75.71374192855667,width:1.047123251877285,height:5.285489137641442,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M790.238582,328.240595 C790.730541,329.053948 789.254664,308.348986 790.246269,309.991485 C776.978744,284.366923 779.446227,334.076204 777.263158,337.76393 C786.671878,344.223372 789.246977,335.718703 790.238582,328.240595"},{name:"id",value:"Fill-30"}],viewBox:"777.26318359375 302.6842041015625 13.07891845703125 37.368408203125"}},{id:"eeda1716-e572-42a1-a891-8cef2cd5668b",title:"Fill-29",type:"svg",x:84.29329437775627,y:49.022013797962515,width:1.047123251877285,height:5.285492375008286,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M922.896477,139.525485 C923.388436,140.346589 921.912559,119.645287 922.904164,121.279601 C909.636639,95.6595684 912.104122,145.360062 909.921053,149.055031 C919.329773,155.513332 921.904872,147.002271 922.896477,139.525485"},{name:"id",value:"Fill-29"}],viewBox:"909.9210815429688 113.97368621826172 13.07891845703125 37.368431091308594"}},{id:"88281132-3a1c-4fee-9200-232724253f60",title:"Fill-28",type:"svg",x:82.19904298741024,y:49.022013797962515,width:1.6454814900606467,height:2.907020536473987,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M892.949688,131.109036 C889.50805,132.259495 882.219425,139.353991 884.054965,128.892485 C885.492805,123.216888 893.592127,123.43931 897.278504,119.412704 L896.138939,115.930648 C901.370229,110.592519 906.058505,117.27285 903.679951,122.856411 C903.0834,124.252301 893.462109,130.664192 892.949688,131.109036"},{name:"id",value:"Fill-28"}],viewBox:"883.76318359375 113.97368621826172 20.5526123046875 20.552635192871094"}},{id:"aa28e2ce-13d0-454a-bce1-7e49cf47c4c1",title:"Fill-27",type:"svg",x:81.75027308712485,y:39.77240456972315,width:1.1967115897752594,height:1.849921521911189,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M879.21092,57.10878 C874.168175,47.314834 888.677961,45.8168406 892.333158,53.3312314 C896.622663,61.382946 881.756079,65.3396025 879.21092,57.10878"},{name:"id",value:"Fill-27"}],viewBox:"878.1578979492188 48.578948974609375 14.94732666015625 13.07894515991211"}},{id:"886881ab-b491-4503-8837-7f61b1560a11",title:"Fill-26",type:"svg",x:77.71135864433077,y:85.49190201298032,width:1.4958931521626722,height:2.907021615596269,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M844.509542,380.253407 C849.678635,397.121944 831.786222,395.050645 828.165511,382.175635 C823.676768,368.264976 854.112637,369.112326 844.509542,380.253407"},{name:"id",value:"Fill-26"}],viewBox:"827.7105102539062 371.8157958984375 18.6842041015625 20.552642822265625"}},{id:"c6605853-d808-482c-8895-6383bfcb8eff",title:"Fill-25",type:"svg",x:83.69493613957292,y:45.322169675017854,width:1.4958931521626722,height:2.907020536473987,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M919.247038,96.2494838 C924.414393,113.125867 906.520178,111.046722 902.900684,98.1795583 C898.421267,84.2610535 928.846905,85.1162491 919.247038,96.2494838"},{name:"id",value:"Fill-25"}],viewBox:"902.4473876953125 87.81578826904297 18.6842041015625 20.552635192871094"}},{id:"9f6389f1-3229-47db-9148-198a53554c76",title:"Fill-24",type:"svg",x:79.50643335888086,y:51.9290343344365,width:2.243839728244008,height:1.585647172941345,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M864.380441,135.032082 C868.242128,135.37762 876.396288,141.988905 878.157895,144.108202 C869.188318,149.014836 862.28036,141.128901 852.764609,142.603194 C844.218126,135.108868 858.726377,133.55011 864.380441,135.032082"},{name:"id",value:"Fill-24"}],viewBox:"850.131591796875 134.5263214111328 28.02630615234375 11.210525512695312"}},{id:"69a4cae8-50e0-4e4e-9c40-6d53ce08e8c2",title:"Fill-23",type:"svg",x:79.65602169677884,y:52.97194127231221,width:.1495883378979744,height:.028380916007337335,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M852,142.007717 C852.489348,141.953696 852.963868,141.938261 853.438388,141.899674 C853.586675,141.96913 853.705305,142.03087 853.868421,142.100326 L852,142.007717"},{name:"id",value:"Fill-23"}],viewBox:"852 141.89967346191406 1.868408203125 0.200653076171875"}},{id:"bb31e6ac-46ee-4e19-a3ba-86989653b904",title:"Fill-22",type:"svg",x:85.63959430542951,y:47.700641513552156,width:1.4958931521626722,height:2.114195870881033,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M935.840786,104.707302 C943.033445,105.363632 947.671777,113.702872 944.298444,119.578947 C940.219631,117.424644 937.089567,111.45591 932.637741,112.444264 C922.493416,115.139074 926.661428,103.595404 935.840786,104.707302"},{name:"id",value:"Fill-22"}],viewBox:"926.73681640625 104.63158416748047 18.6842041015625 14.947364807128906"}},{id:"49e09582-36d2-4ee4-bfab-92d057bedf8e",title:"Fill-21",type:"svg",x:77.86094698222875,y:46.37926815001951,width:1.1967164763667233,height:2.642745647943003,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M840.097375,96.8739218 C845.855916,100.647878 846.001605,110.184134 840.519106,113.973684 C838.050064,110.230918 838.111407,103.486142 833.917103,102.402299 C824.178958,100.33598 832.874278,91.8055927 840.097375,96.8739218"},{name:"id",value:"Fill-21"}],viewBox:"829.5789184570312 95.28947448730469 14.9473876953125 18.68421173095703"}},{id:"c4de0f1f-9b17-46ba-abca-1164c940f64e",title:"Fill-20",type:"svg",x:81.30150318683947,y:45.85071945207982,width:2.094251390346034,height:3.699843043822378,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M873.218922,102.873055 C876.159058,92.5956175 890.414026,88.0921903 898.710526,94.565397 C894.261225,99.9259039 884.095861,102.865537 884.455559,109.6094 C885.980363,125.066907 869.035484,115.917206 873.218922,102.873055"},{name:"id",value:"Fill-20"}],viewBox:"872.5526123046875 91.5526351928711 26.15789794921875 26.15789031982422"}},{id:"eb754d24-d5cb-4e76-8a74-db065a0222c0",title:"Fill-19",type:"svg",x:75.01875390239283,y:58.007348137670895,width:2.6926096285293957,height:2.3784718385342996,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M798.260354,189.322303 C790.61738,185.954438 793.975076,179.884795 804.086494,177.879044 C809.705651,176.195111 816.467039,180.550884 821.043625,182.541667 C828.640603,185.834691 830.457439,190.474862 822.74547,193.214059 C815.562454,195.773637 804.561784,193.625687 798.260354,189.322303"},{name:"id",value:"Fill-19"}],viewBox:"794.0789794921875 177.5 33.631591796875 16.8157958984375"}},{id:"c0cf20a1-1114-4920-a64f-5b786effc23b",title:"Fill-18",type:"svg",x:74.8691606779034,y:70.42825279091525,width:1.1967164763667233,height:2.642744568820721,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M797.769776,282.702287 C793.603326,286.121952 791.025523,282.403626 792.756548,275.98242 C793.393505,272.241694 797.874686,269.620946 800.355073,267.560187 C804.461573,264.140521 807.691321,264.454115 807.084338,269.710544 C806.514824,274.60858 802.093591,280.320467 797.769776,282.702287"},{name:"id",value:"Fill-18"}],viewBox:"792.2105102539062 265.3157958984375 14.9473876953125 18.6842041015625"}},{id:"004850b4-e08d-483c-9215-f2394cd819b0",title:"Fill-17",type:"svg",x:79.65602169677884,y:48.49346402090055,width:1.047123251877285,height:2.114196950003315,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M858.320629,124.589384 C854.846329,126.660885 851.562838,123.04744 852.047809,117.993289 C851.936504,114.395419 858.439884,112.760024 861.127099,110.236842 C868.369861,113.538783 864.593449,122.681423 858.320629,124.589384"},{name:"id",value:"Fill-17"}],viewBox:"852 110.2368392944336 13.07891845703125 14.947372436523438"}},{id:"02d97051-f93b-40c5-8d0a-61829e90fccd",title:"Fill-16",type:"svg",x:85.63959430542951,y:45.05789586560915,width:1.4958931521626722,height:1.0570973958793757,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M937.773828,88.135812 C937.751699,87.8332182 937.913978,87.6924768 938.459826,88.3187757 C940.960398,84.4343154 948.321964,85.5883942 944.183849,89.845819 C942.981509,91.2813804 932.595653,93.9695395 931.054002,93.3221294 C919.834621,89.9373008 933.539821,87.3546977 937.773828,88.135812"},{name:"id",value:"Fill-16"}],viewBox:"926.73681640625 85.94737243652344 18.6842041015625 7.4736785888671875"}},{id:"77e3a635-3420-4809-ad0e-70997b6058db",title:"Fill-15",type:"svg",x:81.30150807343092,y:56.421700964729546,width:1.047123251877285,height:3.69984412294466,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M885.615173,181.968959 C885.502321,182.711758 881.906109,172.205359 883.132432,173.936005 C881.906109,172.205359 883.403277,169.77786 880.499223,169.310738 C872.622165,160.01426 874.074192,174.755381 873.803347,178.913526 C873.96134,182.750047 868.642256,190.668135 878.813969,192.314546 C886.074103,193.493836 885.65279,186.555936 885.615173,181.968959"},{name:"id",value:"Fill-15"}],viewBox:"872.5526733398438 166.2894744873047 13.07891845703125 26.15789794921875"}},{id:"d82d3c50-018b-4dbf-887a-f88839fcdb27",title:"Fill-14",type:"svg",x:79.35684502098289,y:40.03667891869299,width:2.094251390346034,height:2.642745108381862,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M855.487651,53.5828599 C854.896251,54.09349 866.038212,51.7348654 863.869749,51.5322344 C866.038212,51.7348654 867.370832,49.0277155 869.342162,51.483603 C881.722119,53.7692804 868.017428,60.4236818 864.516345,62.9282007 C861.062574,64.8734581 856.977977,74.1215361 850.070434,65.546193 C845.134222,59.4186322 851.44248,56.0387474 855.487651,53.5828599"},{name:"id",value:"Fill-14"}],viewBox:"848.26318359375 50.44736862182617 26.15789794921875 18.684207916259766"}},{id:"a53f6524-40f6-44b4-a42e-f4f47a3558b5",title:"Fill-13",type:"svg",x:76.66423050586204,y:55.36460141060561,width:1.047128138468749,height:2.114196950003315,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M820.264304,173.615127 C821.79274,173.438446 821.684753,171.103188 822.739706,170.258193 C824.683478,168.76793 825.638751,170.104558 827.10904,167.94598 C827.158881,167.861481 827.208721,167.776981 827.250255,167.6848 L827.325015,168.107297 C827.316708,167.953662 827.325015,167.753936 827.325015,167.523483 C827.848338,166.348172 827.848338,164.773409 827.266868,163.759415 C827.133961,161.769836 826.768465,159.780257 825.771659,159.219488 C823.454084,157.852133 822.797853,160.279572 821.23619,161.723745 C818.453439,164.220321 812.921164,165.026907 815.147364,170.212103 C815.770368,171.948183 818.229157,174.390986 820.264304,173.615127"},{name:"id",value:"Fill-13"}],viewBox:"814.6315307617188 158.81578063964844 13.0789794921875 14.947372436523438"}},{id:"1fabd02e-0992-426d-9f2a-20ed3c2f0a86",title:"Fill-12",type:"svg",x:82.79739633900213,y:41.358051742664486,width:2.094256276937498,height:2.378470759412018,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M893.656761,61.5596216 C895.518793,59.9573325 898.293147,62.8796026 900.469257,62.6430742 C904.402707,62.1166078 903.78203,59.3927164 908.029558,60.2320107 C908.186597,60.2701604 908.343636,60.32357 908.508153,60.3769797 L908.066948,59.7894737 C908.253899,59.9725924 908.500675,60.2167508 908.78484,60.476169 C910.796434,61.2544237 912.740725,63.1313909 913.361402,65.023618 C915.679595,67.5567607 917.736057,70.3645815 917.347199,72.203399 C916.532092,76.5677292 912.830461,74.4466037 909.360649,74.5686828 C903.281001,74.8967706 896.311466,80.4666326 892.333147,71.6540427 C890.852495,68.8538518 890.501027,63.0474615 893.656761,61.5596216"},{name:"id",value:"Fill-12"}],viewBox:"891.23681640625 59.78947448730469 26.157958984375 16.81578826904297"}},{id:"6b0a4aa1-f142-415c-ac0b-fbffa60ebca5",title:"Fill-11",type:"svg",x:62.30365722241867,y:60.65009270649161,width:1.1967115897752594,height:2.3784718385342996,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M641.951338,196.203375 C637.370532,195.909164 633.720905,199.029351 635.921194,203.713503 C638.098955,207.538249 643.415694,204.363865 644.452008,212.098523 C653.313241,217.456264 651.533485,197.225372 641.951338,196.203375"},{name:"id",value:"Fill-11"}],viewBox:"635.26318359375 196.1842041015625 14.94732666015625 16.8157958984375"}},{id:"37a445b8-306b-4a8b-aba7-24bddcc18d67",title:"Fill-10",type:"svg",x:67.09051335470262,y:86.54900156710424,width:1.7950747145500852,height:2.1141947917587514,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M711.720684,379.487382 C707.75846,378.325679 702.47802,382.606047 700.326449,383.81453 C697.303644,385.233523 689.174645,386.223699 702.281045,391.751533 C709.993366,397.380724 706.061446,391.78272 707.940283,391.10441 C709.538809,390.96407 713.59952,390.465084 714.887432,389.459314 C717.039003,388.250832 720.683037,382.722997 711.720684,379.487382"},{name:"id",value:"Fill-10"}],viewBox:"695.0526123046875 379.28948974609375 22.42108154296875 14.947357177734375"}},{id:"9de79802-0212-4f26-974e-484c96ebd26c",title:"Fill-9",type:"svg",x:80.2543799349622,y:87.07755134416621,width:1.1967115897752594,height:1.8499177449832032,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M859.560465,389.723743 C859.27527,388.704776 859.648218,387.812192 861.352076,387.425143 C863.604386,386.919609 865.293618,391.05077 867.494739,390.434651 C870.280876,389.660552 868.664771,383.728425 869.47648,383.412466 C875.992091,380.892694 875.377824,391.398325 871.611787,394.858074 C869.008467,397.251462 865.476436,395.782254 863.026683,393.941794 C861.959029,393.143998 859.991914,391.279841 859.560465,389.723743"},{name:"id",value:"Fill-9"}],viewBox:"859.4736938476562 383.0263366699219 14.94732666015625 13.07891845703125"}},{id:"bd3375a0-0d4e-4b6a-82fc-265a3f60c161",title:"Fill-8",type:"svg",x:72.92450251204681,y:66.72840435148146,width:1.6454814900606467,height:2.378476155023426,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M767.921053,251.521729 C774.938043,247.661206 770.442309,236.251384 781.628486,239.850556 C785.342023,238.961963 789.640309,241.07517 788.182233,245.025298 C787.324095,245.831752 781.567732,247.653739 780.026121,248.773814 C777.937731,251.372386 783.048591,254.344316 776.297395,255.815347 C772.834465,256.562063 769.333564,254.590732 767.921053,251.521729"},{name:"id",value:"Fill-8"}],viewBox:"767.9210815429688 239.15786743164062 20.5526123046875 16.815826416015625"}},{id:"ac82ae1c-f587-44c5-a7c0-ee7896ab6b77",title:"Fill-7",type:"svg",x:76.81382373035146,y:42.67942510619713,width:1.3463048142646978,height:4.756941518824036,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M823.977123,82.2827295 C823.451722,82.0167285 823.380076,81.6177269 824.964241,81.3830201 C820.912282,73.4655773 830.082925,62.8959477 833.147767,73.8019904 C834.365743,77.1661212 828.650012,96.4590203 826.054847,98.2584391 C809.345489,112.724202 818.508172,88.2442823 823.977123,82.2827295"},{name:"id",value:"Fill-7"}],viewBox:"816.5 69.13158416748047 16.8157958984375 33.63157653808594"}},{id:"a179c407-5781-46be-be94-a11281f22304",title:"Fill-6",type:"svg",x:76.66423539245349,y:48.75773890943153,width:1.6454814900606467,height:2.114195870881033,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M815.445612,120.038523 C816.151505,118.61359 819.672949,116.345328 821.084735,115.49473 C822.488499,114.077067 816.151505,111.234471 826.009943,112.375871 C840.809633,110.950938 833.766746,115.49473 831.649066,118.046524 C830.245302,120.038523 827.421729,125.992709 823.194392,126.843307 C813.335954,128.26824 814.033825,122.023252 815.445612,120.038523"},{name:"id",value:"Fill-6"}],viewBox:"814.631591796875 112.10526275634766 20.5526123046875 14.947364807128906"}},{id:"79119df3-7ed6-4d51-ac5b-533ace426582",title:"Fill-5",type:"svg",x:77.86094698222875,y:39.77240456972315,width:.8975349139793106,height:2.114195870881033,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M831.992672,50.4075225 C833.865582,47.0811567 838.316588,48.5193858 840.363899,52.8930774 C842.191314,55.7842866 837.603821,60.1653537 836.59533,63.4917195 C829.020279,64.162893 827.731231,54.8992226 831.992672,50.4075225"},{name:"id",value:"Fill-5"}],viewBox:"829.5789184570312 48.578948974609375 11.21051025390625 14.947364807128906"}},{id:"47ebd302-aa23-4d77-a407-0f6becb430ec",title:"Fill-4",type:"svg",x:75.61710725398476,y:52.45758195325391,width:1.4958980387541365,height:3.4355713926582387,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#DDB798",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M805.551361,144.519719 C806.085746,143.99833 802.910415,154.381418 802.90267,152.303311 C802.910415,154.381418 800.23849,155.424196 802.391519,157.494855 C803.499013,169.412317 810.949425,156.943673 813.613606,153.822787 C815.743401,150.701902 824.827947,147.56612 817.307833,140.326262 C811.940748,135.164511 808.215542,140.877445 805.551361,144.519719"},{name:"id",value:"Fill-4"}],viewBox:"801.5526123046875 138.26315307617188 18.68426513671875 24.28948974609375"}},{id:"db5864d7-8af9-4f62-9dce-e1d127429f14",title:"path",type:"svg",x:11.443270502521948,y:32.90126610089584,width:76.58975675564102,height:57.08330254237755,parent_id:"7bf03c47-3062-4102-a134-4dc3873ee3ac",default_style:{background_color:"#F9D9B7",background_opacity:1,stroke_opacity:1},mouseover_style:{background_color:"#F9D9B7",background_opacity:1,stroke_opacity:1,parent_filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip:{enable_tooltip:!1},svg:{tagName:"path",properties:[{name:"d",value:"M639.647568,3.41060513e-13 C580.730844,3.41060513e-13 525.578372,1.29857625 478.316947,3.56335507 C431.055521,1.29857625 375.903049,3.41060513e-13 316.986325,3.41060513e-13 C141.917723,3.41060513e-13 0,11.4707569 0,25.6159625 L0,403.578947 L956.631579,403.578947 L956.631579,25.6159625 C956.631579,11.4707569 814.71617,3.41060513e-13 639.647568,3.41060513e-13"}],viewBox:"0 3.410605131648481e-13 956.631591796875 403.5789489746094"}}],single_object:!0,mouseover_style:{filters:[{id:"3b4bc18f-0f7c-4507-8751-ac88d9c6e8f2",name:"brightness",value:"1.2"}]},tooltip_content:[{type:"Heading",text:"Bone",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"e314d10c-df69-42fb-8efd-00af8df8564b"}],svg:{html:'<g id="Bone" transform="translate(160.605263, 295.947368)" ></g>'}}],tooltip:{enable_tooltip:!1},svg:{html:'<g id="Artboard-Copy-3" transform="translate(-155.000000, -139.000000)" ></g>'}}],tooltip:{enable_tooltip:!1},svg:{html:'<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" ></g>'}}]}],version:"6.0.0"}},{name:"Business",value:{id:"8ec0694a-79e8-4c27-891b-f92a66a0e489",general:{name:"Business"},objectConfig:{pageload_animation:"grow"},tooltips:{sticky_tooltips:!0},artboards:[{width:1280,height:720,children:[{id:"d1c0139e-15ea-4449-8744-e4ec149a1c43",title:"Pie",type:"group",children:[{id:"5890741c-9ab7-43d2-bcc6-39664db135d6",title:"Yellow",type:"svg-single",x:29.522161970077057,y:17.598699764643747,width:18.79115884085865,height:35.54938923678382,mouseover_style:{filters:[{id:"b2a4bc60-8c6d-404d-9ee7-52b0f97342af",name:"brightness",value:"1.2"}]},tooltip_style:{background_opacity:.8217329545454546,width:323},tooltip_content:[{type:"Heading",text:"15%",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"6633cefe-a063-4bb0-8a96-6a51feeb5c6c"}],svg:{html:'\n <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <g id="Artboard-Copy-4" transform="translate(-381.000000, -127.000000)">\n <g id="Pie-Copy" transform="translate(72.000000, 128.000000)">\n <g id="Yellow" transform="translate(309.990000, -0.166656)">\n <polyline id="Fill-421-Copy" fill="#FFAC00" points="246 44.0307983 246 153.270291 1.24077028e-12 262 1.24077028e-12 152.760507 246 44.0307983"></polyline>\n <path d="M246,44.0307983 L1.24077028e-12,152.760507 L161.417036,-1.24190925e-12 C194.086069,11.5356905 222.789707,26.5197076 246,44.0307983" id="Fill-423-Copy" fill="#FFCB45"></path>\n </g>\n </g>\n </g>\n </g>\n',viewBox:"0 0 246.989990234375 262.8333435058594"}},{id:"f22d4b9d-7fe3-43d1-bb25-dfea7d824543",title:"Pink",type:"svg-single",x:15.52332248902354,y:22.73837029875034,width:37.583079231185934,height:59.48943356670142,mouseover_style:{filters:[{id:"b2a4bc60-8c6d-404d-9ee7-52b0f97342af",name:"brightness",value:"1.2"}]},tooltip_style:{background_opacity:.8217329545454546,width:323},tooltip_content:[{type:"Heading",text:"45%",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"6633cefe-a063-4bb0-8a96-6a51feeb5c6c"}],svg:{html:'\n <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <g id="Artboard-Copy-4" transform="translate(-197.000000, -165.000000)">\n <g id="Pie-Copy" transform="translate(72.000000, 128.000000)">\n <g id="Pink" transform="translate(125.990000, 37.833344)">\n <polyline id="Fill-414-Copy" fill="#FF5722" points="344.863767 107.571631 344.863767 107.600729 344.827424 107.571631 344.863767 107.571631"></polyline>\n <path d="M183.607519,439 C114.809215,439 51.3534095,426.051448 -8.26356226e-13,404.10438 C-8.26356226e-13,387.850671 -8.26356226e-13,375.660389 -8.26356226e-13,367.533535 C50.164884,351.801143 85.3989956,309.584737 183.607519,260.189956 C261.255996,221.136018 343.174315,184.933419 429.362477,151.582158 C469.304018,181.698453 493,219.321998 493,260.189956 C493,358.933575 354.494803,439 183.607519,439 Z" id="Fill-415-Copy" fill="#CA0081"></path>\n <polyline id="Fill-416-Copy" fill="#CA0081" points="493 262.968802 493 223.817619 473.192776 272.582011 493 262.968802"></polyline>\n <polyline id="Fill-420-Copy" fill="#FF5722" points="344.863767 71.1992942 344.863767 71.2283921 344.827424 71.1992942 344.863767 71.1992942"></polyline>\n <path d="M493,223.817619 C493,322.561239 354.494803,402.627663 183.607519,402.627663 C114.809215,402.627663 51.3534095,389.679111 -8.26356226e-13,367.732044 L183.607519,223.817619 L429.362477,115.209822 C469.304018,145.326116 493,182.949661 493,223.817619" id="Fill-422-Copy" fill="#F1008D"></path>\n <path d="M148.754073,3.13210338 L148.608699,3.77953098 L148.20892,4.12506817 C147.881828,4.26692029 147.409362,4.17598945 146.936896,3.89955969 L146.246369,3.39398421 L145.664873,2.65562577 L145.265094,1.84452267 C145.083376,1.26620251 145.083376,0.789724901 145.265094,0.426001534 L145.664873,0.0731898687 C145.991965,-0.0650250107 146.464431,-0.0104665057 146.936896,0.262326019 C147.409362,0.538755778 147.881828,1.02978232 148.20892,1.54263227 C148.572355,2.08094285 148.754073,2.65926301 148.754073,3.13210338" id="Fill-430-Copy" fill="#FF3500"></path>\n </g>\n </g>\n </g>\n </g>\n',viewBox:"0 0 493.989990234375 439.8333435058594"}},{id:"5715bda1-2249-4688-9017-026f24c73f62",title:"Blue",type:"svg-single",x:5.937160670476021,y:30.988894050868836,width:23.660320562737326,height:46.50500281625142,mouseover_style:{filters:[{id:"b2a4bc60-8c6d-404d-9ee7-52b0f97342af",name:"brightness",value:"1.2"}]},tooltip_style:{background_opacity:.8217329545454546,width:323},tooltip_content:[{type:"Heading",text:"20%",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"6633cefe-a063-4bb0-8a96-6a51feeb5c6c"}],svg:{html:'\n <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <g id="Blue-Copy" transform="translate(0.990000, 0.833344)">\n <path d="M126.075161,343 L126.038755,343 C49.5490311,310.500561 -9.09494702e-13,258.223276 -9.09494702e-13,199.307375 C-9.09494702e-13,149.786496 69.4997064,115.762816 126.075161,83.4122737 L126.075161,343 Z" id="Fill-412-Copy" fill="#00A1CA"></path>\n <polyline id="Fill-417-Copy" fill="#00A1CA" points="-4.13892187e-13 202.081939 -4.13892187e-13 126.674816 39.4280681 213.496146 -4.13892187e-13 202.081939"></polyline>\n <path d="M310,126.674816 L126.075161,270.36744 L126.038755,270.36744 C49.5490311,237.868001 -8.27784373e-13,185.590717 -8.27784373e-13,126.674816 C-8.27784373e-13,77.1539366 34.9864944,32.3505421 91.5619495,5.67693915e-13 L310,126.674816" id="Fill-418-Copy" fill="#26C6E5"></path>\n <polygon id="Fill-424-Copy" fill="#00BAD4" points="310 199.307375 126.075161 343 126.038755 270.36744 310 126.674816"></polygon>\n </g>\n </g>\n',viewBox:"0 0 310.9899923801422 343.8333440423012"}},{id:"2dc68cef-47fc-4d32-b9ba-c06c292d3667",title:"Orange",type:"svg-single",x:12.936580411002781,y:19.22175361751951,width:28.909885948581678,height:29.223474425296203,mouseover_style:{filters:[{id:"b2a4bc60-8c6d-404d-9ee7-52b0f97342af",name:"brightness",value:"1.5"}]},tooltip_style:{background_opacity:.8217329545454546,width:323},tooltip_content:[{type:"Heading",text:"20%",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"6633cefe-a063-4bb0-8a96-6a51feeb5c6c"}],svg:{html:'\n <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <g id="Orange-Copy" transform="translate(0.990000, 0.833344)">\n <path d="M379,26.2010031 L217.878701,178.844314 L1.23849702e-12,51.9289983 C55.8858867,19.8445037 132.869694,4.13652158e-13 217.878701,4.13652158e-13 C276.923829,4.13652158e-13 332.010827,9.56203808 378.963687,26.1718949 L379,26.2010031" id="Fill-419-Copy" fill="#FF5722"></path>\n <polyline id="Fill-425-Copy" fill="#FF3500" points="0 51.9289983 0 88.3142269 217.878701 215.229543 217.878701 178.844314 0 51.9289983"></polyline>\n <polygon id="Path-2" fill="#FF7F56" points="217.878701 215.229543 217.878701 178.844314 379 26.2010031 379 61.1491537"></polygon>\n </g>\n </g>\n',viewBox:"0 0 379.99000000953674 216.06288200616837"}}],tooltip:{enable_tooltip:!1},svg:{html:'<g id="Pie-Copy" transform="translate(72.000000, 128.000000)" ></g>'}},{id:"dd9e5739-a649-4fcb-84ae-7c04d6d4599a",title:"Bars",type:"group",children:[{id:"eaf3e46f-d4fe-43f4-b53d-4b616f55f27e",title:"Yellow",type:"svg-single",x:60.75291451790565,y:45.734853910705105,width:11.291262685302831,height:45.58020199521506,mouseover_style:{filters:[{id:"7cf087b0-3867-47c4-b32a-124492f93be8",name:"brightness",value:"1.2"}]},tooltip_style:{background_opacity:.8217329545454546,width:323},tooltip_content:[{type:"Heading",text:"45%",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"6633cefe-a063-4bb0-8a96-6a51feeb5c6c"}],svg:{html:'\n <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <g id="Artboard-Copy-4" transform="translate(-762.000000, -329.000000)">\n <g id="Group-2-Copy" transform="translate(762.000000, 61.000000)">\n <g id="Yellow" transform="translate(0.355257, 268.409000)">\n <polyline id="Fill-38-Copy" fill="#FF8D00" points="75 43.3352048 75 341 0.0362844702 297.628468 0.0362844702 43.3352048 75 43.3352048"></polyline>\n <polyline id="Fill-39-Copy" fill="#FFAC00" points="150 43.3352048 150 297.628468 75 341 75 43.3352048 150 43.3352048"></polyline>\n <polyline id="Fill-40-Copy" fill="#FFCB45" points="150 43.346103 75 86.6922061 0 43.346103 75 -7.22744923e-13 150 43.346103"></polyline>\n </g>\n </g>\n </g>\n </g>\n',viewBox:"0 0 150.35528564453125 341.40899658203125"}},{id:"79f5bf6b-0b9a-466a-a7c5-7cf67f24c0ce",title:"Orange",type:"svg-single",x:67.80266524691405,y:28.696131036155396,width:11.291258101732796,height:55.326151220226855,mouseover_style:{filters:[{id:"7cf087b0-3867-47c4-b32a-124492f93be8",name:"brightness",value:"1.5"}]},tooltip_style:{background_opacity:.8217329545454546,width:323},tooltip_content:[{type:"Heading",text:"70%",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"6633cefe-a063-4bb0-8a96-6a51feeb5c6c"}],svg:{html:'\n <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <g id="Artboard-Copy-4" transform="translate(-854.000000, -203.000000)">\n <g id="Group-2-Copy" transform="translate(762.000000, 61.000000)">\n <g id="Orange" transform="translate(92.355257, 142.409000)">\n <polyline id="Fill-34-Copy" fill="#FF5722" points="150 370.603225 75 413.985457 4.12506668e-13 370.603225 75 327.220993 150 370.603225"></polyline>\n <polyline id="Fill-35-Copy" fill="#FF3500" points="74.9637155 43.3822321 74.9637155 414 -4.12506668e-13 370.592317 -4.12506668e-13 43.3822321 74.9637155 43.3822321"></polyline>\n <polyline id="Fill-36-Copy" fill="#FF5300" points="149.963716 43.3822321 149.963716 370.592317 74.9637155 414 74.9637155 43.3822321 149.963716 43.3822321"></polyline>\n <polyline id="Fill-37-Copy" fill="#FF7822" points="150 43.3822321 75 86.7644641 4.12506668e-13 43.3822321 75 -8.26682664e-13 150 43.3822321"></polyline>\n </g>\n </g>\n </g>\n </g>\n',viewBox:"0 0 150.355224609375 414.40899658203125"}},{id:"75469cef-7926-464f-8638-a2ff7465c9f2",title:"Blue",type:"svg-single",x:74.65528579575049,y:26.39314988366973,width:11.291258101732796,height:50.519929684604605,mouseover_style:{filters:[{id:"7cf087b0-3867-47c4-b32a-124492f93be8",name:"brightness",value:"1.2"}]},tooltip_style:{background_opacity:.8217329545454546,width:323},tooltip_content:[{type:"Heading",text:"65%",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"6633cefe-a063-4bb0-8a96-6a51feeb5c6c"}],svg:{html:'\n <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <g id="Artboard-Copy-4" transform="translate(-946.000000, -186.000000)">\n <g id="Group-2-Copy" transform="translate(762.000000, 61.000000)">\n <g id="Cyan" transform="translate(184.355257, 125.409000)">\n <polyline id="Fill-30-Copy" fill="#26C6E5" points="150 334.562098 75.0181466 377.985443 0 334.562098 75.0181466 291.138753 150 334.562098"></polyline>\n <polyline id="Fill-31-Copy" fill="#00A1CA" points="74.9818534 43.423345 74.9818534 378 2.88824533e-12 334.547541 2.88824533e-12 43.423345 74.9818534 43.423345"></polyline>\n <polyline id="Fill-32-Copy" fill="#00BAD4" points="150 43.423345 150 334.547541 74.9818534 378 74.9818534 43.423345 150 43.423345"></polyline>\n <polyline id="Fill-33-Copy" fill="#26C6E5" points="150 43.423345 75.0181466 86.84669 0 43.423345 75.0181466 -7.24032841e-13 150 43.423345"></polyline>\n </g>\n </g>\n </g>\n </g>\n',viewBox:"0 0 150.355224609375 378.40899658203125"}},{id:"20e84fd9-0697-4e84-ac62-835a91c714f1",title:"Purple",type:"svg-single",x:81.38587337590897,y:9.621439316654588,width:11.291258101732796,height:60.13237326513467,mouseover_style:{filters:[{id:"7cf087b0-3867-47c4-b32a-124492f93be8",name:"brightness",value:"1.2"}]},tooltip_style:{background_opacity:.8217329545454546,width:323},tooltip_content:[{type:"Heading",text:"75%",heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:"6633cefe-a063-4bb0-8a96-6a51feeb5c6c"}],svg:{html:'\n <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <g id="Artboard-Copy-4" transform="translate(-1038.000000, -61.000000)">\n <g id="Group-2-Copy" transform="translate(762.000000, 61.000000)">\n <g id="Purple" transform="translate(276.355257, 0.409000)">\n <polyline id="Fill-26-Copy" fill="#F10064" points="150 406.634078 74.9818534 449.981836 0 406.634078 74.9818534 363.289954 150 406.634078"></polyline>\n <polyline id="Fill-27-Copy" fill="#CA0081" points="74.9818534 43.3441244 74.9818534 450 2.88824533e-12 406.619547 2.88824533e-12 43.3441244 74.9818534 43.3441244"></polyline>\n <polyline id="Fill-28-Copy" fill="#E20084" points="150 43.3441244 150 406.619547 74.9818534 450 74.9818534 43.3441244 150 43.3441244"></polyline>\n <polyline id="Fill-29-Copy" fill="#F1008D" points="150 43.3441244 74.9818534 86.6918817 -4.12606476e-13 43.3441244 74.9818534 -1.13578537e-12 150 43.3441244"></polyline>\n </g>\n </g>\n </g>\n </g>\n',viewBox:"0 0 150.355224609375 450.4090003967285"}}],tooltip:{enable_tooltip:!1},svg:{html:'<g id="Group-2-Copy" transform="translate(762.000000, 61.000000)" ></g>'}}]}],version:"6.0.0"}}];function ox(e){let t,o,n,a,r,i,c;function l(t){e[10](t)}let s={type:"select",options:e[4]};return void 0!==e[3]&&(s.value=e[3]),r=new ys({props:s}),_e.push((()=>We(r,"value",l))),{c(){t=G("div"),o=G("div"),o.textContent="Choose Country:",n=Q(),a=G("div"),Ye(r.$$.fragment),oe(o,"class","pr-1 text-xs basis-[120px]"),oe(a,"class","flex-1"),oe(t,"class","flex items-center mb-2")},m(e,i){X(e,t,i),Z(t,o),Z(t,n),Z(t,a),Ve(r,a,null),c=!0},p(e,t){const o={};16&t&&(o.options=e[4]),!i&&8&t&&(i=!0,o.value=e[3],Me((()=>i=!1))),r.$set(o)},i(e){c||(Oe(r.$$.fragment,e),c=!0)},o(e){Te(r.$$.fragment,e),c=!1},d(e){e&&K(t),Xe(r)}}}function nx(e){let t,o,n,a,r,i,c;function l(t){e[11](t)}let s={type:"select",options:tx};return void 0!==e[5]&&(s.value=e[5]),r=new ys({props:s}),_e.push((()=>We(r,"value",l))),{c(){t=G("div"),o=G("div"),o.textContent="Choose Demo:",n=Q(),a=G("div"),Ye(r.$$.fragment),oe(o,"class","pr-1 text-xs basis-[120px]"),oe(a,"class","flex-1"),oe(t,"class","flex items-center mb-2")},m(e,i){X(e,t,i),Z(t,o),Z(t,n),Z(t,a),Ve(r,a,null),c=!0},p(e,t){const o={};!i&&32&t&&(i=!0,o.value=e[5],Me((()=>i=!1))),r.$set(o)},i(e){c||(Oe(r.$$.fragment,e),c=!0)},o(e){Te(r.$$.fragment,e),c=!1},d(e){e&&K(t),Xe(r)}}}function ax(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m;function y(t){e[8](t)}let v={type:"text"};function _(t){e[9](t)}void 0!==e[1]&&(v.value=e[1]),i=new ys({props:v}),_e.push((()=>We(i,"value",y)));let x={type:"button-group",options:e[6]};void 0!==e[2]&&(x.value=e[2]),p=new ys({props:x}),_e.push((()=>We(p,"value",_)));let w="country"===e[2]&&ox(e),k="demos"===e[2]&&nx(e);return{c(){t=G("div"),o=G("div"),n=G("div"),n.textContent="Name:",a=Q(),r=G("div"),Ye(i.$$.fragment),l=Q(),s=G("div"),f=G("div"),f.textContent="Template:",d=Q(),u=G("div"),Ye(p.$$.fragment),g=Q(),w&&w.c(),h=Q(),k&&k.c(),oe(n,"class","pr-1 text-xs basis-[120px]"),oe(r,"class","flex-1"),oe(o,"class","flex items-center mb-2"),oe(f,"class","pr-1 text-xs basis-[120px]"),oe(u,"class","flex-1"),oe(s,"class","flex items-center mb-2"),oe(t,"class","p-3")},m(e,c){X(e,t,c),Z(t,o),Z(o,n),Z(o,a),Z(o,r),Ve(i,r,null),Z(t,l),Z(t,s),Z(s,f),Z(s,d),Z(s,u),Ve(p,u,null),Z(t,g),w&&w.m(t,null),Z(t,h),k&&k.m(t,null),m=!0},p(e,o){const n={};!c&&2&o&&(c=!0,n.value=e[1],Me((()=>c=!1))),i.$set(n);const a={};!b&&4&o&&(b=!0,a.value=e[2],Me((()=>b=!1))),p.$set(a),"country"===e[2]?w?(w.p(e,o),4&o&&Oe(w,1)):(w=ox(e),w.c(),Oe(w,1),w.m(t,h)):w&&(Ae(),Te(w,1,1,(()=>{w=null})),ze()),"demos"===e[2]?k?(k.p(e,o),4&o&&Oe(k,1)):(k=nx(e),k.c(),Oe(k,1),k.m(t,null)):k&&(Ae(),Te(k,1,1,(()=>{k=null})),ze())},i(e){m||(Oe(i.$$.fragment,e),Oe(p.$$.fragment,e),Oe(w),Oe(k),m=!0)},o(e){Te(i.$$.fragment,e),Te(p.$$.fragment,e),Te(w),Te(k),m=!1},d(e){e&&K(t),Xe(i),Xe(p),w&&w.d(),k&&k.d()}}}function rx(e){let t,o,n={cancelButton:"Cancel",primaryButton:"Create",onConfirm:e[7],title:"New Image Map",$$slots:{default:[ax]},$$scope:{ctx:e}};return t=new My({props:n}),e[12](t),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},p(e,[o]){const n={};2097214&o&&(n.$$scope={dirty:o,ctx:e}),t.$set(n)},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(o){e[12](null),Xe(t,o)}}}let ix="Untitled";function cx(e,t,o){let n,a,r;F(e,qo,(e=>o(13,n=e))),F(e,Zo,(e=>o(14,a=e)));let i,c,l,s=ix,f="blank";function d(){o(1,s=ix),fetch("https://dfpyxk7hlnlki.cloudfront.net/countries.json").then((e=>e.json())).then((e=>{o(4,c=e),o(3,i="united-states")})).catch((e=>console.log(e))),r.show()}function u(){Wo();let e=xc(cr);e.id=Ha(),e.general.name=s||"Untitled",S(qo,n=e.artboards[0].id,n),Ji.setMapValues(e,!0)}return be((()=>{document.addEventListener(ft,d)})),he((()=>{document.removeEventListener(ft,d)})),[r,s,f,i,c,l,[{name:"Blank",value:"blank"},{name:"Country",value:"country"},{name:"Demos",value:"demos"}],function(){"country"===f?fetch(`https://dfpyxk7hlnlki.cloudfront.net/countries/${i}.svg`).then((e=>e.text())).then((e=>{u(),function(e){let t=Gi.getValue({group:"activeArtboard",prop:"width"}),o=Gi.getValue({group:"activeArtboard",prop:"height"}),n=Sy(e,t,o),r=Ga([n],{width:t,height:o}),i=t*(r.width/100),c=o*(r.height/100);S(Zo,a=!1,a),Ji.setValue({group:"activeArtboard",prop:"width",value:i}),Ji.setValue({group:"activeArtboard",prop:"height",value:c}),S(Zo,a=!0,a),Ji.setValue({group:"tooltips",prop:"sticky_tooltips",value:!0});let l=Sy(e,i,c);Ji.insertObjects({objects:[l]});let s=Gi.getAllObjects(),f={},d=0;for(let e of s)f[e.id]={default_style:{background_color:"#000000",background_opacity:.5,stroke_width:1,stroke_color:"#ffffff"},mouseover_style:{background_color:"#d97706",background_opacity:1,stroke_width:1,stroke_color:"#ffffff"},tooltip_content:[{type:"Heading",text:e.title,heading:"h3",other:{id:"",classes:"",css:""},style:{fontFamily:"sans-serif",fontSize:20.8,lineHeight:"normal",color:"#ffffff",textAlign:"left"},boxModel:{width:"auto",height:"auto",margin:{top:0,bottom:0,left:0,right:0},padding:{top:10,bottom:10,left:10,right:10}},id:Ha()}]},f[e.id].default_style=Ra({},rr.default_style,f[e.id].default_style),f[e.id].mouseover_style=Ra({},rr.mouseover_style,f[e.id].mouseover_style),d>1&&e.type===Jt&&(f[e.id].single_object=!0),d++;Ji.setObjectValues(f)}(e),Ji.clearHistory(),r.hide()})).catch((e=>console.log(e))):"demos"===f?(function(){Wo();let e=xc(l);e.id=Ha(),e.general.name=s||"Untitled",S(qo,n=e.artboards[0].id,n),Ji.setMapValues(e,!0)}(),Ji.clearHistory(),r.hide()):(u(),Ji.clearHistory(),r.hide())},function(e){s=e,o(1,s)},function(e){f=e,o(2,f)},function(e){i=e,o(3,i)},function(e){l=e,o(5,l)},function(e){_e[e?"unshift":"push"]((()=>{r=e,o(0,r)}))}]}const lx=class extends Ge{constructor(e){super(),Ke(this,e,cx,rx,k,{})}};var sx,fx=!1,dx=!1,ux=!1,px=!0;function bx(){return navigator.platform.indexOf("Win")>-1}function gx(e){let t;return{c(){t=G("div"),t.innerHTML='<div class="fa-solid fa-circle-notch fa-spin text-2xl text-black dark:text-white"></div>',oe(t,"class","absolute left-0 top-0 z-50 w-full h-full flex items-center justify-center bg-theme-100 bg-opacity-70 dark:bg-theme-900 dark:bg-opacity-80")},m(e,o){X(e,t,o)},d(e){e&&K(t)}}}function hx(e){let t,o;return t=new _g({}),{c(){Ye(t.$$.fragment)},m(e,n){Ve(t,e,n),o=!0},i(e){o||(Oe(t.$$.fragment,e),o=!0)},o(e){Te(t.$$.fragment,e),o=!1},d(e){Xe(t,e)}}}function mx(e){let t,o,n,a,r,i,c,l,s,f,d,u,p,b,g,h,m,y,v,_,x,w,k,C,$,M,F,D,L,B,j,E,S,I,A,z,O,T,N,P,H,R,q,U,W,Y,V,J=e[0]&&gx();a=new Zy({}),i=new rv({}),l=new Vy({}),f=new Qy({}),u=new mv({}),b=new Dv({}),h=new o_({}),y=new K_({}),_=new ex({}),w=new lx({});let ee=!e[2]&&hx();return $=new P_({}),D=new ef({}),E=new Sf({}),z=new Kc({}),H=new Wg({}),W=new my({}),{c(){t=G("div"),J&&J.c(),o=Q(),n=G("div"),Ye(a.$$.fragment),r=Q(),Ye(i.$$.fragment),c=Q(),Ye(l.$$.fragment),s=Q(),Ye(f.$$.fragment),d=Q(),Ye(u.$$.fragment),p=Q(),Ye(b.$$.fragment),g=Q(),Ye(h.$$.fragment),m=Q(),Ye(y.$$.fragment),v=Q(),Ye(_.$$.fragment),x=Q(),Ye(w.$$.fragment),k=Q(),ee&&ee.c(),C=Q(),Ye($.$$.fragment),M=Q(),F=G("div"),Ye(D.$$.fragment),L=Q(),B=G("div"),j=G("div"),Ye(E.$$.fragment),S=Q(),I=G("div"),A=G("div"),Ye(z.$$.fragment),O=Q(),T=G("div"),N=G("div"),P=G("div"),Ye(H.$$.fragment),R=Q(),q=G("div"),U=G("div"),Ye(W.$$.fragment),oe(F,"class","flex-shrink-0 z-10"),oe(j,"class","z-10 h-full absolute right-0"),re(j,"width",yx+"px"),oe(B,"class","flex-shrink-0 relative overflow-hidden transition-all duration-150"),re(B,"width",(e[3]?yx:0)+"px"),oe(A,"class","z-10"),oe(P,"class","flex-1 relative z-0"),oe(U,"class","flex-shrink-0 z-10 h-full absolute left-0"),re(U,"width",vx+"px"),oe(q,"class","relative overflow-hidden transition-all z-0"),re(q,"width",(e[4]?vx:0)+"px"),oe(N,"class","flex w-full flex-grow-0"),oe(T,"class","flex flex-1 min-h-0"),oe(I,"class","flex-1 flex flex-col h-full"),oe(n,"id","imp-app"),oe(n,"class","flex h-full dark:bg-theme-900"),oe(t,"class",Y=e[1]+" h-full")},m(e,Y){X(e,t,Y),J&&J.m(t,null),Z(t,o),Z(t,n),Ve(a,n,null),Z(n,r),Ve(i,n,null),Z(n,c),Ve(l,n,null),Z(n,s),Ve(f,n,null),Z(n,d),Ve(u,n,null),Z(n,p),Ve(b,n,null),Z(n,g),Ve(h,n,null),Z(n,m),Ve(y,n,null),Z(n,v),Ve(_,n,null),Z(n,x),Ve(w,n,null),Z(n,k),ee&&ee.m(n,null),Z(n,C),Ve($,n,null),Z(n,M),Z(n,F),Ve(D,F,null),Z(n,L),Z(n,B),Z(B,j),Ve(E,j,null),Z(n,S),Z(n,I),Z(I,A),Ve(z,A,null),Z(I,O),Z(I,T),Z(T,N),Z(N,P),Ve(H,P,null),Z(N,R),Z(N,q),Z(q,U),Ve(W,U,null),V=!0},p(e,[a]){e[0]?J||(J=gx(),J.c(),J.m(t,o)):J&&(J.d(1),J=null),e[2]?ee&&(Ae(),Te(ee,1,1,(()=>{ee=null})),ze()):ee?4&a&&Oe(ee,1):(ee=hx(),ee.c(),Oe(ee,1),ee.m(n,C)),(!V||8&a)&&re(B,"width",(e[3]?yx:0)+"px"),(!V||16&a)&&re(q,"width",(e[4]?vx:0)+"px"),(!V||2&a&&Y!==(Y=e[1]+" h-full"))&&oe(t,"class",Y)},i(e){V||(Oe(a.$$.fragment,e),Oe(i.$$.fragment,e),Oe(l.$$.fragment,e),Oe(f.$$.fragment,e),Oe(u.$$.fragment,e),Oe(b.$$.fragment,e),Oe(h.$$.fragment,e),Oe(y.$$.fragment,e),Oe(_.$$.fragment,e),Oe(w.$$.fragment,e),Oe(ee),Oe($.$$.fragment,e),Oe(D.$$.fragment,e),Oe(E.$$.fragment,e),Oe(z.$$.fragment,e),Oe(H.$$.fragment,e),Oe(W.$$.fragment,e),V=!0)},o(e){Te(a.$$.fragment,e),Te(i.$$.fragment,e),Te(l.$$.fragment,e),Te(f.$$.fragment,e),Te(u.$$.fragment,e),Te(b.$$.fragment,e),Te(h.$$.fragment,e),Te(y.$$.fragment,e),Te(_.$$.fragment,e),Te(w.$$.fragment,e),Te(ee),Te($.$$.fragment,e),Te(D.$$.fragment,e),Te(E.$$.fragment,e),Te(z.$$.fragment,e),Te(H.$$.fragment,e),Te(W.$$.fragment,e),V=!1},d(e){e&&K(t),J&&J.d(),Xe(a),Xe(i),Xe(l),Xe(f),Xe(u),Xe(b),Xe(h),Xe(y),Xe(_),Xe(w),ee&&ee.d(),Xe($),Xe(D),Xe(E),Xe(z),Xe(H),Xe(W)}}}document.addEventListener("keydown",(function(e){"true"!==document.activeElement.getAttribute("contenteditable")&&("Enter"!==e.code||fx||dx||ux||(document.activeElement.blur(),document.dispatchEvent(new Event($o)),e.preventDefault()),"Escape"!==e.code||fx||dx||ux||(document.activeElement.blur(),document.dispatchEvent(new Event(Mo)),e.preventDefault()),["input","textarea"].includes(document.activeElement.tagName.toLowerCase())||(("Control"===e.key||!bx()&&"Meta"===e.key)&&(fx=!0),"Alt"===e.key&&(dx=!0),"Shift"===e.key&&(ux=!0),"KeyV"!==e.code||fx||dx||ux||(document.dispatchEvent(new Event(lo)),e.preventDefault()),"KeyS"!==e.code||fx||dx||ux||(document.dispatchEvent(new Event(so)),e.preventDefault()),"KeyR"!==e.code||fx||dx||ux||(document.dispatchEvent(new Event(fo)),e.preventDefault()),"KeyE"!==e.code||fx||dx||ux||(document.dispatchEvent(new Event(uo)),e.preventDefault()),"KeyP"!==e.code||fx||dx||ux||(document.dispatchEvent(new Event(po)),e.preventDefault()),"KeyT"!==e.code||fx||dx||ux||(document.dispatchEvent(new Event(bo)),e.preventDefault()),"Space"!==e.code||fx||dx||ux||(document.dispatchEvent(new Event(go)),e.preventDefault()),"Equal"!==e.code||!fx||dx||ux||(document.dispatchEvent(new Event(mo)),e.preventDefault()),"Minus"!==e.code||!fx||dx||ux||(document.dispatchEvent(new Event(yo)),e.preventDefault()),"Digit0"!==e.code||!fx||dx||ux||(document.dispatchEvent(new Event(xo)),e.preventDefault()),"Digit1"===e.code&&fx&&dx&&!ux&&(document.dispatchEvent(new Event(wo)),e.preventDefault()),"Digit2"===e.code&&fx&&dx&&!ux&&(document.dispatchEvent(new Event(ko)),e.preventDefault()),"KeyZ"!==e.code||!fx||dx||ux||(document.dispatchEvent(new Event(ot)),e.preventDefault()),"KeyY"!==e.code||!fx||dx||ux||(document.dispatchEvent(new Event(nt)),e.preventDefault()),"KeyZ"===e.code&&fx&&!dx&&ux&&(document.dispatchEvent(new Event(nt)),e.preventDefault()),"KeyP"!==e.code||!fx||dx||ux||(document.dispatchEvent(new Event("SHORTCUT_PREVIEW")),e.preventDefault()),"Delete"!==e.code||fx||dx||ux||(document.dispatchEvent(new Event(Co)),e.preventDefault()),"KeyE"!==e.code||!fx||dx||ux||(document.dispatchEvent(new Event(Dt)),e.preventDefault())))})),document.addEventListener("keyup",(function(e){["input","textarea"].includes(document.activeElement.tagName.toLowerCase())||(("Control"===e.key||!bx()&&"Meta"===e.key)&&(fx=!1),"Alt"===e.key&&(dx=!1),"Shift"===e.key&&(ux=!1),"Space"!==e.code||fx||dx||ux||(document.dispatchEvent(new Event(ho)),e.preventDefault()))})),window.addEventListener("focus",(function(){fx=!1,dx=!1,ux=!1})),document.addEventListener("wheel",(function(e){px&&e.deltaY<0&&fx&&!dx&&!ux&&(px=!1,document.dispatchEvent(new Event(vo)),clearTimeout(sx),sx=setTimeout((function(){px=!0}),150)),px&&e.deltaY>0&&fx&&!dx&&!ux&&(px=!1,document.dispatchEvent(new Event(_o)),clearTimeout(sx),sx=setTimeout((function(){px=!0}),150))}));let yx=275,vx=275;function _x(e,t,o){let n,a,r,i,c,l;F(e,qo,(e=>o(6,a=e))),F(e,jo,(e=>o(5,r=e))),F(e,Bo,(e=>o(2,i=e))),F(e,zo,(e=>o(3,c=e))),F(e,Oo,(e=>o(4,l=e)));let s=!0;var f;function d(){let e=xc(cr);e.id=Ha(),e.general.name="Untitled",S(qo,a=e.artboards[0].id,a),Ji.setMapValues(e,!0),Ji.clearHistory()}return f=e=>{e?Go(e,(e=>{if(o(0,s=!1),e){let t=xc(e);Ji.setMapValues(t,!0),Ji.clearHistory(),S(qo,a=t.artboards[0].id,a)}else d()})):(o(0,s=!1),d())},!0===window.imageMapProConfig.wp?(Yo=f,window.parent.postMessage(JSON.stringify({action:"getLastProjectId"}),"*")):f(window.localStorage.imageMapProLastProjectId||"0"),e.$$.update=()=>{32&e.$$.dirty&&o(1,n=r?"dark":"")},[s,n,i,c,l,r]}new class extends Ge{constructor(e){super(),Ke(this,e,_x,mx,k,{})}}({target:document.querySelector("#image-map-pro-editor")})})()})();