Brizy – Page Builder - Version 1.0.91

Version Description

  • 2019-10-01 =
  • New: Added indicator to show or hide all hidden blocks
  • Improved: Slider dots and arrows color can now be set per device
  • Fixed: The preview Url for archive Brizy templates
  • Fixed: Show the latest compiled page if the compiler fails
  • Fixed: Text translations
  • Fixed: Checking for failed DB request when getting the project instance
  • Fixed: Globals data migration
Download this release

Release Info

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

Code changes from version 1.0.90 to 1.0.91

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.90<br>
7
  License: GPLv3<br>
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -118,9 +118,21 @@ $bodyHtml = apply_filters( 'brizy_content', $html->get_body(), Brizy_Editor_Proj
118
 
119
  ## Changelog
120
 
121
- ### 1.0.90 - 2019-09-25 ###
 
 
 
 
 
 
122
  * Fixed: Globals data migration
123
 
 
 
 
 
 
 
124
  ### 1.0.87 - 2019-09-23 ###
125
  * Fixed: Editor version number
126
 
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.91<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.91 - 2019-10-01 ###
122
+ * New: Added indicator to show or hide all hidden blocks
123
+ * Improved: Slider dots and arrows color can now be set per device
124
+ * Fixed: The preview Url for archive Brizy templates
125
+ * Fixed: Show the latest compiled page if the compiler fails
126
+ * Fixed: Text translations
127
+ * Fixed: Checking for failed DB request when getting the project instance
128
  * Fixed: Globals data migration
129
 
130
+ ### 1.0.89 - 2019-09-24 ###
131
+ * Fixed: Disabled Block Background Attachment Fixed for Responsive
132
+
133
+ ### 1.0.88 - 2019-09-24 ###
134
+ * Fixed: Image Shadow Border Radius Fix in Preview
135
+
136
  ### 1.0.87 - 2019-09-23 ###
137
  * Fixed: Editor version number
138
 
admin/blocks/main.php CHANGED
@@ -113,7 +113,7 @@ class Brizy_Admin_Blocks_Main {
113
  'labels' => $labels,
114
  'public' => false,
115
  'has_archive' => false,
116
- 'description' => __( 'Brizy global block.', 'brizy' ),
117
  'publicly_queryable' => false,
118
  'show_ui' => false,
119
  'show_in_menu' => false,
@@ -135,7 +135,7 @@ class Brizy_Admin_Blocks_Main {
135
  'labels' => $labels,
136
  'public' => false,
137
  'has_archive' => false,
138
- 'description' => __( 'Brizy global block.' ),
139
  'publicly_queryable' => false,
140
  'show_ui' => false,
141
  'show_in_menu' => false,
113
  'labels' => $labels,
114
  'public' => false,
115
  'has_archive' => false,
116
+ 'description' => __bt( 'brizy', 'Brizy' ) . ' ' . __( 'global block.', 'brizy' ),
117
  'publicly_queryable' => false,
118
  'show_ui' => false,
119
  'show_in_menu' => false,
135
  'labels' => $labels,
136
  'public' => false,
137
  'has_archive' => false,
138
+ 'description' => __bt( 'brizy', 'Brizy' ) . ' ' .__( 'global block.' ),
139
  'publicly_queryable' => false,
140
  'show_ui' => false,
141
  'show_in_menu' => false,
admin/fonts/main.php CHANGED
@@ -64,7 +64,7 @@ class Brizy_Admin_Fonts_Main {
64
  'labels' => $labels,
65
  'public' => false,
66
  'has_archive' => false,
67
- 'description' => __( 'Brizy font.', 'brizy' ),
68
  'publicly_queryable' => false,
69
  'show_ui' => false,
70
  'show_in_menu' => false,
64
  'labels' => $labels,
65
  'public' => false,
66
  'has_archive' => false,
67
+ 'description' => __bt( 'brizy', 'Brizy' ) . ' ' . __( 'font', 'brizy' ) . '.',
68
  'publicly_queryable' => false,
69
  'show_ui' => false,
70
  'show_in_menu' => false,
admin/form-entries.php CHANGED
@@ -106,7 +106,7 @@ class Brizy_Admin_FormEntries {
106
  }
107
 
108
  public function addSubmenuPage() {
109
- add_submenu_page( 'brizy-settings', 'Leads', 'Leads', 'manage_options', 'edit.php?post_type=' . self::CP_FORM_ENTRY, null );
110
  }
111
 
112
  public function handleEnableButton() {
106
  }
107
 
108
  public function addSubmenuPage() {
109
+ add_submenu_page( 'brizy-settings', __('Leads','brizy'), __('Leads','brizy'), 'manage_options', 'edit.php?post_type=' . self::CP_FORM_ENTRY, null );
110
  }
111
 
112
  public function handleEnableButton() {
admin/settings.php CHANGED
@@ -139,13 +139,13 @@ class Brizy_Admin_Settings {
139
  $tabs = array(
140
  array(
141
  'id' => 'general',
142
- 'label' => 'General',
143
  'is_selected' => is_null( $selected_tab ) || $selected_tab == 'general',
144
  'href' => menu_page_url( self::menu_slug(), false ) . "&tab=general"
145
  ),
146
  array(
147
  'id' => 'roles',
148
- 'label' => 'Role Manager',
149
  'is_selected' => $selected_tab == 'roles',
150
  'href' => menu_page_url( self::menu_slug(), false ) . "&tab=roles"
151
  ),
139
  $tabs = array(
140
  array(
141
  'id' => 'general',
142
+ 'label' => __bt( 'General', 'General' ),
143
  'is_selected' => is_null( $selected_tab ) || $selected_tab == 'general',
144
  'href' => menu_page_url( self::menu_slug(), false ) . "&tab=general"
145
  ),
146
  array(
147
  'id' => 'roles',
148
+ 'label' => __bt( 'Role Manager', 'Role Manager' ),
149
  'is_selected' => $selected_tab == 'roles',
150
  'href' => menu_page_url( self::menu_slug(), false ) . "&tab=roles"
151
  ),
admin/templates.php CHANGED
@@ -357,7 +357,10 @@ class Brizy_Admin_Templates {
357
  );
358
 
359
  if ( $context != 'template-rules' ) {
360
- $list[] = array( 'title' => 'Brizy Templates', 'value' => 'brizy_template', 'groupValue' => Brizy_Admin_Rule::BRIZY_TEMPLATE );
 
 
 
361
  }
362
 
363
  return $list;
@@ -502,9 +505,14 @@ class Brizy_Admin_Templates {
502
  $needs_compile = ! $this->template->isCompiledWithCurrentVersion() || $this->template->get_needs_compile();
503
 
504
  if ( $needs_compile ) {
505
- $this->template->compile_page();
506
- if ( ! $is_preview && $needs_compile ) {
507
- $this->template->save();
 
 
 
 
 
508
  }
509
  }
510
 
@@ -524,7 +532,7 @@ class Brizy_Admin_Templates {
524
 
525
  } catch ( Exception $e ) {
526
  //ignore
527
- Brizy_Logger::instance()->error($e->getMessage(),[$e]);
528
  }
529
  }
530
 
357
  );
358
 
359
  if ( $context != 'template-rules' ) {
360
+ $list[] = array( 'title' => 'Brizy Templates',
361
+ 'value' => 'brizy_template',
362
+ 'groupValue' => Brizy_Admin_Rule::BRIZY_TEMPLATE
363
+ );
364
  }
365
 
366
  return $list;
505
  $needs_compile = ! $this->template->isCompiledWithCurrentVersion() || $this->template->get_needs_compile();
506
 
507
  if ( $needs_compile ) {
508
+ try {
509
+ $this->template->compile_page();
510
+ if ( ! $is_preview && $needs_compile ) {
511
+ $this->template->save();
512
+ }
513
+ } catch ( Exception $e ) {
514
+ //ignore
515
+ Brizy_Logger::instance()->error( $e->getMessage(), [] );
516
  }
517
  }
518
 
532
 
533
  } catch ( Exception $e ) {
534
  //ignore
535
+ Brizy_Logger::instance()->error( $e->getMessage(), [] );
536
  }
537
  }
538
 
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.90
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.90' );
23
- define( 'BRIZY_EDITOR_VERSION', '109' );
24
  define( 'BRIZY_FILE', __FILE__ );
25
  define( 'BRIZY_PLUGIN_BASE', plugin_basename( BRIZY_FILE ) );
26
  define( 'BRIZY_PLUGIN_PATH', dirname( BRIZY_FILE ) );
@@ -50,9 +50,9 @@ function brizy_notices() {
50
  ?>
51
  <div class="notice notice-error is-dismissible">
52
  <p>
53
- <?php echo __bt( 'brziy', 'Brizy' ) ?> requires PHP version 5.6+, you currently running
54
  PHP <?php echo PHP_VERSION ?>.
55
- <b><?php echo strtoupper( __bt( 'brziy', 'Brizy' ) ) ?> IS NOT RUNNING. </b>
56
  </p>
57
  </div>
58
  <?php
5
  * Plugin URI: https://brizy.io/
6
  * Author: Brizy.io
7
  * Author URI: https://brizy.io/
8
+ * Version: 1.0.91
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.91' );
23
+ define( 'BRIZY_EDITOR_VERSION', '110' );
24
  define( 'BRIZY_FILE', __FILE__ );
25
  define( 'BRIZY_PLUGIN_BASE', plugin_basename( BRIZY_FILE ) );
26
  define( 'BRIZY_PLUGIN_PATH', dirname( BRIZY_FILE ) );
50
  ?>
51
  <div class="notice notice-error is-dismissible">
52
  <p>
53
+ <?php echo __bt( 'brizy', 'Brizy' ) ?> requires PHP version 5.6+, you currently running
54
  PHP <?php echo PHP_VERSION ?>.
55
+ <b><?php echo strtoupper( __bt( 'brizy', 'Brizy' ) ) ?> IS NOT RUNNING. </b>
56
  </p>
57
  </div>
58
  <?php
editor.php CHANGED
@@ -303,11 +303,12 @@ class Brizy_Editor {
303
  try {
304
  $url_builder = new Brizy_Editor_UrlBuilder( null );
305
 
306
- $config = null;
307
- $proxy = new Brizy_Public_AssetProxy( $url_builder, $config );
308
- $crop_roxy = new Brizy_Public_CropProxy( $url_builder, $config );
309
- $screenshot_roxy = new Brizy_Public_BlockScreenshotProxy( new Brizy_Editor_UrlBuilder( null ), $config );
310
- $screenshot_roxy = new Brizy_Public_FileProxy( new Brizy_Editor_UrlBuilder( null ), $config );
 
311
  } catch ( Exception $e ) {
312
  Brizy_Logger::instance()->exception( $e );
313
  }
303
  try {
304
  $url_builder = new Brizy_Editor_UrlBuilder( null );
305
 
306
+ $config = null;
307
+ $proxy = new Brizy_Public_AssetProxy( $url_builder, $config );
308
+ $crop_proxy = new Brizy_Public_CropProxy( $url_builder, $config );
309
+ $attachment_proxy = new Brizy_Public_AttachmentProxy( $url_builder, $config );
310
+ $screenshot_roxy = new Brizy_Public_BlockScreenshotProxy( new Brizy_Editor_UrlBuilder( null ), $config );
311
+ $screenshot_roxy = new Brizy_Public_FileProxy( new Brizy_Editor_UrlBuilder( null ), $config );
312
  } catch ( Exception $e ) {
313
  Brizy_Logger::instance()->exception( $e );
314
  }
editor/api.php CHANGED
@@ -22,6 +22,7 @@ class Brizy_Editor_API extends Brizy_Admin_AbstractApi {
22
 
23
  const AJAX_DOWNLOAD_MEDIA = 'brizy_download_media';
24
  const AJAX_MEDIA_METAKEY = 'brizy_get_media_key';
 
25
 
26
  const AJAX_SET_FEATURED_IMAGE = 'brizy_set_featured_image';
27
  const AJAX_SET_FEATURED_IMAGE_FOCAL_POINT = 'brizy_set_featured_image_focal_point';
@@ -66,6 +67,7 @@ class Brizy_Editor_API extends Brizy_Admin_AbstractApi {
66
  add_action( 'wp_ajax_' . self::AJAX_GET_TERMS, array( $this, 'get_terms' ) );
67
  add_action( 'wp_ajax_' . self::AJAX_DOWNLOAD_MEDIA, array( $this, 'download_media' ) );
68
  add_action( 'wp_ajax_' . self::AJAX_MEDIA_METAKEY, array( $this, 'get_media_key' ) );
 
69
  add_action( 'wp_ajax_' . self::AJAX_JWT_TOKEN, array( $this, 'multipass_create' ) );
70
  add_action( 'wp_ajax_' . self::AJAX_SET_FEATURED_IMAGE, array( $this, 'set_featured_image' ) );
71
  add_action( 'wp_ajax_' . self::AJAX_SET_FEATURED_IMAGE_FOCAL_POINT, array(
@@ -492,10 +494,9 @@ class Brizy_Editor_API extends Brizy_Admin_AbstractApi {
492
  $apost = (int) $_REQUEST['post_id'];
493
  $attachment_id = (int) $_REQUEST['attachment_id'];
494
 
495
- if ( ! $attachment_id ) {
496
  $this->error( 400, 'Invalid attachment id' );
497
  }
498
-
499
  $uid = $this->createMediaKey( $apost, $attachment_id );
500
 
501
  $this->success( array( 'uid' => $uid ) );
@@ -507,6 +508,33 @@ class Brizy_Editor_API extends Brizy_Admin_AbstractApi {
507
  }
508
  }
509
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
510
 
511
  private function createMediaKey( $postId, $attachmentId ) {
512
  $uid = get_post_meta( $attachmentId, 'brizy_attachment_uid', true );
22
 
23
  const AJAX_DOWNLOAD_MEDIA = 'brizy_download_media';
24
  const AJAX_MEDIA_METAKEY = 'brizy_get_media_key';
25
+ const AJAX_CREATE_ATTACHMENT_UID = 'brizy_create_attachment_uid';
26
 
27
  const AJAX_SET_FEATURED_IMAGE = 'brizy_set_featured_image';
28
  const AJAX_SET_FEATURED_IMAGE_FOCAL_POINT = 'brizy_set_featured_image_focal_point';
67
  add_action( 'wp_ajax_' . self::AJAX_GET_TERMS, array( $this, 'get_terms' ) );
68
  add_action( 'wp_ajax_' . self::AJAX_DOWNLOAD_MEDIA, array( $this, 'download_media' ) );
69
  add_action( 'wp_ajax_' . self::AJAX_MEDIA_METAKEY, array( $this, 'get_media_key' ) );
70
+ add_action( 'wp_ajax_' . self::AJAX_CREATE_ATTACHMENT_UID, array( $this, 'get_attachment_key' ) );
71
  add_action( 'wp_ajax_' . self::AJAX_JWT_TOKEN, array( $this, 'multipass_create' ) );
72
  add_action( 'wp_ajax_' . self::AJAX_SET_FEATURED_IMAGE, array( $this, 'set_featured_image' ) );
73
  add_action( 'wp_ajax_' . self::AJAX_SET_FEATURED_IMAGE_FOCAL_POINT, array(
494
  $apost = (int) $_REQUEST['post_id'];
495
  $attachment_id = (int) $_REQUEST['attachment_id'];
496
 
497
+ if ( ! $attachment_id || get_post_status( $attachment_id ) === false ) {
498
  $this->error( 400, 'Invalid attachment id' );
499
  }
 
500
  $uid = $this->createMediaKey( $apost, $attachment_id );
501
 
502
  $this->success( array( 'uid' => $uid ) );
508
  }
509
  }
510
 
511
+ public function get_attachment_key() {
512
+ try {
513
+ session_write_close();
514
+
515
+ $this->verifyNonce( self::nonce );
516
+ $attachmentId = (int) $_REQUEST['attachment_id'];
517
+
518
+ if ( ! $attachmentId || get_post_status( $attachmentId ) === false ) {
519
+ $this->error( 400, 'Invalid attachment id' );
520
+ }
521
+
522
+ $uid = get_post_meta( $attachmentId, 'brizy_post_uid', true );
523
+
524
+ if ( ! $uid ) {
525
+ $uid = "wp-" . md5( $attachmentId . time() );
526
+ update_post_meta( $attachmentId, 'brizy_post_uid', $uid );
527
+ }
528
+
529
+ $this->success( array( 'uid' => $uid ) );
530
+
531
+ } catch ( Exception $e ) {
532
+ Brizy_Logger::instance()->error( $e->getMessage(), [ $e ] );
533
+
534
+ return;
535
+ }
536
+ }
537
+
538
 
539
  private function createMediaKey( $postId, $attachmentId ) {
540
  $uid = get_post_meta( $attachmentId, 'brizy_attachment_uid', true );
editor/editor/editor.php CHANGED
@@ -147,13 +147,14 @@ class Brizy_Editor_Editor_Editor {
147
  'support' => __bt( 'support-url', apply_filters( 'brizy_support_url', Brizy_Config::SUPPORT_URL ) ),
148
  'pluginSettings' => admin_url( 'admin.php?page=' . Brizy_Admin_Settings::menu_slug() ),
149
  'dashboardNavMenu' => admin_url( 'nav-menus.php' ),
 
150
  ),
151
  'form' => array(
152
  'submitUrl' => '{{brizy_dc_ajax_url}}?action=' . Brizy_Editor_Forms_Api::AJAX_SUBMIT_FORM
153
  ),
154
  'serverTimestamp' => time(),
155
  'menuData' => $this->get_menu_data(),
156
- 'wp' => array(
157
  'permalink' => get_permalink( $wp_post_id ),
158
  'page' => $wp_post_id,
159
  'ruleMatches' => $ruleMatches,
@@ -190,6 +191,7 @@ class Brizy_Editor_Editor_Editor {
190
  'media' => Brizy_Editor_API::AJAX_MEDIA,
191
  'downloadMedia' => Brizy_Editor_API::AJAX_DOWNLOAD_MEDIA,
192
  'getMediaUid' => Brizy_Editor_API::AJAX_MEDIA_METAKEY,
 
193
  'getServerTimeStamp' => Brizy_Editor_API::AJAX_TIMESTAMP,
194
 
195
 
@@ -242,13 +244,13 @@ class Brizy_Editor_Editor_Editor {
242
  'pageData' => apply_filters( 'brizy_page_data', array() ),
243
  'isTemplate' => $isTemplate
244
  ),
245
- 'applications' => array(
246
  'form' => array(
247
  'submitUrl' => '{{brizy_dc_ajax_url}}?action=' . Brizy_Editor_Forms_Api::AJAX_SUBMIT_FORM
248
  )
249
  ),
250
- 'branding' => array( 'brizy' => __bt( 'brizy', 'Brizy' ) ),
251
- 'editorVersion' => BRIZY_EDITOR_VERSION
252
  );
253
 
254
  return self::$config = apply_filters( 'brizy_editor_config', $config );
@@ -394,19 +396,7 @@ class Brizy_Editor_Editor_Editor {
394
  return addQueryStringToUrl( $link, 'preview=1' );
395
  }
396
 
397
- global $wp_post_types;
398
-
399
- $archivePostTypes = array_filter( $wp_post_types, function ( $type ) {
400
- return $type->public && $type->show_ui && $type->has_archive;
401
- } );
402
-
403
- if ( count( $archivePostTypes ) == 0 ) {
404
- break;
405
- }
406
-
407
- $postTypes = array_pop( $archivePostTypes );
408
-
409
- $link = get_post_type_archive_link( $postTypes->name );
410
 
411
  return addQueryStringToUrl( $link, 'preview=1' );
412
  break;
@@ -556,4 +546,91 @@ class Brizy_Editor_Editor_Editor {
556
  ) )
557
  );
558
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
559
  }
147
  'support' => __bt( 'support-url', apply_filters( 'brizy_support_url', Brizy_Config::SUPPORT_URL ) ),
148
  'pluginSettings' => admin_url( 'admin.php?page=' . Brizy_Admin_Settings::menu_slug() ),
149
  'dashboardNavMenu' => admin_url( 'nav-menus.php' ),
150
+ 'customFile' => home_url( '?brizy_attachment=' )
151
  ),
152
  'form' => array(
153
  'submitUrl' => '{{brizy_dc_ajax_url}}?action=' . Brizy_Editor_Forms_Api::AJAX_SUBMIT_FORM
154
  ),
155
  'serverTimestamp' => time(),
156
  'menuData' => $this->get_menu_data(),
157
+ 'wp' => array(
158
  'permalink' => get_permalink( $wp_post_id ),
159
  'page' => $wp_post_id,
160
  'ruleMatches' => $ruleMatches,
191
  'media' => Brizy_Editor_API::AJAX_MEDIA,
192
  'downloadMedia' => Brizy_Editor_API::AJAX_DOWNLOAD_MEDIA,
193
  'getMediaUid' => Brizy_Editor_API::AJAX_MEDIA_METAKEY,
194
+ 'getAttachmentUid' => Brizy_Editor_API::AJAX_CREATE_ATTACHMENT_UID,
195
  'getServerTimeStamp' => Brizy_Editor_API::AJAX_TIMESTAMP,
196
 
197
 
244
  'pageData' => apply_filters( 'brizy_page_data', array() ),
245
  'isTemplate' => $isTemplate
246
  ),
247
+ 'applications' => array(
248
  'form' => array(
249
  'submitUrl' => '{{brizy_dc_ajax_url}}?action=' . Brizy_Editor_Forms_Api::AJAX_SUBMIT_FORM
250
  )
251
  ),
252
+ 'branding' => array( 'brizy' => __bt( 'brizy', 'Brizy' ) ),
253
+ 'editorVersion' => BRIZY_EDITOR_VERSION
254
  );
255
 
256
  return self::$config = apply_filters( 'brizy_editor_config', $config );
396
  return addQueryStringToUrl( $link, 'preview=1' );
397
  }
398
 
399
+ $link = $this->getOneArchiveLink();
 
 
 
 
 
 
 
 
 
 
 
 
400
 
401
  return addQueryStringToUrl( $link, 'preview=1' );
402
  break;
546
  ) )
547
  );
548
  }
549
+
550
+ private function getOneArchiveLink( $args = '' ) {
551
+ global $wpdb, $wp_locale;
552
+
553
+ $defaults = array(
554
+ 'type' => 'monthly',
555
+ 'limit' => '',
556
+ 'order' => 'DESC',
557
+ 'post_type' => 'post',
558
+ 'year' => get_query_var( 'year' ),
559
+ 'monthnum' => get_query_var( 'monthnum' ),
560
+ 'day' => get_query_var( 'day' ),
561
+ 'w' => get_query_var( 'w' ),
562
+ );
563
+
564
+ $r = wp_parse_args( $args, $defaults );
565
+
566
+ $post_type_object = get_post_type_object( $r['post_type'] );
567
+ if ( ! is_post_type_viewable( $post_type_object ) ) {
568
+ return;
569
+ }
570
+ $r['post_type'] = $post_type_object->name;
571
+
572
+ if ( '' == $r['type'] ) {
573
+ $r['type'] = 'monthly';
574
+ }
575
+
576
+ if ( ! empty( $r['limit'] ) ) {
577
+ $r['limit'] = absint( $r['limit'] );
578
+ $r['limit'] = ' LIMIT ' . $r['limit'];
579
+ }
580
+
581
+ $order = strtoupper( $r['order'] );
582
+ if ( $order !== 'ASC' ) {
583
+ $order = 'DESC';
584
+ }
585
+
586
+ // this is what will separate dates on weekly archive links
587
+ $archive_week_separator = '&#8211;';
588
+
589
+ $sql_where = $wpdb->prepare( "WHERE post_type = %s AND post_status = 'publish'", $r['post_type'] );
590
+
591
+ /**
592
+ * Filters the SQL WHERE clause for retrieving archives.
593
+ *
594
+ * @since 2.2.0
595
+ *
596
+ * @param string $sql_where Portion of SQL query containing the WHERE clause.
597
+ * @param array $r An array of default arguments.
598
+ */
599
+ $where = apply_filters( 'getarchives_where', $sql_where, $r );
600
+
601
+ /**
602
+ * Filters the SQL JOIN clause for retrieving archives.
603
+ *
604
+ * @since 2.2.0
605
+ *
606
+ * @param string $sql_join Portion of SQL query containing JOIN clause.
607
+ * @param array $r An array of default arguments.
608
+ */
609
+ $join = apply_filters( 'getarchives_join', '', $r );
610
+
611
+ $output = '';
612
+
613
+ $last_changed = wp_cache_get_last_changed( 'posts' );
614
+
615
+ $limit = $r['limit'];
616
+
617
+ if ( 'monthly' == $r['type'] ) {
618
+ $query = "SELECT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM $wpdb->posts $join $where GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date $order $limit";
619
+ $key = md5( $query );
620
+ $key = "wp_get_archives:$key:$last_changed";
621
+ if ( ! $results = wp_cache_get( $key, 'posts' ) ) {
622
+ $results = $wpdb->get_results( $query );
623
+ wp_cache_set( $key, $results, 'posts' );
624
+ }
625
+ if ( $results ) {
626
+ foreach ( (array) $results as $result ) {
627
+ $url = get_month_link( $result->year, $result->month );
628
+ if ( 'post' !== $r['post_type'] ) {
629
+ $url = add_query_arg( 'post_type', $r['post_type'], $url );
630
+ }
631
+ return $url;
632
+ }
633
+ }
634
+ }
635
+ }
636
  }
editor/project.php CHANGED
@@ -159,6 +159,11 @@ class Brizy_Editor_Project implements Serializable {
159
  OBJECT
160
  );
161
 
 
 
 
 
 
162
  if ( isset( $row[0] ) ) {
163
  return WP_Post::get_instance( $row[0]->ID );
164
  }
159
  OBJECT
160
  );
161
 
162
+ if ( is_null( $row ) ) {
163
+ Brizy_Logger::instance()->critical( 'Failed to check if the project exist.', [] );
164
+ throw new Exception( 'Failed to check if the project exist.' );
165
+ }
166
+
167
  if ( isset( $row[0] ) ) {
168
  return WP_Post::get_instance( $row[0]->ID );
169
  }
languages/brizy.pot CHANGED
@@ -2,7 +2,7 @@
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: \n"
5
- "POT-Creation-Date: 2018-08-17 16:45+0300\n"
6
  "PO-Revision-Date: 2018-08-14 16:04+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
@@ -10,7 +10,7 @@ msgstr ""
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.7.1\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-KeywordsList: _e;esc_attr_e;__\n"
@@ -20,109 +20,179 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-1: public/editor-src\n"
21
  "X-Poedit-SearchPathExcluded-2: vendor\n"
22
 
23
- #: admin/main.php:193 languages/texts.php:153
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  msgid "Settings"
25
  msgstr ""
26
 
27
- #: admin/main.php:339
28
- msgid "Edit with Brizy"
29
  msgstr ""
30
 
31
- #: admin/main.php:402
 
 
 
 
32
  msgid "Auto Draft"
33
  msgstr ""
34
 
35
- #: admin/settings.php:66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  msgid "Role Manager"
37
  msgstr ""
38
 
39
- #: admin/templates.php:127 admin/templates.php:130
40
  msgid "Template updated."
41
  msgstr ""
42
 
43
- #: admin/templates.php:128
44
  msgid "Custom field updated."
45
  msgstr ""
46
 
47
- #: admin/templates.php:129
48
  msgid "Custom field deleted."
49
  msgstr ""
50
 
51
- #: admin/templates.php:132
52
  #, php-format
53
  msgid "Template restored to revision from %s"
54
  msgstr ""
55
 
56
- #: admin/templates.php:133
57
  msgid "Template published."
58
  msgstr ""
59
 
60
- #: admin/templates.php:134
61
  msgid "Template saved."
62
  msgstr ""
63
 
64
- #: admin/templates.php:135
65
  msgid "Template submitted."
66
  msgstr ""
67
 
68
- #: admin/templates.php:137
69
  #, php-format
70
  msgid "Template scheduled for: <strong>%1$s</strong>."
71
  msgstr ""
72
 
73
- #: admin/templates.php:139
74
  msgid "M j, Y @ G:i"
75
  msgstr ""
76
 
77
- #: admin/templates.php:141
78
  msgid "Template draft updated."
79
  msgstr ""
80
 
81
- #: admin/templates.php:147 admin/templates.php:173
82
  msgid "View Template"
83
  msgstr ""
84
 
85
- #: admin/templates.php:153
86
  msgid "Preview Template"
87
  msgstr ""
88
 
89
- #: admin/templates.php:170
90
  msgid "Add New Template"
91
  msgstr ""
92
 
93
- #: admin/templates.php:171
94
  msgid "New Template"
95
  msgstr ""
96
 
97
- #: admin/templates.php:172
98
  msgid "Edit Template"
99
  msgstr ""
100
 
101
- #: admin/templates.php:174
102
  msgid "Templates"
103
  msgstr ""
104
 
105
- #: admin/templates.php:175
106
  msgid "Search Templates"
107
  msgstr ""
108
 
109
- #: admin/templates.php:176
110
  msgid "Parent Templates:"
111
  msgstr ""
112
 
113
- #: admin/templates.php:177
114
  msgid "No Templates found."
115
  msgstr ""
116
 
117
- #: admin/templates.php:178
118
  msgid "No Templates found in Trash."
119
  msgstr ""
120
 
121
- #: admin/templates.php:186
122
- msgid "Brizy templates."
123
  msgstr ""
124
 
125
- #: admin/templates.php:206
126
  msgid "Display Conditions"
127
  msgstr ""
128
 
@@ -130,30 +200,66 @@ msgstr ""
130
  msgid "Continue to edit with"
131
  msgstr ""
132
 
133
- #: admin/views/dashboard-news.php:9
134
- msgid "News and Updates"
135
  msgstr ""
136
 
137
  #: admin/views/dashboard-news.php:10
 
 
 
 
138
  msgid "No News"
139
  msgstr ""
140
 
141
- #: admin/views/dashboard-posts.php:40
142
- msgid "No posts created"
 
 
 
 
 
 
 
 
 
 
 
 
143
  msgstr ""
144
 
145
  #: admin/views/settings/general.php:12
146
- msgid "Activate Brizy For"
147
  msgstr ""
148
 
149
  #: admin/views/settings/general.php:32 admin/views/settings/roles.php:24
150
  msgid "Save Changes"
151
  msgstr ""
152
 
153
- #: editor/post.php:675
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
  msgid "Default"
155
  msgstr ""
156
 
 
 
 
 
157
  #: languages/texts.php:9
158
  msgid "START BUILDING YOUR PAGE"
159
  msgstr ""
@@ -182,7 +288,7 @@ msgstr ""
182
  msgid "Add Elements"
183
  msgstr ""
184
 
185
- #: languages/texts.php:30 languages/texts.php:342
186
  msgid "Text"
187
  msgstr ""
188
 
@@ -194,11 +300,11 @@ msgstr ""
194
  msgid "Icon"
195
  msgstr ""
196
 
197
- #: languages/texts.php:33 languages/texts.php:132
198
  msgid "Image"
199
  msgstr ""
200
 
201
- #: languages/texts.php:34 languages/texts.php:136
202
  msgid "Video"
203
  msgstr ""
204
 
@@ -210,7 +316,7 @@ msgstr ""
210
  msgid "Line"
211
  msgstr ""
212
 
213
- #: languages/texts.php:37 languages/texts.php:143
214
  msgid "Map"
215
  msgstr ""
216
 
@@ -259,1370 +365,1682 @@ msgid "Column"
259
  msgstr ""
260
 
261
  #: languages/texts.php:49
262
- msgid "Add to cart"
263
  msgstr ""
264
 
265
  #: languages/texts.php:50
266
- msgid "Categories"
267
  msgstr ""
268
 
269
  #: languages/texts.php:51
270
- msgid "Pages"
271
  msgstr ""
272
 
273
  #: languages/texts.php:52
274
- msgid "Product"
275
  msgstr ""
276
 
277
  #: languages/texts.php:53
278
- msgid "Products"
279
  msgstr ""
280
 
281
- #: languages/texts.php:54
282
- msgid "Shortcode"
283
  msgstr ""
284
 
285
  #: languages/texts.php:55
286
- msgid "Menu"
287
  msgstr ""
288
 
289
  #: languages/texts.php:56
290
- msgid "Posts"
291
  msgstr ""
292
 
293
  #: languages/texts.php:57
294
- msgid "Sidebar"
 
 
 
 
295
  msgstr ""
296
 
297
  #: languages/texts.php:59
298
- msgid "Reorder Blocks"
299
  msgstr ""
300
 
301
  #: languages/texts.php:60
302
- msgid "Drag to reorder"
303
  msgstr ""
304
 
305
- #: languages/texts.php:62 languages/texts.php:86
306
- msgid "Styling"
 
 
 
 
307
  msgstr ""
308
 
309
  #: languages/texts.php:63
310
- msgid "Add New Google Font"
311
  msgstr ""
312
 
313
  #: languages/texts.php:64
314
- msgid "Type font name"
315
  msgstr ""
316
 
317
  #: languages/texts.php:65
318
- msgid "Add new option"
319
- msgstr ""
320
-
321
- #: languages/texts.php:66
322
- msgid "Add New"
323
  msgstr ""
324
 
325
  #: languages/texts.php:67
326
- #, php-format
327
- msgid "New Style #%s"
328
  msgstr ""
329
 
330
- #: languages/texts.php:69
331
- msgid "Mobile view"
332
  msgstr ""
333
 
334
  #: languages/texts.php:70
335
- msgid "Desktop"
336
  msgstr ""
337
 
338
  #: languages/texts.php:71
339
- msgid "Mobile"
 
 
 
 
340
  msgstr ""
341
 
342
  #: languages/texts.php:73
343
- msgid "More"
344
  msgstr ""
345
 
346
  #: languages/texts.php:74
347
- msgid "About Brizy"
348
  msgstr ""
349
 
350
  #: languages/texts.php:75
351
- msgid "Back to Brizy"
 
352
  msgstr ""
353
 
354
  #: languages/texts.php:76
355
- msgid "Plugin Settings"
356
  msgstr ""
357
 
358
  #: languages/texts.php:77
359
- msgid "Back to WordPress"
 
 
 
 
360
  msgstr ""
361
 
362
  #: languages/texts.php:80
363
- msgid "Save HTML"
364
  msgstr ""
365
 
366
  #: languages/texts.php:81
367
- msgid "Update"
368
  msgstr ""
369
 
370
  #: languages/texts.php:82
371
- msgid "Publish"
372
  msgstr ""
373
 
374
- #: languages/texts.php:85
375
- msgid "More Settings"
 
 
 
 
 
 
 
 
376
  msgstr ""
377
 
378
  #: languages/texts.php:87
379
- msgid "Advanced"
380
  msgstr ""
381
 
382
  #: languages/texts.php:88
383
- msgid "Show on Desktop"
384
  msgstr ""
385
 
386
  #: languages/texts.php:89
387
- msgid "Disable on Mobile"
388
  msgstr ""
389
 
390
  #: languages/texts.php:90
391
- msgid "Enable on Mobile"
392
  msgstr ""
393
 
394
  #: languages/texts.php:91
395
- msgid "Z-index"
396
  msgstr ""
397
 
398
  #: languages/texts.php:92
399
- msgid "CSS Class"
400
  msgstr ""
401
 
402
- #: languages/texts.php:96
403
- msgid "Slider"
404
  msgstr ""
405
 
406
- #: languages/texts.php:98
407
- msgid "Make it a Slider"
408
  msgstr ""
409
 
410
- #: languages/texts.php:99
411
- msgid "Auto Play"
412
  msgstr ""
413
 
414
- #: languages/texts.php:100
415
- msgid "Speed"
416
  msgstr ""
417
 
418
  #: languages/texts.php:101
419
- msgid "Navigation"
420
  msgstr ""
421
 
422
  #: languages/texts.php:102
423
- msgid "Dots"
424
  msgstr ""
425
 
426
  #: languages/texts.php:103
427
- msgid "None"
428
  msgstr ""
429
 
430
  #: languages/texts.php:104
431
- msgid "Circle"
432
  msgstr ""
433
 
434
  #: languages/texts.php:105
435
- msgid "Diamond"
436
  msgstr ""
437
 
438
  #: languages/texts.php:106
439
- msgid "Square"
440
  msgstr ""
441
 
442
  #: languages/texts.php:107
443
- msgid "Arrows"
444
  msgstr ""
445
 
446
  #: languages/texts.php:108
447
- msgid "Thin"
448
  msgstr ""
449
 
450
  #: languages/texts.php:109
451
- msgid "Heavy"
452
  msgstr ""
453
 
454
  #: languages/texts.php:110
455
- msgid "Tail"
456
  msgstr ""
457
 
458
  #: languages/texts.php:111
459
- msgid "Round"
460
  msgstr ""
461
 
462
  #: languages/texts.php:112
463
- msgid "Outline"
464
- msgstr ""
465
-
466
- #: languages/texts.php:114
467
- msgid "Full Height"
468
- msgstr ""
469
-
470
- #: languages/texts.php:115
471
- msgid "Width"
472
  msgstr ""
473
 
474
  #: languages/texts.php:116
475
- msgid "Height"
476
- msgstr ""
477
-
478
- #: languages/texts.php:117
479
- msgid "Boxed"
480
  msgstr ""
481
 
482
  #: languages/texts.php:118
483
- msgid "Auto"
484
  msgstr ""
485
 
486
  #: languages/texts.php:119
487
- msgid "Custom"
488
  msgstr ""
489
 
490
  #: languages/texts.php:120
491
- msgid "Full"
 
 
 
 
 
 
 
 
492
  msgstr ""
493
 
494
  #: languages/texts.php:123
495
- msgid "Missing Element"
496
  msgstr ""
497
 
498
  #: languages/texts.php:124
499
- msgid "Could not find"
500
  msgstr ""
501
 
502
  #: languages/texts.php:125
503
- msgid "component"
 
 
 
 
 
 
 
 
504
  msgstr ""
505
 
506
  #: languages/texts.php:128
507
- msgid "Add new column"
 
 
 
 
508
  msgstr ""
509
 
510
  #: languages/texts.php:130
511
- msgid "Background"
512
  msgstr ""
513
 
514
  #: languages/texts.php:131
515
- msgid "Bg Size"
516
  msgstr ""
517
 
518
- #: languages/texts.php:133
519
- msgid "Parallax"
520
  msgstr ""
521
 
522
- #: languages/texts.php:134
523
- msgid "Fixed"
524
  msgstr ""
525
 
526
  #: languages/texts.php:135
527
- msgid "Animated"
 
 
 
 
528
  msgstr ""
529
 
530
  #: languages/texts.php:137
531
- msgid "URL"
532
  msgstr ""
533
 
534
  #: languages/texts.php:138
535
- msgid "YouTube or Vimeo"
536
  msgstr ""
537
 
538
  #: languages/texts.php:139
539
- msgid "Quality"
540
  msgstr ""
541
 
542
  #: languages/texts.php:140
543
- msgid "1080p"
544
  msgstr ""
545
 
546
  #: languages/texts.php:141
547
- msgid "720p"
548
  msgstr ""
549
 
550
  #: languages/texts.php:142
551
- msgid "Loop"
552
  msgstr ""
553
 
554
  #: languages/texts.php:144
555
- msgid "Address"
556
  msgstr ""
557
 
558
  #: languages/texts.php:145
559
- msgid "Enter address"
560
- msgstr ""
561
-
562
- #: languages/texts.php:146
563
- msgid "Zoom"
564
  msgstr ""
565
 
566
  #: languages/texts.php:148
567
- msgid "Colors"
568
  msgstr ""
569
 
570
  #: languages/texts.php:149
571
- msgid "Color"
572
  msgstr ""
573
 
574
  #: languages/texts.php:150
575
- msgid "Overlay"
576
  msgstr ""
577
 
578
- #: languages/texts.php:151 languages/texts.php:270
579
- msgid "Border"
580
  msgstr ""
581
 
582
  #: languages/texts.php:155
583
- msgid "Duplicate"
584
  msgstr ""
585
 
586
  #: languages/texts.php:156
587
- msgid "Delete"
 
 
 
 
588
  msgstr ""
589
 
590
  #: languages/texts.php:158
591
- msgid "Animation"
592
  msgstr ""
593
 
594
  #: languages/texts.php:159
595
- msgid "Duration"
596
  msgstr ""
597
 
598
  #: languages/texts.php:160
599
- msgid "Delay"
600
  msgstr ""
601
 
602
  #: languages/texts.php:161
603
- msgid "Bounce"
604
  msgstr ""
605
 
606
  #: languages/texts.php:162
607
- msgid "Flash"
608
  msgstr ""
609
 
610
  #: languages/texts.php:163
611
- msgid "Pulse"
612
  msgstr ""
613
 
614
  #: languages/texts.php:164
615
- msgid "RubberBand"
616
  msgstr ""
617
 
618
  #: languages/texts.php:165
619
- msgid "Shake"
620
  msgstr ""
621
 
622
  #: languages/texts.php:166
623
- msgid "Swing"
624
  msgstr ""
625
 
626
  #: languages/texts.php:167
627
- msgid "Tada"
628
  msgstr ""
629
 
630
  #: languages/texts.php:168
631
- msgid "Wobble"
632
  msgstr ""
633
 
634
  #: languages/texts.php:169
635
- msgid "Jello"
636
- msgstr ""
637
-
638
- #: languages/texts.php:170
639
- msgid "BounceIn"
640
  msgstr ""
641
 
642
  #: languages/texts.php:171
643
- msgid "BounceInDown"
644
  msgstr ""
645
 
646
  #: languages/texts.php:172
647
- msgid "BounceInLeft"
648
  msgstr ""
649
 
650
  #: languages/texts.php:173
651
- msgid "BounceInRight"
652
  msgstr ""
653
 
654
  #: languages/texts.php:174
655
- msgid "BounceInUp"
656
  msgstr ""
657
 
658
  #: languages/texts.php:175
659
- msgid "BounceOut"
660
  msgstr ""
661
 
662
  #: languages/texts.php:176
663
- msgid "BounceOutDown"
664
  msgstr ""
665
 
666
  #: languages/texts.php:177
667
- msgid "BounceOutLeft"
668
  msgstr ""
669
 
670
  #: languages/texts.php:178
671
- msgid "BounceOutRight"
672
- msgstr ""
673
-
674
- #: languages/texts.php:179
675
- msgid "BounceOutUp"
676
  msgstr ""
677
 
678
  #: languages/texts.php:180
679
- msgid "FadeIn"
680
- msgstr ""
681
-
682
- #: languages/texts.php:181
683
- msgid "FadeInDown"
684
- msgstr ""
685
-
686
- #: languages/texts.php:182
687
- msgid "FadeInDownBig"
688
  msgstr ""
689
 
690
  #: languages/texts.php:183
691
- msgid "FadeInLeft"
692
  msgstr ""
693
 
694
  #: languages/texts.php:184
695
- msgid "FadeInLeftBig"
696
- msgstr ""
697
-
698
- #: languages/texts.php:185
699
- msgid "FadeInRight"
700
  msgstr ""
701
 
702
  #: languages/texts.php:186
703
- msgid "FadeInRightBig"
704
  msgstr ""
705
 
706
  #: languages/texts.php:187
707
- msgid "FadeInUp"
708
  msgstr ""
709
 
710
  #: languages/texts.php:188
711
- msgid "FadeInUpBig"
712
  msgstr ""
713
 
714
  #: languages/texts.php:189
715
- msgid "FadeOut"
716
  msgstr ""
717
 
718
  #: languages/texts.php:190
719
- msgid "FadeOutDown"
720
  msgstr ""
721
 
722
  #: languages/texts.php:191
723
- msgid "FadeOutDownBig"
724
  msgstr ""
725
 
726
  #: languages/texts.php:192
727
- msgid "FadeOutLeft"
728
  msgstr ""
729
 
730
  #: languages/texts.php:193
731
- msgid "FadeOutLeftBig"
732
  msgstr ""
733
 
734
  #: languages/texts.php:194
735
- msgid "FadeOutRight"
736
  msgstr ""
737
 
738
  #: languages/texts.php:195
739
- msgid "FadeOutRightBig"
740
  msgstr ""
741
 
742
  #: languages/texts.php:196
743
- msgid "FadeOutUp"
744
  msgstr ""
745
 
746
  #: languages/texts.php:197
747
- msgid "FadeOutUpBig"
748
  msgstr ""
749
 
750
  #: languages/texts.php:198
751
- msgid "Flip"
752
  msgstr ""
753
 
754
  #: languages/texts.php:199
755
- msgid "FlipInX"
756
  msgstr ""
757
 
758
  #: languages/texts.php:200
759
- msgid "FlipInY"
760
  msgstr ""
761
 
762
  #: languages/texts.php:201
763
- msgid "FlipOutX"
764
  msgstr ""
765
 
766
  #: languages/texts.php:202
767
- msgid "FlipOutY"
768
  msgstr ""
769
 
770
  #: languages/texts.php:203
771
- msgid "LightSpeedIn"
772
  msgstr ""
773
 
774
  #: languages/texts.php:204
775
- msgid "RotateIn"
776
  msgstr ""
777
 
778
  #: languages/texts.php:205
779
- msgid "RotateInDownLeft"
780
  msgstr ""
781
 
782
  #: languages/texts.php:206
783
- msgid "RotateInDownRight"
784
  msgstr ""
785
 
786
  #: languages/texts.php:207
787
- msgid "RotateInUpLeft"
788
  msgstr ""
789
 
790
  #: languages/texts.php:208
791
- msgid "RotateInUpRight"
792
  msgstr ""
793
 
794
  #: languages/texts.php:209
795
- msgid "RotateOut"
796
  msgstr ""
797
 
798
  #: languages/texts.php:210
799
- msgid "RotateOutDownLeft"
800
  msgstr ""
801
 
802
  #: languages/texts.php:211
803
- msgid "RotateOutDownRight"
804
  msgstr ""
805
 
806
  #: languages/texts.php:212
807
- msgid "RotateOutUpLeft"
808
  msgstr ""
809
 
810
  #: languages/texts.php:213
811
- msgid "RotateOutUpRight"
812
  msgstr ""
813
 
814
  #: languages/texts.php:214
815
- msgid "SlideInUp"
816
  msgstr ""
817
 
818
  #: languages/texts.php:215
819
- msgid "SlideInDown"
820
  msgstr ""
821
 
822
  #: languages/texts.php:216
823
- msgid "SlideInLeft"
824
  msgstr ""
825
 
826
  #: languages/texts.php:217
827
- msgid "SlideInRight"
828
  msgstr ""
829
 
830
  #: languages/texts.php:218
831
- msgid "SlideOutUp"
832
  msgstr ""
833
 
834
  #: languages/texts.php:219
835
- msgid "SlideOutDown"
836
  msgstr ""
837
 
838
  #: languages/texts.php:220
839
- msgid "SlideOutLeft"
840
  msgstr ""
841
 
842
  #: languages/texts.php:221
843
- msgid "SlideOutRight"
844
  msgstr ""
845
 
846
  #: languages/texts.php:222
847
- msgid "ZoomIn"
848
  msgstr ""
849
 
850
  #: languages/texts.php:223
851
- msgid "ZoomInDown"
852
  msgstr ""
853
 
854
  #: languages/texts.php:224
855
- msgid "ZoomInLeft"
856
  msgstr ""
857
 
858
  #: languages/texts.php:225
859
- msgid "ZoomInRight"
860
  msgstr ""
861
 
862
  #: languages/texts.php:226
863
- msgid "ZoomInUp"
864
  msgstr ""
865
 
866
  #: languages/texts.php:227
867
- msgid "ZoomOut"
868
  msgstr ""
869
 
870
  #: languages/texts.php:228
871
- msgid "ZoomOutDown"
872
  msgstr ""
873
 
874
  #: languages/texts.php:229
875
- msgid "ZoomOutLeft"
876
  msgstr ""
877
 
878
  #: languages/texts.php:230
879
- msgid "ZoomOutRight"
880
  msgstr ""
881
 
882
  #: languages/texts.php:231
883
- msgid "ZoomOutUp"
884
  msgstr ""
885
 
886
  #: languages/texts.php:232
887
- msgid "Hinge"
888
  msgstr ""
889
 
890
  #: languages/texts.php:233
891
- msgid "JackInTheBox"
892
  msgstr ""
893
 
894
  #: languages/texts.php:234
895
- msgid "RollIn"
896
  msgstr ""
897
 
898
  #: languages/texts.php:235
899
- msgid "RollOut"
 
 
 
 
900
  msgstr ""
901
 
902
  #: languages/texts.php:237
903
- msgid "Content"
904
  msgstr ""
905
 
906
  #: languages/texts.php:238
907
- msgid "Align"
908
  msgstr ""
909
 
910
  #: languages/texts.php:239
911
- msgid "Position"
 
 
 
 
912
  msgstr ""
913
 
914
  #: languages/texts.php:241
915
- msgid "Typography"
916
  msgstr ""
917
 
918
  #: languages/texts.php:242
919
- msgid "Font Family"
920
  msgstr ""
921
 
922
  #: languages/texts.php:243
923
- msgid "Size"
924
  msgstr ""
925
 
926
  #: languages/texts.php:244
927
- msgid "Line Hgt."
928
  msgstr ""
929
 
930
  #: languages/texts.php:245
931
- msgid "Letter Spc."
932
  msgstr ""
933
 
934
  #: languages/texts.php:246
935
- msgid "List"
936
  msgstr ""
937
 
938
  #: languages/texts.php:247
939
- msgid "Bold"
940
  msgstr ""
941
 
942
  #: languages/texts.php:248
943
- msgid "Italic"
944
  msgstr ""
945
 
946
  #: languages/texts.php:249
947
- msgid "Gap Above"
948
  msgstr ""
949
 
950
  #: languages/texts.php:250
951
- msgid "Gap Below"
952
  msgstr ""
953
 
954
  #: languages/texts.php:251
955
- msgid "HTML Tag"
956
  msgstr ""
957
 
958
  #: languages/texts.php:252
959
- msgid "P"
960
  msgstr ""
961
 
962
  #: languages/texts.php:253
963
- msgid "H1"
964
  msgstr ""
965
 
966
  #: languages/texts.php:254
967
- msgid "H2"
968
  msgstr ""
969
 
970
  #: languages/texts.php:255
971
- msgid "H3"
972
  msgstr ""
973
 
974
  #: languages/texts.php:256
975
- msgid "H4"
976
  msgstr ""
977
 
978
  #: languages/texts.php:257
979
- msgid "H5"
980
  msgstr ""
981
 
982
  #: languages/texts.php:258
983
- msgid "H6"
984
  msgstr ""
985
 
986
  #: languages/texts.php:259
987
- msgid "PRE"
988
  msgstr ""
989
 
990
  #: languages/texts.php:260
991
- msgid "Editable Text"
 
 
 
 
992
  msgstr ""
993
 
994
  #: languages/texts.php:262
995
- msgid "Link"
996
  msgstr ""
997
 
998
  #: languages/texts.php:263
999
- msgid "Anchor"
1000
  msgstr ""
1001
 
1002
- #: languages/texts.php:264
1003
- msgid "Link to"
1004
  msgstr ""
1005
 
1006
- #: languages/texts.php:265 languages/texts.php:266
1007
- msgid "Open In New Tab"
 
 
 
 
1008
  msgstr ""
1009
 
1010
  #: languages/texts.php:269
1011
- msgid "Padding"
 
 
 
 
1012
  msgstr ""
1013
 
1014
  #: languages/texts.php:271
1015
- msgid "Margin"
1016
  msgstr ""
1017
 
1018
  #: languages/texts.php:272
1019
- msgid "Corner"
1020
  msgstr ""
1021
 
1022
  #: languages/texts.php:273
1023
- msgid "Fill"
1024
  msgstr ""
1025
 
1026
  #: languages/texts.php:274
1027
- msgid "Spacing"
1028
  msgstr ""
1029
 
1030
- #: languages/texts.php:277
1031
- msgid "Shadow"
1032
  msgstr ""
1033
 
1034
- #: languages/texts.php:280
1035
- msgid "Normal"
1036
  msgstr ""
1037
 
1038
- #: languages/texts.php:281
1039
- msgid "Hover"
1040
  msgstr ""
1041
 
1042
- #: languages/texts.php:285
1043
- msgid "Date"
1044
  msgstr ""
1045
 
1046
- #: languages/texts.php:286
1047
- msgid "Hour"
1048
  msgstr ""
1049
 
1050
- #: languages/texts.php:287
1051
- msgid "Minutes"
1052
  msgstr ""
1053
 
1054
- #: languages/texts.php:288
1055
- msgid "Time Zone"
1056
  msgstr ""
1057
 
1058
- #: languages/texts.php:289
1059
- msgid "- 11:00 (Niue)"
1060
  msgstr ""
1061
 
1062
- #: languages/texts.php:290
1063
- msgid "- 10:00 (Honolulu, Papeete)"
1064
  msgstr ""
1065
 
1066
- #: languages/texts.php:291
1067
- msgid "- 9:00 (Anchorage)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1068
  msgstr ""
1069
 
1070
  #: languages/texts.php:292
1071
- msgid "- 8:00 (Los Angeles)"
1072
  msgstr ""
1073
 
1074
  #: languages/texts.php:293
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1075
  msgid "- 7:00 (Denver, Phoenix)"
1076
  msgstr ""
1077
 
1078
- #: languages/texts.php:294
1079
  msgid "- 6:00 (Chicago, Dallas)"
1080
  msgstr ""
1081
 
1082
- #: languages/texts.php:295
1083
  msgid "- 5:00 (New York, Miami)"
1084
  msgstr ""
1085
 
1086
- #: languages/texts.php:296
1087
  msgid "- 4:00 (Halifax, Manaus)"
1088
  msgstr ""
1089
 
1090
- #: languages/texts.php:297
1091
  msgid "- 3:00 (Brasilia, Santiago)"
1092
  msgstr ""
1093
 
1094
- #: languages/texts.php:298
1095
  msgid "- 2:00 (Noronha)"
1096
  msgstr ""
1097
 
1098
- #: languages/texts.php:299
1099
  msgid "- 1:00 (Cape Verde)"
1100
  msgstr ""
1101
 
1102
- #: languages/texts.php:300
1103
  msgid "00:00 (London, Dublin)"
1104
  msgstr ""
1105
 
1106
- #: languages/texts.php:301
1107
  msgid "+ 1:00 (Berlin, Paris)"
1108
  msgstr ""
1109
 
1110
- #: languages/texts.php:302
1111
  msgid "+ 2:00 (Athens, Istanbul)"
1112
  msgstr ""
1113
 
1114
- #: languages/texts.php:303
1115
  msgid "+ 3:00 (Moscow, Baghdad)"
1116
  msgstr ""
1117
 
1118
- #: languages/texts.php:304
1119
  msgid "+ 4:00 (Dubai, Baku)"
1120
  msgstr ""
1121
 
1122
- #: languages/texts.php:305
1123
  msgid "+ 5:00 (Yekaterinburg)"
1124
  msgstr ""
1125
 
1126
- #: languages/texts.php:306
1127
  msgid "+ 6:00 (Astana)"
1128
  msgstr ""
1129
 
1130
- #: languages/texts.php:307
1131
  msgid "+ 7:00 (Bangkok, Jakarta)"
1132
  msgstr ""
1133
 
1134
- #: languages/texts.php:308
1135
  msgid "+ 8:00 (Singapore, Beijing)"
1136
  msgstr ""
1137
 
1138
- #: languages/texts.php:309
1139
  msgid "+ 9:00 (Tokyo, Seoul)"
1140
  msgstr ""
1141
 
1142
- #: languages/texts.php:310
1143
  msgid "+ 10:00 (Sidney, Melbourne)"
1144
  msgstr ""
1145
 
1146
- #: languages/texts.php:311
1147
  msgid "+ 11:00 (Ponape)"
1148
  msgstr ""
1149
 
1150
- #: languages/texts.php:312
1151
  msgid "+ 12:00 (Auckland)"
1152
  msgstr ""
1153
 
1154
- #: languages/texts.php:313
1155
  msgid "Language"
1156
  msgstr ""
1157
 
1158
- #: languages/texts.php:314
1159
  msgid "German"
1160
  msgstr ""
1161
 
1162
- #: languages/texts.php:315
1163
  msgid "English"
1164
  msgstr ""
1165
 
1166
- #: languages/texts.php:316
1167
  msgid "Spanish"
1168
  msgstr ""
1169
 
1170
- #: languages/texts.php:317
1171
  msgid "French"
1172
  msgstr ""
1173
 
1174
- #: languages/texts.php:318
1175
  msgid "Italian"
1176
  msgstr ""
1177
 
1178
- #: languages/texts.php:319
1179
  msgid "Dutch"
1180
  msgstr ""
1181
 
1182
- #: languages/texts.php:320
1183
  msgid "Russian"
1184
  msgstr ""
1185
 
1186
- #: languages/texts.php:322
1187
  msgid "Start"
1188
  msgstr ""
1189
 
1190
- #: languages/texts.php:323
1191
  msgid "End"
1192
  msgstr ""
1193
 
1194
- #: languages/texts.php:325
1195
  msgid "Paste your code here..."
1196
  msgstr ""
1197
 
1198
- #: languages/texts.php:327
1199
  msgid "Field"
1200
  msgstr ""
1201
 
1202
- #: languages/texts.php:328
1203
  msgid "Field Type"
1204
  msgstr ""
1205
 
1206
- #: languages/texts.php:329
1207
  msgid "Label"
1208
  msgstr ""
1209
 
1210
- #: languages/texts.php:330
1211
  msgid "Message"
1212
  msgstr ""
1213
 
1214
- #: languages/texts.php:331
1215
  msgid "Success"
1216
  msgstr ""
1217
 
1218
- #: languages/texts.php:332
1219
  msgid "Error"
1220
  msgstr ""
1221
 
1222
- #: languages/texts.php:333
1223
  msgid "Message sent"
1224
  msgstr ""
1225
 
1226
- #: languages/texts.php:334
1227
  msgid "Message not sent"
1228
  msgstr ""
1229
 
1230
- #: languages/texts.php:335
1231
  msgid "Redirect"
1232
  msgstr ""
1233
 
1234
- #: languages/texts.php:336
1235
  msgid "Go to"
1236
  msgstr ""
1237
 
1238
- #: languages/texts.php:337
1239
  msgid "Required"
1240
  msgstr ""
1241
 
1242
- #: languages/texts.php:338
1243
  msgid "Email"
1244
  msgstr ""
1245
 
1246
- #: languages/texts.php:339
1247
  msgid "Number"
1248
  msgstr ""
1249
 
1250
- #: languages/texts.php:340
1251
  msgid "Paragraph"
1252
  msgstr ""
1253
 
1254
- #: languages/texts.php:341
1255
  msgid "Select"
1256
  msgstr ""
1257
 
1258
- #: languages/texts.php:344
1259
  msgid "Style"
1260
  msgstr ""
1261
 
1262
- #: languages/texts.php:345
1263
  msgid "Opacity"
1264
  msgstr ""
1265
 
1266
- #: languages/texts.php:346
 
 
 
 
1267
  msgid "Hue"
1268
  msgstr ""
1269
 
1270
- #: languages/texts.php:347
1271
- msgid "Brigh.."
1272
  msgstr ""
1273
 
1274
- #: languages/texts.php:348
1275
- msgid "Satur.."
 
 
 
 
 
 
 
 
 
 
 
 
1276
  msgstr ""
1277
 
1278
- #: languages/texts.php:350
1279
  msgid "Percentage"
1280
  msgstr ""
1281
 
1282
- #: languages/texts.php:351
1283
  msgid "Show Percentage"
1284
  msgstr ""
1285
 
1286
- #: languages/texts.php:352
1287
  msgid "Bar"
1288
  msgstr ""
1289
 
1290
- #: languages/texts.php:354
1291
  msgid "SoundCloud"
1292
  msgstr ""
1293
 
1294
- #: languages/texts.php:355
1295
  msgid "SoundCloud Link"
1296
  msgstr ""
1297
 
1298
- #: languages/texts.php:357
1299
  msgid "Video Link"
1300
  msgstr ""
1301
 
1302
- #: languages/texts.php:358
1303
  msgid "Ratio"
1304
  msgstr ""
1305
 
1306
- #: languages/texts.php:359
1307
  msgid "Controls"
1308
  msgstr ""
1309
 
1310
- #: languages/texts.php:360
1311
  msgid "Cover"
1312
  msgstr ""
1313
 
1314
- #: languages/texts.php:361
1315
  msgid "Play"
1316
  msgstr ""
1317
 
1318
- #: languages/texts.php:364
 
 
 
 
1319
  msgid "Footer"
1320
  msgstr ""
1321
 
1322
- #: languages/texts.php:365
1323
  msgid "MultiPage"
1324
  msgstr ""
1325
 
1326
- #: languages/texts.php:368
1327
  msgid "Type"
1328
  msgstr ""
1329
 
1330
- #: languages/texts.php:369
1331
  msgid "Static"
1332
  msgstr ""
1333
 
1334
- #: languages/texts.php:372
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1335
  msgid "Query"
1336
  msgstr ""
1337
 
1338
- #: languages/texts.php:373
1339
  msgid "Product ID"
1340
  msgstr ""
1341
 
1342
- #: languages/texts.php:374
1343
  msgid "Product ID or SKU"
1344
  msgstr ""
1345
 
1346
- #: languages/texts.php:375
1347
  msgid "Products Count"
1348
  msgstr ""
1349
 
1350
- #: languages/texts.php:376
1351
  msgid "Layout"
1352
  msgstr ""
1353
 
1354
- #: languages/texts.php:377
1355
  msgid "Style Add to Cart"
1356
  msgstr ""
1357
 
1358
- #: languages/texts.php:378
1359
- msgid "Columns"
1360
- msgstr ""
1361
-
1362
- #: languages/texts.php:379
1363
  msgid "Categories Count"
1364
  msgstr ""
1365
 
1366
- #: languages/texts.php:380
1367
  msgid "Order"
1368
  msgstr ""
1369
 
1370
- #: languages/texts.php:381
1371
  msgid "Asc"
1372
  msgstr ""
1373
 
1374
- #: languages/texts.php:382
1375
  msgid "Desc"
1376
  msgstr ""
1377
 
1378
- #: languages/texts.php:383
1379
  msgid "Order By"
1380
  msgstr ""
1381
 
1382
- #: languages/texts.php:384
1383
  msgid "Name"
1384
  msgstr ""
1385
 
1386
- #: languages/texts.php:385
1387
  msgid "Slug"
1388
  msgstr ""
1389
 
1390
- #: languages/texts.php:386
1391
  msgid "Description"
1392
  msgstr ""
1393
 
1394
- #: languages/texts.php:387
1395
  msgid "Count"
1396
  msgstr ""
1397
 
1398
- #: languages/texts.php:388
1399
  msgid "Page"
1400
  msgstr ""
1401
 
1402
- #: languages/texts.php:389
1403
  msgid "Cart"
1404
  msgstr ""
1405
 
1406
- #: languages/texts.php:390
1407
  msgid "Checkout"
1408
  msgstr ""
1409
 
1410
- #: languages/texts.php:391
1411
  msgid "My Account"
1412
  msgstr ""
1413
 
1414
- #: languages/texts.php:392
1415
  msgid "Order Tracking"
1416
  msgstr ""
1417
 
1418
- #: languages/texts.php:393
1419
  msgid "Filter"
1420
  msgstr ""
1421
 
1422
- #: languages/texts.php:394
1423
  msgid "Title"
1424
  msgstr ""
1425
 
1426
- #: languages/texts.php:395
1427
  msgid "Rating"
1428
  msgstr ""
1429
 
1430
- #: languages/texts.php:396
1431
  msgid "Popularity"
1432
  msgstr ""
1433
 
1434
- #: languages/texts.php:397
1435
  msgid "Menu Order"
1436
  msgstr ""
1437
 
1438
- #: languages/texts.php:398
1439
  msgid "Random"
1440
  msgstr ""
1441
 
1442
- #: languages/texts.php:399
1443
  msgid "ID"
1444
  msgstr ""
1445
 
1446
- #: languages/texts.php:400
1447
  msgid "Paste your wordpress shortcode here..."
1448
  msgstr ""
1449
 
1450
- #: languages/texts.php:401
1451
  msgid "Weight"
1452
  msgstr ""
1453
 
1454
- #: languages/texts.php:402
1455
  msgid "Post Type"
1456
  msgstr ""
1457
 
1458
- #: languages/texts.php:403
1459
  msgid "Post"
1460
  msgstr ""
1461
 
1462
- #: languages/texts.php:404
1463
  msgid "Number posts"
1464
  msgstr ""
1465
 
1466
- #: languages/texts.php:405
1467
  msgid "Category"
1468
  msgstr ""
1469
 
1470
- #: languages/texts.php:406
1471
  msgid "Author"
1472
  msgstr ""
1473
 
1474
- #: languages/texts.php:407
1475
  msgid "Include"
1476
  msgstr ""
1477
 
1478
- #: languages/texts.php:408
1479
  msgid "Exclude"
1480
  msgstr ""
1481
 
1482
- #: languages/texts.php:409
1483
  msgid "Status"
1484
  msgstr ""
1485
 
1486
- #: languages/texts.php:410
1487
  msgid "Future"
1488
  msgstr ""
1489
 
1490
- #: languages/texts.php:411
1491
  msgid "Draft"
1492
  msgstr ""
1493
 
1494
- #: languages/texts.php:412
1495
  msgid "Pending"
1496
  msgstr ""
1497
 
1498
- #: languages/texts.php:413
1499
  msgid "Private"
1500
  msgstr ""
1501
 
1502
- #: languages/texts.php:414
1503
  msgid "Trash"
1504
  msgstr ""
1505
 
1506
- #: languages/texts.php:415
1507
  msgid "Auto-Draft"
1508
  msgstr ""
1509
 
1510
- #: languages/texts.php:416
1511
  msgid "Inherit"
1512
  msgstr ""
1513
 
1514
- #: languages/texts.php:417
1515
  msgid "Meta Key"
1516
  msgstr ""
1517
 
1518
- #: languages/texts.php:418
1519
  msgid "Meta Value"
1520
  msgstr ""
1521
 
1522
- #: languages/texts.php:419
1523
  msgid "Modified"
1524
  msgstr ""
1525
 
1526
- #: languages/texts.php:420
1527
  msgid "Parent"
1528
  msgstr ""
1529
 
1530
- #: languages/texts.php:421
1531
- msgid "Comment count"
1532
  msgstr ""
1533
 
1534
- #: languages/texts.php:422
1535
  msgid "Filter By"
1536
  msgstr ""
1537
 
1538
- #: languages/texts.php:423
1539
  msgid "Block"
1540
  msgstr ""
1541
 
1542
- #: languages/texts.php:424
1543
  msgid "Make it Global"
1544
  msgstr ""
1545
 
1546
- #: languages/texts.php:425
1547
- msgid "Save"
1548
- msgstr ""
1549
-
1550
- #: languages/texts.php:426
1551
  msgid "Blocks"
1552
  msgstr ""
1553
 
1554
- #: languages/texts.php:427
1555
- msgid "Saved"
1556
  msgstr ""
1557
 
1558
- #: languages/texts.php:428
1559
- msgid "Global"
1560
  msgstr ""
1561
 
1562
- #: languages/texts.php:429
1563
  msgid "Light"
1564
  msgstr ""
1565
 
1566
- #: languages/texts.php:430
1567
  msgid "Dark"
1568
  msgstr ""
1569
 
1570
- #: languages/texts.php:431
1571
  msgid "All Categories"
1572
  msgstr ""
1573
 
1574
- #: languages/texts.php:432
1575
  msgid "Enter Search Keyword"
1576
  msgstr ""
1577
 
1578
- #: languages/texts.php:433
1579
- msgid "Add a Blank Block"
1580
  msgstr ""
1581
 
1582
- #: languages/texts.php:434
 
 
 
 
1583
  msgid "An error happened while trying to display this block"
1584
  msgstr ""
1585
 
1586
- #: languages/texts.php:435
1587
  msgid "You can"
1588
  msgstr ""
1589
 
1590
- #: languages/texts.php:436
1591
  msgid "open an issue"
1592
  msgstr ""
1593
 
1594
- #: languages/texts.php:437
1595
  msgid "or"
1596
  msgstr ""
1597
 
1598
- #: languages/texts.php:438
1599
  msgid "remove this block"
1600
  msgstr ""
1601
 
1602
- #: languages/texts.php:439
1603
  msgid "Page Template"
1604
  msgstr ""
1605
 
1606
- #: languages/texts.php:440
1607
  msgid "Toggle Menu"
1608
  msgstr ""
1609
 
1610
- #: languages/texts.php:441
1611
  msgid "Make it Nofollow"
1612
  msgstr ""
1613
 
1614
- #: public/hooks.php:76
1615
- msgid "Brizy Template"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1616
  msgstr ""
1617
 
1618
- #: public/main.php:83
1619
  msgid "Preview"
1620
  msgstr ""
1621
 
1622
- #: public/main.php:94
1623
  msgid "View"
1624
  msgstr ""
1625
 
1626
- #: public/main.php:178
1627
  msgid "Edit "
1628
  msgstr ""
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: \n"
5
+ "POT-Creation-Date: 2019-09-30 11:23+0300\n"
6
  "PO-Revision-Date: 2018-08-14 16:04+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.0.6\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-KeywordsList: _e;esc_attr_e;__\n"
20
  "X-Poedit-SearchPathExcluded-1: public/editor-src\n"
21
  "X-Poedit-SearchPathExcluded-2: vendor\n"
22
 
23
+ #: admin/blocks/main.php:116 admin/blocks/main.php:138
24
+ msgid "global block."
25
+ msgstr ""
26
+
27
+ #: admin/fonts/main.php:67
28
+ msgid "font"
29
+ msgstr ""
30
+
31
+ #: admin/form-entries.php:109 admin/form-entries.php:220
32
+ #: admin/form-entries.php:232
33
+ msgid "Leads"
34
+ msgstr ""
35
+
36
+ #: admin/form-entries.php:216
37
+ msgid "Add New Lead"
38
+ msgstr ""
39
+
40
+ #: admin/form-entries.php:217
41
+ msgid "New Lead"
42
+ msgstr ""
43
+
44
+ #: admin/form-entries.php:218
45
+ msgid "Edit Lead"
46
+ msgstr ""
47
+
48
+ #: admin/form-entries.php:219
49
+ msgid "View Lead"
50
+ msgstr ""
51
+
52
+ #: admin/form-entries.php:221
53
+ msgid "Search Leads"
54
+ msgstr ""
55
+
56
+ #: admin/form-entries.php:222
57
+ msgid "Parent Leads:"
58
+ msgstr ""
59
+
60
+ #: admin/form-entries.php:223
61
+ msgid "No Leads found."
62
+ msgstr ""
63
+
64
+ #: admin/form-entries.php:224
65
+ msgid "No Leads found in Trash."
66
+ msgstr ""
67
+
68
+ #: admin/main.php:102
69
+ msgid "Edit or Update Image"
70
+ msgstr ""
71
+
72
+ #: admin/main.php:237 languages/texts.php:181
73
  msgid "Settings"
74
  msgstr ""
75
 
76
+ #: admin/main.php:245 admin/settings.php:125
77
+ msgid "Go Pro"
78
  msgstr ""
79
 
80
+ #: admin/main.php:410
81
+ msgid "Edit with "
82
+ msgstr ""
83
+
84
+ #: admin/main.php:473
85
  msgid "Auto Draft"
86
  msgstr ""
87
 
88
+ #: admin/main.php:526
89
+ #, php-format
90
+ msgid "Importing Brizy post &#8220;%s&#8221; will be skipped due to incompatible version: %s "
91
+ msgstr ""
92
+
93
+ #: admin/optimize-images.php:51 admin/optimize-images.php:52
94
+ msgid "Optimize Images"
95
+ msgstr ""
96
+
97
+ #: admin/optimize-images.php:136
98
+ msgid "Optimize images"
99
+ msgstr ""
100
+
101
+ #: admin/optimize-images.php:191 languages/texts.php:500
102
+ msgid "Save"
103
+ msgstr ""
104
+
105
+ #: admin/settings.php:103
106
  msgid "Role Manager"
107
  msgstr ""
108
 
109
+ #: admin/templates.php:122 admin/templates.php:125
110
  msgid "Template updated."
111
  msgstr ""
112
 
113
+ #: admin/templates.php:123
114
  msgid "Custom field updated."
115
  msgstr ""
116
 
117
+ #: admin/templates.php:124
118
  msgid "Custom field deleted."
119
  msgstr ""
120
 
121
+ #: admin/templates.php:127
122
  #, php-format
123
  msgid "Template restored to revision from %s"
124
  msgstr ""
125
 
126
+ #: admin/templates.php:128
127
  msgid "Template published."
128
  msgstr ""
129
 
130
+ #: admin/templates.php:129
131
  msgid "Template saved."
132
  msgstr ""
133
 
134
+ #: admin/templates.php:130
135
  msgid "Template submitted."
136
  msgstr ""
137
 
138
+ #: admin/templates.php:132
139
  #, php-format
140
  msgid "Template scheduled for: <strong>%1$s</strong>."
141
  msgstr ""
142
 
143
+ #: admin/templates.php:134
144
  msgid "M j, Y @ G:i"
145
  msgstr ""
146
 
147
+ #: admin/templates.php:136
148
  msgid "Template draft updated."
149
  msgstr ""
150
 
151
+ #: admin/templates.php:142 admin/templates.php:200
152
  msgid "View Template"
153
  msgstr ""
154
 
155
+ #: admin/templates.php:148
156
  msgid "Preview Template"
157
  msgstr ""
158
 
159
+ #: admin/templates.php:197
160
  msgid "Add New Template"
161
  msgstr ""
162
 
163
+ #: admin/templates.php:198
164
  msgid "New Template"
165
  msgstr ""
166
 
167
+ #: admin/templates.php:199
168
  msgid "Edit Template"
169
  msgstr ""
170
 
171
+ #: admin/templates.php:201
172
  msgid "Templates"
173
  msgstr ""
174
 
175
+ #: admin/templates.php:202
176
  msgid "Search Templates"
177
  msgstr ""
178
 
179
+ #: admin/templates.php:203
180
  msgid "Parent Templates:"
181
  msgstr ""
182
 
183
+ #: admin/templates.php:204
184
  msgid "No Templates found."
185
  msgstr ""
186
 
187
+ #: admin/templates.php:205
188
  msgid "No Templates found in Trash."
189
  msgstr ""
190
 
191
+ #: admin/templates.php:213
192
+ msgid " templates."
193
  msgstr ""
194
 
195
+ #: admin/templates.php:230
196
  msgid "Display Conditions"
197
  msgstr ""
198
 
200
  msgid "Continue to edit with"
201
  msgstr ""
202
 
203
+ #: admin/views/dashboard-news.php:4
204
+ msgid "News & Updates"
205
  msgstr ""
206
 
207
  #: admin/views/dashboard-news.php:10
208
+ msgid "New"
209
+ msgstr ""
210
+
211
+ #: admin/views/dashboard-news.php:19
212
  msgid "No News"
213
  msgstr ""
214
 
215
+ #: admin/views/dashboard-posts.php:4
216
+ msgid "Recently Edited"
217
+ msgstr ""
218
+
219
+ #: admin/views/dashboard.php:12
220
+ msgid "Blog"
221
+ msgstr ""
222
+
223
+ #: admin/views/dashboard.php:17
224
+ msgid "Help"
225
+ msgstr ""
226
+
227
+ #: admin/views/dashboard.php:23
228
+ msgid "Go PRO"
229
  msgstr ""
230
 
231
  #: admin/views/settings/general.php:12
232
+ msgid "Activate "
233
  msgstr ""
234
 
235
  #: admin/views/settings/general.php:32 admin/views/settings/roles.php:24
236
  msgid "Save Changes"
237
  msgstr ""
238
 
239
+ #: compatibilities/gutenberg.php:97
240
+ msgid "Back to WordPress Editor"
241
+ msgstr ""
242
+
243
+ #: compatibilities/gutenberg.php:104
244
+ msgid "Continue to edit with "
245
+ msgstr ""
246
+
247
+ #: editor.php:204
248
+ msgid " Template"
249
+ msgstr ""
250
+
251
+ #: editor/block.php:102 editor/post.php:367 editor/project.php:317
252
+ msgid "There is nothing to save. The autosave and the post content are the same."
253
+ msgstr ""
254
+
255
+ #: editor/post.php:775
256
  msgid "Default"
257
  msgstr ""
258
 
259
+ #: editor/project.php:101
260
+ msgid "Brizy Project."
261
+ msgstr ""
262
+
263
  #: languages/texts.php:9
264
  msgid "START BUILDING YOUR PAGE"
265
  msgstr ""
288
  msgid "Add Elements"
289
  msgstr ""
290
 
291
+ #: languages/texts.php:30
292
  msgid "Text"
293
  msgstr ""
294
 
300
  msgid "Icon"
301
  msgstr ""
302
 
303
+ #: languages/texts.php:33
304
  msgid "Image"
305
  msgstr ""
306
 
307
+ #: languages/texts.php:34
308
  msgid "Video"
309
  msgstr ""
310
 
316
  msgid "Line"
317
  msgstr ""
318
 
319
+ #: languages/texts.php:37
320
  msgid "Map"
321
  msgstr ""
322
 
365
  msgstr ""
366
 
367
  #: languages/texts.php:49
368
+ msgid "Rows"
369
  msgstr ""
370
 
371
  #: languages/texts.php:50
372
+ msgid "Columns"
373
  msgstr ""
374
 
375
  #: languages/texts.php:51
376
+ msgid "Add to cart"
377
  msgstr ""
378
 
379
  #: languages/texts.php:52
380
+ msgid "Categories"
381
  msgstr ""
382
 
383
  #: languages/texts.php:53
384
+ msgid "Layouts"
385
  msgstr ""
386
 
387
+ #: languages/texts.php:54 languages/texts.php:443
388
+ msgid "layouts"
389
  msgstr ""
390
 
391
  #: languages/texts.php:55
392
+ msgid "layout"
393
  msgstr ""
394
 
395
  #: languages/texts.php:56
396
+ msgid "Product"
397
  msgstr ""
398
 
399
  #: languages/texts.php:57
400
+ msgid "Products"
401
+ msgstr ""
402
+
403
+ #: languages/texts.php:58
404
+ msgid "Shortcode"
405
  msgstr ""
406
 
407
  #: languages/texts.php:59
408
+ msgid "Menu"
409
  msgstr ""
410
 
411
  #: languages/texts.php:60
412
+ msgid "WP Menu"
413
  msgstr ""
414
 
415
+ #: languages/texts.php:61
416
+ msgid "Posts"
417
+ msgstr ""
418
+
419
+ #: languages/texts.php:62
420
+ msgid "Archives"
421
  msgstr ""
422
 
423
  #: languages/texts.php:63
424
+ msgid "Taxonomy"
425
  msgstr ""
426
 
427
  #: languages/texts.php:64
428
+ msgid "Pagination"
429
  msgstr ""
430
 
431
  #: languages/texts.php:65
432
+ msgid "Sidebar"
 
 
 
 
433
  msgstr ""
434
 
435
  #: languages/texts.php:67
436
+ msgid "Reorder Blocks"
 
437
  msgstr ""
438
 
439
+ #: languages/texts.php:68
440
+ msgid "Drag to reorder"
441
  msgstr ""
442
 
443
  #: languages/texts.php:70
444
+ msgid "Styling"
445
  msgstr ""
446
 
447
  #: languages/texts.php:71
448
+ msgid "Add New Google Font"
449
+ msgstr ""
450
+
451
+ #: languages/texts.php:72
452
+ msgid "Type font name"
453
  msgstr ""
454
 
455
  #: languages/texts.php:73
456
+ msgid "Add new option"
457
  msgstr ""
458
 
459
  #: languages/texts.php:74
460
+ msgid "Add New"
461
  msgstr ""
462
 
463
  #: languages/texts.php:75
464
+ #, php-format
465
+ msgid "New Style #%s"
466
  msgstr ""
467
 
468
  #: languages/texts.php:76
469
+ msgid "Copy"
470
  msgstr ""
471
 
472
  #: languages/texts.php:77
473
+ msgid "Paste"
474
+ msgstr ""
475
+
476
+ #: languages/texts.php:78
477
+ msgid "Paste Styles"
478
  msgstr ""
479
 
480
  #: languages/texts.php:80
481
+ msgid "Mobile view"
482
  msgstr ""
483
 
484
  #: languages/texts.php:81
485
+ msgid "Tablet view"
486
  msgstr ""
487
 
488
  #: languages/texts.php:82
489
+ msgid "Desktop"
490
  msgstr ""
491
 
492
+ #: languages/texts.php:83
493
+ msgid "Tablet"
494
+ msgstr ""
495
+
496
+ #: languages/texts.php:84
497
+ msgid "Mobile"
498
+ msgstr ""
499
+
500
+ #: languages/texts.php:86
501
+ msgid "More"
502
  msgstr ""
503
 
504
  #: languages/texts.php:87
505
+ msgid "About Brizy"
506
  msgstr ""
507
 
508
  #: languages/texts.php:88
509
+ msgid "Back to Brizy"
510
  msgstr ""
511
 
512
  #: languages/texts.php:89
513
+ msgid "Plugin Settings"
514
  msgstr ""
515
 
516
  #: languages/texts.php:90
517
+ msgid "Back to WordPress"
518
  msgstr ""
519
 
520
  #: languages/texts.php:91
521
+ msgid "Featured Image"
522
  msgstr ""
523
 
524
  #: languages/texts.php:92
525
+ msgid "Submit an Issue"
526
  msgstr ""
527
 
528
+ #: languages/texts.php:93
529
+ msgid "Upgrade to Pro"
530
  msgstr ""
531
 
532
+ #: languages/texts.php:96
533
+ msgid "Save HTML"
534
  msgstr ""
535
 
536
+ #: languages/texts.php:97
537
+ msgid "Update"
538
  msgstr ""
539
 
540
+ #: languages/texts.php:98
541
+ msgid "Publish"
542
  msgstr ""
543
 
544
  #: languages/texts.php:101
545
+ msgid "More Settings"
546
  msgstr ""
547
 
548
  #: languages/texts.php:102
549
+ msgid "Advanced"
550
  msgstr ""
551
 
552
  #: languages/texts.php:103
553
+ msgid "Show on Desktop"
554
  msgstr ""
555
 
556
  #: languages/texts.php:104
557
+ msgid "Disable on Mobile"
558
  msgstr ""
559
 
560
  #: languages/texts.php:105
561
+ msgid "Disable on Tablet"
562
  msgstr ""
563
 
564
  #: languages/texts.php:106
565
+ msgid "Enable on Mobile"
566
  msgstr ""
567
 
568
  #: languages/texts.php:107
569
+ msgid "Enable on Tablet"
570
  msgstr ""
571
 
572
  #: languages/texts.php:108
573
+ msgid "Write your CSS here..."
574
  msgstr ""
575
 
576
  #: languages/texts.php:109
577
+ msgid "Z-index"
578
  msgstr ""
579
 
580
  #: languages/texts.php:110
581
+ msgid "Anchor Name"
582
  msgstr ""
583
 
584
  #: languages/texts.php:111
585
+ msgid "CSS Class"
586
  msgstr ""
587
 
588
  #: languages/texts.php:112
589
+ msgid "Custom CSS"
 
 
 
 
 
 
 
 
590
  msgstr ""
591
 
592
  #: languages/texts.php:116
593
+ msgid "Slider"
 
 
 
 
594
  msgstr ""
595
 
596
  #: languages/texts.php:118
597
+ msgid "Make it a Slider"
598
  msgstr ""
599
 
600
  #: languages/texts.php:119
601
+ msgid "Auto Play"
602
  msgstr ""
603
 
604
  #: languages/texts.php:120
605
+ msgid "Speed"
606
+ msgstr ""
607
+
608
+ #: languages/texts.php:121
609
+ msgid "Navigation"
610
+ msgstr ""
611
+
612
+ #: languages/texts.php:122
613
+ msgid "Dots"
614
  msgstr ""
615
 
616
  #: languages/texts.php:123
617
+ msgid "None"
618
  msgstr ""
619
 
620
  #: languages/texts.php:124
621
+ msgid "Circle"
622
  msgstr ""
623
 
624
  #: languages/texts.php:125
625
+ msgid "Diamond"
626
+ msgstr ""
627
+
628
+ #: languages/texts.php:126
629
+ msgid "Square"
630
+ msgstr ""
631
+
632
+ #: languages/texts.php:127
633
+ msgid "Arrows"
634
  msgstr ""
635
 
636
  #: languages/texts.php:128
637
+ msgid "Arrows Spacing"
638
+ msgstr ""
639
+
640
+ #: languages/texts.php:129
641
+ msgid "Thin"
642
  msgstr ""
643
 
644
  #: languages/texts.php:130
645
+ msgid "Heavy"
646
  msgstr ""
647
 
648
  #: languages/texts.php:131
649
+ msgid "Tail"
650
  msgstr ""
651
 
652
+ #: languages/texts.php:132
653
+ msgid "Round"
654
  msgstr ""
655
 
656
+ #: languages/texts.php:133
657
+ msgid "Outline"
658
  msgstr ""
659
 
660
  #: languages/texts.php:135
661
+ msgid "Full Height"
662
+ msgstr ""
663
+
664
+ #: languages/texts.php:136
665
+ msgid "Width"
666
  msgstr ""
667
 
668
  #: languages/texts.php:137
669
+ msgid "Height"
670
  msgstr ""
671
 
672
  #: languages/texts.php:138
673
+ msgid "Boxed"
674
  msgstr ""
675
 
676
  #: languages/texts.php:139
677
+ msgid "Auto"
678
  msgstr ""
679
 
680
  #: languages/texts.php:140
681
+ msgid "Custom"
682
  msgstr ""
683
 
684
  #: languages/texts.php:141
685
+ msgid "Full"
686
  msgstr ""
687
 
688
  #: languages/texts.php:142
689
+ msgid "Hover Transition"
690
  msgstr ""
691
 
692
  #: languages/texts.php:144
693
+ msgid "Carousel"
694
  msgstr ""
695
 
696
  #: languages/texts.php:145
697
+ msgid "Swipe"
 
 
 
 
698
  msgstr ""
699
 
700
  #: languages/texts.php:148
701
+ msgid "Missing Element"
702
  msgstr ""
703
 
704
  #: languages/texts.php:149
705
+ msgid "Could not find"
706
  msgstr ""
707
 
708
  #: languages/texts.php:150
709
+ msgid "component"
710
  msgstr ""
711
 
712
+ #: languages/texts.php:153
713
+ msgid "Add New Column"
714
  msgstr ""
715
 
716
  #: languages/texts.php:155
717
+ msgid "Background"
718
  msgstr ""
719
 
720
  #: languages/texts.php:156
721
+ msgid "Bg Size"
722
+ msgstr ""
723
+
724
+ #: languages/texts.php:157
725
+ msgid "Parallax"
726
  msgstr ""
727
 
728
  #: languages/texts.php:158
729
+ msgid "Fixed"
730
  msgstr ""
731
 
732
  #: languages/texts.php:159
733
+ msgid "Animated"
734
  msgstr ""
735
 
736
  #: languages/texts.php:160
737
+ msgid "Sticky"
738
  msgstr ""
739
 
740
  #: languages/texts.php:161
741
+ msgid "URL"
742
  msgstr ""
743
 
744
  #: languages/texts.php:162
745
+ msgid "YouTube or Vimeo"
746
  msgstr ""
747
 
748
  #: languages/texts.php:163
749
+ msgid "Quality"
750
  msgstr ""
751
 
752
  #: languages/texts.php:164
753
+ msgid "1080p"
754
  msgstr ""
755
 
756
  #: languages/texts.php:165
757
+ msgid "720p"
758
  msgstr ""
759
 
760
  #: languages/texts.php:166
761
+ msgid "Loop"
762
  msgstr ""
763
 
764
  #: languages/texts.php:167
765
+ msgid "Address"
766
  msgstr ""
767
 
768
  #: languages/texts.php:168
769
+ msgid "Enter address"
770
  msgstr ""
771
 
772
  #: languages/texts.php:169
773
+ msgid "Zoom"
 
 
 
 
774
  msgstr ""
775
 
776
  #: languages/texts.php:171
777
+ msgid "Colors"
778
  msgstr ""
779
 
780
  #: languages/texts.php:172
781
+ msgid "Color"
782
  msgstr ""
783
 
784
  #: languages/texts.php:173
785
+ msgid "Overlay"
786
  msgstr ""
787
 
788
  #: languages/texts.php:174
789
+ msgid "Border"
790
  msgstr ""
791
 
792
  #: languages/texts.php:175
793
+ msgid "Solid"
794
  msgstr ""
795
 
796
  #: languages/texts.php:176
797
+ msgid "Gradient"
798
  msgstr ""
799
 
800
  #: languages/texts.php:177
801
+ msgid "Linear"
802
  msgstr ""
803
 
804
  #: languages/texts.php:178
805
+ msgid "Radial"
 
 
 
 
806
  msgstr ""
807
 
808
  #: languages/texts.php:180
809
+ msgid "Dynamic Content"
 
 
 
 
 
 
 
 
810
  msgstr ""
811
 
812
  #: languages/texts.php:183
813
+ msgid "Duplicate"
814
  msgstr ""
815
 
816
  #: languages/texts.php:184
817
+ msgid "Delete"
 
 
 
 
818
  msgstr ""
819
 
820
  #: languages/texts.php:186
821
+ msgid "Entrance Animation"
822
  msgstr ""
823
 
824
  #: languages/texts.php:187
825
+ msgid "Duration"
826
  msgstr ""
827
 
828
  #: languages/texts.php:188
829
+ msgid "Delay"
830
  msgstr ""
831
 
832
  #: languages/texts.php:189
833
+ msgid "Bounce"
834
  msgstr ""
835
 
836
  #: languages/texts.php:190
837
+ msgid "Flash"
838
  msgstr ""
839
 
840
  #: languages/texts.php:191
841
+ msgid "Pulse"
842
  msgstr ""
843
 
844
  #: languages/texts.php:192
845
+ msgid "RubberBand"
846
  msgstr ""
847
 
848
  #: languages/texts.php:193
849
+ msgid "Shake"
850
  msgstr ""
851
 
852
  #: languages/texts.php:194
853
+ msgid "Swing"
854
  msgstr ""
855
 
856
  #: languages/texts.php:195
857
+ msgid "Tada"
858
  msgstr ""
859
 
860
  #: languages/texts.php:196
861
+ msgid "Wobble"
862
  msgstr ""
863
 
864
  #: languages/texts.php:197
865
+ msgid "Jello"
866
  msgstr ""
867
 
868
  #: languages/texts.php:198
869
+ msgid "BounceIn"
870
  msgstr ""
871
 
872
  #: languages/texts.php:199
873
+ msgid "BounceInDown"
874
  msgstr ""
875
 
876
  #: languages/texts.php:200
877
+ msgid "BounceInLeft"
878
  msgstr ""
879
 
880
  #: languages/texts.php:201
881
+ msgid "BounceInRight"
882
  msgstr ""
883
 
884
  #: languages/texts.php:202
885
+ msgid "BounceInUp"
886
  msgstr ""
887
 
888
  #: languages/texts.php:203
889
+ msgid "BounceOut"
890
  msgstr ""
891
 
892
  #: languages/texts.php:204
893
+ msgid "BounceOutDown"
894
  msgstr ""
895
 
896
  #: languages/texts.php:205
897
+ msgid "BounceOutLeft"
898
  msgstr ""
899
 
900
  #: languages/texts.php:206
901
+ msgid "BounceOutRight"
902
  msgstr ""
903
 
904
  #: languages/texts.php:207
905
+ msgid "BounceOutUp"
906
  msgstr ""
907
 
908
  #: languages/texts.php:208
909
+ msgid "FadeIn"
910
  msgstr ""
911
 
912
  #: languages/texts.php:209
913
+ msgid "FadeInDown"
914
  msgstr ""
915
 
916
  #: languages/texts.php:210
917
+ msgid "FadeInDownBig"
918
  msgstr ""
919
 
920
  #: languages/texts.php:211
921
+ msgid "FadeInLeft"
922
  msgstr ""
923
 
924
  #: languages/texts.php:212
925
+ msgid "FadeInLeftBig"
926
  msgstr ""
927
 
928
  #: languages/texts.php:213
929
+ msgid "FadeInRight"
930
  msgstr ""
931
 
932
  #: languages/texts.php:214
933
+ msgid "FadeInRightBig"
934
  msgstr ""
935
 
936
  #: languages/texts.php:215
937
+ msgid "FadeInUp"
938
  msgstr ""
939
 
940
  #: languages/texts.php:216
941
+ msgid "FadeInUpBig"
942
  msgstr ""
943
 
944
  #: languages/texts.php:217
945
+ msgid "FadeOut"
946
  msgstr ""
947
 
948
  #: languages/texts.php:218
949
+ msgid "FadeOutDown"
950
  msgstr ""
951
 
952
  #: languages/texts.php:219
953
+ msgid "FadeOutDownBig"
954
  msgstr ""
955
 
956
  #: languages/texts.php:220
957
+ msgid "FadeOutLeft"
958
  msgstr ""
959
 
960
  #: languages/texts.php:221
961
+ msgid "FadeOutLeftBig"
962
  msgstr ""
963
 
964
  #: languages/texts.php:222
965
+ msgid "FadeOutRight"
966
  msgstr ""
967
 
968
  #: languages/texts.php:223
969
+ msgid "FadeOutRightBig"
970
  msgstr ""
971
 
972
  #: languages/texts.php:224
973
+ msgid "FadeOutUp"
974
  msgstr ""
975
 
976
  #: languages/texts.php:225
977
+ msgid "FadeOutUpBig"
978
  msgstr ""
979
 
980
  #: languages/texts.php:226
981
+ msgid "Flip"
982
  msgstr ""
983
 
984
  #: languages/texts.php:227
985
+ msgid "FlipInX"
986
  msgstr ""
987
 
988
  #: languages/texts.php:228
989
+ msgid "FlipInY"
990
  msgstr ""
991
 
992
  #: languages/texts.php:229
993
+ msgid "FlipOutX"
994
  msgstr ""
995
 
996
  #: languages/texts.php:230
997
+ msgid "FlipOutY"
998
  msgstr ""
999
 
1000
  #: languages/texts.php:231
1001
+ msgid "LightSpeedIn"
1002
  msgstr ""
1003
 
1004
  #: languages/texts.php:232
1005
+ msgid "RotateIn"
1006
  msgstr ""
1007
 
1008
  #: languages/texts.php:233
1009
+ msgid "RotateInDownLeft"
1010
  msgstr ""
1011
 
1012
  #: languages/texts.php:234
1013
+ msgid "RotateInDownRight"
1014
  msgstr ""
1015
 
1016
  #: languages/texts.php:235
1017
+ msgid "RotateInUpLeft"
1018
+ msgstr ""
1019
+
1020
+ #: languages/texts.php:236
1021
+ msgid "RotateInUpRight"
1022
  msgstr ""
1023
 
1024
  #: languages/texts.php:237
1025
+ msgid "RotateOut"
1026
  msgstr ""
1027
 
1028
  #: languages/texts.php:238
1029
+ msgid "RotateOutDownLeft"
1030
  msgstr ""
1031
 
1032
  #: languages/texts.php:239
1033
+ msgid "RotateOutDownRight"
1034
+ msgstr ""
1035
+
1036
+ #: languages/texts.php:240
1037
+ msgid "RotateOutUpLeft"
1038
  msgstr ""
1039
 
1040
  #: languages/texts.php:241
1041
+ msgid "RotateOutUpRight"
1042
  msgstr ""
1043
 
1044
  #: languages/texts.php:242
1045
+ msgid "SlideInUp"
1046
  msgstr ""
1047
 
1048
  #: languages/texts.php:243
1049
+ msgid "SlideInDown"
1050
  msgstr ""
1051
 
1052
  #: languages/texts.php:244
1053
+ msgid "SlideInLeft"
1054
  msgstr ""
1055
 
1056
  #: languages/texts.php:245
1057
+ msgid "SlideInRight"
1058
  msgstr ""
1059
 
1060
  #: languages/texts.php:246
1061
+ msgid "SlideOutUp"
1062
  msgstr ""
1063
 
1064
  #: languages/texts.php:247
1065
+ msgid "SlideOutDown"
1066
  msgstr ""
1067
 
1068
  #: languages/texts.php:248
1069
+ msgid "SlideOutLeft"
1070
  msgstr ""
1071
 
1072
  #: languages/texts.php:249
1073
+ msgid "SlideOutRight"
1074
  msgstr ""
1075
 
1076
  #: languages/texts.php:250
1077
+ msgid "ZoomIn"
1078
  msgstr ""
1079
 
1080
  #: languages/texts.php:251
1081
+ msgid "ZoomInDown"
1082
  msgstr ""
1083
 
1084
  #: languages/texts.php:252
1085
+ msgid "ZoomInLeft"
1086
  msgstr ""
1087
 
1088
  #: languages/texts.php:253
1089
+ msgid "ZoomInRight"
1090
  msgstr ""
1091
 
1092
  #: languages/texts.php:254
1093
+ msgid "ZoomInUp"
1094
  msgstr ""
1095
 
1096
  #: languages/texts.php:255
1097
+ msgid "ZoomOut"
1098
  msgstr ""
1099
 
1100
  #: languages/texts.php:256
1101
+ msgid "ZoomOutDown"
1102
  msgstr ""
1103
 
1104
  #: languages/texts.php:257
1105
+ msgid "ZoomOutLeft"
1106
  msgstr ""
1107
 
1108
  #: languages/texts.php:258
1109
+ msgid "ZoomOutRight"
1110
  msgstr ""
1111
 
1112
  #: languages/texts.php:259
1113
+ msgid "ZoomOutUp"
1114
  msgstr ""
1115
 
1116
  #: languages/texts.php:260
1117
+ msgid "Hinge"
1118
+ msgstr ""
1119
+
1120
+ #: languages/texts.php:261
1121
+ msgid "JackInTheBox"
1122
  msgstr ""
1123
 
1124
  #: languages/texts.php:262
1125
+ msgid "RollIn"
1126
  msgstr ""
1127
 
1128
  #: languages/texts.php:263
1129
+ msgid "RollOut"
1130
  msgstr ""
1131
 
1132
+ #: languages/texts.php:265
1133
+ msgid "Content"
1134
  msgstr ""
1135
 
1136
+ #: languages/texts.php:266
1137
+ msgid "Align"
1138
+ msgstr ""
1139
+
1140
+ #: languages/texts.php:267
1141
+ msgid "Position"
1142
  msgstr ""
1143
 
1144
  #: languages/texts.php:269
1145
+ msgid "Typography"
1146
+ msgstr ""
1147
+
1148
+ #: languages/texts.php:270
1149
+ msgid "Font Family"
1150
  msgstr ""
1151
 
1152
  #: languages/texts.php:271
1153
+ msgid "Size"
1154
  msgstr ""
1155
 
1156
  #: languages/texts.php:272
1157
+ msgid "Line Hgt."
1158
  msgstr ""
1159
 
1160
  #: languages/texts.php:273
1161
+ msgid "Letter Sp."
1162
  msgstr ""
1163
 
1164
  #: languages/texts.php:274
1165
+ msgid "List"
1166
  msgstr ""
1167
 
1168
+ #: languages/texts.php:275
1169
+ msgid "Bold"
1170
  msgstr ""
1171
 
1172
+ #: languages/texts.php:276
1173
+ msgid "Italic"
1174
  msgstr ""
1175
 
1176
+ #: languages/texts.php:277
1177
+ msgid "Gap Above"
1178
  msgstr ""
1179
 
1180
+ #: languages/texts.php:278
1181
+ msgid "Gap Below"
1182
  msgstr ""
1183
 
1184
+ #: languages/texts.php:279
1185
+ msgid "HTML Tag"
1186
  msgstr ""
1187
 
1188
+ #: languages/texts.php:280
1189
+ msgid "P"
1190
  msgstr ""
1191
 
1192
+ #: languages/texts.php:281
1193
+ msgid "H1"
1194
  msgstr ""
1195
 
1196
+ #: languages/texts.php:282
1197
+ msgid "H2"
1198
  msgstr ""
1199
 
1200
+ #: languages/texts.php:283
1201
+ msgid "H3"
1202
  msgstr ""
1203
 
1204
+ #: languages/texts.php:284
1205
+ msgid "H4"
1206
+ msgstr ""
1207
+
1208
+ #: languages/texts.php:285
1209
+ msgid "H5"
1210
+ msgstr ""
1211
+
1212
+ #: languages/texts.php:286
1213
+ msgid "H6"
1214
+ msgstr ""
1215
+
1216
+ #: languages/texts.php:287
1217
+ msgid "PRE"
1218
+ msgstr ""
1219
+
1220
+ #: languages/texts.php:288
1221
+ msgid "Editable Text"
1222
+ msgstr ""
1223
+
1224
+ #: languages/texts.php:290
1225
+ msgid "Link"
1226
+ msgstr ""
1227
+
1228
+ #: languages/texts.php:291
1229
+ msgid "Anchor"
1230
  msgstr ""
1231
 
1232
  #: languages/texts.php:292
1233
+ msgid "Link to"
1234
  msgstr ""
1235
 
1236
  #: languages/texts.php:293
1237
+ msgid "Open In New Tab"
1238
+ msgstr ""
1239
+
1240
+ #: languages/texts.php:296
1241
+ msgid "Padding"
1242
+ msgstr ""
1243
+
1244
+ #: languages/texts.php:297
1245
+ msgid "Margin"
1246
+ msgstr ""
1247
+
1248
+ #: languages/texts.php:298
1249
+ msgid "Corner"
1250
+ msgstr ""
1251
+
1252
+ #: languages/texts.php:299
1253
+ msgid "Fill"
1254
+ msgstr ""
1255
+
1256
+ #: languages/texts.php:300
1257
+ msgid "Spacing"
1258
+ msgstr ""
1259
+
1260
+ #: languages/texts.php:303
1261
+ msgid "Shadow"
1262
+ msgstr ""
1263
+
1264
+ #: languages/texts.php:306
1265
+ msgid "Normal"
1266
+ msgstr ""
1267
+
1268
+ #: languages/texts.php:307
1269
+ msgid "Hover"
1270
+ msgstr ""
1271
+
1272
+ #: languages/texts.php:310
1273
+ msgid "Reverse Columns"
1274
+ msgstr ""
1275
+
1276
+ #: languages/texts.php:314
1277
+ msgid "Date"
1278
+ msgstr ""
1279
+
1280
+ #: languages/texts.php:315
1281
+ msgid "Hour"
1282
+ msgstr ""
1283
+
1284
+ #: languages/texts.php:316
1285
+ msgid "Minutes"
1286
+ msgstr ""
1287
+
1288
+ #: languages/texts.php:317
1289
+ msgid "Time Zone"
1290
+ msgstr ""
1291
+
1292
+ #: languages/texts.php:318
1293
+ msgid "- 11:00 (Niue)"
1294
+ msgstr ""
1295
+
1296
+ #: languages/texts.php:319
1297
+ msgid "- 10:00 (Honolulu, Papeete)"
1298
+ msgstr ""
1299
+
1300
+ #: languages/texts.php:320
1301
+ msgid "- 9:00 (Anchorage)"
1302
+ msgstr ""
1303
+
1304
+ #: languages/texts.php:321
1305
+ msgid "- 8:00 (Los Angeles)"
1306
+ msgstr ""
1307
+
1308
+ #: languages/texts.php:322
1309
  msgid "- 7:00 (Denver, Phoenix)"
1310
  msgstr ""
1311
 
1312
+ #: languages/texts.php:323
1313
  msgid "- 6:00 (Chicago, Dallas)"
1314
  msgstr ""
1315
 
1316
+ #: languages/texts.php:324
1317
  msgid "- 5:00 (New York, Miami)"
1318
  msgstr ""
1319
 
1320
+ #: languages/texts.php:325
1321
  msgid "- 4:00 (Halifax, Manaus)"
1322
  msgstr ""
1323
 
1324
+ #: languages/texts.php:326
1325
  msgid "- 3:00 (Brasilia, Santiago)"
1326
  msgstr ""
1327
 
1328
+ #: languages/texts.php:327
1329
  msgid "- 2:00 (Noronha)"
1330
  msgstr ""
1331
 
1332
+ #: languages/texts.php:328
1333
  msgid "- 1:00 (Cape Verde)"
1334
  msgstr ""
1335
 
1336
+ #: languages/texts.php:329
1337
  msgid "00:00 (London, Dublin)"
1338
  msgstr ""
1339
 
1340
+ #: languages/texts.php:330
1341
  msgid "+ 1:00 (Berlin, Paris)"
1342
  msgstr ""
1343
 
1344
+ #: languages/texts.php:331
1345
  msgid "+ 2:00 (Athens, Istanbul)"
1346
  msgstr ""
1347
 
1348
+ #: languages/texts.php:332
1349
  msgid "+ 3:00 (Moscow, Baghdad)"
1350
  msgstr ""
1351
 
1352
+ #: languages/texts.php:333
1353
  msgid "+ 4:00 (Dubai, Baku)"
1354
  msgstr ""
1355
 
1356
+ #: languages/texts.php:334
1357
  msgid "+ 5:00 (Yekaterinburg)"
1358
  msgstr ""
1359
 
1360
+ #: languages/texts.php:335
1361
  msgid "+ 6:00 (Astana)"
1362
  msgstr ""
1363
 
1364
+ #: languages/texts.php:336
1365
  msgid "+ 7:00 (Bangkok, Jakarta)"
1366
  msgstr ""
1367
 
1368
+ #: languages/texts.php:337
1369
  msgid "+ 8:00 (Singapore, Beijing)"
1370
  msgstr ""
1371
 
1372
+ #: languages/texts.php:338
1373
  msgid "+ 9:00 (Tokyo, Seoul)"
1374
  msgstr ""
1375
 
1376
+ #: languages/texts.php:339
1377
  msgid "+ 10:00 (Sidney, Melbourne)"
1378
  msgstr ""
1379
 
1380
+ #: languages/texts.php:340
1381
  msgid "+ 11:00 (Ponape)"
1382
  msgstr ""
1383
 
1384
+ #: languages/texts.php:341
1385
  msgid "+ 12:00 (Auckland)"
1386
  msgstr ""
1387
 
1388
+ #: languages/texts.php:342
1389
  msgid "Language"
1390
  msgstr ""
1391
 
1392
+ #: languages/texts.php:343
1393
  msgid "German"
1394
  msgstr ""
1395
 
1396
+ #: languages/texts.php:344
1397
  msgid "English"
1398
  msgstr ""
1399
 
1400
+ #: languages/texts.php:345
1401
  msgid "Spanish"
1402
  msgstr ""
1403
 
1404
+ #: languages/texts.php:346
1405
  msgid "French"
1406
  msgstr ""
1407
 
1408
+ #: languages/texts.php:347
1409
  msgid "Italian"
1410
  msgstr ""
1411
 
1412
+ #: languages/texts.php:348
1413
  msgid "Dutch"
1414
  msgstr ""
1415
 
1416
+ #: languages/texts.php:349
1417
  msgid "Russian"
1418
  msgstr ""
1419
 
1420
+ #: languages/texts.php:351
1421
  msgid "Start"
1422
  msgstr ""
1423
 
1424
+ #: languages/texts.php:352
1425
  msgid "End"
1426
  msgstr ""
1427
 
1428
+ #: languages/texts.php:354
1429
  msgid "Paste your code here..."
1430
  msgstr ""
1431
 
1432
+ #: languages/texts.php:356
1433
  msgid "Field"
1434
  msgstr ""
1435
 
1436
+ #: languages/texts.php:357
1437
  msgid "Field Type"
1438
  msgstr ""
1439
 
1440
+ #: languages/texts.php:358
1441
  msgid "Label"
1442
  msgstr ""
1443
 
1444
+ #: languages/texts.php:359
1445
  msgid "Message"
1446
  msgstr ""
1447
 
1448
+ #: languages/texts.php:360
1449
  msgid "Success"
1450
  msgstr ""
1451
 
1452
+ #: languages/texts.php:361
1453
  msgid "Error"
1454
  msgstr ""
1455
 
1456
+ #: languages/texts.php:362
1457
  msgid "Message sent"
1458
  msgstr ""
1459
 
1460
+ #: languages/texts.php:363
1461
  msgid "Message not sent"
1462
  msgstr ""
1463
 
1464
+ #: languages/texts.php:364
1465
  msgid "Redirect"
1466
  msgstr ""
1467
 
1468
+ #: languages/texts.php:365
1469
  msgid "Go to"
1470
  msgstr ""
1471
 
1472
+ #: languages/texts.php:366
1473
  msgid "Required"
1474
  msgstr ""
1475
 
1476
+ #: languages/texts.php:367
1477
  msgid "Email"
1478
  msgstr ""
1479
 
1480
+ #: languages/texts.php:368
1481
  msgid "Number"
1482
  msgstr ""
1483
 
1484
+ #: languages/texts.php:369
1485
  msgid "Paragraph"
1486
  msgstr ""
1487
 
1488
+ #: languages/texts.php:370
1489
  msgid "Select"
1490
  msgstr ""
1491
 
1492
+ #: languages/texts.php:373
1493
  msgid "Style"
1494
  msgstr ""
1495
 
1496
+ #: languages/texts.php:374
1497
  msgid "Opacity"
1498
  msgstr ""
1499
 
1500
+ #: languages/texts.php:375
1501
+ msgid "Contrast"
1502
+ msgstr ""
1503
+
1504
+ #: languages/texts.php:376
1505
  msgid "Hue"
1506
  msgstr ""
1507
 
1508
+ #: languages/texts.php:377
1509
+ msgid "Brightness"
1510
  msgstr ""
1511
 
1512
+ #: languages/texts.php:378
1513
+ msgid "Saturation"
1514
+ msgstr ""
1515
+
1516
+ #: languages/texts.php:380
1517
+ msgid "LightBox"
1518
+ msgstr ""
1519
+
1520
+ #: languages/texts.php:381
1521
+ msgid "Open in Lightbox"
1522
+ msgstr ""
1523
+
1524
+ #: languages/texts.php:383
1525
+ msgid "Gallery"
1526
  msgstr ""
1527
 
1528
+ #: languages/texts.php:385
1529
  msgid "Percentage"
1530
  msgstr ""
1531
 
1532
+ #: languages/texts.php:386
1533
  msgid "Show Percentage"
1534
  msgstr ""
1535
 
1536
+ #: languages/texts.php:387
1537
  msgid "Bar"
1538
  msgstr ""
1539
 
1540
+ #: languages/texts.php:389
1541
  msgid "SoundCloud"
1542
  msgstr ""
1543
 
1544
+ #: languages/texts.php:390
1545
  msgid "SoundCloud Link"
1546
  msgstr ""
1547
 
1548
+ #: languages/texts.php:392
1549
  msgid "Video Link"
1550
  msgstr ""
1551
 
1552
+ #: languages/texts.php:393
1553
  msgid "Ratio"
1554
  msgstr ""
1555
 
1556
+ #: languages/texts.php:394
1557
  msgid "Controls"
1558
  msgstr ""
1559
 
1560
+ #: languages/texts.php:395
1561
  msgid "Cover"
1562
  msgstr ""
1563
 
1564
+ #: languages/texts.php:396
1565
  msgid "Play"
1566
  msgstr ""
1567
 
1568
+ #: languages/texts.php:399
1569
+ msgid "Header"
1570
+ msgstr ""
1571
+
1572
+ #: languages/texts.php:402
1573
  msgid "Footer"
1574
  msgstr ""
1575
 
1576
+ #: languages/texts.php:403
1577
  msgid "MultiPage"
1578
  msgstr ""
1579
 
1580
+ #: languages/texts.php:406
1581
  msgid "Type"
1582
  msgstr ""
1583
 
1584
+ #: languages/texts.php:407
1585
  msgid "Static"
1586
  msgstr ""
1587
 
1588
+ #: languages/texts.php:410
1589
+ msgid "No matches found"
1590
+ msgstr ""
1591
+
1592
+ #: languages/texts.php:413
1593
+ msgid "Popup"
1594
+ msgstr ""
1595
+
1596
+ #: languages/texts.php:414
1597
+ msgid "Close"
1598
+ msgstr ""
1599
+
1600
+ #: languages/texts.php:417
1601
+ msgid "Comments"
1602
+ msgstr ""
1603
+
1604
+ #: languages/texts.php:418
1605
+ msgid "Like"
1606
+ msgstr ""
1607
+
1608
+ #: languages/texts.php:419
1609
+ msgid "Recommend"
1610
+ msgstr ""
1611
+
1612
+ #: languages/texts.php:420
1613
+ msgid "Include Share Button"
1614
+ msgstr ""
1615
+
1616
+ #: languages/texts.php:421
1617
+ msgid "Show Friends' Faces"
1618
+ msgstr ""
1619
+
1620
+ #: languages/texts.php:422
1621
+ msgid "Show Button Counter"
1622
+ msgstr ""
1623
+
1624
+ #: languages/texts.php:423
1625
+ msgid "Dark Scheme"
1626
+ msgstr ""
1627
+
1628
+ #: languages/texts.php:424
1629
+ msgid "Target URL"
1630
+ msgstr ""
1631
+
1632
+ #: languages/texts.php:425
1633
+ msgid "Current Page"
1634
+ msgstr ""
1635
+
1636
+ #: languages/texts.php:426
1637
+ msgid "Custom Page"
1638
+ msgstr ""
1639
+
1640
+ #: languages/texts.php:427
1641
+ msgid "Include Full Post"
1642
+ msgstr ""
1643
+
1644
+ #: languages/texts.php:428
1645
+ msgid "Full Screen"
1646
+ msgstr ""
1647
+
1648
+ #: languages/texts.php:429
1649
+ msgid "AutoPlay"
1650
+ msgstr ""
1651
+
1652
+ #: languages/texts.php:430
1653
+ msgid "Captions"
1654
+ msgstr ""
1655
+
1656
+ #: languages/texts.php:431
1657
+ msgid "Timeline"
1658
+ msgstr ""
1659
+
1660
+ #: languages/texts.php:432
1661
+ msgid "Events"
1662
+ msgstr ""
1663
+
1664
+ #: languages/texts.php:433
1665
+ msgid "Messages"
1666
+ msgstr ""
1667
+
1668
+ #: languages/texts.php:434
1669
+ msgid "Use Small Header"
1670
+ msgstr ""
1671
+
1672
+ #: languages/texts.php:435
1673
+ msgid "Hide Cover Photo"
1674
+ msgstr ""
1675
+
1676
+ #: languages/texts.php:436
1677
+ msgid "Show Friend's Faces"
1678
+ msgstr ""
1679
+
1680
+ #: languages/texts.php:437
1681
+ msgid "Facebook Button"
1682
+ msgstr ""
1683
+
1684
+ #: languages/texts.php:438
1685
+ msgid "Facebook Comments"
1686
+ msgstr ""
1687
+
1688
+ #: languages/texts.php:439
1689
+ msgid "Facebook Embed"
1690
+ msgstr ""
1691
+
1692
+ #: languages/texts.php:440
1693
+ msgid "Facebook Page"
1694
+ msgstr ""
1695
+
1696
+ #: languages/texts.php:442
1697
+ msgid "Back to Layouts"
1698
+ msgstr ""
1699
+
1700
+ #: languages/texts.php:444
1701
+ msgid "Import This Layout"
1702
+ msgstr ""
1703
+
1704
+ #: languages/texts.php:445
1705
+ msgid "Nothing here yet, save a block first."
1706
+ msgstr ""
1707
+
1708
+ #: languages/texts.php:446
1709
+ msgid "Nothing here yet, make a global block first."
1710
+ msgstr ""
1711
+
1712
+ #: languages/texts.php:448
1713
  msgid "Query"
1714
  msgstr ""
1715
 
1716
+ #: languages/texts.php:449
1717
  msgid "Product ID"
1718
  msgstr ""
1719
 
1720
+ #: languages/texts.php:450
1721
  msgid "Product ID or SKU"
1722
  msgstr ""
1723
 
1724
+ #: languages/texts.php:451
1725
  msgid "Products Count"
1726
  msgstr ""
1727
 
1728
+ #: languages/texts.php:452
1729
  msgid "Layout"
1730
  msgstr ""
1731
 
1732
+ #: languages/texts.php:453
1733
  msgid "Style Add to Cart"
1734
  msgstr ""
1735
 
1736
+ #: languages/texts.php:454
 
 
 
 
1737
  msgid "Categories Count"
1738
  msgstr ""
1739
 
1740
+ #: languages/texts.php:455
1741
  msgid "Order"
1742
  msgstr ""
1743
 
1744
+ #: languages/texts.php:456
1745
  msgid "Asc"
1746
  msgstr ""
1747
 
1748
+ #: languages/texts.php:457
1749
  msgid "Desc"
1750
  msgstr ""
1751
 
1752
+ #: languages/texts.php:458
1753
  msgid "Order By"
1754
  msgstr ""
1755
 
1756
+ #: languages/texts.php:459
1757
  msgid "Name"
1758
  msgstr ""
1759
 
1760
+ #: languages/texts.php:460
1761
  msgid "Slug"
1762
  msgstr ""
1763
 
1764
+ #: languages/texts.php:461
1765
  msgid "Description"
1766
  msgstr ""
1767
 
1768
+ #: languages/texts.php:462
1769
  msgid "Count"
1770
  msgstr ""
1771
 
1772
+ #: languages/texts.php:463
1773
  msgid "Page"
1774
  msgstr ""
1775
 
1776
+ #: languages/texts.php:464
1777
  msgid "Cart"
1778
  msgstr ""
1779
 
1780
+ #: languages/texts.php:465
1781
  msgid "Checkout"
1782
  msgstr ""
1783
 
1784
+ #: languages/texts.php:466
1785
  msgid "My Account"
1786
  msgstr ""
1787
 
1788
+ #: languages/texts.php:467
1789
  msgid "Order Tracking"
1790
  msgstr ""
1791
 
1792
+ #: languages/texts.php:468
1793
  msgid "Filter"
1794
  msgstr ""
1795
 
1796
+ #: languages/texts.php:469
1797
  msgid "Title"
1798
  msgstr ""
1799
 
1800
+ #: languages/texts.php:470
1801
  msgid "Rating"
1802
  msgstr ""
1803
 
1804
+ #: languages/texts.php:471
1805
  msgid "Popularity"
1806
  msgstr ""
1807
 
1808
+ #: languages/texts.php:472
1809
  msgid "Menu Order"
1810
  msgstr ""
1811
 
1812
+ #: languages/texts.php:473
1813
  msgid "Random"
1814
  msgstr ""
1815
 
1816
+ #: languages/texts.php:474
1817
  msgid "ID"
1818
  msgstr ""
1819
 
1820
+ #: languages/texts.php:475
1821
  msgid "Paste your wordpress shortcode here..."
1822
  msgstr ""
1823
 
1824
+ #: languages/texts.php:476
1825
  msgid "Weight"
1826
  msgstr ""
1827
 
1828
+ #: languages/texts.php:477
1829
  msgid "Post Type"
1830
  msgstr ""
1831
 
1832
+ #: languages/texts.php:478
1833
  msgid "Post"
1834
  msgstr ""
1835
 
1836
+ #: languages/texts.php:479
1837
  msgid "Number posts"
1838
  msgstr ""
1839
 
1840
+ #: languages/texts.php:480
1841
  msgid "Category"
1842
  msgstr ""
1843
 
1844
+ #: languages/texts.php:481
1845
  msgid "Author"
1846
  msgstr ""
1847
 
1848
+ #: languages/texts.php:482
1849
  msgid "Include"
1850
  msgstr ""
1851
 
1852
+ #: languages/texts.php:483
1853
  msgid "Exclude"
1854
  msgstr ""
1855
 
1856
+ #: languages/texts.php:484
1857
  msgid "Status"
1858
  msgstr ""
1859
 
1860
+ #: languages/texts.php:485
1861
  msgid "Future"
1862
  msgstr ""
1863
 
1864
+ #: languages/texts.php:486
1865
  msgid "Draft"
1866
  msgstr ""
1867
 
1868
+ #: languages/texts.php:487
1869
  msgid "Pending"
1870
  msgstr ""
1871
 
1872
+ #: languages/texts.php:488
1873
  msgid "Private"
1874
  msgstr ""
1875
 
1876
+ #: languages/texts.php:489
1877
  msgid "Trash"
1878
  msgstr ""
1879
 
1880
+ #: languages/texts.php:490
1881
  msgid "Auto-Draft"
1882
  msgstr ""
1883
 
1884
+ #: languages/texts.php:491
1885
  msgid "Inherit"
1886
  msgstr ""
1887
 
1888
+ #: languages/texts.php:492
1889
  msgid "Meta Key"
1890
  msgstr ""
1891
 
1892
+ #: languages/texts.php:493
1893
  msgid "Meta Value"
1894
  msgstr ""
1895
 
1896
+ #: languages/texts.php:494
1897
  msgid "Modified"
1898
  msgstr ""
1899
 
1900
+ #: languages/texts.php:495
1901
  msgid "Parent"
1902
  msgstr ""
1903
 
1904
+ #: languages/texts.php:496
1905
+ msgid "Comment Count"
1906
  msgstr ""
1907
 
1908
+ #: languages/texts.php:497
1909
  msgid "Filter By"
1910
  msgstr ""
1911
 
1912
+ #: languages/texts.php:498
1913
  msgid "Block"
1914
  msgstr ""
1915
 
1916
+ #: languages/texts.php:499
1917
  msgid "Make it Global"
1918
  msgstr ""
1919
 
1920
+ #: languages/texts.php:501
 
 
 
 
1921
  msgid "Blocks"
1922
  msgstr ""
1923
 
1924
+ #: languages/texts.php:502
1925
+ msgid "Saved Blocks"
1926
  msgstr ""
1927
 
1928
+ #: languages/texts.php:503
1929
+ msgid "Global Blocks"
1930
  msgstr ""
1931
 
1932
+ #: languages/texts.php:504
1933
  msgid "Light"
1934
  msgstr ""
1935
 
1936
+ #: languages/texts.php:505
1937
  msgid "Dark"
1938
  msgstr ""
1939
 
1940
+ #: languages/texts.php:506
1941
  msgid "All Categories"
1942
  msgstr ""
1943
 
1944
+ #: languages/texts.php:507
1945
  msgid "Enter Search Keyword"
1946
  msgstr ""
1947
 
1948
+ #: languages/texts.php:508
1949
+ msgid "Type to search"
1950
  msgstr ""
1951
 
1952
+ #: languages/texts.php:509
1953
+ msgid "Add a blank block"
1954
+ msgstr ""
1955
+
1956
+ #: languages/texts.php:510
1957
  msgid "An error happened while trying to display this block"
1958
  msgstr ""
1959
 
1960
+ #: languages/texts.php:511
1961
  msgid "You can"
1962
  msgstr ""
1963
 
1964
+ #: languages/texts.php:512
1965
  msgid "open an issue"
1966
  msgstr ""
1967
 
1968
+ #: languages/texts.php:513
1969
  msgid "or"
1970
  msgstr ""
1971
 
1972
+ #: languages/texts.php:514
1973
  msgid "remove this block"
1974
  msgstr ""
1975
 
1976
+ #: languages/texts.php:515
1977
  msgid "Page Template"
1978
  msgstr ""
1979
 
1980
+ #: languages/texts.php:516
1981
  msgid "Toggle Menu"
1982
  msgstr ""
1983
 
1984
+ #: languages/texts.php:517
1985
  msgid "Make it Nofollow"
1986
  msgstr ""
1987
 
1988
+ #: languages/texts.php:518
1989
+ msgid "Dividers"
1990
+ msgstr ""
1991
+
1992
+ #: languages/texts.php:519
1993
+ msgid "Arrangement"
1994
+ msgstr ""
1995
+
1996
+ #: languages/texts.php:520
1997
+ msgid "Repeat"
1998
+ msgstr ""
1999
+
2000
+ #: languages/texts.php:521
2001
+ msgid "Make it Hamburger"
2002
+ msgstr ""
2003
+
2004
+ #: languages/texts.php:522
2005
+ msgid "Add a Menu"
2006
+ msgstr ""
2007
+
2008
+ #: languages/texts.php:523
2009
+ msgid "Please select a menu"
2010
+ msgstr ""
2011
+
2012
+ #: languages/texts.php:524
2013
+ msgid "Select a Menu"
2014
+ msgstr ""
2015
+
2016
+ #: languages/texts.php:525
2017
+ msgid "in your WordPress admin"
2018
+ msgstr ""
2019
+
2020
+ #: languages/texts.php:526
2021
+ msgid "Drawer Position"
2022
+ msgstr ""
2023
+
2024
+ #: languages/texts.php:527
2025
+ msgid "anchor-name"
2026
+ msgstr ""
2027
+
2028
+ #: languages/texts.php:528
2029
+ msgid "APPS"
2030
+ msgstr ""
2031
+
2032
+ #: languages/texts.php:529
2033
+ msgid "It's a sample"
2034
  msgstr ""
2035
 
2036
+ #: public/main.php:93
2037
  msgid "Preview"
2038
  msgstr ""
2039
 
2040
+ #: public/main.php:104
2041
  msgid "View"
2042
  msgstr ""
2043
 
2044
+ #: public/main.php:182
2045
  msgid "Edit "
2046
  msgstr ""
public/attachment-proxy.php ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Brizy_Public_AttachmentProxy extends Brizy_Public_AbstractProxy {
4
+
5
+ const ENDPOINT = 'brizy_attachment';
6
+
7
+ /**
8
+ * @return string
9
+ */
10
+ protected function get_endpoint_keys() {
11
+ return array( self::ENDPOINT );
12
+ }
13
+
14
+ /**
15
+ * @return mixed|void
16
+ * @throws Exception
17
+ */
18
+ public function process_query() {
19
+ global $wp_query;
20
+
21
+ $vars = $wp_query->query_vars;
22
+
23
+ if ( isset( $vars[ self::ENDPOINT ] ) && is_string( $vars[ self::ENDPOINT ] ) && ! empty( $vars[ self::ENDPOINT ] ) ) {
24
+
25
+ session_write_close();
26
+
27
+ try {
28
+ // Set artificially high because GD uses uncompressed images in memory.
29
+ $attachment = $this->getAttachment( $vars[ self::ENDPOINT ] );
30
+
31
+ if ( ! $attachment ) {
32
+ status_header( 404 );
33
+ global $wp_query;
34
+ $wp_query->set_404();
35
+
36
+ return;
37
+ }
38
+
39
+ $url = wp_get_attachment_url( $attachment->ID );
40
+ wp_redirect( $url );
41
+ exit;
42
+ }
43
+ catch (Exception $e ) {
44
+ Brizy_Logger::instance()->exception( $e );
45
+ status_header( 404 );
46
+ global $wp_query;
47
+ $wp_query->set_404();
48
+
49
+ return;
50
+ }
51
+ }
52
+ }
53
+
54
+ private function getAttachment( $hash ) {
55
+ $attachment = null;
56
+ if ( is_numeric( $hash ) ) {
57
+ $attachment = get_post( (int) $hash );
58
+ } else {
59
+ $attachments = get_posts( array(
60
+ 'meta_key' => 'brizy_post_uid',
61
+ 'meta_value' => $hash,
62
+ 'post_type' => 'attachment',
63
+ ) );
64
+
65
+ if ( isset( $attachments[0] ) ) {
66
+ $attachment = $attachments[0];
67
+ }
68
+ }
69
+
70
+ return $attachment;
71
+ }
72
+ }
public/editor-build/editor/css/editor.css CHANGED
@@ -1115,9 +1115,10 @@ to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translat
1115
  .brz .brz-popup__inner{height:100%}
1116
  @media (max-width:991px){.brz.brz-ed .brz-section__header--animated{padding-left:15px;padding-right:15px}}.brz .brz-container,.brz .brz-container__wrap{margin-left:auto;margin-right:auto;width:100%}
1117
  .brz .brz-container__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
1118
- @media (max-width:991px){.brz .brz-container__wrap,.brz .brz-container__wrap--fluid{padding-left:15px;padding-right:15px}}.brz .brz-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
1119
- .brz .brz-row__container{position:relative}
1120
  .brz .brz-row__container .brz-link-container{position:absolute;height:100%;width:100%;top:0;left:0}
 
1121
  .brz .brz-columns{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:1px;-ms-flex-preferred-size:100%;flex-basis:100%;will-change:flex,max-width}
1122
  .brz .brz-columns>.brz-bg{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}
1123
  .brz .brz-columns .brz-container-link{position:absolute;height:100%;width:100%;top:0;left:0}
@@ -1349,11 +1350,17 @@ to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translat
1349
  .brz .brz-popup__preview{z-index:-1;visibility:hidden;-webkit-transform:translate(-100%);transform:translate(-100%);opacity:0;-webkit-transition:.3s cubic-bezier(.25,.46,.45,.94) opacity,.3s cubic-bezier(.25,.46,.45,.94) visibility,.3s cubic-bezier(.25,.46,.45,.94) z-index;transition:.3s cubic-bezier(.25,.46,.45,.94) opacity,.3s cubic-bezier(.25,.46,.45,.94) visibility,.3s cubic-bezier(.25,.46,.45,.94) z-index}
1350
  .brz .brz-popup__preview.brz-popup--opened{z-index:1070;visibility:visible;-webkit-transform:translate(0);transform:translate(0);opacity:1;-webkit-transition:.3s cubic-bezier(.25,.46,.45,.94) opacity,.3s cubic-bezier(.25,.46,.45,.94) visibility,.3s cubic-bezier(.25,.46,.45,.94) z-index;transition:.3s cubic-bezier(.25,.46,.45,.94) opacity,.3s cubic-bezier(.25,.46,.45,.94) visibility,.3s cubic-bezier(.25,.46,.45,.94) z-index}
1351
  .brz .brz-popup2{position:fixed;width:100%;height:100%;top:0;left:0;z-index:1070}
1352
- .brz .brz-popup2__close{position:absolute;z-index:2;top:36px;left:50px;color:#fff;font-size:0;cursor:pointer}
1353
  .brz .brz-popup2__close .brz-icon-svg{font-size:26px}
1354
  .brz .brz-popup2>.brz-ed-border{height:100%}
 
1355
  .brz .brz-popup2__inner{height:100%}
1356
- .brz .brz-popup2__inner>.brz-bg-content{max-height:100%;overflow:auto;padding-top:70px;padding-bottom:70px}
 
 
 
 
 
1357
  .brz .brz-popup2__preview{z-index:-1;visibility:hidden;-webkit-transform:translate(-100%);transform:translate(-100%);opacity:0;-webkit-transition:.3s cubic-bezier(.25,.46,.45,.94) opacity,.3s cubic-bezier(.25,.46,.45,.94) visibility,.3s cubic-bezier(.25,.46,.45,.94) z-index;transition:.3s cubic-bezier(.25,.46,.45,.94) opacity,.3s cubic-bezier(.25,.46,.45,.94) visibility,.3s cubic-bezier(.25,.46,.45,.94) z-index}
1358
  .brz .brz-popup2__preview.brz-popup2--opened{z-index:1070;visibility:visible;-webkit-transform:translate(0);transform:translate(0);opacity:1;-webkit-transition:.3s cubic-bezier(.25,.46,.45,.94) opacity,.3s cubic-bezier(.25,.46,.45,.94) visibility,.3s cubic-bezier(.25,.46,.45,.94) z-index;transition:.3s cubic-bezier(.25,.46,.45,.94) opacity,.3s cubic-bezier(.25,.46,.45,.94) visibility,.3s cubic-bezier(.25,.46,.45,.94) z-index}
1359
  .brz .brz-carousel{display:block;width:100%}
@@ -1444,6 +1451,12 @@ to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translat
1444
  .brz .brz-fb-embed,.brz .brz-fb-group,.brz .brz-fb-page{position:relative}
1445
  .brz .brz-fb-embed::before,.brz .brz-fb-group::before,.brz .brz-fb-page::before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;display:block;pointer-events:none}
1446
  .brz .brz-fb-comments{width:100%}
 
 
 
 
 
 
1447
  .brz .screen-reader-text{display:none}
1448
  .brz .media-modal *{-webkit-box-sizing:content-box;box-sizing:content-box}
1449
  .brz .media-modal input,.brz .media-modal select,.brz .media-modal textarea{-webkit-box-sizing:border-box;box-sizing:border-box}
@@ -10089,15 +10102,19 @@ body.brz::after,body.brz::before{display:none}
10089
  .brz-ed .brz-ed-fixed-bottom-panel__item.active:hover{color:#3dbfe8}
10090
  .brz-ed .brz-ed-fixed-bottom-panel__item:first-child{padding-left:18px}
10091
  .brz-ed .brz-ed-fixed-bottom-panel__item:last-child{border-right:none}
10092
- .brz-ed .brz-ed-fixed-bottom-panel__item .brz-icon-svg{width:1.2em;height:1.2em}
10093
  .brz-ed .brz-ed-fixed-bottom-panel__preview{cursor:pointer;padding:0}
10094
- .brz-ed .brz-ed-fixed-bottom-panel__preview .brz-a{color:#fff;-webkit-transition:color 150ms linear;transition:color 150ms linear;padding:14px}
10095
  .brz-ed .brz-ed-fixed-bottom-panel__preview:hover .brz-a{color:#3dbfe8}
 
10096
  .brz-ed .brz-ed-fixed-bottom-panel__btn{padding:8px 13px;cursor:pointer}
10097
  .brz-ed .brz-ed-fixed-bottom-panel__btn .brz-a,.brz-ed .brz-ed-fixed-bottom-panel__btn .brz-span{font-size:13px;line-height:1;color:#fff;padding:8px 14px 5px;border-bottom:2px solid #006799;background-color:#0085ba;border-radius:15px;height:28px;min-width:75px;text-align:center;-webkit-transition:background-color 150ms linear;transition:background-color 150ms linear}
10098
  .brz-ed .brz-ed-fixed-bottom-panel__btn .brz-a:hover,.brz-ed .brz-ed-fixed-bottom-panel__btn .brz-span:hover{background-color:#0092cc;color:#fff}
10099
  .brz-ed .brz-ed-fixed-bottom-panel__btn .brz-a .brz-icon-svg,.brz-ed .brz-ed-fixed-bottom-panel__btn .brz-span .brz-icon-svg{width:1em;height:1em}
10100
  .brz-ed .brz-ed-fixed-bottom-panel__btn--download .brz-a,.brz-ed .brz-ed-fixed-bottom-panel__btn--download .brz-span{min-width:97px}
 
 
 
10101
  .brz-ed .brz-ed-option__block-thumbnail .brz-ed-scroll-pane .brz-ed-scroll-inner{max-height:240px;border-right-style:none!important}
10102
  .brz-ed .brz-ed-option__block-thumbnail .brz-ed-scroll-pane .brz-ed-tall-track{right:-10px}
10103
  .brz-ed .brz-ed-option__block-thumbnail-item{margin-bottom:0;max-width:140px;position:relative;cursor:pointer;padding:4px;margin:2px 0}
@@ -10201,6 +10218,16 @@ body.brz::after,body.brz::before{display:none}
10201
  .brz-ed .brz-ed-shape--40{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkyMCAxMDUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBhdGggZD0iTTE5MTkuOTA3IDc5LjY4NWMuMDQ0Ljk5Mi0uMTgzLjU0Ny0uOTA2LTIuMzE0LTkuMzEzLTM2LjgzNi01OS42OTMtNzIuNzg1LTk4LjE5LTUxLjA0LTMuMTIzIDEuNzY0LTE0LjA0MyAxMS41OTktMjIuODA2IDIxLjkwNC0uMzM3LjQgMy42ODcgMTguMTc1IDMuNDk5IDIwLjgxNS0uNDU3IDYuMzM0LTEuMDkzIDkuNTE3LTYuODg0IDEyLjIyNS02Ljc3MyAzLjE2Ny0yMC41MDUgMS4zMTYtMjEuNTAzLTcuNzc5LS45NDItOC42MDcgMi4xMzUtMTguMjU0IDcuMDU4LTI3LjEzNy0xMC4zNzEtMTguNDUtMjYuOTc3LTMwLjc0LTUzLjMxNi0yNC4zOTYtMTUuMTMgMy42NDYtMzEuNTQzIDEwLjM0LTQwLjk5NCAyMy4zNDQgNS45ODEgOC43MTYgMTkuMjk5IDI2LjgyMyA5LjkxNiAzNS44ODctNS40NCA1LjI1Ny0yMy4xNTUgMTAuNDItMjkuMTU1IDMuNjYzLTMuNzg3LTQuMjY1LTEuODU4LTE0LjY4LTEuMDIyLTE5Ljc0OC4zMzgtMi4wNTggNy4wMi0xOS4zNSA2Ljk3MS0xOS40MS0xNy43MjMtMjEuNzgzLTQzLTMyLjU3OC03NS4yMzctMjAuMTQ2LTEyLjY1MyA0Ljg3OS0yNi4zNyAxMS4yNTctMzYuNDI4IDIwLjk3NCA2Ljg3NiAxMS42NTYgMTcuOTY4IDMwLjE5IDEwLjQwNyA0My44NzMtMTMuMjc0IDI0LjAyLTQzLjU4OCAyLjYxOC0zOC4xNC0yMC4wMzYuNjg3LTIuODYgMTMuNTctMjUuMDg2IDEzLjk5NS0yNC40OC0zLjI4My00LjY5Ni02LjUtOC41NDQtOC44MjQtMTAuNzktMTQuMDI1LTEzLjU2MS0zMC44MzctMjAuMjI1LTUwLjMxOC0xMy42NDYtMTEuMzU4IDMuODM0LTIzLjE5MiA3Ljk4My0zMy4zOTkgMTQuNDUzLTEuMDQuNTg2LTEuOTYxIDEuMzM1LTIuOTY3IDEuOTcuNjA4LS4zODYgMy45NzEgMjMuNzkyIDMuMjIgMjYuOTU1LTEuNTc0IDYuNjIzLTUuNiA5LjgzOC0xMi4xNzMgMTEuNTkzLTkuMzQgMi40OTYtMjkuNjYzLS45ODctMjQuMTc1LTE0LjcxMiAzLjk1LTkuODc3IDEwLjEtMTguNDY4IDE3LjYyLTI1Ljc3Mi0xNi41MzEtMTQuNDY1LTUzLjIzOS0xMy41NzEtNzEuOTE2LTYuNzQtNi4yNDEgMi4yODMtMjIuNzcgMTIuNTk1LTM0LjkwNyAyNC40MTYuOTUxIDEuMzQgMS45ODcgMi41ODUgMi44NTYgNC4wMSA2IDkuODQ4IDEzLjIwNSAzMS43OTUtMy4xMzUgMzUuNzk3LTE1LjU2NiAzLjgxMS0zMC42NS0xNS4yMi0yMS43NDctMjguODMzIDIuMzMzLTMuNTY1IDQuODAxLTcuMDY3IDcuMzQ2LTEwLjUxNS0xOC4xMjctMTUuNTgtNTAuNTg0LTI4LjE4OC01OS45ODgtMjkuNzYyLTE4LjI2NC0zLjA2LTQxLjM1MS0yLjgyNC01NC4wMDggMTMuNTU5LjE5Ni0uMjU1LS4zMjQuOTc4LTEuMTgyIDIuOTkxLS40NTcgMS4wNzUgNS4yNjggMTIuMzQ5IDUuNjcyIDE0LjY1Ljg5MyA1LjA4MiAxLjIzIDExLjU4My0uNCAxNi41Ni0yLjEwOSA2LjQzNi0xMC4wMzUgMTQuNTctMTcuNjg5IDEzLjc0LTcuNS0uODI0LTkuNDk0LTkuMy05LjAxMS0xNS42NjUuMzQ1LTQuNTU1IDcuODI1LTI0LjQ1MiA1LjMwMi0yNy43OTEtMTEuMDc3LTE0LjY2MS0yOS43MzQtMjQuMTY0LTQ4LjM3NS0yMi42Mi0xNi43NzYgMS4zOTMtMzIuOTIgNS45NjYtNDYuOTM2IDE1LjY3NS0xLjU2MiAxLjA4Mi03LjY3NiA1LjE5Mi0xNC4wMyAxMC41ODUgMS4zNjIgMS44MSAyLjgyNSAzLjUwMiAzLjk5MiA1LjUzNyAxNS43MjIgMjcuNDI0LTIyLjkxMyA1MC4wOTYtMzAuNjI1IDIwLjc3LTEtMy44MTUgNy4zODMtMjYuNTUyIDEwLjcwOC0yNC4yOTItMTMuNzM2LTkuMzM4LTM0LjEwNC0xNi4yOS00MS43MDUtMTYuNjIxLTE0LjIyLS42MjEtMjguNy0uMTg0LTQyLjI2OCA0Ljc3My01LjA4OSAxLjg1OC0yMC45NSAxMC43MjItMzMuMTgzIDIwLjY3MiA0LjExNyA4Ljc0IDcuMjQyIDI1LjE3MiAyLjI0NCAzNC4wOTMtNi44NDggMTIuMjIzLTIxLjkwNyA0LjYwNi0yNi44MjctNS4wOTMtNC4wMzYtNy45NTUtMy4zOS0xOC41MzUgMS45MDgtMjUuNzUzIDIuMDQtMi43NzkgNC4zMDEtNS40MDggNi42NTYtNy45NTYtMTUuNzk4LTE2Ljc1Ny00OS40NDEtMjIuNjYtNjguMzg1LTE4LjEwNy04LjI2NCAxLjk4NS0yMC44OCA2Ljg0Ny0zMi4wNDEgMTMuNzgxIDIuMzgyIDUuMDU1IDQuMzggMTAuMzQ0IDUuNDcyIDE2LjA3OCAyLjM3NCAxMi40NTItMS45NiAzMy40NDgtMTUuODA4IDM3Ljk5Mi0xMi4wODQgMy45NjUtMjIuNDkzLTExLjI1Mi0yMy44NDYtMjIuMTE1LS44My02LjY0OSAxLjcyLTEyLjkxOCA1LjI0MS0xOC40MTEgMS4wNzctMS42ODIgMTQuNjQtMTYuMjkgMTUuMDQzLTE1LjYyMy0yLjQ2OC00LjA3My01LjEtNy40NjYtNy40NjUtOS41Ni0xNi42ODItMTQuNzQxLTM5LjE5OS0yNy4zMTQtNjIuMDAyLTEzLjExNC0xMS42NjggNy4yNjMtMjQuMDA2IDE0LjYxMi0zMy42NyAyNC41MDUtLjE4Ni4xOTItMS4zNDMgMS42OTgtMi45NTMgMy45MzkgNS4zODcgMTIuMjEzIDYuNzkzIDU3LjM3Ni0xOS4xMzMgNDMuOTExLTEzLjkwNC03LjIxOS00LjE5Mi0zMi45MiAxLjgzOC00Mi41YTY3LjE3MyA2Ny4xNzMgMCAwIDEgMi41NzMtMy43NjRjLTEwLjczNi0xMy42NzgtMzEuMzU4LTIxLjAyMy01MC42NjEtMTguODI0LTE1LjMwNiAxLjc0NC0zNy43NTggNy45NjctNTMuMDkyIDE4LjYwNiAyLjk4NSA0LjI5NSA1LjUyIDguOTg2IDcuMzM1IDE0LjI1NyAzLjg0IDExLjE2NCA0LjY3OCAyNC4zMjUtMi45MDUgMzQuMTU1LTE0LjU0NiAxOC44NTctMjguMTY1LTEuNzQtMzAuOTY3LTE4LjczLS41NTctMy4zODQgNi45MzktMzEuMTUzIDkuODEzLTI4LjI0My04LjU5My04LjctMTkuOTQxLTE1LjYwNi0yOS41OC0xOC43NjctMTkuMzM2LTYuMzQyLTQ4LjQ0Ni03LjYyNC02Mi44ODMgNC4zNDcuNzczLjgzIDEuNjM0IDEuNTI0IDIuMzcgMi40MTEgNi4xNTggNy40NSA5Ljg5MSAxOS43NTYgNi45MjYgMjkuMjMzLTEuNzA1IDUuNDQ4LTEwLjMzNCAxMy4wMjUtMTYuNDMzIDExLjgxLTcuMTYzLTEuNDI2LTEwLjM4OS0xMy4zNzktMTEuMzYtMTkuNjUtLjI4NS0xLjgzNS45OTYtMjEuMTU3IDEuOTM1LTIwLjU2NC02LjQ0Ni00LjA2LTEzLjIyMS02Ljg4Mi0xNi41MzItNy42NzItOS4xNTktMi4xODUtMTguNzEtNC4yOC0yOC4xOTMtMy41OTYtMTEuMTAyLjc5OS0yMy4wNDQgMi42ODItMzIuMTUyIDkuNzItMi4xNTggMS42NjUtNS44NzUgNS4xODQtOS40MjIgOS41MTkuMTM4LS4xNjggNy44OTIgMTQuMTIzIDguMzggMTUuNjE4IDEuNzM0IDUuMzQ4IDIuOTczIDExLjU1NS44NTggMTYuOTk3LTYuMDM0IDE1LjUxNi0yMS44MzQgNS44OS0yNy4yOTYtNS4wNy0xLjQyLTIuODUtLjc5OC0yNC44MDMgMS4zMjUtMjMuNTU2LTguNDktNC45OS0xNy43NTYtOC41MDYtMjAuNjgtOS4yNTgtOC4zNjItMi4xNTMtMTcuMTgxLTQuNjEyLTI1LjkwNi00LjI3LTEzLjg5NS41NDMtMjUuODAzIDQuOTA0LTM0LjEwMyAxNS40NCA1LjE0OSAxNC4xNjQgNi43NzMgNDQuNjYtMTYuNDEgMzYuODQ2LTExLjAwMi0zLjcwOS01LjAwOC0yMS43ODktMS42MjUtMzAuMjE3IDEuMTMtMi44MTMgMi41MjctNS41MTcgNC4wNS04LjE1LTEwLjQ1MS0xMy45NDYtMjkuOTA0LTI2LjI0LTM5LjIzMi0yNy41NDQtMTQuNTk5LTIuMDQtMzAuMDc4LjQxMy00Mi4wMzQgOS42NS0yLjMyNyAxLjc5OC01LjM3MiA0LjUwMi04LjQ2NiA3LjczOC40NTIgMS4wNzcuODU2IDIuMjUzIDEuMzczIDMuMjIzIDMuMDg1IDUuNzk0IDcuNzM1IDExLjc2NSA5LjI4OCAxOC4yNDIgNS4yMjggMjEuODIzLTI5LjUzIDMxLjUyNC0zNC4wNDMgNy4yOTItMS44NjQtMTAuMDA4IDMuMjQ4LTIwLjk2NiA4LjMwMi0yOS4yNzUtNS4wOS05LjU3NC0xMi4wOS0xNi42OTItMjYuODc0LTEwLjY3MS0xMS40IDQuNjQtMjMuMzIgMTAuODM1LTMxLjk0MiAxOS45Ljc4MiAzLjA0OSAxLjM2NCA2LjEyNSAxLjU3NiA5LjEzOC42MjQgOC45MDUtMS42NTMgMjIuNTYxLTExLjY4NCAyNS42Ni0xMC42OTYgMy4zLTE3LjAxOC03LjE0Ny0xNS4zNjgtMTYuNjY0LjU2My0zLjIzOCAxMS4wOTItMTkuODkzIDEwLjc2LTIwLjU2NkM3OS4wMyAzNy4wNzcgNjguNTEgMjkuNDQ1IDU1LjY0OCAzMy40MDUgMjkuMTggNDEuNTQ3IDguMTEzIDU3LjgzOSAxMy4zMTggODcuNjU4Yy44ODUgNS4wNy02LjEzOCA4LjkwNi04LjgyIDMuNzJDMS42NjIgODUuOS4yNTQgODAuMzc1LjAzMSA3NC45NTJMMCA3NVYwaDE5MjB2ODBsLS4wOTMtLjMxNXptLTEyOS4yMi01LjgwOWExNDAuNDg0IDE0MC40ODQgMCAwIDAtMy4wNDQtMTAuNDJjLTIuMzQgNS4yNy0yLjA0OSA5LjI4OCAzLjA0NCAxMC40MnptLTExNi4zMTYgMy40OTVjNS4zMTcgMi42MTMgMTAuNDg2IDEuOTM0IDE1LjUyNi0xLjY5Ni0yLjgzNC02Ljk0OS02LjEwNS0xMy41NS05Ljg2LTE5LjU3OC0yLjg5OSA2LjU4OS02LjEgMTUuMDc5LTUuNjY2IDIxLjI3NHpNMTU1Ni4wNCA5MC43OTJjMy40NDctNC42NyA0LjczLTExLjIzNyA0LjE2LTE2LjkwOC0uMjY3LTIuNjg4LTcuNDc2LTE5LjAzOC03LjQ1Mi0xOS4xMzctMi4yNjMgOS4zMjEtNy45MzcgMTYuNDQtNi4zNzcgMjYuNzA0LjU5OCAzLjkzMyA0LjQyMSAxNi40NDcgOS42NyA5LjM0MXptLTExMy43NzItMjUuMTFjNS44OS01LjkxNS00Ljg5Ny0xNi4zMzcuMjk1LTIwLjk0NS0xLjQxNCAxLjI1NS0yLjg5NyAyLjQyLTQuMjIgMy44MDEtNS45OTcgNC43MTctMTQuNDkzIDI1Ljc5NS44MjIgMTkuMTU0IDEuMzQ2LS41ODQgMi4zNTgtMS4yNiAzLjEwMy0yLjAxem0tMTIxLjYxIDIxLjA5YzguOTk1LTguMTIyIDcuODExLTE2LjgzNyAxLjQyNC0yNS4xMTUtNy4xOTcgOS4zLTkuODIzIDE4LjYwOC0xLjQyNCAyNS4xMTV6bS0xMjcuMjY2LTEyLjhjLjMwNy00LjgzNS0uMjU5LTkuNTQ2LTEuNDQ5LTE0LjA3My0zLjI5IDkuNjE0LTQuODY0IDE3Ljg5IDEuNDQ5IDE0LjA3MnptLTEzMS4zMTIgMy43NDZjMTIuNjkxLTcuNTY3IDExLjA4NS0xNi4wMzkgMy40Ni0yMy42NjItNy40NzggOC4yMzUtMTEuODg0IDE3LjM5NS0zLjQ2IDIzLjY2MnptLTEzMC45MTMgNy4xNDljMi42NzMtNy41MjMgMi45MTMtMTQuMjMgMS4xOTYtMjAuMTA4LTcuMjggNy45MTktMTAuMDEzIDE1LjU1NC0xLjE5NiAyMC4xMDh6bS0xMjUuNjQgOC4wMjNjMTcuODYxLTQuMTYgMTYuMTU2LTIzLjAxIDkuNTcxLTM4LjM1NS0xMi41MDQgMTAuMzUtMTkuNjIyIDIzLjY4OC05LjU3IDM4LjM1NXptLTExMi44Ni00LjEwN2M0LjQzMy05LjI3IDUuNDQzLTE3Ljc4OSAzLjkxMi0yNS4yODktNi43NSAxMS4yMDktMTIuNjI3IDI0LjM1Mi0zLjkxMSAyNS4yOXptLTExNy4xNDcgNC41MmMxMC4wNTgtMTEuNTI3IDcuOTQzLTI0LjIwNS4zMDUtMzUuMjA3LTcuNzA2IDkuMzg4LTkuNTQgMjEuMTIyLS4zMDUgMzUuMjA2ek00NzIuNzg2IDY1LjI5OGM0LjkwOC02LjU3OSAyLjMtMTMuMTY1LTMuMTc2LTE4Ljc3NC0xLjk3NyA1Ljc3LTEuOTE3IDEzLjAzOC43ODggMjEuOTk3YTYuMTcgNi4xNyAwIDAgMSAyLjM4OC0zLjIyM3pNMzcwLjIzOCA3NS43NTZjNS4zMjUtNi4wNyAyLjU4Ni0xMi4yMy0zLjI5LTE3LjYzLTIuOTY4IDYuNTk3LTMuMzE3IDEzLjI5MyAyLjc2MyAxNy45MTcuMTc0LS4xMDUuMzQ4LS4yLjUyNy0uMjg3ek0yNjQuMjIzIDgwLjI3YzQuNjctNC41NTYgNi4wMjUtOS44MyA0LjkwOC0xNS4zNDYtMi43MSA0Ljg3My01LjUzMiAxMS4wNjUtNC45MDggMTUuMzQ2ek0xNTkuNTQgNzIuNTQ4YzE1LjgzMy0yLjc2NyA4LjYzNC0xMC4zNzIgNC4wNS0xOS4zNjEtMy44OCA2LjM5Mi02LjA2NCAxMy4yNjItNC4wNSAxOS4zNjF6bS03MS44MDMtNy4zN2MtLjEzMS4yNzYtLjM0NS41LS40NjguNzgyLS44OTUgMS43MzYtMS41MDMgMy41NDUtMi4wODMgNS4zNmExNC45MzkgMTQuOTM5IDAgMCAwIDIuNTUxLTYuMTQyeiIgZmlsbD0icmdiYSgwLCAwLCAwLCAxKSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)}
10202
  .brz-ed .brz-ed-shape--41{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkyMCAxMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBhdGggZD0iTTE4OTIuMjggNjUuNDM1Yy0zLjU3Ny4wMy01LjkwMy4xNDYtNi45OC4zNS0yLjQwNC40NTQtNC45MDkgMS4zMzctNi4wOTMgMy42NTgtMS41MDIgMi45NDguNyA2LjI3NSA0LjEwNSA2LjEzNSAyLjU4OS0uMTA1IDQuNjY0LTEuMTY2IDYuNzE2LTIuNjYzLS4xNjguMTM3LS4wNzUtNC4wOC4wODMtNC41My4yODctLjgwNyAxLjAxLTEuNzkgMi4xNjgtMi45NXptMS42MDQgMi4wOTJjLTEuNDQ1LjQ0Ni0yLjQwMSAyLjA2NS0xLjI0NSAzLjk1NyAxLjA4MyAxLjc2OCA0LjI4OSAxLjQzMyA0Ljk3OC0uNTguNzAzLTIuMDU4LTEuODUtMy45Ni0zLjczMy0zLjM3N3ptMS05Ljc3NmMtLjYzIDEuNzEyLjc3NCA0LjE3IDEuMTY1IDUuODY5IDIuNTY2IDEuNTM2IDQuNTI1LTMuMDAzIDQuNjk0LTQuNzU0LjA5MS0uOTU0LjA3Ny0zLjkyNi0uOTA3LTQuMzUzLTEuMDc3LS40NjctMy4zMyAxLjE2Mi00LjQwNCAyLjQxLS4yNy4zMTItLjQ2NS42MDEtLjU0OC44Mjh6bTE1LjUzMiA4LjE0OWMtLjQ1Mi0zLjc0LTkuNTc2IDEuNzg0LTkuNDA4IDIuMDQuNDguNzIuNzc2IDEuNTczLjc3MiAyLjQ0NCAzLjkxMy4zOSA5LjIyLjMzNCA4LjYzNi00LjQ4NHptLTguOTIgMTcuNDIzYzMuNzQtLjM3NCA0Ljg1Mi00LjEyNSAyLjA0LTYuNjUtLjk3Ni0uODc4LTIuMDc3LTEuNjMtMy4yMS0yLjMzLS4xMDItLjAyNC0uMTk5LS4wNS0uMjk4LS4wNzYtLjMyMy4zNS0uNTg0Ljc1Mi0uOTkyIDEuMDItMS45NyAxLjI5OC00Ljk1NCAxLjYyNS02Ljk3OS4zMjggMS4zMjIgNC4yMyA0LjQxIDguMjEzIDkuNDM4IDcuNzA4em0tNjEuMDc5LTMzLjE5NmMtNi41NDQtOC45NTctMTUuMzQ0LTIyLjMwNC0yNi4xMzItMjcuNjgyLS4yMzkuMDE0LS40NzcuMDItLjcxNi4wMzYgNi42NjYgMTMuNTAzIDEzLjYyIDI2Ljc2MSAyMC40NzggNDAuMjI1IDEuMTU2IDIuMjY4LTIuMDQyIDQuMTU2LTMuNDE0IDEuOTk1LTcuOTQ5LTEyLjUwMi0xMy45MzktMjUuNTM2LTIwLjEtMzguNzU0LTIuOTY4IDEwLjQ4LTUuMTI5IDIwLjc1NSAyLjE1NSAzMC43ODEgNC44NDcgNi42NzIgMTAuNDA3IDExLjk3OSAxNi42MjUgMTcuMjg2IDcuNjQgNi41MiAxNC43MDYgMTMuMDEyIDE5LjcyNCAyMS40NTYgNS43NzYtMTUuNDczIDEuMTExLTMyLjAyNC04LjYyLTQ1LjM0M3pNMTcxMi45IDU0Ljk5MmMtNC43NzYtMy43MzktMTAuMDQtNi44OTgtMTUuNjQzLTkuMjMyLTIuNTUtMS4wNjMtNS4zNjYtMi4yNDYtOC4xMS0yLjY4NC0xLjA4Ni0uMTcyLTUuMzE0Ljc4Mi01LjkzMi4xMDUgNC40NjggNS4wNCA5LjE3MSA5Ljg4OSAxNC4zNCAxNC4yMiA1LjkxOSA0Ljk1NiAxMi40OTEgOS4wNyAxOC4zNTIgMTQuMDQ4IDEuNzY4IDEuNTAyLS40NzkgMy45MjctMi4zMzQgMy4wMjYtMTMuMjM0LTYuNDIzLTI0LjQzNy0xOS4wMzYtMzMuMzgtMzAuNTkzLS4wODkuMzMtLjIwNi42MDUtLjQ0OS44NjEtMi4yNjEgMTYuNDg2IDEuNDIzIDMwLjgyNSAxOC4yNSAzNy45OTYgMTEuNzQ3IDUuMDA4IDIzLjQ4MSAxMC4wMzMgMzUuMTY3IDE1LjE4LjA4NS4wMzcuNzMxLTYuNDQ3LjcyMS03LjA2NWEzMy4zNjQgMzMuMzY0IDAgMCAwLS44NjUtNi45OWMtMi42OTItMTEuNjY5LTEwLjg2LTIxLjYyNC0yMC4xMTctMjguODcyek0xNjM0LjIgNzMuMDE2Yy0yLjIzNS0xLjg3OC0zLjIxMS0zLjQzMi02LjYxMy0yLjU4My0yLjMzMi41ODItNS4wNiAyLjM0Ni01LjQ3OSA0Ljg0LS42NzUgNC4wNCAxLjkyOCA2LjU2IDUuNjczIDQuODA2LjMwMy0uMTQzIDMuNTcxLTEuNjUgMy41NjctMS43NzguMDQzLTIuMTEyIDEuMTc5LTQuMDQgMi44NTItNS4yODV6bTcuNTczIDExLjY2N2MtMi4zNS43MDQtNS4wNDUuNjc1LTcuMTIyLS40NzMtMy42ODUgMi42ODgtOC45NzIgOC42NTktMy4yMjQgMTEuMjAxIDMuMDQ0IDEuMzQ4IDUuOTE2LS42NzMgNy4zMzItMy4zNDcgMS4xNDgtMi4xNyAyLjM3LTQuOTI1IDMuMDE0LTcuMzh6bS00LjQxLTguNDFjLTMuMjQ4IDMuNzU0IDMuODEgNC45OTkgNC4xMzUgMi4xMjcuMjA0LTEuODM3LTIuMjItNC4zNC00LjEzNS0yLjEyNnptMTMuNjQyLTEyLjcxOGMtNS4wMTQtMS4xNzYtOC45MTcgMy43NjMtOS41MjMgOC4zNDMtLjAyNC4xNjggMy44OTQgMy4xNzUgNC4zNzUgMy4wNDggMS43MTQtLjQ1MyA2LjM5MS00LjQzNCA3LjIzNi01Ljg3NyAxLjMyNi0yLjI3Mi42ODctNC44NjUtMi4wODgtNS41MTR6bTYuOTI0IDIyLjIwOGMuMjI0LTYuMzU1LTUuMjQ0LTcuNTg3LTEwLjQxNC03LjI2Mi0uMjc1IDEuNDgtLjk5MyAyLjc5My0yLjAzOCAzLjg5OSAyLjE4NSAxLjg3NyAzLjM5OCA0LjY5MiA2LjExNCA2LjExMyAyLjU5NSAxLjM1OCA2LjIxMy43OTcgNi4zMzgtMi43NXptLTgyLjkyNC0xOS42MzVjLTQuODc2LTguNzU3LTEwLjY2LTE2Ljg5OC0xNi45Ny0yNC42NDcgMi40ODMgMTEuOTI5IDYuOSAyMi42NDYgMTIuNDE1IDMzLjk3MiAxLjM0IDIuNzU1LTIuMzk3IDQuOTY0LTQuMTA3IDIuNDAxLTYuNjAzLTkuODk1LTEwLjQ3OS0yMS4wODMtMTIuNjc4LTMyLjY1Ni0zLjk4IDEwLjgyMy02LjAzNSAyMS41MTQgMi4wMiAzMi4zOSA1Ljk2MSA4LjA0NyAxMi4wMTggMTYuMDIyIDE3LjkyNCAyNC4xMSAyLjE1NC0xMS45OTggOC4zNDMtMjMuMDk4IDEuMzk2LTM1LjU3em0tMTEwLjMtMTYuMTM4Yy03LjM0NS03LjU4My0xNC44NTUtMTUuMzgtMjUuMDY2LTE4LjM1Ny0uMTI3LjUyIDE3LjY2OCAyMC43OCAyMS44NzYgMzMuMzk0LjA3LjIxNi4xMDEuNDA2LjAyOC42Mi0zLjY2Mi44MTctNi40My02LjQ0My03Ljg0LTguNy0xLjQ0OC0yLjMyLTMuMTU0LTQuNDUxLTQuOTQ5LTYuNTEtMS43MzYtMS45OTEtMy41NTctMy45MS01LjIzNC01Ljk1LTEuMDczLTEuMzA2LTQuOTk4LTUuMjc1LTQuODQ5LTYuOTg3LTEuMTQ2IDEzLjIyIDQuNzQyIDI1LjU4IDE2LjcxNCAzMy4zNDUgNi40NzYgNC4yMDIgMTIuNzk4IDguMDI4IDE4LjE0NSAxMy4yNzYgMy4zMjctMTIuNzk5IDEuNTEtMjMuNDYyLTguODI2LTM0LjEzMXptLTc0LjQ0OCAyMC40NTFjLTIuNjU4LTIuMzA2LTQuODI2LTUuMi04Ljc1NS00LjgyNi0yLjMxMi4yMTgtNi42NjYgMy4wOTYtMy4zNDUgNS4yOTUgMi44MTEgMS44NiA5LjcgMS44OSA5LjMyNyAzLjA4Ni41MzgtMS4zNjQgMS41NDYtMi42MDcgMi43NzMtMy41NTV6bS02Ljk5NSAxMy40OTNjLjg1My4wMDIgNi45ODUtMy4wMSA2LjE4Ni0zLjYyOC0xLjk2NC0xLjUxMi0xLjU3NC0zLjI0LTQuMTY1LTIuMS0xLjU1OC42ODUtMy4xMjkgMS44OC0zLjU1NyAzLjYwNy0uMjQ5IDEuMDA1LS4yNDkgMS41NDMuMDQ5IDEuODIzLjI2LjI0Ny43NDUuMjk4IDEuNDg3LjI5OHptOS4yMDgtMTAuMTcyYy0xLjE3NiAxLjg0LS44MDIgMy43MzQgMS43MzYgMi45OTkgMi41NzUtLjc0OCAyLjUzOC0yLjg4NiAxLjU1LTMuOS0uNzc2LS43OTUtMi4xMzgtLjktMy4yODYuOXptMS45MjYtNS43MzhjLS4wODcuMzctLjMxNy42MDQtLjU4Ni43OCAxLjUyOC0uOTk0IDQuMzg4LS42MDggNi4xNC0uODIgMi40ODQtLjI5OCA1LjA5NS0xLjI5OCA2LjcxOC0zLjI4NSAxLjUxOC0xLjg1NyAyLjQzNy01LjU4Mi4zMTEtNy40MzEtMi42MTEtMi4yNzYtNi43OTctLjc1Mi04Ljc1MyAxLjY2Ny0yLjEzOCAyLjY0LTMuMDcyIDUuODM5LTMuODMgOS4wODl6bTIxLjUyIDcuMThjLS43MTEtNy4wNC0xNC4wNDYtMi45ODItMTMuOTktMi42MjkuMzE4IDEuNTU0LjIzNSAzLjE2NS0uMzQ1IDQuNTcyLS4yNzcuNjcgNC4yMzIgMi41NDQgNC45MDkgMi42OTggMS4zNTYuMzEgMi45MTQuMzQxIDQuMjkuMjAyIDIuODA2LS4yNzcgNS40NjQtMS42MTMgNS4xMzYtNC44NDJ6bS0xNi45MDYgMTUuNTg5YzYuMzA2LTIuMzEyIDEuMDcxLTExLjA4LS44NTUtOS45NjItLjc3OC40NTMtMS41ODguODIzLTIuNDUzLjk5NS0uNjY3LjEzLTEuOTYzIDUuNjY3LTEuNzI2IDYuNDIuNjk5IDIuMjI4IDIuNzM4IDMuMzkgNS4wMzQgMi41NDd6bS01OC40ODUgNi44OTJjMS45OS0yNC45NTQtMjkuMjk1LTM1Ljk0LTUwLjU2My00MS44MTIgMTIuMDY4IDYuOTQ5IDE5LjU5NCAyMC4yNTUgMzQuMzkgMjMuMTIzIDIuMzQzLjQ1NSAxLjcgMy45OC0uNTQ1IDQuMDMyLTE2LjE1OS4zNjgtMjQuMjY1LTE2LjU4NS0zNi4yNDYtMjUuMzAxLjQyLjUuNzU0LjkyMS44NjMgMS4xMzEgMS42MTUgMy4xMSAxLjg2OCAzLjUwNyAyLjg2OCA2LjkzIDIuNzgxIDkuNTMgOS43MyAxNS45IDE4Ljc0IDE5LjcyMiAxMC4yMDYgNC4zMzEgMjEuNjI5IDUuNjQ3IDMwLjQ5MyAxMi4xNzV6bS0xMjUuNjM3LjE0YzQuNzY4LTE5LjY5Ni0xNS44MDUtMzAuMjY4LTMzLjIxNi0zNy4wNjcgNS44MDUgNC42MDggMTEuMDczIDkuODgzIDE1LjM3NiAxNS42MTkgMS4zNDggMS43OTctMS41NjYgMy45NDMtMy4wNjYgMi4zNjQtOS4yMjYtOS43LTE4LjUzNS0xOC4xMS0yOS40OTctMjUuNjI3IDcuODEgOS4xODYgMTMuOTk0IDIwLjA4NiAyNC4xODQgMjYuMzQ3IDkuMzQ3IDUuNzQ0IDE5LjY3NSA5LjgzNiAyNi4yMiAxOC4zNjN6bS03OS42OTQtMjcuNzM2Yy00LjQ1Mi0xLjU3OC03Ljc0OSAyLjk3NS0zLjIyNiA1LjU3Ni43NTYuNDM1IDIuMzMgMS40MTUgMy4yMTggMS4yOTQgMS4xNTgtLjE1OCAxLjM4LTEuNzk5IDIuNjQxLTEuNzcuMDY1LjAwMS4xMTguMDI0LjE4Mi4wMjYtLjk1LTEuNzE4LTEuODg1LTMuNDMyLTIuODE1LTUuMTI2em0zLjQ3IDE4LjI4M2MtLjA0OC4xNzIgMCAuMzI3LS4wOTUuNTA1LTEuNDg3IDIuNzQ1LTMuMDY4IDYuMDEzLTEuOTA4IDkuMTk2IDEuMiAzLjI4NCAyLjc5NyAzLjMxNCA0LjA4IDIuMDE5IDEuMTQtMS4xNDggMi4wMzItMy4zMzcgMi4xODMtNS4yMjMuMDQ3LS41ODQtLjUyNS02Ljg3MS0uODUtNi43NDgtLjk2Mi4zNjgtMi4yMTEuNDk1LTMuNDEuMjV6bTIuODYtOC4xODFjLTEuMTM4LTIuMjI0LTIuODc4Ljg2NS0yLjcxNCAyLjI3MS40NTggMy44MzYgMy40ODItLjc3MiAyLjcxNC0yLjI3MXptMTIuODExLTExLjI0Yy00LjE3LTEuMTUtOC40MDUgMS41MzItMTEuMTEgNC40MTItLjY4NS43MzIgNS4xMyAzLjM1NSA1LjgyMSAzLjQzOCAyLjMwNC4yODEgNS4zMjgtLjA3IDcuMDMyLTEuODE5IDIuMzEtMi4zNjggMS44MzctNS4zNzItMS43NDMtNi4wM3ptNC4zODYgMjQuMDk3YzEuMTQyLTIuNDk0LTEuMDgxLTUuNjEyLTIuODctNy4xMi0yLjQ3NC0yLjA4Ny01Ljc3NC0zLjQ4OC05LjAyNi00LjExMy0uNjQ5LS4xMDUtMS42ODcgMi45ODItMS41ODggMy41MTUuMyAxLjU5NSAyLjY5IDIuODc4IDMuNyA0LjEgMS4zMiAxLjU5NyAyLjMzNCAzLjM4MiA0LjM4MiA0LjE1OCAxLjQwMi41MzIgNC41NyAxLjI3NSA1LjQwMi0uNTR6bS0yMy43LTguODQ2Yy0uMzgtMS43NjItLjM0LTMuNTQzLjA5NC01LjI4My0uMjggMS4xMjYtOC43OC4yMzMtOS45NDEuNTg2LTIuNDY0Ljc1LTUuNDMzIDIuODM0LTUuMTMgNS44NC4zMjggMy4yNTcgNC4zNDcgNC44NDggNy4yMjMgNCAzLjAwNC0uODgyIDQuOTc4LTIuNzc4IDcuMTY3LTQuODk4LjE3Ni0uMTcyLjM4OC0uMTY0LjU4Ni0uMjQ1em0tNDguNzQ5LTMyLjc4MWMtNi4yODEtNi42OTYtMTMuMTc3LTEyLjAxNy0yMC41Ny0xNi45MzUgMTAuMTcgOS41MjIgMTcuMTU5IDIyLjIyMiAyMC42NjEgMzUuNzk3LjcxIDIuNzUzLTMuNTUgMy45MjEtNC4yNDggMS4xNy0zLjAyMS0xMS45My04LjU2Ny0yMi4xMDQtMTUuOTc4LTMxLjE0NiAxLjA1NSA0LjE3OCAxLjYzNSA4LjYwOCAyLjExIDEzLjA2OCAxLjU3IDE0LjczIDYuNTA1IDIzLjA3NyAxNy45MzYgMzIuMjEgMi40NSAxLjk1NiA0LjU4NiAzLjg4OCA2LjQ5NCA2LjAxNiAxLjMyOC0xMy43OTEgMy4xMjUtMzAuMDItNi40MDUtNDAuMTh6TTk5Ni42MzggNjQuNTljLTMuMjUyLTguNzk0LTE1LjU3LTIzLjI0NC0yNC41MzItMzAuMTgtLjE2NC0uMDE5LS4zMjEtLjA0LS40ODMtLjA2MSAyLjA2NiAxMi4zNTMgOS42OCAyMC45ODcgMTUuMTQ4IDMyLjMzIDEuMTQ2IDIuMzgyLTIuMDYyIDQuMjgxLTMuNTQzIDIuMDcyLTcuNTE0LTExLjE4Ni0xMi4yMDEtMjEuNjctMTQuMjczLTM0LjgyMi0zLjIxMy4zLTUuMjQ2IDMuNzkxLTYuNTk0IDcuNDYgNC4wNTggNy45NDIgNi4xNDQgMTYuNzYyIDEuMzU0IDI0LjExOS0uMDM1LjA1Ni0uMDguMDk3LS4xMTYuMTUzIDIuNzMgMy4zNjcgNi42MTUgNi4xMjIgMTEuMTUgOC45MyA4LjUyMSA1LjI3NCAxNS44NzIgMTEuMzEzIDIyLjcyNyAxOC4yNTUtLjI4LTkuNTQzIDIuNDc2LTE5LjI5My0uODM4LTI4LjI1NnpNOTYwIDM3LjE2NmE3OC41NDUgNzguNTQ1IDAgMCAxIDIuMjk4LTMuNTI2IDQ1LjE1MiA0NS4xNTIgMCAwIDEtMi4yOTgtLjMyMmMtLjc1Ni4xMi0xLjU0NC4yNDMtMi4yOTguMzIyQTgwLjM1MyA4MC4zNTMgMCAwIDEgOTYwIDM3LjE2NnptLS44MDYgMTguNjkxYy43ODgtNC40MjQuMzUxLTkuMjc3LTEuNTU3LTE0LjQ2Ny0xLjM0Ni0zLjY2OC0zLjM4LTcuMTYtNi41OTItNy40NjEtMi4wNzIgMTMuMTUzLTYuNzU5IDIzLjYzNi0xNC4yNyAzNC44MjItMS40ODQgMi4yMS00LjY5NC4zMDgtMy41NDYtMi4wNzEgNS40NjctMTEuMzQ0IDEzLjA4Mi0xOS45NzggMTUuMTQ4LTMyLjMzMS0uMTY0LjAyLS4zMjEuMDQyLS40ODMuMDYtOC45NjMgNi45MzctMjEuMjgyIDIxLjM4Ny0yNC41MzIgMzAuMTgxLTMuMzE0IDguOTYzLS41NiAxOC43MTMtLjgzOCAyOC4yNTYgNi44NTUtNi45NDIgMTQuMjA2LTEyLjk4IDIyLjcyNi0xOC4yNTYgNy40OTgtNC42NDIgMTIuNTczLTExLjA0IDEzLjk0NC0xOC43MzN6bS0xMjEuMzEgMTUuNTk3Yy0uNjk3IDIuNzUtNC45NTggMS41ODItNC4yNDgtMS4xNyAzLjUwMi0xMy41NzYgMTAuNDg5LTI2LjI3NiAyMC42Ni0zNS43OTgtNy4zOTIgNC45MTgtMTQuMjg4IDEwLjI0LTIwLjU3IDE2LjkzNS05LjUyNyAxMC4xNi03LjczNCAyNi4zODktNi40MDQgNDAuMTggMS45MDgtMi4xMjggNC4wNDItNC4wNiA2LjQ5NC02LjAxNiAxMS40My05LjEzMyAxNi4zNjYtMTcuNDggMTcuOTM2LTMyLjIxLjQ3NS00LjQ2IDEuMDU1LTguODkgMi4xMS0xMy4wNjgtNy40MSA5LjA0Mi0xMi45NTcgMTkuMjE2LTE1Ljk3OCAzMS4xNDd6bS00OS44NTMgNC4yMTFjNC41MjMtMi42IDEuMjI2LTcuMTU0LTMuMjI2LTUuNTc2LS45MyAxLjY5NC0xLjg2NSAzLjQwOC0yLjgxNSA1LjEyNi4wNjQtLjAwMi4xMTctLjAyNS4xODItLjAyNyAxLjI2LS4wMjggMS40ODMgMS42MTMgMi42NCAxLjc3Ljg4OC4xMjIgMi40Ni0uODU4IDMuMjE5LTEuMjkzem02Ljc5MiAzLjg0Yy0xLjE2LS4zNTMtOS42NTguNTQtOS45NC0uNTg2LjQzNSAxLjc0LjQ3NiAzLjUyMS4wOTYgNS4yODMuMTk4LjA4MS40MDguMDczLjU4Ni4yNDUgMi4xODkgMi4xMiA0LjE2MyA0LjAxNiA3LjE2NyA0Ljg5OSAyLjg3Ni44NDcgNi44OTUtLjc0NCA3LjIyMy00LjAwMi4zMDMtMy4wMDUtMi42NjYtNS4wODktNS4xMzItNS44Mzl6bS0xMS40ODcgMTguNTY4YzEuMTYyLTMuMTgzLS40MTktNi40NTEtMS45MDYtOS4xOTYtLjA5Ny0uMTc4LS4wNDUtLjMzMy0uMDkzLS41MDUtMS4yLjI0NC0yLjQ0OC4xMTctMy40MTQtLjI1LS4zMjMtLjEyNC0uODk1IDYuMTYzLS44NDggNi43NDcuMTUxIDEuODg2IDEuMDQ0IDQuMDc1IDIuMTggNS4yMjMgMS4yODYgMS4yOTUgMi44ODIgMS4yNjUgNC4wOC0yLjAyek03NzAuOTUzIDc2LjhjLjY4OS0uMDg1IDYuNTA2LTIuNzA4IDUuODItMy40MzgtMi43MDQtMi44OC02Ljk0LTUuNTYyLTExLjExLTQuNDEyLTMuNTguNjYtNC4wNTIgMy42NjMtMS43NDEgNi4wMzEgMS43MDMgMS43NDggNC43MjcgMi4xIDcuMDMgMS44MnptLjEwOSAxMi42M2MxLjAxLTEuMjIzIDMuNC0yLjUwOCAzLjctNC4xLjEwMS0uNTM0LS45NC0zLjYyLTEuNTg4LTMuNTE2LTMuMjUyLjYyNS02LjU1MiAyLjAyNi05LjAyNiA0LjExMy0xLjc4OSAxLjUwOC00LjAxMiA0LjYyNi0yLjg3IDcuMTIuODMzIDEuODEzIDQgMS4wNzIgNS40MDIuNTQgMi4wNDgtLjc3NiAzLjA2Mi0yLjU2IDQuMzgyLTQuMTU3em03LjQxMy05LjI0Yy0uNzY4IDEuNSAyLjI1NiA2LjEwNyAyLjcxNCAyLjI3MS4xNjQtMS40MDYtMS41NzYtNC40OTctMi43MTQtMi4yNzF6bS00Ny4xNDUtLjczYzEwLjE4OC02LjI2MSAxNi4zNzUtMTcuMTYgMjQuMTg0LTI2LjM0Ny0xMC45NiA3LjUxNy0yMC4yNzEgMTUuOTI2LTI5LjQ5NyAyNS42MjctMS41IDEuNTc5LTQuNDE0LS41NjctMy4wNjQtMi4zNjQgNC4zLTUuNzM2IDkuNTctMTEuMDEgMTUuMzc0LTE1LjYxOS0xNy40MTEgNi43OTktMzcuOTg0IDE3LjM2OS0zMy4yMTYgMzcuMDY2IDYuNTQ0LTguNTI3IDE2Ljg3Mi0xMi42MiAyNi4yMTktMTguMzYzem0tOTkuNzU1LTIwLjYwM2MuMTA5LS4yMS40NDItLjYzLjg2LTEuMTMxLTExLjk3OCA4LjcxNi0yMC4wODIgMjUuNjY5LTM2LjI0NSAyNS4zMDEtMi4yNDMtLjA1Mi0yLjg4Ni0zLjU3Ny0uNTQ1LTQuMDMyIDE0Ljc5OC0yLjg2OCAyMi4zMjItMTYuMTc0IDM0LjM5Mi0yMy4xMjMtMjEuMjY4IDUuODcxLTUyLjU1NCAxNi44NTgtNTAuNTYzIDQxLjgxIDguODY1LTYuNTI2IDIwLjI4Ny03Ljg0MiAzMC40OTQtMTIuMTczIDkuMDEtMy44MjIgMTUuOTU4LTEwLjE5MiAxOC43MzktMTkuNzIxIDEtMy40MjQgMS4yNTMtMy44MiAyLjg2OC02Ljkzem0tOTMuMDc2IDYuNzU3Yy0zLjkzLS4zNzQtNi4xIDIuNTItOC43NTcgNC44MjYgMS4yMjcuOTQ4IDIuMjM1IDIuMTkgMi43NzMgMy41NTUtLjM3NC0xLjE5NiA2LjUxNi0xLjIyNyA5LjMyNy0zLjA4NiAzLjMxOS0yLjE5OS0xLjAzMy01LjA3Ny0zLjM0My01LjI5NXptLS4yNzUgMTguMDIxYy4yOTgtLjI4LjI5OC0uODE4LjA0OS0xLjgyMy0uNDI4LTEuNzI4LTEuOTk5LTIuOTIyLTMuNTU3LTMuNjA3LTIuNTkxLTEuMTQyLTIuMjAxLjU4OC00LjE2NSAyLjEtLjguNjE2IDUuMzM1IDMuNjMgNi4xODYgMy42MjguNzQyIDAgMS4yMjctLjA1MSAxLjQ4Ny0uMjk4em0tMTIuNDMxLTYuODc1YzIuNTM4LjczNSAyLjkxMi0xLjE1OCAxLjczNi0zLjAwMS0xLjE0OC0xLjgtMi41MS0xLjY5NC0zLjI4NC0uOS0uOTkgMS4wMTUtMS4wMjcgMy4xNTMgMS41NDggMy45em0uMjMgMTEuNDg1Yy4yMzctLjc1My0xLjA2LTYuMjktMS43MjYtNi40Mi0uODY1LS4xNzItMS42NzMtLjU0Mi0yLjQ1My0uOTk1LTEuOTI2LTEuMTE3LTcuMTYzIDcuNjUtLjg1NSA5Ljk2MiAyLjI5Ni44NDMgNC4zMzUtLjMyMSA1LjAzNC0yLjU0N3ptLTEyLjUxNC04LjQwMWMuNjc3LS4xNTQgNS4xODYtMi4wMjcgNC45MS0yLjY5OC0uNTgtMS40MDctLjY2NC0zLjAxOC0uMzQ2LTQuNTcyLjA1Ni0uMzUzLTEzLjI3OS00LjQxMi0xMy45OSAyLjYzLS4zMjYgMy4yMyAyLjMzIDQuNTY1IDUuMTMzIDQuODQyIDEuMzc5LjE0IDIuOTM3LjEwNyA0LjI5My0uMjAyem0tLjQ5MS0yMi41NzdjLTIuMTI0IDEuODQ5LTEuMjA1IDUuNTc0LjMxMyA3LjQzMSAxLjYyMyAxLjk4NyA0LjIzMiAyLjk4NSA2LjcyIDMuMjg0IDEuNzUuMjEzIDQuNjEtLjE3MyA2LjEzOC44Mi0uMjY5LS4xNzUtLjUwMS0uNDEtLjU4Ni0uNzgtLjc1OC0zLjI1LTEuNjkyLTYuNDQ4LTMuODI4LTkuMDg4LTEuOTU4LTIuNDItNi4xNDQtMy45NDMtOC43NTctMS42Njd6bS00OC40MDQgMTMuNTc3YzExLjk3Mi03Ljc2NSAxNy44NTgtMjAuMTI1IDE2LjcxNC0zMy4zNDUuMTQ3IDEuNzEyLTMuNzc2IDUuNjgxLTQuODQ5IDYuOTg3LTEuNjc3IDIuMDQtMy40OTggMy45NTktNS4yMzQgNS45NS0xLjc5NSAyLjA1OS0zLjUgNC4xOS00Ljk0OCA2LjUxLTEuNDEgMi4yNTctNC4xODEgOS41MTctNy44NDEgOC43LS4wNzUtLjIxNC0uMDQzLS40MDQuMDI4LS42MiA0LjIwOC0xMi42MTQgMjIuMDAzLTMyLjg3NSAyMS44NzYtMzMuMzk0LTEwLjIxIDIuOTc3LTE3LjcyIDEwLjc3NC0yNS4wNjcgMTguMzU3LTEwLjMzNCAxMC42Ny0xMi4xNTEgMjEuMzMyLTguODI0IDM0LjEzMSA1LjM0Ny01LjI0OCAxMS42NjctOS4wNzQgMTguMTQ1LTEzLjI3NnptLTEwMC4zIDYuNzQyYzguMDU1LTEwLjg3NSA2LTIxLjU2NiAyLjAyLTMyLjM4OS0yLjE5OSAxMS41NzMtNi4wNzUgMjIuNzYtMTIuNjc4IDMyLjY1Ni0xLjcxMiAyLjU2My01LjQ0Ny4zNTQtNC4xMDctMi40IDUuNTE2LTExLjMyNyA5LjkzLTIyLjA0NCAxMi40MTctMzMuOTczLTYuMzExIDcuNzQ5LTEyLjA5NCAxNS44OS0xNi45NzIgMjQuNjQ3LTYuOTQ5IDEyLjQ3Mi0uNzU4IDIzLjU3MiAxLjM5NCAzNS41NyA1LjkwNi04LjA4OCAxMS45NjctMTYuMDYzIDE3LjkyNy0yNC4xMXptLTcxLjkwMi03LjE1NGMtMy40MDItLjg0OS00LjM3OC43MDUtNi42MTMgMi41ODMgMS42NzEgMS4yNDUgMi44MSAzLjE3MyAyLjg1MiA1LjI4NS0uMDA0LjEyNyAzLjI2MiAxLjYzNSAzLjU2NyAxLjc3OCAzLjc0NSAxLjc1NSA2LjM0OC0uNzY2IDUuNjcxLTQuODA2LS40MTYtMi40OTQtMy4xNDctNC4yNTgtNS40NzctNC44NHptLTMuODQgMjQuOTc4YzUuNzQ2LTIuNTQyLjQ2LTguNTEzLTMuMjI0LTExLjItMi4wNzcgMS4xNDctNC43NzEgMS4xNzQtNy4xMjIuNDcyLjY0NSAyLjQ1NiAxLjg2NiA1LjIxIDMuMDE0IDcuMzgxIDEuNDE2IDIuNjc0IDQuMjg4IDQuNjk1IDcuMzMyIDMuMzQ3em0tMTQuNDMtMjAuNDY1Yy40OC4xMjcgNC4zOTctMi44OCA0LjM3NS0zLjA0OC0uNjA2LTQuNTgtNC41MDktOS41MTktOS41MjMtOC4zNDMtMi43NzUuNjQ5LTMuNDE2IDMuMjQyLTIuMDg4IDUuNTE0Ljg0NSAxLjQ0MyA1LjUyMiA1LjQyNCA3LjIzNiA1Ljg3N3ptLTUuNzM0IDEzLjU2N2MyLjcxNi0xLjQyIDMuOTI5LTQuMjM2IDYuMTE0LTYuMTEzLTEuMDQ1LTEuMTA2LTEuNzYtMi40Mi0yLjAzOC0zLjktNS4xNy0uMzI0LTEwLjYzOC45MDgtMTAuNDE0IDcuMjYzLjEyNSAzLjU0NyAzLjc0MyA0LjEwOCA2LjMzOCAyLjc1em0xNC4yMjgtMTIuMjRjLTEuOTE2LTIuMjEyLTQuMzQxLjI5LTQuMTMzIDIuMTI3LjMyMyAyLjg3MiA3LjM4IDEuNjI3IDQuMTMzLTIuMTI2em0tNjAuNjMgNi40NjZjMTYuODI4LTcuMTcgMjAuNTEyLTIxLjUxIDE4LjI1LTM3Ljk5Ni0uMjQyLS4yNTYtLjM2MS0uNTMxLS40NDgtLjg2LTguOTQzIDExLjU1Ni0yMC4xNDYgMjQuMTctMzMuMzggMzAuNTkyLTEuODU3LjkwMS00LjEwMi0xLjUyNi0yLjMzNi0zLjAyNiA1Ljg2My00Ljk3NyAxMi40MzUtOS4wOTIgMTguMzUzLTE0LjA0OCA1LjE3LTQuMzMxIDkuODczLTkuMTggMTQuMzQxLTE0LjIyLS42Mi42NzctNC44NDQtLjI3Ny01LjkzMS0uMTA1LTIuNzQ1LjQzOC01LjU2IDEuNjItOC4xMSAyLjY4NC01LjYwMyAyLjMzNC0xMC44NjggNS40OTMtMTUuNjQ0IDkuMjMyLTkuMjU2IDcuMjQ4LTE3LjQyNSAxNy4yMDMtMjAuMTE3IDI4Ljg3M2EzMy4yMyAzMy4yMyAwIDAgMC0uODY1IDYuOTg5Yy0uMDEuNjE4LjYzNiA3LjEwMi43MjEgNy4wNjUgMTEuNjg2LTUuMTQ3IDIzLjQyLTEwLjE3MiAzNS4xNjctMTUuMTh6TTEwNy4zMSA1Ni43M2M3LjI4Ni0xMC4wMjcgNS4xMjUtMjAuMzAyIDIuMTU2LTMwLjc4Mi02LjE2IDEzLjIxOC0xMi4xNSAyNi4yNTItMjAuMSAzOC43NTQtMS4zNzEgMi4xNi00LjU2OS4yNzMtMy40MTMtMS45OTUgNi44NTgtMTMuNDY0IDEzLjgxLTI2LjcyMiAyMC40NzgtNDAuMjI1LS4yMzctLjAxNi0uNDc1LS4wMjItLjcxNi0uMDM2LTEwLjc4OCA1LjM3OC0xOS41ODggMTguNzI1LTI2LjEzMiAyNy42ODItOS43MzEgMTMuMzItMTQuMzk2IDI5Ljg2Ny04LjYyIDQ1LjM0MyA1LjAxOC04LjQ0NCAxMi4wODQtMTQuOTM2IDE5LjcyMi0yMS40NTYgNi4yMi01LjMwNyAxMS43OC0xMC42MTQgMTYuNjI1LTE3LjI4NnpNMzQuNyA2NS43ODNjLTEuNjE1LS4zMDUtNS43ODctMS4yMzgtNi45ODEtLjM1LjkxMy44MzggMS43NCAxLjc0MSAyLjE2OCAyLjk1Mi4xNi40NDguMjUzIDQuNjY2LjA4MyA0LjUyOSAyLjA1NCAxLjQ5NyA0LjEzIDIuNTU4IDYuNzE4IDIuNjYzIDMuNDA2LjE0IDUuNjA5LTMuMTg3IDQuMTA1LTYuMTM1LTEuMTg0LTIuMzItMy42ODktMy4yMDQtNi4wOTQtMy42NTl6bS0xNi4xOTUgMTcuNTRjNS4wMjYuNTA0IDguMTE2LTMuNDggOS40MzgtNy43MS0yLjAyNSAxLjI5OC01LjAwOC45NzEtNi45NzktLjMyNy0uNDA4LS4yNjgtLjY2OS0uNjctLjk5Mi0xLjAyLS4wOTkuMDI2LS4xOTYuMDUyLS4yOTcuMDc3LTEuMTM0LjY5OS0yLjIzNSAxLjQ1LTMuMjE0IDIuMzMtMi44MDkgMi41MjQtMS42OTcgNi4yNzUgMi4wNDQgNi42NXpNOS41ODQgNjUuOWMtLjU4NCA0LjgxOCA0LjcyMyA0Ljg3NCA4LjYzNiA0LjQ4NC0uMDA0LS44Ny4yOTMtMS43MjQuNzctMi40NDMuMTctLjI1Ny04Ljk1NC01Ljc4LTkuNDA2LTIuMDQxem0xMC41OC0xMS4zODdjLS45ODQuNDI0LS45OTggMy40LS45MDcgNC4zNTMuMTY3IDEuNzUgMi4xMjggNi4yOSA0LjY5NCA0Ljc1NC4zOS0xLjcgMS43OTUtNC4xNTcgMS4xNjctNS44Ny0uMDg1LS4yMjYtLjI4LS41MTUtLjU0OC0uODI4LTEuMDc1LTEuMjQ3LTMuMzMtMi44NzYtNC40MDYtMi40MDl6bTcuMTk1IDE2Ljk3YzEuMTU4LTEuODkuMi0zLjUxLTEuMjQzLTMuOTU2LTEuODg0LS41ODItNC40MzYgMS4zMi0zLjczMyAzLjM3Ny42ODcgMi4wMTMgMy44OTUgMi4zNDggNC45NzYuNTh6bTE4NzQuNjIzLTM2LjM5MmMtNC42ODQtMS44MTItOC4yMi0zLjExNC0xMC42MDQtMy45MDVhMTc0LjA4MSAxNzQuMDgxIDAgMCAwLTEwLjYtMy4xMzVjLTEuODM2LS40OC0zLjY3OS0uOTMtNS41MjgtMS4zNTItMS4xNjItLjI2NC0zLjY3Ni0uMjk3LTQuNjA4LS45ODYgOS43MTEgNy4xNzkgMTcuNjM2IDE2Ljc4NyAyMi4yNjYgMjcuOTIzIDExLjg2NS0xMC42ODUgMTIuOTA4IDYuODc4IDEyLjI5NiA3LjA0IDUuMTc0LTEuMzczIDEwLjI0OS0uOTgzIDkuNzk2IDUuMjI0LS4zODIgNS4yOC0zLjkyOSA3Ljk5OS04LjIzNCA4LjczNWE5LjMzNyA5LjMzNyAwIDAgMSAxLjczIDIuNjVjMS41OCAzLjYwOS4yNjkgNy40OC0zLjI3NiA5LjE4LTYuNTk1IDMuMTY2LTE1LjM5LTIuNjA2LTE2LjY5Mi05LjQ5Ni0yLjI3MyAxLjI3NS00LjgwMiAyLjA1MS03LjQ0IDEuNDQ1LTMuMzA4LS43NjItNi41NDEtMy4zMDgtNi43MDctNi45NDgtLjM4Ni04LjQzNiA4LjM3NS0xMS42OCAxNS40OC0xMC45MjQtNi44NDItMTYuNjIzLTE4Ljc3NC0zNS44NTYtMzguMjQtMzcuNjQ0YTIyNi40MTkgMjI2LjQxOSAwIDAgMC0xNS42NTgtLjkxNGMtMi42MTYtLjA1OC0xMS4wNiAxLjQzMS0xMy4wNTYuMDY1IDEwLjU2MiA3LjIyNSAxOS4xNzEgMTkuNzYgMjQuODcgMjkuNjkgNC4wNzMgNy4wOTUgNy4zIDE0LjgwNyA4LjU3NiAyMi45MjggMS4yNzcgOC4xMzMtLjUwMyAxNS4zMTQtMy4zMDIgMjIuOTM1LS42NzMgMS44MzMtMS40OTYgNC42ODctMy4wOSA1LjkzMi0yLjUzNyAxLjk4NC0zLjY4Ny0xLjk4LTQuOTI4LTMuODA0LTQuOTk0LTcuMzM2LTExLjMzOC0xMy41NjUtMTcuOTkxLTE5LjM4OC03LjA5NC02LjIwNy0xNC4zMTUtMTIuNTc3LTE4LjkwNS0yMC45NTItNy4xNDUtMTMuMDM2LTMuMzMtMjIuOTE3LS42NjctMzYuMjcyLTIwLjQxNS0uNTIzLTQyLjU3NiA1LjUyLTYyLjU5NCA5LjM0NyAxNy4wNDEgNS40MSAzMy44OTcgMjEuNjc4IDQyLjAxMSAzNi40MzYtLjAxLS4wMTggOS4xMjMtNC4xMSAxMC41MTItMy44MjguMDA0IDMuOTMxLTQuOTYyIDYuNzQ4LTguMTgxIDcuODExIDExLjQwMy0zLjAwNyAxMy42IDE2LjY3Ni4xODYgMTEuMDctLjU4Ni0uMjQ1LTQuODg3LTMuMjgtNC41OS03LjQ0Ni0yLjY1IDEuMDYxIDEuNzQ2IDUuNTgtMS4xOTUgNy4xMDYtNC41MjMgMi4zNDktNC4wNTItNS41NDYtMy40Mi03LjUxLjEzLS40MDQgMS42NzQtNS4wOTMgMi4zOTItNC4zNzQtNi42Ny02LjcyMi0xMi4xOS0xNC41NzctMTkuMTgyLTIwLjk2NC04LjcwNy03Ljk1NS0yMC41ODMtMTcuMjkyLTMzLjExMy0xNS40OTctMTAuMTU4IDEuNDU1LTIwLjIyOSAzLjgwNy0zMC4zNjYgNS40NTQgMTAuOTU0IDQuOTU0IDIwLjg3NSAxMy42MjQgMjguNDg0IDIxLjk1NSAxMC41NjIgMTEuNTYgMTQuNjQgMjUuMDA3IDkuNzUyIDQwLjIzMy0uNDU3IDEuNDI1LTIuMTYzIDIuNzgtMy43NDEgMi4xMjQtMTcuMy03LjE4NS0zOC45MjMtMTIuODg4LTUyLjgtMjUuODQzLTguODc0LTguMjgyLTguNjQ0LTIzLjgyOC02LjAwNS0zNS4wOTMtNy4xMjguNzk2LTE0LjI3MiAxLjQxOC0yMS40MzkgMS43NTgtMTIuNDAzLjU4OC0yNC43NjIuMzYyLTM3LjA5Mi0uMzA3IDQuNDc0IDMuMTQ2IDguNjIgNi44MDUgMTIuMTc5IDEwLjk2NCAxLjY3MyAxLjk1NiAyLjkyOCA0LjIxNCA0LjQ4MiA2LjI1NyAxLjQzNyAxLjg4NiAzLjM4NCAzLjA5NCA0LjkwMSA0Ljg3OSAxLjE4NS0yLjgxMSAyLjM5MS01LjQ5IDUuMDAyLTcuMjg0IDMuMTgyLTIuMTg5IDguMTA5LTIuNjkyIDExLjM0NS0uNDA4IDYuMzY2IDQuNDk1IDMuOTIgMTAuOTI4LS44OCAxNC45MTUgNS4wOTEgMS4zMyA5LjA2MyA2Ljk1MyA4LjA3OSAxMi4yMDEtLjgxIDQuMzItNC42NDMgNy40NC05LjEzIDYuNzY1LTIuNjUxLS4zOTgtNi4wMS0yLjI2LTguMzU5LTQuNjkxLS4wNjYgMS4wNC0uMjE4IDIuMDg4LS42MzggMy4xODctMS44MTMgNC43NDctNS4zOCA4LjEyNS0xMC42NDcgOC41Ni00Ljc0NC4zOS05LjA2Ny0yLjU1LTkuNzk4LTcuMzc2LS4xNjYtMS4wOTUuNDI2LTguMDQzIDIuMTI0LTguMDA3LTQuNTU0LS4wOTUtOS4zNTgtMy45LTkuMzEzLTkuMjMyLjA1OS03LjA0NiA1LjUyMS0xMS4xMDYgMTEuNTg3LTExLjc0NS0xLjk4My0zLjIwMy01LjI5Ni02Ljk2OC02LjE4OS04LjAwNy0yLjcyNi0zLjE3Ny00LjgwMi0zLjk2My03LjYzLTcuMDUzLTYuNDgzLTcuMDgyLTE1LjA3NC01LjEyLTIzLjcxNi02LTguNTk2LS44NzgtMTcuMTc1LTEuOTEzLTI1Ljc0NS0zLjAxNiA3LjQ1IDguMjMxIDE0LjI5MSAxOC4zODEgMTcuMzYzIDI3LjcwNCAzLjI0NiA5Ljg2MS0uODMgMTkuMDkzLTEuMzQ4IDI4LjkyLS4xNjcgMy4xNDQuMDIgMTUuNTIzLTUuMDQ4IDE1LjQ4My00LjQtLjAzNS04LjE0Ny00Ljg2OS0xMC42MTMtNy45NDctMy40NjgtNC4zMjUtNi4yOTMtOS4wOTUtOS40NzUtMTMuNjI0LTYuODE1LTkuNzA3LTE0LjgtMjAuODgtMTIuMjA1LTMzLjQzNCAxLjM1Ni02LjU2NyA1LjQzOS0xMi40NyA3Ljc0Ny0xOC42NjctNi4xNzgtMi4zNi0xMy43MzUtMi4wODctMjAuMjU3LTIuOTQ0LTQuNzE1LS42Mi0xNy40ODYuMTI5LTIxLjEyOC0yLjY0NiA3Ljg3NCA1Ljk5NyAxNC43NTQgMTQuNTc0IDE2LjYgMjMuNTMxIDIuODA4LS4yMjYgNS42MjEuNjUxIDcuODEyIDMuMDk0IDEuNTMyIDEuNzEtLjc0NiAzLjg4OS0yLjQ3OCAyLjQ3OC0uMzktLjMxOS0uODU3LS40NjMtMS4zMDUtLjY1NSA0LjI0MiAyLjk0IDMuODggNy43MzEtLjgxIDkuOTI2LTEuNjk4Ljc5NC0zLjk0NCAxLjE5OC01LjY3OC4yNzctLjc5Mi0uNDItMS40NzctMS4wODItMS44NDMtMS45MTItLjMxMy0uNzA4LS42ODctNC40NC0uMDg5LTQuOTMyLTEuMjcgMS4wNDUtMS41MDggMi40MzQtMS4xMjQgMy45ODQuMzcgMS40OTQgMS4yMzMgMi43Ny0uNTI3IDMuNzg1LTguMDM4IDQuNjM1LTQuOTk2LTkuMTE1LTIuMDktMTIuMDc3LjgzOS0uODU1IDEuODA1LTEuNTYgMi44Mi0yLjE3MS0yLjU2NS01LjAwMi00LjM0Ni0xMC4yNDMtOC4xNTUtMTQuNzE3LTguOTExLTEwLjQ3LTE3LjM3My0xMi4yOS0zMC42Mi0xMy4yOWE0NjguMzAzIDQ2OC4zMDMgMCAwIDAtMTYuODQtLjk3OWMtMy43NTgtLjE0NS0xMi4zNTQgMS4zNzgtMTUuNTY3LS4yOTcgOS43MTEgNS4wNjMgMTguMDE0IDE0Ljc2NiAyNC4xODYgMjIuNTk1IDYuNjg0IDguNDc5IDguNDcyIDE4LjU1OCA2Ljc4NSAyOS4wNS0uNDE1IDIuNTc2LTMuNjU2IDE3Ljc5Mi04LjIgMTEuOTMzLTkuMjk3LTExLjk4OS0yNi44MDctMTYuMDY3LTM0LjEzLTI5Ljc2Ni00LjU1OS04LjUzMy02Ljk2Mi0xOS4xNDUtMy43MTItMjguNDgzIDMuMDAxLTguNjMxLTEyLjcxLTQuMTMtMTcuMDg2LTMuNjUtMTYuNzQ2IDEuODQyLTMzLjU2MiA0LjY1LTUwLjQyMyA3Ljc2NSA3LjQxMyA1LjUxOCAxNi40NDMgMTUuNzAyIDIxLjc4OSAyMi42MTYuNzc0LjIzNiAxLjU0LjQ4NSAyLjI1MS43NjYuMzg4LjE1My43MDguMzY4Ljk2OC42MTYuODk4LTMuODQgMi41MDYtNy41NjIgNS45NDgtOS42NjYgNC4xOC0yLjU1NyA5LjM4Ni0yLjczOSAxMi44MjggMS4xMzcgMy4wMDcgMy4zODggMi42MiA4LjYyNi4zNiAxMi4yOTcuNzMuMDcgMS40NDUuMjA4IDIuMTQyLjQzIDQuMTM3IDEuMzIyIDguMTkxIDUuMDc1IDYuOSA5LjkwNS0xLjg1IDYuOTI0LTcuODUyIDguOTM3LTEzLjc1MSA3Ljg5OC43NjIgNC43MDEtMS41MTIgMTAuMDg2LTcuMTU3IDExLjA5OC00LjQ4NS44MDItOC45NzEtLjk4NC0xMC41NTYtNS41NC0uNDgxLTEuMzgtLjY4MS0yLjk4OS0uNTQ2LTQuNTQzLS43NC43MS0xLjU2NiAxLjM1Mi0yLjYwMyAxLjgzNy0yLjM4IDEuMTEyLTUuNjQ5Ljk0NC03LjcwNi0uNzk0LTIuMjg4LTEuOTMtMS4xMjYtNS40NjMuMTc2LTcuNzc1Ljc2NC0xLjM1NCAxLjY0My0yLjQ1NCAyLjY2NC0zLjM4My00Ljc0OCAxLjI2LTkuOTI4LTEuNjEzLTguNzQ2LTcuODg4IDEuMDMtNS40NTUgNC45NjgtNy4zMyA5LjQyMy03LjQ3LTEuOTc5LTIuNzE1LTMuOTQ3LTUuNDM5LTYuMTY1LTcuODc0LTUuNDYyLTYtOS44Mi0xMS45ODEtMTguNTg1LTEyLjI1Ni03LjI4LS4yMjgtMTQuMTc4IDMuMjU4LTIxLjIwNSA0LjYxMi0xMy4wMzggMi41MTQtMjYuMDg0IDQuOTk0LTM5LjE4MiA3LjE2OSAxNy41NjcgNC4zMzMgMzYuNDAxIDEzLjY4NiA0NS41ODkgMjkuOTAxIDIuOTY1IDUuMjMgNC4yNjIgMTEuMzMgMy45MzUgMTcuMzM1LS42MDUgMTEuMDc1LTYuMzUgNC4yODQtMTIuODk3LjU1OC00LjAyOC0yLjI5Ni04LjQ3NC0zLjczMS0xMi44NTgtNS4xNjgtOC44NzgtMi45MTMtMTguMjUyLTUuNDQ3LTI0Ljg2OS0xMi40OTYtNy41MzYtOC4wMjgtNy41OTMtMjguNjQtMjAuNDQzLTI2LjkxYTQ0Ny44NDMgNDQ3Ljg0MyAwIDAgMS0xNS4yMzYgMS43OThjLTUuMjc1LjUyNy0xOS43NjggNC4yMDItMjQuMzc4IDEuNyAxMC43OCA1Ljg1MyAyMC44MzUgMTQuNDMyIDI3LjAyNyAyMy40MjQgMi43MDYtLjE1OCA1LjQ2NS41MDkgNy43MjUgMi4wNTcgMS40MzcuOTgyLjIxMiAyLjk3MS0xLjMzOCAyLjI5LTEuMDIzLS40NDktMi4xNjctLjY1Ny0zLjMzLS43NDIuODg2LjA2NSAyLjExNSA0LjQ1IDIuMzExIDUuMjgzLjQ0NSAxLjg5Ni4wNDMgNC4yNTMtMS42NzEgNS40MDUtMS42MTMgMS4wODUtOC42MDYuNTQxLTkuMzg4LTEuNTY3LS4xMy0uMzUtLjE4Mi0uNzQ1LS4yNC0xLjEzNi0uMTkgNi4xMDItNC44NjEgOC40MDQtNS4zMzQgMS41MzItLjIxNi0zLjEyIDIuNDcyLTguODQ0IDQuODUyLTEwLjc2Ni4yMjctLjE4Mi41MDgtLjI0Ni43NDQtLjQxLTUuODgtNS42MTItMTEuMjU1LTExLjU4LTE4LjAxNS0xNi4zMjgtOS4zNDgtNi41NjQtMTYuMjMtOC42MzgtMjcuNTMtOS4xMjEtNy4zNjgtLjMxNS0xNC43MzUtLjgzMy0yMi41Ny0xLjg2MiAxMi4zIDQuOTk1IDI1LjYzOSAxMy4yNDIgMzAuODI3IDI2LjEwNiAyLjU0IDYuMyAyLjgxNyAxMy42MzQuNDk1IDIwLjA2MS0zLjc2NSAxMC40MjctNy4yNjIgMi4xNjMtMTEuNDUxLTIuNzU2LTIuNjI4LTMuMDg0LTYuMTM4LTUuMzUtOS41NjQtNy40MzQtNi43ODktNC4xMzMtMTQuMjY3LTcuMjM1LTE5Ljc1Mi0xMy4xOTMtOC4xNDktOC44NTQtMTQuMzE5LTIzLjc2Mi0yNS40MzUtMjkuMDQ5LTkuMzgtNC40Ni0yMC4yNC00LjA2LTMwLjE4NC02LjMzNiA4LjIyNiA3LjEwNiAxNC45NTQgMTUuOTkgMTguNDgyIDI1LjU2IDQuMTQtNS42MzYgMTIuOTIzLTguNzc3IDE4LjM1OC0zLjIzMyAzLjE0NiAzLjIxIDMuMjc4IDguMTQzLjAzNiAxMS40NDctMS4xNDggMS4xNy0yLjQ5NCAxLjk0Mi0zLjkwOSAyLjU0NS45NzYuNTQzIDEuOTM2IDEuMTQ1IDIuODUgMS45MDcgMy4xODUgMi42NTQgNS44NjMgNy4xNjEgNC42NzkgMTEuNDg4LTIuMjY2IDguMjctMTUuNTU0IDQuNTg4LTE2LjgzOC0xLjk2NC4zOTkgMi4wMzUuNDkgNC4xNC4wMjkgNi4yMDYtLjY5MiAzLjEtMi40NTQgNy4xOS02LjAzMSA3LjY5Ni0zLjIxNi40NTUtNy42NDYtMi44ODQtOS40ODMtNS4yODMtMS40NDMtMS44OC0yLjk0My01LjM3NC0xLjIxOS03LjQ4OC0xMS4yNTcgNS44NjEtMjEuNzcyLTEwLjY0Mi0xMC41NjgtMTcuNDk0IDEuNTY3LS45NTYgMy41MzUtMS43MDIgNS41OTMtMi4wOTgtLjE2LS45NzYtLjE3Ni0xLjk4NC4xMy0yLjk4NSAxLjA3OC0zLjUwOCAzLjc4NC01LjAxOCA2Ljc2LTUuMTctNy43MzMtMTMuMjM1LTE4LjA0OS0yMy40NDYtMzMuMzY4LTI2LjcyLTYuNDk2LTEuMzg4LTE5LjUtMS41MTYtMjQuODg0LTUuMTYgNy42MDggNS4xNSAxNC42MDUgMTEuNDkgMTkuMTYyIDE4LjU0MyA2Ljc5OSAxMC41MiA2LjI0IDI0LjA2NyA1LjEgMzYuMDQ0LS4zMTIgMy4yNy0uNDcgNy42MjUtMS45MSAxMC41OTYtMi43MTMgNS41OTMtMy4zMDUgMy4xNy03LjIxNC0uODk3LTcuNjEzLTcuOTItMTguNTcxLTEzLjc5Mi0yMi41MjItMjQuNjI3LTQuMjE4LTExLjU3Ni0xLjk1Ny0yNS4yMDYtNy4yNTYtMzYuMzI2LTMuOTYxLTguMzA5LTEwLjU0NC03LjUzNy0xOC4zNzctOC4zOTVhMzAxLjkwNyAzMDEuOTA3IDAgMCAwLTE1LjM5My0xLjMwNGMtOS40NC0uNTQ2LTE5LjM2MS0xLjE5LTI4Ljc2MS4xNTgtMS45ODcuMjg1LTYuNDUyIDIuNDA5LTguMTcgMi4yMjUgMjAuOTM1IDIuMjQ3IDQ0LjIyMSA5LjE4IDUxLjU4OCAyNS40NzMgMy4zNzctMS44MSA3LjI4Mi0yLjQ2NiAxMS4xNS0xLjI4MS45MTQuMjc5IDEuMDQ1IDEuNzcyIDAgMS45NzgtMi41OS41MTItNS4xODQgMS4yMDUtNi40NTEgMi41NDUgNi44NSAyLjQwNSA1LjA0MiAxMi4wODItMS42NCAxMy4wOTQtMi43MTEuNDEzLTUuNDMyLS44ODUtNi44NTMtMy4xOTctLjM4IDIuMjMzLS4zNCA0LjUxNy0uMzE3IDcuMTQ4LjAyOCAzLjgyNC0zLjUzNyAyLjA1LTQuNzk4LjYyNS0xLjU0NC0xLjc0OC0xLjEwMy01LjU5Mi0uNzUyLTcuNjYuMTc4LTEuMDQzIDQuNTIzLTEwLjAxIDQuODcxLTkuNTA1LTEyLjIyLTE3LjY4Mi0zNC42LTIwLjkzOC01NS41Mi0yMy4zMjNhNjguMzQ5IDY4LjM0OSAwIDAgMSAzLjg0IDQuNTcyYzQuMDAxIDUuMjIyIDEwLjEyNSA5Ljc5IDEzLjU4NyAxNS4zNDYgOC45ODQgMTQuNDE2LjYzIDMwLjM4NCA3LjA5IDQ1LjQzIDEuMjE5IDIuODQtMi4xMDIgNi4wOTgtNC41NjUgMy41MjQtOC44NjktOS4yNTktMTcuNDU2LTE3LjU0My0yOC4zLTI0LjUzNC00LjQ2LTIuODc4LTguMzk3LTUuNzQ0LTExLjc4LTkuNDMtMy4zODMgMy42ODYtNy4zMiA2LjU1Mi0xMS43OCA5LjQzLTEwLjg0NiA2Ljk5LTE5LjQzMSAxNS4yNzUtMjguMyAyNC41MzQtMi40NjUgMi41NzQtNS43ODQtLjY4My00LjU2NS0zLjUyMyA2LjQ1Ny0xNS4wNDctMS44OTQtMzEuMDE1IDcuMDktNDUuNDMxIDMuNDY0LTUuNTU2IDkuNTg0LTEwLjEyNCAxMy41ODUtMTUuMzQ2YTY4Ljk3OCA2OC45NzggMCAwIDEgMy44NDItNC41NzJjLTIwLjkyMiAyLjM4NS00My4zIDUuNjQxLTU1LjUyIDIzLjMyMy4zNDgtLjUwNSA0LjY5MyA4LjQ2MiA0Ljg3IDkuNTA1LjM1MiAyLjA2OC43OTMgNS45MTItLjc1MSA3LjY2LTEuMjYxIDEuNDI1LTQuODI2IDMuMi00Ljc5OC0uNjI1LjAyMi0yLjYzLjA2My00LjkxNS0uMzItNy4xNDgtMS40MTggMi4zMTItNC4xNCAzLjYxLTYuODUzIDMuMTk3LTYuNjgtMS4wMTItOC40ODYtMTAuNjg5LS41ODQtMTMuMjcyLTIuMzItMS4xNjItNC45MTMtMS44NTUtNy41MDYtMi4zNjctMS4wNDMtLjIwNi0uOTE0LTEuNyAwLTEuOTc4IDMuODctMS4xODUgNy43NzUtLjUzIDExLjE1MiAxLjI4MSA3LjM2Ny0xNi4yOTQgMzAuNjUxLTIzLjIyNiA1MS41ODctMjUuNDczLTEuNzE3LjE4NC02LjE4Mi0xLjk0LTguMTY5LTIuMjI1LTkuNC0xLjM0OC0xOS4zMjMtLjcwNC0yOC43Ni0uMTU4LTUuMTQuMy0xMC4yNzQuNzQyLTE1LjM5NCAxLjMwNC03LjgzMy44NTgtMTQuNDE2LjA4Ni0xOC4zNzcgOC4zOTUtNS4zIDExLjEyLTMuMDM2IDI0Ljc1LTcuMjU4IDM2LjMyNi0zLjk0NyAxMC44MzUtMTQuOTA3IDE2LjcwNi0yMi41MiAyNC42MjctMy45MDkgNC4wNjQtNC41MDMgNi40OS03LjIxMy44OTctMS40NC0yLjk3LTEuNTk5LTcuMzI2LTEuOTEtMTAuNTk4LTEuMTQtMTEuOTc1LTEuNjk4LTI1LjUyMiA1LjA5OS0zNi4wNDIgNC41NTctNy4wNTMgMTEuNTUyLTEzLjM5MyAxOS4xNjEtMTguNTQzLTUuMzgyIDMuNjQ0LTE4LjM5IDMuNzcyLTI0Ljg4MyA1LjE2LTE1LjMyIDMuMjc0LTI1LjYzNSAxMy40ODUtMzMuMzY3IDI2LjcyIDIuOTc1LjE1MiA1LjY4IDEuNjYyIDYuNzU4IDUuMTcuMzA3IDEgLjI5MSAyLjAxLjEzMSAyLjk4NSAyLjA1OC4zOTYgNC4wMjQgMS4xNDIgNS41OTMgMi4wOTggMTEuMjA0IDYuODUuNjg5IDIzLjM1NS0xMC41NjggMTcuNDk0IDEuNzI0IDIuMTEyLjIyNCA1LjYwOS0xLjIxNyA3LjQ4OC0xLjg0IDIuNC02LjI3IDUuNzM4LTkuNDg3IDUuMjgzLTMuNTczLS41MDctNS4zMzctNC41OTUtNi4wMjktNy42OTYtLjQ1OC0yLjA2NS0uMzctNC4xNzEuMDI5LTYuMjA2LTEuMjg0IDYuNTUyLTE0LjU3MiAxMC4yMzItMTYuODM4IDEuOTY0LTEuMTg0LTQuMzI3IDEuNDk0LTguODM0IDQuNjc5LTExLjQ4OC45MTQtLjc2MiAxLjg3NC0xLjM2NCAyLjg1LTEuOTA3LTEuNDE1LS42MDMtMi43NjEtMS4zNzUtMy45MDktMi41NDUtMy4yNDItMy4zMDQtMy4xMS04LjIzOC4wMzYtMTEuNDQ3IDUuNDM1LTUuNTQ0IDE0LjIxOC0yLjQwMyAxOC4zNTggMy4yMzMgMy41MjgtOS41NyAxMC4yNTQtMTguNDU0IDE4LjQ4Mi0yNS41Ni05Ljk0MSAyLjI3Ni0yMC44MDcgMS44NzYtMzAuMTg0IDYuMzM2LTExLjExOCA1LjI4Ny0xNy4yODggMjAuMTk1LTI1LjQzNSAyOS4wNDctNS40ODUgNS45Ni0xMi45NjUgOS4wNjItMTkuNzUyIDEzLjE5NS0zLjQyNiAyLjA4NC02LjkzNiA0LjM1LTkuNTY0IDcuNDMyLTQuMTkgNC45Mi03LjY4NiAxMy4xODUtMTEuNDUgMi43NTgtMi4zMjMtNi40MjctMi4wNDQtMTMuNzYuNDk0LTIwLjA2IDUuMTg4LTEyLjg2NSAxOC41MjctMjEuMTEyIDMwLjM1Ni0yNi4wMzYtNy4zNjQuOTU2LTE0LjczMSAxLjQ3Ni0yMi4xIDEuNzktMTEuMy40ODQtMTguMTgzIDIuNTU4LTI3LjUzIDkuMTIyLTYuNzYxIDQuNzQ3LTEyLjEzNSAxMC43MTYtMTguMDE0IDE2LjMyOC4yMzYuMTY0LjUxNy4yMjguNzQyLjQxIDIuMzgyIDEuOTIyIDUuMDcgNy42NDYgNC44NTQgMTAuNzY2LS40NzMgNi44NzItNS4xNDMgNC41Ny01LjMzMy0xLjUzMi0uMDYuMzktLjExLjc4Ny0uMjQxIDEuMTM2LS43ODIgMi4xMDgtNy43NzUgMi42NTItOS4zODggMS41NjctMS43MTQtMS4xNTQtMi4xMTYtMy41MDktMS42NzEtNS40MDUuMTk2LS44MzIgMS40MjMtNS4yMTggMi4zMTItNS4yODMtMS4xNjQuMDg1LTIuMzA4LjI5My0zLjMzLjc0Mi0xLjU1LjY4MS0yLjc3Ni0xLjMwOC0xLjM0LTIuMjkgMi4yNi0xLjU0OCA1LjAyLTIuMjE3IDcuNzI2LTIuMDU3IDYuMTktOC45OTIgMTYuMjQ3LTE3LjU3MSAyNy4wMjctMjMuNDI0LTQuNjEgMi41MDItMTkuMTAzLTEuMTczLTI0LjM4LTEuN2E0NDkuMDU2IDQ0OS4wNTYgMCAwIDEtMTUuMjM2LTEuNzk5Yy0xMi44NS0xLjczLTEyLjkwNSAxOC44ODMtMjAuNDQzIDI2LjkxLTYuNjE3IDcuMDUtMTUuOTg5IDkuNTg0LTI0Ljg2NSAxMi40OTctNC4zODYgMS40MzctOC44MzIgMi44NzItMTIuODYyIDUuMTY2LTYuNTQ0IDMuNzI4LTEyLjI5IDEwLjUyLTEyLjg5NS0uNTU2LS4zMjctNi4wMDUuOTctMTIuMTA0IDMuOTM1LTE3LjMzNyA5LjE4OC0xNi4yMSAyOC4wMjItMjUuNTY2IDQ1LjU5LTI5LjktMTMuMS0yLjE3NC0yNi4xNDUtNC42NTQtMzkuMTgzLTcuMTY4LTcuMDI3LTEuMzU0LTEzLjkyNS00Ljg0LTIxLjIwNS00LjYxMi04Ljc2Ny4yNzUtMTMuMTIyIDYuMjU1LTE4LjU4NSAxMi4yNTYtMi4yMTcgMi40MzUtNC4xODYgNS4xNi02LjE2MyA3Ljg3NCA0LjQ1LjE0IDguMzkyIDIuMDE1IDkuNDE5IDcuNDcgMS4xODQgNi4yNzUtMy45OTYgOS4xNDktOC43NDQgNy44ODggMS4wMjEuOTMgMS45IDIuMDI5IDIuNjY0IDMuMzgzIDEuMzAyIDIuMzEgMi40NjQgNS44NDUuMTc2IDcuNzc1LTIuMDU3IDEuNzM4LTUuMzI1IDEuOTA2LTcuNzA2Ljc5NC0xLjA0LS40ODUtMS44NjQtMS4xMjgtMi42MDMtMS44MzcuMTM3IDEuNTU0LS4wNjUgMy4xNjMtLjU0NiA0LjU0My0xLjU4NSA0LjU1NC02LjA3MSA2LjM0Mi0xMC41NTYgNS41NC01LjY0NS0xLjAxMi03LjkyLTYuMzk3LTcuMTU5LTExLjA5OC01Ljg5NyAxLjA0LTExLjktLjk3NC0xMy43NDktNy44OTgtMS4yOTEtNC44MyAyLjc2My04LjU4MyA2LjktOS45MDUuNjk3LS4yMjIgMS40MTMtLjM2IDIuMTQyLS40My0yLjI2LTMuNjczLTIuNjQ3LTguOTEuMzYtMTIuMjk3IDMuNDQtMy44NzYgOC42NS0zLjY5NCAxMi44MjgtMS4xMzcgMy40NDIgMi4xMDQgNS4wNDggNS44MjYgNS45NSA5LjY2Ni4yNTgtLjI0OC41NzgtLjQ2My45NjYtLjYxNi43MS0uMjgxIDEuNDc3LS41MyAyLjI1MS0uNzY2IDUuMzQ2LTYuOTE0IDE0LjM3Ni0xNy4wOTggMjEuNzktMjIuNjE2LTE2Ljg2Mi0zLjExNC0zMy42NzgtNS45MjMtNTAuNDI0LTcuNzY1LTQuMzc2LS40OC0yMC4wOS00Ljk4MS0xNy4wODYgMy42NSAzLjI1MiA5LjMzOC44NDcgMTkuOTUtMy43MTMgMjguNDgzLTcuMzIyIDEzLjY5OS0yNC44MzIgMTcuNzc3LTM0LjEzIDI5Ljc2Ni00LjU0MyA1Ljg2LTcuNzg0LTkuMzU3LTguMTk5LTExLjkzMi0xLjY4Ny0xMC40OTUuMTAxLTIwLjU3NCA2Ljc4NS0yOS4wNTMgNi4xNzItNy44MjcgMTQuNDc1LTE3LjUzIDI0LjE4Ni0yMi41OTMtMy4yMTMgMS42NzUtMTEuODExLjE1Mi0xNS41NjguMjk3LTUuNjE5LjIyLTExLjIzMy41NTYtMTYuODQuOTc4LTEzLjI0NiAxLTIxLjcwOCAyLjgyMi0zMC42MTkgMTMuMjktMy44MDcgNC40NzUtNS41OSA5LjcxNi04LjE1NCAxNC43MTggMS4wMTQuNjEgMS45OCAxLjMxNiAyLjgxOSAyLjE3IDIuOTA2IDIuOTYzIDUuOTQ4IDE2LjcxMy0yLjA5IDEyLjA3OC0xLjc2LTEuMDE0LS44OTctMi4yOTEtLjUyNy0zLjc4NS4zODQtMS41NS4xNDUtMi45NC0xLjEyNC0zLjk4NC41OTguNDkyLjIyNCA0LjIyNC0uMDg5IDQuOTMyLS4zNjYuODMtMS4wNTEgMS40OTEtMS44NDMgMS45MTItMS43MzYuOTIxLTMuOTguNTE3LTUuNjc3LS4yNzctNC42OS0yLjE5NS01LjA1My02Ljk4Ny0uODEtOS45MjYtLjQ0Ny4xOTItLjkxNi4zMzYtMS4zMDYuNjU1LTEuNzMyIDEuNDExLTQuMDEtLjc2OC0yLjQ3OC0yLjQ3OCAyLjE5My0yLjQ0MyA1LjAwNC0zLjMyIDcuODEtMy4wOTQgMS44NDgtOC45NTcgOC43MjgtMTcuNTM0IDE2LjYtMjMuNTMtMy42NDIgMi43NzQtMTYuNDEgMi4wMjQtMjEuMTI2IDIuNjQ1LTYuNTI0Ljg1Ny0xNC4wNzkuNTg0LTIwLjI1NyAyLjk0NCAyLjMwNiA2LjE5NyA2LjM4OSAxMi4xIDcuNzQ3IDE4LjY2NyAyLjU5NSAxMi41NTUtNS4zOTIgMjMuNzI3LTEyLjIwNyAzMy40MzQtMy4xOCA0LjUzLTYuMDA1IDkuMjk3LTkuNDczIDEzLjYyNC0yLjQ2NiAzLjA3OC02LjIxMyA3LjkxMi0xMC42MTMgNy45NDctNS4wNjguMDQtNC44ODMtMTIuMzM5LTUuMDQ4LTE1LjQ4NC0uNTItOS44MjYtNC41OTQtMTkuMDU4LTEuMzQ4LTI4LjkxOSAzLjA3Mi05LjMyMyA5LjkxMy0xOS40NzMgMTcuMzYtMjcuNzA0LTguNTY3IDEuMTAzLTE3LjE0NCAyLjEzOC0yNS43NDIgMy4wMTUtOC42NDIuODgxLTE3LjIzMy0xLjA4MS0yMy43MTkgNi0yLjgyNyAzLjA5LTQuOSAzLjg3Ny03LjYyNyA3LjA1NC0uODkzIDEuMDM5LTQuMjA2IDQuODA0LTYuMTg5IDguMDA3IDYuMDY2LjY0IDExLjUyOCA0LjcgMTEuNTg3IDExLjc0NS4wNDUgNS4zMzEtNC43NiA5LjEzNy05LjMxMyA5LjIzMiAxLjctLjAzNiAyLjI5IDYuOTEyIDIuMTI0IDguMDA3LS43MzEgNC44MjctNS4wNTQgNy43NjUtOS43OTggNy4zNzMtNS4yNjctLjQzMi04LjgzNC0zLjgxLTEwLjY0Ny04LjU1Ny0uNDItMS4xMDEtLjU3Mi0yLjE0Ni0uNjM4LTMuMTg3LTIuMzQ5IDIuNDMxLTUuNzA4IDQuMjkzLTguMzYgNC42OS00LjQ4Ni42NzYtOC4zMTgtMi40NDUtOS4xMjktNi43NjQtLjk4NC01LjI0OCAyLjk4OC0xMC44NzEgOC4wNzktMTIuMi00LjgtMy45ODgtNy4yNDYtMTAuNDIxLS44OC0xNC45MTYgMy4yMzYtMi4yODQgOC4xNjMtMS43OCAxMS4zNDUuNDA4IDIuNjEgMS43OTUgMy44MTcgNC40NzMgNS4wMDIgNy4yODQgMS41MTctMS43ODUgMy40NjItMi45OTMgNC44OTktNC44OCAxLjU1OC0yLjA0MiAyLjgxMS00LjMgNC40ODQtNi4yNTYgMy41Ni00LjE2IDcuNzA1LTcuODE4IDEyLjE4LTEwLjk2NC0xMi4zMzEuNjY5LTI0LjY5Ljg5NS0zNy4wOTUuMzA3LTcuMTY1LS4zNC0xNC4zMS0uOTYyLTIxLjQzNy0xLjc1OCAyLjY0IDExLjI2NSAyLjg3IDI2LjgxLTYuMDA1IDM1LjA5My0xMy44NzcgMTIuOTU1LTM1LjUgMTguNjU4LTUyLjggMjUuODQzLTEuNTc4LjY1NS0zLjI4Mi0uNjk5LTMuNzQtMi4xMjQtNC44OTItMTUuMjI2LS44MTEtMjguNjcyIDkuNzUtNDAuMjMzIDcuNjEtOC4zMyAxNy41My0xNy4wMDEgMjguNDg1LTIxLjk1NS0xMC4xMzctMS42NDctMjAuMjA2LTQtMzAuMzY2LTUuNDU0LTEyLjUzLTEuNzk3LTI0LjQwNCA3LjU0Mi0zMy4xMTMgMTUuNDk3LTYuOTkzIDYuMzg3LTEyLjUxMiAxNC4yNDItMTkuMTgyIDIwLjk2NC43MTgtLjcyMSAyLjI2MiAzLjk3IDIuMzkxIDQuMzc0LjYzMyAxLjk2NCAxLjEwNCA5Ljg1OS0zLjQyIDcuNTEtMi45NC0xLjUyNiAxLjQ1Ni02LjA0Ny0xLjE5NC03LjEwNi4yOTUgNC4xNjYtNC4wMDQgNy4yMDEtNC41OSA3LjQ0Ni0xMy40MTEgNS42MDYtMTEuMjE3LTE0LjA3Ny4xODgtMTEuMDctMy4yMjEtMS4wNjMtOC4xODctMy44OC04LjE4My03LjgxIDEuMzg5LS4yODQgMTAuNTI0IDMuODA5IDEwLjUxMiAzLjgyNyA4LjExNC0xNC43NTggMjQuOTctMzEuMDI1IDQyLjAxMS0zNi40MzYtMjAuMDItMy44MjctNDIuMTgtOS44Ny02Mi41OTItOS4zNDcgMi42NjIgMTMuMzU1IDYuNDc2IDIzLjIzNi0uNjY5IDM2LjI3Mi00LjU5IDguMzc1LTExLjgxIDE0Ljc0NS0xOC45MDUgMjAuOTUyLTYuNjUzIDUuODItMTMgMTIuMDUtMTcuOTkzIDE5LjM4OC0xLjI0MSAxLjgyMy0yLjM5IDUuNzg4LTQuOTI1IDMuODA0LTEuNTk1LTEuMjQ1LTIuNDE4LTQuMDk5LTMuMDktNS45MzItMi44LTcuNjIxLTQuNTgyLTE0LjgwMi0zLjMwMy0yMi45MzUgMS4yNzUtOC4xMiA0LjUwMy0xNS44MzMgOC41NzUtMjIuOTI5IDUuNy05LjkzIDE0LjMxLTIyLjQ2NCAyNC44Ny0yOS42OS0xLjk5NSAxLjM2Ny0xMC40NC0uMTIyLTEzLjA1NS0uMDY0YTIyNi40MiAyMjYuNDIgMCAwIDAtMTUuNjU5LjkxNEM0OC45MTMgMjQuNjg2IDM2Ljk4MSA0My45MTcgMzAuMTQgNjAuNTQyYzcuMTAyLS43NTYgMTUuODY1IDIuNDg4IDE1LjQ4IDEwLjkyNC0uMTY3IDMuNjQtMy40IDYuMTg2LTYuNzA5IDYuOTQ4LTIuNjM3LjYwNi01LjE2Ni0uMTctNy40NC0xLjQ0NS0xLjMwMyA2Ljg5LTEwLjA5NiAxMi42NjItMTYuNjkxIDkuNDk3LTMuNTQ3LTEuNzAyLTQuODU3LTUuNTcyLTMuMjc2LTkuMTgyYTkuMzM3IDkuMzM3IDAgMCAxIDEuNzMtMi42NUM4LjkyOSA3My45IDUuMzgyIDcxLjE4MiA1IDY1LjljLS40NTMtNi4yMDcgNC42MjItNi41OTcgOS43OTYtNS4yMjUtLjYxMi0uMTYzLjQzLTE3LjcyNCAxMi4yOTQtNy4wNEMzMS43MjIgNDIuNSAzOS42NDUgMzIuODkzIDQ5LjM1OCAyNS43MTRjLS45MzIuNjktMy40NDguNzIyLTQuNjA4Ljk4Ni0xLjg1LjQyMy0zLjY5Mi44NzEtNS41MjcgMS4zNTJhMTczLjY1NSAxNzMuNjU1IDAgMCAwLTEwLjYgMy4xMzVjLTIuNTY0Ljg1LTUuMTA1IDEuNzY0LTcuNjI1IDIuNzMxbC00LjI2OCAxLjc3OWMtMS4wNi41NDEtMi4yNjcgMS4yMTItMy40NjUgMS42NzFMMCA0NFYwaDE5MjB2NDRsLTcuNTA2LTQuMDQyYy0yLjg0LTEuMzcyLTYuMzQzLTIuOTk1LTEwLjUxMi00Ljg2N3oiIGZpbGw9InJnYmEoMCwgMCwgMCwgMSkiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)}
10203
  .brz-ed .brz-ed-shape--42{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkyMCAxNjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGcgZmlsbD0icmdiYSgwLCAwLCAwLCAxKSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBvcGFjaXR5PSIuMjUiPjxwYXRoIGQ9Ik02Ny4yOTYgNzguMDE1YzguMjU4IDQuODE0IDE5LjAyNCAzLjQgMjYuNzI1LTEuNTAyIDE3LjQxLTExLjA4MSAxOC40MzYtMzcuMTA0LjExLTQ3LjUzN0M1NC40NDkgNi4zODEgMi40NDYgMjcuODIyLjA5MyA3Ny44MjFjLTIuNTE0IDUzLjM4IDQ2Ljg3MiA4Mi41NCA5Ny4wOCA3MC4xMzUgNTEuOTM0LTEyLjgzNCA3NS4yODctNDguNzE4IDEyMC4wODQtNzUuODcgMjEuMjQtMTIuODczIDQ4LjI1My0xOC40NTMgNzIuNTQ4LTIxLjMyMyAxOC4wMTUtMi4xMyAzOS44MDIgMS4wNjcgNTIuNjUgMTUuMTYgMTAuMzI4IDExLjMzIDE5LjkxIDQ5Ljc3LjQzOSA1NC4yOS00My4xMyAxMC4wMDgtMjguMzg2LTMyLjAwNC00Ny42NzctMjcuMDI0LTE0Ljk0NCAzLjg1OC0yLjIwNSAzMS40MDMgNC41NDcgMzcuMDMyIDExLjE1IDkuMjk1IDI5LjE1IDEwLjE5NCA0Mi43NTYgNy43NzUgNDQuMzgtNy44OTggMzEuNS02Ny44MzkgNi45ODUtODguNjUyQzMxMy44MDIgMTkuMDMxIDI0NS43NiA0MS42IDIxMC4wODUgNTkuODE1Yy01MS44NTYgMjYuNDc4LTcwLjg4IDY5LjYzNi0xMzIuNzY4IDc2LjA0Ny0zMi44MiAzLjM5Ny02MS43NjgtMTUuNDE1LTY0LjkxOS00OS4yNDEtLjE4LTEwLjg3NiAyLjM0OS0yMS4wOCA3LjU4MS0zMC42MTcgMy4xNzctNC4xNyA2LjM1Ni04LjMzNyA5LjUzNC0xMi41MDcgMjAuNzIzLTI3LjE4MyAzMi41NTcuNjIgMzcuNTU1IDE5LjczMiAwIDAtOC4zODYgMi43MjYtNi45MzQgNy44MjEuNTYgMS45NzUgMi41OTUgNC4zMDMgNy4xNjIgNi45NjV6TTY2NS43NjggODIuMzg5YTkuODg3IDkuODg3IDAgMCAwLTMuMjAxLS44NWMtMTUuNzEtMS40NjMtMjAuMTA4IDI5LjA4LTE2LjI5MiAzOS40MiA5Ljc0IDI2LjM4MiA0OC43OCAyNy4wOCA3MS44ODMgMjQuNDkgMzkuMDkxLTQuMzggNjQuMjQ1LTM5LjA3OSA4OC45OS02NS42OCAyNi40MTQtMjguMzkxIDY1Ljg3My0zNS4yNzUgMTAzLjI2NC0yOC41MzUgNDUuNiA4LjIyMiA0Mi45MjggNTcuMjA4IDEwLjg5IDgwLjY1NC01LjQ5NyAyLjcxMi0xMC45OTMgNS40MjctMTYuNDk0IDguMTQxLTM2LjMxNCAxNy45MjUtMi4zMTItMzMuMzQtNS4wNjMtNDEuODc2LTEwLjE1OC0zMS41MDQtNTQuMzkyIDEzLjM5NS00OC45ODQgMzYuNjAzIDExLjY2NiA1MC4wNSA4NC40MTcgMjAuODI3IDEwMi45My0yLjI5MiAzMi43MDctNDAuODQzLTEzLjUzNy04OS44MTctNTIuMzctOTYuODM3LTI1LjM1My00LjU4LTUyLjg2NC45NC03NS42MDkgMTIuNjM0LTI1LjU4IDEzLjE1MS0zNy43MzcgMzcuMTEtNTkuNTgzIDU0LjQxOS0xOS41OTYgMTUuNTI4LTQwLjk2IDM3LjkzMS02OS40IDI4LjQzLTU3LjM3NC0xOS4xNzItMTcuNTM1LTQyLjYyNC0zMC45NjEtNDguNzIxIi8+PHBhdGggZD0iTTEwMzUuMDU3IDgyLjA1M2MtMjMuNTYyLTM3LjU1Ny02My41NDQtMTYuMjM3LTc2Ljc5NCAxNy45MjMtMjUuNDkgNjUuNzEgNjIuNjc1IDQ5LjA1NSA5Ni44OTcgMzQuMTk4IDIzLjQ3OS0xMC4xOTIgNDMuNTg4LTMwLjIzNyA2My4wNjEtNDYuMjcyIDE2LjI5OC0xMy40MjQgMzEuNTg1LTIzLjU2NiA1MS41MzctMzAuNiAzNy4yNTgtNC44MTUgNTcuNTMxIDEwLjM3NyA2MC44MTUgNDUuNTcyLjg1NyA5LjE4Mi0xMS43OTQgMzIuOTA3LTIyLjU2OSAzMy44MTYtNiAuNTA3LTEwLjgxNi00LjA2OC0xNC40NC04LjI2Ni0xMC4wMTQtMTEuNTk1LTMuNTUzLTguODMtLjE4LTE4Ljk4MiA1LjYyNy0xNi45MzgtMjEuODYyLTEwLjQwNC0yNy43OC00LjEyMy04Ljg0NyA5LjM4Ni0xMC40NjQgMjcuMDYtMS4wMjggMzYuNDk3IDMxLjg5NCAzMS44OTQgNzUuMjI2LTQuOTM2IDc5LjMwNC0zOC45MjQgNS43NzItNDguMTM1LTUzLjE2Mi03Mi41NDgtOTAuNTEzLTUzLjkwMy0zNS4zMzIgMTcuNjQtNjIuMTIgNDYuNjM1LTk0Ljg5IDY4LjE4Mi0xMi4zOTMgOC4xNDctMjcuMzE3IDEyLjQ2Ni00MS40MjYgMTYuNTYyLTgxLjY1NCAyMy43MDctMjkuMjkzLTEwNi4zMzUgMTIuNTUzLTQ4LjQ5MyAyLjMzOCAzLjIzMiA3LjY1Ni4zMjYgNS40NTMtMy4xODdNNDQ1LjE4NiA4Mi4wNTNjLTQxLjAxNy02NS4yMzMtMTA5LjY2NiAzOC41Ni02OC44NjMgNjEuNzUgMjcuNjMgMTUuNyA2Mi4yMDQgMS45ODggODguOTY3LTkuNjI5IDIzLjQ3Ni0xMC4xOTIgNDMuNTg4LTMwLjIzNyA2My4wNTktNDYuMjcyIDE2LjI5Ny0xMy40MjQgMzEuNTg1LTIzLjU2NiA1MS41MzYtMzAuNiAyNS42MDEtOS4wMjkgNTUuMjMyIDEyLjEwNyA1Ny4zMyAzOC4zMzUgMi4yMjkgMjcuODQ2LTI5LjU5MyA1Ny41NzMtNDEuMzk0IDE5LjE0IDE4LjE3Mi00LjYxNy0yLjcyNi0yNC40ODItMTguMTMyLTExLjUzMy0xMC41ODUgOC44OTgtMTMuMDAyIDI4LjU1My0yLjk4NCAzOC41NzIgMzEuODk1IDMxLjg5NCA3NS4yMjYtNC45MzYgNzkuMzAzLTM4LjkyNCA1Ljc3NC00OC4xMzUtNTMuMTYyLTcyLjU0OC05MC41MTEtNTMuOTAzLTM1LjMzNCAxNy42NC02Mi4xMjMgNDYuNjM1LTk0Ljg5IDY4LjE4Mi0xMi4zOTYgOC4xNDctMjcuMzIgMTIuNDY2LTQxLjQyNiAxNi41NjItODEuNjU1IDIzLjcwNy0yOS4yOTUtMTA2LjMzNSAxMi41NTMtNDguNDkzIDIuMzM2IDMuMjMyIDcuNjYuMzI0IDUuNDUyLTMuMTg3Ii8+PHBhdGggZD0iTTEyOTcuNzI5IDc4LjMxMmMuNTYyIDEuOTczIDIuNTk3IDQuMyA3LjE2NSA2Ljk2MyA4LjI1OCA0LjgxNCAxOS4wMjIgMy4zOTkgMjYuNzI0LTEuNTAyIDE3LjQxMS0xMS4wODEgMTguNDM2LTM3LjEwNS4xMTEtNDcuNTM3LTM5LjY4My0yMi41OTYtOTEuNjg3LTEuMTUyLTk0LjA0MSA0OC44NDctMi41MTMgNTMuMzc4IDQ2Ljg3MiA4Mi41NCA5Ny4wNzkgNzAuMTMyIDUxLjkzNS0xMi44MzIgODkuMjktNDguNzE1IDEzNC4wODctNzUuODcgMjEuMjM3LTEyLjg3MiA0OC4yNTItMTguNDUgNzIuNTQ1LTIxLjMyMiAxOC4wMTgtMi4xMyAzOS44MDUgMS4wNjcgNTIuNjUzIDE1LjE2MiAxMC4zMjcgMTEuMzI4IDE5LjkwOSA0OS43NjguNDM4IDU0LjI4Ny00My4xMjkgMTAuMDA4LTI4LjM4NS0zMi4wMDEtNDcuNjc2LTI3LjAyMS0xNC45NDQgMy44NTYtMi4yMDUgMzEuNCA0LjU0NyAzNy4wMyAxMS4xNSA5LjI5NCAyOS4xNDggMTAuMTk2IDQyLjc1NSA3Ljc3NCA0NC4zNzktNy44OTggMzEuNDk4LTY3LjgzOCA2Ljk4NS04OC42NTEtMzUuNzAyLTMwLjMxMi0xMDMuNzQzLTcuNzQzLTEzOS40MiAxMC40NzMtNTEuODU0IDI2LjQ3Ni04NC44NzggNjkuNjM1LTE0Ni43NjcgNzYuMDQ0LTMyLjgyIDMuMzk4LTYxLjc2Ny0xNS40MTItNjQuOTE4LTQ5LjIzOS0uMTgtMTAuODc3IDIuMzQ2LTIxLjA4MSA3LjU3OS0zMC42MTkgMy4xNzktNC4xNjcgNi4zNTYtOC4zMzcgOS41MzUtMTIuNTA0IDIwLjcyMi0yNy4xODUgMzIuNTU3LjYyIDM3LjU1NSAxOS43MyAwIDAtOC4zODUgMi43MjYtNi45MzYgNy44MjMiLz48cGF0aCBkPSJNMTY5Ni43ODQgODkuMzEzYy00MS4wMi02NS4yMzQtMTA5LjY2OSAzOC41Ni02OC44NjYgNjEuNzQ5IDI3LjYzIDE1LjcwMSA2Mi4yMDYgMS45OSA4OC45Ny05LjYyOCAyMy40NzQtMTAuMTkgNDMuNTg1LTMwLjIzNSA2My4wNTgtNDYuMjcyIDE2LjI5OC0xMy40MjQgMzEuNTg1LTIzLjU2NCA1MS41MzctMzAuNjAxIDI1LjYtOS4wMjggNTUuMjMxIDEyLjEwOCA1Ny4zMyAzOC4zMzcgMi4yMjYgMjcuODQ0LTI5LjU5NSA1Ny41NzItNDEuMzk2IDE5LjE0IDE4LjE3MS00LjYxNy0yLjcyNy0yNC40ODMtMTguMTMxLTExLjUzNS0xMC41ODYgOC45LTEzLjAwMSAyOC41NTYtMi45ODUgMzguNTcyIDMxLjg5NCAzMS44OTQgNzUuMjI4LTQuOTM1IDc5LjMwNC0zOC45MjEgNS43NzQtNDguMTM4LTUzLjE2Mi03Mi41NS05MC41MS01My45MDYtMzUuMzM1IDE3LjY0LTYyLjEyNiA0Ni42MzYtOTQuODkzIDY4LjE4Mi0xMi4zOTMgOC4xNS0yNy4zMTcgMTIuNDY2LTQxLjQyNCAxNi41NjMtODEuNjU0IDIzLjcwNy0yOS4yOTUtMTA2LjMzNiAxMi41NTMtNDguNDkzIDIuMzM2IDMuMjMyIDcuNjU4LjMyMyA1LjQ1My0zLjE4NyIvPjwvZz48cGF0aCBkPSJNMTkxOS45OTUgODYuOTk4YTU0LjIzNSA1NC4yMzUgMCAwIDEtLjM5IDcuMTU2Yy00LjA3NiAzMy45ODYtNDcuNDEgNzAuODE1LTc5LjMwNCAzOC45MjEtMTAuMDE2LTEwLjAxNi03LjYwMS0yOS42NzMgMi45ODUtMzguNTcyIDE1LjQwNC0xMi45NDggMzYuMzAyIDYuOTE4IDE4LjEzIDExLjUzNSAxMS44MDIgMzguNDMyIDQzLjYyMyA4LjcwNCA0MS4zOTYtMTkuMTQtMi4wOTgtMjYuMjI5LTMxLjcyOC00Ny4zNjUtNTcuMzMtMzguMzM3LTE5Ljk1IDcuMDM3LTM1LjIzOCAxNy4xNzctNTEuNTM2IDMwLjYtMTkuNDczIDE2LjAzOC0zOS41ODQgMzYuMDgyLTYzLjA1OSA0Ni4yNzMtMjYuNzYzIDExLjYxOS02MS4zMzkgMjUuMzMtODguOTY5IDkuNjI4LTcuMDUzLTQuMDA5LTEwLjgzNS0xMC40MjUtMTIuMDU2LTE3Ljk2MS00LjcwNyA1Ljk4Ni0xMS43ODQgMTAuMzgxLTIxLjc0NiAxMi4xNTQtMTMuNjA3IDIuNDIyLTMxLjYwNSAxLjUyLTQyLjc1NS03Ljc3NS02Ljc1Mi01LjYyOC0xOS40OTEtMzMuMTczLTQuNTQ3LTM3LjAzIDE5LjI5LTQuOTggNC41NDcgMzcuMDMgNDcuNjc2IDI3LjAyMiAxOS40NzEtNC41MTkgOS44OS00Mi45Ni0uNDM4LTU0LjI4Ny0xMi44NDgtMTQuMDk1LTM0LjYzNS0xNy4yOTItNTIuNjUzLTE1LjE2Mi0yNC4yOTMgMi44NzItNTEuMzA4IDguNDUtNzIuNTQ1IDIxLjMyMi00NC43OTcgMjcuMTU1LTgyLjE1MiA2My4wMzgtMTM0LjA4NyA3NS44Ny00MC42MDMgMTAuMDM0LTgwLjY2OC03LjExOS05My4xODEtNDIuMjgtMTAuMTk4IDMwLjUyNS00OC4yNTMgNTcuNjM4LTc3LjAxIDI4Ljg4LTkuNDM2LTkuNDM2LTcuODItMjcuMTEgMS4wMjktMzYuNDk2IDUuOTE3LTYuMjgxIDMzLjQwNi0xMi44MTUgMjcuNzc5IDQuMTIzLTMuMzczIDEwLjE1Mi05LjgzNCA3LjM4Ny4xOCAxOC45ODIgMy42MjQgNC4xOTggOC40NCA4Ljc3MyAxNC40NCA4LjI2NiAxMC43NzUtLjkxIDIzLjQyNi0yNC42MzQgMjIuNTctMzMuODE2LTMuMjg1LTM1LjE5NS0yMy41NTgtNTAuMzg3LTYwLjgxNi00NS41NzMtMTkuOTUyIDcuMDM1LTM1LjI0IDE3LjE3Ny01MS41MzcgMzAuNjAxLTE5LjQ3MyAxNi4wMzUtMzkuNTgyIDM2LjA4LTYzLjA2IDQ2LjI3Mi0yNy4zMzMgMTEuODY2LTg5LjA3NCAyNC44NzktOTkuODQtMy44NGE1OS43ODggNTkuNzg4IDAgMCAxLTEuNjMgMi4xM2MtMTguNTEzIDIzLjExOS05MS4yNjQgNTIuMzQxLTEwMi45MyAyLjI5Mi01LjQwOC0yMy4yMDggMzguODI2LTY4LjEwNyA0OC45ODQtMzYuNjAzIDIuNzUxIDguNTM3LTMxLjI1MSA1OS44IDUuMDYzIDQxLjg3NiA1LjUwMS0yLjcxNCAxMC45OTctNS40MjkgMTYuNDk0LTguMTQgMzIuMDM4LTIzLjQ0NyAzNC43MS03Mi40MzMtMTAuODktODAuNjU1LTM3LjM5MS02Ljc0LTc2Ljg1LjE0NC0xMDMuMjYzIDI4LjUzNS0yNC43NDYgMjYuNjAxLTQ5LjkgNjEuMy04OC45OTEgNjUuNjgtMjIuNDM3IDIuNTE1LTU5LjkwNiAxLjkzLTcwLjk2OS0yMi4yNzMtMTQuMjM3IDI1Ljc0NS00Ny4wMDkgNDQuMTE1LTcyLjQ4NCAxOC42NC0xMC4wMTgtMTAuMDE5LTcuNi0yOS42NzQgMi45ODQtMzguNTcyIDE1LjQwNi0xMi45NSAzNi4zMDQgNi45MTYgMTguMTMyIDExLjUzNCAxMS44MDEgMzguNDMyIDQzLjYyMyA4LjcwNSA0MS4zOTQtMTkuMTQxLTIuMDk4LTI2LjIyOC0zMS43MjktNDcuMzY0LTU3LjMzLTM4LjMzNi0xOS45NTEgNy4wMzUtMzUuMjM5IDE3LjE3Ny01MS41MzYgMzAuNjAxLTE5LjQ3MSAxNi4wMzUtMzkuNTgzIDM2LjA4LTYzLjA2IDQ2LjI3Mi0yNi43NjIgMTEuNjE3LTYxLjMzNiAyNS4zMy04OC45NjYgOS42MjgtNy4wNTMtNC4wMDgtMTAuODM2LTEwLjQyNi0xMi4wNTYtMTcuOTYyLTQuNzA4IDUuOTg3LTExLjc4NSAxMC4zODMtMjEuNzQ4IDEyLjE1Ni0xMy42MDYgMi40MTktMzEuNjA1IDEuNTItNDIuNzU2LTcuNzc1LTYuNzUyLTUuNjI5LTE5LjQ5LTMzLjE3NC00LjU0Ny0zNy4wMzIgMTkuMjkxLTQuOTggNC41NDcgMzcuMDMyIDQ3LjY3NyAyNy4wMjQgMTkuNDctNC41MiA5Ljg4OS00Mi45Ni0uNDM5LTU0LjI5LTEyLjg0OC0xNC4wOTMtMzQuNjM1LTE3LjI5LTUyLjY1LTE1LjE2LTI0LjI5NSAyLjg3LTUxLjMwOSA4LjQ1LTcyLjU0OCAyMS4zMjItNDQuNzk3IDI3LjE1My04Mi4xNSA2My4wMzctMTM0LjA4NSA3NS44N0M0OC45NjUgMTQzLjg2NyAxLjUxNiAxMTcuNDYuMDM2IDY4LjA4OEwwIDY4VjBoMTkyMHY4N2wtLjAwNS0uMDAyeiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==)}
 
 
 
 
 
 
 
 
 
 
10204
  .brz-ed .brz-ed-floating__button{width:16px;height:16px;border-radius:16px;font-size:7px;background-color:#999;color:#fff;-webkit-box-shadow:none;box-shadow:none;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear;cursor:pointer}
10205
  .brz-ed .brz-ed-floating__button:after{content:"";display:block;width:28px;height:28px;border:3px solid #999;position:absolute;z-index:1;top:50%;left:50%;margin-top:-14px;margin-left:-14px;border-radius:50%;opacity:0}
10206
  .brz-ed .brz-ed-floating__button--active,.brz-ed .brz-ed-floating__button:hover{-webkit-transform:scale(1.75);transform:scale(1.75);-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear;font-size:8px}
@@ -10318,6 +10345,7 @@ body.brz::after,body.brz::before{display:none}
10318
  .brz-ed .brz-ed-popup-two-sidebar-body{padding:40px 40px 0}
10319
  .brz-ed .brz-ed-popup-two-sidebar-list{cursor:pointer;color:#767f86;padding-bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:pn,"Open Sans",Arial,sans-serif;font-size:14px;font-weight:600;-webkit-transition:color .3s ease;transition:color .3s ease}
10320
  .brz-ed .brz-ed-popup-two-sidebar-list:hover{color:rgba(255,255,255,.9)}
 
10321
  .brz-ed .brz-ed-popup-two-sidebar-list-active{color:#3dbfe8}
10322
  .brz-ed .brz-ed-popup-two-sidebar-list-active:hover{color:#3dbfe8}
10323
  .brz-ed .brz-ed-popup-two-sidebar-list--new .brz-ed-popup-two-sidebar-list__span-new{opacity:1!important;pointer-events:auto!important}
@@ -10326,7 +10354,6 @@ body.brz::after,body.brz::before{display:none}
10326
  .brz-ed .brz-ed-popup-two-sidebar-list__span-text{max-width:58%}
10327
  .brz-ed .brz-ed-popup-two-sidebar-list__span-new{width:32px;height:16px;margin-left:15px;background-color:#d62c2c;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:pn,"Open Sans",Arial,sans-serif;font-size:9px;text-transform:uppercase;color:#fff;border-radius:8px;padding-top:1px;opacity:0;pointer-events:none}
10328
  .brz-ed .brz-ed-popup-two-sidebar-list__span-quantity{margin-left:auto;font-size:13px;padding-top:1px}
10329
- .brz-ed .brz-ed-popup-two-sidebar li:last-of-type{padding-bottom:0}
10330
  .brz-ed .brz-ed-popup-two-sidebar-title{color:rgba(255,255,255,.9);font-size:12px;font-weight:600;letter-spacing:1px;line-height:14px;font-family:pn,"Open Sans",Arial,sans-serif;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:23px}
10331
  .brz-ed .brz-ed-popup-two-sidebar-title:after{content:"";width:100%;height:1px;background-color:#424951;margin-left:20px;display:block}
10332
  .brz-ed .brz-ed-popup-two-blocks{position:absolute;width:85.9375%;height:89.537037%;max-width:1650px;max-height:967px;top:0;right:0;bottom:0;left:0;margin:auto;border-radius:5px;overflow:hidden;-webkit-box-shadow:0 0 45px 10px rgba(3,8,15,.2);box-shadow:0 0 45px 10px rgba(3,8,15,.2)}
@@ -10589,7 +10616,7 @@ body.brz::after,body.brz::before{display:none}
10589
  .brz-ed .brz-ed-draggable{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}
10590
  .brz-ed .brz-ed-draggable-active{opacity:1;-webkit-transition-delay:.5s;transition-delay:.5s}
10591
  .brz-ed .brz-ed-draggable__column{position:absolute;top:0;z-index:1030;width:20px;height:100%;cursor:col-resize}
10592
- .brz-ed .brz-ed-draggable__column--item{width:8px;height:50px;position:absolute;top:50%;left:50%;border-radius:8px;-webkit-transform:translate(-3px,-50%);transform:translate(-3px,-50%);background-color:#3dbfe8}
10593
  .brz-ed .brz-ed-draggable__column--left{left:-10px}
10594
  .brz-ed .brz-ed-draggable__column--right{right:-10px}
10595
  .brz-ed .brz-ed-draggable__column--red .brz-ed-draggable__column--item{background-color:#ed2164}
@@ -10601,13 +10628,10 @@ body.brz::after,body.brz::before{display:none}
10601
  .brz-ed.brz-ed--mobile .brz-ed-draggable__column--left,.brz-ed.brz-ed--tablet .brz-ed-draggable__column--left{display:none}
10602
  .brz-ed .brz-ed-draggable__padding{width:100%;background-color:rgba(61,191,232,.15);cursor:ns-resize;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
10603
  .brz-ed .brz-ed-draggable__padding--value{font-size:14px;font-family:pn,"Open Sans",Arial,sans-serif;color:#2ea9d0;font-weight:700}
10604
- .brz-ed.brz-ed--desktop .brz-ed-draggable__padding{height:var(--height)}
10605
  .brz-ed.brz-ed--desktop .brz-ed-draggable__padding--desktop-value{display:block}
10606
  .brz-ed.brz-ed--desktop .brz-ed-draggable__padding--mobile-value,.brz-ed.brz-ed--desktop .brz-ed-draggable__padding--tablet-value{display:none}
10607
- .brz-ed.brz-ed--tablet .brz-ed-draggable__padding{height:var(--tabletHeight)}
10608
  .brz-ed.brz-ed--tablet .brz-ed-draggable__padding--tablet-value{display:block}
10609
  .brz-ed.brz-ed--tablet .brz-ed-draggable__padding--desktop-value,.brz-ed.brz-ed--tablet .brz-ed-draggable__padding--mobile-value{display:none}
10610
- .brz-ed.brz-ed--mobile .brz-ed-draggable__padding{height:var(--mobileHeight)}
10611
  .brz-ed.brz-ed--mobile .brz-ed-draggable__padding--desktop-value,.brz-ed.brz-ed--mobile .brz-ed-draggable__padding--tablet-value{display:none}
10612
  .brz-ed.brz-ed--mobile .brz-ed-draggable__padding--mobile-value{display:block}
10613
  .brz-ed .brz-ed-box__resizer{position:relative;width:100%;height:100%}
@@ -10624,7 +10648,7 @@ body.brz::after,body.brz::before{display:none}
10624
  .brz-ed .brz-ed-sidebar{font-family:pn,"Open Sans",Arial,sans-serif;position:fixed;left:0;top:0;bottom:0;width:48px;color:#fff;z-index:1060;-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
10625
  .brz-ed .brz-ed-sidebar__edit-button{color:#fff;font-family:pn,"Open Sans",Arial,sans-serif;font-size:13px;font-weight:600;margin-left:auto;cursor:pointer}
10626
  .brz-ed .brz-ed-sidebar__edit-button:hover{color:#3dbfe8}
10627
- .brz-ed .brz-ed-sidebar .brz-ed-sidebar__add-elements--separator-title{width:182px;margin:11px auto 15px 49px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:10px;font-family:pn,"Open Sans",Arial,sans-serif;font-weight:600;color:#818a91;text-transform:uppercase}
10628
  .brz-ed .brz-ed-sidebar .brz-ed-sidebar__add-elements--separator-title::after,.brz-ed .brz-ed-sidebar .brz-ed-sidebar__add-elements--separator-title::before{content:"";height:1px;background:rgba(255,255,255,.1);margin-top:-1px}
10629
  .brz-ed .brz-ed-sidebar .brz-ed-sidebar__add-elements--separator-title::before{min-width:11px;margin-right:5px}
10630
  .brz-ed .brz-ed-sidebar .brz-ed-sidebar__add-elements--separator-title::after{width:100%;margin-left:7px}
@@ -10724,6 +10748,8 @@ to{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.3);box-shadow:0 0 10px 0 rgba(0,0,0
10724
  .brz-ed .brz-ed-sidebar__add-elements__item:active .brz-ed-sidebar__add-elements__icon,.brz-ed .brz-ed-sidebar__add-elements__item:focus .brz-ed-sidebar__add-elements__icon,.brz-ed .brz-ed-sidebar__add-elements__item:hover .brz-ed-sidebar__add-elements__icon{border-color:#3dbfe8;color:#3dbfe8}
10725
  .brz-ed .brz-ed-sidebar__add-elements__item:active .brz-ed-sidebar__add-elements__text,.brz-ed .brz-ed-sidebar__add-elements__item:focus .brz-ed-sidebar__add-elements__text,.brz-ed .brz-ed-sidebar__add-elements__item:hover .brz-ed-sidebar__add-elements__text{color:#3dbfe8}
10726
  .brz-ed .brz-ed-sidebar__add-elements__item:hover .brz-ed-sidebar__add-elements__tooltip{opacity:1;visibility:visible;-webkit-transition-delay:750ms;transition-delay:750ms}
 
 
10727
  .brz-ed .brz-ed-sidebar__add-elements__icon{width:46px;height:46px;border:2px solid #3c424d;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;font-size:16px;margin-bottom:6px}
10728
  .brz-ed .brz-ed-sidebar__add-elements__text{font-size:12px;font-family:pn,"Open Sans",Arial,sans-serif;font-weight:600;letter-spacing:.1px;text-transform:capitalize;color:rgba(255,255,255,.6);-webkit-transition:color .2s ease-out;transition:color .2s ease-out;margin:0 -5px;max-width:54px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
10729
  .brz-ed .brz-ed-sidebar__add-elements--separator{margin:8px 49px 18px;border:0;border-top:1px solid #3c424d}
@@ -11021,8 +11047,8 @@ to{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.3);box-shadow:0 0 10px 0 rgba(0,0,0
11021
  .brz-ed .brz-columns>.brz-ed-border>.brz-ed-border__inner-1:after,.brz-ed .brz-columns>.brz-ed-border>.brz-ed-border__inner-1:before,.brz-ed .brz-columns>.brz-ed-border>.brz-ed-border__inner-2:after{left:0}
11022
  .brz-ed .brz-columns>.brz-ed-border>.brz-bg{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}
11023
  .brz-ed .brz-columns:first-child>.brz-ed-border>.brz-ed-border__inner-1:after,.brz-ed .brz-columns:first-child>.brz-ed-border>.brz-ed-border__inner-1:before,.brz-ed .brz-columns:first-child>.brz-ed-border>.brz-ed-border__inner-2:after{left:-2px}
11024
- .brz-ed .brz-columns .brz-ed-border__column--empty{min-height:125px}
11025
- .brz-ed .brz-columns .brz-ed-border__column--empty>.brz-bg{padding:0;margin:0;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}
11026
  .brz-ed.brz-ed--tablet .brz-columns:first-child>.brz-ed-border>.brz-ed-border__inner-1:after,.brz-ed.brz-ed--tablet .brz-columns:first-child>.brz-ed-border>.brz-ed-border__inner-1:before,.brz-ed.brz-ed--tablet .brz-columns:first-child>.brz-ed-border>.brz-ed-border__inner-2:after{left:0}
11027
  .brz-ed.brz-ed--mobile .brz-columns>.brz-ed-border>.brz-ed-border__inner-1:after,.brz-ed.brz-ed--mobile .brz-columns>.brz-ed-border>.brz-ed-border__inner-1:before,.brz-ed.brz-ed--mobile .brz-columns>.brz-ed-border>.brz-ed-border__inner-2:after{left:-2px}
11028
  .brz-ed .brz-ed-border__wrapper{height:auto}
@@ -11170,4 +11196,5 @@ to{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.3);box-shadow:0 0 10px 0 rgba(0,0,0
11170
  .brz-ed .brz-rich-text .link--anchor.is-empty,.brz-ed .brz-rich-text .link--external.is-empty,.brz-ed .brz-rich-text .link--popup.is-empty{text-decoration:none}
11171
  .brz-ed .brz-rich-text .link--anchor.is-empty:hover,.brz-ed .brz-rich-text .link--external.is-empty:hover,.brz-ed .brz-rich-text .link--popup.is-empty:hover{text-decoration:none}
11172
  .brz-ed .fb-comments,.brz-ed .fb-group,.brz-ed .fb-like,.brz-ed .fb-page,.brz-ed .fb-post,.brz-ed .fb-video{pointer-events:none}
11173
- .brz-ed .brz-fb-comments,.brz-ed .brz-fb-embed,.brz-ed .brz-fb-page{width:100%}
 
1115
  .brz .brz-popup__inner{height:100%}
1116
  @media (max-width:991px){.brz.brz-ed .brz-section__header--animated{padding-left:15px;padding-right:15px}}.brz .brz-container,.brz .brz-container__wrap{margin-left:auto;margin-right:auto;width:100%}
1117
  .brz .brz-container__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
1118
+ @media (max-width:991px){.brz .brz-container__wrap,.brz .brz-container__wrap--fluid{padding-left:15px;padding-right:15px}}.brz .brz-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:left}
1119
+ .brz .brz-row__container{position:relative;text-align:center;font-size:0}
1120
  .brz .brz-row__container .brz-link-container{position:absolute;height:100%;width:100%;top:0;left:0}
1121
+ .brz .brz-row__bg{width:100%;font-size:initial}
1122
  .brz .brz-columns{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:1px;-ms-flex-preferred-size:100%;flex-basis:100%;will-change:flex,max-width}
1123
  .brz .brz-columns>.brz-bg{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}
1124
  .brz .brz-columns .brz-container-link{position:absolute;height:100%;width:100%;top:0;left:0}
1350
  .brz .brz-popup__preview{z-index:-1;visibility:hidden;-webkit-transform:translate(-100%);transform:translate(-100%);opacity:0;-webkit-transition:.3s cubic-bezier(.25,.46,.45,.94) opacity,.3s cubic-bezier(.25,.46,.45,.94) visibility,.3s cubic-bezier(.25,.46,.45,.94) z-index;transition:.3s cubic-bezier(.25,.46,.45,.94) opacity,.3s cubic-bezier(.25,.46,.45,.94) visibility,.3s cubic-bezier(.25,.46,.45,.94) z-index}
1351
  .brz .brz-popup__preview.brz-popup--opened{z-index:1070;visibility:visible;-webkit-transform:translate(0);transform:translate(0);opacity:1;-webkit-transition:.3s cubic-bezier(.25,.46,.45,.94) opacity,.3s cubic-bezier(.25,.46,.45,.94) visibility,.3s cubic-bezier(.25,.46,.45,.94) z-index;transition:.3s cubic-bezier(.25,.46,.45,.94) opacity,.3s cubic-bezier(.25,.46,.45,.94) visibility,.3s cubic-bezier(.25,.46,.45,.94) z-index}
1352
  .brz .brz-popup2{position:fixed;width:100%;height:100%;top:0;left:0;z-index:1070}
1353
+ .brz .brz-popup2__close{position:absolute;z-index:2;color:#fff;font-size:0;cursor:pointer}
1354
  .brz .brz-popup2__close .brz-icon-svg{font-size:26px}
1355
  .brz .brz-popup2>.brz-ed-border{height:100%}
1356
+ .brz .brz-popup2 .brz-container__wrap{position:relative}
1357
  .brz .brz-popup2__inner{height:100%}
1358
+ .brz .brz-popup2__inner>.brz-bg-content{max-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}
1359
+ .brz .brz-popup2__inner>.brz-bg-content>.brz-container__wrap{margin:0;padding:0;min-width:300px}
1360
+ .brz .brz-popup2__vertical-align{-webkit-transform:rotate(270deg);transform:rotate(270deg)}
1361
+ .brz .brz-popup2__button-go-to-editor{display:inline-block;position:absolute;left:40px;top:34px;font-size:13px;font-weight:600;padding:13px 23px 13px 18px;color:#fff;background-color:rgba(3,8,15,.92);border:none;border-radius:100px;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.5);box-shadow:0 0 5px 0 rgba(0,0,0,.5);cursor:pointer;z-index:9999}
1362
+ .brz .brz-popup2__button-go-to-editor:hover{color:#3dbfe8}
1363
+ .brz .brz-popup2__icon-go-to-editor{vertical-align:text-top;margin-right:16px}
1364
  .brz .brz-popup2__preview{z-index:-1;visibility:hidden;-webkit-transform:translate(-100%);transform:translate(-100%);opacity:0;-webkit-transition:.3s cubic-bezier(.25,.46,.45,.94) opacity,.3s cubic-bezier(.25,.46,.45,.94) visibility,.3s cubic-bezier(.25,.46,.45,.94) z-index;transition:.3s cubic-bezier(.25,.46,.45,.94) opacity,.3s cubic-bezier(.25,.46,.45,.94) visibility,.3s cubic-bezier(.25,.46,.45,.94) z-index}
1365
  .brz .brz-popup2__preview.brz-popup2--opened{z-index:1070;visibility:visible;-webkit-transform:translate(0);transform:translate(0);opacity:1;-webkit-transition:.3s cubic-bezier(.25,.46,.45,.94) opacity,.3s cubic-bezier(.25,.46,.45,.94) visibility,.3s cubic-bezier(.25,.46,.45,.94) z-index;transition:.3s cubic-bezier(.25,.46,.45,.94) opacity,.3s cubic-bezier(.25,.46,.45,.94) visibility,.3s cubic-bezier(.25,.46,.45,.94) z-index}
1366
  .brz .brz-carousel{display:block;width:100%}
1451
  .brz .brz-fb-embed,.brz .brz-fb-group,.brz .brz-fb-page{position:relative}
1452
  .brz .brz-fb-embed::before,.brz .brz-fb-group::before,.brz .brz-fb-page::before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;display:block;pointer-events:none}
1453
  .brz .brz-fb-comments{width:100%}
1454
+ .brz .brz-breadcrumbs{width:100%;padding:0;margin:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;word-break:break-all}
1455
+ .brz .brz-breadcrumbs .brz-li{list-style:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
1456
+ .brz .brz-breadcrumbs .brz-li .brz-a{cursor:pointer}
1457
+ .brz .brz-breadcrumbs .brz-li .brz-icon-svg{margin-top:1px}
1458
+ .brz .brz-breadcrumbs .brz-li:last-child .brz-a{margin-right:0}
1459
+ .brz .brz-breadcrumbs .brz-li:not(:last-child) .brz-a{color:inherit}
1460
  .brz .screen-reader-text{display:none}
1461
  .brz .media-modal *{-webkit-box-sizing:content-box;box-sizing:content-box}
1462
  .brz .media-modal input,.brz .media-modal select,.brz .media-modal textarea{-webkit-box-sizing:border-box;box-sizing:border-box}
10102
  .brz-ed .brz-ed-fixed-bottom-panel__item.active:hover{color:#3dbfe8}
10103
  .brz-ed .brz-ed-fixed-bottom-panel__item:first-child{padding-left:18px}
10104
  .brz-ed .brz-ed-fixed-bottom-panel__item:last-child{border-right:none}
10105
+ .brz-ed .brz-ed-fixed-bottom-panel__item .brz-icon-svg{font-size:14px}
10106
  .brz-ed .brz-ed-fixed-bottom-panel__preview{cursor:pointer;padding:0}
10107
+ .brz-ed .brz-ed-fixed-bottom-panel__preview .brz-a{color:#fff;-webkit-transition:color 150ms linear;transition:color 150ms linear;font-size:0;padding:14px}
10108
  .brz-ed .brz-ed-fixed-bottom-panel__preview:hover .brz-a{color:#3dbfe8}
10109
+ .brz-ed .brz-ed-fixed-bottom-panel__hidden_elements{cursor:pointer;color:#fff}
10110
  .brz-ed .brz-ed-fixed-bottom-panel__btn{padding:8px 13px;cursor:pointer}
10111
  .brz-ed .brz-ed-fixed-bottom-panel__btn .brz-a,.brz-ed .brz-ed-fixed-bottom-panel__btn .brz-span{font-size:13px;line-height:1;color:#fff;padding:8px 14px 5px;border-bottom:2px solid #006799;background-color:#0085ba;border-radius:15px;height:28px;min-width:75px;text-align:center;-webkit-transition:background-color 150ms linear;transition:background-color 150ms linear}
10112
  .brz-ed .brz-ed-fixed-bottom-panel__btn .brz-a:hover,.brz-ed .brz-ed-fixed-bottom-panel__btn .brz-span:hover{background-color:#0092cc;color:#fff}
10113
  .brz-ed .brz-ed-fixed-bottom-panel__btn .brz-a .brz-icon-svg,.brz-ed .brz-ed-fixed-bottom-panel__btn .brz-span .brz-icon-svg{width:1em;height:1em}
10114
  .brz-ed .brz-ed-fixed-bottom-panel__btn--download .brz-a,.brz-ed .brz-ed-fixed-bottom-panel__btn--download .brz-span{min-width:97px}
10115
+ .brz-ed .brz-ed-grid__inline-options{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
10116
+ .brz-ed .brz-ed-grid__inline-options .brz-ed-grid__option{padding:0;min-height:16px;font-size:16px;color:#fff;-webkit-transition:color .2s linear;transition:color .2s linear;cursor:pointer;text-align:center;padding:0 14px}
10117
+ .brz-ed .brz-ed-grid__inline-options .brz-ed-grid__option:hover{color:#3dbfe8;-webkit-transition:color .2s linear;transition:color .2s linear}
10118
  .brz-ed .brz-ed-option__block-thumbnail .brz-ed-scroll-pane .brz-ed-scroll-inner{max-height:240px;border-right-style:none!important}
10119
  .brz-ed .brz-ed-option__block-thumbnail .brz-ed-scroll-pane .brz-ed-tall-track{right:-10px}
10120
  .brz-ed .brz-ed-option__block-thumbnail-item{margin-bottom:0;max-width:140px;position:relative;cursor:pointer;padding:4px;margin:2px 0}
10218
  .brz-ed .brz-ed-shape--40{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkyMCAxMDUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBhdGggZD0iTTE5MTkuOTA3IDc5LjY4NWMuMDQ0Ljk5Mi0uMTgzLjU0Ny0uOTA2LTIuMzE0LTkuMzEzLTM2LjgzNi01OS42OTMtNzIuNzg1LTk4LjE5LTUxLjA0LTMuMTIzIDEuNzY0LTE0LjA0MyAxMS41OTktMjIuODA2IDIxLjkwNC0uMzM3LjQgMy42ODcgMTguMTc1IDMuNDk5IDIwLjgxNS0uNDU3IDYuMzM0LTEuMDkzIDkuNTE3LTYuODg0IDEyLjIyNS02Ljc3MyAzLjE2Ny0yMC41MDUgMS4zMTYtMjEuNTAzLTcuNzc5LS45NDItOC42MDcgMi4xMzUtMTguMjU0IDcuMDU4LTI3LjEzNy0xMC4zNzEtMTguNDUtMjYuOTc3LTMwLjc0LTUzLjMxNi0yNC4zOTYtMTUuMTMgMy42NDYtMzEuNTQzIDEwLjM0LTQwLjk5NCAyMy4zNDQgNS45ODEgOC43MTYgMTkuMjk5IDI2LjgyMyA5LjkxNiAzNS44ODctNS40NCA1LjI1Ny0yMy4xNTUgMTAuNDItMjkuMTU1IDMuNjYzLTMuNzg3LTQuMjY1LTEuODU4LTE0LjY4LTEuMDIyLTE5Ljc0OC4zMzgtMi4wNTggNy4wMi0xOS4zNSA2Ljk3MS0xOS40MS0xNy43MjMtMjEuNzgzLTQzLTMyLjU3OC03NS4yMzctMjAuMTQ2LTEyLjY1MyA0Ljg3OS0yNi4zNyAxMS4yNTctMzYuNDI4IDIwLjk3NCA2Ljg3NiAxMS42NTYgMTcuOTY4IDMwLjE5IDEwLjQwNyA0My44NzMtMTMuMjc0IDI0LjAyLTQzLjU4OCAyLjYxOC0zOC4xNC0yMC4wMzYuNjg3LTIuODYgMTMuNTctMjUuMDg2IDEzLjk5NS0yNC40OC0zLjI4My00LjY5Ni02LjUtOC41NDQtOC44MjQtMTAuNzktMTQuMDI1LTEzLjU2MS0zMC44MzctMjAuMjI1LTUwLjMxOC0xMy42NDYtMTEuMzU4IDMuODM0LTIzLjE5MiA3Ljk4My0zMy4zOTkgMTQuNDUzLTEuMDQuNTg2LTEuOTYxIDEuMzM1LTIuOTY3IDEuOTcuNjA4LS4zODYgMy45NzEgMjMuNzkyIDMuMjIgMjYuOTU1LTEuNTc0IDYuNjIzLTUuNiA5LjgzOC0xMi4xNzMgMTEuNTkzLTkuMzQgMi40OTYtMjkuNjYzLS45ODctMjQuMTc1LTE0LjcxMiAzLjk1LTkuODc3IDEwLjEtMTguNDY4IDE3LjYyLTI1Ljc3Mi0xNi41MzEtMTQuNDY1LTUzLjIzOS0xMy41NzEtNzEuOTE2LTYuNzQtNi4yNDEgMi4yODMtMjIuNzcgMTIuNTk1LTM0LjkwNyAyNC40MTYuOTUxIDEuMzQgMS45ODcgMi41ODUgMi44NTYgNC4wMSA2IDkuODQ4IDEzLjIwNSAzMS43OTUtMy4xMzUgMzUuNzk3LTE1LjU2NiAzLjgxMS0zMC42NS0xNS4yMi0yMS43NDctMjguODMzIDIuMzMzLTMuNTY1IDQuODAxLTcuMDY3IDcuMzQ2LTEwLjUxNS0xOC4xMjctMTUuNTgtNTAuNTg0LTI4LjE4OC01OS45ODgtMjkuNzYyLTE4LjI2NC0zLjA2LTQxLjM1MS0yLjgyNC01NC4wMDggMTMuNTU5LjE5Ni0uMjU1LS4zMjQuOTc4LTEuMTgyIDIuOTkxLS40NTcgMS4wNzUgNS4yNjggMTIuMzQ5IDUuNjcyIDE0LjY1Ljg5MyA1LjA4MiAxLjIzIDExLjU4My0uNCAxNi41Ni0yLjEwOSA2LjQzNi0xMC4wMzUgMTQuNTctMTcuNjg5IDEzLjc0LTcuNS0uODI0LTkuNDk0LTkuMy05LjAxMS0xNS42NjUuMzQ1LTQuNTU1IDcuODI1LTI0LjQ1MiA1LjMwMi0yNy43OTEtMTEuMDc3LTE0LjY2MS0yOS43MzQtMjQuMTY0LTQ4LjM3NS0yMi42Mi0xNi43NzYgMS4zOTMtMzIuOTIgNS45NjYtNDYuOTM2IDE1LjY3NS0xLjU2MiAxLjA4Mi03LjY3NiA1LjE5Mi0xNC4wMyAxMC41ODUgMS4zNjIgMS44MSAyLjgyNSAzLjUwMiAzLjk5MiA1LjUzNyAxNS43MjIgMjcuNDI0LTIyLjkxMyA1MC4wOTYtMzAuNjI1IDIwLjc3LTEtMy44MTUgNy4zODMtMjYuNTUyIDEwLjcwOC0yNC4yOTItMTMuNzM2LTkuMzM4LTM0LjEwNC0xNi4yOS00MS43MDUtMTYuNjIxLTE0LjIyLS42MjEtMjguNy0uMTg0LTQyLjI2OCA0Ljc3My01LjA4OSAxLjg1OC0yMC45NSAxMC43MjItMzMuMTgzIDIwLjY3MiA0LjExNyA4Ljc0IDcuMjQyIDI1LjE3MiAyLjI0NCAzNC4wOTMtNi44NDggMTIuMjIzLTIxLjkwNyA0LjYwNi0yNi44MjctNS4wOTMtNC4wMzYtNy45NTUtMy4zOS0xOC41MzUgMS45MDgtMjUuNzUzIDIuMDQtMi43NzkgNC4zMDEtNS40MDggNi42NTYtNy45NTYtMTUuNzk4LTE2Ljc1Ny00OS40NDEtMjIuNjYtNjguMzg1LTE4LjEwNy04LjI2NCAxLjk4NS0yMC44OCA2Ljg0Ny0zMi4wNDEgMTMuNzgxIDIuMzgyIDUuMDU1IDQuMzggMTAuMzQ0IDUuNDcyIDE2LjA3OCAyLjM3NCAxMi40NTItMS45NiAzMy40NDgtMTUuODA4IDM3Ljk5Mi0xMi4wODQgMy45NjUtMjIuNDkzLTExLjI1Mi0yMy44NDYtMjIuMTE1LS44My02LjY0OSAxLjcyLTEyLjkxOCA1LjI0MS0xOC40MTEgMS4wNzctMS42ODIgMTQuNjQtMTYuMjkgMTUuMDQzLTE1LjYyMy0yLjQ2OC00LjA3My01LjEtNy40NjYtNy40NjUtOS41Ni0xNi42ODItMTQuNzQxLTM5LjE5OS0yNy4zMTQtNjIuMDAyLTEzLjExNC0xMS42NjggNy4yNjMtMjQuMDA2IDE0LjYxMi0zMy42NyAyNC41MDUtLjE4Ni4xOTItMS4zNDMgMS42OTgtMi45NTMgMy45MzkgNS4zODcgMTIuMjEzIDYuNzkzIDU3LjM3Ni0xOS4xMzMgNDMuOTExLTEzLjkwNC03LjIxOS00LjE5Mi0zMi45MiAxLjgzOC00Mi41YTY3LjE3MyA2Ny4xNzMgMCAwIDEgMi41NzMtMy43NjRjLTEwLjczNi0xMy42NzgtMzEuMzU4LTIxLjAyMy01MC42NjEtMTguODI0LTE1LjMwNiAxLjc0NC0zNy43NTggNy45NjctNTMuMDkyIDE4LjYwNiAyLjk4NSA0LjI5NSA1LjUyIDguOTg2IDcuMzM1IDE0LjI1NyAzLjg0IDExLjE2NCA0LjY3OCAyNC4zMjUtMi45MDUgMzQuMTU1LTE0LjU0NiAxOC44NTctMjguMTY1LTEuNzQtMzAuOTY3LTE4LjczLS41NTctMy4zODQgNi45MzktMzEuMTUzIDkuODEzLTI4LjI0My04LjU5My04LjctMTkuOTQxLTE1LjYwNi0yOS41OC0xOC43NjctMTkuMzM2LTYuMzQyLTQ4LjQ0Ni03LjYyNC02Mi44ODMgNC4zNDcuNzczLjgzIDEuNjM0IDEuNTI0IDIuMzcgMi40MTEgNi4xNTggNy40NSA5Ljg5MSAxOS43NTYgNi45MjYgMjkuMjMzLTEuNzA1IDUuNDQ4LTEwLjMzNCAxMy4wMjUtMTYuNDMzIDExLjgxLTcuMTYzLTEuNDI2LTEwLjM4OS0xMy4zNzktMTEuMzYtMTkuNjUtLjI4NS0xLjgzNS45OTYtMjEuMTU3IDEuOTM1LTIwLjU2NC02LjQ0Ni00LjA2LTEzLjIyMS02Ljg4Mi0xNi41MzItNy42NzItOS4xNTktMi4xODUtMTguNzEtNC4yOC0yOC4xOTMtMy41OTYtMTEuMTAyLjc5OS0yMy4wNDQgMi42ODItMzIuMTUyIDkuNzItMi4xNTggMS42NjUtNS44NzUgNS4xODQtOS40MjIgOS41MTkuMTM4LS4xNjggNy44OTIgMTQuMTIzIDguMzggMTUuNjE4IDEuNzM0IDUuMzQ4IDIuOTczIDExLjU1NS44NTggMTYuOTk3LTYuMDM0IDE1LjUxNi0yMS44MzQgNS44OS0yNy4yOTYtNS4wNy0xLjQyLTIuODUtLjc5OC0yNC44MDMgMS4zMjUtMjMuNTU2LTguNDktNC45OS0xNy43NTYtOC41MDYtMjAuNjgtOS4yNTgtOC4zNjItMi4xNTMtMTcuMTgxLTQuNjEyLTI1LjkwNi00LjI3LTEzLjg5NS41NDMtMjUuODAzIDQuOTA0LTM0LjEwMyAxNS40NCA1LjE0OSAxNC4xNjQgNi43NzMgNDQuNjYtMTYuNDEgMzYuODQ2LTExLjAwMi0zLjcwOS01LjAwOC0yMS43ODktMS42MjUtMzAuMjE3IDEuMTMtMi44MTMgMi41MjctNS41MTcgNC4wNS04LjE1LTEwLjQ1MS0xMy45NDYtMjkuOTA0LTI2LjI0LTM5LjIzMi0yNy41NDQtMTQuNTk5LTIuMDQtMzAuMDc4LjQxMy00Mi4wMzQgOS42NS0yLjMyNyAxLjc5OC01LjM3MiA0LjUwMi04LjQ2NiA3LjczOC40NTIgMS4wNzcuODU2IDIuMjUzIDEuMzczIDMuMjIzIDMuMDg1IDUuNzk0IDcuNzM1IDExLjc2NSA5LjI4OCAxOC4yNDIgNS4yMjggMjEuODIzLTI5LjUzIDMxLjUyNC0zNC4wNDMgNy4yOTItMS44NjQtMTAuMDA4IDMuMjQ4LTIwLjk2NiA4LjMwMi0yOS4yNzUtNS4wOS05LjU3NC0xMi4wOS0xNi42OTItMjYuODc0LTEwLjY3MS0xMS40IDQuNjQtMjMuMzIgMTAuODM1LTMxLjk0MiAxOS45Ljc4MiAzLjA0OSAxLjM2NCA2LjEyNSAxLjU3NiA5LjEzOC42MjQgOC45MDUtMS42NTMgMjIuNTYxLTExLjY4NCAyNS42Ni0xMC42OTYgMy4zLTE3LjAxOC03LjE0Ny0xNS4zNjgtMTYuNjY0LjU2My0zLjIzOCAxMS4wOTItMTkuODkzIDEwLjc2LTIwLjU2NkM3OS4wMyAzNy4wNzcgNjguNTEgMjkuNDQ1IDU1LjY0OCAzMy40MDUgMjkuMTggNDEuNTQ3IDguMTEzIDU3LjgzOSAxMy4zMTggODcuNjU4Yy44ODUgNS4wNy02LjEzOCA4LjkwNi04LjgyIDMuNzJDMS42NjIgODUuOS4yNTQgODAuMzc1LjAzMSA3NC45NTJMMCA3NVYwaDE5MjB2ODBsLS4wOTMtLjMxNXptLTEyOS4yMi01LjgwOWExNDAuNDg0IDE0MC40ODQgMCAwIDAtMy4wNDQtMTAuNDJjLTIuMzQgNS4yNy0yLjA0OSA5LjI4OCAzLjA0NCAxMC40MnptLTExNi4zMTYgMy40OTVjNS4zMTcgMi42MTMgMTAuNDg2IDEuOTM0IDE1LjUyNi0xLjY5Ni0yLjgzNC02Ljk0OS02LjEwNS0xMy41NS05Ljg2LTE5LjU3OC0yLjg5OSA2LjU4OS02LjEgMTUuMDc5LTUuNjY2IDIxLjI3NHpNMTU1Ni4wNCA5MC43OTJjMy40NDctNC42NyA0LjczLTExLjIzNyA0LjE2LTE2LjkwOC0uMjY3LTIuNjg4LTcuNDc2LTE5LjAzOC03LjQ1Mi0xOS4xMzctMi4yNjMgOS4zMjEtNy45MzcgMTYuNDQtNi4zNzcgMjYuNzA0LjU5OCAzLjkzMyA0LjQyMSAxNi40NDcgOS42NyA5LjM0MXptLTExMy43NzItMjUuMTFjNS44OS01LjkxNS00Ljg5Ny0xNi4zMzcuMjk1LTIwLjk0NS0xLjQxNCAxLjI1NS0yLjg5NyAyLjQyLTQuMjIgMy44MDEtNS45OTcgNC43MTctMTQuNDkzIDI1Ljc5NS44MjIgMTkuMTU0IDEuMzQ2LS41ODQgMi4zNTgtMS4yNiAzLjEwMy0yLjAxem0tMTIxLjYxIDIxLjA5YzguOTk1LTguMTIyIDcuODExLTE2LjgzNyAxLjQyNC0yNS4xMTUtNy4xOTcgOS4zLTkuODIzIDE4LjYwOC0xLjQyNCAyNS4xMTV6bS0xMjcuMjY2LTEyLjhjLjMwNy00LjgzNS0uMjU5LTkuNTQ2LTEuNDQ5LTE0LjA3My0zLjI5IDkuNjE0LTQuODY0IDE3Ljg5IDEuNDQ5IDE0LjA3MnptLTEzMS4zMTIgMy43NDZjMTIuNjkxLTcuNTY3IDExLjA4NS0xNi4wMzkgMy40Ni0yMy42NjItNy40NzggOC4yMzUtMTEuODg0IDE3LjM5NS0zLjQ2IDIzLjY2MnptLTEzMC45MTMgNy4xNDljMi42NzMtNy41MjMgMi45MTMtMTQuMjMgMS4xOTYtMjAuMTA4LTcuMjggNy45MTktMTAuMDEzIDE1LjU1NC0xLjE5NiAyMC4xMDh6bS0xMjUuNjQgOC4wMjNjMTcuODYxLTQuMTYgMTYuMTU2LTIzLjAxIDkuNTcxLTM4LjM1NS0xMi41MDQgMTAuMzUtMTkuNjIyIDIzLjY4OC05LjU3IDM4LjM1NXptLTExMi44Ni00LjEwN2M0LjQzMy05LjI3IDUuNDQzLTE3Ljc4OSAzLjkxMi0yNS4yODktNi43NSAxMS4yMDktMTIuNjI3IDI0LjM1Mi0zLjkxMSAyNS4yOXptLTExNy4xNDcgNC41MmMxMC4wNTgtMTEuNTI3IDcuOTQzLTI0LjIwNS4zMDUtMzUuMjA3LTcuNzA2IDkuMzg4LTkuNTQgMjEuMTIyLS4zMDUgMzUuMjA2ek00NzIuNzg2IDY1LjI5OGM0LjkwOC02LjU3OSAyLjMtMTMuMTY1LTMuMTc2LTE4Ljc3NC0xLjk3NyA1Ljc3LTEuOTE3IDEzLjAzOC43ODggMjEuOTk3YTYuMTcgNi4xNyAwIDAgMSAyLjM4OC0zLjIyM3pNMzcwLjIzOCA3NS43NTZjNS4zMjUtNi4wNyAyLjU4Ni0xMi4yMy0zLjI5LTE3LjYzLTIuOTY4IDYuNTk3LTMuMzE3IDEzLjI5MyAyLjc2MyAxNy45MTcuMTc0LS4xMDUuMzQ4LS4yLjUyNy0uMjg3ek0yNjQuMjIzIDgwLjI3YzQuNjctNC41NTYgNi4wMjUtOS44MyA0LjkwOC0xNS4zNDYtMi43MSA0Ljg3My01LjUzMiAxMS4wNjUtNC45MDggMTUuMzQ2ek0xNTkuNTQgNzIuNTQ4YzE1LjgzMy0yLjc2NyA4LjYzNC0xMC4zNzIgNC4wNS0xOS4zNjEtMy44OCA2LjM5Mi02LjA2NCAxMy4yNjItNC4wNSAxOS4zNjF6bS03MS44MDMtNy4zN2MtLjEzMS4yNzYtLjM0NS41LS40NjguNzgyLS44OTUgMS43MzYtMS41MDMgMy41NDUtMi4wODMgNS4zNmExNC45MzkgMTQuOTM5IDAgMCAwIDIuNTUxLTYuMTQyeiIgZmlsbD0icmdiYSgwLCAwLCAwLCAxKSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)}
10219
  .brz-ed .brz-ed-shape--41{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkyMCAxMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBhdGggZD0iTTE4OTIuMjggNjUuNDM1Yy0zLjU3Ny4wMy01LjkwMy4xNDYtNi45OC4zNS0yLjQwNC40NTQtNC45MDkgMS4zMzctNi4wOTMgMy42NTgtMS41MDIgMi45NDguNyA2LjI3NSA0LjEwNSA2LjEzNSAyLjU4OS0uMTA1IDQuNjY0LTEuMTY2IDYuNzE2LTIuNjYzLS4xNjguMTM3LS4wNzUtNC4wOC4wODMtNC41My4yODctLjgwNyAxLjAxLTEuNzkgMi4xNjgtMi45NXptMS42MDQgMi4wOTJjLTEuNDQ1LjQ0Ni0yLjQwMSAyLjA2NS0xLjI0NSAzLjk1NyAxLjA4MyAxLjc2OCA0LjI4OSAxLjQzMyA0Ljk3OC0uNTguNzAzLTIuMDU4LTEuODUtMy45Ni0zLjczMy0zLjM3N3ptMS05Ljc3NmMtLjYzIDEuNzEyLjc3NCA0LjE3IDEuMTY1IDUuODY5IDIuNTY2IDEuNTM2IDQuNTI1LTMuMDAzIDQuNjk0LTQuNzU0LjA5MS0uOTU0LjA3Ny0zLjkyNi0uOTA3LTQuMzUzLTEuMDc3LS40NjctMy4zMyAxLjE2Mi00LjQwNCAyLjQxLS4yNy4zMTItLjQ2NS42MDEtLjU0OC44Mjh6bTE1LjUzMiA4LjE0OWMtLjQ1Mi0zLjc0LTkuNTc2IDEuNzg0LTkuNDA4IDIuMDQuNDguNzIuNzc2IDEuNTczLjc3MiAyLjQ0NCAzLjkxMy4zOSA5LjIyLjMzNCA4LjYzNi00LjQ4NHptLTguOTIgMTcuNDIzYzMuNzQtLjM3NCA0Ljg1Mi00LjEyNSAyLjA0LTYuNjUtLjk3Ni0uODc4LTIuMDc3LTEuNjMtMy4yMS0yLjMzLS4xMDItLjAyNC0uMTk5LS4wNS0uMjk4LS4wNzYtLjMyMy4zNS0uNTg0Ljc1Mi0uOTkyIDEuMDItMS45NyAxLjI5OC00Ljk1NCAxLjYyNS02Ljk3OS4zMjggMS4zMjIgNC4yMyA0LjQxIDguMjEzIDkuNDM4IDcuNzA4em0tNjEuMDc5LTMzLjE5NmMtNi41NDQtOC45NTctMTUuMzQ0LTIyLjMwNC0yNi4xMzItMjcuNjgyLS4yMzkuMDE0LS40NzcuMDItLjcxNi4wMzYgNi42NjYgMTMuNTAzIDEzLjYyIDI2Ljc2MSAyMC40NzggNDAuMjI1IDEuMTU2IDIuMjY4LTIuMDQyIDQuMTU2LTMuNDE0IDEuOTk1LTcuOTQ5LTEyLjUwMi0xMy45MzktMjUuNTM2LTIwLjEtMzguNzU0LTIuOTY4IDEwLjQ4LTUuMTI5IDIwLjc1NSAyLjE1NSAzMC43ODEgNC44NDcgNi42NzIgMTAuNDA3IDExLjk3OSAxNi42MjUgMTcuMjg2IDcuNjQgNi41MiAxNC43MDYgMTMuMDEyIDE5LjcyNCAyMS40NTYgNS43NzYtMTUuNDczIDEuMTExLTMyLjAyNC04LjYyLTQ1LjM0M3pNMTcxMi45IDU0Ljk5MmMtNC43NzYtMy43MzktMTAuMDQtNi44OTgtMTUuNjQzLTkuMjMyLTIuNTUtMS4wNjMtNS4zNjYtMi4yNDYtOC4xMS0yLjY4NC0xLjA4Ni0uMTcyLTUuMzE0Ljc4Mi01LjkzMi4xMDUgNC40NjggNS4wNCA5LjE3MSA5Ljg4OSAxNC4zNCAxNC4yMiA1LjkxOSA0Ljk1NiAxMi40OTEgOS4wNyAxOC4zNTIgMTQuMDQ4IDEuNzY4IDEuNTAyLS40NzkgMy45MjctMi4zMzQgMy4wMjYtMTMuMjM0LTYuNDIzLTI0LjQzNy0xOS4wMzYtMzMuMzgtMzAuNTkzLS4wODkuMzMtLjIwNi42MDUtLjQ0OS44NjEtMi4yNjEgMTYuNDg2IDEuNDIzIDMwLjgyNSAxOC4yNSAzNy45OTYgMTEuNzQ3IDUuMDA4IDIzLjQ4MSAxMC4wMzMgMzUuMTY3IDE1LjE4LjA4NS4wMzcuNzMxLTYuNDQ3LjcyMS03LjA2NWEzMy4zNjQgMzMuMzY0IDAgMCAwLS44NjUtNi45OWMtMi42OTItMTEuNjY5LTEwLjg2LTIxLjYyNC0yMC4xMTctMjguODcyek0xNjM0LjIgNzMuMDE2Yy0yLjIzNS0xLjg3OC0zLjIxMS0zLjQzMi02LjYxMy0yLjU4My0yLjMzMi41ODItNS4wNiAyLjM0Ni01LjQ3OSA0Ljg0LS42NzUgNC4wNCAxLjkyOCA2LjU2IDUuNjczIDQuODA2LjMwMy0uMTQzIDMuNTcxLTEuNjUgMy41NjctMS43NzguMDQzLTIuMTEyIDEuMTc5LTQuMDQgMi44NTItNS4yODV6bTcuNTczIDExLjY2N2MtMi4zNS43MDQtNS4wNDUuNjc1LTcuMTIyLS40NzMtMy42ODUgMi42ODgtOC45NzIgOC42NTktMy4yMjQgMTEuMjAxIDMuMDQ0IDEuMzQ4IDUuOTE2LS42NzMgNy4zMzItMy4zNDcgMS4xNDgtMi4xNyAyLjM3LTQuOTI1IDMuMDE0LTcuMzh6bS00LjQxLTguNDFjLTMuMjQ4IDMuNzU0IDMuODEgNC45OTkgNC4xMzUgMi4xMjcuMjA0LTEuODM3LTIuMjItNC4zNC00LjEzNS0yLjEyNnptMTMuNjQyLTEyLjcxOGMtNS4wMTQtMS4xNzYtOC45MTcgMy43NjMtOS41MjMgOC4zNDMtLjAyNC4xNjggMy44OTQgMy4xNzUgNC4zNzUgMy4wNDggMS43MTQtLjQ1MyA2LjM5MS00LjQzNCA3LjIzNi01Ljg3NyAxLjMyNi0yLjI3Mi42ODctNC44NjUtMi4wODgtNS41MTR6bTYuOTI0IDIyLjIwOGMuMjI0LTYuMzU1LTUuMjQ0LTcuNTg3LTEwLjQxNC03LjI2Mi0uMjc1IDEuNDgtLjk5MyAyLjc5My0yLjAzOCAzLjg5OSAyLjE4NSAxLjg3NyAzLjM5OCA0LjY5MiA2LjExNCA2LjExMyAyLjU5NSAxLjM1OCA2LjIxMy43OTcgNi4zMzgtMi43NXptLTgyLjkyNC0xOS42MzVjLTQuODc2LTguNzU3LTEwLjY2LTE2Ljg5OC0xNi45Ny0yNC42NDcgMi40ODMgMTEuOTI5IDYuOSAyMi42NDYgMTIuNDE1IDMzLjk3MiAxLjM0IDIuNzU1LTIuMzk3IDQuOTY0LTQuMTA3IDIuNDAxLTYuNjAzLTkuODk1LTEwLjQ3OS0yMS4wODMtMTIuNjc4LTMyLjY1Ni0zLjk4IDEwLjgyMy02LjAzNSAyMS41MTQgMi4wMiAzMi4zOSA1Ljk2MSA4LjA0NyAxMi4wMTggMTYuMDIyIDE3LjkyNCAyNC4xMSAyLjE1NC0xMS45OTggOC4zNDMtMjMuMDk4IDEuMzk2LTM1LjU3em0tMTEwLjMtMTYuMTM4Yy03LjM0NS03LjU4My0xNC44NTUtMTUuMzgtMjUuMDY2LTE4LjM1Ny0uMTI3LjUyIDE3LjY2OCAyMC43OCAyMS44NzYgMzMuMzk0LjA3LjIxNi4xMDEuNDA2LjAyOC42Mi0zLjY2Mi44MTctNi40My02LjQ0My03Ljg0LTguNy0xLjQ0OC0yLjMyLTMuMTU0LTQuNDUxLTQuOTQ5LTYuNTEtMS43MzYtMS45OTEtMy41NTctMy45MS01LjIzNC01Ljk1LTEuMDczLTEuMzA2LTQuOTk4LTUuMjc1LTQuODQ5LTYuOTg3LTEuMTQ2IDEzLjIyIDQuNzQyIDI1LjU4IDE2LjcxNCAzMy4zNDUgNi40NzYgNC4yMDIgMTIuNzk4IDguMDI4IDE4LjE0NSAxMy4yNzYgMy4zMjctMTIuNzk5IDEuNTEtMjMuNDYyLTguODI2LTM0LjEzMXptLTc0LjQ0OCAyMC40NTFjLTIuNjU4LTIuMzA2LTQuODI2LTUuMi04Ljc1NS00LjgyNi0yLjMxMi4yMTgtNi42NjYgMy4wOTYtMy4zNDUgNS4yOTUgMi44MTEgMS44NiA5LjcgMS44OSA5LjMyNyAzLjA4Ni41MzgtMS4zNjQgMS41NDYtMi42MDcgMi43NzMtMy41NTV6bS02Ljk5NSAxMy40OTNjLjg1My4wMDIgNi45ODUtMy4wMSA2LjE4Ni0zLjYyOC0xLjk2NC0xLjUxMi0xLjU3NC0zLjI0LTQuMTY1LTIuMS0xLjU1OC42ODUtMy4xMjkgMS44OC0zLjU1NyAzLjYwNy0uMjQ5IDEuMDA1LS4yNDkgMS41NDMuMDQ5IDEuODIzLjI2LjI0Ny43NDUuMjk4IDEuNDg3LjI5OHptOS4yMDgtMTAuMTcyYy0xLjE3NiAxLjg0LS44MDIgMy43MzQgMS43MzYgMi45OTkgMi41NzUtLjc0OCAyLjUzOC0yLjg4NiAxLjU1LTMuOS0uNzc2LS43OTUtMi4xMzgtLjktMy4yODYuOXptMS45MjYtNS43MzhjLS4wODcuMzctLjMxNy42MDQtLjU4Ni43OCAxLjUyOC0uOTk0IDQuMzg4LS42MDggNi4xNC0uODIgMi40ODQtLjI5OCA1LjA5NS0xLjI5OCA2LjcxOC0zLjI4NSAxLjUxOC0xLjg1NyAyLjQzNy01LjU4Mi4zMTEtNy40MzEtMi42MTEtMi4yNzYtNi43OTctLjc1Mi04Ljc1MyAxLjY2Ny0yLjEzOCAyLjY0LTMuMDcyIDUuODM5LTMuODMgOS4wODl6bTIxLjUyIDcuMThjLS43MTEtNy4wNC0xNC4wNDYtMi45ODItMTMuOTktMi42MjkuMzE4IDEuNTU0LjIzNSAzLjE2NS0uMzQ1IDQuNTcyLS4yNzcuNjcgNC4yMzIgMi41NDQgNC45MDkgMi42OTggMS4zNTYuMzEgMi45MTQuMzQxIDQuMjkuMjAyIDIuODA2LS4yNzcgNS40NjQtMS42MTMgNS4xMzYtNC44NDJ6bS0xNi45MDYgMTUuNTg5YzYuMzA2LTIuMzEyIDEuMDcxLTExLjA4LS44NTUtOS45NjItLjc3OC40NTMtMS41ODguODIzLTIuNDUzLjk5NS0uNjY3LjEzLTEuOTYzIDUuNjY3LTEuNzI2IDYuNDIuNjk5IDIuMjI4IDIuNzM4IDMuMzkgNS4wMzQgMi41NDd6bS01OC40ODUgNi44OTJjMS45OS0yNC45NTQtMjkuMjk1LTM1Ljk0LTUwLjU2My00MS44MTIgMTIuMDY4IDYuOTQ5IDE5LjU5NCAyMC4yNTUgMzQuMzkgMjMuMTIzIDIuMzQzLjQ1NSAxLjcgMy45OC0uNTQ1IDQuMDMyLTE2LjE1OS4zNjgtMjQuMjY1LTE2LjU4NS0zNi4yNDYtMjUuMzAxLjQyLjUuNzU0LjkyMS44NjMgMS4xMzEgMS42MTUgMy4xMSAxLjg2OCAzLjUwNyAyLjg2OCA2LjkzIDIuNzgxIDkuNTMgOS43MyAxNS45IDE4Ljc0IDE5LjcyMiAxMC4yMDYgNC4zMzEgMjEuNjI5IDUuNjQ3IDMwLjQ5MyAxMi4xNzV6bS0xMjUuNjM3LjE0YzQuNzY4LTE5LjY5Ni0xNS44MDUtMzAuMjY4LTMzLjIxNi0zNy4wNjcgNS44MDUgNC42MDggMTEuMDczIDkuODgzIDE1LjM3NiAxNS42MTkgMS4zNDggMS43OTctMS41NjYgMy45NDMtMy4wNjYgMi4zNjQtOS4yMjYtOS43LTE4LjUzNS0xOC4xMS0yOS40OTctMjUuNjI3IDcuODEgOS4xODYgMTMuOTk0IDIwLjA4NiAyNC4xODQgMjYuMzQ3IDkuMzQ3IDUuNzQ0IDE5LjY3NSA5LjgzNiAyNi4yMiAxOC4zNjN6bS03OS42OTQtMjcuNzM2Yy00LjQ1Mi0xLjU3OC03Ljc0OSAyLjk3NS0zLjIyNiA1LjU3Ni43NTYuNDM1IDIuMzMgMS40MTUgMy4yMTggMS4yOTQgMS4xNTgtLjE1OCAxLjM4LTEuNzk5IDIuNjQxLTEuNzcuMDY1LjAwMS4xMTguMDI0LjE4Mi4wMjYtLjk1LTEuNzE4LTEuODg1LTMuNDMyLTIuODE1LTUuMTI2em0zLjQ3IDE4LjI4M2MtLjA0OC4xNzIgMCAuMzI3LS4wOTUuNTA1LTEuNDg3IDIuNzQ1LTMuMDY4IDYuMDEzLTEuOTA4IDkuMTk2IDEuMiAzLjI4NCAyLjc5NyAzLjMxNCA0LjA4IDIuMDE5IDEuMTQtMS4xNDggMi4wMzItMy4zMzcgMi4xODMtNS4yMjMuMDQ3LS41ODQtLjUyNS02Ljg3MS0uODUtNi43NDgtLjk2Mi4zNjgtMi4yMTEuNDk1LTMuNDEuMjV6bTIuODYtOC4xODFjLTEuMTM4LTIuMjI0LTIuODc4Ljg2NS0yLjcxNCAyLjI3MS40NTggMy44MzYgMy40ODItLjc3MiAyLjcxNC0yLjI3MXptMTIuODExLTExLjI0Yy00LjE3LTEuMTUtOC40MDUgMS41MzItMTEuMTEgNC40MTItLjY4NS43MzIgNS4xMyAzLjM1NSA1LjgyMSAzLjQzOCAyLjMwNC4yODEgNS4zMjgtLjA3IDcuMDMyLTEuODE5IDIuMzEtMi4zNjggMS44MzctNS4zNzItMS43NDMtNi4wM3ptNC4zODYgMjQuMDk3YzEuMTQyLTIuNDk0LTEuMDgxLTUuNjEyLTIuODctNy4xMi0yLjQ3NC0yLjA4Ny01Ljc3NC0zLjQ4OC05LjAyNi00LjExMy0uNjQ5LS4xMDUtMS42ODcgMi45ODItMS41ODggMy41MTUuMyAxLjU5NSAyLjY5IDIuODc4IDMuNyA0LjEgMS4zMiAxLjU5NyAyLjMzNCAzLjM4MiA0LjM4MiA0LjE1OCAxLjQwMi41MzIgNC41NyAxLjI3NSA1LjQwMi0uNTR6bS0yMy43LTguODQ2Yy0uMzgtMS43NjItLjM0LTMuNTQzLjA5NC01LjI4My0uMjggMS4xMjYtOC43OC4yMzMtOS45NDEuNTg2LTIuNDY0Ljc1LTUuNDMzIDIuODM0LTUuMTMgNS44NC4zMjggMy4yNTcgNC4zNDcgNC44NDggNy4yMjMgNCAzLjAwNC0uODgyIDQuOTc4LTIuNzc4IDcuMTY3LTQuODk4LjE3Ni0uMTcyLjM4OC0uMTY0LjU4Ni0uMjQ1em0tNDguNzQ5LTMyLjc4MWMtNi4yODEtNi42OTYtMTMuMTc3LTEyLjAxNy0yMC41Ny0xNi45MzUgMTAuMTcgOS41MjIgMTcuMTU5IDIyLjIyMiAyMC42NjEgMzUuNzk3LjcxIDIuNzUzLTMuNTUgMy45MjEtNC4yNDggMS4xNy0zLjAyMS0xMS45My04LjU2Ny0yMi4xMDQtMTUuOTc4LTMxLjE0NiAxLjA1NSA0LjE3OCAxLjYzNSA4LjYwOCAyLjExIDEzLjA2OCAxLjU3IDE0LjczIDYuNTA1IDIzLjA3NyAxNy45MzYgMzIuMjEgMi40NSAxLjk1NiA0LjU4NiAzLjg4OCA2LjQ5NCA2LjAxNiAxLjMyOC0xMy43OTEgMy4xMjUtMzAuMDItNi40MDUtNDAuMTh6TTk5Ni42MzggNjQuNTljLTMuMjUyLTguNzk0LTE1LjU3LTIzLjI0NC0yNC41MzItMzAuMTgtLjE2NC0uMDE5LS4zMjEtLjA0LS40ODMtLjA2MSAyLjA2NiAxMi4zNTMgOS42OCAyMC45ODcgMTUuMTQ4IDMyLjMzIDEuMTQ2IDIuMzgyLTIuMDYyIDQuMjgxLTMuNTQzIDIuMDcyLTcuNTE0LTExLjE4Ni0xMi4yMDEtMjEuNjctMTQuMjczLTM0LjgyMi0zLjIxMy4zLTUuMjQ2IDMuNzkxLTYuNTk0IDcuNDYgNC4wNTggNy45NDIgNi4xNDQgMTYuNzYyIDEuMzU0IDI0LjExOS0uMDM1LjA1Ni0uMDguMDk3LS4xMTYuMTUzIDIuNzMgMy4zNjcgNi42MTUgNi4xMjIgMTEuMTUgOC45MyA4LjUyMSA1LjI3NCAxNS44NzIgMTEuMzEzIDIyLjcyNyAxOC4yNTUtLjI4LTkuNTQzIDIuNDc2LTE5LjI5My0uODM4LTI4LjI1NnpNOTYwIDM3LjE2NmE3OC41NDUgNzguNTQ1IDAgMCAxIDIuMjk4LTMuNTI2IDQ1LjE1MiA0NS4xNTIgMCAwIDEtMi4yOTgtLjMyMmMtLjc1Ni4xMi0xLjU0NC4yNDMtMi4yOTguMzIyQTgwLjM1MyA4MC4zNTMgMCAwIDEgOTYwIDM3LjE2NnptLS44MDYgMTguNjkxYy43ODgtNC40MjQuMzUxLTkuMjc3LTEuNTU3LTE0LjQ2Ny0xLjM0Ni0zLjY2OC0zLjM4LTcuMTYtNi41OTItNy40NjEtMi4wNzIgMTMuMTUzLTYuNzU5IDIzLjYzNi0xNC4yNyAzNC44MjItMS40ODQgMi4yMS00LjY5NC4zMDgtMy41NDYtMi4wNzEgNS40NjctMTEuMzQ0IDEzLjA4Mi0xOS45NzggMTUuMTQ4LTMyLjMzMS0uMTY0LjAyLS4zMjEuMDQyLS40ODMuMDYtOC45NjMgNi45MzctMjEuMjgyIDIxLjM4Ny0yNC41MzIgMzAuMTgxLTMuMzE0IDguOTYzLS41NiAxOC43MTMtLjgzOCAyOC4yNTYgNi44NTUtNi45NDIgMTQuMjA2LTEyLjk4IDIyLjcyNi0xOC4yNTYgNy40OTgtNC42NDIgMTIuNTczLTExLjA0IDEzLjk0NC0xOC43MzN6bS0xMjEuMzEgMTUuNTk3Yy0uNjk3IDIuNzUtNC45NTggMS41ODItNC4yNDgtMS4xNyAzLjUwMi0xMy41NzYgMTAuNDg5LTI2LjI3NiAyMC42Ni0zNS43OTgtNy4zOTIgNC45MTgtMTQuMjg4IDEwLjI0LTIwLjU3IDE2LjkzNS05LjUyNyAxMC4xNi03LjczNCAyNi4zODktNi40MDQgNDAuMTggMS45MDgtMi4xMjggNC4wNDItNC4wNiA2LjQ5NC02LjAxNiAxMS40My05LjEzMyAxNi4zNjYtMTcuNDggMTcuOTM2LTMyLjIxLjQ3NS00LjQ2IDEuMDU1LTguODkgMi4xMS0xMy4wNjgtNy40MSA5LjA0Mi0xMi45NTcgMTkuMjE2LTE1Ljk3OCAzMS4xNDd6bS00OS44NTMgNC4yMTFjNC41MjMtMi42IDEuMjI2LTcuMTU0LTMuMjI2LTUuNTc2LS45MyAxLjY5NC0xLjg2NSAzLjQwOC0yLjgxNSA1LjEyNi4wNjQtLjAwMi4xMTctLjAyNS4xODItLjAyNyAxLjI2LS4wMjggMS40ODMgMS42MTMgMi42NCAxLjc3Ljg4OC4xMjIgMi40Ni0uODU4IDMuMjE5LTEuMjkzem02Ljc5MiAzLjg0Yy0xLjE2LS4zNTMtOS42NTguNTQtOS45NC0uNTg2LjQzNSAxLjc0LjQ3NiAzLjUyMS4wOTYgNS4yODMuMTk4LjA4MS40MDguMDczLjU4Ni4yNDUgMi4xODkgMi4xMiA0LjE2MyA0LjAxNiA3LjE2NyA0Ljg5OSAyLjg3Ni44NDcgNi44OTUtLjc0NCA3LjIyMy00LjAwMi4zMDMtMy4wMDUtMi42NjYtNS4wODktNS4xMzItNS44Mzl6bS0xMS40ODcgMTguNTY4YzEuMTYyLTMuMTgzLS40MTktNi40NTEtMS45MDYtOS4xOTYtLjA5Ny0uMTc4LS4wNDUtLjMzMy0uMDkzLS41MDUtMS4yLjI0NC0yLjQ0OC4xMTctMy40MTQtLjI1LS4zMjMtLjEyNC0uODk1IDYuMTYzLS44NDggNi43NDcuMTUxIDEuODg2IDEuMDQ0IDQuMDc1IDIuMTggNS4yMjMgMS4yODYgMS4yOTUgMi44ODIgMS4yNjUgNC4wOC0yLjAyek03NzAuOTUzIDc2LjhjLjY4OS0uMDg1IDYuNTA2LTIuNzA4IDUuODItMy40MzgtMi43MDQtMi44OC02Ljk0LTUuNTYyLTExLjExLTQuNDEyLTMuNTguNjYtNC4wNTIgMy42NjMtMS43NDEgNi4wMzEgMS43MDMgMS43NDggNC43MjcgMi4xIDcuMDMgMS44MnptLjEwOSAxMi42M2MxLjAxLTEuMjIzIDMuNC0yLjUwOCAzLjctNC4xLjEwMS0uNTM0LS45NC0zLjYyLTEuNTg4LTMuNTE2LTMuMjUyLjYyNS02LjU1MiAyLjAyNi05LjAyNiA0LjExMy0xLjc4OSAxLjUwOC00LjAxMiA0LjYyNi0yLjg3IDcuMTIuODMzIDEuODEzIDQgMS4wNzIgNS40MDIuNTQgMi4wNDgtLjc3NiAzLjA2Mi0yLjU2IDQuMzgyLTQuMTU3em03LjQxMy05LjI0Yy0uNzY4IDEuNSAyLjI1NiA2LjEwNyAyLjcxNCAyLjI3MS4xNjQtMS40MDYtMS41NzYtNC40OTctMi43MTQtMi4yNzF6bS00Ny4xNDUtLjczYzEwLjE4OC02LjI2MSAxNi4zNzUtMTcuMTYgMjQuMTg0LTI2LjM0Ny0xMC45NiA3LjUxNy0yMC4yNzEgMTUuOTI2LTI5LjQ5NyAyNS42MjctMS41IDEuNTc5LTQuNDE0LS41NjctMy4wNjQtMi4zNjQgNC4zLTUuNzM2IDkuNTctMTEuMDEgMTUuMzc0LTE1LjYxOS0xNy40MTEgNi43OTktMzcuOTg0IDE3LjM2OS0zMy4yMTYgMzcuMDY2IDYuNTQ0LTguNTI3IDE2Ljg3Mi0xMi42MiAyNi4yMTktMTguMzYzem0tOTkuNzU1LTIwLjYwM2MuMTA5LS4yMS40NDItLjYzLjg2LTEuMTMxLTExLjk3OCA4LjcxNi0yMC4wODIgMjUuNjY5LTM2LjI0NSAyNS4zMDEtMi4yNDMtLjA1Mi0yLjg4Ni0zLjU3Ny0uNTQ1LTQuMDMyIDE0Ljc5OC0yLjg2OCAyMi4zMjItMTYuMTc0IDM0LjM5Mi0yMy4xMjMtMjEuMjY4IDUuODcxLTUyLjU1NCAxNi44NTgtNTAuNTYzIDQxLjgxIDguODY1LTYuNTI2IDIwLjI4Ny03Ljg0MiAzMC40OTQtMTIuMTczIDkuMDEtMy44MjIgMTUuOTU4LTEwLjE5MiAxOC43MzktMTkuNzIxIDEtMy40MjQgMS4yNTMtMy44MiAyLjg2OC02Ljkzem0tOTMuMDc2IDYuNzU3Yy0zLjkzLS4zNzQtNi4xIDIuNTItOC43NTcgNC44MjYgMS4yMjcuOTQ4IDIuMjM1IDIuMTkgMi43NzMgMy41NTUtLjM3NC0xLjE5NiA2LjUxNi0xLjIyNyA5LjMyNy0zLjA4NiAzLjMxOS0yLjE5OS0xLjAzMy01LjA3Ny0zLjM0My01LjI5NXptLS4yNzUgMTguMDIxYy4yOTgtLjI4LjI5OC0uODE4LjA0OS0xLjgyMy0uNDI4LTEuNzI4LTEuOTk5LTIuOTIyLTMuNTU3LTMuNjA3LTIuNTkxLTEuMTQyLTIuMjAxLjU4OC00LjE2NSAyLjEtLjguNjE2IDUuMzM1IDMuNjMgNi4xODYgMy42MjguNzQyIDAgMS4yMjctLjA1MSAxLjQ4Ny0uMjk4em0tMTIuNDMxLTYuODc1YzIuNTM4LjczNSAyLjkxMi0xLjE1OCAxLjczNi0zLjAwMS0xLjE0OC0xLjgtMi41MS0xLjY5NC0zLjI4NC0uOS0uOTkgMS4wMTUtMS4wMjcgMy4xNTMgMS41NDggMy45em0uMjMgMTEuNDg1Yy4yMzctLjc1My0xLjA2LTYuMjktMS43MjYtNi40Mi0uODY1LS4xNzItMS42NzMtLjU0Mi0yLjQ1My0uOTk1LTEuOTI2LTEuMTE3LTcuMTYzIDcuNjUtLjg1NSA5Ljk2MiAyLjI5Ni44NDMgNC4zMzUtLjMyMSA1LjAzNC0yLjU0N3ptLTEyLjUxNC04LjQwMWMuNjc3LS4xNTQgNS4xODYtMi4wMjcgNC45MS0yLjY5OC0uNTgtMS40MDctLjY2NC0zLjAxOC0uMzQ2LTQuNTcyLjA1Ni0uMzUzLTEzLjI3OS00LjQxMi0xMy45OSAyLjYzLS4zMjYgMy4yMyAyLjMzIDQuNTY1IDUuMTMzIDQuODQyIDEuMzc5LjE0IDIuOTM3LjEwNyA0LjI5My0uMjAyem0tLjQ5MS0yMi41NzdjLTIuMTI0IDEuODQ5LTEuMjA1IDUuNTc0LjMxMyA3LjQzMSAxLjYyMyAxLjk4NyA0LjIzMiAyLjk4NSA2LjcyIDMuMjg0IDEuNzUuMjEzIDQuNjEtLjE3MyA2LjEzOC44Mi0uMjY5LS4xNzUtLjUwMS0uNDEtLjU4Ni0uNzgtLjc1OC0zLjI1LTEuNjkyLTYuNDQ4LTMuODI4LTkuMDg4LTEuOTU4LTIuNDItNi4xNDQtMy45NDMtOC43NTctMS42Njd6bS00OC40MDQgMTMuNTc3YzExLjk3Mi03Ljc2NSAxNy44NTgtMjAuMTI1IDE2LjcxNC0zMy4zNDUuMTQ3IDEuNzEyLTMuNzc2IDUuNjgxLTQuODQ5IDYuOTg3LTEuNjc3IDIuMDQtMy40OTggMy45NTktNS4yMzQgNS45NS0xLjc5NSAyLjA1OS0zLjUgNC4xOS00Ljk0OCA2LjUxLTEuNDEgMi4yNTctNC4xODEgOS41MTctNy44NDEgOC43LS4wNzUtLjIxNC0uMDQzLS40MDQuMDI4LS42MiA0LjIwOC0xMi42MTQgMjIuMDAzLTMyLjg3NSAyMS44NzYtMzMuMzk0LTEwLjIxIDIuOTc3LTE3LjcyIDEwLjc3NC0yNS4wNjcgMTguMzU3LTEwLjMzNCAxMC42Ny0xMi4xNTEgMjEuMzMyLTguODI0IDM0LjEzMSA1LjM0Ny01LjI0OCAxMS42NjctOS4wNzQgMTguMTQ1LTEzLjI3NnptLTEwMC4zIDYuNzQyYzguMDU1LTEwLjg3NSA2LTIxLjU2NiAyLjAyLTMyLjM4OS0yLjE5OSAxMS41NzMtNi4wNzUgMjIuNzYtMTIuNjc4IDMyLjY1Ni0xLjcxMiAyLjU2My01LjQ0Ny4zNTQtNC4xMDctMi40IDUuNTE2LTExLjMyNyA5LjkzLTIyLjA0NCAxMi40MTctMzMuOTczLTYuMzExIDcuNzQ5LTEyLjA5NCAxNS44OS0xNi45NzIgMjQuNjQ3LTYuOTQ5IDEyLjQ3Mi0uNzU4IDIzLjU3MiAxLjM5NCAzNS41NyA1LjkwNi04LjA4OCAxMS45NjctMTYuMDYzIDE3LjkyNy0yNC4xMXptLTcxLjkwMi03LjE1NGMtMy40MDItLjg0OS00LjM3OC43MDUtNi42MTMgMi41ODMgMS42NzEgMS4yNDUgMi44MSAzLjE3MyAyLjg1MiA1LjI4NS0uMDA0LjEyNyAzLjI2MiAxLjYzNSAzLjU2NyAxLjc3OCAzLjc0NSAxLjc1NSA2LjM0OC0uNzY2IDUuNjcxLTQuODA2LS40MTYtMi40OTQtMy4xNDctNC4yNTgtNS40NzctNC44NHptLTMuODQgMjQuOTc4YzUuNzQ2LTIuNTQyLjQ2LTguNTEzLTMuMjI0LTExLjItMi4wNzcgMS4xNDctNC43NzEgMS4xNzQtNy4xMjIuNDcyLjY0NSAyLjQ1NiAxLjg2NiA1LjIxIDMuMDE0IDcuMzgxIDEuNDE2IDIuNjc0IDQuMjg4IDQuNjk1IDcuMzMyIDMuMzQ3em0tMTQuNDMtMjAuNDY1Yy40OC4xMjcgNC4zOTctMi44OCA0LjM3NS0zLjA0OC0uNjA2LTQuNTgtNC41MDktOS41MTktOS41MjMtOC4zNDMtMi43NzUuNjQ5LTMuNDE2IDMuMjQyLTIuMDg4IDUuNTE0Ljg0NSAxLjQ0MyA1LjUyMiA1LjQyNCA3LjIzNiA1Ljg3N3ptLTUuNzM0IDEzLjU2N2MyLjcxNi0xLjQyIDMuOTI5LTQuMjM2IDYuMTE0LTYuMTEzLTEuMDQ1LTEuMTA2LTEuNzYtMi40Mi0yLjAzOC0zLjktNS4xNy0uMzI0LTEwLjYzOC45MDgtMTAuNDE0IDcuMjYzLjEyNSAzLjU0NyAzLjc0MyA0LjEwOCA2LjMzOCAyLjc1em0xNC4yMjgtMTIuMjRjLTEuOTE2LTIuMjEyLTQuMzQxLjI5LTQuMTMzIDIuMTI3LjMyMyAyLjg3MiA3LjM4IDEuNjI3IDQuMTMzLTIuMTI2em0tNjAuNjMgNi40NjZjMTYuODI4LTcuMTcgMjAuNTEyLTIxLjUxIDE4LjI1LTM3Ljk5Ni0uMjQyLS4yNTYtLjM2MS0uNTMxLS40NDgtLjg2LTguOTQzIDExLjU1Ni0yMC4xNDYgMjQuMTctMzMuMzggMzAuNTkyLTEuODU3LjkwMS00LjEwMi0xLjUyNi0yLjMzNi0zLjAyNiA1Ljg2My00Ljk3NyAxMi40MzUtOS4wOTIgMTguMzUzLTE0LjA0OCA1LjE3LTQuMzMxIDkuODczLTkuMTggMTQuMzQxLTE0LjIyLS42Mi42NzctNC44NDQtLjI3Ny01LjkzMS0uMTA1LTIuNzQ1LjQzOC01LjU2IDEuNjItOC4xMSAyLjY4NC01LjYwMyAyLjMzNC0xMC44NjggNS40OTMtMTUuNjQ0IDkuMjMyLTkuMjU2IDcuMjQ4LTE3LjQyNSAxNy4yMDMtMjAuMTE3IDI4Ljg3M2EzMy4yMyAzMy4yMyAwIDAgMC0uODY1IDYuOTg5Yy0uMDEuNjE4LjYzNiA3LjEwMi43MjEgNy4wNjUgMTEuNjg2LTUuMTQ3IDIzLjQyLTEwLjE3MiAzNS4xNjctMTUuMTh6TTEwNy4zMSA1Ni43M2M3LjI4Ni0xMC4wMjcgNS4xMjUtMjAuMzAyIDIuMTU2LTMwLjc4Mi02LjE2IDEzLjIxOC0xMi4xNSAyNi4yNTItMjAuMSAzOC43NTQtMS4zNzEgMi4xNi00LjU2OS4yNzMtMy40MTMtMS45OTUgNi44NTgtMTMuNDY0IDEzLjgxLTI2LjcyMiAyMC40NzgtNDAuMjI1LS4yMzctLjAxNi0uNDc1LS4wMjItLjcxNi0uMDM2LTEwLjc4OCA1LjM3OC0xOS41ODggMTguNzI1LTI2LjEzMiAyNy42ODItOS43MzEgMTMuMzItMTQuMzk2IDI5Ljg2Ny04LjYyIDQ1LjM0MyA1LjAxOC04LjQ0NCAxMi4wODQtMTQuOTM2IDE5LjcyMi0yMS40NTYgNi4yMi01LjMwNyAxMS43OC0xMC42MTQgMTYuNjI1LTE3LjI4NnpNMzQuNyA2NS43ODNjLTEuNjE1LS4zMDUtNS43ODctMS4yMzgtNi45ODEtLjM1LjkxMy44MzggMS43NCAxLjc0MSAyLjE2OCAyLjk1Mi4xNi40NDguMjUzIDQuNjY2LjA4MyA0LjUyOSAyLjA1NCAxLjQ5NyA0LjEzIDIuNTU4IDYuNzE4IDIuNjYzIDMuNDA2LjE0IDUuNjA5LTMuMTg3IDQuMTA1LTYuMTM1LTEuMTg0LTIuMzItMy42ODktMy4yMDQtNi4wOTQtMy42NTl6bS0xNi4xOTUgMTcuNTRjNS4wMjYuNTA0IDguMTE2LTMuNDggOS40MzgtNy43MS0yLjAyNSAxLjI5OC01LjAwOC45NzEtNi45NzktLjMyNy0uNDA4LS4yNjgtLjY2OS0uNjctLjk5Mi0xLjAyLS4wOTkuMDI2LS4xOTYuMDUyLS4yOTcuMDc3LTEuMTM0LjY5OS0yLjIzNSAxLjQ1LTMuMjE0IDIuMzMtMi44MDkgMi41MjQtMS42OTcgNi4yNzUgMi4wNDQgNi42NXpNOS41ODQgNjUuOWMtLjU4NCA0LjgxOCA0LjcyMyA0Ljg3NCA4LjYzNiA0LjQ4NC0uMDA0LS44Ny4yOTMtMS43MjQuNzctMi40NDMuMTctLjI1Ny04Ljk1NC01Ljc4LTkuNDA2LTIuMDQxem0xMC41OC0xMS4zODdjLS45ODQuNDI0LS45OTggMy40LS45MDcgNC4zNTMuMTY3IDEuNzUgMi4xMjggNi4yOSA0LjY5NCA0Ljc1NC4zOS0xLjcgMS43OTUtNC4xNTcgMS4xNjctNS44Ny0uMDg1LS4yMjYtLjI4LS41MTUtLjU0OC0uODI4LTEuMDc1LTEuMjQ3LTMuMzMtMi44NzYtNC40MDYtMi40MDl6bTcuMTk1IDE2Ljk3YzEuMTU4LTEuODkuMi0zLjUxLTEuMjQzLTMuOTU2LTEuODg0LS41ODItNC40MzYgMS4zMi0zLjczMyAzLjM3Ny42ODcgMi4wMTMgMy44OTUgMi4zNDggNC45NzYuNTh6bTE4NzQuNjIzLTM2LjM5MmMtNC42ODQtMS44MTItOC4yMi0zLjExNC0xMC42MDQtMy45MDVhMTc0LjA4MSAxNzQuMDgxIDAgMCAwLTEwLjYtMy4xMzVjLTEuODM2LS40OC0zLjY3OS0uOTMtNS41MjgtMS4zNTItMS4xNjItLjI2NC0zLjY3Ni0uMjk3LTQuNjA4LS45ODYgOS43MTEgNy4xNzkgMTcuNjM2IDE2Ljc4NyAyMi4yNjYgMjcuOTIzIDExLjg2NS0xMC42ODUgMTIuOTA4IDYuODc4IDEyLjI5NiA3LjA0IDUuMTc0LTEuMzczIDEwLjI0OS0uOTgzIDkuNzk2IDUuMjI0LS4zODIgNS4yOC0zLjkyOSA3Ljk5OS04LjIzNCA4LjczNWE5LjMzNyA5LjMzNyAwIDAgMSAxLjczIDIuNjVjMS41OCAzLjYwOS4yNjkgNy40OC0zLjI3NiA5LjE4LTYuNTk1IDMuMTY2LTE1LjM5LTIuNjA2LTE2LjY5Mi05LjQ5Ni0yLjI3MyAxLjI3NS00LjgwMiAyLjA1MS03LjQ0IDEuNDQ1LTMuMzA4LS43NjItNi41NDEtMy4zMDgtNi43MDctNi45NDgtLjM4Ni04LjQzNiA4LjM3NS0xMS42OCAxNS40OC0xMC45MjQtNi44NDItMTYuNjIzLTE4Ljc3NC0zNS44NTYtMzguMjQtMzcuNjQ0YTIyNi40MTkgMjI2LjQxOSAwIDAgMC0xNS42NTgtLjkxNGMtMi42MTYtLjA1OC0xMS4wNiAxLjQzMS0xMy4wNTYuMDY1IDEwLjU2MiA3LjIyNSAxOS4xNzEgMTkuNzYgMjQuODcgMjkuNjkgNC4wNzMgNy4wOTUgNy4zIDE0LjgwNyA4LjU3NiAyMi45MjggMS4yNzcgOC4xMzMtLjUwMyAxNS4zMTQtMy4zMDIgMjIuOTM1LS42NzMgMS44MzMtMS40OTYgNC42ODctMy4wOSA1LjkzMi0yLjUzNyAxLjk4NC0zLjY4Ny0xLjk4LTQuOTI4LTMuODA0LTQuOTk0LTcuMzM2LTExLjMzOC0xMy41NjUtMTcuOTkxLTE5LjM4OC03LjA5NC02LjIwNy0xNC4zMTUtMTIuNTc3LTE4LjkwNS0yMC45NTItNy4xNDUtMTMuMDM2LTMuMzMtMjIuOTE3LS42NjctMzYuMjcyLTIwLjQxNS0uNTIzLTQyLjU3NiA1LjUyLTYyLjU5NCA5LjM0NyAxNy4wNDEgNS40MSAzMy44OTcgMjEuNjc4IDQyLjAxMSAzNi40MzYtLjAxLS4wMTggOS4xMjMtNC4xMSAxMC41MTItMy44MjguMDA0IDMuOTMxLTQuOTYyIDYuNzQ4LTguMTgxIDcuODExIDExLjQwMy0zLjAwNyAxMy42IDE2LjY3Ni4xODYgMTEuMDctLjU4Ni0uMjQ1LTQuODg3LTMuMjgtNC41OS03LjQ0Ni0yLjY1IDEuMDYxIDEuNzQ2IDUuNTgtMS4xOTUgNy4xMDYtNC41MjMgMi4zNDktNC4wNTItNS41NDYtMy40Mi03LjUxLjEzLS40MDQgMS42NzQtNS4wOTMgMi4zOTItNC4zNzQtNi42Ny02LjcyMi0xMi4xOS0xNC41NzctMTkuMTgyLTIwLjk2NC04LjcwNy03Ljk1NS0yMC41ODMtMTcuMjkyLTMzLjExMy0xNS40OTctMTAuMTU4IDEuNDU1LTIwLjIyOSAzLjgwNy0zMC4zNjYgNS40NTQgMTAuOTU0IDQuOTU0IDIwLjg3NSAxMy42MjQgMjguNDg0IDIxLjk1NSAxMC41NjIgMTEuNTYgMTQuNjQgMjUuMDA3IDkuNzUyIDQwLjIzMy0uNDU3IDEuNDI1LTIuMTYzIDIuNzgtMy43NDEgMi4xMjQtMTcuMy03LjE4NS0zOC45MjMtMTIuODg4LTUyLjgtMjUuODQzLTguODc0LTguMjgyLTguNjQ0LTIzLjgyOC02LjAwNS0zNS4wOTMtNy4xMjguNzk2LTE0LjI3MiAxLjQxOC0yMS40MzkgMS43NTgtMTIuNDAzLjU4OC0yNC43NjIuMzYyLTM3LjA5Mi0uMzA3IDQuNDc0IDMuMTQ2IDguNjIgNi44MDUgMTIuMTc5IDEwLjk2NCAxLjY3MyAxLjk1NiAyLjkyOCA0LjIxNCA0LjQ4MiA2LjI1NyAxLjQzNyAxLjg4NiAzLjM4NCAzLjA5NCA0LjkwMSA0Ljg3OSAxLjE4NS0yLjgxMSAyLjM5MS01LjQ5IDUuMDAyLTcuMjg0IDMuMTgyLTIuMTg5IDguMTA5LTIuNjkyIDExLjM0NS0uNDA4IDYuMzY2IDQuNDk1IDMuOTIgMTAuOTI4LS44OCAxNC45MTUgNS4wOTEgMS4zMyA5LjA2MyA2Ljk1MyA4LjA3OSAxMi4yMDEtLjgxIDQuMzItNC42NDMgNy40NC05LjEzIDYuNzY1LTIuNjUxLS4zOTgtNi4wMS0yLjI2LTguMzU5LTQuNjkxLS4wNjYgMS4wNC0uMjE4IDIuMDg4LS42MzggMy4xODctMS44MTMgNC43NDctNS4zOCA4LjEyNS0xMC42NDcgOC41Ni00Ljc0NC4zOS05LjA2Ny0yLjU1LTkuNzk4LTcuMzc2LS4xNjYtMS4wOTUuNDI2LTguMDQzIDIuMTI0LTguMDA3LTQuNTU0LS4wOTUtOS4zNTgtMy45LTkuMzEzLTkuMjMyLjA1OS03LjA0NiA1LjUyMS0xMS4xMDYgMTEuNTg3LTExLjc0NS0xLjk4My0zLjIwMy01LjI5Ni02Ljk2OC02LjE4OS04LjAwNy0yLjcyNi0zLjE3Ny00LjgwMi0zLjk2My03LjYzLTcuMDUzLTYuNDgzLTcuMDgyLTE1LjA3NC01LjEyLTIzLjcxNi02LTguNTk2LS44NzgtMTcuMTc1LTEuOTEzLTI1Ljc0NS0zLjAxNiA3LjQ1IDguMjMxIDE0LjI5MSAxOC4zODEgMTcuMzYzIDI3LjcwNCAzLjI0NiA5Ljg2MS0uODMgMTkuMDkzLTEuMzQ4IDI4LjkyLS4xNjcgMy4xNDQuMDIgMTUuNTIzLTUuMDQ4IDE1LjQ4My00LjQtLjAzNS04LjE0Ny00Ljg2OS0xMC42MTMtNy45NDctMy40NjgtNC4zMjUtNi4yOTMtOS4wOTUtOS40NzUtMTMuNjI0LTYuODE1LTkuNzA3LTE0LjgtMjAuODgtMTIuMjA1LTMzLjQzNCAxLjM1Ni02LjU2NyA1LjQzOS0xMi40NyA3Ljc0Ny0xOC42NjctNi4xNzgtMi4zNi0xMy43MzUtMi4wODctMjAuMjU3LTIuOTQ0LTQuNzE1LS42Mi0xNy40ODYuMTI5LTIxLjEyOC0yLjY0NiA3Ljg3NCA1Ljk5NyAxNC43NTQgMTQuNTc0IDE2LjYgMjMuNTMxIDIuODA4LS4yMjYgNS42MjEuNjUxIDcuODEyIDMuMDk0IDEuNTMyIDEuNzEtLjc0NiAzLjg4OS0yLjQ3OCAyLjQ3OC0uMzktLjMxOS0uODU3LS40NjMtMS4zMDUtLjY1NSA0LjI0MiAyLjk0IDMuODggNy43MzEtLjgxIDkuOTI2LTEuNjk4Ljc5NC0zLjk0NCAxLjE5OC01LjY3OC4yNzctLjc5Mi0uNDItMS40NzctMS4wODItMS44NDMtMS45MTItLjMxMy0uNzA4LS42ODctNC40NC0uMDg5LTQuOTMyLTEuMjcgMS4wNDUtMS41MDggMi40MzQtMS4xMjQgMy45ODQuMzcgMS40OTQgMS4yMzMgMi43Ny0uNTI3IDMuNzg1LTguMDM4IDQuNjM1LTQuOTk2LTkuMTE1LTIuMDktMTIuMDc3LjgzOS0uODU1IDEuODA1LTEuNTYgMi44Mi0yLjE3MS0yLjU2NS01LjAwMi00LjM0Ni0xMC4yNDMtOC4xNTUtMTQuNzE3LTguOTExLTEwLjQ3LTE3LjM3My0xMi4yOS0zMC42Mi0xMy4yOWE0NjguMzAzIDQ2OC4zMDMgMCAwIDAtMTYuODQtLjk3OWMtMy43NTgtLjE0NS0xMi4zNTQgMS4zNzgtMTUuNTY3LS4yOTcgOS43MTEgNS4wNjMgMTguMDE0IDE0Ljc2NiAyNC4xODYgMjIuNTk1IDYuNjg0IDguNDc5IDguNDcyIDE4LjU1OCA2Ljc4NSAyOS4wNS0uNDE1IDIuNTc2LTMuNjU2IDE3Ljc5Mi04LjIgMTEuOTMzLTkuMjk3LTExLjk4OS0yNi44MDctMTYuMDY3LTM0LjEzLTI5Ljc2Ni00LjU1OS04LjUzMy02Ljk2Mi0xOS4xNDUtMy43MTItMjguNDgzIDMuMDAxLTguNjMxLTEyLjcxLTQuMTMtMTcuMDg2LTMuNjUtMTYuNzQ2IDEuODQyLTMzLjU2MiA0LjY1LTUwLjQyMyA3Ljc2NSA3LjQxMyA1LjUxOCAxNi40NDMgMTUuNzAyIDIxLjc4OSAyMi42MTYuNzc0LjIzNiAxLjU0LjQ4NSAyLjI1MS43NjYuMzg4LjE1My43MDguMzY4Ljk2OC42MTYuODk4LTMuODQgMi41MDYtNy41NjIgNS45NDgtOS42NjYgNC4xOC0yLjU1NyA5LjM4Ni0yLjczOSAxMi44MjggMS4xMzcgMy4wMDcgMy4zODggMi42MiA4LjYyNi4zNiAxMi4yOTcuNzMuMDcgMS40NDUuMjA4IDIuMTQyLjQzIDQuMTM3IDEuMzIyIDguMTkxIDUuMDc1IDYuOSA5LjkwNS0xLjg1IDYuOTI0LTcuODUyIDguOTM3LTEzLjc1MSA3Ljg5OC43NjIgNC43MDEtMS41MTIgMTAuMDg2LTcuMTU3IDExLjA5OC00LjQ4NS44MDItOC45NzEtLjk4NC0xMC41NTYtNS41NC0uNDgxLTEuMzgtLjY4MS0yLjk4OS0uNTQ2LTQuNTQzLS43NC43MS0xLjU2NiAxLjM1Mi0yLjYwMyAxLjgzNy0yLjM4IDEuMTEyLTUuNjQ5Ljk0NC03LjcwNi0uNzk0LTIuMjg4LTEuOTMtMS4xMjYtNS40NjMuMTc2LTcuNzc1Ljc2NC0xLjM1NCAxLjY0My0yLjQ1NCAyLjY2NC0zLjM4My00Ljc0OCAxLjI2LTkuOTI4LTEuNjEzLTguNzQ2LTcuODg4IDEuMDMtNS40NTUgNC45NjgtNy4zMyA5LjQyMy03LjQ3LTEuOTc5LTIuNzE1LTMuOTQ3LTUuNDM5LTYuMTY1LTcuODc0LTUuNDYyLTYtOS44Mi0xMS45ODEtMTguNTg1LTEyLjI1Ni03LjI4LS4yMjgtMTQuMTc4IDMuMjU4LTIxLjIwNSA0LjYxMi0xMy4wMzggMi41MTQtMjYuMDg0IDQuOTk0LTM5LjE4MiA3LjE2OSAxNy41NjcgNC4zMzMgMzYuNDAxIDEzLjY4NiA0NS41ODkgMjkuOTAxIDIuOTY1IDUuMjMgNC4yNjIgMTEuMzMgMy45MzUgMTcuMzM1LS42MDUgMTEuMDc1LTYuMzUgNC4yODQtMTIuODk3LjU1OC00LjAyOC0yLjI5Ni04LjQ3NC0zLjczMS0xMi44NTgtNS4xNjgtOC44NzgtMi45MTMtMTguMjUyLTUuNDQ3LTI0Ljg2OS0xMi40OTYtNy41MzYtOC4wMjgtNy41OTMtMjguNjQtMjAuNDQzLTI2LjkxYTQ0Ny44NDMgNDQ3Ljg0MyAwIDAgMS0xNS4yMzYgMS43OThjLTUuMjc1LjUyNy0xOS43NjggNC4yMDItMjQuMzc4IDEuNyAxMC43OCA1Ljg1MyAyMC44MzUgMTQuNDMyIDI3LjAyNyAyMy40MjQgMi43MDYtLjE1OCA1LjQ2NS41MDkgNy43MjUgMi4wNTcgMS40MzcuOTgyLjIxMiAyLjk3MS0xLjMzOCAyLjI5LTEuMDIzLS40NDktMi4xNjctLjY1Ny0zLjMzLS43NDIuODg2LjA2NSAyLjExNSA0LjQ1IDIuMzExIDUuMjgzLjQ0NSAxLjg5Ni4wNDMgNC4yNTMtMS42NzEgNS40MDUtMS42MTMgMS4wODUtOC42MDYuNTQxLTkuMzg4LTEuNTY3LS4xMy0uMzUtLjE4Mi0uNzQ1LS4yNC0xLjEzNi0uMTkgNi4xMDItNC44NjEgOC40MDQtNS4zMzQgMS41MzItLjIxNi0zLjEyIDIuNDcyLTguODQ0IDQuODUyLTEwLjc2Ni4yMjctLjE4Mi41MDgtLjI0Ni43NDQtLjQxLTUuODgtNS42MTItMTEuMjU1LTExLjU4LTE4LjAxNS0xNi4zMjgtOS4zNDgtNi41NjQtMTYuMjMtOC42MzgtMjcuNTMtOS4xMjEtNy4zNjgtLjMxNS0xNC43MzUtLjgzMy0yMi41Ny0xLjg2MiAxMi4zIDQuOTk1IDI1LjYzOSAxMy4yNDIgMzAuODI3IDI2LjEwNiAyLjU0IDYuMyAyLjgxNyAxMy42MzQuNDk1IDIwLjA2MS0zLjc2NSAxMC40MjctNy4yNjIgMi4xNjMtMTEuNDUxLTIuNzU2LTIuNjI4LTMuMDg0LTYuMTM4LTUuMzUtOS41NjQtNy40MzQtNi43ODktNC4xMzMtMTQuMjY3LTcuMjM1LTE5Ljc1Mi0xMy4xOTMtOC4xNDktOC44NTQtMTQuMzE5LTIzLjc2Mi0yNS40MzUtMjkuMDQ5LTkuMzgtNC40Ni0yMC4yNC00LjA2LTMwLjE4NC02LjMzNiA4LjIyNiA3LjEwNiAxNC45NTQgMTUuOTkgMTguNDgyIDI1LjU2IDQuMTQtNS42MzYgMTIuOTIzLTguNzc3IDE4LjM1OC0zLjIzMyAzLjE0NiAzLjIxIDMuMjc4IDguMTQzLjAzNiAxMS40NDctMS4xNDggMS4xNy0yLjQ5NCAxLjk0Mi0zLjkwOSAyLjU0NS45NzYuNTQzIDEuOTM2IDEuMTQ1IDIuODUgMS45MDcgMy4xODUgMi42NTQgNS44NjMgNy4xNjEgNC42NzkgMTEuNDg4LTIuMjY2IDguMjctMTUuNTU0IDQuNTg4LTE2LjgzOC0xLjk2NC4zOTkgMi4wMzUuNDkgNC4xNC4wMjkgNi4yMDYtLjY5MiAzLjEtMi40NTQgNy4xOS02LjAzMSA3LjY5Ni0zLjIxNi40NTUtNy42NDYtMi44ODQtOS40ODMtNS4yODMtMS40NDMtMS44OC0yLjk0My01LjM3NC0xLjIxOS03LjQ4OC0xMS4yNTcgNS44NjEtMjEuNzcyLTEwLjY0Mi0xMC41NjgtMTcuNDk0IDEuNTY3LS45NTYgMy41MzUtMS43MDIgNS41OTMtMi4wOTgtLjE2LS45NzYtLjE3Ni0xLjk4NC4xMy0yLjk4NSAxLjA3OC0zLjUwOCAzLjc4NC01LjAxOCA2Ljc2LTUuMTctNy43MzMtMTMuMjM1LTE4LjA0OS0yMy40NDYtMzMuMzY4LTI2LjcyLTYuNDk2LTEuMzg4LTE5LjUtMS41MTYtMjQuODg0LTUuMTYgNy42MDggNS4xNSAxNC42MDUgMTEuNDkgMTkuMTYyIDE4LjU0MyA2Ljc5OSAxMC41MiA2LjI0IDI0LjA2NyA1LjEgMzYuMDQ0LS4zMTIgMy4yNy0uNDcgNy42MjUtMS45MSAxMC41OTYtMi43MTMgNS41OTMtMy4zMDUgMy4xNy03LjIxNC0uODk3LTcuNjEzLTcuOTItMTguNTcxLTEzLjc5Mi0yMi41MjItMjQuNjI3LTQuMjE4LTExLjU3Ni0xLjk1Ny0yNS4yMDYtNy4yNTYtMzYuMzI2LTMuOTYxLTguMzA5LTEwLjU0NC03LjUzNy0xOC4zNzctOC4zOTVhMzAxLjkwNyAzMDEuOTA3IDAgMCAwLTE1LjM5My0xLjMwNGMtOS40NC0uNTQ2LTE5LjM2MS0xLjE5LTI4Ljc2MS4xNTgtMS45ODcuMjg1LTYuNDUyIDIuNDA5LTguMTcgMi4yMjUgMjAuOTM1IDIuMjQ3IDQ0LjIyMSA5LjE4IDUxLjU4OCAyNS40NzMgMy4zNzctMS44MSA3LjI4Mi0yLjQ2NiAxMS4xNS0xLjI4MS45MTQuMjc5IDEuMDQ1IDEuNzcyIDAgMS45NzgtMi41OS41MTItNS4xODQgMS4yMDUtNi40NTEgMi41NDUgNi44NSAyLjQwNSA1LjA0MiAxMi4wODItMS42NCAxMy4wOTQtMi43MTEuNDEzLTUuNDMyLS44ODUtNi44NTMtMy4xOTctLjM4IDIuMjMzLS4zNCA0LjUxNy0uMzE3IDcuMTQ4LjAyOCAzLjgyNC0zLjUzNyAyLjA1LTQuNzk4LjYyNS0xLjU0NC0xLjc0OC0xLjEwMy01LjU5Mi0uNzUyLTcuNjYuMTc4LTEuMDQzIDQuNTIzLTEwLjAxIDQuODcxLTkuNTA1LTEyLjIyLTE3LjY4Mi0zNC42LTIwLjkzOC01NS41Mi0yMy4zMjNhNjguMzQ5IDY4LjM0OSAwIDAgMSAzLjg0IDQuNTcyYzQuMDAxIDUuMjIyIDEwLjEyNSA5Ljc5IDEzLjU4NyAxNS4zNDYgOC45ODQgMTQuNDE2LjYzIDMwLjM4NCA3LjA5IDQ1LjQzIDEuMjE5IDIuODQtMi4xMDIgNi4wOTgtNC41NjUgMy41MjQtOC44NjktOS4yNTktMTcuNDU2LTE3LjU0My0yOC4zLTI0LjUzNC00LjQ2LTIuODc4LTguMzk3LTUuNzQ0LTExLjc4LTkuNDMtMy4zODMgMy42ODYtNy4zMiA2LjU1Mi0xMS43OCA5LjQzLTEwLjg0NiA2Ljk5LTE5LjQzMSAxNS4yNzUtMjguMyAyNC41MzQtMi40NjUgMi41NzQtNS43ODQtLjY4My00LjU2NS0zLjUyMyA2LjQ1Ny0xNS4wNDctMS44OTQtMzEuMDE1IDcuMDktNDUuNDMxIDMuNDY0LTUuNTU2IDkuNTg0LTEwLjEyNCAxMy41ODUtMTUuMzQ2YTY4Ljk3OCA2OC45NzggMCAwIDEgMy44NDItNC41NzJjLTIwLjkyMiAyLjM4NS00My4zIDUuNjQxLTU1LjUyIDIzLjMyMy4zNDgtLjUwNSA0LjY5MyA4LjQ2MiA0Ljg3IDkuNTA1LjM1MiAyLjA2OC43OTMgNS45MTItLjc1MSA3LjY2LTEuMjYxIDEuNDI1LTQuODI2IDMuMi00Ljc5OC0uNjI1LjAyMi0yLjYzLjA2My00LjkxNS0uMzItNy4xNDgtMS40MTggMi4zMTItNC4xNCAzLjYxLTYuODUzIDMuMTk3LTYuNjgtMS4wMTItOC40ODYtMTAuNjg5LS41ODQtMTMuMjcyLTIuMzItMS4xNjItNC45MTMtMS44NTUtNy41MDYtMi4zNjctMS4wNDMtLjIwNi0uOTE0LTEuNyAwLTEuOTc4IDMuODctMS4xODUgNy43NzUtLjUzIDExLjE1MiAxLjI4MSA3LjM2Ny0xNi4yOTQgMzAuNjUxLTIzLjIyNiA1MS41ODctMjUuNDczLTEuNzE3LjE4NC02LjE4Mi0xLjk0LTguMTY5LTIuMjI1LTkuNC0xLjM0OC0xOS4zMjMtLjcwNC0yOC43Ni0uMTU4LTUuMTQuMy0xMC4yNzQuNzQyLTE1LjM5NCAxLjMwNC03LjgzMy44NTgtMTQuNDE2LjA4Ni0xOC4zNzcgOC4zOTUtNS4zIDExLjEyLTMuMDM2IDI0Ljc1LTcuMjU4IDM2LjMyNi0zLjk0NyAxMC44MzUtMTQuOTA3IDE2LjcwNi0yMi41MiAyNC42MjctMy45MDkgNC4wNjQtNC41MDMgNi40OS03LjIxMy44OTctMS40NC0yLjk3LTEuNTk5LTcuMzI2LTEuOTEtMTAuNTk4LTEuMTQtMTEuOTc1LTEuNjk4LTI1LjUyMiA1LjA5OS0zNi4wNDIgNC41NTctNy4wNTMgMTEuNTUyLTEzLjM5MyAxOS4xNjEtMTguNTQzLTUuMzgyIDMuNjQ0LTE4LjM5IDMuNzcyLTI0Ljg4MyA1LjE2LTE1LjMyIDMuMjc0LTI1LjYzNSAxMy40ODUtMzMuMzY3IDI2LjcyIDIuOTc1LjE1MiA1LjY4IDEuNjYyIDYuNzU4IDUuMTcuMzA3IDEgLjI5MSAyLjAxLjEzMSAyLjk4NSAyLjA1OC4zOTYgNC4wMjQgMS4xNDIgNS41OTMgMi4wOTggMTEuMjA0IDYuODUuNjg5IDIzLjM1NS0xMC41NjggMTcuNDk0IDEuNzI0IDIuMTEyLjIyNCA1LjYwOS0xLjIxNyA3LjQ4OC0xLjg0IDIuNC02LjI3IDUuNzM4LTkuNDg3IDUuMjgzLTMuNTczLS41MDctNS4zMzctNC41OTUtNi4wMjktNy42OTYtLjQ1OC0yLjA2NS0uMzctNC4xNzEuMDI5LTYuMjA2LTEuMjg0IDYuNTUyLTE0LjU3MiAxMC4yMzItMTYuODM4IDEuOTY0LTEuMTg0LTQuMzI3IDEuNDk0LTguODM0IDQuNjc5LTExLjQ4OC45MTQtLjc2MiAxLjg3NC0xLjM2NCAyLjg1LTEuOTA3LTEuNDE1LS42MDMtMi43NjEtMS4zNzUtMy45MDktMi41NDUtMy4yNDItMy4zMDQtMy4xMS04LjIzOC4wMzYtMTEuNDQ3IDUuNDM1LTUuNTQ0IDE0LjIxOC0yLjQwMyAxOC4zNTggMy4yMzMgMy41MjgtOS41NyAxMC4yNTQtMTguNDU0IDE4LjQ4Mi0yNS41Ni05Ljk0MSAyLjI3Ni0yMC44MDcgMS44NzYtMzAuMTg0IDYuMzM2LTExLjExOCA1LjI4Ny0xNy4yODggMjAuMTk1LTI1LjQzNSAyOS4wNDctNS40ODUgNS45Ni0xMi45NjUgOS4wNjItMTkuNzUyIDEzLjE5NS0zLjQyNiAyLjA4NC02LjkzNiA0LjM1LTkuNTY0IDcuNDMyLTQuMTkgNC45Mi03LjY4NiAxMy4xODUtMTEuNDUgMi43NTgtMi4zMjMtNi40MjctMi4wNDQtMTMuNzYuNDk0LTIwLjA2IDUuMTg4LTEyLjg2NSAxOC41MjctMjEuMTEyIDMwLjM1Ni0yNi4wMzYtNy4zNjQuOTU2LTE0LjczMSAxLjQ3Ni0yMi4xIDEuNzktMTEuMy40ODQtMTguMTgzIDIuNTU4LTI3LjUzIDkuMTIyLTYuNzYxIDQuNzQ3LTEyLjEzNSAxMC43MTYtMTguMDE0IDE2LjMyOC4yMzYuMTY0LjUxNy4yMjguNzQyLjQxIDIuMzgyIDEuOTIyIDUuMDcgNy42NDYgNC44NTQgMTAuNzY2LS40NzMgNi44NzItNS4xNDMgNC41Ny01LjMzMy0xLjUzMi0uMDYuMzktLjExLjc4Ny0uMjQxIDEuMTM2LS43ODIgMi4xMDgtNy43NzUgMi42NTItOS4zODggMS41NjctMS43MTQtMS4xNTQtMi4xMTYtMy41MDktMS42NzEtNS40MDUuMTk2LS44MzIgMS40MjMtNS4yMTggMi4zMTItNS4yODMtMS4xNjQuMDg1LTIuMzA4LjI5My0zLjMzLjc0Mi0xLjU1LjY4MS0yLjc3Ni0xLjMwOC0xLjM0LTIuMjkgMi4yNi0xLjU0OCA1LjAyLTIuMjE3IDcuNzI2LTIuMDU3IDYuMTktOC45OTIgMTYuMjQ3LTE3LjU3MSAyNy4wMjctMjMuNDI0LTQuNjEgMi41MDItMTkuMTAzLTEuMTczLTI0LjM4LTEuN2E0NDkuMDU2IDQ0OS4wNTYgMCAwIDEtMTUuMjM2LTEuNzk5Yy0xMi44NS0xLjczLTEyLjkwNSAxOC44ODMtMjAuNDQzIDI2LjkxLTYuNjE3IDcuMDUtMTUuOTg5IDkuNTg0LTI0Ljg2NSAxMi40OTctNC4zODYgMS40MzctOC44MzIgMi44NzItMTIuODYyIDUuMTY2LTYuNTQ0IDMuNzI4LTEyLjI5IDEwLjUyLTEyLjg5NS0uNTU2LS4zMjctNi4wMDUuOTctMTIuMTA0IDMuOTM1LTE3LjMzNyA5LjE4OC0xNi4yMSAyOC4wMjItMjUuNTY2IDQ1LjU5LTI5LjktMTMuMS0yLjE3NC0yNi4xNDUtNC42NTQtMzkuMTgzLTcuMTY4LTcuMDI3LTEuMzU0LTEzLjkyNS00Ljg0LTIxLjIwNS00LjYxMi04Ljc2Ny4yNzUtMTMuMTIyIDYuMjU1LTE4LjU4NSAxMi4yNTYtMi4yMTcgMi40MzUtNC4xODYgNS4xNi02LjE2MyA3Ljg3NCA0LjQ1LjE0IDguMzkyIDIuMDE1IDkuNDE5IDcuNDcgMS4xODQgNi4yNzUtMy45OTYgOS4xNDktOC43NDQgNy44ODggMS4wMjEuOTMgMS45IDIuMDI5IDIuNjY0IDMuMzgzIDEuMzAyIDIuMzEgMi40NjQgNS44NDUuMTc2IDcuNzc1LTIuMDU3IDEuNzM4LTUuMzI1IDEuOTA2LTcuNzA2Ljc5NC0xLjA0LS40ODUtMS44NjQtMS4xMjgtMi42MDMtMS44MzcuMTM3IDEuNTU0LS4wNjUgMy4xNjMtLjU0NiA0LjU0My0xLjU4NSA0LjU1NC02LjA3MSA2LjM0Mi0xMC41NTYgNS41NC01LjY0NS0xLjAxMi03LjkyLTYuMzk3LTcuMTU5LTExLjA5OC01Ljg5NyAxLjA0LTExLjktLjk3NC0xMy43NDktNy44OTgtMS4yOTEtNC44MyAyLjc2My04LjU4MyA2LjktOS45MDUuNjk3LS4yMjIgMS40MTMtLjM2IDIuMTQyLS40My0yLjI2LTMuNjczLTIuNjQ3LTguOTEuMzYtMTIuMjk3IDMuNDQtMy44NzYgOC42NS0zLjY5NCAxMi44MjgtMS4xMzcgMy40NDIgMi4xMDQgNS4wNDggNS44MjYgNS45NSA5LjY2Ni4yNTgtLjI0OC41NzgtLjQ2My45NjYtLjYxNi43MS0uMjgxIDEuNDc3LS41MyAyLjI1MS0uNzY2IDUuMzQ2LTYuOTE0IDE0LjM3Ni0xNy4wOTggMjEuNzktMjIuNjE2LTE2Ljg2Mi0zLjExNC0zMy42NzgtNS45MjMtNTAuNDI0LTcuNzY1LTQuMzc2LS40OC0yMC4wOS00Ljk4MS0xNy4wODYgMy42NSAzLjI1MiA5LjMzOC44NDcgMTkuOTUtMy43MTMgMjguNDgzLTcuMzIyIDEzLjY5OS0yNC44MzIgMTcuNzc3LTM0LjEzIDI5Ljc2Ni00LjU0MyA1Ljg2LTcuNzg0LTkuMzU3LTguMTk5LTExLjkzMi0xLjY4Ny0xMC40OTUuMTAxLTIwLjU3NCA2Ljc4NS0yOS4wNTMgNi4xNzItNy44MjcgMTQuNDc1LTE3LjUzIDI0LjE4Ni0yMi41OTMtMy4yMTMgMS42NzUtMTEuODExLjE1Mi0xNS41NjguMjk3LTUuNjE5LjIyLTExLjIzMy41NTYtMTYuODQuOTc4LTEzLjI0NiAxLTIxLjcwOCAyLjgyMi0zMC42MTkgMTMuMjktMy44MDcgNC40NzUtNS41OSA5LjcxNi04LjE1NCAxNC43MTggMS4wMTQuNjEgMS45OCAxLjMxNiAyLjgxOSAyLjE3IDIuOTA2IDIuOTYzIDUuOTQ4IDE2LjcxMy0yLjA5IDEyLjA3OC0xLjc2LTEuMDE0LS44OTctMi4yOTEtLjUyNy0zLjc4NS4zODQtMS41NS4xNDUtMi45NC0xLjEyNC0zLjk4NC41OTguNDkyLjIyNCA0LjIyNC0uMDg5IDQuOTMyLS4zNjYuODMtMS4wNTEgMS40OTEtMS44NDMgMS45MTItMS43MzYuOTIxLTMuOTguNTE3LTUuNjc3LS4yNzctNC42OS0yLjE5NS01LjA1My02Ljk4Ny0uODEtOS45MjYtLjQ0Ny4xOTItLjkxNi4zMzYtMS4zMDYuNjU1LTEuNzMyIDEuNDExLTQuMDEtLjc2OC0yLjQ3OC0yLjQ3OCAyLjE5My0yLjQ0MyA1LjAwNC0zLjMyIDcuODEtMy4wOTQgMS44NDgtOC45NTcgOC43MjgtMTcuNTM0IDE2LjYtMjMuNTMtMy42NDIgMi43NzQtMTYuNDEgMi4wMjQtMjEuMTI2IDIuNjQ1LTYuNTI0Ljg1Ny0xNC4wNzkuNTg0LTIwLjI1NyAyLjk0NCAyLjMwNiA2LjE5NyA2LjM4OSAxMi4xIDcuNzQ3IDE4LjY2NyAyLjU5NSAxMi41NTUtNS4zOTIgMjMuNzI3LTEyLjIwNyAzMy40MzQtMy4xOCA0LjUzLTYuMDA1IDkuMjk3LTkuNDczIDEzLjYyNC0yLjQ2NiAzLjA3OC02LjIxMyA3LjkxMi0xMC42MTMgNy45NDctNS4wNjguMDQtNC44ODMtMTIuMzM5LTUuMDQ4LTE1LjQ4NC0uNTItOS44MjYtNC41OTQtMTkuMDU4LTEuMzQ4LTI4LjkxOSAzLjA3Mi05LjMyMyA5LjkxMy0xOS40NzMgMTcuMzYtMjcuNzA0LTguNTY3IDEuMTAzLTE3LjE0NCAyLjEzOC0yNS43NDIgMy4wMTUtOC42NDIuODgxLTE3LjIzMy0xLjA4MS0yMy43MTkgNi0yLjgyNyAzLjA5LTQuOSAzLjg3Ny03LjYyNyA3LjA1NC0uODkzIDEuMDM5LTQuMjA2IDQuODA0LTYuMTg5IDguMDA3IDYuMDY2LjY0IDExLjUyOCA0LjcgMTEuNTg3IDExLjc0NS4wNDUgNS4zMzEtNC43NiA5LjEzNy05LjMxMyA5LjIzMiAxLjctLjAzNiAyLjI5IDYuOTEyIDIuMTI0IDguMDA3LS43MzEgNC44MjctNS4wNTQgNy43NjUtOS43OTggNy4zNzMtNS4yNjctLjQzMi04LjgzNC0zLjgxLTEwLjY0Ny04LjU1Ny0uNDItMS4xMDEtLjU3Mi0yLjE0Ni0uNjM4LTMuMTg3LTIuMzQ5IDIuNDMxLTUuNzA4IDQuMjkzLTguMzYgNC42OS00LjQ4Ni42NzYtOC4zMTgtMi40NDUtOS4xMjktNi43NjQtLjk4NC01LjI0OCAyLjk4OC0xMC44NzEgOC4wNzktMTIuMi00LjgtMy45ODgtNy4yNDYtMTAuNDIxLS44OC0xNC45MTYgMy4yMzYtMi4yODQgOC4xNjMtMS43OCAxMS4zNDUuNDA4IDIuNjEgMS43OTUgMy44MTcgNC40NzMgNS4wMDIgNy4yODQgMS41MTctMS43ODUgMy40NjItMi45OTMgNC44OTktNC44OCAxLjU1OC0yLjA0MiAyLjgxMS00LjMgNC40ODQtNi4yNTYgMy41Ni00LjE2IDcuNzA1LTcuODE4IDEyLjE4LTEwLjk2NC0xMi4zMzEuNjY5LTI0LjY5Ljg5NS0zNy4wOTUuMzA3LTcuMTY1LS4zNC0xNC4zMS0uOTYyLTIxLjQzNy0xLjc1OCAyLjY0IDExLjI2NSAyLjg3IDI2LjgxLTYuMDA1IDM1LjA5My0xMy44NzcgMTIuOTU1LTM1LjUgMTguNjU4LTUyLjggMjUuODQzLTEuNTc4LjY1NS0zLjI4Mi0uNjk5LTMuNzQtMi4xMjQtNC44OTItMTUuMjI2LS44MTEtMjguNjcyIDkuNzUtNDAuMjMzIDcuNjEtOC4zMyAxNy41My0xNy4wMDEgMjguNDg1LTIxLjk1NS0xMC4xMzctMS42NDctMjAuMjA2LTQtMzAuMzY2LTUuNDU0LTEyLjUzLTEuNzk3LTI0LjQwNCA3LjU0Mi0zMy4xMTMgMTUuNDk3LTYuOTkzIDYuMzg3LTEyLjUxMiAxNC4yNDItMTkuMTgyIDIwLjk2NC43MTgtLjcyMSAyLjI2MiAzLjk3IDIuMzkxIDQuMzc0LjYzMyAxLjk2NCAxLjEwNCA5Ljg1OS0zLjQyIDcuNTEtMi45NC0xLjUyNiAxLjQ1Ni02LjA0Ny0xLjE5NC03LjEwNi4yOTUgNC4xNjYtNC4wMDQgNy4yMDEtNC41OSA3LjQ0Ni0xMy40MTEgNS42MDYtMTEuMjE3LTE0LjA3Ny4xODgtMTEuMDctMy4yMjEtMS4wNjMtOC4xODctMy44OC04LjE4My03LjgxIDEuMzg5LS4yODQgMTAuNTI0IDMuODA5IDEwLjUxMiAzLjgyNyA4LjExNC0xNC43NTggMjQuOTctMzEuMDI1IDQyLjAxMS0zNi40MzYtMjAuMDItMy44MjctNDIuMTgtOS44Ny02Mi41OTItOS4zNDcgMi42NjIgMTMuMzU1IDYuNDc2IDIzLjIzNi0uNjY5IDM2LjI3Mi00LjU5IDguMzc1LTExLjgxIDE0Ljc0NS0xOC45MDUgMjAuOTUyLTYuNjUzIDUuODItMTMgMTIuMDUtMTcuOTkzIDE5LjM4OC0xLjI0MSAxLjgyMy0yLjM5IDUuNzg4LTQuOTI1IDMuODA0LTEuNTk1LTEuMjQ1LTIuNDE4LTQuMDk5LTMuMDktNS45MzItMi44LTcuNjIxLTQuNTgyLTE0LjgwMi0zLjMwMy0yMi45MzUgMS4yNzUtOC4xMiA0LjUwMy0xNS44MzMgOC41NzUtMjIuOTI5IDUuNy05LjkzIDE0LjMxLTIyLjQ2NCAyNC44Ny0yOS42OS0xLjk5NSAxLjM2Ny0xMC40NC0uMTIyLTEzLjA1NS0uMDY0YTIyNi40MiAyMjYuNDIgMCAwIDAtMTUuNjU5LjkxNEM0OC45MTMgMjQuNjg2IDM2Ljk4MSA0My45MTcgMzAuMTQgNjAuNTQyYzcuMTAyLS43NTYgMTUuODY1IDIuNDg4IDE1LjQ4IDEwLjkyNC0uMTY3IDMuNjQtMy40IDYuMTg2LTYuNzA5IDYuOTQ4LTIuNjM3LjYwNi01LjE2Ni0uMTctNy40NC0xLjQ0NS0xLjMwMyA2Ljg5LTEwLjA5NiAxMi42NjItMTYuNjkxIDkuNDk3LTMuNTQ3LTEuNzAyLTQuODU3LTUuNTcyLTMuMjc2LTkuMTgyYTkuMzM3IDkuMzM3IDAgMCAxIDEuNzMtMi42NUM4LjkyOSA3My45IDUuMzgyIDcxLjE4MiA1IDY1LjljLS40NTMtNi4yMDcgNC42MjItNi41OTcgOS43OTYtNS4yMjUtLjYxMi0uMTYzLjQzLTE3LjcyNCAxMi4yOTQtNy4wNEMzMS43MjIgNDIuNSAzOS42NDUgMzIuODkzIDQ5LjM1OCAyNS43MTRjLS45MzIuNjktMy40NDguNzIyLTQuNjA4Ljk4Ni0xLjg1LjQyMy0zLjY5Mi44NzEtNS41MjcgMS4zNTJhMTczLjY1NSAxNzMuNjU1IDAgMCAwLTEwLjYgMy4xMzVjLTIuNTY0Ljg1LTUuMTA1IDEuNzY0LTcuNjI1IDIuNzMxbC00LjI2OCAxLjc3OWMtMS4wNi41NDEtMi4yNjcgMS4yMTItMy40NjUgMS42NzFMMCA0NFYwaDE5MjB2NDRsLTcuNTA2LTQuMDQyYy0yLjg0LTEuMzcyLTYuMzQzLTIuOTk1LTEwLjUxMi00Ljg2N3oiIGZpbGw9InJnYmEoMCwgMCwgMCwgMSkiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)}
10220
  .brz-ed .brz-ed-shape--42{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkyMCAxNjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGcgZmlsbD0icmdiYSgwLCAwLCAwLCAxKSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBvcGFjaXR5PSIuMjUiPjxwYXRoIGQ9Ik02Ny4yOTYgNzguMDE1YzguMjU4IDQuODE0IDE5LjAyNCAzLjQgMjYuNzI1LTEuNTAyIDE3LjQxLTExLjA4MSAxOC40MzYtMzcuMTA0LjExLTQ3LjUzN0M1NC40NDkgNi4zODEgMi40NDYgMjcuODIyLjA5MyA3Ny44MjFjLTIuNTE0IDUzLjM4IDQ2Ljg3MiA4Mi41NCA5Ny4wOCA3MC4xMzUgNTEuOTM0LTEyLjgzNCA3NS4yODctNDguNzE4IDEyMC4wODQtNzUuODcgMjEuMjQtMTIuODczIDQ4LjI1My0xOC40NTMgNzIuNTQ4LTIxLjMyMyAxOC4wMTUtMi4xMyAzOS44MDIgMS4wNjcgNTIuNjUgMTUuMTYgMTAuMzI4IDExLjMzIDE5LjkxIDQ5Ljc3LjQzOSA1NC4yOS00My4xMyAxMC4wMDgtMjguMzg2LTMyLjAwNC00Ny42NzctMjcuMDI0LTE0Ljk0NCAzLjg1OC0yLjIwNSAzMS40MDMgNC41NDcgMzcuMDMyIDExLjE1IDkuMjk1IDI5LjE1IDEwLjE5NCA0Mi43NTYgNy43NzUgNDQuMzgtNy44OTggMzEuNS02Ny44MzkgNi45ODUtODguNjUyQzMxMy44MDIgMTkuMDMxIDI0NS43NiA0MS42IDIxMC4wODUgNTkuODE1Yy01MS44NTYgMjYuNDc4LTcwLjg4IDY5LjYzNi0xMzIuNzY4IDc2LjA0Ny0zMi44MiAzLjM5Ny02MS43NjgtMTUuNDE1LTY0LjkxOS00OS4yNDEtLjE4LTEwLjg3NiAyLjM0OS0yMS4wOCA3LjU4MS0zMC42MTcgMy4xNzctNC4xNyA2LjM1Ni04LjMzNyA5LjUzNC0xMi41MDcgMjAuNzIzLTI3LjE4MyAzMi41NTcuNjIgMzcuNTU1IDE5LjczMiAwIDAtOC4zODYgMi43MjYtNi45MzQgNy44MjEuNTYgMS45NzUgMi41OTUgNC4zMDMgNy4xNjIgNi45NjV6TTY2NS43NjggODIuMzg5YTkuODg3IDkuODg3IDAgMCAwLTMuMjAxLS44NWMtMTUuNzEtMS40NjMtMjAuMTA4IDI5LjA4LTE2LjI5MiAzOS40MiA5Ljc0IDI2LjM4MiA0OC43OCAyNy4wOCA3MS44ODMgMjQuNDkgMzkuMDkxLTQuMzggNjQuMjQ1LTM5LjA3OSA4OC45OS02NS42OCAyNi40MTQtMjguMzkxIDY1Ljg3My0zNS4yNzUgMTAzLjI2NC0yOC41MzUgNDUuNiA4LjIyMiA0Mi45MjggNTcuMjA4IDEwLjg5IDgwLjY1NC01LjQ5NyAyLjcxMi0xMC45OTMgNS40MjctMTYuNDk0IDguMTQxLTM2LjMxNCAxNy45MjUtMi4zMTItMzMuMzQtNS4wNjMtNDEuODc2LTEwLjE1OC0zMS41MDQtNTQuMzkyIDEzLjM5NS00OC45ODQgMzYuNjAzIDExLjY2NiA1MC4wNSA4NC40MTcgMjAuODI3IDEwMi45My0yLjI5MiAzMi43MDctNDAuODQzLTEzLjUzNy04OS44MTctNTIuMzctOTYuODM3LTI1LjM1My00LjU4LTUyLjg2NC45NC03NS42MDkgMTIuNjM0LTI1LjU4IDEzLjE1MS0zNy43MzcgMzcuMTEtNTkuNTgzIDU0LjQxOS0xOS41OTYgMTUuNTI4LTQwLjk2IDM3LjkzMS02OS40IDI4LjQzLTU3LjM3NC0xOS4xNzItMTcuNTM1LTQyLjYyNC0zMC45NjEtNDguNzIxIi8+PHBhdGggZD0iTTEwMzUuMDU3IDgyLjA1M2MtMjMuNTYyLTM3LjU1Ny02My41NDQtMTYuMjM3LTc2Ljc5NCAxNy45MjMtMjUuNDkgNjUuNzEgNjIuNjc1IDQ5LjA1NSA5Ni44OTcgMzQuMTk4IDIzLjQ3OS0xMC4xOTIgNDMuNTg4LTMwLjIzNyA2My4wNjEtNDYuMjcyIDE2LjI5OC0xMy40MjQgMzEuNTg1LTIzLjU2NiA1MS41MzctMzAuNiAzNy4yNTgtNC44MTUgNTcuNTMxIDEwLjM3NyA2MC44MTUgNDUuNTcyLjg1NyA5LjE4Mi0xMS43OTQgMzIuOTA3LTIyLjU2OSAzMy44MTYtNiAuNTA3LTEwLjgxNi00LjA2OC0xNC40NC04LjI2Ni0xMC4wMTQtMTEuNTk1LTMuNTUzLTguODMtLjE4LTE4Ljk4MiA1LjYyNy0xNi45MzgtMjEuODYyLTEwLjQwNC0yNy43OC00LjEyMy04Ljg0NyA5LjM4Ni0xMC40NjQgMjcuMDYtMS4wMjggMzYuNDk3IDMxLjg5NCAzMS44OTQgNzUuMjI2LTQuOTM2IDc5LjMwNC0zOC45MjQgNS43NzItNDguMTM1LTUzLjE2Mi03Mi41NDgtOTAuNTEzLTUzLjkwMy0zNS4zMzIgMTcuNjQtNjIuMTIgNDYuNjM1LTk0Ljg5IDY4LjE4Mi0xMi4zOTMgOC4xNDctMjcuMzE3IDEyLjQ2Ni00MS40MjYgMTYuNTYyLTgxLjY1NCAyMy43MDctMjkuMjkzLTEwNi4zMzUgMTIuNTUzLTQ4LjQ5MyAyLjMzOCAzLjIzMiA3LjY1Ni4zMjYgNS40NTMtMy4xODdNNDQ1LjE4NiA4Mi4wNTNjLTQxLjAxNy02NS4yMzMtMTA5LjY2NiAzOC41Ni02OC44NjMgNjEuNzUgMjcuNjMgMTUuNyA2Mi4yMDQgMS45ODggODguOTY3LTkuNjI5IDIzLjQ3Ni0xMC4xOTIgNDMuNTg4LTMwLjIzNyA2My4wNTktNDYuMjcyIDE2LjI5Ny0xMy40MjQgMzEuNTg1LTIzLjU2NiA1MS41MzYtMzAuNiAyNS42MDEtOS4wMjkgNTUuMjMyIDEyLjEwNyA1Ny4zMyAzOC4zMzUgMi4yMjkgMjcuODQ2LTI5LjU5MyA1Ny41NzMtNDEuMzk0IDE5LjE0IDE4LjE3Mi00LjYxNy0yLjcyNi0yNC40ODItMTguMTMyLTExLjUzMy0xMC41ODUgOC44OTgtMTMuMDAyIDI4LjU1My0yLjk4NCAzOC41NzIgMzEuODk1IDMxLjg5NCA3NS4yMjYtNC45MzYgNzkuMzAzLTM4LjkyNCA1Ljc3NC00OC4xMzUtNTMuMTYyLTcyLjU0OC05MC41MTEtNTMuOTAzLTM1LjMzNCAxNy42NC02Mi4xMjMgNDYuNjM1LTk0Ljg5IDY4LjE4Mi0xMi4zOTYgOC4xNDctMjcuMzIgMTIuNDY2LTQxLjQyNiAxNi41NjItODEuNjU1IDIzLjcwNy0yOS4yOTUtMTA2LjMzNSAxMi41NTMtNDguNDkzIDIuMzM2IDMuMjMyIDcuNjYuMzI0IDUuNDUyLTMuMTg3Ii8+PHBhdGggZD0iTTEyOTcuNzI5IDc4LjMxMmMuNTYyIDEuOTczIDIuNTk3IDQuMyA3LjE2NSA2Ljk2MyA4LjI1OCA0LjgxNCAxOS4wMjIgMy4zOTkgMjYuNzI0LTEuNTAyIDE3LjQxMS0xMS4wODEgMTguNDM2LTM3LjEwNS4xMTEtNDcuNTM3LTM5LjY4My0yMi41OTYtOTEuNjg3LTEuMTUyLTk0LjA0MSA0OC44NDctMi41MTMgNTMuMzc4IDQ2Ljg3MiA4Mi41NCA5Ny4wNzkgNzAuMTMyIDUxLjkzNS0xMi44MzIgODkuMjktNDguNzE1IDEzNC4wODctNzUuODcgMjEuMjM3LTEyLjg3MiA0OC4yNTItMTguNDUgNzIuNTQ1LTIxLjMyMiAxOC4wMTgtMi4xMyAzOS44MDUgMS4wNjcgNTIuNjUzIDE1LjE2MiAxMC4zMjcgMTEuMzI4IDE5LjkwOSA0OS43NjguNDM4IDU0LjI4Ny00My4xMjkgMTAuMDA4LTI4LjM4NS0zMi4wMDEtNDcuNjc2LTI3LjAyMS0xNC45NDQgMy44NTYtMi4yMDUgMzEuNCA0LjU0NyAzNy4wMyAxMS4xNSA5LjI5NCAyOS4xNDggMTAuMTk2IDQyLjc1NSA3Ljc3NCA0NC4zNzktNy44OTggMzEuNDk4LTY3LjgzOCA2Ljk4NS04OC42NTEtMzUuNzAyLTMwLjMxMi0xMDMuNzQzLTcuNzQzLTEzOS40MiAxMC40NzMtNTEuODU0IDI2LjQ3Ni04NC44NzggNjkuNjM1LTE0Ni43NjcgNzYuMDQ0LTMyLjgyIDMuMzk4LTYxLjc2Ny0xNS40MTItNjQuOTE4LTQ5LjIzOS0uMTgtMTAuODc3IDIuMzQ2LTIxLjA4MSA3LjU3OS0zMC42MTkgMy4xNzktNC4xNjcgNi4zNTYtOC4zMzcgOS41MzUtMTIuNTA0IDIwLjcyMi0yNy4xODUgMzIuNTU3LjYyIDM3LjU1NSAxOS43MyAwIDAtOC4zODUgMi43MjYtNi45MzYgNy44MjMiLz48cGF0aCBkPSJNMTY5Ni43ODQgODkuMzEzYy00MS4wMi02NS4yMzQtMTA5LjY2OSAzOC41Ni02OC44NjYgNjEuNzQ5IDI3LjYzIDE1LjcwMSA2Mi4yMDYgMS45OSA4OC45Ny05LjYyOCAyMy40NzQtMTAuMTkgNDMuNTg1LTMwLjIzNSA2My4wNTgtNDYuMjcyIDE2LjI5OC0xMy40MjQgMzEuNTg1LTIzLjU2NCA1MS41MzctMzAuNjAxIDI1LjYtOS4wMjggNTUuMjMxIDEyLjEwOCA1Ny4zMyAzOC4zMzcgMi4yMjYgMjcuODQ0LTI5LjU5NSA1Ny41NzItNDEuMzk2IDE5LjE0IDE4LjE3MS00LjYxNy0yLjcyNy0yNC40ODMtMTguMTMxLTExLjUzNS0xMC41ODYgOC45LTEzLjAwMSAyOC41NTYtMi45ODUgMzguNTcyIDMxLjg5NCAzMS44OTQgNzUuMjI4LTQuOTM1IDc5LjMwNC0zOC45MjEgNS43NzQtNDguMTM4LTUzLjE2Mi03Mi41NS05MC41MS01My45MDYtMzUuMzM1IDE3LjY0LTYyLjEyNiA0Ni42MzYtOTQuODkzIDY4LjE4Mi0xMi4zOTMgOC4xNS0yNy4zMTcgMTIuNDY2LTQxLjQyNCAxNi41NjMtODEuNjU0IDIzLjcwNy0yOS4yOTUtMTA2LjMzNiAxMi41NTMtNDguNDkzIDIuMzM2IDMuMjMyIDcuNjU4LjMyMyA1LjQ1My0zLjE4NyIvPjwvZz48cGF0aCBkPSJNMTkxOS45OTUgODYuOTk4YTU0LjIzNSA1NC4yMzUgMCAwIDEtLjM5IDcuMTU2Yy00LjA3NiAzMy45ODYtNDcuNDEgNzAuODE1LTc5LjMwNCAzOC45MjEtMTAuMDE2LTEwLjAxNi03LjYwMS0yOS42NzMgMi45ODUtMzguNTcyIDE1LjQwNC0xMi45NDggMzYuMzAyIDYuOTE4IDE4LjEzIDExLjUzNSAxMS44MDIgMzguNDMyIDQzLjYyMyA4LjcwNCA0MS4zOTYtMTkuMTQtMi4wOTgtMjYuMjI5LTMxLjcyOC00Ny4zNjUtNTcuMzMtMzguMzM3LTE5Ljk1IDcuMDM3LTM1LjIzOCAxNy4xNzctNTEuNTM2IDMwLjYtMTkuNDczIDE2LjAzOC0zOS41ODQgMzYuMDgyLTYzLjA1OSA0Ni4yNzMtMjYuNzYzIDExLjYxOS02MS4zMzkgMjUuMzMtODguOTY5IDkuNjI4LTcuMDUzLTQuMDA5LTEwLjgzNS0xMC40MjUtMTIuMDU2LTE3Ljk2MS00LjcwNyA1Ljk4Ni0xMS43ODQgMTAuMzgxLTIxLjc0NiAxMi4xNTQtMTMuNjA3IDIuNDIyLTMxLjYwNSAxLjUyLTQyLjc1NS03Ljc3NS02Ljc1Mi01LjYyOC0xOS40OTEtMzMuMTczLTQuNTQ3LTM3LjAzIDE5LjI5LTQuOTggNC41NDcgMzcuMDMgNDcuNjc2IDI3LjAyMiAxOS40NzEtNC41MTkgOS44OS00Mi45Ni0uNDM4LTU0LjI4Ny0xMi44NDgtMTQuMDk1LTM0LjYzNS0xNy4yOTItNTIuNjUzLTE1LjE2Mi0yNC4yOTMgMi44NzItNTEuMzA4IDguNDUtNzIuNTQ1IDIxLjMyMi00NC43OTcgMjcuMTU1LTgyLjE1MiA2My4wMzgtMTM0LjA4NyA3NS44Ny00MC42MDMgMTAuMDM0LTgwLjY2OC03LjExOS05My4xODEtNDIuMjgtMTAuMTk4IDMwLjUyNS00OC4yNTMgNTcuNjM4LTc3LjAxIDI4Ljg4LTkuNDM2LTkuNDM2LTcuODItMjcuMTEgMS4wMjktMzYuNDk2IDUuOTE3LTYuMjgxIDMzLjQwNi0xMi44MTUgMjcuNzc5IDQuMTIzLTMuMzczIDEwLjE1Mi05LjgzNCA3LjM4Ny4xOCAxOC45ODIgMy42MjQgNC4xOTggOC40NCA4Ljc3MyAxNC40NCA4LjI2NiAxMC43NzUtLjkxIDIzLjQyNi0yNC42MzQgMjIuNTctMzMuODE2LTMuMjg1LTM1LjE5NS0yMy41NTgtNTAuMzg3LTYwLjgxNi00NS41NzMtMTkuOTUyIDcuMDM1LTM1LjI0IDE3LjE3Ny01MS41MzcgMzAuNjAxLTE5LjQ3MyAxNi4wMzUtMzkuNTgyIDM2LjA4LTYzLjA2IDQ2LjI3Mi0yNy4zMzMgMTEuODY2LTg5LjA3NCAyNC44NzktOTkuODQtMy44NGE1OS43ODggNTkuNzg4IDAgMCAxLTEuNjMgMi4xM2MtMTguNTEzIDIzLjExOS05MS4yNjQgNTIuMzQxLTEwMi45MyAyLjI5Mi01LjQwOC0yMy4yMDggMzguODI2LTY4LjEwNyA0OC45ODQtMzYuNjAzIDIuNzUxIDguNTM3LTMxLjI1MSA1OS44IDUuMDYzIDQxLjg3NiA1LjUwMS0yLjcxNCAxMC45OTctNS40MjkgMTYuNDk0LTguMTQgMzIuMDM4LTIzLjQ0NyAzNC43MS03Mi40MzMtMTAuODktODAuNjU1LTM3LjM5MS02Ljc0LTc2Ljg1LjE0NC0xMDMuMjYzIDI4LjUzNS0yNC43NDYgMjYuNjAxLTQ5LjkgNjEuMy04OC45OTEgNjUuNjgtMjIuNDM3IDIuNTE1LTU5LjkwNiAxLjkzLTcwLjk2OS0yMi4yNzMtMTQuMjM3IDI1Ljc0NS00Ny4wMDkgNDQuMTE1LTcyLjQ4NCAxOC42NC0xMC4wMTgtMTAuMDE5LTcuNi0yOS42NzQgMi45ODQtMzguNTcyIDE1LjQwNi0xMi45NSAzNi4zMDQgNi45MTYgMTguMTMyIDExLjUzNCAxMS44MDEgMzguNDMyIDQzLjYyMyA4LjcwNSA0MS4zOTQtMTkuMTQxLTIuMDk4LTI2LjIyOC0zMS43MjktNDcuMzY0LTU3LjMzLTM4LjMzNi0xOS45NTEgNy4wMzUtMzUuMjM5IDE3LjE3Ny01MS41MzYgMzAuNjAxLTE5LjQ3MSAxNi4wMzUtMzkuNTgzIDM2LjA4LTYzLjA2IDQ2LjI3Mi0yNi43NjIgMTEuNjE3LTYxLjMzNiAyNS4zMy04OC45NjYgOS42MjgtNy4wNTMtNC4wMDgtMTAuODM2LTEwLjQyNi0xMi4wNTYtMTcuOTYyLTQuNzA4IDUuOTg3LTExLjc4NSAxMC4zODMtMjEuNzQ4IDEyLjE1Ni0xMy42MDYgMi40MTktMzEuNjA1IDEuNTItNDIuNzU2LTcuNzc1LTYuNzUyLTUuNjI5LTE5LjQ5LTMzLjE3NC00LjU0Ny0zNy4wMzIgMTkuMjkxLTQuOTggNC41NDcgMzcuMDMyIDQ3LjY3NyAyNy4wMjQgMTkuNDctNC41MiA5Ljg4OS00Mi45Ni0uNDM5LTU0LjI5LTEyLjg0OC0xNC4wOTMtMzQuNjM1LTE3LjI5LTUyLjY1LTE1LjE2LTI0LjI5NSAyLjg3LTUxLjMwOSA4LjQ1LTcyLjU0OCAyMS4zMjItNDQuNzk3IDI3LjE1My04Mi4xNSA2My4wMzctMTM0LjA4NSA3NS44N0M0OC45NjUgMTQzLjg2NyAxLjUxNiAxMTcuNDYuMDM2IDY4LjA4OEwwIDY4VjBoMTkyMHY4N2wtLjAwNS0uMDAyeiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==)}
10221
+ .brz-ed .brz-ed-option__file_upload{height:79px;padding-top:15px!important}
10222
+ .brz-ed .brz-ed-option__file_upload .brz-file-upload{position:relative;overflow:hidden;font-weight:700;width:48px;height:48px;border:1px dashed #444952;background-color:#2d323b;color:rgba(94,100,111,.6);line-height:32px;text-align:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:border .2s linear;transition:border .2s linear}
10223
+ .brz-ed .brz-ed-option__file_upload .brz-file-upload input{cursor:pointer;font-size:200px;position:absolute;top:0;right:0;margin:0;opacity:0}
10224
+ .brz-ed .brz-ed-option__file_upload .brz-file-upload .brz-icon-svg{color:inherit;-webkit-transition:color .2s linear;transition:color .2s linear}
10225
+ .brz-ed .brz-ed-option__file_upload .brz-file-upload:hover{border-color:#5e6470;color:#5e646f}
10226
+ .brz-ed .brz-ed-option__file_upload .brz-file-name{color:#fff}
10227
+ .brz-ed .brz-ed-option__file_upload .brz-file-name .brz-file-title{width:140px;height:16px;overflow:hidden;margin-right:10px;text-align:right;font-weight:600}
10228
+ .brz-ed .brz-ed-option__file_upload .brz-file-name .brz-file-remove{width:16px;height:16px;border-radius:50%;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
10229
+ .brz-ed .brz-ed-option__file_upload .brz-file-name .brz-file-remove .brz-icon-svg{color:#11141d;font-size:14px}
10230
+ .brz-ed .brz-ed-option__file_upload .brz-file-name .brz-icon-svg{cursor:pointer}
10231
  .brz-ed .brz-ed-floating__button{width:16px;height:16px;border-radius:16px;font-size:7px;background-color:#999;color:#fff;-webkit-box-shadow:none;box-shadow:none;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear;cursor:pointer}
10232
  .brz-ed .brz-ed-floating__button:after{content:"";display:block;width:28px;height:28px;border:3px solid #999;position:absolute;z-index:1;top:50%;left:50%;margin-top:-14px;margin-left:-14px;border-radius:50%;opacity:0}
10233
  .brz-ed .brz-ed-floating__button--active,.brz-ed .brz-ed-floating__button:hover{-webkit-transform:scale(1.75);transform:scale(1.75);-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear;font-size:8px}
10345
  .brz-ed .brz-ed-popup-two-sidebar-body{padding:40px 40px 0}
10346
  .brz-ed .brz-ed-popup-two-sidebar-list{cursor:pointer;color:#767f86;padding-bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:pn,"Open Sans",Arial,sans-serif;font-size:14px;font-weight:600;-webkit-transition:color .3s ease;transition:color .3s ease}
10347
  .brz-ed .brz-ed-popup-two-sidebar-list:hover{color:rgba(255,255,255,.9)}
10348
+ .brz-ed .brz-ed-popup-two-sidebar-list:last-child{padding-bottom:0}
10349
  .brz-ed .brz-ed-popup-two-sidebar-list-active{color:#3dbfe8}
10350
  .brz-ed .brz-ed-popup-two-sidebar-list-active:hover{color:#3dbfe8}
10351
  .brz-ed .brz-ed-popup-two-sidebar-list--new .brz-ed-popup-two-sidebar-list__span-new{opacity:1!important;pointer-events:auto!important}
10354
  .brz-ed .brz-ed-popup-two-sidebar-list__span-text{max-width:58%}
10355
  .brz-ed .brz-ed-popup-two-sidebar-list__span-new{width:32px;height:16px;margin-left:15px;background-color:#d62c2c;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:pn,"Open Sans",Arial,sans-serif;font-size:9px;text-transform:uppercase;color:#fff;border-radius:8px;padding-top:1px;opacity:0;pointer-events:none}
10356
  .brz-ed .brz-ed-popup-two-sidebar-list__span-quantity{margin-left:auto;font-size:13px;padding-top:1px}
 
10357
  .brz-ed .brz-ed-popup-two-sidebar-title{color:rgba(255,255,255,.9);font-size:12px;font-weight:600;letter-spacing:1px;line-height:14px;font-family:pn,"Open Sans",Arial,sans-serif;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:23px}
10358
  .brz-ed .brz-ed-popup-two-sidebar-title:after{content:"";width:100%;height:1px;background-color:#424951;margin-left:20px;display:block}
10359
  .brz-ed .brz-ed-popup-two-blocks{position:absolute;width:85.9375%;height:89.537037%;max-width:1650px;max-height:967px;top:0;right:0;bottom:0;left:0;margin:auto;border-radius:5px;overflow:hidden;-webkit-box-shadow:0 0 45px 10px rgba(3,8,15,.2);box-shadow:0 0 45px 10px rgba(3,8,15,.2)}
10616
  .brz-ed .brz-ed-draggable{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}
10617
  .brz-ed .brz-ed-draggable-active{opacity:1;-webkit-transition-delay:.5s;transition-delay:.5s}
10618
  .brz-ed .brz-ed-draggable__column{position:absolute;top:0;z-index:1030;width:20px;height:100%;cursor:col-resize}
10619
+ .brz-ed .brz-ed-draggable__column--item{width:8px;height:30px;position:absolute;top:50%;left:50%;border-radius:8px;-webkit-transform:translate(-3px,-50%);transform:translate(-3px,-50%);background-color:#3dbfe8}
10620
  .brz-ed .brz-ed-draggable__column--left{left:-10px}
10621
  .brz-ed .brz-ed-draggable__column--right{right:-10px}
10622
  .brz-ed .brz-ed-draggable__column--red .brz-ed-draggable__column--item{background-color:#ed2164}
10628
  .brz-ed.brz-ed--mobile .brz-ed-draggable__column--left,.brz-ed.brz-ed--tablet .brz-ed-draggable__column--left{display:none}
10629
  .brz-ed .brz-ed-draggable__padding{width:100%;background-color:rgba(61,191,232,.15);cursor:ns-resize;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
10630
  .brz-ed .brz-ed-draggable__padding--value{font-size:14px;font-family:pn,"Open Sans",Arial,sans-serif;color:#2ea9d0;font-weight:700}
 
10631
  .brz-ed.brz-ed--desktop .brz-ed-draggable__padding--desktop-value{display:block}
10632
  .brz-ed.brz-ed--desktop .brz-ed-draggable__padding--mobile-value,.brz-ed.brz-ed--desktop .brz-ed-draggable__padding--tablet-value{display:none}
 
10633
  .brz-ed.brz-ed--tablet .brz-ed-draggable__padding--tablet-value{display:block}
10634
  .brz-ed.brz-ed--tablet .brz-ed-draggable__padding--desktop-value,.brz-ed.brz-ed--tablet .brz-ed-draggable__padding--mobile-value{display:none}
 
10635
  .brz-ed.brz-ed--mobile .brz-ed-draggable__padding--desktop-value,.brz-ed.brz-ed--mobile .brz-ed-draggable__padding--tablet-value{display:none}
10636
  .brz-ed.brz-ed--mobile .brz-ed-draggable__padding--mobile-value{display:block}
10637
  .brz-ed .brz-ed-box__resizer{position:relative;width:100%;height:100%}
10648
  .brz-ed .brz-ed-sidebar{font-family:pn,"Open Sans",Arial,sans-serif;position:fixed;left:0;top:0;bottom:0;width:48px;color:#fff;z-index:1060;-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
10649
  .brz-ed .brz-ed-sidebar__edit-button{color:#fff;font-family:pn,"Open Sans",Arial,sans-serif;font-size:13px;font-weight:600;margin-left:auto;cursor:pointer}
10650
  .brz-ed .brz-ed-sidebar__edit-button:hover{color:#3dbfe8}
10651
+ .brz-ed .brz-ed-sidebar .brz-ed-sidebar__add-elements--separator-title{width:182px;margin:11px auto 15px 49px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:10px;font-family:pn,"Open Sans",Arial,sans-serif;font-weight:600;color:#818a91;text-transform:uppercase;letter-spacing:.8px}
10652
  .brz-ed .brz-ed-sidebar .brz-ed-sidebar__add-elements--separator-title::after,.brz-ed .brz-ed-sidebar .brz-ed-sidebar__add-elements--separator-title::before{content:"";height:1px;background:rgba(255,255,255,.1);margin-top:-1px}
10653
  .brz-ed .brz-ed-sidebar .brz-ed-sidebar__add-elements--separator-title::before{min-width:11px;margin-right:5px}
10654
  .brz-ed .brz-ed-sidebar .brz-ed-sidebar__add-elements--separator-title::after{width:100%;margin-left:7px}
10748
  .brz-ed .brz-ed-sidebar__add-elements__item:active .brz-ed-sidebar__add-elements__icon,.brz-ed .brz-ed-sidebar__add-elements__item:focus .brz-ed-sidebar__add-elements__icon,.brz-ed .brz-ed-sidebar__add-elements__item:hover .brz-ed-sidebar__add-elements__icon{border-color:#3dbfe8;color:#3dbfe8}
10749
  .brz-ed .brz-ed-sidebar__add-elements__item:active .brz-ed-sidebar__add-elements__text,.brz-ed .brz-ed-sidebar__add-elements__item:focus .brz-ed-sidebar__add-elements__text,.brz-ed .brz-ed-sidebar__add-elements__item:hover .brz-ed-sidebar__add-elements__text{color:#3dbfe8}
10750
  .brz-ed .brz-ed-sidebar__add-elements__item:hover .brz-ed-sidebar__add-elements__tooltip{opacity:1;visibility:visible;-webkit-transition-delay:750ms;transition-delay:750ms}
10751
+ .brz-ed .brz-ed-sidebar__add-elements__item-edit:hover .brz-ed-sidebar__add-elements__icon{border-color:#818a91;color:#fff}
10752
+ .brz-ed .brz-ed-sidebar__add-elements__item-edit:hover .brz-ed-sidebar__add-elements__text{color:#fff}
10753
  .brz-ed .brz-ed-sidebar__add-elements__icon{width:46px;height:46px;border:2px solid #3c424d;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;font-size:16px;margin-bottom:6px}
10754
  .brz-ed .brz-ed-sidebar__add-elements__text{font-size:12px;font-family:pn,"Open Sans",Arial,sans-serif;font-weight:600;letter-spacing:.1px;text-transform:capitalize;color:rgba(255,255,255,.6);-webkit-transition:color .2s ease-out;transition:color .2s ease-out;margin:0 -5px;max-width:54px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
10755
  .brz-ed .brz-ed-sidebar__add-elements--separator{margin:8px 49px 18px;border:0;border-top:1px solid #3c424d}
11047
  .brz-ed .brz-columns>.brz-ed-border>.brz-ed-border__inner-1:after,.brz-ed .brz-columns>.brz-ed-border>.brz-ed-border__inner-1:before,.brz-ed .brz-columns>.brz-ed-border>.brz-ed-border__inner-2:after{left:0}
11048
  .brz-ed .brz-columns>.brz-ed-border>.brz-bg{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}
11049
  .brz-ed .brz-columns:first-child>.brz-ed-border>.brz-ed-border__inner-1:after,.brz-ed .brz-columns:first-child>.brz-ed-border>.brz-ed-border__inner-1:before,.brz-ed .brz-columns:first-child>.brz-ed-border>.brz-ed-border__inner-2:after{left:-2px}
11050
+ .brz-ed .brz-columns--empty{min-height:0}
11051
+ .brz-ed .brz-columns--empty>.brz-ed-border>.brz-bg{padding:0;margin:0;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}
11052
  .brz-ed.brz-ed--tablet .brz-columns:first-child>.brz-ed-border>.brz-ed-border__inner-1:after,.brz-ed.brz-ed--tablet .brz-columns:first-child>.brz-ed-border>.brz-ed-border__inner-1:before,.brz-ed.brz-ed--tablet .brz-columns:first-child>.brz-ed-border>.brz-ed-border__inner-2:after{left:0}
11053
  .brz-ed.brz-ed--mobile .brz-columns>.brz-ed-border>.brz-ed-border__inner-1:after,.brz-ed.brz-ed--mobile .brz-columns>.brz-ed-border>.brz-ed-border__inner-1:before,.brz-ed.brz-ed--mobile .brz-columns>.brz-ed-border>.brz-ed-border__inner-2:after{left:-2px}
11054
  .brz-ed .brz-ed-border__wrapper{height:auto}
11196
  .brz-ed .brz-rich-text .link--anchor.is-empty,.brz-ed .brz-rich-text .link--external.is-empty,.brz-ed .brz-rich-text .link--popup.is-empty{text-decoration:none}
11197
  .brz-ed .brz-rich-text .link--anchor.is-empty:hover,.brz-ed .brz-rich-text .link--external.is-empty:hover,.brz-ed .brz-rich-text .link--popup.is-empty:hover{text-decoration:none}
11198
  .brz-ed .fb-comments,.brz-ed .fb-group,.brz-ed .fb-like,.brz-ed .fb-page,.brz-ed .fb-post,.brz-ed .fb-video{pointer-events:none}
11199
+ .brz-ed .brz-fb-comments,.brz-ed .brz-fb-embed,.brz-ed .brz-fb-page{width:100%}
11200
+ .brz-ed .brz-breadcrumbs .brz-li .brz-a{pointer-events:none}
public/editor-build/editor/css/preview.css CHANGED
@@ -6589,15 +6589,21 @@ body.modal-open .mm-slideout {
6589
  display: -ms-flexbox;
6590
  display: flex;
6591
  -ms-flex-wrap: wrap;
6592
- flex-wrap: wrap; }
 
6593
  .brz .brz-row__container {
6594
- position: relative; }
 
 
6595
  .brz .brz-row__container .brz-link-container {
6596
  position: absolute;
6597
  height: 100%;
6598
  width: 100%;
6599
  top: 0;
6600
  left: 0; }
 
 
 
6601
  .brz .brz-columns {
6602
  display: -webkit-box;
6603
  display: -ms-flexbox;
@@ -7729,8 +7735,6 @@ body.modal-open .mm-slideout {
7729
  .brz .brz-popup2__close {
7730
  position: absolute;
7731
  z-index: 2;
7732
- top: 36px;
7733
- left: 50px;
7734
  color: #fff;
7735
  font-size: 0;
7736
  cursor: pointer; }
@@ -7738,13 +7742,43 @@ body.modal-open .mm-slideout {
7738
  font-size: 26px; }
7739
  .brz .brz-popup2 > .brz-ed-border {
7740
  height: 100%; }
 
 
7741
  .brz .brz-popup2__inner {
7742
  height: 100%; }
7743
  .brz .brz-popup2__inner > .brz-bg-content {
7744
  max-height: 100%;
7745
- overflow: auto;
7746
- padding-top: 70px;
7747
- padding-bottom: 70px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7748
  .brz .brz-popup2__preview {
7749
  z-index: -1;
7750
  visibility: hidden;
@@ -8182,6 +8216,32 @@ body.modal-open .mm-slideout {
8182
  pointer-events: none; }
8183
  .brz .brz-fb-comments {
8184
  width: 100%; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8185
  @media (max-width: 767px) {
8186
  .brz .brz-fs-xs-6 {
8187
  font-size: 6px !important; }
6589
  display: -ms-flexbox;
6590
  display: flex;
6591
  -ms-flex-wrap: wrap;
6592
+ flex-wrap: wrap;
6593
+ text-align: left; }
6594
  .brz .brz-row__container {
6595
+ position: relative;
6596
+ text-align: center;
6597
+ font-size: 0; }
6598
  .brz .brz-row__container .brz-link-container {
6599
  position: absolute;
6600
  height: 100%;
6601
  width: 100%;
6602
  top: 0;
6603
  left: 0; }
6604
+ .brz .brz-row__bg {
6605
+ width: 100%;
6606
+ font-size: initial; }
6607
  .brz .brz-columns {
6608
  display: -webkit-box;
6609
  display: -ms-flexbox;
7735
  .brz .brz-popup2__close {
7736
  position: absolute;
7737
  z-index: 2;
 
 
7738
  color: #fff;
7739
  font-size: 0;
7740
  cursor: pointer; }
7742
  font-size: 26px; }
7743
  .brz .brz-popup2 > .brz-ed-border {
7744
  height: 100%; }
7745
+ .brz .brz-popup2 .brz-container__wrap {
7746
+ position: relative; }
7747
  .brz .brz-popup2__inner {
7748
  height: 100%; }
7749
  .brz .brz-popup2__inner > .brz-bg-content {
7750
  max-height: 100%;
7751
+ display: -webkit-box;
7752
+ display: -ms-flexbox;
7753
+ display: flex; }
7754
+ .brz .brz-popup2__inner > .brz-bg-content > .brz-container__wrap {
7755
+ margin: 0;
7756
+ padding: 0;
7757
+ min-width: 300px; }
7758
+ .brz .brz-popup2__vertical-align {
7759
+ -webkit-transform: rotate(270deg);
7760
+ transform: rotate(270deg); }
7761
+ .brz .brz-popup2__button-go-to-editor {
7762
+ display: inline-block;
7763
+ position: absolute;
7764
+ left: 40px;
7765
+ top: 34px;
7766
+ font-size: 13px;
7767
+ font-weight: 600;
7768
+ padding: 13px 23px 13px 18px;
7769
+ color: #fff;
7770
+ background-color: rgba(3, 8, 15, 0.92);
7771
+ border: none;
7772
+ border-radius: 100px;
7773
+ -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
7774
+ box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
7775
+ cursor: pointer;
7776
+ z-index: 9999; }
7777
+ .brz .brz-popup2__button-go-to-editor:hover {
7778
+ color: #3dbfe8; }
7779
+ .brz .brz-popup2__icon-go-to-editor {
7780
+ vertical-align: text-top;
7781
+ margin-right: 16px; }
7782
  .brz .brz-popup2__preview {
7783
  z-index: -1;
7784
  visibility: hidden;
8216
  pointer-events: none; }
8217
  .brz .brz-fb-comments {
8218
  width: 100%; }
8219
+ .brz .brz-breadcrumbs {
8220
+ width: 100%;
8221
+ padding: 0;
8222
+ margin: 0;
8223
+ display: -webkit-inline-box;
8224
+ display: -ms-inline-flexbox;
8225
+ display: inline-flex;
8226
+ -ms-flex-wrap: wrap;
8227
+ flex-wrap: wrap;
8228
+ word-break: break-all; }
8229
+ .brz .brz-breadcrumbs .brz-li {
8230
+ list-style: none;
8231
+ display: -webkit-inline-box;
8232
+ display: -ms-inline-flexbox;
8233
+ display: inline-flex;
8234
+ -webkit-box-align: center;
8235
+ -ms-flex-align: center;
8236
+ align-items: center; }
8237
+ .brz .brz-breadcrumbs .brz-li .brz-a {
8238
+ cursor: pointer; }
8239
+ .brz .brz-breadcrumbs .brz-li .brz-icon-svg {
8240
+ margin-top: 1px; }
8241
+ .brz .brz-breadcrumbs .brz-li:last-child .brz-a {
8242
+ margin-right: 0; }
8243
+ .brz .brz-breadcrumbs .brz-li:not(:last-child) .brz-a {
8244
+ color: inherit; }
8245
  @media (max-width: 767px) {
8246
  .brz .brz-fs-xs-6 {
8247
  font-size: 6px !important; }
public/editor-build/editor/icons/icons.svg CHANGED
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><symbol id="nc-play" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M13.6 7.2l-10-7A1 1 0 0 0 2 1v14c0 .8.9 1.3 1.6.8l10-7c.5-.4.5-1.2 0-1.6z"/></g></g></symbol><symbol id="nc-bold" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M11.56 7.316a3.483 3.483 0 0 0 1.418-3.207C12.782 2.305 11.143 1 9.33 1H2v1l1.447.724A1 1 0 0 1 4 3.618v8.764a1 1 0 0 1-.553.894L2 14v1h7.823c2.104 0 3.98-1.547 4.162-3.643a4.001 4.001 0 0 0-2.424-4.04zM7 3h1a2 2 0 1 1 0 4H7V3zm2 10H7V9h2a2 2 0 1 1 0 4z"/></g></g></symbol><symbol id="nc-h1" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M.5 2.05h2.686v4.964h5.389V2.05h2.686v11.9H8.575V9.258H3.186v4.692H.5V2.05zm12.18 4.91h2.83v6.99h-1.5V8.29h-1.33V6.96z" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-h2" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M.05 2.3h2.577v4.762h5.17V2.3h2.576v11.416H7.796V9.215h-5.17v4.5H.05V2.3zm13.992 7.324c.17-.24.254-.471.254-.695a.77.77 0 0 0-.22-.561.758.758 0 0 0-.567-.226c-.422 0-.822.3-1.199.902l-1.2-.71c.314-.486.658-.854 1.032-1.103.374-.25.85-.374 1.43-.374.578 0 1.087.184 1.525.551.438.368.657.869.657 1.502 0 .345-.088.676-.264.993-.176.316-.5.72-.973 1.213l-1.21 1.257h2.649v1.343h-4.73v-1.113l1.967-2.014c.396-.403.68-.725.849-.965z" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-h3" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M.1 2.27h2.589v4.784h5.194V2.27h2.589v11.47h-2.59V9.216H2.69v4.522H.1V2.27zm11.392 6.014V7.002h4.125v1.041L14.24 9.614c.54.09.958.317 1.253.68.296.363.443.782.443 1.258 0 .706-.239 1.26-.718 1.662-.478.402-1.09.603-1.836.603-.745 0-1.5-.264-2.265-.79l.617-1.196c.636.45 1.205.675 1.706.675.302 0 .551-.074.747-.222.196-.148.294-.361.294-.64a.78.78 0 0 0-.337-.666c-.225-.164-.537-.246-.935-.246-.212 0-.51.061-.896.183V9.807l1.291-1.523h-2.11z" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-h4" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M.09 2.3h2.57v4.75h5.158V2.3h2.571v11.39H7.82V9.198H2.66v4.49H.09V2.3zm13.629 8.499V9.63h1.435V10.8h.757v1.292h-.757v1.598H13.72v-1.598h-2.69v-1.139l2.384-3.953h1.627l-2.269 3.8h.948z" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-italic" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M12 2V0H6v2h1.27a.5.5 0 0 1 .496.57l-1.51 10.571a1 1 0 0 1-.99.859H4v2h6v-2H8.73a.5.5 0 0 1-.496-.57l1.51-10.571a1 1 0 0 1 .99-.859H12z"/></g></g></symbol><symbol id="nc-list-bullet" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><circle data-color="color-2" cx="2" cy="2" r="2"/><circle data-color="color-2" cx="2" cy="8" r="2"/><circle data-color="color-2" cx="2" cy="14" r="2"/><path fill="currentColor" d="M6 1h10v2H6z"/><path fill="currentColor" d="M6 7h10v2H6z"/><path fill="currentColor" d="M6 13h10v2H6z"/></g></g></symbol><symbol id="nc-list-default" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path data-color="color-2" d="M1 9h7c.6 0 1-.4 1-1s-.4-1-1-1H1c-.6 0-1 .4-1 1s.4 1 1 1z"/><path fill="currentColor" d="M15 1H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z"/><path fill="currentColor" d="M15 13H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z"/></g></g></symbol><symbol id="nc-list-numbers" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M5 1h11v2H5z"/><path fill="currentColor" d="M5 7h11v2H5z"/><path fill="currentColor" d="M5 13h11v2H5z"/><path data-color="color-2" d="M.368 4v-.549l.598-.048c.097-.007.11-.035.11-.139V.84c0-.083-.02-.125-.09-.145L.382.569.46 0h1.666v3.264c0 .111.007.132.111.139l.57.048V4H.368z"/><path data-color="color-2" d="M.047 10v-.63l.907-.886c.684-.663.975-.934.975-1.32 0-.25-.122-.433-.48-.433-.373 0-.529.122-.529.603L0 7.252C.007 6.176.826 6 1.536 6c1.05 0 1.422.447 1.422 1.083 0 .636-.44 1.056-.934 1.53l-.765.73h.995c.067 0 .095-.013.108-.08l.095-.535h.717V10H.047z"/><path data-color="color-2" d="M2.344 13.682c.567.087.88.427.88 1.026 0 .88-.66 1.292-1.612 1.292C.939 16 .34 15.76 0 15.387l.533-.586c.253.247.533.44.999.44.373 0 .693-.133.693-.6 0-.406-.253-.573-.666-.573a2.73 2.73 0 0 0-.493.047v-.666l.326-.04c.48-.06.74-.293.74-.72 0-.252-.114-.459-.487-.459-.36 0-.532.12-.532.593l-.913-.08c0-1.052.793-1.232 1.492-1.232 1.026 0 1.419.393 1.419 1.106 0 .56-.347.912-.767 1.039v.026z"/></g></g></symbol><symbol id="nc-p" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><text fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd" font-size="20" font-family="Montserrat-SemiBold, Montserrat" font-weight="500"><tspan x=".7" y="15">P</tspan></text></g></g></symbol><symbol id="nc-text-align-justify" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M0 1h16v2H0z"/><path data-color="color-2" d="M0 5h16v2H0z"/><path fill="currentColor" d="M0 9h16v2H0z"/><path data-color="color-2" d="M0 13h16v2H0z"/></g></g></symbol><symbol id="nc-add" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm4 9H9v3H7V9H4V7h3V4h2v3h3v2z"/></g></g></symbol><symbol id="nc-align-bottom" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M15 16H1c-.552 0-1-.51-1-1.143V1.143C0 .512.448 0 1 0h14c.552 0 1 .512 1 1.143v13.714C16 15.49 15.552 16 15 16zM3 14h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1z"/><rect transform="rotate(90 8 11)" x="7" y="6" width="2" height="10" rx="1"/></g></g></g></symbol><symbol id="nc-align-middle" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M15 16H1c-.552 0-1-.51-1-1.143V1.143C0 .512.448 0 1 0h14c.552 0 1 .512 1 1.143v13.714C16 15.49 15.552 16 15 16zM3 14h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1z"/><rect transform="rotate(90 8 8)" x="7" y="3" width="2" height="10" rx="1"/></g></g></g></symbol><symbol id="nc-align-top" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M15 16H1c-.552 0-1-.51-1-1.143V1.143C0 .512.448 0 1 0h14c.552 0 1 .512 1 1.143v13.714C16 15.49 15.552 16 15 16zM3 14h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1z"/><rect transform="rotate(90 8 5)" x="7" y="0" width="2" height="10" rx="1"/></g></g></g></symbol><symbol id="nc-duplicate" viewBox="0 0 14 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g transform="matrix(-1 0 0 1 14 0)" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M9 4H1c-.6 0-1 .4-1 1v10c0 .6.4 1 1 1h8c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1z"/><path d="M13 0H3v2h9v11h2V1c0-.6-.4-1-1-1z"/></g></g></g></symbol><symbol id="nc-pin" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M8 0C4.1 0 1 3.1 1 7c0 1.9.7 3.7 2.1 5 .1.1 4.1 3.7 4.2 3.8.4.3 1 .3 1.3 0 .1-.1 4.2-3.7 4.2-3.8 1.4-1.3 2.1-3.1 2.1-5 .1-3.9-3-7-6.9-7zm0 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/></g></g></symbol><symbol id="nc-dashed" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M0 7h6v2H0z"/><path d="M10 7h6v2h-6z"/></g></g></g></symbol><symbol id="nc-dotted" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M1 7h2v2H1z"/><path d="M5 7h2v2H5z"/><path d="M9 7h2v2H9z"/><path d="M13 7h2v2h-2z"/></g></g></g></symbol><symbol id="nc-solid" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M0 7h16v2H0z" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-iframe" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path data-color="color-2" d="M16 12h-2v-2h-2v2h-2v2h2v2h2v-2h2z"/><path fill="currentColor" d="M8 13H2V5h12v3h2V2a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h7v-2z"/></g></g></symbol><symbol id="nc-align-left" viewBox="0 0 16 17"><g><g class="nc-icon-wrapper" fill="currentColor"><g transform="translate(0 1)" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M15 16H1c-.552 0-1-.51-1-1.143V1.143C0 .512.448 0 1 0h14c.552 0 1 .512 1 1.143v13.714C16 15.49 15.552 16 15 16zM3 14h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1z" transform="rotate(90 8 8)"/><rect x="4" y="3" width="2" height="10" rx="1"/></g></g></g></symbol><symbol id="nc-align-right" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M15 16H1c-.552 0-1-.51-1-1.143V1.143C0 .512.448 0 1 0h14c.552 0 1 .512 1 1.143v13.714C16 15.49 15.552 16 15 16zM3 14h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1z"/><rect transform="rotate(180 11 8)" x="10" y="3" width="2" height="10" rx="1"/></g></g></g></symbol><symbol id="nc-arrow-right" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M9.3 1.3L7.9 2.7 12.2 7H0v2h12.2l-4.3 4.3 1.4 1.4L16 8z"/></g></g></symbol><symbol id="nc-brush" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g transform="translate(1)" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M0 9c0 1.7 1.3 3 3 3h2v2c0 1.1.9 2 2 2s2-.9 2-2v-2h2c1.7 0 3-1.3 3-3H0z"/><path d="M0 0h7l2 3 2-3h3v7H0z"/></g></g></g></symbol><symbol id="nc-circle" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><circle cx="8" cy="8" r="5" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-corners-round" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M3 3c3.333 0 5.833 1 7.5 3 1.667 2 2.5 4.333 2.5 7h-3c-.011-2.144-.644-3.844-1.9-5.1C6.844 6.644 5.144 6.011 3 6V3z" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-corners-square" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M3 3h10v10h-3V6H3z" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-cube" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M15.4 3.1l-7-3c-.3-.1-.5-.1-.8 0l-7 3c-.4.1-.6.5-.6.9v8c0 .4.2.8.6.9l7 3c.1.1.3.1.4.1s.3 0 .4-.1l7-3c.4-.2.6-.5.6-.9V4c0-.4-.2-.8-.6-.9zM8 2.1L12.5 4 8 5.9 3.5 4 8 2.1zM2 5.5l5 2.1v5.8l-5-2.1V5.5zm7 8V7.7l5-2.1v5.8l-5 2.1z"/></g></g></symbol><symbol id="nc-font" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M8 0H1v4h1l.724-1.447A1 1 0 0 1 3.618 2H7v11.28a1 1 0 0 1-.684.948L4 15v1h8v-1l-2.316-.772A1 1 0 0 1 9 13.279V2h3.382a1 1 0 0 1 .894.553L14 4h1V0H8z"/></g></g></symbol><symbol id="nc-link" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path data-color="color-2" d="M4.5 16c-1.2 0-2.3-.5-3.2-1.3-1.8-1.8-1.8-4.6 0-6.4l.7-.7L3.4 9l-.7.7c-1 1-1 2.6 0 3.6s2.6 1 3.6 0l3-3c1-1 1-2.6 0-3.6L8.6 6 10 4.6l.7.7c1.8 1.8 1.8 4.6 0 6.4l-3 3c-.8.8-2 1.3-3.2 1.3z"/><path fill="currentColor" d="M6 11.4l-.7-.7c-1.8-1.8-1.8-4.6 0-6.4l3-3c.9-.9 2-1.3 3.2-1.3s2.3.5 3.2 1.3c1.8 1.8 1.8 4.6 0 6.4l-.7.7L12.6 7l.7-.7c1-1 1-2.6 0-3.6s-2.6-1-3.6 0l-3 3c-1 1-1 2.6 0 3.6l.7.7L6 11.4z"/></g></g></symbol><symbol id="nc-more" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><circle data-color="color-2" cx="8" cy="8" r="2"/><circle fill="currentColor" cx="2" cy="8" r="2"/><circle fill="currentColor" cx="14" cy="8" r="2"/></g></g></symbol><symbol id="nc-outline" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><circle cx="8" cy="8" r="4" stroke-width="2" stroke="currentColor" fill="none" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-pen" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M8.1 3.5L.3 11.3c-.2.2-.3.4-.3.7v3c0 .6.4 1 1 1h3c.3 0 .5-.1.7-.3l7.8-7.8-4.4-4.4z"/><path data-color="color-2" d="M15.7 3.3l-3-3c-.4-.4-1-.4-1.4 0L9.5 2.1l4.4 4.4 1.8-1.8c.4-.4.4-1 0-1.4z"/></g></g></symbol><symbol id="nc-plus" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M15 7H9V1c0-.6-.4-1-1-1S7 .4 7 1v6H1c-.6 0-1 .4-1 1s.4 1 1 1h6v6c0 .6.4 1 1 1s1-.4 1-1V9h6c.6 0 1-.4 1-1s-.4-1-1-1z"/></g></g></symbol><symbol id="nc-search" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M7 14c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7zM7 2C4.243 2 2 4.243 2 7s2.243 5 5 5 5-2.243 5-5-2.243-5-5-5z"/><path data-color="color-2" d="M15.707 14.293L13.314 11.9a8.019 8.019 0 0 1-1.414 1.414l2.393 2.393a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414z"/></g></g></symbol><symbol id="nc-star" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M15.144 5.438l-4.316-.627L8.897.9C8.559.217 7.441.217 7.103.9l-1.93 3.911-4.317.627a1.002 1.002 0 0 0-.554 1.707l3.124 3.044-.737 4.299a1 1 0 0 0 1.451 1.054L8 13.513l3.861 2.03c.728.381 1.591-.234 1.451-1.054l-.737-4.299 3.124-3.044a1.003 1.003 0 0 0-.555-1.708z"/></g></g></symbol><symbol id="nc-text-align-center" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M0 1h16v2H0z"/><path data-color="color-2" d="M3 5h10v2H3z"/><path fill="currentColor" d="M0 9h16v2H0z"/><path data-color="color-2" d="M3 13h10v2H3z"/></g></g></symbol><symbol id="nc-text-align-left" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M0 1h16v2H0z"/><path data-color="color-2" d="M0 5h10v2H0z"/><path fill="currentColor" d="M0 9h16v2H0z"/><path data-color="color-2" d="M0 13h10v2H0z"/></g></g></symbol><symbol id="nc-text-align-right" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M0 1h16v2H0z"/><path data-color="color-2" d="M6 5h10v2H6z"/><path fill="currentColor" d="M0 9h16v2H0z"/><path data-color="color-2" d="M6 13h10v2H6z"/></g></g></symbol><symbol id="nc-upload" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M13 7.1V7c0-2.8-2.2-5-5-5-2.5 0-4.6 1.8-4.9 4.3C1.3 6.9 0 8.5 0 10.5 0 13 2 15 4.5 15H12c2.2 0 4-1.8 4-4 0-1.9-1.3-3.4-3-3.9zM9 10v3H7v-3H4l4-4 4 4H9z"/></g></g></symbol><symbol id="nc-check" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="check" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M6.7 6.3c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l2 2c.2.2.4.3.7.3.3 0 .5-.1.7-.3l7-7c.4-.4.4-1 0-1.4-.4-.4-1-.4-1.4 0L8 7.6 6.7 6.3z" id="Shape" fill="currentColor" fill-rule="nonzero"/><path d="M8 15c3.9 0 7-3.1 7-7 0-.6-.4-1-1-1s-1 .4-1 1c0 2.8-2.2 5-5 5s-5-2.2-5-5 2.2-5 5-5c.6 0 1.1.1 1.7.3.5.2 1.1-.1 1.3-.6.2-.5-.1-1.1-.6-1.3C9.6 1.1 8.8 1 8 1 4.1 1 1 4.1 1 8s3.1 7 7 7z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-cog" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M13.3 5.2l1.1-2.1L13 1.7l-2.1 1.1c-.3-.2-.7-.3-1.1-.4L9 0H7l-.8 2.3c-.3.1-.7.2-1 .4L3.1 1.6 1.6 3.1l1.1 2.1c-.2.3-.3.7-.4 1L0 7v2l2.3.8c.1.4.3.7.4 1.1L1.6 13 3 14.4l2.1-1.1c.3.2.7.3 1.1.4L7 16h2l.8-2.3c.4-.1.7-.3 1.1-.4l2.1 1.1 1.4-1.4-1.1-2.1c.2-.3.3-.7.4-1.1L16 9V7l-2.3-.8c-.1-.3-.2-.7-.4-1zM8 11c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z"/></g></g></symbol><symbol id="nc-hover" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path data-color="color-2" d="M3 8.238V4.5C3 3.122 4.121 2 5.5 2S8 3.122 8 4.5v2.605l1.059.118A4.456 4.456 0 0 0 10 4.5C10 2.019 7.981 0 5.5 0S1 2.019 1 4.5c0 1.557.795 2.93 2 3.738z"/><path fill="currentColor" d="M13.9 16l1.066-3.554a3 3 0 0 0-2.542-3.843L7 8V4.5a1.5 1.5 0 1 0-3 0V12H3v-2h-.5A1.5 1.5 0 0 0 1 11.5v1.833c0 .95.285 1.87.79 2.667H13.9z"/></g></g></symbol><symbol id="nc-image" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M15 16H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h14c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1zM2 14h12V2H2v12z"/><path data-color="color-2" d="M6 4c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1z"/><path data-color="color-2" d="M3 12l2-4 2 2 3-4 3 6z"/></g></g></symbol><symbol id="nc-remove" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8z" fill="none" fill-rule="nonzero"/><path fill="currentColor" d="M11.5 10.1l-1.4 1.4L8 9.4l-2.1 2.1-1.4-1.4L6.6 8 4.5 5.9l1.4-1.4L8 6.6l2.1-2.1 1.4 1.4L9.4 8z"/></g></g></g></symbol><symbol id="nc-settings" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M5 5V1c0-.6-.4-1-1-1S3 .4 3 1v4c0 .6.4 1 1 1s1-.4 1-1z"/><path fill="currentColor" d="M1 11c0 1.3.9 2.4 2 2.8V15c0 .6.4 1 1 1s1-.4 1-1v-1-.2c1.2-.4 2-1.5 2-2.8 0-1.7-1.3-3-3-3s-3 1.3-3 3z"/><path data-color="color-2" d="M11 11v4c0 .6.4 1 1 1s1-.4 1-1v-4c0-.6-.4-1-1-1s-1 .4-1 1z"/><path data-color="color-2" d="M9 5c0 1.7 1.3 3 3 3s3-1.3 3-3c0-1.3-.9-2.4-2-2.8V1c0-.6-.4-1-1-1s-1 .4-1 1v1.2C9.9 2.6 9 3.7 9 5z"/></g></g></symbol><symbol id="nc-trash" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M2 6v8c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V6H2z"/><path data-color="color-2" d="M12 3V1c0-.6-.4-1-1-1H5c-.6 0-1 .4-1 1v2H0v2h16V3h-4zm-2 0H6V2h4v1z"/></g></g></symbol><symbol id="nc-uncheck" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="uncheck" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><circle id="Oval" stroke="currentColor" stroke-width="2" cx="8" cy="8" r="6"/></g></g></g></symbol><symbol id="nc-button-2" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path data-color="color-2" d="M12.586 15l-3.793-3.793L7 14 5 6l8 2-2.793 1.793L14 13.586 12.586 15z"/><path fill="currentColor" d="M4 10H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v7h-2V2H2v6h2v2z"/></g></g></symbol><symbol id="nc-button" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M12.424 5.603L7 5V1.5a1.5 1.5 0 1 0-3 0V9H3V7h-.5A1.5 1.5 0 0 0 1 8.5v1.833a5 5 0 0 0 1 3L4 16h9l1.966-6.554a3 3 0 0 0-2.542-3.843z" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-desktop" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M15 0H1C.4 0 0 .4 0 1v11c0 .6.4 1 1 1h5v1H3v2h10v-2h-3v-1h5c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1zm-1 11H2V2h12v9z"/></g></g></symbol><symbol id="nc-divider" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M1 1v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z"/><path fill="currentColor" d="M1 12v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z"/><path data-color="color-2" d="M15 9H1a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2z"/></g></g></symbol><symbol id="nc-lock" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M13.417 6.4h-1.084V4.267C12.333 1.914 10.39 0 8 0S3.667 1.914 3.667 4.267V6.4H2.583c-.599 0-1.083.478-1.083 1.067v7.466c0 .59.484 1.067 1.083 1.067h10.834c.599 0 1.083-.478 1.083-1.067V7.467c0-.59-.484-1.067-1.083-1.067zM5.833 4.267c0-1.177.972-2.134 2.167-2.134 1.195 0 2.167.957 2.167 2.134V6.4H5.833V4.267z" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-menu" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path data-color="color-2" d="M15 7H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z"/><path fill="currentColor" d="M15 1H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z"/><path fill="currentColor" d="M15 13H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z"/></g></g></symbol><symbol id="nc-phone" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g transform="translate(2)" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M10 16H2c-1.103 0-2-.897-2-2V2C0 .897.897 0 2 0h8c1.103 0 2 .897 2 2v12c0 1.103-.897 2-2 2zM2 2v12h8.001L10 2H2z"/><path d="M7 12v-2H5v2z"/></g></g></g></symbol><symbol id="nc-reorder" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M3 1h10v1H3z"/><path d="M1 4h14v11H1z"/></g></g></g></symbol><symbol id="nc-spacer" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M2 6H0V1c0-.6.4-1 1-1h5v2H2v4z"/><path fill="currentColor" d="M16 6h-2V2h-4V0h5c.6 0 1 .4 1 1v5z"/><path fill="currentColor" d="M15 16h-5v-2h4v-4h2v5c0 .6-.4 1-1 1z"/><path fill="currentColor" d="M6 16H1c-.6 0-1-.4-1-1v-5h2v4h4v2z"/></g></g></symbol><symbol id="nc-tablet" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M13 0H3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM7 15v-1h2v1H7zm6-3H3V2h10v10z" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-unlock" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M13.417 6.4h-1.084V4.267C12.333 1.914 10.39 0 8 0S3.667 1.914 3.667 4.267V6.4H2.583c-.599 0-1.083.478-1.083 1.067v7.466c0 .59.484 1.067 1.083 1.067h10.834c.599 0 1.083-.478 1.083-1.067V7.467c0-.59-.484-1.067-1.083-1.067zM5.833 4.267c0-1.177.972-2.134 2.167-2.134 1.195 0 2.167.957 2.167 2.134h2.166V6.4h-6.5V4.267z" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-upgrade" viewBox="0 0 32 32"><g><g class="nc-icon-wrapper" fill="currentColor"><circle fill="currentColor" cx="16" cy="6" r="1"/><path fill="currentColor" d="M18 24v-1c0-.77.297-1.468.775-2H0v1c0 2.757 2.243 5 5 5h13v-3z"/><path fill="currentColor" d="M27 4v10.09a5.964 5.964 0 0 1 2 .721V4c0-1.654-1.346-3-3-3H6C4.346 1 3 2.346 3 4v15h2V4c0-.551.448-1 1-1h20c.552 0 1 .449 1 1z"/><path data-color="color-2" d="M31 22h-1v-2c0-2.206-1.794-4-4-4s-4 1.794-4 4v2h-1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1zm-7-2c0-1.103.897-2 2-2s2 .897 2 2v2h-4v-2z"/></g></g></symbol><symbol id="nc-close" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M12.786 3.214a.69.69 0 0 0-1 0L8 7 4.214 3.214a.69.69 0 0 0-1 0 .69.69 0 0 0 0 1L7 8l-3.786 3.786a.69.69 0 0 0 0 1 .648.648 0 0 0 .5.214.648.648 0 0 0 .5-.214L8 9l3.786 3.786a.772.772 0 0 0 .5.214.772.772 0 0 0 .5-.214.69.69 0 0 0 0-1L9 8l3.786-3.786a.69.69 0 0 0 0-1z" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-corners-all" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><rect x="1" y="2" width="14" height="12" rx="3" stroke="currentColor" stroke-width="2" fill="none" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-corners-bottom-right" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M0 6V4c0-2 1.5-3 3-3h2v2H3.5C2.5 3 2 3.5 2 4.5V6H0z" fill="currentColor"/><path d="M11 6V4c0-2 1.5-3 3-3h2v2h-1.5c-1 0-1.5.5-1.5 1.5V6h-2z" fill="currentColor" transform="matrix(-1 0 0 1 27 0)"/><path d="M0 15v-2c0-2 1.5-3 3-3h2v2H3.5c-1 0-1.5.5-1.5 1.5V15H0z" fill="currentColor" transform="matrix(1 0 0 -1 0 25)"/><path d="M11 15v-2c0-2 1.5-3 3-3h2v2h-1.5c-1 0-1.5.5-1.5 1.5V15h-2z" fill="#22AFDA" transform="rotate(180 13.5 12.5)"/></g></g></g></symbol><symbol id="nc-corners-bottom-left" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M0 6V4c0-2 1.5-3 3-3h2v2H3.5C2.5 3 2 3.5 2 4.5V6H0z" fill="currentColor"/><path d="M11 6V4c0-2 1.5-3 3-3h2v2h-1.5c-1 0-1.5.5-1.5 1.5V6h-2z" fill="currentColor" transform="matrix(-1 0 0 1 27 0)"/><path d="M0 15v-2c0-2 1.5-3 3-3h2v2H3.5c-1 0-1.5.5-1.5 1.5V15H0z" fill="#22AFDA" transform="matrix(1 0 0 -1 0 25)"/><path d="M11 15v-2c0-2 1.5-3 3-3h2v2h-1.5c-1 0-1.5.5-1.5 1.5V15h-2z" fill="currentColor" transform="rotate(180 13.5 12.5)"/></g></g></g></symbol><symbol id="nc-corners-individual" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M0 6V4c0-2 1.5-3 3-3h2v2H3.5C2.5 3 2 3.5 2 4.5V6H0z"/><path d="M11 6V4c0-2 1.5-3 3-3h2v2h-1.5c-1 0-1.5.5-1.5 1.5V6h-2z" transform="matrix(-1 0 0 1 27 0)"/><path d="M0 15v-2c0-2 1.5-3 3-3h2v2H3.5c-1 0-1.5.5-1.5 1.5V15H0z" transform="matrix(1 0 0 -1 0 25)"/><path d="M11 15v-2c0-2 1.5-3 3-3h2v2h-1.5c-1 0-1.5.5-1.5 1.5V15h-2z" transform="rotate(180 13.5 12.5)"/></g></g></g></symbol><symbol id="nc-corners-top-left" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M0 6V4c0-2 1.5-3 3-3h2v2H3.5C2.5 3 2 3.5 2 4.5V6H0z" fill="#22AFDA"/><path d="M11 6V4c0-2 1.5-3 3-3h2v2h-1.5c-1 0-1.5.5-1.5 1.5V6h-2z" fill="currentColor" transform="matrix(-1 0 0 1 27 0)"/><path d="M0 15v-2c0-2 1.5-3 3-3h2v2H3.5c-1 0-1.5.5-1.5 1.5V15H0z" fill="currentColor" transform="matrix(1 0 0 -1 0 25)"/><path d="M11 15v-2c0-2 1.5-3 3-3h2v2h-1.5c-1 0-1.5.5-1.5 1.5V15h-2z" fill="currentColor" transform="rotate(180 13.5 12.5)"/></g></g></g></symbol><symbol id="nc-corners-top-right" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M0 6V4c0-2 1.5-3 3-3h2v2H3.5C2.5 3 2 3.5 2 4.5V6H0z" fill="currentColor"/><path d="M11 6V4c0-2 1.5-3 3-3h2v2h-1.5c-1 0-1.5.5-1.5 1.5V6h-2z" fill="#22AFDA" transform="matrix(-1 0 0 1 27 0)"/><path d="M0 15v-2c0-2 1.5-3 3-3h2v2H3.5c-1 0-1.5.5-1.5 1.5V15H0z" fill="currentColor" transform="matrix(1 0 0 -1 0 25)"/><path d="M11 15v-2c0-2 1.5-3 3-3h2v2h-1.5c-1 0-1.5.5-1.5 1.5V15h-2z" fill="currentColor" transform="rotate(180 13.5 12.5)"/></g></g></g></symbol><symbol id="nc-horizontal" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path transform="rotate(90 11.833 8)" d="M11.833 10.167h4.5l-4.5-4.334-4.5 4.334h2.834z"/><path transform="matrix(0 1 1 0 -3.833 3.833)" d="M4.167 10.167h4.5l-4.5-4.334-4.5 4.334H2.5z"/></g></g></g></symbol><symbol id="nc-redo" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M10 4.6L8.6 6l3 3H6C4.3 9 3 7.7 3 6s1.3-3 3-3h8V1H6C3.2 1 1 3.2 1 6s2.2 5 5 5h5.6l-3 3 1.4 1.4 5.4-5.4L10 4.6z"/></g></g></symbol><symbol id="nc-size" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M15 8l-3-3v2h-2v2h2v2z"/><path d="M7 6h2V4h2L8 1 5 4h2z"/><path d="M9 10H7v2H5l3 3 3-3H9z"/><path d="M6 9V7H4V5L1 8l3 3V9z"/></g></g></g></symbol><symbol id="nc-styling-all" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M0 1h16v2H0z"/><path d="M0 13h16v2H0z"/><path transform="rotate(-90 1 8)" d="M-4 7H6v2H-4z"/><path transform="rotate(-90 15 8)" d="M10 7h10v2H10z"/></g></g></g></symbol><symbol id="nc-styling-bottom" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path fill="currentColor" d="M3 1h10v2H3z"/><path fill="#22AFDA" d="M3 13h10v2H3z"/><path fill="currentColor" transform="rotate(-90 1 8)" d="M-3 7h8v2h-8z"/><path fill="currentColor" transform="rotate(-90 15 8)" d="M11 7h8v2h-8z"/></g></g></g></symbol><symbol id="nc-styling-individual" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M3 1h10v2H3z"/><path d="M3 13h10v2H3z"/><path transform="rotate(-90 1 8)" d="M-3 7h8v2h-8z"/><path transform="rotate(-90 15 8)" d="M11 7h8v2h-8z"/></g></g></g></symbol><symbol id="nc-styling-left" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path fill="currentColor" d="M3 1h10v2H3z"/><path fill="currentColor" d="M3 13h10v2H3z"/><path fill="#22AFDA" transform="rotate(-90 1 8)" d="M-3 7h8v2h-8z"/><path fill="currentColor" transform="rotate(-90 15 8)" d="M11 7h8v2h-8z"/></g></g></g></symbol><symbol id="nc-styling-right" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path fill="currentColor" d="M3 1h10v2H3z"/><path fill="currentColor" d="M3 13h10v2H3z"/><path fill="currentColor" transform="rotate(-90 1 8)" d="M-3 7h8v2h-8z"/><path fill="#22AFDA" transform="rotate(-90 15 8)" d="M11 7h8v2h-8z"/></g></g></g></symbol><symbol id="nc-styling-top" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path fill="#22AFDA" d="M3 1h10v2H3z"/><path fill="currentColor" d="M3 13h10v2H3z"/><path fill="currentColor" transform="rotate(-90 1 8)" d="M-3 7h8v2h-8z"/><path fill="currentColor" transform="rotate(-90 15 8)" d="M11 7h8v2h-8z"/></g></g></g></symbol><symbol id="nc-styling" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path data-color="color-2" d="M2.2 5.6l3.4-3.4L3.7.3c-.4-.4-1-.4-1.4 0l-2 2c-.4.4-.4 1 0 1.4l1.9 1.9z"/><path data-color="color-2" d="M13.8 10.4l-3.4 3.4 1.9 1.9c.2.2.4.3.7.3h3v-3c0-.3-.1-.5-.3-.7l-1.9-1.9z"/><path fill="currentColor" d="M15.7 4.3l-4-4c-.4-.4-1-.4-1.4 0L9 1.6l1.7 1.7-1.4 1.4L7.6 3 6 4.6l1.7 1.7-1.4 1.4L4.6 6 3 7.6l1.7 1.7-1.4 1.4L1.6 9 .3 10.3c-.4.4-.4 1 0 1.4l4 4c.4.4 1 .4 1.4 0l10-10c.4-.4.4-1 0-1.4z"/></g></g></symbol><symbol id="nc-time" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M12.7.3c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l.8.8-.9.9C10 2.5 8.6 2 7 2 3.1 2 0 5.1 0 9s3.1 7 7 7 7-3.1 7-7c0-1.6-.5-3-1.4-4.2l.9-.9.8.8c.2.2.4.3.7.3s.5-.1.7-.3c.4-.4.4-1 0-1.4l-3-3zM7 14c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5z"/><path data-color="color-2" d="M8 6H6v4h4V8H8z"/></g></g></symbol><symbol id="nc-undo" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path data-color="color-2" d="M2.502 12.333a6.996 6.996 0 0 1-1.405-3.168l1.973-.331a4.982 4.982 0 0 0 1.003 2.26l-1.571 1.239z"/><path data-color="color-2" d="M6.834 14.903a7.015 7.015 0 0 1-2.976-1.259l1.186-1.611c.624.459 1.358.77 2.122.898l-.332 1.972z"/><path data-color="color-2" d="M9.165 14.903l-.33-1.973a4.99 4.99 0 0 0 2.209-.964l1.219 1.586a6.997 6.997 0 0 1-3.098 1.351z"/><path fill="currentColor" d="M8 1c-1.873 0-3.65.759-4.948 2.052L.9.9.2 7.3l6.4-.7-2.135-2.135A5.023 5.023 0 0 1 8 3c2.757 0 5 2.243 5 5 0 1.06-.327 2.072-.947 2.928l1.621 1.173A6.96 6.96 0 0 0 15 8c0-3.86-3.141-7-7-7z"/></g></g></symbol><symbol id="nc-vertical" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M8 6.333h4.5L8 2 3.5 6.333h2.833z"/><path transform="matrix(1 0 0 -1 0 23.667)" d="M8 14h4.5L8 9.667 3.5 14h2.833z"/></g></g></g></symbol><symbol id="nc-check-small" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><polygon fill="currentColor" points="12.4,6 11,4.6 7,8.6 5,6.6 3.6,8 7,11.4 "/></g></g></symbol><symbol id="nc-circle-remove" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M8,0C3.6,0,0,3.6,0,8s3.6,8,8,8s8-3.6,8-8S12.4,0,8,0z M11.5,10.1l-1.4,1.4L8,9.4l-2.1,2.1l-1.4-1.4L6.6,8 L4.5,5.9l1.4-1.4L8,6.6l2.1-2.1l1.4,1.4L9.4,8L11.5,10.1z"/></g></g></symbol><symbol id="nc-stre-down" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M8,12c-0.232,0-0.463-0.08-0.651-0.241l-7.759-6.65L0.892,3.59L8,9.683l7.108-6.093l1.302,1.519l-7.759,6.65 C8.463,11.92,8.232,12,8,12z"/></g></g></symbol><symbol id="nc-stre-up" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M15.108,12.41L8,6.317L0.892,12.41l-1.302-1.519l7.759-6.65c0.375-0.322,0.927-0.322,1.302,0l7.759,6.65 L15.108,12.41z"/></g></g></symbol><symbol id="nc-alert-circle-que" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M8,0C3.6,0,0,3.6,0,8s3.6,8,8,8s8-3.6,8-8S12.4,0,8,0z M8,13c-0.6,0-1-0.4-1-1c0-0.6,0.4-1,1-1s1,0.4,1,1 C9,12.6,8.6,13,8,13z M9.5,8.4C9,8.7,9,8.8,9,9v1H7V9c0-1.3,0.8-1.9,1.4-2.3C8.9,6.4,9,6.3,9,6c0-0.6-0.4-1-1-1 C7.6,5,7.3,5.2,7.1,5.5L6.6,6.4l-1.7-1l0.5-0.9C5.9,3.6,6.9,3,8,3c1.7,0,3,1.3,3,3C11,7.4,10.1,8,9.5,8.4z"/></g></g></symbol><symbol id="nc-grid-45" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M6,0H1C0.4,0,0,0.4,0,1v5c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1V1C7,0.4,6.6,0,6,0z"/> <path fill="currentColor" d="M15,0h-5C9.4,0,9,0.4,9,1v5c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1V1C16,0.4,15.6,0,15,0z"/> <path fill="currentColor" d="M6,9H1c-0.6,0-1,0.4-1,1v5c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1v-5C7,9.4,6.6,9,6,9z"/> <path fill="currentColor" d="M15,9h-5c-0.6,0-1,0.4-1,1v5c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1v-5C16,9.4,15.6,9,15,9z"/></g></g></symbol><symbol id="nc-bars" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><rect x="7" fill="currentColor" width="2" height="4"/> <rect x="10.243" y="2.757" transform="matrix(0.7071 -0.7071 0.7071 0.7071 0.929 9.7574)" opacity="0.9" fill="currentColor" width="4" height="2"/> <rect x="12" y="7" opacity="0.8" fill="currentColor" width="4" height="2"/> <rect x="11.243" y="10.243" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -5.0711 12.2427)" opacity="0.7" fill="currentColor" width="2" height="4"/> <rect x="7" y="12" opacity="0.6" fill="currentColor" width="2" height="4"/> <rect x="1.758" y="11.243" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -7.5564 6.2426)" opacity="0.5" fill="currentColor" width="4" height="2"/> <rect y="7" opacity="0.4" fill="currentColor" width="4" height="2"/> <rect x="2.757" y="1.758" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -1.5563 3.7573)" opacity="0.3" fill="currentColor" width="2" height="4"/> </g></g></symbol><symbol id="nc-square-remove-09" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M15,0H1C0.4,0,0,0.4,0,1v14c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V1C16,0.4,15.6,0,15,0z M11.5,10.1l-1.4,1.4 L8,9.4l-2.1,2.1l-1.4-1.4L6.6,8L4.5,5.9l1.4-1.4L8,6.6l2.1-2.1l1.4,1.4L9.4,8L11.5,10.1z"/></g></g></symbol><symbol id="nc-paragraph" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M6,0H1C0.4,0,0,0.4,0,1v5c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1V1C7,0.4,6.6,0,6,0z"/> <path fill="currentColor" d="M6,9H1c-0.6,0-1,0.4-1,1v5c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1v-5C7,9.4,6.6,9,6,9z"/> <rect data-color="color-2" x="9" y="1" width="7" height="2"/> <rect data-color="color-2" x="9" y="4" width="7" height="2"/> <rect data-color="color-2" x="9" y="10" width="7" height="2"/> <rect data-color="color-2" x="9" y="13" width="7" height="2"/></g></g></symbol><symbol id="nc-zoom-e" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M2,6H0V1c0-0.6,0.4-1,1-1h5v2H2V6z"/> <path fill="currentColor" d="M16,6h-2V2h-4V0h5c0.6,0,1,0.4,1,1V6z"/> <path fill="currentColor" d="M15,16h-5v-2h4v-4h2v5C16,15.6,15.6,16,15,16z"/> <path fill="currentColor" d="M6,16H1c-0.6,0-1-0.4-1-1v-5h2v4h4V16z"/></g></g></symbol><symbol id="nc-hourglass" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M15,2c0.6,0,1-0.4,1-1s-0.4-1-1-1H1C0.4,0,0,0.4,0,1s0.4,1,1,1h1c0.1,2.4,0.8,4.5,2,6c-1.2,1.4-2,3.6-2,6H1 c-0.6,0-1,0.4-1,1s0.4,1,1,1h14c0.6,0,1-0.4,1-1s-0.4-1-1-1h-1c-0.1-2.5-0.8-4.6-2-6c1.3-1.5,2-3.6,2-6H15z M9.9,7.3L9,8.1l1,0.7 c1.2,0.9,2,2.9,2.1,5.2H4c0.1-2.3,0.9-4.3,2.1-5.2l1-0.7L6.1,7.3C4.8,6.1,4.1,4.2,4,2h8C11.9,4.2,11.2,6.1,9.9,7.3z"/></g></g></symbol><symbol id="nc-share-2" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M12,6c1.654,0,3-1.346,3-3s-1.346-3-3-3S9,1.346,9,3c0,0.223,0.029,0.439,0.075,0.649l-3.22,2.012 C5.343,5.254,4.704,5,4,5C2.346,5,1,6.346,1,8s1.346,3,3,3c0.704,0,1.343-0.254,1.855-0.661l3.22,2.012C9.029,12.561,9,12.777,9,13 c0,1.654,1.346,3,3,3s3-1.346,3-3s-1.346-3-3-3c-0.704,0-1.343,0.254-1.855,0.661l-3.22-2.012C6.971,8.439,7,8.223,7,8 S6.971,7.561,6.925,7.351l3.22-2.012C10.657,5.746,11.296,6,12,6z"/></g></g></symbol><symbol id="nc-form" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path data-color="color-2" d="M15,16H9c-0.552,0-1-0.448-1-1v-1c0-0.552,0.448-1,1-1h6c0.552,0,1,0.448,1,1v1 C16,15.552,15.552,16,15,16z"/> <path fill="currentColor" d="M15,0H1C0.448,0,0,0.448,0,1v9c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1V1C16,0.448,15.552,0,15,0z M14,9 H2V4h12V9z"/></g></g></symbol><symbol id="nc-circle-remove-2" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><circle fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" cx="8.5" cy="8.5" r="7"/><line data-color="color-2" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="11.5" y1="5.5" x2="5.5" y2="11.5"/><line data-color="color-2" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="5.5" y1="5.5" x2="11.5" y2="11.5"/></g></g></symbol><symbol id="nc-eye-ban-18" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M14.6,5.6l-8.2,8.2C6.9,13.9,7.5,14,8,14c3.6,0,6.4-3.1,7.6-4.9c0.5-0.7,0.5-1.6,0-2.3 C15.4,6.5,15,6.1,14.6,5.6z"/> <path fill="currentColor" d="M14.3,0.3L11.6,3C10.5,2.4,9.3,2,8,2C4.4,2,1.6,5.1,0.4,6.9c-0.5,0.7-0.5,1.6,0,2.2c0.5,0.8,1.4,1.8,2.4,2.7 l-2.5,2.5c-0.4,0.4-0.4,1,0,1.4C0.5,15.9,0.7,16,1,16s0.5-0.1,0.7-0.3l14-14c0.4-0.4,0.4-1,0-1.4S14.7-0.1,14.3,0.3z M5.3,9.3 C5.1,8.9,5,8.5,5,8c0-1.7,1.3-3,3-3c0.5,0,0.9,0.1,1.3,0.3L5.3,9.3z"/></g></g></symbol><symbol id="nc-eye-17" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M8,14c3.6,0,6.4-3.1,7.6-4.9c0.5-0.7,0.5-1.6,0-2.3C14.4,5.1,11.6,2,8,2C4.4,2,1.6,5.1,0.4,6.9 c-0.5,0.7-0.5,1.6,0,2.2C1.6,10.9,4.4,14,8,14z M8,5c1.7,0,3,1.3,3,3s-1.3,3-3,3S5,9.7,5,8S6.3,5,8,5z"/></g></g></symbol><symbol id="nc-drag" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M16 8l-3-3v2H9V3h2L8 0 5 3h2v4H3V5L0 8l3 3V9h4v4H5l3 3 3-3H9V9h4v2z"/></g></g></symbol><symbol id="nc-small" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M8.01 13.004c2.598 0 3.876-1.336 3.876-3.107 0-3.616-5.561-2.585-5.561-4.11 0-.58.494-.958 1.365-.958.987 0 2.032.334 2.816 1.06l1.147-1.539C10.695 3.465 9.418 3 7.88 3c-2.28 0-3.674 1.336-3.674 2.947 0 3.645 5.576 2.469 5.576 4.153 0 .566-.538 1.074-1.685 1.074a4.255 4.255 0 0 1-3.078-1.321l-1.132 1.612c.915.914 2.25 1.539 4.123 1.539z" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-medium" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1" d="M13.544 13V3h-3.067L7.992 9.288 5.508 3H2.456v10h2.178V5.731L7.517 13h.95l2.884-7.269V13z"/></g></g></symbol><symbol id="nc-large" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1" d="M11.392 13v-2.06H6.94V3H4.683v10z"/></g></g></symbol><symbol id="nc-16" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M1.014 3.1h3.934v9.8H3.072V4.752H1.014z"/><path d="M13.111 4.703a4.159 4.159 0 0 0-1.141-.161c-.877 0-1.538.294-1.981.882-.443.588-.651 1.39-.623 2.408a2.46 2.46 0 0 1 1.029-.973c.434-.22.95-.329 1.547-.329.97 0 1.74.285 2.31.854.57.57.854 1.33.854 2.282 0 .672-.145 1.258-.434 1.757-.29.5-.698.884-1.225 1.155-.527.27-1.141.406-1.841.406-.83 0-1.55-.191-2.156-.574-.607-.383-1.071-.933-1.393-1.652-.322-.719-.483-1.577-.483-2.576 0-1.036.175-1.944.525-2.723.35-.78.847-1.381 1.491-1.806.644-.425 1.4-.637 2.268-.637.504 0 1.024.068 1.561.203a5.43 5.43 0 0 1 1.407.553l-.714 1.4a3.245 3.245 0 0 0-1.001-.469zM10.15 8.476a1.603 1.603 0 0 0-.518 1.246c-.01.28.056.548.196.805s.352.467.637.63c.285.163.637.245 1.057.245.56 0 1.008-.154 1.344-.462.336-.308.504-.737.504-1.288 0-.513-.161-.922-.483-1.225-.322-.303-.758-.455-1.309-.455-.597 0-1.073.168-1.428.504z"/></g></g></g></symbol><symbol id="nc-24" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M7.784 11.262V12.9H.532v-1.358l3.696-3.808c.355-.355.64-.705.854-1.05.215-.345.322-.644.322-.896a.968.968 0 0 0-.42-.833c-.28-.2-.667-.301-1.162-.301-.43 0-.887.107-1.372.322a5.256 5.256 0 0 0-1.372.896L.336 4.43a7.256 7.256 0 0 1 1.827-1.043 5.3 5.3 0 0 1 1.925-.371c.644 0 1.213.103 1.708.308.495.205.88.497 1.155.875s.413.814.413 1.309c0 .476-.163.98-.49 1.512-.327.532-.784 1.106-1.372 1.722l-2.492 2.52h4.774z"/><path d="M15.71 8.98v1.61h-1.414v2.31H12.56v-2.31H7.87V9.204L11.062 3.1h1.806L9.872 8.98h2.688V6.712h1.736V8.98z"/></g></g></g></symbol><symbol id="nc-32" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M6.867 8.014c.537.467.805 1.078.805 1.834 0 .616-.159 1.16-.476 1.631-.317.471-.77.84-1.358 1.106-.588.266-1.274.399-2.058.399-.663 0-1.318-.1-1.967-.301-.649-.2-1.202-.469-1.659-.805l.742-1.456a4.321 4.321 0 0 0 2.758 1.008c.681 0 1.216-.14 1.603-.42.387-.28.581-.658.581-1.134 0-.485-.191-.856-.574-1.113-.383-.257-.929-.385-1.638-.385H2.142V7.244l2.632-2.548H.644L.63 3.1h6.552v1.162l-2.996 2.87.518.056c.905.084 1.626.36 2.163.826z"/><path d="M15.556 11.262V12.9H8.304v-1.358L12 7.734c.355-.355.64-.705.854-1.05.215-.345.322-.644.322-.896a.968.968 0 0 0-.42-.833c-.28-.2-.667-.301-1.162-.301-.43 0-.887.107-1.372.322a5.256 5.256 0 0 0-1.372.896L8.108 4.43a7.256 7.256 0 0 1 1.827-1.043 5.3 5.3 0 0 1 1.925-.371c.644 0 1.213.103 1.708.308.495.205.88.497 1.155.875s.413.814.413 1.309c0 .476-.163.98-.49 1.512-.327.532-.784 1.106-1.372 1.722l-2.492 2.52h4.774z"/></g></g></g></symbol><symbol id="nc-48" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g transform="translate(0 3)" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M7.952 5.98v1.61H6.538V9.9H4.802V7.59H.112V6.204L3.304.1H5.11L2.114 5.98h2.688V3.712h1.736V5.98z"/><path d="M14.597.709c.593.462.889 1.09.889 1.883 0 .448-.121.854-.364 1.218a2.451 2.451 0 0 1-1.008.854c.579.215 1.034.541 1.365.98.331.439.497.943.497 1.512 0 .57-.154 1.069-.462 1.498-.308.43-.749.758-1.323.987-.574.229-1.244.343-2.009.343-.765 0-1.435-.114-2.009-.343-.574-.229-1.015-.553-1.323-.973-.308-.42-.462-.915-.462-1.484 0-.579.173-1.09.518-1.533.345-.443.821-.772 1.428-.987a2.715 2.715 0 0 1-1.071-.896 2.15 2.15 0 0 1-.385-1.246c0-.765.296-1.374.889-1.827.593-.453 1.393-.679 2.401-.679 1.027 0 1.836.231 2.429.693zM10.915 1.71c-.303.233-.455.56-.455.98 0 .42.152.747.455.98.303.233.726.35 1.267.35.541 0 .961-.117 1.26-.35.299-.233.448-.56.448-.98 0-.42-.15-.747-.448-.98-.299-.233-.719-.35-1.26-.35s-.964.117-1.267.35zm-.231 4.158c-.355.261-.532.63-.532 1.106 0 .485.177.863.532 1.134.355.27.854.406 1.498.406.635 0 1.132-.133 1.491-.399.36-.266.539-.642.539-1.127 0-.476-.18-.847-.539-1.113-.36-.266-.861-.399-1.505-.399-.635 0-1.13.13-1.484.392z"/></g></g></g></symbol><symbol id="nc-64" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g transform="translate(.2 3)" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M5.537 1.703a4.159 4.159 0 0 0-1.141-.161c-.877 0-1.538.294-1.981.882-.443.588-.651 1.39-.623 2.408a2.46 2.46 0 0 1 1.029-.973c.434-.22.95-.329 1.547-.329.97 0 1.74.285 2.31.854.57.57.854 1.33.854 2.282 0 .672-.145 1.258-.434 1.757-.29.5-.698.884-1.225 1.155-.527.27-1.141.406-1.841.406-.83 0-1.55-.191-2.156-.574C1.269 9.027.805 8.477.483 7.758.161 7.039 0 6.181 0 5.182c0-1.036.175-1.944.525-2.723.35-.78.847-1.381 1.491-1.806.644-.425 1.4-.637 2.268-.637.504 0 1.024.068 1.561.203a5.43 5.43 0 0 1 1.407.553l-.714 1.4a3.245 3.245 0 0 0-1.001-.469zM2.576 5.476a1.603 1.603 0 0 0-.518 1.246c-.01.28.056.548.196.805s.352.467.637.63c.285.163.637.245 1.057.245.56 0 1.008-.154 1.344-.462.336-.308.504-.737.504-1.288 0-.513-.161-.922-.483-1.225-.322-.303-.758-.455-1.309-.455-.597 0-1.073.168-1.428.504z"/><path d="M15.724 5.98v1.61H14.31V9.9h-1.736V7.59h-4.69V6.204L11.076.1h1.806L9.886 5.98h2.688V3.712h1.736V5.98z"/></g></g></g></symbol><symbol id="nc-row" viewBox="0 0 16 17"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M14.77 0C15.507 0 16 .486 16 1.214v14.572c0 .728-.492 1.214-1.23 1.214H1.23C.493 17 0 16.514 0 15.786V1.214C0 .486.492 0 1.23 0h13.54zm-2 4H3.23C2.493 4 2 4.514 2 5.286v6.428C2 12.486 2.492 13 3.23 13h9.54c.738 0 1.23-.514 1.23-1.286V5.286C14 4.514 13.508 4 12.77 4z" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-column" viewBox="0 0 16 17"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M14.77 0C15.507 0 16 .486 16 1.214v14.572c0 .728-.492 1.214-1.23 1.214H1.23C.493 17 0 16.514 0 15.786V1.214C0 .486.492 0 1.23 0h13.54zM12 13.77V3.23C12 2.493 11.486 2 10.714 2H5.286C4.514 2 4 2.492 4 3.23v10.54c0 .738.514 1.23 1.286 1.23h5.428c.772 0 1.286-.492 1.286-1.23z" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-sound-cloud" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M2.777 5.974c-.279 0-.557.171-.557.343l-.279 4.628.279 3.086c0 .171.278.171.278.171.279 0 .279-.171.279-.171l.278-3.086V6.317c0-.172-.278-.343-.278-.343z"/><path d="M.945 8.209c-.25.008-.494.142-.49.267l-.132 3.382.328 2.24c.005.125.254.116.254.116.25-.009.245-.134.245-.134l.17-2.257-.117-3.373c-.004-.125-.258-.241-.258-.241z"/><path d="M6.57 14.202c.217 0 .434-.171.434-.343l.217-2.914-.217-7.2c0-.171-.217-.342-.433-.342-.217 0-.434.171-.434.342l-.216 7.2.216 2.914c0 .172.217.343.434.343z"/><path d="M4.53 14.202c.2 0 .4-.171.4-.343l.2-2.914-.2-6.342c0-.172-.2-.343-.4-.343s-.4.171-.4.343l-.2 6.342.2 2.914c0 .172.2.343.4.343z"/><path d="M13.084 7.517C13.87 4.35 12.37 1.86 9.502 1.86c-.497 0-.895.171-1.293.343-.2.171-.2.343-.2.514v11.142c0 .172.1.343.2.343h5.571c1.09 0 2.09-1.352 2.09-3.352 0-2-1-3-2.786-3.333z"/></g></g></g></symbol><symbol id="nc-progress" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" stroke="none" stroke-width="1" fill="none"><path d="M9 1H2c-.6 0-1 .4-1 1v12c0 .6.4 1 1 1h7V1z" fill="currentColor"/><path d="M4 1.61v12.749L14 14V2H4v-.39z" stroke="currentColor" stroke-width="2"/></g></g></g></symbol><symbol id="nc-counter" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm4 9H7V4h2v3h3v2z" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-shortcode" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M5 3c.5 0 1-.5 1-1s-.448-1-1-1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1c0-.552-.5-1-1-1h-.875C3.45 13 3 12.508 3 11.77V4.23C3 3.493 3.45 3 4.125 3H5z"/><path d="M11 3c-.5 0-1-.5-1-1s.448-1 1-1h4a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1c0-.552.5-1 1-1h.875C12.55 13 13 12.508 13 11.77V4.23C13 3.493 12.55 3 11.875 3H11z"/></g></g></g></symbol><symbol id="nc-sidebar" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M15 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h14zm-5 10.77V4.23C10 3.493 9.486 3 8.714 3H3.286C2.514 3 2 3.492 2 4.23v7.54c0 .738.514 1.23 1.286 1.23h5.428C9.486 13 10 12.508 10 11.77z" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-dark" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M14.2 9.047a6.381 6.381 0 0 1-1.554.194 5.799 5.799 0 0 1-5.823-5.823c0-.517.065-1.035.194-1.553.065-.194 0-.453-.194-.647s-.388-.258-.647-.194C3.136 1.93 1 4.777 1 7.947a7.097 7.097 0 0 0 7.117 7.118c3.17 0 6.018-2.135 6.859-5.241.064-.194 0-.453-.194-.647a.62.62 0 0 0-.583-.13z" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-light" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M1.87 2.813l.943-.943 1.415 1.415-.943.943z"/><path d="M11.772 3.285l1.414-1.415.943.943-1.414 1.415z"/><path d="M11.772 12.715l.943-.943 1.415 1.415-.943.943z"/><path d="M1.87 13.187l1.415-1.415.943.943-1.415 1.415z"/><circle cx="8" cy="8" r="4.668"/><path d="M-.002 7.333h2v1.334h-2z"/><path d="M7.333-.002h1.334v2H7.333z"/><path d="M14.001 7.333h2v1.334h-2z"/><path d="M7.333 14.001h1.334v2H7.333z"/></g></g></g></symbol><symbol id="nc-wp-shortcode" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"><path d="M0 8c0 3.2 1.8 5.9 4.5 7.2L.7 4.7C.2 5.7 0 6.8 0 8z"/><path d="M13.4 7.6c0-1-.4-1.7-.7-2.2-.4-.7-.7-1.2-.7-1.9s.6-1.4 1.3-1.4h.1C12 .8 10.1 0 8 0 5.2 0 2.7 1.4 1.3 3.6c.2 0 2.7-.1 2.7-.1.4 0 .5.6.1.7 0 0-.4.1-.9.1L6 12.9l1.8-5.3-1.3-3.4c-.4 0-.8-.1-.8-.1-.4 0-.4-.7.1-.7 0 0 1.3.1 2.1.1s2.1-.1 2.1-.1c.4 0 .5.6.1.7 0 0-.4.1-.9.1l2.9 8.6.8-2.7c.2-1 .5-1.8.5-2.5z"/><path d="M8.1 8.7l-2.4 7c.8.2 1.5.3 2.3.3.9 0 1.8-.2 2.7-.5 0 0 0-.1-.1-.1L8.1 8.7z"/><path d="M15 4.2c0 .3.1.5.1.8 0 .8-.2 1.7-.6 2.9l-2.5 7c2.4-1.4 4-4 4-6.9 0-1.4-.4-2.7-1-3.8z"/></g></g></g></symbol><symbol id="nc-sndcloud-style-1" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><rect x="0" y="4" width="8" height="8" rx="1"/><rect x="10" y="7" width="1" height="5" rx=".5"/><rect x="9" y="9" width="1" height="3" rx=".5"/><rect x="13" y="8" width="1" height="4" rx=".5"/><rect x="11" y="8" width="1" height="4" rx=".5"/><rect x="12" y="6" width="1" height="6" rx=".5"/><rect x="14" y="7" width="1" height="5" rx=".5"/><rect x="15" y="9" width="1" height="3" rx=".5"/></g></g></g></symbol><symbol id="nc-sndcloud-style-2" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M3 2h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm1.5 6a.5.5 0 0 0-.5.5v4a.5.5 0 1 0 1 0v-4a.5.5 0 0 0-.5-.5zm-1 2a.5.5 0 0 0-.5.5v2a.5.5 0 1 0 1 0v-2a.5.5 0 0 0-.5-.5zm5 0a.5.5 0 0 0-.5.5v2a.5.5 0 1 0 1 0v-2a.5.5 0 0 0-.5-.5zm-3-1a.5.5 0 0 0-.5.5v3a.5.5 0 1 0 1 0v-3a.5.5 0 0 0-.5-.5zm1 1a.5.5 0 0 0-.5.5v2a.5.5 0 1 0 1 0v-2a.5.5 0 0 0-.5-.5zm5 0a.5.5 0 0 0-.5.5v2a.5.5 0 1 0 1 0v-2a.5.5 0 0 0-.5-.5zm1-1a.5.5 0 0 0-.5.5v3a.5.5 0 1 0 1 0v-3a.5.5 0 0 0-.5-.5zm-2 4a.5.5 0 0 0 .5-.5v-1a.5.5 0 1 0-1 0v1a.5.5 0 0 0 .5.5zm-1 0a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-1 0v4a.5.5 0 0 0 .5.5zm-2-4a.5.5 0 0 0-.5.5v3a.5.5 0 1 0 1 0v-3a.5.5 0 0 0-.5-.5z" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-circle-outline" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M8 1C4.15 1 1 4.15 1 8s3.15 7 7 7 7-3.15 7-7-3.15-7-7-7zm0 12.25c-2.888 0-5.25-2.363-5.25-5.25 0-2.888 2.362-5.25 5.25-5.25 2.887 0 5.25 2.362 5.25 5.25 0 2.887-2.363 5.25-5.25 5.25z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-diamond-outline" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M7.449 15.337L.497 8.386C.2 8.088.2 7.69.497 7.392L7.45.441c.298-.298.695-.298.993 0l6.951 6.951c.298.298.298.696 0 .994l-6.951 6.951c-.298.298-.695.298-.993 0zM2.8 7.889l5.144 5.144L13.09 7.89 7.945 2.745 2.801 7.889z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-dot" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M8 4C5.8 4 4 5.8 4 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-fade" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><g transform="translate(0 1)" fill-rule="nonzero" stroke="none" stroke-width="1" fill="none"><path fill="#FFF" d="M0 0h6v14H0z"/><path fill="#C6C8CC" opacity=".7" d="M9 0h3v14H9z"/><path d="M15.5 0a.5.5 0 0 1 .5.5v13a.5.5 0 1 1-1 0V.5a.5.5 0 0 1 .5-.5z" fill="#979AA1" opacity=".4"/></g></g></g></symbol><symbol id="nc-line" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd" d="M3 7h10v2H3z"/></g></g></symbol><symbol id="nc-none" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 2c1.3 0 2.5.4 3.5 1.1l-8.4 8.4C2.4 10.5 2 9.3 2 8c0-3.3 2.7-6 6-6zm0 12c-1.3 0-2.5-.4-3.5-1.1l8.4-8.4c.7 1 1.1 2.2 1.1 3.5 0 3.3-2.7 6-6 6z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-right-arrow-filled" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zM7 11.4L5.6 10l2-2-2-2L7 4.6 10.4 8 7 11.4z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-right-arrow-heavy" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M5.204 16L3 13.91 9.236 8 3 2.09 5.204 0l7.339 6.955c.61.578.61 1.512 0 2.09L5.204 16z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-right-arrow-outline" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"><path d="M7 11.4L5.6 10l2-2-2-2L7 4.6 10.4 8z"/><path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 14c-3.3 0-6-2.7-6-6s2.7-6 6-6 6 2.7 6 6-2.7 6-6 6z"/></g></g></g></symbol><symbol id="nc-right-arrow-tail" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M15.787 7.496L10.182 2 9.153 3.008l4.364 4.279H.727A.72.72 0 0 0 0 8a.72.72 0 0 0 .727.713h12.79l-4.364 4.279L10.182 14l5.605-5.496a.703.703 0 0 0 0-1.008z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-right-arrow-thin" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M5.025 16L4 15.009 11.25 8 4 .991 5.025 0l7.762 7.504a.684.684 0 0 1 0 .992L5.025 16z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-slider-horizontal" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M1 1h14a1 1 0 0 1 1 1v1a1 1 0 0 1-2 0H2a1 1 0 1 1-2 0V2a1 1 0 0 1 1-1z"/><path d="M1 15h14a1 1 0 0 0 1-1v-1a1 1 0 0 0-2 0H2a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1z"/><path d="M3.929 7h2.285C6.648 7 7 7.448 7 8s-.352 1-.786 1H3.93v3L0 8l3.929-4v3z" fill-rule="nonzero"/><path d="M12.071 7H9.786C9.352 7 9 7.448 9 8s.352 1 .786 1h2.285v3L16 8l-3.929-4v3z" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-slider-vertical" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g transform="rotate(90 8 8)" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M3 0h10a1 1 0 0 1 1 1v1a1 1 0 0 1-2 0H4a1 1 0 1 1-2 0V1a1 1 0 0 1 1-1z"/><path d="M3 16h10a1 1 0 0 0 1-1v-1a1 1 0 0 0-2 0H4a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1z"/><path d="M3.929 7h2.285C6.648 7 7 7.448 7 8s-.352 1-.786 1H3.93v3L0 8l3.929-4v3z" fill-rule="nonzero"/><path d="M12.071 7H9.786C9.352 7 9 7.448 9 8s.352 1 .786 1h2.285v3L16 8l-3.929-4v3z" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-slider" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><rect x="1" y="6" width="14" height="9" rx="1"/><rect x="3" y="3" width="10" height="2" rx="1"/><rect x="5" y="1" width="6" height="1" rx=".5"/></g></g></g></symbol><symbol id="nc-square-outline" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M14.125 15H1.875C1.35 15 1 14.65 1 14.125V1.875C1 1.35 1.35 1 1.875 1h12.25c.525 0 .875.35.875.875v12.25c0 .525-.35.875-.875.875zM2.75 13.25h10.5V2.75H2.75v10.5z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-align-horizontal" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><rect x="0" y="14" width="16" height="2" rx="1"/><rect x="3" y="6" width="10" height="4" rx="1"/><rect x="0" y="0" width="16" height="2" rx="1"/></g></g></g></symbol><symbol id="nc-align-vertical" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g transform="rotate(90 8 8)" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><rect x="0" y="14" width="16" height="2" rx="1"/><rect x="3" y="6" width="10" height="4" rx="1"/><rect x="0" y="0" width="16" height="2" rx="1"/></g></g></g></symbol><symbol id="nc-label-inside" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect fill="currentColor" x="3" y="7" width="7" height="2" rx="1"/><rect stroke="currentColor" stroke-width="2" x="1" y="4" width="14" height="8" rx="1"/></g></g></g></symbol><symbol id="nc-label-outside" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect fill="currentColor" x="1" y="2" width="7" height="2" rx="1"/><rect stroke="currentColor" stroke-width="2" x="1" y="6" width="14" height="7" rx="1"/></g></g></g></symbol><symbol id="nc-info" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M8 0C3.584 0 0 3.584 0 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm.8 12H7.2V7.2h1.6V12zm0-6.4H7.2V4h1.6v1.6z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-back" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g transform="rotate(-90 8 8)" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"><path d="M7 4v4h2V4h3L8 0 4 4z"/><path d="M15 0h-3v2h2v9H2V2h2V0H1C.4 0 0 .4 0 1v14c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1z"/></g></g></g></symbol><symbol id="nc-countdown" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M15 2c.6 0 1-.4 1-1s-.4-1-1-1H1C.4 0 0 .4 0 1s.4 1 1 1h1c.1 2.4.8 4.5 2 6-1.2 1.4-2 3.6-2 6H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1h-1c-.1-2.5-.8-4.6-2-6 1.3-1.5 2-3.6 2-6h1zM9.9 7.3l-.9.8 1 .7c1.2.9 2 2.9 2.1 5.2H4c.1-2.3.9-4.3 2.1-5.2l1-.7-1-.8C4.8 6.1 4.1 4.2 4 2h8c-.1 2.2-.8 4.1-2.1 5.3z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-counter-outline" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"><path d="M6.6 6.6c-.8.8-.8 2 0 2.8.8.8 2 .8 2.8 0 .8-.8 5-7.8 5-7.8s-7 4.2-7.8 5z"/><path d="M8 16c4.4 0 8-3.6 8-8 0-.6-.4-1-1-1s-1 .4-1 1c0 3.3-2.7 6-6 6s-6-2.7-6-6 2.7-6 6-6c.6 0 1-.4 1-1s-.4-1-1-1C3.6 0 0 3.6 0 8s3.6 8 8 8z"/></g></g></g></symbol><symbol id="nc-form-left" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M2 9V4h12v5l2 1V1a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9H2z" fill-rule="nonzero"/><rect x="0" y="13" width="8" height="3" rx="1.5"/></g></g></g></symbol><symbol id="nc-full-cube" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g transform="translate(.5)" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"><path d="M7.5 6l7-3L7.792.057c-.219-.076-.438-.076-.584 0L.5 3l7 3z"/><path d="M8 7v9l6.533-2.775c.311-.15.467-.375.467-.675V4L8 7z"/><path d="M7 7L0 4v8.55c0 .3.156.6.467.675L7 16V7z"/></g></g></g></symbol><symbol id="nc-save-section" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M14.682 2.318a4.5 4.5 0 0 0-6.364 0c-.121.121-.214.259-.318.389-.104-.13-.197-.268-.318-.389a4.5 4.5 0 0 0-6.364 6.364L8 15l6.682-6.318a4.5 4.5 0 0 0 0-6.364z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-extensions" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M15 0c.6 0 1 .4 1 1v11c0 .6-.4 1-1 1h-3.6l-2.7 2.7c-.2.2-.4.3-.7.3-.3 0-.5-.1-.7-.3L4.6 13H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h14zM4 4a1 1 0 1 0 0 2h8a1 1 0 0 0 0-2H4zm2 4a1 1 0 1 0 0 2h4a1 1 0 0 0 0-2H6z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-failure" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M14.7 1.3c-.4-.4-1-.4-1.4 0L8 6.6 2.7 1.3c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4L6.6 8l-5.3 5.3c-.4.4-.4 1 0 1.4.2.2.4.3.7.3.3 0 .5-.1.7-.3L8 9.4l5.3 5.3c.2.2.5.3.7.3.2 0 .5-.1.7-.3.4-.4.4-1 0-1.4L9.4 8l5.3-5.3c.4-.4.4-1 0-1.4z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-check-color" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8z" fill="#22AFDA" fill-rule="nonzero"/><path fill="#2B3039" d="M7 11.4L3.6 8 5 6.6l2 2 4-4L12.4 6z"/></g></g></g></symbol><symbol id="nc-success" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M14.3 2.3L5 11.6 1.7 8.3c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l4 4c.2.2.4.3.7.3.3 0 .5-.1.7-.3l10-10c.4-.4.4-1 0-1.4-.4-.4-1-.4-1.4 0z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-brizy-logo-outline" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M1.767 5.424L8.14 9.76l6.093-4.305L7.86 1.21 1.767 5.424z" stroke="currentColor" stroke-width="2"/><path fill="currentColor" d="M0 10.457L2.113 8.84 8.151 13l5.836-4.045L16 10.457l-7.85 5.431z"/></g></g></g></symbol><symbol id="nc-brizy-logo" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M0 5.43L7.85 0 16 5.43l-7.85 5.547z"/><path d="M0 10.457L2.113 8.84 8.151 13l5.836-4.045L16 10.457l-7.85 5.431z"/></g></g></g></symbol><symbol id="nc-circle-02" viewBox="0 0 16 16"><g><g class="nc-loop_circle-02-16" transform="rotate(359.71071426823204 8 8)"><path opacity="0.4" fill="currentColor" d="M8,16c-4.4111328,0-8-3.5888672-8-8s3.5888672-8,8-8s8,3.5888672,8,8S12.4111328,16,8,16z M8,2C4.6914062,2,2,4.6914062,2,8s2.6914062,6,6,6s6-2.6914062,6-6S11.3085938,2,8,2z"/><path data-color="color-2" d="M16,8h-2c0-3.3085938-2.6914062-6-6-6V0C12.4111328,0,16,3.5888672,16,8z"/></g><script>!function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!window.requestAnimationFrame){var i=null;window.requestAnimationFrame=function(t,n){var e=(new Date).getTime();i||(i=e);var a=Math.max(0,16-(e-i)),o=window.setTimeout(function(){t(e+a)},a);return i=e+a,o}}t.prototype.init=function(){var t=this;this.animationId=window.requestAnimationFrame(t.triggerAnimation.bind(t))},t.prototype.reset=function(){var t=this;window.cancelAnimationFrame(t.animationId)},t.prototype.triggerAnimation=function(t){var i=this;this.start||(this.start=t);var n=t-this.start;504>n||(this.start=this.start+504),this.element.setAttribute("transform","rotate("+Math.min(n/1.4,360)+" 8 8)");if(document.documentElement.contains(this.element))window.requestAnimationFrame(i.triggerAnimation.bind(i))};var n=document.getElementsByClassName("nc-loop_circle-02-16"),e=[];if(n)for(var a=0;n.length>a;a++)!function(i){e.push(new t(n[i]))}(a);document.addEventListener("visibilitychange",function(){"hidden"==document.visibilityState?e.forEach(function(t){t.reset()}):e.forEach(function(t){t.init()})})}();</script></g></symbol><symbol id="nc-tabs" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="tabs" fill="currentColor"><rect id="Rectangle" x="9" y="2" width="6" height="2" rx="1"/><path d="M2 1h5a1 1 0 0 1 1 1v3h6a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z" id="Rectangle-6"/></g></g></g></g></symbol><symbol id="nc-update" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Update" fill="currentColor" fill-rule="nonzero"><g id="file-upload-86" transform="translate(0 1)"><path id="Shape" transform="matrix(1 0 0 -1 0 9)" d="M7 4v5h2V4h3L8 0 4 4z"/><path d="M15 0h-3v2h2v10H2V2h2V0H1C.4 0 0 .4 0 1v12c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1z" id="Shape"/></g></g></g></g></g></symbol><symbol id="nc-background" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="background-v4" fill="currentColor" fill-rule="nonzero"><path d="M15 0c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h14zM2 2.013v11.188c0 .48.32.799.8.799h11.187C11 11 4 4 2 2.013z" id="Combined-Shape" transform="rotate(180 8 8)"/></g></g></g></g></symbol><symbol id="nc-woo" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M2 2h11.997C15 2 16 3 16 4v8c0 1-1 1.954-2.003 1.954H9.838l.641 1.57-2.82-1.57H2C1 13.954 0 13 0 12V4c0-1 1-2 2-2zm11.848 3.626a1.708 1.708 0 0 0-.352-.039c-.624 0-1.131.325-1.528.976a3.446 3.446 0 0 0-.507 1.834c0 .5.104.93.312 1.288.234.41.579.656 1.04.754.124.026.241.04.352.04.63 0 1.138-.326 1.528-.977.338-.559.508-1.17.508-1.84.006-.508-.104-.93-.313-1.282a1.498 1.498 0 0 0-1.04-.754zm-.274 3.519c-.188.169-.364.24-.526.208-.156-.033-.287-.17-.384-.423a1.65 1.65 0 0 1-.117-.592c0-.162.013-.325.045-.475.059-.266.17-.526.345-.774.215-.318.442-.448.677-.403.156.033.286.17.383.423.078.202.117.403.117.592 0 .169-.013.332-.045.481-.091.43-.254.748-.495.963zM9.777 5.626a1.708 1.708 0 0 0-.351-.039c-.624 0-1.132.325-1.529.976a3.446 3.446 0 0 0-.507 1.834c0 .5.104.93.312 1.288.235.41.58.656 1.041.754.124.026.24.04.351.04.631 0 1.138-.326 1.529-.977.338-.559.507-1.17.507-1.84 0-.508-.104-.93-.312-1.282a1.512 1.512 0 0 0-1.04-.754zm-.28 3.519c-.188.169-.364.24-.526.208-.156-.033-.287-.17-.384-.423a1.652 1.652 0 0 1-.117-.592c0-.162.013-.325.045-.475.059-.266.17-.526.345-.774.215-.318.442-.448.677-.403.156.033.286.17.383.423.078.202.117.403.117.592.007.169-.013.332-.045.481-.091.43-.254.748-.495.963zM1.321 5.158c-.182.013-.319.078-.41.201a.554.554 0 0 0-.104.436c.384 2.44.742 4.085 1.073 4.937.13.312.28.462.456.449.273-.02.598-.397.982-1.132.201-.416.513-1.04.936-1.873.351 1.229.833 2.152 1.438 2.77.169.176.344.254.513.241a.42.42 0 0 0 .345-.234.772.772 0 0 0 .078-.43c-.039-.591.02-1.417.182-2.477.17-1.093.378-1.88.631-2.348a.565.565 0 0 0 .065-.313.51.51 0 0 0-.201-.37.565.565 0 0 0-.41-.13.5.5 0 0 0-.43.286c-.403.735-.689 1.925-.858 3.577a12.155 12.155 0 0 1-.618-2.224c-.071-.384-.247-.566-.533-.547-.195.013-.358.143-.488.39L2.544 9.08a37.294 37.294 0 0 1-.657-3.454c-.046-.338-.234-.494-.566-.468z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-toggle" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="toggle" fill="currentColor"><path d="M2 14V9h12v5l2 1V6a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1H2z" id="Shape" fill-rule="nonzero"/><rect id="Rectangle" x="0" y="0" width="16" height="3" rx="1"/></g></g></g></g></symbol><symbol id="nc-sticky-menu" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="menu" fill="currentColor"><path d="M16 6H0V1.282C0 .836.046.675.134.512A.909.909 0 0 1 .512.134C.675.046.836 0 1.282 0h13.436c.446 0 .607.046.77.134.163.087.291.215.378.378.088.163.134.324.134.77V6zm0 2v6.718c0 .446-.046.607-.134.77a.909.909 0 0 1-.378.378c-.163.088-.324.134-.77.134H1.282c-.446 0-.607-.046-.77-.134a.909.909 0 0 1-.378-.378c-.088-.163-.134-.324-.134-.77V8h2v4.718c0 .446.046.607.134.77.087.163.215.291.378.378.163.088.324.134.77.134h9.436c.446 0 .607-.046.77-.134a.909.909 0 0 0 .378-.378c.088-.163.134-.324.134-.77V8h2z" id="Combined-Shape"/></g></g></g></g></symbol><symbol id="nc-img" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="background-v3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M15 0H1C.4 0 0 .4 0 1v14c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1zM6 4c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1zm-3 8l2-4 2 2 3-4 3 6H3z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-banner" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="banner" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M13 6l2-5H3c0-.6-.4-1-1-1S1 .4 1 1v14c0 .6.4 1 1 1s1-.4 1-1v-4h12l-2-5z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-down" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="down" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path id="Shape-Copy" fill="currentColor" fill-rule="nonzero" d="M13.05 8.975L12 7.925 8.775 11.15V2h-1.5v9.15L4.05 7.925 3 8.975 8.025 14z"/></g></g></g></symbol><symbol id="nc-up" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="up" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path id="Shape" fill="currentColor" fill-rule="nonzero" transform="matrix(1 0 0 -1 0 16)" d="M13.05 8.975L12 7.925 8.775 11.15V2h-1.5v9.15L4.05 7.925 3 8.975 8.025 14z"/></g></g></g></symbol><symbol id="nc-woo-2" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="woo-element" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M2 0h11.997C15 0 16 1 16 2v10c0 1-1 1.954-2.003 1.954H9.838l.641 1.57-2.82-1.57H2C1 13.954 0 13 0 12V2c0-1 1-2 2-2zm11.848 4.626a1.708 1.708 0 0 0-.352-.039c-.624 0-1.131.325-1.528.976a3.446 3.446 0 0 0-.507 1.834c0 .5.104.93.312 1.288.234.41.579.656 1.04.754.124.026.241.04.352.04.63 0 1.138-.326 1.528-.977.338-.559.508-1.17.508-1.84.006-.508-.104-.93-.313-1.282a1.498 1.498 0 0 0-1.04-.754zm-.274 3.519c-.188.169-.364.24-.526.208-.156-.033-.287-.17-.384-.423a1.65 1.65 0 0 1-.117-.592c0-.162.013-.325.045-.475.059-.266.17-.526.345-.774.215-.318.442-.448.677-.403.156.033.286.17.383.423.078.202.117.403.117.592 0 .169-.013.332-.045.481-.091.43-.254.748-.495.963zM9.777 4.626a1.708 1.708 0 0 0-.351-.039c-.624 0-1.132.325-1.529.976a3.446 3.446 0 0 0-.507 1.834c0 .5.104.93.312 1.288.235.41.58.656 1.041.754.124.026.24.04.351.04.631 0 1.138-.326 1.529-.977.338-.559.507-1.17.507-1.84 0-.508-.104-.93-.312-1.282a1.512 1.512 0 0 0-1.04-.754zm-.28 3.519c-.188.169-.364.24-.526.208-.156-.033-.287-.17-.384-.423a1.652 1.652 0 0 1-.117-.592c0-.162.013-.325.045-.475.059-.266.17-.526.345-.774.215-.318.442-.448.677-.403.156.033.286.17.383.423.078.202.117.403.117.592.007.169-.013.332-.045.481-.091.43-.254.748-.495.963zM1.321 4.158c-.182.013-.319.078-.41.201a.554.554 0 0 0-.104.436c.384 2.44.742 4.085 1.073 4.937.13.312.28.462.456.449.273-.02.598-.397.982-1.132.201-.416.513-1.04.936-1.873.351 1.229.833 2.152 1.438 2.77.169.176.344.254.513.241a.42.42 0 0 0 .345-.234.772.772 0 0 0 .078-.43c-.039-.591.02-1.417.182-2.478.17-1.092.378-1.88.631-2.347a.565.565 0 0 0 .065-.313.51.51 0 0 0-.201-.37.565.565 0 0 0-.41-.13.5.5 0 0 0-.43.286c-.403.735-.689 1.925-.858 3.577a12.155 12.155 0 0 1-.618-2.224c-.071-.384-.247-.566-.533-.547-.195.013-.358.143-.488.39L2.544 8.08a37.294 37.294 0 0 1-.657-3.454c-.046-.338-.234-.494-.566-.468z" id="Combined-Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-block-switch" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="block-switch" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M15.716 7.503l-3.428-6A.996.996 0 0 0 11.42 1H4.58a.999.999 0 0 0-.869.504l-3.429 6a.998.998 0 0 0 0 .992l3.43 6a.999.999 0 0 0 .867.503h6.84c.358 0 .69-.192.867-.504l3.43-6a.998.998 0 0 0 0-.991zM8.002 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6z" id="Shape" fill="currentColor" fill-rule="nonzero" transform="rotate(90 8 8)"/></g></g></g></symbol><symbol id="nc-extensions-2" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="apps" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M10.8 0a1.4 1.4 0 0 0-1.4 1.4v3.69H6.6V1.4a1.4 1.4 0 1 0-2.8 0v3.69H2a1 1 0 0 0-1 1v3.092C1 12.947 4.134 16 8 16s7-3.053 7-6.818V6.09a1 1 0 0 0-1-1h-1.8V1.4A1.4 1.4 0 0 0 10.8 0z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-global" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm5.9 7H12c-.1-1.5-.4-2.9-.8-4.1 1.4.9 2.4 2.4 2.7 4.1zM8 14c-.6 0-1.8-1.9-2-5h4c-.2 3.1-1.4 5-2 5zM6 7c.2-3.1 1.3-5 2-5s1.8 1.9 2 5H6zM4.9 2.9C4.4 4.1 4.1 5.5 4 7H2.1c.3-1.7 1.3-3.2 2.8-4.1zM2.1 9H4c.1 1.5.4 2.9.8 4.1-1.4-.9-2.4-2.4-2.7-4.1zm9 4.1c.5-1.2.7-2.6.8-4.1h1.9c-.2 1.7-1.2 3.2-2.7 4.1z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-arrow-left" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="arrow-left" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path id="Shape" fill="currentColor" fill-rule="nonzero" transform="matrix(-1 0 0 1 16 0)" d="M9.3 1.31l-1.4 1.4 4.3 4.3H0v2h12.2l-4.3 4.3 1.4 1.4 6.7-6.7z"/></g></g></g></symbol><symbol id="nc-blur" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="blur" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M2.947 8.842a.845.845 0 0 0-.842.842c0 .463.38.842.842.842a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842zm0 3.369a.845.845 0 0 0-.842.842c0 .463.38.842.842.842a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842zm0-6.737a.845.845 0 0 0-.842.842c0 .463.38.842.842.842a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842zm-2.526.42A.422.422 0 0 0 0 6.317c0 .231.19.42.421.42.232 0 .421-.189.421-.42a.422.422 0 0 0-.42-.421zm2.526-3.789a.845.845 0 0 0-.842.842c0 .464.38.842.842.842a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842zM15.58 6.737c.232 0 .421-.19.421-.421a.422.422 0 0 0-.421-.421.422.422 0 0 0-.421.42c0 .232.19.422.42.422zM9.684 3.789a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842.845.845 0 0 0-.842.842c0 .464.38.842.842.842zm0-2.947c.232 0 .421-.19.421-.42A.422.422 0 0 0 9.685 0a.422.422 0 0 0-.422.421c0 .232.19.421.421.421zM.421 9.263A.422.422 0 0 0 0 9.684c0 .232.19.421.421.421.232 0 .421-.19.421-.42a.422.422 0 0 0-.42-.422zm5.895 5.895a.422.422 0 0 0-.421.42c0 .233.19.422.42.422.232 0 .422-.19.422-.421a.422.422 0 0 0-.421-.421zm0-14.316c.231 0 .42-.19.42-.42A.422.422 0 0 0 6.317 0a.422.422 0 0 0-.421.421c0 .232.19.421.42.421zm0 2.947a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842.845.845 0 0 0-.842.842c0 .464.379.842.842.842zm0 4.632c-.7 0-1.263.564-1.263 1.263 0 .7.564 1.263 1.263 1.263s1.263-.564 1.263-1.263-.564-1.263-1.263-1.263zm6.737.421a.845.845 0 0 0-.842.842c0 .463.378.842.842.842a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842zm0 3.369a.845.845 0 0 0-.842.842c0 .463.378.842.842.842a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842zm0-6.737a.845.845 0 0 0-.842.842c0 .463.378.842.842.842a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842zm0-3.369a.845.845 0 0 0-.842.842c0 .464.378.842.842.842a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842zm2.526 7.158a.422.422 0 0 0-.421.421c0 .232.19.421.42.421.233 0 .422-.19.422-.42a.422.422 0 0 0-.421-.422zm-5.895 2.948a.845.845 0 0 0-.842.842c0 .463.38.842.842.842a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842zm0 2.947a.422.422 0 0 0-.42.42c0 .233.189.422.42.422.232 0 .421-.19.421-.421a.422.422 0 0 0-.42-.421zM6.316 5.053c-.7 0-1.263.564-1.263 1.263s.564 1.263 1.263 1.263 1.263-.564 1.263-1.263c0-.7-.564-1.263-1.263-1.263zm0 7.158a.845.845 0 0 0-.842.842c0 .463.379.842.842.842a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842zm3.368-3.79c-.699 0-1.263.564-1.263 1.263 0 .7.564 1.263 1.263 1.263.7 0 1.263-.564 1.263-1.263s-.564-1.263-1.263-1.263zm0-3.368c-.699 0-1.263.564-1.263 1.263s.564 1.263 1.263 1.263c.7 0 1.263-.564 1.263-1.263 0-.7-.564-1.263-1.263-1.263z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-dynamic" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="dynamic" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M8 1c-3.35 0-7 .64-7 2 0 1.36 3.65 2 7 2s7-.64 7-2c0-1.36-3.65-2-7-2z" id="Shape" fill="currentColor" fill-rule="nonzero"/><path d="M8 6.574C5.3 6.574 2.45 6.13 1 5v2.541C1 9.213 4.65 10 8 10s7-.787 7-2.459V5c-1.45 1.131-4.3 1.574-7 1.574z" id="Shape" fill="currentColor" fill-rule="nonzero"/><path d="M8 11.574c-2.7 0-5.55-.443-7-1.574v2.541C1 14.213 4.65 15 8 15s7-.787 7-2.459V10c-1.45 1.131-4.3 1.574-7 1.574z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-bug" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="bug" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M16 4V3h-2v1c0 .6-.4 1-1 1h-1c-.3-.4-.6-.7-1-1V3c0-1.7-1.3-3-3-3S5 1.3 5 3v1c-.4.3-.7.6-1 1H3c-.6 0-1-.4-1-1V3H0v1c0 1.7 1.3 3 3 3h.1c-.1.3-.1.7-.1 1H0v2h3v1c-1.7 0-3 1.3-3 3v1h2v-1c0-.6.4-1 1-1h.4c.8 1.8 2.6 3 4.6 3 2 0 3.8-1.2 4.6-3h.4c.6 0 1 .4 1 1v1h2v-1c0-1.7-1.3-3-3-3v-1h3V8h-3c0-.3 0-.7-.1-1h.1c1.7 0 3-1.3 3-3z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-page" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="page" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path id="Shape" fill="currentColor" fill-rule="nonzero" d="M11 16v-4h4z"/><path d="M9 10h6V1c0-.6-.4-1-1-1H2c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h7v-6z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-blocks" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="slider" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect id="Rectangle-3" fill="currentColor" x="1" y="6" width="14" height="9" rx="1"/><rect id="Rectangle-3" fill="currentColor" x="3" y="3" width="10" height="2" rx="1"/><rect id="Rectangle-3" fill="currentColor" x="5" y="1" width="6" height="1" rx=".5"/></g></g></g></symbol><symbol id="nc-pages" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="pages" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M10 4H2c-.6 0-1 .4-1 1v10c0 .6.4 1 1 1h8c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1z" id="Shape" fill="currentColor" fill-rule="nonzero"/><path d="M14 0H4v2h9v11h2V1c0-.6-.4-1-1-1z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-popup" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="popup" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M8 13H2V5h12v3h2V2a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h7v-2z" id="Shape" fill="currentColor" fill-rule="nonzero"/><rect id="Rectangle" fill="currentColor" fill-rule="nonzero" x="12" y="11" width="4" height="4" rx="1"/></g></g></g></symbol><symbol id="nc-gallery" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="gallery" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M6 9H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1z" id="Shape" fill="currentColor" fill-rule="nonzero"/><path d="M6 16H1a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1z" id="Shape" fill="currentColor" fill-rule="nonzero"/><path d="M15 6h-5a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1z" id="Shape" fill="currentColor" fill-rule="nonzero"/><path d="M15 16h-5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-dynamic-img" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="dynamic-img" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M14 7.707v6.416c0 .509-.491.848-1 .848H.848c-.509 0-.848-.34-.848-.848V2c0-.509.491-1 1-1h7.856A4.486 4.486 0 0 0 14 7.707zM5.142 4.663c-.508 0-.847.339-.847.847 0 .509.339.848.847.848.509 0 .848-.34.848-.848s-.34-.847-.848-.847zm-2.656 6.894h8.363l-2.509-5.2-2.508 3.467L4.159 8.09l-1.673 3.466zM12.625 6.75a3.375 3.375 0 1 1 0-6.75 3.375 3.375 0 0 1 0 6.75zm.08-4.878c-.727 0-1.518.143-1.518.446 0 .304.791.447 1.518.447.726 0 1.518-.143 1.518-.447 0-.303-.792-.446-1.518-.446zm0 1.23c-.586 0-1.204-.095-1.518-.337v.544c0 .359.791.527 1.518.527.726 0 1.518-.168 1.518-.527v-.544c-.314.242-.933.337-1.518.337zm0 1.072c-.586 0-1.204-.095-1.518-.338v.545c0 .358.791.527 1.518.527.726 0 1.518-.169 1.518-.527v-.545c-.314.243-.933.338-1.518.338z" id="Image-dinamic" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-dynamic-text" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="dynamic-text" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M14 7.598V14c0 .5-.5 1-1 1H1c-.5 0-1-.5-1-1V2c0-.5.5-1 1-1h7.956a4.397 4.397 0 0 0-.644 3.062H2.93v2.184h.548l.397-.79a.549.549 0 0 1 .49-.302h1.855v6.16a.546.546 0 0 1-.375.518l-1.27.422v.546H8.963v-.546l-1.27-.422a.546.546 0 0 1-.375-.518v-6.16h1.311A4.418 4.418 0 0 0 14 7.598zm-1.323-.952a3.323 3.323 0 1 1 0-6.646 3.323 3.323 0 0 1 0 6.646zm.079-4.803c-.716 0-1.495.14-1.495.44 0 .299.78.44 1.495.44.715 0 1.494-.141 1.494-.44 0-.3-.779-.44-1.494-.44zm0 1.211c-.577 0-1.185-.093-1.495-.332v.536c0 .353.78.52 1.495.52.715 0 1.494-.167 1.494-.52v-.536c-.31.239-.918.332-1.494.332zm0 1.055c-.577 0-1.185-.093-1.495-.332v.537c0 .352.78.518 1.495.518.715 0 1.494-.166 1.494-.518v-.537c-.31.239-.918.332-1.494.332z" id="Text-dinamic" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-brightness" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="brightness" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M1.87 2.813l.943-.943 1.415 1.415-.943.943z"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M11.772 3.285l1.414-1.415.943.943-1.414 1.415z"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M11.772 12.715l.943-.943 1.415 1.415-.943.943z"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M1.87 13.187l1.415-1.415.943.943-1.415 1.415z"/><circle id="Oval" fill="currentColor" fill-rule="nonzero" cx="8" cy="8" r="4.668"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M-.002 7.333h2v1.334h-2z"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M7.333-.002h1.334v2H7.333z"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M14.001 7.333h2v1.334h-2z"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M7.333 14.001h1.334v2H7.333z"/></g></g></g></symbol><symbol id="nc-carousel" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="carousel" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M1 14h-12a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1H1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1z" id="Combined-Shape" fill="currentColor" fill-rule="nonzero"/><path d="M27 14H15a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1z" id="Combined-Shape" fill="currentColor" fill-rule="nonzero"/><path d="M11 15H5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1z" id="Combined-Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-contrast" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="contrast" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M13.23 2.654C11.816 1.238 9.97.5 8 .5c-1.97 0-3.815.738-5.23 2.154a7.391 7.391 0 0 0 0 10.461C4.184 14.531 6.03 15.27 8 15.27c1.97 0 3.815-.738 5.23-2.154a7.391 7.391 0 0 0 0-10.461zm-9.6.861C4.8 2.346 6.339 1.731 8 1.731a6.02 6.02 0 0 1 3.877 1.415l-8.615 8.616c-2.031-2.4-1.847-5.97.369-8.247z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-flip-horizontal" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="flip-horizontal" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M7 0h2v16H7z"/><path id="Shape" fill="currentColor" fill-rule="nonzero" d="M5 4v8H0z"/><path id="Shape" fill="currentColor" fill-rule="nonzero" d="M11 4v8h5z"/></g></g></g></symbol><symbol id="nc-flip-vertical" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="flip-vertical" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M0 7h16v2H0z"/><path id="Shape" fill="currentColor" fill-rule="nonzero" d="M12 5H4V0z"/><path id="Shape" fill="currentColor" fill-rule="nonzero" d="M12 11H4v5z"/></g></g></g></symbol><symbol id="nc-hue" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="hue" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><circle id="Oval-2" fill="currentColor" fill-rule="nonzero" opacity=".55" cx="5" cy="11" r="5"/><circle id="Oval-2-Copy" fill="currentColor" fill-rule="nonzero" opacity=".75" cx="11" cy="11" r="5"/><circle id="Oval-2" fill="currentColor" fill-rule="nonzero" opacity=".9" cx="8" cy="5" r="5"/></g></g></g></symbol><symbol id="nc-menu-3" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="menu" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M15 7H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z" id="Shape" fill="currentColor" fill-rule="nonzero"/><path d="M15 2H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z" id="Shape" fill="currentColor" fill-rule="nonzero"/><path d="M15 12H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-reset" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="reset" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M12 9c0 2.206-1.794 4-4 4s-4-1.794-4-4 1.794-4 4-4v3l5-4-5-4v3C4.691 3 2 5.691 2 9s2.691 6 6 6 6-2.691 6-6h-2z" id="Shape" fill="currentColor" fill-rule="nonzero" transform="matrix(-1 0 0 1 16 0)"/></g></g></g></symbol><symbol id="nc-saturation" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="saturation" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M12.599 4.744L8 0 3.401 4.744c-2.535 2.496-2.535 6.888 0 9.384A6.536 6.536 0 0 0 8 16a6.536 6.536 0 0 0 4.599-1.872c2.535-2.496 2.535-6.888 0-9.384zM8 14.408c-1.3 0-2.527-.496-3.445-1.408a4.72 4.72 0 0 1-1.43-3.392c0-1.28.504-2.824 1.43-3.728L8 2.48v11.928z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-close-popup" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="close-popup" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="square"><path d="M1.5 1.5l13.038 13.038" id="Line-2" stroke="currentColor" fill-rule="nonzero"/><path d="M1.5 1.5l13.038 13.038" id="Line-2" stroke="currentColor" fill-rule="nonzero" transform="matrix(-1 0 0 1 16 0)"/></g></g></g></symbol><symbol id="nc-width" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="width" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path id="Shape" fill="currentColor" fill-rule="nonzero" transform="rotate(90 11 8)" d="M11 6l4 4H7z"/><path id="Shape" fill="currentColor" fill-rule="nonzero" transform="rotate(90 5 8)" d="M5 10L1 6h8z"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" transform="rotate(90 15 8)" d="M8 7h14v2H8z"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" transform="rotate(90 1 8)" d="M-6 7H8v2H-6z"/></g></g></g></symbol><symbol id="nc-height" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="height" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path id="Shape" fill="currentColor" fill-rule="nonzero" d="M8 3l4 4H4z"/><path id="Shape" fill="currentColor" fill-rule="nonzero" d="M8 13L4 9h8z"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M0 0h16v2H0z"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M0 14h16v2H0z"/></g></g></g></symbol><symbol id="nc-repeat" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="repeat" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Group" transform="translate(0 1)" fill="currentColor" fill-rule="nonzero"><path id="Path" transform="rotate(90 6.5 9)" d="M9.5 11.5h-5v-2l-3 3 3 3v-2h7v-11h-3v2h1z"/><path id="Path" transform="rotate(-90 9.5 5)" d="M12.5 7.5h-5v-2l-3 3 3 3v-2h7v-11h-3v2h1z"/></g></g></g></g></symbol><symbol id="nc-send-to-back" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="send-to-back" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M1 0h9a1 1 0 0 1 1 1v3H5a1 1 0 0 0-1 1v6H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1z" id="Rectangle-12" fill="currentColor" fill-rule="nonzero"/><path d="M7.667 6v1.667h6.666v6.666H7.667V6H7a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H7.667z" id="Path-2" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-bring-to-top" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="bring-top" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect id="Rectangle-12" fill="currentColor" fill-rule="nonzero" x="0" y="0" width="12" height="12" rx="1"/><path d="M13.5 6v1.667h.833v5.666a1 1 0 0 1-1 1H7.667V13.5H6V15a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-1.5z" id="Path-2" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-check-light" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g classname="nc-icon-wrapper" fill="currentColor"><path fill="none" stroke="currentColor" strokelinecap="round" strokelinejoin="round" strokemiterlimit="10" d="M13.423 6.999A6.5 6.5 0 1 1 10 2.232" datacap="butt"/><path fill="none" stroke="currentColor" strokelinecap="round" strokelinejoin="round" strokemiterlimit="10" datacap="butt" datacolor="color-2" d="M4 6.5l3 3 8-8"/></g></g></g></symbol><symbol id="nc-pen" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M8.1,3.5 L12.5,7.9 L4.7,15.7 C4.5,15.9 4.3,16 4,16 L1,16 C0.4,16 0,15.6 0,15 L0,12 C0,11.7 0.1,11.5 0.3,11.3 L8.1,3.5 Z M15.7,3.3 C16.1,3.7 16.1,4.3 15.7,4.7 L13.9,6.5 L9.5,2.1 L11.3,0.3 C11.7,-0.1 12.3,-0.1 12.7,0.3 L15.7,3.3 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-media-image" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M5.2,2 C6.04,2 6.6,2.6 6.6,3.5 C6.6,4.4 6.04,5 5.2,5 C4.36,5 3.8,4.4 3.8,3.5 C3.8,2.6 4.36,2 5.2,2 Z M1,14 L3.8,8 L6.6,11 L10.8,5 L15,14 L1,14 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-media-video" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M11,6.5 C11,6.01538462 10.65,5.69230769 10.125,5.69230769 L8,5.69230769 L8,2.80769231 C8,2.32307692 7.65,2 7.125,2 L3,2 L3,3.84615385 L6,3.84615385 L6,5.69230769 L1.875,5.69230769 C1.35,5.69230769 1,6.01538462 1,6.5 L1,13.1923077 C1,13.6769231 1.35,14 1.875,14 L10.125,14 C10.65,14 11,13.6769231 11,13.1923077 L11,11.5769231 L15,13.1923077 L15,6.5 L11,8.11538462 L11,6.5 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-media-map" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M7,12 C7.55228475,12.5522847 8.44771525,12.5522847 9,12 L9,14 C9,14.5522847 8.55228475,15 8,15 C7.44771525,15 7,14.5522847 7,14 L7,12 Z M8,11 C5.51471863,11 3.5,8.98528137 3.5,6.5 C3.5,4.01471863 5.51471863,2 8,2 C10.4852814,2 12.5,4.01471863 12.5,6.5 C12.5,8.98528137 10.4852814,11 8,11 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-email" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.92"><path d="M3.6058448,9.66149939 L3.6058448,14.594495 C3.6058448,15.2992086 4.40786873,15.6012288 4.90913369,15.0978619 L7.2149525,12.3796806 L11.9268431,15.9032489 C12.3278551,16.2052691 12.929373,16.0039223 13.029626,15.5005554 L16.0372158,0.902915364 C16.1374688,0.298875086 15.6362038,-0.103818432 15.0346858,0.0975283271 L0.498002054,5.93658434 C-0.00326290396,6.1379311 -0.103515896,6.84264476 0.297496071,7.24533828 L1.90154394,8.45341883 L6.51318156,6.23860448 C6.91419352,6.03725772 7.2149525,6.54062462 6.91419352,6.74197138 L3.6058448,9.66149939 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-captcha" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.92"><path d="M15.094,7.211 L14.555,1 L12.625,2.93 C11.353,1.812 9.71,1.18 8,1.18 C4.14,1.18 1,4.32 1,8.18 C1,12.04 4.14,15.18 8,15.18 C10.491,15.18 12.814,13.839 14.063,11.681 L12.332,10.68 C11.439,12.222 9.779,13.18 8,13.18 C5.243,13.18 3,10.937 3,8.18 C3,5.423 5.243,3.18 8,3.18 C9.179,3.18 10.311,3.603 11.205,4.35 L8.883,6.672 L15.094,7.211 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-uncheck-alt" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.92"><path d="M2,1 L14,1 C14.5522847,1 15,1.44771525 15,2 L15,14 C15,14.5522847 14.5522847,15 14,15 L2,15 C1.44771525,15 1,14.5522847 1,14 L1,2 C1,1.44771525 1.44771525,1 2,1 Z M3,3 L3,13 L13,13 L13,3 L3,3 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-check-alt" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.92"><path d="M14.3,1.3 C14.7,0.9 15.3,0.9 15.7,1.3 C16.1,1.7 16.1,2.3 15.7,2.7 L8.7,9.7 C8.5,9.9 8.3,10 8,10 C7.7,10 7.5,9.9 7.3,9.7 L5.3,7.7 C4.9,7.3 4.9,6.7 5.3,6.3 C5.7,5.9 6.3,5.9 6.7,6.3 L8,7.6 L14.3,1.3 Z M2,15 C1.4,15 1,14.6 1,14 L1,2 C1,1.4 1.4,1 2,1 L8,1 C8.6,1 9,1.4 9,2 C9,2.6 8.6,3 8,3 L3,3 L3,13 L13,13 L13,9 C13,8.4 13.4,8 14,8 C14.6,8 15,8.4 15,9 L15,14 C15,14.6 14.6,15 14,15 L2,15 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-shift-key" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-opacity="0.92"><path d="M5,15 L11,15 L11,8 L13.7745265,8 L7.99987793,1.50500692 L2.22522934,8 L5,8 L5,15 Z" id="Path" stroke="currentColor" stroke-width="2"></path></g></symbol><symbol id="nc-reverse-columns-bottom" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.92"><path d="M6,16 L1,16 C0.448,16 0,15.552 0,15 L0,10 C0,9.448 0.448,9 1,9 L6,9 C6.552,9 7,9.448 7,10 L7,15 C7,15.552 6.552,16 6,16 Z M6,7 L1,7 C0.448,7 0,6.552 0,6 L0,1 C0,0.448 0.448,0 1,0 L6,0 C6.552,0 7,0.448 7,1 L7,6 C7,6.552 6.552,7 6,7 Z M2,5 L5,5 L5,2 L2,2 L2,5 Z M13,11 L16,11 L12,16 L8,11 L11,11 L11,1 C11,0.448 11.448,0 12,0 C12.552,0 13,0.448 13,1 L13,11 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-reverse-columns-left" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.92"><path d="M6,16 L1,16 C0.448,16 0,15.552 0,15 L0,10 C0,9.448 0.448,9 1,9 L6,9 C6.552,9 7,9.448 7,10 L7,15 C7,15.552 6.552,16 6,16 Z M6,7 L1,7 C0.448,7 0,6.552 0,6 L0,1 C0,0.448 0.448,0 1,0 L6,0 C6.552,0 7,0.448 7,1 L7,6 C7,6.552 6.552,7 6,7 Z M2,5 L5,5 L5,2 L2,2 L2,5 Z M13,11 L16,11 L12,16 L8,11 L11,11 L11,1 C11,0.448 11.448,0 12,0 C12.552,0 13,0.448 13,1 L13,11 Z" fill="currentColor" fill-rule="nonzero" transform="translate(8.000000, 8.000000) scale(-1, 1) rotate(90.000000) translate(-8.000000, -8.000000) "></path></g></symbol><symbol id="nc-reverse-columns-right" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.92"><path d="M6,16 L1,16 C0.448,16 0,15.552 0,15 L0,10 C0,9.448 0.448,9 1,9 L6,9 C6.552,9 7,9.448 7,10 L7,15 C7,15.552 6.552,16 6,16 Z M6,7 L1,7 C0.448,7 0,6.552 0,6 L0,1 C0,0.448 0.448,0 1,0 L6,0 C6.552,0 7,0.448 7,1 L7,6 C7,6.552 6.552,7 6,7 Z M2,5 L5,5 L5,2 L2,2 L2,5 Z M13,11 L16,11 L12,16 L8,11 L11,11 L11,1 C11,0.448 11.448,0 12,0 C12.552,0 13,0.448 13,1 L13,11 Z" fill="currentColor" fill-rule="nonzero" transform="translate(8.000000, 8.000000) rotate(90.000000) translate(-8.000000, -8.000000) "></path></g></symbol><symbol id="nc-reverse-columns-top" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.92"><path d="M6,16 L1,16 C0.448,16 0,15.552 0,15 L0,10 C0,9.448 0.448,9 1,9 L6,9 C6.552,9 7,9.448 7,10 L7,15 C7,15.552 6.552,16 6,16 Z M6,7 L1,7 C0.448,7 0,6.552 0,6 L0,1 C0,0.448 0.448,0 1,0 L6,0 C6.552,0 7,0.448 7,1 L7,6 C7,6.552 6.552,7 6,7 Z M2,5 L5,5 L5,2 L2,2 L2,5 Z M13,11 L16,11 L12,16 L8,11 L11,11 L11,1 C11,0.448 11.448,0 12,0 C12.552,0 13,0.448 13,1 L13,11 Z" fill="currentColor" fill-rule="nonzero" transform="translate(8.000000, 8.000000) scale(1, -1) translate(-8.000000, -8.000000) "></path></g></symbol><symbol id="nc-minus" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-1014.000000, -625.000000)" fill="currentColor" fill-rule="nonzero"><g transform="translate(503.000000, 533.000000)"><path d="M519,92 C514.6,92 511,95.6 511,100 C511,104.4 514.6,108 519,108 C523.4,108 527,104.4 527,100 C527,95.6 523.4,92 519,92 Z M523,101 L515,101 L515,99 L523,99 L523,101 Z"></path></g></g></g></symbol><symbol id="nc-facebook" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M-8.8817842e-16,1 L-1.33226763e-15,15 C-2.24568705e-15,15.5522847 0.44771525,16 1,16 L8,16 L8,11 L6,11 L6,8 L8,8 L8,6 C8,3.9 9.2,3 11,3 C11.9,3 12.8,3 13,3 L13,6 L12,6 C11.4,6 11,6.4 11,7 L11,8 L13.6,8 L13,11 L11,11 L11,16 L15,16 C15.5522847,16 16,15.5522847 16,15 L16,1 C16,0.44771525 15.5522847,-1.01453063e-16 15,0 L1,0 C0.44771525,1.01453063e-16 -9.55813795e-16,0.44771525 -8.8817842e-16,1 Z" fill="currentColor"></path></g></symbol><symbol id="nc-footer" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M16,6 L12.7180574,6 L3.2819426,6 L0,6 L3.45280103e-17,1.2819426 C-2.00617683e-17,0.83618323 0.0464128056,0.674540111 0.133566352,0.511577148 C0.220719898,0.348614185 0.348614185,0.220719898 0.511577148,0.133566352 C0.674540111,0.0464128056 0.83618323,3.00926524e-17 1.2819426,-5.17920154e-17 L14.7180574,5.17920154e-17 C15.1638168,-3.00926524e-17 15.3254599,0.0464128056 15.4884229,0.133566352 C15.6513858,0.220719898 15.7792801,0.348614185 15.8664336,0.511577148 C15.9535872,0.674540111 16,0.83618323 16,1.2819426 L16,6 Z M16,8 L16,14.7180574 C16,15.1638168 15.9535872,15.3254599 15.8664336,15.4884229 C15.7792801,15.6513858 15.6513858,15.7792801 15.4884229,15.8664336 C15.3254599,15.9535872 15.1638168,16 14.7180574,16 L1.2819426,16 C0.83618323,16 0.674540111,15.9535872 0.511577148,15.8664336 C0.348614185,15.7792801 0.220719898,15.6513858 0.133566352,15.4884229 C0.0464128056,15.3254599 2.00617683e-17,15.1638168 -3.45280103e-17,14.7180574 L0,8 L2,8 L2,12.7180574 C2,13.1638168 2.04641281,13.3254599 2.13356635,13.4884229 C2.2207199,13.6513858 2.34861419,13.7792801 2.51157715,13.8664336 C2.67454011,13.9535872 2.83618323,14 3.2819426,14 L12.7180574,14 C13.1638168,14 13.3254599,13.9535872 13.4884229,13.8664336 C13.6513858,13.7792801 13.7792801,13.6513858 13.8664336,13.4884229 C13.9535872,13.3254599 14,13.1638168 14,12.7180574 L14,8 L16,8 Z" fill="currentColor" fill-rule="nonzero" transform="translate(8.000000, 8.000000) scale(1, -1) translate(-8.000000, -8.000000)"></path></g></symbol><symbol id="nc-dividers-bottom" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M2,11.3428571 L14,8.25714286 L14,3 C14,2.44771525 13.5522847,2 13,2 L3,2 C2.44771525,2 2,2.44771525 2,3 L2,11.3428571 Z M15,16 L1,16 C0.448,16 0,15.4891429 0,14.8571429 L0,1.14285714 C0,0.512 0.448,0 1,0 L15,0 C15.552,0 16,0.512 16,1.14285714 L16,14.8571429 C16,15.4891429 15.552,16 15,16 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-dividers-top" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M2,7.74285714 L2,13 C2,13.5522847 2.44771525,14 3,14 L13,14 C13.5522847,14 14,13.5522847 14,13 L14,4.65714286 L2,7.74285714 Z M15,16 L1,16 C0.448,16 0,15.4891429 0,14.8571429 L0,1.14285714 C0,0.512 0.448,0 1,0 L15,0 C15.552,0 16,0.512 16,1.14285714 L16,14.8571429 C16,15.4891429 15.552,16 15,16 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-plus2" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Keyboard-Shortcuts-PC" transform="translate(-1014.000000, -667.000000)" fill="currentColor" fill-rule="nonzero"><g id="Text-Shortcuts" transform="translate(503.000000, 533.000000)"><path d="M519,134 C514.6,134 511,137.6 511,142 C511,146.4 514.6,150 519,150 C523.4,150 527,146.4 527,142 C527,137.6 523.4,134 519,134 Z M523,143 L520,143 L520,146 L518,146 L518,143 L515,143 L515,141 L518,141 L518,138 L520,138 L520,141 L523,141 L523,143 Z"></path></g></g></g></symbol><symbol id="nc-arrow" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-630.000000, -723.000000)" fill="currentColor" fill-rule="nonzero"><g transform="translate(463.000000, 505.000000)"><g transform="translate(167.000000, 218.000000)"><path d="M8,16 C12.4,16 16,12.4 16,8 C16,3.6 12.4,0 8,0 C3.6,0 0,3.6 0,8 C0,12.4 3.6,16 8,16 Z M8,4 L8,7 L12,7 L12,9 L8,9 L8,12 L4,8 L8,4 Z"></path></g></g></g></g></symbol><symbol id="nc-shadow" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"><path d="M8,0 C3.6,0 0,3.6 0,8 C0,12.4 3.6,16 8,16 C12.4,16 16,12.4 16,8 C16,3.6 12.4,0 8,0 Z M2,8 C2,4.7 4.7,2 8,2 L8,14 C4.7,14 2,11.3 2,8 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-combined-shape" viewBox="0 0 10 10" version="1.1"><g stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"><g transform="translate(-1345.000000, -298.000000)" fill="currentColor" fill-rule="nonzero"><g transform="translate(1079.000000, 82.000000)"><path d="M266.625557,226.012403 C266.372612,226.012349 266.144598,225.859955 266.047808,225.626261 C265.951017,225.392568 266.004505,225.123582 266.183337,224.944696 L269.310775,221.817258 C269.556203,221.580216 269.946323,221.583606 270.187595,221.824877 C270.428867,222.066149 270.432257,222.456269 270.195214,222.701698 L267.067776,225.829135 C266.950502,225.946445 266.791433,226.012368 266.625557,226.012403 Z M266.60429,222.754864 L266.363477,222.193176 C266.327199,222.100604 265.699835,220.423046 266.808824,219.315308 L269.329539,216.794593 C270.441031,215.684978 272.115461,216.311716 272.186141,216.339238 L272.769721,216.589433 L271.817729,217.54205 L271.715775,217.498266 C271.715775,217.498892 270.741265,217.151746 270.214604,217.678407 L267.693889,220.199122 C267.161599,220.731412 267.518127,221.712176 267.52188,221.722184 L267.556282,221.802246 L266.60429,222.754864 Z M269.257608,225.408182 L270.210226,224.45619 L270.290288,224.490592 C270.300296,224.494345 271.281061,224.850873 271.813351,224.318583 L274.334066,221.797868 C274.860726,221.271207 274.51358,220.296698 274.514206,220.296698 L274.470422,220.194743 L275.423039,219.242126 L275.673234,219.825706 C275.700756,219.896386 276.327494,221.573318 275.217879,222.682307 L272.697165,225.203022 C271.589426,226.312012 269.911868,225.684648 269.819922,225.64837 L269.257608,225.408182 Z M272.254945,220.383015 C272.002,220.382961 271.773986,220.230567 271.677196,219.996873 C271.580405,219.76318 271.633893,219.494194 271.812725,219.315308 L274.940163,216.18787 C275.185591,215.950827 275.575711,215.954217 275.816983,216.195489 C276.058255,216.436761 276.061645,216.826881 275.824602,217.072309 L272.697165,220.199747 C272.57989,220.317057 272.420821,220.38298 272.254945,220.383015 Z"></path></g></g></g></symbol><symbol id="nc-connection" viewBox="0 0 16 16" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M8,14 C8.82842712,14 9.5,13.3284271 9.5,12.5 C9.5,11.6715729 8.82842712,11 8,11 C7.17157288,11 6.5,11.6715729 6.5,12.5 C6.5,13.3284271 7.17157288,14 8,14 Z M11.5,10 C10.6,9 9.3,8.5 8,8.5 C6.7,8.5 5.4,9 4.5,10 L3.1,8.6 C4.4,7.2 6.1,6.5 8,6.5 C9.9,6.5 11.6,7.2 12.9,8.6 L11.5,10 Z M8,2 C5,2 2.2,3.1 0,5.2 L1.4,6.6 C3.2,4.9 5.5,4 8,4 C10.5,4 12.8,4.9 14.6,6.7 L16,5.2 C13.8,3.1 11,2 8,2 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-check-circle" viewBox="0 0 16 16" ><g stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"><path d="M8,0 C3.6,0 0,3.6 0,8 C0,12.4 3.6,16 8,16 C12.4,16 16,12.4 16,8 C16,3.6 12.4,0 8,0 Z" fill="currentColor" fill-rule="nonzero"></path><polygon id="Path" fill="#2B3039" points="7 11.4 3.6 8 5 6.6 7 8.6 11 4.6 12.4 6"></polygon></g></symbol><symbol id="nc-reverse" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"><path d="M7.89083375,2.40504334 C5.08794742,2.40504334 2.71715368,4.33790386 2.25534043,7 L4.97379915e-14,6.63483058 C0.648138887,2.90591017 3.96656426,0.19858156 7.89083375,0.19858156 C9.84553833,0.19858156 11.7236551,0.895823483 13.1776809,2.12923562 L15.383868,7.10542736e-15 L16,6.85216706 L8.9001929,6.25752561 L11.554476,3.69582348 C10.5325427,2.87171001 9.23855112,2.40504334 7.89083375,2.40504334 Z M8.10916625,13.5949567 C10.9120526,13.5949567 13.2828463,11.6620961 13.7446596,9 L16,9.36516942 C15.3518611,13.0940898 12.0334357,15.8014184 8.10916625,15.8014184 C6.15446167,15.8014184 4.27634493,15.1041765 2.82231907,13.8707644 L0.616132028,16 L4.97379915e-14,9.14783294 L7.0998071,9.74247439 L4.44552404,12.3041765 C5.46745731,13.12829 6.76144888,13.5949567 8.10916625,13.5949567 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-switch" viewBox="0 0 16 16" version="1.1"><g stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"><path d="M11,6 L6,6 L6,3 L11,3 L11,0 L16,4.5 L11,9 L11,6 Z M5,13 L5,16 L-3.01980663e-14,11.5 L5,7 L5,10 L10,10 L10,13 L5,13 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-triggers" viewBox="0 0 16 16" version="1.1"><g stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"><g transform="translate(-382.000000, -111.000000)" fill="currentColor" fill-rule="nonzero"><g transform="translate(382.000000, 111.000000)"><path d="M13,6 C12.5857864,6 12.25,5.66421356 12.25,5.25 C12.25,4.42157288 11.5784271,3.75 10.75,3.75 C10.3357864,3.75 10,3.41421356 10,3 C10,2.58578644 10.3357864,2.25 10.75,2.25 C11.5784271,2.25 12.25,1.57842712 12.25,0.75 C12.25,0.335786438 12.5857864,7.6089797e-17 13,0 C13.4142136,-7.6089797e-17 13.75,0.335786438 13.75,0.75 C13.75,1.57842712 14.4215729,2.25 15.25,2.25 C15.6642136,2.25 16,2.58578644 16,3 C16,3.41421356 15.6642136,3.75 15.25,3.75 C14.4215729,3.75 13.75,4.42157288 13.75,5.25 C13.75,5.66421356 13.4142136,6 13,6 Z M6,16 C5.44771525,16 5,15.5522847 5,15 C5,12.790861 3.209139,11 1,11 C0.44771525,11 6.76353751e-17,10.5522847 0,10 C-6.76353751e-17,9.44771525 0.44771525,9 1,9 C3.209139,9 5,7.209139 5,5 C5,4.44771525 5.44771525,4 6,4 C6.55228475,4 7,4.44771525 7,5 C7,7.209139 8.790861,9 11,9 C11.5522847,9 12,9.44771525 12,10 C12,10.5522847 11.5522847,11 11,11 C8.790861,11 7,12.790861 7,15 C7,15.5522847 6.55228475,16 6,16 Z"></path></g></g></g></symbol>
2
  </svg>
3
 
4
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><symbol id="nc-play" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M13.6 7.2l-10-7A1 1 0 0 0 2 1v14c0 .8.9 1.3 1.6.8l10-7c.5-.4.5-1.2 0-1.6z"/></g></g></symbol><symbol id="nc-bold" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M11.56 7.316a3.483 3.483 0 0 0 1.418-3.207C12.782 2.305 11.143 1 9.33 1H2v1l1.447.724A1 1 0 0 1 4 3.618v8.764a1 1 0 0 1-.553.894L2 14v1h7.823c2.104 0 3.98-1.547 4.162-3.643a4.001 4.001 0 0 0-2.424-4.04zM7 3h1a2 2 0 1 1 0 4H7V3zm2 10H7V9h2a2 2 0 1 1 0 4z"/></g></g></symbol><symbol id="nc-h1" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M.5 2.05h2.686v4.964h5.389V2.05h2.686v11.9H8.575V9.258H3.186v4.692H.5V2.05zm12.18 4.91h2.83v6.99h-1.5V8.29h-1.33V6.96z" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-h2" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M.05 2.3h2.577v4.762h5.17V2.3h2.576v11.416H7.796V9.215h-5.17v4.5H.05V2.3zm13.992 7.324c.17-.24.254-.471.254-.695a.77.77 0 0 0-.22-.561.758.758 0 0 0-.567-.226c-.422 0-.822.3-1.199.902l-1.2-.71c.314-.486.658-.854 1.032-1.103.374-.25.85-.374 1.43-.374.578 0 1.087.184 1.525.551.438.368.657.869.657 1.502 0 .345-.088.676-.264.993-.176.316-.5.72-.973 1.213l-1.21 1.257h2.649v1.343h-4.73v-1.113l1.967-2.014c.396-.403.68-.725.849-.965z" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-h3" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M.1 2.27h2.589v4.784h5.194V2.27h2.589v11.47h-2.59V9.216H2.69v4.522H.1V2.27zm11.392 6.014V7.002h4.125v1.041L14.24 9.614c.54.09.958.317 1.253.68.296.363.443.782.443 1.258 0 .706-.239 1.26-.718 1.662-.478.402-1.09.603-1.836.603-.745 0-1.5-.264-2.265-.79l.617-1.196c.636.45 1.205.675 1.706.675.302 0 .551-.074.747-.222.196-.148.294-.361.294-.64a.78.78 0 0 0-.337-.666c-.225-.164-.537-.246-.935-.246-.212 0-.51.061-.896.183V9.807l1.291-1.523h-2.11z" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-h4" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M.09 2.3h2.57v4.75h5.158V2.3h2.571v11.39H7.82V9.198H2.66v4.49H.09V2.3zm13.629 8.499V9.63h1.435V10.8h.757v1.292h-.757v1.598H13.72v-1.598h-2.69v-1.139l2.384-3.953h1.627l-2.269 3.8h.948z" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-italic" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M12 2V0H6v2h1.27a.5.5 0 0 1 .496.57l-1.51 10.571a1 1 0 0 1-.99.859H4v2h6v-2H8.73a.5.5 0 0 1-.496-.57l1.51-10.571a1 1 0 0 1 .99-.859H12z"/></g></g></symbol><symbol id="nc-list-bullet" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><circle data-color="color-2" cx="2" cy="2" r="2"/><circle data-color="color-2" cx="2" cy="8" r="2"/><circle data-color="color-2" cx="2" cy="14" r="2"/><path fill="currentColor" d="M6 1h10v2H6z"/><path fill="currentColor" d="M6 7h10v2H6z"/><path fill="currentColor" d="M6 13h10v2H6z"/></g></g></symbol><symbol id="nc-list-default" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path data-color="color-2" d="M1 9h7c.6 0 1-.4 1-1s-.4-1-1-1H1c-.6 0-1 .4-1 1s.4 1 1 1z"/><path fill="currentColor" d="M15 1H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z"/><path fill="currentColor" d="M15 13H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z"/></g></g></symbol><symbol id="nc-list-numbers" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M5 1h11v2H5z"/><path fill="currentColor" d="M5 7h11v2H5z"/><path fill="currentColor" d="M5 13h11v2H5z"/><path data-color="color-2" d="M.368 4v-.549l.598-.048c.097-.007.11-.035.11-.139V.84c0-.083-.02-.125-.09-.145L.382.569.46 0h1.666v3.264c0 .111.007.132.111.139l.57.048V4H.368z"/><path data-color="color-2" d="M.047 10v-.63l.907-.886c.684-.663.975-.934.975-1.32 0-.25-.122-.433-.48-.433-.373 0-.529.122-.529.603L0 7.252C.007 6.176.826 6 1.536 6c1.05 0 1.422.447 1.422 1.083 0 .636-.44 1.056-.934 1.53l-.765.73h.995c.067 0 .095-.013.108-.08l.095-.535h.717V10H.047z"/><path data-color="color-2" d="M2.344 13.682c.567.087.88.427.88 1.026 0 .88-.66 1.292-1.612 1.292C.939 16 .34 15.76 0 15.387l.533-.586c.253.247.533.44.999.44.373 0 .693-.133.693-.6 0-.406-.253-.573-.666-.573a2.73 2.73 0 0 0-.493.047v-.666l.326-.04c.48-.06.74-.293.74-.72 0-.252-.114-.459-.487-.459-.36 0-.532.12-.532.593l-.913-.08c0-1.052.793-1.232 1.492-1.232 1.026 0 1.419.393 1.419 1.106 0 .56-.347.912-.767 1.039v.026z"/></g></g></symbol><symbol id="nc-p" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><text fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd" font-size="20" font-family="Montserrat-SemiBold, Montserrat" font-weight="500"><tspan x=".7" y="15">P</tspan></text></g></g></symbol><symbol id="nc-text-align-justify" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M0 1h16v2H0z"/><path data-color="color-2" d="M0 5h16v2H0z"/><path fill="currentColor" d="M0 9h16v2H0z"/><path data-color="color-2" d="M0 13h16v2H0z"/></g></g></symbol><symbol id="nc-add" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm4 9H9v3H7V9H4V7h3V4h2v3h3v2z"/></g></g></symbol><symbol id="nc-align-bottom" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M15 16H1c-.552 0-1-.51-1-1.143V1.143C0 .512.448 0 1 0h14c.552 0 1 .512 1 1.143v13.714C16 15.49 15.552 16 15 16zM3 14h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1z"/><rect transform="rotate(90 8 11)" x="7" y="6" width="2" height="10" rx="1"/></g></g></g></symbol><symbol id="nc-align-middle" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M15 16H1c-.552 0-1-.51-1-1.143V1.143C0 .512.448 0 1 0h14c.552 0 1 .512 1 1.143v13.714C16 15.49 15.552 16 15 16zM3 14h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1z"/><rect transform="rotate(90 8 8)" x="7" y="3" width="2" height="10" rx="1"/></g></g></g></symbol><symbol id="nc-align-top" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M15 16H1c-.552 0-1-.51-1-1.143V1.143C0 .512.448 0 1 0h14c.552 0 1 .512 1 1.143v13.714C16 15.49 15.552 16 15 16zM3 14h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1z"/><rect transform="rotate(90 8 5)" x="7" y="0" width="2" height="10" rx="1"/></g></g></g></symbol><symbol id="nc-duplicate" viewBox="0 0 14 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g transform="matrix(-1 0 0 1 14 0)" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M9 4H1c-.6 0-1 .4-1 1v10c0 .6.4 1 1 1h8c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1z"/><path d="M13 0H3v2h9v11h2V1c0-.6-.4-1-1-1z"/></g></g></g></symbol><symbol id="nc-pin" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M8 0C4.1 0 1 3.1 1 7c0 1.9.7 3.7 2.1 5 .1.1 4.1 3.7 4.2 3.8.4.3 1 .3 1.3 0 .1-.1 4.2-3.7 4.2-3.8 1.4-1.3 2.1-3.1 2.1-5 .1-3.9-3-7-6.9-7zm0 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/></g></g></symbol><symbol id="nc-dashed" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M0 7h6v2H0z"/><path d="M10 7h6v2h-6z"/></g></g></g></symbol><symbol id="nc-dotted" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M1 7h2v2H1z"/><path d="M5 7h2v2H5z"/><path d="M9 7h2v2H9z"/><path d="M13 7h2v2h-2z"/></g></g></g></symbol><symbol id="nc-solid" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M0 7h16v2H0z" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-iframe" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path data-color="color-2" d="M16 12h-2v-2h-2v2h-2v2h2v2h2v-2h2z"/><path fill="currentColor" d="M8 13H2V5h12v3h2V2a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h7v-2z"/></g></g></symbol><symbol id="nc-align-left" viewBox="0 0 16 17"><g><g class="nc-icon-wrapper" fill="currentColor"><g transform="translate(0 1)" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M15 16H1c-.552 0-1-.51-1-1.143V1.143C0 .512.448 0 1 0h14c.552 0 1 .512 1 1.143v13.714C16 15.49 15.552 16 15 16zM3 14h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1z" transform="rotate(90 8 8)"/><rect x="4" y="3" width="2" height="10" rx="1"/></g></g></g></symbol><symbol id="nc-align-right" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M15 16H1c-.552 0-1-.51-1-1.143V1.143C0 .512.448 0 1 0h14c.552 0 1 .512 1 1.143v13.714C16 15.49 15.552 16 15 16zM3 14h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1z"/><rect transform="rotate(180 11 8)" x="10" y="3" width="2" height="10" rx="1"/></g></g></g></symbol><symbol id="nc-arrow-right" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M9.3 1.3L7.9 2.7 12.2 7H0v2h12.2l-4.3 4.3 1.4 1.4L16 8z"/></g></g></symbol><symbol id="nc-brush" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g transform="translate(1)" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M0 9c0 1.7 1.3 3 3 3h2v2c0 1.1.9 2 2 2s2-.9 2-2v-2h2c1.7 0 3-1.3 3-3H0z"/><path d="M0 0h7l2 3 2-3h3v7H0z"/></g></g></g></symbol><symbol id="nc-circle" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><circle cx="8" cy="8" r="5" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-corners-round" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M3 3c3.333 0 5.833 1 7.5 3 1.667 2 2.5 4.333 2.5 7h-3c-.011-2.144-.644-3.844-1.9-5.1C6.844 6.644 5.144 6.011 3 6V3z" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-corners-square" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M3 3h10v10h-3V6H3z" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-cube" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M15.4 3.1l-7-3c-.3-.1-.5-.1-.8 0l-7 3c-.4.1-.6.5-.6.9v8c0 .4.2.8.6.9l7 3c.1.1.3.1.4.1s.3 0 .4-.1l7-3c.4-.2.6-.5.6-.9V4c0-.4-.2-.8-.6-.9zM8 2.1L12.5 4 8 5.9 3.5 4 8 2.1zM2 5.5l5 2.1v5.8l-5-2.1V5.5zm7 8V7.7l5-2.1v5.8l-5 2.1z"/></g></g></symbol><symbol id="nc-font" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M8 0H1v4h1l.724-1.447A1 1 0 0 1 3.618 2H7v11.28a1 1 0 0 1-.684.948L4 15v1h8v-1l-2.316-.772A1 1 0 0 1 9 13.279V2h3.382a1 1 0 0 1 .894.553L14 4h1V0H8z"/></g></g></symbol><symbol id="nc-link" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path data-color="color-2" d="M4.5 16c-1.2 0-2.3-.5-3.2-1.3-1.8-1.8-1.8-4.6 0-6.4l.7-.7L3.4 9l-.7.7c-1 1-1 2.6 0 3.6s2.6 1 3.6 0l3-3c1-1 1-2.6 0-3.6L8.6 6 10 4.6l.7.7c1.8 1.8 1.8 4.6 0 6.4l-3 3c-.8.8-2 1.3-3.2 1.3z"/><path fill="currentColor" d="M6 11.4l-.7-.7c-1.8-1.8-1.8-4.6 0-6.4l3-3c.9-.9 2-1.3 3.2-1.3s2.3.5 3.2 1.3c1.8 1.8 1.8 4.6 0 6.4l-.7.7L12.6 7l.7-.7c1-1 1-2.6 0-3.6s-2.6-1-3.6 0l-3 3c-1 1-1 2.6 0 3.6l.7.7L6 11.4z"/></g></g></symbol><symbol id="nc-more" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><circle data-color="color-2" cx="8" cy="8" r="2"/><circle fill="currentColor" cx="2" cy="8" r="2"/><circle fill="currentColor" cx="14" cy="8" r="2"/></g></g></symbol><symbol id="nc-outline" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><circle cx="8" cy="8" r="4" stroke-width="2" stroke="currentColor" fill="none" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-pen" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M8.1 3.5L.3 11.3c-.2.2-.3.4-.3.7v3c0 .6.4 1 1 1h3c.3 0 .5-.1.7-.3l7.8-7.8-4.4-4.4z"/><path data-color="color-2" d="M15.7 3.3l-3-3c-.4-.4-1-.4-1.4 0L9.5 2.1l4.4 4.4 1.8-1.8c.4-.4.4-1 0-1.4z"/></g></g></symbol><symbol id="nc-plus" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M15 7H9V1c0-.6-.4-1-1-1S7 .4 7 1v6H1c-.6 0-1 .4-1 1s.4 1 1 1h6v6c0 .6.4 1 1 1s1-.4 1-1V9h6c.6 0 1-.4 1-1s-.4-1-1-1z"/></g></g></symbol><symbol id="nc-search" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M7 14c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7zM7 2C4.243 2 2 4.243 2 7s2.243 5 5 5 5-2.243 5-5-2.243-5-5-5z"/><path data-color="color-2" d="M15.707 14.293L13.314 11.9a8.019 8.019 0 0 1-1.414 1.414l2.393 2.393a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414z"/></g></g></symbol><symbol id="nc-star" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M15.144 5.438l-4.316-.627L8.897.9C8.559.217 7.441.217 7.103.9l-1.93 3.911-4.317.627a1.002 1.002 0 0 0-.554 1.707l3.124 3.044-.737 4.299a1 1 0 0 0 1.451 1.054L8 13.513l3.861 2.03c.728.381 1.591-.234 1.451-1.054l-.737-4.299 3.124-3.044a1.003 1.003 0 0 0-.555-1.708z"/></g></g></symbol><symbol id="nc-text-align-center" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M0 1h16v2H0z"/><path data-color="color-2" d="M3 5h10v2H3z"/><path fill="currentColor" d="M0 9h16v2H0z"/><path data-color="color-2" d="M3 13h10v2H3z"/></g></g></symbol><symbol id="nc-text-align-left" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M0 1h16v2H0z"/><path data-color="color-2" d="M0 5h10v2H0z"/><path fill="currentColor" d="M0 9h16v2H0z"/><path data-color="color-2" d="M0 13h10v2H0z"/></g></g></symbol><symbol id="nc-text-align-right" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M0 1h16v2H0z"/><path data-color="color-2" d="M6 5h10v2H6z"/><path fill="currentColor" d="M0 9h16v2H0z"/><path data-color="color-2" d="M6 13h10v2H6z"/></g></g></symbol><symbol id="nc-upload" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M13 7.1V7c0-2.8-2.2-5-5-5-2.5 0-4.6 1.8-4.9 4.3C1.3 6.9 0 8.5 0 10.5 0 13 2 15 4.5 15H12c2.2 0 4-1.8 4-4 0-1.9-1.3-3.4-3-3.9zM9 10v3H7v-3H4l4-4 4 4H9z"/></g></g></symbol><symbol id="nc-check" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="check" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M6.7 6.3c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l2 2c.2.2.4.3.7.3.3 0 .5-.1.7-.3l7-7c.4-.4.4-1 0-1.4-.4-.4-1-.4-1.4 0L8 7.6 6.7 6.3z" id="Shape" fill="currentColor" fill-rule="nonzero"/><path d="M8 15c3.9 0 7-3.1 7-7 0-.6-.4-1-1-1s-1 .4-1 1c0 2.8-2.2 5-5 5s-5-2.2-5-5 2.2-5 5-5c.6 0 1.1.1 1.7.3.5.2 1.1-.1 1.3-.6.2-.5-.1-1.1-.6-1.3C9.6 1.1 8.8 1 8 1 4.1 1 1 4.1 1 8s3.1 7 7 7z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-cog" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M13.3 5.2l1.1-2.1L13 1.7l-2.1 1.1c-.3-.2-.7-.3-1.1-.4L9 0H7l-.8 2.3c-.3.1-.7.2-1 .4L3.1 1.6 1.6 3.1l1.1 2.1c-.2.3-.3.7-.4 1L0 7v2l2.3.8c.1.4.3.7.4 1.1L1.6 13 3 14.4l2.1-1.1c.3.2.7.3 1.1.4L7 16h2l.8-2.3c.4-.1.7-.3 1.1-.4l2.1 1.1 1.4-1.4-1.1-2.1c.2-.3.3-.7.4-1.1L16 9V7l-2.3-.8c-.1-.3-.2-.7-.4-1zM8 11c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z"/></g></g></symbol><symbol id="nc-hover" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path data-color="color-2" d="M3 8.238V4.5C3 3.122 4.121 2 5.5 2S8 3.122 8 4.5v2.605l1.059.118A4.456 4.456 0 0 0 10 4.5C10 2.019 7.981 0 5.5 0S1 2.019 1 4.5c0 1.557.795 2.93 2 3.738z"/><path fill="currentColor" d="M13.9 16l1.066-3.554a3 3 0 0 0-2.542-3.843L7 8V4.5a1.5 1.5 0 1 0-3 0V12H3v-2h-.5A1.5 1.5 0 0 0 1 11.5v1.833c0 .95.285 1.87.79 2.667H13.9z"/></g></g></symbol><symbol id="nc-image" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M15 16H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h14c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1zM2 14h12V2H2v12z"/><path data-color="color-2" d="M6 4c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1z"/><path data-color="color-2" d="M3 12l2-4 2 2 3-4 3 6z"/></g></g></symbol><symbol id="nc-remove" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8z" fill="none" fill-rule="nonzero"/><path fill="currentColor" d="M11.5 10.1l-1.4 1.4L8 9.4l-2.1 2.1-1.4-1.4L6.6 8 4.5 5.9l1.4-1.4L8 6.6l2.1-2.1 1.4 1.4L9.4 8z"/></g></g></g></symbol><symbol id="nc-settings" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M5 5V1c0-.6-.4-1-1-1S3 .4 3 1v4c0 .6.4 1 1 1s1-.4 1-1z"/><path fill="currentColor" d="M1 11c0 1.3.9 2.4 2 2.8V15c0 .6.4 1 1 1s1-.4 1-1v-1-.2c1.2-.4 2-1.5 2-2.8 0-1.7-1.3-3-3-3s-3 1.3-3 3z"/><path data-color="color-2" d="M11 11v4c0 .6.4 1 1 1s1-.4 1-1v-4c0-.6-.4-1-1-1s-1 .4-1 1z"/><path data-color="color-2" d="M9 5c0 1.7 1.3 3 3 3s3-1.3 3-3c0-1.3-.9-2.4-2-2.8V1c0-.6-.4-1-1-1s-1 .4-1 1v1.2C9.9 2.6 9 3.7 9 5z"/></g></g></symbol><symbol id="nc-trash" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M2 6v8c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V6H2z"/><path data-color="color-2" d="M12 3V1c0-.6-.4-1-1-1H5c-.6 0-1 .4-1 1v2H0v2h16V3h-4zm-2 0H6V2h4v1z"/></g></g></symbol><symbol id="nc-uncheck" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="uncheck" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><circle id="Oval" stroke="currentColor" stroke-width="2" cx="8" cy="8" r="6"/></g></g></g></symbol><symbol id="nc-button-2" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path data-color="color-2" d="M12.586 15l-3.793-3.793L7 14 5 6l8 2-2.793 1.793L14 13.586 12.586 15z"/><path fill="currentColor" d="M4 10H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v7h-2V2H2v6h2v2z"/></g></g></symbol><symbol id="nc-button" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M12.424 5.603L7 5V1.5a1.5 1.5 0 1 0-3 0V9H3V7h-.5A1.5 1.5 0 0 0 1 8.5v1.833a5 5 0 0 0 1 3L4 16h9l1.966-6.554a3 3 0 0 0-2.542-3.843z" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-desktop" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M15 0H1C.4 0 0 .4 0 1v11c0 .6.4 1 1 1h5v1H3v2h10v-2h-3v-1h5c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1zm-1 11H2V2h12v9z"/></g></g></symbol><symbol id="nc-divider" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M1 1v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z"/><path fill="currentColor" d="M1 12v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z"/><path data-color="color-2" d="M15 9H1a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2z"/></g></g></symbol><symbol id="nc-lock" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M13.417 6.4h-1.084V4.267C12.333 1.914 10.39 0 8 0S3.667 1.914 3.667 4.267V6.4H2.583c-.599 0-1.083.478-1.083 1.067v7.466c0 .59.484 1.067 1.083 1.067h10.834c.599 0 1.083-.478 1.083-1.067V7.467c0-.59-.484-1.067-1.083-1.067zM5.833 4.267c0-1.177.972-2.134 2.167-2.134 1.195 0 2.167.957 2.167 2.134V6.4H5.833V4.267z" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-menu" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path data-color="color-2" d="M15 7H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z"/><path fill="currentColor" d="M15 1H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z"/><path fill="currentColor" d="M15 13H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z"/></g></g></symbol><symbol id="nc-phone" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g transform="translate(2)" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M10 16H2c-1.103 0-2-.897-2-2V2C0 .897.897 0 2 0h8c1.103 0 2 .897 2 2v12c0 1.103-.897 2-2 2zM2 2v12h8.001L10 2H2z"/><path d="M7 12v-2H5v2z"/></g></g></g></symbol><symbol id="nc-reorder" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M3 1h10v1H3z"/><path d="M1 4h14v11H1z"/></g></g></g></symbol><symbol id="nc-spacer" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M2 6H0V1c0-.6.4-1 1-1h5v2H2v4z"/><path fill="currentColor" d="M16 6h-2V2h-4V0h5c.6 0 1 .4 1 1v5z"/><path fill="currentColor" d="M15 16h-5v-2h4v-4h2v5c0 .6-.4 1-1 1z"/><path fill="currentColor" d="M6 16H1c-.6 0-1-.4-1-1v-5h2v4h4v2z"/></g></g></symbol><symbol id="nc-tablet" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M13 0H3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM7 15v-1h2v1H7zm6-3H3V2h10v10z" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-unlock" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M13.417 6.4h-1.084V4.267C12.333 1.914 10.39 0 8 0S3.667 1.914 3.667 4.267V6.4H2.583c-.599 0-1.083.478-1.083 1.067v7.466c0 .59.484 1.067 1.083 1.067h10.834c.599 0 1.083-.478 1.083-1.067V7.467c0-.59-.484-1.067-1.083-1.067zM5.833 4.267c0-1.177.972-2.134 2.167-2.134 1.195 0 2.167.957 2.167 2.134h2.166V6.4h-6.5V4.267z" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-upgrade" viewBox="0 0 32 32"><g><g class="nc-icon-wrapper" fill="currentColor"><circle fill="currentColor" cx="16" cy="6" r="1"/><path fill="currentColor" d="M18 24v-1c0-.77.297-1.468.775-2H0v1c0 2.757 2.243 5 5 5h13v-3z"/><path fill="currentColor" d="M27 4v10.09a5.964 5.964 0 0 1 2 .721V4c0-1.654-1.346-3-3-3H6C4.346 1 3 2.346 3 4v15h2V4c0-.551.448-1 1-1h20c.552 0 1 .449 1 1z"/><path data-color="color-2" d="M31 22h-1v-2c0-2.206-1.794-4-4-4s-4 1.794-4 4v2h-1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1zm-7-2c0-1.103.897-2 2-2s2 .897 2 2v2h-4v-2z"/></g></g></symbol><symbol id="nc-close" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M12.786 3.214a.69.69 0 0 0-1 0L8 7 4.214 3.214a.69.69 0 0 0-1 0 .69.69 0 0 0 0 1L7 8l-3.786 3.786a.69.69 0 0 0 0 1 .648.648 0 0 0 .5.214.648.648 0 0 0 .5-.214L8 9l3.786 3.786a.772.772 0 0 0 .5.214.772.772 0 0 0 .5-.214.69.69 0 0 0 0-1L9 8l3.786-3.786a.69.69 0 0 0 0-1z" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-corners-all" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><rect x="1" y="2" width="14" height="12" rx="3" stroke="currentColor" stroke-width="2" fill="none" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-corners-bottom-right" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M0 6V4c0-2 1.5-3 3-3h2v2H3.5C2.5 3 2 3.5 2 4.5V6H0z" fill="currentColor"/><path d="M11 6V4c0-2 1.5-3 3-3h2v2h-1.5c-1 0-1.5.5-1.5 1.5V6h-2z" fill="currentColor" transform="matrix(-1 0 0 1 27 0)"/><path d="M0 15v-2c0-2 1.5-3 3-3h2v2H3.5c-1 0-1.5.5-1.5 1.5V15H0z" fill="currentColor" transform="matrix(1 0 0 -1 0 25)"/><path d="M11 15v-2c0-2 1.5-3 3-3h2v2h-1.5c-1 0-1.5.5-1.5 1.5V15h-2z" fill="#22AFDA" transform="rotate(180 13.5 12.5)"/></g></g></g></symbol><symbol id="nc-corners-bottom-left" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M0 6V4c0-2 1.5-3 3-3h2v2H3.5C2.5 3 2 3.5 2 4.5V6H0z" fill="currentColor"/><path d="M11 6V4c0-2 1.5-3 3-3h2v2h-1.5c-1 0-1.5.5-1.5 1.5V6h-2z" fill="currentColor" transform="matrix(-1 0 0 1 27 0)"/><path d="M0 15v-2c0-2 1.5-3 3-3h2v2H3.5c-1 0-1.5.5-1.5 1.5V15H0z" fill="#22AFDA" transform="matrix(1 0 0 -1 0 25)"/><path d="M11 15v-2c0-2 1.5-3 3-3h2v2h-1.5c-1 0-1.5.5-1.5 1.5V15h-2z" fill="currentColor" transform="rotate(180 13.5 12.5)"/></g></g></g></symbol><symbol id="nc-corners-individual" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M0 6V4c0-2 1.5-3 3-3h2v2H3.5C2.5 3 2 3.5 2 4.5V6H0z"/><path d="M11 6V4c0-2 1.5-3 3-3h2v2h-1.5c-1 0-1.5.5-1.5 1.5V6h-2z" transform="matrix(-1 0 0 1 27 0)"/><path d="M0 15v-2c0-2 1.5-3 3-3h2v2H3.5c-1 0-1.5.5-1.5 1.5V15H0z" transform="matrix(1 0 0 -1 0 25)"/><path d="M11 15v-2c0-2 1.5-3 3-3h2v2h-1.5c-1 0-1.5.5-1.5 1.5V15h-2z" transform="rotate(180 13.5 12.5)"/></g></g></g></symbol><symbol id="nc-corners-top-left" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M0 6V4c0-2 1.5-3 3-3h2v2H3.5C2.5 3 2 3.5 2 4.5V6H0z" fill="#22AFDA"/><path d="M11 6V4c0-2 1.5-3 3-3h2v2h-1.5c-1 0-1.5.5-1.5 1.5V6h-2z" fill="currentColor" transform="matrix(-1 0 0 1 27 0)"/><path d="M0 15v-2c0-2 1.5-3 3-3h2v2H3.5c-1 0-1.5.5-1.5 1.5V15H0z" fill="currentColor" transform="matrix(1 0 0 -1 0 25)"/><path d="M11 15v-2c0-2 1.5-3 3-3h2v2h-1.5c-1 0-1.5.5-1.5 1.5V15h-2z" fill="currentColor" transform="rotate(180 13.5 12.5)"/></g></g></g></symbol><symbol id="nc-corners-top-right" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M0 6V4c0-2 1.5-3 3-3h2v2H3.5C2.5 3 2 3.5 2 4.5V6H0z" fill="currentColor"/><path d="M11 6V4c0-2 1.5-3 3-3h2v2h-1.5c-1 0-1.5.5-1.5 1.5V6h-2z" fill="#22AFDA" transform="matrix(-1 0 0 1 27 0)"/><path d="M0 15v-2c0-2 1.5-3 3-3h2v2H3.5c-1 0-1.5.5-1.5 1.5V15H0z" fill="currentColor" transform="matrix(1 0 0 -1 0 25)"/><path d="M11 15v-2c0-2 1.5-3 3-3h2v2h-1.5c-1 0-1.5.5-1.5 1.5V15h-2z" fill="currentColor" transform="rotate(180 13.5 12.5)"/></g></g></g></symbol><symbol id="nc-horizontal" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path transform="rotate(90 11.833 8)" d="M11.833 10.167h4.5l-4.5-4.334-4.5 4.334h2.834z"/><path transform="matrix(0 1 1 0 -3.833 3.833)" d="M4.167 10.167h4.5l-4.5-4.334-4.5 4.334H2.5z"/></g></g></g></symbol><symbol id="nc-redo" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M10 4.6L8.6 6l3 3H6C4.3 9 3 7.7 3 6s1.3-3 3-3h8V1H6C3.2 1 1 3.2 1 6s2.2 5 5 5h5.6l-3 3 1.4 1.4 5.4-5.4L10 4.6z"/></g></g></symbol><symbol id="nc-size" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M15 8l-3-3v2h-2v2h2v2z"/><path d="M7 6h2V4h2L8 1 5 4h2z"/><path d="M9 10H7v2H5l3 3 3-3H9z"/><path d="M6 9V7H4V5L1 8l3 3V9z"/></g></g></g></symbol><symbol id="nc-styling-all" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M0 1h16v2H0z"/><path d="M0 13h16v2H0z"/><path transform="rotate(-90 1 8)" d="M-4 7H6v2H-4z"/><path transform="rotate(-90 15 8)" d="M10 7h10v2H10z"/></g></g></g></symbol><symbol id="nc-styling-bottom" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path fill="currentColor" d="M3 1h10v2H3z"/><path fill="#22AFDA" d="M3 13h10v2H3z"/><path fill="currentColor" transform="rotate(-90 1 8)" d="M-3 7h8v2h-8z"/><path fill="currentColor" transform="rotate(-90 15 8)" d="M11 7h8v2h-8z"/></g></g></g></symbol><symbol id="nc-styling-individual" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M3 1h10v2H3z"/><path d="M3 13h10v2H3z"/><path transform="rotate(-90 1 8)" d="M-3 7h8v2h-8z"/><path transform="rotate(-90 15 8)" d="M11 7h8v2h-8z"/></g></g></g></symbol><symbol id="nc-styling-left" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path fill="currentColor" d="M3 1h10v2H3z"/><path fill="currentColor" d="M3 13h10v2H3z"/><path fill="#22AFDA" transform="rotate(-90 1 8)" d="M-3 7h8v2h-8z"/><path fill="currentColor" transform="rotate(-90 15 8)" d="M11 7h8v2h-8z"/></g></g></g></symbol><symbol id="nc-styling-right" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path fill="currentColor" d="M3 1h10v2H3z"/><path fill="currentColor" d="M3 13h10v2H3z"/><path fill="currentColor" transform="rotate(-90 1 8)" d="M-3 7h8v2h-8z"/><path fill="#22AFDA" transform="rotate(-90 15 8)" d="M11 7h8v2h-8z"/></g></g></g></symbol><symbol id="nc-styling-top" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path fill="#22AFDA" d="M3 1h10v2H3z"/><path fill="currentColor" d="M3 13h10v2H3z"/><path fill="currentColor" transform="rotate(-90 1 8)" d="M-3 7h8v2h-8z"/><path fill="currentColor" transform="rotate(-90 15 8)" d="M11 7h8v2h-8z"/></g></g></g></symbol><symbol id="nc-styling" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path data-color="color-2" d="M2.2 5.6l3.4-3.4L3.7.3c-.4-.4-1-.4-1.4 0l-2 2c-.4.4-.4 1 0 1.4l1.9 1.9z"/><path data-color="color-2" d="M13.8 10.4l-3.4 3.4 1.9 1.9c.2.2.4.3.7.3h3v-3c0-.3-.1-.5-.3-.7l-1.9-1.9z"/><path fill="currentColor" d="M15.7 4.3l-4-4c-.4-.4-1-.4-1.4 0L9 1.6l1.7 1.7-1.4 1.4L7.6 3 6 4.6l1.7 1.7-1.4 1.4L4.6 6 3 7.6l1.7 1.7-1.4 1.4L1.6 9 .3 10.3c-.4.4-.4 1 0 1.4l4 4c.4.4 1 .4 1.4 0l10-10c.4-.4.4-1 0-1.4z"/></g></g></symbol><symbol id="nc-time" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M12.7.3c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l.8.8-.9.9C10 2.5 8.6 2 7 2 3.1 2 0 5.1 0 9s3.1 7 7 7 7-3.1 7-7c0-1.6-.5-3-1.4-4.2l.9-.9.8.8c.2.2.4.3.7.3s.5-.1.7-.3c.4-.4.4-1 0-1.4l-3-3zM7 14c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5z"/><path data-color="color-2" d="M8 6H6v4h4V8H8z"/></g></g></symbol><symbol id="nc-undo" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path data-color="color-2" d="M2.502 12.333a6.996 6.996 0 0 1-1.405-3.168l1.973-.331a4.982 4.982 0 0 0 1.003 2.26l-1.571 1.239z"/><path data-color="color-2" d="M6.834 14.903a7.015 7.015 0 0 1-2.976-1.259l1.186-1.611c.624.459 1.358.77 2.122.898l-.332 1.972z"/><path data-color="color-2" d="M9.165 14.903l-.33-1.973a4.99 4.99 0 0 0 2.209-.964l1.219 1.586a6.997 6.997 0 0 1-3.098 1.351z"/><path fill="currentColor" d="M8 1c-1.873 0-3.65.759-4.948 2.052L.9.9.2 7.3l6.4-.7-2.135-2.135A5.023 5.023 0 0 1 8 3c2.757 0 5 2.243 5 5 0 1.06-.327 2.072-.947 2.928l1.621 1.173A6.96 6.96 0 0 0 15 8c0-3.86-3.141-7-7-7z"/></g></g></symbol><symbol id="nc-vertical" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M8 6.333h4.5L8 2 3.5 6.333h2.833z"/><path transform="matrix(1 0 0 -1 0 23.667)" d="M8 14h4.5L8 9.667 3.5 14h2.833z"/></g></g></g></symbol><symbol id="nc-check-small" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><polygon fill="currentColor" points="12.4,6 11,4.6 7,8.6 5,6.6 3.6,8 7,11.4 "/></g></g></symbol><symbol id="nc-circle-remove" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M8,0C3.6,0,0,3.6,0,8s3.6,8,8,8s8-3.6,8-8S12.4,0,8,0z M11.5,10.1l-1.4,1.4L8,9.4l-2.1,2.1l-1.4-1.4L6.6,8 L4.5,5.9l1.4-1.4L8,6.6l2.1-2.1l1.4,1.4L9.4,8L11.5,10.1z"/></g></g></symbol><symbol id="nc-stre-down" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M8,12c-0.232,0-0.463-0.08-0.651-0.241l-7.759-6.65L0.892,3.59L8,9.683l7.108-6.093l1.302,1.519l-7.759,6.65 C8.463,11.92,8.232,12,8,12z"/></g></g></symbol><symbol id="nc-stre-up" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M15.108,12.41L8,6.317L0.892,12.41l-1.302-1.519l7.759-6.65c0.375-0.322,0.927-0.322,1.302,0l7.759,6.65 L15.108,12.41z"/></g></g></symbol><symbol id="nc-alert-circle-que" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M8,0C3.6,0,0,3.6,0,8s3.6,8,8,8s8-3.6,8-8S12.4,0,8,0z M8,13c-0.6,0-1-0.4-1-1c0-0.6,0.4-1,1-1s1,0.4,1,1 C9,12.6,8.6,13,8,13z M9.5,8.4C9,8.7,9,8.8,9,9v1H7V9c0-1.3,0.8-1.9,1.4-2.3C8.9,6.4,9,6.3,9,6c0-0.6-0.4-1-1-1 C7.6,5,7.3,5.2,7.1,5.5L6.6,6.4l-1.7-1l0.5-0.9C5.9,3.6,6.9,3,8,3c1.7,0,3,1.3,3,3C11,7.4,10.1,8,9.5,8.4z"/></g></g></symbol><symbol id="nc-grid-45" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M6,0H1C0.4,0,0,0.4,0,1v5c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1V1C7,0.4,6.6,0,6,0z"/> <path fill="currentColor" d="M15,0h-5C9.4,0,9,0.4,9,1v5c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1V1C16,0.4,15.6,0,15,0z"/> <path fill="currentColor" d="M6,9H1c-0.6,0-1,0.4-1,1v5c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1v-5C7,9.4,6.6,9,6,9z"/> <path fill="currentColor" d="M15,9h-5c-0.6,0-1,0.4-1,1v5c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1v-5C16,9.4,15.6,9,15,9z"/></g></g></symbol><symbol id="nc-bars" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><rect x="7" fill="currentColor" width="2" height="4"/> <rect x="10.243" y="2.757" transform="matrix(0.7071 -0.7071 0.7071 0.7071 0.929 9.7574)" opacity="0.9" fill="currentColor" width="4" height="2"/> <rect x="12" y="7" opacity="0.8" fill="currentColor" width="4" height="2"/> <rect x="11.243" y="10.243" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -5.0711 12.2427)" opacity="0.7" fill="currentColor" width="2" height="4"/> <rect x="7" y="12" opacity="0.6" fill="currentColor" width="2" height="4"/> <rect x="1.758" y="11.243" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -7.5564 6.2426)" opacity="0.5" fill="currentColor" width="4" height="2"/> <rect y="7" opacity="0.4" fill="currentColor" width="4" height="2"/> <rect x="2.757" y="1.758" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -1.5563 3.7573)" opacity="0.3" fill="currentColor" width="2" height="4"/> </g></g></symbol><symbol id="nc-square-remove-09" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M15,0H1C0.4,0,0,0.4,0,1v14c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V1C16,0.4,15.6,0,15,0z M11.5,10.1l-1.4,1.4 L8,9.4l-2.1,2.1l-1.4-1.4L6.6,8L4.5,5.9l1.4-1.4L8,6.6l2.1-2.1l1.4,1.4L9.4,8L11.5,10.1z"/></g></g></symbol><symbol id="nc-paragraph" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M6,0H1C0.4,0,0,0.4,0,1v5c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1V1C7,0.4,6.6,0,6,0z"/> <path fill="currentColor" d="M6,9H1c-0.6,0-1,0.4-1,1v5c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1v-5C7,9.4,6.6,9,6,9z"/> <rect data-color="color-2" x="9" y="1" width="7" height="2"/> <rect data-color="color-2" x="9" y="4" width="7" height="2"/> <rect data-color="color-2" x="9" y="10" width="7" height="2"/> <rect data-color="color-2" x="9" y="13" width="7" height="2"/></g></g></symbol><symbol id="nc-zoom-e" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M2,6H0V1c0-0.6,0.4-1,1-1h5v2H2V6z"/> <path fill="currentColor" d="M16,6h-2V2h-4V0h5c0.6,0,1,0.4,1,1V6z"/> <path fill="currentColor" d="M15,16h-5v-2h4v-4h2v5C16,15.6,15.6,16,15,16z"/> <path fill="currentColor" d="M6,16H1c-0.6,0-1-0.4-1-1v-5h2v4h4V16z"/></g></g></symbol><symbol id="nc-hourglass" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M15,2c0.6,0,1-0.4,1-1s-0.4-1-1-1H1C0.4,0,0,0.4,0,1s0.4,1,1,1h1c0.1,2.4,0.8,4.5,2,6c-1.2,1.4-2,3.6-2,6H1 c-0.6,0-1,0.4-1,1s0.4,1,1,1h14c0.6,0,1-0.4,1-1s-0.4-1-1-1h-1c-0.1-2.5-0.8-4.6-2-6c1.3-1.5,2-3.6,2-6H15z M9.9,7.3L9,8.1l1,0.7 c1.2,0.9,2,2.9,2.1,5.2H4c0.1-2.3,0.9-4.3,2.1-5.2l1-0.7L6.1,7.3C4.8,6.1,4.1,4.2,4,2h8C11.9,4.2,11.2,6.1,9.9,7.3z"/></g></g></symbol><symbol id="nc-share-2" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M12,6c1.654,0,3-1.346,3-3s-1.346-3-3-3S9,1.346,9,3c0,0.223,0.029,0.439,0.075,0.649l-3.22,2.012 C5.343,5.254,4.704,5,4,5C2.346,5,1,6.346,1,8s1.346,3,3,3c0.704,0,1.343-0.254,1.855-0.661l3.22,2.012C9.029,12.561,9,12.777,9,13 c0,1.654,1.346,3,3,3s3-1.346,3-3s-1.346-3-3-3c-0.704,0-1.343,0.254-1.855,0.661l-3.22-2.012C6.971,8.439,7,8.223,7,8 S6.971,7.561,6.925,7.351l3.22-2.012C10.657,5.746,11.296,6,12,6z"/></g></g></symbol><symbol id="nc-form" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path data-color="color-2" d="M15,16H9c-0.552,0-1-0.448-1-1v-1c0-0.552,0.448-1,1-1h6c0.552,0,1,0.448,1,1v1 C16,15.552,15.552,16,15,16z"/> <path fill="currentColor" d="M15,0H1C0.448,0,0,0.448,0,1v9c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1V1C16,0.448,15.552,0,15,0z M14,9 H2V4h12V9z"/></g></g></symbol><symbol id="nc-circle-remove-2" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><circle fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" cx="8.5" cy="8.5" r="7"/><line data-color="color-2" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="11.5" y1="5.5" x2="5.5" y2="11.5"/><line data-color="color-2" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="5.5" y1="5.5" x2="11.5" y2="11.5"/></g></g></symbol><symbol id="nc-eye-ban-18" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M14.6,5.6l-8.2,8.2C6.9,13.9,7.5,14,8,14c3.6,0,6.4-3.1,7.6-4.9c0.5-0.7,0.5-1.6,0-2.3 C15.4,6.5,15,6.1,14.6,5.6z"/> <path fill="currentColor" d="M14.3,0.3L11.6,3C10.5,2.4,9.3,2,8,2C4.4,2,1.6,5.1,0.4,6.9c-0.5,0.7-0.5,1.6,0,2.2c0.5,0.8,1.4,1.8,2.4,2.7 l-2.5,2.5c-0.4,0.4-0.4,1,0,1.4C0.5,15.9,0.7,16,1,16s0.5-0.1,0.7-0.3l14-14c0.4-0.4,0.4-1,0-1.4S14.7-0.1,14.3,0.3z M5.3,9.3 C5.1,8.9,5,8.5,5,8c0-1.7,1.3-3,3-3c0.5,0,0.9,0.1,1.3,0.3L5.3,9.3z"/></g></g></symbol><symbol id="nc-eye-17" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><path fill="currentColor" d="M8,14c3.6,0,6.4-3.1,7.6-4.9c0.5-0.7,0.5-1.6,0-2.3C14.4,5.1,11.6,2,8,2C4.4,2,1.6,5.1,0.4,6.9 c-0.5,0.7-0.5,1.6,0,2.2C1.6,10.9,4.4,14,8,14z M8,5c1.7,0,3,1.3,3,3s-1.3,3-3,3S5,9.7,5,8S6.3,5,8,5z"/></g></g></symbol><symbol id="nc-drag" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M16 8l-3-3v2H9V3h2L8 0 5 3h2v4H3V5L0 8l3 3V9h4v4H5l3 3 3-3H9V9h4v2z"/></g></g></symbol><symbol id="nc-small" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M8.01 13.004c2.598 0 3.876-1.336 3.876-3.107 0-3.616-5.561-2.585-5.561-4.11 0-.58.494-.958 1.365-.958.987 0 2.032.334 2.816 1.06l1.147-1.539C10.695 3.465 9.418 3 7.88 3c-2.28 0-3.674 1.336-3.674 2.947 0 3.645 5.576 2.469 5.576 4.153 0 .566-.538 1.074-1.685 1.074a4.255 4.255 0 0 1-3.078-1.321l-1.132 1.612c.915.914 2.25 1.539 4.123 1.539z" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-medium" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1" d="M13.544 13V3h-3.067L7.992 9.288 5.508 3H2.456v10h2.178V5.731L7.517 13h.95l2.884-7.269V13z"/></g></g></symbol><symbol id="nc-large" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1" d="M11.392 13v-2.06H6.94V3H4.683v10z"/></g></g></symbol><symbol id="nc-16" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M1.014 3.1h3.934v9.8H3.072V4.752H1.014z"/><path d="M13.111 4.703a4.159 4.159 0 0 0-1.141-.161c-.877 0-1.538.294-1.981.882-.443.588-.651 1.39-.623 2.408a2.46 2.46 0 0 1 1.029-.973c.434-.22.95-.329 1.547-.329.97 0 1.74.285 2.31.854.57.57.854 1.33.854 2.282 0 .672-.145 1.258-.434 1.757-.29.5-.698.884-1.225 1.155-.527.27-1.141.406-1.841.406-.83 0-1.55-.191-2.156-.574-.607-.383-1.071-.933-1.393-1.652-.322-.719-.483-1.577-.483-2.576 0-1.036.175-1.944.525-2.723.35-.78.847-1.381 1.491-1.806.644-.425 1.4-.637 2.268-.637.504 0 1.024.068 1.561.203a5.43 5.43 0 0 1 1.407.553l-.714 1.4a3.245 3.245 0 0 0-1.001-.469zM10.15 8.476a1.603 1.603 0 0 0-.518 1.246c-.01.28.056.548.196.805s.352.467.637.63c.285.163.637.245 1.057.245.56 0 1.008-.154 1.344-.462.336-.308.504-.737.504-1.288 0-.513-.161-.922-.483-1.225-.322-.303-.758-.455-1.309-.455-.597 0-1.073.168-1.428.504z"/></g></g></g></symbol><symbol id="nc-24" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M7.784 11.262V12.9H.532v-1.358l3.696-3.808c.355-.355.64-.705.854-1.05.215-.345.322-.644.322-.896a.968.968 0 0 0-.42-.833c-.28-.2-.667-.301-1.162-.301-.43 0-.887.107-1.372.322a5.256 5.256 0 0 0-1.372.896L.336 4.43a7.256 7.256 0 0 1 1.827-1.043 5.3 5.3 0 0 1 1.925-.371c.644 0 1.213.103 1.708.308.495.205.88.497 1.155.875s.413.814.413 1.309c0 .476-.163.98-.49 1.512-.327.532-.784 1.106-1.372 1.722l-2.492 2.52h4.774z"/><path d="M15.71 8.98v1.61h-1.414v2.31H12.56v-2.31H7.87V9.204L11.062 3.1h1.806L9.872 8.98h2.688V6.712h1.736V8.98z"/></g></g></g></symbol><symbol id="nc-32" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M6.867 8.014c.537.467.805 1.078.805 1.834 0 .616-.159 1.16-.476 1.631-.317.471-.77.84-1.358 1.106-.588.266-1.274.399-2.058.399-.663 0-1.318-.1-1.967-.301-.649-.2-1.202-.469-1.659-.805l.742-1.456a4.321 4.321 0 0 0 2.758 1.008c.681 0 1.216-.14 1.603-.42.387-.28.581-.658.581-1.134 0-.485-.191-.856-.574-1.113-.383-.257-.929-.385-1.638-.385H2.142V7.244l2.632-2.548H.644L.63 3.1h6.552v1.162l-2.996 2.87.518.056c.905.084 1.626.36 2.163.826z"/><path d="M15.556 11.262V12.9H8.304v-1.358L12 7.734c.355-.355.64-.705.854-1.05.215-.345.322-.644.322-.896a.968.968 0 0 0-.42-.833c-.28-.2-.667-.301-1.162-.301-.43 0-.887.107-1.372.322a5.256 5.256 0 0 0-1.372.896L8.108 4.43a7.256 7.256 0 0 1 1.827-1.043 5.3 5.3 0 0 1 1.925-.371c.644 0 1.213.103 1.708.308.495.205.88.497 1.155.875s.413.814.413 1.309c0 .476-.163.98-.49 1.512-.327.532-.784 1.106-1.372 1.722l-2.492 2.52h4.774z"/></g></g></g></symbol><symbol id="nc-48" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g transform="translate(0 3)" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M7.952 5.98v1.61H6.538V9.9H4.802V7.59H.112V6.204L3.304.1H5.11L2.114 5.98h2.688V3.712h1.736V5.98z"/><path d="M14.597.709c.593.462.889 1.09.889 1.883 0 .448-.121.854-.364 1.218a2.451 2.451 0 0 1-1.008.854c.579.215 1.034.541 1.365.98.331.439.497.943.497 1.512 0 .57-.154 1.069-.462 1.498-.308.43-.749.758-1.323.987-.574.229-1.244.343-2.009.343-.765 0-1.435-.114-2.009-.343-.574-.229-1.015-.553-1.323-.973-.308-.42-.462-.915-.462-1.484 0-.579.173-1.09.518-1.533.345-.443.821-.772 1.428-.987a2.715 2.715 0 0 1-1.071-.896 2.15 2.15 0 0 1-.385-1.246c0-.765.296-1.374.889-1.827.593-.453 1.393-.679 2.401-.679 1.027 0 1.836.231 2.429.693zM10.915 1.71c-.303.233-.455.56-.455.98 0 .42.152.747.455.98.303.233.726.35 1.267.35.541 0 .961-.117 1.26-.35.299-.233.448-.56.448-.98 0-.42-.15-.747-.448-.98-.299-.233-.719-.35-1.26-.35s-.964.117-1.267.35zm-.231 4.158c-.355.261-.532.63-.532 1.106 0 .485.177.863.532 1.134.355.27.854.406 1.498.406.635 0 1.132-.133 1.491-.399.36-.266.539-.642.539-1.127 0-.476-.18-.847-.539-1.113-.36-.266-.861-.399-1.505-.399-.635 0-1.13.13-1.484.392z"/></g></g></g></symbol><symbol id="nc-64" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g transform="translate(.2 3)" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M5.537 1.703a4.159 4.159 0 0 0-1.141-.161c-.877 0-1.538.294-1.981.882-.443.588-.651 1.39-.623 2.408a2.46 2.46 0 0 1 1.029-.973c.434-.22.95-.329 1.547-.329.97 0 1.74.285 2.31.854.57.57.854 1.33.854 2.282 0 .672-.145 1.258-.434 1.757-.29.5-.698.884-1.225 1.155-.527.27-1.141.406-1.841.406-.83 0-1.55-.191-2.156-.574C1.269 9.027.805 8.477.483 7.758.161 7.039 0 6.181 0 5.182c0-1.036.175-1.944.525-2.723.35-.78.847-1.381 1.491-1.806.644-.425 1.4-.637 2.268-.637.504 0 1.024.068 1.561.203a5.43 5.43 0 0 1 1.407.553l-.714 1.4a3.245 3.245 0 0 0-1.001-.469zM2.576 5.476a1.603 1.603 0 0 0-.518 1.246c-.01.28.056.548.196.805s.352.467.637.63c.285.163.637.245 1.057.245.56 0 1.008-.154 1.344-.462.336-.308.504-.737.504-1.288 0-.513-.161-.922-.483-1.225-.322-.303-.758-.455-1.309-.455-.597 0-1.073.168-1.428.504z"/><path d="M15.724 5.98v1.61H14.31V9.9h-1.736V7.59h-4.69V6.204L11.076.1h1.806L9.886 5.98h2.688V3.712h1.736V5.98z"/></g></g></g></symbol><symbol id="nc-row" viewBox="0 0 16 17"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M14.77 0C15.507 0 16 .486 16 1.214v14.572c0 .728-.492 1.214-1.23 1.214H1.23C.493 17 0 16.514 0 15.786V1.214C0 .486.492 0 1.23 0h13.54zm-2 4H3.23C2.493 4 2 4.514 2 5.286v6.428C2 12.486 2.492 13 3.23 13h9.54c.738 0 1.23-.514 1.23-1.286V5.286C14 4.514 13.508 4 12.77 4z" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-column" viewBox="0 0 16 17"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M14.77 0C15.507 0 16 .486 16 1.214v14.572c0 .728-.492 1.214-1.23 1.214H1.23C.493 17 0 16.514 0 15.786V1.214C0 .486.492 0 1.23 0h13.54zM12 13.77V3.23C12 2.493 11.486 2 10.714 2H5.286C4.514 2 4 2.492 4 3.23v10.54c0 .738.514 1.23 1.286 1.23h5.428c.772 0 1.286-.492 1.286-1.23z" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-sound-cloud" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M2.777 5.974c-.279 0-.557.171-.557.343l-.279 4.628.279 3.086c0 .171.278.171.278.171.279 0 .279-.171.279-.171l.278-3.086V6.317c0-.172-.278-.343-.278-.343z"/><path d="M.945 8.209c-.25.008-.494.142-.49.267l-.132 3.382.328 2.24c.005.125.254.116.254.116.25-.009.245-.134.245-.134l.17-2.257-.117-3.373c-.004-.125-.258-.241-.258-.241z"/><path d="M6.57 14.202c.217 0 .434-.171.434-.343l.217-2.914-.217-7.2c0-.171-.217-.342-.433-.342-.217 0-.434.171-.434.342l-.216 7.2.216 2.914c0 .172.217.343.434.343z"/><path d="M4.53 14.202c.2 0 .4-.171.4-.343l.2-2.914-.2-6.342c0-.172-.2-.343-.4-.343s-.4.171-.4.343l-.2 6.342.2 2.914c0 .172.2.343.4.343z"/><path d="M13.084 7.517C13.87 4.35 12.37 1.86 9.502 1.86c-.497 0-.895.171-1.293.343-.2.171-.2.343-.2.514v11.142c0 .172.1.343.2.343h5.571c1.09 0 2.09-1.352 2.09-3.352 0-2-1-3-2.786-3.333z"/></g></g></g></symbol><symbol id="nc-counter" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm4 9H7V4h2v3h3v2z" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-shortcode" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M5 3c.5 0 1-.5 1-1s-.448-1-1-1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1c0-.552-.5-1-1-1h-.875C3.45 13 3 12.508 3 11.77V4.23C3 3.493 3.45 3 4.125 3H5z"/><path d="M11 3c-.5 0-1-.5-1-1s.448-1 1-1h4a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1c0-.552.5-1 1-1h.875C12.55 13 13 12.508 13 11.77V4.23C13 3.493 12.55 3 11.875 3H11z"/></g></g></g></symbol><symbol id="nc-sidebar" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M15 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h14zm-5 10.77V4.23C10 3.493 9.486 3 8.714 3H3.286C2.514 3 2 3.492 2 4.23v7.54c0 .738.514 1.23 1.286 1.23h5.428C9.486 13 10 12.508 10 11.77z" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-dark" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M14.2 9.047a6.381 6.381 0 0 1-1.554.194 5.799 5.799 0 0 1-5.823-5.823c0-.517.065-1.035.194-1.553.065-.194 0-.453-.194-.647s-.388-.258-.647-.194C3.136 1.93 1 4.777 1 7.947a7.097 7.097 0 0 0 7.117 7.118c3.17 0 6.018-2.135 6.859-5.241.064-.194 0-.453-.194-.647a.62.62 0 0 0-.583-.13z" fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-light" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill-rule="nonzero" fill="currentColor" stroke="none" stroke-width="1"><path d="M1.87 2.813l.943-.943 1.415 1.415-.943.943z"/><path d="M11.772 3.285l1.414-1.415.943.943-1.414 1.415z"/><path d="M11.772 12.715l.943-.943 1.415 1.415-.943.943z"/><path d="M1.87 13.187l1.415-1.415.943.943-1.415 1.415z"/><circle cx="8" cy="8" r="4.668"/><path d="M-.002 7.333h2v1.334h-2z"/><path d="M7.333-.002h1.334v2H7.333z"/><path d="M14.001 7.333h2v1.334h-2z"/><path d="M7.333 14.001h1.334v2H7.333z"/></g></g></g></symbol><symbol id="nc-wp-shortcode" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"><path d="M0 8c0 3.2 1.8 5.9 4.5 7.2L.7 4.7C.2 5.7 0 6.8 0 8z"/><path d="M13.4 7.6c0-1-.4-1.7-.7-2.2-.4-.7-.7-1.2-.7-1.9s.6-1.4 1.3-1.4h.1C12 .8 10.1 0 8 0 5.2 0 2.7 1.4 1.3 3.6c.2 0 2.7-.1 2.7-.1.4 0 .5.6.1.7 0 0-.4.1-.9.1L6 12.9l1.8-5.3-1.3-3.4c-.4 0-.8-.1-.8-.1-.4 0-.4-.7.1-.7 0 0 1.3.1 2.1.1s2.1-.1 2.1-.1c.4 0 .5.6.1.7 0 0-.4.1-.9.1l2.9 8.6.8-2.7c.2-1 .5-1.8.5-2.5z"/><path d="M8.1 8.7l-2.4 7c.8.2 1.5.3 2.3.3.9 0 1.8-.2 2.7-.5 0 0 0-.1-.1-.1L8.1 8.7z"/><path d="M15 4.2c0 .3.1.5.1.8 0 .8-.2 1.7-.6 2.9l-2.5 7c2.4-1.4 4-4 4-6.9 0-1.4-.4-2.7-1-3.8z"/></g></g></g></symbol><symbol id="nc-sndcloud-style-1" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><rect x="0" y="4" width="8" height="8" rx="1"/><rect x="10" y="7" width="1" height="5" rx=".5"/><rect x="9" y="9" width="1" height="3" rx=".5"/><rect x="13" y="8" width="1" height="4" rx=".5"/><rect x="11" y="8" width="1" height="4" rx=".5"/><rect x="12" y="6" width="1" height="6" rx=".5"/><rect x="14" y="7" width="1" height="5" rx=".5"/><rect x="15" y="9" width="1" height="3" rx=".5"/></g></g></g></symbol><symbol id="nc-sndcloud-style-2" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M3 2h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm1.5 6a.5.5 0 0 0-.5.5v4a.5.5 0 1 0 1 0v-4a.5.5 0 0 0-.5-.5zm-1 2a.5.5 0 0 0-.5.5v2a.5.5 0 1 0 1 0v-2a.5.5 0 0 0-.5-.5zm5 0a.5.5 0 0 0-.5.5v2a.5.5 0 1 0 1 0v-2a.5.5 0 0 0-.5-.5zm-3-1a.5.5 0 0 0-.5.5v3a.5.5 0 1 0 1 0v-3a.5.5 0 0 0-.5-.5zm1 1a.5.5 0 0 0-.5.5v2a.5.5 0 1 0 1 0v-2a.5.5 0 0 0-.5-.5zm5 0a.5.5 0 0 0-.5.5v2a.5.5 0 1 0 1 0v-2a.5.5 0 0 0-.5-.5zm1-1a.5.5 0 0 0-.5.5v3a.5.5 0 1 0 1 0v-3a.5.5 0 0 0-.5-.5zm-2 4a.5.5 0 0 0 .5-.5v-1a.5.5 0 1 0-1 0v1a.5.5 0 0 0 .5.5zm-1 0a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-1 0v4a.5.5 0 0 0 .5.5zm-2-4a.5.5 0 0 0-.5.5v3a.5.5 0 1 0 1 0v-3a.5.5 0 0 0-.5-.5z" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"/></g></g></symbol><symbol id="nc-circle-outline" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M8 1C4.15 1 1 4.15 1 8s3.15 7 7 7 7-3.15 7-7-3.15-7-7-7zm0 12.25c-2.888 0-5.25-2.363-5.25-5.25 0-2.888 2.362-5.25 5.25-5.25 2.887 0 5.25 2.362 5.25 5.25 0 2.887-2.363 5.25-5.25 5.25z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-diamond-outline" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M7.449 15.337L.497 8.386C.2 8.088.2 7.69.497 7.392L7.45.441c.298-.298.695-.298.993 0l6.951 6.951c.298.298.298.696 0 .994l-6.951 6.951c-.298.298-.695.298-.993 0zM2.8 7.889l5.144 5.144L13.09 7.89 7.945 2.745 2.801 7.889z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-dot" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M8 4C5.8 4 4 5.8 4 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-fade" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><g transform="translate(0 1)" fill-rule="nonzero" stroke="none" stroke-width="1" fill="none"><path fill="#FFF" d="M0 0h6v14H0z"/><path fill="#C6C8CC" opacity=".7" d="M9 0h3v14H9z"/><path d="M15.5 0a.5.5 0 0 1 .5.5v13a.5.5 0 1 1-1 0V.5a.5.5 0 0 1 .5-.5z" fill="#979AA1" opacity=".4"/></g></g></g></symbol><symbol id="nc-line" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd" d="M3 7h10v2H3z"/></g></g></symbol><symbol id="nc-none" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 2c1.3 0 2.5.4 3.5 1.1l-8.4 8.4C2.4 10.5 2 9.3 2 8c0-3.3 2.7-6 6-6zm0 12c-1.3 0-2.5-.4-3.5-1.1l8.4-8.4c.7 1 1.1 2.2 1.1 3.5 0 3.3-2.7 6-6 6z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-right-arrow-filled" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zM7 11.4L5.6 10l2-2-2-2L7 4.6 10.4 8 7 11.4z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-right-arrow-heavy" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M5.204 16L3 13.91 9.236 8 3 2.09 5.204 0l7.339 6.955c.61.578.61 1.512 0 2.09L5.204 16z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-right-arrow-outline" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"><path d="M7 11.4L5.6 10l2-2-2-2L7 4.6 10.4 8z"/><path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 14c-3.3 0-6-2.7-6-6s2.7-6 6-6 6 2.7 6 6-2.7 6-6 6z"/></g></g></g></symbol><symbol id="nc-right-arrow-tail" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M15.787 7.496L10.182 2 9.153 3.008l4.364 4.279H.727A.72.72 0 0 0 0 8a.72.72 0 0 0 .727.713h12.79l-4.364 4.279L10.182 14l5.605-5.496a.703.703 0 0 0 0-1.008z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-right-arrow-thin" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M5.025 16L4 15.009 11.25 8 4 .991 5.025 0l7.762 7.504a.684.684 0 0 1 0 .992L5.025 16z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-slider-horizontal" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M1 1h14a1 1 0 0 1 1 1v1a1 1 0 0 1-2 0H2a1 1 0 1 1-2 0V2a1 1 0 0 1 1-1z"/><path d="M1 15h14a1 1 0 0 0 1-1v-1a1 1 0 0 0-2 0H2a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1z"/><path d="M3.929 7h2.285C6.648 7 7 7.448 7 8s-.352 1-.786 1H3.93v3L0 8l3.929-4v3z" fill-rule="nonzero"/><path d="M12.071 7H9.786C9.352 7 9 7.448 9 8s.352 1 .786 1h2.285v3L16 8l-3.929-4v3z" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-slider-vertical" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g transform="rotate(90 8 8)" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M3 0h10a1 1 0 0 1 1 1v1a1 1 0 0 1-2 0H4a1 1 0 1 1-2 0V1a1 1 0 0 1 1-1z"/><path d="M3 16h10a1 1 0 0 0 1-1v-1a1 1 0 0 0-2 0H4a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1z"/><path d="M3.929 7h2.285C6.648 7 7 7.448 7 8s-.352 1-.786 1H3.93v3L0 8l3.929-4v3z" fill-rule="nonzero"/><path d="M12.071 7H9.786C9.352 7 9 7.448 9 8s.352 1 .786 1h2.285v3L16 8l-3.929-4v3z" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-slider" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><rect x="1" y="6" width="14" height="9" rx="1"/><rect x="3" y="3" width="10" height="2" rx="1"/><rect x="5" y="1" width="6" height="1" rx=".5"/></g></g></g></symbol><symbol id="nc-square-outline" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M14.125 15H1.875C1.35 15 1 14.65 1 14.125V1.875C1 1.35 1.35 1 1.875 1h12.25c.525 0 .875.35.875.875v12.25c0 .525-.35.875-.875.875zM2.75 13.25h10.5V2.75H2.75v10.5z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-align-horizontal" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><rect x="0" y="14" width="16" height="2" rx="1"/><rect x="3" y="6" width="10" height="4" rx="1"/><rect x="0" y="0" width="16" height="2" rx="1"/></g></g></g></symbol><symbol id="nc-align-vertical" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g transform="rotate(90 8 8)" fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><rect x="0" y="14" width="16" height="2" rx="1"/><rect x="3" y="6" width="10" height="4" rx="1"/><rect x="0" y="0" width="16" height="2" rx="1"/></g></g></g></symbol><symbol id="nc-label-inside" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect fill="currentColor" x="3" y="7" width="7" height="2" rx="1"/><rect stroke="currentColor" stroke-width="2" x="1" y="4" width="14" height="8" rx="1"/></g></g></g></symbol><symbol id="nc-label-outside" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect fill="currentColor" x="1" y="2" width="7" height="2" rx="1"/><rect stroke="currentColor" stroke-width="2" x="1" y="6" width="14" height="7" rx="1"/></g></g></g></symbol><symbol id="nc-info" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M8 0C3.584 0 0 3.584 0 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm.8 12H7.2V7.2h1.6V12zm0-6.4H7.2V4h1.6v1.6z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-back" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g transform="rotate(-90 8 8)" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"><path d="M7 4v4h2V4h3L8 0 4 4z"/><path d="M15 0h-3v2h2v9H2V2h2V0H1C.4 0 0 .4 0 1v14c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1z"/></g></g></g></symbol><symbol id="nc-countdown" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M15 2c.6 0 1-.4 1-1s-.4-1-1-1H1C.4 0 0 .4 0 1s.4 1 1 1h1c.1 2.4.8 4.5 2 6-1.2 1.4-2 3.6-2 6H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1h-1c-.1-2.5-.8-4.6-2-6 1.3-1.5 2-3.6 2-6h1zM9.9 7.3l-.9.8 1 .7c1.2.9 2 2.9 2.1 5.2H4c.1-2.3.9-4.3 2.1-5.2l1-.7-1-.8C4.8 6.1 4.1 4.2 4 2h8c-.1 2.2-.8 4.1-2.1 5.3z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-counter-outline" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"><path d="M6.6 6.6c-.8.8-.8 2 0 2.8.8.8 2 .8 2.8 0 .8-.8 5-7.8 5-7.8s-7 4.2-7.8 5z"/><path d="M8 16c4.4 0 8-3.6 8-8 0-.6-.4-1-1-1s-1 .4-1 1c0 3.3-2.7 6-6 6s-6-2.7-6-6 2.7-6 6-6c.6 0 1-.4 1-1s-.4-1-1-1C3.6 0 0 3.6 0 8s3.6 8 8 8z"/></g></g></g></symbol><symbol id="nc-form-left" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M2 9V4h12v5l2 1V1a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9H2z" fill-rule="nonzero"/><rect x="0" y="13" width="8" height="3" rx="1.5"/></g></g></g></symbol><symbol id="nc-full-cube" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g transform="translate(.5)" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"><path d="M7.5 6l7-3L7.792.057c-.219-.076-.438-.076-.584 0L.5 3l7 3z"/><path d="M8 7v9l6.533-2.775c.311-.15.467-.375.467-.675V4L8 7z"/><path d="M7 7L0 4v8.55c0 .3.156.6.467.675L7 16V7z"/></g></g></g></symbol><symbol id="nc-save-section" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M14.682 2.318a4.5 4.5 0 0 0-6.364 0c-.121.121-.214.259-.318.389-.104-.13-.197-.268-.318-.389a4.5 4.5 0 0 0-6.364 6.364L8 15l6.682-6.318a4.5 4.5 0 0 0 0-6.364z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-extensions" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M15 0c.6 0 1 .4 1 1v11c0 .6-.4 1-1 1h-3.6l-2.7 2.7c-.2.2-.4.3-.7.3-.3 0-.5-.1-.7-.3L4.6 13H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h14zM4 4a1 1 0 1 0 0 2h8a1 1 0 0 0 0-2H4zm2 4a1 1 0 1 0 0 2h4a1 1 0 0 0 0-2H6z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-failure" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M14.7 1.3c-.4-.4-1-.4-1.4 0L8 6.6 2.7 1.3c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4L6.6 8l-5.3 5.3c-.4.4-.4 1 0 1.4.2.2.4.3.7.3.3 0 .5-.1.7-.3L8 9.4l5.3 5.3c.2.2.5.3.7.3.2 0 .5-.1.7-.3.4-.4.4-1 0-1.4L9.4 8l5.3-5.3c.4-.4.4-1 0-1.4z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-check-color" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8z" fill="#22AFDA" fill-rule="nonzero"/><path fill="#2B3039" d="M7 11.4L3.6 8 5 6.6l2 2 4-4L12.4 6z"/></g></g></g></symbol><symbol id="nc-success" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M14.3 2.3L5 11.6 1.7 8.3c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l4 4c.2.2.4.3.7.3.3 0 .5-.1.7-.3l10-10c.4-.4.4-1 0-1.4-.4-.4-1-.4-1.4 0z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-brizy-logo-outline" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M1.767 5.424L8.14 9.76l6.093-4.305L7.86 1.21 1.767 5.424z" stroke="currentColor" stroke-width="2"/><path fill="currentColor" d="M0 10.457L2.113 8.84 8.151 13l5.836-4.045L16 10.457l-7.85 5.431z"/></g></g></g></symbol><symbol id="nc-brizy-logo" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g fill="currentColor" stroke="none" stroke-width="1" fill-rule="evenodd"><path d="M0 5.43L7.85 0 16 5.43l-7.85 5.547z"/><path d="M0 10.457L2.113 8.84 8.151 13l5.836-4.045L16 10.457l-7.85 5.431z"/></g></g></g></symbol><symbol id="nc-circle-02" viewBox="0 0 16 16"><g><g class="nc-loop_circle-02-16" transform="rotate(359.71071426823204 8 8)"><path opacity="0.4" fill="currentColor" d="M8,16c-4.4111328,0-8-3.5888672-8-8s3.5888672-8,8-8s8,3.5888672,8,8S12.4111328,16,8,16z M8,2C4.6914062,2,2,4.6914062,2,8s2.6914062,6,6,6s6-2.6914062,6-6S11.3085938,2,8,2z"/><path data-color="color-2" d="M16,8h-2c0-3.3085938-2.6914062-6-6-6V0C12.4111328,0,16,3.5888672,16,8z"/></g><script>!function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!window.requestAnimationFrame){var i=null;window.requestAnimationFrame=function(t,n){var e=(new Date).getTime();i||(i=e);var a=Math.max(0,16-(e-i)),o=window.setTimeout(function(){t(e+a)},a);return i=e+a,o}}t.prototype.init=function(){var t=this;this.animationId=window.requestAnimationFrame(t.triggerAnimation.bind(t))},t.prototype.reset=function(){var t=this;window.cancelAnimationFrame(t.animationId)},t.prototype.triggerAnimation=function(t){var i=this;this.start||(this.start=t);var n=t-this.start;504>n||(this.start=this.start+504),this.element.setAttribute("transform","rotate("+Math.min(n/1.4,360)+" 8 8)");if(document.documentElement.contains(this.element))window.requestAnimationFrame(i.triggerAnimation.bind(i))};var n=document.getElementsByClassName("nc-loop_circle-02-16"),e=[];if(n)for(var a=0;n.length>a;a++)!function(i){e.push(new t(n[i]))}(a);document.addEventListener("visibilitychange",function(){"hidden"==document.visibilityState?e.forEach(function(t){t.reset()}):e.forEach(function(t){t.init()})})}();</script></g></symbol><symbol id="nc-tabs" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="tabs" fill="currentColor"><rect id="Rectangle" x="9" y="2" width="6" height="2" rx="1"/><path d="M2 1h5a1 1 0 0 1 1 1v3h6a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z" id="Rectangle-6"/></g></g></g></g></symbol><symbol id="nc-update" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Update" fill="currentColor" fill-rule="nonzero"><g id="file-upload-86" transform="translate(0 1)"><path id="Shape" transform="matrix(1 0 0 -1 0 9)" d="M7 4v5h2V4h3L8 0 4 4z"/><path d="M15 0h-3v2h2v10H2V2h2V0H1C.4 0 0 .4 0 1v12c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1z" id="Shape"/></g></g></g></g></g></symbol><symbol id="nc-background" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="background-v4" fill="currentColor" fill-rule="nonzero"><path d="M15 0c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h14zM2 2.013v11.188c0 .48.32.799.8.799h11.187C11 11 4 4 2 2.013z" id="Combined-Shape" transform="rotate(180 8 8)"/></g></g></g></g></symbol><symbol id="nc-woo" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><path d="M2 2h11.997C15 2 16 3 16 4v8c0 1-1 1.954-2.003 1.954H9.838l.641 1.57-2.82-1.57H2C1 13.954 0 13 0 12V4c0-1 1-2 2-2zm11.848 3.626a1.708 1.708 0 0 0-.352-.039c-.624 0-1.131.325-1.528.976a3.446 3.446 0 0 0-.507 1.834c0 .5.104.93.312 1.288.234.41.579.656 1.04.754.124.026.241.04.352.04.63 0 1.138-.326 1.528-.977.338-.559.508-1.17.508-1.84.006-.508-.104-.93-.313-1.282a1.498 1.498 0 0 0-1.04-.754zm-.274 3.519c-.188.169-.364.24-.526.208-.156-.033-.287-.17-.384-.423a1.65 1.65 0 0 1-.117-.592c0-.162.013-.325.045-.475.059-.266.17-.526.345-.774.215-.318.442-.448.677-.403.156.033.286.17.383.423.078.202.117.403.117.592 0 .169-.013.332-.045.481-.091.43-.254.748-.495.963zM9.777 5.626a1.708 1.708 0 0 0-.351-.039c-.624 0-1.132.325-1.529.976a3.446 3.446 0 0 0-.507 1.834c0 .5.104.93.312 1.288.235.41.58.656 1.041.754.124.026.24.04.351.04.631 0 1.138-.326 1.529-.977.338-.559.507-1.17.507-1.84 0-.508-.104-.93-.312-1.282a1.512 1.512 0 0 0-1.04-.754zm-.28 3.519c-.188.169-.364.24-.526.208-.156-.033-.287-.17-.384-.423a1.652 1.652 0 0 1-.117-.592c0-.162.013-.325.045-.475.059-.266.17-.526.345-.774.215-.318.442-.448.677-.403.156.033.286.17.383.423.078.202.117.403.117.592.007.169-.013.332-.045.481-.091.43-.254.748-.495.963zM1.321 5.158c-.182.013-.319.078-.41.201a.554.554 0 0 0-.104.436c.384 2.44.742 4.085 1.073 4.937.13.312.28.462.456.449.273-.02.598-.397.982-1.132.201-.416.513-1.04.936-1.873.351 1.229.833 2.152 1.438 2.77.169.176.344.254.513.241a.42.42 0 0 0 .345-.234.772.772 0 0 0 .078-.43c-.039-.591.02-1.417.182-2.477.17-1.093.378-1.88.631-2.348a.565.565 0 0 0 .065-.313.51.51 0 0 0-.201-.37.565.565 0 0 0-.41-.13.5.5 0 0 0-.43.286c-.403.735-.689 1.925-.858 3.577a12.155 12.155 0 0 1-.618-2.224c-.071-.384-.247-.566-.533-.547-.195.013-.358.143-.488.39L2.544 9.08a37.294 37.294 0 0 1-.657-3.454c-.046-.338-.234-.494-.566-.468z" fill="currentColor" fill-rule="nonzero" stroke="none" stroke-width="1"/></g></g></symbol><symbol id="nc-toggle" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="toggle" fill="currentColor"><path d="M2 14V9h12v5l2 1V6a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1H2z" id="Shape" fill-rule="nonzero"/><rect id="Rectangle" x="0" y="0" width="16" height="3" rx="1"/></g></g></g></g></symbol><symbol id="nc-sticky-menu" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="menu" fill="currentColor"><path d="M16 6H0V1.282C0 .836.046.675.134.512A.909.909 0 0 1 .512.134C.675.046.836 0 1.282 0h13.436c.446 0 .607.046.77.134.163.087.291.215.378.378.088.163.134.324.134.77V6zm0 2v6.718c0 .446-.046.607-.134.77a.909.909 0 0 1-.378.378c-.163.088-.324.134-.77.134H1.282c-.446 0-.607-.046-.77-.134a.909.909 0 0 1-.378-.378c-.088-.163-.134-.324-.134-.77V8h2v4.718c0 .446.046.607.134.77.087.163.215.291.378.378.163.088.324.134.77.134h9.436c.446 0 .607-.046.77-.134a.909.909 0 0 0 .378-.378c.088-.163.134-.324.134-.77V8h2z" id="Combined-Shape"/></g></g></g></g></symbol><symbol id="nc-img" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="background-v3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M15 0H1C.4 0 0 .4 0 1v14c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1zM6 4c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1zm-3 8l2-4 2 2 3-4 3 6H3z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-banner" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="banner" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M13 6l2-5H3c0-.6-.4-1-1-1S1 .4 1 1v14c0 .6.4 1 1 1s1-.4 1-1v-4h12l-2-5z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-down" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="down" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path id="Shape-Copy" fill="currentColor" fill-rule="nonzero" d="M13.05 8.975L12 7.925 8.775 11.15V2h-1.5v9.15L4.05 7.925 3 8.975 8.025 14z"/></g></g></g></symbol><symbol id="nc-up" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="up" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path id="Shape" fill="currentColor" fill-rule="nonzero" transform="matrix(1 0 0 -1 0 16)" d="M13.05 8.975L12 7.925 8.775 11.15V2h-1.5v9.15L4.05 7.925 3 8.975 8.025 14z"/></g></g></g></symbol><symbol id="nc-woo-2" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="woo-element" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M2 0h11.997C15 0 16 1 16 2v10c0 1-1 1.954-2.003 1.954H9.838l.641 1.57-2.82-1.57H2C1 13.954 0 13 0 12V2c0-1 1-2 2-2zm11.848 4.626a1.708 1.708 0 0 0-.352-.039c-.624 0-1.131.325-1.528.976a3.446 3.446 0 0 0-.507 1.834c0 .5.104.93.312 1.288.234.41.579.656 1.04.754.124.026.241.04.352.04.63 0 1.138-.326 1.528-.977.338-.559.508-1.17.508-1.84.006-.508-.104-.93-.313-1.282a1.498 1.498 0 0 0-1.04-.754zm-.274 3.519c-.188.169-.364.24-.526.208-.156-.033-.287-.17-.384-.423a1.65 1.65 0 0 1-.117-.592c0-.162.013-.325.045-.475.059-.266.17-.526.345-.774.215-.318.442-.448.677-.403.156.033.286.17.383.423.078.202.117.403.117.592 0 .169-.013.332-.045.481-.091.43-.254.748-.495.963zM9.777 4.626a1.708 1.708 0 0 0-.351-.039c-.624 0-1.132.325-1.529.976a3.446 3.446 0 0 0-.507 1.834c0 .5.104.93.312 1.288.235.41.58.656 1.041.754.124.026.24.04.351.04.631 0 1.138-.326 1.529-.977.338-.559.507-1.17.507-1.84 0-.508-.104-.93-.312-1.282a1.512 1.512 0 0 0-1.04-.754zm-.28 3.519c-.188.169-.364.24-.526.208-.156-.033-.287-.17-.384-.423a1.652 1.652 0 0 1-.117-.592c0-.162.013-.325.045-.475.059-.266.17-.526.345-.774.215-.318.442-.448.677-.403.156.033.286.17.383.423.078.202.117.403.117.592.007.169-.013.332-.045.481-.091.43-.254.748-.495.963zM1.321 4.158c-.182.013-.319.078-.41.201a.554.554 0 0 0-.104.436c.384 2.44.742 4.085 1.073 4.937.13.312.28.462.456.449.273-.02.598-.397.982-1.132.201-.416.513-1.04.936-1.873.351 1.229.833 2.152 1.438 2.77.169.176.344.254.513.241a.42.42 0 0 0 .345-.234.772.772 0 0 0 .078-.43c-.039-.591.02-1.417.182-2.478.17-1.092.378-1.88.631-2.347a.565.565 0 0 0 .065-.313.51.51 0 0 0-.201-.37.565.565 0 0 0-.41-.13.5.5 0 0 0-.43.286c-.403.735-.689 1.925-.858 3.577a12.155 12.155 0 0 1-.618-2.224c-.071-.384-.247-.566-.533-.547-.195.013-.358.143-.488.39L2.544 8.08a37.294 37.294 0 0 1-.657-3.454c-.046-.338-.234-.494-.566-.468z" id="Combined-Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-block-switch" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="block-switch" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M15.716 7.503l-3.428-6A.996.996 0 0 0 11.42 1H4.58a.999.999 0 0 0-.869.504l-3.429 6a.998.998 0 0 0 0 .992l3.43 6a.999.999 0 0 0 .867.503h6.84c.358 0 .69-.192.867-.504l3.43-6a.998.998 0 0 0 0-.991zM8.002 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6z" id="Shape" fill="currentColor" fill-rule="nonzero" transform="rotate(90 8 8)"/></g></g></g></symbol><symbol id="nc-extensions-2" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="apps" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M10.8 0a1.4 1.4 0 0 0-1.4 1.4v3.69H6.6V1.4a1.4 1.4 0 1 0-2.8 0v3.69H2a1 1 0 0 0-1 1v3.092C1 12.947 4.134 16 8 16s7-3.053 7-6.818V6.09a1 1 0 0 0-1-1h-1.8V1.4A1.4 1.4 0 0 0 10.8 0z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-global" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm5.9 7H12c-.1-1.5-.4-2.9-.8-4.1 1.4.9 2.4 2.4 2.7 4.1zM8 14c-.6 0-1.8-1.9-2-5h4c-.2 3.1-1.4 5-2 5zM6 7c.2-3.1 1.3-5 2-5s1.8 1.9 2 5H6zM4.9 2.9C4.4 4.1 4.1 5.5 4 7H2.1c.3-1.7 1.3-3.2 2.8-4.1zM2.1 9H4c.1 1.5.4 2.9.8 4.1-1.4-.9-2.4-2.4-2.7-4.1zm9 4.1c.5-1.2.7-2.6.8-4.1h1.9c-.2 1.7-1.2 3.2-2.7 4.1z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-arrow-left" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="arrow-left" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path id="Shape" fill="currentColor" fill-rule="nonzero" transform="matrix(-1 0 0 1 16 0)" d="M9.3 1.31l-1.4 1.4 4.3 4.3H0v2h12.2l-4.3 4.3 1.4 1.4 6.7-6.7z"/></g></g></g></symbol><symbol id="nc-blur" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="blur" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M2.947 8.842a.845.845 0 0 0-.842.842c0 .463.38.842.842.842a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842zm0 3.369a.845.845 0 0 0-.842.842c0 .463.38.842.842.842a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842zm0-6.737a.845.845 0 0 0-.842.842c0 .463.38.842.842.842a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842zm-2.526.42A.422.422 0 0 0 0 6.317c0 .231.19.42.421.42.232 0 .421-.189.421-.42a.422.422 0 0 0-.42-.421zm2.526-3.789a.845.845 0 0 0-.842.842c0 .464.38.842.842.842a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842zM15.58 6.737c.232 0 .421-.19.421-.421a.422.422 0 0 0-.421-.421.422.422 0 0 0-.421.42c0 .232.19.422.42.422zM9.684 3.789a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842.845.845 0 0 0-.842.842c0 .464.38.842.842.842zm0-2.947c.232 0 .421-.19.421-.42A.422.422 0 0 0 9.685 0a.422.422 0 0 0-.422.421c0 .232.19.421.421.421zM.421 9.263A.422.422 0 0 0 0 9.684c0 .232.19.421.421.421.232 0 .421-.19.421-.42a.422.422 0 0 0-.42-.422zm5.895 5.895a.422.422 0 0 0-.421.42c0 .233.19.422.42.422.232 0 .422-.19.422-.421a.422.422 0 0 0-.421-.421zm0-14.316c.231 0 .42-.19.42-.42A.422.422 0 0 0 6.317 0a.422.422 0 0 0-.421.421c0 .232.19.421.42.421zm0 2.947a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842.845.845 0 0 0-.842.842c0 .464.379.842.842.842zm0 4.632c-.7 0-1.263.564-1.263 1.263 0 .7.564 1.263 1.263 1.263s1.263-.564 1.263-1.263-.564-1.263-1.263-1.263zm6.737.421a.845.845 0 0 0-.842.842c0 .463.378.842.842.842a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842zm0 3.369a.845.845 0 0 0-.842.842c0 .463.378.842.842.842a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842zm0-6.737a.845.845 0 0 0-.842.842c0 .463.378.842.842.842a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842zm0-3.369a.845.845 0 0 0-.842.842c0 .464.378.842.842.842a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842zm2.526 7.158a.422.422 0 0 0-.421.421c0 .232.19.421.42.421.233 0 .422-.19.422-.42a.422.422 0 0 0-.421-.422zm-5.895 2.948a.845.845 0 0 0-.842.842c0 .463.38.842.842.842a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842zm0 2.947a.422.422 0 0 0-.42.42c0 .233.189.422.42.422.232 0 .421-.19.421-.421a.422.422 0 0 0-.42-.421zM6.316 5.053c-.7 0-1.263.564-1.263 1.263s.564 1.263 1.263 1.263 1.263-.564 1.263-1.263c0-.7-.564-1.263-1.263-1.263zm0 7.158a.845.845 0 0 0-.842.842c0 .463.379.842.842.842a.845.845 0 0 0 .842-.842.845.845 0 0 0-.842-.842zm3.368-3.79c-.699 0-1.263.564-1.263 1.263 0 .7.564 1.263 1.263 1.263.7 0 1.263-.564 1.263-1.263s-.564-1.263-1.263-1.263zm0-3.368c-.699 0-1.263.564-1.263 1.263s.564 1.263 1.263 1.263c.7 0 1.263-.564 1.263-1.263 0-.7-.564-1.263-1.263-1.263z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-dynamic" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="dynamic" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M8 1c-3.35 0-7 .64-7 2 0 1.36 3.65 2 7 2s7-.64 7-2c0-1.36-3.65-2-7-2z" id="Shape" fill="currentColor" fill-rule="nonzero"/><path d="M8 6.574C5.3 6.574 2.45 6.13 1 5v2.541C1 9.213 4.65 10 8 10s7-.787 7-2.459V5c-1.45 1.131-4.3 1.574-7 1.574z" id="Shape" fill="currentColor" fill-rule="nonzero"/><path d="M8 11.574c-2.7 0-5.55-.443-7-1.574v2.541C1 14.213 4.65 15 8 15s7-.787 7-2.459V10c-1.45 1.131-4.3 1.574-7 1.574z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-bug" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="bug" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M16 4V3h-2v1c0 .6-.4 1-1 1h-1c-.3-.4-.6-.7-1-1V3c0-1.7-1.3-3-3-3S5 1.3 5 3v1c-.4.3-.7.6-1 1H3c-.6 0-1-.4-1-1V3H0v1c0 1.7 1.3 3 3 3h.1c-.1.3-.1.7-.1 1H0v2h3v1c-1.7 0-3 1.3-3 3v1h2v-1c0-.6.4-1 1-1h.4c.8 1.8 2.6 3 4.6 3 2 0 3.8-1.2 4.6-3h.4c.6 0 1 .4 1 1v1h2v-1c0-1.7-1.3-3-3-3v-1h3V8h-3c0-.3 0-.7-.1-1h.1c1.7 0 3-1.3 3-3z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-page" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="page" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path id="Shape" fill="currentColor" fill-rule="nonzero" d="M11 16v-4h4z"/><path d="M9 10h6V1c0-.6-.4-1-1-1H2c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h7v-6z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-blocks" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="slider" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect id="Rectangle-3" fill="currentColor" x="1" y="6" width="14" height="9" rx="1"/><rect id="Rectangle-3" fill="currentColor" x="3" y="3" width="10" height="2" rx="1"/><rect id="Rectangle-3" fill="currentColor" x="5" y="1" width="6" height="1" rx=".5"/></g></g></g></symbol><symbol id="nc-pages" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="pages" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M10 4H2c-.6 0-1 .4-1 1v10c0 .6.4 1 1 1h8c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1z" id="Shape" fill="currentColor" fill-rule="nonzero"/><path d="M14 0H4v2h9v11h2V1c0-.6-.4-1-1-1z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-popup" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="popup" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M8 13H2V5h12v3h2V2a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h7v-2z" id="Shape" fill="currentColor" fill-rule="nonzero"/><rect id="Rectangle" fill="currentColor" fill-rule="nonzero" x="12" y="11" width="4" height="4" rx="1"/></g></g></g></symbol><symbol id="nc-gallery" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="gallery" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M6 9H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1z" id="Shape" fill="currentColor" fill-rule="nonzero"/><path d="M6 16H1a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1z" id="Shape" fill="currentColor" fill-rule="nonzero"/><path d="M15 6h-5a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1z" id="Shape" fill="currentColor" fill-rule="nonzero"/><path d="M15 16h-5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-dynamic-img" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="dynamic-img" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M14 7.707v6.416c0 .509-.491.848-1 .848H.848c-.509 0-.848-.34-.848-.848V2c0-.509.491-1 1-1h7.856A4.486 4.486 0 0 0 14 7.707zM5.142 4.663c-.508 0-.847.339-.847.847 0 .509.339.848.847.848.509 0 .848-.34.848-.848s-.34-.847-.848-.847zm-2.656 6.894h8.363l-2.509-5.2-2.508 3.467L4.159 8.09l-1.673 3.466zM12.625 6.75a3.375 3.375 0 1 1 0-6.75 3.375 3.375 0 0 1 0 6.75zm.08-4.878c-.727 0-1.518.143-1.518.446 0 .304.791.447 1.518.447.726 0 1.518-.143 1.518-.447 0-.303-.792-.446-1.518-.446zm0 1.23c-.586 0-1.204-.095-1.518-.337v.544c0 .359.791.527 1.518.527.726 0 1.518-.168 1.518-.527v-.544c-.314.242-.933.337-1.518.337zm0 1.072c-.586 0-1.204-.095-1.518-.338v.545c0 .358.791.527 1.518.527.726 0 1.518-.169 1.518-.527v-.545c-.314.243-.933.338-1.518.338z" id="Image-dinamic" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-dynamic-text" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="dynamic-text" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M14 7.598V14c0 .5-.5 1-1 1H1c-.5 0-1-.5-1-1V2c0-.5.5-1 1-1h7.956a4.397 4.397 0 0 0-.644 3.062H2.93v2.184h.548l.397-.79a.549.549 0 0 1 .49-.302h1.855v6.16a.546.546 0 0 1-.375.518l-1.27.422v.546H8.963v-.546l-1.27-.422a.546.546 0 0 1-.375-.518v-6.16h1.311A4.418 4.418 0 0 0 14 7.598zm-1.323-.952a3.323 3.323 0 1 1 0-6.646 3.323 3.323 0 0 1 0 6.646zm.079-4.803c-.716 0-1.495.14-1.495.44 0 .299.78.44 1.495.44.715 0 1.494-.141 1.494-.44 0-.3-.779-.44-1.494-.44zm0 1.211c-.577 0-1.185-.093-1.495-.332v.536c0 .353.78.52 1.495.52.715 0 1.494-.167 1.494-.52v-.536c-.31.239-.918.332-1.494.332zm0 1.055c-.577 0-1.185-.093-1.495-.332v.537c0 .352.78.518 1.495.518.715 0 1.494-.166 1.494-.518v-.537c-.31.239-.918.332-1.494.332z" id="Text-dinamic" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-brightness" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="brightness" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M1.87 2.813l.943-.943 1.415 1.415-.943.943z"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M11.772 3.285l1.414-1.415.943.943-1.414 1.415z"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M11.772 12.715l.943-.943 1.415 1.415-.943.943z"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M1.87 13.187l1.415-1.415.943.943-1.415 1.415z"/><circle id="Oval" fill="currentColor" fill-rule="nonzero" cx="8" cy="8" r="4.668"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M-.002 7.333h2v1.334h-2z"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M7.333-.002h1.334v2H7.333z"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M14.001 7.333h2v1.334h-2z"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M7.333 14.001h1.334v2H7.333z"/></g></g></g></symbol><symbol id="nc-carousel" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="carousel" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M1 14h-12a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1H1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1z" id="Combined-Shape" fill="currentColor" fill-rule="nonzero"/><path d="M27 14H15a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1z" id="Combined-Shape" fill="currentColor" fill-rule="nonzero"/><path d="M11 15H5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1z" id="Combined-Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-contrast" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="contrast" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M13.23 2.654C11.816 1.238 9.97.5 8 .5c-1.97 0-3.815.738-5.23 2.154a7.391 7.391 0 0 0 0 10.461C4.184 14.531 6.03 15.27 8 15.27c1.97 0 3.815-.738 5.23-2.154a7.391 7.391 0 0 0 0-10.461zm-9.6.861C4.8 2.346 6.339 1.731 8 1.731a6.02 6.02 0 0 1 3.877 1.415l-8.615 8.616c-2.031-2.4-1.847-5.97.369-8.247z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-flip-horizontal" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="flip-horizontal" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M7 0h2v16H7z"/><path id="Shape" fill="currentColor" fill-rule="nonzero" d="M5 4v8H0z"/><path id="Shape" fill="currentColor" fill-rule="nonzero" d="M11 4v8h5z"/></g></g></g></symbol><symbol id="nc-flip-vertical" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="flip-vertical" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M0 7h16v2H0z"/><path id="Shape" fill="currentColor" fill-rule="nonzero" d="M12 5H4V0z"/><path id="Shape" fill="currentColor" fill-rule="nonzero" d="M12 11H4v5z"/></g></g></g></symbol><symbol id="nc-hue" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="hue" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><circle id="Oval-2" fill="currentColor" fill-rule="nonzero" opacity=".55" cx="5" cy="11" r="5"/><circle id="Oval-2-Copy" fill="currentColor" fill-rule="nonzero" opacity=".75" cx="11" cy="11" r="5"/><circle id="Oval-2" fill="currentColor" fill-rule="nonzero" opacity=".9" cx="8" cy="5" r="5"/></g></g></g></symbol><symbol id="nc-menu-3" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="menu" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M15 7H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z" id="Shape" fill="currentColor" fill-rule="nonzero"/><path d="M15 2H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z" id="Shape" fill="currentColor" fill-rule="nonzero"/><path d="M15 12H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-reset" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="reset" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M12 9c0 2.206-1.794 4-4 4s-4-1.794-4-4 1.794-4 4-4v3l5-4-5-4v3C4.691 3 2 5.691 2 9s2.691 6 6 6 6-2.691 6-6h-2z" id="Shape" fill="currentColor" fill-rule="nonzero" transform="matrix(-1 0 0 1 16 0)"/></g></g></g></symbol><symbol id="nc-saturation" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="saturation" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M12.599 4.744L8 0 3.401 4.744c-2.535 2.496-2.535 6.888 0 9.384A6.536 6.536 0 0 0 8 16a6.536 6.536 0 0 0 4.599-1.872c2.535-2.496 2.535-6.888 0-9.384zM8 14.408c-1.3 0-2.527-.496-3.445-1.408a4.72 4.72 0 0 1-1.43-3.392c0-1.28.504-2.824 1.43-3.728L8 2.48v11.928z" id="Shape" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-close-popup" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="close-popup" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="square"><path d="M1.5 1.5l13.038 13.038" id="Line-2" stroke="currentColor" fill-rule="nonzero"/><path d="M1.5 1.5l13.038 13.038" id="Line-2" stroke="currentColor" fill-rule="nonzero" transform="matrix(-1 0 0 1 16 0)"/></g></g></g></symbol><symbol id="nc-width" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="width" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path id="Shape" fill="currentColor" fill-rule="nonzero" transform="rotate(90 11 8)" d="M11 6l4 4H7z"/><path id="Shape" fill="currentColor" fill-rule="nonzero" transform="rotate(90 5 8)" d="M5 10L1 6h8z"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" transform="rotate(90 15 8)" d="M8 7h14v2H8z"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" transform="rotate(90 1 8)" d="M-6 7H8v2H-6z"/></g></g></g></symbol><symbol id="nc-height" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="height" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path id="Shape" fill="currentColor" fill-rule="nonzero" d="M8 3l4 4H4z"/><path id="Shape" fill="currentColor" fill-rule="nonzero" d="M8 13L4 9h8z"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M0 0h16v2H0z"/><path id="Rectangle-path" fill="currentColor" fill-rule="nonzero" d="M0 14h16v2H0z"/></g></g></g></symbol><symbol id="nc-repeat" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="repeat" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Group" transform="translate(0 1)" fill="currentColor" fill-rule="nonzero"><path id="Path" transform="rotate(90 6.5 9)" d="M9.5 11.5h-5v-2l-3 3 3 3v-2h7v-11h-3v2h1z"/><path id="Path" transform="rotate(-90 9.5 5)" d="M12.5 7.5h-5v-2l-3 3 3 3v-2h7v-11h-3v2h1z"/></g></g></g></g></symbol><symbol id="nc-send-to-back" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="send-to-back" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M1 0h9a1 1 0 0 1 1 1v3H5a1 1 0 0 0-1 1v6H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1z" id="Rectangle-12" fill="currentColor" fill-rule="nonzero"/><path d="M7.667 6v1.667h6.666v6.666H7.667V6H7a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H7.667z" id="Path-2" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-bring-to-top" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g id="bring-top" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect id="Rectangle-12" fill="currentColor" fill-rule="nonzero" x="0" y="0" width="12" height="12" rx="1"/><path d="M13.5 6v1.667h.833v5.666a1 1 0 0 1-1 1H7.667V13.5H6V15a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-1.5z" id="Path-2" fill="currentColor" fill-rule="nonzero"/></g></g></g></symbol><symbol id="nc-check-light" viewBox="0 0 16 16"><g><g class="nc-icon-wrapper" fill="currentColor"><g classname="nc-icon-wrapper" fill="currentColor"><path fill="none" stroke="currentColor" strokelinecap="round" strokelinejoin="round" strokemiterlimit="10" d="M13.423 6.999A6.5 6.5 0 1 1 10 2.232" datacap="butt"/><path fill="none" stroke="currentColor" strokelinecap="round" strokelinejoin="round" strokemiterlimit="10" datacap="butt" datacolor="color-2" d="M4 6.5l3 3 8-8"/></g></g></g></symbol><symbol id="nc-pen" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M8.1,3.5 L12.5,7.9 L4.7,15.7 C4.5,15.9 4.3,16 4,16 L1,16 C0.4,16 0,15.6 0,15 L0,12 C0,11.7 0.1,11.5 0.3,11.3 L8.1,3.5 Z M15.7,3.3 C16.1,3.7 16.1,4.3 15.7,4.7 L13.9,6.5 L9.5,2.1 L11.3,0.3 C11.7,-0.1 12.3,-0.1 12.7,0.3 L15.7,3.3 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-media-image" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M5.2,2 C6.04,2 6.6,2.6 6.6,3.5 C6.6,4.4 6.04,5 5.2,5 C4.36,5 3.8,4.4 3.8,3.5 C3.8,2.6 4.36,2 5.2,2 Z M1,14 L3.8,8 L6.6,11 L10.8,5 L15,14 L1,14 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-media-video" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M11,6.5 C11,6.01538462 10.65,5.69230769 10.125,5.69230769 L8,5.69230769 L8,2.80769231 C8,2.32307692 7.65,2 7.125,2 L3,2 L3,3.84615385 L6,3.84615385 L6,5.69230769 L1.875,5.69230769 C1.35,5.69230769 1,6.01538462 1,6.5 L1,13.1923077 C1,13.6769231 1.35,14 1.875,14 L10.125,14 C10.65,14 11,13.6769231 11,13.1923077 L11,11.5769231 L15,13.1923077 L15,6.5 L11,8.11538462 L11,6.5 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-media-map" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M7,12 C7.55228475,12.5522847 8.44771525,12.5522847 9,12 L9,14 C9,14.5522847 8.55228475,15 8,15 C7.44771525,15 7,14.5522847 7,14 L7,12 Z M8,11 C5.51471863,11 3.5,8.98528137 3.5,6.5 C3.5,4.01471863 5.51471863,2 8,2 C10.4852814,2 12.5,4.01471863 12.5,6.5 C12.5,8.98528137 10.4852814,11 8,11 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-email" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.92"><path d="M3.6058448,9.66149939 L3.6058448,14.594495 C3.6058448,15.2992086 4.40786873,15.6012288 4.90913369,15.0978619 L7.2149525,12.3796806 L11.9268431,15.9032489 C12.3278551,16.2052691 12.929373,16.0039223 13.029626,15.5005554 L16.0372158,0.902915364 C16.1374688,0.298875086 15.6362038,-0.103818432 15.0346858,0.0975283271 L0.498002054,5.93658434 C-0.00326290396,6.1379311 -0.103515896,6.84264476 0.297496071,7.24533828 L1.90154394,8.45341883 L6.51318156,6.23860448 C6.91419352,6.03725772 7.2149525,6.54062462 6.91419352,6.74197138 L3.6058448,9.66149939 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-captcha" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.92"><path d="M15.094,7.211 L14.555,1 L12.625,2.93 C11.353,1.812 9.71,1.18 8,1.18 C4.14,1.18 1,4.32 1,8.18 C1,12.04 4.14,15.18 8,15.18 C10.491,15.18 12.814,13.839 14.063,11.681 L12.332,10.68 C11.439,12.222 9.779,13.18 8,13.18 C5.243,13.18 3,10.937 3,8.18 C3,5.423 5.243,3.18 8,3.18 C9.179,3.18 10.311,3.603 11.205,4.35 L8.883,6.672 L15.094,7.211 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-uncheck-alt" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.92"><path d="M2,1 L14,1 C14.5522847,1 15,1.44771525 15,2 L15,14 C15,14.5522847 14.5522847,15 14,15 L2,15 C1.44771525,15 1,14.5522847 1,14 L1,2 C1,1.44771525 1.44771525,1 2,1 Z M3,3 L3,13 L13,13 L13,3 L3,3 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-check-alt" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.92"><path d="M14.3,1.3 C14.7,0.9 15.3,0.9 15.7,1.3 C16.1,1.7 16.1,2.3 15.7,2.7 L8.7,9.7 C8.5,9.9 8.3,10 8,10 C7.7,10 7.5,9.9 7.3,9.7 L5.3,7.7 C4.9,7.3 4.9,6.7 5.3,6.3 C5.7,5.9 6.3,5.9 6.7,6.3 L8,7.6 L14.3,1.3 Z M2,15 C1.4,15 1,14.6 1,14 L1,2 C1,1.4 1.4,1 2,1 L8,1 C8.6,1 9,1.4 9,2 C9,2.6 8.6,3 8,3 L3,3 L3,13 L13,13 L13,9 C13,8.4 13.4,8 14,8 C14.6,8 15,8.4 15,9 L15,14 C15,14.6 14.6,15 14,15 L2,15 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-shift-key" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-opacity="0.92"><path d="M5,15 L11,15 L11,8 L13.7745265,8 L7.99987793,1.50500692 L2.22522934,8 L5,8 L5,15 Z" id="Path" stroke="currentColor" stroke-width="2"></path></g></symbol><symbol id="nc-reverse-columns-bottom" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.92"><path d="M6,16 L1,16 C0.448,16 0,15.552 0,15 L0,10 C0,9.448 0.448,9 1,9 L6,9 C6.552,9 7,9.448 7,10 L7,15 C7,15.552 6.552,16 6,16 Z M6,7 L1,7 C0.448,7 0,6.552 0,6 L0,1 C0,0.448 0.448,0 1,0 L6,0 C6.552,0 7,0.448 7,1 L7,6 C7,6.552 6.552,7 6,7 Z M2,5 L5,5 L5,2 L2,2 L2,5 Z M13,11 L16,11 L12,16 L8,11 L11,11 L11,1 C11,0.448 11.448,0 12,0 C12.552,0 13,0.448 13,1 L13,11 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-reverse-columns-left" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.92"><path d="M6,16 L1,16 C0.448,16 0,15.552 0,15 L0,10 C0,9.448 0.448,9 1,9 L6,9 C6.552,9 7,9.448 7,10 L7,15 C7,15.552 6.552,16 6,16 Z M6,7 L1,7 C0.448,7 0,6.552 0,6 L0,1 C0,0.448 0.448,0 1,0 L6,0 C6.552,0 7,0.448 7,1 L7,6 C7,6.552 6.552,7 6,7 Z M2,5 L5,5 L5,2 L2,2 L2,5 Z M13,11 L16,11 L12,16 L8,11 L11,11 L11,1 C11,0.448 11.448,0 12,0 C12.552,0 13,0.448 13,1 L13,11 Z" fill="currentColor" fill-rule="nonzero" transform="translate(8.000000, 8.000000) scale(-1, 1) rotate(90.000000) translate(-8.000000, -8.000000) "></path></g></symbol><symbol id="nc-reverse-columns-right" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.92"><path d="M6,16 L1,16 C0.448,16 0,15.552 0,15 L0,10 C0,9.448 0.448,9 1,9 L6,9 C6.552,9 7,9.448 7,10 L7,15 C7,15.552 6.552,16 6,16 Z M6,7 L1,7 C0.448,7 0,6.552 0,6 L0,1 C0,0.448 0.448,0 1,0 L6,0 C6.552,0 7,0.448 7,1 L7,6 C7,6.552 6.552,7 6,7 Z M2,5 L5,5 L5,2 L2,2 L2,5 Z M13,11 L16,11 L12,16 L8,11 L11,11 L11,1 C11,0.448 11.448,0 12,0 C12.552,0 13,0.448 13,1 L13,11 Z" fill="currentColor" fill-rule="nonzero" transform="translate(8.000000, 8.000000) rotate(90.000000) translate(-8.000000, -8.000000) "></path></g></symbol><symbol id="nc-reverse-columns-top" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.92"><path d="M6,16 L1,16 C0.448,16 0,15.552 0,15 L0,10 C0,9.448 0.448,9 1,9 L6,9 C6.552,9 7,9.448 7,10 L7,15 C7,15.552 6.552,16 6,16 Z M6,7 L1,7 C0.448,7 0,6.552 0,6 L0,1 C0,0.448 0.448,0 1,0 L6,0 C6.552,0 7,0.448 7,1 L7,6 C7,6.552 6.552,7 6,7 Z M2,5 L5,5 L5,2 L2,2 L2,5 Z M13,11 L16,11 L12,16 L8,11 L11,11 L11,1 C11,0.448 11.448,0 12,0 C12.552,0 13,0.448 13,1 L13,11 Z" fill="currentColor" fill-rule="nonzero" transform="translate(8.000000, 8.000000) scale(1, -1) translate(-8.000000, -8.000000) "></path></g></symbol><symbol id="nc-minus" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-1014.000000, -625.000000)" fill="currentColor" fill-rule="nonzero"><g transform="translate(503.000000, 533.000000)"><path d="M519,92 C514.6,92 511,95.6 511,100 C511,104.4 514.6,108 519,108 C523.4,108 527,104.4 527,100 C527,95.6 523.4,92 519,92 Z M523,101 L515,101 L515,99 L523,99 L523,101 Z"></path></g></g></g></symbol><symbol id="nc-facebook" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M-8.8817842e-16,1 L-1.33226763e-15,15 C-2.24568705e-15,15.5522847 0.44771525,16 1,16 L8,16 L8,11 L6,11 L6,8 L8,8 L8,6 C8,3.9 9.2,3 11,3 C11.9,3 12.8,3 13,3 L13,6 L12,6 C11.4,6 11,6.4 11,7 L11,8 L13.6,8 L13,11 L11,11 L11,16 L15,16 C15.5522847,16 16,15.5522847 16,15 L16,1 C16,0.44771525 15.5522847,-1.01453063e-16 15,0 L1,0 C0.44771525,1.01453063e-16 -9.55813795e-16,0.44771525 -8.8817842e-16,1 Z" fill="currentColor"></path></g></symbol><symbol id="nc-footer" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M16,6 L12.7180574,6 L3.2819426,6 L0,6 L3.45280103e-17,1.2819426 C-2.00617683e-17,0.83618323 0.0464128056,0.674540111 0.133566352,0.511577148 C0.220719898,0.348614185 0.348614185,0.220719898 0.511577148,0.133566352 C0.674540111,0.0464128056 0.83618323,3.00926524e-17 1.2819426,-5.17920154e-17 L14.7180574,5.17920154e-17 C15.1638168,-3.00926524e-17 15.3254599,0.0464128056 15.4884229,0.133566352 C15.6513858,0.220719898 15.7792801,0.348614185 15.8664336,0.511577148 C15.9535872,0.674540111 16,0.83618323 16,1.2819426 L16,6 Z M16,8 L16,14.7180574 C16,15.1638168 15.9535872,15.3254599 15.8664336,15.4884229 C15.7792801,15.6513858 15.6513858,15.7792801 15.4884229,15.8664336 C15.3254599,15.9535872 15.1638168,16 14.7180574,16 L1.2819426,16 C0.83618323,16 0.674540111,15.9535872 0.511577148,15.8664336 C0.348614185,15.7792801 0.220719898,15.6513858 0.133566352,15.4884229 C0.0464128056,15.3254599 2.00617683e-17,15.1638168 -3.45280103e-17,14.7180574 L0,8 L2,8 L2,12.7180574 C2,13.1638168 2.04641281,13.3254599 2.13356635,13.4884229 C2.2207199,13.6513858 2.34861419,13.7792801 2.51157715,13.8664336 C2.67454011,13.9535872 2.83618323,14 3.2819426,14 L12.7180574,14 C13.1638168,14 13.3254599,13.9535872 13.4884229,13.8664336 C13.6513858,13.7792801 13.7792801,13.6513858 13.8664336,13.4884229 C13.9535872,13.3254599 14,13.1638168 14,12.7180574 L14,8 L16,8 Z" fill="currentColor" fill-rule="nonzero" transform="translate(8.000000, 8.000000) scale(1, -1) translate(-8.000000, -8.000000)"></path></g></symbol><symbol id="nc-dividers-bottom" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M2,11.3428571 L14,8.25714286 L14,3 C14,2.44771525 13.5522847,2 13,2 L3,2 C2.44771525,2 2,2.44771525 2,3 L2,11.3428571 Z M15,16 L1,16 C0.448,16 0,15.4891429 0,14.8571429 L0,1.14285714 C0,0.512 0.448,0 1,0 L15,0 C15.552,0 16,0.512 16,1.14285714 L16,14.8571429 C16,15.4891429 15.552,16 15,16 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-dividers-top" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M2,7.74285714 L2,13 C2,13.5522847 2.44771525,14 3,14 L13,14 C13.5522847,14 14,13.5522847 14,13 L14,4.65714286 L2,7.74285714 Z M15,16 L1,16 C0.448,16 0,15.4891429 0,14.8571429 L0,1.14285714 C0,0.512 0.448,0 1,0 L15,0 C15.552,0 16,0.512 16,1.14285714 L16,14.8571429 C16,15.4891429 15.552,16 15,16 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-plus2" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Keyboard-Shortcuts-PC" transform="translate(-1014.000000, -667.000000)" fill="currentColor" fill-rule="nonzero"><g id="Text-Shortcuts" transform="translate(503.000000, 533.000000)"><path d="M519,134 C514.6,134 511,137.6 511,142 C511,146.4 514.6,150 519,150 C523.4,150 527,146.4 527,142 C527,137.6 523.4,134 519,134 Z M523,143 L520,143 L520,146 L518,146 L518,143 L515,143 L515,141 L518,141 L518,138 L520,138 L520,141 L523,141 L523,143 Z"></path></g></g></g></symbol><symbol id="nc-arrow" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-630.000000, -723.000000)" fill="currentColor" fill-rule="nonzero"><g transform="translate(463.000000, 505.000000)"><g transform="translate(167.000000, 218.000000)"><path d="M8,16 C12.4,16 16,12.4 16,8 C16,3.6 12.4,0 8,0 C3.6,0 0,3.6 0,8 C0,12.4 3.6,16 8,16 Z M8,4 L8,7 L12,7 L12,9 L8,9 L8,12 L4,8 L8,4 Z"></path></g></g></g></g></symbol><symbol id="nc-shadow" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"><path d="M8,0 C3.6,0 0,3.6 0,8 C0,12.4 3.6,16 8,16 C12.4,16 16,12.4 16,8 C16,3.6 12.4,0 8,0 Z M2,8 C2,4.7 4.7,2 8,2 L8,14 C4.7,14 2,11.3 2,8 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-combined-shape" viewBox="0 0 10 10" version="1.1"><g stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"><g transform="translate(-1345.000000, -298.000000)" fill="currentColor" fill-rule="nonzero"><g transform="translate(1079.000000, 82.000000)"><path d="M266.625557,226.012403 C266.372612,226.012349 266.144598,225.859955 266.047808,225.626261 C265.951017,225.392568 266.004505,225.123582 266.183337,224.944696 L269.310775,221.817258 C269.556203,221.580216 269.946323,221.583606 270.187595,221.824877 C270.428867,222.066149 270.432257,222.456269 270.195214,222.701698 L267.067776,225.829135 C266.950502,225.946445 266.791433,226.012368 266.625557,226.012403 Z M266.60429,222.754864 L266.363477,222.193176 C266.327199,222.100604 265.699835,220.423046 266.808824,219.315308 L269.329539,216.794593 C270.441031,215.684978 272.115461,216.311716 272.186141,216.339238 L272.769721,216.589433 L271.817729,217.54205 L271.715775,217.498266 C271.715775,217.498892 270.741265,217.151746 270.214604,217.678407 L267.693889,220.199122 C267.161599,220.731412 267.518127,221.712176 267.52188,221.722184 L267.556282,221.802246 L266.60429,222.754864 Z M269.257608,225.408182 L270.210226,224.45619 L270.290288,224.490592 C270.300296,224.494345 271.281061,224.850873 271.813351,224.318583 L274.334066,221.797868 C274.860726,221.271207 274.51358,220.296698 274.514206,220.296698 L274.470422,220.194743 L275.423039,219.242126 L275.673234,219.825706 C275.700756,219.896386 276.327494,221.573318 275.217879,222.682307 L272.697165,225.203022 C271.589426,226.312012 269.911868,225.684648 269.819922,225.64837 L269.257608,225.408182 Z M272.254945,220.383015 C272.002,220.382961 271.773986,220.230567 271.677196,219.996873 C271.580405,219.76318 271.633893,219.494194 271.812725,219.315308 L274.940163,216.18787 C275.185591,215.950827 275.575711,215.954217 275.816983,216.195489 C276.058255,216.436761 276.061645,216.826881 275.824602,217.072309 L272.697165,220.199747 C272.57989,220.317057 272.420821,220.38298 272.254945,220.383015 Z"></path></g></g></g></symbol><symbol id="nc-connection" viewBox="0 0 16 16" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M8,14 C8.82842712,14 9.5,13.3284271 9.5,12.5 C9.5,11.6715729 8.82842712,11 8,11 C7.17157288,11 6.5,11.6715729 6.5,12.5 C6.5,13.3284271 7.17157288,14 8,14 Z M11.5,10 C10.6,9 9.3,8.5 8,8.5 C6.7,8.5 5.4,9 4.5,10 L3.1,8.6 C4.4,7.2 6.1,6.5 8,6.5 C9.9,6.5 11.6,7.2 12.9,8.6 L11.5,10 Z M8,2 C5,2 2.2,3.1 0,5.2 L1.4,6.6 C3.2,4.9 5.5,4 8,4 C10.5,4 12.8,4.9 14.6,6.7 L16,5.2 C13.8,3.1 11,2 8,2 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-check-circle" viewBox="0 0 16 16" ><g stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"><path d="M8,0 C3.6,0 0,3.6 0,8 C0,12.4 3.6,16 8,16 C12.4,16 16,12.4 16,8 C16,3.6 12.4,0 8,0 Z" fill="currentColor" fill-rule="nonzero"></path><polygon id="Path" fill="#2B3039" points="7 11.4 3.6 8 5 6.6 7 8.6 11 4.6 12.4 6"></polygon></g></symbol><symbol id="nc-reverse" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"><path d="M7.89083375,2.40504334 C5.08794742,2.40504334 2.71715368,4.33790386 2.25534043,7 L4.97379915e-14,6.63483058 C0.648138887,2.90591017 3.96656426,0.19858156 7.89083375,0.19858156 C9.84553833,0.19858156 11.7236551,0.895823483 13.1776809,2.12923562 L15.383868,7.10542736e-15 L16,6.85216706 L8.9001929,6.25752561 L11.554476,3.69582348 C10.5325427,2.87171001 9.23855112,2.40504334 7.89083375,2.40504334 Z M8.10916625,13.5949567 C10.9120526,13.5949567 13.2828463,11.6620961 13.7446596,9 L16,9.36516942 C15.3518611,13.0940898 12.0334357,15.8014184 8.10916625,15.8014184 C6.15446167,15.8014184 4.27634493,15.1041765 2.82231907,13.8707644 L0.616132028,16 L4.97379915e-14,9.14783294 L7.0998071,9.74247439 L4.44552404,12.3041765 C5.46745731,13.12829 6.76144888,13.5949567 8.10916625,13.5949567 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-switch" viewBox="0 0 16 16" version="1.1"><g stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"><path d="M11,6 L6,6 L6,3 L11,3 L11,0 L16,4.5 L11,9 L11,6 Z M5,13 L5,16 L-3.01980663e-14,11.5 L5,7 L5,10 L10,10 L10,13 L5,13 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-triggers" viewBox="0 0 16 16" version="1.1"><g stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"><g transform="translate(-382.000000, -111.000000)" fill="currentColor" fill-rule="nonzero"><g transform="translate(382.000000, 111.000000)"><path d="M13,6 C12.5857864,6 12.25,5.66421356 12.25,5.25 C12.25,4.42157288 11.5784271,3.75 10.75,3.75 C10.3357864,3.75 10,3.41421356 10,3 C10,2.58578644 10.3357864,2.25 10.75,2.25 C11.5784271,2.25 12.25,1.57842712 12.25,0.75 C12.25,0.335786438 12.5857864,7.6089797e-17 13,0 C13.4142136,-7.6089797e-17 13.75,0.335786438 13.75,0.75 C13.75,1.57842712 14.4215729,2.25 15.25,2.25 C15.6642136,2.25 16,2.58578644 16,3 C16,3.41421356 15.6642136,3.75 15.25,3.75 C14.4215729,3.75 13.75,4.42157288 13.75,5.25 C13.75,5.66421356 13.4142136,6 13,6 Z M6,16 C5.44771525,16 5,15.5522847 5,15 C5,12.790861 3.209139,11 1,11 C0.44771525,11 6.76353751e-17,10.5522847 0,10 C-6.76353751e-17,9.44771525 0.44771525,9 1,9 C3.209139,9 5,7.209139 5,5 C5,4.44771525 5.44771525,4 6,4 C6.55228475,4 7,4.44771525 7,5 C7,7.209139 8.790861,9 11,9 C11.5522847,9 12,9.44771525 12,10 C12,10.5522847 11.5522847,11 11,11 C8.790861,11 7,12.790861 7,15 C7,15.5522847 6.55228475,16 6,16 Z"></path></g></g></g></symbol><symbol id="nc-align-bottom-left" viewBox="0 0 16 16" version="1.1"><g stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"><path d="M1,0 L15,0 C15.5522847,-1.01453063e-16 16,0.44771525 16,1 L16,15 C16,15.5522847 15.5522847,16 15,16 L1,16 C0.44771525,16 6.76353751e-17,15.5522847 0,15 L0,1 C-6.76353751e-17,0.44771525 0.44771525,1.01453063e-16 1,0 Z M8,11 C8,9.34314575 6.65685425,8 5,8 C3.34314575,8 2,9.34314575 2,11 C2,12.6568542 3.34314575,14 5,14 C6.65685425,14 8,12.6568542 8,11 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-align-top-left" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M1,0 L15,0 C15.5522847,-1.01453063e-16 16,0.44771525 16,1 L16,15 C16,15.5522847 15.5522847,16 15,16 L1,16 C0.44771525,16 6.76353751e-17,15.5522847 0,15 L0,1 C-6.76353751e-17,0.44771525 0.44771525,1.01453063e-16 1,0 Z M8,5 C8,3.34314575 6.65685425,2 5,2 C3.34314575,2 2,3.34314575 2,5 C2,6.65685425 3.34314575,8 5,8 C6.65685425,8 8,6.65685425 8,5 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-align-top-right" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M1,0 L15,0 C15.5522847,-1.01453063e-16 16,0.44771525 16,1 L16,15 C16,15.5522847 15.5522847,16 15,16 L1,16 C0.44771525,16 6.76353751e-17,15.5522847 0,15 L0,1 C-6.76353751e-17,0.44771525 0.44771525,1.01453063e-16 1,0 Z M14,5 C14,3.34314575 12.6568542,2 11,2 C9.34314575,2 8,3.34314575 8,5 C8,6.65685425 9.34314575,8 11,8 C12.6568542,8 14,6.65685425 14,5 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-align-bottom-right" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M1,0 L15,0 C15.5522847,-1.01453063e-16 16,0.44771525 16,1 L16,15 C16,15.5522847 15.5522847,16 15,16 L1,16 C0.44771525,16 6.76353751e-17,15.5522847 0,15 L0,1 C-6.76353751e-17,0.44771525 0.44771525,1.01453063e-16 1,0 Z M14,11 C14,9.34314575 12.6568542,8 11,8 C9.34314575,8 8,9.34314575 8,11 C8,12.6568542 9.34314575,14 11,14 C12.6568542,14 14,12.6568542 14,11 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-progress-bar" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"><path d="M1,-7.28306304e-14 L15,-7.28306304e-14 C15.5522847,-7.19510287e-14 16,0.44771525 16,1 L16,15 C16,15.5522847 15.5522847,16 15,16 L1,16 C0.44771525,16 1.70690768e-13,15.5522847 1.69642078e-13,15 L1.70530257e-13,1 C1.70462621e-13,0.44771525 0.44771525,-7.27291774e-14 1,-7.28306304e-14 Z M8,2 L8,14 L13,14 L13,2 L8,2 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol><symbol id="nc-preview" viewBox="0 0 16 16"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M6.125,0.00961838736 L6.125,1.75841609 L2.75,1.75841609 C2.19771525,1.75841609 1.75,2.20613134 1.75,2.75841609 L1.75,11.2512023 C1.75,11.803487 2.19771525,12.2512023 2.75,12.2512023 L11.25,12.2512023 C11.8022847,12.2512023 12.25,11.803487 12.25,11.2512023 L12.25,7.87920804 L14,7.87920804 L14,12.2512023 C14,13.2170366 13.2164983,14 12.25,14 L1.75,14 C0.783501688,14 0,13.2170366 0,12.2512023 L0,1.75841609 C0,0.792581788 0.783501688,0.00961838736 1.75,0.00961838736 L6.125,0.00961838736 Z M13.234,2.30926389e-14 C13.5101424,2.30926389e-14 13.734,0.223857625 13.734,0.5 L13.734,0.5 L13.734,4.91150663 C13.734,5.04433566 13.6811465,5.17170568 13.5871026,5.26551023 C13.3915918,5.46052341 13.0750096,5.46012002 12.8799964,5.26460923 L12.8799964,5.26460923 L11.304125,3.68471676 L7.371875,7.61339079 L6.134625,6.37699082 L10.068625,2.44569359 L8.47956297,0.853168331 C8.38603011,0.759431626 8.333501,0.632419657 8.333501,0.5 C8.333501,0.223857625 8.55735862,2.39808173e-14 8.833501,2.30926389e-14 L8.833501,2.30926389e-14 Z" fill="currentColor" fill-rule="nonzero"></path></g></symbol>
2
  </svg>
3
 
4
 
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([372,1]),a()}({1:function(e,t,a){"use strict";const o=(a(17).a.get("wp")||{}).l10n||{},n=e=>o[e]||e;a.d(t,"a",function(){return n})},10: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))},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";var o=a(16);function n(e,t){if(t){e=Object(o.a)(t).hex}return{hex:e}}var i=a(15);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(17);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"}],g=()=>{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 g})},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";var o=a(0),n=a.n(o),i=a(7),r=a.n(i),l=a(6),s=a.n(l),c=a(85);t.a=n.a.forwardRef(function(e,t){let a=e.className,o=void 0===a?"":a,i=e.icon,l=void 0===i?"nc-circle-add":i,d=e.onClick,p=void 0===d?r.a.noop:d;const u=s()("brz-icon-svg",o);return n.a.createElement("svg",{ref:t,className:u,onClick:p},n.a.createElement("use",{xlinkHref:Object(c.a)(l)}))})},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";a.r(t);var o={};a.r(o),a.d(o,"cssStyleSizeWidthPercent",function(){return me}),a.d(o,"cssStyleSizeMaxWidthPercent",function(){return he}),a.d(o,"cssStyleSizeHeightPx",function(){return ge}),a.d(o,"cssStyleSizeMinHeightPx",function(){return be}),a.d(o,"cssStyleSizeMaxWidthSize",function(){return ye}),a.d(o,"cssStyleSizeSizePercent",function(){return ve}),a.d(o,"cssStyleSizeMaxWidthContainer",function(){return fe}),a.d(o,"cssStyleElementLineBorder",function(){return Ce}),a.d(o,"cssStyleTypographyElementCountdownLabelFontSize",function(){return we}),a.d(o,"cssStyleElementIconBoxFlexDirection",function(){return Oe}),a.d(o,"cssStyleElementIconBoxMarginRight",function(){return xe}),a.d(o,"cssStyleElementIconBoxMarginLeft",function(){return Se}),a.d(o,"cssStyleBorder",function(){return ke}),a.d(o,"cssStyleBorderTransparentColor",function(){return Be}),a.d(o,"cssStyleElementImageGalleryWidth",function(){return je}),a.d(o,"cssStyleElementImageGalleryMargin",function(){return Pe}),a.d(o,"cssStyleElementImageGalleryItemWidth",function(){return ze}),a.d(o,"cssStyleElementImageGalleryItemPadding",function(){return Te}),a.d(o,"cssStyleBorderRadius",function(){return He}),a.d(o,"cssStyleBgColor",function(){return Me}),a.d(o,"cssStyleBg2Color",function(){return _e}),a.d(o,"cssStyleBgGradient",function(){return Ee}),a.d(o,"cssStyleBgImage",function(){return Ae}),a.d(o,"cssStyleBgImagePosition",function(){return Ie}),a.d(o,"cssStyleBgImageAttachment",function(){return Re}),a.d(o,"cssStyleBgMap",function(){return Ne}),a.d(o,"cssStyleColor",function(){return Ve}),a.d(o,"cssStyleBoxShadow",function(){return Le}),a.d(o,"cssStyleBoxShadowSection",function(){return We}),a.d(o,"cssStyleShapeTopType",function(){return Fe}),a.d(o,"cssStyleShapeTopHeight",function(){return De}),a.d(o,"cssStyleShapeTopFlip",function(){return $e}),a.d(o,"cssStyleShapeTopIndex",function(){return Ge}),a.d(o,"cssStyleShapeBottomType",function(){return qe}),a.d(o,"cssStyleShapeBottomHeight",function(){return Ke}),a.d(o,"cssStyleShapeBottomFlip",function(){return Ue}),a.d(o,"cssStyleShapeBottomIndex",function(){return Ye}),a.d(o,"cssStyleHoverTransition",function(){return Xe}),a.d(o,"cssStylePropertyHoverTransition",function(){return Ze}),a.d(o,"cssStyleTypographyFontFamily",function(){return Je}),a.d(o,"cssStyleTypographyFontSize",function(){return Qe}),a.d(o,"cssStyleTypographyLineHeight",function(){return et}),a.d(o,"cssStyleTypographyFontWeight",function(){return tt}),a.d(o,"cssStyleTypographyLetterSpacing",function(){return at}),a.d(o,"cssStyleTypography2FontFamily",function(){return ot}),a.d(o,"cssStyleTypography2FontSize",function(){return nt}),a.d(o,"cssStyleTypography2LineHeight",function(){return it}),a.d(o,"cssStyleTypography2FontWeight",function(){return rt}),a.d(o,"cssStyleTypography2LetterSpacing",function(){return lt}),a.d(o,"cssStyleElementProgressBarPadding",function(){return st}),a.d(o,"cssStyleSizeProgressBarMaxWidthPercent",function(){return ct}),a.d(o,"cssStyleElementProgressBarPropertyHoverTransition",function(){return dt}),a.d(o,"cssStyleElementButtonBorderRadius",function(){return pt}),a.d(o,"cssStyleElementButtonIconPosition",function(){return ut}),a.d(o,"cssStyleElementButtonIconFontSize",function(){return mt}),a.d(o,"cssStyleElementButtonIconMargin",function(){return ht}),a.d(o,"cssStyleElementIconStrokeWidth",function(){return gt}),a.d(o,"cssStyleElementButtonPropertyHoverTransition",function(){return bt}),a.d(o,"cssStyleElementFacebookButtonPropertyHoverTransition",function(){return yt}),a.d(o,"cssStyleElementFacebookCommentsPropertyHoverTransition",function(){return vt}),a.d(o,"cssStyleElementFacebookEmbedPropertyHoverTransition",function(){return ft}),a.d(o,"cssStyleElementFacebookGroupPropertyHoverTransition",function(){return Ct}),a.d(o,"cssStyleElementFacebookPagePropertyHoverTransition",function(){return wt}),a.d(o,"cssStyleElementMapPropertyHoverTransition",function(){return Ot}),a.d(o,"cssStyleElementSoundCloudPropertyHoverTransition",function(){return xt}),a.d(o,"cssStyleZIndex",function(){return St}),a.d(o,"cssStyleContainerZIndex",function(){}),a.d(o,"cssStyleFlexVerticalAlign",function(){return kt}),a.d(o,"cssStyleFlexHorizontalAlign",function(){return Bt}),a.d(o,"cssStyleHorizontalAlign",function(){return jt}),a.d(o,"cssStyleFlexColumn",function(){return Pt}),a.d(o,"cssStylePadding",function(){return zt}),a.d(o,"cssStylePaddingColumn",function(){}),a.d(o,"cssStyleItemPadding",function(){return Tt}),a.d(o,"cssStylePaddingSection",function(){return Ht}),a.d(o,"cssStyleMargin",function(){return Mt}),a.d(o,"cssStyleMarginColumn",function(){}),a.d(o,"cssStyleItemMargin",function(){return _t}),a.d(o,"cssStyleVisible",function(){return Et}),a.d(o,"cssStyleVisibleMode",function(){return At}),a.d(o,"cssStyleVideoFilter",function(){return It}),a.d(o,"cssStyleElementVideoPaddingRatio",function(){return Rt}),a.d(o,"cssStyleElementVideoFilter",function(){return Nt}),a.d(o,"cssStyleElementVideoPointerEvents",function(){return Vt}),a.d(o,"cssStyleElementVideoBgSize",function(){return Lt}),a.d(o,"cssStyleElementVideoIconFontSize",function(){return Wt}),a.d(o,"cssStyleElementVideoIconWidth",function(){return Ft}),a.d(o,"cssStyleElementVideoIconHeight",function(){return Dt}),a.d(o,"cssStyleElementVideoBgColorRatio",function(){return $t}),a.d(o,"cssStyleElementVideoCoverSrc",function(){return Gt}),a.d(o,"cssStyleElementVideoCoverPosition",function(){return qt}),a.d(o,"cssStyleElementVideoIconSizeWidth",function(){}),a.d(o,"cssStyleElementVideoIconSizeHeight",function(){}),a.d(o,"cssStyleElementVideoPropertyHoverTransition",function(){return Kt}),a.d(o,"cssStyleRowMinHeight",function(){return Ut}),a.d(o,"cssStyleRowReverseColumn",function(){return Yt}),a.d(o,"cssStylePosition",function(){return Xt}),a.d(o,"cssStylePositionMode",function(){return Zt}),a.d(o,"cssStyleSectionMaxWidth",function(){return Jt}),a.d(o,"cssStyleSectionContainerType",function(){return Qt}),a.d(o,"cssStyleSectionSliderHeight",function(){return ea}),a.d(o,"cssStyleSectionColorDots",function(){return ta}),a.d(o,"cssStyleSectionColorArrows",function(){return aa}),a.d(o,"cssStyleSectionPropertyHoverTransition",function(){return oa}),a.d(o,"cssStyleSectionPopupContainerWrap",function(){return na}),a.d(o,"renderStyles",function(){return m}),a.d(o,"css",function(){return b}),a.d(o,"renderStatic",function(){return y}),a.d(o,"tmpCSSFromCache",function(){return v});var n=a(20),i=a(34);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="",b={},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}),b=g({legacy:b,out:s,styleKey:d,state:p,currentStyle:e}),c=o[n[0]]({v:a,device:u,state:p,mode:f,props:l}),y=g({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=g({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:b});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="",g="";return Object.entries(d).forEach(function(e,d,b){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],g=d[1];i="",r="",Object.entries(g).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:${b[m+1][1]}px){`:"desktop"===v?"":m===b.length-1?`@media(max-width:${f}px){`:`@media(max-width:${b[m][1]}px) and (min-width:${b[m+1][1]+1}px){`,c+=h+l+(""!==h?"}":"")),""!==s&&(g=0===m?`@media(min-width:${b[m+1][1]}px){`:m===b.length-1?`@media(max-width:${f}px){`:`@media(max-width:${b[m][1]}px) and (min-width:${b[m+1][1]+1}px){`,c+=g+s+(""!==g?"}":""))}),m++}),c}function g(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 b(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))0;else{const t=`brz-css-${Object(i.a)(5)}`,a=f(d,t);let n;b.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;b.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&&(b.isServer||(t.childNodes[0].nodeValue=n),s.cssText=n)}else{const e=`brz-css-${Object(i.a)(5)}`,a=f(u,e);let o;b.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 B(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 j(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(16),z=a(11);function T(e){let t=e.v,a=e.device,o=e.state;o=A(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=A(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=A(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=A(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=A(t,o);return(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))(n)}const A=(e,t)=>"hover"===Object(S.j)({v:e,state:t})?"hover":t;var I=a(10);function R(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 V(e){let t=e.v,a=e.device,o=e.state,n=e.prefix,i=void 0===n?"bg":n;o=L(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 L=(e,t)=>"hover"===Object(S.j)({v:e,state:t})?"hover":t;const W=(e,t)=>"hover"===Object(S.j)({v:e,state:t})?"hover":t;function F(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"width",device:a,state:o})}function D(e){let t=e.v,a=e.device;return Object(x.defaultValueValue)({v:t,key:"height",device:a})}function $(e){let t=e.v,a=e.device;return Object(x.defaultValueValue)({v:t,key:"size",device:a})}function G(e){return e.v.containerType}function q(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"padding",device:a,state:o})}function K(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;return Object(x.defaultValueValue)({v:t,key:"paddingSuffix",device:a,state:o})}function Y(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 X(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"margin",device:a,state:o})}function Z(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 J(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"marginSuffix",device:a,state:o})}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 ee(e){let t=e.v,a=e.device,o=e.state;o=oe(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 te(e){let t=e.v,a=e.device,o=e.state;o=oe(t,o);return(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("boxShadowVertical")}function ae(e){let t=e.v,a=e.device,o=e.state;o=oe(t,o);return(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("boxShadowBlur")}const oe=(e,t)=>"hover"===Object(S.j)({v:e,state:t})?"hover":t;var ne=a(85);function ie(e){const t=e.v.zIndex;return 0===t?0:t}var re=a(15);function le(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"brightness",device:a,state:o})}function se(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"hue",device:a,state:o})}function ce(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"saturation",device:a,state:o})}function de(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"contrast",device:a,state:o})}function pe(e){let t=e.v,a=e.device;return Object(x.defaultValueValue)({v:t,key:"spacing",device:a})}function ue(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 me(e){const t=F({v:e.v,device:e.device,state:e.state});return void 0===t?"":`width:${t}%;`}function he(e){const t=F({v:e.v,device:e.device,state:e.state});return void 0===t?"":`max-width:${t}%;`}function ge(e){return`height:${D({v:e.v,device:e.device,state:e.state})}px;`}function be(e){return`min-height:${D({v:e.v,device:e.device,state:e.state})}px;`}function ye(e){const t=$({v:e.v,device:e.device,state:e.state});return void 0!==t?`max-width:${t}%;`:""}function ve(e){const t=$({v:e.v,device:e.device,state:e.state});return void 0===t?"":`width:${t}%;`}function fe(e){let t=e.v,a=e.device;const o={v:t}.v.containerSize;return"desktop"===a?`max-width: ${o}%;`:""}function Ce(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 we(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 Oe(e){return`flex-direction:${function(e){return"right"===e.v.iconPosition?"row-reverse":"row"}({v:e.v,device:e.device,state:e.state})};`}function xe(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 Se(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 ke(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,g=0,b=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=g=b=_({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"}),g=E({v:t,device:a,state:"hover",current:"borderBottomWidth"}),b=E({v:t,device:a,state:"hover",current:"borderLeftWidth"})),y=(m>0||h>0||g>0||b>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 Be(e){let t=e.v,a=e.device,o=e.state,n=e.borderColor;return ke({v:t,device:a,state:o,borderColor:void 0===n?"transparent":n})}function je(e){return`width:calc(100% + ${pe({v:e.v,device:e.device,state:e.state})}px);`}function Pe(e){return`margin:-${pe({v:e.v,device:e.device,state:e.state})/2}px;`}function ze(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 Te(e){return`padding:${pe({v:e.v,device:e.device,state:e.state})/2}px;`}function He(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=j({v:t,device:a,state:o,current:"borderTopLeftRadius"}),l=j({v:t,device:a,state:o,current:"borderTopRightRadius"}),s=j({v:t,device:a,state:o,current:"borderBottomLeftRadius"}),c=j({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 Me(e){return`background-color:${V({v:e.v,device:e.device,state:e.state})};`}function _e(e){return`background-color:${V({v:e.v,device:e.device,prefix:"bg2",state:e.state})};`}function Ee(e){return`background-image:${function(e){let t=e.v,a=e.device,o=e.state;o=W(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 Ae(e){return`background-image:${B({v:e.v,device:e.device,state:e.state})};`}function Ie(e){let t=e.v,a=e.device,o=e.state;const n=B({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 Re(e){const t=function(e){let t=e.v,a=e.isSlider;const o=t.bgAttachment;return{none:"scroll",fixed:"fixed",animated:"scroll"}[a?"none":o]}({v:e.v,isSlider:e.props.meta.section.isSlider});return void 0===t?"":`background-attachment:${t};`}function Ne(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 Ve(e){const t=R({v:e.v,device:e.device,state:e.state});return void 0===t?"":`color:${t};`}function Le(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=oe(t,o),(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("boxShadow")}({v:t,device:a,state:o}),i=ee({v:t,device:a,state:o});let r=function(e){let t=e.v,a=e.device,o=e.state;return o=oe(t,o),(e=>Object(x.defaultValueValue)({v:t,key:e,device:a,state:o}))("boxShadowHorizontal")}({v:t,device:a,state:o}),l=te({v:t,device:a,state:o});const s=ae({v:t,device:a,state:o}),c=function(e){let t=e.v,a=e.device,o=e.state;return o=oe(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 We(e){let t=e.v,a=e.device,o=e.state,n=te({v:t,device:a,state:o});const i=ae({v:t,device:a,state:o}),r=ee({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 Fe(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(ne.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 De(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 $e(e){let t=e.v;return`transform: ${"on"==={v:t}.v.shapeTopHorizontal?"rotateX(0deg) rotateY(-180deg)":"rotateX(0deg) rotateY(0deg)"};`}function Ge(e){let t=e.v;return`z-index: ${{v:t}.v.shapeTopIndex};`}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:"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(ne.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 Ke(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 Ue(e){let t=e.v;return`transform: ${"on"==={v:t}.v.shapeBottomHorizontal?"rotateX(-180deg) rotateY(0deg)":"rotateX(-180deg) rotateY(-180deg)"};`}function Ye(e){let t=e.v;return`z-index: ${{v:t}.v.shapeBottomIndex};`}function Xe(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 Ze(){return"transition-property:box-shadow, background, border-radius, border-color;"}function Je(e){const t=function(e){let t=e.v;const a=t.fontFamily,o=t.fontFamilyType;return void 0===a?a:Object(re.d)({family:a,type:o}).family}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`font-family:${t};`}function Qe(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 et(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 tt(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 at(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 ot(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(re.d)({type:i,family:n}).family}({v:t,device:a})};`:""}function nt(e){return`font-size:${function(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}))}({v:e.v,device:e.device})}px;`}function it(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 rt(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 lt(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 st(e){let t=e.v,a=e.device,o=e.state;const n=K({v:t,device:a,state:o,current:"paddingTop"}),i=K({v:t,device:a,state:o,current:"paddingRight"});return void 0===n&&void 0===i?"":`padding:${n}px ${i}px;`}function ct(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 dt(){return"transition-property: color, box-shadow, background, border;"}function pt(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 ut(e){const t=function(e){const t=ue({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 mt(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 ht(e){let t=e.v,a=e.device,o=e.state;const n=ue({v:t,device:a,state:o}),i=function(e){let t=e.v,a=e.device,o=e.state;const n=ue({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 gt(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 bt(){return"transition-property: color, box-shadow, background, border-color;"}function yt(){return"transition-property:box-shadow;"}function vt(){return"transition-property:box-shadow;"}function ft(){return"transition-property:box-shadow;"}function Ct(){return"transition-property:box-shadow;"}function wt(){return"transition-property:box-shadow;"}function Ot(){return"transition-property:box-shadow, border-radius, border;"}function xt(){return"transition-property: box-shadow, border, border-radius;"}function St(e){const t=ie({v:e.v,device:e.device,state:e.state});return void 0===t?"":0===t?"z-index:auto;":`z-index:${t};`}function kt(e){const t=function(e){let t=e.v,a=e.device,o=e.state;const n=Object(x.defaultValueValue)({v:t,key:"verticalAlign",device:a,state:o});return void 0===n?n:{top:"flex-start",center:"center",bottom:"flex-end"}[n]}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`align-items:${t};`}function Bt(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 jt(e){const t=function(e){let t=e.v,a=e.device,o=e.state;return Object(x.defaultValueValue)({v:t,key:"horizontalAlign",device:a,state:o})}({v:e.v,device:e.device,state:e.state});return void 0===t?"":`text-align:${t};`}function Pt(e){const t=F({v:e.v,device:e.device,state:e.state});return t>0?`flex:1 1 ${t}%;`:""}function zt(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="";"grouped"===(i=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}))?"initial"===(l=K({v:t,device:a,state:o,current:"paddingRight"}))?(r=s=q({v:t,device:a,state:o}),d=u=U({v:t,device:a,state:o})):(r=l=s=c=q({v:t,device:a,state:o}),d=p=u=m=U({v:t,device:a,state:o})):(r=K({v:t,device:a,state:o,current:"paddingTop"}),l=K({v:t,device:a,state:o,current:"paddingRight"}),s=K({v:t,device:a,state:o,current:"paddingBottom"}),c=K({v:t,device:a,state:o,current:"paddingLeft"}),d=Y({v:t,device:a,state:o,current:"paddingTopSuffix"}),p=Y({v:t,device:a,state:o,current:"paddingRightSuffix"}),u=Y({v:t,device:a,state:o,current:"paddingBottomSuffix"}),m=Y({v:t,device:a,state:o,current:"paddingLeftSuffix"}));const h=r===l&&r===s&&r===c&&r>0,g=r>0||l>0||s>0||c>0;return"initial"===l&&(l=c=0),n=void 0===r?"":h?`padding:${r}${d};`:g?`padding:${r}${d} ${l}${p} ${s}${u} ${c}${m};`:"padding:0;"}function Tt(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 Ht(e){e.v,e.device,e.state}function Mt(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=Z({v:t,device:a,state:o,current:"marginLeft"}))?(r=s=X({v:t,device:a,state:o}),c=l="auto",d=u=J({v:t,device:a,state:o})):(r=l=s=c=X({v:t,device:a,state:o}),d=p=u=m=J({v:t,device:a,state:o})):(r=Z({v:t,device:a,state:o,current:"marginTop"}),l=Z({v:t,device:a,state:o,current:"marginRight"}),s=Z({v:t,device:a,state:o,current:"marginBottom"}),c=Z({v:t,device:a,state:o,current:"marginLeft"}),d=Q({v:t,device:a,state:o,current:"marginTopSuffix"}),p=Q({v:t,device:a,state:o,current:"marginRightSuffix"}),u=Q({v:t,device:a,state:o,current:"marginBottomSuffix"}),m=Q({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 _t(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 Et(e){let t,a,o,n,i,r,l,s=e.v,c=e.device,d=e.state;return"desktop"===c?(t=function(e){const t=e.v.showOnDesktop;return"on"===t||void 0===t?"":"blur(3px)"}({v:s,device:c,state:d}),a=function(e){const t=e.v.showOnDesktop;return"on"===t||void 0===t?1:.9}({v:s,device:c,state:d})):"tablet"===c?(o=function(e){const t=e.v.showOnTablet;return"on"===t||void 0===t?"":"blur(3px)"}({v:s,device:c,state:d}),n=function(e){const t=e.v.showOnTablet;return"on"===t||void 0===t?1:.9}({v:s,device:c,state:d})):(i=function(e){const t=e.v.showOnMobile;return"on"===t||void 0===t?"":"blur(3px)"}({v:s,device:c,state:d}),r=function(e){const t=e.v.showOnMobile;return"on"===t||void 0===t?1:.9}({v:s,device:c,state:d})),l="desktop"===c&&""!==t?`filter:${t};opacity:${a};`:"tablet"===c&&""!==o?`filter:${o};opacity:${n};`:"mobile"===c&&""!==i?`filter:${i};opacity:${r};`:""}function At(e){let t=e.v,a=e.device,o=e.state,n=e.mode,i=void 0===n?"editor":n;const r=Et({v:t,device:a,state:o});return"editor"===i?r:""}function It(e){let t=e.v,a=e.device,o=e.state;return`filter:brightness(${le({v:t,device:a,state:o})}%) hue-rotate(${se({v:t,device:a,state:o})}deg) saturate(${ce({v:t,device:a,state:o})}%) contrast(${de({v:t,device:a,state:o})}%);`}function Rt(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 Nt(e){let t=e.v,a=e.device,o=e.state;const n=le({v:t,device:a,state:o}),i=se({v:t,device:a,state:o}),r=ce({v:t,device:a,state:o}),l=de({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 Vt(){return"pointer-events: none"}function Lt(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 Wt(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 Ft(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 Dt(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 $t(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 Gt(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 qt(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 Kt(){return"transition-property: box-shadow, border, border-radius;"}function Ut(e){let t=e.v,a=e.device;return`min-height: ${"custom"===function(e){let t=e.v,a=e.device;return Object(x.defaultValueValue)({v:t,key:"columnsHeightStyle",device:a})}({v:t,device:a})?`${function(e){let t=e.v,a=e.device;return Object(x.defaultValueValue)({v:t,key:"columnsHeight",device:a})}({v:t,device:a})}px`:"auto"};`}function Yt(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 Xt(e){const t=ie({v:e.v,device:e.device,state:e.state});return void 0===t?"":0===t?"position:static;":"position:relative;"}function Zt(e){Xt({v:e.v,device:e.device,state:e.state});return"position:relative;"}function Jt(e){let t=e.v;const a=G({v:t}),o={v:t}.v.containerSize;return"boxed"===a?`max-width: ${o}%;`:"max-width: 100%;"}function Qt(e){return"fullWidth"===G({v:e.v})?"max-width: 100%;":"max-width: 1170px;"}function ea(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 ta(e){let t=e.v,a=e.device,o=e.state,n=e.prefix;const i=R({v:t,device:a,state:o,prefix:void 0===n?"sliderDotsColor":n});return void 0===i?"":`color: ${i};`}function aa(e){let t=e.v,a=e.device,o=e.state,n=e.prefix;const i=R({v:t,device:a,state:o,prefix:void 0===n?"sliderArrowsColor":n});return void 0===i?"":`color: ${i};`}function oa(){return"transition-property: background, border, border-radius;"}function na(){return"max-width: 1170px; height: 100%;"}a.d(t,"renderStyles",function(){return m}),a.d(t,"css",function(){return b}),a.d(t,"renderStatic",function(){return y}),a.d(t,"tmpCSSFromCache",function(){return v}),a.d(t,"cssStyleSizeWidthPercent",function(){return me}),a.d(t,"cssStyleSizeMaxWidthPercent",function(){return he}),a.d(t,"cssStyleSizeHeightPx",function(){return ge}),a.d(t,"cssStyleSizeMinHeightPx",function(){return be}),a.d(t,"cssStyleSizeMaxWidthSize",function(){return ye}),a.d(t,"cssStyleSizeSizePercent",function(){return ve}),a.d(t,"cssStyleSizeMaxWidthContainer",function(){return fe}),a.d(t,"cssStyleElementLineBorder",function(){return Ce}),a.d(t,"cssStyleTypographyElementCountdownLabelFontSize",function(){return we}),a.d(t,"cssStyleElementIconBoxFlexDirection",function(){return Oe}),a.d(t,"cssStyleElementIconBoxMarginRight",function(){return xe}),a.d(t,"cssStyleElementIconBoxMarginLeft",function(){return Se}),a.d(t,"cssStyleBorder",function(){return ke}),a.d(t,"cssStyleBorderTransparentColor",function(){return Be}),a.d(t,"cssStyleElementImageGalleryWidth",function(){return je}),a.d(t,"cssStyleElementImageGalleryMargin",function(){return Pe}),a.d(t,"cssStyleElementImageGalleryItemWidth",function(){return ze}),a.d(t,"cssStyleElementImageGalleryItemPadding",function(){return Te}),a.d(t,"cssStyleBorderRadius",function(){return He}),a.d(t,"cssStyleBgColor",function(){return Me}),a.d(t,"cssStyleBg2Color",function(){return _e}),a.d(t,"cssStyleBgGradient",function(){return Ee}),a.d(t,"cssStyleBgImage",function(){return Ae}),a.d(t,"cssStyleBgImagePosition",function(){return Ie}),a.d(t,"cssStyleBgImageAttachment",function(){return Re}),a.d(t,"cssStyleBgMap",function(){return Ne}),a.d(t,"cssStyleColor",function(){return Ve}),a.d(t,"cssStyleBoxShadow",function(){return Le}),a.d(t,"cssStyleBoxShadowSection",function(){return We}),a.d(t,"cssStyleShapeTopType",function(){return Fe}),a.d(t,"cssStyleShapeTopHeight",function(){return De}),a.d(t,"cssStyleShapeTopFlip",function(){return $e}),a.d(t,"cssStyleShapeTopIndex",function(){return Ge}),a.d(t,"cssStyleShapeBottomType",function(){return qe}),a.d(t,"cssStyleShapeBottomHeight",function(){return Ke}),a.d(t,"cssStyleShapeBottomFlip",function(){return Ue}),a.d(t,"cssStyleShapeBottomIndex",function(){return Ye}),a.d(t,"cssStyleHoverTransition",function(){return Xe}),a.d(t,"cssStylePropertyHoverTransition",function(){return Ze}),a.d(t,"cssStyleTypographyFontFamily",function(){return Je}),a.d(t,"cssStyleTypographyFontSize",function(){return Qe}),a.d(t,"cssStyleTypographyLineHeight",function(){return et}),a.d(t,"cssStyleTypographyFontWeight",function(){return tt}),a.d(t,"cssStyleTypographyLetterSpacing",function(){return at}),a.d(t,"cssStyleTypography2FontFamily",function(){return ot}),a.d(t,"cssStyleTypography2FontSize",function(){return nt}),a.d(t,"cssStyleTypography2LineHeight",function(){return it}),a.d(t,"cssStyleTypography2FontWeight",function(){return rt}),a.d(t,"cssStyleTypography2LetterSpacing",function(){return lt}),a.d(t,"cssStyleElementProgressBarPadding",function(){return st}),a.d(t,"cssStyleSizeProgressBarMaxWidthPercent",function(){return ct}),a.d(t,"cssStyleElementProgressBarPropertyHoverTransition",function(){return dt}),a.d(t,"cssStyleElementButtonBorderRadius",function(){return pt}),a.d(t,"cssStyleElementButtonIconPosition",function(){return ut}),a.d(t,"cssStyleElementButtonIconFontSize",function(){return mt}),a.d(t,"cssStyleElementButtonIconMargin",function(){return ht}),a.d(t,"cssStyleElementIconStrokeWidth",function(){return gt}),a.d(t,"cssStyleElementButtonPropertyHoverTransition",function(){return bt}),a.d(t,"cssStyleElementFacebookButtonPropertyHoverTransition",function(){return yt}),a.d(t,"cssStyleElementFacebookCommentsPropertyHoverTransition",function(){return vt}),a.d(t,"cssStyleElementFacebookEmbedPropertyHoverTransition",function(){return ft}),a.d(t,"cssStyleElementFacebookGroupPropertyHoverTransition",function(){return Ct}),a.d(t,"cssStyleElementFacebookPagePropertyHoverTransition",function(){return wt}),a.d(t,"cssStyleElementMapPropertyHoverTransition",function(){return Ot}),a.d(t,"cssStyleElementSoundCloudPropertyHoverTransition",function(){return xt}),a.d(t,"cssStyleZIndex",function(){return St}),a.d(t,"cssStyleContainerZIndex",function(){}),a.d(t,"cssStyleFlexVerticalAlign",function(){return kt}),a.d(t,"cssStyleFlexHorizontalAlign",function(){return Bt}),a.d(t,"cssStyleHorizontalAlign",function(){return jt}),a.d(t,"cssStyleFlexColumn",function(){return Pt}),a.d(t,"cssStylePadding",function(){return zt}),a.d(t,"cssStylePaddingColumn",function(){}),a.d(t,"cssStyleItemPadding",function(){return Tt}),a.d(t,"cssStylePaddingSection",function(){return Ht}),a.d(t,"cssStyleMargin",function(){return Mt}),a.d(t,"cssStyleMarginColumn",function(){}),a.d(t,"cssStyleItemMargin",function(){return _t}),a.d(t,"cssStyleVisible",function(){return Et}),a.d(t,"cssStyleVisibleMode",function(){return At}),a.d(t,"cssStyleVideoFilter",function(){return It}),a.d(t,"cssStyleElementVideoPaddingRatio",function(){return Rt}),a.d(t,"cssStyleElementVideoFilter",function(){return Nt}),a.d(t,"cssStyleElementVideoPointerEvents",function(){return Vt}),a.d(t,"cssStyleElementVideoBgSize",function(){return Lt}),a.d(t,"cssStyleElementVideoIconFontSize",function(){return Wt}),a.d(t,"cssStyleElementVideoIconWidth",function(){return Ft}),a.d(t,"cssStyleElementVideoIconHeight",function(){return Dt}),a.d(t,"cssStyleElementVideoBgColorRatio",function(){return $t}),a.d(t,"cssStyleElementVideoCoverSrc",function(){return Gt}),a.d(t,"cssStyleElementVideoCoverPosition",function(){return qt}),a.d(t,"cssStyleElementVideoIconSizeWidth",function(){}),a.d(t,"cssStyleElementVideoIconSizeHeight",function(){}),a.d(t,"cssStyleElementVideoPropertyHoverTransition",function(){return Kt}),a.d(t,"cssStyleRowMinHeight",function(){return Ut}),a.d(t,"cssStyleRowReverseColumn",function(){return Yt}),a.d(t,"cssStylePosition",function(){return Xt}),a.d(t,"cssStylePositionMode",function(){return Zt}),a.d(t,"cssStyleSectionMaxWidth",function(){return Jt}),a.d(t,"cssStyleSectionContainerType",function(){return Qt}),a.d(t,"cssStyleSectionSliderHeight",function(){return ea}),a.d(t,"cssStyleSectionColorDots",function(){return ta}),a.d(t,"cssStyleSectionColorArrows",function(){return aa}),a.d(t,"cssStyleSectionPropertyHoverTransition",function(){return oa}),a.d(t,"cssStyleSectionPopupContainerWrap",function(){return na})},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.d(t,"j",function(){return d}),a.d(t,"i",function(){return p}),a.d(t,"v",function(){return u}),a.d(t,"a",function(){return m}),a.d(t,"n",function(){return h}),a.d(t,"o",function(){return g}),a.d(t,"d",function(){return b}),a.d(t,"u",function(){return y}),a.d(t,"g",function(){return v}),a.d(t,"e",function(){return f}),a.d(t,"w",function(){return C}),a.d(t,"h",function(){return w}),a.d(t,"y",function(){return O}),a.d(t,"c",function(){return x}),a.d(t,"l",function(){return S}),a.d(t,"k",function(){return k}),a.d(t,"p",function(){return B}),a.d(t,"r",function(){return j}),a.d(t,"q",function(){return P}),a.d(t,"t",function(){return z}),a.d(t,"m",function(){return T}),a.d(t,"b",function(){return H}),a.d(t,"f",function(){return M}),a.d(t,"x",function(){return _}),a.d(t,"s",function(){return E}),a.d(t,"H",function(){return A}),a.d(t,"G",function(){return I}),a.d(t,"R",function(){return R}),a.d(t,"Q",function(){return N}),a.d(t,"T",function(){return V}),a.d(t,"P",function(){return L}),a.d(t,"K",function(){return W}),a.d(t,"A",function(){return F}),a.d(t,"D",function(){return D}),a.d(t,"V",function(){return $}),a.d(t,"z",function(){return G}),a.d(t,"L",function(){return q}),a.d(t,"M",function(){return K}),a.d(t,"B",function(){return U}),a.d(t,"U",function(){return Y}),a.d(t,"E",function(){return X}),a.d(t,"C",function(){return Z}),a.d(t,"F",function(){return J}),a.d(t,"J",function(){return Q}),a.d(t,"I",function(){return ee}),a.d(t,"X",function(){return te}),a.d(t,"N",function(){return ae}),a.d(t,"O",function(){return oe}),a.d(t,"S",function(){return ne}),a.d(t,"W",function(){return ie});var o=a(5),n=a(20),i=a(26),r=a(7),l=a.n(r),s=a(34),c=a(18);const d="HYDRATE",p="EDITOR_RENDERED",u="UPDATE_PAGE",m="ADD_BLOCK",h="REMOVE_BLOCK",g="REORDER_BLOCKS",b="CREATE_GLOBAL_BLOCK",y="UPDATE_GLOBAL_BLOCK",v="DELETE_GLOBAL_BLOCK",f="CREATE_SAVED_BLOCK",C="UPDATE_SAVED_BLOCK",w="DELETE_SAVED_BLOCK",O="UPDATE_UI",x="COPY_ELEMENT",S="IMPORT_TEMPLATE",k="IMPORT_KIT",B="UPDATE_CURRENT_KIT_ID",j="UPDATE_CURRENT_STYLE_ID",P="UPDATE_CURRENT_STYLE",z="UPDATE_EXTRA_FONT_STYLES",T="PUBLISH",H="ADD_FONTS",M="DELETE_FONTS",_="UPDATE_SCREENSHOT",E="UPDATE_DISABLED_ELEMENTS";function A(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 I(){return{type:p}}function R(e){return{type:j,payload:e}}function N(e){return{type:P,payload:e}}function V(e){return{type:z,payload:e}}function L(e){return{type:B,payload:e}}function W(){return e=>new Promise((t,a)=>{e({type:T,meta:{onSuccess:t,onError:a}})})}function F(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:H,payload:Object(i.mergeDeep)(r,d)})}}function D(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:M,payload:Object(i.mergeDeep)(r,s)})}}function $(e){let t=e.data,a=e.status,n=e.meta;return{type:u,payload:Object(o.a)({data:t},a?{status:a}:{}),meta:Object(o.a)({is_autosave:1},n)}}function G(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return{type:m,payload:e,meta:t}}function q(e){let t=e.index;return{type:h,payload:{index:t}}}function K(e){let t=e.oldIndex,a=e.newIndex;return{type:g,payload:{oldIndex:t,newIndex:a}}}function U(e){let t=e.id,a=e.data,o=e.meta;return{type:b,payload:{id:t,data:a},meta:o}}function Y(e){let t=e.id,a=e.data,n=e.meta;return{type:y,payload:{id:t,data:a},meta:Object(o.a)({is_autosave:1},n)}}function X(e){let t=e.id;return{type:v,payload:{id:t}}}function Z(e){let t=e.id,a=e.data,o=e.meta;return{type:f,payload:{id:t,data:a},meta:o}}function J(e){let t=e.id,a=e.meta;return{type:w,payload:{id:t},meta:a}}function Q(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return{type:S,payload:e,meta:t}}function ee(e){return{type:k,payload:e}}function te(e,t){return{type:O,key:e,value:t}}function ae(e){return te("deviceMode",e)}function oe(e){return{type:x,value:e}}function ne(e){return{type:E,payload:e}}function ie(e){let t=e.blockId,a=e.data,o=e.meta;return{type:_,payload:{blockId:t,data:a},meta:o}}},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(12);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(20),n=a(7),i=a.n(n),r=a(23),l=a(18);const s=e=>{let t=e.type,a=e.family;const o=I(Object(l.z)(Object(r.b)().getState())),n=A(o[t],a,t);if(n)return V[t](n);const i=d();return V[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===V[i](e).id);return l?{group:i,font:l}:e},null),d=i.a.memoize(()=>{const e=Object(r.b)().getState(),t=Object(l.t)(e).data.font,a=Object(l.f)(e).config;return{group:"config",font:A(a.data,t)}});function p(){const e=Object(l.z)(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 g={100:"Thin",200:"Extra Light",300:"Light",400:"Normal",500:"Medium",600:"Semi Bold",700:"Bold",800:"Extra Bold",900:"Black"};function b(e){let t=e.type,a=e.family;if(t&&a){return s({type:t,family:a}).weights.map(e=>({title:g[e],value:e}))}return[{title:"Normal",value:400}]}function y(e,t){return t.includes(Number(e))?e:400}var v=a(17),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=R(e)||{},a=t.id,o=t.family,n=t.deleted;return a&&o?O(void 0!==n&&n?{id:a,family:R(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:R(d().font).family}:{id:a,family:o}):(console.warn(`There isn't family: ${JSON.stringify(e)}`),"")}).join("");var k=a(33);const B=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,g=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: ${g}em;`].join("")}},j=e=>e.map(e=>{const t=e.id,a=Object(k.a)(e,["id"]),o=B(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(39);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(34),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,"_"),A=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]})},{}),R=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})},V={config:R,google:R,blocks:R,upload:N},L=async e=>{if(0===e.length)return[];const t=new Map,a=await Promise.all([z(),Object(M.o)()]),n=Object(o.a)(a,2),i=n[0],r=n[1];return e.forEach(e=>{let a=e.type,o=e.family;if("google"===a){const e=A(i,o),a=Object(T.a)({brizyId:Object(H.a)()},e),n=t.get("blocks")||[];t.set("blocks",[...n,a])}if("upload"===a){const e=A(r,o,"upload"),a=Object(T.a)({brizyId:Object(H.a)()},e),n=t.get("upload")||[];t.set("upload",[...n,a])}}),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 g}),a.d(t,"m",function(){return y}),a.d(t,"n",function(){return b}),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 j}),a.d(t,"h",function(){return z}),a.d(t,"b",function(){return V}),a.d(t,"g",function(){return R}),a.d(t,"j",function(){return N}),a.d(t,"a",function(){return A}),a.d(t,"u",function(){return I}),a.d(t,"t",function(){return L})},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(12),c=a(50),d=a(68),p=a(56),u=a(61),m=a(8),h=a.n(m),g=a(182),b=a(31),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(g.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(b.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.c)();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),g=[".brz-ed-sidebar-right-portal",".brz-ed-tooltip__content-portal"];return i.a.createElement(c.a,{exceptions:g,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,B=a(9),j=a(32),P=a(7),z=a.n(P),T=a(69),H=a(30),M=a(18),_=a(14),E=a(1);const A=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.pageData,n=a.globalBlocks,i=a.dispatch,r=o.items||[],l=encodeURIComponent(e);let s=l;if(""!==s){const e=r.filter(e=>e.value._id!==t).map(e=>("GlobalBlock"===e.type&&(e=n[e.value.globalBlockId]),e.value.anchorName));let a=!1,o=0;do{a=!1;for(let t of e)if(s===t){a=!0,s=l+"-"+(++o+1);break}}while(a)}const c=r.find(e=>e.value._id===t);if("GlobalBlock"!==c.type){const e=r.map(e=>e.value._id===t?Object(y.a)({},e,{value:Object(y.a)({},e.value,{anchorName:s})}):e);i(Object(_.V)({data:Object(y.a)({},o,{items:e})}))}else{const e=c.value.globalBlockId,t=n[e];i(Object(_.U)({id:e,data:Object(y.a)({},t,{value:Object(y.a)({},t.value,{anchorName:s})})}))}this.anchorInputRefs[t].setValue(s)},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(R,{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(B.a)({},a,{className:s}),o||n?this.renderLabel():null,i.a.createElement(b.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 R 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:A,height:A*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)("anchor-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 V=Object(j.b)(e=>({pageData:Object(M.q)(e),pageBlocksAssembled:Object(M.n)(e),globalBlocks:Object(M.g)(e)}))(I);class L 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(B.a)({className:c,title:r,onMouseDown:this.handleMouseDown},d),i.a.createElement(s.a,{icon:n}))}}Object(o.a)(L,"defaultProps",{className:"",attr:{},icon:"nc-circle-add",title:"Add",value:!1});var W=L;const F=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})},F)),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-ed-toolbar--active":o},t,a.className);return i.a.createElement("div",Object(B.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 q;q=a(439),a(445),a(446);class K 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.b,{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(B.a)({className:p},u),t||o?this.renderLabel():null,i.a.createElement(q,{value:d||"element {\n /* CSS goes here */\n}",onChange:this.onChangeDebounced,options:m}))}}Object(o.a)(K,"defaultProps",{className:"",label:"",placeholder:"",helper:!1,helperContent:"",attr:{},display:"inline",lineNumbers:!1,value:"",onChange:z.a.noop});var U=K,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(B.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(16),oe=a(23);class ne extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"handleSidebarOpen",()=>{Object(oe.b)().dispatch(Object(_.X)("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(_.X)("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(B.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={},ge=(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)},be=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(${ge(t,a,o,n.canvas)}) center left`};return i.a.createElement("div",{style:r})};be.defaultProps={size:8,white:"transparent",grey:"rgba(0,0,0,.08)",renderers:{}};var ye=be;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(B.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 Be="#000000",je=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:Be,o=isNaN(Number(o))?je: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:Be,opacity:je},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(B.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={},Ae=(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(${Ae(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 Re=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(Re,{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 Ve={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 Le=e=>{class t extends n.Component{constructor(e){super(),Object(o.a)(this,"handleChange",(e,t)=>{if(Ve.simpleCheckForValidColor(e)){const a=Ve.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(Ve.simpleCheckForValidColor(e)){const a=Ve.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)({},Ve.toState(e.color,0,null)),this.debounce=z.a.debounce((e,t,a)=>{e(t,a)},100)}componentWillReceiveProps(e){this.setState(Object(y.a)({},Ve.toState(e.color,this.state.oldHue)))}render(){const t={};return this.props.onSwatchHover&&(t.onSwatchHover=this.handleSwatchHover),i.a.createElement(e,Object(B.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 We=(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 Fe extends n.Component{constructor(){super(...arguments),Object(o.a)(this,"handleChange",(e,t)=>{const a=this.props.contentWindow(),o=We(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)(Fe,"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(Fe,{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 qe=Le(Ge);const Ke="#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:Ke,o=isNaN(Number(o))?Ue:o,i.a.createElement(qe,{color:Object(ae.c)(a,o),opacity:o,disableOpacity:n,contentWindow:this.getContentWindow,onChange:this.throttledHandleChange})}}Ye.defaultProps={value:{hex:Ke,opacity:Ue},disableOpacity:!1,onChange:z.a.noop};var Xe=Ye,Ze=a(55);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(51),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(B.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,g=p.gradientColorHex;return i.a.createElement("div",Object(B.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}, ${g})`},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(B.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,g=m.opacity,b=m.select,y=m.activePointer,v=m.gradientColorHex,f=m.gradientColorOpacity,C=l()("brz-ed-option__colorPicker2",t,u.className),w="gradient"===b&&"finishPointer"===y?{hex:v,opacity:f}:{hex:h,opacity:g};return i.a.createElement("div",Object(B.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(35),pt=a(45),ut=a(15);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(b.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 gt=Object(j.b)(e=>({fonts:Object(M.z)(e),defaultFont:Object(M.t)(e).data.font}),null)(ht);class bt 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.b,{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(B.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(B.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)(bt,"defaultProps",{label:"",display:"inline",className:"",itemHeight:30,icon:"",choices:[],attr:{},helper:!1,helperContent:"",helperPlacement:"top-center",onChange:z.a.noop});var yt=bt;var vt=class extends yt{handleSidebarOpen(){Object(oe.b)().dispatch(Object(_.X)("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(34),wt=a(10);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,g=e.mobileFontSize,b=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}),B={fontFamily:Object(ut.d)({family:a,type:o}).family,fontWeight:"desktop"===x?r:"tablet"===x?u:b};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:g,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:b,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:B},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(B.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(b.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(B.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 Bt=kt;class jt 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(B.a)({},a,{className:s}),c)}}Object(o.a)(jt,"defaultProps",{className:"",location:"",attr:{},toolbar:null,columns:[]});var Pt=jt,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(B.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(B.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,At=a(44),It=a(132);class Rt 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(At.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)(Rt,"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(B.a)({className:d},p),a||r?this.renderLabel():null,i.a.createElement(Rt,{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 Vt=Nt,Lt=a(78);function Wt(e,t){const a=Ft(t);return a>0?e.toFixed(a):String(e)}function Ft(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**Ft(t);return e*=o,t*=o,a*=o,(Math.ceil((e-a)/t)*t+a)/o}(Object(Lt.a)(e,t,a),o,t)}const $t=qt.bind(null,"add"),Gt=qt.bind(null,"sub");function qt(e,t,a){const o=Ft(t),n=Ft(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 Kt=1e3;class Ut extends i.a.Component{constructor(){super(...arguments),Object(o.a)(this,"state",{text:Wt(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:Wt(s,n),value:s}},()=>{this.props.onTextChange(this.state.text),this.props.onChange(this.state.value)})},Kt))}static getDerivedStateFromProps(e,t){return e.value!==t.prevPropsValue?{text:Wt(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:Wt(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:Wt(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(B.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(B.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(B.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(B.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),sa=a(70),ca=a(29),da=a(151),pa=a(52);const ua=140;class ma 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(_.A)(l)),"GlobalBlock"!==r.type)i=Object(Ct.a)(),r=Object(sa.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(_.U)({id:e,data:Object(sa.a)(t,{value:{popupId:i}}),meta:{is_autosave:0}})))}this.props.onChange({value:i,popups:ca.a.insertItem(a,a.length,r)})}),Object(o.a)(this,"handleEdit",()=>{const e=this.props.popupKey;da.a.get(e).open(),Object(se.d)(),pa.a&&pa.a.setParentsHover(!1)}),Object(o.a)(this,"handleEditLegacy",()=>{const e=this.props.value.value;da.a.get(e).open(),Object(se.d)(),pa.a&&pa.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,ua),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,ua),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(B.a)({},a,{className:c}),o||n?this.renderLabel():null,d)}}Object(o.a)(ma,"defaultProps",{label:"",className:"",attr:{},helper:!1,helperContent:"",display:"inline",canDelete:!0,popupKey:"",value:{value:"",popups:[]},onChange:z.a.noop});var ha=Object(j.b)(e=>({pageBlocks:Object(M.o)(e),globalBlocks:Object(M.k)(e)}))(ma);class ga 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(B.a)({className:n,onClick:this.handleClick},r),i.a.createElement(s.a,{icon:o}))}}Object(o.a)(ga,"defaultProps",{className:"",attr:{},icon:"nc-grid-45",value:null,onChange:z.a.noop});var ba=ga;class ya 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)(ya,"defaultProps",{name:"defaultName",className:"",defaultValue:"",onChange:z.a.noop});class va 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 fa 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(va,{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(B.a)({className:p},u),t||n?this.renderLabel():null,i.a.createElement(ya,{defaultValue:c,onChange:d},this.renderRadioChoices(r)))}}Object(o.a)(fa,"defaultProps",{label:"",display:"inline",icon:"",title:"",className:"",value:"",helper:!1,helperContent:"",attr:{},choices:[],onChange:z.a.noop});var Ca=fa;class wa 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(At.a,{name:"check-alt",type:"editor"})),i.a.createElement("div",{className:"brz-control__check-group-icon brz-control__check-group--uncheck"},i.a.createElement(At.a,{name:"uncheck-alt",type:"editor"})),s))}render(){return this.renderForEdit()}}Object(o.a)(wa,"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)(wa,"defaultProps",{className:"",active:!1,value:"",name:"",renderIcons:z.a.noop,onClick:z.a.noop});class Oa 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)(Oa,"propTypes",{name:h.a.string,className:h.a.string,defaultValue:h.a.object.isRequired,onChange:h.a.func.isRequired}),Object(o.a)(Oa,"defaultProps",{name:"defaultName",className:"",defaultValue:{},onChange:z.a.noop});class xa 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(wa,{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(B.a)({},r,{className:d}),t||n?this.renderLabel():null,i.a.createElement(Oa,{defaultValue:s,onChange:c},this.renderChoices()))}}Object(o.a)(xa,"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)(xa,"defaultProps",{label:"",display:"inline",icon:"",title:"",className:"",value:{},helper:!1,helperContent:"",attr:{},choices:[],onChange:z.a.noop});var Sa=xa;class ka 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)(ka,"defaultProps",{value:100,min:0,max:100,step:1,onChange:z.a.noop,onChangeEnd:z.a.noop});class Ba 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(B.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)(Ba,"defaultProps",{className:"",attr:{},suffixes:[{title:"px",value:"px"}],min:0,max:0,step:0,value:0,suffixValue:null,onChange:z.a.noop});var ja=Ba;class Pa 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,g=void 0===h?null!=e.input.step?e.input.step:null!=t.slider.step?t.slider.step:e.slider.step:h,b=this.state,y=b.value,v=b.suffix;return i.a.createElement(ja,{min:Number(p),max:Number(m),step:Number(g),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,g=t.suffix,b=t.helper,y=t.attr,v=t.icon,f=l()("brz-ed-option__slider",`brz-ed-option__${n}`,{"brz-ed-option__slider-suffix":g.length>0},a,y.className),C=z.a.omit(y,"className"),w=Object(Lt.a)(this.state.value,c,p);return i.a.createElement("div",Object(B.a)({className:f},C),o||b?this.renderLabel():null,i.a.createElement("div",{className:"brz-ed-option__slider__content"},v&&this.renderIcon(),i.a.createElement(ka,{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)(Pa,"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 za=Pa;class Ta 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)(Ta,"defaultProps",{className:"",min:0,max:10,step:1,value:1,onChange:z.a.noop});class Ha 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(B.a)({className:m},h),t||s?this.renderLabel():null,i.a.createElement(Ta,{value:Number(c),min:Number(o),max:Number(n),step:Number(r),onChange:u}))}}Object(o.a)(Ha,"defaultProps",{label:"",display:"inline",min:0,max:10,step:1,value:5,className:"",attr:{},helper:!1,helperContent:"",onChange:z.a.noop});var Ma=Ha,_a=a(149);class Ea 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__switch__label"},t,n)})}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=e.onChange,p=l()("brz-ed-option__switch",`brz-ed-option__${a}`,c,s.className);return i.a.createElement("div",Object(B.a)({},s,{className:p}),t||o?this.renderLabel(t):null,i.a.createElement(_a.a,{key:n,defaultValue:n,valueMap:r,onChange:d}))}}Object(o.a)(Ea,"defaultProps",{label:"",display:"inline",className:"",value:"off",valueMap:{true:"on",false:"off"},attr:{},helper:!1,helperContent:"",onChange:z.a.noop});var Aa=Ea;class Ia 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)(Ia,"defaultProps",{align:"",className:"",tabsClassName:"",tabsPosition:"top",value:0,hideHandlesWhenOne:!0,onChange:z.a.noop,helper:null});class Ra extends i.a.Component{render(){return this.props.children}}class Na 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.c)();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(Ra,{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(Ia,{className:"brz-ed-tabs__option--inline",tabsClassName:n,tabsPosition:o,value:this.getActiveTab(),align:l,hideHandlesWhenOne:r,onChange:this.handleTabChange},d)}}Object(o.a)(Na,"defaultProps",{align:"center",hideHandlesWhenOne:!0,tabs:[],location:"",value:null,toolbar:null});var Va=Na;class La 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)(La,"defaultProps",{className:"",title:"",value:"",onChange:z.a.noop});class Wa 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)(Wa,"defaultProps",{className:"",icon:""});class Fa extends i.a.Component{render(){const e=this.props,t=e.className,a=e.attr,o=e.choices,n=e.value,r=e.onChange,s=z.a.map(o,e=>{let t=e.icon,a=e.value;return i.a.createElement(Wa,{key:t,value:a,icon:t})}),c=l()("brz-ed-option__toggle",t,a.className),d=z.a.omit(a,"className"),p=o.filter(e=>e.value===n)[0].title,u=void 0===p?"":p;return i.a.createElement(La,Object(B.a)({className:c,value:n,title:u,onChange:r},d),s)}}Object(o.a)(Fa,"defaultProps",{className:"",attr:{},value:"",choices:[]});var Da=Fa;class $a 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(B.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)($a,"defaultProps",{className:"",label:"",placeholder:"",helper:!1,helperContent:"",attr:{},min:-9999,max:9999,step:1,value:0,onChange:z.a.noop});var Ga=$a;const qa=at.a.Handle;class Ka 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(qa,Object(B.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,g=p.gradientColorHex;return i.a.createElement("div",Object(B.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}, ${g})`},onChange:this.handleRangeChange})))}}Object(o.a)(Ka,"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 Ua=Ka;class Ya 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(B.a)({},a,{className:n,onMouseDown:this.handleMouseDown}),i.a.createElement(s.a,{icon:o}))}}Object(o.a)(Ya,"defaultProps",{className:"",attr:{},icon:"nc-cog",value:{}});var Xa=Ya;t.a={advancedSettings:k,blockThumbnail:V,button:W,buttonTooltip:G,codeMirror:U,colorFields:te,colorPaletteEditor:de,colorPalette:ie,colorPalette2:le,colorPicker:He,colorPicker2:ct,fontFamily:gt,fontStyle:vt,fontStyleEditor:St,formApps:Bt,grid:Pt,imageSetter:Et,iconSetter:Vt,multiPicker:Qt,multiInput:Xt,multiInputPicker:ta,input:na,textarea:ra,popover:la.a,promptAddPopup:ha,promptIcon:ba,radioGroup:Ca,checkGroup:Sa,select:yt,slider:za,stepper:Ma,switch:Aa,tabs:Va,toggle:Da,inputNumber:Ga,range:Ua,range2:lt,integrationsApps:Xa}},151:function(e,t,a){"use strict";var o={};a.r(o),a.d(o,"getItems",function(){return E});var n={};a.r(n),a.d(n,"getItems",function(){return A});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),g=a(24),b=a(29),y=a(65),v=a(52),f=a(44),C=a(19),w=a(114),O=a(35),x=a(34),S=a(38),k=a(37),B=a(23),j=a(14),P=a(18),z=a(16),T=a(11),H=a(1),M=a(2),_=a(4);function E(e){let t=e.v,a=e.device,o=e.component;const n=Object(T.d)(Object(M.defaultValueValue)({v:t,key:"bgColorHex",device:a}),Object(M.defaultValueValue)({v:t,key:"bgColorPalette",device:a})).hex,i=Object(M.defaultValueValue)({v:t,key:"tabsColor",device:a,state:"normal"});return[{id:Object(M.defaultValueKey)({key:"toolbarPopup",device:a,state:"normal"}),type:"popover",icon:"nc-popup",title:"Popup",devices:"desktop",position:70,options:[{id:Object(M.defaultValueKey)({key:"makeItGlobal",device:a,state:"normal"}),label:Object(H.a)("Make it Global"),type:"switch",value:o.props.meta.globalBlockId?"on":"off",onChange:e=>{"on"===e?o.becomeGlobal():o.becomeNormal()}}]},{id:Object(M.defaultValueKey)({key:"toolbarMedia",device:a,state:"normal"}),type:"popover",icon:"nc-background",title:Object(H.a)("Background"),position:80,options:[Object(_.c)({v:t,device:a,state:"normal",onChange:["onChangeBgImage","onChangeBgImageBgOpacity"]})]},{id:Object(M.defaultValueKey)({key:"toolbarColor",device:a,state:"normal"}),type:"popover",size:"auto",title:Object(H.a)("Colors"),position:90,icon:{style:{backgroundColor:Object(z.c)(n,Object(M.defaultValueValue)({v:t,key:"bgColorOpacity",device:a,state:"normal"}))}},options:[{id:Object(M.defaultValueKey)({key:"tabsState",device:a,state:"normal"}),tabsPosition:"left",type:"tabs",value:Object(M.defaultValueValue)({v:t,key:"tabsState",device:a,state:"normal"}),tabs:[{id:Object(M.defaultValueKey)({key:"tabNormal",device:a,state:"normal"}),tabIcon:"nc-circle",title:Object(H.a)("Normal"),options:[{id:Object(M.defaultValueKey)({key:"tabsColor",device:a,state:"normal"}),type:"tabs",value:i,tabs:[{id:Object(M.defaultValueKey)({key:"tabOverlay",device:a,state:"normal"}),label:Object(H.a)("Overlay"),options:[Object(_.a)({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(_.b)({v:t,device:a,state:"normal",prefix:"startPointer"===Object(M.defaultValueValue)({v:t,key:"gradientActivePointer",device:a,state:"normal"})?"bg":"gradient",onChange:["onChangeBgColorHexAndOpacity2","onChangeBgColorHexAndOpacityPalette2","onChangeBgColorHexAndOpacityDependencies2"]})]},{width:52,options:[Object(_.ac)({v:t,device:a,state:"normal",className:"brz-ed__select--transparent brz-ed__select--align-right",disabled:"solid"===Object(M.defaultValueValue)({v:t,key:"bgColorType",device:a,state:"normal"})})]},{width:18,options:[Object(_.Yb)({v:t,device:a,state:"normal",disabled:"solid"===Object(M.defaultValueValue)({v:t,key:"bgColorType",device:a,state:"normal"})||"radial"===Object(M.defaultValueValue)({v:t,key:"gradientType",device:a,state:"normal"})}),Object(_.Zb)({v:t,device:a,state:"normal",disabled:"solid"===Object(M.defaultValueValue)({v:t,key:"bgColorType",device:a,state:"normal"})||"linear"===Object(M.defaultValueValue)({v:t,key:"gradientType",device:a,state:"normal"})})]}]}]},{id:Object(M.defaultValueKey)({key:"tabClose",device:a,state:"normal",devices:"desktop"}),label:Object(H.a)("Close"),options:[Object(_.r)({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(_.s)({v:t,device:a,state:"normal",devices:"desktop",onChange:["onChangeColorHexAndOpacity","onChangeColorHexAndOpacityPalette"]})]},{width:52,options:[]},{width:18,options:[]}]}]}]}]},{id:Object(M.defaultValueKey)({key:"tabHover",device:a,state:"normal"}),tabIcon:"nc-hover",title:Object(H.a)("Hover"),devices:"desktop",options:[{id:Object(M.defaultValueKey)({key:"tabsColor",device:a,state:"normal"}),type:"tabs",value:i,hideHandlesWhenOne:!1,tabs:[{id:Object(M.defaultValueKey)({key:"tabClose",device:a,state:"normal"}),label:Object(H.a)("Close"),options:[Object(_.r)({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(_.s)({v:t,device:a,state:"hover",devices:"desktop",onChange:["onChangeColorHexAndOpacity","onChangeColorHexAndOpacityPalette"]})]},{width:52,options:[]},{width:18,options:[]}]}]}]}]}]}],onChange:(e,t)=>{return{tabsColor:t.isOpen?i:""}}},{id:Object(M.defaultValueKey)({key:"makeItSaved",device:a,state:"normal"}),type:"buttonTooltip",icon:"nc-save-section",position:100,title:Object(H.a)("Save"),devices:"desktop",tooltipContent:Object(H.a)("Saved"),onChange:()=>{o.becomeSaved()}},{id:Object(M.defaultValueKey)({key:"toolbarSettings",device:a,state:"normal"}),type:"popover",icon:"nc-cog",title:Object(H.a)("Settings"),roles:["admin"],devices:"desktop",position:110,options:[{id:Object(M.defaultValueKey)({key:"advancedSettings",device:a,state:"normal"}),type:"advancedSettings",label:Object(H.a)("More Settings"),icon:"nc-cog",options:[{id:Object(M.defaultValueKey)({key:"settingsTabs",device:a,state:"normal"}),type:"tabs",align:"start",tabs:[{id:Object(M.defaultValueKey)({key:"moreSettingsAdvanced",device:a,state:"normal"}),label:Object(H.a)("Advanced"),tabIcon:"nc-cog",options:[]}]}]}]}]}function A(e){let t=e.v,a=e.device;return[{id:Object(M.defaultValueKey)({key:"toolbarSettings",device:a,state:"normal"}),type:"popover",title:Object(H.a)("Settings"),devices:"desktop",position:110,options:[Object(_.sc)({v:t,device:a,state:"normal",devices:"desktop"})]}]}var I=a(13);function R(e,t,a){return Object(I.renderStyles)({v:e,vs:t,vd:a,styles:{".brz && > .brz-popup__close:hover":{standart:["cssStyleColor"]}}})}var N=a(308);a.d(t,"a",function(){return V});let V=new Map;class L 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),this.patchValue({tabsState:"tabNormal",tabsColor:"tabOverlay"}))}),Object(l.a)(this,"handleDropClick",()=>{this.close()}),this.instanceKey=this.props.instanceKey||this.getId(),this.state={isOpened:L.tmpGlobal===this.getId()},L.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(I.css)(`${this.constructor.componentId}-Bg`,`${this.getId()}-Bg`,function(e,t,a){return Object(I.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","cssStyleBgImagePosition"]},".brz &&:hover > .brz-bg-media > .brz-bg-color":{standart:["cssStyleBgColor","cssStyleBgGradient"]}}})}(e,t,a))),r=m()("brz-container",e.containerClassName,Object(I.css)(`${this.constructor.componentId}-container`,`${this.getId()}-container`,function(e,t,a){return Object(I.renderStyles)({v:e,vs:t,vd:a,styles:{".brz &&:hover":{standart:["cssStyleBorderTransparentColor"],interval:["cssStyleSizeMaxWidthContainer"]}}})}(e,t,a))),l=m()("brz-container__wrap",Object(I.css)(`${this.constructor.componentId}-containerWrap`,`${this.getId()}-containerWrap`,function(e,t,a){return Object(I.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(b.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(I.css)(`${this.constructor.componentId}-close`,`${this.getId()}-close`,R(e,t,a)));return p.a.createPortal(c.a.createElement(g.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,i=m()("brz-popup","brz-popup__preview",o,n,Object(I.css)(`${this.constructor.componentId}-close`,`${this.getId()}-close`,R(e,t,a)));return c.a.createElement(g.a,{selectorName:this.getId(),css:e.customCSS},c.a.createElement("div",{className:i,"data-brz-popup":this.instanceKey},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.setState({isOpened:!0})}close(){document.documentElement.classList.remove("brz-ow-hidden"),this.setState({isOpened:!1})}becomeSaved(){const e=this.props.blockId,t=this.getDBValue();(0,Object(B.b)().dispatch)(Object(j.C)({id:Object(x.a)(),data:{type:this.constructor.componentId,blockId:e,value:t},meta:{sourceBlockId:this.getId()}}))}becomeGlobal(){L.tmpGlobal=this.getId();const e=this.props,t=e.blockId,a=e.onChange,o=this.getDBValue(),n=Object(x.a)();(0,Object(B.b)().dispatch)(Object(j.B)({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(){L.tmpGlobal=this.getId();const e=this.props,t=e.meta.globalBlockId,a=e.onChange,o=Object(P.g)(Object(B.b)().getState()),n=Object(S.f)(o[t]);n.value._id=this.getId(),a(n,{intent:"replace_all",idOptions:{keepExistingIds:!0}})}}Object(l.a)(L,"defaultProps",{meta:{}}),Object(l.a)(L,"defaultValue",N),Object(l.a)(L,"tmpGlobal",null);t.b=L},16:function(e,t,a){"use strict";var o=a(23),n=a(18);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})`}}},17:function(e,t,a){"use strict";var o=a(70);let n={};t.a={load:e=>{n=Object(o.a)(n,e)},get:e=>n[e],getAll:()=>n}},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(5),n=a(20),i=a(66),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