Brizy – Page Builder - Version 1.0.100

Version Description

  • 2019-10-23 =
  • New: Function for dynamic data for RenderPreview in facebook comments
  • Fixed: Google fonts error for old users
  • Fixed: Fixed temporary screenshot file path
Download this release

Release Info

Developer themefusecom
Plugin Icon 128x128 Brizy – Page Builder
Version 1.0.100
Comparing to
See all releases

Code changes from version 1.0.99 to 1.0.100

README.md CHANGED
@@ -3,7 +3,7 @@ Contributors: themefuse<br>
3
  Requires at least: 4.5<br>
4
  Tested up to: 5.2.3<br>
5
  Requires PHP: 5.6<br>
6
- Stable tag: 1.0.99<br>
7
  License: GPLv3<br>
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -118,6 +118,11 @@ $bodyHtml = apply_filters( 'brizy_content', $html->get_body(), Brizy_Editor_Proj
118
 
119
  ## Changelog
120
 
 
 
 
 
 
121
  ### 1.0.99 - 2019-10-21 ###
122
  * Fixed: Register Brizy supported custom posts on plugin initialization to be able to run migrations
123
  * Fixed: Button not changing colors when switching styles
3
  Requires at least: 4.5<br>
4
  Tested up to: 5.2.3<br>
5
  Requires PHP: 5.6<br>
6
+ Stable tag: 1.0.100<br>
7
  License: GPLv3<br>
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
118
 
119
  ## Changelog
120
 
121
+ ### 1.0.100 - 2019-10-23 ###
122
+ * New: Function for dynamic data for RenderPreview in facebook comments
123
+ * Fixed: Google fonts error for old users
124
+ * Fixed: Fixed temporary screenshot file path
125
+
126
  ### 1.0.99 - 2019-10-21 ###
127
  * Fixed: Register Brizy supported custom posts on plugin initialization to be able to run migrations
128
  * Fixed: Button not changing colors when switching styles
brizy.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin URI: https://brizy.io/
6
  * Author: Brizy.io
7
  * Author URI: https://brizy.io/
8
- * Version: 1.0.99
9
  * Text Domain: brizy
10
  * License: GPLv3
11
  * Domain Path: /languages
@@ -19,8 +19,8 @@ if ( isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) && stripos( $_SERVER['HTTP_X_FO
19
 
20
  define( 'BRIZY_DEVELOPMENT', false );
21
  define( 'BRIZY_LOG', false );
22
- define( 'BRIZY_VERSION', '1.0.99' );
23
- define( 'BRIZY_EDITOR_VERSION', '118' );
24
  define( 'BRIZY_FILE', __FILE__ );
25
  define( 'BRIZY_PLUGIN_BASE', plugin_basename( BRIZY_FILE ) );
26
  define( 'BRIZY_PLUGIN_PATH', dirname( BRIZY_FILE ) );
5
  * Plugin URI: https://brizy.io/
6
  * Author: Brizy.io
7
  * Author URI: https://brizy.io/
8
+ * Version: 1.0.100
9
  * Text Domain: brizy
10
  * License: GPLv3
11
  * Domain Path: /languages
19
 
20
  define( 'BRIZY_DEVELOPMENT', false );
21
  define( 'BRIZY_LOG', false );
22
+ define( 'BRIZY_VERSION', '1.0.100' );
23
+ define( 'BRIZY_EDITOR_VERSION', '119' );
24
  define( 'BRIZY_FILE', __FILE__ );
25
  define( 'BRIZY_PLUGIN_BASE', plugin_basename( BRIZY_FILE ) );
26
  define( 'BRIZY_PLUGIN_PATH', dirname( BRIZY_FILE ) );
editor/block-screenshot-api.php CHANGED
@@ -114,7 +114,7 @@ class Brizy_Editor_BlockScreenshotApi extends Brizy_Admin_AbstractApi {
114
  }
115
 
116
  protected function getFileExtensionByContent( $content ) {
117
- $tmpfname = tempnam( "/tmp", "blockScreenShot" );
118
 
119
  $handle = fopen( $tmpfname, "w" );
120
  fwrite( $handle, $content );
114
  }
115
 
116
  protected function getFileExtensionByContent( $content ) {
117
+ $tmpfname = tempnam( sys_get_temp_dir(), "blockScreenShot" );
118
 
119
  $handle = fopen( $tmpfname, "w" );
120
  fwrite( $handle, $content );
public/editor-build/editor/js/editor.js CHANGED
@@ -1 +1 @@
1
- !function(e){function t(t){for(var o,r,l=t[0],s=t[1],c=t[2],p=0,u=[];p<l.length;p++)r=l[p],n[r]&&u.push(n[r][0]),n[r]=0;for(o in s)Object.prototype.hasOwnProperty.call(s,o)&&(e[o]=s[o]);for(d&&d(t);u.length;)u.shift()();return i.push.apply(i,c||[]),a()}function a(){for(var e,t=0;t<i.length;t++){for(var a=i[t],o=!0,l=1;l<a.length;l++){var s=a[l];0!==n[s]&&(o=!1)}o&&(i.splice(t--,1),e=r(r.s=a[0]))}return e}var o={},n={0:0},i=[];function r(t){if(o[t])return o[t].exports;var a=o[t]={i:t,l:!1,exports:{}};return e[t].call(a.exports,a,a.exports,r),a.l=!0,a.exports}r.m=e,r.c=o,r.d=function(e,t,a){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(r.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(a,o,function(t){return e[t]}.bind(null,o));return a},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="";var l=window.webpackJsonp=window.webpackJsonp||[],s=l.push.bind(l);l.push=t,l=l.slice();for(var c=0;c<l.length;c++)t(l[c]);var d=s;i.push([376,1]),a()}({1:function(e,t,a){"use strict";const o=(a(13).a.get("wp")||{}).l10n||{},n=e=>o[e]||e;a.d(t,"a",function(){return n})},10:function(e,t,a){"use strict";var o=a(0),n=a.n(o),i=a(7),r=a.n(i),l=a(6),s=a.n(l),c=a(87);t.a=n.a.forwardRef(function(e,t){let a=e.className,o=e.icon,i=void 0===o?"nc-circle-add":o,l=e.style,d=e.onClick,p=void 0===d?r.a.noop:d;const u=s()("brz-icon-svg",a);return n.a.createElement("svg",{ref:t,className:u,onClick:p,style:l},n.a.createElement("use",{xlinkHref:Object(c.a)(i)}))})},101:function(e,t,a){"use strict";a.d(t,"a",function(){return n}),a.d(t,"b",function(){return i});const o={};function n(e,t){let a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:10;void 0===o[e]&&(o[e]=[]);const n={cb:t,priority:a},i=o[e].findIndex(e=>{let t=e.priority;return n.priority<t});-1!==i?o[e].splice(i,0,n):o[e].push(n)}function i(e,t){for(var a=arguments.length,n=new Array(a>2?a-2:0),i=2;i<a;i++)n[i-2]=arguments[i];return void 0===o[e]?t:o[e].reduce((e,t)=>{return(0,t.cb)(e,...n)},t)}},104:function(e,t,a){"use strict";var o=a(7),n=a.n(o);function i(e,t){var a,o,i=!1;for(let n=0;n<t.length;n++){for(let l=0;l<e.length;l++){if(a=e[l],o=t[n],a.type===o.type&&a.id&&o.id&&a.id===o.id){e[l]=r(e[l],t[n]),i=!0;break}i=!1}i||e.push(t[n])}return function e(t){if(!t||"function"!=typeof t[Symbol.iterator])return t;for(let a of t){let t="options";a.columns&&(t="columns"),a.tabs&&(t="tabs"),a[t]&&(a[t]=e(a[t]))}return n.a.sortBy(t,"position")}(e)}function r(e,t){for(var a of["columns","options","tabs"])e[a]&&t[a]&&(e[a]=i(e[a],t[a]));for(var a of["disabled"])t[a]&&(e[a]=t[a]);return e}function l(e,t){e.hasOwnProperty("id")&&e.hasOwnProperty("type")&&t(e);for(let a in e)e.hasOwnProperty(a)&&"object"==typeof e[a]&&null!==e[a]&&l(e[a],t)}a.d(t,"a",function(){return i}),a.d(t,"b",function(){return l})},11:function(e,t,a){"use strict";a.d(t,"j",function(){return d}),a.d(t,"i",function(){return p}),a.d(t,"x",function(){return u}),a.d(t,"q",function(){return m}),a.d(t,"a",function(){return h}),a.d(t,"n",function(){return b}),a.d(t,"o",function(){return g}),a.d(t,"d",function(){return y}),a.d(t,"w",function(){return v}),a.d(t,"g",function(){return f}),a.d(t,"e",function(){return C}),a.d(t,"z",function(){return w}),a.d(t,"h",function(){return O}),a.d(t,"y",function(){return x}),a.d(t,"C",function(){return S}),a.d(t,"c",function(){return k}),a.d(t,"l",function(){return j}),a.d(t,"k",function(){return B}),a.d(t,"r",function(){return P}),a.d(t,"t",function(){return z}),a.d(t,"s",function(){return T}),a.d(t,"v",function(){return H}),a.d(t,"m",function(){return M}),a.d(t,"b",function(){return _}),a.d(t,"f",function(){return E}),a.d(t,"A",function(){return R}),a.d(t,"u",function(){return I}),a.d(t,"p",function(){return A}),a.d(t,"B",function(){return N}),a.d(t,"L",function(){return L}),a.d(t,"K",function(){return V}),a.d(t,"W",function(){return F}),a.d(t,"V",function(){return W}),a.d(t,"Y",function(){return D}),a.d(t,"U",function(){return $}),a.d(t,"O",function(){return G}),a.d(t,"E",function(){return K}),a.d(t,"H",function(){return q}),a.d(t,"bb",function(){return U}),a.d(t,"S",function(){return Y}),a.d(t,"D",function(){return X}),a.d(t,"P",function(){return Z}),a.d(t,"Q",function(){return J}),a.d(t,"F",function(){return Q}),a.d(t,"Z",function(){return ee}),a.d(t,"I",function(){return te}),a.d(t,"G",function(){return ae}),a.d(t,"J",function(){return oe}),a.d(t,"N",function(){return ne}),a.d(t,"M",function(){return ie}),a.d(t,"eb",function(){return re}),a.d(t,"R",function(){return le}),a.d(t,"T",function(){return se}),a.d(t,"X",function(){return ce}),a.d(t,"ab",function(){return de}),a.d(t,"db",function(){return pe}),a.d(t,"cb",function(){return ue});var o=a(5),n=a(20),i=a(24),r=a(7),l=a.n(r),s=a(35),c=a(17);const d="HYDRATE",p="EDITOR_RENDERED",u="UPDATE_PAGE",m="UPDATE_BLOCKS",h="ADD_BLOCK",b="REMOVE_BLOCK",g="REORDER_BLOCKS",y="CREATE_GLOBAL_BLOCK",v="UPDATE_GLOBAL_BLOCK",f="DELETE_GLOBAL_BLOCK",C="CREATE_SAVED_BLOCK",w="UPDATE_SAVED_BLOCK",O="DELETE_SAVED_BLOCK",x="UPDATE_RULES",S="UPDATE_UI",k="COPY_ELEMENT",j="IMPORT_TEMPLATE",B="IMPORT_KIT",P="UPDATE_CURRENT_KIT_ID",z="UPDATE_CURRENT_STYLE_ID",T="UPDATE_CURRENT_STYLE",H="UPDATE_EXTRA_FONT_STYLES",M="PUBLISH",_="ADD_FONTS",E="DELETE_FONTS",R="UPDATE_SCREENSHOT",I="UPDATE_DISABLED_ELEMENTS",A="SHOW_HIDDEN_ELEMENTS",N="UPDATE_TRIGGERS";function L(e){let t=e.project,a=e.fonts,o=e.page,n=e.globalBlocks,i=e.savedBlocks,r=e.blocksThumbnailSizes;return{type:d,payload:{project:t,fonts:a,page:o,globalBlocks:n,savedBlocks:i,blocksThumbnailSizes:r}}}function V(){return{type:p}}function F(e){return{type:z,payload:e}}function W(e){return{type:T,payload:e}}function D(e){return{type:H,payload:e}}function $(e){return{type:P,payload:e}}function G(){return e=>new Promise((t,a)=>{e({type:M,meta:{onSuccess:t,onError:a}})})}function K(e){return(t,a)=>{const r=Object(c.f)(a()),d=e.reduce((e,t)=>{const a=t.type,i=t.fonts,c=r[a]&&r[a].data||[],d=l.a.partition(i,e=>e.hasOwnProperty("deleted")),p=Object(n.a)(d,2),u=p[0],m=p[1].map(e=>Object(o.a)({},e,{brizyId:Object(s.a)()}));return Object(o.a)({},e,{[`${a}`]:{data:c.map(e=>u.find(t=>{let a=t.brizyId;return e.brizyId===a})||e).concat(m)}})},{});return t({type:_,payload:Object(i.mergeDeep)(r,d)})}}function q(e){let t=e.type,a=e.fonts;return(e,n)=>{const r=Object(c.f)(n()),l=r[t]&&r[t].data||[],s={[`${t}`]:{data:l.map(e=>a.some(t=>{return t.brizyId===e.brizyId})?Object(o.a)({},e,{deleted:!0}):e)}};return e({type:E,payload:Object(i.mergeDeep)(r,s)})}}function U(e){let t=e.data,a=e.meta;return{type:x,payload:t,meta:a}}function Y(e){let t=e.blocks,a=e.meta;return{type:m,payload:{blocks:t},meta:Object(o.a)({is_autosave:1},a)}}function X(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return{type:h,payload:e,meta:t}}function Z(e){let t=e.index;return{type:b,payload:{index:t}}}function J(e){let t=e.oldIndex,a=e.newIndex;return{type:g,payload:{oldIndex:t,newIndex:a}}}function Q(e){let t=e.id,a=e.data,o=e.meta;return{type:y,payload:{id:t,data:a},meta:o}}function ee(e){let t=e.id,a=e.data,n=e.meta;return{type:v,payload:{id:t,data:a},meta:Object(o.a)({is_autosave:1},n)}}function te(e){let t=e.id;return{type:f,payload:{id:t}}}function ae(e){let t=e.id,a=e.data,o=e.meta;return{type:C,payload:{id:t,data:a},meta:o}}function oe(e){let t=e.id,a=e.meta;return{type:O,payload:{id:t},meta:a}}function ne(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return{type:j,payload:e,meta:t}}function ie(e){return{type:B,payload:e}}function re(e,t){return{type:S,key:e,value:t}}function le(e){return re("deviceMode",e)}function se(e){return{type:k,value:e}}function ce(e){return{type:I,payload:e}}function de(e){return{type:A,value:e}}function pe(e,t){return{type:N,payload:{data:e},meta:t}}function ue(e){let t=e.blockId,a=e.data,o=e.meta;return{type:R,payload:{blockId:t,data:a},meta:o}}},114:function(e,t,a){"use strict";var o=a(3),n=a(0),i=a.n(n);class r extends i.a.Component{render(){const e=this.props,t=e.children,a=e.zindex;return i.a.cloneElement(i.a.Children.only(t),{"data-sortable-zindex":a})}}Object(o.a)(r,"defaultProps",{zindex:0}),t.a=r},115:function(e,t,a){"use strict";var o=a(5),n=a(179);const i={autoplay:!1,controls:!0,loop:!1,quality:"default"},r=(e,t)=>{let a=t.autoplay,o=t.controls,n=t.loop,i=t.suggestedVideo,r={autoplay:Number(a),controls:Number(o),showinfo:0,modestbranding:1,wmode:"transparent",enablejsapi:1,loop:0,rel:Number(i)};return n&&(r.loop=1,r.playlist=e),{url:`https://www.youtube.com/embed/${e}`,options:r}},l=(e,t)=>{let a=t.autoplay,o=t.loop,n=t.quality;return{url:`https://player.vimeo.com/video/${e}`,options:{autoplay:Number(a),background:0,title:0,byline:0,badge:!1,autopause:!1,portrait:!1,loop:Number(o),quality:n}}};function s(e,t){let a=e.type,s=e.key;const c=Object(o.a)({},i,t),d="youtube"===a?r(s,c):l(s,c),p=d.url,u=d.options;return`${p}?${Object(n.a)(u)}`}function c(e){let t,a=null;return/(?:youtu\.be|youtube)/.test(e)?(a="youtube",t=e.match(/(?:v=|embed\/|youtu\.be\/)([A-Z0-9a-z\-_+%]*)(?:"|)/)):/(?:vimeo\.com)/.test(e)&&(a="vimeo",t=e.match(/vimeo\.com.*?\/([0-9]{1,20})/)),a&&t&&t[1]?{type:a,key:t[1]}:null}a.d(t,"b",function(){return s}),a.d(t,"a",function(){return c})},12:function(e,t,a){"use strict";a.d(t,"b",function(){return o}),a.d(t,"a",function(){return n}),a.d(t,"e",function(){return i}),a.d(t,"d",function(){return r}),a.d(t,"c",function(){return l});const o=e=>e[0].toUpperCase()+e.slice(1),n=(e,t)=>""===e?t:e+o(t),i=function(e){for(var t=arguments.length,a=new Array(t>1?t-1:0),o=1;o<t;o++)a[o-1]=arguments[o];let n=0;return e.replace(/%s/g,()=>a[n++])},r=e=>encodeURIComponent(JSON.stringify(e)),l=e=>JSON.parse(decodeURIComponent(e))},128:function(e,t,a){"use strict";var o=a(9),n=a(3),i=a(0),r=a.n(i),l=(a(7),a(6)),s=a.n(l),c=a(150);class d extends r.a.Component{render(){const e=this.props,t=e.data,a=e.className,n=e.location,i=e.toolbar,l=s()(t.className,a),d=c.a[t.type];return r.a.createElement(d,Object(o.a)({},t,{className:l,location:n,toolbar:i}))}}Object(n.a)(d,"defaultProps",{className:"",data:null,toolbar:null,location:""}),t.a=d},13:function(e,t,a){"use strict";var o=a(71);let n={};t.a={load:e=>{n=Object(o.a)(n,e)},get:e=>n[e],getAll:()=>n}},132:function(e,t,a){"use strict";t.a={types:[{id:0,name:"outline",title:"Outline",icon:"nc-cube"},{id:1,name:"glyph",title:"Glyph",icon:"nc-full-cube"}],categories:[{id:1,title:"Animals/Nature"},{id:2,title:"Arrows"},{id:3,title:"Business/Finance"},{id:4,title:"Clothes/Accessories"},{id:5,title:"Design/Development"},{id:6,title:"Emoticons"},{id:7,title:"Energy/Environment"},{id:8,title:"Files/Folders"},{id:10,title:"Food"},{id:11,title:"Home/Buildings"},{id:12,title:"Healthcare/Medical"},{id:13,title:"Holidays"},{id:14,title:"Loaders"},{id:15,title:"Maps/Location"},{id:16,title:"Multimedia"},{id:18,title:"School/Education"},{id:19,title:"Shopping"},{id:20,title:"Social Media"},{id:21,title:"Sport"},{id:22,title:"Technology"},{id:23,title:"Text Editing"},{id:24,title:"Touch Gestures"},{id:25,title:"Transportation"},{id:26,title:"Travel"},{id:27,title:"User Interface"},{id:28,title:"Users"},{id:29,title:"Weather"}],list:[{title:"food noodles plate italian noodle pasta spaghetti",name:"pasta",cat:[10],type:0},{title:"badge food certified healthy leaf organic natural",name:"organic-2",cat:[1,10],type:0},{title:"food frozen dessert breakfast cup yogurt sour dairy skyr",name:"yogurt",cat:[10],type:0},{title:"time kitchen timer stopwatch",name:"timer",cat:[10,21],type:0},{title:"food movie snack popcorn cinema",name:"popcorn",cat:[10],type:0},{title:"bag food drink beverage tea",name:"tea-bag",cat:[10],type:0},{title:"food bottle chinese japanese soy sauce oriental asian",name:"soy-sauce",cat:[10],type:0},{title:"sweet candy sugar lollipop",name:"lollipop",cat:[10],type:0},{title:"food bowl soup hot broth noodle ramen stew",name:"soup",cat:[10],type:0},{title:"food bowl rice cereal porridge grains",name:"rice",cat:[10],type:0},{title:"food vegetable pickle cucumber",name:"pickle",cat:[10],type:0},{title:"bag food delivery package takeaway",name:"bag-delivery",cat:[10,19],type:0},{title:"food sweet sugar dispenser cane",name:"sugar",cat:[10],type:0},{title:"food vegetable pepper salad",name:"pepper",cat:[10],type:0},{title:"food vegetable aubergine eggplant",name:"aubergine",cat:[10],type:0},{title:"food vegetable onion",name:"onion",cat:[10],type:0},{title:"food vegetable corn cereal cereals",name:"corn",cat:[10],type:0},{title:"food vegetable chips potato mashed",name:"potato",cat:[10],type:0},{title:"food vegetable garlic onion",name:"garlic",cat:[10],type:0},{title:"food fruit kiwi kiwifruit",name:"kiwi",cat:[10],type:0},{title:"food fruit berry blueberries blueberry",name:"blueberries",cat:[10],type:0},{title:"food fruit orange juice citrus grapefruit clementine",name:"orange",cat:[10],type:0},{title:"food fruit pear",name:"pear",cat:[10],type:0},{title:"food fruit lemon lime detox lemonade citrus",name:"lemon",cat:[10],type:0},{title:"food fruit pineapple tropical",name:"pineapple",cat:[10],type:0},{title:"health drink healthy beverage juice smoothie milkshake",name:"smoothie",cat:[10],type:0},{title:"nut nuts allergy peanut butter",name:"peanut",cat:[10],type:0},{title:"dessert sweet chocolate cream choco spread",name:"choco-cream",cat:[10],type:0},{title:"food dessert sweet sugar churros spanish",name:"churros",cat:[10],type:0},{title:"cake dessert sweet bakery cupcake muffin pastry",name:"cupcake",cat:[10],type:0},{title:"fruit dessert sweet sugar jelly gelatin",name:"jelly",cat:[10],type:0},{title:"dessert sweet cream ice sugar ice cream gelato",name:"ice-cream",cat:[10],type:0},{title:"dessert sweet bee honey syrup nectar dipper sugar",name:"honey",cat:[10],type:0},{title:"cake dessert sweet chocolate bakery mousse",name:"chocolate-mousse",cat:[10],type:0},{title:"food dessert sweet pancake pastry waffle",name:"waffle",cat:[10],type:0},{title:"dessert sweet pastry crepe crepes wrap",name:"crepe",cat:[10],type:0},{title:"cake dessert bakery pancake pastry crumpet waffle",name:"crumpet",cat:[10],type:0},{title:"dessert bread loaf bakery baking brioche pastry",name:"brioche",cat:[10],type:0},{title:"food nature healthy leaf organic",name:"organic",cat:[1,10],type:0},{title:"glass water drink beverage potable",name:"glass-water",cat:[10],type:0},{title:"food vegetable tomato",name:"tomato",cat:[10],type:0},{title:"glass drink healthy beverage leaf detox",name:"detox",cat:[10],type:0},{title:"food sandwich breakfast bread toast fastfood snack",name:"snack",cat:[10],type:0},{title:"fork vegetable carrot diet vegan vegetarian",name:"vegan",cat:[10],type:0},{title:"weight food calendar diet plan meals loss",name:"diet-plan",cat:[10,12,21],type:0},{title:"measure scale weight food kitchen",name:"food-scale",cat:[10,12],type:0},{title:"fruit drink healthy beverage orange juice fresh tropicana",name:"juice",cat:[10],type:0},{title:"food healthy diet plan wellness nutrition nutritional meals",name:"nutrition",cat:[10,12,21],type:0},{title:"energy fire sport fuel flame fitness cardio calorie calories",name:"energy",cat:[10,21],type:0},{title:"apple food health diet plan eating nutrition",name:"diet",cat:[10,12,21],type:0},{title:"list add create todo recipe ingredients",name:"recipe-create",cat:[10],type:0},{title:"list todo recipe ingredients",name:"recipe",cat:[10],type:0},{title:"food healthy vegetable diet salad lettuce",name:"salad",cat:[10],type:0},{title:"schedule time check alarm calendar appointment event reservation booking confirmation confirm",name:"event-confirm",cat:[27],type:0},{title:"schedule new time add create alarm calendar appointment event reservation booking",name:"event-create",cat:[27],type:0},{title:"list bill cheque payment price invoice receipt prices",name:"bill",cat:[3,10,19],type:0},{title:"list glass menu alcohol drink cocktail wine",name:"drink-list",cat:[10],type:0},{title:"schedule time alarm calendar appointment event opening times hours",name:"opening-times",cat:[10,27],type:0},{title:"food turkey meat chicken poultry dinner roast",name:"roast-chicken",cat:[10],type:0},{title:"food hazelnut nut nuts allergy protein",name:"hazelnut",cat:[10],type:0},{title:"food service dish course tray staff waiter",name:"dish",cat:[10],type:0},{title:"list food menu bottle alcohol drink cocktail wine",name:"wine-list",cat:[10],type:0},{title:"list price food menu catalog catalogue restaurant brochure prices flyer promotion",name:"restaurant-menu",cat:[10],type:0},{title:"restaurant reservation booking",name:"reservation",cat:[10],type:0},{title:"hat cooking chef restaurant cook",name:"chef",cat:[10],type:0},{title:"bar view summer restaurant cafe terrace rooftop",name:"terrace",cat:[10,11],type:0},{title:"fork food cutlery knife restaurant dinner eating",name:"cutlery",cat:[10],type:0},{title:"food coffee espresso organic bean caffeine cafe",name:"coffee-bean",cat:[10],type:0},{title:"food fruit healthy organic avocado",name:"avocado",cat:[10],type:0},{title:"dessert sweet breakfast bakery pancake syrup baking",name:"pancake",cat:[10],type:0},{title:"food meat pork bbq grill bone beef steak rib butcher",name:"steak-2",cat:[10],type:0},{title:"rotate circle loading progress wait interactive spinner rotation loader",name:"l-circles",cat:[14],type:0},{title:"rotate loading progress wait interactive spinner rotation loader",name:"l-circle",cat:[14],type:0},{title:"chat description srt accessibility bubble subs subtitles subtitle caption",name:"subtitles",cat:[16],type:0},{title:"arrow arrows horizontal enlarge expand fullscreen increase maximize window zoom fit full measure resize responsive scale size width",name:"resize-h",cat:[2],type:0},{title:"arrow arrows enlarge expand fullscreen increase maximize window zoom vertical fit full measure resize responsive scale size height",name:"resize-v",cat:[2],type:0},{title:"arrow move out enlarge expand fullscreen increase maximize reach window zoom center",name:"zoom-triangles",cat:[2],type:0},{title:"arrow move out enlarge expand fullscreen increase maximize reach window zoom center",name:"zoom-e",cat:[2,16],type:0},{title:"move drag tool hand pan privacy",name:"tool-hand",cat:[5],type:0},{title:"select tool rectangle selection marquee",name:"tool-select",cat:[5],type:0},{title:"ui system design template components patterns guidelines component module",name:"components",cat:[5,27],type:0},{title:"system columns css grid flexbox rows",name:"grid-system",cat:[5],type:0},{title:"tool rectangle mask clip clipping masking rect",name:"mask-rect",cat:[5],type:0},{title:"circle tool oval mask clip clipping masking",name:"mask-oval",cat:[5],type:0},{title:"image material background texture img pattern",name:"texture",cat:[5],type:0},{title:"tool filter blur fuzzy gaussian",name:"tool-blur",cat:[5,16],type:0},{title:"scale size height dimension big large dimensions tall",name:"size-large",cat:[5,19],type:0},{title:"scale size height dimension medium dimensions average",name:"size-medium",cat:[5,19],type:0},{title:"scale size height dimension small dimensions",name:"size-small",cat:[5,19],type:0},{title:"git fork programming push commit pull svn",name:"git-commit",cat:[5],type:0},{title:"ui system library design block components modules patterns guidelines styleguide",name:"design-system",cat:[5,27],type:0},{title:"design shape shapes custom",name:"shape-custom",cat:[5],type:0},{title:"arrow design shape shapes",name:"shape-arrow",cat:[5],type:0},{title:"line design shape shapes",name:"shape-line",cat:[5],type:0},{title:"design shape style shapes star",name:"shape-star",cat:[5],type:0},{title:"design shape shapes polygon",name:"shape-polygon-2",cat:[5],type:0},{title:"design shape rectangle square shapes",name:"shape-rectangle",cat:[5],type:0},{title:"circle design shape oval shapes",name:"shape-oval",cat:[5],type:0},{title:"tool design shape triangle shapes",name:"shape-triangle-2",cat:[5],type:0},{title:"position location target focus distance margin static",name:"position",cat:[5],type:0},{title:"corner design angle border radius",name:"border-radius",cat:[5],type:0},{title:"css style border outer",name:"border",cat:[5],type:0},{title:"scale tool edit transform reshape 2d",name:"transform-2d",cat:[5],type:0},{title:"layer layers design card style palette cards",name:"cards",cat:[5],type:0},{title:"play connection network tool connect animation wireframe link wire prototype usability concept",name:"prototype",cat:[5],type:0},{title:"tool color gradient mask background colour linear fade luma",name:"gradient",cat:[5],type:0},{title:"safety car vehicle warning secure airbag",name:"airbag",cat:[25],type:0},{title:"woman man walk walking footpath walks moving",name:"walk",cat:[25],type:0},{title:"sign car vehicle space parking garage",name:"parking",cat:[25,26],type:0},{title:"switch start power on engine run",name:"engine-start",cat:[22,25],type:0},{title:"can station drip oil engine lubrication",name:"oil",cat:[7,25],type:0},{title:"visibility smart eye signal signals parking sensors driverless",name:"parking-sensors",cat:[25,22],type:0},{title:"seat chair vehicle seating seats",name:"seat",cat:[25],type:0},{title:"fan air conditioner cooler ventilation ventilator",name:"ventilation",cat:[25],type:0},{title:"stop car wheel disk brake brakes pedal discs",name:"brakes",cat:[25],type:0},{title:"open car vehicle trunk",name:"trunk",cat:[25],type:0},{title:"energy electric plug smart battery charger plugin hybrid",name:"hybrid",cat:[22,25,7],type:0},{title:"window car air conditioner ventilation",name:"car-ventilation",cat:[25],type:0},{title:"window wash washing car washer carwash fluid",name:"washing-fluid",cat:[25],type:0},{title:"car radiator auto engine diesel turbo piston cylinder combustion cylinders mechanic motor",name:"engine",cat:[25],type:0},{title:"inside door open car locked entrance doors",name:"car-door",cat:[25],type:0},{title:"light car indicator lights sidelight beam",name:"car-lights",cat:[25],type:0},{title:"drive car wheel gear cog tire traction",name:"wheel-2",cat:[25],type:0},{title:"controller car wheel gear steering tire driver",name:"wheel",cat:[25],type:0},{title:"car vehicle wheel rim part",name:"rim",cat:[25],type:0},{title:"energy power electric electricity charge charging level battery ion lithium rechargeable status",name:"battery-level",cat:[7,22,25],type:0},{title:"security seat safety belt car locked protection transportation accident seatbelt",name:"seatbelt",cat:[25],type:0},{title:"fuel station oil gas petrol gasoline diesel",name:"fuel-2",cat:[7,25],type:0},{title:"technology calibration smart sensor sensors alarms detector ignition cmos analyzer",name:"sensor",cat:[22,25],type:0},{title:"danger car transport vehicle auto transportation crash automobile broken insurance accident collision damage",name:"car-accident",cat:[25],type:0},{title:"wash clean car transport vehicle auto transportation automobile carwash",name:"car-wash",cat:[25],type:0},{title:"connect technology smart car vehicle signal wifi",name:"car-connect",cat:[25],type:0},{title:"sign car vehicle auto parking garage rental valet slot",name:"car-parking",cat:[25],type:0},{title:"transport cycle transportation bicycle bike cyclist cycling",name:"cyclist",cat:[21,25],type:0},{title:"transport cycle transportation bicycle bike cyclist cycling",name:"bike-2",cat:[21,25],type:0},{title:"sign key email website address at",name:"at-sign",cat:[23,27],type:0},{title:"delete remove schedule time volume minus alarm timer sound alert cancel event mute negative quiet silence",name:"alarm-delete",cat:[27],type:0},{title:"communication new answer chat comment conversation dialog message messages reply speaking talk note add create plus addition bubble",name:"comment-add",cat:[27],type:0},{title:"data schedule time chart timer events event plan history timeline past",name:"timeline",cat:[5,27],type:0},{title:"schedule new time add create plus addition alarm timer positive alert track event tracking",name:"alarm-add",cat:[27],type:0},{title:"time chart graph management timer project gantt timeline",name:"gantt",cat:[27],type:0},{title:"delete remove award favorite favourite minus love romantic like heart cancel valentine dating relationship romance negative",name:"fav-remove",cat:[27],type:0},{title:"file increase new add create plus addition positive",name:"file-add",cat:[8,27],type:0},{title:"file decrease delete remove minus cancel deletion less removal subtract",name:"file-delete",cat:[27,8],type:0},{title:"media web news content marketing blogger wordpress article blog cms feed documentation copywriting",name:"blog",cat:[27],type:0},{title:"left right interface browser layout page website boxes grid mockup site table tile wireframe sidebar webpage",name:"sidebar",cat:[5,27],type:0},{title:"enlarge expand fullscreen increase maximize zoom full scale size display computer monitor screen fullsize large",name:"full-screen",cat:[16,27],type:0},{title:"network display development device mirror duplicate cast desktop mirroring monitor screen streaming wireless",name:"mirror-2",cat:[5,27],type:0},{title:"rotate loading progress tool wait spinner rotation loader",name:"refresh-02",cat:[14,5],type:0},{title:"loading progress wait spinner loader",name:"refresh-01",cat:[14],type:0},{title:"loading progress wait spinner loader",name:"dots",cat:[14],type:0},{title:"loading progress wait spinner loader",name:"circle",cat:[14],type:0},{title:"loading progress wait spinner loader",name:"bars",cat:[14],type:0},{title:"user business finance account avatar businessman contact male suit tie",name:"business-contact-85",cat:[3],type:0},{title:"arrow arrows move out enlarge expand fullscreen increase maximize reach window zoom",name:"zoom",cat:[2],type:0},{title:"ui user interface zoom glass view search find lens magnify explore lookup magnifier magnifying",name:"zoom-split",cat:[27],type:0},{title:"out ui user interface zoom glass view search minus find lens magnify explore lookup magnifier magnifying recede reduce",name:"zoom-split-out",cat:[27],type:0},{title:"ui user interface enlarge increase zoom in glass plus view search find lens magnify explore lookup magnifier magnifying approach",name:"zoom-split-in",cat:[27],type:0},{title:"out ui user interface zoom glass view search minus find lens magnify explore lookup magnifier magnifying recede reduce",name:"zoom-out",cat:[27],type:0},{title:"ui user interface enlarge increase zoom in glass plus view search find lens magnify explore lookup magnifier magnifying approach",name:"zoom-in",cat:[27],type:0},{title:"ui user interface zoom glass view search find lens magnify explore lookup magnifier magnifying",name:"zoom-bold",cat:[27],type:0},{title:"out ui user interface zoom glass view search minus find lens magnify explore lookup magnifier magnifying recede reduce",name:"zoom-bold-out",cat:[27],type:0},{title:"ui user interface enlarge increase zoom in glass plus view search find lens magnify explore lookup magnifier magnifying approach",name:"zoom-bold-in",cat:[27],type:0},{title:"arrow arrows direction move out directions enlarge expand fullscreen increase maximize reach window zoom",name:"zoom-100",cat:[2],type:0},{title:"arrow arrows direction move out directions enlarge expand fullscreen increase maximize reach window zoom tool",name:"zoom-99",cat:[2,5],type:0},{title:"arrow move out enlarge expand fullscreen increase maximize reach window zoom center",name:"zoom-88",cat:[2],type:0},{title:"zoom glass view search find lens magnify explore lookup magnifier magnifying",name:"zoom-2",cat:[27,5],type:0},{title:"holidays halloween monster death zombie",name:"zombie",cat:[13],type:0},{title:"file folder document extension archive zip compressed zipped",name:"zip-55",cat:[8],type:0},{title:"file folder document extension archive zip compressed zipped",name:"zip-54",cat:[8],type:0},{title:"food animal nature pet bones dog domestic",name:"food-dog",cat:[1],type:0},{title:"user business finance account avatar businessman contact male suit tie eyewear glasses",name:"business-contact-89",cat:[3],type:0},{title:"user business finance account avatar businessman contact suit female woman",name:"contact-88",cat:[3],type:0},{title:"user business finance account avatar businessman contact suit female woman",name:"contact-87",cat:[3],type:0},{title:"user business finance account avatar businessman contact male suit tie",name:"contact-86",cat:[3],type:0},{title:"switch ui user interface control preferences options settings configuration setting switcher switches toggle tuner",name:"ui-04",cat:[27],type:0},{title:"switch ui user interface control preferences options settings configuration setting switcher switches toggle tuner",name:"ui-03",cat:[27],type:0},{title:"input cursor tool paragraph text type typography edit write mouse point pointer editing insert typing writing area character textarea",name:"text-2",cat:[23,5],type:0},{title:"navigation gps location energy environment travel earth globe world map planet maps",name:"world",cat:[7,15,26],type:0},{title:"direction navigation position gps location earth globe world map pin place marker planet maps",name:"world-pin",cat:[15],type:0},{title:"earth globe world",name:"world-2",cat:[26],type:0},{title:"direction navigation position gps location earth globe world map pin place marker planet maps",name:"worl-marker",cat:[15],type:0},{title:"object ball cat wool",name:"wool-ball",cat:[1],type:0},{title:"log animal nature forest trees material wood wooden",name:"wood",cat:[1],type:0},{title:"user profile account avatar contact female woman person users member human friend follower",name:"woman",cat:[12,28],type:0},{title:"up user profile account avatar contact female woman person users member human friend follower body",name:"woman-up",cat:[28],type:0},{title:"user sign male female woman man healthcare health medical users symbol gender guy sex straight couple girl hetero heterosexual",name:"woman-man",cat:[12,28],type:0},{title:"down user profile account avatar contact female woman person users member human friend follower body",name:"woman-down",cat:[28],type:0},{title:"user profile account avatar contact female woman person users member human friend follower",name:"woman-25",cat:[28],type:0},{title:"user profile account avatar contact female woman person users member human friend follower",name:"woman-24",cat:[28],type:0},{title:"user sign female woman symbol gender sex girl",name:"woman-21",cat:[12,28],type:0},{title:"user profile account avatar contact female woman person users member human friend follower",name:"woman-2",cat:[28],type:0},{title:"holidays halloween animal nature scary monster face werewolf wolf",name:"wolf",cat:[1,13],type:0},{title:"hat holidays halloween magic scary witch",name:"witch-hat",cat:[13],type:0},{title:"emoticon smiley cheerful happy smile positive satisfied wink",name:"wink-69",cat:[6],type:0},{title:"emoticon smiley cheerful happy smile positive satisfied wink",name:"wink-11",cat:[6],type:0},{title:"emoticon smiley cheerful happy smile positive satisfied wink",name:"wink-06",cat:[6],type:0},{title:"arrow left bottom move out interface enlarge expand fullscreen increase maximize reach window zoom application browser windows",name:"window-zoom-out",cat:[2],type:0},{title:"arrow right move out top interface enlarge expand fullscreen increase maximize reach window zoom application browser windows",name:"window-zoom-in",cat:[2],type:0},{title:"responsive browser layout app tab design internet web development mobile programming website mockup site wireframe webpage code coding develop first",name:"window-responsive",cat:[5],type:0},{title:"browser layout document paragraph text app tab list design internet web development page picture website image photo boxes grid masonry mockup site table tile view wireframe header sidebar webpage content description",name:"window-paragraph",cat:[5],type:0},{title:"browser layout app tab list design internet web development page programming website html boxes grid masonry mockup site table tile view wireframe header sidebar webpage code coding dev develop",name:"window-dev",cat:[5],type:0},{title:"ui user interface window close exit application browser windows delete remove app internet web page frame webpage minus widget software online dock removal plugin",name:"window-delete",cat:[27],type:0},{title:"line browser layout app tab list design internet web development page programming website html boxes grid masonry mockup site table tile view wireframe header sidebar webpage code coding dev develop command console terminal",name:"window-code",cat:[5],type:0},{title:"ui user interface window application browser windows app new internet web page add create plus frame webpage addition widget software online dock plugin",name:"window-add",cat:[27],type:0},{title:"weather energy environment power recharge recharger turbine wheel wind windmill windy",name:"wind",cat:[7,29],type:0},{title:"wind windy",name:"wind-2",cat:[29],type:0},{title:"connection communication network internet tech technology wireless label signal pulse radar online wifi broadband connectivity hotspot reception router sensor signals wave",name:"wifi",cat:[22],type:0},{title:"connection communication network internet tech technology device wireless signal online wifi broadband connectivity hotspot reception router sensor signals antenna lan modem",name:"wifi-router",cat:[22],type:0},{title:"connection lock security communication network internet safe tech technology wireless signal padlock protection secure pulse radar online wifi broadband connectivity hotspot reception router sensor signals wave",name:"wifi-protected",cat:[22],type:0},{title:"connection communication network internet tech technology wireless signal pulse disabled radar off online wifi broadband connectivity hotspot reception router sensor signals wave disconnected offline",name:"wifi-off",cat:[22],type:0},{title:"connection communication network internet tech technology wireless label signal pulse radar online wifi broadband connectivity hotspot reception router sensor signals wave",name:"wifi-2",cat:[22],type:0},{title:"ui user interface window application app web frame widget dock plugin",name:"widget",cat:[27],type:0},{title:"travel house america white monument government independence president washington",name:"white-house",cat:[26],type:0},{title:"sport game alarm notification foul referee whistle",name:"whistle",cat:[21],type:0},{title:"man emoticon smiley moustache whisker",name:"whiskers",cat:[6],type:0},{title:"mix food cooking blend tools utensils whisk",name:"whisk",cat:[10],type:0},{title:"healthcare health medical disabled wheelchair",name:"wheelchair",cat:[12],type:0},{title:"emoticon smiley concern confused puzzled what",name:"what",cat:[6],type:0},{title:"scale weight furniture healthcare health medical diet",name:"weight",cat:[11,12],type:0},{title:"animal nature healthcare health medical drugs weed",name:"weed",cat:[1,12],type:0},{title:"ui user interface browser layout app tab list design internet web development page website boxes grid masonry mockup site table tile view wireframe header sidebar webpage",name:"webpage",cat:[5,27],type:0},{title:"browser layout app tab design internet web development website mockup site wireframe webpage",name:"webpage-2",cat:[27],type:0},{title:"video conference chat web tech technology camera record cam surveillance recorder webcam",name:"webcam-39",cat:[22],type:0},{title:"video conference chat web tech technology camera record cam surveillance recorder webcam",name:"webcam-38",cat:[22],type:0},{title:"browser layout design internet web development programming website create site code coding develop project service webdesign",name:"web-design",cat:[5],type:0},{title:"user sign person users bathroom loo restroom toilet human couple lavatory sanitary",name:"wc",cat:[28],type:0},{title:"food fruit slice healthy melon watermelon",name:"watermelon",cat:[10],type:0},{title:"energy environment ecology saver green respect sustainability drops gardening water",name:"water",cat:[7],type:0},{title:"energy environment ecology green respect sustainability drops water sink",name:"water-sink",cat:[7],type:0},{title:"save energy environment drop hand ecology green planet water",name:"water-hand",cat:[7],type:0},{title:"clock time watch accessory tech technology apple device smart alarm iwatch timer track digital tracking wristwatch",name:"watch",cat:[22],type:0},{title:"clock time watch accessory tech technology device smart alarm timer track digital tracking wristwatch",name:"watch-time",cat:[22],type:0},{title:"responsive clock schedule tool app time watch design android apple development device ios code coding develop tag smart alarm iwatch smartwatch timer wearable",name:"watch-dev",cat:[5],type:0},{title:"clock time watch clothes accessory tech technology device smart alarm timer track digital tracking wristwatch",name:"watch-circle",cat:[4,22],type:0},{title:"arrows energy environment clean danger virus ecology green toxic waste cycle garbage recycle recycling bin envir-64px-glyph_waste trash",name:"waste",cat:[7],type:0},{title:"arrows energy environment clean ecology green waste cycle garbage recycle recycling bin trash",name:"waste-recycling",cat:[7],type:0},{title:"energy environment danger virus atomic emergency radiation sickness toxic waste",name:"waste-danger",cat:[7],type:0},{title:"machine furniture clothes accessory laundry care cleaning clothing wash washing mashine washer",name:"wash",cat:[4,11],type:0},{title:"machine clothes accessory laundry care cleaning clothing wash washing",name:"wash-hand",cat:[4],type:0},{title:"machine clothes accessory laundry care cleaning clothing wash washing 90",name:"wash-90",cat:[4],type:0},{title:"machine clothes accessory laundry care cleaning clothing wash washing 60",name:"wash-60",cat:[4],type:0},{title:"machine clothes accessory laundry care cleaning clothing wash washing 30",name:"wash-30",cat:[4],type:0},{title:"laundry wash washing mashine washer",name:"wash-2",cat:[11],type:0},{title:"furniture cabinet armoire closet wardrobe",name:"wardrobe",cat:[11],type:0},{title:"select tool design development editing filter photo magic stick effect enhance fairy fairytail fantasy juggle magician trick wand wish wizard",name:"wand-11",cat:[5],type:0},{title:"change shopping cash payment money coin pay wallet purse profit spend",name:"wallet",cat:[19],type:0},{title:"business finance cash payment money pay wallet",name:"wallet-90",cat:[3],type:0},{title:"business finance shopping cash payment money pay wallet",name:"wallet-44",cat:[3,19],type:0},{title:"business finance shopping cash payment money pay wallet",name:"wallet-43",cat:[3,19],type:0},{title:"connection security communication network safe tech technology secure private virtual vpn",name:"vpn",cat:[22],type:0},{title:"up media volume multimedia audio sound speaker",name:"volume-up",cat:[16],type:0},{title:"media volume multimedia audio sound speaker mute",name:"volume-off",cat:[16],type:0},{title:"down media volume multimedia audio sound speaker",name:"volume-down",cat:[16],type:0},{title:"media ban volume multimedia audio sound speaker mute",name:"volume-ban",cat:[16],type:0},{title:"media volume multimedia audio sound speaker",name:"volume-98",cat:[16],type:0},{title:"media volume multimedia audio sound speaker",name:"volume-97",cat:[16],type:0},{title:"media volume multimedia audio sound speaker mute",name:"volume-93",cat:[16],type:0},{title:"sport game beach ball volley volleyball",name:"volleyball",cat:[21],type:0},{title:"user profile avatar contact person volume sound users member human speaker record voice recorder speach speak",name:"voice-record",cat:[28],type:0},{title:"animal nature bug insect emoticon smiley disease virus",name:"virus",cat:[1,6],type:0},{title:"media video holidays film movie camera multimedia videocamera",name:"videocamera-72",cat:[13,16],type:0},{title:"media video film movie camera multimedia videocamera",name:"videocamera-71",cat:[16],type:0},{title:"play media video film movie multimedia",name:"video-67",cat:[16],type:0},{title:"media video film movie camera multimedia videocamera",name:"video-66",cat:[16],type:0},{title:"media video film movie camera multimedia videocamera",name:"video-65",cat:[16],type:0},{title:"play media video text film movie editing camera multimedia",name:"video-64",cat:[16,23],type:0},{title:"clothes accessory wear underwear undershirt vest",name:"vest",cat:[4],type:0},{title:"sport clothes accessory wear undershirt vest",name:"vest-sport",cat:[4,21],type:0},{title:"suit wear food apron cooking vest chef uniform",name:"vest-31",cat:[10],type:0},{title:"vehicle transportation scooter vespa",name:"vespa",cat:[25],type:0},{title:"vehicle transportation scooter vespa",name:"vespa-front",cat:[25],type:0},{title:"curve tool format pen edit shape create point editing vector anchor arc curves graphics points",name:"vector",cat:[5],type:0},{title:"file document pen edit pencil write editing draft vector",name:"vector-2",cat:[8],type:0},{title:"holidays halloween evil horror scary monster dracula vampire",name:"vampire",cat:[13],type:0},{title:"file share user communication post folder document profile account person paper item users member",name:"user",cat:[8,28],type:0},{title:"sport water pool aquatics swimmer swimming",name:"user-swim",cat:[21],type:0},{title:"sport snow boarding snowboard",name:"user-snowboard",cat:[21],type:0},{title:"sport training exercise workout jogging marathon running",name:"user-run",cat:[21],type:0},{title:"sport health meditation stretching pilates yoga",name:"user-meditation",cat:[21],type:0},{title:"sport game rock climbing mountain activity",name:"user-climb",cat:[21],type:0},{title:"balance sport health exercise workout meditation stretching",name:"user-balance",cat:[21],type:0},{title:"storage design pen connect tech technology cable development device drive flash memory port portable removable stick usb",name:"usb",cat:[5,22],type:0},{title:"emoticon angry furious smiley unhappy upset",name:"upset-14",cat:[6],type:0},{title:"emoticon angry furious smiley unhappy upset",name:"upset-13",cat:[6],type:0},{title:"arrow direction top up cloud data file input save share storage sync transfer backup ftp hosting import server upload folder document paper item",name:"upload",cat:[2,8],type:0},{title:"arrow direction top up cloud data file input save share storage sync transfer backup ftp hosting import server upload folder document paper item",name:"upload-2",cat:[2,8],type:0},{title:"arrow direction expand control git version combine join merge pointing together unify unite",name:"unite",cat:[2],type:0},{title:"arrow direction expand control git version combine join merge pointing together unify unite",name:"unite-round",cat:[2],type:0},{title:"files file separate split group document layer layers note design report development copy paper clone copies documents duplicate paste apart break deselect ungroup",name:"ungroup",cat:[5],type:0},{title:"arrow back curve invert left repeat rotate undo backward sync infinite infinity load loading loop process refresh reload replay update tool dotted rotation",name:"undo-29",cat:[2,5],type:0},{title:"arrow back curve invert left redo repeat rotate undo backward",name:"undo-25",cat:[2],type:0},{title:"woman clothes accessory wear underwear",name:"underwear",cat:[4],type:0},{title:"clothes accessory wear underwear men",name:"underwear-man",cat:[4],type:0},{title:"font text type typography style editing underline formatting",name:"underline",cat:[23],type:0},{title:"travel beach object umbrella",name:"umbrella-14",cat:[26],type:0},{title:"weather object rain umbrella",name:"umbrella-13",cat:[29],type:0},{title:"video display furniture shelf computer tech technology device film movie desktop monitor screen television tv personal entertainment workstation",name:"tv",cat:[11,22],type:0},{title:"video display tech technology device film movie screen television tv retro entertainment old crt",name:"tv-old",cat:[22],type:0},{title:"video display computer device film movie desktop monitor screen television tv personal entertainment workstation",name:"tv-2",cat:[22],type:0},{title:"animal nature sea slow turtle",name:"turtle",cat:[1],type:0},{title:"sport clothes accessory shirt wear sleeve tshirt short tee",name:"tshirt-sport",cat:[4,21],type:0},{title:"clothes accessory shirt wear sleeve tshirt half short tee",name:"tshirt-54",cat:[4],type:0},{title:"clothes accessory shirt wear sleeve tshirt half short tee",name:"tshirt-53",cat:[4],type:0},{title:"delivery vehicle transportation truck",name:"truck-front",cat:[25],type:0},{title:"sport achievement award medal prize winner cup champion trophy victory",name:"trophy",cat:[21],type:0},{title:"travel suitcase cart trolley baggage luggage",name:"trolley",cat:[26],type:0},{title:"media accessory photo camera multimedia tripod",name:"tripod",cat:[16],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards file upload",name:"triangle-up",cat:[2],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"triangle-up-64",cat:[2],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"triangle-up-19",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"triangle-right",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"triangle-right-62",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards play",name:"triangle-right-17",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"triangle-left",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"triangle-left-63",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"triangle-left-18",cat:[2],type:0},{title:"arrow bottom descend downward download file",name:"triangle-down",cat:[2],type:0},{title:"arrow bottom descend down downward move",name:"triangle-down-65",cat:[2],type:0},{title:"arrow bottom descend down downward",name:"triangle-down-20",cat:[2],type:0},{title:"arrow line direction keyboard move navigation out position top up upward upwards increase progress diagram sales stats trend visits growth",name:"trend-up",cat:[2],type:0},{title:"arrow line down progress decrease diagram sales shrink stats trend visits",name:"trend-down",cat:[2],type:0},{title:"holidays decoration tree christmas",name:"tree",cat:[13],type:0},{title:"holidays ball decoration tree christmas",name:"tree-ball",cat:[13],type:0},{title:"environment plant animal nature summer ecology green tree forest trees flora spring",name:"tree-03",cat:[1],type:0},{title:"environment plant animal nature summer ecology green tree forest trees flora spring",name:"tree-02",cat:[1],type:0},{title:"energy environment plant animal nature summer ecology green tree forest trees flora spring",name:"tree-01",cat:[1,7],type:0},{title:"direction navigation gps location path guide map address parchment maps track route street hidden secret treasure",name:"treasure-map-40",cat:[15],type:0},{title:"direction navigation gps location path guide map address maps track route street hidden secret treasure",name:"treasure-map-21",cat:[15],type:0},{title:"ui user interface delete remove furniture can waste garbage recycle recycling bin trash dump dustbin junk rubbish trashcan",name:"trash",cat:[11,27],type:0},{title:"ui user interface delete remove can waste garbage recycle recycling bin trash dump dustbin junk rubbish trashcan",name:"trash-simple",cat:[27],type:0},{title:"ui user interface delete remove can waste garbage recycle recycling bin trash dump dustbin junk rubbish trashcan",name:"trash-round",cat:[27],type:0},{title:"resize scale design development shape animation rectangle transform translate reshape",name:"transform",cat:[5],type:0},{title:"orientation resize scale center box design development shape animation transform translate grid reshape origin",name:"transform-origin",cat:[5],type:0},{title:"vehicle transportation bus train tram",name:"tram",cat:[25],type:0},{title:"travel vehicle transportation train",name:"train",cat:[25],type:0},{title:"vehicle speed transportation train",name:"train-speed",cat:[25],type:0},{title:"vehicle farm transportation tractor",name:"tractor",cat:[25],type:0},{title:"font text type typography style editing tracking formatting",name:"tracking",cat:[23],type:0},{title:"box shopping delivery gift package present surprise track donation tracking",name:"track-delivery",cat:[19],type:0},{title:"media hand tap photo camera touch multimedia",name:"touch",cat:[16],type:0},{title:"healthcare health medical tooth",name:"tooth",cat:[12],type:0},{title:"furniture bathroom loo restroom toilet wc",name:"toilet",cat:[11],type:0},{title:"furniture paper roll bathroom toilet tissue",name:"toilet-paper",cat:[11],type:0},{title:"file form document list note notebook notes pad design report check notepad development page paper mark checklist tasks todo clipboard checkmark complete completed done marks task",name:"todo",cat:[5],type:0},{title:"arrow progress whole version 24h availability available career clock daily day every freelance freelancer monthly schedule weekly yearly time watch wait alarm timer alert appointment countdown track event tracking deadline hour history",name:"time",cat:[2,27,5],type:0},{title:"ui user interface measure clock schedule time watch sport alarm timer speed alert countdown track event tracking productivity deadline hour stopwatch history chronometer lap",name:"time-countdown",cat:[21,27],type:0},{title:"ui user interface clock schedule time watch furniture alarm timer alert track event tracking deadline hour history",name:"time-clock",cat:[11,27],type:0},{title:"ui user interface clock schedule time watch furniture alarm timer alert track event tracking deadline hour history",name:"time-alarm",cat:[11,27],type:0},{title:"progress availability available clock daily day monthly schedule weekly yearly time watch wait alarm timer alert appointment countdown track event tracking deadline hour history",name:"time-3",cat:[27],type:0},{title:"availability available clock daily day every monthly schedule weekly yearly document time watch wait paper alarm timer alert appointment countdown track event tracking deadline hour history",name:"time-2",cat:[8],type:0},{title:"line ui user interface layout list shape website gallery boxes column grid mockup row table tile view wireframe",name:"tile-56",cat:[27],type:0},{title:"line ui user interface layout list shape website gallery boxes column grid mockup row table tile view wireframe",name:"tile-55",cat:[27],type:0},{title:"tie clothes accessory holidays wear bow classic",name:"tie-bow",cat:[4,13],type:0},{title:"business finance tie dress",name:"tie-02",cat:[3],type:0},{title:"business finance tie clothes accessory dress",name:"tie-01",cat:[3,4],type:0},{title:"media movie multimedia event show ticket",name:"ticket-76",cat:[16],type:0},{title:"media sport movie multimedia event show ticket",name:"ticket-75",cat:[16,21],type:0},{title:"input cursor tool font format paragraph text type typography education school design edit write development mouse point pointer editing insert typing writing editor area character textarea letter alphabet alphabetic capital typeface",name:"text",cat:[5,18,23],type:0},{title:"sport ball tennis equipment racket",name:"tennis",cat:[21],type:0},{title:"sport ball tennis equipment",name:"tennis-ball",cat:[21],type:0},{title:"travel temple building religious",name:"temple-25",cat:[26],type:0},{title:"weather energy environment healthcare health medical temperature thermometer",name:"temperature-24",cat:[7,12,29],type:0},{title:"weather energy environment food healthcare health medical temperature thermometer",name:"temperature-23",cat:[7,10,12,29],type:0},{title:"food drink beverage hot cup mug tea",name:"tea",cat:[10],type:0},{title:"arrow ui user interface business finance dartboard darts goal goals target targeting eye aim marketing objective archery bull's bullseye motive purpose",name:"target",cat:[27],type:0},{title:"media music holidays multimedia audio retro tape",name:"tape",cat:[13,16],type:0},{title:"hand mobile fingers gesture tap screen touch one gestures interactive",name:"tap-02",cat:[24],type:0},{title:"hand mobile fingers gesture tap screen touch one gestures interactive",name:"tap-01",cat:[24],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"tail-up",cat:[2],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"tail-triangle-up",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"tail-triangle-right",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"tail-triangle-left",cat:[2],type:0},{title:"arrow bottom descend down downward",name:"tail-triangle-down",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"tail-right",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"tail-left",cat:[2],type:0},{title:"arrow bottom descend down downward",name:"tail-down",cat:[2],type:0},{title:"ui user interface organize shopping price discount ecommerce sale category label tag store attribute",name:"tag",cat:[19,27],type:0},{title:"organize time shopping price discount ecommerce sale category label tag countdown store attribute",name:"tag-sale",cat:[19],type:0},{title:"delete remove organize shopping price discount ecommerce sale category label tag cancel store attribute",name:"tag-remove",cat:[19],type:0},{title:"organize shopping price discount ecommerce sale category label favorite favourite tag love like heart store attribute loyalty",name:"tag-loyalty",cat:[19],type:0},{title:"ui user interface organize shopping price discount ecommerce sale category label tag store attribute",name:"tag-line",cat:[19,27],type:0},{title:"organize shopping price discount ecommerce sale category label tag store attribute",name:"tag-cut",cat:[19],type:0},{title:"ui user interface organize shopping price discount ecommerce sale category label tag store attribute",name:"tag-content",cat:[19,27],type:0},{title:"organize success select shopping check price discount ecommerce sale category selected label tag accept checked store attribute",name:"tag-check",cat:[19],type:0},{title:"organize new shopping price discount ecommerce sale add plus category label tag store attribute",name:"tag-add",cat:[19],type:0},{title:"organize shopping price discount ecommerce sale category label tag store attribute",name:"tag-2",cat:[27],type:0},{title:"sport strategy coach planning tactic",name:"tactic",cat:[21,3],type:0},{title:"food mexico fastfood mexican tacos tortilla wrap",name:"tacos",cat:[10],type:0},{title:"art drawing design pen tech technology write device draw graphic touch tablet stylus wacom",name:"tablet",cat:[5,22],type:0},{title:"tech technology android apple device mobile ipad ios touch tablet touchscreen toolbar",name:"tablet-toolbar",cat:[22],type:0},{title:"book tech technology amazon read device mobile ipad touch tablet ebook touchscreen reader ereader kindle",name:"tablet-reader-42",cat:[22],type:0},{title:"book tech technology amazon read device mobile ipad touch tablet ebook touchscreen reader ereader kindle",name:"tablet-reader-31",cat:[22],type:0},{title:"responsive display layout design web development device mobile phone smartphone ipad iphone website screen develop touch first devices tablet",name:"tablet-mobile",cat:[5],type:0},{title:"tech technology android apple device mobile ipad ios touch tablet touchscreen",name:"tablet-button",cat:[22],type:0},{title:"book amazon read device mobile ipad touch tablet ebook touchscreen reader ereader kindle",name:"tablet-2",cat:[22],type:0},{title:"furniture table desk room dining",name:"table",cat:[11],type:0},{title:"arrow right arrows move navigation ui user interface lines list bars menu options settings blocks table slide",name:"table-right",cat:[27],type:0},{title:"arrow left arrows move navigation ui user interface lines list bars menu options settings blocks table slide",name:"table-left",cat:[27],type:0},{title:"arrow download input save import user enter entry in inbox inside lock log login password security sign update way system",name:"system-update",cat:[2],type:0},{title:"needle healthcare health medical syringe",name:"syringe",cat:[12],type:0},{title:"data sync transfer connection update connect tech technology device mobile phone smartphone synchronization synchronize syncing",name:"sync",cat:[22],type:0},{title:"tool travel pocket knife swiss compact screw",name:"swiss-knife",cat:[26],type:0},{title:"up hand fingers gesture touch one gestures swipe",name:"swipe-up",cat:[24],type:0},{title:"right hand fingers gesture touch one gestures swipe",name:"swipe-right",cat:[24],type:0},{title:"left hand fingers gesture touch one gestures swipe",name:"swipe-left",cat:[24],type:0},{title:"bottom down hand fingers gesture touch one gestures swipe",name:"swipe-bottom",cat:[24],type:0},{title:"sport travel woman clothes accessory wear swimming swimsuit swimwear bikini",name:"swimwear",cat:[4,21,26],type:0},{title:"sport travel clothes accessory man wear swimming swimsuit swimwear trunk",name:"swimsuit",cat:[4,21,26],type:0},{title:"arrow alternative arrows change exchange files flip swap switch transmit vertical",name:"swap-vertical",cat:[2],type:0},{title:"arrow alternative arrows change exchange files flip horizontal swap switch transmit",name:"swap-horizontal",cat:[2],type:0},{title:"food chopstick seafood japanese rice roll sushi",name:"sushi",cat:[10],type:0},{title:"open emoticon smiley surprise surprised mouth disbelief shocked",name:"surprise",cat:[6],type:0},{title:"board sport travel beach summer water wind sea surfing sailing surf watersport windsurf",name:"surf",cat:[21,26],type:0},{title:"wind sea sailing surf watersport windsurf",name:"surf-2",cat:[21,26],type:0},{title:"ui user interface shopping safe object help support life",name:"support-17",cat:[19,27],type:0},{title:"ui user interface shopping safe object help support life",name:"support-16",cat:[19,27],type:0},{title:"energy power sport food fitness gym powder proteins supplement vitamin",name:"supplement",cat:[21,10],type:0},{title:"font text type typography style editing formatting superscript",name:"superscript",cat:[23],type:0},{title:"travel glasses eyeglasses glass read spectacles sunglasses",name:"sunglasses",cat:[26],type:0},{title:"sunglasses emoticon smiley cheerful happy smile cool",name:"sunglasses-49",cat:[6],type:0},{title:"sunglasses emoticon smiley cheerful happy smile cool",name:"sunglasses-48",cat:[6],type:0},{title:"weather sun sunny fog mist",name:"sun-fog-43",cat:[29],type:0},{title:"weather sun sunny fog mist sunrise sunset",name:"sun-fog-30",cat:[29],type:0},{title:"weather sun sunny fog mist sunrise sunset",name:"sun-fog-29",cat:[29],type:0},{title:"cloud weather sun sunny",name:"sun-cloud",cat:[29],type:0},{title:"cloud weather sun snow sunny flake",name:"sun-cloud-snow-55",cat:[29],type:0},{title:"cloud weather sun snow sunny",name:"sun-cloud-snow-54",cat:[29],type:0},{title:"cloud weather sun sunny rain",name:"sun-cloud-rain",cat:[29],type:0},{title:"cloud weather light flash sun sunny lightning",name:"sun-cloud-light",cat:[29],type:0},{title:"cloud weather sun sunny hail",name:"sun-cloud-hail",cat:[29],type:0},{title:"cloud weather sun sunny fog mist",name:"sun-cloud-fog",cat:[29],type:0},{title:"cloud weather drop sun sunny rain",name:"sun-cloud-drop",cat:[29],type:0},{title:"font text type typography style editing formatting subscript",name:"subscript",cat:[23],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"strong-up",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"strong-right",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"strong-left",cat:[2],type:0},{title:"arrow bottom descend down downward move",name:"strong-down",cat:[2],type:0},{title:"font text type typography style editing formatting strikethrough",name:"strikethrough",cat:[23],type:0},{title:"zoom in hand gesture touch gestures magnify stretch",name:"stretch",cat:[24],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards chevron",name:"stre-up",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards chevron",name:"stre-right",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous chevron",name:"stre-left",cat:[2],type:0},{title:"arrow direction bottom down keyboard move navigation chevron",name:"stre-down",cat:[2],type:0},{title:"food fruit love healthy berry passion strawberry",name:"strawberry",cat:[10],type:0},{title:"business finance sport chess game piece rook strategy tower",name:"strategy",cat:[3,21],type:0},{title:"commerce home shopping ecommerce shop food restaurant retail market mall online retailer store cafe",name:"store",cat:[19,10],type:0},{title:"storage furniture drawer cabinet cupboard drawers bureau dresser",name:"storage",cat:[11],type:0},{title:"storage furniture hanger towel radiator dryer rail steel warmer",name:"storage-hanger",cat:[11],type:0},{title:"sales business finance chart graph report statistics analytics money stock",name:"stock",cat:[3,19],type:0},{title:"box shopping stock delivery pack package shipping cargo ship lift warehouse",name:"stock-2",cat:[19],type:0},{title:"steps healthcare health medical feet shoes",name:"steps",cat:[12],type:0},{title:"sport car wheel race driving steering",name:"steering-wheel",cat:[21,25],type:0},{title:"food meat bone beef steak",name:"steak",cat:[10],type:0},{title:"file folder document paper bookmark favorite favourite item love like favorites star",name:"star",cat:[8],type:0},{title:"user profile account avatar contact female woman person users member bathroom wc human friend follower toilette",name:"standing-woman",cat:[28],type:0},{title:"user profile account avatar contact male man person users member bathroom wc human friend follower toilette",name:"standing-man",cat:[28],type:0},{title:"certificate design development logo mark accept approve approved branding certified certify postage quality seal stamp valid",name:"stamp",cat:[5],type:0},{title:"arrow direction top up upward cloud data file input save share storage transfer backup ftp hosting import server upload ui user interface",name:"square-upload",cat:[2,27],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"square-up",cat:[2],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"square-up-05",cat:[2],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"square-simple-up",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"square-simple-right",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"square-simple-left",cat:[2],type:0},{title:"arrow bottom descend down downward",name:"square-simple-down",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards play",name:"square-right",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"square-right-03",cat:[2],type:0},{title:"ui user interface close exit cross delete remove cancel deletion removal denied discard dismiss wrong",name:"square-remove-12",cat:[27],type:0},{title:"ui user interface close exit cross delete remove cancel deletion removal denied discard dismiss wrong",name:"square-remove-09",cat:[27],type:0},{title:"direction navigation position gps location map pin place address marker maps street near nearby",name:"square-pin",cat:[15],type:0},{title:"direction navigation position gps location map pin place address marker maps street near nearby",name:"square-marker",cat:[15],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"square-left",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"square-left-04",cat:[2],type:0},{title:"arrow bottom descend down downward data download file input save share storage transfer ui user interface",name:"square-download",cat:[2,27],type:0},{title:"arrow bottom descend down downward",name:"square-down",cat:[2],type:0},{title:"arrow bottom descend down downward",name:"square-down-06",cat:[2],type:0},{title:"ui user interface close exit decrease delete remove minus cancel deletion less removal subtract",name:"square-delete-13",cat:[27],type:0},{title:"ui user interface close exit decrease delete remove minus cancel deletion less removal subtract",name:"square-delete-10",cat:[27],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards top up upward upwards enlarge fullscreen zoom",name:"square-corner-up-right",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous top up upward upwards enlarge fullscreen zoom",name:"square-corner-up-left",cat:[2],type:0},{title:"arrow forward right direction bottom keyboard move navigation out position next onward onwards enlarge fullscreen zoom",name:"square-corner-down-right",cat:[2],type:0},{title:"arrow back left direction bottom backward backwards keyboard move navigation out position previous enlarge fullscreen zoom",name:"square-corner-down-left",cat:[2],type:0},{title:"ui user interface expand increase new add create plus addition positive",name:"square-add-11",cat:[27],type:0},{title:"ui user interface expand increase new add create plus addition positive",name:"square-add-08",cat:[27],type:0},{title:"user profile account avatar contact male man person users member human friend follower",name:"user-frame-33",cat:[28],type:0},{title:"user profile account avatar contact male man person users member human friend follower",name:"user-frame-32",cat:[28],type:0},{title:"user profile account avatar contact male man person users member human friend follower",name:"user-frame-31",cat:[28],type:0},{title:"art design cleaning development paint painting object airbrush bottle can deodorant fragrance graffiti perfume scent spray",name:"spray",cat:[5],type:0},{title:"art design cleaning development paint painting object airbrush bottle can deodorant fragrance graffiti perfume scent spray",name:"spray-2",cat:[11],type:0},{title:"media sport photo camera option multimedia",name:"sport",cat:[16],type:0},{title:"arrow arrows change direction move divide separate split branch git version fork splitter",name:"split",cat:[2],type:0},{title:"arrow arrows change move divide separate split branch git version splitter divider",name:"split-vertical",cat:[2],type:0},{title:"arrow arrows change direction move divide separate split branch git version fork splitter",name:"split-round",cat:[2],type:0},{title:"arrow arrows change move divide separate split branch git version splitter divider",name:"split-horizontal",cat:[2],type:0},{title:"arrow arrows change direction move navigation circle expand divide separate split branch control controller dot git slider version",name:"split-37",cat:[2],type:0},{title:"arrow arrows change direction move navigation circle round expand divide separate split branch controller dot git slider version",name:"split-33",cat:[2],type:0},{title:"emoticon smiley malicious smirking spiteful",name:"spiteful",cat:[6],type:0},{title:"holidays halloween spider web animal nature bug virus",name:"spider",cat:[1,13],type:0},{title:"no emoticon smiley lips sealed speechless words",name:"speechless",cat:[6],type:0},{title:"media multimedia audio alert notification speaker voice",name:"speaker",cat:[16],type:0},{title:"media music multimedia audio sound speaker",name:"speaker-05",cat:[16],type:0},{title:"media multimedia audio alert notification speaker voice",name:"speaker-01",cat:[16],type:0},{title:"object space spaceship rocket",name:"spaceship",cat:[26,27],type:0},{title:"sport travel flower beauty meditation pilates yoga relax spa wellness",name:"spa",cat:[21,26],type:0},{title:"media music multimedia audio sound waves",name:"sound-wave",cat:[16],type:0},{title:"officer emoticon smiley helmet soldier",name:"soldier",cat:[6],type:0},{title:"furniture couch living lounge room sofa",name:"sofa",cat:[11],type:0},{title:"energy power tech technology electric jack wall electrical outlet socket",name:"socket",cat:[22],type:0},{title:"energy power tech technology electric jack wall electrical outlet socket",name:"socket-uk",cat:[22],type:0},{title:"energy power tech technology electric jack wall electrical outlet socket",name:"socket-europe-2",cat:[22],type:0},{title:"energy power tech technology electric jack wall electrical outlet socket",name:"socket-europe-1",cat:[22],type:0},{title:"clothes accessory wear sock stocking",name:"sock",cat:[4],type:0},{title:"sport goal football soccer field fifa stadium",name:"soccer-field",cat:[21],type:0},{title:"man holidays ice christmas snow winter snowman",name:"snowman",cat:[13],type:0},{title:"man holidays head ice christmas snow winter snowman",name:"snowman-head",cat:[13],type:0},{title:"sport snow boarding snowboard",name:"snowboard",cat:[21],type:0},{title:"weather holidays snow flake",name:"snow",cat:[13,29],type:0},{title:"holidays ball christmas snow snowfall winter",name:"snow-ball",cat:[13],type:0},{title:"animal nature tongue cobra jungle reptile serpent snake tail viper",name:"snake",cat:[1],type:0},{title:"emoticon smiley cheerful happy smile positive satisfied",name:"smile",cat:[6],type:0},{title:"smart emoticon smiley geek nerd nerdy wunderkind",name:"smart",cat:[6],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"small-up",cat:[2],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"small-triangle-up",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards play",name:"small-triangle-right",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"small-triangle-left",cat:[2],type:0},{title:"arrow bottom descend down downward",name:"small-triangle-down",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"small-right",cat:[2],type:0},{title:"ui user interface close exit cross delete remove cancel deletion removal denied discard dismiss wrong",name:"small-remove",cat:[27],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"small-left",cat:[2],type:0},{title:"arrow bottom descend down downward",name:"small-down",cat:[2],type:0},{title:"ui user interface close exit decrease delete remove minus cancel deletion less removal subtract",name:"small-delete",cat:[27],type:0},{title:"ui user interface expand increase new add create plus addition positive",name:"small-add",cat:[27],type:0},{title:"animal nature emoticon smiley indolence laziness sloth",name:"sloth",cat:[1,6],type:0},{title:"slider design development gallery block image browse carousel hero images photos pictures slide slides",name:"slider",cat:[5],type:0},{title:"arrow right arrows move navigation ui user interface lines list bars menu options settings slide",name:"slide-right",cat:[27],type:0},{title:"arrow left arrows move navigation ui user interface lines list bars menu options settings slide",name:"slide-left",cat:[27],type:0},{title:"box design development paper cut cutlery cutter knife slice utensil",name:"slice",cat:[5],type:0},{title:"sleep emoticon smiley rest",name:"sleep",cat:[6],type:0},{title:"sleep emoticon smiley rest",name:"sleep-2",cat:[6],type:0},{title:"clothes accessory wear jeans pants slacks trousers",name:"slacks-13",cat:[4],type:0},{title:"clothes accessory wear jeans pants slacks trousers",name:"slacks-12",cat:[4],type:0},{title:"holidays object emoticon smiley danger dead death head poison skeleton skull",name:"skull",cat:[6,13],type:0},{title:"object death head skull",name:"skull-2",cat:[13,6],type:0},{title:"woman clothes accessory dress wear skirt",name:"skirt",cat:[4],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"skew-up",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"skew-right",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"skew-left",cat:[2],type:0},{title:"arrow bottom descend down downward",name:"skew-down",cat:[2],type:0},{title:"board sport skating street transportation skate skateboard",name:"skateboard",cat:[21,25],type:0},{title:"board skating street skate skateboard",name:"skateboard-2",cat:[21,25],type:0},{title:"size font text type typography style editing formatting",name:"size",cat:[23],type:0},{title:"furniture wash tap water sink bathroom faucet spigot",name:"sink",cat:[11],type:0},{title:"energy environment furniture wash tap water sink bathroom faucet spigot",name:"sink-wash",cat:[7,11],type:0},{title:"file folder document text note report page paper item draft single letter content sheet",name:"single",cat:[8],type:0},{title:"position location user profile account avatar contact male man person users member human friend follower body",name:"single-position",cat:[28],type:0},{title:"file post folder document paragraph text note report page paper item draft single letter content sheet folded article blog",name:"single-paragraph",cat:[8,27],type:0},{title:"file folder document text note report page paper item draft single letter content sheet folded",name:"single-folded",cat:[8],type:0},{title:"file post folder document text note report page paper item draft single letter content sheet folded article blog",name:"single-folded-content",cat:[8,27],type:0},{title:"files file folder group document text note report page copy paper documents duplicate item draft single letter content sheet",name:"single-copy-06",cat:[8],type:0},{title:"files file folder group document text note report page copy paper documents duplicate item draft single letter content sheet",name:"single-copy-04",cat:[8],type:0},{title:"files file folder group document text note report page copy paper copies documents duplicate item draft single letter content sheet",name:"single-copies",cat:[8],type:0},{title:"file folder document text note report page paper item draft single letter content sheet",name:"single-content-03",cat:[8],type:0},{title:"file folder document text note report page paper item draft single letter content sheet",name:"single-content-02",cat:[8],type:0},{title:"user profile account avatar contact male man person users member human friend follower body",name:"single-body",cat:[12,28],type:0},{title:"user profile account avatar contact male man person users member human friend follower",name:"single-05",cat:[28],type:0},{title:"user profile account avatar contact male man person users member human friend follower",name:"single-04",cat:[28],type:0},{title:"user profile account avatar contact male man person users member human friend follower",name:"single-03",cat:[28],type:0},{title:"user profile account avatar contact male man person users member human friend follower",name:"single-02",cat:[28],type:0},{title:"user profile account avatar contact male man person users member human friend follower",name:"single-01",cat:[28],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"simple-up",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"simple-right",cat:[2],type:0},{title:"ui user interface close exit cross delete remove cancel deletion removal denied discard dismiss wrong",name:"simple-remove",cat:[27],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"simple-left",cat:[2],type:0},{title:"arrow direction bottom descend down downward keyboard move navigation out position downwards",name:"simple-down",cat:[2],type:0},{title:"ui user interface close exit decrease delete remove minus cancel deletion less removal subtract",name:"simple-delete",cat:[27],type:0},{title:"ui user interface expand increase new add create plus addition positive",name:"simple-add",cat:[27],type:0},{title:"tech technology card mobile phone memory chip integrated micro nano sim",name:"sim-card",cat:[22],type:0},{title:"out emoticon smiley happy grimace mouth tongue silly",name:"silly",cat:[6],type:0},{title:"sign document business finance pen signature edit pencil write",name:"signature",cat:[3],type:0},{title:"network control controller connect internet tech technology device wireless signal radio radar online receiver wifi hotspot reception signals remote strong",name:"signal",cat:[22],type:0},{title:"network internet wireless signal radar online wifi hotspot reception signals strong",name:"signal-2",cat:[27],type:0},{title:"sign business finance drawing pen signature",name:"sign",cat:[3],type:0},{title:"sign info board display shopping advertise advertisement advertising billboard notice signboard",name:"sign-board",cat:[19],type:0},{title:"holidays halloween horror scary danger death sickle weapon",name:"sickle",cat:[13],type:0},{title:"emoticon smiley disgusted fever nauseated nauseous sick",name:"sick",cat:[6],type:0},{title:"no emoticon smiley mouth embarrassed shy without",name:"shy",cat:[6],type:0},{title:"arrow arrows exchange play sync compilation cross crossing media mix music playlist random shuffle songs video",name:"shuffle-98",cat:[2],type:0},{title:"arrow arrows exchange play sync compilation cross crossing media mix music playlist random shuffle songs video",name:"shuffle-97",cat:[2],type:0},{title:"arrow arrows exchange play sync compilation cross crossing media mix music playlist random shuffle songs video",name:"shuffle-35",cat:[2],type:0},{title:"arrow arrows exchange play sync compilation cross crossing media mix music playlist random shuffle songs video",name:"shuffle-01",cat:[2],type:0},{title:"food animal nature seafood prawn shrimp",name:"shrimp",cat:[1,10],type:0},{title:"energy environment furniture water bath bathroom shower",name:"shower",cat:[7,11],type:0},{title:"tool object animal nature shovel",name:"shovel",cat:[1],type:0},{title:"ui user interface commerce home shopping ecommerce shop food retail market mall online retailer store",name:"shop",cat:[10,19,27],type:0},{title:"location commerce shopping shop pin address find retail market mall online retailer store locator",name:"shop-location",cat:[19],type:0},{title:"high woman clothes accessory wear footwear shoe heels",name:"shoe-woman",cat:[4],type:0},{title:"sport clothes accessory wear footwear shoe sports",name:"shoe-sport",cat:[4,21],type:0},{title:"sport footwear shoe training exercise workout jogging marathon running",name:"shoe-run",cat:[21],type:0},{title:"clothes accessory wear footwear shoe men",name:"shoe-man",cat:[4],type:0},{title:"business finance avatar businessman tie clothes accessory man person professional shirt wear neck",name:"shirt",cat:[4],type:0},{title:"business finance avatar businessman tie clothes accessory man person professional shirt wear neck",name:"shirt-neck",cat:[4],type:0},{title:"business finance avatar businessman tie clothes accessory man person professional shirt wear neck buttons",name:"shirt-buttons",cat:[4],type:0},{title:"business finance avatar businessman tie clothes accessory man person professional shirt wear neck",name:"shirt-business",cat:[4],type:0},{title:"animal nature head face farm lamb sheep wool",name:"sheep",cat:[1],type:0},{title:"tool school design pencil development stationery sharpen sharpener",name:"sharpener",cat:[5],type:0},{title:"travel animal nature emoticon smiley big bigmouth mouth danger shark sea wave fin",name:"shark",cat:[1,6,26],type:0},{title:"animal danger shark sea wave fin",name:"shark-2",cat:[1,26],type:0},{title:"arrow files file share connection social user update communication export network post sharing folder document format profile office account connect paper item users member shared",name:"shared",cat:[8,28],type:0},{title:"arrow file share storage transfer upload connection social export output post sharing group connect connected networking node seo",name:"share",cat:[2,27],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards share connection social update communication export network post sharing",name:"share-right",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous share connection social update communication export network post sharing",name:"share-left",cat:[2],type:0},{title:"arrow up file share storage transfer upload connection social ui user interface update communication export network outbox output post sharing group team connect internet connected networking node seo dots",name:"share-bold",cat:[27],type:0},{title:"arrow left share connection social ui user interface update communication export network post sharing",name:"share-92",cat:[2,27],type:0},{title:"arrow right share connection social ui user interface update communication export network post sharing",name:"share-91",cat:[2,27],type:0},{title:"arrow direction top up upward file share storage transfer upload connection social ui user interface update communication export launch network outbox output post sharing start",name:"share-66",cat:[2,27],type:0},{title:"arrow up file share storage transfer upload connection social update communication export network outbox output post sharing group team connect internet connected networking node seo dots",name:"share-2",cat:[27],type:0},{title:"circle group math mathematics design development shape triangle geometry rectangle plus square shapes symbols",name:"shapes",cat:[5],type:0},{title:"line connection network group design connect development shape triangle transform editor crop vector connected networking node outline spline stroke",name:"shape-triangle",cat:[5],type:0},{title:"line connection network group design connect development shape rectangle transform square editor crop vector connected networking node outline spline stroke",name:"shape-square",cat:[5],type:0},{title:"line connection network group design connect development shape transform editor crop vector connected networking node outline spline stroke polygon",name:"shape-polygon",cat:[5],type:0},{title:"line circle connection network group design connect development shape transform oval editor crop vector connected networking node outline spline stroke",name:"shape-circle",cat:[5],type:0},{title:"circle expand path combine join merge unite tool design development shape style add square adjust adjustment finder overlap pathfinder paths shapes intersect intersection addition",name:"shape-adjust",cat:[5],type:0},{title:"energy power sport drink shaker",name:"shaker",cat:[21],type:0},{title:"media hand photo camera multimedia shaking",name:"shake",cat:[16],type:0},{title:"bridge travel san francisco gates highway",name:"sf-bridge",cat:[26],type:0},{title:"ui user interface control preferences tool system building edit options settings filter diy adjust adjustment option project configuration configure gear parameter parameters setting setup tools build engine repair screwdriver wrench",name:"settings",cat:[27],type:0},{title:"ui user interface control preferences tool system building edit options settings filter diy adjust adjustment option project configuration configure gear parameter parameters setting setup tools build engine repair wrench",name:"settings-tool-67",cat:[27],type:0},{title:"ui user interface control preferences tool system building edit options settings filter diy adjust adjustment option project configuration configure gear parameter parameters setting setup tools build engine repair wrench",name:"settings-tool-66",cat:[27],type:0},{title:"ui user interface control preferences tool system edit options settings filter adjust adjustment option wheel configuration configure gear parameter parameters setting setup tools engine cog cogwheel",name:"settings-gear-65",cat:[27],type:0},{title:"ui user interface control preferences tool system edit options settings filter adjust adjustment option wheel configuration configure gear parameter parameters setting setup tools engine cog cogwheel",name:"settings-gear-64",cat:[27],type:0},{title:"ui user interface control preferences tool system edit options settings filter adjust adjustment option wheel configuration configure gear parameter parameters setting setup tools engine cog cogwheel",name:"settings-gear-63",cat:[27],type:0},{title:"file folder control preferences document system office edit options settings paper item adjust option configuration configure gear parameter parameters setting setup tools",name:"settings-99",cat:[8],type:0},{title:"file folder control preferences document system office edit options settings paper item adjust option configuration configure parameter parameters setting setup tools",name:"settings-46",cat:[8],type:0},{title:"arrow arrows change direction move navigation expand resize divide split branch control controller git version fork splitter divider",name:"separate",cat:[2],type:0},{title:"arrow arrows change direction move navigation expand resize split branch control controller git version fork splitter",name:"separate-round",cat:[2],type:0},{title:"ui user interface communication send email mail message messages contact write paper letter news fly airplane flight plane sending",name:"send",cat:[27],type:0},{title:"communication send email mail message messages contact write paper letter news fly airplane flight plane sending",name:"send-2",cat:[27],type:0},{title:"media photo camera option multimedia face selfie capture",name:"selfie",cat:[16],type:0},{title:"design development add plus selection filter grid view categories category filtering filters refine search selected sort",name:"selection",cat:[5],type:0},{title:"ui user interface cursor select tool design pointer selection frame area choose",name:"select",cat:[27],type:0},{title:"arrow arrows direction down up enlarge expand increase maximize vertical select",name:"select-84",cat:[2,27],type:0},{title:"arrow arrows direction down up enlarge expand increase maximize vertical select",name:"select-83",cat:[2,27],type:0},{title:"navigation ui user interface lines list bars gallery hamburger menu options settings burger segment segmentation",name:"segmentation",cat:[27],type:0},{title:"ui user interface security safety protection secure access antivirus firewall shield protect insurance",name:"security",cat:[27],type:0},{title:"file zoom document format contact discover glass filter paper view search item research find lens preview magnify magnifier magnifying seo article",name:"search",cat:[8],type:0},{title:"user profile account avatar contact male man person view search find lens member human friend follower",name:"search-3",cat:[28],type:0},{title:"zoom paragraph text glass filter view search research find lens magnify magnifier magnifying seo article",name:"search-2",cat:[27],type:0},{title:"sport travel glasses mask sea swimming dive diving snorkel",name:"sea-mask",cat:[21,26],type:0},{title:"media card multimedia memory sd",name:"sd",cat:[16],type:0},{title:"left right down up vertical hand gesture vertically touch scroll gestures",name:"scroll-vertical",cat:[24],type:0},{title:"left right horizontal hand gesture horizontally touch scroll gestures",name:"scroll-horitontal",cat:[24],type:0},{title:"glass food cube alcohol drink ice scotch whisky",name:"scotch",cat:[10],type:0},{title:"tool design craft edit development cut cutting scissor scissors shears trim",name:"scissors",cat:[5],type:0},{title:"line tool dotted design craft discount edit development paper cut cutting scissor scissors shears trim coupon dashed reduction",name:"scissors-dashed",cat:[5],type:0},{title:"education school building",name:"school",cat:[18],type:0},{title:"clothes accessory wear scarf stole",name:"scarf",cat:[4],type:0},{title:"shopping gesture code touch gestures barcode product scan scanner",name:"scan",cat:[24],type:0},{title:"scale balance weight business finance judge law attorney case court justice",name:"scale",cat:[3],type:0},{title:"vertical resize scale size text edit dimension editing",name:"scale-vertical",cat:[23],type:0},{title:"arrow right direction top enlarge fullscreen zoom resize scale design development reshape scaling",name:"scale-up",cat:[5],type:0},{title:"horizontal resize scale size text edit dimension editing",name:"scale-horizontal",cat:[23],type:0},{title:"arrow left direction bottom down out enlarge fullscreen zoom resize scale design development reshape scaling",name:"scale-down",cat:[5],type:0},{title:"measure scale balance weight kitchen",name:"scale-4",cat:[10,19],type:0},{title:"measure scale balance weight kitchen",name:"scale-3",cat:[10],type:0},{title:"enlarge fullscreen zoom measure resize balance animation rectangle transform translate reshape scaling",name:"scale-2",cat:[5],type:0},{title:"save energy environment globe world ecology green hands planet respect sustainability",name:"save-planet",cat:[7],type:0},{title:"food meat pork sausage wiener",name:"sausage",cat:[10],type:0},{title:"emoticon smiley cheerful happy smile positive satisfied",name:"satisfied",cat:[6],type:0},{title:"hat holidays christmas claus santa",name:"santa-hat",cat:[13],type:0},{title:"food kitchen pepper salt seasoning shaker spice",name:"salt",cat:[10],type:0},{title:"shopping deal discount ecommerce sale shop label tag coupon reduction ticket offer sticker",name:"sale",cat:[19],type:0},{title:"security box business finance furniture safe combination safety vault",name:"safe",cat:[3,11],type:0},{title:"emoticon smiley unhappy sad dissapointed",name:"sad",cat:[6],type:0},{title:"measure scale tool text message education note design pen edit pencil write development geometry draw create editing compose craetive drafting editor meter ruler",name:"ruler-pencil",cat:[5],type:0},{title:"sport game ball league rugby try",name:"rugby",cat:[21],type:0},{title:"sport travel row sea training canoeing river rowing",name:"rowing",cat:[21,26],type:0},{title:"direction navigation location sign path available open check map maps track route street accessible walkable",name:"route-open",cat:[15],type:0},{title:"direction navigation location sign close exit cross path map block maps track route street arrest interrupted interruption",name:"route-close",cat:[15],type:0},{title:"direction navigation location sign path map stop danger maps alert attention caution exclamation warning track route street",name:"route-alert",cat:[15],type:0},{title:"business finance shopping money currency renminbir yen yuan cashier",name:"round-yen",cat:[3,19],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"round-up",cat:[2],type:0},{title:"arrow forward right arrows direction bottom keyboard move navigation out position next onward onwards top up upward upwards corner curved",name:"round-up-right",cat:[2],type:0},{title:"arrow back left arrows direction backward backwards keyboard move navigation out position previous top up upward upwards corner curved",name:"round-up-left",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"round-right",cat:[2],type:0},{title:"arrow forward right arrows direction bottom keyboard move navigation out position next onward onwards corner curved",name:"round-right-down",cat:[2],type:0},{title:"business finance shopping money currency pound sterlin cashier",name:"round-pound",cat:[3,19],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"round-left",cat:[2],type:0},{title:"arrow back left arrows direction bottom backward backwards keyboard move navigation out position previous corner curved",name:"round-left-down",cat:[2],type:0},{title:"business finance shopping money currency euro cashier",name:"round-euro",cat:[3,19],type:0},{title:"arrow bottom descend down downward",name:"round-down",cat:[2],type:0},{title:"business finance shopping money currency dollar cashier",name:"round-dollar",cat:[3,19],type:0},{title:"rotate flip communication tech technology android device mobile phone smartphone iphone ios telephone call touchscreen rotation shake vibration",name:"rotate",cat:[22],type:0},{title:"arrow forward right rotate direction keyboard move navigation out position next onward onwards media clockwise picture image photo multimedia",name:"rotate-right",cat:[2,16],type:0},{title:"arrow forward right rotate direction keyboard move navigation out position next onward onwards media clockwise picture image photo multimedia",name:"rotate-right-2",cat:[2,16],type:0},{title:"rotate flip lock security communication safe tech technology device mobile phone smartphone telephone padlock protection secure rotation shake vibration",name:"rotate-lock",cat:[22],type:0},{title:"arrow back left rotate direction backward backwards keyboard move navigation out position previous media anti-clockwise counterclockwise picture image photo multimedia",name:"rotate-left",cat:[2,16],type:0},{title:"arrow back left rotate direction backward backwards keyboard move navigation out position previous media anti-clockwise counterclockwise picture image photo multimedia",name:"rotate-left-2",cat:[2,16],type:0},{title:"rotate move sync refresh edit gesture touch gestures",name:"rotate-23",cat:[24],type:0},{title:"rotate move sync refresh hand edit gesture touch gestures",name:"rotate-22",cat:[24],type:0},{title:"sport health fitness cardio gym jump rope",name:"rope",cat:[21],type:0},{title:"travel monument colosseum rome",name:"rome",cat:[26],type:0},{title:"pin food roller bread bakery rolling",name:"rolling-pin",cat:[10],type:0},{title:"media film photo camera multimedia roll retro",name:"roll",cat:[16],type:0},{title:"music metal emoticon smiley fan rock",name:"rock",cat:[6],type:0},{title:"man kid robot emoticon smiley automation mechanical toy",name:"robot",cat:[6],type:0},{title:"location path map point maps route destination road traffic transportation trail",name:"road",cat:[15,25],type:0},{title:"right direction navigation sign travel road",name:"road-sign-right",cat:[26],type:0},{title:"left direction navigation sign travel road",name:"road-sign-left",cat:[26],type:0},{title:"location path map point maps route destination road traffic transportation trail",name:"road-2",cat:[15,25],type:0},{title:"travel brazil monument christ de janeiro jesus rio saviour statue",name:"rio",cat:[26],type:0},{title:"clothes accessory wear diamond engagement jewelry ring",name:"ring",cat:[4],type:0},{title:"arrow back up cloud data save storage backup refresh revert fix machine restore time watch",name:"restore",cat:[2],type:0},{title:"arrow communication answer chat comment comments conversation dialog email forum mail message messages reply speaking talk",name:"reply",cat:[2],type:0},{title:"arrow communication all answer chat comment comments conversation dialog email forum mail message messages reply speaking talk",name:"reply-all",cat:[2],type:0},{title:"arrow repeat arrows sync infinite infinity load loading loop process refresh reload replay update shuffle",name:"replay",cat:[2],type:0},{title:"change exchange files swap file transfer folder group document note report copy paper documents duplicate item items draft overwrite replace",name:"replace",cat:[8],type:0},{title:"change exchange files swap file transfer folder group copy documents duplicate catalog items archive overwrite replace folders",name:"replace-folder",cat:[8],type:0},{title:"file folder delete remove document format office paper item clear minus cancel",name:"remove",cat:[8],type:0},{title:"control controller tech technology device wireless signal radio remote zapper",name:"remote",cat:[22],type:0},{title:"media music multimedia audio dj remix",name:"remix",cat:[16],type:0},{title:"arrow repeat arrows exchange circle round sync infinite infinity load loading loop process refresh reload replay update",name:"reload",cat:[2],type:0},{title:"change file sync refresh reload update folder document format office paper item",name:"refresh",cat:[8],type:0},{title:"arrow repeat arrows exchange sync infinite infinity load loading loop process refresh reload replay update energy environment",name:"refresh-69",cat:[2,7],type:0},{title:"arrow repeat arrows sync infinite infinity load loading loop process refresh reload replay update energy environment progress whole",name:"refresh-68",cat:[2,7],type:0},{title:"arrow back curve forward invert line redo repeat right rotate",name:"redo-81",cat:[2],type:0},{title:"arrow back curve forward invert line redo repeat right rotate",name:"redo-79",cat:[2],type:0},{title:"arrow back curve forward invert redo repeat right rotate",name:"redo-26",cat:[2],type:0},{title:"arrow back curve forward invert redo repeat right rotate",name:"redo-10",cat:[2],type:0},{title:"arrows energy environment clean ecology green waste cycle garbage recycle recycling",name:"recycling",cat:[7],type:0},{title:"book food cooking recipe",name:"recipe-book-47",cat:[10],type:0},{title:"book food cooking recipe",name:"recipe-book-46",cat:[10],type:0},{title:"shopping bill check sale invoice receipt expense income purchase",name:"receipt",cat:[19],type:0},{title:"shopping bill check sale invoice receipt expense income purchase",name:"receipt-list-43",cat:[19],type:0},{title:"shopping bill check sale invoice receipt expense income purchase",name:"receipt-list-42",cat:[19],type:0},{title:"mouse animal nature head mice rat rodent",name:"rat",cat:[1],type:0},{title:"data storage computer tech technology hardware memory chip motherboard ram",name:"ram",cat:[22],type:0},{title:"weather rainbow",name:"rainbow",cat:[29],type:0},{title:"weather rain",name:"rain",cat:[29],type:0},{title:"weather rain hail",name:"rain-hail",cat:[29],type:0},{title:"media multimedia signal audio radio",name:"radio",cat:[16],type:0},{title:"energy environment danger virus atomic emergency radiation sickness toxic waste",name:"radiation",cat:[7],type:0},{title:"location security target map maps find scan scanner radar explore track",name:"radar",cat:[15],type:0},{title:"sport travel beach tennis racket",name:"rackets",cat:[21,26],type:0},{title:"holidays animal nature easter bunny rabbit",name:"rabbit",cat:[1,13],type:0},{title:"text message editing marks bubble quotation quote",name:"quote",cat:[23],type:0},{title:"open emoticon smiley cheerful happy smile mouth laugh positive quite",name:"quite-happy",cat:[6],type:0},{title:"file sign info folder document paper mark item alert information notification faq help support ask query question unknown",name:"question",cat:[8],type:0},{title:"travel egypt monument pyramid",name:"pyramid",cat:[26],type:0},{title:"emoticon smiley concern confused puzzled thinking",name:"puzzled",cat:[6],type:0},{title:"play game object puzzle solution",name:"puzzle-10",cat:[3],type:0},{title:"play game object marketing puzzle solution",name:"puzzle-09",cat:[3],type:0},{title:"arrow back left arrows direction backward previous double rewind media player",name:"push-previous",cat:[2],type:0},{title:"arrow forward right direction next onward double advance proceed",name:"push-next",cat:[2],type:0},{title:"holidays halloween evil scary pumpkin",name:"pumpkin",cat:[13],type:0},{title:"sport healthcare health medical beat pulse",name:"pulse",cat:[12,21],type:0},{title:"watch sport healthcare health medical beat pulse",name:"pulse-watch",cat:[12,21],type:0},{title:"sleep healthcare health medical beat pulse",name:"pulse-sleep",cat:[12],type:0},{title:"sport phone healthcare health medical beat pulse",name:"pulse-phone",cat:[12,21],type:0},{title:"chart graph healthcare health medical beat pulse",name:"pulse-chart",cat:[12],type:0},{title:"food meat pork bone thigh ham prosciutto",name:"prosciutto",cat:[10],type:0},{title:"energy environment progress whole availability available clock day business finance",name:"progress",cat:[3,7],type:0},{title:"arrow back bottom down move organize business hierarchy layer layers list order priority seat low send",name:"priority-low",cat:[2],type:0},{title:"arrow move top up organize bring business hierarchy high layer layers list order priority seat",name:"priority-high",cat:[2],type:0},{title:"document office tech technology device copy paper print fax printer printing",name:"print",cat:[22],type:0},{title:"document office tech technology device copy paper print fax printer printing",name:"printer",cat:[22],type:0},{title:"ui user interface control slider preferences system edit options settings filter adjust adjustment option configuration configure parameter parameters setting setup tools sliders",name:"preferences",cat:[27],type:0},{title:"ui user interface control slider preferences system edit options settings filter adjust adjustment option configuration configure parameter parameters setting setup tools sliders",name:"preferences-rotate",cat:[27],type:0},{title:"ui user interface control slider preferences system edit options settings filter adjust adjustment option configuration configure parameter parameters setting setup tools sliders",name:"preferences-container",cat:[27],type:0},{title:"ui user interface control slider preferences system edit options settings filter adjust adjustment option configuration configure parameter parameters setting setup tools sliders",name:"preferences-container-rotate",cat:[27],type:0},{title:"ui user interface control slider preferences system edit options settings filter adjust adjustment option configuration configure parameter parameters setting setup tools sliders",name:"preferences-container-circle",cat:[27],type:0},{title:"ui user interface control slider preferences system edit options settings filter adjust adjustment option configuration configure parameter parameters setting setup tools sliders",name:"preferences-container-circle-rotate",cat:[27],type:0},{title:"ui user interface control slider preferences system edit options settings filter adjust adjustment option configuration configure parameter parameters setting setup tools sliders",name:"preferences-circle",cat:[27],type:0},{title:"ui user interface control slider preferences system edit options settings filter adjust adjustment option configuration configure parameter parameters setting setup tools sliders",name:"preferences-circle-rotate",cat:[27],type:0},{title:"food cooking kitchen tools utensils hot pot",name:"pot",cat:[10],type:0},{title:"direction navigation position gps location user account avatar contact map place maps near nearby friend",name:"position-user",cat:[15],type:0},{title:"direction navigation position gps location map pin place marker maps near nearby",name:"position-pin",cat:[15],type:0},{title:"direction navigation position gps location map pin place marker maps near nearby",name:"position-marker",cat:[15],type:0},{title:"machine shopping cash payment card checkout credit debit point terminal register swipe credit card till transaction pos",name:"pos",cat:[19],type:0},{title:"emoticon smiley happy excrement pet pile poo poop",name:"poop",cat:[6],type:0},{title:"sport travel water pool swimming wave stairs",name:"pool",cat:[21,26],type:0},{title:"user security avatar officer hat law secure users enforcement police",name:"police",cat:[28],type:0},{title:"media picture image photo multimedia polaroid",name:"polaroid",cat:[16],type:0},{title:"user media profile picture image photo camera multimedia polaroid selfie",name:"polaroid-user",cat:[16],type:0},{title:"media picture image photo multimedia polaroid",name:"polaroid-multiple",cat:[16],type:0},{title:"media delete remove picture image photo multimedia polaroid",name:"polaroid-delete",cat:[16],type:0},{title:"media picture add image photo multimedia polaroid",name:"polaroid-add",cat:[16],type:0},{title:"direction navigation position gps location target map pin point place marker point b",name:"point-b",cat:[15],type:0},{title:"direction navigation position gps location target map pin point place marker arrival point a",name:"point-a",cat:[15],type:0},{title:"sport blocks winner podium trophy victory",name:"podium",cat:[21],type:0},{title:"sport blocks winner podium trophy victory",name:"podium-trophy",cat:[21],type:0},{title:"energy environment business finance tech technology cable electric electricity jack plug",name:"plug",cat:[3,7,22],type:0},{title:"play ui user interface media music playlist list collection album checklist items tasks audio sound feedlist",name:"playlist",cat:[27],type:0},{title:"play media video film movie multimedia",name:"player",cat:[16],type:0},{title:"play playlist video player display tech technology film movie monitor screen television tv entertainment",name:"player-48",cat:[22],type:0},{title:"play playlist video player display tech technology film movie monitor screen television tv entertainment",name:"player-19",cat:[22],type:0},{title:"play file music video folder player document office film movie paper item stream",name:"play",cat:[8],type:0},{title:"play media video film movie multimedia",name:"play-69",cat:[16],type:0},{title:"play media video film movie multimedia",name:"play-68",cat:[16],type:0},{title:"food tools utensils dish plate crockery",name:"plate",cat:[10],type:0},{title:"energy environment growth plant animal nature ecology green gardening life agriculture leaves ground startup vase",name:"plant-vase",cat:[1,7],type:0},{title:"energy environment growth plant animal nature ecology green gardening life agriculture leaves ground startup",name:"plant-ground",cat:[1,7],type:0},{title:"education school globe world object planet space",name:"planet",cat:[18],type:0},{title:"travel transportation aircraft airplane flight jet plane",name:"plane-18",cat:[25],type:0},{title:"travel transportation aircraft airplane flight jet plane",name:"plane-17",cat:[25],type:0},{title:"food fastfood italian pizza",name:"pizza",cat:[10],type:0},{title:"food slice fastfood italian pizza",name:"pizza-slice",cat:[10],type:0},{title:"emoticon smiley pirate",name:"pirate",cat:[6],type:0},{title:"smoke object pipe",name:"pipe",cat:[4],type:0},{title:"direction navigation position gps location map pin copy duplicate place marker maps pins",name:"pins",cat:[15],type:0},{title:"sport game table ball tennis ping pong racket",name:"ping-pong",cat:[21],type:0},{title:"out zoom shrink hand gesture touch gestures magnify minimize pinch",name:"pinch",cat:[24],type:0},{title:"direction navigation position gps location map pin pushpin place marker maps locator",name:"pin",cat:[3,15],type:0},{title:"direction navigation position gps location user avatar contact map pin place marker near nearby tracking placeholder",name:"pin-user",cat:[15],type:0},{title:"direction navigation position gps location schedule time map pin place marker calendar appointment countdown",name:"pin-time",cat:[15],type:0},{title:"direction navigation position sync gps location refresh reload update map pin place marker",name:"pin-sync",cat:[15],type:0},{title:"direction navigation position gps location map pin place favorite favourite marker love like star",name:"pin-star",cat:[15],type:0},{title:"direction navigation position share social gps location connect map pin place marker",name:"pin-share",cat:[15],type:0},{title:"direction navigation position gps location control preferences system map pin edit options settings place marker adjust option configuration configure gear parameter parameters setting setup",name:"pin-settings",cat:[15],type:0},{title:"direction navigation position gps location lock security map safe pin place marker padlock protection secure",name:"pin-security",cat:[15],type:0},{title:"direction navigation position gps location map pin view search place marker find lens explore lookup",name:"pin-search",cat:[15],type:0},{title:"direction navigation position gps location delete remove map pin place marker clear minus maps cancel",name:"pin-remove",cat:[15],type:0},{title:"direction navigation position gps location delete remove map pin place marker clear minus cancel",name:"pin-remove-2",cat:[15],type:0},{title:"direction navigation position gps location map pin place favorite favourite marker love like heart",name:"pin-heart",cat:[15],type:0},{title:"change direction navigation position gps location map pin edit place marker modify",name:"pin-edit",cat:[15],type:0},{title:"direction navigation position gps location delete remove map pin place marker clear minus cancel",name:"pin-delete",cat:[15],type:0},{title:"direction navigation position gps location map pin copy duplicate place marker maps pins",name:"pin-copy",cat:[15],type:0},{title:"direction navigation position gps location check map pin place mark marker approved complete completed done checked tick",name:"pin-check",cat:[15],type:0},{title:"direction navigation position gps location new map pin add create plus place marker maps",name:"pin-add",cat:[15],type:0},{title:"direction navigation position gps location new map pin add create plus place marker maps",name:"pin-add-2",cat:[15],type:0},{title:"position location user chat profile account avatar contact person pin member human friend locator tooltip follower",name:"pin-4",cat:[28,15],type:0},{title:"direction navigation position gps location map pin place marker",name:"pin-3",cat:[15],type:0},{title:"lock login password security pin combination code secure access passcode",name:"pin-2",cat:[24],type:0},{title:"cross box healthcare health medical container pill",name:"pill-container-47",cat:[12],type:0},{title:"box healthcare health medical container pill",name:"pill-container-44",cat:[12],type:0},{title:"healthcare health medical medicine drugs pill",name:"pill-43",cat:[12],type:0},{title:"healthcare health medical medicine drugs pill",name:"pill-42",cat:[12],type:0},{title:"storage business finance banking bank treasury coin deposit pig piggy safe",name:"pig",cat:[3],type:0},{title:"pig piggy safe animal nature pork face farm",name:"pig-2",cat:[1],type:0},{title:"media picture image photo multimedia",name:"picture",cat:[16],type:0},{title:"tool travel object mountain axe pick pickaxe",name:"pickaxe",cat:[26],type:0},{title:"media music multimedia audio piano",name:"piano",cat:[16],type:0},{title:"design development picture filter image photo photography editor adjustment camera",name:"photo-editor",cat:[5],type:0},{title:"communication conversation talk contact android development device mobile phone smartphone iphone ios telephone call cellular smart ringing landline calling",name:"phone",cat:[5,22],type:0},{title:"ui user interface communication conversation talk contact mobile phone telephone call ringing calling",name:"phone-call",cat:[27],type:0},{title:"ui user interface communication conversation talk contact mobile phone end telephone call",name:"phone-call-end",cat:[27],type:0},{title:"communication conversation talk contact mobile phone telephone call old landline",name:"phone-3",cat:[11,27],type:0},{title:"communication conversation talk contact mobile phone telephone call ringing calling",name:"phone-2",cat:[27],type:0},{title:"arrow progress business finance shopping discount ecommerce percent percentage sale shop",name:"percentage-39",cat:[3],type:0},{title:"business finance shopping discount ecommerce percent percentage sale shop",name:"percentage-38",cat:[3,19],type:0},{title:"animal nature emoticon smiley penguin",name:"penguin",cat:[1,6],type:0},{title:"ui user interface text message education school note pen edit pencil write draw create editing compose editor draft",name:"pencil",cat:[18,27],type:0},{title:"education school design pen pencil write draw writer literature",name:"pencil-47",cat:[18],type:0},{title:"tool text message education school note design pen edit pencil write development draw create editing compose editor draft ink nib vector",name:"pen-tool",cat:[5,18],type:0},{title:"text message education school note design pen edit pencil write development draw create editing compose editor draft",name:"pen-23",cat:[5,18],type:0},{title:"text message education school note design pen edit pencil write development draw create editing compose editor draft",name:"pen-01",cat:[5,18],type:0},{title:"computer tech technology card graphics sound dvb pci rear",name:"pci-card",cat:[22],type:0},{title:"business finance payment money hand handout holding loan",name:"payment",cat:[3],type:0},{title:"foot animal nature pet print domestic paw",name:"paw",cat:[1],type:0},{title:"expand path combine join merge unite tool design development shape style add square squares finder overlap pathfinder paths shapes intersect intersection addition",name:"path-unite",cat:[5],type:0},{title:"path delete remove tool design development shape style square squares exclude exclusion finder minus overlap pathfinder paths shapes",name:"path-minus",cat:[5],type:0},{title:"expand path merge tool design development shape style square squares finder overlap pathfinder paths shapes intersect intersection",name:"path-intersect",cat:[5],type:0},{title:"path delete remove tool design development shape style square squares exclude exclusion finder minus overlap pathfinder paths shapes",name:"path-exclude",cat:[5],type:0},{title:"tool patch healthcare health medical",name:"patch",cat:[12],type:0},{title:"tool design development patch healthcare health medical aid band bandage bandaid injury medicine plaster recovery treatment",name:"patch-34",cat:[5,12],type:0},{title:"update tool fix clothes design sew sewing development cord mend patch stitch",name:"patch-19",cat:[5],type:0},{title:"document travel id passport",name:"passport",cat:[26],type:0},{title:"animal nature emoticon smiley bird parrot",name:"parrot",cat:[1,6],type:0},{title:"travel tower monument sights eiffel paris",name:"paris-tower",cat:[26],type:0},{title:"user group profile account avatar man person users member human friend child community people family parent parents",name:"parent",cat:[28],type:0},{title:"ui user interface layout document paragraph text list page picture image photo mockup wireframe content description",name:"paragraph",cat:[27],type:0},{title:"file communication folder document education school note achievement award degree diploma report paper magazine draft news parchment blog",name:"paper",cat:[8,18],type:0},{title:"education school achievement award ribbon degree diploma paper parchment reward",name:"paper-diploma",cat:[18],type:0},{title:"file tool design development paper code coding develop tag parchment",name:"paper-dev",cat:[5],type:0},{title:"file tool art drawing design development color paint canvas draw painting paper graphic brush paintbrush artist parchment",name:"paper-design",cat:[5],type:0},{title:"file communication post document note degree diploma report paper draft news parchment article blog",name:"paper-2",cat:[8,27],type:0},{title:"select guide design development color paint colors catalog picker palette swatches choice pantone",name:"pantone",cat:[5],type:0},{title:"energy environment power sun ecology saver green panel renewable solar",name:"panel",cat:[7],type:0},{title:"animal nature head face bear panda",name:"panda",cat:[1],type:0},{title:"food cooking kitchen pan tools utensils hot frying",name:"pan",cat:[10],type:0},{title:"tool art design development color paint colors draw painting brush painter artist palette swatches",name:"palette",cat:[5],type:0},{title:"clothes accessory wear homewear pajamas pyjamas sleep sleepwear",name:"pajamas",cat:[4],type:0},{title:"tool art design development bucket collect collection color fill pail paint dropper splash stain",name:"paint-bucket-40",cat:[5],type:0},{title:"tool art design development bucket collect collection color fill pail paint dropper splash stain",name:"paint-bucket-39",cat:[5],type:0},{title:"tool art design development color paint painting brush diy paintbrush painter",name:"paint-brush",cat:[5],type:0},{title:"tool design development color paint painting brush diy paintbrush painter",name:"paint-38",cat:[5],type:0},{title:"tool design development color paint painting brush diy paintbrush painter",name:"paint-37",cat:[5],type:0},{title:"tool design development color paint painting brush diy paintbrush painter roller wall",name:"paint-16",cat:[5],type:0},{title:"communication schedule meeting time tech technology device mobile phone smartphone telephone calendar appointment countdown",name:"p-time",cat:[22],type:0},{title:"download sync update communication version new system tech technology device mobile phone smartphone telephone software",name:"p-system-update",cat:[22],type:0},{title:"sync refresh reload update communication tech technology device mobile phone smartphone telephone",name:"p-sync",cat:[22],type:0},{title:"share social communication contact connect tech technology device mobile phone smartphone telephone",name:"p-share",cat:[22],type:0},{title:"communication control preferences system tech technology edit device mobile phone smartphone options settings adjust option telephone configuration configure gear parameter parameters setting setup",name:"p-settings",cat:[22],type:0},{title:"communication tech technology device mobile phone smartphone view search telephone find lens",name:"p-search",cat:[22],type:0},{title:"communication delete remove tech technology device mobile phone smartphone telephone cancel",name:"p-remove",cat:[22],type:0},{title:"position location communication pin tech technology device mobile phone smartphone telephone locator",name:"p-location",cat:[22],type:0},{title:"communication tech technology device mobile phone smartphone favorite favourite telephone love like heart",name:"p-heart",cat:[22],type:0},{title:"change communication tech technology edit device mobile phone smartphone modify telephone",name:"p-edit",cat:[22],type:0},{title:"communication check tech technology device mobile phone smartphone mark telephone approved complete completed done checked",name:"p-check",cat:[22],type:0},{title:"communication new tech technology device mobile phone smartphone add plus telephone",name:"p-add",cat:[22],type:0},{title:"education holidays halloween animal nature bird owl wisdom",name:"owl",cat:[1,13],type:0},{title:"furniture food cooking stove oven",name:"oven",cat:[10,11],type:0},{title:"arrow top up upwards window export start application browser app fire new open tab",name:"open-in-browser",cat:[2],type:0},{title:"travel food animal nature seafood octopus tentacles",name:"octopus",cat:[1,26],type:0},{title:"new travel building empire manhattan ny skyline state york",name:"ny",cat:[26],type:0},{title:"care healthcare health medical nurse",name:"nurse",cat:[12],type:0},{title:"ui user interface update communication music chat message education school volume announcement alarm audio sound alert attention notification speaker voice announce megaphone shout",name:"notification-70",cat:[18,27],type:0},{title:"ui user interface update communication music chat message volume announcement alarm audio sound alert attention notification speaker voice announce megaphone shout",name:"notification-69",cat:[27],type:0},{title:"business finance notebook notes notepad reminder to-do",name:"notes",cat:[3],type:0},{title:"document education school note notebook notepad",name:"notepad",cat:[18],type:0},{title:"files file folder document format education agenda book diary note notebook notes pad library notepad read paper label reading study manual",name:"notebook",cat:[8],type:0},{title:"cross document note notebook notepad",name:"notebook-2",cat:[12],type:0},{title:"file document list note notebook notes pad design notepad development page paper code todo develop tag clipboard",name:"note-code",cat:[5],type:0},{title:"media music note multimedia audio sound",name:"note-04",cat:[16],type:0},{title:"media music note holidays multimedia audio sound",name:"note-03",cat:[13,16],type:0},{title:"connection social ui user interface communication network group team connect internet connected networking node seo dots",name:"node",cat:[27],type:0},{title:"no emoticon smiley lips sealed speechless words",name:"no-words",cat:[6],type:0},{title:"file folder document format ban stop banned block blocked forbidden not prevent paper item accept accessibility none private prohibition",name:"no-access",cat:[8],type:0},{title:"emoticon smiley mysterious ninja samurai",name:"ninja",cat:[6],type:0},{title:"media photo camera option multimedia mode night",name:"night",cat:[16],type:0},{title:"communication post send email mail message messages contact shopping write envelope letter mailbox news newsletter subscribe",name:"newsletter",cat:[19],type:0},{title:"inbox communication post send email mail message messages contact design write development code coding develop announcement envelope letter mailbox news newsletter signup subscribe",name:"newsletter-dev",cat:[5],type:0},{title:"new shopping deal discount ecommerce sale shop label tag coupon reduction ticket offer sticker",name:"new",cat:[19],type:0},{title:"connection social user network group team profile account avatar man person networking users member human friend",name:"network",cat:[28],type:0},{title:"business finance holidays halloween net spider web",name:"net",cat:[3,13],type:0},{title:"glasses emoticon smiley cheerful happy smile geek nerd nerdy",name:"nerd-23",cat:[6],type:0},{title:"glasses emoticon smiley cheerful happy smile geek nerd nerdy",name:"nerd-22",cat:[6],type:0},{title:"clothes accessory craft needle sew sewing thread",name:"needle",cat:[4],type:0},{title:"direction navigation directions gps location navigate map pin tech technology address marker drive street destination",name:"navigation",cat:[22],type:0},{title:"play file media music player document format note multimedia audio mp3 sound soundtrack radio song listen",name:"music",cat:[8,16],type:0},{title:"cloud sync media music multimedia sound",name:"music-cloud",cat:[16],type:0},{title:"media music playlist collection album multimedia audio",name:"music-album",cat:[16],type:0},{title:"play music player device audio mp3 sound listen ipod",name:"music-2",cat:[22],type:0},{title:"food animal nature health vegetable autumn mushroom",name:"mushroom",cat:[1],type:0},{title:"user group team profile account avatar contact man person users member human friend community people collaboration collective",name:"multiple",cat:[28],type:0},{title:"user group team profile account avatar contact man person users member human friend community people collaboration collective",name:"multiple-19",cat:[28],type:0},{title:"user group team profile account avatar contact male man person users member human friend follower community people collaboration collective",name:"multiple-11",cat:[28],type:0},{title:"food drink beverage hot coffe coffee cup mug tea",name:"mug",cat:[10],type:0},{title:"food cake dessert sweet breakfast bakery cupcake muffin",name:"muffin",cat:[10],type:0},{title:"play media video film movie multimedia",name:"movie-62",cat:[16],type:0},{title:"play media video film movie multimedia",name:"movie-61",cat:[16],type:0},{title:"arrow forward direction keyboard move navigation out position top up upward upwards file upload arrange bring translate object rearrange reorganize push",name:"move-up",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous top up upward upwards enlarge fullscreen zoom",name:"move-up-left",cat:[2],type:0},{title:"arrow move top up upward organize arrange bring translate object rearrange reorganize push",name:"move-up-2",cat:[2,5],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"move-right",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"move-left",cat:[2],type:0},{title:"arrow bottom descend down downward move download file organize arrange send rearrange reorganize",name:"move-down",cat:[2],type:0},{title:"arrow forward right direction bottom keyboard move navigation out position next onward onwards enlarge fullscreen zoom",name:"move-down-right",cat:[2],type:0},{title:"arrow bottom descend down downward move organize arrange send translate rearrange reorganize",name:"move-down-2",cat:[2,5],type:0},{title:"arrow arrows direction move out directions enlarge expand fullscreen increase maximize reach window zoom center",name:"move-92",cat:[2],type:0},{title:"arrow arrows direction move out directions enlarge expand fullscreen increase maximize reach window zoom drag cursor",name:"move-06",cat:[2],type:0},{title:"arrow arrows direction move out directions enlarge expand fullscreen increase maximize reach window zoom drag cursor",name:"move-05",cat:[2],type:0},{title:"cursor accessory design computer tech technology development device mac click mouse pointer hardware magic scroll scrolling",name:"mouse-10",cat:[5,22],type:0},{title:"cursor accessory design computer tech technology development device mac click mouse pointer hardware magic scroll scrolling",name:"mouse-09",cat:[5,22],type:0},{title:"cursor accessory design computer tech technology development device mac click mouse pointer hardware magic scroll scrolling",name:"mouse-08",cat:[5,22],type:0},{title:"environment landscape animal nature rock climbing mountain",name:"mountain",cat:[1],type:0},{title:"sport transportation bike motorcycle moto motorbike",name:"moto",cat:[25],type:0},{title:"travel building palace religious islamic mosque muslim",name:"mosque",cat:[26],type:0},{title:"weather moon night",name:"moon",cat:[29],type:0},{title:"weather moon night stars",name:"moon-stars",cat:[29],type:0},{title:"weather full moon night",name:"moon-full",cat:[29],type:0},{title:"weather moon night fog mist",name:"moon-fog",cat:[29],type:0},{title:"cloud weather moon snow night flake",name:"moon-cloud-snow-62",cat:[29],type:0},{title:"cloud weather moon snow night",name:"moon-cloud-snow-61",cat:[29],type:0},{title:"cloud weather moon night rain",name:"moon-cloud-rain",cat:[29],type:0},{title:"cloud weather light moon flash lightning",name:"moon-cloud-light",cat:[29],type:0},{title:"cloud weather moon night hail",name:"moon-cloud-hail",cat:[29],type:0},{title:"cloud weather moon night fog mist",name:"moon-cloud-fog",cat:[29],type:0},{title:"cloud weather drop moon night rain",name:"moon-cloud-drop",cat:[29],type:0},{title:"holidays emoticon smiley big alien cyclops eye eyed monster one",name:"monster",cat:[6,13],type:0},{title:"file folder document format order certificate bill payment money dollar agreement paper item invoice receipt",name:"money",cat:[8],type:0},{title:"change clock business time finance cash payment coins funding money",name:"money-time",cat:[3],type:0},{title:"energy environment growth business finance cash payment money dollar banknotes flower",name:"money-growth",cat:[3,7],type:0},{title:"change business finance cash payment coins money dollar banknotes",name:"money-coins",cat:[3],type:0},{title:"business finance bag cash payment money pay price",name:"money-bag",cat:[3],type:0},{title:"business finance cash payment money dollar banknotes",name:"money-13",cat:[3],type:0},{title:"business finance cash payment money dollar banknotes",name:"money-12",cat:[3],type:0},{title:"business finance cash payment money dollar banknotes",name:"money-11",cat:[3],type:0},{title:"education school science healthcare health medical atom chemistry molecule",name:"molecule",cat:[12,18],type:0},{title:"science healthcare health medical atom chemistry molecule",name:"molecule-40",cat:[12],type:0},{title:"science healthcare health medical atom chemistry molecule",name:"molecule-39",cat:[12],type:0},{title:"food coffe coffee espresso moka",name:"moka",cat:[10],type:0},{title:"communication tech technology android device mobile phone smartphone iphone ios telephone call touchscreen",name:"mobile",cat:[22],type:0},{title:"communication tech technology android device mobile phone smartphone iphone ios menu telephone call touchscreen toolbar",name:"mobile-toolbar",cat:[22],type:0},{title:"communication power connect tech technology plug charge android device mobile phone smartphone iphone ios telephone call recharge recharger battery touchscreen charger",name:"mobile-recharger-09",cat:[22],type:0},{title:"communication power connect tech technology plug charge android device mobile phone smartphone iphone ios telephone call recharge recharger battery touchscreen charger",name:"mobile-recharger-08",cat:[22],type:0},{title:"communication tech technology android device mobile phone smartphone iphone ios telephone call touchscreen",name:"mobile-landscape",cat:[22],type:0},{title:"responsive app design android development device mobile phone smartphone ios code brackets coding dev develop script tag tags telephone first",name:"mobile-dev",cat:[5],type:0},{title:"responsive app drawing design android development device mobile phone smartphone ios draw graphic brush telephone",name:"mobile-design",cat:[5],type:0},{title:"user app profile account avatar contact man person mobile phone users member human friend selfie",name:"mobile-contact",cat:[28],type:0},{title:"finance shopping payment money pay shop card charge checkout credit debit method methods apple mobile phone buy credit card online",name:"mobile-card",cat:[19],type:0},{title:"communication tech technology android device mobile phone smartphone iphone ios telephone call touchscreen",name:"mobile-camera",cat:[22],type:0},{title:"communication tech technology android device mobile phone smartphone iphone ios telephone call touchscreen",name:"mobile-button",cat:[22],type:0},{title:"furniture hand electric food cooking egg beater mixer",name:"mixer",cat:[10,11],type:0},{title:"holidays decoration christmas mistletoe",name:"mistletoe",cat:[13],type:0},{title:"network display design computer web development mirror duplicate cast desktop mirroring monitor screen streaming wireless",name:"mirror",cat:[5],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"minimal-up",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"minimal-right",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"minimal-left",cat:[2],type:0},{title:"arrow bottom descend down downward",name:"minimal-down",cat:[2],type:0},{title:"food pack bottle drink milk breakfast carton",name:"milk",cat:[10],type:0},{title:"food cooking kitchen microwave oven",name:"microwave",cat:[10],type:0},{title:"line windows layout list design development shape logo microsoft gallery boxes column grid row table tile view square squares",name:"microsoft",cat:[5],type:0},{title:"education school science healthcare health medical laboratory microscope research",name:"microscope",cat:[12,18],type:0},{title:"user avatar hat mouse animal users disney ear ears mickey",name:"mickey-mouse",cat:[28],type:0},{title:"media music talk tech technology multimedia audio sound mic microphone speaker voice speech",name:"mic",cat:[16,22],type:0},{title:"music talk audio sound mic microphone speaker voice speech",name:"mic-2",cat:[22],type:0},{title:"ui user interface growth settings dashboard speed setting fast gauge indicator metrics odometer performance productivity speedometer widgets",name:"metrics",cat:[27],type:0},{title:"arrow direction expand control git version combine join merge pointing together unify unite",name:"merge",cat:[2],type:0},{title:"arrow direction expand control git version combine join merge pointing together unify unite",name:"merge-round",cat:[2],type:0},{title:"arrow direction expand control git version combine join merge pointing together unify unite",name:"merge-2",cat:[2],type:0},{title:"navigation ui user interface lines list bars gallery hamburger menu options settings burger",name:"menu",cat:[27],type:0},{title:"navigation ui user interface lines list bars gallery hamburger menu options settings burger",name:"menu-square",cat:[27],type:0},{title:"right navigation ui user interface lines list bars gallery hamburger menu options settings burger",name:"menu-right",cat:[27],type:0},{title:"left navigation ui user interface lines list bars gallery hamburger menu options settings burger",name:"menu-left",cat:[27],type:0},{title:"navigation circle ui user interface dot list gallery menu options settings circles dots more",name:"menu-dots",cat:[27],type:0},{title:"navigation ui user interface lines list bars gallery hamburger menu options settings burger",name:"menu-bold",cat:[27],type:0},{title:"navigation ui user interface lines list bars gallery hamburger menu options settings burger",name:"menu-35",cat:[27],type:0},{title:"navigation ui user interface lines list bars gallery hamburger menu options settings burger",name:"menu-34",cat:[27],type:0},{title:"user group team meeting conversation dialog profile account avatar contact male man person users member appointment human friend follower community people",name:"meeting",cat:[28],type:0},{title:"food meat kebab shish spit",name:"meat-spit",cat:[10],type:0},{title:"measure food kitchen cup measuring",name:"measuring-cup",cat:[10],type:0},{title:"measure scale width tool education school office math mathematics design development triangle geometry draw meter ruler science dimention dimentions length measurement",name:"measure-big",cat:[5,18],type:0},{title:"measure scale width tool education school office math mathematics design development triangle geometry draw meter ruler science dimention dimentions length measurement",name:"measure-17",cat:[5,18],type:0},{title:"measure scale width tool education school office math mathematics design development triangle geometry draw meter ruler science dimention dimentions length measurement",name:"measure-02",cat:[5,18],type:0},{title:"business finance education school calculator math operation",name:"math",cat:[3,18],type:0},{title:"box fire food flame smoking burn campfire matches",name:"matches",cat:[10],type:0},{title:"play media music video application app bag briefcase shopping ecommerce sale shop android google purse buy market marketplace",name:"market-play",cat:[19],type:0},{title:"play media music video application app bag briefcase shopping ecommerce sale shop android google purse buy market marketplace",name:"market-music",cat:[19],type:0},{title:"education school office design pen pencil write marker highlight focus highlighter important stationery underline",name:"marker",cat:[5,18],type:0},{title:"direction navigation position gps location map pin place marker",name:"marker-3",cat:[15],type:0},{title:"arrow direction navigation gps location navigate map pin pointer marker compass locate",name:"marker-2",cat:[15],type:0},{title:"right text editing indent margin padding",name:"margin-right",cat:[23],type:0},{title:"left text editing indent margin padding",name:"margin-left",cat:[23],type:0},{title:"direction navigation gps location map address maps route street",name:"map",cat:[15],type:0},{title:"direction navigation position gps location map pin place address marker maps route street",name:"map-pin",cat:[15],type:0},{title:"direction navigation position gps location map pin place address marker maps route street",name:"map-marker",cat:[15],type:0},{title:"arrow direction navigation gps location navigate map address compass maps locate route street",name:"map-gps",cat:[15],type:0},{title:"direction navigation position gps location tool navigate travel map address compass maps instrument route street",name:"map-compass",cat:[15],type:0},{title:"direction navigation gps location map address maps route street",name:"map-big",cat:[15],type:0},{title:"emoticon smiley cheerful happy smile comic manga",name:"manga-63",cat:[6],type:0},{title:"emoticon smiley cheerful happy smile comic manga",name:"manga-62",cat:[6],type:0},{title:"user profile account avatar contact male man person users member human friend follower",name:"man",cat:[28],type:0},{title:"up user profile account avatar contact male man person users member human friend follower body",name:"man-up",cat:[28],type:0},{title:"user profile account avatar contact male eyewear glasses man person sunglasses users member human friend follower",name:"man-glasses",cat:[28],type:0},{title:"down user profile account avatar contact male man person users member human friend follower body",name:"man-down",cat:[28],type:0},{title:"user profile account avatar contact male man person users member human friend follower",name:"man-23",cat:[28],type:0},{title:"user sign male man healthcare health medical boy users symbol gender guy sex",name:"man-20",cat:[12,28],type:0},{title:"emoticon smiley malicious smirking spiteful",name:"malicious",cat:[6],type:0},{title:"clothes accessory beauty cosmetics facial gloss lip lipstick makeup",name:"makeup",cat:[4],type:0},{title:"power design charge development attract attraction horseshoe magnet magnetic magnetism metal physics science snap",name:"magnet",cat:[5],type:0},{title:"emoticon angry furious smiley unhappy upset frown mad",name:"mad-58",cat:[6],type:0},{title:"emoticon angry furious smiley unhappy upset frown mad",name:"mad-12",cat:[6],type:0},{title:"media photo animal nature camera option multimedia macro",name:"macro",cat:[1,16],type:0},{title:"direction navigation position download sync gps location update map device address route street",name:"m-update",cat:[15],type:0},{title:"direction navigation position gps location schedule time map address calendar appointment countdown route street",name:"m-time",cat:[15],type:0},{title:"direction navigation position sync gps location refresh reload update map address route street",name:"m-sync",cat:[15],type:0},{title:"direction navigation position gps location map address favorite favourite love like star route street",name:"m-star",cat:[15],type:0},{title:"direction navigation position share social gps location connect map address route street",name:"m-share",cat:[15],type:0},{title:"direction navigation position gps location control preferences system map edit options settings address adjust option configuration configure gear parameter parameters setting setup route street",name:"m-settings",cat:[15],type:0},{title:"direction navigation position gps location lock security map safe address padlock protection secure route street",name:"m-security",cat:[15],type:0},{title:"direction navigation position gps location map view search address find lens explore route street lookup",name:"m-search",cat:[15],type:0},{title:"direction navigation position gps location delete map address clear minus cancel route street",name:"m-remove",cat:[15],type:0},{title:"direction navigation position gps location map pin place address marker route street locator",name:"m-location",cat:[15],type:0},{title:"direction navigation position gps location map address favorite favourite love like heart route street",name:"m-heart",cat:[15],type:0},{title:"change direction navigation position gps location map edit address modify route street",name:"m-edit",cat:[15],type:0},{title:"direction navigation position gps location delete remove map address clear minus cancel route street",name:"m-delete",cat:[15],type:0},{title:"direction navigation position gps location check map address mark approved complete completed done checked tick route street",name:"m-check",cat:[15],type:0},{title:"direction navigation position gps location new map add plus address route street",name:"m-add",cat:[15],type:0},{title:"healthcare health medical lungs",name:"lungs",cat:[12],type:0},{title:"travel bag suitcase backpack baggage luggage",name:"luggage",cat:[26],type:0},{title:"arrow repeat arrows direction sync infinite infinity load loading loop process refresh reload replay update circuit path",name:"loop",cat:[2],type:0},{title:"arrow repeat arrows sync infinite infinity load loading loop process refresh reload replay update",name:"loop-83",cat:[2],type:0},{title:"arrow repeat arrows sync infinite infinity load loading loop process refresh reload replay update",name:"loop-82",cat:[2],type:0},{title:"arrow repeat arrows sync infinite infinity load loading loop process refresh reload replay update shuffle",name:"loop-34",cat:[2],type:0},{title:"arrow repeat arrows circle round sync infinite infinity load loading loop process refresh reload replay update shuffle",name:"loop-30",cat:[2],type:0},{title:"clothes accessory shirt wear long jumper sleeve tshirt",name:"long-sleeve",cat:[4],type:0},{title:"clock travel tower big monument ben london sights",name:"london",cat:[26],type:0},{title:"arrow out user log sign close door exit leave logout outside info",name:"logout",cat:[2],type:0},{title:"arrow out ui user interface log sign close door exit leave logout outside",name:"log-out",cat:[2,27],type:0},{title:"arrow out user log sign close door exit leave logout outside",name:"log-out-2",cat:[2,27],type:0},{title:"arrow input user enter entry form in inbox inside lock log login password security sign",name:"log-in",cat:[2],type:0},{title:"file lock security folder document format safe paper item locked padlock privacy protected protection secure",name:"locked",cat:[8],type:0},{title:"ui user interface lock login password security safe safety locked padlock privacy protected protection secure closed encryption protect",name:"lock",cat:[27],type:0},{title:"lock security communication safe tech technology device mobile phone smartphone telephone padlock protection secure",name:"lock-portrait",cat:[22],type:0},{title:"ui user interface lock login password security safe safety locked padlock privacy protected protection secure closed encryption protect theft unlock unlocked unsafe unsecure",name:"lock-open",cat:[27],type:0},{title:"lock security communication safe tech technology device mobile phone smartphone telephone padlock protection secure",name:"lock-landscape",cat:[22],type:0},{title:"ui user interface lock login password security safe safety locked padlock privacy protected protection secure closed encryption protect",name:"lock-circle",cat:[27],type:0},{title:"ui user interface lock login password security safe safety locked padlock privacy protected protection secure closed encryption protect theft unlock unlocked unsafe unsecure",name:"lock-circle-open",cat:[27],type:0},{title:"food animal nature seafood lobster",name:"lobster",cat:[1,10],type:0},{title:"process organize schedule document list agenda shopping check checklist item items listing tasks todo inventory plan wishlist",name:"list",cat:[19],type:0},{title:"text list editing numbers ordered",name:"list-numbers",cat:[23],type:0},{title:"text list editing bullet bullets unordered",name:"list-bullet",cat:[23],type:0},{title:"file share connection ui connections folder document format web paper item attachment chain hyperlink link linked links url",name:"link",cat:[8],type:0},{title:"share connection ui user interface connections remove web break chain hyperlink link linked links url broken unlink",name:"link-broken-73",cat:[27],type:0},{title:"share connection ui user interface connections remove text web editing break chain hyperlink link linked links url broken unlink",name:"link-broken-70",cat:[23,27],type:0},{title:"share connection ui user interface connections web chain hyperlink link linked links url",name:"link-72",cat:[27],type:0},{title:"share connection ui user interface connections web chain hyperlink link linked links url",name:"link-71",cat:[27],type:0},{title:"share connection ui user interface connections text web editing chain hyperlink link linked links url",name:"link-69",cat:[23,27],type:0},{title:"share connection ui user interface connections web chain hyperlink link linked links url",name:"link-68",cat:[27],type:0},{title:"share connection ui user interface connections web chain hyperlink link linked links url",name:"link-67",cat:[27],type:0},{title:"share connection ui user interface connections web chain hyperlink link linked links url",name:"link-66",cat:[27],type:0},{title:"share connection connections web attachment chain hyperlink link linked links url",name:"link-2",cat:[27],type:0},{title:"arrow line arrows direction directions growth lines competition effort group parallel success team work",name:"lines",cat:[2],type:0},{title:"line height font paragraph text editing formatting distance margins",name:"line-height",cat:[23],type:0},{title:"up hand finger gesture favorite favourite approve like thumbs vote rate thumb",name:"like",cat:[6],type:0},{title:"down no finger gesture favorite emoticon smiley like thumbs vote dislike unlike",name:"like-no",cat:[6],type:0},{title:"up hand finger gesture favorite favourite approve like thumbs vote rate thumb",name:"like-2",cat:[27],type:0},{title:"watch travel house light tower sea lighthouse",name:"lighthouse",cat:[26],type:0},{title:"fire food flame lighter smoking",name:"lighter",cat:[10],type:0},{title:"furniture bulb lamp light flashlight",name:"light",cat:[11],type:0},{title:"light traffic transportation",name:"light-traffic",cat:[25],type:0},{title:"lamp light object flashlight",name:"light-3",cat:[11],type:0},{title:"bulb light celebration party decoration christmas",name:"light-2",cat:[13],type:0},{title:"furniture books bookshop library shelf bookshelf",name:"library",cat:[11],type:0},{title:"full scale energy environment power danger dashboard level signal speed widget score",name:"power-level",cat:[7,25],type:0},{title:"media photo camera multimedia lens",name:"lens-56",cat:[16],type:0},{title:"media camera option multimedia lens",name:"lens-31",cat:[16],type:0},{title:"food fruit slice healthy lemon lime orange",name:"lemon-slice",cat:[10],type:0},{title:"ui user interface text message note pen edit pencil write draw create editing compose editor draft ink leaf feather handwriting plume quill tickle",name:"leaf-edit",cat:[27],type:0},{title:"ui user interface energy environment text message note pen edit pencil write draw create editing compose editor animal nature ink leaf feather handwriting plume quill tickle",name:"leaf-81",cat:[1,7,27],type:0},{title:"ui user interface energy environment text message note pen edit pencil write draw create editing compose editor animal nature ink leaf feather handwriting plume quill tickle",name:"leaf-80",cat:[1,7,27],type:0},{title:"holidays object animal nature leaf",name:"leaf-38",cat:[1,13],type:0},{title:"object animal nature leaf organic",name:"leaf-36",cat:[1],type:0},{title:"browser layout app tab list design internet web development page website boxes grid masonry mockup site table tile view wireframe header sidebar webpage",name:"layout-25",cat:[5],type:0},{title:"layout list design web development page website gallery boxes column grid masonry mockup row site table tile view wireframe",name:"layout-11",cat:[5],type:0},{title:"files file network media structure business hierarchy layer layers order stack map relations sitemap development sheets filter management organization archive sheet layering stackable stacking",name:"layers",cat:[5,8],type:0},{title:"layer layers order stack sheets archive sheet layering overlay stackable stacking",name:"layers-3",cat:[5,27],type:0},{title:"layers picture image photo camera burst mode",name:"layers-2",cat:[5,16],type:0},{title:"business finance hammer action auction judge law lawyer legal",name:"law",cat:[3],type:0},{title:"arrow up file share storage transfer upload connection social export launch network outbox output sharing start",name:"launch-47",cat:[2],type:0},{title:"arrow up file share storage transfer upload connection social export launch network outbox output sharing start",name:"launch-11",cat:[2],type:0},{title:"open emoticon smiley cheerful happy smile mouth laugh positive",name:"laugh-35",cat:[6],type:0},{title:"open emoticon smiley cheerful happy smile mouth laugh positive",name:"laugh-17",cat:[6],type:0},{title:"notebook computer laptop tech technology device mac monitor screen pc personal",name:"laptop",cat:[22],type:0},{title:"progress business finance chart graph computer laptop",name:"laptop-72",cat:[3],type:0},{title:"progress business finance chart graph computer laptop",name:"laptop-71",cat:[3],type:0},{title:"notebook computer laptop tech technology device mac monitor screen pc personal",name:"laptop-2",cat:[22],type:0},{title:"notebook computer laptop tech technology device mac monitor screen camera pc personal",name:"laptop-1",cat:[22],type:0},{title:"communication chat comment conversation talk education school language",name:"language",cat:[18],type:0},{title:"travel furniture bulb lamp light object flame desk night camping gaslight outdoor",name:"lamp",cat:[11,26],type:0},{title:"furniture lamp light floor",name:"lamp-floor",cat:[11],type:0},{title:"lamp light flame night camping gaslight outdoor",name:"lamp-3",cat:[26],type:0},{title:"bulb lamp light desk",name:"lamp-2",cat:[11],type:0},{title:"ui user interface education school glass study science healthcare health medical chemistry flask test tube laboratory research equipment beaker chemical drug experiment lab vessel",name:"lab",cat:[12,18,27],type:0},{title:"download sync update version new system notebook computer laptop tech technology device mac monitor screen software pc personal",name:"l-system-update",cat:[22],type:0},{title:"sync refresh reload update notebook computer laptop tech technology device mac monitor screen pc personal",name:"l-sync",cat:[22],type:0},{title:"control preferences system notebook computer laptop tech technology edit device mac options settings monitor screen adjust option configuration configure gear parameter parameters setting setup pc personal",name:"l-settings",cat:[22],type:0},{title:"lock security notebook computer laptop safe tech technology device mac monitor screen padlock protection secure pc personal",name:"l-security",cat:[22],type:0},{title:"notebook computer laptop tech technology device mac view monitor screen search find lens pc personal",name:"l-search",cat:[22],type:0},{title:"delete remove notebook computer laptop tech technology device mac monitor screen cancel pc personal",name:"l-remove",cat:[22],type:0},{title:"position location notebook computer laptop pin tech technology device mac monitor screen locator pc personal",name:"l-location",cat:[22],type:0},{title:"notebook check computer laptop tech technology device mac monitor screen mark approved complete completed done checked pc personal",name:"l-check",cat:[22],type:0},{title:"new notebook computer laptop tech technology device mac add plus monitor screen pc personal",name:"l-add",cat:[22],type:0},{title:"ui media control volume multimedia audio knob",name:"knob",cat:[16],type:0},{title:"food cutlery knife tools utensils silverware",name:"knife",cat:[10],type:0},{title:"food kitchen fan extractor",name:"kitchen-fan",cat:[10],type:0},{title:"emoticon smiley kiss lips love romantic",name:"kiss",cat:[6],type:0},{title:"hat baby kid emoticon smiley cheerful happy smile boy",name:"kid",cat:[6],type:0},{title:"media hat baby kid photo camera option multimedia emoticon smiley cheerful happy smile boy",name:"kid-2",cat:[6,16],type:0},{title:"keyboard control type accessory computer tech technology typing hardware keys peripheral",name:"keyboard",cat:[22],type:0},{title:"keyboard control type accessory computer tech technology typing wireless hardware wifi keys peripheral bluetooth",name:"keyboard-wireless",cat:[22],type:0},{title:"keyboard control type accessory computer tech technology typing wireless hardware wifi keys peripheral bluetooth",name:"keyboard-wifi",cat:[22],type:0},{title:"keyboard control type accessory computer tech technology mouse typing hardware keys peripheral accessories",name:"keyboard-mouse",cat:[22],type:0},{title:"keyboard control type accessory computer tech technology typing hardware disconnect hide keys peripheral",name:"keyboard-hide",cat:[22],type:0},{title:"ui user interface lock password key object secure",name:"key-26",cat:[27],type:0},{title:"ui user interface password key object secure access",name:"key-25",cat:[27],type:0},{title:"power weight sport fitness dumbbells gym kettlebell lifting",name:"kettlebell",cat:[21],type:0},{title:"food kitchen water tea heater kettle teakettle teapot boiler",name:"kettle",cat:[10],type:0},{title:"direction navigation location way path shape vector track route street road journey",name:"journey-08",cat:[15],type:0},{title:"direction navigation location way path shape vector track route street road journey",name:"journey-07",cat:[15],type:0},{title:"direction navigation location way path shape vector track route street road journey",name:"journey-06",cat:[15],type:0},{title:"direction navigation location way path shape vector track route street road journey",name:"journey-05",cat:[15],type:0},{title:"direction navigation location way path shape vector track route street road journey",name:"journey-04",cat:[15],type:0},{title:"travel animal nature sea jellyfish medusa posionous",name:"jellyfish",cat:[1,26],type:0},{title:"clothes accessory wear jeans pants slacks trousers pocket",name:"jeans-pocket",cat:[4],type:0},{title:"clothes accessory wear jeans pants slacks trousers pocket",name:"jeans-43",cat:[4],type:0},{title:"clothes accessory wear jeans pants slacks trousers",name:"jeans-41",cat:[4],type:0},{title:"food fruit sweet jar breakfast jam marmalade preserves",name:"jam",cat:[10],type:0},{title:"font text type typography style editing formatting italic",name:"italic",cat:[23],type:0},{title:"travel building palace religious islamic istanbul mosque muslim",name:"istanbul",cat:[26],type:0},{title:"furniture clothes accessory iron ironing laundry",name:"iron",cat:[4],type:0},{title:"clothes accessory iron ironing laundry ban dont no stop",name:"iron-dont",cat:[4],type:0},{title:"clothes iron laundry",name:"iron-2",cat:[11],type:0},{title:"arrow back curve invert redo repeat rotate",name:"invert",cat:[2],type:0},{title:"healthcare health medical intestines",name:"intestine",cat:[12],type:0},{title:"arrow download input save import user enter entry in inbox inside lock log login password security sign way",name:"input-21",cat:[2],type:0},{title:"arrow download input save import user enter entry in inbox inside lock log login password security sign way",name:"input-12",cat:[2],type:0},{title:"file info folder document format paper item alert information notification about faq help hint support",name:"info",cat:[8],type:0},{title:"repeat ui user interface infinite infinity loop endless forever",name:"infinite",cat:[27],type:0},{title:"media format canvas picture gallery image photo photography graphic landscape album multimedia",name:"image",cat:[5,16],type:0},{title:"location media map picture image photo multimedia",name:"image-location",cat:[16],type:0},{title:"media delete remove picture image photo multimedia",name:"image-delete",cat:[16],type:0},{title:"media picture add image photo multimedia",name:"image-add",cat:[16],type:0},{title:"media picture image photo multimedia",name:"image-05",cat:[16],type:0},{title:"file media document format design canvas picture gallery paper image photo photography graphic landscape album multimedia",name:"image-3",cat:[8],type:0},{title:"media text picture editing image photo multimedia",name:"image-02",cat:[16,23],type:0},{title:"canvas picture gallery image photo photography graphic landscape",name:"image-2",cat:[5],type:0},{title:"media picture image photo multimedia",name:"image-01",cat:[16],type:0},{title:"travel icehouse igloo",name:"igloo",cat:[26],type:0},{title:"food dessert sweet summer cream ice icecream lolly popsicle",name:"ice-cream-72",cat:[10],type:0},{title:"food dessert sweet summer cone cream ice icecream",name:"ice-cream-22",cat:[10],type:0},{title:"travel home object camping hovel hut tent",name:"hut",cat:[26],type:0},{title:"weather hurricane storm tornado",name:"hurricane-45",cat:[29],type:0},{title:"weather hurricane storm tornado",name:"hurricane-44",cat:[29],type:0},{title:"weather energy environment healthcare health medical humidity",name:"humidity-52",cat:[7,12,29],type:0},{title:"weather healthcare health medical humidity",name:"humidity-26",cat:[12,29],type:0},{title:"design internet web development end front frontend programming standards website html html5 markup",name:"html5",cat:[5],type:0},{title:"ui user interface load loading clock time glass wait waiting timer countdown track tracking deadline hour hourglass sand stopwatch",name:"hourglass",cat:[27],type:0},{title:"travel building estate real hotel inn",name:"hotel",cat:[26],type:0},{title:"sign travel notification signboard hotel symbol",name:"hotel-symbol",cat:[26],type:0},{title:"travel front desk bell hotel",name:"hotel-bell",cat:[26],type:0},{title:"food fast fastfood hot dog hotdog sausage",name:"hot-dog",cat:[10],type:0},{title:"cross healthcare health medical hospital",name:"hospital-34",cat:[12],type:0},{title:"cross healthcare health medical hospital",name:"hospital-33",cat:[12],type:0},{title:"cross healthcare health medical hospital",name:"hospital-32",cat:[12],type:0},{title:"sport clothes accessory wear hoodie pullover sweatshirt",name:"hoodie",cat:[4,21],type:0},{title:"energy environment building home house smart ecology saver green bio shelter family",name:"home",cat:[7],type:0},{title:"ui user interface office building estate home house real page address apartment homepage local shelter",name:"home-simple",cat:[27],type:0},{title:"building estate home house real view search find lens explore apartment local lookup",name:"home-search",cat:[15],type:0},{title:"ui user interface office building estate home house real page address apartment homepage local shelter",name:"home-minimal",cat:[27],type:0},{title:"ui user interface office building estate home house real page address apartment homepage local shelter",name:"home-52",cat:[27],type:0},{title:"ui user interface office building estate home house real page address apartment homepage local shelter",name:"home-51",cat:[27],type:0},{title:"user home house person member human friend shelter community family",name:"home-2",cat:[28],type:0},{title:"time hand fingers gesture hold tap screen touch one gestures interactive",name:"hold",cat:[24],type:0},{title:"sport game stick ice hockey nhl",name:"hockey",cat:[21],type:0},{title:"food cooking kitchen ring hot plate hob hotplate stove",name:"hob",cat:[10],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards file upload",name:"hit-up",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"hit-right",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"hit-left",cat:[2],type:0},{title:"arrow bottom descend down downward download file",name:"hit-down",cat:[2],type:0},{title:"network structure business hierarchy finance map relations sitemap",name:"hierarchy-56",cat:[3],type:0},{title:"network structure business hierarchy finance map relations sitemap",name:"hierarchy-55",cat:[3],type:0},{title:"network structure business hierarchy finance map relations sitemap",name:"hierarchy-54",cat:[3],type:0},{title:"network structure business hierarchy finance map relations sitemap",name:"hierarchy-53",cat:[3],type:0},{title:"sport hat safety helmet car protection transportation crash motorcycle",name:"helmet",cat:[21,25],type:0},{title:"hat helmet protection",name:"helmet-2",cat:[21,25],type:0},{title:"vehicle transportation helicopter",name:"helicopter",cat:[25],type:0},{title:"measure height healthcare health medical patient",name:"height",cat:[12],type:0},{title:"furniture heater heating radiator",name:"heater",cat:[11],type:0},{title:"sport healthcare health medical beat heartbeat life pulse",name:"heartbeat",cat:[12,21],type:0},{title:"document format award paper favorite favourite item love romantic like favorites heart valentine dating relationship romance",name:"heart",cat:[8],type:0},{title:"ui user interface close delete remove day award favorite favourite minus love romantic like heart cancel valentine dating relationship romance negative",name:"heart-remove",cat:[27],type:0},{title:"ui user interface day award add plus favorite favourite love romantic positive like heart valentine dating relationship romance",name:"heart-add",cat:[27],type:0},{title:"day award favorite favourite love romantic like heart valentine dating relationship romance",name:"heart-2",cat:[27],type:0},{title:"communication answer conversation dialog speaking talk tech technology service audio help support headphones customer headphone headset listen",name:"headset",cat:[22],type:0},{title:"media music player accessory tech technology multimedia audio sound support headphones headphone headset listen",name:"headphones",cat:[16,22],type:0},{title:"media music multimedia audio sound support headphones",name:"headphones-mic",cat:[16],type:0},{title:"music player accessory audio sound support headphones headphone headset listen",name:"headphones-2",cat:[22],type:0},{title:"music player accessory tech technology audio sound support headphones headphone headset listen",name:"headphone",cat:[22],type:0},{title:"video tech technology cable plug port connector wire hdmi vga",name:"hdmi",cat:[22],type:0},{title:"business finance clothes accessory bowler hat wear cap",name:"hat",cat:[3,4],type:0},{title:"top clothes accessory hat wear cap",name:"hat-top",cat:[4],type:0},{title:"hat graduation university",name:"hat-3",cat:[18],type:0},{title:"hat wear cap",name:"hat-2",cat:[4,13],type:0},{title:"emoticon smiley cheerful happy smile summer sun",name:"happy-sun",cat:[6],type:0},{title:"emoticon smiley hannibal mask",name:"hannibal",cat:[6],type:0},{title:"furniture clothes coat hanger",name:"hanger",cat:[11],type:0},{title:"furniture clothes coat hanger towel",name:"hanger-clothes",cat:[11],type:0},{title:"business finance office money agreement deal handshake",name:"handshake",cat:[3],type:0},{title:"business finance payment money coin hand handout",name:"handout",cat:[3],type:0},{title:"finance shopping payment money hand shop card charge checkout credit debit method methods swipe buy credit card transaction",name:"hand-card",cat:[19],type:0},{title:"work business finance anvil bespoke craft hammer handmade",name:"hammer",cat:[3],type:0},{title:"media music multimedia audio guitar",name:"guitar",cat:[16],type:0},{title:"files file group document layer layers note design report development copy paper clone copies documents duplicate paste",name:"group",cat:[5],type:0},{title:"media photo grid camera option multimedia",name:"grid",cat:[16],type:0},{title:"line ui user interface layout list shape gallery boxes column grid row table tile view square squares",name:"grid-square",cat:[27],type:0},{title:"line ui user interface layout list shape gallery boxes column grid row table tile view square squares",name:"grid-50",cat:[27],type:0},{title:"line ui user interface layout list shape gallery boxes column grid row table tile view square squares",name:"grid-49",cat:[27],type:0},{title:"line ui user interface layout list shape gallery boxes column grid row table tile view square squares",name:"grid-48",cat:[27],type:0},{title:"line ui user interface layout list shape gallery boxes column grid row table tile view square squares",name:"grid-46",cat:[27],type:0},{title:"line ui user interface layout list shape gallery boxes column grid row table tile view square squares",name:"grid-45",cat:[27],type:0},{title:"cross holidays halloween scary graveyard cemetery grave rip tombstone",name:"grave",cat:[13],type:0},{title:"food fruit healthy grape grapes vineyard",name:"grape",cat:[10],type:0},{title:"education school check grammar",name:"grammar-check",cat:[18],type:0},{title:"cursor hand gesture grab touch gestures",name:"grab",cat:[24],type:0},{title:"arrow direction navigation gps location navigate map compass maps locate",name:"gps",cat:[15],type:0},{title:"sport game club course golf",name:"golf",cat:[21],type:0},{title:"business finance bar investment gold ingot stack treasury",name:"gold",cat:[3],type:0},{title:"arrow business finance dartboard darts goal goals target targeting",name:"goal-65",cat:[3],type:0},{title:"arrow business finance dartboard darts goal goals target targeting",name:"goal-64",cat:[3],type:0},{title:"clothes accessory wear gloves",name:"gloves",cat:[4],type:0},{title:"holidays wear gloves oven christmas glove",name:"glove",cat:[13],type:0},{title:"energy environment browser business finance education school travel earth globe internet world map object",name:"globe",cat:[3,7,18,26],type:0},{title:"globe world map",name:"globe-2",cat:[18,26],type:0},{title:"education school glasses clothes accessory wear eyeglasses glass read spectacles sunglasses",name:"glasses",cat:[4,18],type:0},{title:"glasses eyeglasses glass read spectacles",name:"glasses-2",cat:[18],type:0},{title:"glass food alcohol drink beverage wine",name:"glass",cat:[10],type:0},{title:"exchange box shopping holidays gift package present surprise birthday christmas donation wrapped",name:"gift",cat:[13],type:0},{title:"exchange box holidays gift package present christmas",name:"gift-exchange",cat:[13],type:0},{title:"exchange box shopping gift package present surprise birthday christmas donation wrapped",name:"gift-2",cat:[19,27],type:0},{title:"holidays halloween emoticon smiley ghost horror scary spooky enemy pacman",name:"ghost",cat:[6,13],type:0},{title:"halloween ghost horror scary enemy pacman",name:"ghost-2",cat:[13],type:0},{title:"line file folder layout document format list shape gallery paper boxes grid table tile view square squares item organise",name:"gallery",cat:[8],type:0},{title:"ui user interface tool settings filter categories category filtering filters refine search sort funnel seo",name:"funnel-41",cat:[27],type:0},{title:"ui user interface tool settings filter categories category filtering filters refine search sort funnel seo",name:"funnel-40",cat:[27],type:0},{title:"ui user interface tool settings filter categories category filtering filters refine search sort funnel seo",name:"funnel-39",cat:[27],type:0},{title:"ui user interface enlarge expand fullscreen increase maximize zoom full scale size in center plus screen big magnify explore magnifier magnifying fullsize large",name:"fullsize",cat:[27],type:0},{title:"arrow move out enlarge expand fullscreen increase maximize reach window zoom disperse",name:"fullscreen-split-73",cat:[2],type:0},{title:"arrow move out enlarge expand fullscreen increase maximize reach window zoom disperse",name:"fullscreen-split-72",cat:[2],type:0},{title:"arrow move out enlarge expand fullscreen increase maximize reach window zoom disperse",name:"fullscreen-double-75",cat:[2],type:0},{title:"arrow move out enlarge expand fullscreen increase maximize reach window zoom disperse",name:"fullscreen-double-74",cat:[2],type:0},{title:"arrow arrows move out enlarge expand fullscreen increase maximize reach window zoom disperse",name:"fullscreen-77",cat:[2,16],type:0},{title:"arrow arrows move out enlarge expand fullscreen increase maximize reach window zoom disperse",name:"fullscreen-76",cat:[2],type:0},{title:"arrow move out enlarge expand fullscreen increase maximize reach window zoom disperse",name:"fullscreen-71",cat:[2],type:0},{title:"arrow move out enlarge expand fullscreen increase maximize reach window zoom disperse",name:"fullscreen-70",cat:[2],type:0},{title:"energy environment charge car charging fuel recharge recharging station",name:"fuel",cat:[7],type:0},{title:"energy environment charge ecology car charging green fuel recharge recharging station bio biofuel",name:"fuel-electric",cat:[7],type:0},{title:"furniture food cooler freezer fridge refrigerator",name:"fridge",cat:[10,11],type:0},{title:"holidays halloween horror scary spooky monster dead frankenstein",name:"frankenstein",cat:[13],type:0},{title:"layout design development picture frame image mirror oval photo photography",name:"frame",cat:[5],type:0},{title:"media picture frame photo multimedia",name:"frame-41",cat:[16],type:0},{title:"media furniture picture frame image photo multimedia",name:"frame-12",cat:[11,16],type:0},{title:"arrow forward move next ui user interface control layer design",name:"forward",cat:[27],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards file align alignment document extension font format paragraph text type typography",name:"format-right",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous file align alignment document extension font format paragraph text type typography",name:"format-left",cat:[2],type:0},{title:"out data input form application document design development page fill paper submission submit",name:"form",cat:[5],type:0},{title:"arrow arrows direction share directions divide separate split fork organize splitter",name:"fork",cat:[2],type:0},{title:"arrow arrows direction share directions divide separate split fork organize splitter",name:"fork-round",cat:[2],type:0},{title:"energy environment plant animal nature ecology green forest trees",name:"forest",cat:[1,7],type:0},{title:"weather wind flag forecast",name:"forecast",cat:[29],type:0},{title:"sport american football helmet bowl headguard nfl",name:"football-headguard",cat:[21],type:0},{title:"files file folder document format text email mail message note office contact pen edit pencil write create editing paper documents compose editor catalog draft envelope vector archive",name:"folder-vector",cat:[8],type:0},{title:"files file share user communication post folder document format profile office account person paper documents catalog envelope archive users member",name:"folder-user",cat:[8,28],type:0},{title:"arrow files up data file input save share storage sync transfer backup ftp hosting import server upload folder document format office paper documents catalog envelope archive",name:"folder-upload",cat:[8],type:0},{title:"files file folder clock schedule document format time office wait paper documents catalog envelope timer archive appointment countdown",name:"folder-time",cat:[8],type:0},{title:"files file folder document format office paper documents catalog bookmark favorite favourite envelope love like archive favorites star",name:"folder-star",cat:[8],type:0},{title:"arrow files file share connection social user update communication export network post sharing folder document format profile office account connect paper documents catalog envelope archive users member shared",name:"folder-shared",cat:[8,28],type:0},{title:"files file folder control preferences document format system office edit options settings paper documents catalog adjust option envelope archive configuration configure gear parameter parameters setting setup tools",name:"folder-settings-97",cat:[8],type:0},{title:"files file folder control preferences document format system office edit options settings paper documents catalog adjust option envelope archive configuration configure gear parameter parameters setting setup tools",name:"folder-settings-81",cat:[8],type:0},{title:"files file folder document format office discover paper documents view search catalog envelope archive find lens preview",name:"folder-search",cat:[8],type:0},{title:"files file folder delete remove document format office paper documents catalog clear envelope minus archive cancel",name:"folder-remove",cat:[8],type:0},{title:"change files file sync refresh reload update folder document format office paper documents catalog envelope archive",name:"folder-refresh",cat:[8],type:0},{title:"file sign info folder document mark alert information notification faq help support ask query question unknown",name:"folder-question",cat:[8],type:0},{title:"files play file music video folder player document format office film movie paper documents catalog envelope archive stream",name:"folder-play",cat:[8],type:0},{title:"files file folder document format office ban stop banned block blocked forbidden not prevent paper documents catalog envelope accept archive accessibility none private prohibition",name:"folder-no-access",cat:[8],type:0},{title:"files file media music folder player document format note office paper documents catalog multimedia envelope audio archive sound soundtrack radio song",name:"folder-music",cat:[8,16],type:0},{title:"files file folder document format order certificate office bill payment money dollar agreement paper documents catalog envelope archive invoice receipt",name:"folder-money",cat:[8],type:0},{title:"files file lock security folder document format office safe paper documents catalog envelope archive locked padlock privacy protected protection secure",name:"folder-locked",cat:[8],type:0},{title:"files file share connection connections folder document format office paper documents catalog envelope archive attachment chain hyperlink link linked links url",name:"folder-link",cat:[8],type:0},{title:"files file info folder document format office paper documents catalog envelope archive alert information notification about faq help hint support",name:"folder-info",cat:[8],type:0},{title:"files file media folder document format office picture gallery paper image photo photography documents graphic landscape album catalog item multimedia envelope archive",name:"folder-image",cat:[8,16],type:0},{title:"files file folder document format office paper documents catalog favorite favourite envelope love like archive favorites heart",name:"folder-heart",cat:[8],type:0},{title:"line files file folder layout document format list office shape gallery paper documents boxes grid table tile view square squares catalog envelope archive organise",name:"folder-gallery",cat:[8],type:0},{title:"files file sign info folder document format office stop paper documents catalog mark error envelope danger archive alert attention caution exclamation information notification problem warning",name:"folder-exclamation",cat:[8],type:0},{title:"change files file folder document format text email mail message note office contact pen edit pencil write draw create editing paper documents compose editor catalog draft modify envelope archive",name:"folder-edit",cat:[8],type:0},{title:"arrow files bottom down downward data download file input save share sync transfer backup folder document format office paper documents catalog envelope archive",name:"folder-download",cat:[8],type:0},{title:"files file folder tool document format office development programming paper documents catalog code coding develop script tag envelope archive source",name:"folder-dev",cat:[8],type:0},{title:"files cloud data file input save share storage sync transfer backup hosting import server upload folder document format office paper documents catalog envelope archive database",name:"folder-cloud",cat:[8],type:0},{title:"files file folder success select available document format office check paper documents selected catalog mark envelope accept approve approved checkmark complete completed done archive checked tick",name:"folder-check",cat:[8],type:0},{title:"files data file stats folder document format chart piechart office graph pie report statistics analytics percent paper documents catalog envelope archive charting charts results",name:"folder-chart-pie",cat:[8],type:0},{title:"files data file diagram stats growth folder document format chart office graph statistics analytics bar stock bars paper documents catalog envelope level archive",name:"folder-chart-bar",cat:[8],type:0},{title:"files file folder document format education agenda book diary note notebook notes pad ribbon office paper documents catalog label reading study bookmark favorite favourite manual mark marker envelope archive",name:"folder-bookmark",cat:[8],type:0},{title:"files file music folder document format office volume paper documents catalog envelope audio archive sound soundtrack",name:"folder-audio",cat:[8],type:0},{title:"files file folder document format new office add create plus paper documents catalog item envelope archive",name:"folder-add",cat:[8],type:0},{title:"files file folder document format office paper documents catalog envelope archive",name:"folder-19",cat:[8],type:0},{title:"files file folder document format office paper documents catalog envelope archive",name:"folder-18",cat:[8],type:0},{title:"files file folder document format office paper documents catalog envelope archive",name:"folder-17",cat:[8],type:0},{title:"files file folder document format office paper documents catalog envelope archive",name:"folder-16",cat:[8],type:0},{title:"files file folder document format office paper documents catalog envelope archive",name:"folder-15",cat:[8],type:0},{title:"files file folder document format office paper documents catalog envelope archive",name:"folder-14",cat:[8],type:0},{title:"files file folder document format office paper documents catalog envelope archive",name:"folder-13",cat:[8],type:0},{title:"weather fog mist",name:"fog",cat:[29],type:0},{title:"user profile contact person target photo camera focus users member human vatar",name:"focus",cat:[28],type:0},{title:"media photo camera multimedia focus",name:"focus-circle",cat:[16],type:0},{title:"media photo camera option multimedia focus",name:"focus-40",cat:[16],type:0},{title:"media photo camera multimedia focus",name:"focus-38",cat:[16],type:0},{title:"media goal photo camera multimedia focus aim",name:"focus-32",cat:[16],type:0},{title:"plant flower animal nature green gardening leaves rose",name:"flower-07",cat:[1],type:0},{title:"plant flower animal nature green gardening leaves",name:"flower-06",cat:[1],type:0},{title:"plant flower animal nature green gardening leaves",name:"flower-05",cat:[1],type:0},{title:"flip clothes accessory wear footwear beach flipflop flop foot sandal slipper",name:"flip",cat:[4],type:0},{title:"exchange flip horizontal swap design development transform copy mirror editor vertically complement reflect reverse twin",name:"flip-vertical",cat:[5],type:0},{title:"exchange flip swap vertical design development transform copy horizontally mirror editor complement reflect reverse twin",name:"flip-horizontal",cat:[5],type:0},{title:"up hand fingers gesture touch gestures swipe flick",name:"flick-up",cat:[24],type:0},{title:"right hand fingers gesture touch gestures swipe flick",name:"flick-right",cat:[24],type:0},{title:"left hand fingers gesture touch gestures swipe flick",name:"flick-left",cat:[24],type:0},{title:"down hand fingers gesture touch gestures swipe flick",name:"flick-down",cat:[24],type:0},{title:"education school science healthcare health medical biology flask test tube laboratory",name:"flask",cat:[12,18],type:0},{title:"science flask laboratory",name:"flask-2",cat:[12],type:0},{title:"media light photo multimedia flash off",name:"flash-off-26",cat:[16],type:0},{title:"media light photo multimedia flash off",name:"flash-off-23",cat:[16],type:0},{title:"media light photo multimedia flash auto",name:"flash-auto-25",cat:[16],type:0},{title:"media light photo multimedia flash auto",name:"flash-auto-22",cat:[16],type:0},{title:"media light photo camera multimedia flash",name:"flash-29",cat:[16],type:0},{title:"weather media light photo multimedia flash lightning",name:"flash-24",cat:[16,29],type:0},{title:"weather media light photo multimedia flash lightning",name:"flash-21",cat:[16,29],type:0},{title:"ui user interface energy fire light animal nature healthcare health medical flame hot burn burning fiery heat warm",name:"flame",cat:[1,12,27],type:0},{title:"location message map tag important maps alert flag banner notify",name:"flag",cat:[15],type:0},{title:"weather location message sport map tag important maps alert flag banner notify",name:"flag-triangle",cat:[15,21,29],type:0},{title:"location message map tag important maps alert flag banner notify",name:"flag-simple",cat:[15],type:0},{title:"location message map tag important maps alert flag banner notify",name:"flag-points-32",cat:[15],type:0},{title:"location message map tag important maps alert flag banner notify",name:"flag-points-31",cat:[15],type:0},{title:"start sport goal flag finish race",name:"flag-finish",cat:[21],type:0},{title:"location message map tag important maps alert flag banner notify",name:"flag-diagonal-34",cat:[15],type:0},{title:"location message map tag important maps alert flag banner notify",name:"flag-diagonal-33",cat:[15],type:0},{title:"location message map tag important maps alert flag banner notify",name:"flag-complex",cat:[15],type:0},{title:"arrow arrows direction move out enlarge expand fullscreen increase maximize reach window zoom vertical fit full measure resize responsive scale size height",name:"fit-vertical",cat:[2],type:0},{title:"arrow arrows direction horizontal move out enlarge expand fullscreen increase maximize reach window zoom fit full measure resize responsive scale size width",name:"fit-horizontal",cat:[2],type:0},{title:"emoticon smiley agree fist greeting punch",name:"fist",cat:[6],type:0},{title:"sport fish catching fishing hook",name:"fishing",cat:[21],type:0},{title:"food animal nature skeleton seafood fish sea bones fishbone",name:"fishbone",cat:[1,10],type:0},{title:"food cooking animal nature healthy seafood fish sea",name:"fish",cat:[1,10],type:0},{title:"lock security safe tech technology protection secure antivirus encryption firewall shield",name:"firewall",cat:[22],type:0},{title:"fire travel animal nature flame fireplace wood",name:"fire",cat:[1,26],type:0},{title:"ui user interface tool settings filter categories category filtering filters refine search sort funnel seo",name:"filter",cat:[27],type:0},{title:"navigation ui user interface close exit cross delete remove settings filter filters sort mark cancel configuration funnel nav",name:"filter-remove",cat:[27],type:0},{title:"files file network structure business hierarchy layer layers chart design map relations sitemap development filter management organization",name:"filter-organization",cat:[5],type:0},{title:"navigation ui user interface success check settings filter filters sort mark tick configuration ok funnel nav",name:"filter-check",cat:[27],type:0},{title:"arrow direction top up upward cloud data file input save share storage transfer backup ftp hosting import server upload inbox folder",name:"file-upload-93",cat:[2,8],type:0},{title:"arrow direction top up upward cloud data file input save share storage transfer backup ftp hosting import server upload inbox folder",name:"file-upload-88",cat:[2,8],type:0},{title:"arrow direction top up upward cloud data file input save share storage transfer backup ftp hosting import server upload inbox folder",name:"file-upload-86",cat:[2,8],type:0},{title:"arrow bottom descend down downward data download file input save share storage transfer inbox folder",name:"file-download-94",cat:[2,8],type:0},{title:"arrow bottom descend down downward data download file input save share storage transfer inbox folder",name:"file-download-89",cat:[2,8],type:0},{title:"arrow bottom descend down downward data download file input save share storage transfer inbox folder",name:"file-download-87",cat:[2,8],type:0},{title:"sport game mask activity fence fencing",name:"fencing",cat:[21],type:0},{title:"save ui user interface close delete remove award bookmark favorite favourite minus love like vote cancel star rate negative",name:"favourite-remove-33",cat:[27],type:0},{title:"ui user interface close delete remove day award favorite favourite minus love romantic like heart cancel valentine dating relationship romance negative",name:"favourite-remove-30",cat:[27],type:0},{title:"save ui user interface award add plus bookmark favorite favourite love positive like vote star rate",name:"favourite-add-32",cat:[27],type:0},{title:"ui user interface day award add plus favorite favourite love romantic positive like heart valentine dating relationship romance",name:"favourite-add-29",cat:[27],type:0},{title:"save ui user interface award holidays bookmark favorite favourite love like vote star rate rating",name:"favourite-31",cat:[13,27],type:0},{title:"ui user interface day award favorite favourite healthcare health medical love romantic like heart valentine dating relationship romance",name:"favourite-28",cat:[12,27],type:0},{title:"ui user interface close exit cross delete remove cancel deletion removal denied discard dismiss wrong",name:"fat-remove",cat:[27],type:0},{title:"ui user interface close exit decrease delete remove minus cancel deletion less removal subtract",name:"fat-delete",cat:[27],type:0},{title:"ui user interface expand increase new add create plus addition positive",name:"fat-add",cat:[27],type:0},{title:"user group team home house person users member human friend shelter community people couple family",name:"family",cat:[28],type:0},{title:"weather temperature degrees fahrenheit",name:"fahrenheit",cat:[29],type:0},{title:"energy environment power business finance building estate real factory industry plant smoke",name:"factory",cat:[3,7],type:0},{title:"ui user interface watch block view search visibility blind eye preview disabled hidden hide look observe overview see sight visible vision invisible",name:"eye-ban-20",cat:[27],type:0},{title:"ui user interface watch block view search visibility blind eye preview disabled hidden hide look observe overview see sight visible vision invisible",name:"eye-ban-18",cat:[27],type:0},{title:"ui user interface watch view search visibility eye preview look observe overview see sight visible vision",name:"eye-19",cat:[27],type:0},{title:"ui user interface watch view search visibility eye preview look observe overview see sight visible vision",name:"eye-17",cat:[27],type:0},{title:"arrow up file share storage transfer upload connection social export network outbox output sharing",name:"export",cat:[2],type:0},{title:"location security travel target map search maps find scan scanner radar explore track",name:"explore",cat:[15],type:0},{title:"location user security target map maps find scan scanner radar explore track",name:"explore-user",cat:[15],type:0},{title:"travel explore journey trip adventure holiday fun",name:"explore-2",cat:[26],type:0},{title:"file sign info folder document stop mark error danger alert attention caution exclamation information notification problem warning",name:"exclamation",cat:[8],type:0},{title:"change exchange user interchange trade group team account person users member replace human people",name:"exchange",cat:[28],type:0},{title:"delete remove tool school drawing design edit development clean clear erase eraser rubber wipe",name:"eraser-46",cat:[5],type:0},{title:"delete remove tool education school drawing design edit development clean clear erase eraser rubber wipe",name:"eraser-33",cat:[5,18],type:0},{title:"delete remove tool education school drawing design edit development clean clear erase eraser rubber wipe",name:"eraser-32",cat:[5,18],type:0},{title:"arrow direction move out enlarge expand fullscreen increase maximize reach window zoom vertical",name:"enlarge-vertical",cat:[2],type:0},{title:"arrow direction horizontal move out enlarge expand fullscreen increase maximize reach window zoom",name:"enlarge-horizontal",cat:[2],type:0},{title:"arrow direction move out diagonal enlarge expand fullscreen increase maximize orientation reach window zoom",name:"enlarge-diagonal-44",cat:[2],type:0},{title:"arrow direction move out diagonal enlarge expand fullscreen increase maximize orientation reach window zoom",name:"enlarge-diagonal-43",cat:[2],type:0},{title:"arrow move out circle round enlarge expand fullscreen increase maximize reach window zoom center",name:"enlarge-circle",cat:[2],type:0},{title:"ui user interface enlarge expand fullscreen increase maximize zoom full scale size in center plus screen crop big magnify explore magnifier magnifying fullsize large",name:"enlarge-59",cat:[27],type:0},{title:"ui user interface enlarge expand fullscreen increase maximize zoom full scale size in center plus screen crop big magnify explore magnifier magnifying fullsize large",name:"enlarge-58",cat:[27],type:0},{title:"ui user interface enlarge expand fullscreen increase maximize zoom full scale size in center plus screen crop big magnify explore magnifier magnifying fullsize large",name:"enlarge-57",cat:[27],type:0},{title:"arrow direction horizontal move out enlarge expand fullscreen increase maximize reach window zoom",name:"enlarge-46",cat:[2],type:0},{title:"arrow direction horizontal move out enlarge expand fullscreen increase maximize reach window zoom",name:"enlarge-45",cat:[2],type:0},{title:"energy power sport food fitness gym powder proteins supplement",name:"energy-supplement",cat:[21],type:0},{title:"energy power sport food bottle drink beverage boost fitness",name:"energy-drink",cat:[10,21],type:0},{title:"energy power sport food bottle drink beverage boost fitness",name:"energy-drink-2",cat:[10,21],type:0},{title:"ui user interface communication post send email mail message messages contact write envelope letter mailbox news newsletter",name:"email-85",cat:[27],type:0},{title:"ui user interface communication post send email mail message messages contact write envelope letter mailbox news newsletter",name:"email-84",cat:[27],type:0},{title:"ui user interface communication post send email mail message messages contact write envelope letter mailbox news newsletter",name:"email-83",cat:[27],type:0},{title:"arrow direction top up upward file upload eject",name:"eject",cat:[2],type:0},{title:"food breakfast egg fried yolk",name:"egg",cat:[10],type:0},{title:"holidays decoration egg easter",name:"egg-39",cat:[13],type:0},{title:"holidays decoration egg easter",name:"egg-38",cat:[13],type:0},{title:"change file email mail message note contact pen edit pencil write draw style create editing compose editor draft modify formatting",name:"edit",cat:[8,23],type:0},{title:"media photo camera contrast option saturation multimedia",name:"edit-saturation",cat:[16],type:0},{title:"media photo camera contrast option multimedia",name:"edit-contrast-43",cat:[16],type:0},{title:"media photo camera contrast option multimedia",name:"edit-contrast-42",cat:[16],type:0},{title:"media photo camera contrast option multimedia",name:"edit-color",cat:[16],type:0},{title:"ui user interface text message note pen edit pencil write draw create editing compose editor draft",name:"edit-78",cat:[27],type:0},{title:"ui user interface text message note pen edit pencil write draw create editing compose editor draft",name:"edit-77",cat:[27],type:0},{title:"ui user interface text message note pen edit pencil write draw create editing compose editor draft",name:"edit-76",cat:[27],type:0},{title:"ui user interface text message note pen edit pencil write draw create editing compose editor draft",name:"edit-75",cat:[27],type:0},{title:"ui user interface text message note pen edit pencil write draw create editing compose editor draft",name:"edit-74",cat:[27],type:0},{title:"ui user interface text message note pen edit pencil write draw create editing compose editor draft",name:"edit-73",cat:[27],type:0},{title:"ui user interface text message note pen edit pencil write draw create editing compose editor draft",name:"edit-72",cat:[27],type:0},{title:"ui user interface text message note pen edit pencil write draw create editing compose editor draft",name:"edit-71",cat:[27],type:0},{title:"font text type typography edit color style formatting colour",name:"edit-2",cat:[23],type:0},{title:"weather eclipse",name:"eclipse",cat:[29],type:0},{title:"weight sport fitness equipment exercise dumbbells gym workout",name:"dumbbells",cat:[21],type:0},{title:"weather drop drops water rain",name:"drops",cat:[29],type:0},{title:"weather ui user interface energy environment drop animal nature healthcare health medical ink tear water rain blood drip dripping droplet humid liquid oil petroleum wet",name:"drop",cat:[1,7,12,27,29],type:0},{title:"weather drop tool water rain blur",name:"drop-15",cat:[29,5],type:0},{title:"travel glass food alcohol drink beverage cocktail straw",name:"drink",cat:[10,26],type:0},{title:"glass alcohol drink beverage cocktail straw",name:"drink-2",cat:[26],type:0},{title:"woman clothes accessory dress wear long skirt",name:"dress-woman",cat:[4],type:0},{title:"suit clothes accessory dress wear coat jacket blazer men",name:"dress-man",cat:[4],type:0},{title:"files file storage folder organize furniture documents archive drawer cabinet cupboard drawers handle interior safebox",name:"drawer",cat:[8,11],type:0},{title:"drawer cabinet cupboard drawers",name:"drawer-2",cat:[11],type:0},{title:"arrow move upload resize drag drop cursor select design development click mouse point pointer paste reposition touch",name:"drag",cat:[5],type:0},{title:"move up control drag fingers gesture touch one gestures",name:"drag-up",cat:[24],type:0},{title:"right move control drag fingers gesture touch one gestures",name:"drag-right",cat:[24],type:0},{title:"left move control drag fingers gesture touch one gestures",name:"drag-left",cat:[24],type:0},{title:"down move control drag fingers gesture touch one gestures",name:"drag-down",cat:[24],type:0},{title:"move control drag cursor gesture touch gestures",name:"drag-31",cat:[24],type:0},{title:"move control drag cursor gesture touch gestures",name:"drag-21",cat:[24],type:0},{title:"arrow bottom descend down downward data download file input save storage backup",name:"download",cat:[2,27],type:0},{title:"arrow bottom descend down downward data download file input save backup document",name:"download-3",cat:[2,8],type:0},{title:"arrow bottom descend down downward data download file input save share storage transfer",name:"download-2",cat:[2],type:0},{title:"double hand fingers gesture tap screen touch one gestures interactive",name:"double-tap",cat:[24],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards double",name:"double-right",cat:[2],type:0},{title:"arrow back left arrows direction backward backwards keyboard move navigation out position previous double rewind",name:"double-left",cat:[2],type:0},{title:"arrow direction top up upward cloud data file input save share storage transfer backup ftp hosting import server upload drag drop",name:"dots-upload",cat:[2],type:0},{title:"arrow bottom descend down downward data download file input save share storage transfer drag drop",name:"dots-download",cat:[2],type:0},{title:"door exit furniture entrance",name:"door",cat:[11],type:0},{title:"food cake dessert sweet bakery donut frosting doughnut",name:"donut",cat:[10],type:0},{title:"animal nature pet head dog face",name:"dog",cat:[1],type:0},{title:"home house animal nature basket pet dog doghouse kennel",name:"dog-house",cat:[1],type:0},{title:"healthcare health medical doctor medic physician stethoscope",name:"doctor",cat:[12],type:0},{title:"power tech technology charge mobile phone smartphone recharge station connector dock",name:"dock",cat:[22],type:0},{title:"move top up ui user interface application align alignment layout bar place side widget dock template",name:"dock-top",cat:[27],type:0},{title:"right move ui user interface application align alignment layout bar place side widget dock template",name:"dock-right",cat:[27],type:0},{title:"left move ui user interface application align alignment layout bar place side widget dock template",name:"dock-left",cat:[27],type:0},{title:"bottom move ui user interface application align alignment layout bar place side widget dock template",name:"dock-bottom",cat:[27],type:0},{title:"science healthcare health medical dna helix",name:"dna-38",cat:[12],type:0},{title:"science healthcare health medical dna helix",name:"dna-27",cat:[12],type:0},{title:"line horizontal divide split splitter divider layout design development blocks horizontally separation",name:"divider",cat:[5],type:0},{title:"vertical center align arrange tool distribute design technology development graphic vertically",name:"distribute-vertical",cat:[5],type:0},{title:"horizontal center align arrange tool distribute design technology development horizontally graphic",name:"distribute-horizontal",cat:[5],type:0},{title:"arrow direction move out circle round enlarge expand fullscreen increase maximize reach window zoom disperse center distribute",name:"disperse",cat:[2],type:0},{title:"download save storage backup ui user interface tech technology album drive disk cd dvd blueray compact disc electronics entertainment diskette floppy floppydisk",name:"disk",cat:[22,27],type:0},{title:"player tech technology drive disk cd dvd blueray compact disc electronics entertainment reader",name:"disk-reader",cat:[22],type:0},{title:"download save storage backup drive disk diskette floppy floppydisk",name:"disk-2",cat:[27],type:0},{title:"food kitchen clean dishwasher",name:"dishwasher",cat:[10],type:0},{title:"emoticon smiley disgusted fever nauseated nauseous sick",name:"disgusted",cat:[6],type:0},{title:"finance shopping deal discount ecommerce percent percentage sale shop coupon reduction offer ratio",name:"discount",cat:[19],type:0},{title:"shopping deal discount ecommerce sale shop coupon reduction offer",name:"discount-2",cat:[19],type:0},{title:"user accessibility users patient disabled wheelchair accessible disability disable handicap invalid",name:"disabled",cat:[28],type:0},{title:"direction navigation location path available open track route street accessible walkable",name:"directions",cat:[15],type:0},{title:"arrow left line right arrows direction exchange navigation directions gps location conversion convert lines",name:"direction",cat:[2],type:0},{title:"arrow line alternative arrows change direction exchange files flip horizontal swap switch transmit navigation directions gps location",name:"direction-56",cat:[2],type:0},{title:"arrow line alternative arrows change direction exchange files flip horizontal swap switch transmit navigation directions gps location",name:"direction-53",cat:[2],type:0},{title:"game object dice",name:"dice",cat:[3],type:0},{title:"clothes accessory diamond jewelry object",name:"diamond",cat:[4],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards top up upward upwards diagonal enlarge expand fullscreen maximize zoom",name:"diag-top-right",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous top up upward upwards diagonal enlarge expand fullscreen maximize zoom",name:"diag-top-left",cat:[2],type:0},{title:"arrow forward right direction bottom descend down downward keyboard move navigation out position next onward onwards diagonal enlarge expand fullscreen maximize zoom downwards",name:"diag-bottom-right",cat:[2],type:0},{title:"arrow back left direction bottom descend down downward backward backwards keyboard move navigation out position previous diagonal enlarge expand fullscreen maximize zoom downwards",name:"diag-bottom-left",cat:[2],type:0},{title:"emoticon smiley smile smiling devil evil horn",name:"devil",cat:[6],type:0},{title:"connection communication network connect internet tech technology device wireless signal radio connector receiver wifi",name:"device-connection",cat:[22],type:0},{title:"file folder tool document development programming paper code coding develop script tag source",name:"dev",cat:[8],type:0},{title:"display computer tech technology apple device mac desktop monitor screen pc personal workstation imac",name:"desktop",cat:[22],type:0},{title:"display computer tech technology device desktop monitor screen television tv pc personal workstation",name:"desktop-screen",cat:[22],type:0},{title:"furniture table drawer drawers bureau desk",name:"desk",cat:[11],type:0},{title:"furniture table drawer bureau desk",name:"desk-drawer",cat:[11],type:0},{title:"measure scale tool text message education school note design pen edit pencil write development geometry draw create editing compose craetive drafting editor meter ruler",name:"design",cat:[5,18],type:0},{title:"box shopping delivery pack package shipping service transport cargo courier logistics ship transportation truck van",name:"delivery",cat:[19,25],type:0},{title:"shopping delivery shipping service transport track cargo courier logistics tracking truck van",name:"delivery-track",cat:[19],type:0},{title:"time shopping express delivery shipping service transport speed fast cargo courier logistics truck van delay ontime",name:"delivery-time",cat:[19],type:0},{title:"shopping express delivery shipping service transport speed fast cargo courier logistics truck van",name:"delivery-fast",cat:[19],type:0},{title:"box shopping delivery pack package shipping service transport cargo courier logistics ship",name:"delivery-3",cat:[19],type:0},{title:"box shopping delivery pack package shipping service transport cargo courier logistics ship",name:"delivery-2",cat:[19],type:0},{title:"arrow back left direction backward keyboard previous delete key remove",name:"delete-50",cat:[2],type:0},{title:"arrow back left direction backward keyboard previous cross delete key remove",name:"delete-49",cat:[2],type:0},{title:"user delete remove profile account avatar contact male man person minus cancel users friend follower",name:"delete-30",cat:[28],type:0},{title:"user delete remove profile account avatar contact male man person minus cancel users friend follower",name:"delete-28",cat:[28],type:0},{title:"holidays animal nature christmas deer reindeer rudolph",name:"deer",cat:[1,13],type:0},{title:"holidays celebration party decoration christmas bell",name:"decoration",cat:[13],type:0},{title:"hand holidays halloween dead graveyard rise zombie",name:"dead-hand",cat:[13],type:0},{title:"cloud data storage hosting server ui user interface web hardware memory database harddriver",name:"database",cat:[27],type:0},{title:"ui user interface scale growth settings meter dashboard speed widget setting fast gauge indicator metrics odometer performance productivity speedometer",name:"dashboard-level",cat:[27,25],type:0},{title:"ui interface scale growth settings meter dashboard speed widget setting fast gauge indicator metrics odometer performance productivity speedometer",name:"dashboard-half",cat:[25,27],type:0},{title:"ui user interface scale growth settings meter dashboard speed widget setting fast gauge indicator metrics odometer performance productivity speedometer",name:"dashboard-30",cat:[27],type:0},{title:"ui user interface scale growth settings meter dashboard speed widget setting fast gauge indicator metrics odometer performance productivity speedometer",name:"dashboard-29",cat:[27],type:0},{title:"play sport goal target game aim dart objective shooting",name:"dart",cat:[21],type:0},{title:"fork food cutlery knife tools utensils silverware",name:"cutlery-77",cat:[10],type:0},{title:"food cutlery knife tools utensils silverware spoon",name:"cutlery-76",cat:[10],type:0},{title:"fork food cutlery tools utensils silverware spoon",name:"cutlery-75",cat:[10],type:0},{title:"emoticon smiley cute",name:"cute",cat:[6],type:0},{title:"shopping deal discount ecommerce sale shop cut coupon reduction offer",name:"cut",cat:[19],type:0},{title:"communication answer chat comment comments conversation dialog forum message messages reply speaking talk shopping service help support customer",name:"customer-support",cat:[19],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous share connection social",name:"curved-previous",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards share connection social",name:"curved-next",cat:[2],type:0},{title:"arrow arrows change direction move navigation circle share social directions expand divide split branch control controller dot git slider version",name:"curve-split",cat:[2],type:0},{title:"arrow arrows change direction move navigation circle share social directions expand divide split branch control controller dot git slider version",name:"curve-directions",cat:[2],type:0},{title:"arrow repeat arrows direction sync infinite infinity load loading loop process refresh reload replay update circuit path",name:"curve-circuit",cat:[2],type:0},{title:"window furniture curtain drape",name:"curtain",cat:[11],type:0},{title:"arrow input cursor text type design edit write development click mouse point pointer editing insert typing writing",name:"cursor-text",cat:[5],type:0},{title:"arrow cursor design hand development click mouse point pointer finger active tap",name:"cursor-pointer",cat:[5],type:0},{title:"arrow cursor design ban development click mouse point pointer allowed banned block blocked forbidden frozen inactive not prevent unavailable",name:"cursor-not-allowed",cat:[5],type:0},{title:"arrow navigation lines cursor list design development click mouse point pointer bars gallery hamburger menu options settings",name:"cursor-menu",cat:[5],type:0},{title:"arrow load loading cursor design development click mouse point pointer wait waiting",name:"cursor-load",cat:[5],type:0},{title:"cursor design hand development click mouse point pointer finger fingers gesture grab hold pan",name:"cursor-grab",cat:[5],type:0},{title:"arrow cursor new design development click mouse add copy create plus point pointer selection",name:"cursor-add",cat:[5],type:0},{title:"arrow cursor design development click mouse point pointer",name:"cursor-49",cat:[5],type:0},{title:"arrow cursor design development click mouse point pointer",name:"cursor-48",cat:[5],type:0},{title:"business finance shopping cash funding money currency investment renminbir yen yuan",name:"currency-yen",cat:[3,19],type:0},{title:"business finance shopping cash funding money currency investment pound sterlin",name:"currency-pound",cat:[3,19],type:0},{title:"arrows change exchange commerce conversion convert interchange trade finance shopping money currency rate",name:"currency-exchange",cat:[19],type:0},{title:"business finance shopping cash funding money currency investment euro",name:"currency-euro",cat:[3,19],type:0},{title:"business finance shopping cash funding money currency dollar investment",name:"currency-dollar",cat:[3,19],type:0},{title:"design internet web development cascading css css3 end front frontend programming sheets standards style website",name:"css3",cat:[5],type:0},{title:"emoticon smiley unhappy cry sad tear",name:"cry-57",cat:[6],type:0},{title:"emoticon smiley unhappy cry sad tear",name:"cry-15",cat:[6],type:0},{title:"sport branding crown diadem king premium queen",name:"crown",cat:[21],type:0},{title:"location dartboard goal target map focus maps aim crosshair radar",name:"crosshair",cat:[15],type:0},{title:"arrow circle round cross through hole pass passing pathway",name:"cross",cat:[2],type:0},{title:"arrow line arrows direction connection directions vertical cross lines through bridge divide separate split",name:"cross-vertical",cat:[2],type:0},{title:"arrow line direction keyboard move navigation out position top up upward upwards cross lines through",name:"cross-up",cat:[2],type:0},{title:"arrow forward line right direction keyboard move navigation out position next onward onwards cross lines through",name:"cross-right",cat:[2],type:0},{title:"arrow back left line direction backward backwards keyboard move navigation out position previous cross lines through",name:"cross-left",cat:[2],type:0},{title:"arrow line arrows direction horizontal connection directions cross lines through bridge divide separate split",name:"cross-horizontal",cat:[2],type:0},{title:"arrow line bottom down cross lines through",name:"cross-down",cat:[2],type:0},{title:"measure resize tool design edit development frame graphic adjust crop cut modify",name:"crop",cat:[5],type:0},{title:"food dessert sweet breakfast bread bakery croissant",name:"croissant",cat:[10],type:0},{title:"sport game ball bat cricket",name:"cricket",cat:[21],type:0},{title:"lock security shopping payment safe card checkout credit debit padlock protection secure credit card",name:"credit-locked",cat:[19],type:0},{title:"finance shopping payment money shop card charge checkout credit debit method methods buy credit card",name:"credit-card",cat:[19],type:0},{title:"machine finance atm shopping cash money shop card charge credit debit method methods insert buy withdraw withdrawal",name:"credit-card-in",cat:[19],type:0},{title:"furniture baby bed cradle crib",name:"cradle",cat:[11],type:0},{title:"food animal nature crab seafood",name:"crab",cat:[1,10],type:0},{title:"animal nature milk agriculture cow farm",name:"cow",cat:[1],type:0},{title:"shopping deal discount ecommerce sale shop coupon reduction ticket offer",name:"coupon",cat:[19],type:0},{title:"user sign female woman users symbol gender sex couple girl lesbian",name:"couple-lesbian",cat:[28],type:0},{title:"user sign male man users symbol gay gender guy sex straight",name:"couple-gay",cat:[28],type:0},{title:"media photo camera multimedia timer countdown self-timer",name:"countdown-35",cat:[16],type:0},{title:"media photo camera multimedia timer countdown self-timer",name:"countdown-34",cat:[16],type:0},{title:"woman clothes accessory wear bustier corset",name:"corset",cat:[4],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards corner squared",name:"corner-up",cat:[2],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards corner curved",name:"corner-up-round",cat:[2],type:0},{title:"arrow forward right arrows direction keyboard move navigation out position next onward onwards top up upward upwards corner curved",name:"corner-up-right",cat:[2],type:0},{title:"arrow back left arrows direction backward backwards keyboard move navigation out position previous top up upward upwards corner curved",name:"corner-up-left",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards corner squared",name:"corner-right",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards corner curved",name:"corner-right-round",cat:[2],type:0},{title:"arrow forward right arrows direction keyboard move navigation out position next onward onwards top corner curved",name:"corner-right-down",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous corner squared",name:"corner-left",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous corner curved",name:"corner-left-round",cat:[2],type:0},{title:"arrow back left arrows direction bottom backward backwards keyboard move navigation out position previous corner curved",name:"corner-left-down",cat:[2],type:0},{title:"arrow down corner squared",name:"corner-down",cat:[2],type:0},{title:"arrow down corner curved",name:"corner-down-round",cat:[2],type:0},{title:"backup folder group layer layers copy clone copies duplicate paste",name:"copy",cat:[5],type:0},{title:"files file backup group document copy clone copies documents duplicate paste draft",name:"copy-2",cat:[8],type:0},{title:"food cake dessert sweet biscuits cookie cookies",name:"cookies",cat:[10],type:0},{title:"arrow left right arrows change exchange commerce conversion convert interchange trade",name:"conversion",cat:[2],type:0},{title:"play video controller pad tech technology game object console joystick videogame gamepad nintendo playstation remote xbox",name:"controller",cat:[22],type:0},{title:"play video controller pad tech technology game console joystick videogame gamepad nintendo playstation remote xbox",name:"controller-3",cat:[22],type:0},{title:"play video controller pad tech technology game console joystick videogame gamepad nintendo playstation remote xbox",name:"controller-2",cat:[22],type:0},{title:"arrow swap directions scale balance navigate scales weight opposite revert contrast contrasting compare",name:"contrast",cat:[2],type:0},{title:"half colors photo graphic adjust adjustment brightness calibration camera contrast contrasting exposure highlight saturation shadow",name:"contrast-2",cat:[5],type:0},{title:"user business list finance agenda book contacts diary note notebook notes pad contact man person address call users human phonebook",name:"contacts",cat:[3,28],type:0},{title:"user list agenda contacts profile account avatar contact person sidebar address call users human friend follower phonebook",name:"contacts-45",cat:[28],type:0},{title:"user list agenda contacts profile account avatar contact person sidebar address call users human friend follower phonebook",name:"contacts-44",cat:[28],type:0},{title:"user business list finance agenda book contacts diary note notebook notes pad contact man person address call users human phonebook",name:"contacts-2",cat:[3,28],type:0},{title:"connection communication network power internet tech technology jack plug connector wire",name:"connection",cat:[22],type:0},{title:"connection communication business finance connect",name:"connect",cat:[3],type:0},{title:"object cone street traffic",name:"cone",cat:[25],type:0},{title:"computer tech technology tower device desktop pc personal cpu workstation",name:"computer",cat:[22],type:0},{title:"arrow direction top up upward cloud data file input save share storage transfer backup ftp hosting import server upload folder",name:"computer-upload",cat:[2,8],type:0},{title:"computer tech technology device desktop monitor pc personal workstation old vintage",name:"computer-old",cat:[22],type:0},{title:"computer tech technology tower device desktop monitor screen pc personal cpu workstation",name:"computer-monitor",cat:[22],type:0},{title:"circle measure tool education school drawing math design geometry draw graphic drafting architecture compass engineer",name:"compass",cat:[5,18],type:0},{title:"direction navigation position gps location tool navigate travel map compass maps instrument",name:"compass-06",cat:[15],type:0},{title:"direction navigation position gps location tool navigate travel map compass maps instrument",name:"compass-05",cat:[15],type:0},{title:"direction navigation position gps location tool navigate travel map compass maps instrument",name:"compass-04",cat:[15],type:0},{title:"direction navigation position gps location tool navigate travel map compass maps instrument",name:"compass-3",cat:[15,29],type:0},{title:"direction navigation position gps location tool navigate travel map compass maps instrument",name:"compass-2",cat:[15],type:0},{title:"arrow navigation directions scale balance guide navigate scales weight",name:"compare",cat:[2],type:0},{title:"keyboard sign control key design apple button development mac cmd command macintosh",name:"command",cat:[5],type:0},{title:"font text type typography color style editing formatting colour",name:"color",cat:[23],type:0},{title:"file education school book notebook library design read development collection gallery album binder catalog catalogue knowledge label learn learning magazine press reading study",name:"collection",cat:[5,18],type:0},{title:"animal nature pet cat collar domestic god",name:"collar",cat:[1],type:0},{title:"change business finance cash payment coins funding money",name:"coins",cat:[3],type:0},{title:"cross holidays halloween death coffin funeral",name:"coffin",cat:[13],type:0},{title:"food drink beverage hot coffe coffee cup mug tea",name:"coffee",cat:[10],type:0},{title:"long food drink beverage hot coffe coffee cup mug tea",name:"coffee-long",cat:[10],type:0},{title:"machine coffee maker",name:"coffee-2",cat:[11],type:0},{title:"long food drink beverage hot coffe coffee cup mug",name:"coffe-long",cat:[10],type:0},{title:"text design web development programming website editing html code brackets coding dev develop developer embed programmer script tag tags",name:"code",cat:[5,23],type:0},{title:"layout text design web development page programming website html editor code coding dev develop developer programmer script tag tags",name:"code-editor",cat:[5],type:0},{title:"glass food alcohol drink beverage cocktail straw",name:"cocktail",cat:[10],type:0},{title:"ribbon holidays bow gift present decoration christmas cockade",name:"cockade",cat:[13],type:0},{title:"clothes accessory wear coat jacket",name:"coat",cat:[4],type:0},{title:"furniture clothes coat hanger",name:"coat-hanger",cat:[11],type:0},{title:"energy environment plant animal nature green four clover fortune leaf luck lucky",name:"clover",cat:[1,7],type:0},{title:"cloud data file input save share storage sync transfer backup hosting import server upload folder database",name:"cloud",cat:[8],type:0},{title:"arrow direction top up cloud data file input save share storage sync transfer weather backup ftp hosting import server upload",name:"cloud-upload-96",cat:[2,29],type:0},{title:"arrow direction top up cloud data file input save share storage sync transfer backup ftp hosting import server upload",name:"cloud-upload-94",cat:[2],type:0},{title:"cloud weather sun sunny",name:"cloud-sun-19",cat:[29],type:0},{title:"cloud weather sun sunny",name:"cloud-sun-17",cat:[29],type:0},{title:"cloud weather snow flake",name:"cloud-snow-42",cat:[29],type:0},{title:"cloud weather snow",name:"cloud-snow-34",cat:[29],type:0},{title:"cloud weather rainbow",name:"cloud-rainbow",cat:[29],type:0},{title:"cloud weather rain",name:"cloud-rain",cat:[29],type:0},{title:"cloud weather moon night",name:"cloud-moon",cat:[29],type:0},{title:"cloud weather light flash lightning",name:"cloud-light",cat:[29],type:0},{title:"cloud weather hail",name:"cloud-hail",cat:[29],type:0},{title:"cloud weather fog mist",name:"cloud-fog-32",cat:[29],type:0},{title:"cloud weather fog mist",name:"cloud-fog-31",cat:[29],type:0},{title:"cloud weather drop rain",name:"cloud-drop",cat:[29],type:0},{title:"arrow bottom descend down downward cloud data download file input save share storage sync transfer weather",name:"cloud-download-95",cat:[2,29],type:0},{title:"arrow bottom descend down downward cloud data download file input save share storage sync transfer",name:"cloud-download-93",cat:[2],type:0},{title:"cloud storage weather backup ui user interface cloudy forecast icloud",name:"cloud-26",cat:[27,29],type:0},{title:"cloud storage weather backup ui user interface cloudy forecast icloud",name:"cloud-25",cat:[27,29],type:0},{title:"drop tool drawing design development color paint clone dropper eyedropper picker pipette",name:"clone",cat:[5],type:0},{title:"arrow arrows direction energy board circuit connections electronic path power",name:"circuit",cat:[2],type:0},{title:"arrow arrows direction energy board circuit connections electronic path power",name:"circuit-round",cat:[2],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards circle round",name:"circle-up-39",cat:[2],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards circle round",name:"circle-up-11",cat:[2],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards circle round",name:"circle-simple-up",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards circle round",name:"circle-simple-right",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous circle round",name:"circle-simple-left",cat:[2],type:0},{title:"arrow bottom descend down downward circle round",name:"circle-simple-down",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards circle round",name:"circle-right-37",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards circle round play",name:"circle-right-09",cat:[2],type:0},{title:"ui user interface close exit cross delete remove cancel deletion removal denied discard dismiss wrong",name:"circle-remove",cat:[27],type:0},{title:"arrow out circle round user log sign close door exit leave logout outside info",name:"circle-out",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous circle round",name:"circle-left-38",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous circle round",name:"circle-left-10",cat:[2],type:0},{title:"arrow circle round download input save import user enter entry in inbox inside lock log login password security sign way",name:"circle-in",cat:[2],type:0},{title:"arrow bottom descend down downward circle round",name:"circle-down-40",cat:[2],type:0},{title:"arrow bottom descend down downward circle round",name:"circle-down-12",cat:[2],type:0},{title:"ui user interface close exit decrease delete remove minus cancel deletion less removal subtract",name:"circle-delete",cat:[27],type:0},{title:"ui user interface close exit cross delete remove cancel deletion removal denied discard dismiss wrong",name:"circle-bold-remove",cat:[27],type:0},{title:"ui user interface close exit decrease delete remove minus cancel deletion less removal subtract",name:"circle-bold-delete",cat:[27],type:0},{title:"ui user interface expand increase new add create plus addition positive",name:"circle-bold-add",cat:[27],type:0},{title:"ui user interface expand increase new add create plus addition positive",name:"circle-add",cat:[27],type:0},{title:"user profile account avatar contact male man person users member human friend follower",name:"circle-10",cat:[28],type:0},{title:"user profile account avatar contact male man person users member human friend follower",name:"circle-09",cat:[28],type:0},{title:"user profile account avatar contact male man person users member human friend follower",name:"circle-08",cat:[28],type:0},{title:"travel building catholic chistian church religious",name:"church",cat:[26],type:0},{title:"bar food dessert sweet candy chocolate",name:"chocolate",cat:[10],type:0},{title:"food finger french chips fries",name:"chips",cat:[10],type:0},{title:"travel temple building city forbidden flag china monument palace",name:"china",cat:[26],type:0},{title:"holidays christmas chimney fireplace",name:"chimney",cat:[13],type:0},{title:"food vegetable vegetables chili hot pepper",name:"chili",cat:[10],type:0},{title:"user male baby kid boy toy users infant child newborn",name:"child",cat:[28],type:0},{title:"food animal nature turkey meat bone chicken leg thigh poultry",name:"chicken",cat:[10],type:0},{title:"turkey chicken poultry",name:"chicken-2",cat:[1],type:0},{title:"food fruit healthy cherry",name:"cherry",cat:[10],type:0},{title:"business finance banking shopping bill cash check cheque payment pen money method receipt",name:"cheque",cat:[3,19],type:0},{title:"banking shopping bill check cheque payment money method receipt",name:"cheque-3",cat:[19],type:0},{title:"banking shopping bill check cheque payment money method receipt",name:"cheque-2",cat:[19],type:0},{title:"hat cap food cooking chef",name:"chef-hat",cat:[10],type:0},{title:"food hamburger sandwich burger cheeseburger fast fastfood",name:"cheeseburger",cat:[10],type:0},{title:"piece food of breakfast cheddar cheese",name:"cheese-87",cat:[10],type:0},{title:"piece food of breakfast cheddar cheese",name:"cheese-24",cat:[10],type:0},{title:"file success select available document check selected mark accept approve approved checkmark complete completed done checked tick",name:"check",cat:[8],type:0},{title:"ui user interface success select check selected mark accept approve approved checkmark complete completed done checked tick checkbox ok",name:"check-square-11",cat:[27],type:0},{title:"ui user interface success select check selected mark accept approve approved checkmark complete completed done checked tick checkbox ok",name:"check-square-09",cat:[27],type:0},{title:"ui user interface success select check selected mark accept approve approved checkmark complete completed done checked tick checkbox ok",name:"check-small",cat:[27],type:0},{title:"ui user interface success select check selected mark accept approve approved checkmark complete completed done checked tick checkbox ok",name:"check-simple",cat:[27],type:0},{title:"location ui user interface log sign exit logout info travel check calendar flight date airport arrival check-out",name:"check-out",cat:[27],type:0},{title:"location ui user interface enter log login sign info travel check calendar flight date airport check-in departure",name:"check-in",cat:[27],type:0},{title:"ui user interface success select check selected mark accept approve approved checkmark complete completed done checked tick checkbox ok",name:"check-curve",cat:[27],type:0},{title:"ui user interface success select check selected mark accept approve approved checkmark complete completed done checked tick checkbox ok",name:"check-circle-08",cat:[27],type:0},{title:"ui user interface success select check selected mark accept approve approved checkmark complete completed done checked tick checkbox ok",name:"check-circle-07",cat:[27],type:0},{title:"ui user interface success select check selected mark accept approve approved checkmark complete completed done checked tick checkbox ok",name:"check-bold",cat:[27],type:0},{title:"success select check selected mark accept approve approved checkmark complete completed done checked tick checkbox ok",name:"check-2",cat:[27],type:0},{title:"ui user interface communication answer chat comment comments conversation dialog forum message messages reply speaking talk bubble bubbles",name:"chat",cat:[27],type:0},{title:"ui user interface communication answer chat comment comments conversation dialog forum message messages reply speaking talk bubble bubbles",name:"chat-round",cat:[27],type:0},{title:"ui user interface communication answer chat comment comments conversation dialog forum message messages reply speaking talk bubble bubbles",name:"chat-round-content",cat:[27],type:0},{title:"ui user interface communication answer chat comment comments conversation dialog forum message messages reply speaking talk bubble bubbles",name:"chat-reply",cat:[27],type:0},{title:"ui user interface communication answer chat comment comments conversation dialog forum message messages reply speaking talk bubble bubbles",name:"chat-content",cat:[27],type:0},{title:"ui user interface communication chat comment comments conversation dialog forum message messages speaking talk bubble bubbles",name:"chat-46",cat:[27],type:0},{title:"ui user interface communication chat comment comments conversation dialog forum message messages speaking talk bubble bubbles",name:"chat-45",cat:[27],type:0},{title:"ui user interface communication chat comment comments conversation dialog forum message messages speaking talk bubble bubbles",name:"chat-33",cat:[27],type:0},{title:"business finance piechart graph pie report statistics",name:"chart",cat:[3,27],type:0},{title:"files data file stats folder document format chart piechart office graph pie report statistics analytics percent paper documents catalog envelope archive charting charts results",name:"chart-pie",cat:[8],type:0},{title:"business finance piechart graph pie report statistics",name:"chart-pie-36",cat:[3],type:0},{title:"business finance piechart graph pie report statistics",name:"chart-pie-35",cat:[3],type:0},{title:"arrow data progress diagram business finance chart graph report statistics analytics bar",name:"chart-growth",cat:[3],type:0},{title:"data ui user interface diagram stats growth chart graph statistics analytics bar stock bars level signal wifi",name:"chart-bars",cat:[27],type:0},{title:"files data file diagram stats growth folder document format chart office graph statistics analytics bar stock bars paper documents catalog envelope level archive",name:"chart-bar",cat:[8],type:0},{title:"data ui user interface diagram stats growth chart graph statistics analytics bar stock bars level signal wifi strong",name:"chart-bar-53",cat:[27],type:0},{title:"data ui user interface diagram stats growth chart graph statistics analytics bar stock bars level signal wifi",name:"chart-bar-52",cat:[27],type:0},{title:"arrow data progress diagram business finance chart graph report statistics analytics bar",name:"chart-bar-33",cat:[3],type:0},{title:"data diagram business finance chart graph report statistics analytics bar",name:"chart-bar-32",cat:[3],type:0},{title:"circle data stats business finance chart piechart graph pie report statistics analytics percent slice charting charts results",name:"chart-3",cat:[27],type:0},{title:"circle data stats business finance chart piechart graph pie report statistics analytics percent slice charting charts results",name:"chart-2",cat:[27,19],type:0},{title:"holidays glass food alcohol drink wine champagne",name:"champagne",cat:[10,13],type:0},{title:"board education school chalk",name:"chalkboard",cat:[18],type:0},{title:"business seat finance furniture chair design intorior officer",name:"chair",cat:[3,11],type:0},{title:"seat chair",name:"chair-2",cat:[11],type:0},{title:"arrow circle round center align alignment arrange central centralize centralized conference display layout meeting preferences structure tool",name:"centralize",cat:[2],type:0},{title:"weather temperature celsius degrees",name:"celsius",cat:[29],type:0},{title:"player tech technology drive disk cd dvd blueray compact disc electronics entertainment reader",name:"cd-reader",cat:[22],type:0},{title:"security video circuit watch tech technology camera television closed cam cctv monitoring spy surveillance",name:"cctv",cat:[22],type:0},{title:"holidays halloween magic death pot cauldron potion witch",name:"cauldron",cat:[13],type:0},{title:"holidays halloween animal nature pet cat",name:"cat",cat:[1,13],type:0},{title:"travel building tower bastion castle",name:"castle",cat:[26],type:0},{title:"shopping cash payment money shop checkout register buy store till",name:"cash-register",cat:[19],type:0},{title:"bag shopping ecommerce sale shop checkout basket buy cart retail trolley",name:"cart",cat:[19],type:0},{title:"bag shopping ecommerce sale shop checkout basket speed fast buy cart retail trolley",name:"cart-speed",cat:[19],type:0},{title:"ui user interface bag shopping ecommerce sale shop checkout basket buy cart retail trolley",name:"cart-simple",cat:[19,27],type:0},{title:"delete remove bag shopping ecommerce sale shop checkout clear minus basket cancel buy cart retail trolley",name:"cart-simple-remove",cat:[19],type:0},{title:"ui user interface new bag shopping ecommerce sale shop checkout add plus basket buy cart retail trolley",name:"cart-simple-in",cat:[19,27],type:0},{title:"new bag shopping ecommerce sale shop checkout add plus basket buy cart retail trolley",name:"cart-simple-add",cat:[19],type:0},{title:"back bag shopping ecommerce sale shop checkout basket buy cart retail trolley return",name:"cart-return",cat:[19],type:0},{title:"delete remove bag shopping ecommerce sale shop checkout clear minus basket cancel buy cart retail trolley",name:"cart-remove",cat:[19],type:0},{title:"sync refresh reload update bag shopping ecommerce sale shop checkout basket buy cart retail trolley",name:"cart-refresh",cat:[19],type:0},{title:"ui user interface bag shopping ecommerce sale shop checkout basket buy cart retail trolley",name:"cart-9",cat:[19,27],type:0},{title:"delete remove bag shopping ecommerce sale shop checkout clear minus basket cancel buy cart retail trolley",name:"cart-remove-9",cat:[19],type:0},{title:"ui user interface new bag shopping ecommerce sale shop checkout add plus basket buy cart retail trolley",name:"cart-in-9",cat:[19,27],type:0},{title:"new bag shopping ecommerce sale shop checkout add plus basket buy cart retail trolley",name:"cart-add-9",cat:[19],type:0},{title:"full bag shopping ecommerce sale shop checkout basket buy cart retail trolley",name:"cart-full",cat:[19],type:0},{title:"bag shopping ecommerce sale shop checkout favorite favourite basket love like heart buy cart picnic retail trolley",name:"cart-favorite",cat:[19],type:0},{title:"new bag shopping ecommerce sale shop checkout add plus basket buy cart retail trolley",name:"cart-add",cat:[19],type:0},{title:"food vegetable vegetables carrot root",name:"carrot",cat:[10],type:0},{title:"sport home training bicycle bike cardio exercise",name:"cardio",cat:[21],type:0},{title:"sync refresh reload update finance shopping payment money shop card charge checkout credit debit method methods buy credit card",name:"card-update",cat:[19],type:0},{title:"delete remove finance shopping payment money shop card charge checkout credit debit method methods cancel buy credit card",name:"card-remove",cat:[19],type:0},{title:"finance shopping payment money shop card charge checkout credit debit method methods favorite favourite love like heart buy credit card",name:"card-favorite",cat:[19],type:0},{title:"change finance shopping payment money shop edit card charge checkout credit debit method methods buy credit card",name:"card-edit",cat:[19],type:0},{title:"ui user interface security chat message badge card mobile alarm alert notification",name:"card-alert",cat:[27],type:0},{title:"ui user interface sign new finance badge shopping payment money shop card charge checkout credit debit method methods add create plus notification buy credit card more notifications",name:"card-add",cat:[19,27],type:0},{title:"sign new badge card add create plus notification more notifications",name:"card-add-2",cat:[27],type:0},{title:"energy environment electric drive ecology car charging eco green transport vehicle auto transportation automobile",name:"car",cat:[7,25],type:0},{title:"drive car vehicle auto transportation automobile cab taxi",name:"car-taxi",cat:[25],type:0},{title:"drive car vehicle auto transportation automobile",name:"car-sport",cat:[25],type:0},{title:"drive car vehicle auto transportation automobile",name:"car-simple",cat:[25],type:0},{title:"drive car vehicle auto transportation automobile",name:"car-front",cat:[25],type:0},{title:"drive car vehicle auto transportation automobile",name:"car-2",cat:[25],type:0},{title:"font text style editing formatting capitalize caps small",name:"caps-small",cat:[23],type:0},{title:"all font text style editing formatting capitalize caps",name:"caps-all",cat:[23],type:0},{title:"font text style editing formatting capitalize caps",name:"capitalize",cat:[23],type:0},{title:"sport clothes accessory hat wear baseball cap",name:"cap",cat:[4],type:0},{title:"interface board layout art artboard design development paint artwork canvas colors draw easel guides painting picture portrait",name:"canvas",cat:[5],type:0},{title:"holidays food stick sweet candy wrapper christmas",name:"candy",cat:[10,13],type:0},{title:"stick sweet candy christmas",name:"candy-2",cat:[13],type:0},{title:"light holidays food anniversary birthday candle candles celebration party decoration flame",name:"candle",cat:[10,13],type:0},{title:"travel camping tent basecamp",name:"camping",cat:[26],type:0},{title:"travel transportation camper caravan trailer",name:"camper",cat:[26],type:0},{title:"gesture photo photography camera touch focus lens gestures shutter",name:"camera",cat:[24],type:0},{title:"media photo camera multimedia timer",name:"camera-time",cat:[16],type:0},{title:"media picture image photo camera multimedia polaroid",name:"camera-square-58",cat:[16],type:0},{title:"media picture image photo camera multimedia",name:"camera-square-57",cat:[16],type:0},{title:"media display photo camera multimedia",name:"camera-screen",cat:[16],type:0},{title:"media photo camera multimedia digital",name:"camera-compact",cat:[16],type:0},{title:"media ban photo camera multimedia",name:"camera-ban-37",cat:[16],type:0},{title:"media ban photo camera multimedia",name:"camera-ban-36",cat:[16],type:0},{title:"media photo camera multimedia digital",name:"camera-20",cat:[16],type:0},{title:"media photo camera multimedia digital",name:"camera-19",cat:[16],type:0},{title:"media photo camera multimedia digital",name:"camera-18",cat:[16],type:0},{title:"ui user interface day schedule time grid calendar appointment event plan planning date month timetable year",name:"calendar-grid-61",cat:[27],type:0},{title:"day schedule time holidays grid calendar appointment event plan planning date month timetable year",name:"calendar-grid-58",cat:[13,27],type:0},{title:"ui user interface day schedule time check completed done calendar checked appointment event plan planning date month timetable year checkmark. complete",name:"calendar-check-62",cat:[27],type:0},{title:"ui user interface day schedule time check completed done calendar checked appointment event plan planning date month timetable year checkmark. complete",name:"calendar-check-59",cat:[27],type:0},{title:"ui user interface day schedule new time add calendar appointment event plan date month",name:"calendar-add",cat:[27],type:0},{title:"ui user interface day schedule time calendar appointment event plan planning date month timetable year",name:"calendar-60",cat:[27],type:0},{title:"ui user interface day schedule time calendar appointment event plan planning date month timetable year",name:"calendar-57",cat:[27],type:0},{title:"business finance education school accounting budget calculate calculator math mathematics",name:"calculator",cat:[3,18],type:0},{title:"holidays emoticon smiley anniversary birthday cake candle candles celebration dessert party sweet",name:"cake",cat:[6,13],type:0},{title:"holidays food slice anniversary birthday cake celebration dessert party sweet cheesecake",name:"cake-slice",cat:[10,13],type:0},{title:"food anniversary birthday cake candles celebration dessert party sweet",name:"cake-100",cat:[10],type:0},{title:"food anniversary birthday cake candles celebration dessert party sweet",name:"cake-13",cat:[10],type:0},{title:"furniture plant animal nature cactus tree",name:"cactus",cat:[1,11],type:0},{title:"connection power accessory connect tech technology cable jack plug port usb connector wire charger",name:"cable-50",cat:[22],type:0},{title:"connection power accessory connect tech technology cable jack plug port usb connector wire charger",name:"cable-49",cat:[22],type:0},{title:"furniture drawer cabinet cupboard drawers",name:"cabinet",cat:[11],type:0},{title:"clothes accessory wear button",name:"button",cat:[4],type:0},{title:"ui media control button stop multimedia",name:"button-stop",cat:[16],type:0},{title:"next ui media multimedia skip",name:"button-skip",cat:[16],type:0},{title:"back previous rewind ui media multimedia",name:"button-rewind",cat:[16],type:0},{title:"ui media control button multimedia rec record",name:"button-record",cat:[16],type:0},{title:"back previous rewind ui media multimedia",name:"button-previous",cat:[16],type:0},{title:"ui media power button multimedia off on",name:"button-power",cat:[16],type:0},{title:"play ui media control button multimedia",name:"button-play",cat:[16],type:0},{title:"ui media control button multimedia pause",name:"button-pause",cat:[16],type:0},{title:"next ui media multimedia skip",name:"button-next",cat:[16],type:0},{title:"ui media control eject button multimedia",name:"button-eject",cat:[16],type:0},{title:"ui media control button stop multimedia",name:"button-circle-stop",cat:[16],type:0},{title:"play ui media control button multimedia",name:"button-circle-play",cat:[16],type:0},{title:"ui media control button multimedia pause",name:"button-circle-pause",cat:[16],type:0},{title:"arrow control cursor action button click mouse trigger",name:"button-2",cat:[5],type:0},{title:"animal nature insect fly butterfly wings",name:"butterfly",cat:[1],type:0},{title:"business finance avatar businessman tie clothes man person professional shirt shopping",name:"businessman-04",cat:[3,19],type:0},{title:"business finance avatar businessman tie clothes accessory man person professional shirt",name:"businessman-03",cat:[3,4],type:0},{title:"education school vehicle transportation bus",name:"bus",cat:[18,25],type:0},{title:"education school vehicle transportation bus",name:"bus-front-12",cat:[18,25],type:0},{title:"education school vehicle transportation bus",name:"bus-front-10",cat:[25],type:0},{title:"navigation ui user interface layout list menu options bullet bullets items",name:"bullet-list",cat:[27],type:0},{title:"ui process organize schedule text list agenda design check development menu bullet bullets checklist item items listing tasks todo",name:"bullet-list-70",cat:[5],type:0},{title:"ui process organize schedule text list agenda design check development menu bullet bullets checklist item items listing tasks todo",name:"bullet-list-69",cat:[5],type:0},{title:"ui process organize schedule text list agenda design check development menu bullet bullets checklist item items listing tasks todo",name:"bullet-list-68",cat:[5],type:0},{title:"ui process organize schedule text list agenda design check development menu bullet bullets checklist item items listing tasks todo",name:"bullet-list-67",cat:[5],type:0},{title:"energy environment bulb lamp light electric ecology lightbulb saver",name:"bulb",cat:[7],type:0},{title:"energy environment bulb light electric ecology lightbulb saver",name:"bulb-saver",cat:[7],type:0},{title:"business finance bulb idea lamp light",name:"bulb-63",cat:[3],type:0},{title:"business finance bulb idea lamp light",name:"bulb-62",cat:[3],type:0},{title:"business finance bulb idea lamp light",name:"bulb-61",cat:[3],type:0},{title:"business finance building city company construction estate home house real skyscraper",name:"building",cat:[3],type:0},{title:"design development animal nature bug error insect ladybird ladybug",name:"bug",cat:[1,5],type:0},{title:"save design development bucket collect collection color fill pail paint",name:"bucket",cat:[5],type:0},{title:"tool education school art drawing design development color paint draw painting graphic brush paintbrush artist",name:"brush",cat:[5,18],type:0},{title:"social network browser design internet web apple development mac page ios osx safari",name:"browser-safari",cat:[5],type:0},{title:"social network browser design internet web development page opera",name:"browser-opera",cat:[5],type:0},{title:"social network browser design internet web development page explorer microsoft",name:"browser-ie",cat:[5],type:0},{title:"social network browser design internet web development page firefox fox mozilla",name:"browser-firefox",cat:[5],type:0},{title:"social network browser design internet web development page edge explorer microsoft",name:"browser-edge",cat:[5],type:0},{title:"social network browser design internet web google development chrome page",name:"browser-chrome",cat:[5],type:0},{title:"object clean broom",name:"broom",cat:[11],type:0},{title:"food broccoli cabbage vegetable vegetables",name:"broccoli",cat:[10],type:0},{title:"media photo brightness camera contrast option multimedia",name:"brightness-47",cat:[16],type:0},{title:"weather energy environment media photo brightness camera option multimedia sun sunny",name:"brightness-46",cat:[7,16,29],type:0},{title:"work business finance bag briefcase job office portfolio suitcase",name:"briefcase-26",cat:[3],type:0},{title:"work business finance bag briefcase job office portfolio suitcase",name:"briefcase-25",cat:[3],type:0},{title:"work business finance bag briefcase job office portfolio suitcase",name:"briefcase-24",cat:[3],type:0},{title:"food slice sandwich breakfast bread loaf toast",name:"bread",cat:[10],type:0},{title:"healthcare health medical brain mind",name:"brain",cat:[12],type:0},{title:"woman clothes accessory wear bra underwear",name:"bra",cat:[4],type:0},{title:"sport gloves ring punch boxing equipment fighting training",name:"boxing",cat:[21],type:0},{title:"file storage post folder box document order shopping collection editor delivery gift package parcel present shipping archive container drawer product donation",name:"box",cat:[8,19],type:0},{title:"post box order shopping delivery gift package parcel present shipping surprise product donation wrapped",name:"box-ribbon",cat:[19],type:0},{title:"post box order shopping delivery gift package parcel present shipping product donation",name:"box-3d-50",cat:[19],type:0},{title:"post box order shopping delivery gift package parcel present shipping product donation",name:"box-2",cat:[19],type:0},{title:"sport object ball bowling",name:"bowling",cat:[21],type:0},{title:"food bowl dish soup",name:"bowl",cat:[10],type:0},{title:"arrow sport bow object weapon",name:"bow",cat:[21],type:0},{title:"food bottle alcohol drink beer wine",name:"bottle",cat:[10],type:0},{title:"food bottle alcohol drink wine",name:"bottle-wine",cat:[10],type:0},{title:"emoticon smiley bored boring exhausted sleepy tired yawn",name:"bored",cat:[6],type:0},{title:"clothes accessory holidays wear boot footwear shoe ice christmas skates skating",name:"boot",cat:[4,13],type:0},{title:"high woman clothes accessory wear boot footwear shoe heels",name:"boot-woman",cat:[4],type:0},{title:"wear boot footwear shoe ice christmas skates skating",name:"boot-2",cat:[13],type:0},{title:"business finance education school furniture books bookshop library mini shelf",name:"books",cat:[3,11,18],type:0},{title:"education school books bookshop library shelf",name:"books-46",cat:[18],type:0},{title:"agenda book diary note notebook notes pad achievement award ribbon label bookmark favorite favourite mark marker like bookmarking marked preference saved",name:"bookmark",cat:[8],type:0},{title:"location delete remove achievement award ribbon bookmark favorite favourite mark marker clear minus like cancel bookmarking marked preference saved removal",name:"bookmark-remove",cat:[15,27],type:0},{title:"location delete remove achievement award ribbon bookmark favorite favourite mark marker clear minus like cancel bookmarking marked preference saved removal",name:"bookmark-remove-2",cat:[15,27],type:0},{title:"location new achievement award ribbon add create plus bookmark favorite favourite mark marker like bookmarking marked preference saved",name:"bookmark-add",cat:[15,27],type:0},{title:"location new achievement award ribbon add create plus bookmark favorite favourite mark marker like bookmarking marked preference saved",name:"bookmark-add-2",cat:[15,27],type:0},{title:"achievement award ribbon label reading study bookmark favorite favourite mark marker like bookmarking marked preference saved",name:"bookmark-2",cat:[15,18,27],type:0},{title:"open education school book notebook library read album knowledge learn learning magazine press reading study bible",name:"book",cat:[18,27],type:0},{title:"education school agenda book contacts diary note notebook notes pad contact design read development learn reading study address code manual register",name:"book-open",cat:[5,18],type:0},{title:"education school agenda book contacts diary note notebook notes pad contact design read development learn reading study address code manual register",name:"book-open-2",cat:[5,18],type:0},{title:"finance education school agenda book contacts diary note notebook notes pad ribbon contact design development label reading study address bookmark code favorite favourite manual mark marker",name:"book-bookmark",cat:[5,18],type:0},{title:"finance education school agenda book contacts diary note notebook notes pad ribbon contact design development label reading study address bookmark code favorite favourite manual mark marker",name:"book-bookmark-2",cat:[5,18],type:0},{title:"education school book notebook",name:"book-39",cat:[18],type:0},{title:"files file folder education school agenda book diary note notebook notes pad library read learn reading study manual",name:"book-08",cat:[8,18],type:0},{title:"files file folder education school agenda book diary note notebook notes pad library read learn reading study manual",name:"book-07",cat:[8,18],type:0},{title:"cross holidays halloween animal nature scary bone bones dog human",name:"bones",cat:[1,13],type:0},{title:"emoticon smiley bomb",name:"bomb",cat:[6],type:0},{title:"ui user interface control preferences tool edit options settings configuration setting setup bolt",name:"bolt",cat:[27],type:0},{title:"weight font text editing bold formatting",name:"bold",cat:[23],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"bold-up",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"bold-right",cat:[2],type:0},{title:"ui user interface close exit cross delete remove cancel deletion removal denied discard dismiss wrong",name:"bold-remove",cat:[27],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"bold-left",cat:[2],type:0},{title:"arrow bottom descend down downward",name:"bold-down",cat:[2],type:0},{title:"arrow line alternative arrows change direction exchange files flip horizontal swap switch transmit",name:"bold-direction",cat:[2],type:0},{title:"ui user interface close exit decrease delete remove minus cancel deletion less removal subtract",name:"bold-delete",cat:[27],type:0},{title:"ui user interface expand increase new add create plus addition positive",name:"bold-add",cat:[27],type:0},{title:"travel delivery vehicle sea ship transportation boat",name:"boat",cat:[25],type:0},{title:"travel delivery vehicle sea ship transportation boat",name:"boat-small-03",cat:[25],type:0},{title:"travel delivery vehicle sea ship transportation boat",name:"boat-small-02",cat:[25],type:0},{title:"travel delivery vehicle sea ship transportation boat",name:"boat-front",cat:[25],type:0},{title:"sign info board display shopping advertise advertisement advertising billboard notice signboard",name:"board",cat:[19],type:0},{title:"board education school artboard",name:"board-51",cat:[18],type:0},{title:"line board business finance art artboard drawing chart",name:"board-30",cat:[3],type:0},{title:"line board business finance art artboard drawing chart piechart",name:"board-29",cat:[3],type:0},{title:"line board business finance art artboard drawing",name:"board-28",cat:[3],type:0},{title:"line board business finance education school art artboard drawing",name:"board-27",cat:[3,18],type:0},{title:"sign info board display advertise advertisement advertising billboard notice signboard",name:"board-2",cat:[19],type:0},{title:"sync connection ui user interface communication network connect technology wireless signal bluetooth",name:"bluetooth",cat:[27],type:0},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"block-up",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards top up upward upwards enlarge expand fullscreen maximize zoom box undock",name:"block-top-right",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous top up upward upwards enlarge expand fullscreen maximize zoom box undock",name:"block-top-left",cat:[2],type:0},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"block-right",cat:[2],type:0},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"block-left",cat:[2],type:0},{title:"arrow bottom descend down downward move",name:"block-down",cat:[2],type:0},{title:"arrow forward right direction bottom descend down downward keyboard move navigation out position next onward onwards enlarge expand fullscreen maximize zoom downwards box undock",name:"block-bottom-right",cat:[2],type:0},{title:"arrow back left direction bottom descend down downward backward backwards keyboard move navigation out position previous enlarge expand fullscreen maximize zoom downwards box undock",name:"block-bottom-left",cat:[2],type:0},{title:"emoticon smiley surprise surprised astonished blind dizzy",name:"blind",cat:[6],type:0},{title:"box tool design development filter graphic grid blend distort gradient illustration mesh netted warp",name:"blend",cat:[5],type:0},{title:"emoticon smiley bleah concern confused puzzled thinking",name:"bleah",cat:[6],type:0},{title:"finance shopping payment funding money currency coin ecommerce card charge checkout credit debit method methods bitcoin digital online",name:"bitcoin",cat:[19],type:0},{title:"holidays sweet bread cookie biscuit christmas ginger gingerbread",name:"biscuit",cat:[13],type:0},{title:"travel discover object explore binocular binoculars",name:"binocular",cat:[26],type:0},{title:"play sport object billiard pool",name:"billiard",cat:[21],type:0},{title:"sport transportation bicycle bike cyclist",name:"bike",cat:[21,25],type:0},{title:"out emoticon smiley big happy bigmouth grimace mouth tongue",name:"bigmouth",cat:[6],type:0},{title:"emoticon smiley big cheerful grin happy smile smiling teeth",name:"big-smile",cat:[6],type:0},{title:"emoticon smiley big eyes surprise surprised",name:"big-eyes",cat:[6],type:0},{title:"glass food alcohol drink beverage cocktail straw",name:"beverage",cat:[10],type:0},{title:"door travel wall berlin brandenburg gate",name:"berlin",cat:[26],type:0},{title:"clothes accessory wear belt strap",name:"belt",cat:[4],type:0},{title:"ui user interface ring alarm sound alert notification christmas bell buzz ringing ringtone wake",name:"bell-55",cat:[27],type:0},{title:"ui user interface education school ring alarm sound alert notification christmas bell buzz ringing ringtone wake",name:"bell-54",cat:[18,27],type:0},{title:"ui user interface holidays ring alarm sound alert notification christmas bell buzz ringing ringtone wake",name:"bell-53",cat:[13,27],type:0},{title:"glass food alcohol drink beer beverage",name:"beer-96",cat:[10],type:0},{title:"holidays glass food alcohol drink beer beverage",name:"beer-95",cat:[10,13],type:0},{title:"animal nature insect bee fly honey wasp",name:"bee",cat:[1],type:0},{title:"furniture sleep side bed",name:"bed-side",cat:[11],type:0},{title:"double furniture sleep bed",name:"bed-23",cat:[11],type:0},{title:"furniture sleep bed",name:"bed-09",cat:[11],type:0},{title:"baby object animal nature toy face bear teddy",name:"bear",cat:[1],type:0},{title:"baby object animal nature toy face bear teddy",name:"bear-2",cat:[1],type:0},{title:"energy environment power object battery",name:"battery",cat:[7],type:0},{title:"ui user interface energy environment power low electric electricity plug charge charging level lightning battery ion lithium rechargeable status",name:"battery-low",cat:[7,27],type:0},{title:"ui user interface energy environment power electric electricity plug charge charging level lightning battery ion lithium rechargeable status",name:"battery-half",cat:[7,27],type:0},{title:"ui user interface energy environment power electric electricity plug charge charging level lightning battery ion lithium rechargeable status",name:"battery-83",cat:[7,27],type:0},{title:"ui user interface energy environment power electric electricity plug charge charging level lightning battery ion lithium rechargeable status",name:"battery-81",cat:[7,27],type:0},{title:"furniture bath bathroom shower tub",name:"bath-tub",cat:[11],type:0},{title:"man holidays halloween hero animal nature bat batman",name:"bat",cat:[1,13],type:0},{title:"sport game ball basket basketball nba",name:"basketball-13",cat:[21],type:0},{title:"sport game ball basket basketball nba",name:"basketball-12",cat:[21],type:0},{title:"ui user interface shopping ecommerce sale shop checkout basket buy cart groceries picnic retail",name:"basket",cat:[19,27],type:0},{title:"sync refresh reload update shopping ecommerce sale shop checkout basket buy cart groceries picnic retail",name:"basket-update",cat:[19],type:0},{title:"shopping ecommerce sale shop checkout basket buy cart groceries picnic retail",name:"basket-simple",cat:[19],type:0},{title:"delete remove bag shopping ecommerce sale shop checkout clear minus cancel buy cart groceries retail",name:"basket-simple-remove",cat:[19],type:0},{title:"new bag shopping ecommerce sale shop checkout add plus buy cart groceries retail",name:"basket-simple-add",cat:[19],type:0},{title:"share social shopping connect ecommerce sale shop checkout basket buy cart groceries picnic retail",name:"basket-share",cat:[19],type:0},{title:"shopping ecommerce sale shop checkout view search basket find lens buy cart groceries picnic retail",name:"basket-search",cat:[19],type:0},{title:"delete remove bag shopping ecommerce sale shop checkout clear minus cancel buy cart groceries retail",name:"basket-remove",cat:[19],type:0},{title:"shopping ecommerce sale shop checkout favorite favourite basket love like heart buy cart groceries picnic retail",name:"basket-favorite",cat:[19],type:0},{title:"change bag shopping ecommerce sale shop edit checkout modify buy cart groceries retail",name:"basket-edit",cat:[19],type:0},{title:"new bag shopping ecommerce sale shop checkout add plus buy cart groceries retail",name:"basket-add",cat:[19],type:0},{title:"sport game baseball ball base catch league",name:"baseball",cat:[21],type:0},{title:"sport game baseball bat base league",name:"baseball-bat",cat:[21],type:0},{title:"sport game baseball ball base catch league",name:"baseball-ball",cat:[21],type:0},{title:"shopping bar price checkout label code tag barcode product scan scanner qr qrcode",name:"barcode-qr",cat:[19],type:0},{title:"shopping bar price checkout label code tag barcode product scan scanner",name:"barcode",cat:[19],type:0},{title:"shopping bar price checkout label code tag barcode product scan scanner",name:"barcode-scan",cat:[19],type:0},{title:"travel food cooking barbecue barbeque bbq grill",name:"barbecue",cat:[10,26],type:0},{title:"fork food cooking tools barbecue barbeque bbq grill rotisserie spatula utensils",name:"barbecue-tools",cat:[10],type:0},{title:"food cooking barbecue barbeque bbq grill",name:"barbecue-15",cat:[10],type:0},{title:"business finance travel bank columns landmark temple",name:"bank",cat:[3,26],type:0},{title:"food fruit banana healthy",name:"banana",cat:[10],type:0},{title:"ui user interface sign ban stop banned block blocked forbidden not prevent none private cancel",name:"ban",cat:[27],type:0},{title:"ui user interface sign ban stop banned block blocked forbidden not prevent none private cancel",name:"ban-bold",cat:[27],type:0},{title:"holidays object party baloon",name:"baloon",cat:[13],type:0},{title:"play education school sport ball football soccer",name:"ball-soccer",cat:[18,21],type:0},{title:"play education school sport ball basket",name:"ball-basket",cat:[18,21],type:0},{title:"media balance photo camera option multimedia white",name:"balance",cat:[16],type:0},{title:"food french breakfast baguette bread loaf",name:"baguette",cat:[10],type:0},{title:"travel bag briefcase suitcase backpack baggage luggage",name:"bag",cat:[26],type:0},{title:"time bag briefcase shopping discount ecommerce sale shop purse countdown buy cart handbag offer",name:"bag-time",cat:[19],type:0},{title:"delete remove bag briefcase shopping ecommerce sale shop purse clear minus cancel buy cart handbag",name:"bag-remove-22",cat:[19],type:0},{title:"delete remove bag briefcase shopping ecommerce sale shop purse clear minus cancel buy cart handbag",name:"bag-remove-19",cat:[19],type:0},{title:"change bag briefcase shopping ecommerce sale shop edit purse modify buy cart handbag",name:"bag-edit",cat:[19],type:0},{title:"new bag briefcase shopping ecommerce sale shop purse add plus buy cart handbag",name:"bag-add-21",cat:[19],type:0},{title:"new bag briefcase shopping ecommerce sale shop purse add plus buy cart handbag",name:"bag-add-18",cat:[19],type:0},{title:"cross bag healthcare health medical survival",name:"bag-50",cat:[12],type:0},{title:"cross bag healthcare health medical survival",name:"bag-49",cat:[12],type:0},{title:"bag clothes accessory hand wear purse",name:"bag-22",cat:[4],type:0},{title:"bag clothes accessory hand wear purse",name:"bag-21",cat:[4],type:0},{title:"bag briefcase shopping ecommerce sale shop purse buy cart handbag",name:"bag-20",cat:[19],type:0},{title:"bag briefcase shopping ecommerce sale shop purse buy cart handbag",name:"bag-17",cat:[19],type:0},{title:"bag briefcase shopping ecommerce sale shop purse buy cart handbag",name:"bag-16",cat:[19],type:0},{title:"ui user interface bag briefcase shopping ecommerce sale shop purse buy cart handbag",name:"bag-09",cat:[19,27],type:0},{title:"sport game activity badminton tennis",name:"badminton",cat:[21],type:0},{title:"business finance badge card id cardholder id card identification identity lanyard profile",name:"badge",cat:[3],type:0},{title:"user login document badge identification identity profile contact card tag users member access",name:"badge-15",cat:[28],type:0},{title:"user login document badge identification identity profile contact card tag users member access",name:"badge-14",cat:[28],type:0},{title:"user login document badge identification identity profile contact man card tag users member access human",name:"badge-13",cat:[28],type:0},{title:"food bacon breakfast meat pork",name:"bacon",cat:[10],type:0},{title:"arrow back backward move ui user interface control layer design",name:"backward",cat:[27],type:0},{title:"travel bag clothes accessory wear backpack camping",name:"backpack",cat:[4,26],type:0},{title:"education school bag backpack",name:"backpack-58",cat:[18],type:0},{title:"education school bag backpack",name:"backpack-57",cat:[18],type:0},{title:"travel bag clothes accessory wear backpack camping",name:"backpack-2",cat:[4,26],type:0},{title:"font text type typography color style editing background",name:"background",cat:[23],type:0},{title:"arrow back curve forward invert left line redo repeat right rotate undo",name:"back-80",cat:[2],type:0},{title:"arrow back curve forward invert left line redo repeat right rotate undo",name:"back-78",cat:[2],type:0},{title:"play suit clothes accessory baby kid romper wear food object bottle biberon infant milk child dummy",name:"baby",cat:[4],type:0},{title:"baby object bottle milk child",name:"baby-bottle",cat:[10],type:0},{title:"baby object child dummy pacifier",name:"baby-3",cat:[10],type:0},{title:"baby bottle biberon infant milk",name:"baby-2",cat:[10],type:0},{title:"user lock security group profile account avatar contact male man person safe padlock protection secure users member human friend follower community people",name:"b-security",cat:[28],type:0},{title:"user delete remove group profile account avatar contact male man person cancel users member human friend follower community people",name:"b-remove",cat:[28],type:0},{title:"user communication group team meeting answer chat comment comments conversation dialog forum message messages reply speaking talk profile account avatar contact male man person service help support users member appointment human friend customer follower community people",name:"b-meeting",cat:[28],type:0},{title:"user group profile account avatar contact male man person favorite favourite love like heart users member human friend follower community people",name:"b-love",cat:[28],type:0},{title:"position location user group profile account avatar contact male man person pin users member human friend locator follower body community people",name:"b-location",cat:[28],type:0},{title:"user group profile account avatar contact male man person check mark approved complete completed done checked tick users member human friend follower community people",name:"b-check",cat:[28],type:0},{title:"user group new profile account avatar contact male man person add create plus users friend follower community people",name:"b-add",cat:[28],type:0},{title:"travel object weapon axe hatchet",name:"axe",cat:[26],type:0},{title:"competition achievement award ribbon badge shopping seal medal prize winner reward champion recognition",name:"award",cat:[19],type:0},{title:"business finance education school achievement award ribbon certificate",name:"award-74",cat:[3,18],type:0},{title:"education school sport award medal prize winner",name:"award-55",cat:[18,21],type:0},{title:"business finance education school award ribbon certificate degree diploma licence patent",name:"award-49",cat:[3,18],type:0},{title:"business finance education school sport achievement award ribbon",name:"award-48",cat:[3,18,21],type:0},{title:"file music folder document volume audio sound soundtrack",name:"audio",cat:[8],type:0},{title:"media multimedia audio mic microphone speaker",name:"audio-92",cat:[16],type:0},{title:"media text editing multimedia audio mic microphone speaker",name:"audio-91",cat:[16,23],type:0},{title:"file ui user interface inbox text email mail contact copy editing paper attachment attach attached attaching clip collate include paperclip",name:"attach-87",cat:[23,27],type:0},{title:"file ui user interface inbox text email mail contact copy editing paper attachment attach attached attaching clip collate include paperclip",name:"attach-86",cat:[23,27],type:0},{title:"education school science healthcare health medical atom chemistry molecule",name:"atom",cat:[12,18],type:0},{title:"business machine finance atm banking",name:"atm",cat:[3],type:0},{title:"object helmet space astronaut",name:"astronaut",cat:[26],type:0},{title:"line interface board layout tool artboard design target development shape paint artwork canvas colors draw guides grid pallet spacing swatch",name:"artboard",cat:[5],type:0},{title:"furniture chair armchair",name:"armchair",cat:[11],type:0},{title:"files file storage ui user interface folder organize box document furniture collection documents editor archive container drawer cabinet handle safebox",name:"archive",cat:[8,27],type:0},{title:"file storage folder box document collection editor archive container drawer",name:"archive-paper",cat:[8],type:0},{title:"file storage folder success available box document check collection editor archive container drawer",name:"archive-paper-check",cat:[8],type:0},{title:"file storage folder box document collection editor archive container drawer",name:"archive-content",cat:[8],type:0},{title:"file storage folder success available box document check collection editor mark approved complete completed done archive container drawer checked tick",name:"archive-check",cat:[8],type:0},{title:"file storage folder box document collection editor archive container drawer",name:"archive-3d-content",cat:[8],type:0},{title:"file storage folder success available box document check collection editor mark approved complete completed done archive container drawer checked tick",name:"archive-3d-check",cat:[8],type:0},{title:"files file storage ui user interface folder organize box document furniture collection documents editor archive container drawer cabinet handle safebox",name:"archive-2",cat:[8,27],type:0},{title:"direction navigation position gps location time map reminder pin place marker maps appointment",name:"appointment",cat:[15],type:0},{title:"design payment computer pay apple development device ipad iphone logo mac",name:"apple",cat:[5,22],type:0},{title:"education apple food fruit healthcare health medical",name:"apple-2",cat:[10,12],type:0},{title:"storage box app design development cube cardboard delivery gift pack package parcel present shipment shipping",name:"app",cat:[5],type:0},{title:"scale design development animation rectangle transform translate",name:"animation-32",cat:[5],type:0},{title:"play video key design development animation motion film frames movie steps",name:"animation-31",cat:[5],type:0},{title:"curve move path design development animation bezier bounce easing motion trajectory",name:"animation-14",cat:[5],type:0},{title:"emoticon angry furious smiley unhappy upset",name:"angry-44",cat:[6],type:0},{title:"emoticon angry furious smiley unhappy upset",name:"angry-10",cat:[6],type:0},{title:"right measure tool mathematics design development shape angle geometry",name:"angle",cat:[5],type:0},{title:"design android google development bot device mobile phone robot smartphone",name:"android",cat:[5,22],type:0},{title:"object anchor help support link",name:"anchor",cat:[25,26],type:0},{title:"data ui user interface diagram stats chart graph report statistics analytics monitor healthcare health medical charting charts results analysis analytic",name:"analytics-89",cat:[12,27],type:0},{title:"data ui user interface diagram stats chart graph report statistics analytics monitor healthcare health medical charting charts results analysis analytic",name:"analytics-88",cat:[12,27],type:0},{title:"cross healthcare health medical emergency ambulance hospital",name:"ambulance",cat:[12],type:0},{title:"move top align alignment arrange layout paragraph text typography design development arrangement baseline place side",name:"align-top",cat:[5],type:0},{title:"right move align alignment arrange layout editing arrangement place side",name:"align-right",cat:[5],type:0},{title:"right align font paragraph text type typography",name:"align-right-2",cat:[23],type:0},{title:"left move align alignment arrange layout editing arrangement place side",name:"align-left",cat:[5],type:0},{title:"left align font paragraph text type typography",name:"align-left-2",cat:[23],type:0},{title:"align font paragraph text type typography editing justify",name:"align-justify",cat:[23],type:0},{title:"center align font paragraph text type typography editing",name:"align-center",cat:[23],type:0},{title:"move vertical center align alignment arrange layout paragraph text typography design development arrangement baseline place side middle vertically",name:"align-center-vertical",cat:[5],type:0},{title:"horizontal move center align alignment arrange layout paragraph text typography design development horizontally arrangement baseline place side middle",name:"align-center-horizontal",cat:[5],type:0},{title:"bottom move align alignment arrange layout paragraph text typography design development arrangement baseline place side",name:"align-bottom",cat:[5],type:0},{title:"object alien space ufo spaceship",name:"alien-33",cat:[25],type:0},{title:"object emoticon alien space ufo",name:"alien-29",cat:[6],type:0},{title:"ui user interface error danger alert attention caution exclamation problem warning red",name:"alert",cat:[27],type:0},{title:"ui user interface sign info alert information notification about faq help support tooltip",name:"alert-square-i",cat:[27],type:0},{title:"ui user interface sign info mark alert information notification about faq help support ask query question",name:"alert-square-que",cat:[27],type:0},{title:"ui user interface sign info stop mark error danger alert attention caution exclamation information notification warning",name:"alert-square-exc",cat:[27],type:0},{title:"ui user interface sign info alert information notification about faq help support tooltip",name:"alert-i",cat:[27],type:0},{title:"ui user interface sign info travel alert information notification about faq help support tooltip",name:"alert-circle-i",cat:[26,27],type:0},{title:"ui user interface sign info mark alert information notification about faq help support ask query question",name:"alert-circle-que",cat:[27],type:0},{title:"ui user interface sign info stop mark error danger alert attention caution exclamation information notification warning",name:"alert-circle-exc",cat:[27],type:0},{title:"ui user interface sign info mark alert information notification about faq help support ask query question",name:"alert-que",cat:[27],type:0},{title:"ui user interface sign stop mark error danger alert attention caution exclamation notification warning",name:"alert-exc",cat:[27],type:0},{title:"food bottle danger attention alcohol drink",name:"alcohol",cat:[10],type:0},{title:"education school book notebook library read collection picture gallery photo album binder catalog catalogue knowledge label learn learning magazine press reading study",name:"album",cat:[5,16,18],type:0},{title:"file media collection picture gallery photo album binder catalog catalogue magazine multimedia",name:"album-2",cat:[5,16],type:0},{title:"furniture air conditioner",name:"air-conditioner",cat:[11],type:0},{title:"air baloon transportation",name:"air-baloon",cat:[25],type:0},{title:"business finance education school agenda book contacts diary note notebook notes pad",name:"agenda",cat:[3,18],type:0},{title:"finance education school agenda book diary note notebook notes pad ribbon bookmark favorite favourite",name:"agenda-bookmark",cat:[18],type:0},{title:"file folder document new add create plus paper item",name:"add",cat:[8],type:0},{title:"user new profile account avatar contact male man person add create plus users friend follower",name:"add-29",cat:[28],type:0},{title:"user new profile account avatar contact male man person add create plus users friend follower",name:"add-27",cat:[28],type:0},{title:"cursor hand pointer finger gesture active tap touch gestures",name:"active-40",cat:[24],type:0},{title:"cursor hand pointer finger gesture active tap touch gestures",name:"active-38",cat:[24],type:0},{title:"media video action film movie multimedia",name:"action-74",cat:[16],type:0},{title:"media video action film movie multimedia",name:"action-73",cat:[16],type:0},{title:"user profile account avatar person accessibility users member human accessible fair",name:"accessibility",cat:[28],type:0},{title:"education school alphabet abc letters",name:"abc",cat:[18],type:0},{title:"user schedule meeting time profile account avatar contact male man person calendar users member appointment countdown human friend follower",name:"a-time",cat:[28],type:0},{title:"sync user refresh reload update profile account avatar contact male man person users member human friend follower",name:"a-sync",cat:[28],type:0},{title:"user profile account avatar contact male man person favorite favourite love like users member star human friend follower",name:"a-star",cat:[28],type:0},{title:"share social user profile account avatar contact male man person connect users member human friend follower",name:"a-share",cat:[28],type:0},{title:"user lock security profile account avatar contact male man person safe padlock protection secure users member human friend follower",name:"a-security",cat:[28],type:0},{title:"user profile account avatar contact male man person view search find lens users member human friend follower",name:"a-search",cat:[28],type:0},{title:"user delete remove profile account avatar contact male man person cancel users member human friend follower",name:"a-remove",cat:[28],type:0},{title:"position location user profile account avatar contact male man person pin users member human friend locator follower body",name:"a-location",cat:[28],type:0},{title:"user profile account avatar contact male man person favorite favourite love like heart users member human friend follower",name:"a-heart",cat:[28],type:0},{title:"change user profile account avatar contact male man person edit modify users member human friend follower",name:"a-edit",cat:[28],type:0},{title:"user delete remove profile account avatar contact male man person cancel users member human friend follower",name:"a-delete",cat:[28],type:0},{title:"user profile account avatar contact male man person check mark approved complete completed done checked tick users member human friend follower",name:"a-check",cat:[28],type:0},{title:"user new profile account avatar contact male man person add create plus users friend follower",name:"a-add",cat:[28],type:0},{title:"up hand fingers gesture touch gestures swipe four",name:"4x-swipe-up",cat:[24],type:0},{title:"right hand fingers gesture touch gestures swipe four",name:"4x-swipe-right",cat:[24],type:0},{title:"left hand fingers gesture touch gestures swipe four",name:"4x-swipe-left",cat:[24],type:0},{title:"hand three fingers gesture tap screen touch gestures interactive",name:"3x-tap",cat:[24],type:0},{title:"up hand three fingers gesture touch gestures swipe",name:"3x-swipe-up",cat:[24],type:0},{title:"right hand three fingers gesture touch gestures swipe",name:"3x-swipe-right",cat:[24],type:0},{title:"left hand three fingers gesture touch gestures swipe",name:"3x-swipe-left",cat:[24],type:0},{title:"media glasses eyeglasses spectacles movie multimedia",name:"3d",cat:[16],type:0},{title:"design development 3D dimension dimensional shape axis coordinate coordinates cube volume",name:"3d-29",cat:[5],type:0},{title:"design development 3D dimension dimensional pyramidal shape three triangle augmented reality",name:"3d-model",cat:[5],type:0},{title:"hand fingers gesture tap screen touch gestures two interactive",name:"2x-tap",cat:[24],type:0},{title:"up hand fingers gesture touch gestures two swipe",name:"2x-swipe-up",cat:[24],type:0},{title:"right hand fingers gesture touch gestures two swipe",name:"2x-swipe-right",cat:[24],type:0},{title:"left hand fingers gesture touch gestures two swipe",name:"2x-swipe-left",cat:[24],type:0},{title:"down hand fingers gesture touch gestures two swipe",name:"2x-swipe-down",cat:[24],type:0},{title:"move up upwards control drag fingers gesture touch gestures two",name:"2x-drag-up",cat:[24],type:0},{title:"down move control drag fingers gesture touch gestures two",name:"2x-drag-down",cat:[24],type:0},{title:"food noodles plate italian noodle pasta spaghetti",name:"pasta",cat:[10],type:1},{title:"badge food certified healthy leaf organic natural",name:"organic-2",cat:[1,10],type:1},{title:"food frozen dessert breakfast cup yogurt sour dairy skyr",name:"yogurt",cat:[10],type:1},{title:"time kitchen timer stopwatch",name:"timer",cat:[10,21],type:1},{title:"food movie snack popcorn cinema",name:"popcorn",cat:[10],type:1},{title:"bag food drink beverage tea",name:"tea-bag",cat:[10],type:1},{title:"food bottle chinese japanese soy sauce oriental asian",name:"soy-sauce",cat:[10],type:1},{title:"sweet candy sugar lollipop",name:"lollipop",cat:[10],type:1},{title:"food bowl soup hot broth noodle ramen stew",name:"soup",cat:[10],type:1},{title:"food bowl rice cereal porridge grains",name:"rice",cat:[10],type:1},{title:"food vegetable pickle cucumber",name:"pickle",cat:[10],type:1},{title:"bag food delivery package takeaway",name:"bag-delivery",cat:[10,19],type:1},{title:"food sweet sugar dispenser cane",name:"sugar",cat:[10],type:1},{title:"food vegetable pepper salad",name:"pepper",cat:[10],type:1},{title:"food vegetable aubergine eggplant",name:"aubergine",cat:[10],type:1},{title:"food vegetable onion",name:"onion",cat:[10],type:1},{title:"food vegetable corn cereal cereals",name:"corn",cat:[10],type:1},{title:"food vegetable chips potato mashed",name:"potato",cat:[10],type:1},{title:"food vegetable garlic onion",name:"garlic",cat:[10],type:1},{title:"food fruit kiwi kiwifruit",name:"kiwi",cat:[10],type:1},{title:"food fruit berry blueberries blueberry",name:"blueberries",cat:[10],type:1},{title:"food fruit orange juice citrus grapefruit clementine",name:"orange",cat:[10],type:1},{title:"food fruit pear",name:"pear",cat:[10],type:1},{title:"food fruit lemon lime detox lemonade citrus",name:"lemon",cat:[10],type:1},{title:"food fruit pineapple tropical",name:"pineapple",cat:[10],type:1},{title:"health drink healthy beverage juice smoothie milkshake",name:"smoothie",cat:[10],type:1},{title:"nut nuts allergy peanut butter",name:"peanut",cat:[10],type:1},{title:"dessert sweet chocolate cream choco spread",name:"choco-cream",cat:[10],type:1},{title:"food dessert sweet sugar churros spanish",name:"churros",cat:[10],type:1},{title:"cake dessert sweet bakery cupcake muffin pastry",name:"cupcake",cat:[10],type:1},{title:"fruit dessert sweet sugar jelly gelatin",name:"jelly",cat:[10],type:1},{title:"dessert sweet cream ice sugar ice cream gelato",name:"ice-cream",cat:[10],type:1},{title:"dessert sweet bee honey syrup nectar dipper sugar",name:"honey",cat:[10],type:1},{title:"cake dessert sweet chocolate bakery mousse",name:"chocolate-mousse",cat:[10],type:1},{title:"food dessert sweet pancake pastry waffle",name:"waffle",cat:[10],type:1},{title:"dessert sweet pastry crepe crepes wrap",name:"crepe",cat:[10],type:1},{title:"cake dessert bakery pancake pastry crumpet waffle",name:"crumpet",cat:[10],type:1},{title:"dessert bread loaf bakery baking brioche pastry",name:"brioche",cat:[10],type:1},{title:"food nature healthy leaf organic",name:"organic",cat:[1,10],type:1},{title:"glass water drink beverage potable",name:"glass-water",cat:[10],type:1},{title:"food vegetable tomato",name:"tomato",cat:[10],type:1},{title:"glass drink healthy beverage leaf detox",name:"detox",cat:[10],type:1},{title:"food sandwich breakfast bread toast fastfood snack",name:"snack",cat:[10],type:1},{title:"fork vegetable carrot diet vegan vegetarian",name:"vegan",cat:[10],type:1},{title:"weight food calendar diet plan meals loss",name:"diet-plan",cat:[10,12,21],type:1},{title:"measure scale weight food kitchen",name:"food-scale",cat:[10,12],type:1},{title:"fruit drink healthy beverage orange juice fresh tropicana",name:"juice",cat:[10],type:1},{title:"food healthy diet plan wellness nutrition nutritional meals",name:"nutrition",cat:[10,12,21],type:1},{title:"file document note microsoft onenote",name:"onenote",cat:[20,8],type:1},{title:"energy fire sport fuel flame fitness cardio calorie calories",name:"energy",cat:[10,21],type:1},{title:"apple food health diet plan eating nutrition",name:"diet",cat:[10,12,21],type:1},{title:"list add create todo recipe ingredients",name:"recipe-create",cat:[10],type:1},{title:"list todo recipe ingredients",name:"recipe",cat:[10],type:1},{title:"food healthy vegetable diet salad lettuce",name:"salad",cat:[10],type:1},{title:"schedule time check alarm calendar appointment event reservation booking confirmation confirm",name:"event-confirm",cat:[27],type:1},{title:"schedule new time add create alarm calendar appointment event reservation booking",name:"event-create",cat:[27],type:1},{title:"list bill cheque payment price invoice receipt prices",name:"bill",cat:[3,10,19],type:1},{title:"list glass menu alcohol drink cocktail wine",name:"drink-list",cat:[10],type:1},{title:"schedule time alarm calendar appointment event opening times hours",name:"opening-times",cat:[10,27],type:1},{title:"food turkey meat chicken poultry dinner roast",name:"roast-chicken",cat:[10],type:1},{title:"food hazelnut nut nuts allergy protein",name:"hazelnut",cat:[10],type:1},{title:"food service dish course tray staff waiter",name:"dish",cat:[10],type:1},{title:"list food menu bottle alcohol drink cocktail wine",name:"wine-list",cat:[10],type:1},{title:"list price food menu catalog catalogue restaurant brochure prices flyer promotion",name:"restaurant-menu",cat:[10],type:1},{title:"restaurant reservation booking",name:"reservation",cat:[10],type:1},{title:"hat cooking chef restaurant cook",name:"chef",cat:[10],type:1},{title:"bar view summer restaurant cafe terrace rooftop",name:"terrace",cat:[10,11],type:1},{title:"fork food cutlery knife restaurant dinner eating",name:"cutlery",cat:[10],type:1},{title:"food coffee espresso organic bean caffeine cafe",name:"coffee-bean",cat:[10],type:1},{title:"food fruit healthy organic avocado",name:"avocado",cat:[10],type:1},{title:"dessert sweet breakfast bakery pancake syrup baking",name:"pancake",cat:[10],type:1},{title:"food meat pork bbq grill bone beef steak rib butcher",name:"steak-2",cat:[10],type:1},{title:"rotate circle loading progress wait interactive spinner rotation loader",name:"l-circles",cat:[14],type:1},{title:"rotate loading progress wait interactive spinner rotation loader",name:"l-circle",cat:[14],type:1},{title:"video streaming twitch",name:"twitch",cat:[20],type:1},{title:"chat description srt accessibility bubble subs subtitles subtitle caption",name:"subtitles",cat:[16],type:1},{title:"arrow arrows horizontal enlarge expand fullscreen increase maximize window zoom fit full measure resize responsive scale size width",name:"resize-h",cat:[2],type:1},{title:"arrow arrows enlarge expand fullscreen increase maximize window zoom vertical fit full measure resize responsive scale size height",name:"resize-v",cat:[2],type:1},{title:"arrow move out enlarge expand fullscreen increase maximize reach window zoom center",name:"zoom-triangles",cat:[2],type:1},{title:"arrow move out enlarge expand fullscreen increase maximize reach window zoom center",name:"zoom-e",cat:[2,16],type:1},{title:"social game discord gaming",name:"discord",cat:[20],type:1},{title:"move drag tool hand pan privacy",name:"tool-hand",cat:[5],type:1},{title:"select tool rectangle selection marquee",name:"tool-select",cat:[5],type:1},{title:"ui system design template components patterns guidelines component module",name:"components",cat:[5,27],type:1},{title:"system columns css grid flexbox rows",name:"grid-system",cat:[5],type:1},{title:"tool rectangle mask clip clipping masking rect",name:"mask-rect",cat:[5],type:1},{title:"circle tool oval mask clip clipping masking",name:"mask-oval",cat:[5],type:1},{title:"image material background texture img pattern",name:"texture",cat:[5],type:1},{title:"tool filter blur fuzzy gaussian",name:"tool-blur",cat:[5,16],type:1},{title:"scale size height dimension big large dimensions tall",name:"size-large",cat:[5,19],type:1},{title:"scale size height dimension medium dimensions average",name:"size-medium",cat:[5,19],type:1},{title:"scale size height dimension small dimensions",name:"size-small",cat:[5,19],type:1},{title:"git fork programming push commit pull svn",name:"git-commit",cat:[5],type:1},{title:"ui system library design block components modules patterns guidelines styleguide",name:"design-system",cat:[5,27],type:1},{title:"design shape shapes custom",name:"shape-custom",cat:[5],type:1},{title:"arrow design shape shapes",name:"shape-arrow",cat:[5],type:1},{title:"line design shape shapes",name:"shape-line",cat:[5],type:1},{title:"design shape style shapes star",name:"shape-star",cat:[5],type:1},{title:"design shape shapes polygon",name:"shape-polygon-2",cat:[5],type:1},{title:"design shape rectangle square shapes",name:"shape-rectangle",cat:[5],type:1},{title:"circle design shape oval shapes",name:"shape-oval",cat:[5],type:1},{title:"tool design shape triangle shapes",name:"shape-triangle-2",cat:[5],type:1},{title:"position location target focus distance margin static",name:"position",cat:[5],type:1},{title:"corner design angle border radius",name:"border-radius",cat:[5],type:1},{title:"css style border outer",name:"border",cat:[5],type:1},{title:"scale tool edit transform reshape 2d",name:"transform-2d",cat:[5],type:1},{title:"layer layers design card style palette cards",name:"cards",cat:[5],type:1},{title:"play connection network tool connect animation wireframe link wire prototype usability concept",name:"prototype",cat:[5],type:1},{title:"tool color gradient mask background colour linear fade luma",name:"gradient",cat:[5],type:1},{title:"safety car vehicle warning secure airbag",name:"airbag",cat:[25],type:1},{title:"woman man walk walking footpath walks moving",name:"walk",cat:[25],type:1},{title:"sign car vehicle space parking garage",name:"parking",cat:[25,26],type:1},{title:"switch start power on engine run",name:"engine-start",cat:[22,25],type:1},{title:"can station drip oil engine lubrication",name:"oil",cat:[7,25],type:1},{title:"visibility smart eye signal signals parking sensors driverless",name:"parking-sensors",cat:[25,22],type:1},{title:"seat chair vehicle seating seats",name:"seat",cat:[25],type:1},{title:"fan air conditioner cooler ventilation ventilator",name:"ventilation",cat:[25],type:1},{title:"stop car wheel disk brake brakes pedal discs",name:"brakes",cat:[25],type:1},{title:"open car vehicle trunk",name:"trunk",cat:[25],type:1},{title:"energy electric plug smart battery charger plugin hybrid",name:"hybrid",cat:[22,25,7],type:1},{title:"window car air conditioner ventilation",name:"car-ventilation",cat:[25],type:1},{title:"window wash washing car washer carwash fluid",name:"washing-fluid",cat:[25],type:1},{title:"car radiator auto engine diesel turbo piston cylinder combustion cylinders mechanic motor",name:"engine",cat:[25],type:1},{title:"inside door open car locked entrance doors",name:"car-door",cat:[25],type:1},{title:"light car indicator lights sidelight beam",name:"car-lights",cat:[25],type:1},{title:"drive car wheel gear cog tire traction",name:"wheel-2",cat:[25],type:1},{title:"controller car wheel gear steering tire driver",name:"wheel",cat:[25],type:1},{title:"car vehicle wheel rim part",name:"rim",cat:[25],type:1},{title:"energy power electric electricity charge charging level battery ion lithium rechargeable status",name:"battery-level",cat:[7,22,25],type:1},{title:"security seat safety belt car locked protection transportation accident seatbelt",name:"seatbelt",cat:[25],type:1},{title:"fuel station oil gas petrol gasoline diesel",name:"fuel-2",cat:[7,25],type:1},{title:"technology calibration smart sensor sensors alarms detector ignition cmos analyzer",name:"sensor",cat:[22,25],type:1},{title:"danger car transport vehicle auto transportation crash automobile broken insurance accident collision damage",name:"car-accident",cat:[25],type:1},{title:"wash clean car transport vehicle auto transportation automobile carwash",name:"car-wash",cat:[25],type:1},{title:"connect technology smart car vehicle signal wifi",name:"car-connect",cat:[25],type:1},{title:"sign car vehicle auto parking garage rental valet slot",name:"car-parking",cat:[25],type:1},{title:"transport cycle transportation bicycle bike cyclist cycling",name:"cyclist",cat:[21,25],type:1},{title:"transport cycle transportation bicycle bike cyclist cycling",name:"bike-2",cat:[21,25],type:1},{title:"sign key email website address at",name:"at-sign",cat:[23,27],type:1},{title:"delete remove schedule time volume minus alarm timer sound alert cancel event mute negative quiet silence",name:"alarm-delete",cat:[27],type:1},{title:"communication new answer chat comment conversation dialog message messages reply speaking talk note add create plus addition bubble",name:"comment-add",cat:[27],type:1},{title:"data schedule time chart timer events event plan history timeline past",name:"timeline",cat:[5,27],type:1},{title:"schedule new time add create plus addition alarm timer positive alert track event tracking",name:"alarm-add",cat:[27],type:1},{title:"time chart graph management timer project gantt timeline",name:"gantt",cat:[27],type:1},{title:"delete remove award favorite favourite minus love romantic like heart cancel valentine dating relationship romance negative",name:"fav-remove",cat:[27],type:1},{title:"file increase new add create plus addition positive",name:"file-add",cat:[8,27],type:1},{title:"file decrease delete remove minus cancel deletion less removal subtract",name:"file-delete",cat:[27,8],type:1},{title:"media web news content marketing blogger wordpress article blog cms feed documentation copywriting",name:"blog",cat:[27],type:1},{title:"left right interface browser layout page website boxes grid mockup site table tile wireframe sidebar webpage",name:"sidebar",cat:[5,27],type:1},{title:"enlarge expand fullscreen increase maximize zoom full scale size display computer monitor screen fullsize large",name:"full-screen",cat:[16,27],type:1},{title:"network display development device mirror duplicate cast desktop mirroring monitor screen streaming wireless",name:"mirror-2",cat:[5,27],type:1},{title:"rotate loading progress tool wait spinner rotation loader",name:"refresh-02",cat:[14,5],type:1},{title:"loading progress wait spinner loader",name:"refresh-01",cat:[14],type:1},{title:"loading progress wait spinner loader",name:"dots",cat:[14],type:1},{title:"loading progress wait spinner loader",name:"circle",cat:[14],type:1},{title:"loading progress wait spinner loader",name:"bars",cat:[14],type:1},{title:"business finance shopping cash payment money pay wallet",name:"wallet-90",cat:[3,19],type:1},{title:"user business finance account avatar businessman contact male suit tie",name:"business-contact-89",cat:[3],type:1},{title:"user business finance account avatar businessman contact suit female woman",name:"business-contact-87",cat:[3],type:1},{title:"social media wikipedia",name:"logo-wikipedia",cat:[20],type:1},{title:"social media weibo",name:"logo-weibo",cat:[20],type:1},{title:"social media wechat",name:"logo-wechat",cat:[20],type:1},{title:"social media VKontakte vk",name:"logo-vk",cat:[20],type:1},{title:"squarespace builder",name:"logo-squarespace",cat:[20],type:1},{title:"social media qq tencent",name:"logo-qq",cat:[20],type:1},{title:"social media facebook messenger",name:"logo-messenger",cat:[20],type:1},{title:"social media medium",name:"logo-medium",cat:[20],type:1},{title:"user business finance account avatar businessman contact suit female woman",name:"business-contact-88",cat:[3],type:1},{title:"arrow arrows move out enlarge expand fullscreen increase maximize reach window zoom",name:"zoom",cat:[2],type:1},{title:"ui user interface zoom glass view search find lens magnify explore lookup magnifier magnifying",name:"zoom-split",cat:[27],type:1},{title:"out ui user interface zoom glass view search minus find lens magnify explore lookup magnifier magnifying recede reduce",name:"zoom-split-out",cat:[27],type:1},{title:"ui user interface enlarge increase zoom in glass plus view search find lens magnify explore lookup magnifier magnifying approach",name:"zoom-split-in",cat:[27],type:1},{title:"out ui user interface zoom glass view search minus find lens magnify explore lookup magnifier magnifying recede reduce",name:"zoom-out",cat:[27],type:1},{title:"ui user interface enlarge increase zoom in glass plus view search find lens magnify explore lookup magnifier magnifying approach",name:"zoom-in",cat:[27],type:1},{title:"ui user interface zoom glass view search find lens magnify explore lookup magnifier magnifying",name:"zoom-bold",cat:[27],type:1},{title:"out ui user interface zoom glass view search minus find lens magnify explore lookup magnifier magnifying recede reduce",name:"zoom-bold-out",cat:[27],type:1},{title:"ui user interface enlarge increase zoom in glass plus view search find lens magnify explore lookup magnifier magnifying approach",name:"zoom-bold-in",cat:[27],type:1},{title:"arrow arrows direction move out directions enlarge expand fullscreen increase maximize reach window zoom",name:"zoom-100",cat:[2],type:1},{title:"arrow arrows direction move out directions enlarge expand fullscreen increase maximize reach window zoom tool",name:"zoom-99",cat:[2,5],type:1},{title:"arrow move out enlarge expand fullscreen increase maximize reach window zoom center",name:"zoom-88",cat:[2],type:1},{title:"zoom glass view search find lens magnify explore lookup magnifier magnifying",name:"zoom-2",cat:[27,5],type:1},{title:"holidays halloween monster death zombie",name:"zombie",cat:[13],type:1},{title:"file folder document extension archive zip compressed zipped",name:"zip-55",cat:[8],type:1},{title:"file folder document extension archive zip compressed zipped",name:"zip-54",cat:[8],type:1},{title:"navigation gps location energy environment travel earth globe world map planet maps",name:"world",cat:[7,15,26],type:1},{title:"direction navigation position gps location earth globe world map pin place marker planet maps",name:"world-pin",cat:[15],type:1},{title:"earth globe world",name:"world-2",cat:[26],type:1},{title:"direction navigation position gps location earth globe world map pin place marker planet maps",name:"worl-marker",cat:[15],type:1},{title:"object ball cat wool",name:"wool-ball",cat:[1],type:1},{title:"log animal nature forest trees material wood wooden",name:"wood",cat:[1],type:1},{title:"user profile account avatar contact female woman person users member human friend follower",name:"woman",cat:[12,28],type:1},{title:"up user profile account avatar contact female woman person users member human friend follower body",name:"woman-up",cat:[28],type:1},{title:"user sign male female woman man healthcare health medical users symbol gender guy sex straight couple girl hetero heterosexual",name:"woman-man",cat:[12,28],type:1},{title:"down user profile account avatar contact female woman person users member human friend follower body",name:"woman-down",cat:[28],type:1},{title:"user profile account avatar contact female woman person users member human friend follower",name:"woman-25",cat:[28],type:1},{title:"user profile account avatar contact female woman person users member human friend follower",name:"woman-24",cat:[28],type:1},{title:"user sign female woman symbol gender sex girl",name:"woman-21",cat:[12,28],type:1},{title:"user profile account avatar contact female woman person users member human friend follower",name:"woman-2",cat:[28],type:1},{title:"holidays halloween animal nature scary monster face werewolf wolf",name:"wolf",cat:[1,13],type:1},{title:"hat holidays halloween magic scary witch",name:"witch-hat",cat:[13],type:1},{title:"emoticon smiley cheerful happy smile positive satisfied wink",name:"wink-69",cat:[6],type:1},{title:"emoticon smiley cheerful happy smile positive satisfied wink",name:"wink-11",cat:[6],type:1},{title:"emoticon smiley cheerful happy smile positive satisfied wink",name:"wink-06",cat:[6],type:1},{title:"arrow left bottom move out interface enlarge expand fullscreen increase maximize reach window zoom application browser windows",name:"window-zoom-out",cat:[2],type:1},{title:"arrow right move out top interface enlarge expand fullscreen increase maximize reach window zoom application browser windows",name:"window-zoom-in",cat:[2],type:1},{title:"responsive browser layout app tab design internet web development mobile programming website mockup site wireframe webpage code coding develop first",name:"window-responsive",cat:[5],type:1},{title:"browser layout document paragraph text app tab list design internet web development page picture website image photo boxes grid masonry mockup site table tile view wireframe header sidebar webpage content description",name:"window-paragraph",cat:[5],type:1},{title:"browser layout app tab list design internet web development page programming website html boxes grid masonry mockup site table tile view wireframe header sidebar webpage code coding dev develop",name:"window-dev",cat:[5],type:1},{title:"ui user interface window close exit application browser windows delete remove app internet web page frame webpage minus widget software online dock removal plugin",name:"window-delete",cat:[27],type:1},{title:"line browser layout app tab list design internet web development page programming website html boxes grid masonry mockup site table tile view wireframe header sidebar webpage code coding dev develop command console terminal",name:"window-code",cat:[5],type:1},{title:"ui user interface window application browser windows app new internet web page add create plus frame webpage addition widget software online dock plugin",name:"window-add",cat:[27],type:1},{title:"weather energy environment power recharge recharger turbine wheel wind windmill windy",name:"wind",cat:[7,29],type:1},{title:"wind windy",name:"wind-2",cat:[29],type:1},{title:"connection communication network internet tech technology wireless label signal pulse radar online wifi broadband connectivity hotspot reception router sensor signals wave",name:"wifi",cat:[22],type:1},{title:"connection communication network internet tech technology device wireless signal online wifi broadband connectivity hotspot reception router sensor signals antenna lan modem",name:"wifi-router",cat:[22],type:1},{title:"connection lock security communication network internet safe tech technology wireless signal padlock protection secure pulse radar online wifi broadband connectivity hotspot reception router sensor signals wave",name:"wifi-protected",cat:[22],type:1},{title:"connection communication network internet tech technology wireless signal pulse disabled radar off online wifi broadband connectivity hotspot reception router sensor signals wave disconnected offline",name:"wifi-off",cat:[22],type:1},{title:"connection communication network internet tech technology wireless label signal pulse radar online wifi broadband connectivity hotspot reception router sensor signals wave",name:"wifi-2",cat:[22],type:1},{title:"ui user interface window application app web frame widget dock plugin",name:"widget",cat:[27],type:1},{title:"travel house america white monument government independence president washington",name:"white-house",cat:[26],type:1},{title:"sport game alarm notification foul referee whistle",name:"whistle",cat:[21],type:1},{title:"man emoticon smiley moustache whisker",name:"whiskers",cat:[6],type:1},{title:"mix food cooking blend tools utensils whisk",name:"whisk",cat:[10],type:1},{title:"healthcare health medical disabled wheelchair",name:"wheelchair",cat:[12],type:1},{title:"emoticon smiley concern confused puzzled what",name:"what",cat:[6],type:1},{title:"scale weight furniture healthcare health medical diet",name:"weight",cat:[11,12],type:1},{title:"animal nature healthcare health medical drugs weed",name:"weed",cat:[1,12],type:1},{title:"ui user interface browser layout app tab list design internet web development page website boxes grid masonry mockup site table tile view wireframe header sidebar webpage",name:"webpage",cat:[5,27],type:1},{title:"browser layout app tab design internet web development website mockup site wireframe webpage",name:"webpage-2",cat:[27],type:1},{title:"video conference chat web tech technology camera record cam surveillance recorder webcam",name:"webcam-39",cat:[22],type:1},{title:"video conference chat web tech technology camera record cam surveillance recorder webcam",name:"webcam-38",cat:[22],type:1},{title:"browser layout design internet web development programming website create site code coding develop project service webdesign",name:"web-design",cat:[5],type:1},{title:"user sign person users bathroom loo restroom toilet human couple lavatory sanitary",name:"wc",cat:[28],type:1},{title:"food fruit slice healthy melon watermelon",name:"watermelon",cat:[10],type:1},{title:"energy environment ecology saver green respect sustainability drops gardening water",name:"water",cat:[7],type:1},{title:"energy environment ecology green respect sustainability drops water sink",name:"water-sink",cat:[7],type:1},{title:"save energy environment drop hand ecology green planet water",name:"water-hand",cat:[7],type:1},{title:"clock time watch accessory tech technology apple device smart alarm iwatch timer track digital tracking wristwatch",name:"watch",cat:[22],type:1},{title:"clock time watch accessory tech technology device smart alarm timer track digital tracking wristwatch",name:"watch-time",cat:[22],type:1},{title:"responsive clock schedule tool app time watch design android apple development device ios code coding develop tag smart alarm iwatch smartwatch timer wearable",name:"watch-dev",cat:[5],type:1},{title:"clock time watch clothes accessory tech technology device smart alarm timer track digital tracking wristwatch",name:"watch-circle",cat:[4,22],type:1},{title:"arrows energy environment clean danger virus ecology green toxic waste cycle garbage recycle recycling bin envir-64px-glyph_waste trash",name:"waste",cat:[7],type:1},{title:"arrows energy environment clean ecology green waste cycle garbage recycle recycling bin trash",name:"waste-recycling",cat:[7],type:1},{title:"energy environment danger virus atomic emergency radiation sickness toxic waste",name:"waste-danger",cat:[7],type:1},{title:"machine furniture clothes accessory laundry care cleaning clothing wash washing mashine washer",name:"wash",cat:[4,11],type:1},{title:"machine clothes accessory laundry care cleaning clothing wash washing",name:"wash-hand",cat:[4],type:1},{title:"machine clothes accessory laundry care cleaning clothing wash washing 90",name:"wash-90",cat:[4],type:1},{title:"machine clothes accessory laundry care cleaning clothing wash washing 60",name:"wash-60",cat:[4],type:1},{title:"machine clothes accessory laundry care cleaning clothing wash washing 30",name:"wash-30",cat:[4],type:1},{title:"laundry wash washing mashine washer",name:"wash-2",cat:[11],type:1},{title:"furniture cabinet armoire closet wardrobe",name:"wardrobe",cat:[11],type:1},{title:"select tool design development editing filter photo magic stick effect enhance fairy fairytail fantasy juggle magician trick wand wish wizard",name:"wand-11",cat:[5],type:1},{title:"change shopping cash payment money coin pay wallet purse profit spend",name:"wallet",cat:[19],type:1},{title:"business finance shopping cash payment money pay wallet",name:"wallet-44",cat:[3,19],type:1},{title:"business finance shopping cash payment money pay wallet",name:"wallet-43",cat:[3,19],type:1},{title:"connection security communication network safe tech technology secure private virtual vpn",name:"vpn",cat:[22],type:1},{title:"up media volume multimedia audio sound speaker",name:"volume-up",cat:[16],type:1},{title:"media volume multimedia audio sound speaker mute",name:"volume-off",cat:[16],type:1},{title:"down media volume multimedia audio sound speaker",name:"volume-down",cat:[16],type:1},{title:"media ban volume multimedia audio sound speaker mute",name:"volume-ban",cat:[16],type:1},{title:"media volume multimedia audio sound speaker",name:"volume-98",cat:[16],type:1},{title:"media volume multimedia audio sound speaker",name:"volume-97",cat:[16],type:1},{title:"media volume multimedia audio sound speaker mute",name:"volume-93",cat:[16],type:1},{title:"sport game beach ball volley volleyball",name:"volleyball",cat:[21],type:1},{title:"user profile avatar contact person volume sound users member human speaker record voice recorder speach speak",name:"voice-record",cat:[28],type:1},{title:"animal nature bug insect emoticon smiley disease virus",name:"virus",cat:[1,6],type:1},{title:"media video holidays film movie camera multimedia videocamera",name:"videocamera-72",cat:[13,16],type:1},{title:"media video film movie camera multimedia videocamera",name:"videocamera-71",cat:[16],type:1},{title:"play media video film movie multimedia",name:"video-67",cat:[16],type:1},{title:"media video film movie camera multimedia videocamera",name:"video-66",cat:[16],type:1},{title:"media video film movie camera multimedia videocamera",name:"video-65",cat:[16],type:1},{title:"play media video text film movie editing camera multimedia",name:"video-64",cat:[16,23],type:1},{title:"clothes accessory wear underwear undershirt vest",name:"vest",cat:[4],type:1},{title:"sport clothes accessory wear undershirt vest",name:"vest-sport",cat:[4,21],type:1},{title:"suit wear food apron cooking vest chef uniform",name:"vest-31",cat:[10],type:1},{title:"vehicle transportation scooter vespa",name:"vespa",cat:[25],type:1},{title:"vehicle transportation scooter vespa",name:"vespa-front",cat:[25],type:1},{title:"curve tool format pen edit shape create point editing vector anchor arc curves graphics points",name:"vector",cat:[5],type:1},{title:"file document pen edit pencil write editing draft vector",name:"vector-2",cat:[8],type:1},{title:"holidays halloween evil horror scary monster dracula vampire",name:"vampire",cat:[13],type:1},{title:"file share user communication post folder document profile account person paper item users member",name:"user",cat:[8,28],type:1},{title:"sport water pool aquatics swimmer swimming",name:"user-swim",cat:[21],type:1},{title:"sport snow boarding snowboard",name:"user-snowboard",cat:[21],type:1},{title:"sport training exercise workout jogging marathon running",name:"user-run",cat:[21],type:1},{title:"sport health meditation stretching pilates yoga",name:"user-meditation",cat:[21],type:1},{title:"sport game rock climbing mountain activity",name:"user-climb",cat:[21],type:1},{title:"balance sport health exercise workout meditation stretching",name:"user-balance",cat:[21],type:1},{title:"storage design pen connect tech technology cable development device drive flash memory port portable removable stick usb",name:"usb",cat:[5,22],type:1},{title:"emoticon angry furious smiley unhappy upset",name:"upset-14",cat:[6],type:1},{title:"emoticon angry furious smiley unhappy upset",name:"upset-13",cat:[6],type:1},{title:"arrow direction top up cloud data file input save share storage sync transfer backup ftp hosting import server upload folder document paper item",name:"upload",cat:[2,8],type:1},{title:"arrow direction top up cloud data file input save share storage sync transfer backup ftp hosting import server upload folder document paper item",name:"upload-2",cat:[2,8],type:1},{title:"arrow direction expand control git version combine join merge pointing together unify unite",name:"unite",cat:[2],type:1},{title:"arrow direction expand control git version combine join merge pointing together unify unite",name:"unite-round",cat:[2],type:1},{title:"files file separate split group document layer layers note design report development copy paper clone copies documents duplicate paste apart break deselect ungroup",name:"ungroup",cat:[5],type:1},{title:"arrow back curve invert left repeat rotate undo backward sync infinite infinity load loading loop process refresh reload replay update tool dotted rotation",name:"undo-29",cat:[2,5],type:1},{title:"arrow back curve invert left redo repeat rotate undo backward",name:"undo-25",cat:[2],type:1},{title:"woman clothes accessory wear underwear",name:"underwear",cat:[4],type:1},{title:"clothes accessory wear underwear men",name:"underwear-man",cat:[4],type:1},{title:"font text type typography style editing underline formatting",name:"underline",cat:[23],type:1},{title:"travel beach object umbrella",name:"umbrella-14",cat:[26],type:1},{title:"weather object rain umbrella",name:"umbrella-13",cat:[29],type:1},{title:"switch ui user interface control preferences options settings configuration setting switcher switches toggle tuner",name:"ui-04",cat:[27],type:1},{title:"switch ui user interface control preferences options settings configuration setting switcher switches toggle tuner",name:"ui-03",cat:[27],type:1},{title:"video display furniture shelf computer tech technology device film movie desktop monitor screen television tv personal entertainment workstation",name:"tv",cat:[11,22],type:1},{title:"video display tech technology device film movie screen television tv retro entertainment old crt",name:"tv-old",cat:[22],type:1},{title:"video display computer device film movie desktop monitor screen television tv personal entertainment workstation",name:"tv-2",cat:[22],type:1},{title:"animal nature sea slow turtle",name:"turtle",cat:[1],type:1},{title:"sport clothes accessory shirt wear sleeve tshirt short tee",name:"tshirt-sport",cat:[4,21],type:1},{title:"clothes accessory shirt wear sleeve tshirt half short tee",name:"tshirt-54",cat:[4],type:1},{title:"clothes accessory shirt wear sleeve tshirt half short tee",name:"tshirt-53",cat:[4],type:1},{title:"delivery vehicle transportation truck",name:"truck-front",cat:[25],type:1},{title:"sport achievement award medal prize winner cup champion trophy victory",name:"trophy",cat:[21],type:1},{title:"travel suitcase cart trolley baggage luggage",name:"trolley",cat:[26],type:1},{title:"media accessory photo camera multimedia tripod",name:"tripod",cat:[16],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards file upload",name:"triangle-up",cat:[2],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"triangle-up-64",cat:[2],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"triangle-up-19",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"triangle-right",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"triangle-right-62",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards play",name:"triangle-right-17",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"triangle-left",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"triangle-left-63",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"triangle-left-18",cat:[2],type:1},{title:"arrow bottom descend downward download file",name:"triangle-down",cat:[2],type:1},{title:"arrow bottom descend down downward move",name:"triangle-down-65",cat:[2],type:1},{title:"arrow bottom descend down downward",name:"triangle-down-20",cat:[2],type:1},{title:"arrow line direction keyboard move navigation out position top up upward upwards increase progress diagram sales stats trend visits growth",name:"trend-up",cat:[2],type:1},{title:"arrow line down progress decrease diagram sales shrink stats trend visits",name:"trend-down",cat:[2],type:1},{title:"holidays decoration tree christmas",name:"tree",cat:[13],type:1},{title:"holidays ball decoration tree christmas",name:"tree-ball",cat:[13],type:1},{title:"environment plant animal nature summer ecology green tree forest trees flora spring",name:"tree-03",cat:[1],type:1},{title:"environment plant animal nature summer ecology green tree forest trees flora spring",name:"tree-02",cat:[1],type:1},{title:"energy environment plant animal nature summer ecology green tree forest trees flora spring",name:"tree-01",cat:[1,7],type:1},{title:"direction navigation gps location path guide map address parchment maps track route street hidden secret treasure",name:"treasure-map-40",cat:[15],type:1},{title:"direction navigation gps location path guide map address maps track route street hidden secret treasure",name:"treasure-map-21",cat:[15],type:1},{title:"ui user interface delete remove furniture can waste garbage recycle recycling bin trash dump dustbin junk rubbish trashcan",name:"trash",cat:[11,27],type:1},{title:"ui user interface delete remove can waste garbage recycle recycling bin trash dump dustbin junk rubbish trashcan",name:"trash-simple",cat:[27],type:1},{title:"ui user interface delete remove can waste garbage recycle recycling bin trash dump dustbin junk rubbish trashcan",name:"trash-round",cat:[27],type:1},{title:"resize scale design development shape animation rectangle transform translate reshape",name:"transform",cat:[5],type:1},{title:"orientation resize scale center box design development shape animation transform translate grid reshape origin",name:"transform-origin",cat:[5],type:1},{title:"vehicle transportation bus train tram",name:"tram",cat:[25],type:1},{title:"travel vehicle transportation train",name:"train",cat:[25],type:1},{title:"vehicle speed transportation train",name:"train-speed",cat:[25],type:1},{title:"vehicle farm transportation tractor",name:"tractor",cat:[25],type:1},{title:"font text type typography style editing tracking formatting",name:"tracking",cat:[23],type:1},{title:"box shopping delivery gift package present surprise track donation tracking",name:"track-delivery",cat:[19],type:1},{title:"media hand tap photo camera touch multimedia",name:"touch",cat:[16],type:1},{title:"healthcare health medical tooth",name:"tooth",cat:[12],type:1},{title:"furniture bathroom loo restroom toilet wc",name:"toilet",cat:[11],type:1},{title:"furniture paper roll bathroom toilet tissue",name:"toilet-paper",cat:[11],type:1},{title:"file form document list note notebook notes pad design report check notepad development page paper mark checklist tasks todo clipboard checkmark complete completed done marks task",name:"todo",cat:[5],type:1},{title:"arrow progress whole version 24h availability available career clock daily day every freelance freelancer monthly schedule weekly yearly time watch wait alarm timer alert appointment countdown track event tracking deadline hour history",name:"time",cat:[2,27,5],type:1},{title:"ui user interface measure clock schedule time watch sport alarm timer speed alert countdown track event tracking productivity deadline hour stopwatch history chronometer lap",name:"time-countdown",cat:[21,27],type:1},{title:"ui user interface clock schedule time watch furniture alarm timer alert track event tracking deadline hour history",name:"time-clock",cat:[11,27],type:1},{title:"ui user interface clock schedule time watch furniture alarm timer alert track event tracking deadline hour history",name:"time-alarm",cat:[11,27],type:1},{title:"progress availability available clock daily day monthly schedule weekly yearly time watch wait alarm timer alert appointment countdown track event tracking deadline hour history",name:"time-3",cat:[27],type:1},{title:"availability available clock daily day every monthly schedule weekly yearly document time watch wait paper alarm timer alert appointment countdown track event tracking deadline hour history",name:"time-2",cat:[8],type:1},{title:"line ui user interface layout list shape website gallery boxes column grid mockup row table tile view wireframe",name:"tile-55",cat:[27],type:1},{title:"tie clothes accessory holidays wear bow classic",name:"tie-bow",cat:[4,13],type:1},{title:"business finance tie dress",name:"tie-02",cat:[3],type:1},{title:"business finance tie clothes accessory dress",name:"tie-01",cat:[3,4],type:1},{title:"media movie multimedia event show ticket",name:"ticket-76",cat:[16],type:1},{title:"media sport movie multimedia event show ticket",name:"ticket-75",cat:[16,21],type:1},{title:"input cursor tool font format paragraph text type typography education school design edit write development mouse point pointer editing insert typing writing editor area character textarea letter alphabet alphabetic capital typeface",name:"text",cat:[5,18,23],type:1},{title:"input cursor tool paragraph text type typography edit write mouse point pointer editing insert typing writing area character textarea",name:"text-2",cat:[5,23],type:1},{title:"sport ball tennis equipment racket",name:"tennis",cat:[21],type:1},{title:"sport ball tennis equipment",name:"tennis-ball",cat:[21],type:1},{title:"travel temple building religious",name:"temple-25",cat:[26],type:1},{title:"weather energy environment healthcare health medical temperature thermometer",name:"temperature-24",cat:[7,12,29],type:1},{title:"weather energy environment food healthcare health medical temperature thermometer",name:"temperature-23",cat:[7,10,12,29],type:1},{title:"food drink beverage hot cup mug tea",name:"tea",cat:[10],type:1},{title:"arrow ui user interface business finance dartboard darts goal goals target targeting eye aim marketing objective archery bull's bullseye motive purpose",name:"target",cat:[27],type:1},{title:"media music holidays multimedia audio retro tape",name:"tape",cat:[13,16],type:1},{title:"hand mobile fingers gesture tap screen touch one gestures interactive",name:"tap-02",cat:[24],type:1},{title:"hand mobile fingers gesture tap screen touch one gestures interactive",name:"tap-01",cat:[24],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"tail-up",cat:[2],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"tail-triangle-up",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"tail-triangle-right",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"tail-triangle-left",cat:[2],type:1},{title:"arrow bottom descend down downward",name:"tail-triangle-down",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"tail-right",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"tail-left",cat:[2],type:1},{title:"arrow bottom descend down downward",name:"tail-down",cat:[2],type:1},{title:"ui user interface organize shopping price discount ecommerce sale category label tag store attribute",name:"tag",cat:[19,27],type:1},{title:"organize time shopping price discount ecommerce sale category label tag countdown store attribute",name:"tag-sale",cat:[19],type:1},{title:"delete remove organize shopping price discount ecommerce sale category label tag cancel store attribute",name:"tag-remove",cat:[19],type:1},{title:"organize shopping price discount ecommerce sale category label favorite favourite tag love like heart store attribute loyalty",name:"tag-loyalty",cat:[19],type:1},{title:"ui user interface organize shopping price discount ecommerce sale category label tag store attribute",name:"tag-line",cat:[19,27],type:1},{title:"organize shopping price discount ecommerce sale category label tag store attribute",name:"tag-cut",cat:[19],type:1},{title:"ui user interface organize shopping price discount ecommerce sale category label tag store attribute",name:"tag-content",cat:[19,27],type:1},{title:"organize success select shopping check price discount ecommerce sale category selected label tag accept checked store attribute",name:"tag-check",cat:[19],type:1},{title:"organize new shopping price discount ecommerce sale add plus category label tag store attribute",name:"tag-add",cat:[19],type:1},{title:"organize shopping price discount ecommerce sale category label tag store attribute",name:"tag-2",cat:[27],type:1},{title:"sport strategy coach planning tactic",name:"tactic",cat:[21,3],type:1},{title:"food mexico fastfood mexican tacos tortilla wrap",name:"tacos",cat:[10],type:1},{title:"art drawing design pen tech technology write device draw graphic touch tablet stylus wacom",name:"tablet",cat:[5,22],type:1},{title:"tech technology android apple device mobile ipad ios touch tablet touchscreen toolbar",name:"tablet-toolbar",cat:[22],type:1},{title:"book tech technology amazon read device mobile ipad touch tablet ebook touchscreen reader ereader kindle",name:"tablet-reader-42",cat:[22],type:1},{title:"book tech technology amazon read device mobile ipad touch tablet ebook touchscreen reader ereader kindle",name:"tablet-reader-31",cat:[22],type:1},{title:"responsive display layout design web development device mobile phone smartphone ipad iphone website screen develop touch first devices tablet",name:"tablet-mobile",cat:[5],type:1},{title:"tech technology android apple device mobile ipad ios touch tablet touchscreen",name:"tablet-button",cat:[22],type:1},{title:"book amazon read device mobile ipad touch tablet ebook touchscreen reader ereader kindle",name:"tablet-2",cat:[22],type:1},{title:"furniture table desk room dining",name:"table",cat:[11],type:1},{title:"arrow right arrows move navigation ui user interface lines list bars menu options settings blocks table slide",name:"table-right",cat:[27],type:1},{title:"arrow left arrows move navigation ui user interface lines list bars menu options settings blocks table slide",name:"table-left",cat:[27],type:1},{title:"arrow download input save import user enter entry in inbox inside lock log login password security sign update way system",name:"system-update",cat:[2],type:1},{title:"needle healthcare health medical syringe",name:"syringe",cat:[12],type:1},{title:"data sync transfer connection update connect tech technology device mobile phone smartphone synchronization synchronize syncing",name:"sync",cat:[22],type:1},{title:"tool travel pocket knife swiss compact screw",name:"swiss-knife",cat:[26],type:1},{title:"up hand fingers gesture touch one gestures swipe",name:"swipe-up",cat:[24],type:1},{title:"right hand fingers gesture touch one gestures swipe",name:"swipe-right",cat:[24],type:1},{title:"left hand fingers gesture touch one gestures swipe",name:"swipe-left",cat:[24],type:1},{title:"bottom down hand fingers gesture touch one gestures swipe",name:"swipe-bottom",cat:[24],type:1},{title:"sport travel woman clothes accessory wear swimming swimsuit swimwear bikini",name:"swimwear",cat:[4,21,26],type:1},{title:"sport travel clothes accessory man wear swimming swimsuit swimwear trunk",name:"swimsuit",cat:[4,21,26],type:1},{title:"arrow alternative arrows change exchange files flip swap switch transmit vertical",name:"swap-vertical",cat:[2],type:1},{title:"arrow alternative arrows change exchange files flip horizontal swap switch transmit",name:"swap-horizontal",cat:[2],type:1},{title:"food chopstick seafood japanese rice roll sushi",name:"sushi",cat:[10],type:1},{title:"open emoticon smiley surprise surprised mouth disbelief shocked",name:"surprise",cat:[6],type:1},{title:"board sport travel beach summer water wind sea surfing sailing surf watersport windsurf",name:"surf",cat:[21,26],type:1},{title:"wind sea sailing surf watersport windsurf",name:"surf-2",cat:[21,26],type:1},{title:"ui user interface shopping safe object help support life",name:"support-17",cat:[19,27],type:1},{title:"ui user interface shopping safe object help support life",name:"support-16",cat:[19,27],type:1},{title:"energy power sport food fitness gym powder proteins supplement vitamin",name:"supplement",cat:[21,10],type:1},{title:"font text type typography style editing formatting superscript",name:"superscript",cat:[23],type:1},{title:"travel glasses eyeglasses glass read spectacles sunglasses",name:"sunglasses",cat:[26],type:1},{title:"sunglasses emoticon smiley cheerful happy smile cool",name:"sunglasses-49",cat:[6],type:1},{title:"sunglasses emoticon smiley cheerful happy smile cool",name:"sunglasses-48",cat:[6],type:1},{title:"weather sun sunny fog mist",name:"sun-fog-43",cat:[29],type:1},{title:"weather sun sunny fog mist sunrise sunset",name:"sun-fog-30",cat:[29],type:1},{title:"weather sun sunny fog mist sunrise sunset",name:"sun-fog-29",cat:[29],type:1},{title:"cloud weather sun sunny",name:"sun-cloud",cat:[29],type:1},{title:"cloud weather sun snow sunny flake",name:"sun-cloud-snow-55",cat:[29],type:1},{title:"cloud weather sun snow sunny",name:"sun-cloud-snow-54",cat:[29],type:1},{title:"cloud weather sun sunny rain",name:"sun-cloud-rain",cat:[29],type:1},{title:"cloud weather light flash sun sunny lightning",name:"sun-cloud-light",cat:[29],type:1},{title:"cloud weather sun sunny hail",name:"sun-cloud-hail",cat:[29],type:1},{title:"cloud weather sun sunny fog mist",name:"sun-cloud-fog",cat:[29],type:1},{title:"cloud weather drop sun sunny rain",name:"sun-cloud-drop",cat:[29],type:1},{title:"font text type typography style editing formatting subscript",name:"subscript",cat:[23],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"strong-up",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"strong-right",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"strong-left",cat:[2],type:1},{title:"arrow bottom descend down downward move",name:"strong-down",cat:[2],type:1},{title:"font text type typography style editing formatting strikethrough",name:"strikethrough",cat:[23],type:1},{title:"zoom in hand gesture touch gestures magnify stretch",name:"stretch",cat:[24],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards chevron",name:"stre-up",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards chevron",name:"stre-right",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous chevron",name:"stre-left",cat:[2],type:1},{title:"arrow direction bottom down keyboard move navigation chevron",name:"stre-down",cat:[2],type:1},{title:"food fruit love healthy berry passion strawberry",name:"strawberry",cat:[10],type:1},{title:"business finance sport chess game piece rook strategy tower",name:"strategy",cat:[3,21],type:1},{title:"commerce home shopping ecommerce shop food restaurant retail market mall online retailer store cafe",name:"store",cat:[19,10],type:1},{title:"storage furniture drawer cabinet cupboard drawers bureau dresser",name:"storage",cat:[11],type:1},{title:"storage furniture hanger towel radiator dryer rail steel warmer",name:"storage-hanger",cat:[11],type:1},{title:"sales business finance chart graph report statistics analytics money stock",name:"stock",cat:[3,19],type:1},{title:"box shopping stock delivery pack package shipping cargo ship lift warehouse",name:"stock-2",cat:[19],type:1},{title:"steps healthcare health medical feet shoes",name:"steps",cat:[12],type:1},{title:"sport car wheel race driving steering",name:"steering-wheel",cat:[21,25],type:1},{title:"food meat bone beef steak",name:"steak",cat:[10],type:1},{title:"file folder document paper bookmark favorite favourite item love like favorites star",name:"star",cat:[8],type:1},{title:"user profile account avatar contact female woman person users member bathroom wc human friend follower toilette",name:"standing-woman",cat:[28],type:1},{title:"user profile account avatar contact male man person users member bathroom wc human friend follower toilette",name:"standing-man",cat:[28],type:1},{title:"certificate design development logo mark accept approve approved branding certified certify postage quality seal stamp valid",name:"stamp",cat:[5],type:1},{title:"arrow direction top up upward cloud data file input save share storage transfer backup ftp hosting import server upload ui user interface",name:"square-upload",cat:[2,27],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"square-up",cat:[2],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"square-up-05",cat:[2],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"square-simple-up",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"square-simple-right",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"square-simple-left",cat:[2],type:1},{title:"arrow bottom descend down downward",name:"square-simple-down",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards play",name:"square-right",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"square-right-03",cat:[2],type:1},{title:"ui user interface close exit cross delete remove cancel deletion removal denied discard dismiss wrong",name:"square-remove-12",cat:[27],type:1},{title:"ui user interface close exit cross delete remove cancel deletion removal denied discard dismiss wrong",name:"square-remove-09",cat:[27],type:1},{title:"direction navigation position gps location map pin place address marker maps street near nearby",name:"square-pin",cat:[15],type:1},{title:"direction navigation position gps location map pin place address marker maps street near nearby",name:"square-marker",cat:[15],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"square-left",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"square-left-04",cat:[2],type:1},{title:"arrow bottom descend down downward data download file input save share storage transfer ui user interface",name:"square-download",cat:[2,27],type:1},{title:"arrow bottom descend down downward",name:"square-down",cat:[2],type:1},{title:"arrow bottom descend down downward",name:"square-down-06",cat:[2],type:1},{title:"ui user interface close exit decrease delete remove minus cancel deletion less removal subtract",name:"square-delete-13",cat:[27],type:1},{title:"ui user interface close exit decrease delete remove minus cancel deletion less removal subtract",name:"square-delete-10",cat:[27],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards top up upward upwards enlarge fullscreen zoom",name:"square-corner-up-right",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous top up upward upwards enlarge fullscreen zoom",name:"square-corner-up-left",cat:[2],type:1},{title:"arrow forward right direction bottom keyboard move navigation out position next onward onwards enlarge fullscreen zoom",name:"square-corner-down-right",cat:[2],type:1},{title:"arrow back left direction bottom backward backwards keyboard move navigation out position previous enlarge fullscreen zoom",name:"square-corner-down-left",cat:[2],type:1},{title:"ui user interface expand increase new add create plus addition positive",name:"square-add-11",cat:[27],type:1},{title:"ui user interface expand increase new add create plus addition positive",name:"square-add-08",cat:[27],type:1},{title:"user profile account avatar contact male man person users member human friend follower",name:"user-frame-33",cat:[28],type:1},{title:"user profile account avatar contact male man person users member human friend follower",name:"user-frame-32",cat:[28],type:1},{title:"user profile account avatar contact male man person users member human friend follower",name:"user-frame-31",cat:[28],type:1},{title:"art design cleaning development paint painting object airbrush bottle can deodorant fragrance graffiti perfume scent spray",name:"spray",cat:[5],type:1},{title:"art design cleaning development paint painting object airbrush bottle can deodorant fragrance graffiti perfume scent spray",name:"spray-2",cat:[11],type:1},{title:"media sport photo camera option multimedia",name:"sport",cat:[16],type:1},{title:"arrow arrows change direction move divide separate split branch git version fork splitter",name:"split",cat:[2],type:1},{title:"arrow arrows change move divide separate split branch git version splitter divider",name:"split-vertical",cat:[2],type:1},{title:"arrow arrows change direction move divide separate split branch git version fork splitter",name:"split-round",cat:[2],type:1},{title:"arrow arrows change move divide separate split branch git version splitter divider",name:"split-horizontal",cat:[2],type:1},{title:"arrow arrows change direction move navigation circle expand divide separate split branch control controller dot git slider version",name:"split-37",cat:[2],type:1},{title:"arrow arrows change direction move navigation circle round expand divide separate split branch controller dot git slider version",name:"split-33",cat:[2],type:1},{title:"emoticon smiley malicious smirking spiteful",name:"spiteful",cat:[6],type:1},{title:"holidays halloween spider web animal nature bug virus",name:"spider",cat:[1,13],type:1},{title:"no emoticon smiley lips sealed speechless words",name:"speechless",cat:[6],type:1},{title:"media multimedia audio alert notification speaker voice",name:"speaker",cat:[16],type:1},{title:"media music multimedia audio sound speaker",name:"speaker-05",cat:[16],type:1},{title:"media multimedia audio alert notification speaker voice",name:"speaker-01",cat:[16],type:1},{title:"object space spaceship rocket",name:"spaceship",cat:[26,27],type:1},{title:"sport travel flower beauty meditation pilates yoga relax spa wellness",name:"spa",cat:[21,26],type:1},{title:"media music multimedia audio sound waves",name:"sound-wave",cat:[16],type:1},{title:"officer emoticon smiley helmet soldier",name:"soldier",cat:[6],type:1},{title:"furniture couch living lounge room sofa",name:"sofa",cat:[11],type:1},{title:"energy power tech technology electric jack wall electrical outlet socket",name:"socket",cat:[22],type:1},{title:"energy power tech technology electric jack wall electrical outlet socket",name:"socket-uk",cat:[22],type:1},{title:"energy power tech technology electric jack wall electrical outlet socket",name:"socket-europe-2",cat:[22],type:1},{title:"energy power tech technology electric jack wall electrical outlet socket",name:"socket-europe-1",cat:[22],type:1},{title:"clothes accessory wear sock stocking",name:"sock",cat:[4],type:1},{title:"sport goal football soccer field fifa stadium",name:"soccer-field",cat:[21],type:1},{title:"man holidays ice christmas snow winter snowman",name:"snowman",cat:[13],type:1},{title:"man holidays head ice christmas snow winter snowman",name:"snowman-head",cat:[13],type:1},{title:"sport snow boarding snowboard",name:"snowboard",cat:[21],type:1},{title:"weather holidays snow flake",name:"snow",cat:[13,29],type:1},{title:"holidays ball christmas snow snowfall winter",name:"snow-ball",cat:[13],type:1},{title:"animal nature tongue cobra jungle reptile serpent snake tail viper",name:"snake",cat:[1],type:1},{title:"emoticon smiley cheerful happy smile positive satisfied",name:"smile",cat:[6],type:1},{title:"smart emoticon smiley geek nerd nerdy wunderkind",name:"smart",cat:[6],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"small-up",cat:[2],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"small-triangle-up",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards play",name:"small-triangle-right",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"small-triangle-left",cat:[2],type:1},{title:"arrow bottom descend down downward",name:"small-triangle-down",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"small-right",cat:[2],type:1},{title:"ui user interface close exit cross delete remove cancel deletion removal denied discard dismiss wrong",name:"small-remove",cat:[27],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"small-left",cat:[2],type:1},{title:"arrow bottom descend down downward",name:"small-down",cat:[2],type:1},{title:"ui user interface close exit decrease delete remove minus cancel deletion less removal subtract",name:"small-delete",cat:[27],type:1},{title:"ui user interface expand increase new add create plus addition positive",name:"small-add",cat:[27],type:1},{title:"animal nature emoticon smiley indolence laziness sloth",name:"sloth",cat:[1,6],type:1},{title:"slider design development gallery block image browse carousel hero images photos pictures slide slides",name:"slider",cat:[5],type:1},{title:"arrow right arrows move navigation ui user interface lines list bars menu options settings slide",name:"slide-right",cat:[27],type:1},{title:"arrow left arrows move navigation ui user interface lines list bars menu options settings slide",name:"slide-left",cat:[27],type:1},{title:"box design development paper cut cutlery cutter knife slice utensil",name:"slice",cat:[5],type:1},{title:"sleep emoticon smiley rest",name:"sleep",cat:[6],type:1},{title:"sleep emoticon smiley rest",name:"sleep-2",cat:[6],type:1},{title:"clothes accessory wear jeans pants slacks trousers",name:"slacks-13",cat:[4],type:1},{title:"clothes accessory wear jeans pants slacks trousers",name:"slacks-12",cat:[4],type:1},{title:"holidays object emoticon smiley danger dead death head poison skeleton skull",name:"skull",cat:[6,13],type:1},{title:"object death head skull",name:"skull-2",cat:[13,6],type:1},{title:"woman clothes accessory dress wear skirt",name:"skirt",cat:[4],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"skew-up",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"skew-right",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"skew-left",cat:[2],type:1},{title:"arrow bottom descend down downward",name:"skew-down",cat:[2],type:1},{title:"board sport skating street transportation skate skateboard",name:"skateboard",cat:[21,25],type:1},{title:"board skating street skate skateboard",name:"skateboard-2",cat:[21,25],type:1},{title:"size font text type typography style editing formatting",name:"size",cat:[23],type:1},{title:"furniture wash tap water sink bathroom faucet spigot",name:"sink",cat:[11],type:1},{title:"energy environment furniture wash tap water sink bathroom faucet spigot",name:"sink-wash",cat:[7,11],type:1},{title:"file folder document text note report page paper item draft single letter content sheet",name:"single",cat:[8],type:1},{title:"position location user profile account avatar contact male man person users member human friend follower body",name:"single-position",cat:[28],type:1},{title:"file post folder document paragraph text note report page paper item draft single letter content sheet folded article blog",name:"single-paragraph",cat:[8,27],type:1},{title:"file folder document text note report page paper item draft single letter content sheet folded",name:"single-folded",cat:[8],type:1},{title:"file post folder document text note report page paper item draft single letter content sheet folded article blog",name:"single-folded-content",cat:[8,27],type:1},{title:"files file folder group document text note report page copy paper documents duplicate item draft single letter content sheet",name:"single-copy-06",cat:[8],type:1},{title:"files file folder group document text note report page copy paper documents duplicate item draft single letter content sheet",name:"single-copy-04",cat:[8],type:1},{title:"files file folder group document text note report page copy paper copies documents duplicate item draft single letter content sheet",name:"single-copies",cat:[8],type:1},{title:"file folder document text note report page paper item draft single letter content sheet",name:"single-content-03",cat:[8],type:1},{title:"file folder document text note report page paper item draft single letter content sheet",name:"single-content-02",cat:[8],type:1},{title:"user profile account avatar contact male man person users member human friend follower body",name:"single-body",cat:[12,28],type:1},{title:"user profile account avatar contact male man person users member human friend follower",name:"single-05",cat:[28],type:1},{title:"user profile account avatar contact male man person users member human friend follower",name:"single-04",cat:[28],type:1},{title:"user profile account avatar contact male man person users member human friend follower",name:"single-03",cat:[28],type:1},{title:"user profile account avatar contact male man person users member human friend follower",name:"single-02",cat:[28],type:1},{title:"user profile account avatar contact male man person users member human friend follower",name:"single-01",cat:[28],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"simple-up",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"simple-right",cat:[2],type:1},{title:"ui user interface close exit cross delete remove cancel deletion removal denied discard dismiss wrong",name:"simple-remove",cat:[27],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"simple-left",cat:[2],type:1},{title:"arrow direction bottom descend down downward keyboard move navigation out position downwards",name:"simple-down",cat:[2],type:1},{title:"ui user interface close exit decrease delete remove minus cancel deletion less removal subtract",name:"simple-delete",cat:[27],type:1},{title:"ui user interface expand increase new add create plus addition positive",name:"simple-add",cat:[27],type:1},{title:"tech technology card mobile phone memory chip integrated micro nano sim",name:"sim-card",cat:[22],type:1},{title:"out emoticon smiley happy grimace mouth tongue silly",name:"silly",cat:[6],type:1},{title:"sign document business finance pen signature edit pencil write",name:"signature",cat:[3],type:1},{title:"network control controller connect internet tech technology device wireless signal radio radar online receiver wifi hotspot reception signals remote strong",name:"signal",cat:[22],type:1},{title:"network internet wireless signal radar online wifi hotspot reception signals strong",name:"signal-2",cat:[27],type:1},{title:"sign business finance drawing pen signature",name:"sign",cat:[3],type:1},{title:"sign info board display shopping advertise advertisement advertising billboard notice signboard",name:"sign-board",cat:[19],type:1},{title:"holidays halloween horror scary danger death sickle weapon",name:"sickle",cat:[13],type:1},{title:"emoticon smiley disgusted fever nauseated nauseous sick",name:"sick",cat:[6],type:1},{title:"no emoticon smiley mouth embarrassed shy without",name:"shy",cat:[6],type:1},{title:"arrow arrows exchange play sync compilation cross crossing media mix music playlist random shuffle songs video",name:"shuffle-98",cat:[2],type:1},{title:"arrow arrows exchange play sync compilation cross crossing media mix music playlist random shuffle songs video",name:"shuffle-97",cat:[2],type:1},{title:"arrow arrows exchange play sync compilation cross crossing media mix music playlist random shuffle songs video",name:"shuffle-35",cat:[2],type:1},{title:"arrow arrows exchange play sync compilation cross crossing media mix music playlist random shuffle songs video",name:"shuffle-01",cat:[2],type:1},{title:"food animal nature seafood prawn shrimp",name:"shrimp",cat:[1,10],type:1},{title:"energy environment furniture water bath bathroom shower",name:"shower",cat:[7,11],type:1},{title:"tool object animal nature shovel",name:"shovel",cat:[1],type:1},{title:"ui user interface commerce home shopping ecommerce shop food retail market mall online retailer store",name:"shop",cat:[10,19,27],type:1},{title:"location commerce shopping shop pin address find retail market mall online retailer store locator",name:"shop-location",cat:[19],type:1},{title:"high woman clothes accessory wear footwear shoe heels",name:"shoe-woman",cat:[4],type:1},{title:"sport clothes accessory wear footwear shoe sports",name:"shoe-sport",cat:[4,21],type:1},{title:"sport footwear shoe training exercise workout jogging marathon running",name:"shoe-run",cat:[21],type:1},{title:"clothes accessory wear footwear shoe men",name:"shoe-man",cat:[4],type:1},{title:"business finance avatar businessman tie clothes accessory man person professional shirt wear neck",name:"shirt",cat:[4],type:1},{title:"business finance avatar businessman tie clothes accessory man person professional shirt wear neck",name:"shirt-neck",cat:[4],type:1},{title:"business finance avatar businessman tie clothes accessory man person professional shirt wear neck buttons",name:"shirt-buttons",cat:[4],type:1},{title:"business finance avatar businessman tie clothes accessory man person professional shirt wear neck",name:"shirt-business",cat:[4],type:1},{title:"animal nature head face farm lamb sheep wool",name:"sheep",cat:[1],type:1},{title:"tool school design pencil development stationery sharpen sharpener",name:"sharpener",cat:[5],type:1},{title:"travel animal nature emoticon smiley big bigmouth mouth danger shark sea wave fin",name:"shark",cat:[1,6,26],type:1},{title:"animal danger shark sea wave fin",name:"shark-2",cat:[1,26],type:1},{title:"arrow files file share connection social user update communication export network post sharing folder document format profile office account connect paper item users member shared",name:"shared",cat:[8,28],type:1},{title:"arrow file share storage transfer upload connection social export output post sharing group connect connected networking node seo",name:"share",cat:[2,27],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards share connection social update communication export network post sharing",name:"share-right",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous share connection social update communication export network post sharing",name:"share-left",cat:[2],type:1},{title:"arrow up file share storage transfer upload connection social ui user interface update communication export network outbox output post sharing group team connect internet connected networking node seo dots",name:"share-bold",cat:[27],type:1},{title:"arrow left share connection social ui user interface update communication export network post sharing",name:"share-92",cat:[2,27],type:1},{title:"arrow right share connection social ui user interface update communication export network post sharing",name:"share-91",cat:[2,27],type:1},{title:"arrow direction top up upward file share storage transfer upload connection social ui user interface update communication export launch network outbox output post sharing start",name:"share-66",cat:[2,27],type:1},{title:"arrow up file share storage transfer upload connection social update communication export network outbox output post sharing group team connect internet connected networking node seo dots",name:"share-2",cat:[27],type:1},{title:"circle group math mathematics design development shape triangle geometry rectangle plus square shapes symbols",name:"shapes",cat:[5],type:1},{title:"line connection network group design connect development shape triangle transform editor crop vector connected networking node outline spline stroke",name:"shape-triangle",cat:[5],type:1},{title:"line connection network group design connect development shape rectangle transform square editor crop vector connected networking node outline spline stroke",name:"shape-square",cat:[5],type:1},{title:"line connection network group design connect development shape transform editor crop vector connected networking node outline spline stroke polygon",name:"shape-polygon",cat:[5],type:1},{title:"line circle connection network group design connect development shape transform oval editor crop vector connected networking node outline spline stroke",name:"shape-circle",cat:[5],type:1},{title:"circle expand path combine join merge unite tool design development shape style add square adjust adjustment finder overlap pathfinder paths shapes intersect intersection addition",name:"shape-adjust",cat:[5],type:1},{title:"energy power sport drink shaker",name:"shaker",cat:[21],type:1},{title:"media hand photo camera multimedia shaking",name:"shake",cat:[16],type:1},{title:"bridge travel san francisco gates highway",name:"sf-bridge",cat:[26],type:1},{title:"ui user interface control preferences tool system building edit options settings filter diy adjust adjustment option project configuration configure gear parameter parameters setting setup tools build engine repair screwdriver wrench",name:"settings",cat:[27],type:1},{title:"ui user interface control preferences tool system building edit options settings filter diy adjust adjustment option project configuration configure gear parameter parameters setting setup tools build engine repair wrench",name:"settings-tool-67",cat:[27],type:1},{title:"ui user interface control preferences tool system building edit options settings filter diy adjust adjustment option project configuration configure gear parameter parameters setting setup tools build engine repair wrench",name:"settings-tool-66",cat:[27],type:1},{title:"ui user interface control preferences tool system edit options settings filter adjust adjustment option wheel configuration configure gear parameter parameters setting setup tools engine cog cogwheel",name:"settings-gear-65",cat:[27],type:1},{title:"ui user interface control preferences tool system edit options settings filter adjust adjustment option wheel configuration configure gear parameter parameters setting setup tools engine cog cogwheel",name:"settings-gear-64",cat:[27],type:1},{title:"ui user interface control preferences tool system edit options settings filter adjust adjustment option wheel configuration configure gear parameter parameters setting setup tools engine cog cogwheel",name:"settings-gear-63",cat:[27],type:1},{title:"file folder control preferences document system office edit options settings paper item adjust option configuration configure gear parameter parameters setting setup tools",name:"settings-99",cat:[8],type:1},{title:"file folder control preferences document system office edit options settings paper item adjust option configuration configure parameter parameters setting setup tools",name:"settings-46",cat:[8],type:1},{title:"arrow arrows change direction move navigation expand resize divide split branch control controller git version fork splitter divider",name:"separate",cat:[2],type:1},{title:"arrow arrows change direction move navigation expand resize split branch control controller git version fork splitter",name:"separate-round",cat:[2],type:1},{title:"ui user interface communication send email mail message messages contact write paper letter news fly airplane flight plane sending",name:"send",cat:[27],type:1},{title:"communication send email mail message messages contact write paper letter news fly airplane flight plane sending",name:"send-2",cat:[27],type:1},{title:"media photo camera option multimedia face selfie capture",name:"selfie",cat:[16],type:1},{title:"design development add plus selection filter grid view categories category filtering filters refine search selected sort",name:"selection",cat:[5],type:1},{title:"ui user interface cursor select tool design pointer selection frame area choose",name:"select",cat:[27],type:1},{title:"arrow arrows direction down up enlarge expand increase maximize vertical select",name:"select-84",cat:[2,27],type:1},{title:"arrow arrows direction down up enlarge expand increase maximize vertical select",name:"select-83",cat:[2,27],type:1},{title:"navigation ui user interface lines list bars gallery hamburger menu options settings burger segment segmentation",name:"segmentation",cat:[27],type:1},{title:"ui user interface security safety protection secure access antivirus firewall shield protect insurance",name:"security",cat:[27],type:1},{title:"file zoom document format contact discover glass filter paper view search item research find lens preview magnify magnifier magnifying seo article",name:"search",cat:[8],type:1},{title:"user profile account avatar contact male man person view search find lens member human friend follower",name:"search-3",cat:[28],type:1},{title:"zoom paragraph text glass filter view search research find lens magnify magnifier magnifying seo article",name:"search-2",cat:[27],type:1},{title:"sport travel glasses mask sea swimming dive diving snorkel",name:"sea-mask",cat:[21,26],type:1},{title:"media card multimedia memory sd",name:"sd",cat:[16],type:1},{title:"left right down up vertical hand gesture vertically touch scroll gestures",name:"scroll-vertical",cat:[24],type:1},{title:"left right horizontal hand gesture horizontally touch scroll gestures",name:"scroll-horitontal",cat:[24],type:1},{title:"glass food cube alcohol drink ice scotch whisky",name:"scotch",cat:[10],type:1},{title:"tool design craft edit development cut cutting scissor scissors shears trim",name:"scissors",cat:[5],type:1},{title:"line tool dotted design craft discount edit development paper cut cutting scissor scissors shears trim coupon dashed reduction",name:"scissors-dashed",cat:[5],type:1},{title:"education school building",name:"school",cat:[18],type:1},{title:"clothes accessory wear scarf stole",name:"scarf",cat:[4],type:1},{title:"shopping gesture code touch gestures barcode product scan scanner",name:"scan",cat:[24],type:1},{title:"scale balance weight business finance judge law attorney case court justice",name:"scale",cat:[3],type:1},{title:"vertical resize scale size text edit dimension editing",name:"scale-vertical",cat:[23],type:1},{title:"arrow right direction top enlarge fullscreen zoom resize scale design development reshape scaling",name:"scale-up",cat:[5],type:1},{title:"horizontal resize scale size text edit dimension editing",name:"scale-horizontal",cat:[23],type:1},{title:"arrow left direction bottom down out enlarge fullscreen zoom resize scale design development reshape scaling",name:"scale-down",cat:[5],type:1},{title:"measure scale balance weight kitchen",name:"scale-4",cat:[10,19],type:1},{title:"measure scale balance weight kitchen",name:"scale-3",cat:[10],type:1},{title:"enlarge fullscreen zoom measure resize balance animation rectangle transform translate reshape scaling",name:"scale-2",cat:[5],type:1},{title:"save energy environment globe world ecology green hands planet respect sustainability",name:"save-planet",cat:[7],type:1},{title:"food meat pork sausage wiener",name:"sausage",cat:[10],type:1},{title:"emoticon smiley cheerful happy smile positive satisfied",name:"satisfied",cat:[6],type:1},{title:"hat holidays christmas claus santa",name:"santa-hat",cat:[13],type:1},{title:"food kitchen pepper salt seasoning shaker spice",name:"salt",cat:[10],type:1},{title:"shopping deal discount ecommerce sale shop label tag coupon reduction ticket offer sticker",name:"sale",cat:[19],type:1},{title:"security box business finance furniture safe combination safety vault",name:"safe",cat:[3,11],type:1},{title:"emoticon smiley unhappy sad dissapointed",name:"sad",cat:[6],type:1},{title:"measure scale tool text message education note design pen edit pencil write development geometry draw create editing compose craetive drafting editor meter ruler",name:"ruler-pencil",cat:[5],type:1},{title:"sport game ball league rugby try",name:"rugby",cat:[21],type:1},{title:"sport travel row sea training canoeing river rowing",name:"rowing",cat:[21,26],type:1},{title:"direction navigation location sign path available open check map maps track route street accessible walkable",name:"route-open",cat:[15],type:1},{title:"direction navigation location sign close exit cross path map block maps track route street arrest interrupted interruption",name:"route-close",cat:[15],type:1},{title:"direction navigation location sign path map stop danger maps alert attention caution exclamation warning track route street",name:"route-alert",cat:[15],type:1},{title:"business finance shopping money currency renminbir yen yuan cashier",name:"round-yen",cat:[3,19],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"round-up",cat:[2],type:1},{title:"arrow forward right arrows direction bottom keyboard move navigation out position next onward onwards top up upward upwards corner curved",name:"round-up-right",cat:[2],type:1},{title:"arrow back left arrows direction backward backwards keyboard move navigation out position previous top up upward upwards corner curved",name:"round-up-left",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"round-right",cat:[2],type:1},{title:"arrow forward right arrows direction bottom keyboard move navigation out position next onward onwards corner curved",name:"round-right-down",cat:[2],type:1},{title:"business finance shopping money currency pound sterlin cashier",name:"round-pound",cat:[3,19],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"round-left",cat:[2],type:1},{title:"arrow back left arrows direction bottom backward backwards keyboard move navigation out position previous corner curved",name:"round-left-down",cat:[2],type:1},{title:"business finance shopping money currency euro cashier",name:"round-euro",cat:[3,19],type:1},{title:"arrow bottom descend down downward",name:"round-down",cat:[2],type:1},{title:"business finance shopping money currency dollar cashier",name:"round-dollar",cat:[3,19],type:1},{title:"rotate flip communication tech technology android device mobile phone smartphone iphone ios telephone call touchscreen rotation shake vibration",name:"rotate",cat:[22],type:1},{title:"arrow forward right rotate direction keyboard move navigation out position next onward onwards media clockwise picture image photo multimedia",name:"rotate-right",cat:[2,16],type:1},{title:"arrow forward right rotate direction keyboard move navigation out position next onward onwards media clockwise picture image photo multimedia",name:"rotate-right-2",cat:[2,16],type:1},{title:"rotate flip lock security communication safe tech technology device mobile phone smartphone telephone padlock protection secure rotation shake vibration",name:"rotate-lock",cat:[22],type:1},{title:"arrow back left rotate direction backward backwards keyboard move navigation out position previous media anti-clockwise counterclockwise picture image photo multimedia",name:"rotate-left",cat:[2,16],type:1},{title:"arrow back left rotate direction backward backwards keyboard move navigation out position previous media anti-clockwise counterclockwise picture image photo multimedia",name:"rotate-left-2",cat:[2,16],type:1},{title:"rotate move sync refresh edit gesture touch gestures",name:"rotate-23",cat:[24],type:1},{title:"rotate move sync refresh hand edit gesture touch gestures",name:"rotate-22",cat:[24],type:1},{title:"sport health fitness cardio gym jump rope",name:"rope",cat:[21],type:1},{title:"travel monument colosseum rome",name:"rome",cat:[26],type:1},{title:"pin food roller bread bakery rolling",name:"rolling-pin",cat:[10],type:1},{title:"media film photo camera multimedia roll retro",name:"roll",cat:[16],type:1},{title:"music metal emoticon smiley fan rock",name:"rock",cat:[6],type:1},{title:"man kid robot emoticon smiley automation mechanical toy",name:"robot",cat:[6],type:1},{title:"location path map point maps route destination road traffic transportation trail",name:"road",cat:[15,25],type:1},{title:"right direction navigation sign travel road",name:"road-sign-right",cat:[26],type:1},{title:"left direction navigation sign travel road",name:"road-sign-left",cat:[26],type:1},{title:"location path map point maps route destination road traffic transportation trail",name:"road-2",cat:[15,25],type:1},{title:"travel brazil monument christ de janeiro jesus rio saviour statue",name:"rio",cat:[26],type:1},{title:"clothes accessory wear diamond engagement jewelry ring",name:"ring",cat:[4],type:1},{title:"arrow back up cloud data save storage backup refresh revert fix machine restore time watch",name:"restore",cat:[2],type:1},{title:"arrow communication answer chat comment comments conversation dialog email forum mail message messages reply speaking talk",name:"reply",cat:[2],type:1},{title:"arrow communication all answer chat comment comments conversation dialog email forum mail message messages reply speaking talk",name:"reply-all",cat:[2],type:1},{title:"arrow repeat arrows sync infinite infinity load loading loop process refresh reload replay update shuffle",name:"replay",cat:[2],type:1},{title:"change exchange files swap file transfer folder group document note report copy paper documents duplicate item items draft overwrite replace",name:"replace",cat:[8],type:1},{title:"change exchange files swap file transfer folder group copy documents duplicate catalog items archive overwrite replace folders",name:"replace-folder",cat:[8],type:1},{title:"file folder delete remove document format office paper item clear minus cancel",name:"remove",cat:[8],type:1},{title:"control controller tech technology device wireless signal radio remote zapper",name:"remote",cat:[22],type:1},{title:"media music multimedia audio dj remix",name:"remix",cat:[16],type:1},{title:"arrow repeat arrows exchange circle round sync infinite infinity load loading loop process refresh reload replay update",name:"reload",cat:[2],type:1},{title:"change file sync refresh reload update folder document format office paper item",name:"refresh",cat:[8],type:1},{title:"arrow repeat arrows exchange sync infinite infinity load loading loop process refresh reload replay update energy environment",name:"refresh-69",cat:[2,7],type:1},{title:"arrow repeat arrows sync infinite infinity load loading loop process refresh reload replay update energy environment progress whole",name:"refresh-68",cat:[2,7],type:1},{title:"arrow back curve forward invert line redo repeat right rotate",name:"redo-81",cat:[2],type:1},{title:"arrow back curve forward invert line redo repeat right rotate",name:"redo-79",cat:[2],type:1},{title:"arrow back curve forward invert redo repeat right rotate",name:"redo-26",cat:[2],type:1},{title:"arrow back curve forward invert redo repeat right rotate",name:"redo-10",cat:[2],type:1},{title:"arrows energy environment clean ecology green waste cycle garbage recycle recycling",name:"recycling",cat:[7],type:1},{title:"book food cooking recipe",name:"recipe-book-47",cat:[10],type:1},{title:"book food cooking recipe",name:"recipe-book-46",cat:[10],type:1},{title:"shopping bill check sale invoice receipt expense income purchase",name:"receipt",cat:[19],type:1},{title:"shopping bill check sale invoice receipt expense income purchase",name:"receipt-list-43",cat:[19],type:1},{title:"shopping bill check sale invoice receipt expense income purchase",name:"receipt-list-42",cat:[19],type:1},{title:"mouse animal nature head mice rat rodent",name:"rat",cat:[1],type:1},{title:"data storage computer tech technology hardware memory chip motherboard ram",name:"ram",cat:[22],type:1},{title:"weather rainbow",name:"rainbow",cat:[29],type:1},{title:"weather rain",name:"rain",cat:[29],type:1},{title:"weather rain hail",name:"rain-hail",cat:[29],type:1},{title:"media multimedia signal audio radio",name:"radio",cat:[16],type:1},{title:"energy environment danger virus atomic emergency radiation sickness toxic waste",name:"radiation",cat:[7],type:1},{title:"location security target map maps find scan scanner radar explore track",name:"radar",cat:[15],type:1},{title:"sport travel beach tennis racket",name:"rackets",cat:[21,26],type:1},{title:"holidays animal nature easter bunny rabbit",name:"rabbit",cat:[1,13],type:1},{title:"text message editing marks bubble quotation quote",name:"quote",cat:[23],type:1},{title:"open emoticon smiley cheerful happy smile mouth laugh positive quite",name:"quite-happy",cat:[6],type:1},{title:"file sign info folder document paper mark item alert information notification faq help support ask query question unknown",name:"question",cat:[8],type:1},{title:"travel egypt monument pyramid",name:"pyramid",cat:[26],type:1},{title:"emoticon smiley concern confused puzzled thinking",name:"puzzled",cat:[6],type:1},{title:"play game object puzzle solution",name:"puzzle-10",cat:[3],type:1},{title:"play game object marketing puzzle solution",name:"puzzle-09",cat:[3],type:1},{title:"arrow back left arrows direction backward previous double rewind media player",name:"push-previous",cat:[2],type:1},{title:"arrow forward right direction next onward double advance proceed",name:"push-next",cat:[2],type:1},{title:"holidays halloween evil scary pumpkin",name:"pumpkin",cat:[13],type:1},{title:"sport healthcare health medical beat pulse",name:"pulse",cat:[12,21],type:1},{title:"watch sport healthcare health medical beat pulse",name:"pulse-watch",cat:[12,21],type:1},{title:"sleep healthcare health medical beat pulse",name:"pulse-sleep",cat:[12],type:1},{title:"sport phone healthcare health medical beat pulse",name:"pulse-phone",cat:[12,21],type:1},{title:"chart graph healthcare health medical beat pulse",name:"pulse-chart",cat:[12],type:1},{title:"food meat pork bone thigh ham prosciutto",name:"prosciutto",cat:[10],type:1},{title:"energy environment progress whole availability available clock day business finance",name:"progress",cat:[3,7],type:1},{title:"arrow back bottom down move organize business hierarchy layer layers list order priority seat low send",name:"priority-low",cat:[2],type:1},{title:"arrow move top up organize bring business hierarchy high layer layers list order priority seat",name:"priority-high",cat:[2],type:1},{title:"document office tech technology device copy paper print fax printer printing",name:"print",cat:[22],type:1},{title:"document office tech technology device copy paper print fax printer printing",name:"printer",cat:[22],type:1},{title:"ui user interface control slider preferences system edit options settings filter adjust adjustment option configuration configure parameter parameters setting setup tools sliders",name:"preferences",cat:[27],type:1},{title:"ui user interface control slider preferences system edit options settings filter adjust adjustment option configuration configure parameter parameters setting setup tools sliders",name:"preferences-rotate",cat:[27],type:1},{title:"ui user interface control slider preferences system edit options settings filter adjust adjustment option configuration configure parameter parameters setting setup tools sliders",name:"preferences-container",cat:[27],type:1},{title:"ui user interface control slider preferences system edit options settings filter adjust adjustment option configuration configure parameter parameters setting setup tools sliders",name:"preferences-container-rotate",cat:[27],type:1},{title:"ui user interface control slider preferences system edit options settings filter adjust adjustment option configuration configure parameter parameters setting setup tools sliders",name:"preferences-container-circle",cat:[27],type:1},{title:"ui user interface control slider preferences system edit options settings filter adjust adjustment option configuration configure parameter parameters setting setup tools sliders",name:"preferences-container-circle-rotate",cat:[27],type:1},{title:"ui user interface control slider preferences system edit options settings filter adjust adjustment option configuration configure parameter parameters setting setup tools sliders",name:"preferences-circle",cat:[27],type:1},{title:"ui user interface control slider preferences system edit options settings filter adjust adjustment option configuration configure parameter parameters setting setup tools sliders",name:"preferences-circle-rotate",cat:[27],type:1},{title:"food cooking kitchen tools utensils hot pot",name:"pot",cat:[10],type:1},{title:"direction navigation position gps location user account avatar contact map place maps near nearby friend",name:"position-user",cat:[15],type:1},{title:"direction navigation position gps location map pin place marker maps near nearby",name:"position-pin",cat:[15],type:1},{title:"direction navigation position gps location map pin place marker maps near nearby",name:"position-marker",cat:[15],type:1},{title:"machine shopping cash payment card checkout credit debit point terminal register swipe credit card till transaction pos",name:"pos",cat:[19],type:1},{title:"emoticon smiley happy excrement pet pile poo poop",name:"poop",cat:[6],type:1},{title:"sport travel water pool swimming wave stairs",name:"pool",cat:[21,26],type:1},{title:"user security avatar officer hat law secure users enforcement police",name:"police",cat:[28],type:1},{title:"media picture image photo multimedia polaroid",name:"polaroid",cat:[16],type:1},{title:"user media profile picture image photo camera multimedia polaroid selfie",name:"polaroid-user",cat:[16],type:1},{title:"media picture image photo multimedia polaroid",name:"polaroid-multiple",cat:[16],type:1},{title:"media delete remove picture image photo multimedia polaroid",name:"polaroid-delete",cat:[16],type:1},{title:"media picture add image photo multimedia polaroid",name:"polaroid-add",cat:[16],type:1},{title:"direction navigation position gps location target map pin point place marker point b",name:"point-b",cat:[15],type:1},{title:"direction navigation position gps location target map pin point place marker arrival point a",name:"point-a",cat:[15],type:1},{title:"sport blocks winner podium trophy victory",name:"podium",cat:[21],type:1},{title:"sport blocks winner podium trophy victory",name:"podium-trophy",cat:[21],type:1},{title:"energy environment business finance tech technology cable electric electricity jack plug",name:"plug",cat:[3,7,22],type:1},{title:"play ui user interface media music playlist list collection album checklist items tasks audio sound feedlist",name:"playlist",cat:[27],type:1},{title:"play media video film movie multimedia",name:"player",cat:[16],type:1},{title:"play playlist video player display tech technology film movie monitor screen television tv entertainment",name:"player-48",cat:[22],type:1},{title:"play playlist video player display tech technology film movie monitor screen television tv entertainment",name:"player-19",cat:[22],type:1},{title:"play file music video folder player document office film movie paper item stream",name:"play",cat:[8],type:1},{title:"play media video film movie multimedia",name:"play-69",cat:[16],type:1},{title:"play media video film movie multimedia",name:"play-68",cat:[16],type:1},{title:"food tools utensils dish plate crockery",name:"plate",cat:[10],type:1},{title:"energy environment growth plant animal nature ecology green gardening life agriculture leaves ground startup vase",name:"plant-vase",cat:[1,7],type:1},{title:"energy environment growth plant animal nature ecology green gardening life agriculture leaves ground startup",name:"plant-ground",cat:[1,7],type:1},{title:"education school globe world object planet space",name:"planet",cat:[18],type:1},{title:"travel transportation aircraft airplane flight jet plane",name:"plane-18",cat:[25],type:1},{title:"travel transportation aircraft airplane flight jet plane",name:"plane-17",cat:[25],type:1},{title:"food fastfood italian pizza",name:"pizza",cat:[10],type:1},{title:"food slice fastfood italian pizza",name:"pizza-slice",cat:[10],type:1},{title:"emoticon smiley pirate",name:"pirate",cat:[6],type:1},{title:"smoke object pipe",name:"pipe",cat:[4],type:1},{title:"direction navigation position gps location map pin copy duplicate place marker maps pins",name:"pins",cat:[15],type:1},{title:"sport game table ball tennis ping pong racket",name:"ping-pong",cat:[21],type:1},{title:"out zoom shrink hand gesture touch gestures magnify minimize pinch",name:"pinch",cat:[24],type:1},{title:"direction navigation position gps location map pin pushpin place marker maps locator",name:"pin",cat:[3,15],type:1},{title:"direction navigation position gps location user avatar contact map pin place marker near nearby tracking placeholder",name:"pin-user",cat:[15],type:1},{title:"direction navigation position gps location schedule time map pin place marker calendar appointment countdown",name:"pin-time",cat:[15],type:1},{title:"direction navigation position sync gps location refresh reload update map pin place marker",name:"pin-sync",cat:[15],type:1},{title:"direction navigation position gps location map pin place favorite favourite marker love like star",name:"pin-star",cat:[15],type:1},{title:"direction navigation position share social gps location connect map pin place marker",name:"pin-share",cat:[15],type:1},{title:"direction navigation position gps location control preferences system map pin edit options settings place marker adjust option configuration configure gear parameter parameters setting setup",name:"pin-settings",cat:[15],type:1},{title:"direction navigation position gps location lock security map safe pin place marker padlock protection secure",name:"pin-security",cat:[15],type:1},{title:"direction navigation position gps location map pin view search place marker find lens explore lookup",name:"pin-search",cat:[15],type:1},{title:"direction navigation position gps location delete remove map pin place marker clear minus maps cancel",name:"pin-remove",cat:[15],type:1},{title:"direction navigation position gps location delete remove map pin place marker clear minus cancel",name:"pin-remove-2",cat:[15],type:1},{title:"direction navigation position gps location map pin place favorite favourite marker love like heart",name:"pin-heart",cat:[15],type:1},{title:"change direction navigation position gps location map pin edit place marker modify",name:"pin-edit",cat:[15],type:1},{title:"direction navigation position gps location delete remove map pin place marker clear minus cancel",name:"pin-delete",cat:[15],type:1},{title:"direction navigation position gps location map pin copy duplicate place marker maps pins",name:"pin-copy",cat:[15],type:1},{title:"direction navigation position gps location check map pin place mark marker approved complete completed done checked tick",name:"pin-check",cat:[15],type:1},{title:"direction navigation position gps location new map pin add create plus place marker maps",name:"pin-add",cat:[15],type:1},{title:"direction navigation position gps location new map pin add create plus place marker maps",name:"pin-add-2",cat:[15],type:1},{title:"position location user chat profile account avatar contact person pin member human friend locator tooltip follower",name:"pin-4",cat:[28,15],type:1},{title:"direction navigation position gps location map pin place marker",name:"pin-3",cat:[15],type:1},{title:"lock login password security pin combination code secure access passcode",name:"pin-2",cat:[24],type:1},{title:"cross box healthcare health medical container pill",name:"pill-container-47",cat:[12],type:1},{title:"box healthcare health medical container pill",name:"pill-container-44",cat:[12],type:1},{title:"healthcare health medical medicine drugs pill",name:"pill-43",cat:[12],type:1},{title:"healthcare health medical medicine drugs pill",name:"pill-42",cat:[12],type:1},{title:"storage business finance banking bank treasury coin deposit pig piggy safe",name:"pig",cat:[3],type:1},{title:"pig piggy safe animal nature pork face farm",name:"pig-2",cat:[1],type:1},{title:"media picture image photo multimedia",name:"picture",cat:[16],type:1},{title:"tool travel object mountain axe pick pickaxe",name:"pickaxe",cat:[26],type:1},{title:"media music multimedia audio piano",name:"piano",cat:[16],type:1},{title:"design development picture filter image photo photography editor adjustment camera",name:"photo-editor",cat:[5],type:1},{title:"communication conversation talk contact android development device mobile phone smartphone iphone ios telephone call cellular smart ringing landline calling",name:"phone",cat:[5,22],type:1},{title:"ui user interface communication conversation talk contact mobile phone telephone call ringing calling",name:"phone-call",cat:[27],type:1},{title:"ui user interface communication conversation talk contact mobile phone end telephone call",name:"phone-call-end",cat:[27],type:1},{title:"communication conversation talk contact mobile phone telephone call old landline",name:"phone-3",cat:[11,27],type:1},{title:"communication conversation talk contact mobile phone telephone call ringing calling",name:"phone-2",cat:[27],type:1},{title:"arrow progress business finance shopping discount ecommerce percent percentage sale shop",name:"percentage-39",cat:[3],type:1},{title:"business finance shopping discount ecommerce percent percentage sale shop",name:"percentage-38",cat:[3,19],type:1},{title:"animal nature emoticon smiley penguin",name:"penguin",cat:[1,6],type:1},{title:"ui user interface text message education school note pen edit pencil write draw create editing compose editor draft",name:"pencil",cat:[18,27],type:1},{title:"education school design pen pencil write draw writer literature",name:"pencil-47",cat:[18],type:1},{title:"tool text message education school note design pen edit pencil write development draw create editing compose editor draft ink nib vector",name:"pen-tool",cat:[5,18],type:1},{title:"text message education school note design pen edit pencil write development draw create editing compose editor draft",name:"pen-23",cat:[5,18],type:1},{title:"text message education school note design pen edit pencil write development draw create editing compose editor draft",name:"pen-01",cat:[5,18],type:1},{title:"computer tech technology card graphics sound dvb pci rear",name:"pci-card",cat:[22],type:1},{title:"business finance payment money hand handout holding loan",name:"payment",cat:[3],type:1},{title:"foot animal nature pet print domestic paw",name:"paw",cat:[1],type:1},{title:"expand path combine join merge unite tool design development shape style add square squares finder overlap pathfinder paths shapes intersect intersection addition",name:"path-unite",cat:[5],type:1},{title:"path delete remove tool design development shape style square squares exclude exclusion finder minus overlap pathfinder paths shapes",name:"path-minus",cat:[5],type:1},{title:"expand path merge tool design development shape style square squares finder overlap pathfinder paths shapes intersect intersection",name:"path-intersect",cat:[5],type:1},{title:"path delete remove tool design development shape style square squares exclude exclusion finder minus overlap pathfinder paths shapes",name:"path-exclude",cat:[5],type:1},{title:"tool patch healthcare health medical",name:"patch",cat:[12],type:1},{title:"tool design development patch healthcare health medical aid band bandage bandaid injury medicine plaster recovery treatment",name:"patch-34",cat:[5,12],type:1},{title:"update tool fix clothes design sew sewing development cord mend patch stitch",name:"patch-19",cat:[5],type:1},{title:"document travel id passport",name:"passport",cat:[26],type:1},{title:"animal nature emoticon smiley bird parrot",name:"parrot",cat:[1,6],type:1},{title:"travel tower monument sights eiffel paris",name:"paris-tower",cat:[26],type:1},{title:"user group profile account avatar man person users member human friend child community people family parent parents",name:"parent",cat:[28],type:1},{title:"ui user interface layout document paragraph text list page picture image photo mockup wireframe content description",name:"paragraph",cat:[27],type:1},{title:"file communication folder document education school note achievement award degree diploma report paper magazine draft news parchment blog",name:"paper",cat:[8,18],type:1},{title:"education school achievement award ribbon degree diploma paper parchment reward",name:"paper-diploma",cat:[18],type:1},{title:"file tool design development paper code coding develop tag parchment",name:"paper-dev",cat:[5],type:1},{title:"file tool art drawing design development color paint canvas draw painting paper graphic brush paintbrush artist parchment",name:"paper-design",cat:[5],type:1},{title:"file communication post document note degree diploma report paper draft news parchment article blog",name:"paper-2",cat:[8,27],type:1},{title:"select guide design development color paint colors catalog picker palette swatches choice pantone",name:"pantone",cat:[5],type:1},{title:"energy environment power sun ecology saver green panel renewable solar",name:"panel",cat:[7],type:1},{title:"animal nature head face bear panda",name:"panda",cat:[1],type:1},{title:"food cooking kitchen pan tools utensils hot frying",name:"pan",cat:[10],type:1},{title:"tool art design development color paint colors draw painting brush painter artist palette swatches",name:"palette",cat:[5],type:1},{title:"clothes accessory wear homewear pajamas pyjamas sleep sleepwear",name:"pajamas",cat:[4],type:1},{title:"tool art design development bucket collect collection color fill pail paint dropper splash stain",name:"paint-bucket-40",cat:[5],type:1},{title:"tool art design development bucket collect collection color fill pail paint dropper splash stain",name:"paint-bucket-39",cat:[5],type:1},{title:"tool art design development color paint painting brush diy paintbrush painter",name:"paint-brush",cat:[5],type:1},{title:"tool design development color paint painting brush diy paintbrush painter",name:"paint-38",cat:[5],type:1},{title:"tool design development color paint painting brush diy paintbrush painter",name:"paint-37",cat:[5],type:1},{title:"tool design development color paint painting brush diy paintbrush painter roller wall",name:"paint-16",cat:[5],type:1},{title:"communication schedule meeting time tech technology device mobile phone smartphone telephone calendar appointment countdown",name:"p-time",cat:[22],type:1},{title:"download sync update communication version new system tech technology device mobile phone smartphone telephone software",name:"p-system-update",cat:[22],type:1},{title:"sync refresh reload update communication tech technology device mobile phone smartphone telephone",name:"p-sync",cat:[22],type:1},{title:"share social communication contact connect tech technology device mobile phone smartphone telephone",name:"p-share",cat:[22],type:1},{title:"communication control preferences system tech technology edit device mobile phone smartphone options settings adjust option telephone configuration configure gear parameter parameters setting setup",name:"p-settings",cat:[22],type:1},{title:"communication tech technology device mobile phone smartphone view search telephone find lens",name:"p-search",cat:[22],type:1},{title:"communication delete remove tech technology device mobile phone smartphone telephone cancel",name:"p-remove",cat:[22],type:1},{title:"position location communication pin tech technology device mobile phone smartphone telephone locator",name:"p-location",cat:[22],type:1},{title:"communication tech technology device mobile phone smartphone favorite favourite telephone love like heart",name:"p-heart",cat:[22],type:1},{title:"change communication tech technology edit device mobile phone smartphone modify telephone",name:"p-edit",cat:[22],type:1},{title:"communication check tech technology device mobile phone smartphone mark telephone approved complete completed done checked",name:"p-check",cat:[22],type:1},{title:"communication new tech technology device mobile phone smartphone add plus telephone",name:"p-add",cat:[22],type:1},{title:"education holidays halloween animal nature bird owl wisdom",name:"owl",cat:[1,13],type:1},{title:"furniture food cooking stove oven",name:"oven",cat:[10,11],type:1},{title:"arrow top up upwards window export start application browser app fire new open tab",name:"open-in-browser",cat:[2],type:1},{title:"travel food animal nature seafood octopus tentacles",name:"octopus",cat:[1,26],type:1},{title:"new travel building empire manhattan ny skyline state york",name:"ny",cat:[26],type:1},{title:"care healthcare health medical nurse",name:"nurse",cat:[12],type:1},{title:"ui user interface update communication music chat message education school volume announcement alarm audio sound alert attention notification speaker voice announce megaphone shout",name:"notification-70",cat:[18,27],type:1},{title:"ui user interface update communication music chat message volume announcement alarm audio sound alert attention notification speaker voice announce megaphone shout",name:"notification-69",cat:[27],type:1},{title:"business finance notebook notes notepad reminder to-do",name:"notes",cat:[3],type:1},{title:"document education school note notebook notepad",name:"notepad",cat:[18],type:1},{title:"files file folder document format education agenda book diary note notebook notes pad library notepad read paper label reading study manual",name:"notebook",cat:[8],type:1},{title:"cross document note notebook notepad",name:"notebook-2",cat:[12],type:1},{title:"file document list note notebook notes pad design notepad development page paper code todo develop tag clipboard",name:"note-code",cat:[5],type:1},{title:"media music note multimedia audio sound",name:"note-04",cat:[16],type:1},{title:"media music note holidays multimedia audio sound",name:"note-03",cat:[13,16],type:1},{title:"connection social ui user interface communication network group team connect internet connected networking node seo dots",name:"node",cat:[27],type:1},{title:"no emoticon smiley lips sealed speechless words",name:"no-words",cat:[6],type:1},{title:"file folder document format ban stop banned block blocked forbidden not prevent paper item accept accessibility none private prohibition",name:"no-access",cat:[8],type:1},{title:"emoticon smiley mysterious ninja samurai",name:"ninja",cat:[6],type:1},{title:"media photo camera option multimedia mode night",name:"night",cat:[16],type:1},{title:"communication post send email mail message messages contact shopping write envelope letter mailbox news newsletter subscribe",name:"newsletter",cat:[19],type:1},{title:"inbox communication post send email mail message messages contact design write development code coding develop announcement envelope letter mailbox news newsletter signup subscribe",name:"newsletter-dev",cat:[5],type:1},{title:"new shopping deal discount ecommerce sale shop label tag coupon reduction ticket offer sticker",name:"new",cat:[19],type:1},{title:"connection social user network group team profile account avatar man person networking users member human friend",name:"network",cat:[28],type:1},{title:"business finance holidays halloween net spider web",name:"net",cat:[3,13],type:1},{title:"glasses emoticon smiley cheerful happy smile geek nerd nerdy",name:"nerd-23",cat:[6],type:1},{title:"glasses emoticon smiley cheerful happy smile geek nerd nerdy",name:"nerd-22",cat:[6],type:1},{title:"clothes accessory craft needle sew sewing thread",name:"needle",cat:[4],type:1},{title:"direction navigation directions gps location navigate map pin tech technology address marker drive street destination",name:"navigation",cat:[22],type:1},{title:"play file media music player document format note multimedia audio mp3 sound soundtrack radio song listen",name:"music",cat:[8,16],type:1},{title:"cloud sync media music multimedia sound",name:"music-cloud",cat:[16],type:1},{title:"media music playlist collection album multimedia audio",name:"music-album",cat:[16],type:1},{title:"play music player device audio mp3 sound listen ipod",name:"music-2",cat:[22],type:1},{title:"food animal nature health vegetable autumn mushroom",name:"mushroom",cat:[1],type:1},{title:"user group team profile account avatar contact man person users member human friend community people collaboration collective",name:"multiple",cat:[28],type:1},{title:"user group team profile account avatar contact man person users member human friend community people collaboration collective",name:"multiple-19",cat:[28],type:1},{title:"user group team profile account avatar contact male man person users member human friend follower community people collaboration collective",name:"multiple-11",cat:[28],type:1},{title:"food drink beverage hot coffe coffee cup mug tea",name:"mug",cat:[10],type:1},{title:"food cake dessert sweet breakfast bakery cupcake muffin",name:"muffin",cat:[10],type:1},{title:"play media video film movie multimedia",name:"movie-62",cat:[16],type:1},{title:"play media video film movie multimedia",name:"movie-61",cat:[16],type:1},{title:"arrow forward direction keyboard move navigation out position top up upward upwards file upload arrange bring translate object rearrange reorganize push",name:"move-up",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous top up upward upwards enlarge fullscreen zoom",name:"move-up-left",cat:[2],type:1},{title:"arrow move top up upward organize arrange bring translate object rearrange reorganize push",name:"move-up-2",cat:[2,5],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"move-right",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"move-left",cat:[2],type:1},{title:"arrow bottom descend down downward move download file organize arrange send rearrange reorganize",name:"move-down",cat:[2],type:1},{title:"arrow forward right direction bottom keyboard move navigation out position next onward onwards enlarge fullscreen zoom",name:"move-down-right",cat:[2],type:1},{title:"arrow bottom descend down downward move organize arrange send translate rearrange reorganize",name:"move-down-2",cat:[2,5],type:1},{title:"arrow arrows direction move out directions enlarge expand fullscreen increase maximize reach window zoom center",name:"move-92",cat:[2],type:1},{title:"arrow arrows direction move out directions enlarge expand fullscreen increase maximize reach window zoom drag cursor",name:"move-06",cat:[2],type:1},{title:"arrow arrows direction move out directions enlarge expand fullscreen increase maximize reach window zoom drag cursor",name:"move-05",cat:[2],type:1},{title:"cursor accessory design computer tech technology development device mac click mouse pointer hardware magic scroll scrolling",name:"mouse-10",cat:[5,22],type:1},{title:"cursor accessory design computer tech technology development device mac click mouse pointer hardware magic scroll scrolling",name:"mouse-09",cat:[5,22],type:1},{title:"cursor accessory design computer tech technology development device mac click mouse pointer hardware magic scroll scrolling",name:"mouse-08",cat:[5,22],type:1},{title:"environment landscape animal nature rock climbing mountain",name:"mountain",cat:[1],type:1},{title:"sport transportation bike motorcycle moto motorbike",name:"moto",cat:[25],type:1},{title:"travel building palace religious islamic mosque muslim",name:"mosque",cat:[26],type:1},{title:"weather moon night",name:"moon",cat:[29],type:1},{title:"weather moon night stars",name:"moon-stars",cat:[29],type:1},{title:"weather full moon night",name:"moon-full",cat:[29],type:1},{title:"weather moon night fog mist",name:"moon-fog",cat:[29],type:1},{title:"cloud weather moon snow night flake",name:"moon-cloud-snow-62",cat:[29],type:1},{title:"cloud weather moon snow night",name:"moon-cloud-snow-61",cat:[29],type:1},{title:"cloud weather moon night rain",name:"moon-cloud-rain",cat:[29],type:1},{title:"cloud weather light moon flash lightning",name:"moon-cloud-light",cat:[29],type:1},{title:"cloud weather moon night hail",name:"moon-cloud-hail",cat:[29],type:1},{title:"cloud weather moon night fog mist",name:"moon-cloud-fog",cat:[29],type:1},{title:"cloud weather drop moon night rain",name:"moon-cloud-drop",cat:[29],type:1},{title:"holidays emoticon smiley big alien cyclops eye eyed monster one",name:"monster",cat:[6,13],type:1},{title:"file folder document format order certificate bill payment money dollar agreement paper item invoice receipt",name:"money",cat:[8],type:1},{title:"change clock business time finance cash payment coins funding money",name:"money-time",cat:[3],type:1},{title:"energy environment growth business finance cash payment money dollar banknotes flower",name:"money-growth",cat:[3,7],type:1},{title:"change business finance cash payment coins money dollar banknotes",name:"money-coins",cat:[3],type:1},{title:"business finance bag cash payment money pay price",name:"money-bag",cat:[3],type:1},{title:"business finance cash payment money dollar banknotes",name:"money-13",cat:[3],type:1},{title:"business finance cash payment money dollar banknotes",name:"money-12",cat:[3],type:1},{title:"business finance cash payment money dollar banknotes",name:"money-11",cat:[3],type:1},{title:"education school science healthcare health medical atom chemistry molecule",name:"molecule",cat:[12,18],type:1},{title:"science healthcare health medical atom chemistry molecule",name:"molecule-40",cat:[12],type:1},{title:"science healthcare health medical atom chemistry molecule",name:"molecule-39",cat:[12],type:1},{title:"food coffe coffee espresso moka",name:"moka",cat:[10],type:1},{title:"communication tech technology android device mobile phone smartphone iphone ios telephone call touchscreen",name:"mobile",cat:[22],type:1},{title:"communication tech technology android device mobile phone smartphone iphone ios menu telephone call touchscreen toolbar",name:"mobile-toolbar",cat:[22],type:1},{title:"communication power connect tech technology plug charge android device mobile phone smartphone iphone ios telephone call recharge recharger battery touchscreen charger",name:"mobile-recharger-09",cat:[22],type:1},{title:"communication power connect tech technology plug charge android device mobile phone smartphone iphone ios telephone call recharge recharger battery touchscreen charger",name:"mobile-recharger-08",cat:[22],type:1},{title:"communication tech technology android device mobile phone smartphone iphone ios telephone call touchscreen",name:"mobile-landscape",cat:[22],type:1},{title:"responsive app design android development device mobile phone smartphone ios code brackets coding dev develop script tag tags telephone first",name:"mobile-dev",cat:[5],type:1},{title:"responsive app drawing design android development device mobile phone smartphone ios draw graphic brush telephone",name:"mobile-design",cat:[5],type:1},{title:"user app profile account avatar contact man person mobile phone users member human friend selfie",name:"mobile-contact",cat:[28],type:1},{title:"finance shopping payment money pay shop card charge checkout credit debit method methods apple mobile phone buy credit card online",name:"mobile-card",cat:[19],type:1},{title:"communication tech technology android device mobile phone smartphone iphone ios telephone call touchscreen",name:"mobile-camera",cat:[22],type:1},{title:"communication tech technology android device mobile phone smartphone iphone ios telephone call touchscreen",name:"mobile-button",cat:[22],type:1},{title:"furniture hand electric food cooking egg beater mixer",name:"mixer",cat:[10,11],type:1},{title:"holidays decoration christmas mistletoe",name:"mistletoe",cat:[13],type:1},{title:"network display design computer web development mirror duplicate cast desktop mirroring monitor screen streaming wireless",name:"mirror",cat:[5],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"minimal-up",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"minimal-right",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"minimal-left",cat:[2],type:1},{title:"arrow bottom descend down downward",name:"minimal-down",cat:[2],type:1},{title:"food pack bottle drink milk breakfast carton",name:"milk",cat:[10],type:1},{title:"food cooking kitchen microwave oven",name:"microwave",cat:[10],type:1},{title:"line windows layout list design development shape logo microsoft gallery boxes column grid row table tile view square squares",name:"microsoft",cat:[5],type:1},{title:"education school science healthcare health medical laboratory microscope research",name:"microscope",cat:[12,18],type:1},{title:"user avatar hat mouse animal users disney ear ears mickey",name:"mickey-mouse",cat:[28],type:1},{title:"media music talk tech technology multimedia audio sound mic microphone speaker voice speech",name:"mic",cat:[16,22],type:1},{title:"music talk audio sound mic microphone speaker voice speech",name:"mic-2",cat:[22],type:1},{title:"ui user interface growth settings dashboard speed setting fast gauge indicator metrics odometer performance productivity speedometer widgets",name:"metrics",cat:[27],type:1},{title:"arrow direction expand control git version combine join merge pointing together unify unite",name:"merge",cat:[2],type:1},{title:"arrow direction expand control git version combine join merge pointing together unify unite",name:"merge-round",cat:[2],type:1},{title:"arrow direction expand control git version combine join merge pointing together unify unite",name:"merge-2",cat:[2],type:1},{title:"navigation ui user interface lines list bars gallery hamburger menu options settings burger",name:"menu",cat:[27],type:1},{title:"navigation ui user interface lines list bars gallery hamburger menu options settings burger",name:"menu-square",cat:[27],type:1},{title:"right navigation ui user interface lines list bars gallery hamburger menu options settings burger",name:"menu-right",cat:[27],type:1},{title:"left navigation ui user interface lines list bars gallery hamburger menu options settings burger",name:"menu-left",cat:[27],type:1},{title:"navigation circle ui user interface dot list gallery menu options settings circles dots more",name:"menu-dots",cat:[27],type:1},{title:"navigation ui user interface lines list bars gallery hamburger menu options settings burger",name:"menu-bold",cat:[27],type:1},{title:"navigation ui user interface lines list bars gallery hamburger menu options settings burger",name:"menu-35",cat:[27],type:1},{title:"navigation ui user interface lines list bars gallery hamburger menu options settings burger",name:"menu-34",cat:[27],type:1},{title:"user group team meeting conversation dialog profile account avatar contact male man person users member appointment human friend follower community people",name:"meeting",cat:[28],type:1},{title:"food meat kebab shish spit",name:"meat-spit",cat:[10],type:1},{title:"measure food kitchen cup measuring",name:"measuring-cup",cat:[10],type:1},{title:"measure scale width tool education school office math mathematics design development triangle geometry draw meter ruler science dimention dimentions length measurement",name:"measure-big",cat:[5,18],type:1},{title:"measure scale width tool education school office math mathematics design development triangle geometry draw meter ruler science dimention dimentions length measurement",name:"measure-17",cat:[5,18],type:1},{title:"measure scale width tool education school office math mathematics design development triangle geometry draw meter ruler science dimention dimentions length measurement",name:"measure-02",cat:[5,18],type:1},{title:"business finance education school calculator math operation",name:"math",cat:[3,18],type:1},{title:"box fire food flame smoking burn campfire matches",name:"matches",cat:[10],type:1},{title:"play media music video application app bag briefcase shopping ecommerce sale shop android google purse buy market marketplace",name:"market-play",cat:[19],type:1},{title:"play media music video application app bag briefcase shopping ecommerce sale shop android google purse buy market marketplace",name:"market-music",cat:[19],type:1},{title:"education school office design pen pencil write marker highlight focus highlighter important stationery underline",name:"marker",cat:[5,18],type:1},{title:"direction navigation position gps location map pin place marker",name:"marker-3",cat:[15],type:1},{title:"arrow direction navigation gps location navigate map pin pointer marker compass locate",name:"marker-2",cat:[15],type:1},{title:"right text editing indent margin padding",name:"margin-right",cat:[23],type:1},{title:"left text editing indent margin padding",name:"margin-left",cat:[23],type:1},{title:"direction navigation gps location map address maps route street",name:"map",cat:[15],type:1},{title:"direction navigation position gps location map pin place address marker maps route street",name:"map-pin",cat:[15],type:1},{title:"direction navigation position gps location map pin place address marker maps route street",name:"map-marker",cat:[15],type:1},{title:"arrow direction navigation gps location navigate map address compass maps locate route street",name:"map-gps",cat:[15],type:1},{title:"direction navigation position gps location tool navigate travel map address compass maps instrument route street",name:"map-compass",cat:[15],type:1},{title:"direction navigation gps location map address maps route street",name:"map-big",cat:[15],type:1},{title:"emoticon smiley cheerful happy smile comic manga",name:"manga-63",cat:[6],type:1},{title:"emoticon smiley cheerful happy smile comic manga",name:"manga-62",cat:[6],type:1},{title:"user profile account avatar contact male man person users member human friend follower",name:"man",cat:[28],type:1},{title:"up user profile account avatar contact male man person users member human friend follower body",name:"man-up",cat:[28],type:1},{title:"user profile account avatar contact male eyewear glasses man person sunglasses users member human friend follower",name:"man-glasses",cat:[28],type:1},{title:"down user profile account avatar contact male man person users member human friend follower body",name:"man-down",cat:[28],type:1},{title:"user profile account avatar contact male man person users member human friend follower",name:"man-23",cat:[28],type:1},{title:"user sign male man healthcare health medical boy users symbol gender guy sex",name:"man-20",cat:[12,28],type:1},{title:"emoticon smiley malicious smirking spiteful",name:"malicious",cat:[6],type:1},{title:"clothes accessory beauty cosmetics facial gloss lip lipstick makeup",name:"makeup",cat:[4],type:1},{title:"power design charge development attract attraction horseshoe magnet magnetic magnetism metal physics science snap",name:"magnet",cat:[5],type:1},{title:"emoticon angry furious smiley unhappy upset frown mad",name:"mad-58",cat:[6],type:1},{title:"emoticon angry furious smiley unhappy upset frown mad",name:"mad-12",cat:[6],type:1},{title:"media photo animal nature camera option multimedia macro",name:"macro",cat:[1,16],type:1},{title:"direction navigation position download sync gps location update map device address route street",name:"m-update",cat:[15],type:1},{title:"direction navigation position gps location schedule time map address calendar appointment countdown route street",name:"m-time",cat:[15],type:1},{title:"direction navigation position sync gps location refresh reload update map address route street",name:"m-sync",cat:[15],type:1},{title:"direction navigation position gps location map address favorite favourite love like star route street",name:"m-star",cat:[15],type:1},{title:"direction navigation position share social gps location connect map address route street",name:"m-share",cat:[15],type:1},{title:"direction navigation position gps location control preferences system map edit options settings address adjust option configuration configure gear parameter parameters setting setup route street",name:"m-settings",cat:[15],type:1},{title:"direction navigation position gps location lock security map safe address padlock protection secure route street",name:"m-security",cat:[15],type:1},{title:"direction navigation position gps location map view search address find lens explore route street lookup",name:"m-search",cat:[15],type:1},{title:"direction navigation position gps location delete map address clear minus cancel route street",name:"m-remove",cat:[15],type:1},{title:"direction navigation position gps location map pin place address marker route street locator",name:"m-location",cat:[15],type:1},{title:"direction navigation position gps location map address favorite favourite love like heart route street",name:"m-heart",cat:[15],type:1},{title:"change direction navigation position gps location map edit address modify route street",name:"m-edit",cat:[15],type:1},{title:"direction navigation position gps location delete remove map address clear minus cancel route street",name:"m-delete",cat:[15],type:1},{title:"direction navigation position gps location check map address mark approved complete completed done checked tick route street",name:"m-check",cat:[15],type:1},{title:"direction navigation position gps location new map add plus address route street",name:"m-add",cat:[15],type:1},{title:"healthcare health medical lungs",name:"lungs",cat:[12],type:1},{title:"travel bag suitcase backpack baggage luggage",name:"luggage",cat:[26],type:1},{title:"arrow repeat arrows direction sync infinite infinity load loading loop process refresh reload replay update circuit path",name:"loop",cat:[2],type:1},{title:"arrow repeat arrows sync infinite infinity load loading loop process refresh reload replay update",name:"loop-83",cat:[2],type:1},{title:"arrow repeat arrows sync infinite infinity load loading loop process refresh reload replay update",name:"loop-82",cat:[2],type:1},{title:"arrow repeat arrows sync infinite infinity load loading loop process refresh reload replay update shuffle",name:"loop-34",cat:[2],type:1},{title:"arrow repeat arrows circle round sync infinite infinity load loading loop process refresh reload replay update shuffle",name:"loop-30",cat:[2],type:1},{title:"clothes accessory shirt wear long jumper sleeve tshirt",name:"long-sleeve",cat:[4],type:1},{title:"clock travel tower big monument ben london sights",name:"london",cat:[26],type:1},{title:"arrow out user log sign close door exit leave logout outside info",name:"logout",cat:[2],type:1},{title:"social media youtube",name:"logo-youtube",cat:[20],type:1},{title:"social media yelp",name:"logo-yelp",cat:[20],type:1},{title:"social media wordpress",name:"logo-wordpress",cat:[20],type:1},{title:"social media whatsapp",name:"logo-whatsapp",cat:[20],type:1},{title:"social media vine",name:"logo-vine",cat:[20],type:1},{title:"social media vimeo",name:"logo-vimeo",cat:[20],type:1},{title:"social media twitter",name:"logo-twitter",cat:[20],type:1},{title:"social media tumblr",name:"logo-tumblr",cat:[20],type:1},{title:"social media trello",name:"logo-trello",cat:[20],type:1},{title:"social media spotify",name:"logo-spotify",cat:[20],type:1},{title:"social media soundcloud",name:"logo-soundcloud",cat:[20],type:1},{title:"social media slack",name:"logo-slack",cat:[20],type:1},{title:"social media skype",name:"logo-skype",cat:[20],type:1},{title:"social media shopify",name:"logo-shopify",cat:[20],type:1},{title:"social media rss",name:"logo-rss",cat:[20],type:1},{title:"social media reddit",name:"logo-reddit",cat:[20],type:1},{title:"social media product hunt",name:"logo-product-hunt",cat:[20],type:1},{title:"social media pinterest",name:"logo-pinterest",cat:[20],type:1},{title:"social media paypal",name:"logo-paypal",cat:[20],type:1},{title:"social media myspace",name:"logo-myspace",cat:[20],type:1},{title:"social media meetup",name:"logo-meetup",cat:[20],type:1},{title:"social media linkedin",name:"logo-linkedin",cat:[20],type:1},{title:"social media lastfm",name:"logo-lastfm",cat:[20],type:1},{title:"social media instagram",name:"logo-instagram",cat:[20],type:1},{title:"social media google plus",name:"logo-google-plus",cat:[20],type:1},{title:"social media github",name:"logo-github",cat:[20],type:1},{title:"social media flickr",name:"logo-flickr",cat:[20],type:1},{title:"social media feedly",name:"logo-feedly",cat:[20],type:1},{title:"social media facebook",name:"logo-fb-simple",cat:[20],type:1},{title:"social media facebook",name:"logo-facebook",cat:[20],type:1},{title:"social media evernote",name:"logo-evernote",cat:[20],type:1},{title:"social media envato",name:"logo-envato",cat:[20],type:1},{title:"social media dropbox",name:"logo-dropbox",cat:[20],type:1},{title:"social media dribbble",name:"logo-dribbble",cat:[20],type:1},{title:"social media deviantart",name:"logo-deviantart",cat:[20],type:1},{title:"social media crunchbase",name:"logo-crunchbase",cat:[20],type:1},{title:"social media market creative",name:"logo-creative-market",cat:[20],type:1},{title:"social media codepen",name:"logo-codepen",cat:[20],type:1},{title:"social media buysellads",name:"logo-buysellads",cat:[20],type:1},{title:"social media buffer",name:"logo-buffer",cat:[20],type:1},{title:"social media blogger",name:"logo-blogger",cat:[20],type:1},{title:"social media behance",name:"logo-behance",cat:[20],type:1},{title:"social media list angel angellist",name:"logo-angellist",cat:[20],type:1},{title:"social media 500px",name:"logo-500px",cat:[20],type:1},{title:"arrow out ui user interface log sign close door exit leave logout outside",name:"log-out",cat:[2,27],type:1},{title:"arrow out user log sign close door exit leave logout outside",name:"log-out-2",cat:[2,27],type:1},{title:"arrow input user enter entry form in inbox inside lock log login password security sign",name:"log-in",cat:[2],type:1},{title:"file lock security folder document format safe paper item locked padlock privacy protected protection secure",name:"locked",cat:[8],type:1},{title:"ui user interface lock login password security safe safety locked padlock privacy protected protection secure closed encryption protect",name:"lock",cat:[27],type:1},{title:"lock security communication safe tech technology device mobile phone smartphone telephone padlock protection secure",name:"lock-portrait",cat:[22],type:1},{title:"ui user interface lock login password security safe safety locked padlock privacy protected protection secure closed encryption protect theft unlock unlocked unsafe unsecure",name:"lock-open",cat:[27],type:1},{title:"lock security communication safe tech technology device mobile phone smartphone telephone padlock protection secure",name:"lock-landscape",cat:[22],type:1},{title:"ui user interface lock login password security safe safety locked padlock privacy protected protection secure closed encryption protect",name:"lock-circle",cat:[27],type:1},{title:"ui user interface lock login password security safe safety locked padlock privacy protected protection secure closed encryption protect theft unlock unlocked unsafe unsecure",name:"lock-circle-open",cat:[27],type:1},{title:"food animal nature seafood lobster",name:"lobster",cat:[1,10],type:1},{title:"process organize schedule document list agenda shopping check checklist item items listing tasks todo inventory plan wishlist",name:"list",cat:[19],type:1},{title:"text list editing numbers ordered",name:"list-numbers",cat:[23],type:1},{title:"text list editing bullet bullets unordered",name:"list-bullet",cat:[23],type:1},{title:"file share connection ui connections folder document format web paper item attachment chain hyperlink link linked links url",name:"link",cat:[8],type:1},{title:"share connection ui user interface connections remove web break chain hyperlink link linked links url broken unlink",name:"link-broken-73",cat:[27],type:1},{title:"share connection ui user interface connections remove text web editing break chain hyperlink link linked links url broken unlink",name:"link-broken-70",cat:[23,27],type:1},{title:"share connection ui user interface connections web chain hyperlink link linked links url",name:"link-72",cat:[27],type:1},{title:"share connection ui user interface connections web chain hyperlink link linked links url",name:"link-71",cat:[27],type:1},{title:"share connection ui user interface connections text web editing chain hyperlink link linked links url",name:"link-69",cat:[23,27],type:1},{title:"share connection ui user interface connections web chain hyperlink link linked links url",name:"link-68",cat:[27],type:1},{title:"share connection ui user interface connections web chain hyperlink link linked links url",name:"link-67",cat:[27],type:1},{title:"share connection ui user interface connections web chain hyperlink link linked links url",name:"link-66",cat:[27],type:1},{title:"share connection connections web attachment chain hyperlink link linked links url",name:"link-2",cat:[27],type:1},{title:"arrow line arrows direction directions growth lines competition effort group parallel success team work",name:"lines",cat:[2],type:1},{title:"line height font paragraph text editing formatting distance margins",name:"line-height",cat:[23],type:1},{title:"up hand finger gesture favorite favourite approve like thumbs vote rate thumb",name:"like",cat:[6],type:1},{title:"down no finger gesture favorite emoticon smiley like thumbs vote dislike unlike",name:"like-no",cat:[6],type:1},{title:"up hand finger gesture favorite favourite approve like thumbs vote rate thumb",name:"like-2",cat:[27],type:1},{title:"watch travel house light tower sea lighthouse",name:"lighthouse",cat:[26],type:1},{title:"fire food flame lighter smoking",name:"lighter",cat:[10],type:1},{title:"furniture bulb lamp light flashlight",name:"light",cat:[11],type:1},{title:"light traffic transportation",name:"light-traffic",cat:[25],type:1},{title:"lamp light object flashlight",name:"light-3",cat:[11],type:1},{title:"bulb light celebration party decoration christmas",name:"light-2",cat:[13],type:1},{title:"furniture books bookshop library shelf bookshelf",name:"library",cat:[11],type:1},{title:"full scale energy environment power danger dashboard level signal speed widget score",name:"power-level",cat:[7,25],type:1},{title:"media photo camera multimedia lens",name:"lens-56",cat:[16],type:1},{title:"media camera option multimedia lens",name:"lens-31",cat:[16],type:1},{title:"food fruit slice healthy lemon lime orange",name:"lemon-slice",cat:[10],type:1},{title:"ui user interface text message note pen edit pencil write draw create editing compose editor draft ink leaf feather handwriting plume quill tickle",name:"leaf-edit",cat:[27],type:1},{title:"ui user interface energy environment text message note pen edit pencil write draw create editing compose editor animal nature ink leaf feather handwriting plume quill tickle",name:"leaf-81",cat:[1,7,27],type:1},{title:"ui user interface energy environment text message note pen edit pencil write draw create editing compose editor animal nature ink leaf feather handwriting plume quill tickle",name:"leaf-80",cat:[1,7,27],type:1},{title:"holidays object animal nature leaf",name:"leaf-38",cat:[1,13],type:1},{title:"object animal nature leaf organic",name:"leaf-36",cat:[1],type:1},{title:"browser layout app tab list design internet web development page website boxes grid masonry mockup site table tile view wireframe header sidebar webpage",name:"layout-25",cat:[5],type:1},{title:"layout list design web development page website gallery boxes column grid masonry mockup row site table tile view wireframe",name:"layout-11",cat:[5],type:1},{title:"files file network media structure business hierarchy layer layers order stack map relations sitemap development sheets filter management organization archive sheet layering stackable stacking",name:"layers",cat:[5,8],type:1},{title:"layer layers order stack sheets archive sheet layering overlay stackable stacking",name:"layers-3",cat:[5,27],type:1},{title:"layers picture image photo camera burst mode",name:"layers-2",cat:[5,16],type:1},{title:"business finance hammer action auction judge law lawyer legal",name:"law",cat:[3],type:1},{title:"arrow up file share storage transfer upload connection social export launch network outbox output sharing start",name:"launch-47",cat:[2],type:1},{title:"arrow up file share storage transfer upload connection social export launch network outbox output sharing start",name:"launch-11",cat:[2],type:1},{title:"open emoticon smiley cheerful happy smile mouth laugh positive",name:"laugh-35",cat:[6],type:1},{title:"open emoticon smiley cheerful happy smile mouth laugh positive",name:"laugh-17",cat:[6],type:1},{title:"notebook computer laptop tech technology device mac monitor screen pc personal",name:"laptop",cat:[22],type:1},{title:"progress business finance chart graph computer laptop",name:"laptop-72",cat:[3],type:1},{title:"progress business finance chart graph computer laptop",name:"laptop-71",cat:[3],type:1},{title:"notebook computer laptop tech technology device mac monitor screen pc personal",name:"laptop-2",cat:[22],type:1},{title:"notebook computer laptop tech technology device mac monitor screen camera pc personal",name:"laptop-1",cat:[22],type:1},{title:"communication chat comment conversation talk education school language",name:"language",cat:[18],type:1},{title:"travel furniture bulb lamp light object flame desk night camping gaslight outdoor",name:"lamp",cat:[11,26],type:1},{title:"furniture lamp light floor",name:"lamp-floor",cat:[11],type:1},{title:"lamp light flame night camping gaslight outdoor",name:"lamp-3",cat:[26],type:1},{title:"bulb lamp light desk",name:"lamp-2",cat:[11],type:1},{title:"ui user interface education school glass study science healthcare health medical chemistry flask test tube laboratory research equipment beaker chemical drug experiment lab vessel",name:"lab",cat:[12,18,27],type:1},{title:"download sync update version new system notebook computer laptop tech technology device mac monitor screen software pc personal",name:"l-system-update",cat:[22],type:1},{title:"sync refresh reload update notebook computer laptop tech technology device mac monitor screen pc personal",name:"l-sync",cat:[22],type:1},{title:"control preferences system notebook computer laptop tech technology edit device mac options settings monitor screen adjust option configuration configure gear parameter parameters setting setup pc personal",name:"l-settings",cat:[22],type:1},{title:"lock security notebook computer laptop safe tech technology device mac monitor screen padlock protection secure pc personal",name:"l-security",cat:[22],type:1},{title:"notebook computer laptop tech technology device mac view monitor screen search find lens pc personal",name:"l-search",cat:[22],type:1},{title:"delete remove notebook computer laptop tech technology device mac monitor screen cancel pc personal",name:"l-remove",cat:[22],type:1},{title:"position location notebook computer laptop pin tech technology device mac monitor screen locator pc personal",name:"l-location",cat:[22],type:1},{title:"notebook check computer laptop tech technology device mac monitor screen mark approved complete completed done checked pc personal",name:"l-check",cat:[22],type:1},{title:"new notebook computer laptop tech technology device mac add plus monitor screen pc personal",name:"l-add",cat:[22],type:1},{title:"ui media control volume multimedia audio knob",name:"knob",cat:[16],type:1},{title:"food cutlery knife tools utensils silverware",name:"knife",cat:[10],type:1},{title:"food kitchen fan extractor",name:"kitchen-fan",cat:[10],type:1},{title:"emoticon smiley kiss lips love romantic",name:"kiss",cat:[6],type:1},{title:"hat baby kid emoticon smiley cheerful happy smile boy",name:"kid",cat:[6],type:1},{title:"media hat baby kid photo camera option multimedia emoticon smiley cheerful happy smile boy",name:"kid-2",cat:[6,16],type:1},{title:"keyboard control type accessory computer tech technology typing hardware keys peripheral",name:"keyboard",cat:[22],type:1},{title:"keyboard control type accessory computer tech technology typing wireless hardware wifi keys peripheral bluetooth",name:"keyboard-wireless",cat:[22],type:1},{title:"keyboard control type accessory computer tech technology typing wireless hardware wifi keys peripheral bluetooth",name:"keyboard-wifi",cat:[22],type:1},{title:"keyboard control type accessory computer tech technology mouse typing hardware keys peripheral accessories",name:"keyboard-mouse",cat:[22],type:1},{title:"keyboard control type accessory computer tech technology typing hardware disconnect hide keys peripheral",name:"keyboard-hide",cat:[22],type:1},{title:"ui user interface lock password key object secure",name:"key-26",cat:[27],type:1},{title:"ui user interface password key object secure access",name:"key-25",cat:[27],type:1},{title:"power weight sport fitness dumbbells gym kettlebell lifting",name:"kettlebell",cat:[21],type:1},{title:"food kitchen water tea heater kettle teakettle teapot boiler",name:"kettle",cat:[10],type:1},{title:"direction navigation location way path shape vector track route street road journey",name:"journey-08",cat:[15],type:1},{title:"direction navigation location way path shape vector track route street road journey",name:"journey-07",cat:[15],type:1},{title:"direction navigation location way path shape vector track route street road journey",name:"journey-06",cat:[15],type:1},{title:"direction navigation location way path shape vector track route street road journey",name:"journey-05",cat:[15],type:1},{title:"direction navigation location way path shape vector track route street road journey",name:"journey-04",cat:[15],type:1},{title:"travel animal nature sea jellyfish medusa posionous",name:"jellyfish",cat:[1,26],type:1},{title:"clothes accessory wear jeans pants slacks trousers pocket",name:"jeans-pocket",cat:[4],type:1},{title:"clothes accessory wear jeans pants slacks trousers pocket",name:"jeans-43",cat:[4],type:1},{title:"clothes accessory wear jeans pants slacks trousers",name:"jeans-41",cat:[4],type:1},{title:"food fruit sweet jar breakfast jam marmalade preserves",name:"jam",cat:[10],type:1},{title:"font text type typography style editing formatting italic",name:"italic",cat:[23],type:1},{title:"travel building palace religious islamic istanbul mosque muslim",name:"istanbul",cat:[26],type:1},{title:"furniture clothes accessory iron ironing laundry",name:"iron",cat:[4],type:1},{title:"clothes accessory iron ironing laundry ban dont no stop",name:"iron-dont",cat:[4],type:1},{title:"clothes iron laundry",name:"iron-2",cat:[11],type:1},{title:"arrow back curve invert redo repeat rotate",name:"invert",cat:[2],type:1},{title:"healthcare health medical intestines",name:"intestine",cat:[12],type:1},{title:"arrow download input save import user enter entry in inbox inside lock log login password security sign way",name:"input-21",cat:[2],type:1},{title:"arrow download input save import user enter entry in inbox inside lock log login password security sign way",name:"input-12",cat:[2],type:1},{title:"file info folder document format paper item alert information notification about faq help hint support",name:"info",cat:[8],type:1},{title:"repeat ui user interface infinite infinity loop endless forever",name:"infinite",cat:[27],type:1},{title:"media format canvas picture gallery image photo photography graphic landscape album multimedia",name:"image",cat:[5,16],type:1},{title:"location media map picture image photo multimedia",name:"image-location",cat:[16],type:1},{title:"media delete remove picture image photo multimedia",name:"image-delete",cat:[16],type:1},{title:"media picture add image photo multimedia",name:"image-add",cat:[16],type:1},{title:"media picture image photo multimedia",name:"image-05",cat:[16],type:1},{title:"file media document format design canvas picture gallery paper image photo photography graphic landscape album multimedia",name:"image-3",cat:[8],type:1},{title:"media text picture editing image photo multimedia",name:"image-02",cat:[16,23],type:1},{title:"canvas picture gallery image photo photography graphic landscape",name:"image-2",cat:[5],type:1},{title:"media picture image photo multimedia",name:"image-01",cat:[16],type:1},{title:"travel icehouse igloo",name:"igloo",cat:[26],type:1},{title:"food dessert sweet summer cream ice icecream lolly popsicle",name:"ice-cream-72",cat:[10],type:1},{title:"food dessert sweet summer cone cream ice icecream",name:"ice-cream-22",cat:[10],type:1},{title:"travel home object camping hovel hut tent",name:"hut",cat:[26],type:1},{title:"weather hurricane storm tornado",name:"hurricane-45",cat:[29],type:1},{title:"weather hurricane storm tornado",name:"hurricane-44",cat:[29],type:1},{title:"weather energy environment healthcare health medical humidity",name:"humidity-52",cat:[7,12,29],type:1},{title:"weather healthcare health medical humidity",name:"humidity-26",cat:[12,29],type:1},{title:"design internet web development end front frontend programming standards website html html5 markup",name:"html5",cat:[5],type:1},{title:"ui user interface load loading clock time glass wait waiting timer countdown track tracking deadline hour hourglass sand stopwatch",name:"hourglass",cat:[27],type:1},{title:"travel building estate real hotel inn",name:"hotel",cat:[26],type:1},{title:"sign travel notification signboard hotel symbol",name:"hotel-symbol",cat:[26],type:1},{title:"travel front desk bell hotel",name:"hotel-bell",cat:[26],type:1},{title:"food fast fastfood hot dog hotdog sausage",name:"hot-dog",cat:[10],type:1},{title:"cross healthcare health medical hospital",name:"hospital-34",cat:[12],type:1},{title:"cross healthcare health medical hospital",name:"hospital-33",cat:[12],type:1},{title:"cross healthcare health medical hospital",name:"hospital-32",cat:[12],type:1},{title:"sport clothes accessory wear hoodie pullover sweatshirt",name:"hoodie",cat:[4,21],type:1},{title:"energy environment building home house smart ecology saver green bio shelter family",name:"home",cat:[7],type:1},{title:"ui user interface office building estate home house real page address apartment homepage local shelter",name:"home-simple",cat:[27],type:1},{title:"building estate home house real view search find lens explore apartment local lookup",name:"home-search",cat:[15],type:1},{title:"ui user interface office building estate home house real page address apartment homepage local shelter",name:"home-minimal",cat:[27],type:1},{title:"ui user interface office building estate home house real page address apartment homepage local shelter",name:"home-52",cat:[27],type:1},{title:"ui user interface office building estate home house real page address apartment homepage local shelter",name:"home-51",cat:[27],type:1},{title:"user home house person member human friend shelter community family",name:"home-2",cat:[28],type:1},{title:"time hand fingers gesture hold tap screen touch one gestures interactive",name:"hold",cat:[24],type:1},{title:"sport game stick ice hockey nhl",name:"hockey",cat:[21],type:1},{title:"food cooking kitchen ring hot plate hob hotplate stove",name:"hob",cat:[10],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards file upload",name:"hit-up",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"hit-right",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"hit-left",cat:[2],type:1},{title:"arrow bottom descend down downward download file",name:"hit-down",cat:[2],type:1},{title:"network structure business hierarchy finance map relations sitemap",name:"hierarchy-56",cat:[3],type:1},{title:"network structure business hierarchy finance map relations sitemap",name:"hierarchy-55",cat:[3],type:1},{title:"network structure business hierarchy finance map relations sitemap",name:"hierarchy-54",cat:[3],type:1},{title:"network structure business hierarchy finance map relations sitemap",name:"hierarchy-53",cat:[3],type:1},{title:"sport hat safety helmet car protection transportation crash motorcycle",name:"helmet",cat:[21,25],type:1},{title:"hat helmet protection",name:"helmet-2",cat:[21,25],type:1},{title:"vehicle transportation helicopter",name:"helicopter",cat:[25],type:1},{title:"measure height healthcare health medical patient",name:"height",cat:[12],type:1},{title:"furniture heater heating radiator",name:"heater",cat:[11],type:1},{title:"sport healthcare health medical beat heartbeat life pulse",name:"heartbeat",cat:[12,21],type:1},{title:"document format award paper favorite favourite item love romantic like favorites heart valentine dating relationship romance",name:"heart",cat:[8],type:1},{title:"ui user interface close delete remove day award favorite favourite minus love romantic like heart cancel valentine dating relationship romance negative",name:"heart-remove",cat:[27],type:1},{title:"ui user interface day award add plus favorite favourite love romantic positive like heart valentine dating relationship romance",name:"heart-add",cat:[27],type:1},{title:"day award favorite favourite love romantic like heart valentine dating relationship romance",name:"heart-2",cat:[27],type:1},{title:"communication answer conversation dialog speaking talk tech technology service audio help support headphones customer headphone headset listen",name:"headset",cat:[22],type:1},{title:"media music player accessory tech technology multimedia audio sound support headphones headphone headset listen",name:"headphones",cat:[16,22],type:1},{title:"media music multimedia audio sound support headphones",name:"headphones-mic",cat:[16],type:1},{title:"music player accessory audio sound support headphones headphone headset listen",name:"headphones-2",cat:[22],type:1},{title:"music player accessory tech technology audio sound support headphones headphone headset listen",name:"headphone",cat:[22],type:1},{title:"video tech technology cable plug port connector wire hdmi vga",name:"hdmi",cat:[22],type:1},{title:"business finance clothes accessory bowler hat wear cap",name:"hat",cat:[3,4],type:1},{title:"top clothes accessory hat wear cap",name:"hat-top",cat:[4],type:1},{title:"hat graduation university",name:"hat-3",cat:[18],type:1},{title:"hat wear cap",name:"hat-2",cat:[4,13],type:1},{title:"emoticon smiley cheerful happy smile summer sun",name:"happy-sun",cat:[6],type:1},{title:"emoticon smiley hannibal mask",name:"hannibal",cat:[6],type:1},{title:"furniture clothes coat hanger",name:"hanger",cat:[11],type:1},{title:"furniture clothes coat hanger towel",name:"hanger-clothes",cat:[11],type:1},{title:"business finance office money agreement deal handshake",name:"handshake",cat:[3],type:1},{title:"business finance payment money coin hand handout",name:"handout",cat:[3],type:1},{title:"finance shopping payment money hand shop card charge checkout credit debit method methods swipe buy credit card transaction",name:"hand-card",cat:[19],type:1},{title:"work business finance anvil bespoke craft hammer handmade",name:"hammer",cat:[3],type:1},{title:"media music multimedia audio guitar",name:"guitar",cat:[16],type:1},{title:"files file group document layer layers note design report development copy paper clone copies documents duplicate paste",name:"group",cat:[5],type:1},{title:"media photo grid camera option multimedia",name:"grid",cat:[16],type:1},{title:"line ui user interface layout list shape gallery boxes column grid row table tile view square squares",name:"grid-square",cat:[27],type:1},{title:"line ui user interface layout list shape gallery boxes column grid row table tile view square squares",name:"grid-50",cat:[27],type:1},{title:"line ui user interface layout list shape gallery boxes column grid row table tile view square squares",name:"grid-49",cat:[27],type:1},{title:"line ui user interface layout list shape gallery boxes column grid row table tile view square squares",name:"grid-48",cat:[27],type:1},{title:"line ui user interface layout list shape gallery boxes column grid row table tile view square squares",name:"grid-46",cat:[27],type:1},{title:"line ui user interface layout list shape gallery boxes column grid row table tile view square squares",name:"grid-45",cat:[27],type:1},{title:"cross holidays halloween scary graveyard cemetery grave rip tombstone",name:"grave",cat:[13],type:1},{title:"food fruit healthy grape grapes vineyard",name:"grape",cat:[10],type:1},{title:"education school check grammar",name:"grammar-check",cat:[18],type:1},{title:"cursor hand gesture grab touch gestures",name:"grab",cat:[24],type:1},{title:"arrow direction navigation gps location navigate map compass maps locate",name:"gps",cat:[15],type:1},{title:"sport game club course golf",name:"golf",cat:[21],type:1},{title:"business finance bar investment gold ingot stack treasury",name:"gold",cat:[3],type:1},{title:"arrow business finance dartboard darts goal goals target targeting",name:"goal-65",cat:[3],type:1},{title:"arrow business finance dartboard darts goal goals target targeting",name:"goal-64",cat:[3],type:1},{title:"clothes accessory wear gloves",name:"gloves",cat:[4],type:1},{title:"holidays wear gloves oven christmas glove",name:"glove",cat:[13],type:1},{title:"energy environment browser business finance education school travel earth globe internet world map object",name:"globe",cat:[3,7,18,26],type:1},{title:"globe world map",name:"globe-2",cat:[18,26],type:1},{title:"education school glasses clothes accessory wear eyeglasses glass read spectacles sunglasses",name:"glasses",cat:[4,18],type:1},{title:"glasses eyeglasses glass read spectacles",name:"glasses-2",cat:[18],type:1},{title:"glass food alcohol drink beverage wine",name:"glass",cat:[10],type:1},{title:"exchange box shopping holidays gift package present surprise birthday christmas donation wrapped",name:"gift",cat:[13],type:1},{title:"exchange box holidays gift package present christmas",name:"gift-exchange",cat:[13],type:1},{title:"exchange box shopping gift package present surprise birthday christmas donation wrapped",name:"gift-2",cat:[19,27],type:1},{title:"holidays halloween emoticon smiley ghost horror scary spooky enemy pacman",name:"ghost",cat:[6,13],type:1},{title:"halloween ghost horror scary enemy pacman",name:"ghost-2",cat:[13],type:1},{title:"line file folder layout document format list shape gallery paper boxes grid table tile view square squares item organise",name:"gallery",cat:[8],type:1},{title:"ui user interface tool settings filter categories category filtering filters refine search sort funnel seo",name:"funnel-41",cat:[27],type:1},{title:"ui user interface tool settings filter categories category filtering filters refine search sort funnel seo",name:"funnel-40",cat:[27],type:1},{title:"ui user interface tool settings filter categories category filtering filters refine search sort funnel seo",name:"funnel-39",cat:[27],type:1},{title:"ui user interface enlarge expand fullscreen increase maximize zoom full scale size in center plus screen big magnify explore magnifier magnifying fullsize large",name:"fullsize",cat:[27],type:1},{title:"arrow move out enlarge expand fullscreen increase maximize reach window zoom disperse",name:"fullscreen-split-73",cat:[2],type:1},{title:"arrow move out enlarge expand fullscreen increase maximize reach window zoom disperse",name:"fullscreen-split-72",cat:[2],type:1},{title:"arrow move out enlarge expand fullscreen increase maximize reach window zoom disperse",name:"fullscreen-double-75",cat:[2],type:1},{title:"arrow move out enlarge expand fullscreen increase maximize reach window zoom disperse",name:"fullscreen-double-74",cat:[2],type:1},{title:"arrow arrows move out enlarge expand fullscreen increase maximize reach window zoom disperse",name:"fullscreen-77",cat:[2,16],type:1},{title:"arrow arrows move out enlarge expand fullscreen increase maximize reach window zoom disperse",name:"fullscreen-76",cat:[2],type:1},{title:"arrow move out enlarge expand fullscreen increase maximize reach window zoom disperse",name:"fullscreen-71",cat:[2],type:1},{title:"arrow move out enlarge expand fullscreen increase maximize reach window zoom disperse",name:"fullscreen-70",cat:[2],type:1},{title:"energy environment charge car charging fuel recharge recharging station",name:"fuel",cat:[7],type:1},{title:"energy environment charge ecology car charging green fuel recharge recharging station bio biofuel",name:"fuel-electric",cat:[7],type:1},{title:"furniture food cooler freezer fridge refrigerator",name:"fridge",cat:[10,11],type:1},{title:"holidays halloween horror scary spooky monster dead frankenstein",name:"frankenstein",cat:[13],type:1},{title:"layout design development picture frame image mirror oval photo photography",name:"frame",cat:[5],type:1},{title:"media picture frame photo multimedia",name:"frame-41",cat:[16],type:1},{title:"media furniture picture frame image photo multimedia",name:"frame-12",cat:[11,16],type:1},{title:"arrow forward move next ui user interface control layer design",name:"forward",cat:[27],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards file align alignment document extension font format paragraph text type typography",name:"format-right",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous file align alignment document extension font format paragraph text type typography",name:"format-left",cat:[2],type:1},{title:"out data input form application document design development page fill paper submission submit",name:"form",cat:[5],type:1},{title:"arrow arrows direction share directions divide separate split fork organize splitter",name:"fork",cat:[2],type:1},{title:"arrow arrows direction share directions divide separate split fork organize splitter",name:"fork-round",cat:[2],type:1},{title:"energy environment plant animal nature ecology green forest trees",name:"forest",cat:[1,7],type:1},{title:"weather wind flag forecast",name:"forecast",cat:[29],type:1},{title:"sport american football helmet bowl headguard nfl",name:"football-headguard",cat:[21],type:1},{title:"food animal nature pet bones dog domestic",name:"food-dog",cat:[1],type:1},{title:"files file folder document format text email mail message note office contact pen edit pencil write create editing paper documents compose editor catalog draft envelope vector archive",name:"folder-vector",cat:[8],type:1},{title:"files file share user communication post folder document format profile office account person paper documents catalog envelope archive users member",name:"folder-user",cat:[8,28],type:1},{title:"arrow files up data file input save share storage sync transfer backup ftp hosting import server upload folder document format office paper documents catalog envelope archive",name:"folder-upload",cat:[8],type:1},{title:"files file folder clock schedule document format time office wait paper documents catalog envelope timer archive appointment countdown",name:"folder-time",cat:[8],type:1},{title:"files file folder document format office paper documents catalog bookmark favorite favourite envelope love like archive favorites star",name:"folder-star",cat:[8],type:1},{title:"arrow files file share connection social user update communication export network post sharing folder document format profile office account connect paper documents catalog envelope archive users member shared",name:"folder-shared",cat:[8,28],type:1},{title:"files file folder control preferences document format system office edit options settings paper documents catalog adjust option envelope archive configuration configure gear parameter parameters setting setup tools",name:"folder-settings-97",cat:[8],type:1},{title:"files file folder control preferences document format system office edit options settings paper documents catalog adjust option envelope archive configuration configure gear parameter parameters setting setup tools",name:"folder-settings-81",cat:[8],type:1},{title:"files file folder document format office discover paper documents view search catalog envelope archive find lens preview",name:"folder-search",cat:[8],type:1},{title:"files file folder delete remove document format office paper documents catalog clear envelope minus archive cancel",name:"folder-remove",cat:[8],type:1},{title:"change files file sync refresh reload update folder document format office paper documents catalog envelope archive",name:"folder-refresh",cat:[8],type:1},{title:"file sign info folder document mark alert information notification faq help support ask query question unknown",name:"folder-question",cat:[8],type:1},{title:"files play file music video folder player document format office film movie paper documents catalog envelope archive stream",name:"folder-play",cat:[8],type:1},{title:"files file folder document format office ban stop banned block blocked forbidden not prevent paper documents catalog envelope accept archive accessibility none private prohibition",name:"folder-no-access",cat:[8],type:1},{title:"files file media music folder player document format note office paper documents catalog multimedia envelope audio archive sound soundtrack radio song",name:"folder-music",cat:[8,16],type:1},{title:"files file folder document format order certificate office bill payment money dollar agreement paper documents catalog envelope archive invoice receipt",name:"folder-money",cat:[8],type:1},{title:"files file lock security folder document format office safe paper documents catalog envelope archive locked padlock privacy protected protection secure",name:"folder-locked",cat:[8],type:1},{title:"files file share connection connections folder document format office paper documents catalog envelope archive attachment chain hyperlink link linked links url",name:"folder-link",cat:[8],type:1},{title:"files file info folder document format office paper documents catalog envelope archive alert information notification about faq help hint support",name:"folder-info",cat:[8],type:1},{title:"files file media folder document format office picture gallery paper image photo photography documents graphic landscape album catalog item multimedia envelope archive",name:"folder-image",cat:[8,16],type:1},{title:"files file folder document format office paper documents catalog favorite favourite envelope love like archive favorites heart",name:"folder-heart",cat:[8],type:1},{title:"line files file folder layout document format list office shape gallery paper documents boxes grid table tile view square squares catalog envelope archive organise",name:"folder-gallery",cat:[8],type:1},{title:"files file sign info folder document format office stop paper documents catalog mark error envelope danger archive alert attention caution exclamation information notification problem warning",name:"folder-exclamation",cat:[8],type:1},{title:"change files file folder document format text email mail message note office contact pen edit pencil write draw create editing paper documents compose editor catalog draft modify envelope archive",name:"folder-edit",cat:[8],type:1},{title:"arrow files bottom down downward data download file input save share sync transfer backup folder document format office paper documents catalog envelope archive",name:"folder-download",cat:[8],type:1},{title:"files file folder tool document format office development programming paper documents catalog code coding develop script tag envelope archive source",name:"folder-dev",cat:[8],type:1},{title:"files cloud data file input save share storage sync transfer backup hosting import server upload folder document format office paper documents catalog envelope archive database",name:"folder-cloud",cat:[8],type:1},{title:"files file folder success select available document format office check paper documents selected catalog mark envelope accept approve approved checkmark complete completed done archive checked tick",name:"folder-check",cat:[8],type:1},{title:"files data file stats folder document format chart piechart office graph pie report statistics analytics percent paper documents catalog envelope archive charting charts results",name:"folder-chart-pie",cat:[8],type:1},{title:"files data file diagram stats growth folder document format chart office graph statistics analytics bar stock bars paper documents catalog envelope level archive",name:"folder-chart-bar",cat:[8],type:1},{title:"files file folder document format education agenda book diary note notebook notes pad ribbon office paper documents catalog label reading study bookmark favorite favourite manual mark marker envelope archive",name:"folder-bookmark",cat:[8],type:1},{title:"files file music folder document format office volume paper documents catalog envelope audio archive sound soundtrack",name:"folder-audio",cat:[8],type:1},{title:"files file folder document format new office add create plus paper documents catalog item envelope archive",name:"folder-add",cat:[8],type:1},{title:"files file folder document format office paper documents catalog envelope archive",name:"folder-19",cat:[8],type:1},{title:"files file folder document format office paper documents catalog envelope archive",name:"folder-18",cat:[8],type:1},{title:"files file folder document format office paper documents catalog envelope archive",name:"folder-17",cat:[8],type:1},{title:"files file folder document format office paper documents catalog envelope archive",name:"folder-16",cat:[8],type:1},{title:"files file folder document format office paper documents catalog envelope archive",name:"folder-15",cat:[8],type:1},{title:"files file folder document format office paper documents catalog envelope archive",name:"folder-14",cat:[8],type:1},{title:"files file folder document format office paper documents catalog envelope archive",name:"folder-13",cat:[8],type:1},{title:"weather fog mist",name:"fog",cat:[29],type:1},{title:"user profile contact person target photo camera focus users member human vatar",name:"focus",cat:[28],type:1},{title:"media photo camera multimedia focus",name:"focus-circle",cat:[16],type:1},{title:"media photo camera option multimedia focus",name:"focus-40",cat:[16],type:1},{title:"media photo camera multimedia focus",name:"focus-38",cat:[16],type:1},{title:"media goal photo camera multimedia focus aim",name:"focus-32",cat:[16],type:1},{title:"plant flower animal nature green gardening leaves rose",name:"flower-07",cat:[1],type:1},{title:"plant flower animal nature green gardening leaves",name:"flower-06",cat:[1],type:1},{title:"plant flower animal nature green gardening leaves",name:"flower-05",cat:[1],type:1},{title:"flip clothes accessory wear footwear beach flipflop flop foot sandal slipper",name:"flip",cat:[4],type:1},{title:"exchange flip horizontal swap design development transform copy mirror editor vertically complement reflect reverse twin",name:"flip-vertical",cat:[5],type:1},{title:"exchange flip swap vertical design development transform copy horizontally mirror editor complement reflect reverse twin",name:"flip-horizontal",cat:[5],type:1},{title:"up hand fingers gesture touch gestures swipe flick",name:"flick-up",cat:[24],type:1},{title:"right hand fingers gesture touch gestures swipe flick",name:"flick-right",cat:[24],type:1},{title:"left hand fingers gesture touch gestures swipe flick",name:"flick-left",cat:[24],type:1},{title:"down hand fingers gesture touch gestures swipe flick",name:"flick-down",cat:[24],type:1},{title:"education school science healthcare health medical biology flask test tube laboratory",name:"flask",cat:[12,18],type:1},{title:"science flask laboratory",name:"flask-2",cat:[12],type:1},{title:"media light photo multimedia flash off",name:"flash-off-26",cat:[16],type:1},{title:"media light photo multimedia flash off",name:"flash-off-23",cat:[16],type:1},{title:"media light photo multimedia flash auto",name:"flash-auto-25",cat:[16],type:1},{title:"media light photo multimedia flash auto",name:"flash-auto-22",cat:[16],type:1},{title:"media light photo camera multimedia flash",name:"flash-29",cat:[16],type:1},{title:"weather media light photo multimedia flash lightning",name:"flash-24",cat:[16,29],type:1},{title:"weather media light photo multimedia flash lightning",name:"flash-21",cat:[16,29],type:1},{title:"ui user interface energy fire light animal nature healthcare health medical flame hot burn burning fiery heat warm",name:"flame",cat:[1,12,27],type:1},{title:"location message map tag important maps alert flag banner notify",name:"flag",cat:[15],type:1},{title:"weather location message sport map tag important maps alert flag banner notify",name:"flag-triangle",cat:[15,21,29],type:1},{title:"location message map tag important maps alert flag banner notify",name:"flag-simple",cat:[15],type:1},{title:"location message map tag important maps alert flag banner notify",name:"flag-points-32",cat:[15],type:1},{title:"location message map tag important maps alert flag banner notify",name:"flag-points-31",cat:[15],type:1},{title:"start sport goal flag finish race",name:"flag-finish",cat:[21],type:1},{title:"location message map tag important maps alert flag banner notify",name:"flag-diagonal-34",cat:[15],type:1},{title:"location message map tag important maps alert flag banner notify",name:"flag-diagonal-33",cat:[15],type:1},{title:"location message map tag important maps alert flag banner notify",name:"flag-complex",cat:[15],type:1},{title:"arrow arrows direction move out enlarge expand fullscreen increase maximize reach window zoom vertical fit full measure resize responsive scale size height",name:"fit-vertical",cat:[2],type:1},{title:"arrow arrows direction horizontal move out enlarge expand fullscreen increase maximize reach window zoom fit full measure resize responsive scale size width",name:"fit-horizontal",cat:[2],type:1},{title:"emoticon smiley agree fist greeting punch",name:"fist",cat:[6],type:1},{title:"sport fish catching fishing hook",name:"fishing",cat:[21],type:1},{title:"food animal nature skeleton seafood fish sea bones fishbone",name:"fishbone",cat:[1,10],type:1},{title:"food cooking animal nature healthy seafood fish sea",name:"fish",cat:[1,10],type:1},{title:"lock security safe tech technology protection secure antivirus encryption firewall shield",name:"firewall",cat:[22],type:1},{title:"fire travel animal nature flame fireplace wood",name:"fire",cat:[1,26],type:1},{title:"ui user interface tool settings filter categories category filtering filters refine search sort funnel seo",name:"filter",cat:[27],type:1},{title:"navigation ui user interface close exit cross delete remove settings filter filters sort mark cancel configuration funnel nav",name:"filter-remove",cat:[27],type:1},{title:"files file network structure business hierarchy layer layers chart design map relations sitemap development filter management organization",name:"filter-organization",cat:[5],type:1},{title:"navigation ui user interface success check settings filter filters sort mark tick configuration ok funnel nav",name:"filter-check",cat:[27],type:1},{title:"arrow direction top up upward cloud data file input save share storage transfer backup ftp hosting import server upload inbox folder",name:"file-upload-93",cat:[2,8],type:1},{title:"arrow direction top up upward cloud data file input save share storage transfer backup ftp hosting import server upload inbox folder",name:"file-upload-88",cat:[2,8],type:1},{title:"arrow direction top up upward cloud data file input save share storage transfer backup ftp hosting import server upload inbox folder",name:"file-upload-86",cat:[2,8],type:1},{title:"arrow bottom descend down downward data download file input save share storage transfer inbox folder",name:"file-download-94",cat:[2,8],type:1},{title:"arrow bottom descend down downward data download file input save share storage transfer inbox folder",name:"file-download-89",cat:[2,8],type:1},{title:"arrow bottom descend down downward data download file input save share storage transfer inbox folder",name:"file-download-87",cat:[2,8],type:1},{title:"sport game mask activity fence fencing",name:"fencing",cat:[21],type:1},{title:"save ui user interface close delete remove award bookmark favorite favourite minus love like vote cancel star rate negative",name:"favourite-remove-33",cat:[27],type:1},{title:"ui user interface close delete remove day award favorite favourite minus love romantic like heart cancel valentine dating relationship romance negative",name:"favourite-remove-30",cat:[27],type:1},{title:"save ui user interface award add plus bookmark favorite favourite love positive like vote star rate",name:"favourite-add-32",cat:[27],type:1},{title:"ui user interface day award add plus favorite favourite love romantic positive like heart valentine dating relationship romance",name:"favourite-add-29",cat:[27],type:1},{title:"save ui user interface award holidays bookmark favorite favourite love like vote star rate rating",name:"favourite-31",cat:[13,27],type:1},{title:"ui user interface day award favorite favourite healthcare health medical love romantic like heart valentine dating relationship romance",name:"favourite-28",cat:[12,27],type:1},{title:"ui user interface close exit cross delete remove cancel deletion removal denied discard dismiss wrong",name:"fat-remove",cat:[27],type:1},{title:"ui user interface close exit decrease delete remove minus cancel deletion less removal subtract",name:"fat-delete",cat:[27],type:1},{title:"ui user interface expand increase new add create plus addition positive",name:"fat-add",cat:[27],type:1},{title:"user group team home house person users member human friend shelter community people couple family",name:"family",cat:[28],type:1},{title:"weather temperature degrees fahrenheit",name:"fahrenheit",cat:[29],type:1},{title:"energy environment power business finance building estate real factory industry plant smoke",name:"factory",cat:[3,7],type:1},{title:"ui user interface watch block view search visibility blind eye preview disabled hidden hide look observe overview see sight visible vision invisible",name:"eye-ban-20",cat:[27],type:1},{title:"ui user interface watch block view search visibility blind eye preview disabled hidden hide look observe overview see sight visible vision invisible",name:"eye-ban-18",cat:[27],type:1},{title:"ui user interface watch view search visibility eye preview look observe overview see sight visible vision",name:"eye-19",cat:[27],type:1},{title:"ui user interface watch view search visibility eye preview look observe overview see sight visible vision",name:"eye-17",cat:[27],type:1},{title:"arrow up file share storage transfer upload connection social export network outbox output sharing",name:"export",cat:[2],type:1},{title:"location security travel target map search maps find scan scanner radar explore track",name:"explore",cat:[15],type:1},{title:"location user security target map maps find scan scanner radar explore track",name:"explore-user",cat:[15],type:1},{title:"travel explore journey trip adventure holiday fun",name:"explore-2",cat:[26],type:1},{title:"file sign info folder document stop mark error danger alert attention caution exclamation information notification problem warning",name:"exclamation",cat:[8],type:1},{title:"change exchange user interchange trade group team account person users member replace human people",name:"exchange",cat:[28],type:1},{title:"delete remove tool school drawing design edit development clean clear erase eraser rubber wipe",name:"eraser-46",cat:[5],type:1},{title:"delete remove tool education school drawing design edit development clean clear erase eraser rubber wipe",name:"eraser-33",cat:[5,18],type:1},{title:"delete remove tool education school drawing design edit development clean clear erase eraser rubber wipe",name:"eraser-32",cat:[5,18],type:1},{title:"arrow direction move out enlarge expand fullscreen increase maximize reach window zoom vertical",name:"enlarge-vertical",cat:[2],type:1},{title:"arrow direction horizontal move out enlarge expand fullscreen increase maximize reach window zoom",name:"enlarge-horizontal",cat:[2],type:1},{title:"arrow direction move out diagonal enlarge expand fullscreen increase maximize orientation reach window zoom",name:"enlarge-diagonal-44",cat:[2],type:1},{title:"arrow direction move out diagonal enlarge expand fullscreen increase maximize orientation reach window zoom",name:"enlarge-diagonal-43",cat:[2],type:1},{title:"arrow move out circle round enlarge expand fullscreen increase maximize reach window zoom center",name:"enlarge-circle",cat:[2],type:1},{title:"ui user interface enlarge expand fullscreen increase maximize zoom full scale size in center plus screen crop big magnify explore magnifier magnifying fullsize large",name:"enlarge-59",cat:[27],type:1},{title:"ui user interface enlarge expand fullscreen increase maximize zoom full scale size in center plus screen crop big magnify explore magnifier magnifying fullsize large",name:"enlarge-58",cat:[27],type:1},{title:"ui user interface enlarge expand fullscreen increase maximize zoom full scale size in center plus screen crop big magnify explore magnifier magnifying fullsize large",name:"enlarge-57",cat:[27],type:1},{title:"arrow direction horizontal move out enlarge expand fullscreen increase maximize reach window zoom",name:"enlarge-46",cat:[2],type:1},{title:"arrow direction horizontal move out enlarge expand fullscreen increase maximize reach window zoom",name:"enlarge-45",cat:[2],type:1},{title:"energy power sport food fitness gym powder proteins supplement",name:"energy-supplement",cat:[21],type:1},{title:"energy power sport food bottle drink beverage boost fitness",name:"energy-drink",cat:[10,21],type:1},{title:"energy power sport food bottle drink beverage boost fitness",name:"energy-drink-2",cat:[10,21],type:1},{title:"ui user interface communication post send email mail message messages contact write envelope letter mailbox news newsletter",name:"email-85",cat:[27],type:1},{title:"ui user interface communication post send email mail message messages contact write envelope letter mailbox news newsletter",name:"email-84",cat:[27],type:1},{title:"ui user interface communication post send email mail message messages contact write envelope letter mailbox news newsletter",name:"email-83",cat:[27],type:1},{title:"arrow direction top up upward file upload eject",name:"eject",cat:[2],type:1},{title:"food breakfast egg fried yolk",name:"egg",cat:[10],type:1},{title:"holidays decoration egg easter",name:"egg-39",cat:[13],type:1},{title:"holidays decoration egg easter",name:"egg-38",cat:[13],type:1},{title:"change file email mail message note contact pen edit pencil write draw style create editing compose editor draft modify formatting",name:"edit",cat:[8,23],type:1},{title:"media photo camera contrast option saturation multimedia",name:"edit-saturation",cat:[16],type:1},{title:"media photo camera contrast option multimedia",name:"edit-contrast-43",cat:[16],type:1},{title:"media photo camera contrast option multimedia",name:"edit-contrast-42",cat:[16],type:1},{title:"media photo camera contrast option multimedia",name:"edit-color",cat:[16],type:1},{title:"ui user interface text message note pen edit pencil write draw create editing compose editor draft",name:"edit-78",cat:[27],type:1},{title:"ui user interface text message note pen edit pencil write draw create editing compose editor draft",name:"edit-77",cat:[27],type:1},{title:"ui user interface text message note pen edit pencil write draw create editing compose editor draft",name:"edit-76",cat:[27],type:1},{title:"ui user interface text message note pen edit pencil write draw create editing compose editor draft",name:"edit-75",cat:[27],type:1},{title:"ui user interface text message note pen edit pencil write draw create editing compose editor draft",name:"edit-74",cat:[27],type:1},{title:"ui user interface text message note pen edit pencil write draw create editing compose editor draft",name:"edit-73",cat:[27],type:1},{title:"ui user interface text message note pen edit pencil write draw create editing compose editor draft",name:"edit-72",cat:[27],type:1},{title:"ui user interface text message note pen edit pencil write draw create editing compose editor draft",name:"edit-71",cat:[27],type:1},{title:"font text type typography edit color style formatting colour",name:"edit-2",cat:[23],type:1},{title:"weather eclipse",name:"eclipse",cat:[29],type:1},{title:"weight sport fitness equipment exercise dumbbells gym workout",name:"dumbbells",cat:[21],type:1},{title:"weather drop drops water rain",name:"drops",cat:[29],type:1},{title:"weather ui user interface energy environment drop animal nature healthcare health medical ink tear water rain blood drip dripping droplet humid liquid oil petroleum wet",name:"drop",cat:[1,7,12,27,29],type:1},{title:"weather drop tool water rain blur",name:"drop-15",cat:[29,5],type:1},{title:"travel glass food alcohol drink beverage cocktail straw",name:"drink",cat:[10,26],type:1},{title:"glass alcohol drink beverage cocktail straw",name:"drink-2",cat:[26],type:1},{title:"woman clothes accessory dress wear long skirt",name:"dress-woman",cat:[4],type:1},{title:"suit clothes accessory dress wear coat jacket blazer men",name:"dress-man",cat:[4],type:1},{title:"files file storage folder organize furniture documents archive drawer cabinet cupboard drawers handle interior safebox",name:"drawer",cat:[8,11],type:1},{title:"drawer cabinet cupboard drawers",name:"drawer-2",cat:[11],type:1},{title:"arrow move upload resize drag drop cursor select design development click mouse point pointer paste reposition touch",name:"drag",cat:[5],type:1},{title:"move up control drag fingers gesture touch one gestures",name:"drag-up",cat:[24],type:1},{title:"right move control drag fingers gesture touch one gestures",name:"drag-right",cat:[24],type:1},{title:"left move control drag fingers gesture touch one gestures",name:"drag-left",cat:[24],type:1},{title:"down move control drag fingers gesture touch one gestures",name:"drag-down",cat:[24],type:1},{title:"move control drag cursor gesture touch gestures",name:"drag-31",cat:[24],type:1},{title:"move control drag cursor gesture touch gestures",name:"drag-21",cat:[24],type:1},{title:"arrow bottom descend down downward data download file input save storage backup",name:"download",cat:[2,27],type:1},{title:"arrow bottom descend down downward data download file input save backup document",name:"download-3",cat:[2,8],type:1},{title:"arrow bottom descend down downward data download file input save share storage transfer",name:"download-2",cat:[2],type:1},{title:"double hand fingers gesture tap screen touch one gestures interactive",name:"double-tap",cat:[24],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards double",name:"double-right",cat:[2],type:1},{title:"arrow back left arrows direction backward backwards keyboard move navigation out position previous double rewind",name:"double-left",cat:[2],type:1},{title:"arrow direction top up upward cloud data file input save share storage transfer backup ftp hosting import server upload drag drop",name:"dots-upload",cat:[2],type:1},{title:"arrow bottom descend down downward data download file input save share storage transfer drag drop",name:"dots-download",cat:[2],type:1},{title:"door exit furniture entrance",name:"door",cat:[11],type:1},{title:"food cake dessert sweet bakery donut frosting doughnut",name:"donut",cat:[10],type:1},{title:"animal nature pet head dog face",name:"dog",cat:[1],type:1},{title:"home house animal nature basket pet dog doghouse kennel",name:"dog-house",cat:[1],type:1},{title:"healthcare health medical doctor medic physician stethoscope",name:"doctor",cat:[12],type:1},{title:"power tech technology charge mobile phone smartphone recharge station connector dock",name:"dock",cat:[22],type:1},{title:"move top up ui user interface application align alignment layout bar place side widget dock template",name:"dock-top",cat:[27],type:1},{title:"right move ui user interface application align alignment layout bar place side widget dock template",name:"dock-right",cat:[27],type:1},{title:"left move ui user interface application align alignment layout bar place side widget dock template",name:"dock-left",cat:[27],type:1},{title:"bottom move ui user interface application align alignment layout bar place side widget dock template",name:"dock-bottom",cat:[27],type:1},{title:"science healthcare health medical dna helix",name:"dna-38",cat:[12],type:1},{title:"science healthcare health medical dna helix",name:"dna-27",cat:[12],type:1},{title:"line horizontal divide split splitter divider layout design development blocks horizontally separation",name:"divider",cat:[5],type:1},{title:"vertical center align arrange tool distribute design technology development graphic vertically",name:"distribute-vertical",cat:[5],type:1},{title:"horizontal center align arrange tool distribute design technology development horizontally graphic",name:"distribute-horizontal",cat:[5],type:1},{title:"arrow direction move out circle round enlarge expand fullscreen increase maximize reach window zoom disperse center distribute",name:"disperse",cat:[2],type:1},{title:"download save storage backup ui user interface tech technology album drive disk cd dvd blueray compact disc electronics entertainment diskette floppy floppydisk",name:"disk",cat:[22,27],type:1},{title:"player tech technology drive disk cd dvd blueray compact disc electronics entertainment reader",name:"disk-reader",cat:[22],type:1},{title:"download save storage backup drive disk diskette floppy floppydisk",name:"disk-2",cat:[27],type:1},{title:"food kitchen clean dishwasher",name:"dishwasher",cat:[10],type:1},{title:"emoticon smiley disgusted fever nauseated nauseous sick",name:"disgusted",cat:[6],type:1},{title:"finance shopping deal discount ecommerce percent percentage sale shop coupon reduction offer ratio",name:"discount",cat:[19],type:1},{title:"shopping deal discount ecommerce sale shop coupon reduction offer",name:"discount-2",cat:[19],type:1},{title:"user accessibility users patient disabled wheelchair accessible disability disable handicap invalid",name:"disabled",cat:[28],type:1},{title:"direction navigation location path available open track route street accessible walkable",name:"directions",cat:[15],type:1},{title:"arrow left line right arrows direction exchange navigation directions gps location conversion convert lines",name:"direction",cat:[2],type:1},{title:"arrow line alternative arrows change direction exchange files flip horizontal swap switch transmit navigation directions gps location",name:"direction-56",cat:[2],type:1},{title:"arrow line alternative arrows change direction exchange files flip horizontal swap switch transmit navigation directions gps location",name:"direction-53",cat:[2],type:1},{title:"game object dice",name:"dice",cat:[3],type:1},{title:"clothes accessory diamond jewelry object",name:"diamond",cat:[4],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards top up upward upwards diagonal enlarge expand fullscreen maximize zoom",name:"diag-top-right",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous top up upward upwards diagonal enlarge expand fullscreen maximize zoom",name:"diag-top-left",cat:[2],type:1},{title:"arrow forward right direction bottom descend down downward keyboard move navigation out position next onward onwards diagonal enlarge expand fullscreen maximize zoom downwards",name:"diag-bottom-right",cat:[2],type:1},{title:"arrow back left direction bottom descend down downward backward backwards keyboard move navigation out position previous diagonal enlarge expand fullscreen maximize zoom downwards",name:"diag-bottom-left",cat:[2],type:1},{title:"emoticon smiley smile smiling devil evil horn",name:"devil",cat:[6],type:1},{title:"connection communication network connect internet tech technology device wireless signal radio connector receiver wifi",name:"device-connection",cat:[22],type:1},{title:"file folder tool document development programming paper code coding develop script tag source",name:"dev",cat:[8],type:1},{title:"display computer tech technology apple device mac desktop monitor screen pc personal workstation imac",name:"desktop",cat:[22],type:1},{title:"display computer tech technology device desktop monitor screen television tv pc personal workstation",name:"desktop-screen",cat:[22],type:1},{title:"furniture table drawer drawers bureau desk",name:"desk",cat:[11],type:1},{title:"furniture table drawer bureau desk",name:"desk-drawer",cat:[11],type:1},{title:"measure scale tool text message education school note design pen edit pencil write development geometry draw create editing compose craetive drafting editor meter ruler",name:"design",cat:[5,18],type:1},{title:"box shopping delivery pack package shipping service transport cargo courier logistics ship transportation truck van",name:"delivery",cat:[19,25],type:1},{title:"shopping delivery shipping service transport track cargo courier logistics tracking truck van",name:"delivery-track",cat:[19],type:1},{title:"time shopping express delivery shipping service transport speed fast cargo courier logistics truck van delay ontime",name:"delivery-time",cat:[19],type:1},{title:"shopping express delivery shipping service transport speed fast cargo courier logistics truck van",name:"delivery-fast",cat:[19],type:1},{title:"box shopping delivery pack package shipping service transport cargo courier logistics ship",name:"delivery-3",cat:[19],type:1},{title:"box shopping delivery pack package shipping service transport cargo courier logistics ship",name:"delivery-2",cat:[19],type:1},{title:"arrow back left direction backward keyboard previous delete key remove",name:"delete-50",cat:[2],type:1},{title:"arrow back left direction backward keyboard previous cross delete key remove",name:"delete-49",cat:[2],type:1},{title:"user delete remove profile account avatar contact male man person minus cancel users friend follower",name:"delete-30",cat:[28],type:1},{title:"user delete remove profile account avatar contact male man person minus cancel users friend follower",name:"delete-28",cat:[28],type:1},{title:"holidays animal nature christmas deer reindeer rudolph",name:"deer",cat:[1,13],type:1},{title:"holidays celebration party decoration christmas bell",name:"decoration",cat:[13],type:1},{title:"hand holidays halloween dead graveyard rise zombie",name:"dead-hand",cat:[13],type:1},{title:"cloud data storage hosting server ui user interface web hardware memory database harddriver",name:"database",cat:[27],type:1},{title:"ui user interface scale growth settings meter dashboard speed widget setting fast gauge indicator metrics odometer performance productivity speedometer",name:"dashboard-level",cat:[27,25],type:1},{title:"ui interface scale growth settings meter dashboard speed widget setting fast gauge indicator metrics odometer performance productivity speedometer",name:"dashboard-half",cat:[25,27],type:1},{title:"ui user interface scale growth settings meter dashboard speed widget setting fast gauge indicator metrics odometer performance productivity speedometer",name:"dashboard-30",cat:[27],type:1},{title:"ui user interface scale growth settings meter dashboard speed widget setting fast gauge indicator metrics odometer performance productivity speedometer",name:"dashboard-29",cat:[27],type:1},{title:"play sport goal target game aim dart objective shooting",name:"dart",cat:[21],type:1},{title:"fork food cutlery knife tools utensils silverware",name:"cutlery-77",cat:[10],type:1},{title:"food cutlery knife tools utensils silverware spoon",name:"cutlery-76",cat:[10],type:1},{title:"fork food cutlery tools utensils silverware spoon",name:"cutlery-75",cat:[10],type:1},{title:"emoticon smiley cute",name:"cute",cat:[6],type:1},{title:"shopping deal discount ecommerce sale shop cut coupon reduction offer",name:"cut",cat:[19],type:1},{title:"communication answer chat comment comments conversation dialog forum message messages reply speaking talk shopping service help support customer",name:"customer-support",cat:[19],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous share connection social",name:"curved-previous",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards share connection social",name:"curved-next",cat:[2],type:1},{title:"arrow arrows change direction move navigation circle share social directions expand divide split branch control controller dot git slider version",name:"curve-split",cat:[2],type:1},{title:"arrow arrows change direction move navigation circle share social directions expand divide split branch control controller dot git slider version",name:"curve-directions",cat:[2],type:1},{title:"arrow repeat arrows direction sync infinite infinity load loading loop process refresh reload replay update circuit path",name:"curve-circuit",cat:[2],type:1},{title:"window furniture curtain drape",name:"curtain",cat:[11],type:1},{title:"arrow input cursor text type design edit write development click mouse point pointer editing insert typing writing",name:"cursor-text",cat:[5],type:1},{title:"arrow cursor design hand development click mouse point pointer finger active tap",name:"cursor-pointer",cat:[5],type:1},{title:"arrow cursor design ban development click mouse point pointer allowed banned block blocked forbidden frozen inactive not prevent unavailable",name:"cursor-not-allowed",cat:[5],type:1},{title:"arrow navigation lines cursor list design development click mouse point pointer bars gallery hamburger menu options settings",name:"cursor-menu",cat:[5],type:1},{title:"arrow load loading cursor design development click mouse point pointer wait waiting",name:"cursor-load",cat:[5],type:1},{title:"cursor design hand development click mouse point pointer finger fingers gesture grab hold pan",name:"cursor-grab",cat:[5],type:1},{title:"arrow cursor new design development click mouse add copy create plus point pointer selection",name:"cursor-add",cat:[5],type:1},{title:"arrow cursor design development click mouse point pointer",name:"cursor-49",cat:[5],type:1},{title:"arrow cursor design development click mouse point pointer",name:"cursor-48",cat:[5],type:1},{title:"business finance shopping cash funding money currency investment renminbir yen yuan",name:"currency-yen",cat:[3,19],type:1},{title:"business finance shopping cash funding money currency investment pound sterlin",name:"currency-pound",cat:[3,19],type:1},{title:"arrows change exchange commerce conversion convert interchange trade finance shopping money currency rate",name:"currency-exchange",cat:[19],type:1},{title:"business finance shopping cash funding money currency investment euro",name:"currency-euro",cat:[3,19],type:1},{title:"business finance shopping cash funding money currency dollar investment",name:"currency-dollar",cat:[3,19],type:1},{title:"design internet web development cascading css css3 end front frontend programming sheets standards style website",name:"css3",cat:[5],type:1},{title:"emoticon smiley unhappy cry sad tear",name:"cry-57",cat:[6],type:1},{title:"emoticon smiley unhappy cry sad tear",name:"cry-15",cat:[6],type:1},{title:"sport branding crown diadem king premium queen",name:"crown",cat:[21],type:1},{title:"location dartboard goal target map focus maps aim crosshair radar",name:"crosshair",cat:[15],type:1},{title:"arrow circle round cross through hole pass passing pathway",name:"cross",cat:[2],type:1},{title:"arrow line arrows direction connection directions vertical cross lines through bridge divide separate split",name:"cross-vertical",cat:[2],type:1},{title:"arrow line direction keyboard move navigation out position top up upward upwards cross lines through",name:"cross-up",cat:[2],type:1},{title:"arrow forward line right direction keyboard move navigation out position next onward onwards cross lines through",name:"cross-right",cat:[2],type:1},{title:"arrow back left line direction backward backwards keyboard move navigation out position previous cross lines through",name:"cross-left",cat:[2],type:1},{title:"arrow line arrows direction horizontal connection directions cross lines through bridge divide separate split",name:"cross-horizontal",cat:[2],type:1},{title:"arrow line bottom down cross lines through",name:"cross-down",cat:[2],type:1},{title:"measure resize tool design edit development frame graphic adjust crop cut modify",name:"crop",cat:[5],type:1},{title:"food dessert sweet breakfast bread bakery croissant",name:"croissant",cat:[10],type:1},{title:"sport game ball bat cricket",name:"cricket",cat:[21],type:1},{title:"lock security shopping payment safe card checkout credit debit padlock protection secure credit card",name:"credit-locked",cat:[19],type:1},{title:"finance shopping payment money shop card charge checkout credit debit method methods buy credit card",name:"credit-card",cat:[19],type:1},{title:"machine finance atm shopping cash money shop card charge credit debit method methods insert buy withdraw withdrawal",name:"credit-card-in",cat:[19],type:1},{title:"furniture baby bed cradle crib",name:"cradle",cat:[11],type:1},{title:"food animal nature crab seafood",name:"crab",cat:[1,10],type:1},{title:"animal nature milk agriculture cow farm",name:"cow",cat:[1],type:1},{title:"shopping deal discount ecommerce sale shop coupon reduction ticket offer",name:"coupon",cat:[19],type:1},{title:"user sign female woman users symbol gender sex couple girl lesbian",name:"couple-lesbian",cat:[28],type:1},{title:"user sign male man users symbol gay gender guy sex straight",name:"couple-gay",cat:[28],type:1},{title:"media photo camera multimedia timer countdown self-timer",name:"countdown-35",cat:[16],type:1},{title:"media photo camera multimedia timer countdown self-timer",name:"countdown-34",cat:[16],type:1},{title:"woman clothes accessory wear bustier corset",name:"corset",cat:[4],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards corner squared",name:"corner-up",cat:[2],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards corner curved",name:"corner-up-round",cat:[2],type:1},{title:"arrow forward right arrows direction keyboard move navigation out position next onward onwards top up upward upwards corner curved",name:"corner-up-right",cat:[2],type:1},{title:"arrow back left arrows direction backward backwards keyboard move navigation out position previous top up upward upwards corner curved",name:"corner-up-left",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards corner squared",name:"corner-right",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards corner curved",name:"corner-right-round",cat:[2],type:1},{title:"arrow forward right arrows direction keyboard move navigation out position next onward onwards top corner curved",name:"corner-right-down",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous corner squared",name:"corner-left",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous corner curved",name:"corner-left-round",cat:[2],type:1},{title:"arrow back left arrows direction bottom backward backwards keyboard move navigation out position previous corner curved",name:"corner-left-down",cat:[2],type:1},{title:"arrow down corner squared",name:"corner-down",cat:[2],type:1},{title:"arrow down corner curved",name:"corner-down-round",cat:[2],type:1},{title:"backup folder group layer layers copy clone copies duplicate paste",name:"copy",cat:[5],type:1},{title:"files file backup group document copy clone copies documents duplicate paste draft",name:"copy-2",cat:[8],type:1},{title:"food cake dessert sweet biscuits cookie cookies",name:"cookies",cat:[10],type:1},{title:"arrow left right arrows change exchange commerce conversion convert interchange trade",name:"conversion",cat:[2],type:1},{title:"play video controller pad tech technology game object console joystick videogame gamepad nintendo playstation remote xbox",name:"controller",cat:[22],type:1},{title:"play video controller pad tech technology game console joystick videogame gamepad nintendo playstation remote xbox",name:"controller-3",cat:[22],type:1},{title:"play video controller pad tech technology game console joystick videogame gamepad nintendo playstation remote xbox",name:"controller-2",cat:[22],type:1},{title:"arrow swap directions scale balance navigate scales weight opposite revert contrast contrasting compare",name:"contrast",cat:[2],type:1},{title:"half colors photo graphic adjust adjustment brightness calibration camera contrast contrasting exposure highlight saturation shadow",name:"contrast-2",cat:[5],type:1},{title:"user business list finance agenda book contacts diary note notebook notes pad contact man person address call users human phonebook",name:"contacts",cat:[3,28],type:1},{title:"user list agenda contacts profile account avatar contact person sidebar address call users human friend follower phonebook",name:"contacts-45",cat:[28],type:1},{title:"user list agenda contacts profile account avatar contact person sidebar address call users human friend follower phonebook",name:"contacts-44",cat:[28],type:1},{title:"user business list finance agenda book contacts diary note notebook notes pad contact man person address call users human phonebook",name:"contacts-2",cat:[3,28],type:1},{title:"connection communication network power internet tech technology jack plug connector wire",name:"connection",cat:[22],type:1},{title:"connection communication business finance connect",name:"connect",cat:[3],type:1},{title:"object cone street traffic",name:"cone",cat:[25],type:1},{title:"computer tech technology tower device desktop pc personal cpu workstation",name:"computer",cat:[22],type:1},{title:"arrow direction top up upward cloud data file input save share storage transfer backup ftp hosting import server upload folder",name:"computer-upload",cat:[2,8],type:1},{title:"computer tech technology device desktop monitor pc personal workstation old vintage",name:"computer-old",cat:[22],type:1},{title:"computer tech technology tower device desktop monitor screen pc personal cpu workstation",name:"computer-monitor",cat:[22],type:1},{title:"circle measure tool education school drawing math design geometry draw graphic drafting architecture compass engineer",name:"compass",cat:[5,18],type:1},{title:"direction navigation position gps location tool navigate travel map compass maps instrument",name:"compass-06",cat:[15],type:1},{title:"direction navigation position gps location tool navigate travel map compass maps instrument",name:"compass-05",cat:[15],type:1},{title:"direction navigation position gps location tool navigate travel map compass maps instrument",name:"compass-04",cat:[15],type:1},{title:"direction navigation position gps location tool navigate travel map compass maps instrument",name:"compass-3",cat:[15,29],type:1},{title:"direction navigation position gps location tool navigate travel map compass maps instrument",name:"compass-2",cat:[15],type:1},{title:"arrow navigation directions scale balance guide navigate scales weight",name:"compare",cat:[2],type:1},{title:"keyboard sign control key design apple button development mac cmd command macintosh",name:"command",cat:[5],type:1},{title:"font text type typography color style editing formatting colour",name:"color",cat:[23],type:1},{title:"file education school book notebook library design read development collection gallery album binder catalog catalogue knowledge label learn learning magazine press reading study",name:"collection",cat:[5,18],type:1},{title:"animal nature pet cat collar domestic god",name:"collar",cat:[1],type:1},{title:"change business finance cash payment coins funding money",name:"coins",cat:[3],type:1},{title:"cross holidays halloween death coffin funeral",name:"coffin",cat:[13],type:1},{title:"food drink beverage hot coffe coffee cup mug tea",name:"coffee",cat:[10],type:1},{title:"long food drink beverage hot coffe coffee cup mug tea",name:"coffee-long",cat:[10],type:1},{title:"machine coffee maker",name:"coffee-2",cat:[11],type:1},{title:"long food drink beverage hot coffe coffee cup mug",name:"coffe-long",cat:[10],type:1},{title:"text design web development programming website editing html code brackets coding dev develop developer embed programmer script tag tags",name:"code",cat:[5,23],type:1},{title:"layout text design web development page programming website html editor code coding dev develop developer programmer script tag tags",name:"code-editor",cat:[5],type:1},{title:"glass food alcohol drink beverage cocktail straw",name:"cocktail",cat:[10],type:1},{title:"ribbon holidays bow gift present decoration christmas cockade",name:"cockade",cat:[13],type:1},{title:"clothes accessory wear coat jacket",name:"coat",cat:[4],type:1},{title:"furniture clothes coat hanger",name:"coat-hanger",cat:[11],type:1},{title:"energy environment plant animal nature green four clover fortune leaf luck lucky",name:"clover",cat:[1,7],type:1},{title:"cloud data file input save share storage sync transfer backup hosting import server upload folder database",name:"cloud",cat:[8],type:1},{title:"arrow direction top up cloud data file input save share storage sync transfer weather backup ftp hosting import server upload",name:"cloud-upload-96",cat:[2,29],type:1},{title:"arrow direction top up cloud data file input save share storage sync transfer backup ftp hosting import server upload",name:"cloud-upload-94",cat:[2],type:1},{title:"cloud weather sun sunny",name:"cloud-sun-19",cat:[29],type:1},{title:"cloud weather sun sunny",name:"cloud-sun-17",cat:[29],type:1},{title:"cloud weather snow flake",name:"cloud-snow-42",cat:[29],type:1},{title:"cloud weather snow",name:"cloud-snow-34",cat:[29],type:1},{title:"cloud weather rainbow",name:"cloud-rainbow",cat:[29],type:1},{title:"cloud weather rain",name:"cloud-rain",cat:[29],type:1},{title:"cloud weather moon night",name:"cloud-moon",cat:[29],type:1},{title:"cloud weather light flash lightning",name:"cloud-light",cat:[29],type:1},{title:"cloud weather hail",name:"cloud-hail",cat:[29],type:1},{title:"cloud weather fog mist",name:"cloud-fog-32",cat:[29],type:1},{title:"cloud weather fog mist",name:"cloud-fog-31",cat:[29],type:1},{title:"cloud weather drop rain",name:"cloud-drop",cat:[29],type:1},{title:"arrow bottom descend down downward cloud data download file input save share storage sync transfer weather",name:"cloud-download-95",cat:[2,29],type:1},{title:"arrow bottom descend down downward cloud data download file input save share storage sync transfer",name:"cloud-download-93",cat:[2],type:1},{title:"cloud storage weather backup ui user interface cloudy forecast icloud",name:"cloud-26",cat:[27,29],type:1},{title:"cloud storage weather backup ui user interface cloudy forecast icloud",name:"cloud-25",cat:[27,29],type:1},{title:"drop tool drawing design development color paint clone dropper eyedropper picker pipette",name:"clone",cat:[5],type:1},{title:"arrow arrows direction energy board circuit connections electronic path power",name:"circuit",cat:[2],type:1},{title:"arrow arrows direction energy board circuit connections electronic path power",name:"circuit-round",cat:[2],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards circle round",name:"circle-up-39",cat:[2],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards circle round",name:"circle-up-11",cat:[2],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards circle round",name:"circle-simple-up",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards circle round",name:"circle-simple-right",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous circle round",name:"circle-simple-left",cat:[2],type:1},{title:"arrow bottom descend down downward circle round",name:"circle-simple-down",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards circle round",name:"circle-right-37",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards circle round play",name:"circle-right-09",cat:[2],type:1},{title:"ui user interface close exit cross delete remove cancel deletion removal denied discard dismiss wrong",name:"circle-remove",cat:[27],type:1},{title:"arrow out circle round user log sign close door exit leave logout outside info",name:"circle-out",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous circle round",name:"circle-left-38",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous circle round",name:"circle-left-10",cat:[2],type:1},{title:"arrow circle round download input save import user enter entry in inbox inside lock log login password security sign way",name:"circle-in",cat:[2],type:1},{title:"arrow bottom descend down downward circle round",name:"circle-down-40",cat:[2],type:1},{title:"arrow bottom descend down downward circle round",name:"circle-down-12",cat:[2],type:1},{title:"ui user interface close exit decrease delete remove minus cancel deletion less removal subtract",name:"circle-delete",cat:[27],type:1},{title:"ui user interface close exit cross delete remove cancel deletion removal denied discard dismiss wrong",name:"circle-bold-remove",cat:[27],type:1},{title:"ui user interface close exit decrease delete remove minus cancel deletion less removal subtract",name:"circle-bold-delete",cat:[27],type:1},{title:"ui user interface expand increase new add create plus addition positive",name:"circle-bold-add",cat:[27],type:1},{title:"ui user interface expand increase new add create plus addition positive",name:"circle-add",cat:[27],type:1},{title:"user profile account avatar contact male man person users member human friend follower",name:"circle-10",cat:[28],type:1},{title:"user profile account avatar contact male man person users member human friend follower",name:"circle-09",cat:[28],type:1},{title:"user profile account avatar contact male man person users member human friend follower",name:"circle-08",cat:[28],type:1},{title:"travel building catholic chistian church religious",name:"church",cat:[26],type:1},{title:"bar food dessert sweet candy chocolate",name:"chocolate",cat:[10],type:1},{title:"food finger french chips fries",name:"chips",cat:[10],type:1},{title:"travel temple building city forbidden flag china monument palace",name:"china",cat:[26],type:1},{title:"holidays christmas chimney fireplace",name:"chimney",cat:[13],type:1},{title:"food vegetable vegetables chili hot pepper",name:"chili",cat:[10],type:1},{title:"user male baby kid boy toy users infant child newborn",name:"child",cat:[28],type:1},{title:"food animal nature turkey meat bone chicken leg thigh poultry",name:"chicken",cat:[10],type:1},{title:"turkey chicken poultry",name:"chicken-2",cat:[1],type:1},{title:"food fruit healthy cherry",name:"cherry",cat:[10],type:1},{title:"business finance banking shopping bill cash check cheque payment pen money method receipt",name:"cheque",cat:[3,19],type:1},{title:"banking shopping bill check cheque payment money method receipt",name:"cheque-3",cat:[19],type:1},{title:"banking shopping bill check cheque payment money method receipt",name:"cheque-2",cat:[19],type:1},{title:"hat cap food cooking chef",name:"chef-hat",cat:[10],type:1},{title:"food hamburger sandwich burger cheeseburger fast fastfood",name:"cheeseburger",cat:[10],type:1},{title:"piece food of breakfast cheddar cheese",name:"cheese-87",cat:[10],type:1},{title:"piece food of breakfast cheddar cheese",name:"cheese-24",cat:[10],type:1},{title:"file success select available document check selected mark accept approve approved checkmark complete completed done checked tick",name:"check",cat:[8],type:1},{title:"ui user interface success select check selected mark accept approve approved checkmark complete completed done checked tick checkbox ok",name:"check-square-11",cat:[27],type:1},{title:"ui user interface success select check selected mark accept approve approved checkmark complete completed done checked tick checkbox ok",name:"check-square-09",cat:[27],type:1},{title:"ui user interface success select check selected mark accept approve approved checkmark complete completed done checked tick checkbox ok",name:"check-small",cat:[27],type:1},{title:"ui user interface success select check selected mark accept approve approved checkmark complete completed done checked tick checkbox ok",name:"check-simple",cat:[27],type:1},{title:"location ui user interface log sign exit logout info travel check calendar flight date airport arrival check-out",name:"check-out",cat:[27],type:1},{title:"location ui user interface enter log login sign info travel check calendar flight date airport check-in departure",name:"check-in",cat:[27],type:1},{title:"ui user interface success select check selected mark accept approve approved checkmark complete completed done checked tick checkbox ok",name:"check-curve",cat:[27],type:1},{title:"ui user interface success select check selected mark accept approve approved checkmark complete completed done checked tick checkbox ok",name:"check-circle-08",cat:[27],type:1},{title:"ui user interface success select check selected mark accept approve approved checkmark complete completed done checked tick checkbox ok",name:"check-circle-07",cat:[27],type:1},{title:"ui user interface success select check selected mark accept approve approved checkmark complete completed done checked tick checkbox ok",name:"check-bold",cat:[27],type:1},{title:"success select check selected mark accept approve approved checkmark complete completed done checked tick checkbox ok",name:"check-2",cat:[27],type:1},{title:"ui user interface communication answer chat comment comments conversation dialog forum message messages reply speaking talk bubble bubbles",name:"chat",cat:[27],type:1},{title:"ui user interface communication answer chat comment comments conversation dialog forum message messages reply speaking talk bubble bubbles",name:"chat-round",cat:[27],type:1},{title:"ui user interface communication answer chat comment comments conversation dialog forum message messages reply speaking talk bubble bubbles",name:"chat-round-content",cat:[27],type:1},{title:"ui user interface communication answer chat comment comments conversation dialog forum message messages reply speaking talk bubble bubbles",name:"chat-reply",cat:[27],type:1},{title:"ui user interface communication answer chat comment comments conversation dialog forum message messages reply speaking talk bubble bubbles",name:"chat-content",cat:[27],type:1},{title:"ui user interface communication chat comment comments conversation dialog forum message messages speaking talk bubble bubbles",name:"chat-46",cat:[27],type:1},{title:"ui user interface communication chat comment comments conversation dialog forum message messages speaking talk bubble bubbles",name:"chat-45",cat:[27],type:1},{title:"ui user interface communication chat comment comments conversation dialog forum message messages speaking talk bubble bubbles",name:"chat-33",cat:[27],type:1},{title:"business finance piechart graph pie report statistics",name:"chart",cat:[3,27],type:1},{title:"files data file stats folder document format chart piechart office graph pie report statistics analytics percent paper documents catalog envelope archive charting charts results",name:"chart-pie",cat:[8],type:1},{title:"business finance piechart graph pie report statistics",name:"chart-pie-36",cat:[3],type:1},{title:"business finance piechart graph pie report statistics",name:"chart-pie-35",cat:[3],type:1},{title:"arrow data progress diagram business finance chart graph report statistics analytics bar",name:"chart-growth",cat:[3],type:1},{title:"data ui user interface diagram stats growth chart graph statistics analytics bar stock bars level signal wifi",name:"chart-bars",cat:[27],type:1},{title:"files data file diagram stats growth folder document format chart office graph statistics analytics bar stock bars paper documents catalog envelope level archive",name:"chart-bar",cat:[8],type:1},{title:"data ui user interface diagram stats growth chart graph statistics analytics bar stock bars level signal wifi strong",name:"chart-bar-53",cat:[27],type:1},{title:"data ui user interface diagram stats growth chart graph statistics analytics bar stock bars level signal wifi",name:"chart-bar-52",cat:[27],type:1},{title:"arrow data progress diagram business finance chart graph report statistics analytics bar",name:"chart-bar-33",cat:[3],type:1},{title:"data diagram business finance chart graph report statistics analytics bar",name:"chart-bar-32",cat:[3],type:1},{title:"circle data stats business finance chart piechart graph pie report statistics analytics percent slice charting charts results",name:"chart-3",cat:[27],type:1},{title:"circle data stats business finance chart piechart graph pie report statistics analytics percent slice charting charts results",name:"chart-2",cat:[27,19],type:1},{title:"holidays glass food alcohol drink wine champagne",name:"champagne",cat:[10,13],type:1},{title:"board education school chalk",name:"chalkboard",cat:[18],type:1},{title:"business seat finance furniture chair design intorior officer",name:"chair",cat:[3,11],type:1},{title:"seat chair",name:"chair-2",cat:[11],type:1},{title:"arrow circle round center align alignment arrange central centralize centralized conference display layout meeting preferences structure tool",name:"centralize",cat:[2],type:1},{title:"weather temperature celsius degrees",name:"celsius",cat:[29],type:1},{title:"player tech technology drive disk cd dvd blueray compact disc electronics entertainment reader",name:"cd-reader",cat:[22],type:1},{title:"security video circuit watch tech technology camera television closed cam cctv monitoring spy surveillance",name:"cctv",cat:[22],type:1},{title:"holidays halloween magic death pot cauldron potion witch",name:"cauldron",cat:[13],type:1},{title:"holidays halloween animal nature pet cat",name:"cat",cat:[1,13],type:1},{title:"travel building tower bastion castle",name:"castle",cat:[26],type:1},{title:"shopping cash payment money shop checkout register buy store till",name:"cash-register",cat:[19],type:1},{title:"bag shopping ecommerce sale shop checkout basket buy cart retail trolley",name:"cart",cat:[19],type:1},{title:"bag shopping ecommerce sale shop checkout basket speed fast buy cart retail trolley",name:"cart-speed",cat:[19],type:1},{title:"ui user interface bag shopping ecommerce sale shop checkout basket buy cart retail trolley",name:"cart-simple",cat:[19,27],type:1},{title:"delete remove bag shopping ecommerce sale shop checkout clear minus basket cancel buy cart retail trolley",name:"cart-simple-remove",cat:[19],type:1},{title:"ui user interface new bag shopping ecommerce sale shop checkout add plus basket buy cart retail trolley",name:"cart-simple-in",cat:[19,27],type:1},{title:"new bag shopping ecommerce sale shop checkout add plus basket buy cart retail trolley",name:"cart-simple-add",cat:[19],type:1},{title:"back bag shopping ecommerce sale shop checkout basket buy cart retail trolley return",name:"cart-return",cat:[19],type:1},{title:"delete remove bag shopping ecommerce sale shop checkout clear minus basket cancel buy cart retail trolley",name:"cart-remove",cat:[19],type:1},{title:"sync refresh reload update bag shopping ecommerce sale shop checkout basket buy cart retail trolley",name:"cart-refresh",cat:[19],type:1},{title:"ui user interface bag shopping ecommerce sale shop checkout basket buy cart retail trolley",name:"cart-9",cat:[19,27],type:1},{title:"delete remove bag shopping ecommerce sale shop checkout clear minus basket cancel buy cart retail trolley",name:"cart-remove-9",cat:[19],type:1},{title:"ui user interface new bag shopping ecommerce sale shop checkout add plus basket buy cart retail trolley",name:"cart-in-9",cat:[19,27],type:1},{title:"new bag shopping ecommerce sale shop checkout add plus basket buy cart retail trolley",name:"cart-add-9",cat:[19],type:1},{title:"full bag shopping ecommerce sale shop checkout basket buy cart retail trolley",name:"cart-full",cat:[19],type:1},{title:"bag shopping ecommerce sale shop checkout favorite favourite basket love like heart buy cart picnic retail trolley",name:"cart-favorite",cat:[19],type:1},{title:"new bag shopping ecommerce sale shop checkout add plus basket buy cart retail trolley",name:"cart-add",cat:[19],type:1},{title:"food vegetable vegetables carrot root",name:"carrot",cat:[10],type:1},{title:"sport home training bicycle bike cardio exercise",name:"cardio",cat:[21],type:1},{title:"sync refresh reload update finance shopping payment money shop card charge checkout credit debit method methods buy credit card",name:"card-update",cat:[19],type:1},{title:"delete remove finance shopping payment money shop card charge checkout credit debit method methods cancel buy credit card",name:"card-remove",cat:[19],type:1},{title:"finance shopping payment money shop card charge checkout credit debit method methods favorite favourite love like heart buy credit card",name:"card-favorite",cat:[19],type:1},{title:"change finance shopping payment money shop edit card charge checkout credit debit method methods buy credit card",name:"card-edit",cat:[19],type:1},{title:"ui user interface security chat message badge card mobile alarm alert notification",name:"card-alert",cat:[27],type:1},{title:"ui user interface sign new finance badge shopping payment money shop card charge checkout credit debit method methods add create plus notification buy credit card more notifications",name:"card-add",cat:[19,27],type:1},{title:"sign new badge card add create plus notification more notifications",name:"card-add-2",cat:[27],type:1},{title:"energy environment electric drive ecology car charging eco green transport vehicle auto transportation automobile",name:"car",cat:[7,25],type:1},{title:"drive car vehicle auto transportation automobile cab taxi",name:"car-taxi",cat:[25],type:1},{title:"drive car vehicle auto transportation automobile",name:"car-sport",cat:[25],type:1},{title:"drive car vehicle auto transportation automobile",name:"car-simple",cat:[25],type:1},{title:"drive car vehicle auto transportation automobile",name:"car-front",cat:[25],type:1},{title:"drive car vehicle auto transportation automobile",name:"car-2",cat:[25],type:1},{title:"font text style editing formatting capitalize caps small",name:"caps-small",cat:[23],type:1},{title:"all font text style editing formatting capitalize caps",name:"caps-all",cat:[23],type:1},{title:"font text style editing formatting capitalize caps",name:"capitalize",cat:[23],type:1},{title:"sport clothes accessory hat wear baseball cap",name:"cap",cat:[4],type:1},{title:"interface board layout art artboard design development paint artwork canvas colors draw easel guides painting picture portrait",name:"canvas",cat:[5],type:1},{title:"holidays food stick sweet candy wrapper christmas",name:"candy",cat:[10,13],type:1},{title:"stick sweet candy christmas",name:"candy-2",cat:[13],type:1},{title:"light holidays food anniversary birthday candle candles celebration party decoration flame",name:"candle",cat:[10,13],type:1},{title:"travel camping tent basecamp",name:"camping",cat:[26],type:1},{title:"travel transportation camper caravan trailer",name:"camper",cat:[26],type:1},{title:"gesture photo photography camera touch focus lens gestures shutter",name:"camera",cat:[24],type:1},{title:"media photo camera multimedia timer",name:"camera-time",cat:[16],type:1},{title:"media picture image photo camera multimedia polaroid",name:"camera-square-58",cat:[16],type:1},{title:"media picture image photo camera multimedia",name:"camera-square-57",cat:[16],type:1},{title:"media display photo camera multimedia",name:"camera-screen",cat:[16],type:1},{title:"media photo camera multimedia digital",name:"camera-compact",cat:[16],type:1},{title:"media ban photo camera multimedia",name:"camera-ban-37",cat:[16],type:1},{title:"media ban photo camera multimedia",name:"camera-ban-36",cat:[16],type:1},{title:"media photo camera multimedia digital",name:"camera-20",cat:[16],type:1},{title:"media photo camera multimedia digital",name:"camera-19",cat:[16],type:1},{title:"media photo camera multimedia digital",name:"camera-18",cat:[16],type:1},{title:"ui user interface day schedule time grid calendar appointment event plan planning date month timetable year",name:"calendar-grid-61",cat:[27],type:1},{title:"day schedule time holidays grid calendar appointment event plan planning date month timetable year",name:"calendar-grid-58",cat:[13,27],type:1},{title:"ui user interface day schedule time check completed done calendar checked appointment event plan planning date month timetable year checkmark. complete",name:"calendar-check-62",cat:[27],type:1},{title:"ui user interface day schedule time check completed done calendar checked appointment event plan planning date month timetable year checkmark. complete",name:"calendar-check-59",cat:[27],type:1},{title:"ui user interface day schedule new time add calendar appointment event plan date month",name:"calendar-add",cat:[27],type:1},{title:"ui user interface day schedule time calendar appointment event plan planning date month timetable year",name:"calendar-60",cat:[27],type:1},{title:"ui user interface day schedule time calendar appointment event plan planning date month timetable year",name:"calendar-57",cat:[27],type:1},{title:"business finance education school accounting budget calculate calculator math mathematics",name:"calculator",cat:[3,18],type:1},{title:"holidays emoticon smiley anniversary birthday cake candle candles celebration dessert party sweet",name:"cake",cat:[6,13],type:1},{title:"holidays food slice anniversary birthday cake celebration dessert party sweet cheesecake",name:"cake-slice",cat:[10,13],type:1},{title:"food anniversary birthday cake candles celebration dessert party sweet",name:"cake-100",cat:[10],type:1},{title:"food anniversary birthday cake candles celebration dessert party sweet",name:"cake-13",cat:[10],type:1},{title:"furniture plant animal nature cactus tree",name:"cactus",cat:[1,11],type:1},{title:"connection power accessory connect tech technology cable jack plug port usb connector wire charger",name:"cable-50",cat:[22],type:1},{title:"connection power accessory connect tech technology cable jack plug port usb connector wire charger",name:"cable-49",cat:[22],type:1},{title:"furniture drawer cabinet cupboard drawers",name:"cabinet",cat:[11],type:1},{title:"clothes accessory wear button",name:"button",cat:[4],type:1},{title:"ui media control button stop multimedia",name:"button-stop",cat:[16],type:1},{title:"next ui media multimedia skip",name:"button-skip",cat:[16],type:1},{title:"back previous rewind ui media multimedia",name:"button-rewind",cat:[16],type:1},{title:"ui media control button multimedia rec record",name:"button-record",cat:[16],type:1},{title:"back previous rewind ui media multimedia",name:"button-previous",cat:[16],type:1},{title:"ui media power button multimedia off on",name:"button-power",cat:[16],type:1},{title:"play ui media control button multimedia",name:"button-play",cat:[16],type:1},{title:"ui media control button multimedia pause",name:"button-pause",cat:[16],type:1},{title:"next ui media multimedia skip",name:"button-next",cat:[16],type:1},{title:"ui media control eject button multimedia",name:"button-eject",cat:[16],type:1},{title:"ui media control button stop multimedia",name:"button-circle-stop",cat:[16],type:1},{title:"play ui media control button multimedia",name:"button-circle-play",cat:[16],type:1},{title:"ui media control button multimedia pause",name:"button-circle-pause",cat:[16],type:1},{title:"arrow control cursor action button click mouse trigger",name:"button-2",cat:[5],type:1},{title:"animal nature insect fly butterfly wings",name:"butterfly",cat:[1],type:1},{title:"business finance avatar businessman tie clothes man person professional shirt shopping",name:"businessman-04",cat:[3,19],type:1},{title:"business finance avatar businessman tie clothes accessory man person professional shirt",name:"businessman-03",cat:[3,4],type:1},{title:"user business finance account avatar businessman contact male suit tie",name:"business-contact-86",cat:[3],type:1},{title:"user business finance account avatar businessman contact male suit tie",name:"business-contact-85",cat:[3],type:1},{title:"education school vehicle transportation bus",name:"bus",cat:[18,25],type:1},{title:"education school vehicle transportation bus",name:"bus-front-12",cat:[18,25],type:1},{title:"education school vehicle transportation bus",name:"bus-front-10",cat:[25],type:1},{title:"navigation ui user interface layout list menu options bullet bullets items",name:"bullet-list",cat:[27],type:1},{title:"ui process organize schedule text list agenda design check development menu bullet bullets checklist item items listing tasks todo",name:"bullet-list-70",cat:[5],type:1},{title:"ui process organize schedule text list agenda design check development menu bullet bullets checklist item items listing tasks todo",name:"bullet-list-69",cat:[5],type:1},{title:"ui process organize schedule text list agenda design check development menu bullet bullets checklist item items listing tasks todo",name:"bullet-list-68",cat:[5],type:1},{title:"ui process organize schedule text list agenda design check development menu bullet bullets checklist item items listing tasks todo",name:"bullet-list-67",cat:[5],type:1},{title:"energy environment bulb lamp light electric ecology lightbulb saver",name:"bulb",cat:[7],type:1},{title:"energy environment bulb light electric ecology lightbulb saver",name:"bulb-saver",cat:[7],type:1},{title:"business finance bulb idea lamp light",name:"bulb-63",cat:[3],type:1},{title:"business finance bulb idea lamp light",name:"bulb-62",cat:[3],type:1},{title:"business finance bulb idea lamp light",name:"bulb-61",cat:[3],type:1},{title:"business finance building city company construction estate home house real skyscraper",name:"building",cat:[3],type:1},{title:"design development animal nature bug error insect ladybird ladybug",name:"bug",cat:[1,5],type:1},{title:"save design development bucket collect collection color fill pail paint",name:"bucket",cat:[5],type:1},{title:"tool education school art drawing design development color paint draw painting graphic brush paintbrush artist",name:"brush",cat:[5,18],type:1},{title:"social network browser design internet web apple development mac page ios osx safari",name:"browser-safari",cat:[5],type:1},{title:"social network browser design internet web development page opera",name:"browser-opera",cat:[5],type:1},{title:"social network browser design internet web development page explorer microsoft",name:"browser-ie",cat:[5],type:1},{title:"social network browser design internet web development page firefox fox mozilla",name:"browser-firefox",cat:[5],type:1},{title:"social network browser design internet web development page edge explorer microsoft",name:"browser-edge",cat:[5],type:1},{title:"social network browser design internet web google development chrome page",name:"browser-chrome",cat:[5],type:1},{title:"object clean broom",name:"broom",cat:[11],type:1},{title:"food broccoli cabbage vegetable vegetables",name:"broccoli",cat:[10],type:1},{title:"media photo brightness camera contrast option multimedia",name:"brightness-47",cat:[16],type:1},{title:"weather energy environment media photo brightness camera option multimedia sun sunny",name:"brightness-46",cat:[7,16,29],type:1},{title:"work business finance bag briefcase job office portfolio suitcase",name:"briefcase-26",cat:[3],type:1},{title:"work business finance bag briefcase job office portfolio suitcase",name:"briefcase-25",cat:[3],type:1},{title:"work business finance bag briefcase job office portfolio suitcase",name:"briefcase-24",cat:[3],type:1},{title:"food slice sandwich breakfast bread loaf toast",name:"bread",cat:[10],type:1},{title:"healthcare health medical brain mind",name:"brain",cat:[12],type:1},{title:"woman clothes accessory wear bra underwear",name:"bra",cat:[4],type:1},{title:"sport gloves ring punch boxing equipment fighting training",name:"boxing",cat:[21],type:1},{title:"file storage post folder box document order shopping collection editor delivery gift package parcel present shipping archive container drawer product donation",name:"box",cat:[8,19],type:1},{title:"post box order shopping delivery gift package parcel present shipping surprise product donation wrapped",name:"box-ribbon",cat:[19],type:1},{title:"post box order shopping delivery gift package parcel present shipping product donation",name:"box-3d-50",cat:[19],type:1},{title:"post box order shopping delivery gift package parcel present shipping product donation",name:"box-2",cat:[19],type:1},{title:"sport object ball bowling",name:"bowling",cat:[21],type:1},{title:"food bowl dish soup",name:"bowl",cat:[10],type:1},{title:"arrow sport bow object weapon",name:"bow",cat:[21],type:1},{title:"food bottle alcohol drink beer wine",name:"bottle",cat:[10],type:1},{title:"food bottle alcohol drink wine",name:"bottle-wine",cat:[10],type:1},{title:"emoticon smiley bored boring exhausted sleepy tired yawn",name:"bored",cat:[6],type:1},{title:"clothes accessory holidays wear boot footwear shoe ice christmas skates skating",name:"boot",cat:[4,13],type:1},{title:"high woman clothes accessory wear boot footwear shoe heels",name:"boot-woman",cat:[4],type:1},{title:"wear boot footwear shoe ice christmas skates skating",name:"boot-2",cat:[13],type:1},{title:"business finance education school furniture books bookshop library mini shelf",name:"books",cat:[3,11,18],type:1},{title:"education school books bookshop library shelf",name:"books-46",cat:[18],type:1},{title:"agenda book diary note notebook notes pad achievement award ribbon label bookmark favorite favourite mark marker like bookmarking marked preference saved",name:"bookmark",cat:[8],type:1},{title:"location delete remove achievement award ribbon bookmark favorite favourite mark marker clear minus like cancel bookmarking marked preference saved removal",name:"bookmark-remove",cat:[15,27],type:1},{title:"location delete remove achievement award ribbon bookmark favorite favourite mark marker clear minus like cancel bookmarking marked preference saved removal",name:"bookmark-remove-2",cat:[15,27],type:1},{title:"location new achievement award ribbon add create plus bookmark favorite favourite mark marker like bookmarking marked preference saved",name:"bookmark-add",cat:[15,27],type:1},{title:"location new achievement award ribbon add create plus bookmark favorite favourite mark marker like bookmarking marked preference saved",name:"bookmark-add-2",cat:[15,27],type:1},{title:"achievement award ribbon label reading study bookmark favorite favourite mark marker like bookmarking marked preference saved",name:"bookmark-2",cat:[15,18,27],type:1},{title:"open education school book notebook library read album knowledge learn learning magazine press reading study bible",name:"book",cat:[18,27],type:1},{title:"education school agenda book contacts diary note notebook notes pad contact design read development learn reading study address code manual register",name:"book-open",cat:[5,18],type:1},{title:"education school agenda book contacts diary note notebook notes pad contact design read development learn reading study address code manual register",name:"book-open-2",cat:[5,18],type:1},{title:"finance education school agenda book contacts diary note notebook notes pad ribbon contact design development label reading study address bookmark code favorite favourite manual mark marker",name:"book-bookmark",cat:[5,18],type:1},{title:"finance education school agenda book contacts diary note notebook notes pad ribbon contact design development label reading study address bookmark code favorite favourite manual mark marker",name:"book-bookmark-2",cat:[5,18],type:1},{title:"education school book notebook",name:"book-39",cat:[18],type:1},{title:"files file folder education school agenda book diary note notebook notes pad library read learn reading study manual",name:"book-08",cat:[8,18],type:1},{title:"files file folder education school agenda book diary note notebook notes pad library read learn reading study manual",name:"book-07",cat:[8,18],type:1},{title:"cross holidays halloween animal nature scary bone bones dog human",name:"bones",cat:[1,13],type:1},{title:"emoticon smiley bomb",name:"bomb",cat:[6],type:1},{title:"ui user interface control preferences tool edit options settings configuration setting setup bolt",name:"bolt",cat:[27],type:1},{title:"weight font text editing bold formatting",name:"bold",cat:[23],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"bold-up",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"bold-right",cat:[2],type:1},{title:"ui user interface close exit cross delete remove cancel deletion removal denied discard dismiss wrong",name:"bold-remove",cat:[27],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"bold-left",cat:[2],type:1},{title:"arrow bottom descend down downward",name:"bold-down",cat:[2],type:1},{title:"arrow line alternative arrows change direction exchange files flip horizontal swap switch transmit",name:"bold-direction",cat:[2],type:1},{title:"ui user interface close exit decrease delete remove minus cancel deletion less removal subtract",name:"bold-delete",cat:[27],type:1},{title:"ui user interface expand increase new add create plus addition positive",name:"bold-add",cat:[27],type:1},{title:"travel delivery vehicle sea ship transportation boat",name:"boat",cat:[25],type:1},{title:"travel delivery vehicle sea ship transportation boat",name:"boat-small-03",cat:[25],type:1},{title:"travel delivery vehicle sea ship transportation boat",name:"boat-small-02",cat:[25],type:1},{title:"travel delivery vehicle sea ship transportation boat",name:"boat-front",cat:[25],type:1},{title:"sign info board display shopping advertise advertisement advertising billboard notice signboard",name:"board",cat:[19],type:1},{title:"board education school artboard",name:"board-51",cat:[18],type:1},{title:"line board business finance art artboard drawing chart",name:"board-30",cat:[3],type:1},{title:"line board business finance art artboard drawing chart piechart",name:"board-29",cat:[3],type:1},{title:"line board business finance art artboard drawing",name:"board-28",cat:[3],type:1},{title:"line board business finance education school art artboard drawing",name:"board-27",cat:[3,18],type:1},{title:"sign info board display advertise advertisement advertising billboard notice signboard",name:"board-2",cat:[19],type:1},{title:"sync connection ui user interface communication network connect technology wireless signal bluetooth",name:"bluetooth",cat:[27],type:1},{title:"arrow direction keyboard move navigation out position top up upward upwards",name:"block-up",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards top up upward upwards enlarge expand fullscreen maximize zoom box undock",name:"block-top-right",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous top up upward upwards enlarge expand fullscreen maximize zoom box undock",name:"block-top-left",cat:[2],type:1},{title:"arrow forward right direction keyboard move navigation out position next onward onwards",name:"block-right",cat:[2],type:1},{title:"arrow back left direction backward backwards keyboard move navigation out position previous",name:"block-left",cat:[2],type:1},{title:"arrow bottom descend down downward move",name:"block-down",cat:[2],type:1},{title:"arrow forward right direction bottom descend down downward keyboard move navigation out position next onward onwards enlarge expand fullscreen maximize zoom downwards box undock",name:"block-bottom-right",cat:[2],type:1},{title:"arrow back left direction bottom descend down downward backward backwards keyboard move navigation out position previous enlarge expand fullscreen maximize zoom downwards box undock",name:"block-bottom-left",cat:[2],type:1},{title:"emoticon smiley surprise surprised astonished blind dizzy",name:"blind",cat:[6],type:1},{title:"box tool design development filter graphic grid blend distort gradient illustration mesh netted warp",name:"blend",cat:[5],type:1},{title:"emoticon smiley bleah concern confused puzzled thinking",name:"bleah",cat:[6],type:1},{title:"finance shopping payment funding money currency coin ecommerce card charge checkout credit debit method methods bitcoin digital online",name:"bitcoin",cat:[19],type:1},{title:"holidays sweet bread cookie biscuit christmas ginger gingerbread",name:"biscuit",cat:[13],type:1},{title:"travel discover object explore binocular binoculars",name:"binocular",cat:[26],type:1},{title:"play sport object billiard pool",name:"billiard",cat:[21],type:1},{title:"sport transportation bicycle bike cyclist",name:"bike",cat:[21,25],type:1},{title:"out emoticon smiley big happy bigmouth grimace mouth tongue",name:"bigmouth",cat:[6],type:1},{title:"emoticon smiley big cheerful grin happy smile smiling teeth",name:"big-smile",cat:[6],type:1},{title:"emoticon smiley big eyes surprise surprised",name:"big-eyes",cat:[6],type:1},{title:"glass food alcohol drink beverage cocktail straw",name:"beverage",cat:[10],type:1},{title:"door travel wall berlin brandenburg gate",name:"berlin",cat:[26],type:1},{title:"clothes accessory wear belt strap",name:"belt",cat:[4],type:1},{title:"ui user interface ring alarm sound alert notification christmas bell buzz ringing ringtone wake",name:"bell-55",cat:[27],type:1},{title:"ui user interface education school ring alarm sound alert notification christmas bell buzz ringing ringtone wake",name:"bell-54",cat:[18,27],type:1},{title:"ui user interface holidays ring alarm sound alert notification christmas bell buzz ringing ringtone wake",name:"bell-53",cat:[13,27],type:1},{title:"glass food alcohol drink beer beverage",name:"beer-96",cat:[10],type:1},{title:"holidays glass food alcohol drink beer beverage",name:"beer-95",cat:[10,13],type:1},{title:"animal nature insect bee fly honey wasp",name:"bee",cat:[1],type:1},{title:"furniture sleep side bed",name:"bed-side",cat:[11],type:1},{title:"double furniture sleep bed",name:"bed-23",cat:[11],type:1},{title:"furniture sleep bed",name:"bed-09",cat:[11],type:1},{title:"baby object animal nature toy face bear teddy",name:"bear",cat:[1],type:1},{title:"baby object animal nature toy face bear teddy",name:"bear-2",cat:[1],type:1},{title:"energy environment power object battery",name:"battery",cat:[7],type:1},{title:"ui user interface energy environment power low electric electricity plug charge charging level lightning battery ion lithium rechargeable status",name:"battery-low",cat:[7,27],type:1},{title:"ui user interface energy environment power electric electricity plug charge charging level lightning battery ion lithium rechargeable status",name:"battery-half",cat:[7,27],type:1},{title:"ui user interface energy environment power electric electricity plug charge charging level lightning battery ion lithium rechargeable status",name:"battery-83",cat:[7,27],type:1},{title:"ui user interface energy environment power electric electricity plug charge charging level lightning battery ion lithium rechargeable status",name:"battery-81",cat:[7,27],type:1},{title:"furniture bath bathroom shower tub",name:"bath-tub",cat:[11],type:1},{title:"man holidays halloween hero animal nature bat batman",name:"bat",cat:[1,13],type:1},{title:"sport game ball basket basketball nba",name:"basketball-13",cat:[21],type:1},{title:"sport game ball basket basketball nba",name:"basketball-12",cat:[21],type:1},{title:"ui user interface shopping ecommerce sale shop checkout basket buy cart groceries picnic retail",name:"basket",cat:[19,27],type:1},{title:"sync refresh reload update shopping ecommerce sale shop checkout basket buy cart groceries picnic retail",name:"basket-update",cat:[19],type:1},{title:"shopping ecommerce sale shop checkout basket buy cart groceries picnic retail",name:"basket-simple",cat:[19],type:1},{title:"delete remove bag shopping ecommerce sale shop checkout clear minus cancel buy cart groceries retail",name:"basket-simple-remove",cat:[19],type:1},{title:"new bag shopping ecommerce sale shop checkout add plus buy cart groceries retail",name:"basket-simple-add",cat:[19],type:1},{title:"share social shopping connect ecommerce sale shop checkout basket buy cart groceries picnic retail",name:"basket-share",cat:[19],type:1},{title:"shopping ecommerce sale shop checkout view search basket find lens buy cart groceries picnic retail",name:"basket-search",cat:[19],type:1},{title:"delete remove bag shopping ecommerce sale shop checkout clear minus cancel buy cart groceries retail",name:"basket-remove",cat:[19],type:1},{title:"shopping ecommerce sale shop checkout favorite favourite basket love like heart buy cart groceries picnic retail",name:"basket-favorite",cat:[19],type:1},{title:"change bag shopping ecommerce sale shop edit checkout modify buy cart groceries retail",name:"basket-edit",cat:[19],type:1},{title:"new bag shopping ecommerce sale shop checkout add plus buy cart groceries retail",name:"basket-add",cat:[19],type:1},{title:"sport game baseball ball base catch league",name:"baseball",cat:[21],type:1},{title:"sport game baseball bat base league",name:"baseball-bat",cat:[21],type:1},{title:"sport game baseball ball base catch league",name:"baseball-ball",cat:[21],type:1},{title:"shopping bar price checkout label code tag barcode product scan scanner qr qrcode",name:"barcode-qr",cat:[19],type:1},{title:"shopping bar price checkout label code tag barcode product scan scanner",name:"barcode",cat:[19],type:1},{title:"shopping bar price checkout label code tag barcode product scan scanner",name:"barcode-scan",cat:[19],type:1},{title:"travel food cooking barbecue barbeque bbq grill",name:"barbecue",cat:[10,26],type:1},{title:"fork food cooking tools barbecue barbeque bbq grill rotisserie spatula utensils",name:"barbecue-tools",cat:[10],type:1},{title:"food cooking barbecue barbeque bbq grill",name:"barbecue-15",cat:[10],type:1},{title:"business finance travel bank columns landmark temple",name:"bank",cat:[3,26],type:1},{title:"food fruit banana healthy",name:"banana",cat:[10],type:1},{title:"ui user interface sign ban stop banned block blocked forbidden not prevent none private cancel",name:"ban",cat:[27],type:1},{title:"ui user interface sign ban stop banned block blocked forbidden not prevent none private cancel",name:"ban-bold",cat:[27],type:1},{title:"holidays object party baloon",name:"baloon",cat:[13],type:1},{title:"play education school sport ball football soccer",name:"ball-soccer",cat:[18,21],type:1},{title:"play education school sport ball basket",name:"ball-basket",cat:[18,21],type:1},{title:"media balance photo camera option multimedia white",name:"balance",cat:[16],type:1},{title:"food french breakfast baguette bread loaf",name:"baguette",cat:[10],type:1},{title:"travel bag briefcase suitcase backpack baggage luggage",name:"bag",cat:[26],type:1},{title:"time bag briefcase shopping discount ecommerce sale shop purse countdown buy cart handbag offer",name:"bag-time",cat:[19],type:1},{title:"delete remove bag briefcase shopping ecommerce sale shop purse clear minus cancel buy cart handbag",name:"bag-remove-22",cat:[19],type:1},{title:"delete remove bag briefcase shopping ecommerce sale shop purse clear minus cancel buy cart handbag",name:"bag-remove-19",cat:[19],type:1},{title:"change bag briefcase shopping ecommerce sale shop edit purse modify buy cart handbag",name:"bag-edit",cat:[19],type:1},{title:"new bag briefcase shopping ecommerce sale shop purse add plus buy cart handbag",name:"bag-add-21",cat:[19],type:1},{title:"new bag briefcase shopping ecommerce sale shop purse add plus buy cart handbag",name:"bag-add-18",cat:[19],type:1},{title:"cross bag healthcare health medical survival",name:"bag-50",cat:[12],type:1},{title:"cross bag healthcare health medical survival",name:"bag-49",cat:[12],type:1},{title:"bag clothes accessory hand wear purse",name:"bag-22",cat:[4],type:1},{title:"bag clothes accessory hand wear purse",name:"bag-21",cat:[4],type:1},{title:"bag briefcase shopping ecommerce sale shop purse buy cart handbag",name:"bag-20",cat:[19],type:1},{title:"bag briefcase shopping ecommerce sale shop purse buy cart handbag",name:"bag-17",cat:[19],type:1},{title:"bag briefcase shopping ecommerce sale shop purse buy cart handbag",name:"bag-16",cat:[19],type:1},{title:"ui user interface bag briefcase shopping ecommerce sale shop purse buy cart handbag",name:"bag-09",cat:[19,27],type:1},{title:"sport game activity badminton tennis",name:"badminton",cat:[21],type:1},{title:"business finance badge card id cardholder id card identification identity lanyard profile",name:"badge",cat:[3],type:1},{title:"user login document badge identification identity profile contact card tag users member access",name:"badge-15",cat:[28],type:1},{title:"user login document badge identification identity profile contact card tag users member access",name:"badge-14",cat:[28],type:1},{title:"user login document badge identification identity profile contact man card tag users member access human",name:"badge-13",cat:[28],type:1},{title:"food bacon breakfast meat pork",name:"bacon",cat:[10],type:1},{title:"arrow back backward move ui user interface control layer design",name:"backward",cat:[27],type:1},{title:"travel bag clothes accessory wear backpack camping",name:"backpack",cat:[4,26],type:1},{title:"education school bag backpack",name:"backpack-58",cat:[18],type:1},{title:"education school bag backpack",name:"backpack-57",cat:[18],type:1},{title:"travel bag clothes accessory wear backpack camping",name:"backpack-2",cat:[4,26],type:1},{title:"font text type typography color style editing background",name:"background",cat:[23],type:1},{title:"arrow back curve forward invert left line redo repeat right rotate undo",name:"back-80",cat:[2],type:1},{title:"arrow back curve forward invert left line redo repeat right rotate undo",name:"back-78",cat:[2],type:1},{title:"play suit clothes accessory baby kid romper wear food object bottle biberon infant milk child dummy",name:"baby",cat:[4],type:1},{title:"baby object bottle milk child",name:"baby-bottle",cat:[10],type:1},{title:"baby object child dummy pacifier",name:"baby-3",cat:[10],type:1},{title:"baby bottle biberon infant milk",name:"baby-2",cat:[10],type:1},{title:"user lock security group profile account avatar contact male man person safe padlock protection secure users member human friend follower community people",name:"b-security",cat:[28],type:1},{title:"user delete remove group profile account avatar contact male man person cancel users member human friend follower community people",name:"b-remove",cat:[28],type:1},{title:"user communication group team meeting answer chat comment comments conversation dialog forum message messages reply speaking talk profile account avatar contact male man person service help support users member appointment human friend customer follower community people",name:"b-meeting",cat:[28],type:1},{title:"user group profile account avatar contact male man person favorite favourite love like heart users member human friend follower community people",name:"b-love",cat:[28],type:1},{title:"position location user group profile account avatar contact male man person pin users member human friend locator follower body community people",name:"b-location",cat:[28],type:1},{title:"user group profile account avatar contact male man person check mark approved complete completed done checked tick users member human friend follower community people",name:"b-check",cat:[28],type:1},{title:"user group new profile account avatar contact male man person add create plus users friend follower community people",name:"b-add",cat:[28],type:1},{title:"travel object weapon axe hatchet",name:"axe",cat:[26],type:1},{title:"competition achievement award ribbon badge shopping seal medal prize winner reward champion recognition",name:"award",cat:[19],type:1},{title:"business finance education school achievement award ribbon certificate",name:"award-74",cat:[3,18],type:1},{title:"education school sport award medal prize winner",name:"award-55",cat:[18,21],type:1},{title:"business finance education school award ribbon certificate degree diploma licence patent",name:"award-49",cat:[3,18],type:1},{title:"business finance education school sport achievement award ribbon",name:"award-48",cat:[3,18,21],type:1},{title:"file music folder document volume audio sound soundtrack",name:"audio",cat:[8],type:1},{title:"media multimedia audio mic microphone speaker",name:"audio-92",cat:[16],type:1},{title:"media text editing multimedia audio mic microphone speaker",name:"audio-91",cat:[16,23],type:1},{title:"file ui user interface inbox text email mail contact copy editing paper attachment attach attached attaching clip collate include paperclip",name:"attach-87",cat:[23,27],type:1},{title:"file ui user interface inbox text email mail contact copy editing paper attachment attach attached attaching clip collate include paperclip",name:"attach-86",cat:[23,27],type:1},{title:"education school science healthcare health medical atom chemistry molecule",name:"atom",cat:[12,18],type:1},{title:"business machine finance atm banking",name:"atm",cat:[3],type:1},{title:"object helmet space astronaut",name:"astronaut",cat:[26],type:1},{title:"line interface board layout tool artboard design target development shape paint artwork canvas colors draw guides grid pallet spacing swatch",name:"artboard",cat:[5],type:1},{title:"furniture chair armchair",name:"armchair",cat:[11],type:1},{title:"files file storage ui user interface folder organize box document furniture collection documents editor archive container drawer cabinet handle safebox",name:"archive",cat:[8,27],type:1},{title:"file storage folder box document collection editor archive container drawer",name:"archive-paper",cat:[8],type:1},{title:"file storage folder success available box document check collection editor archive container drawer",name:"archive-paper-check",cat:[8],type:1},{title:"file storage folder box document collection editor archive container drawer",name:"archive-content",cat:[8],type:1},{title:"file storage folder success available box document check collection editor mark approved complete completed done archive container drawer checked tick",name:"archive-check",cat:[8],type:1},{title:"file storage folder box document collection editor archive container drawer",name:"archive-3d-content",cat:[8],type:1},{title:"file storage folder success available box document check collection editor mark approved complete completed done archive container drawer checked tick",name:"archive-3d-check",cat:[8],type:1},{title:"files file storage ui user interface folder organize box document furniture collection documents editor archive container drawer cabinet handle safebox",name:"archive-2",cat:[8,27],type:1},{title:"direction navigation position gps location time map reminder pin place marker maps appointment",name:"appointment",cat:[15],type:1},{title:"design payment computer pay apple development device ipad iphone logo mac",name:"apple",cat:[5,22],type:1},{title:"education apple food fruit healthcare health medical",name:"apple-2",cat:[10,12],type:1},{title:"storage box app design development cube cardboard delivery gift pack package parcel present shipment shipping",name:"app",cat:[5],type:1},{title:"scale design development animation rectangle transform translate",name:"animation-32",cat:[5],type:1},{title:"play video key design development animation motion film frames movie steps",name:"animation-31",cat:[5],type:1},{title:"curve move path design development animation bezier bounce easing motion trajectory",name:"animation-14",cat:[5],type:1},{title:"emoticon angry furious smiley unhappy upset",name:"angry-44",cat:[6],type:1},{title:"emoticon angry furious smiley unhappy upset",name:"angry-10",cat:[6],type:1},{title:"right measure tool mathematics design development shape angle geometry",name:"angle",cat:[5],type:1},{title:"design android google development bot device mobile phone robot smartphone",name:"android",cat:[5,22],type:1},{title:"object anchor help support link",name:"anchor",cat:[25,26],type:1},{title:"data ui user interface diagram stats chart graph report statistics analytics monitor healthcare health medical charting charts results analysis analytic",name:"analytics-89",cat:[12,27],type:1},{title:"data ui user interface diagram stats chart graph report statistics analytics monitor healthcare health medical charting charts results analysis analytic",name:"analytics-88",cat:[12,27],type:1},{title:"cross healthcare health medical emergency ambulance hospital",name:"ambulance",cat:[12],type:1},{title:"move top align alignment arrange layout paragraph text typography design development arrangement baseline place side",name:"align-top",cat:[5],type:1},{title:"right move align alignment arrange layout editing arrangement place side",name:"align-right",cat:[5],type:1},{title:"right align font paragraph text type typography",name:"align-right-2",cat:[23],type:1},{title:"left move align alignment arrange layout editing arrangement place side",name:"align-left",cat:[5],type:1},{title:"left align font paragraph text type typography",name:"align-left-2",cat:[23],type:1},{title:"align font paragraph text type typography editing justify",name:"align-justify",cat:[23],type:1},{title:"center align font paragraph text type typography editing",name:"align-center",cat:[23],type:1},{title:"move vertical center align alignment arrange layout paragraph text typography design development arrangement baseline place side middle vertically",name:"align-center-vertical",cat:[5],type:1},{title:"horizontal move center align alignment arrange layout paragraph text typography design development horizontally arrangement baseline place side middle",name:"align-center-horizontal",cat:[5],type:1},{title:"bottom move align alignment arrange layout paragraph text typography design development arrangement baseline place side",name:"align-bottom",cat:[5],type:1},{title:"object alien space ufo spaceship",name:"alien-33",cat:[25],type:1},{title:"object emoticon alien space ufo",name:"alien-29",cat:[6],type:1},{title:"ui user interface error danger alert attention caution exclamation problem warning red",name:"alert",cat:[27],type:1},{title:"ui user interface sign info alert information notification about faq help support tooltip",name:"alert-square-i",cat:[27],type:1},{title:"ui user interface sign info mark alert information notification about faq help support ask query question",name:"alert-square-que",cat:[27],type:1},{title:"ui user interface sign info stop mark error danger alert attention caution exclamation information notification warning",name:"alert-square-exc",cat:[27],type:1},{title:"ui user interface sign info alert information notification about faq help support tooltip",name:"alert-i",cat:[27],type:1},{title:"ui user interface sign info travel alert information notification about faq help support tooltip",name:"alert-circle-i",cat:[26,27],type:1},{title:"ui user interface sign info mark alert information notification about faq help support ask query question",name:"alert-circle-que",cat:[27],type:1},{title:"ui user interface sign info stop mark error danger alert attention caution exclamation information notification warning",name:"alert-circle-exc",cat:[27],type:1},{title:"ui user interface sign info mark alert information notification about faq help support ask query question",name:"alert-que",cat:[27],type:1},{title:"ui user interface sign stop mark error danger alert attention caution exclamation notification warning",name:"alert-exc",cat:[27],type:1},{title:"food bottle danger attention alcohol drink",name:"alcohol",cat:[10],type:1},{title:"education school book notebook library read collection picture gallery photo album binder catalog catalogue knowledge label learn learning magazine press reading study",name:"album",cat:[5,16,18],type:1},{title:"file media collection picture gallery photo album binder catalog catalogue magazine multimedia",name:"album-2",cat:[5,16],type:1},{title:"furniture air conditioner",name:"air-conditioner",cat:[11],type:1},{title:"air baloon transportation",name:"air-baloon",cat:[25],type:1},{title:"business finance education school agenda book contacts diary note notebook notes pad",name:"agenda",cat:[3,18],type:1},{title:"finance education school agenda book diary note notebook notes pad ribbon bookmark favorite favourite",name:"agenda-bookmark",cat:[18],type:1},{title:"file folder document new add create plus paper item",name:"add",cat:[8],type:1},{title:"user new profile account avatar contact male man person add create plus users friend follower",name:"add-29",cat:[28],type:1},{title:"user new profile account avatar contact male man person add create plus users friend follower",name:"add-27",cat:[28],type:1},{title:"cursor hand pointer finger gesture active tap touch gestures",name:"active-40",cat:[24],type:1},{title:"cursor hand pointer finger gesture active tap touch gestures",name:"active-38",cat:[24],type:1},{title:"media video action film movie multimedia",name:"action-74",cat:[16],type:1},{title:"media video action film movie multimedia",name:"action-73",cat:[16],type:1},{title:"user profile account avatar person accessibility users member human accessible fair",name:"accessibility",cat:[28],type:1},{title:"education school alphabet abc letters",name:"abc",cat:[18],type:1},{title:"user schedule meeting time profile account avatar contact male man person calendar users member appointment countdown human friend follower",name:"a-time",cat:[28],type:1},{title:"sync user refresh reload update profile account avatar contact male man person users member human friend follower",name:"a-sync",cat:[28],type:1},{title:"user profile account avatar contact male man person favorite favourite love like users member star human friend follower",name:"a-star",cat:[28],type:1},{title:"share social user profile account avatar contact male man person connect users member human friend follower",name:"a-share",cat:[28],type:1},{title:"user lock security profile account avatar contact male man person safe padlock protection secure users member human friend follower",name:"a-security",cat:[28],type:1},{title:"user profile account avatar contact male man person view search find lens users member human friend follower",name:"a-search",cat:[28],type:1},{title:"user delete remove profile account avatar contact male man person cancel users member human friend follower",name:"a-remove",cat:[28],type:1},{title:"position location user profile account avatar contact male man person pin users member human friend locator follower body",name:"a-location",cat:[28],type:1},{title:"user profile account avatar contact male man person favorite favourite love like heart users member human friend follower",name:"a-heart",cat:[28],type:1},{title:"change user profile account avatar contact male man person edit modify users member human friend follower",name:"a-edit",cat:[28],type:1},{title:"user delete remove profile account avatar contact male man person cancel users member human friend follower",name:"a-delete",cat:[28],type:1},{title:"user profile account avatar contact male man person check mark approved complete completed done checked tick users member human friend follower",name:"a-check",cat:[28],type:1},{title:"user new profile account avatar contact male man person add create plus users friend follower",name:"a-add",cat:[28],type:1},{title:"up hand fingers gesture touch gestures swipe four",name:"4x-swipe-up",cat:[24],type:1},{title:"right hand fingers gesture touch gestures swipe four",name:"4x-swipe-right",cat:[24],type:1},{title:"left hand fingers gesture touch gestures swipe four",name:"4x-swipe-left",cat:[24],type:1},{title:"hand three fingers gesture tap screen touch gestures interactive",name:"3x-tap",cat:[24],type:1},{title:"up hand three fingers gesture touch gestures swipe",name:"3x-swipe-up",cat:[24],type:1},{title:"right hand three fingers gesture touch gestures swipe",name:"3x-swipe-right",cat:[24],type:1},{title:"left hand three fingers gesture touch gestures swipe",name:"3x-swipe-left",cat:[24],type:1},{title:"media glasses eyeglasses spectacles movie multimedia",name:"3d",cat:[16],type:1},{title:"design development 3D dimension dimensional shape axis coordinate coordinates cube volume",name:"3d-29",cat:[5],type:1},{title:"design development 3D dimension dimensional pyramidal shape three triangle augmented reality",name:"3d-model",cat:[5],type:1},{title:"hand fingers gesture tap screen touch gestures two interactive",name:"2x-tap",cat:[24],type:1},{title:"up hand fingers gesture touch gestures two swipe",name:"2x-swipe-up",cat:[24],type:1},{title:"right hand fingers gesture touch gestures two swipe",name:"2x-swipe-right",cat:[24],type:1},{title:"left hand fingers gesture touch gestures two swipe",name:"2x-swipe-left",cat:[24],type:1},{title:"down hand fingers gesture touch gestures two swipe",name:"2x-swipe-down",cat:[24],type:1},{title:"move up upwards control drag fingers gesture touch gestures two",name:"2x-drag-up",cat:[24],type:1},{title:"down move control drag fingers gesture touch gestures two",name:"2x-drag-down",cat:[24],type:1}]}},14:function(e,t,a){"use strict";a.r(t);var o={};a.r(o),a.d(o,"cssStyleSizeWidthPercent",function(){return ve}),a.d(o,"cssStyleSizeMaxWidthPercent",function(){return fe}),a.d(o,"cssStyleSizeHeightPx",function(){return Ce}),a.d(o,"cssStyleSizeMinHeightPx",function(){return we}),a.d(o,"cssStyleSizeMaxWidthSize",function(){return Oe}),a.d(o,"cssStyleSizeSizePercent",function(){return xe}),a.d(o,"cssStyleSizeMaxWidthContainer",function(){return Se}),a.d(o,"cssStyleElementLineBorder",function(){return ke}),a.d(o,"cssStyleTypographyElementCountdownLabelFontSize",function(){return je}),a.d(o,"cssStyleElementIconBoxFlexDirection",function(){return Be}),a.d(o,"cssStyleElementIconBoxMarginRight",function(){return Pe}),a.d(o,"cssStyleElementIconBoxMarginLeft",function(){return ze}),a.d(o,"cssStyleBorder",function(){return Te}),a.d(o,"cssStyleBorderTransparentColor",function(){return He}),a.d(o,"cssStyleElementImageGalleryWidth",function(){return Me}),a.d(o,"cssStyleElementImageGalleryMargin",function(){return _e}),a.d(o,"cssStyleElementImageGalleryItemWidth",function(){return Ee}),a.d(o,"cssStyleElementImageGalleryItemPadding",function(){return Re}),a.d(o,"cssStyleBorderRadius",function(){return Ie}),a.d(o,"cssStyleBgColor",function(){return Ae}),a.d(o,"cssStyleBg2Color",function(){return Ne}),a.d(o,"cssStyleBgGradient",function(){return Le}),a.d(o,"cssStyleBgImage",function(){return Ve}),a.d(o,"cssStyleBgImagePosition",function(){return Fe}),a.d(o,"cssStyleBgImageAttachment",function(){return We}),a.d(o,"cssStyleBgMap",function(){return De}),a.d(o,"cssStyleColor",function(){return $e}),a.d(o,"cssStyleBoxShadow",function(){return Ge}),a.d(o,"cssStyleBoxShadowSection",function(){return Ke}),a.d(o,"cssStyleShapeTopType",function(){return qe}),a.d(o,"cssStyleShapeTopHeight",function(){return Ue}),a.d(o,"cssStyleShapeTopFlip",function(){return Ye}),a.d(o,"cssStyleShapeTopIndex",function(){return Xe}),a.d(o,"cssStyleShapeBottomType",function(){return Ze}),a.d(o,"cssStyleShapeBottomHeight",function(){return Je}),a.d(o,"cssStyleShapeBottomFlip",function(){return Qe}),a.d(o,"cssStyleShapeBottomIndex",function(){return et}),a.d(o,"cssStyleHoverTransition",function(){return tt}),a.d(o,"cssStylePropertyHoverTransition",function(){return at}),a.d(o,"cssStyleTypographyFontFamily",function(){return ot}),a.d(o,"cssStyleTypographyFontSize",function(){return nt}),a.d(o,"cssStyleTypographyLineHeight",function(){return it}),a.d(o,"cssStyleTypographyFontWeight",function(){return rt}),a.d(o,"cssStyleTypographyLetterSpacing",function(){return lt}),a.d(o,"cssStyleTypography2FontFamily",function(){return st}),a.d(o,"cssStyleTypography2FontSize",function(){return ct}),a.d(o,"cssStyleTypography2LineHeight",function(){return dt}),a.d(o,"cssStyleTypography2FontWeight",function(){return pt}),a.d(o,"cssStyleTypography2LetterSpacing",function(){return ut}),a.d(o,"cssStyleElementProgressBarPadding",function(){return mt}),a.d(o,"cssStyleSizeProgressBarMaxWidthPercent",function(){return ht}),a.d(o,"cssStyleElementProgressBarPropertyHoverTransition",function(){return bt}),a.d(o,"cssStyleElementButtonBorderRadius",function(){return gt}),a.d(o,"cssStyleElementButtonIconPosition",function(){return yt}),a.d(o,"cssStyleElementButtonIconFontSize",function(){return vt}),a.d(o,"cssStyleElementButtonIconMargin",function(){return ft}),a.d(o,"cssStyleElementIconStrokeWidth",function(){return Ct}),a.d(o,"cssStyleElementButtonPropertyHoverTransition",function(){return wt}),a.d(o,"cssStyleElementFacebookButtonPropertyHoverTransition",function(){return Ot}),a.d(o,"cssStyleElementFacebookCommentsPropertyHoverTransition",function(){return xt}),a.d(o,"cssStyleElementFacebookEmbedPropertyHoverTransition",function(){return St}),a.d(o,"cssStyleElementFacebookGroupPropertyHoverTransition",function(){return kt}),a.d(o,"cssStyleElementFacebookPagePropertyHoverTransition",function(){return jt}),a.d(o,"cssStyleElementMapPropertyHoverTransition",function(){return Bt}),a.d(o,"cssStyleElementSoundCloudPropertyHoverTransition",function(){return Pt}),a.d(o,"cssStyleContainerPopup2ContainerWidth",function(){return zt}),a.d(o,"cssStyleContainerPopup2CloseState",function(){return Tt}),a.d(o,"cssStyleContainerPopup2ClosePosition",function(){return It}),a.d(o,"cssStyleContainerPopup2CloseFontSize",function(){return Mt}),a.d(o,"cssStyleContainerPopup2CloseBgSize",function(){return _t}),a.d(o,"cssStyleContainerPopup2CloseBorderRadius",function(){return Et}),a.d(o,"cssStyleContainerPopup2CloseColor",function(){return Ht}),a.d(o,"cssStyleContainerPopup2CloseBgColor",function(){return Rt}),a.d(o,"cssStyleContainerPopup2RowFlexVerticalAlign",function(){return At}),a.d(o,"cssStyleZIndex",function(){return Nt}),a.d(o,"cssStyleFlexVerticalAlign",function(){return Lt}),a.d(o,"cssStyleFlexHorizontalAlign",function(){return Vt}),a.d(o,"cssStyleFlexColumn",function(){return Ft}),a.d(o,"cssStylePaddingFourFields",function(){return Wt}),a.d(o,"cssStylePaddingPreview",function(){return Dt}),a.d(o,"cssStylePaddingTopForEditorResizer",function(){return $t}),a.d(o,"cssStylePaddingBottomForEditorResizer",function(){return Gt}),a.d(o,"cssStylePaddingRightLeftForEditor",function(){return Kt}),a.d(o,"cssStyleItemPadding",function(){return Ut}),a.d(o,"cssStyleMargin",function(){return Yt}),a.d(o,"cssStyleItemMargin",function(){return Xt}),a.d(o,"cssStyleDisplayFlex",function(){return Zt}),a.d(o,"cssStyleDisplayInlineFlex",function(){return Jt}),a.d(o,"cssStyleDisplayBlock",function(){return Qt}),a.d(o,"cssStyleVisible",function(){return ea}),a.d(o,"cssStyleVisibleEditorDisplayNoneOrFlex",function(){return ta}),a.d(o,"cssStyleVisibleEditorDisplayNoneOrBlock",function(){return oa}),a.d(o,"cssStyleVisibleEditorDisplayNoneOrInlineFlex",function(){return aa}),a.d(o,"cssStyleVisibleMode",function(){return na}),a.d(o,"cssStyleFilter",function(){return ia}),a.d(o,"cssStyleElementVideoPaddingRatio",function(){return ra}),a.d(o,"cssStyleElementVideoFilter",function(){return la}),a.d(o,"cssStyleElementVideoPointerEvents",function(){return sa}),a.d(o,"cssStyleElementVideoBgSize",function(){return ca}),a.d(o,"cssStyleElementVideoIconFontSize",function(){return da}),a.d(o,"cssStyleElementVideoIconWidth",function(){return pa}),a.d(o,"cssStyleElementVideoIconHeight",function(){return ua}),a.d(o,"cssStyleElementVideoBgColorRatio",function(){return ma}),a.d(o,"cssStyleElementVideoCoverSrc",function(){return ha}),a.d(o,"cssStyleElementVideoCoverPosition",function(){return ba}),a.d(o,"cssStyleElementVideoPropertyHoverTransition",function(){return ga}),a.d(o,"cssStyleRowMinHeight",function(){return ya}),a.d(o,"cssStyleRowReverseColumn",function(){return va}),a.d(o,"cssStylePosition",function(){return fa}),a.d(o,"cssStylePositionMode",function(){return Ca}),a.d(o,"cssStyleSectionMaxWidth",function(){return wa}),a.d(o,"cssStyleSectionContainerType",function(){return Oa}),a.d(o,"cssStyleSectionSliderHeight",function(){return xa}),a.d(o,"cssStyleSectionColorDots",function(){return Sa}),a.d(o,"cssStyleSectionColorArrows",function(){return ka}),a.d(o,"cssStyleSectionPropertyHoverTransition",function(){return ja}),a.d(o,"cssStyleSectionPopupContainerWrap",function(){return Ba}),a.d(o,"cssStyleElementBreadcrumbsWidth",function(){return Pa}),a.d(o,"cssStyleElementBreadcrumbsSpacing",function(){return za}),a.d(o,"cssStyleElementBreadcrumbsArrowSize",function(){return Ta}),a.d(o,"cssStyleElementBreadcrumbsColorActive",function(){return Ha}),a.d(o,"cssStyleElementBreadcrumbsColorArrows",function(){return Ma}),a.d(o,"renderStyles",function(){return m}),a.d(o,"css",function(){return g}),a.d(o,"renderStatic",function(){return y}),a.d(o,"tmpCSSFromCache",function(){return v});var n=a(20),i=a(35);function r(e){return function(e,t){let a=1540483477,o=t^e.length,n=e.length,i=0;for(;n>=4;){let t=l(e,i);t=c(t,a),t=c(t^=t>>>24,a),o=c(o,a),o^=t,i+=4,n-=4}switch(n){case 3:o^=s(e,i),o=c(o^=e.charCodeAt(i+2)<<16,a);break;case 2:o=c(o^=s(e,i),a);break;case 1:o=c(o^=e.charCodeAt(i),a)}return o=c(o^=o>>>13,a),(o^=o>>>15)>>>0}(e).toString(36)}function l(e,t){return e.charCodeAt(t++)+(e.charCodeAt(t++)<<8)+(e.charCodeAt(t++)<<16)+(e.charCodeAt(t)<<24)}function s(e,t){return e.charCodeAt(t++)+(e.charCodeAt(t++)<<8)}function c(e,t){return(65535&(e|=0))*(t|=0)+(((e>>>16)*t&65535)<<16)|0}const d={desktop:1500,tablet:991,mobile:767},p={normal:"normal",hover:"hover"};let u={};function m(e){let t=e.v,a=e.vs,i=e.vd,r=e.styles,l=e.props;if(i){const e=function(e){let t=e.v,a=e.vs,i=e.vd,r=e.styles,l=e.props,s="",c="",m="",g={},y={},v={},f="";Object.entries(d).forEach(function(e){let d=Object(n.a)(e,2),u=d[0];d[1];Object.entries(p).forEach(function(e){let d=Object(n.a)(e,2),p=d[0];d[1];"desktop"!==u&&"normal"!==p||Object.entries(r).forEach(function(e){let r=Object(n.a)(e,2),d=r[0],h=r[1];Object.entries(h).forEach(function(e){let r=Object(n.a)(e,2),h=(r[0],r[1]);h.forEach(function(e){const n=e.split("|||");f=2===n.length?n[1]:"",s=o[n[0]]({v:t,device:u,state:p,mode:f,props:l}),g=b({legacy:g,out:s,styleKey:d,state:p,currentStyle:e}),c=o[n[0]]({v:a,device:u,state:p,mode:f,props:l}),y=b({legacy:y,out:c,styleKey:d,state:p,currentStyle:e}),m=o[n[0]]({v:i,device:u,state:p,mode:f,props:l}),v=b({legacy:v,out:m,styleKey:d,state:p,currentStyle:e})})})})})});const C=h({v:void 0,styles:r,legacy:v});u=v;const w=h({v:a,styles:r,legacy:y});u=y;const O=h({v:t,styles:r,legacy:g});return{defaultCSS:C,rulesCSS:w,customCSS:O}}({v:t,vs:a,vd:i,styles:r,props:l});return[e.defaultCSS,e.rulesCSS,e.customCSS]}throw new Error("this should not happen. we must have accidentally omitted some element")}function h(e){let t=e.v,a=e.styles,o=e.legacy,i="",r="",l="",s="",c="",m=0,h="",b="";return Object.entries(d).forEach(function(e,d,g){let y=Object(n.a)(e,2),v=y[0],f=y[1];Object.entries(p).forEach(function(e){let d=Object(n.a)(e,2),p=d[0];d[1];o[p]&&(l="",s="",Object.entries(o[p]).forEach(function(e){let c,d=Object(n.a)(e,2),h=d[0],b=d[1];i="",r="",Object.entries(b).forEach(function(e){let l=Object(n.a)(e,2),s=l[0],c=l[1][m];t&&JSON.stringify(u[p][h][s])===JSON.stringify(o[p][h][s])&&(c=""),i+=a[h].standart&&-1!==a[h].standart.indexOf(s)&&""!==c&&void 0!==c?c:"",r+=a[h].interval&&-1!==a[h].interval.indexOf(s)&&""!==c&&void 0!==c?c:""}),c="normal"===p?`${h.replace(":hover","")}{`:`${h}{`,""!==i&&(l+=c+i+"}"),""!==r&&(s+=c+r+"}")})),""!==l&&(h="desktop"===v&&"hover"===p?`@media(min-width:${g[m+1][1]}px){`:"desktop"===v?"":m===g.length-1?`@media(max-width:${f}px){`:`@media(max-width:${g[m][1]}px) and (min-width:${g[m+1][1]+1}px){`,c+=h+l+(""!==h?"}":"")),""!==s&&(b=0===m?`@media(min-width:${g[m+1][1]}px){`:m===g.length-1?`@media(max-width:${f}px){`:`@media(max-width:${g[m][1]}px) and (min-width:${g[m+1][1]+1}px){`,c+=b+s+(""!==b?"}":""))}),m++}),c}function b(e){let t=e.legacy,a=e.out,o=e.styleKey,n=e.state,i=e.currentStyle;return"hover"===n&&t.normal&&t.normal[o]&&t.normal[o][i]&&(a=t.normal[o][i][0]===a?"":a),t[n]?t[n][o]?t[n][o][i]?t[n][o][i].push(a):t[n][o][i]=[a]:t[n][o]={[i]:[a]}:t[n]={[o]:{[i]:[a]}},t}function g(e,t,a){let o,l,s,c=Object(n.a)(a,3),d=c[0],p=c[1],u=c[2];if(d)if(o=w.get(e)){const e=o,t=e.node,a=e.className,n=e.cssText,i=f(d,a);i!==n&&(g.isServer||(t.childNodes[0].nodeValue=i),o.cssText=i)}else{const t=`brz-css-${Object(i.a)(5)}`,a=f(d,t);let n;g.isServer||((n=document.createElement("style")).appendChild(document.createTextNode("")),n.childNodes[0].nodeValue=a,C("default",n)),o={node:n,className:t,cssText:a},O.default.push(o),w.set(e,o)}if(p){const e=r(p);if(!(l=w.get(e))){const t=`brz-css-${Object(i.a)(5)}`,a=f(p,t);let o;g.isServer||((o=document.createElement("style")).appendChild(document.createTextNode("")),o.childNodes[0].nodeValue=a,C("rules",o)),l={node:o,className:t,cssText:a},O.rules.push(l),w.set(e,l)}}if(u)if(s=w.get(t)){const e=s,t=e.node,a=e.className,o=e.cssText,n=f(u,a);n!==o&&(g.isServer||(t.childNodes[0].nodeValue=n),s.cssText=n)}else{const e=`brz-css-${Object(i.a)(5)}`,a=f(u,e);let o;g.isServer||((o=document.createElement("style")).appendChild(document.createTextNode("")),o.childNodes[0].nodeValue=a,C("custom",o)),s={node:o,className:e,cssText:a},O.custom.push(s),w.set(t,s)}return[...o?[o.className]:[],...l?[l.className]:[],...s?[s.className]:[]].join(" ")}function y(e){cssDiff.isServer=!0,w.clear();const t=e();let a="";for(const e of["default","rules","custom"])for(const t of O[e]){a+=t.cssText,a+="\n"}return{html:t,css:a}}function v(){let e="";for(const t of["default","rules","custom"])for(const a of O[t]){e+=a.cssText,e+="\n"}return e}function f(e,t){return e.replace(/&&/gm,`.${t}`)}function C(e,t){const a=O.default,o=O.rules,n=O.custom;let i;switch(e){case"default":i=a.length>0?a[a.length-1].node:null;break;case"rules":i=o.length>0?o[o.length-1].node:a.length>0?a[a.length-1].node:null;break;case"custom":i=n.length>0?n[n.length-1].node:o.length>0?o[o.length-1].node:a.length>0?a[a.length-1].node:null;break;default:throw new Error("invalid tujur css node type: "+e)}i?i.insertAdjacentElement("afterend",t):document.head.appendChild(t)}const w=new Map,O={default:[],rules:[],custom:[]};var x=a(2);var S=a(28),k=a(30);function j(e){let t=e.v,a=e.device,o=e.state;const n=Object(S.j)({v:t,state:o}),i=Object(x.defaultValueValue)({v:t,key:"media",device:a,state:o}),r=Object(x.defaultValueValue)({v:t,key:"bgImageSrc",device:a,state:o}),l=Object(x.defaultValueValue)({v:t,key:"bgPopulation",device:a,state:o}),s=Object(x.defaultValueValue)({v:t,key:"media",device:a,state:"hover"}),c=Object(x.defaultValueValue)({v:t,key:"bgImageSrc",device:a,state:"hover"}),d=Object(x.defaultValueValue)({v:t,key:"bgPopulation",device:a,state:"hover"}),p="image"===s&&""!==c&&""===d?`url(${Object(k.b)(c)})`:"none",u="image"===i&&""!==r&&""===l?`url(${Object(k.b)(r)})`:"none";return"hover"===n?p:u}function B(e){let t=e.v,a=e.device,o=e.state,n=e.current;const i=Object(S.j)({v:t,state:o}),r=Object(x.defaultValueValue)({v:t,key:n,device:a,state:o}),l=Object(x.defaultValueValue)({v:t,key:n,device:a,state:"hover"});return"hover"===i?l:r}var P=a(18),z=a(15);function T(e){let t=e.v,a=e.device,o=e.state;o=R(t,o);return(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("borderStyle")}function H(e){let t=e.v,a=e.device,o=e.state;o=R(t,o);const n=e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}),i=Object(z.d)(n("borderColorHex"),n("borderColorPalette")).hex;return Object(P.c)(i,n("borderColorOpacity"))}function M(e){let t=e.v,a=e.device,o=e.state;o=R(t,o);return(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("borderWidthType")}function _(e){let t=e.v,a=e.device,o=e.state;o=R(t,o);return(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("borderWidth")}function E(e){let t=e.v,a=e.device,o=e.state,n=e.current;o=R(t,o);return(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))(n)}const R=(e,t)=>"hover"===Object(S.j)({v:e,state:t})?"hover":t;var I=a(12);function A(e){let t=e.v,a=e.device,o=e.state,n=e.prefix,i=void 0===n?"color":n;o=N(t,o);const r=e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}),l=Object(z.d)(r(Object(I.a)(i,"hex")),r(Object(I.a)(i,"palette"))).hex;return Object(P.c)(l,r(Object(I.a)(i,"opacity")))}const N=(e,t)=>"hover"===Object(S.j)({v:e,state:t})?"hover":t;function L(e){let t=e.v,a=e.device,o=e.state,n=e.prefix,i=void 0===n?"bg":n;o=V(t,o);const r=e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}),l=Object(z.d)(r(Object(I.a)(i,"colorHex")),r(Object(I.a)(i,"colorPalette"))).hex;return Object(P.c)(l,r(Object(I.a)(i,"colorOpacity")))}const V=(e,t)=>"hover"===Object(S.j)({v:e,state:t})?"hover":t;const F=(e,t)=>"hover"===Object(S.j)({v:e,state:t})?"hover":t;function W(e){let t=e.v,a=e.device,o=e.state,n=e.prefix,i=void 0===n?"":n;const r=(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))(Object(I.a)(i,"verticalAlign"));return void 0===r?r:{top:"flex-start",center:"center",bottom:"flex-end"}[r]}function D(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"width",device:a,state:o})}function $(e){let t=e.v,a=e.device;return Object(x.defaultValueValue)({v:t,key:"height",device:a})}function G(e){let t=e.v,a=e.device;return Object(x.defaultValueValue)({v:t,key:"size",device:a})}function K(e){return e.v.containerType}function q(e){let t=e.v,a=e.device,o=e.state,n=e.current;return Object(x.defaultValueValue)({v:t,key:n,device:a,state:o})}function U(e){let t=e.v,a=e.device,o=e.state,n=e.current;return Object(x.defaultValueValue)({v:t,key:n,device:a,state:o})}function Y(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"margin",device:a,state:o})}function X(e){let t=e.v,a=e.device,o=e.state,n=e.current;return Object(x.defaultValueValue)({v:t,key:n,device:a,state:o})}function Z(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"marginSuffix",device:a,state:o})}function J(e){let t=e.v,a=e.device,o=e.state,n=e.current;return Object(x.defaultValueValue)({v:t,key:n,device:a,state:o})}function Q(e){let t=e.v,a=e.device,o=e.state;o=ae(t,o);const n=e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}),i=Object(z.d)(n("boxShadowColorHex"),n("boxShadowColorPalette")).hex;return Object(P.c)(i,n("boxShadowColorOpacity"))}function ee(e){let t=e.v,a=e.device,o=e.state;o=ae(t,o);return(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("boxShadowVertical")}function te(e){let t=e.v,a=e.device,o=e.state;o=ae(t,o);return(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("boxShadowBlur")}const ae=(e,t)=>"hover"===Object(S.j)({v:e,state:t})?"hover":t;var oe=a(87);function ne(e){let t,a=e.v,o=e.device,n=e.state;return t="desktop"===o?function(e){const t=e.v.showOnDesktop;return"on"===t||void 0===t?"":"blur(3px)"}({v:a,device:o,state:n}):"tablet"===o?function(e){const t=e.v.showOnTablet;return"on"===t||void 0===t?"":"blur(3px)"}({v:a,device:o,state:n}):function(e){const t=e.v.showOnMobile;return"on"===t||void 0===t?"":"blur(3px)"}({v:a,device:o,state:n})}function ie(e){let t,a=e.v,o=e.device,n=e.state;return t="desktop"===o?function(e){const t=e.v.showOnDesktop;return"on"===t||void 0===t?1:.9}({v:a,device:o,state:n}):"tablet"===o?function(e){const t=e.v.showOnTablet;return"on"===t||void 0===t?1:.9}({v:a,device:o,state:n}):function(e){const t=e.v.showOnMobile;return"on"===t||void 0===t?1:.9}({v:a,device:o,state:n})}function re(e){const t=e.v.zIndex;return 0===t?0:t}var le=a(16);function se(e){let t=e.v,a=e.device,o=e.state;return Object(z.e)(Object(x.defaultValueKey)({key:"fontSize",device:a,state:o}),Object(x.defaultValueValue)({v:t,key:"fontSize",device:a,state:o}),Object(x.defaultValueValue)({v:t,key:"fontStyle",device:a,state:o}))}function ce(e){let t=e.v,a=e.device,o=e.state;return o=me(t,o),Object(x.defaultValueValue)({v:t,key:"brightness",device:a,state:o})}function de(e){let t=e.v,a=e.device,o=e.state;return o=me(t,o),Object(x.defaultValueValue)({v:t,key:"hue",device:a,state:o})}function pe(e){let t=e.v,a=e.device,o=e.state;return o=me(t,o),Object(x.defaultValueValue)({v:t,key:"saturation",device:a,state:o})}function ue(e){let t=e.v,a=e.device,o=e.state;return o=me(t,o),Object(x.defaultValueValue)({v:t,key:"contrast",device:a,state:o})}const me=(e,t)=>"hover"===Object(S.j)({v:e,state:t})?"hover":t;function he(e){let t=e.v,a=e.device;return Object(x.defaultValueValue)({v:t,key:"spacing",device:a})}function be(e){let t=e.v,a=e.device,o=e.state;const n=Object(x.defaultValueValue)({v:t,key:"iconPosition",device:a,state:o});return void 0===n?void 0:n}function ge(e){let t=e.v,a=e.device,o=e.state;return(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("closeCustomSize")}function ye(e){let t=e.v,a=e.device,o=e.state;return(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("closeBgSize")}function ve(e){const t=D({v:e.v,device:e.device,state:e.state});return void 0===t?"":`width:${t}%;`}function fe(e){const t=D({v:e.v,device:e.device,state:e.state});return void 0===t?"":`max-width:${t}%;`}function Ce(e){return`height:${$({v:e.v,device:e.device,state:e.state})}px;`}function we(e){return`min-height:${$({v:e.v,device:e.device,state:e.state})}px;`}function Oe(e){const t=G({v:e.v,device:e.device,state:e.state});return void 0!==t?`max-width:${t}%;`:""}function xe(e){const t=G({v:e.v,device:e.device,state:e.state});return void 0===t?"":`width:${t}%;`}function Se(e){let t=e.v,a=e.device;const o=function(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"containerSize",device:a,state:o})}({v:t,device:a,state:e.state});return"desktop"===a?`max-width: ${o}%;`:""}function ke(e){let t=e.v,a=e.device,o=e.state;const n=E({v:t,device:a,state:o,current:"borderTopWidth"}),i=T({v:t,device:a,state:o}),r=H({v:t,device:a,state:o});return void 0===n?"":`border-top:${n}px ${i} ${r};`}function je(e){return`font-size:${function(e){let t=e.v,a=e.device,o=e.state;const n=Object(z.e)(Object(x.defaultValueKey)({key:"fontSize",device:a,state:o}),Object(x.defaultValueValue)({v:t,key:"fontSize",device:a,state:o}),Object(x.defaultValueValue)({v:t,key:"fontStyle",device:a,state:o}));return`calc(${n}px - ${(e=>e<=24?20:e>24&&e<=32?40:60)(n)}%)`}({v:e.v,device:e.device})};`}function Be(e){return`flex-direction:${function(e){return"right"===e.v.iconPosition?"row-reverse":"row"}({v:e.v,device:e.device,state:e.state})};`}function Pe(e){return`margin-right:${function(e){let t=e.v;const a=t.iconSpacing;return"left"===t.iconPosition?`${a}px`:"auto"}({v:e.v,device:e.device,state:e.state})};`}function ze(e){return`margin-left:${function(e){let t=e.v;const a=t.iconSpacing;return"right"===t.iconPosition?`${a}px`:"auto"}({v:e.v,device:e.device,state:e.state})};`}function Te(e){let t=e.v,a=e.device,o=e.state,n=e.borderColor,i=void 0===n?"color":n,r="",l="",s=0,c=0,d=0,p=0,u="",m=0,h=0,b=0,g=0,y=!1,v="",f="";const C=T({v:t,device:a,state:o});return i="transparent"===i?"transparent":H({v:t,device:a,state:o}),"grouped"===(l=M({v:t,device:a,state:o}))?s=c=d=p=_({v:t,device:a,state:o}):(s=E({v:t,device:a,state:o,current:"borderTopWidth"}),c=E({v:t,device:a,state:o,current:"borderRightWidth"}),d=E({v:t,device:a,state:o,current:"borderBottomWidth"}),p=E({v:t,device:a,state:o,current:"borderLeftWidth"})),"normal"===o&&(v=T({v:t,device:a,state:"hover"}),f="transparent"===i?"transparent":H({v:t,device:a,state:"hover"}),"grouped"===(u=M({v:t,device:a,state:"hover"}))?m=h=b=g=_({v:t,device:a,state:"hover"}):(m=E({v:t,device:a,state:"hover",current:"borderTopWidth"}),h=E({v:t,device:a,state:"hover",current:"borderRightWidth"}),b=E({v:t,device:a,state:"hover",current:"borderBottomWidth"}),g=E({v:t,device:a,state:"hover",current:"borderLeftWidth"})),y=(m>0||h>0||b>0||g>0)&&""!==v),r=void 0===s||void 0===c||void 0===d||void 0===p||void 0===C||void 0===i?"":s===c&&s===d&&s===p&&s>0&&""!==C?`border:${s}px ${C} ${i};`:(s>0||c>0||d>0||p>0)&&""!==C?`border-width:${s}px ${c}px ${d}px ${p}px;border-style:${C};border-color:${i};`:(s===c&&s===d&&s===p&&0===s||""===C)&&y?`border:0px ${v} ${f};`:`border:0px solid ${i};`}function He(e){let t=e.v,a=e.device,o=e.state,n=e.borderColor;return Te({v:t,device:a,state:o,borderColor:void 0===n?"transparent":n})}function Me(e){return`width:calc(100% + ${he({v:e.v,device:e.device,state:e.state})}px);`}function _e(e){return`margin:-${he({v:e.v,device:e.device,state:e.state})/2}px;`}function Ee(e){const t=function(e){let t=e.v,a=e.device;return Object(x.defaultValueValue)({v:t,key:"gridColumn",device:a})}({v:e.v,device:e.device,state:e.state});return`width:${t>1?100/t:100}%;`}function Re(e){return`padding:${he({v:e.v,device:e.device,state:e.state})/2}px;`}function Ie(e){let t=e.v,a=e.device,o=e.state,n="",i="",r=0,l=0,s=0,c=0;return"grouped"===(i=function(e){let t=e.v,a=e.device,o=e.state;const n=Object(S.j)({v:t,state:o}),i=Object(x.defaultValueValue)({v:t,key:"borderRadiusType",device:a,state:o}),r=Object(x.defaultValueValue)({v:t,key:"borderRadiusType",device:a,state:"hover"});return"hover"===n?r:i}({v:t,device:a,state:o}))?r=l=s=c=function(e){let t=e.v,a=e.device,o=e.state;const n=Object(S.j)({v:t,state:o}),i=Object(x.defaultValueValue)({v:t,key:"borderRadius",device:a,state:o}),r=Object(x.defaultValueValue)({v:t,key:"borderRadius",device:a,state:"hover"});return"hover"===n?r:i}({v:t,device:a,state:o}):(r=B({v:t,device:a,state:o,current:"borderTopLeftRadius"}),l=B({v:t,device:a,state:o,current:"borderTopRightRadius"}),s=B({v:t,device:a,state:o,current:"borderBottomLeftRadius"}),c=B({v:t,device:a,state:o,current:"borderBottomRightRadius"})),n=void 0===r?"":r===l&&r===s&&r===c&&r>0?`border-radius: ${r}px;`:r>0||l>0||s>0||c>0?`border-radius:${r}px ${l}px ${c}px ${s}px;`:"border-radius:0;"}function Ae(e){const t=L({v:e.v,device:e.device,state:e.state});return void 0===t?"":`background-color:${t};`}function Ne(e){const t=L({v:e.v,device:e.device,prefix:"bg2",state:e.state});return void 0===t?"":`background-color:${t};`}function Le(e){return`background-image:${function(e){let t=e.v,a=e.device,o=e.state;o=F(t,o);const n=e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}),i=n("bgColorType"),r=n("gradientType"),l=Object(z.d)(n("bgColorHex"),n("bgColorPalette")).hex,s=Object(z.d)(n("gradientColorHex"),n("gradientColorPalette")).hex,c=n("bgColorOpacity"),d=n("gradientColorOpacity"),p=n("gradientStartPointer"),u=n("gradientFinishPointer"),m=n("gradientLinearDegree"),h=n("gradientRadialDegree");return"gradient"===i?"linear"===r?`linear-gradient(${m}deg, ${Object(P.c)(l,c)} ${p}%, ${Object(P.c)(s,d)} ${u}%)`:`radial-gradient(circle ${h}px, ${Object(P.c)(l,c)} ${p}%, ${Object(P.c)(s,d)} ${u}%)`:"none"}({v:e.v,device:e.device,state:e.state})};`}function Ve(e){return`background-image:${j({v:e.v,device:e.device,state:e.state})};`}function Fe(e){let t=e.v,a=e.device,o=e.state;const n=j({v:t,device:a,state:o}),i=function(e){let t=e.v,a=e.device,o=e.state;const n=Object(S.j)({v:t,state:o}),i=Object(x.defaultValueValue)({v:t,key:"bgPopulation",device:a,state:o}),r=Object(x.defaultValueValue)({v:t,key:"bgPositionX",device:a,state:o}),l=Object(x.defaultValueValue)({v:t,key:"bgPopulation",device:a,state:"hover"}),s=Object(x.defaultValueValue)({v:t,key:"bgPositionX",device:a,state:"hover"});return"hover"===n&&""===l?`${s}%`:""===i?`${r}%`:0}({v:t,device:a,state:o}),r=function(e){let t=e.v,a=e.device,o=e.state;const n=Object(S.j)({v:t,state:o}),i=Object(x.defaultValueValue)({v:t,key:"bgPopulation",device:a,state:o}),r=Object(x.defaultValueValue)({v:t,key:"bgPositionY",device:a,state:o}),l=Object(x.defaultValueValue)({v:t,key:"bgPopulation",device:a,state:"hover"}),s=Object(x.defaultValueValue)({v:t,key:"bgPositionY",device:a,state:"hover"});return"hover"===n&&""===l?`${s}%`:""===i?`${r}%`:0}({v:t,device:a,state:o});return"none"===n?"":`background-position:${i} ${r};`}function We(e){let t=e.v,a=e.device;e.state;const o=function(e){let t=e.v,a=e.isSlider;const o=t.bgAttachment;return{none:"scroll",fixed:"fixed",animated:"scroll"}[a?"none":o]}({v:t,isSlider:e.props.meta.section.isSlider});return"desktop"!==a||void 0===o?"":`background-attachment:${o};`}function De(e){return`display: ${"map"===function(e){let t=e.v,a=e.device;return Object(x.defaultValueValue)({v:t,key:"media",device:a})}({v:e.v,device:e.device})?"block":"none"};`}function $e(e){const t=A({v:e.v,device:e.device,state:e.state});return void 0===t?"":`color:${t};`}function Ge(e){let t=e.v,a=e.device,o=e.state;const n=function(e){let t=e.v,a=e.device,o=e.state;return o=ae(t,o),(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("boxShadow")}({v:t,device:a,state:o}),i=Q({v:t,device:a,state:o});let r=function(e){let t=e.v,a=e.device,o=e.state;return o=ae(t,o),(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("boxShadowHorizontal")}({v:t,device:a,state:o}),l=ee({v:t,device:a,state:o});const s=te({v:t,device:a,state:o}),c=function(e){let t=e.v,a=e.device,o=e.state;return o=ae(t,o),(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("boxShadowSpread")}({v:t,device:a,state:o});return l="inset"===n?-1*l:l,void 0===(r="inset"===n?-1*r:r)||void 0===l||void 0===s||void 0===c?"":0===r&&0===l&&0===s&&0===c?"box-shadow:none;":`box-shadow:${"inset"===n?"inset ":""}${r}px ${l}px ${s}px ${c}px ${i};`}function Ke(e){let t=e.v,a=e.device,o=e.state,n=ee({v:t,device:a,state:o});const i=te({v:t,device:a,state:o}),r=Q({v:t,device:a,state:o}),l=n<0?-i:i;return void 0===n||void 0===i?"":0===n&&0===i?"box-shadow: none;":0===n?`box-shadow: inset 0 ${n+l}px ${i}px -${i}px ${r}, inset 0 -${n+l}px ${i}px -${i}px ${r};`:`box-shadow: inset 0 ${n+l}px ${i}px -${i}px ${r}, inset 0 0 0 0 ${r};`}function qe(e){let t=e.v,a=e.device,o=e.state;const n=function(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"shapeTopType",device:a,state:o})}({v:t,device:a,state:o}),i=function(e){let t=e.v,a=e.device,o=e.state;const n=Object(z.d)(Object(x.defaultValueValue)({v:t,key:"shapeTopColorHex",device:a,state:o}),Object(x.defaultValueValue)({v:t,key:"shapeTopColorPalette",device:a,state:o})).hex,i=Object(x.defaultValueValue)({v:t,key:"shapeTopColorOpacity",device:a,state:o}),r=Object(x.defaultValueValue)({v:t,key:"shapeTopType",device:a,state:o});return Object(oe.b)(r,Object(P.c)(n,i))}({v:t,device:a,state:o});return void 0===n?"":"none"===n?"background-image: none;":`background-image: url(${i});`}function Ue(e){let t=e.v,a=e.device;const o=function(e){let t=e.v,a=e.device;return Object(x.defaultValueValue)({v:t,key:"shapeTopHeight",device:a})}({v:t,device:a}),n=function(e){let t=e.v,a=e.device;return Object(x.defaultValueValue)({v:t,key:"shapeTopHeightSuffix",device:a})}({v:t,device:a});return`background-size: 100% ${o}${n}; height: ${o}${n};`}function Ye(e){let t=e.v;return`transform: ${"on"==={v:t}.v.shapeTopHorizontal?"rotateX(0deg) rotateY(-180deg)":"rotateX(0deg) rotateY(0deg)"};`}function Xe(e){let t=e.v;return`z-index: ${{v:t}.v.shapeTopIndex};`}function Ze(e){let t=e.v,a=e.device,o=e.state;const n=function(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"shapeBottomType",device:a,state:o})}({v:t,device:a,state:o}),i=function(e){let t=e.v,a=e.device,o=e.state;const n=Object(z.d)(Object(x.defaultValueValue)({v:t,key:"shapeBottomColorHex",device:a,state:o}),Object(x.defaultValueValue)({v:t,key:"shapeBottomColorPalette",device:a,state:o})).hex,i=Object(x.defaultValueValue)({v:t,key:"shapeBottomColorOpacity",device:a,state:o}),r=Object(x.defaultValueValue)({v:t,key:"shapeBottomType",device:a,state:o});return Object(oe.b)(r,Object(P.c)(n,i))}({v:t,device:a,state:o});return void 0===n?"":"none"===n?"background-image: none;":`background-image: url(${i});`}function Je(e){let t=e.v,a=e.device;const o=function(e){let t=e.v,a=e.device;return Object(x.defaultValueValue)({v:t,key:"shapeBottomHeight",device:a})}({v:t,device:a}),n=function(e){let t=e.v,a=e.device;return Object(x.defaultValueValue)({v:t,key:"shapeBottomHeightSuffix",device:a})}({v:t,device:a});return`background-size: 100% ${o}${n}; height: ${o}${n};`}function Qe(e){let t=e.v;return`transform: ${"on"==={v:t}.v.shapeBottomHorizontal?"rotateX(-180deg) rotateY(0deg)":"rotateX(-180deg) rotateY(-180deg)"};`}function et(e){let t=e.v;return`z-index: ${{v:t}.v.shapeBottomIndex};`}function tt(e){const t=function(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"hoverTransition",device:a,state:o})}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`transition-duration:0.${t}s;`}function at(){return"transition-property: filter, box-shadow, background, border-radius, border-color;"}function ot(e){const t=function(e){let t=e.v;const a=t.fontFamily,o=t.fontFamilyType;return void 0===a?a:Object(le.d)({family:a,type:o}).family}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`font-family:${t};`}function nt(e){const t=function(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"fontSize",device:a,state:o})}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`font-size:${t}px;`}function it(e){const t=function(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"lineHeight",device:a,state:o})}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`line-height:${t};`}function rt(e){const t=function(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"fontWeight",device:a,state:o})}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`font-weight:${t};`}function lt(e){const t=function(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"letterSpacing",device:a,state:o})}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`letter-spacing:${t}px;`}function st(e){let t=e.v,a=e.device;return"desktop"===a?`font-family:${function(e){let t=e.v,a=e.device,o=e.state;const n=Object(z.e)("fontFamily",t.fontFamily,Object(x.defaultValueValue)({v:t,key:"fontStyle",device:a,state:o})),i=Object(z.e)("fontFamilyType",t.fontFamilyType,Object(x.defaultValueValue)({v:t,key:"fontStyle",device:a,state:o}));return Object(le.d)({type:i,family:n}).family}({v:t,device:a})};`:""}function ct(e){return`font-size:${se({v:e.v,device:e.device})}px;`}function dt(e){return`line-height:${function(e){let t=e.v,a=e.device,o=e.state;return Object(z.e)(Object(x.defaultValueKey)({key:"lineHeight",device:a,state:o}),Object(x.defaultValueValue)({v:t,key:"lineHeight",device:a,state:o}),Object(x.defaultValueValue)({v:t,key:"fontStyle",device:a,state:o}))}({v:e.v,device:e.device})};`}function pt(e){return`font-weight:${function(e){let t=e.v,a=e.device,o=e.state;return Object(z.e)(Object(x.defaultValueKey)({key:"fontWeight",device:a,state:o}),Object(x.defaultValueValue)({v:t,key:"fontWeight",device:a,state:o}),Object(x.defaultValueValue)({v:t,key:"fontStyle",device:a,state:o}))}({v:e.v,device:e.device})};`}function ut(e){return`letter-spacing:${function(e){let t=e.v,a=e.device,o=e.state;return Object(z.e)(Object(x.defaultValueKey)({key:"letterSpacing",device:a,state:o}),Object(x.defaultValueValue)({v:t,key:"letterSpacing",device:a,state:o}),Object(x.defaultValueValue)({v:t,key:"fontStyle",device:a,state:o}))}({v:e.v,device:e.device})}px;`}function mt(e){let t=e.v,a=e.device,o=e.state;const n=q({v:t,device:a,state:o,current:"paddingTop"}),i=q({v:t,device:a,state:o,current:"paddingRight"});return void 0===n&&void 0===i?"":`padding:${n}px ${i}px;`}function ht(e){const t=function(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"percentage",device:a,state:o})}({v:e.v,device:e.device});return void 0===t?"":`max-width:${t}%;`}function bt(){return"transition-property: color, box-shadow, background, border;"}function gt(e){const t=function(e){let t=e.v,a=e.device,o=e.state;const n=Object(x.defaultValueValue)({v:t,key:"tempBorderRadiusType",device:a,state:o}),i=Object(x.defaultValueValue)({v:t,key:"borderRadius",device:a,state:o});return void 0===n?void 0:"rounded"===n?500:i}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`border-radius:${t}px;`}function yt(e){const t=function(e){const t=be({v:e.v,device:e.device,state:e.state});return void 0===t?void 0:"left"===t?"row nowrap":"row-reverse nowrap"}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`flex-flow:${t};`}function vt(e){const t=function(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"iconCustomSize",device:a,state:o})}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`font-size:${t}px;`}function ft(e){let t=e.v,a=e.device,o=e.state;const n=be({v:t,device:a,state:o}),i=function(e){let t=e.v,a=e.device,o=e.state;const n=be({v:t,device:a,state:o}),i=Object(x.defaultValueValue)({v:t,key:"iconSpacing",device:a,state:o});return void 0===n||void 0===i?void 0:i}({v:t,device:a,state:o});return void 0===n||void 0===i?"":"left"===n?`margin-right:${i}px;`:`margin-left:${i}px;`}function Ct(e){const t=function(e){let t=e.v,a=e.device,o=e.state;const n=Object(x.defaultValueValue)({v:t,key:"iconCustomSize",device:a,state:o}),i=Object(x.defaultValueValue)({v:t,key:"iconType",device:a,state:o});return void 0===i||void 0===n?void 0:"outline"===i&&n<=24?1:"outline"===i&&n>24&&n<=32?1.1:"outline"===i&&n>32&&n<=48?1.4:"outline"===i&&n>48&&n<=64?2.3:"outline"===i&&n>64?3:0}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`stroke-width:${t};`}function wt(){return"transition-property: color, box-shadow, background, border-color;"}function Ot(){return"transition-property:box-shadow;"}function xt(){return"transition-property:box-shadow;"}function St(){return"transition-property:box-shadow;"}function kt(){return"transition-property:box-shadow;"}function jt(){return"transition-property:box-shadow;"}function Bt(){return"transition-property:filter, box-shadow, border-radius, border;"}function Pt(){return"transition-property: box-shadow, border, border-radius;"}function zt(e){let t=e.v,a=e.device,o=e.state;const n=function(e){let t=e.v,a=e.device,o=e.state;return(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("width")}({v:t,device:a,state:o}),i=function(e){let t=e.v,a=e.device,o=e.state;return(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("widthSuffix")}({v:t,device:a,state:o});return void 0===n?"":`width:${n}${i};`}function Tt(e){const t=function(e){let t=e.v,a=e.device,o=e.state;return"on"===(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("showCloseButton")?"block":"none"}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`display:${t};`}function Ht(e){const t=A({v:e.v,device:e.device,state:e.state,prefix:"closeColor"});return void 0===t?"":`color:${t};`}function Mt(e){let t=e.v,a=e.device,o=e.state;const n=ge({v:t,device:a,state:o}),i=ye({v:t,device:a,state:o});return void 0===n||void 0===i?"":`font-size:${n+2*i}px;`}function _t(e){const t=ye({v:e.v,device:e.device,state:e.state});return void 0===t?"":`padding:${t}px;`}function Et(e){const t=function(e){let t=e.v,a=e.device,o=e.state;return(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("closeBorderRadius")}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`border-radius:${t}px;`}function Rt(e){const t=L({v:e.v,device:e.device,prefix:"closeBg",state:e.state});return void 0===t?"":`background-color:${t};`}function It(e){let t=e.v,a=e.device,o=e.state;const n=function(e){let t=e.v,a=e.device,o=e.state;return(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("closeAlign")}({v:t,device:a,state:o}),i=function(e){let t=e.v,a=e.device,o=e.state;return(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("closeHorizontalPosition")}({v:t,device:a,state:o}),r=function(e){let t=e.v,a=e.device,o=e.state;return(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("closeHorizontalPositionSuffix")}({v:t,device:a,state:o}),l=function(e){let t=e.v,a=e.device,o=e.state;return(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("closeVerticalPosition")}({v:t,device:a,state:o}),s=function(e){let t=e.v,a=e.device,o=e.state;return(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("closeVerticalPositionSuffix")}({v:t,device:a,state:o}),c=ge({v:t,device:a,state:o}),d=ye({v:t,device:a,state:o}),p=function(e){let t=e.v,a=e.device,o=e.state;return(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("closePosition")}({v:t,device:a,state:o}),u=`${"outside"===p?-l-c-2*d:l}${s}`,m=`${"outside"===p?-i-c-2*d:i}${r}`;switch(n){case"topLeft":return`top:${u};left:${m};right:auto;bottom:auto;`;case"topRight":return`top:${u};right:${m};left:auto;bottom:auto;`;case"bottomLeft":return`bottom:${u};left:${m};right:auto;top:auto;`;case"bottomRight":return`bottom:${u};right:${m};left:auto;top:auto;`}}function At(e){const t=W({v:e.v,device:e.device,state:e.state,prefix:"popupRow"});return void 0===t?"":`align-items:${t};`}function Nt(e){const t=re({v:e.v,device:e.device,state:e.state});return void 0===t?"":0===t?"z-index:auto;":`z-index:${t};`}function Lt(e){const t=W({v:e.v,device:e.device,state:e.state});return void 0===t?"":`align-items:${t};`}function Vt(e){const t=function(e){let t=e.v,a=e.device,o=e.state;const n=Object(x.defaultValueValue)({v:t,key:"horizontalAlign",device:a,state:o});return void 0===n?n:{left:"flex-start",center:"center",right:"flex-end"}[n]}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`justify-content:${t};`}function Ft(e){const t=D({v:e.v,device:e.device,state:e.state});return t>0?`flex:1 1 ${t}%;`:""}function Wt(e){let t="";const a=qt({v:e.v,device:e.device,state:e.state}),o=a.paddingTop===a.paddingRight&&a.paddingTop===a.paddingBottom&&a.paddingTop===a.paddingLeft&&a.paddingTop>0;return t=0===a.paddingTop&&0===a.paddingRight&&0===a.paddingBottom&&0===a.paddingLeft?"padding:0;":o?`padding:${a.paddingTop}${a.paddingTopSuffix};`:`padding:${a.paddingTop}${a.paddingTopSuffix} ${a.paddingRight}${a.paddingRightSuffix} ${a.paddingBottom}${a.paddingBottomSuffix} ${a.paddingLeft}${a.paddingLeftSuffix};`}function Dt(e){e.v,e.device,e.state}function $t(e){{let t="";const a=qt({v:e.v,device:e.device,state:e.state});return t=`height:${a.paddingTop}${a.paddingTopSuffix};`}}function Gt(e){{let t="";const a=qt({v:e.v,device:e.device,state:e.state});return t=`height:${a.paddingBottom}${a.paddingBottomSuffix};`}}function Kt(e){{let t="";const a=qt({v:e.v,device:e.device,state:e.state});return t=`padding-right:${a.paddingRight}${a.paddingRightSuffix};padding-left:${a.paddingLeft}${a.paddingLeftSuffix};`}}function qt(e){let t=e.v,a=e.device,o=e.state,n="grouped",i=0,r=0,l=0,s=0,c="px",d="px",p="px",u="px";return"grouped"===(n=function(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"paddingType",device:a,state:o})}({v:t,device:a,state:o}))?(i=r=l=s=function(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"padding",device:a,state:o})}({v:t,device:a,state:o}),c=d=p=u=function(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"paddingSuffix",device:a,state:o})}({v:t,device:a,state:o})):(i=q({v:t,device:a,state:o,current:"paddingTop"}),r=q({v:t,device:a,state:o,current:"paddingRight"}),l=q({v:t,device:a,state:o,current:"paddingBottom"}),s=q({v:t,device:a,state:o,current:"paddingLeft"}),c=U({v:t,device:a,state:o,current:"paddingTopSuffix"}),d=U({v:t,device:a,state:o,current:"paddingRightSuffix"}),p=U({v:t,device:a,state:o,current:"paddingBottomSuffix"}),u=U({v:t,device:a,state:o,current:"paddingLeftSuffix"})),{paddingTop:i,paddingRight:r,paddingBottom:l,paddingLeft:s,paddingTopSuffix:c,paddingRightSuffix:d,paddingBottomSuffix:p,paddingLeftSuffix:u}}function Ut(e){let t=e.v,a=e.device,o=e.state;return`padding:${function(e){let t=e.v,a=e.device;return`${Object(x.defaultValueValue)({v:t,key:"itemPaddingTop",device:a})}px`}({v:t,device:a,state:o})} ${function(e){let t=e.v,a=e.device;return`${parseFloat(Object(x.defaultValueValue)({v:t,key:"itemPaddingRight",device:a})/2)}px`}({v:t,device:a,state:o})} ${function(e){let t=e.v,a=e.device;return`${Object(x.defaultValueValue)({v:t,key:"itemPaddingBottom",device:a})}px`}({v:t,device:a,state:o})} ${function(e){let t=e.v,a=e.device;return`${parseFloat(Object(x.defaultValueValue)({v:t,key:"itemPaddingLeft",device:a})/2)}px`}({v:t,device:a,state:o})};`}function Yt(e){let t=e.v,a=e.device,o=e.state,n="",i="",r=0,l=0,s=0,c=0,d="",p="",u="",m="";return"grouped"===(i=function(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"marginType",device:a,state:o})}({v:t,device:a,state:o}))?"auto"===(c=X({v:t,device:a,state:o,current:"marginLeft"}))?(r=s=Y({v:t,device:a,state:o}),c=l="auto",d=u=Z({v:t,device:a,state:o})):(r=l=s=c=Y({v:t,device:a,state:o}),d=p=u=m=Z({v:t,device:a,state:o})):(r=X({v:t,device:a,state:o,current:"marginTop"}),l=X({v:t,device:a,state:o,current:"marginRight"}),s=X({v:t,device:a,state:o,current:"marginBottom"}),c=X({v:t,device:a,state:o,current:"marginLeft"}),d=J({v:t,device:a,state:o,current:"marginTopSuffix"}),p=J({v:t,device:a,state:o,current:"marginRightSuffix"}),u=J({v:t,device:a,state:o,current:"marginBottomSuffix"}),m=J({v:t,device:a,state:o,current:"marginLeftSuffix"})),n=void 0===r?"":r===l&&r===s&&r===c&&0!==r?`margin:${r}${d};`:0!==r||0!==l||0!==s||0!==c?`margin:${r}${d} ${l}${p} ${s}${u} ${c}${m};`:"margin:0;"}function Xt(e){let t=e.v,a=e.device,o=e.state;return`margin:${function(e){let t=e.v,a=e.device;return`${-Object(x.defaultValueValue)({v:t,key:"itemPaddingTop",device:a})}px`}({v:t,device:a,state:o})} ${function(e){let t=e.v,a=e.device;return`${parseFloat(-Object(x.defaultValueValue)({v:t,key:"itemPaddingRight",device:a})/2)}px`}({v:t,device:a,state:o})} ${function(e){let t=e.v,a=e.device;return`${-Object(x.defaultValueValue)({v:t,key:"itemPaddingBottom",device:a})}px`}({v:t,device:a,state:o})} ${function(e){let t=e.v,a=e.device;return`${parseFloat(-Object(x.defaultValueValue)({v:t,key:"itemPaddingLeft",device:a})/2)}px`}({v:t,device:a,state:o})};`}function Zt(){return"display:flex;"}function Jt(){return"display:inline-flex;"}function Qt(){return"display:block;"}function ea(e){let t=e.v,a=e.device,o=e.state,n="";{const e=ne({v:t,device:a,state:o}),i=ie({v:t,device:a,state:o});n=""!==e?`filter:${e};opacity:${i};`:""}return n}function ta(e){let t=e.v,a=e.device,o=e.state,n=e.mode,i=void 0===n?"editor":n;const r=ne({v:t,device:a,state:o});return"editor"===i&&""!==r?"display:var(--elements-visibility, flex);":""}function aa(e){let t=e.v,a=e.device,o=e.state,n=e.mode,i=void 0===n?"editor":n;const r=ne({v:t,device:a,state:o});return"editor"===i&&""!==r?"display:var(--elements-visibility, inline-flex);":""}function oa(e){let t=e.v,a=e.device,o=e.state,n=e.mode,i=void 0===n?"editor":n;const r=ne({v:t,device:a,state:o});return"editor"===i&&""!==r?"display:var(--elements-visibility, block);":""}function na(e){let t=e.v,a=e.device,o=e.state,n=e.mode,i=void 0===n?"editor":n;const r=ea({v:t,device:a,state:o});return"editor"===i?r:""}function ia(e){let t=e.v,a=e.device,o=e.state;return`filter:brightness(${ce({v:t,device:a,state:o})}%) hue-rotate(${de({v:t,device:a,state:o})}deg) saturate(${pe({v:t,device:a,state:o})}%) contrast(${ue({v:t,device:a,state:o})}%);`}function ra(e){const t=function(e){let t=e.v,a=e.device,o=e.state;const n=Object(x.defaultValueValue)({v:t,key:"ratio",device:a,state:o});return void 0===n?n:{"1:1":"100%","2:1":"50%","2:3":"150%","3:4":"125%","4:3":"75%","9:16":"177.8%","16:9":"56.25%"}[n]}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`padding-top:${t};`}function la(e){let t=e.v,a=e.device,o=e.state;const n=ce({v:t,device:a,state:o}),i=de({v:t,device:a,state:o}),r=pe({v:t,device:a,state:o}),l=ue({v:t,device:a,state:o});return void 0===n&&void 0===i&&void 0===r&&void 0===l?"":`filter:brightness(${n}%) hue-rotate(${i}deg) saturate(${r}%) contrast(${l}%);`}function sa(){return"pointer-events: none"}function ca(e){const t=function(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"coverZoom",device:a,state:o})}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`background-size:${t}%;`}function da(e){const t=function(e){let t=e.v,a=e.device,o=e.state;const n=Object(x.defaultValueValue)({v:t,key:"iconSize",device:a,state:o}),i=Math.round(.35*n);return void 0===n?n:i}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`font-size:${t}px;`}function pa(e){const t=function(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"iconSizeWidth",device:a,state:o})}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`width:${t}px;`}function ua(e){const t=function(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"iconSizeHeight",device:a,state:o})}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`height:${t}px;`}function ma(e){const t=function(e){let t=e.v,a=e.device,o=e.state;const n=Object(x.defaultValueValue)({v:t,key:"ratio",device:a,state:o});return void 0===n?n:"4:3"===n?"#000":"transparent"}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`background-color:${t};`}function ha(e){const t=function(e){let t=e.v,a=e.device,o=e.state;const n=Object(x.defaultValueValue)({v:t,key:"coverImageSrc",device:a,state:o});return void 0===n?n:""===n?"none":`url(${Object(k.b)(n)})`}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`background-image:${t};`}function ba(e){let t=e.v,a=e.device,o=e.state;const n=function(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"coverPositionX",device:a,state:o})}({v:t,device:a,state:o}),i=function(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"coverPositionY",device:a,state:o})}({v:t,device:a,state:o});return void 0===n&&void 0===i?"":`background-position:${n}% ${i}%;`}function ga(){return"transition-property: box-shadow, border, border-radius;"}function ya(e){let t=e.v,a=e.device;const o=function(e){let t=e.v,a=e.device;return Object(x.defaultValueValue)({v:t,key:"columnsHeightStyle",device:a})}({v:t,device:a});return`min-height: ${"custom"===o?`${function(e){let t=e.v,a=e.device;return Object(x.defaultValueValue)({v:t,key:"columnsHeight",device:a})}({v:t,device:a})}${function(e){let t=e.v,a=e.device;return Object(x.defaultValueValue)({v:t,key:"columnsHeightSuffix",device:a})}({v:t,device:a})}`:"fullHeight"===o?"100vh":"auto"};`}function va(e){let t=e.v,a=e.device;const o="on"===function(e){let t=e.v,a=e.device;return Object(x.defaultValueValue)({v:t,key:"reverseColumns",device:a})}({v:t,device:a})?"row-reverse":"row",n="on"===function(e){let t=e.v,a=e.device;return Object(x.defaultValueValue)({v:t,key:"reverseColumns",device:a})}({v:t,device:a})?"wrap-reverse":"wrap",i="on"===function(e){let t=e.v,a=e.device;return Object(x.defaultValueValue)({v:t,key:"reverseColumns",device:a})}({v:t,device:a})?"flex-end":"flex-start";return"desktop"!==a?`flex-direction:${o};flex-wrap:${n};justify-content:${i};`:""}function fa(e){const t=re({v:e.v,device:e.device,state:e.state});return void 0===t?"":0===t?"position:static;":"position:relative;"}function Ca(e){fa({v:e.v,device:e.device,state:e.state});return"position:relative;"}function wa(e){let t=e.v;const a=K({v:t}),o={v:t}.v.containerSize;return"boxed"===a?`max-width: ${o}%;`:"max-width: 100%;"}function Oa(e){return"fullWidth"===K({v:e.v})?"max-width: 100%;":"max-width: 1170px;"}function xa(e){let t=e.v;const a="on"===function(e){return e.v.slider}({v:t})?"height":"min-height",o="on"==={v:t}.v.fullHeight?"100vh":"100%";return void 0===o?"":`${a}: ${o};`}function Sa(e){let t=e.v,a=e.device,o=e.state,n=e.prefix;const i=A({v:t,device:a,state:o,prefix:void 0===n?"sliderDotsColor":n});return void 0===i?"":`color: ${i};`}function ka(e){let t=e.v,a=e.device,o=e.state,n=e.prefix;const i=A({v:t,device:a,state:o,prefix:void 0===n?"sliderArrowsColor":n});return void 0===i?"":`color: ${i};`}function ja(){return"transition-property: filter, background, border, border-radius;"}function Ba(){return"max-width: 1170px; height: 100%;"}function Pa(){return"width: auto;"}function za(e){return`margin-right: ${function(e){let t=e.v,a=e.device,o=e.state;return`${Object(x.defaultValueValue)({v:t,key:"textSpacing",device:a,state:o})}`}({v:e.v,device:e.device,state:e.state})}px;`}function Ta(e){return`font-size: ${se({v:e.v,device:e.device,state:e.state})/2}px;`}function Ha(e){let t=e.v,a=e.device,o=e.state,n=e.prefix;return`color: ${A({v:t,device:a,state:o,prefix:void 0===n?"activeColor":n})};`}function Ma(e){let t=e.v,a=e.device,o=e.state,n=e.prefix;return`color: ${A({v:t,device:a,state:o,prefix:void 0===n?"arrowsColor":n})};`}a.d(t,"renderStyles",function(){return m}),a.d(t,"css",function(){return g}),a.d(t,"renderStatic",function(){return y}),a.d(t,"tmpCSSFromCache",function(){return v}),a.d(t,"cssStyleSizeWidthPercent",function(){return ve}),a.d(t,"cssStyleSizeMaxWidthPercent",function(){return fe}),a.d(t,"cssStyleSizeHeightPx",function(){return Ce}),a.d(t,"cssStyleSizeMinHeightPx",function(){return we}),a.d(t,"cssStyleSizeMaxWidthSize",function(){return Oe}),a.d(t,"cssStyleSizeSizePercent",function(){return xe}),a.d(t,"cssStyleSizeMaxWidthContainer",function(){return Se}),a.d(t,"cssStyleElementLineBorder",function(){return ke}),a.d(t,"cssStyleTypographyElementCountdownLabelFontSize",function(){return je}),a.d(t,"cssStyleElementIconBoxFlexDirection",function(){return Be}),a.d(t,"cssStyleElementIconBoxMarginRight",function(){return Pe}),a.d(t,"cssStyleElementIconBoxMarginLeft",function(){return ze}),a.d(t,"cssStyleBorder",function(){return Te}),a.d(t,"cssStyleBorderTransparentColor",function(){return He}),a.d(t,"cssStyleElementImageGalleryWidth",function(){return Me}),a.d(t,"cssStyleElementImageGalleryMargin",function(){return _e}),a.d(t,"cssStyleElementImageGalleryItemWidth",function(){return Ee}),a.d(t,"cssStyleElementImageGalleryItemPadding",function(){return Re}),a.d(t,"cssStyleBorderRadius",function(){return Ie}),a.d(t,"cssStyleBgColor",function(){return Ae}),a.d(t,"cssStyleBg2Color",function(){return Ne}),a.d(t,"cssStyleBgGradient",function(){return Le}),a.d(t,"cssStyleBgImage",function(){return Ve}),a.d(t,"cssStyleBgImagePosition",function(){return Fe}),a.d(t,"cssStyleBgImageAttachment",function(){return We}),a.d(t,"cssStyleBgMap",function(){return De}),a.d(t,"cssStyleColor",function(){return $e}),a.d(t,"cssStyleBoxShadow",function(){return Ge}),a.d(t,"cssStyleBoxShadowSection",function(){return Ke}),a.d(t,"cssStyleShapeTopType",function(){return qe}),a.d(t,"cssStyleShapeTopHeight",function(){return Ue}),a.d(t,"cssStyleShapeTopFlip",function(){return Ye}),a.d(t,"cssStyleShapeTopIndex",function(){return Xe}),a.d(t,"cssStyleShapeBottomType",function(){return Ze}),a.d(t,"cssStyleShapeBottomHeight",function(){return Je}),a.d(t,"cssStyleShapeBottomFlip",function(){return Qe}),a.d(t,"cssStyleShapeBottomIndex",function(){return et}),a.d(t,"cssStyleHoverTransition",function(){return tt}),a.d(t,"cssStylePropertyHoverTransition",function(){return at}),a.d(t,"cssStyleTypographyFontFamily",function(){return ot}),a.d(t,"cssStyleTypographyFontSize",function(){return nt}),a.d(t,"cssStyleTypographyLineHeight",function(){return it}),a.d(t,"cssStyleTypographyFontWeight",function(){return rt}),a.d(t,"cssStyleTypographyLetterSpacing",function(){return lt}),a.d(t,"cssStyleTypography2FontFamily",function(){return st}),a.d(t,"cssStyleTypography2FontSize",function(){return ct}),a.d(t,"cssStyleTypography2LineHeight",function(){return dt}),a.d(t,"cssStyleTypography2FontWeight",function(){return pt}),a.d(t,"cssStyleTypography2LetterSpacing",function(){return ut}),a.d(t,"cssStyleElementProgressBarPadding",function(){return mt}),a.d(t,"cssStyleSizeProgressBarMaxWidthPercent",function(){return ht}),a.d(t,"cssStyleElementProgressBarPropertyHoverTransition",function(){return bt}),a.d(t,"cssStyleElementButtonBorderRadius",function(){return gt}),a.d(t,"cssStyleElementButtonIconPosition",function(){return yt}),a.d(t,"cssStyleElementButtonIconFontSize",function(){return vt}),a.d(t,"cssStyleElementButtonIconMargin",function(){return ft}),a.d(t,"cssStyleElementIconStrokeWidth",function(){return Ct}),a.d(t,"cssStyleElementButtonPropertyHoverTransition",function(){return wt}),a.d(t,"cssStyleElementFacebookButtonPropertyHoverTransition",function(){return Ot}),a.d(t,"cssStyleElementFacebookCommentsPropertyHoverTransition",function(){return xt}),a.d(t,"cssStyleElementFacebookEmbedPropertyHoverTransition",function(){return St}),a.d(t,"cssStyleElementFacebookGroupPropertyHoverTransition",function(){return kt}),a.d(t,"cssStyleElementFacebookPagePropertyHoverTransition",function(){return jt}),a.d(t,"cssStyleElementMapPropertyHoverTransition",function(){return Bt}),a.d(t,"cssStyleElementSoundCloudPropertyHoverTransition",function(){return Pt}),a.d(t,"cssStyleContainerPopup2ContainerWidth",function(){return zt}),a.d(t,"cssStyleContainerPopup2CloseState",function(){return Tt}),a.d(t,"cssStyleContainerPopup2ClosePosition",function(){return It}),a.d(t,"cssStyleContainerPopup2CloseFontSize",function(){return Mt}),a.d(t,"cssStyleContainerPopup2CloseBgSize",function(){return _t}),a.d(t,"cssStyleContainerPopup2CloseBorderRadius",function(){return Et}),a.d(t,"cssStyleContainerPopup2CloseColor",function(){return Ht}),a.d(t,"cssStyleContainerPopup2CloseBgColor",function(){return Rt}),a.d(t,"cssStyleContainerPopup2RowFlexVerticalAlign",function(){return At}),a.d(t,"cssStyleZIndex",function(){return Nt}),a.d(t,"cssStyleFlexVerticalAlign",function(){return Lt}),a.d(t,"cssStyleFlexHorizontalAlign",function(){return Vt}),a.d(t,"cssStyleFlexColumn",function(){return Ft}),a.d(t,"cssStylePaddingFourFields",function(){return Wt}),a.d(t,"cssStylePaddingPreview",function(){return Dt}),a.d(t,"cssStylePaddingTopForEditorResizer",function(){return $t}),a.d(t,"cssStylePaddingBottomForEditorResizer",function(){return Gt}),a.d(t,"cssStylePaddingRightLeftForEditor",function(){return Kt}),a.d(t,"cssStyleItemPadding",function(){return Ut}),a.d(t,"cssStyleMargin",function(){return Yt}),a.d(t,"cssStyleItemMargin",function(){return Xt}),a.d(t,"cssStyleDisplayFlex",function(){return Zt}),a.d(t,"cssStyleDisplayInlineFlex",function(){return Jt}),a.d(t,"cssStyleDisplayBlock",function(){return Qt}),a.d(t,"cssStyleVisible",function(){return ea}),a.d(t,"cssStyleVisibleEditorDisplayNoneOrFlex",function(){return ta}),a.d(t,"cssStyleVisibleEditorDisplayNoneOrBlock",function(){return oa}),a.d(t,"cssStyleVisibleEditorDisplayNoneOrInlineFlex",function(){return aa}),a.d(t,"cssStyleVisibleMode",function(){return na}),a.d(t,"cssStyleFilter",function(){return ia}),a.d(t,"cssStyleElementVideoPaddingRatio",function(){return ra}),a.d(t,"cssStyleElementVideoFilter",function(){return la}),a.d(t,"cssStyleElementVideoPointerEvents",function(){return sa}),a.d(t,"cssStyleElementVideoBgSize",function(){return ca}),a.d(t,"cssStyleElementVideoIconFontSize",function(){return da}),a.d(t,"cssStyleElementVideoIconWidth",function(){return pa}),a.d(t,"cssStyleElementVideoIconHeight",function(){return ua}),a.d(t,"cssStyleElementVideoBgColorRatio",function(){return ma}),a.d(t,"cssStyleElementVideoCoverSrc",function(){return ha}),a.d(t,"cssStyleElementVideoCoverPosition",function(){return ba}),a.d(t,"cssStyleElementVideoPropertyHoverTransition",function(){return ga}),a.d(t,"cssStyleRowMinHeight",function(){return ya}),a.d(t,"cssStyleRowReverseColumn",function(){return va}),a.d(t,"cssStylePosition",function(){return fa}),a.d(t,"cssStylePositionMode",function(){return Ca}),a.d(t,"cssStyleSectionMaxWidth",function(){return wa}),a.d(t,"cssStyleSectionContainerType",function(){return Oa}),a.d(t,"cssStyleSectionSliderHeight",function(){return xa}),a.d(t,"cssStyleSectionColorDots",function(){return Sa}),a.d(t,"cssStyleSectionColorArrows",function(){return ka}),a.d(t,"cssStyleSectionPropertyHoverTransition",function(){return ja}),a.d(t,"cssStyleSectionPopupContainerWrap",function(){return Ba}),a.d(t,"cssStyleElementBreadcrumbsWidth",function(){return Pa}),a.d(t,"cssStyleElementBreadcrumbsSpacing",function(){return za}),a.d(t,"cssStyleElementBreadcrumbsArrowSize",function(){return Ta}),a.d(t,"cssStyleElementBreadcrumbsColorActive",function(){return Ha}),a.d(t,"cssStyleElementBreadcrumbsColorArrows",function(){return Ma})},149:function(e,t,a){"use strict";a.d(t,"a",function(){return p});var o=a(3),n=a(0),i=a.n(n),r=a(7),l=a.n(r),s=a(6),c=a.n(s),d=a(10);class p extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"onChange",e=>{const t=this.props,a=t.valueMap,o=t.onChange,n=l.a.isObject(a)?a[e.target.checked]:e.target.checked;setTimeout(o,200,n)})}render(){const e=this.props,t=e.className,a=e.defaultValue,o=e.valueMap,n=e.arrowCheck,r=e.arrowUnCheck,s=l.a.isObject(o)?"true"==l.a.findKey(o,e=>e===a):a,p=c()("brz-ed-control__switch",t);return i.a.createElement("div",{className:p},i.a.createElement("label",{className:"brz-label brz-ed-control__switch-label"},i.a.createElement("input",{type:"checkbox",className:"brz-input brz-ed-control__switch-input",defaultChecked:s,onChange:this.onChange}),i.a.createElement("span",{className:"brz-span brz-ed-control__switch-arrows"},i.a.createElement(d.a,{className:"brz-ed-control__switch--check",icon:n}),i.a.createElement(d.a,{className:"brz-icon-svg brz-ed-control__switch--un-check",icon:r})),i.a.createElement("span",{className:"brz-span brz-ed-control__switch--handle"})))}}Object(o.a)(p,"defaultProps",{className:"",arrowCheck:"nc-check-small",arrowUnCheck:"nc-remove",defaultValue:!1,valueMap:null})},15:function(e,t,a){"use strict";var o=a(18);function n(e,t){if(t){e=Object(o.a)(t).hex}return{hex:e}}var i=a(16);function r(e,t,a){if(a){t=Object(i.e)(a)[e]}return t}var l=a(1);const s=()=>[{value:"none",title:Object(l.a)("None")},{value:"bounce",title:Object(l.a)("Bounce")},{value:"flash",title:Object(l.a)("Flash")},{value:"pulse",title:Object(l.a)("Pulse")},{value:"rubberBand",title:Object(l.a)("RubberBand")},{value:"shake",title:Object(l.a)("Shake")},{value:"swing",title:Object(l.a)("Swing")},{value:"tada",title:Object(l.a)("Tada")},{value:"wobble",title:Object(l.a)("Wobble")},{value:"jello",title:Object(l.a)("Jello")},{value:"bounceIn",title:Object(l.a)("BounceIn")},{value:"bounceInDown",title:Object(l.a)("BounceInDown")},{value:"bounceInLeft",title:Object(l.a)("BounceInLeft")},{value:"bounceInRight",title:Object(l.a)("BounceInRight")},{value:"bounceInUp",title:Object(l.a)("BounceInUp")},{value:"fadeIn",title:Object(l.a)("FadeIn")},{value:"fadeInDown",title:Object(l.a)("FadeInDown")},{value:"fadeInDownBig",title:Object(l.a)("FadeInDownBig")},{value:"fadeInLeft",title:Object(l.a)("FadeInLeft")},{value:"fadeInLeftBig",title:Object(l.a)("FadeInLeftBig")},{value:"fadeInRight",title:Object(l.a)("FadeInRight")},{value:"fadeInRightBig",title:Object(l.a)("FadeInRightBig")},{value:"fadeInUp",title:Object(l.a)("FadeInUp")},{value:"fadeInUpBig",title:Object(l.a)("FadeInUpBig")},{value:"flip",title:Object(l.a)("Flip")},{value:"flipInX",title:Object(l.a)("FlipInX")},{value:"flipInY",title:Object(l.a)("FlipInY")},{value:"lightSpeedIn",title:Object(l.a)("LightSpeedIn")},{value:"rotateIn",title:Object(l.a)("RotateIn")},{value:"rotateInDownLeft",title:Object(l.a)("RotateInDownLeft")},{value:"rotateInDownRight",title:Object(l.a)("RotateInDownRight")},{value:"rotateInUpLeft",title:Object(l.a)("RotateInUpLeft")},{value:"rotateInUpRight",title:Object(l.a)("RotateInUpRight")},{value:"slideInUp",title:Object(l.a)("SlideInUp")},{value:"slideInDown",title:Object(l.a)("SlideInDown")},{value:"slideInLeft",title:Object(l.a)("SlideInLeft")},{value:"slideInRight",title:Object(l.a)("SlideInRight")},{value:"zoomIn",title:Object(l.a)("ZoomIn")},{value:"zoomInDown",title:Object(l.a)("ZoomInDown")},{value:"zoomInLeft",title:Object(l.a)("ZoomInLeft")},{value:"zoomInRight",title:Object(l.a)("ZoomInRight")},{value:"zoomInUp",title:Object(l.a)("ZoomInUp")},{value:"jackInTheBox",title:Object(l.a)("JackInTheBox")},{value:"rollIn",title:Object(l.a)("RollIn")}];var c=a(7),d=a.n(c),p=a(13);const u=e=>{const t=p.a.get("dynamicContent");if(!t)return[];const a=d.a.flatten(d.a.values(t[e]),!0).map(e=>{return{title:e.label,value:e.placeholder}});return a.length>0?a:[{title:Object(l.a)("No matches found"),value:""}]},m=(e,t)=>{const a=p.a.get("dynamicContent");if(a&&a[e])return d.a.flatten(d.a.values(a[e]),!0).find(e=>e.placeholder===t)},h=()=>[{title:"None",value:"none"},{icon:{className:"brz-ed-shape--1"},value:"1"},{icon:{className:"brz-ed-shape--2"},value:"2"},{icon:{className:"brz-ed-shape--3"},value:"3"},{icon:{className:"brz-ed-shape--4"},value:"4"},{icon:{className:"brz-ed-shape--5"},value:"5"},{icon:{className:"brz-ed-shape--6"},value:"6"},{icon:{className:"brz-ed-shape--7"},value:"7"},{icon:{className:"brz-ed-shape--8"},value:"8"},{icon:{className:"brz-ed-shape--9"},value:"9"},{icon:{className:"brz-ed-shape--10"},value:"10"},{icon:{className:"brz-ed-shape--11"},value:"11"},{icon:{className:"brz-ed-shape--12"},value:"12"},{icon:{className:"brz-ed-shape--13"},value:"13"},{icon:{className:"brz-ed-shape--14"},value:"14"},{icon:{className:"brz-ed-shape--15"},value:"15"},{icon:{className:"brz-ed-shape--16"},value:"16"},{icon:{className:"brz-ed-shape--17"},value:"17"},{icon:{className:"brz-ed-shape--18"},value:"18"},{icon:{className:"brz-ed-shape--19"},value:"19"},{icon:{className:"brz-ed-shape--20"},value:"20"},{icon:{className:"brz-ed-shape--21"},value:"21"},{icon:{className:"brz-ed-shape--22"},value:"22"},{icon:{className:"brz-ed-shape--23"},value:"23"},{icon:{className:"brz-ed-shape--24"},value:"24"},{icon:{className:"brz-ed-shape--25"},value:"25"},{icon:{className:"brz-ed-shape--26"},value:"26"},{icon:{className:"brz-ed-shape--27"},value:"27"},{icon:{className:"brz-ed-shape--28"},value:"28"},{icon:{className:"brz-ed-shape--29"},value:"29"},{icon:{className:"brz-ed-shape--30"},value:"30"},{icon:{className:"brz-ed-shape--31"},value:"31"},{icon:{className:"brz-ed-shape--32"},value:"32"},{icon:{className:"brz-ed-shape--33"},value:"33"},{icon:{className:"brz-ed-shape--34"},value:"34"},{icon:{className:"brz-ed-shape--35"},value:"35"},{icon:{className:"brz-ed-shape--36"},value:"36"},{icon:{className:"brz-ed-shape--37"},value:"37"},{icon:{className:"brz-ed-shape--38"},value:"38"},{icon:{className:"brz-ed-shape--39"},value:"39"},{icon:{className:"brz-ed-shape--40"},value:"40"},{icon:{className:"brz-ed-shape--41"},value:"41"},{icon:{className:"brz-ed-shape--42"},value:"42"}],b=()=>{const e=p.a.get("taxonomies");return e?e.map(e=>{const t=e.id,a=void 0===t?"":t,o=e.label,n=void 0===o?"":o,i=e.name,r=void 0===i?"":i,l=e.terms,s=void 0===l?[]:l;return a||n||r||s||0!==s.length?s&&s.length?{title:n,optgroup:s.map(e=>({title:e.name,value:`${r}|${e.id}`}))}:{title:n,value:`${r}|${a}`}:{title:"-",value:""}}):[{title:"-",value:""}]};a.d(t,"d",function(){return n}),a.d(t,"e",function(){return r}),a.d(t,"a",function(){return s}),a.d(t,"c",function(){return u}),a.d(t,"b",function(){return m}),a.d(t,"f",function(){return h}),a.d(t,"g",function(){return b})},150:function(e,t,a){"use strict";var o=a(3),n=a(0),i=a.n(n),r=a(6),l=a.n(r),s=a(10),c=a(52),d=a(69),p=a(54),u=a(61),m=a(8),h=a.n(m),b=a(182),g=a(32),y=a(5),v=a(77);const f={transition:"transform 150ms linear",transform:"translate3d(100%, 0, 0)"},C={entering:{transform:"translate3d(100%, 0, 0)"},entered:{transform:"translate3d(0, 0, 0)"}};var w=e=>{let t=e.in,a=e.children;return i.a.createElement(v.Transition,{in:t,timeout:150},e=>i.a.createElement("div",{className:`brz-ed-sidebar__content ${t?"active":""}`,style:Object(y.a)({},f,C[e])},a))};class O extends i.a.Component{render(){const e=this.props,t=e.isOpen,a=e.title,o=e.options;e.onChange;return i.a.createElement(b.a,null,i.a.createElement("div",{className:"brz-ed-sidebar brz-ed-sidebar__right"},i.a.createElement(w,{in:t},i.a.createElement("div",{className:"brz-ed-sidebar__header"},i.a.createElement("h1",{className:"brz-h1 brz-ed-sidebar__header__title"},a)),i.a.createElement("div",{className:"brz-ed-sidebar__main brz-ed-sidebar__right__options"},t&&i.a.createElement(g.a,{className:"brz-ed-scroll-pane brz-ed-scroll--darker brz-ed-scroll--medium brz-ed-sidebar__right__scroll",style:{height:"100%"}},i.a.createElement(u.a,{className:"brz-ed-sidebar__right__tabs",optionClassName:"brz-ed-sidebar__right__option",data:o,location:"rightSidebar"}))))))}}Object(o.a)(O,"propTypes",{isOpen:h.a.bool,title:h.a.string.isRequired,options:h.a.array.isRequired});var x=O;class S extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"state",{isSidebarOpen:!1}),Object(o.a)(this,"handleLabelClick",()=>{this.state.isSidebarOpen||this.setState({isSidebarOpen:!0},()=>{const e=Object(p.b)();e&&e.reposition()})}),Object(o.a)(this,"handleSidebarCloseClick",()=>{this.state.isSidebarOpen&&this.setState({isSidebarOpen:!1})})}static shouldOptionBeFiltered(e){let t=e.options;return 0===Object(u.b)(t).length}renderIcon(){const e=this.props.icon;return i.a.createElement("div",{className:"brz-ed-option__icon"},i.a.createElement(s.a,{icon:e}))}renderLabel(){const e=this.props,t=e.label,a=e.helper,o=e.helperContent;return i.a.createElement("div",{className:"brz-ed-option__label"},t,a?i.a.createElement("div",{className:"brz-ed-option__helper"},i.a.createElement(s.a,{icon:"nc-alert-circle-que"}),i.a.createElement("div",{className:"brz-ed-option__helper__content",dangerouslySetInnerHTML:{__html:o}})):null)}render(){const e=this.props,t=e.className,a=e.icon,o=e.label,n=e.helper,r=e.sidebarLabel,s=e.attr,p=e.options,u=e.title,m=this.state.isSidebarOpen,h=l()("brz-ed-option__advanced","brz-ed-option__inline",t,s.className),b=[".brz-ed-sidebar-right-portal",".brz-ed-tooltip__content-portal"];return i.a.createElement(c.a,{exceptions:b,onClickOutside:this.handleSidebarCloseClick},i.a.createElement("div",{className:h,title:u,onClick:this.handleLabelClick},a?this.renderIcon():null,o||n?this.renderLabel():null,i.a.createElement(d.a,{node:window.parent.document.body,className:"brz-ed-sidebar-right-portal"},i.a.createElement(x,{title:r||o,options:p,isOpen:m}))))}}Object(o.a)(S,"defaultProps",{className:"",icon:null,title:"",label:"",sidebarLabel:"",helper:!1,helperContent:"",attr:{},options:[]});var k=S,j=a(9),B=a(31),P=a(7),z=a.n(P),T=a(70),H=a(30),M=a(17),_=a(11),E=a(1);const R=132;class I extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"anchorInputRefs",[]),Object(o.a)(this,"handleThumbnailClick",e=>{this.props.value===e?this.props.onChange(""):this.props.onChange(e)}),Object(o.a)(this,"handleInputChange",z.a.debounce((e,t)=>{const a=this.props,o=a.pageBlocks,n=a.globalBlocks,i=a.dispatch,r=encodeURIComponent(e);let l=r;if(""!==l){const e=o.filter(e=>e.value._id!==t).map(e=>("GlobalBlock"===e.type&&(e=n[e.value.globalBlockId]),e.value.anchorName));let a=!1,i=0;do{a=!1;for(let t of e)if(l===t){a=!0,l=r+"-"+(++i+1);break}}while(a)}const s=o.find(e=>e.value._id===t);if("GlobalBlock"!==s.type){const e=o.map(e=>e.value._id===t?Object(y.a)({},e,{value:Object(y.a)({},e.value,{anchorName:l})}):e);i(Object(_.S)({blocks:e}))}else{const e=s.value.globalBlockId,t=n[e];i(Object(_.Z)({id:e,data:Object(y.a)({},t,{value:Object(y.a)({},t.value,{anchorName:l})})}))}this.anchorInputRefs[t].setValue(l)},1e3))}componentWillUnmount(){this.anchorInputRefs=null}renderLabel(){const e=this.props,t=e.label,a=e.helper,o=e.helperContent,n=a?i.a.createElement("div",{className:"brz-ed-option__helper"},i.a.createElement(s.a,{icon:"nc-alert-circle-que"}),i.a.createElement("div",{className:"brz-ed-option__helper__content",dangerouslySetInnerHTML:{__html:o}})):null;return i.a.createElement("div",{className:"brz-ed-option__label"},t,n)}renderThumbnails(){const e=this.props,t=e.value,a=e.pageBlocksAssembled,o=e.globalBlocks;return a.filter(e=>"unlisted"!==e.value._blockVisibility).map(e=>{"GlobalBlock"===e.type&&(e=o[e.value.globalBlockId]);const a=e.value,n=a._id,r=a.anchorName,s=l()("brz-ed-option__block-thumbnail-item",{active:n===t}),c=r?decodeURIComponent(r):"";return i.a.createElement("div",{key:n,className:s,onClick:()=>this.handleThumbnailClick(n)},i.a.createElement(A,{blockData:e}),i.a.createElement(N,{ref:e=>{e&&(this.anchorInputRefs[n]=e)},id:n,value:c,onChange:e=>this.handleInputChange(e,n)}))})}render(){const e=this.props,t=e.className,a=e.attr,o=e.label,n=e.helper,r=e.display,s=l()("brz-ed-option__block-thumbnail",`brz-ed-option__${r}`,t,a.className);return i.a.createElement("div",Object(j.a)({},a,{className:s}),o||n?this.renderLabel():null,i.a.createElement(g.a,{style:{height:"100%",overflow:"hidden"},className:"brz-ed-scroll-pane brz-ed-scroll--small brz-ed-scroll--darker"},this.renderThumbnails()))}}Object(o.a)(I,"defaultProps",{label:"",className:"",attr:{},helper:!1,helperContent:"",display:"inline",value:""});class A extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"state",{blockData:this.props.blockData,imageFetched:!1,showSpinner:!0})}componentDidMount(){this.mounted=!0,this.preloadThumbnail(this.state.blockData)}preloadThumbnail(e){let t=!1;const a=Object(T.b)(e).url;return Object(H.d)(a).then(()=>{this.mounted&&!t&&this.setState({imageFetched:!0,showSpinner:!1,blockData:e})}),()=>t=!0}render(){const e=this.state,t=e.blockData,a=e.imageFetched,o=e.showSpinner,n=Object(T.b)(t),r=n.url,l=n.width,c=n.height,d={width:R,height:R*c/l},p=o?{}:{display:"none"};return i.a.createElement("div",{className:"brz-ed-option__block-thumbnail-image",style:d},i.a.createElement("div",{className:"brz-ed-option__block-thumbnail-loading",style:p},i.a.createElement(s.a,{icon:"nc-circle-02",className:"brz-ed-animated--spin"})),a&&i.a.createElement("img",{className:"brz-img",src:r}))}}class N extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"state",{inputValue:this.props.value}),Object(o.a)(this,"handleContainerClick",e=>{e.stopPropagation()}),Object(o.a)(this,"handleInputChange",e=>{this.setState({inputValue:e.target.value},()=>{this.props.onChange(this.state.inputValue)})})}setValue(e){this.state.inputValue!==e&&this.setState({inputValue:e})}render(){const e=`anchor-${this.props.id}`;return i.a.createElement("div",{className:"brz-ed-option__block-thumbnail-anchor",onClick:this.handleContainerClick},i.a.createElement("span",{className:"brz-span"},"#"),i.a.createElement("input",{className:"brz-input",type:"text",autoComplete:"off",placeholder:Object(E.a)("block-name"),value:this.state.inputValue,onChange:this.handleInputChange,id:e}),i.a.createElement("label",{className:"brz-label",htmlFor:e},i.a.createElement(s.a,{icon:"nc-pen"})))}}var L=Object(B.b)(e=>({pageBlocks:Object(M.p)(e),pageBlocksAssembled:Object(M.o)(e),globalBlocks:Object(M.g)(e)}))(I);class V extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"handleMouseDown",e=>{e.preventDefault(),this.props.onChange(!this.props.value)})}render(){const e=this.props,t=e.className,a=e.attr,o=e.value,n=e.icon,r=e.title,c=l()("brz-ed-option__button",{"brz-ed-toolbar--active":o},t,a.className),d=z.a.omit(a,"className");return i.a.createElement("div",Object(j.a)({className:c,title:r,onMouseDown:this.handleMouseDown},d),i.a.createElement(s.a,{icon:n}))}}Object(o.a)(V,"defaultProps",{className:"",attr:{},icon:"nc-circle-add",title:"Add",value:!1});var F=V;const W=1e3,D=2500;class $ extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"state",{loading:!1,active:!1}),Object(o.a)(this,"mounted",!1),Object(o.a)(this,"handleMouseDown",e=>{e.preventDefault(),this.props.onChange(!this.props.value)}),Object(o.a)(this,"handleClick",()=>{this.state.loading||(this.setState({loading:!0},()=>setTimeout(()=>{this.mounted&&this.setState({loading:!1,active:!0})},W)),setTimeout(()=>{this.mounted&&this.setState({active:!1})},D))})}componentDidMount(){this.mounted=!0}componentWillUnmount(){this.mounted=!1}renderTooltip(){const e=this.props.tooltipContent,t=this.state,a=t.loading,o=t.active,n=l()("brz-ed-toolbar__item__tooltip",{"brz-ed-animated brz-ed-animated--fadeIn active":o});return!a&&i.a.createElement("div",{className:n},e)}render(){const e=this.props,t=e.className,a=e.attr,o=e.value,n=e.icon,r=e.title,c=e.tooltipContent,d=this.state.loading,p=l()("brz-ed-option__button","brz-p-relative",{"brz-ed-toolbar--active":o},t,a.className);return i.a.createElement("div",Object(j.a)({},a,{className:p,title:r,onClick:this.handleClick,onMouseDown:this.handleMouseDown}),c&&this.renderTooltip(),d?i.a.createElement(s.a,{icon:"nc-circle-02",className:"brz-ed-animated--spin"}):i.a.createElement(s.a,{icon:n,className:"brz-ed-animated brz-ed-animated--fadeIn"}))}}Object(o.a)($,"defaultProps",{className:"",attr:{},icon:"nc-circle-add",title:"Add",tooltipContent:"",value:!1});var G=$;let K;K=a(443),a(449),a(450);class q extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"onChangeDebounced",z.a.debounce(e=>{this.props.onChange(e)},1e3))}renderLabel(){const e=this.props,t=e.label,a=e.helper,o=e.helperContent,n=a?i.a.createElement("div",{className:"brz-ed-option__helper"},i.a.createElement(p.a,{placement:"bottom-center",openOnClick:!1,overlay:i.a.createElement("div",{className:"brz-ed-option__helper__content",dangerouslySetInnerHTML:{__html:o}})},i.a.createElement(s.a,{icon:"nc-alert-circle-que"}))):null;return i.a.createElement("div",{className:"brz-ed-option__label brz-ed-option__code__label"},t,n)}render(){const e=this.props,t=e.label,a=e.className,o=e.helper,n=e.display,r=e.lineNumbers,s=e.attr,c=e.placeholder,d=e.value,p=l()("brz-ed-option__code",`brz-ed-option__${n}`,a,s.className),u=z.a.omit(s,"className"),m={lineNumbers:r,tabSize:2,placeholder:c,mode:"css"};return i.a.createElement("div",Object(j.a)({className:p},u),t||o?this.renderLabel():null,i.a.createElement(K,{value:d||"element {\n /* CSS goes here */\n}",onChange:this.onChangeDebounced,options:m}))}}Object(o.a)(q,"defaultProps",{className:"",label:"",placeholder:"",helper:!1,helperContent:"",attr:{},display:"inline",lineNumbers:!1,value:"",onChange:z.a.noop});var U=q,Y=a(103),X=a.n(Y),Z={simpleCheckForValidColor(e){let t=0,a=0;return z.a.each(["r","g","b","a","h","s","l","v"],o=>{if(e[o]&&(t+=1,isNaN(e[o])||(a+=1),"s"===o||"l"===o)){/^\d+%$/.test(e[o])&&(a+=1)}}),t===a&&e},toState(e,t,a){const o=e.hex?X()(e.hex):X()(e),n=o.toHsl(),i=o.toHsv(),r=o.toRgb(),l=o.toHex();0===n.s&&(n.h=t||0,i.h=t||0);let s={};return e.hex||0===i.v||(s={hsv:i}),a||(s={hsv:i}),"saturation"===e.wasChanged&&(s={hsv:{h:i.h,s:0===i.s?e.s/100:i.s,v:i.v}}),"hue"!==e.wasChanged&&"opacity"!==e.wasChanged||(s={}),Object(y.a)({hsl:n,hex:`#${l}`,rgb:r,oldHue:e.h||t||n.h,source:e.source},s)},isValidHex:e=>X()(e).isValid(),getContrastingColor(e){if(!e)return"#fff";const t=this.toState(e);return"transparent"===t.hex?"rgba(0,0,0,0.4)":(299*t.rgb.r+587*t.rgb.g+114*t.rgb.b)/1e3>=128?"#000":"#fff"}};const J="#000000";class Q extends n.Component{constructor(e){super(e),Object(o.a)(this,"onHexChange",e=>{let t=e.target.value;const a=this.props,o=a.value.opacity,n=a.onChange;this.setState({hex:t}),t.length<6||!Z.isValidHex(t)||n({hex:(t="#"===t[0]?t:"#"+t).toLowerCase(),opacity:o,isChanged:"hex"})}),this.state={hex:e.value.hex||J}}componentWillReceiveProps(e){let t=e.value.hex;t!==this.state.hex&&this.setState({hex:t||J})}render(){return i.a.createElement("input",{id:"hex",className:"brz-input",autoComplete:"off",value:this.state.hex,onChange:this.onHexChange})}}Object(o.a)(Q,"defaultProps",{value:{hex:J}}),Q.defaultProps={value:{hex:"#000000",opacity:1},onChange:z.a.noop};class ee extends i.a.Component{render(){const e=this.props,t=e.className,a=e.attr,o=e.value,n=e.onChange,r=l()("brz-ed-option__color-picker__hex",t,a.className),s=z.a.omit(a,"className");return i.a.createElement("div",Object(j.a)({className:r},s),i.a.createElement(Q,{value:o,onChange:n}))}}Object(o.a)(ee,"defaultProps",{className:"",attr:{},value:{hex:"#000000",opacity:1},onChange:z.a.noop});var te=ee,ae=a(18),oe=a(23);class ne extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"handleSidebarOpen",()=>{Object(oe.b)().dispatch(Object(_.eb)("leftSidebar",{isOpen:!0,drawerContentType:"styling"}))})}render(){const e=this.props,t=e.className,a=e.colors,o=e.value,n=e.onChange,r=l()("brz-ed-option__color-palette",t),c=(a||Object(ae.b)()).map((e,t)=>{const a=l()("brz-ed-option__color-palette__item",{active:e.id===o}),r={backgroundColor:e.hex};return i.a.createElement("div",{key:e.id,className:a,style:r,onClick:()=>n(e.id)})});return i.a.createElement("div",{className:r},c,i.a.createElement("div",{className:"brz-ed-option__color-palette__icon",onClick:this.handleSidebarOpen},i.a.createElement(s.a,{icon:"nc-cog"})))}}Object(o.a)(ne,"defaultProps",{className:"",colors:null,value:"",onChange:()=>console.log("ColorPalette default onChange")});var ie=ne;class re extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"handleSidebarOpen",()=>{Object(oe.b)().dispatch(Object(_.eb)("leftSidebar",{isOpen:!0,drawerContentType:"styling"}))})}render(){const e=this.props,t=e.className,a=e.colors,o=e.value,n=e.onChange,r=l()("brz-ed-option__color-palette2",t),c=(a||Object(ae.b)()).map((e,t)=>{const a=l()("brz-ed-option__color-palette2__item",{active:e.id===o}),r={backgroundColor:e.hex};return i.a.createElement("div",{key:e.id,className:a,style:r,onClick:()=>n(e.id)})});return i.a.createElement("div",{className:r},c,i.a.createElement("div",{className:"brz-ed-option__color-palette2__icon",onClick:this.handleSidebarOpen},i.a.createElement(s.a,{icon:"nc-cog"})))}}Object(o.a)(re,"defaultProps",{className:"",colors:null,value:"",onChange:()=>console.log("ColorPalette default onChange")});var le=re,se=a(19);class ce extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"state",{active:null}),Object(o.a)(this,"handleToolbarOpen",e=>{this.setState({active:e})}),Object(o.a)(this,"handleToolbarClose",()=>{this.setState({active:null})}),Object(o.a)(this,"renderLabel",()=>{const e=this.props,t=e.label,a=e.helper,o=e.helperContent,n=a?i.a.createElement("div",{className:"brz-ed-option__helper"},i.a.createElement(EditorIcon,{icon:"nc-alert-circle-que"}),i.a.createElement("div",{className:"brz-ed-option__helper__content",dangerouslySetInnerHTML:{__html:o}})):null;return i.a.createElement("div",{className:"brz-ed-option__label brz-ed-option__color-palette-editor__label"},t,n)})}handleColorChange(e,t){const a=this.props.value.map((a,o)=>o===t?Object(y.a)({},a,{hex:e.hex}):a);this.props.onChange(a)}render(){const e=this.props,t=e.className,a=e.attr,o=e.label,n=e.helper,r=e.value.map((e,t)=>{const a=l()("brz-ed-option__color-palette-editor__item",{active:t===this.state.active}),o={backgroundColor:e.hex};return i.a.createElement(se.c,{key:t,getItems:()=>[{id:"settings",type:"popover",icon:"nc-cog",display:"inside",size:"auto",onOpenDirect:!0,position:90,options:[{id:"backgroundColor",type:"colorPicker",label:"Color HEX",disableOpacity:!0,value:{hex:e.hex,opacity:1},onChange:e=>this.handleColorChange(e,t)},{type:"grid",className:"brz-ed-grid__color-fileds",columns:[{width:100,options:[{id:"backgroundColorFields",type:"colorFields",disableOpacity:!0,value:{hex:e.hex,opacity:1},onChange:e=>this.handleColorChange(e,t)}]}]}]}],onOpen:()=>this.handleToolbarOpen(t),onClose:this.handleToolbarClose},i.a.createElement("div",{className:a,style:o}))}),s=l()("brz-ed-option__color-palette-editor",t,a.className);return i.a.createElement("div",Object(j.a)({},a,{className:s}),o||n?this.renderLabel():null,r)}}Object(o.a)(ce,"defaultProps",{className:"",helperContent:"",helper:!1,attr:{},value:[]});var de=ce,pe=a(21),ue=a.n(pe);const me=(e,t,a,o)=>{e.preventDefault();const n=o.clientWidth,i=o.clientHeight,r="number"==typeof e.pageX?e.pageX:e.touches[0].pageX,l="number"==typeof e.pageY?e.pageY:e.touches[0].pageY,s=r-(o.getBoundingClientRect().left+t.pageXOffset),c=l-(o.getBoundingClientRect().top+t.pageYOffset);if("vertical"===a.direction){let e;if(e=c<0?0:c>i?1:Math.round(100*c/i)/100,a.hsl.a!==e)return{h:a.hsl.h,s:a.hsl.s,l:a.hsl.l,a:e,source:"rgb"}}else{let e;if(e=s<0?0:s>n?1:Math.round(100*s/n)/100,a.a!==e)return{h:a.hsl.h,s:a.hsl.s,l:a.hsl.l,a:e,source:"rgb"}}return null},he={},be=(e,t,a,o)=>{const n=`${e}-${t}-${a}${o?"-server":""}`,i=((e,t,a,o)=>{if("undefined"==typeof document&&!o)return null;const n=o?new o:document.createElement("canvas");n.width=2*a,n.height=2*a;const i=n.getContext("2d");return i?(i.fillStyle=e,i.fillRect(0,0,n.width,n.height),i.fillStyle=t,i.fillRect(0,0,a,a),i.translate(a,a),i.fillRect(0,0,a,a),n.toDataURL()):null})(e,t,a,o);return he[n]?he[n]:(he[n]=i,i)},ge=e=>{let t=e.white,a=e.grey,o=e.size,n=e.renderers;const r={borderRadius:e.borderRadius,boxShadow:e.boxShadow,absolute:"0px 0px 0px 0px",background:`url(${be(t,a,o,n.canvas)}) center left`};return i.a.createElement("div",{style:r})};ge.defaultProps={size:8,white:"transparent",grey:"rgba(0,0,0,.08)",renderers:{}};var ye=ge;class ve extends n.Component{constructor(e){super(e),Object(o.a)(this,"change",null),Object(o.a)(this,"handleChange",(e,t)=>{const a=this.props.contentWindow();this.change=me(e,a,this.props,this.container)||this.change,this.change&&(this.change.a=1-this.change.a,this.props.onChange&&this.props.onChange(Object(y.a)({},this.change,{opacityDragEnd:t,wasChanged:"opacity"}),e))}),Object(o.a)(this,"handleMouseDown",e=>{this.handleChange(e);const t=this.props.contentWindow();t.addEventListener("mousemove",this.handleChange),t.addEventListener("mouseup",this.handleMouseUp),this.setState({showTooltip:!0})}),Object(o.a)(this,"handleMouseUp",e=>{this.handleChange(e,!0),this.unbindEventListeners(),this.setState({showTooltip:!1}),this.change=null}),Object(o.a)(this,"unbindEventListeners",()=>{const e=this.props.contentWindow();e.removeEventListener("mousemove",this.handleChange),e.removeEventListener("mouseup",this.handleMouseUp)}),this.state={showTooltip:!1}}componentWillUnmount(){this.unbindEventListeners()}render(){const e=this.props,t=e.direction,a=e.rgb,o={background:`linear-gradient(${"vertical"===t?"to top":"to right"}, rgba(${a.r},${a.g},${a.b}, 0) 0%,\n rgba(${a.r},${a.g},${a.b}, 1) 100%)`,boxShadow:this.props.shadow,borderRadius:this.props.radius},n="vertical"===t?{left:0,top:`${100*(1-a.a)}%`}:{left:`${100*a.a}%`};return i.a.createElement("div",{className:"color-picker-alpha-body",style:{borderRadius:this.props.radius}},i.a.createElement("div",{className:"color-picker-alpha-checkboard"},i.a.createElement(ye,{renderers:this.props.renderers})),i.a.createElement("div",{className:"color-picker-alpha-gradient",style:o}),i.a.createElement("div",{className:"color-picker-alpha-container",ref:e=>this.container=e,onMouseDown:this.handleMouseDown,onTouchMove:this.handleChange,onTouchStart:this.handleChange},i.a.createElement("div",{className:"color-picker-alpha-pointer",style:n},this.props.pointer?this.props.pointer(this.props,this.state.showTooltip):i.a.createElement("div",{className:"color-picker-alpha-slider"}))))}}Object(o.a)(ve,"defaultProps",{contentWindow:()=>window});const fe=e=>{class t extends n.Component{constructor(e){super(),Object(o.a)(this,"handleChange",(e,t)=>{if(Z.simpleCheckForValidColor(e)){const a=Z.toState(e,e.h||this.state.oldHue,e.hsv||this.state.hsv);this.setState(a),this.props.onChangeComplete&&this.debounce(this.props.onChangeComplete,a,t),this.props.onChange&&this.props.onChange(Object(y.a)({},a,{wasChanged:e.wasChanged,opacityDragEnd:e.opacityDragEnd}),t)}}),Object(o.a)(this,"handleSwatchHover",(e,t)=>{if(Z.simpleCheckForValidColor(e)){const a=Z.toState(e,e.h||this.state.oldHue,e.hsv||this.state.hsv);this.setState(a),this.props.onSwatchHover&&this.props.onSwatchHover(a,t)}}),this.state=Object(y.a)({},Z.toState(e.color,0,null)),this.debounce=z.a.debounce((e,t,a)=>{e(t,a)},100)}componentWillReceiveProps(e){this.setState(Object(y.a)({},Z.toState(e.color,this.state.oldHue,this.state.hsv)))}render(){const t={};return this.props.onSwatchHover&&(t.onSwatchHover=this.handleSwatchHover),i.a.createElement(e,Object(j.a)({},this.props,this.state,{onChange:this.handleChange},t))}}return t.propTypes=Object(y.a)({},e.propTypes),t.defaultProps=Object(y.a)({},e.defaultProps,{color:{h:250,s:.5,l:.2,a:1}}),t};const Ce=(e,t,a,o)=>{e.preventDefault();const n=o.clientWidth,i=o.clientHeight,r="number"==typeof e.pageX?e.pageX:e.touches[0].pageX,l="number"==typeof e.pageY?e.pageY:e.touches[0].pageY,s=r-(o.getBoundingClientRect().left+t.pageXOffset),c=l-(o.getBoundingClientRect().top+t.pageYOffset);if("vertical"===a.direction){let e;if(c<0)e=359;else if(c>i)e=0;else{e=360*(-100*c/i+100)/100}if(a.hsl.h!==e)return{h:e,s:a.hsl.s,l:a.hsl.l,a:a.hsl.a,source:"rgb"}}else{let e;if(s<0)e=0;else if(s>n)e=359;else{e=360*(100*s/n)/100}if(a.hsl.h!==e)return{h:e,s:a.hsl.s,l:a.hsl.l,a:a.hsl.a,source:"rgb"}}return null};class we extends n.Component{constructor(){super(...arguments),Object(o.a)(this,"handleChange",(e,t)=>{const a=this.props.contentWindow(),o=Ce(e,a,this.props,this.container);o&&this.props.onChange&&this.props.onChange(Object(y.a)({},o,{wasChanged:"hue"}),e)}),Object(o.a)(this,"handleMouseDown",e=>{this.handleChange(e,!0);const t=this.props.contentWindow();t.addEventListener("mousemove",this.handleChange),t.addEventListener("mouseup",this.handleMouseUp)}),Object(o.a)(this,"handleMouseUp",()=>{this.unbindEventListeners()})}componentWillUnmount(){this.unbindEventListeners()}unbindEventListeners(){const e=this.props.contentWindow();e.removeEventListener("mousemove",this.handleChange),e.removeEventListener("mouseup",this.handleMouseUp)}render(){const e=this.props.direction,t=void 0===e?"horizontal":e,a={hue:{borderRadius:this.props.radius,boxShadow:this.props.shadow},pointer:{left:`${100*this.props.hsl.h/360}%`}},o={left:"0px",top:`${-100*this.props.hsl.h/360+100}%`};return i.a.createElement("div",{className:"hue",style:a.hue},i.a.createElement("div",{className:l()(`hue-${t}`,"hue-container"),style:a.container,ref:e=>this.container=e,onMouseDown:this.handleMouseDown,onTouchMove:this.handleChange,onTouchStart:this.handleChange},i.a.createElement("div",{style:o,className:"hue-pointer"},this.props.pointer?i.a.createElement(this.props.pointer,this.props):i.a.createElement("div",{className:"hue-slider"}))))}}Object(o.a)(we,"defaultProps",{contentWindow:()=>window});const Oe=(e,t,a,o)=>{e.preventDefault();const n=o.getBoundingClientRect(),i=n.width,r=n.height,l="number"==typeof e.pageX?e.pageX:e.touches[0].pageX,s="number"==typeof e.pageY?e.pageY:e.touches[0].pageY;let c=l-(o.getBoundingClientRect().left+t.pageXOffset),d=s-(o.getBoundingClientRect().top+t.pageYOffset);c<0?c=0:c>i?c=i:d<0?d=0:d>r&&(d=r);const p=100*c/i,u=-100*d/r+100;return{h:a.hsl.h,s:p,v:u,a:a.hsl.a,source:"rgb"}};class xe extends n.Component{constructor(e){super(e),Object(o.a)(this,"handleChange",(e,t)=>{const a=this.props.contentWindow();this.props.onChange&&this.throttle(this.props.onChange,Oe(e,a,this.props,this.container),e)}),Object(o.a)(this,"handleMouseDown",e=>{this.handleChange(e,!0);const t=this.props.contentWindow();t.addEventListener("mousemove",this.handleChange),t.addEventListener("mouseup",this.handleMouseUp)}),Object(o.a)(this,"handleMouseUp",()=>{this.unbindEventListeners()}),this.throttle=z.a.throttle((e,t,a)=>{e(Object(y.a)({},t,{wasChanged:"saturation"}),a)},50)}componentWillUnmount(){this.unbindEventListeners()}unbindEventListeners(){const e=this.props.contentWindow();e.removeEventListener("mousemove",this.handleChange),e.removeEventListener("mouseup",this.handleMouseUp)}render(){const e={color:{background:`hsl(${this.props.hsl.h},100%, 50%)`,borderRadius:this.props.radius},white:{borderRadius:this.props.radius},black:{boxShadow:this.props.shadow,borderRadius:this.props.radius},pointer:{top:`${-100*this.props.hsv.v+100}%`,left:`${100*this.props.hsv.s}%`}};return i.a.createElement("div",{style:e.color,className:"color-picker-saturation-body",ref:e=>this.container=e,onMouseDown:this.handleMouseDown,onTouchMove:this.handleChange,onTouchStart:this.handleChange},i.a.createElement("div",{style:e.white,className:"saturation-white"},i.a.createElement("div",{style:e.black,className:"saturation-black"}),i.a.createElement("div",{style:e.pointer,className:"saturation-pointer"},this.props.pointer?i.a.createElement(this.props.pointer,this.props):i.a.createElement("div",{className:"saturation-circle"}))))}}Object(o.a)(xe,"defaultProps",{contentWindow:()=>window});class Se extends n.Component{constructor(){super(...arguments),Object(o.a)(this,"renderPointer",()=>i.a.createElement("div",{className:"color-picker-pointer"})),Object(o.a)(this,"renderPointerOpacity",(e,t)=>{let a=e.rgb.a;return a*=100,i.a.createElement("div",{className:"color-picker-pointer"},t&&i.a.createElement("div",{className:"color-picker-pointer-tooltip"},Math.round(a),"%"))})}render(){const e=this.props,t=e.className,a=e.contentWindow,o=e.disableOpacity,n=e.hsl,r=e.hsv,s=e.rgb,c=e.renderers,d=e.onChange,p=l()("brz-ed-control__colorPicker",t);return i.a.createElement("div",{className:p},i.a.createElement("div",{className:"color-picker-body"},i.a.createElement("div",{className:"color-picker-saturation"},i.a.createElement(xe,{hsl:n,hsv:r,contentWindow:a,pointer:this.renderPointer,onChange:d})),i.a.createElement("div",{className:"color-picker-hue"},i.a.createElement(we,{direction:"vertical",hsl:n,contentWindow:a,pointer:this.renderPointer,onChange:d})),!o&&i.a.createElement("div",{className:"color-picker-alpha"},i.a.createElement(ve,{direction:"vertical",rgb:s,hsl:n,contentWindow:a,renderers:c,pointer:this.renderPointerOpacity,onChange:d}))))}}Se.defaultProps={disableOpacity:!1,onChange:z.a.noop};var ke=fe(Se);const je="#000000",Be=1;class Pe extends i.a.Component{constructor(e){super(e),Object(o.a)(this,"handleChange",e=>{const t=e.hex,a=e.rgb.a,o=e.wasChanged,n=e.opacityDragEnd;this.lastValue={hex:t,opacity:a};const i=t.toLowerCase();this.props.onChange({hex:i,opacity:Number(Number(a).toFixed(2)),isChanged:"opacity"===o?"opacity":"hex",opacityDragEnd:n})}),Object(o.a)(this,"getContentWindow",()=>{return ue.a.findDOMNode(this).ownerDocument.defaultView}),this.throttledHandleChange=this.handleChange}componentDidMount(){this.lastValue=this.props.value}shouldComponentUpdate(e){let t=e.value;const a=t.hex,o=t.opacity,n=this.lastValue,i=n.hex,r=n.opacity;return(a!==i||o!==r)&&(this.lastValue=t,!0)}render(){let e=this.props,t=e.value,a=t.hex,o=t.opacity,n=e.disableOpacity;return a=Object(ae.d)(a)?a:je,o=isNaN(Number(o))?Be:o,i.a.createElement(ke,{color:Object(ae.c)(a,o),opacity:o,disableOpacity:n,contentWindow:this.getContentWindow,onChange:this.throttledHandleChange})}}Pe.defaultProps={value:{hex:je,opacity:Be},disableOpacity:!1,onChange:z.a.noop};var ze=Pe;class Te extends i.a.Component{render(){const e=this.props,t=e.className,a=e.attr,o=e.value,n=e.disableOpacity,r=e.onChange,s=l()("brz-ed-option__colorPicker",t,a.className);return i.a.createElement("div",Object(j.a)({},a,{className:s}),i.a.createElement(ze,{value:o,disableOpacity:n,onChange:r}))}}Object(o.a)(Te,"defaultProps",{className:"",attr:{},value:{hex:"#000000",opacity:1},disableOpacity:!1,onChange:z.a.noop});var He=Te,Me=a(33);const _e=(e,t,a,o)=>{e.preventDefault();const n=o.clientWidth,i=o.clientHeight,r="number"==typeof e.pageX?e.pageX:e.touches[0].pageX,l="number"==typeof e.pageY?e.pageY:e.touches[0].pageY,s=r-(o.getBoundingClientRect().left+t.pageXOffset),c=l-(o.getBoundingClientRect().top+t.pageYOffset);if("vertical"===a.direction){let e;if(e=c<0?0:c>i?1:Math.round(100*c/i)/100,a.hsl.a!==e)return{h:a.hsl.h,s:a.hsl.s,l:a.hsl.l,a:e,source:"rgb"}}else{let e;if(e=s<0?0:s>n?1:Math.round(100*s/n)/100,a.a!==e)return{h:a.hsl.h,s:a.hsl.s,l:a.hsl.l,a:e,source:"rgb"}}return null},Ee={},Re=(e,t,a,o)=>{const n=`${e}-${t}-${a}${o?"-server":""}`,i=((e,t,a,o)=>{if("undefined"==typeof document&&!o)return null;const n=o?new o:document.createElement("canvas");n.width=2*a,n.height=2*a;const i=n.getContext("2d");return i?(i.fillStyle=e,i.fillRect(0,0,n.width,n.height),i.fillStyle=t,i.fillRect(0,0,a,a),i.translate(a,a),i.fillRect(0,0,a,a),n.toDataURL()):null})(e,t,a,o);return Ee[n]?Ee[n]:(Ee[n]=i,i)},Ie=e=>{let t=e.white,a=e.grey,o=e.size,n=e.renderers;const r={borderRadius:e.borderRadius,boxShadow:e.boxShadow,absolute:"0px 0px 0px 0px",background:`url(${Re(t,a,o,n.canvas)}) center left`};return i.a.createElement("div",{style:r})};Ie.defaultProps={size:8,white:"transparent",grey:"rgba(0,0,0,.08)",renderers:{}};var Ae=Ie;class Ne extends n.Component{constructor(e){super(e),Object(o.a)(this,"change",null),Object(o.a)(this,"handleChange",(e,t)=>{const a=this.props.contentWindow();this.change=_e(e,a,this.props,this.container)||this.change,this.change&&(this.change.a=1-this.change.a,this.props.onChange&&this.props.onChange(Object(y.a)({},this.change,{opacityDragEnd:t,wasChanged:"opacity"}),e))}),Object(o.a)(this,"handleMouseDown",e=>{this.handleChange(e);const t=this.props.contentWindow();t.addEventListener("mousemove",this.handleChange),t.addEventListener("mouseup",this.handleMouseUp),this.setState({showTooltip:!0})}),Object(o.a)(this,"handleMouseUp",e=>{this.handleChange(e,!0),this.unbindEventListeners(),this.setState({showTooltip:!1}),this.change=null}),Object(o.a)(this,"unbindEventListeners",()=>{const e=this.props.contentWindow();e.removeEventListener("mousemove",this.handleChange),e.removeEventListener("mouseup",this.handleMouseUp)}),this.state={showTooltip:!1}}componentWillUnmount(){this.unbindEventListeners()}render(){const e=this.props,t=e.direction,a=e.rgb,o={background:`linear-gradient(${"vertical"===t?"to top":"to right"}, rgba(${a.r},${a.g},${a.b}, 0) 0%,\n rgba(${a.r},${a.g},${a.b}, 1) 100%)`,boxShadow:this.props.shadow,borderRadius:this.props.radius},n="vertical"===t?{left:0,top:`${100*(1-a.a)}%`}:{left:`${100*a.a}%`};return i.a.createElement("div",{className:"color-picker2-alpha-body",style:{borderRadius:this.props.radius}},i.a.createElement("div",{className:"color-picker2-alpha-checkboard"},i.a.createElement(Ae,{renderers:this.props.renderers})),i.a.createElement("div",{className:"color-picker2-alpha-gradient",style:o}),i.a.createElement("div",{className:"color-picker2-alpha-container",ref:e=>this.container=e,onMouseDown:this.handleMouseDown,onTouchMove:this.handleChange,onTouchStart:this.handleChange},i.a.createElement("div",{className:"color-picker2-alpha-pointer",style:n},this.props.pointer?this.props.pointer(this.props,this.state.showTooltip):i.a.createElement("div",{className:"color-picker2-alpha-slider"}))))}}Object(o.a)(Ne,"defaultProps",{contentWindow:()=>window});var Le={simpleCheckForValidColor(e){let t=0,a=0;return z.a.each(["r","g","b","a","h","s","l","v"],o=>{if(e[o]&&(t+=1,isNaN(e[o])||(a+=1),"s"===o||"l"===o)){/^\d+%$/.test(e[o])&&(a+=1)}}),t===a&&e},toState(e,t,a){const o=e.hex?X()(e.hex):X()(e),n=o.toHsl(),i=o.toHsv(),r=o.toRgb(),l=o.toHex();0===n.s&&(n.h=t||0,i.h=t||0);let s={};return e.hex||0===i.v||(s={hsv:i}),a||(s={hsv:i}),"saturation"===e.wasChanged&&(s={hsv:{h:i.h,s:0===i.s?e.s/100:i.s,v:i.v}}),"hue"!==e.wasChanged&&"opacity"!==e.wasChanged||(s={}),Object(y.a)({hsl:n,hex:`#${l}`,rgb:r,oldHue:e.h||t||n.h,source:e.source},s)},isValidHex:e=>X()(e).isValid(),getContrastingColor(e){if(!e)return"#fff";const t=this.toState(e);return"transparent"===t.hex?"rgba(0,0,0,0.4)":(299*t.rgb.r+587*t.rgb.g+114*t.rgb.b)/1e3>=128?"#000":"#fff"}};const Ve=e=>{class t extends n.Component{constructor(e){super(),Object(o.a)(this,"handleChange",(e,t)=>{if(Le.simpleCheckForValidColor(e)){const a=Le.toState(e,e.h||this.state.oldHue,e.hsv||this.state.hsv);this.setState(a),this.props.onChangeComplete&&this.debounce(this.props.onChangeComplete,a,t),this.props.onChange&&this.props.onChange(Object(y.a)({},a,{wasChanged:e.wasChanged,opacityDragEnd:e.opacityDragEnd}),t)}}),Object(o.a)(this,"handleSwatchHover",(e,t)=>{if(Le.simpleCheckForValidColor(e)){const a=Le.toState(e,e.h||this.state.oldHue,e.hsv||this.state.hsv);this.setState(a),this.props.onSwatchHover&&this.props.onSwatchHover(a,t)}}),this.state=Object(y.a)({},Le.toState(e.color,0,null)),this.debounce=z.a.debounce((e,t,a)=>{e(t,a)},100)}componentWillReceiveProps(e){this.setState(Object(y.a)({},Le.toState(e.color,this.state.oldHue)))}render(){const t={};return this.props.onSwatchHover&&(t.onSwatchHover=this.handleSwatchHover),i.a.createElement(e,Object(j.a)({},this.props,this.state,{onChange:this.handleChange},t))}}return t.propTypes=Object(y.a)({},e.propTypes),t.defaultProps=Object(y.a)({},e.defaultProps,{color:{h:250,s:.5,l:.2,a:1}}),t};const Fe=(e,t,a,o)=>{e.preventDefault();const n=o.clientWidth,i=o.clientHeight,r="number"==typeof e.pageX?e.pageX:e.touches[0].pageX,l="number"==typeof e.pageY?e.pageY:e.touches[0].pageY,s=r-(o.getBoundingClientRect().left+t.pageXOffset),c=l-(o.getBoundingClientRect().top+t.pageYOffset);if("vertical"===a.direction){let e;if(c<0)e=359;else if(c>i)e=0;else{e=360*(-100*c/i+100)/100}if(a.hsl.h!==e)return{h:e,s:a.hsl.s,l:a.hsl.l,a:a.hsl.a,source:"rgb"}}else{let e;if(s<0)e=0;else if(s>n)e=359;else{e=360*(100*s/n)/100}if(a.hsl.h!==e)return{h:e,s:a.hsl.s,l:a.hsl.l,a:a.hsl.a,source:"rgb"}}return null};class We extends n.Component{constructor(){super(...arguments),Object(o.a)(this,"handleChange",(e,t)=>{const a=this.props.contentWindow(),o=Fe(e,a,this.props,this.container);o&&this.props.onChange&&this.props.onChange(Object(y.a)({},o,{wasChanged:"hue"}),e)}),Object(o.a)(this,"handleMouseDown",e=>{this.handleChange(e,!0);const t=this.props.contentWindow();t.addEventListener("mousemove",this.handleChange),t.addEventListener("mouseup",this.handleMouseUp)}),Object(o.a)(this,"handleMouseUp",()=>{this.unbindEventListeners()})}componentWillUnmount(){this.unbindEventListeners()}unbindEventListeners(){const e=this.props.contentWindow();e.removeEventListener("mousemove",this.handleChange),e.removeEventListener("mouseup",this.handleMouseUp)}render(){const e=this.props.direction,t=void 0===e?"horizontal":e,a={hue:{borderRadius:this.props.radius,boxShadow:this.props.shadow},pointer:{left:`${100*this.props.hsl.h/360}%`}},o={left:"0px",top:`${-100*this.props.hsl.h/360+100}%`};return i.a.createElement("div",{className:"hue",style:a.hue},i.a.createElement("div",{className:l()(`hue-${t}`,"hue-container"),style:a.container,ref:e=>this.container=e,onMouseDown:this.handleMouseDown,onTouchMove:this.handleChange,onTouchStart:this.handleChange},i.a.createElement("div",{style:o,className:"hue-pointer"},this.props.pointer?i.a.createElement(this.props.pointer,this.props):i.a.createElement("div",{className:"hue-slider"}))))}}Object(o.a)(We,"defaultProps",{contentWindow:()=>window});const De=(e,t,a,o)=>{e.preventDefault();const n=o.getBoundingClientRect(),i=n.width,r=n.height,l="number"==typeof e.pageX?e.pageX:e.touches[0].pageX,s="number"==typeof e.pageY?e.pageY:e.touches[0].pageY;let c=l-(o.getBoundingClientRect().left+t.pageXOffset),d=s-(o.getBoundingClientRect().top+t.pageYOffset);c<0?c=0:c>i?c=i:d<0?d=0:d>r&&(d=r);const p=100*c/i,u=-100*d/r+100;return{h:a.hsl.h,s:p,v:u,a:a.hsl.a,source:"rgb"}};class $e extends n.Component{constructor(e){super(e),Object(o.a)(this,"handleChange",(e,t)=>{const a=this.props.contentWindow();this.props.onChange&&this.throttle(this.props.onChange,De(e,a,this.props,this.container),e)}),Object(o.a)(this,"handleMouseDown",e=>{this.handleChange(e,!0);const t=this.props.contentWindow();t.addEventListener("mousemove",this.handleChange),t.addEventListener("mouseup",this.handleMouseUp)}),Object(o.a)(this,"handleMouseUp",()=>{this.unbindEventListeners()}),this.throttle=z.a.throttle((e,t,a)=>{e(Object(y.a)({},t,{wasChanged:"saturation"}),a)},50)}componentWillUnmount(){this.unbindEventListeners()}unbindEventListeners(){const e=this.props.contentWindow();e.removeEventListener("mousemove",this.handleChange),e.removeEventListener("mouseup",this.handleMouseUp)}render(){const e={color:{background:`hsl(${this.props.hsl.h},100%, 50%)`,borderRadius:this.props.radius},white:{borderRadius:this.props.radius},black:{boxShadow:this.props.shadow,borderRadius:this.props.radius},pointer:{top:`${-100*this.props.hsv.v+100}%`,left:`${100*this.props.hsv.s}%`}};return i.a.createElement("div",{style:e.color,className:"color-picker2-saturation-body",ref:e=>this.container=e,onMouseDown:this.handleMouseDown,onTouchMove:this.handleChange,onTouchStart:this.handleChange},i.a.createElement("div",{style:e.white,className:"saturation-white"},i.a.createElement("div",{style:e.black,className:"saturation-black"}),i.a.createElement("div",{style:e.pointer,className:"saturation-pointer"},this.props.pointer?i.a.createElement(this.props.pointer,this.props):i.a.createElement("div",{className:"saturation-circle"}))))}}Object(o.a)($e,"defaultProps",{contentWindow:()=>window});class Ge extends n.Component{constructor(){super(...arguments),Object(o.a)(this,"renderPointer",()=>i.a.createElement("div",{className:"color-picker2-pointer"})),Object(o.a)(this,"renderPointerOpacity",(e,t)=>{let a=e.rgb.a;return a*=100,i.a.createElement("div",{className:"color-picker2-pointer"},t&&i.a.createElement("div",{className:"color-picker2-pointer-tooltip"},Math.round(a),"%"))})}render(){const e=this.props,t=e.className,a=e.contentWindow,o=e.disableOpacity,n=e.hsl,r=e.hsv,s=e.rgb,c=e.renderers,d=e.onChange,p=l()("brz-ed-control__colorPicker2",t);return i.a.createElement("div",{className:p},i.a.createElement("div",{className:"color-picker2-body"},i.a.createElement("div",{className:"color-picker2-saturation"},i.a.createElement($e,{hsl:n,hsv:r,contentWindow:a,pointer:this.renderPointer,onChange:d})),i.a.createElement("div",{className:"color-picker2-hue"},i.a.createElement(We,{direction:"vertical",hsl:n,contentWindow:a,pointer:this.renderPointer,onChange:d})),!o&&i.a.createElement("div",{className:"color-picker2-alpha"},i.a.createElement(Ne,{direction:"vertical",rgb:s,hsl:n,contentWindow:a,renderers:c,pointer:this.renderPointerOpacity,onChange:d}))))}}Ge.defaultProps={disableOpacity:!1,onChange:z.a.noop};var Ke=Ve(Ge);const qe="#000000",Ue=1;class Ye extends i.a.Component{constructor(e){super(e),Object(o.a)(this,"handleChange",e=>{const t=e.hex,a=e.rgb.a,o=e.wasChanged,n=e.opacityDragEnd;this.lastValue={hex:t,opacity:a};const i=t.toLowerCase();this.props.onChange({hex:i,opacity:Number(Number(a).toFixed(2)),isChanged:"opacity"===o?"opacity":"hex",opacityDragEnd:n})}),Object(o.a)(this,"getContentWindow",()=>{return ue.a.findDOMNode(this).ownerDocument.defaultView}),this.throttledHandleChange=this.handleChange}componentDidMount(){this.lastValue=this.props.value}shouldComponentUpdate(e){let t=e.value;const a=t.hex,o=t.opacity,n=this.lastValue,i=n.hex,r=n.opacity;return(a!==i||o!==r)&&(this.lastValue=t,!0)}render(){let e=this.props,t=e.value,a=t.hex,o=t.opacity,n=e.disableOpacity;return a=Object(ae.d)(a)?a:qe,o=isNaN(Number(o))?Ue:o,i.a.createElement(Ke,{color:Object(ae.c)(a,o),opacity:o,disableOpacity:n,contentWindow:this.getContentWindow,onChange:this.throttledHandleChange})}}Ye.defaultProps={value:{hex:qe,opacity:Ue},disableOpacity:!1,onChange:z.a.noop};var Xe=Ye,Ze=a(39);class Je extends n.Component{render(){const e=this.props,t=e.title,a=e.items,o=e.children;return i.a.createElement("div",{title:t,className:"brz-control__select-optgroup"},i.a.createElement("div",{className:"brz-control__select-optgroup-label"},o),a)}}Object(o.a)(Je,"defaultProps",{title:"",active:"",items:[]});var Qe=Je,et=a(34),tt=a(20),at=a(100);const ot=at.a.Range;class nt extends n.Component{render(){const e=this.props,t=e.className,a=e.min,o=e.max,n=e.step,r=e.startPointer,s=e.finishPointer,c=e.allowCross,d=e.handle,p=e.railStyle,u=e.onChange,m=l()("brz-ed-control__range",t);return i.a.createElement("div",{className:m},i.a.createElement(ot,{count:1,defaultValue:[r,s],min:a,max:o,step:n,allowCross:c,handle:d,railStyle:p,onChange:u}))}}Object(o.a)(nt,"defaultProps",{min:0,max:100,step:1,startPointer:0,finishPointer:100,allowCross:!1,handle:null,railStyle:{},onChange:z.a.noop});const it=at.a.Handle;class rt extends i.a.Component{constructor(e){super(e),Object(o.a)(this,"handleOnMouseDown",e=>{this.handleChange({activePointer:0===e?"startPointer":"finishPointer",isChanged:"activePointer"})}),Object(o.a)(this,"handleRangeChange",e=>{let t=Object(tt.a)(e,2),a=t[0],o=t[1];this.handleChange({startPointer:a,finishPointer:o,isChanged:a===this.state.startPointer?"finishPointer":"startPointer"})}),Object(o.a)(this,"handleChange",e=>{const t=this.state,a=Object(y.a)({},t,e);this.setState(a),this.props.onChange(a)}),Object(o.a)(this,"handle",e=>{const t=e.className,a=(e.dragging,e.value),o=e.index,n=Object(Me.a)(e,["className","dragging","value","index"]),r=l()(t,{"brz-ed-rc-slider-handle--active":"startPointer"===this.state.activePointer&&0===o||"finishPointer"===this.state.activePointer&&1===o});return i.a.createElement(it,Object(j.a)({key:o,value:a,onMouseDown:()=>this.handleOnMouseDown(o)},n,{className:r}))});const t=e.value;this.state=Object(y.a)({},t)}componentWillReceiveProps(e){let t=e.value;t.startPointer===this.state.startPointer&&t.finishPointer===this.state.finishPointer&&t.activePointer===this.state.activePointer&&t.hex===this.state.hex&&t.gradientColorHex===this.state.gradientColorHex||this.setState(Object(y.a)({},t))}render(){const e=this.props,t=e.className,a=e.config.range,o=a.min,n=a.max,r=a.step,s=e.attr,c=l()("brz-ed-option__range",t,s.className),d=z.a.omit(s,"className"),p=this.state,u=p.startPointer,m=p.finishPointer,h=p.hex,b=p.gradientColorHex;return i.a.createElement("div",Object(j.a)({className:c},d),i.a.createElement("div",{className:"brz-ed-option__range__content"},i.a.createElement(nt,{id:this.props.id,min:o,max:n,step:r,startPointer:u,finishPointer:m,handle:this.handle,railStyle:{backgroundImage:`linear-gradient(to right, ${h}, ${b})`},onChange:this.handleRangeChange})))}}Object(o.a)(rt,"defaultProps",{className:"",attr:{},config:{range:{min:0,max:100,step:1}},value:{startPointer:0,finishPointer:100,activePointer:"startPointer",hex:"#000000",gradientColorHex:"#000000"},onChange:z.a.noop});var lt=rt;class st extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"handleChange",e=>{const t=this.props,a=t.value,o=t.onChange,n="gradient"===a.select&&"finishPointer"===a.activePointer;let i={};if("hex"===e.isChanged){const t=e.hex;i=n?{gradientColorHex:t}:{hex:t}}let r={};if("opacity"===e.isChanged){const t=e.opacity;r=n?{gradientColorOpacity:t}:{opacity:t}}o(Object(y.a)({},a,e,i,r))})}renderPalette(){const e=this.props,t=e.palette.choices,a=e.value,o=a.palette,n=a.gradientColorPalette,r=a.select,l=a.activePointer,s="gradient"===r&&"finishPointer"===l?n:o;return i.a.createElement(le,{choices:t,value:s,onChange:e=>{this.handleChange({palette:e,isChanged:"palette"})}})}renderGradient(){const e=this.props,t=e.gradient,a=(t.show,Object(Me.a)(t,["show"])),o=e.value,n=o.startPointer,r=o.finishPointer,l=o.activePointer,s=o.hex,c=o.gradientColorHex;return i.a.createElement(lt,{config:{range:a},value:{startPointer:n,finishPointer:r,activePointer:l,hex:s,gradientColorHex:c},onChange:this.handleChange})}renderSelectChoices(e){return e.map((e,t)=>{const a=e.title,o=e.icon,n=e.optgroup,r=e.value;let c;if(z.a.isObject(o)){const e=l()("brz-control__select-option__bg",o.className);c=i.a.createElement("div",Object(j.a)({},o,{className:e}))}else o&&(c=i.a.createElement(s.a,{icon:o}));return n&&n.length?i.a.createElement(Qe,{key:t,title:a,items:this.renderSelectChoices(n)},c,a&&i.a.createElement("span",{className:"brz-span"},a)):i.a.createElement(et.a,{key:t,value:r,title:a},c,a&&i.a.createElement("span",{className:"brz-span"},a))})}renderSelect(){const e=this.props,t=e.select,a=e.value;return i.a.createElement(Ze.a,{className:"brz-control__select--dark brz-control__select__auto",defaultValue:a.select,itemHeight:t.itemHeight||24,onChange:e=>{this.handleChange({select:e,isChanged:"select"})}},this.renderSelectChoices(t.choices))}render(){const e=this.props,t=e.className,a=e.picker.showOpacity,o=void 0===a||a,n=e.palette.show,r=void 0===n||n,s=e.gradient.show,c=void 0===s||s,d=e.select.show,p=void 0===d||d,u=e.attr,m=e.value,h=m.hex,b=m.opacity,g=m.select,y=m.activePointer,v=m.gradientColorHex,f=m.gradientColorOpacity,C=l()("brz-ed-option__colorPicker2",t,u.className),w="gradient"===g&&"finishPointer"===y?{hex:v,opacity:f}:{hex:h,opacity:b};return i.a.createElement("div",Object(j.a)({},u,{className:C}),c&&this.renderGradient(),p&&this.renderSelect(),i.a.createElement(Xe,{value:w,disableOpacity:!o,onChange:this.handleChange}),r&&this.renderPalette())}}Object(o.a)(st,"defaultProps",{className:"",attr:{},picker:{showOpacity:!0},palette:{show:!0,choices:[]},select:{show:!0,itemHeight:24,choices:[]},gradient:{show:!1,min:0,max:100,step:1},value:{select:"",hex:"#000000",opacity:1,palette:"",gradientColorHex:"#000000",gradientColorOpacity:1,gradientColorPalette:"",startPointer:0,finishPointer:100,activePointer:"startPointer"},onChange:z.a.noop});var ct=st,dt=a(37),pt=a(44),ut=a(16);const mt={default:"17px",great_vibes:"18px",alex_brush:"18px",allura:"18px",parisienne:"18px"};class ht extends n.Component{constructor(){super(...arguments),Object(o.a)(this,"handleOpenFonts",e=>{e.preventDefault(),pt.a.set("prompt",{prompt:"fonts"})})}checkCurrentFont(){const e=this.props,t=e.fonts,a=e.value;return Object.entries(t).some(e=>{const t=Object(tt.a)(e,2),o=t[0];return t[1].data.some(e=>ut.b[o](e).id===a)})}renderFontList(e,t,a){const o=this.props,n=o.value,r=o.defaultFont,s=o.onChange;return e.map(e=>{const o=ut.b[t](e),c=o.id,d=o.family,p=o.title,u=l()("brz-ed-font__name",{active:a?c===n:c===r}),m={fontFamily:d,fontSize:mt[c]||mt.default};return i.a.createElement("div",{key:c,className:u,style:m,onClick:()=>s(Object(y.a)({},o,{type:t}))},p)})}render(){const e=this.props.fonts,t=e.config,a=void 0===t?{}:t,o=e.blocks,n=void 0===o?{}:o,r=e.google,l=void 0===r?{}:r,c=e.upload,d=void 0===c?{}:c,p=this.checkCurrentFont(),u=d.data&&d.data.length>0||l.data&&l.data.length>0;return i.a.createElement("div",{className:"brz-ed-font__typography"},i.a.createElement(g.a,{className:"brz-ed-scroll--dark brz-ed-scroll--small",style:{height:"100%"}},d.data&&d.data.length>0&&this.renderFontList(d.data,"upload",p),l.data&&l.data.length>0&&this.renderFontList(l.data,"google",p),u&&i.a.createElement("hr",{className:"brz-hr brz-ed-font__separator"}),n.data&&this.renderFontList(n.data,"google",p),this.renderFontList(a.data,"google",p)),i.a.createElement(dt.a,{allow:["admin"]},i.a.createElement("div",{className:"brz-ed-font__typography-adder",onClick:this.handleOpenFonts},i.a.createElement(s.a,{icon:"nc-add"}),Object(E.a)("Add New Font"))))}}Object(o.a)(ht,"defaultProps",{defaultFont:"",value:"lato",fonts:{},onChange:z.a.noop});var bt=Object(B.b)(e=>({fonts:Object(M.C)(e),defaultFont:Object(M.u)(e).data.font}),null)(ht);class gt extends i.a.Component{renderLabel(){const e=this.props,t=e.label,a=e.helper,o=e.helperContent,n=e.helperPlacement;return i.a.createElement("div",{className:"brz-ed-option__label brz-ed-option__select__label"},t,a&&i.a.createElement("div",{className:"brz-ed-option__helper"},i.a.createElement(p.a,{placement:n,openOnClick:!1,overlay:i.a.createElement("div",{className:"brz-ed-option__helper__content",dangerouslySetInnerHTML:{__html:o}})},i.a.createElement(s.a,{icon:"nc-alert-circle-que"}))))}renderChoices(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.props.choices).map((e,t)=>{const a=e.title,o=e.icon,n=e.optgroup,r=e.value;let c;if(z.a.isObject(o)){const e=l()("brz-control__select-option__bg",o.className);c=i.a.createElement("div",Object(j.a)({},o,{className:e}))}else o&&(c=i.a.createElement(s.a,{icon:o}));return n&&n.length?i.a.createElement(Qe,{key:t,title:a,items:this.renderChoices(n)},c,a&&i.a.createElement("span",{className:"brz-span"},a)):i.a.createElement(et.a,{key:t,value:r,title:a},c,a&&i.a.createElement("span",{className:"brz-span"},a))})}renderAfterSelect(){}render(){const e=this.props,t=e.label,a=e.display,o=e.itemHeight,n=e.helper,r=e.value,s=e.className,c=e.attr,d=e.onChange,p=l()("brz-ed-option__select",`brz-ed-option__${a}`,s,c.className);return i.a.createElement("div",Object(j.a)({},c,{className:p}),t||n?this.renderLabel():null,i.a.createElement("div",{className:"brz-d-xs-flex brz-align-items-xs-center"},i.a.createElement(Ze.a,{className:"brz-control__select--dark",defaultValue:r,itemHeight:o,onChange:d},this.renderChoices()),this.renderAfterSelect()))}}Object(o.a)(gt,"defaultProps",{label:"",display:"inline",className:"",itemHeight:30,icon:"",choices:[],attr:{},helper:!1,helperContent:"",helperPlacement:"top-center",onChange:z.a.noop});var yt=gt;var vt=class extends yt{handleSidebarOpen(){Object(oe.b)().dispatch(Object(_.eb)("leftSidebar",{isOpen:!0,drawerContentType:"styling"}))}renderChoices(){return[{id:"",title:"Custom"},...Object(ut.f)()].map(e=>{let t=e.id,a=e.title;return i.a.createElement(et.a,{key:t,value:t},a)})}renderAfterSelect(){return i.a.createElement("div",{className:"brz-ed-option__select__after",onClick:this.handleSidebarOpen},i.a.createElement(s.a,{icon:"nc-cog"}))}},ft=a(84),Ct=a(35),wt=a(12);class Ot extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"state",{device:"desktop",active:!1}),Object(o.a)(this,"handleToolbarOpen",()=>{this.setState({active:!0})}),Object(o.a)(this,"handleToolbarClose",()=>{this.setState({active:!1})}),Object(o.a)(this,"handleTabsChange",e=>{this.setState({device:e})}),Object(o.a)(this,"handleTextChange",e=>{this.props.onChange({title:e})}),Object(o.a)(this,"handleDelete",()=>{Object(se.d)(),this.props.onChange({deleted:!0})})}render(){const e=this.props,t=e.title,a=e.fontFamily,o=e.fontFamilyType,n=e.fontSize,r=e.fontWeight,c=e.lineHeight,d=e.letterSpacing,p=e.tabletFontSize,u=e.tabletFontWeight,m=e.tabletLineHeight,h=e.tabletLetterSpacing,b=e.mobileFontSize,g=e.mobileFontWeight,y=e.mobileLineHeight,v=e.mobileLetterSpacing,f=e.showDeleteIcon,C=e.deletable,w=e.onChange,O=this.state,x=O.device,S=O.active,k=l()("brz-ed-option__font-style-editor",{active:S}),j={fontFamily:Object(ut.d)({family:a,type:o}).family,fontWeight:"desktop"===x?r:"tablet"===x?u:g};return i.a.createElement("div",{className:k},f?i.a.createElement("div",{className:"brz-ed-option__font-style-editor--delete",onClick:this.handleDelete},i.a.createElement(s.a,{icon:"nc-remove"})):null,i.a.createElement(se.c,{getItems:()=>[{id:"toolbarTypography",type:"popover",icon:"nc-font",size:"large",display:"inside",onOpenDirect:!0,options:[{type:"grid",className:"brz-ed-grid__typography brz-ed-grid__typography--sidebar",columns:[{width:54,options:[{id:"fontFamily",label:"Font Family",type:"fontFamily",value:a,onChange:e=>{let t=e.id,a=e.type;return w({fontFamily:t,fontFamilyType:a})}}]},{width:46,className:"brz-ed-popover__typography",options:[{id:"fontDevices",type:"tabs",align:"start",tabsClassName:"brz-ed-control__tabs__editor",tabs:[{id:"desktop",tabIcon:"nc-desktop",options:[{type:"grid",className:"brz-ed-grid__typography",columns:[{width:50,options:[{id:"fontSize",label:"Size",type:"stepper",display:"block",min:1,max:300,step:1,value:n,onChange:e=>w({fontSize:e})},{id:"lineHeight",label:"Line Hgt.",type:"stepper",display:"block",min:1,max:10,step:.1,value:c,onChange:e=>w({lineHeight:e})}]},{width:50,options:[{id:"fontWeight",label:"Weight",type:"select",display:"block",choices:Object(ut.n)({family:a,type:o}),value:r,onChange:e=>w({fontWeight:e})},{id:"letterSpacing",label:"Letter Sp.",type:"stepper",display:"block",min:-20,max:20,step:.5,value:d,onChange:e=>w({letterSpacing:e})}]}]}]},{id:"tablet",tabIcon:"nc-tablet",options:[{type:"grid",className:"brz-ed-grid__typography",columns:[{width:50,options:[{id:"tabletFontSize",label:"Size",type:"stepper",display:"block",min:1,max:100,step:1,value:p,onChange:e=>w({tabletFontSize:e})},{id:"tabletLineHeight",label:"Line Hgt.",type:"stepper",display:"block",min:1,max:10,step:.1,value:m,onChange:e=>w({tabletLineHeight:e})}]},{width:50,options:[{id:"tabletFontWeight",label:"Weight",type:"select",display:"block",choices:Object(ut.n)({family:a,type:o}),value:u,onChange:e=>w({tabletFontWeight:e})},{id:"tabletLetterSpacing",label:"Letter Sp.",type:"stepper",display:"block",min:-20,max:20,step:.5,value:h,onChange:e=>w({tabletLetterSpacing:e})}]}]}]},{id:"mobile",tabIcon:"nc-phone",options:[{type:"grid",className:"brz-ed-grid__typography",columns:[{width:50,options:[{id:"mobileFontSize",label:"Size",type:"stepper",display:"block",min:1,max:100,step:1,value:b,onChange:e=>w({mobileFontSize:e})},{id:"mobileLineHeight",label:"Line Hgt.",type:"stepper",display:"block",min:1,max:10,step:.1,value:y,onChange:e=>w({mobileLineHeight:e})}]},{width:50,options:[{id:"mobileFontWeight",label:"Weight",type:"select",display:"block",choices:Object(ut.n)({family:a,type:o}),value:g,onChange:e=>w({mobileFontWeight:e})},{id:"mobileLetterSpacing",label:"Letter Sp.",type:"stepper",display:"block",min:-20,max:20,step:.5,value:v,onChange:e=>w({mobileLetterSpacing:e})}]}]}]}],value:x,onChange:this.handleTabsChange}]}]}]}],onOpen:this.handleToolbarOpen,onClose:this.handleToolbarClose},i.a.createElement("div",{className:"brz-ed-option__font-style-editor__container"},i.a.createElement("p",{className:"brz-p brz-ed-option__font-style-editor__title"},"on"===C?i.a.createElement(ft.a,{value:t,onChange:this.handleTextChange}):t),i.a.createElement("p",{className:"brz-p brz-ed-option__font-style-editor__sample",style:j},Object(E.a)("It's a sample")))))}}Object(o.a)(Ot,"defaultProps",{title:"Title",fontFamily:"",fontSize:12,fontWeight:300,lineHeight:1,letterSpacing:1,tabletFontSize:12,tabletFontWeight:300,tabletLineHeight:1,tabletLetterSpacing:1,mobileFontSize:12,mobileFontWeight:300,mobileLineHeight:1,mobileLetterSpacing:1,showDeleteIcon:!1});class xt extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"handleChange",(e,t)=>{const a=this.props,o=a.value;(0,a.onChange)(o.map(a=>e===a.id?Object(y.a)({},a,t):a))}),Object(o.a)(this,"handleAddNew",()=>{const e=this.props,t=e.value,a=e.onChange,o=Object(y.a)({},t[0],{deletable:"on",id:Object(Ct.a)(10),title:Object(wt.e)(Object(E.a)("New Style #%s"),t.length)});a([...t,o])})}render(){const e=this.props.value.filter(e=>!0!==e.deleted).map(e=>i.a.createElement(Ot,Object(j.a)({key:e.id,showDeleteIcon:"on"===e.deletable},e,{onChange:this.handleChange.bind(null,e.id)})));return i.a.createElement("div",{className:"brz-ed-option__font-styles"},i.a.createElement("div",{className:"brz-ed-option__font-styles--scroll-pane"},i.a.createElement(g.a,{className:"brz-ed-scroll--medium brz-ed-scroll--darker",style:{height:"100%"}},e)),i.a.createElement("div",{className:"brz-ed-option__font-styles--add",onClick:this.handleAddNew},i.a.createElement(s.a,{icon:"nc-add"}),i.a.createElement("span",{className:"brz-span"},Object(E.a)("Add New"))))}}Object(o.a)(xt,"defaultProps",{value:{}});var St=xt;class kt extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"handleMouseDown",e=>{e.preventDefault();const t=this.props.value;pt.a.set("prompt",{prompt:"form-integrations",value:{formId:t.id,formFields:t.fields}})})}render(){const e=this.props,t=e.className,a=e.attr,o=e.icon,n=l()("brz-ed-option__button",t,a.className);return i.a.createElement("div",Object(j.a)({},a,{className:n,onMouseDown:this.handleMouseDown}),i.a.createElement(s.a,{icon:o}))}}Object(o.a)(kt,"defaultProps",{className:"",attr:{},icon:"nc-cog",value:!1});var jt=kt;class Bt extends i.a.Component{static shouldOptionBeFiltered(e){return e.columns.every(e=>0===Object(u.b)(e.options).length)}filterColumns(e){return e.filter(e=>0!==Object(u.b)(e.options).length)}render(){const e=this.props,t=e.className,a=e.attr,o=e.columns,n=e.location,r=e.toolbar,s=l()("brz-d-xs-flex brz-flex-xs-no-wrap brz-ed-grid",t),c=this.filterColumns(o).map((e,t,a)=>{let o=e.className,s=e.width,c=e.options;const d=l()("brz-ed-grid-option__column",o),p=1===a.length,m={width:p?"100%":`${s}%`,flexBasis:p?"100%":`${s}%`};return i.a.createElement("div",{key:t,className:d,style:m},i.a.createElement(u.a,{className:"brz-ed-grid__options",optionClassName:"brz-ed-grid__option",data:c,location:n,toolbar:r}))});return i.a.createElement("div",Object(j.a)({},a,{className:s}),c)}}Object(o.a)(Bt,"defaultProps",{className:"",location:"",attr:{},toolbar:null,columns:[]});var Pt=Bt,zt=a(184);class Tt extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"handleClear",()=>this.props.onChange(""))}render(){return i.a.createElement("div",{className:"brz-ed-option__input-container"},i.a.createElement("input",{className:"brz-input brz-ed-control__input",value:this.props.value,disabled:!0}),i.a.createElement(s.a,{icon:"nc-circle-remove",onClick:this.handleClear}))}}function Ht(e){let t=e.choices,a=e.value,o=e.onChange;const n=l()("brz-control__select--dark","brz-control__select__auto","brz-control__select-population",{"brz-control__select--active":Boolean(a)}),r=t.map(e=>{let t=e.title,a=e.icon,o=e.value;return i.a.createElement(et.a,{key:o,value:o,title:t},a&&i.a.createElement(EditorIcon,{icon:a}),i.a.createElement("span",{className:"brz-span"},t))});return i.a.createElement(Ze.a,{className:n,defaultValue:a,itemHeight:30,labelType:"icon",labelIcon:"nc-dynamic",onChange:o},r)}function Mt(e){let t,a=e.choices,o=e.value,n=e.renderUnset,r=e.onChange;if(o){const e=a.find(e=>e.value===o)||{};t=i.a.createElement(Tt,{value:e.title,onChange:r})}else t=n();return i.a.createElement(i.a.Fragment,null,t,i.a.createElement(Ht,{choices:a,value:o,onChange:r}))}class _t extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"handlePopulationChange",e=>{const t=this.props,a=t.value;(0,t.onChange)(Object(y.a)({},a,{population:e}),{isChanged:"population"})}),Object(o.a)(this,"renderImageSetter",()=>{const e=this.props,t=e.value,a=e.onlyPointer,o=e.onChange;return i.a.createElement(zt.a,Object(j.a)({},t,{onlyPointer:a,onChange:o}))})}renderLabel(){const e=this.props,t=e.label,a=e.helper,o=e.helperContent,n=a?i.a.createElement("div",{className:"brz-ed-option__helper"},i.a.createElement(s.a,{icon:"nc-alert-circle-que"}),i.a.createElement("div",{className:"brz-ed-option__helper__content",dangerouslySetInnerHTML:{__html:o}})):null;return i.a.createElement("div",{className:"brz-ed-option__label brz-ed-option__focal-point__label"},t,n)}render(){const e=this.props,t=e.className,a=e.label,o=e.attr,n=e.display,r=e.helper,s=e.population,c=s.choices,d=s.show,p=e.value.population,u=l()("brz-ed-option__focal-point",`brz-ed-option__${n}`,t,o.className),m=d?i.a.createElement(Mt,{choices:c,value:p,renderUnset:this.renderImageSetter,onChange:this.handlePopulationChange}):this.renderImageSetter();return i.a.createElement("div",Object(j.a)({},o,{className:u}),(a||r)&&this.renderLabel(),m)}}Object(o.a)(_t,"defaultProps",{label:"",className:"",attr:{},helper:!1,helperContent:"",onlyPointer:!1,display:"inline",population:{show:!1,choices:[]},value:{},onChange:z.a.noop});var Et=_t,Rt=a(47),It=a(132);class At extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"handleClick",()=>{const e=this.props,t=e.value,a=e.onChange;pt.a.set("prompt",{prompt:"icon",value:t,onChange:a})}),Object(o.a)(this,"handleRemove",()=>{this.props.onChange({name:"",type:""})}),Object(o.a)(this,"renderSelectIcon",()=>i.a.createElement("div",{className:"brz-ed-control__icon-setter__box",onClick:this.handleClick},i.a.createElement(s.a,{icon:"nc-add"}))),Object(o.a)(this,"renderRemoveIcon",()=>this.props.canDelete?i.a.createElement("div",{key:"second",className:"brz-ed-control__focal-point__delete",onClick:this.handleRemove},i.a.createElement(s.a,{icon:"nc-circle-remove"})):null),Object(o.a)(this,"renderIcon",()=>{const e=this.props.value,t=e.name,a=e.type,o=z.a.find(It.a.types,{name:a}).name;return[i.a.createElement("div",{key:"first",className:"brz-ed-control__icon-setter__box",onClick:this.handleClick},i.a.createElement("div",{className:"brz-ed-control__icon-setter--active"},i.a.createElement(Rt.a,{className:"grid-16 stroke-2",name:t,type:o}))),this.renderRemoveIcon()]})}render(){const e=this.props.value.name,t=l()("brz-ed-control__icon-setter",this.props.className);return i.a.createElement("div",{className:t},Boolean(e)?this.renderIcon():this.renderSelectIcon())}}Object(o.a)(At,"defaultProps",{className:"",canDelete:!1,value:{},onChange:z.a.noop});class Nt extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"renderLabel",()=>{const e=this.props,t=e.label,a=e.helper,o=e.helperContent,n=a?i.a.createElement("div",{className:"brz-ed-option__helper"},i.a.createElement(s.a,{icon:"nc-alert-circle-que"}),i.a.createElement("div",{className:"brz-ed-option__helper__content",dangerouslySetInnerHTML:{__html:o}})):null;return i.a.createElement("div",{className:"brz-ed-option__label brz-ed-option__focal-point__label"},t,n)})}render(){const e=this.props,t=e.className,a=e.label,o=e.attr,n=e.value,r=e.helper,s=e.onChange,c=e.canDelete,d=l()("brz-ed-option__icon-setter","brz-ed-option__inline",t,o.className),p=z.a.omit(o,"className");return i.a.createElement("div",Object(j.a)({className:d},p),a||r?this.renderLabel():null,i.a.createElement(At,{value:n,onChange:s,canDelete:c}))}}Object(o.a)(Nt,"defaultProps",{label:"",className:"",attr:{},helper:!1,helperContent:"",canDelete:!1,value:{},onChange:z.a.noop});var Lt=Nt,Vt=a(78);function Ft(e,t){const a=Wt(t);return a>0?e.toFixed(a):String(e)}function Wt(e){const t=String(e).split("."),a=Object(tt.a)(t,2)[1];return a?a.length:0}function Dt(e,t,a,o){return function(e,t){let a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;const o=10**Wt(t);return e*=o,t*=o,a*=o,(Math.ceil((e-a)/t)*t+a)/o}(Object(Vt.a)(e,t,a),o,t)}const $t=Kt.bind(null,"add"),Gt=Kt.bind(null,"sub");function Kt(e,t,a){const o=Wt(t),n=Wt(a),i=10**Math.max(o,n),r=t*i,l=a*i;let s;switch(e){case"add":s=r+l;break;case"sub":s=r-l;break;default:throw new Error(`operation type unknown ${e}`)}return s/i}const qt=1e3;class Ut extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"state",{text:Ft(this.props.value,this.props.step),value:this.props.value,prevPropsValue:this.props.value}),Object(o.a)(this,"mounted",!1),Object(o.a)(this,"handleChange",e=>{this.setState({text:e.target.value},()=>{this.props.onTextChange(this.state.text),this.debouncedOnChange()})}),Object(o.a)(this,"debouncedOnChange",z.a.debounce(()=>{this.mounted&&this.setState((e,t)=>{const a=t.min,o=t.max,n=t.step,i=e.text,r=e.value,l=parseFloat(i),s=Dt("number"!=typeof l||Number.isNaN(l)?r:l,a,o,n);return{text:Ft(s,n),value:s}},()=>{this.props.onTextChange(this.state.text),this.props.onChange(this.state.value)})},qt))}static getDerivedStateFromProps(e,t){return e.value!==t.prevPropsValue?{text:Ft(e.value,e.step),value:e.value,prevPropsValue:e.value}:null}componentDidMount(){this.mounted=!0}componentWillUnmount(){this.mounted=!1}increment(){this.setState((e,t)=>{const a=t.min,o=t.max,n=t.step,i=e.text,r=e.value,l=Number(i),s=Dt($t(l,n),a,o,n);return s!==r?{text:Ft(s,n),value:s}:null},()=>{this.props.onTextChange(this.state.text),this.props.onChange(this.state.value)})}decrement(){this.setState((e,t)=>{const a=t.min,o=t.max,n=t.step,i=e.text,r=e.value,l=Number(i),s=Dt(Gt(l,n),a,o,n);return s!==r?{text:Ft(s,n),value:s}:null},()=>{this.props.onTextChange(this.state.text),this.props.onChange(this.state.value)})}getText(){return this.state.text}render(){const e=this.props,t=e.className,a=e.min,o=e.max,n=e.step,r=e.onFocus,l=e.onBlur,s=e.onMouseEnter,c=e.onMouseLeave,d=this.state.text;return i.a.createElement("input",{className:t,type:"number",value:d,min:a,max:o,step:n,onFocus:r,onBlur:l,onChange:this.handleChange,onMouseEnter:s,onMouseLeave:c})}}Object(o.a)(Ut,"defaultProps",{className:"",value:0,min:0,max:100,step:1,round:!0,onFocus:z.a.noop,onBlur:z.a.noop,onTextChange:z.a.noop,onChange:z.a.noop});class Yt extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"state",{activeIcon:this.getInitialIcon(),focusedIcon:0,focused:!1}),Object(o.a)(this,"handleInputValueChange",(e,t)=>{const a=this.props,o=a.value;(0,a.onChange)(o.map((a,o)=>o===e?t:a))})}getInitialIcon(){const e=this.props.config,t=e.defaultIcon,a=e.icons;return t||a[0]}handleMouseEnter(e){const t=this.props.config.icons;this.setState({activeIcon:t[e]})}handleMouseLeave(){const e=this.props.config.icons,t=this.state,a=t.focusedIcon,o=t.focused;this.setState({activeIcon:o?e[a]:this.getInitialIcon()})}onFocus(e){const t=this.props.config.icons;this.setState({activeIcon:t[e],focusedIcon:e,focused:!0})}onBlur(e){this.setState({activeIcon:this.getInitialIcon(),focusedIcon:e,focused:!1})}render(){const e=this.props,t=e.className,a=e.attr,o=e.min,n=e.max,r=e.step,c=e.value,d=e.display,p=this.state.activeIcon,u=l()("brz-ed-option__input-outline","brz-ed-option__multi-input",`brz-ed-option__${d}`,"brz-ed-option__input-number-wrap",t,a.className),m=c.map((e,t)=>i.a.createElement("div",{key:t,className:"brz-ed-option__multi-input-container",onMouseEnter:()=>this.handleMouseEnter(t),onMouseLeave:()=>this.handleMouseLeave(t)},i.a.createElement(Ut,{className:"brz-input",min:o,max:n,step:r,value:e,onFocus:()=>this.onFocus(t),onBlur:()=>this.onBlur(t),onChange:e=>this.handleInputValueChange(t,e)})));return i.a.createElement("div",Object(j.a)({className:u},a),i.a.createElement(s.a,{icon:p,className:"brz-icon"}),m)}}Object(o.a)(Yt,"defaultProps",{className:"",display:"inline",config:{defaultIcon:null,icons:["nc-settings"]},min:-9999,max:9999,step:1,value:null,attr:{},onChange:z.a.noop});var Xt=Yt,Zt=a(128);class Jt extends i.a.Component{render(){const e=this.props,t=e.className,a=e.choices,o=e.picker,n=e.attr,r=e.location,s=e.toolbar,c=l()("brz-ed-option__multiPicker","brz-ed-option__inline",t,n.className),d=a[o.value]&&a[o.value].length>0;return i.a.createElement("div",Object(j.a)({},n,{className:c}),i.a.createElement("div",{className:"brz-ed-multiPicker__head"},i.a.createElement(Zt.a,{className:"brz-ed-multiPicker__head__option",data:o})),i.a.createElement("div",{className:"brz-ed-multiPicker__body"},d&&i.a.createElement(u.a,{optionClassName:"brz-ed-multiPicker__option",data:a[o.value],location:r,toolbar:s})))}}Object(o.a)(Jt,"defaultProps",{className:"",attr:{},picker:{},choices:{},location:"",toolbar:null});var Qt=Jt;class ea extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"handleClick",()=>{const e=this.props,t=e.value,a=t.type,o=t.grouped,n=t.ungrouped;(0,e.onChange)({type:"grouped"===a?"ungrouped":"grouped",grouped:o,ungrouped:n,isChanged:"type",isChangedIndex:0})}),Object(o.a)(this,"handleInputValueChange",(e,t)=>{const a=this.props,o=a.value,n=o.type,i=o.grouped,r=o.ungrouped,l=a.onChange,s=this.props.value[n].map((a,o)=>o===e?t:a);l({type:n,grouped:"grouped"===n?s:i,ungrouped:"ungrouped"===n?s:r,isChanged:"value",isChangedIndex:e})})}render(){const e=this.props,t=e.className,a=e.attr,o=e.min,n=e.max,r=e.step,c=e.value.type,d=e.label,p=e.display,u=e.icon,m=l()("brz-ed-option__multi-border",`brz-ed-option__${p}`,t,a.className),h=l()("brz-button",{"brz-ed-option__multi-border--active":"grouped"===c});return i.a.createElement("div",Object(j.a)({},a,{className:m}),i.a.createElement("div",{className:"brz-label"},d),this.props.value[c].map((e,t)=>i.a.createElement(Ut,{className:"brz-input brz-ed-option__multi-input",key:t,min:o,max:n,step:r,value:e,onChange:e=>this.handleInputValueChange(t,e)})),i.a.createElement("button",{className:h,onClick:this.handleClick},i.a.createElement(s.a,{icon:u,className:"brz-icon"})))}}Object(o.a)(ea,"defaultProps",{className:"",display:"inline",icon:"nc-combined-shape",label:"Size",min:-9999,max:9999,step:1,attr:{},value:{type:"grouped",grouped:[],ungrouped:[]},onChange:z.a.noop});var ta=ea;const aa=1e3;class oa extends i.a.Component{constructor(){var e;super(...arguments),e=this,Object(o.a)(this,"state",{value:this.props.value.value}),Object(o.a)(this,"isFocused",!1),Object(o.a)(this,"handleInputChange",e=>{const t=e.target.value;this.setState({value:t},()=>{this.debouncedHandleChange()})}),Object(o.a)(this,"handlePopulationChange",e=>{this.setState({value:""},()=>{const t={population:e};this.handleChange(t,{changed:"population"})})}),Object(o.a)(this,"handleChange",function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const o=Object(y.a)({value:e.state.value,population:e.props.value.population},t),n=Object(y.a)({changed:"value",changeEvent:"change"},a);e.props.onChange(o,n)}),Object(o.a)(this,"debouncedHandleChange",z.a.debounce(function(){return e.isFocused&&e.handleChange(...arguments)},aa)),Object(o.a)(this,"handleInputFocus",()=>{this.isFocused=!0}),Object(o.a)(this,"handleInputBlur",()=>{if(this.isFocused=!1,this.props.value.value!==this.state.value){const e={},t={changed:"value",changeEvent:"blur"};this.handleChange(e,t)}}),Object(o.a)(this,"renderInput",()=>{const e=this.props,t=e.inputSize,a=e.inputType,o=e.placeholder,n=l()("brz-input brz-ed-control__input",`brz-ed-control__input--${t}`);return i.a.createElement("input",{className:n,placeholder:o,type:a,value:this.state.value,onChange:this.handleInputChange,onFocus:this.handleInputFocus,onBlur:this.handleInputBlur})})}componentWillUnmount(){this.isFocused&&this.handleInputBlur()}renderLabel(){const e=this.props,t=e.label,a=e.helper,o=e.helperContent,n=a?i.a.createElement("div",{className:"brz-ed-option__helper"},i.a.createElement(s.a,{icon:"nc-alert-circle-que"}),i.a.createElement("div",{className:"brz-ed-option__helper__content",dangerouslySetInnerHTML:{__html:o}})):null;return i.a.createElement("div",{className:"brz-ed-option__label brz-ed-option__input__label"},t,n)}render(){const e=this.props,t=e.className,a=e.helper,o=e.label,n=e.display,r=e.population,s=r.choices,c=r.show,d=e.value.population,p=l()("brz-ed-option__input",`brz-ed-option__${n}`,t),u=c?i.a.createElement(Mt,{choices:s,value:d,renderUnset:this.renderInput,onChange:this.handlePopulationChange}):this.renderInput();return i.a.createElement("div",{className:p},(o||a)&&this.renderLabel(),u)}}Object(o.a)(oa,"defaultProps",{className:"",label:"",placeholder:"",helper:!1,helperContent:"",display:"inline",value:{value:"",population:""},inputType:"text",inputSize:"large",population:{show:!1,choices:[]},onChange:z.a.noop});var na=oa;class ia extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"onChangeDebounced",z.a.debounce(e=>{console.log("textarea debounce"),this.props.onChange(e)},1e3)),Object(o.a)(this,"handleChance",e=>{console.log("textarea handleChange"),this.onChangeDebounced(e.target.value)}),Object(o.a)(this,"handleFocus",()=>{this.textarea.focus()}),Object(o.a)(this,"renderLabel",()=>{const e=this.props,t=e.label,a=e.helper,o=e.helperContent,n=a?i.a.createElement("div",{className:"brz-ed-option__helper"},i.a.createElement(s.a,{icon:"nc-alert-circle-que"}),i.a.createElement("div",{className:"brz-ed-option__helper__content",dangerouslySetInnerHTML:{__html:o}})):null;return i.a.createElement("div",{className:"brz-ed-option__label brz-ed-option__textarea__label"},t,n)})}render(){const e=this.props,t=e.label,a=e.className,o=e.helper,n=e.placeholder,r=e.attr,s=e.value,c=l()("brz-ed-option__textarea","brz-ed-option__inline",a,r.className),d=z.a.omit(r,"className");return i.a.createElement("div",Object(j.a)({className:c},d),t||o?this.renderLabel():null,i.a.createElement("textarea",{ref:e=>{this.textarea=e},type:"text",className:"brz-textarea brz-ed-control__textarea",placeholder:n,defaultValue:s,onClick:this.handleFocus,onChange:this.handleChance}))}}Object(o.a)(ia,"defaultProps",{className:"",label:"",placeholder:"",helper:!1,helperContent:"",attr:{},value:"",onChange:z.a.noop});var ra=ia,la=a(306);class sa extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"handleMouseDown",()=>{const e=this.props;e.value,e.onChange;pt.a.set("prompt",{prompt:"conditions",options:[{id:"triggers",type:"triggers",icon:"nc-triggers",label:Object(E.a)("Triggers"),title:Object(E.a)("WHAT WILL TRIGGER THE POPUP TO OPEN")},{id:"rules",type:"rules",icon:"nc-eye-17",label:Object(E.a)("Conditions"),title:Object(E.a)("WHERE DO YOU WANT TO DISPLAY IT?")}]})})}render(){const e=this.props,t=e.className,a=e.attr,o=Object(oe.b)().getState();let n=Object(M.v)(o);n=void 0===n?1:n;const r=Object(M.B)(o),s=l()("brz-ed-option__popup_conditions",t,a.className),c=z.a.omit(a,"className");return i.a.createElement("div",Object(j.a)({className:s,onMouseDown:this.handleMouseDown},c),i.a.createElement("span",{className:"brz-ed-option__popup_conditions-count"},n+r.length)," ",Object(E.a)("Set up Popup"))}}Object(o.a)(sa,"defaultProps",{className:"",attr:{}});var ca=sa,da=a(71),pa=a(29),ua=a(151),ma=a(55);const ha=140;class ba extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"handleCreate",()=>{pt.a.set("prompt",{prompt:"blocks",tabs:{templates:!1},tabProps:{blocks:{showSidebar:!1,showCategories:!1,showType:!1,showSearch:!1,type:"popups",onAddBlocks:this.handleAddBlocks},saved:{showSearch:!1,blocksFilter:e=>e.filter(e=>{let t=Object(tt.a)(e,2);t[0];return"SectionPopup"===t[1].type}),onAddBlocks:this.handleAddBlocks},global:{showSearch:!1,blocksFilter:e=>e.filter(e=>{let t=Object(tt.a)(e,2);t[0];return"SectionPopup"===t[1].type}),onAddBlocks:this.handleAddBlocks}}})}),Object(o.a)(this,"handleAddBlocks",e=>{const t=this.props,a=t.value.popups,o=t.globalBlocks,n=t.dispatch;let i,r=e.block,l=e.fonts;if(l&&n(Object(_.E)(l)),"GlobalBlock"!==r.type)i=Object(Ct.a)(),r=Object(da.a)(r,{value:{_blockVisibility:"unlisted",popupId:i}});else{const e=r.value.globalBlockId,t=o[e];t.value.popupId?i=t.value.popupId:(i=Object(Ct.a)(),n(Object(_.Z)({id:e,data:Object(da.a)(t,{value:{popupId:i}}),meta:{is_autosave:0}})))}this.props.onChange({value:i,popups:pa.a.insertItem(a,a.length,r)})}),Object(o.a)(this,"handleEdit",()=>{const e=this.props.popupKey;ua.a.get(e).open(),Object(se.d)(),ma.a&&ma.a.setParentsHover(!1)}),Object(o.a)(this,"handleEditLegacy",()=>{const e=this.props.value.value;ua.a.get(e).open(),Object(se.d)(),ma.a&&ma.a.setParentsHover(!1)}),Object(o.a)(this,"handleDelete",()=>{const e=this.props,t=e.value,a=t.value,o=t.popups,n=e.globalBlocks;this.props.onChange({value:"",popups:o.filter(e=>{if("GlobalBlock"!==e.type)return e.value.popupId!==a;{const t=e.value.globalBlockId,o=n[t];return!o||o.value.popupId!==a}})})});const e=this.props.value,t=e.value,a=e.popups;this.isLegacyValue=""!==t&&0===a.length}renderLabel(){const e=this.props,t=e.label,a=e.helper,o=e.helperContent;return i.a.createElement("div",{className:"brz-ed-option__label"},t,a&&i.a.createElement("div",{className:"brz-ed-option__helper"},i.a.createElement(s.a,{icon:"nc-alert-circle-que"}),i.a.createElement("div",{className:"brz-ed-option__helper__content",dangerouslySetInnerHTML:{__html:o}})))}renderThumbnail(){const e=this.props,t=e.globalBlocks,a=e.value,o=a.value,n=a.popups,r=e.canDelete,l=n.find(e=>("GlobalBlock"===e.type&&(e=t[e.value.globalBlockId]),e.value.popupId===o)),c=Object(T.b)(l,{searchScreenshotInStoreFirst:!0}),d=c.url,p=c.width,u=c.height,m=Object(H.c)(p,u,ha),h={width:`${m.width}px`,height:`${m.height}px`};return i.a.createElement("figure",{className:"brz-figure brz-ed-option__prompt-popup__image",style:h},i.a.createElement("img",{src:d,className:"brz-img",onClick:this.handleEdit,alt:"Popup Thumbnail"}),r&&i.a.createElement("div",{className:"brz-ed-option__prompt-popup-remove",onClick:this.handleDelete},i.a.createElement(s.a,{icon:"nc-circle-remove"})))}renderThumbnailLegacy(){const e=this.props,t=e.value.value,a=e.pageBlocks,o=e.canDelete;let n=a.find(e=>e.value._id===t);const r=Object(T.b)(n,{searchScreenshotInStoreFirst:!0}),l=r.url,c=r.width,d=r.height,p=Object(H.c)(c,d,ha),u={width:`${p.width}px`,height:`${p.height}px`};return i.a.createElement("figure",{className:"brz-figure brz-ed-option__prompt-popup__image",style:u},i.a.createElement("img",{src:l,className:"brz-img",onClick:this.handleEditLegacy,alt:"Popup Thumbnail"}),o&&i.a.createElement("div",{className:"brz-ed-option__prompt-popup-remove",onClick:this.handleDelete},i.a.createElement(s.a,{icon:"nc-circle-remove"})))}renderAdder(){return i.a.createElement("div",{className:"brz-ed-control__focal-point__label"},i.a.createElement("div",{className:"brz-ed-control__focal-point__upload",onClick:this.handleCreate},i.a.createElement(s.a,{icon:"nc-add"})))}render(){const e=this.props,t=e.className,a=e.attr,o=e.label,n=e.helper,r=e.display,s=e.value,c=l()("brz-ed-option__prompt-popup",`brz-ed-option__${r}`,t,a.className);let d;return d=s.value?this.isLegacyValue?this.renderThumbnailLegacy():this.renderThumbnail():this.renderAdder(),i.a.createElement("div",Object(j.a)({},a,{className:c}),o||n?this.renderLabel():null,d)}}Object(o.a)(ba,"defaultProps",{label:"",className:"",attr:{},helper:!1,helperContent:"",display:"inline",canDelete:!0,popupKey:"",value:{value:"",popups:[]},onChange:z.a.noop});var ga=Object(B.b)(e=>({pageBlocks:Object(M.p)(e),globalBlocks:Object(M.k)(e)}))(ba);class ya extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"handleClick",()=>{const e=this.props,t=e.value,a=e.onChange;pt.a.set("prompt",{prompt:"icon",value:t,onChange:a})})}render(){const e=this.props,t=e.className,a=e.attr,o=e.icon,n=l()("brz-ed-option__prompt-icon",t,a.className),r=z.a.omit(a,"className");return i.a.createElement("div",Object(j.a)({className:n,onClick:this.handleClick},r),i.a.createElement(s.a,{icon:o}))}}Object(o.a)(ya,"defaultProps",{className:"",attr:{},icon:"nc-grid-45",value:null,onChange:z.a.noop});var va=ya;class fa extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"onClick",e=>{this.props.onChange(e)}),Object(o.a)(this,"getCurrent",()=>z.a.find(this.props.children,e=>e.props.value===this.props.defaultValue)||this.props.children[0]),Object(o.a)(this,"renderOptions",()=>z.a.map(this.props.children,(e,t)=>i.a.cloneElement(e,{key:t,active:this.props.defaultValue===e.props.value,onClick:e.props.disabled?null:this.onClick.bind(null,e.props.value)})))}render(){const e=this.props,t=e.className,a=e.name,o=e.defaultValue,n=l()("brz-ed-control__radio-group",t);return i.a.createElement("div",{className:n},this.renderOptions(),i.a.createElement("div",null,i.a.createElement("input",{className:"brz-input",name:a,type:"hidden",value:o})))}}Object(o.a)(fa,"defaultProps",{name:"defaultName",className:"",defaultValue:"",onChange:z.a.noop});class Ca extends i.a.Component{render(){const e=this.props,t=e.className,a=e.active,o=e.children,n=e.onClick,r=l()("brz-control__radio-option",{active:a},t);return i.a.createElement("div",{className:r,onClick:n},o)}}class wa extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"renderIcon",e=>i.a.createElement("div",{className:"brz-ed-option__radio-group__icon"},i.a.createElement(s.a,{icon:e}))),Object(o.a)(this,"renderLabel",()=>{const e=this.props,t=e.label,a=e.helper,o=e.helperContent,n=a?i.a.createElement("div",{className:"brz-ed-option__helper"},i.a.createElement(s.a,{icon:"nc-alert-circle-que"}),i.a.createElement("div",{className:"brz-ed-option__helper__content",dangerouslySetInnerHTML:{__html:o}})):null;return i.a.createElement("div",{className:"brz-ed-option__label brz-ed-option__radio-group__label"},t,n)}),Object(o.a)(this,"renderRadioChoices",e=>e.map(e=>{let t=e.value,a=e.title,o=e.icon;const n=l()({"brz-ed-option__radio-group--boxed":o});return i.a.createElement(Ca,{key:t,value:t,className:n},o?this.renderIcon(o):null,a?this.renderTitle(a):null)})),Object(o.a)(this,"renderTitle",e=>i.a.createElement("div",{className:"brz-ed-option__radio-group__title"},e))}render(){const e=this.props,t=e.label,a=e.display,o=e.className,n=e.helper,r=e.choices,s=e.attr,c=e.value,d=e.onChange,p=l()("brz-ed-option__radio-group",`brz-ed-option__${a}`,o,s.className),u=z.a.omit(s,"className");return i.a.createElement("div",Object(j.a)({className:p},u),t||n?this.renderLabel():null,i.a.createElement(fa,{defaultValue:c,onChange:d},this.renderRadioChoices(r)))}}Object(o.a)(wa,"defaultProps",{label:"",display:"inline",icon:"",title:"",className:"",value:"",helper:!1,helperContent:"",attr:{},choices:[],onChange:z.a.noop});var Oa=wa;class xa extends n.Component{renderForEdit(){const e=this.props,t=e.className,a=e.name,o=e.active,n=e.value,r=e.children,s=e.renderIcons,c=e.onClick,d=l()("brz-control__check-group-option",{active:o},t);return i.a.createElement("div",{className:d,onClick:c},"function"==typeof s&&s({active:o}),r,i.a.createElement("input",{className:"brz-input",type:"hidden",name:a,value:n}))}renderForView(){const e=this.props,t=e.className,a=e.active,o=e.name,n=e.value,r=e.required,s=e.children,c=l()("brz-control__check-group-option",t),d=Object(Ct.a)();return i.a.createElement("div",{className:c},i.a.createElement("input",{id:d,className:"brz-input",type:"checkbox",name:o,value:n,checked:a,onChange:()=>{},required:r,"data-type":this.props["data-type"],"data-label":this.props["data-label"]}),i.a.createElement("label",{className:"brz-label",htmlFor:d},i.a.createElement("div",{className:"brz-control__check-group-icon brz-control__check-group--check"},i.a.createElement(Rt.a,{name:"check-alt",type:"editor"})),i.a.createElement("div",{className:"brz-control__check-group-icon brz-control__check-group--uncheck"},i.a.createElement(Rt.a,{name:"uncheck-alt",type:"editor"})),s))}render(){return this.renderForEdit()}}Object(o.a)(xa,"propTypes",{className:h.a.string,active:h.a.bool,value:h.a.string.isRequired,name:h.a.string.isRequired,onClick:h.a.func,renderIcons:h.a.func}),Object(o.a)(xa,"defaultProps",{className:"",active:!1,value:"",name:"",renderIcons:z.a.noop,onClick:z.a.noop});class Sa extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"handleChange",e=>{const t=this.props,a=t.defaultValue;(0,t.onChange)(Object(y.a)({},a,{[e]:!a[e]}))})}renderOptions(){const e=this.props,t=e.defaultValue,a=e.children;return i.a.Children.map(a,(e,a)=>i.a.cloneElement(e,{key:a,active:Boolean(t[e.props.value]),onClick:e.props.disabled?null:()=>this.handleChange(e.props.value)}))}render(){const e=l()("brz-control__check-group",this.props.className);return i.a.createElement("div",{className:e},this.renderOptions())}}Object(o.a)(Sa,"propTypes",{name:h.a.string,className:h.a.string,defaultValue:h.a.object.isRequired,onChange:h.a.func.isRequired}),Object(o.a)(Sa,"defaultProps",{name:"defaultName",className:"",defaultValue:{},onChange:z.a.noop});class ka extends i.a.Component{renderLabel(){const e=this.props,t=e.label,a=e.helper,o=e.helperContent,n=a?i.a.createElement("div",{className:"brz-ed-option__helper"},i.a.createElement(s.a,{icon:"nc-alert-circle-que"}),i.a.createElement("div",{className:"brz-ed-option__helper__content",dangerouslySetInnerHTML:{__html:o}})):null;return i.a.createElement("div",{className:"brz-ed-option__label brz-ed-option__check-group__label"},t,n)}renderChoices(){return this.props.choices.map(e=>{let t=e.value,a=e.title,o=e.icon;const n=l()({"brz-ed-option__check-group--boxed":o});return i.a.createElement(xa,{key:t,className:n,name:a||o,value:t},o&&i.a.createElement("div",{className:"brz-ed-option__check-group__icon"},i.a.createElement(s.a,{icon:o})),a&&i.a.createElement("div",{className:"brz-ed-option__check-group__title"},a))})}render(){const e=this.props,t=e.label,a=e.display,o=e.className,n=e.helper,r=e.attr,s=e.value,c=e.onChange,d=l()("brz-ed-option__check-group",`brz-ed-option__${a}`,o,r.className);return i.a.createElement("div",Object(j.a)({},r,{className:d}),t||n?this.renderLabel():null,i.a.createElement(Sa,{defaultValue:s,onChange:c},this.renderChoices()))}}Object(o.a)(ka,"propTypes",{label:h.a.string,display:h.a.string,icon:h.a.string,title:h.a.string,className:h.a.string,helper:h.a.bool,helperContent:h.a.string,attr:h.a.object,choices:h.a.array.isRequired,value:h.a.object.isRequired,onChange:h.a.func.isRequired}),Object(o.a)(ka,"defaultProps",{label:"",display:"inline",icon:"",title:"",className:"",value:{},helper:!1,helperContent:"",attr:{},choices:[],onChange:z.a.noop});var ja=ka;class Ba extends n.Component{render(){const e=this.props,t=e.className,a=e.value,o=e.min,n=e.max,r=e.step,s=l()("brz-ed-control__slider",t);return i.a.createElement("div",{className:s},i.a.createElement(at.a,{value:a,min:o,max:n,step:r,onChange:this.props.onChange,onAfterChange:this.props.onChangeEnd}))}}Object(o.a)(Ba,"defaultProps",{value:100,min:0,max:100,step:1,onChange:z.a.noop,onChangeEnd:z.a.noop});class Pa extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"state",{inputText:""}),Object(o.a)(this,"inputRef",i.a.createRef()),Object(o.a)(this,"handleInputTextChange",e=>{this.setState({inputText:e})}),Object(o.a)(this,"handleInputValueChange",e=>{const t=this.props,a=t.suffixValue;(0,t.onChange)({value:e,suffixValue:a})}),Object(o.a)(this,"handleSuffixChange",e=>{const t=this.props,a=t.value;(0,t.onChange)({value:a,suffixValue:e})})}componentDidMount(){this.setState({inputText:this.inputRef.current.getText()})}componentDidUpdate(){this.state.inputText!==this.inputRef.current.getText()&&this.setState({inputText:this.inputRef.current.getText()})}renderSuffix(){const e=this.props,t=e.suffixes,a=e.suffixValue;return t.map((e,o)=>{const n=e.title,r=e.value,s=l()("brz-ed-option__text-box__helper",{"brz-ed-option__text-box__helper--active":r===a}),c=t.length>1?()=>{this.handleSuffixChange(r)}:null;return i.a.createElement("div",{key:r,className:s,onClick:c},n)})}render(){const e=this.props,t=e.className,a=e.attr,o=e.min,n=e.max,r=e.step,s=e.value,c=e.suffixes,d=e.suffixValue,p=this.state.inputText,u=null!==d&&c.length>1,m=l()("brz-ed-option__text-box",{"brz-ed-option__text-box--fixed-width":u},t,a.className),h=`${p.slice(0,-1)}9`;return i.a.createElement("div",Object(j.a)({},a,{className:m}),i.a.createElement("label",{className:"brz-label"},i.a.createElement("div",{className:"brz-ed-option__text-box__input"},!u&&i.a.createElement("div",{className:"brz-invisible"},h),i.a.createElement(Ut,{ref:this.inputRef,className:"brz-input brz-ed-control__text-box--resizer",min:o,max:n,step:r,value:s,onTextChange:this.handleInputTextChange,onChange:this.handleInputValueChange})),c.length>0&&this.renderSuffix()))}}Object(o.a)(Pa,"defaultProps",{className:"",attr:{},suffixes:[{title:"px",value:"px"}],min:0,max:0,step:0,value:0,suffixValue:null,onChange:z.a.noop});var za=Pa;class Ta extends i.a.Component{constructor(e){super(e),Object(o.a)(this,"handleSliderChange",e=>{this.handleChange({value:e},{sliderDragEnd:!1})}),Object(o.a)(this,"handleSliderChangeEnd",e=>{this.handleChange({value:e},{sliderDragEnd:!0})}),Object(o.a)(this,"handleInputChange",e=>{let t=e.value,a=e.suffixValue;this.handleChange({value:t,suffix:a},{sliderDragEnd:!0})}),Object(o.a)(this,"handleChange",(e,t)=>{const a=this.props.onChange,o=this.state,n=Object(y.a)({},o,e);this.setState(n),a(n,t)});const t=e.value;this.state=Object(y.a)({},t)}componentWillReceiveProps(e){let t=e.value;t.value===this.state.value&&t.suffix===this.state.suffix||this.setState(Object(y.a)({},t))}renderLabel(){const e=this.props,t=e.label,a=e.helper,o=e.helperContent;return i.a.createElement("div",{className:"brz-ed-option__label brz-ed-option__slider__label"},t,a&&i.a.createElement("div",{className:"brz-ed-option__helper"},i.a.createElement(s.a,{icon:"nc-alert-circle-que"}),i.a.createElement("div",{className:"brz-ed-option__helper__content",dangerouslySetInnerHTML:{__html:o}})))}renderIcon(){const e=this.props,t=e.icon,a=e.title;return i.a.createElement("div",{className:"brz-ed-option__slider__icon",title:a},i.a.createElement(s.a,{icon:t}))}renderInput(){const e=this.constructor.defaultProps,t=this.props,a=this.props,o=a.suffix,n=o.show,r=void 0===n?e.suffix.show:n,l=o.choices,s=void 0===l?e.suffix.choices:l,c=a.input,d=c.min,p=void 0===d?null!=e.input.min?e.input.min:null!=t.slider.min?t.slider.min:e.slider.min:d,u=c.max,m=void 0===u?null!=e.input.max?e.input.max:null!=t.slider.max?t.slider.max:e.slider.max:u,h=c.step,b=void 0===h?null!=e.input.step?e.input.step:null!=t.slider.step?t.slider.step:e.slider.step:h,g=this.state,y=g.value,v=g.suffix;return i.a.createElement(za,{min:Number(p),max:Number(m),step:Number(b),suffixes:r?s:[],suffixValue:r?v:null,value:Number(y),onChange:this.handleInputChange})}render(){const e=this.constructor.defaultProps,t=this.props,a=t.className,o=t.label,n=t.display,r=t.slider,s=r.min,c=void 0===s?e.slider.min:s,d=r.max,p=void 0===d?e.slider.max:d,u=r.step,m=void 0===u?e.slider.step:u,h=t.input,b=t.suffix,g=t.helper,y=t.attr,v=t.icon,f=l()("brz-ed-option__slider",`brz-ed-option__${n}`,{"brz-ed-option__slider-suffix":b.length>0},a,y.className),C=z.a.omit(y,"className"),w=Object(Vt.a)(this.state.value,c,p);return i.a.createElement("div",Object(j.a)({className:f},C),o||g?this.renderLabel():null,i.a.createElement("div",{className:"brz-ed-option__slider__content"},v&&this.renderIcon(),i.a.createElement(Ba,{id:this.props.id,min:Number(c),max:Number(p),step:Number(m),value:Number(w),onChange:this.handleSliderChange,onChangeEnd:this.handleSliderChangeEnd}),h.show&&this.renderInput()))}}Object(o.a)(Ta,"defaultProps",{label:"",title:"",display:"inline",className:"",helperContent:"",helper:!1,icon:"",attr:{},slider:{min:0,max:100,step:1},input:{show:!1,min:-9999,max:9999,step:null},suffix:{show:!1,choices:[]},value:{value:0,suffix:null},onChange:z.a.noop});var Ha=Ta;class Ma extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"nodeRef",i.a.createRef()),Object(o.a)(this,"inputRef",i.a.createRef()),Object(o.a)(this,"mounted",!1),Object(o.a)(this,"mouseDown",!1),Object(o.a)(this,"timeoutId",null),Object(o.a)(this,"intervalId",null),Object(o.a)(this,"handleDocumentMouseUp",()=>{this.mouseDown&&(this.mouseDown=!1,clearTimeout(this.timeoutId),clearInterval(this.intervalId))}),Object(o.a)(this,"handleIncrement",()=>{this.emulateNativeInput(this.handleIncrementCb)}),Object(o.a)(this,"handleIncrementCb",()=>{this.inputRef.current.increment()}),Object(o.a)(this,"handleDecrement",()=>{this.emulateNativeInput(this.handleDecrementCb)}),Object(o.a)(this,"handleDecrementCb",()=>{this.inputRef.current.decrement()})}componentDidMount(){this.mounted=!0,this.nodeRef.current.ownerDocument.addEventListener("mouseup",this.handleDocumentMouseUp)}componentWillUnmount(){this.mounted=!1,this.nodeRef.current.ownerDocument.removeEventListener("mouseup",this.handleDocumentMouseUp),clearTimeout(this.timeoutId),clearInterval(this.intervalId)}emulateNativeInput(e){e(),this.mouseDown=!0,this.timeoutId=setTimeout(()=>{this.mounted&&this.mouseDown&&(this.intervalId=setInterval(()=>{this.mounted&&this.mouseDown&&e()},50))},400)}render(){const e=this.props,t=e.className,a=e.value,o=e.min,n=e.max,r=e.step,c=e.onChange,d=l()("brz-ed-control__stepper",t);return i.a.createElement("div",{ref:this.nodeRef,className:d},i.a.createElement("div",{className:"brz-ed-control__stepper--value"},i.a.createElement(Ut,{ref:this.inputRef,className:"brz-input brz-ed-control__input",value:a,min:o,max:n,step:r,onChange:c})),i.a.createElement("div",{className:"brz-ed-control__stepper--arrows"},i.a.createElement("div",{className:"brz-ed-control__stepper--up",onMouseDown:this.handleIncrement},i.a.createElement(s.a,{icon:"nc-stre-up"})),i.a.createElement("div",{className:"brz-ed-control__stepper--down",onMouseDown:this.handleDecrement},i.a.createElement(s.a,{icon:"nc-stre-down"}))))}}Object(o.a)(Ma,"defaultProps",{className:"",min:0,max:10,step:1,value:1,onChange:z.a.noop});class _a extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"renderLabel",()=>{const e=this.props,t=e.label,a=e.helper,o=e.helperContent,n=a?i.a.createElement("div",{className:"brz-ed-option__helper"},i.a.createElement(s.a,{icon:"nc-alert-circle-que"}),i.a.createElement("div",{className:"brz-ed-option__helper__content",dangerouslySetInnerHTML:{__html:o}})):null;return i.a.createElement("div",{className:"brz-ed-option__label brz-ed-option__stepper__label"},t,n)})}render(){const e=this.props,t=e.label,a=e.display,o=e.min,n=e.max,r=e.step,s=e.helper,c=e.value,d=e.className,p=e.attr,u=e.onChange,m=l()("brz-ed-option__stepper",`brz-ed-option__${a}`,d,p.className),h=z.a.omit(p,"className");return i.a.createElement("div",Object(j.a)({className:m},h),t||s?this.renderLabel():null,i.a.createElement(Ma,{value:Number(c),min:Number(o),max:Number(n),step:Number(r),onChange:u}))}}Object(o.a)(_a,"defaultProps",{label:"",display:"inline",min:0,max:10,step:1,value:5,className:"",attr:{},helper:!1,helperContent:"",onChange:z.a.noop});var Ea=_a,Ra=a(149);class Ia extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"handleChange",e=>{const t=this.props,a=t.closeTooltip,o=t.showHiddenElements,n=t.onChange;if("off"===e&&a&&!o){const e=Object(p.b)();e&&e.state.isOpen&&e.close()}n(e)})}renderLabel(){const e=this.props,t=e.label,a=e.helper,o=e.helperContent;return i.a.createElement("div",{className:"brz-ed-option__label brz-ed-option__switch__label"},t,a&&i.a.createElement("div",{className:"brz-ed-option__helper"},i.a.createElement(s.a,{icon:"nc-alert-circle-que"}),i.a.createElement("div",{className:"brz-ed-option__helper__content",dangerouslySetInnerHTML:{__html:o}})))}render(){const e=this.props,t=e.label,a=e.display,o=e.helper,n=e.value,r=e.valueMap,s=e.attr,c=e.className,d=l()("brz-ed-option__switch",`brz-ed-option__${a}`,c,s.className);return i.a.createElement("div",Object(j.a)({},s,{className:d}),t||o?this.renderLabel(t):null,i.a.createElement(Ra.a,{key:n,defaultValue:n,valueMap:r,onChange:this.handleChange}))}}Object(o.a)(Ia,"defaultProps",{label:"",display:"inline",className:"",closeTooltip:!1,value:"off",valueMap:{true:"on",false:"off"},attr:{},helper:!1,helperContent:"",onChange:z.a.noop});var Aa=Object(B.b)(e=>({showHiddenElements:Object(M.m)(e)}))(Ia);class Na extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"renderTabIcon",e=>i.a.createElement(s.a,{icon:e})),Object(o.a)(this,"renderTabs",()=>{const e=i.a.Children.toArray(this.props.children);if(1===e.length&&this.props.hideHandlesWhenOne)return null;const t=e.map((e,t)=>i.a.createElement("li",{key:t,title:e.props.title,className:l()("brz-li brz-ed-control__tab",e.props.icon?"brz-ed-control__tab__icon":null,{active:this.props.value===e.props.value}),onClick:this.props.onChange.bind(null,e.props.value)},e.props.icon?this.renderTabIcon(e.props.icon):null,i.a.createElement("span",{className:"brz-span"},e.props.label))),a=l()("brz-ul brz-ed-control__tabs",`brz-justify-content-xs-${this.props.align}`,`brz-ed-control__tabs__${this.props.tabsPosition}`,this.props.tabsClassName);return t.length?i.a.createElement("ul",{className:a},t):null}),Object(o.a)(this,"renderTabContent",()=>{const e=i.a.Children.toArray(this.props.children),t=l()("brz-ed-control__tab__content",`brz-ed-control__tabs__content__${this.props.tabsPosition}`);return e.map((e,a)=>{if(this.props.value===e.props.value)return i.a.createElement("div",{key:a,className:t},e.props.children)})})}render(){return i.a.createElement("div",{className:this.props.className},this.props.helper,this.renderTabs(),this.renderTabContent())}}Object(o.a)(Na,"defaultProps",{align:"",className:"",tabsClassName:"",tabsPosition:"top",value:0,hideHandlesWhenOne:!0,onChange:z.a.noop,helper:null});class La extends i.a.Component{render(){return this.props.children}}class Va extends i.a.Component{static shouldOptionBeFiltered(e){return e.tabs.every(e=>0===Object(u.b)(e.options).length)}constructor(e){super(e),Object(o.a)(this,"handleTabChange",e=>{this.isControlled?this.props.onChange(e):e!==this.state.activeTab&&this.setState({activeTab:e},()=>{const e=Object(p.b)();e&&e.reposition()})});const t=this.filterTabs(e.tabs),a=Object(tt.a)(t,1)[0];this.state={activeTab:a&&(a.id||a.label||a.tabIcon)},this.isControlled=null!==e.value}getActiveTab(){const e=this.props,t=e.tabs,a=e.value,o=this.filterTabs(t).some(e=>{return e.id===a});return this.isControlled&&o?a:this.state.activeTab}filterTabs(e){return e.filter(e=>0!==Object(u.b)(e.options).length)}render(){const e=this.props,t=e.tabs,a=e.className,o=e.tabsPosition,n=e.tabsClassName,r=e.hideHandlesWhenOne,l=e.align,s=e.location,c=e.toolbar,d=this.filterTabs(t).map(e=>{let t=e.id,o=e.title,n=e.label,r=e.options,l=e.tabIcon;const d=t||n||l;return i.a.createElement(La,{key:d,title:o,label:n,icon:l,value:d},i.a.createElement(u.a,{className:"brz-ed-tabs__options",optionClassName:a,data:r,toolbar:c,location:s}))});return i.a.createElement(Na,{className:"brz-ed-tabs__option--inline",tabsClassName:n,tabsPosition:o,value:this.getActiveTab(),align:l,hideHandlesWhenOne:r,onChange:this.handleTabChange},d)}}Object(o.a)(Va,"defaultProps",{align:"center",hideHandlesWhenOne:!0,tabs:[],location:"",value:null,toolbar:null});var Fa=Va;class Wa extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"getCurrentIndex",()=>{const e=this.props,t=e.children,a=e.value;return z.a.findIndex(t,function(e){return e.props.value===a},this)||0}),Object(o.a)(this,"onClick",e=>{const t=this.props,a=t.children,o=t.onChange,n=this.getCurrentIndex();o(a[n+1<i.a.Children.count(a)?n+1:0].props.value)})}render(){const e=this.props,t=e.className,a=e.title,o=e.children[this.getCurrentIndex()],n=l()("brz-ed-control__icon-carousel",t);return i.a.createElement("div",{className:n,title:a,onClick:this.onClick},o)}}Object(o.a)(Wa,"defaultProps",{className:"",title:"",value:"",onChange:z.a.noop});class Da extends i.a.Component{render(){const e=this.props,t=e.className,a=e.icon;return i.a.createElement(s.a,{className:t,icon:a})}}Object(o.a)(Da,"defaultProps",{className:"",icon:""});class $a extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"handleChange",e=>{const t=this.props,a=t.closeTooltip,o=t.showHiddenElements,n=t.onChange;if("off"===e&&a&&!o){const e=Object(p.b)();e&&e.close()}n(e)})}render(){const e=this.props,t=e.className,a=e.attr,o=e.choices,n=e.value,r=z.a.map(o,e=>{let t=e.icon,a=e.value;return i.a.createElement(Da,{key:t,value:a,icon:t})}),s=l()("brz-ed-option__toggle",t,a.className),c=o.filter(e=>e.value===n)[0].title,d=void 0===c?"":c;return i.a.createElement(Wa,Object(j.a)({value:n,title:d,onChange:this.handleChange},a,{className:s}),r)}}Object(o.a)($a,"defaultProps",{className:"",attr:{},closeTooltip:!1,value:"",choices:[]});var Ga=Object(B.b)(e=>({showHiddenElements:Object(M.m)(e)}))($a);class Ka extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"handleInputValueChange",e=>{this.props.onChange(e)})}renderLabel(){const e=this.props,t=e.label,a=e.helper,o=e.helperContent,n=a?i.a.createElement("div",{className:"brz-ed-option__helper"},i.a.createElement(EditorIcon,{icon:"nc-alert-circle-que"}),i.a.createElement("div",{className:"brz-ed-option__helper__content",dangerouslySetInnerHTML:{__html:o}})):null;return i.a.createElement("div",{className:"brz-ed-option__label brz-ed-option__input-number__label"},t,n)}render(){const e=this.props,t=e.className,a=e.label,o=e.helper,n=e.attr,r=e.min,s=e.max,c=e.step,d=e.value,p=l()("brz-ed-option__inline","brz-ed-option__input-number",t,n.className);return i.a.createElement("div",Object(j.a)({},n,{className:p}),(a||o)&&this.renderLabel(),i.a.createElement("div",{className:"brz-ed-option__input-number-wrap"},i.a.createElement(Ut,{className:"brz-input",min:r,max:s,step:c,value:d,onChange:this.handleInputValueChange})))}}Object(o.a)(Ka,"defaultProps",{className:"",label:"",placeholder:"",helper:!1,helperContent:"",attr:{},min:-9999,max:9999,step:1,value:0,onChange:z.a.noop});var qa=Ka;const Ua=at.a.Handle;class Ya extends i.a.Component{constructor(e){super(e),Object(o.a)(this,"handleOnMouseDown",e=>{const t=0===e?"startPointer":"finishPointer";this.handleChange({activePointer:t})}),Object(o.a)(this,"handleRangeChange",e=>{this.handleChange({startPointer:e[0],finishPointer:e[1]})}),Object(o.a)(this,"handleChange",e=>{const t=this.state,a=Object(y.a)({},t,e);this.setState(a),this.props.onChange(a)}),Object(o.a)(this,"handle",e=>{const t=e.className,a=(e.dragging,e.value),o=e.index,n=Object(Me.a)(e,["className","dragging","value","index"]),r=l()(t,{"brz-ed-rc-slider-handle--active":"startPointer"===this.state.activePointer&&0===o||"finishPointer"===this.state.activePointer&&1===o});return i.a.createElement(Ua,Object(j.a)({key:o,value:a,onMouseDown:()=>this.handleOnMouseDown(o)},n,{className:r}))});const t=e.value;this.state=Object(y.a)({},t)}componentWillReceiveProps(e){let t=e.value;t.startPointer===this.state.startPointer&&t.finishPointer===this.state.finishPointer&&t.activePointer===this.state.activePointer&&t.bgColorHex===this.state.bgColorHex&&t.gradientColorHex===this.state.gradientColorHex||this.setState(Object(y.a)({},t))}render(){const e=this.props,t=e.className,a=e.config.range,o=a.min,n=a.max,r=a.step,s=e.attr,c=l()("brz-ed-option__range",t,s.className),d=z.a.omit(s,"className"),p=this.state,u=p.startPointer,m=p.finishPointer,h=p.bgColorHex,b=p.gradientColorHex;return i.a.createElement("div",Object(j.a)({className:c},d),i.a.createElement("div",{className:"brz-ed-option__range__content"},i.a.createElement(nt,{id:this.props.id,min:o,max:n,step:r,startPointer:u,finishPointer:m,handle:this.handle,railStyle:{backgroundImage:`linear-gradient(to right, ${h}, ${b})`},onChange:this.handleRangeChange})))}}Object(o.a)(Ya,"defaultProps",{className:"",attr:{},config:{range:{min:0,max:100,step:1}},value:{startPointer:0,finishPointer:100,activePointer:"startPointer",bgColorHex:"#000000",gradientColorHex:"#000000"},onChange:z.a.noop});var Xa=Ya;class Za extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"handleMouseDown",e=>{e.preventDefault(),pt.a.set("prompt",{prompt:"apps-integrations",value:this.props.value})})}render(){const e=this.props,t=e.className,a=e.attr,o=e.icon,n=l()("brz-ed-option__button",t,a.className);return i.a.createElement("div",Object(j.a)({},a,{className:n,onMouseDown:this.handleMouseDown}),i.a.createElement(s.a,{icon:o}))}}Object(o.a)(Za,"defaultProps",{className:"",attr:{},icon:"nc-cog",value:{}});var Ja=Za,Qa=a(309);t.a={advancedSettings:k,blockThumbnail:L,button:F,buttonTooltip:G,codeMirror:U,colorFields:te,colorPaletteEditor:de,colorPalette:ie,colorPalette2:le,colorPicker:He,colorPicker2:ct,fontFamily:bt,fontStyle:vt,fontStyleEditor:St,formApps:jt,grid:Pt,imageSetter:Et,iconSetter:Lt,multiPicker:Qt,multiInput:Xt,multiInputPicker:ta,input:na,textarea:ra,popover:la.a,popupConditions:ca,promptAddPopup:ga,promptIcon:va,radioGroup:Oa,checkGroup:ja,select:yt,slider:Ha,stepper:Ea,switch:Aa,tabs:Fa,toggle:Ga,inputNumber:qa,range:Xa,range2:lt,integrationsApps:Ja,fileUpload:Qa.a}},151:function(e,t,a){"use strict";var o={};a.r(o),a.d(o,"getItems",function(){return R});var n={};a.r(n),a.d(n,"getItems",function(){return I});var i=a(9),r=a(5),l=a(3),s=a(0),c=a.n(s),d=a(21),p=a.n(d),u=a(6),m=a.n(u),h=a(22),b=a(25),g=a(29),y=a(66),v=a(55),f=a(47),C=a(19),w=a(114),O=a(37),x=a(35),S=a(36),k=a(40),j=a(23),B=a(11),P=a(17),z=a(13),T=a(18),H=a(15),M=a(1),_=a(2),E=a(4);function R(e){let t=e.v,a=e.device,o=e.component;const n=e=>Object(_.defaultValueKey)({key:e,device:a,state:"normal"}),i=e=>Object(_.defaultValueValue)({v:t,key:e,device:a,state:"normal"}),r=Object(H.d)(i("bgColorHex"),i("bgColorPalette")).hex;return[{id:n("toolbarPopup"),type:"popover",icon:"nc-popup",title:"Popup",devices:"desktop",position:70,options:[{id:n("makeItGlobal"),label:Object(M.a)("Make it Global"),type:"switch",value:o.props.meta.globalBlockId?"on":"off",onChange:e=>{"on"===e?o.becomeGlobal():o.becomeNormal()}},{id:"popupConditions",type:"popupConditions"}]},{id:n("toolbarMedia"),type:"popover",icon:"nc-background",title:Object(M.a)("Background"),position:80,options:[{id:n("tabsState"),tabsPosition:"left",type:"tabs",value:i("tabsState"),tabs:[{id:n("tabNormal"),tabIcon:"nc-circle",title:Object(M.a)("Normal"),options:[{id:n("tabsMedia"),label:Object(M.a)("Background"),type:"tabs",value:i("tabsMedia"),tabs:[{id:n("tabMedia"),label:Object(M.a)("Image"),options:[Object(E.d)({v:t,device:a,state:"normal",onChange:["onChangeBgImage","onChangeBgImageBgOpacity"]})]}]}]}]}],onChange:(e,t)=>{let a=t.isOpen;return{[n("tabsMedia")]:a?i("tabsMedia"):""}}},{id:n("toolbarColor"),type:"popover",size:"auto",title:Object(M.a)("Colors"),position:90,icon:{style:{backgroundColor:Object(T.c)(r,i("bgColorOpacity"))}},options:[{id:n("tabsState"),tabsPosition:"left",type:"tabs",value:i("tabsState"),tabs:[{id:n("tabNormal"),tabIcon:"nc-circle",title:Object(M.a)("Normal"),options:[{id:n("tabsColor"),type:"tabs",value:i("tabsColor"),tabs:[{id:n("tabOverlay"),label:Object(M.a)("Overlay"),options:[Object(E.b)({v:t,device:a,state:"normal",onChangeType:["onChangeBgColorType2"],onChangeHex:["onChangeBgColorHexAndOpacity2","onChangeBgColorHexAndOpacityPalette2","onChangeBgColorHexAndOpacityDependencies2"],onChangePalette:["onChangeBgColorPalette2","onChangeBgColorPaletteOpacity2","onChangeBgColorHexAndOpacityDependencies2"],onChangeGradientHex:["onChangeBgColorHexAndOpacity2","onChangeBgColorHexAndOpacityPalette2","onChangeBgColorHexAndOpacityDependencies2"],onChangeGradientPalette:["onChangeBgColorPalette2","onChangeBgColorPaletteOpacity2","onChangeBgColorHexAndOpacityDependencies2"],onChangeGradient:["onChangeGradientRange2"]}),{type:"grid",className:"brz-ed-grid__color-fileds",columns:[{width:30,options:[Object(E.c)({v:t,device:a,state:"normal",prefix:"startPointer"===i("gradientActivePointer")?"bg":"gradient",onChange:["onChangeBgColorHexAndOpacity2","onChangeBgColorHexAndOpacityPalette2","onChangeBgColorHexAndOpacityDependencies2"]})]},{width:52,options:[Object(E.zc)({v:t,device:a,state:"normal",className:"brz-ed__select--transparent brz-ed__select--align-right",disabled:"solid"===i("bgColorType")})]},{width:18,options:[Object(E.xc)({v:t,device:a,state:"normal",disabled:"solid"===i("bgColorType")||"radial"===i("gradientType")}),Object(E.yc)({v:t,device:a,state:"normal",disabled:"solid"===i("bgColorType")||"linear"===i("gradientType")})]}]}]},{id:n("tabClose"),label:Object(M.a)("Close"),options:[Object(E.s)({v:t,device:a,state:"normal",devices:"desktop",onChangeHex:["onChangeColorHexAndOpacity","onChangeColorHexAndOpacityPalette"],onChangePalette:["onChangeColorPalette","onChangeColorPaletteOpacity"]}),{type:"grid",className:"brz-ed-grid__color-fileds",columns:[{width:100,options:[Object(E.t)({v:t,device:a,state:"normal",devices:"desktop",onChange:["onChangeColorHexAndOpacity","onChangeColorHexAndOpacityPalette"]})]},{width:52,options:[]},{width:18,options:[]}]}]}]}]},{id:n("tabHover"),tabIcon:"nc-hover",title:Object(M.a)("Hover"),devices:"desktop",options:[{id:n("tabsColor"),type:"tabs",value:i("tabsColor"),hideHandlesWhenOne:!1,tabs:[{id:n("tabClose"),label:Object(M.a)("Close"),options:[Object(E.s)({v:t,device:a,state:"hover",devices:"desktop",onChangeHex:["onChangeColorHexAndOpacity","onChangeColorHexAndOpacityPalette"],onChangePalette:["onChangeColorPalette","onChangeColorPaletteOpacity"]}),{type:"grid",className:"brz-ed-grid__color-fileds",columns:[{width:100,options:[Object(E.t)({v:t,device:a,state:"hover",devices:"desktop",onChange:["onChangeColorHexAndOpacity","onChangeColorHexAndOpacityPalette"]})]},{width:52,options:[]},{width:18,options:[]}]}]}]}]}]}],onChange:(e,t)=>{let a=t.isOpen;return{[n("tabsColor")]:a?i("tabsColor"):""}}},{id:n("makeItSaved"),type:"buttonTooltip",icon:"nc-save-section",position:100,title:Object(M.a)("Save"),devices:"desktop",tooltipContent:Object(M.a)("Saved"),onChange:()=>{o.becomeSaved()}},{id:n("toolbarSettings"),type:"popover",icon:"nc-cog",title:Object(M.a)("Settings"),roles:["admin"],devices:"desktop",position:110,options:[{id:n("advancedSettings"),type:"advancedSettings",label:Object(M.a)("More Settings"),icon:"nc-cog",options:[{id:n("settingsTabs"),type:"tabs",align:"start",tabs:[{id:n("moreSettingsAdvanced"),label:Object(M.a)("Advanced"),tabIcon:"nc-cog",options:[]}]}]}]}]}function I(e){let t=e.v,a=e.device;return[{id:Object(_.defaultValueKey)({key:"toolbarSettings",device:a,state:"normal"}),type:"popover",title:Object(M.a)("Settings"),devices:"desktop",position:110,options:[Object(E.dd)({v:t,device:a,state:"normal",devices:"desktop"})]}]}var A=a(14);function N(e,t,a){return Object(A.renderStyles)({v:e,vs:t,vd:a,styles:{".brz && > .brz-popup__close:hover":{standart:["cssStyleColor"]}}})}var L=a(308);a.d(t,"a",function(){return V});let V=new Map;const F=(z.a.get("wp")||{}).isGlobalPopup;class W extends h.a{static get componentId(){return"SectionPopup"}constructor(){super(...arguments),Object(l.a)(this,"handleToolbarOpen",()=>{this.containerBorderRef.current&&this.containerBorderRef.current.setActive(!0)}),Object(l.a)(this,"handleToolbarClose",()=>{this.mounted&&this.containerBorderRef.current&&this.containerBorderRef.current.setActive(!1)}),Object(l.a)(this,"handleDropClick",()=>{this.close()}),this.instanceKey=this.props.instanceKey||this.getId(),this.state={isOpened:this.props.isOpened||W.tmpGlobal===this.getId()},W.tmpGlobal=null,this.mounted=!1,this.popupRef=c.a.createRef(),this.containerBorderRef=c.a.createRef(),this.popupsContainer=document.getElementById("brz-popups"),this.el=document.createElement("div")}componentDidMount(){this.mounted=!0,this.popupsContainer.appendChild(this.el),V.set(this.instanceKey,this)}shouldComponentUpdate(e,t){return this.state.isOpened!==t.isOpened||this.optionalSCU(e)}componentWillUnmount(){this.mounted=!1,this.popupsContainer.removeChild(this.el),this.popupsContainer=null,this.el=null,document.documentElement.classList.remove("brz-ow-hidden"),V.delete(this.instanceKey)}handleValueChange(e,t){super.handleValueChange(e,Object.assign(t,{SectionPopup:{dbId:this.getDBValue()._id,domId:this.getId(),path:this.getPath()}}))}getMeta(e){const t=this.props.meta,a=e.containerSize,o=e.containerType,n=e.borderWidthType,i=e.borderWidth,l=e.borderLeftWidth,s=e.borderRightWidth,c="grouped"===n?2*Number(i):Number(l)+Number(s),d="fullWidth"===o?k.c-c:Math.round((k.b-c)*(a/100)*10)/10,p=k.e-c,u=k.d-c;return Object(r.a)({},t,{tabletW:p,mobileW:u,desktopW:d,sectionPopup:!0})}renderToolbar(){const e=this.props.meta.globalBlockId;return c.a.createElement(C.a,Object(i.a)({},this.makeToolbarPropsFromConfig2(o,{allowExtend:!1}),{className:"brz-ed-collapsible__section brz-ed-collapsible--big",animation:"rightToLeft",badge:Boolean(e),onOpen:this.handleToolbarOpen,onClose:this.handleToolbarClose}))}renderItems(e,t,a){const o=this.getMeta(e),i=m()("brz-popup__inner","brz-d-xs-flex","brz-flex-xs-wrap","brz-align-items-xs-center",Object(A.css)(`${this.constructor.componentId}-Bg`,`${this.getId()}-Bg`,function(e,t,a){return Object(A.renderStyles)({v:e,vs:t,vd:a,styles:{".brz &&:hover > .brz-bg-media":{standart:["cssStyleBorder","cssStyleBorderRadius"]},".brz &&:hover > .brz-bg-media > .brz-bg-image":{standart:["cssStyleBgImage","cssStyleFilter","cssStyleBgImagePosition"]},".brz &&:hover > .brz-bg-media > .brz-bg-color":{standart:["cssStyleBgColor","cssStyleBgGradient"]}}})}(e,t,a))),r=m()("brz-container",e.containerClassName,Object(A.css)(`${this.constructor.componentId}-container`,`${this.getId()}-container`,function(e,t,a){return Object(A.renderStyles)({v:e,vs:t,vd:a,styles:{".brz &&:hover":{standart:["cssStyleBorderTransparentColor"],interval:["cssStyleSizeMaxWidthContainer"]}}})}(e,t,a))),l=m()("brz-container__wrap",Object(A.css)(`${this.constructor.componentId}-containerWrap`,`${this.getId()}-containerWrap`,function(e,t,a){return Object(A.renderStyles)({v:e,vs:t,vd:a,styles:{".brz &&:hover":{standart:["cssStyleSectionPopupContainerWrap"]}}})}(e,t,a))),s=this.makeSubcomponentProps({bindWithKey:"items",itemProps:{toolbarExtend:this.makeToolbarPropsFromConfig2(n,{allowExtend:!1}),meta:o,inPopup:!0}});return c.a.createElement(y.a,{className:i,value:e,meta:o},c.a.createElement(w.a,{zindex:1},c.a.createElement("div",{className:l},c.a.createElement("div",{className:r},c.a.createElement(g.a,s)))))}renderForEdit(e,t,a){if(!this.state.isOpened)return null;const o=e.className,n=e.customClassName,i=this.getId(),r=m()("brz-popup","brz-popup__editor",{"brz-popup--opened":this.state.isOpened},o,n,Object(A.css)(`${this.constructor.componentId}-close`,`${this.getId()}-close`,N(e,t,a)));return p.a.createPortal(c.a.createElement(b.a,{selectorName:i,css:e.customCSS},c.a.createElement("div",{id:i,className:r,"data-block-id":this.props.blockId},c.a.createElement("div",{className:"brz-popup__close",onClick:this.handleDropClick},c.a.createElement(f.a,{name:"close-popup",type:"editor"})),c.a.createElement(O.a,{allow:["admin"],fallbackRender:()=>this.renderItems(e,t,a)},c.a.createElement(v.b,{ref:this.containerBorderRef,borderStyle:"none",activeBorderStyle:"none",reactToClick:!1,showBorders:!1,path:this.getPath()},this.renderToolbar(e),this.renderItems(e,t,a))))),this.el)}renderForView(e,t,a){const o=e.className,n=e.customClassName,r=Object(P.B)(Object(j.b)().getState());let l={};if(F){const e=["scrolling","showing","devices","referrer","loggedIn"],t=e=>encodeURIComponent(JSON.stringify(e)),a=e=>JSON.parse(decodeURIComponent(e)),o=e=>e.replace(/([A-Z])/g,e=>`_${e.toLowerCase()}`);l=r.reduce((n,i)=>{if(i.active){const r=`data-${o(i.id)}`;e.includes(i.id)?n[r]=n[r]?t([...a(n[r]),i.value]):t([i.value]):n[r]=i.value}return n},{})}const s=m()("brz-popup","brz-popup__preview",{"brz-conditions-popup":F},o,n,Object(A.css)(`${this.constructor.componentId}-close`,`${this.getId()}-close`,N(e,t,a)));return c.a.createElement(b.a,{selectorName:this.getId(),css:e.customCSS},c.a.createElement("div",Object(i.a)({className:s,"data-brz-popup":this.instanceKey},l),c.a.createElement("div",{className:"brz-popup__close"},c.a.createElement(f.a,{name:"close-popup",type:"editor"})),this.renderItems(e,t,a)))}open(){document.documentElement.classList.add("brz-ow-hidden"),this.props.onOpen(),this.setState({isOpened:!0})}close(){document.documentElement.classList.remove("brz-ow-hidden"),this.props.onClose(),this.setState({isOpened:!1})}becomeSaved(){const e=this.props.blockId,t=this.getDBValue();(0,Object(j.b)().dispatch)(Object(B.G)({id:Object(x.a)(),data:{type:this.constructor.componentId,blockId:e,value:t},meta:{sourceBlockId:this.getId()}}))}becomeGlobal(){W.tmpGlobal=this.getId();const e=this.props,t=e.blockId,a=e.onChange,o=this.getDBValue(),n=Object(x.a)();(0,Object(j.b)().dispatch)(Object(B.F)({id:n,data:{type:this.constructor.componentId,blockId:t,value:o},meta:{sourceBlockId:this.getId()}})),a({type:"GlobalBlock",blockId:t,value:{_id:this.getId(),globalBlockId:n}},{intent:"replace_all",idOptions:{keepExistingIds:!0}})}becomeNormal(){W.tmpGlobal=this.getId();const e=this.props,t=e.meta.globalBlockId,a=e.onChange,o=Object(P.g)(Object(j.b)().getState()),n=Object(S.f)(o[t]);n.value._id=this.getId(),a(n,{intent:"replace_all",idOptions:{keepExistingIds:!0}})}}Object(l.a)(W,"defaultProps",{meta:{},onOpen:()=>{},onClose:()=>{}}),Object(l.a)(W,"defaultValue",L),Object(l.a)(W,"tmpGlobal",null);t.b=W},16:function(e,t,a){"use strict";var o=a(20),n=a(7),i=a.n(n),r=a(23),l=a(17);const s=e=>{let t=e.type,a=e.family;const o=I(Object(l.C)(Object(r.b)().getState())),n=R(o[t],a,t);if(n)return L[t](n);const i=d();return L[i.group](i.font)},c=(e,t)=>Object.entries(e).reduce((e,a)=>{const n=Object(o.a)(a,2),i=n[0],r=n[1].data,l=(void 0===r?[]:r).find(e=>t===L[i](e).id);return l?{group:i,font:l}:e},null),d=i.a.memoize(()=>{const e=Object(r.b)().getState(),t=Object(l.u)(e).data.font,a=Object(l.f)(e).config;return{group:"config",font:R(a.data,t)}});function p(){const e=Object(l.C)(Object(r.b)().getState()),t=e.config,a=void 0===t?{}:t,o=e.blocks,n=void 0===o?{}:o,i=e.google,s=void 0===i?{}:i,c=e.upload,d=void 0===c?{}:c;return{config:a.data||[],blocks:n.data||[],google:s.data||[],upload:d.data||[]}}function u(){return Object.values(p()).reduce((e,t)=>[...e,...t],[])}function m(){let e=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).includeDeleted,t=void 0!==e&&e;const a=Object(r.b)().getState(),o=[...Object(l.b)(a).fontStyles,...Object(l.e)(a)];return t?o:o.filter(e=>!0!==e.deleted)}function h(e){return m({includeDeleted:!0}).find(t=>t.id===e)}const b={100:"Thin",200:"Extra Light",300:"Light",400:"Normal",500:"Medium",600:"Semi Bold",700:"Bold",800:"Extra Bold",900:"Black"};function g(e){let t=e.type,a=e.family;if(t&&a){return s({type:t,family:a}).weights.map(e=>({title:b[e],value:e}))}return[{title:"Normal",value:400}]}function y(e,t){return t.includes(Number(e))?e:400}var v=a(13),f=a(79);const C=e=>{return`https://fonts.googleapis.com/css?family=${e.reduce((e,t)=>{const a=t.family.replace(/\s/g,"+"),o=t.variants.join();return""===e?`${a}:${o}`:`${e}|${a}:${o}`},"")}&subset=arabic,bengali,cyrillic,cyrillic-ext,devanagari,greek,greek-ext,gujarati,hebrew,khmer,korean,latin-ext,tamil,telugu,thai,vietnamese`},w=e=>{const t=v.a.get("urls").editorFonts,a=Object(f.a)({"brizy-font":e.reduce((e,t)=>{let a=t.id;const o=t.weights.join();return""===e?`${a}:${o}`:`${e}|${a}:${o}`},"")});return Object(f.b)(t)?`${t}&${a}`:`${t}?${a}`},O=e=>{return`.brz .brz-ff-${e.id}{font-family:${e.family}!important;}`},x=e=>e.map(e=>{const t=A(e)||{},a=t.id,o=t.family,n=t.deleted;return a&&o?O(void 0!==n&&n?{id:a,family:A(d().font).family}:{id:a,family:o}):(console.warn(`There isn't family: ${JSON.stringify(e)}`),"")}).join(""),S=e=>e.map(e=>{const t=N(e)||{},a=t.id,o=t.family,n=t.deleted;return a&&o?O(void 0!==n&&n?{id:a,family:A(d().font).family}:{id:a,family:o}):(console.warn(`There isn't family: ${JSON.stringify(e)}`),"")}).join("");var k=a(33);const j=e=>{let t=e.fontFamily,a=e.fontFamilyType,o=e.fontSize,n=e.fontWeight,i=e.letterSpacing,r=e.lineHeight,l=e.tabletFontSize,c=e.tabletFontWeight,d=e.tabletLetterSpacing,p=e.tabletLineHeight,u=e.mobileFontSize,m=e.mobileFontWeight,h=e.mobileLetterSpacing,b=e.mobileLineHeight;return{desktop:[`font-family: ${s({family:t,type:a}).family};`,`font-size: ${o}px;`,`font-weight: ${n};`,`letter-spacing: ${i}px;`,`line-height: ${r}em;`].join(""),tablet:[`font-size: ${l}px;`,`font-weight: ${c};`,`letter-spacing: ${d}px;`,`line-height: ${p}em;`].join(""),mobile:[`font-size: ${u}px;`,`font-weight: ${m};`,`letter-spacing: ${h}px;`,`line-height: ${b}em;`].join("")}},B=e=>e.map(e=>{const t=e.id,a=Object(k.a)(e,["id"]),o=j(a),n=o.desktop,i=o.tablet,r=o.mobile,l=`.brz-tp-${t.toLowerCase()}`;return[`.brz-ed--desktop ${l}, ${l} { ${n} }`,`.brz-ed--tablet ${l} { ${i} }`,`.brz-ed--mobile ${l} { ${r} }`].join("\n")}).join("\n");var P=a(41);const z=async()=>await(async e=>{const t=await fetch(e);return(await t.json()).items})(Object(P.a)("googleFonts.json"));var T=a(5),H=a(35),M=a(27);const _=e=>e.reduce((e,t)=>{const a=parseInt(t);return isNaN(a)||e.includes(a)?e:[...e,a]},[400]),E=e=>e.toLowerCase().replace(/\s+/g,"_"),R=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return"upload"===(arguments.length>2&&void 0!==arguments[2]?arguments[2]:"google")?e.find(e=>{return e.id===t}):e.find(e=>{let a=e.family;return E(a)===t})},I=e=>Object.entries(e).reduce((e,t)=>{const a=Object(o.a)(t,2),n=a[0],i=a[1].data;return"upload"===n?Object(T.a)({},e,{upload:i}):Object(T.a)({},e,{google:[...e.google||[],...i]})},{}),A=e=>{const t=e.family,a=e.category,o=e.variants,n=e.brizyId,i=e.deleted;return Object(T.a)({id:E(t),title:t,family:`${t}, ${a}`,weights:_(o)},n&&{brizyId:n},i&&{deleted:i})},N=e=>{const t=e.id,a=e.family,o=e.weights,n=e.brizyId,i=e.deleted;return Object(T.a)({id:t,title:a,family:`'${t}'`,weights:_(o)},n&&{brizyId:n},i&&{deleted:i})},L={config:A,google:A,blocks:A,upload:N},V=async e=>{if(0===e.length)return[];const t=new Map,a=e=>Object(T.a)({brizyId:Object(H.a)()},e),n=await Promise.all([z(),Object(M.s)()]),i=Object(o.a)(n,2),r=i[0],l=i[1];return e.forEach(e=>{let o=e.type,n=e.family;if("google"===o){const e=R(r,n);if(e){const o=t.get("blocks")||[];t.set("blocks",[...o,a(e)])}}if("upload"===o){const e=R(l,n,"upload");if(e){const o=t.get("upload")||[];t.set("upload",[...o,a(e)])}}if("unknowns"===o){const e=R(l,n,"upload");if(e){const o=t.get("upload")||[];t.set("upload",[...o,a(e)])}else{const e=R(r,n);if(e){const o=t.get("blocks")||[];t.set("blocks",[...o,a(e)])}}}}),Object.values([...t]).reduce((e,t)=>{const a=Object(o.a)(t,2);return[...e,{type:a[0],fonts:a[1]}]},[])};a.d(t,"d",function(){return s}),a.d(t,"i",function(){return c}),a.d(t,"c",function(){return d}),a.d(t,"k",function(){return u}),a.d(t,"l",function(){return p}),a.d(t,"f",function(){return m}),a.d(t,"e",function(){return h}),a.d(t,"v",function(){return b}),a.d(t,"m",function(){return y}),a.d(t,"n",function(){return g}),a.d(t,"r",function(){return C}),a.d(t,"s",function(){return w}),a.d(t,"o",function(){return x}),a.d(t,"q",function(){return S}),a.d(t,"p",function(){return B}),a.d(t,"h",function(){return z}),a.d(t,"b",function(){return L}),a.d(t,"g",function(){return A}),a.d(t,"j",function(){return N}),a.d(t,"a",function(){return R}),a.d(t,"u",function(){return I}),a.d(t,"t",function(){return V})},17:function(e,t,a){"use strict";var o=a(5),n=a(20),i=a(65),r=a(64),l={"wrapper--iconText":{showToolbar:"on"},"wrapper--tabs":{showToolbar:"on"},"wrapper--accordion":{showToolbar:"on"},"wrapper--imageGallery":{showToolbar:"on"},"wrapper--menu":{showToolbar:"on"},"wrapper--spacer":{marginTop:0,marginBottom:0,tabletMarginTop:0,tabletMarginBottom:0,mobileMarginTop:0,mobileMarginBottom:0},"wrapper--carousel":{showToolbar:"on"},"wrapper--posts":{showToolbar:"on",paddingType:"ungrouped",paddingTop:10,paddingBottom:10,paddingLeft:15,paddingRight:15},"column--carousel":{width:100},"richText--carousel":{text:"<p class='brz-tp-paragraph brz-text-lg-center'><span class='brz-cp-color7'>No matter if you've used a visual page builder before, with Brizy you'll be a pro the second you start using it.</span></p>"},"hide-row-borders":{showToolbar:"off"},"padding-0":{padding:0},submit:{type:"submit"},"posts--column":{width:100},"posts--archives":{type:"archives",taxonomy:"template",taxonomyId:"main_query",pagination:"on"},"image--dynamic":{imagePopulation:"{{brizy_dc_img_featured_image}}"},"button--dynamic":{linkExternalType:"linkPopulation",linkPopulation:"{{brizy_dc_url_post}}",text:"READ MORE",borderRadius:2,borderWidth:2,fontSize:11,paddingBottom:11,paddingLeft:26,paddingRL:26,paddingRight:26,paddingTB:11,paddingTop:11,size:"small",tempPaddingBottom:11,tempPaddingLeft:26,tempPaddingRL:26,tempPaddingRight:26,tempPaddingTB:11,tempPaddingTop:11,mobileBorderRadius:2,mobilePaddingBottom:11,mobilePaddingLeft:26,mobilePaddingRight:26,mobilePaddingTop:11,mobileSize:"small"},"richText-title--dynamic":{text:"<p class='brz-text-lg-center brz-tp-heading4'><span class='brz-cp-color2'><span data-population='brizy_dc_post_title'>#Post Title</span>&nbsp;</span></p>"},"richText-desc--dynamic":{text:"<p class='brz-text-lg-center brz-tp-paragraph'><span class='brz-cp-color7'><span data-population='brizy_dc_post_excerpt'>#Post Excerpt</span></span></p>"}},s=a(57);a.d(t,"s",function(){return c}),a.d(t,"p",function(){return d}),a.d(t,"u",function(){return p}),a.d(t,"k",function(){return u}),a.d(t,"l",function(){return m}),a.d(t,"y",function(){return h}),a.d(t,"A",function(){return b}),a.d(t,"f",function(){return g}),a.d(t,"c",function(){return y}),a.d(t,"b",function(){return v}),a.d(t,"e",function(){return f}),a.d(t,"z",function(){return C}),a.d(t,"m",function(){return w}),a.d(t,"C",function(){return O}),a.d(t,"d",function(){return x}),a.d(t,"B",function(){return k}),a.d(t,"v",function(){return j}),a.d(t,"q",function(){return B}),a.d(t,"x",function(){return P}),a.d(t,"j",function(){return z}),a.d(t,"g",function(){return T}),a.d(t,"h",function(){return H}),a.d(t,"w",function(){return M}),a.d(t,"r",function(){return _}),a.d(t,"a",function(){return E}),a.d(t,"n",function(){return R}),a.d(t,"i",function(){return I}),a.d(t,"t",function(){return A}),a.d(t,"o",function(){return L});const c=e=>e.page,d=e=>e.pageBlocks,p=e=>e.project||{},u=e=>e.globalBlocks||{},m=e=>e.globalBlocksUpdates,h=e=>e.savedBlocks||{},b=e=>e.styles||[],g=e=>e.fonts||{},y=e=>e.ui.deviceMode,v=e=>e.currentStyle,f=e=>e.extraFontStyles,C=e=>e.screenshots||{},w=e=>e.showHiddenElements,O=Object(i.createSelector)(g,e=>Object.entries(e).reduce((e,t)=>{const a=Object(n.a)(t,2),i=a[0],r=a[1].data,l=void 0===r?[]:r;return Object(o.a)({},e,{[`${i}`]:{data:l.filter(e=>!0!==e.deleted)}})},{})),x=Object(i.createSelector)(p,e=>e.data.disabledElements||[]),S=Object(i.createSelector)(c,e=>e.data||{}),k=Object(i.createSelector)(S,e=>e.triggers||[]),j=Object(i.createSelector)(S,e=>e.rulesAmount),B=Object(i.createSelector)(S,d,(e,t)=>Object(r.a)(e,e=>{e.items=t})),P=Object(i.createSelector)(h,C,(e,t)=>{return Object.values(t).find(e=>"saved"===e.blockScreenshot)?e:Object(s.c)(Object.entries(e).map(e=>{const a=Object(n.a)(e,2),i=a[0],r=a[1],l=t[i];return l?[i,Object(o.a)({},r,{value:Object(o.a)({},r.value,l)})]:e}))}),z=Object(i.createSelector)(u,d,(e,t)=>{const a={};return function t(o){Object(s.e)(o,o=>{if(o.type&&"GlobalBlock"===o.type&&o.value){const n=o.value.globalBlockId;a[n]||(a[n]=e[n],t(e[n]))}})}(t),a}),T=Object(i.createSelector)(u,m,(e,t)=>Object(s.c)(Object.entries(e).map(e=>{const a=Object(n.a)(e,2),i=a[0],r=a[1],l=t[i];return l?[i,Object(o.a)({},r,{value:l})]:e}))),H=Object(i.createSelector)(u,C,(e,t)=>Object(s.c)(Object.entries(e).map(e=>{const a=Object(n.a)(e,2),i=a[0],r=a[1],l=t._published&&t._published[i];return l?[i,Object(o.a)({},r,{value:Object(o.a)({},r.value,l)})]:e}))),M=Object(i.createSelector)(v,f,(e,t)=>{const a=e.colorPalette,n=e.fontStyles.concat(t),i=a.reduce((e,t)=>Object(o.a)({},e,{[`${t.id}__color`]:{colorHex:t.hex},[`${t.id}__hoverColor`]:{hoverColorHex:t.hex},[`${t.id}__bg`]:{bgColorHex:t.hex},[`${t.id}__hoverBg`]:{hoverBgColorHex:t.hex},[`${t.id}__gradient`]:{gradientColorHex:t.hex},[`${t.id}__hoverGradient`]:{hoverGradientColorHex:t.hex},[`${t.id}__bg2`]:{bg2ColorHex:t.hex},[`${t.id}__border`]:{borderColorHex:t.hex},[`${t.id}__hoverBorder`]:{hoverBorderColorHex:t.hex},[`${t.id}__arrowsColor`]:{sliderArrowsColorHex:t.hex},[`${t.id}__dotsColor`]:{sliderDotsColorHex:t.hex},[`${t.id}__boxShadow`]:{boxShadowColorHex:t.hex},[`${t.id}__shapeTopColor`]:{shapeTopColorHex:t.hex},[`${t.id}__shapeBottomColor`]:{shapeBottomColorHex:t.hex},[`${t.id}__paginationColor`]:{paginationColorHex:t.hex},[`${t.id}__tabletBg`]:{tabletBgColorHex:t.hex},[`${t.id}__tabletBorder`]:{tabletBorderColorHex:t.hex},[`${t.id}__mobileBg`]:{mobileBgColorHex:t.hex},[`${t.id}__mobileBorder`]:{mobileBorderColorHex:t.hex},[`${t.id}__subMenuColor`]:{subMenuColorHex:t.hex},[`${t.id}__subMenuHoverColor`]:{subMenuHoverColorHex:t.hex},[`${t.id}__subMenuBgColor`]:{subMenuBgColorHex:t.hex},[`${t.id}__subMenuHoverBgColor`]:{subMenuHoverBgColorHex:t.hex},[`${t.id}__subMenuBorderColor`]:{subMenuBorderColorHex:t.hex},[`${t.id}__mMenuColor`]:{mMenuColorHex:t.hex},[`${t.id}__mMenuHoverColor`]:{mMenuHoverColorHex:t.hex},[`${t.id}__mMenuBgColor`]:{mMenuBgColorHex:t.hex},[`${t.id}__mMenuBorderColor`]:{mMenuBorderColorHex:t.hex},[`${t.id}__mMenuIconColor`]:{mMenuIconColorHex:t.hex},[`${t.id}__tabletMMenuIconColor`]:{tabletMMenuIconColorHex:t.hex},[`${t.id}__mobileMMenuIconColor`]:{mobileMMenuIconColorHex:t.hex}}),{}),r=n.reduce((e,t)=>Object(o.a)({},e,{[`${t.id}__fsDesktop`]:{fontFamily:t.fontFamily,fontFamilyType:t.fontFamilyType,fontSize:t.fontSize,fontWeight:t.fontWeight,lineHeight:t.lineHeight,letterSpacing:t.letterSpacing},[`${t.id}__fsTablet`]:{tabletFontSize:t.tabletFontSize,tabletFontWeight:t.tabletFontWeight,tabletLineHeight:t.tabletLineHeight,tabletLetterSpacing:t.tabletLetterSpacing},[`${t.id}__fsMobile`]:{mobileFontSize:t.mobileFontSize,mobileFontWeight:t.mobileFontWeight,mobileLineHeight:t.mobileLineHeight,mobileLetterSpacing:t.mobileLetterSpacing},[`${t.id}__subMenuFsDesktop`]:{subMenuFontFamily:t.fontFamily,subMenuFontFamilyType:t.fontFamilyType,subMenuFontSize:t.fontSize,subMenuFontWeight:t.fontWeight,subMenuLineHeight:t.lineHeight,subMenuLetterSpacing:t.letterSpacing},[`${t.id}__subMenuFsTablet`]:{tabletSubMenuFontSize:t.tabletFontSize,tabletSubMenuFontWeight:t.tabletFontWeight,tabletSubMenuLineHeight:t.tabletLineHeight,tabletSubMenuLetterSpacing:t.tabletLetterSpacing},[`${t.id}__subMenuFsMobile`]:{mobileSubMenuFontSize:t.mobileFontSize,mobileSubMenuFontWeight:t.mobileFontWeight,mobileSubMenuLineHeight:t.mobileLineHeight,mobileSubMenuLetterSpacing:t.mobileLetterSpacing},[`${t.id}__mMenuFsDesktop`]:{mMenuFontFamily:t.fontFamily,mMenuFontFamilyType:t.fontFamilyType,mMenuFontSize:t.fontSize,mMenuFontWeight:t.fontWeight,mMenuLineHeight:t.lineHeight,mMenuLetterSpacing:t.letterSpacing},[`${t.id}__mMenuFsTablet`]:{tabletMMenuFontSize:t.tabletFontSize,tabletMMenuFontWeight:t.tabletFontWeight,tabletMMenuLineHeight:t.tabletLineHeight,tabletMMenuLetterSpacing:t.tabletLetterSpacing},[`${t.id}__mMenuFsMobile`]:{mobileMMenuFontSize:t.mobileFontSize,mobileMMenuFontWeight:t.mobileFontWeight,mobileMMenuLineHeight:t.mobileLineHeight,mobileMMenuLetterSpacing:t.mobileLetterSpacing}}),{});return Object(o.a)({},l,i,r)}),_=Object(i.createSelector)(S,T,(e,t)=>{return function e(a){return Object(r.a)(a,a=>{Object(s.e)(a,a=>{if(a.type&&"GlobalBlock"===a.type&&a.value){const o=a.value.globalBlockId;t[o]&&e(Object.assign(a,t[o]))}})})}(e)}),E=Object(i.createSelector)(e=>e.copiedElement,T,(e,t)=>Object(r.a)(e,e=>{Object(s.e)(e,e=>{if(e.type&&"GlobalBlock"===e.type&&e.value){const a=e.value.globalBlockId;t[a]&&Object.assign(e,t[a])}})})),R=Object(i.createSelector)(c,d,C,(e,t,a)=>Object(r.a)(e,e=>{e.data.items=t,Object.keys(a).length>0&&Object(s.e)(e,e=>{e.type&&"GlobalBlock"!==e.type&&e.value&&e.value._id&&a[e.value._id]&&Object.assign(e.value,a[e.value._id])})})),I=Object(i.createSelector)(u,m,C,(e,t,a)=>Object(s.c)(Object.entries(e).map(e=>{const o=Object(n.a)(e,2),i=o[0],l=o[1],c=t[i],d=a[i];if(!c&&!d)return e;return[i,Object(r.a)(l,e=>{c&&(e.value=c),d&&Object.assign(e.value,d),Object(s.e)(e.value,e=>{e.type&&"GlobalBlock"!==e.type&&e.value&&e.value._id&&a[e.value._id]&&Object.assign(e.value,a[e.value._id])})})]}))),A=Object(i.createSelector)(p,g,b,e=>e.currentStyleId,v,f,(e,t,a,o,n,i)=>Object(r.a)(e,e=>{e.data.fonts=t,e.data.styles=a,e.data.selectedStyle=o,e.data.extraFontStyles=i;for(let t=0;t<e.data.styles.length;t++)e.data.styles[t].id===n.id&&(e.data.styles[t]=n)})),N=Object(i.createSelector)(R,e=>e.data||{}),L=Object(i.createSelector)(N,e=>e.items||[])},179:function(e,t,a){"use strict";function o(e){if(!e)return"";var t=[];for(var a in e)t.push(a+"="+encodeURIComponent(e[a]));return t.join("&")}a.d(t,"a",function(){return o})},18:function(e,t,a){"use strict";var o=a(23),n=a(17);function i(){return Object(n.b)(Object(o.b)().getState()).colorPalette}function r(e){return i().find(t=>t.id===e)}const l=e=>e.map(e=>{let t=e.id,a=e.hex;return`.brz .brz-cp-${t.toLowerCase()}, .brz .brz-bcp-${t.toLowerCase()}{color: ${a};}`}).join("");a.d(t,"d",function(){return c}),a.d(t,"c",function(){return d}),a.d(t,"b",function(){return i}),a.d(t,"a",function(){return r}),a.d(t,"e",function(){return l});const s=/^#(?:[A-Fa-f0-9]{3}){1,2}$/;function c(e){return s.test(e)}function d(e,t){if(c(e)){return e=e.replace("#",""),t=isNaN(t)?1:t,`rgba(${parseInt(e.substring(0,2),16)}, ${parseInt(e.substring(2,4),16)}, ${parseInt(e.substring(4,6),16)}, ${t})`}}},182:function(e,t,a){"use strict";a.d(t,"a",function(){return s});var o=a(3),n=a(0),i=a.n(n),r=a(21),l=a.n(r);class s extends n.Component{constructor(){super(...arguments),Object(o.a)(this,"onMouseDown",()=>{window.parent.document.addEventListener("mouseup",this.onMouseUp),window.parent.document.querySelector("#brz-ed-iframe").style.pointerEvents="none"}),Object(o.a)(this,"onMouseUp",()=>{window.parent.document.removeEventListener("mouseup",this.onMouseUp),window.parent.document.querySelector("#brz-ed-iframe").style.removeProperty("pointer-events")})}componentDidMount(){l.a.findDOMNode(this).addEventListener("mousedown",this.onMouseDown)}render(){return i.a.Children.only(this.props.children)}}},184:function(e,t,a){"use strict";(function(e){a.d(t,"a",function(){return m});var o=a(3),n=a(0),i=a.n(n),r=a(6),l=a.n(r),s=a(13),c=a(372),d=a(10),p=a(27);const u=s.a.get("wp").pageAttachments;class m extends c.a{constructor(){super(...arguments),Object(o.a)(this,"handleWpImageChange",()=>{const t=e.wp||e.parent.wp;if(!t)throw new Error("Could not find WordPress on global object (window.wp)");if(!t.media)throw new Error("Could not find WordPress media object (window.wp.media). Make sure the WordPress media script is enqueued.");const a=t.media({library:{type:"image"},states:new t.media.controller.Library({library:t.media.query({type:"image"}),multiple:!1,title:"Upload media",filterable:"uploaded",priority:20})});a.on("select",()=>{const e=a.state().get("selection").first();Object(p.j)(e.get("id")).then(t=>{u.images[t.uid]=!0;const a=this.getNewValue({src:t.uid,width:e.get("width"),height:e.get("height")});this.mounted&&this.setState(a),this.props.onChange(a,{isChanged:"image"})}).catch(e=>{console.error("failed to get attachment uid",e)})}),a.open()})}renderUpload(){const e=this.props,t=e.onlyPointer,a=e.onUpload,o=this.state.loading,n=l()("brz-label brz-ed-control__focal-point__label",{"brz-ed-control__focal-point__label--disable":t}),r="function"==typeof a;return i.a.createElement("label",{className:n},o?i.a.createElement("div",{className:"brz-ed-control__focal-point__upload brz-ed-control__focal-point__upload--loading"},i.a.createElement(d.a,{icon:"nc-bars"})):i.a.createElement("div",{className:"brz-ed-control__focal-point__upload",onClick:r?a:this.handleWpImageChange},i.a.createElement(d.a,{icon:"nc-upload"})))}}}).call(this,a(53))},186:function(e,t,a){"use strict";var o=a(5),n=a(3),i=a(0),r=a.n(i),l=a(7),s=a.n(l),c=a(61),d=a(128);class p extends r.a.Component{render(){const e=this.props,t=e.data,a=e.toolbar;return r.a.createElement("div",{className:"brz-ed-toolbar__item"},r.a.createElement(d.a,{className:"brz-ed-toolbar__option",data:t,toolbar:a,location:"toolbar",onChange:t.onChange}))}}Object(n.a)(p,"defaultProps",{data:null,toolbar:null,onChange:s.a.noop});var u=p;class m extends r.a.Component{constructor(){super(...arguments),Object(n.a)(this,"state",{itemsRenderer:null}),Object(n.a)(this,"setItemsRenderer",e=>{this.setState({itemsRenderer:e},this.props.onContentChange)}),Object(n.a)(this,"resetItemsRenderer",()=>{this.setState({itemsRenderer:null},this.props.onContentChange)}),Object(n.a)(this,"renderItems",e=>{const t=this.props.toolbarNode,a=e.map((a,n)=>r.a.createElement(u,{key:a.id,data:a,toolbar:Object(o.a)({},this,{toolbarItemIndex:n+1,toolbarItemsLength:e.length,toolbarNode:t})}));return r.a.createElement("div",{className:"brz-ed-toolbar__items brz-d-xs-flex brz-align-items-center"},a)})}render(){const e=this.props,t=e.arrow,a=e.items,o=e.onMouseEnter,n=e.onMouseLeave,i=this.state.itemsRenderer,l=Object(c.b)(a);return l.length?r.a.createElement("div",{className:"brz-ed-toolbar",onMouseEnter:o,onMouseLeave:n},i?i(l):this.renderItems(l),t&&r.a.createElement("div",{className:"brz-ed-arrow brz-ed-arrow--top-center brz-ed-toolbar__arrow"})):null}}Object(n.a)(m,"defaultProps",{arrow:!0,items:[],toolbarNode:null,onChange:s.a.noop,onContentChange:s.a.noop});t.a=m},19:function(e,t,a){"use strict";var o=a(230),n=a(267),i=a(3),r=a(0),l=a.n(r),s=a(8),c=a.n(s);class d extends l.a.Component{getChildContext(){return{position:this.props.position}}render(){return this.props.children}}Object(i.a)(d,"childContextTypes",{position:c.a.string}),Object(i.a)(d,"defaultProps",{position:"absolute"});var p=a(73);a.d(t,"d",function(){return u}),a.d(t,"e",function(){return m}),a.d(t,"a",function(){return n.a}),a.d(t,"b",function(){return d});t.c=o.a;const u=()=>p.a.unsetActive(),m=()=>p.a.activateLastActive()},2:function(e,t,a){"use strict";a.r(t);var o={};a.r(o),a.d(o,"saveOnChanges",function(){return y}),a.d(o,"defaultValueKey",function(){return p}),a.d(o,"defaultValueValue",function(){return u}),a.d(o,"deviceStateValueByKey",function(){return b}),a.d(o,"makeKeyByStateDevice",function(){return g}),a.d(o,"onChangeBgImage",function(){return k}),a.d(o,"onChangeBgImageBgOpacity",function(){return j}),a.d(o,"onChangeBgImageDependencies",function(){return B}),a.d(o,"onChangeBgImageColumnAndRowSyncMobile",function(){return P}),a.d(o,"onChangeBorderStyle2",function(){return z}),a.d(o,"onChangeElementBorderStyleDependencies2",function(){return T}),a.d(o,"onChangeContainerBorderStyleDependencies2",function(){return H}),a.d(o,"onChangeBorderColorHexAndOpacity2",function(){return M}),a.d(o,"onChangeBorderColorHexAndOpacityPalette2",function(){return _}),a.d(o,"onChangeElementBorderColorHexAndOpacityDependencies2",function(){return E}),a.d(o,"onChangeContainerBorderColorHexAndOpacityDependencies2",function(){return R}),a.d(o,"onChangeBorderColorHexAndOpacityColumnAndRowSyncTablet2",function(){return I}),a.d(o,"onChangeBorderColorHexAndOpacityColumnAndRowSyncMobile2",function(){return A}),a.d(o,"onChangeBorderColorPalette2",function(){return N}),a.d(o,"onChangeBorderColorPaletteOpacity2",function(){return L}),a.d(o,"onChangeBorderWidthType2",function(){return V}),a.d(o,"onChangeBorderWidthGrouped2",function(){return F}),a.d(o,"onChangeBorderWidthGroupedDependencies2",function(){return W}),a.d(o,"onChangeBorderWidthUngrouped2",function(){return D}),a.d(o,"onChangeBorderWidthUngroupedDependencies2",function(){return $}),a.d(o,"onChangeBorderRadiusGrouped",function(){return K}),a.d(o,"onChangeBorderRadiusGroupedDependencies",function(){return q}),a.d(o,"onChangeBorderRadiusUngrouped",function(){return U}),a.d(o,"onChangeBorderRadiusUngroupedDependencies",function(){return Y}),a.d(o,"onChangeColorHexAndOpacity",function(){return X}),a.d(o,"onChangeColorHexAndOpacityPalette",function(){return Z}),a.d(o,"onChangeColorPalette",function(){return J}),a.d(o,"onChangeColorPaletteOpacity",function(){return Q}),a.d(o,"onChangeBgColorType2",function(){return te}),a.d(o,"onChangeGradientRange2",function(){return ae}),a.d(o,"onChangeBgColorHexAndOpacity2",function(){return oe}),a.d(o,"onChangeBgColorHexAndOpacityPalette2",function(){return ne}),a.d(o,"onChangeBgColorHexAndOpacityDependencies2",function(){return ie}),a.d(o,"onChangeBgColorHexAndOpacityColumnAndRowSyncMobile2",function(){return re}),a.d(o,"onChangeBgColorPalette2",function(){return le}),a.d(o,"onChangeBgColorPaletteOpacity2",function(){return se}),a.d(o,"onChangeBoxShadowHexAndOpacity2",function(){return ue}),a.d(o,"onChangeBoxShadowHexAndOpacityPalette2",function(){return me}),a.d(o,"onChangeBoxShadowHexAndOpacityDependencies2",function(){return he}),a.d(o,"onChangeBoxShadowPalette2",function(){return be}),a.d(o,"onChangeBoxShadowPaletteOpacity2",function(){return ge}),a.d(o,"onChangeBoxShadowType2",function(){return de}),a.d(o,"onChangeBoxShadowTypeDependencies2",function(){return pe}),a.d(o,"onChangeBoxShadowFields2",function(){return ye}),a.d(o,"onChangeBoxShadowFieldsDependencies2",function(){return ve}),a.d(o,"onChangeBoxShadowOpacity2",function(){}),a.d(o,"onChangePaddingGrouped",function(){return Ce}),a.d(o,"onChangePaddingUngrouped",function(){return we}),a.d(o,"onChangeMarginGrouped",function(){return Oe}),a.d(o,"onChangeMarginUngrouped",function(){return xe}),a.d(o,"onChangeElementSectionBoxShadowHexAndOpacityDependencies",function(){return Se}),a.d(o,"onChangeElementProgressBarBg2ColorHexAndOpacity",function(){return ke}),a.d(o,"onChangeElementProgressBarBg2ColorHexAndOpacityPalette",function(){return je}),a.d(o,"onChangeElementProgressBarBg2ColorHexAndOpacityDependencies",function(){return Be}),a.d(o,"onChangeElementProgressBarBg2ColorPalette",function(){return Pe}),a.d(o,"onChangeElementProgressBarBg2ColorPaletteOpacity",function(){return ze}),a.d(o,"onChangeElementIconBorderColorHex2",function(){return He}),a.d(o,"onChangeElementIconBorderColorPalette2",function(){return Me}),a.d(o,"onChangeElementIconBorderColorFields2",function(){return _e}),a.d(o,"onChangeElementIconBorderHoverColorHex2",function(){return Ee}),a.d(o,"onChangeElementIconBorderHoverColorPalette2",function(){return Re}),a.d(o,"onChangeElementIconBorderHoverColorFields2",function(){return Ie}),a.d(o,"onChangeElementButtonBorderColorHex2",function(){return Ae}),a.d(o,"onChangeElementButtonBorderColorPalette2",function(){return Ne}),a.d(o,"onChangeElementButtonBorderColorFields2",function(){return Le}),a.d(o,"onChangeElementButtonBorderHoverColorHex2",function(){return Ve}),a.d(o,"onChangeElementButtonBorderHoverColorPalette2",function(){return Fe}),a.d(o,"onChangeElementButtonBorderHoverColorFields2",function(){return We}),a.d(o,"onChangeBgColorHexButton2",function(){return De}),a.d(o,"onChangeBgColorPaletteButton2",function(){return $e}),a.d(o,"onChangeBgColorFieldsButton2",function(){return Ge}),a.d(o,"onChangeHoverBgColorHexButton2",function(){return Ke}),a.d(o,"onChangeHoverBgColorPaletteButton2",function(){return qe}),a.d(o,"onChangeHoverBgColorFieldsButton2",function(){return Ue}),a.d(o,"onChangeColorHexButtonIcon2",function(){return Ye}),a.d(o,"onChangeColorPaletteButtonIcon2",function(){return Xe}),a.d(o,"onChangeColorFieldsButtonIcon2",function(){return Ze}),a.d(o,"onChangeHoverColorHexButtonIcon2",function(){return Je}),a.d(o,"onChangeHoverColorPaletteButtonIcon2",function(){return Qe}),a.d(o,"onChangeHoverColorFieldsButtonIcon2",function(){return et}),a.d(o,"onChangeMenuColorHex2",function(){return tt}),a.d(o,"onChangeMenuColorPalette2",function(){return at}),a.d(o,"onChangeMenuColorFields2",function(){return ot}),a.d(o,"onChangeMenuHoverColorHex2",function(){return nt}),a.d(o,"onChangeMenuHoverColorPalette2",function(){return it}),a.d(o,"onChangeMenuHoverColorFields2",function(){return rt}),a.d(o,"onChangeColorHexMMenu2",function(){return lt}),a.d(o,"onChangeColorPaletteMMenu2",function(){return st}),a.d(o,"onChangeColorFieldsMMenu2",function(){return ct}),a.d(o,"onChangeHoverColorHexMMenu2",function(){return dt}),a.d(o,"onChangeHoverColorPaletteMMenu2",function(){return pt}),a.d(o,"onChangeHoverColorFieldsMMenu2",function(){return ut}),a.d(o,"onChangeColorHexSubMenu2",function(){return mt}),a.d(o,"onChangeColorPaletteSubMenu2",function(){return ht}),a.d(o,"onChangeColorFieldsSubMenu2",function(){return bt}),a.d(o,"onChangeHoverColorHexSubMenu2",function(){return gt}),a.d(o,"onChangeHoverColorPaletteSubMenu2",function(){return yt}),a.d(o,"onChangeHoverColorFieldsSubMenu2",function(){return vt}),a.d(o,"onChangeColorHexIconMenu2",function(){return ft}),a.d(o,"onChangeColorPaletteIconMenu2",function(){return Ct}),a.d(o,"onChangeColorFieldsIconMenu2",function(){return wt}),a.d(o,"onChangeTabletColorHexIconMMenu2",function(){return Ot}),a.d(o,"onChangeTabletColorPaletteIconMMenu2",function(){return xt}),a.d(o,"onChangeTabletColorFieldsIconMMenu2",function(){return St}),a.d(o,"onChangeMobileColorHexIconMMenu2",function(){return kt}),a.d(o,"onChangeMobileColorPaletteIconMMenu2",function(){return jt}),a.d(o,"onChangeMobileColorFieldsIconMMenu2",function(){return Bt}),a.d(o,"onChangeBgColorHexMMenu2",function(){return Pt}),a.d(o,"onChangeBgColorPaletteMMenu2",function(){return zt}),a.d(o,"onChangeBgColorFieldsMMenu2",function(){return Tt}),a.d(o,"onChangeBgColorHexSubMenu2",function(){return Ht}),a.d(o,"onChangeBgColorPaletteSubMenu2",function(){return Mt}),a.d(o,"onChangeBgColorFieldsSubMenu2",function(){return _t}),a.d(o,"onChangeBgHoverColorHexSubMenu2",function(){return Et}),a.d(o,"onChangeBgHoverColorPaletteSubMenu2",function(){return Rt}),a.d(o,"onChangeBgHoverColorFieldsSubMenu2",function(){return It}),a.d(o,"onChangeBorderColorHexMMenu2",function(){return At}),a.d(o,"onChangeBorderColorPaletteMMenu2",function(){return Nt}),a.d(o,"onChangeBorderColorFieldsMMenu2",function(){return Lt}),a.d(o,"onChangeBorderColorHexSubMenu2",function(){return Vt}),a.d(o,"onChangeBorderColorPaletteSubMenu2",function(){return Ft}),a.d(o,"onChangeBorderColorFieldsSubMenu2",function(){return Wt}),a.d(o,"onChangeTypography",function(){return $t}),a.d(o,"onChangeTypographyTablet",function(){return Gt}),a.d(o,"onChangeTypographyMobile",function(){return Kt}),a.d(o,"tabletSyncOnChange",function(){return s}),a.d(o,"mobileSyncOnChange",function(){return c}),a.d(o,"keySyncOnChange",function(){return d}),a.d(o,"onChangeTypography2",function(){return Ut});var n=a(20),i=a(5),r=a(12);function l(e,t,a){const o=e+(String(a).charAt(0).toUpperCase()+String(a).substr(1));return null===t[o]?t[a]:t[o]}function s(e,t){return l("tablet",e,t)}function c(e,t){return l("mobile",e,t)}function d(e,t){return null===t?e:t}function p(e){let t=e.key,a=e.device,o=void 0===a?"desktop":a,n=e.state,i=void 0===n?"normal":n;return o&&i?h(m(t,i),o):o?h(t,o):i?m(t,i):t}function u(e){let t=e.v,a=e.key,o=e.device,n=void 0===o?"desktop":o,i=e.state;const r=p({key:a,device:n,state:void 0===i?"normal":i});return null===t[r]?t[a]:t[r]}function m(e,t){return"temp"===e.substr(0,4)&&"hover"===t?`tempHover${e.substr(4)}`:"hover"===t?`hover${Object(r.b)(e)}`:e}function h(e,t){return"temp"===e.substr(0,4)&&"mobile"===t?`tempMobile${e.substr(4)}`:"tempHover"===e.substr(0,4)&&"mobile"===t?`tempHoverMobile${e.substr(9)}`:"mobile"===t?`mobile${Object(r.b)(e)}`:"temp"===e.substr(0,4)&&"tablet"===t?`tempTablet${e.substr(4)}`:"tempHover"===e.substr(0,4)&&"tablet"===t?`tempHoverTablet${e.substr(9)}`:"tablet"===t?`tablet${Object(r.b)(e)}`:e}function b(e,t){return[{device:"desktop",state:"normal"},{device:"desktop",state:"hover"},{device:"tablet",state:"normal"},{device:"mobile",state:"normal"}].reduce((a,o)=>a||u(Object(i.a)({v:e,key:t},o)),"")}function g(e,t){return[{device:"desktop",state:"normal"},{device:"desktop",state:"hover"},{device:"tablet",state:"normal"},{device:"tablet",state:"hover"},{device:"mobile",state:"normal"},{device:"mobile",state:"hover"}].map(e=>p(Object(i.a)({key:t},e)))}function y(e){return e.onChange.reduce((t,a)=>{const n=o[a](e);return Object.assign(t,n)},{})}function v(e){let t=e.v,a=e.device,o=e.state,n=e.me,l=void 0===n?void 0:n,s=e.childs,c=void 0===s?void 0:s,d=e.value,m=e.dragEnd,h=void 0===m||m,b=e.tempZero,g=void 0!==b&&b;const y=e=>p({key:e,device:a,state:o});let v={};return((e=>u({v:t,key:e,device:a,state:o}))(l)!==d||h)&&(v=Object(i.a)({[y(l)]:d},c?c.reduce((e,t)=>(e[y(t)]=d,e),{}):{},h&&(g||!g&&0!==d&&""!==d)?Object(i.a)({[y(`temp${Object(r.b)(l)}`)]:d},c?c.reduce((e,t)=>(e[y(`temp${Object(r.b)(t)}`)]=d,e),{}):{}):{})),v}function f(e){let t=e.v,a=e.device,o=e.state,n=e.me,l=void 0===n?void 0:n,s=e.childs,c=void 0===s?void 0:s,d=e.current,m=void 0===d?void 0:d,h=e.value,b=e.dragEnd,g=void 0===b||b,y=e.tempZero,v=void 0!==y&&y;const f=e=>p({key:e,device:a,state:o});let C={};return((e=>u({v:t,key:e,device:a,state:o}))(m)!==h||g)&&(C=Object(i.a)({[f(m)]:h},g&&(v||!v&&0!==h&&""!==h)?{[f(`temp${Object(r.b)(m)}`)]:h}:{},c.filter(e=>e!==m).every(e=>t[e]===h)?Object(i.a)({[f(l)]:h},g&&(v||!v&&0!==h&&""!==h)?{[f(`temp${Object(r.b)(l)}`)]:h}:{}):{})),C}function C(e){let t=e.v,a=e.device,o=e.state,n=e.parent,l=e.childs,s=e.value,c=e.sliderDragEnd,d=void 0===c||c,m=e.temp,h=void 0!==m&&m,b=e.tempZero,g=void 0!==b&&b;const y=Object(i.a)({[p({key:n,device:a,state:o})]:s},l.reduce((e,t)=>(e[p({key:t,device:a,state:o})]=s,e),{})),v=h&&!g?Object(i.a)({[p({key:`temp${Object(r.b)(n)}`,device:a,state:o})]:s>0&&d?s:u({v:t,key:`temp${Object(r.b)(n)}`,device:a,state:o})},l.reduce((e,n)=>(e[p({key:`temp${Object(r.b)(n)}`,device:a,state:o})]=s>0&&d?s:u({v:t,key:`temp${Object(r.b)(n)}`,device:a,state:o}),e),{})):h?Object(i.a)({[p({key:`temp${Object(r.b)(n)}`,device:a,state:o})]:s},l.reduce((e,t)=>(e[p({key:`temp${Object(r.b)(t)}`,device:a,state:o})]=s,e),{})):{};return Object.assign(y,v)}function w(e){let t=e.v,a=e.device,o=e.state,n=e.parent,i=e.childs,l=e.current,s=e.value,c=e.temp,d=void 0!==c&&c,m=e.tempZero,h=void 0!==m&&m;const b=i.filter(e=>e!==l).every(e=>t[e]===s)?s:u({v:t,key:n,device:a,state:o}),g=i.filter(e=>e!==l).every(e=>t[e]===s)?s:u(s>0?{v:t,key:`temp${Object(r.b)(n)}`,device:a,state:o}:{v:t,key:n,device:a,state:o});return d&&h?{[p({key:n,device:a,state:o})]:b,[p({key:`temp${Object(r.b)(n)}`,device:a,state:o})]:g}:{[p({key:n,device:a,state:o})]:b}}function O(e){let t=e.v,a=e.device,o=e.state,n=e.childs,l=e.current,s=e.value,c=e.temp;return void 0!==c&&c?Object(i.a)({[p({key:l,device:a,state:o})]:s,[p({key:`temp${Object(r.b)(l)}`,device:a,state:o})]:s},n.filter(e=>e!==l).reduce((e,n)=>(e[p({key:`temp${Object(r.b)(n)}`,device:a,state:o})]=0===t[n]?0:u({v:t,key:`temp${Object(r.b)(n)}`,device:a,state:o}),e),{})):{[p({key:l,device:a,state:o})]:s}}function x(e){let t=e.v,a=e.device,o=void 0===a?"desktop":a,i=e.state,l=void 0===i?"normal":i,s=e.value,c=e.dependencies;const d=e=>u({v:t,key:e,device:o,state:l});return Object.entries(c).reduce((e,a)=>{let i=Object(n.a)(a,2),c=i[0],m=i[1];const h=!(0!==s&&""!==s||void 0===m.nullValue||!(m.nullValue.length>0&&m.nullValue.every(e=>""===t[e]||0===t[e])||0===m.nullValue.length)),b=!(0===s||""===s||0!==d(c)&&""!==d(c)&&"off"!==d("boxShadow")||!(m.tempValue.length>0&&m.tempValue.every(e=>""===t[e]||0===t[e])||0===m.tempValue.length)),g=null===d(c)||void 0===d(c);return g&&console.log("onChange "+c+" "+d(c)),g||(e[(e=>p({key:e,device:o,state:l}))(c)]=h?"string"===m.type?"":0:d(b?`temp${Object(r.b)(c)}`:c)),Object.assign(e,m.childs.reduce((e,a)=>(null===t[p({key:a,device:o,state:l})]||void 0===t[p({key:a,device:o,state:l})]||(e[p({key:a,device:o,state:l})]=0!==s&&""!==s||void 0===m.nullValue||!(m.nullValue.length>0&&m.nullValue.every(e=>""===t[e]||0===t[e])||0===m.nullValue.length)?(s>0||""!==s)&&m.childs.every(e=>0===u({v:t,key:`temp${Object(r.b)(e)}`,device:o,state:l}))?u({v:t,key:`temp${Object(r.b)(c)}`,device:o,state:l}):(s>0||""!==s)&&(m.tempValue.length>0&&m.tempValue.every(e=>""===t[e]||0===t[e])||0===m.tempValue.length)?u({v:t,key:`temp${Object(r.b)(a)}`,device:o,state:l}):u({v:t,key:a,device:o,state:l}):"string"===m.type?"":0),e),{}),m.childs.reduce((e,a)=>(null===t[p({key:`temp${Object(r.b)(a)}`,device:o,state:l})]||void 0===t[p({key:`temp${Object(r.b)(a)}`,device:o,state:l})]||(e[p({key:`temp${Object(r.b)(a)}`,device:o,state:l})]=(s>0||""!==s)&&m.childs.every(e=>0===u({v:t,key:`temp${Object(r.b)(e)}`,device:o,state:l}))?u({v:t,key:c,device:o,state:l}):u({v:t,key:`temp${Object(r.b)(a)}`,device:o,state:l})),e),{})),e},{})}function S(e){let t=e.v,a=e.device,o=e.state,i=e.childs,l=e.current,s=e.value,c=e.dependencies;return Object.entries(c).reduce((e,c)=>{let d=Object(n.a)(c,2),m=d[0],h=d[1];return null===t[m]||(e[p({key:m,device:a,state:o})]=(0===s||""===s)&&(i.length>0&&i.filter(e=>e!==l).every(e=>0===t[e])||0===i.length)&&void 0!==h.nullValue&&(h.nullValue.length>0&&h.nullValue.every(e=>""===t[e]||0===t[e])||0===h.nullValue.length)?"string"===h.type?"":0:(s>0||""!==s)&&(h.tempValue.length>0&&h.tempValue.every(e=>""===t[e]||0===t[e])||0===h.tempValue.length)?u({v:t,key:`temp${Object(r.b)(m)}`,device:a,state:o}):u({v:t,key:m,device:a,state:o})),Object.assign(e,h.childs.reduce((e,n)=>(null===t[n]||(e[p({key:n,device:a,state:o})]=(0===s||""===s)&&(i.length>0&&i.filter(e=>e!==l).every(e=>0===t[e])||0===i.length)&&(h.nullValue.length>0&&h.nullValue.every(e=>""===t[e]||0===t[e])||0===h.nullValue.length)?"string"===h.type?"":0:(s>0||""!==s)&&0===h.tempValue.length?u({v:t,key:`temp${Object(r.b)(n)}`,device:a,state:o}):u({v:t,key:n,device:a,state:o})),e),{})),e},{})}function k(e){let t=e.device,a=e.state,o=e.width,n=e.height,i=e.src,r=e.x,l=e.y,s=e.population,c=e.isChanged;return"image"===c?{[p({key:"bgImageWidth",device:t,state:a})]:o,[p({key:"bgImageHeight",device:t,state:a})]:n,[p({key:"bgImageSrc",device:t,state:a})]:i}:"population"===c?{[p({key:"bgPopulation",device:t,state:a})]:s}:{[p({key:"bgPositionX",device:t,state:a})]:r,[p({key:"bgPositionY",device:t,state:a})]:l}}function j(e){let t=e.v,a=e.device,o=e.state,n=e.src,i=e.isChanged;const r=""!==n&&1===u({v:t,key:"bgColorOpacity",device:a,state:o})?.9:u({v:t,key:"bgColorOpacity",device:a,state:o}),l=""!==n&&1===u({v:t,key:"bgColorOpacity",device:a,state:o})?.9:u({v:t,key:"tempBgColorOpacity",device:a,state:o});return"image"===i?{[p({key:"bgColorOpacity",device:a,state:o})]:r,[p({key:"tempBgColorOpacity",device:a,state:o})]:l}:{}}function B(e){return x({v:e.v,device:e.device,state:e.state,value:e.src,dependencies:{borderRadius:{childs:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"],nullValue:["bgColorOpacity","borderColorOpacity"],tempValue:[]}}})}function P(e){let t=e.v,a=e.device,o=(e.state,e.src);return"desktop"===a||"mobile"===a?{mobilePaddingRight:o?t.tempMobilePaddingRight:0,mobilePaddingLeft:o?t.tempMobilePaddingLeft:0}:{}}function z(e){let t=e.v,a=e.device,o=e.state,n=e.borderStyle;const i=e=>p({key:e,device:a,state:o});return{[i("borderStyle")]:n,[i("tempBorderStyle")]:""!==n?n:(e=>u({v:t,key:e,device:a,state:o}))("tempBorderStyle")}}function T(e){return x({v:e.v,device:e.device,state:e.state,value:e.borderStyle,dependencies:{borderColorOpacity:{childs:[],nullValue:[],tempValue:[]},borderColorPalette:{childs:[],nullValue:[],tempValue:[]},borderWidth:{childs:["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth"],nullValue:[],tempValue:[]}}})}function H(e){return x({v:e.v,device:e.device,state:e.state,value:e.borderStyle,dependencies:{borderColorOpacity:{childs:[],nullValue:[],tempValue:[]},borderColorPalette:{childs:[],nullValue:[],tempValue:[]},borderWidth:{childs:["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth"],nullValue:[],tempValue:[]},borderRadius:{childs:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"],nullValue:["bgColorOpacity","bgImageSrc"],tempValue:[]}}})}function M(e){let t=e.v,a=e.device,o=e.state,n=e.hex,i=e.opacity,r=e.isChanged,l=void 0===r?"hex":r,s=e.opacityDragEnd,c=void 0!==s&&s;const d=e=>p({key:e,device:a,state:o}),m=(i=G({v:t,device:a,state:o,opacity:i,isChanged:l}))>0&&c?i:(e=>u({v:t,key:e,device:a,state:o}))("tempBorderColorOpacity");return{[d("borderColorHex")]:n,[d("borderColorOpacity")]:i,[d("tempBorderColorOpacity")]:m}}function _(e){let t=e.v,a=e.device,o=e.state,n=e.opacity,i=e.isChanged,r=void 0===i?"hex":i;const l=e=>p({key:e,device:a,state:o}),s=e=>u({v:t,key:e,device:a,state:o});n=G({v:t,device:a,state:o,opacity:n,isChanged:r});const c="hex"===r||0===n?"":s(n>0?"tempBorderColorPalette":"borderColorPalette"),d="hex"===r?"":s("tempBorderColorPalette");return{[l("borderColorPalette")]:c,[l("tempBorderColorPalette")]:d}}function E(e){let t=e.v,a=e.device,o=e.state,n=e.opacity;return x({v:t,device:a,state:o,value:n=G({v:t,device:a,state:o,opacity:n,isChanged:e.isChanged}),dependencies:{borderStyle:{childs:[],nullValue:[],tempValue:[]},borderWidth:{childs:["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth"],nullValue:[],tempValue:[]}}})}function R(e){let t=e.v,a=e.device,o=e.state,n=e.opacity;return x({v:t,device:a,state:o,value:n=G({v:t,device:a,state:o,opacity:n,isChanged:e.isChanged}),dependencies:{borderStyle:{childs:[],nullValue:[],tempValue:[]},borderWidth:{childs:["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth"],nullValue:[],tempValue:[]},borderRadius:{childs:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"],nullValue:["bgColorOpacity","bgImageSrc"],tempValue:[]}}})}function I(e){let t=e.v,a=e.device,o=(e.state,e.opacity),n=e.isChanged;if("desktop"===a||"tablet"===a){return{tabletPaddingRight:0===(o=G({v:t,device:a,opacity:o,isChanged:n}))?0:"hex"===n||o>0?t.tempTabletPaddingRight:t.tabletPaddingRight,tabletPaddingLeft:0===o?0:"hex"===n||o>0?t.tempTabletPaddingLeft:t.tabletPaddingLeft}}return{}}function A(e){let t=e.v,a=e.device,o=(e.state,e.opacity),n=e.isChanged;if("desktop"===a||"mobile"===a){return{mobilePaddingRight:0===(o=G({v:t,device:a,opacity:o,isChanged:n}))?0:"hex"===n||o>0?t.tempMobilePaddingRight:t.mobilePaddingRight,mobilePaddingLeft:0===o?0:"hex"===n||o>0?t.tempMobilePaddingLeft:t.mobilePaddingLeft}}return{}}function N(e){let t=e.device,a=e.state,o=e.palette;const n=e=>p({key:e,device:t,state:a});return{[n("borderColorPalette")]:o,[n("tempBorderColorPalette")]:o}}function L(e){let t=e.v,a=e.device,o=e.state,n=e.opacity,i=e.isChanged;return n=G({v:t,device:a,state:o,opacity:n,isChanged:i}),{[(e=>p({key:e,device:a,state:o}))("borderColorOpacity")]:n}}function V(e){e.v;let t=e.device,a=e.state,o=e.type;return{[(e=>p({key:e,device:t,state:a}))("borderWidthType")]:o}}function F(e){return C({v:e.v,device:e.device,state:e.state,parent:"borderWidth",childs:["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth"],value:e.value,sliderDragEnd:e.sliderDragEnd,temp:!0,tempZero:!1})}function W(e){return x({v:e.v,device:e.device,state:e.state,value:e.value,dependencies:{borderStyle:{childs:[],nullValue:[],tempValue:[]},borderRadius:{childs:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"],nullValue:["bgColorOpacity","bgImageSrc"],tempValue:[]},borderColorOpacity:{childs:[],nullValue:[],tempValue:[]},borderColorPalette:{childs:[],nullValue:[],tempValue:[]}}})}function D(e){let t=e.v,a=e.device,o=e.state,n=e.current,r=e.value;const l=["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth"];return Object(i.a)({},O({v:t,device:a,state:o,childs:l,current:n,value:r,temp:!0}),w({v:t,device:a,state:o,parent:"borderWidth",childs:l,current:n,value:r,temp:!0}))}function $(e){return S({v:e.v,device:e.device,state:e.state,parent:"borderWidth",childs:["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth"],current:e.current,value:e.value,dependencies:{borderStyle:{childs:[],nullValue:[],tempValue:[]},borderRadius:{childs:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"],nullValue:["bgColorOpacity","bgImageSrc"],tempValue:[]},borderColorOpacity:{childs:[],nullValue:[],tempValue:[]},borderColorPalette:{childs:[],nullValue:[],tempValue:[]}}})}function G(e){let t=e.v,a=e.device,o=e.state,n=e.opacity,i=void 0===n?void 0:n,r=e.isChanged,l=void 0===r?"hex":r;const s=e=>u({v:t,key:e,device:a,state:o});return"hex"!==l&&"palette"!==l||0!==s("borderColorOpacity")?void 0===i?s("borderColorOpacity"):i:s("tempBorderColorOpacity")}function K(e){return C({v:e.v,device:e.device,state:e.state,parent:"borderRadius",childs:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"],value:e.value,sliderDragEnd:e.sliderDragEnd,temp:!0,tempZero:!0})}function q(e){return x({v:e.v,device:e.device,state:e.state,value:e.value,tempZero:!0,dependencies:{borderStyle:{childs:[],tempValue:["bgColorOpacity","bgImageSrc"]},borderWidth:{childs:["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth"],tempValue:["bgColorOpacity","bgImageSrc"]},borderColorOpacity:{childs:[],tempValue:["bgColorOpacity","bgImageSrc"]},borderColorPalette:{childs:[],tempValue:["bgColorOpacity","bgImageSrc"]}}})}function U(e){let t=e.v,a=e.device,o=e.state,n=e.current,r=e.value;e.sliderDragEnd;const l=["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"];return Object(i.a)({},O({v:t,childs:l,state:o,current:n,value:r,temp:!0}),w({v:t,device:a,state:o,parent:"borderRadius",childs:l,current:n,value:r,temp:!0,tempZero:!0}))}function Y(e){let t=e.v,a=e.device,o=e.state,n=e.current,r=e.value;return Object(i.a)({},S({v:t,device:a,state:o,parent:"borderRadius",childs:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"],current:n,value:r,dependencies:{borderStyle:{childs:[],tempValue:["bgColorOpacity","bgImageSrc"]},borderWidth:{childs:["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth"],tempValue:["bgColorOpacity","bgImageSrc"]},borderColorOpacity:{childs:[],tempValue:["bgColorOpacity","bgImageSrc"]},borderColorPalette:{childs:[],tempValue:["bgColorOpacity","bgImageSrc"]}}}))}function X(e){let t=e.v,a=e.device,o=e.state,n=e.prefix,i=void 0===n?"color":n,l=e.hex,s=e.opacity,c=e.isChanged,d=void 0===c?"hex":c,m=e.opacityDragEnd,h=void 0!==m&&m;const b=e=>p({key:e,device:a,state:o}),g=`temp${Object(r.b)(i)}`,y=(s=ee({v:t,device:a,state:o,prefix:i,opacity:s,isChanged:d}))>0&&h?s:(e=>u({v:t,key:e,device:a,state:o}))(Object(r.a)(g,"opacity"));return{[b(Object(r.a)(i,"hex"))]:l,[b(Object(r.a)(i,"opacity"))]:s,[b(Object(r.a)(g,"opacity"))]:y}}function Z(e){let t=e.v,a=e.device,o=e.state,n=e.prefix,i=void 0===n?"color":n,l=e.opacity,s=e.isChanged,c=void 0===s?"hex":s;const d=e=>p({key:e,device:a,state:o}),m=e=>u({v:t,key:e,device:a,state:o}),h=`temp${Object(r.b)(i)}`;l=ee({v:t,device:a,state:o,prefix:i,opacity:l,isChanged:c});const b="hex"===c||0===l?"":m(l>0?Object(r.a)(h,"palette"):Object(r.a)(i,"palette")),g="hex"===c?"":m(Object(r.a)(h,"palette"));return{[d(Object(r.a)(i,"palette"))]:b,[d(Object(r.a)(h,"palette"))]:g}}function J(e){let t=e.device,a=e.state,o=e.prefix,n=void 0===o?"color":o,i=e.palette;const l=e=>p({key:e,device:t,state:a}),s=`temp${Object(r.b)(n)}`;return{[l(Object(r.a)(n,"palette"))]:i,[l(Object(r.a)(s,"palette"))]:i}}function Q(e){let t=e.v,a=e.device,o=e.state,n=e.prefix,i=void 0===n?"color":n,l=e.opacity,s=void 0===l?void 0:l,c=e.isChanged;return s=ee({v:t,device:a,state:o,prefix:i,opacity:s,isChanged:void 0===c?"hex":c}),{[(e=>p({key:e,device:a,state:o}))(Object(r.a)(i,"opacity"))]:s}}function ee(e){let t=e.v,a=e.device,o=e.state,n=e.prefix,i=void 0===n?"color":n,l=e.opacity,s=void 0===l?void 0:l,c=e.isChanged,d=void 0===c?"hex":c;const p=e=>u({v:t,key:e,device:a,state:o}),m=`temp${Object(r.b)(i)}`;return"hex"===d&&0===p(Object(r.a)(i,"opacity"))?p(Object(r.a)(m,"opacity")):void 0===s?p(Object(r.a)(i,"opacity")):s}function te(e){let t=e.v,a=e.device,o=e.state,n=e.bgColorType;const i=e=>p({key:e,device:a,state:o});return{[i("bgColorType")]:n,[i("gradientActivePointer")]:"solid"===n?"startPointer":(e=>u({v:t,key:e,device:a,state:o}))("gradientActivePointer")}}function ae(e){let t=e.device,a=e.state,o=e.startPointer,n=e.finishPointer,i=e.activePointer;const r=e=>p({key:e,device:t,state:a});return{[r("gradientStartPointer")]:o,[r("gradientFinishPointer")]:n,[r("gradientActivePointer")]:i}}function oe(e){let t=e.v,a=e.device,o=e.state,n=e.prefix,i=e.hex,l=e.opacity,s=e.isChanged,c=void 0===s?"hex":s,d=e.opacityDragEnd,m=void 0!==d&&d;const h=e=>p({key:e,device:a,state:o}),b=`temp${Object(r.b)(n)}`,g=(l=ce({v:t,device:a,state:o,prefix:n,opacity:l,isChanged:c}))>0&&m?l:(e=>u({v:t,key:e,device:a,state:o}))(Object(r.a)(b,"colorOpacity"));return{[h(Object(r.a)(n,"colorHex"))]:i,[h(Object(r.a)(n,"colorOpacity"))]:l,[h(Object(r.a)(b,"colorOpacity"))]:g}}function ne(e){let t=e.v,a=e.device,o=e.state,n=e.prefix,i=e.opacity,l=e.isChanged,s=void 0===l?"hex":l;const c=e=>p({key:e,device:a,state:o}),d=e=>u({v:t,key:e,device:a,state:o}),m=`temp${Object(r.b)(n)}`;i=ce({v:t,device:a,state:o,prefix:n,opacity:i,isChanged:s});const h="hex"===s||0===i?"":d(i>0?Object(r.a)(m,"colorPalette"):Object(r.a)(n,"colorPalette")),b="hex"===s?"":d(Object(r.a)(m,"colorPalette"));return{[c(Object(r.a)(n,"colorPalette"))]:h,[c(Object(r.a)(m,"colorPalette"))]:b}}function ie(e){let t=e.v,a=e.device,o=e.state,n=e.prefix,i=e.opacity,r=e.isChanged;return x({v:t,device:a,state:o,value:i=ce({v:t,device:a,state:o,prefix:n,opacity:i,isChanged:void 0===r?"hex":r}),dependencies:{borderRadius:{childs:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"],nullValue:["bgImageSrc","borderColorOpacity"],tempValue:[]}}})}function re(e){let t=e.v,a=e.device,o=e.prefix,n=e.opacity,i=e.isChanged,r=void 0===i?"hex":i;if("desktop"===a||"mobile"===a){return{mobilePaddingRight:0===(n=ce({v:t,device:a,prefix:o,opacity:n,isChanged:r}))?0:"hex"===r||n>0?t.tempMobilePaddingRight:t.mobilePaddingRight,mobilePaddingLeft:0===n?0:"hex"===r||n>0?t.tempMobilePaddingLeft:t.mobilePaddingLeft}}return{}}function le(e){let t=e.device,a=e.state,o=e.prefix,n=e.palette;const i=e=>p({key:e,device:t,state:a}),l=`temp${Object(r.b)(o)}`;return{[i(Object(r.a)(o,"colorPalette"))]:n,[i(Object(r.a)(l,"colorPalette"))]:n}}function se(e){let t=e.v,a=e.device,o=e.state,n=e.prefix,i=e.opacity,l=e.isChanged;return i=ce({v:t,device:a,state:o,prefix:n,opacity:i,isChanged:void 0===l?"hex":l}),{[(e=>p({key:e,device:a,state:o}))(Object(r.a)(n,"colorOpacity"))]:i}}function ce(e){let t=e.v,a=e.device,o=e.state,n=e.prefix,i=e.opacity,l=void 0===i?void 0:i,s=e.isChanged,c=void 0===s?"hex":s;const d=e=>u({v:t,key:e,device:a,state:o}),p=`temp${Object(r.b)(n)}`;return"hex"!==c&&"palette"!==c||0!==d(Object(r.a)(n,"colorOpacity"))||1!==d(Object(r.a)(p,"colorOpacity"))||""===d("bgImageSrc")?"hex"!==c&&"palette"!==c||0!==d(Object(r.a)(n,"colorOpacity"))?void 0===l?d(Object(r.a)(n,"colorOpacity")):l:d(Object(r.a)(p,"colorOpacity")):.9}function de(e){let t=e.v,a=e.device,o=e.state,n=e.boxShadowType;const i=e=>p({key:e,device:a,state:o});return{[i("boxShadow")]:n,[i("tempBoxShadow")]:""!==n?n:(e=>u({v:t,key:e,device:a,state:o}))("tempBoxShadow")}}function pe(e){return x({v:e.v,device:e.device,state:e.state,value:e.boxShadowType,dependencies:{boxShadowColorOpacity:{childs:[],nullValue:[],tempValue:[]},boxShadowColorPalette:{childs:[],nullValue:[],tempValue:[]},boxShadowBlur:{childs:[],nullValue:[],tempValue:[]},boxShadowSpread:{childs:[],nullValue:[],tempValue:[]},boxShadowVertical:{childs:[],nullValue:[],tempValue:[]},boxShadowHorizontal:{childs:[],nullValue:[],tempValue:[]}}})}function ue(e){let t=e.v,a=e.device,o=e.state,n=e.hex,i=e.opacity,r=e.isChanged,l=void 0===r?"hex":r,s=e.opacityDragEnd,c=void 0!==s&&s;const d=e=>p({key:e,device:a,state:o}),m=(i=fe({v:t,device:a,state:o,opacity:i,isChanged:l}))>0&&c?i:(e=>u({v:t,key:e,device:a,state:o}))("tempBoxShadowColorOpacity");return{[d("boxShadowColorHex")]:n,[d("boxShadowColorOpacity")]:i,[d("tempBoxShadowColorOpacity")]:m}}function me(e){let t=e.v,a=e.device,o=e.state,n=e.opacity,i=e.isChanged,r=void 0===i?"hex":i;const l=e=>p({key:e,device:a,state:o}),s=e=>u({v:t,key:e,device:a,state:o});n=fe({v:t,device:a,state:o,opacity:n,isChanged:r});const c="hex"===r||0===n?"":s(n>0?"tempBoxShadowColorPalette":"boxShadowColorPalette"),d="hex"===r?"":s("tempBoxShadowColorPalette");return{[l("boxShadowColorPalette")]:c,[l("tempBoxShadowColorPalette")]:d}}function he(e){let t=e.v,a=e.device,o=e.state,n=e.opacity;return x({v:t,device:a,state:o,value:n=fe({v:t,device:a,state:o,opacity:n,isChanged:e.isChanged}),dependencies:{boxShadow:{childs:[],nullValue:[],tempValue:[]},boxShadowBlur:{childs:[],nullValue:[],tempValue:[]},boxShadowSpread:{childs:[],nullValue:[],tempValue:[]},boxShadowVertical:{childs:[],nullValue:[],tempValue:[]},boxShadowHorizontal:{childs:[],nullValue:[],tempValue:[]}}})}function be(e){e.v;let t=e.device,a=e.state,o=e.palette;const n=e=>p({key:e,device:t,state:a});return{[n("boxShadowColorPalette")]:o,[n("tempBoxShadowColorPalette")]:o}}function ge(e){let t=e.v,a=e.device,o=e.state,n=e.opacity,i=e.isChanged;return n=fe({v:t,device:a,state:o,opacity:n,isChanged:i}),{[(e=>p({key:e,device:a,state:o}))("boxShadowColorOpacity")]:n}}function ye(e){e.v;let t=e.device,a=e.state,o=e.boxShadowBlur,n=void 0===o?0:o,i=e.boxShadowSpread,r=void 0===i?0:i,l=e.boxShadowVertical,s=void 0===l?0:l,c=e.boxShadowHorizontal,d=void 0===c?0:c;const u=e=>p({key:e,device:t,state:a});return{[u("boxShadowBlur")]:n,[u("tempBoxShadowBlur")]:n,[u("boxShadowSpread")]:r,[u("tempBoxShadowSpread")]:r,[u("boxShadowVertical")]:s,[u("tempBoxShadowVertical")]:s,[u("boxShadowHorizontal")]:d,[u("tempBoxShadowHorizontal")]:d}}function ve(e){let t=e.v,a=e.device,o=e.state,n=e.boxShadowBlur,i=void 0===n?0:n,r=e.boxShadowSpread,l=void 0===r?0:r,s=e.boxShadowVertical,c=void 0===s?0:s,d=e.boxShadowHorizontal,p=void 0===d?0:d;return x({v:t,device:a,state:o,value:Math.max(i,l,c,p),dependencies:{boxShadow:{childs:[],nullValue:[],tempValue:[]},boxShadowColorOpacity:{childs:[],nullValue:[],tempValue:[]},boxShadowColorPalette:{childs:[],nullValue:[],tempValue:[]}}})}function fe(e){let t=e.v,a=e.device,o=e.state,n=e.opacity,i=void 0===n?void 0:n,r=e.isChanged,l=void 0===r?"hex":r;const s=e=>u({v:t,key:e,device:a,state:o});return"hex"!==l&&"palette"!==l||0!==s("boxShadowColorOpacity")?void 0===i?s("boxShadowColorOpacity"):i:s("tempBoxShadowColorOpacity")}function Ce(e){let t=e.v,a=e.device,o=e.state,n=e.me,r=void 0===n?"padding":n,l=e.childs,s=e.value,c=e.suffix,d=e.sliderDragEnd;const p=[];for(var u=0;u<l.length;u++)p[u]=`${l[u]}Suffix`;return Object(i.a)({},v({v:t,device:a,state:o,me:`${r}Suffix`,childs:p,value:c,dragEnd:d}),v({v:t,device:a,state:o,me:r,childs:l,value:s,dragEnd:d}))}function we(e){let t=e.v,a=e.device,o=e.state,n=e.me,r=void 0===n?"padding":n,l=e.current,s=e.childs,c=e.value,d=e.suffix,p=e.sliderDragEnd;const u=[];for(var m=0;m<s.length;m++)u[m]=`${s[m]}Suffix`;return Object(i.a)({},f({v:t,device:a,state:o,me:`${r}Suffix`,childs:u,current:`${l}Suffix`,value:d,dragEnd:p}),f({v:t,device:a,state:o,me:r,childs:s,current:l,value:c,dragEnd:p}))}function Oe(e){let t=e.v,a=e.device,o=e.state,n=e.value,r=e.suffix;const l=["marginTop","marginRight","marginBottom","marginLeft"],s=[];for(var c=0;c<l.length;c++)s[c]=`${l[c]}Suffix`;return Object(i.a)({},C({v:t,device:a,state:o,parent:"marginSuffix",childs:s,value:r}),C({v:t,device:a,state:o,parent:"margin",childs:l,value:n}))}function xe(e){let t=e.v,a=e.device,o=e.state,n=e.current,r=e.value,l=e.suffix;const s=["marginTop","marginRight","marginBottom","marginLeft"],c=[];for(var d=0;d<s.length;d++)c[d]=`${s[d]}Suffix`;return Object(i.a)({[`${p({key:`${n}Suffix`,device:a,state:o})}`]:l},O({v:t,device:a,state:o,childs:s,current:n,value:r}),w({v:t,device:a,state:o,parent:"margin",childs:s,current:n,value:r}),w({v:t,device:a,state:o,parent:"marginSuffix",childs:c,current:`${n}Suffix`,value:l}))}function Se(e){let t=e.v,a=e.device,o=e.state,n=e.opacity,i=void 0===n?void 0:n,r=e.isChanged;return x({v:t,device:a,state:o,value:i=function(e){let t=e.v,a=e.device,o=e.state,n=e.opacity;return"hex"===e.isChanged&&0===u({v:t,key:"boxShadowColorOpacity",device:a,state:o})?u({v:t,key:"tempBoxShadowColorOpacity",device:a,state:o}):void 0===n?u({v:t,key:"boxShadowColorOpacity",device:a,state:o}):n}({v:t,device:a,state:o,opacity:i,isChanged:void 0===r?"hex":r}),dependencies:{boxShadowBlur:{childs:[],nullValue:[],tempValue:[]},boxShadowVertical:{childs:[],nullValue:[],tempValue:[]}}})}function ke(e){let t=e.v,a=e.device,o=e.state,n=e.hex,i=e.opacity,r=void 0===i?void 0:i,l=e.isChanged,s=void 0===l?"hex":l,c=e.opacityDragEnd,d=void 0!==c&&c;const m=(r=Te({v:t,device:a,state:o,opacity:r,isChanged:s}))>0&&d?r:u({v:t,key:"tempBg2ColorOpacity",device:a,state:o});return{[p({key:"bg2ColorHex",device:a,state:o})]:n,[p({key:"bg2ColorOpacity",device:a,state:o})]:r,[p({key:"tempBg2ColorOpacity",device:a,state:o})]:m}}function je(e){let t=e.v,a=e.device,o=e.state,n=e.opacity,i=void 0===n?void 0:n,r=e.isChanged,l=void 0===r?"hex":r;i=Te({v:t,device:a,state:o,opacity:i,isChanged:l});const s="hex"===l||0===i?"":u(i>0?{v:t,key:"tempBg2ColorPalette",device:a,state:o}:{v:t,key:"bg2ColorPalette",device:a,state:o}),c="hex"===l?"":u({v:t,key:"tempBg2ColorPalette",device:a,state:o});return{[p({key:"bg2ColorPalette",device:a,state:o})]:s,[p({key:"tempBg2ColorPalette",device:a,state:o})]:c}}function Be(e){let t=e.v,a=e.device,o=e.state,n=e.opacity,i=void 0===n?void 0:n,r=e.isChanged;return x({v:t,device:a,state:o,value:i=Te({v:t,device:a,state:o,opacity:i,isChanged:void 0===r?"hex":r}),dependencies:{borderRadius:{childs:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"],nullValue:["bg2ImageSrc","borderColorOpacity"],tempValue:[]}}})}function Pe(e){let t=e.device,a=e.state,o=e.palette;return{[p({key:"bg2ColorPalette",device:t,state:a})]:o,[p({key:"tempBg2ColorPalette",device:t,state:a})]:o}}function ze(e){let t=e.v,a=e.device,o=e.state,n=e.opacity,i=void 0===n?void 0:n,r=e.isChanged;return i=Te({v:t,device:a,state:o,opacity:i,isChanged:void 0===r?"hex":r}),{[p({key:"bg2ColorOpacity",device:a,state:o})]:i}}function Te(e){let t=e.v,a=e.device,o=e.state,n=e.opacity,i=e.isChanged;return"hex"===i&&0===u({v:t,key:"bg2ColorOpacity",device:a,state:o})&&1===u({v:t,key:"tempBg2ColorOpacity",device:a,state:o})&&""!==u({v:t,key:"bg2ImageSrc",device:a,state:o})?.9:"hex"===i&&0===u({v:t,key:"bg2ColorOpacity",device:a,state:o})?u({v:t,key:"tempBg2ColorOpacity",device:a,state:o}):void 0===n?u({v:t,key:"bg2ColorOpacity",device:a,state:o}):n}function He(e){let t=e.v,a=e.hex,o=e.opacity,n=void 0===o?void 0:o,i=e.isChanged,r=void 0===i?"hex":i;return{borderColorHex:a,borderColorOpacity:n=a!==t.borderColorHex&&0===t.borderColorOpacity?t.tempBorderColorOpacity:n,borderColorPalette:"hex"===r?"":t.borderColorPalette,tempBorderColorOpacity:n>0?n:t.tempBorderColorOpacity,tempBorderColorPalette:"hex"===r?"":t.tempBorderColorPalette,padding:0===n&&0===t.bgColorOpacity?0:n>0?t.tempPadding:t.padding,borderRadiusType:0===n&&0===t.bgColorOpacity?"":n>0?t.tempBorderRadiusType:t.borderRadiusType,fillType:0===n&&0===t.bgColorOpacity?"default":n>0&&0===t.bgColorOpacity?"outline":t.fillType,borderWidth:0===n?0:n>0?t.tempBorderWidth:t.borderWidth,bgColorOpacity:n>0&&t.bgColorOpacity>0?t.tempBgColorOpacity:t.bgColorOpacity,hoverBgColorHex:t.bgColorHex===t.hoverBgColorHex?a:t.hoverBgColorHex,hoverBgColorOpacity:0===n&&0===t.bgColorOpacity?0:t.bgColorOpacity===t.hoverBgColorOpacity?n:t.hoverBgColorOpacity}}function Me(e){let t=e.v,a=e.palette;return{borderColorPalette:a,tempBorderColorPalette:a,borderColorOpacity:0===t.borderColorOpacity?t.tempBorderColorOpacity:t.borderColorOpacity,padding:t.tempPadding,borderRadiusType:t.tempBorderRadiusType,fillType:0===t.bgColorOpacity?"outline":t.bgColorOpacity>0?"filled":t.fillType,borderWidth:t.tempBorderWidth}}function _e(e){let t=e.v,a=e.hex,o=e.opacity;return{borderColorPalette:"hex"===e.isChanged?"":t.borderColorPalette,borderColorHex:a,borderColorOpacity:o}}function Ee(e){let t=e.v,a=e.hex,o=e.opacity,n=void 0===o?void 0:o,i=e.isChanged,r=void 0===i?"hex":i;return{hoverBorderColorHex:a,hoverBorderColorOpacity:a!==t.hoverBorderColorHex&&0==t.hoverBorderColorOpacity?t.tempHoverBorderColorOpacity:n,hoverBorderColorPalette:"hex"===r?"":t.hoverBorderColorPalette}}function Re(e){let t=e.v;return{hoverBorderColorPalette:e.palette,hoverBorderColorOpacity:0===t.hoverBorderColorOpacity?t.tempHoverBorderColorOpacity:t.hoverBorderColorOpacity}}function Ie(e){let t=e.v,a=e.hex,o=e.opacity;return{hoverBorderColorPalette:"hex"===e.isChanged?"":t.hoverBorderColorPalette,hoverBorderColorHex:a,hoverBorderColorOpacity:o}}function Ae(e){let t=e.v,a=e.hex,o=e.opacity,n=void 0===o?void 0:o,i=e.isChanged,r=void 0===i?"hex":i,l=e.opacityDragEnd,s=void 0!==l&&l;return{borderColorHex:a,borderColorOpacity:n=a!==t.borderColorHex&&0===t.borderColorOpacity?t.tempBorderColorOpacity:n,tempBorderColorOpacity:n>0&&s?n:t.tempBorderColorOpacity,borderColorPalette:"hex"===r?"":t.borderColorPalette,tempBorderColorPalette:"hex"===r?"":t.tempBorderColorPalette,paddingRL:0===n&&0===t.bgColorOpacity?0:n>0?t.tempPaddingRL:t.paddingRL,paddingRight:0===n&&0===t.bgColorOpacity?0:n>0?t.tempPaddingRight:t.paddingRight,paddingLeft:0===n&&0===t.bgColorOpacity?0:n>0?t.tempPaddingLeft:t.paddingRight,paddingTB:0===n&&0===t.bgColorOpacity?t.tempPaddingTB:t.paddingTB,paddingTop:0===n&&0===t.bgColorOpacity?t.tempPaddingTop:t.paddingTop,paddingBottom:0===n&&0===t.bgColorOpacity?t.tempPaddingBottom:t.paddingBottom,fillType:0===n&&0===t.bgColorOpacity?"default":n>0&&0===t.bgColorOpacity?"outline":t.fillType,borderRadiusType:0===n&&0===t.bgColorOpacity?"":n>0?t.tempBorderRadiusType:t.borderRadiusType,borderWidth:0===n?0:n>0?t.tempBorderWidth:t.borderWidth,bgColorOpacity:n>0&&t.bgColorOpacity>0?t.tempBgColorOpacity:t.bgColorOpacity,hoverBgColorHex:t.bgColorHex===t.hoverBgColorHex?a:t.hoverBgColorHex,hoverBgColorOpacity:0===n&&0===t.bgColorOpacity?0:t.bgColorOpacity===t.hoverBgColorOpacity?n:t.hoverBgColorOpacity}}function Ne(e){let t=e.v,a=e.palette;return{borderColorPalette:a,tempBorderColorPalette:a,borderColorOpacity:0===t.borderColorOpacity?t.tempBorderColorOpacity:t.borderColorOpacity,borderRadiusType:t.tempBorderRadiusType,fillType:0===t.bgColorOpacity?"outline":t.bgColorOpacity>0?"filled":t.fillType,borderWidth:t.tempBorderWidth}}function Le(e){let t=e.v,a=e.hex,o=e.opacity,n=void 0===o?void 0:o,i=e.isChanged;return{borderColorPalette:"hex"===(void 0===i?"hex":i)?"":t.borderColorPalette,borderColorHex:a,borderColorOpacity:n}}function Ve(e){let t=e.v,a=e.hex,o=e.opacity,n=void 0===o?void 0:o,i=e.isChanged,r=void 0===i?"hex":i;return{hoverBorderColorHex:a,hoverBorderColorOpacity:a!==t.hoverBorderColorHex&&0==t.hoverBorderColorOpacity?t.tempHoverBorderColorOpacity:n,hoverBorderColorPalette:"hex"===r?"":t.hoverBorderColorPalette}}function Fe(e){let t=e.v;return{hoverBorderColorPalette:e.palette,hoverBorderColorOpacity:0===t.hoverBorderColorOpacity?t.tempHoverBorderColorOpacity:t.hoverBorderColorOpacity}}function We(e){let t=e.v,a=e.hex,o=e.opacity,n=void 0===o?void 0:o,i=e.isChanged;return{hoverBorderColorPalette:"hex"===(void 0===i?"hex":i)?"":t.hoverBorderColorPalette,hoverBorderColorHex:a,hoverBorderColorOpacity:n}}function De(e){let t=e.v,a=e.hex,o=e.opacity,n=void 0===o?void 0:o,i=e.isChanged,r=void 0===i?"hex":i,l=e.opacityDragEnd,s=void 0!==l&&l;return{bgColorHex:a,bgColorOpacity:n=a!==t.bgColorHex&&0===t.bgColorOpacity?t.tempBgColorOpacity:n,bgColorPalette:"hex"===r?"":t.bgColorPalette,tempBgColorPalette:"hex"===r?"":t.tempBgColorPalette,tempBgColorOpacity:n>0&&s?n:t.tempBgColorOpacity,borderRadiusType:0===n&&0===t.borderColorOpacity?"":n>0?t.tempBorderRadiusType:t.borderRadiusType,fillType:0===n&&0===t.borderColorOpacity?"default":0===n&&t.borderColorOpacity>0?"outline":n>0?"filled":t.fillType,borderWidth:0===n&&0===t.borderColorOpacity?0:t.borderWidth,borderColorHex:""!==t.bgColorPalette&&t.bgColorPalette===t.borderColorPalette&&"filled"===t.fillType?a:""===t.bgColorPalette&&t.bgColorHex===t.borderColorHex&&"filled"===t.fillType?a:t.borderColorHex,borderColorPalette:""!==t.bgColorPalette&&t.bgColorPalette===t.borderColorPalette&&"filled"===t.fillType?"":t.borderColorPalette,tempBorderColorPalette:""!==t.bgColorPalette&&t.bgColorPalette===t.borderColorPalette&&"filled"===t.fillType?"":t.tempBorderColorPalette,borderColorOpacity:""===t.bgColorPalette&&t.bgColorHex===t.borderColorHex&&t.bgColorOpacity===t.tempBorderColorOpacity&&"filled"===t.fillType?0:0===n&&0===t.borderColorOpacity?0:t.borderColorOpacity,hoverBgColorOpacity:0===n&&0===t.borderColorOpacity?0:n>0?t.tempHoverBgColorOpacity:t.hoverBgColorOpacity,hoverBorderColorHex:t.borderColorHex===t.hoverBorderColorHex?a:t.hoverBorderColorHex,hoverBorderColorOpacity:0===n&&0===t.bgColorOpacity?0:t.hoverBorderColorOpacity}}function $e(e){let t=e.v,a=e.palette;return{bgColorPalette:a,tempBgColorPalette:a,bgColorOpacity:0===t.bgColorOpacity?t.tempBgColorOpacity:t.bgColorOpacity,borderRadiusType:t.tempBorderRadiusType,fillType:"filled",borderColorPalette:""!==t.bgColorPalette&&t.bgColorPalette===t.borderColorPalette&&"filled"===t.fillType?a:""===t.bgColorPalette&&t.bgColorHex===t.borderColorHex&&"filled"===t.fillType?a:t.borderColorPalette,tempBorderColorPalette:""!==t.bgColorPalette&&t.bgColorPalette===t.borderColorPalette&&"filled"===t.fillType?a:""===t.bgColorPalette&&t.bgColorHex===t.borderColorHex&&"filled"===t.fillType?a:t.borderColorPalette,hoverBgColorOpacity:t.tempHoverBgColorOpacity}}function Ge(e){let t=e.v,a=e.hex,o=e.opacity,n=void 0===o?void 0:o,i=e.isChanged;return{bgColorPalette:"hex"===(void 0===i?"hex":i)?"":t.bgColorPalette,bgColorHex:a,bgColorOpacity:n}}function Ke(e){let t=e.v,a=e.hex,o=e.opacity,n=void 0===o?void 0:o,i=e.isChanged,r=void 0===i?"hex":i,l=e.opacityDragEnd,s=void 0!==l&&l;return{hoverBgColorHex:a,hoverBgColorOpacity:n=a!==t.hoverBgColorHex&&0===t.hoverBgColorOpacity?t.tempHoverBgColorOpacity:n,tempHoverBgColorOpacity:n>0&&s?n:t.tempHoverBgColorOpacity,hoverBgColorPalette:"hex"===r?"":t.hoverBgColorPalette,tempHoverBgColorPalette:"hex"===r?"":t.tempHoverBgColorPalette,hoverBorderColorHex:""!==t.hoverBgColorPalette&&t.hoverBgColorPalette===t.hoverBorderColorPalette&&"filled"===t.fillType?a:""===t.hoverBgColorPalette&&t.hoverBgColorHex===t.hoverBorderColorHex&&"filled"===t.fillType?a:t.hoverBorderColorHex,hoverBorderColorPalette:""!==t.hoverBgColorPalette&&t.hoverBgColorPalette===t.hoverBorderColorPalette&&"filled"===t.fillType?"":t.hoverBorderColorPalette,tempHoverBorderColorPalette:""!==t.hoverBgColorPalette&&t.hoverBgColorPalette===t.hoverBorderColorPalette&&"filled"===t.fillType?"":t.tempHoverBorderColorPalette,hoverBorderColorOpacity:""===t.hoverBgColorPalette&&t.hoverBgColorHex===t.hoverBorderColorHex&&t.hoverBgColorOpacity===t.tempHoverBorderColorOpacity&&"filled"===t.fillType?0:t.hoverBorderColorOpacity}}function qe(e){let t=e.v,a=e.palette;return{hoverBgColorPalette:a,hoverBgColorOpacity:0===t.hoverBgColorOpacity?t.tempHoverBgColorOpacity:t.hoverBgColorOpacity,hoverBorderColorPalette:""!==t.hoverBgColorPalette&&t.hoverBgColorPalette===t.hoverBorderColorPalette&&"filled"===t.fillType?a:""===t.hoverBgColorPalette&&t.hoverBgColorHex===t.hoverBorderColorHex&&"filled"===t.fillType?a:t.hoverBorderColorPalette,tempHoverBorderColorPalette:""!==t.hoverBgColorPalette&&t.hoverBgColorPalette===t.hoverBorderColorPalette&&"filled"===t.fillType?a:""===t.hoverBgColorPalette&&t.hoverBgColorHex===t.hoverBorderColorHex&&"filled"===t.fillType?a:t.hoverBorderColorPalette}}function Ue(e){let t=e.v,a=e.hex,o=e.opacity,n=void 0===o?void 0:o,i=e.isChanged;return{hoverBgColorPalette:"hex"===(void 0===i?"hex":i)?"":t.hoverBgColorPalette,hoverBgColorHex:a,hoverBgColorOpacity:n}}function Ye(e){let t=e.v,a=e.hex,o=e.opacity,n=e.isChanged,i=e.opacityDragEnd;return{colorHex:a,colorOpacity:o=a!==t.colorHex&&0==t.colorOpacity?t.tempColorOpacity:o,colorPalette:"hex"===n?"":t.colorPalette,tempColorOpacity:o>0&&i?o:t.tempColorOpacity,hoverColorHex:t.colorHex===t.hoverColorHex?a:t.hoverColorHex,hoverColorOpacity:t.colorOpacity===t.hoverColorOpacity?o:t.hoverColorOpacity}}function Xe(e){let t=e.v;return{colorPalette:e.palette,colorOpacity:0===t.colorOpacity?t.tempColorOpacity:t.colorOpacity}}function Ze(e){let t=e.v,a=e.hex,o=e.opacity,n=void 0===o?void 0:o,i=e.isChanged;return{colorPalette:"hex"===(void 0===i?"hex":i)?"":t.colorPalette,colorHex:a,colorOpacity:n}}function Je(e){let t=e.v,a=e.hex,o=e.opacity,n=void 0===o?void 0:o,i=e.isChanged,r=void 0===i?"hex":i;return{hoverColorHex:a,hoverColorOpacity:a!==t.hoverColorHex&&0==t.hoverColorOpacity?t.tempHoverColorOpacity:n,hoverColorPalette:"hex"===r?"":t.hoverColorPalette}}function Qe(e){let t=e.v;return{hoverColorPalette:e.palette,hoverColorOpacity:0===t.hoverColorOpacity?t.tempHoverColorOpacity:t.hoverColorOpacity}}function et(e){let t=e.v,a=e.hex,o=e.opacity,n=void 0===o?void 0:o,i=e.isChanged;return{hoverColorPalette:"hex"===(void 0===i?"hex":i)?"":t.hoverColorPalette,hoverColorHex:a,hoverColorOpacity:n}}function tt(e){let t=e.v,a=e.hex,o=e.opacity,n=e.isChanged,i=e.opacityDragEnd;return{colorHex:a,colorOpacity:o=a!==t.colorHex&&0===t.colorOpacity?t.tempColorOpacity:o,colorPalette:"hex"===n?"":t.colorPalette,tempColorOpacity:o>0&&i?o:t.tempColorOpacity,hoverColorHex:t.colorHex===t.hoverColorHex?a:t.hoverColorHex,hoverColorOpacity:t.colorOpacity===t.hoverColorOpacity?o:t.hoverColorOpacity}}function at(e){let t=e.v,a=e.palette;return{colorPalette:a,colorOpacity:0===t.colorOpacity?t.tempColorOpacity:t.colorOpacity,hoverColorPalette:t.colorPalette===t.hoverColorPalette?a:t.hoverColorPalette}}function ot(e){let t=e.v,a=e.hex,o=e.opacity;return{colorPalette:"hex"===e.isChanged?"":t.colorPalette,colorHex:a,colorOpacity:o,hoverColorHex:t.colorHex===t.hoverColorHex?a:t.hoverColorHex,hoverColorOpacity:t.colorOpacity===t.hoverColorOpacity?o:t.hoverColorOpacity}}function nt(e){let t=e.v,a=e.hex,o=e.opacity,n=e.isChanged;e.opacityDragEnd;return o=a!==t.colorHex&&0===t.colorOpacity?t.tempColorOpacity:o,{hoverColorHex:a,hoverColorOpacity:a!==t.hoverColorHex&&0===t.hoverColorOpacity?t.tempHoverColorOpacity:o,hoverColorPalette:"hex"===n?"":t.hoverColorPalette}}function it(e){let t=e.v;return{hoverColorPalette:e.palette,hoverColorOpacity:0===t.hoverColorOpacity?t.tempHoverColorOpacity:t.hoverColorOpacity}}function rt(e){let t=e.v,a=e.hex,o=e.opacity;return{hoverColorPalette:"hex"===e.isChanged?"":t.hoverColorPalette,hoverColorHex:a,hoverColorOpacity:o}}function lt(e){let t=e.v,a=e.hex,o=e.opacity,n=e.isChanged,i=e.opacityDragEnd;return{mMenuColorHex:a,mMenuColorOpacity:o=a!==t.mMenuColorHex&&0==t.mMenuColorOpacity?t.mMenuTempColorOpacity:o,mMenuColorPalette:"hex"===n?"":t.mMenuColorPalette,mMenuTempColorOpacity:o>0&&i?o:t.mMenuTempColorOpacity,mMenuHoverColorHex:t.mMenuColorHex===t.mMenuHoverColorHex?a:t.mMenuHoverColorHex,mMenuHoverColorOpacity:t.mMenuColorOpacity===t.mMenuHoverColorOpacity?o:t.mMenuHoverColorOpacity}}function st(e){let t=e.v;return{mMenuColorPalette:e.palette,mMenuColorOpacity:0===t.mMenuColorOpacity?t.mMenuTempColorOpacity:t.mMenuColorOpacity}}function ct(e){let t=e.v,a=e.hex,o=e.opacity;return{mMenuColorPalette:"hex"===e.isChanged?"":t.mMenuColorPalette,mMenuColorHex:a,mMenuColorOpacity:o}}function dt(e){let t=e.v,a=e.hex,o=e.opacity,n=e.isChanged;return{mMenuHoverColorHex:a,mMenuHoverColorOpacity:a!==t.mMenuHoverColorHex&&0==t.mMenuHoverColorOpacity?t.mMenuTempHoverColorOpacity:o,mMenuHoverColorPalette:"hex"===n?"":t.mMenuHoverColorPalette}}function pt(e){let t=e.v;return{mMenuHoverColorPalette:e.palette,mMenuHoverColorOpacity:0===t.mMenuHoverColorOpacity?t.mMenuTempHoverColorOpacity:t.mMenuHoverColorOpacity}}function ut(e){let t=e.v,a=e.hex,o=e.opacity;return{mMenuHoverColorPalette:"hex"===e.isChanged?"":t.mMenuHoverColorPalette,mMenuHoverColorHex:a,mMenuHoverColorOpacity:o}}function mt(e){let t=e.v,a=e.hex,o=e.opacity,n=e.isChanged,i=e.opacityDragEnd;return{subMenuColorHex:a,subMenuColorOpacity:o=a!==t.subMenuColorHex&&0===t.subMenuColorOpacity?t.subMenuTempColorOpacity:o,subMenuColorPalette:"hex"===n?"":t.subMenuColorPalette,subMenuTempColorOpacity:o>0&&i?o:t.subMenuTempColorOpacity,subMenuHoverColorHex:t.subMenuColorHex===t.subMenuHoverColorHex?a:t.subMenuHoverColorHex,subMenuHoverColorOpacity:t.subMenuColorOpacity===t.subMenuHoverColorOpacity?o:t.subMenuHoverColorOpacity,mMenuColorHex:t.subMenuColorHex===t.mMenuColorHex?a:t.mMenuColorHex,mMenuColorOpacity:t.subMenuColorOpacity===t.mMenuColorOpacity?o:t.mMenuColorOpacity,mMenuHoverColorHex:t.subMenuColorHex===t.mMenuHoverColorHex?a:t.mMenuHoverColorHex,mMenuHoverColorOpacity:t.subMenuColorOpacity===t.mMenuHoverColorOpacity?o:t.mMenuHoverColorOpacity}}function ht(e){let t=e.v,a=e.palette;return{subMenuColorPalette:a,subMenuColorOpacity:0===t.subMenuColorOpacity?t.subMenuTempColorOpacity:t.subMenuColorOpacity,subMenuHoverColorPalette:t.subMenuColorPalette===t.subMenuHoverColorPalette?a:t.subMenuHoverColorPalette,mMenuColorPalette:t.subMenuColorPalette===t.mMenuColorPalette?a:t.mMenuColorPalette,mMenuHoverColorPalette:t.subMenuColorPalette===t.mMenuHoverColorPalette?a:t.mMenuHoverColorPalette}}function bt(e){let t=e.v,a=e.hex,o=e.opacity;return{subMenuColorPalette:"hex"===e.isChanged?"":t.subMenuColorPalette,subMenuColorHex:a,subMenuColorOpacity:o,subMenuHoverColorHex:t.subMenuColorHex===t.subMenuHoverColorHex?a:t.subMenuHoverColorHex,subMenuHoverColorOpacity:t.subMenuColorOpacity===t.subMenuHoverColorOpacity?a:t.subMenuHoverColorOpacity,mMenuColorHex:t.subMenuColorHex===t.mMenuColorHex?a:t.mMenuBgColorHex,mMenuColorOpacity:t.subMenuColorOpacity===t.mMenuColorOpacity?o:t.mMenuColorOpacity,mMenuHoverColorHex:t.subMenuColorHex===t.mMenuHoverColorHex?a:t.mMenuHoverColorHex,mMenuHoverColorOpacity:t.subMenuColorOpacity===t.mMenuHoverColorOpacity?o:t.mMenuHoverColorOpacity}}function gt(e){let t=e.v,a=e.hex,o=e.opacity,n=e.isChanged;return{subMenuHoverColorHex:a,subMenuHoverColorOpacity:a!==t.subMenuHoverColorHex&&0===t.subMenuHoverColorOpacity?t.subMenuTempHoverColorOpacity:o,subMenuHoverColorPalette:"hex"===n?"":t.subMenuHoverColorPalette,mMenuHoverColorHex:t.subMenuHoverColorHex===t.mMenuHoverColorHex?a:t.mMenuHoverColorHex,mMenuHoverColorOpacity:t.subMenuHoverColorOpacity===t.mMenuHoverColorOpacity?o:t.mMenuHoverColorOpacity}}function yt(e){let t=e.v,a=e.palette;return{subMenuHoverColorPalette:a,subMenuHoverColorOpacity:0===t.subMenuHoverColorOpacity?t.subMenuTempHoverColorOpacity:t.subMenuHoverColorOpacity,mMenuHoverColorPalette:t.subMenuHoverColorPalette===t.mMenuHoverColorPalette?a:t.mMenuHoverColorPalette}}function vt(e){let t=e.v,a=e.hex,o=e.opacity;return{subMenuHoverColorPalette:"hex"===e.isChanged?"":t.subMenuHoverColorPalette,subMenuHoverColorHex:a,subMenuHoverColorOpacity:o,mMenuHoverColorHex:t.subMenuHoverColorHex===t.mMenuHoverColorHex?a:t.mMenuHoverColorHex,mMenuHoverColorOpacity:t.subMenuHoverColorOpacity===t.mMenuHoverColorOpacity?o:t.mMenuHoverColorOpacity}}function ft(e){let t=e.v,a=e.hex,o=e.opacity,n=e.isChanged;return{mMenuIconColorHex:a,mMenuIconColorOpacity:a!==t.mMenuIconColorHex&&0===t.mMenuIconColorOpacity?t.mMenuTempIconColorOpacity:o,mMenuIconColorPalette:"hex"===n?"":t.mMenuIconColorPalette}}function Ct(e){let t=e.v;return{mMenuIconColorPalette:e.palette,mMenuIconColorHex:"",mMenuIconColorOpacity:0===t.mMenuIconColorOpacity?t.mMenuTempIconColorOpacity:t.mMenuIconColorOpacity}}function wt(e){let t=e.v,a=e.hex,o=e.opacity,n=e.isChanged;const i=a!==t.mMenuIconColorHex&&0===t.mMenuIconColorOpacity?t.mMenuTempIconColorOpacity:o;return{mMenuIconColorPalette:"hex"===n?"":t.mMenuIconColorPalette,mMenuIconColorHex:a,mMenuIconColorOpacity:i}}function Ot(e){let t=e.v,a=e.hex,o=e.opacity,n=e.isChanged;return{tabletMMenuIconColorHex:a,tabletMMenuIconColorOpacity:a!==t.tabletMMenuIconColorHex&&0===t.tabletMMenuIconColorOpacity?t.mMenuTempIconColorOpacity:o,tabletMMenuIconColorPalette:"hex"===n?"":t.tabletMMenuIconColorPalette}}function xt(e){let t=e.v;return{tabletMMenuIconColorPalette:e.palette,tabletMMenuIconColorHex:"",tabletMMenuIconColorOpacity:0===t.tabletMMenuIconColorOpacity?t.mMenuTempIconColorOpacity:t.tabletMMenuIconColorOpacity}}function St(e){let t=e.v,a=e.hex,o=e.opacity,n=e.isChanged;const i=a!==t.tabletMMenuIconColorHex&&0===t.tabletMMenuIconColorOpacity?t.mMenuTempIconColorOpacity:o;return{tabletMMenuIconColorPalette:"hex"===n?"":t.tabletMMenuIconColorPalette,tabletMMenuIconColorHex:a,tabletMMenuIconColorOpacity:i}}function kt(e){let t=e.v,a=e.hex,o=e.opacity,n=e.isChanged;return{mobileMMenuIconColorHex:a,mobileMMenuIconColorOpacity:a!==t.mobileMMenuIconColorHex&&0===t.mobileMMenuIconColorOpacity?t.mMenuTempIconColorOpacity:o,mobileMMenuIconColorPalette:"hex"===n?"":t.mobileMMenuIconColorPalette}}function jt(e){let t=e.v;return{mobileMMenuIconColorPalette:e.palette,mobileMMenuIconColorHex:"",mobileMMenuIconColorOpacity:0===t.mobileMMenuIconColorOpacity?t.mMenuTempIconColorOpacity:t.mobileMMenuIconColorOpacity}}function Bt(e){let t=e.v,a=e.hex,o=e.opacity,n=e.isChanged;const i=a!==t.mobileMMenuIconColorHex&&0===t.mobileMMenuIconColorOpacity?t.mMenuTempIconColorOpacity:o;return{mobileMMenuIconColorPalette:"hex"===n?"":t.mobileMMenuIconColorPalette,mobileMMenuIconColorHex:a,mobileMMenuIconColorOpacity:i}}function Pt(e){let t=e.v,a=e.hex,o=e.opacity,n=e.isChanged,i=e.opacityDragEnd;return{mMenuBgColorHex:a,mMenuBgColorOpacity:o=a!==t.mMenuBgColorHex&&0==t.mMenuBgColorOpacity?t.mMenuTempBgColorOpacity:o,mMenuBgColorPalette:"hex"===n?"":t.mMenuBgColorPalette,mMenuTempBgColorOpacity:o>0&&i?o:t.mMenuTempBgColorOpacity}}function zt(e){let t=e.v;return{mMenuBgColorPalette:e.palette,mMenuBgColorOpacity:0===t.mMenuBgColorOpacity?t.mMenuTempBgColorOpacity:t.mMenuBgColorOpacity}}function Tt(e){let t=e.v,a=e.hex,o=e.opacity;return{mMenuBgColorPalette:"hex"===e.isChanged?"":t.mMenuBgColorPalette,mMenuBgColorHex:a,mMenuBgColorOpacity:o}}function Ht(e){let t=e.v,a=e.hex,o=e.opacity,n=e.isChanged,i=e.opacityDragEnd,r=void 0!==i&&i;return{subMenuBgColorHex:a,subMenuBgColorOpacity:o=a!==t.subMenuBgColorHex&&0===t.subMenuBgColorOpacity?t.subMenuTempBgColorOpacity:o,subMenuBgColorPalette:"hex"===n?"":t.subMenuBgColorPalette,subMenuTempBgColorOpacity:o>0&&r?o:t.subMenuTempBgColorOpacity,subMenuHoverBgColorHex:t.subMenuBgColorHex===t.subMenuHoverBgColorHex?a:t.subMenuHoverBgColorHex,subMenuHoverBgColorOpacity:t.subMenuBgColorOpacity===t.subMenuHoverBgColorOpacity?a:t.subMenuHoverBgColorOpacity,mMenuBgColorHex:t.subMenuBgColorHex===t.mMenuBgColorHex?a:t.mMenuBgColorHex,mMenuBgColorOpacity:t.subMenuBgColorOpacity===t.mMenuBgColorOpacity?o:t.mMenuBgColorOpacity}}function Mt(e){let t=e.v,a=e.palette;return{subMenuBgColorPalette:a,subMenuBgColorOpacity:0===t.subMenuBgColorOpacity?t.subMenuTempBgColorOpacity:t.subMenuBgColorOpacity,subMenuHoverBgColorPalette:t.subMenuBgColorPalette===t.subMenuHoverBgColorPalette?a:t.subMenuHoverBgColorPalette,mMenuBgColorPalette:t.subMenuBgColorPalette===t.mMenuBgColorPalette?a:t.mMenuBgColorPalette}}function _t(e){let t=e.v,a=e.hex,o=e.opacity;return{subMenuBgColorPalette:"hex"===e.isChanged?"":t.subMenuBgColorPalette,subMenuBgColorHex:a,subMenuBgColorOpacity:o,subMenuHoverBgColorHex:t.subMenuBgColorHex===t.subMenuHoverBgColorHex?a:t.subMenuHoverBgColorHex,subMenuHoverBgColorOpacity:t.subMenuBgColorOpacity===t.subMenuHoverBgColorOpacity?a:t.subMenuHoverBgColorOpacity,mMenuBgColorHex:t.subMenuBgColorHex===t.mMenuBgColorHex?a:t.mMenuBgColorHex,mMenuBgColorOpacity:t.subMenuBgColorOpacity===t.mMenuBgColorOpacity?o:t.mMenuBgColorOpacity}}function Et(e){let t=e.v,a=e.hex,o=e.opacity,n=e.isChanged;return{subMenuHoverBgColorHex:a,subMenuHoverBgColorOpacity:a!==t.subMenuHoverBgColorHex&&0===t.subMenuHoverBgColorOpacity?t.subMenuTempHoverBgColorOpacity:o,subMenuHoverBgColorPalette:"hex"===n?"":t.subMenuHoverBgColorPalette}}function Rt(e){let t=e.v;return{subMenuHoverBgColorPalette:e.palette,subMenuHoverBgColorOpacity:0===t.subMenuHoverBgColorOpacity?t.subMenuTempHoverBgColorOpacity:t.subMenuHoverBgColorOpacity}}function It(e){let t=e.v,a=e.hex,o=e.opacity;return{subMenuHoverBgColorPalette:"hex"===e.isChanged?"":t.subMenuHoverBgColorPalette,subMenuHoverBgColorHex:a,subMenuHoverBgColorOpacity:o}}function At(e){let t=e.v,a=e.hex,o=e.opacity,n=e.isChanged,i=e.opacityDragEnd;return{mMenuBorderColorHex:a,mMenuBorderColorOpacity:o=a!==t.mMenuBorderColorHex&&0==t.mMenuBorderColorOpacity?t.mMenuTempBorderColorOpacity:o,mMenuBorderColorPalette:"hex"===n?"":t.mMenuBorderColorPalette,mMenuTempBorderColorOpacity:o>0&&i?o:t.mMenuTempBorderColorOpacity}}function Nt(e){let t=e.v;return{mMenuBorderColorPalette:e.palette,mMenuBorderColorOpacity:0===t.mMenuBorderColorOpacity?t.mMenuTempBorderColorOpacity:t.mMenuBorderColorOpacity}}function Lt(e){let t=e.v,a=e.hex,o=e.opacity;return{mMenuBorderColorPalette:"hex"===e.isChanged?"":t.mMenuBorderColorPalette,mMenuBorderColorHex:a,mMenuBorderColorOpacity:o}}function Vt(e){let t=e.v,a=e.hex,o=e.opacity,n=e.isChanged,i=e.opacityDragEnd;return{subMenuBorderColorHex:a,subMenuBorderColorOpacity:o=a!==t.subMenuBorderColorHex&&0===t.subMenuBorderColorOpacity?t.subMenuTempBorderColorOpacity:o,subMenuBorderColorPalette:"hex"===n?"":t.subMenuBorderColorPalette,subMenuTempBorderColorOpacity:o>0&&i?o:t.subMenuTempBorderColorOpacity,mMenuBorderColorHex:t.subMenuBorderColorHex===t.mMenuBorderColorHex?a:t.mMenuBorderColorHex,mMenuBorderColorOpacity:t.subMenuBorderColorOpacity===t.mMenuBorderColorOpacity?o:t.mMenuBorderColorOpacity}}function Ft(e){let t=e.v,a=e.palette;return{subMenuBorderColorPalette:a,subMenuBorderColorOpacity:0===t.subMenuBorderColorOpacity?t.subMenuTempBorderColorOpacity:t.subMenuBorderColorOpacity,mMenuBorderColorPalette:t.subMenuBorderColorPalette===t.mMenuBorderColorPalette?a:t.mMenuBorderColorPalette}}function Wt(e){let t=e.v,a=e.hex,o=e.opacity;return{subMenuBorderColorPalette:"hex"===e.isChanged?"":t.subMenuBorderColorPalette,subMenuBorderColorHex:a,subMenuBorderColorOpacity:o,mMenuBorderColorHex:t.subMenuBorderColorHex===t.mMenuBorderColorHex?a:t.mMenuBorderColorHex,mMenuBorderColorOpacity:t.subMenuBorderColorOpacity===t.mMenuBorderColorOpacity?o:t.mMenuBorderColorOpacity}}var Dt=a(16);function $t(e,t){const a=""===t.fontStyle?t:Object(Dt.e)(t.fontStyle),o=a.fontSize,n=a.fontFamily,r=a.fontFamilyType,l=a.lineHeight,s=a.letterSpacing,c=a.fontWeight;return Object(i.a)({fontSize:o,fontFamily:n,fontFamilyType:r,lineHeight:l,letterSpacing:s,fontWeight:c,fontStyle:""},e)}function Gt(e,t){const a=""===t.tabletFontStyle?t:Object(Dt.e)(t.tabletFontStyle),o=a.tabletFontSize,n=a.tabletLineHeight,r=a.tabletLetterSpacing,l=a.tabletFontWeight;return Object(i.a)({tabletFontSize:o,tabletLineHeight:n,tabletLetterSpacing:r,tabletFontWeight:l,tabletFontStyle:""},e)}function Kt(e,t){const a=""===t.mobileFontStyle?t:Object(Dt.e)(t.mobileFontStyle),o=a.mobileFontSize,n=a.mobileLineHeight,r=a.mobileLetterSpacing,l=a.mobileFontWeight;return Object(i.a)({mobileFontSize:o,mobileLineHeight:n,mobileLetterSpacing:r,mobileFontWeight:l,mobileFontStyle:""},e)}var qt=a(15);function Ut(e){let t=e.v,a=e.prefix,o=void 0===a?"":a,n=e.current,l=e.value,s=e.weights,c=e.type,d=e.device,m=e.state;const h=p({key:Object(r.a)(o,"fontStyle"),device:d,state:m}),b=p({key:Object(r.a)(o,"fontFamily"),device:d,state:m}),g=p({key:Object(r.a)(o,"fontFamilyType"),device:d,state:m}),y=p({key:Object(r.a)(o,"fontSize"),device:d,state:m}),v=p({key:Object(r.a)(o,"lineHeight"),device:d,state:m}),f=p({key:Object(r.a)(o,"letterSpacing"),device:d,state:m}),C=p({key:Object(r.a)(o,"fontWeight"),device:d,state:m}),w=Object(qt.e)("fontFamilyType",u({v:t,key:Object(r.a)(o,"fontFamilyType"),device:d,state:m}),u({v:t,key:Object(r.a)(o,"fontStyle"),device:d,state:m})),O=Object(qt.e)("fontFamily",u({v:t,key:Object(r.a)(o,"fontFamily"),device:d,state:m}),u({v:t,key:Object(r.a)(o,"fontStyle"),device:d,state:m})),x=Object(qt.e)("fontSize",u({v:t,key:Object(r.a)(o,"fontSize"),device:d,state:m}),u({v:t,key:Object(r.a)(o,"fontStyle"),device:d,state:m})),S=Object(qt.e)("lineHeight",u({v:t,key:Object(r.a)(o,"lineHeight"),device:d,state:m}),u({v:t,key:Object(r.a)(o,"fontStyle"),device:d,state:m})),k=Object(qt.e)("letterSpacing",u({v:t,key:Object(r.a)(o,"letterSpacing"),device:d,state:m}),u({v:t,key:Object(r.a)(o,"fontStyle"),device:d,state:m})),j=Object(qt.e)("fontWeight",u({v:t,key:Object(r.a)(o,"fontWeight"),device:d,state:m}),u({v:t,key:Object(r.a)(o,"fontStyle"),device:d,state:m}));return Object(i.a)({[h]:""},n===b?{[b]:l,[g]:c}:{[b]:O,[g]:w},n===y?{[y]:l}:{[y]:x},n===v?{[v]:l}:{[v]:S},n===f?{[f]:l}:{[f]:k},n===C?{[C]:l}:n===b?{[C]:Object(Dt.m)(j,s)}:{[C]:j})}a.d(t,"saveOnChanges",function(){return y}),a.d(t,"defaultValueKey",function(){return p}),a.d(t,"defaultValueValue",function(){return u}),a.d(t,"deviceStateValueByKey",function(){return b}),a.d(t,"makeKeyByStateDevice",function(){return g}),a.d(t,"onChangeBgImage",function(){return k}),a.d(t,"onChangeBgImageBgOpacity",function(){return j}),a.d(t,"onChangeBgImageDependencies",function(){return B}),a.d(t,"onChangeBgImageColumnAndRowSyncMobile",function(){return P}),a.d(t,"onChangeBorderStyle2",function(){return z}),a.d(t,"onChangeElementBorderStyleDependencies2",function(){return T}),a.d(t,"onChangeContainerBorderStyleDependencies2",function(){return H}),a.d(t,"onChangeBorderColorHexAndOpacity2",function(){return M}),a.d(t,"onChangeBorderColorHexAndOpacityPalette2",function(){return _}),a.d(t,"onChangeElementBorderColorHexAndOpacityDependencies2",function(){return E}),a.d(t,"onChangeContainerBorderColorHexAndOpacityDependencies2",function(){return R}),a.d(t,"onChangeBorderColorHexAndOpacityColumnAndRowSyncTablet2",function(){return I}),a.d(t,"onChangeBorderColorHexAndOpacityColumnAndRowSyncMobile2",function(){return A}),a.d(t,"onChangeBorderColorPalette2",function(){return N}),a.d(t,"onChangeBorderColorPaletteOpacity2",function(){return L}),a.d(t,"onChangeBorderWidthType2",function(){return V}),a.d(t,"onChangeBorderWidthGrouped2",function(){return F}),a.d(t,"onChangeBorderWidthGroupedDependencies2",function(){return W}),a.d(t,"onChangeBorderWidthUngrouped2",function(){return D}),a.d(t,"onChangeBorderWidthUngroupedDependencies2",function(){return $}),a.d(t,"onChangeBorderRadiusGrouped",function(){return K}),a.d(t,"onChangeBorderRadiusGroupedDependencies",function(){return q}),a.d(t,"onChangeBorderRadiusUngrouped",function(){return U}),a.d(t,"onChangeBorderRadiusUngroupedDependencies",function(){return Y}),a.d(t,"onChangeColorHexAndOpacity",function(){return X}),a.d(t,"onChangeColorHexAndOpacityPalette",function(){return Z}),a.d(t,"onChangeColorPalette",function(){return J}),a.d(t,"onChangeColorPaletteOpacity",function(){return Q}),a.d(t,"onChangeBgColorType2",function(){return te}),a.d(t,"onChangeGradientRange2",function(){return ae}),a.d(t,"onChangeBgColorHexAndOpacity2",function(){return oe}),a.d(t,"onChangeBgColorHexAndOpacityPalette2",function(){return ne}),a.d(t,"onChangeBgColorHexAndOpacityDependencies2",function(){return ie}),a.d(t,"onChangeBgColorHexAndOpacityColumnAndRowSyncMobile2",function(){return re}),a.d(t,"onChangeBgColorPalette2",function(){return le}),a.d(t,"onChangeBgColorPaletteOpacity2",function(){return se}),a.d(t,"onChangeBoxShadowHexAndOpacity2",function(){return ue}),a.d(t,"onChangeBoxShadowHexAndOpacityPalette2",function(){return me}),a.d(t,"onChangeBoxShadowHexAndOpacityDependencies2",function(){return he}),a.d(t,"onChangeBoxShadowPalette2",function(){return be}),a.d(t,"onChangeBoxShadowPaletteOpacity2",function(){return ge}),a.d(t,"onChangeBoxShadowType2",function(){return de}),a.d(t,"onChangeBoxShadowTypeDependencies2",function(){return pe}),a.d(t,"onChangeBoxShadowFields2",function(){return ye}),a.d(t,"onChangeBoxShadowFieldsDependencies2",function(){return ve}),a.d(t,"onChangeBoxShadowOpacity2",function(){}),a.d(t,"onChangePaddingGrouped",function(){return Ce}),a.d(t,"onChangePaddingUngrouped",function(){return we}),a.d(t,"onChangeMarginGrouped",function(){return Oe}),a.d(t,"onChangeMarginUngrouped",function(){return xe}),a.d(t,"onChangeElementSectionBoxShadowHexAndOpacityDependencies",function(){return Se}),a.d(t,"onChangeElementProgressBarBg2ColorHexAndOpacity",function(){return ke}),a.d(t,"onChangeElementProgressBarBg2ColorHexAndOpacityPalette",function(){return je}),a.d(t,"onChangeElementProgressBarBg2ColorHexAndOpacityDependencies",function(){return Be}),a.d(t,"onChangeElementProgressBarBg2ColorPalette",function(){return Pe}),a.d(t,"onChangeElementProgressBarBg2ColorPaletteOpacity",function(){return ze}),a.d(t,"onChangeElementIconBorderColorHex2",function(){return He}),a.d(t,"onChangeElementIconBorderColorPalette2",function(){return Me}),a.d(t,"onChangeElementIconBorderColorFields2",function(){return _e}),a.d(t,"onChangeElementIconBorderHoverColorHex2",function(){return Ee}),a.d(t,"onChangeElementIconBorderHoverColorPalette2",function(){return Re}),a.d(t,"onChangeElementIconBorderHoverColorFields2",function(){return Ie}),a.d(t,"onChangeElementButtonBorderColorHex2",function(){return Ae}),a.d(t,"onChangeElementButtonBorderColorPalette2",function(){return Ne}),a.d(t,"onChangeElementButtonBorderColorFields2",function(){return Le}),a.d(t,"onChangeElementButtonBorderHoverColorHex2",function(){return Ve}),a.d(t,"onChangeElementButtonBorderHoverColorPalette2",function(){return Fe}),a.d(t,"onChangeElementButtonBorderHoverColorFields2",function(){return We}),a.d(t,"onChangeBgColorHexButton2",function(){return De}),a.d(t,"onChangeBgColorPaletteButton2",function(){return $e}),a.d(t,"onChangeBgColorFieldsButton2",function(){return Ge}),a.d(t,"onChangeHoverBgColorHexButton2",function(){return Ke}),a.d(t,"onChangeHoverBgColorPaletteButton2",function(){return qe}),a.d(t,"onChangeHoverBgColorFieldsButton2",function(){return Ue}),a.d(t,"onChangeColorHexButtonIcon2",function(){return Ye}),a.d(t,"onChangeColorPaletteButtonIcon2",function(){return Xe}),a.d(t,"onChangeColorFieldsButtonIcon2",function(){return Ze}),a.d(t,"onChangeHoverColorHexButtonIcon2",function(){return Je}),a.d(t,"onChangeHoverColorPaletteButtonIcon2",function(){return Qe}),a.d(t,"onChangeHoverColorFieldsButtonIcon2",function(){return et}),a.d(t,"onChangeMenuColorHex2",function(){return tt}),a.d(t,"onChangeMenuColorPalette2",function(){return at}),a.d(t,"onChangeMenuColorFields2",function(){return ot}),a.d(t,"onChangeMenuHoverColorHex2",function(){return nt}),a.d(t,"onChangeMenuHoverColorPalette2",function(){return it}),a.d(t,"onChangeMenuHoverColorFields2",function(){return rt}),a.d(t,"onChangeColorHexMMenu2",function(){return lt}),a.d(t,"onChangeColorPaletteMMenu2",function(){return st}),a.d(t,"onChangeColorFieldsMMenu2",function(){return ct}),a.d(t,"onChangeHoverColorHexMMenu2",function(){return dt}),a.d(t,"onChangeHoverColorPaletteMMenu2",function(){return pt}),a.d(t,"onChangeHoverColorFieldsMMenu2",function(){return ut}),a.d(t,"onChangeColorHexSubMenu2",function(){return mt}),a.d(t,"onChangeColorPaletteSubMenu2",function(){return ht}),a.d(t,"onChangeColorFieldsSubMenu2",function(){return bt}),a.d(t,"onChangeHoverColorHexSubMenu2",function(){return gt}),a.d(t,"onChangeHoverColorPaletteSubMenu2",function(){return yt}),a.d(t,"onChangeHoverColorFieldsSubMenu2",function(){return vt}),a.d(t,"onChangeColorHexIconMenu2",function(){return ft}),a.d(t,"onChangeColorPaletteIconMenu2",function(){return Ct}),a.d(t,"onChangeColorFieldsIconMenu2",function(){return wt}),a.d(t,"onChangeTabletColorHexIconMMenu2",function(){return Ot}),a.d(t,"onChangeTabletColorPaletteIconMMenu2",function(){return xt}),a.d(t,"onChangeTabletColorFieldsIconMMenu2",function(){return St}),a.d(t,"onChangeMobileColorHexIconMMenu2",function(){return kt}),a.d(t,"onChangeMobileColorPaletteIconMMenu2",function(){return jt}),a.d(t,"onChangeMobileColorFieldsIconMMenu2",function(){return Bt}),a.d(t,"onChangeBgColorHexMMenu2",function(){return Pt}),a.d(t,"onChangeBgColorPaletteMMenu2",function(){return zt}),a.d(t,"onChangeBgColorFieldsMMenu2",function(){return Tt}),a.d(t,"onChangeBgColorHexSubMenu2",function(){return Ht}),a.d(t,"onChangeBgColorPaletteSubMenu2",function(){return Mt}),a.d(t,"onChangeBgColorFieldsSubMenu2",function(){return _t}),a.d(t,"onChangeBgHoverColorHexSubMenu2",function(){return Et}),a.d(t,"onChangeBgHoverColorPaletteSubMenu2",function(){return Rt}),a.d(t,"onChangeBgHoverColorFieldsSubMenu2",function(){return It}),a.d(t,"onChangeBorderColorHexMMenu2",function(){return At}),a.d(t,"onChangeBorderColorPaletteMMenu2",function(){return Nt}),a.d(t,"onChangeBorderColorFieldsMMenu2",function(){return Lt}),a.d(t,"onChangeBorderColorHexSubMenu2",function(){return Vt}),a.d(t,"onChangeBorderColorPaletteSubMenu2",function(){return Ft}),a.d(t,"onChangeBorderColorFieldsSubMenu2",function(){return Wt}),a.d(t,"onChangeTypography",function(){return $t}),a.d(t,"onChangeTypographyTablet",function(){return Gt}),a.d(t,"onChangeTypographyMobile",function(){return Kt}),a.d(t,"tabletSyncOnChange",function(){return s}),a.d(t,"mobileSyncOnChange",function(){return c}),a.d(t,"keySyncOnChange",function(){return d}),a.d(t,"onChangeTypography2",function(){return Ut})},22:function(e,t,a){"use strict";(function(e){var o=a(33),n=a(5),i=a(3),r=a(152),l=a(0),s=a.n(l),c=a(7),d=a.n(c),p=a(104),u=a(35),m=a(23),h=a(17),b=a(101),g=a(57);const y=function(e){let t=Object(r.a)(e),a=t[0],o=t.slice(1),n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return a.toUpperCase()+(n?o.join("").toLowerCase():o.join(""))};class v extends s.a.Component{static get componentId(){throw new Error(`${this.name} must implement \`static get componentId()\``)}optionalSCU(e){const t=this.props;if(t.dbValue!==e.dbValue)return!0;if(t.reduxState.currentStyleId!==e.reduxState.currentStyleId)return!0;if(t.reduxState.currentStyle!==e.reduxState.currentStyle)return!0;if(t.reduxState.extraFontStyles!==e.reduxState.extraFontStyles)return!0;if(t.reduxState.fonts!==e.reduxState.fonts)return!0;if(t.reduxState.copiedElement!==e.reduxState.copiedElement)return!0;const a=t.path||[],o=e.path||[];if(a.length!==o.length)return!0;for(let e=0,t=a.length;e<t;e++)if(a[e]!==o[e])return!0;return!1}getId(){return this.props._id||this.getDBValue()._id||(()=>{throw new Error("This should never happen. An initialized component must have a preset id")})()}getPath(){return this.props.path||[]}getReduxState(){return this.props.reduxState}getReduxDispatch(){return this.props.reduxDispatch}getDefaultValue(){const e=Object(g.b)(this.constructor.defaultValue);return this.props.defaultValue?Object(n.a)({},e,this.props.defaultValue):e}getDBValue(){return this.props.dbValue}getStylesValue(){const e=(this.getDBValue()||{})._styles,t=Object(h.w)(this.getReduxState());return e&&t?e.reduce((e,a)=>t[a]?Object.assign(e,t[a]):e,{}):null}getValue(){const e=this.getDefaultValue(),t=this.getStylesValue(),a=this.getDBValue();return a?Object(n.a)({},e,t,a):e}getValue2(){const e=this.getDefaultValue(),t=this.getStylesValue(),a=this.getDBValue();return{v:Object(n.a)({},e,t,a),vs:Object(n.a)({},e,t),vd:e}}patchValue(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const a=this.makeNewValueFromPatch(e);this.handleValueChange(a,Object(n.a)({},t,{patch:e}))}makeNewValueFromPatch(e){return Object(n.a)({},this.getDBValue(),e)}handleValueChange(e,t){this.props.onChange(e,t)}validateValue(e){const t=Object.keys(this.getDefaultValue()),a=Object.keys(d.a.omit(e,"_id","_styles")),o=d.a.difference(a,t);if(o.length>0){const e=[`${this.constructor.name}.validateValue() called with value`,`that contains keys [${o}]`,`that are not specified in ${this.constructor.name}.defaultValue`].join("\n");throw new Error(e)}}selfDestruct(){this.props.onChange(null)}makeSubcomponentProps(e){let t=e.bindWithKey,a=Object(o.a)(e,["bindWithKey"]);const i=this.getDefaultValue(),r=this.getDBValue();return Object(n.a)({},a,{_id:`${this.getId()}-${t}`,path:[...this.getPath(),t],defaultValue:i&&i[t],dbValue:r&&r[t],reduxState:this.getReduxState(),reduxDispatch:this.getReduxDispatch(),onChange:(e,a)=>this.patchValue({[t]:e},a)})}makeContextMenuProps(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const a=this.constructor.componentId,o=this.getValue();return Object(n.a)({id:Object(u.a)(3),componentId:a,items:e.getItems(o,this)},t)}makeToolbarPropsFromConfig(t){var a=this;let o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=o.allowExtend,i=void 0===n||n,r=o.allowExtendParent,l=void 0===r?null:r,s=o.allowExtendChild,c=void 0===s?null:s,d=o.extendFilter,u=void 0===d?null:d,h=o.filterExtendName,g=void 0===h?null:h;const v=this.props;return{getItems:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Object(m.b)().getState().ui.deviceMode;const o=`getItemsFor${y(e,!0)}`;const n=t[o],r=a.getValue();let s=a.bindToolbarItems(n?n(r,a):[]);if((null!==l?l:i)&&a.props.toolbarExtend){let t=(0,a.props.toolbarExtend.getItems)(e);u&&(t=u(t)),s=Object(p.a)(s,t)}if((null!==c?c:i)&&a.childToolbarExtend){const t=(0,a.childToolbarExtend.getItems)(e);s=Object(p.a)(s,t)}const d=Object(b.b)(`toolbarItemsExtend_${g||a.constructor.componentId}`,null);if(d&&d[o]){const e=a.bindToolbarItems(d[o](r,a));s=Object(p.a)(s,e)}return s},onBeforeOpen:()=>e.Brizy.activeEditorComponent=this,onBeforeClose:()=>e.Brizy.activeEditorComponent=null,onOpen:v.onToolbarOpen,onClose:v.onToolbarClose,onMouseEnter:v.onToolbarEnter,onMouseLeave:v.onToolbarLeave}}bindToolbarItems(e){return Object(p.b)(e,e=>{const t=e.id,a=e.onChange;e.onChange=((e,o)=>{let n=a?a(e,o):void 0!==e?{[t]:e}:null;n&&this.patchValue(n)})}),e}makeToolbarPropsFromConfig2(t){var a=this;let o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=o.allowExtend,i=void 0===n||n,r=o.allowExtendParent,l=void 0===r?null:r,s=o.allowExtendChild,c=void 0===s?null:s,d=o.extendFilter,u=void 0===d?null:d,g=o.filterExtendName,y=void 0===g?null:g;const v=this.props;return{getItems:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Object(h.c)(Object(m.b)().getState());const o=a.getValue();let n=a.bindToolbarItems(t.getItems?t.getItems({v:o,component:a,device:e}):[]);if((null!==l?l:i)&&a.props.toolbarExtend){let t=(0,a.props.toolbarExtend.getItems)(e);u&&(t=u(t)),n=Object(p.a)(n,t)}if((null!==c?c:i)&&a.childToolbarExtend){const t=(0,a.childToolbarExtend.getItems)(e);n=Object(p.a)(n,t)}const r=Object(b.b)(`toolbarItemsExtend_${y||a.constructor.componentId}`,null);if(r&&r.getItems){const t=a.bindToolbarItems(r.getItems({v:o,component:a,device:e}));n=Object(p.a)(n,t)}return n},onBeforeOpen:()=>e.Brizy.activeEditorComponent=this,onBeforeClose:()=>e.Brizy.activeEditorComponent=null,onOpen:v.onToolbarOpen,onClose:v.onToolbarClose,onMouseEnter:v.onToolbarEnter,onMouseLeave:v.onToolbarLeave}}render(){const e=this.getValue2(),t=e.v,a=e.vs,o=e.vd;return this.renderForEdit(t,a,o)}renderForEdit(e,t,a){throw"renderForEdit: Not Implemented"}renderForView(e,t,a){return this.renderForEdit(e,t,a)}applyRulesToValue(e,t){const a=t.filter(Boolean);if(0===a.length)return e;const o=this.getRulesValue(a);return d.a.defaults(o,e)}getRulesValue(e){const t=Object(h.w)(this.getReduxState());return t?e.reduce((e,a)=>{let o;switch(typeof a){case"object":const e=a.rule,n=a.mapper;o=t[e]&&n(t[e]);break;case"string":o=t[a];break;default:throw new Error("Invalid rule type")}return o?Object.assign(e,o):e},{}):null}}Object(i.a)(v,"defaultProps",{onToolbarOpen:d.a.noop,onToolbarClose:d.a.noop,onToolbarEnter:d.a.noop,onToolbarLeave:d.a.noop}),t.a=v}).call(this,a(53))},23:function(e,t,a){"use strict";var o=a(133),n=a(296),i=a(20),r=a(33),l=a(5),s=a(64),c=a(24),d=a(29),p=a(17),u=a(57),m=a(76),h=a(11);function b(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var a=e[Symbol.toPrimitive];if(void 0!==a){var o=a.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}const g={deviceMode:"desktop",leftSidebar:{isOpen:!1,drawerContentType:null}};const y={value:{},path:[]};function v(e){const t={};return Object(u.e)(e,e=>{if(e.type&&e.value&&e.value._id&&e.value._thumbnailSrc){const a=e.value;t[e.value._id]={_thumbnailSrc:a._thumbnailSrc,_thumbnailWidth:a._thumbnailWidth,_thumbnailHeight:a._thumbnailHeight,_thumbnailTime:a._thumbnailTime}}}),t}var f,C,w=Object(m.c)((f={project:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,a=arguments.length>2?arguments[2]:void 0;switch(t.type){case h.j:return t.payload.project;case h.m:return Object(p.t)(a);case h.u:{const a=t.payload;return Object(s.a)(e,e=>{e.data.disabledElements=a})}case h.k:{const a=t.payload.selectedKit;return Object(s.a)(e,e=>{e.data.selectedKit=a})}case h.r:{const a=t.payload;return Object(s.a)(e,e=>{e.data.selectedKit=a})}default:return e}},page:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,a=arguments.length>2?arguments[2]:void 0;switch(t.type){case h.j:return t.payload.page;case h.m:return Object(l.a)({},Object(p.n)(a),{status:"publish"});case h.B:{const a=t.payload.data;return Object(l.a)({},e,{data:Object(l.a)({},e.data,{triggers:a})})}case h.y:return Object(l.a)({},e,{data:Object(l.a)({},e.data,{rulesAmount:t.payload.length})});default:return e}},blocksThumbnailSizes:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case h.j:return t.payload.blocksThumbnailSizes;default:return e}},globalBlocks:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,a=arguments.length>2?arguments[2]:void 0;switch(t.type){case h.j:return t.payload.globalBlocks;case h.d:{const a=t.payload,o=a.id,n=a.data;return Object(l.a)({},e,{[o]:n})}case h.g:{const a=t.payload.id;return Object(l.a)({},e,{[a]:Object(l.a)({},e[a],{deleted:!0})})}case h.m:return Object(p.i)(a);default:return e}},globalBlocksUpdates:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case h.w:{const a=t.payload,o=a.id,n=a.data.value;return Object(l.a)({},e,{[o]:n})}default:return e}},savedBlocks:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case h.j:return t.payload.savedBlocks;case h.e:case h.z:{const a=t.payload,o=a.id,n=a.data;return Object(l.a)({},e,{[o]:n})}case h.h:{const a=t.payload.id;return e[a],Object(r.a)(e,[a].map(b))}default:return e}},styles:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case h.j:return t.payload.project.data.styles;case h.l:case h.k:{const a=t.payload.styles;return a?[...e,...a]:e}default:return e}},currentStyleId:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;switch(t.type){case h.j:return t.payload.project.data.selectedStyle;case h.t:return t.payload;case h.l:return t.payload.currentStyleId||e;default:return e}},currentStyle:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,a=arguments.length>2?arguments[2]:void 0;switch(t.type){case h.j:{const e=t.payload.project;return e.data.styles.find(t=>t.id===e.data.selectedStyle)}case h.s:return t.payload;case h.t:{const e=t.payload;return a.styles.find(t=>t.id===e)}case h.l:{const a=t.payload,o=a.currentStyleId,n=a.styles;return o?n.find(e=>e.id===o):e}default:return e}},extraFontStyles:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case h.j:return t.payload.project.data.extraFontStyles;case h.v:return t.payload;default:return e}},pageBlocks:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case h.j:return t.payload.page.data.items||[];case h.a:{const a=t.payload.block,o=t.meta.insertIndex;return d.a.insertItemsBatch(e,o,[a])}case h.n:{const a=t.payload.index;return Object(c.removeAt)(e,a)}case h.o:{const a=t.payload,o=a.oldIndex,n=a.newIndex,i=e[o];return Object(c.insert)(Object(c.removeAt)(e,o),n,i)}case h.q:return t.payload.blocks;case h.l:{const a=t.payload.blocks,o=t.meta.insertIndex;return d.a.insertItemsBatch(e,o,a)}default:return e}},fonts:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case h.j:return t.payload.fonts;case h.b:case h.f:{const a=t.payload;return Object(l.a)({},e,a)}case h.l:case h.k:case h.a:{const a=t.payload.fonts;return a&&0!==a.length?Object(s.a)(e,e=>{a.forEach(t=>{let a=t.type,o=t.fonts;e[a]=e[a]||{data:[]},e[a].data.push(...o)})}):e}default:return e}},ui:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:g,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case h.C:return Object(l.a)({},e,{[t.key]:t.value});default:return e}},copiedElement:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:y,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case h.c:return Object(l.a)({},e,t.value);default:return e}},showHiddenElements:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case h.p:return t.value;default:return e}}},C={screenshots:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,a=(arguments.length>2&&arguments[2],arguments.length>3?arguments[3]:void 0);switch(t.type){case h.j:case h.m:{const e=v(a.page.data),t={};for(const e of Object.entries(a.globalBlocks)){var o=Object(i.a)(e,2);const a=o[0],n=o[1];if(n.type&&n.value&&n.value._id&&n.value._thumbnailSrc){const e=n.value;t[a]={_thumbnailSrc:e._thumbnailSrc,_thumbnailWidth:e._thumbnailWidth,_thumbnailHeight:e._thumbnailHeight,_thumbnailTime:e._thumbnailTime}}Object.assign(t,v(n.value))}return Object(l.a)({},e,t,{_published:Object(l.a)({},e,t)})}case h.A:{const a=t.payload,o=a.blockId,n=a.data,i=t.meta,r=i.blockType,s=i.action,c=Object(l.a)({},e,{[o]:n});return"global"===r&&"create"===s&&(c._published=Object(l.a)({},c._published,{[o]:n})),c}default:return e}}},function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;const a={};return Object.entries(f).reduce((a,o)=>{let n=Object(i.a)(o,2),r=n[0],l=n[1];return a[r]=l(e[r],t,e),a},a),Object.entries(C).reduce((a,o)=>{let n=Object(i.a)(o,2),r=n[0],l=n[1];return a[r]=l(e[r],t,e,a),a},a),a}),{keysToTrack:["pageBlocks","currentStyleId","currentStyle","extraFontStyles","globalBlocksUpdates"]});let O;function x(){let e=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).middleware,t=void 0===e?[]:e;if(O)throw new Error("store is already created");return O=Object(o.d)(w,Object(o.c)(n.reduxBatch,Object(o.a)(...t)))}function S(){if(!O)throw new Error("store is not yet created");return O}a.d(t,"a",function(){return x}),a.d(t,"b",function(){return S})},230:function(e,t,a){"use strict";(function(e){a.d(t,"a",function(){return i});var o=a(3),n=a(374);class i extends n.a{constructor(){super(...arguments),Object(o.a)(this,"getOutSideExceptions",()=>{return[".brz-ed-sidebar__right",".brz-ed-tooltip__content-portal",".brz-ed-fixed",`.${(e.wp||e.parent.wp).media().el.classList[0]}`,this.clickOutsideException]})}}}).call(this,a(53))},234:function(e,t,a){"use strict";(function(e){a.d(t,"a",function(){return u});var o=a(3),n=a(0),i=a.n(n),r=a(7),l=a.n(r),s=a(6),c=a.n(s),d=a(321),p=a(80);class u extends n.Component{constructor(){super(...arguments),Object(o.a)(this,"isDragging",!1),Object(o.a)(this,"isInElement",!1),Object(o.a)(this,"hideAfterDrag",!1),Object(o.a)(this,"state",{active:!1}),Object(o.a)(this,"handleMouseEnter",()=>{this.cursorInsideElement=!0}),Object(o.a)(this,"handleMouseLeave",()=>{this.cursorInsideElement=!1}),Object(o.a)(this,"handleMouseEnterSuccess",()=>{e.BRZ_IS_DRAGGING||this.setState({active:!0})}),Object(o.a)(this,"handleMouseLeaveSuccess",()=>{this.isDragging||this.setState({active:!1})}),Object(o.a)(this,"handleDrag",e=>{this.state.active&&(this.isDragging=!0,this.props.onDrag(e))}),Object(o.a)(this,"handleDragEnd",()=>{this.state.active&&(this.isDragging=!1,this.cursorInsideElement||this.setState({active:!1}),this.props.onDragEnd())})}render(){const e=this.props,t=e.position,a=e.value,o=e.tabletValue,n=e.mobileValue,r=c()("brz-ed-draggable__padding",{"brz-ed-draggable__padding--top":"top"===t,"brz-ed-draggable__padding--bottom":"bottom"===t,"brz-ed-draggable-active":this.state.active});return i.a.createElement(d.a,{delay:100,onEnter:this.handleMouseEnter,onEnterSuccess:this.handleMouseEnterSuccess,onLeave:this.handleMouseLeave,onLeaveSuccess:this.handleMouseLeaveSuccess},i.a.createElement(p.a,{className:r,onDrag:this.handleDrag,onDragEnd:this.handleDragEnd},i.a.createElement("span",{className:"brz-ed-draggable__padding--value brz-ed-draggable__padding--desktop-value"},a),i.a.createElement("span",{className:"brz-ed-draggable__padding--value brz-ed-draggable__padding--tablet-value"},o),i.a.createElement("span",{className:"brz-ed-draggable__padding--value brz-ed-draggable__padding--mobile-value"},n)))}}Object(o.a)(u,"defaultProps",{position:"",value:"",tabletValue:"",mobileValue:"",onDrag:l.a.noop,onDragEnd:l.a.noop})}).call(this,a(53))},248:function(e,t,a){"use strict";(function(e){a.d(t,"a",function(){return d});var o=a(20),n=a(13),i=a(35),r=a(79),l=a(299);const s={},c=new Worker(e,{});async function d(e){const t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).node||document.querySelector(`#${e.value._id}`);if(!t)return Promise.reject(`Could not find block with _id ${e.value._id}`);const a=getComputedStyle(t);if("none"===a.display||"0"===a.opacity)return Promise.reject(`Could not make screenshot for block with _id ${e.value._id} because it's hidden`);let o;try{o=await Object(l.a)(t)}catch(e){console.error("cloneinline",e)}const r=function(e){let t=e.getBoundingClientRect(),a=t.width,o=t.height;return{width:a,height:o}}(t),d=new Blob([o.outerHTML],{type:"text/plain"}),u=URL.createObjectURL(d);return new Promise((e,t)=>{const a=Object(i.a)(3),o=n.a.get("urls").site;s[a]=[e,t,r,u],c.postMessage({id:a,url:u,options:r,siteUrl:o,proxyUrl:p()})})}function p(){{const e=n.a.get("urls").site;return Object(r.b)(e)?`${e}&brizy_file=`:`${e}?brizy_file=`}}c.onmessage=(async e=>{const t=e.data,a=t.id,n=t.url,i=await fetch(n),r=await i.text(),l=Object(o.a)(s[a],4),c=l[0],d=l[1],p=(l[2],l[3]);URL.revokeObjectURL(p),URL.revokeObjectURL(n);const u=document.createElement("img");u.onload=(async()=>{let e=u.width,t=u.height;e>600&&(t=Math.floor(600*t/e),e=600);const a=document.createElement("canvas");a.width=e,a.height=t,a.getContext("2d").drawImage(u,0,0,e,t);const o=a.toDataURL("image/jpeg",1);c({src:o,width:e,height:t})}),u.onerror=d,u.crossOrigin="anonymous",u.src=r,delete s[a]})}).call(this,a(436))},25:function(e,t,a){"use strict";a.d(t,"a",function(){return u});var o=a(33),n=a(3),i=a(20),r=a(0),l=a.n(r),s=a(21),c=a.n(s);a(6);let d={};function p(e){return Object.entries(e).reduce((e,t)=>{let a=Object(i.a)(t,2),o=a[0];return e+=a[1].replace(/element/g,`[data-custom-id=${o}]`)},"")}class u extends l.a.Component{componentWillUnmount(){const e=this.props.selectorName;delete d[e]}componentDidMount(){this.updateCSS()}updateCSS(){const e=this.props,t=e.selectorName,a=e.css,o=c.a.findDOMNode(this);if(!a||d[t]===a)return;o.setAttribute("data-custom-id",t),d[t]=a;let n=document.getElementById("custom-css");n?n.innerHTML=p(d):((n=document.createElement("style")).id="custom-css",n.innerHTML=p(d),document.head.appendChild(n))}componentDidUpdate(){this.updateCSS()}renderForEdit(){const e=this.props,t=(e.selectorName,e.css,e.children),a=Object(o.a)(e,["selectorName","css","children"]);return l.a.cloneElement(l.a.Children.only(t),a)}renderForView(){const e=this.props,t=e.selectorName,a=e.css,o=e.children;return l.a.createElement("div",{"data-custom-id":t,"data-custom-css":p({[t]:a})},l.a.Children.only(o))}render(){return this.renderForEdit()}}Object(n.a)(u,"defaultProps",{selectorName:"",css:""})},267:function(e,t,a){"use strict";(function(e){a.d(t,"a",function(){return n});var o=a(311);class n extends o.a{getOutSideExceptions(){const t=this.props.outSideExceptions;return[".brz-ed-collapsible__toolbar",".brz-ed-sidebar__right",".brz-ed-tooltip__content-portal",`.${(e.wp||e.parent.wp).media().el.classList[0]}`,...t]}}}).call(this,a(53))},27:function(e,t,a){"use strict";var o=a(33),n=a(5),i=a(26),r=a.n(i),l=a(232),s=a.n(l),c=a(13);const d=e=>{let t;if(!e.data)throw new Error("Project data should exist");try{t=JSON.parse(e.data)}catch(t){throw`Failed to parse project data ${e.data}`}return Object(n.a)({},e,{data:t})},p=e=>{let t=JSON.stringify(e.data);return Object(n.a)({},e,{data:t})},u=e=>{const t=String(e.id);let a;if(e.data)try{a=JSON.parse(e.data)}catch(t){throw`Failed to parse page ${e.data}`}else a={};return Object(n.a)({},e,{id:t,data:a})},m=e=>{let t=JSON.stringify(e.data);return Object(n.a)({},e,{data:t})},h=e=>{let t;if(!e.data)throw new Error("globalBlock data should exist");try{t=JSON.parse(e.data)}catch(t){throw`Failed to parse globalBlock data ${e.data}`}return Object(n.a)({},e,{data:t})},b=e=>{let t=JSON.stringify(e.data);return Object(n.a)({},e,{data:t})},g=e=>{let t;if(!e.data)throw new Error("savedBlock data should exist");try{t=JSON.parse(e.data)}catch(t){throw`Failed to parse savedBlock data ${e.data}`}return Object(n.a)({},e,{data:t})},y=e=>{let t=JSON.stringify(e.data);return Object(n.a)({},e,{data:t})};a.d(t,"u",function(){return w}),a.d(t,"n",function(){return O}),a.d(t,"B",function(){return x}),a.d(t,"l",function(){return S}),a.d(t,"A",function(){return k}),a.d(t,"C",function(){return j}),a.d(t,"o",function(){return B}),a.d(t,"i",function(){return P}),a.d(t,"b",function(){return z}),a.d(t,"z",function(){return T}),a.d(t,"p",function(){return H}),a.d(t,"d",function(){return M}),a.d(t,"D",function(){return _}),a.d(t,"e",function(){return E}),a.d(t,"f",function(){return R}),a.d(t,"j",function(){return I}),a.d(t,"x",function(){return A}),a.d(t,"y",function(){return N}),a.d(t,"t",function(){return L}),a.d(t,"q",function(){return V}),a.d(t,"v",function(){return F}),a.d(t,"k",function(){return W}),a.d(t,"r",function(){return D}),a.d(t,"s",function(){return $}),a.d(t,"g",function(){return G}),a.d(t,"a",function(){return K}),a.d(t,"w",function(){return q}),a.d(t,"m",function(){return U}),a.d(t,"h",function(){return Y});const v=c.a.get("wp").api.url;function f(e,t){const a=c.a.get("wp").api,o=a.hash,i=a.url,l=c.a.get("editorVersion"),d=Object(n.a)({},t,{action:e,hash:o,version:l});return new s.a((e,t)=>r.a.post(i,d).done(e).fail(e=>t(e.responseText)))}function C(e){const t=c.a.get("wp").api,a=t.hash,i=t.url,l=c.a.get("editorVersion"),d=e.data,p=Object(o.a)(e,["data"]);return new s.a((e,t)=>{r.a.ajax(Object(n.a)({},p,{url:i,data:Object(n.a)({},d,{hash:a,version:l}),onbeforeunload:()=>"You have unsaved data.",failedAttempts:0,success(t){this.failedAttempts=0,window.onbeforeunload=null,e(t)},error(e){this.failedAttempts++,window.onbeforeunload=this.onbeforeunload,this.failedAttempts<=5?setTimeout(()=>r.a.ajax(this),5e3*this.failedAttempts):t(e)}}))})}function w(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return fetch(e,t)}function O(){return C({type:"POST",dataType:"json",data:{action:c.a.get("wp").api.getProject}}).then(e=>{return e.data}).then(d)}function x(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const a=c.a.get("wp").api.setProject,o=t.is_autosave,n=void 0===o?1:o;return C({type:"POST",dataType:"json",data:{action:a,data:p(e).data,is_autosave:n}})}function S(){const e=c.a.get("wp").api;return C({type:"POST",dataType:"json",data:{id:c.a.get("wp").page,action:e.getPage}}).then(e=>{return e.data.map(u)})}function k(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const a=c.a.get("wp").api.updatePage,o=t.is_autosave,i=void 0===o?1:o;return C({type:"POST",dataType:"json",data:Object(n.a)({action:a},m(e),{is_autosave:i})})}function j(e){const t=c.a.get("wp"),a=t.api,o=a.updateRules,n=a.hash;return w(`${a.url}?action=${o}&hash=${n}&post=${t.page}&version=${c.a.get("editorVersion")}`,{method:"POST",credentials:"same-origin",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)})}function B(){const e=c.a.get("wp"),t=e.api,a=t.getRuleList,o=t.hash,n=t.url,i=e.page,r=c.a.get("editorVersion");return w(n,{method:"POST",credentials:"same-origin",body:new URLSearchParams({action:a,hash:o,post:i,version:r})}).then(e=>e.json()).then(e=>{return e.data})}function P(){return C({type:"POST",dataType:"json",data:{action:c.a.get("wp").api.getGlobalBlockList}}).then(e=>{return e.data.map(h).reduce((e,t)=>{let a=t.uid,o=t.data;return e[a]=o,e},{})})}function z(e){const t=c.a.get("wp").api.createGlobalBlock,a=b(e);return C({type:"POST",dataType:"json",data:{action:t,uid:a.id,data:a.data}})}function T(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const a=c.a.get("wp").api.updateGlobalBlock,o=t.is_autosave,n=void 0===o?1:o,i=b(e);return C({type:"POST",dataType:"json",data:{action:a,uid:i.id,data:i.data,is_autosave:n}})}function H(){return C({type:"POST",dataType:"json",data:{action:c.a.get("wp").api.getSavedBlockList}}).then(e=>{return e.data.map(g).reduce((e,t)=>{let a=t.uid,o=t.data;return e[a]=o,e},{})})}function M(e){const t=c.a.get("wp").api.createSavedBlock,a=y(e);return C({type:"POST",dataType:"json",data:{action:t,uid:a.id,data:a.data}})}function _(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const a=c.a.get("wp").api.updateSavedBlock,o=t.is_autosave,n=void 0===o?0:o,i=y(e);return C({type:"POST",dataType:"json",data:{action:a,uid:i.id,data:i.data,is_autosave:n}})}function E(e){let t=e.id;return C({type:"POST",dataType:"json",data:{action:c.a.get("wp").api.deleteSavedBlock,uid:t}})}function R(e){const t=c.a.get("wp"),a=t.api,o={post_id:t.page,media:e};return f(a.downloadMedia,o).then(e=>{return e.data})}function I(e){const t=c.a.get("wp"),a=t.api,o={post_id:t.page,attachment_id:e};return f(a.getMediaUid,o).then(e=>{return e.data})}function A(e,t){return f(c.a.get("wp").api.setFeaturedImage,{post:e,attachmentId:t})}function N(e,t,a,o){return f(c.a.get("wp").api.setFeaturedImageFocalPoint,{post:e,attachmentId:t,pointX:a,pointY:o})}function L(e){return f(c.a.get("wp").api.removeFeaturedImage,{post:e})}function V(){return f(c.a.get("wp").api.getSidebars,{}).then(e=>{return e.data})}function F(e){return f(c.a.get("wp").api.shortcodeContent,{shortcode:e}).then(e=>{return e.data})}function W(){return f(c.a.get("wp").api.getMenus,{}).then(e=>{return e.data})}function D(e){return f(c.a.get("wp").api.getTerms,{taxonomy:e}).then(e=>{return e.data})}function $(){return f(c.a.get("wp").api.getFonts,{}).then(e=>{return e.data})}function G(e){const t={attachment_id:e};return f(c.a.get("wp").api.getAttachmentUid,t).then(e=>{return e.data})}function K(e){let t=e.base64,a=e.blockType;const o=c.a.get("wp"),n=o.page,i=o.api.createBlockScreenshot,r=c.a.get("editorVersion"),l=t.replace(/data:image\/.+;base64,/,"");return w(v,{method:"POST",credentials:"omit",body:new URLSearchParams({action:i,post:n,block_type:a,ibsf:l,version:r})}).then(e=>e.json()).then(e=>{if(e.success)return e.data;throw e})}function q(e){let t=e.id,a=e.base64,o=e.blockType;const n=c.a.get("wp"),i=n.page,r=n.api.updateBlockScreenshot,l=c.a.get("editorVersion"),s=a.replace(/data:image\/.+;base64,/,"");return w(v,{method:"POST",credentials:"omit",body:new URLSearchParams({action:r,post:i,block_type:o,id:t,ibsf:s,version:l})}).then(e=>e.json()).then(e=>{if(e.success)return e.data;throw e})}function U(e){return f(c.a.get("wp").api.getPostObjects,{postType:e}).then(e=>{return e.data})}function Y(){return f(c.a.get("wp").api.getRuleGroupList,{}).then(e=>{return e.data})}},28:function(e,t,a){"use strict";function o(e){let t=e.v;e.state;return"tabHover"===t.tabsState?"hover":"normal"}var n=a(2);a(30);function i(e){let t=e.v,a=e.device,i=e.state;const r=o({v:t,state:i}),l=Object(n.defaultValueValue)({v:t,key:"borderStyle",device:a,state:i});return"hover"===r&&void 0!==t.hoverBorderStyle&&null!==t.hoverBorderStyle?""===t.hoverBorderStyle?"none":t.hoverBorderStyle:""===l?"none":l}function r(e){let t=e.v,a=e.device,i=e.state,r=e.current;const l=o({v:t,state:i}),s=Object(n.defaultValueValue)({v:t,key:"borderWidthType",device:a,state:i}),c=Object(n.defaultValueValue)({v:t,key:"borderWidthType",device:a,state:"hover"}),d=Object(n.defaultValueValue)({v:t,key:"borderWidth",device:a,state:i}),p=Object(n.defaultValueValue)({v:t,key:"borderWidth",device:a,state:"hover"}),u=Object(n.defaultValueValue)({v:t,key:r,device:a,state:i}),m=Object(n.defaultValueValue)({v:t,key:r,device:a,state:"hover"});return"hover"===l&&"grouped"===c?`${p}px`:"hover"===l&&"ungrouped"===c?`${m}px`:"grouped"===s?`${d}px`:`${u}px`}var l=a(18),s=a(15);function c(e){let t=e.v,a=e.device,i=e.state,r=e.prefix,c=void 0===r?"color":r;const d=o({v:t,state:i}),p=Object(s.d)(Object(n.defaultValueValue)({v:t,key:`${c}Hex`,device:a,state:i}),Object(n.defaultValueValue)({v:t,key:`${c}Palette`,device:a,state:i})).hex,u=Object(n.defaultValueValue)({v:t,key:`${c}Opacity`,device:a,state:i}),m=Object(s.d)(Object(n.defaultValueValue)({v:t,key:`${c}Hex`,device:a,state:"hover"}),Object(n.defaultValueValue)({v:t,key:`${c}Palette`,device:a,state:"hover"})).hex,h=Object(n.defaultValueValue)({v:t,device:a,key:`${c}Opacity`,state:"hover"});return"hover"===d?Object(l.c)(m,h):Object(l.c)(p,u)}function d(e){let t=e.v,a=e.device,i=e.state,r=e.prefix,c=void 0===r?"bg":r;const d=o({v:t,state:i}),p=Object(n.defaultValueValue)({v:t,key:`${c}ColorType`,device:a,state:i}),u=Object(s.d)(Object(n.defaultValueValue)({v:t,key:`${c}ColorHex`,device:a,state:i}),Object(n.defaultValueValue)({v:t,key:`${c}ColorPalette`,device:a,state:i})).hex,m=Object(n.defaultValueValue)({v:t,key:`${c}ColorOpacity`,device:a,state:i}),h=Object(n.defaultValueValue)({v:t,key:`${c}ColorType`,device:a,state:"hover"}),b=Object(s.d)(Object(n.defaultValueValue)({v:t,key:`${c}ColorHex`,device:a,state:"hover"}),Object(n.defaultValueValue)({v:t,key:`${c}ColorPalette`,device:a,state:"hover"})).hex,g=Object(n.defaultValueValue)({v:t,key:`${c}ColorOpacity`,device:a,state:"hover"});return"hover"===d&&"solid"===h?Object(l.c)(b,g):"solid"===p?Object(l.c)(u,m):"transparent"}function p(e){let t=e.v,a=e.device,i=e.state;const r=o({v:t,state:i}),c=Object(n.defaultValueValue)({v:t,key:"bgColorType",device:a,state:i}),d=Object(n.defaultValueValue)({v:t,key:"gradientType",device:a,state:i}),p=Object(n.defaultValueValue)({v:t,key:"gradientLinearDegree",device:a,state:i}),u=Object(s.d)(Object(n.defaultValueValue)({v:t,key:"bgColorHex",device:a,state:i}),Object(n.defaultValueValue)({v:t,key:"bgColorPalette",device:a,state:i})).hex,m=Object(n.defaultValueValue)({v:t,key:"bgColorOpacity",device:a,state:i}),h=Object(n.defaultValueValue)({v:t,key:"gradientStartPointer",device:a,state:i}),b=Object(s.d)(Object(n.defaultValueValue)({v:t,key:"gradientColorHex",device:a,state:i}),Object(n.defaultValueValue)({v:t,key:"gradientColorPalette",device:a,state:i})).hex,g=Object(n.defaultValueValue)({v:t,key:"gradientColorOpacity",device:a,state:i}),y=Object(n.defaultValueValue)({v:t,key:"gradientFinishPointer",device:a,state:i}),v=Object(n.defaultValueValue)({v:t,key:"gradientRadialDegree",device:a,state:i}),f=Object(n.defaultValueValue)({v:t,key:"bgColorType",device:a,state:"hover"}),C=Object(n.defaultValueValue)({v:t,key:"gradientType",device:a,state:"hover"}),w=Object(n.defaultValueValue)({v:t,key:"gradientLinearDegree",device:a,state:"hover"}),O=Object(s.d)(Object(n.defaultValueValue)({v:t,key:"bgColorHex",device:a,state:"hover"}),Object(n.defaultValueValue)({v:t,key:"bgColorPalette",device:a,state:"hover"})).hex,x=Object(n.defaultValueValue)({v:t,key:"bgColorOpacity",device:a,state:"hover"}),S=Object(n.defaultValueValue)({v:t,key:"gradientStartPointer",device:a,state:"hover"}),k=Object(s.d)(Object(n.defaultValueValue)({v:t,key:"gradientColorHex",device:a,state:"hover"}),Object(n.defaultValueValue)({v:t,key:"gradientColorPalette",device:a,state:"hover"})).hex,j=Object(n.defaultValueValue)({v:t,key:"gradientColorOpacity",device:a,state:"hover"}),B=Object(n.defaultValueValue)({v:t,key:"gradientFinishPointer",device:a,state:"hover"}),P=Object(n.defaultValueValue)({v:t,key:"gradientRadialDegree",device:a,state:"hover"});return"hover"===r&&"gradient"===f?"linear"===C?`linear-gradient(${w}deg, ${Object(l.c)(O,x)} ${S}%, ${Object(l.c)(k,j)} ${B}%)`:`radial-gradient(circle ${P}px,${Object(l.c)(O,x)} ${S}%, ${Object(l.c)(k,j)} ${B}%)`:"hover"===r&&"solid"===f?"none":"gradient"===c?"linear"===d?`linear-gradient(${p}deg, ${Object(l.c)(u,m)} ${h}%, ${Object(l.c)(b,g)} ${y}%)`:`radial-gradient(circle ${v}px, ${Object(l.c)(u,m)} ${h}%, ${Object(l.c)(b,g)} ${y}%)`:"none"}function u(e){let t=e.v,a=e.device,i=e.state;const r=o({v:t,state:i}),c=Object(s.d)(Object(n.defaultValueValue)({v:t,key:"borderColorHex",device:a,state:i}),Object(n.defaultValueValue)({v:t,key:"borderColorPalette",device:a,state:i})).hex,d=Object(n.defaultValueValue)({v:t,key:"borderColorOpacity",device:a,state:i}),p=Object(s.d)(Object(n.defaultValueValue)({v:t,key:"borderColorHex",device:a,state:"hover"}),Object(n.defaultValueValue)({v:t,key:"borderColorPalette",device:a,state:"hover"})).hex,u=Object(n.defaultValueValue)({v:t,key:"borderColorOpacity",device:a,state:"hover"});return"hover"===r?Object(l.c)(p,u):Object(l.c)(c,d)}function m(e){return`all 0.${e.v.hoverTransition}s ease-in-out`}function h(){return"background, border-radius, color, border-color, box-shadow"}function b(e){let t=e.v,a=e.device,i=e.state;const r=o({v:t,state:i}),c=Object(n.defaultValueValue)({v:t,key:"boxShadow",device:a,state:i});let d=Object(n.defaultValueValue)({v:t,key:"boxShadowHorizontal",device:a,state:i}),p=Object(n.defaultValueValue)({v:t,key:"boxShadowVertical",device:a,state:i});const u=Object(n.defaultValueValue)({v:t,key:"boxShadowBlur",device:a,state:i}),m=Object(n.defaultValueValue)({v:t,key:"boxShadowSpread",device:a,state:i}),h=Object(s.d)(Object(n.defaultValueValue)({v:t,key:"boxShadowColorHex",device:a,state:i}),Object(n.defaultValueValue)({v:t,key:"boxShadowColorPalette",device:a,state:i})).hex,b=Object(n.defaultValueValue)({v:t,key:"boxShadowColorOpacity",device:a,state:i}),g=Object(n.defaultValueValue)({v:t,key:"boxShadow",device:a,state:"hover"});let y=Object(n.defaultValueValue)({v:t,key:"boxShadowHorizontal",device:a,state:"hover"}),v=Object(n.defaultValueValue)({v:t,key:"boxShadowVertical",device:a,state:"hover"});const f=Object(n.defaultValueValue)({v:t,key:"boxShadowBlur",device:a,state:"hover"}),C=Object(n.defaultValueValue)({v:t,key:"boxShadowSpread",device:a,state:"hover"}),w=Object(s.d)(Object(n.defaultValueValue)({v:t,key:"boxShadowColorHex",device:a,state:"hover"}),Object(n.defaultValueValue)({v:t,key:"boxShadowColorPalette",device:a,state:"hover"})).hex,O=Object(n.defaultValueValue)({v:t,key:"boxShadowColorOpacity",device:a,state:"hover"}),x="inset"===g?"inset ":"";return d="inset"===c?-1*d:d,p="inset"===c?-1*p:p,y="inset"===g?-1*y:y,v="inset"===g?-1*v:v,"hover"!==r||"on"!==g&&"inset"!==g?"on"===c||"inset"===c?`${"inset"===c?"inset ":""}${d}px ${p}px ${u}px ${m}px ${Object(l.c)(h,b)}`:"none":`${x}${y}px ${v}px ${f}px ${C}px ${Object(l.c)(w,O)}`}a(87);a.d(t,"j",function(){return o}),a.d(t,"d",function(){return i}),a.d(t,"e",function(){return r}),a.d(t,"g",function(){return c}),a.d(t,"a",function(){return d}),a.d(t,"b",function(){return p}),a.d(t,"c",function(){return u}),a.d(t,"h",function(){return m}),a.d(t,"i",function(){return h}),a.d(t,"f",function(){return b})},29:function(e,t,a){"use strict";(function(e){a.d(t,"a",function(){return v});var o=a(5),n=a(9),i=a(3),r=a(0),l=a.n(r),s=a(71),c=a(24),d=a(50),p=a(23),u=a(17),m=a(11),h=a(22),b=a(36);const g=(e,t)=>Object(s.a)((e=>Array.isArray(e)?[]:{})(e),e,t);function y(e,t,a){const o=e.slice();return t.forEach(function(t,n){if(void 0===o[n]){const e=!1!==a.clone&&a.isMergeableObject(t);o[n]=e?g(t,a):t}else a.isMergeableObject(t)?o[n]=Object(s.a)(e[n],t,a):-1===e.indexOf(t)&&o.push(t)}),o}class v extends h.a{constructor(){super(...arguments),Object(i.a)(this,"handleKeyDown",(e,t)=>{let a=t.keyName,o=t.id;e.preventDefault();const n=this.getValue().findIndex(e=>{return e.value._id===o});switch(a){case"alt+N":case"ctrl+N":case"cmd+N":case"right_cmd+N":return void this.addColumn(n+1);case"alt+D":case"ctrl+D":case"cmd+D":case"right_cmd+D":return void this.cloneItem(n);case"alt+C":case"ctrl+C":case"cmd+C":case"right_cmd+C":return void this.copy(n);case"alt+V":case"ctrl+V":case"cmd+V":case"right_cmd+V":return void this.paste(n);case"alt+shift+V":case"ctrl+shift+V":case"cmd+shift+V":case"right_cmd+shift+V":case"shift+alt+V":case"shift+ctrl+V":case"shift+cmd+V":case"shift+right_cmd+V":return void this.pasteStyles(n);case"ctrl+right":case"cmd+right":case"right_cmd+right":return void this.changeHorizontalAlign(n,"increase");case"ctrl+left":case"cmd+left":case"right_cmd+left":return void this.changeHorizontalAlign(n,"decrease");case"ctrl+up":case"cmd+up":case"right_cmd+up":case"alt+up":return void this.changeVerticalAlign(n,"decrease");case"ctrl+down":case"cmd+down":case"right_cmd+down":case"alt+down":return void this.changeVerticalAlign(n,"increase");case"alt+del":case"del":case"cmd+backspace":case"cmd+del":case"right_cmd+backspace":case"right_cmd+del":return void this.removeItem(n)}}),Object(i.a)(this,"renderItem",(e,t,a)=>{const o=v.defaultProps,n=o.sliceStartIndex,i=o.sliceEndIndex,r=this.props,l=r.sliceStartIndex,s=void 0===l?n:l,c=r.sliceEndIndex;if(t>=s&&t<(void 0===c?i:c)){const o=e.value._id,n=this.renderItemData(e,o,t,a);return this.renderItemWrapper(n,o,t,e,a)}return null}),Object(i.a)(this,"getCurrentCopiedElement",()=>{const e=Object(u.a)(Object(p.b)().getState()),t=e.path,a=e.value;return a?Object(c.getIn)(a,t):null})}static insertItem(e,t,a){const o=Object(b.g)(a),n=Object(b.d)(o);return Object(c.insert)(e,t,n)}static insertItemsBatch(e,t,a){return a.reduce((e,a,o)=>{const n=Object(b.g)(a),i=Object(b.d)(n);return Object(c.insert)(e,t+o,i)},e)}static cloneItem(e,t){let a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:t+1;if(!e[t])throw new Error(`Can't clone invalid item at index ${t}`);return v.insertItem(e,a,e[t])}insertItem(e,t){const a=Object(b.g)(t),o=Object(b.d)(a),n=this.getDBValue()||[],i=Object(c.insert)(n,e,o);this.handleValueChange(i,{arrayOperation:"insert"})}insertItemsBatch(e,t){const a=this.getDBValue()||[],o=t.reduce((t,a,o)=>{const n=Object(b.g)(a),i=Object(b.d)(n);return Object(c.insert)(t,e+o,i)},a);this.handleValueChange(o,{arrayOperation:"insert_bulk"})}updateItem(e,t){let a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const o=this.getDBValue(),n=Object(c.setIn)(o,[e,"value"],t);this.handleValueChange(n,Object.assign(a,{arrayOperation:"itemChange"}))}removeItem(e){const t=this.getDBValue()||[],a=Object(c.removeAt)(t,e);this.handleValueChange(a,{arrayOperation:"remove"})}replaceItem(e,t,a){const o=Object(b.g)(t,{exclude:["_id"]}),n=Object(b.d)(o,a.idOptions),i=this.getDBValue()||[],r=Object(c.replaceAt)(i,e,n);this.handleValueChange(r,{arrayOperation:"replace",itemIndex:e,oldValue:i})}cloneItem(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e+1;const a=this.getDBValue()||[];if(!a[e])throw new Error(`Can't clone invalid item at index ${e}`);this.insertItem(t,a[e])}getDefaultValue(){return this.props.defaultValue||[]}getValue(){return this.getDBValue()||this.getDefaultValue()}getValue2(){const e=this.getDefaultValue();return{v:this.getDBValue()||e}}validateValue(){}getItemProps(e,t,a){const o=v.defaultProps.itemProps,n=this.props.itemProps,i=void 0===n?o:n;return"function"==typeof i?i(e,t,a):i}renderItemData(e,t,a,o){var i=this;const r=e.type,s=e.value,c=d.a.getComponent(r),p=this.getDefaultValue(),u=this.getItemProps(e,a,o),m=[...this.getPath(),a,"value"],h=p[a]&&p[a].value,b=s,g=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};"replace_all"===t.intent?i.replaceItem(a,e,t):null===e?i.removeItem(a,t):i.updateItem(a,e,t)};if(c)return l.a.createElement(c,Object(n.a)({},u,{key:t,path:m,defaultValue:h,dbValue:b,reduxState:this.getReduxState(),reduxDispatch:this.getReduxDispatch(),onChange:g}));{const e=d.a.getNotFoundComponent();return l.a.createElement(e,Object(n.a)({},u,{key:t,path:m,defaultValue:h,dbValue:b,reduxState:this.getReduxState(),reduxDispatch:this.getReduxDispatch(),onChange:g,componentId:r}))}}renderItemWrapper(e,t,a,o,n){return e}renderItemsContainer(e){return e}renderForEdit(e){const t=e.map(this.renderItem);return this.renderItemsContainer(t,e)}changeVerticalAlign(t,a){const n=this.getValue(),i=Object(u.r)(Object(p.b)().getState()),r=e.Brizy.activeEditorComponent.getPath(),l=Object(b.c)(r,i,"verticalAlign"),s=l.path,m=l.value,h=m.type,g=m.value;if(g){const e=["top","center","bottom"],i=d.a.getComponent(h).defaultValue.style.verticalAlign,r=g.verticalAlign||i||"top",l=Object(b.b)(e,r,a),p=this.getPath(),u=s.reduce((e,t,a)=>(void 0===p[a]&&e.push(s[a]),e),[]),m=Object(c.setIn)(n,[...u,"value"],Object(o.a)({},g,{verticalAlign:l}));this.updateItem(t,m[t].value)}}changeHorizontalAlign(t,a){const n=this.getValue(),i=e.Brizy.activeEditorComponent.getPath(),r=Object(p.b)().getState(),l=Object(u.r)(r),s=r.ui.deviceMode,m="desktop"===s?"horizontalAlign":`${s}HorizontalAlign`,h=Object(b.c)(i,l,m),g=h.path,y=h.value,v=y.type,f=y.value;if(f){const e=["left","center","right"],i=d.a.getComponent(v).defaultValue.style,r=f[m]||i[m]||"left",l=Object(b.b)(e,r,a),s=this.getPath(),p=g.reduce((e,t,a)=>(void 0===s[a]&&e.push(g[a]),e),[]),u=Object(c.setIn)(n,[...p,"value"],Object(o.a)({},f,{[m]:l}));this.updateItem(t,u[t].value)}}copy(e){const t=this.getReduxDispatch(),a=[...this.getPath(),e],o=this.getReduxState().page.data;t(Object(m.T)({value:o,path:a}))}paste(e){const t=this.getValue()[e],a=Object(u.a)(Object(p.b)().getState()),o=a.path,n=a.value;if(!n)return;const i=Object(b.a)(o,n,"Cloneable"===t.type||"Wrapper"===t.type?e=>{let t=e.type;return"Cloneable"===t||"Wrapper"===t}:e=>{return e.type===t.type}).value;i&&this.insertItem(e+1,i)}pasteStyles(e){const t=Object(u.a)(Object(p.b)().getState()),a=t.path,o=t.value;if(!o)return;const n=this.getValue()[e],i=this.getCurrentCopiedElement();let r=0;if(i&&"Wrapper"===i.type&&"Wrapper"===n.type){if(i.value.items[0].type!==n.value.items[0].type)return;r=1,"Form"===i.value.items[0].type||"IconText"===i.value.items[0].type?r=3:"ImageGallery"===i.value.items[0].type&&(r=2)}const l=Object(b.a)(a,o,e=>{return e.type===n.type}).value;if(l){const t=Object(b.e)(l,r),a=Object(s.a)(n,t,{arrayMerge:y});this.updateItem(e,a.value)}}}Object(i.a)(v,"defaultProps",{itemProps:{},sliceStartIndex:0,sliceEndIndex:1/0})}).call(this,a(53))},299:function(e,t,a){"use strict";async function o(e){const t=e,a=e.cloneNode(!0),o=new r({tasks:n(a,t),taskCb:i,msPerFrame:10});return await o.schedule(),a}function n(e,t){let a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];const o=window.getComputedStyle(t);if(a.push({clone:e,originalStyle:o}),!(t instanceof HTMLIFrameElement))for(let o=0;o<e.children.length;o++)n(e.children[o],t.children[o],a);return a}function i(e){const t=e.clone,a=e.originalStyle;if(a.cssText)t.style.cssText=a.cssText;else for(let e=0;e<a.length;e++){const o=a[e];t.style.setProperty(o,a.getPropertyValue(o),a.getPropertyPriority(o))}}a.d(t,"a",function(){return o});class r{constructor(e){let t=e.tasks,a=e.taskCb,o=e.msPerFrame;this._tasks=t,this._taskCb=a,this._msPerFrame=o,this._process=this._process.bind(this)}schedule(){return this._currentTaskIndex=0,new Promise((e,t)=>{this._resolve=e,this._reject=t,requestAnimationFrame(this._process)})}_process(e){do{if(this._taskCb(this._tasks[this._currentTaskIndex]),this._currentTaskIndex===this._tasks.length-1)return void requestAnimationFrame(this._resolve);this._currentTaskIndex++}while(performance.now()-e<this._msPerFrame);requestAnimationFrame(this._process)}}},30:function(e,t,a){"use strict";function o(e){return new Promise(function(t,a){const o=new Image;o.onload=function(){t(this)},o.onabort=function(){a(`preloadImage("${e}") onabort`)},o.onerror=function(){a(`preloadImage("${e}") onerror`)},o.src=e})}var n=a(7),i=a.n(n),r=a(27);const l={acceptedExtensions:["jpeg","jpg","png","gif"],onBase64:e=>{},onUpload:e=>{},onError:e=>console.log("uploadImage default onError",e)};function s(e,t){const a=i.a.extend({},l,t),o=a.acceptedExtensions,n=a.onBase64,s=a.onUpload,d=a.onError;Promise.resolve(e).then(e=>{const t=e.name.split(".").pop();if(!(t&&i.a.some(o,e=>e===t.toLowerCase())))throw"EXTENSION_NOT_ACCEPTED";return e}).then(c).then(e=>{n(e);const t=e.replace(/data:image\/.+;base64,/,"");return Object(r.uploadImage)({base64:t})}).then(s).catch(d)}function c(e){return new Promise(function(t,a){const o=new FileReader;o.onload=function(e){t(e.target.result)},o.onerror=function(){a("Error read file.")},o.onabort=function(){a("Abort read file.")},o.readAsDataURL(e)})}var d=a(13),p=a(79);const u=e=>{const t=i.a.mapObject(e,e=>"number"===e?Math.round(e):e);return Object(p.a)(t)};const m=d.a.get("wp").pageAttachments,h=d.a.get("urls").site,b={},g=h.includes("?")?`${h}&`:`${h}/?`;function y(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{iW:5e3,iH:"any"};if(!e)return null;{const a=u(t);if(m.images[e]||0===e.indexOf("wp-")){const t=Object(p.a)({brizy_media:e,brizy_crop:a,brizy_post:d.a.get("wp").page});return g+t}return b[e]||(b[e]=!0,Object(r.f)(e).then(()=>{b[e]=!1,m.images[e]=!0})),function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{iW:5e3,iH:"any"};if(e){const a=u(t);return[d.a.get("urls").image,a,e].join("/")}return null}(e,t)}}function v(e,t,a){const o=e>t?e/a:t/a;return{width:Math.round(e/o),height:Math.round(t/o)}}function f(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{cW:1200,cH:0};const a=t.cW,o=t.cH;if(!e||"number"!=typeof a||"number"!=typeof o)throw new Error("Invalid arguments");return`{{${e.replace(/{{|}}/g,"")} cW='${a}' cH='${o}'}}`}a.d(t,"d",function(){return o}),a.d(t,"e",function(){return s}),a.d(t,"b",function(){return y}),a.d(t,"a",function(){return f}),a.d(t,"c",function(){return v})},301:function(e,t){var a="MC43NDQwMzkxMDQwNjc4MDM0";function o(e,t){if(t<0)return o(e,t+26);for(var a="",n=0;n<e.length;n++){var i=e[n];if(i.match(/[a-z]/i)){var r=e.charCodeAt(n);r>=65&&r<=90?i=String.fromCharCode((r-65+t)%26+65):r>=97&&r<=122&&(i=String.fromCharCode((r-97+t)%26+97))}a+=i}return a}function n(e){return o(e,-20).replace(a,"")}e.exports={encrypt:function(e){var t=parseInt(e.length/2);return o(e.slice(0,t)+a+e.slice(t),20)},decrypt:n,responseToSvg:function e(t){if(/^<svg/.test(t))return t;try{return e(atob(n(t)))}catch(e){throw new Error(`Icon not valid ${t}`)}}}},306:function(e,t,a){"use strict";(function(e){a.d(t,"a",function(){return i});var o=a(3),n=a(307);class i extends n.a{constructor(){super(...arguments),Object(o.a)(this,"getOutSideExceptions",()=>{let t=[".brz-ed-fixed",`.${(e.wp||e.parent.wp).media().el.classList[0]}`];return"toolbar"===this.props.location&&t.push(".brz-ed-sidebar-right-portal"),t})}}}).call(this,a(53))},307:function(e,t,a){"use strict";var o=a(9),n=a(3),i=a(0),r=a.n(i),l=a(7),s=a.n(l),c=a(6),d=a.n(c),p=a(61),u=a(54),m=a(10);class h extends r.a.Component{constructor(){super(...arguments),Object(n.a)(this,"handleTooltipOpen",()=>{this.props.onChange(void 0,{isOpen:!0})}),Object(n.a)(this,"handleTooltipClose",()=>{this.props.onChange(void 0,{isOpen:!1})}),Object(n.a)(this,"switchToEdit",e=>{e.stopPropagation(),this.props.toolbar.setItemsRenderer(this.renderToolbarItems)}),Object(n.a)(this,"getOutSideExceptions",()=>{let e=[".brz-ed-fixed"];return"toolbar"===this.props.location&&e.push(".brz-ed-sidebar-right-portal"),e}),Object(n.a)(this,"renderLabel",()=>{const e=this.props,t=e.label,a=e.helper,o=e.helperContent,n=a?r.a.createElement("div",{className:"brz-ed-option__helper"},r.a.createElement(m.a,{icon:"nc-alert-circle-que"}),r.a.createElement("div",{className:"brz-ed-option__helper__content",dangerouslySetInnerHTML:{__html:o}})):null;return r.a.createElement("div",{key:"label",className:"brz-ed-option__label brz-ed-option__popover__label"},t,n)}),Object(n.a)(this,"renderToolbarItems",e=>{const t=e.find(e=>{return e.id===this.props.id}),a=d()("brz-ed-popover__inner",{[`brz-ed-tooltip--${t.size}`]:t.size});return r.a.createElement("div",{className:a},this.renderContent(t))}),Object(n.a)(this,"renderContent",e=>{const t=this.props,a=t.toolbar,o=t.location,n=e||this.props,i=n.options,l=n.key;return r.a.createElement("div",{key:l,className:"brz-d-xs-flex brz-flex-xs-wrap"},r.a.createElement(p.a,{className:"brz-ed-popover__options",optionClassName:"brz-ed-popover__option",data:i,location:o,toolbar:a}))})}static shouldOptionBeFiltered(e){let t=e.options;return 0===Object(p.b)(t).length}componentDidMount(){const e=this.props,t=e.display,a=e.onOpenDirect;"inside"===t&&a&&this.props.toolbar.setItemsRenderer(this.renderToolbarItems)}renderInside(){const e=this.props,t=e.className,a=e.icon,n=e.title,i=d()("brz-ed-popover__inner--icon",t),l=s.a.omit(a,"className"),c=d()("brz-ed-popover__tooltip--icon-custom",a.className);return r.a.createElement("div",{className:i,title:n,onMouseDown:this.switchToEdit},s.a.isObject(a)?r.a.createElement("div",Object(o.a)({className:c},l)):r.a.createElement(m.a,{icon:a}))}renderOutside(){const e=this.props,t=e.className,a=e.icon,n=e.title,i=e.size,l=e.location,c=e.toolbar,p=e.label,h=e.helper,b=d()("brz-ed-popover",t);let g,y=c,v="top-center";if(s.a.isObject(a)){const e=d()("brz-ed-popover__tooltip--icon-custom",a.className);g=r.a.createElement("div",Object(o.a)({},a,{className:e}))}else g=r.a.createElement(m.a,{icon:a});const f=p||h;return"rightSidebar"===l&&(y=null,v="bottom-center"),r.a.createElement("div",{className:b},f&&this.renderLabel(),r.a.createElement(u.a,{className:"brz-ed-popover__tooltip",placement:v,overlay:this.renderContent(),title:n,size:i,toolbar:y,clickOutsideExceptions:this.getOutSideExceptions(),onOpen:this.handleTooltipOpen,onClose:this.handleTooltipClose},g))}render(){const e=this.props,t=e.options,a=e.display;return 0===Object(p.b)(t).length?null:"outside"===a?this.renderOutside():this.renderInside()}}Object(n.a)(h,"defaultProps",{className:"",icon:"nc-cog",size:"medium",title:"Settings",label:"",helperContent:"",helper:!1,display:"outside",onOpenDirect:!1,location:"",toolbar:null,options:[]}),t.a=h},308:function(e){e.exports={content:{popupId:"",items:[],media:"image",bgImageWidth:0,bgImageHeight:0,bgImageSrc:"",bgPositionY:50,bgPositionX:50,bgPopulation:"",brightness:100,hue:0,saturation:100,contrast:100,hoverMedia:"image",hoverBgImageWidth:null,hoverBgImageHeight:null,hoverBgImageSrc:null,hoverBgPositionY:null,hoverBgPositionX:null,hoverBgPopulation:null,hoverBrightness:null,hoverHue:null,hoverSaturation:null,hoverContrast:null,tabletMedia:"image",tabletBgImageWidth:null,tabletBgImageHeight:null,tabletBgImageSrc:null,tabletBgPositionX:null,tabletBgPositionY:null,tabletBgPopulation:null,tabletBrightness:null,tabletHue:null,tabletSaturation:null,tabletContrast:null,mobileMedia:"image",mobileBgImageWidth:null,mobileBgImageHeight:null,mobileBgImageSrc:null,mobileBgPositionX:null,mobileBgPositionY:null,mobileBgPopulation:null,mobileBrightness:null,mobileHue:null,mobileSaturation:null,mobileContrast:null},toolbar:{tabsMedia:"",tabsState:"",tabsColor:"",tabletTabsMedia:null,tabletTabsState:null,tabletTabsColor:null,mobileTabsMedia:null,mobileTabsState:null,mobileTabsColor:null},style:{className:"",borderWidthType:"grouped",borderWidth:0,borderTopWidth:0,borderRightWidth:0,borderBottomWidth:0,borderLeftWidth:0,tempBorderWidth:8,tempBorderTopWidth:8,tempBorderRightWidth:8,tempBorderBottomWidth:8,tempBorderLeftWidth:8,borderRadiusType:"grouped",borderRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomRightRadius:0,borderBottomLeftRadius:0,tempBorderRadius:0,tempBorderTopLeftRadius:0,tempBorderTopRightRadius:0,tempBorderBottomRightRadius:0,tempBorderBottomLeftRadius:0,bgColorType:"solid",tempBgColorType:"solid",gradientActivePointer:"startPointer",gradientStartPointer:0,gradientFinishPointer:100,gradientType:"linear",gradientLinearDegree:90,gradientRadialDegree:90,bgColorHex:"#000000",bgColorOpacity:0,bgColorPalette:"",tempBgColorOpacity:1,tempBgColorPalette:"",gradientColorHex:"#009900",gradientColorOpacity:1,gradientColorPalette:"",tempGradientColorOpacity:1,tempGradientColorPalette:"",colorHex:"#ffffff",colorOpacity:1,colorPalette:"",tempColorOpacity:1,tempColorPalette:"color3",borderColorHex:"#66738d",borderColorOpacity:0,borderColorPalette:"",tempBorderColorOpacity:1,tempBorderColorPalette:"",containerClassName:"",containerSize:100,customCSS:"",hoverBgColorType:null,tempHoverBgColorType:null,hoverGradientActivePointer:null,hoverGradientStartPointer:null,hoverGradientFinishPointer:null,hoverGradientType:null,hoverGradientLinearDegree:null,hoverGradientRadialDegree:null,hoverBgColorHex:null,hoverBgColorOpacity:null,hoverBgColorPalette:null,tempHoverBgColorOpacity:null,tempHoverBgColorPalette:null,hoverGradientColorHex:null,hoverGradientColorOpacity:null,hoverGradientColorPalette:null,tempHoverGradientColorOpacity:null,tempHoverGradientColorPalette:null,hoverColorHex:"#239ddb",hoverColorOpacity:.8,hoverColorPalette:"color3",tempHoverColorOpacity:1,tempHoverColorPalette:"color3",tabletBorderRadius:null,tabletBorderTopLeftRadius:null,tabletBorderTopRightRadius:null,tabletBorderBottomLeftRadius:null,tabletBorderBottomRightRadius:null,tempTabletBorderTopLeftRadius:null,tempTabletBorderTopRightRadius:null,tempTabletBorderBottomLeftRadius:null,tempTabletBorderBottomRightRadius:null,tabletBgColorType:null,tabletGradientStartPointer:null,tabletGradientFinishPointer:null,tabletGradientActivePointer:null,tabletGradientType:null,tabletGradientLinearDegree:null,tabletGradientRadialDegree:null,tabletBgColorHex:null,tabletBgColorOpacity:null,tabletBgColorPalette:null,tempTabletBgColorOpacity:null,tempTabletBgColorPalette:null,tabletGradientColorHex:null,tabletGradientColorOpacity:null,tabletGradientColorPalette:null,tempTabletGradientColorOpacity:null,tempTabletGradientColorPalette:null,mobileBgColorType:null,mobileGradientStartPointer:null,mobileGradientFinishPointer:null,mobileGradientActivePointer:null,mobileGradientType:null,mobileGradientLinearDegree:null,mobileGradientRadialDegree:null,mobileBgColorHex:null,mobileBgColorOpacity:null,mobileBgColorPalette:null,tempMobileBgColorOpacity:null,tempMobileBgColorPalette:null,mobileGradientColorHex:null,mobileGradientColorOpacity:null,mobileGradientColorPalette:null,tempMobileGradientColorOpacity:null,tempMobileGradientColorPalette:null,mobileBorderRadius:null,mobileBorderTopLeftRadius:null,mobileBorderTopRightRadius:null,mobileBorderBottomLeftRadius:null,mobileBorderBottomRightRadius:null,tempMobileBorderTopLeftRadius:null,tempMobileBorderTopRightRadius:null,tempMobileBorderBottomLeftRadius:null,tempMobileBorderBottomRightRadius:null}}},309:function(e,t,a){"use strict";(function(e){var o=a(3),n=a(0),i=a.n(n),r=a(310),l=a(10),s=a(27);t.a=class extends r.a{constructor(){super(...arguments),Object(o.a)(this,"handleChange",()=>{const t=e.wp||e.parent.wp;if(!t)throw new Error("Could not find WordPress on global object (window.wp)");if(!t.media)throw new Error("Could not find WordPress media object (window.wp.media). Make sure the WordPress media script is enqueued.");const a=t.media({library:{type:"image"},states:new t.media.controller.Library({library:t.media.query({type:"image"}),multiple:!1,title:"Upload media",filterable:"uploaded",priority:20})});a.on("select",()=>{const e=a.state().get("selection").first();Object(s.g)(e.get("id")).then(t=>{const a=`${t.uid}|||${e.get("filename")}`;this.mounted&&this.setState({value:a,loading:!1}),this.props.onChange(a)}).catch(e=>{console.error("failed to get attachment uid",e)})}),a.open()})}renderUploadButton(){return i.a.createElement("div",{className:"brz-file-upload",onClick:this.handleChange},i.a.createElement(l.a,{icon:"nc-add"}))}}}).call(this,a(53))},310:function(e,t,a){"use strict";var o=a(20),n=a(3),i=a(0),r=a.n(i),l=a(7),s=a.n(l),c=a(6),d=a.n(c),p=a(10),u=a(27);class m extends r.a.Component{constructor(){super(...arguments),Object(n.a)(this,"state",{loading:!1,value:this.props.value}),Object(n.a)(this,"mounted",!1),Object(n.a)(this,"handleChange",async e=>{const t=e.target.files;if(t&&t[0]){this.setState({loading:!0});try{const a=await Object(u.uploadFile)(t[0]),o=`${a.name}|||${a.filename}`;this.mounted&&this.setState({value:o,loading:!1}),this.props.onChange(o)}catch(e){this.mounted&&this.setState({loading:!1,value:""})}}}),Object(n.a)(this,"handleRemove",()=>{this.setState({value:""}),this.props.onChange("")})}componentDidMount(){this.mounted=!0}componentWillUnmount(){this.mounted=!1}renderLabel(){const e=this.props,t=e.label,a=e.helper,o=e.helperContent;return r.a.createElement("div",{className:"brz-ed-option__label"},t,a&&r.a.createElement("div",{className:"brz-ed-option__helper"},r.a.createElement(p.a,{icon:"nc-alert-circle-que"}),r.a.createElement("div",{className:"brz-ed-option__helper__content",dangerouslySetInnerHTML:{__html:o}})))}renderUploadButton(){return r.a.createElement("div",{className:"brz-file-upload"},r.a.createElement(p.a,{icon:"nc-add"}),r.a.createElement("input",{type:"file",onChange:this.handleChange}))}renderLoading(){return r.a.createElement("div",{className:"brz-file-upload"},r.a.createElement(p.a,{icon:"nc-circle-02",className:"brz-ed-animated--spin"}))}renderFileName(){const e=this.state.value.split("|||",2),t=Object(o.a)(e,2)[1],a=t.length>20?"..."+t.substring(t.length-20,t.length):t;return r.a.createElement("div",{className:"brz-file-name brz-ed-option__inline"},r.a.createElement("span",{className:"brz-file-title",title:t},a),r.a.createElement("span",{className:"brz-file-remove"},r.a.createElement(p.a,{icon:"nc-remove",onClick:this.handleRemove})))}render(){const e=this.state,t=e.loading,a=e.value,o=this.props,n=o.label,i=o.helper,l=o.className,s=d()("brz-ed-option__inline","brz-ed-option__file_upload",l);return r.a.createElement("div",{className:s},(n||i)&&this.renderLabel(),t?this.renderLoading():a?this.renderFileName():this.renderUploadButton())}}Object(n.a)(m,"defaultProps",{className:"",attr:{},label:"",placeholder:"",helper:null,helperContent:null,value:"",onChange:s.a.noop}),t.a=m},311:function(e,t,a){"use strict";var o=a(3),n=a(0),i=a.n(n),r=a(7),l=a.n(r),s=a(6),c=a.n(s),d=a(10),p=a(52),u=a(186),m=a(73),h=a(77);const b={leftToRight:"animation-left-right",rightToLeft:"animation-right-left"};class g extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"state",{opened:!1}),Object(o.a)(this,"onClickOutside",()=>{m.a.unsetIfActive(this),this.state.opened&&(this.setState({opened:!1}),this.props.onClose())}),Object(o.a)(this,"handleClick",()=>{!this.state.opened?this.open():this.close()})}componentWillUnmount(){m.a.unsetIfActive(this)}getOutSideExceptions(){return[".brz-ed-collapsible__toolbar",".brz-ed-sidebar__right",".brz-ed-tooltip__content-portal",...this.props.outSideExceptions]}handleMonitorActivationRequest(){this.open()}handleMonitorDeactivationRequest(){this.close()}open(){m.a.setActive(this),this.props.onBeforeOpen(),this.props.onOpen(),this.setState({opened:!0})}close(){m.a.unsetIfActive(this),this.props.onBeforeClose(),this.props.onClose(),this.setState({opened:!1})}renderBadge(){return i.a.createElement(h.CSSTransition,{key:"badge",timeout:0},i.a.createElement("div",{className:"brz-ed-collapsible__badge"},i.a.createElement(d.a,{icon:"nc-global"})))}renderIcon(){return i.a.createElement(h.CSSTransition,{key:"icon",classNames:"fadeCollapsibleIcon",timeout:200},i.a.createElement("div",{className:"brz-ed-collapsible__icon",onClick:this.handleClick},i.a.createElement(d.a,{icon:"nc-settings"})))}renderToolbar(){const e=this.props,t=e.getItems,a=e.arrow,o=e.animation,n=t();return i.a.createElement(h.CSSTransition,{key:"toolbar",classNames:b[o],timeout:200},i.a.createElement("div",{className:"brz-ed-collapsible__toolbar"},i.a.createElement(u.a,{items:n,arrow:a})))}render(){const e=this.props,t=e.className,a=e.badge,o=c()("brz-ed-collapsible",t);return i.a.createElement(p.a,{onClickOutside:this.onClickOutside,exceptions:this.getOutSideExceptions()},i.a.createElement("div",{className:o},i.a.createElement(h.TransitionGroup,{className:"brz-ed-collapsible-wrap"},a&&this.renderBadge(),this.state.opened?this.renderToolbar():this.renderIcon())))}}Object(o.a)(g,"defaultProps",{className:"",animation:"leftToRight",badge:!1,arrow:!1,items:[],outSideExceptions:[],onChange:l.a.noop,onBeforeOpen:l.a.noop,onBeforeClose:l.a.noop,onOpen:l.a.noop,onClose:l.a.noop}),t.a=g},312:function(e,t,a){"use strict";(function(e){a.d(t,"a",function(){return b});var o=a(3),n=a(0),i=a.n(n),r=a(7),l=a.n(r),s=a(6),c=a.n(s),d=a(13),p=a(184),u=a(27);const m=d.a.get("wp").page,h=l.a.debounce(function(){Object(u.y)(...arguments)},1e3);class b extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"mounted",!1),Object(o.a)(this,"handleImageChange",e=>{const t=e.src,a=e.x,o=e.y;""===t?(this.constructor.currentFeaturedImage={id:"",url:"",pointX:50,pointY:50},Object(u.t)(m)):(this.constructor.currentFeaturedImage.pointX=a,this.constructor.currentFeaturedImage.pointY=o,h(m,this.constructor.currentFeaturedImage.id,a,o)),this.forceUpdate()}),Object(o.a)(this,"handleImageUpload",()=>{const t=e.wp||e.parent.wp;if(!t)throw new Error("Could not find WordPress on global object (window.wp)");if(!t.media)throw new Error("Could not find WordPress media object (window.wp.media). Make sure the WordPress media script is enqueued.");this.props.meta&&this.props.meta.popover&&this.props.meta.popover.hide();const a=t.media.featuredImage.frame();a.on("select",()=>{const e=a.state().get("selection").first().attributes,t=e.url,o=e.id;Object(u.x)(m,o).then(()=>{this.constructor.currentFeaturedImage.id=o,this.constructor.currentFeaturedImage.url=t,this.mounted&&this.forceUpdate()})}),a.on("close",()=>{this.props.meta&&this.props.meta.popover&&this.props.meta.popover.show()}),a.open()})}componentDidMount(){this.mounted=!0}componentWillUnmount(){this.mounted=!1}render(){const e=this.props,t=e.className,a=e.label,o=e.title,n=c()("brz-ed-sidebar__wp-feature__image",t),r=this.constructor.currentFeaturedImage,l=r.pointX,s=r.pointY,d=r.url;return i.a.createElement("div",{className:n,title:o},a&&i.a.createElement("div",{className:"brz-ed-option__label"},a),i.a.createElement("div",null,i.a.createElement(p.a,{src:d,customUrl:!0,x:l,y:s,onUpload:this.handleImageUpload,onChange:this.handleImageChange})))}}Object(o.a)(b,"defaultProps",{label:"",className:"",title:""}),Object(o.a)(b,"currentFeaturedImage",(()=>{const e=d.a.get("wp").featuredImage||{};return{id:e.id||"",url:e.url||"",pointX:e.pointX||50,pointY:e.pointY||50}})())}).call(this,a(53))},317:function(e){e.exports=[{id:"facebook",group:"social",shortTitle:"Facebook",title:"Facebook",stages:[{type:"connect"},{type:"done"},{type:"disconnect"}],descriptions:"Allow Brizy to access your Facebook account via API access",img:"data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABaAAD/4QOBaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MCA3OS4xNjA0NTEsIDIwMTcvMDUvMDYtMDE6MDg6MjEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZTU3YTU2NTEtY2Y1ZS00M2YxLTgwNmYtZjUxMmZjZGFkNzE5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjExQkRGQTcwMkRFMzExRTk4NEM3OTA1NTc4N0ZFQkY0IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjExQkRGQTZGMkRFMzExRTk4NEM3OTA1NTc4N0ZFQkY0IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZWE5MmIwZDEtZmUyNS00N2M0LTg4NzYtMjY1ZDczYzlkYTU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmU1N2E1NjUxLWNmNWUtNDNmMS04MDZmLWY1MTJmY2RhZDcxOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH//gA0T3B0aW1pemVkIGJ5IEpQRUdtaW5pIDMuMTQuMTIuNzE5MDE3MDYgMHg2ZjM3N2JkYwD/2wBDAAQDAwQDAwQEAwQFBAQFBgoHBgUGBgwJCQcKDgwPDg4NDg4PERYTEBEVEQ4PFBoUFhcZGhoaERUdHx0aHhgaGxr/2wBDAQQEBAYGBg0HBw0ZEQ4RGRoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhr/wAARCADgAOADAREAAhEBAxEB/8QAHQABAAIDAQEBAQAAAAAAAAAAAAYJBQcIAQIEA//EAEEQAAECBAIHBAcDCwUAAAAAAAABAgMEBQYHERIXN1Z1s9IIMTaVEyFBQlFhcYGToRUYIjI1UlVjdJGxJWKSssL/xAAbAQEAAQUBAAAAAAAAAAAAAAAAAQMEBQYHAv/EADMRAQABAgIIBQIGAgMAAAAAAAABAgMEcQUREzM0UpGxBhQyUXISMRUhI0FhoRYiQmLR/9oADAMBAAIRAxEAPwDv4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABjatcNIoDGPrtVkaWyIuTHTcyyCjvppKmZVt2blz0UzOUa3mqumn7zqYrWTZe91v8AmsDqKvkcRyVdJeNtb5o6msmy977f81gdY8jiOSrpJt7fNHU1k2Xvdb/msDqHkcRyVdJNtb5o6msmy97rf81gdQ8jiOSrpJtrfNHU1k2Xvfb/AJrA6x5HEclXSTb2+aOprJsve+3/ADWB1DyOI5Kukm2t80dTWTZe91v+awOoeRxHJV0k21vmjqaybL3vt/zWB1DyOI5Kukm2t80dTWTZe99v+awOoeRxHJV0k29vmjqaybL3vt/zWB1DyOI5Kukm3t80dTWTZe99v+awOoeRxHJV0k21vmjqaybL3ut/zWB1DyOI5Kukm2t80dTWTZe99v8AmsDqHkcRyVdJNvb5o6msmy97rf8ANYHUPI4jkq6Sba3zR1ZSk3HRq+kRaFVpCqJD/XWUmmRtH66KrkUrli5b9dMxnGp7prpq+062TKT0AAAAAAAAAAADG3DVm0CgVWrRIaxWU+TjTToaL63JDYr8vtyKtm3tLlNHvMR1ea6vppmfZWncty1S7qzNVevzT5udmXq5znOzRiexrU91qexEOk2LFFmiKKI1RDXK65rn6p+7ElV4AkCAJAgCQAACAAEgAIAMlQK/UrXq0tVqDNxJKflno6HFYuWeXuuT3mr7UXvKd6zRdomiuNcS90VzTOun7rLraq61+3KPVlhpCWoSMGa9Gnuekho/L8Tmt+3s7lVHtMx0bHRV9VMT7soUnoAAAAAAAAAAIxiTs6u7gs5yHl1geIo+Ud1K9u6spVpHSWugQBIACAJAgCQIAkCAAEgQBIBZbhts6tHgsnyGHNsdxFfynu2Kzu6coSctVUAAAAAAAAAAIxiTs6u7gs5yHl1geIo+Ud1K9u6spVpHSWugQBIAABAEgQBL91Ho1QuCpQKbQ5KNUJ+OuUOXgtVzl+fyT59x4uXaLdP11zqiE00zVOqPu6ItHsg1Sdgw5i861Dpmk3NZOTakWI1fg56+r+2Zr2J8R0Uzqs06/wCZZC3o6qfXOpP5fsiWTDhokxPVmO/95Jlrfw0TH1eIsTP2iOivGj7f8vmN2Q7Kei+hqFZhL/UNd/5JjxHif3iOhOjrfvLUWOWBVIwst+RqlIqU7ORJmbSAsKY0dFEVFXPNPb6jL6K0rcxVyaK6YjVGtaYrC02qdcS0SZxZAQstw22dWjwWT5DDm2O4iv5T3bHZ3dOUJOWqqAAAAAAAAAAEYxJ2dXdwWc5Dy6wPEUfKO6le3dWUq0jpLXQAAAAAgCQD+kvLxpuYgy0pCdHmI8RsOFCYmbnvcuTUT7VImqIjXP2giNawXBnCaQwwtyEx0OHHr00xH1Ce0f0lcvr0Gqvcxvcie3vX1mgaT0jVirn/AFj7Qz2Gw8Wqf5bLMYuQABzt2wvAtG4o3/qpsXhvf1ZMfpH0Rm40NxYgAstw22dWjwWT5DDm2O4iv5T3bFZ3dOUJOWqqAAAAAAAAAAEYxJ2dXdwWc5Dy6wPEUfKO6le3dWUq0jpLXQIAkAAAAQBLbvZqtuDcWK9PfNs9JBpcCJO6K92m3JjM/tfn9hidN35t4SdX7zqXWCo+q7H8O9zQmdAINfuL1p4cLDhXJUFSdiN04cjLs9JGc3uz0e5E+qpn7C+wmjr+J/O3H5e/7KF3EUW/V92uF7XlloqolNrap7F9BD6zJf45ieaP7/8AFv8AiNv2lqnHjHC38Ubap9NoUpUJeYl5xI73TUNjWq1Gqnqycvr9ZldE6Ku4W5NdcxMTH7LXF4qm7TqpaBM8sQCy3DbZ1aPBZPkMObY7iK/lPdsVnd05Qk5aqoAAAAAAAAAARjEnZ1d3BZzkPLrA8RR8o7qV7d1ZSrSOktdAAAAEASAAOjex5Da68rjiKn6bKdCRF+SxHZ/4Q13xJP6NGbIaOj/ecnY5pzLgFbWKlVj1rEq6pyber4n5RiwW5+6yGug1E+WTTpGAtxRhqKY9o/trt+r6rlU/yiBdqQEAAJWW4bbOrR4LJ8hhzbHcRX8p7tis7unKEnLVVAAAAAAAAAACMYk7Oru4LOch5dYHiKPlHdSvburKVaR0lroAAAAAQBIEOj+x14tubh8HmONc8SbmjOWR0d65ydimnsuAVl3346uji81zXHTMJuKMo7Nbu+urNHyu8AQBIBZbhts6tHgsnyGHNsdxFfynu2Kzu6coSctVUAAAAAAAAAAIxiTs6u/gs5yHl1geIo+Ud1K/u6spVpHSWugAAAABDeGAuC9FxVptama3Oz0pEkJiHChpKuYiORzVVc9Jq/Awml9J3MLVTFEROuP3XuEw1N2J1/s29+Z/aP8AGK195D6DEf5HiOWP7Xf4dR7ynGGOCFEwsqU/P0Sen5uLOwWwXtmXMVERrlVMtFqfEscdpW5iqYpriI1eyvYwtNqdcNnGMXIBoWr9lG1azV6hUpirVdkaemYkxEax8PRa57lcqJ+j3esz1vxBfooiiKY/KNSxqwFEzr1z+b8f5n9o/wAYrX3kPoPf+SYjlj+3n8Oo95aUx6wooWFUWiS9DnZ6bmJ9Ij4qTTmKjWNyyy0UT25ma0RpC7ioqmuIiI9lni8PTa1av3acMwswJWW4bbOrR4LJ8hhzbHcRX8p7tis7unKEnLVVAAAAAAAAAACMYk7Oru4LOch5dYHiKPlHdSvburKVaR0lroAAAAAHXPY1/YV2f1sHlqal4l9dGUsro301OmzWWSAAAAAA4s7Xk+2ZxCpMo12aytMTST4K6I5f8ZG6eHKNWHqn3lhtIVfqRH8OfjPrF6BZZhts6tHgsnyGHNsdxFfynu2Kzu6coSctVUAAAAAAAAAAIxiTs6u7gs5yHl1geIo+Ud1K9u6spVpHSWugQBIEASBDpvsrXrb1p0a5IdyViUpkSYm4ToTY8TRV6Ixc1Q1rT+Fu3a6NnTM6olksBdooir6p1OgtcVhb10v79DX/AMNxXJK/8za5oZe375ty648aBblZk6nGgMR8VkCJpKxqrkir/Yo3sJetRruUzES90XaKvTOtIC3VACGzWLNkSUzHlZu56bBmIER0OLDdGRFY5q5Ki/PMvadHYmqNcUTqlRnEW4n1Q/lrisLeul/foT+G4rklHmbXNDizHu4pO6MUqvP0qahzsikODCgR4Ts2ORsNM8l+uZueiLNVrC001Rqn82HxdcVXZmPs1qZJbgFluG2zq0eCyfIYc2x3EV/Ke7YrO7pyhJy1VQAAAAAAAAAAjGJOzq7uCznIeXWB4ij5R3Ur27qylWkdJa6BAEgQBIB4rWu/Wai/VCdaHno2fuN/4jXI6Q7HLWtu65tFqJ/p8HuT+Y41zxJP6NGcsjo71zk7GNOZcArJvuGxb6ulVY39rzXs/muOmYSf0KMo7Nbux/vVnKP+jZ+43+xca5U9T6RERMkTJPggAgAlZbhts6tHgsnyGHNsdxFfynu2Kzu6coSctVUAAAAAAAAAAIxiTs6u7gs5yHl1geIo+Ud1K9u6spVpHSWuAAJAAAAAA6P7HXi25uHweY41zxJuaM5ZDR3rnJ2Kaey4BWXffjq6OLzXNcdMwm4oyjs1u766s5R8rvAAAAWW4bbOrR4LJ8hhzbHcRX8p7tis7unKEnLVVAAAAAAAAAACMYk7Oru4LOch5dYHiKPlHdSvburKVaR0lroEASAAAAAB0f2OvFtzcPg8xxrviTc0ZyyGjvXVk7FNOZcArLvvx1dHF5rmuOmYTcUZR2a3d9dWco+V3gA9A8CFluG2zq0eCyfIYc2x3EV/Ke7Y7O7pyhJy1VQAAAAAAAAAAjGJOzq7uCznIeXWB4ij5R3Ur27qylWkdJa6AAAAAAAAdH9jrxbc3D4PMca54k3NGcsho71zk7FNPZcArLvvx1dHF5rmuOmYTcUZR2a3d9dWco+V3gCAJALLcNtnVo8Fk+Qw5tjuIr+U92xWd3TlCTlqqgAAAAAAAAABGMSdnV38FnOQ8usDxFHyjupX93VlKtI6S10CAJAAAAEAHR/Y68W3Nw+DzHGueJNzRnLI6O9c5OxTT2XAKy778dXRxea5rjpmE3FGUdmt3fXVmj5XeAIAASstw22dWjwWT5DDm2O4iv5T3bFZ3dOUJOWqqAAAAAAAAAAGMuOkJX7eq1JdE9E2oScaVWInuekYrM/xKti5s7lNftMT0ea6fqpmPdWhX6BUbXrE3SK7LPlJ+VerIkN6ZZ/7m/Fq96L7TpVm9RdoiuidcS1yuiaZ1T92NKjy9A8AAAgCQDo/sdeLbm4fB5jjXPEm5ozlkNHeucnYpp7LgFZd9+Oro4vNc1x0zCbijKOzW7vrqzR8rvAAA/fRaLULiqkrS6JKxJ2fmnoyFBhpmqr8fknxX2Hi7dot0TXXOqITTTNU6o+6zC2KS6gW1RqTEekV9PkYEs6InvLDhtZn+BzS/c2l2qv3mZ6tjop+mmI9mVKT2AAAAAAAAAAADF1a2aJX1hrXaPT6osP9RZuUhxtH6aSLkVbd+5b9FUxlOp5qopq+8a2M1bWXuhb/AJVA6Sr57Ec9XWXjY2+WOhq2svdG3/KoHSPPYjnq6ybG3yx0NW1l7o2/5VA6R57Ec9XWTY2+WOhq2svdG3/KoHSPPYjnq6ybG3yx0NW1l7oW/wCVQOkeexHPV1k2NvljoatrL3Rt/wAqgdI89iOerrJsbfLHQ1bWXujb/lUDpHnsRz1dZNjb5Y6MhSLVoNvxYsag0Sm0uLFajYkSUk4cFz0TuRVYiZoU7mIu3I1V1TOczL1Tbpp+0RDLlF7AI3Hw9tCajxY8zatCjR4r1fEivpkBznuVc1VVVuaqXMYzERGqK51ZypzZtz/xjo+NW1l7oW/5VA6SfPYjnq6yjY2+WOhq2svdG3/KoHSPPYjnq6ybG3yx0NW1l7o2/wCVQOkeexHPV1k2NvljoyVJteh0B730KjU6lvemT3SkpDgq766KIUrl+7c9dUznOt6pt00/aNTKlJ7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP//Z"}]},318:function(e){e.exports={content:{items:[]}}},319:function(e){e.exports={content:{items:[]}}},32:function(e,t,a){"use strict";var o=a(3),n=a(0),i=a.n(n),r=a(21),l=a.n(r),s=a(6),c=a.n(s),d=a(7),p=a.n(d);class u extends n.Component{constructor(e){super(e),this.updateDOM=this.updateDOM.bind(this)}componentDidMount(){this.updateDOM()}componentDidUpdate(){this.updateDOM()}componentWillUnmount(){this.unmounted=!0}math(e,t,a,o,n){var i=(a=Math.max(a,e))-e,r=e/a*n,l=n-r;return{client:e,offset:t,scroll:a,overflow:i,position:o,track:n,thumb:r,piece:l,shift:0==i?0:o/i*l}}updateDOM(){setTimeout(()=>{this.unmounted||this.props.onUpdateDOM(this.math,l.a.findDOMNode(this))},0)}render(){return i.a.createElement("div",{className:this.props.className,style:this.props.style,onScroll:this.updateDOM},this.props.children)}}u.defaultProps={onUpdateDOM:p.a.noop};var m=a(26),h=a.n(m);class b extends n.Component{constructor(e){super(e),this.state={startTop:!1,startLeft:!1},this.handleMouseDown=this.handleMouseDown.bind(this),this.handleMouseMove=this.handleMouseMove.bind(this),this.handleMouseUp=this.handleMouseUp.bind(this)}componentDidMount(){const e=l.a.findDOMNode(this);this.document=h()(e.style?e.ownerDocument:e.document||e),this.window=h()(this.document[0].defaultView||this.document[0].parentWindow)}handleMouseDown(e,t,a){if(h()(a.target).hasClass("brz-ed-sidebar-block-remove"))return e(a),void t(a);e(a),this.window.on("mousemove",this.handleMouseMove),this.window.on("mouseup",this.handleMouseUp),this.setState({startLeft:a.clientX,startTop:a.clientY}),this.props.onDragStart(this),t(a)}handleMouseMove(e){var t={top:e.clientY-this.state.startTop,left:e.clientX-this.state.startLeft};this.props.onDragMove(t,this),e.preventDefault()}handleMouseUp(){this.window.off("mousemove",this.handleMouseMove),this.window.off("mouseup",this.handleMouseUp),this.props.onDragEnd(this)}render(){const e=i.a.Children.only(this.props.children),t=this.props;t.children,t.onDragStart,t.onDragMove;return i.a.cloneElement(e,{onMouseDown:t=>{this.handleMouseDown(e.props.onMouseDown||p.a.noop,this.props.onMouseDown||p.a.noop,t)}})}}b.defaultProps={currentWindow:{},onDragEnd:p.a.noop,onDragStart:p.a.noop,onDragMove:p.a.noop},a.d(t,"a",function(){return g});class g extends n.Component{constructor(e){super(e),Object(o.a)(this,"captureStart",e=>{this._start=!1}),Object(o.a)(this,"handleChange",e=>{let t=e.left,a=void 0===t?null:t,o=e.top,n=void 0===o?null:o;const i=l.a.findDOMNode(this.scrollable);this.props.onChange({left:a||i.scrollLeft,top:n||i.scrollTop})}),Object(o.a)(this,"handleMouseDown",e=>{const t=l.a.findDOMNode(this.wideTrack),a=t.getBoundingClientRect(),o=(e.clientX-a.left-this._wide.thumb/2)/this._wide.piece*this._wide.overflow;e.target===t&&(l.a.findDOMNode(this.scrollable).scrollLeft=o)}),Object(o.a)(this,"handleMouseDown2",e=>{const t=l.a.findDOMNode(this.tallTrack),a=t.getBoundingClientRect(),o=(e.clientY-a.top-this._tall.thumb/2)/this._tall.piece*this._tall.overflow;e.target===t&&(l.a.findDOMNode(this.scrollable).scrollTop=o,this.handleChange({top:o}))}),Object(o.a)(this,"handleMove",e=>{!1===this._start&&(this._start=parseInt(this.wideThumb.style.left));const t=(e.left+this._start)/this._wide.piece*this._wide.overflow;l.a.findDOMNode(this.scrollable).scrollLeft=t,this.handleChange({left:t})}),Object(o.a)(this,"handleMove2",e=>{!1===this._start&&(this._start=parseInt(this.tallThumb.style.top));const t=(e.top+this._start)/this._tall.piece*this._tall.overflow;l.a.findDOMNode(this.scrollable).scrollTop=t,this.handleChange({top:Math.min(this._tall.overflow,Math.max(0,t))})}),Object(o.a)(this,"handleResize",()=>{this.forceUpdate()}),Object(o.a)(this,"handleUpdateDOM",(e,t)=>{let a,o,n=l.a.findDOMNode(this.wideTrack),i=this.wideThumb,r=l.a.findDOMNode(this.tallTrack),s=this.tallThumb,c={overflow:Math.max(0,t.scrollWidth-t.clientWidth)},d={overflow:Math.max(t.scrollHeight-t.clientHeight)};n.style.position="absolute",r.style.position="absolute",i.style.position="relative",s.style.position="relative",n.style.display="block",a=n.offsetHeight,r.style.display="block",o=r.offsetWidth,t.style.overflow="hidden",t.style.borderBottomWidth=a+"px",t.style.borderBottomStyle=c.overflow?"solid":"none",t.style.borderRightWidth=o+"px",t.style.borderRightStyle=d.overflow?"solid":"none",c.overflow=Math.max(0,t.scrollWidth-t.clientWidth),d.overflow=Math.max(0,t.scrollHeight-t.clientHeight),n.style.display=c.overflow?"block":"none",n.style.width=t.clientWidth+"px",n.style.left=0,n.style.top=t.offsetHeight-a+"px",r.style.display=d.overflow?"block":"none",r.style.height=t.clientHeight+"px",r.style.top=0,this._wide=c=e(t.clientWidth,t.offsetWidth,t.scrollWidth,t.scrollLeft,n.clientWidth),this._tall=d=e(t.clientHeight,t.offsetHeight,t.scrollHeight,t.scrollTop,r.clientHeight),i.style.left=c.shift+"px",i.style.width=c.thumb+"px",s.style.top=d.shift+"px",s.style.height=d.thumb+"px"}),Object(o.a)(this,"handleWheel",e=>{e.stopPropagation();let t=l.a.findDOMNode(this.scrollable);const a=t.scrollTop,o=t.scrollLeft,n=navigator.userAgent.toLowerCase();let i=1;/firefox/.test(n)&&(i=20),/chrome/.test(n)&&(i=.8),this.props.onlyWide?t.scrollLeft=o+(e.deltaX?e.deltaX:e.deltaY*i):(e.preventDefault(),t.scrollTop=a+e.deltaY*i,t.scrollLeft=o+e.deltaX),(t.scrollTop!=a||t.scrollLeft!=o||this.props.onlyWide)&&e.preventDefault(),this.handleChange({left:t.scrollLeft,top:t.scrollTop})}),this.handleRef=i.a.createRef(),this._start=0,this._wide={},this._tall={}}componentDidMount(){this.handleRef.current.addEventListener("wheel",this.handleWheel,{passive:!1}),window.addEventListener("resize",this.handleResize,{passive:!0})}componentWillUnmount(){window.removeEventListener("resize",this.handleResize),this.handleRef.current.removeEventListener("wheel",this.handleWheel)}handleSetPositionWide(e){this.handleMove({top:0,left:e})}render(){const e=c()("brz-ed-scroll-pane",this.props.className);return i.a.createElement("div",{ref:this.handleRef,className:e,style:{position:"relative",width:this.props.style.width,height:this.props.style.height}},i.a.createElement(u,{ref:e=>{this.scrollable=e},className:"brz-ed-scroll-inner",style:this.props.style,onUpdateDOM:this.handleUpdateDOM},this.props.children),i.a.createElement(b,{ref:e=>{this.wideTrack=e},onDragStart:this.captureStart,onDragMove:this.handleMove},i.a.createElement("div",{className:"brz-ed-wide-track",onMouseDown:this.handleMouseDown},i.a.createElement("div",{ref:e=>{this.wideThumb=e},className:"brz-ed-wide-thumb"}))),i.a.createElement(b,{ref:e=>{this.tallTrack=e},onDragStart:this.captureStart,onDragMove:this.handleMove2},i.a.createElement("div",{className:"brz-ed-tall-track",onMouseDown:this.handleMouseDown2},i.a.createElement("div",{ref:e=>{this.tallThumb=e},className:"brz-ed-tall-thumb"}))))}}Object(o.a)(g,"defaultProps",{className:"",style:{},window:null,onlyWide:!1,wrapScrollable:e=>e,onChange:()=>{}})},320:function(e){e.exports={content:{items:[],anchorName:"",fullHeight:"off",slider:"off",hoverSlider:null,showOnDesktop:"on",zIndex:0,tabletAnchorName:null,tabletFullHeight:null,tabletSlider:null,showOnTablet:"on",mobileAnchorName:null,mobileFullHeight:null,mobileSlider:null,showOnMobile:"on"},animation:{sliderAnimation:"none",sliderAutoPlay:"off",sliderAutoPlaySpeed:3,tabletSliderAutoPlay:null,tabletSliderAutoPlaySpeed:null,mobileSliderAutoPlay:null,mobileSliderAutoPlaySpeed:null},toolbar:{tabsColor:""},style:{className:"",customClassName:"",sliderDots:"circle",sliderDotsColorHex:"#000000",sliderDotsColorOpacity:1,sliderDotsColorPalette:"",tempSliderDotsColorOpacity:1,tempSliderDotsColorPalette:"",hoverSliderDotsColorHex:"#000000",hoverSliderDotsColorOpacity:1,hoverSliderDotsColorPalette:"",tempHoverSliderDotsColorOpacity:1,tempHoverSliderDotsColorPalette:"",sliderArrows:"thin",sliderArrowsColorHex:"#000000",sliderArrowsColorOpacity:.7,sliderArrowsColorPalette:"",tempSliderArrowsColorOpacity:1,tempSliderArrowsColorPalette:"",hoverSliderArrowsColorHex:"#000000",hoverSliderArrowsColorOpacity:1,hoverSliderArrowsColorPalette:"",tempHoverSliderArrowsColorOpacity:1,tempHoverSliderArrowsColorPalette:"",tabletSliderDots:null,tabletSliderArrows:null,tabletSliderDotsColorHex:null,tabletSliderDotsColorOpacity:null,tabletSliderDotsColorPalette:null,tempTabletSliderDotsColorOpacity:null,tempTabletSliderDotsColorPalette:null,mobileSliderDots:null,mobileSliderArrows:null,mobileSliderDotsColorHex:null,mobileSliderDotsColorOpacity:null,mobileSliderDotsColorPalette:null,tempMobileSliderDotsColorOpacity:null,tempMobileSliderDotsColorPalette:null}}},321:function(e,t,a){"use strict";a.d(t,"a",function(){return c});var o=a(3),n=a(0),i=a(21),r=a.n(i),l=(a(6),a(7)),s=a.n(l);class c extends n.Component{constructor(){super(...arguments),Object(o.a)(this,"isMounted",!0),Object(o.a)(this,"timeoutId",null),Object(o.a)(this,"enterSuccess",!1),Object(o.a)(this,"handleMouseEnter",()=>{this.props.onEnter(),this.timeoutId=setTimeout(this.handleMouseEnterTimeout,this.props.delay),this.enterSuccess=!1}),Object(o.a)(this,"handleMouseEnterTimeout",()=>{this.isMounted&&(this.enterSuccess=!0,this.props.onEnterSuccess())}),Object(o.a)(this,"handleMouseLeave",()=>{this.props.onLeave(),clearTimeout(this.timeoutId),this.enterSuccess&&this.props.onLeaveSuccess()})}componentDidMount(){this.isMounted=!0;const e=r.a.findDOMNode(this);e.addEventListener("mouseenter",this.handleMouseEnter),e.addEventListener("mouseleave",this.handleMouseLeave)}componentWillUnmount(){this.isMounted=!1;const e=r.a.findDOMNode(this);e.removeEventListener("mouseenter",this.handleMouseEnter),e.removeEventListener("mouseleave",this.handleMouseLeave)}render(){return this.props.children}}Object(o.a)(c,"defaultProps",{delay:1e3,onEnter:s.a.noop,onEnterSuccess:s.a.noop,onLeave:s.a.noop,onLeaveSuccess:s.a.noop})},322:function(e){e.exports={content:{items:[],media:"image",hoverMedia:"image",bgImageWidth:0,bgImageHeight:0,bgImageSrc:"",bgPositionY:50,bgPositionX:50,bgPopulation:"",bgAttachment:"none",bgVideo:"",bgVideoQuality:1080,bgVideoLoop:"off",bgMapAddress:"Wall Street",bgMapZoom:15,brightness:100,hue:0,saturation:100,contrast:100,hoverBgImageWidth:null,hoverBgImageHeight:null,hoverBgImageSrc:null,hoverBgPositionY:null,hoverBgPositionX:null,hoverBgPopulation:null,hoverBrightness:null,hoverHue:null,hoverSaturation:null,hoverContrast:null,tabletMedia:"image",tabletBgImageWidth:null,tabletBgImageHeight:null,tabletBgImageSrc:null,tabletBgPositionX:null,tabletBgPositionY:null,tabletBgPopulation:null,tabletBrightness:null,tabletHue:null,tabletSaturation:null,tabletContrast:null,tabletBgAttachment:"none",tabletBgMapZoom:null,mobileMedia:"image",mobileBgImageWidth:null,mobileBgImageHeight:null,mobileBgImageSrc:null,mobileBgPositionX:null,mobileBgPositionY:null,mobileBgPopulation:null,mobileBrightness:null,mobileHue:null,mobileSaturation:null,mobileContrast:null,mobileBgAttachment:"none",mobileBgMapZoom:null},toolbar:{tabsState:"",tabsCurrentElement:"",tabsColor:"",tabletTabsState:null,tabletTabsCurrentElement:null,tabletTabsColor:null,mobileTabsState:null,mobileTabsCurrentElement:null,mobileTabletTabsColor:null},style:{className:"",borderStyle:"solid",tempBorderStyle:"solid",hoverBorderStyle:null,tempHoverBorderStyle:null,bgColorType:"solid",bgColorHex:"#000000",bgColorOpacity:0,bgColorPalette:"",tempBgColorOpacity:1,tempBgColorPalette:"",gradientColorHex:"#009900",gradientColorOpacity:1,gradientColorPalette:"",tempGradientColorOpacity:1,tempGradientColorPalette:"",gradientActivePointer:"startPointer",gradientStartPointer:0,gradientFinishPointer:100,gradientType:"linear",gradientLinearDegree:90,gradientRadialDegree:90,hoverBgColorType:null,hoverBgColorHex:null,hoverBgColorOpacity:null,hoverBgColorPalette:null,tempHoverBgColorOpacity:null,tempHoverBgColorPalette:null,hoverGradientActivePointer:null,hoverGradientStartPointer:null,hoverGradientFinishPointer:null,hoverGradientType:null,hoverGradientLinearDegree:null,hoverGradientRadialDegree:null,hoverGradientColorHex:null,hoverGradientColorOpacity:null,hoverGradientColorPalette:null,tempHoverGradientColorOpacity:null,tempHoverGradientColorPalette:null,borderColorHex:"#66738d",borderColorOpacity:0,borderColorPalette:"",tempBorderColorOpacity:1,tempBorderColorPalette:"",hoverBorderColorHex:null,hoverBorderColorOpacity:null,hoverBorderColorPalette:null,tempHoverBorderColorOpacity:null,tempHoverBorderColorPalette:null,borderWidthType:"grouped",hoverBorderWidthType:null,borderWidth:0,borderTopWidth:0,borderRightWidth:0,borderBottomWidth:0,borderLeftWidth:0,tempBorderWidth:8,tempBorderTopWidth:8,tempBorderRightWidth:8,tempBorderBottomWidth:8,tempBorderLeftWidth:8,hoverBorderWidth:null,hoverBorderTopWidth:null,hoverBorderRightWidth:null,hoverBorderBottomWidth:null,hoverBorderLeftWidth:null,tempHoverBorderWidth:null,tempHoverBorderTopWidth:null,tempHoverBorderRightWidth:null,tempHoverBorderBottomWidth:null,tempHoverBorderLeftWidth:null,borderRadiusType:"grouped",borderRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomRightRadius:0,borderBottomLeftRadius:0,tempBorderRadius:0,tempBorderTopLeftRadius:0,tempBorderTopRightRadius:0,tempBorderBottomRightRadius:0,tempBorderBottomLeftRadius:0,hoverBorderRadiusType:null,hoverBorderRadius:null,hoverBorderTopLeftRadius:null,hoverBorderTopRightRadius:null,hoverBorderBottomRightRadius:null,hoverBorderBottomLeftRadius:null,tempHoverBorderRadius:null,tempHoverBorderTopLeftRadius:null,tempHoverBorderTopRightRadius:null,tempHoverBorderBottomRightRadius:null,tempHoverBorderBottomLeftRadius:null,hoverTransition:50,containerType:"boxed",containerSize:100,paddingType:"ungrouped",tempPaddingType:"ungrouped",padding:75,paddingTop:75,paddingRight:0,paddingBottom:75,paddingLeft:0,tempPadding:75,tempPaddingTop:75,tempPaddingRight:0,tempPaddingBottom:75,tempPaddingLeft:0,paddingSuffix:"px",paddingTopSuffix:"px",paddingRightSuffix:"px",paddingBottomSuffix:"px",paddingLeftSuffix:"px",tempPaddingSuffix:"px",tempPaddingTopSuffix:"px",tempPaddingRightSuffix:"px",tempPaddingBottomSuffix:"px",tempPaddingLeftSuffix:"px",hoverPaddingType:null,tempHoverPaddingType:null,hoverPadding:null,hoverPaddingTop:null,hoverPaddingRight:null,hoverPaddingBottom:null,hoverPaddingLeft:null,tempHoverPadding:null,tempHoverPaddingTop:null,tempHoverPaddingRight:null,tempHoverPaddingBottom:null,tempHoverPaddingLeft:null,hoverPaddingSuffix:null,hoverPaddingTopSuffix:null,hoverPaddingRightSuffix:null,hoverPaddingBottomSuffix:null,hoverPaddingLeftSuffix:null,tempHoverPaddingSuffix:null,tempHoverPaddingTopSuffix:null,tempHoverPaddingRightSuffix:null,tempHoverPaddingBottomSuffix:null,tempHoverPaddingLeftSuffix:null,containerClassName:"",shape:"top",shapeTopColorHex:"#000000",shapeTopColorOpacity:1,shapeTopColorPalette:"",tempShapeTopColorOpacity:1,tempShapeTopColorPalette:"",shapeBottomColorHex:"#000000",shapeBottomColorOpacity:1,shapeBottomColorPalette:"",tempShapeBottomColorOpacity:1,tempShapeBottomColorPalette:"",tempShapeColorOpacity:1,shapeTopHeight:100,shapeTopHeightSuffix:"px",shapeBottomHeight:100,shapeBottomHeightSuffix:"px",shapeTopType:"none",shapeBottomType:"none",shapeTopIndex:"auto",shapeBottomIndex:"auto",shapeTopHorizontal:"off",shapeBottomHorizontal:"off",customCSS:"","tabletСontainerType":null,"tabletСontainerSize":null,tabletBorderStyle:null,tempTabletBorderStyle:null,tabletBorderWidthType:null,tabletBorderWidth:null,tabletBorderTopWidth:null,tabletBorderRightWidth:null,tabletBorderBottomWidth:null,tabletBorderLeftWidth:null,tempTabletBorderWidth:null,tempTabletBorderTopWidth:null,tempTabletBorderRightWidth:null,tempTabletBorderBottomWidth:null,tempTabletBorderLeftWidth:null,tabletBorderRadiusType:null,tabletBorderRadius:null,tabletBorderTopLeftRadius:null,tabletBorderTopRightRadius:null,tabletBorderBottomLeftRadius:null,tabletBorderBottomRightRadius:null,tempTabletBorderRadius:null,tempTabletBorderTopLeftRadius:null,tempTabletBorderTopRightRadius:null,tempTabletBorderBottomLeftRadius:null,tempTabletBorderBottomRightRadius:null,tabletBgColorType:null,tabletGradientStartPointer:null,tabletGradientFinishPointer:null,tabletGradientActivePointer:null,tabletGradientType:null,tabletGradientLinearDegree:null,tabletGradientRadialDegree:null,tabletBgColorHex:null,tabletBgColorOpacity:null,tabletBgColorPalette:null,tempTabletBgColorOpacity:null,tempTabletBgColorPalette:null,tabletGradientColorHex:null,tabletGradientColorOpacity:null,tabletGradientColorPalette:null,tempTabletGradientColorOpacity:null,tempTabletGradientColorPalette:null,tabletBorderColorHex:null,tabletBorderColorOpacity:null,tabletBorderColorPalette:null,tempTabletBorderColorOpacity:null,tempTabletBorderColorPalette:null,tabletPaddingType:"ungrouped",tempTabletPaddingType:"ungrouped",tabletPadding:50,tabletPaddingTop:50,tabletPaddingRight:0,tabletPaddingBottom:50,tabletPaddingLeft:0,tempTabletPadding:50,tempTabletPaddingTop:50,tempTabletPaddingRight:0,tempTabletPaddingBottom:50,tempTabletPaddingLeft:0,tabletPaddingSuffix:"px",tabletPaddingTopSuffix:"px",tabletPaddingRightSuffix:"px",tabletPaddingBottomSuffix:"px",tabletPaddingLeftSuffix:"px",tempTabletPaddingSuffix:"px",tempTabletPaddingTopSuffix:"px",tempTabletPaddingRightSuffix:"px",tempTabletPaddingBottomSuffix:"px",tempTabletPaddingLeftSuffix:"px",tabletShape:null,tabletShapeTopColorHex:null,tabletShapeTopColorOpacity:null,tabletShapeTopColorPalette:null,tempTabletShapeTopColorOpacity:null,tempTabletShapeTopColorPalette:null,tabletShapeBottomColorHex:null,tabletShapeBottomColorOpacity:null,tabletShapeBottomColorPalette:null,tempTabletShapeBottomColorOpacity:null,tempTabletShapeBottomColorPalette:null,tabletShapeTopHeight:null,tabletShapeTopHeightSuffix:null,tabletShapeBottomHeight:null,tabletShapeBottomHeightSuffix:null,tabletShapeTopType:null,tabletShapeBottomType:null,tabletShapeTopIndex:null,tabletShapeBottomIndex:null,tabletShapeTopHorizontal:null,tabletShapeBottomHorizontal:null,"mobileСontainerType":null,"mobileСontainerSize":null,mobileBgColorType:null,mobileGradientStartPointer:null,mobileGradientFinishPointer:null,mobileGradientActivePointer:null,mobileGradientType:null,mobileGradientLinearDegree:null,mobileGradientRadialDegree:null,mobileBgColorHex:null,mobileBgColorOpacity:null,mobileBgColorPalette:null,tempMobileBgColorOpacity:null,tempMobileBgColorPalette:null,mobileGradientColorHex:null,mobileGradientColorOpacity:null,mobileGradientColorPalette:null,tempMobileGradientColorOpacity:null,tempMobileGradientColorPalette:null,mobileBorderStyle:null,tempMobileBorderStyle:null,mobileBorderWidthType:null,mobileBorderWidth:null,mobileBorderTopWidth:null,mobileBorderRightWidth:null,mobileBorderBottomWidth:null,mobileBorderLeftWidth:null,tempMobileBorderWidth:null,tempMobileBorderTopWidth:null,tempMobileBorderRightWidth:null,tempMobileBorderBottomWidth:null,tempMobileBorderLeftWidth:null,mobileBorderRadiusType:null,mobileBorderRadius:null,mobileBorderTopLeftRadius:null,mobileBorderTopRightRadius:null,mobileBorderBottomLeftRadius:null,mobileBorderBottomRightRadius:null,tempMobileBorderRadius:null,tempMobileBorderTopLeftRadius:null,tempMobileBorderTopRightRadius:null,tempMobileBorderBottomLeftRadius:null,tempMobileBorderBottomRightRadius:null,mobileBorderColorHex:null,mobileBorderColorOpacity:null,mobileBorderColorPalette:null,tempMobileBorderColorOpacity:null,tempMobileBorderColorPalette:null,mobilePaddingType:"ungrouped",tempMobilePaddingType:"ungrouped",mobilePadding:25,mobilePaddingTop:25,mobilePaddingRight:0,mobilePaddingBottom:25,mobilePaddingLeft:0,tempMobilePadding:25,tempMobilePaddingTop:25,tempMobilePaddingRight:0,tempMobilePaddingBottom:25,tempMobilePaddingLeft:0,mobilePaddingSuffix:"px",mobilePaddingTopSuffix:"px",mobilePaddingRightSuffix:"px",mobilePaddingBottomSuffix:"px",mobilePaddingLeftSuffix:"px",tempMobilePaddingSuffix:"px",tempMobilePaddingTopSuffix:"px",tempMobilePaddingRightSuffix:"px",tempMobilePaddingBottomSuffix:"px",tempMobilePaddingLeftSuffix:"px",mobileShape:null,mobileShapeTopColorHex:null,mobileShapeTopColorOpacity:null,mobileShapeTopColorPalette:null,tempMobileShapeTopColorOpacity:null,tempMobileShapeTopColorPalette:null,mobileShapeBottomColorHex:null,mobileShapeBottomColorOpacity:null,mobileShapeBottomColorPalette:null,tempMobileShapeBottomColorOpacity:null,tempMobileShapeBottomColorPalette:null,mobileShapeTopHeight:null,mobileShapeTopHeightSuffix:null,mobileShapeBottomHeight:null,mobileShapeBottomHeightSuffix:null,mobileShapeTopType:null,mobileShapeBottomType:null,mobileShapeTopIndex:null,mobileShapeBottomIndex:null,mobileShapeTopHorizontal:null,mobileShapeBottomHorizontal:null}}},323:function(e){e.exports={content:{media:"image",bgImageWidth:0,bgImageHeight:0,bgImageSrc:"",bgPositionY:50,bgPositionX:50,bgPopulation:"",brightness:100,hue:0,saturation:100,contrast:100,bgVideo:"",bgVideoQuality:1080,bgVideoLoop:"off",bgMapAddress:"Wall Street",bgMapZoom:15,hoverMedia:"image",hoverBgImageWidth:null,hoverBgImageHeight:null,hoverBgImageSrc:null,hoverBgPositionY:null,hoverBgPositionX:null,hoverBgPopulation:null,hoverBrightness:null,hoverHue:null,hoverSaturation:null,hoverContrast:null,showToolbar:"on",showOnDesktop:"on",zIndex:0,tabletPopups:null,tabletSize:null,tabletReverseColumns:"off",showOnTablet:"on",tabletMedia:"image",tabletBgImageWidth:null,tabletBgImageHeight:null,tabletBgImageSrc:null,tabletBgPositionX:null,tabletBgPositionY:null,tabletBgPopulation:null,tabletBrightness:null,tabletHue:null,tabletSaturation:null,tabletContrast:null,tabletBgVideo:null,tabletBgVideoQuality:null,tabletBgVideoLoop:null,tabletBgMapZoom:null,showOnMobile:"on",mobilePopups:null,mobileSize:null,mobileMedia:"image",mobileBgImageWidth:null,mobileBgImageHeight:null,mobileBgImageSrc:null,mobileBgPositionX:null,mobileBgPositionY:null,mobileBgPopulation:null,mobileBrightness:null,mobileHue:null,mobileSaturation:null,mobileContrast:null,mobileBgVideo:null,mobileBgVideoQuality:null,mobileBgVideoLoop:null,mobileBgMapZoom:null,size:100,items:[],popups:[]},link:{linkType:"external",linkExternal:"",linkAnchor:"",linkExternalBlank:"off",linkExternalRel:"off",linkExternalType:"linkExternal",linkPopulation:"",linkUpload:"",linkPopup:"",tabletLinkType:null,tabletLinkPopup:null,mobileLinkType:null,mobileLinkPopup:null},toolbar:{tabsMedia:"",tabsState:"",tabsColor:"",tabletTabsMedia:null,tabletTabsState:null,tabletTabsColor:null,mobileTabsMedia:null,mobileTabsState:null,mobileTabsColor:null},animation:{animationName:"none",tempAnimationName:"none",animationDuration:1e3,animationDelay:1e3},style:{className:"",borderStyle:"solid",tempBorderStyle:"solid",hoverBorderStyle:null,tempHoverBorderStyle:null,borderWidthType:"grouped",borderWidth:0,borderTopWidth:0,borderRightWidth:0,borderBottomWidth:0,borderLeftWidth:0,tempBorderWidth:4,tempBorderTopWidth:4,tempBorderRightWidth:4,tempBorderBottomWidth:4,tempBorderLeftWidth:4,hoverBorderWidthType:null,hoverBorderWidth:null,hoverBorderTopWidth:null,hoverBorderRightWidth:null,hoverBorderBottomWidth:null,hoverBorderLeftWidth:null,tempHoverBorderWidth:null,tempHoverBorderTopWidth:null,tempHoverBorderRightWidth:null,tempHoverBorderBottomWidth:null,tempHoverBorderLeftWidth:null,borderRadiusType:"grouped",borderRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomRightRadius:0,borderBottomLeftRadius:0,tempBorderRadius:0,tempBorderTopLeftRadius:0,tempBorderTopRightRadius:0,tempBorderBottomRightRadius:0,tempBorderBottomLeftRadius:0,hoverBorderRadiusType:null,hoverBorderRadius:null,hoverBorderTopLeftRadius:null,hoverBorderTopRightRadius:null,hoverBorderBottomRightRadius:null,hoverBorderBottomLeftRadius:null,tempHoverBorderRadius:null,tempHoverBorderTopLeftRadius:null,tempHoverBorderTopRightRadius:null,tempHoverBorderBottomRightRadius:null,tempHoverBorderBottomLeftRadius:null,bgColorType:"solid",gradientActivePointer:"startPointer",gradientStartPointer:0,gradientFinishPointer:100,gradientType:"linear",gradientLinearDegree:90,gradientRadialDegree:90,hoverBgColorType:null,hoverGradientActivePointer:null,hoverGradientStartPointer:null,hoverGradientFinishPointer:null,hoverGradientType:null,hoverGradientLinearDegree:null,hoverGradientRadialDegree:null,bgColorHex:"#000000",bgColorOpacity:0,bgColorPalette:"",tempBgColorOpacity:1,tempBgColorPalette:"",hoverBgColorHex:null,hoverBgColorOpacity:null,hoverBgColorPalette:null,tempHoverBgColorOpacity:null,tempHoverBgColorPalette:null,gradientColorHex:"#009900",gradientColorOpacity:1,gradientColorPalette:"",tempGradientColorOpacity:1,tempGradientColorPalette:"",hoverGradientColorHex:null,hoverGradientColorOpacity:null,hoverGradientColorPalette:null,tempHoverGradientColorOpacity:null,tempHoverGradientColorPalette:null,borderColorHex:"#66738d",borderColorOpacity:0,borderColorPalette:"",tempBorderColorOpacity:1,tempBorderColorPalette:"",hoverBorderColorHex:null,hoverBorderColorOpacity:null,hoverBorderColorPalette:null,tempHoverBorderColorOpacity:null,tempHoverBorderColorPalette:null,boxShadow:"",tempBoxShadow:"on",boxShadowColorHex:"#000000",boxShadowColorOpacity:1,boxShadowColorPalette:"",tempBoxShadowColorOpacity:1,tempBoxShadowColorPalette:"",boxShadowBlur:0,boxShadowSpread:0,boxShadowVertical:0,boxShadowHorizontal:0,tempBoxShadowBlur:4,tempBoxShadowSpread:0,tempBoxShadowVertical:2,tempBoxShadowHorizontal:1,hoverBoxShadow:null,tempHoverBoxShadow:null,hoverBoxShadowColorHex:null,hoverBoxShadowColorOpacity:null,hoverBoxShadowColorPalette:null,tempHoverBoxShadowColorPalette:null,tempHoverBoxShadowColorOpacity:null,hoverBoxShadowBlur:null,hoverBoxShadowSpread:null,hoverBoxShadowVertical:null,hoverBoxShadowHorizontal:null,tempHoverBoxShadowBlur:null,tempHoverBoxShadowSpread:null,tempHoverBoxShadowVertical:null,tempHoverBoxShadowHorizontal:null,hoverTransition:50,columnsHeightStyle:"auto",columnsHeight:400,columnsHeightSuffix:"px",verticalAlign:"top",paddingType:"grouped",tempPaddingType:"grouped",padding:10,paddingTop:10,paddingRight:10,paddingBottom:10,paddingLeft:10,tempPadding:10,tempPaddingTop:10,tempPaddingRight:10,tempPaddingBottom:10,tempPaddingLeft:10,paddingSuffix:"px",paddingTopSuffix:"px",paddingRightSuffix:"px",paddingBottomSuffix:"px",paddingLeftSuffix:"px",tempPaddingSuffix:"px",tempPaddingTopSuffix:"px",tempPaddingRightSuffix:"px",tempPaddingBottomSuffix:"px",tempPaddingLeftSuffix:"px",hoverPaddingType:null,tempHoverPaddingType:null,hoverPadding:null,hoverPaddingTop:null,hoverPaddingRight:null,hoverPaddingBottom:null,hoverPaddingLeft:null,tempHoverPadding:null,tempHoverPaddingTop:null,tempHoverPaddingRight:null,tempHoverPaddingBottom:null,tempHoverPaddingLeft:null,hoverPaddingSuffix:null,hoverPaddingTopSuffix:null,hoverPaddingRightSuffix:null,hoverPaddingBottomSuffix:null,hoverPaddingLeftSuffix:null,tempHoverPaddingSuffix:null,tempHoverPaddingTopSuffix:null,tempHoverPaddingRightSuffix:null,tempHoverPaddingBottomSuffix:null,tempHoverPaddingLeftSuffix:null,marginType:"grouped",margin:0,marginTop:0,marginRight:0,marginBottom:0,marginLeft:0,marginSuffix:"px",marginTopSuffix:"px",marginRightSuffix:"px",marginBottomSuffix:"px",marginLeftSuffix:"px",customClassName:"",customCSS:"",tabletBorderStyle:null,tempTabletBorderStyle:null,tabletBorderWidthType:null,tabletBorderWidth:null,tabletBorderTopWidth:null,tabletBorderRightWidth:null,tabletBorderBottomWidth:null,tabletBorderLeftWidth:null,tempTabletBorderWidth:null,tempTabletBorderTopWidth:null,tempTabletBorderRightWidth:null,tempTabletBorderBottomWidth:null,tempTabletBorderLeftWidth:null,tabletBorderRadiusType:null,tabletBorderRadius:null,tabletBorderTopLeftRadius:null,tabletBorderTopRightRadius:null,tabletBorderBottomLeftRadius:null,tabletBorderBottomRightRadius:null,tempTabletBorderRadius:null,tempTabletBorderTopLeftRadius:null,tempTabletBorderTopRightRadius:null,tempTabletBorderBottomLeftRadius:null,tempTabletBorderBottomRightRadius:null,tabletBgColorType:null,tabletGradientStartPointer:null,tabletGradientFinishPointer:null,tabletGradientActivePointer:null,tabletGradientType:null,tabletGradientLinearDegree:null,tabletGradientRadialDegree:null,tabletBgColorHex:null,tabletBgColorOpacity:null,tabletBgColorPalette:null,tempTabletBgColorOpacity:null,tempTabletBgColorPalette:null,tabletGradientColorHex:null,tabletGradientColorOpacity:null,tabletGradientColorPalette:null,tempTabletGradientColorOpacity:null,tempTabletGradientColorPalette:null,tabletBorderColorHex:null,tabletBorderColorOpacity:null,tabletBorderColorPalette:null,tempTabletBorderColorOpacity:null,tempTabletBorderColorPalette:null,tabletBoxShadow:null,tempTabletBoxShadow:null,tabletBoxShadowColorHex:null,tabletBoxShadowColorOpacity:null,tabletBoxShadowColorPalette:null,tempTabletBoxShadowColorPalette:null,tempTabletBoxShadowColorOpacity:null,tabletBoxShadowBlur:null,tabletBoxShadowSpread:null,tabletBoxShadowVertical:null,tabletBoxShadowHorizontal:null,tempTabletBoxShadowBlur:null,tempTabletBoxShadowSpread:null,tempTabletBoxShadowVertical:null,tempTabletBoxShadowHorizontal:null,tabletColumnsHeightStyle:null,tabletColumnsHeight:null,tabletColumnsHeightSuffix:null,tabletPaddingType:"grouped",tempTabletPaddingType:"grouped",tabletPadding:0,tabletPaddingTop:0,tabletPaddingRight:0,tabletPaddingBottom:0,tabletPaddingLeft:0,tempTabletPadding:0,tempTabletPaddingTop:0,tempTabletPaddingRight:0,tempTabletPaddingBottom:0,tempTabletPaddingLeft:0,tabletPaddingSuffix:"px",tabletPaddingTopSuffix:"px",tabletPaddingRightSuffix:"px",tabletPaddingBottomSuffix:"px",tabletPaddingLeftSuffix:"px",tempTabletPaddingSuffix:"px",tempTabletPaddingTopSuffix:"px",tempTabletPaddingRightSuffix:"px",tempTabletPaddingBottomSuffix:"px",tempTabletPaddingLeftSuffix:"px",tabletMarginType:"grouped",tabletMargin:0,tabletMarginTop:10,tabletMarginRight:0,tabletMarginBottom:10,tabletMarginLeft:0,tabletMarginSuffix:"px",tabletMarginTopSuffix:"px",tabletMarginRightSuffix:"px",tabletMarginBottomSuffix:"px",tabletMarginLeftSuffix:"px",mobileReverseColumns:"off",mobileBgColorType:null,mobileGradientStartPointer:null,mobileGradientFinishPointer:null,mobileGradientActivePointer:null,mobileGradientType:null,mobileGradientLinearDegree:null,mobileGradientRadialDegree:null,mobileBgColorHex:null,mobileBgColorOpacity:null,mobileBgColorPalette:null,tempMobileBgColorOpacity:null,tempMobileBgColorPalette:null,mobileGradientColorHex:null,mobileGradientColorOpacity:null,mobileGradientColorPalette:null,tempMobileGradientColorOpacity:null,tempMobileGradientColorPalette:null,mobileBorderStyle:null,tempMobileBorderStyle:null,mobileBorderWidthType:null,mobileBorderWidth:null,mobileBorderTopWidth:null,mobileBorderRightWidth:null,mobileBorderBottomWidth:null,mobileBorderLeftWidth:null,tempMobileBorderWidth:null,tempMobileBorderTopWidth:null,tempMobileBorderRightWidth:null,tempMobileBorderBottomWidth:null,tempMobileBorderLeftWidth:null,mobileBorderRadiusType:null,mobileBorderRadius:null,mobileBorderTopLeftRadius:null,mobileBorderTopRightRadius:null,mobileBorderBottomLeftRadius:null,mobileBorderBottomRightRadius:null,tempMobileBorderRadius:null,tempMobileBorderTopLeftRadius:null,tempMobileBorderTopRightRadius:null,tempMobileBorderBottomLeftRadius:null,tempMobileBorderBottomRightRadius:null,mobileBorderColorHex:null,mobileBorderColorOpacity:null,mobileBorderColorPalette:null,tempMobileBorderColorOpacity:null,tempMobileBorderColorPalette:null,mobileBoxShadow:null,tempMobileBoxShadow:null,mobileBoxShadowColorHex:null,mobileBoxShadowColorOpacity:null,mobileBoxShadowColorPalette:null,tempMobileBoxShadowColorPalette:null,tempMobileBoxShadowColorOpacity:null,mobileBoxShadowBlur:null,mobileBoxShadowSpread:null,mobileBoxShadowVertical:null,mobileBoxShadowHorizontal:null,tempMobileBoxShadowBlur:null,tempMobileBoxShadowSpread:null,tempMobileBoxShadowVertical:null,tempMobileBoxShadowHorizontal:null,mobileColumnsHeightStyle:null,mobileColumnsHeight:null,mobileColumnsHeightSuffix:null,mobilePaddingType:"grouped",tempMobilePaddingType:"grouped",mobilePadding:0,mobilePaddingTop:0,mobilePaddingRight:0,mobilePaddingBottom:0,mobilePaddingLeft:0,tempMobilePadding:0,tempMobilePaddingTop:0,tempMobilePaddingRight:0,tempMobilePaddingBottom:0,tempMobilePaddingLeft:0,mobilePaddingSuffix:"px",mobilePaddingTopSuffix:"px",mobilePaddingRightSuffix:"px",mobilePaddingBottomSuffix:"px",mobilePaddingLeftSuffix:"px",tempMobilePaddingSuffix:"px",tempMobilePaddingTopSuffix:"px",tempMobilePaddingRightSuffix:"px",tempMobilePaddingBottomSuffix:"px",tempMobilePaddingLeftSuffix:"px",mobileMarginType:"grouped",mobileMargin:0,mobileMarginTop:10,mobileMarginRight:0,mobileMarginBottom:10,mobileMarginLeft:0,mobileMarginSuffix:"px",mobileMarginTopSuffix:"px",mobileMarginRightSuffix:"px",mobileMarginBottomSuffix:"px",mobileMarginLeftSuffix:"px"}}},324:function(e){e.exports={"//3":"La Box Shadow Color nu lucreaza corect ar trebui de adaugat in ca un key","//4":"La animation tot trebuei de uitata. In general in modulelemai noi trebuei de uitata la tot","//5":'Poate la tablet si mobile trebuei sa fie grouped: "tabletMarginType": "ungrouped",',"//6":"Valorile papaddign tablet si mobile sunt corecte ???? si de ce sunt diferite???","//7":"Valorile margin tablet si mobile sunt corecte ???? si de ce sunt diferite???","//8":' "tempMobilePadding": 10, "tempMobilePaddingRight": 10, "tempMobilePaddingBottom": 10, "tempMobilePaddingLeft": 10, -- se foloseste in functia de desktop de a sybcroniza cu alte devices tablet sau mobile mai multe detalii se pot gasi in onChangeBgColorHexAndOpacityColumnAndRowSyncTablet ',content:{width:50,media:"image",brightness:100,hue:0,saturation:100,contrast:100,bgImageWidth:0,bgImageHeight:0,bgImageSrc:"",bgPositionY:50,bgPositionX:50,bgPopulation:"",bgVideo:"",bgVideoQuality:1080,bgVideoLoop:"off",bgMapAddress:"Wall Street",bgMapZoom:15,hoverMedia:"image",hoverBrightness:null,hoverHue:null,hoverSaturation:null,hoverContrast:null,hoverBgImageWidth:null,hoverBgImageHeight:null,hoverBgImageSrc:null,hoverBgPositionY:null,hoverBgPositionX:null,hoverBgPopulation:null,tabletWidth:null,tabletMedia:"image",tabletBgImageWidth:null,tabletBgImageHeight:null,tabletBgImageSrc:null,tabletBgPositionX:null,tabletBgPositionY:null,tabletBgPopulation:null,tabletBrightness:null,tabletHue:null,tabletSaturation:null,tabletContrast:null,tabletBgMapZoom:null,mobileWidth:100,mobileMedia:"image",mobileBgImageWidth:null,mobileBgImageHeight:null,mobileBgImageSrc:null,mobileBgPositionX:null,mobileBgPositionY:null,mobileBgPopulation:null,mobileBrightness:null,mobileHue:null,mobileSaturation:null,mobileContrast:null,mobileBgMapZoom:null,showOnDesktop:"on",zIndex:0,items:[],popups:[],showOnTablet:"on",tabletPopups:[],showOnMobile:"on",mobilePopups:[]},link:{linkType:"external",linkExternal:"",linkAnchor:"",linkExternalBlank:"off",linkExternalRel:"off",linkExternalType:"linkExternal",linkPopulation:"",linkUpload:"",linkPopup:"",tabletLinkType:null,tabletLinkPopup:null,mobileLinkType:null,mobileLinkPopup:null},toolbar:{tabsState:"",tabsCurrentElement:"",tabsColor:"",tabletTabsState:null,tabletTabsColor:null,mobileTabsState:null,mobileTabsColor:null},style:{className:"",borderStyle:"solid",tempBorderStyle:"solid",hoverBorderStyle:null,tempHoverBorderStyle:null,borderWidthType:"grouped",borderWidth:0,borderTopWidth:0,borderRightWidth:0,borderBottomWidth:0,borderLeftWidth:0,tempBorderWidth:4,tempBorderTopWidth:4,tempBorderRightWidth:4,tempBorderBottomWidth:4,tempBorderLeftWidth:4,hoverBorderWidthType:null,hoverBorderWidth:null,hoverBorderTopWidth:null,hoverBorderRightWidth:null,hoverBorderBottomWidth:null,hoverBorderLeftWidth:null,tempHoverBorderWidth:null,tempHoverBorderTopWidth:null,tempHoverBorderRightWidth:null,tempHoverBorderBottomWidth:null,tempHoverBorderLeftWidth:null,borderRadiusType:"grouped",borderRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomRightRadius:0,borderBottomLeftRadius:0,tempBorderRadius:0,tempBorderTopLeftRadius:0,tempBorderTopRightRadius:0,tempBorderBottomRightRadius:0,tempBorderBottomLeftRadius:0,hoverBorderRadiusType:null,hoverBorderRadius:null,hoverBorderTopLeftRadius:null,hoverBorderTopRightRadius:null,hoverBorderBottomRightRadius:null,hoverBorderBottomLeftRadius:null,tempHoverBorderRadius:null,tempHoverBorderTopLeftRadius:null,tempHoverBorderTopRightRadius:null,tempHoverBorderBottomRightRadius:null,tempHoverBorderBottomLeftRadius:null,bgColorType:"solid",gradientActivePointer:"startPointer",gradientStartPointer:0,gradientFinishPointer:100,gradientType:"linear",gradientLinearDegree:90,gradientRadialDegree:90,hoverBgColorType:null,hoverGradientActivePointer:null,hoverGradientStartPointer:null,hoverGradientFinishPointer:null,hoverGradientType:null,hoverGradientLinearDegree:null,hoverGradientRadialDegree:null,bgColorHex:"#000000",bgColorOpacity:0,bgColorPalette:"",tempBgColorOpacity:1,tempBgColorPalette:"",hoverBgColorHex:null,hoverBgColorOpacity:null,hoverBgColorPalette:null,tempHoverBgColorOpacity:null,tempHoverBgColorPalette:null,gradientColorHex:"#009900",gradientColorOpacity:1,gradientColorPalette:"",tempGradientColorOpacity:1,tempGradientColorPalette:"",hoverGradientColorHex:null,hoverGradientColorOpacity:null,hoverGradientColorPalette:null,tempHoverGradientColorOpacity:null,tempHoverGradientColorPalette:null,borderColorHex:"#66738d",borderColorOpacity:0,borderColorPalette:"",tempBorderColorOpacity:1,tempBorderColorPalette:"",hoverBorderColorHex:null,hoverBorderColorOpacity:null,hoverBorderColorPalette:null,tempHoverBorderColorOpacity:null,tempHoverBorderColorPalette:null,boxShadow:"",tempBoxShadow:"on",boxShadowColorHex:"#000000",boxShadowColorOpacity:1,boxShadowColorPalette:"",tempBoxShadowColorOpacity:1,tempBoxShadowColorPalette:"",boxShadowBlur:0,boxShadowSpread:0,boxShadowVertical:0,boxShadowHorizontal:0,tempBoxShadowBlur:4,tempBoxShadowSpread:0,tempBoxShadowVertical:2,tempBoxShadowHorizontal:1,hoverBoxShadow:null,tempHoverBoxShadow:null,hoverBoxShadowColorHex:null,hoverBoxShadowColorOpacity:null,hoverBoxShadowColorPalette:null,tempHoverBoxShadowColorPalette:null,tempHoverBoxShadowColorOpacity:null,hoverBoxShadowBlur:null,hoverBoxShadowSpread:null,hoverBoxShadowVertical:null,hoverBoxShadowHorizontal:null,tempHoverBoxShadowBlur:null,tempHoverBoxShadowSpread:null,tempHoverBoxShadowVertical:null,tempHoverBoxShadowHorizontal:null,hoverTransition:50,verticalAlign:"top",paddingType:"ungrouped",tempPaddingType:"ungrouped",padding:15,paddingTop:5,paddingRight:15,paddingBottom:5,paddingLeft:15,tempPadding:15,tempPaddingTop:5,tempPaddingRight:15,tempPaddingBottom:5,tempPaddingLeft:15,paddingSuffix:"px",paddingTopSuffix:"px",paddingRightSuffix:"px",paddingBottomSuffix:"px",paddingLeftSuffix:"px",tempPaddingSuffix:"px",tempPaddingTopSuffix:"px",tempPaddingRightSuffix:"px",tempPaddingBottomSuffix:"px",tempPaddingLeftSuffix:"px",hoverPaddingType:null,tempHoverPaddingType:null,hoverPadding:null,hoverPaddingTop:null,hoverPaddingRight:null,hoverPaddingBottom:null,hoverPaddingLeft:null,tempHoverPadding:null,tempHoverPaddingTop:null,tempHoverPaddingRight:null,tempHoverPaddingBottom:null,tempHoverPaddingLeft:null,hoverPaddingSuffix:null,hoverPaddingTopSuffix:null,hoverPaddingRightSuffix:null,hoverPaddingBottomSuffix:null,hoverPaddingLeftSuffix:null,tempHoverPaddingSuffix:null,tempHoverPaddingTopSuffix:null,tempHoverPaddingRightSuffix:null,tempHoverPaddingBottomSuffix:null,tempHoverPaddingLeftSuffix:null,marginType:"grouped",margin:0,marginTop:0,marginRight:0,marginBottom:0,marginLeft:0,marginSuffix:"px",marginTopSuffix:"px",marginRightSuffix:"px",marginBottomSuffix:"px",marginLeftSuffix:"px",customClassName:"",customCSS:"",tabletBorderStyle:null,tempTabletBorderStyle:null,tabletBorderWidthType:null,tabletBorderWidth:null,tabletBorderTopWidth:null,tabletBorderRightWidth:null,tabletBorderBottomWidth:null,tabletBorderLeftWidth:null,tempTabletBorderWidth:null,tempTabletBorderTopWidth:null,tempTabletBorderRightWidth:null,tempTabletBorderBottomWidth:null,tempTabletBorderLeftWidth:null,tabletBorderRadiusType:null,tabletBorderRadius:null,tabletBorderTopLeftRadius:null,tabletBorderTopRightRadius:null,tabletBorderBottomLeftRadius:null,tabletBorderBottomRightRadius:null,tempTabletBorderRadius:null,tempTabletBorderTopLeftRadius:null,tempTabletBorderTopRightRadius:null,tempTabletBorderBottomLeftRadius:null,tempTabletBorderBottomRightRadius:null,tabletBgColorType:null,tabletGradientStartPointer:null,tabletGradientFinishPointer:null,tabletGradientActivePointer:null,tabletGradientType:null,tabletGradientLinearDegree:null,tabletGradientRadialDegree:null,tabletBgColorHex:null,tabletBgColorOpacity:null,tabletBgColorPalette:null,tempTabletBgColorOpacity:null,tempTabletBgColorPalette:null,tabletGradientColorHex:null,tabletGradientColorOpacity:null,tabletGradientColorPalette:null,tempTabletGradientColorOpacity:null,tempTabletGradientColorPalette:null,tabletBorderColorHex:null,tabletBorderColorOpacity:null,tabletBorderColorPalette:null,tempTabletBorderColorOpacity:null,tempTabletBorderColorPalette:null,tabletBoxShadow:null,tempTabletBoxShadow:null,tabletBoxShadowColorHex:null,tabletBoxShadowColorOpacity:null,tabletBoxShadowColorPalette:null,tempTabletBoxShadowColorPalette:null,tempTabletBoxShadowColorOpacity:null,tabletBoxShadowBlur:null,tabletBoxShadowSpread:null,tabletBoxShadowVertical:null,tabletBoxShadowHorizontal:null,tempTabletBoxShadowBlur:null,tempTabletBoxShadowSpread:null,tempTabletBoxShadowVertical:null,tempTabletBoxShadowHorizontal:null,tabletVerticalAlign:null,tabletPaddingType:"ungrouped",tempTabletPaddingType:"ungrouped",tabletPadding:15,tabletPaddingTop:5,tabletPaddingRight:15,tabletPaddingBottom:5,tabletPaddingLeft:15,tempTabletPadding:15,tempTabletPaddingTop:5,tempTabletPaddingRight:15,tempTabletPaddingBottom:5,tempTabletPaddingLeft:15,tabletPaddingSuffix:"px",tabletPaddingTopSuffix:"px",tabletPaddingRightSuffix:"px",tabletPaddingBottomSuffix:"px",tabletPaddingLeftSuffix:"px",tempTabletPaddingSuffix:"px",tempTabletPaddingTopSuffix:"px",tempTabletPaddingRightSuffix:"px",tempTabletPaddingBottomSuffix:"px",tempTabletPaddingLeftSuffix:"px",tabletMarginType:"ungrouped",tabletMargin:0,tabletMarginTop:0,tabletMarginRight:0,tabletMarginBottom:0,tabletMarginLeft:0,tabletMarginSuffix:"px",tabletMarginTopSuffix:"px",tabletMarginRightSuffix:"px",tabletMarginBottomSuffix:"px",tabletMarginLeftSuffix:"px",mobileBgColorType:null,mobileGradientStartPointer:null,mobileGradientFinishPointer:null,mobileGradientActivePointer:null,mobileGradientType:null,mobileGradientLinearDegree:null,mobileGradientRadialDegree:null,mobileBgColorHex:null,mobileBgColorOpacity:null,mobileBgColorPalette:null,tempMobileBgColorOpacity:null,tempMobileBgColorPalette:null,mobileGradientColorHex:null,mobileGradientColorOpacity:null,mobileGradientColorPalette:null,tempMobileGradientColorOpacity:null,tempMobileGradientColorPalette:null,mobileBorderStyle:null,tempMobileBorderStyle:null,mobileBorderWidthType:null,mobileBorderWidth:null,mobileBorderTopWidth:null,mobileBorderRightWidth:null,mobileBorderBottomWidth:null,mobileBorderLeftWidth:null,tempMobileBorderWidth:null,tempMobileBorderTopWidth:null,tempMobileBorderRightWidth:null,tempMobileBorderBottomWidth:null,tempMobileBorderLeftWidth:null,mobileBorderRadiusType:null,mobileBorderRadius:null,mobileBorderTopLeftRadius:null,mobileBorderTopRightRadius:null,mobileBorderBottomLeftRadius:null,mobileBorderBottomRightRadius:null,tempMobileBorderRadius:null,tempMobileBorderTopLeftRadius:null,tempMobileBorderTopRightRadius:null,tempMobileBorderBottomLeftRadius:null,tempMobileBorderBottomRightRadius:null,mobileBorderColorHex:null,mobileBorderColorOpacity:null,mobileBorderColorPalette:null,tempMobileBorderColorOpacity:null,tempMobileBorderColorPalette:null,mobileBoxShadow:null,tempMobileBoxShadow:null,mobileBoxShadowColorHex:null,mobileBoxShadowColorOpacity:null,mobileBoxShadowColorPalette:null,tempMobileBoxShadowColorPalette:null,tempMobileBoxShadowColorOpacity:null,mobileBoxShadowBlur:null,mobileBoxShadowSpread:null,mobileBoxShadowVertical:null,mobileBoxShadowHorizontal:null,tempMobileBoxShadowBlur:null,tempMobileBoxShadowSpread:null,tempMobileBoxShadowVertical:null,tempMobileBoxShadowHorizontal:null,mobileVerticalAlign:null,mobilePaddingType:"grouped",tempMobilePaddingType:"grouped",mobilePadding:0,mobilePaddingTop:0,mobilePaddingRight:0,mobilePaddingBottom:0,mobilePaddingLeft:0,tempMobilePadding:0,tempMobilePaddingTop:0,tempMobilePaddingRight:0,tempMobilePaddingBottom:0,tempMobilePaddingLeft:0,mobilePaddingSuffix:"px",mobilePaddingTopSuffix:"px",mobilePaddingRightSuffix:"px",mobilePaddingBottomSuffix:"px",mobilePaddingLeftSuffix:"px",tempMobilePaddingSuffix:"px",tempMobilePaddingTopSuffix:"px",tempMobilePaddingRightSuffix:"px",tempMobilePaddingBottomSuffix:"px",tempMobilePaddingLeftSuffix:"px",mobileMarginType:"ungrouped",mobileMargin:10,mobileMarginTop:10,mobileMarginRight:0,mobileMarginBottom:10,mobileMarginLeft:0,mobileMarginSuffix:"px",mobileMarginTopSuffix:"px",mobileMarginRightSuffix:"px",mobileMarginBottomSuffix:"px",mobileMarginLeftSuffix:"px"},animation:{animationName:"none",tempAnimationName:"none",animationDuration:1e3,animationDelay:1e3}}},325:function(e){e.exports={content:{messageSuccess:"",messageError:"",messageRedirect:"",items:[]},style:{horizontalAlign:"left",customCSS:"",tabletHorizontalAlign:null,mobileHorizontalAlign:null}}},326:function(e){e.exports={content:{items:[]},style:{fontStyle:"",fontFamilyType:"google",families:{fontFamily:"noto_serif"},fontSize:16,fontWeight:400,lineHeight:1.5,letterSpacing:0,colorHex:"#73777f",colorOpacity:.7,colorPalette:"",tempColorOpacity:.7,tempColorPalette:"color8",bgColorType:"solid",bgColorHex:"#ffffff",bgColorOpacity:1,bgColorPalette:"",tempBgColorOpacity:1,tempBgColorPalette:"",borderColorHex:"#dcdee1",borderColorOpacity:1,borderColorPalette:"",tempBorderColorOpacity:1,tempBorderColorPalette:"",size:"medium",padding:15,paddingTop:0,paddingRight:15,paddingBottom:15,paddingLeft:15,borderRadiusType:"square",fillType:"filled",tempFillType:"filled",borderRadius:0,borderStyle:"solid",tempBorderStyle:"solid",borderWidthType:"grouped",borderWidth:1,borderTopWidth:1,borderRightWidth:1,borderBottomWidth:1,borderLeftWidth:1,tempBorderWidth:1,tempBorderTopWidth:1,tempBorderRightWidth:1,tempBorderBottomWidth:1,tempBorderLeftWidth:1,borderTopLeftRadius:0,borderTopRightRadius:0,tempBorderTopLeftRadius:0,tempBorderTopRightRadius:0,borderBottomLeftRadius:0,borderBottomRightRadius:0,tempBorderBottomLeftRadius:0,tempBorderBottomRightRadius:0,tabletFontStyle:"",tabletFontSize:14,tabletLineHeight:1.5,tabletLetterSpacing:0,tabletFontWeight:400,tabletBorderRadius:null,tabletPadding:null,tabletPaddingTop:null,tabletPaddingRight:null,tabletPaddingBottom:null,tabletPaddingLeft:null,mobileFontStyle:"",mobileFontSize:14,mobileLineHeight:1.5,mobileFontWeight:400,mobileLetterSpacing:0,mobileBorderRadius:null,mobilePadding:null,mobilePaddingTop:null,mobilePaddingRight:null,mobilePaddingBottom:null,mobilePaddingLeft:null}}},327:function(e){e.exports={content:{type:"Text",label:"Enter Text",labelType:"inside",required:"off",options:["Option 1","Option 2"]},style:{width:100,height:165,tabletWidth:null,tabletHeight:null,mobileWidth:null,mobileHeight:null}}},328:function(e){e.exports={content:{items:[],showToolbar:"off",showOnDesktop:"on",zIndex:0,showOnTablet:"on",showOnMobile:"on"},style:{className:"",horizontalAlign:"center",paddingType:"grouped",tempPaddingType:"grouped",padding:0,paddingTop:0,paddingRight:0,paddingBottom:0,paddingLeft:0,tempPadding:0,tempPaddingTop:0,tempPaddingRight:0,tempPaddingBottom:0,tempPaddingLeft:0,paddingSuffix:"px",paddingTopSuffix:"px",paddingRightSuffix:"px",paddingBottomSuffix:"px",paddingLeftSuffix:"px",tempPaddingSuffix:"px",tempPaddingTopSuffix:"px",tempPaddingRightSuffix:"px",tempPaddingBottomSuffix:"px",tempPaddingLeftSuffix:"px",hoverPaddingType:null,tempHoverPaddingType:null,hoverPadding:null,hoverPaddingTop:null,hoverPaddingRight:null,hoverPaddingBottom:null,hoverPaddingLeft:null,tempHoverPadding:null,tempHoverPaddingTop:null,tempHoverPaddingRight:null,tempHoverPaddingBottom:null,tempHoverPaddingLeft:null,hoverPaddingSuffix:null,hoverPaddingTopSuffix:null,hoverPaddingRightSuffix:null,hoverPaddingBottomSuffix:null,hoverPaddingLeftSuffix:null,tempHoverPaddingSuffix:null,tempHoverPaddingTopSuffix:null,tempHoverPaddingRightSuffix:null,tempHoverPaddingBottomSuffix:null,tempHoverPaddingLeftSuffix:null,marginType:"ungrouped",margin:0,marginTop:10,marginRight:0,marginBottom:10,marginLeft:0,marginSuffix:"px",marginTopSuffix:"px",marginRightSuffix:"px",marginBottomSuffix:"px",marginLeftSuffix:"px",customClassName:"",tabletHorizontalAlign:null,tabletPaddingType:"grouped",tempTabletPaddingType:"grouped",tabletPadding:0,tabletPaddingTop:0,tabletPaddingRight:0,tabletPaddingBottom:0,tabletPaddingLeft:0,tempTabletPadding:0,tempTabletPaddingTop:0,tempTabletPaddingRight:0,tempTabletPaddingBottom:0,tempTabletPaddingLeft:0,tabletPaddingSuffix:"px",tabletPaddingTopSuffix:"px",tabletPaddingRightSuffix:"px",tabletPaddingBottomSuffix:"px",tabletPaddingLeftSuffix:"px",tempTabletPaddingSuffix:"px",tempTabletPaddingTopSuffix:"px",tempTabletPaddingRightSuffix:"px",tempTabletPaddingBottomSuffix:"px",tempTabletPaddingLeftSuffix:"px",tabletMarginType:"ungrouped",tabletMargin:0,tabletMarginTop:10,tabletMarginRight:0,tabletMarginBottom:10,tabletMarginLeft:0,tabletMarginSuffix:"px",tabletMarginTopSuffix:"px",tabletMarginRightSuffix:"px",tabletMarginBottomSuffix:"px",tabletMarginLeftSuffix:"px",mobileHorizontalAlign:null,mobilePaddingType:"grouped",tempMobilePaddingType:"grouped",mobilePadding:0,mobilePaddingTop:0,mobilePaddingRight:0,mobilePaddingBottom:0,mobilePaddingLeft:0,tempMobilePadding:0,tempMobilePaddingTop:0,tempMobilePaddingRight:0,tempMobilePaddingBottom:0,tempMobilePaddingLeft:0,mobilePaddingSuffix:"px",mobilePaddingTopSuffix:"px",mobilePaddingRightSuffix:"px",mobilePaddingBottomSuffix:"px",mobilePaddingLeftSuffix:"px",tempMobilePaddingSuffix:"px",tempMobilePaddingTopSuffix:"px",tempMobilePaddingRightSuffix:"px",tempMobilePaddingBottomSuffix:"px",tempMobilePaddingLeftSuffix:"px",mobileMarginType:"ungrouped",mobileMargin:0,mobileMarginTop:10,mobileMarginRight:0,mobileMarginBottom:10,mobileMarginLeft:0,mobileMarginSuffix:"px",mobileMarginTopSuffix:"px",mobileMarginRightSuffix:"px",mobileMarginBottomSuffix:"px",mobileMarginLeftSuffix:"px"},animation:{animationName:"none",animationDuration:1e3,animationDelay:1e3,tempAnimationName:"none"}}},329:function(e){e.exports={content:{blockType:"div",minItems:0,maxItems:100,showOnDesktop:"on",zIndex:0,showOnTablet:"on",showOnMobile:"on",items:[]},style:{className:"",itemClassName:"",itemPadding:10,itemPaddingTop:0,itemPaddingRight:10,itemPaddingBottom:20,itemPaddingLeft:10,horizontalAlign:"center",paddingType:"grouped",tempPaddingType:"grouped",padding:0,paddingTop:0,paddingRight:0,paddingBottom:0,paddingLeft:0,tempPadding:0,tempPaddingTop:0,tempPaddingRight:0,tempPaddingBottom:0,tempPaddingLeft:0,paddingSuffix:"px",paddingTopSuffix:"px",paddingRightSuffix:"px",paddingBottomSuffix:"px",paddingLeftSuffix:"px",tempPaddingSuffix:"px",tempPaddingTopSuffix:"px",tempPaddingRightSuffix:"px",tempPaddingBottomSuffix:"px",tempPaddingLeftSuffix:"px",hoverPaddingType:null,tempHoverPaddingType:null,hoverPadding:null,hoverPaddingTop:null,hoverPaddingRight:null,hoverPaddingBottom:null,hoverPaddingLeft:null,tempHoverPadding:null,tempHoverPaddingTop:null,tempHoverPaddingRight:null,tempHoverPaddingBottom:null,tempHoverPaddingLeft:null,hoverPaddingSuffix:null,hoverPaddingTopSuffix:null,hoverPaddingRightSuffix:null,hoverPaddingBottomSuffix:null,hoverPaddingLeftSuffix:null,tempHoverPaddingSuffix:null,tempHoverPaddingTopSuffix:null,tempHoverPaddingRightSuffix:null,tempHoverPaddingBottomSuffix:null,tempHoverPaddingLeftSuffix:null,marginType:"ungrouped",margin:0,marginTop:10,marginRight:0,marginBottom:10,marginLeft:0,marginSuffix:"px",marginTopSuffix:"px",marginRightSuffix:"px",marginBottomSuffix:"px",marginLeftSuffix:"px",customClassName:"",tabletHorizontalAlign:null,tabletItemPadding:null,tabletItemPaddingTop:null,tabletItemPaddingRight:null,tabletItemPaddingBottom:null,tabletItemPaddingLeft:null,tabletPaddingType:"grouped",tempTabletPaddingType:"grouped",tabletPadding:0,tabletPaddingTop:0,tabletPaddingRight:0,tabletPaddingBottom:0,tabletPaddingLeft:0,tempTabletPadding:0,tempTabletPaddingTop:0,tempTabletPaddingRight:0,tempTabletPaddingBottom:0,tempTabletPaddingLeft:0,tabletPaddingSuffix:"px",tabletPaddingTopSuffix:"px",tabletPaddingRightSuffix:"px",tabletPaddingBottomSuffix:"px",tabletPaddingLeftSuffix:"px",tempTabletPaddingSuffix:"px",tempTabletPaddingTopSuffix:"px",tempTabletPaddingRightSuffix:"px",tempTabletPaddingBottomSuffix:"px",tempTabletPaddingLeftSuffix:"px",tabletMarginType:"ungrouped",tabletMargin:0,tabletMarginTop:10,tabletMarginRight:0,tabletMarginBottom:10,tabletMarginLeft:0,tabletMarginSuffix:"px",tabletMarginTopSuffix:"px",tabletMarginRightSuffix:"px",tabletMarginBottomSuffix:"px",tabletMarginLeftSuffix:"px",mobileHorizontalAlign:null,mobileItemPadding:null,mobileItemPaddingTop:null,mobileItemPaddingRight:null,mobileItemPaddingBottom:null,mobileItemPaddingLeft:null,mobilePaddingType:"grouped",tempMobilePaddingType:"grouped",mobilePadding:0,mobilePaddingTop:0,mobilePaddingRight:0,mobilePaddingBottom:0,mobilePaddingLeft:0,tempMobilePadding:0,tempMobilePaddingTop:0,tempMobilePaddingRight:0,tempMobilePaddingBottom:0,tempMobilePaddingLeft:0,mobilePaddingSuffix:"px",mobilePaddingTopSuffix:"px",mobilePaddingRightSuffix:"px",mobilePaddingBottomSuffix:"px",mobilePaddingLeftSuffix:"px",tempMobilePaddingSuffix:"px",tempMobilePaddingTopSuffix:"px",tempMobilePaddingRightSuffix:"px",tempMobilePaddingBottomSuffix:"px",tempMobilePaddingLeftSuffix:"px",mobileMarginType:"ungrouped",mobileMargin:0,mobileMarginTop:10,mobileMarginRight:0,mobileMarginBottom:10,mobileMarginLeft:0,mobileMarginSuffix:"px",mobileMarginTopSuffix:"px",mobileMarginRightSuffix:"px",mobileMarginBottomSuffix:"px",mobileMarginLeftSuffix:"px"},animation:{animationName:"none",animationDuration:1e3,animationDelay:1e3,tempAnimationName:"none"}}},330:function(e){e.exports={content:{text:"<p class='brz-tp-paragraph'><span class='brz-cp-color7'>No matter if you've used a visual page builder before, with Brizy you'll be a pro the second you start using it.</span></p>",popups:[]},style:{customCSS:""}}},331:function(e){e.exports={content:{video:"",videoPopulation:"",ratio:"16:9",controls:"on",coverImageSrc:"",coverImageWidth:0,coverImageHeight:0,coverPositionY:50,coverPositionX:50,coverZoom:100},toolbar:{tabsState:"",tabsCurrentElement:"",tabsColor:""},style:{className:"",iconSize:80,iconSizeWidth:80,iconSizeHeight:80,brightness:100,hue:0,saturation:100,contrast:100,borderStyle:"",tempBorderStyle:"solid",hoverBorderStyle:null,tempHoverBorderStyle:null,borderWidthType:"grouped",borderWidth:0,borderTopWidth:0,borderRightWidth:0,borderBottomWidth:0,borderLeftWidth:0,tempBorderWidth:4,tempBorderTopWidth:4,tempBorderRightWidth:4,tempBorderBottomWidth:4,tempBorderLeftWidth:4,hoverBorderWidthType:null,hoverBorderWidth:null,hoverBorderTopWidth:null,hoverBorderRightWidth:null,hoverBorderBottomWidth:null,hoverBorderLeftWidth:null,tempHoverBorderWidth:null,tempHoverBorderTopWidth:null,tempHoverBorderRightWidth:null,tempHoverBorderBottomWidth:null,tempHoverBorderLeftWidth:null,borderRadiusType:"grouped",borderRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomRightRadius:0,borderBottomLeftRadius:0,tempBorderRadius:0,tempBorderTopLeftRadius:0,tempBorderTopRightRadius:0,tempBorderBottomRightRadius:0,tempBorderBottomLeftRadius:0,hoverBorderRadiusType:null,hoverBorderRadius:null,hoverBorderTopLeftRadius:null,hoverBorderTopRightRadius:null,hoverBorderBottomRightRadius:null,hoverBorderBottomLeftRadius:null,tempHoverBorderRadius:null,tempHoverBorderTopLeftRadius:null,tempHoverBorderTopRightRadius:null,tempHoverBorderBottomRightRadius:null,tempHoverBorderBottomLeftRadius:null,bgColorType:"solid",bgColorHex:"#d62b63",bgColorOpacity:.75,bgColorPalette:"",tempBgColorOpacity:.75,tempBgColorPalette:"",colorHex:"#0000ee",colorOpacity:1,colorPalette:"",tempColorOpacity:1,tempColorPalette:"color8",hoverColorHex:null,hoverColorOpacity:null,hoverColorPalette:null,tempHoverColorOpacity:null,tempHoverColorPalette:null,hoverBgColorHex:"#239ddb",hoverBgColorOpacity:.75,hoverBgColorPalette:"",tempHoverBgColorOpacity:.75,tempHoverBgColorPalette:"",borderColorHex:"#66738d",borderColorOpacity:0,borderColorPalette:"",tempBorderColorOpacity:1,tempBorderColorPalette:"",hoverBgColorType:"solid",hoverBorderColorHex:null,hoverBorderColorOpacity:null,hoverBorderColorPalette:null,tempHoverBorderColorOpacity:null,tempHoverBorderColorPalette:null,size:100,boxShadow:"",tempBoxShadow:"on",boxShadowColorHex:"#000000",boxShadowColorOpacity:1,boxShadowColorPalette:"",tempBoxShadowColorOpacity:1,tempBoxShadowColorPalette:"",boxShadowBlur:0,boxShadowSpread:0,boxShadowVertical:0,boxShadowHorizontal:0,tempBoxShadowBlur:4,tempBoxShadowSpread:0,tempBoxShadowVertical:2,tempBoxShadowHorizontal:1,hoverBoxShadow:null,tempHoverBoxShadow:null,hoverBoxShadowColorHex:null,hoverBoxShadowColorOpacity:null,hoverBoxShadowColorPalette:null,tempHoverBoxShadowColorPalette:null,tempHoverBoxShadowColorOpacity:null,hoverBoxShadowBlur:null,hoverBoxShadowSpread:null,hoverBoxShadowVertical:null,hoverBoxShadowHorizontal:null,tempHoverBoxShadowBlur:null,tempHoverBoxShadowSpread:null,tempHoverBoxShadowVertical:null,tempHoverBoxShadowHorizontal:null,customCSS:"",hoverTransition:50,tabletCoverImageWidth:null,tabletCoverImageHeight:null,tabletBorderStyle:null,tempTabletBorderStyle:null,tabletBorderWidthType:null,tabletBorderWidth:null,tabletBorderTopWidth:null,tabletBorderRightWidth:null,tabletBorderBottomWidth:null,tabletBorderLeftWidth:null,tempTabletBorderWidth:null,tempTabletBorderTopWidth:null,tempTabletBorderRightWidth:null,tempTabletBorderBottomWidth:null,tempTabletBorderLeftWidth:null,tabletBorderRadiusType:null,tabletBorderRadius:null,tabletBorderTopLeftRadius:null,tabletBorderTopRightRadius:null,tabletBorderBottomLeftRadius:null,tabletBorderBottomRightRadius:null,tempTabletBorderRadius:null,tempTabletBorderTopLeftRadius:null,tempTabletBorderTopRightRadius:null,tempTabletBorderBottomLeftRadius:null,tempTabletBorderBottomRightRadius:null,tabletBorderColorHex:null,tabletBorderColorOpacity:null,tabletBorderColorPalette:null,tempTabletBorderColorOpacity:null,tempTabletBorderColorPalette:null,tabletBoxShadow:null,tabletBoxShadowColorHex:null,tabletBoxShadowColorOpacity:null,tabletBoxShadowColorPalette:null,tempTabletBoxShadowColorPalette:null,tempTabletBoxShadowColorOpacity:null,tabletBoxShadowBlur:null,tabletBoxShadowSpread:null,tabletBoxShadowVertical:null,tabletBoxShadowHorizontal:null,tempTabletBoxShadowBlur:null,tempTabletBoxShadowSpread:null,tempTabletBoxShadowVertical:null,tempTabletBoxShadowHorizontal:null,tabletSize:null,mobileCoverImageWidth:null,mobileCoverImageHeight:null,mobileBorderStyle:null,tempMobileBorderStyle:null,mobileBorderWidthType:null,mobileBorderWidth:null,mobileBorderTopWidth:null,mobileBorderRightWidth:null,mobileBorderBottomWidth:null,mobileBorderLeftWidth:null,tempMobileBorderWidth:null,tempMobileBorderTopWidth:null,tempMobileBorderRightWidth:null,tempMobileBorderBottomWidth:null,tempMobileBorderLeftWidth:null,mobileBorderRadiusType:null,mobileBorderRadius:null,mobileBorderTopLeftRadius:null,mobileBorderTopRightRadius:null,mobileBorderBottomLeftRadius:null,mobileBorderBottomRightRadius:null,tempMobileBorderRadius:null,tempMobileBorderTopLeftRadius:null,tempMobileBorderTopRightRadius:null,tempMobileBorderBottomLeftRadius:null,tempMobileBorderBottomRightRadius:null,mobileBorderColorHex:null,mobileBorderColorOpacity:null,mobileBorderColorPalette:null,tempMobileBorderColorOpacity:null,tempMobileBorderColorPalette:null,mobileBoxShadow:null,mobileBoxShadowColorHex:null,mobileBoxShadowColorOpacity:null,mobileBoxShadowColorPalette:null,tempMobileBoxShadowColorPalette:null,tempMobileBoxShadowColorOpacity:null,mobileBoxShadowBlur:null,mobileBoxShadowSpread:null,mobileBoxShadowVertical:null,mobileBoxShadowHorizontal:null,tempMobileBoxShadowBlur:null,tempMobileBoxShadowSpread:null,tempMobileBoxShadowVertical:null,tempMobileBoxShadowHorizontal:null,mobileSize:null}}},332:function(e){e.exports={content:{type:"glyph",name:"favourite-31",popups:[]},link:{linkType:"external",linkExternal:"",linkAnchor:"",linkExternalBlank:"off",linkExternalRel:"off",linkExternalType:"linkExternal",linkPopulation:"",linkUpload:"",linkPopup:""},toolbar:{tabsState:"",tabsColor:""},style:{className:"",size:"medium",customSize:48,smallSize:32,mediumSize:48,largeSize:64,padding:0,tempPadding:20,colorHex:"#239ddb",colorOpacity:1,colorPalette:"color3",tempColorOpacity:1,tempColorPalette:"color3",hoverColorHex:"#239ddb",hoverColorOpacity:.8,hoverColorPalette:"color3",tempHoverColorOpacity:1,tempHoverColorPalette:"color3",bgColorType:"solid",gradientActivePointer:"startPointer",gradientStartPointer:0,gradientFinishPointer:100,gradientType:"linear",gradientLinearDegree:90,gradientRadialDegree:90,hoverBgColorType:"solid",hoverGradientActivePointer:"startPointer",hoverGradientStartPointer:0,hoverGradientFinishPointer:100,hoverGradientType:"linear",hoverGradientLinearDegree:90,hoverGradientRadialDegree:90,bgColorHex:"#bde1f4",bgColorOpacity:0,bgColorPalette:"",tempBgColorOpacity:1,tempBgColorPalette:"color5",hoverBgColorHex:"#bde1f4",hoverBgColorOpacity:0,hoverBgColorPalette:"",tempHoverBgColorOpacity:1,tempHoverBgColorPalette:"color5",gradientColorHex:"#009900",gradientColorOpacity:1,gradientColorPalette:"",tempGradientColorOpacity:1,tempGradientColorPalette:"",hoverGradientColorHex:"#009900",hoverGradientColorOpacity:0,hoverGradientColorPalette:"",tempHoverGradientColorOpacity:1,tempHoverGradientColorPalette:"",borderColorHex:"#239ddb",borderColorOpacity:0,borderColorPalette:"",tempBorderColorOpacity:1,tempBorderColorPalette:"color3",hoverBorderColorHex:"#239ddb",hoverBorderColorOpacity:0,hoverBorderColorPalette:"",tempHoverBorderColorOpacity:1,tempHoverBorderColorPalette:"color3","//1":"Astea 2 key de jos au fost folosite in trecut si sunt foarte importante. Trebuei atent sa vem ce afcem cu ele",borderRadiusType:"",tempBorderRadiusType:"rounded",borderRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomRightRadius:0,borderBottomLeftRadius:0,tempBorderRadius:4,tempBorderTopLeftRadius:4,tempBorderTopRightRadius:4,tempBorderBottomRightRadius:4,tempBorderBottomLeftRadius:4,hoverBorderRadius:0,hoverBorderTopLeftRadius:0,hoverBorderTopRightRadius:0,hoverBorderBottomRightRadius:0,hoverBorderBottomLeftRadius:0,tempHoverBorderRadius:4,tempHoverBorderTopLeftRadius:4,tempHoverBorderTopRightRadius:4,tempHoverBorderBottomRightRadius:4,tempHoverBorderBottomLeftRadius:4,fillType:"default",tempFillType:"filled",borderWidth:0,tempBorderWidth:3,borderStyle:"solid",hoverTransition:50,boxShadow:"",tempBoxShadow:"on",boxShadowColorHex:"#000000",boxShadowColorOpacity:1,boxShadowColorPalette:"",tempBoxShadowColorOpacity:1,tempBoxShadowColorPalette:"",boxShadowBlur:0,boxShadowSpread:0,boxShadowVertical:0,boxShadowHorizontal:0,tempBoxShadowBlur:4,tempBoxShadowSpread:0,tempBoxShadowVertical:2,tempBoxShadowHorizontal:1,hoverBoxShadow:null,tempHoverBoxShadow:null,hoverBoxShadowColorHex:null,hoverBoxShadowColorOpacity:null,hoverBoxShadowColorPalette:null,tempHoverBoxShadowColorPalette:null,tempHoverBoxShadowColorOpacity:null,hoverBoxShadowBlur:null,hoverBoxShadowSpread:null,hoverBoxShadowVertical:null,hoverBoxShadowHorizontal:null,tempHoverBoxShadowBlur:null,tempHoverBoxShadowSpread:null,tempHoverBoxShadowVertical:null,tempHoverBoxShadowHorizontal:null,strokeWidth:1,customCSS:"",tabletSize:null,tabletCustomSize:null,tabletPadding:null,tabletBoxShadow:null,tabletBoxShadowColorHex:null,tabletBoxShadowColorOpacity:null,tabletBoxShadowColorPalette:null,tempTabletBoxShadowColorPalette:null,tempTabletBoxShadowColorOpacity:null,tabletBoxShadowBlur:null,tabletBoxShadowSpread:null,tabletBoxShadowVertical:null,tabletBoxShadowHorizontal:null,tempTabletBoxShadowBlur:null,tempTabletBoxShadowSpread:null,tempTabletBoxShadowVertical:null,tempTabletBoxShadowHorizontal:null,mobileSize:null,mobileCustomSize:null,mobilePadding:null,tempMobilePadding:20,mobileBorderRadius:null,tempMobileBorderRadius:4,mobileBoxShadow:null,mobileBoxShadowColorHex:null,mobileBoxShadowColorOpacity:null,mobileBoxShadowColorPalette:null,tempMobileBoxShadowColorPalette:null,tempMobileBoxShadowColorOpacity:null,mobileBoxShadowBlur:null,mobileBoxShadowSpread:null,mobileBoxShadowVertical:null,mobileBoxShadowHorizontal:null,tempMobileBoxShadowBlur:null,tempMobileBoxShadowSpread:null,tempMobileBoxShadowVertical:null,tempMobileBoxShadowHorizontal:null}}},333:function(e){e.exports={content:{imageSrc:"",imagePopulation:"",imageWidth:600,imageHeight:450,positionY:50,positionX:50,tabletPositionY:null,tabletPositionX:null,mobilePositionY:null,mobilePositionX:null,popups:[]},link:{linkType:"external",linkExternal:"",linkAnchor:"",linkExternalBlank:"off",linkExternalRel:"off",linkLightBox:"off",linkExternalType:"linkExternal",linkPopulation:"",linkUpload:"",linkPopup:""},toolbar:{tabsState:"",tabsColor:""},style:{customCSS:"",imageBrightness:100,imageHue:0,imageSaturation:100,imageContrast:100,imageOpacity:100,resize:100,zoom:100,width:100,height:100,borderRadiusType:"square",borderRadius:0,tempBorderRadius:0,boxShadow:"",tempBoxShadow:"on",boxShadowColorHex:"#000000",boxShadowColorOpacity:1,boxShadowColorPalette:"",tempBoxShadowColorOpacity:1,tempBoxShadowColorPalette:"",boxShadowBlur:0,boxShadowSpread:0,boxShadowVertical:0,boxShadowHorizontal:0,tempBoxShadowBlur:4,tempBoxShadowSpread:0,tempBoxShadowVertical:2,tempBoxShadowHorizontal:1,hoverBoxShadow:null,tempHoverBoxShadow:null,hoverBoxShadowColorHex:null,hoverBoxShadowColorOpacity:null,hoverBoxShadowColorPalette:null,tempHoverBoxShadowColorPalette:null,tempHoverBoxShadowColorOpacity:null,hoverBoxShadowBlur:null,hoverBoxShadowSpread:null,hoverBoxShadowVertical:null,hoverBoxShadowHorizontal:null,tempHoverBoxShadowBlur:null,tempHoverBoxShadowSpread:null,tempHoverBoxShadowVertical:null,tempHoverBoxShadowHorizontal:null,hoverTransition:50,tabletResize:null,tabletZoom:null,tabletWidth:null,tabletHeight:null,tabletBoxShadow:null,tabletBoxShadowColorHex:null,tabletBoxShadowColorOpacity:null,tabletBoxShadowColorPalette:null,tempTabletBoxShadowColorPalette:null,tempTabletBoxShadowColorOpacity:null,tabletBoxShadowBlur:null,tabletBoxShadowSpread:null,tabletBoxShadowVertical:null,tabletBoxShadowHorizontal:null,tempTabletBoxShadowBlur:null,tempTabletBoxShadowSpread:null,tempTabletBoxShadowVertical:null,tempTabletBoxShadowHorizontal:null,mobileResize:null,mobileZoom:null,mobileWidth:null,mobileHeight:null,mobileBoxShadow:null,mobileBoxShadowColorHex:null,mobileBoxShadowColorOpacity:null,mobileBoxShadowColorPalette:null,tempMobileBoxShadowColorPalette:null,tempMobileBoxShadowColorOpacity:null,mobileBoxShadowBlur:null,mobileBoxShadowSpread:null,mobileBoxShadowVertical:null,mobileBoxShadowHorizontal:null,tempMobileBoxShadowBlur:null,tempMobileBoxShadowSpread:null,tempMobileBoxShadowVertical:null,tempMobileBoxShadowHorizontal:null}}},334:function(e){e.exports={style:{className:"",borderStyle:"solid",tempBorderStyle:"solid",borderWidthType:"grouped",borderWidth:2,borderTopWidth:2,borderRightWidth:2,borderBottomWidth:2,borderLeftWidth:2,tempBorderWidth:2,tempBorderTopWidth:2,tempBorderRightWidth:2,tempBorderBottomWidth:2,tempBorderLeftWidth:2,borderColorHex:"#73777f",borderColorOpacity:.75,borderColorPalette:"color7",tempBorderColorOpacity:.75,tempBorderColorPalette:"color7",customCSS:"",width:75,tabletBorderWidth:null,tabletWidth:null,mobileBorderWidth:null,mobileWidth:null}}},335:function(e){e.exports={style:{className:"",height:50,tabletHeight:null,mobileHeight:null}}},336:function(e){e.exports={content:{code:""},toolbar:{tabsState:"",tabsCurrentElement:"",tabsColor:""},style:{className:"",borderStyle:"",hoverBorderStyle:null,tempBorderStyle:"solid",tempHoverBorderStyle:null,borderWidthType:"grouped",borderWidth:2,borderTopWidth:0,borderRightWidth:0,borderBottomWidth:0,borderLeftWidth:0,hoverBorderWidthType:null,hoverBorderWidth:null,hoverBorderTopWidth:null,hoverBorderRightWidth:null,hoverBorderBottomWidth:null,hoverBorderLeftWidth:null,tempBorderWidth:4,tempBorderTopWidth:4,tempBorderRightWidth:4,tempBorderBottomWidth:4,tempBorderLeftWidth:4,tempHoverBorderWidth:null,tempHoverBorderTopWidth:null,tempHoverBorderRightWidth:null,tempHoverBorderBottomWidth:null,tempHoverBorderLeftWidth:null,borderRadiusType:"grouped",borderRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomRightRadius:0,borderBottomLeftRadius:0,hoverBorderRadiusType:null,hoverBorderRadius:null,hoverBorderTopLeftRadius:null,hoverBorderTopRightRadius:null,hoverBorderBottomRightRadius:null,hoverBorderBottomLeftRadius:null,tempBorderRadius:0,tempBorderTopLeftRadius:0,tempBorderTopRightRadius:0,tempBorderBottomRightRadius:0,tempBorderBottomLeftRadius:0,tempHoverBorderRadius:null,tempHoverBorderTopLeftRadius:null,tempHoverBorderTopRightRadius:null,tempHoverBorderBottomRightRadius:null,tempHoverBorderBottomLeftRadius:null,borderColorHex:"#dcdee1",borderColorOpacity:1,borderColorPalette:"",hoverBorderColorHex:null,hoverBorderColorOpacity:null,hoverBorderColorPalette:null,tempBorderColorOpacity:1,tempBorderColorPalette:"",tempHoverBorderColorOpacity:null,tempHoverBorderColorPalette:null,boxShadow:"",tempBoxShadow:"on",boxShadowColorHex:"#000000",boxShadowColorOpacity:1,boxShadowColorPalette:"",tempBoxShadowColorOpacity:1,tempBoxShadowColorPalette:"",boxShadowBlur:0,boxShadowSpread:0,boxShadowVertical:0,boxShadowHorizontal:0,tempBoxShadowBlur:4,tempBoxShadowSpread:0,tempBoxShadowVertical:2,tempBoxShadowHorizontal:1,hoverBoxShadow:null,tempHoverBoxShadow:null,hoverBoxShadowColorHex:null,hoverBoxShadowColorOpacity:null,hoverBoxShadowColorPalette:null,tempHoverBoxShadowColorPalette:null,tempHoverBoxShadowColorOpacity:null,hoverBoxShadowBlur:null,hoverBoxShadowSpread:null,hoverBoxShadowVertical:null,hoverBoxShadowHorizontal:null,tempHoverBoxShadowBlur:null,tempHoverBoxShadowSpread:null,tempHoverBoxShadowVertical:null,tempHoverBoxShadowHorizontal:null,width:100,height:250,customCSS:"",hoverTransition:50,tabletBorderStyle:null,tempTabletBorderStyle:null,tabletBorderWidthType:null,tabletBorderWidth:null,tabletBorderTopWidth:null,tabletBorderRightWidth:null,tabletBorderBottomWidth:null,tabletBorderLeftWidth:null,tempTabletBorderWidth:null,tempTabletBorderTopWidth:null,tempTabletBorderRightWidth:null,tempTabletBorderBottomWidth:null,tempTabletBorderLeftWidth:null,tabletBorderRadiusType:null,tabletBorderRadius:null,tabletBorderTopLeftRadius:null,tabletBorderTopRightRadius:null,tabletBorderBottomRightRadius:null,tabletBorderBottomLeftRadius:null,tempTabletBorderRadius:null,tempTabletBorderTopLeftRadius:null,tempTabletBorderTopRightRadius:null,tempTabletBorderBottomRightRadius:null,tempTabletBorderBottomLeftRadius:null,tabletBorderColorHex:null,tabletBorderColorOpacity:null,tabletBorderColorPalette:null,tempTabletBorderColorOpacity:null,tempTabletBorderColorPalette:null,tabletBoxShadow:null,tabletBoxShadowColorHex:null,tabletBoxShadowColorOpacity:null,tabletBoxShadowColorPalette:null,tempTabletBoxShadowColorPalette:null,tempTabletBoxShadowColorOpacity:null,tabletBoxShadowBlur:null,tabletBoxShadowSpread:null,tabletBoxShadowVertical:null,tabletBoxShadowHorizontal:null,tempTabletBoxShadowBlur:null,tempTabletBoxShadowSpread:null,tempTabletBoxShadowVertical:null,tempTabletBoxShadowHorizontal:null,tabletWidth:null,tabletHeight:null,mobileBorderStyle:null,tempMobileBorderStyle:null,mobileBorderWidthType:null,mobileBorderWidth:null,mobileBorderTopWidth:null,mobileBorderRightWidth:null,mobileBorderBottomWidth:null,mobileBorderLeftWidth:null,tempMobileBorderWidth:null,tempMobileBorderTopWidth:null,tempMobileBorderRightWidth:null,tempMobileBorderBottomWidth:null,tempMobileBorderLeftWidth:null,mobileBorderRadiusType:null,mobileBorderRadius:null,mobileBorderTopLeftRadius:null,mobileBorderTopRightRadius:null,mobileBorderBottomRightRadius:null,mobileBorderBottomLeftRadius:null,tempMobileBorderRadius:null,tempMobileBorderTopLeftRadius:null,tempMobileBorderTopRightRadius:null,tempMobileBorderBottomRightRadius:null,tempMobileBorderBottomLeftRadius:null,mobileBorderColorHex:null,mobileBorderColorOpacity:null,mobileBorderColorPalette:null,tempMobileBorderColorOpacity:null,tempMobileBorderColorPalette:null,mobileWidth:null,mobileHeight:null,mobileBoxShadow:null,mobileBoxShadowColorHex:null,mobileBoxShadowColorOpacity:null,mobileBoxShadowColorPalette:null,tempMobileBoxShadowColorPalette:null,tempMobileBoxShadowColorOpacity:null,mobileBoxShadowBlur:null,mobileBoxShadowSpread:null,mobileBoxShadowVertical:null,mobileBoxShadowHorizontal:null,tempMobileBoxShadowBlur:null,tempMobileBoxShadowSpread:null,tempMobileBoxShadowVertical:null,tempMobileBoxShadowHorizontal:null}}},337:function(e){e.exports={content:{address:"Wall Street",addressPopulation:"",zoom:15},toolbar:{tabsState:"",tabsCurrentElement:"",tabsColor:"",tabletTabsState:null,tabletTabsCurrentElement:null,mobileTabsState:null,mobileTabsCurrentElement:null},style:{className:"",brightness:100,hue:0,saturation:100,contrast:100,size:100,height:400,borderStyle:"solid",tempBorderStyle:"solid",hoverBorderStyle:null,tempHoverBorderStyle:null,borderWidthType:"grouped",borderWidth:0,borderTopWidth:0,borderRightWidth:0,borderBottomWidth:0,borderLeftWidth:0,tempBorderWidth:4,tempBorderTopWidth:4,tempBorderRightWidth:4,tempBorderBottomWidth:4,tempBorderLeftWidth:4,hoverBrightness:null,hoverHue:null,hoverSaturation:null,hoverContrast:null,hoverBorderWidthType:null,hoverBorderWidth:null,hoverBorderTopWidth:null,hoverBorderRightWidth:null,hoverBorderBottomWidth:null,hoverBorderLeftWidth:null,tempHoverBorderWidth:null,tempHoverBorderTopWidth:null,tempHoverBorderRightWidth:null,tempHoverBorderBottomWidth:null,tempHoverBorderLeftWidth:null,borderRadiusType:"grouped",borderRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomRightRadius:0,borderBottomLeftRadius:0,tempBorderRadius:0,tempBorderTopLeftRadius:0,tempBorderTopRightRadius:0,tempBorderBottomRightRadius:0,tempBorderBottomLeftRadius:0,hoverBorderRadiusType:null,hoverBorderRadius:null,hoverBorderTopLeftRadius:null,hoverBorderTopRightRadius:null,hoverBorderBottomRightRadius:null,hoverBorderBottomLeftRadius:null,tempHoverBorderRadius:null,tempHoverBorderTopLeftRadius:null,tempHoverBorderTopRightRadius:null,tempHoverBorderBottomRightRadius:null,tempHoverBorderBottomLeftRadius:null,borderColorHex:"#66738d",borderColorOpacity:0,borderColorPalette:"",tempBorderColorOpacity:1,tempBorderColorPalette:"",hoverBorderColorHex:null,hoverBorderColorOpacity:null,hoverBorderColorPalette:null,tempHoverBorderColorOpacity:null,tempHoverBorderColorPalette:null,boxShadow:"",tempBoxShadow:"on",boxShadowColorHex:"#000000",boxShadowColorOpacity:1,boxShadowColorPalette:"",tempBoxShadowColorOpacity:1,tempBoxShadowColorPalette:"",boxShadowBlur:0,boxShadowSpread:0,boxShadowVertical:0,boxShadowHorizontal:0,tempBoxShadowBlur:4,tempBoxShadowSpread:0,tempBoxShadowVertical:2,tempBoxShadowHorizontal:1,hoverBoxShadow:null,tempHoverBoxShadow:null,hoverBoxShadowColorHex:null,hoverBoxShadowColorOpacity:null,hoverBoxShadowColorPalette:null,tempHoverBoxShadowColorPalette:null,tempHoverBoxShadowColorOpacity:null,hoverBoxShadowBlur:null,hoverBoxShadowSpread:null,hoverBoxShadowVertical:null,hoverBoxShadowHorizontal:null,tempHoverBoxShadowBlur:null,tempHoverBoxShadowSpread:null,tempHoverBoxShadowVertical:null,tempHoverBoxShadowHorizontal:null,customCSS:"",hoverTransition:50,tabletBrightness:null,tabletHue:null,tabletSaturation:null,tabletContrast:null,tabletSize:null,tabletHeight:null,tabletBorderStyle:null,tempTabletBorderStyle:null,tabletBorderWidthType:null,tabletBorderWidth:null,tabletBorderTopWidth:null,tabletBorderRightWidth:null,tabletBorderBottomWidth:null,tabletBorderLeftWidth:null,tempTabletBorderWidth:null,tempTabletBorderTopWidth:null,tempTabletBorderRightWidth:null,tempTabletBorderBottomWidth:null,tempTabletBorderLeftWidth:null,tabletBorderRadiusType:null,tabletBorderRadius:null,tabletBorderTopLeftRadius:null,tabletBorderTopRightRadius:null,tabletBorderBottomLeftRadius:null,tabletBorderBottomRightRadius:null,tempTabletBorderRadius:null,tempTabletBorderTopLeftRadius:null,tempTabletBorderTopRightRadius:null,tempTabletBorderBottomLeftRadius:null,tempTabletBorderBottomRightRadius:null,tabletBorderColorHex:null,tabletBorderColorOpacity:null,tabletBorderColorPalette:null,tempTabletBorderColorOpacity:null,tempTabletBorderColorPalette:null,tabletBoxShadow:null,tabletBoxShadowColorHex:null,tabletBoxShadowColorOpacity:null,tabletBoxShadowColorPalette:null,tempTabletBoxShadowColorPalette:null,tempTabletBoxShadowColorOpacity:null,tabletBoxShadowBlur:null,tabletBoxShadowSpread:null,tabletBoxShadowVertical:null,tabletBoxShadowHorizontal:null,tempTabletBoxShadowBlur:null,tempTabletBoxShadowSpread:null,tempTabletBoxShadowVertical:null,tempTabletBoxShadowHorizontal:null,mobileBrightness:null,mobileHue:null,mobileSaturation:null,mobileContrast:null,mobileSize:null,mobileHeight:null,mobileBorderStyle:null,tempMobileBorderStyle:null,mobileBorderWidthType:null,mobileBorderWidth:null,mobileBorderTopWidth:null,mobileBorderRightWidth:null,mobileBorderBottomWidth:null,mobileBorderLeftWidth:null,tempMobileBorderWidth:null,tempMobileBorderTopWidth:null,tempMobileBorderRightWidth:null,tempMobileBorderBottomWidth:null,tempMobileBorderLeftWidth:null,mobileBorderRadiusType:null,mobileBorderRadius:null,mobileBorderTopLeftRadius:null,mobileBorderTopRightRadius:null,mobileBorderBottomLeftRadius:null,mobileBorderBottomRightRadius:null,tempMobileBorderRadius:null,tempMobileBorderTopLeftRadius:null,tempMobileBorderTopRightRadius:null,tempMobileBorderBottomLeftRadius:null,tempMobileBorderBottomRightRadius:null,mobileBorderColorHex:null,mobileBorderColorOpacity:null,mobileBorderColorPalette:null,tempMobileBorderColorOpacity:null,tempMobileBorderColorPalette:null,mobileBoxShadow:null,mobileBoxShadowColorHex:null,mobileBoxShadowColorOpacity:null,mobileBoxShadowColorPalette:null,tempMobileBoxShadowColorPalette:null,tempMobileBoxShadowColorOpacity:null,mobileBoxShadowBlur:null,mobileBoxShadowSpread:null,mobileBoxShadowVertical:null,mobileBoxShadowHorizontal:null,tempMobileBoxShadowBlur:null,tempMobileBoxShadowSpread:null,tempMobileBoxShadowVertical:null,tempMobileBoxShadowHorizontal:null}}},338:function(e){e.exports={content:{text:"BUTTON",type:"link",iconName:"tail-right",iconType:"glyph",popups:[]},toolbar:{tabsState:"",tabsColor:""},link:{linkType:"external",linkExternal:"",linkAnchor:"",linkExternalBlank:"off",linkExternalRel:"off",linkExternalType:"linkExternal",linkPopulation:"",linkUpload:"",linkPopup:""},style:{className:"",iconSize:"small",iconCustomSize:16,iconPosition:"right",iconSpacing:10,iconStrokeWidth:1,smallIconSize:16,mediumIconSize:24,largeIconSize:32,fontStyle:"button",fontFamilyType:"google",families:{fontFamily:"montserrat"},fontSize:12,fontWeight:700,lineHeight:1.8,letterSpacing:3,bgColorType:"solid",gradientActivePointer:"startPointer",gradientStartPointer:0,gradientFinishPointer:100,gradientType:"linear",gradientLinearDegree:90,gradientRadialDegree:90,hoverBgColorType:"solid",hoverGradientActivePointer:"startPointer",hoverGradientStartPointer:0,hoverGradientFinishPointer:100,hoverGradientType:"linear",hoverGradientLinearDegree:90,hoverGradientRadialDegree:90,bgColorHex:"#239ddb",bgColorOpacity:1,bgColorPalette:"color3",tempBgColorOpacity:1,tempBgColorPalette:"color3",hoverBgColorHex:"#239ddb",hoverBgColorOpacity:.8,hoverBgColorPalette:"color3",tempHoverBgColorOpacity:.8,tempHoverBgColorPalette:"color3",gradientColorHex:"#009900",gradientColorOpacity:.8,gradientColorPalette:"",tempGradientColorOpacity:.8,tempGradientColorPalette:"",hoverGradientColorHex:"#009900",hoverGradientColorOpacity:0,hoverGradientColorPalette:"",tempHoverGradientColorOpacity:.8,tempHoverGradientColorPalette:"",colorHex:"#ffffff",colorOpacity:1,colorPalette:"color8",tempColorOpacity:1,tempColorPalette:"color8",hoverColorHex:"#ffffff",hoverColorOpacity:1,hoverColorPalette:"color8",tempHoverColorOpacity:1,tempHoverColorPalette:"color8",borderColorHex:"#239ddb",borderColorOpacity:0,borderColorPalette:"color3",tempBorderColorOpacity:1,tempBorderColorPalette:"color3",hoverBorderColorHex:"#239ddb",hoverBorderColorOpacity:0,hoverBorderColorPalette:"color3",tempHoverBorderColorOpacity:.8,tempHoverBorderColorPalette:"color3",size:"medium",smallFontSize:11,mediumFontSize:12,largeFontSize:13,paddingTB:14,paddingRL:42,tempPaddingTB:14,tempPaddingRL:42,padding:14,paddingTop:14,paddingRight:42,paddingBottom:14,paddingLeft:42,paddingSuffix:"px",paddingTopSuffix:"px",paddingRightSuffix:"px",paddingBottomSuffix:"px",paddingLeftSuffix:"px",tempPadding:14,tempPaddingTop:14,tempPaddingRight:42,tempPaddingBottom:14,tempPaddingLeft:42,smallPaddingY:11,smallPaddingX:26,mediumPaddingY:14,mediumPaddingX:42,largePaddingY:19,largePaddingX:44,borderRadiusType:"square",tempBorderRadiusType:"square",borderRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,borderBottomRightRadius:2,borderBottomLeftRadius:2,tempBorderRadius:2,tempBorderTopLeftRadius:2,tempBorderTopRightRadius:2,tempBorderBottomRightRadius:2,tempBorderBottomLeftRadius:2,hoverBorderRadius:2,hoverBorderTopLeftRadius:2,hoverBorderTopRightRadius:2,hoverBorderBottomRightRadius:2,hoverBorderBottomLeftRadius:2,tempHoverBorderRadius:2,tempHoverBorderTopLeftRadius:2,tempHoverBorderTopRightRadius:2,tempHoverBorderBottomRightRadius:2,tempHoverBorderBottomLeftRadius:2,fillType:"filled",tempFillType:"filled",borderStyle:"solid",tempBorderStyle:"solid",hoverBorderStyle:null,tempHoverBorderStyle:null,borderWidthType:"grouped",borderWidth:2,borderTopWidth:2,borderRightWidth:2,borderBottomWidth:2,borderLeftWidth:2,tempBorderWidth:2,tempBorderTopWidth:2,tempBorderRightWidth:2,tempBorderBottomWidth:2,tempBorderLeftWidth:2,hoverBorderWidthType:null,hoverBorderWidth:null,hoverBorderTopWidth:null,hoverBorderRightWidth:null,hoverBorderBottomWidth:null,hoverBorderLeftWidth:null,tempHoverBorderWidth:null,tempHoverBorderTopWidth:null,tempHoverBorderRightWidth:null,tempHoverBorderBottomWidth:null,tempHoverBorderLeftWidth:null,boxShadow:"",tempBoxShadow:"on",boxShadowColorHex:"#000000",boxShadowColorOpacity:1,boxShadowColorPalette:"",tempBoxShadowColorOpacity:1,tempBoxShadowColorPalette:"",boxShadowBlur:0,boxShadowSpread:0,boxShadowVertical:0,boxShadowHorizontal:0,tempBoxShadowBlur:4,tempBoxShadowSpread:0,tempBoxShadowVertical:2,tempBoxShadowHorizontal:1,hoverBoxShadow:null,tempHoverBoxShadow:null,hoverBoxShadowColorHex:null,hoverBoxShadowColorOpacity:null,hoverBoxShadowColorPalette:null,tempHoverBoxShadowColorPalette:null,tempHoverBoxShadowColorOpacity:null,hoverBoxShadowBlur:null,hoverBoxShadowSpread:null,hoverBoxShadowVertical:null,hoverBoxShadowHorizontal:null,tempHoverBoxShadowBlur:null,tempHoverBoxShadowSpread:null,tempHoverBoxShadowVertical:null,tempHoverBoxShadowHorizontal:null,hoverTransition:50,customCSS:"",tabletSize:"small",tabletPadding:11,tabletPaddingTB:11,tabletPaddingRL:26,tempTabletPaddingTB:11,tempTabletPaddingRL:26,tabletPaddingTop:11,tabletPaddingRight:26,tabletPaddingBottom:11,tabletPaddingLeft:26,tabletPaddingSuffix:"px",tabletPaddingTopSuffix:"px",tabletPaddingRightSuffix:"px",tabletPaddingBottomSuffix:"px",tabletPaddingLeftSuffix:"px",tempTabletPadding:11,tempTabletPaddingTop:11,tempTabletPaddingRight:26,tempTabletPaddingBottom:11,tempTabletPaddingLeft:26,tabletFontStyle:"button",tabletFontSize:11,tabletFontWeight:700,tabletLineHeight:1.8,tabletLetterSpacing:1,tabletBgColorType:null,tabletBorderRadius:null,tempTabletBorderRadius:2,tabletBoxShadow:null,tabletBoxShadowColorHex:null,tabletBoxShadowColorOpacity:null,tabletBoxShadowColorPalette:null,tempTabletBoxShadowColorPalette:null,tempTabletBoxShadowColorOpacity:null,tabletBoxShadowBlur:null,tabletBoxShadowSpread:null,tabletBoxShadowVertical:null,tabletBoxShadowHorizontal:null,tempTabletBoxShadowBlur:null,tempTabletBoxShadowSpread:null,tempTabletBoxShadowVertical:null,tempTabletBoxShadowHorizontal:null,mobileSize:"small",mobilePaddingTB:11,mobilePaddingRL:26,tempMobilePaddingTB:11,tempMobilePaddingRL:26,mobilePadding:11,mobilePaddingTop:11,mobilePaddingRight:26,mobilePaddingBottom:11,mobilePaddingLeft:26,mobilePaddingSuffix:"px",mobilePaddingTopSuffix:"px",mobilePaddingRightSuffix:"px",mobilePaddingBottomSuffix:"px",mobilePaddingLeftSuffix:"px",tempMobilePadding:11,tempMobilePaddingTop:11,tempMobilePaddingRight:26,tempMobilePaddingBottom:11,tempMobilePaddingLeft:26,mobileFontStyle:"button",mobileFontSize:11,mobileFontWeight:700,mobileLineHeight:1.8,mobileLetterSpacing:1,mobileBgColorType:null,mobileBorderRadius:null,tempMobileBorderRadius:2,mobileBoxShadow:null,mobileBoxShadowColorHex:null,mobileBoxShadowColorOpacity:null,mobileBoxShadowColorPalette:null,tempMobileBoxShadowColorPalette:null,tempMobileBoxShadowColorOpacity:null,mobileBoxShadowBlur:null,mobileBoxShadowSpread:null,mobileBoxShadowVertical:null,mobileBoxShadowHorizontal:null,tempMobileBoxShadowBlur:null,tempMobileBoxShadowSpread:null,tempMobileBoxShadowVertical:null,tempMobileBoxShadowHorizontal:null}}},339:function(e){e.exports={content:{start:0,end:100,duration:2},toolbar:{tabsState:"",tabsColor:""},style:{className:"",fontStyle:"",fontFamilyType:"google",families:{fontFamily:"roboto"},fontSize:56,fontWeight:400,lineHeight:1.3,letterSpacing:0,colorHex:"#239ddb",colorOpacity:1,colorPalette:"color3",tempColorOpacity:1,tempColorPalette:"color3",hoverColorHex:"#239ddb",hoverColorOpacity:.8,hoverColorPalette:"color3",tempHoverColorOpacity:1,tempHoverColorPalette:"color3",customCSS:"",tabletFontStyle:"",tabletFontFamilyType:null,tabletFamilies:{tabletFontFamily:null},tabletFontSize:56,tabletFontWeight:400,tabletLineHeight:1.3,tabletLetterSpacing:0,mobileFontStyle:"",mobileFontFamilyType:null,mobileFamilies:{mobileFontFamily:null},mobileFontSize:56,mobileFontWeight:400,mobileLineHeight:1.3,mobileLetterSpacing:0}}},34:function(e,t,a){"use strict";var o=a(3),n=a(0),i=a.n(n),r=a(7),l=a.n(r),s=a(6),c=a.n(s);class d extends i.a.Component{getClassName(){return c()("brz-control__select-option",{active:this.props.active,disabled:this.props.disabled})}render(){const e=this.props,t=e.title,a=e.disabled,o=e.onClick,n=e.children,r=a?()=>{}:o;return i.a.createElement("div",{className:this.getClassName(),title:t,onClick:r},n)}}Object(o.a)(d,"defaultProps",{active:"",title:"",disabled:!1,onClick:l.a.noop}),t.a=d},340:function(e){e.exports={content:{url:"https://soundcloud.com/englicious/lord-of-the-flies-audiobook-slightly-sped-up",autoPlay:"off",showArtwork:"off"},toolbar:{tabsState:"",tabsCurrentElement:"",tabsColor:""},style:{className:"",style:"basic",smallHeight:125,mediumHeight:175,largeHeight:350,borderStyle:"solid",tempBorderStyle:"solid",hoverBorderStyle:null,tempHoverBorderStyle:null,borderWidthType:"grouped",borderWidth:0,borderTopWidth:0,borderRightWidth:0,borderBottomWidth:0,borderLeftWidth:0,tempBorderWidth:4,tempBorderTopWidth:4,tempBorderRightWidth:4,tempBorderBottomWidth:4,tempBorderLeftWidth:4,hoverBorderWidthType:null,hoverBorderWidth:null,hoverBorderTopWidth:null,hoverBorderRightWidth:null,hoverBorderBottomWidth:null,hoverBorderLeftWidth:null,tempHoverBorderWidth:null,tempHoverBorderTopWidth:null,tempHoverBorderRightWidth:null,tempHoverBorderBottomWidth:null,tempHoverBorderLeftWidth:null,borderRadiusType:"grouped",borderRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomRightRadius:0,borderBottomLeftRadius:0,tempBorderRadius:0,tempBorderTopLeftRadius:0,tempBorderTopRightRadius:0,tempBorderBottomRightRadius:0,tempBorderBottomLeftRadius:0,hoverBorderRadiusType:null,hoverBorderRadius:null,hoverBorderTopLeftRadius:null,hoverBorderTopRightRadius:null,hoverBorderBottomRightRadius:null,hoverBorderBottomLeftRadius:null,tempHoverBorderRadius:null,tempHoverBorderTopLeftRadius:null,tempHoverBorderTopRightRadius:null,tempHoverBorderBottomRightRadius:null,tempHoverBorderBottomLeftRadius:null,borderColorHex:"#66738d",borderColorOpacity:0,borderColorPalette:"",tempBorderColorOpacity:1,tempBorderColorPalette:"",hoverBorderColorHex:null,hoverBorderColorOpacity:null,hoverBorderColorPalette:null,tempHoverBorderColorOpacity:null,tempHoverBorderColorPalette:null,boxShadow:"",tempBoxShadow:"on",boxShadowColorHex:"#000000",boxShadowColorOpacity:1,boxShadowColorPalette:"",tempBoxShadowColorOpacity:1,tempBoxShadowColorPalette:"",boxShadowBlur:0,boxShadowSpread:0,boxShadowVertical:0,boxShadowHorizontal:0,tempBoxShadowBlur:4,tempBoxShadowSpread:0,tempBoxShadowVertical:2,tempBoxShadowHorizontal:1,hoverBoxShadow:null,tempHoverBoxShadow:null,hoverBoxShadowColorHex:null,hoverBoxShadowColorOpacity:null,hoverBoxShadowColorPalette:null,tempHoverBoxShadowColorPalette:null,tempHoverBoxShadowColorOpacity:null,hoverBoxShadowBlur:null,hoverBoxShadowSpread:null,hoverBoxShadowVertical:null,hoverBoxShadowHorizontal:null,tempHoverBoxShadowBlur:null,tempHoverBoxShadowSpread:null,tempHoverBoxShadowVertical:null,tempHoverBoxShadowHorizontal:null,width:100,height:175,customCSS:"",hoverTransition:50,tabletBorderStyle:null,tempTabletBorderStyle:null,tabletBorderWidthType:null,tabletBorderWidth:null,tabletBorderTopWidth:null,tabletBorderRightWidth:null,tabletBorderBottomWidth:null,tabletBorderLeftWidth:null,tempTabletBorderWidth:null,tempTabletBorderTopWidth:null,tempTabletBorderRightWidth:null,tempTabletBorderBottomWidth:null,tempTabletBorderLeftWidth:null,tabletBorderRadiusType:null,tabletBorderRadius:null,tabletBorderTopLeftRadius:null,tabletBorderTopRightRadius:null,tabletBorderBottomLeftRadius:null,tabletBorderBottomRightRadius:null,tempTabletBorderRadius:null,tempTabletBorderTopLeftRadius:null,tempTabletBorderTopRightRadius:null,tempTabletBorderBottomLeftRadius:null,tempTabletBorderBottomRightRadius:null,tabletBorderColorHex:null,tabletBorderColorOpacity:null,tabletBorderColorPalette:null,tempTabletBorderColorOpacity:null,tempTabletBorderColorPalette:null,tabletBoxShadow:null,tabletBoxShadowColorHex:null,tabletBoxShadowColorOpacity:null,tabletBoxShadowColorPalette:null,tempTabletBoxShadowColorPalette:null,tempTabletBoxShadowColorOpacity:null,tabletBoxShadowBlur:null,tabletBoxShadowSpread:null,tabletBoxShadowVertical:null,tabletBoxShadowHorizontal:null,tempTabletBoxShadowBlur:null,tempTabletBoxShadowSpread:null,tempTabletBoxShadowVertical:null,tempTabletBoxShadowHorizontal:null,tabletWidth:null,tabletHeight:null,mobileBorderStyle:null,tempMobileBorderStyle:null,mobileBorderWidthType:null,mobileBorderWidth:null,mobileBorderTopWidth:null,mobileBorderRightWidth:null,mobileBorderBottomWidth:null,mobileBorderLeftWidth:null,tempMobileBorderWidth:null,tempMobileBorderTopWidth:null,tempMobileBorderRightWidth:null,tempMobileBorderBottomWidth:null,tempMobileBorderLeftWidth:null,mobileBorderRadiusType:null,mobileBorderRadius:null,mobileBorderTopLeftRadius:null,mobileBorderTopRightRadius:null,mobileBorderBottomLeftRadius:null,mobileBorderBottomRightRadius:null,tempMobileBorderRadius:null,tempMobileBorderTopLeftRadius:null,tempMobileBorderTopRightRadius:null,tempMobileBorderBottomLeftRadius:null,tempMobileBorderBottomRightRadius:null,mobileBorderColorHex:null,mobileBorderColorOpacity:null,mobileBorderColorPalette:null,tempMobileBorderColorOpacity:null,tempMobileBorderColorPalette:null,mobileBoxShadow:null,mobileBoxShadowColorHex:null,mobileBoxShadowColorOpacity:null,mobileBoxShadowColorPalette:null,tempMobileBoxShadowColorPalette:null,tempMobileBoxShadowColorOpacity:null,mobileBoxShadowBlur:null,mobileBoxShadowSpread:null,mobileBoxShadowVertical:null,mobileBoxShadowHorizontal:null,tempMobileBoxShadowBlur:null,tempMobileBoxShadowSpread:null,tempMobileBoxShadowVertical:null,tempMobileBoxShadowHorizontal:null,mobileWidth:null,mobileHeight:null}}},341:function(e){e.exports={content:{text:"My skill",percentage:80,showPercentage:"on"},toolbar:{tabsState:"",tabsColor:""},style:{className:"",borderStyle:"solid",tempBorderStyle:"solid",borderWidthType:"grouped",borderWidth:0,borderTopWidth:0,borderRightWidth:0,borderBottomWidth:0,borderLeftWidth:0,tempBorderWidth:2,tempBorderTopWidth:2,tempBorderRightWidth:2,tempBorderBottomWidth:2,tempBorderLeftWidth:2,borderRadiusType:"grouped",borderRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,borderBottomRightRadius:2,borderBottomLeftRadius:2,tempBorderRadius:2,tempBorderTopLeftRadius:2,tempBorderTopRightRadius:2,tempBorderBottomRightRadius:2,tempBorderBottomLeftRadius:2,hoverBorderRadiusType:null,hoverBorderRadius:null,hoverBorderTopLeftRadius:null,hoverBorderTopRightRadius:null,hoverBorderBottomRightRadius:null,hoverBorderBottomLeftRadius:null,tempHoverBorderRadius:null,tempHoverBorderTopLeftRadius:null,tempHoverBorderTopRightRadius:null,tempHoverBorderBottomRightRadius:null,tempHoverBorderBottomLeftRadius:null,fontStyle:"",fontFamilyType:"google",families:{fontFamily:"roboto"},fontSize:16,fontWeight:400,lineHeight:1.3,letterSpacing:0,colorHex:"#f1f1f1",colorOpacity:1,colorPalette:"",tempColorOpacity:1,tempColorPalette:"",hoverColorHex:null,hoverColorOpacity:null,hoverColorPalette:null,tempHoverColorOpacity:null,tempHoverColorPalette:null,bgColorType:"solid",bgColorHex:"#239ddb",bgColorOpacity:1,bgColorPalette:"color3",hoverBgColorType:null,hoverBgColorHex:null,hoverBgColorOpacity:null,hoverBgColorPalette:null,tempHoverBgColorOpacity:null,tempHoverBgColorPalette:null,tempBgColorOpacity:1,tempBgColorPalette:"color3",bg2ColorType:"solid",bg2ColorHex:"#cccccc",bg2ColorOpacity:1,bg2ColorPalette:"",tempBg2ColorOpacity:1,tempBg2ColorPalette:"",hoverBg2ColorType:null,hoverBg2ColorHex:null,hoverBg2ColorOpacity:null,hoverBg2ColorPalette:null,tempHoverBg2ColorOpacity:null,tempHoverBg2ColorPalette:null,width:100,paddingType:"ungrouped",paddingTop:5,paddingRight:15,paddingTopSuffix:"px",paddingRightSuffix:"px",boxShadow:"",tempBoxShadow:"on",boxShadowColorHex:"#000000",boxShadowColorOpacity:1,boxShadowColorPalette:"",tempBoxShadowColorOpacity:1,tempBoxShadowColorPalette:"",boxShadowBlur:0,boxShadowSpread:0,boxShadowVertical:0,boxShadowHorizontal:0,tempBoxShadowBlur:4,tempBoxShadowSpread:0,tempBoxShadowVertical:2,tempBoxShadowHorizontal:1,hoverBoxShadow:null,tempHoverBoxShadow:null,hoverBoxShadowColorHex:null,hoverBoxShadowColorOpacity:null,hoverBoxShadowColorPalette:null,tempHoverBoxShadowColorPalette:null,tempHoverBoxShadowColorOpacity:null,hoverBoxShadowBlur:null,hoverBoxShadowSpread:null,hoverBoxShadowVertical:null,hoverBoxShadowHorizontal:null,tempHoverBoxShadowBlur:null,tempHoverBoxShadowSpread:null,tempHoverBoxShadowVertical:null,tempHoverBoxShadowHorizontal:null,customCSS:"",hoverTransition:50,tabletBorderWidthType:null,tabletBorderWidth:null,tabletBorderTopWidth:null,tabletBorderRightWidth:null,tabletBorderBottomWidth:null,tabletBorderLeftWidth:null,tempTabletBorderWidth:null,tempTabletBorderTopWidth:null,tempTabletBorderRightWidth:null,tempTabletBorderBottomWidth:null,tempTabletBorderLeftWidth:null,tabletBorderRadiusType:null,tabletBorderRadius:null,tabletBorderTopLeftRadius:null,tabletBorderTopRightRadius:null,tabletBorderBottomLeftRadius:null,tabletBorderBottomRightRadius:null,tempTabletBorderRadius:null,tempTabletBorderTopLeftRadius:null,tempTabletBorderTopRightRadius:null,tempTabletBorderBottomLeftRadius:null,tempTabletBorderBottomRightRadius:null,tabletFontStyle:"",tabletFontFamilyType:null,tabletFamilies:{tabletFontFamily:null},tabletFontSize:14,tabletFontWeight:400,tabletLineHeight:1.3,tabletLetterSpacing:0,tabletWidth:null,mobileBorderWidthType:null,mobileBorderWidth:null,mobileBorderTopWidth:null,mobileBorderRightWidth:null,mobileBorderBottomWidth:null,mobileBorderLeftWidth:null,tempMobileBorderWidth:null,tempMobileBorderTopWidth:null,tempMobileBorderRightWidth:null,tempMobileBorderBottomWidth:null,tempMobileBorderLeftWidth:null,mobileBorderRadiusType:null,mobileBorderRadius:null,mobileBorderTopLeftRadius:null,mobileBorderTopRightRadius:null,mobileBorderBottomLeftRadius:null,mobileBorderBottomRightRadius:null,tempMobileBorderRadius:null,tempMobileBorderTopLeftRadius:null,tempMobileBorderTopRightRadius:null,tempMobileBorderBottomLeftRadius:null,tempMobileBorderBottomRightRadius:null,mobileFontStyle:"",mobileFontFamilyType:null,mobileFamilies:{mobileFontFamily:null},mobileFontSize:13,mobileFontWeight:400,mobileLineHeight:1.3,mobileLetterSpacing:0,mobileWidth:null}}},342:function(e){e.exports={content:{items:[{type:"Icon",value:{}},{type:"RichText",value:{}},{type:"Cloneable",value:{style:{horizontalAlign:"left"}}}]},style:{iconPosition:"left",iconSpacing:20,customCSS:""}}},343:function(e){e.exports={content:{date:"",hours:"10 am",minutes:30,language:"en",timeZone:-120},style:{className:"",fontStyle:"",fontFamilyType:"google",families:{fontFamily:"roboto"},fontSize:42,fontWeight:700,lineHeight:1.3,letterSpacing:0,colorHex:"#73777f",colorOpacity:.75,colorPalette:"color7",tempColorOpacity:.75,tempColorPalette:"color7",width:100,customCSS:"",tabletFontStyle:"",tabletFontFamilyType:null,tabletFamilies:{tabletFontFamily:null},tabletFontSize:30,tabletFontWeight:700,tabletLineHeight:1,tabletLetterSpacing:1,tabletWidth:null,mobileFontStyle:"",mobileFontFamilyType:null,mobileFamilies:{mobileFontFamily:null},mobileFontSize:30,mobileFontWeight:700,mobileLineHeight:1,mobileLetterSpacing:1,mobileWidth:null}}},344:function(e){e.exports={content:{items:[],activeTab:0},style:{className:"",horizontalAlign:"left",fontStyle:"",fontFamilyType:"google",families:{fontFamily:"noto_serif"},fontSize:16,fontWeight:400,lineHeight:1.5,letterSpacing:0,borderStyle:"solid",tempBorderStyle:"solid",borderWidthType:"grouped",borderWidth:2,borderTopWidth:2,borderRightWidth:2,borderBottomWidth:2,borderLeftWidth:2,tempBorderWidth:2,tempBorderTopWidth:2,tempBorderRightWidth:2,tempBorderBottomWidth:2,tempBorderLeftWidth:2,borderRadiusType:"grouped",borderRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomRightRadius:0,borderBottomLeftRadius:0,tempBorderRadius:0,tempBorderTopLeftRadius:0,tempBorderTopRightRadius:0,tempBorderBottomRightRadius:0,tempBorderBottomLeftRadius:0,colorHex:"#73777f",colorOpacity:.7,colorPalette:"",tempColorOpacity:.7,tempColorPalette:"color8",bgColorType:"solid",bgColorHex:"#ffffff",bgColorOpacity:1,bgColorPalette:"",tempBgColorOpacity:1,tempBgColorPalette:"",borderColorHex:"#dcdee1",borderColorOpacity:1,borderColorPalette:"",tempBorderColorOpacity:1,tempBorderColorPalette:"",paddingType:"ungrouped",padding:0,paddingTop:0,paddingRight:10,paddingBottom:0,paddingLeft:10,customCSS:"",tabletFontStyle:"",tabletFontSize:14,tabletLineHeight:1.5,tabletLetterSpacing:0,tabletFontWeight:400,tabletHorizontalAlign:null,tabletPaddingType:"ungrouped",tabletPadding:0,tabletPaddingTop:0,tabletPaddingRight:10,tabletPaddingBottom:0,tabletPaddingLeft:10,mobileFontStyle:"",mobileFontSize:14,mobileLineHeight:1.5,mobileLetterSpacing:0,mobileFontWeight:400,mobileHorizontalAlign:null,mobilePaddingType:"ungrouped",mobilePadding:0,mobilePaddingTop:0,mobilePaddingRight:10,mobilePaddingBottom:0,mobilePaddingLeft:10}}},345:function(e){e.exports={content:{items:[],id:"",labelText:"",labelClassName:"",bgImageSrc:"",bgPositionY:50,bgPositionX:50,bgImageWidth:0,bgImageHeight:0,tabletBgImageSrc:"",tabletBgPositionY:50,tabletBgPositionX:50,tabletBgImageWidth:0,tabletBgImageHeight:0,mobileBgImageSrc:"",mobileBgPositionY:50,mobileBgPositionX:50,mobileBgImageWidth:0,mobileBgImageHeight:0},style:{className:"",bgColorHex:"#000000",bgColorOpacity:0,tempBgColorOpacity:.8,borderColorHex:"#009900",borderColorOpacity:0,tempBorderColorOpacity:.8,borderWidthType:"grouped",borderWidth:0,borderTopWidth:0,borderRightWidth:0,borderBottomWidth:0,borderLeftWidth:0,tempBorderWidth:5,tempBorderTopWidth:5,tempBorderRightWidth:5,tempBorderBottomWidth:5,tempBorderLeftWidth:5,borderRadiusType:"grouped",borderRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomRightRadius:0,borderBottomLeftRadius:0,tempBorderRadius:4,tempBorderTopLeftRadius:4,tempBorderTopRightRadius:4,tempBorderBottomRightRadius:4,tempBorderBottomLeftRadius:4}}},346:function(e){e.exports={content:{items:[],activeAccordionItem:0},style:{className:"",fontStyle:"",fontFamilyType:"google",families:{fontFamily:"noto_serif"},fontSize:16,fontWeight:400,lineHeight:1.5,letterSpacing:0,borderStyle:"solid",tempBorderStyle:"solid",borderWidthType:"grouped",borderWidth:2,borderTopWidth:2,borderRightWidth:2,borderBottomWidth:2,borderLeftWidth:2,tempBorderWidth:2,tempBorderTopWidth:2,tempBorderRightWidth:2,tempBorderBottomWidth:2,tempBorderLeftWidth:2,colorHex:"#73777f",colorOpacity:.7,colorPalette:"",tempColorOpacity:.7,tempColorPalette:"color8",bgColorType:"solid",bgColorHex:"#ffffff",bgColorOpacity:1,bgColorPalette:"",tempBgColorOpacity:1,tempBgColorPalette:"",borderColorHex:"#dcdee1",borderColorOpacity:1,borderColorPalette:"",tempBorderColorOpacity:1,tempBorderColorPalette:"",paddingType:"ungrouped",padding:0,paddingTop:0,paddingRight:10,paddingBottom:0,paddingLeft:10,customCSS:"",tabletFontStyle:"",tabletFontSize:14,tabletLineHeight:1.5,tabletFontWeight:400,tabletLetterSpacing:0,tabletPaddingType:"ungrouped",tabletPadding:0,tabletPaddingTop:0,tabletPaddingRight:10,tabletPaddingBottom:0,tabletPaddingLeft:10,mobileFontStyle:"",mobileFontSize:14,mobileLineHeight:1.5,mobileFontWeight:400,mobileLetterSpacing:0,mobilePaddingType:"ungrouped",mobilePadding:0,mobilePaddingTop:0,mobilePaddingRight:10,mobilePaddingBottom:0,mobilePaddingLeft:10}}},347:function(e){e.exports={content:{items:[],id:"",labelText:"",labelClassName:"",bgImageSrc:"",bgImageWidth:0,bgImageHeight:0,bgPositionY:50,bgPositionX:50,tabletBgImageSrc:"",tabletBgImageWidth:0,tabletBgImageHeight:0,tabletBgPositionY:50,tabletBgPositionX:50,mobileBgImageSrc:"",mobileBgImageWidth:0,mobileBgImageHeight:0,mobileBgPositionY:50,mobileBgPositionX:50},style:{className:"",bgColorHex:"#000000",bgColorOpacity:0,tempBgColorOpacity:.8,borderColorHex:"#009900",borderColorOpacity:0,tempBorderColorOpacity:.8,borderWidthType:"grouped",borderWidth:0,borderTopWidth:0,borderRightWidth:0,borderBottomWidth:0,borderLeftWidth:0,tempBorderWidth:5,tempBorderTopWidth:5,tempBorderRightWidth:5,tempBorderBottomWidth:5,tempBorderLeftWidth:5,borderRadiusType:"grouped",borderRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomRightRadius:0,borderBottomLeftRadius:0,tempBorderRadius:4,tempBorderTopLeftRadius:4,tempBorderTopRightRadius:4,tempBorderBottomRightRadius:4,tempBorderBottomLeftRadius:4}}},348:function(e){e.exports={content:{items:[],media:"image",bgImageWidth:0,bgImageHeight:0,bgImageSrc:"",bgPositionY:50,bgPositionX:50,bgPopulation:"",brightness:100,hue:0,saturation:100,contrast:100,bgVideo:"",bgVideoQuality:1080,bgVideoLoop:"off",bgMapAddress:"Wall Street",bgMapZoom:15,hoverMedia:"image",hoverBgImageWidth:null,hoverBgImageHeight:null,hoverBgImageSrc:null,hoverBgPositionY:null,hoverBgPositionX:null,hoverBgPopulation:null,hoverBrightness:null,hoverHue:null,hoverSaturation:null,hoverContrast:null,anchorName:"",multiPage:"off",showOnDesktop:"on",showOnTablet:"on",tabletMedia:"image",tabletBgImageWidth:null,tabletBgImageHeight:null,tabletBgImageSrc:null,tabletBgPositionX:null,tabletBgPositionY:null,tabletBgPopulation:null,tabletBrightness:null,tabletHue:null,tabletSaturation:null,tabletContrast:null,tabletBgMapZoom:null,showOnMobile:"on",mobileMedia:"image",mobileBgImageWidth:null,mobileBgImageHeight:null,mobileBgImageSrc:null,mobileBgPositionX:null,mobileBgPositionY:null,mobileBgPopulation:null,mobileBrightness:null,mobileHue:null,mobileSaturation:null,mobileContrast:null,mobileBgMapZoom:null},toolbar:{tabsState:"",tabsCurrentElement:"",tabsColor:""},style:{className:"",borderStyle:"",tempBorderStyle:"solid",hoverBorderStyle:null,tempHoverBorderStyle:null,borderWidthType:"grouped",borderWidth:0,borderTopWidth:0,borderRightWidth:0,borderBottomWidth:0,borderLeftWidth:0,tempBorderWidth:8,tempBorderTopWidth:8,tempBorderRightWidth:8,tempBorderBottomWidth:8,tempBorderLeftWidth:8,hoverBorderWidthType:null,hoverBorderWidth:null,hoverBorderTopWidth:null,hoverBorderRightWidth:null,hoverBorderBottomWidth:null,hoverBorderLeftWidth:null,tempHoverBorderWidth:null,tempHoverBorderTopWidth:null,tempHoverBorderRightWidth:null,tempHoverBorderBottomWidth:null,tempHoverBorderLeftWidth:null,borderRadiusType:"grouped",borderRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomRightRadius:0,borderBottomLeftRadius:0,tempBorderRadius:0,tempBorderTopLeftRadius:0,tempBorderTopRightRadius:0,tempBorderBottomRightRadius:0,tempBorderBottomLeftRadius:0,hoverBorderRadiusType:null,hoverBorderRadius:null,hoverBorderTopLeftRadius:null,hoverBorderTopRightRadius:null,hoverBorderBottomRightRadius:null,hoverBorderBottomLeftRadius:null,tempHoverBorderRadius:null,tempHoverBorderTopLeftRadius:null,tempHoverBorderTopRightRadius:null,tempHoverBorderBottomRightRadius:null,tempHoverBorderBottomLeftRadius:null,bgColorType:"solid",gradientActivePointer:"startPointer",gradientStartPointer:0,gradientFinishPointer:100,gradientType:"linear",gradientLinearDegree:90,gradientRadialDegree:90,hoverBgColorType:null,hoverGradientActivePointer:null,hoverGradientStartPointer:null,hoverGradientFinishPointer:null,hoverGradientType:null,hoverGradientLinearDegree:null,hoverGradientRadialDegree:null,bgColorHex:"#000000",bgColorOpacity:0,bgColorPalette:"",tempBgColorOpacity:1,tempBgColorPalette:"",hoverBgColorHex:null,hoverBgColorOpacity:null,hoverBgColorPalette:null,tempHoverBgColorOpacity:null,tempHoverBgColorPalette:null,gradientColorHex:"#009900",gradientColorOpacity:1,gradientColorPalette:"",tempGradientColorOpacity:1,tempGradientColorPalette:"",hoverGradientColorHex:null,hoverGradientColorOpacity:null,hoverGradientColorPalette:null,tempHoverGradientColorOpacity:null,tempHoverGradientColorPalette:null,borderColorHex:"#66738d",borderColorOpacity:0,borderColorPalette:"",tempBorderColorOpacity:1,tempBorderColorPalette:"",hoverBorderColorHex:null,hoverBorderColorOpacity:null,hoverBorderColorPalette:null,tempHoverBorderColorOpacity:null,tempHoverBorderColorPalette:null,hoverTransition:50,containerType:"boxed",containerSize:100,paddingType:"ungrouped",tempPaddingType:"ungrouped",padding:75,paddingTop:75,paddingRight:0,paddingBottom:75,paddingLeft:0,tempPadding:75,tempPaddingTop:75,tempPaddingRight:0,tempPaddingBottom:75,tempPaddingLeft:0,paddingSuffix:"px",paddingTopSuffix:"px",paddingRightSuffix:"px",paddingBottomSuffix:"px",paddingLeftSuffix:"px",tempPaddingSuffix:"px",tempPaddingTopSuffix:"px",tempPaddingRightSuffix:"px",tempPaddingBottomSuffix:"px",tempPaddingLeftSuffix:"px",hoverPaddingType:null,tempHoverPaddingType:null,hoverPadding:null,hoverPaddingTop:null,hoverPaddingRight:null,hoverPaddingBottom:null,hoverPaddingLeft:null,tempHoverPadding:null,tempHoverPaddingTop:null,tempHoverPaddingRight:null,tempHoverPaddingBottom:null,tempHoverPaddingLeft:null,hoverPaddingSuffix:null,hoverPaddingTopSuffix:null,hoverPaddingRightSuffix:null,hoverPaddingBottomSuffix:null,hoverPaddingLeftSuffix:null,tempHoverPaddingSuffix:null,tempHoverPaddingTopSuffix:null,tempHoverPaddingRightSuffix:null,tempHoverPaddingBottomSuffix:null,tempHoverPaddingLeftSuffix:null,boxShadow:"",tempBoxShadow:"inset",boxShadowColorHex:"#000000",boxShadowColorOpacity:1,boxShadowColorPalette:"",tempBoxShadowColorOpacity:1,tempBoxShadowColorPalette:"",boxShadowBlur:0,boxShadowSpread:0,boxShadowVertical:0,boxShadowHorizontal:0,tempBoxShadowBlur:4,tempBoxShadowSpread:0,tempBoxShadowVertical:2,tempBoxShadowHorizontal:1,hoverBoxShadow:null,tempHoverBoxShadow:null,hoverBoxShadowColorHex:null,hoverBoxShadowColorOpacity:null,hoverBoxShadowColorPalette:null,tempHoverBoxShadowColorPalette:null,tempHoverBoxShadowColorOpacity:null,hoverBoxShadowBlur:null,hoverBoxShadowSpread:null,hoverBoxShadowVertical:null,hoverBoxShadowHorizontal:null,tempHoverBoxShadowBlur:null,tempHoverBoxShadowSpread:null,tempHoverBoxShadowVertical:null,tempHoverBoxShadowHorizontal:null,shape:"top",shapeTopColorHex:"#000000",shapeTopColorOpacity:1,shapeTopColorPalette:"",tempShapeTopColorOpacity:1,tempShapeTopColorPalette:"",shapeBottomColorHex:"#000000",shapeBottomColorOpacity:1,shapeBottomColorPalette:"",tempShapeBottomColorOpacity:1,tempShapeBottomColorPalette:"",tempShapeColorOpacity:1,shapeTopHeight:100,shapeTopHeightSuffix:"px",shapeBottomHeight:100,shapeBottomHeightSuffix:"px",shapeTopType:"none",shapeBottomType:"none",shapeTopIndex:"auto",shapeBottomIndex:"auto",shapeTopHorizontal:"off",shapeBottomHorizontal:"off",containerClassName:"",customCSS:"",tabletBorderStyle:null,tempTabletBorderStyle:null,tabletBorderWidthType:null,tabletBorderWidth:null,tabletBorderTopWidth:null,tabletBorderRightWidth:null,tabletBorderBottomWidth:null,tabletBorderLeftWidth:null,tempTabletBorderWidth:null,tempTabletBorderTopWidth:null,tempTabletBorderRightWidth:null,tempTabletBorderBottomWidth:null,tempTabletBorderLeftWidth:null,tabletBorderRadiusType:null,tabletBorderRadius:null,tabletBorderTopLeftRadius:null,tabletBorderTopRightRadius:null,tabletBorderBottomLeftRadius:null,tabletBorderBottomRightRadius:null,tempTabletBorderRadius:null,tempTabletBorderTopLeftRadius:null,tempTabletBorderTopRightRadius:null,tempTabletBorderBottomLeftRadius:null,tempTabletBorderBottomRightRadius:null,tabletBgColorType:null,tabletGradientStartPointer:null,tabletGradientFinishPointer:null,tabletGradientActivePointer:null,tabletGradientType:null,tabletGradientLinearDegree:null,tabletGradientRadialDegree:null,tabletBgColorHex:null,tabletBgColorOpacity:null,tabletBgColorPalette:null,tempTabletBgColorOpacity:null,tempTabletBgColorPalette:null,tabletGradientColorHex:null,tabletGradientColorOpacity:null,tabletGradientColorPalette:null,tempTabletGradientColorOpacity:null,tempTabletGradientColorPalette:null,tabletBorderColorHex:null,tabletBorderColorOpacity:null,tabletBorderColorPalette:null,tempTabletBorderColorOpacity:null,tempTabletBorderColorPalette:null,tabletPaddingType:"ungrouped",tempTabletPaddingType:"ungrouped",tabletPadding:25,tabletPaddingTop:25,tabletPaddingRight:0,tabletPaddingBottom:25,tabletPaddingLeft:0,tempTabletPadding:25,tempTabletPaddingTop:25,tempTabletPaddingRight:0,tempTabletPaddingBottom:25,tempTabletPaddingLeft:0,tabletPaddingSuffix:"px",tabletPaddingTopSuffix:"px",tabletPaddingRightSuffix:"px",tabletPaddingBottomSuffix:"px",tabletPaddingLeftSuffix:"px",tempTabletPaddingSuffix:"px",tempTabletPaddingTopSuffix:"px",tempTabletPaddingRightSuffix:"px",tempTabletPaddingBottomSuffix:"px",tempTabletPaddingLeftSuffix:"px",tabletBoxShadow:null,tempTabletBoxShadow:null,tabletBoxShadowColorHex:null,tabletBoxShadowColorOpacity:null,tabletBoxShadowColorPalette:null,tempTabletBoxShadowColorPalette:null,tempTabletBoxShadowColorOpacity:null,tabletBoxShadowBlur:null,tabletBoxShadowSpread:null,tabletBoxShadowVertical:null,tabletBoxShadowHorizontal:null,tempTabletBoxShadowBlur:null,tempTabletBoxShadowSpread:null,tempTabletBoxShadowVertical:null,tempTabletBoxShadowHorizontal:null,tabletShapeTopType:null,tabletShapeBottomType:null,tabletShape:null,tabletShapeTopHeight:null,tabletShapeTopHeightSuffix:null,tabletShapeBottomHeight:null,tabletShapeBottomHeightSuffix:null,mobileBgColorType:null,mobileGradientStartPointer:null,mobileGradientFinishPointer:null,mobileGradientActivePointer:null,mobileGradientType:null,mobileGradientLinearDegree:null,mobileGradientRadialDegree:null,mobileBorderStyle:null,tempMobileBorderStyle:null,mobileBorderWidthType:null,mobileBorderWidth:null,mobileBorderTopWidth:null,mobileBorderRightWidth:null,mobileBorderBottomWidth:null,mobileBorderLeftWidth:null,tempMobileBorderWidth:null,tempMobileBorderTopWidth:null,tempMobileBorderRightWidth:null,tempMobileBorderBottomWidth:null,tempMobileBorderLeftWidth:null,mobileBorderRadiusType:null,mobileBorderRadius:null,mobileBorderTopLeftRadius:null,mobileBorderTopRightRadius:null,mobileBorderBottomLeftRadius:null,mobileBorderBottomRightRadius:null,tempMobileBorderRadius:null,tempMobileBorderTopLeftRadius:null,tempMobileBorderTopRightRadius:null,tempMobileBorderBottomLeftRadius:null,tempMobileBorderBottomRightRadius:null,mobileBgColorHex:null,mobileBgColorOpacity:null,mobileBgColorPalette:null,tempMobileBgColorOpacity:null,tempMobileBgColorPalette:null,mobileGradientColorHex:null,mobileGradientColorOpacity:null,mobileGradientColorPalette:null,tempMobileGradientColorOpacity:null,tempMobileGradientColorPalette:null,mobileBorderColorHex:null,mobileBorderColorOpacity:null,mobileBorderColorPalette:null,tempMobileBorderColorOpacity:null,tempMobileBorderColorPalette:null,mobileBoxShadow:null,tempMobileBoxShadow:null,mobileBoxShadowColorHex:null,mobileBoxShadowColorOpacity:null,mobileBoxShadowColorPalette:null,tempMobileBoxShadowColorPalette:null,tempMobileBoxShadowColorOpacity:null,mobileBoxShadowBlur:null,mobileBoxShadowSpread:null,mobileBoxShadowVertical:null,mobileBoxShadowHorizontal:null,tempMobileBoxShadowBlur:null,tempMobileBoxShadowSpread:null,tempMobileBoxShadowVertical:null,tempMobileBoxShadowHorizontal:null,mobilePaddingType:"ungrouped",tempMobilePaddingType:"ungrouped",mobilePadding:25,mobilePaddingTop:25,mobilePaddingRight:0,mobilePaddingBottom:25,mobilePaddingLeft:0,tempMobilePadding:25,tempMobilePaddingTop:25,tempMobilePaddingRight:0,tempMobilePaddingBottom:25,tempMobilePaddingLeft:0,mobilePaddingSuffix:"px",mobilePaddingTopSuffix:"px",mobilePaddingRightSuffix:"px",mobilePaddingBottomSuffix:"px",mobilePaddingLeftSuffix:"px",tempMobilePaddingSuffix:"px",tempMobilePaddingTopSuffix:"px",tempMobilePaddingRightSuffix:"px",tempMobilePaddingBottomSuffix:"px",tempMobilePaddingLeftSuffix:"px",mobileShapeTopType:null,mobileShapeBottomType:null,mobileShape:null,mobileShapeTopHeight:null,mobileShapeTopHeightSuffix:null,mobileShapeBottomHeight:null,mobileShapeBottomHeightSuffix:null}}},349:function(e){e.exports={content:{items:[],type:"fixed",anchorName:"",showOnDesktop:"on",showOnTablet:"on",showOnMobile:"on"},style:{containerClassName:""}}},35:function(e,t,a){"use strict";a.d(t,"a",function(){return i});var o=a(293),n=a.n(o);const i=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:36;return n()("abcdefghijklmnopqrstuvwxyz",e)}},350:function(e){e.exports={content:{items:[],media:"image",bgImageWidth:0,bgImageHeight:0,bgImageSrc:"",bgPositionY:50,bgPositionX:50,bgPopulation:"",brightness:100,hue:0,saturation:100,contrast:100,hoverMedia:"image",hoverBgImageWidth:null,hoverBgImageHeight:null,hoverBgImageSrc:null,hoverBgPositionY:null,hoverBgPositionX:null,hoverBgPopulation:null,hoverBrightness:null,hoverHue:null,hoverSaturation:null,hoverContrast:null,tabletMedia:null,tabletBgImageWidth:null,tabletBgImageHeight:null,tabletBgImageSrc:null,tabletBgPositionX:null,tabletBgPositionY:null,tabletBgPopulation:null,tabletBrightness:null,tabletHue:null,tabletSaturation:null,tabletContrast:null,mobileMedia:null,mobileBgImageWidth:null,mobileBgImageHeight:null,mobileBgImageSrc:null,mobileBgPositionX:null,mobileBgPositionY:null,mobileBgPopulation:null,mobileBrightness:null,mobileHue:null,mobileSaturation:null,mobileContrast:null},toolbar:{tabsState:"",tabsCurrentElement:"",tabsColor:""},style:{className:"",borderStyle:"",tempBorderStyle:"solid",hoverBorderStyle:null,tempHoverBorderStyle:null,borderWidthType:"grouped",borderWidth:0,borderTopWidth:0,borderRightWidth:0,borderBottomWidth:0,borderLeftWidth:0,tempBorderWidth:8,tempBorderTopWidth:8,tempBorderRightWidth:8,tempBorderBottomWidth:8,tempBorderLeftWidth:8,hoverBorderWidthType:null,hoverBorderWidth:null,hoverBorderTopWidth:null,hoverBorderRightWidth:null,hoverBorderBottomWidth:null,hoverBorderLeftWidth:null,tempHoverBorderWidth:null,tempHoverBorderTopWidth:null,tempHoverBorderRightWidth:null,tempHoverBorderBottomWidth:null,tempHoverBorderLeftWidth:null,borderRadiusType:"grouped",borderRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomRightRadius:0,borderBottomLeftRadius:0,tempBorderRadius:0,tempBorderTopLeftRadius:0,tempBorderTopRightRadius:0,tempBorderBottomRightRadius:0,tempBorderBottomLeftRadius:0,hoverBorderRadiusType:null,hoverBorderRadius:null,hoverBorderTopLeftRadius:null,hoverBorderTopRightRadius:null,hoverBorderBottomRightRadius:null,hoverBorderBottomLeftRadius:null,tempHoverBorderRadius:null,tempHoverBorderTopLeftRadius:null,tempHoverBorderTopRightRadius:null,tempHoverBorderBottomRightRadius:null,tempHoverBorderBottomLeftRadius:null,bgColorType:"solid",gradientActivePointer:"startPointer",gradientStartPointer:0,gradientFinishPointer:100,gradientType:"linear",gradientLinearDegree:90,gradientRadialDegree:90,hoverBgColorType:null,hoverGradientActivePointer:null,hoverGradientStartPointer:null,hoverGradientFinishPointer:null,hoverGradientType:null,hoverGradientLinearDegree:null,hoverGradientRadialDegree:null,bgColorHex:"#000000",bgColorOpacity:0,bgColorPalette:"",tempBgColorOpacity:1,tempBgColorPalette:"",hoverBgColorHex:null,hoverBgColorOpacity:null,hoverBgColorPalette:null,tempHoverBgColorOpacity:null,tempHoverBgColorPalette:null,gradientColorHex:"#009900",gradientColorOpacity:1,gradientColorPalette:"",tempGradientColorOpacity:1,tempGradientColorPalette:"",hoverGradientColorHex:null,hoverGradientColorOpacity:null,hoverGradientColorPalette:null,tempHoverGradientColorOpacity:null,tempHoverGradientColorPalette:null,borderColorHex:"#66738d",borderColorOpacity:0,borderColorPalette:"",tempBorderColorOpacity:1,tempBorderColorPalette:"",hoverBorderColorHex:null,hoverBorderColorOpacity:null,hoverBorderColorPalette:null,tempHoverBorderColorOpacity:null,tempHoverBorderColorPalette:null,hoverTransition:50,containerType:"boxed",containerSize:100,paddingType:"ungrouped",tempPaddingType:"ungrouped",padding:75,paddingTop:75,paddingRight:0,paddingBottom:75,paddingLeft:0,tempPadding:75,tempPaddingTop:75,tempPaddingRight:0,tempPaddingBottom:75,tempPaddingLeft:0,paddingSuffix:"px",paddingTopSuffix:"px",paddingRightSuffix:"px",paddingBottomSuffix:"px",paddingLeftSuffix:"px",tempPaddingSuffix:"px",tempPaddingTopSuffix:"px",tempPaddingRightSuffix:"px",tempPaddingBottomSuffix:"px",tempPaddingLeftSuffix:"px",hoverPaddingType:null,tempHoverPaddingType:null,hoverPadding:null,hoverPaddingTop:null,hoverPaddingRight:null,hoverPaddingBottom:null,hoverPaddingLeft:null,tempHoverPadding:null,tempHoverPaddingTop:null,tempHoverPaddingRight:null,tempHoverPaddingBottom:null,tempHoverPaddingLeft:null,hoverPaddingSuffix:null,hoverPaddingTopSuffix:null,hoverPaddingRightSuffix:null,hoverPaddingBottomSuffix:null,hoverPaddingLeftSuffix:null,tempHoverPaddingSuffix:null,tempHoverPaddingTopSuffix:null,tempHoverPaddingRightSuffix:null,tempHoverPaddingBottomSuffix:null,tempHoverPaddingLeftSuffix:null,boxShadow:"",tempBoxShadow:"inset",boxShadowColorHex:"#000000",boxShadowColorOpacity:1,boxShadowColorPalette:"",tempBoxShadowColorOpacity:1,tempBoxShadowColorPalette:"",boxShadowBlur:0,boxShadowSpread:0,boxShadowVertical:0,boxShadowHorizontal:0,tempBoxShadowBlur:4,tempBoxShadowSpread:0,tempBoxShadowVertical:2,tempBoxShadowHorizontal:1,hoverBoxShadow:null,tempHoverBoxShadow:null,hoverBoxShadowColorHex:null,hoverBoxShadowColorOpacity:null,hoverBoxShadowColorPalette:null,tempHoverBoxShadowColorPalette:null,tempHoverBoxShadowColorOpacity:null,hoverBoxShadowBlur:null,hoverBoxShadowVertical:null,hoverBoxShadowSpread:null,hoverBoxShadowHorizontal:null,tempHoverBoxShadowBlur:null,tempHoverBoxShadowVertical:null,tempHoverBoxShadowSpread:null,tempHoverBoxShadowHorizontal:null,shape:"top",shapeTopColorHex:"#000000",shapeTopColorOpacity:1,shapeTopColorPalette:"",tempShapeTopColorOpacity:1,tempShapeTopColorPalette:"",shapeBottomColorHex:"#000000",shapeBottomColorOpacity:1,shapeBottomColorPalette:"",tempShapeBottomColorOpacity:1,tempShapeBottomColorPalette:"",tempShapeColorOpacity:1,shapeTopHeight:100,shapeTopHeightSuffix:"px",shapeBottomHeight:100,shapeBottomHeightSuffix:"px",shapeTopType:"none",shapeBottomType:"none",shapeTopIndex:"auto",shapeBottomIndex:"auto",shapeTopHorizontal:"off",shapeBottomHorizontal:"off",containerClassName:"",customClassName:"",customCSS:"",tabletBorderStyle:null,tempTabletBorderStyle:null,tabletBorderWidthType:null,tabletBorderWidth:null,tabletBorderTopWidth:null,tabletBorderRightWidth:null,tabletBorderBottomWidth:null,tabletBorderLeftWidth:null,tempTabletBorderWidth:null,tempTabletBorderTopWidth:null,tempTabletBorderRightWidth:null,tempTabletBorderBottomWidth:null,tempTabletBorderLeftWidth:null,tabletBorderRadiusType:null,tabletBorderRadius:null,tabletBorderTopLeftRadius:null,tabletBorderTopRightRadius:null,tabletBorderBottomLeftRadius:null,tabletBorderBottomRightRadius:null,tempTabletBorderRadius:null,tempTabletBorderTopLeftRadius:null,tempTabletBorderTopRightRadius:null,tempTabletBorderBottomLeftRadius:null,tempTabletBorderBottomRightRadius:null,tabletBgColorType:null,tabletGradientStartPointer:null,tabletGradientFinishPointer:null,tabletGradientActivePointer:null,tabletGradientType:null,tabletGradientLinearDegree:null,tabletGradientRadialDegree:null,tabletBgColorHex:null,tabletBgColorOpacity:null,tabletBgColorPalette:null,tempTabletBgColorOpacity:null,tempTabletBgColorPalette:null,tabletGradientColorHex:null,tabletGradientColorOpacity:null,tabletGradientColorPalette:null,tempTabletGradientColorOpacity:null,tempTabletGradientColorPalette:null,tabletBorderColorHex:null,tabletBorderColorOpacity:null,tabletBorderColorPalette:null,tempTabletBorderColorOpacity:null,tempTabletBorderColorPalette:null,tabletPaddingType:"ungrouped",tempTabletPaddingType:"ungrouped",tabletPadding:50,tabletPaddingTop:50,tabletPaddingRight:0,tabletPaddingBottom:50,tabletPaddingLeft:0,tempTabletPadding:50,tempTabletPaddingTop:50,tempTabletPaddingRight:0,tempTabletPaddingBottom:50,tempTabletPaddingLeft:0,tabletPaddingSuffix:"px",tabletPaddingTopSuffix:"px",tabletPaddingRightSuffix:"px",tabletPaddingBottomSuffix:"px",tabletPaddingLeftSuffix:"px",tempTabletPaddingSuffix:"px",tempTabletPaddingTopSuffix:"px",tempTabletPaddingRightSuffix:"px",tempTabletPaddingBottomSuffix:"px",tempTabletPaddingLeftSuffix:"px",tabletBoxShadow:null,tabletBoxShadowColorHex:null,tabletBoxShadowColorOpacity:null,tabletBoxShadowColorPalette:null,tempTabletBoxShadowColorPalette:null,tempTabletBoxShadowColorOpacity:null,tabletBoxShadowBlur:null,tabletBoxShadowSpread:null,tabletBoxShadowVertical:null,tabletBoxShadowHorizontal:null,tempTabletBoxShadowBlur:null,tempTabletBoxShadowSpread:null,tempTabletBoxShadowVertical:null,tempTabletBoxShadowHorizontal:null,tabletShapeTopType:null,tabletShapeBottomType:null,tabletShape:null,tabletShapeTopHeight:null,tabletShapeTopHeightSuffix:null,tabletShapeBottomHeight:null,tabletShapeBottomHeightSuffix:null,mobileBgColorType:null,mobileGradientStartPointer:null,mobileGradientFinishPointer:null,mobileGradientActivePointer:null,mobileGradientType:null,mobileGradientLinearDegree:null,mobileGradientRadialDegree:null,mobileBorderStyle:null,tempMobileBorderStyle:null,mobileBorderWidthType:null,mobileBorderWidth:null,mobileBorderTopWidth:null,mobileBorderRightWidth:null,mobileBorderBottomWidth:null,mobileBorderLeftWidth:null,tempMobileBorderWidth:null,tempMobileBorderTopWidth:null,tempMobileBorderRightWidth:null,tempMobileBorderBottomWidth:null,tempMobileBorderLeftWidth:null,mobileBorderRadiusType:null,mobileBorderRadius:null,mobileBorderTopLeftRadius:null,mobileBorderTopRightRadius:null,mobileBorderBottomLeftRadius:null,mobileBorderBottomRightRadius:null,tempMobileBorderRadius:null,tempMobileBorderTopLeftRadius:null,tempMobileBorderTopRightRadius:null,tempMobileBorderBottomLeftRadius:null,tempMobileBorderBottomRightRadius:null,mobileBgColorHex:null,mobileBgColorOpacity:null,mobileBgColorPalette:null,tempMobileBgColorOpacity:null,tempMobileBgColorPalette:null,mobileGradientColorHex:null,mobileGradientColorOpacity:null,mobileGradientColorPalette:null,tempMobileGradientColorOpacity:null,tempMobileGradientColorPalette:null,mobileBorderColorHex:null,mobileBorderColorOpacity:null,mobileBorderColorPalette:null,tempMobileBorderColorOpacity:null,tempMobileBorderColorPalette:null,mobileBoxShadow:null,mobileBoxShadowColorHex:null,mobileBoxShadowColorOpacity:null,mobileBoxShadowColorPalette:null,tempMobileBoxShadowColorPalette:null,tempMobileBoxShadowColorOpacity:null,mobileBoxShadowBlur:null,mobileBoxShadowSpread:null,mobileBoxShadowVertical:null,mobileBoxShadowHorizontal:null,tempMobileBoxShadowBlur:null,tempMobileBoxShadowSpread:null,tempMobileBoxShadowVertical:null,tempMobileBoxShadowHorizontal:null,mobilePaddingType:"ungrouped",tempMobilePaddingType:"ungrouped",mobilePadding:25,mobilePaddingTop:25,mobilePaddingRight:0,mobilePaddingBottom:25,mobilePaddingLeft:0,tempMobilePadding:25,tempMobilePaddingTop:25,tempMobilePaddingRight:0,tempMobilePaddingBottom:25,tempMobilePaddingLeft:0,mobilePaddingSuffix:"px",mobilePaddingTopSuffix:"px",mobilePaddingRightSuffix:"px",mobilePaddingBottomSuffix:"px",mobilePaddingLeftSuffix:"px",tempMobilePaddingSuffix:"px",tempMobilePaddingTopSuffix:"px",tempMobilePaddingRightSuffix:"px",tempMobilePaddingBottomSuffix:"px",tempMobilePaddingLeftSuffix:"px",mobileShapeTopType:null,mobileShapeBottomType:null,mobileShape:null,mobileShapeTopHeight:null,mobileShapeTopHeightSuffix:null,mobileShapeBottomHeight:null,mobileShapeBottomHeightSuffix:null}}},351:function(e){e.exports={content:{items:[],media:"image",bgImageWidth:0,bgImageHeight:0,bgImageSrc:"",bgPositionY:50,bgPositionX:50,bgPopulation:"",brightness:100,hue:0,saturation:100,contrast:100,hoverMedia:"image",hoverBgImageWidth:null,hoverBgImageHeight:null,hoverBgImageSrc:null,hoverBgPositionY:null,hoverBgPositionX:null,hoverBgPopulation:null,hoverBrightness:null,hoverHue:null,hoverSaturation:null,hoverContrast:null,tabletMedia:null,tabletBgImageWidth:null,tabletBgImageHeight:null,tabletBgImageSrc:null,tabletBgPositionX:null,tabletBgPositionY:null,tabletBgPopulation:null,tabletBrightness:null,tabletHue:null,tabletSaturation:null,tabletContrast:null,mobileMedia:null,mobileBgImageWidth:null,mobileBgImageHeight:null,mobileBgImageSrc:null,mobileBgPositionX:null,mobileBgPositionY:null,mobileBgPopulation:null,mobileBrightness:null,mobileHue:null,mobileSaturation:null,mobileContrast:null},toolbar:{tabsState:"",tabsCurrentElement:"",tabsColor:""},style:{className:"",borderStyle:"",tempBorderStyle:"solid",hoverBorderStyle:null,tempHoverBorderStyle:null,borderWidthType:"grouped",borderWidth:0,borderTopWidth:0,borderRightWidth:0,borderBottomWidth:0,borderLeftWidth:0,tempBorderWidth:8,tempBorderTopWidth:8,tempBorderRightWidth:8,tempBorderBottomWidth:8,tempBorderLeftWidth:8,hoverBorderWidthType:null,hoverBorderWidth:null,hoverBorderTopWidth:null,hoverBorderRightWidth:null,hoverBorderBottomWidth:null,hoverBorderLeftWidth:null,tempHoverBorderWidth:null,tempHoverBorderTopWidth:null,tempHoverBorderRightWidth:null,tempHoverBorderBottomWidth:null,tempHoverBorderLeftWidth:null,borderRadiusType:"grouped",borderRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomRightRadius:0,borderBottomLeftRadius:0,tempBorderRadius:0,tempBorderTopLeftRadius:0,tempBorderTopRightRadius:0,tempBorderBottomRightRadius:0,tempBorderBottomLeftRadius:0,hoverBorderRadiusType:null,hoverBorderRadius:null,hoverBorderTopLeftRadius:null,hoverBorderTopRightRadius:null,hoverBorderBottomRightRadius:null,hoverBorderBottomLeftRadius:null,tempHoverBorderRadius:null,tempHoverBorderTopLeftRadius:null,tempHoverBorderTopRightRadius:null,tempHoverBorderBottomRightRadius:null,tempHoverBorderBottomLeftRadius:null,bgColorType:"solid",gradientActivePointer:"startPointer",gradientStartPointer:0,gradientFinishPointer:100,gradientType:"linear",gradientLinearDegree:90,gradientRadialDegree:90,hoverBgColorType:null,hoverGradientActivePointer:null,hoverGradientStartPointer:null,hoverGradientFinishPointer:null,hoverGradientType:null,hoverGradientLinearDegree:null,hoverGradientRadialDegree:null,bgColorHex:"#FFFFFF",bgColorOpacity:1,bgColorPalette:"",tempBgColorOpacity:1,tempBgColorPalette:"",hoverBgColorHex:null,hoverBgColorOpacity:null,hoverBgColorPalette:null,tempHoverBgColorOpacity:null,tempHoverBgColorPalette:null,gradientColorHex:"#009900",gradientColorOpacity:1,gradientColorPalette:"",tempGradientColorOpacity:1,tempGradientColorPalette:"",hoverGradientColorHex:null,hoverGradientColorOpacity:null,hoverGradientColorPalette:null,tempHoverGradientColorOpacity:null,tempHoverGradientColorPalette:null,borderColorHex:"#66738d",borderColorOpacity:0,borderColorPalette:"",tempBorderColorOpacity:1,tempBorderColorPalette:"",hoverBorderColorHex:null,hoverBorderColorOpacity:null,hoverBorderColorPalette:null,tempHoverBorderColorOpacity:null,tempHoverBorderColorPalette:null,hoverTransition:50,containerType:"boxed",containerSize:100,paddingType:"ungrouped",tempPaddingType:"ungrouped",padding:10,paddingTop:10,paddingRight:0,paddingBottom:10,paddingLeft:0,tempPadding:10,tempPaddingTop:10,tempPaddingRight:0,tempPaddingBottom:10,tempPaddingLeft:0,paddingSuffix:"px",paddingTopSuffix:"px",paddingRightSuffix:"px",paddingBottomSuffix:"px",paddingLeftSuffix:"px",tempPaddingSuffix:"px",tempPaddingTopSuffix:"px",tempPaddingRightSuffix:"px",tempPaddingBottomSuffix:"px",tempPaddingLeftSuffix:"px",hoverPaddingType:null,tempHoverPaddingType:null,hoverPadding:null,hoverPaddingTop:null,hoverPaddingRight:null,hoverPaddingBottom:null,hoverPaddingLeft:null,tempHoverPadding:null,tempHoverPaddingTop:null,tempHoverPaddingRight:null,tempHoverPaddingBottom:null,tempHoverPaddingLeft:null,hoverPaddingSuffix:null,hoverPaddingTopSuffix:null,hoverPaddingRightSuffix:null,hoverPaddingBottomSuffix:null,hoverPaddingLeftSuffix:null,tempHoverPaddingSuffix:null,tempHoverPaddingTopSuffix:null,tempHoverPaddingRightSuffix:null,tempHoverPaddingBottomSuffix:null,tempHoverPaddingLeftSuffix:null,boxShadow:"",tempBoxShadow:"inset",boxShadowColorHex:"#000000",boxShadowColorOpacity:1,boxShadowColorPalette:"",tempBoxShadowColorOpacity:1,tempBoxShadowColorPalette:"",boxShadowBlur:0,boxShadowSpread:0,boxShadowVertical:0,boxShadowHorizontal:0,tempBoxShadowBlur:4,tempBoxShadowSpread:0,tempBoxShadowVertical:2,tempBoxShadowHorizontal:1,hoverBoxShadow:null,tempHoverBoxShadow:null,hoverBoxShadowColorHex:null,hoverBoxShadowColorOpacity:null,hoverBoxShadowColorPalette:null,tempHoverBoxShadowColorPalette:null,tempHoverBoxShadowColorOpacity:null,hoverBoxShadowBlur:null,hoverBoxShadowSpread:null,hoverBoxShadowVertical:null,hoverBoxShadowHorizontal:null,tempHoverBoxShadowBlur:null,tempHoverBoxShadowSpread:null,tempHoverBoxShadowVertical:null,tempHoverBoxShadowHorizontal:null,shape:"top",shapeTopColorHex:"#000000",shapeTopColorOpacity:1,shapeTopColorPalette:"",tempShapeTopColorOpacity:1,tempShapeTopColorPalette:"",shapeBottomColorHex:"#000000",shapeBottomColorOpacity:1,shapeBottomColorPalette:"",tempShapeBottomColorOpacity:1,tempShapeBottomColorPalette:"",tempShapeColorOpacity:1,shapeTopHeight:100,shapeTopHeightSuffix:"px",shapeBottomHeight:100,shapeBottomHeightSuffix:"px",shapeTopType:"none",shapeBottomType:"none",shapeTopIndex:"auto",shapeBottomIndex:"auto",shapeTopHorizontal:"off",shapeBottomHorizontal:"off",containerClassName:"",customClassName:"",customCSS:"",tabletBorderStyle:null,tempTabletBorderStyle:null,tabletBorderWidthType:null,tabletBorderWidth:null,tabletBorderTopWidth:null,tabletBorderRightWidth:null,tabletBorderBottomWidth:null,tabletBorderLeftWidth:null,tempTabletBorderWidth:null,tempTabletBorderTopWidth:null,tempTabletBorderRightWidth:null,tempTabletBorderBottomWidth:null,tempTabletBorderLeftWidth:null,tabletBorderRadiusType:null,tabletBorderRadius:null,tabletBorderTopLeftRadius:null,tabletBorderTopRightRadius:null,tabletBorderBottomLeftRadius:null,tabletBorderBottomRightRadius:null,tempTabletBorderRadius:null,tempTabletBorderTopLeftRadius:null,tempTabletBorderTopRightRadius:null,tempTabletBorderBottomLeftRadius:null,tempTabletBorderBottomRightRadius:null,tabletBgColorType:null,tabletGradientStartPointer:null,tabletGradientFinishPointer:null,tabletGradientActivePointer:null,tabletGradientType:null,tabletGradientLinearDegree:null,tabletGradientRadialDegree:null,tabletBgColorHex:null,tabletBgColorOpacity:null,tabletBgColorPalette:null,tempTabletBgColorOpacity:null,tempTabletBgColorPalette:null,tabletGradientColorHex:null,tabletGradientColorOpacity:null,tabletGradientColorPalette:null,tempTabletGradientColorOpacity:null,tempTabletGradientColorPalette:null,tabletBorderColorHex:null,tabletBorderColorOpacity:null,tabletBorderColorPalette:null,tempTabletBorderColorOpacity:null,tempTabletBorderColorPalette:null,tabletPaddingType:"ungrouped",tempTabletPaddingType:"ungrouped",tabletPadding:10,tabletPaddingTop:10,tabletPaddingRight:0,tabletPaddingBottom:10,tabletPaddingLeft:0,tempTabletPadding:10,tempTabletPaddingTop:10,tempTabletPaddingRight:0,tempTabletPaddingBottom:10,tempTabletPaddingLeft:0,tabletPaddingSuffix:"px",tabletPaddingTopSuffix:"px",tabletPaddingRightSuffix:"px",tabletPaddingBottomSuffix:"px",tabletPaddingLeftSuffix:"px",tempTabletPaddingSuffix:"px",tempTabletPaddingTopSuffix:"px",tempTabletPaddingRightSuffix:"px",tempTabletPaddingBottomSuffix:"px",tempTabletPaddingLeftSuffix:"px",tabletShapeTopType:null,tabletShapeBottomType:null,tabletShape:null,tabletShapeTopHeight:null,tabletShapeTopHeightSuffix:null,tabletShapeBottomHeight:null,tabletShapeBottomHeightSuffix:null,tabletBoxShadow:null,tempTabletBoxShadow:null,tabletBoxShadowColorHex:null,tabletBoxShadowColorOpacity:null,tabletBoxShadowColorPalette:null,tempTabletBoxShadowColorPalette:null,tempTabletBoxShadowColorOpacity:null,tabletBoxShadowBlur:null,tabletBoxShadowSpread:null,tabletBoxShadowVertical:null,tabletBoxShadowHorizontal:null,tempTabletBoxShadowBlur:null,tempTabletBoxShadowSpread:null,tempTabletBoxShadowVertical:null,tempTabletBoxShadowHorizontal:null,mobileBgColorType:null,mobileGradientStartPointer:null,mobileGradientFinishPointer:null,mobileGradientActivePointer:null,mobileGradientType:null,mobileGradientLinearDegree:null,mobileGradientRadialDegree:null,mobileBorderStyle:null,tempMobileBorderStyle:null,mobileBorderWidthType:null,mobileBorderWidth:null,mobileBorderTopWidth:null,mobileBorderRightWidth:null,mobileBorderBottomWidth:null,mobileBorderLeftWidth:null,tempMobileBorderWidth:null,tempMobileBorderTopWidth:null,tempMobileBorderRightWidth:null,tempMobileBorderBottomWidth:null,tempMobileBorderLeftWidth:null,mobileBorderRadiusType:null,mobileBorderRadius:null,mobileBorderTopLeftRadius:null,mobileBorderTopRightRadius:null,mobileBorderBottomLeftRadius:null,mobileBorderBottomRightRadius:null,tempMobileBorderRadius:null,tempMobileBorderTopLeftRadius:null,tempMobileBorderTopRightRadius:null,tempMobileBorderBottomLeftRadius:null,tempMobileBorderBottomRightRadius:null,mobileBgColorHex:null,mobileBgColorOpacity:null,mobileBgColorPalette:null,tempMobileBgColorOpacity:null,tempMobileBgColorPalette:null,mobileGradientColorHex:null,mobileGradientColorOpacity:null,mobileGradientColorPalette:null,tempMobileGradientColorOpacity:null,tempMobileGradientColorPalette:null,mobileBorderColorHex:null,mobileBorderColorOpacity:null,mobileBorderColorPalette:null,tempMobileBorderColorOpacity:null,tempMobileBorderColorPalette:null,mobileBoxShadow:null,tempMobileBoxShadow:null,mobileBoxShadowColorHex:null,mobileBoxShadowColorOpacity:null,mobileBoxShadowColorPalette:null,tempMobileBoxShadowColorPalette:null,tempMobileBoxShadowColorOpacity:null,mobileBoxShadowBlur:null,mobileBoxShadowSpread:null,mobileBoxShadowVertical:null,mobileBoxShadowHorizontal:null,tempMobileBoxShadowBlur:null,tempMobileBoxShadowSpread:null,tempMobileBoxShadowVertical:null,tempMobileBoxShadowHorizontal:null,mobilePaddingType:"ungrouped",tempMobilePaddingType:"ungrouped",mobilePadding:10,mobilePaddingTop:10,mobilePaddingRight:0,mobilePaddingBottom:10,mobilePaddingLeft:0,tempMobilePadding:10,tempMobilePaddingTop:10,tempMobilePaddingRight:0,tempMobilePaddingBottom:10,tempMobilePaddingLeft:0,mobilePaddingSuffix:"px",mobilePaddingTopSuffix:"px",mobilePaddingRightSuffix:"px",mobilePaddingBottomSuffix:"px",mobilePaddingLeftSuffix:"px",tempMobilePaddingSuffix:"px",tempMobilePaddingTopSuffix:"px",tempMobilePaddingRightSuffix:"px",tempMobilePaddingBottomSuffix:"px",tempMobilePaddingLeftSuffix:"px",mobileShapeTopType:null,mobileShapeBottomType:null,mobileShape:null,mobileShapeTopHeight:null,mobileShapeTopHeightSuffix:null,mobileShapeBottomHeight:null,mobileShapeBottomHeightSuffix:null}}},353:function(e){e.exports={content:{items:[],lightBox:"off",gridColumn:2,tabletGridColumn:2,mobileGridColumn:1},style:{className:"",spacing:5,customCSS:"",tabletSpacing:null,mobileSpacing:null}}},354:function(e){e.exports={content:{popupId:"",items:[],media:"image",bgImageWidth:0,bgImageHeight:0,bgImageSrc:"",bgPositionY:50,bgPositionX:50,bgPopulation:"",brightness:100,hue:0,saturation:100,contrast:100,hoverMedia:"image",hoverBgImageWidth:null,hoverBgImageHeight:null,hoverBgImageSrc:null,hoverBgPositionY:null,hoverBgPositionX:null,hoverBgPopulation:null,hoverBrightness:null,hoverHue:null,hoverSaturation:null,hoverContrast:null,tabletMedia:"image",tabletBgImageWidth:null,tabletBgImageHeight:null,tabletBgImageSrc:null,tabletBgPositionX:null,tabletBgPositionY:null,tabletBgPopulation:null,tabletBrightness:null,tabletHue:null,tabletSaturation:null,tabletContrast:null,mobileMedia:"image",mobileBgImageWidth:null,mobileBgImageHeight:null,mobileBgImageSrc:null,mobileBgPositionX:null,mobileBgPositionY:null,mobileBgPopulation:null,mobileBrightness:null,mobileHue:null,mobileSaturation:null,mobileContrast:null},toolbar:{tabsState:"",tabsColor:"",tabletTabsState:null,tabletTabsColor:null,mobileTabsState:null,mobileTabsColor:null},style:{className:"",closePosition:"outside",closeHorizontalPosition:20,closeHorizontalPositionSuffix:"px",closeVerticalPosition:20,closeVerticalPositionSuffix:"px",closeSize:"small",closeCustomSize:26,closeSmallSize:32,closeMediumSize:48,closeLargeSize:64,closeFillType:"default",tempCloseFillType:"filled",closeBorderRadiusShape:"",tempCloseBorderRadiusShape:"square",closeBorderRadius:0,tempCloseBorderRadius:2,closeBgSize:0,tempCloseBgSize:5,closeColorHex:"#ffffff",closeColorOpacity:1,closeColorPalette:"",tempCloseColorOpacity:1,tempCloseColorPalette:"color3",hoverCloseColorHex:null,hoverCloseColorOpacity:null,hoverCloseColorPalette:null,tempHoverCloseColorOpacity:null,tempHoverCloseColorPalette:null,closeBgColorHex:"#000000",closeBgColorOpacity:0,closeBgColorPalette:"",tempCloseBgColorOpacity:1,tempCloseBgColorPalette:"",hoverCloseBgColorHex:null,hoverCloseBgColorOpacity:null,hoverCloseBgColorPalette:null,tempHoverCloseBgColorOpacity:null,tempHoverCloseBgColorPalette:null,closeAlign:"topRight",scrollPage:"on",clickOutsideToClose:"on",showCloseButton:"on",showCloseButtonAfter:0,hoverShowCloseButton:null,bgColorType:"solid",tempBgColorType:"solid",hoverBgColorType:null,tempHoverBgColorType:null,bgColorHex:"#000000",bgColorOpacity:0,bgColorPalette:"",tempBgColorOpacity:1,tempBgColorPalette:"",hoverBgColorHex:null,hoverBgColorOpacity:null,hoverBgColorPalette:null,tempHoverBgColorOpacity:null,tempHoverBgColorPalette:null,gradientColorHex:"#009900",gradientColorOpacity:1,gradientColorPalette:"",tempGradientColorOpacity:1,tempGradientColorPalette:"",gradientActivePointer:"startPointer",gradientStartPointer:0,gradientFinishPointer:100,gradientType:"linear",gradientLinearDegree:90,gradientRadialDegree:90,hoverGradientColorHex:null,hoverGradientColorOpacity:null,hoverGradientColorPalette:null,tempHoverGradientColorOpacity:null,tempHoverGradientColorPalette:null,hoverGradientActivePointer:null,hoverGradientStartPointer:null,hoverGradientFinishPointer:null,hoverGradientType:null,hoverGradientLinearDegree:null,hoverGradientRadialDegree:null,verticalAlign:"center",horizontalAlign:"center",width:1170,widthSuffix:"px",columnsHeightStyle:"auto",columnsHeight:400,columnsHeightSuffix:"px",popupRowVerticalAlign:"center",borderRadiusType:"grouped",borderRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomRightRadius:0,borderBottomLeftRadius:0,tempBorderRadius:0,tempBorderTopLeftRadius:0,tempBorderTopRightRadius:0,tempBorderBottomRightRadius:0,tempBorderBottomLeftRadius:0,containerClassName:"",customCSS:"",tabletClosePosition:null,tabletCloseHorizontalPosition:null,tabletCloseHorizontalPositionSuffix:null,tabletCloseVerticalPosition:null,tabletCloseVerticalPositionSuffix:null,tabletCloseSize:null,tabletCloseCustomSize:null,tabletCloseSmallSize:null,tabletCloseMediumSize:null,tabletCloseLargeSize:null,tabletCloseFillType:null,tempTabletCloseFillType:null,tabletCloseBorderRadiusShape:null,tempTabletCloseBorderRadiusShape:null,tabletCloseBorderRadius:null,tempTabletCloseBorderRadius:null,tabletCloseBgSize:null,tempTabletCloseBgSize:null,tabletCloseColorHex:null,tabletCloseColorOpacity:null,tabletCloseColorPalette:null,tempTabletCloseColorOpacity:null,tempTabletCloseColorPalette:null,tabletCloseBgColorHex:null,tabletCloseBgColorOpacity:null,tabletCloseBgColorPalette:null,tempTabletCloseBgColorOpacity:null,tempTabletCloseBgColorPalette:null,tabletCloseAlign:null,tabletShowCloseButton:null,tabletShowCloseButtonAfter:null,tabletBgColorType:null,tabletBgColorHex:null,tabletBgColorOpacity:null,tabletBgColorPalette:null,tempTabletBgColorOpacity:null,tempTabletBgColorPalette:null,tabletGradientColorHex:null,tabletGradientColorOpacity:null,tabletGradientColorPalette:null,tempTabletGradientColorOpacity:null,tempTabletGradientColorPalette:null,tabletGradientStartPointer:null,tabletGradientFinishPointer:null,tabletGradientActivePointer:null,tabletGradientType:null,tabletGradientLinearDegree:null,tabletGradientRadialDegree:null,tabletVerticalAlign:null,tabletHorizontalAlign:null,tabletWidth:null,tabletWidthSuffix:null,tabletColumnsHeightStyle:null,tabletColumnsHeight:null,tabletColumnsHeightSuffix:null,tabletBorderRadius:null,tabletBorderTopLeftRadius:null,tabletBorderTopRightRadius:null,tabletBorderBottomLeftRadius:null,tabletBorderBottomRightRadius:null,tempTabletBorderTopLeftRadius:null,tempTabletBorderTopRightRadius:null,tempTabletBorderBottomLeftRadius:null,tempTabletBorderBottomRightRadius:null,mobileClosePosition:null,mobileCloseHorizontalPosition:null,mobileCloseHorizontalPositionSuffix:null,mobileCloseVerticalPosition:null,mobileCloseVerticalPositionSuffix:null,mobileCloseSize:null,mobileCloseCustomSize:null,mobileCloseSmallSize:null,mobileCloseMediumSize:null,mobileCloseLargeSize:null,mobileCloseFillType:null,tempMobileCloseFillType:null,mobileCloseBorderRadiusShape:null,tempMobileCloseBorderRadiusShape:null,mobileCloseBorderRadius:null,tempMobileCloseBorderRadius:null,mobileCloseBgSize:null,tempMobileCloseBgSize:null,mobileCloseColorHex:null,mobileCloseColorOpacity:null,mobileCloseColorPalette:null,tempMobileCloseColorOpacity:null,tempMobileCloseColorPalette:null,mobileCloseBgColorHex:null,mobileCloseBgColorOpacity:null,mobileCloseBgColorPalette:null,tempMobileCloseBgColorOpacity:null,tempMobileCloseBgColorPalette:null,mobileCloseAlign:null,mobileShowCloseButton:null,mobileShowCloseButtonAfter:null,mobileBgColorType:null,mobileBgColorHex:null,mobileBgColorOpacity:null,mobileBgColorPalette:null,tempMobileBgColorOpacity:null,tempMobileBgColorPalette:null,mobileGradientColorHex:null,mobileGradientColorOpacity:null,mobileGradientColorPalette:null,tempMobileGradientColorOpacity:null,tempMobileGradientColorPalette:null,mobileGradientStartPointer:null,mobileGradientFinishPointer:null,mobileGradientActivePointer:null,mobileGradientType:null,mobileGradientLinearDegree:null,mobileGradientRadialDegree:null,mobileVerticalAlign:null,mobileHorizontalAlign:null,mobileWidth:null,mobileWidthSuffix:null,mobileColumnsHeightStyle:null,mobileColumnsHeight:null,mobileColumnsHeightSuffix:null,mobileBorderRadius:null,mobileBorderTopLeftRadius:null,mobileBorderTopRightRadius:null,mobileBorderBottomLeftRadius:null,mobileBorderBottomRightRadius:null,tempMobileBorderTopLeftRadius:null,tempMobileBorderTopRightRadius:null,tempMobileBorderBottomLeftRadius:null,tempMobileBorderBottomRightRadius:null}}},355:function(e){e.exports={content:{swipe:"on",dynamic:"off",orderBy:"title",order:"ASC",columns:4,taxonomy:"category",taxonomyId:1,slidesToShow:3,slidesToScroll:1,sliderAutoPlay:"off",sliderAutoPlaySpeed:3,items:[]},style:{className:"",spacing:0,sliderArrows:"thin",sliderArrowsSpacing:30,sliderArrowsColorHex:"#000000",sliderArrowsColorOpacity:1,sliderArrowsColorPalette:"",tempSliderArrowsColorOpacity:1,tempSliderArrowsColorPalette:"",sliderDots:"circle",sliderDotsColorHex:"#000000",sliderDotsColorOpacity:1,sliderDotsColorPalette:"",tempSliderDotsColorOpacity:1,tempSliderDotsColorPalette:"",sliderPaddingType:"ungrouped",sliderPadding:0,sliderPaddingSuffix:"px",sliderPaddingTop:10,sliderPaddingTopSuffix:"px",sliderPaddingRight:70,sliderPaddingRightSuffix:"px",sliderPaddingBottom:30,sliderPaddingBottomSuffix:"px",sliderPaddingLeft:70,sliderPaddingLeftSuffix:"px",customCSS:"",tabletSlidesToShow:2,tabletSliderArrowsSpacing:null,tabletSliderPaddingType:"ungrouped",tabletSliderPadding:0,tabletSliderPaddingSuffix:"px",tabletSliderPaddingTop:10,tabletSliderPaddingTopSuffix:"px",tabletSliderPaddingRight:0,tabletSliderPaddingRightSuffix:"px",tabletSliderPaddingBottom:30,tabletSliderPaddingBottomSuffix:"px",tabletSliderPaddingLeft:0,tabletSliderPaddingLeftSuffix:"px",mobileSliderArrowsSpacing:null,mobileSliderPaddingType:"ungrouped",mobileSliderPadding:0,mobileSliderPaddingSuffix:"px",mobileSliderPaddingTop:10,mobileSliderPaddingTopSuffix:"px",mobileSliderPaddingRight:0,mobileSliderPaddingRightSuffix:"px",mobileSliderPaddingBottom:30,mobileSliderPaddingBottomSuffix:"px",mobileSliderPaddingLeft:0,mobileSliderPaddingLeftSuffix:"px"}}},356:function(e){e.exports={content:{menuSelected:"",items:[],symbols:{},mMenu:"off",mMenuTitle:"Menu",tabletMMenu:"on",mobileMMenu:"on"},style:{className:"",colorHex:"#000000",colorOpacity:1,colorPalette:"",hoverColorHex:"#000000",hoverColorOpacity:1,hoverColorPalette:"",tempColorOpacity:1,tempHoverColorOpacity:1,fontStyle:"button",fontFamilyType:"google",subMenuFontFamilyType:"google",mMenuFontFamilyType:"google",families:{fontFamily:"montserrat",subMenuFontFamily:"montserrat",mMenuFontFamily:"montserrat"},fontSize:12,fontWeight:700,lineHeight:1.8,letterSpacing:3,customCSS:"",tabletFontStyle:"button",tabletFontSize:11,tabletFontWeight:700,tabletLineHeight:1.8,tabletLetterSpacing:1,mobileFontStyle:"button",mobileFontSize:11,mobileFontWeight:700,mobileLineHeight:1.8,mobileLetterSpacing:1,horizontalAlign:"center",tabletHorizontalAlign:null,mobileHorizontalAlign:null,iconSize:12,iconSpacing:15,itemPadding:10,itemPaddingTop:0,itemPaddingRight:10,itemPaddingBottom:0,itemPaddingLeft:10,tabletIconSize:12,tabletItemPadding:10,tabletItemPaddingTop:0,tabletItemPaddingRight:10,tabletItemPaddingBottom:0,tabletItemPaddingLeft:10,mobileIconSize:12,mobileItemPadding:10,mobileItemPaddingTop:0,mobileItemPaddingRight:10,mobileItemPaddingBottom:0,mobileItemPaddingLeft:10,subMenuColorHex:"#ffffff",subMenuColorOpacity:1,subMenuColorPalette:"",subMenuHoverColorHex:"#ffffff",subMenuHoverColorOpacity:1,subMenuHoverColorPalette:"",subMenuTempColorOpacity:1,subMenuTempHoverColorOpacity:1,subMenuBgColorType:"solid",subMenuBgColorHex:"#333333",subMenuBgColorOpacity:1,subMenuBgColorPalette:"",subMenuHoverBgColorType:"solid",subMenuHoverBgColorHex:"#333333",subMenuHoverBgColorOpacity:1,subMenuHoverBgColorPalette:"",subMenuTempBgColorOpacity:1,subMenuTempHoverBgColorOpacity:1,subMenuBorderColorHex:"#555555",subMenuBorderColorOpacity:1,subMenuBorderColorPalette:"",subMenuTempBorderColorOpacity:1,subMenuBorderWidth:1,subMenuBorderStyle:"solid",subMenuIconSize:12,subMenuIconSpacing:15,subMenuFontStyle:"button",subMenuFontSize:12,subMenuFontWeight:700,subMenuLineHeight:1.8,subMenuLetterSpacing:3,borderRadiusType:"grouped",borderRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomRightRadius:0,borderBottomLeftRadius:0,tempBorderRadius:0,tempBorderTopLeftRadius:0,tempBorderTopRightRadius:0,tempBorderBottomRightRadius:0,tempBorderBottomLeftRadius:0,boxShadow:"",tempBoxShadow:"on",boxShadowColorHex:"#000000",boxShadowColorOpacity:1,boxShadowColorPalette:"",tempBoxShadowColorOpacity:1,tempBoxShadowColorPalette:"",boxShadowBlur:0,boxShadowSpread:0,boxShadowVertical:0,boxShadowHorizontal:0,tempBoxShadowBlur:4,tempBoxShadowSpread:0,tempBoxShadowVertical:2,tempBoxShadowHorizontal:1,hoverBoxShadow:null,tempHoverBoxShadow:null,hoverBoxShadowColorHex:null,hoverBoxShadowColorOpacity:null,hoverBoxShadowColorPalette:null,tempHoverBoxShadowColorPalette:null,tempHoverBoxShadowColorOpacity:null,hoverBoxShadowBlur:null,hoverBoxShadowVertical:null,hoverBoxShadowSpread:null,hoverBoxShadowHorizontal:null,tempHoverBoxShadowBlur:null,tempHoverBoxShadowVertical:null,tempHoverBoxShadowSpread:null,tempHoverBoxShadowHorizontal:null,tabletSubMenuFontStyle:"button",tabletSubMenuFontSize:11,tabletSubMenuFontWeight:700,tabletSubMenuLineHeight:1.8,tabletSubMenuLetterSpacing:1,mobileSubMenuFontStyle:"button",mobileSubMenuFontSize:11,mobileSubMenuFontWeight:700,mobileSubMenuLineHeight:1.8,mobileSubMenuLetterSpacing:1,mMenuSize:18,mMenuFontStyle:"button",mMenuFontSize:12,mMenuFontWeight:700,mMenuLineHeight:1.8,mMenuLetterSpacing:3,mMenuPosition:"left",mMenuColorHex:"#ffffff",mMenuColorOpacity:1,mMenuColorPalette:"",mMenuHoverColorHex:"#ffffff",mMenuHoverColorOpacity:1,mMenuHoverColorPalette:"",mMenuTempColorOpacity:1,mMenuTempHoverColorOpacity:1,mMenuBgColorType:"solid",mMenuBgColorHex:"#333333",mMenuBgColorOpacity:1,mMenuBgColorPalette:"",mMenuTempBgColorOpacity:1,mMenuBorderColorHex:"#555555",mMenuBorderColorOpacity:1,mMenuBorderColorPalette:"",mMenuTempBorderColorOpacity:1,mMenuIconSize:12,mMenuIconSpacing:15,mMenuIconColorHex:"#333333",mMenuIconColorOpacity:1,mMenuIconColorPalette:"",mMenuTempIconColorOpacity:1,mMenuItemHorizontalAlign:"left",tabletMMenuItemHorizontalAlign:null,mobileMMenuItemHorizontalAlign:null,tabletMMenuSize:null,tabletMMenuFontStyle:"button",tabletMMenuFontSize:12,tabletMMenuFontWeight:700,tabletMMenuLineHeight:1.8,tabletMMenuLetterSpacing:3,tabletMMenuPosition:null,tabletMMenuIconSize:12,tabletMMenuIconSpacing:15,tabletMMenuIconColorHex:null,tabletMMenuIconColorOpacity:null,tabletMMenuIconColorPalette:null,mobileMMenuSize:null,mobileMMenuFontStyle:"button",mobileMMenuFontSize:12,mobileMMenuFontWeight:700,mobileMMenuLineHeight:1.8,mobileMMenuLetterSpacing:3,mobileMMenuPosition:null,mobileMMenuIconSize:12,mobileMMenuIconSpacing:15,mobileMMenuIconColorHex:null,mobileMMenuIconColorOpacity:null,mobileMMenuIconColorPalette:null}}},357:function(e){e.exports={content:{id:"",title:"",attrTitle:"",classes:"",target:"",url:"",items:[],iconName:"",iconType:"",megaMenu:"off",megaMenuItems:[{type:"SectionMegaMenu",value:{items:[]}}]}}},358:function(e){e.exports={content:{type:"like",layout:"button",size:"small",share:"on",showFriends:"off",showCounter:"off",darkScheme:"off"},link:{targetUrl:"current",href:""},toolbar:{tabsState:"",tabsColor:""},style:{className:"",customCSS:"",boxShadow:"",tempBoxShadow:"on",boxShadowColorHex:"#000000",boxShadowColorOpacity:1,boxShadowColorPalette:"",tempBoxShadowColorOpacity:1,tempBoxShadowColorPalette:"",boxShadowBlur:0,boxShadowSpread:0,boxShadowVertical:0,boxShadowHorizontal:0,tempBoxShadowBlur:4,tempBoxShadowSpread:0,tempBoxShadowVertical:2,tempBoxShadowHorizontal:1,hoverBoxShadow:null,tempHoverBoxShadow:null,hoverBoxShadowColorHex:null,hoverBoxShadowColorOpacity:null,hoverBoxShadowColorPalette:null,tempHoverBoxShadowColorPalette:null,tempHoverBoxShadowColorOpacity:null,hoverBoxShadowBlur:null,hoverBoxShadowSpread:null,hoverBoxShadowVertical:null,hoverBoxShadowHorizontal:null,tempHoverBoxShadowBlur:null,tempHoverBoxShadowSpread:null,tempHoverBoxShadowVertical:null,tempHoverBoxShadowHorizontal:null,hoverTransition:50,tabletBoxShadow:null,tabletBoxShadowColorHex:null,tabletBoxShadowColorOpacity:null,tabletBoxShadowColorPalette:null,tempTabletBoxShadowColorPalette:null,tempTabletBoxShadowColorOpacity:null,tabletBoxShadowBlur:null,tabletBoxShadowSpread:null,tabletBoxShadowVertical:null,tabletBoxShadowHorizontal:null,tempTabletBoxShadowBlur:null,tempTabletBoxShadowSpread:null,tempTabletBoxShadowVertical:null,tempTabletBoxShadowHorizontal:null,mobileBoxShadow:null,mobileBoxShadowColorHex:null,mobileBoxShadowColorOpacity:null,mobileBoxShadowColorPalette:null,tempMobileBoxShadowColorPalette:null,tempMobileBoxShadowColorOpacity:null,mobileBoxShadowBlur:null,mobileBoxShadowSpread:null,mobileBoxShadowVertical:null,mobileBoxShadowHorizontal:null,tempMobileBoxShadowBlur:null,tempMobileBoxShadowSpread:null,tempMobileBoxShadowVertical:null,tempMobileBoxShadowHorizontal:null}}},359:function(e){e.exports={content:{numPosts:10,darkScheme:"off"},link:{targetUrl:"current",href:""},toolbar:{tabsState:"",tabsColor:""},style:{className:"",customCSS:"",boxShadow:"",tempBoxShadow:"on",boxShadowColorHex:"#000000",boxShadowColorOpacity:1,boxShadowColorPalette:"",tempBoxShadowColorOpacity:1,tempBoxShadowColorPalette:"",boxShadowBlur:0,boxShadowSpread:0,boxShadowVertical:0,boxShadowHorizontal:0,tempBoxShadowBlur:4,tempBoxShadowSpread:0,tempBoxShadowVertical:2,tempBoxShadowHorizontal:1,hoverBoxShadow:null,tempHoverBoxShadow:null,hoverBoxShadowColorHex:null,hoverBoxShadowColorOpacity:null,hoverBoxShadowColorPalette:null,tempHoverBoxShadowColorPalette:null,tempHoverBoxShadowColorOpacity:null,hoverBoxShadowBlur:null,hoverBoxShadowSpread:null,hoverBoxShadowVertical:null,hoverBoxShadowHorizontal:null,tempHoverBoxShadowBlur:null,tempHoverBoxShadowSpread:null,tempHoverBoxShadowVertical:null,tempHoverBoxShadowHorizontal:null,hoverTransition:50,tabletBoxShadow:null,tabletBoxShadowColorHex:null,tabletBoxShadowColorOpacity:null,tabletBoxShadowColorPalette:null,tempTabletBoxShadowColorPalette:null,tempTabletBoxShadowColorOpacity:null,tabletBoxShadowBlur:null,tabletBoxShadowSpread:null,tabletBoxShadowVertical:null,tabletBoxShadowHorizontal:null,tempTabletBoxShadowBlur:null,tempTabletBoxShadowSpread:null,tempTabletBoxShadowVertical:null,tempTabletBoxShadowHorizontal:null,mobileBoxShadow:null,mobileBoxShadowColorHex:null,mobileBoxShadowColorOpacity:null,mobileBoxShadowColorPalette:null,tempMobileBoxShadowColorPalette:null,tempMobileBoxShadowColorOpacity:null,mobileBoxShadowBlur:null,mobileBoxShadowSpread:null,mobileBoxShadowVertical:null,mobileBoxShadowHorizontal:null,tempMobileBoxShadowBlur:null,tempMobileBoxShadowSpread:null,tempMobileBoxShadowVertical:null,tempMobileBoxShadowHorizontal:null}}},36:function(e,t,a){"use strict";var o=a(50),n=a(57),i=a(35);const r=(e,t,a,n)=>{if("type"===e&&null!=o.a.getComponent(t)){if(a.value=a.value||{},void 0!==a.value._id&&n.keepExistingIds)return;a.value._id=Object(i.a)()}};function l(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const a=JSON.parse(JSON.stringify(e));return Object(n.d)(a,r,t),a}function s(e){return JSON.parse(JSON.stringify(e,(e,t)=>"_id"===e?void 0:t))}var c=a(20),d=a(5),p=a(24);function u(e,t,a){let o=e.findIndex(e=>e===t),n="increase"===a?++o:--o;return n===e.length?n=0:n<0&&(n=e.length-1),e[n]}function m(e,t,a){return h(e,t,e=>{if(e.type){const t=(o.a.getComponent(e.type)||{}).defaultValue;return!(!t||!t.style)&&t.style[a]}})}function h(e,t,a){const o=[...e];let n=[];for(let i=0;i<=e.length;i++){const e=Object(p.getIn)(t,o),i=a(e);if(i||null===i)return{value:e,path:o};n.unshift(o.pop())}return{value:null,path:null}}function b(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;const n=(i=e,o.a.getComponent(i.type).defaultValue.style);var i;let r=Object(p.setIn)(e,["value"],g(e.value,n));if(a++,e.value.items&&a<=t){const o=e.value.items.map((e,o)=>{let n={};return r.value&&r.value.items&&r.value.items[o]&&(n=r.value.items[o]),b(Object(d.a)({},e,{value:Object(d.a)({},n.value,e.value)}),t,a)});r=Object(p.setIn)(r,["value","items"],o)}return r}const g=function e(t){let a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Object.entries(a).reduce((o,n)=>{let i=Object(c.a)(n,2),r=i[0],l=i[1];return o[r]=r in t?t[r]:l,o[r]="items"===r?t.items.map((t,o)=>Object(d.a)({},t,{value:Object(d.a)({},e(t.value,a.items[o].value),t.value)})):r in t?t[r]:l,o},{})},y=["_id","_thumbnailSrc","_thumbnailWidth","_thumbnailHeight","_thumbnailTime"];function v(e){let t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).exclude,a=void 0===t?[]:t;const o=y.filter(e=>!a.includes(e));return JSON.parse(JSON.stringify(e,(e,t)=>{if(!o.includes(e))return t}))}a.d(t,"d",function(){return l}),a.d(t,"f",function(){return s}),a.d(t,"e",function(){return b}),a.d(t,"b",function(){return u}),a.d(t,"a",function(){return h}),a.d(t,"c",function(){return m}),a.d(t,"g",function(){return v})},360:function(e){e.exports={content:{type:"post",postAndVideoShowText:"on",videoAllowFullScreen:"off",videoAutoPlay:"off",videoCaptions:"off"},link:{postHref:"https://www.facebook.com/brizy.io/posts/1382471355229091",videoHref:"https://www.facebook.com/brizy.io/videos/1941346902610185"},toolbar:{tabsState:"",tabsColor:""},style:{className:"",customCSS:"",boxShadow:"",tempBoxShadow:"on",boxShadowColorHex:"#000000",boxShadowColorOpacity:1,boxShadowColorPalette:"",tempBoxShadowColorOpacity:1,tempBoxShadowColorPalette:"",boxShadowBlur:0,boxShadowSpread:0,boxShadowVertical:0,boxShadowHorizontal:0,tempBoxShadowBlur:4,tempBoxShadowSpread:0,tempBoxShadowVertical:2,tempBoxShadowHorizontal:1,hoverBoxShadow:null,tempHoverBoxShadow:null,hoverBoxShadowColorHex:null,hoverBoxShadowColorOpacity:null,hoverBoxShadowColorPalette:null,tempHoverBoxShadowColorPalette:null,tempHoverBoxShadowColorOpacity:null,hoverBoxShadowBlur:null,hoverBoxShadowSpread:null,hoverBoxShadowVertical:null,hoverBoxShadowHorizontal:null,tempHoverBoxShadowBlur:null,tempHoverBoxShadowSpread:null,tempHoverBoxShadowVertical:null,tempHoverBoxShadowHorizontal:null,hoverTransition:50,tabletBoxShadow:null,tabletBoxShadowColorHex:null,tabletBoxShadowColorOpacity:null,tabletBoxShadowColorPalette:null,tempTabletBoxShadowColorPalette:null,tempTabletBoxShadowColorOpacity:null,tabletBoxShadowBlur:null,tabletBoxShadowSpread:null,tabletBoxShadowVertical:null,tabletBoxShadowHorizontal:null,tempTabletBoxShadowBlur:null,tempTabletBoxShadowSpread:null,tempTabletBoxShadowVertical:null,tempTabletBoxShadowHorizontal:null,mobileBoxShadow:null,mobileBoxShadowColorHex:null,mobileBoxShadowColorOpacity:null,mobileBoxShadowColorPalette:null,tempMobileBoxShadowColorPalette:null,tempMobileBoxShadowColorOpacity:null,mobileBoxShadowBlur:null,mobileBoxShadowSpread:null,mobileBoxShadowVertical:null,mobileBoxShadowHorizontal:null,tempMobileBoxShadowBlur:null,tempMobileBoxShadowSpread:null,tempMobileBoxShadowVertical:null,tempMobileBoxShadowHorizontal:null}}},361:function(e){e.exports={content:{pageTabs:"timeline",smallHeader:"off",hideCover:"off",showFacepile:"off"},link:{href:"https://facebook.com/brizy.io"},toolbar:{tabsState:"",tabsColor:""},style:{height:450,className:"",customCSS:"",boxShadow:"",tempBoxShadow:"on",boxShadowColorHex:"#000000",boxShadowColorOpacity:1,boxShadowColorPalette:"",tempBoxShadowColorOpacity:1,tempBoxShadowColorPalette:"",boxShadowBlur:0,boxShadowSpread:0,boxShadowVertical:0,boxShadowHorizontal:0,tempBoxShadowBlur:4,tempBoxShadowSpread:0,tempBoxShadowVertical:2,tempBoxShadowHorizontal:1,hoverBoxShadow:null,tempHoverBoxShadow:null,hoverBoxShadowColorHex:null,hoverBoxShadowColorOpacity:null,hoverBoxShadowColorPalette:null,tempHoverBoxShadowColorPalette:null,tempHoverBoxShadowColorOpacity:null,hoverBoxShadowBlur:null,hoverBoxShadowSpread:null,hoverBoxShadowVertical:null,hoverBoxShadowHorizontal:null,tempHoverBoxShadowBlur:null,tempHoverBoxShadowSpread:null,tempHoverBoxShadowVertical:null,tempHoverBoxShadowHorizontal:null,hoverTransition:50,tabletBoxShadow:null,tabletBoxShadowColorHex:null,tabletBoxShadowColorOpacity:null,tabletBoxShadowColorPalette:null,tempTabletBoxShadowColorPalette:null,tempTabletBoxShadowColorOpacity:null,tabletBoxShadowBlur:null,tabletBoxShadowSpread:null,tabletBoxShadowVertical:null,tabletBoxShadowHorizontal:null,tempTabletBoxShadowBlur:null,tempTabletBoxShadowSpread:null,tempTabletBoxShadowVertical:null,tempTabletBoxShadowHorizontal:null,mobileBoxShadow:null,mobileBoxShadowColorHex:null,mobileBoxShadowColorOpacity:null,mobileBoxShadowColorPalette:null,tempMobileBoxShadowColorPalette:null,tempMobileBoxShadowColorOpacity:null,mobileBoxShadowBlur:null,mobileBoxShadowSpread:null,mobileBoxShadowVertical:null,mobileBoxShadowHorizontal:null,tempMobileBoxShadowBlur:null,tempMobileBoxShadowSpread:null,tempMobileBoxShadowVertical:null,tempMobileBoxShadowHorizontal:null}}},362:function(e){e.exports={content:{showSocialContext:"on",showMetaData:"on"},link:{href:"https://www.facebook.com/groups/brizy/"},toolbar:{tabsState:""},style:{width:300,skin:"light",className:"",customCSS:"",boxShadow:"",tempBoxShadow:"on",boxShadowColorHex:"#000000",boxShadowColorOpacity:1,boxShadowColorPalette:"",tempBoxShadowColorOpacity:1,tempBoxShadowColorPalette:"",boxShadowBlur:0,boxShadowSpread:0,boxShadowVertical:0,boxShadowHorizontal:0,tempBoxShadowBlur:4,tempBoxShadowSpread:0,tempBoxShadowVertical:2,tempBoxShadowHorizontal:1,hoverBoxShadow:null,tempHoverBoxShadow:null,hoverBoxShadowColorHex:null,hoverBoxShadowColorOpacity:null,hoverBoxShadowColorPalette:null,tempHoverBoxShadowColorPalette:null,tempHoverBoxShadowColorOpacity:null,hoverBoxShadowBlur:null,hoverBoxShadowSpread:null,hoverBoxShadowVertical:null,hoverBoxShadowHorizontal:null,tempHoverBoxShadowBlur:null,tempHoverBoxShadowSpread:null,tempHoverBoxShadowVertical:null,tempHoverBoxShadowHorizontal:null,hoverTransition:50,tabletBoxShadow:null,tabletBoxShadowColorHex:null,tabletBoxShadowColorOpacity:null,tabletBoxShadowColorPalette:null,tempTabletBoxShadowColorPalette:null,tempTabletBoxShadowColorOpacity:null,tabletBoxShadowBlur:null,tabletBoxShadowSpread:null,tabletBoxShadowVertical:null,tabletBoxShadowHorizontal:null,tempTabletBoxShadowBlur:null,tempTabletBoxShadowSpread:null,tempTabletBoxShadowVertical:null,tempTabletBoxShadowHorizontal:null,mobileBoxShadow:null,mobileBoxShadowColorHex:null,mobileBoxShadowColorOpacity:null,mobileBoxShadowColorPalette:null,tempMobileBoxShadowColorPalette:null,tempMobileBoxShadowColorOpacity:null,mobileBoxShadowBlur:null,mobileBoxShadowSpread:null,mobileBoxShadowVertical:null,mobileBoxShadowHorizontal:null,tempMobileBoxShadowBlur:null,tempMobileBoxShadowSpread:null,tempMobileBoxShadowVertical:null,tempMobileBoxShadowHorizontal:null}}},363:function(e){e.exports={content:{sidebar:""},style:{width:100,customCSS:"",tabletWidth:null,mobileWidth:null}}},364:function(e){e.exports={content:{shortcode:""},style:{className:"",width:100,tabletWidth:null,mobileWidth:null,customCSS:""}}},365:function(e){e.exports={content:{menuName:""},style:{className:"",width:100,itemPadding:15,fontStyle:"",fontFamilyType:"google",families:{fontFamily:"roboto"},fontSize:14,fontWeight:600,lineHeight:1.3,letterSpacing:0,colorHex:"#33344b",colorOpacity:1,colorPalette:"",tempColorOpacity:1,tempColorPalette:"",tabletWidth:null,tabletItemPadding:null,tabletToggleMenu:"off",tabletFontStyle:"",tabletFontSize:14,tabletLineHeight:1.3,tabletFontWeight:600,tabletLetterSpacing:0,mobileWidth:null,mobileItemPadding:null,mobileToggleMenu:"off",mobileFontStyle:"",mobileFontSize:14,mobileLineHeight:1.3,mobileFontWeight:600,mobileLetterSpacing:0}}},366:function(e){e.exports={content:{columns:3,limit:6,category:"",orderBy:"name",order:"ASC",ids:""},style:{className:"",width:100,tabletWidth:null,mobileWidth:null,customCSS:""}}},367:function(e){e.exports={content:{productID:""},style:{className:"",width:100,tabletWidth:null,mobileWidth:null,customCSS:""}}},368:function(e){e.exports={content:{number:8,orderBy:"name",order:"ASC",columns:4,hideEmpty:0,parent:"",ids:""},style:{className:"",width:100,tabletWidth:null,mobileWidth:null,customCSS:""}}},369:function(e){e.exports={content:{shortcode:"woocommerce_cart",currentUser:""},style:{className:"",width:100,tabletWidth:null,mobileWidth:null,customCSS:""}}},37:function(e,t,a){"use strict";var o=a(3),n=a(0),i=a.n(n),r=a(13);const l=()=>r.a.get("user").role;class s extends n.Component{render(){const e=this.props,t=e.allow,a=e.children,o=e.component,n=e.render,r=e.fallbackComponent,s=e.fallbackRender;if(t.includes(l())){if(a)return a;if(o)return i.a.createElement(o,null);if(n)return n()}else{if(r)return i.a.createElement(r,null);if(s)return s()}return null}}Object(o.a)(s,"defaultProps",{allow:[]});var c=a(9);const d=e=>{let t=e.allow,a=e.component,o=e.render,n=e.fallbackComponent,r=e.fallbackRender;function s(e,s){if(t.includes(l())){if(a)return i.a.createElement(a,Object(c.a)({},e,{ref:s}));if(o)return o(e)}else{if(n)return i.a.createElement(n,Object(c.a)({},e,{ref:s}));if(r)return r(e)}return null}return s.displayName=`RolesHOC(${a.displayName||a.name})`,i.a.forwardRef(s)};a.d(t,"a",function(){return s}),a.d(t,"c",function(){return d}),a.d(t,"b",function(){return l})},370:function(e){e.exports={content:{type:"posts",items:[],taxonomy:"category",taxonomyId:1,order:"ASC",orderBy:"ID",pagination:"off",gridRow:1,gridColumn:3,tabletGridColumn:2},style:{className:"",padding:0,paginationSpacing:20,paginationColorHex:"#ffffff",paginationColorOpacity:1,paginationColorPalette:"color3",paginationTempColorOpacity:1,paginationTempColorPalette:"color3",customCSS:"",tabletPadding:null,tabletPaginationSpacing:null,mobilePadding:null,mobilePaginationSpacing:null}}},371:function(e){e.exports={toolbar:{tabsState:"",tabsColor:"",tabletTabsState:null,tabletTabsColor:null,mobileTabsState:null,mobileTabsColor:null},style:{customCSS:"",textSpacing:5,fontStyle:"",fontFamilyType:"google",families:{fontFamily:"lato"},fontFamily:"",fontSize:16,fontWeight:400,lineHeight:1.3,letterSpacing:0,colorHex:"#ffffff",colorOpacity:1,colorPalette:"color3",tempColorOpacity:1,tempColorPalette:"color3",activeColorHex:"#239ddb",activeColorOpacity:1,activeColorPalette:"color2",tempActiveColorOpacity:1,tempActiveColorPalette:"color2",arrowsColorHex:"#239ddb",arrowsColorOpacity:.35,arrowsColorPalette:"color2",tempArrowsColorOpacity:.35,tempArrowsColorPalette:"color2",hoverColorHex:"#009900",hoverColorOpacity:null,hoverColorPalette:"color1",tempHoverColorOpacity:null,tempHoverColorPalette:"color1",hoverActiveColorHex:null,hoverActiveColorOpacity:null,hoverActiveColorPalette:null,tempHoverActiveColorOpacity:null,tempHoverActiveColorPalette:null,hoverArrowsColorHex:null,hoverArrowsColorOpacity:null,hoverArrowsColorPalette:null,tempHoverArrowsColorOpacity:null,tempHoverArrowsColorPalette:null,hoverTransition:50,tabletTextSpacing:null,tabletFontStyle:"",tabletFontFamilyType:null,tabletFamilies:{tabletFontFamily:null},tabletFontSize:15,tabletFontWeight:400,tabletLineHeight:1.3,tabletLetterSpacing:0,mobileTextSpacing:null,mobileFontStyle:"",mobileFontFamilyType:null,mobileFamilies:{mobileFontFamily:null},mobileFontSize:15,mobileFontWeight:400,mobileLineHeight:1.3,mobileLetterSpacing:0}}},372:function(e,t,a){"use strict";var o=a(5),n=a(3),i=a(0),r=a.n(i),l=a(6),s=a.n(l),c=a(7),d=a.n(c),p=a(24),u=a(44);function m(e,t){return d.a.find(e,function(e){return e.id===t})}var h="notifications",b={notificationTypes:{success:0,error:1},addChangeListener:function(e){u.a.addChangeListener(h,e)},removeChangeListener:function(e){u.a.removeChangeListener(h,e)},getNotifications:function(){return u.a.get(h)||[]},addNotification:function(e){var t=this.getNotifications(),a=e.id||d.a.uniqueId();if(m(t,a))return a;var o=Object(p.addLast)(t,{id:a,type:e.type||this.notificationTypes.success,text:e.text||"Notification without text",dismissible:void 0===e.dismissible||Boolean(e.dismissible),autoDismissAfter:Number(e.autoDismissAfter)||1e4});return u.a.set(h,o),a},removeNotification:function(e){var t=this.getNotifications(),a=m(t,e);if(a){var o=t.indexOf(a),n=Object(p.removeAt)(t,o);u.a.set(h,n)}}},g=a(21),y=a.n(g),v=a(26),f=a.n(v);function C(e){return parseInt(e,10)}function w(e){let t=e.clientHeight;const a=e.ownerDocument.defaultView.getComputedStyle(e);return t+=C(a.borderTopWidth),t+=C(a.borderBottomWidth)}function O(e){let t=e.clientWidth;const a=e.ownerDocument.defaultView.getComputedStyle(e);return t+=C(a.borderLeftWidth),t+=C(a.borderRightWidth)}class x extends r.a.Component{constructor(e){super(e),Object(n.a)(this,"disableTextSelect",()=>{f()("*[contenteditable]").attr("contenteditable",!1),f()("body").addClass("unselectable")}),Object(n.a)(this,"enableTextSelect",()=>{f()("*[contenteditable]").attr("contenteditable",!0),f()("body").removeClass("unselectable")}),Object(n.a)(this,"getBoundPosition",()=>{let e=this.props.bounds;const t=y.a.findDOMNode(this);if("string"==typeof e){const a=t.ownerDocument;let o;if("parent"===e)o=t.parentNode;else if(!(o=a.querySelector(e)))throw new Error('Bounds selector "'+e+'" could not find an element.');e={left:O(o),top:w(o)}}return e}),Object(n.a)(this,"getMouseCoordinates",e=>{const t=y.a.findDOMNode(this),a=t.offsetParent||t.ownerDocument.body,o=a===a.ownerDocument.body?{left:0,top:0}:a.getBoundingClientRect();return{x:e.clientX+a.scrollLeft-o.left,y:e.clientY+a.scrollTop-o.top}}),Object(n.a)(this,"getCoordinates",e=>{const t=this.getMouseCoordinates(e),a=this.getBoundPosition();return{x:C(Math.max(Math.min(t.x,a.left),0)),y:C(Math.max(Math.min(t.y,a.top),0))}}),Object(n.a)(this,"getCoordinatesInPercent",e=>{const t=this.getCoordinates(e),a=t.x,o=t.y,n=this.getBoundPosition();return{x:C(100*a/n.left),y:C(100*o/n.top)}}),Object(n.a)(this,"onClick",e=>{this.onDrag(e)}),Object(n.a)(this,"onDragStart",e=>{e.preventDefault();const t=this.getCoordinatesInPercent(e);this.props.onDragStart(t),this.disableTextSelect(),f()(this.window).on("mousemove",this.onDrag),f()(this.window).on("mouseup",this.onDragEnd)}),Object(n.a)(this,"onDrag",e=>{const t=this.getCoordinatesInPercent(e);this.props.onDrag(t),this.setState(t)}),Object(n.a)(this,"onDragEnd",e=>{const t=this.getCoordinatesInPercent(e);this.props.onDragEnd(t),this.enableTextSelect(),f()(this.window).off("mousemove",this.onDrag),f()(this.window).off("mouseup",this.onDragEnd),this.setState(t)}),this.state={x:e.position?e.position.x:e.defaultPosition.x,y:e.position?e.position.y:e.defaultPosition.y},this.window=null}componentDidMount(){const e=y.a.findDOMNode(this),t=e.parentNode||e.ownerDocument.body;f()(t).on("click",this.onDragEnd),this.window=e.ownerDocument.defaultView}componentWillReceiveProps(e){const t=this.props.position.x,a=this.props.position.y,o=e.position.x,n=e.position.y;t===o&&a===n||this.setState({x:o,y:n})}componentWillUnmount(){const e=y.a.findDOMNode(this),t=e.parentNode||e.ownerDocument.body;this.enableTextSelect(),f()(t).off("click",this.onDragEnd),f()(this.window).off("mousemove",this.onDrag),f()(this.window).off("mouseup",this.onDragEnd),this.window=null}render(){const e=this.state,t={left:`${e.x}%`,top:`${e.y}%`};return r.a.cloneElement(r.a.Children.only(this.props.children),{style:t,onMouseDown:this.onDragStart})}}Object(n.a)(x,"defaultProps",{bounds:"parent",onDragStart:d.a.noop,onDrag:d.a.noop,onDragEnd:d.a.noop,defaultPosition:{x:50,y:50}});var S=a(10),k=a(30);a.d(t,"a",function(){return B});const j=140;class B extends r.a.Component{constructor(){super(...arguments),Object(n.a)(this,"state",Object(o.a)({},this.props,{loading:!1})),Object(n.a)(this,"mounted",!1),Object(n.a)(this,"getNewValue",e=>Object.assign({},this.state,Object(o.a)({},e))),Object(n.a)(this,"handleChangePosition",e=>{const t=this.getNewValue(e);this.setState(t),this.props.onChange(t,{isChanged:"pointer"})}),Object(n.a)(this,"handleImageChange",e=>{const t=e.target.files;t&&t[0]&&(this.setState({loading:!0}),Object(k.e)(t[0],{acceptedExtensions:["jpeg","jpg","png","gif"],onUpload:e=>{let t=e.name;const a=Object(k.b)(t);Object(k.d)(a).then(e=>{let a=e.width,o=e.height;const n=this.getNewValue({src:t,loading:!1,width:a,height:o});this.mounted&&this.setState(n),this.props.onChange(n,{isChanged:"image"})})},onError:e=>{b.addNotification({id:"image-upload-fail",type:b.notificationTypes.error,text:"Failed to upload file. Please upload a valid JPG, PNG or GIF image."})}}))}),Object(n.a)(this,"handleRemove",()=>{const e=this.getNewValue(this.constructor.defaultProps);this.setState(e),this.props.onChange(e,{isChanged:"image"})})}componentDidMount(){this.mounted=!0}componentWillReceiveProps(e){this.props.src===e.src&&this.props.x===e.x&&this.props.y===e.y||this.setState({src:e.src,x:e.x,y:e.y})}componentWillUnmount(){this.mounted=!1}renderDraggable(){const e=this.props.customUrl,t=this.state,a=t.src,o=t.x,n=t.y,i=t.width,l=t.height,s=t.onlyPointer,c={x:o,y:n},d=e?a:Object(k.b)(a,{iW:j,iH:"any"}),p=Object(k.c)(i,l,j),u=p.width,m=p.height;let h=[r.a.createElement("div",{key:"setter",className:"brz-ed-control__focal-point__setter",style:{width:`${u}px`,height:`${m}px`}},r.a.createElement("img",{className:"brz-img",src:d}),r.a.createElement(x,{bounds:"parent",position:c,onDrag:this.handleChangePosition,onDragEnd:this.handleChangePosition},r.a.createElement("div",{className:"brz-ed-control__focal-point__point"})))];return s||h.push(r.a.createElement("div",{key:"delete",className:"brz-ed-control__focal-point__delete",onClick:this.handleRemove},r.a.createElement(S.a,{icon:"nc-circle-remove"}))),h}renderUpload(){const e=this.props,t=e.onlyPointer,a=e.onUpload,o=this.state.loading,n=s()("brz-label brz-ed-control__focal-point__label",{"brz-ed-control__focal-point__label--disable":t}),i="function"==typeof a;return r.a.createElement("label",{className:n},o?r.a.createElement("div",{className:"brz-ed-control__focal-point__upload brz-ed-control__focal-point__upload--loading"},r.a.createElement(S.a,{icon:"nc-circle-02",className:"brz-ed-animated--spin"})):r.a.createElement("div",{className:"brz-ed-control__focal-point__upload"},r.a.createElement(S.a,{icon:"nc-upload"})),!t&&r.a.createElement("input",{className:"brz-input",type:"file",accept:"image/*",hidden:!0,onChange:i?a:this.handleImageChange}))}render(){const e=s()("brz-ed-control__focal-point",this.props.className);return r.a.createElement("div",{className:e},this.state.src?this.renderDraggable():this.renderUpload())}}Object(n.a)(B,"defaultProps",{className:"",src:"",x:50,y:50,width:0,height:0,onlyPointer:!1,customUrl:!1,onUpload:null})},373:function(e,t,a){"use strict";var o=a(20),n=a(5),i=a(33),r=a(3),l=a(0),s=a.n(l),c=a(7),d=a.n(c);const p="undefined"!=typeof navigator&&navigator.userAgent.toLowerCase().indexOf("firefox")>0,u={backspace:8,tab:9,clear:12,enter:13,return:13,esc:27,escape:27,space:32,left:37,up:38,right:39,down:40,del:46,delete:46,ins:45,insert:45,home:36,end:35,pageup:33,pagedown:34,capslock:20,minus:p?173:189,plus:p?61:187,right_minus:109,right_plus:107,"-":p?173:189,"=":p?61:187,"⇪":20,",":188,".":190,"/":191,"`":192,";":p?59:186,"'":222,"[":219,"]":221,"\\":220},m={"⇧":16,shift:16,"⌥":18,option:18,alt:18,"⌃":17,control:17,ctrl:17,"⌘":p?224:91,cmd:p?224:91,command:p?224:91,"right_⌘":93,right_cmd:93,right_command:93},h=(d.a.invert(u),d.a.invert(m),e=>u[e.toLowerCase()]||m[e.toLowerCase()]||e.toUpperCase().charCodeAt(0));let b={},g=[];class y extends s.a.Component{constructor(){super(...arguments),Object(r.a)(this,"handleBlur",()=>{g=[]}),Object(r.a)(this,"handleKeyUp",e=>{this.handleChange(e),g=m["⌘"]===e.keyCode||m["right_⌘"]===e.keyCode||m.ctrl===e.keyCode?[]:g.filter(t=>t!==e.keyCode)}),Object(r.a)(this,"handleKeyDown",e=>{(g.includes(m["⌘"])||g.includes(m["right_⌘"]))&&(g=g.filter(e=>Object.values(m).includes(e))),g.includes(e.keyCode)||(g.push(e.keyCode),this.handleChange(e))})}componentDidMount(){const e=this.props.items;0===Object.keys(b).length&&(document.addEventListener("keyup",this.handleKeyUp),document.addEventListener("keydown",this.handleKeyDown),window.parent.document.addEventListener("keyup",this.handleKeyUp),window.parent.document.addEventListener("keydown",this.handleKeyDown),window.addEventListener("blur",this.handleBlur),window.parent.addEventListener("blur",this.handleBlur)),e.forEach(e=>{let t=e.keyNames,a=Object(i.a)(e,["keyNames"]);const o=t.map(e=>e.split("+").map(e=>h(e)).join("+"));o.forEach((e,o)=>{const i=Object(n.a)({},a,{keyName:t[o]});if(b[e]){const t=b[e].findIndex(e=>{return e.id===i.id});-1===t?b[e].push(i):b[e][t]=i}else b[e]=[i]}),o.forEach((e,o)=>{const i=Object(n.a)({},a,{keyName:t[o]});b[e]?b[e].find(e=>{return e.id===i.id})||b[e].push(i):b[e]=[i]})})}componentWillUnmount(){const e=this.props.id;b=Object.entries(b).reduce((t,a)=>{let n=Object(o.a)(a,2),i=n[0],r=n[1];return t[i]=r.filter(t=>t.id!==e),0===t[i].length&&delete t[i],t},{}),0===Object.keys(b).length&&(document.removeEventListener("keyup",this.handleKeyUp),document.removeEventListener("keydown",this.handleKeyDown),window.parent.document.removeEventListener("keyup",this.handleKeyUp),window.parent.document.removeEventListener("keydown",this.handleKeyDown),window.removeEventListener("blur",this.handleBlur),window.parent.removeEventListener("blur",this.handleBlur))}handleChange(e){const t=g.join("+");if(b[t]){const a=this.props.filterItems(b[t]);"keydown"===e.type&&a.forEach(t=>{let a=t.onKeyDown,o=(t.onKeyUp,Object(i.a)(t,["onKeyDown","onKeyUp"]));this.props.shouldKeyDownHandle(e,o)&&a(e,o)}),"keyup"===e.type&&a.forEach(t=>{t.onKeyDown;let a=t.onKeyUp,o=Object(i.a)(t,["onKeyDown","onKeyUp"]);return this.props.shouldKeyUpHandle(e,o)&&a(e,o)})}}render(){return null}}Object(r.a)(y,"defaultProps",{id:null,items:[],shouldKeyDownHandle:()=>!0,shouldKeyUpHandle:()=>!0,filterItems:e=>e});t.a=y},374:function(e,t,a){"use strict";var o=a(9),n=a(3),i=a(0),r=a.n(i),l=a(21),s=a.n(l),c=a(52),d=a(8),p=a.n(d),u=a(7),m=a.n(u),h=a(186),b=a(78);const g=58;class y extends r.a.Component{constructor(){super(...arguments),Object(n.a)(this,"reposition",()=>{const e=s.a.findDOMNode(this),t=this.props,a=t.window,o=t.node,n=t.inside,i=t.offsetTop,r=t.offsetBottom,l=t.offsetLeft;if(!e)return;const c=this.context.position,d=e.querySelector(".brz-ed-toolbar__arrow"),p=e.getBoundingClientRect(),u=o.getBoundingClientRect(),m="fixed"===c?0:a.scrollY;let h,y=!1;if(n)h=m+u.top+Number(i);else{m+u.top-p.height>=a.scrollY?h=m+u.top-p.height-Number(i):(y=!0,h=m+u.top+u.height+Number(r))}const v=u.left+u.width/2-p.width/2-Number(l),f=null!==e.ownerDocument.body.querySelector("#brz-ed-iframe")?g:0,C=document.documentElement.clientWidth-p.width,w=Object(b.a)(v,f,C),O=h,x=w,S=y,k=v-w;e.style.top=`${O}px`,e.style.left=`${x}px`,e.classList.add("brz-ed-animated","brz-ed-animated--fadeInDown"),"fixed"===c&&(e.style.position="fixed"),S?(e.classList.add("brz-ed-toolbar--bottom"),d.classList.remove("brz-ed-arrow--top-center"),d.classList.add("brz-ed-arrow--bottom-center")):(e.classList.remove("brz-ed-toolbar--bottom"),d.classList.remove("brz-ed-arrow--bottom-center"),d.classList.add("brz-ed-arrow--top-center")),d.style.left=`calc(50% + ${k}px)`})}componentDidMount(){this.reposition()}render(){const e=this.props,t=e.arrow,a=e.items,o=e.node,n=e.onMouseEnter,i=e.onMouseLeave;e.onChange;return r.a.createElement(h.a,{arrow:t,items:a,toolbarNode:o,onContentChange:this.reposition,onMouseEnter:n,onMouseLeave:i})}}Object(n.a)(y,"contextTypes",{position:p.a.string}),Object(n.a)(y,"defaultProps",{arrow:!0,items:[],onChange:m.a.noop,offsetTop:0,offsetBottom:0,offsetLeft:0,node:null,inside:!1});var v=y,f=a(73);let C=new WeakMap;class w extends r.a.Component{constructor(){super(...arguments),Object(n.a)(this,"node",null),Object(n.a)(this,"state",{opened:!1}),Object(n.a)(this,"handleClickOutside",()=>{f.a.unsetActive()}),Object(n.a)(this,"clickOutsideException",e=>{try{return s.a.findDOMNode(this).contains(e)}catch(e){return!1}}),Object(n.a)(this,"getOutSideExceptions",()=>[".brz-ed-sidebar__right",".brz-ed-tooltip__content-portal",".brz-ed-fixed",this.clickOutsideException])}componentDidMount(){if(this.node=s.a.findDOMNode(this),!C.get(this.node.ownerDocument)){const e=this.node.ownerDocument.createElement("div");e.id="brz-toolbar-portal",this.node.ownerDocument.body.appendChild(e),C.set(this.node.ownerDocument,e)}this.props.manualControl||this.node.addEventListener("click",e=>{e.toolbarHandled||f.a.getActive()===this||(e.toolbarHandled=!0,this.show(this.props))},!1)}componentWillUnmount(){f.a.unsetIfActive(this),this.node=null}handleMonitorActivationRequest(){this.show()}handleMonitorDeactivationRequest(){this.hide()}show(){f.a.getActive()!==this&&(f.a.setActive(this),this.props.onBeforeOpen(),this.setState({opened:!0},this.props.onOpen))}hide(){this.state.opened&&(this.props.onBeforeClose(),this.setState({opened:!1},this.props.onClose))}renderToolbar(){const e=this.props.getItems();if(!e||0===e.length)return;const t=this.node.ownerDocument,a=C.get(t);return s.a.createPortal(r.a.createElement(c.a,{exceptions:this.getOutSideExceptions(),onClickOutside:this.handleClickOutside},r.a.createElement(v,Object(o.a)({},this.props,{window:t.defaultView,items:e,node:this.node}))),a)}render(){const e=this.props.children,t=this.state.opened;return r.a.createElement(r.a.Fragment,null,e,t&&this.renderToolbar())}}Object(n.a)(w,"defaultProps",{arrow:!0,manualControl:!1,items:[],offsetTop:14,offsetBottom:14,offsetLeft:0,onBeforeOpen:()=>{},onBeforeClose:()=>{},onOpen:()=>{},onClose:()=>{},onMouseEnter:()=>{},onMouseLeave:()=>{},onChange:()=>console.log("ToolbarPortal default onChange")});t.a=w},376:function(e,t,a){a(377),a(378),e.exports=a(692)},377:function(e,t,a){"use strict";a.r(t),function(e){var t=a(13);const o=e.__VISUAL_CONFIG__;t.a.load(o)}.call(this,a(53))},378:function(e,t,a){"use strict";a.r(t),function(e){var t=a(13),o=a(101),n=a(1),i=a(36),r=a(15),l=a(18),s=a(16),c=a(2),d=a(4);e.Brizy={config:t.a,addFilter:o.a,applyFilter:o.b,t:n.a,utils:{setIds:i.d,getAnimations:r.a,getDynamicContentChoices:r.c,getDynamicContentByPlaceholder:r.b,getShapes:r.f,getOptionColorHexByPalette:r.d,hexToRgba:l.c,getColorPaletteColors:l.b,getColorPaletteColor:l.a,makeRichTextColorPaletteCSS:l.e,getFontById:s.d,getUsedFonts:s.k,getUsedFontsDetails:s.l,getFontStyles:s.f,getFontStyle:s.e,weightTypes:s.v,getWeight:s.m,getWeightChoices:s.n,makeSubsetGoogleFontsUrl:s.r,makeRichTextFontGoogleCSS:s.o,makeRichTextFontUploadCSS:s.q,makeRichTextFontStylesCSS:s.p,defaultValueValue:c.defaultValueValue,defaultValueKey:c.defaultValueKey,tabletSyncOnChange:c.tabletSyncOnChange,mobileSyncOnChange:c.mobileSyncOnChange,onChangeTypography:c.onChangeTypography,onChangeTypographyMobile:c.onChangeTypographyMobile},toolbar:{toolbarColor2:d.s,toolbarColorHexField2:d.t,toolbarFilterHue:d.vc,toolbarFilterSaturation:d.wc,toolbarFilterBrightness:d.tc,toolbarFilterContrast:d.uc,toolbarCustomCSS:d.H,toolbarLinkPopup:d.Jc,toolbarLinkUpload:d.Lc}}}.call(this,a(53))},39:function(e,t,a){"use strict";var o=a(9),n=a(20),i=a(3),r=a(0),l=a.n(r),s=a(7),c=a.n(s),d=a(6),p=a.n(d),u=a(32),m=a(10),h=(a(47),a(52)),b=a(69);function g(e,t,a,o){const n=t*a,i=t*o,r=e*t;return Math.max(n,Math.min(i,r))}class y extends l.a.Component{constructor(){super(...arguments),Object(i.a)(this,"state",{isOpen:!1,currentValue:this.props.defaultValue,position:"bottom-left"}),Object(i.a)(this,"onClickOutside",()=>{this.state.isOpen&&this.setState({isOpen:!1})}),Object(i.a)(this,"handleItemClick",e=>{this.setState({isOpen:!1,currentValue:e}),this.props.onChange(e)}),Object(i.a)(this,"handleContentRef",e=>{this.content=e}),Object(i.a)(this,"handleDropdownNode",e=>{this.dropdown=e}),Object(i.a)(this,"handleLabelClick",()=>{this.setState({isOpen:!this.state.isOpen})})}componentDidMount(){this.props.inPortal||this.reposition()}componentDidUpdate(){this.props.inPortal||this.isRepositioning||this.reposition()}componentWillReceiveProps(e){this.state.defaultValue!==e.defaultValue&&this.setState({currentValue:e.defaultValue})}getScrollPaneStyle(){const e=this.props.children,t=l.a.Children.count(e);let a=0;return l.a.Children.forEach(e,e=>{const t=e.props.items;t&&t.length&&(a+=t.length)}),{height:g(t+a,this.props.itemHeight,this.props.minItems,this.props.maxItems)}}reposition(){const e=this.dropdown.getBoundingClientRect(),t=e.bottom,a=e.width,o=e.x;let i=this.state.position;const r=i.split("-"),l=Object(n.a)(r,2),s=l[0],c=l[1];t>=window.innerHeight&&(i=`top-${c}`),a+o>=window.innerWidth&&(i=`${s}-right`),this.isRepositioning=!0,this.setState({position:i},()=>{this.isRepositioning=!1})}renderLabel(){const e=this.props.labelType;switch(e){case"icon":return this.renderLabelIcon();case"input":return this.renderLabelInput();default:throw new Error(`Invalid label type ${e}`)}}renderLabelIcon(){return l.a.createElement(m.a,{icon:this.props.labelIcon})}renderLabelInput(){const e=this.props.children,t=this.state.currentValue;let a;l.a.Children.forEach(e,e=>{const o=e.props.items;if(!a)if(o&&o.length){const o=l.a.Children.toArray(e.props.items);a=o.find(e=>e.props.value===t)}else e.props.value===t&&(a=e)});const o=l.a.createElement(m.a,{icon:"nc-stre-down",className:"brz-control__select--arrow"});return l.a.createElement(l.a.Fragment,null,a||this.findFirstItem(),o)}renderItems(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.props.children;const t=this.state.currentValue;return l.a.Children.map(e,(e,a)=>{const o=e.props,n=o.value,i=o.disabled,r=o.items;return r&&r.length?l.a.cloneElement(e,{key:a,items:this.renderItems(r)}):l.a.cloneElement(e,{key:a,active:n===t,onClick:i?null:()=>this.handleItemClick(n)})})}renderDropDown(){const e=this.props,t=e.inPortal,a=e.className;if(!t)return l.a.createElement("div",{className:"brz-control__select-options",ref:this.handleDropdownNode},l.a.createElement(u.a,{className:"brz-ed-scroll-pane",style:this.getScrollPaneStyle()},this.renderItems()));if(this.state.isOpen&&t){const e=this.content.getBoundingClientRect(),t=e.top,o=e.left,n=e.height,i=e.width,r=this.content.ownerDocument.documentElement.scrollLeft,s=p()("brz-control__portal-select brz-control__select",a),c={top:t+n+3,left:o+r,width:i};return l.a.createElement(b.a,{node:this.content.ownerDocument.body,className:s},l.a.createElement("div",{className:"brz-control__select-options",style:c},l.a.createElement(u.a,{className:"brz-ed-scroll-pane",style:this.getScrollPaneStyle()},this.renderItems())))}}render(){const e=this.props,t=e.className,a=e.labelType,n=e.currentValue,i=e.inputAttributes,r=e.clickOutsideExceptions,s=this.state,c=s.position,d=s.isOpen,u=p()("brz-control__select",`brz-control__select--${c}`,t,{opened:d}),m=[...r,".brz-control__portal-select"];return l.a.createElement(h.a,{exceptions:m,onClickOutside:this.onClickOutside},l.a.createElement("div",{className:u,ref:this.handleContentRef},l.a.createElement("div",{className:`brz-control__select-current brz-control__select-current__${a}`,onClick:this.handleLabelClick},this.renderLabel()),this.renderDropDown(),l.a.createElement("input",Object(o.a)({type:"hidden",value:n},i))))}findFirstItem(){let e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.props.children;return l.a.Children.forEach(t,t=>{const a=t.props.items;e||(e=a&&a.length?this.findFirstItem(a):t)}),e}}Object(i.a)(y,"defaultProps",{defaultValue:"",inputAttributes:{},labelType:"input",labelIcon:"nc-menu",minItems:1,maxItems:5,itemHeight:38,arrowIcon:"nc-arrow-down",inPortal:!1,clickOutsideExceptions:[],onChange:c.a.noop}),t.a=y},4:function(e,t,a){"use strict";var o=a(1),n=a(2);var i=a(5),r=a(15);function l(e){let t=e.v,a=e.device,l=e.state,s=e.devices,c=void 0===s?"all":s,d=e.disabled,p=void 0!==d&&d,u=e.onChange;const m=e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:l}),h=Object(r.c)("image");return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:l}))("bgImage"),label:Object(o.a)("Image"),type:"imageSetter",devices:c,disabled:p,population:{show:h.length>0,choices:h},value:{width:m("bgImageWidth"),height:m("bgImageHeight"),src:m("bgImageSrc"),x:m("bgPositionX"),y:m("bgPositionY"),population:m("bgPopulation")},onChange:(e,o)=>{let r=e.width,s=e.height,c=e.src,d=e.x,p=e.y,m=e.population,h=o.isChanged;const b=Object(i.a)({},{v:t,device:a,state:l,onChange:u},{width:r,height:s,src:c,x:d,y:p,population:m,isChanged:h});return Object(n.saveOnChanges)(b)}}}function s(e){let t=e.v,a=e.device,i=e.devices,r=void 0===i?"all":i,l=e.disabled,s=void 0!==l&&l,c=e.state;return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:c}))("bgAttachment"),label:Object(o.a)("Parallax"),type:"select",devices:r,choices:[{title:Object(o.a)("None"),value:"none"},{title:Object(o.a)("Fixed"),value:"fixed"},{title:Object(o.a)("Animated"),value:"animated"}],disabled:s,value:(e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:c}))("bgAttachment")}}function c(e){let t=e.v,a=e.device,i=e.devices,r=void 0===i?"all":i,l=e.state,s=e.disabled,c=void 0!==s&&s;const d=e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:l});return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:l}))("bgVideo"),label:Object(o.a)("URL"),type:"input",inputType:"video",placeholder:Object(o.a)("YouTube or Vimeo"),disabled:c,devices:r,value:{value:d("bgVideo")},onChange:e=>{let t=e.value;return{bgVideo:t,bgColorOpacity:""!==t&&1===d("bgColorOpacity")?.8:d("bgColorOpacity"),tempBgColorOpacity:""!==t&&1===d("bgColorOpacity")?.8:d("tempBgColorOpacity")}}}}function d(e){let t=e.v,a=e.device,i=e.devices,r=void 0===i?"all":i,l=e.state,s=e.disabled,c=void 0!==s&&s;return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:l}))("bgVideoQuality"),label:Object(o.a)("Quality"),type:"select",devices:r,disabled:c,choices:[{title:Object(o.a)("1080p"),value:1080},{title:Object(o.a)("720p"),value:720}],value:(e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:l}))("bgVideoQuality")}}function p(e){let t=e.v,a=e.device,i=e.devices,r=void 0===i?"all":i,l=e.state,s=e.disabled,c=void 0!==s&&s;return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:l}))("bgVideoLoop"),label:Object(o.a)("Loop"),type:"switch",devices:r,disabled:c,value:(e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:l}))("bgVideoLoop")}}function u(e){let t=e.v,a=e.device,i=e.state,r=e.devices,l=void 0===r?"all":r,s=e.disabled,c=void 0!==s&&s;return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:i}))("bgMapAddress"),label:Object(o.a)("Address"),type:"input",placeholder:Object(o.a)("Enter address"),devices:l,disabled:c,value:{value:(e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:i}))("bgMapAddress")},onChange:e=>{return{bgMapAddress:e.value}}}}function m(e){let t=e.v,a=e.device,i=e.state,r=e.devices,l=void 0===r?"all":r,s=e.disabled,c=void 0!==s&&s;return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:i}))("bgMapZoom"),label:Object(o.a)("Zoom"),type:"slider",devices:l,disabled:c,slider:{min:1,max:21},input:{show:!0,min:1},value:{value:(e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:i}))("bgMapZoom")},onChange:e=>{return{bgMapZoom:e.value}}}}function h(e){let t=e.v,a=e.device,r=e.state,l=e.onChangeGrouped,s=e.onChangeUngrouped;return{type:"multiPicker",picker:{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:r}))("borderRadiusType"),label:Object(o.a)("Corner"),type:"radioGroup",choices:[{value:"grouped",icon:"nc-corners-all"},{value:"ungrouped",icon:"nc-corners-individual"}],value:(e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:r}))("borderRadiusType")},choices:Object(i.a)({},b({v:t,device:a,state:r,onChange:l}),g({v:t,device:a,state:r,onChange:s}))}}function b(e){let t=e.v,a=e.device,o=e.state,r=e.onChange;return{grouped:[{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:o}))("borderRadius"),type:"slider",slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:(e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:o}))("borderRadius")},onChange:(e,l)=>{let s=e.value,c=l.sliderDragEnd;const d=Object(i.a)({},{v:t,device:a,state:o,onChange:r},{value:s,sliderDragEnd:c});return Object(n.saveOnChanges)(d)}}]}}function g(e){let t=e.v,a=e.device,o=e.state,r=e.onChange;const l=e=>Object(n.defaultValueKey)({key:e,device:a,state:o}),s=e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:o});return{ungrouped:[{id:l("borderTopLeftRadius"),icon:"nc-corners-top-left",type:"slider",slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:s("borderTopLeftRadius")},onChange:(e,l)=>{let s=e.value,c=l.sliderDragEnd;const d=Object(i.a)({},{v:t,device:a,state:o,onChange:r},{current:"borderTopLeftRadius",value:s,sliderDragEnd:c});return Object(n.saveOnChanges)(d)}},{id:l("borderTopRightRadius"),icon:"nc-corners-top-right",type:"slider",slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:s("borderTopRightRadius")},onChange:(e,l)=>{let s=e.value,c=l.sliderDragEnd;const d=Object(i.a)({},{v:t,device:a,state:o,onChange:r},{current:"borderTopRightRadius",value:s,sliderDragEnd:c});return Object(n.saveOnChanges)(d)}},{id:l("borderBottomRightRadius"),icon:"nc-corners-bottom-right",type:"slider",slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:s("borderBottomRightRadius")},onChange:(e,l)=>{let s=e.value,c=l.sliderDragEnd;const d=Object(i.a)({},{v:t,device:a,state:o,onChange:r},{current:"borderBottomRightRadius",value:s,sliderDragEnd:c});return Object(n.saveOnChanges)(d)}},{id:l("borderBottomLeftRadius"),icon:"nc-corners-bottom-left",type:"slider",slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:s("borderBottomLeftRadius")},onChange:(e,l)=>{let s=e.value,c=l.sliderDragEnd;const d=Object(i.a)({},{v:t,device:a,state:o,onChange:r},{current:"borderBottomLeftRadius",value:s,sliderDragEnd:c});return Object(n.saveOnChanges)(d)}}]}}var y=a(12);function v(e){let t=e.v,a=e.device,o=e.state,l=e.disabled,s=void 0!==l&&l,c=e.prefix,d=void 0===c?"color":c,p=e.devices,u=void 0===p?"all":p,m=e.onChangeHex,h=e.onChangePalette;const b=e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:o}),g=Object(r.d)(b(Object(y.a)(d,"hex")),b(Object(y.a)(d,"palette"))).hex;return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:o}))(d),type:"colorPicker2",disabled:s,devices:u,select:{show:!1},value:{hex:g,opacity:b(Object(y.a)(d,"opacity")),palette:b(Object(y.a)(d,"palette"))},onChange:e=>{let r=e.hex,l=e.opacity,s=e.palette,c=e.isChanged,p=e.opacityDragEnd;const u=Object(i.a)({},{v:t,device:a,state:o,prefix:d,onChange:m},{hex:r,opacity:l,isChanged:c,opacityDragEnd:p}),b=Object(i.a)({},{v:t,device:a,state:o,prefix:d,onChange:h},{opacity:l,palette:s});return"hex"===c||"opacity"===c?Object(n.saveOnChanges)(u):Object(n.saveOnChanges)(b)}}}function f(e){let t=e.v,a=e.device,o=e.state,l=e.devices,s=void 0===l?"all":l,c=e.prefix,d=void 0===c?"color":c,p=e.onChange;const u=e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:o}),m=Object(r.d)(u(Object(y.a)(d,"hex")),u(Object(y.a)(d,"palette"))).hex;return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:o}))(Object(y.a)(d,"field")),type:"colorFields",devices:s,value:{hex:m,opacity:u(Object(y.a)(d,"opacity"))},onChange:e=>{let r=e.hex;const l=Object(i.a)({},{v:t,device:a,state:o,prefix:d,onChange:p},{hex:r});return Object(n.saveOnChanges)(l)}}}function C(e){let t=e.v,a=e.device,i=e.state,r=e.devices,l=void 0===r?"all":r,s=e.className,c=e.disabled;return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:i}))("gradientType"),type:"select",devices:l,disabled:c,className:s,choices:[{title:Object(o.a)("Linear"),value:"linear"},{title:Object(o.a)("Radial"),value:"radial"}],value:(e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:i}))("gradientType")}}function w(e){let t=e.v,a=e.device,o=e.state,i=e.devices,r=void 0===i?"all":i,l=e.disabled;return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:o}))("gradientLinearDegree"),type:"inputNumber",className:"brz-ed-grid__gradient__size",devices:r,disabled:l,min:0,max:360,value:(e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:o}))("gradientLinearDegree")}}function O(e){let t=e.v,a=e.device,o=e.state,i=e.devices,r=void 0===i?"all":i,l=e.disabled;return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:o}))("gradientRadialDegree"),type:"inputNumber",className:"brz-ed-grid__gradient__degree",devices:r,disabled:l,min:0,max:1e3,value:(e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:o}))("gradientRadialDegree")}}function x(e){let t=e.v,a=e.device,l=e.state,s=e.devices,c=void 0===s?"all":s,d=e.disabled,p=void 0!==d&&d,u=e.prefix,m=void 0===u?"bg":u,h=e.showSelect,b=void 0===h||h,g=e.onChangeType,v=e.onChangeHex,f=e.onChangePalette,C=e.onChangeGradientHex,w=e.onChangeGradientPalette,O=e.onChangeGradient;const x=e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:l}),S=x(Object(y.a)(m,"colorType")),k=Object(r.d)(x(Object(y.a)(m,"colorHex")),x(Object(y.a)(m,"colorPalette"))).hex,j=Object(r.d)(x("gradientColorHex"),x("gradientColorPalette")).hex,B=x("gradientActivePointer");return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:l}))(Object(y.a)(m,"color")),type:"colorPicker2",disabled:p,devices:c,select:{show:b,choices:[{title:Object(o.a)("Solid"),value:"solid"},{title:Object(o.a)("Gradient"),value:"gradient"}]},gradient:{show:"gradient"===S},value:{hex:k,opacity:x(Object(y.a)(m,"colorOpacity")),palette:x(Object(y.a)(m,"colorPalette")),select:S,gradientColorHex:j,gradientColorOpacity:x("gradientColorOpacity"),gradientColorPalette:x("gradientColorPalette"),startPointer:x("gradientStartPointer"),finishPointer:x("gradientFinishPointer"),activePointer:B},onChange:e=>{let o=e.hex,r=e.opacity,s=e.palette,c=e.select,d=e.opacityDragEnd,p=e.startPointer,u=e.finishPointer,h=e.activePointer,b=e.isChanged;const y=Object(i.a)({},{v:t,device:a,state:l,prefix:m,onChange:g},{bgColorType:c}),x=Object(i.a)({},{v:t,device:a,state:l,prefix:"startPointer"===h||"solid"===S?m:"gradient",onChange:"startPointer"===h||"solid"===S?v:C},{hex:o,opacity:r,isChanged:b,opacityDragEnd:d}),k=Object(i.a)({},{v:t,device:a,state:l,prefix:"startPointer"===h||"solid"===S?m:"gradient",onChange:"startPointer"===h||"solid"===S?f:w},{opacity:r,palette:s}),j=Object(i.a)({},{v:t,device:a,state:l,prefix:m,onChange:O},{startPointer:p,finishPointer:u,activePointer:h});return"select"===b?Object(n.saveOnChanges)(y):"hex"===b||"opacity"===b?Object(n.saveOnChanges)(x):"palette"===b?Object(n.saveOnChanges)(k):Object(n.saveOnChanges)(j)}}}function S(e){let t=e.v,a=e.device,o=e.state,l=e.devices,s=void 0===l?"all":l,c=e.prefix,d=void 0===c?"bg":c,p=e.className,u=void 0===p?"":p,m=e.disabled,h=void 0!==m&&m,b=e.onChange;const g=e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:o}),v=Object(r.d)(g(Object(y.a)(d,"colorHex")),g(Object(y.a)(d,"colorPalette"))).hex;return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:o}))(Object(y.a)(d,"colorField")),type:"colorFields",devices:s,disabled:h,className:u,value:{hex:v,opacity:g(Object(y.a)(d,"colorOpacity"))},onChange:e=>{let r=e.hex;const l=Object(i.a)({},{v:t,device:a,state:o,prefix:d,onChange:b},{hex:r});return Object(n.saveOnChanges)(l)}}}var k=a(33);function j(e){let t=e.v,a=e.device,l=e.state,s=e.devices,c=void 0===s?"all":s,d=e.prefix,p=void 0===d?"border":d,u=e.showSelect,m=void 0===u||u,h=e.choices,b=void 0===h?[{title:Object(o.a)("None"),value:""},{value:"solid",icon:"nc-solid"},{value:"dashed",icon:"nc-dashed"},{value:"dotted",icon:"nc-dotted"}]:h,g=e.onChangeStyle,v=e.onChangeHex,f=e.onChangePalette;const C=e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:l}),w=Object(r.d)(C(Object(y.a)(p,"colorHex")),C(Object(y.a)(p,"colorPalette"))).hex;return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:l}))(Object(y.a)(p,"color")),type:"colorPicker2",devices:c,select:{show:m,choices:b},value:{hex:w,opacity:C(Object(y.a)(p,"colorOpacity")),palette:C(Object(y.a)(p,"colorPalette")),select:C(Object(y.a)(p,"style"))},onChange:e=>{let o=e.hex,r=e.opacity,s=e.palette,c=e.select,d=e.isChanged,u=e.opacityDragEnd;const m=Object(i.a)({},{v:t,device:a,state:l,prefix:p,onChange:g},{borderStyle:c,isChanged:d}),h=Object(i.a)({},{v:t,device:a,state:l,prefix:p,onChange:v},{hex:o,opacity:r,isChanged:d,opacityDragEnd:u}),b=Object(i.a)({},{v:t,device:a,state:l,prefix:p,onChange:f},{opacity:r,palette:s});return"select"===d?Object(n.saveOnChanges)(m):"hex"===d||"opacity"===d?Object(n.saveOnChanges)(h):Object(n.saveOnChanges)(b)}}}function B(e){let t=e.v,a=e.device,o=e.state,l=e.devices,s=void 0===l?"all":l,c=e.prefix,d=void 0===c?"border":c,p=e.onChange;const u=e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:o}),m=Object(r.d)(u(Object(y.a)(d,"colorHex")),u(Object(y.a)(d,"colorPalette"))).hex;return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:o}))(Object(y.a)(d,"borderColorField")),type:"colorFields",devices:s,value:{hex:m,opacity:u(Object(y.a)(d,"colorOpacity"))},onChange:e=>{let r=e.hex;const l=Object(i.a)({},{v:t,device:a,state:o,prefix:d,onChange:p},{hex:r});return Object(n.saveOnChanges)(l)}}}function P(e){let t=e.v,a=e.device,r=e.state,l=e.devices,s=void 0===l?"all":l,c=e.onChange;return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:r}))("borderWidth"),label:Object(o.a)("Size"),type:"inputNumber",devices:s,min:0,max:360,value:(e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:r}))("borderWidth"),onChange:e=>{const o=Object(i.a)({},{v:t,device:a,state:r,onChange:c},{value:e});return Object(n.saveOnChanges)(o)}}}function z(e){let t=e.v,a=e.device,r=e.state,l=e.devices,s=void 0===l?"all":l,c=e.onChangeType,d=e.onChangeGrouped,p=e.onChangeUngrouped;const u=e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:r}),m={grouped:["borderWidth"],ungrouped:["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth"]};return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:r}))("borderWidth"),type:"multiInputPicker",label:"grouped"===u("borderWidthType")&&Object(o.a)("Size"),devices:s,value:{type:u("borderWidthType"),grouped:[u("borderWidth")],ungrouped:[u("borderTopWidth"),u("borderRightWidth"),u("borderBottomWidth"),u("borderLeftWidth")]},onChange:e=>{let o=e.type,l=e.isChanged,s=e.isChangedIndex,u=Object(k.a)(e,["type","isChanged","isChangedIndex"]);const h=Object(i.a)({},{v:t,device:a,state:r,onChange:c},{type:o}),b=Object(i.a)({},{v:t,device:a,state:r,onChange:"grouped"===o?d:p},{current:m[o][s],value:u[o][s]});return"type"===l?Object(n.saveOnChanges)(h):Object(n.saveOnChanges)(b)}}}var T=a(20);function H(e){let t=e.v,a=e.device,l=e.state,s=e.devices,c=void 0===s?"all":s,d=e.choices,p=void 0===d?"all":d,u=e.onChangeType,m=e.onChangeHex,h=e.onChangePalette;const b=e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:l}),g=Object(r.d)(b("boxShadowColorHex"),b("boxShadowColorPalette")).hex,y=[{title:Object(o.a)("None"),value:""},{title:Object(o.a)("Inset"),value:"inset"},{title:Object(o.a)("Outset"),value:"on"}],v=[{title:Object(o.a)("None"),value:""},{title:Object(o.a)("Inset"),value:"inset"}],f=[{title:Object(o.a)("None"),value:""},{title:Object(o.a)("Outset"),value:"on"}];return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:l}))("boxShadow"),type:"colorPicker2",devices:c,select:{choices:"all"===p?y:"inset"===p?v:f},value:{hex:g,opacity:b("boxShadowColorOpacity"),palette:b("boxShadowColorPalette"),select:b("boxShadow")},onChange:e=>{let o=e.hex,r=e.opacity,s=e.palette,c=e.select,d=e.isChanged,p=e.opacityDragEnd;const b=Object(i.a)({},{v:t,device:a,state:l,onChange:u},{boxShadowType:c,isChanged:d}),g=Object(i.a)({},{v:t,device:a,state:l,onChange:m},{hex:o,opacity:r,isChanged:d,opacityDragEnd:p}),y=Object(i.a)({},{v:t,device:a,state:l,onChange:h},{opacity:r,palette:s});return"select"===d?Object(n.saveOnChanges)(b):"hex"===d||"opacity"===d?Object(n.saveOnChanges)(g):Object(n.saveOnChanges)(y)}}}function M(e){let t=e.v,a=e.device,o=e.state,l=e.devices,s=void 0===l?"all":l,c=e.onChange;const d=e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:o}),p=Object(r.d)(d("boxShadowColorHex"),d("boxShadowColorPalette")).hex;return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:o}))("boxShadowColorField"),type:"colorFields",devices:s,value:{hex:p,opacity:d("boxShadowColorOpacity")},onChange:e=>{let r=e.hex;const l=Object(i.a)({},{v:t,device:a,state:o,onChange:c},{hex:r});return Object(n.saveOnChanges)(l)}}}function _(e){let t=e.v,a=e.device,o=e.state,r=e.devices,l=void 0===r?"all":r,s=e.onChange;const c=e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:o});return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:o}))("boxShadowFields"),type:"multiInput",devices:l,config:{defaultIcon:["nc-shadow"],icons:["nc-blur","nc-size","nc-vertical","nc-horizontal"]},value:[c("boxShadowBlur"),c("boxShadowSpread"),c("boxShadowVertical"),c("boxShadowHorizontal")],onChange:e=>{let r=Object(T.a)(e,4),l=r[0],c=r[1],d=r[2],p=r[3];const u=Object(i.a)({},{v:t,device:a,state:o,onChange:s},{boxShadowBlur:l,boxShadowSpread:c,boxShadowVertical:d,boxShadowHorizontal:p});return Object(n.saveOnChanges)(u)}}}function E(e){let t=e.v,a=e.device,i=e.state,r=e.devices,l=void 0===r?"all":r;return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:i}))("linkAnchor"),label:Object(o.a)("Block"),type:"blockThumbnail",devices:l,value:(e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:i}))("linkAnchor")}}function R(e){let t=e.v,a=e.device,i=e.state,r=e.devices,l=void 0===r?"all":r;return{id:Object(n.defaultValueKey)({key:"linkUpload",device:a,state:i}),label:Object(o.a)("File"),type:"fileUpload",devices:l,value:Object(n.defaultValueValue)({v:t,key:"linkUpload",device:a,state:i})}}function I(e){let t=e.v;const a=Object(r.c)("link");return{id:"linkExternal",type:"input",label:Object(o.a)("Link to"),placeholder:"http://",population:{show:a.length>0,choices:a},value:{value:t.linkExternal,population:t.linkPopulation},onChange:(e,t)=>{let a=e.value,o=e.population;return{linkExternal:a,linkPopulation:o,linkExternalType:"value"===t.changed||""===o?"linkExternal":"linkPopulation"}}}}function A(e){let t=e.v,a=e.device,i=e.state,r=e.devices,l=void 0===r?"all":r;return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:i}))("linkExternalBlank"),type:"switch",label:Object(o.a)("Open In New Tab"),devices:l,value:(e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:i}))("linkExternalBlank")}}function N(e){let t=e.v,a=e.device,i=e.state,r=e.devices,l=void 0===r?"all":r;return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:i}))("linkExternalRel"),type:"switch",label:Object(o.a)("Make it Nofollow"),devices:l,value:(e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:i}))("linkExternalRel")}}function L(e){let t=e.v,a=e.device,i=e.state,r=e.canDelete,l=void 0===r||r,s=e.disabled,c=void 0!==s&&s,d=e.component,p=e.devices,u=void 0===p?"all":p;const m=e=>Object(n.defaultValueKey)({key:e,device:a,state:i}),h=e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:i});return{id:m("linkPopup"),type:"promptAddPopup",label:Object(o.a)("Popup"),canDelete:l,disabled:c,popupKey:`${d.getId()}_${h("linkPopup")}`,devices:u,value:{value:h("linkPopup"),popups:h("popups")},onChange:e=>{let t=e.value,a=e.popups;return{[m("linkPopup")]:t,[m("popups")]:a}}}}function V(e){let t=e.v,a=e.device,i=e.devices,r=void 0===i?"all":i,l=e.state;return{id:Object(n.defaultValueKey)({key:"targetUrl",device:a,state:l}),label:Object(o.a)("Target URL"),devices:r,type:"select",choices:[{title:Object(o.a)("Current Page"),value:"current"},{title:Object(o.a)("Custom Page"),value:"custom"}],value:Object(n.defaultValueValue)({v:t,key:"targetUrl",device:a,state:l})}}function F(e){let t=e.v,a=e.device,i=e.devices,r=void 0===i?"all":i,l=e.state;return{id:Object(n.defaultValueKey)({key:"href",device:a,state:l}),label:Object(o.a)("Link"),devices:r,type:"input",disabled:"current"===t.targetUrl,placeholder:"http://",value:{value:Object(n.defaultValueValue)({v:t,key:"href",device:a,state:l})},onChange:e=>{let o=e.value;return{[Object(n.defaultValueKey)({v:t,key:"href",device:a})]:o}}}}function W(e){let t=e.v,a=e.device,i=e.devices,r=void 0===i?"all":i,l=e.disabled,s=void 0!==l&&l,c=e.state,d=e.position,p=void 0===d?100:d;const u=e=>Object(n.defaultValueKey)({key:e,device:a,state:c});return{id:u("horizontalAlign"),type:"toggle",devices:r,disabled:s,position:p,choices:[{icon:"nc-text-align-left",title:Object(o.a)("Align"),value:"left"},{icon:"nc-text-align-center",title:Object(o.a)("Align"),value:"center"},{icon:"nc-text-align-right",title:Object(o.a)("Align"),value:"right"}],value:(e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:c}))("horizontalAlign"),onChange:e=>({[u("horizontalAlign")]:e})}}function D(e){let t=e.v,a=e.device,i=e.devices,r=void 0===i?"all":i,l=e.disabled,s=void 0!==l&&l,c=e.state,d=e.position,p=void 0===d?100:d;const u=e=>Object(n.defaultValueKey)({key:e,device:a,state:c});return{id:u("horizontalAlign"),type:"toggle",devices:r,disabled:s,position:p,choices:[{icon:"nc-hrz-align-left",title:Object(o.a)("Align"),value:"left"},{icon:"nc-hrz-align-center",title:Object(o.a)("Align"),value:"center"},{icon:"nc-hrz-align-right",title:Object(o.a)("Align"),value:"right"}],value:(e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:c}))("horizontalAlign"),onChange:e=>({[u("horizontalAlign")]:e})}}function $(e){let t=e.v,a=e.device,i=e.state,r=e.position,l=void 0===r?100:r,s=e.prefix,c=void 0===s?"":s,d=e.disabled,p=void 0!==d&&d,u=e.devices,m=void 0===u?"all":u;return{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:i}))(Object(y.a)(c,"verticalAlign")),label:Object(o.a)("Content"),type:"radioGroup",devices:m,position:l,disabled:p,choices:[{value:"top",icon:"nc-align-top"},{value:"center",icon:"nc-align-middle"},{value:"bottom",icon:"nc-align-bottom"}],value:(e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:i}))(Object(y.a)(c,"verticalAlign"))}}function G(e){let t=e.v,a=e.device,i=e.state,r=e.prefix,l=void 0===r?"":r,s=e.disabled,c=void 0!==s&&s,d=e.position,p=void 0===d?110:d,u=e.devices,m=void 0===u?"all":u;const h=e=>Object(n.defaultValueKey)({key:e,device:a,state:i});return{id:h(Object(y.a)(l,"verticalAlign")),type:"toggle",position:p,devices:m,disabled:c,choices:[{icon:"nc-ver-align-top",title:Object(o.a)("Align"),value:"top"},{icon:"nc-ver-align-middle",title:Object(o.a)("Align"),value:"center"},{icon:"nc-ver-align-bottom",title:Object(o.a)("Align"),value:"bottom"}],value:(e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:i}))(Object(y.a)(l,"verticalAlign")),onChange:e=>({[h(Object(y.a)(l,"verticalAlign"))]:e})}}function K(e){let t=e.v,a=e.device,i=e.devices,r=void 0===i?"all":i,l=e.state,s=e.min,c=void 0===s?1:s,d=e.max,p=void 0===d?100:d,u=e.position,m=void 0===u?80:u,h=e.disabled,b=void 0!==h&&h;const g=e=>Object(n.defaultValueKey)({key:e,device:a,state:l});return{id:g("size"),label:Object(o.a)("Size"),type:"slider",devices:r,position:m,disabled:b,slider:{min:c,max:p},input:{show:!0,min:c,max:p},suffix:{show:!0,choices:[{title:"%",value:"%"}]},value:{value:(e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:l}))("size")},onChange:e=>{let t=e.value;return{[g("size")]:t}}}}function q(e){let t=e.v,a=e.device,i=e.devices,r=void 0===i?"all":i,l=e.state;return{id:Object(n.defaultValueKey)({key:"width",device:a,state:l}),label:Object(o.a)("Width"),devices:r,type:"slider",slider:{min:1,max:100},input:{show:!0},suffix:{show:!0,choices:[{title:"%",value:"%"}]},value:{value:Object(n.defaultValueValue)({v:t,key:"width",device:a,state:l})},onChange:e=>{let t=e.value;return{[Object(n.defaultValueKey)({key:"width",device:a,state:l})]:t}}}}function U(e){let t=e.v,a=e.device,i=e.state,r=e.config,l=e.devices,s=void 0===l?"all":l;return{id:Object(n.defaultValueKey)({key:"height",device:a,state:i}),label:Object(o.a)("Height"),type:"slider",devices:s,slider:{min:r.slider.min,max:r.slider.max},input:{show:!0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:Object(n.defaultValueValue)({v:t,key:"height",device:a,state:i})},onChange:e=>{let t=e.value;return{[Object(n.defaultValueKey)({key:"height",device:a,state:i})]:t}}}}function Y(e){let t=e.v,a=e.device,i=e.state,r=e.devices,l=void 0===r?"all":r;return{id:Object(n.defaultValueKey)({key:"containerSize",device:a,state:i}),label:Object(o.a)("Width"),type:"slider",devices:l,position:100,slider:{min:35,max:100},input:{show:!0,min:35,max:100},suffix:{show:!0,choices:[{title:"%",value:"%"}]},value:{value:Object(n.defaultValueValue)({v:t,key:"containerSize",device:a,state:i})},onChange:e=>{return{containerSize:e.value}}}}function X(e){return J({v:e.v,device:e.device,state:e.state,devices:e.devices,position:e.position})}function Z(e){return J({v:e.v,device:e.device,state:e.state,devices:e.devices,position:e.position,suffixChoices:[{title:"px",value:"px"}]})}function J(e){let t=e.v,a=e.device,r=e.state,l=e.devices,s=void 0===l?"all":l,c=e.position,d=void 0===c?50:c,p=e.childs,u=void 0===p?["paddingTop","paddingRight","paddingBottom","paddingLeft"]:p,m=e.suffixChoices,h=void 0===m?[{title:"px",value:"px"},{title:"%",value:"%"}]:m;const b=e=>Object(n.defaultValueKey)({key:e,device:a,state:r});return{id:b("padding"),type:"multiPicker",devices:s,position:d,picker:{id:b("paddingType"),label:Object(o.a)("Padding"),type:"radioGroup",choices:[{value:"grouped",icon:"nc-styling-all"},{value:"ungrouped",icon:"nc-styling-individual"}],value:(e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:r}))("paddingType")},choices:Object(i.a)({},Q({v:t,device:a,state:r,childs:u,suffixChoices:h,onChange:["onChangePaddingGrouped"]}),ee({v:t,device:a,state:r,childs:u,suffixChoices:h,onChange:["onChangePaddingUngrouped"]}))}}function Q(e){let t=e.v,a=e.device,o=e.state,r=e.childs,l=e.suffixChoices,s=e.onChange;const c=e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:o});return{grouped:[{id:(e=>Object(n.defaultValueKey)({key:e,device:a,state:o}))("padding"),type:"slider",slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:l},value:{value:c("padding"),suffix:c("paddingSuffix")},onChange:(e,l)=>{let c=e.value,d=e.suffix,p=l.sliderDragEnd;const u=Object(i.a)({},{v:t,device:a,state:o,childs:r,onChange:s},{value:c,suffix:d,sliderDragEnd:p});return Object(n.saveOnChanges)(u)}}]}}function ee(e){let t=e.v,a=e.device,o=e.state,r=e.childs,l=e.suffixChoices,s=e.onChange;const c=e=>Object(n.defaultValueKey)({key:e,device:a,state:o}),d=e=>Object(n.defaultValueValue)({v:t,key:e,device:a,state:o});return{ungrouped:[{id:c("paddingTop"),icon:"nc-styling-top",type:"slider",slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:l},value:{value:d("paddingTop"),suffix:d("paddingTopSuffix")},onChange:(e,l)=>{let c=e.value,d=e.suffix,p=l.sliderDragEnd;const u=Object(i.a)({},{v:t,device:a,state:o,childs:r,onChange:s},{current:"paddingTop",value:c,suffix:d,sliderDragEnd:p});return Object(n.saveOnChanges)(u)}},r.includes("paddingRight")?{id:c("paddingRight"),icon:"nc-styling-right",type:"slider",slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:l},value:{value:d("paddingRight"),suffix:d("paddingRightSuffix")},onChange:(e,l)=>{let c=e.value,d=e.suffix,p=l.sliderDragEnd;const u=Object(i.a)({},{v:t,device:a,state:o,childs:r,onChange:s},{current:"paddingRight",value:c,suffix:d,sliderDragEnd:p});return Object(n.saveOnChanges)(u)}}:{},{id:c("paddingBottom"),icon:"nc-styling-bottom",type:"slider",slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:l},value:{value:d("paddingBottom"),suffix:d("paddingBottomSuffix")},onChange:(e,l)=>{let c=e.value,d=e.suffix,p=l.sliderDragEnd;const u=Object(i.a)({},{v:t,device:a,state:o,childs:r,onChange:s},{current:"paddingBottom",value:c,suffix:d,sliderDragEnd:p});return Object(n.saveOnChanges)(u)