All in One SEO Pack - Version 4.2.3.1

Version Description

This update adds major improvements and bugfixes.

Download this release

Release Info

Developer arnaudbroes
Plugin Icon 128x128 All in One SEO Pack
Version 4.2.3.1
Comparing to
See all releases

Code changes from version 4.2.2 to 4.2.3.1

Files changed (101) hide show
  1. all_in_one_seo_pack.php +1 -1
  2. app/AIOSEO.php +3 -1
  3. app/Common/Admin/Admin.php +40 -60
  4. app/Common/Admin/Dashboard.php +5 -1
  5. app/Common/Admin/Notices/Notices.php +2 -2
  6. app/Common/Admin/Notices/WpNotices.php +214 -0
  7. app/Common/Admin/PostSettings.php +2 -2
  8. app/Common/Admin/SlugMonitor.php +187 -0
  9. app/Common/Api/Settings.php +6 -0
  10. app/Common/Core/Core.php +49 -0
  11. app/Common/Help/Help.php +1 -1
  12. app/Common/Main/Filters.php +2 -2
  13. app/Common/Main/QueryArgs.php +3 -1
  14. app/Common/Main/Updates.php +6 -11
  15. app/Common/Migration/Sitemap.php +1 -1
  16. app/Common/Models/Model.php +8 -2
  17. app/Common/Models/Post.php +69 -10
  18. app/Common/Options/Options.php +22 -20
  19. app/Common/Schema/Graphs/CheckoutPage.php +23 -0
  20. app/Common/Schema/Schema.php +31 -5
  21. app/Common/Sitemap/Image/ThirdParty.php +89 -3
  22. app/Common/Sitemap/Localization.php +31 -4
  23. app/Common/Sitemap/Output.php +1 -1
  24. app/Common/Sitemap/Ping.php +1 -1
  25. app/Common/Sitemap/RequestParser.php +45 -9
  26. app/Common/Sitemap/Sitemap.php +5 -5
  27. app/Common/Sitemap/Xsl.php +2 -2
  28. app/Common/Standalone/Blocks/Blocks.php +43 -0
  29. app/Common/Standalone/Blocks/FaqPage.php +35 -0
  30. app/Common/Standalone/Blocks/TableOfContents.php +25 -0
  31. app/Common/Standalone/DetailsColumn.php +32 -1
  32. app/Common/Standalone/HeadlineAnalyzer.php +1 -1
  33. app/Common/Standalone/PageBuilders/Divi.php +11 -0
  34. app/Common/Standalone/SetupWizard.php +1 -1
  35. app/Common/Standalone/Standalone.php +5 -0
  36. app/Common/Tools/BadBotBlocker.php +1 -1
  37. app/Common/Traits/Helpers/Strings.php +20 -4
  38. app/Common/Traits/Helpers/ThirdParty.php +42 -0
  39. app/Common/Traits/Helpers/Vue.php +7 -6
  40. app/Common/Traits/Helpers/Wp.php +19 -0
  41. app/Common/Traits/Helpers/WpContext.php +11 -0
  42. app/Common/Traits/Helpers/WpUri.php +34 -1
  43. app/Common/Utils/Addons.php +24 -2
  44. app/Common/Utils/Blocks.php +2 -1
  45. app/Common/Utils/Database.php +234 -195
  46. app/Common/Utils/Tags.php +13 -1
  47. app/Common/Utils/VueSettings.php +2 -1
  48. app/Common/Views/main/clarity.php +1 -1
  49. app/Common/Views/main/meta.php +6 -1
  50. app/Common/Views/sitemap/html/compact-archive.php +7 -2
  51. app/Common/Views/sitemap/html/widget-options.php +6 -1
  52. app/Common/Views/sitemap/xml/default.php +5 -2
  53. app/Lite/Admin/Admin.php +32 -2
  54. dist/Lite/assets/about.8c3f7d88.js +1 -0
  55. dist/Lite/assets/about.975948c9.js +0 -1
  56. dist/Lite/assets/blocks.c0ceb3e3.js +0 -1
  57. dist/Lite/assets/blocks.eafeffc4.js +79 -0
  58. dist/Lite/assets/connect-pro.8a978f37.js +0 -1
  59. dist/Lite/assets/connect-pro.db898166.js +1 -0
  60. dist/Lite/assets/connect.5f0ac0ba.js +0 -1
  61. dist/Lite/assets/connect.f07b3fd1.js +1 -0
  62. dist/Lite/assets/css/App.7c89764d.css +0 -1
  63. dist/Lite/assets/css/App.ad2cbe34.css +1 -0
  64. dist/Lite/assets/css/Debug.ec399243.css +0 -1
  65. dist/Lite/assets/css/Main.1be23d77.css +1 -0
  66. dist/Lite/assets/css/{Media.2fa8ee20.css → Media.5a507e5d.css} +1 -1
  67. dist/Lite/assets/css/Steps.03733f96.css +0 -1
  68. dist/Lite/assets/css/Steps.0d609674.css +1 -0
  69. dist/Lite/assets/css/Welcome.22a43538.css +0 -1
  70. dist/Lite/assets/css/Welcome.7ff65416.css +1 -0
  71. dist/Lite/assets/css/{admin-bar.c7ba8f76.css → admin-bar.13f94dbd.css} +1 -1
  72. dist/Lite/assets/css/app.74df4b5f.css +1 -0
  73. dist/Lite/assets/css/app.77221710.css +0 -1
  74. dist/Lite/assets/css/blocks-editor.b36533f3.css +1 -0
  75. dist/Lite/assets/css/blocks.3c03ca13.css +1 -0
  76. dist/Lite/assets/css/blocks.ebbce42f.css +0 -1
  77. dist/Lite/assets/css/{headline-analyzer.1b27d310.css → headline-analyzer.64baf4ea.css} +1 -1
  78. dist/Lite/assets/css/{integrations.e2c86b05.css → integrations.4de20982.css} +1 -1
  79. dist/Lite/assets/{dashboard-widgets.b96e3b08.js → dashboard-widgets.37b5ccb0.js} +1 -1
  80. dist/Lite/assets/dashboard.2f62dff2.js +1 -0
  81. dist/Lite/assets/dashboard.f431de8f.js +0 -1
  82. dist/Lite/assets/divi-admin.2a59a2e1.js +1 -0
  83. dist/Lite/assets/divi-admin.e489d2e4.js +0 -1
  84. dist/Lite/assets/divi.2f74a631.js +1 -0
  85. dist/Lite/assets/divi.a06a2517.js +0 -1
  86. dist/Lite/assets/elementor.2c374705.js +0 -1
  87. dist/Lite/assets/elementor.31b2583d.js +1 -0
  88. dist/Lite/assets/feature-manager.b04200da.js +1 -0
  89. dist/Lite/assets/feature-manager.d36a5358.js +0 -1
  90. dist/Lite/assets/{flyout-menu.4e665183.js → flyout-menu.8eb59140.js} +1 -1
  91. dist/Lite/assets/follow-up-emails-nav-bar.7401c3ff.js +0 -1
  92. dist/Lite/assets/follow-up-emails-nav-bar.f6c769bd.js +1 -0
  93. dist/Lite/assets/headline-analyzer.1e8df25d.js +0 -23
  94. dist/Lite/assets/headline-analyzer.c2fe698f.js +23 -0
  95. dist/Lite/assets/js/AboutUs.ce17eaf4.js +0 -1
  96. dist/Lite/assets/js/AboutUs.e72ab34f.js +1 -0
  97. dist/Lite/assets/js/AccessControl.0c862a08.js +0 -1
  98. dist/Lite/assets/js/AccessControl.abf5bdb0.js +1 -0
  99. dist/Lite/assets/js/AdditionalInformation.84802464.js +0 -1
  100. dist/Lite/assets/js/AdditionalInformation.d2f64136.js +1 -0
  101. dist/Lite/assets/js/{AdditionalPages.0d295a96.js → AdditionalPages.94d0616c.js} +2 -3
all_in_one_seo_pack.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: SEO for WordPress. Features like XML Sitemaps, SEO for custom post types, SEO for blogs, business sites, ecommerce sites, and much more. More than 80 million downloads since 2007.
6
  * Author: All in One SEO Team
7
  * Author URI: https://aioseo.com/
8
- * Version: 4.2.2
9
  * Text Domain: all-in-one-seo-pack
10
  * Domain Path: /languages
11
  *
5
  * Description: SEO for WordPress. Features like XML Sitemaps, SEO for custom post types, SEO for blogs, business sites, ecommerce sites, and much more. More than 80 million downloads since 2007.
6
  * Author: All in One SEO Team
7
  * Author URI: https://aioseo.com/
8
+ * Version: 4.2.3.1
9
  * Text Domain: all-in-one-seo-pack
10
  * Domain Path: /languages
11
  *
app/AIOSEO.php CHANGED
@@ -400,6 +400,7 @@ namespace AIOSEO\Plugin {
400
  $this->htaccess = new Common\Tools\Htaccess();
401
  $this->term = $this->pro ? new Pro\Admin\Term() : null;
402
  $this->notices = $this->pro ? new Pro\Admin\Notices\Notices() : new Lite\Admin\Notices\Notices();
 
403
  $this->admin = $this->pro ? new Pro\Admin\Admin() : new Lite\Admin\Admin();
404
  $this->activate = $this->pro ? new Pro\Main\Activate() : new Common\Main\Activate();
405
  $this->conflictingPlugins = $this->pro ? new Pro\Admin\ConflictingPlugins() : new Common\Admin\ConflictingPlugins();
@@ -410,7 +411,8 @@ namespace AIOSEO\Plugin {
410
  $this->templates = new Common\Utils\Templates();
411
  $this->categoryBase = $this->pro ? new Pro\Main\CategoryBase() : null;
412
  $this->postSettings = $this->pro ? new Pro\Admin\PostSettings() : new Lite\Admin\PostSettings();
413
- $this->standalone = new Common\Standalone\Standalone;
 
414
 
415
  if ( ! wp_doing_ajax() && ! wp_doing_cron() ) {
416
  $this->rss = new Common\Rss();
400
  $this->htaccess = new Common\Tools\Htaccess();
401
  $this->term = $this->pro ? new Pro\Admin\Term() : null;
402
  $this->notices = $this->pro ? new Pro\Admin\Notices\Notices() : new Lite\Admin\Notices\Notices();
403
+ $this->wpNotices = new Common\Admin\Notices\WpNotices();
404
  $this->admin = $this->pro ? new Pro\Admin\Admin() : new Lite\Admin\Admin();
405
  $this->activate = $this->pro ? new Pro\Main\Activate() : new Common\Main\Activate();
406
  $this->conflictingPlugins = $this->pro ? new Pro\Admin\ConflictingPlugins() : new Common\Admin\ConflictingPlugins();
411
  $this->templates = new Common\Utils\Templates();
412
  $this->categoryBase = $this->pro ? new Pro\Main\CategoryBase() : null;
413
  $this->postSettings = $this->pro ? new Pro\Admin\PostSettings() : new Lite\Admin\PostSettings();
414
+ $this->standalone = new Common\Standalone\Standalone();
415
+ $this->slugMonitor = new Common\Admin\SlugMonitor();
416
 
417
  if ( ! wp_doing_ajax() && ! wp_doing_cron() ) {
418
  $this->rss = new Common\Rss();
app/Common/Admin/Admin.php CHANGED
@@ -376,9 +376,12 @@ class Admin {
376
  return;
377
  }
378
 
 
 
 
379
  $count = count( Models\Notification::getAllActiveNotifications() );
380
  $htmlCount = 10 > $count ? $count : '!';
381
- $htmlCount = $htmlCount ? '<div class="wp-core-ui wp-ui-notification aioseo-menu-notification-counter">' . $htmlCount . '</div>' : '';
382
  $htmlCount .= '<div id="aioseo-menu-new-notifications"></div>';
383
 
384
  $this->adminBarMenuItems[] = [
@@ -407,8 +410,10 @@ class Admin {
407
  }
408
 
409
  $this->addSettingsMenuItems();
 
 
 
410
  $this->addAdminBarMenuItems();
411
- $this->addPostMenuItems();
412
  }
413
 
414
  /**
@@ -516,25 +521,27 @@ class Admin {
516
  /**
517
  * Adds the current post menu items to the admin bar.
518
  *
519
- * @since 4.0.0
520
  *
521
  * @return void
522
  */
523
- protected function addPostMenuItems() {
524
- $blogPage = aioseo()->helpers->getBlogPage();
525
- if ( ! $blogPage ) {
526
  return;
527
  }
528
 
529
- $addMenu = $this->getAdminBarMenuData( $blogPage );
530
- if ( ! empty( $addMenu ) ) {
531
- $this->adminBarMenuItems[] = [
532
- 'id' => 'aioseo-edit-' . $addMenu['id'],
533
- 'parent' => 'aioseo-main',
534
- 'title' => esc_html__( 'Edit SEO', 'all-in-one-seo-pack' ),
535
- 'href' => $addMenu['link'],
536
- ];
537
  }
 
 
 
 
 
 
 
538
  }
539
 
540
  /**
@@ -574,42 +581,6 @@ class Admin {
574
  }
575
  }
576
 
577
- /**
578
- * Retreive data to build the admin bar.
579
- *
580
- * @since 4.0.0
581
- *
582
- * @param WP_Post $post The post object.
583
- * @return array An array of data to build a menu link.
584
- */
585
- protected function getAdminBarMenuData( $post ) {
586
- // Don't show if we're on the home page and the home page is the latest posts.
587
- if ( ! is_home() || ( ! is_front_page() && ! is_home() ) ) {
588
- global $wp_the_query;
589
- $currentObject = $wp_the_query->get_queried_object();
590
-
591
- if ( is_singular() ) {
592
- if ( ! empty( $currentObject ) && ! empty( $currentObject->post_type ) ) {
593
- // Try the main query.
594
- $editPostLink = get_edit_post_link( $currentObject->ID );
595
-
596
- return [
597
- 'id' => $currentObject->ID,
598
- 'link' => $editPostLink . '#aioseo'
599
- ];
600
- } else {
601
- // Try the post object.
602
- return [
603
- 'id' => $post->ID,
604
- 'link' => get_edit_post_link( $post->ID ) . '#aioseo'
605
- ];
606
- }
607
- }
608
- }
609
-
610
- return [];
611
- }
612
-
613
  /**
614
  * Get the required capability for given admin page.
615
  *
@@ -812,6 +783,7 @@ class Admin {
812
 
813
  if ( 'tools' === $page ) {
814
  $this->checkAdminQueryArgs();
 
815
  }
816
 
817
  // Redirect our Analytics page to the appropriate plugin page.
@@ -954,8 +926,7 @@ class Admin {
954
  $postType = get_post_type_object( $post->post_type );
955
  if (
956
  empty( $pageAnalysisCapability ) ||
957
- empty( $postType->public ) ||
958
- ( aioseo()->helpers->isWooCommerceActive() && 'product' === $post->post_type )
959
  ) {
960
  return;
961
  }
@@ -1019,11 +990,6 @@ class Admin {
1019
  Migration\Helpers::redoMigration();
1020
  }
1021
 
1022
- // Remove all AIOSEO cache.
1023
- if ( isset( $_GET['aioseo-clear-cache'] ) ) {
1024
- aioseo()->core->cache->clear();
1025
- }
1026
-
1027
  if ( isset( $_GET['aioseo-remove-duplicates'] ) ) {
1028
  aioseo()->updates->removeDuplicateRecords();
1029
  }
@@ -1036,9 +1002,22 @@ class Admin {
1036
  aioseo()->sitemap->query->resetImages();
1037
  }
1038
 
 
 
 
 
1039
  $this->updateDeprecatedOptions();
1040
  }
1041
 
 
 
 
 
 
 
 
 
 
1042
  /**
1043
  * Starts the cleaning procedure to fix escaped, corrupted data.
1044
  *
@@ -1227,8 +1206,9 @@ class Admin {
1227
 
1228
  if ( ! empty( $post ) ) {
1229
  $posts[] = [
1230
- 'id' => $id,
1231
- 'url' => urlencode( str_replace( aioseo()->helpers->getSiteUrl(), '', str_replace( '__trashed', '', get_permalink( $post ) ) ) )
 
1232
  ];
1233
  }
1234
  }
@@ -1237,7 +1217,7 @@ class Admin {
1237
  return $messages;
1238
  }
1239
 
1240
- $url = add_query_arg( 'aioseo-add-urls', base64_encode( wp_json_encode( $posts ) ), admin_url( 'admin.php?page=aioseo-redirects' ) );
1241
  $addRedirect = _n( 'Add Redirect to improve SEO', 'Add Redirects to improve SEO', count( $posts ), 'all-in-one-seo-pack' );
1242
 
1243
  $messages['post']['trashed'] = $messages['post']['trashed'] . '&nbsp;<a href="' . $url . '">' . $addRedirect . '</a> |';
376
  return;
377
  }
378
 
379
+ $classes = is_admin()
380
+ ? 'wp-core-ui wp-ui-notification aioseo-menu-notification-counter'
381
+ : 'aioseo-menu-notification-counter aioseo-menu-notification-counter-frontend';
382
  $count = count( Models\Notification::getAllActiveNotifications() );
383
  $htmlCount = 10 > $count ? $count : '!';
384
+ $htmlCount = $htmlCount ? "<div class=\"{$classes}\">" . $htmlCount . '</div>' : '';
385
  $htmlCount .= '<div id="aioseo-menu-new-notifications"></div>';
386
 
387
  $this->adminBarMenuItems[] = [
410
  }
411
 
412
  $this->addSettingsMenuItems();
413
+ $this->addEditSeoMenuItem();
414
+
415
+ // Actually add in the menu bar items.
416
  $this->addAdminBarMenuItems();
 
417
  }
418
 
419
  /**
521
  /**
522
  * Adds the current post menu items to the admin bar.
523
  *
524
+ * @since 4.2.3
525
  *
526
  * @return void
527
  */
528
+ protected function addEditSeoMenuItem() {
529
+ // Don't show if we're on the home page and the home page is the latest posts or if we're not in a singular context.
530
+ if ( aioseo()->helpers->isDynamicHomePage() || ! is_singular() ) {
531
  return;
532
  }
533
 
534
+ $post = aioseo()->helpers->getPost();
535
+ if ( empty( $post ) ) {
536
+ return;
 
 
 
 
 
537
  }
538
+
539
+ $this->adminBarMenuItems[] = [
540
+ 'id' => 'aioseo-edit-' . $post->ID,
541
+ 'parent' => 'aioseo-main',
542
+ 'title' => esc_html__( 'Edit SEO', 'all-in-one-seo-pack' ),
543
+ 'href' => get_edit_post_link( $post->ID ) . '#aioseo-settings',
544
+ ];
545
  }
546
 
547
  /**
581
  }
582
  }
583
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
584
  /**
585
  * Get the required capability for given admin page.
586
  *
783
 
784
  if ( 'tools' === $page ) {
785
  $this->checkAdminQueryArgs();
786
+ $this->checkForRedirects();
787
  }
788
 
789
  // Redirect our Analytics page to the appropriate plugin page.
926
  $postType = get_post_type_object( $post->post_type );
927
  if (
928
  empty( $pageAnalysisCapability ) ||
929
+ empty( $postType->public )
 
930
  ) {
931
  return;
932
  }
990
  Migration\Helpers::redoMigration();
991
  }
992
 
 
 
 
 
 
993
  if ( isset( $_GET['aioseo-remove-duplicates'] ) ) {
994
  aioseo()->updates->removeDuplicateRecords();
995
  }
1002
  aioseo()->sitemap->query->resetImages();
1003
  }
1004
 
1005
+ if ( isset( $_GET['aioseo-clear-cache'] ) ) {
1006
+ aioseo()->core->cache->clear();
1007
+ }
1008
+
1009
  $this->updateDeprecatedOptions();
1010
  }
1011
 
1012
+ /**
1013
+ * Check the query args to see if we need to redirect to an external URL.
1014
+ *
1015
+ * @since 4.2.3
1016
+ *
1017
+ * @return void
1018
+ */
1019
+ protected function checkForRedirects() {}
1020
+
1021
  /**
1022
  * Starts the cleaning procedure to fix escaped, corrupted data.
1023
  *
1206
 
1207
  if ( ! empty( $post ) ) {
1208
  $posts[] = [
1209
+ 'url' => str_replace( aioseo()->helpers->getSiteUrl(), '', str_replace( '__trashed', '', get_permalink( $post ) ) ),
1210
+ 'target' => '/',
1211
+ 'type' => 301
1212
  ];
1213
  }
1214
  }
1217
  return $messages;
1218
  }
1219
 
1220
+ $url = aioseo()->slugMonitor->manualRedirectUrl( $posts );
1221
  $addRedirect = _n( 'Add Redirect to improve SEO', 'Add Redirects to improve SEO', count( $posts ), 'all-in-one-seo-pack' );
1222
 
1223
  $messages['post']['trashed'] = $messages['post']['trashed'] . '&nbsp;<a href="' . $url . '">' . $addRedirect . '</a> |';
app/Common/Admin/Dashboard.php CHANGED
@@ -46,7 +46,11 @@ class Dashboard {
46
  [
47
  $this,
48
  'outputSeoSetup',
49
- ]
 
 
 
 
50
  );
51
  }
52
 
46
  [
47
  $this,
48
  'outputSeoSetup',
49
+ ],
50
+ null,
51
+ null,
52
+ 'normal',
53
+ 'high'
54
  );
55
  }
56
 
app/Common/Admin/Notices/Notices.php CHANGED
@@ -43,7 +43,7 @@ class Notices {
43
  $this->import = new Import();
44
  $this->deprecatedWordPress = new DeprecatedWordPress();
45
 
46
- add_action( 'admin_notices', [ $this, 'notice' ] );
47
  }
48
 
49
  /**
@@ -322,7 +322,7 @@ class Notices {
322
  *
323
  * @return void
324
  */
325
- public function notice() {
326
  $this->review->maybeShowNotice();
327
  $this->migration->maybeShowNotice();
328
  $this->import->maybeShowNotice();
43
  $this->import = new Import();
44
  $this->deprecatedWordPress = new DeprecatedWordPress();
45
 
46
+ add_action( 'admin_notices', [ $this, 'notices' ] );
47
  }
48
 
49
  /**
322
  *
323
  * @return void
324
  */
325
+ public function notices() {
326
  $this->review->maybeShowNotice();
327
  $this->migration->maybeShowNotice();
328
  $this->import->maybeShowNotice();
app/Common/Admin/Notices/WpNotices.php ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ namespace AIOSEO\Plugin\Common\Admin\Notices;
3
+
4
+ // Exit if accessed directly.
5
+ if ( ! defined( 'ABSPATH' ) ) {
6
+ exit;
7
+ }
8
+
9
+ /**
10
+ * WpNotices class.
11
+ *
12
+ * @since 4.2.3
13
+ */
14
+ class WpNotices {
15
+ /**
16
+ * Notices array
17
+ *
18
+ * @since 4.2.3
19
+ *
20
+ * @var array
21
+ */
22
+ private $notices;
23
+
24
+ /**
25
+ * The cache key.
26
+ *
27
+ * @since 4.2.3
28
+ *
29
+ * @var string
30
+ */
31
+ private $cacheKey = 'wp_notices';
32
+
33
+ /**
34
+ * Class Constructor.
35
+ *
36
+ * @since 4.2.3
37
+ */
38
+ public function __construct() {
39
+ add_action( 'rest_api_init', [ $this, 'registerApiField' ] );
40
+ add_action( 'enqueue_block_editor_assets', [ $this, 'enqueueScripts' ] );
41
+ add_action( 'admin_notices', [ $this, 'adminNotices' ] );
42
+ }
43
+
44
+ /**
45
+ * Enqueue notices scripts.
46
+ *
47
+ * @since 4.2.3
48
+ *
49
+ * @return void
50
+ */
51
+ public function enqueueScripts() {
52
+ aioseo()->core->assets->load( 'src/vue/standalone/wp-notices/main.js' );
53
+ }
54
+
55
+ /**
56
+ * Registers an API field with notices.
57
+ *
58
+ * @since 4.2.3
59
+ *
60
+ * @return void
61
+ */
62
+ public function registerApiField() {
63
+ foreach ( aioseo()->helpers->getPublicPostTypes( true ) as $postType ) {
64
+ register_rest_field( $postType, 'aioseo_notices', [
65
+ 'get_callback' => [ $this, 'apiGetNotices' ]
66
+ ] );
67
+ }
68
+ }
69
+
70
+ /**
71
+ * API field callback.
72
+ *
73
+ * @since 4.2.3
74
+ *
75
+ * @return array Notices array
76
+ */
77
+ public function apiGetNotices() {
78
+ $notices = $this->getNotices();
79
+
80
+ // Notices show only one time.
81
+ $this->clearNotices();
82
+
83
+ return $notices;
84
+ }
85
+
86
+ /**
87
+ * Get all notices.
88
+ *
89
+ * @since 4.2.3
90
+ *
91
+ * @return array Notices array
92
+ */
93
+ public function getNotices() {
94
+ if ( empty( $this->notices ) ) {
95
+ $this->notices = aioseo()->core->cache->get( $this->cacheKey );
96
+ }
97
+
98
+ return ! empty( $this->notices ) ? $this->notices : [];
99
+ }
100
+
101
+ /**
102
+ * Finds a notice by message.
103
+ *
104
+ * @since 4.2.3
105
+ *
106
+ * @param string $message The message string.
107
+ * @param string $type The message type.
108
+ * @return void|array The found notice.
109
+ */
110
+ public function getNotice( $message, $type = '' ) {
111
+ $notices = $this->getNotices();
112
+ foreach ( $notices as $notice ) {
113
+ if ( $notice['options']['id'] === $this->getNoticeId( $message, $type ) ) {
114
+ return $notice;
115
+ }
116
+ }
117
+ }
118
+
119
+ /**
120
+ * Generates a notice id.
121
+ *
122
+ * @since 4.2.3
123
+ *
124
+ * @param string $message The message string.
125
+ * @param string $type The message type.
126
+ * @return string The notice id.
127
+ */
128
+ public function getNoticeId( $message, $type = '' ) {
129
+ return md5( $message . $type );
130
+ }
131
+
132
+ /**
133
+ * Clear notices.
134
+ *
135
+ * @since 4.2.3
136
+ *
137
+ * @return void
138
+ */
139
+ public function clearNotices() {
140
+ $this->notices = [];
141
+ aioseo()->core->cache->delete( $this->cacheKey );
142
+ }
143
+
144
+ /**
145
+ * Adds a notice.
146
+ *
147
+ * @since 4.2.3
148
+ *
149
+ * @param string $message The message.
150
+ * @param string $status The message status [success, info, warning, error]
151
+ * @param array $options Options for the message. https://developer.wordpress.org/block-editor/reference-guides/data/data-core-notices/#createnotice
152
+ * @return void
153
+ */
154
+ public function addNotice( $message, $status = 'warning', $options = [] ) {
155
+ $type = ! empty( $options['type'] ) ? $options['type'] : '';
156
+ $foundNotice = $this->getNotice( $message, $type );
157
+ if ( empty( $message ) || ! empty( $foundNotice ) ) {
158
+ return;
159
+ }
160
+
161
+ $notice = [
162
+ 'message' => $message,
163
+ 'status' => $status,
164
+ 'options' => wp_parse_args( $options, [
165
+ 'id' => $this->getNoticeId( $message, $type ),
166
+ 'isDismissible' => true
167
+ ] )
168
+ ];
169
+
170
+ $this->notices[] = $notice;
171
+ aioseo()->core->cache->update( $this->cacheKey, $this->notices );
172
+ }
173
+
174
+ /**
175
+ * Show notices on classic editor.
176
+ *
177
+ * @since 4.2.3
178
+ *
179
+ * @return void
180
+ */
181
+ public function adminNotices() {
182
+ $notices = $this->getNotices();
183
+ foreach ( $notices as $notice ) {// Hide snackbar notices on classic editor.
184
+ if ( ! empty( $notice['options']['type'] ) && 'snackbar' === $notice['options']['type'] ) {
185
+ continue;
186
+ }
187
+
188
+ ?>
189
+ <div class="notice notice-<?php echo esc_attr( $notice['status'] ) ?>">
190
+ <?php echo '<p>' . $notice['message'] . '</p>'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
191
+ <?php
192
+ if ( ! empty( $notice['options']['actions'] ) ) {
193
+ foreach ( $notice['options']['actions'] as $action ) {
194
+ echo '<p>';
195
+ if ( ! empty( $action['url'] ) ) {
196
+ $target = $action['target'] ?: '';
197
+ echo '<a href="' . esc_attr( $action['url'] ) . '" target="' . esc_attr( $target ) . '">';
198
+ }
199
+ echo $action['label']; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
200
+ if ( ! empty( $action['url'] ) ) {
201
+ echo '</a>';
202
+ }
203
+ echo '</p>';
204
+ }
205
+ ?>
206
+ <?php } ?>
207
+ </div>
208
+ <?php
209
+ }
210
+
211
+ // Notices show only one time.
212
+ $this->clearNotices();
213
+ }
214
+ }
app/Common/Admin/PostSettings.php CHANGED
@@ -359,8 +359,8 @@ class PostSettings {
359
  break;
360
  }
361
 
362
- $prefix = aioseo()->db->prefix;
363
- $postsTable = aioseo()->db->db->posts;
364
  $clauses['join'] .= " LEFT JOIN {$prefix}aioseo_posts AS aioseo_p ON ({$postsTable}.ID = aioseo_p.post_id) ";
365
  $clauses['where'] .= $whereClause;
366
 
359
  break;
360
  }
361
 
362
+ $prefix = aioseo()->core->db->prefix;
363
+ $postsTable = aioseo()->core->db->db->posts;
364
  $clauses['join'] .= " LEFT JOIN {$prefix}aioseo_posts AS aioseo_p ON ({$postsTable}.ID = aioseo_p.post_id) ";
365
  $clauses['where'] .= $whereClause;
366
 
app/Common/Admin/SlugMonitor.php ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ namespace AIOSEO\Plugin\Common\Admin;
3
+
4
+ // Exit if accessed directly.
5
+ if ( ! defined( 'ABSPATH' ) ) {
6
+ exit;
7
+ }
8
+
9
+ /**
10
+ * Monitors changes to post slugs.
11
+ *
12
+ * @since 4.2.3
13
+ */
14
+ class SlugMonitor {
15
+ /**
16
+ * Holds posts that have been updated.
17
+ *
18
+ * @since 4.2.3
19
+ *
20
+ * @var array
21
+ */
22
+ private $updatedPosts = [];
23
+
24
+ /**
25
+ * Class constructor.
26
+ *
27
+ * @since 4.2.3
28
+ */
29
+ public function __construct() {
30
+ // We can't monitor changes without permalinks enabled.
31
+ if ( ! get_option( 'permalink_structure' ) ) {
32
+ return;
33
+ }
34
+
35
+ add_action( 'pre_post_update', [ $this, 'prePostUpdate' ], 10, 2 );
36
+
37
+ // WP 5.6+.
38
+ if ( function_exists( 'wp_after_insert_post' ) ) {
39
+ add_action( 'wp_after_insert_post', [ $this, 'afterInsertPost' ], 11, 4 );
40
+ } else {
41
+ add_action( 'post_updated', [ $this, 'postUpdated' ], 11, 3 );
42
+ }
43
+ }
44
+
45
+ /**
46
+ * Remember the previous post permalink.
47
+ *
48
+ * @since 4.2.3
49
+ *
50
+ * @param integer $postId The post ID.
51
+ * @return void
52
+ */
53
+ public function prePostUpdate( $postId ) {
54
+ $this->updatedPosts[ $postId ] = get_permalink( $postId );
55
+ }
56
+
57
+ /**
58
+ * Called when a post has been completely inserted ( with categories and meta ).
59
+ *
60
+ * @since 4.2.3
61
+ *
62
+ * @param integer $postId The post ID.
63
+ * @param \WP_Post $post The post object.
64
+ * @param bool $update Whether this is an existing post being updated.
65
+ * @param null|\WP_Post $postBefore The post object before changes were made.
66
+ * @return void
67
+ */
68
+ public function afterInsertPost( $postId, $post, $update, $postBefore ) {
69
+ if ( ! $update ) {
70
+ return;
71
+ }
72
+
73
+ $this->postUpdated( $postId, $post, $postBefore );
74
+ }
75
+
76
+ /**
77
+ * Called when a post has been updated - check if the slug has changed.
78
+ *
79
+ * @since 4.2.3
80
+ *
81
+ * @param integer $postId The post ID.
82
+ * @param \WP_Post $post The post object.
83
+ * @param \WP_Post $postBefore The post object before changes were made.
84
+ * @return void
85
+ */
86
+ public function postUpdated( $postId, $post, $postBefore ) {
87
+ if ( ! isset( $this->updatedPosts[ $postId ] ) ) {
88
+ return;
89
+ }
90
+
91
+ $before = aioseo()->helpers->getPermalinkPath( $this->updatedPosts[ $postId ] );
92
+ $after = aioseo()->helpers->getPermalinkPath( get_permalink( $postId ) );
93
+ if ( ! aioseo()->helpers->hasPermalinkChanged( $before, $after ) ) {
94
+ return;
95
+ }
96
+
97
+ // Can we monitor this slug?
98
+ if ( ! $this->canMonitorPost( $post, $postBefore ) ) {
99
+ return;
100
+ }
101
+
102
+ // Ask aioseo-redirects if automatic redirects is monitoring it.
103
+ if ( $this->automaticRedirect( $post->post_type, $before, $after ) ) {
104
+ return;
105
+ }
106
+
107
+ // Filter to allow users to disable the slug monitor messages.
108
+ if ( apply_filters( 'aioseo_redirects_disable_slug_monitor', false ) ) {
109
+ return;
110
+ }
111
+
112
+ $redirectUrl = $this->manualRedirectUrl( [
113
+ 'url' => $before,
114
+ 'target' => $after,
115
+ 'type' => 301
116
+ ] );
117
+
118
+ $message = __( 'The permalink for this post just changed! This could result in 404 errors for your site visitors.', 'all-in-one-seo-pack' );
119
+
120
+ aioseo()->wpNotices->addNotice( $message, 'warning', [
121
+ 'actions' => [
122
+ [
123
+ 'url' => $redirectUrl,
124
+ 'label' => __( 'Add Redirect to improve SEO', 'all-in-one-seo-pack' ),
125
+ 'target' => '_blank'
126
+ ]
127
+ ]
128
+ ] );
129
+ }
130
+
131
+ /**
132
+ * Checks if this is a post we can monitor.
133
+ *
134
+ * @since 4.2.3
135
+ *
136
+ * @param \WP_Post $post The post object.
137
+ * @param \WP_Post $postBefore The post object before changes were made.
138
+ * @return boolean True if we can monitor this post.
139
+ */
140
+ private function canMonitorPost( $post, $postBefore ) {
141
+ // Check that this is for the expected post.
142
+ if ( ! isset( $post->ID ) || ! isset( $this->updatedPosts[ $post->ID ] ) ) {
143
+ return false;
144
+ }
145
+
146
+ // Don't do anything if we're not published.
147
+ if ( 'publish' !== $post->post_status || 'publish' !== $postBefore->post_status ) {
148
+ return false;
149
+ }
150
+
151
+ return true;
152
+ }
153
+
154
+ /**
155
+ * Tries to add a automatic redirect.
156
+ *
157
+ * @since 4.2.3
158
+ *
159
+ * @param string $postType The post type.
160
+ * @param string $before The url before.
161
+ * @param string $after The url after.
162
+ * @return bool True if an automatic redirect was added.
163
+ */
164
+ private function automaticRedirect( $postType, $before, $after ) {
165
+ if ( ! aioseo()->addons->getLoadedAddon( 'redirects' ) ) {
166
+ return false;
167
+ }
168
+
169
+ return aioseoRedirects()->monitor->automaticRedirect( $postType, $before, $after );
170
+ }
171
+
172
+ /**
173
+ * Generates a URL for adding manual redirects.
174
+ *
175
+ * @since 4.2.3
176
+ *
177
+ * @param array $urls An array of [url, target, type, slash, case, regex].
178
+ * @return string The redirect link.
179
+ */
180
+ public function manualRedirectUrl( $urls ) {
181
+ if ( ! aioseo()->addons->getLoadedAddon( 'redirects' ) ) {
182
+ return admin_url( 'admin.php?page=aioseo-redirects' );
183
+ }
184
+
185
+ return aioseoRedirects()->helpers->manualRedirectUrl( $urls );
186
+ }
187
+ }
app/Common/Api/Settings.php CHANGED
@@ -405,6 +405,12 @@ class Settings {
405
  case 'readd-capabilities':
406
  aioseo()->access->addCapabilities();
407
  break;
 
 
 
 
 
 
408
  case 'rerun-migrations':
409
  aioseo()->internalOptions->database->installedTables = '';
410
  aioseo()->internalOptions->internal->lastActiveVersion = '4.0.0';
405
  case 'readd-capabilities':
406
  aioseo()->access->addCapabilities();
407
  break;
408
+ case 'reset-data':
409
+ aioseo()->core->uninstallDb( true );
410
+ aioseo()->internalOptions->database->installedTables = '';
411
+ aioseo()->internalOptions->internal->lastActiveVersion = '4.0.0';
412
+ aioseo()->updates->addInitialCustomTablesForV4();
413
+ break;
414
  case 'rerun-migrations':
415
  aioseo()->internalOptions->database->installedTables = '';
416
  aioseo()->internalOptions->internal->lastActiveVersion = '4.0.0';
app/Common/Core/Core.php CHANGED
@@ -28,4 +28,53 @@ class Core {
28
  $this->cachePrune = new Utils\CachePrune();
29
  $this->optionsCache = new Options\Cache();
30
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  }
28
  $this->cachePrune = new Utils\CachePrune();
29
  $this->optionsCache = new Options\Cache();
30
  }
31
+
32
+ /**
33
+ * Removes all our tables and options.
34
+ *
35
+ * @since 4.2.3
36
+ *
37
+ * @param bool $force Whether we should ignore the uninstall option or not. We ignore it when we reset all data via the Debug Panel.
38
+ * @return void
39
+ */
40
+ public function uninstallDb( $force = false ) {
41
+ // Confirm that user has decided to remove all data, otherwise stop.
42
+ if ( ! $force && ! aioseo()->options->advanced->uninstall ) {
43
+ return;
44
+ }
45
+
46
+ $tablesToDrop = [
47
+ 'aioseo_notifications',
48
+ 'aioseo_posts',
49
+ 'aioseo_terms',
50
+ 'aioseo_redirects',
51
+ 'aioseo_redirects_404_logs',
52
+ 'aioseo_redirects_hits',
53
+ 'aioseo_redirects_logs',
54
+ 'aioseo_cache',
55
+ 'aioseo_links',
56
+ 'aioseo_links_suggestions'
57
+ ];
58
+
59
+ // Delete all our custom tables.
60
+ global $wpdb;
61
+ foreach ( $tablesToDrop as $tableName ) {
62
+ $wpdb->query( 'DROP TABLE IF EXISTS ' . $wpdb->prefix . $tableName ); // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared
63
+ }
64
+
65
+ // Delete all AIOSEO Locations and Location Categories.
66
+ $wpdb->query( "DELETE FROM {$wpdb->posts} WHERE post_type = 'aioseo-location'" );
67
+ $wpdb->query( "DELETE FROM {$wpdb->term_taxonomy} WHERE taxonomy = 'aioseo-location-category'" );
68
+
69
+ // Delete all the plugin settings.
70
+ $wpdb->query( "DELETE FROM {$wpdb->options} WHERE option_name LIKE 'aioseo\_%'" );
71
+
72
+ // Remove any transients we've left behind.
73
+ $wpdb->query( "DELETE FROM {$wpdb->options} WHERE option_name LIKE '\_aioseo\_%'" );
74
+ $wpdb->query( "DELETE FROM {$wpdb->options} WHERE option_name LIKE 'aioseo\_%'" );
75
+
76
+ // Delete all entries from the action scheduler table.
77
+ $wpdb->query( "DELETE FROM {$wpdb->prefix}actionscheduler_actions WHERE hook LIKE 'aioseo\_%'" );
78
+ $wpdb->query( "DELETE FROM {$wpdb->prefix}actionscheduler_groups WHERE slug = 'aioseo'" );
79
+ }
80
  }
app/Common/Help/Help.php CHANGED
@@ -8,7 +8,7 @@ if ( ! defined( 'ABSPATH' ) ) {
8
 
9
  class Help {
10
  /**
11
- * Source of notifications content.
12
  *
13
  * @since 4.0.0
14
  *
8
 
9
  class Help {
10
  /**
11
+ * Source of the documentation content.
12
  *
13
  * @since 4.0.0
14
  *
app/Common/Main/Filters.php CHANGED
@@ -61,7 +61,7 @@ abstract class Filters {
61
  add_action( 'dp_duplicate_page', [ $this, 'duplicatePost' ], 10, 2 );
62
  add_action( 'woocommerce_product_duplicate_before_save', [ $this, 'scheduleDuplicateProduct' ], 10, 2 );
63
 
64
- add_action( 'init', [ $this, 'removeEmojiScript' ] );
65
  add_action( 'init', [ $this, 'resetUserBBPress' ], -1 );
66
 
67
  // Bypass the JWT Auth plugin's unnecessary restrictions. https://wordpress.org/plugins/jwt-auth/
@@ -312,7 +312,7 @@ abstract class Filters {
312
  *
313
  * @since 4.2.2
314
  */
315
- function disableJetpackSitemaps( $active ) {
316
  unset( $active['sitemaps'] );
317
 
318
  return $active;
61
  add_action( 'dp_duplicate_page', [ $this, 'duplicatePost' ], 10, 2 );
62
  add_action( 'woocommerce_product_duplicate_before_save', [ $this, 'scheduleDuplicateProduct' ], 10, 2 );
63
 
64
+ add_action( 'admin_init', [ $this, 'removeEmojiScript' ] );
65
  add_action( 'init', [ $this, 'resetUserBBPress' ], -1 );
66
 
67
  // Bypass the JWT Auth plugin's unnecessary restrictions. https://wordpress.org/plugins/jwt-auth/
312
  *
313
  * @since 4.2.2
314
  */
315
+ public function disableJetpackSitemaps( $active ) {
316
  unset( $active['sitemaps'] );
317
 
318
  return $active;
app/Common/Main/QueryArgs.php CHANGED
@@ -482,7 +482,9 @@ class QueryArgs {
482
  'add_coupon',
483
  'item',
484
  '_wcsnonce',
485
- 'post_type'
 
 
486
  ];
487
  }
488
  }
482
  'add_coupon',
483
  'item',
484
  '_wcsnonce',
485
+ 'post_type',
486
+ 'product',
487
+ 'product_cat',
488
  ];
489
  }
490
  }
app/Common/Main/Updates.php CHANGED
@@ -45,11 +45,6 @@ class Updates {
45
  aioseo()->access->addCapabilities();
46
 
47
  $oldOptions = get_option( 'aioseop_options' );
48
- if ( empty( $oldOptions ) && ! is_network_admin() && ! isset( $_GET['activate-multi'] ) ) {
49
- // Sets 30 second transient for welcome screen redirect on activation.
50
- aioseo()->core->cache->update( 'activation_redirect', true, 30 );
51
- }
52
-
53
  if ( ! empty( $oldOptions['last_active_version'] ) ) {
54
  aioseo()->internalOptions->internal->lastActiveVersion = $oldOptions['last_active_version'];
55
  }
@@ -796,9 +791,9 @@ class Updates {
796
  * @return void
797
  */
798
  private function removeRevisionRecords() {
799
- $postsTableName = aioseo()->db->prefix . 'posts';
800
- $aioseoPostsTableName = aioseo()->db->prefix . 'aioseo_posts';
801
- aioseo()->db->execute(
802
  "DELETE FROM `$aioseoPostsTableName`
803
  WHERE `post_id` IN (
804
  SELECT `ID`
@@ -873,15 +868,15 @@ class Updates {
873
  * @return void
874
  */
875
  private function migrateUserContactMethods() {
876
- $userMetaTableName = aioseo()->db->prefix . 'usermeta';
877
 
878
- aioseo()->db->execute(
879
  "UPDATE `$userMetaTableName`
880
  SET `meta_key` = 'aioseo_facebook_page_url'
881
  WHERE `meta_key` = 'aioseo_facebook'"
882
  );
883
 
884
- aioseo()->db->execute(
885
  "UPDATE `$userMetaTableName`
886
  SET `meta_key` = 'aioseo_twitter_url'
887
  WHERE `meta_key` = 'aioseo_twitter'"
45
  aioseo()->access->addCapabilities();
46
 
47
  $oldOptions = get_option( 'aioseop_options' );
 
 
 
 
 
48
  if ( ! empty( $oldOptions['last_active_version'] ) ) {
49
  aioseo()->internalOptions->internal->lastActiveVersion = $oldOptions['last_active_version'];
50
  }
791
  * @return void
792
  */
793
  private function removeRevisionRecords() {
794
+ $postsTableName = aioseo()->core->db->prefix . 'posts';
795
+ $aioseoPostsTableName = aioseo()->core->db->prefix . 'aioseo_posts';
796
+ aioseo()->core->db->execute(
797
  "DELETE FROM `$aioseoPostsTableName`
798
  WHERE `post_id` IN (
799
  SELECT `ID`
868
  * @return void
869
  */
870
  private function migrateUserContactMethods() {
871
+ $userMetaTableName = aioseo()->core->db->prefix . 'usermeta';
872
 
873
+ aioseo()->core->db->execute(
874
  "UPDATE `$userMetaTableName`
875
  SET `meta_key` = 'aioseo_facebook_page_url'
876
  WHERE `meta_key` = 'aioseo_facebook'"
877
  );
878
 
879
+ aioseo()->core->db->execute(
880
  "UPDATE `$userMetaTableName`
881
  SET `meta_key` = 'aioseo_twitter_url'
882
  WHERE `meta_key` = 'aioseo_twitter'"
app/Common/Migration/Sitemap.php CHANGED
@@ -157,7 +157,7 @@ class Sitemap {
157
  foreach ( $this->oldOptions['modules']['aiosp_sitemap_options']['aiosp_sitemap_excl_terms'] as $taxonomy ) {
158
  foreach ( $taxonomy['terms'] as $id ) {
159
  $term = get_term( $id );
160
- if ( ! is_object( $term ) ) {
161
  continue;
162
  }
163
 
157
  foreach ( $this->oldOptions['modules']['aiosp_sitemap_options']['aiosp_sitemap_excl_terms'] as $taxonomy ) {
158
  foreach ( $taxonomy['terms'] as $id ) {
159
  $term = get_term( $id );
160
+ if ( ! is_a( $term, 'WP_Term' ) ) {
161
  continue;
162
  }
163
 
app/Common/Models/Model.php CHANGED
@@ -82,7 +82,7 @@ class Model implements \JsonSerializable {
82
  *
83
  * @var array
84
  */
85
- private static $columns;
86
 
87
  /**
88
  * Class constructor.
@@ -171,7 +171,9 @@ class Model implements \JsonSerializable {
171
  }
172
 
173
  if ( in_array( $key, $this->jsonFields, true ) ) {
174
- $this->$key = json_decode( $value );
 
 
175
  continue;
176
  }
177
 
@@ -406,6 +408,10 @@ class Model implements \JsonSerializable {
406
  *
407
  * @return array An array of data that we are okay with serializing.
408
  */
 
 
 
 
409
  public function jsonSerialize() {
410
  $array = [];
411
 
82
  *
83
  * @var array
84
  */
85
+ private static $columns = [];
86
 
87
  /**
88
  * Class constructor.
171
  }
172
 
173
  if ( in_array( $key, $this->jsonFields, true ) ) {
174
+ if ( $value ) {
175
+ $this->$key = is_string( $value ) ? json_decode( $value ) : $value;
176
+ }
177
  continue;
178
  }
179
 
408
  *
409
  * @return array An array of data that we are okay with serializing.
410
  */
411
+ #[\ReturnTypeWillChange]
412
+ // The attribute above omits a deprecation notice from PHP 8.1 that is thrown because the return type of jsonSerialize() isn't "mixed".
413
+ // Once PHP 5.6 is our minimum supported version, this can be removed in favour of overriding the return type in the method signature like this -
414
+ // public function jsonSerialize() : array
415
  public function jsonSerialize() {
416
  $array = [];
417
 
app/Common/Models/Post.php CHANGED
@@ -104,16 +104,24 @@ class Post extends Model {
104
  * @return Post The modified Post object.
105
  */
106
  private static function setDynamicDefaults( $post, $postId ) {
107
- if (
108
- 'page' === get_post_type( $postId ) && // This check cannot be deleted and is required to prevent errors after WordPress cleans up the attachment it creates when a plugin is updated.
109
- (
110
- aioseo()->helpers->isWooCommerceCheckoutPage( $postId ) ||
111
  aioseo()->helpers->isWooCommerceCartPage( $postId ) ||
112
  aioseo()->helpers->isWooCommerceAccountPage( $postId )
113
- )
114
- ) {
115
- $post->robots_default = false;
116
- $post->robots_noindex = true;
 
 
 
 
 
 
 
 
117
  }
118
 
119
  if ( aioseo()->helpers->isStaticHomePage( $postId ) ) {
@@ -303,8 +311,8 @@ class Post extends Model {
303
  // Schema
304
  $thePost->schema_type = ! empty( $data['schema_type'] ) ? sanitize_text_field( $data['schema_type'] ) : 'default';
305
  $thePost->schema_type_options = ! empty( $data['schema_type_options'] )
306
- ? parent::getDefaultSchemaOptions( wp_json_encode( $data['schema_type_options'] ) )
307
- : parent::getDefaultSchemaOptions();
308
  // Miscellaneous
309
  $thePost->local_seo = ! empty( $data['local_seo'] ) ? wp_json_encode( $data['local_seo'] ) : null;
310
  $thePost->limit_modified_date = isset( $data['limit_modified_date'] ) ? rest_sanitize_boolean( $data['limit_modified_date'] ) : 0;
@@ -448,6 +456,57 @@ class Post extends Model {
448
  return json_decode( wp_json_encode( $defaults ) );
449
  }
450
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
451
  /**
452
  * Returns the defaults for the keyphrases column.
453
  *
104
  * @return Post The modified Post object.
105
  */
106
  private static function setDynamicDefaults( $post, $postId ) {
107
+ if ( 'page' === get_post_type( $postId ) ) { // This check cannot be deleted and is required to prevent errors after WordPress cleans up the attachment it creates when a plugin is updated.
108
+ $isWooCommerceCheckoutPage = aioseo()->helpers->isWooCommerceCheckoutPage( $postId );
109
+ if (
110
+ $isWooCommerceCheckoutPage ||
111
  aioseo()->helpers->isWooCommerceCartPage( $postId ) ||
112
  aioseo()->helpers->isWooCommerceAccountPage( $postId )
113
+ ) {
114
+ $post->robots_default = false;
115
+ $post->robots_noindex = true;
116
+ }
117
+
118
+ if ( $isWooCommerceCheckoutPage ) {
119
+ $schemaTypeOptions = json_decode( self::getDefaultSchemaOptions() );
120
+ $schemaTypeOptions->webPage->webPageType = 'CheckoutPage';
121
+
122
+ $post->schema_type = 'WebPage';
123
+ $post->schema_type_options = wp_json_encode( $schemaTypeOptions );
124
+ }
125
  }
126
 
127
  if ( aioseo()->helpers->isStaticHomePage( $postId ) ) {
311
  // Schema
312
  $thePost->schema_type = ! empty( $data['schema_type'] ) ? sanitize_text_field( $data['schema_type'] ) : 'default';
313
  $thePost->schema_type_options = ! empty( $data['schema_type_options'] )
314
+ ? self::getDefaultSchemaOptions( wp_json_encode( $data['schema_type_options'] ) )
315
+ : self::getDefaultSchemaOptions();
316
  // Miscellaneous
317
  $thePost->local_seo = ! empty( $data['local_seo'] ) ? wp_json_encode( $data['local_seo'] ) : null;
318
  $thePost->limit_modified_date = isset( $data['limit_modified_date'] ) ? rest_sanitize_boolean( $data['limit_modified_date'] ) : 0;
456
  return json_decode( wp_json_encode( $defaults ) );
457
  }
458
 
459
+ /**
460
+ * Returns a JSON object with default schema options.
461
+ *
462
+ * @since 4.0.0
463
+ *
464
+ * @param string $existingOptions The existing options in JSON.
465
+ * @return string The existing options with defaults added in JSON.
466
+ */
467
+ public static function getDefaultSchemaOptions( $existingOptions = '' ) {
468
+ // If the root level value for a graph needs to be an object, we need to set at least one property inside of it so that PHP doesn't convert it to an empty array.
469
+
470
+ $defaults = [
471
+ 'article' => [
472
+ 'articleType' => 'BlogPosting'
473
+ ],
474
+ 'course' => [
475
+ 'name' => '',
476
+ 'description' => '',
477
+ 'provider' => ''
478
+ ],
479
+ 'faq' => [
480
+ 'pages' => []
481
+ ],
482
+ 'product' => [
483
+ 'reviews' => []
484
+ ],
485
+ 'recipe' => [
486
+ 'ingredients' => [],
487
+ 'instructions' => [],
488
+ 'keywords' => []
489
+ ],
490
+ 'software' => [
491
+ 'reviews' => [],
492
+ 'operatingSystems' => []
493
+ ],
494
+ 'webPage' => [
495
+ 'webPageType' => 'WebPage'
496
+ ],
497
+ 'blockGraphs' => []
498
+ ];
499
+
500
+ if ( empty( $existingOptions ) ) {
501
+ return wp_json_encode( $defaults );
502
+ }
503
+
504
+ $existingOptions = json_decode( $existingOptions, true );
505
+ $existingOptions = array_replace_recursive( $defaults, $existingOptions );
506
+
507
+ return wp_json_encode( $existingOptions );
508
+ }
509
+
510
  /**
511
  * Returns the defaults for the keyphrases column.
512
  *
app/Common/Options/Options.php CHANGED
@@ -218,7 +218,7 @@ TEMPLATE
218
  'general' => [
219
  'enable' => [ 'type' => 'boolean', 'default' => true ],
220
  'useOgData' => [ 'type' => 'boolean', 'default' => true ],
221
- 'defaultCardType' => [ 'type' => 'string', 'default' => 'summary' ],
222
  'defaultImageSourcePosts' => [ 'type' => 'string', 'default' => 'default' ],
223
  'customFieldImagePosts' => [ 'type' => 'string' ],
224
  'defaultImagePosts' => [ 'type' => 'string', 'default' => '' ],
@@ -731,27 +731,29 @@ TEMPLATE
731
  * @return array An array of options.
732
  */
733
  private function maybeRemoveUnfilteredHtmlFields( $options ) {
734
- if ( ! current_user_can( 'unfiltered_html' ) ) {
735
- if (
736
- ! empty( $options['webmasterTools'] ) &&
737
- isset( $options['webmasterTools']['miscellaneousVerification'] )
738
- ) {
739
- unset( $options['webmasterTools']['miscellaneousVerification'] );
740
- }
741
 
742
- if (
743
- ! empty( $options['rssContent'] ) &&
744
- isset( $options['rssContent']['before'] )
745
- ) {
746
- unset( $options['rssContent']['before'] );
747
- }
748
 
749
- if (
750
- ! empty( $options['rssContent'] ) &&
751
- isset( $options['rssContent']['after'] )
752
- ) {
753
- unset( $options['rssContent']['after'] );
754
- }
 
 
 
 
 
 
755
  }
756
 
757
  return $options;
218
  'general' => [
219
  'enable' => [ 'type' => 'boolean', 'default' => true ],
220
  'useOgData' => [ 'type' => 'boolean', 'default' => true ],
221
+ 'defaultCardType' => [ 'type' => 'string', 'default' => 'summary_large_image' ],
222
  'defaultImageSourcePosts' => [ 'type' => 'string', 'default' => 'default' ],
223
  'customFieldImagePosts' => [ 'type' => 'string' ],
224
  'defaultImagePosts' => [ 'type' => 'string', 'default' => '' ],
731
  * @return array An array of options.
732
  */
733
  private function maybeRemoveUnfilteredHtmlFields( $options ) {
734
+ if ( current_user_can( 'unfiltered_html' ) ) {
735
+ return $options;
736
+ }
 
 
 
 
737
 
738
+ if (
739
+ ! empty( $options['webmasterTools'] ) &&
740
+ isset( $options['webmasterTools']['miscellaneousVerification'] )
741
+ ) {
742
+ unset( $options['webmasterTools']['miscellaneousVerification'] );
743
+ }
744
 
745
+ if (
746
+ ! empty( $options['rssContent'] ) &&
747
+ isset( $options['rssContent']['before'] )
748
+ ) {
749
+ unset( $options['rssContent']['before'] );
750
+ }
751
+
752
+ if (
753
+ ! empty( $options['rssContent'] ) &&
754
+ isset( $options['rssContent']['after'] )
755
+ ) {
756
+ unset( $options['rssContent']['after'] );
757
  }
758
 
759
  return $options;
app/Common/Schema/Graphs/CheckoutPage.php ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ namespace AIOSEO\Plugin\Common\Schema\Graphs;
3
+
4
+ // Exit if accessed directly.
5
+ if ( ! defined( 'ABSPATH' ) ) {
6
+ exit;
7
+ }
8
+
9
+ /**
10
+ * CheckoutPage graph class.
11
+ *
12
+ * @since 4.2.3
13
+ */
14
+ class CheckoutPage extends WebPage {
15
+ /**
16
+ * The graph type.
17
+ *
18
+ * @since 4.2.3
19
+ *
20
+ * @var string
21
+ */
22
+ protected $type = 'CheckoutPage';
23
+ }
app/Common/Schema/Schema.php CHANGED
@@ -63,6 +63,21 @@ class Schema {
63
  'price' // Needs to be 0 if free for Software Application.
64
  ];
65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  /**
67
  * Returns the JSON schema for the requested page.
68
  *
@@ -248,15 +263,26 @@ class Schema {
248
  *
249
  * @since 4.0.13
250
  *
251
- * @param array $data The graph data.
252
- * @return array The cleaned graph data.
 
253
  */
254
- protected function cleanData( $data ) {
255
  foreach ( $data as $k => &$v ) {
256
  if ( is_array( $v ) ) {
257
- $v = $this->cleanData( $v );
 
 
258
  } else {
259
- $v = is_int( $v ) ? $v : trim( wp_strip_all_tags( $v ) );
 
 
 
 
 
 
 
 
260
  }
261
 
262
  if ( empty( $v ) && ! in_array( $k, $this->nullableFields, true ) ) {
63
  'price' // Needs to be 0 if free for Software Application.
64
  ];
65
 
66
+
67
+ /**
68
+ * List of mapped parents with properties that are allowed to contain a restricted set of HTML tags.
69
+ *
70
+ * @since 4.2.3
71
+ *
72
+ * @var array
73
+ */
74
+ private $htmlAllowedFields = [
75
+ // FAQPage
76
+ 'acceptedAnswer' => [
77
+ 'text'
78
+ ]
79
+ ];
80
+
81
  /**
82
  * Returns the JSON schema for the requested page.
83
  *
263
  *
264
  * @since 4.0.13
265
  *
266
+ * @param array $data The graph data.
267
+ * @param string $parentKey The key of the group parent (optional).
268
+ * @return array The cleaned graph data.
269
  */
270
+ protected function cleanData( $data, $parentKey = '' ) {
271
  foreach ( $data as $k => &$v ) {
272
  if ( is_array( $v ) ) {
273
+ $v = $this->cleanData( $v, $k );
274
+ } elseif ( is_numeric( $v ) ) {
275
+ // Do nothing.
276
  } else {
277
+ // Check if the prop can contain some HTML tags.
278
+ if (
279
+ isset( $this->htmlAllowedFields[ $parentKey ] ) &&
280
+ in_array( $k, $this->htmlAllowedFields[ $parentKey ], true )
281
+ ) {
282
+ $v = trim( wp_kses_post( $v ) );
283
+ } else {
284
+ $v = trim( wp_strip_all_tags( $v ) );
285
+ }
286
  }
287
 
288
  if ( empty( $v ) && ! in_array( $k, $this->nullableFields, true ) ) {
app/Common/Sitemap/Image/ThirdParty.php CHANGED
@@ -21,6 +21,61 @@ class ThirdParty {
21
  */
22
  private $images = [];
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  /**
25
  * Class constructor.
26
  *
@@ -129,14 +184,45 @@ class ThirdParty {
129
  }
130
 
131
  $urls = [];
132
- $regex = get_shortcode_regex( [ 'et_pb_image', 'et_pb_gallery' ] );
133
- preg_match_all( "/$regex/i", $this->post->post_content, $matches, PREG_SET_ORDER );
 
 
 
 
 
 
 
134
  foreach ( $matches as $shortcode ) {
135
- $attributes = shortcode_parse_atts( $shortcode[3] );
136
  if ( ! empty( $attributes['src'] ) ) {
137
  $urls[] = $attributes['src'];
138
  }
139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
140
  if ( ! empty( $attributes['gallery_ids'] ) ) {
141
  $attachmentIds = explode( ',', $attributes['gallery_ids'] );
142
  foreach ( $attachmentIds as $attachmentId ) {
21
  */
22
  private $images = [];
23
 
24
+ /**
25
+ * Divi shortcodes.
26
+ *
27
+ * @since 4.2.3
28
+ *
29
+ * @var string[]
30
+ */
31
+ private $shortcodes = [
32
+ 'et_pb_section',
33
+ 'et_pb_column',
34
+ 'et_pb_row',
35
+ 'et_pb_image',
36
+ 'et_pb_gallery',
37
+ 'et_pb_accordion',
38
+ 'et_pb_accordion_item',
39
+ 'et_pb_counters',
40
+ 'et_pb_blurb',
41
+ 'et_pb_cta',
42
+ 'et_pb_code',
43
+ 'et_pb_contact_form',
44
+ 'et_pb_divider',
45
+ 'et_pb_filterable_portfolio',
46
+ 'et_pb_map',
47
+ 'et_pb_number_counter',
48
+ 'et_pb_post_slider',
49
+ 'et_pb_pricing_tables',
50
+ 'et_pb_pricing_table',
51
+ 'et_pb_shop',
52
+ 'et_pb_slider',
53
+ 'et_pb_slide',
54
+ 'et_pb_tabs',
55
+ 'et_pb_tab',
56
+ 'et_pb_text',
57
+ 'et_pb_video',
58
+ 'et_pb_audio',
59
+ 'et_pb_blog',
60
+ 'et_pb_circle_counter',
61
+ 'et_pb_comments',
62
+ 'et_pb_countdown_timer',
63
+ 'et_pb_signup',
64
+ 'et_pb_login',
65
+ 'et_pb_menu',
66
+ 'et_pb_team_member',
67
+ 'et_pb_post_nav',
68
+ 'et_pb_post_title',
69
+ 'et_pb_search',
70
+ 'et_pb_sidebar',
71
+ 'et_pb_social_media_follow',
72
+ 'et_pb_social_media_follow_network',
73
+ 'et_pb_testimonial',
74
+ 'et_pb_toggle',
75
+ 'et_pb_video_slider',
76
+ 'et_pb_video_slider_item',
77
+ ];
78
+
79
  /**
80
  * Class constructor.
81
  *
184
  }
185
 
186
  $urls = [];
187
+ $regex = implode( '|', array_map( 'preg_quote', $this->shortcodes ) );
188
+
189
+ preg_match_all(
190
+ "/\[($regex)(?![\w-])([^\]\/]*(?:\/(?!\])[^\]\/]*)*?)(?:(\/)\]|\](?:([^\[]*+(?:\[(?!\/\2\])[^\[]*+)*+)\[\/\2\])?)(\]?)/i",
191
+ $this->post->post_content,
192
+ $matches,
193
+ PREG_SET_ORDER
194
+ );
195
+
196
  foreach ( $matches as $shortcode ) {
197
+ $attributes = shortcode_parse_atts( $shortcode[0] );
198
  if ( ! empty( $attributes['src'] ) ) {
199
  $urls[] = $attributes['src'];
200
  }
201
 
202
+ if ( ! empty( $attributes['image_src'] ) ) {
203
+ $urls[] = $attributes['image_src'];
204
+ }
205
+
206
+ if ( ! empty( $attributes['image_url'] ) ) {
207
+ $urls[] = $attributes['image_url'];
208
+ }
209
+
210
+ if ( ! empty( $attributes['portrait_url'] ) ) {
211
+ $urls[] = $attributes['portrait_url'];
212
+ }
213
+
214
+ if ( ! empty( $attributes['image'] ) ) {
215
+ $urls[] = $attributes['image'];
216
+ }
217
+
218
+ if ( ! empty( $attributes['background_image'] ) ) {
219
+ $urls[] = $attributes['background_image'];
220
+ }
221
+
222
+ if ( ! empty( $attributes['logo'] ) ) {
223
+ $urls[] = $attributes['logo'];
224
+ }
225
+
226
  if ( ! empty( $attributes['gallery_ids'] ) ) {
227
  $attachmentIds = explode( ',', $attributes['gallery_ids'] );
228
  foreach ( $attachmentIds as $attachmentId ) {
app/Common/Sitemap/Localization.php CHANGED
@@ -78,12 +78,15 @@ class Localization {
78
  $currentLanguage = ! empty( self::$wpml['activeLanguages'][ $translation->language_code ] ) ? self::$wpml['activeLanguages'][ $translation->language_code ] : null;
79
  $languageCode = ! empty( $currentLanguage['tag'] ) ? $currentLanguage['tag'] : $translation->language_code;
80
 
81
- $entry['languages'][] = [
82
- 'language' => $languageCode,
83
- 'location' => $location
84
- ];
 
 
85
  }
86
 
 
87
  if ( empty( $entry['languages'] ) ) {
88
  unset( $entry['languages'] );
89
  } else {
@@ -93,6 +96,30 @@ class Localization {
93
  ];
94
  }
95
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
  return $entry;
97
  }
98
  }
78
  $currentLanguage = ! empty( self::$wpml['activeLanguages'][ $translation->language_code ] ) ? self::$wpml['activeLanguages'][ $translation->language_code ] : null;
79
  $languageCode = ! empty( $currentLanguage['tag'] ) ? $currentLanguage['tag'] : $translation->language_code;
80
 
81
+ if ( $languageCode && $location ) {
82
+ $entry['languages'][] = [
83
+ 'language' => $languageCode,
84
+ 'location' => $location
85
+ ];
86
+ }
87
  }
88
 
89
+ // Also include the main page as a translated variant, per Google's specifications, but only if we found at least one other language.
90
  if ( empty( $entry['languages'] ) ) {
91
  unset( $entry['languages'] );
92
  } else {
96
  ];
97
  }
98
 
99
+ $entry = $this->validateSubentries( $entry );
100
+
101
+ return $entry;
102
+ }
103
+
104
+ /**
105
+ * Validates the subentries with translated variants to ensure all required values are set.
106
+ *
107
+ * @since 4.2.3
108
+ *
109
+ * @param array $entry The entry.
110
+ * @return array The validated entry.
111
+ */
112
+ private function validateSubentries( $entry ) {
113
+ if ( ! isset( $entry['languages'] ) ) {
114
+ return $entry;
115
+ }
116
+
117
+ foreach ( $entry['languages'] as $index => $subentry ) {
118
+ if ( empty( $subentry['language'] ) || empty( $subentry['location'] ) ) {
119
+ unset( $entry['languages'][ $index ] );
120
+ }
121
+ }
122
+
123
  return $entry;
124
  }
125
  }
app/Common/Sitemap/Output.php CHANGED
@@ -26,7 +26,7 @@ class Output {
26
  }
27
 
28
  // phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
29
- $charset = get_option( 'blog_charset' );
30
  $excludeImages = aioseo()->sitemap->helpers->excludeImages();
31
  $generation = ! isset( aioseo()->sitemap->isStatic ) || aioseo()->sitemap->isStatic ? __( 'statically', 'all-in-one-seo-pack' ) : __( 'dynamically', 'all-in-one-seo-pack' );
32
 
26
  }
27
 
28
  // phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
29
+ $charset = aioseo()->helpers->getCharset();
30
  $excludeImages = aioseo()->sitemap->helpers->excludeImages();
31
  $generation = ! isset( aioseo()->sitemap->isStatic ) || aioseo()->sitemap->isStatic ? __( 'statically', 'all-in-one-seo-pack' ) : __( 'dynamically', 'all-in-one-seo-pack' );
32
 
app/Common/Sitemap/Ping.php CHANGED
@@ -108,7 +108,7 @@ class Ping {
108
 
109
  foreach ( $endpoints as $endpoint ) {
110
  foreach ( $sitemapUrls as $url ) {
111
- wp_remote_get( urlencode( $endpoint . $url ) );
112
  // @TODO: [V4+] Log bad responses using dedicated logger class once available.
113
  }
114
  }
108
 
109
  foreach ( $endpoints as $endpoint ) {
110
  foreach ( $sitemapUrls as $url ) {
111
+ wp_remote_get( $endpoint . urlencode( $url ) );
112
  // @TODO: [V4+] Log bad responses using dedicated logger class once available.
113
  }
114
  }
app/Common/Sitemap/RequestParser.php CHANGED
@@ -21,6 +21,15 @@ class RequestParser {
21
  */
22
  public $slug;
23
 
 
 
 
 
 
 
 
 
 
24
  /**
25
  * CLass constructor.
26
  *
@@ -43,9 +52,12 @@ class RequestParser {
43
  * @return void
44
  */
45
  public function checkRequest( $wp ) {
46
- $this->slug = untrailingslashit( strtolower( $wp->request ) );
 
 
 
47
 
48
- // Check if we need to remove the trailing slash or redirect another (disabled) sitemap URL like wp-sitemap.xml.
49
  $this->maybeRedirect();
50
 
51
  $this->checkForXsl();
@@ -59,6 +71,22 @@ class RequestParser {
59
  }
60
  }
61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  /**
63
  * Checks whether the general XML sitemap needs to be served.
64
  *
@@ -123,7 +151,9 @@ class RequestParser {
123
  * @return void
124
  */
125
  protected function checkForXsl() {
126
- if ( preg_match( '/^default\.xsl$/i', $this->slug ) ) {
 
 
127
  aioseo()->sitemap->xsl->generate();
128
  }
129
  }
@@ -133,11 +163,11 @@ class RequestParser {
133
  *
134
  * @since 4.2.1
135
  *
136
- * @param string $type The sitemap type (e.g. "general" or "rss").
137
- * @param string $fileName The sitemap filename.
138
- * @param string $indexName The index name ("root" or an object name like "post", "page", "post_tag", etc.).
139
- * @param int $pageNumber The index number.
140
- * @return void
141
  */
142
  public function setContext( $type, $fileName = 'sitemap', $indexName = 'root', $pageNumber = 0 ) {
143
  $indexesEnabled = aioseo()->options->sitemap->{$type}->indexes;
@@ -161,7 +191,13 @@ class RequestParser {
161
  *
162
  * @since 4.2.1
163
  */
164
- public function maybeRedirect() {
 
 
 
 
 
 
165
  // The request includes our deprecated "aiosp_sitemap_path" URL param.
166
  if ( preg_match( '/^\/\?aiosp_sitemap_path=root/i', $_SERVER['REQUEST_URI'] ) ) {
167
  wp_safe_redirect( home_url( 'sitemap.xml' ) );
21
  */
22
  public $slug;
23
 
24
+ /**
25
+ * Whether we've checked if the page needs to be redirected.
26
+ *
27
+ * @since 4.2.3
28
+ *
29
+ * @var bool
30
+ */
31
+ protected $checkedForRedirects = false;
32
+
33
  /**
34
  * CLass constructor.
35
  *
52
  * @return void
53
  */
54
  public function checkRequest( $wp ) {
55
+ $this->slug = $wp->request
56
+ ? $this->cleanSlug( $wp->request )
57
+ // We must fallback to the REQUEST URI in case the site uses plain permalinks.
58
+ : $this->cleanSlug( $_SERVER['REQUEST_URI'] );
59
 
60
+ // Check if we need to remove the trailing slash or redirect another sitemap URL like "wp-sitemap.xml".
61
  $this->maybeRedirect();
62
 
63
  $this->checkForXsl();
71
  }
72
  }
73
 
74
+ /**
75
+ * Cleans the slug of the current request before we use it.
76
+ *
77
+ * @since 4.2.3
78
+ *
79
+ * @param string $slug The slug.
80
+ * @return string The cleaned slug.
81
+ */
82
+ public function cleanSlug( $slug ) {
83
+ $slug = strtolower( $slug );
84
+ $slug = aioseo()->helpers->unleadingSlashIt( $slug );
85
+ $slug = untrailingslashit( $slug );
86
+
87
+ return $slug;
88
+ }
89
+
90
  /**
91
  * Checks whether the general XML sitemap needs to be served.
92
  *
151
  * @return void
152
  */
153
  protected function checkForXsl() {
154
+ // Trim off the URL params.
155
+ $newSlug = preg_replace( '/\?.*$/', '', $this->slug );
156
+ if ( preg_match( '/^default\.xsl$/i', $newSlug ) ) {
157
  aioseo()->sitemap->xsl->generate();
158
  }
159
  }
163
  *
164
  * @since 4.2.1
165
  *
166
+ * @param string $type The sitemap type (e.g. "general" or "rss").
167
+ * @param string $fileName The sitemap filename.
168
+ * @param string $indexName The index name ("root" or an object name like "post", "page", "post_tag", etc.).
169
+ * @param int $pageNumber The index number.
170
+ * @return void|never
171
  */
172
  public function setContext( $type, $fileName = 'sitemap', $indexName = 'root', $pageNumber = 0 ) {
173
  $indexesEnabled = aioseo()->options->sitemap->{$type}->indexes;
191
  *
192
  * @since 4.2.1
193
  */
194
+ protected function maybeRedirect() {
195
+ if ( $this->checkedForRedirects ) {
196
+ return;
197
+ }
198
+
199
+ $this->checkedForRedirects = true;
200
+
201
  // The request includes our deprecated "aiosp_sitemap_path" URL param.
202
  if ( preg_match( '/^\/\?aiosp_sitemap_path=root/i', $_SERVER['REQUEST_URI'] ) ) {
203
  wp_safe_redirect( home_url( 'sitemap.xml' ) );
app/Common/Sitemap/Sitemap.php CHANGED
@@ -250,9 +250,8 @@ class Sitemap {
250
  status_header( 404 );
251
  }
252
 
253
- global $wp;
254
  $this->xsl->saveXslData(
255
- $wp->request,
256
  $entries,
257
  $total
258
  );
@@ -264,7 +263,8 @@ class Sitemap {
264
  $loadedAddon->output->output( $entries );
265
  }
266
  }
267
- exit();
 
268
  }
269
 
270
  /**
@@ -306,7 +306,7 @@ class Sitemap {
306
  * @return void
307
  */
308
  public function headers() {
309
- $charset = get_option( 'blog_charset' );
310
  header( "Content-Type: text/xml; charset=$charset", true );
311
  header( 'X-Robots-Tag: noindex, follow', true );
312
  }
@@ -323,7 +323,7 @@ class Sitemap {
323
  $wp_query->set_404();
324
  status_header( 404 );
325
  include( get_404_template() );
326
- exit();
327
  }
328
 
329
  /**
250
  status_header( 404 );
251
  }
252
 
 
253
  $this->xsl->saveXslData(
254
+ aioseo()->sitemap->requestParser->slug,
255
  $entries,
256
  $total
257
  );
263
  $loadedAddon->output->output( $entries );
264
  }
265
  }
266
+
267
+ exit;
268
  }
269
 
270
  /**
306
  * @return void
307
  */
308
  public function headers() {
309
+ $charset = aioseo()->helpers->getCharset();
310
  header( "Content-Type: text/xml; charset=$charset", true );
311
  header( 'X-Robots-Tag: noindex, follow', true );
312
  }
323
  $wp_query->set_404();
324
  status_header( 404 );
325
  include( get_404_template() );
326
+ exit;
327
  }
328
 
329
  /**
app/Common/Sitemap/Xsl.php CHANGED
@@ -22,7 +22,7 @@ class Xsl {
22
  public function generate() {
23
  aioseo()->sitemap->headers();
24
 
25
- $charset = get_option( 'blog_charset' );
26
  $sitemapUrl = wp_get_referer();
27
  $sitemapPath = wp_parse_url( $sitemapUrl, PHP_URL_PATH );
28
  $sitemapName = strtoupper( pathinfo( $sitemapPath, PATHINFO_EXTENSION ) );
@@ -57,7 +57,7 @@ class Xsl {
57
  $advanced = aioseo()->options->sitemap->general->advancedSettings->enable;
58
  $excludeImages = aioseo()->options->sitemap->general->advancedSettings->excludeImages;
59
  $sitemapParams = aioseo()->helpers->getParametersFromUrl( $sitemapUrl );
60
- $xslParams = aioseo()->core->cache->get( 'aioseo_sitemap_' . trim( $sitemapPath, '/' ) );
61
  // phpcs:enable VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
62
 
63
  // Translators: 1 - The sitemap name, 2 - The current page.
22
  public function generate() {
23
  aioseo()->sitemap->headers();
24
 
25
+ $charset = aioseo()->helpers->getCharset();
26
  $sitemapUrl = wp_get_referer();
27
  $sitemapPath = wp_parse_url( $sitemapUrl, PHP_URL_PATH );
28
  $sitemapName = strtoupper( pathinfo( $sitemapPath, PATHINFO_EXTENSION ) );
57
  $advanced = aioseo()->options->sitemap->general->advancedSettings->enable;
58
  $excludeImages = aioseo()->options->sitemap->general->advancedSettings->excludeImages;
59
  $sitemapParams = aioseo()->helpers->getParametersFromUrl( $sitemapUrl );
60
+ $xslParams = aioseo()->core->cache->get( 'aioseo_sitemap_' . aioseo()->sitemap->requestParser->cleanSlug( $sitemapPath ) );
61
  // phpcs:enable VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
62
 
63
  // Translators: 1 - The sitemap name, 2 - The current page.
app/Common/Standalone/Blocks/Blocks.php ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ namespace AIOSEO\Plugin\Common\Standalone\Blocks;
3
+
4
+ // Exit if accessed directly.
5
+ if ( ! defined( 'ABSPATH' ) ) {
6
+ exit;
7
+ }
8
+
9
+ /**
10
+ * Loads core classes.
11
+ *
12
+ * @since 4.2.3
13
+ */
14
+ abstract class Blocks {
15
+ /**
16
+ * Class constructor.
17
+ *
18
+ * @since 4.2.3
19
+ */
20
+ public function __construct() {
21
+ add_action( 'init', [ $this, 'init' ] );
22
+ }
23
+
24
+ /**
25
+ * Initializes our blocks.
26
+ *
27
+ * @since 4.2.3
28
+ *
29
+ * @return void
30
+ */
31
+ public function init() {
32
+ $this->register();
33
+ }
34
+
35
+ /**
36
+ * Registers the block. This is a wrapper to be extended in the child class.
37
+ *
38
+ * @since 4.2.3
39
+ *
40
+ * @return void
41
+ */
42
+ public function register() {}
43
+ }
app/Common/Standalone/Blocks/FaqPage.php ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ namespace AIOSEO\Plugin\Common\Standalone\Blocks;
3
+
4
+ // Exit if accessed directly.
5
+ if ( ! defined( 'ABSPATH' ) ) {
6
+ exit;
7
+ }
8
+
9
+ /**
10
+ * FaqPage Block.
11
+ *
12
+ * @since 4.2.3
13
+ */
14
+ class FaqPage extends Blocks {
15
+ /**
16
+ * Register the block.
17
+ *
18
+ * @since 4.2.3
19
+ *
20
+ * @return void
21
+ */
22
+ public function register() {
23
+ aioseo()->blocks->registerBlock( 'aioseo/faq',
24
+ [
25
+ 'render_callback' => function( $attributes, $content ) {
26
+ if ( isset( $attributes['hidden'] ) && true === $attributes['hidden'] ) {
27
+ return '<!-- AIOSEO - FAQ -->';
28
+ }
29
+
30
+ return $content;
31
+ },
32
+ ]
33
+ );
34
+ }
35
+ }
app/Common/Standalone/Blocks/TableOfContents.php ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ namespace AIOSEO\Plugin\Common\Standalone\Blocks;
3
+
4
+ // Exit if accessed directly.
5
+ if ( ! defined( 'ABSPATH' ) ) {
6
+ exit;
7
+ }
8
+
9
+ /**
10
+ * Table of Contents Block.
11
+ *
12
+ * @since 4.2.3
13
+ */
14
+ class TableOfContents extends Blocks {
15
+ /**
16
+ * Register the block.
17
+ *
18
+ * @since 4.2.3
19
+ *
20
+ * @return void
21
+ */
22
+ public function register() {
23
+ aioseo()->blocks->registerBlock( 'aioseo/table-of-contents' );
24
+ }
25
+ }
app/Common/Standalone/DetailsColumn.php CHANGED
@@ -29,6 +29,10 @@ class DetailsColumn {
29
  * @since 4.2.0
30
  */
31
  public function __construct() {
 
 
 
 
32
  if ( ! is_admin() || wp_doing_cron() ) {
33
  return;
34
  }
@@ -75,6 +79,33 @@ class DetailsColumn {
75
 
76
  }
77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  /**
79
  * Enqueues the JS/CSS for the page/posts table page.
80
  *
@@ -144,7 +175,7 @@ class DetailsColumn {
144
  }
145
 
146
  $nonce = wp_create_nonce( "aioseo_meta_{$columnName}_{$postId}" );
147
- $posts = $data['posts'];
148
  $thePost = Models\Post::getPost( $postId );
149
  $postType = get_post_type( $postId );
150
  $postData = [
29
  * @since 4.2.0
30
  */
31
  public function __construct() {
32
+ if ( wp_doing_ajax() ) {
33
+ add_action( 'init', [ $this, 'addPostColumnsAjax' ], 1 );
34
+ }
35
+
36
  if ( ! is_admin() || wp_doing_cron() ) {
37
  return;
38
  }
79
 
80
  }
81
 
82
+ /**
83
+ * Registers our post columns after a post has been quick-edited.
84
+ *
85
+ * @since 4.2.3
86
+ *
87
+ * @return void
88
+ */
89
+ public function addPostColumnsAjax() {
90
+ if (
91
+ ! isset( $_POST['_inline_edit'], $_POST['post_ID'] ) ||
92
+ ! wp_verify_nonce( $_POST['_inline_edit'], 'inlineeditnonce' )
93
+ ) {
94
+ return;
95
+ }
96
+
97
+ $postId = (int) $_POST['post_ID'];
98
+ if ( ! $postId ) {
99
+ return;
100
+ }
101
+
102
+ $post = get_post( $postId );
103
+ $postType = $post->post_type;
104
+
105
+ add_filter( "manage_edit-{$postType}_columns", [ $this, 'addColumn' ] );
106
+ add_action( "manage_{$postType}_posts_custom_column", [ $this, 'renderColumn' ], 10, 2 );
107
+ }
108
+
109
  /**
110
  * Enqueues the JS/CSS for the page/posts table page.
111
  *
175
  }
176
 
177
  $nonce = wp_create_nonce( "aioseo_meta_{$columnName}_{$postId}" );
178
+ $posts = ! empty( $data['posts'] ) ? $data['posts'] : [];
179
  $thePost = Models\Post::getPost( $postId );
180
  $postType = get_post_type( $postId );
181
  $postData = [
app/Common/Standalone/HeadlineAnalyzer.php CHANGED
@@ -806,7 +806,7 @@ class HeadlineAnalyzer {
806
  __( 'marked down', 'all-in-one-seo-pack' ),
807
  __( 'panic', 'all-in-one-seo-pack' ),
808
  __( 'quadruple', 'all-in-one-seo-pack' ),
809
- __( 'secutively', 'all-in-one-seo-pack' ),
810
  __( 'massive', 'all-in-one-seo-pack' ),
811
  __( 'pay zero', 'all-in-one-seo-pack' ),
812
  __( 'seize', 'all-in-one-seo-pack' ),
806
  __( 'marked down', 'all-in-one-seo-pack' ),
807
  __( 'panic', 'all-in-one-seo-pack' ),
808
  __( 'quadruple', 'all-in-one-seo-pack' ),
809
+ __( 'seductively', 'all-in-one-seo-pack' ),
810
  __( 'massive', 'all-in-one-seo-pack' ),
811
  __( 'pay zero', 'all-in-one-seo-pack' ),
812
  __( 'seize', 'all-in-one-seo-pack' ),
app/Common/Standalone/PageBuilders/Divi.php CHANGED
@@ -21,6 +21,17 @@ class Divi extends Base {
21
  */
22
  public $themes = [ 'Divi' ];
23
 
 
 
 
 
 
 
 
 
 
 
 
24
  /**
25
  * The integration slug.
26
  *
21
  */
22
  public $themes = [ 'Divi' ];
23
 
24
+ /**
25
+ * The plugin files.
26
+ *
27
+ * @since 4.2.0
28
+ *
29
+ * @var array
30
+ */
31
+ public $plugins = [
32
+ 'divi-builder/divi-builder.php'
33
+ ];
34
+
35
  /**
36
  * The integration slug.
37
  *
app/Common/Standalone/SetupWizard.php CHANGED
@@ -224,7 +224,7 @@ class SetupWizard {
224
  * @return boolean Whether or not the Setup Wizard is completed.
225
  */
226
  public function isCompleted() {
227
- $wizard = aioseo()->internalOptions->internal->wizard;
228
  $wizard = json_decode( $wizard );
229
  if ( ! $wizard ) {
230
  return false;
224
  * @return boolean Whether or not the Setup Wizard is completed.
225
  */
226
  public function isCompleted() {
227
+ $wizard = (string) aioseo()->internalOptions->internal->wizard;
228
  $wizard = json_decode( $wizard );
229
  if ( ! $wizard ) {
230
  return false;
app/Common/Standalone/Standalone.php CHANGED
@@ -30,5 +30,10 @@ class Standalone {
30
  'divi' => new PageBuilders\Divi,
31
  'seedprod' => new PageBuilders\SeedProd
32
  ];
 
 
 
 
 
33
  }
34
  }
30
  'divi' => new PageBuilders\Divi,
31
  'seedprod' => new PageBuilders\SeedProd
32
  ];
33
+
34
+ $this->standaloneBlocks = [
35
+ 'tocBlock' => new Blocks\TableOfContents(),
36
+ 'faqBlock' => new Blocks\FaqPage()
37
+ ];
38
  }
39
  }
app/Common/Tools/BadBotBlocker.php CHANGED
@@ -414,7 +414,7 @@ class BadBotBlocker {
414
  /**
415
  * Quote List for Regex
416
  *
417
- * @since ?
418
  *
419
  * @param $list
420
  * @param string $quote
414
  /**
415
  * Quote List for Regex
416
  *
417
+ * @since 4.0.0
418
  *
419
  * @param $list
420
  * @param string $quote
app/Common/Traits/Helpers/Strings.php CHANGED
@@ -142,6 +142,10 @@ trait Strings {
142
  * @return string The subject with matches replaced.
143
  */
144
  public function pregReplace( $pattern, $replacement, $subject ) {
 
 
 
 
145
  $key = $pattern . $replacement . $subject;
146
 
147
  static $pregReplace = [];
@@ -173,7 +177,7 @@ trait Strings {
173
  if ( isset( $lowerCased[ $string ] ) ) {
174
  return $lowerCased[ $string ];
175
  }
176
- $lowerCased[ $string ] = function_exists( 'mb_strtolower' ) ? mb_strtolower( $string, get_option( 'blog_charset' ) ) : strtolower( $string );
177
 
178
  return $lowerCased[ $string ];
179
  }
@@ -196,7 +200,7 @@ trait Strings {
196
  return $stringIndex[ $key ];
197
  }
198
 
199
- $stringIndex[ $key ] = function_exists( 'mb_strpos' ) ? mb_strpos( $stack, $needle, $offset, get_option( 'blog_charset' ) ) : strpos( $stack, $needle, $offset );
200
 
201
  return $stringIndex[ $key ];
202
  }
@@ -266,7 +270,7 @@ trait Strings {
266
  * @return string The encoded string.
267
  */
268
  public function encodeOutputHtml( $string ) {
269
- return htmlspecialchars( $string, ENT_COMPAT | ENT_HTML401, get_option( 'blog_charset' ), false );
270
  }
271
 
272
  /**
@@ -365,7 +369,7 @@ trait Strings {
365
  return $stringLength[ $string ];
366
  }
367
 
368
- $stringLength[ $string ] = function_exists( 'mb_strlen' ) ? mb_strlen( $string, get_option( 'blog_charset' ) ) : strlen( $string );
369
 
370
  return $stringLength[ $string ];
371
  }
@@ -470,4 +474,16 @@ trait Strings {
470
 
471
  return $isValid;
472
  }
 
 
 
 
 
 
 
 
 
 
 
 
473
  }
142
  * @return string The subject with matches replaced.
143
  */
144
  public function pregReplace( $pattern, $replacement, $subject ) {
145
+ if ( ! $subject ) {
146
+ return $subject;
147
+ }
148
+
149
  $key = $pattern . $replacement . $subject;
150
 
151
  static $pregReplace = [];
177
  if ( isset( $lowerCased[ $string ] ) ) {
178
  return $lowerCased[ $string ];
179
  }
180
+ $lowerCased[ $string ] = function_exists( 'mb_strtolower' ) ? mb_strtolower( $string, $this->getCharset() ) : strtolower( $string );
181
 
182
  return $lowerCased[ $string ];
183
  }
200
  return $stringIndex[ $key ];
201
  }
202
 
203
+ $stringIndex[ $key ] = function_exists( 'mb_strpos' ) ? mb_strpos( $stack, $needle, $offset, $this->getCharset() ) : strpos( $stack, $needle, $offset );
204
 
205
  return $stringIndex[ $key ];
206
  }
270
  * @return string The encoded string.
271
  */
272
  public function encodeOutputHtml( $string ) {
273
+ return htmlspecialchars( $string, ENT_COMPAT | ENT_HTML401, $this->getCharset(), false );
274
  }
275
 
276
  /**
369
  return $stringLength[ $string ];
370
  }
371
 
372
+ $stringLength[ $string ] = function_exists( 'mb_strlen' ) ? mb_strlen( $string, $this->getCharset() ) : strlen( $string );
373
 
374
  return $stringLength[ $string ];
375
  }
474
 
475
  return $isValid;
476
  }
477
+
478
+ /**
479
+ * Removes the leading slash(es) from a string.
480
+ *
481
+ * @since 4.2.3
482
+ *
483
+ * @param string $string The string.
484
+ * @return string The modified string.
485
+ */
486
+ public function unleadingSlashIt( $string ) {
487
+ return ltrim( $string, '/' );
488
+ }
489
  }
app/Common/Traits/Helpers/ThirdParty.php CHANGED
@@ -493,4 +493,46 @@ trait ThirdParty {
493
 
494
  return $isActive;
495
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
496
  }
493
 
494
  return $isActive;
495
  }
496
+
497
+ /**
498
+ * Checks if the current page is an AMP page.
499
+ *
500
+ * @since 4.2.3
501
+ *
502
+ * @return bool Whether the page is an AMP page (optional).
503
+ */
504
+ public function isAmpPage( $pluginName = '' ) {
505
+ // AMP
506
+ if (
507
+ ( ! $pluginName || 'amp' === $pluginName ) &&
508
+ defined( 'AMP__VERSION' )
509
+ ) {
510
+ if ( isset( $_GET['amp'] ) ) {
511
+ return true;
512
+ }
513
+
514
+ $options = get_option( 'amp-options' );
515
+ if ( ! empty( $options['theme_support'] ) && 'standard' === strtolower( $options['theme_support'] ) ) {
516
+ return true;
517
+ }
518
+ }
519
+
520
+ // AMP for WP
521
+ if (
522
+ ( ! $pluginName || 'amp-for-wp' === $pluginName ) &&
523
+ defined( 'AMPFORWP_VERSION' )
524
+ ) {
525
+ // This URL param is set when using plain permalinks.
526
+ if ( isset( $_GET['amp'] ) ) {
527
+ return true;
528
+ }
529
+
530
+ global $wp;
531
+ if ( preg_match( '/amp$/', untrailingslashit( $wp->request ) ) ) {
532
+ return true;
533
+ }
534
+ }
535
+
536
+ return false;
537
+ }
538
  }
app/Common/Traits/Helpers/Vue.php CHANGED
@@ -135,16 +135,17 @@ trait Vue {
135
  'staticBlogPageTitle' => get_the_title( $this->getBlogPageId() ),
136
  'isDev' => $this->isDev(),
137
  'isSsl' => is_ssl(),
138
- 'hasUrlTrailingSlash' => '/' === user_trailingslashit( '' )
 
139
  ],
140
  'user' => [
141
- 'email' => wp_get_current_user()->user_email,
142
- 'roles' => $this->getUserRoles(),
143
- 'customRoles' => $this->getCustomRoles(),
144
  'canManage' => aioseo()->access->canManage(),
145
  'capabilities' => aioseo()->access->getAllCapabilities(),
146
- 'unfilteredHtml' => current_user_can( 'unfiltered_html' ),
147
- 'locale' => function_exists( 'get_user_locale' ) ? get_user_locale() : get_locale()
 
 
 
148
  ],
149
  'plugins' => $this->getPluginData(),
150
  'postData' => [
135
  'staticBlogPageTitle' => get_the_title( $this->getBlogPageId() ),
136
  'isDev' => $this->isDev(),
137
  'isSsl' => is_ssl(),
138
+ 'hasUrlTrailingSlash' => '/' === user_trailingslashit( '' ),
139
+ 'permalinkStructure' => get_option( 'permalink_structure' )
140
  ],
141
  'user' => [
 
 
 
142
  'canManage' => aioseo()->access->canManage(),
143
  'capabilities' => aioseo()->access->getAllCapabilities(),
144
+ 'customRoles' => $this->getCustomRoles(),
145
+ 'data' => wp_get_current_user(),
146
+ 'locale' => function_exists( 'get_user_locale' ) ? get_user_locale() : get_locale(),
147
+ 'roles' => $this->getUserRoles(),
148
+ 'unfilteredHtml' => current_user_can( 'unfiltered_html' )
149
  ],
150
  'plugins' => $this->getPluginData(),
151
  'postData' => [
app/Common/Traits/Helpers/Wp.php CHANGED
@@ -677,4 +677,23 @@ trait Wp {
677
 
678
  return $capabilities[ $taxonomy ];
679
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
680
  }
677
 
678
  return $capabilities[ $taxonomy ];
679
  }
680
+
681
+ /**
682
+ * Returns the charset for the site.
683
+ *
684
+ * @since 4.2.3
685
+ *
686
+ * @return string The name of the charset.
687
+ */
688
+ public function getCharset() {
689
+ static $charset = null;
690
+ if ( null !== $charset ) {
691
+ return $charset;
692
+ }
693
+
694
+ $charset = get_option( 'blog_charset' );
695
+ $charset = $charset ? $charset : 'UTF-8';
696
+
697
+ return $charset;
698
+ }
699
  }
app/Common/Traits/Helpers/WpContext.php CHANGED
@@ -110,6 +110,17 @@ trait WpContext {
110
  return ( 'page' === get_option( 'show_on_front' ) && ! empty( $post->ID ) && (int) get_option( 'page_on_front' ) === $post->ID );
111
  }
112
 
 
 
 
 
 
 
 
 
 
 
 
113
  /**
114
  * Checks whether the current page is the static posts page.
115
  *
110
  return ( 'page' === get_option( 'show_on_front' ) && ! empty( $post->ID ) && (int) get_option( 'page_on_front' ) === $post->ID );
111
  }
112
 
113
+ /**
114
+ * Checks whether the current page is the dynamic homepage.
115
+ *
116
+ * @since 4.2.3
117
+ *
118
+ * @return bool Whether the current page is the dynamic homepage.
119
+ */
120
+ public function isDynamicHomePage() {
121
+ return is_front_page() && is_home();
122
+ }
123
+
124
  /**
125
  * Checks whether the current page is the static posts page.
126
  *
app/Common/Traits/Helpers/WpUri.php CHANGED
@@ -381,6 +381,39 @@ trait WpUri {
381
  * @return string The path without the home_url().
382
  */
383
  public function getPermalinkPath( $permalink ) {
384
- return str_replace( get_home_url(), '', $permalink );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
385
  }
386
  }
381
  * @return string The path without the home_url().
382
  */
383
  public function getPermalinkPath( $permalink ) {
384
+ return $this->leadingSlashIt( str_replace( get_home_url(), '', $permalink ) );
385
+ }
386
+
387
+ /**
388
+ * Changed if permalinks are different and the before wasn't
389
+ * the site url (we don't want to redirect the site URL).
390
+ *
391
+ * @since 4.2.3
392
+ *
393
+ * @param string $before The URL before the change.
394
+ * @param string $after The URL after the change.
395
+ * @return boolean True if the permalink has changed.
396
+ */
397
+ public function hasPermalinkChanged( $before, $after ) {
398
+ // Check it's not redirecting from the root.
399
+ if ( $this->getHomePath() === $before || '/' === $before ) {
400
+ return false;
401
+ }
402
+
403
+ // Are the URLs the same?
404
+ return ( $before !== $after );
405
+ }
406
+
407
+ /**
408
+ * Retrieve the home path.
409
+ *
410
+ * @since 4.2.3
411
+ *
412
+ * @return string The home path.
413
+ */
414
+ private function getHomePath() {
415
+ $path = wp_parse_url( get_home_url(), PHP_URL_PATH );
416
+
417
+ return $path ? trailingslashit( $path ) : '/';
418
  }
419
  }
app/Common/Utils/Addons.php CHANGED
@@ -426,6 +426,28 @@ class Addons {
426
  return $loadedAddonsList;
427
  }
428
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
429
  /**
430
  * Retrieves a default addon with whatever information is needed if the API cannot be reached.
431
  *
@@ -672,7 +694,7 @@ class Addons {
672
  'pro',
673
  'elite'
674
  ],
675
- 'requiresUpgrade' => false,
676
  'description' => '<p>Add IndexNow support to instantly notify search engines when your content has changed. This helps the search engines to prioritize the changes on your website and helps you rank faster.</p>', // phpcs:ignore Generic.Files.LineLength.MaxExceeded
677
  'descriptionVersion' => 0,
678
  'downloadUrl' => '',
@@ -705,7 +727,7 @@ class Addons {
705
  'pro',
706
  'elite'
707
  ],
708
- 'requiresUpgrade' => false,
709
  'description' => '<p>Manage your post and term SEO meta via the WordPress REST API. This addon also works seamlessly with headless WordPress installs.</p>', // phpcs:ignore Generic.Files.LineLength.MaxExceeded
710
  'descriptionVersion' => 0,
711
  'downloadUrl' => '',
426
  return $loadedAddonsList;
427
  }
428
 
429
+ /**
430
+ * Run a function through all addons that support it.
431
+ *
432
+ * @since 4.2.3
433
+ *
434
+ * @param string $class The class name.
435
+ * @param string $function The function name.
436
+ * @param array $args The args for the function.
437
+ * @return array The response from each addon.
438
+ */
439
+ public function doFunction( $class, $function, $args = [] ) {
440
+ $addonResponses = [];
441
+
442
+ foreach ( $this->getLoadedAddons() as $addonSlug => $addon ) {
443
+ if ( isset( $addon->$class ) && method_exists( $addon->$class, $function ) ) {
444
+ $addonResponses[ $addonSlug ] = call_user_func_array( [ $addon->$class, $function ], $args );
445
+ }
446
+ }
447
+
448
+ return $addonResponses;
449
+ }
450
+
451
  /**
452
  * Retrieves a default addon with whatever information is needed if the API cannot be reached.
453
  *
694
  'pro',
695
  'elite'
696
  ],
697
+ 'requiresUpgrade' => true,
698
  'description' => '<p>Add IndexNow support to instantly notify search engines when your content has changed. This helps the search engines to prioritize the changes on your website and helps you rank faster.</p>', // phpcs:ignore Generic.Files.LineLength.MaxExceeded
699
  'descriptionVersion' => 0,
700
  'downloadUrl' => '',
727
  'pro',
728
  'elite'
729
  ],
730
+ 'requiresUpgrade' => true,
731
  'description' => '<p>Manage your post and term SEO meta via the WordPress REST API. This addon also works seamlessly with headless WordPress installs.</p>', // phpcs:ignore Generic.Files.LineLength.MaxExceeded
732
  'descriptionVersion' => 0,
733
  'downloadUrl' => '',
app/Common/Utils/Blocks.php CHANGED
@@ -66,7 +66,7 @@ class Blocks {
66
  $defaults = [
67
  'render_callback' => '',
68
  'editor_script' => aioseo()->core->assets->jsHandle( 'src/vue/standalone/blocks/main.js' ),
69
- 'editor_style' => '',
70
  'style' => '',
71
  'attributes' => null,
72
  'supports' => '',
@@ -104,6 +104,7 @@ class Blocks {
104
  }
105
 
106
  aioseo()->core->assets->registerJs( 'src/vue/standalone/blocks/main.js', $dependencies );
 
107
  }
108
 
109
  /**
66
  $defaults = [
67
  'render_callback' => '',
68
  'editor_script' => aioseo()->core->assets->jsHandle( 'src/vue/standalone/blocks/main.js' ),
69
+ 'editor_style' => aioseo()->core->assets->cssHandle( 'blocks-editor.css' ),
70
  'style' => '',
71
  'attributes' => null,
72
  'supports' => '',
104
  }
105
 
106
  aioseo()->core->assets->registerJs( 'src/vue/standalone/blocks/main.js', $dependencies );
107
+ aioseo()->core->assets->registerCss( 'blocks-editor.css', [], 'src/vue/assets/scss/blocks-editor.scss' );
108
  }
109
 
110
  /**
app/Common/Utils/Database.php CHANGED
@@ -33,11 +33,11 @@ class Database {
33
  ];
34
 
35
  /**
36
- * Holds $wpdb.
37
  *
38
  * @since 4.0.0
39
  *
40
- * @var array
41
  */
42
  public $db;
43
 
@@ -48,7 +48,7 @@ class Database {
48
  *
49
  * @var string
50
  */
51
- public $prefix;
52
 
53
  /**
54
  * The database table in use by this query.
@@ -57,7 +57,7 @@ class Database {
57
  *
58
  * @var string
59
  */
60
- public $table;
61
 
62
  /**
63
  * The sql statement (SELECT, INSERT, UPDATE, DELETE, etc.).
@@ -66,16 +66,16 @@ class Database {
66
  *
67
  * @var string
68
  */
69
- private $statement;
70
 
71
  /**
72
  * The limit clause for the sql query.
73
  *
74
  * @since 4.0.0
75
  *
76
- * @var string|array
77
  */
78
- private $limit;
79
 
80
  /**
81
  * The group clause for the sql query.
@@ -156,7 +156,7 @@ class Database {
156
  *
157
  * @var bool
158
  */
159
- private $distinct;
160
 
161
  /**
162
  * The order by direction for the query.
@@ -174,7 +174,7 @@ class Database {
174
  *
175
  * @var string
176
  */
177
- private $query;
178
 
179
  /**
180
  * The sql query results are stored here.
@@ -199,7 +199,7 @@ class Database {
199
  *
200
  * @since 4.0.0
201
  *
202
- * @var boolean
203
  */
204
  private $stripTags = false;
205
 
@@ -208,7 +208,7 @@ class Database {
208
  *
209
  * @since 4.0.0
210
  *
211
- * @var integer
212
  */
213
  protected $escapeOptions = 0;
214
 
@@ -222,7 +222,7 @@ class Database {
222
  /**
223
  * Whether or not to reset the cached results.
224
  *
225
- * @var boolean
226
  */
227
  private $shouldResetCache = false;
228
 
@@ -231,7 +231,7 @@ class Database {
231
  *
232
  * @since 4.0.0
233
  *
234
- * @var integer
235
  */
236
  const ESCAPE_FORCE = 2;
237
 
@@ -240,7 +240,7 @@ class Database {
240
  *
241
  * @since 4.0.0
242
  *
243
- * @var integer
244
  */
245
  const ESCAPE_STRIP_HTML = 4;
246
 
@@ -249,7 +249,7 @@ class Database {
249
  *
250
  * @since 4.0.0
251
  *
252
- * @var integer
253
  */
254
  const ESCAPE_QUOTE = 8;
255
 
@@ -257,14 +257,12 @@ class Database {
257
  * Prepares the database class for use.
258
  *
259
  * @since 4.0.0
260
- *
261
- * @global object $wpdb The WordPress database object.
262
  */
263
- public function __construct( $escape = null ) {
264
  global $wpdb;
265
  $this->db = $wpdb;
266
  $this->prefix = $wpdb->prefix;
267
- $this->escapeOptions = is_null( $escape ) ? self::ESCAPE_STRIP_HTML | self::ESCAPE_QUOTE : $escape;
268
  }
269
 
270
  /**
@@ -273,17 +271,17 @@ class Database {
273
  * @since 4.0.0
274
  */
275
  public function __clone() {
276
- // We need to reset the result separetely as well since it is not in the default array.
277
  $this->reset( [ 'result' ] );
278
  $this->reset();
279
  }
280
 
281
  /**
282
- * Gets all AIO installed tables.
283
  *
284
  * @since 4.0.0
285
  *
286
- * @return array An array of custom AIO tables.
287
  */
288
  public function getInstalledTables() {
289
  $results = $this->db->get_results( 'SHOW TABLES', 'ARRAY_N' );
@@ -297,21 +295,22 @@ class Database {
297
  * @since 4.0.0
298
  *
299
  * @param string $table The name of the table to lookup columns for.
300
- * @return array An array of custom AIO tables.
301
  */
302
  public function getColumns( $table ) {
303
  $installedTables = json_decode( aioseo()->internalOptions->database->installedTables, true );
304
  $table = $this->prefix . $table;
305
- if ( isset( $installedTables[ $table ] ) ) {
306
- if ( empty( $installedTables[ $table ] ) ) {
307
- $installedTables[ $table ] = $this->db->get_col( 'SHOW COLUMNS FROM `' . $table . '`' );
308
- aioseo()->internalOptions->database->installedTables = wp_json_encode( $installedTables );
309
- }
310
 
311
- return $installedTables[ $table ];
 
312
  }
313
 
314
- return [];
 
 
 
 
 
315
  }
316
 
317
  /**
@@ -319,8 +318,8 @@ class Database {
319
  *
320
  * @since 4.0.0
321
  *
322
- * @param string $table The name of the table.
323
- * @return boolean Whether or not the table exists.
324
  */
325
  public function tableExists( $table ) {
326
  $table = $this->prefix . $table;
@@ -330,14 +329,14 @@ class Database {
330
  }
331
 
332
  $results = $this->db->get_results( "SHOW TABLES LIKE '" . $table . "'" );
333
- if ( ! empty( $results ) ) {
334
- $installedTables[ $table ] = [];
335
- aioseo()->internalOptions->database->installedTables = wp_json_encode( $installedTables );
336
-
337
- return true;
338
  }
339
 
340
- return false;
 
 
 
341
  }
342
 
343
  /**
@@ -345,9 +344,9 @@ class Database {
345
  *
346
  * @since 4.0.5
347
  *
348
- * @param string $table The name of the table.
349
- * @param string $column The name of the column.
350
- * @return boolean Whether or not the column exists.
351
  */
352
  public function columnExists( $table, $column ) {
353
  if ( ! $this->tableExists( $table ) ) {
@@ -356,11 +355,7 @@ class Database {
356
 
357
  $columns = $this->getColumns( $table );
358
 
359
- if ( ! in_array( $column, $columns, true ) ) {
360
- return false;
361
- }
362
-
363
- return true;
364
  }
365
 
366
  /**
@@ -368,8 +363,8 @@ class Database {
368
  *
369
  * @since 4.1.0
370
  *
371
- * @param string $table The table to check.
372
- * @return integer The size of the table in bytes.
373
  */
374
  public function getTableSize( $table ) {
375
  $this->db->query( 'ANALYZE TABLE ' . $this->prefix . $table );
@@ -383,7 +378,7 @@ class Database {
383
  ORDER BY (DATA_LENGTH + INDEX_LENGTH) DESC;
384
  ' );
385
 
386
- return empty( $results ) ? 0 : $results[0]->size;
387
  }
388
 
389
  /**
@@ -400,7 +395,7 @@ class Database {
400
  if ( $this->ignore ) {
401
  $insert .= 'IGNORE ';
402
  }
403
- $insert .= 'INTO ' . $this->table;
404
  $clauses = [];
405
  $clauses[] = $insert;
406
  $clauses[] = 'SET ' . implode( ', ', $this->set );
@@ -444,7 +439,7 @@ class Database {
444
  $clauses[] = 'ORDER BY ' . implode( ', ', $this->order );
445
  }
446
 
447
- if ( strlen( $this->limit ) > 0 ) {
448
  $clauses[] = 'LIMIT ' . $this->limit;
449
  }
450
 
@@ -467,7 +462,7 @@ class Database {
467
  $clauses[] = 'ORDER BY ' . implode( ', ', $this->order );
468
  }
469
 
470
- if ( strlen( $this->limit ) > 0 ) {
471
  $clauses[] = 'LIMIT ' . $this->limit;
472
  }
473
 
@@ -531,7 +526,7 @@ class Database {
531
  }
532
 
533
  // Select limit.
534
- if ( strlen( $this->limit ) > 0 ) {
535
  $clauses[] = 'LIMIT ' . $this->limit;
536
  }
537
 
@@ -562,12 +557,12 @@ class Database {
562
  *
563
  * @since 4.0.0
564
  *
565
- * @param string $table The name of the table without the WordPress prefix unless includes_prefix is true.
566
- * @param boolean $includesPrefix This determines if the table name includes the WordPress prefix or not.
567
- * @param string $statement The MySQL statement for the query.
568
- * @return Database Returns the Database class which can then be method chained for building the query.
569
  */
570
- public function start( $table = null, $includesPrefix = false, $statement = 'SELECT' ) {
571
  // Always reset everything when starting a new query.
572
  $this->reset();
573
  $this->table = $includesPrefix ? $table : $this->prefix . $table;
@@ -581,11 +576,11 @@ class Database {
581
  *
582
  * @since 4.0.0
583
  *
584
- * @param string $table The name of the table without the WordPress prefix unless includes_prefix is true.
585
- * @param boolean $includesPrefix This determines if the table name includes the WordPress prefix or not.
586
- * @return Database Returns the Database class which can then be method chained for building the query.
587
  */
588
- public function insert( $table = null, $includesPrefix = false ) {
589
  return $this->start( $table, $includesPrefix, 'INSERT' );
590
  }
591
 
@@ -594,11 +589,11 @@ class Database {
594
  *
595
  * @since 4.1.6
596
  *
597
- * @param string $table The name of the table without the WordPress prefix unless includes_prefix is true.
598
- * @param boolean $includesPrefix This determines if the table name includes the WordPress prefix or not.
599
- * @return Database Returns the Database class which can then be method chained for building the query.
600
  */
601
- public function insertIgnore( $table = null, $includesPrefix = false ) {
602
  $this->ignore = true;
603
 
604
  return $this->start( $table, $includesPrefix, 'INSERT' );
@@ -609,11 +604,11 @@ class Database {
609
  *
610
  * @since 4.0.0
611
  *
612
- * @param string $table The name of the table without the WordPress prefix unless includes_prefix is true.
613
- * @param boolean $includesPrefix This determines if the table name includes the WordPress prefix or not.
614
- * @return Database Returns the Database class which can then be method chained for building the query.
615
  */
616
- public function update( $table = null, $includesPrefix = false ) {
617
  return $this->start( $table, $includesPrefix, 'UPDATE' );
618
  }
619
 
@@ -622,11 +617,11 @@ class Database {
622
  *
623
  * @since 4.0.0
624
  *
625
- * @param string $table The name of the table without the WordPress prefix unless includes_prefix is true.
626
- * @param boolean $includesPrefix This determines if the table name includes the WordPress prefix or not.
627
- * @return Database Returns the Database class which can then be method chained for building the query.
628
  */
629
- public function replace( $table = null, $includesPrefix = false ) {
630
  return $this->start( $table, $includesPrefix, 'REPLACE' );
631
  }
632
 
@@ -635,11 +630,11 @@ class Database {
635
  *
636
  * @since 4.0.0
637
  *
638
- * @param string $table The name of the table without the WordPress prefix unless includes_prefix is true.
639
- * @param boolean $includesPrefix This determines if the table name includes the WordPress prefix or not.
640
- * @return Database Returns the Database class which can then be method chained for building the query.
641
  */
642
- public function truncate( $table = null, $includesPrefix = false ) {
643
  return $this->start( $table, $includesPrefix, 'TRUNCATE' );
644
  }
645
 
@@ -648,11 +643,11 @@ class Database {
648
  *
649
  * @since 4.0.0
650
  *
651
- * @param string $table The name of the table without the WordPress prefix unless includes_prefix is true.
652
- * @param boolean $includesPrefix This determines if the table name includes the WordPress prefix or not.
653
- * @return Database Returns the Database class which can then be method chained for building the query.
654
  */
655
- public function delete( $table = null, $includesPrefix = false ) {
656
  return $this->start( $table, $includesPrefix, 'DELETE' );
657
  }
658
 
@@ -661,7 +656,7 @@ class Database {
661
  *
662
  * @since 4.0.0
663
  *
664
- * @param string A string to add to the select clause.
665
  * @return Database Returns the Database class which can be method chained for more query building.
666
  */
667
  public function select() {
@@ -680,7 +675,7 @@ class Database {
680
  *
681
  * @since 4.0.0
682
  *
683
- * @param mixed A string or array to add to the where clause.
684
  * @return Database Returns the Database class which can be method chained for more query building.
685
  */
686
  public function where() {
@@ -696,19 +691,26 @@ class Database {
696
  if ( is_null( $value ) && false !== stripos( $field, ' IS ' ) ) {
697
  // WHERE `field` IS NOT NULL.
698
  $this->where[] = "$field NULL";
699
- } elseif ( is_null( $value ) ) {
 
 
 
700
  // WHERE `field` IS NULL.
701
  $this->where[] = "$field NULL";
702
- } elseif ( is_array( $value ) ) {
 
 
 
703
  $wheres = [];
704
  foreach ( (array) $value as $val ) {
705
  $wheres[] = sprintf( "$field %s", $this->escape( $val, $this->getEscapeOptions() | self::ESCAPE_QUOTE ) );
706
  }
707
 
708
  $this->where[] = '(' . implode( ' OR ', $wheres ) . ')';
709
- } else {
710
- $this->where[] = sprintf( "$field %s", $this->escape( $value, $this->getEscapeOptions() | self::ESCAPE_QUOTE ) );
711
  }
 
 
712
  }
713
 
714
  return $this;
@@ -719,7 +721,7 @@ class Database {
719
  *
720
  * @since 4.0.0
721
  *
722
- * @param mixed A string or array to add to the where clause.
723
  * @return Database Returns the Database class which can be method chained for more query building.
724
  */
725
  public function whereRaw() {
@@ -738,7 +740,7 @@ class Database {
738
  *
739
  * @since 4.0.0
740
  *
741
- * @param mixed A string or array to add to the where clause.
742
  * @return Database Returns the Database class which can be method chained for more query building.
743
  */
744
  public function whereOr() {
@@ -755,12 +757,15 @@ class Database {
755
  if ( is_null( $value ) && false !== stripos( $field, ' IS ' ) ) {
756
  // WHERE `field` IS NOT NULL.
757
  $or[] = "$field NULL";
758
- } elseif ( is_null( $value ) ) {
 
 
 
759
  // WHERE `field` IS NULL.
760
  $or[] = "$field NULL";
761
- } else {
762
- $or[] = sprintf( "$field %s", $this->escape( $value, $this->getEscapeOptions() | self::ESCAPE_QUOTE ) );
763
  }
 
 
764
  }
765
 
766
  // Create our subclause, and add it to the WHERE array.
@@ -783,20 +788,26 @@ class Database {
783
  foreach ( (array) $criteria as $field => $values ) {
784
  if ( ! is_array( $values ) ) {
785
  $values = [ $values ];
786
- } elseif ( count( $values ) === 0 ) {
 
 
787
  continue;
788
  }
789
 
790
  foreach ( $values as &$value ) {
791
  // Note: We can no longer check for `is_numeric` because a value like `61021e6242255` returns true and breaks the query.
792
- if ( is_integer( $value ) || is_float( $value ) ) {
793
  // No change.
794
- } elseif ( is_null( $value ) || false !== stristr( $value, 'NULL' ) ) {
 
 
 
795
  // Change to a true NULL value.
796
  $value = null;
797
- } else {
798
- $value = sprintf( '%s', $this->escape( $value, $this->getEscapeOptions() | self::ESCAPE_QUOTE ) );
799
  }
 
 
800
  }
801
 
802
  $values = implode( ',', $values );
@@ -811,7 +822,7 @@ class Database {
811
  *
812
  * @since 4.0.0
813
  *
814
- * @param mixed A string or array to add to the where clause.
815
  * @return Database Returns the Database class which can be method chained for more query building.
816
  */
817
  public function whereNotIn() {
@@ -820,19 +831,25 @@ class Database {
820
  foreach ( (array) $criteria as $field => $values ) {
821
  if ( ! is_array( $values ) ) {
822
  $values = [ $values ];
823
- } elseif ( count( $values ) === 0 ) {
 
 
824
  continue;
825
  }
826
 
827
  foreach ( $values as &$value ) {
828
  if ( is_numeric( $value ) ) {
829
  // No change.
830
- } elseif ( is_null( $value ) || false !== stristr( $value, 'NULL' ) ) {
 
 
 
831
  // Change to a true NULL value.
832
  $value = null;
833
- } else {
834
- $value = sprintf( '%s', $this->escape( $value, $this->getEscapeOptions() | self::ESCAPE_QUOTE ) );
835
  }
 
 
836
  }
837
 
838
  $values = implode( ',', $values );
@@ -849,10 +866,10 @@ class Database {
849
  *
850
  * @param string $table The name of the table to join to this query.
851
  * @param string|array $conditions The conditions of the join clause.
852
- * @param boolean $includesPrefix This determines if the table name includes the WordPress prefix or not.
853
  * @return Database Returns the Database class which can be method chained for more query building.
854
  */
855
- public function leftJoin( $table, $conditions, $includesPrefix = false ) {
856
  return $this->join( $table, $conditions, 'LEFT', $includesPrefix );
857
  }
858
 
@@ -864,10 +881,10 @@ class Database {
864
  * @param string $table The name of the table to join to this query.
865
  * @param string|array $conditions The conditions of the join clause.
866
  * @param string $direction This can take 'LEFT' or 'RIGHT' as arguments.
867
- * @param boolean $includesPrefix This determines if the table name includes the WordPress prefix or not.
868
  * @return Database Returns the Database class which can be method chained for more query building.
869
  */
870
- public function join( $table, $conditions, $direction = '', $includesPrefix = false ) {
871
  $this->join[] = [ $includesPrefix ? $table : $this->prefix . $table, $conditions, $direction ];
872
 
873
  return $this;
@@ -878,9 +895,9 @@ class Database {
878
  *
879
  * @since 4.0.0
880
  *
881
- * @var $query Database|string The query (Database object or query string) to be joined with.
882
- * @var $distinct boolean Set whether this union should be distinct or not.
883
- * @return Database Returns the Database class which can be method chained for more query building.
884
  */
885
  public function union( $query, $distinct = true ) {
886
  $this->union[] = [ $query, $distinct ];
@@ -889,11 +906,11 @@ class Database {
889
  }
890
 
891
  /**
892
- * Adds a GROUP BY clause.
893
  *
894
  * @since 4.0.0
895
  *
896
- * @param string A string to add to the group by clause.
897
  * @return Database Returns the Database class which can be method chained for more query building.
898
  */
899
  public function groupBy() {
@@ -909,7 +926,7 @@ class Database {
909
 
910
 
911
  /**
912
- * Adds a ORDER BY clause.
913
  *
914
  * @since 4.0.0
915
  *
@@ -923,6 +940,9 @@ class Database {
923
  $args = $args[0];
924
  }
925
 
 
 
 
926
  if ( ! empty( $args[0] ) && true !== $args[0] ) {
927
  $this->order = array_merge( $this->order, $args );
928
  } else {
@@ -953,15 +973,16 @@ class Database {
953
  *
954
  * @since 4.0.0
955
  *
956
- * @param mixed $limit A string or array that sets the limit clause.
957
- * @return Database Returns the Database class which can be method chained for more query building.
 
958
  */
959
- public function limit( $limit, $offset = null ) {
960
  if ( ! $limit ) {
961
  return $this;
962
  }
963
 
964
- $this->limit = ( null === $offset ) ? $limit : "$offset, $limit";
965
 
966
  return $this;
967
  }
@@ -981,13 +1002,18 @@ class Database {
981
  foreach ( (array) $args as $field => $value ) {
982
  if ( is_null( $value ) ) {
983
  $preparedSet[] = "`$field` = NULL";
984
- } elseif ( is_array( $value ) ) {
 
 
 
985
  throw new \Exception( 'Cannot save an unserialized array in the database. Data passed was: ' . wp_json_encode( $value ) );
986
- } elseif ( is_object( $value ) ) {
 
 
987
  throw new \Exception( 'Cannot save an unserialized object in the database. Data passed was: ' . $value );
988
- } else {
989
- $preparedSet[] = sprintf( "`$field` = %s", $this->escape( $value, $this->getEscapeOptions() | self::ESCAPE_QUOTE ) );
990
  }
 
 
991
  }
992
 
993
  return $preparedSet;
@@ -998,6 +1024,7 @@ class Database {
998
  *
999
  * @since 4.0.0
1000
  *
 
1001
  * @return Database Returns the Database class which can be method chained for more query building.
1002
  */
1003
  public function set() {
@@ -1011,6 +1038,7 @@ class Database {
1011
  *
1012
  * @since 4.1.5
1013
  *
 
1014
  * @return Database Returns the Database class which can be method chained for more query building.
1015
  */
1016
  public function onDuplicate() {
@@ -1024,10 +1052,14 @@ class Database {
1024
  *
1025
  * @since 4.0.0
1026
  *
1027
- * @param string $output This can be one of the following: ARRAY_A | ARRAY_N | OBJECT | OBJECT_K.
1028
- * @return Database Returns the Database class which can be method chained for more query building.
1029
  */
1030
- public function output( $output ) {
 
 
 
 
1031
  $this->output = $output;
1032
 
1033
  return $this;
@@ -1051,10 +1083,10 @@ class Database {
1051
  *
1052
  * @since 4.0.0
1053
  *
1054
- * @param boolean $reset Whether or not to reset the results/query.
1055
- * @param string $return Determine which method to call on the $wpdb object
1056
- * @param array $params Optional extra parameters to pass to the db method call
1057
- * @return array|object|null Database query results.
1058
  */
1059
  public function run( $reset = true, $return = 'results', $params = [] ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
1060
  if ( ! in_array( $return, [ 'results', 'col', 'var' ], true ) ) {
@@ -1080,11 +1112,9 @@ class Database {
1080
  case 'col':
1081
  $this->result = $this->db->get_col( $prepare );
1082
  break;
1083
-
1084
  case 'var':
1085
  $this->result = $this->db->get_var( $prepare );
1086
  break;
1087
-
1088
  default:
1089
  $this->result = $this->db->get_results( $prepare, $this->output );
1090
  }
@@ -1107,7 +1137,7 @@ class Database {
1107
  * @since 4.1.0
1108
  *
1109
  * @param string $countColumn The column to count with. Defaults to '*' all.
1110
- * @return void The count total.
1111
  */
1112
  public function count( $countColumn = '*' ) {
1113
  $usingGroup = ! empty( $this->group );
@@ -1115,15 +1145,17 @@ class Database {
1115
  ->run()
1116
  ->result();
1117
 
1118
- return 1 === $this->numRows() && ! $usingGroup ? (int) $results[0]->count : $this->numRows();
 
 
1119
  }
1120
 
1121
  /**
1122
- * Returns the query results based on the output.
1123
  *
1124
  * @since 4.0.0
1125
  *
1126
- * @return mixed This could be an array or an object based on the original output method.
1127
  */
1128
  public function result() {
1129
  return $this->result;
@@ -1134,40 +1166,46 @@ class Database {
1134
  *
1135
  * @since 4.0.0
1136
  *
1137
- * @param string $class The class to call.
1138
- * @return object The class object.
1139
  */
1140
  public function model( $class ) {
1141
  $result = $this->result();
1142
 
1143
- return ! empty( $result ) ? ( is_array( $result ) ? new $class( (array) current( $result ) ) : $result ) : new $class();
 
 
 
 
1144
  }
1145
 
1146
  /**
1147
- * Return an array of model models from the result
1148
  *
1149
  * @since 4.0.0
1150
  *
1151
- * @param string $class The class to call.
1152
- * @param string $id The id of the index to use.
1153
- * @param string $index The index if necessary.
1154
- * @return array An array of class models.
1155
  */
1156
  public function models( $class, $id = null, $toJson = false ) {
1157
- if ( empty( $this->models ) ) {
1158
- $i = 0;
1159
- $models = [];
1160
- foreach ( $this->result() as $row ) {
1161
- $var = ( null === $id ) ? $row : $row[ $id ];
1162
- $class = new $class( $var );
1163
- // Lets add the class to the array using the class ID.
1164
- $models[ $class->id ] = $toJson ? $class->jsonSerialize() : $class;
1165
- $i++;
1166
- }
1167
 
1168
- $this->models = $models;
 
 
 
 
 
 
 
1169
  }
1170
 
 
 
1171
  return $this->models;
1172
  }
1173
 
@@ -1176,7 +1214,7 @@ class Database {
1176
  *
1177
  * @since 4.0.0
1178
  *
1179
- * @return string The last error.
1180
  */
1181
  public function lastError() {
1182
  return $this->db->last_error;
@@ -1187,7 +1225,7 @@ class Database {
1187
  *
1188
  * @since 4.0.0
1189
  *
1190
- * @return integer The id of the most recent INSERT query.
1191
  */
1192
  public function insertId() {
1193
  return $this->db->insert_id;
@@ -1198,7 +1236,7 @@ class Database {
1198
  *
1199
  * @since 4.0.0
1200
  *
1201
- * @return integer The number of rows affected.
1202
  */
1203
  public function rowsAffected() {
1204
  return $this->db->rows_affected;
@@ -1209,7 +1247,7 @@ class Database {
1209
  *
1210
  * @since 4.0.0
1211
  *
1212
- * @return integer The count for the number of rows in the last query.
1213
  */
1214
  public function numRows() {
1215
  return $this->db->num_rows;
@@ -1254,7 +1292,8 @@ class Database {
1254
  }
1255
 
1256
  /**
1257
- * Fast way to execute queries.
 
1258
  *
1259
  * @since 4.0.0
1260
  *
@@ -1274,9 +1313,9 @@ class Database {
1274
  /**
1275
  * Escape a value for safe use in SQL queries.
1276
  *
1277
- * @param string $value The value to be escaped.
1278
- * @param boolean $options Escape options.
1279
- * @return string The escaped SQL value.
1280
  */
1281
  public function escape( $value, $options = null ) {
1282
  if ( is_array( $value ) ) {
@@ -1285,32 +1324,32 @@ class Database {
1285
  }
1286
 
1287
  return $value;
1288
- } else {
1289
- $options = ( is_null( $options ) ) ? $this->getEscapeOptions() : $options;
1290
- if ( ( $options & self::ESCAPE_STRIP_HTML ) !== 0 && isset( $this->stripTags ) && true === $this->stripTags ) {
1291
- $value = wp_strip_all_tags( $value );
1292
- }
1293
 
1294
- if (
1295
- ( ( $options & self::ESCAPE_FORCE ) !== 0 || php_sapi_name() === 'cli' ) ||
1296
- ( ( $options & self::ESCAPE_QUOTE ) !== 0 && ! is_integer( $value ) )
1297
- ) {
1298
- $value = esc_sql( $value );
1299
- if ( ! is_integer( $value ) ) {
1300
- $value = "'$value'";
1301
- }
1302
- }
1303
 
1304
- return $value;
 
 
 
 
 
 
 
1305
  }
 
 
1306
  }
1307
 
1308
  /**
1309
- * Get the current escape options.
1310
  *
1311
  * @since 4.0.0
1312
  *
1313
- * @return integer The current escape options.
1314
  */
1315
  public function getEscapeOptions() {
1316
  return $this->escapeOptions;
@@ -1318,11 +1357,11 @@ class Database {
1318
 
1319
 
1320
  /**
1321
- * Set the current escape options.
1322
  *
1323
  * @since 4.0.0
1324
  *
1325
- * @param integer $options
1326
  */
1327
  public function setEscapeOptions( $options ) {
1328
  $this->escapeOptions = $options;
@@ -1333,7 +1372,7 @@ class Database {
1333
  *
1334
  * @since 4.0.0
1335
  *
1336
- * @param array $cols An array of column names to be escaped.
1337
  * @return array An array of escaped column names.
1338
  */
1339
  private function escapeColNames( $cols ) {
@@ -1346,9 +1385,10 @@ class Database {
1346
  if ( stripos( $col, '.' ) ) {
1347
  list( $table, $c ) = explode( '.', $col );
1348
  $col = "`$table`.`$c`";
1349
- } else {
1350
- $col = "`$col`";
1351
  }
 
 
1352
  }
1353
  }
1354
 
@@ -1360,8 +1400,8 @@ class Database {
1360
  *
1361
  * @since 4.0.0
1362
  *
1363
- * @param unknown_type $values This could be anything, but if used properly its usually a string or an array.
1364
- * @return array|unknown If the preparation is correct it will return an array of arguments.
1365
  */
1366
  private function prepArgs( $values ) {
1367
  $values = (array) $values;
@@ -1379,8 +1419,8 @@ class Database {
1379
  *
1380
  * @since 4.0.0
1381
  *
1382
- * @param array $what Set which items you want to reset, all are selected by default.
1383
- * @return Database Returns the Database object.
1384
  */
1385
  public function reset(
1386
  $what = [
@@ -1447,12 +1487,11 @@ class Database {
1447
  }
1448
 
1449
  /**
1450
- * Get the current value of one or more query properties. If only one property is specified, returns the value;
1451
- * if an array of values is specified, then returns an array of values.
1452
  *
1453
  * @since 4.0.0
1454
  *
1455
- * @param string|array $what You can pass in an array of options to retrieve. By default it selects all if them.
1456
  * @return string|array Returns the value of whichever variables are passed in.
1457
  */
1458
  public function getQueryProperty(
@@ -1481,9 +1520,9 @@ class Database {
1481
  }
1482
 
1483
  return $return;
1484
- } else {
1485
- return $this->$what;
1486
  }
 
 
1487
  }
1488
 
1489
  /**
@@ -1512,10 +1551,10 @@ class Database {
1512
  *
1513
  * @since 4.1.6
1514
  *
1515
- * @param string|null $tableName The table name.
1516
  * @return void
1517
  */
1518
- public function bustCache( $tableName = null ) {
1519
  if ( ! $tableName ) {
1520
  // Bust all the cache.
1521
  $this->cache = [];
@@ -1531,7 +1570,7 @@ class Database {
1531
  *
1532
  * @since 4.1.0
1533
  *
1534
- * @return Database The cloned Database object.
1535
  */
1536
  public function noConflict() {
1537
  return clone $this;
33
  ];
34
 
35
  /**
36
+ * Holds $wpdb instance.
37
  *
38
  * @since 4.0.0
39
  *
40
+ * @var wpdb
41
  */
42
  public $db;
43
 
48
  *
49
  * @var string
50
  */
51
+ public $prefix = '';
52
 
53
  /**
54
  * The database table in use by this query.
57
  *
58
  * @var string
59
  */
60
+ public $table = '';
61
 
62
  /**
63
  * The sql statement (SELECT, INSERT, UPDATE, DELETE, etc.).
66
  *
67
  * @var string
68
  */
69
+ private $statement = '';
70
 
71
  /**
72
  * The limit clause for the sql query.
73
  *
74
  * @since 4.0.0
75
  *
76
+ * @var string|int
77
  */
78
+ private $limit = '';
79
 
80
  /**
81
  * The group clause for the sql query.
156
  *
157
  * @var bool
158
  */
159
+ private $distinct = false;
160
 
161
  /**
162
  * The order by direction for the query.
174
  *
175
  * @var string
176
  */
177
+ private $query = '';
178
 
179
  /**
180
  * The sql query results are stored here.
199
  *
200
  * @since 4.0.0
201
  *
202
+ * @var bool
203
  */
204
  private $stripTags = false;
205
 
208
  *
209
  * @since 4.0.0
210
  *
211
+ * @var int
212
  */
213
  protected $escapeOptions = 0;
214
 
222
  /**
223
  * Whether or not to reset the cached results.
224
  *
225
+ * @var bool
226
  */
227
  private $shouldResetCache = false;
228
 
231
  *
232
  * @since 4.0.0
233
  *
234
+ * @var int
235
  */
236
  const ESCAPE_FORCE = 2;
237
 
240
  *
241
  * @since 4.0.0
242
  *
243
+ * @var int
244
  */
245
  const ESCAPE_STRIP_HTML = 4;
246
 
249
  *
250
  * @since 4.0.0
251
  *
252
+ * @var int
253
  */
254
  const ESCAPE_QUOTE = 8;
255
 
257
  * Prepares the database class for use.
258
  *
259
  * @since 4.0.0
 
 
260
  */
261
+ public function __construct() {
262
  global $wpdb;
263
  $this->db = $wpdb;
264
  $this->prefix = $wpdb->prefix;
265
+ $this->escapeOptions = self::ESCAPE_STRIP_HTML | self::ESCAPE_QUOTE;
266
  }
267
 
268
  /**
271
  * @since 4.0.0
272
  */
273
  public function __clone() {
274
+ // We need to reset the result separately as well since it is not in the default array.
275
  $this->reset( [ 'result' ] );
276
  $this->reset();
277
  }
278
 
279
  /**
280
+ * Gets all AIOSEO installed tables.
281
  *
282
  * @since 4.0.0
283
  *
284
+ * @return array An array of custom AIOSEO tables.
285
  */
286
  public function getInstalledTables() {
287
  $results = $this->db->get_results( 'SHOW TABLES', 'ARRAY_N' );
295
  * @since 4.0.0
296
  *
297
  * @param string $table The name of the table to lookup columns for.
298
+ * @return array An array of custom AIOSEO tables.
299
  */
300
  public function getColumns( $table ) {
301
  $installedTables = json_decode( aioseo()->internalOptions->database->installedTables, true );
302
  $table = $this->prefix . $table;
 
 
 
 
 
303
 
304
+ if ( ! isset( $installedTables[ $table ] ) ) {
305
+ return [];
306
  }
307
 
308
+ if ( empty( $installedTables[ $table ] ) ) {
309
+ $installedTables[ $table ] = $this->db->get_col( 'SHOW COLUMNS FROM `' . $table . '`' );
310
+ aioseo()->internalOptions->database->installedTables = wp_json_encode( $installedTables );
311
+ }
312
+
313
+ return $installedTables[ $table ];
314
  }
315
 
316
  /**
318
  *
319
  * @since 4.0.0
320
  *
321
+ * @param string $table The name of the table.
322
+ * @return bool Whether or not the table exists.
323
  */
324
  public function tableExists( $table ) {
325
  $table = $this->prefix . $table;
329
  }
330
 
331
  $results = $this->db->get_results( "SHOW TABLES LIKE '" . $table . "'" );
332
+ if ( empty( $results ) ) {
333
+ return false;
 
 
 
334
  }
335
 
336
+ $installedTables[ $table ] = [];
337
+ aioseo()->internalOptions->database->installedTables = wp_json_encode( $installedTables );
338
+
339
+ return true;
340
  }
341
 
342
  /**
344
  *
345
  * @since 4.0.5
346
  *
347
+ * @param string $table The name of the table.
348
+ * @param string $column The name of the column.
349
+ * @return bool Whether or not the column exists.
350
  */
351
  public function columnExists( $table, $column ) {
352
  if ( ! $this->tableExists( $table ) ) {
355
 
356
  $columns = $this->getColumns( $table );
357
 
358
+ return in_array( $column, $columns, true );
 
 
 
 
359
  }
360
 
361
  /**
363
  *
364
  * @since 4.1.0
365
  *
366
+ * @param string $table The table to check.
367
+ * @return int The size of the table in bytes.
368
  */
369
  public function getTableSize( $table ) {
370
  $this->db->query( 'ANALYZE TABLE ' . $this->prefix . $table );
378
  ORDER BY (DATA_LENGTH + INDEX_LENGTH) DESC;
379
  ' );
380
 
381
+ return ! empty( $results ) ? $results[0]->size : 0;
382
  }
383
 
384
  /**
395
  if ( $this->ignore ) {
396
  $insert .= 'IGNORE ';
397
  }
398
+ $insert .= 'INTO ' . $this->table;
399
  $clauses = [];
400
  $clauses[] = $insert;
401
  $clauses[] = 'SET ' . implode( ', ', $this->set );
439
  $clauses[] = 'ORDER BY ' . implode( ', ', $this->order );
440
  }
441
 
442
+ if ( $this->limit ) {
443
  $clauses[] = 'LIMIT ' . $this->limit;
444
  }
445
 
462
  $clauses[] = 'ORDER BY ' . implode( ', ', $this->order );
463
  }
464
 
465
+ if ( $this->limit ) {
466
  $clauses[] = 'LIMIT ' . $this->limit;
467
  }
468
 
526
  }
527
 
528
  // Select limit.
529
+ if ( $this->limit ) {
530
  $clauses[] = 'LIMIT ' . $this->limit;
531
  }
532
 
557
  *
558
  * @since 4.0.0
559
  *
560
+ * @param string $table The name of the table without the WordPress prefix unless includes_prefix is true.
561
+ * @param bool $includesPrefix This determines if the table name includes the WordPress prefix or not.
562
+ * @param string $statement The MySQL statement for the query.
563
+ * @return Database Returns the Database class which can then be method chained for building the query.
564
  */
565
+ public function start( $table = '', $includesPrefix = false, $statement = 'SELECT' ) {
566
  // Always reset everything when starting a new query.
567
  $this->reset();
568
  $this->table = $includesPrefix ? $table : $this->prefix . $table;
576
  *
577
  * @since 4.0.0
578
  *
579
+ * @param string $table The name of the table without the WordPress prefix unless includes_prefix is true.
580
+ * @param bool $includesPrefix This determines if the table name includes the WordPress prefix or not.
581
+ * @return Database Returns the Database class which can then be method chained for building the query.
582
  */
583
+ public function insert( $table = '', $includesPrefix = false ) {
584
  return $this->start( $table, $includesPrefix, 'INSERT' );
585
  }
586
 
589
  *
590
  * @since 4.1.6
591
  *
592
+ * @param string $table The name of the table without the WordPress prefix unless includes_prefix is true.
593
+ * @param bool $includesPrefix This determines if the table name includes the WordPress prefix or not.
594
+ * @return Database Returns the Database class which can then be method chained for building the query.
595
  */
596
+ public function insertIgnore( $table = '', $includesPrefix = false ) {
597
  $this->ignore = true;
598
 
599
  return $this->start( $table, $includesPrefix, 'INSERT' );
604
  *
605
  * @since 4.0.0
606
  *
607
+ * @param string $table The name of the table without the WordPress prefix unless includes_prefix is true.
608
+ * @param bool $includesPrefix This determines if the table name includes the WordPress prefix or not.
609
+ * @return Database Returns the Database class which can then be method chained for building the query.
610
  */
611
+ public function update( $table = '', $includesPrefix = false ) {
612
  return $this->start( $table, $includesPrefix, 'UPDATE' );
613
  }
614
 
617
  *
618
  * @since 4.0.0
619
  *
620
+ * @param string $table The name of the table without the WordPress prefix unless includes_prefix is true.
621
+ * @param bool $includesPrefix This determines if the table name includes the WordPress prefix or not.
622
+ * @return Database Returns the Database class which can then be method chained for building the query.
623
  */
624
+ public function replace( $table = '', $includesPrefix = false ) {
625
  return $this->start( $table, $includesPrefix, 'REPLACE' );
626
  }
627
 
630
  *
631
  * @since 4.0.0
632
  *
633
+ * @param string $table The name of the table without the WordPress prefix unless includes_prefix is true.
634
+ * @param bool $includesPrefix This determines if the table name includes the WordPress prefix or not.
635
+ * @return Database Returns the Database class which can then be method chained for building the query.
636
  */
637
+ public function truncate( $table = '', $includesPrefix = false ) {
638
  return $this->start( $table, $includesPrefix, 'TRUNCATE' );
639
  }
640
 
643
  *
644
  * @since 4.0.0
645
  *
646
+ * @param string $table The name of the table without the WordPress prefix unless includes_prefix is true.
647
+ * @param bool $includesPrefix This determines if the table name includes the WordPress prefix or not.
648
+ * @return Database Returns the Database class which can then be method chained for building the query.
649
  */
650
+ public function delete( $table = '', $includesPrefix = false ) {
651
  return $this->start( $table, $includesPrefix, 'DELETE' );
652
  }
653
 
656
  *
657
  * @since 4.0.0
658
  *
659
+ * @param mixed A string or array to add to the select clause.
660
  * @return Database Returns the Database class which can be method chained for more query building.
661
  */
662
  public function select() {
675
  *
676
  * @since 4.0.0
677
  *
678
+ * @param mixed A string or array to add to the where clause.
679
  * @return Database Returns the Database class which can be method chained for more query building.
680
  */
681
  public function where() {
691
  if ( is_null( $value ) && false !== stripos( $field, ' IS ' ) ) {
692
  // WHERE `field` IS NOT NULL.
693
  $this->where[] = "$field NULL";
694
+ continue;
695
+ }
696
+
697
+ if ( is_null( $value ) ) {
698
  // WHERE `field` IS NULL.
699
  $this->where[] = "$field NULL";
700
+ continue;
701
+ }
702
+
703
+ if ( is_array( $value ) ) {
704
  $wheres = [];
705
  foreach ( (array) $value as $val ) {
706
  $wheres[] = sprintf( "$field %s", $this->escape( $val, $this->getEscapeOptions() | self::ESCAPE_QUOTE ) );
707
  }
708
 
709
  $this->where[] = '(' . implode( ' OR ', $wheres ) . ')';
710
+ continue;
 
711
  }
712
+
713
+ $this->where[] = sprintf( "$field %s", $this->escape( $value, $this->getEscapeOptions() | self::ESCAPE_QUOTE ) );
714
  }
715
 
716
  return $this;
721
  *
722
  * @since 4.0.0
723
  *
724
+ * @param mixed A string or array to add to the where clause.
725
  * @return Database Returns the Database class which can be method chained for more query building.
726
  */
727
  public function whereRaw() {
740
  *
741
  * @since 4.0.0
742
  *
743
+ * @param mixed A string or array to add to the where clause.
744
  * @return Database Returns the Database class which can be method chained for more query building.
745
  */
746
  public function whereOr() {
757
  if ( is_null( $value ) && false !== stripos( $field, ' IS ' ) ) {
758
  // WHERE `field` IS NOT NULL.
759
  $or[] = "$field NULL";
760
+ continue;
761
+ }
762
+
763
+ if ( is_null( $value ) ) {
764
  // WHERE `field` IS NULL.
765
  $or[] = "$field NULL";
 
 
766
  }
767
+
768
+ $or[] = sprintf( "$field %s", $this->escape( $value, $this->getEscapeOptions() | self::ESCAPE_QUOTE ) );
769
  }
770
 
771
  // Create our subclause, and add it to the WHERE array.
788
  foreach ( (array) $criteria as $field => $values ) {
789
  if ( ! is_array( $values ) ) {
790
  $values = [ $values ];
791
+ }
792
+
793
+ if ( count( $values ) === 0 ) {
794
  continue;
795
  }
796
 
797
  foreach ( $values as &$value ) {
798
  // Note: We can no longer check for `is_numeric` because a value like `61021e6242255` returns true and breaks the query.
799
+ if ( is_int( $value ) || is_float( $value ) ) {
800
  // No change.
801
+ continue;
802
+ }
803
+
804
+ if ( is_null( $value ) || false !== stristr( $value, 'NULL' ) ) {
805
  // Change to a true NULL value.
806
  $value = null;
807
+ continue;
 
808
  }
809
+
810
+ $value = sprintf( '%s', $this->escape( $value, $this->getEscapeOptions() | self::ESCAPE_QUOTE ) );
811
  }
812
 
813
  $values = implode( ',', $values );
822
  *
823
  * @since 4.0.0
824
  *
825
+ * @param mixed A string or array to add to the where clause.
826
  * @return Database Returns the Database class which can be method chained for more query building.
827
  */
828
  public function whereNotIn() {
831
  foreach ( (array) $criteria as $field => $values ) {
832
  if ( ! is_array( $values ) ) {
833
  $values = [ $values ];
834
+ }
835
+
836
+ if ( count( $values ) === 0 ) {
837
  continue;
838
  }
839
 
840
  foreach ( $values as &$value ) {
841
  if ( is_numeric( $value ) ) {
842
  // No change.
843
+ continue;
844
+ }
845
+
846
+ if ( is_null( $value ) || false !== stristr( $value, 'NULL' ) ) {
847
  // Change to a true NULL value.
848
  $value = null;
849
+ continue;
 
850
  }
851
+
852
+ $value = sprintf( '%s', $this->escape( $value, $this->getEscapeOptions() | self::ESCAPE_QUOTE ) );
853
  }
854
 
855
  $values = implode( ',', $values );
866
  *
867
  * @param string $table The name of the table to join to this query.
868
  * @param string|array $conditions The conditions of the join clause.
869
+ * @param bool $includesPrefix This determines if the table name includes the WordPress prefix or not.
870
  * @return Database Returns the Database class which can be method chained for more query building.
871
  */
872
+ public function leftJoin( $table = '', $conditions = '', $includesPrefix = false ) {
873
  return $this->join( $table, $conditions, 'LEFT', $includesPrefix );
874
  }
875
 
881
  * @param string $table The name of the table to join to this query.
882
  * @param string|array $conditions The conditions of the join clause.
883
  * @param string $direction This can take 'LEFT' or 'RIGHT' as arguments.
884
+ * @param bool $includesPrefix This determines if the table name includes the WordPress prefix or not.
885
  * @return Database Returns the Database class which can be method chained for more query building.
886
  */
887
+ public function join( $table = '', $conditions = '', $direction = '', $includesPrefix = false ) {
888
  $this->join[] = [ $includesPrefix ? $table : $this->prefix . $table, $conditions, $direction ];
889
 
890
  return $this;
895
  *
896
  * @since 4.0.0
897
  *
898
+ * @param Database|string The query (Database object or query string) to be joined with.
899
+ * @param bool Set whether this union should be distinct or not.
900
+ * @return Database Returns the Database class which can be method chained for more query building.
901
  */
902
  public function union( $query, $distinct = true ) {
903
  $this->union[] = [ $query, $distinct ];
906
  }
907
 
908
  /**
909
+ * Adds am GROUP BY clause.
910
  *
911
  * @since 4.0.0
912
  *
913
+ * @param mixed A string or array to add to the group by clause.
914
  * @return Database Returns the Database class which can be method chained for more query building.
915
  */
916
  public function groupBy() {
926
 
927
 
928
  /**
929
+ * Adds am ORDER BY clause.
930
  *
931
  * @since 4.0.0
932
  *
940
  $args = $args[0];
941
  }
942
 
943
+ // Escape the order by clause.
944
+ $args = array_map( 'esc_sql', $args );
945
+
946
  if ( ! empty( $args[0] ) && true !== $args[0] ) {
947
  $this->order = array_merge( $this->order, $args );
948
  } else {
973
  *
974
  * @since 4.0.0
975
  *
976
+ * @param int $limit The amount of rows to limit the query to.
977
+ * @param int $offset The amount of rows the result of the query should be ofset with.
978
+ * @return Database Returns the Database class which can be method chained for more query building.
979
  */
980
+ public function limit( $limit = 0, $offset = -1 ) {
981
  if ( ! $limit ) {
982
  return $this;
983
  }
984
 
985
+ $this->limit = ( -1 === $offset ) ? $limit : "$offset, $limit";
986
 
987
  return $this;
988
  }
1002
  foreach ( (array) $args as $field => $value ) {
1003
  if ( is_null( $value ) ) {
1004
  $preparedSet[] = "`$field` = NULL";
1005
+ continue;
1006
+ }
1007
+
1008
+ if ( is_array( $value ) ) {
1009
  throw new \Exception( 'Cannot save an unserialized array in the database. Data passed was: ' . wp_json_encode( $value ) );
1010
+ }
1011
+
1012
+ if ( is_object( $value ) ) {
1013
  throw new \Exception( 'Cannot save an unserialized object in the database. Data passed was: ' . $value );
 
 
1014
  }
1015
+
1016
+ $preparedSet[] = sprintf( "`$field` = %s", $this->escape( $value, $this->getEscapeOptions() | self::ESCAPE_QUOTE ) );
1017
  }
1018
 
1019
  return $preparedSet;
1024
  *
1025
  * @since 4.0.0
1026
  *
1027
+ * @param array An associative array with columns mapped to their new values.
1028
  * @return Database Returns the Database class which can be method chained for more query building.
1029
  */
1030
  public function set() {
1038
  *
1039
  * @since 4.1.5
1040
  *
1041
+ * @param mixed An associative array with columns mapped to their new values.
1042
  * @return Database Returns the Database class which can be method chained for more query building.
1043
  */
1044
  public function onDuplicate() {
1052
  *
1053
  * @since 4.0.0
1054
  *
1055
+ * @param string $output This can be one of the following: ARRAY_A | ARRAY_N | OBJECT | OBJECT_K.
1056
+ * @return Database Returns the Database class which can be method chained for more query building.
1057
  */
1058
+ public function output( $output = 'OBJECT' ) {
1059
+ if ( ! $output ) {
1060
+ $output = 'OBJECT';
1061
+ }
1062
+
1063
  $this->output = $output;
1064
 
1065
  return $this;
1083
  *
1084
  * @since 4.0.0
1085
  *
1086
+ * @param bool $reset Whether or not to reset the results/query.
1087
+ * @param string $return Determine which method to call on the $wpdb object
1088
+ * @param array $params Optional extra parameters to pass to the db method call
1089
+ * @return Database Returns the Database class which can be method chained for more query building.
1090
  */
1091
  public function run( $reset = true, $return = 'results', $params = [] ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
1092
  if ( ! in_array( $return, [ 'results', 'col', 'var' ], true ) ) {
1112
  case 'col':
1113
  $this->result = $this->db->get_col( $prepare );
1114
  break;
 
1115
  case 'var':
1116
  $this->result = $this->db->get_var( $prepare );
1117
  break;
 
1118
  default:
1119
  $this->result = $this->db->get_results( $prepare, $this->output );
1120
  }
1137
  * @since 4.1.0
1138
  *
1139
  * @param string $countColumn The column to count with. Defaults to '*' all.
1140
+ * @return int The number of rows that were found.
1141
  */
1142
  public function count( $countColumn = '*' ) {
1143
  $usingGroup = ! empty( $this->group );
1145
  ->run()
1146
  ->result();
1147
 
1148
+ return 1 === $this->numRows() && ! $usingGroup
1149
+ ? (int) $results[0]->count
1150
+ : $this->numRows();
1151
  }
1152
 
1153
  /**
1154
+ * Returns the query results based on the value of the output property.
1155
  *
1156
  * @since 4.0.0
1157
  *
1158
+ * @return array|object This could be an array or an object based on what was set in the output property.
1159
  */
1160
  public function result() {
1161
  return $this->result;
1166
  *
1167
  * @since 4.0.0
1168
  *
1169
+ * @param string $class The name of the model class to call.
1170
+ * @return object The model class instance.
1171
  */
1172
  public function model( $class ) {
1173
  $result = $this->result();
1174
 
1175
+ return ! empty( $result )
1176
+ ? ( is_array( $result )
1177
+ ? new $class( (array) current( $result ) )
1178
+ : $result )
1179
+ : new $class();
1180
  }
1181
 
1182
  /**
1183
+ * Return an array of model class instancnes from the result.
1184
  *
1185
  * @since 4.0.0
1186
  *
1187
+ * @param string $class The name of the model class to call.
1188
+ * @param string $id The ID of the index to use.
1189
+ * @param string $index The index if necessary.
1190
+ * @return array An array of model class instances.
1191
  */
1192
  public function models( $class, $id = null, $toJson = false ) {
1193
+ if ( ! empty( $this->models ) ) {
1194
+ return $this->models;
1195
+ }
 
 
 
 
 
 
 
1196
 
1197
+ $i = 0;
1198
+ $models = [];
1199
+ foreach ( $this->result() as $row ) {
1200
+ $var = ( null === $id ) ? $row : $row[ $id ];
1201
+ $class = new $class( $var );
1202
+ // Lets add the class to the array using the class ID.
1203
+ $models[ $class->id ] = $toJson ? $class->jsonSerialize() : $class;
1204
+ $i++;
1205
  }
1206
 
1207
+ $this->models = $models;
1208
+
1209
  return $this->models;
1210
  }
1211
 
1214
  *
1215
  * @since 4.0.0
1216
  *
1217
+ * @return string The last error message.
1218
  */
1219
  public function lastError() {
1220
  return $this->db->last_error;
1225
  *
1226
  * @since 4.0.0
1227
  *
1228
+ * @return int The ID of the most recent INSERT query.
1229
  */
1230
  public function insertId() {
1231
  return $this->db->insert_id;
1236
  *
1237
  * @since 4.0.0
1238
  *
1239
+ * @return int The number of rows affected.
1240
  */
1241
  public function rowsAffected() {
1242
  return $this->db->rows_affected;
1247
  *
1248
  * @since 4.0.0
1249
  *
1250
+ * @return int The count for the number of rows in the last query.
1251
  */
1252
  public function numRows() {
1253
  return $this->db->num_rows;
1292
  }
1293
 
1294
  /**
1295
+ * Fast way to execute raw queries.
1296
+ * NOTE: When using this method, all arguments must be sanitized manually!
1297
  *
1298
  * @since 4.0.0
1299
  *
1313
  /**
1314
  * Escape a value for safe use in SQL queries.
1315
  *
1316
+ * @param string $value The value to be escaped.
1317
+ * @param int|null $options The escape options.
1318
+ * @return string The escaped SQL value.
1319
  */
1320
  public function escape( $value, $options = null ) {
1321
  if ( is_array( $value ) ) {
1324
  }
1325
 
1326
  return $value;
1327
+ }
 
 
 
 
1328
 
1329
+ $options = ( is_null( $options ) ) ? $this->getEscapeOptions() : $options;
1330
+ if ( ( $options & self::ESCAPE_STRIP_HTML ) !== 0 && isset( $this->stripTags ) && true === $this->stripTags ) {
1331
+ $value = wp_strip_all_tags( $value );
1332
+ }
 
 
 
 
 
1333
 
1334
+ if (
1335
+ ( ( $options & self::ESCAPE_FORCE ) !== 0 || php_sapi_name() === 'cli' ) ||
1336
+ ( ( $options & self::ESCAPE_QUOTE ) !== 0 && ! is_int( $value ) )
1337
+ ) {
1338
+ $value = esc_sql( $value );
1339
+ if ( ! is_int( $value ) ) {
1340
+ $value = "'$value'";
1341
+ }
1342
  }
1343
+
1344
+ return $value;
1345
  }
1346
 
1347
  /**
1348
+ * Returns the current escape options value.
1349
  *
1350
  * @since 4.0.0
1351
  *
1352
+ * @return int The current escape options value.
1353
  */
1354
  public function getEscapeOptions() {
1355
  return $this->escapeOptions;
1357
 
1358
 
1359
  /**
1360
+ * Sets the current escape options value.
1361
  *
1362
  * @since 4.0.0
1363
  *
1364
+ * @param int $options The escape options value.
1365
  */
1366
  public function setEscapeOptions( $options ) {
1367
  $this->escapeOptions = $options;
1372
  *
1373
  * @since 4.0.0
1374
  *
1375
+ * @param array $cols An array of column names to be escaped.
1376
  * @return array An array of escaped column names.
1377
  */
1378
  private function escapeColNames( $cols ) {
1385
  if ( stripos( $col, '.' ) ) {
1386
  list( $table, $c ) = explode( '.', $col );
1387
  $col = "`$table`.`$c`";
1388
+ continue;
 
1389
  }
1390
+
1391
+ $col = "`$col`";
1392
  }
1393
  }
1394
 
1400
  *
1401
  * @since 4.0.0
1402
  *
1403
+ * @param mixed $values This could be anything, but if used properly it usually is a string or an array.
1404
+ * @return mixed If the preparation was successful, it will return an array of arguments. Otherwise it could be anything.
1405
  */
1406
  private function prepArgs( $values ) {
1407
  $values = (array) $values;
1419
  *
1420
  * @since 4.0.0
1421
  *
1422
+ * @param array $what Set which properties you want to reset. All are selected by default.
1423
+ * @return Database Returns the Database instance.
1424
  */
1425
  public function reset(
1426
  $what = [
1487
  }
1488
 
1489
  /**
1490
+ * Returns the current value of one or more query properties.
 
1491
  *
1492
  * @since 4.0.0
1493
  *
1494
+ * @param string|array $what You can pass in an array of options to retrieve. By default it selects all if them.
1495
  * @return string|array Returns the value of whichever variables are passed in.
1496
  */
1497
  public function getQueryProperty(
1520
  }
1521
 
1522
  return $return;
 
 
1523
  }
1524
+
1525
+ return $this->$what;
1526
  }
1527
 
1528
  /**
1551
  *
1552
  * @since 4.1.6
1553
  *
1554
+ * @param string $tableName The table name.
1555
  * @return void
1556
  */
1557
+ public function bustCache( $tableName = '' ) {
1558
  if ( ! $tableName ) {
1559
  // Bust all the cache.
1560
  $this->cache = [];
1570
  *
1571
  * @since 4.1.0
1572
  *
1573
+ * @return Database The cloned Database instance.
1574
  */
1575
  public function noConflict() {
1576
  return clone $this;
app/Common/Utils/Tags.php CHANGED
@@ -237,7 +237,8 @@ class Tags {
237
  'permalink',
238
  'separator_sa',
239
  'site_title',
240
- 'tagline'
 
241
  ],
242
  'taxonomyDescription' => [
243
  'taxonomy_description',
@@ -521,6 +522,11 @@ class Tags {
521
  'description' => __( 'The name of the first term of a given taxonomy that is assigned to the current page/post.', 'all-in-one-seo-pack' ),
522
  'custom' => true
523
  ],
 
 
 
 
 
524
  [
525
  'id' => 'description',
526
  'name' => __( 'Description', 'all-in-one-seo-pack' ),
@@ -893,6 +899,12 @@ class Tags {
893
  $title = $this->getTaxonomyTitle( $postId );
894
 
895
  return $sampleData ? __( 'Sample Taxonomy Title', 'all-in-one-seo-pack' ) : $title;
 
 
 
 
 
 
896
  case 'categories':
897
  if ( ! is_object( $post ) || 'post' !== $post->post_type ) {
898
  return ! is_object( $post ) && $sampleData ? __( 'Sample Category 1, Sample Category 2', 'all-in-one-seo-pack' ) : '';
237
  'permalink',
238
  'separator_sa',
239
  'site_title',
240
+ 'tagline',
241
+ 'tax_parent_name'
242
  ],
243
  'taxonomyDescription' => [
244
  'taxonomy_description',
522
  'description' => __( 'The name of the first term of a given taxonomy that is assigned to the current page/post.', 'all-in-one-seo-pack' ),
523
  'custom' => true
524
  ],
525
+ [
526
+ 'id' => 'tax_parent_name',
527
+ 'name' => __( 'Parent Term', 'all-in-one-seo-pack' ),
528
+ 'description' => __( 'The name of the parent term of the current term.', 'all-in-one-seo-pack' ),
529
+ ],
530
  [
531
  'id' => 'description',
532
  'name' => __( 'Description', 'all-in-one-seo-pack' ),
899
  $title = $this->getTaxonomyTitle( $postId );
900
 
901
  return $sampleData ? __( 'Sample Taxonomy Title', 'all-in-one-seo-pack' ) : $title;
902
+ case 'tax_parent_name':
903
+ $termObject = get_term( $id );
904
+ $parentTermObject = ! empty( $termObject->parent ) ? get_term( $termObject->parent ) : '';
905
+ $name = is_a( $parentTermObject, 'WP_Term' ) && ! empty( $parentTermObject->name ) ? $parentTermObject->name : '';
906
+
907
+ return $sampleData ? __( 'Sample Parent Term Name', 'all-in-one-seo-pack' ) : $name;
908
  case 'categories':
909
  if ( ! is_object( $post ) || 'post' !== $post->post_type ) {
910
  return ! is_object( $post ) && $sampleData ? __( 'Sample Category 1, Sample Category 2', 'all-in-one-seo-pack' ) : '';
app/Common/Utils/VueSettings.php CHANGED
@@ -119,7 +119,8 @@ class VueSettings {
119
  'locationsShowOnWebsite' => 'widget',
120
  'breadcrumbsShowOnWebsite' => 'shortcode',
121
  'breadcrumbsShowMoreSeparators' => false,
122
- 'searchShowMoreSeparators' => false
 
123
  ],
124
  'internalTabs' => [
125
  'authorArchives' => 'title-description',
119
  'locationsShowOnWebsite' => 'widget',
120
  'breadcrumbsShowOnWebsite' => 'shortcode',
121
  'breadcrumbsShowMoreSeparators' => false,
122
+ 'searchShowMoreSeparators' => false,
123
+ 'overviewPostType' => 'post',
124
  ],
125
  'internalTabs' => [
126
  'authorArchives' => 'title-description',
app/Common/Views/main/clarity.php CHANGED
@@ -12,7 +12,7 @@ if ( ! defined( 'ABSPATH' ) ) {
12
 
13
  $projectId = aioseo()->options->webmasterTools->microsoftClarityProjectId;
14
 
15
- if ( empty( $projectId ) ) {
16
  return;
17
  }
18
  ?>
12
 
13
  $projectId = aioseo()->options->webmasterTools->microsoftClarityProjectId;
14
 
15
+ if ( empty( $projectId ) || aioseo()->helpers->isAmpPage() ) {
16
  return;
17
  }
18
  ?>
app/Common/Views/main/meta.php CHANGED
@@ -37,7 +37,7 @@ if ( ! empty( $keywords ) ) :
37
  <meta name="keywords" content="<?php echo esc_attr( $keywords ); ?>" />
38
  <?php
39
  endif;
40
- if ( ! empty( $canonical ) ) :
41
  ?>
42
  <link rel="canonical" href="<?php echo esc_url( $canonical ); ?>" />
43
  <?php
@@ -53,6 +53,11 @@ if ( ! empty( $links['next'] ) ) :
53
  <?php
54
  endif;
55
 
 
 
 
 
 
56
  // This adds the miscellaneous verification to the head tag inside our comments.
57
  // @TODO: [V4+] Maybe move this out of meta? Better idea would be to have a global wp_head where meta gets
58
  // attached as well as other things like this:
37
  <meta name="keywords" content="<?php echo esc_attr( $keywords ); ?>" />
38
  <?php
39
  endif;
40
+ if ( ! empty( $canonical ) && ! aioseo()->helpers->isAmpPage( 'amp' ) ) :
41
  ?>
42
  <link rel="canonical" href="<?php echo esc_url( $canonical ); ?>" />
43
  <?php
53
  <?php
54
  endif;
55
 
56
+ // Add our generator output.
57
+ ?>
58
+ <meta name="generator" content="<?php echo sprintf( '%1$s (%2$s) %3$s', esc_html( AIOSEO_PLUGIN_NAME ), esc_html( AIOSEO_PLUGIN_SHORT_NAME ), aioseo()->version ) // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped, Generic.Files.LineLength.MaxExceeded ?> " />
59
+ <?php
60
+
61
  // This adds the miscellaneous verification to the head tag inside our comments.
62
  // @TODO: [V4+] Maybe move this out of meta? Better idea would be to have a global wp_head where meta gets
63
  // attached as well as other things like this:
app/Common/Views/sitemap/html/compact-archive.php CHANGED
@@ -1,6 +1,11 @@
1
  <?php
2
- // phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable
3
- // phpcs:disable Generic.ControlStructures.InlineControlStructure.NotAllowed
 
 
 
 
 
4
  ?>
5
  <div class="aioseo-html-sitemap">
6
  <div class="aioseo-html-sitemap-compact-archive">
1
  <?php
2
+ // phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable
3
+ // phpcs:disable Generic.ControlStructures.InlineControlStructure.NotAllowed
4
+
5
+ // Exit if accessed directly.
6
+ if ( ! defined( 'ABSPATH' ) ) {
7
+ exit;
8
+ }
9
  ?>
10
  <div class="aioseo-html-sitemap">
11
  <div class="aioseo-html-sitemap-compact-archive">
app/Common/Views/sitemap/html/widget-options.php CHANGED
@@ -1,5 +1,10 @@
1
  <?php
2
- // phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable
 
 
 
 
 
3
  ?>
4
 
5
  <div class="aioseo-html-sitemap">
1
  <?php
2
+ // phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable
3
+
4
+ // Exit if accessed directly.
5
+ if ( ! defined( 'ABSPATH' ) ) {
6
+ exit;
7
+ }
8
  ?>
9
 
10
  <div class="aioseo-html-sitemap">
app/Common/Views/sitemap/xml/default.php CHANGED
@@ -27,10 +27,13 @@ if ( ! defined( 'ABSPATH' ) ) {
27
  <url>
28
  <loc><?php aioseo()->sitemap->output->escapeAndEcho( $entry['loc'] ); ?></loc><?php
29
  if ( array_key_exists( 'languages', $entry ) && count( $entry['languages'] ) ) {
30
- foreach ( $entry['languages'] as $language ) {
 
 
 
31
  ?>
32
 
33
- <xhtml:link rel="alternate" hreflang="<?php echo esc_attr( $language['language'] ); ?>" href="<?php echo esc_url( $language['location'] ); ?>" /><?php
34
  }
35
  }
36
  if ( array_key_exists( 'lastmod', $entry ) && $entry['lastmod'] ) {
27
  <url>
28
  <loc><?php aioseo()->sitemap->output->escapeAndEcho( $entry['loc'] ); ?></loc><?php
29
  if ( array_key_exists( 'languages', $entry ) && count( $entry['languages'] ) ) {
30
+ foreach ( $entry['languages'] as $subentry ) {
31
+ if ( empty( $subentry['language'] ) || empty( $subentry['location'] ) ) {
32
+ continue;
33
+ }
34
  ?>
35
 
36
+ <xhtml:link rel="alternate" hreflang="<?php echo esc_attr( $subentry['language'] ); ?>" href="<?php echo esc_url( $subentry['location'] ); ?>" /><?php
37
  }
38
  }
39
  if ( array_key_exists( 'lastmod', $entry ) && $entry['lastmod'] ) {
app/Lite/Admin/Admin.php CHANGED
@@ -41,7 +41,10 @@ class Admin extends CommonAdmin\Admin {
41
  'parent' => 'aioseo-main',
42
  'title' => '<span class="aioseo-menu-highlight">' . __( 'Upgrade to Pro', 'all-in-one-seo-pack' ) . '</span>',
43
  'id' => 'aioseo-pro-upgrade',
44
- 'href' => apply_filters( 'aioseo_upgrade_link', aioseo()->helpers->utmUrl( AIOSEO_MARKETING_URL . 'lite-upgrade/', 'admin-bar', null, false ) ),
 
 
 
45
  'meta' => [ 'target' => '_blank' ],
46
  ];
47
  }
@@ -67,8 +70,35 @@ class Admin extends CommonAdmin\Admin {
67
  $submenu[ $this->pageSlug ][] = [
68
  '<span class="aioseo-menu-highlight">' . esc_html__( 'Upgrade to Pro', 'all-in-one-seo-pack' ) . '</span>',
69
  $capability,
70
- apply_filters( 'aioseo_upgrade_link', aioseo()->helpers->utmUrl( AIOSEO_MARKETING_URL . 'lite-upgrade/', 'admin-menu', null, false ) )
 
 
 
71
  ];
72
  }
73
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
  }
41
  'parent' => 'aioseo-main',
42
  'title' => '<span class="aioseo-menu-highlight">' . __( 'Upgrade to Pro', 'all-in-one-seo-pack' ) . '</span>',
43
  'id' => 'aioseo-pro-upgrade',
44
+ 'href' => apply_filters(
45
+ 'aioseo_upgrade_link',
46
+ esc_url( admin_url( 'admin.php?page=aioseo-tools&aioseo-redirect-upgrade=1' ) )
47
+ ),
48
  'meta' => [ 'target' => '_blank' ],
49
  ];
50
  }
70
  $submenu[ $this->pageSlug ][] = [
71
  '<span class="aioseo-menu-highlight">' . esc_html__( 'Upgrade to Pro', 'all-in-one-seo-pack' ) . '</span>',
72
  $capability,
73
+ apply_filters(
74
+ 'aioseo_upgrade_link',
75
+ esc_url( admin_url( 'admin.php?page=aioseo-tools&aioseo-redirect-upgrade=1' ) )
76
+ )
77
  ];
78
  }
79
  }
80
+
81
+ /**
82
+ * Check the query args to see if we need to redirect to an external URL.
83
+ *
84
+ * @since 4.2.3
85
+ *
86
+ * @return void
87
+ */
88
+ protected function checkForRedirects() {
89
+ $mappedUrls = [
90
+ // Added to resolve an issue with the open_basedir in the IIS.
91
+ // https://github.com/awesomemotive/aioseo/issues/3243
92
+ 'aioseo-redirect-upgrade' => apply_filters(
93
+ 'aioseo_upgrade_link',
94
+ aioseo()->helpers->utmUrl( AIOSEO_MARKETING_URL . 'lite-upgrade/', 'admin-bar', null, false )
95
+ )
96
+ ];
97
+
98
+ foreach ( $mappedUrls as $queryArg => $redirectUrl ) {
99
+ if ( isset( $_GET[ $queryArg ] ) ) {
100
+ wp_redirect( $redirectUrl );
101
+ }
102
+ }
103
+ }
104
  }
dist/Lite/assets/about.8c3f7d88.js ADDED
@@ -0,0 +1 @@
 
1
+ import{n as c,V as p}from"./js/vueComponentNormalizer.87056a83.js";import"./js/index.a4161053.js";import{s as i}from"./js/index.d328c175.js";import{_ as o,s as l,a as m}from"./js/index.a6bfea7f.js";import{_}from"./js/default-i18n.abde8d59.js";import"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";import"./js/constants.a1b1778a.js";import"./js/isArrayLikeObject.a4a9229a.js";var v=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"aioseo-app"},[n("router-view")],1)},d=[];const f={},s={};var A=c(f,v,d,!1,P,null,null,null);function P(e){for(let t in s)this[t]=s[t]}var R=function(){return A.exports}();function w(e){switch(e){case"../views/AboutUs.vue":return o(()=>import(""+(window.__aioseo_dynamic_handler__||function(t){return t})("./js/AboutUs.e72ab34f.js")+""),(window.__aioseo_dynamic_preload__ || function(importer) { return importer; })(["js/AboutUs.e72ab34f.js","css/AboutUs.da7c9669.css","js/index.d328c175.js","js/default-i18n.abde8d59.js","js/vueComponentNormalizer.87056a83.js","js/isArrayLikeObject.a4a9229a.js","js/em.e81bf4a7.js","js/Row.13b6f3f1.js","css/Row.4f91f34d.css","js/External.8868c638.js"]));case"../views/GettingStarted.vue":return o(()=>import(""+(window.__aioseo_dynamic_handler__||function(t){return t})("./js/GettingStarted.4000f49a.js")+""),(window.__aioseo_dynamic_preload__ || function(importer) { return importer; })(["js/GettingStarted.4000f49a.js","css/GettingStarted.d79900fa.css","js/news-sitemap.e595aa53.js","js/GettingStarted.60511ae3.js","css/GettingStarted.bc96f39d.css","js/index.d328c175.js","js/default-i18n.abde8d59.js","js/vueComponentNormalizer.87056a83.js","js/isArrayLikeObject.a4a9229a.js","js/Row.13b6f3f1.js","css/Row.4f91f34d.css","js/Book.b6a9040c.js","js/index.a4161053.js","css/index.9d7c70c5.css","js/client.94d919c5.js","js/_commonjsHelpers.f40d732e.js","js/constants.a1b1778a.js","js/Rocket.8cc34606.js","js/Index.2f0c11d2.js","css/Index.c26e7420.css","js/Index.cb0f42fe.js","css/Index.98642cc9.css"]));case"../views/Main.vue":return o(()=>import(""+(window.__aioseo_dynamic_handler__||function(t){return t})("./js/Main.aca85fc1.js")+""),(window.__aioseo_dynamic_preload__ || function(importer) { return importer; })(["js/Main.aca85fc1.js","css/Main.8b20edfb.css","css/main.c091181e.css","js/AboutUs.e72ab34f.js","css/AboutUs.da7c9669.css","js/index.d328c175.js","js/default-i18n.abde8d59.js","js/vueComponentNormalizer.87056a83.js","js/isArrayLikeObject.a4a9229a.js","js/em.e81bf4a7.js","js/Row.13b6f3f1.js","css/Row.4f91f34d.css","js/External.8868c638.js","js/Index.15fee59c.js","css/Index.45e4b807.css","js/params.bea1a08d.js","js/ToolsSettings.004b222f.js","js/helpers.db3922d1.js","js/index.a4161053.js","css/index.9d7c70c5.css","js/client.94d919c5.js","js/_commonjsHelpers.f40d732e.js","js/constants.a1b1778a.js","js/cleanForSlug.e9a761bb.js","js/Modal.1216ab78.js","css/Modal.bbd5ad5b.css","js/Header.62cb09dc.js","css/Header.87052b11.css","js/LicenseKeyBar.f184444d.js","css/LicenseKeyBar.b29d430c.css","js/LogoGear.0c3dd5e3.js","js/AnimatedNumber.b6059bfd.js","js/Logo.1a5e022a.js","js/QuestionMark.83ebd18e.js","js/Support.b1f25bbd.js","js/Tabs.900c61c3.js","css/Tabs.0c23c7ca.css","js/TruSeoScore.98a47fd6.js","js/Information.f4b75b56.js","js/Slide.f5d21606.js","js/Close.5e7bcb70.js","js/Exclamation.356738ce.js","js/Url.781a1d48.js","js/Gear.c974e953.js","js/GettingStarted.4000f49a.js","css/GettingStarted.d79900fa.css","js/news-sitemap.e595aa53.js","js/GettingStarted.60511ae3.js","css/GettingStarted.bc96f39d.css","js/Book.b6a9040c.js","js/Rocket.8cc34606.js","js/Index.2f0c11d2.js","css/Index.c26e7420.css","js/Index.cb0f42fe.js","css/Index.98642cc9.css"]));default:return new Promise(function(t,n){(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(n.bind(null,new Error("Unknown variable dynamic import: "+e)))})}}const r="all-in-one-seo-pack",a=e=>()=>w("../views/"+e+".vue");var y=[{path:"*",redirect:"/about-us"},{path:"/about-us",name:"about-us",component:a("Main"),meta:{access:"aioseo_about_us_page",name:_("About Us",r)}},{path:"/getting-started",name:"getting-started",component:a("Main"),meta:{access:"aioseo_about_us_page",name:_("Getting Started",r)}},{path:"/lite-vs-pro",name:"lite-vs-pro",component:a("Main"),meta:{access:"aioseo_about_us_page",name:_("Lite vs. Pro",r),display:"lite"}}];const u=l(y);m(i,u);new p({router:u,store:i,render:e=>e(R)}).$mount("#aioseo-app");
dist/Lite/assets/about.975948c9.js DELETED
@@ -1 +0,0 @@
1
- import{n as i,V as u}from"./js/vueComponentNormalizer.87056a83.js";import"./js/index.652636d3.js";import{s as a}from"./js/index.8900b7f9.js";import{_ as o,s as c,a as p}from"./js/index.bd58513c.js";import"./js/default-i18n.abde8d59.js";import"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";import"./js/constants.7cd698f2.js";import"./js/isArrayLikeObject.a4a9229a.js";var m=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"aioseo-app"},[n("router-view")],1)},l=[];const d={},_={};var v=i(d,m,l,!1,f,null,null,null);function f(e){for(let t in _)this[t]=_[t]}var A=function(){return v.exports}();function P(e){switch(e){case"../views/AboutUs.vue":return o(()=>import(""+(window.__aioseo_dynamic_handler__||function(t){return t})("./js/AboutUs.ce17eaf4.js")+""),(window.__aioseo_dynamic_preload__ || function(importer) { return importer; })(["js/AboutUs.ce17eaf4.js","css/AboutUs.da7c9669.css","js/index.8900b7f9.js","js/default-i18n.abde8d59.js","js/vueComponentNormalizer.87056a83.js","js/isArrayLikeObject.a4a9229a.js","js/em.e81bf4a7.js","js/Row.13b6f3f1.js","css/Row.4f91f34d.css","js/External.8868c638.js"]));case"../views/GettingStarted.vue":return o(()=>import(""+(window.__aioseo_dynamic_handler__||function(t){return t})("./js/GettingStarted.3dfd874b.js")+""),(window.__aioseo_dynamic_preload__ || function(importer) { return importer; })(["js/GettingStarted.3dfd874b.js","css/GettingStarted.d79900fa.css","js/news-sitemap.e595aa53.js","js/GettingStarted.4c340663.js","css/GettingStarted.bc96f39d.css","js/index.8900b7f9.js","js/default-i18n.abde8d59.js","js/vueComponentNormalizer.87056a83.js","js/isArrayLikeObject.a4a9229a.js","js/Row.13b6f3f1.js","css/Row.4f91f34d.css","js/Book.b6a9040c.js","js/index.652636d3.js","css/index.9d7c70c5.css","js/client.94d919c5.js","js/_commonjsHelpers.f40d732e.js","js/constants.7cd698f2.js","js/Rocket.8cc34606.js","js/Index.abdfd585.js","css/Index.c26e7420.css","js/Index.476ddbfd.js","css/Index.98642cc9.css"]));case"../views/Main.vue":return o(()=>import(""+(window.__aioseo_dynamic_handler__||function(t){return t})("./js/Main.7664c4b5.js")+""),(window.__aioseo_dynamic_preload__ || function(importer) { return importer; })(["js/Main.7664c4b5.js","css/Main.8b20edfb.css","css/main.c091181e.css","js/AboutUs.ce17eaf4.js","css/AboutUs.da7c9669.css","js/index.8900b7f9.js","js/default-i18n.abde8d59.js","js/vueComponentNormalizer.87056a83.js","js/isArrayLikeObject.a4a9229a.js","js/em.e81bf4a7.js","js/Row.13b6f3f1.js","css/Row.4f91f34d.css","js/External.8868c638.js","js/Index.a75a1870.js","css/Index.45e4b807.css","js/params.bea1a08d.js","js/ToolsSettings.a9d9524e.js","js/context.04ada340.js","js/Header.c5a344f7.js","css/Header.87052b11.css","js/LicenseKeyBar.0d9de81d.js","css/LicenseKeyBar.b29d430c.css","js/LogoGear.0c3dd5e3.js","js/AnimatedNumber.b6059bfd.js","js/index.652636d3.js","css/index.9d7c70c5.css","js/client.94d919c5.js","js/_commonjsHelpers.f40d732e.js","js/constants.7cd698f2.js","js/Logo.1a5e022a.js","js/QuestionMark.83ebd18e.js","js/Support.b1f25bbd.js","js/Tabs.5e76dea5.js","css/Tabs.0c23c7ca.css","js/TruSeoScore.4bc8e535.js","js/Information.f4b75b56.js","js/Slide.f5d21606.js","js/Close.5e7bcb70.js","js/Exclamation.356738ce.js","js/Url.781a1d48.js","js/Gear.c974e953.js","js/GettingStarted.3dfd874b.js","css/GettingStarted.d79900fa.css","js/news-sitemap.e595aa53.js","js/GettingStarted.4c340663.js","css/GettingStarted.bc96f39d.css","js/Book.b6a9040c.js","js/Rocket.8cc34606.js","js/Index.abdfd585.js","css/Index.c26e7420.css","js/Index.476ddbfd.js","css/Index.98642cc9.css"]));default:return new Promise(function(t,n){(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(n.bind(null,new Error("Unknown variable dynamic import: "+e)))})}}const r=e=>()=>P("../views/"+e+".vue");var R=[{path:"*",redirect:"/about-us"},{path:"/about-us",name:"about-us",component:r("Main"),meta:{access:"aioseo_about_us_page",name:"About Us"}},{path:"/getting-started",name:"getting-started",component:r("Main"),meta:{access:"aioseo_about_us_page",name:"Getting Started"}},{path:"/lite-vs-pro",name:"lite-vs-pro",component:r("Main"),meta:{access:"aioseo_about_us_page",name:"Lite vs. Pro",display:"lite"}}];const s=c(R);p(a,s);new u({router:s,store:a,render:e=>e(A)}).$mount("#aioseo-app");
 
dist/Lite/assets/blocks.c0ceb3e3.js DELETED
@@ -1 +0,0 @@
1
- var me=Object.defineProperty,$e=Object.defineProperties;var he=Object.getOwnPropertyDescriptors;var U=Object.getOwnPropertySymbols;var be=Object.prototype.hasOwnProperty,ve=Object.prototype.propertyIsEnumerable;var W=(o,e,a)=>e in o?me(o,e,{enumerable:!0,configurable:!0,writable:!0,value:a}):o[e]=a,V=(o,e)=>{for(var a in e||(e={}))be.call(e,a)&&W(o,a,e[a]);if(U)for(var a of U(e))ve.call(e,a)&&W(o,a,e[a]);return o},J=(o,e)=>$e(o,he(e));import{s as w}from"./js/default-i18n.abde8d59.js";import{n as T,V as I}from"./js/vueComponentNormalizer.87056a83.js";import{d as ge,s as we}from"./js/index.8900b7f9.js";import{S as _e,o as f}from"./js/index.652636d3.js";import"./js/ToolsSettings.a9d9524e.js";import{f as fe}from"./js/context.04ada340.js";import{J as ye}from"./js/JsonValues.08065e69.js";import{S as Le}from"./js/AddPlus.f69ce757.js";import{S as xe}from"./js/External.8868c638.js";import{B as Se}from"./js/HighlightToggle.47bdd2a8.js";import{C as Ie}from"./js/Tooltip.3ec20ff5.js";import{G as Ce,a as Te}from"./js/Row.13b6f3f1.js";import{U as ke}from"./js/Image.c2ada86f.js";import{B as Oe}from"./js/Img.2be756c0.js";import{S as Pe}from"./js/Plus.a9b9ba75.js";import"./js/isArrayLikeObject.a4a9229a.js";import"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";import"./js/constants.7cd698f2.js";import"./js/Checkbox.5873a8d2.js";import"./js/Checkmark.e7547654.js";import"./js/Radio.99a9886d.js";import"./js/helpers.aa477dea.js";import"./js/cleanForSlug.f1163528.js";const N=window.wp,P=N.element.createElement,Me=N.element.Fragment,Be=N.components.Disabled,Ee=N.serverSideRender||N.components.ServerSideRender,Ae=P("svg",{width:24,height:25,viewBox:"0 0 24 25",xmlns:"http://www.w3.org/2000/svg"},P("path",{d:"M1.7002 5.31067H10.8705L17.8705 12.5L10.8705 19.6893H1.7002V5.31067ZM10.2856 12.4999C10.2856 13.3284 9.61396 14.0001 8.7854 14.0001C7.95684 14.0001 7.28516 13.3284 7.28516 12.4999C7.28516 11.6713 7.95684 10.9996 8.7854 10.9996C9.61396 10.9996 10.2856 11.6713 10.2856 12.4999ZM6.1933 12.5001C6.1933 13.195 5.62995 13.7584 4.93503 13.7584C4.2401 13.7584 3.67676 13.195 3.67676 12.5001C3.67676 11.8052 4.2401 11.2418 4.93503 11.2418C5.62995 11.2418 6.1933 11.8052 6.1933 12.5001ZM12.6342 13.7584C13.3292 13.7584 13.8925 13.195 13.8925 12.5001C13.8925 11.8052 13.3292 11.2418 12.6342 11.2418C11.9393 11.2418 11.376 11.8052 11.376 12.5001C11.376 13.195 11.9393 13.7584 12.6342 13.7584ZM15.3002 5.31067H12.5771L19.5771 12.5L12.5771 19.6893H15.3002L22.3002 12.5L15.3002 5.31067Z"})),le="aioseo/breadcrumbs",Ne={title:"AIOSEO - Breadcrumbs",category:"aioseo",icon:Ae,example:{},attributes:{},edit:function(){return P(Me,{},P("div",{},P(Be,null,P(Ee,{block:le,attributes:{}}))))},save:function(){return null}};var Ve=Object.freeze({__proto__:null,[Symbol.toStringTag]:"Module",name:le,settings:Ne}),De=function(){var o=this,e=o.$createElement,a=o._self._c||e;return a("div",{staticClass:"aioseo-exclude-posts"},[a("base-select",{attrs:{options:o.excludeOptions,"ajax-search":o.processGetObjects,size:"medium",multiple:"",value:o.getJsonValues(o.optionName),placeholder:o.strings.typeToSearch},on:{input:function(t){return o.optionName=o.setJsonValues(t)}},scopedSlots:o._u([{key:"noOptions",fn:function(){return[o._v(" "+o._s(o.noOptions)+" ")]},proxy:!0},{key:"noResult",fn:function(){return[o._v(" "+o._s(o.strings.noResult)+" ")]},proxy:!0},{key:"caret",fn:function(t){var s=t.toggle;return[a("base-button",{staticClass:"multiselect-toggle",staticStyle:{padding:"10px 13px",width:"40px",position:"absolute",height:"36px",right:"2px",top:"2px","text-align":"center",transition:"transform .2s ease"},attrs:{type:"gray"},on:{click:s}},[a("svg-add-plus",{staticStyle:{width:"14px",height:"14px",color:"black"}})],1)]}},{key:"option",fn:function(t){var s=t.option,n=t.search;return[a("div",{staticClass:"option"},[a("div",{staticClass:"option-title",domProps:{innerHTML:o._s(o.getOptionTitle(s.label,n))}}),a("div",{staticClass:"option-details"},[a("span",[o._v(o._s(o.strings.id)+": #"+o._s(s.value))]),a("span",[o._v(o._s(o.strings.type)+": "+o._s(s.type))])])]),a("a",{staticClass:"option-permalink",attrs:{href:s.link,target:"_blank"},on:{click:function(r){return r.stopPropagation(),function(){}.apply(null,arguments)}}},[a("svg-external")],1)]}},{key:"tag",fn:function(t){var s=t.option,n=t.remove;return[a("div",{staticClass:"multiselect__tag"},[a("div",{staticClass:"multiselect__tag-value"},[o._v(" "+o._s(s.label)+" - #"+o._s(s.value)+" ")]),a("div",{staticClass:"multiselect__tag-remove",on:{click:function(r){return r.stopPropagation(),n(s)}}},[a("svg-close",{nativeOn:{click:function(r){return r.stopPropagation(),n(s)}}})],1)])]}}])}),a("base-button",{attrs:{type:"gray",size:"medium"},on:{click:function(t){o.optionName=[]}}},[o._v(" "+o._s(o.strings.clear)+" ")])],1)},He=[];const Re={components:{SvgAddPlus:Le,SvgClose:_e,SvgExternal:xe},mixins:[ye],props:{type:{type:String,required:!0}},data(){return{excludeOptions:[],strings:{typeToSearch:"Type to search...",noOptionsPosts:"Begin typing a post ID, title or slug to search...",noOptionsTerms:"Begin typing a term ID or name to search...",noResult:"No results found for your search. Try again!",clear:"Clear",id:"ID",type:"Type"}}},computed:{optionName:{get(){return this.type==="posts"?JSON.parse(this.$root.$data.excluded_posts):JSON.parse(this.$root.$data.excluded_terms)},set(o){if(o=JSON.stringify(o),this.type==="posts"){this.$root.$data.excluded_posts=o;return}this.$root.$data.excluded_terms=o}},noOptions(){return this.type==="posts"?this.strings.noOptionsPosts:this.strings.noOptionsTerms}},methods:J(V({},ge(["getObjects"])),{processGetObjects(o){return this.getObjects({query:o,type:this.type}).then(e=>{this.excludeOptions=e.body.objects})},getOptionTitle(o,e){const a=new RegExp(`(${e})`,"gi");return o.replace(a,'<span class="search-term">$1</span>')}})},G={};var Fe=T(Re,De,He,!1,je,null,null,null);function je(o){for(let e in G)this[e]=G[e]}var ze=function(){return Fe.exports}(),Ze=function(){var o=this,e=o.$createElement,a=o._self._c||e;return a("div",{staticClass:"aioseo-included-objects-toggle"},[a("div",{staticClass:"included-objects-settings"},[o.type==="post_types"?a("base-toggle",{attrs:{size:"medium"},model:{value:o.$root.$data.post_types_all,callback:function(t){o.$set(o.$root.$data,"post_types_all",t)},expression:"$root.$data.post_types_all"}},[o._v(" "+o._s(o.strings.includeAllPostTypes)+" ")]):o._e(),o.type==="taxonomies"?a("base-toggle",{attrs:{size:"medium"},model:{value:o.$root.$data.taxonomies_all,callback:function(t){o.$set(o.$root.$data,"taxonomies_all",t)},expression:"$root.$data.taxonomies_all"}},[o._v(" "+o._s(o.strings.includeAllTaxonomies)+" ")]):o._e(),0<o.objects.length&&!o.includeAllSetting?a("grid-row",{staticClass:"aioseo-included-list"},o._l(o.objects,function(t,s){return a("grid-column",{key:s,attrs:{md:"6"}},[a("base-highlight-toggle",{attrs:{size:"medium",active:o.isActive(t),name:t.name,type:"checkbox",value:o.getValue(t)},on:{input:function(n){return o.updateValue(n,t)}}},[a("core-tooltip",{scopedSlots:o._u([{key:"tooltip",fn:function(){return[a("div",{staticClass:"aioseo-description"},[o._v(" "+o._s(o.strings.label)+" "),a("strong",[o._v(o._s(t.label))]),a("br"),o._v(" "+o._s(o.strings.name)+" "),a("strong",[o._v(o._s(t.name))])])]},proxy:!0}],null,!0)},[a("span",{staticClass:"icon dashicons",class:""+(t.icon||"dashicons-admin-post")})]),o._v(" "+o._s(t.label)+" ")],1)],1)}),1):o._e()],1)])},qe=[];const Ue={components:{BaseHighlightToggle:Se,CoreTooltip:Ie,GridColumn:Ce,GridRow:Te},props:{type:{type:String,required:!0},excluded:{type:Array,default(){return[]}}},data(){return{strings:{label:"Label:",name:"Slug:",includeAllPostTypes:"Include All Post Types",includeAllTaxonomies:"Include All Taxonomies"}}},computed:{includeAllSetting(){const o=this.type+"_all";return this.$root.$data[o]},objects(){const o=this.type==="taxonomies"?"taxonomies":"postTypes";return this.$aioseo.postData[o].filter(e=>!this.excluded.includes(e.name))}},methods:{getState(){return JSON.parse(this.$root.$data[this.type])},setState(o){this.$root.$data[this.type]=JSON.stringify(o)},getValue(o){return this.getState().includes(o.name)},updateValue(o,e){const a=this.getState();if(o){a.push(e.name),this.setState(a);return}const t=a.findIndex(s=>s===e.name);t!==-1&&(this.$delete(a,t),this.setState(a))},isActive(o){return this.getState().findIndex(a=>a===o.name)!==-1}}},Q={};var We=T(Ue,Ze,qe,!1,Je,null,null,null);function Je(o){for(let e in Q)this[e]=Q[e]}var Ge=function(){return We.exports}(),Qe=function(){var o=this,e=this,a=e.$createElement,t=e._self._c||a;return t("div",[t("div",{staticClass:"aioseo-sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.default,callback:function(s){e.$set(e.$root.$data,"default",s)},expression:"$root.$data.default"}},[e._v(" "+e._s(e.strings.useDefault)+" ")])],1),e.$root.$data.default?e._e():t("div",[t("div",{staticClass:"aioseo-sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.archives,callback:function(s){e.$set(e.$root.$data,"archives",s)},expression:"$root.$data.archives"}},[e._v(" "+e._s(e.strings.archives)+" ")])],1),e.$root.$data.archives?e._e():t("div",{staticClass:"aioseo-sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.show_label,callback:function(s){e.$set(e.$root.$data,"show_label",s)},expression:"$root.$data.show_label"}},[e._v(" "+e._s(e.strings.showLabel)+" ")])],1),e.$root.$data.archives?e._e():t("div",{staticClass:"aioseo-sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.publication_date,callback:function(s){e.$set(e.$root.$data,"publication_date",s)},expression:"$root.$data.publication_date"}},[e._v(" "+e._s(e.strings.publicationDate)+" ")])],1),e.$root.$data.archives?e._e():t("div",{staticClass:"aioseo-sidebar-row"},[t("p",{staticClass:"aioseo-sidebar-title"},[e._v(e._s(e.strings.postTypes))]),t("html-sitemap-included-objects",{attrs:{type:"post_types",excluded:["attachment"]}})],1),e.$root.$data.archives?e._e():t("div",{staticClass:"aioseo-sidebar-row"},[t("p",{staticClass:"aioseo-sidebar-title"},[e._v(e._s(e.strings.taxonomies))]),t("html-sitemap-included-objects",{attrs:{type:"taxonomies"}})],1),e.$root.$data.archives?e._e():t("div",{staticClass:"aioseo-sidebar-row"},[t("p",{staticClass:"aioseo-sidebar-title"},[e._v(e._s(e.strings.sortOrder))]),t("base-select",{attrs:{size:"medium",options:e.sortOrders,value:e.getSortOrder(this.$root.$data.order_by),"track-by":"value"},on:{input:function(s){return o.$root.$data.order_by=s.value}}})],1),t("div",{staticClass:"aioseo-sidebar-row"},[t("p",{staticClass:"aioseo-sidebar-title"},[e._v(e._s(e.strings.sortDirection))]),t("base-select",{attrs:{size:"medium",options:e.sortDirections,value:e.getSortDirection(this.$root.$data.order),"track-by":"value"},on:{input:function(s){return o.$root.$data.order=s.value}}})],1),e.$root.$data.archives?e._e():t("div",{staticClass:"aioseo-sidebar-row"},[t("p",{staticClass:"aioseo-sidebar-title"},[e._v(e._s(e.strings.excludePostsPages))]),t("html-sitemap-exclude-objects",{attrs:{type:"posts"}})],1),e.$root.$data.archives?e._e():t("div",{staticClass:"aioseo-sidebar-row"},[t("p",{staticClass:"aioseo-sidebar-title"},[e._v(e._s(e.strings.excludeTerms))]),t("html-sitemap-exclude-objects",{attrs:{type:"terms"}})],1)])])},Ye=[];const Ke={components:{HtmlSitemapExcludeObjects:ze,HtmlSitemapIncludedObjects:Ge},data(){return{sortDirections:[{label:"Ascending",value:"asc"},{label:"Descending",value:"desc"}],sortOrders:[{label:"Publish Date",value:"publish_date"},{label:"Last Updated",value:"last_updated"},{label:"Alphabetical",value:"alphabetical"},{label:"Post/Term ID",value:"id"}],strings:{useDefault:"Use Default Settings",postTypes:"Post Types",taxonomies:"Taxonomies",includeAllPostTypes:"Include All Post Types",includeAllTaxonomies:"Include All Taxonomies",showLabel:"Show Labels",publicationDate:"Show Publication Date",archives:"Compact Archives",sortOrder:"Sort Order",sortDirection:"Sort Direction",excludePostsPages:"Exclude Posts / Pages",excludeTerms:"Exclude Terms"}}},methods:{getSortOrder(o){return this.sortOrders.find(e=>e.value===o)},getSortDirection(o){return this.sortDirections.find(e=>e.value===o)}}},Y={};var Xe=T(Ke,Qe,Ye,!1,et,null,null,null);function et(o){for(let e in Y)this[e]=Y[e]}var tt=function(){return Xe.exports}();const C=window.wp,_=C.element.createElement,ot=C.element.Fragment,st=C.serverSideRender||C.components.ServerSideRender;var oe;const at=((oe=C.blockEditor)==null?void 0:oe.InspectorControls)||C.editor.InspectorControls,nt=C.components.PanelBody,it=C.components.Disabled,lt=_("svg",{width:25,height:25,viewBox:"0 0 25 25",xmlns:"http://www.w3.org/2000/svg"},_("path",{d:"M4.125 4.5H20.125V20.5H4.125V4.5ZM9.71875 6.89062H17.7188V8.49062H9.71875V6.89062ZM17.7188 10.0781H9.71875V11.6781H17.7188V10.0781ZM9.71875 13.2661H17.7188V14.8661H9.71875V13.2661ZM17.7188 16.5H9.71875V18.1H17.7188V16.5ZM6.51562 6.89062H8.11562V8.49062H6.51562V6.89062ZM8.11562 10.0781H6.51562V11.6781H8.11562V10.0781ZM6.51562 13.2661H8.11562V14.8661H6.51562V13.2661ZM8.11562 16.5H6.51562V18.1H8.11562V16.5Z",fillRule:"evenodd",clipRule:"evenodd"})),z={},re="aioseo/html-sitemap",rt={title:"AIOSEO - HTML Sitemap",category:"aioseo",icon:lt,example:{},attributes:{default:{type:"boolean",default:!0},post_types:{type:"string",default:'["post", "page"]'},post_types_all:{type:"boolean",default:!0},taxonomies:{type:"string",default:'["category", "post_tag"]'},taxonomies_all:{type:"boolean",default:!0},show_label:{type:"boolean",default:!0},archives:{type:"boolean",default:!1},publication_date:{type:"boolean",default:!0},nofollow_links:{type:"boolean",default:!1},order_by:{type:"string",default:"publish_date"},order:{type:"string",default:"asc"},excluded_posts:{type:"string",default:"[]"},excluded_terms:{type:"string",default:"[]"},is_admin:{type:"boolean",default:window.location&&window.location.pathname.startsWith("/wp-admin/")}},edit:function(o){const{setAttributes:e,attributes:a,className:t,clientId:s,isSelected:n}=o,r="aioseo-"+s;n&&(z[s]={},Object.keys(a).forEach(function(d){z[s][d]=a[d]}),f({id:r,parent:document.querySelector(".block-editor"),subtree:!0,done:function(d){new I({store:we,el:d,data:function(){return z[s]},watch:{$data:{handler:function(c){e(c)},deep:!0}},render:c=>c(tt)})}}));const i=_(at,null,_(nt,{title:"Display Settings",initialOpen:!0},_("div",null,_("div",{id:r},null))));return _(ot,{},i,_("div",{className:t},_(it,null,_(st,{block:re,attributes:V({},a)}))))},save:function(){return null}};var dt=Object.freeze({__proto__:null,[Symbol.toStringTag]:"Module",name:re,settings:rt}),ct=function(){var o=this,e=this,a=e.$createElement,t=e._self._c||a;return t("div",[e.locationsList.length&&!e.isLocationPostType()?t("div",{staticClass:"sidebar-row"},[t("p",{staticClass:"title"},[e._v(e._s(e.strings.selectLocation))]),t("base-select",{attrs:{size:"medium",options:e.locationsList,value:e.getLocationOptions(this.$root.$data.locationId),"track-by":"value"},on:{input:function(s){return o.$root.$data.locationId=s.value}}})],1):e._e(),t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showLabels,callback:function(s){e.$set(e.$root.$data,"showLabels",s)},expression:"$root.$data.showLabels"}},[e._v(" "+e._s(e.strings.showLabels)+" ")])],1),t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showIcons,callback:function(s){e.$set(e.$root.$data,"showIcons",s)},expression:"$root.$data.showIcons"}},[e._v(" "+e._s(e.strings.showIcons)+" ")])],1),t("div",{staticClass:"sidebar-row"},[t("p",{staticClass:"title"},[e._v(e._s(e.strings.businessInfo))])]),t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showName,callback:function(s){e.$set(e.$root.$data,"showName",s)},expression:"$root.$data.showName"}},[e._v(" "+e._s(e.strings.showName)+" ")])],1),t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showAddress,callback:function(s){e.$set(e.$root.$data,"showAddress",s)},expression:"$root.$data.showAddress"}},[e._v(" "+e._s(e.strings.address)+" ")])],1),t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showPhone,callback:function(s){e.$set(e.$root.$data,"showPhone",s)},expression:"$root.$data.showPhone"}},[e._v(" "+e._s(e.strings.phoneNumber)+" ")])],1),t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showFax,callback:function(s){e.$set(e.$root.$data,"showFax",s)},expression:"$root.$data.showFax"}},[e._v(" "+e._s(e.strings.faxNumber)+" ")])],1),e.$root.$data.showPhone||e.$root.$data.showFax?t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showCountryCode,callback:function(s){e.$set(e.$root.$data,"showCountryCode",s)},expression:"$root.$data.showCountryCode"}},[e._v(" "+e._s(e.strings.countryCode)+" ")])],1):e._e(),t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showEmail,callback:function(s){e.$set(e.$root.$data,"showEmail",s)},expression:"$root.$data.showEmail"}},[e._v(" "+e._s(e.strings.emailAddress)+" ")])],1),t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showVat,callback:function(s){e.$set(e.$root.$data,"showVat",s)},expression:"$root.$data.showVat"}},[e._v(" "+e._s(e.strings.showVat)+" ")])],1),t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showTax,callback:function(s){e.$set(e.$root.$data,"showTax",s)},expression:"$root.$data.showTax"}},[e._v(" "+e._s(e.strings.showTax)+" ")])],1),e.$root.$data.showLabels?t("div",[t("div",{staticClass:"sidebar-row"},[t("p",{staticClass:"title"},[e._v(e._s(e.strings.labels))])]),t("div",{staticClass:"sidebar-row labels"},[e.$root.$data.showAddress?t("div",[t("label",[e._v(e._s(e.strings.addressLabel))]),t("base-input",{attrs:{size:"small"},model:{value:e.$root.$data.addressLabel,callback:function(s){e.$set(e.$root.$data,"addressLabel",s)},expression:"$root.$data.addressLabel"}})],1):e._e(),e.$root.$data.showVat?t("div",[t("label",[e._v(e._s(e.strings.vatIdLabel))]),t("base-input",{attrs:{size:"small"},model:{value:e.$root.$data.vatIdLabel,callback:function(s){e.$set(e.$root.$data,"vatIdLabel",s)},expression:"$root.$data.vatIdLabel"}})],1):e._e(),e.$root.$data.showTax?t("div",[t("label",[e._v(e._s(e.strings.taxIdLabel))]),t("base-input",{attrs:{size:"small"},model:{value:e.$root.$data.taxIdLabel,callback:function(s){e.$set(e.$root.$data,"taxIdLabel",s)},expression:"$root.$data.taxIdLabel"}})],1):e._e(),e.$root.$data.showPhone?t("div",[t("label",[e._v(e._s(e.strings.phoneLabel))]),t("base-input",{attrs:{size:"small"},model:{value:e.$root.$data.phoneLabel,callback:function(s){e.$set(e.$root.$data,"phoneLabel",s)},expression:"$root.$data.phoneLabel"}})],1):e._e(),e.$root.$data.showFax?t("div",[t("label",[e._v(e._s(e.strings.faxLabel))]),t("base-input",{attrs:{size:"small"},model:{value:e.$root.$data.faxLabel,callback:function(s){e.$set(e.$root.$data,"faxLabel",s)},expression:"$root.$data.faxLabel"}})],1):e._e(),e.$root.$data.showEmail?t("div",[t("label",[e._v(e._s(e.strings.emailLabel))]),t("base-input",{attrs:{size:"small"},model:{value:e.$root.$data.emailLabel,callback:function(s){e.$set(e.$root.$data,"emailLabel",s)},expression:"$root.$data.emailLabel"}})],1):e._e()])]):e._e()])},ut=[];const pt={data(){return{locationsList:[],strings:{selectLocation:window.aioseo.localBusiness.postTypeSingleLabel,showLabels:"Show labels",showIcons:"Show icons",businessInfo:"Business Info",showName:"Name",address:"Address",phoneNumber:"Phone Number",faxNumber:"Fax Number",emailAddress:"Email Address",showVat:"Show VAT ID",showTax:"Show Tax ID",countryCode:"Phone/Fax Country Code",labels:"Labels",addressLabel:"Address",vatIdLabel:"Vat ID",taxIdLabel:"Tax ID",phoneLabel:"Phone",faxLabel:"Fax",emailLabel:"Email"}}},methods:{getLocationOptions(o){let e=this.locationsList.find(a=>a.value===o);return!e&&!this.isLocationPostType()&&(e=this.locationsList.find(a=>!!a),e&&(this.$root.$data.locationId=e.value)),e},isLocationPostType(){return window.aioseo.currentPost.postType===window.aioseo.localBusiness.postTypeName}},created(){this.$root.$data.locations&&this.$root.$data.locations.forEach(o=>{this.locationsList.push({value:o.id,label:o.title.rendered})})}},K={};var mt=T(pt,ct,ut,!1,$t,"7b2079b4",null,null);function $t(o){for(let e in K)this[e]=K[e]}var ht=function(){return mt.exports}();const y=window.wp,m=y.element.createElement,E=y.element.Fragment;var se;const bt=((se=y.blockEditor)==null?void 0:se.InspectorControls)||y.editor.InspectorControls,vt=y.components.PanelBody,gt=y.components.Disabled,wt=y.serverSideRender||y.components.ServerSideRender,_t=y.data.withSelect,ft=m("svg",{width:20,height:19,viewBox:"0 0 20 19",xmlns:"http://www.w3.org/2000/svg"},m("path",{d:"M17.2001 7.2L19.0361 9.036L17.7641 10.308L10.0001 2.544L2.23611 10.308L0.964111 9.036L10.0001 0L14.8001 4.8V2.4H17.2001V7.2ZM10.0001 4.248L17.2001 11.436V18.6H2.80011V11.436L10.0001 4.248ZM12.4001 17.4V11.4H7.60011V17.4H12.4001Z"})),D={},de="aioseo/businessinfo",yt={title:"AIOSEO Local - Business Info",category:"aioseo",icon:ft,example:{},attributes:{locationId:{type:"number",default:null},showLabels:{type:"boolean",default:!0},addressLabel:{type:"string",default:"Address:"},vatIdLabel:{type:"string",default:"VAT ID:"},taxIdLabel:{type:"string",default:"Tax ID:"},phoneLabel:{type:"string",default:"Phone:"},faxLabel:{type:"string",default:"Fax:"},emailLabel:{type:"string",default:"Email:"},showIcons:{type:"boolean",default:!0},showName:{type:"boolean",default:!0},showAddress:{type:"boolean",default:!0},showPhone:{type:"boolean",default:!0},showFax:{type:"boolean",default:!0},showCountryCode:{type:"boolean",default:!0},showEmail:{type:"boolean",default:!0},showVat:{type:"boolean",default:!0},showTax:{type:"boolean",default:!0},dataObject:{type:"string",default:null},updated:{type:"string",default:Date.now()}},edit:_t(function(o){return{locations:o("core").getEntityRecords("postType",window.aioseo.localBusiness.postTypeName,{per_page:100})}})(function(o){var v;const e=(v=window.aioseo.options.localBusiness)==null?void 0:v.locations.general.multiple,{setAttributes:a,attributes:t,className:s,clientId:n,isSelected:r}=o;let{locations:i}=o;const d="aioseo-"+n;if(e&&i===null)return m(E,{},m("div",{},"Loading..."));if(i=i===null?[]:i,!e&&t.locationId)return m(E,{},m("div",{},"Please enable multiple locations before using this block."));if(e&&i.length===0)return m(E,{},m("div",{},w("No %1$s found",window.aioseo.localBusiness.postTypePluralLabel)));t.locationId=!t.locationId&&window.aioseo.currentPost.postType===window.aioseo.localBusiness.postTypeName?window.aioseo.currentPost.id:t.locationId,r&&(D[n]={},Object.keys(t).forEach(function(l){D[n][l]=t[l]}),D[n].locations=i,f({id:d,parent:document.querySelector(".block-editor"),subtree:!0,done:function(l){new I({el:l,data:function(){return D[n]},watch:{$data:{handler:function(p){a(p)},deep:!0}},render:p=>p(ht)})}})),window.aioseo.currentPost.postType===window.aioseo.localBusiness.postTypeName&&f({id:d+"-watcher",parent:document.querySelector(".block-editor"),subtree:!0,done:function(l){new I({el:l,data:function(){return window.aioseo.currentPost.local_seo.locations.business},watch:{$data:{handler:function(){a({updated:Date.now()})},deep:!0}},render:p=>p(null)})}});const c=m(bt,null,m(vt,{title:"Display Settings",initialOpen:!0},m("div",null,m("div",{id:d},null))));return e&&!t.locationId?m(E,{},c,m("div",{},w("Select a %1$s",window.aioseo.localBusiness.postTypeSingleLabel))):m(E,{},c,m("div",{className:s},m(gt,null,m(wt,{block:de,attributes:{locationId:t.locationId?t.locationId:0,layout:t.layout,showLabels:t.showLabels,showIcons:t.showIcons,showName:t.showName,showAddress:t.showAddress,showPhone:t.showPhone,showFax:t.showFax,showCountryCode:t.showCountryCode,showEmail:t.showEmail,showVat:t.showVat,showTax:t.showTax,addressLabel:t.addressLabel,vatIdLabel:t.vatIdLabel,taxIdLabel:t.taxIdLabel,phoneLabel:t.phoneLabel,faxLabel:t.faxLabel,emailLabel:t.emailLabel,updated:t.updated,dataObject:window.aioseo.currentPost.postType===window.aioseo.localBusiness.postTypeName?JSON.stringify(window.aioseo.currentPost.local_seo.locations.business):null}})),m("div",{},m("div",{id:d+"-watcher"},null))))}),save:function(){return null}};var Lt=Object.freeze({__proto__:null,[Symbol.toStringTag]:"Module",name:de,settings:yt}),xt=function(){var o=this,e=this,a=e.$createElement,t=e._self._c||a;return t("div",[e.locationsList.length&&!e.isLocationPostType()?t("div",{staticClass:"sidebar-row"},[t("p",{staticClass:"title"},[e._v(e._s(e.strings.selectLocation))]),t("base-select",{attrs:{size:"medium",options:e.locationsList,value:e.getLocationOptions(this.$root.$data.locationId),"track-by":"value"},on:{input:function(s){return o.$root.$data.locationId=s.value}}})],1):e._e(),t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showTitle,callback:function(s){e.$set(e.$root.$data,"showTitle",s)},expression:"$root.$data.showTitle"}},[e._v(" "+e._s(e.strings.showTitle)+" ")])],1),t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showIcons,callback:function(s){e.$set(e.$root.$data,"showIcons",s)},expression:"$root.$data.showIcons"}},[e._v(" "+e._s(e.strings.showIcons)+" ")])],1),t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showMonday,callback:function(s){e.$set(e.$root.$data,"showMonday",s)},expression:"$root.$data.showMonday"}},[e._v(" "+e._s(e.strings.Monday)+" ")])],1),t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showTuesday,callback:function(s){e.$set(e.$root.$data,"showTuesday",s)},expression:"$root.$data.showTuesday"}},[e._v(" "+e._s(e.strings.Tuesday)+" ")])],1),t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showWednesday,callback:function(s){e.$set(e.$root.$data,"showWednesday",s)},expression:"$root.$data.showWednesday"}},[e._v(" "+e._s(e.strings.Wednesday)+" ")])],1),t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showThursday,callback:function(s){e.$set(e.$root.$data,"showThursday",s)},expression:"$root.$data.showThursday"}},[e._v(" "+e._s(e.strings.Thursday)+" ")])],1),t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showFriday,callback:function(s){e.$set(e.$root.$data,"showFriday",s)},expression:"$root.$data.showFriday"}},[e._v(" "+e._s(e.strings.Friday)+" ")])],1),t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showSaturday,callback:function(s){e.$set(e.$root.$data,"showSaturday",s)},expression:"$root.$data.showSaturday"}},[e._v(" "+e._s(e.strings.Saturday)+" ")])],1),t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showSunday,callback:function(s){e.$set(e.$root.$data,"showSunday",s)},expression:"$root.$data.showSunday"}},[e._v(" "+e._s(e.strings.Sunday)+" ")])],1),e.$root.$data.showTitle?t("div",{staticClass:"sidebar-row labels"},[t("label",[e._v(e._s(e.strings.label))]),t("base-input",{attrs:{size:"small"},model:{value:e.$root.$data.label,callback:function(s){e.$set(e.$root.$data,"label",s)},expression:"$root.$data.label"}})],1):e._e()])},St=[];const It={data(){return{locationsList:[],strings:{selectLocation:window.aioseo.localBusiness.postTypeSingleLabel,showTitle:"Show Title",showIcons:"Show Icons",Monday:"Monday",Tuesday:"Tuesday",Wednesday:"Wednesday",Thursday:"Thursday",Friday:"Friday",Saturday:"Saturday",Sunday:"Sunday",label:"Label"}}},methods:{getLocationOptions(o){let e=this.locationsList.find(a=>a.value===o);return!e&&!this.isLocationPostType()&&(e=this.locationsList.find(a=>!!a),e&&(this.$root.$data.locationId=e.value)),e},isLocationPostType(){return window.aioseo.currentPost.postType===window.aioseo.localBusiness.postTypeName}},created(){this.$root._data.locations&&this.$root._data.locations.forEach(o=>{this.locationsList.push({value:o.id,label:o.title.rendered})})}},X={};var Ct=T(It,xt,St,!1,Tt,"5fc2a0b1",null,null);function Tt(o){for(let e in X)this[e]=X[e]}var kt=function(){return Ct.exports}();const L=window.wp,$=L.element.createElement,A=L.element.Fragment;var ae;const Ot=((ae=L.blockEditor)==null?void 0:ae.InspectorControls)||L.editor.InspectorControls,Pt=L.components.PanelBody,Mt=L.components.Disabled,Bt=L.serverSideRender||L.components.ServerSideRender,Et=L.data.withSelect,At=$("svg",{width:20,height:20,viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},$("path",{d:"M9.99999 0.400024C15.304 0.400024 19.6 4.69602 19.6 10C19.6 15.304 15.304 19.6 9.99999 19.6C4.69599 19.6 0.399994 15.304 0.399994 10C0.399994 4.69602 4.69599 0.400024 9.99999 0.400024ZM9.99999 17.2C13.972 17.2 17.2 13.972 17.2 10C17.2 6.02802 13.972 2.80002 9.99999 2.80002C6.02799 2.80002 2.79999 6.02802 2.79999 10C2.79999 13.972 6.02799 17.2 9.99999 17.2ZM9.14799 10.852C9.23199 10.912 9.31599 10.972 9.42399 11.032L9.39999 11.056L14.8 13.6L11.164 9.77202L9.99999 4.00002L8.83599 9.77202H8.84799C8.84799 9.79602 8.83599 9.83202 8.82399 9.88002C8.81199 9.92802 8.79999 9.96402 8.79999 10C8.79999 10.336 8.91999 10.624 9.14799 10.852Z"})),H={},ce="aioseo/openinghours",Nt={title:"AIOSEO Local - Opening Hours",category:"aioseo",icon:At,example:{},attributes:{locationId:{type:"number",default:null},layout:{type:"string",default:"classic"},showTitle:{type:"boolean",default:!0},showIcons:{type:"boolean",default:!0},showMonday:{type:"boolean",default:!0},showTuesday:{type:"boolean",default:!0},showWednesday:{type:"boolean",default:!0},showThursday:{type:"boolean",default:!0},showFriday:{type:"boolean",default:!0},showSaturday:{type:"boolean",default:!0},showSunday:{type:"boolean",default:!0},label:{type:"string",default:"Our Opening Hours:"},dataObject:{type:"string",default:null},updated:{type:"string",default:Date.now()}},edit:Et(function(o){return{locations:o("core").getEntityRecords("postType",window.aioseo.localBusiness.postTypeName,{per_page:100})}})(function(o){var v;const e=(v=window.aioseo.options.localBusiness)==null?void 0:v.locations.general.multiple,{setAttributes:a,attributes:t,className:s,clientId:n,isSelected:r}=o;let{locations:i}=o;const d=`aioseo-${n}-settings`;if(e&&i===null)return $(A,{},$("div",{},"Loading..."));if(i=i===null?[]:i,!e&&t.locationId)return $(A,{},$("div",{},"Please enable multiple locations before using this block."));if(e&&i.length===0)return $(A,{},$("div",{},w("No %1$s found",window.aioseo.localBusiness.postTypePluralLabel)));t.locationId=!t.locationId&&window.aioseo.currentPost.postType===window.aioseo.localBusiness.postTypeName?window.aioseo.currentPost.id:t.locationId,r&&(H[n]={},Object.keys(t).forEach(function(l){H[n][l]=t[l]}),H[n].locations=i,f({id:d,parent:document.querySelector(".block-editor"),subtree:!0,done:function(l){new I({el:l,data:function(){return H[n]},watch:{$data:{handler:function(p){a(p)},deep:!0}},render:p=>p(kt)})}})),window.aioseo.currentPost.postType===window.aioseo.localBusiness.postTypeName&&f({id:d+"-watcher",parent:document.querySelector(".block-editor"),subtree:!0,done:function(l){new I({el:l,data:function(){return window.aioseo.currentPost.local_seo.openingHours},watch:{$data:{handler:function(){a({updated:Date.now()})},deep:!0}},render:p=>p(null)})}});const c=$(Ot,null,$(Pt,{title:"Display Settings",initialOpen:!0},$("div",{},$("div",{id:d},null))));return e&&!t.locationId?$(A,{},c,$("div",{},w("Select a %1$s",window.aioseo.localBusiness.postTypeSingleLabel))):$(A,{},c,$("div",{className:s},$(Mt,null,$(Bt,{block:ce,attributes:{locationId:t.locationId?t.locationId:0,layout:t.layout,showTitle:t.showTitle,showIcons:t.showIcons,showMonday:t.showMonday,showTuesday:t.showTuesday,showWednesday:t.showWednesday,showThursday:t.showThursday,showFriday:t.showFriday,showSaturday:t.showSaturday,showSunday:t.showSunday,label:t.label,updated:t.updated,dataObject:window.aioseo.currentPost.postType===window.aioseo.localBusiness.postTypeName?JSON.stringify(window.aioseo.currentPost.local_seo.openingHours):null}})),$("div",{},$("div",{id:d+"-watcher"},null))))}),save:function(){return null}};var Vt=Object.freeze({__proto__:null,[Symbol.toStringTag]:"Module",name:ce,settings:Nt}),Dt=function(){var o=this,e=this,a=e.$createElement,t=e._self._c||a;return t("div",[t("div",{staticClass:"sidebar-row"},[t("p",{staticClass:"title"},[e._v(e._s(e.strings.selectLocation))]),t("base-select",{attrs:{size:"medium",options:e.locationCategories,value:e.getCategoryOptions(this.$root.$data.categoryId),"track-by":"value"},on:{input:function(s){return o.$root.$data.categoryId=s.value}}})],1)])},Ht=[];const Rt={data(){return{locationCategories:[],strings:{selectLocation:window.aioseo.localBusiness.taxonomySingleLabel}}},methods:{getCategoryOptions(o){let e=this.locationCategories.find(a=>a.value===o);return e||(e=this.locationCategories.find(a=>a.value===window.aioseo.currentPost.localBusinessCategory)||this.locationCategories.find(a=>!!a),e&&(this.$root.$data.categoryId=e.value)),e}},created(){this.$root.$data.categories&&this.$root.$data.categories.forEach(o=>{this.locationCategories.push({value:o.id,label:o.name})})}},ee={};var Ft=T(Rt,Dt,Ht,!1,jt,null,null,null);function jt(o){for(let e in ee)this[e]=ee[e]}var zt=function(){return Ft.exports}();const x=window.wp,h=x.element.createElement,k=x.element.Fragment;var ne;const Zt=((ne=x.blockEditor)==null?void 0:ne.InspectorControls)||x.editor.InspectorControls,qt=x.components.PanelBody,Ut=x.components.Disabled,Wt=x.serverSideRender||x.components.ServerSideRender,Jt=x.data.withSelect,Gt=h("svg",{width:20,height:19,viewBox:"0 0 20 19",xmlns:"http://www.w3.org/2000/svg"},h("path",{d:"M17.2001 7.2L19.0361 9.036L17.7641 10.308L10.0001 2.544L2.23611 10.308L0.964111 9.036L10.0001 0L14.8001 4.8V2.4H17.2001V7.2ZM10.0001 4.248L17.2001 11.436V18.6H2.80011V11.436L10.0001 4.248ZM12.4001 17.4V11.4H7.60011V17.4H12.4001Z"})),R={},ue="aioseo/locations",Qt={title:"AIOSEO Local - Locations",category:"aioseo",icon:Gt,example:{},attributes:{categoryId:{type:"number",default:null}},edit:Jt(function(o){return{categories:o("core").getEntityRecords("taxonomy",window.aioseo.localBusiness.taxonomyName)}})(function(o){var v;const e=(v=window.aioseo.options.localBusiness)==null?void 0:v.locations.general.multiple,{setAttributes:a,attributes:t,className:s,clientId:n,isSelected:r}=o;let{categories:i}=o;const d="aioseo-"+n;if(e&&i===null)return h(k,{},h("div",{},"Loading..."));if(i=i===null?[]:i,!e)return h(k,{},h("div",{},"Please enable multiple locations before using this block."));if(i.length===0)return h(k,{},h("div",{},w("No %1$s found",window.aioseo.localBusiness.taxonomyPluralLabel)));r&&(R[n]={},Object.keys(t).forEach(function(l){R[n][l]=t[l]}),R[n].categories=i,f({id:d,parent:document.querySelector(".block-editor"),subtree:!0,done:function(l){new I({el:l,data:function(){return R[n]},watch:{$data:{handler:function(p){a(p)},deep:!0}},render:p=>p(zt)})}}));const c=h(Zt,null,h(qt,{title:window.aioseo.localBusiness.postTypePluralLabel,initialOpen:!0},h("div",{},h("div",{id:d},null))));return i!==null&&i.length===0?h(k,{},h("div",{},w("No %1$s found",window.aioseo.localBusiness.taxonomyPluralLabel))):t.categoryId?h(k,{},c,h("div",{className:s},h(Ut,null,h(Wt,{block:ue,attributes:{categoryId:t.categoryId}})))):h(k,{},c,h("div",{},w("Select a %1$s",window.aioseo.localBusiness.taxonomySingleLabel)))}),save:function(){return null}};var Yt=Object.freeze({__proto__:null,[Symbol.toStringTag]:"Module",name:ue,settings:Qt});const M=window.wp,g=M.element.createElement,F=M.element.Fragment,Kt=M.serverSideRender||M.components.ServerSideRender,Xt=M.components.Disabled,eo=M.data.withSelect,to=g("svg",{width:20,height:19,viewBox:"0 0 20 19",xmlns:"http://www.w3.org/2000/svg"},g("path",{d:"M17.2001 7.2L19.0361 9.036L17.7641 10.308L10.0001 2.544L2.23611 10.308L0.964111 9.036L10.0001 0L14.8001 4.8V2.4H17.2001V7.2ZM10.0001 4.248L17.2001 11.436V18.6H2.80011V11.436L10.0001 4.248ZM12.4001 17.4V11.4H7.60011V17.4H12.4001Z"})),pe="aioseo/locationcategories",oo={title:"AIOSEO Local - Location Categories",category:"aioseo",icon:to,example:{},edit:eo(function(o){return{categories:o("core").getEntityRecords("taxonomy",window.aioseo.localBusiness.taxonomyName)}})(function(o){var s;const e=(s=window.aioseo.options.localBusiness)==null?void 0:s.locations.general.multiple,{className:a}=o;let{categories:t}=o;return e&&t===null?g(F,{},g("div",{},"Loading...")):(t=t===null?[]:t,e?t.length===0?g(F,{},g("div",{},w("No %1$s found",window.aioseo.localBusiness.taxonomyPluralLabel))):g(F,{},g("div",{className:a},g(Xt,null,g(Kt,{block:pe})))):g(F,{},g("div",{},"Please enable multiple locations before using this block.")))}),save:function(){return null}};var so=Object.freeze({__proto__:null,[Symbol.toStringTag]:"Module",name:pe,settings:oo}),ao=function(){var o=this,e=this,a=e.$createElement,t=e._self._c||a;return t("div",[e.locationsList.length&&!e.isLocationPostType()?t("div",{staticClass:"sidebar-row"},[t("p",{staticClass:"title"},[e._v(e._s(e.strings.selectLocation))]),t("base-select",{attrs:{size:"medium",options:e.locationsList,value:e.getLocationOptions(this.$root.$data.locationId),"track-by":"value"},on:{input:function(s){return o.$root.$data.locationId=s.value}}})],1):e._e(),t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showLabel,callback:function(s){e.$set(e.$root.$data,"showLabel",s)},expression:"$root.$data.showLabel"}},[e._v(" "+e._s(e.strings.showLabel)+" ")])],1),t("div",{staticClass:"sidebar-row"},[t("base-toggle",{model:{value:e.$root.$data.showIcon,callback:function(s){e.$set(e.$root.$data,"showIcon",s)},expression:"$root.$data.showIcon"}},[e._v(" "+e._s(e.strings.showIcon)+" ")])],1),t("div",{staticClass:"sidebar-row"},[t("p",{staticClass:"title"},[e._v(e._s(e.strings.customMarker))]),t("div",{staticClass:"image-upload"},[t("base-input",{attrs:{size:"medium",placeholder:e.strings.pasteYourImageUrl},model:{value:e.$root.$data.customMarker,callback:function(s){e.$set(e.$root.$data,"customMarker",s)},expression:"$root.$data.customMarker"}}),t("base-button",{staticClass:"insert-image",attrs:{size:"medium",type:"black"},on:{click:function(s){e.openUploadModal("locationMapImage",function(n){return e.$root.$data.customMarker=n})}}},[t("svg-circle-plus"),e._v(" "+e._s(e.strings.uploadOrSelectImage)+" ")],1),e.$root.$data.customMarker?t("base-button",{staticClass:"remove-image",attrs:{size:"medium",type:"gray"},on:{click:function(s){e.$root.$data.customMarker=null}}},[e._v(" "+e._s(e.strings.remove)+" ")]):e._e()],1),t("div",{staticClass:"aioseo-description",domProps:{innerHTML:e._s(e.strings.minimumSize)}}),t("base-img",{attrs:{src:e.$root.$data.customMarker}})],1),t("div",{staticClass:"sidebar-row"},[t("p",{staticClass:"title"},[e._v(e._s(e.strings.mapDisplay))])]),t("div",{staticClass:"sidebar-row dimensions"},[t("div",[t("label",[e._v(e._s(e.strings.width)+":")]),t("base-input",{model:{value:e.$root.$data.width,callback:function(s){e.$set(e.$root.$data,"width",s)},expression:"$root.$data.width"}})],1),t("div",[t("div",[t("label",[e._v(e._s(e.strings.height)+":")]),t("base-input",{model:{value:e.$root.$data.height,callback:function(s){e.$set(e.$root.$data,"height",s)},expression:"$root.$data.height"}})],1)])]),e.$root.$data.showLabel?t("div",{staticClass:"sidebar-row labels"},[t("p",{staticClass:"title"},[e._v(e._s(e.strings.label))]),t("base-input",{attrs:{size:"small"},model:{value:e.$root.$data.label,callback:function(s){e.$set(e.$root.$data,"label",s)},expression:"$root.$data.label"}})],1):e._e()])},no=[];const io={components:{BaseImg:Oe,SvgCirclePlus:Pe},mixins:[ke],data(){return{locationsList:[],strings:{selectLocation:window.aioseo.localBusiness.postTypeSingleLabel,showLabel:"Show label",showIcon:"Show icon",businessInfo:"Business Info",mapDisplay:"Map Display",width:"Width",height:"Height",customMarker:"Custom Marker",uploadOrSelectImage:"Upload or Select Image",pasteYourImageUrl:"Paste your image URL or select a new image",minimumSize:this.$t.sprintf("%1$sThe custom marker should be: 100x100 px.%2$s If the image exceeds those dimensions it could (partially) cover the info popup.","<strong>","</strong>"),remove:"Remove",label:"Label"}}},methods:{getLocationOptions(o){let e=this.locationsList.find(a=>a.value===o);return!e&&!this.isLocationPostType()&&(e=this.locationsList.find(a=>!!a),e&&(this.$root.$data.locationId=e.value)),e},isLocationPostType(){return window.aioseo.currentPost.postType===window.aioseo.localBusiness.postTypeName}},created(){this.$root.$data.locations&&this.$root.$data.locations.forEach(o=>{this.locationsList.push({value:o.id,label:o.title.rendered})})}},te={};var lo=T(io,ao,no,!1,ro,"40af2160",null,null);function ro(o){for(let e in te)this[e]=te[e]}var co=function(){return lo.exports}();function uo(o){let e;try{e=new URL(o,"http://example.com").search.substring(1)}catch{}if(e)return e}function po(o){let e="";const a=Object.entries(o);let t;for(;t=a.shift();){let[s,n]=t;if(Array.isArray(n)||n&&n.constructor===Object){const i=Object.entries(n).reverse();for(const[d,c]of i)a.unshift([`${s}[${d}]`,c])}else n!==void 0&&(n===null&&(n=""),e+="&"+[s,n].map(encodeURIComponent).join("="))}return e.substr(1)}function mo(o,e,a){const t=e.length,s=t-1;for(let n=0;n<t;n++){let r=e[n];!r&&Array.isArray(o)&&(r=o.length.toString());const i=!isNaN(Number(e[n+1]));o[r]=n===s?a:o[r]||(i?[]:{}),Array.isArray(o[r])&&!i&&(o[r]=V({},o[r])),o=o[r]}}function $o(o){return(uo(o)||"").replace(/\+/g,"%20").split("&").reduce((e,a)=>{const[t,s=""]=a.split("=").filter(Boolean).map(decodeURIComponent);if(t){const n=t.replace(/\]/g,"").split("[");mo(e,n,s)}return e},{})}function ho(){let o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",e=arguments.length>1?arguments[1]:void 0;if(!e||!Object.keys(e).length)return o;let a=o;const t=o.indexOf("?");return t!==-1&&(e=Object.assign($o(o),e),a=a.substr(0,t)),a+"?"+po(e)}const S=window.wp,u=S.element.createElement,O=S.element.Fragment;var ie;const bo=((ie=S.blockEditor)==null?void 0:ie.InspectorControls)||S.editor.InspectorControls,vo=S.components.PanelBody,go=S.components.Disabled,wo=S.serverSideRender||S.components.ServerSideRender,_o=S.data.withSelect,fo=u("svg",{width:20,height:20,viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},u("path",{d:"M11 11.14L9.83 5.2C9.04 4.77 8.5 3.95 8.5 3C8.5 1.62 9.62 0.499999 11 0.499999C12.38 0.499999 13.5 1.62 13.5 3C13.5 3.95 12.96 4.77 12.17 5.2L11 11.14ZM11 1.5C10.17 1.5 9.5 2.17 9.5 3C9.5 3.83 10.17 4.5 11 4.5C11.83 4.5 12.5 3.83 12.5 3C12.5 2.17 11.83 1.5 11 1.5ZM12.72 6.3L11 13.68L9.27 6.38L5 4.97L2.98023e-08 6.97V15.97L5 13.97L11.12 16L16 13.97V4.97L12.72 6.3Z"})),j={},yo="aioseo/locationmap",Lo={title:"AIOSEO Local - Map",category:"aioseo",icon:fo,example:{},attributes:{locationId:{type:"number",default:null},showLabel:{type:"boolean",default:!0},showIcon:{type:"boolean",default:!0},customMarker:{type:"string",default:null},width:{type:"string",default:"100%"},height:{type:"string",default:"450px"},label:{type:"string",default:"Our location:"},dataObject:{type:"string",default:null},updated:{type:"string",default:Date.now()}},edit:_o(function(o){return{locations:o("core").getEntityRecords("postType",window.aioseo.localBusiness.postTypeName,{per_page:100})}})(function(o){var q;const e=(q=window.aioseo.options.localBusiness)==null?void 0:q.locations.general.multiple,{setAttributes:a,attributes:t,className:s,clientId:n,isSelected:r}=o;let{locations:i}=o;const d="aioseo-location-map-"+n;if(e&&i===null)return u(O,{},u("div",{},"Loading..."));if(i=i===null?[]:i,!e&&t.locationId)return u(O,{},u("div",{},"Please enable multiple locations before using this block."));if(e&&i.length===0)return u(O,{},u("div",{},w("No %1$s found",window.aioseo.localBusiness.postTypePluralLabel)));const c=window.aioseo.currentPost.postType===window.aioseo.localBusiness.postTypeName;t.locationId=!t.locationId&&c?window.aioseo.currentPost.id:t.locationId;const v=i.find(b=>b.id===t.locationId),l=c?window.aioseo.currentPost.local_seo.maps:v?v.maps:null;r&&(j[n]={},Object.keys(t).forEach(function(b){j[n][b]=t[b]}),j[n].locations=i,f({id:d,parent:document.querySelector(".block-editor"),subtree:!0,done:function(b){new I({el:b,data:function(){return j[n]},watch:{$data:{handler:function(B){a(B)},deep:!0}},render:B=>B(co)})}})),c&&f({id:d+"-watcher",parent:document.querySelector(".block-editor"),subtree:!0,done:function(b){new I({el:b,data:function(){return window.aioseo.currentPost.local_seo.maps},watch:{$data:{handler:function(){a({updated:Date.now()})},deep:!0}},render:B=>B(null)})}});const p=u(bo,null,u(vo,{title:"Settings",initialOpen:!0},u("div",null,u("div",{id:d},null))));if(e){if(!t.locationId)return u(O,{},p,u("div",{},w("Select a %1$s",window.aioseo.localBusiness.postTypeSingleLabel)));if(!l){const b=ho("post.php",{post:t.locationId,action:"edit"});return u(O,{},p,u("div",{dangerouslySetInnerHTML:{__html:w("Please configure the map for this location: %1$s",'<a href="'+b+'" target="_blank">'+v.title.rendered+"</a>")}}))}}const Z="#"+d+"-preview .aioseo-local-map";return f({selector:Z,parent:document.querySelector(".block-editor"),subtree:!0,done:function(){const b=l||window.aioseo.options.localBusiness.maps;setTimeout(function(){document.dispatchEvent(new CustomEvent(window.aioseo.localBusiness.mapLoadEvent,{detail:{element:Z,mapOptions:b.mapOptions,customMarker:t.customMarker||b.customMarker||window.aioseo.options.localBusiness.maps.customMarker,instance:t,placeId:window.aioseo.options.localBusiness.maps.mapsEmbedApiEnabled?b.placeId:null,infoWindowContent:b.infoWindowContent?b.infoWindowContent:null}}))},2e3)}}),u(O,{},p,u("div",{className:s,id:d+"-preview"},u(go,null,u(wo,{block:"aioseo/locationmap",attributes:{locationId:t.locationId?t.locationId:0,showLabel:t.showLabel,showIcon:t.showIcon,customMarker:t.customMarker,width:t.width,height:t.height,label:t.label,updated:t.updated,dataObject:c?JSON.stringify(window.aioseo.currentPost.local_seo.maps):null}})),u("div",{},u("div",{id:d+"-watcher"},null))))}),save:function(){return null}};var xo=Object.freeze({__proto__:null,[Symbol.toStringTag]:"Module",name:yo,settings:Lo});if(fe()){const o=window.wp.element.createElement,e=o("svg",{width:25,height:25,viewBox:"0 0 25 25",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o("path",{fillRule:"evenodd",clipRule:"evenodd",fill:"#434960",d:"M12.434 24c6.627 0 12-5.373 12-12s-5.373-12-12-12c-6.628 0-12 5.373-12 12s5.372 12 12 12zM10.523 4.392a.635.635 0 00-.74-.266 8.07 8.07 0 00-.92.391.659.659 0 00-.337.723l.206 1.041a.746.746 0 01-.264.713 6.293 6.293 0 00-.903.924.717.717 0 01-.698.272l-1.02-.206a.638.638 0 00-.708.346 8.493 8.493 0 00-.38.94.66.66 0 00.263.754l.867.588a.745.745 0 01.307.694 6.54 6.54 0 00.003 1.305.744.744 0 01-.305.695l-.865.591a.661.661 0 00-.26.755c.108.321.236.635.383.94a.638.638 0 00.708.343l1.02-.21a.716.716 0 01.7.27c.267.334.57.643.905.92a.746.746 0 01.266.712L8.55 18.67a.659.659 0 00.34.722 8.045 8.045 0 00.92.388c.458.16 1.097-.413 1.57-.836a1.12 1.12 0 00.379-.82v-1.748c0-.018 0-.036.002-.055-1.397-.34-2.435-1.622-2.435-3.152v-1.85c0-.14.111-.254.25-.254h.864v-1.82c0-.251.2-.455.446-.455a.45.45 0 01.446.455v1.82h2.34v-1.82c0-.251.2-.455.446-.455a.45.45 0 01.446.455v1.82h.865c.138 0 .25.114.25.254v1.85c0 1.578-1.105 2.893-2.569 3.182v1.76c0 .322.149.623.389.832.481.42 1.132.988 1.586.827a8.08 8.08 0 00.921-.391.659.659 0 00.336-.723l-.205-1.042a.746.746 0 01.264-.712c.328-.273.63-.582.902-.924a.717.717 0 01.698-.272l1.02.206a.638.638 0 00.708-.346 8.575 8.575 0 00.38-.94.661.661 0 00-.263-.754l-.867-.588a.745.745 0 01-.307-.694 6.481 6.481 0 00-.003-1.305.745.745 0 01.305-.695l.865-.591a.662.662 0 00.26-.755 8.435 8.435 0 00-.383-.94.638.638 0 00-.708-.343l-1.02.21a.716.716 0 01-.7-.27 6.297 6.297 0 00-.904-.92.747.747 0 01-.267-.712l.202-1.042a.659.659 0 00-.339-.722 8.164 8.164 0 00-.921-.388.635.635 0 00-.74.269l-.575.884a.718.718 0 01-.681.314 6.105 6.105 0 00-1.278.003.718.718 0 01-.682-.311l-.58-.883z"})),{getCategories:a,setCategories:t,registerBlockCollection:s,registerBlockType:n}=window.wp.blocks,r=[...a()];typeof s=="function"?s("aioseo",{title:"AIOSEO",icon:e}):(r.unshift({slug:"aioseo",title:"AIOSEO",icon:e}),t(r));const i=c=>{if(!c)return;const{name:v,settings:l}=c;if(l.icon&&!l.icon.foreground){const p={foreground:"#141B38",src:l.icon};l.icon=p}typeof s=="function"&&l.category==="aioseo"&&(l.category="widgets"),typeof s!="function"&&l.category!=="aioseo"&&(l.category="aioseo"),n(v,l)};(()=>{[Ve,dt].forEach(i),window.aioseo.localBusiness&&[Lt,Vt,Yt,so,xo].forEach(i)})()}
 
dist/Lite/assets/blocks.eafeffc4.js ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var la=Object.defineProperty,ca=Object.defineProperties;var da=Object.getOwnPropertyDescriptors;var De=Object.getOwnPropertySymbols;var Pn=Object.prototype.hasOwnProperty,Nn=Object.prototype.propertyIsEnumerable;var Mn=(n,t,o)=>t in n?la(n,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):n[t]=o,Lt=(n,t)=>{for(var o in t||(t={}))Pn.call(t,o)&&Mn(n,o,t[o]);if(De)for(var o of De(t))Nn.call(t,o)&&Mn(n,o,t[o]);return n},fe=(n,t)=>ca(n,da(t));var Bn=(n,t)=>{var o={};for(var e in n)Pn.call(n,e)&&t.indexOf(e)<0&&(o[e]=n[e]);if(n!=null&&De)for(var e of De(n))t.indexOf(e)<0&&Nn.call(n,e)&&(o[e]=n[e]);return o};import{_ as B,s as It}from"./js/default-i18n.abde8d59.js";import{n as ht,V as Pt}from"./js/vueComponentNormalizer.87056a83.js";import{d as ua,s as fa,V as Mo,a as On,c as Po,f as kn}from"./js/index.d328c175.js";import{S as No,o as At,l as ha}from"./js/index.a4161053.js";import"./js/ToolsSettings.004b222f.js";import{n as pa}from"./js/helpers.db3922d1.js";import{J as va}from"./js/JsonValues.08065e69.js";import{S as ga}from"./js/AddPlus.f69ce757.js";import{S as ma}from"./js/External.8868c638.js";import{B as ba}from"./js/HighlightToggle.47bdd2a8.js";import{C as In}from"./js/Tooltip.3ec20ff5.js";import{G as ya,a as $a}from"./js/Row.13b6f3f1.js";import{U as wa}from"./js/Image.ec6b7346.js";import{B as xa}from"./js/Img.53f489b6.js";import{S as Sa}from"./js/Plus.a9b9ba75.js";import{g as _a,c as Ca,a as Ea}from"./js/_commonjsHelpers.f40d732e.js";import{c as $n}from"./js/cleanForSlug.e9a761bb.js";import{C as Oa}from"./js/Modal.1216ab78.js";import{C as Ia}from"./js/Index.2f0c11d2.js";import{d as Rn}from"./js/debounce.46cfc189.js";import"./js/isArrayLikeObject.a4a9229a.js";import"./js/client.94d919c5.js";import"./js/constants.a1b1778a.js";import"./js/Checkbox.5873a8d2.js";import"./js/Checkmark.e7547654.js";import"./js/Radio.99a9886d.js";import"./js/Index.cb0f42fe.js";import"./js/toNumber.86c2a2c3.js";const Oe=window.wp,ce=Oe.element.createElement,Ta=Oe.element.Fragment,La=Oe.components.Disabled,Da=Oe.serverSideRender||Oe.components.ServerSideRender,Aa="all-in-one-seo-pack",Ma=ce("svg",{width:24,height:25,viewBox:"0 0 24 25",xmlns:"http://www.w3.org/2000/svg"},ce("path",{d:"M1.7002 5.31067H10.8705L17.8705 12.5L10.8705 19.6893H1.7002V5.31067ZM10.2856 12.4999C10.2856 13.3284 9.61396 14.0001 8.7854 14.0001C7.95684 14.0001 7.28516 13.3284 7.28516 12.4999C7.28516 11.6713 7.95684 10.9996 8.7854 10.9996C9.61396 10.9996 10.2856 11.6713 10.2856 12.4999ZM6.1933 12.5001C6.1933 13.195 5.62995 13.7584 4.93503 13.7584C4.2401 13.7584 3.67676 13.195 3.67676 12.5001C3.67676 11.8052 4.2401 11.2418 4.93503 11.2418C5.62995 11.2418 6.1933 11.8052 6.1933 12.5001ZM12.6342 13.7584C13.3292 13.7584 13.8925 13.195 13.8925 12.5001C13.8925 11.8052 13.3292 11.2418 12.6342 11.2418C11.9393 11.2418 11.376 11.8052 11.376 12.5001C11.376 13.195 11.9393 13.7584 12.6342 13.7584ZM15.3002 5.31067H12.5771L19.5771 12.5L12.5771 19.6893H15.3002L22.3002 12.5L15.3002 5.31067Z"})),Bo="aioseo/breadcrumbs",Pa={title:B("AIOSEO - Breadcrumbs",Aa),category:"aioseo",icon:Ma,example:{},attributes:{},edit:function(){return ce(Ta,{},ce("div",{},ce(La,null,ce(Da,{block:Bo,attributes:{}}))))},save:function(){return null}};var Na=Object.freeze({__proto__:null,[Symbol.toStringTag]:"Module",name:Bo,settings:Pa}),Ba=function(){var n=this,t=n.$createElement,o=n._self._c||t;return o("div",{staticClass:"aioseo-exclude-posts"},[o("base-select",{attrs:{options:n.excludeOptions,"ajax-search":n.processGetObjects,size:"medium",multiple:"",value:n.getJsonValues(n.optionName),placeholder:n.strings.typeToSearch},on:{input:function(e){return n.optionName=n.setJsonValues(e)}},scopedSlots:n._u([{key:"noOptions",fn:function(){return[n._v(" "+n._s(n.noOptions)+" ")]},proxy:!0},{key:"noResult",fn:function(){return[n._v(" "+n._s(n.strings.noResult)+" ")]},proxy:!0},{key:"caret",fn:function(e){var r=e.toggle;return[o("base-button",{staticClass:"multiselect-toggle",staticStyle:{padding:"10px 13px",width:"40px",position:"absolute",height:"36px",right:"2px",top:"2px","text-align":"center",transition:"transform .2s ease"},attrs:{type:"gray"},on:{click:r}},[o("svg-add-plus",{staticStyle:{width:"14px",height:"14px",color:"black"}})],1)]}},{key:"option",fn:function(e){var r=e.option,a=e.search;return[o("div",{staticClass:"option"},[o("div",{staticClass:"option-title",domProps:{innerHTML:n._s(n.getOptionTitle(r.label,a))}}),o("div",{staticClass:"option-details"},[o("span",[n._v(n._s(n.strings.id)+": #"+n._s(r.value))]),o("span",[n._v(n._s(n.strings.type)+": "+n._s(r.type))])])]),o("a",{staticClass:"option-permalink",attrs:{href:r.link,target:"_blank"},on:{click:function(i){return i.stopPropagation(),function(){}.apply(null,arguments)}}},[o("svg-external")],1)]}},{key:"tag",fn:function(e){var r=e.option,a=e.remove;return[o("div",{staticClass:"multiselect__tag"},[o("div",{staticClass:"multiselect__tag-value"},[n._v(" "+n._s(r.label)+" - #"+n._s(r.value)+" ")]),o("div",{staticClass:"multiselect__tag-remove",on:{click:function(i){return i.stopPropagation(),a(r)}}},[o("svg-close",{nativeOn:{click:function(i){return i.stopPropagation(),a(r)}}})],1)])]}}])}),o("base-button",{attrs:{type:"gray",size:"medium"},on:{click:function(e){n.optionName=[]}}},[n._v(" "+n._s(n.strings.clear)+" ")])],1)},ka=[];const Ra={components:{SvgAddPlus:ga,SvgClose:No,SvgExternal:ma},mixins:[va],props:{type:{type:String,required:!0}},data(){return{excludeOptions:[],strings:{typeToSearch:this.$t.__("Type to search...",this.$td),noOptionsPosts:this.$t.__("Begin typing a post ID, title or slug to search...",this.$td),noOptionsTerms:this.$t.__("Begin typing a term ID or name to search...",this.$td),noResult:this.$t.__("No results found for your search. Try again!",this.$td),clear:this.$t.__("Clear",this.$td),id:this.$t.__("ID",this.$td),type:this.$t.__("Type",this.$td)}}},computed:{optionName:{get(){return this.type==="posts"?JSON.parse(this.$root.$data.excluded_posts):JSON.parse(this.$root.$data.excluded_terms)},set(n){if(n=JSON.stringify(n),this.type==="posts"){this.$root.$data.excluded_posts=n;return}this.$root.$data.excluded_terms=n}},noOptions(){return this.type==="posts"?this.strings.noOptionsPosts:this.strings.noOptionsTerms}},methods:fe(Lt({},ua(["getObjects"])),{processGetObjects(n){return this.getObjects({query:n,type:this.type}).then(t=>{this.excludeOptions=t.body.objects})},getOptionTitle(n,t){const o=new RegExp(`(${t})`,"gi");return n.replace(o,'<span class="search-term">$1</span>')}})},jn={};var ja=ht(Ra,Ba,ka,!1,Ha,null,null,null);function Ha(n){for(let t in jn)this[t]=jn[t]}var Fa=function(){return ja.exports}(),Va=function(){var n=this,t=n.$createElement,o=n._self._c||t;return o("div",{staticClass:"aioseo-included-objects-toggle"},[o("div",{staticClass:"included-objects-settings"},[n.type==="post_types"?o("base-toggle",{attrs:{size:"medium"},model:{value:n.$root.$data.post_types_all,callback:function(e){n.$set(n.$root.$data,"post_types_all",e)},expression:"$root.$data.post_types_all"}},[n._v(" "+n._s(n.strings.includeAllPostTypes)+" ")]):n._e(),n.type==="taxonomies"?o("base-toggle",{attrs:{size:"medium"},model:{value:n.$root.$data.taxonomies_all,callback:function(e){n.$set(n.$root.$data,"taxonomies_all",e)},expression:"$root.$data.taxonomies_all"}},[n._v(" "+n._s(n.strings.includeAllTaxonomies)+" ")]):n._e(),0<n.objects.length&&!n.includeAllSetting?o("grid-row",{staticClass:"aioseo-included-list"},n._l(n.objects,function(e,r){return o("grid-column",{key:r,attrs:{md:"6"}},[o("base-highlight-toggle",{attrs:{size:"medium",active:n.isActive(e),name:e.name,type:"checkbox",value:n.getValue(e)},on:{input:function(a){return n.updateValue(a,e)}}},[o("core-tooltip",{scopedSlots:n._u([{key:"tooltip",fn:function(){return[o("div",{staticClass:"aioseo-description"},[n._v(" "+n._s(n.strings.label)+" "),o("strong",[n._v(n._s(e.label))]),o("br"),n._v(" "+n._s(n.strings.name)+" "),o("strong",[n._v(n._s(e.name))])])]},proxy:!0}],null,!0)},[o("span",{staticClass:"icon dashicons",class:""+(e.icon||"dashicons-admin-post")})]),n._v(" "+n._s(e.label)+" ")],1)],1)}),1):n._e()],1)])},za=[];const Ua={components:{BaseHighlightToggle:ba,CoreTooltip:In,GridColumn:ya,GridRow:$a},props:{type:{type:String,required:!0},excluded:{type:Array,default(){return[]}}},data(){return{strings:{label:this.$t.__("Label:",this.$td),name:this.$t.__("Slug:",this.$td),includeAllPostTypes:this.$t.__("Include All Post Types",this.$td),includeAllTaxonomies:this.$t.__("Include All Taxonomies",this.$td)}}},computed:{includeAllSetting(){const n=this.type+"_all";return this.$root.$data[n]},objects(){const n=this.type==="taxonomies"?"taxonomies":"postTypes";return this.$aioseo.postData[n].filter(t=>!this.excluded.includes(t.name))}},methods:{getState(){return JSON.parse(this.$root.$data[this.type])},setState(n){this.$root.$data[this.type]=JSON.stringify(n)},getValue(n){return this.getState().includes(n.name)},updateValue(n,t){const o=this.getState();if(n){o.push(t.name),this.setState(o);return}const e=o.findIndex(r=>r===t.name);e!==-1&&(this.$delete(o,e),this.setState(o))},isActive(n){return this.getState().findIndex(o=>o===n.name)!==-1}}},Hn={};var Wa=ht(Ua,Va,za,!1,Ga,null,null,null);function Ga(n){for(let t in Hn)this[t]=Hn[t]}var Xa=function(){return Wa.exports}(),Ya=function(){var n=this,t=this,o=t.$createElement,e=t._self._c||o;return e("div",[e("div",{staticClass:"aioseo-sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.default,callback:function(r){t.$set(t.$root.$data,"default",r)},expression:"$root.$data.default"}},[t._v(" "+t._s(t.strings.useDefault)+" ")])],1),t.$root.$data.default?t._e():e("div",[e("div",{staticClass:"aioseo-sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.archives,callback:function(r){t.$set(t.$root.$data,"archives",r)},expression:"$root.$data.archives"}},[t._v(" "+t._s(t.strings.archives)+" ")])],1),t.$root.$data.archives?t._e():e("div",{staticClass:"aioseo-sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.show_label,callback:function(r){t.$set(t.$root.$data,"show_label",r)},expression:"$root.$data.show_label"}},[t._v(" "+t._s(t.strings.showLabel)+" ")])],1),t.$root.$data.archives?t._e():e("div",{staticClass:"aioseo-sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.publication_date,callback:function(r){t.$set(t.$root.$data,"publication_date",r)},expression:"$root.$data.publication_date"}},[t._v(" "+t._s(t.strings.publicationDate)+" ")])],1),t.$root.$data.archives?t._e():e("div",{staticClass:"aioseo-sidebar-row"},[e("p",{staticClass:"aioseo-sidebar-title"},[t._v(t._s(t.strings.postTypes))]),e("html-sitemap-included-objects",{attrs:{type:"post_types",excluded:["attachment"]}})],1),t.$root.$data.archives?t._e():e("div",{staticClass:"aioseo-sidebar-row"},[e("p",{staticClass:"aioseo-sidebar-title"},[t._v(t._s(t.strings.taxonomies))]),e("html-sitemap-included-objects",{attrs:{type:"taxonomies"}})],1),t.$root.$data.archives?t._e():e("div",{staticClass:"aioseo-sidebar-row"},[e("p",{staticClass:"aioseo-sidebar-title"},[t._v(t._s(t.strings.sortOrder))]),e("base-select",{attrs:{size:"medium",options:t.sortOrders,value:t.getSortOrder(this.$root.$data.order_by),"track-by":"value"},on:{input:function(r){return n.$root.$data.order_by=r.value}}})],1),e("div",{staticClass:"aioseo-sidebar-row"},[e("p",{staticClass:"aioseo-sidebar-title"},[t._v(t._s(t.strings.sortDirection))]),e("base-select",{attrs:{size:"medium",options:t.sortDirections,value:t.getSortDirection(this.$root.$data.order),"track-by":"value"},on:{input:function(r){return n.$root.$data.order=r.value}}})],1),t.$root.$data.archives?t._e():e("div",{staticClass:"aioseo-sidebar-row"},[e("p",{staticClass:"aioseo-sidebar-title"},[t._v(t._s(t.strings.excludePostsPages))]),e("html-sitemap-exclude-objects",{attrs:{type:"posts"}})],1),t.$root.$data.archives?t._e():e("div",{staticClass:"aioseo-sidebar-row"},[e("p",{staticClass:"aioseo-sidebar-title"},[t._v(t._s(t.strings.excludeTerms))]),e("html-sitemap-exclude-objects",{attrs:{type:"terms"}})],1)])])},Za=[];const Ka={components:{HtmlSitemapExcludeObjects:Fa,HtmlSitemapIncludedObjects:Xa},data(){return{sortDirections:[{label:this.$t.__("Ascending",this.$td),value:"asc"},{label:this.$t.__("Descending",this.$td),value:"desc"}],sortOrders:[{label:this.$t.__("Publish Date",this.$td),value:"publish_date"},{label:this.$t.__("Last Updated",this.$td),value:"last_updated"},{label:this.$t.__("Alphabetical",this.$td),value:"alphabetical"},{label:this.$t.__("Post/Term ID",this.$td),value:"id"}],strings:{useDefault:this.$t.__("Use Default Settings",this.$td),postTypes:this.$t.__("Post Types",this.$td),taxonomies:this.$t.__("Taxonomies",this.$td),includeAllPostTypes:this.$t.__("Include All Post Types",this.$td),includeAllTaxonomies:this.$t.__("Include All Taxonomies",this.$td),showLabel:this.$t.__("Show Labels",this.$td),publicationDate:this.$t.__("Show Publication Date",this.$td),archives:this.$t.__("Compact Archives",this.$td),sortOrder:this.$t.__("Sort Order",this.$td),sortDirection:this.$t.__("Sort Direction",this.$td),excludePostsPages:this.$t.__("Exclude Posts / Pages",this.$td),excludeTerms:this.$t.__("Exclude Terms",this.$td)}}},methods:{getSortOrder(n){return this.sortOrders.find(t=>t.value===n)},getSortDirection(n){return this.sortDirections.find(t=>t.value===n)}}},Fn={};var Qa=ht(Ka,Ya,Za,!1,Ja,null,null,null);function Ja(n){for(let t in Fn)this[t]=Fn[t]}var qa=function(){return Qa.exports}();const Zt=window.wp,Dt=Zt.element.createElement,tr=Zt.element.Fragment,er=Zt.serverSideRender||Zt.components.ServerSideRender;var Eo;const nr=((Eo=Zt.blockEditor)==null?void 0:Eo.InspectorControls)||Zt.editor.InspectorControls,or=Zt.components.PanelBody,ar=Zt.components.Disabled,Vn="all-in-one-seo-pack",rr=Dt("svg",{width:25,height:25,viewBox:"0 0 25 25",xmlns:"http://www.w3.org/2000/svg"},Dt("path",{d:"M4.125 4.5H20.125V20.5H4.125V4.5ZM9.71875 6.89062H17.7188V8.49062H9.71875V6.89062ZM17.7188 10.0781H9.71875V11.6781H17.7188V10.0781ZM9.71875 13.2661H17.7188V14.8661H9.71875V13.2661ZM17.7188 16.5H9.71875V18.1H17.7188V16.5ZM6.51562 6.89062H8.11562V8.49062H6.51562V6.89062ZM8.11562 10.0781H6.51562V11.6781H8.11562V10.0781ZM6.51562 13.2661H8.11562V14.8661H6.51562V13.2661ZM8.11562 16.5H6.51562V18.1H8.11562V16.5Z",fillRule:"evenodd",clipRule:"evenodd"})),ln={},ko="aioseo/html-sitemap",ir={title:B("AIOSEO - HTML Sitemap",Vn),category:"aioseo",icon:rr,example:{},attributes:{default:{type:"boolean",default:!0},post_types:{type:"string",default:'["post", "page"]'},post_types_all:{type:"boolean",default:!0},taxonomies:{type:"string",default:'["category", "post_tag"]'},taxonomies_all:{type:"boolean",default:!0},show_label:{type:"boolean",default:!0},archives:{type:"boolean",default:!1},publication_date:{type:"boolean",default:!0},nofollow_links:{type:"boolean",default:!1},order_by:{type:"string",default:"publish_date"},order:{type:"string",default:"asc"},excluded_posts:{type:"string",default:"[]"},excluded_terms:{type:"string",default:"[]"},is_admin:{type:"boolean",default:window.location&&window.location.pathname.startsWith("/wp-admin/")}},edit:function(n){const{setAttributes:t,attributes:o,className:e,clientId:r,isSelected:a}=n,i="aioseo-"+r;a&&(ln[r]={},Object.keys(o).forEach(function(l){ln[r][l]=o[l]}),At({id:i,parent:document.querySelector(".block-editor"),subtree:!0,done:function(l){new Pt({store:fa,el:l,data:function(){return ln[r]},watch:{$data:{handler:function(c){t(c)},deep:!0}},render:c=>c(qa)})}}));const s=Dt(nr,null,Dt(or,{title:B("Display Settings",Vn),initialOpen:!0},Dt("div",null,Dt("div",{id:i},null))));return Dt(tr,{},s,Dt("div",{className:e},Dt(ar,null,Dt(er,{block:ko,attributes:Lt({},o)}))))},save:function(){return null}};var sr=Object.freeze({__proto__:null,[Symbol.toStringTag]:"Module",name:ko,settings:ir}),lr=function(){var n=this,t=this,o=t.$createElement,e=t._self._c||o;return e("div",[t.locationsList.length&&!t.isLocationPostType()?e("div",{staticClass:"sidebar-row"},[e("p",{staticClass:"title"},[t._v(t._s(t.strings.selectLocation))]),e("base-select",{attrs:{size:"medium",options:t.locationsList,value:t.getLocationOptions(this.$root.$data.locationId),"track-by":"value"},on:{input:function(r){return n.$root.$data.locationId=r.value}}})],1):t._e(),e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showLabels,callback:function(r){t.$set(t.$root.$data,"showLabels",r)},expression:"$root.$data.showLabels"}},[t._v(" "+t._s(t.strings.showLabels)+" ")])],1),e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showIcons,callback:function(r){t.$set(t.$root.$data,"showIcons",r)},expression:"$root.$data.showIcons"}},[t._v(" "+t._s(t.strings.showIcons)+" ")])],1),e("div",{staticClass:"sidebar-row"},[e("p",{staticClass:"title"},[t._v(t._s(t.strings.businessInfo))])]),e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showName,callback:function(r){t.$set(t.$root.$data,"showName",r)},expression:"$root.$data.showName"}},[t._v(" "+t._s(t.strings.showName)+" ")])],1),e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showAddress,callback:function(r){t.$set(t.$root.$data,"showAddress",r)},expression:"$root.$data.showAddress"}},[t._v(" "+t._s(t.strings.address)+" ")])],1),e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showPhone,callback:function(r){t.$set(t.$root.$data,"showPhone",r)},expression:"$root.$data.showPhone"}},[t._v(" "+t._s(t.strings.phoneNumber)+" ")])],1),e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showFax,callback:function(r){t.$set(t.$root.$data,"showFax",r)},expression:"$root.$data.showFax"}},[t._v(" "+t._s(t.strings.faxNumber)+" ")])],1),t.$root.$data.showPhone||t.$root.$data.showFax?e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showCountryCode,callback:function(r){t.$set(t.$root.$data,"showCountryCode",r)},expression:"$root.$data.showCountryCode"}},[t._v(" "+t._s(t.strings.countryCode)+" ")])],1):t._e(),e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showEmail,callback:function(r){t.$set(t.$root.$data,"showEmail",r)},expression:"$root.$data.showEmail"}},[t._v(" "+t._s(t.strings.emailAddress)+" ")])],1),e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showVat,callback:function(r){t.$set(t.$root.$data,"showVat",r)},expression:"$root.$data.showVat"}},[t._v(" "+t._s(t.strings.showVat)+" ")])],1),e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showTax,callback:function(r){t.$set(t.$root.$data,"showTax",r)},expression:"$root.$data.showTax"}},[t._v(" "+t._s(t.strings.showTax)+" ")])],1),t.$root.$data.showLabels?e("div",[e("div",{staticClass:"sidebar-row"},[e("p",{staticClass:"title"},[t._v(t._s(t.strings.labels))])]),e("div",{staticClass:"sidebar-row labels"},[t.$root.$data.showAddress?e("div",[e("label",[t._v(t._s(t.strings.addressLabel))]),e("base-input",{attrs:{size:"small"},model:{value:t.$root.$data.addressLabel,callback:function(r){t.$set(t.$root.$data,"addressLabel",r)},expression:"$root.$data.addressLabel"}})],1):t._e(),t.$root.$data.showVat?e("div",[e("label",[t._v(t._s(t.strings.vatIdLabel))]),e("base-input",{attrs:{size:"small"},model:{value:t.$root.$data.vatIdLabel,callback:function(r){t.$set(t.$root.$data,"vatIdLabel",r)},expression:"$root.$data.vatIdLabel"}})],1):t._e(),t.$root.$data.showTax?e("div",[e("label",[t._v(t._s(t.strings.taxIdLabel))]),e("base-input",{attrs:{size:"small"},model:{value:t.$root.$data.taxIdLabel,callback:function(r){t.$set(t.$root.$data,"taxIdLabel",r)},expression:"$root.$data.taxIdLabel"}})],1):t._e(),t.$root.$data.showPhone?e("div",[e("label",[t._v(t._s(t.strings.phoneLabel))]),e("base-input",{attrs:{size:"small"},model:{value:t.$root.$data.phoneLabel,callback:function(r){t.$set(t.$root.$data,"phoneLabel",r)},expression:"$root.$data.phoneLabel"}})],1):t._e(),t.$root.$data.showFax?e("div",[e("label",[t._v(t._s(t.strings.faxLabel))]),e("base-input",{attrs:{size:"small"},model:{value:t.$root.$data.faxLabel,callback:function(r){t.$set(t.$root.$data,"faxLabel",r)},expression:"$root.$data.faxLabel"}})],1):t._e(),t.$root.$data.showEmail?e("div",[e("label",[t._v(t._s(t.strings.emailLabel))]),e("base-input",{attrs:{size:"small"},model:{value:t.$root.$data.emailLabel,callback:function(r){t.$set(t.$root.$data,"emailLabel",r)},expression:"$root.$data.emailLabel"}})],1):t._e()])]):t._e()])},cr=[];const dr={data(){return{locationsList:[],strings:{selectLocation:window.aioseo.localBusiness.postTypeSingleLabel,showLabels:this.$t.__("Show labels",this.$td),showIcons:this.$t.__("Show icons",this.$td),businessInfo:this.$t.__("Business Info",this.$td),showName:this.$t.__("Name",this.$td),address:this.$t.__("Address",this.$td),phoneNumber:this.$t.__("Phone Number",this.$td),faxNumber:this.$t.__("Fax Number",this.$td),emailAddress:this.$t.__("Email Address",this.$td),showVat:this.$t.__("Show VAT ID",this.$td),showTax:this.$t.__("Show Tax ID",this.$td),countryCode:this.$t.__("Phone/Fax Country Code",this.$td),labels:this.$t.__("Labels",this.$td),addressLabel:this.$t.__("Address",this.$td),vatIdLabel:this.$t.__("Vat ID",this.$td),taxIdLabel:this.$t.__("Tax ID",this.$td),phoneLabel:this.$t.__("Phone",this.$td),faxLabel:this.$t.__("Fax",this.$td),emailLabel:this.$t.__("Email",this.$td)}}},methods:{getLocationOptions(n){let t=this.locationsList.find(o=>o.value===n);return!t&&!this.isLocationPostType()&&(t=this.locationsList.find(o=>!!o),t&&(this.$root.$data.locationId=t.value)),t},isLocationPostType(){return window.aioseo.currentPost.postType===window.aioseo.localBusiness.postTypeName}},created(){this.$root.$data.locations&&this.$root.$data.locations.forEach(n=>{this.locationsList.push({value:n.id,label:n.title.rendered})})}},zn={};var ur=ht(dr,lr,cr,!1,fr,"7b2079b4",null,null);function fr(n){for(let t in zn)this[t]=zn[t]}var hr=function(){return ur.exports}();const Rt=window.wp,at=Rt.element.createElement,he=Rt.element.Fragment;var Oo;const pr=((Oo=Rt.blockEditor)==null?void 0:Oo.InspectorControls)||Rt.editor.InspectorControls,vr=Rt.components.PanelBody,gr=Rt.components.Disabled,mr=Rt.serverSideRender||Rt.components.ServerSideRender,br=Rt.data.withSelect,wt="all-in-one-seo-pack",yr=at("svg",{width:20,height:19,viewBox:"0 0 20 19",xmlns:"http://www.w3.org/2000/svg"},at("path",{d:"M17.2001 7.2L19.0361 9.036L17.7641 10.308L10.0001 2.544L2.23611 10.308L0.964111 9.036L10.0001 0L14.8001 4.8V2.4H17.2001V7.2ZM10.0001 4.248L17.2001 11.436V18.6H2.80011V11.436L10.0001 4.248ZM12.4001 17.4V11.4H7.60011V17.4H12.4001Z"})),Ae={},Ro="aioseo/businessinfo",$r={title:B("AIOSEO Local - Business Info",wt),category:"aioseo",icon:yr,example:{},attributes:{locationId:{type:"number",default:null},showLabels:{type:"boolean",default:!0},addressLabel:{type:"string",default:B("Address:",wt)},vatIdLabel:{type:"string",default:B("VAT ID:",wt)},taxIdLabel:{type:"string",default:B("Tax ID:",wt)},phoneLabel:{type:"string",default:B("Phone:",wt)},faxLabel:{type:"string",default:B("Fax:",wt)},emailLabel:{type:"string",default:B("Email:",wt)},showIcons:{type:"boolean",default:!0},showName:{type:"boolean",default:!0},showAddress:{type:"boolean",default:!0},showPhone:{type:"boolean",default:!0},showFax:{type:"boolean",default:!0},showCountryCode:{type:"boolean",default:!0},showEmail:{type:"boolean",default:!0},showVat:{type:"boolean",default:!0},showTax:{type:"boolean",default:!0},dataObject:{type:"string",default:null},updated:{type:"string",default:Date.now()}},edit:br(function(n){return{locations:n("core").getEntityRecords("postType",window.aioseo.localBusiness.postTypeName,{per_page:100})}})(function(n){var d;const t=(d=window.aioseo.options.localBusiness)==null?void 0:d.locations.general.multiple,{setAttributes:o,attributes:e,className:r,clientId:a,isSelected:i}=n;let{locations:s}=n;const l="aioseo-"+a;if(t&&s===null)return at(he,{},at("div",{},B("Loading...",wt)));if(s=s===null?[]:s,!t&&e.locationId)return at(he,{},at("div",{},B("Please enable multiple locations before using this block.",wt)));if(t&&s.length===0)return at(he,{},at("div",{},It(B("No %1$s found",wt),window.aioseo.localBusiness.postTypePluralLabel)));e.locationId=!e.locationId&&window.aioseo.currentPost.postType===window.aioseo.localBusiness.postTypeName?window.aioseo.currentPost.id:e.locationId,i&&(Ae[a]={},Object.keys(e).forEach(function(u){Ae[a][u]=e[u]}),Ae[a].locations=s,At({id:l,parent:document.querySelector(".block-editor"),subtree:!0,done:function(u){new Pt({el:u,data:function(){return Ae[a]},watch:{$data:{handler:function(f){o(f)},deep:!0}},render:f=>f(hr)})}})),window.aioseo.currentPost.postType===window.aioseo.localBusiness.postTypeName&&At({id:l+"-watcher",parent:document.querySelector(".block-editor"),subtree:!0,done:function(u){new Pt({el:u,data:function(){return window.aioseo.currentPost.local_seo.locations.business},watch:{$data:{handler:function(){o({updated:Date.now()})},deep:!0}},render:f=>f(null)})}});const c=at(pr,null,at(vr,{title:B("Display Settings",wt),initialOpen:!0},at("div",null,at("div",{id:l},null))));return t&&!e.locationId?at(he,{},c,at("div",{},It(B("Select a %1$s",wt),window.aioseo.localBusiness.postTypeSingleLabel))):at(he,{},c,at("div",{className:r},at(gr,null,at(mr,{block:Ro,attributes:{locationId:e.locationId?e.locationId:0,layout:e.layout,showLabels:e.showLabels,showIcons:e.showIcons,showName:e.showName,showAddress:e.showAddress,showPhone:e.showPhone,showFax:e.showFax,showCountryCode:e.showCountryCode,showEmail:e.showEmail,showVat:e.showVat,showTax:e.showTax,addressLabel:e.addressLabel,vatIdLabel:e.vatIdLabel,taxIdLabel:e.taxIdLabel,phoneLabel:e.phoneLabel,faxLabel:e.faxLabel,emailLabel:e.emailLabel,updated:e.updated,dataObject:window.aioseo.currentPost.postType===window.aioseo.localBusiness.postTypeName?JSON.stringify(window.aioseo.currentPost.local_seo.locations.business):null}})),at("div",{},at("div",{id:l+"-watcher"},null))))}),save:function(){return null}};var wr=Object.freeze({__proto__:null,[Symbol.toStringTag]:"Module",name:Ro,settings:$r}),xr=function(){var n=this,t=this,o=t.$createElement,e=t._self._c||o;return e("div",[t.locationsList.length&&!t.isLocationPostType()?e("div",{staticClass:"sidebar-row"},[e("p",{staticClass:"title"},[t._v(t._s(t.strings.selectLocation))]),e("base-select",{attrs:{size:"medium",options:t.locationsList,value:t.getLocationOptions(this.$root.$data.locationId),"track-by":"value"},on:{input:function(r){return n.$root.$data.locationId=r.value}}})],1):t._e(),e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showTitle,callback:function(r){t.$set(t.$root.$data,"showTitle",r)},expression:"$root.$data.showTitle"}},[t._v(" "+t._s(t.strings.showTitle)+" ")])],1),e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showIcons,callback:function(r){t.$set(t.$root.$data,"showIcons",r)},expression:"$root.$data.showIcons"}},[t._v(" "+t._s(t.strings.showIcons)+" ")])],1),e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showMonday,callback:function(r){t.$set(t.$root.$data,"showMonday",r)},expression:"$root.$data.showMonday"}},[t._v(" "+t._s(t.strings.Monday)+" ")])],1),e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showTuesday,callback:function(r){t.$set(t.$root.$data,"showTuesday",r)},expression:"$root.$data.showTuesday"}},[t._v(" "+t._s(t.strings.Tuesday)+" ")])],1),e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showWednesday,callback:function(r){t.$set(t.$root.$data,"showWednesday",r)},expression:"$root.$data.showWednesday"}},[t._v(" "+t._s(t.strings.Wednesday)+" ")])],1),e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showThursday,callback:function(r){t.$set(t.$root.$data,"showThursday",r)},expression:"$root.$data.showThursday"}},[t._v(" "+t._s(t.strings.Thursday)+" ")])],1),e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showFriday,callback:function(r){t.$set(t.$root.$data,"showFriday",r)},expression:"$root.$data.showFriday"}},[t._v(" "+t._s(t.strings.Friday)+" ")])],1),e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showSaturday,callback:function(r){t.$set(t.$root.$data,"showSaturday",r)},expression:"$root.$data.showSaturday"}},[t._v(" "+t._s(t.strings.Saturday)+" ")])],1),e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showSunday,callback:function(r){t.$set(t.$root.$data,"showSunday",r)},expression:"$root.$data.showSunday"}},[t._v(" "+t._s(t.strings.Sunday)+" ")])],1),t.$root.$data.showTitle?e("div",{staticClass:"sidebar-row labels"},[e("label",[t._v(t._s(t.strings.label))]),e("base-input",{attrs:{size:"small"},model:{value:t.$root.$data.label,callback:function(r){t.$set(t.$root.$data,"label",r)},expression:"$root.$data.label"}})],1):t._e()])},Sr=[];const _r={data(){return{locationsList:[],strings:{selectLocation:window.aioseo.localBusiness.postTypeSingleLabel,showTitle:this.$t.__("Show Title",this.$td),showIcons:this.$t.__("Show Icons",this.$td),Monday:this.$t.__("Monday",this.$td),Tuesday:this.$t.__("Tuesday",this.$td),Wednesday:this.$t.__("Wednesday",this.$td),Thursday:this.$t.__("Thursday",this.$td),Friday:this.$t.__("Friday",this.$td),Saturday:this.$t.__("Saturday",this.$td),Sunday:this.$t.__("Sunday",this.$td),label:this.$t.__("Label",this.$td)}}},methods:{getLocationOptions(n){let t=this.locationsList.find(o=>o.value===n);return!t&&!this.isLocationPostType()&&(t=this.locationsList.find(o=>!!o),t&&(this.$root.$data.locationId=t.value)),t},isLocationPostType(){return window.aioseo.currentPost.postType===window.aioseo.localBusiness.postTypeName}},created(){this.$root._data.locations&&this.$root._data.locations.forEach(n=>{this.locationsList.push({value:n.id,label:n.title.rendered})})}},Un={};var Cr=ht(_r,xr,Sr,!1,Er,"5fc2a0b1",null,null);function Er(n){for(let t in Un)this[t]=Un[t]}var Or=function(){return Cr.exports}();const jt=window.wp,rt=jt.element.createElement,pe=jt.element.Fragment;var Io;const Ir=((Io=jt.blockEditor)==null?void 0:Io.InspectorControls)||jt.editor.InspectorControls,Tr=jt.components.PanelBody,Lr=jt.components.Disabled,Dr=jt.serverSideRender||jt.components.ServerSideRender,Ar=jt.data.withSelect,Qt="all-in-one-seo-pack",Mr=rt("svg",{width:20,height:20,viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},rt("path",{d:"M9.99999 0.400024C15.304 0.400024 19.6 4.69602 19.6 10C19.6 15.304 15.304 19.6 9.99999 19.6C4.69599 19.6 0.399994 15.304 0.399994 10C0.399994 4.69602 4.69599 0.400024 9.99999 0.400024ZM9.99999 17.2C13.972 17.2 17.2 13.972 17.2 10C17.2 6.02802 13.972 2.80002 9.99999 2.80002C6.02799 2.80002 2.79999 6.02802 2.79999 10C2.79999 13.972 6.02799 17.2 9.99999 17.2ZM9.14799 10.852C9.23199 10.912 9.31599 10.972 9.42399 11.032L9.39999 11.056L14.8 13.6L11.164 9.77202L9.99999 4.00002L8.83599 9.77202H8.84799C8.84799 9.79602 8.83599 9.83202 8.82399 9.88002C8.81199 9.92802 8.79999 9.96402 8.79999 10C8.79999 10.336 8.91999 10.624 9.14799 10.852Z"})),Me={},jo="aioseo/openinghours",Pr={title:B("AIOSEO Local - Opening Hours",Qt),category:"aioseo",icon:Mr,example:{},attributes:{locationId:{type:"number",default:null},layout:{type:"string",default:"classic"},showTitle:{type:"boolean",default:!0},showIcons:{type:"boolean",default:!0},showMonday:{type:"boolean",default:!0},showTuesday:{type:"boolean",default:!0},showWednesday:{type:"boolean",default:!0},showThursday:{type:"boolean",default:!0},showFriday:{type:"boolean",default:!0},showSaturday:{type:"boolean",default:!0},showSunday:{type:"boolean",default:!0},label:{type:"string",default:B("Our Opening Hours:",Qt)},dataObject:{type:"string",default:null},updated:{type:"string",default:Date.now()}},edit:Ar(function(n){return{locations:n("core").getEntityRecords("postType",window.aioseo.localBusiness.postTypeName,{per_page:100})}})(function(n){var d;const t=(d=window.aioseo.options.localBusiness)==null?void 0:d.locations.general.multiple,{setAttributes:o,attributes:e,className:r,clientId:a,isSelected:i}=n;let{locations:s}=n;const l=`aioseo-${a}-settings`;if(t&&s===null)return rt(pe,{},rt("div",{},B("Loading...",Qt)));if(s=s===null?[]:s,!t&&e.locationId)return rt(pe,{},rt("div",{},B("Please enable multiple locations before using this block.",Qt)));if(t&&s.length===0)return rt(pe,{},rt("div",{},It(B("No %1$s found",Qt),window.aioseo.localBusiness.postTypePluralLabel)));e.locationId=!e.locationId&&window.aioseo.currentPost.postType===window.aioseo.localBusiness.postTypeName?window.aioseo.currentPost.id:e.locationId,i&&(Me[a]={},Object.keys(e).forEach(function(u){Me[a][u]=e[u]}),Me[a].locations=s,At({id:l,parent:document.querySelector(".block-editor"),subtree:!0,done:function(u){new Pt({el:u,data:function(){return Me[a]},watch:{$data:{handler:function(f){o(f)},deep:!0}},render:f=>f(Or)})}})),window.aioseo.currentPost.postType===window.aioseo.localBusiness.postTypeName&&At({id:l+"-watcher",parent:document.querySelector(".block-editor"),subtree:!0,done:function(u){new Pt({el:u,data:function(){return window.aioseo.currentPost.local_seo.openingHours},watch:{$data:{handler:function(){o({updated:Date.now()})},deep:!0}},render:f=>f(null)})}});const c=rt(Ir,null,rt(Tr,{title:B("Display Settings",Qt),initialOpen:!0},rt("div",{},rt("div",{id:l},null))));return t&&!e.locationId?rt(pe,{},c,rt("div",{},It(B("Select a %1$s",Qt),window.aioseo.localBusiness.postTypeSingleLabel))):rt(pe,{},c,rt("div",{className:r},rt(Lr,null,rt(Dr,{block:jo,attributes:{locationId:e.locationId?e.locationId:0,layout:e.layout,showTitle:e.showTitle,showIcons:e.showIcons,showMonday:e.showMonday,showTuesday:e.showTuesday,showWednesday:e.showWednesday,showThursday:e.showThursday,showFriday:e.showFriday,showSaturday:e.showSaturday,showSunday:e.showSunday,label:e.label,updated:e.updated,dataObject:window.aioseo.currentPost.postType===window.aioseo.localBusiness.postTypeName?JSON.stringify(window.aioseo.currentPost.local_seo.openingHours):null}})),rt("div",{},rt("div",{id:l+"-watcher"},null))))}),save:function(){return null}};var Nr=Object.freeze({__proto__:null,[Symbol.toStringTag]:"Module",name:jo,settings:Pr}),Br=function(){var n=this,t=this,o=t.$createElement,e=t._self._c||o;return e("div",[e("div",{staticClass:"sidebar-row"},[e("p",{staticClass:"title"},[t._v(t._s(t.strings.selectLocation))]),e("base-select",{attrs:{size:"medium",options:t.locationCategories,value:t.getCategoryOptions(this.$root.$data.categoryId),"track-by":"value"},on:{input:function(r){return n.$root.$data.categoryId=r.value}}})],1)])},kr=[];const Rr={data(){return{locationCategories:[],strings:{selectLocation:window.aioseo.localBusiness.taxonomySingleLabel}}},methods:{getCategoryOptions(n){let t=this.locationCategories.find(o=>o.value===n);return t||(t=this.locationCategories.find(o=>o.value===window.aioseo.currentPost.localBusinessCategory)||this.locationCategories.find(o=>!!o),t&&(this.$root.$data.categoryId=t.value)),t}},created(){this.$root.$data.categories&&this.$root.$data.categories.forEach(n=>{this.locationCategories.push({value:n.id,label:n.name})})}},Wn={};var jr=ht(Rr,Br,kr,!1,Hr,null,null,null);function Hr(n){for(let t in Wn)this[t]=Wn[t]}var Fr=function(){return jr.exports}();const Ht=window.wp,it=Ht.element.createElement,oe=Ht.element.Fragment;var To;const Vr=((To=Ht.blockEditor)==null?void 0:To.InspectorControls)||Ht.editor.InspectorControls,zr=Ht.components.PanelBody,Ur=Ht.components.Disabled,Wr=Ht.serverSideRender||Ht.components.ServerSideRender,Gr=Ht.data.withSelect,ae="all-in-one-seo-pack",Xr=it("svg",{width:20,height:19,viewBox:"0 0 20 19",xmlns:"http://www.w3.org/2000/svg"},it("path",{d:"M17.2001 7.2L19.0361 9.036L17.7641 10.308L10.0001 2.544L2.23611 10.308L0.964111 9.036L10.0001 0L14.8001 4.8V2.4H17.2001V7.2ZM10.0001 4.248L17.2001 11.436V18.6H2.80011V11.436L10.0001 4.248ZM12.4001 17.4V11.4H7.60011V17.4H12.4001Z"})),Pe={},Ho="aioseo/locations",Yr={title:B("AIOSEO Local - Locations",ae),category:"aioseo",icon:Xr,example:{},attributes:{categoryId:{type:"number",default:null}},edit:Gr(function(n){return{categories:n("core").getEntityRecords("taxonomy",window.aioseo.localBusiness.taxonomyName)}})(function(n){var d;const t=(d=window.aioseo.options.localBusiness)==null?void 0:d.locations.general.multiple,{setAttributes:o,attributes:e,className:r,clientId:a,isSelected:i}=n;let{categories:s}=n;const l="aioseo-"+a;if(t&&s===null)return it(oe,{},it("div",{},B("Loading...",ae)));if(s=s===null?[]:s,!t)return it(oe,{},it("div",{},B("Please enable multiple locations before using this block.",ae)));if(s.length===0)return it(oe,{},it("div",{},It(B("No %1$s found",ae),window.aioseo.localBusiness.taxonomyPluralLabel)));i&&(Pe[a]={},Object.keys(e).forEach(function(u){Pe[a][u]=e[u]}),Pe[a].categories=s,At({id:l,parent:document.querySelector(".block-editor"),subtree:!0,done:function(u){new Pt({el:u,data:function(){return Pe[a]},watch:{$data:{handler:function(f){o(f)},deep:!0}},render:f=>f(Fr)})}}));const c=it(Vr,null,it(zr,{title:window.aioseo.localBusiness.postTypePluralLabel,initialOpen:!0},it("div",{},it("div",{id:l},null))));return s!==null&&s.length===0?it(oe,{},it("div",{},It(B("No %1$s found",ae),window.aioseo.localBusiness.taxonomyPluralLabel))):e.categoryId?it(oe,{},c,it("div",{className:r},it(Ur,null,it(Wr,{block:Ho,attributes:{categoryId:e.categoryId}})))):it(oe,{},c,it("div",{},It(B("Select a %1$s",ae),window.aioseo.localBusiness.taxonomySingleLabel)))}),save:function(){return null}};var Zr=Object.freeze({__proto__:null,[Symbol.toStringTag]:"Module",name:Ho,settings:Yr});const ue=window.wp,St=ue.element.createElement,Ne=ue.element.Fragment,Kr=ue.serverSideRender||ue.components.ServerSideRender,Qr=ue.components.Disabled,Jr=ue.data.withSelect,Be="all-in-one-seo-pack",qr=St("svg",{width:20,height:19,viewBox:"0 0 20 19",xmlns:"http://www.w3.org/2000/svg"},St("path",{d:"M17.2001 7.2L19.0361 9.036L17.7641 10.308L10.0001 2.544L2.23611 10.308L0.964111 9.036L10.0001 0L14.8001 4.8V2.4H17.2001V7.2ZM10.0001 4.248L17.2001 11.436V18.6H2.80011V11.436L10.0001 4.248ZM12.4001 17.4V11.4H7.60011V17.4H12.4001Z"})),Fo="aioseo/locationcategories",ti={title:B("AIOSEO Local - Location Categories",Be),category:"aioseo",icon:qr,example:{},edit:Jr(function(n){return{categories:n("core").getEntityRecords("taxonomy",window.aioseo.localBusiness.taxonomyName)}})(function(n){var r;const t=(r=window.aioseo.options.localBusiness)==null?void 0:r.locations.general.multiple,{className:o}=n;let{categories:e}=n;return t&&e===null?St(Ne,{},St("div",{},B("Loading...",Be))):(e=e===null?[]:e,t?e.length===0?St(Ne,{},St("div",{},It(B("No %1$s found",Be),window.aioseo.localBusiness.taxonomyPluralLabel))):St(Ne,{},St("div",{className:o},St(Qr,null,St(Kr,{block:Fo})))):St(Ne,{},St("div",{},B("Please enable multiple locations before using this block.",Be))))}),save:function(){return null}};var ei=Object.freeze({__proto__:null,[Symbol.toStringTag]:"Module",name:Fo,settings:ti}),ni=function(){var n=this,t=this,o=t.$createElement,e=t._self._c||o;return e("div",[t.locationsList.length&&!t.isLocationPostType()?e("div",{staticClass:"sidebar-row"},[e("p",{staticClass:"title"},[t._v(t._s(t.strings.selectLocation))]),e("base-select",{attrs:{size:"medium",options:t.locationsList,value:t.getLocationOptions(this.$root.$data.locationId),"track-by":"value"},on:{input:function(r){return n.$root.$data.locationId=r.value}}})],1):t._e(),e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showLabel,callback:function(r){t.$set(t.$root.$data,"showLabel",r)},expression:"$root.$data.showLabel"}},[t._v(" "+t._s(t.strings.showLabel)+" ")])],1),e("div",{staticClass:"sidebar-row"},[e("base-toggle",{model:{value:t.$root.$data.showIcon,callback:function(r){t.$set(t.$root.$data,"showIcon",r)},expression:"$root.$data.showIcon"}},[t._v(" "+t._s(t.strings.showIcon)+" ")])],1),e("div",{staticClass:"sidebar-row"},[e("p",{staticClass:"title"},[t._v(t._s(t.strings.customMarker))]),e("div",{staticClass:"image-upload"},[e("base-input",{attrs:{size:"medium",placeholder:t.strings.pasteYourImageUrl},model:{value:t.$root.$data.customMarker,callback:function(r){t.$set(t.$root.$data,"customMarker",r)},expression:"$root.$data.customMarker"}}),e("base-button",{staticClass:"insert-image",attrs:{size:"medium",type:"black"},on:{click:function(r){t.openUploadModal("locationMapImage",function(a){return t.$root.$data.customMarker=a})}}},[e("svg-circle-plus"),t._v(" "+t._s(t.strings.uploadOrSelectImage)+" ")],1),t.$root.$data.customMarker?e("base-button",{staticClass:"remove-image",attrs:{size:"medium",type:"gray"},on:{click:function(r){t.$root.$data.customMarker=null}}},[t._v(" "+t._s(t.strings.remove)+" ")]):t._e()],1),e("div",{staticClass:"aioseo-description",domProps:{innerHTML:t._s(t.strings.minimumSize)}}),e("base-img",{attrs:{src:t.$root.$data.customMarker}})],1),e("div",{staticClass:"sidebar-row"},[e("p",{staticClass:"title"},[t._v(t._s(t.strings.mapDisplay))])]),e("div",{staticClass:"sidebar-row dimensions"},[e("div",[e("label",[t._v(t._s(t.strings.width)+":")]),e("base-input",{model:{value:t.$root.$data.width,callback:function(r){t.$set(t.$root.$data,"width",r)},expression:"$root.$data.width"}})],1),e("div",[e("div",[e("label",[t._v(t._s(t.strings.height)+":")]),e("base-input",{model:{value:t.$root.$data.height,callback:function(r){t.$set(t.$root.$data,"height",r)},expression:"$root.$data.height"}})],1)])]),t.$root.$data.showLabel?e("div",{staticClass:"sidebar-row labels"},[e("p",{staticClass:"title"},[t._v(t._s(t.strings.label))]),e("base-input",{attrs:{size:"small"},model:{value:t.$root.$data.label,callback:function(r){t.$set(t.$root.$data,"label",r)},expression:"$root.$data.label"}})],1):t._e()])},oi=[];const ai={components:{BaseImg:xa,SvgCirclePlus:Sa},mixins:[wa],data(){return{locationsList:[],strings:{selectLocation:window.aioseo.localBusiness.postTypeSingleLabel,showLabel:this.$t.__("Show label",this.$td),showIcon:this.$t.__("Show icon",this.$td),businessInfo:this.$t.__("Business Info",this.$td),mapDisplay:this.$t.__("Map Display",this.$td),width:this.$t.__("Width",this.$td),height:this.$t.__("Height",this.$td),customMarker:this.$t.__("Custom Marker",this.$td),uploadOrSelectImage:this.$t.__("Upload or Select Image",this.$td),pasteYourImageUrl:this.$t.__("Paste your image URL or select a new image",this.$td),minimumSize:this.$t.sprintf(this.$t.__("%1$sThe custom marker should be: 100x100 px.%2$s If the image exceeds those dimensions it could (partially) cover the info popup.",this.$td),"<strong>","</strong>"),remove:this.$t.__("Remove",this.$td),label:this.$t.__("Label",this.$td)}}},methods:{getLocationOptions(n){let t=this.locationsList.find(o=>o.value===n);return!t&&!this.isLocationPostType()&&(t=this.locationsList.find(o=>!!o),t&&(this.$root.$data.locationId=t.value)),t},isLocationPostType(){return window.aioseo.currentPost.postType===window.aioseo.localBusiness.postTypeName}},created(){this.$root.$data.locations&&this.$root.$data.locations.forEach(n=>{this.locationsList.push({value:n.id,label:n.title.rendered})})}},Gn={};var ri=ht(ai,ni,oi,!1,ii,"40af2160",null,null);function ii(n){for(let t in Gn)this[t]=Gn[t]}var si=function(){return ri.exports}();function li(n){let t;try{t=new URL(n,"http://example.com").search.substring(1)}catch{}if(t)return t}function ci(n){let t="";const o=Object.entries(n);let e;for(;e=o.shift();){let[r,a]=e;if(Array.isArray(a)||a&&a.constructor===Object){const s=Object.entries(a).reverse();for(const[l,c]of s)o.unshift([`${r}[${l}]`,c])}else a!==void 0&&(a===null&&(a=""),t+="&"+[r,a].map(encodeURIComponent).join("="))}return t.substr(1)}function di(n,t,o){const e=t.length,r=e-1;for(let a=0;a<e;a++){let i=t[a];!i&&Array.isArray(n)&&(i=n.length.toString());const s=!isNaN(Number(t[a+1]));n[i]=a===r?o:n[i]||(s?[]:{}),Array.isArray(n[i])&&!s&&(n[i]=Lt({},n[i])),n=n[i]}}function ui(n){return(li(n)||"").replace(/\+/g,"%20").split("&").reduce((t,o)=>{const[e,r=""]=o.split("=").filter(Boolean).map(decodeURIComponent);if(e){const a=e.replace(/\]/g,"").split("[");di(t,a,r)}return t},{})}function fi(){let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;if(!t||!Object.keys(t).length)return n;let o=n;const e=n.indexOf("?");return e!==-1&&(t=Object.assign(ui(n),t),o=o.substr(0,e)),o+"?"+ci(t)}const Ft=window.wp,K=Ft.element.createElement,re=Ft.element.Fragment;var Lo;const hi=((Lo=Ft.blockEditor)==null?void 0:Lo.InspectorControls)||Ft.editor.InspectorControls,pi=Ft.components.PanelBody,vi=Ft.components.Disabled,gi=Ft.serverSideRender||Ft.components.ServerSideRender,mi=Ft.data.withSelect,zt="all-in-one-seo-pack",bi=K("svg",{width:20,height:20,viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},K("path",{d:"M11 11.14L9.83 5.2C9.04 4.77 8.5 3.95 8.5 3C8.5 1.62 9.62 0.499999 11 0.499999C12.38 0.499999 13.5 1.62 13.5 3C13.5 3.95 12.96 4.77 12.17 5.2L11 11.14ZM11 1.5C10.17 1.5 9.5 2.17 9.5 3C9.5 3.83 10.17 4.5 11 4.5C11.83 4.5 12.5 3.83 12.5 3C12.5 2.17 11.83 1.5 11 1.5ZM12.72 6.3L11 13.68L9.27 6.38L5 4.97L2.98023e-08 6.97V15.97L5 13.97L11.12 16L16 13.97V4.97L12.72 6.3Z"})),ke={},yi="aioseo/locationmap",$i={title:B("AIOSEO Local - Map",zt),category:"aioseo",icon:bi,example:{},attributes:{locationId:{type:"number",default:null},showLabel:{type:"boolean",default:!0},showIcon:{type:"boolean",default:!0},customMarker:{type:"string",default:null},width:{type:"string",default:"100%"},height:{type:"string",default:"450px"},label:{type:"string",default:B("Our location:",zt)},dataObject:{type:"string",default:null},updated:{type:"string",default:Date.now()}},edit:mi(function(n){return{locations:n("core").getEntityRecords("postType",window.aioseo.localBusiness.postTypeName,{per_page:100})}})(function(n){var v;const t=(v=window.aioseo.options.localBusiness)==null?void 0:v.locations.general.multiple,{setAttributes:o,attributes:e,className:r,clientId:a,isSelected:i}=n;let{locations:s}=n;const l="aioseo-location-map-"+a;if(t&&s===null)return K(re,{},K("div",{},B("Loading...",zt)));if(s=s===null?[]:s,!t&&e.locationId)return K(re,{},K("div",{},B("Please enable multiple locations before using this block.",zt)));if(t&&s.length===0)return K(re,{},K("div",{},It(B("No %1$s found",zt),window.aioseo.localBusiness.postTypePluralLabel)));const c=window.aioseo.currentPost.postType===window.aioseo.localBusiness.postTypeName;e.locationId=!e.locationId&&c?window.aioseo.currentPost.id:e.locationId;const d=s.find(h=>h.id===e.locationId),u=c?window.aioseo.currentPost.local_seo.maps:d?d.maps:null;i&&(ke[a]={},Object.keys(e).forEach(function(h){ke[a][h]=e[h]}),ke[a].locations=s,At({id:l,parent:document.querySelector(".block-editor"),subtree:!0,done:function(h){new Pt({el:h,data:function(){return ke[a]},watch:{$data:{handler:function(y){o(y)},deep:!0}},render:y=>y(si)})}})),c&&At({id:l+"-watcher",parent:document.querySelector(".block-editor"),subtree:!0,done:function(h){new Pt({el:h,data:function(){return window.aioseo.currentPost.local_seo.maps},watch:{$data:{handler:function(){o({updated:Date.now()})},deep:!0}},render:y=>y(null)})}});const f=K(hi,null,K(pi,{title:B("Settings",zt),initialOpen:!0},K("div",null,K("div",{id:l},null))));if(t){if(!e.locationId)return K(re,{},f,K("div",{},It(B("Select a %1$s",zt),window.aioseo.localBusiness.postTypeSingleLabel)));if(!u){const h=fi("post.php",{post:e.locationId,action:"edit"});return K(re,{},f,K("div",{dangerouslySetInnerHTML:{__html:It(B("Please configure the map for this location: %1$s",zt),'<a href="'+h+'" target="_blank">'+d.title.rendered+"</a>")}}))}}const g="#"+l+"-preview .aioseo-local-map";return At({selector:g,parent:document.querySelector(".block-editor"),subtree:!0,done:function(){const h=u||window.aioseo.options.localBusiness.maps;setTimeout(function(){document.dispatchEvent(new CustomEvent(window.aioseo.localBusiness.mapLoadEvent,{detail:{element:g,mapOptions:h.mapOptions,customMarker:e.customMarker||h.customMarker||window.aioseo.options.localBusiness.maps.customMarker,instance:e,placeId:window.aioseo.options.localBusiness.maps.mapsEmbedApiEnabled?h.placeId:null,infoWindowContent:h.infoWindowContent?h.infoWindowContent:null}}))},2e3)}}),K(re,{},f,K("div",{className:r,id:l+"-preview"},K(vi,null,K(gi,{block:"aioseo/locationmap",attributes:{locationId:e.locationId?e.locationId:0,showLabel:e.showLabel,showIcon:e.showIcon,customMarker:e.customMarker,width:e.width,height:e.height,label:e.label,updated:e.updated,dataObject:c?JSON.stringify(window.aioseo.currentPost.local_seo.maps):null}})),K("div",{},K("div",{id:l+"-watcher"},null))))}),save:function(){return null}};var wi=Object.freeze({__proto__:null,[Symbol.toStringTag]:"Module",name:yi,settings:$i});const xi="https://schemas.wp.org/wp/5.8/block.json",Si="aioseo/table-of-contents",_i="1.0.0",Ci="AIOSEO - Table of Contents",Ei="Automatically output a table of contents (TOC) for long posts or pages (and custom post types).",Oi="layout",Ii=["toc","table of contents","document outline","summary","index"],Ti="all-in-one-seo-pack",Li={listStyle:{type:"string",default:"ul"},headings:{type:"array",items:{type:"object"},default:[]},reOrdered:{type:"boolean",default:!1}},Di={multiple:!1,html:!1,align:["wide","full"]};var Vo={$schema:xi,name:Si,version:_i,title:Ci,description:Ei,category:Oi,keywords:Ii,textdomain:Ti,attributes:Li,supports:Di},Ai={blockClientId:null,headings:[],listStyle:"ul",reOrdered:!1},Mi={setHeadings(n,t){n.headings=t}};Pt.use(Mo);var bt=new Mo.Store({state:Ai,mutations:Mi}),Pi=function(){var n=this,t=n.$createElement,o=n._self._c||t;return o("svg",{staticClass:"aioseo-info",attrs:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[o("path",{attrs:{d:"M0 0h24v24H0V0z",fill:"none"}}),o("path",{attrs:{d:"M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z",fill:"currentColor"}})])},Ni=[];const Bi={},Xn={};var ki=ht(Bi,Pi,Ni,!1,Ri,null,null,null);function Ri(n){for(let t in Xn)this[t]=Xn[t]}var zo=function(){return ki.exports}(),ji=function(){var n=this,t=n.$createElement,o=n._self._c||t;return o("svg",{staticClass:"aioseo-drag",attrs:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[o("path",{attrs:{d:"M0 0h24v24H0V0z",fill:"none"}}),o("path",{attrs:{d:"M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z",fill:"currentColor"}})])},Hi=[];const Fi={},Yn={};var Vi=ht(Fi,ji,Hi,!1,zi,null,null,null);function zi(n){for(let t in Yn)this[t]=Yn[t]}var Ui=function(){return Vi.exports}(),Uo={exports:{}};/**!
2
+ * Sortable 1.10.2
3
+ * @author RubaXa <trash@rubaxa.org>
4
+ * @author owenm <owen23355@gmail.com>
5
+ * @license MIT
6
+ */function Ge(n){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Ge=function(t){return typeof t}:Ge=function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ge(n)}function Wi(n,t,o){return t in n?Object.defineProperty(n,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):n[t]=o,n}function _t(){return _t=Object.assign||function(n){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var e in o)Object.prototype.hasOwnProperty.call(o,e)&&(n[e]=o[e])}return n},_t.apply(this,arguments)}function Kt(n){for(var t=1;t<arguments.length;t++){var o=arguments[t]!=null?arguments[t]:{},e=Object.keys(o);typeof Object.getOwnPropertySymbols=="function"&&(e=e.concat(Object.getOwnPropertySymbols(o).filter(function(r){return Object.getOwnPropertyDescriptor(o,r).enumerable}))),e.forEach(function(r){Wi(n,r,o[r])})}return n}function Gi(n,t){if(n==null)return{};var o={},e=Object.keys(n),r,a;for(a=0;a<e.length;a++)r=e[a],!(t.indexOf(r)>=0)&&(o[r]=n[r]);return o}function Xi(n,t){if(n==null)return{};var o=Gi(n,t),e,r;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(n);for(r=0;r<a.length;r++)e=a[r],!(t.indexOf(e)>=0)&&(!Object.prototype.propertyIsEnumerable.call(n,e)||(o[e]=n[e]))}return o}function Yi(n){return Zi(n)||Ki(n)||Qi()}function Zi(n){if(Array.isArray(n)){for(var t=0,o=new Array(n.length);t<n.length;t++)o[t]=n[t];return o}}function Ki(n){if(Symbol.iterator in Object(n)||Object.prototype.toString.call(n)==="[object Arguments]")return Array.from(n)}function Qi(){throw new TypeError("Invalid attempt to spread non-iterable instance")}var Ji="1.10.2";function kt(n){if(typeof window!="undefined"&&window.navigator)return!!navigator.userAgent.match(n)}var Vt=kt(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),Ie=kt(/Edge/i),Zn=kt(/firefox/i),wn=kt(/safari/i)&&!kt(/chrome/i)&&!kt(/android/i),Wo=kt(/iP(ad|od|hone)/i),qi=kt(/chrome/i)&&kt(/android/i),Go={capture:!1,passive:!1};function j(n,t,o){n.addEventListener(t,o,!Vt&&Go)}function R(n,t,o){n.removeEventListener(t,o,!Vt&&Go)}function Je(n,t){if(!!t){if(t[0]===">"&&(t=t.substring(1)),n)try{if(n.matches)return n.matches(t);if(n.msMatchesSelector)return n.msMatchesSelector(t);if(n.webkitMatchesSelector)return n.webkitMatchesSelector(t)}catch{return!1}return!1}}function ts(n){return n.host&&n!==document&&n.host.nodeType?n.host:n.parentNode}function Ot(n,t,o,e){if(n){o=o||document;do{if(t!=null&&(t[0]===">"?n.parentNode===o&&Je(n,t):Je(n,t))||e&&n===o)return n;if(n===o)break}while(n=ts(n))}return null}var Kn=/\s+/g;function Y(n,t,o){if(n&&t)if(n.classList)n.classList[o?"add":"remove"](t);else{var e=(" "+n.className+" ").replace(Kn," ").replace(" "+t+" "," ");n.className=(e+(o?" "+t:"")).replace(Kn," ")}}function w(n,t,o){var e=n&&n.style;if(e){if(o===void 0)return document.defaultView&&document.defaultView.getComputedStyle?o=document.defaultView.getComputedStyle(n,""):n.currentStyle&&(o=n.currentStyle),t===void 0?o:o[t];!(t in e)&&t.indexOf("webkit")===-1&&(t="-webkit-"+t),e[t]=o+(typeof o=="string"?"":"px")}}function ee(n,t){var o="";if(typeof n=="string")o=n;else do{var e=w(n,"transform");e&&e!=="none"&&(o=e+" "+o)}while(!t&&(n=n.parentNode));var r=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return r&&new r(o)}function Xo(n,t,o){if(n){var e=n.getElementsByTagName(t),r=0,a=e.length;if(o)for(;r<a;r++)o(e[r],r);return e}return[]}function Mt(){var n=document.scrollingElement;return n||document.documentElement}function q(n,t,o,e,r){if(!(!n.getBoundingClientRect&&n!==window)){var a,i,s,l,c,d,u;if(n!==window&&n!==Mt()?(a=n.getBoundingClientRect(),i=a.top,s=a.left,l=a.bottom,c=a.right,d=a.height,u=a.width):(i=0,s=0,l=window.innerHeight,c=window.innerWidth,d=window.innerHeight,u=window.innerWidth),(t||o)&&n!==window&&(r=r||n.parentNode,!Vt))do if(r&&r.getBoundingClientRect&&(w(r,"transform")!=="none"||o&&w(r,"position")!=="static")){var f=r.getBoundingClientRect();i-=f.top+parseInt(w(r,"border-top-width")),s-=f.left+parseInt(w(r,"border-left-width")),l=i+a.height,c=s+a.width;break}while(r=r.parentNode);if(e&&n!==window){var g=ee(r||n),v=g&&g.a,h=g&&g.d;g&&(i/=h,s/=v,u/=v,d/=h,l=i+d,c=s+u)}return{top:i,left:s,bottom:l,right:c,width:u,height:d}}}function Qn(n,t,o){for(var e=Xt(n,!0),r=q(n)[t];e;){var a=q(e)[o],i=void 0;if(o==="top"||o==="left"?i=r>=a:i=r<=a,!i)return e;if(e===Mt())break;e=Xt(e,!1)}return!1}function qe(n,t,o){for(var e=0,r=0,a=n.children;r<a.length;){if(a[r].style.display!=="none"&&a[r]!==D.ghost&&a[r]!==D.dragged&&Ot(a[r],o.draggable,n,!1)){if(e===t)return a[r];e++}r++}return null}function Tn(n,t){for(var o=n.lastElementChild;o&&(o===D.ghost||w(o,"display")==="none"||t&&!Je(o,t));)o=o.previousElementSibling;return o||null}function J(n,t){var o=0;if(!n||!n.parentNode)return-1;for(;n=n.previousElementSibling;)n.nodeName.toUpperCase()!=="TEMPLATE"&&n!==D.clone&&(!t||Je(n,t))&&o++;return o}function Jn(n){var t=0,o=0,e=Mt();if(n)do{var r=ee(n),a=r.a,i=r.d;t+=n.scrollLeft*a,o+=n.scrollTop*i}while(n!==e&&(n=n.parentNode));return[t,o]}function es(n,t){for(var o in n)if(!!n.hasOwnProperty(o)){for(var e in t)if(t.hasOwnProperty(e)&&t[e]===n[o][e])return Number(o)}return-1}function Xt(n,t){if(!n||!n.getBoundingClientRect)return Mt();var o=n,e=!1;do if(o.clientWidth<o.scrollWidth||o.clientHeight<o.scrollHeight){var r=w(o);if(o.clientWidth<o.scrollWidth&&(r.overflowX=="auto"||r.overflowX=="scroll")||o.clientHeight<o.scrollHeight&&(r.overflowY=="auto"||r.overflowY=="scroll")){if(!o.getBoundingClientRect||o===document.body)return Mt();if(e||t)return o;e=!0}}while(o=o.parentNode);return Mt()}function ns(n,t){if(n&&t)for(var o in t)t.hasOwnProperty(o)&&(n[o]=t[o]);return n}function cn(n,t){return Math.round(n.top)===Math.round(t.top)&&Math.round(n.left)===Math.round(t.left)&&Math.round(n.height)===Math.round(t.height)&&Math.round(n.width)===Math.round(t.width)}var Se;function Yo(n,t){return function(){if(!Se){var o=arguments,e=this;o.length===1?n.call(e,o[0]):n.apply(e,o),Se=setTimeout(function(){Se=void 0},t)}}}function os(){clearTimeout(Se),Se=void 0}function Zo(n,t,o){n.scrollLeft+=t,n.scrollTop+=o}function Ln(n){var t=window.Polymer,o=window.jQuery||window.Zepto;return t&&t.dom?t.dom(n).cloneNode(!0):o?o(n).clone(!0)[0]:n.cloneNode(!0)}function qn(n,t){w(n,"position","absolute"),w(n,"top",t.top),w(n,"left",t.left),w(n,"width",t.width),w(n,"height",t.height)}function dn(n){w(n,"position",""),w(n,"top",""),w(n,"left",""),w(n,"width",""),w(n,"height","")}var ft="Sortable"+new Date().getTime();function as(){var n=[],t;return{captureAnimationState:function(){if(n=[],!!this.options.animation){var e=[].slice.call(this.el.children);e.forEach(function(r){if(!(w(r,"display")==="none"||r===D.ghost)){n.push({target:r,rect:q(r)});var a=Kt({},n[n.length-1].rect);if(r.thisAnimationDuration){var i=ee(r,!0);i&&(a.top-=i.f,a.left-=i.e)}r.fromRect=a}})}},addAnimationState:function(e){n.push(e)},removeAnimationState:function(e){n.splice(es(n,{target:e}),1)},animateAll:function(e){var r=this;if(!this.options.animation){clearTimeout(t),typeof e=="function"&&e();return}var a=!1,i=0;n.forEach(function(s){var l=0,c=s.target,d=c.fromRect,u=q(c),f=c.prevFromRect,g=c.prevToRect,v=s.rect,h=ee(c,!0);h&&(u.top-=h.f,u.left-=h.e),c.toRect=u,c.thisAnimationDuration&&cn(f,u)&&!cn(d,u)&&(v.top-u.top)/(v.left-u.left)===(d.top-u.top)/(d.left-u.left)&&(l=is(v,f,g,r.options)),cn(u,d)||(c.prevFromRect=d,c.prevToRect=u,l||(l=r.options.animation),r.animate(c,v,u,l)),l&&(a=!0,i=Math.max(i,l),clearTimeout(c.animationResetTimer),c.animationResetTimer=setTimeout(function(){c.animationTime=0,c.prevFromRect=null,c.fromRect=null,c.prevToRect=null,c.thisAnimationDuration=null},l),c.thisAnimationDuration=l)}),clearTimeout(t),a?t=setTimeout(function(){typeof e=="function"&&e()},i):typeof e=="function"&&e(),n=[]},animate:function(e,r,a,i){if(i){w(e,"transition",""),w(e,"transform","");var s=ee(this.el),l=s&&s.a,c=s&&s.d,d=(r.left-a.left)/(l||1),u=(r.top-a.top)/(c||1);e.animatingX=!!d,e.animatingY=!!u,w(e,"transform","translate3d("+d+"px,"+u+"px,0)"),rs(e),w(e,"transition","transform "+i+"ms"+(this.options.easing?" "+this.options.easing:"")),w(e,"transform","translate3d(0,0,0)"),typeof e.animated=="number"&&clearTimeout(e.animated),e.animated=setTimeout(function(){w(e,"transition",""),w(e,"transform",""),e.animated=!1,e.animatingX=!1,e.animatingY=!1},i)}}}}function rs(n){return n.offsetWidth}function is(n,t,o,e){return Math.sqrt(Math.pow(t.top-n.top,2)+Math.pow(t.left-n.left,2))/Math.sqrt(Math.pow(t.top-o.top,2)+Math.pow(t.left-o.left,2))*e.animation}var ve=[],un={initializeByDefault:!0},Te={mount:function(t){for(var o in un)un.hasOwnProperty(o)&&!(o in t)&&(t[o]=un[o]);ve.push(t)},pluginEvent:function(t,o,e){var r=this;this.eventCanceled=!1,e.cancel=function(){r.eventCanceled=!0};var a=t+"Global";ve.forEach(function(i){!o[i.pluginName]||(o[i.pluginName][a]&&o[i.pluginName][a](Kt({sortable:o},e)),o.options[i.pluginName]&&o[i.pluginName][t]&&o[i.pluginName][t](Kt({sortable:o},e)))})},initializePlugins:function(t,o,e,r){ve.forEach(function(s){var l=s.pluginName;if(!(!t.options[l]&&!s.initializeByDefault)){var c=new s(t,o,t.options);c.sortable=t,c.options=t.options,t[l]=c,_t(e,c.defaults)}});for(var a in t.options)if(!!t.options.hasOwnProperty(a)){var i=this.modifyOption(t,a,t.options[a]);typeof i!="undefined"&&(t.options[a]=i)}},getEventProperties:function(t,o){var e={};return ve.forEach(function(r){typeof r.eventProperties=="function"&&_t(e,r.eventProperties.call(o[r.pluginName],t))}),e},modifyOption:function(t,o,e){var r;return ve.forEach(function(a){!t[a.pluginName]||a.optionListeners&&typeof a.optionListeners[o]=="function"&&(r=a.optionListeners[o].call(t[a.pluginName],e))}),r}};function ye(n){var t=n.sortable,o=n.rootEl,e=n.name,r=n.targetEl,a=n.cloneEl,i=n.toEl,s=n.fromEl,l=n.oldIndex,c=n.newIndex,d=n.oldDraggableIndex,u=n.newDraggableIndex,f=n.originalEvent,g=n.putSortable,v=n.extraEventProperties;if(t=t||o&&o[ft],!!t){var h,y=t.options,O="on"+e.charAt(0).toUpperCase()+e.substr(1);window.CustomEvent&&!Vt&&!Ie?h=new CustomEvent(e,{bubbles:!0,cancelable:!0}):(h=document.createEvent("Event"),h.initEvent(e,!0,!0)),h.to=i||o,h.from=s||o,h.item=r||o,h.clone=a,h.oldIndex=l,h.newIndex=c,h.oldDraggableIndex=d,h.newDraggableIndex=u,h.originalEvent=f,h.pullMode=g?g.lastPutMode:void 0;var T=Kt({},v,Te.getEventProperties(e,t));for(var C in T)h[C]=T[C];o&&o.dispatchEvent(h),y[O]&&y[O].call(t,h)}}var vt=function(t,o){var e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=e.evt,a=Xi(e,["evt"]);Te.pluginEvent.bind(D)(t,o,Kt({dragEl:$,parentEl:ot,ghostEl:P,rootEl:X,nextEl:te,lastDownEl:Xe,cloneEl:Q,cloneHidden:Wt,dragStarted:$e,putSortable:ct,activeSortable:D.active,originalEvent:r,oldIndex:de,oldDraggableIndex:_e,newIndex:$t,newDraggableIndex:Ut,hideGhostForTarget:qo,unhideGhostForTarget:ta,cloneNowHidden:function(){Wt=!0},cloneNowShown:function(){Wt=!1},dispatchSortableEvent:function(s){pt({sortable:o,name:s,originalEvent:r})}},a))};function pt(n){ye(Kt({putSortable:ct,cloneEl:Q,targetEl:$,rootEl:X,oldIndex:de,oldDraggableIndex:_e,newIndex:$t,newDraggableIndex:Ut},n))}var $,ot,P,X,te,Xe,Q,Wt,de,$t,_e,Ut,Re,ct,le=!1,tn=!1,en=[],Jt,Ct,fn,hn,to,eo,$e,ie,Ce,Ee=!1,je=!1,Ye,ut,pn=[],xn=!1,nn=[],rn=typeof document!="undefined",He=Wo,no=Ie||Vt?"cssFloat":"float",ss=rn&&!qi&&!Wo&&"draggable"in document.createElement("div"),Ko=function(){if(!!rn){if(Vt)return!1;var n=document.createElement("x");return n.style.cssText="pointer-events:auto",n.style.pointerEvents==="auto"}}(),Qo=function(t,o){var e=w(t),r=parseInt(e.width)-parseInt(e.paddingLeft)-parseInt(e.paddingRight)-parseInt(e.borderLeftWidth)-parseInt(e.borderRightWidth),a=qe(t,0,o),i=qe(t,1,o),s=a&&w(a),l=i&&w(i),c=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+q(a).width,d=l&&parseInt(l.marginLeft)+parseInt(l.marginRight)+q(i).width;if(e.display==="flex")return e.flexDirection==="column"||e.flexDirection==="column-reverse"?"vertical":"horizontal";if(e.display==="grid")return e.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(a&&s.float&&s.float!=="none"){var u=s.float==="left"?"left":"right";return i&&(l.clear==="both"||l.clear===u)?"vertical":"horizontal"}return a&&(s.display==="block"||s.display==="flex"||s.display==="table"||s.display==="grid"||c>=r&&e[no]==="none"||i&&e[no]==="none"&&c+d>r)?"vertical":"horizontal"},ls=function(t,o,e){var r=e?t.left:t.top,a=e?t.right:t.bottom,i=e?t.width:t.height,s=e?o.left:o.top,l=e?o.right:o.bottom,c=e?o.width:o.height;return r===s||a===l||r+i/2===s+c/2},cs=function(t,o){var e;return en.some(function(r){if(!Tn(r)){var a=q(r),i=r[ft].options.emptyInsertThreshold,s=t>=a.left-i&&t<=a.right+i,l=o>=a.top-i&&o<=a.bottom+i;if(i&&s&&l)return e=r}}),e},Jo=function(t){function o(a,i){return function(s,l,c,d){var u=s.options.group.name&&l.options.group.name&&s.options.group.name===l.options.group.name;if(a==null&&(i||u))return!0;if(a==null||a===!1)return!1;if(i&&a==="clone")return a;if(typeof a=="function")return o(a(s,l,c,d),i)(s,l,c,d);var f=(i?s:l).options.group.name;return a===!0||typeof a=="string"&&a===f||a.join&&a.indexOf(f)>-1}}var e={},r=t.group;(!r||Ge(r)!="object")&&(r={name:r}),e.name=r.name,e.checkPull=o(r.pull,!0),e.checkPut=o(r.put),e.revertClone=r.revertClone,t.group=e},qo=function(){!Ko&&P&&w(P,"display","none")},ta=function(){!Ko&&P&&w(P,"display","")};rn&&document.addEventListener("click",function(n){if(tn)return n.preventDefault(),n.stopPropagation&&n.stopPropagation(),n.stopImmediatePropagation&&n.stopImmediatePropagation(),tn=!1,!1},!0);var qt=function(t){if($){t=t.touches?t.touches[0]:t;var o=cs(t.clientX,t.clientY);if(o){var e={};for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r]);e.target=e.rootEl=o,e.preventDefault=void 0,e.stopPropagation=void 0,o[ft]._onDragOver(e)}}},ds=function(t){$&&$.parentNode[ft]._isOutsideThisEl(t.target)};function D(n,t){if(!(n&&n.nodeType&&n.nodeType===1))throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(n));this.el=n,this.options=t=_t({},t),n[ft]=this;var o={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(n.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return Qo(n,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(i,s){i.setData("Text",s.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:D.supportPointer!==!1&&"PointerEvent"in window,emptyInsertThreshold:5};Te.initializePlugins(this,n,o);for(var e in o)!(e in t)&&(t[e]=o[e]);Jo(t);for(var r in this)r.charAt(0)==="_"&&typeof this[r]=="function"&&(this[r]=this[r].bind(this));this.nativeDraggable=t.forceFallback?!1:ss,this.nativeDraggable&&(this.options.touchStartThreshold=1),t.supportPointer?j(n,"pointerdown",this._onTapStart):(j(n,"mousedown",this._onTapStart),j(n,"touchstart",this._onTapStart)),this.nativeDraggable&&(j(n,"dragover",this),j(n,"dragenter",this)),en.push(this.el),t.store&&t.store.get&&this.sort(t.store.get(this)||[]),_t(this,as())}D.prototype={constructor:D,_isOutsideThisEl:function(t){!this.el.contains(t)&&t!==this.el&&(ie=null)},_getDirection:function(t,o){return typeof this.options.direction=="function"?this.options.direction.call(this,t,o,$):this.options.direction},_onTapStart:function(t){if(!!t.cancelable){var o=this,e=this.el,r=this.options,a=r.preventOnFilter,i=t.type,s=t.touches&&t.touches[0]||t.pointerType&&t.pointerType==="touch"&&t,l=(s||t).target,c=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||l,d=r.filter;if(ms(e),!$&&!(/mousedown|pointerdown/.test(i)&&t.button!==0||r.disabled)&&!c.isContentEditable&&(l=Ot(l,r.draggable,e,!1),!(l&&l.animated)&&Xe!==l)){if(de=J(l),_e=J(l,r.draggable),typeof d=="function"){if(d.call(this,t,l,this)){pt({sortable:o,rootEl:c,name:"filter",targetEl:l,toEl:e,fromEl:e}),vt("filter",o,{evt:t}),a&&t.cancelable&&t.preventDefault();return}}else if(d&&(d=d.split(",").some(function(u){if(u=Ot(c,u.trim(),e,!1),u)return pt({sortable:o,rootEl:u,name:"filter",targetEl:l,fromEl:e,toEl:e}),vt("filter",o,{evt:t}),!0}),d)){a&&t.cancelable&&t.preventDefault();return}r.handle&&!Ot(c,r.handle,e,!1)||this._prepareDragStart(t,s,l)}}},_prepareDragStart:function(t,o,e){var r=this,a=r.el,i=r.options,s=a.ownerDocument,l;if(e&&!$&&e.parentNode===a){var c=q(e);if(X=a,$=e,ot=$.parentNode,te=$.nextSibling,Xe=e,Re=i.group,D.dragged=$,Jt={target:$,clientX:(o||t).clientX,clientY:(o||t).clientY},to=Jt.clientX-c.left,eo=Jt.clientY-c.top,this._lastX=(o||t).clientX,this._lastY=(o||t).clientY,$.style["will-change"]="all",l=function(){if(vt("delayEnded",r,{evt:t}),D.eventCanceled){r._onDrop();return}r._disableDelayedDragEvents(),!Zn&&r.nativeDraggable&&($.draggable=!0),r._triggerDragStart(t,o),pt({sortable:r,name:"choose",originalEvent:t}),Y($,i.chosenClass,!0)},i.ignore.split(",").forEach(function(d){Xo($,d.trim(),gn)}),j(s,"dragover",qt),j(s,"mousemove",qt),j(s,"touchmove",qt),j(s,"mouseup",r._onDrop),j(s,"touchend",r._onDrop),j(s,"touchcancel",r._onDrop),Zn&&this.nativeDraggable&&(this.options.touchStartThreshold=4,$.draggable=!0),vt("delayStart",this,{evt:t}),i.delay&&(!i.delayOnTouchOnly||o)&&(!this.nativeDraggable||!(Ie||Vt))){if(D.eventCanceled){this._onDrop();return}j(s,"mouseup",r._disableDelayedDrag),j(s,"touchend",r._disableDelayedDrag),j(s,"touchcancel",r._disableDelayedDrag),j(s,"mousemove",r._delayedDragTouchMoveHandler),j(s,"touchmove",r._delayedDragTouchMoveHandler),i.supportPointer&&j(s,"pointermove",r._delayedDragTouchMoveHandler),r._dragStartTimer=setTimeout(l,i.delay)}else l()}},_delayedDragTouchMoveHandler:function(t){var o=t.touches?t.touches[0]:t;Math.max(Math.abs(o.clientX-this._lastX),Math.abs(o.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){$&&gn($),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var t=this.el.ownerDocument;R(t,"mouseup",this._disableDelayedDrag),R(t,"touchend",this._disableDelayedDrag),R(t,"touchcancel",this._disableDelayedDrag),R(t,"mousemove",this._delayedDragTouchMoveHandler),R(t,"touchmove",this._delayedDragTouchMoveHandler),R(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(t,o){o=o||t.pointerType=="touch"&&t,!this.nativeDraggable||o?this.options.supportPointer?j(document,"pointermove",this._onTouchMove):o?j(document,"touchmove",this._onTouchMove):j(document,"mousemove",this._onTouchMove):(j($,"dragend",this),j(X,"dragstart",this._onDragStart));try{document.selection?Ze(function(){document.selection.empty()}):window.getSelection().removeAllRanges()}catch{}},_dragStarted:function(t,o){if(le=!1,X&&$){vt("dragStarted",this,{evt:o}),this.nativeDraggable&&j(document,"dragover",ds);var e=this.options;!t&&Y($,e.dragClass,!1),Y($,e.ghostClass,!0),D.active=this,t&&this._appendGhost(),pt({sortable:this,name:"start",originalEvent:o})}else this._nulling()},_emulateDragOver:function(){if(Ct){this._lastX=Ct.clientX,this._lastY=Ct.clientY,qo();for(var t=document.elementFromPoint(Ct.clientX,Ct.clientY),o=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(Ct.clientX,Ct.clientY),t!==o);)o=t;if($.parentNode[ft]._isOutsideThisEl(t),o)do{if(o[ft]){var e=void 0;if(e=o[ft]._onDragOver({clientX:Ct.clientX,clientY:Ct.clientY,target:t,rootEl:o}),e&&!this.options.dragoverBubble)break}t=o}while(o=o.parentNode);ta()}},_onTouchMove:function(t){if(Jt){var o=this.options,e=o.fallbackTolerance,r=o.fallbackOffset,a=t.touches?t.touches[0]:t,i=P&&ee(P,!0),s=P&&i&&i.a,l=P&&i&&i.d,c=He&&ut&&Jn(ut),d=(a.clientX-Jt.clientX+r.x)/(s||1)+(c?c[0]-pn[0]:0)/(s||1),u=(a.clientY-Jt.clientY+r.y)/(l||1)+(c?c[1]-pn[1]:0)/(l||1);if(!D.active&&!le){if(e&&Math.max(Math.abs(a.clientX-this._lastX),Math.abs(a.clientY-this._lastY))<e)return;this._onDragStart(t,!0)}if(P){i?(i.e+=d-(fn||0),i.f+=u-(hn||0)):i={a:1,b:0,c:0,d:1,e:d,f:u};var f="matrix(".concat(i.a,",").concat(i.b,",").concat(i.c,",").concat(i.d,",").concat(i.e,",").concat(i.f,")");w(P,"webkitTransform",f),w(P,"mozTransform",f),w(P,"msTransform",f),w(P,"transform",f),fn=d,hn=u,Ct=a}t.cancelable&&t.preventDefault()}},_appendGhost:function(){if(!P){var t=this.options.fallbackOnBody?document.body:X,o=q($,!0,He,!0,t),e=this.options;if(He){for(ut=t;w(ut,"position")==="static"&&w(ut,"transform")==="none"&&ut!==document;)ut=ut.parentNode;ut!==document.body&&ut!==document.documentElement?(ut===document&&(ut=Mt()),o.top+=ut.scrollTop,o.left+=ut.scrollLeft):ut=Mt(),pn=Jn(ut)}P=$.cloneNode(!0),Y(P,e.ghostClass,!1),Y(P,e.fallbackClass,!0),Y(P,e.dragClass,!0),w(P,"transition",""),w(P,"transform",""),w(P,"box-sizing","border-box"),w(P,"margin",0),w(P,"top",o.top),w(P,"left",o.left),w(P,"width",o.width),w(P,"height",o.height),w(P,"opacity","0.8"),w(P,"position",He?"absolute":"fixed"),w(P,"zIndex","100000"),w(P,"pointerEvents","none"),D.ghost=P,t.appendChild(P),w(P,"transform-origin",to/parseInt(P.style.width)*100+"% "+eo/parseInt(P.style.height)*100+"%")}},_onDragStart:function(t,o){var e=this,r=t.dataTransfer,a=e.options;if(vt("dragStart",this,{evt:t}),D.eventCanceled){this._onDrop();return}vt("setupClone",this),D.eventCanceled||(Q=Ln($),Q.draggable=!1,Q.style["will-change"]="",this._hideClone(),Y(Q,this.options.chosenClass,!1),D.clone=Q),e.cloneId=Ze(function(){vt("clone",e),!D.eventCanceled&&(e.options.removeCloneOnHide||X.insertBefore(Q,$),e._hideClone(),pt({sortable:e,name:"clone"}))}),!o&&Y($,a.dragClass,!0),o?(tn=!0,e._loopId=setInterval(e._emulateDragOver,50)):(R(document,"mouseup",e._onDrop),R(document,"touchend",e._onDrop),R(document,"touchcancel",e._onDrop),r&&(r.effectAllowed="move",a.setData&&a.setData.call(e,r,$)),j(document,"drop",e),w($,"transform","translateZ(0)")),le=!0,e._dragStartId=Ze(e._dragStarted.bind(e,o,t)),j(document,"selectstart",e),$e=!0,wn&&w(document.body,"user-select","none")},_onDragOver:function(t){var o=this.el,e=t.target,r,a,i,s=this.options,l=s.group,c=D.active,d=Re===l,u=s.sort,f=ct||c,g,v=this,h=!1;if(xn)return;function y(G,gt){vt(G,v,Kt({evt:t,isOwner:d,axis:g?"vertical":"horizontal",revert:i,dragRect:r,targetRect:a,canSort:u,fromSortable:f,target:e,completed:T,onMove:function(lt,b){return vn(X,o,$,r,lt,q(lt),t,b)},changed:C},gt))}function O(){y("dragOverAnimationCapture"),v.captureAnimationState(),v!==f&&f.captureAnimationState()}function T(G){return y("dragOverCompleted",{insertion:G}),G&&(d?c._hideClone():c._showClone(v),v!==f&&(Y($,ct?ct.options.ghostClass:c.options.ghostClass,!1),Y($,s.ghostClass,!0)),ct!==v&&v!==D.active?ct=v:v===D.active&&ct&&(ct=null),f===v&&(v._ignoreWhileAnimating=e),v.animateAll(function(){y("dragOverAnimationComplete"),v._ignoreWhileAnimating=null}),v!==f&&(f.animateAll(),f._ignoreWhileAnimating=null)),(e===$&&!$.animated||e===o&&!e.animated)&&(ie=null),!s.dragoverBubble&&!t.rootEl&&e!==document&&($.parentNode[ft]._isOutsideThisEl(t.target),!G&&qt(t)),!s.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),h=!0}function C(){$t=J($),Ut=J($,s.draggable),pt({sortable:v,name:"change",toEl:o,newIndex:$t,newDraggableIndex:Ut,originalEvent:t})}if(t.preventDefault!==void 0&&t.cancelable&&t.preventDefault(),e=Ot(e,s.draggable,o,!0),y("dragOver"),D.eventCanceled)return h;if($.contains(t.target)||e.animated&&e.animatingX&&e.animatingY||v._ignoreWhileAnimating===e)return T(!1);if(tn=!1,c&&!s.disabled&&(d?u||(i=!X.contains($)):ct===this||(this.lastPutMode=Re.checkPull(this,c,$,t))&&l.checkPut(this,c,$,t))){if(g=this._getDirection(t,e)==="vertical",r=q($),y("dragOverValid"),D.eventCanceled)return h;if(i)return ot=X,O(),this._hideClone(),y("revert"),D.eventCanceled||(te?X.insertBefore($,te):X.appendChild($)),T(!0);var S=Tn(o,s.draggable);if(!S||hs(t,g,this)&&!S.animated){if(S===$)return T(!1);if(S&&o===t.target&&(e=S),e&&(a=q(e)),vn(X,o,$,r,e,a,t,!!e)!==!1)return O(),o.appendChild($),ot=o,C(),T(!0)}else if(e.parentNode===o){a=q(e);var E=0,_,F=$.parentNode!==o,L=!ls($.animated&&$.toRect||r,e.animated&&e.toRect||a,g),A=g?"top":"left",I=Qn(e,"top","top")||Qn($,"top","top"),H=I?I.scrollTop:void 0;ie!==e&&(_=a[A],Ee=!1,je=!L&&s.invertSwap||F),E=ps(t,e,a,g,L?1:s.swapThreshold,s.invertedSwapThreshold==null?s.swapThreshold:s.invertedSwapThreshold,je,ie===e);var Z;if(E!==0){var nt=J($);do nt-=E,Z=ot.children[nt];while(Z&&(w(Z,"display")==="none"||Z===P))}if(E===0||Z===e)return T(!1);ie=e,Ce=E;var tt=e.nextElementSibling,U=!1;U=E===1;var V=vn(X,o,$,r,e,a,t,U);if(V!==!1)return(V===1||V===-1)&&(U=V===1),xn=!0,setTimeout(fs,30),O(),U&&!tt?o.appendChild($):e.parentNode.insertBefore($,U?tt:e),I&&Zo(I,0,H-I.scrollTop),ot=$.parentNode,_!==void 0&&!je&&(Ye=Math.abs(_-q(e)[A])),C(),T(!0)}if(o.contains($))return T(!1)}return!1},_ignoreWhileAnimating:null,_offMoveEvents:function(){R(document,"mousemove",this._onTouchMove),R(document,"touchmove",this._onTouchMove),R(document,"pointermove",this._onTouchMove),R(document,"dragover",qt),R(document,"mousemove",qt),R(document,"touchmove",qt)},_offUpEvents:function(){var t=this.el.ownerDocument;R(t,"mouseup",this._onDrop),R(t,"touchend",this._onDrop),R(t,"pointerup",this._onDrop),R(t,"touchcancel",this._onDrop),R(document,"selectstart",this)},_onDrop:function(t){var o=this.el,e=this.options;if($t=J($),Ut=J($,e.draggable),vt("drop",this,{evt:t}),ot=$&&$.parentNode,$t=J($),Ut=J($,e.draggable),D.eventCanceled){this._nulling();return}le=!1,je=!1,Ee=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),Sn(this.cloneId),Sn(this._dragStartId),this.nativeDraggable&&(R(document,"drop",this),R(o,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),wn&&w(document.body,"user-select",""),w($,"transform",""),t&&($e&&(t.cancelable&&t.preventDefault(),!e.dropBubble&&t.stopPropagation()),P&&P.parentNode&&P.parentNode.removeChild(P),(X===ot||ct&&ct.lastPutMode!=="clone")&&Q&&Q.parentNode&&Q.parentNode.removeChild(Q),$&&(this.nativeDraggable&&R($,"dragend",this),gn($),$.style["will-change"]="",$e&&!le&&Y($,ct?ct.options.ghostClass:this.options.ghostClass,!1),Y($,this.options.chosenClass,!1),pt({sortable:this,name:"unchoose",toEl:ot,newIndex:null,newDraggableIndex:null,originalEvent:t}),X!==ot?($t>=0&&(pt({rootEl:ot,name:"add",toEl:ot,fromEl:X,originalEvent:t}),pt({sortable:this,name:"remove",toEl:ot,originalEvent:t}),pt({rootEl:ot,name:"sort",toEl:ot,fromEl:X,originalEvent:t}),pt({sortable:this,name:"sort",toEl:ot,originalEvent:t})),ct&&ct.save()):$t!==de&&$t>=0&&(pt({sortable:this,name:"update",toEl:ot,originalEvent:t}),pt({sortable:this,name:"sort",toEl:ot,originalEvent:t})),D.active&&(($t==null||$t===-1)&&($t=de,Ut=_e),pt({sortable:this,name:"end",toEl:ot,originalEvent:t}),this.save()))),this._nulling()},_nulling:function(){vt("nulling",this),X=$=ot=P=te=Q=Xe=Wt=Jt=Ct=$e=$t=Ut=de=_e=ie=Ce=ct=Re=D.dragged=D.ghost=D.clone=D.active=null,nn.forEach(function(t){t.checked=!0}),nn.length=fn=hn=0},handleEvent:function(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":$&&(this._onDragOver(t),us(t));break;case"selectstart":t.preventDefault();break}},toArray:function(){for(var t=[],o,e=this.el.children,r=0,a=e.length,i=this.options;r<a;r++)o=e[r],Ot(o,i.draggable,this.el,!1)&&t.push(o.getAttribute(i.dataIdAttr)||gs(o));return t},sort:function(t){var o={},e=this.el;this.toArray().forEach(function(r,a){var i=e.children[a];Ot(i,this.options.draggable,e,!1)&&(o[r]=i)},this),t.forEach(function(r){o[r]&&(e.removeChild(o[r]),e.appendChild(o[r]))})},save:function(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function(t,o){return Ot(t,o||this.options.draggable,this.el,!1)},option:function(t,o){var e=this.options;if(o===void 0)return e[t];var r=Te.modifyOption(this,t,o);typeof r!="undefined"?e[t]=r:e[t]=o,t==="group"&&Jo(e)},destroy:function(){vt("destroy",this);var t=this.el;t[ft]=null,R(t,"mousedown",this._onTapStart),R(t,"touchstart",this._onTapStart),R(t,"pointerdown",this._onTapStart),this.nativeDraggable&&(R(t,"dragover",this),R(t,"dragenter",this)),Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),function(o){o.removeAttribute("draggable")}),this._onDrop(),this._disableDelayedDragEvents(),en.splice(en.indexOf(this.el),1),this.el=t=null},_hideClone:function(){if(!Wt){if(vt("hideClone",this),D.eventCanceled)return;w(Q,"display","none"),this.options.removeCloneOnHide&&Q.parentNode&&Q.parentNode.removeChild(Q),Wt=!0}},_showClone:function(t){if(t.lastPutMode!=="clone"){this._hideClone();return}if(Wt){if(vt("showClone",this),D.eventCanceled)return;X.contains($)&&!this.options.group.revertClone?X.insertBefore(Q,$):te?X.insertBefore(Q,te):X.appendChild(Q),this.options.group.revertClone&&this.animate($,Q),w(Q,"display",""),Wt=!1}}};function us(n){n.dataTransfer&&(n.dataTransfer.dropEffect="move"),n.cancelable&&n.preventDefault()}function vn(n,t,o,e,r,a,i,s){var l,c=n[ft],d=c.options.onMove,u;return window.CustomEvent&&!Vt&&!Ie?l=new CustomEvent("move",{bubbles:!0,cancelable:!0}):(l=document.createEvent("Event"),l.initEvent("move",!0,!0)),l.to=t,l.from=n,l.dragged=o,l.draggedRect=e,l.related=r||t,l.relatedRect=a||q(t),l.willInsertAfter=s,l.originalEvent=i,n.dispatchEvent(l),d&&(u=d.call(c,l,i)),u}function gn(n){n.draggable=!1}function fs(){xn=!1}function hs(n,t,o){var e=q(Tn(o.el,o.options.draggable)),r=10;return t?n.clientX>e.right+r||n.clientX<=e.right&&n.clientY>e.bottom&&n.clientX>=e.left:n.clientX>e.right&&n.clientY>e.top||n.clientX<=e.right&&n.clientY>e.bottom+r}function ps(n,t,o,e,r,a,i,s){var l=e?n.clientY:n.clientX,c=e?o.height:o.width,d=e?o.top:o.left,u=e?o.bottom:o.right,f=!1;if(!i){if(s&&Ye<c*r){if(!Ee&&(Ce===1?l>d+c*a/2:l<u-c*a/2)&&(Ee=!0),Ee)f=!0;else if(Ce===1?l<d+Ye:l>u-Ye)return-Ce}else if(l>d+c*(1-r)/2&&l<u-c*(1-r)/2)return vs(t)}return f=f||i,f&&(l<d+c*a/2||l>u-c*a/2)?l>d+c/2?1:-1:0}function vs(n){return J($)<J(n)?1:-1}function gs(n){for(var t=n.tagName+n.className+n.src+n.href+n.textContent,o=t.length,e=0;o--;)e+=t.charCodeAt(o);return e.toString(36)}function ms(n){nn.length=0;for(var t=n.getElementsByTagName("input"),o=t.length;o--;){var e=t[o];e.checked&&nn.push(e)}}function Ze(n){return setTimeout(n,0)}function Sn(n){return clearTimeout(n)}rn&&j(document,"touchmove",function(n){(D.active||le)&&n.cancelable&&n.preventDefault()});D.utils={on:j,off:R,css:w,find:Xo,is:function(t,o){return!!Ot(t,o,t,!1)},extend:ns,throttle:Yo,closest:Ot,toggleClass:Y,clone:Ln,index:J,nextTick:Ze,cancelNextTick:Sn,detectDirection:Qo,getChild:qe};D.get=function(n){return n[ft]};D.mount=function(){for(var n=arguments.length,t=new Array(n),o=0;o<n;o++)t[o]=arguments[o];t[0].constructor===Array&&(t=t[0]),t.forEach(function(e){if(!e.prototype||!e.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(e));e.utils&&(D.utils=Kt({},D.utils,e.utils)),Te.mount(e)})};D.create=function(n,t){return new D(n,t)};D.version=Ji;var st=[],we,_n,Cn=!1,mn,bn,on,xe;function bs(){function n(){this.defaults={scroll:!0,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0};for(var t in this)t.charAt(0)==="_"&&typeof this[t]=="function"&&(this[t]=this[t].bind(this))}return n.prototype={dragStarted:function(o){var e=o.originalEvent;this.sortable.nativeDraggable?j(document,"dragover",this._handleAutoScroll):this.options.supportPointer?j(document,"pointermove",this._handleFallbackAutoScroll):e.touches?j(document,"touchmove",this._handleFallbackAutoScroll):j(document,"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(o){var e=o.originalEvent;!this.options.dragOverBubble&&!e.rootEl&&this._handleAutoScroll(e)},drop:function(){this.sortable.nativeDraggable?R(document,"dragover",this._handleAutoScroll):(R(document,"pointermove",this._handleFallbackAutoScroll),R(document,"touchmove",this._handleFallbackAutoScroll),R(document,"mousemove",this._handleFallbackAutoScroll)),oo(),Ke(),os()},nulling:function(){on=_n=we=Cn=xe=mn=bn=null,st.length=0},_handleFallbackAutoScroll:function(o){this._handleAutoScroll(o,!0)},_handleAutoScroll:function(o,e){var r=this,a=(o.touches?o.touches[0]:o).clientX,i=(o.touches?o.touches[0]:o).clientY,s=document.elementFromPoint(a,i);if(on=o,e||Ie||Vt||wn){yn(o,this.options,s,e);var l=Xt(s,!0);Cn&&(!xe||a!==mn||i!==bn)&&(xe&&oo(),xe=setInterval(function(){var c=Xt(document.elementFromPoint(a,i),!0);c!==l&&(l=c,Ke()),yn(o,r.options,c,e)},10),mn=a,bn=i)}else{if(!this.options.bubbleScroll||Xt(s,!0)===Mt()){Ke();return}yn(o,this.options,Xt(s,!1),!1)}}},_t(n,{pluginName:"scroll",initializeByDefault:!0})}function Ke(){st.forEach(function(n){clearInterval(n.pid)}),st=[]}function oo(){clearInterval(xe)}var yn=Yo(function(n,t,o,e){if(!!t.scroll){var r=(n.touches?n.touches[0]:n).clientX,a=(n.touches?n.touches[0]:n).clientY,i=t.scrollSensitivity,s=t.scrollSpeed,l=Mt(),c=!1,d;_n!==o&&(_n=o,Ke(),we=t.scroll,d=t.scrollFn,we===!0&&(we=Xt(o,!0)));var u=0,f=we;do{var g=f,v=q(g),h=v.top,y=v.bottom,O=v.left,T=v.right,C=v.width,S=v.height,E=void 0,_=void 0,F=g.scrollWidth,L=g.scrollHeight,A=w(g),I=g.scrollLeft,H=g.scrollTop;g===l?(E=C<F&&(A.overflowX==="auto"||A.overflowX==="scroll"||A.overflowX==="visible"),_=S<L&&(A.overflowY==="auto"||A.overflowY==="scroll"||A.overflowY==="visible")):(E=C<F&&(A.overflowX==="auto"||A.overflowX==="scroll"),_=S<L&&(A.overflowY==="auto"||A.overflowY==="scroll"));var Z=E&&(Math.abs(T-r)<=i&&I+C<F)-(Math.abs(O-r)<=i&&!!I),nt=_&&(Math.abs(y-a)<=i&&H+S<L)-(Math.abs(h-a)<=i&&!!H);if(!st[u])for(var tt=0;tt<=u;tt++)st[tt]||(st[tt]={});(st[u].vx!=Z||st[u].vy!=nt||st[u].el!==g)&&(st[u].el=g,st[u].vx=Z,st[u].vy=nt,clearInterval(st[u].pid),(Z!=0||nt!=0)&&(c=!0,st[u].pid=setInterval(function(){e&&this.layer===0&&D.active._onTouchMove(on);var U=st[this.layer].vy?st[this.layer].vy*s:0,V=st[this.layer].vx?st[this.layer].vx*s:0;typeof d=="function"&&d.call(D.dragged.parentNode[ft],V,U,n,on,st[this.layer].el)!=="continue"||Zo(st[this.layer].el,V,U)}.bind({layer:u}),24))),u++}while(t.bubbleScroll&&f!==l&&(f=Xt(f,!1)));Cn=c}},30),ea=function(t){var o=t.originalEvent,e=t.putSortable,r=t.dragEl,a=t.activeSortable,i=t.dispatchSortableEvent,s=t.hideGhostForTarget,l=t.unhideGhostForTarget;if(!!o){var c=e||a;s();var d=o.changedTouches&&o.changedTouches.length?o.changedTouches[0]:o,u=document.elementFromPoint(d.clientX,d.clientY);l(),c&&!c.el.contains(u)&&(i("spill"),this.onSpill({dragEl:r,putSortable:e}))}};function Dn(){}Dn.prototype={startIndex:null,dragStart:function(t){var o=t.oldDraggableIndex;this.startIndex=o},onSpill:function(t){var o=t.dragEl,e=t.putSortable;this.sortable.captureAnimationState(),e&&e.captureAnimationState();var r=qe(this.sortable.el,this.startIndex,this.options);r?this.sortable.el.insertBefore(o,r):this.sortable.el.appendChild(o),this.sortable.animateAll(),e&&e.animateAll()},drop:ea};_t(Dn,{pluginName:"revertOnSpill"});function An(){}An.prototype={onSpill:function(t){var o=t.dragEl,e=t.putSortable,r=e||this.sortable;r.captureAnimationState(),o.parentNode&&o.parentNode.removeChild(o),r.animateAll()},drop:ea};_t(An,{pluginName:"removeOnSpill"});var xt;function ys(){function n(){this.defaults={swapClass:"sortable-swap-highlight"}}return n.prototype={dragStart:function(o){var e=o.dragEl;xt=e},dragOverValid:function(o){var e=o.completed,r=o.target,a=o.onMove,i=o.activeSortable,s=o.changed,l=o.cancel;if(!!i.options.swap){var c=this.sortable.el,d=this.options;if(r&&r!==c){var u=xt;a(r)!==!1?(Y(r,d.swapClass,!0),xt=r):xt=null,u&&u!==xt&&Y(u,d.swapClass,!1)}s(),e(!0),l()}},drop:function(o){var e=o.activeSortable,r=o.putSortable,a=o.dragEl,i=r||this.sortable,s=this.options;xt&&Y(xt,s.swapClass,!1),xt&&(s.swap||r&&r.options.swap)&&a!==xt&&(i.captureAnimationState(),i!==e&&e.captureAnimationState(),$s(a,xt),i.animateAll(),i!==e&&e.animateAll())},nulling:function(){xt=null}},_t(n,{pluginName:"swap",eventProperties:function(){return{swapItem:xt}}})}function $s(n,t){var o=n.parentNode,e=t.parentNode,r,a;!o||!e||o.isEqualNode(t)||e.isEqualNode(n)||(r=J(n),a=J(t),o.isEqualNode(e)&&r<a&&a++,o.insertBefore(t,o.children[r]),e.insertBefore(n,e.children[a]))}var M=[],yt=[],ge,Et,me=!1,mt=!1,se=!1,W,be,Fe;function ws(){function n(t){for(var o in this)o.charAt(0)==="_"&&typeof this[o]=="function"&&(this[o]=this[o].bind(this));t.options.supportPointer?j(document,"pointerup",this._deselectMultiDrag):(j(document,"mouseup",this._deselectMultiDrag),j(document,"touchend",this._deselectMultiDrag)),j(document,"keydown",this._checkKeyDown),j(document,"keyup",this._checkKeyUp),this.defaults={selectedClass:"sortable-selected",multiDragKey:null,setData:function(r,a){var i="";M.length&&Et===t?M.forEach(function(s,l){i+=(l?", ":"")+s.textContent}):i=a.textContent,r.setData("Text",i)}}}return n.prototype={multiDragKeyDown:!1,isMultiDrag:!1,delayStartGlobal:function(o){var e=o.dragEl;W=e},delayEnded:function(){this.isMultiDrag=~M.indexOf(W)},setupClone:function(o){var e=o.sortable,r=o.cancel;if(!!this.isMultiDrag){for(var a=0;a<M.length;a++)yt.push(Ln(M[a])),yt[a].sortableIndex=M[a].sortableIndex,yt[a].draggable=!1,yt[a].style["will-change"]="",Y(yt[a],this.options.selectedClass,!1),M[a]===W&&Y(yt[a],this.options.chosenClass,!1);e._hideClone(),r()}},clone:function(o){var e=o.sortable,r=o.rootEl,a=o.dispatchSortableEvent,i=o.cancel;!this.isMultiDrag||this.options.removeCloneOnHide||M.length&&Et===e&&(ao(!0,r),a("clone"),i())},showClone:function(o){var e=o.cloneNowShown,r=o.rootEl,a=o.cancel;!this.isMultiDrag||(ao(!1,r),yt.forEach(function(i){w(i,"display","")}),e(),Fe=!1,a())},hideClone:function(o){var e=this;o.sortable;var r=o.cloneNowHidden,a=o.cancel;!this.isMultiDrag||(yt.forEach(function(i){w(i,"display","none"),e.options.removeCloneOnHide&&i.parentNode&&i.parentNode.removeChild(i)}),r(),Fe=!0,a())},dragStartGlobal:function(o){o.sortable,!this.isMultiDrag&&Et&&Et.multiDrag._deselectMultiDrag(),M.forEach(function(e){e.sortableIndex=J(e)}),M=M.sort(function(e,r){return e.sortableIndex-r.sortableIndex}),se=!0},dragStarted:function(o){var e=this,r=o.sortable;if(!!this.isMultiDrag){if(this.options.sort&&(r.captureAnimationState(),this.options.animation)){M.forEach(function(i){i!==W&&w(i,"position","absolute")});var a=q(W,!1,!0,!0);M.forEach(function(i){i!==W&&qn(i,a)}),mt=!0,me=!0}r.animateAll(function(){mt=!1,me=!1,e.options.animation&&M.forEach(function(i){dn(i)}),e.options.sort&&Ve()})}},dragOver:function(o){var e=o.target,r=o.completed,a=o.cancel;mt&&~M.indexOf(e)&&(r(!1),a())},revert:function(o){var e=o.fromSortable,r=o.rootEl,a=o.sortable,i=o.dragRect;M.length>1&&(M.forEach(function(s){a.addAnimationState({target:s,rect:mt?q(s):i}),dn(s),s.fromRect=i,e.removeAnimationState(s)}),mt=!1,xs(!this.options.removeCloneOnHide,r))},dragOverCompleted:function(o){var e=o.sortable,r=o.isOwner,a=o.insertion,i=o.activeSortable,s=o.parentEl,l=o.putSortable,c=this.options;if(a){if(r&&i._hideClone(),me=!1,c.animation&&M.length>1&&(mt||!r&&!i.options.sort&&!l)){var d=q(W,!1,!0,!0);M.forEach(function(f){f!==W&&(qn(f,d),s.appendChild(f))}),mt=!0}if(!r)if(mt||Ve(),M.length>1){var u=Fe;i._showClone(e),i.options.animation&&!Fe&&u&&yt.forEach(function(f){i.addAnimationState({target:f,rect:be}),f.fromRect=be,f.thisAnimationDuration=null})}else i._showClone(e)}},dragOverAnimationCapture:function(o){var e=o.dragRect,r=o.isOwner,a=o.activeSortable;if(M.forEach(function(s){s.thisAnimationDuration=null}),a.options.animation&&!r&&a.multiDrag.isMultiDrag){be=_t({},e);var i=ee(W,!0);be.top-=i.f,be.left-=i.e}},dragOverAnimationComplete:function(){mt&&(mt=!1,Ve())},drop:function(o){var e=o.originalEvent,r=o.rootEl,a=o.parentEl,i=o.sortable,s=o.dispatchSortableEvent,l=o.oldIndex,c=o.putSortable,d=c||this.sortable;if(!!e){var u=this.options,f=a.children;if(!se)if(u.multiDragKey&&!this.multiDragKeyDown&&this._deselectMultiDrag(),Y(W,u.selectedClass,!~M.indexOf(W)),~M.indexOf(W))M.splice(M.indexOf(W),1),ge=null,ye({sortable:i,rootEl:r,name:"deselect",targetEl:W,originalEvt:e});else{if(M.push(W),ye({sortable:i,rootEl:r,name:"select",targetEl:W,originalEvt:e}),e.shiftKey&&ge&&i.el.contains(ge)){var g=J(ge),v=J(W);if(~g&&~v&&g!==v){var h,y;for(v>g?(y=g,h=v):(y=v,h=g+1);y<h;y++)~M.indexOf(f[y])||(Y(f[y],u.selectedClass,!0),M.push(f[y]),ye({sortable:i,rootEl:r,name:"select",targetEl:f[y],originalEvt:e}))}}else ge=W;Et=d}if(se&&this.isMultiDrag){if((a[ft].options.sort||a!==r)&&M.length>1){var O=q(W),T=J(W,":not(."+this.options.selectedClass+")");if(!me&&u.animation&&(W.thisAnimationDuration=null),d.captureAnimationState(),!me&&(u.animation&&(W.fromRect=O,M.forEach(function(S){if(S.thisAnimationDuration=null,S!==W){var E=mt?q(S):O;S.fromRect=E,d.addAnimationState({target:S,rect:E})}})),Ve(),M.forEach(function(S){f[T]?a.insertBefore(S,f[T]):a.appendChild(S),T++}),l===J(W))){var C=!1;M.forEach(function(S){if(S.sortableIndex!==J(S)){C=!0;return}}),C&&s("update")}M.forEach(function(S){dn(S)}),d.animateAll()}Et=d}(r===a||c&&c.lastPutMode!=="clone")&&yt.forEach(function(S){S.parentNode&&S.parentNode.removeChild(S)})}},nullingGlobal:function(){this.isMultiDrag=se=!1,yt.length=0},destroyGlobal:function(){this._deselectMultiDrag(),R(document,"pointerup",this._deselectMultiDrag),R(document,"mouseup",this._deselectMultiDrag),R(document,"touchend",this._deselectMultiDrag),R(document,"keydown",this._checkKeyDown),R(document,"keyup",this._checkKeyUp)},_deselectMultiDrag:function(o){if(!(typeof se!="undefined"&&se)&&Et===this.sortable&&!(o&&Ot(o.target,this.options.draggable,this.sortable.el,!1))&&!(o&&o.button!==0))for(;M.length;){var e=M[0];Y(e,this.options.selectedClass,!1),M.shift(),ye({sortable:this.sortable,rootEl:this.sortable.el,name:"deselect",targetEl:e,originalEvt:o})}},_checkKeyDown:function(o){o.key===this.options.multiDragKey&&(this.multiDragKeyDown=!0)},_checkKeyUp:function(o){o.key===this.options.multiDragKey&&(this.multiDragKeyDown=!1)}},_t(n,{pluginName:"multiDrag",utils:{select:function(o){var e=o.parentNode[ft];!e||!e.options.multiDrag||~M.indexOf(o)||(Et&&Et!==e&&(Et.multiDrag._deselectMultiDrag(),Et=e),Y(o,e.options.selectedClass,!0),M.push(o))},deselect:function(o){var e=o.parentNode[ft],r=M.indexOf(o);!e||!e.options.multiDrag||!~r||(Y(o,e.options.selectedClass,!1),M.splice(r,1))}},eventProperties:function(){var o=this,e=[],r=[];return M.forEach(function(a){e.push({multiDragElement:a,index:a.sortableIndex});var i;mt&&a!==W?i=-1:mt?i=J(a,":not(."+o.options.selectedClass+")"):i=J(a),r.push({multiDragElement:a,index:i})}),{items:Yi(M),clones:[].concat(yt),oldIndicies:e,newIndicies:r}},optionListeners:{multiDragKey:function(o){return o=o.toLowerCase(),o==="ctrl"?o="Control":o.length>1&&(o=o.charAt(0).toUpperCase()+o.substr(1)),o}}})}function xs(n,t){M.forEach(function(o,e){var r=t.children[o.sortableIndex+(n?Number(e):0)];r?t.insertBefore(o,r):t.appendChild(o)})}function ao(n,t){yt.forEach(function(o,e){var r=t.children[o.sortableIndex+(n?Number(e):0)];r?t.insertBefore(o,r):t.appendChild(o)})}function Ve(){M.forEach(function(n){n!==W&&n.parentNode&&n.parentNode.removeChild(n)})}D.mount(new bs);D.mount(An,Dn);var Ss=Object.freeze({__proto__:null,[Symbol.toStringTag]:"Module",default:D,MultiDrag:ws,Sortable:D,Swap:ys}),_s=_a(Ss);(function(n,t){(function(e,r){n.exports=r(_s)})(typeof self!="undefined"?self:Ca,function(o){return function(e){var r={};function a(i){if(r[i])return r[i].exports;var s=r[i]={i,l:!1,exports:{}};return e[i].call(s.exports,s,s.exports,a),s.l=!0,s.exports}return a.m=e,a.c=r,a.d=function(i,s,l){a.o(i,s)||Object.defineProperty(i,s,{enumerable:!0,get:l})},a.r=function(i){typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(i,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(i,"__esModule",{value:!0})},a.t=function(i,s){if(s&1&&(i=a(i)),s&8||s&4&&typeof i=="object"&&i&&i.__esModule)return i;var l=Object.create(null);if(a.r(l),Object.defineProperty(l,"default",{enumerable:!0,value:i}),s&2&&typeof i!="string")for(var c in i)a.d(l,c,function(d){return i[d]}.bind(null,c));return l},a.n=function(i){var s=i&&i.__esModule?function(){return i.default}:function(){return i};return a.d(s,"a",s),s},a.o=function(i,s){return Object.prototype.hasOwnProperty.call(i,s)},a.p="",a(a.s="fb15")}({"01f9":function(e,r,a){var i=a("2d00"),s=a("5ca1"),l=a("2aba"),c=a("32e9"),d=a("84f2"),u=a("41a0"),f=a("7f20"),g=a("38fd"),v=a("2b4c")("iterator"),h=!([].keys&&"next"in[].keys()),y="@@iterator",O="keys",T="values",C=function(){return this};e.exports=function(S,E,_,F,L,A,I){u(_,E,F);var H=function(m){if(!h&&m in U)return U[m];switch(m){case O:return function(){return new _(this,m)};case T:return function(){return new _(this,m)}}return function(){return new _(this,m)}},Z=E+" Iterator",nt=L==T,tt=!1,U=S.prototype,V=U[v]||U[y]||L&&U[L],G=V||H(L),gt=L?nt?H("entries"):G:void 0,dt=E=="Array"&&U.entries||V,lt,b,p;if(dt&&(p=g(dt.call(new S)),p!==Object.prototype&&p.next&&(f(p,Z,!0),!i&&typeof p[v]!="function"&&c(p,v,C))),nt&&V&&V.name!==T&&(tt=!0,G=function(){return V.call(this)}),(!i||I)&&(h||tt||!U[v])&&c(U,v,G),d[E]=G,d[Z]=C,L)if(lt={values:nt?G:H(T),keys:A?G:H(O),entries:gt},I)for(b in lt)b in U||l(U,b,lt[b]);else s(s.P+s.F*(h||tt),E,lt);return lt}},"02f4":function(e,r,a){var i=a("4588"),s=a("be13");e.exports=function(l){return function(c,d){var u=String(s(c)),f=i(d),g=u.length,v,h;return f<0||f>=g?l?"":void 0:(v=u.charCodeAt(f),v<55296||v>56319||f+1===g||(h=u.charCodeAt(f+1))<56320||h>57343?l?u.charAt(f):v:l?u.slice(f,f+2):(v-55296<<10)+(h-56320)+65536)}}},"0390":function(e,r,a){var i=a("02f4")(!0);e.exports=function(s,l,c){return l+(c?i(s,l).length:1)}},"0bfb":function(e,r,a){var i=a("cb7c");e.exports=function(){var s=i(this),l="";return s.global&&(l+="g"),s.ignoreCase&&(l+="i"),s.multiline&&(l+="m"),s.unicode&&(l+="u"),s.sticky&&(l+="y"),l}},"0d58":function(e,r,a){var i=a("ce10"),s=a("e11e");e.exports=Object.keys||function(c){return i(c,s)}},"1495":function(e,r,a){var i=a("86cc"),s=a("cb7c"),l=a("0d58");e.exports=a("9e1e")?Object.defineProperties:function(d,u){s(d);for(var f=l(u),g=f.length,v=0,h;g>v;)i.f(d,h=f[v++],u[h]);return d}},"214f":function(e,r,a){a("b0c5");var i=a("2aba"),s=a("32e9"),l=a("79e5"),c=a("be13"),d=a("2b4c"),u=a("520a"),f=d("species"),g=!l(function(){var h=/./;return h.exec=function(){var y=[];return y.groups={a:"7"},y},"".replace(h,"$<a>")!=="7"}),v=function(){var h=/(?:)/,y=h.exec;h.exec=function(){return y.apply(this,arguments)};var O="ab".split(h);return O.length===2&&O[0]==="a"&&O[1]==="b"}();e.exports=function(h,y,O){var T=d(h),C=!l(function(){var A={};return A[T]=function(){return 7},""[h](A)!=7}),S=C?!l(function(){var A=!1,I=/a/;return I.exec=function(){return A=!0,null},h==="split"&&(I.constructor={},I.constructor[f]=function(){return I}),I[T](""),!A}):void 0;if(!C||!S||h==="replace"&&!g||h==="split"&&!v){var E=/./[T],_=O(c,T,""[h],function(I,H,Z,nt,tt){return H.exec===u?C&&!tt?{done:!0,value:E.call(H,Z,nt)}:{done:!0,value:I.call(Z,H,nt)}:{done:!1}}),F=_[0],L=_[1];i(String.prototype,h,F),s(RegExp.prototype,T,y==2?function(A,I){return L.call(A,this,I)}:function(A){return L.call(A,this)})}}},"230e":function(e,r,a){var i=a("d3f4"),s=a("7726").document,l=i(s)&&i(s.createElement);e.exports=function(c){return l?s.createElement(c):{}}},"23c6":function(e,r,a){var i=a("2d95"),s=a("2b4c")("toStringTag"),l=i(function(){return arguments}())=="Arguments",c=function(d,u){try{return d[u]}catch{}};e.exports=function(d){var u,f,g;return d===void 0?"Undefined":d===null?"Null":typeof(f=c(u=Object(d),s))=="string"?f:l?i(u):(g=i(u))=="Object"&&typeof u.callee=="function"?"Arguments":g}},"2621":function(e,r){r.f=Object.getOwnPropertySymbols},"2aba":function(e,r,a){var i=a("7726"),s=a("32e9"),l=a("69a8"),c=a("ca5a")("src"),d=a("fa5b"),u="toString",f=(""+d).split(u);a("8378").inspectSource=function(g){return d.call(g)},(e.exports=function(g,v,h,y){var O=typeof h=="function";O&&(l(h,"name")||s(h,"name",v)),g[v]!==h&&(O&&(l(h,c)||s(h,c,g[v]?""+g[v]:f.join(String(v)))),g===i?g[v]=h:y?g[v]?g[v]=h:s(g,v,h):(delete g[v],s(g,v,h)))})(Function.prototype,u,function(){return typeof this=="function"&&this[c]||d.call(this)})},"2aeb":function(e,r,a){var i=a("cb7c"),s=a("1495"),l=a("e11e"),c=a("613b")("IE_PROTO"),d=function(){},u="prototype",f=function(){var g=a("230e")("iframe"),v=l.length,h="<",y=">",O;for(g.style.display="none",a("fab2").appendChild(g),g.src="javascript:",O=g.contentWindow.document,O.open(),O.write(h+"script"+y+"document.F=Object"+h+"/script"+y),O.close(),f=O.F;v--;)delete f[u][l[v]];return f()};e.exports=Object.create||function(v,h){var y;return v!==null?(d[u]=i(v),y=new d,d[u]=null,y[c]=v):y=f(),h===void 0?y:s(y,h)}},"2b4c":function(e,r,a){var i=a("5537")("wks"),s=a("ca5a"),l=a("7726").Symbol,c=typeof l=="function",d=e.exports=function(u){return i[u]||(i[u]=c&&l[u]||(c?l:s)("Symbol."+u))};d.store=i},"2d00":function(e,r){e.exports=!1},"2d95":function(e,r){var a={}.toString;e.exports=function(i){return a.call(i).slice(8,-1)}},"2fdb":function(e,r,a){var i=a("5ca1"),s=a("d2c8"),l="includes";i(i.P+i.F*a("5147")(l),"String",{includes:function(d){return!!~s(this,d,l).indexOf(d,arguments.length>1?arguments[1]:void 0)}})},"32e9":function(e,r,a){var i=a("86cc"),s=a("4630");e.exports=a("9e1e")?function(l,c,d){return i.f(l,c,s(1,d))}:function(l,c,d){return l[c]=d,l}},"38fd":function(e,r,a){var i=a("69a8"),s=a("4bf8"),l=a("613b")("IE_PROTO"),c=Object.prototype;e.exports=Object.getPrototypeOf||function(d){return d=s(d),i(d,l)?d[l]:typeof d.constructor=="function"&&d instanceof d.constructor?d.constructor.prototype:d instanceof Object?c:null}},"41a0":function(e,r,a){var i=a("2aeb"),s=a("4630"),l=a("7f20"),c={};a("32e9")(c,a("2b4c")("iterator"),function(){return this}),e.exports=function(d,u,f){d.prototype=i(c,{next:s(1,f)}),l(d,u+" Iterator")}},"456d":function(e,r,a){var i=a("4bf8"),s=a("0d58");a("5eda")("keys",function(){return function(c){return s(i(c))}})},"4588":function(e,r){var a=Math.ceil,i=Math.floor;e.exports=function(s){return isNaN(s=+s)?0:(s>0?i:a)(s)}},"4630":function(e,r){e.exports=function(a,i){return{enumerable:!(a&1),configurable:!(a&2),writable:!(a&4),value:i}}},"4bf8":function(e,r,a){var i=a("be13");e.exports=function(s){return Object(i(s))}},"5147":function(e,r,a){var i=a("2b4c")("match");e.exports=function(s){var l=/./;try{"/./"[s](l)}catch{try{return l[i]=!1,!"/./"[s](l)}catch{}}return!0}},"520a":function(e,r,a){var i=a("0bfb"),s=RegExp.prototype.exec,l=String.prototype.replace,c=s,d="lastIndex",u=function(){var v=/a/,h=/b*/g;return s.call(v,"a"),s.call(h,"a"),v[d]!==0||h[d]!==0}(),f=/()??/.exec("")[1]!==void 0,g=u||f;g&&(c=function(h){var y=this,O,T,C,S;return f&&(T=new RegExp("^"+y.source+"$(?!\\s)",i.call(y))),u&&(O=y[d]),C=s.call(y,h),u&&C&&(y[d]=y.global?C.index+C[0].length:O),f&&C&&C.length>1&&l.call(C[0],T,function(){for(S=1;S<arguments.length-2;S++)arguments[S]===void 0&&(C[S]=void 0)}),C}),e.exports=c},"52a7":function(e,r){r.f={}.propertyIsEnumerable},"5537":function(e,r,a){var i=a("8378"),s=a("7726"),l="__core-js_shared__",c=s[l]||(s[l]={});(e.exports=function(d,u){return c[d]||(c[d]=u!==void 0?u:{})})("versions",[]).push({version:i.version,mode:a("2d00")?"pure":"global",copyright:"\xA9 2019 Denis Pushkarev (zloirock.ru)"})},"5ca1":function(e,r,a){var i=a("7726"),s=a("8378"),l=a("32e9"),c=a("2aba"),d=a("9b43"),u="prototype",f=function(g,v,h){var y=g&f.F,O=g&f.G,T=g&f.S,C=g&f.P,S=g&f.B,E=O?i:T?i[v]||(i[v]={}):(i[v]||{})[u],_=O?s:s[v]||(s[v]={}),F=_[u]||(_[u]={}),L,A,I,H;O&&(h=v);for(L in h)A=!y&&E&&E[L]!==void 0,I=(A?E:h)[L],H=S&&A?d(I,i):C&&typeof I=="function"?d(Function.call,I):I,E&&c(E,L,I,g&f.U),_[L]!=I&&l(_,L,H),C&&F[L]!=I&&(F[L]=I)};i.core=s,f.F=1,f.G=2,f.S=4,f.P=8,f.B=16,f.W=32,f.U=64,f.R=128,e.exports=f},"5eda":function(e,r,a){var i=a("5ca1"),s=a("8378"),l=a("79e5");e.exports=function(c,d){var u=(s.Object||{})[c]||Object[c],f={};f[c]=d(u),i(i.S+i.F*l(function(){u(1)}),"Object",f)}},"5f1b":function(e,r,a){var i=a("23c6"),s=RegExp.prototype.exec;e.exports=function(l,c){var d=l.exec;if(typeof d=="function"){var u=d.call(l,c);if(typeof u!="object")throw new TypeError("RegExp exec method returned something other than an Object or null");return u}if(i(l)!=="RegExp")throw new TypeError("RegExp#exec called on incompatible receiver");return s.call(l,c)}},"613b":function(e,r,a){var i=a("5537")("keys"),s=a("ca5a");e.exports=function(l){return i[l]||(i[l]=s(l))}},"626a":function(e,r,a){var i=a("2d95");e.exports=Object("z").propertyIsEnumerable(0)?Object:function(s){return i(s)=="String"?s.split(""):Object(s)}},"6762":function(e,r,a){var i=a("5ca1"),s=a("c366")(!0);i(i.P,"Array",{includes:function(c){return s(this,c,arguments.length>1?arguments[1]:void 0)}}),a("9c6c")("includes")},"6821":function(e,r,a){var i=a("626a"),s=a("be13");e.exports=function(l){return i(s(l))}},"69a8":function(e,r){var a={}.hasOwnProperty;e.exports=function(i,s){return a.call(i,s)}},"6a99":function(e,r,a){var i=a("d3f4");e.exports=function(s,l){if(!i(s))return s;var c,d;if(l&&typeof(c=s.toString)=="function"&&!i(d=c.call(s))||typeof(c=s.valueOf)=="function"&&!i(d=c.call(s))||!l&&typeof(c=s.toString)=="function"&&!i(d=c.call(s)))return d;throw TypeError("Can't convert object to primitive value")}},"7333":function(e,r,a){var i=a("0d58"),s=a("2621"),l=a("52a7"),c=a("4bf8"),d=a("626a"),u=Object.assign;e.exports=!u||a("79e5")(function(){var f={},g={},v=Symbol(),h="abcdefghijklmnopqrst";return f[v]=7,h.split("").forEach(function(y){g[y]=y}),u({},f)[v]!=7||Object.keys(u({},g)).join("")!=h})?function(g,v){for(var h=c(g),y=arguments.length,O=1,T=s.f,C=l.f;y>O;)for(var S=d(arguments[O++]),E=T?i(S).concat(T(S)):i(S),_=E.length,F=0,L;_>F;)C.call(S,L=E[F++])&&(h[L]=S[L]);return h}:u},"7726":function(e,r){var a=e.exports=typeof window!="undefined"&&window.Math==Math?window:typeof self!="undefined"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=a)},"77f1":function(e,r,a){var i=a("4588"),s=Math.max,l=Math.min;e.exports=function(c,d){return c=i(c),c<0?s(c+d,0):l(c,d)}},"79e5":function(e,r){e.exports=function(a){try{return!!a()}catch{return!0}}},"7f20":function(e,r,a){var i=a("86cc").f,s=a("69a8"),l=a("2b4c")("toStringTag");e.exports=function(c,d,u){c&&!s(c=u?c:c.prototype,l)&&i(c,l,{configurable:!0,value:d})}},"8378":function(e,r){var a=e.exports={version:"2.6.5"};typeof __e=="number"&&(__e=a)},"84f2":function(e,r){e.exports={}},"86cc":function(e,r,a){var i=a("cb7c"),s=a("c69a"),l=a("6a99"),c=Object.defineProperty;r.f=a("9e1e")?Object.defineProperty:function(u,f,g){if(i(u),f=l(f,!0),i(g),s)try{return c(u,f,g)}catch{}if("get"in g||"set"in g)throw TypeError("Accessors not supported!");return"value"in g&&(u[f]=g.value),u}},"9b43":function(e,r,a){var i=a("d8e8");e.exports=function(s,l,c){if(i(s),l===void 0)return s;switch(c){case 1:return function(d){return s.call(l,d)};case 2:return function(d,u){return s.call(l,d,u)};case 3:return function(d,u,f){return s.call(l,d,u,f)}}return function(){return s.apply(l,arguments)}}},"9c6c":function(e,r,a){var i=a("2b4c")("unscopables"),s=Array.prototype;s[i]==null&&a("32e9")(s,i,{}),e.exports=function(l){s[i][l]=!0}},"9def":function(e,r,a){var i=a("4588"),s=Math.min;e.exports=function(l){return l>0?s(i(l),9007199254740991):0}},"9e1e":function(e,r,a){e.exports=!a("79e5")(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7})},a352:function(e,r){e.exports=o},a481:function(e,r,a){var i=a("cb7c"),s=a("4bf8"),l=a("9def"),c=a("4588"),d=a("0390"),u=a("5f1b"),f=Math.max,g=Math.min,v=Math.floor,h=/\$([$&`']|\d\d?|<[^>]*>)/g,y=/\$([$&`']|\d\d?)/g,O=function(T){return T===void 0?T:String(T)};a("214f")("replace",2,function(T,C,S,E){return[function(L,A){var I=T(this),H=L==null?void 0:L[C];return H!==void 0?H.call(L,I,A):S.call(String(I),L,A)},function(F,L){var A=E(S,F,this,L);if(A.done)return A.value;var I=i(F),H=String(this),Z=typeof L=="function";Z||(L=String(L));var nt=I.global;if(nt){var tt=I.unicode;I.lastIndex=0}for(var U=[];;){var V=u(I,H);if(V===null||(U.push(V),!nt))break;var G=String(V[0]);G===""&&(I.lastIndex=d(H,l(I.lastIndex),tt))}for(var gt="",dt=0,lt=0;lt<U.length;lt++){V=U[lt];for(var b=String(V[0]),p=f(g(c(V.index),H.length),0),m=[],x=1;x<V.length;x++)m.push(O(V[x]));var N=V.groups;if(Z){var k=[b].concat(m,p,H);N!==void 0&&k.push(N);var z=String(L.apply(void 0,k))}else z=_(b,H,p,m,N,L);p>=dt&&(gt+=H.slice(dt,p)+z,dt=p+b.length)}return gt+H.slice(dt)}];function _(F,L,A,I,H,Z){var nt=A+F.length,tt=I.length,U=y;return H!==void 0&&(H=s(H),U=h),S.call(Z,U,function(V,G){var gt;switch(G.charAt(0)){case"$":return"$";case"&":return F;case"`":return L.slice(0,A);case"'":return L.slice(nt);case"<":gt=H[G.slice(1,-1)];break;default:var dt=+G;if(dt===0)return V;if(dt>tt){var lt=v(dt/10);return lt===0?V:lt<=tt?I[lt-1]===void 0?G.charAt(1):I[lt-1]+G.charAt(1):V}gt=I[dt-1]}return gt===void 0?"":gt})}})},aae3:function(e,r,a){var i=a("d3f4"),s=a("2d95"),l=a("2b4c")("match");e.exports=function(c){var d;return i(c)&&((d=c[l])!==void 0?!!d:s(c)=="RegExp")}},ac6a:function(e,r,a){for(var i=a("cadf"),s=a("0d58"),l=a("2aba"),c=a("7726"),d=a("32e9"),u=a("84f2"),f=a("2b4c"),g=f("iterator"),v=f("toStringTag"),h=u.Array,y={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},O=s(y),T=0;T<O.length;T++){var C=O[T],S=y[C],E=c[C],_=E&&E.prototype,F;if(_&&(_[g]||d(_,g,h),_[v]||d(_,v,C),u[C]=h,S))for(F in i)_[F]||l(_,F,i[F],!0)}},b0c5:function(e,r,a){var i=a("520a");a("5ca1")({target:"RegExp",proto:!0,forced:i!==/./.exec},{exec:i})},be13:function(e,r){e.exports=function(a){if(a==null)throw TypeError("Can't call method on "+a);return a}},c366:function(e,r,a){var i=a("6821"),s=a("9def"),l=a("77f1");e.exports=function(c){return function(d,u,f){var g=i(d),v=s(g.length),h=l(f,v),y;if(c&&u!=u){for(;v>h;)if(y=g[h++],y!=y)return!0}else for(;v>h;h++)if((c||h in g)&&g[h]===u)return c||h||0;return!c&&-1}}},c649:function(e,r,a){(function(i){a.d(r,"c",function(){return g}),a.d(r,"a",function(){return u}),a.d(r,"b",function(){return l}),a.d(r,"d",function(){return f}),a("a481");function s(){return typeof window!="undefined"?window.console:i.console}var l=s();function c(v){var h=Object.create(null);return function(O){var T=h[O];return T||(h[O]=v(O))}}var d=/-(\w)/g,u=c(function(v){return v.replace(d,function(h,y){return y?y.toUpperCase():""})});function f(v){v.parentElement!==null&&v.parentElement.removeChild(v)}function g(v,h,y){var O=y===0?v.children[0]:v.children[y-1].nextSibling;v.insertBefore(h,O)}}).call(this,a("c8ba"))},c69a:function(e,r,a){e.exports=!a("9e1e")&&!a("79e5")(function(){return Object.defineProperty(a("230e")("div"),"a",{get:function(){return 7}}).a!=7})},c8ba:function(e,r){var a;a=function(){return this}();try{a=a||new Function("return this")()}catch{typeof window=="object"&&(a=window)}e.exports=a},ca5a:function(e,r){var a=0,i=Math.random();e.exports=function(s){return"Symbol(".concat(s===void 0?"":s,")_",(++a+i).toString(36))}},cadf:function(e,r,a){var i=a("9c6c"),s=a("d53b"),l=a("84f2"),c=a("6821");e.exports=a("01f9")(Array,"Array",function(d,u){this._t=c(d),this._i=0,this._k=u},function(){var d=this._t,u=this._k,f=this._i++;return!d||f>=d.length?(this._t=void 0,s(1)):u=="keys"?s(0,f):u=="values"?s(0,d[f]):s(0,[f,d[f]])},"values"),l.Arguments=l.Array,i("keys"),i("values"),i("entries")},cb7c:function(e,r,a){var i=a("d3f4");e.exports=function(s){if(!i(s))throw TypeError(s+" is not an object!");return s}},ce10:function(e,r,a){var i=a("69a8"),s=a("6821"),l=a("c366")(!1),c=a("613b")("IE_PROTO");e.exports=function(d,u){var f=s(d),g=0,v=[],h;for(h in f)h!=c&&i(f,h)&&v.push(h);for(;u.length>g;)i(f,h=u[g++])&&(~l(v,h)||v.push(h));return v}},d2c8:function(e,r,a){var i=a("aae3"),s=a("be13");e.exports=function(l,c,d){if(i(c))throw TypeError("String#"+d+" doesn't accept regex!");return String(s(l))}},d3f4:function(e,r){e.exports=function(a){return typeof a=="object"?a!==null:typeof a=="function"}},d53b:function(e,r){e.exports=function(a,i){return{value:i,done:!!a}}},d8e8:function(e,r){e.exports=function(a){if(typeof a!="function")throw TypeError(a+" is not a function!");return a}},e11e:function(e,r){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},f559:function(e,r,a){var i=a("5ca1"),s=a("9def"),l=a("d2c8"),c="startsWith",d=""[c];i(i.P+i.F*a("5147")(c),"String",{startsWith:function(f){var g=l(this,f,c),v=s(Math.min(arguments.length>1?arguments[1]:void 0,g.length)),h=String(f);return d?d.call(g,h,v):g.slice(v,v+h.length)===h}})},f6fd:function(e,r){(function(a){var i="currentScript",s=a.getElementsByTagName("script");i in a||Object.defineProperty(a,i,{get:function(){try{throw new Error}catch(d){var l,c=(/.*at [^\(]*\((.*):.+:.+\)$/ig.exec(d.stack)||[!1])[1];for(l in s)if(s[l].src==c||s[l].readyState=="interactive")return s[l];return null}}})})(document)},f751:function(e,r,a){var i=a("5ca1");i(i.S+i.F,"Object",{assign:a("7333")})},fa5b:function(e,r,a){e.exports=a("5537")("native-function-to-string",Function.toString)},fab2:function(e,r,a){var i=a("7726").document;e.exports=i&&i.documentElement},fb15:function(e,r,a){if(a.r(r),typeof window!="undefined"){a("f6fd");var i;(i=window.document.currentScript)&&(i=i.src.match(/(.+\/)[^/]+\.js(\?.*)?$/))&&(a.p=i[1])}a("f751"),a("f559"),a("ac6a"),a("cadf"),a("456d");function s(b){if(Array.isArray(b))return b}function l(b,p){if(!(typeof Symbol=="undefined"||!(Symbol.iterator in Object(b)))){var m=[],x=!0,N=!1,k=void 0;try{for(var z=b[Symbol.iterator](),et;!(x=(et=z.next()).done)&&(m.push(et.value),!(p&&m.length===p));x=!0);}catch(Tt){N=!0,k=Tt}finally{try{!x&&z.return!=null&&z.return()}finally{if(N)throw k}}return m}}function c(b,p){(p==null||p>b.length)&&(p=b.length);for(var m=0,x=new Array(p);m<p;m++)x[m]=b[m];return x}function d(b,p){if(!!b){if(typeof b=="string")return c(b,p);var m=Object.prototype.toString.call(b).slice(8,-1);if(m==="Object"&&b.constructor&&(m=b.constructor.name),m==="Map"||m==="Set")return Array.from(b);if(m==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(m))return c(b,p)}}function u(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
7
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function f(b,p){return s(b)||l(b,p)||d(b,p)||u()}a("6762"),a("2fdb");function g(b){if(Array.isArray(b))return c(b)}function v(b){if(typeof Symbol!="undefined"&&Symbol.iterator in Object(b))return Array.from(b)}function h(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
8
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function y(b){return g(b)||v(b)||d(b)||h()}var O=a("a352"),T=a.n(O),C=a("c649");function S(b,p,m){return m===void 0||(b=b||{},b[p]=m),b}function E(b,p){return b.map(function(m){return m.elm}).indexOf(p)}function _(b,p,m,x){if(!b)return[];var N=b.map(function(et){return et.elm}),k=p.length-x,z=y(p).map(function(et,Tt){return Tt>=k?N.length:N.indexOf(et)});return m?z.filter(function(et){return et!==-1}):z}function F(b,p){var m=this;this.$nextTick(function(){return m.$emit(b.toLowerCase(),p)})}function L(b){var p=this;return function(m){p.realList!==null&&p["onDrag"+b](m),F.call(p,b,m)}}function A(b){return["transition-group","TransitionGroup"].includes(b)}function I(b){if(!b||b.length!==1)return!1;var p=f(b,1),m=p[0].componentOptions;return m?A(m.tag):!1}function H(b,p,m){return b[m]||(p[m]?p[m]():void 0)}function Z(b,p,m){var x=0,N=0,k=H(p,m,"header");k&&(x=k.length,b=b?[].concat(y(k),y(b)):y(k));var z=H(p,m,"footer");return z&&(N=z.length,b=b?[].concat(y(b),y(z)):y(z)),{children:b,headerOffset:x,footerOffset:N}}function nt(b,p){var m=null,x=function(Le,sa){m=S(m,Le,sa)},N=Object.keys(b).filter(function(Tt){return Tt==="id"||Tt.startsWith("data-")}).reduce(function(Tt,Le){return Tt[Le]=b[Le],Tt},{});if(x("attrs",N),!p)return m;var k=p.on,z=p.props,et=p.attrs;return x("on",k),x("props",z),Object.assign(m.attrs,et),m}var tt=["Start","Add","Remove","Update","End"],U=["Choose","Unchoose","Sort","Filter","Clone"],V=["Move"].concat(tt,U).map(function(b){return"on"+b}),G=null,gt={options:Object,list:{type:Array,required:!1,default:null},value:{type:Array,required:!1,default:null},noTransitionOnDrag:{type:Boolean,default:!1},clone:{type:Function,default:function(p){return p}},element:{type:String,default:"div"},tag:{type:String,default:null},move:{type:Function,default:null},componentData:{type:Object,required:!1,default:null}},dt={name:"draggable",inheritAttrs:!1,props:gt,data:function(){return{transitionMode:!1,noneFunctionalComponentMode:!1}},render:function(p){var m=this.$slots.default;this.transitionMode=I(m);var x=Z(m,this.$slots,this.$scopedSlots),N=x.children,k=x.headerOffset,z=x.footerOffset;this.headerOffset=k,this.footerOffset=z;var et=nt(this.$attrs,this.componentData);return p(this.getTag(),et,N)},created:function(){this.list!==null&&this.value!==null&&C.b.error("Value and list props are mutually exclusive! Please set one or another."),this.element!=="div"&&C.b.warn("Element props is deprecated please use tag props instead. See https://github.com/SortableJS/Vue.Draggable/blob/master/documentation/migrate.md#element-props"),this.options!==void 0&&C.b.warn("Options props is deprecated, add sortable options directly as vue.draggable item, or use v-bind. See https://github.com/SortableJS/Vue.Draggable/blob/master/documentation/migrate.md#options-props")},mounted:function(){var p=this;if(this.noneFunctionalComponentMode=this.getTag().toLowerCase()!==this.$el.nodeName.toLowerCase()&&!this.getIsFunctional(),this.noneFunctionalComponentMode&&this.transitionMode)throw new Error("Transition-group inside component is not supported. Please alter tag value or remove transition-group. Current tag value: ".concat(this.getTag()));var m={};tt.forEach(function(k){m["on"+k]=L.call(p,k)}),U.forEach(function(k){m["on"+k]=F.bind(p,k)});var x=Object.keys(this.$attrs).reduce(function(k,z){return k[Object(C.a)(z)]=p.$attrs[z],k},{}),N=Object.assign({},this.options,x,m,{onMove:function(z,et){return p.onDragMove(z,et)}});!("draggable"in N)&&(N.draggable=">*"),this._sortable=new T.a(this.rootContainer,N),this.computeIndexes()},beforeDestroy:function(){this._sortable!==void 0&&this._sortable.destroy()},computed:{rootContainer:function(){return this.transitionMode?this.$el.children[0]:this.$el},realList:function(){return this.list?this.list:this.value}},watch:{options:{handler:function(p){this.updateOptions(p)},deep:!0},$attrs:{handler:function(p){this.updateOptions(p)},deep:!0},realList:function(){this.computeIndexes()}},methods:{getIsFunctional:function(){var p=this._vnode.fnOptions;return p&&p.functional},getTag:function(){return this.tag||this.element},updateOptions:function(p){for(var m in p){var x=Object(C.a)(m);V.indexOf(x)===-1&&this._sortable.option(x,p[m])}},getChildrenNodes:function(){if(this.noneFunctionalComponentMode)return this.$children[0].$slots.default;var p=this.$slots.default;return this.transitionMode?p[0].child.$slots.default:p},computeIndexes:function(){var p=this;this.$nextTick(function(){p.visibleIndexes=_(p.getChildrenNodes(),p.rootContainer.children,p.transitionMode,p.footerOffset)})},getUnderlyingVm:function(p){var m=E(this.getChildrenNodes()||[],p);if(m===-1)return null;var x=this.realList[m];return{index:m,element:x}},getUnderlyingPotencialDraggableComponent:function(p){var m=p.__vue__;return!m||!m.$options||!A(m.$options._componentTag)?!("realList"in m)&&m.$children.length===1&&"realList"in m.$children[0]?m.$children[0]:m:m.$parent},emitChanges:function(p){var m=this;this.$nextTick(function(){m.$emit("change",p)})},alterList:function(p){if(this.list){p(this.list);return}var m=y(this.value);p(m),this.$emit("input",m)},spliceList:function(){var p=arguments,m=function(N){return N.splice.apply(N,y(p))};this.alterList(m)},updatePosition:function(p,m){var x=function(k){return k.splice(m,0,k.splice(p,1)[0])};this.alterList(x)},getRelatedContextFromMoveEvent:function(p){var m=p.to,x=p.related,N=this.getUnderlyingPotencialDraggableComponent(m);if(!N)return{component:N};var k=N.realList,z={list:k,component:N};if(m!==x&&k&&N.getUnderlyingVm){var et=N.getUnderlyingVm(x);if(et)return Object.assign(et,z)}return z},getVmIndex:function(p){var m=this.visibleIndexes,x=m.length;return p>x-1?x:m[p]},getComponent:function(){return this.$slots.default[0].componentInstance},resetTransitionData:function(p){if(!(!this.noTransitionOnDrag||!this.transitionMode)){var m=this.getChildrenNodes();m[p].data=null;var x=this.getComponent();x.children=[],x.kept=void 0}},onDragStart:function(p){this.context=this.getUnderlyingVm(p.item),p.item._underlying_vm_=this.clone(this.context.element),G=p.item},onDragAdd:function(p){var m=p.item._underlying_vm_;if(m!==void 0){Object(C.d)(p.item);var x=this.getVmIndex(p.newIndex);this.spliceList(x,0,m),this.computeIndexes();var N={element:m,newIndex:x};this.emitChanges({added:N})}},onDragRemove:function(p){if(Object(C.c)(this.rootContainer,p.item,p.oldIndex),p.pullMode==="clone"){Object(C.d)(p.clone);return}var m=this.context.index;this.spliceList(m,1);var x={element:this.context.element,oldIndex:m};this.resetTransitionData(m),this.emitChanges({removed:x})},onDragUpdate:function(p){Object(C.d)(p.item),Object(C.c)(p.from,p.item,p.oldIndex);var m=this.context.index,x=this.getVmIndex(p.newIndex);this.updatePosition(m,x);var N={element:this.context.element,oldIndex:m,newIndex:x};this.emitChanges({moved:N})},updateProperty:function(p,m){p.hasOwnProperty(m)&&(p[m]+=this.headerOffset)},computeFutureIndex:function(p,m){if(!p.element)return 0;var x=y(m.to.children).filter(function(et){return et.style.display!=="none"}),N=x.indexOf(m.related),k=p.component.getVmIndex(N),z=x.indexOf(G)!==-1;return z||!m.willInsertAfter?k:k+1},onDragMove:function(p,m){var x=this.move;if(!x||!this.realList)return!0;var N=this.getRelatedContextFromMoveEvent(p),k=this.context,z=this.computeFutureIndex(N,p);Object.assign(k,{futureIndex:z});var et=Object.assign({},p,{relatedContext:N,draggedContext:k});return x(et,m)},onDragEnd:function(){this.computeIndexes(),G=null}}};typeof window!="undefined"&&"Vue"in window&&window.Vue.component("draggable",dt);var lt=dt;r.default=lt}}).default})})(Uo);var Cs=Ea(Uo.exports),Es=function(){var n=this,t=n.$createElement,o=n._self._c||t;return o("svg",{staticClass:"aioseo-eye",attrs:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[o("path",{attrs:{d:"M0 0h24v24H0V0z",fill:"none"}}),o("path",{attrs:{d:"M12 6a9.77 9.77 0 0 1 8.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5A9.77 9.77 0 0 1 12 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5a2.5 2.5 0 0 1 0 5 2.5 2.5 0 0 1 0-5m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z",fill:"currentColor"}})])},Os=[];const Is={},ro={};var Ts=ht(Is,Es,Os,!1,Ls,null,null,null);function Ls(n){for(let t in ro)this[t]=ro[t]}var Ds=function(){return Ts.exports}(),As=function(){var n=this,t=n.$createElement,o=n._self._c||t;return o("svg",{staticClass:"aioseo-eye-off",attrs:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[o("path",{attrs:{d:"M0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0z",fill:"none"}}),o("path",{attrs:{d:"M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z",fill:"currentColor"}})])},Ms=[];const Ps={},io={};var Ns=ht(Ps,As,Ms,!1,Bs,null,null,null);function Bs(n){for(let t in io)this[t]=io[t]}var ks=function(){return Ns.exports}(),Rs=function(){var n=this,t=n.$createElement,o=n._self._c||t;return o("svg",{staticClass:"aioseo-link",attrs:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[o("path",{attrs:{d:"M0 0h24v24H0V0z",fill:"none"}}),o("path",{attrs:{d:"M17 7h-4v2h4c1.65 0 3 1.35 3 3s-1.35 3-3 3h-4v2h4c2.76 0 5-2.24 5-5s-2.24-5-5-5zm-6 8H7c-1.65 0-3-1.35-3-3s1.35-3 3-3h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-2zm-3-4h8v2H8z",fill:"currentColor"}})])},js=[];const Hs={},so={};var Fs=ht(Hs,Rs,js,!1,Vs,null,null,null);function Vs(n){for(let t in so)this[t]=so[t]}var zs=function(){return Fs.exports}(),na=function(n,t,o,e){var r;t[0]=0;for(var a=1;a<t.length;a++){var i=t[a++],s=t[a]?(t[0]|=i?1:2,o[t[a++]]):t[++a];i===3?e[0]=s:i===4?e[1]=Object.assign(e[1]||{},s):i===5?(e[1]=e[1]||{})[t[++a]]=s:i===6?e[1][t[++a]]+=s+"":i?(r=n.apply(s,na(n,s,o,["",null])),e.push(r),s[0]?t[0]|=2:(t[a-2]=0,t[a]=r)):e.push(s)}return e},lo=new Map;function Us(n){var t=lo.get(this);return t||(t=new Map,lo.set(this,t)),(t=na(this,t.get(n)||(t.set(n,t=function(o){for(var e,r,a=1,i="",s="",l=[0],c=function(f){a===1&&(f||(i=i.replace(/^\s*\n\s*|\s*\n\s*$/g,"")))?l.push(0,f,i):a===3&&(f||i)?(l.push(3,f,i),a=2):a===2&&i==="..."&&f?l.push(4,f,0):a===2&&i&&!f?l.push(5,0,!0,i):a>=5&&((i||!f&&a===5)&&(l.push(a,0,i,r),a=6),f&&(l.push(a,f,0,r),a=6)),i=""},d=0;d<o.length;d++){d&&(a===1&&c(),c(d));for(var u=0;u<o[d].length;u++)e=o[d][u],a===1?e==="<"?(c(),l=[l],a=3):i+=e:a===4?i==="--"&&e===">"?(a=1,i=""):i=e+i[0]:s?e===s?s="":i+=e:e==='"'||e==="'"?s=e:e===">"?(c(),a=1):a&&(e==="="?(a=5,r=i,i=""):e==="/"&&(a<5||o[d][u+1]===">")?(c(),a===3&&(l=l[0]),a=l,(l=l[0]).push(2,0,a),a=0):e===" "||e===" "||e===`
9
+ `||e==="\r"?(c(),a=2):i+=e),a===3&&i==="!--"&&(a=4,l=l[0])}return c(),l}(n)),t),arguments,[])).length>1?t:t[0]}const ne=Us.bind(window.wp.element.createElement),En=n=>Object.prototype.toString.call(n).slice(8,-1).toLowerCase(),an=(n,t)=>{function o(){if(n.length!==t.length)return!1;for(let s=0;s<n.length;s++)if(!an(n[s],t[s]))return!1;return!0}function e(){if(Object.keys(n).length!==Object.keys(t).length)return!1;for(const s in n)if(Object.prototype.hasOwnProperty.call(n,s)&&!an(n[s],t[s]))return!1;return!0}function r(){return n.toString()===t.toString()}function a(){return n===t}const i=En(n);return i!==En(t)?!1:i==="array"?o():i==="object"?e():i==="function"?r():a()},Yt=n=>{const t=l=>{for(const c in n)Object.prototype.hasOwnProperty.call(n,c)&&(l[c]=Yt(n[c]))},o=()=>{const l={};return t(l),l},e=()=>n.map(function(l){return Yt(l)}),r=()=>{const l=new Map;for(const[c,d]of n)l.set(c,Yt(d));return l},a=()=>{const l=new Set;for(const c of n)l.add(Yt(c));return l},i=()=>{const l=n.bind(globalThis);return t(l),l},s=En(n);return s==="object"?o():s==="array"?e():s==="map"?r():s==="set"?a():s==="function"?i():n},oa=(n,t=!1)=>{const{body:o}=document.implementation.createHTMLDocument("");o.innerHTML=n;const e=o.getElementsByTagName("*");let r=e.length;for(;r--;){const a=e[r];if(a.tagName==="SCRIPT")a.parentNode.removeChild(a);else{let i=a.attributes.length;for(;i--;){const{name:s}=a.attributes[i];s.startsWith("on")&&a.removeAttribute(s)}}}return t?o.textContent.trim():o.innerHTML},Ws=()=>"aioseo-"+new Date().getTime().toString(36),Gt=n=>{var e;const t=[],o=[...n];for(;o.length;){const r=Bn(o.shift(),[]);(e=r.headings)!=null&&e.length&&o.unshift(...r.headings),r.headings=[],t.push(r)}return t},Gs=n=>{const t=(e,r="root")=>{const a={[r]:[]};return e.forEach(i=>{a[r].push(i.blockClientId),Object.assign(a,t(i.headings,i.blockClientId))}),a},o=t([...n]);return n=Gt([...n]),Object.entries(o).forEach(([e,r])=>{!r.length||(e==="root"?r.map(a=>{const i=n.findIndex(s=>s.blockClientId===a);return n[i].editedLevel=1,a}):r.map(a=>{const i=n.findIndex(l=>l.blockClientId===e),s=n.findIndex(l=>l.blockClientId===a);return n[s].editedLevel=n[i].editedLevel+1,a}))}),n.forEach((e,r)=>{e.editedOrder=r+1}),n.sort((e,r)=>e.editedOrder-r.editedOrder)},sn=n=>{const t=[];let o=[],e=-1;if(n.length===0)return[];n=Gt([...n]);const r=()=>{0<o.length&&(t[t.length-1].headings=sn(o))};return n.forEach(a=>{a=Lt({},a);const i=a.editedLevel||a.level;if(e!==-1&&e<i){o.push(a);return}r(),e=i,t.push(a),o=[]}),r(),t};var Xs=function(){var n=this,t=n.$createElement,o=n._self._c||t;return o("Draggable",n._b({staticClass:"aioseo-toc-list",class:[{orderable:this.allowReorder}],attrs:{handle:".aioseo-drag-handle",list:n.headings},on:{input:function(e){return n.$emit("input",e)},change:function(e){return n.setReorder(e)}}},"Draggable",n.dragOptions,!1),n._l(n.headings,function(e,r){return o("li",{key:r,class:["aioseo-toc-list-item",{"heading-hidden":e.hidden}]},[o("div",{staticClass:"aioseo-toc-list-item__inner"},[n.allowReorder?o("button",{staticClass:"aioseo-drag-handle has-icon"},[o("Drag")],1):n._e(),o("base-input",{staticClass:"row-input row-input--content",attrs:{value:e.editedContent||e.content,placeholder:e.content},on:{input:function(a){return n.setEditedContent(a,r)}},scopedSlots:n._u([{key:"append-icon",fn:function(){return[n.allowReorder?n._e():o("div",{staticClass:"append-icon"},[o("Link",{nativeOn:{click:function(a){return n.handleAnchorInput.apply(null,arguments)}}})],1)]},proxy:!0}],null,!0)}),n.allowReorder?n._e():o("base-input",{staticClass:"row-input row-input--anchor",attrs:{spellcheck:!1,value:e.anchor},on:{input:function(a){return n.setAnchor(a,r)}},scopedSlots:n._u([{key:"append-icon",fn:function(){return[o("div",{staticClass:"append-icon"},[o("core-tooltip",{scopedSlots:n._u([{key:"tooltip",fn:function(){return[o("p",{staticClass:"aioseo-tooltip__header"},[n._v(n._s(n.strings.tooltipHeader))]),o("p",[n._v(n._s(n.strings.tooltipDescription))])]},proxy:!0}],null,!0)},[o("Info")],1),o("Close",{nativeOn:{click:function(a){return n.handleAnchorInput.apply(null,arguments)}}})],1)]},proxy:!0}],null,!0)}),n.allowReorder?n._e():o("button",{class:[{active:e.hidden},"aioseo-hide-heading-toggle","has-icon"],on:{click:function(a){return n.setHiddenStatus(e)}}},[e.hidden?o("EyeOff"):o("Eye")],1),e.headings?o("List",{staticClass:"aioseo-toc-list-nested",attrs:{headings:e.headings,allowReorder:n.allowReorder}}):n._e()],1)])}),0)},Ys=[];const Zs={name:"List",components:{Close:No,CoreTooltip:In,Drag:Ui,Draggable:Cs,Eye:Ds,EyeOff:ks,Info:zo,Link:zs},props:{headings:{required:!0,type:Array},allowReorder:{required:!1,type:Boolean,default(){return!1}}},data(){return{showAnchorField:-1,strings:{tooltipHeader:this.$t.__("Edit HTML Anchor:",this.$tdPro),tooltipDescription:this.$t.sprintf(this.$t.__("The HTML anchor allows %1$s to link directly to your header from this table of contents block. Feel free to edit if you want, but an anchor is required. For headings without an anchor, %1$s will automatically generate them.",this.$tdPro),"AIOSEO")}}},computed:fe(Lt({},On(["listStyle"])),{dragOptions(){return{tag:this.listStyle,animation:300,group:"description",disabled:!this.allowReorder,ghostClass:"aioseo-drag-ghost",dragClass:"aioseo-dragging"}}}),methods:fe(Lt({},Po(["setHeadings"])),{setEditedContent(n,t){if(n===this.headings[t].content){this.headings[t].editedContent="";return}this.headings[t].editedContent=oa(n,!0)},setReorder(){this.$store.state.reOrdered=!0;const n=Gs(Yt(this.$store.state.headings));window.aioseoBus.$emit("updateHeadings"+this.$store.state.blockClientId,n)},setAnchor(n,t){this.headings[t].anchor=$n(n),n||(this.headings[t].anchor="aioseo-"+$n(this.headings[t].content));const o=this.headings[t].blockClientId;!window.wp.data.select("core/block-editor").getBlock(o)||window.wp.data.dispatch("core/block-editor").updateBlockAttributes(o,{anchor:this.headings[t].anchor})},setHiddenStatus(n){n.hidden=!n.hidden,n.editedLevel===9?n.editedLevel=0:n.editedLevel=9,this.setHeadings(sn([...this.$store.state.headings]))},handleAnchorInput(n){const t=n.target.closest(".aioseo-toc-list-item"),o=t==null?void 0:t.querySelector(".row-input--anchor input");!o||(t.classList.contains("anchor-edit")?(t.classList.add("anchor-is-animating"),t.classList.remove("anchor-edit"),t.classList.remove("done"),o.addEventListener("animationend",function e(){t.classList.remove("anchor-is-animating"),t.removeEventListener("animationend",e,!1)})):(o.focus({preventScroll:!0}),t.classList.add("anchor-edit","anchor-is-animating"),o.addEventListener("animationend",function e(){t.classList.remove("anchor-is-animating"),t.classList.add("done"),o.removeEventListener("animationend",e,!1)})))}})},co={};var Ks=ht(Zs,Xs,Ys,!1,Qs,null,null,null);function Qs(n){for(let t in co)this[t]=co[t]}var Js=function(){return Ks.exports}(),qs=function(){var n=this,t=n.$createElement,o=n._self._c||t;return o(n.listStyle,{tag:"component",staticClass:"aioseo-toc-list--rendered"},n._l(n.headings,function(e,r){return o("li",{key:r,staticClass:"aioseo-toc-list-item--rendered",class:[{hidden:e.hidden}]},[o("a",{attrs:{href:"#"+e.anchor}},[n._v(n._s(e.editedContent||e.content))]),e.headings?o("ListRendered",{staticClass:"aioseo-toc-list-nested--rendered",attrs:{headings:e.headings}}):n._e()],1)}),0)},tl=[];const el={name:"ListRendered",props:{headings:{required:!0,type:Array}},computed:Lt({},On(["listStyle"]))},uo={};var nl=ht(el,qs,tl,!1,ol,null,null,null);function ol(n){for(let t in uo)this[t]=uo[t]}var al=function(){return nl.exports}(),rl=function(){var n=this,t=n.$createElement,o=n._self._c||t;return o("core-modal",{staticClass:"aioseo-toc-modal-lite",attrs:{isolate:""},on:{close:function(e){return n.$emit("closeModal")}},scopedSlots:n._u([{key:"body",fn:function(){return[o("cta",{attrs:{type:1,floating:!1,"cta-link":n.$links.utmUrl("toc-block"),"button-text":"Upgrade to Pro and Unlock Reordering","learn-more-link":n.$links.getUpsellUrl("toc-block",null,"reorder-modal")},scopedSlots:n._u([{key:"header-text",fn:function(){return[n._v(" "+n._s(n.strings.header)+" ")]},proxy:!0},{key:"description",fn:function(){return[n._v(" "+n._s(n.strings.description)+" ")]},proxy:!0}])})]},proxy:!0}])})},il=[];const{__:fo,sprintf:sl}=window.wp.i18n,ho="all-in-one-seo-pack",ll={components:{CoreModal:Oa,Cta:Ia},data(){return{strings:{header:sl(fo("This feature is available only for %1$s users",ho),"AIOSEO Pro"),description:fo("Reordering the headings in the Table of Contents block is a feature that can only be used by Pro users. Upgrade to Pro to unlock this advanced functionality.",ho)}}}},po={};var cl=ht(ll,rl,il,!1,dl,null,null,null);function dl(n){for(let t in po)this[t]=po[t]}var ul=function(){return cl.exports}();const Qe={editedContent:"",editedLevel:0,editedOrder:0,hidden:!1,headings:[]};var fl=function(){var n=this,t=n.$createElement,o=n._self._c||t;return o("div",{staticClass:"aioseo-toc-container"},[o("div",{class:["aioseo-toc-menu",{"aioseo-toc-placeholder":n.headings.length===0}]},[o("header",{staticClass:"aioseo-toc-header"},[o("div",{staticClass:"aioseo-toc-header-title"},[n._v(" "+n._s(n.strings.header)+" "),o("core-tooltip",{attrs:{placement:"bottom"},scopedSlots:n._u([{key:"tooltip",fn:function(){return[o("p",[n._v(n._s(n.strings.tooltipMainDescription))])]},proxy:!0}])},[o("Info")],1)],1),n.headings.length===0?o("div",{staticClass:"aioseo-toc-header-instructions"},[n._v(" "+n._s(n.strings.instructions)+" ")]):n._e(),n.headings.length!==0?o("div",{staticClass:"aioseo-toc-header-buttons"},[o("a",{staticClass:"aioseo-button-link",attrs:{href:"#"},on:{click:function(e){n.showModal=!0}}},[n._v(" "+n._s(n.strings.reorder)+" ")]),o("a",{staticClass:"aioseo-button-link",attrs:{href:"#"},on:{click:n.save}},[n._v(" "+n._s(n.strings.done)+" ")])]):n._e()]),n.headings.length!==0?o("div",{staticClass:"aioseo-toc-content"},[o("List",{attrs:{headings:n.headings}})],1):n._e(),n.showModal?o("Reorder",{attrs:{headings:n.headings},on:{closeModal:function(e){n.showModal=!1}}}):n._e()],1),n.headings.length!==0?o("ListRendered",{attrs:{headings:n.headings}}):n._e()],1)},hl=[];const{__:ze,sprintf:pl}=window.wp.i18n,Ue="all-in-one-seo-pack",vl={components:{CoreTooltip:In,Info:zo,List:Js,ListRendered:al,Reorder:ul},data(){return{showModal:!1,strings:{header:pl(ze("%1$s Table of Contents",Ue),"AIOSEO"),instructions:this.$t.__("Add a heading block below to begin generating the Table of Contents.",this.$tdPro),tooltipMainDescription:this.$t.sprintf(this.$t.__("%1$s can automatically output a table of contents based on your heading tags below. Search engines sometimes use table of contents in search results or rich snippets which can help you increase your rankings.",this.$tdPro),"AIOSEO"),reorder:ze("Reorder",Ue),save:ze("Save",Ue),done:ze("Done",Ue)}}},computed:Lt({},On(["blockClientId","headings","reOrdered"])),methods:fe(Lt({},Po(["setHeadings"])),{save(n){const t=n.target.closest(".wp-block");t==null||t.classList.remove("is-selected")},setDefaultHeadingProps(n){return Object.keys(Qe).forEach(t=>{n[t]=Qe[t]}),n},updateHeadings(n){const t=Gt(Yt(this.headings));let o=n.map(e=>this.setDefaultHeadingProps(e));t.forEach(e=>{const r=o.findIndex(a=>a.blockClientId===e.blockClientId);r!==-1&&(Object.keys(Qe).forEach(a=>{o[r][a]=e[a]}),o[r].editedContent===o[r].content&&(o[r].editedContent=""),o[r].hidden?o[r].editedLevel=9:o[r].editedLevel===9&&(o[r].editedLevel=0))}),this.$store.state.reOrdered?0<o.length-t.length&&(o.sort((e,r)=>e.id-r.id),o.forEach((e,r)=>{e.editedOrder||(e.editedOrder=r+1)}),o.sort((e,r)=>e.editedOrder-r.editedOrder)):o.sort((e,r)=>e.id-r.id),o=sn(o),this.setHeadings(o)}}),watch:{headings:{handler(n){window.aioseoBus.$emit("setAttributes"+this.blockClientId,n)},deep:!0},reOrdered:{handler(n){window.aioseoBus.$emit("setAttributes"+this.blockClientId,n)}}},mounted(){window.aioseoBus.$on("updateHeadings"+this.blockClientId,n=>{this.updateHeadings(n)})}},vo={};var gl=ht(vl,fl,hl,!1,ml,null,null,null);function ml(n){for(let t in vo)this[t]=vo[t]}var bl=function(){return gl.exports}();const{__:go}=window.wp.i18n,{InspectorControls:mo}=window.wp.blockEditor,{PanelBody:bo,SelectControl:yl}=window.wp.components,yo="all-in-one-seo-pack",$l=n=>{const{setAttributes:t,attributes:{listStyle:o}}=n;return ne`
10
+ <${mo}>
11
+ <${bo} title=${go("Table of Contents Settings",yo)}>
12
+ <${yl}
13
+ label=${go("List style",yo)}
14
+ options=${[{label:"Bullets",value:"ul"},{label:"Numbers",value:"ol"}]}
15
+ value=${o}
16
+ onChange=${e=>{bt.state.listStyle=e,t({listStyle:e})}}
17
+ />
18
+ </${bo}>
19
+ </${mo}>
20
+ `},{useSelect:wl}=window.wp.data,aa=window.wp.blockEditor.store,{isTyping:xl}=window.wp.data.select(aa),$o=[];let We=[];function Sl(n){const{setAttributes:t,attributes:o,clientId:e,className:r,isSelected:a}=n,i=`aioseo-${e}`;if(!$o.includes(e)&&(a||document.querySelector(`[data-block="${e}"]`))&&($o.push(e),At({id:i,parent:document.querySelector(".block-editor"),subtree:!0,done:function(s){var l;if(bt.state.blockClientId=e,bt.state.headings=o.headings,bt.state.listStyle=o.listStyle,bt.state.reOrdered=o.reOrdered,new Pt({store:bt,el:s,render:c=>c(bl)}),(l=bt.state.headings)!=null&&l.length){const c=Gt(Yt(bt.state.headings));c.forEach(d=>{const u=We.find(f=>f.content===d.content&&f.anchor===d.anchor&&f.id===d.id&&f.level===d.level);u&&(d.blockClientId=u.blockClientId)}),bt.state.headings=sn(c),t(bt.state)}window.aioseoBus.$on("setAttributes"+e,()=>{t(bt.state)})}})),We=wl(s=>{var y,O,T,C,S;const{getBlockAttributes:l,getBlockIndex:c,getBlockName:d,getClientIdsWithDescendants:u}=s(aa),f=c(e),g=[];u().forEach(E=>{if(d(E)!=="core/heading"&&d(E)!=="aioseo/faq")return;const _=l(E),F=c(E),L=typeof(_==null?void 0:_.anchor)=="string"&&_.anchor!=="",A=_.level||_.tagName.replace("h","");if(A==="div")return;let I=_.question||_.content||"";I===""||f>F||(I=oa(I.replace(/(<br *\/?>)+/g," "),!0),!L&&!xl()&&(_.anchor="aioseo-"+$n(I)),g.push({id:F,blockClientId:E,content:I,level:Number(A),anchor:L?_.anchor:""}))}),g.forEach((E,_)=>{E.order=_});const h=(y=Gt(Yt(bt.state.headings)))==null?void 0:y.map(E=>(Object.keys(Qe).forEach(_=>{delete E[_]}),E));return!an([...g].sort((E,_)=>E.order-_.order),[...h].sort((E,_)=>E.order-_.order))||((T=Gt([...(O=l(e))==null?void 0:O.headings]))==null?void 0:T.length)!==[...g].length||((C=l(e))==null?void 0:C.reOrdered)===!0&&!an(Gt([...bt.state.headings]).sort((E,_)=>E.editedOrder-_.editedOrder),Gt([...(S=l(e))==null?void 0:S.headings]).sort((E,_)=>E.editedOrder-_.editedOrder))?g:null},[e]),We!==null){const s=We.sort((l,c)=>l.editedOrder-c.editedOrder);window.aioseoBus.$emit("updateHeadings"+e,s)}return ne`
21
+ <div className="${r}">
22
+ <div id="aioseo-${e}"></div>
23
+ ${$l(n)}
24
+ </div>
25
+ `}const{RawHTML:wo}=window.wp.element;function _l({attributes:{headings:n,listStyle:t}}){if(!n)return"";const o=ra(n,t);return ne`<${wo}>${o}</${wo}>`}const ra=(n,t)=>{let o=`<${t}>`;return n.forEach(e=>{var a;if(e.hidden)return;let r="<li>";r+=`<a href="#${e.anchor}">${e.editedContent||e.content}</a>`,(a=e.headings)!=null&&a.length&&(r+=ra(e.headings,t)),r+="</li>",o+=r}),o+=`</${t}>`,o};var Cl=ne`
26
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0zm0 0h24v24H0V0z" fill="none"/><path d="M3 9h14V7H3v2zm0 4h14v-2H3v2zm0 4h14v-2H3v2zm16 0h2v-2h-2v2zm0-10v2h2V7h-2zm0 6h2v-2h-2v2z"/></svg>
27
+ `;const{name:El,title:Ol,description:Il,keywords:Tl,category:Ll,supports:Dl,attributes:Al}=Vo,Ml={title:Ol,description:Il,keywords:Tl,category:Ll,attributes:Al,icon:Cl,supports:Dl,edit:Sl,save:_l};var Pl=Object.freeze({__proto__:null,[Symbol.toStringTag]:"Module",metadata:Vo,name:El,settings:Ml});const Nl="https://schemas.wp.org/wp/5.8/block.json",Bl="aioseo/faq",kl="AIOSEO - FAQ",Rl="Easily add an SEO-friendly Frequently Asked Question (FAQ) to your content.",jl="text",Hl=["accordion","answer","faq","frequently asked questions","knowledge base","question","schema","seo"],Fl="all-in-one-seo-pack",Vl={hidden:{type:"boolean",default:!1},question:{type:"string",selector:".aioseo-faq-block-question"},schemaBlockId:{type:"string",default:""},tagName:{type:"string",default:"h3"}},zl={html:!1,anchor:!0,align:["wide","full"],color:{link:!0,__experimentalDefaultControls:{background:!0,text:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalDefaultControls:{fontSize:!0,lineHeight:!0}}};var ia={$schema:Nl,name:Bl,title:kl,description:Rl,category:jl,keywords:Hl,textdomain:Fl,attributes:Vl,supports:zl};const{RichText:Ul,InnerBlocks:Wl}=window.wp.blockEditor,{PanelBody:xo,SelectControl:Gl,ToggleControl:Xl}=window.wp.components,So=window.wp.blockEditor.InspectorControls||window.wp.editor.InspectorControls,{__:Nt}=window.wp.i18n,Bt="all-in-one-seo-pack",Yl=[["core/paragraph",{placeholder:Nt("Write an answer...",Bt)}]],Zl=["core/paragraph","core/heading","core/list","core/image","core/media-text"],Kl=(n,t,o)=>{const{hidden:e,question:r,tagName:a}=t,i=ha.getUpsellLink("faq-block",Nt("Click here to get",Bt)+" AIOSEO Pro","sidebar",!0);return ne`
28
+ <div data-schema-only="${e}" className="${n}">
29
+ <${So}>
30
+ <${xo} title=${Nt("FAQ Options",Bt)}>
31
+ <${Gl}
32
+ label=${Nt("Title Wrapper",Bt)}
33
+ options=${[{label:"DIV",value:"div"},{label:"H1",value:"h1"},{label:"H2",value:"h2"},{label:"H3",value:"h3"},{label:"H4",value:"h4"}]}
34
+ value=${a}
35
+ onChange=${s=>o({tagName:s})}
36
+ />
37
+
38
+ <p className="aioseo-visibility-label">${Nt("Visibility",Bt)}</p>
39
+ <${Xl}
40
+ className="aioseo-faq-visibility"
41
+ label=${Nt("Display Block",Bt)}
42
+ help=${Nt("You can choose to hide this block from appearing on the front-end of your site, but we will still output the JSON schema for it.",Bt)}
43
+ checked=${!e}
44
+ onChange=${()=>o({hidden:!e})}
45
+ disabled
46
+ />
47
+ <div className="aioseo-alert aioseo-alert inline-upsell blue medium">
48
+ <div dangerouslySetInnerHTML=${{__html:Nt("FAQPage schema is a Pro feature.",Bt)+" "+i}}></div>
49
+ </div>
50
+ </${xo}>
51
+ </${So}>
52
+ <${Ul}
53
+ tagName=${a}
54
+ placeholder=${Nt("Write a question...",Bt)}
55
+ className='aioseo-faq-block-question'
56
+ value=${r}
57
+ onChange=${s=>o({question:s})}
58
+ />
59
+ <div className="aioseo-faq-block-answer">
60
+ <${Wl}
61
+ template=${Yl}
62
+ allowedBlocks=${Zl}
63
+ />
64
+ </div>
65
+ </div>
66
+ `},{useSelect:Ql}=window.wp.data,Jl=window.wp.blockEditor.store,{serialize:ql}=window.wp.blocks,tc=n=>{const{body:t}=document.implementation.createHTMLDocument("");t.innerHTML=n;function o(e){var a;const r=e.childNodes;for(const i of r){if((a=i.nodeName)!=null&&a.toLowerCase().includes("comment")&&i.parentNode.removeChild(i),i.attributes)for(const{name:s,value:l}of i.attributes){const c=l.replace(/\s+/g,"").toLowerCase();(!["src","href"].includes(s)||s.startsWith("on")||c.includes("javascript:")||c.includes("data:"))&&i.removeAttribute(s)}o(i)}}return o(t),t.innerHTML.trim().replace(/\s+/g," ")};function ec(n){const{attributes:t,className:o,clientId:e,setAttributes:r}=n,{schemaBlockId:a}=t,i=l=>{window.requestAnimationFrame(()=>{r(l)}),window.aioseoBus.$emit("schemaBlockUpdated")};a||i({schemaBlockId:Ws()});const s=Ql(l=>{const{getBlock:c,getBlocks:d}=l(Jl),u=g=>{const v=d(g.clientId)||[],h=ql(v);return tc(h)},f=c(e);return u(f)},[e]);return i({answer:s}),Kl(o,t,i)}const{RichText:nc,InnerBlocks:oc}=window.wp.blockEditor;function ac({attributes:n,className:t}){const{question:o,hidden:e,tagName:r}=n;return ne`
67
+ <div data-schema-only="${e}" className=${t}>
68
+ <${nc.Content}
69
+ tagName=${r}
70
+ className="aioseo-faq-block-question"
71
+ value=${o}
72
+ />
73
+ <div className="aioseo-faq-block-answer">
74
+ <${oc.Content} />
75
+ </div>
76
+ </div>
77
+ `}var rc=ne`
78
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 15q.425 0 .738-.312.312-.313.312-.738t-.312-.738Q14.425 12.9 14 12.9t-.737.312q-.313.313-.313.738t.313.738Q13.575 15 14 15Zm-.75-3.2h1.5q0-.725.15-1.063.15-.337.7-.887.75-.75 1-1.213.25-.462.25-1.087 0-1.125-.788-1.837Q15.275 5 14 5q-1.025 0-1.787.575-.763.575-1.063 1.525l1.35.55q.225-.625.613-.938Q13.5 6.4 14 6.4q.6 0 .975.337.375.338.375.913 0 .35-.2.662-.2.313-.7.788-.825.725-1.012 1.137-.188.413-.188 1.563ZM8 18q-.825 0-1.412-.587Q6 16.825 6 16V4q0-.825.588-1.413Q7.175 2 8 2h12q.825 0 1.413.587Q22 3.175 22 4v12q0 .825-.587 1.413Q20.825 18 20 18Zm-4 4q-.825 0-1.412-.587Q2 20.825 2 20V6h2v14h14v2Z"/></svg>
79
+ `;const{__:_o}=window.wp.i18n,Co="all-in-one-seo-pack",{name:ic,title:sc,description:lc,category:cc,supports:dc,attributes:uc}=ia,fc={title:sc,description:lc,category:cc,attributes:uc,icon:rc,example:{attributes:{question:_o("Who should use AIOSEO?",Co)},innerBlocks:[{name:"core/paragraph",attributes:{content:_o("All in One SEO is perfect for business owners, bloggers, designers, developers, photographers, and basically everyone else. If you want to optimize your WordPress SEO, then you need to use All in One SEO Pack.",Co)}}]},supports:dc,edit:ec,save:ac};var hc=Object.freeze({__proto__:null,[Symbol.toStringTag]:"Module",metadata:ia,name:ic,settings:fc}),Do,Ao;if(((Ao=(Do=window.aioseo)==null?void 0:Do.currentPost)==null?void 0:Ao.context)==="post"){let n=[];window.wp.data.subscribe(()=>{t()});const t=Rn(()=>{const e=window.wp.data.select("core/block-editor").getBlocks();e.length<n.length&&o(),n=e},200);window.aioseoBus.$on("schemaBlockUpdated",()=>{o()});const o=Rn(()=>{var a;let e=window.wp.data.select("core/block-editor").getBlocks().filter(i=>{var s;return(s=i==null?void 0:i.attributes)==null?void 0:s.schemaBlockId});e=e.map(i=>(i.attributes.type=i.name,i));const r=((a=kn.currentPost.schema_type_options)==null?void 0:a.blockGraphs)||[];r.forEach((i,s)=>{const l=e.findIndex(c=>{var d;return((d=c==null?void 0:c.attributes)==null?void 0:d.schemaBlockId)===(i==null?void 0:i.schemaBlockId)});if(l===-1){r.splice(s,1);return}r[s]=e[l].attributes}),e.forEach(i=>{r.findIndex(l=>{var c;return(l==null?void 0:l.schemaBlockId)===((c=i==null?void 0:i.attributes)==null?void 0:c.schemaBlockId)})===-1&&(i==null?void 0:i.attributes)&&r.push(i.attributes)}),kn.currentPost.schema_type_options.blockGraphs=r},200)}if(pa()){const n=window.wp.element.createElement,t=n("svg",{width:25,height:25,viewBox:"0 0 25 25",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n("path",{fillRule:"evenodd",clipRule:"evenodd",fill:"#434960",d:"M12.434 24c6.627 0 12-5.373 12-12s-5.373-12-12-12c-6.628 0-12 5.373-12 12s5.372 12 12 12zM10.523 4.392a.635.635 0 00-.74-.266 8.07 8.07 0 00-.92.391.659.659 0 00-.337.723l.206 1.041a.746.746 0 01-.264.713 6.293 6.293 0 00-.903.924.717.717 0 01-.698.272l-1.02-.206a.638.638 0 00-.708.346 8.493 8.493 0 00-.38.94.66.66 0 00.263.754l.867.588a.745.745 0 01.307.694 6.54 6.54 0 00.003 1.305.744.744 0 01-.305.695l-.865.591a.661.661 0 00-.26.755c.108.321.236.635.383.94a.638.638 0 00.708.343l1.02-.21a.716.716 0 01.7.27c.267.334.57.643.905.92a.746.746 0 01.266.712L8.55 18.67a.659.659 0 00.34.722 8.045 8.045 0 00.92.388c.458.16 1.097-.413 1.57-.836a1.12 1.12 0 00.379-.82v-1.748c0-.018 0-.036.002-.055-1.397-.34-2.435-1.622-2.435-3.152v-1.85c0-.14.111-.254.25-.254h.864v-1.82c0-.251.2-.455.446-.455a.45.45 0 01.446.455v1.82h2.34v-1.82c0-.251.2-.455.446-.455a.45.45 0 01.446.455v1.82h.865c.138 0 .25.114.25.254v1.85c0 1.578-1.105 2.893-2.569 3.182v1.76c0 .322.149.623.389.832.481.42 1.132.988 1.586.827a8.08 8.08 0 00.921-.391.659.659 0 00.336-.723l-.205-1.042a.746.746 0 01.264-.712c.328-.273.63-.582.902-.924a.717.717 0 01.698-.272l1.02.206a.638.638 0 00.708-.346 8.575 8.575 0 00.38-.94.661.661 0 00-.263-.754l-.867-.588a.745.745 0 01-.307-.694 6.481 6.481 0 00-.003-1.305.745.745 0 01.305-.695l.865-.591a.662.662 0 00.26-.755 8.435 8.435 0 00-.383-.94.638.638 0 00-.708-.343l-1.02.21a.716.716 0 01-.7-.27 6.297 6.297 0 00-.904-.92.747.747 0 01-.267-.712l.202-1.042a.659.659 0 00-.339-.722 8.164 8.164 0 00-.921-.388.635.635 0 00-.74.269l-.575.884a.718.718 0 01-.681.314 6.105 6.105 0 00-1.278.003.718.718 0 01-.682-.311l-.58-.883z"})),{getCategories:o,setCategories:e,registerBlockCollection:r,registerBlockType:a}=window.wp.blocks,i=[...o()];typeof r=="function"?r("aioseo",{title:"AIOSEO",icon:t}):(i.unshift({slug:"aioseo",title:"AIOSEO",icon:t}),e(i));const s=c=>{if(!c)return;const{name:d,settings:u}=c;if(u.icon&&!u.icon.foreground){const f={foreground:"#141B38",src:u.icon};u.icon=f}typeof r=="function"&&u.category==="aioseo"&&(u.category="widgets"),typeof r!="function"&&u.category!=="aioseo"&&(u.category="aioseo"),a(d,u)};(()=>{[Na,sr,Pl,hc].forEach(s),window.aioseo.localBusiness&&[wr,Nr,Zr,ei,wi].forEach(s)})()}
dist/Lite/assets/connect-pro.8a978f37.js DELETED
@@ -1 +0,0 @@
1
- import{n as s,V as i}from"./js/vueComponentNormalizer.87056a83.js";import"./js/index.652636d3.js";import{s as o}from"./js/index.8900b7f9.js";import{_,s as u,a as c}from"./js/index.bd58513c.js";import{s as l}from"./js/default-i18n.abde8d59.js";import"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";import"./js/constants.7cd698f2.js";import"./js/isArrayLikeObject.a4a9229a.js";var p=function(){var n=this,t=n.$createElement,e=n._self._c||t;return e("div",{staticClass:"aioseo-app"},[e("router-view")],1)},m=[];const f={},r={};var v=s(f,p,m,!1,d,null,null,null);function d(n){for(let t in r)this[t]=r[t]}var y=function(){return v.exports}();function w(n){switch(n){case"../views/Main.vue":return _(()=>import(""+(window.__aioseo_dynamic_handler__||function(t){return t})("./js/Main.94588644.js")+""),(window.__aioseo_dynamic_preload__ || function(importer) { return importer; })(["js/Main.94588644.js","css/Main.73ddf534.css","js/AnimatedDannie.02bd3d10.js","css/AnimatedDannie.c13e074e.css","js/vueComponentNormalizer.87056a83.js","js/Card.f0350b06.js","css/Card.a8f40856.css","js/index.8900b7f9.js","js/default-i18n.abde8d59.js","js/isArrayLikeObject.a4a9229a.js","js/Tooltip.3ec20ff5.js","css/Tooltip.986bbe63.css","js/_commonjsHelpers.f40d732e.js","js/index.652636d3.js","css/index.9d7c70c5.css","js/client.94d919c5.js","js/constants.7cd698f2.js","js/QuestionMark.83ebd18e.js","js/Slide.f5d21606.js","js/Header.c5a344f7.js","css/Header.87052b11.css","js/ToolsSettings.a9d9524e.js","js/context.04ada340.js","js/params.bea1a08d.js","js/LicenseKeyBar.0d9de81d.js","css/LicenseKeyBar.b29d430c.css","js/LogoGear.0c3dd5e3.js","js/AnimatedNumber.b6059bfd.js","js/Logo.1a5e022a.js"]));default:return new Promise(function(t,e){(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(e.bind(null,new Error("Unknown variable dynamic import: "+n)))})}}const A=n=>()=>w("../views/"+n+".vue");var R=[{path:"*",redirect:"/"},{path:"/",name:"main",component:A("Main"),meta:{access:"aioseo_manage_seo",name:l("Connect with %1$s","AIOSEO")}}];const a=u(R);c(o,a);new i({router:a,store:o,render:n=>n(y)}).$mount("#aioseo-app");
 
dist/Lite/assets/connect-pro.db898166.js ADDED
@@ -0,0 +1 @@
 
1
+ import{n as s,V as i}from"./js/vueComponentNormalizer.87056a83.js";import"./js/index.a4161053.js";import{s as r}from"./js/index.d328c175.js";import{_,s as u,a as c}from"./js/index.a6bfea7f.js";import{s as l,_ as p}from"./js/default-i18n.abde8d59.js";import"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";import"./js/constants.a1b1778a.js";import"./js/isArrayLikeObject.a4a9229a.js";var m=function(){var n=this,t=n.$createElement,e=n._self._c||t;return e("div",{staticClass:"aioseo-app"},[e("router-view")],1)},f=[];const v={},o={};var d=s(v,m,f,!1,y,null,null,null);function y(n){for(let t in o)this[t]=o[t]}var w=function(){return d.exports}();function A(n){switch(n){case"../views/Main.vue":return _(()=>import(""+(window.__aioseo_dynamic_handler__||function(t){return t})("./js/Main.9c51487c.js")+""),(window.__aioseo_dynamic_preload__ || function(importer) { return importer; })(["js/Main.9c51487c.js","css/Main.73ddf534.css","js/AnimatedDannie.02bd3d10.js","css/AnimatedDannie.c13e074e.css","js/vueComponentNormalizer.87056a83.js","js/Card.be971207.js","css/Card.a8f40856.css","js/index.d328c175.js","js/default-i18n.abde8d59.js","js/isArrayLikeObject.a4a9229a.js","js/Tooltip.3ec20ff5.js","css/Tooltip.986bbe63.css","js/_commonjsHelpers.f40d732e.js","js/index.a4161053.js","css/index.9d7c70c5.css","js/client.94d919c5.js","js/constants.a1b1778a.js","js/QuestionMark.83ebd18e.js","js/Slide.f5d21606.js","js/Header.62cb09dc.js","css/Header.87052b11.css","js/ToolsSettings.004b222f.js","js/helpers.db3922d1.js","js/cleanForSlug.e9a761bb.js","js/Modal.1216ab78.js","css/Modal.bbd5ad5b.css","js/params.bea1a08d.js","js/LicenseKeyBar.f184444d.js","css/LicenseKeyBar.b29d430c.css","js/LogoGear.0c3dd5e3.js","js/AnimatedNumber.b6059bfd.js","js/Logo.1a5e022a.js"]));default:return new Promise(function(t,e){(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(e.bind(null,new Error("Unknown variable dynamic import: "+n)))})}}const R="all-in-one-seo-pack",h=n=>()=>A("../views/"+n+".vue");var M=[{path:"*",redirect:"/"},{path:"/",name:"main",component:h("Main"),meta:{access:"aioseo_manage_seo",name:l(p("Connect with %1$s",R),"AIOSEO")}}];const a=u(M);c(r,a);new i({router:a,store:r,render:n=>n(w)}).$mount("#aioseo-app");
dist/Lite/assets/connect.5f0ac0ba.js DELETED
@@ -1 +0,0 @@
1
- import{n as s,V as i}from"./js/vueComponentNormalizer.87056a83.js";import"./js/index.652636d3.js";import{s as o}from"./js/index.8900b7f9.js";import{_,s as u,a as c}from"./js/index.bd58513c.js";import{s as l}from"./js/default-i18n.abde8d59.js";import"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";import"./js/constants.7cd698f2.js";import"./js/isArrayLikeObject.a4a9229a.js";var p=function(){var n=this,t=n.$createElement,e=n._self._c||t;return e("div",{staticClass:"aioseo-app"},[e("router-view")],1)},m=[];const f={},r={};var v=s(f,p,m,!1,d,null,null,null);function d(n){for(let t in r)this[t]=r[t]}var y=function(){return v.exports}();function w(n){switch(n){case"../views/Main.vue":return _(()=>import(""+(window.__aioseo_dynamic_handler__||function(t){return t})("./js/Main.0f315922.js")+""),(window.__aioseo_dynamic_preload__ || function(importer) { return importer; })(["js/Main.0f315922.js","css/Main.73ddf534.css","js/AnimatedDannie.02bd3d10.js","css/AnimatedDannie.c13e074e.css","js/vueComponentNormalizer.87056a83.js","js/Card.f0350b06.js","css/Card.a8f40856.css","js/index.8900b7f9.js","js/default-i18n.abde8d59.js","js/isArrayLikeObject.a4a9229a.js","js/Tooltip.3ec20ff5.js","css/Tooltip.986bbe63.css","js/_commonjsHelpers.f40d732e.js","js/index.652636d3.js","css/index.9d7c70c5.css","js/client.94d919c5.js","js/constants.7cd698f2.js","js/QuestionMark.83ebd18e.js","js/Slide.f5d21606.js","js/Header.c5a344f7.js","css/Header.87052b11.css","js/ToolsSettings.a9d9524e.js","js/context.04ada340.js","js/params.bea1a08d.js","js/LicenseKeyBar.0d9de81d.js","css/LicenseKeyBar.b29d430c.css","js/LogoGear.0c3dd5e3.js","js/AnimatedNumber.b6059bfd.js","js/Logo.1a5e022a.js"]));default:return new Promise(function(t,e){(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(e.bind(null,new Error("Unknown variable dynamic import: "+n)))})}}const A=n=>()=>w("../views/"+n+".vue");var R=[{path:"*",redirect:"/"},{path:"/",name:"main",component:A("Main"),meta:{access:"aioseo_manage_seo",name:l("Connect with %1$s","AIOSEO")}}];const a=u(R);c(o,a);new i({router:a,store:o,render:n=>n(y)}).$mount("#aioseo-app");
 
dist/Lite/assets/connect.f07b3fd1.js ADDED
@@ -0,0 +1 @@
 
1
+ import{n as s,V as i}from"./js/vueComponentNormalizer.87056a83.js";import"./js/index.a4161053.js";import{s as r}from"./js/index.d328c175.js";import{_,s as u,a as c}from"./js/index.a6bfea7f.js";import{s as l,_ as p}from"./js/default-i18n.abde8d59.js";import"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";import"./js/constants.a1b1778a.js";import"./js/isArrayLikeObject.a4a9229a.js";var m=function(){var n=this,t=n.$createElement,e=n._self._c||t;return e("div",{staticClass:"aioseo-app"},[e("router-view")],1)},f=[];const v={},o={};var d=s(v,m,f,!1,y,null,null,null);function y(n){for(let t in o)this[t]=o[t]}var w=function(){return d.exports}();function A(n){switch(n){case"../views/Main.vue":return _(()=>import(""+(window.__aioseo_dynamic_handler__||function(t){return t})("./js/Main.72a38fb8.js")+""),(window.__aioseo_dynamic_preload__ || function(importer) { return importer; })(["js/Main.72a38fb8.js","css/Main.73ddf534.css","js/AnimatedDannie.02bd3d10.js","css/AnimatedDannie.c13e074e.css","js/vueComponentNormalizer.87056a83.js","js/Card.be971207.js","css/Card.a8f40856.css","js/index.d328c175.js","js/default-i18n.abde8d59.js","js/isArrayLikeObject.a4a9229a.js","js/Tooltip.3ec20ff5.js","css/Tooltip.986bbe63.css","js/_commonjsHelpers.f40d732e.js","js/index.a4161053.js","css/index.9d7c70c5.css","js/client.94d919c5.js","js/constants.a1b1778a.js","js/QuestionMark.83ebd18e.js","js/Slide.f5d21606.js","js/Header.62cb09dc.js","css/Header.87052b11.css","js/ToolsSettings.004b222f.js","js/helpers.db3922d1.js","js/cleanForSlug.e9a761bb.js","js/Modal.1216ab78.js","css/Modal.bbd5ad5b.css","js/params.bea1a08d.js","js/LicenseKeyBar.f184444d.js","css/LicenseKeyBar.b29d430c.css","js/LogoGear.0c3dd5e3.js","js/AnimatedNumber.b6059bfd.js","js/Logo.1a5e022a.js"]));default:return new Promise(function(t,e){(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(e.bind(null,new Error("Unknown variable dynamic import: "+n)))})}}const R="all-in-one-seo-pack",h=n=>()=>A("../views/"+n+".vue");var M=[{path:"*",redirect:"/"},{path:"/",name:"main",component:h("Main"),meta:{access:"aioseo_manage_seo",name:l(p("Connect with %1$s",R),"AIOSEO")}}];const a=u(M);c(r,a);new i({router:a,store:r,render:n=>n(w)}).$mount("#aioseo-app");
dist/Lite/assets/css/App.7c89764d.css DELETED
@@ -1 +0,0 @@
1
- .aioseo-robots-meta .global-robots-settings{margin:0;padding-top:24px}.aioseo-robots-meta .global-robots-settings>.settings{padding:8px 0 16px}.aioseo-robots-meta .global-robots-settings-options{display:flex}[dir=ltr] .aioseo-robots-meta .global-robots-settings-options .max-snippet{margin-right:30px}[dir=rtl] .aioseo-robots-meta .global-robots-settings-options .max-snippet{margin-left:30px}.aioseo-robots-meta .global-robots-settings-options .max-snippet .aioseo-input{max-width:90px}[dir=ltr] .aioseo-robots-meta .global-robots-settings-options .max-video-preview{margin-right:30px}[dir=rtl] .aioseo-robots-meta .global-robots-settings-options .max-video-preview{margin-left:30px}.aioseo-robots-meta .global-robots-settings-options .max-video-preview .aioseo-input{max-width:90px}.aioseo-robots-meta .global-robots-settings-options .max-image-preview .aioseo-select{min-width:155px}.aioseo-robots-meta .global-robots-settings-options>span{display:inline-block;margin-bottom:4px}@media screen and (max-width: 782px){.aioseo-robots-meta .global-robots-settings-options{display:block}.aioseo-robots-meta .global-robots-settings-options .max-snippet,.aioseo-robots-meta .global-robots-settings-options .max-video-preview{margin-bottom:20px}[dir=ltr] .aioseo-robots-meta .global-robots-settings-options .max-snippet,[dir=ltr] .aioseo-robots-meta .global-robots-settings-options .max-video-preview{margin-right:0}[dir=rtl] .aioseo-robots-meta .global-robots-settings-options .max-snippet,[dir=rtl] .aioseo-robots-meta .global-robots-settings-options .max-video-preview{margin-left:0}.aioseo-robots-meta .global-robots-settings-options>div .aioseo-input,.aioseo-robots-meta .global-robots-settings-options>div .aioseo-select{min-width:100%}}.edit-post-sidebar .global-robots-settings{padding-top:12px}.edit-post-sidebar .global-robots-settings>.settings{padding:4px 0 12px}.edit-post-sidebar .global-robots-settings>.settings label{font-size:16px}.edit-post-sidebar .global-robots-settings .robots-meta-title{padding-top:4px;display:inline-block}.edit-post-sidebar .global-robots-settings-options{flex-wrap:wrap}[dir=ltr] .edit-post-sidebar .max-snippet{margin-right:30px!important}[dir=rtl] .edit-post-sidebar .max-snippet{margin-left:30px!important}[dir=ltr] .edit-post-sidebar .max-video-preview{margin-right:0!important}[dir=rtl] .edit-post-sidebar .max-video-preview{margin-left:0!important}.edit-post-sidebar .max-image-preview{margin-top:20px!important}.aioseo-post-advanced .inline-upsell{display:inline-flex;margin-top:20px}.aioseo-post-advanced .selectbox-row{display:flex;align-items:center}.aioseo-post-advanced .selectbox-row .separator{display:inline-block;margin:0 20px;padding-bottom:10px;align-self:flex-end}.aioseo-post-advanced .selectbox-row .select{display:inline-block;width:100%;max-width:125px}.aioseo-post-advanced .selectbox-row .select>span{display:inline-block;font-size:14px;margin-bottom:10px}.aioseo-card.aioseo-sidebar-card .header{height:46px}.aioseo-card.aioseo-sidebar-card .header:hover{cursor:pointer}.aioseo-card.aioseo-sidebar-card .content{padding-bottom:8px!important}.aioseo-card.aioseo-sidebar-card ul{margin-bottom:0}.aioseo-card.aioseo-sidebar-card ul li{margin-bottom:16px}[dir=ltr] .aioseo-card.aioseo-sidebar-card ul li{padding-left:25px}[dir=rtl] .aioseo-card.aioseo-sidebar-card ul li{padding-right:25px}.aioseo-card.aioseo-sidebar-card ul .description{margin:0}.aioseo-analysis-detail{margin:0 0 35px}.aioseo-analysis-detail li{position:relative;margin-bottom:24px}[dir=ltr] .aioseo-analysis-detail li{padding-left:24px}[dir=rtl] .aioseo-analysis-detail li{padding-right:24px}.aioseo-analysis-detail li svg{position:relative;top:3px}[dir=ltr] .aioseo-analysis-detail li svg{left:0}[dir=rtl] .aioseo-analysis-detail li svg{right:0}.aioseo-analysis-detail li svg.aioseo-circle-check{color:#00aa63}.aioseo-analysis-detail li svg.aioseo-circle-close{color:#df2a4a}.aioseo-analysis-detail li svg.aioseo-circle-check,.aioseo-analysis-detail li svg.aioseo-circle-close{position:absolute;top:5px}[dir=ltr] .aioseo-analysis-detail li svg.aioseo-circle-check,[dir=ltr] .aioseo-analysis-detail li svg.aioseo-circle-close{left:0}[dir=rtl] .aioseo-analysis-detail li svg.aioseo-circle-check,[dir=rtl] .aioseo-analysis-detail li svg.aioseo-circle-close{right:0}.aioseo-analysis-detail li svg.aioseo-caret{cursor:pointer;transition:transform .3s}[dir=ltr] .aioseo-analysis-detail li svg.aioseo-caret{transform:rotate(-180deg)}[dir=rtl] .aioseo-analysis-detail li svg.aioseo-caret{transform:rotate(180deg)}.aioseo-analysis-detail li .title{margin-bottom:6px!important}[dir=ltr] .aioseo-analysis-detail li .title.toggled .aioseo-caret{transform:rotate(-90deg)}[dir=rtl] .aioseo-analysis-detail li .title.toggled .aioseo-caret{transform:rotate(90deg)}.aioseo-analysis-detail li .title.toggled+.description{opacity:0;height:0;margin:0}.aioseo-analysis-detail li .description{font-size:14px;font-style:normal;opacity:1;height:auto;transition:all .3s}.edit-post-sidebar .aioseo-analysis-detail .title{font-size:14px}.edit-post-sidebar .aioseo-analysis-detail .description{font-size:13px;line-height:1.5;color:#555d66}.aioseo-description.additional-keyphrases-description[data-v-68c33cfb],.edit-post-sidebar .aioseo-app .aioseo-description.additional-keyphrases-description[data-v-68c33cfb]{margin:0 0 20px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .modal-body{max-height:calc(90vh - 70px);overflow:auto}.aioseo-app.aioseo-focus-keyphrase-panel-modal .modal-body .aioseo-modal-content .aioseo-alert{margin-bottom:20px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .semrush-country-selector{max-width:350px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table{width:100%;border:1px solid #D0D1D7;border-radius:3px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-volume,.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-trend{text-align:center}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions>div{display:flex;align-items:center;justify-content:flex-end}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .focus-keyphrase{display:flex;align-items:center;justify-content:flex-end;color:#00aa63;min-width:135px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .focus-keyphrase svg{width:16px;height:16px;color:#00aa63}[dir=ltr] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .focus-keyphrase svg{margin-right:5px}[dir=rtl] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .focus-keyphrase svg{margin-left:5px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .keyphrase-score{border-radius:3px;padding:5px;font-weight:700;font-size:13px;cursor:pointer;border:1px solid #005AE0}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .keyphrase-score.score-green{color:#00aa63;border-color:#00aa63}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .keyphrase-score.score-orange{color:#f18200;border-color:#f18200}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .keyphrase-score.score-red{color:#df2a4a;border-color:#df2a4a}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .keyphrase-score:hover{background-color:#005ae0;color:#fff}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .keyphrase-score:hover.score-green{background-color:#00aa63}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .keyphrase-score:hover.score-orange{background-color:#f18200}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .keyphrase-score:hover.score-red{background-color:#df2a4a}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .remove-keyphrase{display:flex;align-items:center;justify-content:flex-end}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .remove-keyphrase svg{width:16px;height:16px;cursor:pointer}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .remove-keyphrase svg:hover{color:#df2a4a}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-header{height:50px;font-size:14px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-header th{border-bottom:1px solid #D0D1D7;padding:15px}[dir=ltr] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-header th:first-of-type{padding-left:30px}[dir=rtl] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-header th:first-of-type{padding-right:30px}[dir=ltr] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-header th:last-of-type{padding-right:30px}[dir=rtl] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-header th:last-of-type{padding-left:30px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows{font-size:14px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row{background-color:#fff;height:70px}[dir=ltr] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row:last-of-type td:first-of-type{border-radius:0 0 0 3px}[dir=rtl] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row:last-of-type td:first-of-type{border-radius:0 0 3px}[dir=ltr] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row:last-of-type td:last-of-type{border-radius:0 0 3px}[dir=rtl] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row:last-of-type td:last-of-type{border-radius:0 0 0 3px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row.even{background-color:#f9f9fa}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row td{padding:15px}[dir=ltr] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row td:first-of-type{padding-left:30px}[dir=rtl] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row td:first-of-type{padding-right:30px}[dir=ltr] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row td:last-of-type{padding-right:30px}[dir=rtl] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row td:last-of-type{padding-left:30px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row td.no-results>*{display:flex;align-items:center;justify-content:center}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row td.no-results .semrush-logo{min-width:150px}[dir=ltr] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row td.no-results .semrush-logo{padding:0 30px 0 0}[dir=rtl] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row td.no-results .semrush-logo{padding:0 0 0 30px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row.loading{display:flex;align-items:center;justify-content:center}.aioseo-app .aioseo-post-general .page-analysis-panel .aioseo-tabs{background:#fff}.aioseo-app .aioseo-post-general .page-analysis-panel .aioseo-tabs .md-button-content{display:flex}.aioseo-app .aioseo-post-general .page-analysis-panel .aioseo-tabs .md-button{font-weight:700}.aioseo-post-general svg.aioseo-circle-question-mark{width:17px;height:17px;color:#8c8f99;transition:background-color .2s ease}.aioseo-post-general svg.aioseo-circle-question-mark:hover{color:#5a5c65}.aioseo-post-general .mobile-radio-buttons{margin:0!important;padding:0!important;border:0}.aioseo-post-general .mobile-radio-buttons>.aioseo-col{padding:0}.aioseo-post-general .mobile-radio-buttons .aioseo-radio-toggle{justify-content:flex-end}[dir=ltr] .aioseo-post-general .mobile-radio-buttons .aioseo-radio-toggle>div{margin-left:10px}[dir=rtl] .aioseo-post-general .mobile-radio-buttons .aioseo-radio-toggle>div{margin-right:10px}.aioseo-post-general .ismobile{max-width:375px}.aioseo-post-general .edit-snippet,.aioseo-post-general .add-keyphrase{margin-top:12px;border:1px solid #DCDDE1}[dir=ltr] .aioseo-post-general .edit-snippet svg,[dir=ltr] .aioseo-post-general .add-keyphrase svg{margin-right:5px}[dir=rtl] .aioseo-post-general .edit-snippet svg,[dir=rtl] .aioseo-post-general .add-keyphrase svg{margin-left:5px}.aioseo-post-general .disabled-button{margin-top:12px;border:1px solid #dcdde1;color:#8c8f9a;background-color:#f3f4f5;cursor:default;height:30px;font-size:14px;padding:0 12px;flex-shrink:0;line-height:1;display:inline-flex;align-items:center;justify-content:center;font-weight:600;border-radius:4px;-webkit-appearance:none;transition:background-color .2s ease;position:relative;overflow:hidden;text-decoration:none;white-space:nowrap}[dir=ltr] .aioseo-post-general .disabled-button svg{margin-right:5px}[dir=rtl] .aioseo-post-general .disabled-button svg{margin-left:5px}.aioseo-post-general .aioseo-toggle{display:block}.aioseo-post-general .aioseo-toggle .toggle-content input:checked+.toggle-switch{border:1px solid #00AA63;background-color:#00aa63}.aioseo-post-general .aioseo-keyphrase-tag{display:inline-block;margin-bottom:16px;border-radius:3px;font-size:14px;font-weight:700}[dir=ltr] .aioseo-post-general .aioseo-keyphrase-tag{margin-right:10px}[dir=rtl] .aioseo-post-general .aioseo-keyphrase-tag{margin-left:10px}.aioseo-post-general .aioseo-keyphrase-tag.selected{position:relative}.aioseo-post-general .aioseo-keyphrase-tag.selected:before,.aioseo-post-general .aioseo-keyphrase-tag.selected:after{content:"";position:absolute;display:block;z-index:10;bottom:-17px;border-style:solid}.aioseo-post-general .aioseo-keyphrase-tag.selected:before{border-width:0 10px 10px 10px;border-color:transparent transparent #E8E8EB transparent}[dir=ltr] .aioseo-post-general .aioseo-keyphrase-tag.selected:before{left:calc(50% - 6px)}[dir=rtl] .aioseo-post-general .aioseo-keyphrase-tag.selected:before{right:calc(50% - 6px)}.aioseo-post-general .aioseo-keyphrase-tag.selected:after{border-width:0 8px 8px 8px;border-color:transparent transparent #fff transparent}[dir=ltr] .aioseo-post-general .aioseo-keyphrase-tag.selected:after{left:calc(50% - 4px)}[dir=rtl] .aioseo-post-general .aioseo-keyphrase-tag.selected:after{right:calc(50% - 4px)}.aioseo-post-general .aioseo-keyphrase-tag .aioseo-add-keyphrase-tag{display:block;padding:9px 10px;border:1px solid #F3F4F5;border-radius:3px;background:#F3F4F5;cursor:pointer}.aioseo-post-general .aioseo-keyphrase-tag .aioseo-add-keyphrase-tag.hidden{opacity:0;height:0;padding:0}.aioseo-post-general .aioseo-keyphrase-tag .keyphrase-name{cursor:pointer}.aioseo-post-general .aioseo-keyphrase-tag .keyphrase-edit{opacity:0;margin:0 8px;cursor:pointer}.aioseo-post-general .aioseo-keyphrase-tag .keyphrase-score{cursor:pointer}.aioseo-post-general .aioseo-keyphrase-tag .keyphrase-score.score-green{color:#00aa63}.aioseo-post-general .aioseo-keyphrase-tag .keyphrase-score.score-orange{color:#f18200}.aioseo-post-general .aioseo-keyphrase-tag .keyphrase-score.score-red{color:#df2a4a}.aioseo-post-general .aioseo-keyphrase-tag .aioseo-edit-keyphrase-tag{position:relative}.aioseo-post-general .aioseo-keyphrase-tag .aioseo-edit-keyphrase-tag>input{width:100%;padding:8px 10px;border:1px solid #E8E8EB;border-radius:3px}.aioseo-post-general .aioseo-keyphrase-tag .aioseo-edit-keyphrase-tag .keyphrase-delete{position:absolute;top:2px;width:16px;height:16px;display:block;cursor:pointer}[dir=ltr] .aioseo-post-general .aioseo-keyphrase-tag .aioseo-edit-keyphrase-tag .keyphrase-delete{right:10px}[dir=rtl] .aioseo-post-general .aioseo-keyphrase-tag .aioseo-edit-keyphrase-tag .keyphrase-delete{left:10px}.aioseo-post-general .aioseo-keyphrase-tag .aioseo-edit-keyphrase-tag .keyphrase-delete:hover{color:#df2a4a}.aioseo-post-general .aioseo-keyphrase-tag:hover .keyphrase-edit{opacity:1}.aioseo-post-general .focus-keyphrase-panel .aioseo-analysis-detail{margin-bottom:0}.aioseo-post-general .analysis-wrapper{border-top:1px solid #E8E8EB}.aioseo-post-general .analysis-loading{position:relative;margin-top:16px}.edit-post-sidebar .aioseo-google-search-preview{padding:10px}.edit-post-sidebar .aioseo-button.edit-snippet{display:inline-flex}.edit-post-sidebar .snippet-focus-keyphrases-row{border-bottom:none;margin-bottom:0!important}.edit-post-sidebar .snippet-preview-row{padding-bottom:0!important;border-bottom:none}.edit-post-sidebar .card-focus-keyphrase,.edit-post-sidebar .card-additional-keyphrase,.edit-post-sidebar .card-basic-seo,.edit-post-sidebar .card-title-seo,.edit-post-sidebar .card-readability-seo{margin:0 -1rem;box-shadow:none;border:none;border-top:1px solid #E8E8EB}.edit-post-sidebar .card-focus-keyphrase .header,.edit-post-sidebar .card-additional-keyphrase .header,.edit-post-sidebar .card-basic-seo .header,.edit-post-sidebar .card-title-seo .header,.edit-post-sidebar .card-readability-seo .header{padding:1rem;border-bottom:none;font-size:14px;font-weight:700}.edit-post-sidebar .card-focus-keyphrase .content,.edit-post-sidebar .card-additional-keyphrase .content,.edit-post-sidebar .card-basic-seo .content,.edit-post-sidebar .card-title-seo .content,.edit-post-sidebar .card-readability-seo .content{padding:24px 16px;font-size:14px;border-top:1px solid #E8E8EB}.edit-post-sidebar .card-focus-keyphrase .aioseo-analysis-detail:last-of-type,.edit-post-sidebar .card-additional-keyphrase .aioseo-analysis-detail:last-of-type,.edit-post-sidebar .card-basic-seo .aioseo-analysis-detail:last-of-type,.edit-post-sidebar .card-title-seo .aioseo-analysis-detail:last-of-type,.edit-post-sidebar .card-readability-seo .aioseo-analysis-detail:last-of-type{margin-bottom:0}.edit-post-sidebar .card-focus-keyphrase .aioseo-analysis-detail:last-of-type .title,.edit-post-sidebar .card-additional-keyphrase .aioseo-analysis-detail:last-of-type .title,.edit-post-sidebar .card-basic-seo .aioseo-analysis-detail:last-of-type .title,.edit-post-sidebar .card-title-seo .aioseo-analysis-detail:last-of-type .title,.edit-post-sidebar .card-readability-seo .aioseo-analysis-detail:last-of-type .title{margin-bottom:0}.edit-post-sidebar .card-focus-keyphrase .aioseo-analysis-detail{margin:16px 0!important}.edit-post-sidebar .card-focus-keyphrase .aioseo-analysis-detail:empty{margin:16px}.edit-post-sidebar .card-focus-keyphrase .add-keyphrase{width:100%}.edit-post-sidebar .card-focus-keyphrase .aioseo-analysis-detail,.edit-post-sidebar .card-additional-keyphrase .aioseo-analysis-detail{margin:0 0 16px!important}.edit-post-sidebar .card-focus-keyphrase .add-keyphrase,.edit-post-sidebar .card-additional-keyphrase .add-keyphrase{width:100%;margin-bottom:16px}.edit-post-sidebar .card-readability-seo{border-bottom:1px solid #E8E8EB}.edit-post-sidebar .aioseo-keyphrase-tag{display:block;margin-bottom:10px}[dir=ltr] .edit-post-sidebar .aioseo-keyphrase-tag{margin-right:0}[dir=rtl] .edit-post-sidebar .aioseo-keyphrase-tag{margin-left:0}.edit-post-sidebar .aioseo-keyphrase-tag:after{content:none!important}.edit-post-sidebar .aioseo-keyphrase-tag.selected{border:2px solid #E8E8EB}.edit-post-sidebar .aioseo-keyphrase-tag.selected:before,.edit-post-sidebar .aioseo-keyphrase-tag.selected:after{content:none}.edit-post-sidebar .aioseo-keyphrase-tag .aioseo-add-keyphrase-tag{display:flex;width:100%}.edit-post-sidebar .aioseo-keyphrase-tag .aioseo-add-keyphrase-tag .keyphrase-score{flex:1}[dir=ltr] .edit-post-sidebar .aioseo-keyphrase-tag .aioseo-add-keyphrase-tag .keyphrase-score{text-align:right}[dir=rtl] .edit-post-sidebar .aioseo-keyphrase-tag .aioseo-add-keyphrase-tag .keyphrase-score{text-align:left}.edit-post-sidebar .card-basic-seo .aioseo-analysis-detail,.edit-post-sidebar .card-title-seo .aioseo-analysis-detail,.edit-post-sidebar .card-readability-seo .aioseo-analysis-detail{margin-top:0}.edit-post-sidebar .analysis-wrapper{border-top:none}.aioseo-modal-content>.aioseo-settings-row{border:none;margin-bottom:0!important}.aioseo-modal-content .aioseo-post-general>.mobile-radio-buttons{position:absolute;top:18px;margin-bottom:0;padding-bottom:0}[dir=ltr] .aioseo-modal-content .aioseo-post-general>.mobile-radio-buttons{right:40px}[dir=rtl] .aioseo-modal-content .aioseo-post-general>.mobile-radio-buttons{left:40px}.aioseo-modal-content .settings-name .name{font-size:16px!important;margin-bottom:6px!important}.aioseo-modal-content .snippet-title-row,.aioseo-modal-content .snippet-description-row{position:relative;display:block;margin-top:32px}.aioseo-modal-content .snippet-title-row .settings-name,.aioseo-modal-content .snippet-description-row .settings-name{margin-bottom:8px}.aioseo-modal-content .snippet-title-row .aioseo-description,.aioseo-modal-content .snippet-description-row .aioseo-description{display:none}.aioseo-modal-content .snippet-title-row .add-tags,.aioseo-modal-content .snippet-description-row .add-tags{position:absolute;top:0;margin:0}[dir=ltr] .aioseo-modal-content .snippet-title-row .add-tags,[dir=ltr] .aioseo-modal-content .snippet-description-row .add-tags{right:8px}[dir=rtl] .aioseo-modal-content .snippet-title-row .add-tags,[dir=rtl] .aioseo-modal-content .snippet-description-row .add-tags{left:8px}@media screen and (max-width: 520px){.aioseo-modal-content .snippet-title-row .add-tags .aioseo-add-template-tag,.aioseo-modal-content .snippet-description-row .add-tags .aioseo-add-template-tag{display:none}}.aioseo-modal-content .snippet-title-row{margin-top:24px;padding-bottom:24px!important}.aioseo-modal-content .snippet-preview-row,.aioseo-modal-content .snippet-description-row{border:none;margin-bottom:0!important;padding-bottom:0!important}.aioseo-modal-content .snippet-pillar-row{display:none}.aioseo-modal-content .component-wrapper .aioseo-settings-row>.aioseo-col{padding-top:.5rem!important}.aioseo-modal-content .component-wrapper .aioseo-google-search-preview{padding:32px 28px!important}.aioseo-modal-content .component-wrapper .aioseo-tabs .md-button:not(.md-active){min-width:72px!important;margin:0!important}.aioseo-modal-content .component-wrapper .aioseo-tabs .md-button:hover{background-color:#e2e3e6}.aioseo-modal-content .component-wrapper .aioseo-tabs .md-button:before{border-radius:100%!important;display:none}.aioseo-modal-content .component-wrapper .aioseo-tabs .md-button .label{display:inline!important}.aioseo-modal-content .mobile-radio-buttons .aioseo-tabs .md-button:not(.md-active){margin:0!important}.aioseo-modal-content .mobile-radio-buttons .aioseo-tabs .md-button:not(.md-active):before{top:0!important}.aioseo-link-assistant-sidebar{padding:20px 16px}.aioseo-link-assistant-sidebar .open-link-assistant-modal{margin-top:12px;border:1px solid #DCDDE1;align-items:center}.aioseo-link-assistant-sidebar .open-link-assistant-modal svg{width:10px;height:10px}[dir=ltr] .aioseo-link-assistant-sidebar .open-link-assistant-modal svg{margin-right:8px}[dir=rtl] .aioseo-link-assistant-sidebar .open-link-assistant-modal svg{margin-left:8px}.aioseo-link-assistant-sidebar .open-link-assistant-copy>.col-md-3{display:none}.aioseo-app .aioseo-confirmation-modal .modal-container{max-width:650px!important}.aioseo-app .aioseo-confirmation-modal .aioseo-modal-body{padding:20px 50px 50px;display:flex;align-items:center!important;justify-content:center;flex-direction:column;position:relative}.aioseo-app .aioseo-confirmation-modal .aioseo-button:not(.close){margin-top:16px}.aioseo-app .aioseo-confirmation-modal .aioseo-modal-body{padding:20px 50px 50px;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative}.aioseo-app .aioseo-confirmation-modal h3{font-size:20px;margin-bottom:16px;text-align:center}.aioseo-app .aioseo-confirmation-modal .reset-description{font-size:16px;color:#141b38;margin-bottom:16px;text-align:center;max-width:515px}.aioseo-app .aioseo-confirmation-modal button.close{position:absolute;top:11px;width:24px;height:24px;background-color:#fff;border:none;display:flex;align-items:center}[dir=ltr] .aioseo-app .aioseo-confirmation-modal button.close{right:11px}[dir=rtl] .aioseo-app .aioseo-confirmation-modal button.close{left:11px}.aioseo-app .aioseo-confirmation-modal button.close svg.aioseo-close{cursor:pointer;width:14px;height:14px}.aioseo-app .aioseo-confirmation-modal .aioseo-description{max-width:510px;text-align:center}.aioseo-app .aioseo-link-assistant-phrase .aioseo-tooltip{display:inline!important;margin:0;font-size:0px;line-height:100%}.aioseo-app .aioseo-link-assistant-phrase .aioseo-tooltip span{font-size:14px}.aioseo-app .aioseo-link-assistant-phrase .aioseo-tooltip .anchor{text-decoration:underline;color:#005ae0;white-space:normal}.aioseo-app .aioseo-link-assistant-phrase .aioseo-tooltip .anchor:hover{cursor:pointer}.aioseo-app .aioseo-link-assistant-phrase .aioseo-tooltip a.tooltip-url{text-decoration:underline;color:#fff}.aioseo-app .aioseo-link-assistant-phrase .aioseo-tooltip a.tooltip-url:hover{text-decoration:none}[dir=ltr] .aioseo-app .aioseo-link-assistant-phrase .icons{margin-left:10px}[dir=rtl] .aioseo-app .aioseo-link-assistant-phrase .icons{margin-right:10px}.aioseo-link-assistant,.aioseo-link-assistant-modal{padding:0!important}.aioseo-link-assistant .aioseo-wp-table tbody th.check-column,.aioseo-link-assistant .aioseo-wp-table tbody td,.aioseo-link-assistant-modal .aioseo-wp-table tbody th.check-column,.aioseo-link-assistant-modal .aioseo-wp-table tbody td{font-size:14px}.aioseo-link-assistant .aioseo-wp-table tbody .date,.aioseo-link-assistant-modal .aioseo-wp-table tbody .date{font-size:13px}.aioseo-link-assistant .aioseo-wp-table tr.edit-row .edit-row-content,.aioseo-link-assistant-modal .aioseo-wp-table tr.edit-row .edit-row-content,.aioseo-link-assistant .aioseo-wp-table tr.edit-row .edit-row-content .wrapper .border,.aioseo-link-assistant-modal .aioseo-wp-table tr.edit-row .edit-row-content .wrapper .border{padding:0}.aioseo-link-assistant .aioseo-wp-table .tablenav,.aioseo-link-assistant-modal .aioseo-wp-table .tablenav{font-size:13px!important}.aioseo-link-assistant .aioseo-wp-table button.toggle-row-button,.aioseo-link-assistant-modal .aioseo-wp-table button.toggle-row-button{display:flex;width:30px;height:26px;padding:0;justify-content:center;align-items:center;background-color:#fff;border:1px solid #DCDDE1;border-radius:3px}.aioseo-link-assistant .aioseo-wp-table button.toggle-row-button:hover,.aioseo-link-assistant-modal .aioseo-wp-table button.toggle-row-button:hover{cursor:pointer;background-color:#f9f9fa}.aioseo-link-assistant .aioseo-wp-table button.toggle-row-button.active,.aioseo-link-assistant-modal .aioseo-wp-table button.toggle-row-button.active{background-color:#005ae0;border:1px solid #005AE0}.aioseo-link-assistant .aioseo-wp-table button.toggle-row-button.active:hover,.aioseo-link-assistant-modal .aioseo-wp-table button.toggle-row-button.active:hover{background-color:#1a82ea}.aioseo-link-assistant .aioseo-wp-table button.toggle-row-button.active svg.aioseo-caret,.aioseo-link-assistant-modal .aioseo-wp-table button.toggle-row-button.active svg.aioseo-caret{color:#fff}[dir=ltr] .aioseo-link-assistant .aioseo-wp-table button.toggle-row-button.active svg.aioseo-caret,[dir=ltr] .aioseo-link-assistant-modal .aioseo-wp-table button.toggle-row-button.active svg.aioseo-caret{transform:rotate(-180deg)}[dir=rtl] .aioseo-link-assistant .aioseo-wp-table button.toggle-row-button.active svg.aioseo-caret,[dir=rtl] .aioseo-link-assistant-modal .aioseo-wp-table button.toggle-row-button.active svg.aioseo-caret{transform:rotate(180deg)}.aioseo-link-assistant .aioseo-wp-table button.toggle-row-button svg.aioseo-caret,.aioseo-link-assistant-modal .aioseo-wp-table button.toggle-row-button svg.aioseo-caret{margin:0;height:20px;width:20px;color:#8c8f9a;transition:transform .3s}[dir=ltr] .aioseo-link-assistant .aioseo-wp-table button.toggle-row-button svg.aioseo-caret,[dir=ltr] .aioseo-link-assistant-modal .aioseo-wp-table button.toggle-row-button svg.aioseo-caret{transform:rotate(-90deg)}[dir=rtl] .aioseo-link-assistant .aioseo-wp-table button.toggle-row-button svg.aioseo-caret,[dir=rtl] .aioseo-link-assistant-modal .aioseo-wp-table button.toggle-row-button svg.aioseo-caret{transform:rotate(90deg)}.aioseo-link-assistant .aioseo-wp-table .row-actions a,.aioseo-link-assistant-modal .aioseo-wp-table .row-actions a{font-size:13px;line-height:150%}.aioseo-link-assistant .aioseo-wp-table .row-actions a.delete-all-links,.aioseo-link-assistant-modal .aioseo-wp-table .row-actions a.delete-all-links{color:#df2a4a}[dir=ltr] .aioseo-link-assistant .aioseo-wp-table svg,[dir=ltr] .aioseo-link-assistant-modal .aioseo-wp-table svg{margin-right:11.22px}[dir=rtl] .aioseo-link-assistant .aioseo-wp-table svg,[dir=rtl] .aioseo-link-assistant-modal .aioseo-wp-table svg{margin-left:11.22px}.aioseo-link-assistant .aioseo-wp-table svg.aioseo-link-external,.aioseo-link-assistant-modal .aioseo-wp-table svg.aioseo-link-external{color:#005ae0;width:10.5px;height:10.5px}.aioseo-link-assistant .aioseo-wp-table svg.aioseo-new-page,.aioseo-link-assistant-modal .aioseo-wp-table svg.aioseo-new-page{color:#434960;width:9.33px;height:11.67px}.aioseo-link-assistant .aioseo-tooltip .popper.action a.tooltip-url,.aioseo-link-assistant-modal .aioseo-tooltip .popper.action a.tooltip-url{white-space:normal!important}.aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .tablenav,.aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .tablenav{height:auto}[dir=ltr] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .tablenav .aioseo-wp-bulk-actions,[dir=ltr] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .tablenav .aioseo-wp-bulk-actions{margin:10px 0 16px 16px}[dir=rtl] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .tablenav .aioseo-wp-bulk-actions,[dir=rtl] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .tablenav .aioseo-wp-bulk-actions,[dir=ltr] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .tablenav .pagination,[dir=ltr] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .tablenav .pagination{margin:10px 16px 16px 0}[dir=rtl] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .tablenav .pagination,[dir=rtl] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .tablenav .pagination{margin:10px 0 16px 16px}.aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table,.aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table{border:0;padding:0}.aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child th.manage-column,.aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child td.manage-column,.aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child th.manage-column,.aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child td.manage-column{border-bottom:1px solid #c3c4c7!important}.aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child th,.aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child th{padding:8px 10px!important}[dir=ltr] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child th:first-of-type,[dir=ltr] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child th:first-of-type{padding-left:15px!important}[dir=rtl] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child th:first-of-type,[dir=rtl] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child th:first-of-type{padding-right:15px!important}[dir=ltr] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child td,[dir=ltr] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child td{padding:4px 0 0 8px!important}[dir=rtl] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child td,[dir=rtl] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child td{padding:4px 8px 0 0!important}.aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr .row-actions,.aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr .row-actions{position:relative}.aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr:hover .row-actions,.aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr:hover .row-actions{position:static}[dir=ltr] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr th,[dir=ltr] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr th{padding:11px 0 0 8px}[dir=rtl] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr th,[dir=rtl] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr th{padding:11px 8px 0 0}[dir=ltr] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr td:first-of-type,[dir=ltr] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr td:first-of-type{padding-left:15px}[dir=rtl] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr td:first-of-type,[dir=rtl] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr td:first-of-type{padding-right:15px}.aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody .aioseo-tooltip,.aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody .aioseo-tooltip{display:inline-block}[dir=ltr] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody .aioseo-tooltip,[dir=ltr] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody .aioseo-tooltip{margin-left:0}[dir=rtl] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody .aioseo-tooltip,[dir=rtl] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody .aioseo-tooltip{margin-right:0}.aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody svg.aioseo-trash,.aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody svg.aioseo-trash{width:18px;height:22px;color:#8c8f9a;cursor:pointer;transition:color .1s ease;margin-top:2px}.aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody svg.aioseo-trash:hover,.aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody svg.aioseo-trash:hover{color:#df2a4a}.aioseo-link-assistant .aioseo-tabs.link-tabs,.aioseo-link-assistant-modal .aioseo-tabs.link-tabs{border-bottom:1px solid #E8E8EB;background-color:#fff}[dir=ltr] .aioseo-link-assistant .aioseo-tabs.link-tabs .aioseo-mobile-tabs,[dir=ltr] .aioseo-link-assistant-modal .aioseo-tabs.link-tabs .aioseo-mobile-tabs{margin-left:10px}[dir=rtl] .aioseo-link-assistant .aioseo-tabs.link-tabs .aioseo-mobile-tabs,[dir=rtl] .aioseo-link-assistant-modal .aioseo-tabs.link-tabs .aioseo-mobile-tabs{margin-right:10px}.aioseo-link-assistant .aioseo-tabs.link-tabs .md-tabs-navigation,.aioseo-link-assistant-modal .aioseo-tabs.link-tabs .md-tabs-navigation{margin-top:0}.aioseo-link-assistant .aioseo-tabs.link-tabs .md-button-content,.aioseo-link-assistant-modal .aioseo-tabs.link-tabs .md-button-content{display:flex;align-items:center;column-gap:11.75px}.aioseo-link-assistant .aioseo-tabs.link-tabs svg,.aioseo-link-assistant-modal .aioseo-tabs.link-tabs svg{width:11px;height:11px;margin-top:3px}[dir=ltr] .aioseo-link-assistant .aioseo-tabs.link-tabs svg,[dir=ltr] .aioseo-link-assistant-modal .aioseo-tabs.link-tabs svg{margin-right:0}[dir=rtl] .aioseo-link-assistant .aioseo-tabs.link-tabs svg,[dir=rtl] .aioseo-link-assistant-modal .aioseo-tabs.link-tabs svg{margin-left:0}.aioseo-link-assistant .aioseo-tabs.link-tabs svg.aioseo-link-internal-inbound,.aioseo-link-assistant .aioseo-tabs.link-tabs svg.aioseo-link-internal-outbound,.aioseo-link-assistant-modal .aioseo-tabs.link-tabs svg.aioseo-link-internal-inbound,.aioseo-link-assistant-modal .aioseo-tabs.link-tabs svg.aioseo-link-internal-outbound{color:#00aa63}.aioseo-link-assistant .aioseo-tabs.link-tabs svg.aioseo-link-external,.aioseo-link-assistant-modal .aioseo-tabs.link-tabs svg.aioseo-link-external{color:#005ae0}.aioseo-link-assistant .aioseo-tabs.link-tabs svg.aioseo-link-affiliate,.aioseo-link-assistant-modal .aioseo-tabs.link-tabs svg.aioseo-link-affiliate{color:#f18200;width:12px;height:12px;margin-top:2px}.aioseo-link-assistant .aioseo-tabs.link-tabs svg.aioseo-link-suggestion,.aioseo-link-assistant-modal .aioseo-tabs.link-tabs svg.aioseo-link-suggestion{color:#2c324c;width:16.67px;height:8.33px}.aioseo-link-assistant .aioseo-tabs svg,.aioseo-link-assistant-modal .aioseo-tabs svg{display:inline-block!important}.aioseo-link-assistant div.links-bottom,.aioseo-link-assistant-modal div.links-bottom{display:flex;flex-direction:row;padding:17px 17px 24px}.aioseo-link-assistant div.links-bottom a,.aioseo-link-assistant-modal div.links-bottom a{text-decoration:underline}.aioseo-link-assistant div.links-bottom a.link-delete,.aioseo-link-assistant-modal div.links-bottom a.link-delete{color:#df2a4a!important}.aioseo-link-assistant div.links-bottom a:hover,.aioseo-link-assistant-modal div.links-bottom a:hover{text-decoration:none;cursor:pointer}.aioseo-link-assistant div.links-bottom .links-bottom-left,.aioseo-link-assistant-modal div.links-bottom .links-bottom-left{display:flex;flex:1 1 auto;column-gap:28px;align-items:center}.aioseo-link-assistant div.links-bottom .links-bottom-left div,.aioseo-link-assistant-modal div.links-bottom .links-bottom-left div{display:flex;align-items:center}[dir=ltr] .aioseo-link-assistant div.links-bottom .links-bottom-left div svg,[dir=ltr] .aioseo-link-assistant-modal div.links-bottom .links-bottom-left div svg{margin-right:10px}[dir=rtl] .aioseo-link-assistant div.links-bottom .links-bottom-left div svg,[dir=rtl] .aioseo-link-assistant-modal div.links-bottom .links-bottom-left div svg{margin-left:10px}.aioseo-link-assistant div.links-bottom .links-bottom-left button svg,.aioseo-link-assistant-modal div.links-bottom .links-bottom-left button svg{margin-top:2.5px;width:14px;height:14px;color:#fff}[dir=ltr] .aioseo-link-assistant div.links-bottom .links-bottom-left button svg,[dir=ltr] .aioseo-link-assistant-modal div.links-bottom .links-bottom-left button svg{margin-right:10px}[dir=rtl] .aioseo-link-assistant div.links-bottom .links-bottom-left button svg,[dir=rtl] .aioseo-link-assistant-modal div.links-bottom .links-bottom-left button svg{margin-left:10px}.aioseo-link-assistant div.links-bottom .links-bottom-left svg.aioseo-link-external,.aioseo-link-assistant-modal div.links-bottom .links-bottom-left svg.aioseo-link-external{margin-top:3.5px;width:11px;height:11px;color:#005ae0}.aioseo-link-assistant div.links-bottom .links-bottom-right,.aioseo-link-assistant-modal div.links-bottom .links-bottom-right{display:flex;align-items:center}.aioseo-link-assistant-modal .modal-mask .modal-wrapper .modal-container{max-width:1300px}.aioseo-link-assistant-modal .modal-body{align-items:start;padding:20px 50px 50px}.aioseo-link-assistant-modal .modal-body .title-header{margin:45px 0 0;align-self:start}.aioseo-link-assistant-modal .modal-body .title-header span{font-weight:700;font-size:20px;line-height:140%;color:#141b38}@media (max-width: 1500px){.aioseo-link-assistant-modal .modal-mask .modal-wrapper .modal-container{max-width:1000px}}@media (max-width: 1150px){.aioseo-link-assistant-modal .modal-mask .modal-wrapper .modal-container{max-width:750px}.aioseo-link-assistant-modal .modal-mask .modal-wrapper .modal-container .modal-body{padding:0 50px 50px}}.tab-facebook .facebook-image-upload{display:flex}.tab-facebook .facebook-image-upload .aioseo-input{max-width:445px}[dir=ltr] .tab-facebook .facebook-image-upload .aioseo-input{margin-right:10px}[dir=rtl] .tab-facebook .facebook-image-upload .aioseo-input{margin-left:10px}.tab-facebook .facebook-image-upload .insert-image{min-width:214px}[dir=ltr] .tab-facebook .facebook-image-upload .insert-image{margin-right:10px}[dir=rtl] .tab-facebook .facebook-image-upload .insert-image{margin-left:10px}.tab-facebook .facebook-image-upload .insert-image svg.aioseo-circle-plus{width:13px;height:13px}[dir=ltr] .tab-facebook .facebook-image-upload .insert-image svg.aioseo-circle-plus{margin-right:10px}[dir=rtl] .tab-facebook .facebook-image-upload .insert-image svg.aioseo-circle-plus{margin-left:10px}.tab-facebook .facebook-image img{margin-top:20px;width:auto;max-width:525px;max-height:525px;height:auto}.tab-facebook .facebook-image.vertical img{max-width:158px;max-height:158px}.tab-facebook .facebook-meta-input{margin-top:10px}.tab-twitter .twitter-image-upload{display:flex}.tab-twitter .twitter-image-upload .aioseo-input{max-width:445px}[dir=ltr] .tab-twitter .twitter-image-upload .aioseo-input{margin-right:10px}[dir=rtl] .tab-twitter .twitter-image-upload .aioseo-input{margin-left:10px}.tab-twitter .twitter-image-upload .insert-image{min-width:214px}[dir=ltr] .tab-twitter .twitter-image-upload .insert-image{margin-right:10px}[dir=rtl] .tab-twitter .twitter-image-upload .insert-image{margin-left:10px}.tab-twitter .twitter-image-upload .insert-image svg.aioseo-circle-plus{width:13px;height:13px}[dir=ltr] .tab-twitter .twitter-image-upload .insert-image svg.aioseo-circle-plus{margin-right:10px}[dir=rtl] .tab-twitter .twitter-image-upload .insert-image svg.aioseo-circle-plus{margin-left:10px}.tab-twitter .twitter-image img{margin-top:20px;width:auto;max-width:525px;max-height:525px;height:auto}.tab-twitter .twitter-image.vertical img{max-width:158px;max-height:158px}.tab-twitter .twitter-image-source,.tab-twitter .twitter-custom-field{padding-top:8px!important;padding-bottom:24px!important}.tab-twitter .twitter-image,.tab-twitter .twitter-card-type{padding-top:8px!important}.tab-twitter .use-facebook{margin-bottom:32px!important;padding-bottom:32px!important}.tab-twitter .aioseo-settings-row:last-of-type{margin-bottom:32px!important;padding-bottom:32px!important}.open-social-modal{margin:12px 0;border:1px solid #DCDDE1}[dir=ltr] .open-social-modal svg{margin-right:5px}[dir=rtl] .open-social-modal svg{margin-left:5px}.open-social-copy>.col-md-3{display:none}.aioseo-post-social .aioseo-col.col-md-9{position:relative}.aioseo-post-social .mobile-radio-buttons{margin:0;padding:0;border:0}.aioseo-post-social .mobile-radio-buttons .aioseo-radio-toggle{justify-content:flex-end;position:absolute;top:12px}[dir=ltr] .aioseo-post-social .mobile-radio-buttons .aioseo-radio-toggle{right:20px}[dir=rtl] .aioseo-post-social .mobile-radio-buttons .aioseo-radio-toggle{left:20px}[dir=ltr] .aioseo-post-social .mobile-radio-buttons .aioseo-radio-toggle>div{margin-left:10px}[dir=rtl] .aioseo-post-social .mobile-radio-buttons .aioseo-radio-toggle>div{margin-right:10px}[dir=ltr] .aioseo-post-social .mobile-radio-buttons .col-md-9{padding-left:4px;padding-right:0}[dir=rtl] .aioseo-post-social .mobile-radio-buttons .col-md-9{padding-right:4px;padding-left:0}.aioseo-post-social .ismobile,.aioseo-post-social .ismobilecard .facebook-post,.aioseo-post-social .ismobilecard .twitter-post{max-width:375px}.aioseo-post-social .aioseo-tabs{background:#fff!important;border:none!important;border-bottom:2px solid #E8E8EB!important}.edit-post-sidebar .tab-facebook,.edit-post-sidebar .tab-twitter,.edit-post-sidebar .mobile-radio-buttons{display:none}.aioseo-modal-content .mobile-radio-buttons{padding-bottom:0!important}.aioseo-modal-content .mobile-radio-buttons .aioseo-radio-toggle{top:8px!important}[dir=ltr] .aioseo-modal-content .mobile-radio-buttons .aioseo-radio-toggle{right:0!important}[dir=rtl] .aioseo-modal-content .mobile-radio-buttons .aioseo-radio-toggle{left:0!important}@media screen and (max-width: 520px){.aioseo-modal-content .mobile-radio-buttons .aioseo-radio-toggle{display:none}}.aioseo-modal-content .tab-facebook,.aioseo-modal-content .tab-twitter{display:block}.aioseo-modal-content .tab-facebook .aioseo-settings-row:first-of-type,.aioseo-modal-content .tab-twitter .aioseo-settings-row:first-of-type{border-bottom:0;padding-bottom:0}.aioseo-modal-content .tab-facebook .aioseo-settings-row:first-of-type .aioseo-col:first-of-type,.aioseo-modal-content .tab-twitter .aioseo-settings-row:first-of-type .aioseo-col:first-of-type{display:none}.aioseo-modal-content .tab-facebook .aioseo-html-tags-editor,.aioseo-modal-content .tab-twitter .aioseo-html-tags-editor{margin-top:0}.aioseo-modal-content .tab-facebook .aioseo-html-tags-editor .aioseo-description,.aioseo-modal-content .tab-twitter .aioseo-html-tags-editor .aioseo-description{display:none}.aioseo-modal-content .tab-facebook .aioseo-html-tags-editor .add-tags,.aioseo-modal-content .tab-twitter .aioseo-html-tags-editor .add-tags{position:absolute;top:-40px;margin:0}[dir=ltr] .aioseo-modal-content .tab-facebook .aioseo-html-tags-editor .add-tags,[dir=ltr] .aioseo-modal-content .tab-twitter .aioseo-html-tags-editor .add-tags{right:8px}[dir=rtl] .aioseo-modal-content .tab-facebook .aioseo-html-tags-editor .add-tags,[dir=rtl] .aioseo-modal-content .tab-twitter .aioseo-html-tags-editor .add-tags{left:8px}.aioseo-modal-content .tab-facebook .facebook-title-settings,.aioseo-modal-content .tab-facebook .facebook-description-settings,.aioseo-modal-content .tab-facebook .twitter-title-settings,.aioseo-modal-content .tab-facebook .twitter-description-settings,.aioseo-modal-content .tab-twitter .facebook-title-settings,.aioseo-modal-content .tab-twitter .facebook-description-settings,.aioseo-modal-content .tab-twitter .twitter-title-settings,.aioseo-modal-content .tab-twitter .twitter-description-settings{padding-bottom:24px}.aioseo-modal-content .tab-facebook .facebook-title-settings .col-md-9,.aioseo-modal-content .tab-facebook .facebook-description-settings .col-md-9,.aioseo-modal-content .tab-facebook .twitter-title-settings .col-md-9,.aioseo-modal-content .tab-facebook .twitter-description-settings .col-md-9,.aioseo-modal-content .tab-twitter .facebook-title-settings .col-md-9,.aioseo-modal-content .tab-twitter .facebook-description-settings .col-md-9,.aioseo-modal-content .tab-twitter .twitter-title-settings .col-md-9,.aioseo-modal-content .tab-twitter .twitter-description-settings .col-md-9{padding-top:0!important;margin-top:0}.aioseo-modal-content .mobile-radio-buttons{display:block!important}.aioseo-modal-content .mobile-radio-buttons>.col-md-3{display:none}.aioseo-modal-content .mobile-radio-buttons>.col-md-9{padding:0;flex-basis:100%!important;max-width:100%!important}.aioseo-modal-content .aioseo-settings-row>.col-md-3{padding-bottom:0}.aioseo-modal-content .aioseo-settings-row>.col-md-3,.aioseo-modal-content .aioseo-settings-row>.col-md-9{flex-basis:100%;max-width:100%}[dir=ltr] .aioseo-modal-content>.aioseo-settings-row .aioseo-tabs.internal{padding-left:40px}[dir=rtl] .aioseo-modal-content>.aioseo-settings-row .aioseo-tabs.internal{padding-right:40px}.aioseo-modal-content>.aioseo-settings-row .aioseo-tabs .md-button-content{display:flex;align-items:center}.aioseo-modal-content>.aioseo-settings-row .aioseo-tabs .md-button-content svg{display:inline;width:16px;height:16px}.aioseo-modal-content>.aioseo-settings-row .aioseo-tabs .md-button:before{height:auto!important;border-radius:0!important}.aioseo-modal-content>.aioseo-settings-row .aioseo-tabs .md-button .label{display:inline!important}[dir=ltr] .aioseo-modal-content>.aioseo-settings-row .aioseo-tabs .md-button .label{margin-left:10px}[dir=rtl] .aioseo-modal-content>.aioseo-settings-row .aioseo-tabs .md-button .label{margin-right:10px}.aioseo-modal-content>.aioseo-settings-row.mobile-radio-buttons .md-button{max-height:46px}.aioseo-modal-content .aioseo-tab-content{position:relative;padding:30px 40px!important}.aioseo-modal-content .aioseo-tab-content.aioseo-post-social{padding:22px 40px!important}.open-redirects-modal[data-v-11818a4c]{margin:12px 0}.open-redirects-modal svg[data-v-11818a4c]{width:10px;height:10px}[dir=ltr] .open-redirects-modal svg[data-v-11818a4c]{margin-right:8px}[dir=rtl] .open-redirects-modal svg[data-v-11818a4c]{margin-left:8px}.redirects-options-table{margin:0;border:1px solid #D0D1D7;border-radius:3px;width:100%;border-spacing:0;border-collapse:separate;font-family:Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:21px;letter-spacing:0px}[dir=ltr] .redirects-options-table{text-align:left}[dir=rtl] .redirects-options-table{text-align:right}.redirects-options-table tr td{padding:16px 8px!important;background:#FFFFFF;vertical-align:middle!important}[dir=ltr] .redirects-options-table tr td:first-child{padding-left:16px!important}[dir=rtl] .redirects-options-table tr td:first-child{padding-right:16px!important}[dir=ltr] .redirects-options-table tr td:last-child{padding-right:16px!important}[dir=rtl] .redirects-options-table tr td:last-child{padding-left:16px!important}.redirects-options-table tr td.arrow-col,.redirects-options-table tr td.actions{text-align:center}.redirects-options-table tr td.arrow-col div{display:flex;height:100%;justify-content:center;align-items:center}.redirects-options-table tr td.actions{width:20px}.redirects-options-table tr td.aliased-domain{width:100%}.redirects-options-table tr.even td{background-color:#f9f9fa}.redirects-options-table thead td{height:50px;padding:0 8px!important;border-bottom:1px solid #D0D1D7;color:#434960!important}[dir=ltr] .redirects-options-table thead td:first-child{border-radius:3px 0 0}[dir=rtl] .redirects-options-table thead td:first-child{border-radius:0 3px 0 0}[dir=ltr] .redirects-options-table thead td:last-child{border-radius:0 3px 0 0}[dir=rtl] .redirects-options-table thead td:last-child{border-radius:3px 0 0}.redirects-options-table thead td:first-child:last-child{border-radius:3px 3px 0 0}[dir=ltr] .redirects-options-table tbody tr:last-child td:first-child{border-radius:0 0 0 3px}[dir=rtl] .redirects-options-table tbody tr:last-child td:first-child{border-radius:0 0 3px}[dir=ltr] .redirects-options-table tbody tr:last-child td:last-child{border-radius:0 0 3px}[dir=rtl] .redirects-options-table tbody tr:last-child td:last-child{border-radius:0 0 0 3px}.redirects-options-table tfoot td{height:50px;padding:0 8px!important;border-top:1px solid #D0D1D7}[dir=ltr] .redirects-options-table tfoot td:first-child{border-radius:0 0 0 3px}[dir=rtl] .redirects-options-table tfoot td:first-child{border-radius:0 0 3px}[dir=ltr] .redirects-options-table tfoot td:last-child{border-radius:0 0 3px}[dir=rtl] .redirects-options-table tfoot td:last-child{border-radius:0 0 0 3px}.redirects-options-table tfoot td:first-child:last-child{border-radius:0 0 3px 3px}[dir=ltr] .redirects-options-table tfoot td .aioseo-button+.aioseo-button{margin:0 0 0 16px}[dir=rtl] .redirects-options-table tfoot td .aioseo-button+.aioseo-button{margin:0 16px 0 0}.redirects-options-table.small tr td{padding:8px!important}.redirects-options-table.small thead td{height:30px;padding:0 8px!important}.redirects-options-table svg{color:#dadada}.redirects-options-table svg.aioseo-trash{width:20px;height:20px;cursor:pointer}.redirects-options-table svg.aioseo-trash:hover{color:#df2a4a}.redirects-options-table svg.aioseo-right-arrow{width:26px;color:#8c8f9a}.redirects-options-table .aioseo-tooltip{display:flex}[dir=ltr] .redirects-options-table .aioseo-tooltip{margin-left:0}[dir=rtl] .redirects-options-table .aioseo-tooltip{margin-right:0}.aioseo-post-schema-lite{position:relative;min-height:450px}.aioseo-post-schema-lite .schema-type{max-width:350px}.aioseo-post-schema-lite .aioseo-description{font-size:14px;line-height:1.8;margin:8px 0 0;color:#141b38}.aioseo-post-schema-lite .field-description{font-size:14px}.aioseo-post-schema-lite .block{display:block}.aioseo-post-schema-lite .aioseo-settings-row:last-of-type{margin-bottom:30px!important;padding-bottom:30px!important}.aioseo-post-schema-lite .schema-book-rating-options{display:flex}.aioseo-post-schema-lite .schema-book-rating-options .rating,.aioseo-post-schema-lite .schema-book-rating-options .rating-min{flex:1}[dir=ltr] .aioseo-post-schema-lite .schema-book-rating-options .rating,[dir=ltr] .aioseo-post-schema-lite .schema-book-rating-options .rating-min{margin-right:30px}[dir=rtl] .aioseo-post-schema-lite .schema-book-rating-options .rating,[dir=rtl] .aioseo-post-schema-lite .schema-book-rating-options .rating-min{margin-left:30px}.aioseo-post-schema-lite .schema-book-rating-options .rating-max{flex:1}@media screen and (max-width: 782px){.aioseo-post-schema-lite .schema-book-rating-options{display:block}.aioseo-post-schema-lite .schema-book-rating-options .rating,.aioseo-post-schema-lite .schema-book-rating-options .rating-min{margin-bottom:30px}[dir=ltr] .aioseo-post-schema-lite .schema-book-rating-options .rating,[dir=ltr] .aioseo-post-schema-lite .schema-book-rating-options .rating-min{margin-right:0}[dir=rtl] .aioseo-post-schema-lite .schema-book-rating-options .rating,[dir=rtl] .aioseo-post-schema-lite .schema-book-rating-options .rating-min{margin-left:0}}.aioseo-post-schema-lite .schema-person-options{display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap}@media screen and (max-width: 782px){.aioseo-post-schema-lite .schema-person-options{display:block}}.aioseo-post-schema-lite .aioseo-alert.schema-upsell{max-width:560px}.edit-post-sidebar .aioseo-post-schema .aioseo-settings-row.aioseo-row .col-md-9 .settings-content .aioseo-col{padding-left:0;padding-right:0}.edit-post-sidebar .schema-book-rating-options{display:block}.edit-post-sidebar .schema-book-rating-options .rating,.edit-post-sidebar .schema-book-rating-options .rating-min{margin:0 0 20px}.edit-post-sidebar .schema-upsell{margin-top:20px}.aioseo-post-settings,.aioseo-metabox .aioseo-post-settings{background:#fff;color:#141b38}.aioseo-post-settings .aioseo-tabs,.aioseo-metabox .aioseo-post-settings .aioseo-tabs{border-bottom-width:2px;background:#F3F4F5}.aioseo-post-settings .aioseo-tabs .md-tabs-navigation,.aioseo-metabox .aioseo-post-settings .aioseo-tabs .md-tabs-navigation{margin-top:0!important}.aioseo-post-settings .aioseo-tabs .md-button,.aioseo-metabox .aioseo-post-settings .aioseo-tabs .md-button{height:50px!important;font-size:14px!important;color:#434960!important}.aioseo-post-settings .aioseo-tabs .md-button.md-active,.aioseo-metabox .aioseo-post-settings .aioseo-tabs .md-button.md-active{color:#141b38!important;-webkit-text-stroke-width:.2px;-webkit-text-stroke-color:#141B38}.aioseo-post-settings .aioseo-tabs .md-button .icon,.aioseo-metabox .aioseo-post-settings .aioseo-tabs .md-button .icon{display:none}.aioseo-post-settings .aioseo-tabs svg,.aioseo-metabox .aioseo-post-settings .aioseo-tabs svg{display:none}@media screen and (max-width: 785px){.aioseo-post-settings .aioseo-tabs svg.aioseo-caret,.aioseo-metabox .aioseo-post-settings .aioseo-tabs svg.aioseo-caret{display:inline}}.aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button,.aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button{display:flex;align-items:center;padding:12px;color:#2c324c;text-decoration:none}.aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button:not(:last-child),.aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button:not(:last-child){border-bottom:1px solid #DDDDDD}.aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button:focus,.aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button:focus{box-shadow:none}.aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .icon,.aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .icon{display:inline;width:16px;height:16px}[dir=ltr] .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .icon,[dir=ltr] .aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .icon{margin-right:8px}[dir=rtl] .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .icon,[dir=rtl] .aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .icon{margin-left:8px}.aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .name,.aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .name{font-weight:700}.aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-circle-information-solid,.aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-circle-information-solid{color:#f18200}[dir=ltr] .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-circle-information-solid,[dir=ltr] .aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-circle-information-solid{margin-left:8px}[dir=rtl] .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-circle-information-solid,[dir=rtl] .aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-circle-information-solid{margin-right:8px}.aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-caret,.aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-caret{width:24px;height:24px;cursor:pointer}[dir=ltr] .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-caret,[dir=ltr] .aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-caret{margin-left:auto;transform:rotate(-90deg)}[dir=rtl] .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-caret,[dir=rtl] .aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-caret{margin-right:auto;transform:rotate(90deg)}.aioseo-post-settings .aioseo-tab-title,.aioseo-metabox .aioseo-post-settings .aioseo-tab-title{display:flex;align-items:center;color:#2c324c;font-weight:700;padding:12px;border-bottom:1px solid #DDDDDD;background:#fff;position:sticky;z-index:1;top:0}.aioseo-post-settings .aioseo-tab-title svg,.aioseo-metabox .aioseo-post-settings .aioseo-tab-title svg{width:10px;height:10px;cursor:pointer}[dir=ltr] .aioseo-post-settings .aioseo-tab-title svg,[dir=ltr] .aioseo-metabox .aioseo-post-settings .aioseo-tab-title svg{margin-left:auto}[dir=rtl] .aioseo-post-settings .aioseo-tab-title svg,[dir=rtl] .aioseo-metabox .aioseo-post-settings .aioseo-tab-title svg{margin-right:auto}.aioseo-post-settings .aioseo-tab-content,.aioseo-metabox .aioseo-post-settings .aioseo-tab-content{background:#fff;border-top:0;padding:30px;font-size:13px;position:relative}.aioseo-post-settings .aioseo-settings-row,.aioseo-metabox .aioseo-post-settings .aioseo-settings-row{margin-bottom:16px;padding-bottom:16px}.aioseo-post-settings .aioseo-sidebar-content-title,.aioseo-metabox .aioseo-post-settings .aioseo-sidebar-content-title{font-weight:700;font-size:14px;padding-bottom:5px}.edit-post-sidebar .col-xs-12,.edit-post-sidebar .col-sm-6,.edit-post-sidebar .col-md-4,.edit-post-sidebar .col-md-3{width:100%;flex-basis:100%!important;max-width:100%!important}.edit-post-sidebar .components-panel{border-bottom:none}.edit-post-sidebar .aioseo-mobile-tabs{display:none}.edit-post-sidebar .aioseo-app input{border:1px solid #D0D1D7}.edit-post-sidebar .aioseo-app input:focus{border-color:#005ae0;box-shadow:0 0 0 1px #005ae0}.edit-post-sidebar .aioseo-app input::placeholder{color:#8c8f9a}.edit-post-sidebar .aioseo-app .aioseo-tab:not(.is-page-builder){position:relative;top:-45px}.edit-post-sidebar .aioseo-app .aioseo-textarea-autosize{border:1px solid #D0D1D7}.edit-post-sidebar .aioseo-app .aioseo-tab-content{padding:20px 16px;border:none}.edit-post-sidebar .aioseo-app .aioseo-description{margin:0}.edit-post-sidebar .aioseo-app .route-fade-enter-active,.edit-post-sidebar .aioseo-app .route-fade-leave-active{transition:opacity .2s,transform .2s}.edit-post-sidebar .aioseo-app .route-fade-enter,.edit-post-sidebar .aioseo-app .route-fade-leave-active{position:absolute;top:0}.edit-post-sidebar .aioseo-settings-row{margin-bottom:16px;padding-bottom:16px}.edit-post-sidebar .aioseo-settings-row:last-of-type{border-bottom:0;margin-bottom:0!important;padding-bottom:0!important}.edit-post-sidebar .aioseo-settings-row>.aioseo-col{padding-top:0}.edit-post-sidebar .aioseo-settings-row .settings-name .name{font-size:14px;font-weight:700;margin-bottom:0}.aioseo-app.post-settings-modal .aioseo-modal-content .aioseo-tabs.internal{border-bottom-width:1px!important}@media screen and (max-width: 520px){[dir=ltr] .aioseo-app.post-settings-modal .aioseo-modal-content .aioseo-tabs.internal{padding-left:20px!important}[dir=rtl] .aioseo-app.post-settings-modal .aioseo-modal-content .aioseo-tabs.internal{padding-right:20px!important}}.aioseo-app.post-settings-modal .aioseo-modal-content .md-tabs-navigation .md-tabs-indicator{bottom:-1px!important}@media only screen and (min-width: 782px){.aioseo-app.post-settings-modal .aioseo-modal-content .col-md-4{-ms-flex-preferred-size:33.33333333%!important;flex-basis:33.33333333%!important;max-width:33.33333333%!important}.aioseo-app.post-settings-modal .aioseo-modal-content .col-md-5{-ms-flex-preferred-size:41.66666667%!important;flex-basis:41.66666667%!important;max-width:41.66666667%!important}.aioseo-app.post-settings-modal .aioseo-modal-content .col-md-7{-ms-flex-preferred-size:58.33333333%!important;flex-basis:58.33333333%!important;max-width:58.33333333%!important}.aioseo-app.post-settings-modal .aioseo-modal-content .col-md-8{-ms-flex-preferred-size:66.66666667%!important;flex-basis:66.66666667%!important;max-width:66.66666667%!important}}.aioseo-redirects-modal .bd{padding:20px}.aioseo-redirects-modal .modal-mask .modal-wrapper .modal-container{max-width:1000px}.aioseo-post-settings-sidebar-vue{display:flex;justify-content:center}.aioseo-post-settings-sidebar-vue .aioseo-loading-spinner{margin-top:30px}
 
dist/Lite/assets/css/App.ad2cbe34.css ADDED
@@ -0,0 +1 @@
 
1
+ .aioseo-robots-meta .global-robots-settings{margin:0;padding-top:24px}.aioseo-robots-meta .global-robots-settings>.settings{padding:8px 0 16px}.aioseo-robots-meta .global-robots-settings-options{display:flex}[dir=ltr] .aioseo-robots-meta .global-robots-settings-options .max-snippet{margin-right:30px}[dir=rtl] .aioseo-robots-meta .global-robots-settings-options .max-snippet{margin-left:30px}.aioseo-robots-meta .global-robots-settings-options .max-snippet .aioseo-input{max-width:90px}[dir=ltr] .aioseo-robots-meta .global-robots-settings-options .max-video-preview{margin-right:30px}[dir=rtl] .aioseo-robots-meta .global-robots-settings-options .max-video-preview{margin-left:30px}.aioseo-robots-meta .global-robots-settings-options .max-video-preview .aioseo-input{max-width:90px}.aioseo-robots-meta .global-robots-settings-options .max-image-preview .aioseo-select{min-width:155px}.aioseo-robots-meta .global-robots-settings-options>span{display:inline-block;margin-bottom:4px}@media screen and (max-width: 782px){.aioseo-robots-meta .global-robots-settings-options{display:block}.aioseo-robots-meta .global-robots-settings-options .max-snippet,.aioseo-robots-meta .global-robots-settings-options .max-video-preview{margin-bottom:20px}[dir=ltr] .aioseo-robots-meta .global-robots-settings-options .max-snippet,[dir=ltr] .aioseo-robots-meta .global-robots-settings-options .max-video-preview{margin-right:0}[dir=rtl] .aioseo-robots-meta .global-robots-settings-options .max-snippet,[dir=rtl] .aioseo-robots-meta .global-robots-settings-options .max-video-preview{margin-left:0}.aioseo-robots-meta .global-robots-settings-options>div .aioseo-input,.aioseo-robots-meta .global-robots-settings-options>div .aioseo-select{min-width:100%}}.edit-post-sidebar .global-robots-settings{padding-top:12px}.edit-post-sidebar .global-robots-settings>.settings{padding:4px 0 12px}.edit-post-sidebar .global-robots-settings>.settings label{font-size:16px}.edit-post-sidebar .global-robots-settings .robots-meta-title{padding-top:4px;display:inline-block}.edit-post-sidebar .global-robots-settings-options{flex-wrap:wrap}[dir=ltr] .edit-post-sidebar .max-snippet{margin-right:30px!important}[dir=rtl] .edit-post-sidebar .max-snippet{margin-left:30px!important}[dir=ltr] .edit-post-sidebar .max-video-preview{margin-right:0!important}[dir=rtl] .edit-post-sidebar .max-video-preview{margin-left:0!important}.edit-post-sidebar .max-image-preview{margin-top:20px!important}.aioseo-post-advanced .inline-upsell{display:inline-flex;margin-top:20px}.aioseo-post-advanced .selectbox-row{display:flex;align-items:center}.aioseo-post-advanced .selectbox-row .separator{display:inline-block;margin:0 20px;padding-bottom:10px;align-self:flex-end}.aioseo-post-advanced .selectbox-row .select{display:inline-block;width:100%;max-width:125px}.aioseo-post-advanced .selectbox-row .select>span{display:inline-block;font-size:14px;margin-bottom:10px}.aioseo-card.aioseo-sidebar-card .header{height:46px}.aioseo-card.aioseo-sidebar-card .header:hover{cursor:pointer}.aioseo-card.aioseo-sidebar-card .content{padding-bottom:8px!important}.aioseo-card.aioseo-sidebar-card ul{margin-bottom:0}.aioseo-card.aioseo-sidebar-card ul li{margin-bottom:16px}[dir=ltr] .aioseo-card.aioseo-sidebar-card ul li{padding-left:25px}[dir=rtl] .aioseo-card.aioseo-sidebar-card ul li{padding-right:25px}.aioseo-card.aioseo-sidebar-card ul .description{margin:0}.aioseo-analysis-detail{margin:0 0 35px;padding:0;list-style:none}.aioseo-analysis-detail li{position:relative;margin-bottom:24px}[dir=ltr] .aioseo-analysis-detail li{padding-left:24px}[dir=rtl] .aioseo-analysis-detail li{padding-right:24px}.aioseo-analysis-detail li svg{position:relative;top:3px}[dir=ltr] .aioseo-analysis-detail li svg{left:0}[dir=rtl] .aioseo-analysis-detail li svg{right:0}.aioseo-analysis-detail li svg.aioseo-circle-check{color:#00aa63}.aioseo-analysis-detail li svg.aioseo-circle-close{color:#df2a4a}.aioseo-analysis-detail li svg.aioseo-circle-check,.aioseo-analysis-detail li svg.aioseo-circle-close{position:absolute;top:5px}[dir=ltr] .aioseo-analysis-detail li svg.aioseo-circle-check,[dir=ltr] .aioseo-analysis-detail li svg.aioseo-circle-close{left:0}[dir=rtl] .aioseo-analysis-detail li svg.aioseo-circle-check,[dir=rtl] .aioseo-analysis-detail li svg.aioseo-circle-close{right:0}.aioseo-analysis-detail li svg.aioseo-caret{cursor:pointer;transition:transform .3s}[dir=ltr] .aioseo-analysis-detail li svg.aioseo-caret{transform:rotate(-180deg)}[dir=rtl] .aioseo-analysis-detail li svg.aioseo-caret{transform:rotate(180deg)}.aioseo-analysis-detail li .title{margin-bottom:6px!important}[dir=ltr] .aioseo-analysis-detail li .title.toggled .aioseo-caret{transform:rotate(-90deg)}[dir=rtl] .aioseo-analysis-detail li .title.toggled .aioseo-caret{transform:rotate(90deg)}.aioseo-analysis-detail li .title.toggled+.description{opacity:0;height:0;margin:0}.aioseo-analysis-detail li .description{font-size:14px;font-style:normal;opacity:1;height:auto;transition:all .3s}.edit-post-sidebar .aioseo-analysis-detail .title{font-size:14px}.edit-post-sidebar .aioseo-analysis-detail .description{font-size:13px;line-height:1.5;color:#555d66}.aioseo-description.additional-keyphrases-description[data-v-333a221b],.edit-post-sidebar .aioseo-app .aioseo-description.additional-keyphrases-description[data-v-333a221b]{margin:0 0 20px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .modal-body{max-height:calc(90vh - 70px);overflow:auto}.aioseo-app.aioseo-focus-keyphrase-panel-modal .modal-body .aioseo-modal-content .aioseo-alert{margin-bottom:20px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .semrush-country-selector{max-width:350px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table{width:100%;border:1px solid #D0D1D7;border-radius:3px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-volume,.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-trend{text-align:center}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions>div{display:flex;align-items:center;justify-content:flex-end}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .focus-keyphrase{display:flex;align-items:center;justify-content:flex-end;color:#00aa63;min-width:135px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .focus-keyphrase svg{width:16px;height:16px;color:#00aa63}[dir=ltr] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .focus-keyphrase svg{margin-right:5px}[dir=rtl] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .focus-keyphrase svg{margin-left:5px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .keyphrase-score{border-radius:3px;padding:5px;font-weight:700;font-size:13px;cursor:pointer;border:1px solid #005AE0}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .keyphrase-score.score-green{color:#00aa63;border-color:#00aa63}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .keyphrase-score.score-orange{color:#f18200;border-color:#f18200}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .keyphrase-score.score-red{color:#df2a4a;border-color:#df2a4a}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .keyphrase-score:hover{background-color:#005ae0;color:#fff}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .keyphrase-score:hover.score-green{background-color:#00aa63}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .keyphrase-score:hover.score-orange{background-color:#f18200}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .keyphrase-score:hover.score-red{background-color:#df2a4a}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .remove-keyphrase{display:flex;align-items:center;justify-content:flex-end}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .remove-keyphrase svg{width:16px;height:16px;cursor:pointer}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrase-actions .remove-keyphrase svg:hover{color:#df2a4a}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-header{height:50px;font-size:14px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-header th{border-bottom:1px solid #D0D1D7;padding:15px}[dir=ltr] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-header th:first-of-type{padding-left:30px}[dir=rtl] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-header th:first-of-type{padding-right:30px}[dir=ltr] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-header th:last-of-type{padding-right:30px}[dir=rtl] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-header th:last-of-type{padding-left:30px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows{font-size:14px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row{background-color:#fff;height:70px}[dir=ltr] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row:last-of-type td:first-of-type{border-radius:0 0 0 3px}[dir=rtl] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row:last-of-type td:first-of-type{border-radius:0 0 3px}[dir=ltr] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row:last-of-type td:last-of-type{border-radius:0 0 3px}[dir=rtl] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row:last-of-type td:last-of-type{border-radius:0 0 0 3px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row.even{background-color:#f9f9fa}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row td{padding:15px}[dir=ltr] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row td:first-of-type{padding-left:30px}[dir=rtl] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row td:first-of-type{padding-right:30px}[dir=ltr] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row td:last-of-type{padding-right:30px}[dir=rtl] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row td:last-of-type{padding-left:30px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row td.no-results>*{display:flex;align-items:center;justify-content:center}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row td.no-results .semrush-logo{min-width:150px}[dir=ltr] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row td.no-results .semrush-logo{padding:0 30px 0 0}[dir=rtl] .aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row td.no-results .semrush-logo{padding:0 0 0 30px}.aioseo-app.aioseo-focus-keyphrase-panel-modal .additional-keyphrases-table .keyphrases-rows tr.keyphrase-row.loading{display:flex;align-items:center;justify-content:center}.aioseo-app .aioseo-post-general .page-analysis-panel .aioseo-tabs{background:#fff}.aioseo-app .aioseo-post-general .page-analysis-panel .aioseo-tabs .md-button-content{display:flex}.aioseo-app .aioseo-post-general .page-analysis-panel .aioseo-tabs .md-button{font-weight:700}.aioseo-post-general svg.aioseo-circle-question-mark{width:17px;height:17px;color:#8c8f99;transition:background-color .2s ease}.aioseo-post-general svg.aioseo-circle-question-mark:hover{color:#5a5c65}.aioseo-post-general .mobile-radio-buttons{margin:0!important;padding:0!important;border:0}.aioseo-post-general .mobile-radio-buttons>.aioseo-col{padding:0}.aioseo-post-general .mobile-radio-buttons .aioseo-radio-toggle{justify-content:flex-end}[dir=ltr] .aioseo-post-general .mobile-radio-buttons .aioseo-radio-toggle>div{margin-left:10px}[dir=rtl] .aioseo-post-general .mobile-radio-buttons .aioseo-radio-toggle>div{margin-right:10px}.aioseo-post-general .ismobile{max-width:375px}.aioseo-post-general .edit-snippet,.aioseo-post-general .add-keyphrase{margin-top:12px;border:1px solid #DCDDE1}[dir=ltr] .aioseo-post-general .edit-snippet svg,[dir=ltr] .aioseo-post-general .add-keyphrase svg{margin-right:5px}[dir=rtl] .aioseo-post-general .edit-snippet svg,[dir=rtl] .aioseo-post-general .add-keyphrase svg{margin-left:5px}.aioseo-post-general .disabled-button{margin-top:12px;border:1px solid #dcdde1;color:#8c8f9a;background-color:#f3f4f5;cursor:default;height:30px;font-size:14px;padding:0 12px;flex-shrink:0;line-height:1;display:inline-flex;align-items:center;justify-content:center;font-weight:600;border-radius:4px;-webkit-appearance:none;transition:background-color .2s ease;position:relative;overflow:hidden;text-decoration:none;white-space:nowrap}[dir=ltr] .aioseo-post-general .disabled-button svg{margin-right:5px}[dir=rtl] .aioseo-post-general .disabled-button svg{margin-left:5px}.aioseo-post-general .aioseo-toggle{display:block}.aioseo-post-general .aioseo-toggle .toggle-content input:checked+.toggle-switch{border:1px solid #00AA63;background-color:#00aa63}.aioseo-post-general .aioseo-keyphrase-tag{display:inline-block;margin-bottom:16px;border-radius:3px;font-size:14px;font-weight:700}[dir=ltr] .aioseo-post-general .aioseo-keyphrase-tag{margin-right:10px}[dir=rtl] .aioseo-post-general .aioseo-keyphrase-tag{margin-left:10px}.aioseo-post-general .aioseo-keyphrase-tag.selected{position:relative}.aioseo-post-general .aioseo-keyphrase-tag.selected:before,.aioseo-post-general .aioseo-keyphrase-tag.selected:after{content:"";position:absolute;display:block;z-index:10;bottom:-17px;border-style:solid}.aioseo-post-general .aioseo-keyphrase-tag.selected:before{border-width:0 10px 10px 10px;border-color:transparent transparent #E8E8EB transparent}[dir=ltr] .aioseo-post-general .aioseo-keyphrase-tag.selected:before{left:calc(50% - 6px)}[dir=rtl] .aioseo-post-general .aioseo-keyphrase-tag.selected:before{right:calc(50% - 6px)}.aioseo-post-general .aioseo-keyphrase-tag.selected:after{border-width:0 8px 8px 8px;border-color:transparent transparent #fff transparent}[dir=ltr] .aioseo-post-general .aioseo-keyphrase-tag.selected:after{left:calc(50% - 4px)}[dir=rtl] .aioseo-post-general .aioseo-keyphrase-tag.selected:after{right:calc(50% - 4px)}.aioseo-post-general .aioseo-keyphrase-tag .aioseo-add-keyphrase-tag{display:block;padding:9px 10px;border:1px solid #F3F4F5;border-radius:3px;background:#F3F4F5;cursor:pointer}.aioseo-post-general .aioseo-keyphrase-tag .aioseo-add-keyphrase-tag.hidden{opacity:0;height:0;padding:0}.aioseo-post-general .aioseo-keyphrase-tag .keyphrase-name{cursor:pointer}.aioseo-post-general .aioseo-keyphrase-tag .keyphrase-edit{opacity:0;margin:0 8px;cursor:pointer}.aioseo-post-general .aioseo-keyphrase-tag .keyphrase-score{cursor:pointer}.aioseo-post-general .aioseo-keyphrase-tag .keyphrase-score.score-green{color:#00aa63}.aioseo-post-general .aioseo-keyphrase-tag .keyphrase-score.score-orange{color:#f18200}.aioseo-post-general .aioseo-keyphrase-tag .keyphrase-score.score-red{color:#df2a4a}.aioseo-post-general .aioseo-keyphrase-tag .aioseo-edit-keyphrase-tag{position:relative}.aioseo-post-general .aioseo-keyphrase-tag .aioseo-edit-keyphrase-tag>input{width:100%;padding:8px 10px;border:1px solid #E8E8EB;border-radius:3px}.aioseo-post-general .aioseo-keyphrase-tag .aioseo-edit-keyphrase-tag .keyphrase-delete{position:absolute;top:2px;width:16px;height:16px;display:block;cursor:pointer}[dir=ltr] .aioseo-post-general .aioseo-keyphrase-tag .aioseo-edit-keyphrase-tag .keyphrase-delete{right:10px}[dir=rtl] .aioseo-post-general .aioseo-keyphrase-tag .aioseo-edit-keyphrase-tag .keyphrase-delete{left:10px}.aioseo-post-general .aioseo-keyphrase-tag .aioseo-edit-keyphrase-tag .keyphrase-delete:hover{color:#df2a4a}.aioseo-post-general .aioseo-keyphrase-tag:hover .keyphrase-edit{opacity:1}.aioseo-post-general .focus-keyphrase-panel .aioseo-analysis-detail{margin-bottom:0}.aioseo-post-general .analysis-wrapper{border-top:1px solid #E8E8EB}.aioseo-post-general .analysis-loading{position:relative;margin-top:16px}.edit-post-sidebar .aioseo-google-search-preview{padding:10px}.edit-post-sidebar .aioseo-button.edit-snippet{display:inline-flex}.edit-post-sidebar .snippet-focus-keyphrases-row{border-bottom:none;margin-bottom:0!important}.edit-post-sidebar .snippet-preview-row{padding-bottom:0!important;border-bottom:none}.edit-post-sidebar .card-focus-keyphrase,.edit-post-sidebar .card-additional-keyphrase,.edit-post-sidebar .card-basic-seo,.edit-post-sidebar .card-title-seo,.edit-post-sidebar .card-readability-seo{margin:0 -1rem;box-shadow:none;border:none;border-top:1px solid #E8E8EB}.edit-post-sidebar .card-focus-keyphrase .header,.edit-post-sidebar .card-additional-keyphrase .header,.edit-post-sidebar .card-basic-seo .header,.edit-post-sidebar .card-title-seo .header,.edit-post-sidebar .card-readability-seo .header{padding:1rem;border-bottom:none;font-size:14px;font-weight:700}.edit-post-sidebar .card-focus-keyphrase .content,.edit-post-sidebar .card-additional-keyphrase .content,.edit-post-sidebar .card-basic-seo .content,.edit-post-sidebar .card-title-seo .content,.edit-post-sidebar .card-readability-seo .content{padding:24px 16px;font-size:14px;border-top:1px solid #E8E8EB}.edit-post-sidebar .card-focus-keyphrase .aioseo-analysis-detail:last-of-type,.edit-post-sidebar .card-additional-keyphrase .aioseo-analysis-detail:last-of-type,.edit-post-sidebar .card-basic-seo .aioseo-analysis-detail:last-of-type,.edit-post-sidebar .card-title-seo .aioseo-analysis-detail:last-of-type,.edit-post-sidebar .card-readability-seo .aioseo-analysis-detail:last-of-type{margin-bottom:0}.edit-post-sidebar .card-focus-keyphrase .aioseo-analysis-detail:last-of-type .title,.edit-post-sidebar .card-additional-keyphrase .aioseo-analysis-detail:last-of-type .title,.edit-post-sidebar .card-basic-seo .aioseo-analysis-detail:last-of-type .title,.edit-post-sidebar .card-title-seo .aioseo-analysis-detail:last-of-type .title,.edit-post-sidebar .card-readability-seo .aioseo-analysis-detail:last-of-type .title{margin-bottom:0}.edit-post-sidebar .card-focus-keyphrase .aioseo-analysis-detail{margin:16px 0!important}.edit-post-sidebar .card-focus-keyphrase .aioseo-analysis-detail:empty{margin:16px}.edit-post-sidebar .card-focus-keyphrase .add-keyphrase{width:100%}.edit-post-sidebar .card-focus-keyphrase .aioseo-analysis-detail,.edit-post-sidebar .card-additional-keyphrase .aioseo-analysis-detail{margin:0 0 16px!important}.edit-post-sidebar .card-focus-keyphrase .add-keyphrase,.edit-post-sidebar .card-additional-keyphrase .add-keyphrase{width:100%;margin-bottom:16px}.edit-post-sidebar .card-readability-seo{border-bottom:1px solid #E8E8EB}.edit-post-sidebar .aioseo-keyphrase-tag{display:block;margin-bottom:10px}[dir=ltr] .edit-post-sidebar .aioseo-keyphrase-tag{margin-right:0}[dir=rtl] .edit-post-sidebar .aioseo-keyphrase-tag{margin-left:0}.edit-post-sidebar .aioseo-keyphrase-tag:after{content:none!important}.edit-post-sidebar .aioseo-keyphrase-tag.selected{border:2px solid #E8E8EB}.edit-post-sidebar .aioseo-keyphrase-tag.selected:before,.edit-post-sidebar .aioseo-keyphrase-tag.selected:after{content:none}.edit-post-sidebar .aioseo-keyphrase-tag .aioseo-add-keyphrase-tag{display:flex;width:100%}.edit-post-sidebar .aioseo-keyphrase-tag .aioseo-add-keyphrase-tag .keyphrase-score{flex:1}[dir=ltr] .edit-post-sidebar .aioseo-keyphrase-tag .aioseo-add-keyphrase-tag .keyphrase-score{text-align:right}[dir=rtl] .edit-post-sidebar .aioseo-keyphrase-tag .aioseo-add-keyphrase-tag .keyphrase-score{text-align:left}.edit-post-sidebar .card-basic-seo .aioseo-analysis-detail,.edit-post-sidebar .card-title-seo .aioseo-analysis-detail,.edit-post-sidebar .card-readability-seo .aioseo-analysis-detail{margin-top:0}.edit-post-sidebar .analysis-wrapper{border-top:none}.aioseo-modal-content>.aioseo-settings-row{border:none;margin-bottom:0!important}.aioseo-modal-content .aioseo-post-general>.mobile-radio-buttons{position:absolute;top:18px;margin-bottom:0;padding-bottom:0}[dir=ltr] .aioseo-modal-content .aioseo-post-general>.mobile-radio-buttons{right:40px}[dir=rtl] .aioseo-modal-content .aioseo-post-general>.mobile-radio-buttons{left:40px}.aioseo-modal-content .settings-name .name{font-size:16px!important;margin-bottom:6px!important}.aioseo-modal-content .snippet-title-row,.aioseo-modal-content .snippet-description-row{position:relative;display:block;margin-top:32px}.aioseo-modal-content .snippet-title-row .settings-name,.aioseo-modal-content .snippet-description-row .settings-name{margin-bottom:8px}.aioseo-modal-content .snippet-title-row .aioseo-description,.aioseo-modal-content .snippet-description-row .aioseo-description{display:none}.aioseo-modal-content .snippet-title-row .add-tags,.aioseo-modal-content .snippet-description-row .add-tags{position:absolute;top:0;margin:0}[dir=ltr] .aioseo-modal-content .snippet-title-row .add-tags,[dir=ltr] .aioseo-modal-content .snippet-description-row .add-tags{right:8px}[dir=rtl] .aioseo-modal-content .snippet-title-row .add-tags,[dir=rtl] .aioseo-modal-content .snippet-description-row .add-tags{left:8px}@media screen and (max-width: 520px){.aioseo-modal-content .snippet-title-row .add-tags .aioseo-add-template-tag,.aioseo-modal-content .snippet-description-row .add-tags .aioseo-add-template-tag{display:none}}.aioseo-modal-content .snippet-title-row{margin-top:24px;padding-bottom:24px!important}.aioseo-modal-content .snippet-preview-row,.aioseo-modal-content .snippet-description-row{border:none;margin-bottom:0!important;padding-bottom:0!important}.aioseo-modal-content .snippet-pillar-row{display:none}.aioseo-modal-content .component-wrapper .aioseo-settings-row>.aioseo-col{padding-top:.5rem!important}.aioseo-modal-content .component-wrapper .aioseo-google-search-preview{padding:32px 28px!important}.aioseo-modal-content .component-wrapper .aioseo-tabs .md-button:not(.md-active){min-width:72px!important;margin:0!important}.aioseo-modal-content .component-wrapper .aioseo-tabs .md-button:hover{background-color:#e2e3e6}.aioseo-modal-content .component-wrapper .aioseo-tabs .md-button:before{border-radius:100%!important;display:none}.aioseo-modal-content .component-wrapper .aioseo-tabs .md-button .label{display:inline!important}.aioseo-modal-content .mobile-radio-buttons .aioseo-tabs .md-button:not(.md-active){margin:0!important}.aioseo-modal-content .mobile-radio-buttons .aioseo-tabs .md-button:not(.md-active):before{top:0!important}.aioseo-link-assistant-sidebar{padding:20px 16px}.aioseo-link-assistant-sidebar .open-link-assistant-modal{margin-top:12px;border:1px solid #DCDDE1;align-items:center}.aioseo-link-assistant-sidebar .open-link-assistant-modal svg{width:10px;height:10px}[dir=ltr] .aioseo-link-assistant-sidebar .open-link-assistant-modal svg{margin-right:8px}[dir=rtl] .aioseo-link-assistant-sidebar .open-link-assistant-modal svg{margin-left:8px}.aioseo-link-assistant-sidebar .open-link-assistant-copy>.col-md-3{display:none}.aioseo-app .aioseo-confirmation-modal .modal-container{max-width:650px!important}.aioseo-app .aioseo-confirmation-modal .aioseo-modal-body{padding:20px 50px 50px;display:flex;align-items:center!important;justify-content:center;flex-direction:column;position:relative}.aioseo-app .aioseo-confirmation-modal .aioseo-button:not(.close){margin-top:16px}.aioseo-app .aioseo-confirmation-modal .aioseo-modal-body{padding:20px 50px 50px;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative}.aioseo-app .aioseo-confirmation-modal h3{font-size:20px;margin-bottom:16px;text-align:center}.aioseo-app .aioseo-confirmation-modal .reset-description{font-size:16px;color:#141b38;margin-bottom:16px;text-align:center;max-width:515px}.aioseo-app .aioseo-confirmation-modal button.close{position:absolute;top:11px;width:24px;height:24px;background-color:#fff;border:none;display:flex;align-items:center}[dir=ltr] .aioseo-app .aioseo-confirmation-modal button.close{right:11px}[dir=rtl] .aioseo-app .aioseo-confirmation-modal button.close{left:11px}.aioseo-app .aioseo-confirmation-modal button.close svg.aioseo-close{cursor:pointer;width:14px;height:14px}.aioseo-app .aioseo-confirmation-modal .aioseo-description{max-width:510px;text-align:center}.aioseo-app .aioseo-link-assistant-phrase .aioseo-tooltip{display:inline!important;margin:0;font-size:0px;line-height:100%}.aioseo-app .aioseo-link-assistant-phrase .aioseo-tooltip span{font-size:14px}.aioseo-app .aioseo-link-assistant-phrase .aioseo-tooltip .anchor{text-decoration:underline;color:#005ae0;white-space:normal}.aioseo-app .aioseo-link-assistant-phrase .aioseo-tooltip .anchor:hover{cursor:pointer}.aioseo-app .aioseo-link-assistant-phrase .aioseo-tooltip a.tooltip-url{text-decoration:underline;color:#fff}.aioseo-app .aioseo-link-assistant-phrase .aioseo-tooltip a.tooltip-url:hover{text-decoration:none}[dir=ltr] .aioseo-app .aioseo-link-assistant-phrase .icons{margin-left:10px}[dir=rtl] .aioseo-app .aioseo-link-assistant-phrase .icons{margin-right:10px}.aioseo-link-assistant,.aioseo-link-assistant-modal{padding:0!important}.aioseo-link-assistant .aioseo-wp-table tbody th.check-column,.aioseo-link-assistant .aioseo-wp-table tbody td,.aioseo-link-assistant-modal .aioseo-wp-table tbody th.check-column,.aioseo-link-assistant-modal .aioseo-wp-table tbody td{font-size:14px}.aioseo-link-assistant .aioseo-wp-table tbody .date,.aioseo-link-assistant-modal .aioseo-wp-table tbody .date{font-size:13px}.aioseo-link-assistant .aioseo-wp-table tr.edit-row .edit-row-content,.aioseo-link-assistant-modal .aioseo-wp-table tr.edit-row .edit-row-content,.aioseo-link-assistant .aioseo-wp-table tr.edit-row .edit-row-content .wrapper .border,.aioseo-link-assistant-modal .aioseo-wp-table tr.edit-row .edit-row-content .wrapper .border{padding:0}.aioseo-link-assistant .aioseo-wp-table .tablenav,.aioseo-link-assistant-modal .aioseo-wp-table .tablenav{font-size:13px!important}.aioseo-link-assistant .aioseo-wp-table button.toggle-row-button,.aioseo-link-assistant-modal .aioseo-wp-table button.toggle-row-button{display:flex;width:30px;height:26px;padding:0;justify-content:center;align-items:center;background-color:#fff;border:1px solid #DCDDE1;border-radius:3px}.aioseo-link-assistant .aioseo-wp-table button.toggle-row-button:hover,.aioseo-link-assistant-modal .aioseo-wp-table button.toggle-row-button:hover{cursor:pointer;background-color:#f9f9fa}.aioseo-link-assistant .aioseo-wp-table button.toggle-row-button.active,.aioseo-link-assistant-modal .aioseo-wp-table button.toggle-row-button.active{background-color:#005ae0;border:1px solid #005AE0}.aioseo-link-assistant .aioseo-wp-table button.toggle-row-button.active:hover,.aioseo-link-assistant-modal .aioseo-wp-table button.toggle-row-button.active:hover{background-color:#1a82ea}.aioseo-link-assistant .aioseo-wp-table button.toggle-row-button.active svg.aioseo-caret,.aioseo-link-assistant-modal .aioseo-wp-table button.toggle-row-button.active svg.aioseo-caret{color:#fff}[dir=ltr] .aioseo-link-assistant .aioseo-wp-table button.toggle-row-button.active svg.aioseo-caret,[dir=ltr] .aioseo-link-assistant-modal .aioseo-wp-table button.toggle-row-button.active svg.aioseo-caret{transform:rotate(-180deg)}[dir=rtl] .aioseo-link-assistant .aioseo-wp-table button.toggle-row-button.active svg.aioseo-caret,[dir=rtl] .aioseo-link-assistant-modal .aioseo-wp-table button.toggle-row-button.active svg.aioseo-caret{transform:rotate(180deg)}.aioseo-link-assistant .aioseo-wp-table button.toggle-row-button svg.aioseo-caret,.aioseo-link-assistant-modal .aioseo-wp-table button.toggle-row-button svg.aioseo-caret{margin:0;height:20px;width:20px;color:#8c8f9a;transition:transform .3s}[dir=ltr] .aioseo-link-assistant .aioseo-wp-table button.toggle-row-button svg.aioseo-caret,[dir=ltr] .aioseo-link-assistant-modal .aioseo-wp-table button.toggle-row-button svg.aioseo-caret{transform:rotate(-90deg)}[dir=rtl] .aioseo-link-assistant .aioseo-wp-table button.toggle-row-button svg.aioseo-caret,[dir=rtl] .aioseo-link-assistant-modal .aioseo-wp-table button.toggle-row-button svg.aioseo-caret{transform:rotate(90deg)}.aioseo-link-assistant .aioseo-wp-table .row-actions a,.aioseo-link-assistant-modal .aioseo-wp-table .row-actions a{font-size:13px;line-height:150%}.aioseo-link-assistant .aioseo-wp-table .row-actions a.delete-all-links,.aioseo-link-assistant-modal .aioseo-wp-table .row-actions a.delete-all-links{color:#df2a4a}[dir=ltr] .aioseo-link-assistant .aioseo-wp-table svg,[dir=ltr] .aioseo-link-assistant-modal .aioseo-wp-table svg{margin-right:11.22px}[dir=rtl] .aioseo-link-assistant .aioseo-wp-table svg,[dir=rtl] .aioseo-link-assistant-modal .aioseo-wp-table svg{margin-left:11.22px}.aioseo-link-assistant .aioseo-wp-table svg.aioseo-link-external,.aioseo-link-assistant-modal .aioseo-wp-table svg.aioseo-link-external{color:#005ae0;width:10.5px;height:10.5px}.aioseo-link-assistant .aioseo-wp-table svg.aioseo-new-page,.aioseo-link-assistant-modal .aioseo-wp-table svg.aioseo-new-page{color:#434960;width:9.33px;height:11.67px}.aioseo-link-assistant .aioseo-tooltip .popper.action a.tooltip-url,.aioseo-link-assistant-modal .aioseo-tooltip .popper.action a.tooltip-url{white-space:normal!important}.aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .tablenav,.aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .tablenav{height:auto}[dir=ltr] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .tablenav .aioseo-wp-bulk-actions,[dir=ltr] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .tablenav .aioseo-wp-bulk-actions{margin:10px 0 16px 16px}[dir=rtl] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .tablenav .aioseo-wp-bulk-actions,[dir=rtl] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .tablenav .aioseo-wp-bulk-actions,[dir=ltr] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .tablenav .pagination,[dir=ltr] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .tablenav .pagination{margin:10px 16px 16px 0}[dir=rtl] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .tablenav .pagination,[dir=rtl] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .tablenav .pagination{margin:10px 0 16px 16px}.aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table,.aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table{border:0;padding:0}.aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child th.manage-column,.aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child td.manage-column,.aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child th.manage-column,.aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child td.manage-column{border-bottom:1px solid #c3c4c7!important}.aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child th,.aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child th{padding:8px 10px!important}[dir=ltr] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child th:first-of-type,[dir=ltr] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child th:first-of-type{padding-left:15px!important}[dir=rtl] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child th:first-of-type,[dir=rtl] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child th:first-of-type{padding-right:15px!important}[dir=ltr] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child td,[dir=ltr] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child td{padding:4px 0 0 8px!important}[dir=rtl] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child td,[dir=rtl] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table thead tr:last-child td{padding:4px 8px 0 0!important}.aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr .row-actions,.aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr .row-actions{position:relative}.aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr:hover .row-actions,.aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr:hover .row-actions{position:static}[dir=ltr] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr th,[dir=ltr] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr th{padding:11px 0 0 8px}[dir=rtl] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr th,[dir=rtl] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr th{padding:11px 8px 0 0}[dir=ltr] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr td:first-of-type,[dir=ltr] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr td:first-of-type{padding-left:15px}[dir=rtl] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr td:first-of-type,[dir=rtl] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody tr td:first-of-type{padding-right:15px}.aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody .aioseo-tooltip,.aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody .aioseo-tooltip{display:inline-block}[dir=ltr] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody .aioseo-tooltip,[dir=ltr] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody .aioseo-tooltip{margin-left:0}[dir=rtl] .aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody .aioseo-tooltip,[dir=rtl] .aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody .aioseo-tooltip{margin-right:0}.aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody svg.aioseo-trash,.aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody svg.aioseo-trash{width:18px;height:22px;color:#8c8f9a;cursor:pointer;transition:color .1s ease;margin-top:2px}.aioseo-link-assistant .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody svg.aioseo-trash:hover,.aioseo-link-assistant-modal .aioseo-wp-table.link-assistant-inner-table .wp-table table tbody svg.aioseo-trash:hover{color:#df2a4a}.aioseo-link-assistant .aioseo-tabs.link-tabs,.aioseo-link-assistant-modal .aioseo-tabs.link-tabs{border-bottom:1px solid #E8E8EB;background-color:#fff}[dir=ltr] .aioseo-link-assistant .aioseo-tabs.link-tabs .aioseo-mobile-tabs,[dir=ltr] .aioseo-link-assistant-modal .aioseo-tabs.link-tabs .aioseo-mobile-tabs{margin-left:10px}[dir=rtl] .aioseo-link-assistant .aioseo-tabs.link-tabs .aioseo-mobile-tabs,[dir=rtl] .aioseo-link-assistant-modal .aioseo-tabs.link-tabs .aioseo-mobile-tabs{margin-right:10px}.aioseo-link-assistant .aioseo-tabs.link-tabs .md-tabs-navigation,.aioseo-link-assistant-modal .aioseo-tabs.link-tabs .md-tabs-navigation{margin-top:0}.aioseo-link-assistant .aioseo-tabs.link-tabs .md-button-content,.aioseo-link-assistant-modal .aioseo-tabs.link-tabs .md-button-content{display:flex;align-items:center;column-gap:11.75px}.aioseo-link-assistant .aioseo-tabs.link-tabs svg,.aioseo-link-assistant-modal .aioseo-tabs.link-tabs svg{width:11px;height:11px;margin-top:3px}[dir=ltr] .aioseo-link-assistant .aioseo-tabs.link-tabs svg,[dir=ltr] .aioseo-link-assistant-modal .aioseo-tabs.link-tabs svg{margin-right:0}[dir=rtl] .aioseo-link-assistant .aioseo-tabs.link-tabs svg,[dir=rtl] .aioseo-link-assistant-modal .aioseo-tabs.link-tabs svg{margin-left:0}.aioseo-link-assistant .aioseo-tabs.link-tabs svg.aioseo-link-internal-inbound,.aioseo-link-assistant .aioseo-tabs.link-tabs svg.aioseo-link-internal-outbound,.aioseo-link-assistant-modal .aioseo-tabs.link-tabs svg.aioseo-link-internal-inbound,.aioseo-link-assistant-modal .aioseo-tabs.link-tabs svg.aioseo-link-internal-outbound{color:#00aa63}.aioseo-link-assistant .aioseo-tabs.link-tabs svg.aioseo-link-external,.aioseo-link-assistant-modal .aioseo-tabs.link-tabs svg.aioseo-link-external{color:#005ae0}.aioseo-link-assistant .aioseo-tabs.link-tabs svg.aioseo-link-affiliate,.aioseo-link-assistant-modal .aioseo-tabs.link-tabs svg.aioseo-link-affiliate{color:#f18200;width:12px;height:12px;margin-top:2px}.aioseo-link-assistant .aioseo-tabs.link-tabs svg.aioseo-link-suggestion,.aioseo-link-assistant-modal .aioseo-tabs.link-tabs svg.aioseo-link-suggestion{color:#2c324c;width:16.67px;height:8.33px}.aioseo-link-assistant .aioseo-tabs svg,.aioseo-link-assistant-modal .aioseo-tabs svg{display:inline-block!important}.aioseo-link-assistant div.links-bottom,.aioseo-link-assistant-modal div.links-bottom{display:flex;flex-direction:row;padding:17px 17px 24px}.aioseo-link-assistant div.links-bottom a,.aioseo-link-assistant-modal div.links-bottom a{text-decoration:underline}.aioseo-link-assistant div.links-bottom a.link-delete,.aioseo-link-assistant-modal div.links-bottom a.link-delete{color:#df2a4a!important}.aioseo-link-assistant div.links-bottom a:hover,.aioseo-link-assistant-modal div.links-bottom a:hover{text-decoration:none;cursor:pointer}.aioseo-link-assistant div.links-bottom .links-bottom-left,.aioseo-link-assistant-modal div.links-bottom .links-bottom-left{display:flex;flex:1 1 auto;column-gap:28px;align-items:center}.aioseo-link-assistant div.links-bottom .links-bottom-left div,.aioseo-link-assistant-modal div.links-bottom .links-bottom-left div{display:flex;align-items:center}[dir=ltr] .aioseo-link-assistant div.links-bottom .links-bottom-left div svg,[dir=ltr] .aioseo-link-assistant-modal div.links-bottom .links-bottom-left div svg{margin-right:10px}[dir=rtl] .aioseo-link-assistant div.links-bottom .links-bottom-left div svg,[dir=rtl] .aioseo-link-assistant-modal div.links-bottom .links-bottom-left div svg{margin-left:10px}.aioseo-link-assistant div.links-bottom .links-bottom-left button svg,.aioseo-link-assistant-modal div.links-bottom .links-bottom-left button svg{margin-top:2.5px;width:14px;height:14px;color:#fff}[dir=ltr] .aioseo-link-assistant div.links-bottom .links-bottom-left button svg,[dir=ltr] .aioseo-link-assistant-modal div.links-bottom .links-bottom-left button svg{margin-right:10px}[dir=rtl] .aioseo-link-assistant div.links-bottom .links-bottom-left button svg,[dir=rtl] .aioseo-link-assistant-modal div.links-bottom .links-bottom-left button svg{margin-left:10px}.aioseo-link-assistant div.links-bottom .links-bottom-left svg.aioseo-link-external,.aioseo-link-assistant-modal div.links-bottom .links-bottom-left svg.aioseo-link-external{margin-top:3.5px;width:11px;height:11px;color:#005ae0}.aioseo-link-assistant div.links-bottom .links-bottom-right,.aioseo-link-assistant-modal div.links-bottom .links-bottom-right{display:flex;align-items:center}.aioseo-link-assistant-modal .modal-mask .modal-wrapper .modal-container{max-width:1300px}.aioseo-link-assistant-modal .modal-body{align-items:start;padding:20px 50px 50px}.aioseo-link-assistant-modal .modal-body .title-header{margin:45px 0 0;align-self:start}.aioseo-link-assistant-modal .modal-body .title-header span{font-weight:700;font-size:20px;line-height:140%;color:#141b38}@media (max-width: 1500px){.aioseo-link-assistant-modal .modal-mask .modal-wrapper .modal-container{max-width:1000px}}@media (max-width: 1150px){.aioseo-link-assistant-modal .modal-mask .modal-wrapper .modal-container{max-width:750px}.aioseo-link-assistant-modal .modal-mask .modal-wrapper .modal-container .modal-body{padding:0 50px 50px}}.tab-facebook .facebook-image-upload{display:flex}.tab-facebook .facebook-image-upload .aioseo-input{max-width:445px}[dir=ltr] .tab-facebook .facebook-image-upload .aioseo-input{margin-right:10px}[dir=rtl] .tab-facebook .facebook-image-upload .aioseo-input{margin-left:10px}.tab-facebook .facebook-image-upload .insert-image{min-width:214px}[dir=ltr] .tab-facebook .facebook-image-upload .insert-image{margin-right:10px}[dir=rtl] .tab-facebook .facebook-image-upload .insert-image{margin-left:10px}.tab-facebook .facebook-image-upload .insert-image svg.aioseo-circle-plus{width:13px;height:13px}[dir=ltr] .tab-facebook .facebook-image-upload .insert-image svg.aioseo-circle-plus{margin-right:10px}[dir=rtl] .tab-facebook .facebook-image-upload .insert-image svg.aioseo-circle-plus{margin-left:10px}.tab-facebook .facebook-image img{margin-top:20px;width:auto;max-width:525px;max-height:525px;height:auto}.tab-facebook .facebook-image.vertical img{max-width:158px;max-height:158px}.tab-facebook .facebook-meta-input{margin-top:10px}.tab-twitter .twitter-image-upload{display:flex}.tab-twitter .twitter-image-upload .aioseo-input{max-width:445px}[dir=ltr] .tab-twitter .twitter-image-upload .aioseo-input{margin-right:10px}[dir=rtl] .tab-twitter .twitter-image-upload .aioseo-input{margin-left:10px}.tab-twitter .twitter-image-upload .insert-image{min-width:214px}[dir=ltr] .tab-twitter .twitter-image-upload .insert-image{margin-right:10px}[dir=rtl] .tab-twitter .twitter-image-upload .insert-image{margin-left:10px}.tab-twitter .twitter-image-upload .insert-image svg.aioseo-circle-plus{width:13px;height:13px}[dir=ltr] .tab-twitter .twitter-image-upload .insert-image svg.aioseo-circle-plus{margin-right:10px}[dir=rtl] .tab-twitter .twitter-image-upload .insert-image svg.aioseo-circle-plus{margin-left:10px}.tab-twitter .twitter-image img{margin-top:20px;width:auto;max-width:525px;max-height:525px;height:auto}.tab-twitter .twitter-image.vertical img{max-width:158px;max-height:158px}.tab-twitter .twitter-image-source,.tab-twitter .twitter-custom-field{padding-top:8px!important;padding-bottom:24px!important}.tab-twitter .twitter-image,.tab-twitter .twitter-card-type{padding-top:8px!important}.tab-twitter .use-facebook{margin-bottom:32px!important;padding-bottom:32px!important}.tab-twitter .aioseo-settings-row:last-of-type{margin-bottom:32px!important;padding-bottom:32px!important}.open-social-modal{margin:12px 0;border:1px solid #DCDDE1}[dir=ltr] .open-social-modal svg{margin-right:5px}[dir=rtl] .open-social-modal svg{margin-left:5px}.open-social-copy>.col-md-3{display:none}.aioseo-post-social .aioseo-col.col-md-9{position:relative}.aioseo-post-social .mobile-radio-buttons{margin:0;padding:0;border:0}.aioseo-post-social .mobile-radio-buttons .aioseo-radio-toggle{justify-content:flex-end;position:absolute;top:12px}[dir=ltr] .aioseo-post-social .mobile-radio-buttons .aioseo-radio-toggle{right:20px}[dir=rtl] .aioseo-post-social .mobile-radio-buttons .aioseo-radio-toggle{left:20px}[dir=ltr] .aioseo-post-social .mobile-radio-buttons .aioseo-radio-toggle>div{margin-left:10px}[dir=rtl] .aioseo-post-social .mobile-radio-buttons .aioseo-radio-toggle>div{margin-right:10px}[dir=ltr] .aioseo-post-social .mobile-radio-buttons .col-md-9{padding-left:4px;padding-right:0}[dir=rtl] .aioseo-post-social .mobile-radio-buttons .col-md-9{padding-right:4px;padding-left:0}.aioseo-post-social .ismobile,.aioseo-post-social .ismobilecard .facebook-post,.aioseo-post-social .ismobilecard .twitter-post{max-width:375px}.aioseo-post-social .aioseo-tabs{background:#fff!important;border:none!important;border-bottom:2px solid #E8E8EB!important}.edit-post-sidebar .tab-facebook,.edit-post-sidebar .tab-twitter,.edit-post-sidebar .mobile-radio-buttons{display:none}.aioseo-modal-content .mobile-radio-buttons{padding-bottom:0!important}.aioseo-modal-content .mobile-radio-buttons .aioseo-radio-toggle{top:8px!important}[dir=ltr] .aioseo-modal-content .mobile-radio-buttons .aioseo-radio-toggle{right:0!important}[dir=rtl] .aioseo-modal-content .mobile-radio-buttons .aioseo-radio-toggle{left:0!important}@media screen and (max-width: 520px){.aioseo-modal-content .mobile-radio-buttons .aioseo-radio-toggle{display:none}}.aioseo-modal-content .tab-facebook,.aioseo-modal-content .tab-twitter{display:block}.aioseo-modal-content .tab-facebook .aioseo-settings-row:first-of-type,.aioseo-modal-content .tab-twitter .aioseo-settings-row:first-of-type{border-bottom:0;padding-bottom:0}.aioseo-modal-content .tab-facebook .aioseo-settings-row:first-of-type .aioseo-col:first-of-type,.aioseo-modal-content .tab-twitter .aioseo-settings-row:first-of-type .aioseo-col:first-of-type{display:none}.aioseo-modal-content .tab-facebook .aioseo-html-tags-editor,.aioseo-modal-content .tab-twitter .aioseo-html-tags-editor{margin-top:0}.aioseo-modal-content .tab-facebook .aioseo-html-tags-editor .aioseo-description,.aioseo-modal-content .tab-twitter .aioseo-html-tags-editor .aioseo-description{display:none}.aioseo-modal-content .tab-facebook .aioseo-html-tags-editor .add-tags,.aioseo-modal-content .tab-twitter .aioseo-html-tags-editor .add-tags{position:absolute;top:-40px;margin:0}[dir=ltr] .aioseo-modal-content .tab-facebook .aioseo-html-tags-editor .add-tags,[dir=ltr] .aioseo-modal-content .tab-twitter .aioseo-html-tags-editor .add-tags{right:8px}[dir=rtl] .aioseo-modal-content .tab-facebook .aioseo-html-tags-editor .add-tags,[dir=rtl] .aioseo-modal-content .tab-twitter .aioseo-html-tags-editor .add-tags{left:8px}.aioseo-modal-content .tab-facebook .facebook-title-settings,.aioseo-modal-content .tab-facebook .facebook-description-settings,.aioseo-modal-content .tab-facebook .twitter-title-settings,.aioseo-modal-content .tab-facebook .twitter-description-settings,.aioseo-modal-content .tab-twitter .facebook-title-settings,.aioseo-modal-content .tab-twitter .facebook-description-settings,.aioseo-modal-content .tab-twitter .twitter-title-settings,.aioseo-modal-content .tab-twitter .twitter-description-settings{padding-bottom:24px}.aioseo-modal-content .tab-facebook .facebook-title-settings .col-md-9,.aioseo-modal-content .tab-facebook .facebook-description-settings .col-md-9,.aioseo-modal-content .tab-facebook .twitter-title-settings .col-md-9,.aioseo-modal-content .tab-facebook .twitter-description-settings .col-md-9,.aioseo-modal-content .tab-twitter .facebook-title-settings .col-md-9,.aioseo-modal-content .tab-twitter .facebook-description-settings .col-md-9,.aioseo-modal-content .tab-twitter .twitter-title-settings .col-md-9,.aioseo-modal-content .tab-twitter .twitter-description-settings .col-md-9{padding-top:0!important;margin-top:0}.aioseo-modal-content .mobile-radio-buttons{display:block!important}.aioseo-modal-content .mobile-radio-buttons>.col-md-3{display:none}.aioseo-modal-content .mobile-radio-buttons>.col-md-9{padding:0;flex-basis:100%!important;max-width:100%!important}.aioseo-modal-content .aioseo-settings-row>.col-md-3{padding-bottom:0}.aioseo-modal-content .aioseo-settings-row>.col-md-3,.aioseo-modal-content .aioseo-settings-row>.col-md-9{flex-basis:100%;max-width:100%}[dir=ltr] .aioseo-modal-content>.aioseo-settings-row .aioseo-tabs.internal{padding-left:40px}[dir=rtl] .aioseo-modal-content>.aioseo-settings-row .aioseo-tabs.internal{padding-right:40px}.aioseo-modal-content>.aioseo-settings-row .aioseo-tabs .md-button-content{display:flex;align-items:center}.aioseo-modal-content>.aioseo-settings-row .aioseo-tabs .md-button-content svg{display:inline;width:16px;height:16px}.aioseo-modal-content>.aioseo-settings-row .aioseo-tabs .md-button:before{height:auto!important;border-radius:0!important}.aioseo-modal-content>.aioseo-settings-row .aioseo-tabs .md-button .label{display:inline!important}[dir=ltr] .aioseo-modal-content>.aioseo-settings-row .aioseo-tabs .md-button .label{margin-left:10px}[dir=rtl] .aioseo-modal-content>.aioseo-settings-row .aioseo-tabs .md-button .label{margin-right:10px}.aioseo-modal-content>.aioseo-settings-row.mobile-radio-buttons .md-button{max-height:46px}.aioseo-modal-content .aioseo-tab-content{position:relative;padding:30px 40px!important}.aioseo-modal-content .aioseo-tab-content.aioseo-post-social{padding:22px 40px!important}.open-redirects-modal[data-v-11818a4c]{margin:12px 0}.open-redirects-modal svg[data-v-11818a4c]{width:10px;height:10px}[dir=ltr] .open-redirects-modal svg[data-v-11818a4c]{margin-right:8px}[dir=rtl] .open-redirects-modal svg[data-v-11818a4c]{margin-left:8px}.redirects-options-table{margin:0;border:1px solid #D0D1D7;border-radius:3px;width:100%;border-spacing:0;border-collapse:separate;font-family:Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:21px;letter-spacing:0px}[dir=ltr] .redirects-options-table{text-align:left}[dir=rtl] .redirects-options-table{text-align:right}.redirects-options-table tr td{padding:16px 8px!important;background:#FFFFFF;vertical-align:middle!important}[dir=ltr] .redirects-options-table tr td:first-child{padding-left:16px!important}[dir=rtl] .redirects-options-table tr td:first-child{padding-right:16px!important}[dir=ltr] .redirects-options-table tr td:last-child{padding-right:16px!important}[dir=rtl] .redirects-options-table tr td:last-child{padding-left:16px!important}.redirects-options-table tr td.arrow-col,.redirects-options-table tr td.actions{text-align:center}.redirects-options-table tr td.arrow-col div{display:flex;height:100%;justify-content:center;align-items:center}.redirects-options-table tr td.actions{width:20px}.redirects-options-table tr td.aliased-domain{width:100%}.redirects-options-table tr.even td{background-color:#f9f9fa}.redirects-options-table thead td{height:50px;padding:0 8px!important;border-bottom:1px solid #D0D1D7;color:#434960!important}[dir=ltr] .redirects-options-table thead td:first-child{border-radius:3px 0 0}[dir=rtl] .redirects-options-table thead td:first-child{border-radius:0 3px 0 0}[dir=ltr] .redirects-options-table thead td:last-child{border-radius:0 3px 0 0}[dir=rtl] .redirects-options-table thead td:last-child{border-radius:3px 0 0}.redirects-options-table thead td:first-child:last-child{border-radius:3px 3px 0 0}[dir=ltr] .redirects-options-table tbody tr:last-child td:first-child{border-radius:0 0 0 3px}[dir=rtl] .redirects-options-table tbody tr:last-child td:first-child{border-radius:0 0 3px}[dir=ltr] .redirects-options-table tbody tr:last-child td:last-child{border-radius:0 0 3px}[dir=rtl] .redirects-options-table tbody tr:last-child td:last-child{border-radius:0 0 0 3px}.redirects-options-table tfoot td{height:50px;padding:0 8px!important;border-top:1px solid #D0D1D7}[dir=ltr] .redirects-options-table tfoot td:first-child{border-radius:0 0 0 3px}[dir=rtl] .redirects-options-table tfoot td:first-child{border-radius:0 0 3px}[dir=ltr] .redirects-options-table tfoot td:last-child{border-radius:0 0 3px}[dir=rtl] .redirects-options-table tfoot td:last-child{border-radius:0 0 0 3px}.redirects-options-table tfoot td:first-child:last-child{border-radius:0 0 3px 3px}[dir=ltr] .redirects-options-table tfoot td .aioseo-button+.aioseo-button{margin:0 0 0 16px}[dir=rtl] .redirects-options-table tfoot td .aioseo-button+.aioseo-button{margin:0 16px 0 0}.redirects-options-table.small tr td{padding:8px!important}.redirects-options-table.small thead td{height:30px;padding:0 8px!important}.redirects-options-table svg{color:#dadada}.redirects-options-table svg.aioseo-trash{width:20px;height:20px;cursor:pointer}.redirects-options-table svg.aioseo-trash:hover{color:#df2a4a}.redirects-options-table svg.aioseo-right-arrow{width:26px;color:#8c8f9a}.redirects-options-table .aioseo-tooltip{display:flex}[dir=ltr] .redirects-options-table .aioseo-tooltip{margin-left:0}[dir=rtl] .redirects-options-table .aioseo-tooltip{margin-right:0}.aioseo-post-schema-lite{position:relative;min-height:450px}.aioseo-post-schema-lite .schema-type{max-width:350px}.aioseo-post-schema-lite .aioseo-description{font-size:14px;line-height:1.8;margin:8px 0 0;color:#141b38}.aioseo-post-schema-lite .field-description{font-size:14px}.aioseo-post-schema-lite .block{display:block}.aioseo-post-schema-lite .aioseo-settings-row:last-of-type{margin-bottom:30px!important;padding-bottom:30px!important}.aioseo-post-schema-lite .schema-book-rating-options{display:flex}.aioseo-post-schema-lite .schema-book-rating-options .rating,.aioseo-post-schema-lite .schema-book-rating-options .rating-min{flex:1}[dir=ltr] .aioseo-post-schema-lite .schema-book-rating-options .rating,[dir=ltr] .aioseo-post-schema-lite .schema-book-rating-options .rating-min{margin-right:30px}[dir=rtl] .aioseo-post-schema-lite .schema-book-rating-options .rating,[dir=rtl] .aioseo-post-schema-lite .schema-book-rating-options .rating-min{margin-left:30px}.aioseo-post-schema-lite .schema-book-rating-options .rating-max{flex:1}@media screen and (max-width: 782px){.aioseo-post-schema-lite .schema-book-rating-options{display:block}.aioseo-post-schema-lite .schema-book-rating-options .rating,.aioseo-post-schema-lite .schema-book-rating-options .rating-min{margin-bottom:30px}[dir=ltr] .aioseo-post-schema-lite .schema-book-rating-options .rating,[dir=ltr] .aioseo-post-schema-lite .schema-book-rating-options .rating-min{margin-right:0}[dir=rtl] .aioseo-post-schema-lite .schema-book-rating-options .rating,[dir=rtl] .aioseo-post-schema-lite .schema-book-rating-options .rating-min{margin-left:0}}.aioseo-post-schema-lite .schema-person-options{display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap}@media screen and (max-width: 782px){.aioseo-post-schema-lite .schema-person-options{display:block}}.aioseo-post-schema-lite .aioseo-alert.schema-upsell{max-width:560px}.edit-post-sidebar .aioseo-post-schema .aioseo-settings-row.aioseo-row .col-md-9 .settings-content .aioseo-col{padding-left:0;padding-right:0}.edit-post-sidebar .schema-book-rating-options{display:block}.edit-post-sidebar .schema-book-rating-options .rating,.edit-post-sidebar .schema-book-rating-options .rating-min{margin:0 0 20px}.edit-post-sidebar .schema-upsell{margin-top:20px}.aioseo-post-settings,.aioseo-metabox .aioseo-post-settings{background:#fff;color:#141b38}.aioseo-post-settings .aioseo-tabs,.aioseo-metabox .aioseo-post-settings .aioseo-tabs{border-bottom-width:2px;background:#F3F4F5}.aioseo-post-settings .aioseo-tabs .md-tabs-navigation,.aioseo-metabox .aioseo-post-settings .aioseo-tabs .md-tabs-navigation{margin-top:0!important}.aioseo-post-settings .aioseo-tabs .md-button,.aioseo-metabox .aioseo-post-settings .aioseo-tabs .md-button{height:50px!important;font-size:14px!important;color:#434960!important}.aioseo-post-settings .aioseo-tabs .md-button.md-active,.aioseo-metabox .aioseo-post-settings .aioseo-tabs .md-button.md-active{color:#141b38!important;-webkit-text-stroke-width:.2px;-webkit-text-stroke-color:#141B38}.aioseo-post-settings .aioseo-tabs .md-button .icon,.aioseo-metabox .aioseo-post-settings .aioseo-tabs .md-button .icon{display:none}.aioseo-post-settings .aioseo-tabs svg,.aioseo-metabox .aioseo-post-settings .aioseo-tabs svg{display:none}@media screen and (max-width: 785px){.aioseo-post-settings .aioseo-tabs svg.aioseo-caret,.aioseo-metabox .aioseo-post-settings .aioseo-tabs svg.aioseo-caret{display:inline}}.aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button,.aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button{display:flex;align-items:center;padding:12px;color:#2c324c;text-decoration:none}.aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button:not(:last-child),.aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button:not(:last-child){border-bottom:1px solid #DDDDDD}.aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button:focus,.aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button:focus{box-shadow:none}.aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .icon,.aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .icon{display:inline;width:16px;height:16px}[dir=ltr] .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .icon,[dir=ltr] .aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .icon{margin-right:8px}[dir=rtl] .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .icon,[dir=rtl] .aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .icon{margin-left:8px}.aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .name,.aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .name{font-weight:700}.aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-circle-information-solid,.aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-circle-information-solid{color:#f18200}[dir=ltr] .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-circle-information-solid,[dir=ltr] .aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-circle-information-solid{margin-left:8px}[dir=rtl] .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-circle-information-solid,[dir=rtl] .aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-circle-information-solid{margin-right:8px}.aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-caret,.aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-caret{width:24px;height:24px;cursor:pointer}[dir=ltr] .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-caret,[dir=ltr] .aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-caret{margin-left:auto;transform:rotate(-90deg)}[dir=rtl] .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-caret,[dir=rtl] .aioseo-metabox .aioseo-post-settings .aioseo-sidepanel .aioseo-sidepanel-button .aioseo-caret{margin-right:auto;transform:rotate(90deg)}.aioseo-post-settings .aioseo-tab-title,.aioseo-metabox .aioseo-post-settings .aioseo-tab-title{display:flex;align-items:center;color:#2c324c;font-weight:700;padding:12px;border-bottom:1px solid #DDDDDD;background:#fff;position:sticky;z-index:1;top:0}.aioseo-post-settings .aioseo-tab-title svg,.aioseo-metabox .aioseo-post-settings .aioseo-tab-title svg{width:10px;height:10px;cursor:pointer}[dir=ltr] .aioseo-post-settings .aioseo-tab-title svg,[dir=ltr] .aioseo-metabox .aioseo-post-settings .aioseo-tab-title svg{margin-left:auto}[dir=rtl] .aioseo-post-settings .aioseo-tab-title svg,[dir=rtl] .aioseo-metabox .aioseo-post-settings .aioseo-tab-title svg{margin-right:auto}.aioseo-post-settings .aioseo-tab-content,.aioseo-metabox .aioseo-post-settings .aioseo-tab-content{background:#fff;border-top:0;padding:30px;font-size:13px;position:relative}.aioseo-post-settings .aioseo-settings-row,.aioseo-metabox .aioseo-post-settings .aioseo-settings-row{margin-bottom:16px;padding-bottom:16px}.aioseo-post-settings .aioseo-sidebar-content-title,.aioseo-metabox .aioseo-post-settings .aioseo-sidebar-content-title{font-weight:700;font-size:14px;padding-bottom:5px}.edit-post-sidebar .col-xs-12,.edit-post-sidebar .col-sm-6,.edit-post-sidebar .col-md-4,.edit-post-sidebar .col-md-3{width:100%;flex-basis:100%!important;max-width:100%!important}.edit-post-sidebar .components-panel{border-bottom:none}.edit-post-sidebar .aioseo-mobile-tabs{display:none}.edit-post-sidebar .aioseo-app input{border:1px solid #D0D1D7}.edit-post-sidebar .aioseo-app input:focus{border-color:#005ae0;box-shadow:0 0 0 1px #005ae0}.edit-post-sidebar .aioseo-app input::placeholder{color:#8c8f9a}.edit-post-sidebar .aioseo-app .aioseo-tab:not(.is-page-builder){position:relative;top:-45px}.edit-post-sidebar .aioseo-app .aioseo-textarea-autosize{border:1px solid #D0D1D7}.edit-post-sidebar .aioseo-app .aioseo-tab-content{padding:20px 16px;border:none}.edit-post-sidebar .aioseo-app .aioseo-description{margin:0}.edit-post-sidebar .aioseo-app .route-fade-enter-active,.edit-post-sidebar .aioseo-app .route-fade-leave-active{transition:opacity .2s,transform .2s}.edit-post-sidebar .aioseo-app .route-fade-enter,.edit-post-sidebar .aioseo-app .route-fade-leave-active{position:absolute;top:0}.edit-post-sidebar .aioseo-settings-row{margin-bottom:16px;padding-bottom:16px}.edit-post-sidebar .aioseo-settings-row:last-of-type{border-bottom:0;margin-bottom:0!important;padding-bottom:0!important}.edit-post-sidebar .aioseo-settings-row>.aioseo-col{padding-top:0}.edit-post-sidebar .aioseo-settings-row .settings-name .name{font-size:14px;font-weight:700;margin-bottom:0}.aioseo-app.post-settings-modal .aioseo-modal-content .aioseo-tabs.internal{border-bottom-width:1px!important}@media screen and (max-width: 520px){[dir=ltr] .aioseo-app.post-settings-modal .aioseo-modal-content .aioseo-tabs.internal{padding-left:20px!important}[dir=rtl] .aioseo-app.post-settings-modal .aioseo-modal-content .aioseo-tabs.internal{padding-right:20px!important}}.aioseo-app.post-settings-modal .aioseo-modal-content .md-tabs-navigation .md-tabs-indicator{bottom:-1px!important}@media only screen and (min-width: 782px){.aioseo-app.post-settings-modal .aioseo-modal-content .col-md-4{-ms-flex-preferred-size:33.33333333%!important;flex-basis:33.33333333%!important;max-width:33.33333333%!important}.aioseo-app.post-settings-modal .aioseo-modal-content .col-md-5{-ms-flex-preferred-size:41.66666667%!important;flex-basis:41.66666667%!important;max-width:41.66666667%!important}.aioseo-app.post-settings-modal .aioseo-modal-content .col-md-7{-ms-flex-preferred-size:58.33333333%!important;flex-basis:58.33333333%!important;max-width:58.33333333%!important}.aioseo-app.post-settings-modal .aioseo-modal-content .col-md-8{-ms-flex-preferred-size:66.66666667%!important;flex-basis:66.66666667%!important;max-width:66.66666667%!important}}.aioseo-redirects-modal .bd{padding:20px}.aioseo-redirects-modal .modal-mask .modal-wrapper .modal-container{max-width:1000px}.aioseo-post-settings-sidebar-vue{display:flex;justify-content:center}.aioseo-post-settings-sidebar-vue .aioseo-loading-spinner{margin-top:30px}
dist/Lite/assets/css/Debug.ec399243.css DELETED
@@ -1 +0,0 @@
1
- .aioseo-app .aioseo-tools-debug .aioseo-alert.warning{margin-bottom:30px}.aioseo-app .aioseo-tools-debug div.first-row{border-top:1px solid #E8E8EB;margin-top:22px;padding-top:16px}.aioseo-app .aioseo-tools-debug div.action-row{margin:20px 0 0}.aioseo-app .aioseo-tools-debug div.action-row:first-child{margin:0}.aioseo-app .aioseo-tools-debug .aioseo-modal-body{padding:20px 50px 50px;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative}.aioseo-app .aioseo-tools-debug .aioseo-modal-body h3{font-size:20px;margin-bottom:16px}.aioseo-app .aioseo-tools-debug .aioseo-modal-body .reset-description{font-size:16px;color:#141b38;margin-bottom:16px;text-align:center;max-width:515px}.aioseo-app .aioseo-tools-debug .aioseo-modal-body button.close{position:absolute;top:11px;width:24px;height:24px;background-color:#fff;border:none;display:flex;align-items:center}[dir=ltr] .aioseo-app .aioseo-tools-debug .aioseo-modal-body button.close{right:11px}[dir=rtl] .aioseo-app .aioseo-tools-debug .aioseo-modal-body button.close{left:11px}.aioseo-app .aioseo-tools-debug .aioseo-modal-body button.close svg.aioseo-close{cursor:pointer;width:14px;height:14px}.aioseo-app .aioseo-tools-debug .aioseo-modal-body .aioseo-description{max-width:510px;text-align:center}.aioseo-app .aioseo-tools-debug .aioseo-modal-body .aioseo-button:not(.close){margin-top:16px}
 
dist/Lite/assets/css/Main.1be23d77.css ADDED
@@ -0,0 +1 @@
 
1
+ .aioseo-app .aioseo-tools-debug .aioseo-tabs.internal{margin:10px 0 30px}.aioseo-app .aioseo-tools-debug .aioseo-modal-body{padding:20px 50px 50px;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative}.aioseo-app .aioseo-tools-debug .aioseo-modal-body .description{font-size:16px;color:#141b38;margin-bottom:16px}.aioseo-app .aioseo-tools-debug .aioseo-modal-body button.aioseo-button{margin-top:16px}.aioseo-app .aioseo-tools-debug .aioseo-modal-body button.close{position:absolute;top:11px;width:24px;height:24px;background-color:#fff;border:none;display:flex;align-items:center}[dir=ltr] .aioseo-app .aioseo-tools-debug .aioseo-modal-body button.close{right:11px}[dir=rtl] .aioseo-app .aioseo-tools-debug .aioseo-modal-body button.close{left:11px}.aioseo-app .aioseo-tools-debug .aioseo-modal-body button.close svg.aioseo-close{cursor:pointer;width:14px;height:14px}
dist/Lite/assets/css/{Media.2fa8ee20.css → Media.5a507e5d.css} RENAMED
@@ -1 +1 @@
1
- .aioseo-sa-image-seo[data-v-68ab1bdf]{min-height:650px}.aioseo-search-appearance-content-types .icon{display:flex;align-items:center}[dir=ltr] .aioseo-search-appearance-content-types .icon{margin-right:16px}[dir=rtl] .aioseo-search-appearance-content-types .icon{margin-left:16px}
1
+ .aioseo-sa-image-seo[data-v-5a3a7186]{min-height:650px}.aioseo-search-appearance-content-types .icon{display:flex;align-items:center}[dir=ltr] .aioseo-search-appearance-content-types .icon{margin-right:16px}[dir=rtl] .aioseo-search-appearance-content-types .icon{margin-left:16px}
dist/Lite/assets/css/Steps.03733f96.css DELETED
@@ -1 +0,0 @@
1
- .aioseo-wizard-close-and-exit{margin:96px 0;min-height:96px;text-align:center;font-size:14px}.aioseo-wizard-close-and-exit a{color:#8c8f9a!important}.aioseo-wizard-steps{color:#8c8f9a;font-size:14px;margin-bottom:20px}
 
dist/Lite/assets/css/Steps.0d609674.css ADDED
@@ -0,0 +1 @@
 
1
+ .aioseo-wizard-close-and-exit{margin:96px 0;min-height:96px;text-align:center;font-size:14px}.aioseo-wizard-close-and-exit a{color:#8c8f9a!important}.aioseo-wizard-close-and-exit .modal-mask .modal-wrapper .modal-container{max-width:600px}.aioseo-wizard-close-and-exit .modal-mask .modal-wrapper .modal-container .modal-header{border-bottom:none;font-size:18px}.aioseo-wizard-close-and-exit .aioseo-modal-body{padding:0 30px 30px;display:flex;flex-direction:column;position:relative}.aioseo-wizard-close-and-exit .aioseo-modal-body h3{font-size:20px;margin-bottom:16px}.aioseo-wizard-close-and-exit .aioseo-modal-body .reset-description{font-size:16px;color:#141b38;margin-bottom:16px;max-width:515px;line-height:24px}[dir=ltr] .aioseo-wizard-close-and-exit .aioseo-modal-body .reset-description{text-align:left}[dir=rtl] .aioseo-wizard-close-and-exit .aioseo-modal-body .reset-description{text-align:right}.aioseo-wizard-close-and-exit .aioseo-modal-body button.close{position:absolute;top:11px;width:24px;height:24px;background-color:#fff;border:none;display:flex;align-items:center}[dir=ltr] .aioseo-wizard-close-and-exit .aioseo-modal-body button.close{right:11px}[dir=rtl] .aioseo-wizard-close-and-exit .aioseo-modal-body button.close{left:11px}.aioseo-wizard-close-and-exit .aioseo-modal-body button.close svg.aioseo-close{cursor:pointer;width:14px;height:14px}.aioseo-wizard-close-and-exit .aioseo-modal-body .aioseo-description{max-width:510px;text-align:center}.aioseo-wizard-close-and-exit .aioseo-modal-body .aioseo-button:not(.close){margin-top:16px}.aioseo-wizard-close-and-exit .aioseo-modal-body div.actions{display:flex;justify-content:flex-end}[dir=ltr] .aioseo-wizard-close-and-exit .aioseo-modal-body div.actions a{margin-right:10px}[dir=rtl] .aioseo-wizard-close-and-exit .aioseo-modal-body div.actions a{margin-left:10px}.aioseo-wizard-steps{color:#8c8f9a;font-size:14px;margin-bottom:20px}
dist/Lite/assets/css/Welcome.22a43538.css DELETED
@@ -1 +0,0 @@
1
- .aioseo-setup-wizard-welcome{padding:25px;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.aioseo-setup-wizard-welcome svg.aioseo-giant-gear{width:904px;min-width:904px;height:auto;color:#dddee2;opacity:.3}.aioseo-setup-wizard-welcome .aioseo-welcome-container{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.aioseo-setup-wizard-welcome .aioseo-welcome-container .aioseo-welcome-content{position:relative;width:100%;max-width:640px;background-color:#fff;border:1px solid #E8E8EB;box-shadow:0 2px 10px #005ae033;padding:70px;display:flex;justify-content:center;flex-direction:column;text-align:center}.aioseo-setup-wizard-welcome .aioseo-welcome-container .aioseo-welcome-content .aioseo-go-back{position:absolute;bottom:-80px;align-self:center}.aioseo-setup-wizard-welcome .aioseo-welcome-container .aioseo-welcome-content .aioseo-go-back a{color:#8c8f9a}.aioseo-setup-wizard-welcome .aioseo-welcome-container .aioseo-welcome-content .header{font-size:24px;color:#141b38;font-weight:600;margin-bottom:30px}.aioseo-setup-wizard-welcome .aioseo-welcome-container .aioseo-welcome-content .description{line-height:1.4;font-size:16px;color:#434960}.aioseo-setup-wizard-welcome .aioseo-welcome-container .aioseo-welcome-content .aioseo-button{margin-top:40px;max-width:265px;align-self:center}@media screen and (max-width: 782px){.aioseo-setup-wizard-welcome .aioseo-welcome-container .aioseo-welcome-content{padding:30px}}
 
dist/Lite/assets/css/Welcome.7ff65416.css ADDED
@@ -0,0 +1 @@
 
1
+ .aioseo-setup-wizard-welcome{padding:25px;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.aioseo-setup-wizard-welcome svg.aioseo-giant-gear{width:904px;min-width:904px;height:auto;color:#dddee2;opacity:.3}.aioseo-setup-wizard-welcome .aioseo-welcome-container{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.aioseo-setup-wizard-welcome .aioseo-welcome-container .aioseo-welcome-content{position:relative;width:100%;max-width:640px;background-color:#fff;border:1px solid #E8E8EB;box-shadow:0 2px 10px #005ae033;padding:70px;display:flex;justify-content:center;flex-direction:column;text-align:center}.aioseo-setup-wizard-welcome .aioseo-welcome-container .aioseo-welcome-content .aioseo-go-back{position:absolute;bottom:-80px;align-self:center}.aioseo-setup-wizard-welcome .aioseo-welcome-container .aioseo-welcome-content .aioseo-go-back a{color:#8c8f9a}.aioseo-setup-wizard-welcome .aioseo-welcome-container .aioseo-welcome-content .header{font-size:24px;color:#141b38;font-weight:600;margin-bottom:30px}.aioseo-setup-wizard-welcome .aioseo-welcome-container .aioseo-welcome-content .description{line-height:1.4;font-size:16px;color:#434960}.aioseo-setup-wizard-welcome .aioseo-welcome-container .aioseo-welcome-content .aioseo-button{margin-top:40px;max-width:265px;align-self:center}@media screen and (max-width: 782px){.aioseo-setup-wizard-welcome .aioseo-welcome-container .aioseo-welcome-content{padding:30px}}.aioseo-setup-wizard-welcome .modal-mask .modal-wrapper .modal-container{max-width:600px}.aioseo-setup-wizard-welcome .modal-mask .modal-wrapper .modal-container .modal-header{border-bottom:none;font-size:18px}.aioseo-setup-wizard-welcome .aioseo-modal-body{padding:0 30px 30px;display:flex;flex-direction:column;position:relative}.aioseo-setup-wizard-welcome .aioseo-modal-body h3{font-size:20px;margin-bottom:16px}.aioseo-setup-wizard-welcome .aioseo-modal-body .reset-description{font-size:16px;color:#141b38;margin-bottom:16px;max-width:515px;line-height:24px}[dir=ltr] .aioseo-setup-wizard-welcome .aioseo-modal-body .reset-description{text-align:left}[dir=rtl] .aioseo-setup-wizard-welcome .aioseo-modal-body .reset-description{text-align:right}.aioseo-setup-wizard-welcome .aioseo-modal-body button.close{position:absolute;top:11px;width:24px;height:24px;background-color:#fff;border:none;display:flex;align-items:center}[dir=ltr] .aioseo-setup-wizard-welcome .aioseo-modal-body button.close{right:11px}[dir=rtl] .aioseo-setup-wizard-welcome .aioseo-modal-body button.close{left:11px}.aioseo-setup-wizard-welcome .aioseo-modal-body button.close svg.aioseo-close{cursor:pointer;width:14px;height:14px}.aioseo-setup-wizard-welcome .aioseo-modal-body .aioseo-description{max-width:510px;text-align:center}.aioseo-setup-wizard-welcome .aioseo-modal-body .aioseo-button:not(.close){margin-top:16px}.aioseo-setup-wizard-welcome .aioseo-modal-body div.actions{display:flex;justify-content:flex-end}[dir=ltr] .aioseo-setup-wizard-welcome .aioseo-modal-body div.actions a{margin-right:10px}[dir=rtl] .aioseo-setup-wizard-welcome .aioseo-modal-body div.actions a{margin-left:10px}
dist/Lite/assets/css/{admin-bar.c7ba8f76.css → admin-bar.13f94dbd.css} RENAMED
@@ -1 +1 @@
1
- #wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg{width:26px;height:30px;background-repeat:no-repeat;background-size:20px;background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2ZmZiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iYWlvc2VvLWdlYXIiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS45ODU0MiAxOS45NzA4QzE1LjUwMDIgMTkuOTcwOCAxOS45NzA4IDE1LjUwMDIgMTkuOTcwOCA5Ljk4NTQyQzE5Ljk3MDggNC40NzA2MyAxNS41MDAyIDAgOS45ODU0MiAwQzQuNDcwNjMgMCAwIDQuNDcwNjMgMCA5Ljk4NTQyQzAgMTUuNTAwMiA0LjQ3MDYzIDE5Ljk3MDggOS45ODU0MiAxOS45NzA4Wk04LjM5NTQxIDMuNjU0NjRDOC4yNjAxNiAzLjQ0ODUgOC4wMDk2IDMuMzUyMTEgNy43Nzk4NSAzLjQzMzI3QzcuNTE4MTYgMy41MjU3MiA3LjI2MjE4IDMuNjM0NDUgNy4wMTM0OSAzLjc1ODhDNi43OTUxOSAzLjg2Nzk2IDYuNjg1NjYgNC4xMTczMSA2LjczMzcyIDQuMzYwNDlMNi45MDQ5MyA1LjIyNjk0QzYuOTQ5IDUuNDQ5OTYgNi44NTggNS42NzYzIDYuNjg1MjIgNS44MjAwOUM2LjQxMjE2IDYuMDQ3MzQgNi4xNjAwNyA2LjMwNDI2IDUuOTM0MjEgNi41ODg2NEM1Ljc5MzgzIDYuNzY1MzkgNS41NzIzMyA2Ljg1OTA3IDUuMzUzNjEgNi44MTQ4OUw0LjUwNDI0IDYuNjQzM0M0LjI2NTY0IDYuNTk1MSA0LjAyMTU3IDYuNzA3ODggMy45MTU0NCA2LjkzMTIxQzMuODU1NDkgNy4wNTczOCAzLjc5ODg5IDcuMTg2MiAzLjc0NTgzIDcuMzE3NThDMy42OTI3NiA3LjQ0ODk2IDMuNjQzOTcgNy41ODEwNSAzLjU5OTM4IDcuNzEzNjlDMy41MjA0OCA3Ljk0ODQ3IDMuNjE1NzkgOC4yMDM5OCAzLjgxODM5IDguMzQxMzNMNC41Mzk1OCA4LjgzMDI3QzQuNzI1MjkgOC45NTYxNyA0LjgxNzc4IDkuMTgxOSA0Ljc5NTM0IDkuNDA4MjZDNC43NTkyNSA5Ljc3MjQ0IDQuNzYwNzIgMTAuMTM2IDQuNzk3NTYgMTAuNDkzNkM0LjgyMDg3IDEwLjcxOTggNC43MjkxNSAxMC45NDU5IDQuNTQzODggMTEuMDcyNEwzLjgyNDA4IDExLjU2NDJDMy42MjIwNSAxMS43MDIyIDMuNTI3NTkgMTEuOTU3OSAzLjYwNzEzIDEyLjE5MjNDMy42OTc3NCAxMi40NTkzIDMuODA0MyAxMi43MjA1IDMuOTI2MTUgMTIuOTc0M0M0LjAzMzEzIDEzLjE5NzEgNC4yNzc0OSAxMy4zMDg4IDQuNTE1ODEgMTMuMjU5OEw1LjM2NDk1IDEzLjA4NTFDNS41ODM1IDEzLjA0MDEgNS44MDUzMyAxMy4xMzMgNS45NDYyMyAxMy4zMDkzQzYuMTY4OTMgMTMuNTg3OSA2LjQyMDcxIDEzLjg0NTEgNi42OTk0IDE0LjA3NTZDNi44NzI2MSAxNC4yMTg4IDYuOTY0NDIgMTQuNDQ0OCA2LjkyMTEyIDE0LjY2OEw2Ljc1Mjk2IDE1LjUzNDhDNi43MDU3MiAxNS43NzgyIDYuODE2MjUgMTYuMDI3MyA3LjAzNTExIDE2LjEzNTZDNy4xNTg3NiAxNi4xOTY3IDcuMjg1IDE2LjI1NDUgNy40MTM3NSAxNi4zMDg2QzcuNTQyNTEgMTYuMzYyOCA3LjY3MTk2IDE2LjQxMjYgNy44MDE5NSAxNi40NTgxQzguMTgyMjQgMTYuNTkxMiA4LjcxNDQ5IDE2LjExNDcgOS4xMDggMTUuNzYyNUM5LjMwMjA1IDE1LjU4ODggOS40MjE3NCAxNS4zNDMgOS40MjMwMSAxNS4wNzk4QzkuNDIzMDEgMTUuMDc4NCA5LjQyMzAyIDE1LjA3NyA5LjQyMzAyIDE1LjA3NTZMOS40MjMwMSAxMy42MjYzQzkuNDIzMDEgMTMuNjEwOSA5LjQyMzYgMTMuNTk1NyA5LjQyNDc2IDEzLjU4MDZDOC4yNjI0OCAxMy4yOTcxIDcuMzk4MzggMTIuMjMwMSA3LjM5ODM4IDEwLjk1NzJWOS40MTgyM0M3LjM5ODM4IDkuMzAxMjUgNy40OTEzMSA5LjIwNjQyIDcuNjA1OTYgOS4yMDY0Mkg4LjMyNTg0VjcuNjkyMkM4LjMyNTg0IDcuNDgzMTIgOC40OTE5MyA3LjMxMzY0IDguNjk2ODMgNy4zMTM2NEM4LjkwMTcxIDcuMzEzNjQgOS4wNjc4MSA3LjQ4MzEyIDkuMDY3ODEgNy42OTIyVjkuMjA2NDJIMTEuMDE1NVY3LjY5MjJDMTEuMDE1NSA3LjQ4MzEyIDExLjE4MTYgNy4zMTM2NCAxMS4zODY1IDcuMzEzNjRDMTEuNTkxNCA3LjMxMzY0IDExLjc1NzUgNy40ODMxMiAxMS43NTc1IDcuNjkyMlY5LjIwNjQySDEyLjQ3NzNDMTIuNTkyIDkuMjA2NDIgMTIuNjg0OSA5LjMwMTI1IDEyLjY4NDkgOS40MTgyM1YxMC45NTcyQzEyLjY4NDkgMTIuMjcwNCAxMS43NjUzIDEzLjM2NDMgMTAuNTQ3NCAxMy42MDUxQzEwLjU0NzcgMTMuNjEyMSAxMC41NDc4IDEzLjYxOTIgMTAuNTQ3OCAxMy42MjYzTDEwLjU0NzggMTUuMDY5NEMxMC41NDc4IDE1LjMzNzcgMTAuNjcxMSAxNS41ODc5IDEwLjg3MSAxNS43NjIyQzExLjI3MTUgMTYuMTExNSAxMS44MTI5IDE2LjU4MzcgMTIuMTkxIDE2LjQ1MDJDMTIuNDUyNyAxNi4zNTc3IDEyLjcwODYgMTYuMjQ5IDEyLjk1NzMgMTYuMTI0NkMxMy4xNzU2IDE2LjAxNTUgMTMuMjg1MiAxNS43NjYxIDEzLjIzNzEgMTUuNTIyOUwxMy4wNjU5IDE0LjY1NjVDMTMuMDIxOCAxNC40MzM0IDEzLjExMjggMTQuMjA3MSAxMy4yODU2IDE0LjA2MzNDMTMuNTU4NyAxMy44MzYxIDEzLjgxMDcgMTMuNTc5MiAxNC4wMzY2IDEzLjI5NDhDMTQuMTc3IDEzLjExOCAxNC4zOTg1IDEzLjAyNDQgMTQuNjE3MiAxMy4wNjg1TDE1LjQ2NjYgMTMuMjQwMUMxNS43MDUyIDEzLjI4ODMgMTUuOTQ5MyAxMy4xNzU2IDE2LjA1NTQgMTIuOTUyMkMxNi4xMTUzIDEyLjgyNjEgMTYuMTcxOSAxMi42OTcyIDE2LjIyNSAxMi41NjU5QzE2LjI3ODEgMTIuNDM0NSAxNi4zMjY5IDEyLjMwMjQgMTYuMzcxNCAxMi4xNjk4QzE2LjQ1MDMgMTEuOTM1IDE2LjM1NSAxMS42Nzk1IDE2LjE1MjQgMTEuNTQyMUwxNS40MzEyIDExLjA1MzJDMTUuMjQ1NSAxMC45MjczIDE1LjE1MyAxMC43MDE1IDE1LjE3NTUgMTAuNDc1MkMxNS4yMTE2IDEwLjExMSAxNS4yMTAxIDkuNzQ3NDQgMTUuMTczMyA5LjM4OTg2QzE1LjE0OTkgOS4xNjM2MSAxNS4yNDE3IDguOTM3NTcgMTUuNDI2OSA4LjgxMUwxNi4xNDY3IDguMzE5MjdDMTYuMzQ4OCA4LjE4MTI2IDE2LjQ0MzIgNy45MjU1OCAxNi4zNjM3IDcuNjkxMTVDMTYuMjczMSA3LjQyNDExIDE2LjE2NjUgNy4xNjI5MiAxNi4wNDQ3IDYuOTA5MTVDMTUuOTM3NyA2LjY4NjM4IDE1LjY5MzMgNi41NzQ2MiAxNS40NTUgNi42MjM2NkwxNC42MDU5IDYuNzk4MzdDMTQuMzg3MyA2Ljg0MzM0IDE0LjE2NTUgNi43NTA0OCAxNC4wMjQ2IDYuNTc0MThDMTMuODAxOSA2LjI5NTU0IDEzLjU1MDEgNi4wMzgzMiAxMy4yNzE0IDUuODA3ODRDMTMuMDk4MiA1LjY2NDYgMTMuMDA2NCA1LjQzODU4IDEzLjA0OTcgNS4yMTU0TDEzLjIxNzkgNC4zNDg2OEMxMy4yNjUxIDQuMTA1MjEgMTMuMTU0NiAzLjg1NjE2IDEyLjkzNTcgMy43NDc4N0MxMi44MTIxIDMuNjg2NjkgMTIuNjg1OCAzLjYyODk1IDEyLjU1NzEgMy41NzQ4QzEyLjQyODMgMy41MjA2NSAxMi4yOTg5IDMuNDcwODYgMTIuMTY4OSAzLjQyNTM3QzExLjkzODggMy4zNDQ4NSAxMS42ODg0IDMuNDQyMTEgMTEuNTUzOCAzLjY0ODg0TDExLjA3NDYgNC4zODQ3NUMxMC45NTEzIDQuNTc0MjUgMTAuNzMgNC42Njg2MiAxMC41MDgyIDQuNjQ1NzNDMTAuMTUxMyA0LjYwODkgOS43OTUwMiA0LjYxMDM5IDkuNDQ0NTkgNC42NDc5OUM5LjIyMjg2IDQuNjcxNzcgOS4wMDEzNCA0LjU3ODE4IDguODc3MzEgNC4zODkxM0w4LjM5NTQxIDMuNjU0NjRaIiBmaWxsPSIjZmZmIiAvPjwvc3ZnPg==)!important}[dir=ltr] #wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg{float:left;background-position:0 6px}[dir=rtl] #wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg{float:right;background-position:100% 6px}#wpadminbar #wp-admin-bar-aioseo-main.new-notifications>.ab-item{background:#2c3338;color:#72aee6}#wpadminbar #wp-admin-bar-aioseo-pro-upgrade a{background-color:#1da867;padding-bottom:5px}#wpadminbar #wp-admin-bar-aioseo-pro-upgrade a span{font-weight:600}#wpadminbar #wp-admin-bar-aioseo-pro-license a{background-color:#df2a4a;padding-bottom:5px}#wpadminbar #wp-admin-bar-aioseo-pro-license a span{font-weight:600}#wpadminbar .aioseo-menu-notification-counter{display:inline-flex;vertical-align:top;box-sizing:border-box;padding:0;min-width:18px;height:18px;border-radius:9px;font-size:11px;line-height:1.6;text-align:center;justify-content:center}[dir=ltr] #wpadminbar .aioseo-menu-notification-counter{margin:7px 0 0 5px}[dir=rtl] #wpadminbar .aioseo-menu-notification-counter{margin:7px 5px 0 0}#wpadminbar .aioseo-menu-notification-counter span{line-height:1;font-size:11px}#wpadminbar .aioseo-menu-notification-indicator{margin:10px 0 0;width:8px;height:8px;border-radius:50%;background-color:#d63638;line-height:1.6;animation:aioseo-menu-notification-indicator-pulse 1.5s infinite}[dir=ltr] #wpadminbar .aioseo-menu-notification-indicator{float:right}[dir=rtl] #wpadminbar .aioseo-menu-notification-indicator{float:left}#wpadminbar .aioseo-menu-new-indicator{color:#f18200;vertical-align:super;font-size:9px}[dir=ltr] #wpadminbar .aioseo-menu-new-indicator{padding-left:2px}[dir=rtl] #wpadminbar .aioseo-menu-new-indicator{padding-right:2px}#toplevel_page_aioseo .aioseo-menu-notification-indicator{margin:6px 0 0;width:8px;height:8px;border-radius:50%;background-color:#d63638;line-height:1.6;animation:aioseo-menu-notification-indicator-pulse 1.5s infinite}[dir=ltr] #toplevel_page_aioseo .aioseo-menu-notification-indicator{float:right}[dir=rtl] #toplevel_page_aioseo .aioseo-menu-notification-indicator{float:left}#toplevel_page_aioseo .aioseo-menu-new-indicator{color:#f18200;vertical-align:super;font-size:9px}[dir=ltr] #toplevel_page_aioseo .aioseo-menu-new-indicator{padding-left:2px}[dir=rtl] #toplevel_page_aioseo .aioseo-menu-new-indicator{padding-right:2px}@keyframes aioseo-menu-notification-indicator-pulse{0%{box-shadow:0 0 #ca4a1f80}to{box-shadow:0 0 0 10px #ca4a1f00}}@media screen and (max-width: 782px){#wpadminbar #wp-admin-bar-aioseo-main{display:block;position:static}#wpadminbar #wp-admin-bar-aioseo-main .ab-item .text{display:none}#wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg{width:52px;height:46px;background-position:50% 8px;background-size:30px}}
1
+ #wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg{width:26px;height:30px;background-repeat:no-repeat;background-size:20px;background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2ZmZiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iYWlvc2VvLWdlYXIiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS45ODU0MiAxOS45NzA4QzE1LjUwMDIgMTkuOTcwOCAxOS45NzA4IDE1LjUwMDIgMTkuOTcwOCA5Ljk4NTQyQzE5Ljk3MDggNC40NzA2MyAxNS41MDAyIDAgOS45ODU0MiAwQzQuNDcwNjMgMCAwIDQuNDcwNjMgMCA5Ljk4NTQyQzAgMTUuNTAwMiA0LjQ3MDYzIDE5Ljk3MDggOS45ODU0MiAxOS45NzA4Wk04LjM5NTQxIDMuNjU0NjRDOC4yNjAxNiAzLjQ0ODUgOC4wMDk2IDMuMzUyMTEgNy43Nzk4NSAzLjQzMzI3QzcuNTE4MTYgMy41MjU3MiA3LjI2MjE4IDMuNjM0NDUgNy4wMTM0OSAzLjc1ODhDNi43OTUxOSAzLjg2Nzk2IDYuNjg1NjYgNC4xMTczMSA2LjczMzcyIDQuMzYwNDlMNi45MDQ5MyA1LjIyNjk0QzYuOTQ5IDUuNDQ5OTYgNi44NTggNS42NzYzIDYuNjg1MjIgNS44MjAwOUM2LjQxMjE2IDYuMDQ3MzQgNi4xNjAwNyA2LjMwNDI2IDUuOTM0MjEgNi41ODg2NEM1Ljc5MzgzIDYuNzY1MzkgNS41NzIzMyA2Ljg1OTA3IDUuMzUzNjEgNi44MTQ4OUw0LjUwNDI0IDYuNjQzM0M0LjI2NTY0IDYuNTk1MSA0LjAyMTU3IDYuNzA3ODggMy45MTU0NCA2LjkzMTIxQzMuODU1NDkgNy4wNTczOCAzLjc5ODg5IDcuMTg2MiAzLjc0NTgzIDcuMzE3NThDMy42OTI3NiA3LjQ0ODk2IDMuNjQzOTcgNy41ODEwNSAzLjU5OTM4IDcuNzEzNjlDMy41MjA0OCA3Ljk0ODQ3IDMuNjE1NzkgOC4yMDM5OCAzLjgxODM5IDguMzQxMzNMNC41Mzk1OCA4LjgzMDI3QzQuNzI1MjkgOC45NTYxNyA0LjgxNzc4IDkuMTgxOSA0Ljc5NTM0IDkuNDA4MjZDNC43NTkyNSA5Ljc3MjQ0IDQuNzYwNzIgMTAuMTM2IDQuNzk3NTYgMTAuNDkzNkM0LjgyMDg3IDEwLjcxOTggNC43MjkxNSAxMC45NDU5IDQuNTQzODggMTEuMDcyNEwzLjgyNDA4IDExLjU2NDJDMy42MjIwNSAxMS43MDIyIDMuNTI3NTkgMTEuOTU3OSAzLjYwNzEzIDEyLjE5MjNDMy42OTc3NCAxMi40NTkzIDMuODA0MyAxMi43MjA1IDMuOTI2MTUgMTIuOTc0M0M0LjAzMzEzIDEzLjE5NzEgNC4yNzc0OSAxMy4zMDg4IDQuNTE1ODEgMTMuMjU5OEw1LjM2NDk1IDEzLjA4NTFDNS41ODM1IDEzLjA0MDEgNS44MDUzMyAxMy4xMzMgNS45NDYyMyAxMy4zMDkzQzYuMTY4OTMgMTMuNTg3OSA2LjQyMDcxIDEzLjg0NTEgNi42OTk0IDE0LjA3NTZDNi44NzI2MSAxNC4yMTg4IDYuOTY0NDIgMTQuNDQ0OCA2LjkyMTEyIDE0LjY2OEw2Ljc1Mjk2IDE1LjUzNDhDNi43MDU3MiAxNS43NzgyIDYuODE2MjUgMTYuMDI3MyA3LjAzNTExIDE2LjEzNTZDNy4xNTg3NiAxNi4xOTY3IDcuMjg1IDE2LjI1NDUgNy40MTM3NSAxNi4zMDg2QzcuNTQyNTEgMTYuMzYyOCA3LjY3MTk2IDE2LjQxMjYgNy44MDE5NSAxNi40NTgxQzguMTgyMjQgMTYuNTkxMiA4LjcxNDQ5IDE2LjExNDcgOS4xMDggMTUuNzYyNUM5LjMwMjA1IDE1LjU4ODggOS40MjE3NCAxNS4zNDMgOS40MjMwMSAxNS4wNzk4QzkuNDIzMDEgMTUuMDc4NCA5LjQyMzAyIDE1LjA3NyA5LjQyMzAyIDE1LjA3NTZMOS40MjMwMSAxMy42MjYzQzkuNDIzMDEgMTMuNjEwOSA5LjQyMzYgMTMuNTk1NyA5LjQyNDc2IDEzLjU4MDZDOC4yNjI0OCAxMy4yOTcxIDcuMzk4MzggMTIuMjMwMSA3LjM5ODM4IDEwLjk1NzJWOS40MTgyM0M3LjM5ODM4IDkuMzAxMjUgNy40OTEzMSA5LjIwNjQyIDcuNjA1OTYgOS4yMDY0Mkg4LjMyNTg0VjcuNjkyMkM4LjMyNTg0IDcuNDgzMTIgOC40OTE5MyA3LjMxMzY0IDguNjk2ODMgNy4zMTM2NEM4LjkwMTcxIDcuMzEzNjQgOS4wNjc4MSA3LjQ4MzEyIDkuMDY3ODEgNy42OTIyVjkuMjA2NDJIMTEuMDE1NVY3LjY5MjJDMTEuMDE1NSA3LjQ4MzEyIDExLjE4MTYgNy4zMTM2NCAxMS4zODY1IDcuMzEzNjRDMTEuNTkxNCA3LjMxMzY0IDExLjc1NzUgNy40ODMxMiAxMS43NTc1IDcuNjkyMlY5LjIwNjQySDEyLjQ3NzNDMTIuNTkyIDkuMjA2NDIgMTIuNjg0OSA5LjMwMTI1IDEyLjY4NDkgOS40MTgyM1YxMC45NTcyQzEyLjY4NDkgMTIuMjcwNCAxMS43NjUzIDEzLjM2NDMgMTAuNTQ3NCAxMy42MDUxQzEwLjU0NzcgMTMuNjEyMSAxMC41NDc4IDEzLjYxOTIgMTAuNTQ3OCAxMy42MjYzTDEwLjU0NzggMTUuMDY5NEMxMC41NDc4IDE1LjMzNzcgMTAuNjcxMSAxNS41ODc5IDEwLjg3MSAxNS43NjIyQzExLjI3MTUgMTYuMTExNSAxMS44MTI5IDE2LjU4MzcgMTIuMTkxIDE2LjQ1MDJDMTIuNDUyNyAxNi4zNTc3IDEyLjcwODYgMTYuMjQ5IDEyLjk1NzMgMTYuMTI0NkMxMy4xNzU2IDE2LjAxNTUgMTMuMjg1MiAxNS43NjYxIDEzLjIzNzEgMTUuNTIyOUwxMy4wNjU5IDE0LjY1NjVDMTMuMDIxOCAxNC40MzM0IDEzLjExMjggMTQuMjA3MSAxMy4yODU2IDE0LjA2MzNDMTMuNTU4NyAxMy44MzYxIDEzLjgxMDcgMTMuNTc5MiAxNC4wMzY2IDEzLjI5NDhDMTQuMTc3IDEzLjExOCAxNC4zOTg1IDEzLjAyNDQgMTQuNjE3MiAxMy4wNjg1TDE1LjQ2NjYgMTMuMjQwMUMxNS43MDUyIDEzLjI4ODMgMTUuOTQ5MyAxMy4xNzU2IDE2LjA1NTQgMTIuOTUyMkMxNi4xMTUzIDEyLjgyNjEgMTYuMTcxOSAxMi42OTcyIDE2LjIyNSAxMi41NjU5QzE2LjI3ODEgMTIuNDM0NSAxNi4zMjY5IDEyLjMwMjQgMTYuMzcxNCAxMi4xNjk4QzE2LjQ1MDMgMTEuOTM1IDE2LjM1NSAxMS42Nzk1IDE2LjE1MjQgMTEuNTQyMUwxNS40MzEyIDExLjA1MzJDMTUuMjQ1NSAxMC45MjczIDE1LjE1MyAxMC43MDE1IDE1LjE3NTUgMTAuNDc1MkMxNS4yMTE2IDEwLjExMSAxNS4yMTAxIDkuNzQ3NDQgMTUuMTczMyA5LjM4OTg2QzE1LjE0OTkgOS4xNjM2MSAxNS4yNDE3IDguOTM3NTcgMTUuNDI2OSA4LjgxMUwxNi4xNDY3IDguMzE5MjdDMTYuMzQ4OCA4LjE4MTI2IDE2LjQ0MzIgNy45MjU1OCAxNi4zNjM3IDcuNjkxMTVDMTYuMjczMSA3LjQyNDExIDE2LjE2NjUgNy4xNjI5MiAxNi4wNDQ3IDYuOTA5MTVDMTUuOTM3NyA2LjY4NjM4IDE1LjY5MzMgNi41NzQ2MiAxNS40NTUgNi42MjM2NkwxNC42MDU5IDYuNzk4MzdDMTQuMzg3MyA2Ljg0MzM0IDE0LjE2NTUgNi43NTA0OCAxNC4wMjQ2IDYuNTc0MThDMTMuODAxOSA2LjI5NTU0IDEzLjU1MDEgNi4wMzgzMiAxMy4yNzE0IDUuODA3ODRDMTMuMDk4MiA1LjY2NDYgMTMuMDA2NCA1LjQzODU4IDEzLjA0OTcgNS4yMTU0TDEzLjIxNzkgNC4zNDg2OEMxMy4yNjUxIDQuMTA1MjEgMTMuMTU0NiAzLjg1NjE2IDEyLjkzNTcgMy43NDc4N0MxMi44MTIxIDMuNjg2NjkgMTIuNjg1OCAzLjYyODk1IDEyLjU1NzEgMy41NzQ4QzEyLjQyODMgMy41MjA2NSAxMi4yOTg5IDMuNDcwODYgMTIuMTY4OSAzLjQyNTM3QzExLjkzODggMy4zNDQ4NSAxMS42ODg0IDMuNDQyMTEgMTEuNTUzOCAzLjY0ODg0TDExLjA3NDYgNC4zODQ3NUMxMC45NTEzIDQuNTc0MjUgMTAuNzMgNC42Njg2MiAxMC41MDgyIDQuNjQ1NzNDMTAuMTUxMyA0LjYwODkgOS43OTUwMiA0LjYxMDM5IDkuNDQ0NTkgNC42NDc5OUM5LjIyMjg2IDQuNjcxNzcgOS4wMDEzNCA0LjU3ODE4IDguODc3MzEgNC4zODkxM0w4LjM5NTQxIDMuNjU0NjRaIiBmaWxsPSIjZmZmIiAvPjwvc3ZnPg==)!important}[dir=ltr] #wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg{float:left;background-position:0 6px}[dir=rtl] #wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg{float:right;background-position:100% 6px}#wpadminbar #wp-admin-bar-aioseo-main.new-notifications>.ab-item{background:#2c3338;color:#72aee6}#wpadminbar #wp-admin-bar-aioseo-pro-upgrade a{background-color:#1da867;padding-bottom:5px}#wpadminbar #wp-admin-bar-aioseo-pro-upgrade a span{font-weight:600}#wpadminbar #wp-admin-bar-aioseo-pro-license a{background-color:#df2a4a;padding-bottom:5px}#wpadminbar #wp-admin-bar-aioseo-pro-license a span{font-weight:600}#wpadminbar .aioseo-menu-notification-counter{display:inline-flex;vertical-align:top;box-sizing:border-box;padding:0;min-width:18px;height:18px;border-radius:9px;font-size:11px;line-height:1.6;text-align:center;justify-content:center}[dir=ltr] #wpadminbar .aioseo-menu-notification-counter{margin:7px 0 0 5px}[dir=rtl] #wpadminbar .aioseo-menu-notification-counter{margin:7px 5px 0 0}#wpadminbar .aioseo-menu-notification-counter span{line-height:1;font-size:11px}#wpadminbar .aioseo-menu-notification-counter.aioseo-menu-notification-counter-frontend{background-color:#d63638}#wpadminbar .aioseo-menu-notification-indicator{margin:10px 0 0;width:8px;height:8px;border-radius:50%;background-color:#d63638;line-height:1.6;animation:aioseo-menu-notification-indicator-pulse 1.5s infinite}[dir=ltr] #wpadminbar .aioseo-menu-notification-indicator{float:right}[dir=rtl] #wpadminbar .aioseo-menu-notification-indicator{float:left}#wpadminbar .aioseo-menu-new-indicator{color:#f18200;vertical-align:super;font-size:9px}[dir=ltr] #wpadminbar .aioseo-menu-new-indicator{padding-left:2px}[dir=rtl] #wpadminbar .aioseo-menu-new-indicator{padding-right:2px}#toplevel_page_aioseo .aioseo-menu-notification-indicator{margin:6px 0 0;width:8px;height:8px;border-radius:50%;background-color:#d63638;line-height:1.6;animation:aioseo-menu-notification-indicator-pulse 1.5s infinite}[dir=ltr] #toplevel_page_aioseo .aioseo-menu-notification-indicator{float:right}[dir=rtl] #toplevel_page_aioseo .aioseo-menu-notification-indicator{float:left}#toplevel_page_aioseo .aioseo-menu-new-indicator{color:#f18200;vertical-align:super;font-size:9px}[dir=ltr] #toplevel_page_aioseo .aioseo-menu-new-indicator{padding-left:2px}[dir=rtl] #toplevel_page_aioseo .aioseo-menu-new-indicator{padding-right:2px}@keyframes aioseo-menu-notification-indicator-pulse{0%{box-shadow:0 0 #ca4a1f80}to{box-shadow:0 0 0 10px #ca4a1f00}}@media screen and (max-width: 782px){#wpadminbar #wp-admin-bar-aioseo-main{display:block;position:static}#wpadminbar #wp-admin-bar-aioseo-main .ab-item .text{display:none}#wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg{width:52px;height:46px;background-position:50% 8px;background-size:30px}}
dist/Lite/assets/css/app.74df4b5f.css ADDED
@@ -0,0 +1 @@
 
1
+ #wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg{width:26px;height:30px;background-repeat:no-repeat;background-size:20px;background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2ZmZiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iYWlvc2VvLWdlYXIiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS45ODU0MiAxOS45NzA4QzE1LjUwMDIgMTkuOTcwOCAxOS45NzA4IDE1LjUwMDIgMTkuOTcwOCA5Ljk4NTQyQzE5Ljk3MDggNC40NzA2MyAxNS41MDAyIDAgOS45ODU0MiAwQzQuNDcwNjMgMCAwIDQuNDcwNjMgMCA5Ljk4NTQyQzAgMTUuNTAwMiA0LjQ3MDYzIDE5Ljk3MDggOS45ODU0MiAxOS45NzA4Wk04LjM5NTQxIDMuNjU0NjRDOC4yNjAxNiAzLjQ0ODUgOC4wMDk2IDMuMzUyMTEgNy43Nzk4NSAzLjQzMzI3QzcuNTE4MTYgMy41MjU3MiA3LjI2MjE4IDMuNjM0NDUgNy4wMTM0OSAzLjc1ODhDNi43OTUxOSAzLjg2Nzk2IDYuNjg1NjYgNC4xMTczMSA2LjczMzcyIDQuMzYwNDlMNi45MDQ5MyA1LjIyNjk0QzYuOTQ5IDUuNDQ5OTYgNi44NTggNS42NzYzIDYuNjg1MjIgNS44MjAwOUM2LjQxMjE2IDYuMDQ3MzQgNi4xNjAwNyA2LjMwNDI2IDUuOTM0MjEgNi41ODg2NEM1Ljc5MzgzIDYuNzY1MzkgNS41NzIzMyA2Ljg1OTA3IDUuMzUzNjEgNi44MTQ4OUw0LjUwNDI0IDYuNjQzM0M0LjI2NTY0IDYuNTk1MSA0LjAyMTU3IDYuNzA3ODggMy45MTU0NCA2LjkzMTIxQzMuODU1NDkgNy4wNTczOCAzLjc5ODg5IDcuMTg2MiAzLjc0NTgzIDcuMzE3NThDMy42OTI3NiA3LjQ0ODk2IDMuNjQzOTcgNy41ODEwNSAzLjU5OTM4IDcuNzEzNjlDMy41MjA0OCA3Ljk0ODQ3IDMuNjE1NzkgOC4yMDM5OCAzLjgxODM5IDguMzQxMzNMNC41Mzk1OCA4LjgzMDI3QzQuNzI1MjkgOC45NTYxNyA0LjgxNzc4IDkuMTgxOSA0Ljc5NTM0IDkuNDA4MjZDNC43NTkyNSA5Ljc3MjQ0IDQuNzYwNzIgMTAuMTM2IDQuNzk3NTYgMTAuNDkzNkM0LjgyMDg3IDEwLjcxOTggNC43MjkxNSAxMC45NDU5IDQuNTQzODggMTEuMDcyNEwzLjgyNDA4IDExLjU2NDJDMy42MjIwNSAxMS43MDIyIDMuNTI3NTkgMTEuOTU3OSAzLjYwNzEzIDEyLjE5MjNDMy42OTc3NCAxMi40NTkzIDMuODA0MyAxMi43MjA1IDMuOTI2MTUgMTIuOTc0M0M0LjAzMzEzIDEzLjE5NzEgNC4yNzc0OSAxMy4zMDg4IDQuNTE1ODEgMTMuMjU5OEw1LjM2NDk1IDEzLjA4NTFDNS41ODM1IDEzLjA0MDEgNS44MDUzMyAxMy4xMzMgNS45NDYyMyAxMy4zMDkzQzYuMTY4OTMgMTMuNTg3OSA2LjQyMDcxIDEzLjg0NTEgNi42OTk0IDE0LjA3NTZDNi44NzI2MSAxNC4yMTg4IDYuOTY0NDIgMTQuNDQ0OCA2LjkyMTEyIDE0LjY2OEw2Ljc1Mjk2IDE1LjUzNDhDNi43MDU3MiAxNS43NzgyIDYuODE2MjUgMTYuMDI3MyA3LjAzNTExIDE2LjEzNTZDNy4xNTg3NiAxNi4xOTY3IDcuMjg1IDE2LjI1NDUgNy40MTM3NSAxNi4zMDg2QzcuNTQyNTEgMTYuMzYyOCA3LjY3MTk2IDE2LjQxMjYgNy44MDE5NSAxNi40NTgxQzguMTgyMjQgMTYuNTkxMiA4LjcxNDQ5IDE2LjExNDcgOS4xMDggMTUuNzYyNUM5LjMwMjA1IDE1LjU4ODggOS40MjE3NCAxNS4zNDMgOS40MjMwMSAxNS4wNzk4QzkuNDIzMDEgMTUuMDc4NCA5LjQyMzAyIDE1LjA3NyA5LjQyMzAyIDE1LjA3NTZMOS40MjMwMSAxMy42MjYzQzkuNDIzMDEgMTMuNjEwOSA5LjQyMzYgMTMuNTk1NyA5LjQyNDc2IDEzLjU4MDZDOC4yNjI0OCAxMy4yOTcxIDcuMzk4MzggMTIuMjMwMSA3LjM5ODM4IDEwLjk1NzJWOS40MTgyM0M3LjM5ODM4IDkuMzAxMjUgNy40OTEzMSA5LjIwNjQyIDcuNjA1OTYgOS4yMDY0Mkg4LjMyNTg0VjcuNjkyMkM4LjMyNTg0IDcuNDgzMTIgOC40OTE5MyA3LjMxMzY0IDguNjk2ODMgNy4zMTM2NEM4LjkwMTcxIDcuMzEzNjQgOS4wNjc4MSA3LjQ4MzEyIDkuMDY3ODEgNy42OTIyVjkuMjA2NDJIMTEuMDE1NVY3LjY5MjJDMTEuMDE1NSA3LjQ4MzEyIDExLjE4MTYgNy4zMTM2NCAxMS4zODY1IDcuMzEzNjRDMTEuNTkxNCA3LjMxMzY0IDExLjc1NzUgNy40ODMxMiAxMS43NTc1IDcuNjkyMlY5LjIwNjQySDEyLjQ3NzNDMTIuNTkyIDkuMjA2NDIgMTIuNjg0OSA5LjMwMTI1IDEyLjY4NDkgOS40MTgyM1YxMC45NTcyQzEyLjY4NDkgMTIuMjcwNCAxMS43NjUzIDEzLjM2NDMgMTAuNTQ3NCAxMy42MDUxQzEwLjU0NzcgMTMuNjEyMSAxMC41NDc4IDEzLjYxOTIgMTAuNTQ3OCAxMy42MjYzTDEwLjU0NzggMTUuMDY5NEMxMC41NDc4IDE1LjMzNzcgMTAuNjcxMSAxNS41ODc5IDEwLjg3MSAxNS43NjIyQzExLjI3MTUgMTYuMTExNSAxMS44MTI5IDE2LjU4MzcgMTIuMTkxIDE2LjQ1MDJDMTIuNDUyNyAxNi4zNTc3IDEyLjcwODYgMTYuMjQ5IDEyLjk1NzMgMTYuMTI0NkMxMy4xNzU2IDE2LjAxNTUgMTMuMjg1MiAxNS43NjYxIDEzLjIzNzEgMTUuNTIyOUwxMy4wNjU5IDE0LjY1NjVDMTMuMDIxOCAxNC40MzM0IDEzLjExMjggMTQuMjA3MSAxMy4yODU2IDE0LjA2MzNDMTMuNTU4NyAxMy44MzYxIDEzLjgxMDcgMTMuNTc5MiAxNC4wMzY2IDEzLjI5NDhDMTQuMTc3IDEzLjExOCAxNC4zOTg1IDEzLjAyNDQgMTQuNjE3MiAxMy4wNjg1TDE1LjQ2NjYgMTMuMjQwMUMxNS43MDUyIDEzLjI4ODMgMTUuOTQ5MyAxMy4xNzU2IDE2LjA1NTQgMTIuOTUyMkMxNi4xMTUzIDEyLjgyNjEgMTYuMTcxOSAxMi42OTcyIDE2LjIyNSAxMi41NjU5QzE2LjI3ODEgMTIuNDM0NSAxNi4zMjY5IDEyLjMwMjQgMTYuMzcxNCAxMi4xNjk4QzE2LjQ1MDMgMTEuOTM1IDE2LjM1NSAxMS42Nzk1IDE2LjE1MjQgMTEuNTQyMUwxNS40MzEyIDExLjA1MzJDMTUuMjQ1NSAxMC45MjczIDE1LjE1MyAxMC43MDE1IDE1LjE3NTUgMTAuNDc1MkMxNS4yMTE2IDEwLjExMSAxNS4yMTAxIDkuNzQ3NDQgMTUuMTczMyA5LjM4OTg2QzE1LjE0OTkgOS4xNjM2MSAxNS4yNDE3IDguOTM3NTcgMTUuNDI2OSA4LjgxMUwxNi4xNDY3IDguMzE5MjdDMTYuMzQ4OCA4LjE4MTI2IDE2LjQ0MzIgNy45MjU1OCAxNi4zNjM3IDcuNjkxMTVDMTYuMjczMSA3LjQyNDExIDE2LjE2NjUgNy4xNjI5MiAxNi4wNDQ3IDYuOTA5MTVDMTUuOTM3NyA2LjY4NjM4IDE1LjY5MzMgNi41NzQ2MiAxNS40NTUgNi42MjM2NkwxNC42MDU5IDYuNzk4MzdDMTQuMzg3MyA2Ljg0MzM0IDE0LjE2NTUgNi43NTA0OCAxNC4wMjQ2IDYuNTc0MThDMTMuODAxOSA2LjI5NTU0IDEzLjU1MDEgNi4wMzgzMiAxMy4yNzE0IDUuODA3ODRDMTMuMDk4MiA1LjY2NDYgMTMuMDA2NCA1LjQzODU4IDEzLjA0OTcgNS4yMTU0TDEzLjIxNzkgNC4zNDg2OEMxMy4yNjUxIDQuMTA1MjEgMTMuMTU0NiAzLjg1NjE2IDEyLjkzNTcgMy43NDc4N0MxMi44MTIxIDMuNjg2NjkgMTIuNjg1OCAzLjYyODk1IDEyLjU1NzEgMy41NzQ4QzEyLjQyODMgMy41MjA2NSAxMi4yOTg5IDMuNDcwODYgMTIuMTY4OSAzLjQyNTM3QzExLjkzODggMy4zNDQ4NSAxMS42ODg0IDMuNDQyMTEgMTEuNTUzOCAzLjY0ODg0TDExLjA3NDYgNC4zODQ3NUMxMC45NTEzIDQuNTc0MjUgMTAuNzMgNC42Njg2MiAxMC41MDgyIDQuNjQ1NzNDMTAuMTUxMyA0LjYwODkgOS43OTUwMiA0LjYxMDM5IDkuNDQ0NTkgNC42NDc5OUM5LjIyMjg2IDQuNjcxNzcgOS4wMDEzNCA0LjU3ODE4IDguODc3MzEgNC4zODkxM0w4LjM5NTQxIDMuNjU0NjRaIiBmaWxsPSIjZmZmIiAvPjwvc3ZnPg==)!important}[dir=ltr] #wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg{float:left;background-position:0 6px}[dir=rtl] #wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg{float:right;background-position:100% 6px}#wpadminbar #wp-admin-bar-aioseo-main.new-notifications>.ab-item{background:#2c3338;color:#72aee6}#wpadminbar #wp-admin-bar-aioseo-pro-upgrade a{background-color:#1da867;padding-bottom:5px}#wpadminbar #wp-admin-bar-aioseo-pro-upgrade a span{font-weight:600}#wpadminbar #wp-admin-bar-aioseo-pro-license a{background-color:#df2a4a;padding-bottom:5px}#wpadminbar #wp-admin-bar-aioseo-pro-license a span{font-weight:600}#wpadminbar .aioseo-menu-notification-counter{display:inline-flex;vertical-align:top;box-sizing:border-box;padding:0;min-width:18px;height:18px;border-radius:9px;font-size:11px;line-height:1.6;text-align:center;justify-content:center}[dir=ltr] #wpadminbar .aioseo-menu-notification-counter{margin:7px 0 0 5px}[dir=rtl] #wpadminbar .aioseo-menu-notification-counter{margin:7px 5px 0 0}#wpadminbar .aioseo-menu-notification-counter span{line-height:1;font-size:11px}#wpadminbar .aioseo-menu-notification-counter.aioseo-menu-notification-counter-frontend{background-color:#d63638}#wpadminbar .aioseo-menu-notification-indicator{margin:10px 0 0;width:8px;height:8px;border-radius:50%;background-color:#d63638;line-height:1.6;animation:aioseo-menu-notification-indicator-pulse 1.5s infinite}[dir=ltr] #wpadminbar .aioseo-menu-notification-indicator{float:right}[dir=rtl] #wpadminbar .aioseo-menu-notification-indicator{float:left}#wpadminbar .aioseo-menu-new-indicator{color:#f18200;vertical-align:super;font-size:9px}[dir=ltr] #wpadminbar .aioseo-menu-new-indicator{padding-left:2px}[dir=rtl] #wpadminbar .aioseo-menu-new-indicator{padding-right:2px}#toplevel_page_aioseo .aioseo-menu-notification-indicator{margin:6px 0 0;width:8px;height:8px;border-radius:50%;background-color:#d63638;line-height:1.6;animation:aioseo-menu-notification-indicator-pulse 1.5s infinite}[dir=ltr] #toplevel_page_aioseo .aioseo-menu-notification-indicator{float:right}[dir=rtl] #toplevel_page_aioseo .aioseo-menu-notification-indicator{float:left}#toplevel_page_aioseo .aioseo-menu-new-indicator{color:#f18200;vertical-align:super;font-size:9px}[dir=ltr] #toplevel_page_aioseo .aioseo-menu-new-indicator{padding-left:2px}[dir=rtl] #toplevel_page_aioseo .aioseo-menu-new-indicator{padding-right:2px}@keyframes aioseo-menu-notification-indicator-pulse{0%{box-shadow:0 0 #ca4a1f80}to{box-shadow:0 0 0 10px #ca4a1f00}}@media screen and (max-width: 782px){#wpadminbar #wp-admin-bar-aioseo-main{display:block;position:static}#wpadminbar #wp-admin-bar-aioseo-main .ab-item .text{display:none}#wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg{width:52px;height:46px;background-position:50% 8px;background-size:30px}}.aioseo-plugin-row .plugin-update-tr p:first-child:before{content:"\f348"}[dir=ltr] .aioseo-plugin-row .plugin-update-tr p:not(:first-child){padding-left:20px}[dir=rtl] .aioseo-plugin-row .plugin-update-tr p:not(:first-child){padding-right:20px}.aioseo-plugin-row .plugin-update-tr p:not(:first-child):before{content:" "}.aioseo-plugin-row .proupgrade a{color:#1da867;font-weight:600}body #most-recent-results{margin-top:0!important}body #wp-link .query-results{position:initial}body #wp-link .query-results ul{max-height:200px;overflow:scroll}body #wp-link-wrap #link-selector{overflow:auto}@media (max-width: 782px){body #wp-link-wrap{top:30%}body #wp-link .link-target label{line-height:30px}}.aioseo-menu-highlight{color:#fff}#toplevel_page_aioseo .aioseo-submenu-highlight{background-color:#1da867}#toplevel_page_aioseo .aioseo-submenu-highlight.red{background-color:#df2a4a}#toplevel_page_aioseo .aioseo-submenu-highlight a{color:#fff;font-weight:600}label[for=aioseo_contact_methods_header]{font-size:1.2em}#aioseo_contact_methods_header{display:none}.aioseo-wp-table table.widefat{border:1px solid #c3c4c7;box-shadow:0 1px 1px #0000000a;background:#fff}.aioseo-wp-table .postbox table.widefat{box-shadow:none}.aioseo-wp-table .widefat{border-spacing:0;width:100%;clear:both;margin:0}.aioseo-wp-table .widefat *{word-wrap:break-word}.aioseo-wp-table .widefat a,.aioseo-wp-table .widefat button.button-link{text-decoration:none}.aioseo-wp-table .widefat td,.aioseo-wp-table .widefat th{padding:8px 10px}.aioseo-wp-table .widefat thead th,.aioseo-wp-table .widefat thead td{border-bottom:1px solid #c3c4c7}.aioseo-wp-table .widefat tfoot th,.aioseo-wp-table .widefat tfoot td{border-top:1px solid #c3c4c7;border-bottom:none}.aioseo-wp-table .widefat .no-items td{border-bottom-width:0}.aioseo-wp-table .widefat td{vertical-align:top}.aioseo-wp-table .widefat td,.aioseo-wp-table .widefat td p,.aioseo-wp-table .widefat td ol,.aioseo-wp-table .widefat td ul{font-size:13px;line-height:1.5em}.aioseo-wp-table .widefat th,.aioseo-wp-table .widefat thead td,.aioseo-wp-table .widefat tfoot td{line-height:1.3em;font-size:14px}[dir=ltr] .aioseo-wp-table .widefat th,[dir=ltr] .aioseo-wp-table .widefat thead td,[dir=ltr] .aioseo-wp-table .widefat tfoot td{text-align:left}[dir=rtl] .aioseo-wp-table .widefat th,[dir=rtl] .aioseo-wp-table .widefat thead td,[dir=rtl] .aioseo-wp-table .widefat tfoot td{text-align:right}.aioseo-wp-table .widefat th input,.aioseo-wp-table .widefat thead td input,.aioseo-wp-table .widefat tfoot td input{padding:0;vertical-align:text-top}[dir=ltr] .aioseo-wp-table .widefat th input,[dir=ltr] .aioseo-wp-table .widefat thead td input,[dir=ltr] .aioseo-wp-table .widefat tfoot td input{margin:0 0 0 8px}[dir=rtl] .aioseo-wp-table .widefat th input,[dir=rtl] .aioseo-wp-table .widefat thead td input,[dir=rtl] .aioseo-wp-table .widefat tfoot td input{margin:0 8px 0 0}.aioseo-wp-table .widefat .check-column{width:2.2em;padding:6px 0 25px;vertical-align:top}.aioseo-wp-table .widefat tbody th.check-column{padding:9px 0 22px}[dir=ltr] .aioseo-wp-table .widefat thead td.check-column,[dir=ltr] .aioseo-wp-table .widefat tbody th.check-column,[dir=ltr] .aioseo-wp-table .widefat tfoot td.check-column{padding:11px 0 0 3px}[dir=rtl] .aioseo-wp-table .widefat thead td.check-column,[dir=rtl] .aioseo-wp-table .widefat tbody th.check-column,[dir=rtl] .aioseo-wp-table .widefat tfoot td.check-column{padding:11px 3px 0 0}.aioseo-wp-table .widefat thead td.check-column,.aioseo-wp-table .widefat tfoot td.check-column{padding-top:4px;vertical-align:middle}.aioseo-wp-table .no-js .widefat thead .check-column input,.aioseo-wp-table .no-js .widefat tfoot .check-column input{display:none}.aioseo-wp-table .widefat .num{text-align:center}.aioseo-wp-table .widefat th#comments{vertical-align:middle}.aioseo-wp-table .widefat thead th,.aioseo-wp-table .widefat thead td,.aioseo-wp-table .widefat tfoot th,.aioseo-wp-table .widefat tfoot td{line-height:1.4em}.aioseo-wp-table .widefat th,.aioseo-wp-table .widefat td{color:#50575e}.aioseo-wp-table .widefat th,.aioseo-wp-table .widefat thead td,.aioseo-wp-table .widefat tfoot td{font-weight:400}.aioseo-wp-table .widefat thead tr th,.aioseo-wp-table .widefat thead tr td,.aioseo-wp-table .widefat tfoot tr th,.aioseo-wp-table .widefat tfoot tr td{color:#2c3338}.aioseo-wp-table .widefat td p{margin:2px 0 .8em}.aioseo-wp-table .widefat p,.aioseo-wp-table .widefat ol,.aioseo-wp-table .widefat ul{color:#2c3338}.aioseo-wp-table .widefat .column-comment p{margin:.6em 0}.aioseo-wp-table .widefat .column-comment ul{list-style:initial}[dir=ltr] .aioseo-wp-table .widefat .column-comment ul{margin-left:2em}[dir=rtl] .aioseo-wp-table .widefat .column-comment ul{margin-right:2em}.aioseo-wp-table .row-actions span.delete a,.aioseo-wp-table .row-actions span.trash a,.aioseo-wp-table .row-actions span.spam a{color:#b32d2e}.aioseo-wp-table .row-actions .delete a:hover,.aioseo-wp-table .row-actions .trash a:hover,.aioseo-wp-table .row-actions .spam a:hover{color:#b32d2e;border:none}.aioseo-wp-table .row-actions{color:#a7aaad;font-size:13px;padding:2px 0 0;position:relative}[dir=ltr] .aioseo-wp-table .row-actions{left:-9999em}[dir=rtl] .aioseo-wp-table .row-actions{right:-9999em}.aioseo-wp-table .no-js .row-actions,.aioseo-wp-table tr:hover .row-actions,.aioseo-wp-table .row-actions.visible{position:static}.edit-post-meta-boxes-area #aioseo-settings h2.hndle{border-bottom:none}#aioseo-settings .inside,#aioseo-local-settings .inside{padding:0;margin-top:0}#aioseo-settings .aioseo-tab-content .aioseo-settings-row:last-of-type,#aioseo-local-settings .aioseo-tab-content .aioseo-settings-row:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}#aioseo-tabbed .handlediv{position:absolute;top:0}[dir=ltr] #aioseo-tabbed .handlediv{right:0}[dir=rtl] #aioseo-tabbed .handlediv{left:0}#aioseo-tabbed>.inside{min-height:40px}#aioseo-tabbed .aioseo-tab-content .aioseo-settings-row:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}body.block-editor-page #aioseo-settings .inside{border:1px solid #E8E8EB;border-top:none}body.block-editor-page .edit-post-sidebar .aioseo-app textarea{font-size:16px}#aioseo-post-settings-sidebar-button{display:flex;flex-direction:row;align-items:center;border-radius:3px;height:36px;min-width:36px;margin:-7px;padding:5px;font-weight:700;color:#fff}#aioseo-post-settings-sidebar-button #aioseo-post-score-disabled{color:#434960}[dir=ltr] #aioseo-post-settings-sidebar-button #aioseo-post-score-disabled{margin-left:10px}[dir=rtl] #aioseo-post-settings-sidebar-button #aioseo-post-score-disabled{margin-right:10px}#aioseo-post-settings-sidebar-button.score-green{color:#00aa63;border:1px solid #00AA63}#aioseo-post-settings-sidebar-button.score-green #aioseo-post-score-disabled{display:none}#aioseo-post-settings-sidebar-button.score-orange{color:#f18200;border:1px solid #F18200}#aioseo-post-settings-sidebar-button.score-orange #aioseo-post-score-disabled{display:none}#aioseo-post-settings-sidebar-button.score-red,#aioseo-post-settings-sidebar-button.score-none{color:#df2a4a;border:1px solid #DF2A4A}#aioseo-post-settings-sidebar-button.score-red #aioseo-post-score-disabled,#aioseo-post-settings-sidebar-button.score-none #aioseo-post-score-disabled{display:none}#aioseo-post-settings-sidebar-button svg{fill:currentColor}[dir=ltr] #aioseo-post-settings-sidebar-button svg{margin-right:10px}[dir=rtl] #aioseo-post-settings-sidebar-button svg{margin-left:10px}#aioseo-post-settings-sidebar-button svg *{fill:currentColor}#aioseo-post-settings-sidebar-button.score-disabled{color:#434960;border:1px solid #434960}#aioseo-post-settings-sidebar-button.score-disabled svg{width:24px;height:24px}[dir=ltr] #aioseo-post-settings-sidebar-button.score-disabled svg{margin-right:0}[dir=rtl] #aioseo-post-settings-sidebar-button.score-disabled svg{margin-left:0}#aioseo-post-settings-sidebar-button.score-disabled span,#aioseo-post-settings-sidebar-button.score-disabled #aioseo-post-score-disabled{display:none}.aioseo-score-settings{display:flex;align-items:center;padding-bottom:14px}[dir=ltr] .aioseo-score-settings svg{margin-right:7px}[dir=rtl] .aioseo-score-settings svg{margin-left:7px}[dir=ltr] .aioseo-score-settings span{margin-right:12px}[dir=rtl] .aioseo-score-settings span{margin-left:12px}.aioseo-score-settings .aioseo-score-button{display:inline-block;padding:5px 8px;font-size:14px;font-weight:700;color:#a1a1a1;border:1px solid #a1a1a1;border-radius:3px}.aioseo-score-settings .aioseo-score-button.score-red,.aioseo-score-settings .aioseo-score-button.score-none{border-color:#df2a4a;color:#df2a4a!important}.aioseo-score-settings .aioseo-score-button.score-orange{border-color:#f18200;color:#f18200!important}.aioseo-score-settings .aioseo-score-button.score-green{border-color:#00aa63;color:#00aa63!important}.aioseo-score-settings .aioseo-score-button.classic-editor{background:#fff!important;display:inline-block!important;height:auto!important}[dir=ltr] .aioseo-score-settings .aioseo-score-button.classic-editor span{margin-right:0}[dir=rtl] .aioseo-score-settings .aioseo-score-button.classic-editor span{margin-left:0}button[aria-label=AIOSEO],button[aria-label=AIOSEO]:hover{background:none!important;box-shadow:none!important}button[aria-label=AIOSEO].is-pressed>#aioseo-post-settings-sidebar-button.score-green,button[aria-label=AIOSEO]:hover.is-pressed>#aioseo-post-settings-sidebar-button.score-green{color:#fff;background-color:#00aa63}button[aria-label=AIOSEO].is-pressed>#aioseo-post-settings-sidebar-button.score-orange,button[aria-label=AIOSEO]:hover.is-pressed>#aioseo-post-settings-sidebar-button.score-orange{color:#fff;background-color:#f18200}button[aria-label=AIOSEO].is-pressed>#aioseo-post-settings-sidebar-button.score-red,button[aria-label=AIOSEO].is-pressed>#aioseo-post-settings-sidebar-button.score-none,button[aria-label=AIOSEO]:hover.is-pressed>#aioseo-post-settings-sidebar-button.score-red,button[aria-label=AIOSEO]:hover.is-pressed>#aioseo-post-settings-sidebar-button.score-none{color:#fff;background-color:#df2a4a}button[aria-label=AIOSEO].is-pressed>#aioseo-post-settings-sidebar-button.score-disabled,button[aria-label=AIOSEO]:hover.is-pressed>#aioseo-post-settings-sidebar-button.score-disabled{color:#fff;background:#434960!important}button[aria-label=AIOSEO].is-pressed>#aioseo-post-settings-sidebar-button.score-disabled #aioseo-post-score-disabled,button[aria-label=AIOSEO]:hover.is-pressed>#aioseo-post-settings-sidebar-button.score-disabled #aioseo-post-score-disabled{color:#fff!important}button[aria-label=AIOSEO].is-toggled>div svg,button[aria-label=AIOSEO].components-icon-button>div svg,button[aria-label=AIOSEO]:hover.is-toggled>div svg,button[aria-label=AIOSEO]:hover.components-icon-button>div svg{fill:#fff!important;stroke:transparent!important}button[aria-label=AIOSEO].is-toggled>div svg *,button[aria-label=AIOSEO].components-icon-button>div svg *,button[aria-label=AIOSEO]:hover.is-toggled>div svg *,button[aria-label=AIOSEO]:hover.components-icon-button>div svg *{fill:#fff!important;stroke:transparent!important}button[aria-label=AIOSEO].is-toggled>div #aioseo-post-score-disabled,button[aria-label=AIOSEO].components-icon-button>div #aioseo-post-score-disabled,button[aria-label=AIOSEO]:hover.is-toggled>div #aioseo-post-score-disabled,button[aria-label=AIOSEO]:hover.components-icon-button>div #aioseo-post-score-disabled{color:#fff!important}
dist/Lite/assets/css/app.77221710.css DELETED
@@ -1 +0,0 @@
1
- #wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg{width:26px;height:30px;background-repeat:no-repeat;background-size:20px;background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2ZmZiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iYWlvc2VvLWdlYXIiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS45ODU0MiAxOS45NzA4QzE1LjUwMDIgMTkuOTcwOCAxOS45NzA4IDE1LjUwMDIgMTkuOTcwOCA5Ljk4NTQyQzE5Ljk3MDggNC40NzA2MyAxNS41MDAyIDAgOS45ODU0MiAwQzQuNDcwNjMgMCAwIDQuNDcwNjMgMCA5Ljk4NTQyQzAgMTUuNTAwMiA0LjQ3MDYzIDE5Ljk3MDggOS45ODU0MiAxOS45NzA4Wk04LjM5NTQxIDMuNjU0NjRDOC4yNjAxNiAzLjQ0ODUgOC4wMDk2IDMuMzUyMTEgNy43Nzk4NSAzLjQzMzI3QzcuNTE4MTYgMy41MjU3MiA3LjI2MjE4IDMuNjM0NDUgNy4wMTM0OSAzLjc1ODhDNi43OTUxOSAzLjg2Nzk2IDYuNjg1NjYgNC4xMTczMSA2LjczMzcyIDQuMzYwNDlMNi45MDQ5MyA1LjIyNjk0QzYuOTQ5IDUuNDQ5OTYgNi44NTggNS42NzYzIDYuNjg1MjIgNS44MjAwOUM2LjQxMjE2IDYuMDQ3MzQgNi4xNjAwNyA2LjMwNDI2IDUuOTM0MjEgNi41ODg2NEM1Ljc5MzgzIDYuNzY1MzkgNS41NzIzMyA2Ljg1OTA3IDUuMzUzNjEgNi44MTQ4OUw0LjUwNDI0IDYuNjQzM0M0LjI2NTY0IDYuNTk1MSA0LjAyMTU3IDYuNzA3ODggMy45MTU0NCA2LjkzMTIxQzMuODU1NDkgNy4wNTczOCAzLjc5ODg5IDcuMTg2MiAzLjc0NTgzIDcuMzE3NThDMy42OTI3NiA3LjQ0ODk2IDMuNjQzOTcgNy41ODEwNSAzLjU5OTM4IDcuNzEzNjlDMy41MjA0OCA3Ljk0ODQ3IDMuNjE1NzkgOC4yMDM5OCAzLjgxODM5IDguMzQxMzNMNC41Mzk1OCA4LjgzMDI3QzQuNzI1MjkgOC45NTYxNyA0LjgxNzc4IDkuMTgxOSA0Ljc5NTM0IDkuNDA4MjZDNC43NTkyNSA5Ljc3MjQ0IDQuNzYwNzIgMTAuMTM2IDQuNzk3NTYgMTAuNDkzNkM0LjgyMDg3IDEwLjcxOTggNC43MjkxNSAxMC45NDU5IDQuNTQzODggMTEuMDcyNEwzLjgyNDA4IDExLjU2NDJDMy42MjIwNSAxMS43MDIyIDMuNTI3NTkgMTEuOTU3OSAzLjYwNzEzIDEyLjE5MjNDMy42OTc3NCAxMi40NTkzIDMuODA0MyAxMi43MjA1IDMuOTI2MTUgMTIuOTc0M0M0LjAzMzEzIDEzLjE5NzEgNC4yNzc0OSAxMy4zMDg4IDQuNTE1ODEgMTMuMjU5OEw1LjM2NDk1IDEzLjA4NTFDNS41ODM1IDEzLjA0MDEgNS44MDUzMyAxMy4xMzMgNS45NDYyMyAxMy4zMDkzQzYuMTY4OTMgMTMuNTg3OSA2LjQyMDcxIDEzLjg0NTEgNi42OTk0IDE0LjA3NTZDNi44NzI2MSAxNC4yMTg4IDYuOTY0NDIgMTQuNDQ0OCA2LjkyMTEyIDE0LjY2OEw2Ljc1Mjk2IDE1LjUzNDhDNi43MDU3MiAxNS43NzgyIDYuODE2MjUgMTYuMDI3MyA3LjAzNTExIDE2LjEzNTZDNy4xNTg3NiAxNi4xOTY3IDcuMjg1IDE2LjI1NDUgNy40MTM3NSAxNi4zMDg2QzcuNTQyNTEgMTYuMzYyOCA3LjY3MTk2IDE2LjQxMjYgNy44MDE5NSAxNi40NTgxQzguMTgyMjQgMTYuNTkxMiA4LjcxNDQ5IDE2LjExNDcgOS4xMDggMTUuNzYyNUM5LjMwMjA1IDE1LjU4ODggOS40MjE3NCAxNS4zNDMgOS40MjMwMSAxNS4wNzk4QzkuNDIzMDEgMTUuMDc4NCA5LjQyMzAyIDE1LjA3NyA5LjQyMzAyIDE1LjA3NTZMOS40MjMwMSAxMy42MjYzQzkuNDIzMDEgMTMuNjEwOSA5LjQyMzYgMTMuNTk1NyA5LjQyNDc2IDEzLjU4MDZDOC4yNjI0OCAxMy4yOTcxIDcuMzk4MzggMTIuMjMwMSA3LjM5ODM4IDEwLjk1NzJWOS40MTgyM0M3LjM5ODM4IDkuMzAxMjUgNy40OTEzMSA5LjIwNjQyIDcuNjA1OTYgOS4yMDY0Mkg4LjMyNTg0VjcuNjkyMkM4LjMyNTg0IDcuNDgzMTIgOC40OTE5MyA3LjMxMzY0IDguNjk2ODMgNy4zMTM2NEM4LjkwMTcxIDcuMzEzNjQgOS4wNjc4MSA3LjQ4MzEyIDkuMDY3ODEgNy42OTIyVjkuMjA2NDJIMTEuMDE1NVY3LjY5MjJDMTEuMDE1NSA3LjQ4MzEyIDExLjE4MTYgNy4zMTM2NCAxMS4zODY1IDcuMzEzNjRDMTEuNTkxNCA3LjMxMzY0IDExLjc1NzUgNy40ODMxMiAxMS43NTc1IDcuNjkyMlY5LjIwNjQySDEyLjQ3NzNDMTIuNTkyIDkuMjA2NDIgMTIuNjg0OSA5LjMwMTI1IDEyLjY4NDkgOS40MTgyM1YxMC45NTcyQzEyLjY4NDkgMTIuMjcwNCAxMS43NjUzIDEzLjM2NDMgMTAuNTQ3NCAxMy42MDUxQzEwLjU0NzcgMTMuNjEyMSAxMC41NDc4IDEzLjYxOTIgMTAuNTQ3OCAxMy42MjYzTDEwLjU0NzggMTUuMDY5NEMxMC41NDc4IDE1LjMzNzcgMTAuNjcxMSAxNS41ODc5IDEwLjg3MSAxNS43NjIyQzExLjI3MTUgMTYuMTExNSAxMS44MTI5IDE2LjU4MzcgMTIuMTkxIDE2LjQ1MDJDMTIuNDUyNyAxNi4zNTc3IDEyLjcwODYgMTYuMjQ5IDEyLjk1NzMgMTYuMTI0NkMxMy4xNzU2IDE2LjAxNTUgMTMuMjg1MiAxNS43NjYxIDEzLjIzNzEgMTUuNTIyOUwxMy4wNjU5IDE0LjY1NjVDMTMuMDIxOCAxNC40MzM0IDEzLjExMjggMTQuMjA3MSAxMy4yODU2IDE0LjA2MzNDMTMuNTU4NyAxMy44MzYxIDEzLjgxMDcgMTMuNTc5MiAxNC4wMzY2IDEzLjI5NDhDMTQuMTc3IDEzLjExOCAxNC4zOTg1IDEzLjAyNDQgMTQuNjE3MiAxMy4wNjg1TDE1LjQ2NjYgMTMuMjQwMUMxNS43MDUyIDEzLjI4ODMgMTUuOTQ5MyAxMy4xNzU2IDE2LjA1NTQgMTIuOTUyMkMxNi4xMTUzIDEyLjgyNjEgMTYuMTcxOSAxMi42OTcyIDE2LjIyNSAxMi41NjU5QzE2LjI3ODEgMTIuNDM0NSAxNi4zMjY5IDEyLjMwMjQgMTYuMzcxNCAxMi4xNjk4QzE2LjQ1MDMgMTEuOTM1IDE2LjM1NSAxMS42Nzk1IDE2LjE1MjQgMTEuNTQyMUwxNS40MzEyIDExLjA1MzJDMTUuMjQ1NSAxMC45MjczIDE1LjE1MyAxMC43MDE1IDE1LjE3NTUgMTAuNDc1MkMxNS4yMTE2IDEwLjExMSAxNS4yMTAxIDkuNzQ3NDQgMTUuMTczMyA5LjM4OTg2QzE1LjE0OTkgOS4xNjM2MSAxNS4yNDE3IDguOTM3NTcgMTUuNDI2OSA4LjgxMUwxNi4xNDY3IDguMzE5MjdDMTYuMzQ4OCA4LjE4MTI2IDE2LjQ0MzIgNy45MjU1OCAxNi4zNjM3IDcuNjkxMTVDMTYuMjczMSA3LjQyNDExIDE2LjE2NjUgNy4xNjI5MiAxNi4wNDQ3IDYuOTA5MTVDMTUuOTM3NyA2LjY4NjM4IDE1LjY5MzMgNi41NzQ2MiAxNS40NTUgNi42MjM2NkwxNC42MDU5IDYuNzk4MzdDMTQuMzg3MyA2Ljg0MzM0IDE0LjE2NTUgNi43NTA0OCAxNC4wMjQ2IDYuNTc0MThDMTMuODAxOSA2LjI5NTU0IDEzLjU1MDEgNi4wMzgzMiAxMy4yNzE0IDUuODA3ODRDMTMuMDk4MiA1LjY2NDYgMTMuMDA2NCA1LjQzODU4IDEzLjA0OTcgNS4yMTU0TDEzLjIxNzkgNC4zNDg2OEMxMy4yNjUxIDQuMTA1MjEgMTMuMTU0NiAzLjg1NjE2IDEyLjkzNTcgMy43NDc4N0MxMi44MTIxIDMuNjg2NjkgMTIuNjg1OCAzLjYyODk1IDEyLjU1NzEgMy41NzQ4QzEyLjQyODMgMy41MjA2NSAxMi4yOTg5IDMuNDcwODYgMTIuMTY4OSAzLjQyNTM3QzExLjkzODggMy4zNDQ4NSAxMS42ODg0IDMuNDQyMTEgMTEuNTUzOCAzLjY0ODg0TDExLjA3NDYgNC4zODQ3NUMxMC45NTEzIDQuNTc0MjUgMTAuNzMgNC42Njg2MiAxMC41MDgyIDQuNjQ1NzNDMTAuMTUxMyA0LjYwODkgOS43OTUwMiA0LjYxMDM5IDkuNDQ0NTkgNC42NDc5OUM5LjIyMjg2IDQuNjcxNzcgOS4wMDEzNCA0LjU3ODE4IDguODc3MzEgNC4zODkxM0w4LjM5NTQxIDMuNjU0NjRaIiBmaWxsPSIjZmZmIiAvPjwvc3ZnPg==)!important}[dir=ltr] #wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg{float:left;background-position:0 6px}[dir=rtl] #wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg{float:right;background-position:100% 6px}#wpadminbar #wp-admin-bar-aioseo-main.new-notifications>.ab-item{background:#2c3338;color:#72aee6}#wpadminbar #wp-admin-bar-aioseo-pro-upgrade a{background-color:#1da867;padding-bottom:5px}#wpadminbar #wp-admin-bar-aioseo-pro-upgrade a span{font-weight:600}#wpadminbar #wp-admin-bar-aioseo-pro-license a{background-color:#df2a4a;padding-bottom:5px}#wpadminbar #wp-admin-bar-aioseo-pro-license a span{font-weight:600}#wpadminbar .aioseo-menu-notification-counter{display:inline-flex;vertical-align:top;box-sizing:border-box;padding:0;min-width:18px;height:18px;border-radius:9px;font-size:11px;line-height:1.6;text-align:center;justify-content:center}[dir=ltr] #wpadminbar .aioseo-menu-notification-counter{margin:7px 0 0 5px}[dir=rtl] #wpadminbar .aioseo-menu-notification-counter{margin:7px 5px 0 0}#wpadminbar .aioseo-menu-notification-counter span{line-height:1;font-size:11px}#wpadminbar .aioseo-menu-notification-indicator{margin:10px 0 0;width:8px;height:8px;border-radius:50%;background-color:#d63638;line-height:1.6;animation:aioseo-menu-notification-indicator-pulse 1.5s infinite}[dir=ltr] #wpadminbar .aioseo-menu-notification-indicator{float:right}[dir=rtl] #wpadminbar .aioseo-menu-notification-indicator{float:left}#wpadminbar .aioseo-menu-new-indicator{color:#f18200;vertical-align:super;font-size:9px}[dir=ltr] #wpadminbar .aioseo-menu-new-indicator{padding-left:2px}[dir=rtl] #wpadminbar .aioseo-menu-new-indicator{padding-right:2px}#toplevel_page_aioseo .aioseo-menu-notification-indicator{margin:6px 0 0;width:8px;height:8px;border-radius:50%;background-color:#d63638;line-height:1.6;animation:aioseo-menu-notification-indicator-pulse 1.5s infinite}[dir=ltr] #toplevel_page_aioseo .aioseo-menu-notification-indicator{float:right}[dir=rtl] #toplevel_page_aioseo .aioseo-menu-notification-indicator{float:left}#toplevel_page_aioseo .aioseo-menu-new-indicator{color:#f18200;vertical-align:super;font-size:9px}[dir=ltr] #toplevel_page_aioseo .aioseo-menu-new-indicator{padding-left:2px}[dir=rtl] #toplevel_page_aioseo .aioseo-menu-new-indicator{padding-right:2px}@keyframes aioseo-menu-notification-indicator-pulse{0%{box-shadow:0 0 #ca4a1f80}to{box-shadow:0 0 0 10px #ca4a1f00}}@media screen and (max-width: 782px){#wpadminbar #wp-admin-bar-aioseo-main{display:block;position:static}#wpadminbar #wp-admin-bar-aioseo-main .ab-item .text{display:none}#wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg{width:52px;height:46px;background-position:50% 8px;background-size:30px}}.aioseo-plugin-row .plugin-update-tr p:first-child:before{content:"\f348"}[dir=ltr] .aioseo-plugin-row .plugin-update-tr p:not(:first-child){padding-left:20px}[dir=rtl] .aioseo-plugin-row .plugin-update-tr p:not(:first-child){padding-right:20px}.aioseo-plugin-row .plugin-update-tr p:not(:first-child):before{content:" "}.aioseo-plugin-row .proupgrade a{color:#1da867;font-weight:600}body #most-recent-results{margin-top:0!important}body #wp-link .query-results{position:initial}body #wp-link .query-results ul{max-height:200px;overflow:scroll}body #wp-link-wrap #link-selector{overflow:auto}@media (max-width: 782px){body #wp-link-wrap{top:30%}body #wp-link .link-target label{line-height:30px}}.aioseo-menu-highlight{color:#fff}#toplevel_page_aioseo .aioseo-submenu-highlight{background-color:#1da867}#toplevel_page_aioseo .aioseo-submenu-highlight.red{background-color:#df2a4a}#toplevel_page_aioseo .aioseo-submenu-highlight a{color:#fff;font-weight:600}label[for=aioseo_contact_methods_header]{font-size:1.2em}#aioseo_contact_methods_header{display:none}.aioseo-wp-table table.widefat{border:1px solid #c3c4c7;box-shadow:0 1px 1px #0000000a;background:#fff}.aioseo-wp-table .postbox table.widefat{box-shadow:none}.aioseo-wp-table .widefat{border-spacing:0;width:100%;clear:both;margin:0}.aioseo-wp-table .widefat *{word-wrap:break-word}.aioseo-wp-table .widefat a,.aioseo-wp-table .widefat button.button-link{text-decoration:none}.aioseo-wp-table .widefat td,.aioseo-wp-table .widefat th{padding:8px 10px}.aioseo-wp-table .widefat thead th,.aioseo-wp-table .widefat thead td{border-bottom:1px solid #c3c4c7}.aioseo-wp-table .widefat tfoot th,.aioseo-wp-table .widefat tfoot td{border-top:1px solid #c3c4c7;border-bottom:none}.aioseo-wp-table .widefat .no-items td{border-bottom-width:0}.aioseo-wp-table .widefat td{vertical-align:top}.aioseo-wp-table .widefat td,.aioseo-wp-table .widefat td p,.aioseo-wp-table .widefat td ol,.aioseo-wp-table .widefat td ul{font-size:13px;line-height:1.5em}.aioseo-wp-table .widefat th,.aioseo-wp-table .widefat thead td,.aioseo-wp-table .widefat tfoot td{line-height:1.3em;font-size:14px}[dir=ltr] .aioseo-wp-table .widefat th,[dir=ltr] .aioseo-wp-table .widefat thead td,[dir=ltr] .aioseo-wp-table .widefat tfoot td{text-align:left}[dir=rtl] .aioseo-wp-table .widefat th,[dir=rtl] .aioseo-wp-table .widefat thead td,[dir=rtl] .aioseo-wp-table .widefat tfoot td{text-align:right}.aioseo-wp-table .widefat th input,.aioseo-wp-table .widefat thead td input,.aioseo-wp-table .widefat tfoot td input{padding:0;vertical-align:text-top}[dir=ltr] .aioseo-wp-table .widefat th input,[dir=ltr] .aioseo-wp-table .widefat thead td input,[dir=ltr] .aioseo-wp-table .widefat tfoot td input{margin:0 0 0 8px}[dir=rtl] .aioseo-wp-table .widefat th input,[dir=rtl] .aioseo-wp-table .widefat thead td input,[dir=rtl] .aioseo-wp-table .widefat tfoot td input{margin:0 8px 0 0}.aioseo-wp-table .widefat .check-column{width:2.2em;padding:6px 0 25px;vertical-align:top}.aioseo-wp-table .widefat tbody th.check-column{padding:9px 0 22px}[dir=ltr] .aioseo-wp-table .widefat thead td.check-column,[dir=ltr] .aioseo-wp-table .widefat tbody th.check-column,[dir=ltr] .aioseo-wp-table .widefat tfoot td.check-column{padding:11px 0 0 3px}[dir=rtl] .aioseo-wp-table .widefat thead td.check-column,[dir=rtl] .aioseo-wp-table .widefat tbody th.check-column,[dir=rtl] .aioseo-wp-table .widefat tfoot td.check-column{padding:11px 3px 0 0}.aioseo-wp-table .widefat thead td.check-column,.aioseo-wp-table .widefat tfoot td.check-column{padding-top:4px;vertical-align:middle}.aioseo-wp-table .no-js .widefat thead .check-column input,.aioseo-wp-table .no-js .widefat tfoot .check-column input{display:none}.aioseo-wp-table .widefat .num{text-align:center}.aioseo-wp-table .widefat th#comments{vertical-align:middle}.aioseo-wp-table .widefat thead th,.aioseo-wp-table .widefat thead td,.aioseo-wp-table .widefat tfoot th,.aioseo-wp-table .widefat tfoot td{line-height:1.4em}.aioseo-wp-table .widefat th,.aioseo-wp-table .widefat td{color:#50575e}.aioseo-wp-table .widefat th,.aioseo-wp-table .widefat thead td,.aioseo-wp-table .widefat tfoot td{font-weight:400}.aioseo-wp-table .widefat thead tr th,.aioseo-wp-table .widefat thead tr td,.aioseo-wp-table .widefat tfoot tr th,.aioseo-wp-table .widefat tfoot tr td{color:#2c3338}.aioseo-wp-table .widefat td p{margin:2px 0 .8em}.aioseo-wp-table .widefat p,.aioseo-wp-table .widefat ol,.aioseo-wp-table .widefat ul{color:#2c3338}.aioseo-wp-table .widefat .column-comment p{margin:.6em 0}.aioseo-wp-table .widefat .column-comment ul{list-style:initial}[dir=ltr] .aioseo-wp-table .widefat .column-comment ul{margin-left:2em}[dir=rtl] .aioseo-wp-table .widefat .column-comment ul{margin-right:2em}.aioseo-wp-table .row-actions span.delete a,.aioseo-wp-table .row-actions span.trash a,.aioseo-wp-table .row-actions span.spam a{color:#b32d2e}.aioseo-wp-table .row-actions .delete a:hover,.aioseo-wp-table .row-actions .trash a:hover,.aioseo-wp-table .row-actions .spam a:hover{color:#b32d2e;border:none}.aioseo-wp-table .row-actions{color:#a7aaad;font-size:13px;padding:2px 0 0;position:relative}[dir=ltr] .aioseo-wp-table .row-actions{left:-9999em}[dir=rtl] .aioseo-wp-table .row-actions{right:-9999em}.aioseo-wp-table .no-js .row-actions,.aioseo-wp-table tr:hover .row-actions,.aioseo-wp-table .row-actions.visible{position:static}.edit-post-meta-boxes-area #aioseo-settings h2.hndle{border-bottom:none}#aioseo-settings .inside,#aioseo-local-settings .inside{padding:0;margin-top:0}#aioseo-settings .aioseo-tab-content .aioseo-settings-row:last-of-type,#aioseo-local-settings .aioseo-tab-content .aioseo-settings-row:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}#aioseo-tabbed .handlediv{position:absolute;top:0}[dir=ltr] #aioseo-tabbed .handlediv{right:0}[dir=rtl] #aioseo-tabbed .handlediv{left:0}#aioseo-tabbed>.inside{min-height:40px}#aioseo-tabbed .aioseo-tab-content .aioseo-settings-row:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}body.block-editor-page #aioseo-settings .inside{border:1px solid #E8E8EB;border-top:none}body.block-editor-page .edit-post-sidebar .aioseo-app textarea{font-size:16px}#aioseo-post-settings-sidebar-button{display:flex;flex-direction:row;align-items:center;border-radius:3px;height:36px;min-width:36px;margin:-7px;padding:5px;font-weight:700;color:#fff}#aioseo-post-settings-sidebar-button #aioseo-post-score-disabled{color:#434960}[dir=ltr] #aioseo-post-settings-sidebar-button #aioseo-post-score-disabled{margin-left:10px}[dir=rtl] #aioseo-post-settings-sidebar-button #aioseo-post-score-disabled{margin-right:10px}#aioseo-post-settings-sidebar-button.score-green{color:#00aa63;border:1px solid #00AA63}#aioseo-post-settings-sidebar-button.score-green #aioseo-post-score-disabled{display:none}#aioseo-post-settings-sidebar-button.score-orange{color:#f18200;border:1px solid #F18200}#aioseo-post-settings-sidebar-button.score-orange #aioseo-post-score-disabled{display:none}#aioseo-post-settings-sidebar-button.score-red,#aioseo-post-settings-sidebar-button.score-none{color:#df2a4a;border:1px solid #DF2A4A}#aioseo-post-settings-sidebar-button.score-red #aioseo-post-score-disabled,#aioseo-post-settings-sidebar-button.score-none #aioseo-post-score-disabled{display:none}#aioseo-post-settings-sidebar-button svg{fill:currentColor}[dir=ltr] #aioseo-post-settings-sidebar-button svg{margin-right:10px}[dir=rtl] #aioseo-post-settings-sidebar-button svg{margin-left:10px}#aioseo-post-settings-sidebar-button svg *{fill:currentColor}#aioseo-post-settings-sidebar-button.score-disabled{color:#434960;border:1px solid #434960}#aioseo-post-settings-sidebar-button.score-disabled svg{width:24px;height:24px}[dir=ltr] #aioseo-post-settings-sidebar-button.score-disabled svg{margin-right:0}[dir=rtl] #aioseo-post-settings-sidebar-button.score-disabled svg{margin-left:0}#aioseo-post-settings-sidebar-button.score-disabled span,#aioseo-post-settings-sidebar-button.score-disabled #aioseo-post-score-disabled{display:none}.aioseo-score-settings{display:flex;align-items:center;padding-bottom:14px}[dir=ltr] .aioseo-score-settings svg{margin-right:7px}[dir=rtl] .aioseo-score-settings svg{margin-left:7px}[dir=ltr] .aioseo-score-settings span{margin-right:12px}[dir=rtl] .aioseo-score-settings span{margin-left:12px}.aioseo-score-settings .aioseo-score-button{display:inline-block;padding:5px 8px;font-size:14px;font-weight:700;color:#a1a1a1;border:1px solid #a1a1a1;border-radius:3px}.aioseo-score-settings .aioseo-score-button.score-red,.aioseo-score-settings .aioseo-score-button.score-none{border-color:#df2a4a;color:#df2a4a!important}.aioseo-score-settings .aioseo-score-button.score-orange{border-color:#f18200;color:#f18200!important}.aioseo-score-settings .aioseo-score-button.score-green{border-color:#00aa63;color:#00aa63!important}.aioseo-score-settings .aioseo-score-button.classic-editor{background:#fff!important;display:inline-block!important;height:auto!important}[dir=ltr] .aioseo-score-settings .aioseo-score-button.classic-editor span{margin-right:0}[dir=rtl] .aioseo-score-settings .aioseo-score-button.classic-editor span{margin-left:0}button[aria-label=AIOSEO],button[aria-label=AIOSEO]:hover{background:none!important;box-shadow:none!important}button[aria-label=AIOSEO].is-pressed>#aioseo-post-settings-sidebar-button.score-green,button[aria-label=AIOSEO]:hover.is-pressed>#aioseo-post-settings-sidebar-button.score-green{color:#fff;background-color:#00aa63}button[aria-label=AIOSEO].is-pressed>#aioseo-post-settings-sidebar-button.score-orange,button[aria-label=AIOSEO]:hover.is-pressed>#aioseo-post-settings-sidebar-button.score-orange{color:#fff;background-color:#f18200}button[aria-label=AIOSEO].is-pressed>#aioseo-post-settings-sidebar-button.score-red,button[aria-label=AIOSEO].is-pressed>#aioseo-post-settings-sidebar-button.score-none,button[aria-label=AIOSEO]:hover.is-pressed>#aioseo-post-settings-sidebar-button.score-red,button[aria-label=AIOSEO]:hover.is-pressed>#aioseo-post-settings-sidebar-button.score-none{color:#fff;background-color:#df2a4a}button[aria-label=AIOSEO].is-pressed>#aioseo-post-settings-sidebar-button.score-disabled,button[aria-label=AIOSEO]:hover.is-pressed>#aioseo-post-settings-sidebar-button.score-disabled{color:#fff;background:#434960!important}button[aria-label=AIOSEO].is-pressed>#aioseo-post-settings-sidebar-button.score-disabled #aioseo-post-score-disabled,button[aria-label=AIOSEO]:hover.is-pressed>#aioseo-post-settings-sidebar-button.score-disabled #aioseo-post-score-disabled{color:#fff!important}button[aria-label=AIOSEO].is-toggled>div svg,button[aria-label=AIOSEO].components-icon-button>div svg,button[aria-label=AIOSEO]:hover.is-toggled>div svg,button[aria-label=AIOSEO]:hover.components-icon-button>div svg{fill:#fff!important;stroke:transparent!important}button[aria-label=AIOSEO].is-toggled>div svg *,button[aria-label=AIOSEO].components-icon-button>div svg *,button[aria-label=AIOSEO]:hover.is-toggled>div svg *,button[aria-label=AIOSEO]:hover.components-icon-button>div svg *{fill:#fff!important;stroke:transparent!important}button[aria-label=AIOSEO].is-toggled>div #aioseo-post-score-disabled,button[aria-label=AIOSEO].components-icon-button>div #aioseo-post-score-disabled,button[aria-label=AIOSEO]:hover.is-toggled>div #aioseo-post-score-disabled,button[aria-label=AIOSEO]:hover.components-icon-button>div #aioseo-post-score-disabled{color:#fff!important}
 
dist/Lite/assets/css/blocks-editor.b36533f3.css ADDED
@@ -0,0 +1 @@
 
1
+ [data-type="aioseo/table-of-contents"]:not(.is-selected) .aioseo-toc-menu:not(.aioseo-toc-placeholder){display:none}[data-type="aioseo/table-of-contents"].is-selected .aioseo-toc-list--rendered{display:none}.aioseo-toc-list--rendered a{cursor:default}.wp-block-aioseo-table-of-contents .aioseo-toc-placeholder .aioseo-toc-header{margin-bottom:0!important}.block-editor-block-list__layout .block-editor-block-list__block[data-type="aioseo/table-of-contents"]:not([contenteditable]):focus:after{z-index:0}[data-type="aioseo/faq"]>.wp-block[data-align=full]{margin-left:0;margin-right:0}[dir=ltr] [data-type="aioseo/faq"]>.wp-block[data-align=full]{left:0}[dir=rtl] [data-type="aioseo/faq"]>.wp-block[data-align=full]{right:0}.wp-block-aioseo-faq[data-schema-only=true]{opacity:.5}.is-selected[data-type="aioseo/faq"],.has-child-selected[data-type="aioseo/faq"]{border-radius:2px}.is-selected[data-type="aioseo/faq"]:after,.has-child-selected[data-type="aioseo/faq"]:after{border-radius:2px;outline:1px dotted #8C8F9A}
dist/Lite/assets/css/blocks.3c03ca13.css ADDED
@@ -0,0 +1 @@
 
1
+ .aioseo-exclude-posts{display:block}.aioseo-exclude-posts .aioseo-select{max-width:600px;display:inline-block}[dir=ltr] .aioseo-exclude-posts .aioseo-select{margin-right:10px}[dir=rtl] .aioseo-exclude-posts .aioseo-select{margin-left:10px}.aioseo-exclude-posts .aioseo-select button{display:none}.aioseo-exclude-posts .aioseo-select .multiselect__option{display:flex}.aioseo-exclude-posts .aioseo-select .multiselect__option--highlight .option-title{color:#005ae0}.aioseo-exclude-posts .aioseo-button.gray{margin-top:10px}.aioseo-exclude-posts .option{flex:1 0 auto}.aioseo-exclude-posts .option .option-title{font-weight:500;font-size:16px;color:#141b38}.aioseo-exclude-posts .option .option-title .search-term{font-weight:700}.aioseo-exclude-posts .option .option-details{display:flex;align-items:center;font-size:14px;color:#8c8f9a}[dir=ltr] .aioseo-exclude-posts .option .option-details span{margin-right:15px}[dir=rtl] .aioseo-exclude-posts .option .option-details span{margin-left:15px}.aioseo-exclude-posts .option-permalink{display:flex;align-items:center}.aioseo-exclude-posts .option-permalink svg.aioseo-external{width:15px;height:15px;color:#434960}.aioseo-exclude-posts .multiselect-toggle{padding:10px 13px;width:40px;position:absolute;height:36px;top:2px;text-align:center;z-index:1}[dir=ltr] .aioseo-exclude-posts .multiselect-toggle{right:2px}[dir=rtl] .aioseo-exclude-posts .multiselect-toggle{left:2px}.aioseo-exclude-posts .multiselect-toggle svg.aioseo-add-plus{width:14px;height:14px;color:#000}.aioseo-sidebar-row .aioseo-included-objects-toggle{margin-top:5px}.aioseo-sidebar-row .aioseo-included-objects-toggle .aioseo-included-list{margin-top:8px}.block-editor-block-card{align-items:center}.block-editor-block-card__title.block-editor-block-card__title{margin:0}.aioseo-sidebar-row{margin-bottom:16px}.aioseo-sidebar-row .aioseo-sidebar-title{font-weight:500}.sidebar-row[data-v-7b2079b4]{margin-bottom:16px}.sidebar-row .title[data-v-7b2079b4]{font-weight:700}.sidebar-row.labels .aioseo-input[data-v-7b2079b4]{margin:2px 0 10px}.sidebar-row[data-v-5fc2a0b1]{margin-bottom:16px}.sidebar-row .title[data-v-5fc2a0b1]{font-weight:700}.sidebar-row .aioseo-input[data-v-5fc2a0b1]{margin:3px 0 10px}.sidebar-row{margin-bottom:16px}.sidebar-row .title{font-weight:700}.sidebar-row[data-v-40af2160]{margin-bottom:16px}.sidebar-row .title[data-v-40af2160]{font-weight:700}.sidebar-row.dimensions[data-v-40af2160]{display:flex;flex-direction:row;justify-content:space-between;margin-left:-10px;margin-right:-10px}.sidebar-row.dimensions>div[data-v-40af2160]{padding:0 10px}.sidebar-row.dimensions label[data-v-40af2160]{display:block;padding-bottom:8px}.image-upload .aioseo-input[data-v-40af2160],.image-upload .aioseo-button[data-v-40af2160],.image-upload img[data-v-40af2160]{margin-bottom:8px}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list,.aioseo-toc-modal .aioseo-toc-list{margin:0;padding:0}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list li.aioseo-toc-list-item,.aioseo-toc-modal .aioseo-toc-list li.aioseo-toc-list-item{margin:0}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list li.aioseo-toc-list-item.heading-hidden,.aioseo-toc-modal .aioseo-toc-list li.aioseo-toc-list-item.heading-hidden{display:block}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list .aioseo-toc-list-nested:is(ul,ol),.aioseo-toc-modal .aioseo-toc-list .aioseo-toc-list-nested:is(ul,ol){width:100%}[dir=ltr] .wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list .aioseo-toc-list-nested:is(ul,ol),[dir=ltr] .aioseo-toc-modal .aioseo-toc-list .aioseo-toc-list-nested:is(ul,ol){padding-left:30px}[dir=rtl] .wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list .aioseo-toc-list-nested:is(ul,ol),[dir=rtl] .aioseo-toc-modal .aioseo-toc-list .aioseo-toc-list-nested:is(ul,ol){padding-right:30px}.wp-block-aioseo-table-of-contents .aioseo-toc-menu svg,.aioseo-toc-modal svg{width:24px;height:24px;fill:currentColor}.wp-block-aioseo-table-of-contents .aioseo-toc-menu button.has-icon,.aioseo-toc-modal button.has-icon{display:inline-flex;align-items:center;justify-content:center;height:48px;width:40px;cursor:pointer;text-decoration:none;text-shadow:none;outline:1px solid transparent;border-width:0;color:#8c8f9a;padding:0;background:none}.wp-block-aioseo-table-of-contents .aioseo-toc-menu button.aioseo-hide-heading-toggle,.aioseo-toc-modal button.aioseo-hide-heading-toggle{background-color:#f3f4f5}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item .aioseo-toc-list-item__inner,.aioseo-toc-modal .aioseo-toc-list-item .aioseo-toc-list-item__inner{display:flex;flex-wrap:wrap;position:relative}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item>.aioseo-toc-list-item__inner>:not(.aioseo-toc-list),.aioseo-toc-modal .aioseo-toc-list-item>.aioseo-toc-list-item__inner>:not(.aioseo-toc-list){margin-block:4px}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item .row-input,.aioseo-toc-modal .aioseo-toc-list-item .row-input{position:relative;width:100%;max-width:calc(100% - 40px);transition:opacity .2s}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item .row-input:not(:hover,:focus-within),.aioseo-toc-modal .aioseo-toc-list-item .row-input:not(:hover,:focus-within){overflow:hidden}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item .row-input input,.aioseo-toc-modal .aioseo-toc-list-item .row-input input{color:#141b38;font-size:16px;line-height:1.25;padding:15px;transition:background-color,border-color,opacity .3s}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item .row-input.row-input--anchor,.aioseo-toc-modal .aioseo-toc-list-item .row-input.row-input--anchor{position:absolute;z-index:-1}[dir=ltr] .wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item .row-input.row-input--anchor,[dir=ltr] .aioseo-toc-modal .aioseo-toc-list-item .row-input.row-input--anchor{right:40px}[dir=rtl] .wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item .row-input.row-input--anchor,[dir=rtl] .aioseo-toc-modal .aioseo-toc-list-item .row-input.row-input--anchor{left:40px}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item .row-input.row-input--anchor input,.aioseo-toc-modal .aioseo-toc-list-item .row-input.row-input--anchor input{animation:anchorInputOut .3s ease-out}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item .row-input .append-icon,.aioseo-toc-modal .aioseo-toc-list-item .row-input .append-icon{display:flex;align-content:center;justify-content:end;position:absolute;top:1px;width:fit-content;max-height:calc(100% - 2px);opacity:1}[dir=ltr] .wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item .row-input .append-icon,[dir=ltr] .aioseo-toc-modal .aioseo-toc-list-item .row-input .append-icon{right:1px;padding-left:14px;padding-right:16px;border-radius:0 3px 3px 0;background-image:linear-gradient(to right,transparent,rgb(255,255,255) 8px)}[dir=rtl] .wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item .row-input .append-icon,[dir=rtl] .aioseo-toc-modal .aioseo-toc-list-item .row-input .append-icon{left:1px;padding-right:14px;padding-left:16px;border-radius:3px 0 0 3px;background-image:linear-gradient(to left,transparent,rgb(255,255,255) 8px)}[dir=ltr] .wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item .row-input .append-icon .aioseo-tooltip,[dir=ltr] .aioseo-toc-modal .aioseo-toc-list-item .row-input .append-icon .aioseo-tooltip{margin-left:0}[dir=rtl] .wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item .row-input .append-icon .aioseo-tooltip,[dir=rtl] .aioseo-toc-modal .aioseo-toc-list-item .row-input .append-icon .aioseo-tooltip{margin-right:0}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item .row-input .append-icon svg,.aioseo-toc-modal .aioseo-toc-list-item .row-input .append-icon svg{color:#8c8f9a;width:24px;height:24px;cursor:pointer}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item .row-input .append-icon svg.aioseo-close,.aioseo-toc-modal .aioseo-toc-list-item .row-input .append-icon svg.aioseo-close{width:14px;height:14px}[dir=ltr] .wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item .row-input .append-icon svg.aioseo-close,[dir=ltr] .aioseo-toc-modal .aioseo-toc-list-item .row-input .append-icon svg.aioseo-close{margin-right:5px;margin-left:12px}[dir=rtl] .wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item .row-input .append-icon svg.aioseo-close,[dir=rtl] .aioseo-toc-modal .aioseo-toc-list-item .row-input .append-icon svg.aioseo-close{margin-left:5px;margin-right:12px}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item.anchor-edit>.aioseo-toc-list-item__inner>.row-input.row-input--content,.aioseo-toc-modal .aioseo-toc-list-item.anchor-edit>.aioseo-toc-list-item__inner>.row-input.row-input--content{z-index:0}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item.anchor-edit>.aioseo-toc-list-item__inner>.row-input.row-input--anchor,.aioseo-toc-modal .aioseo-toc-list-item.anchor-edit>.aioseo-toc-list-item__inner>.row-input.row-input--anchor{z-index:1}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item.anchor-edit>.aioseo-toc-list-item__inner>.row-input.row-input--anchor input,.aioseo-toc-modal .aioseo-toc-list-item.anchor-edit>.aioseo-toc-list-item__inner>.row-input.row-input--anchor input{animation:anchorInputIn .3s ease-in}[dir=ltr] .wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item.anchor-edit>.aioseo-toc-list-item__inner>.row-input.row-input--anchor input,[dir=ltr] .aioseo-toc-modal .aioseo-toc-list-item.anchor-edit>.aioseo-toc-list-item__inner>.row-input.row-input--anchor input{padding-right:78px}[dir=rtl] .wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item.anchor-edit>.aioseo-toc-list-item__inner>.row-input.row-input--anchor input,[dir=rtl] .aioseo-toc-modal .aioseo-toc-list-item.anchor-edit>.aioseo-toc-list-item__inner>.row-input.row-input--anchor input{padding-left:78px}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item.anchor-is-animating>.aioseo-toc-list-item__inner>.row-input,.aioseo-toc-modal .aioseo-toc-list-item.anchor-is-animating>.aioseo-toc-list-item__inner>.row-input{overflow:hidden}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item.anchor-is-animating>.aioseo-toc-list-item__inner>.row-input .append-icon,.aioseo-toc-modal .aioseo-toc-list-item.anchor-is-animating>.aioseo-toc-list-item__inner>.row-input .append-icon{opacity:0;transition:none}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item.anchor-is-animating>.aioseo-toc-list-item__inner>.row-input--anchor,.aioseo-toc-modal .aioseo-toc-list-item.anchor-is-animating>.aioseo-toc-list-item__inner>.row-input--anchor{z-index:1}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item.anchor-is-animating.anchor-edit>.aioseo-toc-list-item__inner>.row-input--content input,.aioseo-toc-modal .aioseo-toc-list-item.anchor-is-animating.anchor-edit>.aioseo-toc-list-item__inner>.row-input--content input{animation:contentInputOut .3s ease-out}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-list-item.anchor-is-animating:not(.anchor-edit)>.aioseo-toc-list-item__inner>.row-input--content input,.aioseo-toc-modal .aioseo-toc-list-item.anchor-is-animating:not(.anchor-edit)>.aioseo-toc-list-item__inner>.row-input--content input{animation:contentInputIn .3s ease-in}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .heading-hidden>.aioseo-toc-list-item__inner>.row-input,.aioseo-toc-modal .heading-hidden>.aioseo-toc-list-item__inner>.row-input{pointer-events:none}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .heading-hidden>.aioseo-toc-list-item__inner>.row-input input,.aioseo-toc-modal .heading-hidden>.aioseo-toc-list-item__inner>.row-input input{opacity:.5}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .heading-hidden>.aioseo-toc-list-item__inner>.row-input .append-icon,.aioseo-toc-modal .heading-hidden>.aioseo-toc-list-item__inner>.row-input .append-icon{display:none}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-tooltip .popper,.aioseo-toc-modal .aioseo-tooltip .popper{z-index:100;width:300px;padding:20px;line-height:1.3;font-size:13px;background-color:#fff;border-width:0;box-shadow:0 3px 4.8px #20476645}[dir=ltr] .wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-tooltip .popper,[dir=ltr] .aioseo-toc-modal .aioseo-tooltip .popper{text-align:left}[dir=rtl] .wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-tooltip .popper,[dir=rtl] .aioseo-toc-modal .aioseo-tooltip .popper{text-align:right}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-tooltip .popper p,.aioseo-toc-modal .aioseo-tooltip .popper p{margin:0;line-height:1.3;font-size:13px}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-tooltip .popper .aioseo-tooltip__header,.aioseo-toc-modal .aioseo-tooltip .popper .aioseo-tooltip__header{font-weight:700;margin:0}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-tooltip .popper .aioseo-tooltip__header+p,.aioseo-toc-modal .aioseo-tooltip .popper .aioseo-tooltip__header+p{margin-top:1em}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-tooltip svg,.aioseo-toc-modal .aioseo-tooltip svg{color:#8c8f9a;cursor:pointer}[dir=ltr] .wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-content>.aioseo-toc-list:not(.orderable) .row-input--content input,[dir=ltr] .aioseo-toc-modal .aioseo-toc-content>.aioseo-toc-list:not(.orderable) .row-input--content input{padding-right:48px}[dir=rtl] .wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-content>.aioseo-toc-list:not(.orderable) .row-input--content input,[dir=rtl] .aioseo-toc-modal .aioseo-toc-content>.aioseo-toc-list:not(.orderable) .row-input--content input{padding-left:48px}[dir=ltr] .wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-content>.aioseo-toc-list:not(.orderable):not(.aioseo-toc-list-nested),[dir=ltr] .aioseo-toc-modal .aioseo-toc-content>.aioseo-toc-list:not(.orderable):not(.aioseo-toc-list-nested){margin-left:24px}[dir=rtl] .wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-content>.aioseo-toc-list:not(.orderable):not(.aioseo-toc-list-nested),[dir=rtl] .aioseo-toc-modal .aioseo-toc-content>.aioseo-toc-list:not(.orderable):not(.aioseo-toc-list-nested){margin-right:24px}.is-highlighted>.wp-block-aioseo-table-of-contents .aioseo-toc-list-item>.aioseo-toc-list-item__inner>.row-input input,.wp-block-aioseo-table-of-contents .aioseo-toc-list-item.anchor-edit.done:not(:focus-within)>.aioseo-toc-list-item__inner>.row-input input{animation-duration:0s!important}.aioseo-toc-modal .modal-body .heading-hidden{display:none}.aioseo-toc-modal .modal-body li.aioseo-toc-list-item{list-style:none}.aioseo-toc-modal .modal-body li.aioseo-toc-list-item .row-input input{pointer-events:none}.aioseo-toc-modal .modal-body .aioseo-drag-ghost input{color:#004f9d!important;background:#F9F9FA;border-color:transparent;outline-color:transparent;overflow:hidden}.aioseo-toc-modal .modal-body .aioseo-drag-ghost .aioseo-drag{opacity:0}.aioseo-toc-modal .modal-body .aioseo-drag-ghost .aioseo-drag-handle{color:#004f9d!important;opacity:1!important}.aioseo-toc-modal .modal-body .aioseo-dragging input{display:none}.aioseo-toc-modal .modal-body .aioseo-drag-handle{cursor:grab!important}@keyframes anchorInputIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes anchorInputOut{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes contentInputIn{0%{transform:scale(.95);opacity:.3}to{transform:scale(1);opacity:1}}@keyframes contentInputOut{0%{transform:scale(1);opacity:1}to{transform:scale(.95);opacity:.3}}.aioseo-toc-modal-lite .aioseo-cta{border:none;box-shadow:none}.aioseo-toc-modal-lite .modal-mask .modal-wrapper .modal-container .modal-header{height:0;border:none}.modal-mask .modal-wrapper .modal-container{border-radius:4px}.wp-block-aioseo-table-of-contents .aioseo-toc-menu,.aioseo-toc-modal .modal-body{font-family:system-ui,Helvetica,Arial,sans-serif;background-color:#f3f4f5;padding:20px;min-height:70px;border-radius:2px}.wp-block-aioseo-table-of-contents .aioseo-toc-menu a,.wp-block-aioseo-table-of-contents .aioseo-toc-menu p,.wp-block-aioseo-table-of-contents .aioseo-toc-menu li,.wp-block-aioseo-table-of-contents .aioseo-toc-menu button,.wp-block-aioseo-table-of-contents .aioseo-toc-menu input,.wp-block-aioseo-table-of-contents .aioseo-toc-menu header,.aioseo-toc-modal .modal-body a,.aioseo-toc-modal .modal-body p,.aioseo-toc-modal .modal-body li,.aioseo-toc-modal .modal-body button,.aioseo-toc-modal .modal-body input,.aioseo-toc-modal .modal-body header{font-family:inherit;padding:unset;margin:unset;font-size:inherit}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-header,.aioseo-toc-modal .modal-body .aioseo-toc-header{display:flex;align-items:center;margin-bottom:25px;flex-wrap:wrap}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-header .aioseo-toc-header-title,.aioseo-toc-modal .modal-body .aioseo-toc-header .aioseo-toc-header-title{display:flex;align-items:center;flex:1 0 auto;font-weight:700;font-size:24px;line-height:125%;color:#434960}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-header .aioseo-toc-header-instructions,.aioseo-toc-modal .modal-body .aioseo-toc-header .aioseo-toc-header-instructions{color:#2c324c;font-size:16px;margin-bottom:0;margin-top:16px}.wp-block-aioseo-table-of-contents .aioseo-toc-menu .aioseo-toc-header .aioseo-toc-header-buttons,.aioseo-toc-modal .modal-body .aioseo-toc-header .aioseo-toc-header-buttons{flex:0 1 auto}.wp-block-aioseo-table-of-contents .aioseo-toc-menu a.aioseo-button-link,.aioseo-toc-modal .modal-body a.aioseo-button-link{display:inline-block;padding:8px 12px;border:1px solid #DCDDE1;background-color:#f9f9fa;font-weight:700;text-decoration:none;font-size:12px;color:#2c324c!important;border-radius:4px}[dir=ltr] .wp-block-aioseo-table-of-contents .aioseo-toc-menu a.aioseo-button-link+.aioseo-button-link,[dir=ltr] .aioseo-toc-modal .modal-body a.aioseo-button-link+.aioseo-button-link{margin-left:10px}[dir=rtl] .wp-block-aioseo-table-of-contents .aioseo-toc-menu a.aioseo-button-link+.aioseo-button-link,[dir=rtl] .aioseo-toc-modal .modal-body a.aioseo-button-link+.aioseo-button-link{margin-right:10px}.wp-block-aioseo-table-of-contents .aioseo-toc-menu a.aioseo-button-link:hover,.aioseo-toc-modal .modal-body a.aioseo-button-link:hover{background-color:#fbfbfb}.aioseo-toc-modal .modal-mask .modal-wrapper{font-family:inherit}[dir=ltr] .aioseo-toc-modal .modal-body{padding:20px 28px 20px 10px}[dir=rtl] .aioseo-toc-modal .modal-body{padding:20px 10px 20px 28px}[dir=ltr] .aioseo-toc-modal .modal-body>header{padding-left:10px}[dir=rtl] .aioseo-toc-modal .modal-body>header{padding-right:10px}
dist/Lite/assets/css/blocks.ebbce42f.css DELETED
@@ -1 +0,0 @@
1
- .aioseo-exclude-posts{display:block}.aioseo-exclude-posts .aioseo-select{max-width:600px;display:inline-block}[dir=ltr] .aioseo-exclude-posts .aioseo-select{margin-right:10px}[dir=rtl] .aioseo-exclude-posts .aioseo-select{margin-left:10px}.aioseo-exclude-posts .aioseo-select button{display:none}.aioseo-exclude-posts .aioseo-select .multiselect__option{display:flex}.aioseo-exclude-posts .aioseo-select .multiselect__option--highlight .option-title{color:#005ae0}.aioseo-exclude-posts .aioseo-button.gray{margin-top:10px}.aioseo-exclude-posts .option{flex:1 0 auto}.aioseo-exclude-posts .option .option-title{font-weight:500;font-size:16px;color:#141b38}.aioseo-exclude-posts .option .option-title .search-term{font-weight:700}.aioseo-exclude-posts .option .option-details{display:flex;align-items:center;font-size:14px;color:#8c8f9a}[dir=ltr] .aioseo-exclude-posts .option .option-details span{margin-right:15px}[dir=rtl] .aioseo-exclude-posts .option .option-details span{margin-left:15px}.aioseo-exclude-posts .option-permalink{display:flex;align-items:center}.aioseo-exclude-posts .option-permalink svg.aioseo-external{width:15px;height:15px;color:#434960}.aioseo-exclude-posts .multiselect-toggle{padding:10px 13px;width:40px;position:absolute;height:36px;top:2px;text-align:center;z-index:1}[dir=ltr] .aioseo-exclude-posts .multiselect-toggle{right:2px}[dir=rtl] .aioseo-exclude-posts .multiselect-toggle{left:2px}.aioseo-exclude-posts .multiselect-toggle svg.aioseo-add-plus{width:14px;height:14px;color:#000}.aioseo-sidebar-row .aioseo-included-objects-toggle{margin-top:5px}.aioseo-sidebar-row .aioseo-included-objects-toggle .aioseo-included-list{margin-top:8px}.block-editor-block-card{align-items:center}.block-editor-block-card__title.block-editor-block-card__title{margin:0}.aioseo-sidebar-row{margin-bottom:16px}.aioseo-sidebar-row .aioseo-sidebar-title{font-weight:500}.sidebar-row[data-v-7b2079b4]{margin-bottom:16px}.sidebar-row .title[data-v-7b2079b4]{font-weight:700}.sidebar-row.labels .aioseo-input[data-v-7b2079b4]{margin:2px 0 10px}.sidebar-row[data-v-5fc2a0b1]{margin-bottom:16px}.sidebar-row .title[data-v-5fc2a0b1]{font-weight:700}.sidebar-row .aioseo-input[data-v-5fc2a0b1]{margin:3px 0 10px}.sidebar-row{margin-bottom:16px}.sidebar-row .title{font-weight:700}.sidebar-row[data-v-40af2160]{margin-bottom:16px}.sidebar-row .title[data-v-40af2160]{font-weight:700}.sidebar-row.dimensions[data-v-40af2160]{display:flex;flex-direction:row;justify-content:space-between;margin-left:-10px;margin-right:-10px}.sidebar-row.dimensions>div[data-v-40af2160]{padding:0 10px}.sidebar-row.dimensions label[data-v-40af2160]{display:block;padding-bottom:8px}.image-upload .aioseo-input[data-v-40af2160],.image-upload .aioseo-button[data-v-40af2160],.image-upload img[data-v-40af2160]{margin-bottom:8px}
 
dist/Lite/assets/css/{headline-analyzer.1b27d310.css → headline-analyzer.64baf4ea.css} RENAMED
@@ -1 +1 @@
1
- .aioseo-inline-buttons{display:grid;grid-template-columns:repeat(2,1fr)}.aioseo-switcher-button{border:0;border-radius:0;font-size:14px;font-weight:400;color:#434960;padding:16px 10px;box-shadow:0 2px #e8e8eb;cursor:pointer;white-space:nowrap;position:relative;transition:.4s cubic-bezier(.4,0,.2,1);background:#fafafa}[dir=ltr] .aioseo-switcher-button{text-align:left}[dir=rtl] .aioseo-switcher-button{text-align:right}.aioseo-switcher-button:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:0;transition:.4s cubic-bezier(.4,0,.2,1);will-change:background-color,opacity;content:" "}.aioseo-switcher-button.active:before,.aioseo-switcher-button:hover:before,.aioseo-switcher-button:active:before{background-color:currentColor;opacity:.12}.aioseo-switcher-button.active{font-weight:700;color:#141b38;box-shadow:0 2px #005ae0}.aioseo-headline-analyzer-wrapper{position:relative}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-pie-chart-container{position:relative;width:200px;height:200px;margin:0 auto 18px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-total-out-of-score{font-size:18px;color:#8c8f9a;font-weight:600;z-index:0}.aioseo-headline-analyzer-wrapper .components-panel__body svg.components-panel__arrow{top:50%;margin-top:-12px;transition:.3s}[dir=ltr] .aioseo-headline-analyzer-wrapper .components-panel__body svg.components-panel__arrow{transform:rotate(-90deg)}[dir=rtl] .aioseo-headline-analyzer-wrapper .components-panel__body svg.components-panel__arrow{transform:rotate(90deg)}.aioseo-headline-analyzer-wrapper .components-panel__body.is-opened svg.components-panel__arrow{transform:rotate(0)}.aioseo-headline-analyzer-wrapper p{font-size:13px;color:#434960;margin-bottom:16px}.aioseo-headline-analyzer-wrapper p>strong{font-size:13px;font-weight:700}.aioseo-headline-analyzer-wrapper .green{color:#00aa63}.aioseo-headline-analyzer-wrapper .orange{color:#f18200}.aioseo-headline-analyzer-wrapper .red{color:#df2a4a}.aioseo-headline-analyzer-wrapper .green-bg{background:#00aa63}.aioseo-headline-analyzer-wrapper .orange-bg{background:#f18200}.aioseo-headline-analyzer-wrapper .red-bg{background:#df2a4a}.aioseo-headline-analyzer-wrapper .components-panel__body-toggle.components-button{font-weight:700;color:#141b38;padding:18px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-empty-title-warning{text-align:center;padding:0 20px;margin:20px 0;font-size:13px;color:#141b38}.aioseo-headline-analyzer-wrapper .components-panel__body.is-opened>.components-panel__body-title{margin:0}.aioseo-headline-analyzer-wrapper .components-panel__body.is-opened{padding:0}.aioseo-headline-analyzer-wrapper .components-panel__body.is-opened .aioseo-headline-analyzer-words-block,.aioseo-headline-analyzer-wrapper .components-panel__body.is-opened .aioseo-headline-analyzer-panel-first-block{padding:0 16px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-score.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-sentiment.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-previous-scores.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-character-count.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-tab-new-score.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-tab-new-score-form.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-count.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-beginning-ending-words.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-tab-new-score.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-search-preview.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-types.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-balance.is-opened .components-panel__body-title{border-bottom:1px solid #e8e8eb;margin-bottom:16px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-current-score,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-score-status{position:absolute;top:45%;left:0;right:0;text-align:center;font-size:50px;line-height:0%;z-index:0;font-weight:700}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-current-score p,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-score-status p{margin-bottom:0}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel{top:calc(58% + 16px)}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-score-status{top:65%;font-size:16px;z-index:0}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-current-score-tab p{text-align:center}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-current-score-tab .aioseo-headline-analyzer-current-title{text-align:center;font-size:16px;color:#141b38;margin:0 0 24px;line-height:1.4}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel h4{text-align:center;font-size:16px;color:#141b38;margin:0 0 28px;line-height:1.4}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel .aioseo-headline-analyzer-pie-chart-container{position:relative;width:200px;height:200px;margin:0 auto 18px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-new-score{position:absolute;top:calc(38% + 16px);left:0;right:0;text-align:center;font-size:50px;font-weight:700;line-height:0%;z-index:10}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-new-score p{margin-bottom:0}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel .current-score{border-top:1px solid #E8E8EB;padding-top:24px;display:flex;align-items:center;flex-direction:row}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel .current-score .aioseo-headline-analyzer-score{min-height:40px;min-width:40px;font-weight:700;color:#fff;text-align:center;line-height:40px;border-radius:50%;font-size:18px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel .current-score .aioseo-headline-analyzer-score{margin-right:16px}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel .current-score .aioseo-headline-analyzer-score{margin-left:16px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel .current-score h5{font-weight:400;color:#8c8f9a;margin-top:0;margin-bottom:8px;font-size:13px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel .current-score p{margin-top:8px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-tab{margin-bottom:6px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-form-block{padding:6px 12px 22px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-input-field{margin-bottom:10px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-input-field .components-base-control__label{display:block;max-width:100%;font-size:13px;margin:0 0 10px;color:#434960}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-input-field input{padding:11px 12px;font-size:13px;border:1px solid #D0D1D7;color:#393f4c;border-radius:3px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-button{font-size:14px;border-radius:4px;padding:0;height:40px;background:#005AE0;width:100%;justify-content:center;color:#fff;font-weight:600;border:1px solid transparent;transition:background-color .2s ease;opacity:1}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-button:disabled{border:1px solid #dcdde1;background-color:#f3f4f5;color:#8c8f9a;cursor:default}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-button:disabled:hover{color:#8c8f9a}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-button:hover,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-button:focus,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-button:visited{color:#fff;box-shadow:none}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-score-difference{font-weight:700;position:absolute;left:0;top:16%;right:0;text-align:center;width:42px;height:26px;margin:0 auto;font-size:16px;line-height:26px;border-radius:4px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-score-difference.red{background:#fbe9ec}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-score-difference.orange{background:#FCFAE8}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-score-difference.green{background:#CBEAE1}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-previous-scores{margin:0!important}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-previous-scores li{margin-bottom:16px;cursor:pointer;display:flex;flex-direction:row;align-items:center;color:#434960;font-size:13px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-previous-scores li span.aioseo-headline-analyzer-score{min-height:24px;min-width:24px;font-size:11px;text-align:center;line-height:24px;border-radius:50%;color:#fff;font-weight:700}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-previous-scores li span.aioseo-headline-analyzer-score{margin-right:8px}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-previous-scores li span.aioseo-headline-analyzer-score{margin-left:8px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-previous-scores li span.aioseo-headline-analyzer-score-text{flex-basis:calc(100% - 32px)}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-has-icon .components-panel__body-toggle .components-panel__icon{position:absolute;top:50%;margin-top:-10px}[dir=ltr] .aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-has-icon .components-panel__body-toggle .components-panel__icon{right:52px}[dir=rtl] .aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-has-icon .components-panel__body-toggle .components-panel__icon{left:52px}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-has-icon.red .components-panel__body-toggle .components-panel__icon path{fill:#df2a4a}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-has-icon.orange .components-panel__body-toggle .components-panel__icon path{fill:#f18200}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-has-icon.green .components-panel__body-toggle .components-panel__icon path{fill:#00aa63}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-has-icon-alternative{position:relative}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-has-icon-alternative .aioseo-headline-analyzer-panel-icon-alternative{position:absolute;top:14px;font-weight:700}[dir=ltr] .aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-has-icon-alternative .aioseo-headline-analyzer-panel-icon-alternative{right:40px}[dir=rtl] .aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-has-icon-alternative .aioseo-headline-analyzer-panel-icon-alternative{left:40px}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-word-balance .components-panel__row,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-sentiment .components-panel__row,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-types .components-panel__row,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-character-count .components-panel__row,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-word-count .components-panel__row,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-beginning-ending-words .components-panel__row,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-search-preview .components-panel__row{display:block}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-word-balance .components-panel__row h4,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-sentiment .components-panel__row h4,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-types .components-panel__row h4,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-character-count .components-panel__row h4,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-word-count .components-panel__row h4,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-beginning-ending-words .components-panel__row h4,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-search-preview .components-panel__row h4{font-size:16px;color:#141b38;font-weight:700;margin:0 0 16px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block{margin-top:16px;border-bottom:1px solid #e8e8eb}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block h5{font-size:13px;color:#434960;margin-top:0;margin-bottom:16px;font-weight:700}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data{overflow:hidden;display:flex;flex-direction:row}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span{display:block;flex-basis:70%;z-index:0}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span{float:left}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span{float:right}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-percentage{font-size:28px;font-weight:700;flex-basis:25%;justify-content:flex-start;align-items:center;display:flex}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-percentage{margin-right:11px}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-percentage{margin-left:11px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-goal{width:100%;font-size:13px;font-weight:400;color:#8c8f9a}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-progressbar{width:100%;position:relative;height:4px;margin-top:4px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-progressbar .aioseo-headline-analyzer-progressbar-bg{width:100%;background:#EEF0F2;height:4px;z-index:9;position:absolute;top:0;border-radius:30px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-progressbar .aioseo-headline-analyzer-progressbar-bg{left:0}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-progressbar .aioseo-headline-analyzer-progressbar-bg{right:0}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-progressbar .aioseo-headline-analyzer-progressbar-part{position:absolute;height:4px;top:0;z-index:10;border-radius:30px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-progressbar .aioseo-headline-analyzer-progressbar-part{left:0}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-progressbar .aioseo-headline-analyzer-progressbar-part{right:0}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-tag-list{margin:16px 0 0;padding:0;list-style:none;display:block}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-tag-list li{display:inline-block;font-size:13px;font-weight:700;color:#434960;background:#F3F4F5;border-radius:3px;padding:4px 9px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-tag-list li{margin-right:8px}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-tag-list li{margin-left:8px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-guideline{margin-top:8px;color:#4f4f4f}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-character-length>span,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-word-length>span{width:36px;height:48px;display:inline-block;background:#e8e8eb;text-align:center;line-height:48px;font-size:28px;color:#2c324c;font-weight:700;border-radius:4px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-character-length>span,[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-word-length>span{margin-right:4px}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-character-length>span,[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-word-length>span{margin-left:4px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-character-length>span.character-zero,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-word-length>span.character-zero{color:#d0d1d7}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-status-on-character-length,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-status-on-word-length{display:block;font-weight:700;font-size:16px;color:#141b38;margin-bottom:16px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-character-count-container,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-word-counter{margin-bottom:16px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-character-count p{text-align:left}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-character-count p{text-align:right}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-character-count .aioseo-headline-analyzer-pie-chart-container{position:relative;width:200px;height:80px;margin:0 auto 18px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-character-count .aioseo-headline-analyzer-pie-chart-container{margin-left:-40px}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-character-count .aioseo-headline-analyzer-pie-chart-container{margin-right:-40px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-character-count .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-character-length{position:absolute;top:50%;left:0;right:0;text-align:center;font-size:30px;line-height:0%;z-index:10}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-character-count .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-status-on-character-length{position:absolute;top:50%;font-size:16px;color:#141b38;margin:-9px 0 0;font-weight:700;width:130px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-character-count .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-status-on-character-length{left:144px}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-character-count .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-status-on-character-length{right:144px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-count p{text-align:left}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-count p{text-align:right}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-count .aioseo-headline-analyzer-pie-chart-container{position:relative;width:200px;height:80px;margin:0 auto 18px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-count .aioseo-headline-analyzer-pie-chart-container{margin-left:-40px}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-count .aioseo-headline-analyzer-pie-chart-container{margin-right:-40px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-count .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-word-length{position:absolute;top:50%;left:0;right:0;text-align:center;font-size:30px;line-height:0%;z-index:10}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-count .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-status-on-word-length{position:absolute;top:50%;font-size:16px;color:#141b38;margin:-9px 0 0;font-weight:700;width:130px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-count .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-status-on-word-length{left:144px}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-count .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-status-on-word-length{right:144px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-words{display:block;margin-bottom:18px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-words span{font-size:13px;color:#434960;background:#f3f4f5;border-radius:3px;padding:4px 8px;font-weight:700;display:inline-block}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-words-guideline{margin-top:20px}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-word-ending-title,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-word-begining-title{font-weight:700;font-size:13px;color:#141b38;list-style:initial;margin:0 16px 8px}[dir=ltr] .aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-word-ending-title,[dir=ltr] .aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-word-begining-title{padding:0 0 0 8px}[dir=rtl] .aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-word-ending-title,[dir=rtl] .aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-word-begining-title{padding:0 8px 0 0}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-word-ending-title li,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-word-begining-title li{margin:0}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-search-preview .components-panel__row .aioseo-headline-analyzer-search-prevew-wrap{background:#ffffff;border:.837954px solid #e8e8eb;padding:8px;margin-bottom:16px}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-search-preview .components-panel__row h4{color:#1a0dab;font-size:16px;margin-top:0!important;text-transform:none;margin-bottom:5px;font-weight:500}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-search-preview .components-panel__row .aioseo-headline-analyzer-post-url{margin-bottom:5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-search-preview .components-panel__row .aioseo-headline-analyzer-post-url a{color:#3c4043;font-size:13px;text-decoration:none}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-search-preview .components-panel__row .aioseo-headline-analyzer-post-url a:hover{opacity:.8}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-search-preview .components-panel__row p{font-size:12px;color:#434960;margin:0}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-types .aioseo-headline-analyzer-panel-types-title{display:block;width:100%;font-size:14px;color:#141b38}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-types .aioseo-headline-analyzer-panel-types-title span{color:#141b38;font-size:13px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-types .aioseo-headline-analyzer-panel-types-title span{float:right;margin-right:25px}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-types .aioseo-headline-analyzer-panel-types-title span{float:left;margin-left:25px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-types p a{color:#005ae0;text-decoration:none}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-types p a span{text-decoration:underline}.edit-post-header__settings button.components-button[aioseo-button-color]{display:flex;align-items:center}.edit-post-header__settings button.components-button[aioseo-button-color] svg{max-width:22px;max-height:20px}[dir=ltr] .edit-post-header__settings button.components-button[aioseo-button-color] svg{margin-right:8px}[dir=rtl] .edit-post-header__settings button.components-button[aioseo-button-color] svg{margin-left:8px}.edit-post-header__settings button.components-button[aioseo-button-color] span{color:#fff;font-weight:700}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red]{border:1px solid #df2a4a}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red]:active,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red]:focus,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red].is-pressed{background:#df2a4a!important}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red]:active svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red]:focus svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red].is-pressed svg path{fill:#fff}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red] svg path{fill:#df2a4a}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red] span{color:#df2a4a}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange]{border:1px solid #f18200}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange]:active,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange]:focus,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange].is-pressed{background:#f18200!important}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange]:active svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange]:focus svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange].is-pressed svg path{fill:#fff}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange] svg path{fill:#f08629}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange] span{color:#f18200}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green]{border:1px solid #1ec185}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green]:active,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green]:focus,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green].is-pressed{background:#1ec185!important}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green]:active svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green]:focus svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green].is-pressed svg path{fill:#fff}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green] svg path{fill:#1ec185}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green] span{color:#1bb17a}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red]:active,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red]:focus,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red].is-pressed,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green]:active,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green]:focus,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green].is-pressed,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange]:active,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange]:focus,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange].is-pressed{box-shadow:none!important}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red]:active svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red]:focus svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red].is-pressed svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green]:active svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green]:focus svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green].is-pressed svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange]:active svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange]:focus svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange].is-pressed svg path{fill:#fff!important}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red]:active span,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red]:focus span,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red].is-pressed span,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green]:active span,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green]:focus span,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green].is-pressed span,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange]:active span,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange]:focus span,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange].is-pressed span{color:#fff}.edit-post-sidebar{scroll-behavior:smooth}.aioseo-headline-analyzer-current-score-content>p{font-weight:700}.aioseo-headline-analyzer-bottom-notice{padding:16px;background:#E6EEFC;margin:16px;border-radius:3px;font-size:13px;color:#141b38}[dir=ltr] .aioseo-headline-analyzer-bottom-notice p{text-align:left}[dir=rtl] .aioseo-headline-analyzer-bottom-notice p{text-align:right}.aioseo-headline-analyzer-bottom-notice p a{color:#005ae0;text-decoration:none}.aioseo-headline-analyzer-bottom-notice p a span{text-decoration:underline}.aioseo-donut-container{display:flex;align-items:center;justify-content:center}.aioseo-donut-container .aioseo-seo-headline-analyzer-score__circle{animation:aioseo-seo-site-score-fill 1s reverse;transform-origin:center}[dir=ltr] .aioseo-donut-container .aioseo-seo-headline-analyzer-score__circle{transform:rotate(-180deg)}[dir=rtl] .aioseo-donut-container .aioseo-seo-headline-analyzer-score__circle{transform:rotate(180deg)}
1
+ .aioseo-inline-buttons{display:grid;grid-template-columns:repeat(2,1fr)}.aioseo-switcher-button{border:0;border-radius:0;font-size:14px;font-weight:400;color:#434960;padding:16px 10px;box-shadow:0 2px #e8e8eb;cursor:pointer;white-space:nowrap;position:relative;transition:.4s cubic-bezier(.4,0,.2,1);background:#fafafa}[dir=ltr] .aioseo-switcher-button{text-align:left}[dir=rtl] .aioseo-switcher-button{text-align:right}.aioseo-switcher-button:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:0;transition:.4s cubic-bezier(.4,0,.2,1);will-change:background-color,opacity;content:" "}.aioseo-switcher-button.active:before,.aioseo-switcher-button:hover:before,.aioseo-switcher-button:active:before{background-color:currentColor;opacity:.12}.aioseo-switcher-button.active{font-weight:700;color:#141b38;box-shadow:0 2px #005ae0}.aioseo-headline-analyzer-wrapper{position:relative}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-pie-chart-container{position:relative;width:200px;height:200px;margin:0 auto 18px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-total-out-of-score{font-size:18px;color:#8c8f9a;font-weight:600;z-index:0}.aioseo-headline-analyzer-wrapper .components-panel__body svg.components-panel__arrow{top:50%;margin-top:-12px;transition:.3s}[dir=ltr] .aioseo-headline-analyzer-wrapper .components-panel__body svg.components-panel__arrow{transform:rotate(-90deg)}[dir=rtl] .aioseo-headline-analyzer-wrapper .components-panel__body svg.components-panel__arrow{transform:rotate(90deg)}.aioseo-headline-analyzer-wrapper .components-panel__body.is-opened svg.components-panel__arrow{transform:rotate(0)}.aioseo-headline-analyzer-wrapper p{font-size:13px;color:#434960;margin-bottom:16px}.aioseo-headline-analyzer-wrapper p>strong{font-size:13px;font-weight:700}.aioseo-headline-analyzer-wrapper .green{color:#00aa63}.aioseo-headline-analyzer-wrapper .orange{color:#f18200}.aioseo-headline-analyzer-wrapper .red{color:#df2a4a}.aioseo-headline-analyzer-wrapper .green-bg{background:#00aa63}.aioseo-headline-analyzer-wrapper .orange-bg{background:#f18200}.aioseo-headline-analyzer-wrapper .red-bg{background:#df2a4a}.aioseo-headline-analyzer-wrapper .components-panel__body-toggle.components-button{font-weight:700;color:#141b38;padding:18px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-empty-title-warning{text-align:center;padding:0 20px;margin:20px 0;font-size:13px;color:#141b38}.aioseo-headline-analyzer-wrapper .components-panel__body.is-opened>.components-panel__body-title{margin:0}.aioseo-headline-analyzer-wrapper .components-panel__body.is-opened{padding:0}.aioseo-headline-analyzer-wrapper .components-panel__body.is-opened .aioseo-headline-analyzer-words-block,.aioseo-headline-analyzer-wrapper .components-panel__body.is-opened .aioseo-headline-analyzer-panel-first-block{padding:0 16px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-score.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-sentiment.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-previous-scores.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-character-count.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-tab-new-score.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-tab-new-score-form.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-count.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-beginning-ending-words.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-tab-new-score.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-search-preview.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-types.is-opened .components-panel__body-title,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-balance.is-opened .components-panel__body-title{border-bottom:1px solid #e8e8eb;margin-bottom:16px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-current-score,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-score-status{position:absolute;top:45%;left:0;right:0;text-align:center;font-size:50px;line-height:0%;z-index:0;font-weight:700}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-current-score p,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-score-status p{margin-bottom:0}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel{top:calc(58% + 16px)}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-score-status{top:65%;font-size:16px;z-index:0}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-current-score-tab p{text-align:center}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-current-score-tab .aioseo-headline-analyzer-current-title{text-align:center;font-size:16px;color:#141b38;margin:0 0 24px;line-height:1.4}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel h4{text-align:center;font-size:16px;color:#141b38;margin:0 0 28px;line-height:1.4}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel .aioseo-headline-analyzer-pie-chart-container{position:relative;width:200px;height:200px;margin:0 auto 18px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-new-score{position:absolute;top:calc(38% + 16px);left:0;right:0;text-align:center;font-size:50px;font-weight:700;line-height:0%;z-index:10}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-new-score p{margin-bottom:0}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel .current-score{border-top:1px solid #E8E8EB;padding-top:24px;display:flex;align-items:center;flex-direction:row}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel .current-score .aioseo-headline-analyzer-score{min-height:40px;min-width:40px;font-weight:700;color:#fff;text-align:center;line-height:40px;border-radius:50%;font-size:18px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel .current-score .aioseo-headline-analyzer-score{margin-right:16px}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel .current-score .aioseo-headline-analyzer-score{margin-left:16px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel .current-score h5{font-weight:400;color:#8c8f9a;margin-top:0;margin-bottom:8px;font-size:13px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-panel .current-score p{margin-top:8px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-tab{margin-bottom:6px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-new-score-form-block{padding:6px 12px 22px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-input-field{margin-bottom:10px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-input-field .components-base-control__label{display:block;max-width:100%;font-size:13px;margin:0 0 10px;color:#434960}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-input-field input{padding:11px 12px;font-size:13px;border:1px solid #D0D1D7;color:#393f4c;border-radius:3px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-button{font-size:14px;border-radius:4px;padding:0;height:40px;background:#005AE0;width:100%;justify-content:center;color:#fff;font-weight:600;border:1px solid transparent;transition:background-color .2s ease;opacity:1}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-button:disabled{border:1px solid #dcdde1;background-color:#f3f4f5;color:#8c8f9a;cursor:default}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-button:disabled:hover{color:#8c8f9a}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-button:hover,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-button:focus,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-button:visited{color:#fff;box-shadow:none}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-score-difference{font-weight:700;position:absolute;left:0;top:16%;right:0;text-align:center;width:42px;height:26px;margin:0 auto;font-size:16px;line-height:26px;border-radius:4px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-score-difference.red{background:#fbe9ec}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-score-difference.orange{background:#FCFAE8}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-score-difference.green{background:#CBEAE1}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-previous-scores{margin:0!important}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-previous-scores li{margin-bottom:16px;cursor:pointer;display:flex;flex-direction:row;align-items:center;color:#434960;font-size:13px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-previous-scores li span.aioseo-headline-analyzer-score{min-height:24px;min-width:24px;font-size:11px;text-align:center;line-height:24px;border-radius:50%;color:#fff;font-weight:700}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-previous-scores li span.aioseo-headline-analyzer-score{margin-right:8px}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-previous-scores li span.aioseo-headline-analyzer-score{margin-left:8px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-previous-scores li span.aioseo-headline-analyzer-score-text{flex-basis:calc(100% - 32px)}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-has-icon .components-panel__body-toggle .components-panel__icon{position:absolute;top:50%;margin-top:-10px}[dir=ltr] .aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-has-icon .components-panel__body-toggle .components-panel__icon{right:52px}[dir=rtl] .aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-has-icon .components-panel__body-toggle .components-panel__icon{left:52px}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-has-icon.red .components-panel__body-toggle .components-panel__icon path{fill:#df2a4a}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-has-icon.orange .components-panel__body-toggle .components-panel__icon path{fill:#f18200}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-has-icon.green .components-panel__body-toggle .components-panel__icon path{fill:#00aa63}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-has-icon-alternative{position:relative}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-has-icon-alternative .aioseo-headline-analyzer-panel-icon-alternative{position:absolute;top:14px;font-weight:700}[dir=ltr] .aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-has-icon-alternative .aioseo-headline-analyzer-panel-icon-alternative{right:40px}[dir=rtl] .aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-has-icon-alternative .aioseo-headline-analyzer-panel-icon-alternative{left:40px}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-word-balance .components-panel__row,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-sentiment .components-panel__row,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-types .components-panel__row,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-character-count .components-panel__row,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-word-count .components-panel__row,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-beginning-ending-words .components-panel__row,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-search-preview .components-panel__row{display:block}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-word-balance .components-panel__row h4,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-sentiment .components-panel__row h4,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-types .components-panel__row h4,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-character-count .components-panel__row h4,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-word-count .components-panel__row h4,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-beginning-ending-words .components-panel__row h4,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-search-preview .components-panel__row h4{font-size:16px;color:#141b38;font-weight:700;margin:0 0 16px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block{margin-top:16px;border-bottom:1px solid #e8e8eb}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block h5{font-size:13px;color:#434960;margin-top:0;margin-bottom:16px;font-weight:700}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data{overflow:hidden;display:flex;flex-direction:row}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span{display:block;flex-basis:70%;z-index:0}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span{float:left}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span{float:right}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-percentage{font-size:28px;font-weight:700;flex-basis:25%;justify-content:flex-start;align-items:center;display:flex}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-percentage{margin-right:11px}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-percentage{margin-left:11px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-goal{width:100%;font-size:13px;font-weight:400;color:#8c8f9a}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-progressbar{width:100%;position:relative;height:4px;margin-top:4px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-progressbar .aioseo-headline-analyzer-progressbar-bg{width:100%;background:#EEF0F2;height:4px;z-index:9;position:absolute;top:0;border-radius:30px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-progressbar .aioseo-headline-analyzer-progressbar-bg{left:0}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-progressbar .aioseo-headline-analyzer-progressbar-bg{right:0}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-progressbar .aioseo-headline-analyzer-progressbar-part{position:absolute;height:4px;top:0;z-index:10;border-radius:30px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-progressbar .aioseo-headline-analyzer-progressbar-part{left:0}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-block-data span.aioseo-headline-analyzer-words-block-progressbar .aioseo-headline-analyzer-progressbar-part{right:0}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-tag-list{margin:16px 0 0;padding:0;list-style:none;display:block}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-tag-list li{display:inline-block;font-size:13px;font-weight:700;color:#434960;background:#F3F4F5;border-radius:3px;padding:4px 9px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-tag-list li{margin-right:8px}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-tag-list li{margin-left:8px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-words-block .aioseo-headline-analyzer-words-guideline{margin-top:8px;color:#4f4f4f}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-character-length>span,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-word-length>span{width:36px;height:48px;display:inline-block;background:#e8e8eb;text-align:center;line-height:48px;font-size:28px;color:#2c324c;font-weight:700;border-radius:4px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-character-length>span,[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-word-length>span{margin-right:4px}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-character-length>span,[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-word-length>span{margin-left:4px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-character-length>span.character-zero,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-word-length>span.character-zero{color:#d0d1d7}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-status-on-character-length,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-status-on-word-length{display:block;font-weight:700;font-size:16px;color:#141b38;margin-bottom:16px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-character-count-container,.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-word-counter{margin-bottom:16px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-character-count p{text-align:left}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-character-count p{text-align:right}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-character-count .aioseo-headline-analyzer-pie-chart-container{position:relative;width:200px;height:80px;margin:0 auto 18px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-character-count .aioseo-headline-analyzer-pie-chart-container{margin-left:-40px}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-character-count .aioseo-headline-analyzer-pie-chart-container{margin-right:-40px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-character-count .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-character-length{position:absolute;top:50%;left:0;right:0;text-align:center;font-size:30px;line-height:0%;z-index:10}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-character-count .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-status-on-character-length{position:absolute;top:50%;font-size:16px;color:#141b38;margin:-9px 0 0;font-weight:700;width:130px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-character-count .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-status-on-character-length{left:144px}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-character-count .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-status-on-character-length{right:144px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-count p{text-align:left}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-count p{text-align:right}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-count .aioseo-headline-analyzer-pie-chart-container{position:relative;width:200px;height:80px;margin:0 auto 18px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-count .aioseo-headline-analyzer-pie-chart-container{margin-left:-40px}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-count .aioseo-headline-analyzer-pie-chart-container{margin-right:-40px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-count .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-word-length{position:absolute;top:50%;left:0;right:0;text-align:center;font-size:30px;line-height:0%;z-index:10}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-count .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-status-on-word-length{position:absolute;top:50%;font-size:16px;color:#141b38;margin:-9px 0 0;font-weight:700;width:130px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-count .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-status-on-word-length{left:144px}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-word-count .aioseo-headline-analyzer-pie-chart-container .aioseo-headline-analyzer-status-on-word-length{right:144px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-words{display:block;margin-bottom:18px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-words span{font-size:13px;color:#434960;background:#f3f4f5;border-radius:3px;padding:4px 8px;font-weight:700;display:inline-block}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-words-guideline{margin-top:20px}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-word-ending-title,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-word-begining-title{font-weight:700;font-size:13px;color:#141b38;list-style:initial;margin:0 16px 8px}[dir=ltr] .aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-word-ending-title,[dir=ltr] .aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-word-begining-title{padding:0 0 0 8px}[dir=rtl] .aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-word-ending-title,[dir=rtl] .aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-word-begining-title{padding:0 8px 0 0}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-word-ending-title li,.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-beginning-ending-words .aioseo-headline-analyzer-word-begining-title li{margin:0}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-search-preview .components-panel__row .aioseo-headline-analyzer-search-prevew-wrap{background:#ffffff;border:.837954px solid #e8e8eb;padding:8px;margin-bottom:16px}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-search-preview .components-panel__row h4{color:#1a0dab;font-size:16px;margin-top:0!important;text-transform:none;margin-bottom:5px;font-weight:500}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-search-preview .components-panel__row .aioseo-headline-analyzer-post-url{margin-bottom:5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-search-preview .components-panel__row .aioseo-headline-analyzer-post-url a{color:#3c4043;font-size:13px;text-decoration:none}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-search-preview .components-panel__row .aioseo-headline-analyzer-post-url a:hover{opacity:.8}.aioseo-headline-analyzer-wrapper .components-panel__body.aioseo-headline-analyzer-panel-search-preview .components-panel__row p{font-size:12px;color:#434960;margin:0}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-types .aioseo-headline-analyzer-panel-types-title{display:block;width:100%;font-size:14px;color:#141b38}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-types .aioseo-headline-analyzer-panel-types-title span{color:#141b38;font-size:13px}[dir=ltr] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-types .aioseo-headline-analyzer-panel-types-title span{float:right;margin-right:25px}[dir=rtl] .aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-types .aioseo-headline-analyzer-panel-types-title span{float:left;margin-left:25px}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-types p a{color:#005ae0;text-decoration:none}.aioseo-headline-analyzer-wrapper .aioseo-headline-analyzer-panel-types p a span{text-decoration:underline}.edit-post-header__settings button.components-button[aioseo-button-color]{display:flex;align-items:center}.edit-post-header__settings button.components-button[aioseo-button-color] svg{max-width:22px;max-height:20px}[dir=ltr] .edit-post-header__settings button.components-button[aioseo-button-color] svg{margin-right:8px}[dir=rtl] .edit-post-header__settings button.components-button[aioseo-button-color] svg{margin-left:8px}.edit-post-header__settings button.components-button[aioseo-button-color] span{color:#fff;font-weight:700}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red]{border:1px solid #df2a4a}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red]:active,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red].is-pressed{background:#df2a4a!important}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red]:active svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red].is-pressed svg path{fill:#fff}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red] svg path{fill:#df2a4a}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red] span{color:#df2a4a}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange]{border:1px solid #f18200}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange]:active,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange].is-pressed{background:#f18200!important}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange]:active svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange].is-pressed svg path{fill:#fff}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange] svg path{fill:#f08629}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange] span{color:#f18200}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green]{border:1px solid #1ec185}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green]:active,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green].is-pressed{background:#1ec185!important}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green]:active svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green].is-pressed svg path{fill:#fff}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green] svg path{fill:#1ec185}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green] span{color:#1bb17a}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red]:active,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red].is-pressed,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green]:active,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green].is-pressed,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange]:active,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange].is-pressed{box-shadow:none!important}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red]:active svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red].is-pressed svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green]:active svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green].is-pressed svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange]:active svg path,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange].is-pressed svg path{fill:#fff!important}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red]:active span,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red].is-pressed span,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green]:active span,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green].is-pressed span,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange]:active span,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange].is-pressed span{color:#fff}.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=red]:focus,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=green]:focus,.edit-post-header__settings button.components-button[aioseo-button-color][aioseo-button-color=orange]:focus{box-shadow:none!important}.edit-post-sidebar{scroll-behavior:smooth}.aioseo-headline-analyzer-current-score-content>p{font-weight:700}.aioseo-headline-analyzer-bottom-notice{padding:16px;background:#E6EEFC;margin:16px;border-radius:3px;font-size:13px;color:#141b38}[dir=ltr] .aioseo-headline-analyzer-bottom-notice p{text-align:left}[dir=rtl] .aioseo-headline-analyzer-bottom-notice p{text-align:right}.aioseo-headline-analyzer-bottom-notice p a{color:#005ae0;text-decoration:none}.aioseo-headline-analyzer-bottom-notice p a span{text-decoration:underline}.aioseo-donut-container{display:flex;align-items:center;justify-content:center}.aioseo-donut-container .aioseo-seo-headline-analyzer-score__circle{animation:aioseo-seo-site-score-fill 1s reverse;transform-origin:center}[dir=ltr] .aioseo-donut-container .aioseo-seo-headline-analyzer-score__circle{transform:rotate(-180deg)}[dir=rtl] .aioseo-donut-container .aioseo-seo-headline-analyzer-score__circle{transform:rotate(180deg)}
dist/Lite/assets/css/{integrations.e2c86b05.css → integrations.4de20982.css} RENAMED
@@ -1 +1 @@
1
- .aioseo-elementor-panel .aioseo-app{border-top:2px solid #E8E8EB;font-family:Helvetica,Arial,sans-serif}.elementor-tab-control-aioseo a:before{mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2E3YWFhZCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iYWlvc2VvLWdlYXIiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS45ODU0MiAxOS45NzA4QzE1LjUwMDIgMTkuOTcwOCAxOS45NzA4IDE1LjUwMDIgMTkuOTcwOCA5Ljk4NTQyQzE5Ljk3MDggNC40NzA2MyAxNS41MDAyIDAgOS45ODU0MiAwQzQuNDcwNjMgMCAwIDQuNDcwNjMgMCA5Ljk4NTQyQzAgMTUuNTAwMiA0LjQ3MDYzIDE5Ljk3MDggOS45ODU0MiAxOS45NzA4Wk04LjM5NTQxIDMuNjU0NjRDOC4yNjAxNiAzLjQ0ODUgOC4wMDk2IDMuMzUyMTEgNy43Nzk4NSAzLjQzMzI3QzcuNTE4MTYgMy41MjU3MiA3LjI2MjE4IDMuNjM0NDUgNy4wMTM0OSAzLjc1ODhDNi43OTUxOSAzLjg2Nzk2IDYuNjg1NjYgNC4xMTczMSA2LjczMzcyIDQuMzYwNDlMNi45MDQ5MyA1LjIyNjk0QzYuOTQ5IDUuNDQ5OTYgNi44NTggNS42NzYzIDYuNjg1MjIgNS44MjAwOUM2LjQxMjE2IDYuMDQ3MzQgNi4xNjAwNyA2LjMwNDI2IDUuOTM0MjEgNi41ODg2NEM1Ljc5MzgzIDYuNzY1MzkgNS41NzIzMyA2Ljg1OTA3IDUuMzUzNjEgNi44MTQ4OUw0LjUwNDI0IDYuNjQzM0M0LjI2NTY0IDYuNTk1MSA0LjAyMTU3IDYuNzA3ODggMy45MTU0NCA2LjkzMTIxQzMuODU1NDkgNy4wNTczOCAzLjc5ODg5IDcuMTg2MiAzLjc0NTgzIDcuMzE3NThDMy42OTI3NiA3LjQ0ODk2IDMuNjQzOTcgNy41ODEwNSAzLjU5OTM4IDcuNzEzNjlDMy41MjA0OCA3Ljk0ODQ3IDMuNjE1NzkgOC4yMDM5OCAzLjgxODM5IDguMzQxMzNMNC41Mzk1OCA4LjgzMDI3QzQuNzI1MjkgOC45NTYxNyA0LjgxNzc4IDkuMTgxOSA0Ljc5NTM0IDkuNDA4MjZDNC43NTkyNSA5Ljc3MjQ0IDQuNzYwNzIgMTAuMTM2IDQuNzk3NTYgMTAuNDkzNkM0LjgyMDg3IDEwLjcxOTggNC43MjkxNSAxMC45NDU5IDQuNTQzODggMTEuMDcyNEwzLjgyNDA4IDExLjU2NDJDMy42MjIwNSAxMS43MDIyIDMuNTI3NTkgMTEuOTU3OSAzLjYwNzEzIDEyLjE5MjNDMy42OTc3NCAxMi40NTkzIDMuODA0MyAxMi43MjA1IDMuOTI2MTUgMTIuOTc0M0M0LjAzMzEzIDEzLjE5NzEgNC4yNzc0OSAxMy4zMDg4IDQuNTE1ODEgMTMuMjU5OEw1LjM2NDk1IDEzLjA4NTFDNS41ODM1IDEzLjA0MDEgNS44MDUzMyAxMy4xMzMgNS45NDYyMyAxMy4zMDkzQzYuMTY4OTMgMTMuNTg3OSA2LjQyMDcxIDEzLjg0NTEgNi42OTk0IDE0LjA3NTZDNi44NzI2MSAxNC4yMTg4IDYuOTY0NDIgMTQuNDQ0OCA2LjkyMTEyIDE0LjY2OEw2Ljc1Mjk2IDE1LjUzNDhDNi43MDU3MiAxNS43NzgyIDYuODE2MjUgMTYuMDI3MyA3LjAzNTExIDE2LjEzNTZDNy4xNTg3NiAxNi4xOTY3IDcuMjg1IDE2LjI1NDUgNy40MTM3NSAxNi4zMDg2QzcuNTQyNTEgMTYuMzYyOCA3LjY3MTk2IDE2LjQxMjYgNy44MDE5NSAxNi40NTgxQzguMTgyMjQgMTYuNTkxMiA4LjcxNDQ5IDE2LjExNDcgOS4xMDggMTUuNzYyNUM5LjMwMjA1IDE1LjU4ODggOS40MjE3NCAxNS4zNDMgOS40MjMwMSAxNS4wNzk4QzkuNDIzMDEgMTUuMDc4NCA5LjQyMzAyIDE1LjA3NyA5LjQyMzAyIDE1LjA3NTZMOS40MjMwMSAxMy42MjYzQzkuNDIzMDEgMTMuNjEwOSA5LjQyMzYgMTMuNTk1NyA5LjQyNDc2IDEzLjU4MDZDOC4yNjI0OCAxMy4yOTcxIDcuMzk4MzggMTIuMjMwMSA3LjM5ODM4IDEwLjk1NzJWOS40MTgyM0M3LjM5ODM4IDkuMzAxMjUgNy40OTEzMSA5LjIwNjQyIDcuNjA1OTYgOS4yMDY0Mkg4LjMyNTg0VjcuNjkyMkM4LjMyNTg0IDcuNDgzMTIgOC40OTE5MyA3LjMxMzY0IDguNjk2ODMgNy4zMTM2NEM4LjkwMTcxIDcuMzEzNjQgOS4wNjc4MSA3LjQ4MzEyIDkuMDY3ODEgNy42OTIyVjkuMjA2NDJIMTEuMDE1NVY3LjY5MjJDMTEuMDE1NSA3LjQ4MzEyIDExLjE4MTYgNy4zMTM2NCAxMS4zODY1IDcuMzEzNjRDMTEuNTkxNCA3LjMxMzY0IDExLjc1NzUgNy40ODMxMiAxMS43NTc1IDcuNjkyMlY5LjIwNjQySDEyLjQ3NzNDMTIuNTkyIDkuMjA2NDIgMTIuNjg0OSA5LjMwMTI1IDEyLjY4NDkgOS40MTgyM1YxMC45NTcyQzEyLjY4NDkgMTIuMjcwNCAxMS43NjUzIDEzLjM2NDMgMTAuNTQ3NCAxMy42MDUxQzEwLjU0NzcgMTMuNjEyMSAxMC41NDc4IDEzLjYxOTIgMTAuNTQ3OCAxMy42MjYzTDEwLjU0NzggMTUuMDY5NEMxMC41NDc4IDE1LjMzNzcgMTAuNjcxMSAxNS41ODc5IDEwLjg3MSAxNS43NjIyQzExLjI3MTUgMTYuMTExNSAxMS44MTI5IDE2LjU4MzcgMTIuMTkxIDE2LjQ1MDJDMTIuNDUyNyAxNi4zNTc3IDEyLjcwODYgMTYuMjQ5IDEyLjk1NzMgMTYuMTI0NkMxMy4xNzU2IDE2LjAxNTUgMTMuMjg1MiAxNS43NjYxIDEzLjIzNzEgMTUuNTIyOUwxMy4wNjU5IDE0LjY1NjVDMTMuMDIxOCAxNC40MzM0IDEzLjExMjggMTQuMjA3MSAxMy4yODU2IDE0LjA2MzNDMTMuNTU4NyAxMy44MzYxIDEzLjgxMDcgMTMuNTc5MiAxNC4wMzY2IDEzLjI5NDhDMTQuMTc3IDEzLjExOCAxNC4zOTg1IDEzLjAyNDQgMTQuNjE3MiAxMy4wNjg1TDE1LjQ2NjYgMTMuMjQwMUMxNS43MDUyIDEzLjI4ODMgMTUuOTQ5MyAxMy4xNzU2IDE2LjA1NTQgMTIuOTUyMkMxNi4xMTUzIDEyLjgyNjEgMTYuMTcxOSAxMi42OTcyIDE2LjIyNSAxMi41NjU5QzE2LjI3ODEgMTIuNDM0NSAxNi4zMjY5IDEyLjMwMjQgMTYuMzcxNCAxMi4xNjk4QzE2LjQ1MDMgMTEuOTM1IDE2LjM1NSAxMS42Nzk1IDE2LjE1MjQgMTEuNTQyMUwxNS40MzEyIDExLjA1MzJDMTUuMjQ1NSAxMC45MjczIDE1LjE1MyAxMC43MDE1IDE1LjE3NTUgMTAuNDc1MkMxNS4yMTE2IDEwLjExMSAxNS4yMTAxIDkuNzQ3NDQgMTUuMTczMyA5LjM4OTg2QzE1LjE0OTkgOS4xNjM2MSAxNS4yNDE3IDguOTM3NTcgMTUuNDI2OSA4LjgxMUwxNi4xNDY3IDguMzE5MjdDMTYuMzQ4OCA4LjE4MTI2IDE2LjQ0MzIgNy45MjU1OCAxNi4zNjM3IDcuNjkxMTVDMTYuMjczMSA3LjQyNDExIDE2LjE2NjUgNy4xNjI5MiAxNi4wNDQ3IDYuOTA5MTVDMTUuOTM3NyA2LjY4NjM4IDE1LjY5MzMgNi41NzQ2MiAxNS40NTUgNi42MjM2NkwxNC42MDU5IDYuNzk4MzdDMTQuMzg3MyA2Ljg0MzM0IDE0LjE2NTUgNi43NTA0OCAxNC4wMjQ2IDYuNTc0MThDMTMuODAxOSA2LjI5NTU0IDEzLjU1MDEgNi4wMzgzMiAxMy4yNzE0IDUuODA3ODRDMTMuMDk4MiA1LjY2NDYgMTMuMDA2NCA1LjQzODU4IDEzLjA0OTcgNS4yMTU0TDEzLjIxNzkgNC4zNDg2OEMxMy4yNjUxIDQuMTA1MjEgMTMuMTU0NiAzLjg1NjE2IDEyLjkzNTcgMy43NDc4N0MxMi44MTIxIDMuNjg2NjkgMTIuNjg1OCAzLjYyODk1IDEyLjU1NzEgMy41NzQ4QzEyLjQyODMgMy41MjA2NSAxMi4yOTg5IDMuNDcwODYgMTIuMTY4OSAzLjQyNTM3QzExLjkzODggMy4zNDQ4NSAxMS42ODg0IDMuNDQyMTEgMTEuNTUzOCAzLjY0ODg0TDExLjA3NDYgNC4zODQ3NUMxMC45NTEzIDQuNTc0MjUgMTAuNzMgNC42Njg2MiAxMC41MDgyIDQuNjQ1NzNDMTAuMTUxMyA0LjYwODkgOS43OTUwMiA0LjYxMDM5IDkuNDQ0NTkgNC42NDc5OUM5LjIyMjg2IDQuNjcxNzcgOS4wMDEzNCA0LjU3ODE4IDguODc3MzEgNC4zODkxM0w4LjM5NTQxIDMuNjU0NjRaIiBmaWxsPSIjYTdhYWFkIiAvPjwvc3ZnPg==);-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2E3YWFhZCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iYWlvc2VvLWdlYXIiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS45ODU0MiAxOS45NzA4QzE1LjUwMDIgMTkuOTcwOCAxOS45NzA4IDE1LjUwMDIgMTkuOTcwOCA5Ljk4NTQyQzE5Ljk3MDggNC40NzA2MyAxNS41MDAyIDAgOS45ODU0MiAwQzQuNDcwNjMgMCAwIDQuNDcwNjMgMCA5Ljk4NTQyQzAgMTUuNTAwMiA0LjQ3MDYzIDE5Ljk3MDggOS45ODU0MiAxOS45NzA4Wk04LjM5NTQxIDMuNjU0NjRDOC4yNjAxNiAzLjQ0ODUgOC4wMDk2IDMuMzUyMTEgNy43Nzk4NSAzLjQzMzI3QzcuNTE4MTYgMy41MjU3MiA3LjI2MjE4IDMuNjM0NDUgNy4wMTM0OSAzLjc1ODhDNi43OTUxOSAzLjg2Nzk2IDYuNjg1NjYgNC4xMTczMSA2LjczMzcyIDQuMzYwNDlMNi45MDQ5MyA1LjIyNjk0QzYuOTQ5IDUuNDQ5OTYgNi44NTggNS42NzYzIDYuNjg1MjIgNS44MjAwOUM2LjQxMjE2IDYuMDQ3MzQgNi4xNjAwNyA2LjMwNDI2IDUuOTM0MjEgNi41ODg2NEM1Ljc5MzgzIDYuNzY1MzkgNS41NzIzMyA2Ljg1OTA3IDUuMzUzNjEgNi44MTQ4OUw0LjUwNDI0IDYuNjQzM0M0LjI2NTY0IDYuNTk1MSA0LjAyMTU3IDYuNzA3ODggMy45MTU0NCA2LjkzMTIxQzMuODU1NDkgNy4wNTczOCAzLjc5ODg5IDcuMTg2MiAzLjc0NTgzIDcuMzE3NThDMy42OTI3NiA3LjQ0ODk2IDMuNjQzOTcgNy41ODEwNSAzLjU5OTM4IDcuNzEzNjlDMy41MjA0OCA3Ljk0ODQ3IDMuNjE1NzkgOC4yMDM5OCAzLjgxODM5IDguMzQxMzNMNC41Mzk1OCA4LjgzMDI3QzQuNzI1MjkgOC45NTYxNyA0LjgxNzc4IDkuMTgxOSA0Ljc5NTM0IDkuNDA4MjZDNC43NTkyNSA5Ljc3MjQ0IDQuNzYwNzIgMTAuMTM2IDQuNzk3NTYgMTAuNDkzNkM0LjgyMDg3IDEwLjcxOTggNC43MjkxNSAxMC45NDU5IDQuNTQzODggMTEuMDcyNEwzLjgyNDA4IDExLjU2NDJDMy42MjIwNSAxMS43MDIyIDMuNTI3NTkgMTEuOTU3OSAzLjYwNzEzIDEyLjE5MjNDMy42OTc3NCAxMi40NTkzIDMuODA0MyAxMi43MjA1IDMuOTI2MTUgMTIuOTc0M0M0LjAzMzEzIDEzLjE5NzEgNC4yNzc0OSAxMy4zMDg4IDQuNTE1ODEgMTMuMjU5OEw1LjM2NDk1IDEzLjA4NTFDNS41ODM1IDEzLjA0MDEgNS44MDUzMyAxMy4xMzMgNS45NDYyMyAxMy4zMDkzQzYuMTY4OTMgMTMuNTg3OSA2LjQyMDcxIDEzLjg0NTEgNi42OTk0IDE0LjA3NTZDNi44NzI2MSAxNC4yMTg4IDYuOTY0NDIgMTQuNDQ0OCA2LjkyMTEyIDE0LjY2OEw2Ljc1Mjk2IDE1LjUzNDhDNi43MDU3MiAxNS43NzgyIDYuODE2MjUgMTYuMDI3MyA3LjAzNTExIDE2LjEzNTZDNy4xNTg3NiAxNi4xOTY3IDcuMjg1IDE2LjI1NDUgNy40MTM3NSAxNi4zMDg2QzcuNTQyNTEgMTYuMzYyOCA3LjY3MTk2IDE2LjQxMjYgNy44MDE5NSAxNi40NTgxQzguMTgyMjQgMTYuNTkxMiA4LjcxNDQ5IDE2LjExNDcgOS4xMDggMTUuNzYyNUM5LjMwMjA1IDE1LjU4ODggOS40MjE3NCAxNS4zNDMgOS40MjMwMSAxNS4wNzk4QzkuNDIzMDEgMTUuMDc4NCA5LjQyMzAyIDE1LjA3NyA5LjQyMzAyIDE1LjA3NTZMOS40MjMwMSAxMy42MjYzQzkuNDIzMDEgMTMuNjEwOSA5LjQyMzYgMTMuNTk1NyA5LjQyNDc2IDEzLjU4MDZDOC4yNjI0OCAxMy4yOTcxIDcuMzk4MzggMTIuMjMwMSA3LjM5ODM4IDEwLjk1NzJWOS40MTgyM0M3LjM5ODM4IDkuMzAxMjUgNy40OTEzMSA5LjIwNjQyIDcuNjA1OTYgOS4yMDY0Mkg4LjMyNTg0VjcuNjkyMkM4LjMyNTg0IDcuNDgzMTIgOC40OTE5MyA3LjMxMzY0IDguNjk2ODMgNy4zMTM2NEM4LjkwMTcxIDcuMzEzNjQgOS4wNjc4MSA3LjQ4MzEyIDkuMDY3ODEgNy42OTIyVjkuMjA2NDJIMTEuMDE1NVY3LjY5MjJDMTEuMDE1NSA3LjQ4MzEyIDExLjE4MTYgNy4zMTM2NCAxMS4zODY1IDcuMzEzNjRDMTEuNTkxNCA3LjMxMzY0IDExLjc1NzUgNy40ODMxMiAxMS43NTc1IDcuNjkyMlY5LjIwNjQySDEyLjQ3NzNDMTIuNTkyIDkuMjA2NDIgMTIuNjg0OSA5LjMwMTI1IDEyLjY4NDkgOS40MTgyM1YxMC45NTcyQzEyLjY4NDkgMTIuMjcwNCAxMS43NjUzIDEzLjM2NDMgMTAuNTQ3NCAxMy42MDUxQzEwLjU0NzcgMTMuNjEyMSAxMC41NDc4IDEzLjYxOTIgMTAuNTQ3OCAxMy42MjYzTDEwLjU0NzggMTUuMDY5NEMxMC41NDc4IDE1LjMzNzcgMTAuNjcxMSAxNS41ODc5IDEwLjg3MSAxNS43NjIyQzExLjI3MTUgMTYuMTExNSAxMS44MTI5IDE2LjU4MzcgMTIuMTkxIDE2LjQ1MDJDMTIuNDUyNyAxNi4zNTc3IDEyLjcwODYgMTYuMjQ5IDEyLjk1NzMgMTYuMTI0NkMxMy4xNzU2IDE2LjAxNTUgMTMuMjg1MiAxNS43NjYxIDEzLjIzNzEgMTUuNTIyOUwxMy4wNjU5IDE0LjY1NjVDMTMuMDIxOCAxNC40MzM0IDEzLjExMjggMTQuMjA3MSAxMy4yODU2IDE0LjA2MzNDMTMuNTU4NyAxMy44MzYxIDEzLjgxMDcgMTMuNTc5MiAxNC4wMzY2IDEzLjI5NDhDMTQuMTc3IDEzLjExOCAxNC4zOTg1IDEzLjAyNDQgMTQuNjE3MiAxMy4wNjg1TDE1LjQ2NjYgMTMuMjQwMUMxNS43MDUyIDEzLjI4ODMgMTUuOTQ5MyAxMy4xNzU2IDE2LjA1NTQgMTIuOTUyMkMxNi4xMTUzIDEyLjgyNjEgMTYuMTcxOSAxMi42OTcyIDE2LjIyNSAxMi41NjU5QzE2LjI3ODEgMTIuNDM0NSAxNi4zMjY5IDEyLjMwMjQgMTYuMzcxNCAxMi4xNjk4QzE2LjQ1MDMgMTEuOTM1IDE2LjM1NSAxMS42Nzk1IDE2LjE1MjQgMTEuNTQyMUwxNS40MzEyIDExLjA1MzJDMTUuMjQ1NSAxMC45MjczIDE1LjE1MyAxMC43MDE1IDE1LjE3NTUgMTAuNDc1MkMxNS4yMTE2IDEwLjExMSAxNS4yMTAxIDkuNzQ3NDQgMTUuMTczMyA5LjM4OTg2QzE1LjE0OTkgOS4xNjM2MSAxNS4yNDE3IDguOTM3NTcgMTUuNDI2OSA4LjgxMUwxNi4xNDY3IDguMzE5MjdDMTYuMzQ4OCA4LjE4MTI2IDE2LjQ0MzIgNy45MjU1OCAxNi4zNjM3IDcuNjkxMTVDMTYuMjczMSA3LjQyNDExIDE2LjE2NjUgNy4xNjI5MiAxNi4wNDQ3IDYuOTA5MTVDMTUuOTM3NyA2LjY4NjM4IDE1LjY5MzMgNi41NzQ2MiAxNS40NTUgNi42MjM2NkwxNC42MDU5IDYuNzk4MzdDMTQuMzg3MyA2Ljg0MzM0IDE0LjE2NTUgNi43NTA0OCAxNC4wMjQ2IDYuNTc0MThDMTMuODAxOSA2LjI5NTU0IDEzLjU1MDEgNi4wMzgzMiAxMy4yNzE0IDUuODA3ODRDMTMuMDk4MiA1LjY2NDYgMTMuMDA2NCA1LjQzODU4IDEzLjA0OTcgNS4yMTU0TDEzLjIxNzkgNC4zNDg2OEMxMy4yNjUxIDQuMTA1MjEgMTMuMTU0NiAzLjg1NjE2IDEyLjkzNTcgMy43NDc4N0MxMi44MTIxIDMuNjg2NjkgMTIuNjg1OCAzLjYyODk1IDEyLjU1NzEgMy41NzQ4QzEyLjQyODMgMy41MjA2NSAxMi4yOTg5IDMuNDcwODYgMTIuMTY4OSAzLjQyNTM3QzExLjkzODggMy4zNDQ4NSAxMS42ODg0IDMuNDQyMTEgMTEuNTUzOCAzLjY0ODg0TDExLjA3NDYgNC4zODQ3NUMxMC45NTEzIDQuNTc0MjUgMTAuNzMgNC42Njg2MiAxMC41MDgyIDQuNjQ1NzNDMTAuMTUxMyA0LjYwODkgOS43OTUwMiA0LjYxMDM5IDkuNDQ0NTkgNC42NDc5OUM5LjIyMjg2IDQuNjcxNzcgOS4wMDEzNCA0LjU3ODE4IDguODc3MzEgNC4zODkxM0w4LjM5NTQxIDMuNjU0NjRaIiBmaWxsPSIjYTdhYWFkIiAvPjwvc3ZnPg==);mask-size:100% 100%;-webkit-mask-size:100% 100%;margin:0 auto;content:".";color:transparent;background-color:#6d7882;height:16px;width:16px}.aioseo-element-menu-icon{display:inline-flex}.aioseo-element-menu-icon:before{mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2E3YWFhZCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iYWlvc2VvLWdlYXIiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS45ODU0MiAxOS45NzA4QzE1LjUwMDIgMTkuOTcwOCAxOS45NzA4IDE1LjUwMDIgMTkuOTcwOCA5Ljk4NTQyQzE5Ljk3MDggNC40NzA2MyAxNS41MDAyIDAgOS45ODU0MiAwQzQuNDcwNjMgMCAwIDQuNDcwNjMgMCA5Ljk4NTQyQzAgMTUuNTAwMiA0LjQ3MDYzIDE5Ljk3MDggOS45ODU0MiAxOS45NzA4Wk04LjM5NTQxIDMuNjU0NjRDOC4yNjAxNiAzLjQ0ODUgOC4wMDk2IDMuMzUyMTEgNy43Nzk4NSAzLjQzMzI3QzcuNTE4MTYgMy41MjU3MiA3LjI2MjE4IDMuNjM0NDUgNy4wMTM0OSAzLjc1ODhDNi43OTUxOSAzLjg2Nzk2IDYuNjg1NjYgNC4xMTczMSA2LjczMzcyIDQuMzYwNDlMNi45MDQ5MyA1LjIyNjk0QzYuOTQ5IDUuNDQ5OTYgNi44NTggNS42NzYzIDYuNjg1MjIgNS44MjAwOUM2LjQxMjE2IDYuMDQ3MzQgNi4xNjAwNyA2LjMwNDI2IDUuOTM0MjEgNi41ODg2NEM1Ljc5MzgzIDYuNzY1MzkgNS41NzIzMyA2Ljg1OTA3IDUuMzUzNjEgNi44MTQ4OUw0LjUwNDI0IDYuNjQzM0M0LjI2NTY0IDYuNTk1MSA0LjAyMTU3IDYuNzA3ODggMy45MTU0NCA2LjkzMTIxQzMuODU1NDkgNy4wNTczOCAzLjc5ODg5IDcuMTg2MiAzLjc0NTgzIDcuMzE3NThDMy42OTI3NiA3LjQ0ODk2IDMuNjQzOTcgNy41ODEwNSAzLjU5OTM4IDcuNzEzNjlDMy41MjA0OCA3Ljk0ODQ3IDMuNjE1NzkgOC4yMDM5OCAzLjgxODM5IDguMzQxMzNMNC41Mzk1OCA4LjgzMDI3QzQuNzI1MjkgOC45NTYxNyA0LjgxNzc4IDkuMTgxOSA0Ljc5NTM0IDkuNDA4MjZDNC43NTkyNSA5Ljc3MjQ0IDQuNzYwNzIgMTAuMTM2IDQuNzk3NTYgMTAuNDkzNkM0LjgyMDg3IDEwLjcxOTggNC43MjkxNSAxMC45NDU5IDQuNTQzODggMTEuMDcyNEwzLjgyNDA4IDExLjU2NDJDMy42MjIwNSAxMS43MDIyIDMuNTI3NTkgMTEuOTU3OSAzLjYwNzEzIDEyLjE5MjNDMy42OTc3NCAxMi40NTkzIDMuODA0MyAxMi43MjA1IDMuOTI2MTUgMTIuOTc0M0M0LjAzMzEzIDEzLjE5NzEgNC4yNzc0OSAxMy4zMDg4IDQuNTE1ODEgMTMuMjU5OEw1LjM2NDk1IDEzLjA4NTFDNS41ODM1IDEzLjA0MDEgNS44MDUzMyAxMy4xMzMgNS45NDYyMyAxMy4zMDkzQzYuMTY4OTMgMTMuNTg3OSA2LjQyMDcxIDEzLjg0NTEgNi42OTk0IDE0LjA3NTZDNi44NzI2MSAxNC4yMTg4IDYuOTY0NDIgMTQuNDQ0OCA2LjkyMTEyIDE0LjY2OEw2Ljc1Mjk2IDE1LjUzNDhDNi43MDU3MiAxNS43NzgyIDYuODE2MjUgMTYuMDI3MyA3LjAzNTExIDE2LjEzNTZDNy4xNTg3NiAxNi4xOTY3IDcuMjg1IDE2LjI1NDUgNy40MTM3NSAxNi4zMDg2QzcuNTQyNTEgMTYuMzYyOCA3LjY3MTk2IDE2LjQxMjYgNy44MDE5NSAxNi40NTgxQzguMTgyMjQgMTYuNTkxMiA4LjcxNDQ5IDE2LjExNDcgOS4xMDggMTUuNzYyNUM5LjMwMjA1IDE1LjU4ODggOS40MjE3NCAxNS4zNDMgOS40MjMwMSAxNS4wNzk4QzkuNDIzMDEgMTUuMDc4NCA5LjQyMzAyIDE1LjA3NyA5LjQyMzAyIDE1LjA3NTZMOS40MjMwMSAxMy42MjYzQzkuNDIzMDEgMTMuNjEwOSA5LjQyMzYgMTMuNTk1NyA5LjQyNDc2IDEzLjU4MDZDOC4yNjI0OCAxMy4yOTcxIDcuMzk4MzggMTIuMjMwMSA3LjM5ODM4IDEwLjk1NzJWOS40MTgyM0M3LjM5ODM4IDkuMzAxMjUgNy40OTEzMSA5LjIwNjQyIDcuNjA1OTYgOS4yMDY0Mkg4LjMyNTg0VjcuNjkyMkM4LjMyNTg0IDcuNDgzMTIgOC40OTE5MyA3LjMxMzY0IDguNjk2ODMgNy4zMTM2NEM4LjkwMTcxIDcuMzEzNjQgOS4wNjc4MSA3LjQ4MzEyIDkuMDY3ODEgNy42OTIyVjkuMjA2NDJIMTEuMDE1NVY3LjY5MjJDMTEuMDE1NSA3LjQ4MzEyIDExLjE4MTYgNy4zMTM2NCAxMS4zODY1IDcuMzEzNjRDMTEuNTkxNCA3LjMxMzY0IDExLjc1NzUgNy40ODMxMiAxMS43NTc1IDcuNjkyMlY5LjIwNjQySDEyLjQ3NzNDMTIuNTkyIDkuMjA2NDIgMTIuNjg0OSA5LjMwMTI1IDEyLjY4NDkgOS40MTgyM1YxMC45NTcyQzEyLjY4NDkgMTIuMjcwNCAxMS43NjUzIDEzLjM2NDMgMTAuNTQ3NCAxMy42MDUxQzEwLjU0NzcgMTMuNjEyMSAxMC41NDc4IDEzLjYxOTIgMTAuNTQ3OCAxMy42MjYzTDEwLjU0NzggMTUuMDY5NEMxMC41NDc4IDE1LjMzNzcgMTAuNjcxMSAxNS41ODc5IDEwLjg3MSAxNS43NjIyQzExLjI3MTUgMTYuMTExNSAxMS44MTI5IDE2LjU4MzcgMTIuMTkxIDE2LjQ1MDJDMTIuNDUyNyAxNi4zNTc3IDEyLjcwODYgMTYuMjQ5IDEyLjk1NzMgMTYuMTI0NkMxMy4xNzU2IDE2LjAxNTUgMTMuMjg1MiAxNS43NjYxIDEzLjIzNzEgMTUuNTIyOUwxMy4wNjU5IDE0LjY1NjVDMTMuMDIxOCAxNC40MzM0IDEzLjExMjggMTQuMjA3MSAxMy4yODU2IDE0LjA2MzNDMTMuNTU4NyAxMy44MzYxIDEzLjgxMDcgMTMuNTc5MiAxNC4wMzY2IDEzLjI5NDhDMTQuMTc3IDEzLjExOCAxNC4zOTg1IDEzLjAyNDQgMTQuNjE3MiAxMy4wNjg1TDE1LjQ2NjYgMTMuMjQwMUMxNS43MDUyIDEzLjI4ODMgMTUuOTQ5MyAxMy4xNzU2IDE2LjA1NTQgMTIuOTUyMkMxNi4xMTUzIDEyLjgyNjEgMTYuMTcxOSAxMi42OTcyIDE2LjIyNSAxMi41NjU5QzE2LjI3ODEgMTIuNDM0NSAxNi4zMjY5IDEyLjMwMjQgMTYuMzcxNCAxMi4xNjk4QzE2LjQ1MDMgMTEuOTM1IDE2LjM1NSAxMS42Nzk1IDE2LjE1MjQgMTEuNTQyMUwxNS40MzEyIDExLjA1MzJDMTUuMjQ1NSAxMC45MjczIDE1LjE1MyAxMC43MDE1IDE1LjE3NTUgMTAuNDc1MkMxNS4yMTE2IDEwLjExMSAxNS4yMTAxIDkuNzQ3NDQgMTUuMTczMyA5LjM4OTg2QzE1LjE0OTkgOS4xNjM2MSAxNS4yNDE3IDguOTM3NTcgMTUuNDI2OSA4LjgxMUwxNi4xNDY3IDguMzE5MjdDMTYuMzQ4OCA4LjE4MTI2IDE2LjQ0MzIgNy45MjU1OCAxNi4zNjM3IDcuNjkxMTVDMTYuMjczMSA3LjQyNDExIDE2LjE2NjUgNy4xNjI5MiAxNi4wNDQ3IDYuOTA5MTVDMTUuOTM3NyA2LjY4NjM4IDE1LjY5MzMgNi41NzQ2MiAxNS40NTUgNi42MjM2NkwxNC42MDU5IDYuNzk4MzdDMTQuMzg3MyA2Ljg0MzM0IDE0LjE2NTUgNi43NTA0OCAxNC4wMjQ2IDYuNTc0MThDMTMuODAxOSA2LjI5NTU0IDEzLjU1MDEgNi4wMzgzMiAxMy4yNzE0IDUuODA3ODRDMTMuMDk4MiA1LjY2NDYgMTMuMDA2NCA1LjQzODU4IDEzLjA0OTcgNS4yMTU0TDEzLjIxNzkgNC4zNDg2OEMxMy4yNjUxIDQuMTA1MjEgMTMuMTU0NiAzLjg1NjE2IDEyLjkzNTcgMy43NDc4N0MxMi44MTIxIDMuNjg2NjkgMTIuNjg1OCAzLjYyODk1IDEyLjU1NzEgMy41NzQ4QzEyLjQyODMgMy41MjA2NSAxMi4yOTg5IDMuNDcwODYgMTIuMTY4OSAzLjQyNTM3QzExLjkzODggMy4zNDQ4NSAxMS42ODg0IDMuNDQyMTEgMTEuNTUzOCAzLjY0ODg0TDExLjA3NDYgNC4zODQ3NUMxMC45NTEzIDQuNTc0MjUgMTAuNzMgNC42Njg2MiAxMC41MDgyIDQuNjQ1NzNDMTAuMTUxMyA0LjYwODkgOS43OTUwMiA0LjYxMDM5IDkuNDQ0NTkgNC42NDc5OUM5LjIyMjg2IDQuNjcxNzcgOS4wMDEzNCA0LjU3ODE4IDguODc3MzEgNC4zODkxM0w4LjM5NTQxIDMuNjU0NjRaIiBmaWxsPSIjYTdhYWFkIiAvPjwvc3ZnPg==);-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2E3YWFhZCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iYWlvc2VvLWdlYXIiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS45ODU0MiAxOS45NzA4QzE1LjUwMDIgMTkuOTcwOCAxOS45NzA4IDE1LjUwMDIgMTkuOTcwOCA5Ljk4NTQyQzE5Ljk3MDggNC40NzA2MyAxNS41MDAyIDAgOS45ODU0MiAwQzQuNDcwNjMgMCAwIDQuNDcwNjMgMCA5Ljk4NTQyQzAgMTUuNTAwMiA0LjQ3MDYzIDE5Ljk3MDggOS45ODU0MiAxOS45NzA4Wk04LjM5NTQxIDMuNjU0NjRDOC4yNjAxNiAzLjQ0ODUgOC4wMDk2IDMuMzUyMTEgNy43Nzk4NSAzLjQzMzI3QzcuNTE4MTYgMy41MjU3MiA3LjI2MjE4IDMuNjM0NDUgNy4wMTM0OSAzLjc1ODhDNi43OTUxOSAzLjg2Nzk2IDYuNjg1NjYgNC4xMTczMSA2LjczMzcyIDQuMzYwNDlMNi45MDQ5MyA1LjIyNjk0QzYuOTQ5IDUuNDQ5OTYgNi44NTggNS42NzYzIDYuNjg1MjIgNS44MjAwOUM2LjQxMjE2IDYuMDQ3MzQgNi4xNjAwNyA2LjMwNDI2IDUuOTM0MjEgNi41ODg2NEM1Ljc5MzgzIDYuNzY1MzkgNS41NzIzMyA2Ljg1OTA3IDUuMzUzNjEgNi44MTQ4OUw0LjUwNDI0IDYuNjQzM0M0LjI2NTY0IDYuNTk1MSA0LjAyMTU3IDYuNzA3ODggMy45MTU0NCA2LjkzMTIxQzMuODU1NDkgNy4wNTczOCAzLjc5ODg5IDcuMTg2MiAzLjc0NTgzIDcuMzE3NThDMy42OTI3NiA3LjQ0ODk2IDMuNjQzOTcgNy41ODEwNSAzLjU5OTM4IDcuNzEzNjlDMy41MjA0OCA3Ljk0ODQ3IDMuNjE1NzkgOC4yMDM5OCAzLjgxODM5IDguMzQxMzNMNC41Mzk1OCA4LjgzMDI3QzQuNzI1MjkgOC45NTYxNyA0LjgxNzc4IDkuMTgxOSA0Ljc5NTM0IDkuNDA4MjZDNC43NTkyNSA5Ljc3MjQ0IDQuNzYwNzIgMTAuMTM2IDQuNzk3NTYgMTAuNDkzNkM0LjgyMDg3IDEwLjcxOTggNC43MjkxNSAxMC45NDU5IDQuNTQzODggMTEuMDcyNEwzLjgyNDA4IDExLjU2NDJDMy42MjIwNSAxMS43MDIyIDMuNTI3NTkgMTEuOTU3OSAzLjYwNzEzIDEyLjE5MjNDMy42OTc3NCAxMi40NTkzIDMuODA0MyAxMi43MjA1IDMuOTI2MTUgMTIuOTc0M0M0LjAzMzEzIDEzLjE5NzEgNC4yNzc0OSAxMy4zMDg4IDQuNTE1ODEgMTMuMjU5OEw1LjM2NDk1IDEzLjA4NTFDNS41ODM1IDEzLjA0MDEgNS44MDUzMyAxMy4xMzMgNS45NDYyMyAxMy4zMDkzQzYuMTY4OTMgMTMuNTg3OSA2LjQyMDcxIDEzLjg0NTEgNi42OTk0IDE0LjA3NTZDNi44NzI2MSAxNC4yMTg4IDYuOTY0NDIgMTQuNDQ0OCA2LjkyMTEyIDE0LjY2OEw2Ljc1Mjk2IDE1LjUzNDhDNi43MDU3MiAxNS43NzgyIDYuODE2MjUgMTYuMDI3MyA3LjAzNTExIDE2LjEzNTZDNy4xNTg3NiAxNi4xOTY3IDcuMjg1IDE2LjI1NDUgNy40MTM3NSAxNi4zMDg2QzcuNTQyNTEgMTYuMzYyOCA3LjY3MTk2IDE2LjQxMjYgNy44MDE5NSAxNi40NTgxQzguMTgyMjQgMTYuNTkxMiA4LjcxNDQ5IDE2LjExNDcgOS4xMDggMTUuNzYyNUM5LjMwMjA1IDE1LjU4ODggOS40MjE3NCAxNS4zNDMgOS40MjMwMSAxNS4wNzk4QzkuNDIzMDEgMTUuMDc4NCA5LjQyMzAyIDE1LjA3NyA5LjQyMzAyIDE1LjA3NTZMOS40MjMwMSAxMy42MjYzQzkuNDIzMDEgMTMuNjEwOSA5LjQyMzYgMTMuNTk1NyA5LjQyNDc2IDEzLjU4MDZDOC4yNjI0OCAxMy4yOTcxIDcuMzk4MzggMTIuMjMwMSA3LjM5ODM4IDEwLjk1NzJWOS40MTgyM0M3LjM5ODM4IDkuMzAxMjUgNy40OTEzMSA5LjIwNjQyIDcuNjA1OTYgOS4yMDY0Mkg4LjMyNTg0VjcuNjkyMkM4LjMyNTg0IDcuNDgzMTIgOC40OTE5MyA3LjMxMzY0IDguNjk2ODMgNy4zMTM2NEM4LjkwMTcxIDcuMzEzNjQgOS4wNjc4MSA3LjQ4MzEyIDkuMDY3ODEgNy42OTIyVjkuMjA2NDJIMTEuMDE1NVY3LjY5MjJDMTEuMDE1NSA3LjQ4MzEyIDExLjE4MTYgNy4zMTM2NCAxMS4zODY1IDcuMzEzNjRDMTEuNTkxNCA3LjMxMzY0IDExLjc1NzUgNy40ODMxMiAxMS43NTc1IDcuNjkyMlY5LjIwNjQySDEyLjQ3NzNDMTIuNTkyIDkuMjA2NDIgMTIuNjg0OSA5LjMwMTI1IDEyLjY4NDkgOS40MTgyM1YxMC45NTcyQzEyLjY4NDkgMTIuMjcwNCAxMS43NjUzIDEzLjM2NDMgMTAuNTQ3NCAxMy42MDUxQzEwLjU0NzcgMTMuNjEyMSAxMC41NDc4IDEzLjYxOTIgMTAuNTQ3OCAxMy42MjYzTDEwLjU0NzggMTUuMDY5NEMxMC41NDc4IDE1LjMzNzcgMTAuNjcxMSAxNS41ODc5IDEwLjg3MSAxNS43NjIyQzExLjI3MTUgMTYuMTExNSAxMS44MTI5IDE2LjU4MzcgMTIuMTkxIDE2LjQ1MDJDMTIuNDUyNyAxNi4zNTc3IDEyLjcwODYgMTYuMjQ5IDEyLjk1NzMgMTYuMTI0NkMxMy4xNzU2IDE2LjAxNTUgMTMuMjg1MiAxNS43NjYxIDEzLjIzNzEgMTUuNTIyOUwxMy4wNjU5IDE0LjY1NjVDMTMuMDIxOCAxNC40MzM0IDEzLjExMjggMTQuMjA3MSAxMy4yODU2IDE0LjA2MzNDMTMuNTU4NyAxMy44MzYxIDEzLjgxMDcgMTMuNTc5MiAxNC4wMzY2IDEzLjI5NDhDMTQuMTc3IDEzLjExOCAxNC4zOTg1IDEzLjAyNDQgMTQuNjE3MiAxMy4wNjg1TDE1LjQ2NjYgMTMuMjQwMUMxNS43MDUyIDEzLjI4ODMgMTUuOTQ5MyAxMy4xNzU2IDE2LjA1NTQgMTIuOTUyMkMxNi4xMTUzIDEyLjgyNjEgMTYuMTcxOSAxMi42OTcyIDE2LjIyNSAxMi41NjU5QzE2LjI3ODEgMTIuNDM0NSAxNi4zMjY5IDEyLjMwMjQgMTYuMzcxNCAxMi4xNjk4QzE2LjQ1MDMgMTEuOTM1IDE2LjM1NSAxMS42Nzk1IDE2LjE1MjQgMTEuNTQyMUwxNS40MzEyIDExLjA1MzJDMTUuMjQ1NSAxMC45MjczIDE1LjE1MyAxMC43MDE1IDE1LjE3NTUgMTAuNDc1MkMxNS4yMTE2IDEwLjExMSAxNS4yMTAxIDkuNzQ3NDQgMTUuMTczMyA5LjM4OTg2QzE1LjE0OTkgOS4xNjM2MSAxNS4yNDE3IDguOTM3NTcgMTUuNDI2OSA4LjgxMUwxNi4xNDY3IDguMzE5MjdDMTYuMzQ4OCA4LjE4MTI2IDE2LjQ0MzIgNy45MjU1OCAxNi4zNjM3IDcuNjkxMTVDMTYuMjczMSA3LjQyNDExIDE2LjE2NjUgNy4xNjI5MiAxNi4wNDQ3IDYuOTA5MTVDMTUuOTM3NyA2LjY4NjM4IDE1LjY5MzMgNi41NzQ2MiAxNS40NTUgNi42MjM2NkwxNC42MDU5IDYuNzk4MzdDMTQuMzg3MyA2Ljg0MzM0IDE0LjE2NTUgNi43NTA0OCAxNC4wMjQ2IDYuNTc0MThDMTMuODAxOSA2LjI5NTU0IDEzLjU1MDEgNi4wMzgzMiAxMy4yNzE0IDUuODA3ODRDMTMuMDk4MiA1LjY2NDYgMTMuMDA2NCA1LjQzODU4IDEzLjA0OTcgNS4yMTU0TDEzLjIxNzkgNC4zNDg2OEMxMy4yNjUxIDQuMTA1MjEgMTMuMTU0NiAzLjg1NjE2IDEyLjkzNTcgMy43NDc4N0MxMi44MTIxIDMuNjg2NjkgMTIuNjg1OCAzLjYyODk1IDEyLjU1NzEgMy41NzQ4QzEyLjQyODMgMy41MjA2NSAxMi4yOTg5IDMuNDcwODYgMTIuMTY4OSAzLjQyNTM3QzExLjkzODggMy4zNDQ4NSAxMS42ODg0IDMuNDQyMTEgMTEuNTUzOCAzLjY0ODg0TDExLjA3NDYgNC4zODQ3NUMxMC45NTEzIDQuNTc0MjUgMTAuNzMgNC42Njg2MiAxMC41MDgyIDQuNjQ1NzNDMTAuMTUxMyA0LjYwODkgOS43OTUwMiA0LjYxMDM5IDkuNDQ0NTkgNC42NDc5OUM5LjIyMjg2IDQuNjcxNzcgOS4wMDEzNCA0LjU3ODE4IDguODc3MzEgNC4zODkxM0w4LjM5NTQxIDMuNjU0NjRaIiBmaWxsPSIjYTdhYWFkIiAvPjwvc3ZnPg==);mask-size:100% 100%;-webkit-mask-size:100% 100%;margin:0 auto;content:".";color:transparent;background-color:#6d7882;height:20px;width:20px}.aioseo-elementor-dark .aioseo-elementor-panel{color:#555d66}.aioseo-elementor-dark .aioseo-elementor-panel input{color:#555d66;background-color:#fff}.aioseo-elementor-dark .elementor-tab-control-aioseo a:before{background-color:#fff}.aioseo-elementor-dark .aioseo-element-menu-icon:before{background-color:#fff}.aioseo-elementor-dark .modal-container{color:#555d66}.elementor-editor-active .aioseo-app input,.elementor-editor-active .aioseo-app textarea{color:#141b38!important}.elementor-editor-active .aioseo-app input::placeholder,.elementor-editor-active .aioseo-app textarea::placeholder{color:#8c8f9a!important}.elementor-editor-active .aioseo-app input:disabled,.elementor-editor-active .aioseo-app textarea:disabled{color:#8c8f9a!important}#aioseo-settings{position:absolute;width:36px;height:36px;background-color:#fff;z-index:10;pointer-events:auto;cursor:pointer;visibility:hidden;border-radius:50%}#aioseo-settings:before{mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2E3YWFhZCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iYWlvc2VvLWdlYXIiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS45ODU0MiAxOS45NzA4QzE1LjUwMDIgMTkuOTcwOCAxOS45NzA4IDE1LjUwMDIgMTkuOTcwOCA5Ljk4NTQyQzE5Ljk3MDggNC40NzA2MyAxNS41MDAyIDAgOS45ODU0MiAwQzQuNDcwNjMgMCAwIDQuNDcwNjMgMCA5Ljk4NTQyQzAgMTUuNTAwMiA0LjQ3MDYzIDE5Ljk3MDggOS45ODU0MiAxOS45NzA4Wk04LjM5NTQxIDMuNjU0NjRDOC4yNjAxNiAzLjQ0ODUgOC4wMDk2IDMuMzUyMTEgNy43Nzk4NSAzLjQzMzI3QzcuNTE4MTYgMy41MjU3MiA3LjI2MjE4IDMuNjM0NDUgNy4wMTM0OSAzLjc1ODhDNi43OTUxOSAzLjg2Nzk2IDYuNjg1NjYgNC4xMTczMSA2LjczMzcyIDQuMzYwNDlMNi45MDQ5MyA1LjIyNjk0QzYuOTQ5IDUuNDQ5OTYgNi44NTggNS42NzYzIDYuNjg1MjIgNS44MjAwOUM2LjQxMjE2IDYuMDQ3MzQgNi4xNjAwNyA2LjMwNDI2IDUuOTM0MjEgNi41ODg2NEM1Ljc5MzgzIDYuNzY1MzkgNS41NzIzMyA2Ljg1OTA3IDUuMzUzNjEgNi44MTQ4OUw0LjUwNDI0IDYuNjQzM0M0LjI2NTY0IDYuNTk1MSA0LjAyMTU3IDYuNzA3ODggMy45MTU0NCA2LjkzMTIxQzMuODU1NDkgNy4wNTczOCAzLjc5ODg5IDcuMTg2MiAzLjc0NTgzIDcuMzE3NThDMy42OTI3NiA3LjQ0ODk2IDMuNjQzOTcgNy41ODEwNSAzLjU5OTM4IDcuNzEzNjlDMy41MjA0OCA3Ljk0ODQ3IDMuNjE1NzkgOC4yMDM5OCAzLjgxODM5IDguMzQxMzNMNC41Mzk1OCA4LjgzMDI3QzQuNzI1MjkgOC45NTYxNyA0LjgxNzc4IDkuMTgxOSA0Ljc5NTM0IDkuNDA4MjZDNC43NTkyNSA5Ljc3MjQ0IDQuNzYwNzIgMTAuMTM2IDQuNzk3NTYgMTAuNDkzNkM0LjgyMDg3IDEwLjcxOTggNC43MjkxNSAxMC45NDU5IDQuNTQzODggMTEuMDcyNEwzLjgyNDA4IDExLjU2NDJDMy42MjIwNSAxMS43MDIyIDMuNTI3NTkgMTEuOTU3OSAzLjYwNzEzIDEyLjE5MjNDMy42OTc3NCAxMi40NTkzIDMuODA0MyAxMi43MjA1IDMuOTI2MTUgMTIuOTc0M0M0LjAzMzEzIDEzLjE5NzEgNC4yNzc0OSAxMy4zMDg4IDQuNTE1ODEgMTMuMjU5OEw1LjM2NDk1IDEzLjA4NTFDNS41ODM1IDEzLjA0MDEgNS44MDUzMyAxMy4xMzMgNS45NDYyMyAxMy4zMDkzQzYuMTY4OTMgMTMuNTg3OSA2LjQyMDcxIDEzLjg0NTEgNi42OTk0IDE0LjA3NTZDNi44NzI2MSAxNC4yMTg4IDYuOTY0NDIgMTQuNDQ0OCA2LjkyMTEyIDE0LjY2OEw2Ljc1Mjk2IDE1LjUzNDhDNi43MDU3MiAxNS43NzgyIDYuODE2MjUgMTYuMDI3MyA3LjAzNTExIDE2LjEzNTZDNy4xNTg3NiAxNi4xOTY3IDcuMjg1IDE2LjI1NDUgNy40MTM3NSAxNi4zMDg2QzcuNTQyNTEgMTYuMzYyOCA3LjY3MTk2IDE2LjQxMjYgNy44MDE5NSAxNi40NTgxQzguMTgyMjQgMTYuNTkxMiA4LjcxNDQ5IDE2LjExNDcgOS4xMDggMTUuNzYyNUM5LjMwMjA1IDE1LjU4ODggOS40MjE3NCAxNS4zNDMgOS40MjMwMSAxNS4wNzk4QzkuNDIzMDEgMTUuMDc4NCA5LjQyMzAyIDE1LjA3NyA5LjQyMzAyIDE1LjA3NTZMOS40MjMwMSAxMy42MjYzQzkuNDIzMDEgMTMuNjEwOSA5LjQyMzYgMTMuNTk1NyA5LjQyNDc2IDEzLjU4MDZDOC4yNjI0OCAxMy4yOTcxIDcuMzk4MzggMTIuMjMwMSA3LjM5ODM4IDEwLjk1NzJWOS40MTgyM0M3LjM5ODM4IDkuMzAxMjUgNy40OTEzMSA5LjIwNjQyIDcuNjA1OTYgOS4yMDY0Mkg4LjMyNTg0VjcuNjkyMkM4LjMyNTg0IDcuNDgzMTIgOC40OTE5MyA3LjMxMzY0IDguNjk2ODMgNy4zMTM2NEM4LjkwMTcxIDcuMzEzNjQgOS4wNjc4MSA3LjQ4MzEyIDkuMDY3ODEgNy42OTIyVjkuMjA2NDJIMTEuMDE1NVY3LjY5MjJDMTEuMDE1NSA3LjQ4MzEyIDExLjE4MTYgNy4zMTM2NCAxMS4zODY1IDcuMzEzNjRDMTEuNTkxNCA3LjMxMzY0IDExLjc1NzUgNy40ODMxMiAxMS43NTc1IDcuNjkyMlY5LjIwNjQySDEyLjQ3NzNDMTIuNTkyIDkuMjA2NDIgMTIuNjg0OSA5LjMwMTI1IDEyLjY4NDkgOS40MTgyM1YxMC45NTcyQzEyLjY4NDkgMTIuMjcwNCAxMS43NjUzIDEzLjM2NDMgMTAuNTQ3NCAxMy42MDUxQzEwLjU0NzcgMTMuNjEyMSAxMC41NDc4IDEzLjYxOTIgMTAuNTQ3OCAxMy42MjYzTDEwLjU0NzggMTUuMDY5NEMxMC41NDc4IDE1LjMzNzcgMTAuNjcxMSAxNS41ODc5IDEwLjg3MSAxNS43NjIyQzExLjI3MTUgMTYuMTExNSAxMS44MTI5IDE2LjU4MzcgMTIuMTkxIDE2LjQ1MDJDMTIuNDUyNyAxNi4zNTc3IDEyLjcwODYgMTYuMjQ5IDEyLjk1NzMgMTYuMTI0NkMxMy4xNzU2IDE2LjAxNTUgMTMuMjg1MiAxNS43NjYxIDEzLjIzNzEgMTUuNTIyOUwxMy4wNjU5IDE0LjY1NjVDMTMuMDIxOCAxNC40MzM0IDEzLjExMjggMTQuMjA3MSAxMy4yODU2IDE0LjA2MzNDMTMuNTU4NyAxMy44MzYxIDEzLjgxMDcgMTMuNTc5MiAxNC4wMzY2IDEzLjI5NDhDMTQuMTc3IDEzLjExOCAxNC4zOTg1IDEzLjAyNDQgMTQuNjE3MiAxMy4wNjg1TDE1LjQ2NjYgMTMuMjQwMUMxNS43MDUyIDEzLjI4ODMgMTUuOTQ5MyAxMy4xNzU2IDE2LjA1NTQgMTIuOTUyMkMxNi4xMTUzIDEyLjgyNjEgMTYuMTcxOSAxMi42OTcyIDE2LjIyNSAxMi41NjU5QzE2LjI3ODEgMTIuNDM0NSAxNi4zMjY5IDEyLjMwMjQgMTYuMzcxNCAxMi4xNjk4QzE2LjQ1MDMgMTEuOTM1IDE2LjM1NSAxMS42Nzk1IDE2LjE1MjQgMTEuNTQyMUwxNS40MzEyIDExLjA1MzJDMTUuMjQ1NSAxMC45MjczIDE1LjE1MyAxMC43MDE1IDE1LjE3NTUgMTAuNDc1MkMxNS4yMTE2IDEwLjExMSAxNS4yMTAxIDkuNzQ3NDQgMTUuMTczMyA5LjM4OTg2QzE1LjE0OTkgOS4xNjM2MSAxNS4yNDE3IDguOTM3NTcgMTUuNDI2OSA4LjgxMUwxNi4xNDY3IDguMzE5MjdDMTYuMzQ4OCA4LjE4MTI2IDE2LjQ0MzIgNy45MjU1OCAxNi4zNjM3IDcuNjkxMTVDMTYuMjczMSA3LjQyNDExIDE2LjE2NjUgNy4xNjI5MiAxNi4wNDQ3IDYuOTA5MTVDMTUuOTM3NyA2LjY4NjM4IDE1LjY5MzMgNi41NzQ2MiAxNS40NTUgNi42MjM2NkwxNC42MDU5IDYuNzk4MzdDMTQuMzg3MyA2Ljg0MzM0IDE0LjE2NTUgNi43NTA0OCAxNC4wMjQ2IDYuNTc0MThDMTMuODAxOSA2LjI5NTU0IDEzLjU1MDEgNi4wMzgzMiAxMy4yNzE0IDUuODA3ODRDMTMuMDk4MiA1LjY2NDYgMTMuMDA2NCA1LjQzODU4IDEzLjA0OTcgNS4yMTU0TDEzLjIxNzkgNC4zNDg2OEMxMy4yNjUxIDQuMTA1MjEgMTMuMTU0NiAzLjg1NjE2IDEyLjkzNTcgMy43NDc4N0MxMi44MTIxIDMuNjg2NjkgMTIuNjg1OCAzLjYyODk1IDEyLjU1NzEgMy41NzQ4QzEyLjQyODMgMy41MjA2NSAxMi4yOTg5IDMuNDcwODYgMTIuMTY4OSAzLjQyNTM3QzExLjkzODggMy4zNDQ4NSAxMS42ODg0IDMuNDQyMTEgMTEuNTUzOCAzLjY0ODg0TDExLjA3NDYgNC4zODQ3NUMxMC45NTEzIDQuNTc0MjUgMTAuNzMgNC42Njg2MiAxMC41MDgyIDQuNjQ1NzNDMTAuMTUxMyA0LjYwODkgOS43OTUwMiA0LjYxMDM5IDkuNDQ0NTkgNC42NDc5OUM5LjIyMjg2IDQuNjcxNzcgOS4wMDEzNCA0LjU3ODE4IDguODc3MzEgNC4zODkxM0w4LjM5NTQxIDMuNjU0NjRaIiBmaWxsPSIjYTdhYWFkIiAvPjwvc3ZnPg==);-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2E3YWFhZCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iYWlvc2VvLWdlYXIiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS45ODU0MiAxOS45NzA4QzE1LjUwMDIgMTkuOTcwOCAxOS45NzA4IDE1LjUwMDIgMTkuOTcwOCA5Ljk4NTQyQzE5Ljk3MDggNC40NzA2MyAxNS41MDAyIDAgOS45ODU0MiAwQzQuNDcwNjMgMCAwIDQuNDcwNjMgMCA5Ljk4NTQyQzAgMTUuNTAwMiA0LjQ3MDYzIDE5Ljk3MDggOS45ODU0MiAxOS45NzA4Wk04LjM5NTQxIDMuNjU0NjRDOC4yNjAxNiAzLjQ0ODUgOC4wMDk2IDMuMzUyMTEgNy43Nzk4NSAzLjQzMzI3QzcuNTE4MTYgMy41MjU3MiA3LjI2MjE4IDMuNjM0NDUgNy4wMTM0OSAzLjc1ODhDNi43OTUxOSAzLjg2Nzk2IDYuNjg1NjYgNC4xMTczMSA2LjczMzcyIDQuMzYwNDlMNi45MDQ5MyA1LjIyNjk0QzYuOTQ5IDUuNDQ5OTYgNi44NTggNS42NzYzIDYuNjg1MjIgNS44MjAwOUM2LjQxMjE2IDYuMDQ3MzQgNi4xNjAwNyA2LjMwNDI2IDUuOTM0MjEgNi41ODg2NEM1Ljc5MzgzIDYuNzY1MzkgNS41NzIzMyA2Ljg1OTA3IDUuMzUzNjEgNi44MTQ4OUw0LjUwNDI0IDYuNjQzM0M0LjI2NTY0IDYuNTk1MSA0LjAyMTU3IDYuNzA3ODggMy45MTU0NCA2LjkzMTIxQzMuODU1NDkgNy4wNTczOCAzLjc5ODg5IDcuMTg2MiAzLjc0NTgzIDcuMzE3NThDMy42OTI3NiA3LjQ0ODk2IDMuNjQzOTcgNy41ODEwNSAzLjU5OTM4IDcuNzEzNjlDMy41MjA0OCA3Ljk0ODQ3IDMuNjE1NzkgOC4yMDM5OCAzLjgxODM5IDguMzQxMzNMNC41Mzk1OCA4LjgzMDI3QzQuNzI1MjkgOC45NTYxNyA0LjgxNzc4IDkuMTgxOSA0Ljc5NTM0IDkuNDA4MjZDNC43NTkyNSA5Ljc3MjQ0IDQuNzYwNzIgMTAuMTM2IDQuNzk3NTYgMTAuNDkzNkM0LjgyMDg3IDEwLjcxOTggNC43MjkxNSAxMC45NDU5IDQuNTQzODggMTEuMDcyNEwzLjgyNDA4IDExLjU2NDJDMy42MjIwNSAxMS43MDIyIDMuNTI3NTkgMTEuOTU3OSAzLjYwNzEzIDEyLjE5MjNDMy42OTc3NCAxMi40NTkzIDMuODA0MyAxMi43MjA1IDMuOTI2MTUgMTIuOTc0M0M0LjAzMzEzIDEzLjE5NzEgNC4yNzc0OSAxMy4zMDg4IDQuNTE1ODEgMTMuMjU5OEw1LjM2NDk1IDEzLjA4NTFDNS41ODM1IDEzLjA0MDEgNS44MDUzMyAxMy4xMzMgNS45NDYyMyAxMy4zMDkzQzYuMTY4OTMgMTMuNTg3OSA2LjQyMDcxIDEzLjg0NTEgNi42OTk0IDE0LjA3NTZDNi44NzI2MSAxNC4yMTg4IDYuOTY0NDIgMTQuNDQ0OCA2LjkyMTEyIDE0LjY2OEw2Ljc1Mjk2IDE1LjUzNDhDNi43MDU3MiAxNS43NzgyIDYuODE2MjUgMTYuMDI3MyA3LjAzNTExIDE2LjEzNTZDNy4xNTg3NiAxNi4xOTY3IDcuMjg1IDE2LjI1NDUgNy40MTM3NSAxNi4zMDg2QzcuNTQyNTEgMTYuMzYyOCA3LjY3MTk2IDE2LjQxMjYgNy44MDE5NSAxNi40NTgxQzguMTgyMjQgMTYuNTkxMiA4LjcxNDQ5IDE2LjExNDcgOS4xMDggMTUuNzYyNUM5LjMwMjA1IDE1LjU4ODggOS40MjE3NCAxNS4zNDMgOS40MjMwMSAxNS4wNzk4QzkuNDIzMDEgMTUuMDc4NCA5LjQyMzAyIDE1LjA3NyA5LjQyMzAyIDE1LjA3NTZMOS40MjMwMSAxMy42MjYzQzkuNDIzMDEgMTMuNjEwOSA5LjQyMzYgMTMuNTk1NyA5LjQyNDc2IDEzLjU4MDZDOC4yNjI0OCAxMy4yOTcxIDcuMzk4MzggMTIuMjMwMSA3LjM5ODM4IDEwLjk1NzJWOS40MTgyM0M3LjM5ODM4IDkuMzAxMjUgNy40OTEzMSA5LjIwNjQyIDcuNjA1OTYgOS4yMDY0Mkg4LjMyNTg0VjcuNjkyMkM4LjMyNTg0IDcuNDgzMTIgOC40OTE5MyA3LjMxMzY0IDguNjk2ODMgNy4zMTM2NEM4LjkwMTcxIDcuMzEzNjQgOS4wNjc4MSA3LjQ4MzEyIDkuMDY3ODEgNy42OTIyVjkuMjA2NDJIMTEuMDE1NVY3LjY5MjJDMTEuMDE1NSA3LjQ4MzEyIDExLjE4MTYgNy4zMTM2NCAxMS4zODY1IDcuMzEzNjRDMTEuNTkxNCA3LjMxMzY0IDExLjc1NzUgNy40ODMxMiAxMS43NTc1IDcuNjkyMlY5LjIwNjQySDEyLjQ3NzNDMTIuNTkyIDkuMjA2NDIgMTIuNjg0OSA5LjMwMTI1IDEyLjY4NDkgOS40MTgyM1YxMC45NTcyQzEyLjY4NDkgMTIuMjcwNCAxMS43NjUzIDEzLjM2NDMgMTAuNTQ3NCAxMy42MDUxQzEwLjU0NzcgMTMuNjEyMSAxMC41NDc4IDEzLjYxOTIgMTAuNTQ3OCAxMy42MjYzTDEwLjU0NzggMTUuMDY5NEMxMC41NDc4IDE1LjMzNzcgMTAuNjcxMSAxNS41ODc5IDEwLjg3MSAxNS43NjIyQzExLjI3MTUgMTYuMTExNSAxMS44MTI5IDE2LjU4MzcgMTIuMTkxIDE2LjQ1MDJDMTIuNDUyNyAxNi4zNTc3IDEyLjcwODYgMTYuMjQ5IDEyLjk1NzMgMTYuMTI0NkMxMy4xNzU2IDE2LjAxNTUgMTMuMjg1MiAxNS43NjYxIDEzLjIzNzEgMTUuNTIyOUwxMy4wNjU5IDE0LjY1NjVDMTMuMDIxOCAxNC40MzM0IDEzLjExMjggMTQuMjA3MSAxMy4yODU2IDE0LjA2MzNDMTMuNTU4NyAxMy44MzYxIDEzLjgxMDcgMTMuNTc5MiAxNC4wMzY2IDEzLjI5NDhDMTQuMTc3IDEzLjExOCAxNC4zOTg1IDEzLjAyNDQgMTQuNjE3MiAxMy4wNjg1TDE1LjQ2NjYgMTMuMjQwMUMxNS43MDUyIDEzLjI4ODMgMTUuOTQ5MyAxMy4xNzU2IDE2LjA1NTQgMTIuOTUyMkMxNi4xMTUzIDEyLjgyNjEgMTYuMTcxOSAxMi42OTcyIDE2LjIyNSAxMi41NjU5QzE2LjI3ODEgMTIuNDM0NSAxNi4zMjY5IDEyLjMwMjQgMTYuMzcxNCAxMi4xNjk4QzE2LjQ1MDMgMTEuOTM1IDE2LjM1NSAxMS42Nzk1IDE2LjE1MjQgMTEuNTQyMUwxNS40MzEyIDExLjA1MzJDMTUuMjQ1NSAxMC45MjczIDE1LjE1MyAxMC43MDE1IDE1LjE3NTUgMTAuNDc1MkMxNS4yMTE2IDEwLjExMSAxNS4yMTAxIDkuNzQ3NDQgMTUuMTczMyA5LjM4OTg2QzE1LjE0OTkgOS4xNjM2MSAxNS4yNDE3IDguOTM3NTcgMTUuNDI2OSA4LjgxMUwxNi4xNDY3IDguMzE5MjdDMTYuMzQ4OCA4LjE4MTI2IDE2LjQ0MzIgNy45MjU1OCAxNi4zNjM3IDcuNjkxMTVDMTYuMjczMSA3LjQyNDExIDE2LjE2NjUgNy4xNjI5MiAxNi4wNDQ3IDYuOTA5MTVDMTUuOTM3NyA2LjY4NjM4IDE1LjY5MzMgNi41NzQ2MiAxNS40NTUgNi42MjM2NkwxNC42MDU5IDYuNzk4MzdDMTQuMzg3MyA2Ljg0MzM0IDE0LjE2NTUgNi43NTA0OCAxNC4wMjQ2IDYuNTc0MThDMTMuODAxOSA2LjI5NTU0IDEzLjU1MDEgNi4wMzgzMiAxMy4yNzE0IDUuODA3ODRDMTMuMDk4MiA1LjY2NDYgMTMuMDA2NCA1LjQzODU4IDEzLjA0OTcgNS4yMTU0TDEzLjIxNzkgNC4zNDg2OEMxMy4yNjUxIDQuMTA1MjEgMTMuMTU0NiAzLjg1NjE2IDEyLjkzNTcgMy43NDc4N0MxMi44MTIxIDMuNjg2NjkgMTIuNjg1OCAzLjYyODk1IDEyLjU1NzEgMy41NzQ4QzEyLjQyODMgMy41MjA2NSAxMi4yOTg5IDMuNDcwODYgMTIuMTY4OSAzLjQyNTM3QzExLjkzODggMy4zNDQ4NSAxMS42ODg0IDMuNDQyMTEgMTEuNTUzOCAzLjY0ODg0TDExLjA3NDYgNC4zODQ3NUMxMC45NTEzIDQuNTc0MjUgMTAuNzMgNC42Njg2MiAxMC41MDgyIDQuNjQ1NzNDMTAuMTUxMyA0LjYwODkgOS43OTUwMiA0LjYxMDM5IDkuNDQ0NTkgNC42NDc5OUM5LjIyMjg2IDQuNjcxNzcgOS4wMDEzNCA0LjU3ODE4IDguODc3MzEgNC4zODkxM0w4LjM5NTQxIDMuNjU0NjRaIiBmaWxsPSIjYTdhYWFkIiAvPjwvc3ZnPg==);mask-size:100% 100%;-webkit-mask-size:100% 100%;margin:0 auto;content:".";color:transparent;background-color:#6d7882;display:block;fill:#fff;width:40px;height:40px;background-color:#6c2eb9}[dir=ltr] #aioseo-settings:before{margin:-2px 0 0 -2px}[dir=rtl] #aioseo-settings:before{margin:-2px -2px 0 0}#aioseo-app-modal{position:absolute;z-index:1;top:0;height:0;width:0;overflow:visible}[dir=ltr] #aioseo-app-modal{left:0}[dir=rtl] #aioseo-app-modal{right:0}.aioseo-settings-bar-is-inactive #aioseo-settings{visibility:visible}[dir=ltr] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-top,[dir=ltr] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-bottom,[dir=ltr] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-top-left,[dir=ltr] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-bottom-left{left:calc(50% + 45px)}[dir=rtl] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-top,[dir=rtl] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-bottom,[dir=rtl] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-top-left,[dir=rtl] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-bottom-left,[dir=ltr] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-top-right,[dir=ltr] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-bottom-right{right:calc(50% + 45px)}[dir=rtl] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-top-right,[dir=rtl] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-bottom-right{left:calc(50% + 45px)}.aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-left,.aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-right{top:calc(50% + 45px)}.aioseo-settings-bar-is-active #aioseo-settings{visibility:visible}.aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-mobile-top-left,.aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-mobile-top-right{top:calc(100% + 24px)}.aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-mobile-bottom-left,.aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-mobile-bottom-right{bottom:calc(100% + 24px)}.aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-mobile-left,.aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-mobile-right{top:calc(100% + 24px)}[dir=ltr] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-top,[dir=ltr] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-bottom,[dir=ltr] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-top-left,[dir=ltr] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-bottom-left{left:calc(100% + 24px)}[dir=rtl] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-top,[dir=rtl] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-bottom,[dir=rtl] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-top-left,[dir=rtl] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-bottom-left,[dir=ltr] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-top-right,[dir=ltr] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-bottom-right{right:calc(100% + 24px)}[dir=rtl] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-top-right,[dir=rtl] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-bottom-right{left:calc(100% + 24px)}.aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-left,.aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-right{top:calc(100% + 24px)}.aioseo-settings-bar-is-top .aioseo-modal{top:122px}[dir=ltr] .aioseo-settings-bar-is-top .aioseo-modal{left:30px}[dir=rtl] .aioseo-settings-bar-is-top .aioseo-modal{right:30px}.aioseo-settings-bar-is-top-right .aioseo-modal{top:122px}[dir=ltr] .aioseo-settings-bar-is-top-right .aioseo-modal{left:30px}[dir=rtl] .aioseo-settings-bar-is-top-right .aioseo-modal{right:30px}[dir=ltr] .aioseo-settings-bar-is-top-left .aioseo-modal{left:calc(100vw - 430px)}[dir=rtl] .aioseo-settings-bar-is-top-left .aioseo-modal{right:calc(100vw - 430px)}[dir=ltr] .aioseo-settings-bar-is-bottom .aioseo-modal{left:30px}[dir=rtl] .aioseo-settings-bar-is-bottom .aioseo-modal{right:30px}[dir=ltr] .aioseo-settings-bar-is-bottom-right .aioseo-modal{left:30px}[dir=rtl] .aioseo-settings-bar-is-bottom-right .aioseo-modal{right:30px}[dir=ltr] .aioseo-settings-bar-is-bottom-left .aioseo-modal{left:calc(100vw - 430px)}[dir=rtl] .aioseo-settings-bar-is-bottom-left .aioseo-modal{right:calc(100vw - 430px)}.aioseo-settings-bar-is-left .aioseo-modal{top:122px}[dir=ltr] .aioseo-settings-bar-is-left .aioseo-modal{left:calc(100vw - 430px)}[dir=rtl] .aioseo-settings-bar-is-left .aioseo-modal{right:calc(100vw - 430px)}[dir=ltr] .aioseo-settings-bar-is-right .aioseo-modal{left:30px}[dir=rtl] .aioseo-settings-bar-is-right .aioseo-modal{right:30px}.aioseo-modal{position:relative;top:62px;display:flex;flex-direction:column;overflow:hidden;width:400px;padding-top:58px;background:#fff;box-shadow:0 5px 30px #2c87da33;border-radius:3px 3px 0 0}.aioseo-modal-is-closed{display:none}.aioseo-modal-header{position:absolute;z-index:1;top:0;display:flex;width:100%;height:58px;color:#fff;background-color:#6c2eb9;align-items:center;justify-content:space-between;cursor:move}[dir=ltr] .aioseo-modal-header{left:0;padding-right:21px;padding-left:26px}[dir=rtl] .aioseo-modal-header{right:0;padding-left:21px;padding-right:26px}.aioseo-modal-header-title{font-family:Open Sans,Helvetica,Roboto,Arial,sans-serif;font-size:18px;font-weight:600;font-style:normal;line-height:16px;cursor:move;user-select:none;text-decoration:none;letter-spacing:0;text-transform:none;color:#fff}.aioseo-modal-header-close{cursor:pointer}.aioseo-modal-header-close svg{position:relative;top:4px;width:16px;height:16px;fill:#fff}.aioseo-modal-body{position:relative;z-index:0;overflow:hidden;overflow-y:auto;max-height:calc(100vh - 210px)}.aioseo-modal-body p{padding-bottom:0}#seedprod-preview-wrapper.sp-setup_settings_seo .seedprod-settings-page{padding:0}#seedprod-preview-wrapper.sp-setup_settings_seo .aioseo-add-template-tag svg,#seedprod-preview-wrapper.sp-setup_settings_seo .aioseo-analysis-detail li svg,#seedprod-preview-wrapper.sp-setup_settings_seo .aioseo-keyphrase-tag .keyphrase-edit svg{display:inline;vertical-align:baseline}#seedprod-preview-wrapper.sp-setup_settings_seo .aioseo-analysis-detail li .title{margin-top:1em}#seedprod-preview-wrapper.sp-setup_settings_seo .aioseo-analysis-detail li{list-style:none}
1
+ .aioseo-elementor-panel .aioseo-app{border-top:2px solid #E8E8EB;font-family:Helvetica,Arial,sans-serif}.elementor-tab-control-aioseo a:before{mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2E3YWFhZCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iYWlvc2VvLWdlYXIiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS45ODU0MiAxOS45NzA4QzE1LjUwMDIgMTkuOTcwOCAxOS45NzA4IDE1LjUwMDIgMTkuOTcwOCA5Ljk4NTQyQzE5Ljk3MDggNC40NzA2MyAxNS41MDAyIDAgOS45ODU0MiAwQzQuNDcwNjMgMCAwIDQuNDcwNjMgMCA5Ljk4NTQyQzAgMTUuNTAwMiA0LjQ3MDYzIDE5Ljk3MDggOS45ODU0MiAxOS45NzA4Wk04LjM5NTQxIDMuNjU0NjRDOC4yNjAxNiAzLjQ0ODUgOC4wMDk2IDMuMzUyMTEgNy43Nzk4NSAzLjQzMzI3QzcuNTE4MTYgMy41MjU3MiA3LjI2MjE4IDMuNjM0NDUgNy4wMTM0OSAzLjc1ODhDNi43OTUxOSAzLjg2Nzk2IDYuNjg1NjYgNC4xMTczMSA2LjczMzcyIDQuMzYwNDlMNi45MDQ5MyA1LjIyNjk0QzYuOTQ5IDUuNDQ5OTYgNi44NTggNS42NzYzIDYuNjg1MjIgNS44MjAwOUM2LjQxMjE2IDYuMDQ3MzQgNi4xNjAwNyA2LjMwNDI2IDUuOTM0MjEgNi41ODg2NEM1Ljc5MzgzIDYuNzY1MzkgNS41NzIzMyA2Ljg1OTA3IDUuMzUzNjEgNi44MTQ4OUw0LjUwNDI0IDYuNjQzM0M0LjI2NTY0IDYuNTk1MSA0LjAyMTU3IDYuNzA3ODggMy45MTU0NCA2LjkzMTIxQzMuODU1NDkgNy4wNTczOCAzLjc5ODg5IDcuMTg2MiAzLjc0NTgzIDcuMzE3NThDMy42OTI3NiA3LjQ0ODk2IDMuNjQzOTcgNy41ODEwNSAzLjU5OTM4IDcuNzEzNjlDMy41MjA0OCA3Ljk0ODQ3IDMuNjE1NzkgOC4yMDM5OCAzLjgxODM5IDguMzQxMzNMNC41Mzk1OCA4LjgzMDI3QzQuNzI1MjkgOC45NTYxNyA0LjgxNzc4IDkuMTgxOSA0Ljc5NTM0IDkuNDA4MjZDNC43NTkyNSA5Ljc3MjQ0IDQuNzYwNzIgMTAuMTM2IDQuNzk3NTYgMTAuNDkzNkM0LjgyMDg3IDEwLjcxOTggNC43MjkxNSAxMC45NDU5IDQuNTQzODggMTEuMDcyNEwzLjgyNDA4IDExLjU2NDJDMy42MjIwNSAxMS43MDIyIDMuNTI3NTkgMTEuOTU3OSAzLjYwNzEzIDEyLjE5MjNDMy42OTc3NCAxMi40NTkzIDMuODA0MyAxMi43MjA1IDMuOTI2MTUgMTIuOTc0M0M0LjAzMzEzIDEzLjE5NzEgNC4yNzc0OSAxMy4zMDg4IDQuNTE1ODEgMTMuMjU5OEw1LjM2NDk1IDEzLjA4NTFDNS41ODM1IDEzLjA0MDEgNS44MDUzMyAxMy4xMzMgNS45NDYyMyAxMy4zMDkzQzYuMTY4OTMgMTMuNTg3OSA2LjQyMDcxIDEzLjg0NTEgNi42OTk0IDE0LjA3NTZDNi44NzI2MSAxNC4yMTg4IDYuOTY0NDIgMTQuNDQ0OCA2LjkyMTEyIDE0LjY2OEw2Ljc1Mjk2IDE1LjUzNDhDNi43MDU3MiAxNS43NzgyIDYuODE2MjUgMTYuMDI3MyA3LjAzNTExIDE2LjEzNTZDNy4xNTg3NiAxNi4xOTY3IDcuMjg1IDE2LjI1NDUgNy40MTM3NSAxNi4zMDg2QzcuNTQyNTEgMTYuMzYyOCA3LjY3MTk2IDE2LjQxMjYgNy44MDE5NSAxNi40NTgxQzguMTgyMjQgMTYuNTkxMiA4LjcxNDQ5IDE2LjExNDcgOS4xMDggMTUuNzYyNUM5LjMwMjA1IDE1LjU4ODggOS40MjE3NCAxNS4zNDMgOS40MjMwMSAxNS4wNzk4QzkuNDIzMDEgMTUuMDc4NCA5LjQyMzAyIDE1LjA3NyA5LjQyMzAyIDE1LjA3NTZMOS40MjMwMSAxMy42MjYzQzkuNDIzMDEgMTMuNjEwOSA5LjQyMzYgMTMuNTk1NyA5LjQyNDc2IDEzLjU4MDZDOC4yNjI0OCAxMy4yOTcxIDcuMzk4MzggMTIuMjMwMSA3LjM5ODM4IDEwLjk1NzJWOS40MTgyM0M3LjM5ODM4IDkuMzAxMjUgNy40OTEzMSA5LjIwNjQyIDcuNjA1OTYgOS4yMDY0Mkg4LjMyNTg0VjcuNjkyMkM4LjMyNTg0IDcuNDgzMTIgOC40OTE5MyA3LjMxMzY0IDguNjk2ODMgNy4zMTM2NEM4LjkwMTcxIDcuMzEzNjQgOS4wNjc4MSA3LjQ4MzEyIDkuMDY3ODEgNy42OTIyVjkuMjA2NDJIMTEuMDE1NVY3LjY5MjJDMTEuMDE1NSA3LjQ4MzEyIDExLjE4MTYgNy4zMTM2NCAxMS4zODY1IDcuMzEzNjRDMTEuNTkxNCA3LjMxMzY0IDExLjc1NzUgNy40ODMxMiAxMS43NTc1IDcuNjkyMlY5LjIwNjQySDEyLjQ3NzNDMTIuNTkyIDkuMjA2NDIgMTIuNjg0OSA5LjMwMTI1IDEyLjY4NDkgOS40MTgyM1YxMC45NTcyQzEyLjY4NDkgMTIuMjcwNCAxMS43NjUzIDEzLjM2NDMgMTAuNTQ3NCAxMy42MDUxQzEwLjU0NzcgMTMuNjEyMSAxMC41NDc4IDEzLjYxOTIgMTAuNTQ3OCAxMy42MjYzTDEwLjU0NzggMTUuMDY5NEMxMC41NDc4IDE1LjMzNzcgMTAuNjcxMSAxNS41ODc5IDEwLjg3MSAxNS43NjIyQzExLjI3MTUgMTYuMTExNSAxMS44MTI5IDE2LjU4MzcgMTIuMTkxIDE2LjQ1MDJDMTIuNDUyNyAxNi4zNTc3IDEyLjcwODYgMTYuMjQ5IDEyLjk1NzMgMTYuMTI0NkMxMy4xNzU2IDE2LjAxNTUgMTMuMjg1MiAxNS43NjYxIDEzLjIzNzEgMTUuNTIyOUwxMy4wNjU5IDE0LjY1NjVDMTMuMDIxOCAxNC40MzM0IDEzLjExMjggMTQuMjA3MSAxMy4yODU2IDE0LjA2MzNDMTMuNTU4NyAxMy44MzYxIDEzLjgxMDcgMTMuNTc5MiAxNC4wMzY2IDEzLjI5NDhDMTQuMTc3IDEzLjExOCAxNC4zOTg1IDEzLjAyNDQgMTQuNjE3MiAxMy4wNjg1TDE1LjQ2NjYgMTMuMjQwMUMxNS43MDUyIDEzLjI4ODMgMTUuOTQ5MyAxMy4xNzU2IDE2LjA1NTQgMTIuOTUyMkMxNi4xMTUzIDEyLjgyNjEgMTYuMTcxOSAxMi42OTcyIDE2LjIyNSAxMi41NjU5QzE2LjI3ODEgMTIuNDM0NSAxNi4zMjY5IDEyLjMwMjQgMTYuMzcxNCAxMi4xNjk4QzE2LjQ1MDMgMTEuOTM1IDE2LjM1NSAxMS42Nzk1IDE2LjE1MjQgMTEuNTQyMUwxNS40MzEyIDExLjA1MzJDMTUuMjQ1NSAxMC45MjczIDE1LjE1MyAxMC43MDE1IDE1LjE3NTUgMTAuNDc1MkMxNS4yMTE2IDEwLjExMSAxNS4yMTAxIDkuNzQ3NDQgMTUuMTczMyA5LjM4OTg2QzE1LjE0OTkgOS4xNjM2MSAxNS4yNDE3IDguOTM3NTcgMTUuNDI2OSA4LjgxMUwxNi4xNDY3IDguMzE5MjdDMTYuMzQ4OCA4LjE4MTI2IDE2LjQ0MzIgNy45MjU1OCAxNi4zNjM3IDcuNjkxMTVDMTYuMjczMSA3LjQyNDExIDE2LjE2NjUgNy4xNjI5MiAxNi4wNDQ3IDYuOTA5MTVDMTUuOTM3NyA2LjY4NjM4IDE1LjY5MzMgNi41NzQ2MiAxNS40NTUgNi42MjM2NkwxNC42MDU5IDYuNzk4MzdDMTQuMzg3MyA2Ljg0MzM0IDE0LjE2NTUgNi43NTA0OCAxNC4wMjQ2IDYuNTc0MThDMTMuODAxOSA2LjI5NTU0IDEzLjU1MDEgNi4wMzgzMiAxMy4yNzE0IDUuODA3ODRDMTMuMDk4MiA1LjY2NDYgMTMuMDA2NCA1LjQzODU4IDEzLjA0OTcgNS4yMTU0TDEzLjIxNzkgNC4zNDg2OEMxMy4yNjUxIDQuMTA1MjEgMTMuMTU0NiAzLjg1NjE2IDEyLjkzNTcgMy43NDc4N0MxMi44MTIxIDMuNjg2NjkgMTIuNjg1OCAzLjYyODk1IDEyLjU1NzEgMy41NzQ4QzEyLjQyODMgMy41MjA2NSAxMi4yOTg5IDMuNDcwODYgMTIuMTY4OSAzLjQyNTM3QzExLjkzODggMy4zNDQ4NSAxMS42ODg0IDMuNDQyMTEgMTEuNTUzOCAzLjY0ODg0TDExLjA3NDYgNC4zODQ3NUMxMC45NTEzIDQuNTc0MjUgMTAuNzMgNC42Njg2MiAxMC41MDgyIDQuNjQ1NzNDMTAuMTUxMyA0LjYwODkgOS43OTUwMiA0LjYxMDM5IDkuNDQ0NTkgNC42NDc5OUM5LjIyMjg2IDQuNjcxNzcgOS4wMDEzNCA0LjU3ODE4IDguODc3MzEgNC4zODkxM0w4LjM5NTQxIDMuNjU0NjRaIiBmaWxsPSIjYTdhYWFkIiAvPjwvc3ZnPg==);-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2E3YWFhZCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iYWlvc2VvLWdlYXIiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS45ODU0MiAxOS45NzA4QzE1LjUwMDIgMTkuOTcwOCAxOS45NzA4IDE1LjUwMDIgMTkuOTcwOCA5Ljk4NTQyQzE5Ljk3MDggNC40NzA2MyAxNS41MDAyIDAgOS45ODU0MiAwQzQuNDcwNjMgMCAwIDQuNDcwNjMgMCA5Ljk4NTQyQzAgMTUuNTAwMiA0LjQ3MDYzIDE5Ljk3MDggOS45ODU0MiAxOS45NzA4Wk04LjM5NTQxIDMuNjU0NjRDOC4yNjAxNiAzLjQ0ODUgOC4wMDk2IDMuMzUyMTEgNy43Nzk4NSAzLjQzMzI3QzcuNTE4MTYgMy41MjU3MiA3LjI2MjE4IDMuNjM0NDUgNy4wMTM0OSAzLjc1ODhDNi43OTUxOSAzLjg2Nzk2IDYuNjg1NjYgNC4xMTczMSA2LjczMzcyIDQuMzYwNDlMNi45MDQ5MyA1LjIyNjk0QzYuOTQ5IDUuNDQ5OTYgNi44NTggNS42NzYzIDYuNjg1MjIgNS44MjAwOUM2LjQxMjE2IDYuMDQ3MzQgNi4xNjAwNyA2LjMwNDI2IDUuOTM0MjEgNi41ODg2NEM1Ljc5MzgzIDYuNzY1MzkgNS41NzIzMyA2Ljg1OTA3IDUuMzUzNjEgNi44MTQ4OUw0LjUwNDI0IDYuNjQzM0M0LjI2NTY0IDYuNTk1MSA0LjAyMTU3IDYuNzA3ODggMy45MTU0NCA2LjkzMTIxQzMuODU1NDkgNy4wNTczOCAzLjc5ODg5IDcuMTg2MiAzLjc0NTgzIDcuMzE3NThDMy42OTI3NiA3LjQ0ODk2IDMuNjQzOTcgNy41ODEwNSAzLjU5OTM4IDcuNzEzNjlDMy41MjA0OCA3Ljk0ODQ3IDMuNjE1NzkgOC4yMDM5OCAzLjgxODM5IDguMzQxMzNMNC41Mzk1OCA4LjgzMDI3QzQuNzI1MjkgOC45NTYxNyA0LjgxNzc4IDkuMTgxOSA0Ljc5NTM0IDkuNDA4MjZDNC43NTkyNSA5Ljc3MjQ0IDQuNzYwNzIgMTAuMTM2IDQuNzk3NTYgMTAuNDkzNkM0LjgyMDg3IDEwLjcxOTggNC43MjkxNSAxMC45NDU5IDQuNTQzODggMTEuMDcyNEwzLjgyNDA4IDExLjU2NDJDMy42MjIwNSAxMS43MDIyIDMuNTI3NTkgMTEuOTU3OSAzLjYwNzEzIDEyLjE5MjNDMy42OTc3NCAxMi40NTkzIDMuODA0MyAxMi43MjA1IDMuOTI2MTUgMTIuOTc0M0M0LjAzMzEzIDEzLjE5NzEgNC4yNzc0OSAxMy4zMDg4IDQuNTE1ODEgMTMuMjU5OEw1LjM2NDk1IDEzLjA4NTFDNS41ODM1IDEzLjA0MDEgNS44MDUzMyAxMy4xMzMgNS45NDYyMyAxMy4zMDkzQzYuMTY4OTMgMTMuNTg3OSA2LjQyMDcxIDEzLjg0NTEgNi42OTk0IDE0LjA3NTZDNi44NzI2MSAxNC4yMTg4IDYuOTY0NDIgMTQuNDQ0OCA2LjkyMTEyIDE0LjY2OEw2Ljc1Mjk2IDE1LjUzNDhDNi43MDU3MiAxNS43NzgyIDYuODE2MjUgMTYuMDI3MyA3LjAzNTExIDE2LjEzNTZDNy4xNTg3NiAxNi4xOTY3IDcuMjg1IDE2LjI1NDUgNy40MTM3NSAxNi4zMDg2QzcuNTQyNTEgMTYuMzYyOCA3LjY3MTk2IDE2LjQxMjYgNy44MDE5NSAxNi40NTgxQzguMTgyMjQgMTYuNTkxMiA4LjcxNDQ5IDE2LjExNDcgOS4xMDggMTUuNzYyNUM5LjMwMjA1IDE1LjU4ODggOS40MjE3NCAxNS4zNDMgOS40MjMwMSAxNS4wNzk4QzkuNDIzMDEgMTUuMDc4NCA5LjQyMzAyIDE1LjA3NyA5LjQyMzAyIDE1LjA3NTZMOS40MjMwMSAxMy42MjYzQzkuNDIzMDEgMTMuNjEwOSA5LjQyMzYgMTMuNTk1NyA5LjQyNDc2IDEzLjU4MDZDOC4yNjI0OCAxMy4yOTcxIDcuMzk4MzggMTIuMjMwMSA3LjM5ODM4IDEwLjk1NzJWOS40MTgyM0M3LjM5ODM4IDkuMzAxMjUgNy40OTEzMSA5LjIwNjQyIDcuNjA1OTYgOS4yMDY0Mkg4LjMyNTg0VjcuNjkyMkM4LjMyNTg0IDcuNDgzMTIgOC40OTE5MyA3LjMxMzY0IDguNjk2ODMgNy4zMTM2NEM4LjkwMTcxIDcuMzEzNjQgOS4wNjc4MSA3LjQ4MzEyIDkuMDY3ODEgNy42OTIyVjkuMjA2NDJIMTEuMDE1NVY3LjY5MjJDMTEuMDE1NSA3LjQ4MzEyIDExLjE4MTYgNy4zMTM2NCAxMS4zODY1IDcuMzEzNjRDMTEuNTkxNCA3LjMxMzY0IDExLjc1NzUgNy40ODMxMiAxMS43NTc1IDcuNjkyMlY5LjIwNjQySDEyLjQ3NzNDMTIuNTkyIDkuMjA2NDIgMTIuNjg0OSA5LjMwMTI1IDEyLjY4NDkgOS40MTgyM1YxMC45NTcyQzEyLjY4NDkgMTIuMjcwNCAxMS43NjUzIDEzLjM2NDMgMTAuNTQ3NCAxMy42MDUxQzEwLjU0NzcgMTMuNjEyMSAxMC41NDc4IDEzLjYxOTIgMTAuNTQ3OCAxMy42MjYzTDEwLjU0NzggMTUuMDY5NEMxMC41NDc4IDE1LjMzNzcgMTAuNjcxMSAxNS41ODc5IDEwLjg3MSAxNS43NjIyQzExLjI3MTUgMTYuMTExNSAxMS44MTI5IDE2LjU4MzcgMTIuMTkxIDE2LjQ1MDJDMTIuNDUyNyAxNi4zNTc3IDEyLjcwODYgMTYuMjQ5IDEyLjk1NzMgMTYuMTI0NkMxMy4xNzU2IDE2LjAxNTUgMTMuMjg1MiAxNS43NjYxIDEzLjIzNzEgMTUuNTIyOUwxMy4wNjU5IDE0LjY1NjVDMTMuMDIxOCAxNC40MzM0IDEzLjExMjggMTQuMjA3MSAxMy4yODU2IDE0LjA2MzNDMTMuNTU4NyAxMy44MzYxIDEzLjgxMDcgMTMuNTc5MiAxNC4wMzY2IDEzLjI5NDhDMTQuMTc3IDEzLjExOCAxNC4zOTg1IDEzLjAyNDQgMTQuNjE3MiAxMy4wNjg1TDE1LjQ2NjYgMTMuMjQwMUMxNS43MDUyIDEzLjI4ODMgMTUuOTQ5MyAxMy4xNzU2IDE2LjA1NTQgMTIuOTUyMkMxNi4xMTUzIDEyLjgyNjEgMTYuMTcxOSAxMi42OTcyIDE2LjIyNSAxMi41NjU5QzE2LjI3ODEgMTIuNDM0NSAxNi4zMjY5IDEyLjMwMjQgMTYuMzcxNCAxMi4xNjk4QzE2LjQ1MDMgMTEuOTM1IDE2LjM1NSAxMS42Nzk1IDE2LjE1MjQgMTEuNTQyMUwxNS40MzEyIDExLjA1MzJDMTUuMjQ1NSAxMC45MjczIDE1LjE1MyAxMC43MDE1IDE1LjE3NTUgMTAuNDc1MkMxNS4yMTE2IDEwLjExMSAxNS4yMTAxIDkuNzQ3NDQgMTUuMTczMyA5LjM4OTg2QzE1LjE0OTkgOS4xNjM2MSAxNS4yNDE3IDguOTM3NTcgMTUuNDI2OSA4LjgxMUwxNi4xNDY3IDguMzE5MjdDMTYuMzQ4OCA4LjE4MTI2IDE2LjQ0MzIgNy45MjU1OCAxNi4zNjM3IDcuNjkxMTVDMTYuMjczMSA3LjQyNDExIDE2LjE2NjUgNy4xNjI5MiAxNi4wNDQ3IDYuOTA5MTVDMTUuOTM3NyA2LjY4NjM4IDE1LjY5MzMgNi41NzQ2MiAxNS40NTUgNi42MjM2NkwxNC42MDU5IDYuNzk4MzdDMTQuMzg3MyA2Ljg0MzM0IDE0LjE2NTUgNi43NTA0OCAxNC4wMjQ2IDYuNTc0MThDMTMuODAxOSA2LjI5NTU0IDEzLjU1MDEgNi4wMzgzMiAxMy4yNzE0IDUuODA3ODRDMTMuMDk4MiA1LjY2NDYgMTMuMDA2NCA1LjQzODU4IDEzLjA0OTcgNS4yMTU0TDEzLjIxNzkgNC4zNDg2OEMxMy4yNjUxIDQuMTA1MjEgMTMuMTU0NiAzLjg1NjE2IDEyLjkzNTcgMy43NDc4N0MxMi44MTIxIDMuNjg2NjkgMTIuNjg1OCAzLjYyODk1IDEyLjU1NzEgMy41NzQ4QzEyLjQyODMgMy41MjA2NSAxMi4yOTg5IDMuNDcwODYgMTIuMTY4OSAzLjQyNTM3QzExLjkzODggMy4zNDQ4NSAxMS42ODg0IDMuNDQyMTEgMTEuNTUzOCAzLjY0ODg0TDExLjA3NDYgNC4zODQ3NUMxMC45NTEzIDQuNTc0MjUgMTAuNzMgNC42Njg2MiAxMC41MDgyIDQuNjQ1NzNDMTAuMTUxMyA0LjYwODkgOS43OTUwMiA0LjYxMDM5IDkuNDQ0NTkgNC42NDc5OUM5LjIyMjg2IDQuNjcxNzcgOS4wMDEzNCA0LjU3ODE4IDguODc3MzEgNC4zODkxM0w4LjM5NTQxIDMuNjU0NjRaIiBmaWxsPSIjYTdhYWFkIiAvPjwvc3ZnPg==);mask-size:100% 100%;-webkit-mask-size:100% 100%;margin:0 auto;content:".";color:transparent;background-color:#6d7882;height:16px;width:16px}.aioseo-element-menu-icon{display:inline-flex}.aioseo-element-menu-icon:before{mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2E3YWFhZCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iYWlvc2VvLWdlYXIiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS45ODU0MiAxOS45NzA4QzE1LjUwMDIgMTkuOTcwOCAxOS45NzA4IDE1LjUwMDIgMTkuOTcwOCA5Ljk4NTQyQzE5Ljk3MDggNC40NzA2MyAxNS41MDAyIDAgOS45ODU0MiAwQzQuNDcwNjMgMCAwIDQuNDcwNjMgMCA5Ljk4NTQyQzAgMTUuNTAwMiA0LjQ3MDYzIDE5Ljk3MDggOS45ODU0MiAxOS45NzA4Wk04LjM5NTQxIDMuNjU0NjRDOC4yNjAxNiAzLjQ0ODUgOC4wMDk2IDMuMzUyMTEgNy43Nzk4NSAzLjQzMzI3QzcuNTE4MTYgMy41MjU3MiA3LjI2MjE4IDMuNjM0NDUgNy4wMTM0OSAzLjc1ODhDNi43OTUxOSAzLjg2Nzk2IDYuNjg1NjYgNC4xMTczMSA2LjczMzcyIDQuMzYwNDlMNi45MDQ5MyA1LjIyNjk0QzYuOTQ5IDUuNDQ5OTYgNi44NTggNS42NzYzIDYuNjg1MjIgNS44MjAwOUM2LjQxMjE2IDYuMDQ3MzQgNi4xNjAwNyA2LjMwNDI2IDUuOTM0MjEgNi41ODg2NEM1Ljc5MzgzIDYuNzY1MzkgNS41NzIzMyA2Ljg1OTA3IDUuMzUzNjEgNi44MTQ4OUw0LjUwNDI0IDYuNjQzM0M0LjI2NTY0IDYuNTk1MSA0LjAyMTU3IDYuNzA3ODggMy45MTU0NCA2LjkzMTIxQzMuODU1NDkgNy4wNTczOCAzLjc5ODg5IDcuMTg2MiAzLjc0NTgzIDcuMzE3NThDMy42OTI3NiA3LjQ0ODk2IDMuNjQzOTcgNy41ODEwNSAzLjU5OTM4IDcuNzEzNjlDMy41MjA0OCA3Ljk0ODQ3IDMuNjE1NzkgOC4yMDM5OCAzLjgxODM5IDguMzQxMzNMNC41Mzk1OCA4LjgzMDI3QzQuNzI1MjkgOC45NTYxNyA0LjgxNzc4IDkuMTgxOSA0Ljc5NTM0IDkuNDA4MjZDNC43NTkyNSA5Ljc3MjQ0IDQuNzYwNzIgMTAuMTM2IDQuNzk3NTYgMTAuNDkzNkM0LjgyMDg3IDEwLjcxOTggNC43MjkxNSAxMC45NDU5IDQuNTQzODggMTEuMDcyNEwzLjgyNDA4IDExLjU2NDJDMy42MjIwNSAxMS43MDIyIDMuNTI3NTkgMTEuOTU3OSAzLjYwNzEzIDEyLjE5MjNDMy42OTc3NCAxMi40NTkzIDMuODA0MyAxMi43MjA1IDMuOTI2MTUgMTIuOTc0M0M0LjAzMzEzIDEzLjE5NzEgNC4yNzc0OSAxMy4zMDg4IDQuNTE1ODEgMTMuMjU5OEw1LjM2NDk1IDEzLjA4NTFDNS41ODM1IDEzLjA0MDEgNS44MDUzMyAxMy4xMzMgNS45NDYyMyAxMy4zMDkzQzYuMTY4OTMgMTMuNTg3OSA2LjQyMDcxIDEzLjg0NTEgNi42OTk0IDE0LjA3NTZDNi44NzI2MSAxNC4yMTg4IDYuOTY0NDIgMTQuNDQ0OCA2LjkyMTEyIDE0LjY2OEw2Ljc1Mjk2IDE1LjUzNDhDNi43MDU3MiAxNS43NzgyIDYuODE2MjUgMTYuMDI3MyA3LjAzNTExIDE2LjEzNTZDNy4xNTg3NiAxNi4xOTY3IDcuMjg1IDE2LjI1NDUgNy40MTM3NSAxNi4zMDg2QzcuNTQyNTEgMTYuMzYyOCA3LjY3MTk2IDE2LjQxMjYgNy44MDE5NSAxNi40NTgxQzguMTgyMjQgMTYuNTkxMiA4LjcxNDQ5IDE2LjExNDcgOS4xMDggMTUuNzYyNUM5LjMwMjA1IDE1LjU4ODggOS40MjE3NCAxNS4zNDMgOS40MjMwMSAxNS4wNzk4QzkuNDIzMDEgMTUuMDc4NCA5LjQyMzAyIDE1LjA3NyA5LjQyMzAyIDE1LjA3NTZMOS40MjMwMSAxMy42MjYzQzkuNDIzMDEgMTMuNjEwOSA5LjQyMzYgMTMuNTk1NyA5LjQyNDc2IDEzLjU4MDZDOC4yNjI0OCAxMy4yOTcxIDcuMzk4MzggMTIuMjMwMSA3LjM5ODM4IDEwLjk1NzJWOS40MTgyM0M3LjM5ODM4IDkuMzAxMjUgNy40OTEzMSA5LjIwNjQyIDcuNjA1OTYgOS4yMDY0Mkg4LjMyNTg0VjcuNjkyMkM4LjMyNTg0IDcuNDgzMTIgOC40OTE5MyA3LjMxMzY0IDguNjk2ODMgNy4zMTM2NEM4LjkwMTcxIDcuMzEzNjQgOS4wNjc4MSA3LjQ4MzEyIDkuMDY3ODEgNy42OTIyVjkuMjA2NDJIMTEuMDE1NVY3LjY5MjJDMTEuMDE1NSA3LjQ4MzEyIDExLjE4MTYgNy4zMTM2NCAxMS4zODY1IDcuMzEzNjRDMTEuNTkxNCA3LjMxMzY0IDExLjc1NzUgNy40ODMxMiAxMS43NTc1IDcuNjkyMlY5LjIwNjQySDEyLjQ3NzNDMTIuNTkyIDkuMjA2NDIgMTIuNjg0OSA5LjMwMTI1IDEyLjY4NDkgOS40MTgyM1YxMC45NTcyQzEyLjY4NDkgMTIuMjcwNCAxMS43NjUzIDEzLjM2NDMgMTAuNTQ3NCAxMy42MDUxQzEwLjU0NzcgMTMuNjEyMSAxMC41NDc4IDEzLjYxOTIgMTAuNTQ3OCAxMy42MjYzTDEwLjU0NzggMTUuMDY5NEMxMC41NDc4IDE1LjMzNzcgMTAuNjcxMSAxNS41ODc5IDEwLjg3MSAxNS43NjIyQzExLjI3MTUgMTYuMTExNSAxMS44MTI5IDE2LjU4MzcgMTIuMTkxIDE2LjQ1MDJDMTIuNDUyNyAxNi4zNTc3IDEyLjcwODYgMTYuMjQ5IDEyLjk1NzMgMTYuMTI0NkMxMy4xNzU2IDE2LjAxNTUgMTMuMjg1MiAxNS43NjYxIDEzLjIzNzEgMTUuNTIyOUwxMy4wNjU5IDE0LjY1NjVDMTMuMDIxOCAxNC40MzM0IDEzLjExMjggMTQuMjA3MSAxMy4yODU2IDE0LjA2MzNDMTMuNTU4NyAxMy44MzYxIDEzLjgxMDcgMTMuNTc5MiAxNC4wMzY2IDEzLjI5NDhDMTQuMTc3IDEzLjExOCAxNC4zOTg1IDEzLjAyNDQgMTQuNjE3MiAxMy4wNjg1TDE1LjQ2NjYgMTMuMjQwMUMxNS43MDUyIDEzLjI4ODMgMTUuOTQ5MyAxMy4xNzU2IDE2LjA1NTQgMTIuOTUyMkMxNi4xMTUzIDEyLjgyNjEgMTYuMTcxOSAxMi42OTcyIDE2LjIyNSAxMi41NjU5QzE2LjI3ODEgMTIuNDM0NSAxNi4zMjY5IDEyLjMwMjQgMTYuMzcxNCAxMi4xNjk4QzE2LjQ1MDMgMTEuOTM1IDE2LjM1NSAxMS42Nzk1IDE2LjE1MjQgMTEuNTQyMUwxNS40MzEyIDExLjA1MzJDMTUuMjQ1NSAxMC45MjczIDE1LjE1MyAxMC43MDE1IDE1LjE3NTUgMTAuNDc1MkMxNS4yMTE2IDEwLjExMSAxNS4yMTAxIDkuNzQ3NDQgMTUuMTczMyA5LjM4OTg2QzE1LjE0OTkgOS4xNjM2MSAxNS4yNDE3IDguOTM3NTcgMTUuNDI2OSA4LjgxMUwxNi4xNDY3IDguMzE5MjdDMTYuMzQ4OCA4LjE4MTI2IDE2LjQ0MzIgNy45MjU1OCAxNi4zNjM3IDcuNjkxMTVDMTYuMjczMSA3LjQyNDExIDE2LjE2NjUgNy4xNjI5MiAxNi4wNDQ3IDYuOTA5MTVDMTUuOTM3NyA2LjY4NjM4IDE1LjY5MzMgNi41NzQ2MiAxNS40NTUgNi42MjM2NkwxNC42MDU5IDYuNzk4MzdDMTQuMzg3MyA2Ljg0MzM0IDE0LjE2NTUgNi43NTA0OCAxNC4wMjQ2IDYuNTc0MThDMTMuODAxOSA2LjI5NTU0IDEzLjU1MDEgNi4wMzgzMiAxMy4yNzE0IDUuODA3ODRDMTMuMDk4MiA1LjY2NDYgMTMuMDA2NCA1LjQzODU4IDEzLjA0OTcgNS4yMTU0TDEzLjIxNzkgNC4zNDg2OEMxMy4yNjUxIDQuMTA1MjEgMTMuMTU0NiAzLjg1NjE2IDEyLjkzNTcgMy43NDc4N0MxMi44MTIxIDMuNjg2NjkgMTIuNjg1OCAzLjYyODk1IDEyLjU1NzEgMy41NzQ4QzEyLjQyODMgMy41MjA2NSAxMi4yOTg5IDMuNDcwODYgMTIuMTY4OSAzLjQyNTM3QzExLjkzODggMy4zNDQ4NSAxMS42ODg0IDMuNDQyMTEgMTEuNTUzOCAzLjY0ODg0TDExLjA3NDYgNC4zODQ3NUMxMC45NTEzIDQuNTc0MjUgMTAuNzMgNC42Njg2MiAxMC41MDgyIDQuNjQ1NzNDMTAuMTUxMyA0LjYwODkgOS43OTUwMiA0LjYxMDM5IDkuNDQ0NTkgNC42NDc5OUM5LjIyMjg2IDQuNjcxNzcgOS4wMDEzNCA0LjU3ODE4IDguODc3MzEgNC4zODkxM0w4LjM5NTQxIDMuNjU0NjRaIiBmaWxsPSIjYTdhYWFkIiAvPjwvc3ZnPg==);-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2E3YWFhZCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iYWlvc2VvLWdlYXIiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS45ODU0MiAxOS45NzA4QzE1LjUwMDIgMTkuOTcwOCAxOS45NzA4IDE1LjUwMDIgMTkuOTcwOCA5Ljk4NTQyQzE5Ljk3MDggNC40NzA2MyAxNS41MDAyIDAgOS45ODU0MiAwQzQuNDcwNjMgMCAwIDQuNDcwNjMgMCA5Ljk4NTQyQzAgMTUuNTAwMiA0LjQ3MDYzIDE5Ljk3MDggOS45ODU0MiAxOS45NzA4Wk04LjM5NTQxIDMuNjU0NjRDOC4yNjAxNiAzLjQ0ODUgOC4wMDk2IDMuMzUyMTEgNy43Nzk4NSAzLjQzMzI3QzcuNTE4MTYgMy41MjU3MiA3LjI2MjE4IDMuNjM0NDUgNy4wMTM0OSAzLjc1ODhDNi43OTUxOSAzLjg2Nzk2IDYuNjg1NjYgNC4xMTczMSA2LjczMzcyIDQuMzYwNDlMNi45MDQ5MyA1LjIyNjk0QzYuOTQ5IDUuNDQ5OTYgNi44NTggNS42NzYzIDYuNjg1MjIgNS44MjAwOUM2LjQxMjE2IDYuMDQ3MzQgNi4xNjAwNyA2LjMwNDI2IDUuOTM0MjEgNi41ODg2NEM1Ljc5MzgzIDYuNzY1MzkgNS41NzIzMyA2Ljg1OTA3IDUuMzUzNjEgNi44MTQ4OUw0LjUwNDI0IDYuNjQzM0M0LjI2NTY0IDYuNTk1MSA0LjAyMTU3IDYuNzA3ODggMy45MTU0NCA2LjkzMTIxQzMuODU1NDkgNy4wNTczOCAzLjc5ODg5IDcuMTg2MiAzLjc0NTgzIDcuMzE3NThDMy42OTI3NiA3LjQ0ODk2IDMuNjQzOTcgNy41ODEwNSAzLjU5OTM4IDcuNzEzNjlDMy41MjA0OCA3Ljk0ODQ3IDMuNjE1NzkgOC4yMDM5OCAzLjgxODM5IDguMzQxMzNMNC41Mzk1OCA4LjgzMDI3QzQuNzI1MjkgOC45NTYxNyA0LjgxNzc4IDkuMTgxOSA0Ljc5NTM0IDkuNDA4MjZDNC43NTkyNSA5Ljc3MjQ0IDQuNzYwNzIgMTAuMTM2IDQuNzk3NTYgMTAuNDkzNkM0LjgyMDg3IDEwLjcxOTggNC43MjkxNSAxMC45NDU5IDQuNTQzODggMTEuMDcyNEwzLjgyNDA4IDExLjU2NDJDMy42MjIwNSAxMS43MDIyIDMuNTI3NTkgMTEuOTU3OSAzLjYwNzEzIDEyLjE5MjNDMy42OTc3NCAxMi40NTkzIDMuODA0MyAxMi43MjA1IDMuOTI2MTUgMTIuOTc0M0M0LjAzMzEzIDEzLjE5NzEgNC4yNzc0OSAxMy4zMDg4IDQuNTE1ODEgMTMuMjU5OEw1LjM2NDk1IDEzLjA4NTFDNS41ODM1IDEzLjA0MDEgNS44MDUzMyAxMy4xMzMgNS45NDYyMyAxMy4zMDkzQzYuMTY4OTMgMTMuNTg3OSA2LjQyMDcxIDEzLjg0NTEgNi42OTk0IDE0LjA3NTZDNi44NzI2MSAxNC4yMTg4IDYuOTY0NDIgMTQuNDQ0OCA2LjkyMTEyIDE0LjY2OEw2Ljc1Mjk2IDE1LjUzNDhDNi43MDU3MiAxNS43NzgyIDYuODE2MjUgMTYuMDI3MyA3LjAzNTExIDE2LjEzNTZDNy4xNTg3NiAxNi4xOTY3IDcuMjg1IDE2LjI1NDUgNy40MTM3NSAxNi4zMDg2QzcuNTQyNTEgMTYuMzYyOCA3LjY3MTk2IDE2LjQxMjYgNy44MDE5NSAxNi40NTgxQzguMTgyMjQgMTYuNTkxMiA4LjcxNDQ5IDE2LjExNDcgOS4xMDggMTUuNzYyNUM5LjMwMjA1IDE1LjU4ODggOS40MjE3NCAxNS4zNDMgOS40MjMwMSAxNS4wNzk4QzkuNDIzMDEgMTUuMDc4NCA5LjQyMzAyIDE1LjA3NyA5LjQyMzAyIDE1LjA3NTZMOS40MjMwMSAxMy42MjYzQzkuNDIzMDEgMTMuNjEwOSA5LjQyMzYgMTMuNTk1NyA5LjQyNDc2IDEzLjU4MDZDOC4yNjI0OCAxMy4yOTcxIDcuMzk4MzggMTIuMjMwMSA3LjM5ODM4IDEwLjk1NzJWOS40MTgyM0M3LjM5ODM4IDkuMzAxMjUgNy40OTEzMSA5LjIwNjQyIDcuNjA1OTYgOS4yMDY0Mkg4LjMyNTg0VjcuNjkyMkM4LjMyNTg0IDcuNDgzMTIgOC40OTE5MyA3LjMxMzY0IDguNjk2ODMgNy4zMTM2NEM4LjkwMTcxIDcuMzEzNjQgOS4wNjc4MSA3LjQ4MzEyIDkuMDY3ODEgNy42OTIyVjkuMjA2NDJIMTEuMDE1NVY3LjY5MjJDMTEuMDE1NSA3LjQ4MzEyIDExLjE4MTYgNy4zMTM2NCAxMS4zODY1IDcuMzEzNjRDMTEuNTkxNCA3LjMxMzY0IDExLjc1NzUgNy40ODMxMiAxMS43NTc1IDcuNjkyMlY5LjIwNjQySDEyLjQ3NzNDMTIuNTkyIDkuMjA2NDIgMTIuNjg0OSA5LjMwMTI1IDEyLjY4NDkgOS40MTgyM1YxMC45NTcyQzEyLjY4NDkgMTIuMjcwNCAxMS43NjUzIDEzLjM2NDMgMTAuNTQ3NCAxMy42MDUxQzEwLjU0NzcgMTMuNjEyMSAxMC41NDc4IDEzLjYxOTIgMTAuNTQ3OCAxMy42MjYzTDEwLjU0NzggMTUuMDY5NEMxMC41NDc4IDE1LjMzNzcgMTAuNjcxMSAxNS41ODc5IDEwLjg3MSAxNS43NjIyQzExLjI3MTUgMTYuMTExNSAxMS44MTI5IDE2LjU4MzcgMTIuMTkxIDE2LjQ1MDJDMTIuNDUyNyAxNi4zNTc3IDEyLjcwODYgMTYuMjQ5IDEyLjk1NzMgMTYuMTI0NkMxMy4xNzU2IDE2LjAxNTUgMTMuMjg1MiAxNS43NjYxIDEzLjIzNzEgMTUuNTIyOUwxMy4wNjU5IDE0LjY1NjVDMTMuMDIxOCAxNC40MzM0IDEzLjExMjggMTQuMjA3MSAxMy4yODU2IDE0LjA2MzNDMTMuNTU4NyAxMy44MzYxIDEzLjgxMDcgMTMuNTc5MiAxNC4wMzY2IDEzLjI5NDhDMTQuMTc3IDEzLjExOCAxNC4zOTg1IDEzLjAyNDQgMTQuNjE3MiAxMy4wNjg1TDE1LjQ2NjYgMTMuMjQwMUMxNS43MDUyIDEzLjI4ODMgMTUuOTQ5MyAxMy4xNzU2IDE2LjA1NTQgMTIuOTUyMkMxNi4xMTUzIDEyLjgyNjEgMTYuMTcxOSAxMi42OTcyIDE2LjIyNSAxMi41NjU5QzE2LjI3ODEgMTIuNDM0NSAxNi4zMjY5IDEyLjMwMjQgMTYuMzcxNCAxMi4xNjk4QzE2LjQ1MDMgMTEuOTM1IDE2LjM1NSAxMS42Nzk1IDE2LjE1MjQgMTEuNTQyMUwxNS40MzEyIDExLjA1MzJDMTUuMjQ1NSAxMC45MjczIDE1LjE1MyAxMC43MDE1IDE1LjE3NTUgMTAuNDc1MkMxNS4yMTE2IDEwLjExMSAxNS4yMTAxIDkuNzQ3NDQgMTUuMTczMyA5LjM4OTg2QzE1LjE0OTkgOS4xNjM2MSAxNS4yNDE3IDguOTM3NTcgMTUuNDI2OSA4LjgxMUwxNi4xNDY3IDguMzE5MjdDMTYuMzQ4OCA4LjE4MTI2IDE2LjQ0MzIgNy45MjU1OCAxNi4zNjM3IDcuNjkxMTVDMTYuMjczMSA3LjQyNDExIDE2LjE2NjUgNy4xNjI5MiAxNi4wNDQ3IDYuOTA5MTVDMTUuOTM3NyA2LjY4NjM4IDE1LjY5MzMgNi41NzQ2MiAxNS40NTUgNi42MjM2NkwxNC42MDU5IDYuNzk4MzdDMTQuMzg3MyA2Ljg0MzM0IDE0LjE2NTUgNi43NTA0OCAxNC4wMjQ2IDYuNTc0MThDMTMuODAxOSA2LjI5NTU0IDEzLjU1MDEgNi4wMzgzMiAxMy4yNzE0IDUuODA3ODRDMTMuMDk4MiA1LjY2NDYgMTMuMDA2NCA1LjQzODU4IDEzLjA0OTcgNS4yMTU0TDEzLjIxNzkgNC4zNDg2OEMxMy4yNjUxIDQuMTA1MjEgMTMuMTU0NiAzLjg1NjE2IDEyLjkzNTcgMy43NDc4N0MxMi44MTIxIDMuNjg2NjkgMTIuNjg1OCAzLjYyODk1IDEyLjU1NzEgMy41NzQ4QzEyLjQyODMgMy41MjA2NSAxMi4yOTg5IDMuNDcwODYgMTIuMTY4OSAzLjQyNTM3QzExLjkzODggMy4zNDQ4NSAxMS42ODg0IDMuNDQyMTEgMTEuNTUzOCAzLjY0ODg0TDExLjA3NDYgNC4zODQ3NUMxMC45NTEzIDQuNTc0MjUgMTAuNzMgNC42Njg2MiAxMC41MDgyIDQuNjQ1NzNDMTAuMTUxMyA0LjYwODkgOS43OTUwMiA0LjYxMDM5IDkuNDQ0NTkgNC42NDc5OUM5LjIyMjg2IDQuNjcxNzcgOS4wMDEzNCA0LjU3ODE4IDguODc3MzEgNC4zODkxM0w4LjM5NTQxIDMuNjU0NjRaIiBmaWxsPSIjYTdhYWFkIiAvPjwvc3ZnPg==);mask-size:100% 100%;-webkit-mask-size:100% 100%;margin:0 auto;content:".";color:transparent;background-color:#6d7882;height:20px;width:20px}.aioseo-elementor-dark .aioseo-elementor-panel{color:#555d66}.aioseo-elementor-dark .aioseo-elementor-panel input{color:#555d66;background-color:#fff}.aioseo-elementor-dark .elementor-tab-control-aioseo a:before{background-color:#fff}.aioseo-elementor-dark .aioseo-element-menu-icon:before{background-color:#fff}.aioseo-elementor-dark .modal-container{color:#555d66}.elementor-editor-active .aioseo-app input,.elementor-editor-active .aioseo-app textarea{color:#141b38!important}.elementor-editor-active .aioseo-app input::placeholder,.elementor-editor-active .aioseo-app textarea::placeholder{color:#8c8f9a!important}.elementor-editor-active .aioseo-app input:disabled,.elementor-editor-active .aioseo-app textarea:disabled{color:#8c8f9a!important}#aioseo-settings{position:absolute;width:36px;height:36px;background-color:#fff!important;z-index:10;pointer-events:auto;cursor:pointer;visibility:hidden;border-radius:50%!important}#aioseo-settings:before{mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2E3YWFhZCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iYWlvc2VvLWdlYXIiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS45ODU0MiAxOS45NzA4QzE1LjUwMDIgMTkuOTcwOCAxOS45NzA4IDE1LjUwMDIgMTkuOTcwOCA5Ljk4NTQyQzE5Ljk3MDggNC40NzA2MyAxNS41MDAyIDAgOS45ODU0MiAwQzQuNDcwNjMgMCAwIDQuNDcwNjMgMCA5Ljk4NTQyQzAgMTUuNTAwMiA0LjQ3MDYzIDE5Ljk3MDggOS45ODU0MiAxOS45NzA4Wk04LjM5NTQxIDMuNjU0NjRDOC4yNjAxNiAzLjQ0ODUgOC4wMDk2IDMuMzUyMTEgNy43Nzk4NSAzLjQzMzI3QzcuNTE4MTYgMy41MjU3MiA3LjI2MjE4IDMuNjM0NDUgNy4wMTM0OSAzLjc1ODhDNi43OTUxOSAzLjg2Nzk2IDYuNjg1NjYgNC4xMTczMSA2LjczMzcyIDQuMzYwNDlMNi45MDQ5MyA1LjIyNjk0QzYuOTQ5IDUuNDQ5OTYgNi44NTggNS42NzYzIDYuNjg1MjIgNS44MjAwOUM2LjQxMjE2IDYuMDQ3MzQgNi4xNjAwNyA2LjMwNDI2IDUuOTM0MjEgNi41ODg2NEM1Ljc5MzgzIDYuNzY1MzkgNS41NzIzMyA2Ljg1OTA3IDUuMzUzNjEgNi44MTQ4OUw0LjUwNDI0IDYuNjQzM0M0LjI2NTY0IDYuNTk1MSA0LjAyMTU3IDYuNzA3ODggMy45MTU0NCA2LjkzMTIxQzMuODU1NDkgNy4wNTczOCAzLjc5ODg5IDcuMTg2MiAzLjc0NTgzIDcuMzE3NThDMy42OTI3NiA3LjQ0ODk2IDMuNjQzOTcgNy41ODEwNSAzLjU5OTM4IDcuNzEzNjlDMy41MjA0OCA3Ljk0ODQ3IDMuNjE1NzkgOC4yMDM5OCAzLjgxODM5IDguMzQxMzNMNC41Mzk1OCA4LjgzMDI3QzQuNzI1MjkgOC45NTYxNyA0LjgxNzc4IDkuMTgxOSA0Ljc5NTM0IDkuNDA4MjZDNC43NTkyNSA5Ljc3MjQ0IDQuNzYwNzIgMTAuMTM2IDQuNzk3NTYgMTAuNDkzNkM0LjgyMDg3IDEwLjcxOTggNC43MjkxNSAxMC45NDU5IDQuNTQzODggMTEuMDcyNEwzLjgyNDA4IDExLjU2NDJDMy42MjIwNSAxMS43MDIyIDMuNTI3NTkgMTEuOTU3OSAzLjYwNzEzIDEyLjE5MjNDMy42OTc3NCAxMi40NTkzIDMuODA0MyAxMi43MjA1IDMuOTI2MTUgMTIuOTc0M0M0LjAzMzEzIDEzLjE5NzEgNC4yNzc0OSAxMy4zMDg4IDQuNTE1ODEgMTMuMjU5OEw1LjM2NDk1IDEzLjA4NTFDNS41ODM1IDEzLjA0MDEgNS44MDUzMyAxMy4xMzMgNS45NDYyMyAxMy4zMDkzQzYuMTY4OTMgMTMuNTg3OSA2LjQyMDcxIDEzLjg0NTEgNi42OTk0IDE0LjA3NTZDNi44NzI2MSAxNC4yMTg4IDYuOTY0NDIgMTQuNDQ0OCA2LjkyMTEyIDE0LjY2OEw2Ljc1Mjk2IDE1LjUzNDhDNi43MDU3MiAxNS43NzgyIDYuODE2MjUgMTYuMDI3MyA3LjAzNTExIDE2LjEzNTZDNy4xNTg3NiAxNi4xOTY3IDcuMjg1IDE2LjI1NDUgNy40MTM3NSAxNi4zMDg2QzcuNTQyNTEgMTYuMzYyOCA3LjY3MTk2IDE2LjQxMjYgNy44MDE5NSAxNi40NTgxQzguMTgyMjQgMTYuNTkxMiA4LjcxNDQ5IDE2LjExNDcgOS4xMDggMTUuNzYyNUM5LjMwMjA1IDE1LjU4ODggOS40MjE3NCAxNS4zNDMgOS40MjMwMSAxNS4wNzk4QzkuNDIzMDEgMTUuMDc4NCA5LjQyMzAyIDE1LjA3NyA5LjQyMzAyIDE1LjA3NTZMOS40MjMwMSAxMy42MjYzQzkuNDIzMDEgMTMuNjEwOSA5LjQyMzYgMTMuNTk1NyA5LjQyNDc2IDEzLjU4MDZDOC4yNjI0OCAxMy4yOTcxIDcuMzk4MzggMTIuMjMwMSA3LjM5ODM4IDEwLjk1NzJWOS40MTgyM0M3LjM5ODM4IDkuMzAxMjUgNy40OTEzMSA5LjIwNjQyIDcuNjA1OTYgOS4yMDY0Mkg4LjMyNTg0VjcuNjkyMkM4LjMyNTg0IDcuNDgzMTIgOC40OTE5MyA3LjMxMzY0IDguNjk2ODMgNy4zMTM2NEM4LjkwMTcxIDcuMzEzNjQgOS4wNjc4MSA3LjQ4MzEyIDkuMDY3ODEgNy42OTIyVjkuMjA2NDJIMTEuMDE1NVY3LjY5MjJDMTEuMDE1NSA3LjQ4MzEyIDExLjE4MTYgNy4zMTM2NCAxMS4zODY1IDcuMzEzNjRDMTEuNTkxNCA3LjMxMzY0IDExLjc1NzUgNy40ODMxMiAxMS43NTc1IDcuNjkyMlY5LjIwNjQySDEyLjQ3NzNDMTIuNTkyIDkuMjA2NDIgMTIuNjg0OSA5LjMwMTI1IDEyLjY4NDkgOS40MTgyM1YxMC45NTcyQzEyLjY4NDkgMTIuMjcwNCAxMS43NjUzIDEzLjM2NDMgMTAuNTQ3NCAxMy42MDUxQzEwLjU0NzcgMTMuNjEyMSAxMC41NDc4IDEzLjYxOTIgMTAuNTQ3OCAxMy42MjYzTDEwLjU0NzggMTUuMDY5NEMxMC41NDc4IDE1LjMzNzcgMTAuNjcxMSAxNS41ODc5IDEwLjg3MSAxNS43NjIyQzExLjI3MTUgMTYuMTExNSAxMS44MTI5IDE2LjU4MzcgMTIuMTkxIDE2LjQ1MDJDMTIuNDUyNyAxNi4zNTc3IDEyLjcwODYgMTYuMjQ5IDEyLjk1NzMgMTYuMTI0NkMxMy4xNzU2IDE2LjAxNTUgMTMuMjg1MiAxNS43NjYxIDEzLjIzNzEgMTUuNTIyOUwxMy4wNjU5IDE0LjY1NjVDMTMuMDIxOCAxNC40MzM0IDEzLjExMjggMTQuMjA3MSAxMy4yODU2IDE0LjA2MzNDMTMuNTU4NyAxMy44MzYxIDEzLjgxMDcgMTMuNTc5MiAxNC4wMzY2IDEzLjI5NDhDMTQuMTc3IDEzLjExOCAxNC4zOTg1IDEzLjAyNDQgMTQuNjE3MiAxMy4wNjg1TDE1LjQ2NjYgMTMuMjQwMUMxNS43MDUyIDEzLjI4ODMgMTUuOTQ5MyAxMy4xNzU2IDE2LjA1NTQgMTIuOTUyMkMxNi4xMTUzIDEyLjgyNjEgMTYuMTcxOSAxMi42OTcyIDE2LjIyNSAxMi41NjU5QzE2LjI3ODEgMTIuNDM0NSAxNi4zMjY5IDEyLjMwMjQgMTYuMzcxNCAxMi4xNjk4QzE2LjQ1MDMgMTEuOTM1IDE2LjM1NSAxMS42Nzk1IDE2LjE1MjQgMTEuNTQyMUwxNS40MzEyIDExLjA1MzJDMTUuMjQ1NSAxMC45MjczIDE1LjE1MyAxMC43MDE1IDE1LjE3NTUgMTAuNDc1MkMxNS4yMTE2IDEwLjExMSAxNS4yMTAxIDkuNzQ3NDQgMTUuMTczMyA5LjM4OTg2QzE1LjE0OTkgOS4xNjM2MSAxNS4yNDE3IDguOTM3NTcgMTUuNDI2OSA4LjgxMUwxNi4xNDY3IDguMzE5MjdDMTYuMzQ4OCA4LjE4MTI2IDE2LjQ0MzIgNy45MjU1OCAxNi4zNjM3IDcuNjkxMTVDMTYuMjczMSA3LjQyNDExIDE2LjE2NjUgNy4xNjI5MiAxNi4wNDQ3IDYuOTA5MTVDMTUuOTM3NyA2LjY4NjM4IDE1LjY5MzMgNi41NzQ2MiAxNS40NTUgNi42MjM2NkwxNC42MDU5IDYuNzk4MzdDMTQuMzg3MyA2Ljg0MzM0IDE0LjE2NTUgNi43NTA0OCAxNC4wMjQ2IDYuNTc0MThDMTMuODAxOSA2LjI5NTU0IDEzLjU1MDEgNi4wMzgzMiAxMy4yNzE0IDUuODA3ODRDMTMuMDk4MiA1LjY2NDYgMTMuMDA2NCA1LjQzODU4IDEzLjA0OTcgNS4yMTU0TDEzLjIxNzkgNC4zNDg2OEMxMy4yNjUxIDQuMTA1MjEgMTMuMTU0NiAzLjg1NjE2IDEyLjkzNTcgMy43NDc4N0MxMi44MTIxIDMuNjg2NjkgMTIuNjg1OCAzLjYyODk1IDEyLjU1NzEgMy41NzQ4QzEyLjQyODMgMy41MjA2NSAxMi4yOTg5IDMuNDcwODYgMTIuMTY4OSAzLjQyNTM3QzExLjkzODggMy4zNDQ4NSAxMS42ODg0IDMuNDQyMTEgMTEuNTUzOCAzLjY0ODg0TDExLjA3NDYgNC4zODQ3NUMxMC45NTEzIDQuNTc0MjUgMTAuNzMgNC42Njg2MiAxMC41MDgyIDQuNjQ1NzNDMTAuMTUxMyA0LjYwODkgOS43OTUwMiA0LjYxMDM5IDkuNDQ0NTkgNC42NDc5OUM5LjIyMjg2IDQuNjcxNzcgOS4wMDEzNCA0LjU3ODE4IDguODc3MzEgNC4zODkxM0w4LjM5NTQxIDMuNjU0NjRaIiBmaWxsPSIjYTdhYWFkIiAvPjwvc3ZnPg==);-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2E3YWFhZCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iYWlvc2VvLWdlYXIiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS45ODU0MiAxOS45NzA4QzE1LjUwMDIgMTkuOTcwOCAxOS45NzA4IDE1LjUwMDIgMTkuOTcwOCA5Ljk4NTQyQzE5Ljk3MDggNC40NzA2MyAxNS41MDAyIDAgOS45ODU0MiAwQzQuNDcwNjMgMCAwIDQuNDcwNjMgMCA5Ljk4NTQyQzAgMTUuNTAwMiA0LjQ3MDYzIDE5Ljk3MDggOS45ODU0MiAxOS45NzA4Wk04LjM5NTQxIDMuNjU0NjRDOC4yNjAxNiAzLjQ0ODUgOC4wMDk2IDMuMzUyMTEgNy43Nzk4NSAzLjQzMzI3QzcuNTE4MTYgMy41MjU3MiA3LjI2MjE4IDMuNjM0NDUgNy4wMTM0OSAzLjc1ODhDNi43OTUxOSAzLjg2Nzk2IDYuNjg1NjYgNC4xMTczMSA2LjczMzcyIDQuMzYwNDlMNi45MDQ5MyA1LjIyNjk0QzYuOTQ5IDUuNDQ5OTYgNi44NTggNS42NzYzIDYuNjg1MjIgNS44MjAwOUM2LjQxMjE2IDYuMDQ3MzQgNi4xNjAwNyA2LjMwNDI2IDUuOTM0MjEgNi41ODg2NEM1Ljc5MzgzIDYuNzY1MzkgNS41NzIzMyA2Ljg1OTA3IDUuMzUzNjEgNi44MTQ4OUw0LjUwNDI0IDYuNjQzM0M0LjI2NTY0IDYuNTk1MSA0LjAyMTU3IDYuNzA3ODggMy45MTU0NCA2LjkzMTIxQzMuODU1NDkgNy4wNTczOCAzLjc5ODg5IDcuMTg2MiAzLjc0NTgzIDcuMzE3NThDMy42OTI3NiA3LjQ0ODk2IDMuNjQzOTcgNy41ODEwNSAzLjU5OTM4IDcuNzEzNjlDMy41MjA0OCA3Ljk0ODQ3IDMuNjE1NzkgOC4yMDM5OCAzLjgxODM5IDguMzQxMzNMNC41Mzk1OCA4LjgzMDI3QzQuNzI1MjkgOC45NTYxNyA0LjgxNzc4IDkuMTgxOSA0Ljc5NTM0IDkuNDA4MjZDNC43NTkyNSA5Ljc3MjQ0IDQuNzYwNzIgMTAuMTM2IDQuNzk3NTYgMTAuNDkzNkM0LjgyMDg3IDEwLjcxOTggNC43MjkxNSAxMC45NDU5IDQuNTQzODggMTEuMDcyNEwzLjgyNDA4IDExLjU2NDJDMy42MjIwNSAxMS43MDIyIDMuNTI3NTkgMTEuOTU3OSAzLjYwNzEzIDEyLjE5MjNDMy42OTc3NCAxMi40NTkzIDMuODA0MyAxMi43MjA1IDMuOTI2MTUgMTIuOTc0M0M0LjAzMzEzIDEzLjE5NzEgNC4yNzc0OSAxMy4zMDg4IDQuNTE1ODEgMTMuMjU5OEw1LjM2NDk1IDEzLjA4NTFDNS41ODM1IDEzLjA0MDEgNS44MDUzMyAxMy4xMzMgNS45NDYyMyAxMy4zMDkzQzYuMTY4OTMgMTMuNTg3OSA2LjQyMDcxIDEzLjg0NTEgNi42OTk0IDE0LjA3NTZDNi44NzI2MSAxNC4yMTg4IDYuOTY0NDIgMTQuNDQ0OCA2LjkyMTEyIDE0LjY2OEw2Ljc1Mjk2IDE1LjUzNDhDNi43MDU3MiAxNS43NzgyIDYuODE2MjUgMTYuMDI3MyA3LjAzNTExIDE2LjEzNTZDNy4xNTg3NiAxNi4xOTY3IDcuMjg1IDE2LjI1NDUgNy40MTM3NSAxNi4zMDg2QzcuNTQyNTEgMTYuMzYyOCA3LjY3MTk2IDE2LjQxMjYgNy44MDE5NSAxNi40NTgxQzguMTgyMjQgMTYuNTkxMiA4LjcxNDQ5IDE2LjExNDcgOS4xMDggMTUuNzYyNUM5LjMwMjA1IDE1LjU4ODggOS40MjE3NCAxNS4zNDMgOS40MjMwMSAxNS4wNzk4QzkuNDIzMDEgMTUuMDc4NCA5LjQyMzAyIDE1LjA3NyA5LjQyMzAyIDE1LjA3NTZMOS40MjMwMSAxMy42MjYzQzkuNDIzMDEgMTMuNjEwOSA5LjQyMzYgMTMuNTk1NyA5LjQyNDc2IDEzLjU4MDZDOC4yNjI0OCAxMy4yOTcxIDcuMzk4MzggMTIuMjMwMSA3LjM5ODM4IDEwLjk1NzJWOS40MTgyM0M3LjM5ODM4IDkuMzAxMjUgNy40OTEzMSA5LjIwNjQyIDcuNjA1OTYgOS4yMDY0Mkg4LjMyNTg0VjcuNjkyMkM4LjMyNTg0IDcuNDgzMTIgOC40OTE5MyA3LjMxMzY0IDguNjk2ODMgNy4zMTM2NEM4LjkwMTcxIDcuMzEzNjQgOS4wNjc4MSA3LjQ4MzEyIDkuMDY3ODEgNy42OTIyVjkuMjA2NDJIMTEuMDE1NVY3LjY5MjJDMTEuMDE1NSA3LjQ4MzEyIDExLjE4MTYgNy4zMTM2NCAxMS4zODY1IDcuMzEzNjRDMTEuNTkxNCA3LjMxMzY0IDExLjc1NzUgNy40ODMxMiAxMS43NTc1IDcuNjkyMlY5LjIwNjQySDEyLjQ3NzNDMTIuNTkyIDkuMjA2NDIgMTIuNjg0OSA5LjMwMTI1IDEyLjY4NDkgOS40MTgyM1YxMC45NTcyQzEyLjY4NDkgMTIuMjcwNCAxMS43NjUzIDEzLjM2NDMgMTAuNTQ3NCAxMy42MDUxQzEwLjU0NzcgMTMuNjEyMSAxMC41NDc4IDEzLjYxOTIgMTAuNTQ3OCAxMy42MjYzTDEwLjU0NzggMTUuMDY5NEMxMC41NDc4IDE1LjMzNzcgMTAuNjcxMSAxNS41ODc5IDEwLjg3MSAxNS43NjIyQzExLjI3MTUgMTYuMTExNSAxMS44MTI5IDE2LjU4MzcgMTIuMTkxIDE2LjQ1MDJDMTIuNDUyNyAxNi4zNTc3IDEyLjcwODYgMTYuMjQ5IDEyLjk1NzMgMTYuMTI0NkMxMy4xNzU2IDE2LjAxNTUgMTMuMjg1MiAxNS43NjYxIDEzLjIzNzEgMTUuNTIyOUwxMy4wNjU5IDE0LjY1NjVDMTMuMDIxOCAxNC40MzM0IDEzLjExMjggMTQuMjA3MSAxMy4yODU2IDE0LjA2MzNDMTMuNTU4NyAxMy44MzYxIDEzLjgxMDcgMTMuNTc5MiAxNC4wMzY2IDEzLjI5NDhDMTQuMTc3IDEzLjExOCAxNC4zOTg1IDEzLjAyNDQgMTQuNjE3MiAxMy4wNjg1TDE1LjQ2NjYgMTMuMjQwMUMxNS43MDUyIDEzLjI4ODMgMTUuOTQ5MyAxMy4xNzU2IDE2LjA1NTQgMTIuOTUyMkMxNi4xMTUzIDEyLjgyNjEgMTYuMTcxOSAxMi42OTcyIDE2LjIyNSAxMi41NjU5QzE2LjI3ODEgMTIuNDM0NSAxNi4zMjY5IDEyLjMwMjQgMTYuMzcxNCAxMi4xNjk4QzE2LjQ1MDMgMTEuOTM1IDE2LjM1NSAxMS42Nzk1IDE2LjE1MjQgMTEuNTQyMUwxNS40MzEyIDExLjA1MzJDMTUuMjQ1NSAxMC45MjczIDE1LjE1MyAxMC43MDE1IDE1LjE3NTUgMTAuNDc1MkMxNS4yMTE2IDEwLjExMSAxNS4yMTAxIDkuNzQ3NDQgMTUuMTczMyA5LjM4OTg2QzE1LjE0OTkgOS4xNjM2MSAxNS4yNDE3IDguOTM3NTcgMTUuNDI2OSA4LjgxMUwxNi4xNDY3IDguMzE5MjdDMTYuMzQ4OCA4LjE4MTI2IDE2LjQ0MzIgNy45MjU1OCAxNi4zNjM3IDcuNjkxMTVDMTYuMjczMSA3LjQyNDExIDE2LjE2NjUgNy4xNjI5MiAxNi4wNDQ3IDYuOTA5MTVDMTUuOTM3NyA2LjY4NjM4IDE1LjY5MzMgNi41NzQ2MiAxNS40NTUgNi42MjM2NkwxNC42MDU5IDYuNzk4MzdDMTQuMzg3MyA2Ljg0MzM0IDE0LjE2NTUgNi43NTA0OCAxNC4wMjQ2IDYuNTc0MThDMTMuODAxOSA2LjI5NTU0IDEzLjU1MDEgNi4wMzgzMiAxMy4yNzE0IDUuODA3ODRDMTMuMDk4MiA1LjY2NDYgMTMuMDA2NCA1LjQzODU4IDEzLjA0OTcgNS4yMTU0TDEzLjIxNzkgNC4zNDg2OEMxMy4yNjUxIDQuMTA1MjEgMTMuMTU0NiAzLjg1NjE2IDEyLjkzNTcgMy43NDc4N0MxMi44MTIxIDMuNjg2NjkgMTIuNjg1OCAzLjYyODk1IDEyLjU1NzEgMy41NzQ4QzEyLjQyODMgMy41MjA2NSAxMi4yOTg5IDMuNDcwODYgMTIuMTY4OSAzLjQyNTM3QzExLjkzODggMy4zNDQ4NSAxMS42ODg0IDMuNDQyMTEgMTEuNTUzOCAzLjY0ODg0TDExLjA3NDYgNC4zODQ3NUMxMC45NTEzIDQuNTc0MjUgMTAuNzMgNC42Njg2MiAxMC41MDgyIDQuNjQ1NzNDMTAuMTUxMyA0LjYwODkgOS43OTUwMiA0LjYxMDM5IDkuNDQ0NTkgNC42NDc5OUM5LjIyMjg2IDQuNjcxNzcgOS4wMDEzNCA0LjU3ODE4IDguODc3MzEgNC4zODkxM0w4LjM5NTQxIDMuNjU0NjRaIiBmaWxsPSIjYTdhYWFkIiAvPjwvc3ZnPg==);mask-size:100% 100%;-webkit-mask-size:100% 100%;margin:0 auto;content:".";color:transparent;background-color:#6d7882;display:block;fill:#fff;width:40px;height:40px;background-color:#6c2eb9}[dir=ltr] #aioseo-settings:before{margin:-2px 0 0 -2px}[dir=rtl] #aioseo-settings:before{margin:-2px -2px 0 0}#aioseo-app-modal{position:absolute;z-index:1;top:0;height:0;width:0;overflow:visible}[dir=ltr] #aioseo-app-modal{left:0}[dir=rtl] #aioseo-app-modal{right:0}.aioseo-settings-bar-is-inactive #aioseo-settings{visibility:visible}[dir=ltr] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-top,[dir=ltr] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-bottom,[dir=ltr] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-top-left,[dir=ltr] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-bottom-left{left:calc(50% + 45px)}[dir=rtl] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-top,[dir=rtl] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-bottom,[dir=rtl] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-top-left,[dir=rtl] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-bottom-left,[dir=ltr] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-top-right,[dir=ltr] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-bottom-right{right:calc(50% + 45px)}[dir=rtl] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-top-right,[dir=rtl] .aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-bottom-right{left:calc(50% + 45px)}.aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-left,.aioseo-settings-bar-is-inactive #aioseo-settings.aioseo-settings-bar-root-right{top:calc(50% + 45px)}.aioseo-settings-bar-is-active #aioseo-settings{visibility:visible}.aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-mobile-top-left,.aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-mobile-top-right{top:calc(100% + 24px)}.aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-mobile-bottom-left,.aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-mobile-bottom-right{bottom:calc(100% + 24px)}.aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-mobile-left,.aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-mobile-right{top:calc(100% + 24px)}[dir=ltr] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-top,[dir=ltr] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-bottom,[dir=ltr] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-top-left,[dir=ltr] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-bottom-left{left:calc(100% + 24px)}[dir=rtl] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-top,[dir=rtl] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-bottom,[dir=rtl] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-top-left,[dir=rtl] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-bottom-left,[dir=ltr] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-top-right,[dir=ltr] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-bottom-right{right:calc(100% + 24px)}[dir=rtl] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-top-right,[dir=rtl] .aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-bottom-right{left:calc(100% + 24px)}.aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-left,.aioseo-settings-bar-is-active #aioseo-settings.aioseo-settings-bar-root-is-desktop-right{top:calc(100% + 24px)}.aioseo-settings-bar-is-top .aioseo-modal{top:122px}[dir=ltr] .aioseo-settings-bar-is-top .aioseo-modal{left:30px}[dir=rtl] .aioseo-settings-bar-is-top .aioseo-modal{right:30px}.aioseo-settings-bar-is-top-right .aioseo-modal{top:122px}[dir=ltr] .aioseo-settings-bar-is-top-right .aioseo-modal{left:30px}[dir=rtl] .aioseo-settings-bar-is-top-right .aioseo-modal{right:30px}[dir=ltr] .aioseo-settings-bar-is-top-left .aioseo-modal{left:calc(100vw - 430px)}[dir=rtl] .aioseo-settings-bar-is-top-left .aioseo-modal{right:calc(100vw - 430px)}[dir=ltr] .aioseo-settings-bar-is-bottom .aioseo-modal{left:30px}[dir=rtl] .aioseo-settings-bar-is-bottom .aioseo-modal{right:30px}[dir=ltr] .aioseo-settings-bar-is-bottom-right .aioseo-modal{left:30px}[dir=rtl] .aioseo-settings-bar-is-bottom-right .aioseo-modal{right:30px}[dir=ltr] .aioseo-settings-bar-is-bottom-left .aioseo-modal{left:calc(100vw - 430px)}[dir=rtl] .aioseo-settings-bar-is-bottom-left .aioseo-modal{right:calc(100vw - 430px)}.aioseo-settings-bar-is-left .aioseo-modal{top:122px}[dir=ltr] .aioseo-settings-bar-is-left .aioseo-modal{left:calc(100vw - 430px)}[dir=rtl] .aioseo-settings-bar-is-left .aioseo-modal{right:calc(100vw - 430px)}[dir=ltr] .aioseo-settings-bar-is-right .aioseo-modal{left:30px}[dir=rtl] .aioseo-settings-bar-is-right .aioseo-modal{right:30px}.aioseo-modal{position:relative;top:62px;display:flex;flex-direction:column;overflow:hidden;width:400px;padding-top:58px;background:#fff;box-shadow:0 5px 30px #2c87da33;border-radius:3px 3px 0 0}.aioseo-modal-is-closed{display:none}.aioseo-modal-header{position:absolute;z-index:1;top:0;display:flex;width:100%;height:58px;color:#fff;background-color:#6c2eb9;align-items:center;justify-content:space-between;box-sizing:border-box;cursor:move}[dir=ltr] .aioseo-modal-header{left:0;padding-right:21px;padding-left:26px}[dir=rtl] .aioseo-modal-header{right:0;padding-left:21px;padding-right:26px}.aioseo-modal-header-title{font-family:Open Sans,Helvetica,Roboto,Arial,sans-serif;font-size:18px;font-weight:600;font-style:normal;line-height:16px;cursor:move;user-select:none;text-decoration:none;letter-spacing:0;text-transform:none;color:#fff}.aioseo-modal-header-close{cursor:pointer}.aioseo-modal-header-close svg{position:relative;top:4px;width:16px;height:16px;fill:#fff}.aioseo-modal-body{position:relative;z-index:1;overflow:hidden;overflow-y:auto;max-height:calc(100vh - 210px)}.aioseo-modal-body p{padding-bottom:0}.aioseo-app .aioseo-cta a.learn-more,.aioseo-app .aioseo-cta a.learn-more:hover{text-decoration:underline}#seedprod-preview-wrapper.sp-setup_settings_seo .seedprod-settings-page{padding:0}#seedprod-preview-wrapper.sp-setup_settings_seo .aioseo-add-template-tag svg,#seedprod-preview-wrapper.sp-setup_settings_seo .aioseo-analysis-detail li svg,#seedprod-preview-wrapper.sp-setup_settings_seo .aioseo-keyphrase-tag .keyphrase-edit svg{display:inline;vertical-align:baseline}#seedprod-preview-wrapper.sp-setup_settings_seo .aioseo-analysis-detail li .title{margin-top:1em}#seedprod-preview-wrapper.sp-setup_settings_seo .aioseo-analysis-detail li{list-style:none}
dist/Lite/assets/{dashboard-widgets.b96e3b08.js → dashboard-widgets.37b5ccb0.js} RENAMED
@@ -1 +1 @@
1
- var er=Object.defineProperty;var p=Object.getOwnPropertySymbols;var ur=Object.prototype.hasOwnProperty,or=Object.prototype.propertyIsEnumerable;var b=(r,e,u)=>e in r?er(r,e,{enumerable:!0,configurable:!0,writable:!0,value:u}):r[e]=u,x=(r,e)=>{for(var u in e||(e={}))ur.call(e,u)&&b(r,u,e[u]);if(p)for(var u of p(e))or.call(e,u)&&b(r,u,e[u]);return r};import{n as U,V as L}from"./js/vueComponentNormalizer.87056a83.js";import"./js/index.652636d3.js";import{a as ar,s as nr}from"./js/index.8900b7f9.js";import{S as M}from"./js/Standalone.f29e6756.js";import{C as tr,a as ir}from"./js/Overview.65d0631e.js";import{e as sr}from"./js/elemLoaded.b1f6e29c.js";import{c as s}from"./js/_commonjsHelpers.f40d732e.js";import"./js/client.94d919c5.js";import"./js/default-i18n.abde8d59.js";import"./js/constants.7cd698f2.js";import"./js/isArrayLikeObject.a4a9229a.js";import"./js/Rocket.8cc34606.js";import"./js/Index.476ddbfd.js";import"./js/External.8868c638.js";import"./js/DonutChartWithLegend.fe87aad2.js";import"./js/AnimatedNumber.b6059bfd.js";var cr=function(){var r=this,e=r.$createElement,u=r._self._c||e;return r.internalOptions.internal?u("div",[u("core-seo-setup",{attrs:{isWpDashboard:!0}})],1):r._e()},fr=[];const dr={mixins:[M],components:{CoreSeoSetup:tr},computed:x({},ar(["internalOptions"]))},v={};var lr=U(dr,cr,fr,!1,pr,null,null,null);function pr(r){for(let e in v)this[e]=v[e]}var br=function(){return lr.exports}(),xr=function(){var r=this,e=r.$createElement,u=r._self._c||e;return u("div",{staticClass:"aioseo-app",staticStyle:{"background-color":"transparent"}},[u("core-overview",{attrs:{isWpDashboard:!0}})],1)},vr=[];const mr={components:{CoreOverview:ir},mixins:[M]},m={};var gr=U(mr,xr,vr,!1,$r,null,null,null);function $r(r){for(let e in m)this[e]=m[e]}var _r=function(){return gr.exports}(),Sr=typeof s=="object"&&s&&s.Object===Object&&s,yr=Sr,Rr=yr,Ar=typeof self=="object"&&self&&self.Object===Object&&self,hr=Rr||Ar||Function("return this")(),Cr=hr,Or=Cr,Tr=Or.Symbol,l=Tr;function jr(r,e){for(var u=-1,a=r==null?0:r.length,o=Array(a);++u<a;)o[u]=e(r[u],u,r);return o}var Ur=jr,Lr=Array.isArray,Mr=Lr,g=l,E=Object.prototype,Er=E.hasOwnProperty,Wr=E.toString,i=g?g.toStringTag:void 0;function kr(r){var e=Er.call(r,i),u=r[i];try{r[i]=void 0;var a=!0}catch{}var o=Wr.call(r);return a&&(e?r[i]=u:delete r[i]),o}var wr=kr,zr=Object.prototype,Ir=zr.toString;function Nr(r){return Ir.call(r)}var Zr=Nr,$=l,Dr=wr,Fr=Zr,Pr="[object Null]",Gr="[object Undefined]",_=$?$.toStringTag:void 0;function Hr(r){return r==null?r===void 0?Gr:Pr:_&&_ in Object(r)?Dr(r):Fr(r)}var Vr=Hr;function Jr(r){return r!=null&&typeof r=="object"}var Yr=Jr,Br=Vr,qr=Yr,Kr="[object Symbol]";function Qr(r){return typeof r=="symbol"||qr(r)&&Br(r)==Kr}var Xr=Qr,S=l,re=Ur,ee=Mr,ue=Xr,oe=1/0,y=S?S.prototype:void 0,R=y?y.toString:void 0;function W(r){if(typeof r=="string")return r;if(ee(r))return re(r,W)+"";if(ue(r))return R?R.call(r):"";var e=r+"";return e=="0"&&1/r==-oe?"-0":e}var ae=W,ne=ae;function te(r){return r==null?"":ne(r)}var c=te;function ie(r,e,u){var a=-1,o=r.length;e<0&&(e=-e>o?0:o+e),u=u>o?o:u,u<0&&(u+=o),o=e>u?0:u-e>>>0,e>>>=0;for(var n=Array(o);++a<o;)n[a]=r[a+e];return n}var se=ie,ce=se;function fe(r,e,u){var a=r.length;return u=u===void 0?a:u,!e&&u>=a?r:ce(r,e,u)}var de=fe,le="\\ud800-\\udfff",pe="\\u0300-\\u036f",be="\\ufe20-\\ufe2f",xe="\\u20d0-\\u20ff",ve=pe+be+xe,me="\\ufe0e\\ufe0f",ge="\\u200d",$e=RegExp("["+ge+le+ve+me+"]");function _e(r){return $e.test(r)}var k=_e;function Se(r){return r.split("")}var ye=Se,w="\\ud800-\\udfff",Re="\\u0300-\\u036f",Ae="\\ufe20-\\ufe2f",he="\\u20d0-\\u20ff",Ce=Re+Ae+he,Oe="\\ufe0e\\ufe0f",Te="["+w+"]",f="["+Ce+"]",d="\\ud83c[\\udffb-\\udfff]",je="(?:"+f+"|"+d+")",z="[^"+w+"]",I="(?:\\ud83c[\\udde6-\\uddff]){2}",N="[\\ud800-\\udbff][\\udc00-\\udfff]",Ue="\\u200d",Z=je+"?",D="["+Oe+"]?",Le="(?:"+Ue+"(?:"+[z,I,N].join("|")+")"+D+Z+")*",Me=D+Z+Le,Ee="(?:"+[z+f+"?",f,I,N,Te].join("|")+")",We=RegExp(d+"(?="+d+")|"+Ee+Me,"g");function ke(r){return r.match(We)||[]}var we=ke,ze=ye,Ie=k,Ne=we;function Ze(r){return Ie(r)?Ne(r):ze(r)}var De=Ze,Fe=de,Pe=k,Ge=De,He=c;function Ve(r){return function(e){e=He(e);var u=Pe(e)?Ge(e):void 0,a=u?u[0]:e.charAt(0),o=u?Fe(u,1).join(""):e.slice(1);return a[r]()+o}}var Je=Ve,Ye=Je,Be=Ye("toUpperCase"),qe=Be,Ke=c,Qe=qe;function Xe(r){return Qe(Ke(r).toLowerCase())}var ru=Xe;function eu(r,e,u,a){var o=-1,n=r==null?0:r.length;for(a&&n&&(u=r[++o]);++o<n;)u=e(u,r[o],o,r);return u}var uu=eu;function ou(r){return function(e){return r==null?void 0:r[e]}}var au=ou,nu=au,tu={\u00C0:"A",\u00C1:"A",\u00C2:"A",\u00C3:"A",\u00C4:"A",\u00C5:"A",\u00E0:"a",\u00E1:"a",\u00E2:"a",\u00E3:"a",\u00E4:"a",\u00E5:"a",\u00C7:"C",\u00E7:"c",\u00D0:"D",\u00F0:"d",\u00C8:"E",\u00C9:"E",\u00CA:"E",\u00CB:"E",\u00E8:"e",\u00E9:"e",\u00EA:"e",\u00EB:"e",\u00CC:"I",\u00CD:"I",\u00CE:"I",\u00CF:"I",\u00EC:"i",\u00ED:"i",\u00EE:"i",\u00EF:"i",\u00D1:"N",\u00F1:"n",\u00D2:"O",\u00D3:"O",\u00D4:"O",\u00D5:"O",\u00D6:"O",\u00D8:"O",\u00F2:"o",\u00F3:"o",\u00F4:"o",\u00F5:"o",\u00F6:"o",\u00F8:"o",\u00D9:"U",\u00DA:"U",\u00DB:"U",\u00DC:"U",\u00F9:"u",\u00FA:"u",\u00FB:"u",\u00FC:"u",\u00DD:"Y",\u00FD:"y",\u00FF:"y",\u00C6:"Ae",\u00E6:"ae",\u00DE:"Th",\u00FE:"th",\u00DF:"ss",\u0100:"A",\u0102:"A",\u0104:"A",\u0101:"a",\u0103:"a",\u0105:"a",\u0106:"C",\u0108:"C",\u010A:"C",\u010C:"C",\u0107:"c",\u0109:"c",\u010B:"c",\u010D:"c",\u010E:"D",\u0110:"D",\u010F:"d",\u0111:"d",\u0112:"E",\u0114:"E",\u0116:"E",\u0118:"E",\u011A:"E",\u0113:"e",\u0115:"e",\u0117:"e",\u0119:"e",\u011B:"e",\u011C:"G",\u011E:"G",\u0120:"G",\u0122:"G",\u011D:"g",\u011F:"g",\u0121:"g",\u0123:"g",\u0124:"H",\u0126:"H",\u0125:"h",\u0127:"h",\u0128:"I",\u012A:"I",\u012C:"I",\u012E:"I",\u0130:"I",\u0129:"i",\u012B:"i",\u012D:"i",\u012F:"i",\u0131:"i",\u0134:"J",\u0135:"j",\u0136:"K",\u0137:"k",\u0138:"k",\u0139:"L",\u013B:"L",\u013D:"L",\u013F:"L",\u0141:"L",\u013A:"l",\u013C:"l",\u013E:"l",\u0140:"l",\u0142:"l",\u0143:"N",\u0145:"N",\u0147:"N",\u014A:"N",\u0144:"n",\u0146:"n",\u0148:"n",\u014B:"n",\u014C:"O",\u014E:"O",\u0150:"O",\u014D:"o",\u014F:"o",\u0151:"o",\u0154:"R",\u0156:"R",\u0158:"R",\u0155:"r",\u0157:"r",\u0159:"r",\u015A:"S",\u015C:"S",\u015E:"S",\u0160:"S",\u015B:"s",\u015D:"s",\u015F:"s",\u0161:"s",\u0162:"T",\u0164:"T",\u0166:"T",\u0163:"t",\u0165:"t",\u0167:"t",\u0168:"U",\u016A:"U",\u016C:"U",\u016E:"U",\u0170:"U",\u0172:"U",\u0169:"u",\u016B:"u",\u016D:"u",\u016F:"u",\u0171:"u",\u0173:"u",\u0174:"W",\u0175:"w",\u0176:"Y",\u0177:"y",\u0178:"Y",\u0179:"Z",\u017B:"Z",\u017D:"Z",\u017A:"z",\u017C:"z",\u017E:"z",\u0132:"IJ",\u0133:"ij",\u0152:"Oe",\u0153:"oe",\u0149:"'n",\u017F:"s"},iu=nu(tu),su=iu,cu=su,fu=c,du=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,lu="\\u0300-\\u036f",pu="\\ufe20-\\ufe2f",bu="\\u20d0-\\u20ff",xu=lu+pu+bu,vu="["+xu+"]",mu=RegExp(vu,"g");function gu(r){return r=fu(r),r&&r.replace(du,cu).replace(mu,"")}var $u=gu,_u=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;function Su(r){return r.match(_u)||[]}var yu=Su,Ru=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;function Au(r){return Ru.test(r)}var hu=Au,F="\\ud800-\\udfff",Cu="\\u0300-\\u036f",Ou="\\ufe20-\\ufe2f",Tu="\\u20d0-\\u20ff",ju=Cu+Ou+Tu,P="\\u2700-\\u27bf",G="a-z\\xdf-\\xf6\\xf8-\\xff",Uu="\\xac\\xb1\\xd7\\xf7",Lu="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Mu="\\u2000-\\u206f",Eu=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",H="A-Z\\xc0-\\xd6\\xd8-\\xde",Wu="\\ufe0e\\ufe0f",V=Uu+Lu+Mu+Eu,J="['\u2019]",A="["+V+"]",ku="["+ju+"]",Y="\\d+",wu="["+P+"]",B="["+G+"]",q="[^"+F+V+Y+P+G+H+"]",zu="\\ud83c[\\udffb-\\udfff]",Iu="(?:"+ku+"|"+zu+")",Nu="[^"+F+"]",K="(?:\\ud83c[\\udde6-\\uddff]){2}",Q="[\\ud800-\\udbff][\\udc00-\\udfff]",t="["+H+"]",Zu="\\u200d",h="(?:"+B+"|"+q+")",Du="(?:"+t+"|"+q+")",C="(?:"+J+"(?:d|ll|m|re|s|t|ve))?",O="(?:"+J+"(?:D|LL|M|RE|S|T|VE))?",X=Iu+"?",rr="["+Wu+"]?",Fu="(?:"+Zu+"(?:"+[Nu,K,Q].join("|")+")"+rr+X+")*",Pu="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Gu="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Hu=rr+X+Fu,Vu="(?:"+[wu,K,Q].join("|")+")"+Hu,Ju=RegExp([t+"?"+B+"+"+C+"(?="+[A,t,"$"].join("|")+")",Du+"+"+O+"(?="+[A,t+h,"$"].join("|")+")",t+"?"+h+"+"+C,t+"+"+O,Gu,Pu,Y,Vu].join("|"),"g");function Yu(r){return r.match(Ju)||[]}var Bu=Yu,qu=yu,Ku=hu,Qu=c,Xu=Bu;function ro(r,e,u){return r=Qu(r),e=u?void 0:e,e===void 0?Ku(r)?Xu(r):qu(r):r.match(e)||[]}var eo=ro,uo=uu,oo=$u,ao=eo,no="['\u2019]",to=RegExp(no,"g");function io(r){return function(e){return uo(ao(oo(e).replace(to,"")),r,"")}}var so=io,co=ru,fo=so,lo=fo(function(r,e,u){return e=e.toLowerCase(),r+(u?co(e):e)}),T=lo;L.config.productionTip=!1;const po=[{id:"aioseo-seo-setup-app",component:br},{id:"aioseo-overview-app",component:_r}],j=r=>{new L({store:nr,render:e=>e(r.component)}).$mount("#"+r.id)};po.forEach(r=>{document.getElementById(r.id)?j(r):(sr("#"+r.id,T(r.id)),document.addEventListener("animationstart",function(e){T(r.id)===e.animationName&&j(r)},{passive:!0}))});
1
+ var er=Object.defineProperty;var p=Object.getOwnPropertySymbols;var ur=Object.prototype.hasOwnProperty,or=Object.prototype.propertyIsEnumerable;var b=(r,e,u)=>e in r?er(r,e,{enumerable:!0,configurable:!0,writable:!0,value:u}):r[e]=u,x=(r,e)=>{for(var u in e||(e={}))ur.call(e,u)&&b(r,u,e[u]);if(p)for(var u of p(e))or.call(e,u)&&b(r,u,e[u]);return r};import{n as U,V as L}from"./js/vueComponentNormalizer.87056a83.js";import"./js/index.a4161053.js";import{a as ar,s as nr}from"./js/index.d328c175.js";import{S as M}from"./js/Standalone.67283e06.js";import{C as tr,a as ir}from"./js/Overview.fb1ba165.js";import{e as sr}from"./js/elemLoaded.b1f6e29c.js";import{c as s}from"./js/_commonjsHelpers.f40d732e.js";import"./js/client.94d919c5.js";import"./js/default-i18n.abde8d59.js";import"./js/constants.a1b1778a.js";import"./js/isArrayLikeObject.a4a9229a.js";import"./js/Rocket.8cc34606.js";import"./js/Index.cb0f42fe.js";import"./js/External.8868c638.js";import"./js/DonutChartWithLegend.fe87aad2.js";import"./js/AnimatedNumber.b6059bfd.js";var cr=function(){var r=this,e=r.$createElement,u=r._self._c||e;return r.internalOptions.internal?u("div",[u("core-seo-setup",{attrs:{isWpDashboard:!0}})],1):r._e()},fr=[];const dr={mixins:[M],components:{CoreSeoSetup:tr},computed:x({},ar(["internalOptions"]))},v={};var lr=U(dr,cr,fr,!1,pr,null,null,null);function pr(r){for(let e in v)this[e]=v[e]}var br=function(){return lr.exports}(),xr=function(){var r=this,e=r.$createElement,u=r._self._c||e;return u("div",{staticClass:"aioseo-app",staticStyle:{"background-color":"transparent"}},[u("core-overview",{attrs:{isWpDashboard:!0}})],1)},vr=[];const mr={components:{CoreOverview:ir},mixins:[M]},m={};var gr=U(mr,xr,vr,!1,$r,null,null,null);function $r(r){for(let e in m)this[e]=m[e]}var _r=function(){return gr.exports}(),Sr=typeof s=="object"&&s&&s.Object===Object&&s,yr=Sr,Rr=yr,Ar=typeof self=="object"&&self&&self.Object===Object&&self,hr=Rr||Ar||Function("return this")(),Cr=hr,Or=Cr,Tr=Or.Symbol,l=Tr;function jr(r,e){for(var u=-1,a=r==null?0:r.length,o=Array(a);++u<a;)o[u]=e(r[u],u,r);return o}var Ur=jr,Lr=Array.isArray,Mr=Lr,g=l,E=Object.prototype,Er=E.hasOwnProperty,Wr=E.toString,i=g?g.toStringTag:void 0;function kr(r){var e=Er.call(r,i),u=r[i];try{r[i]=void 0;var a=!0}catch{}var o=Wr.call(r);return a&&(e?r[i]=u:delete r[i]),o}var wr=kr,zr=Object.prototype,Ir=zr.toString;function Nr(r){return Ir.call(r)}var Zr=Nr,$=l,Dr=wr,Fr=Zr,Pr="[object Null]",Gr="[object Undefined]",_=$?$.toStringTag:void 0;function Hr(r){return r==null?r===void 0?Gr:Pr:_&&_ in Object(r)?Dr(r):Fr(r)}var Vr=Hr;function Jr(r){return r!=null&&typeof r=="object"}var Yr=Jr,Br=Vr,qr=Yr,Kr="[object Symbol]";function Qr(r){return typeof r=="symbol"||qr(r)&&Br(r)==Kr}var Xr=Qr,S=l,re=Ur,ee=Mr,ue=Xr,oe=1/0,y=S?S.prototype:void 0,R=y?y.toString:void 0;function W(r){if(typeof r=="string")return r;if(ee(r))return re(r,W)+"";if(ue(r))return R?R.call(r):"";var e=r+"";return e=="0"&&1/r==-oe?"-0":e}var ae=W,ne=ae;function te(r){return r==null?"":ne(r)}var c=te;function ie(r,e,u){var a=-1,o=r.length;e<0&&(e=-e>o?0:o+e),u=u>o?o:u,u<0&&(u+=o),o=e>u?0:u-e>>>0,e>>>=0;for(var n=Array(o);++a<o;)n[a]=r[a+e];return n}var se=ie,ce=se;function fe(r,e,u){var a=r.length;return u=u===void 0?a:u,!e&&u>=a?r:ce(r,e,u)}var de=fe,le="\\ud800-\\udfff",pe="\\u0300-\\u036f",be="\\ufe20-\\ufe2f",xe="\\u20d0-\\u20ff",ve=pe+be+xe,me="\\ufe0e\\ufe0f",ge="\\u200d",$e=RegExp("["+ge+le+ve+me+"]");function _e(r){return $e.test(r)}var k=_e;function Se(r){return r.split("")}var ye=Se,w="\\ud800-\\udfff",Re="\\u0300-\\u036f",Ae="\\ufe20-\\ufe2f",he="\\u20d0-\\u20ff",Ce=Re+Ae+he,Oe="\\ufe0e\\ufe0f",Te="["+w+"]",f="["+Ce+"]",d="\\ud83c[\\udffb-\\udfff]",je="(?:"+f+"|"+d+")",z="[^"+w+"]",I="(?:\\ud83c[\\udde6-\\uddff]){2}",N="[\\ud800-\\udbff][\\udc00-\\udfff]",Ue="\\u200d",Z=je+"?",D="["+Oe+"]?",Le="(?:"+Ue+"(?:"+[z,I,N].join("|")+")"+D+Z+")*",Me=D+Z+Le,Ee="(?:"+[z+f+"?",f,I,N,Te].join("|")+")",We=RegExp(d+"(?="+d+")|"+Ee+Me,"g");function ke(r){return r.match(We)||[]}var we=ke,ze=ye,Ie=k,Ne=we;function Ze(r){return Ie(r)?Ne(r):ze(r)}var De=Ze,Fe=de,Pe=k,Ge=De,He=c;function Ve(r){return function(e){e=He(e);var u=Pe(e)?Ge(e):void 0,a=u?u[0]:e.charAt(0),o=u?Fe(u,1).join(""):e.slice(1);return a[r]()+o}}var Je=Ve,Ye=Je,Be=Ye("toUpperCase"),qe=Be,Ke=c,Qe=qe;function Xe(r){return Qe(Ke(r).toLowerCase())}var ru=Xe;function eu(r,e,u,a){var o=-1,n=r==null?0:r.length;for(a&&n&&(u=r[++o]);++o<n;)u=e(u,r[o],o,r);return u}var uu=eu;function ou(r){return function(e){return r==null?void 0:r[e]}}var au=ou,nu=au,tu={\u00C0:"A",\u00C1:"A",\u00C2:"A",\u00C3:"A",\u00C4:"A",\u00C5:"A",\u00E0:"a",\u00E1:"a",\u00E2:"a",\u00E3:"a",\u00E4:"a",\u00E5:"a",\u00C7:"C",\u00E7:"c",\u00D0:"D",\u00F0:"d",\u00C8:"E",\u00C9:"E",\u00CA:"E",\u00CB:"E",\u00E8:"e",\u00E9:"e",\u00EA:"e",\u00EB:"e",\u00CC:"I",\u00CD:"I",\u00CE:"I",\u00CF:"I",\u00EC:"i",\u00ED:"i",\u00EE:"i",\u00EF:"i",\u00D1:"N",\u00F1:"n",\u00D2:"O",\u00D3:"O",\u00D4:"O",\u00D5:"O",\u00D6:"O",\u00D8:"O",\u00F2:"o",\u00F3:"o",\u00F4:"o",\u00F5:"o",\u00F6:"o",\u00F8:"o",\u00D9:"U",\u00DA:"U",\u00DB:"U",\u00DC:"U",\u00F9:"u",\u00FA:"u",\u00FB:"u",\u00FC:"u",\u00DD:"Y",\u00FD:"y",\u00FF:"y",\u00C6:"Ae",\u00E6:"ae",\u00DE:"Th",\u00FE:"th",\u00DF:"ss",\u0100:"A",\u0102:"A",\u0104:"A",\u0101:"a",\u0103:"a",\u0105:"a",\u0106:"C",\u0108:"C",\u010A:"C",\u010C:"C",\u0107:"c",\u0109:"c",\u010B:"c",\u010D:"c",\u010E:"D",\u0110:"D",\u010F:"d",\u0111:"d",\u0112:"E",\u0114:"E",\u0116:"E",\u0118:"E",\u011A:"E",\u0113:"e",\u0115:"e",\u0117:"e",\u0119:"e",\u011B:"e",\u011C:"G",\u011E:"G",\u0120:"G",\u0122:"G",\u011D:"g",\u011F:"g",\u0121:"g",\u0123:"g",\u0124:"H",\u0126:"H",\u0125:"h",\u0127:"h",\u0128:"I",\u012A:"I",\u012C:"I",\u012E:"I",\u0130:"I",\u0129:"i",\u012B:"i",\u012D:"i",\u012F:"i",\u0131:"i",\u0134:"J",\u0135:"j",\u0136:"K",\u0137:"k",\u0138:"k",\u0139:"L",\u013B:"L",\u013D:"L",\u013F:"L",\u0141:"L",\u013A:"l",\u013C:"l",\u013E:"l",\u0140:"l",\u0142:"l",\u0143:"N",\u0145:"N",\u0147:"N",\u014A:"N",\u0144:"n",\u0146:"n",\u0148:"n",\u014B:"n",\u014C:"O",\u014E:"O",\u0150:"O",\u014D:"o",\u014F:"o",\u0151:"o",\u0154:"R",\u0156:"R",\u0158:"R",\u0155:"r",\u0157:"r",\u0159:"r",\u015A:"S",\u015C:"S",\u015E:"S",\u0160:"S",\u015B:"s",\u015D:"s",\u015F:"s",\u0161:"s",\u0162:"T",\u0164:"T",\u0166:"T",\u0163:"t",\u0165:"t",\u0167:"t",\u0168:"U",\u016A:"U",\u016C:"U",\u016E:"U",\u0170:"U",\u0172:"U",\u0169:"u",\u016B:"u",\u016D:"u",\u016F:"u",\u0171:"u",\u0173:"u",\u0174:"W",\u0175:"w",\u0176:"Y",\u0177:"y",\u0178:"Y",\u0179:"Z",\u017B:"Z",\u017D:"Z",\u017A:"z",\u017C:"z",\u017E:"z",\u0132:"IJ",\u0133:"ij",\u0152:"Oe",\u0153:"oe",\u0149:"'n",\u017F:"s"},iu=nu(tu),su=iu,cu=su,fu=c,du=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,lu="\\u0300-\\u036f",pu="\\ufe20-\\ufe2f",bu="\\u20d0-\\u20ff",xu=lu+pu+bu,vu="["+xu+"]",mu=RegExp(vu,"g");function gu(r){return r=fu(r),r&&r.replace(du,cu).replace(mu,"")}var $u=gu,_u=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;function Su(r){return r.match(_u)||[]}var yu=Su,Ru=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;function Au(r){return Ru.test(r)}var hu=Au,F="\\ud800-\\udfff",Cu="\\u0300-\\u036f",Ou="\\ufe20-\\ufe2f",Tu="\\u20d0-\\u20ff",ju=Cu+Ou+Tu,P="\\u2700-\\u27bf",G="a-z\\xdf-\\xf6\\xf8-\\xff",Uu="\\xac\\xb1\\xd7\\xf7",Lu="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Mu="\\u2000-\\u206f",Eu=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",H="A-Z\\xc0-\\xd6\\xd8-\\xde",Wu="\\ufe0e\\ufe0f",V=Uu+Lu+Mu+Eu,J="['\u2019]",A="["+V+"]",ku="["+ju+"]",Y="\\d+",wu="["+P+"]",B="["+G+"]",q="[^"+F+V+Y+P+G+H+"]",zu="\\ud83c[\\udffb-\\udfff]",Iu="(?:"+ku+"|"+zu+")",Nu="[^"+F+"]",K="(?:\\ud83c[\\udde6-\\uddff]){2}",Q="[\\ud800-\\udbff][\\udc00-\\udfff]",t="["+H+"]",Zu="\\u200d",h="(?:"+B+"|"+q+")",Du="(?:"+t+"|"+q+")",C="(?:"+J+"(?:d|ll|m|re|s|t|ve))?",O="(?:"+J+"(?:D|LL|M|RE|S|T|VE))?",X=Iu+"?",rr="["+Wu+"]?",Fu="(?:"+Zu+"(?:"+[Nu,K,Q].join("|")+")"+rr+X+")*",Pu="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Gu="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Hu=rr+X+Fu,Vu="(?:"+[wu,K,Q].join("|")+")"+Hu,Ju=RegExp([t+"?"+B+"+"+C+"(?="+[A,t,"$"].join("|")+")",Du+"+"+O+"(?="+[A,t+h,"$"].join("|")+")",t+"?"+h+"+"+C,t+"+"+O,Gu,Pu,Y,Vu].join("|"),"g");function Yu(r){return r.match(Ju)||[]}var Bu=Yu,qu=yu,Ku=hu,Qu=c,Xu=Bu;function ro(r,e,u){return r=Qu(r),e=u?void 0:e,e===void 0?Ku(r)?Xu(r):qu(r):r.match(e)||[]}var eo=ro,uo=uu,oo=$u,ao=eo,no="['\u2019]",to=RegExp(no,"g");function io(r){return function(e){return uo(ao(oo(e).replace(to,"")),r,"")}}var so=io,co=ru,fo=so,lo=fo(function(r,e,u){return e=e.toLowerCase(),r+(u?co(e):e)}),T=lo;L.config.productionTip=!1;const po=[{id:"aioseo-seo-setup-app",component:br},{id:"aioseo-overview-app",component:_r}],j=r=>{new L({store:nr,render:e=>e(r.component)}).$mount("#"+r.id)};po.forEach(r=>{document.getElementById(r.id)?j(r):(sr("#"+r.id,T(r.id)),document.addEventListener("animationstart",function(e){T(r.id)===e.animationName&&j(r)},{passive:!0}))});
dist/Lite/assets/dashboard.2f62dff2.js ADDED
@@ -0,0 +1 @@
 
1
+ import{n as s,V as i}from"./js/vueComponentNormalizer.87056a83.js";import"./js/index.a4161053.js";import{s as e}from"./js/index.d328c175.js";import{_,s as u,a as c}from"./js/index.a6bfea7f.js";import{_ as l}from"./js/default-i18n.abde8d59.js";import"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";import"./js/constants.a1b1778a.js";import"./js/isArrayLikeObject.a4a9229a.js";var p=function(){var n=this,t=n.$createElement,o=n._self._c||t;return o("div",{staticClass:"aioseo-app"},[o("router-view")],1)},m=[];const f={},r={};var d=s(f,p,m,!1,v,null,null,null);function v(n){for(let t in r)this[t]=r[t]}var y=function(){return d.exports}();function w(n){switch(n){case"../views/Main.vue":return _(()=>import(""+(window.__aioseo_dynamic_handler__||function(t){return t})("./js/Main.5148afd0.js")+""),(window.__aioseo_dynamic_preload__ || function(importer) { return importer; })(["js/Main.5148afd0.js","css/Main.554bc46c.css","css/main.c091181e.css","js/ToolsSettings.004b222f.js","js/index.d328c175.js","js/default-i18n.abde8d59.js","js/vueComponentNormalizer.87056a83.js","js/isArrayLikeObject.a4a9229a.js","js/helpers.db3922d1.js","js/index.a4161053.js","css/index.9d7c70c5.css","js/client.94d919c5.js","js/_commonjsHelpers.f40d732e.js","js/constants.a1b1778a.js","js/cleanForSlug.e9a761bb.js","js/Modal.1216ab78.js","css/Modal.bbd5ad5b.css","js/Card.be971207.js","css/Card.a8f40856.css","js/Tooltip.3ec20ff5.js","css/Tooltip.986bbe63.css","js/QuestionMark.83ebd18e.js","js/Slide.f5d21606.js","js/SitemapsPro.22c2b81a.js","css/SitemapsPro.0794556f.css","js/params.bea1a08d.js","js/Url.781a1d48.js","js/Index.cb0f42fe.js","css/Index.98642cc9.css","js/GettingStarted.60511ae3.js","css/GettingStarted.bc96f39d.css","js/Row.13b6f3f1.js","css/Row.4f91f34d.css","js/Book.b6a9040c.js","js/Rocket.8cc34606.js","js/Index.15fee59c.js","css/Index.45e4b807.css","js/Header.62cb09dc.js","css/Header.87052b11.css","js/LicenseKeyBar.f184444d.js","css/LicenseKeyBar.b29d430c.css","js/LogoGear.0c3dd5e3.js","js/AnimatedNumber.b6059bfd.js","js/Logo.1a5e022a.js","js/Support.b1f25bbd.js","js/Tabs.900c61c3.js","css/Tabs.0c23c7ca.css","js/TruSeoScore.98a47fd6.js","js/Information.f4b75b56.js","js/Close.5e7bcb70.js","js/Exclamation.356738ce.js","js/Gear.c974e953.js","js/Overview.fb1ba165.js","css/Overview.74c8be87.css","js/External.8868c638.js","js/DonutChartWithLegend.fe87aad2.js","css/DonutChartWithLegend.52621063.css","js/popup.25df8419.js","js/SeoSiteScore.48a1cf92.js","js/Blur.8490ecd2.js","css/Blur.9d7ed682.css","js/Index.f3d57e2a.js","css/Index.71418ed8.css","js/Index.2f0c11d2.js","css/Index.c26e7420.css","js/Build.1297b1bd.js","js/History.99f81129.js","js/Message.ec85dd4f.js","js/VideoCamera.896ed18d.js"]));default:return new Promise(function(t,o){(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(o.bind(null,new Error("Unknown variable dynamic import: "+n)))})}}const h="all-in-one-seo-pack",A=n=>()=>w("../views/"+n+".vue");var R=[{path:"*",redirect:"/"},{path:"/",name:"dashboard",component:A("Main"),meta:{access:"aioseo_dashboard",name:l("Dashboard",h)}}];const a=u(R);c(e,a);new i({router:a,store:e,render:n=>n(y)}).$mount("#aioseo-app");
dist/Lite/assets/dashboard.f431de8f.js DELETED
@@ -1 +0,0 @@
1
- import{n as s,V as i}from"./js/vueComponentNormalizer.87056a83.js";import"./js/index.652636d3.js";import{s as e}from"./js/index.8900b7f9.js";import{_,s as u,a as c}from"./js/index.bd58513c.js";import"./js/default-i18n.abde8d59.js";import"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";import"./js/constants.7cd698f2.js";import"./js/isArrayLikeObject.a4a9229a.js";var l=function(){var n=this,t=n.$createElement,r=n._self._c||t;return r("div",{staticClass:"aioseo-app"},[r("router-view")],1)},p=[];const m={},o={};var f=s(m,l,p,!1,d,null,null,null);function d(n){for(let t in o)this[t]=o[t]}var v=function(){return f.exports}();function y(n){switch(n){case"../views/Main.vue":return _(()=>import(""+(window.__aioseo_dynamic_handler__||function(t){return t})("./js/Main.a5dd77b0.js")+""),(window.__aioseo_dynamic_preload__ || function(importer) { return importer; })(["js/Main.a5dd77b0.js","css/Main.554bc46c.css","css/main.c091181e.css","js/ToolsSettings.a9d9524e.js","js/index.8900b7f9.js","js/default-i18n.abde8d59.js","js/vueComponentNormalizer.87056a83.js","js/isArrayLikeObject.a4a9229a.js","js/context.04ada340.js","js/Card.f0350b06.js","css/Card.a8f40856.css","js/Tooltip.3ec20ff5.js","css/Tooltip.986bbe63.css","js/_commonjsHelpers.f40d732e.js","js/index.652636d3.js","css/index.9d7c70c5.css","js/client.94d919c5.js","js/constants.7cd698f2.js","js/QuestionMark.83ebd18e.js","js/Slide.f5d21606.js","js/SitemapsPro.1c8c12c9.js","css/SitemapsPro.0794556f.css","js/params.bea1a08d.js","js/Url.781a1d48.js","js/Index.476ddbfd.js","css/Index.98642cc9.css","js/GettingStarted.4c340663.js","css/GettingStarted.bc96f39d.css","js/Row.13b6f3f1.js","css/Row.4f91f34d.css","js/Book.b6a9040c.js","js/Rocket.8cc34606.js","js/Index.a75a1870.js","css/Index.45e4b807.css","js/Header.c5a344f7.js","css/Header.87052b11.css","js/LicenseKeyBar.0d9de81d.js","css/LicenseKeyBar.b29d430c.css","js/LogoGear.0c3dd5e3.js","js/AnimatedNumber.b6059bfd.js","js/Logo.1a5e022a.js","js/Support.b1f25bbd.js","js/Tabs.5e76dea5.js","css/Tabs.0c23c7ca.css","js/TruSeoScore.4bc8e535.js","js/Information.f4b75b56.js","js/Close.5e7bcb70.js","js/Exclamation.356738ce.js","js/Gear.c974e953.js","js/Overview.65d0631e.js","css/Overview.74c8be87.css","js/External.8868c638.js","js/DonutChartWithLegend.fe87aad2.js","css/DonutChartWithLegend.52621063.css","js/popup.25df8419.js","js/SeoSiteScore.8753b911.js","js/Blur.8490ecd2.js","css/Blur.9d7ed682.css","js/Index.8ed62ab8.js","css/Index.71418ed8.css","js/Index.abdfd585.js","css/Index.c26e7420.css","js/Build.1297b1bd.js","js/History.99f81129.js","js/Message.ec85dd4f.js","js/VideoCamera.896ed18d.js"]));default:return new Promise(function(t,r){(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(r.bind(null,new Error("Unknown variable dynamic import: "+n)))})}}const w=n=>()=>y("../views/"+n+".vue");var h=[{path:"*",redirect:"/"},{path:"/",name:"dashboard",component:w("Main"),meta:{access:"aioseo_dashboard",name:"Dashboard"}}];const a=u(h);c(e,a);new i({router:a,store:e,render:n=>n(v)}).$mount("#aioseo-app");
 
dist/Lite/assets/divi-admin.2a59a2e1.js ADDED
@@ -0,0 +1 @@
 
1
+ import{n as s,V as a}from"./js/vueComponentNormalizer.87056a83.js";import"./js/index.a4161053.js";import{S as i}from"./js/Standalone.67283e06.js";import{C as l}from"./js/Index.cb0f42fe.js";import{s as c}from"./js/index.d328c175.js";import"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";import"./js/default-i18n.abde8d59.js";import"./js/constants.a1b1778a.js";import"./js/isArrayLikeObject.a4a9229a.js";var u=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"aioseo-divi-seo-admin-notice-container"},[r("core-alert",{domProps:{innerHTML:t._s(t.strings.alert)}})],1)},p=[];const d=window.aioseo.urls.aio.searchAppearance,m={components:{CoreAlert:l},mixins:[i],data(){return{strings:{alert:this.$t.sprintf(this.$t.__("The options below are disabled because you are using %1$s to manage your SEO. They can be changed in the %2$sSearch Appearance menu%3$s.",this.$td),"All in One SEO",`<a href="${d}" target="_blank">`,"</a>")}}}},o={};var _=s(m,u,p,!1,f,null,null,null);function f(t){for(let e in o)this[e]=o[e]}var h=function(){return _.exports}();const y=()=>{const t=document.querySelectorAll("#wrap-seo .et-tab-content");for(let e=0;e<t.length;e++){const r=document.createElement("div");r.setAttribute("id",`aioseo-divi-seo-admin-notice-container-${e}`),t[e].insertBefore(r,t[e].firstChild),new a({store:c,render:n=>n(h)}).$mount(`#${r.getAttribute("id")}`)}},v=()=>{const t=document.querySelectorAll('#wrap-seo input[type="text"], #wrap-seo textarea');for(let n=0;n<t.length;n++)t[n].style.pointerEvents="none",t[n].setAttribute("readonly",!0);const e=document.querySelectorAll("#wrap-seo select");for(let n=0;n<e.length;n++)e[n].style.pointerEvents="none",e[n].setAttribute("disabled",!0);const r=document.querySelectorAll("#wrap-seo .et-checkbox");for(let n=0;n<r.length;n++)r[n].setAttribute("disabled",!0),r[n].nextElementSibling.style.pointerEvents="none"},A=()=>{const t=window.aioseo.urls.aio.searchAppearance,e=document.querySelector('a[href="#wrap-seo"]');if(!t||!e)return;const r=e.cloneNode(!0);r.setAttribute("href",t),e.parentNode.replaceChild(r,e)};window.addEventListener("load",()=>{y(),v(),A()});
dist/Lite/assets/divi-admin.e489d2e4.js DELETED
@@ -1 +0,0 @@
1
- import{n as s,V as a}from"./js/vueComponentNormalizer.87056a83.js";import"./js/index.652636d3.js";import{S as i}from"./js/Standalone.f29e6756.js";import{C as l}from"./js/Index.476ddbfd.js";import{s as c}from"./js/index.8900b7f9.js";import"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";import"./js/default-i18n.abde8d59.js";import"./js/constants.7cd698f2.js";import"./js/isArrayLikeObject.a4a9229a.js";var u=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"aioseo-divi-seo-admin-notice-container"},[r("core-alert",{domProps:{innerHTML:t._s(t.strings.alert)}})],1)},p=[];const m=window.aioseo.urls.aio.searchAppearance,d={components:{CoreAlert:l},mixins:[i],data(){return{strings:{alert:this.$t.sprintf("The options below are disabled because you are using %1$s to manage your SEO. They can be changed in the %2$sSearch Appearance menu%3$s.","All in One SEO",`<a href="${m}" target="_blank">`,"</a>")}}}},o={};var _=s(d,u,p,!1,f,null,null,null);function f(t){for(let e in o)this[e]=o[e]}var h=function(){return _.exports}();const y=()=>{const t=document.querySelectorAll("#wrap-seo .et-tab-content");for(let e=0;e<t.length;e++){const r=document.createElement("div");r.setAttribute("id",`aioseo-divi-seo-admin-notice-container-${e}`),t[e].insertBefore(r,t[e].firstChild),new a({store:c,render:n=>n(h)}).$mount(`#${r.getAttribute("id")}`)}},v=()=>{const t=document.querySelectorAll('#wrap-seo input[type="text"], #wrap-seo textarea');for(let n=0;n<t.length;n++)t[n].style.pointerEvents="none",t[n].setAttribute("readonly",!0);const e=document.querySelectorAll("#wrap-seo select");for(let n=0;n<e.length;n++)e[n].style.pointerEvents="none",e[n].setAttribute("disabled",!0);const r=document.querySelectorAll("#wrap-seo .et-checkbox");for(let n=0;n<r.length;n++)r[n].setAttribute("disabled",!0),r[n].nextElementSibling.style.pointerEvents="none"},A=()=>{const t=window.aioseo.urls.aio.searchAppearance,e=document.querySelector('a[href="#wrap-seo"]');if(!t||!e)return;const r=e.cloneNode(!0);r.setAttribute("href",t),e.parentNode.replaceChild(r,e)};window.addEventListener("load",()=>{y(),v(),A()});
 
dist/Lite/assets/divi.2f74a631.js ADDED
@@ -0,0 +1 @@
 
1
+ var D=Object.defineProperty;var f=Object.getOwnPropertySymbols;var M=Object.prototype.hasOwnProperty,x=Object.prototype.propertyIsEnumerable;var b=(t,e,o)=>e in t?D(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o,_=(t,e)=>{for(var o in e||(e={}))M.call(e,o)&&b(t,o,e[o]);if(f)for(var o of f(e))x.call(e,o)&&b(t,o,e[o]);return t};import{n as $,V as E}from"./js/vueComponentNormalizer.87056a83.js";import{d as p,S as k}from"./js/index.a4161053.js";import{T as q}from"./js/index.2b668e46.js";import{s as d}from"./js/index.d328c175.js";import{o as O,m as A}from"./js/helpers.db3922d1.js";import{b as T}from"./js/_baseSet.fe64948e.js";import{i as P}from"./js/isEqual.0eb6fe1a.js";import{A as R}from"./js/App.3e986f86.js";import"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";import"./js/default-i18n.abde8d59.js";import"./js/constants.a1b1778a.js";import"./js/isArrayLikeObject.a4a9229a.js";import"./js/cleanForSlug.e9a761bb.js";import"./js/_baseIsEqual.85da7ba4.js";import"./js/_getTag.915d77ee.js";/* empty css */import"./js/params.bea1a08d.js";import"./js/ToolsSettings.004b222f.js";import"./js/Modal.1216ab78.js";import"./js/JsonValues.08065e69.js";import"./js/Index.cb0f42fe.js";import"./js/SettingsRow.eb71f07b.js";import"./js/Row.13b6f3f1.js";import"./js/Checkbox.5873a8d2.js";import"./js/Checkmark.e7547654.js";import"./js/LicenseKeyBar.f184444d.js";import"./js/LogoGear.0c3dd5e3.js";import"./js/Tabs.900c61c3.js";import"./js/TruSeoScore.98a47fd6.js";import"./js/Information.f4b75b56.js";import"./js/Slide.f5d21606.js";import"./js/MaxCounts.5a7ca2fd.js";import"./js/RadioToggle.98e1e7ec.js";import"./js/GoogleSearchPreview.c269028d.js";import"./js/HtmlTagsEditor.9f04fc4c.js";import"./js/Editor.22528024.js";import"./js/UnfilteredHtml.35e34c73.js";import"./js/Tooltip.3ec20ff5.js";import"./js/QuestionMark.83ebd18e.js";import"./js/Pencil.d547ebca.js";import"./js/Trash.214b5744.js";import"./js/Plus.a9b9ba75.js";import"./js/Close.5e7bcb70.js";import"./js/popup.25df8419.js";import"./js/Blur.8490ecd2.js";import"./js/Index.2f0c11d2.js";import"./js/Table.0f767068.js";import"./js/InternalOutbound.0e3ee7df.js";import"./js/Image.ec6b7346.js";import"./js/Img.53f489b6.js";import"./js/FacebookPreview.fe07203a.js";import"./js/dannie-profile.41545edf.js";import"./js/TwitterPreview.142af500.js";import"./js/Book.b6a9040c.js";import"./js/Build.1297b1bd.js";import"./js/Redirects.6fee9279.js";import"./js/ProBadge.7c0de2f7.js";import"./js/External.8868c638.js";import"./js/Exclamation.356738ce.js";import"./js/Gear.c974e953.js";import"./js/Card.be971207.js";import"./js/RequiredPlans.2936a9d7.js";function v(t,e,o){return t==null?t:T(t,e,o)}const w=t=>t.parentElement.removeChild(t),B=()=>{const t=u();document.body.classList.toggle("aioseo-settings-bar-is-active",t),document.body.classList.toggle("aioseo-settings-bar-is-inactive",!t)},F=()=>{const t=g();r(document.body,"aioseo-settings-bar-is"),document.body.classList.add(`aioseo-settings-bar-is-${t}`),m(t)},U=()=>{l.addEventListener("change",()=>{C(),m(g())}),j.observe(document.querySelector(".et-fb-page-settings-bar"),{attributeFilter:["class"]}),document.body.addEventListener("click",Y),s.addEventListener("click",()=>{const t=new Event("aioseo-divi-toggle-modal");document.dispatchEvent(t)})},N=()=>{const t=g();r(document.body,"aioseo-settings-bar-is"),document.body.classList.add(`aioseo-settings-bar-is-${t}`),B(),C(),V()||m(t)},C=()=>{!L()||(s=w(s))},m=t=>{if(L())return;const e=document.querySelector(".et-fb-page-settings-bar"),o=e.querySelector(".et-fb-page-settings-bar__toggle-button"),n=e.querySelectorAll(".et-fb-page-settings-bar__column");if(X(t),u())if(l.matches){const i=[...n].filter(c=>c.classList.contains("et-fb-page-settings-bar__column--main"));i.length&&i[0].appendChild(s)}else{const i=[...n].filter(c=>c.classList.contains("et-fb-page-settings-bar__column--left"));i.length&&i[0].insertBefore(s)}else o.insertAdjacentElement("afterend",s)},X=t=>{r(s,"aioseo-settings-bar-root"),s.classList.add(`aioseo-settings-bar-root-${t}`),r(s,"aioseo-settings-bar-root-is-mobile"),["aioseo-settings-bar-root-is-mobile",`aioseo-settings-bar-root-is-mobile-${t}`].forEach(n=>{s.classList.toggle(n,!l.matches)}),r(s,"aioseo-settings-bar-root-is-desktop"),["aioseo-settings-bar-root-is-desktop",`aioseo-settings-bar-root-is-desktop-${t}`].forEach(n=>{s.classList.toggle(n,l.matches)})},r=(t,e)=>{const o=[`${e}-left`,`${e}-right`,`${e}-top`,`${e}-top-left`,`${e}-top-right`,`${e}-bottom`,`${e}-bottom-left`,`${e}-bottom-right`];t.classList.remove(...o)},g=()=>{const t=document.querySelector(".et-fb-page-settings-bar").classList;return t.contains("et-fb-page-settings-bar--horizontal")&&!t.contains("et-fb-page-settings-bar--top")?"bottom":t.contains("et-fb-page-settings-bar--top")&&!t.contains("et-fb-page-settings-bar--corner")?"top":t.contains("et-fb-page-settings-bar--bottom-corner")?t.contains("et-fb-page-settings-bar--left-corner")?"bottom-left":"bottom-right":t.contains("et-fb-page-settings-bar--top-corner")?t.contains("et-fb-page-settings-bar--left-corner")?"top-left":"top-right":t.contains("et-fb-page-settings-bar--vertical--right")?"right":t.contains("et-fb-page-settings-bar--vertical--left")?"left":""},Y=t=>{if(!z())return;const e=t.target,o=".aioseo-modal",n=".aioseo-app.post-settings-modal";if(!e.closest(o)&&!e.closest(n)&&!(e!==document.querySelector(o)&&e.contains(document.querySelector(o)))&&e!==s){const i=new Event("aioseo-divi-toggle-modal",{open:!1});document.dispatchEvent(i)}},z=()=>!document.querySelector(".aioseo-modal").classList.contains("aioseo-modal-is-closed"),L=()=>document.documentElement!==s&&document.documentElement.contains(s),u=()=>document.querySelector(".et-fb-page-settings-bar").classList.contains("et-fb-page-settings-bar--active"),V=()=>document.querySelector(".et-fb-page-settings-bar").classList.contains("et-fb-page-settings-bar--dragged")&&!u(),l=window.matchMedia("(min-width: 768px)"),j=new MutationObserver(N),Q="#aioseo-settings";let s=document.querySelector(Q);s=w(s);var W=()=>{B(),F(),U()};let h={};const a=()=>{const t=_({},h),e=O();P(t,e)||(h=e,A())},G=()=>{d.dispatch("saveCurrentPost",d.state.currentPost)};var H=()=>{a(),window.addEventListener("message",t=>{t.data.eventType==="et_fb_section_content_change"&&p(a,1e3)}),window.wp&&window.wp.hooks.addFilter("et.builder.store.setting.update","aioseo",(t,e)=>{if(t)switch(e){case"et_pb_post_settings_title":v(ETBuilderBackendDynamic,"postTitle",t),p(a,1e3);break;case"et_pb_post_settings_excerpt":v(ETBuilderBackendDynamic,"postMeta.post_excerpt",t),p(a,1e3);break}return t}),document.querySelector(".et-fb-button--save-draft, .et-fb-button--publish").addEventListener("click",G)},I=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"aioseo-draggable"},[t.completelyDraggable?o("div",{on:{dragMouseDown:t.dragMouseDown}},[t._t("default")],2):t._e(),t.completelyDraggable?t._e():o("div",[t._t("default")],2)])},J=[];const K={props:{completelyDraggable:{type:Boolean,default(){return!0}}},data(){return{position1:0,position2:0,position3:0,position4:0}},methods:{dragMouseDown(t){t=t||window.event,t.preventDefault(),this.position3=t.clientX,this.position4=t.clientY,document.onmousemove=this.elementDrag,document.onmouseup=this.closeDragElement},elementDrag(t){t=t||window.event,t.preventDefault(),this.position1=this.position3-t.clientX,this.position2=this.position4-t.clientY,this.position3=t.clientX,this.position4=t.clientY,this.$el.style.top=this.$el.offsetTop-this.position2+"px",this.$el.style.left=this.$el.offsetLeft-this.position1+"px"},closeDragElement(){document.onmouseup=null,document.onmousemove=null}}},y={};var Z=$(K,I,J,!1,tt,null,null,null);function tt(t){for(let e in y)this[e]=y[e]}var et=function(){return Z.exports}(),ot=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("util-draggable",{ref:"modal-container",attrs:{completelyDraggable:!1}},[o("div",{staticClass:"aioseo-modal",class:{"aioseo-modal-is-closed":!t.isOpen}},[o("div",{staticClass:"aioseo-modal-header",on:{mousedown:function(n){return n.preventDefault(),function(i){return t.$refs["modal-container"].dragMouseDown(i)}.apply(null,arguments)}}},[o("div",{staticClass:"aioseo-modal-header-title"},[t._v(t._s(t.strings.header))]),o("div",{staticClass:"aioseo-modal-header-close",on:{click:function(n){t.isOpen=!1}}},[o("svg-close")],1)]),o("div",{staticClass:"aioseo-modal-body edit-post-sidebar"},[o("PostSettings")],1)])])},st=[];const nt={components:{PostSettings:R,SvgClose:k,UtilDraggable:et},data(){return{isOpen:!1,strings:{header:this.$t.sprintf(this.$t.__("%1$s settings",this.$td),"All in One SEO")}}},methods:{toggleModal(){this.isOpen=!this.isOpen}},beforeUnmount(){document.removeEventListener("aioseo-divi-toggle-modal",this.toggleModal)},mounted(){this.$nextTick(function(){document.addEventListener("aioseo-divi-toggle-modal",this.toggleModal)})}},S={};var it=$(nt,ot,st,!1,rt,null,null,null);function rt(t){for(let e in S)this[e]=S[e]}var at=function(){return it.exports}();E.prototype.$truSeo=new q;const lt=()=>{new E({store:d,data:{tableContext:window.aioseo.currentPost.context,screenContext:"sidebar"},render:t=>t(at)}).$mount("#aioseo-app-modal > div")},ct=()=>{W(),lt(),H()};window.addEventListener("message",function(t){t.data.eventType==="et_builder_api_ready"&&ct()});
dist/Lite/assets/divi.a06a2517.js DELETED
@@ -1 +0,0 @@
1
- var D=Object.defineProperty;var f=Object.getOwnPropertySymbols;var M=Object.prototype.hasOwnProperty,x=Object.prototype.propertyIsEnumerable;var b=(t,e,o)=>e in t?D(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o,v=(t,e)=>{for(var o in e||(e={}))M.call(e,o)&&b(t,o,e[o]);if(f)for(var o of f(e))x.call(e,o)&&b(t,o,e[o]);return t};import{n as E,V as $}from"./js/vueComponentNormalizer.87056a83.js";import{d as p,S as k}from"./js/index.652636d3.js";import{T as q}from"./js/index.97b1f655.js";import{s as m}from"./js/index.8900b7f9.js";import{j as O,m as A}from"./js/helpers.aa477dea.js";import"./js/context.04ada340.js";import{b as T}from"./js/_baseSet.ea2e4b71.js";import{i as P}from"./js/isEqual.0eb6fe1a.js";import{A as R}from"./js/App.e262b7ba.js";import"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";import"./js/default-i18n.abde8d59.js";import"./js/constants.7cd698f2.js";import"./js/isArrayLikeObject.a4a9229a.js";import"./js/cleanForSlug.f1163528.js";import"./js/_baseIsEqual.85da7ba4.js";import"./js/_getTag.915d77ee.js";/* empty css */import"./js/params.bea1a08d.js";import"./js/ToolsSettings.a9d9524e.js";import"./js/JsonValues.08065e69.js";import"./js/Index.476ddbfd.js";import"./js/SettingsRow.eb71f07b.js";import"./js/Row.13b6f3f1.js";import"./js/Checkbox.5873a8d2.js";import"./js/Checkmark.e7547654.js";import"./js/LicenseKeyBar.0d9de81d.js";import"./js/LogoGear.0c3dd5e3.js";import"./js/Tabs.5e76dea5.js";import"./js/TruSeoScore.4bc8e535.js";import"./js/Information.f4b75b56.js";import"./js/Slide.f5d21606.js";import"./js/Modal.236342a4.js";import"./js/MaxCounts.3eed5286.js";import"./js/RadioToggle.98e1e7ec.js";import"./js/GoogleSearchPreview.9074c63e.js";import"./js/HtmlTagsEditor.e47641de.js";import"./js/Editor.ff0e9ee9.js";import"./js/UnfilteredHtml.333a73bf.js";import"./js/Tooltip.3ec20ff5.js";import"./js/QuestionMark.83ebd18e.js";import"./js/Pencil.d547ebca.js";import"./js/Trash.214b5744.js";import"./js/Plus.a9b9ba75.js";import"./js/Close.5e7bcb70.js";import"./js/popup.25df8419.js";import"./js/Blur.8490ecd2.js";import"./js/Index.abdfd585.js";import"./js/Table.dfc2977c.js";import"./js/InternalOutbound.0e3ee7df.js";import"./js/Image.c2ada86f.js";import"./js/Img.2be756c0.js";import"./js/FacebookPreview.b18711a9.js";import"./js/dannie-profile.41545edf.js";import"./js/TwitterPreview.0506419b.js";import"./js/Book.b6a9040c.js";import"./js/Build.1297b1bd.js";import"./js/Redirects.001dbc2a.js";import"./js/ProBadge.7c0de2f7.js";import"./js/External.8868c638.js";import"./js/Exclamation.356738ce.js";import"./js/Gear.c974e953.js";import"./js/Card.f0350b06.js";function _(t,e,o){return t==null?t:T(t,e,o)}const w=t=>t.parentElement.removeChild(t),B=()=>{const t=u();document.body.classList.toggle("aioseo-settings-bar-is-active",t),document.body.classList.toggle("aioseo-settings-bar-is-inactive",!t)},F=()=>{const t=g();r(document.body,"aioseo-settings-bar-is"),document.body.classList.add(`aioseo-settings-bar-is-${t}`),d(t)},U=()=>{l.addEventListener("change",()=>{C(),d(g())}),V.observe(document.querySelector(".et-fb-page-settings-bar"),{attributeFilter:["class"]}),document.body.addEventListener("click",Y),s.addEventListener("click",()=>{const t=new Event("aioseo-divi-toggle-modal");document.dispatchEvent(t)})},N=()=>{const t=g();r(document.body,"aioseo-settings-bar-is"),document.body.classList.add(`aioseo-settings-bar-is-${t}`),B(),C(),z()||d(t)},C=()=>{!L()||(s=w(s))},d=t=>{if(L())return;const e=document.querySelector(".et-fb-page-settings-bar"),o=e.querySelector(".et-fb-page-settings-bar__toggle-button"),n=e.querySelectorAll(".et-fb-page-settings-bar__column");if(X(t),u())if(l.matches){const i=[...n].filter(c=>c.classList.contains("et-fb-page-settings-bar__column--main"));i.length&&i[0].appendChild(s)}else{const i=[...n].filter(c=>c.classList.contains("et-fb-page-settings-bar__column--left"));i.length&&i[0].insertBefore(s)}else o.insertAdjacentElement("afterend",s)},X=t=>{r(s,"aioseo-settings-bar-root"),s.classList.add(`aioseo-settings-bar-root-${t}`),r(s,"aioseo-settings-bar-root-is-mobile"),["aioseo-settings-bar-root-is-mobile",`aioseo-settings-bar-root-is-mobile-${t}`].forEach(n=>{s.classList.toggle(n,!l.matches)}),r(s,"aioseo-settings-bar-root-is-desktop"),["aioseo-settings-bar-root-is-desktop",`aioseo-settings-bar-root-is-desktop-${t}`].forEach(n=>{s.classList.toggle(n,l.matches)})},r=(t,e)=>{const o=[`${e}-left`,`${e}-right`,`${e}-top`,`${e}-top-left`,`${e}-top-right`,`${e}-bottom`,`${e}-bottom-left`,`${e}-bottom-right`];t.classList.remove(...o)},g=()=>{const t=document.querySelector(".et-fb-page-settings-bar").classList;return t.contains("et-fb-page-settings-bar--horizontal")&&!t.contains("et-fb-page-settings-bar--top")?"bottom":t.contains("et-fb-page-settings-bar--top")&&!t.contains("et-fb-page-settings-bar--corner")?"top":t.contains("et-fb-page-settings-bar--bottom-corner")?t.contains("et-fb-page-settings-bar--left-corner")?"bottom-left":"bottom-right":t.contains("et-fb-page-settings-bar--top-corner")?t.contains("et-fb-page-settings-bar--left-corner")?"top-left":"top-right":t.contains("et-fb-page-settings-bar--vertical--right")?"right":t.contains("et-fb-page-settings-bar--vertical--left")?"left":""},Y=t=>{if(!j())return;const e=t.target,o=".aioseo-modal",n=".aioseo-app.post-settings-modal";if(!e.closest(o)&&!e.closest(n)&&!(e!==document.querySelector(o)&&e.contains(document.querySelector(o)))&&e!==s){const i=new Event("aioseo-divi-toggle-modal",{open:!1});document.dispatchEvent(i)}},j=()=>!document.querySelector(".aioseo-modal").classList.contains("aioseo-modal-is-closed"),L=()=>document.documentElement!==s&&document.documentElement.contains(s),u=()=>document.querySelector(".et-fb-page-settings-bar").classList.contains("et-fb-page-settings-bar--active"),z=()=>document.querySelector(".et-fb-page-settings-bar").classList.contains("et-fb-page-settings-bar--dragged")&&!u(),l=window.matchMedia("(min-width: 768px)"),V=new MutationObserver(N),Q="#aioseo-settings";let s=document.querySelector(Q);s=w(s);var W=()=>{B(),F(),U()};let h={};const a=()=>{const t=v({},h),e=O();P(t,e)||(h=e,A())},G=()=>{m.dispatch("saveCurrentPost",m.state.currentPost)};var H=()=>{a(),window.addEventListener("message",t=>{t.data.eventType==="et_fb_section_content_change"&&p(a,1e3)}),window.wp&&window.wp.hooks.addFilter("et.builder.store.setting.update","aioseo",(t,e)=>{if(t)switch(e){case"et_pb_post_settings_title":_(ETBuilderBackendDynamic,"postTitle",t),p(a,1e3);break;case"et_pb_post_settings_excerpt":_(ETBuilderBackendDynamic,"postMeta.post_excerpt",t),p(a,1e3);break}return t}),document.querySelector(".et-fb-button--save-draft, .et-fb-button--publish").addEventListener("click",G)},I=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"aioseo-draggable"},[t.completelyDraggable?o("div",{on:{dragMouseDown:t.dragMouseDown}},[t._t("default")],2):t._e(),t.completelyDraggable?t._e():o("div",[t._t("default")],2)])},J=[];const K={props:{completelyDraggable:{type:Boolean,default(){return!0}}},data(){return{position1:0,position2:0,position3:0,position4:0}},methods:{dragMouseDown(t){t=t||window.event,t.preventDefault(),this.position3=t.clientX,this.position4=t.clientY,document.onmousemove=this.elementDrag,document.onmouseup=this.closeDragElement},elementDrag(t){t=t||window.event,t.preventDefault(),this.position1=this.position3-t.clientX,this.position2=this.position4-t.clientY,this.position3=t.clientX,this.position4=t.clientY,this.$el.style.top=this.$el.offsetTop-this.position2+"px",this.$el.style.left=this.$el.offsetLeft-this.position1+"px"},closeDragElement(){document.onmouseup=null,document.onmousemove=null}}},y={};var Z=E(K,I,J,!1,tt,null,null,null);function tt(t){for(let e in y)this[e]=y[e]}var et=function(){return Z.exports}(),ot=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("util-draggable",{ref:"modal-container",attrs:{completelyDraggable:!1}},[o("div",{staticClass:"aioseo-modal",class:{"aioseo-modal-is-closed":!t.isOpen}},[o("div",{staticClass:"aioseo-modal-header",on:{mousedown:function(n){return n.preventDefault(),function(i){return t.$refs["modal-container"].dragMouseDown(i)}.apply(null,arguments)}}},[o("div",{staticClass:"aioseo-modal-header-title"},[t._v(t._s(t.strings.header))]),o("div",{staticClass:"aioseo-modal-header-close",on:{click:function(n){t.isOpen=!1}}},[o("svg-close")],1)]),o("div",{staticClass:"aioseo-modal-body edit-post-sidebar"},[o("PostSettings")],1)])])},st=[];const nt={components:{PostSettings:R,SvgClose:k,UtilDraggable:et},data(){return{isOpen:!1,strings:{header:this.$t.sprintf("%1$s settings","All in One SEO")}}},methods:{toggleModal(){this.isOpen=!this.isOpen}},beforeUnmount(){document.removeEventListener("aioseo-divi-toggle-modal",this.toggleModal)},mounted(){this.$nextTick(function(){document.addEventListener("aioseo-divi-toggle-modal",this.toggleModal)})}},S={};var it=E(nt,ot,st,!1,rt,null,null,null);function rt(t){for(let e in S)this[e]=S[e]}var at=function(){return it.exports}();$.prototype.$truSeo=new q;const lt=()=>{new $({store:m,data:{tableContext:window.aioseo.currentPost.context,screenContext:"sidebar"},render:t=>t(at)}).$mount("#aioseo-app-modal > div")},ct=()=>{W(),lt(),H()};window.addEventListener("message",function(t){t.data.eventType==="et_builder_api_ready"&&ct()});
 
dist/Lite/assets/elementor.2c374705.js DELETED
@@ -1 +0,0 @@
1
- var g=Object.defineProperty;var r=Object.getOwnPropertySymbols;var h=Object.prototype.hasOwnProperty,y=Object.prototype.propertyIsEnumerable;var s=(t,o,e)=>o in t?g(t,o,{enumerable:!0,configurable:!0,writable:!0,value:e}):t[o]=e,a=(t,o)=>{for(var e in o||(o={}))h.call(o,e)&&s(t,e,o[e]);if(r)for(var e of r(o))y.call(o,e)&&s(t,e,o[e]);return t};import{V as d}from"./js/vueComponentNormalizer.87056a83.js";import"./js/index.652636d3.js";import{T as k}from"./js/index.97b1f655.js";import{s as n}from"./js/index.8900b7f9.js";import{k as E,m as l}from"./js/helpers.aa477dea.js";import"./js/context.04ada340.js";import{i as $}from"./js/isEqual.0eb6fe1a.js";import{i as b}from"./js/isEmpty.122e36c1.js";import{s as m}from"./js/default-i18n.abde8d59.js";import{A as v}from"./js/App.e262b7ba.js";import"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";import"./js/constants.7cd698f2.js";import"./js/isArrayLikeObject.a4a9229a.js";import"./js/cleanForSlug.f1163528.js";import"./js/_baseIsEqual.85da7ba4.js";import"./js/_getTag.915d77ee.js";/* empty css */import"./js/params.bea1a08d.js";import"./js/ToolsSettings.a9d9524e.js";import"./js/JsonValues.08065e69.js";import"./js/Index.476ddbfd.js";import"./js/SettingsRow.eb71f07b.js";import"./js/Row.13b6f3f1.js";import"./js/Checkbox.5873a8d2.js";import"./js/Checkmark.e7547654.js";import"./js/LicenseKeyBar.0d9de81d.js";import"./js/LogoGear.0c3dd5e3.js";import"./js/Tabs.5e76dea5.js";import"./js/TruSeoScore.4bc8e535.js";import"./js/Information.f4b75b56.js";import"./js/Slide.f5d21606.js";import"./js/Modal.236342a4.js";import"./js/MaxCounts.3eed5286.js";import"./js/RadioToggle.98e1e7ec.js";import"./js/GoogleSearchPreview.9074c63e.js";import"./js/HtmlTagsEditor.e47641de.js";import"./js/Editor.ff0e9ee9.js";import"./js/UnfilteredHtml.333a73bf.js";import"./js/Tooltip.3ec20ff5.js";import"./js/QuestionMark.83ebd18e.js";import"./js/Pencil.d547ebca.js";import"./js/Trash.214b5744.js";import"./js/Plus.a9b9ba75.js";import"./js/Close.5e7bcb70.js";import"./js/popup.25df8419.js";import"./js/Blur.8490ecd2.js";import"./js/Index.abdfd585.js";import"./js/Table.dfc2977c.js";import"./js/InternalOutbound.0e3ee7df.js";import"./js/Image.c2ada86f.js";import"./js/Img.2be756c0.js";import"./js/FacebookPreview.b18711a9.js";import"./js/dannie-profile.41545edf.js";import"./js/TwitterPreview.0506419b.js";import"./js/Book.b6a9040c.js";import"./js/Build.1297b1bd.js";import"./js/Redirects.001dbc2a.js";import"./js/ProBadge.7c0de2f7.js";import"./js/External.8868c638.js";import"./js/Exclamation.356738ce.js";import"./js/Gear.c974e953.js";import"./js/Card.f0350b06.js";class _ extends window.$e.modules.hookUI.Base{constructor(o,e,i){super(),this.hook=o,this.id=e,this.callback=i}getCommand(){return this.hook}getId(){return this.id}apply(){return this.callback()}}class A extends window.$e.modules.hookData.Base{constructor(o,e,i){super(),this.hook=o,this.id=e,this.callback=i}getCommand(){return this.hook}getId(){return this.id}apply(){return this.callback()}}function p(t,o,e){window.$e.hooks.registerUIAfter(new _(t,o,e))}function I(t,o,e){window.$e.hooks.registerDataAfter(new A(t,o,e))}let c={};const u=()=>{const t=window.elementor.documents.getCurrent();if(!["wp-post","wp-page"].includes(t.config.type))return;const o=a({},c),e=E();$(o,e)||(c=e,l())},C=()=>{b(n.state.currentPost)||window.elementor.config.document.id===window.elementor.config.document.revisions.current_id&&n.dispatch("saveCurrentPost",n.state.currentPost)},S=()=>{window.$e.internal("document/save/set-is-modified",{status:!0})};var D=()=>{p("editor/documents/attach-preview","aioseo-content-scraper-attach-preview",u),p("document/save/set-is-modified","aioseo-content-scraper-on-modified",u),I("document/save/save","aioseo-save",C),window.aioseoBus.$on("postSettingsUpdated",S)},x=()=>{if(window.elementor.config.user.introduction["aioseo-introduction"]===!0)return;const t=new window.elementorModules.editor.utils.Introduction({introductionKey:"aioseo-introduction",dialogType:"alert",dialogOptions:{id:"aioseo-introduction",headerMessage:m("New: %1$s %2$s integration","AIOSEO","Elementor"),message:m("You can now manage your SEO settings inside of %1$s via %2$s before you publish your post!","Elementor","All in One SEO"),position:{my:"center center",at:"center center"},strings:{confirm:"Got It!"},hide:{onButtonClick:!1},onConfirm:()=>{t.setViewed(),t.getDialog().hide()}}});t.show()};d.prototype.$truSeo=new k;const O=()=>{let t=window.elementor.getPreferences("ui_theme")||"auto";t==="auto"&&(t=matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"),document.body.classList.forEach(o=>{o.startsWith("aioseo-elementor-")&&document.body.classList.remove(o)}),document.body.classList.add("aioseo-elementor-"+t)},P=()=>{window.$e.routes.on("run:after",function(t,o){O(),o==="panel/page-settings/aioseo"&&(new d({store:n,data:{tableContext:window.aioseo.currentPost.context,screenContext:"sidebar"},render:e=>e(v)}).$mount("#elementor-panel-page-settings-controls"),document.getElementById("elementor-panel-page-settings").classList.add("edit-post-sidebar","aioseo-elementor-panel"),l())})},B=()=>{const t=window.elementor.modules.layouts.panel.pages.menu.Menu,o=window.elementor.getPreferences("ui_theme");t.addItem({name:"aioseo",icon:"aioseo aioseo-element-menu-icon aioseo-element-menu-icon-"+o,title:"All in One SEO",type:"page",callback:()=>{try{window.$e.routes.run("panel/page-settings/aioseo")}catch{window.$e.routes.run("panel/page-settings/settings"),window.$e.routes.run("panel/page-settings/aioseo")}}},"more")},w=()=>{B(),P(),x(),D()};let f=!1;window.elementor&&(setTimeout(w),f=!0);(function(t){f||t(window).on("elementor:init",()=>{window.elementor.on("panel:init",()=>{setTimeout(w)})})})(window.jQuery);
 
dist/Lite/assets/elementor.31b2583d.js ADDED
@@ -0,0 +1 @@
 
1
+ var h=Object.defineProperty;var s=Object.getOwnPropertySymbols;var y=Object.prototype.hasOwnProperty,k=Object.prototype.propertyIsEnumerable;var a=(t,o,e)=>o in t?h(t,o,{enumerable:!0,configurable:!0,writable:!0,value:e}):t[o]=e,m=(t,o)=>{for(var e in o||(o={}))y.call(o,e)&&a(t,e,o[e]);if(s)for(var e of s(o))k.call(o,e)&&a(t,e,o[e]);return t};import{V as l}from"./js/vueComponentNormalizer.87056a83.js";import"./js/index.a4161053.js";import{T as _}from"./js/index.2b668e46.js";import{s as n}from"./js/index.d328c175.js";import{p as E,m as w}from"./js/helpers.db3922d1.js";import{i as $}from"./js/isEqual.0eb6fe1a.js";import{i as b}from"./js/isEmpty.122e36c1.js";import{s as p,_ as r}from"./js/default-i18n.abde8d59.js";import{A as v}from"./js/App.3e986f86.js";import"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";import"./js/constants.a1b1778a.js";import"./js/isArrayLikeObject.a4a9229a.js";import"./js/cleanForSlug.e9a761bb.js";import"./js/_baseIsEqual.85da7ba4.js";import"./js/_getTag.915d77ee.js";/* empty css */import"./js/params.bea1a08d.js";import"./js/ToolsSettings.004b222f.js";import"./js/Modal.1216ab78.js";import"./js/JsonValues.08065e69.js";import"./js/Index.cb0f42fe.js";import"./js/SettingsRow.eb71f07b.js";import"./js/Row.13b6f3f1.js";import"./js/Checkbox.5873a8d2.js";import"./js/Checkmark.e7547654.js";import"./js/LicenseKeyBar.f184444d.js";import"./js/LogoGear.0c3dd5e3.js";import"./js/Tabs.900c61c3.js";import"./js/TruSeoScore.98a47fd6.js";import"./js/Information.f4b75b56.js";import"./js/Slide.f5d21606.js";import"./js/MaxCounts.5a7ca2fd.js";import"./js/RadioToggle.98e1e7ec.js";import"./js/GoogleSearchPreview.c269028d.js";import"./js/HtmlTagsEditor.9f04fc4c.js";import"./js/Editor.22528024.js";import"./js/UnfilteredHtml.35e34c73.js";import"./js/Tooltip.3ec20ff5.js";import"./js/QuestionMark.83ebd18e.js";import"./js/Pencil.d547ebca.js";import"./js/Trash.214b5744.js";import"./js/Plus.a9b9ba75.js";import"./js/Close.5e7bcb70.js";import"./js/popup.25df8419.js";import"./js/Blur.8490ecd2.js";import"./js/Index.2f0c11d2.js";import"./js/Table.0f767068.js";import"./js/InternalOutbound.0e3ee7df.js";import"./js/Image.ec6b7346.js";import"./js/Img.53f489b6.js";import"./js/FacebookPreview.fe07203a.js";import"./js/dannie-profile.41545edf.js";import"./js/TwitterPreview.142af500.js";import"./js/Book.b6a9040c.js";import"./js/Build.1297b1bd.js";import"./js/Redirects.6fee9279.js";import"./js/ProBadge.7c0de2f7.js";import"./js/External.8868c638.js";import"./js/Exclamation.356738ce.js";import"./js/Gear.c974e953.js";import"./js/Card.be971207.js";import"./js/RequiredPlans.2936a9d7.js";class A extends window.$e.modules.hookUI.Base{constructor(o,e,i){super(),this.hook=o,this.id=e,this.callback=i}getCommand(){return this.hook}getId(){return this.id}apply(){return this.callback()}}class I extends window.$e.modules.hookData.Base{constructor(o,e,i){super(),this.hook=o,this.id=e,this.callback=i}getCommand(){return this.hook}getId(){return this.id}apply(){return this.callback()}}function c(t,o,e){window.$e.hooks.registerUIAfter(new A(t,o,e))}function C(t,o,e){window.$e.hooks.registerDataAfter(new I(t,o,e))}let u={};const d=()=>{const t=window.elementor.documents.getCurrent();if(!["wp-post","wp-page"].includes(t.config.type))return;const o=m({},u),e=E();$(o,e)||(u=e,w())},S=()=>{b(n.state.currentPost)||window.elementor.config.document.id===window.elementor.config.document.revisions.current_id&&n.dispatch("saveCurrentPost",n.state.currentPost)},D=()=>{window.$e.internal("document/save/set-is-modified",{status:!0})};var x=()=>{c("editor/documents/attach-preview","aioseo-content-scraper-attach-preview",d),c("document/save/set-is-modified","aioseo-content-scraper-on-modified",d),C("document/save/save","aioseo-save",S),window.aioseoBus.$on("postSettingsUpdated",D)},O=()=>{if(window.elementor.config.user.introduction["aioseo-introduction"]===!0)return;const t=new window.elementorModules.editor.utils.Introduction({introductionKey:"aioseo-introduction",dialogType:"alert",dialogOptions:{id:"aioseo-introduction",headerMessage:p(r("New: %1$s %2$s integration","all-in-one-seo-pack"),"AIOSEO","Elementor"),message:p(r("You can now manage your SEO settings inside of %1$s via %2$s before you publish your post!","all-in-one-seo-pack"),"Elementor","All in One SEO"),position:{my:"center center",at:"center center"},strings:{confirm:r("Got It!","all-in-one-seo-pack")},hide:{onButtonClick:!1},onConfirm:()=>{t.setViewed(),t.getDialog().hide()}}});t.show()};l.prototype.$truSeo=new _;const P=()=>{let t=window.elementor.getPreferences("ui_theme")||"auto";t==="auto"&&(t=matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"),document.body.classList.forEach(o=>{o.startsWith("aioseo-elementor-")&&document.body.classList.remove(o)}),document.body.classList.add("aioseo-elementor-"+t)},B=()=>{window.$e.routes.on("run:after",function(t,o){P(),o==="panel/page-settings/aioseo"&&(new l({store:n,data:{tableContext:window.aioseo.currentPost.context,screenContext:"sidebar"},render:e=>e(v)}).$mount("#elementor-panel-page-settings-controls"),document.getElementById("elementor-panel-page-settings").classList.add("edit-post-sidebar","aioseo-elementor-panel"),w())})},U=()=>{const t=window.elementor.modules.layouts.panel.pages.menu.Menu,o=window.elementor.getPreferences("ui_theme");t.addItem({name:"aioseo",icon:"aioseo aioseo-element-menu-icon aioseo-element-menu-icon-"+o,title:"All in One SEO",type:"page",callback:()=>{try{window.$e.routes.run("panel/page-settings/aioseo")}catch{window.$e.routes.run("panel/page-settings/settings"),window.$e.routes.run("panel/page-settings/aioseo")}}},"more")},f=()=>{U(),B(),O(),x()};let g=!1;window.elementor&&(setTimeout(f),g=!0);(function(t){g||t(window).on("elementor:init",()=>{window.elementor.on("panel:init",()=>{setTimeout(f)})})})(window.jQuery);
dist/Lite/assets/feature-manager.b04200da.js ADDED
@@ -0,0 +1 @@
 
1
+ import{n as i,V as s}from"./js/vueComponentNormalizer.87056a83.js";import"./js/index.a4161053.js";import{s as a}from"./js/index.d328c175.js";import{_ as t,s as u,a as c}from"./js/index.a6bfea7f.js";import{_ as l}from"./js/default-i18n.abde8d59.js";import"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";import"./js/constants.a1b1778a.js";import"./js/isArrayLikeObject.a4a9229a.js";var m=function(){var n=this,e=n.$createElement,r=n._self._c||e;return r("div",{staticClass:"aioseo-app"},[r("router-view")],1)},p=[];const f={},o={};var v=i(f,m,p,!1,d,null,null,null);function d(n){for(let e in o)this[e]=o[e]}var w=function(){return v.exports}();function y(n){switch(n){case"../views/FeatureManager.vue":return t(()=>import(""+(window.__aioseo_dynamic_handler__||function(e){return e})("./js/FeatureManager.be6ecdab.js")+""),(window.__aioseo_dynamic_preload__ || function(importer) { return importer; })(["js/FeatureManager.be6ecdab.js","css/FeatureManager.3cf5cd1a.css","js/ToolsSettings.004b222f.js","js/index.d328c175.js","js/default-i18n.abde8d59.js","js/vueComponentNormalizer.87056a83.js","js/isArrayLikeObject.a4a9229a.js","js/helpers.db3922d1.js","js/index.a4161053.js","css/index.9d7c70c5.css","js/client.94d919c5.js","js/_commonjsHelpers.f40d732e.js","js/constants.a1b1778a.js","js/cleanForSlug.e9a761bb.js","js/Modal.1216ab78.js","css/Modal.bbd5ad5b.css","js/news-sitemap.e595aa53.js","js/Index.cb0f42fe.js","css/Index.98642cc9.css","js/SitemapsPro.22c2b81a.js","css/SitemapsPro.0794556f.css","js/params.bea1a08d.js","js/Url.781a1d48.js","js/Tooltip.3ec20ff5.js","css/Tooltip.986bbe63.css","js/Index.2f0c11d2.js","css/Index.c26e7420.css","js/Row.13b6f3f1.js","css/Row.4f91f34d.css","js/ImageSeo.0ea16b4e.js"]));case"../views/Main.vue":return t(()=>import(""+(window.__aioseo_dynamic_handler__||function(e){return e})("./js/Main.5e368f07.js")+""),(window.__aioseo_dynamic_preload__ || function(importer) { return importer; })(["js/Main.5e368f07.js","css/main.c091181e.css","js/Index.15fee59c.js","css/Index.45e4b807.css","js/params.bea1a08d.js","js/ToolsSettings.004b222f.js","js/index.d328c175.js","js/default-i18n.abde8d59.js","js/vueComponentNormalizer.87056a83.js","js/isArrayLikeObject.a4a9229a.js","js/helpers.db3922d1.js","js/index.a4161053.js","css/index.9d7c70c5.css","js/client.94d919c5.js","js/_commonjsHelpers.f40d732e.js","js/constants.a1b1778a.js","js/cleanForSlug.e9a761bb.js","js/Modal.1216ab78.js","css/Modal.bbd5ad5b.css","js/Header.62cb09dc.js","css/Header.87052b11.css","js/LicenseKeyBar.f184444d.js","css/LicenseKeyBar.b29d430c.css","js/LogoGear.0c3dd5e3.js","js/AnimatedNumber.b6059bfd.js","js/Logo.1a5e022a.js","js/QuestionMark.83ebd18e.js","js/Support.b1f25bbd.js","js/Tabs.900c61c3.js","css/Tabs.0c23c7ca.css","js/TruSeoScore.98a47fd6.js","js/Information.f4b75b56.js","js/Slide.f5d21606.js","js/Close.5e7bcb70.js","js/Exclamation.356738ce.js","js/Url.781a1d48.js","js/Gear.c974e953.js","js/FeatureManager.be6ecdab.js","css/FeatureManager.3cf5cd1a.css","js/news-sitemap.e595aa53.js","js/Index.cb0f42fe.js","css/Index.98642cc9.css","js/SitemapsPro.22c2b81a.js","css/SitemapsPro.0794556f.css","js/Tooltip.3ec20ff5.js","css/Tooltip.986bbe63.css","js/Index.2f0c11d2.js","css/Index.c26e7420.css","js/Row.13b6f3f1.js","css/Row.4f91f34d.css","js/ImageSeo.0ea16b4e.js"]));default:return new Promise(function(e,r){(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(r.bind(null,new Error("Unknown variable dynamic import: "+n)))})}}const A="all-in-one-seo-pack",R=n=>()=>y("../views/"+n+".vue");var M=[{path:"*",redirect:"/"},{path:"/",name:"feature-manager",component:R("Main"),meta:{access:"aioseo_feature_manager_settings",name:l("Feature Manager",A)}}];const _=u(M);c(a,_);new s({router:_,store:a,render:n=>n(w)}).$mount("#aioseo-app");
dist/Lite/assets/feature-manager.d36a5358.js DELETED
@@ -1 +0,0 @@
1
- import{n as i,V as s}from"./js/vueComponentNormalizer.87056a83.js";import"./js/index.652636d3.js";import{s as a}from"./js/index.8900b7f9.js";import{_ as t,s as u,a as c}from"./js/index.bd58513c.js";import"./js/default-i18n.abde8d59.js";import"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";import"./js/constants.7cd698f2.js";import"./js/isArrayLikeObject.a4a9229a.js";var l=function(){var n=this,e=n.$createElement,r=n._self._c||e;return r("div",{staticClass:"aioseo-app"},[r("router-view")],1)},m=[];const p={},o={};var f=i(p,l,m,!1,v,null,null,null);function v(n){for(let e in o)this[e]=o[e]}var d=function(){return f.exports}();function w(n){switch(n){case"../views/FeatureManager.vue":return t(()=>import(""+(window.__aioseo_dynamic_handler__||function(e){return e})("./js/FeatureManager.85b79023.js")+""),(window.__aioseo_dynamic_preload__ || function(importer) { return importer; })(["js/FeatureManager.85b79023.js","css/FeatureManager.3cf5cd1a.css","js/ToolsSettings.a9d9524e.js","js/index.8900b7f9.js","js/default-i18n.abde8d59.js","js/vueComponentNormalizer.87056a83.js","js/isArrayLikeObject.a4a9229a.js","js/context.04ada340.js","js/news-sitemap.e595aa53.js","js/Index.476ddbfd.js","css/Index.98642cc9.css","js/index.652636d3.js","css/index.9d7c70c5.css","js/client.94d919c5.js","js/_commonjsHelpers.f40d732e.js","js/constants.7cd698f2.js","js/SitemapsPro.1c8c12c9.js","css/SitemapsPro.0794556f.css","js/params.bea1a08d.js","js/Url.781a1d48.js","js/Tooltip.3ec20ff5.js","css/Tooltip.986bbe63.css","js/Index.abdfd585.js","css/Index.c26e7420.css","js/Row.13b6f3f1.js","css/Row.4f91f34d.css","js/ImageSeo.0ea16b4e.js"]));case"../views/Main.vue":return t(()=>import(""+(window.__aioseo_dynamic_handler__||function(e){return e})("./js/Main.db3b6515.js")+""),(window.__aioseo_dynamic_preload__ || function(importer) { return importer; })(["js/Main.db3b6515.js","css/main.c091181e.css","js/Index.a75a1870.js","css/Index.45e4b807.css","js/params.bea1a08d.js","js/ToolsSettings.a9d9524e.js","js/index.8900b7f9.js","js/default-i18n.abde8d59.js","js/vueComponentNormalizer.87056a83.js","js/isArrayLikeObject.a4a9229a.js","js/context.04ada340.js","js/Header.c5a344f7.js","css/Header.87052b11.css","js/LicenseKeyBar.0d9de81d.js","css/LicenseKeyBar.b29d430c.css","js/LogoGear.0c3dd5e3.js","js/AnimatedNumber.b6059bfd.js","js/index.652636d3.js","css/index.9d7c70c5.css","js/client.94d919c5.js","js/_commonjsHelpers.f40d732e.js","js/constants.7cd698f2.js","js/Logo.1a5e022a.js","js/QuestionMark.83ebd18e.js","js/Support.b1f25bbd.js","js/Tabs.5e76dea5.js","css/Tabs.0c23c7ca.css","js/TruSeoScore.4bc8e535.js","js/Information.f4b75b56.js","js/Slide.f5d21606.js","js/Close.5e7bcb70.js","js/Exclamation.356738ce.js","js/Url.781a1d48.js","js/Gear.c974e953.js","js/FeatureManager.85b79023.js","css/FeatureManager.3cf5cd1a.css","js/news-sitemap.e595aa53.js","js/Index.476ddbfd.js","css/Index.98642cc9.css","js/SitemapsPro.1c8c12c9.js","css/SitemapsPro.0794556f.css","js/Tooltip.3ec20ff5.js","css/Tooltip.986bbe63.css","js/Index.abdfd585.js","css/Index.c26e7420.css","js/Row.13b6f3f1.js","css/Row.4f91f34d.css","js/ImageSeo.0ea16b4e.js"]));default:return new Promise(function(e,r){(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(r.bind(null,new Error("Unknown variable dynamic import: "+n)))})}}const y=n=>()=>w("../views/"+n+".vue");var A=[{path:"*",redirect:"/"},{path:"/",name:"feature-manager",component:y("Main"),meta:{access:"aioseo_feature_manager_settings",name:"Feature Manager"}}];const _=u(A);c(a,_);new s({router:_,store:a,render:n=>n(d)}).$mount("#aioseo-app");
 
dist/Lite/assets/{flyout-menu.4e665183.js → flyout-menu.8eb59140.js} RENAMED
@@ -1 +1 @@
1
- var v=Object.defineProperty,m=Object.defineProperties;var _=Object.getOwnPropertyDescriptors;var e=Object.getOwnPropertySymbols;var E=Object.prototype.hasOwnProperty,C=Object.prototype.propertyIsEnumerable;var n=(l,a,t)=>a in l?v(l,a,{enumerable:!0,configurable:!0,writable:!0,value:t}):l[a]=t,f=(l,a)=>{for(var t in a||(a={}))E.call(a,t)&&n(l,t,a[t]);if(e)for(var t of e(a))C.call(a,t)&&n(l,t,a[t]);return l},p=(l,a)=>m(l,_(a));import{n as s,V as i}from"./js/vueComponentNormalizer.87056a83.js";import"./js/index.652636d3.js";import{S as g}from"./js/Standalone.f29e6756.js";import{a as B,t as F,s as D}from"./js/index.8900b7f9.js";import{S as y}from"./js/Message.ec85dd4f.js";import{S as A}from"./js/Support.b1f25bbd.js";import"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";import"./js/default-i18n.abde8d59.js";import"./js/constants.7cd698f2.js";import"./js/isArrayLikeObject.a4a9229a.js";var $=function(){var l=this,a=l.$createElement,t=l._self._c||a;return t("svg",{attrs:{width:"57",height:"56",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("g",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M17.683 56.907l3.04-8.826-1.17-2.133c-5.016.175-8.424 3.67-8.634 7.026l6.764 3.933z",fill:"#004BCE"}}),t("path",{attrs:{d:"M17.124 51.122a5.182 5.182 0 011.678 7.13 5.165 5.165 0 01-7.114 1.679 5.165 5.165 0 01-1.678-7.114c1.486-2.43 4.667-3.18 7.114-1.695z",fill:"#1763E8"}}),t("path",{attrs:{d:"M16.792 51.664c-2.133-1.329-4.929-.647-6.24 1.468-1.328 2.132-.664 4.928 1.468 6.257 2.133 1.328 4.929.646 6.257-1.486 1.294-2.115.647-4.929-1.485-6.24z",fill:"#1763E8"}}),t("path",{attrs:{d:"M16.791 51.664c-2.132-1.329-4.928-.647-6.239 1.468-.157.244-.28.49-.384.734 2.411 2.184 5.907 3.25 8.511 3.163.7-1.957-.052-4.212-1.887-5.365z",fill:"#338FFF"}}),t("path",{attrs:{d:"M18.382 52.485a4.455 4.455 0 011.45 6.135 4.455 4.455 0 01-6.134 1.45 4.451 4.451 0 01-1.45-6.134 4.477 4.477 0 016.134-1.45z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M18.085 52.957a3.89 3.89 0 00-5.365 1.276 3.89 3.89 0 001.275 5.366c1.836 1.153 4.248.559 5.366-1.276 1.154-1.836.577-4.23-1.276-5.366z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M18.085 52.957a3.89 3.89 0 00-5.366 1.276c-.122.21-.244.42-.332.63 2.08 1.87 5.086 2.813 7.34 2.726a3.882 3.882 0 00-1.642-4.632z",fill:"#ED7B47"}}),t("path",{attrs:{d:"M16.634 59.04l-1.887 6.221c1.538 1.154 3.758 2.045 5.802 1.958.612-1.136 1.469-3.758 1.923-5.051 1.678 3.04 2.761 4.02 3.793 5.086 3.303.262 9.577-1.084 11.185-2.517l-3.757-6.502.157-1.503 3.932-8.11-2.656-4.23-16.184.263c-2.78 1.888-4.353 5.4-4.248 7.061.088.909 1.241 4.981 1.94 7.323z",fill:"#004BCE"}}),t("path",{attrs:{d:"M20.077 66.485c.577-1.259 1.206-3.234 1.678-4.562l.56-1.573c.89 1.625 1.695 3.198 2.866 4.65.437.541.926 1.03 1.398 1.537 1.468.07 3.164-.14 4.58-.384 1.467-.263 3.914-.84 5.26-1.608l-3.53-6.117.21-1.888 3.81-7.847-2.203-3.514-15.503.245c-1.153.84-2.097 1.993-2.779 3.216-.419.786-1.013 2.115-.943 3.041.07 1.066 1.94 7.34 1.94 7.393l-1.783 5.908c1.276.839 2.901 1.45 4.44 1.503z",fill:"#004BCE"}}),t("path",{attrs:{d:"M20.077 66.485c.577-1.259 1.206-3.234 1.678-4.562l.56-1.573c.89 1.625 1.695 3.198 2.866 4.65.437.541.926 1.03 1.398 1.537 1.468.07 3.164-.14 4.58-.384.436-.088.96-.193 1.52-.332l-3.164-7.044 4.108-13.598-14.42.245c-1.153.84-2.097 1.993-2.779 3.216-.419.786-1.013 2.115-.943 3.041.07 1.066 1.94 7.34 1.94 7.393l-1.783 5.908c1.276.839 2.901 1.45 4.44 1.503z",fill:"#1763E8"}}),t("path",{attrs:{d:"M34.007 58.725l.122-1.643-.262-.332c-4.474 1.608-11.954 1.87-16.534.35-.646-.21-1.223-.543-1.59-1.154l-.14.35c.245.89.56 1.73.944 2.481 4.771 1.923 11.71 1.87 17.46-.052z",fill:"#003694"}}),t("path",{attrs:{d:"M33.308 52.066c2.272 2.097 6.135 2.814 9.106 2.97l2.045-7.777c-2.796.088-6.275.175-8.791-.472-2.447-.611-4.597 3.234-2.36 5.279z",fill:"#004BCE"}}),t("path",{attrs:{d:"M34.601 47.277c2.85.629 6.572 1.1 8.862.769l-1.049 3.67c-2.779.245-7.306-.804-9.875-2.447.262-1.38 1.45-2.132 2.062-1.992z",fill:"#1763E8"}}),t("path",{attrs:{d:"M28.187 50.947l7.043.612c.385.017.682.402.647.786l-.367 4.212a.714.714 0 01-.769.682l-7.043-.612c-.402-.035-.682-.402-.647-.804l.367-4.212a.712.712 0 01.769-.664z",fill:"#004BCE"}}),t("path",{attrs:{d:"M28.152 51.332l7.044.611a.328.328 0 01.297.385l-.367 4.212c-.018.21-.175.332-.367.332l-7.044-.612c-.175-.017-.314-.192-.297-.384l.367-4.212c.017-.21.192-.367.367-.332z",fill:"#BDD6DE"}}),t("path",{attrs:{d:"M29.777 51.471l1.888.158-.42 4.928-3.53-.297c-.175-.017-.314-.192-.297-.384l.175-2.063a9.69 9.69 0 002.184-2.342z",fill:"#fff"}}),t("path",{attrs:{d:"M30.372 52.293c0-.018-.018-.035-.035-.035l-1.084-.088c-.017-.017-.035.018-.052.035l-.665 3.077c-.017.017-.017.017 0 .035.018.017.018.017.035.017l.7.07c.017 0 .052-.018.052-.035l.087-.542.402.018-.017.559c0 .017.017.052.052.052l.682.07c.018 0 .018-.017.035-.017 0-.018.017-.018.017-.035l-.21-3.181zm-.542.612c0 .471 0 .926.017 1.398v.052l-.402-.017.018-.053c.07-.472.175-.926.28-1.38l.017-.035.087.017v.018h-.017zm4.422 1.59l.052-.56c.018-.226.053-.489.035-.716 0-.122-.052-.245-.105-.367a.72.72 0 00-.297-.262 1.367 1.367 0 00-.437-.122c-.157-.018-.332 0-.472.052a.607.607 0 00-.332.21.643.643 0 00-.157.35c-.053.21-.07.471-.087.699l-.053.559a9.347 9.347 0 00-.035.699c.018.14.053.245.105.367.07.122.175.21.297.28.14.07.297.104.455.122.157.017.332 0 .472-.052.122-.053.244-.105.332-.228.087-.105.157-.21.174-.332l.053-.699zm-.664-1.153l-.123 1.52c-.017.105-.017.297-.07.385-.017.07-.087.105-.157.105a.254.254 0 01-.157-.105c-.018-.088 0-.297.017-.385l.123-1.538c.017-.07.017-.262.07-.332.034-.052.087-.07.157-.07s.105.035.14.105c.017.07 0 .245 0 .315zm-1.556-.892c0-.017-.017-.052-.052-.052l-.665-.053c-.017-.017-.052.018-.052.035l-.262 3.111c0 .018.017.053.035.053l.681.07c.018 0 .053-.018.053-.053l.262-3.11z",fill:"#7EAABA"}}),t("path",{attrs:{d:"M30.284 52.293c0-.018-.017-.035-.052-.035l-1.154-.105c-.035 0-.052.018-.07.035l-.734 3.303c0 .018 0 .035.018.053.017.017.017.017.035.017l.734.07c.017 0 .052-.017.052-.035l.105-.594.42.035v.594c0 .035.017.053.035.053l.734.07c.017.017.035 0 .035-.018.017-.017.017-.017.017-.035l-.175-3.408zm-.594.664c0 .49 0 .996.018 1.503v.053l-.42-.018v-.07c.087-.49.21-.996.297-1.468l.018-.052.087.017v.035zm4.754 1.713l.052-.612c.018-.245.053-.524.035-.751 0-.14-.052-.28-.122-.385a.735.735 0 00-.315-.297 1.57 1.57 0 00-.471-.122c-.175-.018-.35 0-.525.052a.85.85 0 00-.367.245.718.718 0 00-.175.367c-.052.244-.07.507-.087.751l-.052.612c-.018.245-.053.524-.035.752 0 .157.035.28.105.402.087.122.192.21.332.297.157.07.314.105.471.122.175.017.35 0 .525-.052a.71.71 0 00.35-.245.747.747 0 00.192-.367c.052-.262.07-.542.087-.77zm-.717-1.259l-.14 1.643c0 .105-.017.315-.07.402-.017.07-.087.105-.174.105a.222.222 0 01-.157-.122c-.018-.087 0-.297.017-.402l.14-1.643c0-.087.017-.297.07-.35.035-.052.105-.07.157-.07.07 0 .123.036.14.105.035.088.017.263.017.332zm-1.66-.943c.018-.018-.017-.053-.035-.053l-.716-.07c-.035 0-.07.018-.07.053l-.297 3.338c0 .018.017.053.052.053l.716.07c.018 0 .053-.018.07-.053l.28-3.338z",fill:"#2C2B57"}}),t("path",{attrs:{d:"M21.808 56.994c-2.71-1.573-4.58-4.928-5.313-7.34.909-.525 1.293-.542 2.639-.734-.437-.507-.84-.734-1.66-1.014.506-1.119 1.59-2.552 2.83-3.74l6.328-.158c1.083 1.329 2.15 2.674 3.233 4.02-.979.018-2.027.402-2.779.962 1.468.367 2.377.769 3.076 1.328-2.29 2.831-4.963 5.086-8.354 6.676z",fill:"#003694"}}),t("path",{attrs:{d:"M19.99 45.372l6.8.07c-.525 3.198-1.556 5.96-3.042 8.092l-3.059-.018c-.873-2.167-1.118-4.963-.699-8.144z",fill:"#BDD6DE"}}),t("path",{attrs:{d:"M20.602 45.372l2.796.017 2.78.018c-.787 1.555-1.73 2.97-2.815 4.194.158 1.014.298 2.465.385 3.898a12.311 12.311 0 01-1.835 2.08 8.916 8.916 0 01-1.224-2.098c.49-1.433 1.05-2.884 1.503-3.88-.733-1.24-1.24-2.656-1.59-4.23z",fill:"#D95C09"}}),t("path",{attrs:{d:"M22.857 49.007l-.962 6.59a8.915 8.915 0 01-1.223-2.098c.49-1.433 1.049-2.884 1.503-3.88-.105-.21-.227-.42-.332-.647.332.018.664.035 1.014.035z",fill:"#F66F10"}}),t("path",{attrs:{d:"M25.286 50.143c-.542-1.066-1.293-2.115-1.992-3.093h-.56c-.978.96-1.73 1.992-2.586 3.04-.158-1.467-.088-2.97.087-4.456l6.257.07c-.262 1.468-.647 2.989-1.206 4.44z",fill:"#fff"}}),t("path",{attrs:{d:"M18.085 26.67l6.973.28c2.465-6.764 2.954-15.607 1.853-19.156-.21-.646-.717-.524-1.189-.28-5.138 2.745-8.773 10.557-7.637 19.156z",fill:"#4A2913"}}),t("path",{attrs:{d:"M19.343 25.133l4.44.174C25.25 20.973 26.455 14 25.722 9.35c0-.07-.07-.052-.105-.017-4.93 3.233-6.992 10.504-6.275 15.8z",fill:"#5E3011"}}),t("path",{attrs:{d:"M22.087 25.237c1.608-4.666 2.517-10.26 2.15-13.073-2.779 1.818-4.44 8.214-4.072 13.003l1.922.07z",fill:"#7F3E13"}}),t("path",{attrs:{d:"M36.558 21.322l-1.1-5.89c-.298-1.643-2.343.07-3.619-.874-1.153-.873-3.792-2.08-4.736-.96-1.503 1.747-2.832 3.652-3.758 5.959l13.213 1.765z",fill:"#004BCE"}}),t("path",{attrs:{d:"M35.737 20.553l-.926-4.98c0-.036-.035-.193-.07-.21-.088-.053-.35-.018-.437-.018-.35.035-.7.105-1.049.14-.664.07-1.276-.018-1.818-.42a7.703 7.703 0 00-1.625-.891c-.437-.175-1.818-.647-2.22-.175-1.328 1.556-2.447 3.164-3.303 4.999l11.448 1.555z",fill:"#004BCE"}}),t("path",{attrs:{d:"M32.032 15.397a1.835 1.835 0 01-.594-.332 7.703 7.703 0 00-1.626-.891c-.437-.175-1.818-.647-2.22-.175-1.328 1.556-2.447 3.164-3.303 4.999l7.27.996c.28-1.556.42-3.111.473-4.597z",fill:"#1763E8"}}),t("path",{attrs:{d:"M36.559 21.322l-.35-1.87c-.839-1.87-9.508-4.264-11.36-2.814a17.895 17.895 0 00-1.486 2.884l13.196 1.8z",fill:"#EBA100"}}),t("path",{attrs:{d:"M35.387 18.613c-2.062-1.415-7.096-2.744-9.542-2.342a18.968 18.968 0 00-1.556 2.727l11.448 1.555-.35-1.94z",fill:"#EBA100"}}),t("path",{attrs:{d:"M31.927 17.093c-2.15-.664-4.614-1.066-6.082-.822a18.963 18.963 0 00-1.556 2.727l7.27.996c.176-.979.298-1.94.368-2.901z",fill:"#FC0"}}),t("path",{attrs:{d:"M40.404 26.496l-19.96-4.667c-1.94-1.555-1.992-1.188-4.981-3.32-7.009-5.034 17.548-3.758 24.94 7.987z",fill:"#003694"}}),t("path",{attrs:{d:"M40.405 26.496l-1.329-.297c-6.467-8.372-21.812-10.784-24.836-9.07-.681-3.27 19.575-1.12 26.165 9.367z",fill:"#004BCE"}}),t("path",{attrs:{d:"M33.57 25.919l6.974.28c2.464-6.764 2.936-15.608 1.852-19.156-.21-.647-.716-.524-1.188-.28-5.139 2.744-8.774 10.557-7.638 19.156z",fill:"#4A2913"}}),t("path",{attrs:{d:"M34.81 24.363l4.44.193c1.468-4.335 2.674-11.308 1.94-15.958 0-.07-.07-.052-.105-.017-4.928 3.233-6.99 10.504-6.274 15.782z",fill:"#5E3011"}}),t("path",{attrs:{d:"M37.573 24.468c1.608-4.666 2.517-10.26 2.15-13.073-2.78 1.818-4.44 8.214-4.073 13.003l1.923.07z",fill:"#7F3E13"}}),t("path",{attrs:{d:"M41.12 31.791c1.417.787 3.392 2.744 3.287 4.23l-4.02 2.167-28.367-3.915c.402-4.072 1.539-7.97 3.146-11.727.612-1.398 1.783-2.202 3.321-2.412 3.706-.56 9.124.087 12.811.751 3.094.56 6.38 1.364 9.281 2.57.892.367 1.433 1.223 1.328 2.15l-.786 6.186z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M44.406 36.021c-.14 1.294-.437 2.43-.996 3.758-.77 1.835-2.71 5.4-4.614 6.292-6.24 2.971-18.334.734-24.207-2.71l-2.587-8.895.035-.28.385-2.779 16.586 6.694 13.86-2.779c.594.21 1.276.524 1.538.7z",fill:"#A19075"}}),t("path",{attrs:{d:"M18.767 21.445c4.893-.734 15.188.699 21.253 3.216.227.087.367.28.332.524l-.961 7.48c1.94.7 3.145 1.8 3.477 2.657-.14 3.845-3.39 8.879-4.823 9.595-5.086 2.482-16.761.91-22.145-2.307l-2.29-8.18c.42-4.299 1.644-8.144 3.06-11.447.331-.804.96-1.381 2.097-1.538z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M37.1 26.688l-.646 5.051c1.468.384 2.133.612 2.937.909 1.94.699 3.145 1.8 3.477 2.656-.14 3.846-3.39 8.88-4.823 9.596-5.086 2.482-16.761.909-22.145-2.307l-2.29-8.162c.42-4.3 1.644-8.145 3.06-11.448.331-.787.96-1.364 2.097-1.538 3.723-.56 10.574.14 16.289 1.608 1.031.262 2.272 1.922 2.045 3.635z",fill:"#ED7B47"}}),t("path",{attrs:{d:"M26.631 21.532H26.684l.157.017H26.893l.07.018h.035l.245.035.035.017H27.33l.035.018c.07 0 .14.017.21.017h.07l.017.018H27.715c.087.017.157.017.245.035h.034l.035.017h.07l.175.018.035.017H28.362l.035.018h.035l.174.017.035.018h.035l.07.017c-1.922 1.87-2.622 6.502-2.691 8.879-.07 2.5 2.411 3.827 4.788 3.985 3.845.244 7.324-1.45 11.973.629-.14 3.845-3.391 8.879-4.824 9.595-5.086 2.482-16.761.909-22.144-2.307l-2.238-8.18c.088-.926.21-1.835.385-2.726 1.992.77 4.684 1.468 6.274 1.626 1.87.192 3.426-1.241 3.566-2.902.262-3.286 1.066-7.603 2.726-8.913l.07.017z",fill:"#F0DFC3"}}),t("path",{attrs:{d:"M26.631 21.532H26.684l.157.018H26.894l.07.017h.035l.244.035.035.017H27.331l.035.018c.07 0 .14.017.21.017h.069l.018.018H27.715c.087.017.157.017.245.035h.035l.035.017h.07l.174.018.035.017H28.362l.035.018h.035l.174.017.035.018h.035l.07.017c-1.922 1.87-2.621 6.502-2.691 8.879-.07 2.5 2.412 3.828 4.789 3.985 3.845.245 7.323-1.45 11.972.629-3.723 5.872-19.208 6.31-27.79 2.447l-1.468-3.32c.088-.927.21-1.836.385-2.727 1.992.769 4.684 1.468 6.274 1.625 1.87.192 3.426-1.24 3.566-2.901.262-3.286 1.066-7.603 2.726-8.914h.122z",fill:"#fff"}}),t("path",{attrs:{d:"M32.836 28.488l-.297 2.325c-.333 2.639-4.877 2.097-4.545-.56l.297-2.324c.333-2.64 4.877-2.098 4.545.56z",fill:"#fff"}}),t("path",{attrs:{d:"M32.748 29.065l-.244 2.01c-.297 2.29-3.688 1.853-3.39-.437l.121-.996 1.696-.437-1.573-.577c.314-2.29 3.705-1.853 3.39.437z",fill:"#1B1D23"}}),t("path",{attrs:{d:"M29.602 32.735l3.444-.28c-.437-1.205-2.814-1.065-3.444.28z",fill:"#FFD696"}}),t("path",{attrs:{d:"M29.602 32.735c.612.612 2.744.77 3.444-.28-1.468-.541-2.657-.21-3.444.28z",fill:"#E37E4F"}}),t("path",{attrs:{d:"M23.573 27.3l-.297 2.324c-.332 2.64-4.65 2.098-4.317-.56l.297-2.324c.332-2.656 4.649-2.08 4.317.56z",fill:"#fff"}}),t("path",{attrs:{d:"M23.485 27.876l-.262 2.01c-.297 2.29-3.67 1.87-3.39-.42l.14-1.013 1.695-.437-1.573-.559c.297-2.307 3.687-1.87 3.39.42z",fill:"#1B1D23"}}),t("path",{attrs:{d:"M27.942 43.956c1.556-.175 2.762.315 3.548.647.612.262 1.171.332 1.643.244l1.94-3.215v-.21c-.035-.822-.524-1.381-.961-2.325-.21-.472-.385-.926-.594-1.8l-5.576 6.659z",fill:"#4F2800"}}),t("path",{attrs:{d:"M35.073 41.649c-1.31.157-2.447 1.59-1.94 3.216 1.241-.227 1.94-1.556 1.94-3.216z",fill:"#AD6151"}}),t("path",{attrs:{d:"M35.126 44.498c1.66.21 1.782-1.328.873-2.587.018 1.224-.105 1.94-.873 2.587z",fill:"#D6B887"}}),t("path",{attrs:{d:"M9.433 27.859l12.741 1.643c.665.087 2.238.961 2.36 1.573l-2.5 2.045.56 3.408 6.134 5.034 4.947-4.597c.734 3.216-3.46 8.861-4.964 9.595-3.233 1.608-8.424 1.503-11.972.56-3.426-.927-6.66-2.797-8.6-5.96-.663-1.084-1.03-2.675-1.223-3.915-.42-2.762-.28-5.925.787-8.442a1.653 1.653 0 011.73-.944z",fill:"#A19075"}}),t("path",{attrs:{d:"M9.416 29.117l14.629 1.888c-.647 5.226 3.845 6.31 9.63 5.96-.175 3.705-4.02 7.813-5.506 8.564-3.932 1.975-14.768 1.748-18.893-4.946-1.101-1.765-1.992-7.306-.332-11.186.07-.21.262-.297.472-.28z",fill:"#F0DFC3"}}),t("path",{attrs:{d:"M9.416 29.117l14.629 1.888.489.07c-.647 5.226 3.356 6.257 9.14 5.907-.017.647-.174 1.311-.401 1.958-.926 2.884-2.727 4.072-4.422 4.929-3.793 1.905-8.599.192-13.947-3.234-1.678-1.083-5.33-1.992-5.628-.017-1.101-1.766-1.992-7.306-.332-11.186.07-.245.262-.332.472-.315z",fill:"#fff"}}),t("path",{attrs:{d:"M8 27.352l7.813 1.014c.96.122 1.415.647 1.345 1.678-.786 9.14-13.894 7.97-9.84-2.325A.612.612 0 018 27.352z",fill:"#19133B"}}),t("path",{attrs:{d:"M8 27.352l3.077.385c-.734 1.555-1.259 3.408-1.329 4.317-.087 1.223-.052 2.656.245 4.02-2.64-.647-4.597-3.479-2.674-8.372a.621.621 0 01.682-.35z",fill:"#2C2B57"}}),t("path",{attrs:{d:"M8.472 28.139l5.383.699a.694.694 0 01.577.384.53.53 0 01-.105.63c-1.608 1.677-6.834.978-6.606-1.207.035-.314.367-.541.751-.506z",fill:"#687095"}}),t("path",{attrs:{d:"M23.765 22.161c.699 0 1.24.262 1.188.612-.052.332-.646.612-1.345.612-.7 0-1.241-.263-1.189-.612.052-.332.664-.612 1.346-.612zM31.123 23.053c-.682-.175-1.258-.053-1.31.28-.036.331.471.768 1.153.943.681.175 1.276.052 1.31-.28.018-.332-.471-.769-1.153-.943z",fill:"#FFD696"}}),t("path",{attrs:{d:"M41.68 46.123a5.173 5.173 0 015.173 5.174 5.162 5.162 0 01-5.173 5.173 5.162 5.162 0 01-5.174-5.173 5.173 5.173 0 015.174-5.174z",fill:"#1763E8"}}),t("path",{attrs:{d:"M41.68 46.752a4.546 4.546 0 00-4.544 4.544c0 2.5 2.045 4.545 4.544 4.545 2.5 0 4.544-2.045 4.544-4.544a4.535 4.535 0 00-4.544-4.545z",fill:"#1763E8"}}),t("path",{attrs:{d:"M41.68 46.752a4.546 4.546 0 00-4.544 4.544c0 .28.017.56.07.822 3.198.594 6.729-.332 8.913-1.783a4.52 4.52 0 00-4.439-3.583z",fill:"#338FFF"}}),t("path",{attrs:{d:"M43.48 46.612a4.453 4.453 0 014.457 4.457c0 2.447-1.993 4.44-4.457 4.44a4.446 4.446 0 01-4.44-4.44 4.438 4.438 0 014.44-4.457z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M43.48 47.154a3.905 3.905 0 00-3.897 3.915 3.901 3.901 0 003.897 3.898 3.905 3.905 0 003.915-3.898 3.909 3.909 0 00-3.915-3.915z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M43.48 47.154a3.905 3.905 0 00-3.897 3.915c0 .245.017.472.07.7 2.743.506 5.785-.28 7.655-1.538a3.917 3.917 0 00-3.828-3.077z",fill:"#ED7B47"}}),t("path",{attrs:{d:"M45.648 44.306c.244-.752.786-1.329 1.625-1.469.874-.122 1.748.018 2.447.56a2.74 2.74 0 011.049 1.94 2.483 2.483 0 01-.717 1.957c.472.402.786.961.839 1.643.07.647-.157 1.276-.612 1.765-.507.577-1.24.874-1.975.98-.384.051-.751 0-1.1-.176-.787-.384-1.242-1.328-1.277-2.29-.21.14-.437.228-.699.245-1.101.123-2.132-.297-2.709-1.276a2.866 2.866 0 01-.384-1.415c-.018-1.45.943-2.622 2.411-2.78.21-.017.42-.017.647.053.157.07.315.158.455.263z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M46.853 54.495c2.535-.017 4.51-2.412 4.457-5.33-.07-2.937-2.15-5.297-4.684-5.279-2.517.017-4.509 2.394-4.456 5.33.052 2.937 2.15 5.279 4.683 5.279z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M46.836 53.673c2.133 0 3.828-2.027 3.775-4.509-.052-2.482-1.817-4.492-3.984-4.474-2.133.017-3.828 2.027-3.776 4.51.053 2.463 1.853 4.491 3.985 4.473z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M48.601 53.167c1.241-.752 2.045-2.273 2.01-4.02-.052-2.482-1.817-4.492-3.985-4.474-.332 0-.646.052-.96.157-.647 3.32.786 6.799 2.935 8.337z",fill:"#ED7B47"}}),t("path",{attrs:{d:"M46.137 52.415c1.52-.017 2.744-1.468 2.709-3.233-.035-1.783-1.328-3.216-2.85-3.216-1.537 0-2.743 1.45-2.708 3.233.052 1.783 1.328 3.216 2.849 3.216z",fill:"#EFAD77"}}),t("path",{attrs:{d:"M44.441 39.989l1.294-.158 1.014 7.778c.07.594-1.224.769-1.294.157l-1.014-7.777z",fill:"#5A6D74"}}),t("path",{attrs:{d:"M44.511 42.68l1.87-.245a.641.641 0 01.7.56l1.118 8.564c.157 1.153-3.024 1.346-3.128.402l-1.119-8.547a.642.642 0 01.56-.734z",fill:"#19133B"}}),t("path",{attrs:{d:"M45.438 42.558l.943-.123a.641.641 0 01.7.56l1.118 8.564c.07.577-.682.926-1.468.996l-1.294-9.997z",fill:"#2C2B57"}}),t("path",{attrs:{d:"M44.636 44.777c1.52-.157 2.062 3.776.524 3.95-2.761.297-3.024-3.67-.524-3.95zm2.761-1.17c-1.66.244-1.398 3.6.088 3.932-1.329.577-.857 3.635.734 3.408 2.744-.42 2.36-3.303.21-3.496 2.656-.821 1.765-4.264-1.032-3.845z",fill:"#EFAD77"}}),t("path",{attrs:{d:"M48.34 43.624c-1.102.7-.84 3.216.366 3.706 1.993-.84 1.573-3.339-.367-3.706zm-3.706 5.104c-2.045-.193-2.307-3.024-.63-3.775 1.172.262 1.609 3.076.63 3.775zm4.072-1.241c-.944.646-.716 2.761.315 3.233 1.713-.769 1.346-2.866-.315-3.233z",fill:"#FAD395"}}),t("path",{attrs:{d:"M43.463 25.01c4.125-.542 7.9 2.36 8.442 6.502.524 4.107-2.36 7.9-6.502 8.424-4.125.542-7.9-2.36-8.442-6.502-.524-4.107 2.377-7.9 6.502-8.424z",fill:"#fff","fill-opacity":".2"}}),t("path",{attrs:{d:"M43.305 23.717c4.824-.63 9.246 2.779 9.875 7.603.63 4.824-2.761 9.263-7.602 9.892-4.824.63-9.246-2.779-9.875-7.603-.63-4.824 2.761-9.263 7.602-9.892zm.263 2.202a6.593 6.593 0 00-5.68 7.393 6.592 6.592 0 007.392 5.68c3.618-.472 6.17-3.792 5.68-7.393-.454-3.6-3.757-6.134-7.392-5.68z",fill:"#7EAABA"}}),t("path",{attrs:{d:"M43.323 23.979a8.568 8.568 0 019.612 7.393c.612 4.702-2.709 9.001-7.393 9.595a8.568 8.568 0 01-9.612-7.393c-.612-4.701 2.709-9 7.393-9.595zm.227 1.713a6.837 6.837 0 017.673 5.907 6.843 6.843 0 01-5.908 7.655 6.837 6.837 0 01-7.673-5.907c-.489-3.74 2.15-7.166 5.908-7.655z",fill:"#7EAABA"}}),t("path",{attrs:{d:"M43.358 24.206c-4.335.56-7.463 4.387-7.236 8.67.035.82 1.276.75 1.24-.07a7.098 7.098 0 016.153-7.394c3.705-.472 7.096 1.975 7.847 5.558.175.787 1.381.542 1.224-.245-.891-4.194-4.876-7.078-9.228-6.519z",fill:"#D3E8EF"}}),t("path",{attrs:{d:"M43.672 26.566a5.94 5.94 0 015.855 2.814c-1.223-.962-2.814-1.469-4.474-1.241a5.938 5.938 0 00-5.121 6.676 5.61 5.61 0 00.821 2.325 5.827 5.827 0 01-2.184-3.88 5.908 5.908 0 015.103-6.694z",fill:"#fff","fill-opacity":".6"}})])])},w=[];const k={},o={};var x=s(k,$,w,!1,L,null,null,null);function L(l){for(let a in o)this[a]=o[a]}var S=function(){return x.exports}(),H=function(){var l=this,a=l.$createElement,t=l._self._c||a;return t("svg",{attrs:{width:"57",height:"56",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("g",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M17.682 56.907l3.042-8.826-1.172-2.133c-5.016.175-8.424 3.67-8.633 7.026l6.763 3.933z",fill:"#004BCE"}}),t("path",{attrs:{d:"M17.123 51.122a5.182 5.182 0 011.678 7.13 5.165 5.165 0 01-7.113 1.678 5.165 5.165 0 01-1.678-7.113c1.485-2.43 4.666-3.18 7.113-1.695z",fill:"#1763E8"}}),t("path",{attrs:{d:"M16.79 51.663c-2.131-1.328-4.928-.646-6.239 1.468-1.328 2.133-.664 4.93 1.468 6.257 2.133 1.329 4.929.647 6.257-1.485 1.294-2.115.647-4.929-1.485-6.24z",fill:"#1763E8"}}),t("path",{attrs:{d:"M16.791 51.663c-2.132-1.328-4.929-.646-6.24 1.468-.157.245-.28.49-.384.734 2.412 2.185 5.908 3.251 8.512 3.164.699-1.958-.053-4.212-1.888-5.366z",fill:"#338FFF"}}),t("path",{attrs:{d:"M18.381 52.485a4.455 4.455 0 011.451 6.135 4.455 4.455 0 01-6.135 1.45 4.451 4.451 0 01-1.45-6.134 4.477 4.477 0 016.134-1.45z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M18.084 52.957a3.89 3.89 0 00-5.365 1.276 3.89 3.89 0 001.276 5.366c1.835 1.153 4.247.559 5.365-1.276 1.154-1.836.577-4.23-1.276-5.366z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M18.084 52.957a3.89 3.89 0 00-5.365 1.276c-.122.21-.245.42-.332.629 2.08 1.87 5.086 2.814 7.34 2.727a3.882 3.882 0 00-1.643-4.632z",fill:"#ED7B47"}}),t("path",{attrs:{d:"M16.634 59.04l-1.888 6.222c1.538 1.153 3.758 2.045 5.803 1.957.612-1.136 1.468-3.757 1.922-5.05 1.678 3.04 2.762 4.02 3.793 5.085 3.303.262 9.578-1.083 11.186-2.517l-3.758-6.501.157-1.503 3.933-8.11-2.657-4.23-16.184.263c-2.779 1.887-4.352 5.4-4.247 7.06.087.91 1.24 4.982 1.94 7.324z",fill:"#004BCE"}}),t("path",{attrs:{d:"M20.077 66.485c.577-1.258 1.206-3.233 1.678-4.561l.559-1.573c.891 1.625 1.695 3.198 2.866 4.649.437.542.927 1.031 1.399 1.538 1.468.07 3.163-.14 4.579-.385 1.468-.262 3.915-.839 5.26-1.608l-3.53-6.117.21-1.887 3.81-7.848-2.202-3.513-15.503.245c-1.154.839-2.097 1.992-2.779 3.216-.42.786-1.014 2.114-.944 3.04.07 1.067 1.94 7.341 1.94 7.394l-1.782 5.907c1.275.84 2.9 1.451 4.439 1.503z",fill:"#004BCE"}}),t("path",{attrs:{d:"M20.077 66.485c.577-1.258 1.206-3.233 1.678-4.561l.559-1.573c.891 1.625 1.695 3.198 2.866 4.649.437.542.927 1.031 1.399 1.538 1.468.07 3.163-.14 4.579-.385.437-.087.961-.192 1.52-.332l-3.163-7.043 4.107-13.598-14.419.245c-1.154.839-2.097 1.992-2.779 3.216-.42.786-1.014 2.114-.944 3.04.07 1.067 1.94 7.341 1.94 7.394l-1.782 5.907c1.275.84 2.9 1.451 4.439 1.503z",fill:"#1763E8"}}),t("path",{attrs:{d:"M34.007 58.725l.122-1.643-.262-.332c-4.474 1.608-11.955 1.87-16.534.35-.647-.21-1.224-.542-1.59-1.154l-.14.35c.244.891.559 1.73.943 2.482 4.772 1.922 11.71 1.87 17.46-.053z",fill:"#003694"}}),t("path",{attrs:{d:"M33.308 52.066c2.272 2.097 6.134 2.814 9.106 2.971l2.044-7.777c-2.796.087-6.274.174-8.79-.472-2.448-.612-4.597 3.233-2.36 5.278z",fill:"#004BCE"}}),t("path",{attrs:{d:"M34.6 47.277c2.85.63 6.573 1.101 8.862.77l-1.049 3.67c-2.778.244-7.305-.804-9.874-2.447.262-1.381 1.45-2.133 2.062-1.993z",fill:"#1763E8"}}),t("path",{attrs:{d:"M28.187 50.947l7.043.612c.385.017.682.402.647.787l-.367 4.212a.714.714 0 01-.769.681l-7.043-.611c-.402-.035-.682-.403-.647-.804l.367-4.213a.712.712 0 01.769-.664z",fill:"#004BCE"}}),t("path",{attrs:{d:"M28.152 51.332l7.044.611a.328.328 0 01.297.385l-.367 4.212c-.018.21-.175.332-.367.332l-7.044-.611c-.175-.018-.314-.193-.297-.385l.367-4.212c.017-.21.192-.367.367-.332z",fill:"#BDD6DE"}}),t("path",{attrs:{d:"M29.777 51.472l1.888.157-.42 4.929-3.53-.297c-.175-.018-.314-.193-.297-.385l.175-2.062a9.69 9.69 0 002.184-2.342z",fill:"#fff"}}),t("path",{attrs:{d:"M30.372 52.293c0-.017-.018-.035-.035-.035l-1.084-.087c-.017-.018-.035.017-.052.035l-.665 3.076c-.017.017-.017.017 0 .035.018.017.018.017.035.017l.7.07c.017 0 .052-.017.052-.035l.087-.542.402.018-.017.559c0 .017.017.052.052.052l.682.07c.018 0 .018-.017.035-.017 0-.018.017-.018.017-.035l-.21-3.181zm-.542.612c0 .472 0 .926.017 1.398v.052l-.402-.017.018-.053c.07-.471.175-.926.28-1.38l.017-.035.087.017v.018h-.017zm4.422 1.59l.052-.56c.018-.226.053-.489.035-.716 0-.122-.052-.244-.105-.367a.721.721 0 00-.297-.262 1.37 1.37 0 00-.437-.122c-.157-.018-.332 0-.472.052a.607.607 0 00-.332.21.643.643 0 00-.157.35c-.053.21-.07.471-.087.699l-.053.559a9.347 9.347 0 00-.035.699c.018.14.053.245.105.367.07.122.175.21.297.28.14.07.297.105.455.122.157.018.332 0 .472-.052.122-.053.244-.105.332-.228.087-.105.157-.21.174-.332l.053-.699zm-.664-1.153l-.123 1.52c-.017.105-.017.297-.07.385-.017.07-.087.105-.157.105a.254.254 0 01-.157-.105c-.018-.088 0-.297.017-.385l.123-1.538c.017-.07.017-.262.07-.332.034-.052.087-.07.157-.07s.105.035.14.105c.017.07 0 .245 0 .315zm-1.556-.892c0-.017-.017-.052-.052-.052l-.665-.053c-.017-.017-.052.018-.052.035l-.262 3.111c0 .018.017.053.035.053l.681.07c.018 0 .053-.018.053-.053l.262-3.11z",fill:"#7EAABA"}}),t("path",{attrs:{d:"M30.284 52.293c0-.017-.018-.035-.053-.035l-1.153-.105c-.035 0-.052.018-.07.035l-.734 3.303c0 .018 0 .035.017.053.018.017.018.017.035.017l.734.07c.018 0 .053-.017.053-.035l.105-.594.42.035v.594c0 .035.017.053.034.053l.734.07c.018.017.035 0 .035-.018.018-.017.018-.017.018-.035l-.175-3.408zm-.594.664c0 .49 0 .996.017 1.503v.053l-.42-.018v-.07c.088-.49.21-.996.298-1.468l.017-.052.088.017v.035zm4.754 1.713l.052-.612c.017-.244.052-.524.035-.751 0-.14-.053-.28-.122-.385a.735.735 0 00-.315-.297 1.568 1.568 0 00-.472-.122c-.175-.018-.35 0-.524.052a.85.85 0 00-.367.245.72.72 0 00-.175.367c-.052.245-.07.507-.087.752l-.053.611c-.017.245-.052.524-.035.752 0 .157.035.28.105.402.087.122.192.21.332.297.157.07.315.105.472.122.175.018.35 0 .524-.052a.711.711 0 00.35-.245.748.748 0 00.192-.367c.053-.262.07-.542.088-.769zm-.717-1.258l-.14 1.642c0 .105-.017.315-.07.402-.017.07-.087.105-.175.105a.222.222 0 01-.157-.122c-.017-.087 0-.297.018-.402l.14-1.643c0-.087.017-.297.07-.35.034-.052.104-.07.157-.07.07 0 .122.036.14.106.035.087.017.262.017.332zm-1.66-.944c.017-.018-.018-.053-.035-.053l-.717-.07c-.035 0-.07.018-.07.053l-.297 3.338c0 .018.017.053.052.053l.717.07c.018 0 .053-.018.07-.053l.28-3.338z",fill:"#2C2B57"}}),t("path",{attrs:{d:"M21.807 56.995c-2.709-1.573-4.579-4.93-5.313-7.341.909-.525 1.294-.542 2.64-.734-.438-.507-.84-.734-1.661-1.014.507-1.118 1.59-2.552 2.831-3.74l6.327-.157c1.084 1.328 2.15 2.674 3.234 4.02-.98.017-2.028.401-2.78.96 1.469.368 2.378.77 3.077 1.329-2.29 2.831-4.964 5.086-8.355 6.677z",fill:"#003694"}}),t("path",{attrs:{d:"M19.99 45.373l6.799.07c-.525 3.198-1.556 5.96-3.041 8.092l-3.059-.018c-.874-2.167-1.119-4.964-.7-8.144z",fill:"#BDD6DE"}}),t("path",{attrs:{d:"M20.602 45.372l2.796.017 2.779.018c-.787 1.556-1.73 2.971-2.814 4.195.157 1.013.297 2.464.385 3.897a12.324 12.324 0 01-1.836 2.08 8.914 8.914 0 01-1.223-2.097c.49-1.433 1.049-2.884 1.503-3.88-.734-1.241-1.24-2.657-1.59-4.23z",fill:"#D95C09"}}),t("path",{attrs:{d:"M22.856 49.008l-.962 6.589a8.919 8.919 0 01-1.223-2.098c.49-1.433 1.049-2.883 1.503-3.88-.105-.21-.227-.42-.332-.646.332.017.664.035 1.014.035z",fill:"#F66F10"}}),t("path",{attrs:{d:"M25.286 50.144c-.542-1.067-1.294-2.115-1.993-3.094h-.56c-.978.961-1.73 1.992-2.586 3.041-.157-1.468-.087-2.971.088-4.457l6.257.07c-.263 1.468-.647 2.989-1.206 4.44z",fill:"#fff"}}),t("path",{attrs:{d:"M18.085 26.67l6.973.28c2.465-6.763 2.954-15.607 1.853-19.155-.21-.647-.717-.524-1.189-.28-5.138 2.744-8.773 10.557-7.637 19.156z",fill:"#4A2913"}}),t("path",{attrs:{d:"M19.343 25.133l4.44.175C25.25 20.974 26.457 14 25.723 9.351c0-.07-.07-.053-.105-.018-4.929 3.234-6.991 10.504-6.274 15.8z",fill:"#5E3011"}}),t("path",{attrs:{d:"M22.087 25.238c1.608-4.667 2.517-10.26 2.15-13.073-2.779 1.817-4.44 8.214-4.072 13.003l1.922.07z",fill:"#7F3E13"}}),t("path",{attrs:{d:"M36.559 21.323l-1.101-5.89c-.297-1.643-2.342.07-3.618-.874-1.154-.874-3.793-2.08-4.737-.961-1.503 1.747-2.831 3.653-3.757 5.96l13.213 1.765z",fill:"#004BCE"}}),t("path",{attrs:{d:"M35.737 20.554l-.926-4.981c0-.035-.035-.192-.07-.21-.087-.052-.35-.017-.437-.017-.35.035-.699.105-1.048.14-.664.07-1.276-.018-1.818-.42a7.698 7.698 0 00-1.625-.891c-.437-.175-1.818-.647-2.22-.175-1.328 1.555-2.447 3.163-3.303 4.999l11.447 1.555z",fill:"#004BCE"}}),t("path",{attrs:{d:"M32.032 15.398a1.836 1.836 0 01-.594-.332 7.698 7.698 0 00-1.625-.891c-.437-.175-1.818-.647-2.22-.175-1.328 1.555-2.447 3.163-3.303 4.999l7.27.996c.28-1.556.42-3.111.472-4.597z",fill:"#1763E8"}}),t("path",{attrs:{d:"M36.559 21.323l-.35-1.87c-.839-1.87-9.508-4.265-11.36-2.814a17.895 17.895 0 00-1.486 2.884l13.196 1.8z",fill:"#EBA100"}}),t("path",{attrs:{d:"M35.388 18.614c-2.063-1.416-7.096-2.744-9.543-2.342a18.964 18.964 0 00-1.555 2.726l11.447 1.556-.35-1.94z",fill:"#EBA100"}}),t("path",{attrs:{d:"M31.927 17.093c-2.15-.664-4.614-1.066-6.082-.821a18.964 18.964 0 00-1.555 2.726l7.27.996a28 28 0 00.367-2.9z",fill:"#FC0"}}),t("path",{attrs:{d:"M40.404 26.496l-19.96-4.666c-1.94-1.556-1.992-1.189-4.981-3.321-7.009-5.034 17.548-3.758 24.94 7.987z",fill:"#003694"}}),t("path",{attrs:{d:"M40.404 26.496l-1.328-.297c-6.467-8.372-21.812-10.784-24.836-9.07-.682-3.27 19.575-1.12 26.164 9.367z",fill:"#004BCE"}}),t("path",{attrs:{d:"M33.57 25.92l6.974.279c2.464-6.764 2.936-15.608 1.852-19.156-.21-.646-.716-.524-1.188-.28-5.139 2.745-8.774 10.557-7.638 19.156z",fill:"#4A2913"}}),t("path",{attrs:{d:"M34.81 24.364l4.44.192c1.468-4.334 2.674-11.308 1.94-15.957 0-.07-.07-.052-.105-.017-4.928 3.233-6.99 10.504-6.274 15.782z",fill:"#5E3011"}}),t("path",{attrs:{d:"M37.573 24.469c1.608-4.667 2.517-10.26 2.15-13.074-2.78 1.818-4.44 8.215-4.073 13.004l1.923.07z",fill:"#7F3E13"}}),t("path",{attrs:{d:"M41.12 31.792c1.417.786 3.392 2.744 3.287 4.23l-4.02 2.167-28.367-3.915c.402-4.073 1.539-7.97 3.146-11.728.612-1.398 1.783-2.202 3.321-2.412 3.706-.559 9.124.088 12.811.752 3.094.56 6.38 1.363 9.281 2.57.892.366 1.433 1.223 1.328 2.149l-.786 6.187z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M44.406 36.022c-.14 1.293-.437 2.429-.996 3.757-.77 1.835-2.71 5.4-4.614 6.292-6.24 2.971-18.334.734-24.207-2.709l-2.587-8.896.035-.28.385-2.779 16.586 6.694 13.86-2.779c.594.21 1.276.525 1.538.7z",fill:"#A19075"}}),t("path",{attrs:{d:"M18.766 21.445c4.894-.734 15.188.7 21.253 3.216.227.088.367.28.332.524l-.961 7.481c1.94.7 3.146 1.8 3.478 2.657-.14 3.845-3.39 8.878-4.824 9.595-5.086 2.482-16.76.909-22.144-2.307l-2.29-8.18c.42-4.3 1.643-8.144 3.059-11.448.332-.804.961-1.38 2.097-1.538z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M37.1 26.689l-.646 5.05c1.468.385 2.132.613 2.936.91 1.94.699 3.146 1.8 3.478 2.656-.14 3.845-3.39 8.879-4.824 9.596-5.086 2.481-16.76.908-22.144-2.308l-2.29-8.162c.42-4.3 1.643-8.144 3.059-11.448.332-.786.961-1.363 2.097-1.538 3.723-.559 10.574.14 16.29 1.608 1.03.262 2.272 1.923 2.044 3.636z",fill:"#ED7B47"}}),t("path",{attrs:{d:"M26.63 21.533h.053l.157.017H26.893l.07.018h.035l.244.035.035.017H27.33l.035.018c.07 0 .14.017.21.017h.07l.017.018H27.714c.088.017.158.017.245.035h.035l.035.017h.07l.175.018.035.017H28.36l.035.017h.035l.175.018.035.017h.035l.07.018c-1.923 1.87-2.622 6.502-2.692 8.879-.07 2.499 2.412 3.827 4.789 3.985 3.845.244 7.323-1.451 11.972.629-.14 3.845-3.39 8.879-4.824 9.595-5.086 2.482-16.76.909-22.144-2.307l-2.237-8.18c.087-.926.21-1.835.384-2.726 1.993.769 4.684 1.468 6.275 1.625 1.87.193 3.426-1.24 3.565-2.901.262-3.286 1.067-7.603 2.727-8.914l.07.018z",fill:"#F0DFC3"}}),t("path",{attrs:{d:"M26.631 21.533H26.683l.158.017H26.893l.07.018h.035l.245.035.035.017H27.33l.035.018c.07 0 .14.017.21.017h.07l.017.018H27.715c.087.017.157.017.244.035h.035l.035.017h.07l.175.018.035.017H28.36l.035.018h.035l.175.017.035.018h.035l.07.017c-1.923 1.87-2.622 6.502-2.692 8.879-.07 2.5 2.412 3.827 4.79 3.985 3.844.244 7.322-1.451 11.971.629-3.722 5.872-19.208 6.31-27.79 2.447l-1.467-3.321c.087-.926.21-1.835.384-2.726 1.993.769 4.684 1.468 6.275 1.625 1.87.192 3.425-1.241 3.565-2.901.262-3.286 1.066-7.603 2.727-8.914h.122z",fill:"#fff"}}),t("path",{attrs:{d:"M32.836 28.489l-.297 2.324c-.332 2.64-4.876 2.098-4.544-.559l.297-2.325c.332-2.639 4.876-2.097 4.544.56z",fill:"#fff"}}),t("path",{attrs:{d:"M32.257 27.995l-.079.56c-.297 2.098-3.67 1.714-3.39-.384l.08-.53 1.656-.139-1.567-.4c.418-1.415 3.597-1.204 3.3.893z",fill:"#1B1D23"}}),t("path",{attrs:{d:"M29.602 32.736l3.444-.28c-.437-1.206-2.814-1.066-3.444.28z",fill:"#FFD696"}}),t("path",{attrs:{d:"M29.602 32.736c.612.611 2.744.769 3.444-.28-1.468-.542-2.657-.21-3.444.28z",fill:"#E37E4F"}}),t("path",{attrs:{d:"M23.573 27.3l-.297 2.325c-.332 2.639-4.65 2.097-4.317-.56l.297-2.324c.332-2.657 4.649-2.08 4.317.56z",fill:"#fff"}}),t("path",{attrs:{d:"M23.159 26.816l-.079.56c-.297 2.098-3.67 1.713-3.39-.384l.08-.53 1.655-.139-1.566-.4c.418-1.414 3.597-1.204 3.3.893z",fill:"#1B1D23"}}),t("path",{attrs:{d:"M27.942 43.956c1.556-.175 2.762.315 3.548.647.612.262 1.171.332 1.643.245l1.94-3.216v-.21c-.035-.822-.524-1.38-.961-2.325-.21-.471-.385-.926-.594-1.8l-5.576 6.66z",fill:"#4F2800"}}),t("path",{attrs:{d:"M35.073 41.65c-1.31.157-2.447 1.59-1.94 3.215 1.241-.227 1.94-1.555 1.94-3.216z",fill:"#AD6151"}}),t("path",{attrs:{d:"M35.126 44.498c1.66.21 1.782-1.328.873-2.586.018 1.223-.105 1.94-.873 2.586z",fill:"#D6B887"}}),t("path",{attrs:{d:"M9.434 27.86l12.74 1.643c.665.087 2.238.96 2.36 1.573l-2.499 2.044.56 3.409 6.134 5.033 4.946-4.596c.734 3.215-3.46 8.86-4.963 9.595-3.234 1.608-8.425 1.503-11.973.559-3.425-.926-6.659-2.796-8.599-5.96-.664-1.083-1.031-2.674-1.223-3.915-.42-2.761-.28-5.925.786-8.442a1.653 1.653 0 011.73-.943z",fill:"#A19075"}}),t("path",{attrs:{d:"M9.416 29.118l14.629 1.888c-.647 5.226 3.845 6.31 9.63 5.96-.175 3.705-4.02 7.812-5.506 8.564-3.932 1.975-14.768 1.748-18.893-4.946-1.101-1.766-1.992-7.306-.332-11.186.07-.21.262-.297.472-.28z",fill:"#F0DFC3"}}),t("path",{attrs:{d:"M9.416 29.118l14.629 1.888.489.07c-.647 5.226 3.356 6.257 9.14 5.907-.017.647-.174 1.311-.401 1.958-.926 2.883-2.727 4.072-4.422 4.928-3.793 1.906-8.599.193-13.947-3.233-1.678-1.084-5.33-1.992-5.628-.017-1.101-1.766-1.992-7.306-.332-11.186.07-.245.262-.332.472-.315z",fill:"#fff"}}),t("path",{attrs:{d:"M8 27.353l7.813 1.013c.96.123 1.415.647 1.345 1.678-.786 9.141-13.894 7.97-9.84-2.324A.612.612 0 018 27.353z",fill:"#19133B"}}),t("path",{attrs:{d:"M8 27.353l3.076.384c-.734 1.556-1.258 3.409-1.328 4.317-.088 1.224-.053 2.657.245 4.02-2.64-.646-4.597-3.478-2.675-8.372a.62.62 0 01.682-.35z",fill:"#2C2B57"}}),t("path",{attrs:{d:"M8.472 28.139l5.383.7a.694.694 0 01.577.384.53.53 0 01-.105.629c-1.608 1.678-6.834.979-6.606-1.206.035-.315.367-.542.751-.507z",fill:"#687095"}}),t("path",{attrs:{d:"M23.765 21.108c.7 0 1.241.262 1.189.611-.053.332-.647.612-1.346.612-.7 0-1.24-.262-1.189-.612.053-.332.665-.611 1.346-.611zM31.27 22c-.682-.175-1.259-.053-1.311.279-.035.332.472.769 1.153.944.682.175 1.276.052 1.311-.28.018-.332-.472-.769-1.153-.944z",fill:"#FFD696"}}),t("path",{attrs:{d:"M41.68 46.123a5.173 5.173 0 015.173 5.174 5.162 5.162 0 01-5.174 5.173 5.162 5.162 0 01-5.173-5.173 5.173 5.173 0 015.173-5.174z",fill:"#1763E8"}}),t("path",{attrs:{d:"M41.679 46.753a4.546 4.546 0 00-4.544 4.544c0 2.5 2.045 4.544 4.544 4.544 2.5 0 4.544-2.045 4.544-4.544a4.535 4.535 0 00-4.544-4.544z",fill:"#1763E8"}}),t("path",{attrs:{d:"M41.679 46.753a4.546 4.546 0 00-4.544 4.544c0 .28.017.56.07.821 3.198.595 6.729-.332 8.913-1.782a4.52 4.52 0 00-4.439-3.583z",fill:"#338FFF"}}),t("path",{attrs:{d:"M43.48 46.612a4.453 4.453 0 014.456 4.457c0 2.447-1.992 4.44-4.457 4.44a4.446 4.446 0 01-4.439-4.44 4.438 4.438 0 014.44-4.457z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M43.48 47.154a3.905 3.905 0 00-3.898 3.916 3.901 3.901 0 003.898 3.897 3.905 3.905 0 003.915-3.897 3.909 3.909 0 00-3.915-3.916z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M43.48 47.154a3.905 3.905 0 00-3.898 3.916c0 .244.017.471.07.699 2.744.507 5.785-.28 7.655-1.538a3.917 3.917 0 00-3.827-3.077z",fill:"#ED7B47"}}),t("path",{attrs:{d:"M46.01 44.209c.191-.767.691-1.38 1.519-1.578.863-.183 1.744-.105 2.48.387a2.74 2.74 0 011.18 1.862 2.483 2.483 0 01-.578 2.003c.5.368.852.904.952 1.58.115.64-.068 1.284-.487 1.804-.465.61-1.177.958-1.902 1.114-.38.08-.75.052-1.11-.098-.812-.328-1.331-1.238-1.433-2.194-.2.154-.42.257-.68.292-1.09.2-2.148-.147-2.792-1.084a2.867 2.867 0 01-.482-1.385c-.119-1.446.758-2.681 2.212-2.94.208-.032.417-.047.649.007.162.059.325.135.471.23z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M47.923 54.289c2.527-.194 4.33-2.72 4.074-5.629-.275-2.924-2.514-5.132-5.04-4.938-2.51.193-4.332 2.703-4.075 5.628.257 2.926 2.513 5.116 5.041 4.939z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M47.848 53.47c2.127-.148 3.677-2.289 3.452-4.761-.226-2.472-2.127-4.354-4.288-4.185-2.126.166-3.677 2.289-3.451 4.761.224 2.455 2.161 4.352 4.287 4.186z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M49.574 52.842c1.186-.836 1.882-2.409 1.725-4.15-.226-2.472-2.127-4.354-4.288-4.185a2.995 2.995 0 00-.948.224c-.413 3.357 1.26 6.727 3.511 8.111z",fill:"#ED7B47"}}),t("path",{attrs:{d:"M47.063 52.264c1.516-.123 2.635-1.656 2.477-3.414-.16-1.776-1.55-3.115-3.066-3.01-1.535.108-2.636 1.64-2.477 3.415.176 1.775 1.55 3.115 3.066 3.01z",fill:"#EFAD77"}}),t("path",{attrs:{d:"M44.505 39.986l1.28-.247 1.553 7.688c.111.588-1.167.853-1.28.247l-1.553-7.688z",fill:"#5A6D74"}}),t("path",{attrs:{d:"M44.763 42.667l1.848-.375a.641.641 0 01.736.51l1.714 8.465c.237 1.14-2.923 1.553-3.093.619l-1.712-8.448a.642.642 0 01.507-.771z",fill:"#19133B"}}),t("path",{attrs:{d:"M45.678 42.48l.933-.188a.641.641 0 01.737.51l1.713 8.465c.11.57-.615.971-1.395 1.096l-1.988-9.883z",fill:"#2C2B57"}}),t("path",{attrs:{d:"M42.484 25.113c4.076-.828 8.045 1.803 8.874 5.897.81 4.06-1.802 8.045-5.898 8.857-4.077.828-8.045-1.803-8.875-5.897-.81-4.06 1.82-8.046 5.899-8.857z",fill:"#fff","fill-opacity":".2"}}),t("path",{attrs:{d:"M42.237 23.833c4.768-.964 9.417 2.128 10.38 6.896.965 4.768-2.108 9.433-6.893 10.398-4.768.965-9.417-2.127-10.381-6.895-.965-4.768 2.108-9.433 6.894-10.399zm.415 2.179a6.592 6.592 0 00-5.15 7.771 6.592 6.592 0 007.77 5.15c3.577-.722 5.89-4.213 5.151-7.77-.704-3.56-4.176-5.858-7.771-5.151z",fill:"#7EAABA"}}),t("path",{attrs:{d:"M42.272 24.094a8.568 8.568 0 0110.105 6.704c.939 4.648-2.074 9.168-6.705 10.088a8.568 8.568 0 01-10.105-6.705c-.938-4.647 2.074-9.168 6.705-10.087zm.347 1.693a6.837 6.837 0 018.066 5.358 6.843 6.843 0 01-5.36 8.048 6.837 6.837 0 01-8.066-5.358c-.749-3.697 1.645-7.298 5.36-8.048z",fill:"#7EAABA"}}),t("path",{attrs:{d:"M42.323 24.318c-4.285.86-7.139 4.897-6.614 9.152.093.818 1.326.661 1.233-.156a7.098 7.098 0 015.622-7.804c3.663-.73 7.216 1.475 8.216 4.997.23.772 1.415.444 1.203-.33-1.181-4.122-5.358-6.72-9.66-5.86z",fill:"#D3E8EF"}}),t("path",{attrs:{d:"M42.801 26.65a5.939 5.939 0 016.037 2.399c-1.287-.874-2.909-1.269-4.55-.926a5.938 5.938 0 00-4.642 7.017 5.61 5.61 0 00.981 2.262 5.827 5.827 0 01-2.45-3.718 5.908 5.908 0 014.624-7.034z",fill:"#fff","fill-opacity":".6"}}),t("path",{attrs:{d:"M45.033 44.75c1.506-.263 2.32 3.622.799 3.904-2.734.489-3.273-3.45-.799-3.904zm2.673-1.36c-1.64.36-1.144 3.689.362 3.916-1.285.668-.601 3.687.97 3.349 2.708-.61 2.123-3.46-.035-3.502 2.593-1.005 1.464-4.377-1.297-3.764z",fill:"#EFAD77"}}),t("path",{attrs:{d:"M48.647 43.341c-1.05.775-.613 3.267.624 3.671 1.93-.976 1.337-3.44-.624-3.67zm-3.34 5.35c-2.054-.05-2.513-2.855-.892-3.722 1.187.18 1.82 2.956.892 3.722zm3.975-1.522c-.896.71-.522 2.805.54 3.204 1.655-.887 1.142-2.954-.54-3.204z",fill:"#FAD395"}})])])},b=[];const O={},h={};var U=s(O,H,b,!1,j,null,null,null);function j(l){for(let a in h)this[a]=h[a]}var R=function(){return U.exports}(),V=function(){var l=this,a=l.$createElement,t=l._self._c||a;return t("svg",{staticClass:"aioseo-light-bulb",attrs:{viewBox:"0 0 29 29",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{fill:"currentColor",d:"M 10.3477 27.595 c 0 0.6655 0.5445 1.21 1.21 1.21 h 4.84 c 0.6655 0 1.21 -0.5445 1.21 -1.21 v -1.21 h -7.26 v 1.21 z m 3.63 -22.99 c -4.6706 0 -8.47 3.7994 -8.47 8.47 c 0 2.8798 1.4399 5.4087 3.63 6.9454 V 22.755 c 0 0.6655 0.5445 1.21 1.21 1.21 h 7.26 c 0.6655 0 1.21 -0.5445 1.21 -1.21 v -2.7346 c 2.1901 -1.5367 3.63 -4.0656 3.63 -6.9454 c 0 -4.6706 -3.7994 -8.47 -8.47 -8.47 z m 3.4485 13.431 l -1.0285 0.726 V 21.545 h -4.84 v -2.783 l -1.0285 -0.726 A 6.0464 6.0464 90 0 1 7.9277 13.075 c 0 -3.3396 2.7104 -6.05 6.05 -6.05 s 6.05 2.7104 6.05 6.05 c 0 1.9723 -0.968 3.8236 -2.6015 4.961 z"}}),t("path",{style:{opacity:l.active?1:0},attrs:{fill:"currentColor",d:"M 13.041 3.717 h 2.334 V 0.799 h -2.334 v 2.918 z M 24.127 14.219 h 2.917 v -2.334 h -2.917 v 2.334 z M 1.956 14.219 h 2.917 v -2.334 H 1.956 v 2.334 z M 23.133 7.52 l 2.062 -2.063 l -1.642 -1.642 l -2.062 2.063 l 1.642 1.642 z M 6.56 7.52 L 4.499 5.457 L 6.14 3.815 l 2.063 2.063 L 6.56 7.52 z"}})])},P=[];const q={props:{active:{type:Boolean,default(){return!1}}}},d={};var N=s(q,V,P,!1,I,null,null,null);function I(l){for(let a in d)this[a]=d[a]}var J=function(){return N.exports}(),Q=function(){var l=this,a=l.$createElement,t=l._self._c||a;return t("svg",{staticClass:"aioseo-star",attrs:{viewBox:"0 0 21 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{fill:"currentColor",d:"M10.5 5.13l.97 2.29.47 1.11 1.2.1 2.47.21-1.88 1.63-.91.79.27 1.18.56 2.41-2.12-1.28-1.03-.64-1.03.62-2.12 1.28.56-2.41.27-1.18-.91-.79-1.88-1.63 2.47-.21 1.2-.1.47-1.11.97-2.27zm0-5.13L7.69 6.63.5 7.24l5.46 4.73L4.32 19l6.18-3.73L16.68 19l-1.64-7.03 5.46-4.73-7.19-.61L10.5 0z"}}),t("path",{style:{opacity:l.active?1:0},attrs:{fill:"currentColor",d:"M 10.5 5.13 m 0 -5.13 L 7.69 6.63 L 0.5 7.24 l 5.46 4.73 L 4.32 19 l 6.18 -3.73 L 16.68 19 l -1.64 -7.03 l 5.46 -4.73 l -7.19 -0.61 L 10.5 0 z"}})])},T=[];const G={props:{active:{type:Boolean,default(){return!1}}}},z={};var K=s(G,Q,T,!1,W,null,null,null);function W(l){for(let a in z)this[a]=z[a]}var X=function(){return K.exports}(),Y=function(){var l=this,a=l.$createElement,t=l._self._c||a;return t("div",{ref:"aioseo-flyout-menu",staticClass:"aioseo-flyout-menu",class:[{"is-open":l.isOpen},{"will-open":l.willOpen}]},[t("div",{staticClass:"aioseo-flyout-menu-items"},l._l(l.items,function(c,r){return t("a",{key:r,style:{transitionDelay:l.items.length-r+"00ms"},attrs:{href:c.url,target:"_blank"},on:{mouseover:function(M){l.hovering=r},mouseleave:function(M){l.hovering=null}}},[t("span",{staticClass:"aioseo-flyout-menu-label"},[l._v(l._s(c.label))]),t("div",{staticClass:"aioseo-flyout-menu-label icon"},[t(c.icon,{tag:"component",attrs:{active:r===l.hovering}})],1)])}),0),t("div",{staticClass:"aioseo-flyout-menu-button",on:{click:function(c){l.isOpen=!l.isOpen},mouseover:function(c){l.willOpen=!0},mouseleave:function(c){l.willOpen=!1}}},[t("span",{staticClass:"aioseo-flyout-menu-label"},[l._v(l._s(l.strings.quickLinks))]),t("svg-flyout-dannie-up",{directives:[{name:"show",rawName:"v-show",value:l.isOpen,expression:"isOpen"}]}),t("svg-flyout-dannie",{directives:[{name:"show",rawName:"v-show",value:!l.isOpen,expression:"!isOpen"}]})],1)])},Z=[];const t1={components:{SvgFlyoutDannie:S,SvgFlyoutDannieUp:R,SvgLightBulb:J,SvgMessage:y,SvgStar:X,SvgSupport:A},mixins:[g],data(){return{isOpen:!1,willOpen:!1,hovering:null,strings:{quickLinks:"Quick Links"}}},computed:p(f({},B(["pong"])),{items(){const l=[{label:"Support & Docs",url:this.$links.utmUrl("flyout-menu","support-docs",this.$links.docLinks.home),icon:"svg-support"},{label:"Join Our Community",url:this.$links.utmUrl("flyout-menu","join-our-community","plugin/facebook/"),icon:"svg-message"},{label:"Suggest a Feature",url:this.$links.utmUrl("flyout-menu","suggest-a-feature","suggest-a-feature/"),icon:"svg-light-bulb"}];return!this.$isPro&&this.pong&&l.unshift({label:this.$t.sprintf("Upgrade to %1$s %2$s","AIOSEO","Pro"),url:this.$links.utmUrl("flyout-menu","upgrade-to-pro"),icon:"svg-star"}),l}}),methods:{documentClick(l){if(!this.isOpen)return;const a=this.$refs["aioseo-flyout-menu"];a&&(a===l.target||a.contains(l.target))||(this.isOpen=!1)}},mounted(){this.$nextTick(function(){document.addEventListener("click",this.documentClick)})},beforeUnmount(){document.removeEventListener("click",this.documentClick)}},u={};var l1=s(t1,Y,Z,!1,a1,null,null,null);function a1(l){for(let a in u)this[a]=u[a]}var c1=function(){return l1.exports}();i.prototype.$t=F;i.prototype.$td="all-in-one-seo-pack";i.prototype.$tdPro="aioseo-pro";new i({store:D,render:l=>l(c1)}).$mount("#aioseo-flyout-menu");
1
+ var v=Object.defineProperty,m=Object.defineProperties;var _=Object.getOwnPropertyDescriptors;var e=Object.getOwnPropertySymbols;var E=Object.prototype.hasOwnProperty,C=Object.prototype.propertyIsEnumerable;var n=(l,a,t)=>a in l?v(l,a,{enumerable:!0,configurable:!0,writable:!0,value:t}):l[a]=t,f=(l,a)=>{for(var t in a||(a={}))E.call(a,t)&&n(l,t,a[t]);if(e)for(var t of e(a))C.call(a,t)&&n(l,t,a[t]);return l},p=(l,a)=>m(l,_(a));import{n as s,V as i}from"./js/vueComponentNormalizer.87056a83.js";import"./js/index.a4161053.js";import{S as g}from"./js/Standalone.67283e06.js";import{a as B,t as $,s as F}from"./js/index.d328c175.js";import{S as D}from"./js/Message.ec85dd4f.js";import{S as y}from"./js/Support.b1f25bbd.js";import"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";import"./js/default-i18n.abde8d59.js";import"./js/constants.a1b1778a.js";import"./js/isArrayLikeObject.a4a9229a.js";var A=function(){var l=this,a=l.$createElement,t=l._self._c||a;return t("svg",{attrs:{width:"57",height:"56",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("g",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M17.683 56.907l3.04-8.826-1.17-2.133c-5.016.175-8.424 3.67-8.634 7.026l6.764 3.933z",fill:"#004BCE"}}),t("path",{attrs:{d:"M17.124 51.122a5.182 5.182 0 011.678 7.13 5.165 5.165 0 01-7.114 1.679 5.165 5.165 0 01-1.678-7.114c1.486-2.43 4.667-3.18 7.114-1.695z",fill:"#1763E8"}}),t("path",{attrs:{d:"M16.792 51.664c-2.133-1.329-4.929-.647-6.24 1.468-1.328 2.132-.664 4.928 1.468 6.257 2.133 1.328 4.929.646 6.257-1.486 1.294-2.115.647-4.929-1.485-6.24z",fill:"#1763E8"}}),t("path",{attrs:{d:"M16.791 51.664c-2.132-1.329-4.928-.647-6.239 1.468-.157.244-.28.49-.384.734 2.411 2.184 5.907 3.25 8.511 3.163.7-1.957-.052-4.212-1.887-5.365z",fill:"#338FFF"}}),t("path",{attrs:{d:"M18.382 52.485a4.455 4.455 0 011.45 6.135 4.455 4.455 0 01-6.134 1.45 4.451 4.451 0 01-1.45-6.134 4.477 4.477 0 016.134-1.45z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M18.085 52.957a3.89 3.89 0 00-5.365 1.276 3.89 3.89 0 001.275 5.366c1.836 1.153 4.248.559 5.366-1.276 1.154-1.836.577-4.23-1.276-5.366z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M18.085 52.957a3.89 3.89 0 00-5.366 1.276c-.122.21-.244.42-.332.63 2.08 1.87 5.086 2.813 7.34 2.726a3.882 3.882 0 00-1.642-4.632z",fill:"#ED7B47"}}),t("path",{attrs:{d:"M16.634 59.04l-1.887 6.221c1.538 1.154 3.758 2.045 5.802 1.958.612-1.136 1.469-3.758 1.923-5.051 1.678 3.04 2.761 4.02 3.793 5.086 3.303.262 9.577-1.084 11.185-2.517l-3.757-6.502.157-1.503 3.932-8.11-2.656-4.23-16.184.263c-2.78 1.888-4.353 5.4-4.248 7.061.088.909 1.241 4.981 1.94 7.323z",fill:"#004BCE"}}),t("path",{attrs:{d:"M20.077 66.485c.577-1.259 1.206-3.234 1.678-4.562l.56-1.573c.89 1.625 1.695 3.198 2.866 4.65.437.541.926 1.03 1.398 1.537 1.468.07 3.164-.14 4.58-.384 1.467-.263 3.914-.84 5.26-1.608l-3.53-6.117.21-1.888 3.81-7.847-2.203-3.514-15.503.245c-1.153.84-2.097 1.993-2.779 3.216-.419.786-1.013 2.115-.943 3.041.07 1.066 1.94 7.34 1.94 7.393l-1.783 5.908c1.276.839 2.901 1.45 4.44 1.503z",fill:"#004BCE"}}),t("path",{attrs:{d:"M20.077 66.485c.577-1.259 1.206-3.234 1.678-4.562l.56-1.573c.89 1.625 1.695 3.198 2.866 4.65.437.541.926 1.03 1.398 1.537 1.468.07 3.164-.14 4.58-.384.436-.088.96-.193 1.52-.332l-3.164-7.044 4.108-13.598-14.42.245c-1.153.84-2.097 1.993-2.779 3.216-.419.786-1.013 2.115-.943 3.041.07 1.066 1.94 7.34 1.94 7.393l-1.783 5.908c1.276.839 2.901 1.45 4.44 1.503z",fill:"#1763E8"}}),t("path",{attrs:{d:"M34.007 58.725l.122-1.643-.262-.332c-4.474 1.608-11.954 1.87-16.534.35-.646-.21-1.223-.543-1.59-1.154l-.14.35c.245.89.56 1.73.944 2.481 4.771 1.923 11.71 1.87 17.46-.052z",fill:"#003694"}}),t("path",{attrs:{d:"M33.308 52.066c2.272 2.097 6.135 2.814 9.106 2.97l2.045-7.777c-2.796.088-6.275.175-8.791-.472-2.447-.611-4.597 3.234-2.36 5.279z",fill:"#004BCE"}}),t("path",{attrs:{d:"M34.601 47.277c2.85.629 6.572 1.1 8.862.769l-1.049 3.67c-2.779.245-7.306-.804-9.875-2.447.262-1.38 1.45-2.132 2.062-1.992z",fill:"#1763E8"}}),t("path",{attrs:{d:"M28.187 50.947l7.043.612c.385.017.682.402.647.786l-.367 4.212a.714.714 0 01-.769.682l-7.043-.612c-.402-.035-.682-.402-.647-.804l.367-4.212a.712.712 0 01.769-.664z",fill:"#004BCE"}}),t("path",{attrs:{d:"M28.152 51.332l7.044.611a.328.328 0 01.297.385l-.367 4.212c-.018.21-.175.332-.367.332l-7.044-.612c-.175-.017-.314-.192-.297-.384l.367-4.212c.017-.21.192-.367.367-.332z",fill:"#BDD6DE"}}),t("path",{attrs:{d:"M29.777 51.471l1.888.158-.42 4.928-3.53-.297c-.175-.017-.314-.192-.297-.384l.175-2.063a9.69 9.69 0 002.184-2.342z",fill:"#fff"}}),t("path",{attrs:{d:"M30.372 52.293c0-.018-.018-.035-.035-.035l-1.084-.088c-.017-.017-.035.018-.052.035l-.665 3.077c-.017.017-.017.017 0 .035.018.017.018.017.035.017l.7.07c.017 0 .052-.018.052-.035l.087-.542.402.018-.017.559c0 .017.017.052.052.052l.682.07c.018 0 .018-.017.035-.017 0-.018.017-.018.017-.035l-.21-3.181zm-.542.612c0 .471 0 .926.017 1.398v.052l-.402-.017.018-.053c.07-.472.175-.926.28-1.38l.017-.035.087.017v.018h-.017zm4.422 1.59l.052-.56c.018-.226.053-.489.035-.716 0-.122-.052-.245-.105-.367a.72.72 0 00-.297-.262 1.367 1.367 0 00-.437-.122c-.157-.018-.332 0-.472.052a.607.607 0 00-.332.21.643.643 0 00-.157.35c-.053.21-.07.471-.087.699l-.053.559a9.347 9.347 0 00-.035.699c.018.14.053.245.105.367.07.122.175.21.297.28.14.07.297.104.455.122.157.017.332 0 .472-.052.122-.053.244-.105.332-.228.087-.105.157-.21.174-.332l.053-.699zm-.664-1.153l-.123 1.52c-.017.105-.017.297-.07.385-.017.07-.087.105-.157.105a.254.254 0 01-.157-.105c-.018-.088 0-.297.017-.385l.123-1.538c.017-.07.017-.262.07-.332.034-.052.087-.07.157-.07s.105.035.14.105c.017.07 0 .245 0 .315zm-1.556-.892c0-.017-.017-.052-.052-.052l-.665-.053c-.017-.017-.052.018-.052.035l-.262 3.111c0 .018.017.053.035.053l.681.07c.018 0 .053-.018.053-.053l.262-3.11z",fill:"#7EAABA"}}),t("path",{attrs:{d:"M30.284 52.293c0-.018-.017-.035-.052-.035l-1.154-.105c-.035 0-.052.018-.07.035l-.734 3.303c0 .018 0 .035.018.053.017.017.017.017.035.017l.734.07c.017 0 .052-.017.052-.035l.105-.594.42.035v.594c0 .035.017.053.035.053l.734.07c.017.017.035 0 .035-.018.017-.017.017-.017.017-.035l-.175-3.408zm-.594.664c0 .49 0 .996.018 1.503v.053l-.42-.018v-.07c.087-.49.21-.996.297-1.468l.018-.052.087.017v.035zm4.754 1.713l.052-.612c.018-.245.053-.524.035-.751 0-.14-.052-.28-.122-.385a.735.735 0 00-.315-.297 1.57 1.57 0 00-.471-.122c-.175-.018-.35 0-.525.052a.85.85 0 00-.367.245.718.718 0 00-.175.367c-.052.244-.07.507-.087.751l-.052.612c-.018.245-.053.524-.035.752 0 .157.035.28.105.402.087.122.192.21.332.297.157.07.314.105.471.122.175.017.35 0 .525-.052a.71.71 0 00.35-.245.747.747 0 00.192-.367c.052-.262.07-.542.087-.77zm-.717-1.259l-.14 1.643c0 .105-.017.315-.07.402-.017.07-.087.105-.174.105a.222.222 0 01-.157-.122c-.018-.087 0-.297.017-.402l.14-1.643c0-.087.017-.297.07-.35.035-.052.105-.07.157-.07.07 0 .123.036.14.105.035.088.017.263.017.332zm-1.66-.943c.018-.018-.017-.053-.035-.053l-.716-.07c-.035 0-.07.018-.07.053l-.297 3.338c0 .018.017.053.052.053l.716.07c.018 0 .053-.018.07-.053l.28-3.338z",fill:"#2C2B57"}}),t("path",{attrs:{d:"M21.808 56.994c-2.71-1.573-4.58-4.928-5.313-7.34.909-.525 1.293-.542 2.639-.734-.437-.507-.84-.734-1.66-1.014.506-1.119 1.59-2.552 2.83-3.74l6.328-.158c1.083 1.329 2.15 2.674 3.233 4.02-.979.018-2.027.402-2.779.962 1.468.367 2.377.769 3.076 1.328-2.29 2.831-4.963 5.086-8.354 6.676z",fill:"#003694"}}),t("path",{attrs:{d:"M19.99 45.372l6.8.07c-.525 3.198-1.556 5.96-3.042 8.092l-3.059-.018c-.873-2.167-1.118-4.963-.699-8.144z",fill:"#BDD6DE"}}),t("path",{attrs:{d:"M20.602 45.372l2.796.017 2.78.018c-.787 1.555-1.73 2.97-2.815 4.194.158 1.014.298 2.465.385 3.898a12.311 12.311 0 01-1.835 2.08 8.916 8.916 0 01-1.224-2.098c.49-1.433 1.05-2.884 1.503-3.88-.733-1.24-1.24-2.656-1.59-4.23z",fill:"#D95C09"}}),t("path",{attrs:{d:"M22.857 49.007l-.962 6.59a8.915 8.915 0 01-1.223-2.098c.49-1.433 1.049-2.884 1.503-3.88-.105-.21-.227-.42-.332-.647.332.018.664.035 1.014.035z",fill:"#F66F10"}}),t("path",{attrs:{d:"M25.286 50.143c-.542-1.066-1.293-2.115-1.992-3.093h-.56c-.978.96-1.73 1.992-2.586 3.04-.158-1.467-.088-2.97.087-4.456l6.257.07c-.262 1.468-.647 2.989-1.206 4.44z",fill:"#fff"}}),t("path",{attrs:{d:"M18.085 26.67l6.973.28c2.465-6.764 2.954-15.607 1.853-19.156-.21-.646-.717-.524-1.189-.28-5.138 2.745-8.773 10.557-7.637 19.156z",fill:"#4A2913"}}),t("path",{attrs:{d:"M19.343 25.133l4.44.174C25.25 20.973 26.455 14 25.722 9.35c0-.07-.07-.052-.105-.017-4.93 3.233-6.992 10.504-6.275 15.8z",fill:"#5E3011"}}),t("path",{attrs:{d:"M22.087 25.237c1.608-4.666 2.517-10.26 2.15-13.073-2.779 1.818-4.44 8.214-4.072 13.003l1.922.07z",fill:"#7F3E13"}}),t("path",{attrs:{d:"M36.558 21.322l-1.1-5.89c-.298-1.643-2.343.07-3.619-.874-1.153-.873-3.792-2.08-4.736-.96-1.503 1.747-2.832 3.652-3.758 5.959l13.213 1.765z",fill:"#004BCE"}}),t("path",{attrs:{d:"M35.737 20.553l-.926-4.98c0-.036-.035-.193-.07-.21-.088-.053-.35-.018-.437-.018-.35.035-.7.105-1.049.14-.664.07-1.276-.018-1.818-.42a7.703 7.703 0 00-1.625-.891c-.437-.175-1.818-.647-2.22-.175-1.328 1.556-2.447 3.164-3.303 4.999l11.448 1.555z",fill:"#004BCE"}}),t("path",{attrs:{d:"M32.032 15.397a1.835 1.835 0 01-.594-.332 7.703 7.703 0 00-1.626-.891c-.437-.175-1.818-.647-2.22-.175-1.328 1.556-2.447 3.164-3.303 4.999l7.27.996c.28-1.556.42-3.111.473-4.597z",fill:"#1763E8"}}),t("path",{attrs:{d:"M36.559 21.322l-.35-1.87c-.839-1.87-9.508-4.264-11.36-2.814a17.895 17.895 0 00-1.486 2.884l13.196 1.8z",fill:"#EBA100"}}),t("path",{attrs:{d:"M35.387 18.613c-2.062-1.415-7.096-2.744-9.542-2.342a18.968 18.968 0 00-1.556 2.727l11.448 1.555-.35-1.94z",fill:"#EBA100"}}),t("path",{attrs:{d:"M31.927 17.093c-2.15-.664-4.614-1.066-6.082-.822a18.963 18.963 0 00-1.556 2.727l7.27.996c.176-.979.298-1.94.368-2.901z",fill:"#FC0"}}),t("path",{attrs:{d:"M40.404 26.496l-19.96-4.667c-1.94-1.555-1.992-1.188-4.981-3.32-7.009-5.034 17.548-3.758 24.94 7.987z",fill:"#003694"}}),t("path",{attrs:{d:"M40.405 26.496l-1.329-.297c-6.467-8.372-21.812-10.784-24.836-9.07-.681-3.27 19.575-1.12 26.165 9.367z",fill:"#004BCE"}}),t("path",{attrs:{d:"M33.57 25.919l6.974.28c2.464-6.764 2.936-15.608 1.852-19.156-.21-.647-.716-.524-1.188-.28-5.139 2.744-8.774 10.557-7.638 19.156z",fill:"#4A2913"}}),t("path",{attrs:{d:"M34.81 24.363l4.44.193c1.468-4.335 2.674-11.308 1.94-15.958 0-.07-.07-.052-.105-.017-4.928 3.233-6.99 10.504-6.274 15.782z",fill:"#5E3011"}}),t("path",{attrs:{d:"M37.573 24.468c1.608-4.666 2.517-10.26 2.15-13.073-2.78 1.818-4.44 8.214-4.073 13.003l1.923.07z",fill:"#7F3E13"}}),t("path",{attrs:{d:"M41.12 31.791c1.417.787 3.392 2.744 3.287 4.23l-4.02 2.167-28.367-3.915c.402-4.072 1.539-7.97 3.146-11.727.612-1.398 1.783-2.202 3.321-2.412 3.706-.56 9.124.087 12.811.751 3.094.56 6.38 1.364 9.281 2.57.892.367 1.433 1.223 1.328 2.15l-.786 6.186z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M44.406 36.021c-.14 1.294-.437 2.43-.996 3.758-.77 1.835-2.71 5.4-4.614 6.292-6.24 2.971-18.334.734-24.207-2.71l-2.587-8.895.035-.28.385-2.779 16.586 6.694 13.86-2.779c.594.21 1.276.524 1.538.7z",fill:"#A19075"}}),t("path",{attrs:{d:"M18.767 21.445c4.893-.734 15.188.699 21.253 3.216.227.087.367.28.332.524l-.961 7.48c1.94.7 3.145 1.8 3.477 2.657-.14 3.845-3.39 8.879-4.823 9.595-5.086 2.482-16.761.91-22.145-2.307l-2.29-8.18c.42-4.299 1.644-8.144 3.06-11.447.331-.804.96-1.381 2.097-1.538z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M37.1 26.688l-.646 5.051c1.468.384 2.133.612 2.937.909 1.94.699 3.145 1.8 3.477 2.656-.14 3.846-3.39 8.88-4.823 9.596-5.086 2.482-16.761.909-22.145-2.307l-2.29-8.162c.42-4.3 1.644-8.145 3.06-11.448.331-.787.96-1.364 2.097-1.538 3.723-.56 10.574.14 16.289 1.608 1.031.262 2.272 1.922 2.045 3.635z",fill:"#ED7B47"}}),t("path",{attrs:{d:"M26.631 21.532H26.684l.157.017H26.893l.07.018h.035l.245.035.035.017H27.33l.035.018c.07 0 .14.017.21.017h.07l.017.018H27.715c.087.017.157.017.245.035h.034l.035.017h.07l.175.018.035.017H28.362l.035.018h.035l.174.017.035.018h.035l.07.017c-1.922 1.87-2.622 6.502-2.691 8.879-.07 2.5 2.411 3.827 4.788 3.985 3.845.244 7.324-1.45 11.973.629-.14 3.845-3.391 8.879-4.824 9.595-5.086 2.482-16.761.909-22.144-2.307l-2.238-8.18c.088-.926.21-1.835.385-2.726 1.992.77 4.684 1.468 6.274 1.626 1.87.192 3.426-1.241 3.566-2.902.262-3.286 1.066-7.603 2.726-8.913l.07.017z",fill:"#F0DFC3"}}),t("path",{attrs:{d:"M26.631 21.532H26.684l.157.018H26.894l.07.017h.035l.244.035.035.017H27.331l.035.018c.07 0 .14.017.21.017h.069l.018.018H27.715c.087.017.157.017.245.035h.035l.035.017h.07l.174.018.035.017H28.362l.035.018h.035l.174.017.035.018h.035l.07.017c-1.922 1.87-2.621 6.502-2.691 8.879-.07 2.5 2.412 3.828 4.789 3.985 3.845.245 7.323-1.45 11.972.629-3.723 5.872-19.208 6.31-27.79 2.447l-1.468-3.32c.088-.927.21-1.836.385-2.727 1.992.769 4.684 1.468 6.274 1.625 1.87.192 3.426-1.24 3.566-2.901.262-3.286 1.066-7.603 2.726-8.914h.122z",fill:"#fff"}}),t("path",{attrs:{d:"M32.836 28.488l-.297 2.325c-.333 2.639-4.877 2.097-4.545-.56l.297-2.324c.333-2.64 4.877-2.098 4.545.56z",fill:"#fff"}}),t("path",{attrs:{d:"M32.748 29.065l-.244 2.01c-.297 2.29-3.688 1.853-3.39-.437l.121-.996 1.696-.437-1.573-.577c.314-2.29 3.705-1.853 3.39.437z",fill:"#1B1D23"}}),t("path",{attrs:{d:"M29.602 32.735l3.444-.28c-.437-1.205-2.814-1.065-3.444.28z",fill:"#FFD696"}}),t("path",{attrs:{d:"M29.602 32.735c.612.612 2.744.77 3.444-.28-1.468-.541-2.657-.21-3.444.28z",fill:"#E37E4F"}}),t("path",{attrs:{d:"M23.573 27.3l-.297 2.324c-.332 2.64-4.65 2.098-4.317-.56l.297-2.324c.332-2.656 4.649-2.08 4.317.56z",fill:"#fff"}}),t("path",{attrs:{d:"M23.485 27.876l-.262 2.01c-.297 2.29-3.67 1.87-3.39-.42l.14-1.013 1.695-.437-1.573-.559c.297-2.307 3.687-1.87 3.39.42z",fill:"#1B1D23"}}),t("path",{attrs:{d:"M27.942 43.956c1.556-.175 2.762.315 3.548.647.612.262 1.171.332 1.643.244l1.94-3.215v-.21c-.035-.822-.524-1.381-.961-2.325-.21-.472-.385-.926-.594-1.8l-5.576 6.659z",fill:"#4F2800"}}),t("path",{attrs:{d:"M35.073 41.649c-1.31.157-2.447 1.59-1.94 3.216 1.241-.227 1.94-1.556 1.94-3.216z",fill:"#AD6151"}}),t("path",{attrs:{d:"M35.126 44.498c1.66.21 1.782-1.328.873-2.587.018 1.224-.105 1.94-.873 2.587z",fill:"#D6B887"}}),t("path",{attrs:{d:"M9.433 27.859l12.741 1.643c.665.087 2.238.961 2.36 1.573l-2.5 2.045.56 3.408 6.134 5.034 4.947-4.597c.734 3.216-3.46 8.861-4.964 9.595-3.233 1.608-8.424 1.503-11.972.56-3.426-.927-6.66-2.797-8.6-5.96-.663-1.084-1.03-2.675-1.223-3.915-.42-2.762-.28-5.925.787-8.442a1.653 1.653 0 011.73-.944z",fill:"#A19075"}}),t("path",{attrs:{d:"M9.416 29.117l14.629 1.888c-.647 5.226 3.845 6.31 9.63 5.96-.175 3.705-4.02 7.813-5.506 8.564-3.932 1.975-14.768 1.748-18.893-4.946-1.101-1.765-1.992-7.306-.332-11.186.07-.21.262-.297.472-.28z",fill:"#F0DFC3"}}),t("path",{attrs:{d:"M9.416 29.117l14.629 1.888.489.07c-.647 5.226 3.356 6.257 9.14 5.907-.017.647-.174 1.311-.401 1.958-.926 2.884-2.727 4.072-4.422 4.929-3.793 1.905-8.599.192-13.947-3.234-1.678-1.083-5.33-1.992-5.628-.017-1.101-1.766-1.992-7.306-.332-11.186.07-.245.262-.332.472-.315z",fill:"#fff"}}),t("path",{attrs:{d:"M8 27.352l7.813 1.014c.96.122 1.415.647 1.345 1.678-.786 9.14-13.894 7.97-9.84-2.325A.612.612 0 018 27.352z",fill:"#19133B"}}),t("path",{attrs:{d:"M8 27.352l3.077.385c-.734 1.555-1.259 3.408-1.329 4.317-.087 1.223-.052 2.656.245 4.02-2.64-.647-4.597-3.479-2.674-8.372a.621.621 0 01.682-.35z",fill:"#2C2B57"}}),t("path",{attrs:{d:"M8.472 28.139l5.383.699a.694.694 0 01.577.384.53.53 0 01-.105.63c-1.608 1.677-6.834.978-6.606-1.207.035-.314.367-.541.751-.506z",fill:"#687095"}}),t("path",{attrs:{d:"M23.765 22.161c.699 0 1.24.262 1.188.612-.052.332-.646.612-1.345.612-.7 0-1.241-.263-1.189-.612.052-.332.664-.612 1.346-.612zM31.123 23.053c-.682-.175-1.258-.053-1.31.28-.036.331.471.768 1.153.943.681.175 1.276.052 1.31-.28.018-.332-.471-.769-1.153-.943z",fill:"#FFD696"}}),t("path",{attrs:{d:"M41.68 46.123a5.173 5.173 0 015.173 5.174 5.162 5.162 0 01-5.173 5.173 5.162 5.162 0 01-5.174-5.173 5.173 5.173 0 015.174-5.174z",fill:"#1763E8"}}),t("path",{attrs:{d:"M41.68 46.752a4.546 4.546 0 00-4.544 4.544c0 2.5 2.045 4.545 4.544 4.545 2.5 0 4.544-2.045 4.544-4.544a4.535 4.535 0 00-4.544-4.545z",fill:"#1763E8"}}),t("path",{attrs:{d:"M41.68 46.752a4.546 4.546 0 00-4.544 4.544c0 .28.017.56.07.822 3.198.594 6.729-.332 8.913-1.783a4.52 4.52 0 00-4.439-3.583z",fill:"#338FFF"}}),t("path",{attrs:{d:"M43.48 46.612a4.453 4.453 0 014.457 4.457c0 2.447-1.993 4.44-4.457 4.44a4.446 4.446 0 01-4.44-4.44 4.438 4.438 0 014.44-4.457z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M43.48 47.154a3.905 3.905 0 00-3.897 3.915 3.901 3.901 0 003.897 3.898 3.905 3.905 0 003.915-3.898 3.909 3.909 0 00-3.915-3.915z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M43.48 47.154a3.905 3.905 0 00-3.897 3.915c0 .245.017.472.07.7 2.743.506 5.785-.28 7.655-1.538a3.917 3.917 0 00-3.828-3.077z",fill:"#ED7B47"}}),t("path",{attrs:{d:"M45.648 44.306c.244-.752.786-1.329 1.625-1.469.874-.122 1.748.018 2.447.56a2.74 2.74 0 011.049 1.94 2.483 2.483 0 01-.717 1.957c.472.402.786.961.839 1.643.07.647-.157 1.276-.612 1.765-.507.577-1.24.874-1.975.98-.384.051-.751 0-1.1-.176-.787-.384-1.242-1.328-1.277-2.29-.21.14-.437.228-.699.245-1.101.123-2.132-.297-2.709-1.276a2.866 2.866 0 01-.384-1.415c-.018-1.45.943-2.622 2.411-2.78.21-.017.42-.017.647.053.157.07.315.158.455.263z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M46.853 54.495c2.535-.017 4.51-2.412 4.457-5.33-.07-2.937-2.15-5.297-4.684-5.279-2.517.017-4.509 2.394-4.456 5.33.052 2.937 2.15 5.279 4.683 5.279z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M46.836 53.673c2.133 0 3.828-2.027 3.775-4.509-.052-2.482-1.817-4.492-3.984-4.474-2.133.017-3.828 2.027-3.776 4.51.053 2.463 1.853 4.491 3.985 4.473z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M48.601 53.167c1.241-.752 2.045-2.273 2.01-4.02-.052-2.482-1.817-4.492-3.985-4.474-.332 0-.646.052-.96.157-.647 3.32.786 6.799 2.935 8.337z",fill:"#ED7B47"}}),t("path",{attrs:{d:"M46.137 52.415c1.52-.017 2.744-1.468 2.709-3.233-.035-1.783-1.328-3.216-2.85-3.216-1.537 0-2.743 1.45-2.708 3.233.052 1.783 1.328 3.216 2.849 3.216z",fill:"#EFAD77"}}),t("path",{attrs:{d:"M44.441 39.989l1.294-.158 1.014 7.778c.07.594-1.224.769-1.294.157l-1.014-7.777z",fill:"#5A6D74"}}),t("path",{attrs:{d:"M44.511 42.68l1.87-.245a.641.641 0 01.7.56l1.118 8.564c.157 1.153-3.024 1.346-3.128.402l-1.119-8.547a.642.642 0 01.56-.734z",fill:"#19133B"}}),t("path",{attrs:{d:"M45.438 42.558l.943-.123a.641.641 0 01.7.56l1.118 8.564c.07.577-.682.926-1.468.996l-1.294-9.997z",fill:"#2C2B57"}}),t("path",{attrs:{d:"M44.636 44.777c1.52-.157 2.062 3.776.524 3.95-2.761.297-3.024-3.67-.524-3.95zm2.761-1.17c-1.66.244-1.398 3.6.088 3.932-1.329.577-.857 3.635.734 3.408 2.744-.42 2.36-3.303.21-3.496 2.656-.821 1.765-4.264-1.032-3.845z",fill:"#EFAD77"}}),t("path",{attrs:{d:"M48.34 43.624c-1.102.7-.84 3.216.366 3.706 1.993-.84 1.573-3.339-.367-3.706zm-3.706 5.104c-2.045-.193-2.307-3.024-.63-3.775 1.172.262 1.609 3.076.63 3.775zm4.072-1.241c-.944.646-.716 2.761.315 3.233 1.713-.769 1.346-2.866-.315-3.233z",fill:"#FAD395"}}),t("path",{attrs:{d:"M43.463 25.01c4.125-.542 7.9 2.36 8.442 6.502.524 4.107-2.36 7.9-6.502 8.424-4.125.542-7.9-2.36-8.442-6.502-.524-4.107 2.377-7.9 6.502-8.424z",fill:"#fff","fill-opacity":".2"}}),t("path",{attrs:{d:"M43.305 23.717c4.824-.63 9.246 2.779 9.875 7.603.63 4.824-2.761 9.263-7.602 9.892-4.824.63-9.246-2.779-9.875-7.603-.63-4.824 2.761-9.263 7.602-9.892zm.263 2.202a6.593 6.593 0 00-5.68 7.393 6.592 6.592 0 007.392 5.68c3.618-.472 6.17-3.792 5.68-7.393-.454-3.6-3.757-6.134-7.392-5.68z",fill:"#7EAABA"}}),t("path",{attrs:{d:"M43.323 23.979a8.568 8.568 0 019.612 7.393c.612 4.702-2.709 9.001-7.393 9.595a8.568 8.568 0 01-9.612-7.393c-.612-4.701 2.709-9 7.393-9.595zm.227 1.713a6.837 6.837 0 017.673 5.907 6.843 6.843 0 01-5.908 7.655 6.837 6.837 0 01-7.673-5.907c-.489-3.74 2.15-7.166 5.908-7.655z",fill:"#7EAABA"}}),t("path",{attrs:{d:"M43.358 24.206c-4.335.56-7.463 4.387-7.236 8.67.035.82 1.276.75 1.24-.07a7.098 7.098 0 016.153-7.394c3.705-.472 7.096 1.975 7.847 5.558.175.787 1.381.542 1.224-.245-.891-4.194-4.876-7.078-9.228-6.519z",fill:"#D3E8EF"}}),t("path",{attrs:{d:"M43.672 26.566a5.94 5.94 0 015.855 2.814c-1.223-.962-2.814-1.469-4.474-1.241a5.938 5.938 0 00-5.121 6.676 5.61 5.61 0 00.821 2.325 5.827 5.827 0 01-2.184-3.88 5.908 5.908 0 015.103-6.694z",fill:"#fff","fill-opacity":".6"}})])])},w=[];const k={},o={};var x=s(k,A,w,!1,L,null,null,null);function L(l){for(let a in o)this[a]=o[a]}var S=function(){return x.exports}(),H=function(){var l=this,a=l.$createElement,t=l._self._c||a;return t("svg",{attrs:{width:"57",height:"56",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("g",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M17.682 56.907l3.042-8.826-1.172-2.133c-5.016.175-8.424 3.67-8.633 7.026l6.763 3.933z",fill:"#004BCE"}}),t("path",{attrs:{d:"M17.123 51.122a5.182 5.182 0 011.678 7.13 5.165 5.165 0 01-7.113 1.678 5.165 5.165 0 01-1.678-7.113c1.485-2.43 4.666-3.18 7.113-1.695z",fill:"#1763E8"}}),t("path",{attrs:{d:"M16.79 51.663c-2.131-1.328-4.928-.646-6.239 1.468-1.328 2.133-.664 4.93 1.468 6.257 2.133 1.329 4.929.647 6.257-1.485 1.294-2.115.647-4.929-1.485-6.24z",fill:"#1763E8"}}),t("path",{attrs:{d:"M16.791 51.663c-2.132-1.328-4.929-.646-6.24 1.468-.157.245-.28.49-.384.734 2.412 2.185 5.908 3.251 8.512 3.164.699-1.958-.053-4.212-1.888-5.366z",fill:"#338FFF"}}),t("path",{attrs:{d:"M18.381 52.485a4.455 4.455 0 011.451 6.135 4.455 4.455 0 01-6.135 1.45 4.451 4.451 0 01-1.45-6.134 4.477 4.477 0 016.134-1.45z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M18.084 52.957a3.89 3.89 0 00-5.365 1.276 3.89 3.89 0 001.276 5.366c1.835 1.153 4.247.559 5.365-1.276 1.154-1.836.577-4.23-1.276-5.366z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M18.084 52.957a3.89 3.89 0 00-5.365 1.276c-.122.21-.245.42-.332.629 2.08 1.87 5.086 2.814 7.34 2.727a3.882 3.882 0 00-1.643-4.632z",fill:"#ED7B47"}}),t("path",{attrs:{d:"M16.634 59.04l-1.888 6.222c1.538 1.153 3.758 2.045 5.803 1.957.612-1.136 1.468-3.757 1.922-5.05 1.678 3.04 2.762 4.02 3.793 5.085 3.303.262 9.578-1.083 11.186-2.517l-3.758-6.501.157-1.503 3.933-8.11-2.657-4.23-16.184.263c-2.779 1.887-4.352 5.4-4.247 7.06.087.91 1.24 4.982 1.94 7.324z",fill:"#004BCE"}}),t("path",{attrs:{d:"M20.077 66.485c.577-1.258 1.206-3.233 1.678-4.561l.559-1.573c.891 1.625 1.695 3.198 2.866 4.649.437.542.927 1.031 1.399 1.538 1.468.07 3.163-.14 4.579-.385 1.468-.262 3.915-.839 5.26-1.608l-3.53-6.117.21-1.887 3.81-7.848-2.202-3.513-15.503.245c-1.154.839-2.097 1.992-2.779 3.216-.42.786-1.014 2.114-.944 3.04.07 1.067 1.94 7.341 1.94 7.394l-1.782 5.907c1.275.84 2.9 1.451 4.439 1.503z",fill:"#004BCE"}}),t("path",{attrs:{d:"M20.077 66.485c.577-1.258 1.206-3.233 1.678-4.561l.559-1.573c.891 1.625 1.695 3.198 2.866 4.649.437.542.927 1.031 1.399 1.538 1.468.07 3.163-.14 4.579-.385.437-.087.961-.192 1.52-.332l-3.163-7.043 4.107-13.598-14.419.245c-1.154.839-2.097 1.992-2.779 3.216-.42.786-1.014 2.114-.944 3.04.07 1.067 1.94 7.341 1.94 7.394l-1.782 5.907c1.275.84 2.9 1.451 4.439 1.503z",fill:"#1763E8"}}),t("path",{attrs:{d:"M34.007 58.725l.122-1.643-.262-.332c-4.474 1.608-11.955 1.87-16.534.35-.647-.21-1.224-.542-1.59-1.154l-.14.35c.244.891.559 1.73.943 2.482 4.772 1.922 11.71 1.87 17.46-.053z",fill:"#003694"}}),t("path",{attrs:{d:"M33.308 52.066c2.272 2.097 6.134 2.814 9.106 2.971l2.044-7.777c-2.796.087-6.274.174-8.79-.472-2.448-.612-4.597 3.233-2.36 5.278z",fill:"#004BCE"}}),t("path",{attrs:{d:"M34.6 47.277c2.85.63 6.573 1.101 8.862.77l-1.049 3.67c-2.778.244-7.305-.804-9.874-2.447.262-1.381 1.45-2.133 2.062-1.993z",fill:"#1763E8"}}),t("path",{attrs:{d:"M28.187 50.947l7.043.612c.385.017.682.402.647.787l-.367 4.212a.714.714 0 01-.769.681l-7.043-.611c-.402-.035-.682-.403-.647-.804l.367-4.213a.712.712 0 01.769-.664z",fill:"#004BCE"}}),t("path",{attrs:{d:"M28.152 51.332l7.044.611a.328.328 0 01.297.385l-.367 4.212c-.018.21-.175.332-.367.332l-7.044-.611c-.175-.018-.314-.193-.297-.385l.367-4.212c.017-.21.192-.367.367-.332z",fill:"#BDD6DE"}}),t("path",{attrs:{d:"M29.777 51.472l1.888.157-.42 4.929-3.53-.297c-.175-.018-.314-.193-.297-.385l.175-2.062a9.69 9.69 0 002.184-2.342z",fill:"#fff"}}),t("path",{attrs:{d:"M30.372 52.293c0-.017-.018-.035-.035-.035l-1.084-.087c-.017-.018-.035.017-.052.035l-.665 3.076c-.017.017-.017.017 0 .035.018.017.018.017.035.017l.7.07c.017 0 .052-.017.052-.035l.087-.542.402.018-.017.559c0 .017.017.052.052.052l.682.07c.018 0 .018-.017.035-.017 0-.018.017-.018.017-.035l-.21-3.181zm-.542.612c0 .472 0 .926.017 1.398v.052l-.402-.017.018-.053c.07-.471.175-.926.28-1.38l.017-.035.087.017v.018h-.017zm4.422 1.59l.052-.56c.018-.226.053-.489.035-.716 0-.122-.052-.244-.105-.367a.721.721 0 00-.297-.262 1.37 1.37 0 00-.437-.122c-.157-.018-.332 0-.472.052a.607.607 0 00-.332.21.643.643 0 00-.157.35c-.053.21-.07.471-.087.699l-.053.559a9.347 9.347 0 00-.035.699c.018.14.053.245.105.367.07.122.175.21.297.28.14.07.297.105.455.122.157.018.332 0 .472-.052.122-.053.244-.105.332-.228.087-.105.157-.21.174-.332l.053-.699zm-.664-1.153l-.123 1.52c-.017.105-.017.297-.07.385-.017.07-.087.105-.157.105a.254.254 0 01-.157-.105c-.018-.088 0-.297.017-.385l.123-1.538c.017-.07.017-.262.07-.332.034-.052.087-.07.157-.07s.105.035.14.105c.017.07 0 .245 0 .315zm-1.556-.892c0-.017-.017-.052-.052-.052l-.665-.053c-.017-.017-.052.018-.052.035l-.262 3.111c0 .018.017.053.035.053l.681.07c.018 0 .053-.018.053-.053l.262-3.11z",fill:"#7EAABA"}}),t("path",{attrs:{d:"M30.284 52.293c0-.017-.018-.035-.053-.035l-1.153-.105c-.035 0-.052.018-.07.035l-.734 3.303c0 .018 0 .035.017.053.018.017.018.017.035.017l.734.07c.018 0 .053-.017.053-.035l.105-.594.42.035v.594c0 .035.017.053.034.053l.734.07c.018.017.035 0 .035-.018.018-.017.018-.017.018-.035l-.175-3.408zm-.594.664c0 .49 0 .996.017 1.503v.053l-.42-.018v-.07c.088-.49.21-.996.298-1.468l.017-.052.088.017v.035zm4.754 1.713l.052-.612c.017-.244.052-.524.035-.751 0-.14-.053-.28-.122-.385a.735.735 0 00-.315-.297 1.568 1.568 0 00-.472-.122c-.175-.018-.35 0-.524.052a.85.85 0 00-.367.245.72.72 0 00-.175.367c-.052.245-.07.507-.087.752l-.053.611c-.017.245-.052.524-.035.752 0 .157.035.28.105.402.087.122.192.21.332.297.157.07.315.105.472.122.175.018.35 0 .524-.052a.711.711 0 00.35-.245.748.748 0 00.192-.367c.053-.262.07-.542.088-.769zm-.717-1.258l-.14 1.642c0 .105-.017.315-.07.402-.017.07-.087.105-.175.105a.222.222 0 01-.157-.122c-.017-.087 0-.297.018-.402l.14-1.643c0-.087.017-.297.07-.35.034-.052.104-.07.157-.07.07 0 .122.036.14.106.035.087.017.262.017.332zm-1.66-.944c.017-.018-.018-.053-.035-.053l-.717-.07c-.035 0-.07.018-.07.053l-.297 3.338c0 .018.017.053.052.053l.717.07c.018 0 .053-.018.07-.053l.28-3.338z",fill:"#2C2B57"}}),t("path",{attrs:{d:"M21.807 56.995c-2.709-1.573-4.579-4.93-5.313-7.341.909-.525 1.294-.542 2.64-.734-.438-.507-.84-.734-1.661-1.014.507-1.118 1.59-2.552 2.831-3.74l6.327-.157c1.084 1.328 2.15 2.674 3.234 4.02-.98.017-2.028.401-2.78.96 1.469.368 2.378.77 3.077 1.329-2.29 2.831-4.964 5.086-8.355 6.677z",fill:"#003694"}}),t("path",{attrs:{d:"M19.99 45.373l6.799.07c-.525 3.198-1.556 5.96-3.041 8.092l-3.059-.018c-.874-2.167-1.119-4.964-.7-8.144z",fill:"#BDD6DE"}}),t("path",{attrs:{d:"M20.602 45.372l2.796.017 2.779.018c-.787 1.556-1.73 2.971-2.814 4.195.157 1.013.297 2.464.385 3.897a12.324 12.324 0 01-1.836 2.08 8.914 8.914 0 01-1.223-2.097c.49-1.433 1.049-2.884 1.503-3.88-.734-1.241-1.24-2.657-1.59-4.23z",fill:"#D95C09"}}),t("path",{attrs:{d:"M22.856 49.008l-.962 6.589a8.919 8.919 0 01-1.223-2.098c.49-1.433 1.049-2.883 1.503-3.88-.105-.21-.227-.42-.332-.646.332.017.664.035 1.014.035z",fill:"#F66F10"}}),t("path",{attrs:{d:"M25.286 50.144c-.542-1.067-1.294-2.115-1.993-3.094h-.56c-.978.961-1.73 1.992-2.586 3.041-.157-1.468-.087-2.971.088-4.457l6.257.07c-.263 1.468-.647 2.989-1.206 4.44z",fill:"#fff"}}),t("path",{attrs:{d:"M18.085 26.67l6.973.28c2.465-6.763 2.954-15.607 1.853-19.155-.21-.647-.717-.524-1.189-.28-5.138 2.744-8.773 10.557-7.637 19.156z",fill:"#4A2913"}}),t("path",{attrs:{d:"M19.343 25.133l4.44.175C25.25 20.974 26.457 14 25.723 9.351c0-.07-.07-.053-.105-.018-4.929 3.234-6.991 10.504-6.274 15.8z",fill:"#5E3011"}}),t("path",{attrs:{d:"M22.087 25.238c1.608-4.667 2.517-10.26 2.15-13.073-2.779 1.817-4.44 8.214-4.072 13.003l1.922.07z",fill:"#7F3E13"}}),t("path",{attrs:{d:"M36.559 21.323l-1.101-5.89c-.297-1.643-2.342.07-3.618-.874-1.154-.874-3.793-2.08-4.737-.961-1.503 1.747-2.831 3.653-3.757 5.96l13.213 1.765z",fill:"#004BCE"}}),t("path",{attrs:{d:"M35.737 20.554l-.926-4.981c0-.035-.035-.192-.07-.21-.087-.052-.35-.017-.437-.017-.35.035-.699.105-1.048.14-.664.07-1.276-.018-1.818-.42a7.698 7.698 0 00-1.625-.891c-.437-.175-1.818-.647-2.22-.175-1.328 1.555-2.447 3.163-3.303 4.999l11.447 1.555z",fill:"#004BCE"}}),t("path",{attrs:{d:"M32.032 15.398a1.836 1.836 0 01-.594-.332 7.698 7.698 0 00-1.625-.891c-.437-.175-1.818-.647-2.22-.175-1.328 1.555-2.447 3.163-3.303 4.999l7.27.996c.28-1.556.42-3.111.472-4.597z",fill:"#1763E8"}}),t("path",{attrs:{d:"M36.559 21.323l-.35-1.87c-.839-1.87-9.508-4.265-11.36-2.814a17.895 17.895 0 00-1.486 2.884l13.196 1.8z",fill:"#EBA100"}}),t("path",{attrs:{d:"M35.388 18.614c-2.063-1.416-7.096-2.744-9.543-2.342a18.964 18.964 0 00-1.555 2.726l11.447 1.556-.35-1.94z",fill:"#EBA100"}}),t("path",{attrs:{d:"M31.927 17.093c-2.15-.664-4.614-1.066-6.082-.821a18.964 18.964 0 00-1.555 2.726l7.27.996a28 28 0 00.367-2.9z",fill:"#FC0"}}),t("path",{attrs:{d:"M40.404 26.496l-19.96-4.666c-1.94-1.556-1.992-1.189-4.981-3.321-7.009-5.034 17.548-3.758 24.94 7.987z",fill:"#003694"}}),t("path",{attrs:{d:"M40.404 26.496l-1.328-.297c-6.467-8.372-21.812-10.784-24.836-9.07-.682-3.27 19.575-1.12 26.164 9.367z",fill:"#004BCE"}}),t("path",{attrs:{d:"M33.57 25.92l6.974.279c2.464-6.764 2.936-15.608 1.852-19.156-.21-.646-.716-.524-1.188-.28-5.139 2.745-8.774 10.557-7.638 19.156z",fill:"#4A2913"}}),t("path",{attrs:{d:"M34.81 24.364l4.44.192c1.468-4.334 2.674-11.308 1.94-15.957 0-.07-.07-.052-.105-.017-4.928 3.233-6.99 10.504-6.274 15.782z",fill:"#5E3011"}}),t("path",{attrs:{d:"M37.573 24.469c1.608-4.667 2.517-10.26 2.15-13.074-2.78 1.818-4.44 8.215-4.073 13.004l1.923.07z",fill:"#7F3E13"}}),t("path",{attrs:{d:"M41.12 31.792c1.417.786 3.392 2.744 3.287 4.23l-4.02 2.167-28.367-3.915c.402-4.073 1.539-7.97 3.146-11.728.612-1.398 1.783-2.202 3.321-2.412 3.706-.559 9.124.088 12.811.752 3.094.56 6.38 1.363 9.281 2.57.892.366 1.433 1.223 1.328 2.149l-.786 6.187z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M44.406 36.022c-.14 1.293-.437 2.429-.996 3.757-.77 1.835-2.71 5.4-4.614 6.292-6.24 2.971-18.334.734-24.207-2.709l-2.587-8.896.035-.28.385-2.779 16.586 6.694 13.86-2.779c.594.21 1.276.525 1.538.7z",fill:"#A19075"}}),t("path",{attrs:{d:"M18.766 21.445c4.894-.734 15.188.7 21.253 3.216.227.088.367.28.332.524l-.961 7.481c1.94.7 3.146 1.8 3.478 2.657-.14 3.845-3.39 8.878-4.824 9.595-5.086 2.482-16.76.909-22.144-2.307l-2.29-8.18c.42-4.3 1.643-8.144 3.059-11.448.332-.804.961-1.38 2.097-1.538z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M37.1 26.689l-.646 5.05c1.468.385 2.132.613 2.936.91 1.94.699 3.146 1.8 3.478 2.656-.14 3.845-3.39 8.879-4.824 9.596-5.086 2.481-16.76.908-22.144-2.308l-2.29-8.162c.42-4.3 1.643-8.144 3.059-11.448.332-.786.961-1.363 2.097-1.538 3.723-.559 10.574.14 16.29 1.608 1.03.262 2.272 1.923 2.044 3.636z",fill:"#ED7B47"}}),t("path",{attrs:{d:"M26.63 21.533h.053l.157.017H26.893l.07.018h.035l.244.035.035.017H27.33l.035.018c.07 0 .14.017.21.017h.07l.017.018H27.714c.088.017.158.017.245.035h.035l.035.017h.07l.175.018.035.017H28.36l.035.017h.035l.175.018.035.017h.035l.07.018c-1.923 1.87-2.622 6.502-2.692 8.879-.07 2.499 2.412 3.827 4.789 3.985 3.845.244 7.323-1.451 11.972.629-.14 3.845-3.39 8.879-4.824 9.595-5.086 2.482-16.76.909-22.144-2.307l-2.237-8.18c.087-.926.21-1.835.384-2.726 1.993.769 4.684 1.468 6.275 1.625 1.87.193 3.426-1.24 3.565-2.901.262-3.286 1.067-7.603 2.727-8.914l.07.018z",fill:"#F0DFC3"}}),t("path",{attrs:{d:"M26.631 21.533H26.683l.158.017H26.893l.07.018h.035l.245.035.035.017H27.33l.035.018c.07 0 .14.017.21.017h.07l.017.018H27.715c.087.017.157.017.244.035h.035l.035.017h.07l.175.018.035.017H28.36l.035.018h.035l.175.017.035.018h.035l.07.017c-1.923 1.87-2.622 6.502-2.692 8.879-.07 2.5 2.412 3.827 4.79 3.985 3.844.244 7.322-1.451 11.971.629-3.722 5.872-19.208 6.31-27.79 2.447l-1.467-3.321c.087-.926.21-1.835.384-2.726 1.993.769 4.684 1.468 6.275 1.625 1.87.192 3.425-1.241 3.565-2.901.262-3.286 1.066-7.603 2.727-8.914h.122z",fill:"#fff"}}),t("path",{attrs:{d:"M32.836 28.489l-.297 2.324c-.332 2.64-4.876 2.098-4.544-.559l.297-2.325c.332-2.639 4.876-2.097 4.544.56z",fill:"#fff"}}),t("path",{attrs:{d:"M32.257 27.995l-.079.56c-.297 2.098-3.67 1.714-3.39-.384l.08-.53 1.656-.139-1.567-.4c.418-1.415 3.597-1.204 3.3.893z",fill:"#1B1D23"}}),t("path",{attrs:{d:"M29.602 32.736l3.444-.28c-.437-1.206-2.814-1.066-3.444.28z",fill:"#FFD696"}}),t("path",{attrs:{d:"M29.602 32.736c.612.611 2.744.769 3.444-.28-1.468-.542-2.657-.21-3.444.28z",fill:"#E37E4F"}}),t("path",{attrs:{d:"M23.573 27.3l-.297 2.325c-.332 2.639-4.65 2.097-4.317-.56l.297-2.324c.332-2.657 4.649-2.08 4.317.56z",fill:"#fff"}}),t("path",{attrs:{d:"M23.159 26.816l-.079.56c-.297 2.098-3.67 1.713-3.39-.384l.08-.53 1.655-.139-1.566-.4c.418-1.414 3.597-1.204 3.3.893z",fill:"#1B1D23"}}),t("path",{attrs:{d:"M27.942 43.956c1.556-.175 2.762.315 3.548.647.612.262 1.171.332 1.643.245l1.94-3.216v-.21c-.035-.822-.524-1.38-.961-2.325-.21-.471-.385-.926-.594-1.8l-5.576 6.66z",fill:"#4F2800"}}),t("path",{attrs:{d:"M35.073 41.65c-1.31.157-2.447 1.59-1.94 3.215 1.241-.227 1.94-1.555 1.94-3.216z",fill:"#AD6151"}}),t("path",{attrs:{d:"M35.126 44.498c1.66.21 1.782-1.328.873-2.586.018 1.223-.105 1.94-.873 2.586z",fill:"#D6B887"}}),t("path",{attrs:{d:"M9.434 27.86l12.74 1.643c.665.087 2.238.96 2.36 1.573l-2.499 2.044.56 3.409 6.134 5.033 4.946-4.596c.734 3.215-3.46 8.86-4.963 9.595-3.234 1.608-8.425 1.503-11.973.559-3.425-.926-6.659-2.796-8.599-5.96-.664-1.083-1.031-2.674-1.223-3.915-.42-2.761-.28-5.925.786-8.442a1.653 1.653 0 011.73-.943z",fill:"#A19075"}}),t("path",{attrs:{d:"M9.416 29.118l14.629 1.888c-.647 5.226 3.845 6.31 9.63 5.96-.175 3.705-4.02 7.812-5.506 8.564-3.932 1.975-14.768 1.748-18.893-4.946-1.101-1.766-1.992-7.306-.332-11.186.07-.21.262-.297.472-.28z",fill:"#F0DFC3"}}),t("path",{attrs:{d:"M9.416 29.118l14.629 1.888.489.07c-.647 5.226 3.356 6.257 9.14 5.907-.017.647-.174 1.311-.401 1.958-.926 2.883-2.727 4.072-4.422 4.928-3.793 1.906-8.599.193-13.947-3.233-1.678-1.084-5.33-1.992-5.628-.017-1.101-1.766-1.992-7.306-.332-11.186.07-.245.262-.332.472-.315z",fill:"#fff"}}),t("path",{attrs:{d:"M8 27.353l7.813 1.013c.96.123 1.415.647 1.345 1.678-.786 9.141-13.894 7.97-9.84-2.324A.612.612 0 018 27.353z",fill:"#19133B"}}),t("path",{attrs:{d:"M8 27.353l3.076.384c-.734 1.556-1.258 3.409-1.328 4.317-.088 1.224-.053 2.657.245 4.02-2.64-.646-4.597-3.478-2.675-8.372a.62.62 0 01.682-.35z",fill:"#2C2B57"}}),t("path",{attrs:{d:"M8.472 28.139l5.383.7a.694.694 0 01.577.384.53.53 0 01-.105.629c-1.608 1.678-6.834.979-6.606-1.206.035-.315.367-.542.751-.507z",fill:"#687095"}}),t("path",{attrs:{d:"M23.765 21.108c.7 0 1.241.262 1.189.611-.053.332-.647.612-1.346.612-.7 0-1.24-.262-1.189-.612.053-.332.665-.611 1.346-.611zM31.27 22c-.682-.175-1.259-.053-1.311.279-.035.332.472.769 1.153.944.682.175 1.276.052 1.311-.28.018-.332-.472-.769-1.153-.944z",fill:"#FFD696"}}),t("path",{attrs:{d:"M41.68 46.123a5.173 5.173 0 015.173 5.174 5.162 5.162 0 01-5.174 5.173 5.162 5.162 0 01-5.173-5.173 5.173 5.173 0 015.173-5.174z",fill:"#1763E8"}}),t("path",{attrs:{d:"M41.679 46.753a4.546 4.546 0 00-4.544 4.544c0 2.5 2.045 4.544 4.544 4.544 2.5 0 4.544-2.045 4.544-4.544a4.535 4.535 0 00-4.544-4.544z",fill:"#1763E8"}}),t("path",{attrs:{d:"M41.679 46.753a4.546 4.546 0 00-4.544 4.544c0 .28.017.56.07.821 3.198.595 6.729-.332 8.913-1.782a4.52 4.52 0 00-4.439-3.583z",fill:"#338FFF"}}),t("path",{attrs:{d:"M43.48 46.612a4.453 4.453 0 014.456 4.457c0 2.447-1.992 4.44-4.457 4.44a4.446 4.446 0 01-4.439-4.44 4.438 4.438 0 014.44-4.457z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M43.48 47.154a3.905 3.905 0 00-3.898 3.916 3.901 3.901 0 003.898 3.897 3.905 3.905 0 003.915-3.897 3.909 3.909 0 00-3.915-3.916z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M43.48 47.154a3.905 3.905 0 00-3.898 3.916c0 .244.017.471.07.699 2.744.507 5.785-.28 7.655-1.538a3.917 3.917 0 00-3.827-3.077z",fill:"#ED7B47"}}),t("path",{attrs:{d:"M46.01 44.209c.191-.767.691-1.38 1.519-1.578.863-.183 1.744-.105 2.48.387a2.74 2.74 0 011.18 1.862 2.483 2.483 0 01-.578 2.003c.5.368.852.904.952 1.58.115.64-.068 1.284-.487 1.804-.465.61-1.177.958-1.902 1.114-.38.08-.75.052-1.11-.098-.812-.328-1.331-1.238-1.433-2.194-.2.154-.42.257-.68.292-1.09.2-2.148-.147-2.792-1.084a2.867 2.867 0 01-.482-1.385c-.119-1.446.758-2.681 2.212-2.94.208-.032.417-.047.649.007.162.059.325.135.471.23z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M47.923 54.289c2.527-.194 4.33-2.72 4.074-5.629-.275-2.924-2.514-5.132-5.04-4.938-2.51.193-4.332 2.703-4.075 5.628.257 2.926 2.513 5.116 5.041 4.939z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M47.848 53.47c2.127-.148 3.677-2.289 3.452-4.761-.226-2.472-2.127-4.354-4.288-4.185-2.126.166-3.677 2.289-3.451 4.761.224 2.455 2.161 4.352 4.287 4.186z",fill:"#C95E2C"}}),t("path",{attrs:{d:"M49.574 52.842c1.186-.836 1.882-2.409 1.725-4.15-.226-2.472-2.127-4.354-4.288-4.185a2.995 2.995 0 00-.948.224c-.413 3.357 1.26 6.727 3.511 8.111z",fill:"#ED7B47"}}),t("path",{attrs:{d:"M47.063 52.264c1.516-.123 2.635-1.656 2.477-3.414-.16-1.776-1.55-3.115-3.066-3.01-1.535.108-2.636 1.64-2.477 3.415.176 1.775 1.55 3.115 3.066 3.01z",fill:"#EFAD77"}}),t("path",{attrs:{d:"M44.505 39.986l1.28-.247 1.553 7.688c.111.588-1.167.853-1.28.247l-1.553-7.688z",fill:"#5A6D74"}}),t("path",{attrs:{d:"M44.763 42.667l1.848-.375a.641.641 0 01.736.51l1.714 8.465c.237 1.14-2.923 1.553-3.093.619l-1.712-8.448a.642.642 0 01.507-.771z",fill:"#19133B"}}),t("path",{attrs:{d:"M45.678 42.48l.933-.188a.641.641 0 01.737.51l1.713 8.465c.11.57-.615.971-1.395 1.096l-1.988-9.883z",fill:"#2C2B57"}}),t("path",{attrs:{d:"M42.484 25.113c4.076-.828 8.045 1.803 8.874 5.897.81 4.06-1.802 8.045-5.898 8.857-4.077.828-8.045-1.803-8.875-5.897-.81-4.06 1.82-8.046 5.899-8.857z",fill:"#fff","fill-opacity":".2"}}),t("path",{attrs:{d:"M42.237 23.833c4.768-.964 9.417 2.128 10.38 6.896.965 4.768-2.108 9.433-6.893 10.398-4.768.965-9.417-2.127-10.381-6.895-.965-4.768 2.108-9.433 6.894-10.399zm.415 2.179a6.592 6.592 0 00-5.15 7.771 6.592 6.592 0 007.77 5.15c3.577-.722 5.89-4.213 5.151-7.77-.704-3.56-4.176-5.858-7.771-5.151z",fill:"#7EAABA"}}),t("path",{attrs:{d:"M42.272 24.094a8.568 8.568 0 0110.105 6.704c.939 4.648-2.074 9.168-6.705 10.088a8.568 8.568 0 01-10.105-6.705c-.938-4.647 2.074-9.168 6.705-10.087zm.347 1.693a6.837 6.837 0 018.066 5.358 6.843 6.843 0 01-5.36 8.048 6.837 6.837 0 01-8.066-5.358c-.749-3.697 1.645-7.298 5.36-8.048z",fill:"#7EAABA"}}),t("path",{attrs:{d:"M42.323 24.318c-4.285.86-7.139 4.897-6.614 9.152.093.818 1.326.661 1.233-.156a7.098 7.098 0 015.622-7.804c3.663-.73 7.216 1.475 8.216 4.997.23.772 1.415.444 1.203-.33-1.181-4.122-5.358-6.72-9.66-5.86z",fill:"#D3E8EF"}}),t("path",{attrs:{d:"M42.801 26.65a5.939 5.939 0 016.037 2.399c-1.287-.874-2.909-1.269-4.55-.926a5.938 5.938 0 00-4.642 7.017 5.61 5.61 0 00.981 2.262 5.827 5.827 0 01-2.45-3.718 5.908 5.908 0 014.624-7.034z",fill:"#fff","fill-opacity":".6"}}),t("path",{attrs:{d:"M45.033 44.75c1.506-.263 2.32 3.622.799 3.904-2.734.489-3.273-3.45-.799-3.904zm2.673-1.36c-1.64.36-1.144 3.689.362 3.916-1.285.668-.601 3.687.97 3.349 2.708-.61 2.123-3.46-.035-3.502 2.593-1.005 1.464-4.377-1.297-3.764z",fill:"#EFAD77"}}),t("path",{attrs:{d:"M48.647 43.341c-1.05.775-.613 3.267.624 3.671 1.93-.976 1.337-3.44-.624-3.67zm-3.34 5.35c-2.054-.05-2.513-2.855-.892-3.722 1.187.18 1.82 2.956.892 3.722zm3.975-1.522c-.896.71-.522 2.805.54 3.204 1.655-.887 1.142-2.954-.54-3.204z",fill:"#FAD395"}})])])},b=[];const O={},h={};var U=s(O,H,b,!1,j,null,null,null);function j(l){for(let a in h)this[a]=h[a]}var R=function(){return U.exports}(),V=function(){var l=this,a=l.$createElement,t=l._self._c||a;return t("svg",{staticClass:"aioseo-light-bulb",attrs:{viewBox:"0 0 29 29",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{fill:"currentColor",d:"M 10.3477 27.595 c 0 0.6655 0.5445 1.21 1.21 1.21 h 4.84 c 0.6655 0 1.21 -0.5445 1.21 -1.21 v -1.21 h -7.26 v 1.21 z m 3.63 -22.99 c -4.6706 0 -8.47 3.7994 -8.47 8.47 c 0 2.8798 1.4399 5.4087 3.63 6.9454 V 22.755 c 0 0.6655 0.5445 1.21 1.21 1.21 h 7.26 c 0.6655 0 1.21 -0.5445 1.21 -1.21 v -2.7346 c 2.1901 -1.5367 3.63 -4.0656 3.63 -6.9454 c 0 -4.6706 -3.7994 -8.47 -8.47 -8.47 z m 3.4485 13.431 l -1.0285 0.726 V 21.545 h -4.84 v -2.783 l -1.0285 -0.726 A 6.0464 6.0464 90 0 1 7.9277 13.075 c 0 -3.3396 2.7104 -6.05 6.05 -6.05 s 6.05 2.7104 6.05 6.05 c 0 1.9723 -0.968 3.8236 -2.6015 4.961 z"}}),t("path",{style:{opacity:l.active?1:0},attrs:{fill:"currentColor",d:"M 13.041 3.717 h 2.334 V 0.799 h -2.334 v 2.918 z M 24.127 14.219 h 2.917 v -2.334 h -2.917 v 2.334 z M 1.956 14.219 h 2.917 v -2.334 H 1.956 v 2.334 z M 23.133 7.52 l 2.062 -2.063 l -1.642 -1.642 l -2.062 2.063 l 1.642 1.642 z M 6.56 7.52 L 4.499 5.457 L 6.14 3.815 l 2.063 2.063 L 6.56 7.52 z"}})])},P=[];const q={props:{active:{type:Boolean,default(){return!1}}}},d={};var N=s(q,V,P,!1,I,null,null,null);function I(l){for(let a in d)this[a]=d[a]}var J=function(){return N.exports}(),Q=function(){var l=this,a=l.$createElement,t=l._self._c||a;return t("svg",{staticClass:"aioseo-star",attrs:{viewBox:"0 0 21 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{fill:"currentColor",d:"M10.5 5.13l.97 2.29.47 1.11 1.2.1 2.47.21-1.88 1.63-.91.79.27 1.18.56 2.41-2.12-1.28-1.03-.64-1.03.62-2.12 1.28.56-2.41.27-1.18-.91-.79-1.88-1.63 2.47-.21 1.2-.1.47-1.11.97-2.27zm0-5.13L7.69 6.63.5 7.24l5.46 4.73L4.32 19l6.18-3.73L16.68 19l-1.64-7.03 5.46-4.73-7.19-.61L10.5 0z"}}),t("path",{style:{opacity:l.active?1:0},attrs:{fill:"currentColor",d:"M 10.5 5.13 m 0 -5.13 L 7.69 6.63 L 0.5 7.24 l 5.46 4.73 L 4.32 19 l 6.18 -3.73 L 16.68 19 l -1.64 -7.03 l 5.46 -4.73 l -7.19 -0.61 L 10.5 0 z"}})])},T=[];const G={props:{active:{type:Boolean,default(){return!1}}}},z={};var K=s(G,Q,T,!1,W,null,null,null);function W(l){for(let a in z)this[a]=z[a]}var X=function(){return K.exports}(),Y=function(){var l=this,a=l.$createElement,t=l._self._c||a;return t("div",{ref:"aioseo-flyout-menu",staticClass:"aioseo-flyout-menu",class:[{"is-open":l.isOpen},{"will-open":l.willOpen}]},[t("div",{staticClass:"aioseo-flyout-menu-items"},l._l(l.items,function(c,r){return t("a",{key:r,style:{transitionDelay:l.items.length-r+"00ms"},attrs:{href:c.url,target:"_blank"},on:{mouseover:function(M){l.hovering=r},mouseleave:function(M){l.hovering=null}}},[t("span",{staticClass:"aioseo-flyout-menu-label"},[l._v(l._s(c.label))]),t("div",{staticClass:"aioseo-flyout-menu-label icon"},[t(c.icon,{tag:"component",attrs:{active:r===l.hovering}})],1)])}),0),t("div",{staticClass:"aioseo-flyout-menu-button",on:{click:function(c){l.isOpen=!l.isOpen},mouseover:function(c){l.willOpen=!0},mouseleave:function(c){l.willOpen=!1}}},[t("span",{staticClass:"aioseo-flyout-menu-label"},[l._v(l._s(l.strings.quickLinks))]),t("svg-flyout-dannie-up",{directives:[{name:"show",rawName:"v-show",value:l.isOpen,expression:"isOpen"}]}),t("svg-flyout-dannie",{directives:[{name:"show",rawName:"v-show",value:!l.isOpen,expression:"!isOpen"}]})],1)])},Z=[];const t1={components:{SvgFlyoutDannie:S,SvgFlyoutDannieUp:R,SvgLightBulb:J,SvgMessage:D,SvgStar:X,SvgSupport:y},mixins:[g],data(){return{isOpen:!1,willOpen:!1,hovering:null,strings:{quickLinks:this.$t.__("Quick Links",this.$td)}}},computed:p(f({},B(["pong"])),{items(){const l=[{label:this.$t.__("Support & Docs",this.$td),url:this.$links.utmUrl("flyout-menu","support-docs",this.$links.docLinks.home),icon:"svg-support"},{label:this.$t.__("Join Our Community",this.$td),url:this.$links.utmUrl("flyout-menu","join-our-community","plugin/facebook/"),icon:"svg-message"},{label:this.$t.__("Suggest a Feature",this.$td),url:this.$links.utmUrl("flyout-menu","suggest-a-feature","suggest-a-feature/"),icon:"svg-light-bulb"}];return!this.$isPro&&this.pong&&l.unshift({label:this.$t.sprintf(this.$t.__("Upgrade to %1$s %2$s",this.$td),"AIOSEO","Pro"),url:this.$links.utmUrl("flyout-menu","upgrade-to-pro"),icon:"svg-star"}),l}}),methods:{documentClick(l){if(!this.isOpen)return;const a=this.$refs["aioseo-flyout-menu"];a&&(a===l.target||a.contains(l.target))||(this.isOpen=!1)}},mounted(){this.$nextTick(function(){document.addEventListener("click",this.documentClick)})},beforeUnmount(){document.removeEventListener("click",this.documentClick)}},u={};var l1=s(t1,Y,Z,!1,a1,null,null,null);function a1(l){for(let a in u)this[a]=u[a]}var c1=function(){return l1.exports}();i.prototype.$t=$;i.prototype.$td="all-in-one-seo-pack";i.prototype.$tdPro="aioseo-pro";new i({store:F,render:l=>l(c1)}).$mount("#aioseo-flyout-menu");
dist/Lite/assets/follow-up-emails-nav-bar.7401c3ff.js DELETED
@@ -1 +0,0 @@
1
- import{e as t}from"./js/elemLoaded.b1f6e29c.js";import"./js/default-i18n.abde8d59.js";t("#fue_user_report","navBarLoaded");document.addEventListener("animationstart",function(r){if(r.animationName!=="navBarLoaded")return;const e=document.querySelector("h2.woo-nav-tab-wrapper");if(!e)return;const n=document.createElement("a");n.href=location.origin+"/wp-admin/profile.php?social-profiles=1",n.innerHTML=o()+"Social Profiles",n.className="nav-tab",n.style.display="flex",n.style.alignItems="center",e.insertBefore(n,e.children[1])});const o=()=>'<svg viewBox="0 0 20 20" width="20px" height="20px" style="margin-right: 8px;" fill="none" xmlns="http://www.w3.org/2000/svg" class="aioseo-logo-gear"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47716 0 0 4.47715 0 10C0 15.5228 4.47716 20 10 20ZM8.40767 3.65998C8.27222 3.45353 8.02129 3.357 7.79121 3.43828C7.52913 3.53087 7.27279 3.63976 7.02373 3.76429C6.80511 3.87361 6.69542 4.12332 6.74355 4.36686L6.91501 5.23457C6.95914 5.45792 6.86801 5.68459 6.69498 5.82859C6.42152 6.05617 6.16906 6.31347 5.94287 6.59826C5.80229 6.77526 5.58046 6.86908 5.36142 6.82484L4.51082 6.653C4.27186 6.60473 4.02744 6.71767 3.92115 6.94133C3.86111 7.06769 3.80444 7.19669 3.75129 7.32826C3.69815 7.45983 3.64929 7.59212 3.60464 7.72495C3.52562 7.96007 3.62107 8.21596 3.82396 8.35351L4.54621 8.84316C4.73219 8.96925 4.82481 9.19531 4.80234 9.42199C4.7662 9.78671 4.76767 10.1508 4.80457 10.5089C4.82791 10.7355 4.73605 10.9619 4.55052 11.0886L3.82966 11.5811C3.62734 11.7193 3.53274 11.9753 3.61239 12.2101C3.70314 12.4775 3.80985 12.7391 3.93188 12.9932C4.03901 13.2163 4.28373 13.3282 4.5224 13.2791L5.37279 13.1042C5.59165 13.0591 5.8138 13.1521 5.95491 13.3287C6.17794 13.6077 6.43009 13.8653 6.70918 14.0961C6.88264 14.2396 6.97459 14.4659 6.93122 14.6894L6.76282 15.5574C6.71551 15.8013 6.8262 16.0507 7.04538 16.1591C7.16921 16.2204 7.29563 16.2782 7.42457 16.3324C7.55352 16.3867 7.68316 16.4365 7.81334 16.4821C8.19418 16.6154 8.72721 16.1383 9.1213 15.7855C9.31563 15.6116 9.4355 15.3654 9.43677 15.1018C9.43677 15.1004 9.43678 15.099 9.43678 15.0976L9.43677 13.6462C9.43677 13.6308 9.43736 13.6155 9.43852 13.6004C8.27454 13.3165 7.40918 12.248 7.40918 10.9732V9.43198C7.40918 9.31483 7.50224 9.21986 7.61706 9.21986H8.338V7.70343C8.338 7.49405 8.50433 7.32432 8.70952 7.32432C8.9147 7.32432 9.08105 7.49405 9.08105 7.70343V9.21986H11.0316V7.70343C11.0316 7.49405 11.1979 7.32432 11.4031 7.32432C11.6083 7.32432 11.7746 7.49405 11.7746 7.70343V9.21986H12.4956C12.6104 9.21986 12.7034 9.31483 12.7034 9.43198V10.9732C12.7034 12.2883 11.7825 13.3838 10.5628 13.625C10.5631 13.632 10.5632 13.6391 10.5632 13.6462L10.5632 15.0914C10.5632 15.36 10.6867 15.6107 10.8868 15.7853C11.2879 16.1351 11.8302 16.6079 12.2088 16.4742C12.4708 16.3816 12.7272 16.2727 12.9762 16.1482C13.1949 16.0389 13.3046 15.7891 13.2564 15.5456L13.085 14.6779C13.0408 14.4545 13.132 14.2278 13.305 14.0838C13.5785 13.8563 13.8309 13.599 14.0571 13.3142C14.1977 13.1372 14.4195 13.0434 14.6385 13.0876L15.4892 13.2595C15.7281 13.3077 15.9725 13.1948 16.0788 12.9711C16.1389 12.8448 16.1955 12.7158 16.2487 12.5842C16.3018 12.4526 16.3507 12.3204 16.3953 12.1875C16.4744 11.9524 16.3789 11.6965 16.176 11.559L15.4537 11.0693C15.2678 10.9432 15.1752 10.7171 15.1976 10.4905C15.2338 10.1258 15.2323 9.76167 15.1954 9.40357C15.1721 9.17699 15.2639 8.95062 15.4495 8.82387L16.1703 8.33141C16.3726 8.1932 16.4672 7.93715 16.3876 7.70238C16.2968 7.43495 16.1901 7.17337 16.0681 6.91924C15.961 6.69615 15.7162 6.58422 15.4776 6.63333L14.6272 6.8083C14.4083 6.85333 14.1862 6.76033 14.0451 6.58377C13.822 6.30474 13.5699 6.04713 13.2908 5.81632C13.1173 5.67287 13.0254 5.44652 13.0688 5.22301L13.2372 4.35503C13.2845 4.11121 13.1738 3.86179 12.9546 3.75334C12.8308 3.69208 12.7043 3.63424 12.5754 3.58002C12.4465 3.52579 12.3168 3.47593 12.1866 3.43037C11.9562 3.34974 11.7055 3.44713 11.5707 3.65416L11.0908 4.39115C10.9672 4.58093 10.7457 4.67543 10.5235 4.65251C10.1661 4.61563 9.80932 4.61712 9.45837 4.65477C9.23633 4.6786 9.01448 4.58486 8.89027 4.39554L8.40767 3.65998Z" fill="currentColor" /></svg>';
 
dist/Lite/assets/follow-up-emails-nav-bar.f6c769bd.js ADDED
@@ -0,0 +1 @@
 
1
+ import{e as r}from"./js/elemLoaded.b1f6e29c.js";import{_ as t}from"./js/default-i18n.abde8d59.js";r("#fue_user_report","navBarLoaded");document.addEventListener("animationstart",function(o){if(o.animationName!=="navBarLoaded")return;const e=document.querySelector("h2.woo-nav-tab-wrapper");if(!e)return;const n=document.createElement("a");n.href=location.origin+"/wp-admin/profile.php?social-profiles=1",n.innerHTML=C()+t("Social Profiles","all-in-one-seo-pack"),n.className="nav-tab",n.style.display="flex",n.style.alignItems="center",e.insertBefore(n,e.children[1])});const C=()=>'<svg viewBox="0 0 20 20" width="20px" height="20px" style="margin-right: 8px;" fill="none" xmlns="http://www.w3.org/2000/svg" class="aioseo-logo-gear"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47716 0 0 4.47715 0 10C0 15.5228 4.47716 20 10 20ZM8.40767 3.65998C8.27222 3.45353 8.02129 3.357 7.79121 3.43828C7.52913 3.53087 7.27279 3.63976 7.02373 3.76429C6.80511 3.87361 6.69542 4.12332 6.74355 4.36686L6.91501 5.23457C6.95914 5.45792 6.86801 5.68459 6.69498 5.82859C6.42152 6.05617 6.16906 6.31347 5.94287 6.59826C5.80229 6.77526 5.58046 6.86908 5.36142 6.82484L4.51082 6.653C4.27186 6.60473 4.02744 6.71767 3.92115 6.94133C3.86111 7.06769 3.80444 7.19669 3.75129 7.32826C3.69815 7.45983 3.64929 7.59212 3.60464 7.72495C3.52562 7.96007 3.62107 8.21596 3.82396 8.35351L4.54621 8.84316C4.73219 8.96925 4.82481 9.19531 4.80234 9.42199C4.7662 9.78671 4.76767 10.1508 4.80457 10.5089C4.82791 10.7355 4.73605 10.9619 4.55052 11.0886L3.82966 11.5811C3.62734 11.7193 3.53274 11.9753 3.61239 12.2101C3.70314 12.4775 3.80985 12.7391 3.93188 12.9932C4.03901 13.2163 4.28373 13.3282 4.5224 13.2791L5.37279 13.1042C5.59165 13.0591 5.8138 13.1521 5.95491 13.3287C6.17794 13.6077 6.43009 13.8653 6.70918 14.0961C6.88264 14.2396 6.97459 14.4659 6.93122 14.6894L6.76282 15.5574C6.71551 15.8013 6.8262 16.0507 7.04538 16.1591C7.16921 16.2204 7.29563 16.2782 7.42457 16.3324C7.55352 16.3867 7.68316 16.4365 7.81334 16.4821C8.19418 16.6154 8.72721 16.1383 9.1213 15.7855C9.31563 15.6116 9.4355 15.3654 9.43677 15.1018C9.43677 15.1004 9.43678 15.099 9.43678 15.0976L9.43677 13.6462C9.43677 13.6308 9.43736 13.6155 9.43852 13.6004C8.27454 13.3165 7.40918 12.248 7.40918 10.9732V9.43198C7.40918 9.31483 7.50224 9.21986 7.61706 9.21986H8.338V7.70343C8.338 7.49405 8.50433 7.32432 8.70952 7.32432C8.9147 7.32432 9.08105 7.49405 9.08105 7.70343V9.21986H11.0316V7.70343C11.0316 7.49405 11.1979 7.32432 11.4031 7.32432C11.6083 7.32432 11.7746 7.49405 11.7746 7.70343V9.21986H12.4956C12.6104 9.21986 12.7034 9.31483 12.7034 9.43198V10.9732C12.7034 12.2883 11.7825 13.3838 10.5628 13.625C10.5631 13.632 10.5632 13.6391 10.5632 13.6462L10.5632 15.0914C10.5632 15.36 10.6867 15.6107 10.8868 15.7853C11.2879 16.1351 11.8302 16.6079 12.2088 16.4742C12.4708 16.3816 12.7272 16.2727 12.9762 16.1482C13.1949 16.0389 13.3046 15.7891 13.2564 15.5456L13.085 14.6779C13.0408 14.4545 13.132 14.2278 13.305 14.0838C13.5785 13.8563 13.8309 13.599 14.0571 13.3142C14.1977 13.1372 14.4195 13.0434 14.6385 13.0876L15.4892 13.2595C15.7281 13.3077 15.9725 13.1948 16.0788 12.9711C16.1389 12.8448 16.1955 12.7158 16.2487 12.5842C16.3018 12.4526 16.3507 12.3204 16.3953 12.1875C16.4744 11.9524 16.3789 11.6965 16.176 11.559L15.4537 11.0693C15.2678 10.9432 15.1752 10.7171 15.1976 10.4905C15.2338 10.1258 15.2323 9.76167 15.1954 9.40357C15.1721 9.17699 15.2639 8.95062 15.4495 8.82387L16.1703 8.33141C16.3726 8.1932 16.4672 7.93715 16.3876 7.70238C16.2968 7.43495 16.1901 7.17337 16.0681 6.91924C15.961 6.69615 15.7162 6.58422 15.4776 6.63333L14.6272 6.8083C14.4083 6.85333 14.1862 6.76033 14.0451 6.58377C13.822 6.30474 13.5699 6.04713 13.2908 5.81632C13.1173 5.67287 13.0254 5.44652 13.0688 5.22301L13.2372 4.35503C13.2845 4.11121 13.1738 3.86179 12.9546 3.75334C12.8308 3.69208 12.7043 3.63424 12.5754 3.58002C12.4465 3.52579 12.3168 3.47593 12.1866 3.43037C11.9562 3.34974 11.7055 3.44713 11.5707 3.65416L11.0908 4.39115C10.9672 4.58093 10.7457 4.67543 10.5235 4.65251C10.1661 4.61563 9.80932 4.61712 9.45837 4.65477C9.23633 4.6786 9.01448 4.58486 8.89027 4.39554L8.40767 3.65998Z" fill="currentColor" /></svg>';
dist/Lite/assets/headline-analyzer.1e8df25d.js DELETED
@@ -1,23 +0,0 @@
1
- var _e=Object.defineProperty,Oe=Object.defineProperties;var $e=Object.getOwnPropertyDescriptors;var A=Object.getOwnPropertySymbols;var De=Object.prototype.hasOwnProperty,Ee=Object.prototype.propertyIsEnumerable;var M=(e,n,r)=>n in e?_e(e,n,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[n]=r,v=(e,n)=>{for(var r in n||(n={}))De.call(n,r)&&M(e,r,n[r]);if(A)for(var r of A(n))Ee.call(n,r)&&M(e,r,n[r]);return e},j=(e,n)=>Oe(e,$e(n));import{s as Te}from"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";var O={exports:{}},N={};/*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */var V=Object.getOwnPropertySymbols,Fe=Object.prototype.hasOwnProperty,Re=Object.prototype.propertyIsEnumerable;function We(e){if(e==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}function Be(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de",Object.getOwnPropertyNames(e)[0]==="5")return!1;for(var n={},r=0;r<10;r++)n["_"+String.fromCharCode(r)]=r;var o=Object.getOwnPropertyNames(n).map(function(l){return n[l]});if(o.join("")!=="0123456789")return!1;var t={};return"abcdefghijklmnopqrst".split("").forEach(function(l){t[l]=l}),Object.keys(Object.assign({},t)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}var Le=Be()?Object.assign:function(e,n){for(var r,o=We(e),t,l=1;l<arguments.length;l++){r=Object(arguments[l]);for(var i in r)Fe.call(r,i)&&(o[i]=r[i]);if(V){t=V(r);for(var s=0;s<t.length;s++)Re.call(r,t[s])&&(o[t[s]]=r[t[s]])}}return o},q={exports:{}},u={};/** @license React v17.0.2
6
- * react.production.min.js
7
- *
8
- * Copyright (c) Facebook, Inc. and its affiliates.
9
- *
10
- * This source code is licensed under the MIT license found in the
11
- * LICENSE file in the root directory of this source tree.
12
- */var F=Le,z=60103,Y=60106;u.Fragment=60107;u.StrictMode=60108;u.Profiler=60114;var J=60109,K=60110,Q=60112;u.Suspense=60113;var X=60115,ee=60116;if(typeof Symbol=="function"&&Symbol.for){var p=Symbol.for;z=p("react.element"),Y=p("react.portal"),u.Fragment=p("react.fragment"),u.StrictMode=p("react.strict_mode"),u.Profiler=p("react.profiler"),J=p("react.provider"),K=p("react.context"),Q=p("react.forward_ref"),u.Suspense=p("react.suspense"),X=p("react.memo"),ee=p("react.lazy")}var I=typeof Symbol=="function"&&Symbol.iterator;function Ae(e){return e===null||typeof e!="object"?null:(e=I&&e[I]||e["@@iterator"],typeof e=="function"?e:null)}function k(e){for(var n="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)n+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+n+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var ne={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},ae={};function S(e,n,r){this.props=e,this.context=n,this.refs=ae,this.updater=r||ne}S.prototype.isReactComponent={};S.prototype.setState=function(e,n){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error(k(85));this.updater.enqueueSetState(this,e,n,"setState")};S.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function te(){}te.prototype=S.prototype;function R(e,n,r){this.props=e,this.context=n,this.refs=ae,this.updater=r||ne}var W=R.prototype=new te;W.constructor=R;F(W,S.prototype);W.isPureReactComponent=!0;var B={current:null},re=Object.prototype.hasOwnProperty,oe={key:!0,ref:!0,__self:!0,__source:!0};function le(e,n,r){var o,t={},l=null,i=null;if(n!=null)for(o in n.ref!==void 0&&(i=n.ref),n.key!==void 0&&(l=""+n.key),n)re.call(n,o)&&!oe.hasOwnProperty(o)&&(t[o]=n[o]);var s=arguments.length-2;if(s===1)t.children=r;else if(1<s){for(var c=Array(s),w=0;w<s;w++)c[w]=arguments[w+2];t.children=c}if(e&&e.defaultProps)for(o in s=e.defaultProps,s)t[o]===void 0&&(t[o]=s[o]);return{$$typeof:z,type:e,key:l,ref:i,props:t,_owner:B.current}}function Me(e,n){return{$$typeof:z,type:e.type,key:n,ref:e.ref,props:e.props,_owner:e._owner}}function L(e){return typeof e=="object"&&e!==null&&e.$$typeof===z}function je(e){var n={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(r){return n[r]})}var Z=/\/+/g;function $(e,n){return typeof e=="object"&&e!==null&&e.key!=null?je(""+e.key):n.toString(36)}function _(e,n,r,o,t){var l=typeof e;(l==="undefined"||l==="boolean")&&(e=null);var i=!1;if(e===null)i=!0;else switch(l){case"string":case"number":i=!0;break;case"object":switch(e.$$typeof){case z:case Y:i=!0}}if(i)return i=e,t=t(i),e=o===""?"."+$(i,0):o,Array.isArray(t)?(r="",e!=null&&(r=e.replace(Z,"$&/")+"/"),_(t,n,r,"",function(w){return w})):t!=null&&(L(t)&&(t=Me(t,r+(!t.key||i&&i.key===t.key?"":(""+t.key).replace(Z,"$&/")+"/")+e)),n.push(t)),1;if(i=0,o=o===""?".":o+":",Array.isArray(e))for(var s=0;s<e.length;s++){l=e[s];var c=o+$(l,s);i+=_(l,n,r,c,t)}else if(c=Ae(e),typeof c=="function")for(e=c.call(e),s=0;!(l=e.next()).done;)l=l.value,c=o+$(l,s++),i+=_(l,n,r,c,t);else if(l==="object")throw n=""+e,Error(k(31,n==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":n));return i}function x(e,n,r){if(e==null)return e;var o=[],t=0;return _(e,o,"","",function(l){return n.call(r,l,t++)}),o}function Ve(e){if(e._status===-1){var n=e._result;n=n(),e._status=0,e._result=n,n.then(function(r){e._status===0&&(r=r.default,e._status=1,e._result=r)},function(r){e._status===0&&(e._status=2,e._result=r)})}if(e._status===1)return e._result;throw e._result}var se={current:null};function b(){var e=se.current;if(e===null)throw Error(k(321));return e}var Ie={ReactCurrentDispatcher:se,ReactCurrentBatchConfig:{transition:0},ReactCurrentOwner:B,IsSomeRendererActing:{current:!1},assign:F};u.Children={map:x,forEach:function(e,n,r){x(e,function(){n.apply(this,arguments)},r)},count:function(e){var n=0;return x(e,function(){n++}),n},toArray:function(e){return x(e,function(n){return n})||[]},only:function(e){if(!L(e))throw Error(k(143));return e}};u.Component=S;u.PureComponent=R;u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Ie;u.cloneElement=function(e,n,r){if(e==null)throw Error(k(267,e));var o=F({},e.props),t=e.key,l=e.ref,i=e._owner;if(n!=null){if(n.ref!==void 0&&(l=n.ref,i=B.current),n.key!==void 0&&(t=""+n.key),e.type&&e.type.defaultProps)var s=e.type.defaultProps;for(c in n)re.call(n,c)&&!oe.hasOwnProperty(c)&&(o[c]=n[c]===void 0&&s!==void 0?s[c]:n[c])}var c=arguments.length-2;if(c===1)o.children=r;else if(1<c){s=Array(c);for(var w=0;w<c;w++)s[w]=arguments[w+2];o.children=s}return{$$typeof:z,type:e.type,key:t,ref:l,props:o,_owner:i}};u.createContext=function(e,n){return n===void 0&&(n=null),e={$$typeof:K,_calculateChangedBits:n,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null},e.Provider={$$typeof:J,_context:e},e.Consumer=e};u.createElement=le;u.createFactory=function(e){var n=le.bind(null,e);return n.type=e,n};u.createRef=function(){return{current:null}};u.forwardRef=function(e){return{$$typeof:Q,render:e}};u.isValidElement=L;u.lazy=function(e){return{$$typeof:ee,_payload:{_status:-1,_result:e},_init:Ve}};u.memo=function(e,n){return{$$typeof:X,type:e,compare:n===void 0?null:n}};u.useCallback=function(e,n){return b().useCallback(e,n)};u.useContext=function(e,n){return b().useContext(e,n)};u.useDebugValue=function(){};u.useEffect=function(e,n){return b().useEffect(e,n)};u.useImperativeHandle=function(e,n,r){return b().useImperativeHandle(e,n,r)};u.useLayoutEffect=function(e,n){return b().useLayoutEffect(e,n)};u.useMemo=function(e,n){return b().useMemo(e,n)};u.useReducer=function(e,n,r){return b().useReducer(e,n,r)};u.useRef=function(e){return b().useRef(e)};u.useState=function(e){return b().useState(e)};u.version="17.0.2";q.exports=u;/** @license React v17.0.2
13
- * react-jsx-runtime.production.min.js
14
- *
15
- * Copyright (c) Facebook, Inc. and its affiliates.
16
- *
17
- * This source code is licensed under the MIT license found in the
18
- * LICENSE file in the root directory of this source tree.
19
- */var Ze=q.exports,ie=60103;N.Fragment=60107;if(typeof Symbol=="function"&&Symbol.for){var U=Symbol.for;ie=U("react.element"),N.Fragment=U("react.fragment")}var Ue=Ze.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,Ge=Object.prototype.hasOwnProperty,qe={key:!0,ref:!0,__self:!0,__source:!0};function ce(e,n,r){var o,t={},l=null,i=null;r!==void 0&&(l=""+r),n.key!==void 0&&(l=""+n.key),n.ref!==void 0&&(i=n.ref);for(o in n)Ge.call(n,o)&&!qe.hasOwnProperty(o)&&(t[o]=n[o]);if(e&&e.defaultProps)for(o in n=e.defaultProps,n)t[o]===void 0&&(t[o]=n[o]);return{$$typeof:ie,type:e,key:l,ref:i,props:t,_owner:Ue.current}}N.jsx=ce;N.jsxs=ce;O.exports=N;const a=O.exports.jsx,d=O.exports.jsxs,T=O.exports.Fragment,y={};y.headline=d("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[a("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.817 2H22v.038l-6.183 4.226V2.001zm-7.62 9.473V2H2.016v4.683-.267l6.126 5.094.057-.038zm-6.182 5.061l6.183 4.213v1.252H2.015v-5.465zm13.802-.857L22 11.559v10.437h-6.183v-6.32z",fill:"#141B38"}),a("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.198 11.435l-.057.039L2.016 6.38v.265-4.644h6.182v9.434zm0 9.226L2.015 16.45v5.55h6.183v-1.337zm7.62-5.07L22 11.474v10.522h-6.183v-6.405zM22 2.001l-6.183 4.226V2H22z",fill:"#141B38"}),a("path",{d:"M8.141 13.537L22 4.064v5.432l-13.8 9.19L2 14.46l.016-6.018 6.125 5.094z",fill:"#141B38"})]});y.headlineBlack=a("svg",{width:"15",height:"14",viewBox:"0 0 15 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:a("path",{d:"M13.5 2V12H14.5C14.6458 12 14.7604 12.0521 14.8438 12.1562C14.9479 12.2396 15 12.3542 15 12.5V13.5C15 13.6458 14.9479 13.7604 14.8438 13.8438C14.7604 13.9479 14.6458 14 14.5 14H9.5C9.35417 14 9.22917 13.9479 9.125 13.8438C9.04167 13.7604 9 13.6458 9 13.5V12.5C9 12.3542 9.04167 12.2396 9.125 12.1562C9.22917 12.0521 9.35417 12 9.5 12H10.5V8H4.5V12H5.5C5.64583 12 5.76042 12.0521 5.84375 12.1562C5.94792 12.2396 6 12.3542 6 12.5V13.5C6 13.6458 5.94792 13.7604 5.84375 13.8438C5.76042 13.9479 5.64583 14 5.5 14H0.5C0.354167 14 0.229167 13.9479 0.125 13.8438C0.0416667 13.7604 0 13.6458 0 13.5V12.5C0 12.3542 0.0416667 12.2396 0.125 12.1562C0.229167 12.0521 0.354167 12 0.5 12H1.5V2H0.5C0.354167 2 0.229167 1.95833 0.125 1.875C0.0416667 1.77083 0 1.64583 0 1.5V0.5C0 0.354167 0.0416667 0.239583 0.125 0.15625C0.229167 0.0520833 0.354167 0 0.5 0H5.5C5.64583 0 5.76042 0.0520833 5.84375 0.15625C5.94792 0.239583 6 0.354167 6 0.5V1.5C6 1.64583 5.94792 1.77083 5.84375 1.875C5.76042 1.95833 5.64583 2 5.5 2H4.5V6H10.5V2H9.5C9.35417 2 9.22917 1.95833 9.125 1.875C9.04167 1.77083 9 1.64583 9 1.5V0.5C9 0.354167 9.04167 0.239583 9.125 0.15625C9.22917 0.0520833 9.35417 0 9.5 0H14.5C14.6458 0 14.7604 0.0520833 14.8438 0.15625C14.9479 0.239583 15 0.354167 15 0.5V1.5C15 1.64583 14.9479 1.77083 14.8438 1.875C14.7604 1.95833 14.6458 2 14.5 2H13.5Z",fill:"#000"})});y.warning=a("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:a("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.99 0C4.47 0 0 4.48 0 10C0 15.52 4.47 20 9.99 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 9.99 0ZM11 5.00002H9V11H11V5.00002ZM11 13H9V15H11V13ZM2.00002 10C2.00002 14.42 5.58002 18 10 18C14.42 18 18 14.42 18 10C18 5.58002 14.42 2.00002 10 2.00002C5.58002 2.00002 2.00002 5.58002 2.00002 10Z",fill:"#005AE0"})});y.smile=a("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:a("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.99 0C4.47 0 0 4.48 0 10C0 15.52 4.47 20 9.99 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 9.99 0ZM6.5 6C5.67157 6 5 6.67157 5 7.5C5 8.32843 5.67157 9 6.5 9C7.32843 9 8 8.32843 8 7.5C8 6.67157 7.32843 6 6.5 6ZM13.5 6C12.6716 6 12 6.67157 12 7.5C12 8.32843 12.6716 9 13.5 9C14.3284 9 15 8.32843 15 7.5C15 6.67157 14.3284 6 13.5 6ZM6.55 12C7.25 13.19 8.52 14 10 14C11.48 14 12.75 13.19 13.45 12H15.12C14.32 14.05 12.33 15.5 10 15.5C7.67 15.5 5.68 14.05 4.88 12H6.55ZM2 10C2 14.42 5.58 18 10 18C14.42 18 18 14.42 18 10C18 5.58 14.42 2 10 2C5.58 2 2 5.58 2 10Z",fill:"#00AA63"})});y.neutral=a("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:a("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.99 0C4.47 0 0 4.48 0 10C0 15.52 4.47 20 9.99 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 9.99 0ZM5 7.5C5 6.67157 5.67157 6 6.5 6C7.32843 6 8 6.67157 8 7.5C8 8.32843 7.32843 9 6.5 9C5.67157 9 5 8.32843 5 7.5ZM13.5 6C12.6716 6 12 6.67157 12 7.5C12 8.32843 12.6716 9 13.5 9C14.3284 9 15 8.32843 15 7.5C15 6.67157 14.3284 6 13.5 6ZM7 13.5V12H13V13.5H7ZM2 10C2 14.42 5.58 18 10 18C14.42 18 18 14.42 18 10C18 5.58 14.42 2 10 2C5.58 2 2 5.58 2 10Z",fill:"#005AE0"})});y.negative=a("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:a("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.99 0C4.47 0 0 4.48 0 10C0 15.52 4.47 20 9.99 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 9.99 0ZM6.5 6C5.67157 6 5 6.67157 5 7.5C5 8.32843 5.67157 9 6.5 9C7.32843 9 8 8.32843 8 7.5C8 6.67157 7.32843 6 6.5 6ZM13.5 6C12.6716 6 12 6.67157 12 7.5C12 8.32843 12.6716 9 13.5 9C14.3284 9 15 8.32843 15 7.5C15 6.67157 14.3284 6 13.5 6ZM4.88 15.5C5.68 13.45 7.67 12 10 12C12.33 12 14.32 13.45 15.12 15.5H13.45C12.75 14.31 11.48 13.5 10 13.5C8.52 13.5 7.24 14.31 6.55 15.5H4.88ZM2 10C2 14.42 5.58 18 10 18C14.42 18 18 14.42 18 10C18 5.58 14.42 2 10 2C5.58 2 2 5.58 2 10Z",fill:"#DF2A4A"})});y.check=a("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:a("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM10 18C5.59 18 2 14.41 2 10C2 5.59 5.59 2 10 2C14.41 2 18 5.59 18 10C18 14.41 14.41 18 10 18ZM8 12.17L14.59 5.58L16 7L8 15L4 11L5.41 9.59L8 12.17Z",fill:"#00AA63"})});const de=e=>Te.agent().set("X-WP-Nonce",e).use(n=>{n.on("response",r=>{(r.status===401||r.status===403)&&console.error(r)})}),Ye=e=>e.replace(/^\//,""),ue=e=>e.replace(/\/$/,""),D=e=>ue(e)+"/",he=e=>(e=window.aioseo.data.hasUrlTrailingSlash?D(e):ue(e),D(window.aioseo.urls.restUrl)+D("aioseo/v1")+Ye(e));var fe={exports:{}};/*!
20
- Copyright (c) 2018 Jed Watson.
21
- Licensed under the MIT License (MIT), see
22
- http://jedwatson.github.io/classnames
23
- */(function(e){(function(){var n={}.hasOwnProperty;function r(){for(var o=[],t=0;t<arguments.length;t++){var l=arguments[t];if(!!l){var i=typeof l;if(i==="string"||i==="number")o.push(l);else if(Array.isArray(l)){if(l.length){var s=r.apply(null,l);s&&o.push(s)}}else if(i==="object")if(l.toString===Object.prototype.toString)for(var c in l)n.call(l,c)&&l[c]&&o.push(c);else o.push(l.toString())}}return o.join(" ")}e.exports?(r.default=r,e.exports=r):window.classNames=r})()})(fe);var m=fe.exports;const{Fragment:Je}=window.wp.element,we=e=>{const n=e.barScore,r=e.color;return a(Je,{children:a("div",{className:"aioseo-donut-container",style:{flexDirection:"column"},children:d("svg",{className:"aioseo-donut-score-svg",viewBox:"0 0 33.83098862 33.83098862",xmlns:"http://www.w3.org/2000/svg",children:[a("circle",{className:"aioseo-seo-headline-analyzer-score__background",stroke:"#e8e8eb",strokeWidth:"2",fill:"none",cx:"16.91549431",cy:"16.91549431",r:"15.91549431"}),a("circle",{className:"aioseo-seo-headline-analyzer-score__circle",stroke:r,strokeWidth:"2",strokeDasharray:`${n}, 100`,strokeLinecap:"round",fill:"none",cx:"16.91549431",cy:"16.91549431",r:"15.91549431"})]})})})},{__:ia,sprintf:P}=window.wp.i18n,Ke=P("Headlines that are lists and how-to get more engagement on average than other types of headlines. %1$s%2$sLearn More%3$s \u2192","<br /><br />",'<a href="https://optinmonster.com/why-these-21-headlines-went-viral-and-how-you-can-copy-their-success/" target="_blank" className="aioseo-headline-analyzer-link"><span>',"</span></a>"),me=P("A very good score is between %1$d and %2$d.",70,90),ye=P("For best results, you should strive for %1$d and above.",70),Qe=P("This headline analyzer is part of AIOSEO to help you increase your traffic. %1$sAnalyze your site further here%2$s \u2192%3$s",P('<a href="%1$s" className="aioseo-headline-analyzer-link" target="_blank"><span>',window.aioseo.urls.aio.seoAnalysis),"</span>","</a>");window.wp.i18n;const{Fragment:Xe}=window.wp.element,{PanelBody:en,PanelRow:nn}=window.wp.components,an=e=>{const n=e.analyzer.currentHeadlineData.sentence,r="Score",o=e.analyzer.currentHeadlineData.score,t=40>o?"red":70>=o?"orange":"green",l=t==="red"?"#df2a4a":t==="orange"?"#F2994A":"#00aa63";let i;switch(!0){case 25>o:i=a("span",{children:"Not Looking Great"});break;case 50>o:i=a("span",{children:"Could Be Better"});break;case 60>o:i=a("span",{children:"Getting There"});break;case 75>o:i=a("span",{children:"Looks Good! \u{1F44D}\u{1F44D}"});break;case 75<o:i=a("span",{children:"Super! \u{1F525}\u{1F525}\u{1F525}"});break;default:i=!1}return a(Xe,{children:a(en,{className:"aioseo-headline-analyzer-panel-score",title:r,children:a(nn,{children:d("div",{className:"aioseo-headline-analyzer-current-score-tab aioseo-headline-analyzer-panel-first-block",children:[d("h4",{className:"aioseo-headline-analyzer-current-title",children:["\u201C",n,"\u201D"]}),d("div",{className:"aioseo-headline-analyzer-pie-chart-container",children:[d("div",{className:m("aioseo-headline-analyzer-current-score",t),children:[o,a("span",{className:"aioseo-headline-analyzer-total-out-of-score",children:"/ 100"})]}),i&&a("div",{className:m("aioseo-headline-analyzer-score-status",t),children:i}),a(we,{barScore:o,color:l})]}),d("p",{children:[me," ",ye]})]})})})})};window.wp.i18n;const{Fragment:tn}=window.wp.element,{PanelBody:rn,PanelRow:on,TextControl:ln,Button:sn}=window.wp.components,cn=e=>{const n="Try New Headline",r="Enter a different headline than your post title to see how it compares.",o="Analyze Headline",t=typeof e.analyzer.newHeadline!="undefined"?e.analyzer.newHeadline:"",l=typeof e.analyzer.previousHeadlinesData!="undefined"?e.analyzer.previousHeadlinesData:[],i=!t,s=c=>{const w=c.trim();!w||de(window.aioseo.nonce).post(he("analyze_headline")).send({headline:w,shouldStoreHeadline:!1}).then(f=>{const h=JSON.parse(f.body[Object.keys(f.body)[0]]);e.setAnalyzer({newHeadlineData:h,headlineData:h,previousHeadlinesData:[e.analyzer.headlineData,...l],isNewData:!0})}).catch(f=>{e.setAnalyzer({isNewData:!1}),console.log(f)})};return a(tn,{children:a(rn,{title:n,className:m("aioseo-headline-analyzer-panel-tab-new-score-form"),children:a(on,{children:a("div",{className:"aioseo-headline-analyzer-new-tab",children:a("div",{className:"aioseo-headline-analyzer-new-score-form-block",children:d("form",{onSubmit:c=>{c.preventDefault(),s(t)},children:[a(ln,{label:r,value:t,onChange:c=>{c!==" "&&e.setAnalyzer({newHeadline:c})},className:"aioseo-headline-analyzer-input-field"}),a(sn,{className:m("aioseo-headline-analyzer-button"),onClick:()=>{s(t)},disabled:i,children:o})]})})})})})})};window.wp.i18n;const{Fragment:dn}=window.wp.element,{PanelBody:un,PanelRow:hn}=window.wp.components,fn=e=>{const n=e.analyzer.currentHeadlineData.sentence,r="New Score",o="Current Score",t=typeof e.analyzer.newHeadlineData!="undefined"?e.analyzer.newHeadlineData.sentence:"",l=typeof e.analyzer.newHeadlineData!="undefined"?e.analyzer.newHeadlineData.score:"",i=typeof e.analyzer.currentHeadlineData.score!="undefined"?e.analyzer.currentHeadlineData.score:"",s=40>l?"red":60>=l?"orange":"green",c=s==="red"?"#df2a4a":s==="orange"?"#F2994A":"#00aa63",w=40>i?"red-bg":60>=i?"orange-bg":"green-bg",f=Math.abs(l-i);let h;switch(!0){case 25>l:h=a("span",{children:"Not Looking Great"});break;case 50>l:h=a("span",{children:"Could Be Better"});break;case 60>l:h=a("span",{children:"Getting There"});break;case 75>l:h=a("span",{children:"Looks Good! \u{1F44D}\u{1F44D}"});break;case 75<l:h=a("span",{children:"Super! \u{1F525}\u{1F525}\u{1F525}"});break;default:h=!1}return a(dn,{children:a(un,{title:r,className:"aioseo-headline-analyzer-panel-tab-new-score",children:a(hn,{children:a("div",{className:"aioseo-headline-analyzer-panel-first-block",children:d("div",{className:"aioseo-headline-analyzer-new-score-panel",children:[d("p",{children:[me," ",ye]}),d("h4",{children:["\u201C",t,"\u201D"]}),d("div",{className:"aioseo-headline-analyzer-pie-chart-container",children:[a("span",{className:m("aioseo-headline-analyzer-new-score",s),children:l}),a(we,{barScore:l,color:c}),d("span",{className:m("aioseo-headline-analyzer-score-difference",s),children:[l>i?"+ ":l===i?"":"- ",f]}),h&&a("div",{className:m("aioseo-headline-analyzer-score-status",s),children:h})]}),d("div",{className:"current-score",children:[a("span",{className:m("aioseo-headline-analyzer-score",w),children:i}),d("div",{className:"aioseo-headline-analyzer-current-score-content",children:[a("h5",{children:o}),a("p",{children:n})]})]})]})})})})})};window.wp.i18n;const{Fragment:wn,useState:mn,useEffect:yn}=window.wp.element,gn=e=>{const n="Current Score",r="Try New Headline",[o,t]=mn("current-score"),l=()=>t("current-score"),i=()=>t("new-headline"),s=typeof e.analyzer.isNewData!="undefined"?e.analyzer.isNewData:!1;return yn(()=>{e.setAnalyzer({activeTab:o})},[o]),d(wn,{children:[d("div",{className:"aioseo-inline-buttons",children:[a("button",{onClick:l,className:m("aioseo-switcher-button",{active:o==="current-score"}),children:n}),a("button",{onClick:i,className:m("aioseo-switcher-button",{active:o==="new-headline"}),children:r})]}),o==="new-headline"?a(T,{children:a(cn,{analyzer:e.analyzer,setAnalyzer:e.setAnalyzer})}):a(an,{analyzer:e.analyzer}),s?a(fn,{analyzer:e.analyzer}):""]})};window.wp.i18n;const{Fragment:pn}=window.wp.element,{PanelBody:vn,PanelRow:bn}=window.wp.components,Cn=e=>{const n="Previous Scores",r=e.analyzer.previousHeadlinesData!=="undefined"?e.analyzer.previousHeadlinesData:[],o=document.querySelector(".edit-post-sidebar"),l=(e.analyzer.activeTab!=="undefined"?e.analyzer.activeTab:"current-score")==="current-score"?390:300,i=s=>{e.setAnalyzer({newHeadlineData:r[s],headlineData:r[s],newHeadline:r[s].sentence,isNewData:!0}),o&&(o.scrollTop=l)};return a(pn,{children:a(vn,{title:n,className:"aioseo-headline-analyzer-panel-previous-scores",children:a(bn,{children:a("div",{className:"aioseo-headline-analyzer-panel-first-block",children:a("ul",{className:"aioseo-headline-analyzer-previous-scores",children:r.map((s,c)=>{if(10>c&&(typeof s.sentence!="undefined"||typeof s.score!="undefined")){const w=40>s.score?"red-bg":60>=s.score?"orange-bg":"green-bg";return d("li",{onClick:()=>i(c),children:[a("span",{className:m("aioseo-headline-analyzer-score",w),children:s.score}),a("span",{className:"aioseo-headline-analyzer-score-text",children:s.sentence})]},c)}return null})})})})})})};window.wp.i18n;const H=e=>{const n="Goal: ",r={width:e.value+"%"};return d("div",{className:"aioseo-headline-analyzer-words-block",children:[a("h5",{children:e.title}),d("div",{className:"aioseo-headline-analyzer-words-block-data",children:[d("span",{className:m("aioseo-headline-analyzer-words-block-percentage",e.classOnScore),children:[e.value,"%"]}),d("span",{className:m("aioseo-headline-analyzer-words-block-percentage-right-column",e.classOnScore),children:[d("span",{className:"aioseo-headline-analyzer-words-block-goal",children:[n," ",e.goalValue]}),d("span",{className:"aioseo-headline-analyzer-words-block-progressbar",children:[a("span",{className:"aioseo-headline-analyzer-progressbar-bg"}),a("span",{className:m("aioseo-headline-analyzer-progressbar-part",e.classOnScoreBg),style:r})]})]})]}),a("ul",{className:"aioseo-headline-analyzer-words-tag-list",children:0<e.words.length?e.words.map((o,t)=>a("li",{children:o},t)):""}),a("p",{className:"aioseo-headline-analyzer-words-guideline",children:e.guideLine})]})};window.wp.i18n;const{Fragment:zn}=window.wp.element,{PanelBody:Sn,PanelRow:Pn}=window.wp.components,Nn=e=>{const n="Word Balance",r="Compare the percentages of your results to the goal for each category and adjust as necessary.",o=e.data.score,t=40>e.data.score?"red":60>=e.data.score?"orange":"green",l=e.data.result.commonWordsPercentage===0?"red":.2>e.data.result.commonWordsPercentage?"orange":"green",i=e.data.result.commonWordsPercentage===0?"red-bg":.2>e.data.result.commonWordsPercentage?"orange-bg":"green-bg",s=.2>e.data.result.commonWordsPercentage?"Your headline would be more likely to get clicks if it had more common words.":"Headlines with 20-30% common words are more likely to get clicks.",c=e.data.result.uncommonWordsPercentage===0?"red":.1>e.data.result.uncommonWordsPercentage?"orange":"green",w=e.data.result.uncommonWordsPercentage===0?"red-bg":.1>e.data.result.uncommonWordsPercentage?"orange-bg":"green-bg",f=.1>e.data.result.uncommonWordsPercentage?"Your headline would be more likely to get clicks if it had more uncommon words.":"Headlines with uncommon words are more likely to get clicks.",h=e.data.result.emotionalWordsPercentage===0?"red":.1>e.data.result.emotionalWordsPercentage?"orange":"green",g=e.data.result.emotionalWordsPercentage===0?"red-bg":.1>e.data.result.emotionalWordsPercentage?"orange-bg":"green-bg",ge="Emotionally triggered headlines are likely to drive more clicks.",pe=e.data.result.powerWords.length===0?"orange":"green",ve=e.data.result.powerWords.length===0?"orange":"green-bg",be="Headlines with power words are more likely to get clicks.",Ce="Common Words",ze="20-30%",Se="Uncommon Words",Pe="10-20%",Ne="Emotional Words",ke="10-15%",xe="Power Words",He="At least one";let C;switch(!0){case 25>o:C=a("span",{children:"Not Looking Great"});break;case 50>o:C=a("span",{children:"Could Be Better"});break;case 60>o:C=a("span",{children:"Getting There"});break;case 75>o:C=a("span",{children:"Looks Good! \u{1F44D}\u{1F44D}"});break;case 75<o:C=a("span",{children:"Super! \u{1F525}\u{1F525}\u{1F525}"});break;default:C=!1}return a(zn,{children:a(Sn,{title:n,className:m("aioseo-headline-analyzer-panel-word-balance","aioseo-headline-analyzer-panel-has-icon",t),icon:t==="green"?y.check:y.warning,children:d(Pn,{children:[d("div",{className:"aioseo-headline-analyzer-words-block",children:[a("h4",{children:C}),a("p",{children:r})]}),a(H,{title:Ce,value:Math.round(e.data.result.commonWordsPercentage*100),goalValue:ze,words:e.data.result.commonWords,guideLine:s,classOnScore:l,classOnScoreBg:i}),a(H,{title:Se,value:Math.round(e.data.result.uncommonWordsPercentage*100),goalValue:Pe,words:e.data.result.uncommonWords,guideLine:f,classOnScore:c,classOnScoreBg:w}),a(H,{title:Ne,value:Math.round(e.data.result.emotionalWordsPercentage*100),goalValue:ke,words:e.data.result.emotionWords,guideLine:ge,classOnScore:h,classOnScoreBg:g}),a(H,{title:xe,value:Math.round(e.data.result.powerWordsPercentage*100),goalValue:He,words:e.data.result.powerWords,guideLine:be,classOnScore:pe,classOnScoreBg:ve})]})})})};window.wp.i18n;const{Fragment:kn}=window.wp.element,{PanelBody:xn,PanelRow:Hn}=window.wp.components,_n=e=>{const n="Your headline has a neutral sentiment.",r="Headlines that are strongly positive or negative tend to get more engagement then neutral ones.",o="Your headline has a positive sentiment.",t="Positive headlines tend to get better engagement than neutral or negative ones.",l="Your headline has a negative sentiment.",i="Negative headlines are attention-grabbing and tend to perform better than neutral ones.",s="Sentiment",c=e.data.result.sentiment==="neu"?"Neutral":e.data.result.sentiment==="pos"?"Positive":"Negative",w=e.data.result.sentiment==="neu"?y.neutral:e.data.result.sentiment==="pos"?y.smile:y.negative,f=e.data.result.sentiment==="neu"?"orange":e.data.result.sentiment==="pos"?"green":"red";return a(kn,{children:a(xn,{title:s,className:m("aioseo-headline-analyzer-panel-sentiment","aioseo-headline-analyzer-panel-has-icon",f),icon:w,children:a(Hn,{children:d("div",{className:"aioseo-headline-analyzer-panel-first-block",children:[a("h4",{children:c}),e.data.result.sentiment==="neu"?d("p",{children:[a("strong",{children:n}),a("br",{}),r]}):"",e.data.result.sentiment==="pos"?d("p",{children:[a("strong",{children:o}),a("br",{}),t]}):"",e.data.result.sentiment==="neg"?d("p",{children:[a("strong",{children:l}),a("br",{})," ",i]}):""]})})})})};window.wp.i18n;const{Fragment:On}=window.wp.element,{PanelBody:$n,PanelRow:Dn}=window.wp.components,En=e=>{const n=e.data.result.headlineTypes.join(", ");return a(On,{children:a($n,{title:d("span",{className:"aioseo-headline-analyzer-panel-types-title",children:["Headline Type",a("span",{children:n})]}),className:"aioseo-headline-analyzer-panel-types",children:a(Dn,{children:d("div",{className:"aioseo-headline-analyzer-panel-first-block",children:[a("h4",{children:n}),a("p",{dangerouslySetInnerHTML:{__html:Ke}})]})})})})};window.wp.i18n;const{Fragment:Tn}=window.wp.element,{PanelBody:Fn,PanelRow:Rn}=window.wp.components,Wn=e=>{const n="Character Count",r=e.data.result.length,o=r.toString();let t="",l="",i="",s="";if(o.length===1&&(s=`<span class="character-zero">0</span><span class="character-zero">0</span><span>${r}</span>`),o.length===2){s='<span class="character-zero">0</span>';for(const c of o)s+=`<span>${c}</span>`}if(r.toString().length===3)for(const c of o)s+=`<span>${c}</span>`;return 19>=r?t="red":20<=r&&34>=r?t="orange":35<=r&&66>=r?t="green":67<=r&&79>=r?t="orange":80<=r&&(t="red"),34>=r?(l="Too Short \u{1F643}",i="You have space to add more keywords and power words to boost your rankings and click-through rate."):35<=r&&66>=r?(l="Good \u{1F642}",i="Headlines that are about 55 characters long will display fully in search results and tend to get more clicks."):67<=r&&(l="Too Long \u{1F611}",i="At this length, it will get cut off in search results. Try reducing it to about 55 characters."),a(Tn,{children:a(Fn,{title:n,className:m("aioseo-headline-analyzer-panel-character-count","aioseo-headline-analyzer-panel-has-icon",t),icon:t==="green"?y.check:y.warning,children:a(Rn,{children:d("div",{className:"aioseo-headline-analyzer-panel-first-block",children:[d("div",{className:"aioseo-headline-analyzer-character-count-container",children:[a("span",{className:"aioseo-headline-analyzer-status-on-character-length",children:l}),a("span",{className:m("aioseo-headline-analyzer-character-length",t),dangerouslySetInnerHTML:{__html:s}})]}),a("p",{children:i})]})})})})};window.wp.i18n;const{Fragment:Bn}=window.wp.element,{PanelBody:Ln,PanelRow:An}=window.wp.components,Mn=e=>{const n="Word Count",r=e.data.result.wordCount,o=r.toString();let t="",l="",i="",s="";if(o.length===1&&(s=`<span class="character-zero">0</span><span class="character-zero">0</span><span>${r}</span>`),o.length===2){s='<span class="character-zero">0</span>';for(const c of o)s+=`<span>${c}</span>`}if(o.length===3)for(const c of o)s+=`<span>${c}</span>`;return 4>=r?(t="red",l="Not Enough Words \u{1F643}",i="Your headline doesn\u2019t use enough words. You have more space to add keywords and power words to improve your SEO and get more engagement."):5<=r&&9>=r?(t="green",l="Good \u{1F642}",i="Your headline has the right amount of words. Headlines are more likely to be clicked on in search results if they have about 6 words."):10<=r&&11>=r?(t="orange",l="Reduce Word Count \u{1F642}"):(t="red",l="Too Many Words \u{1F611}",i="Your headline has too many words. Long headlines will get cut off in search results and won\u2019t get as many clicks."),a(Bn,{children:a(Ln,{title:n,className:m("aioseo-headline-analyzer-panel-word-count","aioseo-headline-analyzer-panel-has-icon",t),icon:t==="green"?y.check:y.warning,children:a(An,{children:d("div",{className:"aioseo-headline-analyzer-panel-first-block",children:[d("div",{className:"aioseo-headline-analyzer-word-counter",children:[a("span",{className:"aioseo-headline-analyzer-status-on-word-length",children:l}),a("span",{className:m("aioseo-headline-analyzer-word-length",t),dangerouslySetInnerHTML:{__html:s}})]}),a("p",{children:i})]})})})})};window.wp.i18n;const{Fragment:jn}=window.wp.element,{PanelBody:Vn,PanelRow:In}=window.wp.components,Zn=e=>{const n="Beginning & Ending Words",r=e.data.result.originalExplodedHeadline,o="Most readers only look at the first and last 3 words of a headline before deciding whether to click.";let t="",l="";return 6<=r.length?(t=r.slice(0,3).join(" "),l=r.slice(-3).join(" ")):3<r.length&&5>=r.length?(t=r.slice(0,3).join(" "),l=r.slice(3).join(" ")):t=r.slice(0,3).join(" "),a(jn,{children:a(Vn,{title:n,className:"aioseo-headline-analyzer-panel-beginning-ending-words",children:a(In,{children:d("div",{className:"aioseo-headline-analyzer-panel-first-block",children:[t?d(T,{children:[a("ul",{className:"aioseo-headline-analyzer-word-begining-title",children:a("li",{children:"Beginning Words"})}),a("div",{className:"aioseo-headline-analyzer-words beginning",children:a("span",{children:t})})]}):"",l?d(T,{children:[a("ul",{className:"aioseo-headline-analyzer-word-ending-title",children:a("li",{children:"Ending Words"})}),a("div",{className:"aioseo-headline-analyzer-words ending",children:a("span",{children:l})})]}):"",a("p",{className:"aioseo-headline-analyzer-words-guideline",children:o})]})})})})};window.wp.i18n;const{Fragment:Un}=window.wp.element,{PanelBody:Gn,PanelRow:qn}=window.wp.components,{select:Yn}=window.wp.data,Jn=e=>{const n="Search Preview",r="Here is how your headline will look like in Google search results page.",o=Yn("core/editor").getPermalink();return a(Un,{children:a(Gn,{title:n,className:"aioseo-headline-analyzer-panel-search-preview",children:a(qn,{children:a("div",{className:"aioseo-headline-analyzer-panel-first-block",children:d("div",{className:"aioseo-headline-analyzer-search-prevew-wrap",children:[a("p",{className:"aioseo-headline-analyzer-post-url",children:a("a",j(v({},{href:o}),{target:"_blank",children:o}))}),a("h4",{children:e.data.sentence}),a("p",{children:r})]})})})})})};window.wp.i18n;const{Fragment:Kn,useState:Qn,useEffect:Xn}=window.wp.element,{registerPlugin:ea}=window.wp.plugins,{PluginSidebar:na,PluginSidebarMoreMenuItem:aa}=window.wp.editPost,{select:E}=window.wp.data;let G;const ta=(e,n)=>((...r)=>{const o=()=>e(...r);clearTimeout(G),G=setTimeout(o,n)}).call(),ra=()=>{let e=E("core/editor").getEditedPostAttribute("title");const n=()=>{if(!e){const f={dataExist:!1};l(v(v({},t),f));return}de(window.aioseo.nonce).post(he("analyze_headline")).send({headline:e,shouldStoreHeadline:!1}).then(f=>{const h={dataExist:!1},g=JSON.parse(f.body[Object.keys(f.body)[0]]);g.analysed&&(h.currentHeadlineData=g,h.headlineData=g,h.dataExist=!0,typeof t.headlineData!="undefined"&&(h.previousHeadlinesData=[t.headlineData,...i])),l(v(v({},t),h))}).catch(f=>{const h={dataExist:!1};l(v(v({},t),h)),console.log("Couldn't fetch score for headline:",f)})};Xn(()=>n(),[]),window.wp.data.subscribe(()=>{e!==E("core/editor").getEditedPostAttribute("title")&&(e=E("core/editor").getEditedPostAttribute("title"),ta(()=>n(),2e3))});const r="SEO Headline Analyzer",o="Write your post title to see the analyzer data. This Headline Analyzer tool enables you to write irresistible SEO headlines that drive traffic, shares, and rank better in search results.",[t,l]=Qn({}),i=typeof t.previousHeadlinesData!="undefined"?t.previousHeadlinesData:[],s=document.querySelector(`.components-button[aria-label='${r}'] svg`);if(s){const f=document.createElement("span");if(t.dataExist&&typeof t.currentHeadlineData.score!="undefined"){const h=t.currentHeadlineData.score,g=40>h?"red":60>=h?"orange":"green";s.parentNode.setAttribute("aioseo-button-color",g),s.nextElementSibling?s.nextElementSibling.innerHTML=`${h}/100`:(f.innerHTML=`${h}/100`,s.parentNode.insertBefore(f,s.nextSibling))}else s.parentNode.setAttribute("aioseo-button-color","red"),s.nextElementSibling?s.nextElementSibling.innerHTML="00/100":(f.innerHTML="00/100",s.parentNode.insertBefore(f,s.nextSibling))}const c=document.querySelector(".aioseo-headline-analyzer-wrapper");if(c){const f=c.parentNode.querySelectorAll(".components-panel__header");f&&f.forEach(function(h){const g=h.querySelector('[aria-pressed="true"]');g&&g!==null&&(g.style.display="none")})}const w=f=>{l(v(v({},t),f))};return d(Kn,{children:[a(aa,{target:"aioseo-headline-analyzer",children:r}),d(na,{name:"aioseo-headline-analyzer",title:r,className:"aioseo-headline-analyzer-wrapper",children:[typeof t.headlineData!="undefined"&&t.dataExist&&t.headlineData.analysed?a(gn,{analyzer:t,setAnalyzer:w}):a("p",{className:"aioseo-headline-analyzer-empty-title-warning",children:o}),typeof t.headlineData!="undefined"&&t.dataExist&&t.headlineData.analysed&&0<i.length?a(Cn,{analyzer:t,setAnalyzer:w}):"",typeof t.headlineData!="undefined"&&t.dataExist&&t.headlineData.analysed?a(Nn,{data:t.headlineData}):"",typeof t.headlineData!="undefined"&&t.dataExist&&t.headlineData.analysed?a(_n,{data:t.headlineData}):"",typeof t.headlineData!="undefined"&&t.dataExist&&t.headlineData.analysed?a(En,{data:t.headlineData}):"",typeof t.headlineData!="undefined"&&t.dataExist&&t.headlineData.analysed?a(Wn,{data:t.headlineData}):"",typeof t.headlineData!="undefined"&&t.dataExist&&t.headlineData.analysed?a(Mn,{data:t.headlineData}):"",typeof t.headlineData!="undefined"&&t.dataExist&&t.headlineData.analysed?a(Zn,{data:t.headlineData}):"",typeof t.headlineData!="undefined"&&t.dataExist&&t.headlineData.analysed?a(Jn,{data:t.headlineData}):"",a("div",{className:"aioseo-headline-analyzer-bottom-notice",children:a("p",{dangerouslySetInnerHTML:{__html:Qe}})})]})]})};ea("aioseo-headline-analyzer",{icon:y.headline,render:ra});
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dist/Lite/assets/headline-analyzer.c2fe698f.js ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var Je=Object.defineProperty,Ke=Object.defineProperties;var Qe=Object.getOwnPropertyDescriptors;var te=Object.getOwnPropertySymbols;var Xe=Object.prototype.hasOwnProperty,en=Object.prototype.propertyIsEnumerable;var re=(e,n,r)=>n in e?Je(e,n,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[n]=r,C=(e,n)=>{for(var r in n||(n={}))Xe.call(n,r)&&re(e,r,n[r]);if(te)for(var r of te(n))en.call(n,r)&&re(e,r,n[r]);return e},oe=(e,n)=>Ke(e,Qe(n));import{s as nn}from"./js/client.94d919c5.js";import"./js/_commonjsHelpers.f40d732e.js";var I={exports:{}},W={};/*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */var le=Object.getOwnPropertySymbols,an=Object.prototype.hasOwnProperty,tn=Object.prototype.propertyIsEnumerable;function rn(e){if(e==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}function on(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de",Object.getOwnPropertyNames(e)[0]==="5")return!1;for(var n={},r=0;r<10;r++)n["_"+String.fromCharCode(r)]=r;var o=Object.getOwnPropertyNames(n).map(function(l){return n[l]});if(o.join("")!=="0123456789")return!1;var t={};return"abcdefghijklmnopqrst".split("").forEach(function(l){t[l]=l}),Object.keys(Object.assign({},t)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}var ln=on()?Object.assign:function(e,n){for(var r,o=rn(e),t,l=1;l<arguments.length;l++){r=Object(arguments[l]);for(var i in r)an.call(r,i)&&(o[i]=r[i]);if(le){t=le(r);for(var s=0;s<t.length;s++)tn.call(r,t[s])&&(o[t[s]]=r[t[s]])}}return o},me={exports:{}},u={};/** @license React v17.0.2
6
+ * react.production.min.js
7
+ *
8
+ * Copyright (c) Facebook, Inc. and its affiliates.
9
+ *
10
+ * This source code is licensed under the MIT license found in the
11
+ * LICENSE file in the root directory of this source tree.
12
+ */var Q=ln,F=60103,ye=60106;u.Fragment=60107;u.StrictMode=60108;u.Profiler=60114;var pe=60109,ge=60110,ve=60112;u.Suspense=60113;var be=60115,Ce=60116;if(typeof Symbol=="function"&&Symbol.for){var b=Symbol.for;F=b("react.element"),ye=b("react.portal"),u.Fragment=b("react.fragment"),u.StrictMode=b("react.strict_mode"),u.Profiler=b("react.profiler"),pe=b("react.provider"),ge=b("react.context"),ve=b("react.forward_ref"),u.Suspense=b("react.suspense"),be=b("react.memo"),Ce=b("react.lazy")}var se=typeof Symbol=="function"&&Symbol.iterator;function sn(e){return e===null||typeof e!="object"?null:(e=se&&e[se]||e["@@iterator"],typeof e=="function"?e:null)}function L(e){for(var n="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)n+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+n+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var _e={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},ze={};function T(e,n,r){this.props=e,this.context=n,this.refs=ze,this.updater=r||_e}T.prototype.isReactComponent={};T.prototype.setState=function(e,n){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error(L(85));this.updater.enqueueSetState(this,e,n,"setState")};T.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function Se(){}Se.prototype=T.prototype;function X(e,n,r){this.props=e,this.context=n,this.refs=ze,this.updater=r||_e}var ee=X.prototype=new Se;ee.constructor=X;Q(ee,T.prototype);ee.isPureReactComponent=!0;var ne={current:null},ke=Object.prototype.hasOwnProperty,Pe={key:!0,ref:!0,__self:!0,__source:!0};function Ne(e,n,r){var o,t={},l=null,i=null;if(n!=null)for(o in n.ref!==void 0&&(i=n.ref),n.key!==void 0&&(l=""+n.key),n)ke.call(n,o)&&!Pe.hasOwnProperty(o)&&(t[o]=n[o]);var s=arguments.length-2;if(s===1)t.children=r;else if(1<s){for(var c=Array(s),w=0;w<s;w++)c[w]=arguments[w+2];t.children=c}if(e&&e.defaultProps)for(o in s=e.defaultProps,s)t[o]===void 0&&(t[o]=s[o]);return{$$typeof:F,type:e,key:l,ref:i,props:t,_owner:ne.current}}function cn(e,n){return{$$typeof:F,type:e.type,key:n,ref:e.ref,props:e.props,_owner:e._owner}}function ae(e){return typeof e=="object"&&e!==null&&e.$$typeof===F}function dn(e){var n={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(r){return n[r]})}var ie=/\/+/g;function U(e,n){return typeof e=="object"&&e!==null&&e.key!=null?dn(""+e.key):n.toString(36)}function V(e,n,r,o,t){var l=typeof e;(l==="undefined"||l==="boolean")&&(e=null);var i=!1;if(e===null)i=!0;else switch(l){case"string":case"number":i=!0;break;case"object":switch(e.$$typeof){case F:case ye:i=!0}}if(i)return i=e,t=t(i),e=o===""?"."+U(i,0):o,Array.isArray(t)?(r="",e!=null&&(r=e.replace(ie,"$&/")+"/"),V(t,n,r,"",function(w){return w})):t!=null&&(ae(t)&&(t=cn(t,r+(!t.key||i&&i.key===t.key?"":(""+t.key).replace(ie,"$&/")+"/")+e)),n.push(t)),1;if(i=0,o=o===""?".":o+":",Array.isArray(e))for(var s=0;s<e.length;s++){l=e[s];var c=o+U(l,s);i+=V(l,n,r,c,t)}else if(c=sn(e),typeof c=="function")for(e=c.call(e),s=0;!(l=e.next()).done;)l=l.value,c=o+U(l,s++),i+=V(l,n,r,c,t);else if(l==="object")throw n=""+e,Error(L(31,n==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":n));return i}function A(e,n,r){if(e==null)return e;var o=[],t=0;return V(e,o,"","",function(l){return n.call(r,l,t++)}),o}function un(e){if(e._status===-1){var n=e._result;n=n(),e._status=0,e._result=n,n.then(function(r){e._status===0&&(r=r.default,e._status=1,e._result=r)},function(r){e._status===0&&(e._status=2,e._result=r)})}if(e._status===1)return e._result;throw e._result}var $e={current:null};function S(){var e=$e.current;if(e===null)throw Error(L(321));return e}var hn={ReactCurrentDispatcher:$e,ReactCurrentBatchConfig:{transition:0},ReactCurrentOwner:ne,IsSomeRendererActing:{current:!1},assign:Q};u.Children={map:A,forEach:function(e,n,r){A(e,function(){n.apply(this,arguments)},r)},count:function(e){var n=0;return A(e,function(){n++}),n},toArray:function(e){return A(e,function(n){return n})||[]},only:function(e){if(!ae(e))throw Error(L(143));return e}};u.Component=T;u.PureComponent=X;u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=hn;u.cloneElement=function(e,n,r){if(e==null)throw Error(L(267,e));var o=Q({},e.props),t=e.key,l=e.ref,i=e._owner;if(n!=null){if(n.ref!==void 0&&(l=n.ref,i=ne.current),n.key!==void 0&&(t=""+n.key),e.type&&e.type.defaultProps)var s=e.type.defaultProps;for(c in n)ke.call(n,c)&&!Pe.hasOwnProperty(c)&&(o[c]=n[c]===void 0&&s!==void 0?s[c]:n[c])}var c=arguments.length-2;if(c===1)o.children=r;else if(1<c){s=Array(c);for(var w=0;w<c;w++)s[w]=arguments[w+2];o.children=s}return{$$typeof:F,type:e.type,key:t,ref:l,props:o,_owner:i}};u.createContext=function(e,n){return n===void 0&&(n=null),e={$$typeof:ge,_calculateChangedBits:n,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null},e.Provider={$$typeof:pe,_context:e},e.Consumer=e};u.createElement=Ne;u.createFactory=function(e){var n=Ne.bind(null,e);return n.type=e,n};u.createRef=function(){return{current:null}};u.forwardRef=function(e){return{$$typeof:ve,render:e}};u.isValidElement=ae;u.lazy=function(e){return{$$typeof:Ce,_payload:{_status:-1,_result:e},_init:un}};u.memo=function(e,n){return{$$typeof:be,type:e,compare:n===void 0?null:n}};u.useCallback=function(e,n){return S().useCallback(e,n)};u.useContext=function(e,n){return S().useContext(e,n)};u.useDebugValue=function(){};u.useEffect=function(e,n){return S().useEffect(e,n)};u.useImperativeHandle=function(e,n,r){return S().useImperativeHandle(e,n,r)};u.useLayoutEffect=function(e,n){return S().useLayoutEffect(e,n)};u.useMemo=function(e,n){return S().useMemo(e,n)};u.useReducer=function(e,n,r){return S().useReducer(e,n,r)};u.useRef=function(e){return S().useRef(e)};u.useState=function(e){return S().useState(e)};u.version="17.0.2";me.exports=u;/** @license React v17.0.2
13
+ * react-jsx-runtime.production.min.js
14
+ *
15
+ * Copyright (c) Facebook, Inc. and its affiliates.
16
+ *
17
+ * This source code is licensed under the MIT license found in the
18
+ * LICENSE file in the root directory of this source tree.
19
+ */var fn=me.exports,xe=60103;W.Fragment=60107;if(typeof Symbol=="function"&&Symbol.for){var ce=Symbol.for;xe=ce("react.element"),W.Fragment=ce("react.fragment")}var wn=fn.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,mn=Object.prototype.hasOwnProperty,yn={key:!0,ref:!0,__self:!0,__source:!0};function He(e,n,r){var o,t={},l=null,i=null;r!==void 0&&(l=""+r),n.key!==void 0&&(l=""+n.key),n.ref!==void 0&&(i=n.ref);for(o in n)mn.call(n,o)&&!yn.hasOwnProperty(o)&&(t[o]=n[o]);if(e&&e.defaultProps)for(o in n=e.defaultProps,n)t[o]===void 0&&(t[o]=n[o]);return{$$typeof:xe,type:e,key:l,ref:i,props:t,_owner:wn.current}}W.jsx=He;W.jsxs=He;I.exports=W;const a=I.exports.jsx,d=I.exports.jsxs,K=I.exports.Fragment,g={};g.headline=d("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[a("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.817 2H22v.038l-6.183 4.226V2.001zm-7.62 9.473V2H2.016v4.683-.267l6.126 5.094.057-.038zm-6.182 5.061l6.183 4.213v1.252H2.015v-5.465zm13.802-.857L22 11.559v10.437h-6.183v-6.32z",fill:"#F18200"}),a("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.198 11.435l-.057.039L2.016 6.38v.265-4.644h6.182v9.434zm0 9.226L2.015 16.45v5.55h6.183v-1.337zm7.62-5.07L22 11.474v10.522h-6.183v-6.405zM22 2.001l-6.183 4.226V2H22z",fill:"#F18200"}),a("path",{d:"M8.141 13.537L22 4.064v5.432l-13.8 9.19L2 14.46l.016-6.018 6.125 5.094z",fill:"#F18200"})]});g.headlineBlack=a("svg",{width:"15",height:"14",viewBox:"0 0 15 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:a("path",{d:"M13.5 2V12H14.5C14.6458 12 14.7604 12.0521 14.8438 12.1562C14.9479 12.2396 15 12.3542 15 12.5V13.5C15 13.6458 14.9479 13.7604 14.8438 13.8438C14.7604 13.9479 14.6458 14 14.5 14H9.5C9.35417 14 9.22917 13.9479 9.125 13.8438C9.04167 13.7604 9 13.6458 9 13.5V12.5C9 12.3542 9.04167 12.2396 9.125 12.1562C9.22917 12.0521 9.35417 12 9.5 12H10.5V8H4.5V12H5.5C5.64583 12 5.76042 12.0521 5.84375 12.1562C5.94792 12.2396 6 12.3542 6 12.5V13.5C6 13.6458 5.94792 13.7604 5.84375 13.8438C5.76042 13.9479 5.64583 14 5.5 14H0.5C0.354167 14 0.229167 13.9479 0.125 13.8438C0.0416667 13.7604 0 13.6458 0 13.5V12.5C0 12.3542 0.0416667 12.2396 0.125 12.1562C0.229167 12.0521 0.354167 12 0.5 12H1.5V2H0.5C0.354167 2 0.229167 1.95833 0.125 1.875C0.0416667 1.77083 0 1.64583 0 1.5V0.5C0 0.354167 0.0416667 0.239583 0.125 0.15625C0.229167 0.0520833 0.354167 0 0.5 0H5.5C5.64583 0 5.76042 0.0520833 5.84375 0.15625C5.94792 0.239583 6 0.354167 6 0.5V1.5C6 1.64583 5.94792 1.77083 5.84375 1.875C5.76042 1.95833 5.64583 2 5.5 2H4.5V6H10.5V2H9.5C9.35417 2 9.22917 1.95833 9.125 1.875C9.04167 1.77083 9 1.64583 9 1.5V0.5C9 0.354167 9.04167 0.239583 9.125 0.15625C9.22917 0.0520833 9.35417 0 9.5 0H14.5C14.6458 0 14.7604 0.0520833 14.8438 0.15625C14.9479 0.239583 15 0.354167 15 0.5V1.5C15 1.64583 14.9479 1.77083 14.8438 1.875C14.7604 1.95833 14.6458 2 14.5 2H13.5Z",fill:"#000"})});g.warning=a("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:a("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.99 0C4.47 0 0 4.48 0 10C0 15.52 4.47 20 9.99 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 9.99 0ZM11 5.00002H9V11H11V5.00002ZM11 13H9V15H11V13ZM2.00002 10C2.00002 14.42 5.58002 18 10 18C14.42 18 18 14.42 18 10C18 5.58002 14.42 2.00002 10 2.00002C5.58002 2.00002 2.00002 5.58002 2.00002 10Z",fill:"#005AE0"})});g.smile=a("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:a("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.99 0C4.47 0 0 4.48 0 10C0 15.52 4.47 20 9.99 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 9.99 0ZM6.5 6C5.67157 6 5 6.67157 5 7.5C5 8.32843 5.67157 9 6.5 9C7.32843 9 8 8.32843 8 7.5C8 6.67157 7.32843 6 6.5 6ZM13.5 6C12.6716 6 12 6.67157 12 7.5C12 8.32843 12.6716 9 13.5 9C14.3284 9 15 8.32843 15 7.5C15 6.67157 14.3284 6 13.5 6ZM6.55 12C7.25 13.19 8.52 14 10 14C11.48 14 12.75 13.19 13.45 12H15.12C14.32 14.05 12.33 15.5 10 15.5C7.67 15.5 5.68 14.05 4.88 12H6.55ZM2 10C2 14.42 5.58 18 10 18C14.42 18 18 14.42 18 10C18 5.58 14.42 2 10 2C5.58 2 2 5.58 2 10Z",fill:"#00AA63"})});g.neutral=a("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:a("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.99 0C4.47 0 0 4.48 0 10C0 15.52 4.47 20 9.99 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 9.99 0ZM5 7.5C5 6.67157 5.67157 6 6.5 6C7.32843 6 8 6.67157 8 7.5C8 8.32843 7.32843 9 6.5 9C5.67157 9 5 8.32843 5 7.5ZM13.5 6C12.6716 6 12 6.67157 12 7.5C12 8.32843 12.6716 9 13.5 9C14.3284 9 15 8.32843 15 7.5C15 6.67157 14.3284 6 13.5 6ZM7 13.5V12H13V13.5H7ZM2 10C2 14.42 5.58 18 10 18C14.42 18 18 14.42 18 10C18 5.58 14.42 2 10 2C5.58 2 2 5.58 2 10Z",fill:"#005AE0"})});g.negative=a("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:a("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.99 0C4.47 0 0 4.48 0 10C0 15.52 4.47 20 9.99 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 9.99 0ZM6.5 6C5.67157 6 5 6.67157 5 7.5C5 8.32843 5.67157 9 6.5 9C7.32843 9 8 8.32843 8 7.5C8 6.67157 7.32843 6 6.5 6ZM13.5 6C12.6716 6 12 6.67157 12 7.5C12 8.32843 12.6716 9 13.5 9C14.3284 9 15 8.32843 15 7.5C15 6.67157 14.3284 6 13.5 6ZM4.88 15.5C5.68 13.45 7.67 12 10 12C12.33 12 14.32 13.45 15.12 15.5H13.45C12.75 14.31 11.48 13.5 10 13.5C8.52 13.5 7.24 14.31 6.55 15.5H4.88ZM2 10C2 14.42 5.58 18 10 18C14.42 18 18 14.42 18 10C18 5.58 14.42 2 10 2C5.58 2 2 5.58 2 10Z",fill:"#DF2A4A"})});g.check=a("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:a("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM10 18C5.59 18 2 14.41 2 10C2 5.59 5.59 2 10 2C14.41 2 18 5.59 18 10C18 14.41 14.41 18 10 18ZM8 12.17L14.59 5.58L16 7L8 15L4 11L5.41 9.59L8 12.17Z",fill:"#00AA63"})});const Oe=e=>nn.agent().set("X-WP-Nonce",e).use(n=>{n.on("response",r=>{(r.status===401||r.status===403)&&console.error(r)})}),pn=e=>e.replace(/^\//,""),De=e=>e.replace(/\/$/,""),G=e=>De(e)+"/",Ee=e=>(e=window.aioseo.data.hasUrlTrailingSlash?G(e):De(e),G(window.aioseo.urls.restUrl)+G("aioseo/v1")+pn(e));var Fe={exports:{}};/*!
20
+ Copyright (c) 2018 Jed Watson.
21
+ Licensed under the MIT License (MIT), see
22
+ http://jedwatson.github.io/classnames
23
+ */(function(e){(function(){var n={}.hasOwnProperty;function r(){for(var o=[],t=0;t<arguments.length;t++){var l=arguments[t];if(!!l){var i=typeof l;if(i==="string"||i==="number")o.push(l);else if(Array.isArray(l)){if(l.length){var s=r.apply(null,l);s&&o.push(s)}}else if(i==="object")if(l.toString===Object.prototype.toString)for(var c in l)n.call(l,c)&&l[c]&&o.push(c);else o.push(l.toString())}}return o.join(" ")}e.exports?(r.default=r,e.exports=r):window.classNames=r})()})(Fe);var p=Fe.exports;const{Fragment:gn}=window.wp.element,Te=e=>{const n=e.barScore,r=e.color;return a(gn,{children:a("div",{className:"aioseo-donut-container",style:{flexDirection:"column"},children:d("svg",{className:"aioseo-donut-score-svg",viewBox:"0 0 33.83098862 33.83098862",xmlns:"http://www.w3.org/2000/svg",children:[a("circle",{className:"aioseo-seo-headline-analyzer-score__background",stroke:"#e8e8eb",strokeWidth:"2",fill:"none",cx:"16.91549431",cy:"16.91549431",r:"15.91549431"}),a("circle",{className:"aioseo-seo-headline-analyzer-score__circle",stroke:r,strokeWidth:"2",strokeDasharray:`${n}, 100`,strokeLinecap:"round",fill:"none",cx:"16.91549431",cy:"16.91549431",r:"15.91549431"})]})})})},{__:Z,sprintf:R}=window.wp.i18n,vn=R(Z("Headlines that are lists and how-to get more engagement on average than other types of headlines. %1$s%2$sLearn More%3$s \u2192","all-in-one-seo-pack"),"<br /><br />",'<a href="https://optinmonster.com/why-these-21-headlines-went-viral-and-how-you-can-copy-their-success/" target="_blank" className="aioseo-headline-analyzer-link"><span>',"</span></a>"),Re=R(Z("A very good score is between %1$d and %2$d.","all-in-one-seo-pack"),70,90),We=R(Z("For best results, you should strive for %1$d and above.","all-in-one-seo-pack"),70),bn=R(Z("This headline analyzer is part of AIOSEO to help you increase your traffic. %1$sAnalyze your site further here%2$s \u2192%3$s","all-in-one-seo-pack"),R('<a href="%1$s" className="aioseo-headline-analyzer-link" target="_blank"><span>',window.aioseo.urls.aio.seoAnalysis),"</span>","</a>"),{__:D}=window.wp.i18n,{Fragment:Cn}=window.wp.element,{PanelBody:_n,PanelRow:zn}=window.wp.components,E="all-in-one-seo-pack",Sn=e=>{const n=e.analyzer.currentHeadlineData.sentence,r=D("Score",E),o=e.analyzer.currentHeadlineData.score,t=40>o?"red":70>=o?"orange":"green",l=t==="red"?"#df2a4a":t==="orange"?"#F2994A":"#00aa63";let i;switch(!0){case 25>o:i=a("span",{children:D("Not Looking Great",E)});break;case 50>o:i=a("span",{children:D("Could Be Better",E)});break;case 60>o:i=a("span",{children:D("Getting There",E)});break;case 75>o:i=a("span",{children:D("Looks Good! \u{1F44D}\u{1F44D}",E)});break;case 75<o:i=a("span",{children:D("Super! \u{1F525}\u{1F525}\u{1F525}",E)});break;default:i=!1}return a(Cn,{children:a(_n,{className:"aioseo-headline-analyzer-panel-score",title:r,children:a(zn,{children:d("div",{className:"aioseo-headline-analyzer-current-score-tab aioseo-headline-analyzer-panel-first-block",children:[d("h4",{className:"aioseo-headline-analyzer-current-title",children:["\u201C",n,"\u201D"]}),d("div",{className:"aioseo-headline-analyzer-pie-chart-container",children:[d("div",{className:p("aioseo-headline-analyzer-current-score",t),children:[o,a("span",{className:"aioseo-headline-analyzer-total-out-of-score",children:"/ 100"})]}),i&&a("div",{className:p("aioseo-headline-analyzer-score-status",t),children:i}),a(Te,{barScore:o,color:l})]}),d("p",{children:[Re," ",We]})]})})})})},{__:q}=window.wp.i18n,{Fragment:kn}=window.wp.element,{PanelBody:Pn,PanelRow:Nn,TextControl:$n,Button:xn}=window.wp.components,Y="all-in-one-seo-pack",Hn=e=>{const n=q("Try New Headline",Y),r=q("Enter a different headline than your post title to see how it compares.",Y),o=q("Analyze Headline",Y),t=typeof e.analyzer.newHeadline!="undefined"?e.analyzer.newHeadline:"",l=typeof e.analyzer.previousHeadlinesData!="undefined"?e.analyzer.previousHeadlinesData:[],i=!t,s=c=>{const w=c.trim();!w||Oe(window.aioseo.nonce).post(Ee("analyze_headline")).send({headline:w,shouldStoreHeadline:!1}).then(f=>{const h=JSON.parse(f.body[Object.keys(f.body)[0]]);e.setAnalyzer({newHeadlineData:h,headlineData:h,previousHeadlinesData:[e.analyzer.headlineData,...l],isNewData:!0})}).catch(f=>{e.setAnalyzer({isNewData:!1}),console.log(f)})};return a(kn,{children:a(Pn,{title:n,className:p("aioseo-headline-analyzer-panel-tab-new-score-form"),children:a(Nn,{children:a("div",{className:"aioseo-headline-analyzer-new-tab",children:a("div",{className:"aioseo-headline-analyzer-new-score-form-block",children:d("form",{onSubmit:c=>{c.preventDefault(),s(t)},children:[a($n,{label:r,value:t,onChange:c=>{c!==" "&&e.setAnalyzer({newHeadline:c})},className:"aioseo-headline-analyzer-input-field"}),a(xn,{className:p("aioseo-headline-analyzer-button"),onClick:()=>{s(t)},disabled:i,children:o})]})})})})})})},{__:$}=window.wp.i18n,{Fragment:On}=window.wp.element,{PanelBody:Dn,PanelRow:En}=window.wp.components,x="all-in-one-seo-pack",Fn=e=>{const n=e.analyzer.currentHeadlineData.sentence,r=$("New Score",x),o=$("Current Score",x),t=typeof e.analyzer.newHeadlineData!="undefined"?e.analyzer.newHeadlineData.sentence:"",l=typeof e.analyzer.newHeadlineData!="undefined"?e.analyzer.newHeadlineData.score:"",i=typeof e.analyzer.currentHeadlineData.score!="undefined"?e.analyzer.currentHeadlineData.score:"",s=40>l?"red":60>=l?"orange":"green",c=s==="red"?"#df2a4a":s==="orange"?"#F2994A":"#00aa63",w=40>i?"red-bg":60>=i?"orange-bg":"green-bg",f=Math.abs(l-i);let h;switch(!0){case 25>l:h=a("span",{children:$("Not Looking Great",x)});break;case 50>l:h=a("span",{children:$("Could Be Better",x)});break;case 60>l:h=a("span",{children:$("Getting There",x)});break;case 75>l:h=a("span",{children:$("Looks Good! \u{1F44D}\u{1F44D}",x)});break;case 75<l:h=a("span",{children:$("Super! \u{1F525}\u{1F525}\u{1F525}",x)});break;default:h=!1}return a(On,{children:a(Dn,{title:r,className:"aioseo-headline-analyzer-panel-tab-new-score",children:a(En,{children:a("div",{className:"aioseo-headline-analyzer-panel-first-block",children:d("div",{className:"aioseo-headline-analyzer-new-score-panel",children:[d("p",{children:[Re," ",We]}),d("h4",{children:["\u201C",t,"\u201D"]}),d("div",{className:"aioseo-headline-analyzer-pie-chart-container",children:[a("span",{className:p("aioseo-headline-analyzer-new-score",s),children:l}),a(Te,{barScore:l,color:c}),d("span",{className:p("aioseo-headline-analyzer-score-difference",s),children:[l>i?"+ ":l===i?"":"- ",f]}),h&&a("div",{className:p("aioseo-headline-analyzer-score-status",s),children:h})]}),d("div",{className:"current-score",children:[a("span",{className:p("aioseo-headline-analyzer-score",w),children:i}),d("div",{className:"aioseo-headline-analyzer-current-score-content",children:[a("h5",{children:o}),a("p",{children:n})]})]})]})})})})})},{__:de}=window.wp.i18n,{Fragment:Tn,useState:Rn,useEffect:Wn}=window.wp.element,Ln=e=>{const n=de("Current Score","all-in-one-seo-pack"),r=de("Try New Headline","all-in-one-seo-pack"),[o,t]=Rn("current-score"),l=()=>t("current-score"),i=()=>t("new-headline"),s=typeof e.analyzer.isNewData!="undefined"?e.analyzer.isNewData:!1;return Wn(()=>{e.setAnalyzer({activeTab:o})},[o]),d(Tn,{children:[d("div",{className:"aioseo-inline-buttons",children:[a("button",{onClick:l,className:p("aioseo-switcher-button",{active:o==="current-score"}),children:n}),a("button",{onClick:i,className:p("aioseo-switcher-button",{active:o==="new-headline"}),children:r})]}),o==="new-headline"?a(K,{children:a(Hn,{analyzer:e.analyzer,setAnalyzer:e.setAnalyzer})}):a(Sn,{analyzer:e.analyzer}),s?a(Fn,{analyzer:e.analyzer}):""]})},{__:An}=window.wp.i18n,{Fragment:Bn}=window.wp.element,{PanelBody:Mn,PanelRow:jn}=window.wp.components,Vn=e=>{const n=An("Previous Scores","all-in-one-seo-pack"),r=e.analyzer.previousHeadlinesData!=="undefined"?e.analyzer.previousHeadlinesData:[],o=document.querySelector(".edit-post-sidebar"),l=(e.analyzer.activeTab!=="undefined"?e.analyzer.activeTab:"current-score")==="current-score"?390:300,i=s=>{e.setAnalyzer({newHeadlineData:r[s],headlineData:r[s],newHeadline:r[s].sentence,isNewData:!0}),o&&(o.scrollTop=l)};return a(Bn,{children:a(Mn,{title:n,className:"aioseo-headline-analyzer-panel-previous-scores",children:a(jn,{children:a("div",{className:"aioseo-headline-analyzer-panel-first-block",children:a("ul",{className:"aioseo-headline-analyzer-previous-scores",children:r.map((s,c)=>{if(10>c&&(typeof s.sentence!="undefined"||typeof s.score!="undefined")){const w=40>s.score?"red-bg":60>=s.score?"orange-bg":"green-bg";return d("li",{onClick:()=>i(c),children:[a("span",{className:p("aioseo-headline-analyzer-score",w),children:s.score}),a("span",{className:"aioseo-headline-analyzer-score-text",children:s.sentence})]},c)}return null})})})})})})},{__:In}=window.wp.i18n,B=e=>{const n=In("Goal: ","all-in-one-seo-pack"),r={width:e.value+"%"};return d("div",{className:"aioseo-headline-analyzer-words-block",children:[a("h5",{children:e.title}),d("div",{className:"aioseo-headline-analyzer-words-block-data",children:[d("span",{className:p("aioseo-headline-analyzer-words-block-percentage",e.classOnScore),children:[e.value,"%"]}),d("span",{className:p("aioseo-headline-analyzer-words-block-percentage-right-column",e.classOnScore),children:[d("span",{className:"aioseo-headline-analyzer-words-block-goal",children:[n," ",e.goalValue]}),d("span",{className:"aioseo-headline-analyzer-words-block-progressbar",children:[a("span",{className:"aioseo-headline-analyzer-progressbar-bg"}),a("span",{className:p("aioseo-headline-analyzer-progressbar-part",e.classOnScoreBg),style:r})]})]})]}),a("ul",{className:"aioseo-headline-analyzer-words-tag-list",children:0<e.words.length?e.words.map((o,t)=>a("li",{children:o},t)):""}),a("p",{className:"aioseo-headline-analyzer-words-guideline",children:e.guideLine})]})},{__:m}=window.wp.i18n,{Fragment:Zn}=window.wp.element,{PanelBody:Un,PanelRow:Gn}=window.wp.components,y="all-in-one-seo-pack",qn=e=>{const n=m("Word Balance",y),r=m("Compare the percentages of your results to the goal for each category and adjust as necessary.",y),o=e.data.score,t=40>e.data.score?"red":60>=e.data.score?"orange":"green",l=e.data.result.commonWordsPercentage===0?"red":.2>e.data.result.commonWordsPercentage?"orange":"green",i=e.data.result.commonWordsPercentage===0?"red-bg":.2>e.data.result.commonWordsPercentage?"orange-bg":"green-bg",s=.2>e.data.result.commonWordsPercentage?m("Your headline would be more likely to get clicks if it had more common words.",y):m("Headlines with 20-30% common words are more likely to get clicks.",y),c=e.data.result.uncommonWordsPercentage===0?"red":.1>e.data.result.uncommonWordsPercentage?"orange":"green",w=e.data.result.uncommonWordsPercentage===0?"red-bg":.1>e.data.result.uncommonWordsPercentage?"orange-bg":"green-bg",f=.1>e.data.result.uncommonWordsPercentage?m("Your headline would be more likely to get clicks if it had more uncommon words.",y):m("Headlines with uncommon words are more likely to get clicks.",y),h=e.data.result.emotionalWordsPercentage===0?"red":.1>e.data.result.emotionalWordsPercentage?"orange":"green",v=e.data.result.emotionalWordsPercentage===0?"red-bg":.1>e.data.result.emotionalWordsPercentage?"orange-bg":"green-bg",Le=m("Emotionally triggered headlines are likely to drive more clicks.",y),Ae=e.data.result.powerWords.length===0?"orange":"green",Be=e.data.result.powerWords.length===0?"orange":"green-bg",Me=m("Headlines with power words are more likely to get clicks.",y),je=m("Common Words",y),Ve=m("20-30%",y),Ie=m("Uncommon Words",y),Ze=m("10-20%",y),Ue=m("Emotional Words",y),Ge=m("10-15%",y),qe=m("Power Words",y),Ye=m("At least one",y);let N;switch(!0){case 25>o:N=a("span",{children:m("Not Looking Great",y)});break;case 50>o:N=a("span",{children:m("Could Be Better",y)});break;case 60>o:N=a("span",{children:m("Getting There",y)});break;case 75>o:N=a("span",{children:m("Looks Good! \u{1F44D}\u{1F44D}",y)});break;case 75<o:N=a("span",{children:m("Super! \u{1F525}\u{1F525}\u{1F525}",y)});break;default:N=!1}return a(Zn,{children:a(Un,{title:n,className:p("aioseo-headline-analyzer-panel-word-balance","aioseo-headline-analyzer-panel-has-icon",t),icon:t==="green"?g.check:g.warning,children:d(Gn,{children:[d("div",{className:"aioseo-headline-analyzer-words-block",children:[a("h4",{children:N}),a("p",{children:r})]}),a(B,{title:je,value:Math.round(e.data.result.commonWordsPercentage*100),goalValue:Ve,words:e.data.result.commonWords,guideLine:s,classOnScore:l,classOnScoreBg:i}),a(B,{title:Ie,value:Math.round(e.data.result.uncommonWordsPercentage*100),goalValue:Ze,words:e.data.result.uncommonWords,guideLine:f,classOnScore:c,classOnScoreBg:w}),a(B,{title:Ue,value:Math.round(e.data.result.emotionalWordsPercentage*100),goalValue:Ge,words:e.data.result.emotionWords,guideLine:Le,classOnScore:h,classOnScoreBg:v}),a(B,{title:qe,value:Math.round(e.data.result.powerWordsPercentage*100),goalValue:Ye,words:e.data.result.powerWords,guideLine:Me,classOnScore:Ae,classOnScoreBg:Be})]})})})},{__:_}=window.wp.i18n,{Fragment:Yn}=window.wp.element,{PanelBody:Jn,PanelRow:Kn}=window.wp.components,z="all-in-one-seo-pack",Qn=e=>{const n=_("Your headline has a neutral sentiment.",z),r=_("Headlines that are strongly positive or negative tend to get more engagement then neutral ones.",z),o=_("Your headline has a positive sentiment.",z),t=_("Positive headlines tend to get better engagement than neutral or negative ones.",z),l=_("Your headline has a negative sentiment.",z),i=_("Negative headlines are attention-grabbing and tend to perform better than neutral ones.",z),s=_("Sentiment",z),c=e.data.result.sentiment==="neu"?_("Neutral",z):e.data.result.sentiment==="pos"?_("Positive",z):_("Negative",z),w=e.data.result.sentiment==="neu"?g.neutral:e.data.result.sentiment==="pos"?g.smile:g.negative,f=e.data.result.sentiment==="neu"?"orange":e.data.result.sentiment==="pos"?"green":"red";return a(Yn,{children:a(Jn,{title:s,className:p("aioseo-headline-analyzer-panel-sentiment","aioseo-headline-analyzer-panel-has-icon",f),icon:w,children:a(Kn,{children:d("div",{className:"aioseo-headline-analyzer-panel-first-block",children:[a("h4",{children:c}),e.data.result.sentiment==="neu"?d("p",{children:[a("strong",{children:n}),a("br",{}),r]}):"",e.data.result.sentiment==="pos"?d("p",{children:[a("strong",{children:o}),a("br",{}),t]}):"",e.data.result.sentiment==="neg"?d("p",{children:[a("strong",{children:l}),a("br",{})," ",i]}):""]})})})})},{__:Xn}=window.wp.i18n,{Fragment:ea}=window.wp.element,{PanelBody:na,PanelRow:aa}=window.wp.components,ta=e=>{const n=e.data.result.headlineTypes.join(", "),r=Xn("Headline Type","all-in-one-seo-pack");return a(ea,{children:a(na,{title:d("span",{className:"aioseo-headline-analyzer-panel-types-title",children:[r,a("span",{children:n})]}),className:"aioseo-headline-analyzer-panel-types",children:a(aa,{children:d("div",{className:"aioseo-headline-analyzer-panel-first-block",children:[a("h4",{children:n}),a("p",{dangerouslySetInnerHTML:{__html:vn}})]})})})})},{__:H}=window.wp.i18n,{Fragment:ra}=window.wp.element,{PanelBody:oa,PanelRow:la}=window.wp.components,O="all-in-one-seo-pack",sa=e=>{const n=H("Character Count",O),r=e.data.result.length,o=r.toString();let t="",l="",i="",s="";if(o.length===1&&(s=`<span class="character-zero">0</span><span class="character-zero">0</span><span>${r}</span>`),o.length===2){s='<span class="character-zero">0</span>';for(const c of o)s+=`<span>${c}</span>`}if(r.toString().length===3)for(const c of o)s+=`<span>${c}</span>`;return 19>=r?t="red":20<=r&&34>=r?t="orange":35<=r&&66>=r?t="green":67<=r&&79>=r?t="orange":80<=r&&(t="red"),34>=r?(l=H("Too Short \u{1F643}",O),i=H("You have space to add more keywords and power words to boost your rankings and click-through rate.",O)):35<=r&&66>=r?(l=H("Good \u{1F642}",O),i=H("Headlines that are about 55 characters long will display fully in search results and tend to get more clicks.",O)):67<=r&&(l=H("Too Long \u{1F611}",O),i=H("At this length, it will get cut off in search results. Try reducing it to about 55 characters.",O)),a(ra,{children:a(oa,{title:n,className:p("aioseo-headline-analyzer-panel-character-count","aioseo-headline-analyzer-panel-has-icon",t),icon:t==="green"?g.check:g.warning,children:a(la,{children:d("div",{className:"aioseo-headline-analyzer-panel-first-block",children:[d("div",{className:"aioseo-headline-analyzer-character-count-container",children:[a("span",{className:"aioseo-headline-analyzer-status-on-character-length",children:l}),a("span",{className:p("aioseo-headline-analyzer-character-length",t),dangerouslySetInnerHTML:{__html:s}})]}),a("p",{children:i})]})})})})},{__:k}=window.wp.i18n,{Fragment:ia}=window.wp.element,{PanelBody:ca,PanelRow:da}=window.wp.components,P="all-in-one-seo-pack",ua=e=>{const n=k("Word Count",P),r=e.data.result.wordCount,o=r.toString();let t="",l="",i="",s="";if(o.length===1&&(s=`<span class="character-zero">0</span><span class="character-zero">0</span><span>${r}</span>`),o.length===2){s='<span class="character-zero">0</span>';for(const c of o)s+=`<span>${c}</span>`}if(o.length===3)for(const c of o)s+=`<span>${c}</span>`;return 4>=r?(t="red",l=k("Not Enough Words \u{1F643}",P),i=k("Your headline doesn\u2019t use enough words. You have more space to add keywords and power words to improve your SEO and get more engagement.",P)):5<=r&&9>=r?(t="green",l=k("Good \u{1F642}",P),i=k("Your headline has the right amount of words. Headlines are more likely to be clicked on in search results if they have about 6 words.",P)):10<=r&&11>=r?(t="orange",l=k("Reduce Word Count \u{1F642}",P)):(t="red",l=k("Too Many Words \u{1F611}",P),i=k("Your headline has too many words. Long headlines will get cut off in search results and won\u2019t get as many clicks.",P)),a(ia,{children:a(ca,{title:n,className:p("aioseo-headline-analyzer-panel-word-count","aioseo-headline-analyzer-panel-has-icon",t),icon:t==="green"?g.check:g.warning,children:a(da,{children:d("div",{className:"aioseo-headline-analyzer-panel-first-block",children:[d("div",{className:"aioseo-headline-analyzer-word-counter",children:[a("span",{className:"aioseo-headline-analyzer-status-on-word-length",children:l}),a("span",{className:p("aioseo-headline-analyzer-word-length",t),dangerouslySetInnerHTML:{__html:s}})]}),a("p",{children:i})]})})})})},{__:M}=window.wp.i18n,{Fragment:ha}=window.wp.element,{PanelBody:fa,PanelRow:wa}=window.wp.components,j="all-in-one-seo-pack",ma=e=>{const n=M("Beginning & Ending Words",j),r=e.data.result.originalExplodedHeadline,o=M("Most readers only look at the first and last 3 words of a headline before deciding whether to click.",j);let t="",l="";return 6<=r.length?(t=r.slice(0,3).join(" "),l=r.slice(-3).join(" ")):3<r.length&&5>=r.length?(t=r.slice(0,3).join(" "),l=r.slice(3).join(" ")):t=r.slice(0,3).join(" "),a(ha,{children:a(fa,{title:n,className:"aioseo-headline-analyzer-panel-beginning-ending-words",children:a(wa,{children:d("div",{className:"aioseo-headline-analyzer-panel-first-block",children:[t?d(K,{children:[a("ul",{className:"aioseo-headline-analyzer-word-begining-title",children:a("li",{children:M("Beginning Words",j)})}),a("div",{className:"aioseo-headline-analyzer-words beginning",children:a("span",{children:t})})]}):"",l?d(K,{children:[a("ul",{className:"aioseo-headline-analyzer-word-ending-title",children:a("li",{children:M("Ending Words",j)})}),a("div",{className:"aioseo-headline-analyzer-words ending",children:a("span",{children:l})})]}):"",a("p",{className:"aioseo-headline-analyzer-words-guideline",children:o})]})})})})},{__:ue}=window.wp.i18n,{Fragment:ya}=window.wp.element,{PanelBody:pa,PanelRow:ga}=window.wp.components,{select:va}=window.wp.data,ba=e=>{const n=ue("Search Preview","all-in-one-seo-pack"),r=ue("Here is how your headline will look like in Google search results page.","all-in-one-seo-pack"),o=va("core/editor").getPermalink();return a(ya,{children:a(pa,{title:n,className:"aioseo-headline-analyzer-panel-search-preview",children:a(ga,{children:a("div",{className:"aioseo-headline-analyzer-panel-first-block",children:d("div",{className:"aioseo-headline-analyzer-search-prevew-wrap",children:[a("p",{className:"aioseo-headline-analyzer-post-url",children:a("a",oe(C({},{href:o}),{target:"_blank",children:o}))}),a("h4",{children:e.data.sentence}),a("p",{children:r})]})})})})})};const{__:he}=window.wp.i18n,{Fragment:Ca,useState:_a,useEffect:za}=window.wp.element,{registerPlugin:Sa}=window.wp.plugins,{PluginSidebar:ka,PluginSidebarMoreMenuItem:Pa}=window.wp.editPost,{select:J}=window.wp.data,fe="all-in-one-seo-pack";let we;const Na=(e,n)=>((...r)=>{const o=()=>e(...r);clearTimeout(we),we=setTimeout(o,n)}).call(),$a=()=>{let e=J("core/editor").getEditedPostAttribute("title");const n=()=>{if(!e){const f={dataExist:!1};l(C(C({},t),f));return}Oe(window.aioseo.nonce).post(Ee("analyze_headline")).send({headline:e,shouldStoreHeadline:!1}).then(f=>{const h={dataExist:!1},v=JSON.parse(f.body[Object.keys(f.body)[0]]);v.analysed&&(h.currentHeadlineData=v,h.headlineData=v,h.dataExist=!0,typeof t.headlineData!="undefined"&&(h.previousHeadlinesData=[t.headlineData,...i])),l(C(C({},t),h))}).catch(f=>{const h={dataExist:!1};l(C(C({},t),h)),console.log("Couldn't fetch score for headline:",f)})};za(()=>n(),[]),window.wp.data.subscribe(()=>{e!==J("core/editor").getEditedPostAttribute("title")&&(e=J("core/editor").getEditedPostAttribute("title"),Na(()=>n(),2e3))});const r=he("SEO Headline Analyzer",fe),o=he("Write your post title to see the analyzer data. This Headline Analyzer tool enables you to write irresistible SEO headlines that drive traffic, shares, and rank better in search results.",fe),[t,l]=_a({}),i=typeof t.previousHeadlinesData!="undefined"?t.previousHeadlinesData:[],s=document.querySelector(`.components-button[aria-label='${r}'] svg`);if(s){const f=document.createElement("span");if(t.dataExist&&typeof t.currentHeadlineData.score!="undefined"){const h=t.currentHeadlineData.score,v=40>h?"red":60>=h?"orange":"green";s.parentNode.setAttribute("aioseo-button-color",v),s.nextElementSibling?s.nextElementSibling.innerHTML=`${h}/100`:(f.innerHTML=`${h}/100`,s.parentNode.insertBefore(f,s.nextSibling))}else s.parentNode.setAttribute("aioseo-button-color","red"),s.nextElementSibling?s.nextElementSibling.innerHTML="00/100":(f.innerHTML="00/100",s.parentNode.insertBefore(f,s.nextSibling))}const c=document.querySelector(".aioseo-headline-analyzer-wrapper");if(c){const f=c.parentNode.querySelectorAll(".components-panel__header");f&&f.forEach(function(h){const v=h.querySelector(".interface-complementary-area__pin-unpin-item");v&&v!==null&&(v.style.display="none")})}const w=f=>{l(C(C({},t),f))};return d(Ca,{children:[a(Pa,{target:"aioseo-headline-analyzer",children:r}),d(ka,{name:"aioseo-headline-analyzer",title:r,className:"aioseo-headline-analyzer-wrapper",children:[typeof t.headlineData!="undefined"&&t.dataExist&&t.headlineData.analysed?a(Ln,{analyzer:t,setAnalyzer:w}):a("p",{className:"aioseo-headline-analyzer-empty-title-warning",children:o}),typeof t.headlineData!="undefined"&&t.dataExist&&t.headlineData.analysed&&0<i.length?a(Vn,{analyzer:t,setAnalyzer:w}):"",typeof t.headlineData!="undefined"&&t.dataExist&&t.headlineData.analysed?a(qn,{data:t.headlineData}):"",typeof t.headlineData!="undefined"&&t.dataExist&&t.headlineData.analysed?a(Qn,{data:t.headlineData}):"",typeof t.headlineData!="undefined"&&t.dataExist&&t.headlineData.analysed?a(ta,{data:t.headlineData}):"",typeof t.headlineData!="undefined"&&t.dataExist&&t.headlineData.analysed?a(sa,{data:t.headlineData}):"",typeof t.headlineData!="undefined"&&t.dataExist&&t.headlineData.analysed?a(ua,{data:t.headlineData}):"",typeof t.headlineData!="undefined"&&t.dataExist&&t.headlineData.analysed?a(ma,{data:t.headlineData}):"",typeof t.headlineData!="undefined"&&t.dataExist&&t.headlineData.analysed?a(ba,{data:t.headlineData}):"",a("div",{className:"aioseo-headline-analyzer-bottom-notice",children:a("p",{dangerouslySetInnerHTML:{__html:bn}})})]})]})};Sa("aioseo-headline-analyzer",{icon:g.headline,render:$a});
dist/Lite/assets/js/AboutUs.ce17eaf4.js DELETED
@@ -1 +0,0 @@
1
- var g=Object.defineProperty,f=Object.defineProperties;var u=Object.getOwnPropertyDescriptors;var n=Object.getOwnPropertySymbols;var m=Object.prototype.hasOwnProperty,p=Object.prototype.propertyIsEnumerable;var o=(e,t,s)=>t in e?g(e,t,{enumerable:!0,configurable:!0,writable:!0,value:s}):e[t]=s,l=(e,t)=>{for(var s in t||(t={}))m.call(t,s)&&o(e,s,t[s]);if(n)for(var s of n(t))p.call(t,s)&&o(e,s,t[s]);return e},r=(e,t)=>f(e,u(t));import{d as h}from"./index.8900b7f9.js";import{e as v}from"./em.e81bf4a7.js";import{G as w,a as y}from"./Row.13b6f3f1.js";import{S as b}from"./External.8868c638.js";import{n as P}from"./vueComponentNormalizer.87056a83.js";import"./default-i18n.abde8d59.js";import"./isArrayLikeObject.a4a9229a.js";var I="images/team.3ed1e959.jpg",_="images/om.0afa29dd.png",C="images/wpforms.e4bb2893.png",S="images/mi.b3a4b48a.png",W="images/smtp.90e4ffc1.png",$="images/sp.d75c9a95.png",U="images/tp.cb8065a4.png",T="images/rafflepress.cda6b4e0.png",k="images/ff.4f882f43.png",F="images/if.4735a5da.png",E="images/tf.75d64979.png",A="images/yf.28cad2d7.png",M="images/pe.3e9da367.png",D="svg/swp.10222930.svg",O="images/afwp.57d92ab4.png",x="images/wpsp.100012d1.png",B="images/edd.c2984766.png",L="images/sc.5c5e705b.png",j=function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",{staticClass:"aioseo-about-us"},[s("div",{staticClass:"aioseo-about-us-welcome"},[s("div",{staticClass:"welcome-intro"},[s("div",[e._v(e._s(e.strings.welcome.p1))]),s("div",[e._v(e._s(e.strings.welcome.p2))]),s("div",[e._v(e._s(e.strings.welcome.p3))]),s("div",[e._v(e._s(e.strings.welcome.p4))]),s("div",[e._v(e._s(e.strings.welcome.p5))])]),s("div",{staticClass:"welcome-image"},[s("figure",[s("img",{attrs:{src:e.$getImgUrl(e.teamImg),alt:e.strings.welcome.imageCaption}}),s("figcaption",[e._v(e._s(e.strings.welcome.imageCaption))])])])]),s("div",{staticClass:"aioseo-about-us-plugins"},[s("grid-row",e._l(e.localPlugins,function(i,a){return s("grid-column",{key:a,staticClass:"plugin",attrs:{sm:"12",md:"6",id:a}},[s("div",{staticClass:"plugin-main"},[s("div",[s("img",{attrs:{alt:e.plugins[a].name+" Plugin image",src:e.plugins[a].icon}})]),s("div",[s("div",{staticClass:"main-name"},[e._v(e._s(e.plugins[a].name))]),s("div",[e._v(e._s(e.plugins[a].description))])])]),s("div",{staticClass:"plugin-footer"},[s("div",{staticClass:"footer-status"},[s("div",{staticClass:"footer-status-label"},[e._v(e._s(e.strings.plugins.status))]),e.plugins[a].installed?e._e():s("div",{staticClass:"footer-status footer-status-not-installed"},[e._v(" "+e._s(e.strings.plugins.statuses.notInstalled)+" ")]),e.plugins[a].installed&&!e.plugins[a].activated?s("div",{staticClass:"footer-status footer-status-deactivated"},[e._v(" "+e._s(e.strings.plugins.statuses.deactivated)+" ")]):e._e(),e.plugins[a].installed&&e.plugins[a].activated?s("div",{staticClass:"footer-status footer-status-activated"},[e._v(" "+e._s(e.strings.plugins.statuses.activated)+" ")]):e._e()]),s("div",{staticClass:"footer-action"},[!e.plugins[a].installed&&e.plugins[a].canInstall?s("base-button",{attrs:{type:"blue",loading:e.plugins[a].loading},on:{click:function(c){return e.activate(a)}}},[e._v(" "+e._s(e.strings.plugins.actions.install)+" ")]):e._e(),!e.plugins[a].installed&&!e.plugins[a].canInstall?s("base-button",{attrs:{type:"blue",tag:"a",target:"_blank",href:i.wpLink}},[s("svg-external"),e._v(" "+e._s(e.strings.plugins.actions.install)+" ")],1):e._e(),e.plugins[a].installed&&!e.plugins[a].activated?s("base-button",{attrs:{type:"green",disabled:!e.plugins[a].canActivate,loading:e.plugins[a].loading},on:{click:function(c){return e.activate(a)}}},[e._v(" "+e._s(e.strings.plugins.actions.activate)+" ")]):e._e(),e.plugins[a].installed&&e.plugins[a].activated&&i.adminUrl.length!==0?s("base-button",{attrs:{type:"gray",tag:"a",href:i.adminUrl}},[e._v(" "+e._s(e.strings.plugins.actions.manage)+" ")]):e._e()],1)])])}),1)],1)])},z=[];const G={components:{GridColumn:w,GridRow:y,SvgExternal:b},data(){return{teamImg:I,localPlugins:[],strings:{welcome:{p1:this.$t.sprintf("Welcome to %1$s, the original SEO plugin for WordPress. At %2$s, we build software that helps you rank your website in search results and gain organic traffic.","All in One SEO","All in One SEO"),p2:"Over the years, we found that most other WordPress SEO plugins were bloated, buggy, slow, and very hard to use. So we designed our plugin as an easy and powerful tool.",p3:"Our goal is to take the pain out of optimizing your website for search engines.",p4:this.$t.sprintf("%1$s is brought to you by %2$s, the same team that\u2019s behind the largest WordPress resource site, WPBeginner, the most popular lead-generation software, OptinMonster, the best WordPress analytics plugin, MonsterInsights and many more.","All in One SEO","Awesome Motive"),p5:"Yup, we know a thing or two about building awesome products that customers love.",imageCaption:this.$t.sprintf("The %1$s Team","Awesome Motive")},plugins:{actions:{install:"Install Plugin",activate:"Activate",manage:"Manage"},status:"Status:",statuses:{activated:"Activated",deactivated:"Deactivated",notInstalled:"Not Installed"}}},pluginData:{optinMonster:{name:"OptinMonster",description:"Instantly get more subscribers, leads, and sales with the #1 conversion optimization toolkit. Create high converting popups, announcement bars, spin a wheel, and more with smart targeting and personalization.",icon:this.$getImgUrl(_),installed:!1,canInstall:!1,activated:!1,loading:!1},wpForms:{name:"WPForms",description:"The best drag & drop WordPress form builder. Easily create beautiful contact forms, surveys, payment forms, and more with our 100+ form templates. Trusted by over 4 million websites as the best forms plugin.",icon:this.$getImgUrl(C),installed:!1,canInstall:!1,activated:!1,loading:!1},wpFormsPro:{name:"WPForms Pro",free:"wpForms",installed:!1,canInstall:!1,activated:!1,loading:!1},miLite:{name:"MonsterInsights",description:"The leading WordPress analytics plugin that shows you how people find and use your website, so you can make data driven decisions to grow your business. Properly set up Google Analytics without writing code.",icon:this.$getImgUrl(S),installed:!1,canInstall:!1,activated:!1,loading:!1},miPro:{name:"MonsterInsights Pro",free:"miLite",installed:!1,canInstall:!1,activated:!1,loading:!1},emLite:{name:"ExactMetrics",description:"The ExactMetrics Google Analytics for WordPress plugin helps you properly setup all the powerful Google Analytics tracking features without writing any code or hiring a developer.",icon:this.$getImgUrl(v),installed:!1,canInstall:!1,activated:!1,loading:!1},emPro:{name:"ExactMetrics Pro",free:"emLite",installed:!1,canInstall:!1,activated:!1,loading:!1},wpMail:{name:"WP Mail SMTP",description:"Improve your WordPress email deliverability and make sure that your website emails reach user\u2019s inbox with the #1 SMTP plugin for WordPress. Over 2 million websites use it to fix WordPress email issues.",icon:this.$getImgUrl(W),installed:!1,canInstall:!1,activated:!1,loading:!1},wpMailPro:{name:"WP Mail SMTP Pro",free:"wpMail",installed:!1,canInstall:!1,activated:!1,loading:!1},seedProd:{name:"SeedProd Coming Soon",description:"The fastest drag & drop landing page builder for WordPress. Create custom landing pages without writing code, connect them with your CRM, collect subscribers, and grow your audience. Trusted by 1 million sites.",icon:this.$getImgUrl($),installed:!1,canInstall:!1,activated:!1,loading:!1},seedProdPro:{name:"SeedProd Coming Soon Pro",free:"seedProd",installed:!1,canInstall:!1,activated:!1,loading:!1},trustPulse:{name:"TrustPulse",description:"Boost your sales and conversions by up to 15% with real-time social proof notifications. TrustPulse helps you show live user activity and purchases to help convince other users to purchase.",icon:this.$getImgUrl(U),installed:!1,canInstall:!1,activated:!1,loading:!1},rafflePress:{name:"RafflePress",description:"Turn your website visitors into brand ambassadors! Easily grow your email list, website traffic, and social media followers with the most powerful giveaways & contests plugin for WordPress.",icon:this.$getImgUrl(T),installed:!1,canInstall:!1,activated:!1,loading:!1},rafflePressPro:{name:"RafflePress Pro",free:"rafflePress",installed:!1,canInstall:!1,activated:!1,loading:!1},facebookFeed:{name:"Smash Balloon Facebook Feeds",description:"Easily display Facebook content on your WordPress site without writing any code. Comes with multiple templates, ability to embed albums, group content, reviews, live videos, comments, and reactions.",icon:this.$getImgUrl(k),installed:!1,canInstall:!1,activated:!1,loading:!1},facebookFeedPro:{name:"Smash Balloon Facebook Feeds Pro",free:"facebookFeed",installed:!1,canInstall:!1,activated:!1,loading:!1},instagramFeed:{name:"Smash Balloon Instagram Feeds",description:"Easily display Instagram content on your WordPress site without writing any code. Comes with multiple templates, ability to show content from multiple accounts, hashtags, and more. Trusted by 1 million websites.",icon:this.$getImgUrl(F),installed:!1,canInstall:!1,activated:!1,loading:!1},instagramFeedPro:{name:"Smash Balloon Instagram Feeds Pro",free:"instagramFeed",installed:!1,canInstall:!1,activated:!1,loading:!1},twitterFeed:{name:"Smash Balloon Twitter Feeds",description:"Easily display Twitter content in WordPress without writing any code. Comes with multiple layouts, ability to combine multiple Twitter feeds, Twitter card support, tweet moderation, and more.",icon:this.$getImgUrl(E),installed:!1,canInstall:!1,activated:!1,loading:!1},twitterFeedPro:{name:"Smash Balloon Twitter Feeds Pro",free:"twitterFeed",installed:!1,canInstall:!1,activated:!1,loading:!1},youTubeFeed:{name:"Smash Balloon YouTube Feeds",description:"Easily display YouTube videos on your WordPress site without writing any code. Comes with multiple layouts, ability to embed live streams, video filtering, ability to combine multiple channel videos, and more.",icon:this.$getImgUrl(A),installed:!1,canInstall:!1,activated:!1,loading:!1},youTubeFeedPro:{name:"Smash Balloon YouTube Feeds Pro",free:"youTubeFeed",installed:!1,canInstall:!1,activated:!1,loading:!1},pushEngage:{name:"PushEngage",description:"Connect with your visitors after they leave your website with the leading web push notification software. Over 10,000+ businesses worldwide use PushEngage to send 9 billion notifications each month.",icon:this.$getImgUrl(M),installed:!1,canInstall:!1,activated:!1,loading:!1},searchWp:{name:"SearchWP",description:"The most advanced WordPress search plugin. Customize your WordPress search algorithm, reorder search results, track search metrics, and everything you need to leverage search to grow your business.",icon:this.$getImgUrl(D),installed:!1,canInstall:!1,activated:!1,loading:!1,installUrl:this.$links.utmUrl("aioseo","about-us","https://searchwp.com/")},affiliateWp:{name:"AffiliateWP",description:"The #1 affiliate management plugin for WordPress. Easily create an affiliate program for your eCommerce store or membership site within minutes and start growing your sales with the power of referral marketing.",icon:this.$getImgUrl(O),installed:!1,canInstall:!1,activated:!1,loading:!1,installUrl:this.$links.utmUrl("aioseo","about-us","https://affiliatewp.com/")},wpSimplePay:{name:"WP Simple Pay",description:"The #1 Stripe payments plugin for WordPress. Start accepting one-time and recurring payments on your WordPress site without setting up a shopping cart. No code required.",icon:this.$getImgUrl(x),installed:!1,canInstall:!1,activated:!1,loading:!1},wpSimplePayPro:{name:"WP Simple Pay Pro",free:"wpSimplePay",installed:!1,canInstall:!1,activated:!1,loading:!1},easyDigitalDownloads:{name:"Easy Digital Downloads",description:"The best WordPress eCommerce plugin for selling digital downloads. Start selling eBooks, software, music, digital art, and more within minutes. Accept payments, manage subscriptions, advanced access control, and more.",icon:this.$getImgUrl(B),installed:!1,canInstall:!1,activated:!1,loading:!1},sugarCalendar:{name:"Sugar Calendar",description:"A simple & powerful event calendar plugin for WordPress that comes with all the event management features including payments, scheduling, timezones, ticketing, recurring events, and more.",icon:this.$getImgUrl(L),installed:!1,canInstall:!1,activated:!1,loading:!1},sugarCalendarPro:{name:"Sugar Calendar Pro",free:"sugarCalendar",installed:!1,canInstall:!1,activated:!1,loading:!1}}}},methods:r(l({},h(["installPlugins"])),{activate(e){if(!this.plugins[e].installed&&this.plugins[e].installUrl){window.open(this.plugins[e].installUrl,"_blank").focus();return}this.plugins[e].loading=!0,this.installPlugins([{plugin:e,type:"plugin"}]).then(t=>{if(this.plugins[e].loading=!1,Object.keys(t.body.completed).length)this.plugins[e].installed=!0,this.plugins[e].activated=!0;else if(Object.keys(t.body.failed).length)throw new Error(t.body.failed)}).catch(t=>{this.plugins[e].loading=!1,console.error(`Unable to install ${e}: ${t}`)})}}),computed:{plugins(){return Object.keys(this.localPlugins).forEach(e=>{this.pluginData[e].free&&(this.pluginData[e].description=this.pluginData[this.pluginData[e].free].description,this.pluginData[e].icon=this.pluginData[this.pluginData[e].free].icon)}),this.pluginData}},mounted(){this.localPlugins=l({},this.$aioseo.plugins),Object.keys(this.localPlugins).forEach(e=>{this.pluginData[e].installed=this.localPlugins[e].installed,this.pluginData[e].canInstall=this.localPlugins[e].canInstall,this.pluginData[e].canActivate=this.localPlugins[e].canActivate,this.pluginData[e].activated=this.localPlugins[e].activated,this.plugins[e].free&&(this.localPlugins[e].installed?delete this.localPlugins[this.plugins[e].free]:delete this.localPlugins[e])})}},d={};var R=P(G,j,z,!1,Y,null,null,null);function Y(e){for(let t in d)this[t]=d[t]}var N=function(){return R.exports}();export{N as default};
 
dist/Lite/assets/js/AboutUs.e72ab34f.js ADDED
@@ -0,0 +1 @@
 
1
+ var g=Object.defineProperty,f=Object.defineProperties;var u=Object.getOwnPropertyDescriptors;var n=Object.getOwnPropertySymbols;var h=Object.prototype.hasOwnProperty,m=Object.prototype.propertyIsEnumerable;var o=(t,a,s)=>a in t?g(t,a,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[a]=s,l=(t,a)=>{for(var s in a||(a={}))h.call(a,s)&&o(t,s,a[s]);if(n)for(var s of n(a))m.call(a,s)&&o(t,s,a[s]);return t},r=(t,a)=>f(t,u(a));import{d as p}from"./index.d328c175.js";import{e as v}from"./em.e81bf4a7.js";import{G as _,a as w}from"./Row.13b6f3f1.js";import{S as y}from"./External.8868c638.js";import{n as b}from"./vueComponentNormalizer.87056a83.js";import"./default-i18n.abde8d59.js";import"./isArrayLikeObject.a4a9229a.js";var P="images/team.3ed1e959.jpg",$="images/om.0afa29dd.png",I="images/wpforms.e4bb2893.png",C="images/mi.b3a4b48a.png",S="images/smtp.90e4ffc1.png",W="images/sp.d75c9a95.png",U="images/tp.cb8065a4.png",T="images/rafflepress.cda6b4e0.png",k="images/ff.4f882f43.png",F="images/if.4735a5da.png",E="images/tf.75d64979.png",A="images/yf.28cad2d7.png",M="images/pe.3e9da367.png",D="svg/swp.10222930.svg",O="images/afwp.57d92ab4.png",x="images/wpsp.100012d1.png",B="images/edd.c2984766.png",L="images/sc.5c5e705b.png",j=function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("div",{staticClass:"aioseo-about-us"},[s("div",{staticClass:"aioseo-about-us-welcome"},[s("div",{staticClass:"welcome-intro"},[s("div",[t._v(t._s(t.strings.welcome.p1))]),s("div",[t._v(t._s(t.strings.welcome.p2))]),s("div",[t._v(t._s(t.strings.welcome.p3))]),s("div",[t._v(t._s(t.strings.welcome.p4))]),s("div",[t._v(t._s(t.strings.welcome.p5))])]),s("div",{staticClass:"welcome-image"},[s("figure",[s("img",{attrs:{src:t.$getImgUrl(t.teamImg),alt:t.strings.welcome.imageCaption}}),s("figcaption",[t._v(t._s(t.strings.welcome.imageCaption))])])])]),s("div",{staticClass:"aioseo-about-us-plugins"},[s("grid-row",t._l(t.localPlugins,function(i,e){return s("grid-column",{key:e,staticClass:"plugin",attrs:{sm:"12",md:"6",id:e}},[s("div",{staticClass:"plugin-main"},[s("div",[s("img",{attrs:{alt:t.plugins[e].name+" Plugin image",src:t.plugins[e].icon}})]),s("div",[s("div",{staticClass:"main-name"},[t._v(t._s(t.plugins[e].name))]),s("div",[t._v(t._s(t.plugins[e].description))])])]),s("div",{staticClass:"plugin-footer"},[s("div",{staticClass:"footer-status"},[s("div",{staticClass:"footer-status-label"},[t._v(t._s(t.strings.plugins.status))]),t.plugins[e].installed?t._e():s("div",{staticClass:"footer-status footer-status-not-installed"},[t._v(" "+t._s(t.strings.plugins.statuses.notInstalled)+" ")]),t.plugins[e].installed&&!t.plugins[e].activated?s("div",{staticClass:"footer-status footer-status-deactivated"},[t._v(" "+t._s(t.strings.plugins.statuses.deactivated)+" ")]):t._e(),t.plugins[e].installed&&t.plugins[e].activated?s("div",{staticClass:"footer-status footer-status-activated"},[t._v(" "+t._s(t.strings.plugins.statuses.activated)+" ")]):t._e()]),s("div",{staticClass:"footer-action"},[!t.plugins[e].installed&&t.plugins[e].canInstall?s("base-button",{attrs:{type:"blue",loading:t.plugins[e].loading},on:{click:function(c){return t.activate(e)}}},[t._v(" "+t._s(t.strings.plugins.actions.install)+" ")]):t._e(),!t.plugins[e].installed&&!t.plugins[e].canInstall?s("base-button",{attrs:{type:"blue",tag:"a",target:"_blank",href:i.wpLink}},[s("svg-external"),t._v(" "+t._s(t.strings.plugins.actions.install)+" ")],1):t._e(),t.plugins[e].installed&&!t.plugins[e].activated?s("base-button",{attrs:{type:"green",disabled:!t.plugins[e].canActivate,loading:t.plugins[e].loading},on:{click:function(c){return t.activate(e)}}},[t._v(" "+t._s(t.strings.plugins.actions.activate)+" ")]):t._e(),t.plugins[e].installed&&t.plugins[e].activated&&i.adminUrl.length!==0?s("base-button",{attrs:{type:"gray",tag:"a",href:i.adminUrl}},[t._v(" "+t._s(t.strings.plugins.actions.manage)+" ")]):t._e()],1)])])}),1)],1)])},z=[];const G={components:{GridColumn:_,GridRow:w,SvgExternal:y},data(){return{teamImg:P,localPlugins:[],strings:{welcome:{p1:this.$t.sprintf(this.$t.__("Welcome to %1$s, the original SEO plugin for WordPress. At %2$s, we build software that helps you rank your website in search results and gain organic traffic.",this.$td),"All in One SEO","All in One SEO"),p2:this.$t.__("Over the years, we found that most other WordPress SEO plugins were bloated, buggy, slow, and very hard to use. So we designed our plugin as an easy and powerful tool.",this.$td),p3:this.$t.__("Our goal is to take the pain out of optimizing your website for search engines.",this.$td),p4:this.$t.sprintf(this.$t.__("%1$s is brought to you by %2$s, the same team that\u2019s behind the largest WordPress resource site, WPBeginner, the most popular lead-generation software, OptinMonster, the best WordPress analytics plugin, MonsterInsights and many more.",this.$td),"All in One SEO","Awesome Motive"),p5:this.$t.__("Yup, we know a thing or two about building awesome products that customers love.",this.$td),imageCaption:this.$t.sprintf(this.$t.__("The %1$s Team",this.$td),"Awesome Motive")},plugins:{actions:{install:this.$t.__("Install Plugin",this.$td),activate:this.$t.__("Activate",this.$td),manage:this.$t.__("Manage",this.$td)},status:this.$t.__("Status:",this.$td),statuses:{activated:this.$t.__("Activated",this.$td),deactivated:this.$t.__("Deactivated",this.$td),notInstalled:this.$t.__("Not Installed",this.$td)}}},pluginData:{optinMonster:{name:"OptinMonster",description:this.$t.__("Instantly get more subscribers, leads, and sales with the #1 conversion optimization toolkit. Create high converting popups, announcement bars, spin a wheel, and more with smart targeting and personalization.",this.$td),icon:this.$getImgUrl($),installed:!1,canInstall:!1,activated:!1,loading:!1},wpForms:{name:"WPForms",description:this.$t.__("The best drag & drop WordPress form builder. Easily create beautiful contact forms, surveys, payment forms, and more with our 100+ form templates. Trusted by over 4 million websites as the best forms plugin.",this.$td),icon:this.$getImgUrl(I),installed:!1,canInstall:!1,activated:!1,loading:!1},wpFormsPro:{name:"WPForms Pro",free:"wpForms",installed:!1,canInstall:!1,activated:!1,loading:!1},miLite:{name:"MonsterInsights",description:this.$t.__("The leading WordPress analytics plugin that shows you how people find and use your website, so you can make data driven decisions to grow your business. Properly set up Google Analytics without writing code.",this.$td),icon:this.$getImgUrl(C),installed:!1,canInstall:!1,activated:!1,loading:!1},miPro:{name:"MonsterInsights Pro",free:"miLite",installed:!1,canInstall:!1,activated:!1,loading:!1},emLite:{name:"ExactMetrics",description:this.$t.__("The ExactMetrics Google Analytics for WordPress plugin helps you properly setup all the powerful Google Analytics tracking features without writing any code or hiring a developer.",this.$td),icon:this.$getImgUrl(v),installed:!1,canInstall:!1,activated:!1,loading:!1},emPro:{name:"ExactMetrics Pro",free:"emLite",installed:!1,canInstall:!1,activated:!1,loading:!1},wpMail:{name:"WP Mail SMTP",description:this.$t.__("Improve your WordPress email deliverability and make sure that your website emails reach user\u2019s inbox with the #1 SMTP plugin for WordPress. Over 2 million websites use it to fix WordPress email issues.",this.$td),icon:this.$getImgUrl(S),installed:!1,canInstall:!1,activated:!1,loading:!1},wpMailPro:{name:"WP Mail SMTP Pro",free:"wpMail",installed:!1,canInstall:!1,activated:!1,loading:!1},seedProd:{name:"SeedProd Coming Soon",description:this.$t.__("The fastest drag & drop landing page builder for WordPress. Create custom landing pages without writing code, connect them with your CRM, collect subscribers, and grow your audience. Trusted by 1 million sites.",this.$td),icon:this.$getImgUrl(W),installed:!1,canInstall:!1,activated:!1,loading:!1},seedProdPro:{name:"SeedProd Coming Soon Pro",free:"seedProd",installed:!1,canInstall:!1,activated:!1,loading:!1},trustPulse:{name:"TrustPulse",description:this.$t.__("Boost your sales and conversions by up to 15% with real-time social proof notifications. TrustPulse helps you show live user activity and purchases to help convince other users to purchase.",this.$td),icon:this.$getImgUrl(U),installed:!1,canInstall:!1,activated:!1,loading:!1},rafflePress:{name:"RafflePress",description:this.$t.__("Turn your website visitors into brand ambassadors! Easily grow your email list, website traffic, and social media followers with the most powerful giveaways & contests plugin for WordPress.",this.$td),icon:this.$getImgUrl(T),installed:!1,canInstall:!1,activated:!1,loading:!1},rafflePressPro:{name:"RafflePress Pro",free:"rafflePress",installed:!1,canInstall:!1,activated:!1,loading:!1},facebookFeed:{name:"Smash Balloon Facebook Feeds",description:this.$t.__("Easily display Facebook content on your WordPress site without writing any code. Comes with multiple templates, ability to embed albums, group content, reviews, live videos, comments, and reactions.",this.$td),icon:this.$getImgUrl(k),installed:!1,canInstall:!1,activated:!1,loading:!1},facebookFeedPro:{name:"Smash Balloon Facebook Feeds Pro",free:"facebookFeed",installed:!1,canInstall:!1,activated:!1,loading:!1},instagramFeed:{name:"Smash Balloon Instagram Feeds",description:this.$t.__("Easily display Instagram content on your WordPress site without writing any code. Comes with multiple templates, ability to show content from multiple accounts, hashtags, and more. Trusted by 1 million websites.",this.$td),icon:this.$getImgUrl(F),installed:!1,canInstall:!1,activated:!1,loading:!1},instagramFeedPro:{name:"Smash Balloon Instagram Feeds Pro",free:"instagramFeed",installed:!1,canInstall:!1,activated:!1,loading:!1},twitterFeed:{name:"Smash Balloon Twitter Feeds",description:this.$t.__("Easily display Twitter content in WordPress without writing any code. Comes with multiple layouts, ability to combine multiple Twitter feeds, Twitter card support, tweet moderation, and more.",this.$td),icon:this.$getImgUrl(E),installed:!1,canInstall:!1,activated:!1,loading:!1},twitterFeedPro:{name:"Smash Balloon Twitter Feeds Pro",free:"twitterFeed",installed:!1,canInstall:!1,activated:!1,loading:!1},youTubeFeed:{name:"Smash Balloon YouTube Feeds",description:this.$t.__("Easily display YouTube videos on your WordPress site without writing any code. Comes with multiple layouts, ability to embed live streams, video filtering, ability to combine multiple channel videos, and more.",this.$td),icon:this.$getImgUrl(A),installed:!1,canInstall:!1,activated:!1,loading:!1},youTubeFeedPro:{name:"Smash Balloon YouTube Feeds Pro",free:"youTubeFeed",installed:!1,canInstall:!1,activated:!1,loading:!1},pushEngage:{name:"PushEngage",description:this.$t.__("Connect with your visitors after they leave your website with the leading web push notification software. Over 10,000+ businesses worldwide use PushEngage to send 9 billion notifications each month.",this.$td),icon:this.$getImgUrl(M),installed:!1,canInstall:!1,activated:!1,loading:!1},searchWp:{name:"SearchWP",description:this.$t.__("The most advanced WordPress search plugin. Customize your WordPress search algorithm, reorder search results, track search metrics, and everything you need to leverage search to grow your business.",this.$td),icon:this.$getImgUrl(D),installed:!1,canInstall:!1,activated:!1,loading:!1,installUrl:this.$links.utmUrl("aioseo","about-us","https://searchwp.com/")},affiliateWp:{name:"AffiliateWP",description:this.$t.__("The #1 affiliate management plugin for WordPress. Easily create an affiliate program for your eCommerce store or membership site within minutes and start growing your sales with the power of referral marketing.",this.$td),icon:this.$getImgUrl(O),installed:!1,canInstall:!1,activated:!1,loading:!1,installUrl:this.$links.utmUrl("aioseo","about-us","https://affiliatewp.com/")},wpSimplePay:{name:"WP Simple Pay",description:this.$t.__("The #1 Stripe payments plugin for WordPress. Start accepting one-time and recurring payments on your WordPress site without setting up a shopping cart. No code required.",this.$td),icon:this.$getImgUrl(x),installed:!1,canInstall:!1,activated:!1,loading:!1},wpSimplePayPro:{name:"WP Simple Pay Pro",free:"wpSimplePay",installed:!1,canInstall:!1,activated:!1,loading:!1},easyDigitalDownloads:{name:"Easy Digital Downloads",description:this.$t.__("The best WordPress eCommerce plugin for selling digital downloads. Start selling eBooks, software, music, digital art, and more within minutes. Accept payments, manage subscriptions, advanced access control, and more.",this.$td),icon:this.$getImgUrl(B),installed:!1,canInstall:!1,activated:!1,loading:!1},sugarCalendar:{name:"Sugar Calendar",description:this.$t.__("A simple & powerful event calendar plugin for WordPress that comes with all the event management features including payments, scheduling, timezones, ticketing, recurring events, and more.",this.$td),icon:this.$getImgUrl(L),installed:!1,canInstall:!1,activated:!1,loading:!1},sugarCalendarPro:{name:"Sugar Calendar Pro",free:"sugarCalendar",installed:!1,canInstall:!1,activated:!1,loading:!1}}}},methods:r(l({},p(["installPlugins"])),{activate(t){if(!this.plugins[t].installed&&this.plugins[t].installUrl){window.open(this.plugins[t].installUrl,"_blank").focus();return}this.plugins[t].loading=!0,this.installPlugins([{plugin:t,type:"plugin"}]).then(a=>{if(this.plugins[t].loading=!1,Object.keys(a.body.completed).length)this.plugins[t].installed=!0,this.plugins[t].activated=!0;else if(Object.keys(a.body.failed).length)throw new Error(a.body.failed)}).catch(a=>{this.plugins[t].loading=!1,console.error(`Unable to install ${t}: ${a}`)})}}),computed:{plugins(){return Object.keys(this.localPlugins).forEach(t=>{this.pluginData[t].free&&(this.pluginData[t].description=this.pluginData[this.pluginData[t].free].description,this.pluginData[t].icon=this.pluginData[this.pluginData[t].free].icon)}),this.pluginData}},mounted(){this.localPlugins=l({},this.$aioseo.plugins),Object.keys(this.localPlugins).forEach(t=>{this.pluginData[t].installed=this.localPlugins[t].installed,this.pluginData[t].canInstall=this.localPlugins[t].canInstall,this.pluginData[t].canActivate=this.localPlugins[t].canActivate,this.pluginData[t].activated=this.localPlugins[t].activated,this.plugins[t].free&&(this.localPlugins[t].installed?delete this.localPlugins[this.plugins[t].free]:delete this.localPlugins[t])})}},d={};var R=b(G,j,z,!1,Y,null,null,null);function Y(t){for(let a in d)this[a]=d[a]}var N=function(){return R.exports}();export{N as default};
dist/Lite/assets/js/AccessControl.0c862a08.js DELETED
@@ -1 +0,0 @@
1
- var _=Object.defineProperty;var n=Object.getOwnPropertySymbols;var p=Object.prototype.hasOwnProperty,m=Object.prototype.propertyIsEnumerable;var s=(t,o,r)=>o in t?_(t,o,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[o]=r,l=(t,o)=>{for(var r in o||(o={}))p.call(o,r)&&s(t,r,o[r]);if(n)for(var r of n(o))m.call(o,r)&&s(t,r,o[r]);return t};import{b as f}from"./index.8900b7f9.js";import{A as d}from"./WebmasterTools.7e793510.js";import{C as g}from"./Blur.8490ecd2.js";import{C as v}from"./Card.f0350b06.js";import{C}from"./ProBadge.7c0de2f7.js";import{C as y}from"./SettingsRow.eb71f07b.js";import{C as x}from"./Index.abdfd585.js";import{n as u}from"./vueComponentNormalizer.87056a83.js";import"./default-i18n.abde8d59.js";import"./isArrayLikeObject.a4a9229a.js";import"./ToolsSettings.a9d9524e.js";import"./context.04ada340.js";import"./MetaTag.ceacc375.js";import"./Tooltip.3ec20ff5.js";import"./_commonjsHelpers.f40d732e.js";import"./index.652636d3.js";import"./client.94d919c5.js";import"./constants.7cd698f2.js";import"./QuestionMark.83ebd18e.js";import"./Slide.f5d21606.js";import"./Row.13b6f3f1.js";import"./Index.476ddbfd.js";var R=function(){var t=this,o=t.$createElement,r=t._self._c||o;return r("div",{staticClass:"aioseo-access-control-lite"},[r("core-card",{attrs:{slug:"accessControl"},scopedSlots:t._u([{key:"header",fn:function(){return[t._v(" "+t._s(t.strings.accessControl)+" "),r("core-pro-badge")]},proxy:!0},{key:"tooltip",fn:function(){return[t._v(" "+t._s(t.strings.tooltip)+" ")]},proxy:!0}])},[r("core-blur",[t._l(t.getRoles,function(e){return[r("core-settings-row",{key:e.name,attrs:{name:e.label},scopedSlots:t._u([{key:"content",fn:function(){return[r("div",{staticClass:"toggle"},[r("base-toggle",{attrs:{disabled:!0,value:!0}},[t._v(" "+t._s(t.strings.useDefaultSettings)+" ")])],1)]},proxy:!0}],null,!0)})]})],2),r("cta",{attrs:{"feature-list":[t.strings.granularControl,t.strings.wpRoles,t.strings.seoManagerRole,t.strings.seoEditorRole],"cta-link":t.$links.getPricingUrl("access-control","access-control-upsell"),"button-text":t.strings.ctaButtonText,"learn-more-link":t.$links.getUpsellUrl("access-control",null,"home")},scopedSlots:t._u([{key:"header-text",fn:function(){return[t._v(" "+t._s(t.strings.ctaHeader)+" ")]},proxy:!0},{key:"description",fn:function(){return[t._v(" "+t._s(t.strings.tooltip)+" ")]},proxy:!0}])})],1)],1)},$=[];const A={components:{CoreBlur:g,CoreCard:v,CoreProBadge:C,CoreSettingsRow:y,Cta:x},mixins:[d],data(){return{strings:{wpRoles:"WP Roles (Editor, Author)",seoManagerRole:"SEO Manager Role",seoEditorRole:"SEO Editor Role",defaultSettings:"Default settings that just work",granularControl:"Granular controls per role",ctaButtonText:"Upgrade to Pro and Unlock Access Control",ctaHeader:this.$t.sprintf("Access Control is only available for licensed %1$s %2$s users.","AIOSEO","Pro")}}}},c={};var h=u(A,R,$,!1,k,null,null,null);function k(t){for(let o in c)this[o]=c[o]}var a=function(){return h.exports}(),S=function(){var t=this,o=t.$createElement,r=t._self._c||o;return r("div",{staticClass:"aioseo-access-control"},[t.isUnlicensed?t._e():r("access-control"),t.isUnlicensed?r("access-control-lite"):t._e()],1)},E=[];const U={components:{AccessControl:a,AccessControlLite:a},computed:l({},f(["isUnlicensed"]))},i={};var b=u(U,S,E,!1,P,null,null,null);function P(t){for(let o in i)this[o]=i[o]}var tt=function(){return b.exports}();export{tt as default};
 
dist/Lite/assets/js/AccessControl.abf5bdb0.js ADDED
@@ -0,0 +1 @@
 
1
+ var _=Object.defineProperty;var s=Object.getOwnPropertySymbols;var p=Object.prototype.hasOwnProperty,m=Object.prototype.propertyIsEnumerable;var n=(t,e,o)=>e in t?_(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o,i=(t,e)=>{for(var o in e||(e={}))p.call(e,o)&&n(t,o,e[o]);if(s)for(var o of s(e))m.call(e,o)&&n(t,o,e[o]);return t};import{b as d}from"./index.d328c175.js";import{A as f}from"./WebmasterTools.b4f630fe.js";import{C as g}from"./Blur.8490ecd2.js";import{C as v}from"./Card.be971207.js";import{C as h}from"./ProBadge.7c0de2f7.js";import{C as $}from"./SettingsRow.eb71f07b.js";import{C}from"./Index.2f0c11d2.js";import{n as u}from"./vueComponentNormalizer.87056a83.js";import"./default-i18n.abde8d59.js";import"./isArrayLikeObject.a4a9229a.js";import"./ToolsSettings.004b222f.js";import"./helpers.db3922d1.js";import"./index.a4161053.js";import"./client.94d919c5.js";import"./_commonjsHelpers.f40d732e.js";import"./constants.a1b1778a.js";import"./cleanForSlug.e9a761bb.js";import"./Modal.1216ab78.js";import"./MetaTag.ceacc375.js";import"./Tooltip.3ec20ff5.js";import"./QuestionMark.83ebd18e.js";import"./Slide.f5d21606.js";import"./Row.13b6f3f1.js";import"./Index.cb0f42fe.js";var y=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"aioseo-access-control-lite"},[o("core-card",{attrs:{slug:"accessControl"},scopedSlots:t._u([{key:"header",fn:function(){return[t._v(" "+t._s(t.strings.accessControl)+" "),o("core-pro-badge")]},proxy:!0},{key:"tooltip",fn:function(){return[t._v(" "+t._s(t.strings.tooltip)+" ")]},proxy:!0}])},[o("core-blur",[t._l(t.getLiteRoles,function(r){return[o("core-settings-row",{key:r.name,attrs:{name:r.label},scopedSlots:t._u([{key:"content",fn:function(){return[o("div",{staticClass:"toggle"},[o("base-toggle",{attrs:{disabled:!0,value:!0}},[t._v(" "+t._s(t.strings.useDefaultSettings)+" ")])],1)]},proxy:!0}],null,!0)})]})],2),o("cta",{attrs:{"feature-list":[t.strings.granularControl,t.strings.wpRoles,t.strings.seoManagerRole,t.strings.seoEditorRole],"cta-link":t.$links.getPricingUrl("access-control","access-control-upsell"),"button-text":t.strings.ctaButtonText,"learn-more-link":t.$links.getUpsellUrl("access-control",null,"home")},scopedSlots:t._u([{key:"header-text",fn:function(){return[t._v(" "+t._s(t.strings.ctaHeader)+" ")]},proxy:!0},{key:"description",fn:function(){return[t._v(" "+t._s(t.strings.tooltip)+" ")]},proxy:!0}])})],1)],1)},x=[];const R={components:{CoreBlur:g,CoreCard:v,CoreProBadge:h,CoreSettingsRow:$,Cta:C},mixins:[f],data(){return{strings:{wpRoles:this.$t.__("WP Roles (Editor, Author)",this.$td),seoManagerRole:this.$t.__("SEO Manager Role",this.$td),seoEditorRole:this.$t.__("SEO Editor Role",this.$td),defaultSettings:this.$t.__("Default settings that just work",this.$td),granularControl:this.$t.__("Granular controls per role",this.$td),ctaButtonText:this.$t.__("Upgrade to Pro and Unlock Access Control",this.$td),ctaHeader:this.$t.sprintf(this.$t.__("Access Control is only available for licensed %1$s %2$s users.",this.$td),"AIOSEO","Pro")}}},computed:{getLiteRoles(){const t=this.getRoles;let e=1;for(;8>t.length;)t.push({label:this.$t.__("Custom Role "+e,this.$td),name:"customRole"+e}),e++;return t}}},l={};var A=u(R,y,x,!1,k,null,null,null);function k(t){for(let e in l)this[e]=l[e]}var c=function(){return A.exports}(),S=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"aioseo-access-control"},[t.isUnlicensed?t._e():o("access-control"),t.isUnlicensed?o("access-control-lite"):t._e()],1)},b=[];const E={components:{AccessControl:c,AccessControlLite:c},computed:i({},d(["isUnlicensed"]))},a={};var U=u(E,S,b,!1,w,null,null,null);function w(t){for(let e in a)this[e]=a[e]}var ot=function(){return U.exports}();export{ot as default};
dist/Lite/assets/js/AdditionalInformation.84802464.js DELETED
@@ -1 +0,0 @@
1
- var c=Object.defineProperty,p=Object.defineProperties;var g=Object.getOwnPropertyDescriptors;var r=Object.getOwnPropertySymbols;var u=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable;var l=(a,t,i)=>t in a?c(a,t,{enumerable:!0,configurable:!0,writable:!0,value:i}):a[t]=i,s=(a,t)=>{for(var i in t||(t={}))u.call(t,i)&&l(a,i,t[i]);if(r)for(var i of r(t))f.call(t,i)&&l(a,i,t[i]);return a},e=(a,t)=>p(a,g(t));import{W as v}from"./ToolsSettings.a9d9524e.js";import{U as _}from"./Image.c2ada86f.js";import{M as h}from"./MaxCounts.3eed5286.js";import{n as I}from"./vueComponentNormalizer.87056a83.js";import{a as m,d as C}from"./index.8900b7f9.js";import{B as b}from"./Img.2be756c0.js";import{B as z}from"./Phone.3d9368d6.js";import{B as y}from"./RadioToggle.98e1e7ec.js";import{C as S}from"./SocialProfiles.c8717b2c.js";import{S as k}from"./Plus.a9b9ba75.js";import{W as T,a as O,b as L}from"./Header.f9af4a65.js";import{W as N,a as P}from"./Steps.39febb57.js";import"./context.04ada340.js";import"./helpers.aa477dea.js";import"./index.652636d3.js";import"./client.94d919c5.js";import"./_commonjsHelpers.f40d732e.js";import"./default-i18n.abde8d59.js";import"./constants.7cd698f2.js";import"./isArrayLikeObject.a4a9229a.js";import"./cleanForSlug.f1163528.js";import"./Checkbox.5873a8d2.js";import"./Checkmark.e7547654.js";import"./Textarea.d161fc2e.js";import"./Index.476ddbfd.js";import"./SettingsRow.eb71f07b.js";import"./Row.13b6f3f1.js";import"./Logo.1a5e022a.js";var x=function(){var a=this,t=a.$createElement,i=a._self._c||t;return i("div",{staticClass:"aioseo-wizard-additional-information"},[i("wizard-header"),i("wizard-container",[i("wizard-body",{scopedSlots:a._u([{key:"footer",fn:function(){return[i("div",{staticClass:"go-back"},[i("router-link",{staticClass:"no-underline",attrs:{to:a.getPrevLink}},[a._v("\u2190")]),a._v(" \xA0 "),i("router-link",{attrs:{to:a.getPrevLink}},[a._v(a._s(a.strings.goBack))])],1),i("div",{staticClass:"spacer"}),i("base-button",{attrs:{type:"blue",loading:a.loading},on:{click:a.saveAndContinue}},[a._v(a._s(a.strings.saveAndContinue)+" \u2192")])]},proxy:!0}])},[i("wizard-steps"),i("div",{staticClass:"header"},[a._v(" "+a._s(a.strings.additionalSiteInformation)+" ")]),i("div",{staticClass:"person-or-organization aioseo-settings-row no-border no-margin"},[i("div",{staticClass:"settings-name"},[i("div",{staticClass:"name small-margin"},[a._v(a._s(a.strings.personOrOrganization))])]),i("base-radio-toggle",{attrs:{name:"siteRepresents",options:[{label:a.strings.person,value:"person"},{label:a.strings.organization,value:"organization"}]},model:{value:a.additionalInformation.siteRepresents,callback:function(o){a.$set(a.additionalInformation,"siteRepresents",o)},expression:"additionalInformation.siteRepresents"}}),i("div",{staticClass:"aioseo-description"},[a._v(" "+a._s(a.strings.personOrOrganizationDescription)+" ")])],1),a.additionalInformation.siteRepresents==="person"?i("div",{staticClass:"aioseo-settings-row no-border no-margin"},[i("div",{staticClass:"settings-name"},[i("div",{staticClass:"name small-margin"},[a._v(a._s(a.strings.choosePerson))])]),i("base-select",{staticClass:"person-chooser",attrs:{options:a.users,value:a.getPersonOptions(a.additionalInformation.person)},on:{input:function(o){return a.additionalInformation.person=o.value}},scopedSlots:a._u([{key:"singleLabel",fn:function(o){var n=o.option;return[i("div",{staticClass:"person-label"},[n.gravatar?i("div",{staticClass:"person-avatar"},[i("img",{attrs:{alt:"User Gravatar",src:n.gravatar}})]):a._e(),i("div",{staticClass:"person-name"},[a._v(" "+a._s(n.label)+" ")])])]}},{key:"option",fn:function(o){var n=o.option;return[i("div",{staticClass:"person-label"},[n.gravatar?i("div",{staticClass:"person-avatar"},[i("img",{attrs:{alt:"User Gravatar",src:n.gravatar}})]):a._e(),i("div",{staticClass:"person-name"},[a._v(" "+a._s(n.label)+" ")])])]}}],null,!1,48911446)})],1):a._e(),a.additionalInformation.siteRepresents==="organization"?i("div",{staticClass:"schema-graph-name aioseo-settings-row no-border no-margin"},[i("div",{staticClass:"settings-name"},[i("div",{staticClass:"name small-margin"},[a._v(a._s(a.strings.organizationName))])]),i("base-input",{attrs:{size:"medium"},model:{value:a.additionalInformation.organizationName,callback:function(o){a.$set(a.additionalInformation,"organizationName",o)},expression:"additionalInformation.organizationName"}})],1):a._e(),a.additionalInformation.siteRepresents!=="organization"&&a.additionalInformation.person==="manual"?i("div",{staticClass:"schema-graph-name aioseo-settings-row no-border no-margin"},[i("div",{staticClass:"settings-name"},[i("div",{staticClass:"name small-margin"},[a._v(a._s(a.strings.name))])]),i("base-input",{attrs:{size:"medium"},model:{value:a.additionalInformation.personName,callback:function(o){a.$set(a.additionalInformation,"personName",o)},expression:"additionalInformation.personName"}})],1):a._e(),a.additionalInformation.siteRepresents==="organization"?i("div",{staticClass:"schema-graph-phone aioseo-settings-row no-border no-margin"},[i("div",{staticClass:"settings-name"},[i("div",{staticClass:"name small-margin"},[a._v(a._s(a.strings.phone))])]),i("base-phone",{model:{value:a.additionalInformation.phone,callback:function(o){a.$set(a.additionalInformation,"phone",o)},expression:"additionalInformation.phone"}})],1):a._e(),a.additionalInformation.siteRepresents==="organization"?i("div",{staticClass:"schema-graph-contact-type aioseo-settings-row no-border no-margin"},[i("div",{staticClass:"settings-name"},[i("div",{staticClass:"name small-margin"},[a._v(a._s(a.strings.contactType))])]),i("base-select",{attrs:{size:"medium",options:a.$constants.CONTACT_TYPES,placeholder:a.strings.chooseContactType,value:a.getContactTypeOptions(a.additionalInformation.contactType)},on:{input:function(o){return a.additionalInformation.contactType=o.value}}}),i("div",{staticClass:"aioseo-description"},[a._v(" "+a._s(a.strings.contactTypeDescription)+" ")])],1):a._e(),a.additionalInformation.siteRepresents==="organization"&&a.additionalInformation.contactType==="manual"?i("div",{staticClass:"schema-graph-contact-type-manual aioseo-settings-row no-border no-margin"},[i("div",{staticClass:"settings-name"},[i("div",{staticClass:"name small-margin"},[a._v(a._s(a.strings.contactType))])]),i("base-input",{attrs:{size:"medium"},model:{value:a.additionalInformation.contactTypeManual,callback:function(o){a.$set(a.additionalInformation,"contactTypeManual",o)},expression:"additionalInformation.contactTypeManual"}})],1):a._e(),a.additionalInformation.siteRepresents==="organization"?i("div",{staticClass:"schema-graph-image aioseo-settings-row no-border no-margin"},[i("div",{staticClass:"settings-name"},[i("div",{staticClass:"name small-margin"},[a._v(a._s(a.strings.logo))])]),i("div",{staticClass:"image-upload"},[i("base-input",{attrs:{size:"medium",placeholder:a.strings.pasteYourImageUrl},model:{value:a.additionalInformation.organizationLogo,callback:function(o){a.$set(a.additionalInformation,"organizationLogo",o)},expression:"additionalInformation.organizationLogo"}}),i("base-button",{staticClass:"insert-image",attrs:{size:"medium",type:"black"},on:{click:function(o){a.openUploadModal("organizationLogo",function(n){return a.additionalInformation.organizationLogo=n})}}},[i("svg-circle-plus"),a._v(" "+a._s(a.strings.uploadOrSelectImage)+" ")],1),i("base-button",{staticClass:"remove-image",attrs:{size:"medium",type:"gray"},on:{click:function(o){a.additionalInformation.organizationLogo=null}}},[a._v(" "+a._s(a.strings.remove)+" ")])],1),i("div",{staticClass:"aioseo-description"},[a._v(" "+a._s(a.strings.minimumSize)+" ")]),i("base-img",{attrs:{src:a.additionalInformation.organizationLogo}})],1):a._e(),a.additionalInformation.siteRepresents!=="organization"&&a.additionalInformation.person==="manual"?i("div",{staticClass:"schema-graph-image aioseo-settings-row no-border no-margin"},[i("div",{staticClass:"settings-name"},[i("div",{staticClass:"name small-margin"},[a._v(a._s(a.strings.logo))])]),i("div",{staticClass:"image-upload"},[i("base-input",{attrs:{size:"medium",placeholder:a.strings.pasteYourImageUrl},model:{value:a.additionalInformation.personLogo,callback:function(o){a.$set(a.additionalInformation,"personLogo",o)},expression:"additionalInformation.personLogo"}}),i("base-button",{staticClass:"insert-image",attrs:{size:"medium",type:"black"},on:{click:function(o){a.openUploadModal("personLogo",function(n){return a.additionalInformation.personLogo=n})}}},[i("svg-circle-plus"),a._v(" "+a._s(a.strings.uploadOrSelectImage)+" ")],1),i("base-button",{staticClass:"remove-image",attrs:{size:"medium",type:"gray"},on:{click:function(o){a.additionalInformation.personLogo=null}}},[a._v(" "+a._s(a.strings.remove)+" ")])],1),i("div",{staticClass:"aioseo-description"},[a._v(" "+a._s(a.strings.minimumSize)+" ")]),i("base-img",{attrs:{src:a.additionalInformation.personLogo}})],1):a._e(),i("div",{staticClass:"schema-graph-image aioseo-settings-row"},[i("div",{staticClass:"settings-name"},[i("div",{staticClass:"name small-margin"},[a._v(a._s(a.strings.defaultSocialShareImage))])]),i("div",{staticClass:"image-upload"},[i("base-input",{attrs:{size:"medium",placeholder:a.strings.pasteYourImageUrl},model:{value:a.additionalInformation.socialShareImage,callback:function(o){a.$set(a.additionalInformation,"socialShareImage",o)},expression:"additionalInformation.socialShareImage"}}),i("base-button",{staticClass:"insert-image",attrs:{size:"medium",type:"black"},on:{click:function(o){a.openUploadModal("socialShareImage",function(n){return a.additionalInformation.socialShareImage=n})}}},[i("svg-circle-plus"),a._v(" "+a._s(a.strings.uploadOrSelectImage)+" ")],1),i("base-button",{staticClass:"remove-image",attrs:{size:"medium",type:"gray"},on:{click:function(o){a.additionalInformation.socialShareImage=null}}},[a._v(" "+a._s(a.strings.remove)+" ")])],1),i("div",{staticClass:"aioseo-description"},[a._v(" "+a._s(a.strings.minimumSize)+" ")]),i("base-img",{attrs:{src:a.additionalInformation.socialShareImage}})],1),i("div",{staticClass:"header social"},[a._v(" "+a._s(a.strings.yourSocialProfiles)+" ")]),a.loaded?i("div",{staticClass:"social-profiles"},[i("core-social-profiles",{attrs:{options:a.additionalInformation,leftSize:"4",rightSize:"8",sameUsernameWidth:"4",hideAdditionalProfiles:""}})],1):a._e()],1),i("wizard-close-and-exit")],1)],1)},w=[];const $={components:{BaseImg:b,BasePhone:z,BaseRadioToggle:y,CoreSocialProfiles:S,SvgCirclePlus:k,WizardBody:T,WizardCloseAndExit:N,WizardContainer:O,WizardHeader:L,WizardSteps:P},mixins:[h,_,v],data(){return{loaded:!1,loading:!1,stage:"additional-information",strings:{additionalSiteInformation:"Additional Site Information",personOrOrganization:"Person or Organization",choosePerson:"Choose a Person",person:"Person",organization:"Organization",personOrOrganizationDescription:"Choose whether the site represents a person or an organization.",name:"Name",organizationName:"Organization Name",phone:"Phone Number",chooseContactType:"Choose a Contact Type",contactType:"Contact Type",contactTypeDescription:"Select which team or department the phone number belongs to.",logo:"Logo",uploadOrSelectImage:"Upload or Select Image",pasteYourImageUrl:"Paste your image URL or select a new image",minimumSize:"Minimum size: 112px x 112px, The image must be in JPG, PNG, GIF, SVG, or WEBP format.",remove:"Remove",defaultSocialShareImage:"Default Social Share Image",yourSocialProfiles:"Your Social Profiles"}}},watch:{"options.social.profiles":{deep:!0,handler(a){this.additionalInformation.social.profiles=a}}},computed:e(s(s({},m(["options"])),m("wizard",["additionalInformation"])),{users(){return[{label:"Manually Enter Person",value:"manual"}].concat(this.$aioseo.users.map(a=>({label:`${a.displayName} (${a.email})`,gravatar:a.gravatar,value:a.id})))}}),methods:e(s({},C("wizard",["saveWizard"])),{getPersonOptions(a){return this.users.find(t=>t.value===a)},getContactTypeOptions(a){return this.$constants.CONTACT_TYPES.find(t=>t.value===a)},saveAndContinue(){this.loading=!0,this.saveWizard("additionalInformation").then(()=>{this.$router.push(this.getNextLink)})}}),mounted(){this.$nextTick(()=>{const a=JSON.parse(JSON.stringify(this.options.searchAppearance)),t=JSON.parse(JSON.stringify(this.options.social));this.additionalInformation.social.profiles=JSON.parse(JSON.stringify(t.profiles)),this.additionalInformation.socialShareImage=t.facebook.general.defaultImagePosts,this.additionalInformation.siteRepresents=a.global.schema.siteRepresents,this.additionalInformation.person=a.global.schema.person,this.additionalInformation.organizationName=a.global.schema.organizationName,this.additionalInformation.organizationLogo=a.global.schema.organizationLogo,this.additionalInformation.personName=a.global.schema.personName,this.additionalInformation.personLogo=a.global.schema.personLogo,this.additionalInformation.phone=a.global.schema.phone,this.additionalInformation.contactType=a.global.schema.contactType,this.additionalInformation.contactTypeManual=a.global.schema.contactTypeManual,this.loaded=!0})}},d={};var R=I($,x,w,!1,A,null,null,null);function A(a){for(let t in d)this[t]=d[t]}var ca=function(){return R.exports}();export{ca as default};
 
dist/Lite/assets/js/AdditionalInformation.d2f64136.js ADDED
@@ -0,0 +1 @@
 
1
+ var c=Object.defineProperty,p=Object.defineProperties;var g=Object.getOwnPropertyDescriptors;var r=Object.getOwnPropertySymbols;var u=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable;var l=(a,o,t)=>o in a?c(a,o,{enumerable:!0,configurable:!0,writable:!0,value:t}):a[o]=t,n=(a,o)=>{for(var t in o||(o={}))u.call(o,t)&&l(a,t,o[t]);if(r)for(var t of r(o))f.call(o,t)&&l(a,t,o[t]);return a},e=(a,o)=>p(a,g(o));import{W as v}from"./ToolsSettings.004b222f.js";import{U as _}from"./Image.ec6b7346.js";import{M as h}from"./MaxCounts.5a7ca2fd.js";import{n as I}from"./vueComponentNormalizer.87056a83.js";import{a as d,d as C}from"./index.d328c175.js";import{B as b}from"./Img.53f489b6.js";import{B as z}from"./Phone.3d9368d6.js";import{B as $}from"./RadioToggle.98e1e7ec.js";import{C as y}from"./SocialProfiles.9591afec.js";import{S}from"./Plus.a9b9ba75.js";import{W as k,a as T,b as O}from"./Header.fffa631d.js";import{W as L,a as N}from"./Steps.f359c40f.js";import"./helpers.db3922d1.js";import"./index.a4161053.js";import"./client.94d919c5.js";import"./_commonjsHelpers.f40d732e.js";import"./default-i18n.abde8d59.js";import"./constants.a1b1778a.js";import"./isArrayLikeObject.a4a9229a.js";import"./cleanForSlug.e9a761bb.js";import"./Modal.1216ab78.js";import"./Checkbox.5873a8d2.js";import"./Checkmark.e7547654.js";import"./Textarea.d161fc2e.js";import"./Index.cb0f42fe.js";import"./SettingsRow.eb71f07b.js";import"./Row.13b6f3f1.js";import"./Logo.1a5e022a.js";var P=function(){var a=this,o=a.$createElement,t=a._self._c||o;return t("div",{staticClass:"aioseo-wizard-additional-information"},[t("wizard-header"),t("wizard-container",[t("wizard-body",{scopedSlots:a._u([{key:"footer",fn:function(){return[t("div",{staticClass:"go-back"},[t("router-link",{staticClass:"no-underline",attrs:{to:a.getPrevLink}},[a._v("\u2190")]),a._v(" \xA0 "),t("router-link",{attrs:{to:a.getPrevLink}},[a._v(a._s(a.strings.goBack))])],1),t("div",{staticClass:"spacer"}),t("base-button",{attrs:{type:"blue",loading:a.loading},on:{click:a.saveAndContinue}},[a._v(a._s(a.strings.saveAndContinue)+" \u2192")])]},proxy:!0}])},[t("wizard-steps"),t("div",{staticClass:"header"},[a._v(" "+a._s(a.strings.additionalSiteInformation)+" ")]),t("div",{staticClass:"person-or-organization aioseo-settings-row no-border no-margin"},[t("div",{staticClass:"settings-name"},[t("div",{staticClass:"name small-margin"},[a._v(a._s(a.strings.personOrOrganization))])]),t("base-radio-toggle",{attrs:{name:"siteRepresents",options:[{label:a.strings.person,value:"person"},{label:a.strings.organization,value:"organization"}]},model:{value:a.additionalInformation.siteRepresents,callback:function(i){a.$set(a.additionalInformation,"siteRepresents",i)},expression:"additionalInformation.siteRepresents"}}),t("div",{staticClass:"aioseo-description"},[a._v(" "+a._s(a.strings.personOrOrganizationDescription)+" ")])],1),a.additionalInformation.siteRepresents==="person"?t("div",{staticClass:"aioseo-settings-row no-border no-margin"},[t("div",{staticClass:"settings-name"},[t("div",{staticClass:"name small-margin"},[a._v(a._s(a.strings.choosePerson))])]),t("base-select",{staticClass:"person-chooser",attrs:{options:a.users,value:a.getPersonOptions(a.additionalInformation.person)},on:{input:function(i){return a.additionalInformation.person=i.value}},scopedSlots:a._u([{key:"singleLabel",fn:function(i){var s=i.option;return[t("div",{staticClass:"person-label"},[s.gravatar?t("div",{staticClass:"person-avatar"},[t("img",{attrs:{alt:"User Gravatar",src:s.gravatar}})]):a._e(),t("div",{staticClass:"person-name"},[a._v(" "+a._s(s.label)+" ")])])]}},{key:"option",fn:function(i){var s=i.option;return[t("div",{staticClass:"person-label"},[s.gravatar?t("div",{staticClass:"person-avatar"},[t("img",{attrs:{alt:"User Gravatar",src:s.gravatar}})]):a._e(),t("div",{staticClass:"person-name"},[a._v(" "+a._s(s.label)+" ")])])]}}],null,!1,48911446)})],1):a._e(),a.additionalInformation.siteRepresents==="organization"?t("div",{staticClass:"schema-graph-name aioseo-settings-row no-border no-margin"},[t("div",{staticClass:"settings-name"},[t("div",{staticClass:"name small-margin"},[a._v(a._s(a.strings.organizationName))])]),t("base-input",{attrs:{size:"medium"},model:{value:a.additionalInformation.organizationName,callback:function(i){a.$set(a.additionalInformation,"organizationName",i)},expression:"additionalInformation.organizationName"}})],1):a._e(),a.additionalInformation.siteRepresents!=="organization"&&a.additionalInformation.person==="manual"?t("div",{staticClass:"schema-graph-name aioseo-settings-row no-border no-margin"},[t("div",{staticClass:"settings-name"},[t("div",{staticClass:"name small-margin"},[a._v(a._s(a.strings.name))])]),t("base-input",{attrs:{size:"medium"},model:{value:a.additionalInformation.personName,callback:function(i){a.$set(a.additionalInformation,"personName",i)},expression:"additionalInformation.personName"}})],1):a._e(),a.additionalInformation.siteRepresents==="organization"?t("div",{staticClass:"schema-graph-phone aioseo-settings-row no-border no-margin"},[t("div",{staticClass:"settings-name"},[t("div",{staticClass:"name small-margin"},[a._v(a._s(a.strings.phone))])]),t("base-phone",{model:{value:a.additionalInformation.phone,callback:function(i){a.$set(a.additionalInformation,"phone",i)},expression:"additionalInformation.phone"}})],1):a._e(),a.additionalInformation.siteRepresents==="organization"?t("div",{staticClass:"schema-graph-contact-type aioseo-settings-row no-border no-margin"},[t("div",{staticClass:"settings-name"},[t("div",{staticClass:"name small-margin"},[a._v(a._s(a.strings.contactType))])]),t("base-select",{attrs:{size:"medium",options:a.$constants.CONTACT_TYPES,placeholder:a.strings.chooseContactType,value:a.getContactTypeOptions(a.additionalInformation.contactType)},on:{input:function(i){return a.additionalInformation.contactType=i.value}}}),t("div",{staticClass:"aioseo-description"},[a._v(" "+a._s(a.strings.contactTypeDescription)+" ")])],1):a._e(),a.additionalInformation.siteRepresents==="organization"&&a.additionalInformation.contactType==="manual"?t("div",{staticClass:"schema-graph-contact-type-manual aioseo-settings-row no-border no-margin"},[t("div",{staticClass:"settings-name"},[t("div",{staticClass:"name small-margin"},[a._v(a._s(a.strings.contactType))])]),t("base-input",{attrs:{size:"medium"},model:{value:a.additionalInformation.contactTypeManual,callback:function(i){a.$set(a.additionalInformation,"contactTypeManual",i)},expression:"additionalInformation.contactTypeManual"}})],1):a._e(),a.additionalInformation.siteRepresents==="organization"?t("div",{staticClass:"schema-graph-image aioseo-settings-row no-border no-margin"},[t("div",{staticClass:"settings-name"},[t("div",{staticClass:"name small-margin"},[a._v(a._s(a.strings.logo))])]),t("div",{staticClass:"image-upload"},[t("base-input",{attrs:{size:"medium",placeholder:a.strings.pasteYourImageUrl},model:{value:a.additionalInformation.organizationLogo,callback:function(i){a.$set(a.additionalInformation,"organizationLogo",i)},expression:"additionalInformation.organizationLogo"}}),t("base-button",{staticClass:"insert-image",attrs:{size:"medium",type:"black"},on:{click:function(i){a.openUploadModal("organizationLogo",function(s){return a.additionalInformation.organizationLogo=s})}}},[t("svg-circle-plus"),a._v(" "+a._s(a.strings.uploadOrSelectImage)+" ")],1),t("base-button",{staticClass:"remove-image",attrs:{size:"medium",type:"gray"},on:{click:function(i){a.additionalInformation.organizationLogo=null}}},[a._v(" "+a._s(a.strings.remove)+" ")])],1),t("div",{staticClass:"aioseo-description"},[a._v(" "+a._s(a.strings.minimumSize)+" ")]),t("base-img",{attrs:{src:a.additionalInformation.organizationLogo}})],1):a._e(),a.additionalInformation.siteRepresents!=="organization"&&a.additionalInformation.person==="manual"?t("div",{staticClass:"schema-graph-image aioseo-settings-row no-border no-margin"},[t("div",{staticClass:"settings-name"},[t("div",{staticClass:"name small-margin"},[a._v(a._s(a.strings.logo))])]),t("div",{staticClass:"image-upload"},[t("base-input",{attrs:{size:"medium",placeholder:a.strings.pasteYourImageUrl},model:{value:a.additionalInformation.personLogo,callback:function(i){a.$set(a.additionalInformation,"personLogo",i)},expression:"additionalInformation.personLogo"}}),t("base-button",{staticClass:"insert-image",attrs:{size:"medium",type:"black"},on:{click:function(i){a.openUploadModal("personLogo",function(s){return a.additionalInformation.personLogo=s})}}},[t("svg-circle-plus"),a._v(" "+a._s(a.strings.uploadOrSelectImage)+" ")],1),t("base-button",{staticClass:"remove-image",attrs:{size:"medium",type:"gray"},on:{click:function(i){a.additionalInformation.personLogo=null}}},[a._v(" "+a._s(a.strings.remove)+" ")])],1),t("div",{staticClass:"aioseo-description"},[a._v(" "+a._s(a.strings.minimumSize)+" ")]),t("base-img",{attrs:{src:a.additionalInformation.personLogo}})],1):a._e(),t("div",{staticClass:"schema-graph-image aioseo-settings-row"},[t("div",{staticClass:"settings-name"},[t("div",{staticClass:"name small-margin"},[a._v(a._s(a.strings.defaultSocialShareImage))])]),t("div",{staticClass:"image-upload"},[t("base-input",{attrs:{size:"medium",placeholder:a.strings.pasteYourImageUrl},model:{value:a.additionalInformation.socialShareImage,callback:function(i){a.$set(a.additionalInformation,"socialShareImage",i)},expression:"additionalInformation.socialShareImage"}}),t("base-button",{staticClass:"insert-image",attrs:{size:"medium",type:"black"},on:{click:function(i){a.openUploadModal("socialShareImage",function(s){return a.additionalInformation.socialShareImage=s})}}},[t("svg-circle-plus"),a._v(" "+a._s(a.strings.uploadOrSelectImage)+" ")],1),t("base-button",{staticClass:"remove-image",attrs:{size:"medium",type:"gray"},on:{click:function(i){a.additionalInformation.socialShareImage=null}}},[a._v(" "+a._s(a.strings.remove)+" ")])],1),t("div",{staticClass:"aioseo-description"},[a._v(" "+a._s(a.strings.minimumSize)+" ")]),t("base-img",{attrs:{src:a.additionalInformation.socialShareImage}})],1),t("div",{staticClass:"header social"},[a._v(" "+a._s(a.strings.yourSocialProfiles)+" ")]),a.loaded?t("div",{staticClass:"social-profiles"},[t("core-social-profiles",{attrs:{options:a.additionalInformation,leftSize:"4",rightSize:"8",sameUsernameWidth:"4",hideAdditionalProfiles:""}})],1):a._e()],1),t("wizard-close-and-exit")],1)],1)},x=[];const w={components:{BaseImg:b,BasePhone:z,BaseRadioToggle:$,CoreSocialProfiles:y,SvgCirclePlus:S,WizardBody:k,WizardCloseAndExit:L,WizardContainer:T,WizardHeader:O,WizardSteps:N},mixins:[h,_,v],data(){return{loaded:!1,loading:!1,stage:"additional-information",strings:{additionalSiteInformation:this.$t.__("Additional Site Information",this.$td),personOrOrganization:this.$t.__("Person or Organization",this.$td),choosePerson:this.$t.__("Choose a Person",this.$td),person:this.$t.__("Person",this.$td),organization:this.$t.__("Organization",this.$td),personOrOrganizationDescription:this.$t.__("Choose whether the site represents a person or an organization.",this.$td),name:this.$t.__("Name",this.$td),organizationName:this.$t.__("Organization Name",this.$td),phone:this.$t.__("Phone Number",this.$td),chooseContactType:this.$t.__("Choose a Contact Type",this.$td),contactType:this.$t.__("Contact Type",this.$td),contactTypeDescription:this.$t.__("Select which team or department the phone number belongs to.",this.$td),logo:this.$t.__("Logo",this.$td),uploadOrSelectImage:this.$t.__("Upload or Select Image",this.$td),pasteYourImageUrl:this.$t.__("Paste your image URL or select a new image",this.$td),minimumSize:this.$t.__("Minimum size: 112px x 112px, The image must be in JPG, PNG, GIF, SVG, or WEBP format.",this.$td),remove:this.$t.__("Remove",this.$td),defaultSocialShareImage:this.$t.__("Default Social Share Image",this.$td),yourSocialProfiles:this.$t.__("Your Social Profiles",this.$td)}}},watch:{"options.social.profiles":{deep:!0,handler(a){this.additionalInformation.social.profiles=a}}},computed:e(n(n({},d(["options"])),d("wizard",["additionalInformation"])),{users(){return[{label:this.$t.__("Manually Enter Person",this.$td),value:"manual"}].concat(this.$aioseo.users.map(a=>({label:`${a.displayName} (${a.email})`,gravatar:a.gravatar,value:a.id})))}}),methods:e(n({},C("wizard",["saveWizard"])),{getPersonOptions(a){return this.users.find(o=>o.value===a)},getContactTypeOptions(a){return this.$constants.CONTACT_TYPES.find(o=>o.value===a)},saveAndContinue(){this.loading=!0,this.saveWizard("additionalInformation").then(()=>{this.$router.push(this.getNextLink)})}}),mounted(){this.$nextTick(()=>{const a=JSON.parse(JSON.stringify(this.options.searchAppearance)),o=JSON.parse(JSON.stringify(this.options.social));this.additionalInformation.social.profiles=JSON.parse(JSON.stringify(o.profiles)),this.additionalInformation.socialShareImage=o.facebook.general.defaultImagePosts,this.additionalInformation.siteRepresents=a.global.schema.siteRepresents,this.additionalInformation.person=a.global.schema.person,this.additionalInformation.organizationName=a.global.schema.organizationName,this.additionalInformation.organizationLogo=a.global.schema.organizationLogo,this.additionalInformation.personName=a.global.schema.personName,this.additionalInformation.personLogo=a.global.schema.personLogo,this.additionalInformation.phone=a.global.schema.phone,this.additionalInformation.contactType=a.global.schema.contactType,this.additionalInformation.contactTypeManual=a.global.schema.contactTypeManual,this.loaded=!0})}},m={};var R=I(w,P,x,!1,A,null,null,null);function A(a){for(let o in m)this[o]=m[o]}var ca=function(){return R.exports}();export{ca as default};
dist/Lite/assets/js/{AdditionalPages.0d295a96.js → AdditionalPages.94d0616c.js} RENAMED
@@ -1,3 +1,3 @@
1
- var Ye=Object.defineProperty,Ve=Object.defineProperties;var Be=Object.getOwnPropertyDescriptors;var Ce=Object.getOwnPropertySymbols;var We=Object.prototype.hasOwnProperty,ze=Object.prototype.propertyIsEnumerable;var Oe=(o,x,r)=>x in o?Ye(o,x,{enumerable:!0,configurable:!0,writable:!0,value:r}):o[x]=r,le=(o,x)=>{for(var r in x||(x={}))We.call(x,r)&&Oe(o,r,x[r]);if(Ce)for(var r of Ce(x))ze.call(x,r)&&Oe(o,r,x[r]);return o},ce=(o,x)=>Ve(o,Be(x));import{c as je,a as we}from"./index.8900b7f9.js";import{h as qe,c as Ge,j as fe,i as Te}from"./index.652636d3.js";import"./default-i18n.abde8d59.js";import{c as Je,a as Ze}from"./_commonjsHelpers.f40d732e.js";import{S as Ne}from"./Close.5e7bcb70.js";import{S as Xe}from"./NewsChannel.fc0a5ed5.js";import{n as _e}from"./vueComponentNormalizer.87056a83.js";import{C as Ke}from"./Index.476ddbfd.js";import{C as Le}from"./Modal.236342a4.js";import{S as Qe}from"./Exclamation.356738ce.js";import{C as et}from"./Table.dfc2977c.js";import{C as tt}from"./Card.f0350b06.js";import{C as rt}from"./Tooltip.3ec20ff5.js";import{S as nt}from"./Trash.214b5744.js";import"./isArrayLikeObject.a4a9229a.js";import"./client.94d919c5.js";import"./constants.7cd698f2.js";import"./Slide.f5d21606.js";import"./QuestionMark.83ebd18e.js";var Ee={exports:{}};(function(o,x){(function(r,c){o.exports=c()})(typeof self!="undefined"?self:Je,function(){return function(r){var c={};function e(n){if(c[n])return c[n].exports;var a=c[n]={i:n,l:!1,exports:{}};return r[n].call(a.exports,a,a.exports,e),a.l=!0,a.exports}return e.m=r,e.c=c,e.d=function(n,a,i){e.o(n,a)||Object.defineProperty(n,a,{enumerable:!0,get:i})},e.r=function(n){typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},e.t=function(n,a){if(1&a&&(n=e(n)),8&a||4&a&&typeof n=="object"&&n&&n.__esModule)return n;var i=Object.create(null);if(e.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:n}),2&a&&typeof n!="string")for(var s in n)e.d(i,s,function(l){return n[l]}.bind(null,s));return i},e.n=function(n){var a=n&&n.__esModule?function(){return n.default}:function(){return n};return e.d(a,"a",a),a},e.o=function(n,a){return Object.prototype.hasOwnProperty.call(n,a)},e.p="",e(e.s="fb15")}({"00ee":function(r,c,e){var n=e("b622"),a=n("toStringTag"),i={};i[a]="z",r.exports=String(i)==="[object z]"},"057f":function(r,c,e){var n=e("fc6a"),a=e("241c").f,i={}.toString,s=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],l=function(d){try{return a(d)}catch{return s.slice()}};r.exports.f=function(d){return s&&i.call(d)=="[object Window]"?l(d):a(n(d))}},"06cf":function(r,c,e){var n=e("83ab"),a=e("d1e7"),i=e("5c6c"),s=e("fc6a"),l=e("c04e"),d=e("5135"),u=e("0cfb"),y=Object.getOwnPropertyDescriptor;c.f=n?y:function(h,g){if(h=s(h),g=l(g,!0),u)try{return y(h,g)}catch{}if(d(h,g))return i(!a.f.call(h,g),h[g])}},"0cfb":function(r,c,e){var n=e("83ab"),a=e("d039"),i=e("cc12");r.exports=!n&&!a(function(){return Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a!=7})},"0e58":function(r,c,e){var n=e("beb7"),a=e.n(n);a.a},"14c3":function(r,c,e){var n=e("c6b6"),a=e("9263");r.exports=function(i,s){var l=i.exec;if(typeof l=="function"){var d=l.call(i,s);if(typeof d!="object")throw TypeError("RegExp exec method returned something other than an Object or null");return d}if(n(i)!=="RegExp")throw TypeError("RegExp#exec called on incompatible receiver");return a.call(i,s)}},"159b":function(r,c,e){var n=e("da84"),a=e("fdbc"),i=e("17c2"),s=e("9112");for(var l in a){var d=n[l],u=d&&d.prototype;if(u&&u.forEach!==i)try{s(u,"forEach",i)}catch{u.forEach=i}}},"17c2":function(r,c,e){var n=e("b727").forEach,a=e("b301");r.exports=a("forEach")?function(i){return n(this,i,arguments.length>1?arguments[1]:void 0)}:[].forEach},"18e6":function(r,c,e){},"1be4":function(r,c,e){var n=e("d066");r.exports=n("document","documentElement")},"1c0b":function(r,c){r.exports=function(e){if(typeof e!="function")throw TypeError(String(e)+" is not a function");return e}},"1c7e":function(r,c,e){var n=e("b622"),a=n("iterator"),i=!1;try{var s=0,l={next:function(){return{done:!!s++}},return:function(){i=!0}};l[a]=function(){return this},Array.from(l,function(){throw 2})}catch{}r.exports=function(d,u){if(!u&&!i)return!1;var y=!1;try{var h={};h[a]=function(){return{next:function(){return{done:y=!0}}}},d(h)}catch{}return y}},"1d80":function(r,c){r.exports=function(e){if(e==null)throw TypeError("Can't call method on "+e);return e}},"1dde":function(r,c,e){var n=e("d039"),a=e("b622"),i=e("60ae"),s=a("species");r.exports=function(l){return i>=51||!n(function(){var d=[],u=d.constructor={};return u[s]=function(){return{foo:1}},d[l](Boolean).foo!==1})}},"23cb":function(r,c,e){var n=e("a691"),a=Math.max,i=Math.min;r.exports=function(s,l){var d=n(s);return d<0?a(d+l,0):i(d,l)}},"23e7":function(r,c,e){var n=e("da84"),a=e("06cf").f,i=e("9112"),s=e("6eeb"),l=e("ce4e"),d=e("e893"),u=e("94ca");r.exports=function(y,h){var g,f,p,D,b,_,C=y.target,A=y.global,$=y.stat;if(f=A?n:$?n[C]||l(C,{}):(n[C]||{}).prototype,f)for(p in h){if(b=h[p],y.noTargetGet?(_=a(f,p),D=_&&_.value):D=f[p],g=u(A?p:C+($?".":"#")+p,y.forced),!g&&D!==void 0){if(typeof b==typeof D)continue;d(b,D)}(y.sham||D&&D.sham)&&i(b,"sham",!0),s(f,p,b,y)}}},"241c":function(r,c,e){var n=e("ca84"),a=e("7839"),i=a.concat("length","prototype");c.f=Object.getOwnPropertyNames||function(s){return n(s,i)}},"25f0":function(r,c,e){var n=e("6eeb"),a=e("825a"),i=e("d039"),s=e("ad6d"),l="toString",d=RegExp.prototype,u=d[l],y=i(function(){return u.call({source:"a",flags:"b"})!="/a/b"}),h=u.name!=l;(y||h)&&n(RegExp.prototype,l,function(){var g=a(this),f=String(g.source),p=g.flags,D=String(p===void 0&&g instanceof RegExp&&!("flags"in d)?s.call(g):p);return"/"+f+"/"+D},{unsafe:!0})},"35a1":function(r,c,e){var n=e("f5df"),a=e("3f8c"),i=e("b622"),s=i("iterator");r.exports=function(l){if(l!=null)return l[s]||l["@@iterator"]||a[n(l)]}},"37e8":function(r,c,e){var n=e("83ab"),a=e("9bf2"),i=e("825a"),s=e("df75");r.exports=n?Object.defineProperties:function(l,d){i(l);for(var u,y=s(d),h=y.length,g=0;h>g;)a.f(l,u=y[g++],d[u]);return l}},"3bbe":function(r,c,e){var n=e("861d");r.exports=function(a){if(!n(a)&&a!==null)throw TypeError("Can't set "+String(a)+" as a prototype");return a}},"3ca3":function(r,c,e){var n=e("6547").charAt,a=e("69f3"),i=e("7dd0"),s="String Iterator",l=a.set,d=a.getterFor(s);i(String,"String",function(u){l(this,{type:s,string:String(u),index:0})},function(){var u,y=d(this),h=y.string,g=y.index;return g>=h.length?{value:void 0,done:!0}:(u=n(h,g),y.index+=u.length,{value:u,done:!1})})},"3f8c":function(r,c){r.exports={}},"428f":function(r,c,e){var n=e("da84");r.exports=n},"44ad":function(r,c,e){var n=e("d039"),a=e("c6b6"),i="".split;r.exports=n(function(){return!Object("z").propertyIsEnumerable(0)})?function(s){return a(s)=="String"?i.call(s,""):Object(s)}:Object},"44d2":function(r,c,e){var n=e("b622"),a=e("7c73"),i=e("9112"),s=n("unscopables"),l=Array.prototype;l[s]==null&&i(l,s,a(null)),r.exports=function(d){l[s][d]=!0}},"466d":function(r,c,e){var n=e("d784"),a=e("825a"),i=e("50c4"),s=e("1d80"),l=e("8aa5"),d=e("14c3");n("match",1,function(u,y,h){return[function(g){var f=s(this),p=g==null?void 0:g[u];return p!==void 0?p.call(g,f):new RegExp(g)[u](String(f))},function(g){var f=h(y,g,this);if(f.done)return f.value;var p=a(g),D=String(this);if(!p.global)return d(p,D);var b=p.unicode;p.lastIndex=0;for(var _,C=[],A=0;(_=d(p,D))!==null;){var $=String(_[0]);C[A]=$,$===""&&(p.lastIndex=l(D,i(p.lastIndex),b)),A++}return A===0?null:C}]})},4930:function(r,c,e){var n=e("d039");r.exports=!!Object.getOwnPropertySymbols&&!n(function(){return!String(Symbol())})},"4d64":function(r,c,e){var n=e("fc6a"),a=e("50c4"),i=e("23cb"),s=function(l){return function(d,u,y){var h,g=n(d),f=a(g.length),p=i(y,f);if(l&&u!=u){for(;f>p;)if(h=g[p++],h!=h)return!0}else for(;f>p;p++)if((l||p in g)&&g[p]===u)return l||p||0;return!l&&-1}};r.exports={includes:s(!0),indexOf:s(!1)}},"4de4":function(r,c,e){var n=e("23e7"),a=e("b727").filter,i=e("d039"),s=e("1dde"),l=s("filter"),d=l&&!i(function(){[].filter.call({length:-1,0:1},function(u){throw u})});n({target:"Array",proto:!0,forced:!l||!d},{filter:function(u){return a(this,u,arguments.length>1?arguments[1]:void 0)}})},"4df4":function(r,c,e){var n=e("f8c2"),a=e("7b0b"),i=e("9bdd"),s=e("e95a"),l=e("50c4"),d=e("8418"),u=e("35a1");r.exports=function(y){var h,g,f,p,D,b=a(y),_=typeof this=="function"?this:Array,C=arguments.length,A=C>1?arguments[1]:void 0,$=A!==void 0,P=0,k=u(b);if($&&(A=n(A,C>2?arguments[2]:void 0,2)),k==null||_==Array&&s(k))for(h=l(b.length),g=new _(h);h>P;P++)d(g,P,$?A(b[P],P):b[P]);else for(p=k.call(b),D=p.next,g=new _;!(f=D.call(p)).done;P++)d(g,P,$?i(p,A,[f.value,P],!0):f.value);return g.length=P,g}},"50c4":function(r,c,e){var n=e("a691"),a=Math.min;r.exports=function(i){return i>0?a(n(i),9007199254740991):0}},5135:function(r,c){var e={}.hasOwnProperty;r.exports=function(n,a){return e.call(n,a)}},5319:function(r,c,e){var n=e("d784"),a=e("825a"),i=e("7b0b"),s=e("50c4"),l=e("a691"),d=e("1d80"),u=e("8aa5"),y=e("14c3"),h=Math.max,g=Math.min,f=Math.floor,p=/\$([$&'`]|\d\d?|<[^>]*>)/g,D=/\$([$&'`]|\d\d?)/g,b=function(_){return _===void 0?_:String(_)};n("replace",2,function(_,C,A){return[function(P,k){var T=d(this),N=P==null?void 0:P[_];return N!==void 0?N.call(P,T,k):C.call(String(T),P,k)},function(P,k){var T=A(C,P,this,k);if(T.done)return T.value;var N=a(P),L=String(this),V=typeof k=="function";V||(k=String(k));var H=N.global;if(H){var U=N.unicode;N.lastIndex=0}for(var I=[];;){var Y=y(N,L);if(Y===null||(I.push(Y),!H))break;var z=String(Y[0]);z===""&&(N.lastIndex=u(L,s(N.lastIndex),U))}for(var K="",W=0,E=0;E<I.length;E++){Y=I[E];for(var q=String(Y[0]),ee=h(g(l(Y.index),L.length),0),ae=[],Q=1;Q<Y.length;Q++)ae.push(b(Y[Q]));var X=Y.groups;if(V){var ie=[q].concat(ae,ee,L);X!==void 0&&ie.push(X);var t=String(k.apply(void 0,ie))}else t=$(q,L,ee,ae,X,k);ee>=W&&(K+=L.slice(W,ee)+t,W=ee+q.length)}return K+L.slice(W)}];function $(P,k,T,N,L,V){var H=T+P.length,U=N.length,I=D;return L!==void 0&&(L=i(L),I=p),C.call(V,I,function(Y,z){var K;switch(z.charAt(0)){case"$":return"$";case"&":return P;case"`":return k.slice(0,T);case"'":return k.slice(H);case"<":K=L[z.slice(1,-1)];break;default:var W=+z;if(W===0)return Y;if(W>U){var E=f(W/10);return E===0?Y:E<=U?N[E-1]===void 0?z.charAt(1):N[E-1]+z.charAt(1):Y}K=N[W-1]}return K===void 0?"":K})}})},"53ca":function(r,c,e){e.d(c,"a",function(){return a}),e("a4d3"),e("e01a"),e("d28b"),e("e260"),e("d3b7"),e("3ca3"),e("ddb0");function n(i){return n=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(s){return typeof s}:function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":typeof s},n(i)}function a(i){return a=typeof Symbol=="function"&&n(Symbol.iterator)==="symbol"?function(s){return n(s)}:function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":n(s)},a(i)}},5692:function(r,c,e){var n=e("c430"),a=e("c6cd");(r.exports=function(i,s){return a[i]||(a[i]=s!==void 0?s:{})})("versions",[]).push({version:"3.5.0",mode:n?"pure":"global",copyright:"\xA9 2019 Denis Pushkarev (zloirock.ru)"})},"56ef":function(r,c,e){var n=e("d066"),a=e("241c"),i=e("7418"),s=e("825a");r.exports=n("Reflect","ownKeys")||function(l){var d=a.f(s(l)),u=i.f;return u?d.concat(u(l)):d}},5899:function(r,c){r.exports=`
2
- \v\f\r \xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF`},"58a8":function(r,c,e){var n=e("1d80"),a=e("5899"),i="["+a+"]",s=RegExp("^"+i+i+"*"),l=RegExp(i+i+"*$"),d=function(u){return function(y){var h=String(n(y));return 1&u&&(h=h.replace(s,"")),2&u&&(h=h.replace(l,"")),h}};r.exports={start:d(1),end:d(2),trim:d(3)}},"5c6c":function(r,c){r.exports=function(e,n){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:n}}},"60ae":function(r,c,e){var n,a,i=e("da84"),s=e("b39a"),l=i.process,d=l&&l.versions,u=d&&d.v8;u?(n=u.split("."),a=n[0]+n[1]):s&&(n=s.match(/Edge\/(\d+)/),(!n||n[1]>=74)&&(n=s.match(/Chrome\/(\d+)/),n&&(a=n[1]))),r.exports=a&&+a},6547:function(r,c,e){var n=e("a691"),a=e("1d80"),i=function(s){return function(l,d){var u,y,h=String(a(l)),g=n(d),f=h.length;return g<0||g>=f?s?"":void 0:(u=h.charCodeAt(g),u<55296||u>56319||g+1===f||(y=h.charCodeAt(g+1))<56320||y>57343?s?h.charAt(g):u:s?h.slice(g,g+2):y-56320+(u-55296<<10)+65536)}};r.exports={codeAt:i(!1),charAt:i(!0)}},"65f0":function(r,c,e){var n=e("861d"),a=e("e8b5"),i=e("b622"),s=i("species");r.exports=function(l,d){var u;return a(l)&&(u=l.constructor,typeof u!="function"||u!==Array&&!a(u.prototype)?n(u)&&(u=u[s],u===null&&(u=void 0)):u=void 0),new(u===void 0?Array:u)(d===0?0:d)}},"69f3":function(r,c,e){var n,a,i,s=e("7f9a"),l=e("da84"),d=e("861d"),u=e("9112"),y=e("5135"),h=e("f772"),g=e("d012"),f=l.WeakMap,p=function(P){return i(P)?a(P):n(P,{})},D=function(P){return function(k){var T;if(!d(k)||(T=a(k)).type!==P)throw TypeError("Incompatible receiver, "+P+" required");return T}};if(s){var b=new f,_=b.get,C=b.has,A=b.set;n=function(P,k){return A.call(b,P,k),k},a=function(P){return _.call(b,P)||{}},i=function(P){return C.call(b,P)}}else{var $=h("state");g[$]=!0,n=function(P,k){return u(P,$,k),k},a=function(P){return y(P,$)?P[$]:{}},i=function(P){return y(P,$)}}r.exports={set:n,get:a,has:i,enforce:p,getterFor:D}},"6eeb":function(r,c,e){var n=e("da84"),a=e("9112"),i=e("5135"),s=e("ce4e"),l=e("8925"),d=e("69f3"),u=d.get,y=d.enforce,h=String(String).split("String");(r.exports=function(g,f,p,D){var b=!!D&&!!D.unsafe,_=!!D&&!!D.enumerable,C=!!D&&!!D.noTargetGet;typeof p=="function"&&(typeof f!="string"||i(p,"name")||a(p,"name",f),y(p).source=h.join(typeof f=="string"?f:"")),g!==n?(b?!C&&g[f]&&(_=!0):delete g[f],_?g[f]=p:a(g,f,p)):_?g[f]=p:s(f,p)})(Function.prototype,"toString",function(){return typeof this=="function"&&u(this).source||l(this)})},7156:function(r,c,e){var n=e("861d"),a=e("d2bb");r.exports=function(i,s,l){var d,u;return a&&typeof(d=s.constructor)=="function"&&d!==l&&n(u=d.prototype)&&u!==l.prototype&&a(i,u),i}},7418:function(r,c){c.f=Object.getOwnPropertySymbols},"746f":function(r,c,e){var n=e("428f"),a=e("5135"),i=e("c032"),s=e("9bf2").f;r.exports=function(l){var d=n.Symbol||(n.Symbol={});a(d,l)||s(d,l,{value:i.f(l)})}},7839:function(r,c){r.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"7a50":function(r,c,e){e.r(c),e("a4d3"),e("4de4"),e("d81d"),e("fb6a"),e("e439"),e("dbb4"),e("b64b"),e("159b");var n=e("ade3"),a=(e("d3b7"),e("466d"),e("5319"),e("53ca")),i=function(){var f=/d{1,4}|m{1,4}|yy(?:yy)?|([HhMsTt])\1?|[LloSZWN]|"[^"]*"|'[^']*'/g,p=/\b(?:[PMCEA][SDP]T|(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time|(?:GMT|UTC)(?:[-+]\d{4})?)\b/g,D=/[^-+\dA-Z]/g;return function(b,_,C,A){if(arguments.length!==1||u(b)!=="string"||/\d/.test(b)||(_=b,b=void 0),b=b||new Date,b instanceof Date||(b=new Date(b)),isNaN(b))throw TypeError("Invalid date");_=String(i.masks[_]||_||i.masks.default);var $=_.slice(0,4);$!=="UTC:"&&$!=="GMT:"||(_=_.slice(4),C=!0,$==="GMT:"&&(A=!0));var P=C?"getUTC":"get",k=b[P+"Date"](),T=b[P+"Day"](),N=b[P+"Month"](),L=b[P+"FullYear"](),V=b[P+"Hours"](),H=b[P+"Minutes"](),U=b[P+"Seconds"](),I=b[P+"Milliseconds"](),Y=C?0:b.getTimezoneOffset(),z=l(b),K=d(b),W={d:k,dd:s(k),ddd:i.i18n.dayNames[T],dddd:i.i18n.dayNames[T+7],m:N+1,mm:s(N+1),mmm:i.i18n.monthNames[N],mmmm:i.i18n.monthNames[N+12],yy:String(L).slice(2),yyyy:L,h:V%12||12,hh:s(V%12||12),H:V,HH:s(V),M:H,MM:s(H),s:U,ss:s(U),l:s(I,3),L:s(Math.round(I/10)),t:V<12?i.i18n.timeNames[0]:i.i18n.timeNames[1],tt:V<12?i.i18n.timeNames[2]:i.i18n.timeNames[3],T:V<12?i.i18n.timeNames[4]:i.i18n.timeNames[5],TT:V<12?i.i18n.timeNames[6]:i.i18n.timeNames[7],Z:A?"GMT":C?"UTC":(String(b).match(p)||[""]).pop().replace(D,""),o:(Y>0?"-":"+")+s(100*Math.floor(Math.abs(Y)/60)+Math.abs(Y)%60,4),S:["th","st","nd","rd"][k%10>3?0:(k%100-k%10!=10)*k%10],W:z,N:K};return _.replace(f,function(E){return E in W?W[E]:E.slice(1,E.length-1)})}}();function s(f,p){for(f=String(f),p=p||2;f.length<p;)f="0"+f;return f}function l(f){var p=new Date(f.getFullYear(),f.getMonth(),f.getDate());p.setDate(p.getDate()-(p.getDay()+6)%7+3);var D=new Date(p.getFullYear(),0,4);D.setDate(D.getDate()-(D.getDay()+6)%7+3);var b=p.getTimezoneOffset()-D.getTimezoneOffset();p.setHours(p.getHours()-b);var _=(p-D)/6048e5;return 1+Math.floor(_)}function d(f){var p=f.getDay();return p===0&&(p=7),p}function u(f){return f===null?"null":f===void 0?"undefined":Object(a.a)(f)!=="object"?Object(a.a)(f):Array.isArray(f)?"array":{}.toString.call(f).slice(8,-1).toLowerCase()}function y(f,p){var D=Object.keys(f);if(Object.getOwnPropertySymbols){var b=Object.getOwnPropertySymbols(f);p&&(b=b.filter(function(_){return Object.getOwnPropertyDescriptor(f,_).enumerable})),D.push.apply(D,b)}return D}function h(f){for(var p=1;p<arguments.length;p++){var D=arguments[p]!=null?arguments[p]:{};p%2?y(Object(D),!0).forEach(function(b){Object(n.a)(f,b,D[b])}):Object.getOwnPropertyDescriptors?Object.defineProperties(f,Object.getOwnPropertyDescriptors(D)):y(Object(D)).forEach(function(b){Object.defineProperty(f,b,Object.getOwnPropertyDescriptor(D,b))})}return f}i.masks={default:"ddd mmm dd yyyy HH:MM:ss",shortDate:"m/d/yy",mediumDate:"mmm d, yyyy",longDate:"mmmm d, yyyy",fullDate:"dddd, mmmm d, yyyy",shortTime:"h:MM TT",mediumTime:"h:MM:ss TT",longTime:"h:MM:ss TT Z",isoDate:"yyyy-mm-dd",isoTime:"HH:MM:ss",isoDateTime:"yyyy-mm-dd'T'HH:MM:sso",isoUtcDateTime:"UTC:yyyy-mm-dd'T'HH:MM:ss'Z'",expiresHeaderFormat:"ddd, dd mmm yyyy HH:MM:ss Z"},i.i18n={dayNames:["Sun","Mon","Tue","Wed","Thu","Fri","Sat","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","January","February","March","April","May","June","July","August","September","October","November","December"],timeNames:["a","p","am","pm","A","P","AM","PM"]};var g={isSame:function(f,p,D){var b=new Date(f),_=new Date(p);return D==="date"&&(b.setHours(0,0,0,0),_.setHours(0,0,0,0)),b.getTime()===_.getTime()},daysInMonth:function(f,p){return new Date(f,p,0).getDate()},weekNumber:function(f){return l(f)},format:function(f,p){return i(f,p)},nextMonth:function(f){var p=new Date(f.getTime());return p.setDate(1),p.setMonth(p.getMonth()+1),p},prevMonth:function(f){var p=new Date(f.getTime());return p.setDate(1),p.setMonth(p.getMonth()-1),p},validateDateRange:function(f,p,D){var b=new Date(D),_=new Date(p);return D&&f.getTime()>b.getTime()?b:p&&f.getTime()<_.getTime()?_:f},localeData:function(f){var p={direction:"ltr",format:"mm/dd/yyyy",separator:" - ",applyLabel:"Apply",cancelLabel:"Cancel",weekLabel:"W",customRangeLabel:"Custom Range",daysOfWeek:i.i18n.dayNames.slice(0,7).map(function(D){return D.substring(0,2)}),monthNames:i.i18n.monthNames.slice(0,12),firstDay:0};return h({},p,{},f)},yearMonth:function(f){var p=f.getMonth()+1;return f.getFullYear()+(p<10?"0":"")+p},isValidDate:function(f){return f instanceof Date&&!isNaN(f)}};c.default=g},"7b0b":function(r,c,e){var n=e("1d80");r.exports=function(a){return Object(n(a))}},"7c73":function(r,c,e){var n=e("825a"),a=e("37e8"),i=e("7839"),s=e("d012"),l=e("1be4"),d=e("cc12"),u=e("f772"),y=u("IE_PROTO"),h="prototype",g=function(){},f=function(){var p,D=d("iframe"),b=i.length,_="<",C="script",A=">",$="java"+C+":";for(D.style.display="none",l.appendChild(D),D.src=String($),p=D.contentWindow.document,p.open(),p.write(_+C+A+"document.F=Object"+_+"/"+C+A),p.close(),f=p.F;b--;)delete f[h][i[b]];return f()};r.exports=Object.create||function(p,D){var b;return p!==null?(g[h]=n(p),b=new g,g[h]=null,b[y]=p):b=f(),D===void 0?b:a(b,D)},s[y]=!0},"7db0":function(r,c,e){var n=e("23e7"),a=e("b727").find,i=e("44d2"),s="find",l=!0;s in[]&&Array(1)[s](function(){l=!1}),n({target:"Array",proto:!0,forced:l},{find:function(d){return a(this,d,arguments.length>1?arguments[1]:void 0)}}),i(s)},"7dd0":function(r,c,e){var n=e("23e7"),a=e("9ed3"),i=e("e163"),s=e("d2bb"),l=e("d44e"),d=e("9112"),u=e("6eeb"),y=e("b622"),h=e("c430"),g=e("3f8c"),f=e("ae93"),p=f.IteratorPrototype,D=f.BUGGY_SAFARI_ITERATORS,b=y("iterator"),_="keys",C="values",A="entries",$=function(){return this};r.exports=function(P,k,T,N,L,V,H){a(T,k,N);var U,I,Y,z=function(Q){if(Q===L&&ee)return ee;if(!D&&Q in E)return E[Q];switch(Q){case _:return function(){return new T(this,Q)};case C:return function(){return new T(this,Q)};case A:return function(){return new T(this,Q)}}return function(){return new T(this)}},K=k+" Iterator",W=!1,E=P.prototype,q=E[b]||E["@@iterator"]||L&&E[L],ee=!D&&q||z(L),ae=k=="Array"&&E.entries||q;if(ae&&(U=i(ae.call(new P)),p!==Object.prototype&&U.next&&(h||i(U)===p||(s?s(U,p):typeof U[b]!="function"&&d(U,b,$)),l(U,K,!0,!0),h&&(g[K]=$))),L==C&&q&&q.name!==C&&(W=!0,ee=function(){return q.call(this)}),h&&!H||E[b]===ee||d(E,b,ee),g[k]=ee,L)if(I={values:z(C),keys:V?ee:z(_),entries:z(A)},H)for(Y in I)!D&&!W&&Y in E||u(E,Y,I[Y]);else n({target:k,proto:!0,forced:D||W},I);return I}},"7f9a":function(r,c,e){var n=e("da84"),a=e("8925"),i=n.WeakMap;r.exports=typeof i=="function"&&/native code/.test(a(i))},"825a":function(r,c,e){var n=e("861d");r.exports=function(a){if(!n(a))throw TypeError(String(a)+" is not an object");return a}},"83ab":function(r,c,e){var n=e("d039");r.exports=!n(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7})},8418:function(r,c,e){var n=e("c04e"),a=e("9bf2"),i=e("5c6c");r.exports=function(s,l,d){var u=n(l);u in s?a.f(s,u,i(0,d)):s[u]=d}},"861d":function(r,c){r.exports=function(e){return typeof e=="object"?e!==null:typeof e=="function"}},8925:function(r,c,e){var n=e("c6cd"),a=Function.toString;typeof n.inspectSource!="function"&&(n.inspectSource=function(i){return a.call(i)}),r.exports=n.inspectSource},"8aa5":function(r,c,e){var n=e("6547").charAt;r.exports=function(a,i,s){return i+(s?n(a,i).length:1)}},"8b2e":function(r,c,e){},"90e3":function(r,c){var e=0,n=Math.random();r.exports=function(a){return"Symbol("+String(a===void 0?"":a)+")_"+(++e+n).toString(36)}},9112:function(r,c,e){var n=e("83ab"),a=e("9bf2"),i=e("5c6c");r.exports=n?function(s,l,d){return a.f(s,l,i(1,d))}:function(s,l,d){return s[l]=d,s}},9263:function(r,c,e){var n=e("ad6d"),a=RegExp.prototype.exec,i=String.prototype.replace,s=a,l=function(){var y=/a/,h=/b*/g;return a.call(y,"a"),a.call(h,"a"),y.lastIndex!==0||h.lastIndex!==0}(),d=/()??/.exec("")[1]!==void 0,u=l||d;u&&(s=function(y){var h,g,f,p,D=this;return d&&(g=new RegExp("^"+D.source+"$(?!\\s)",n.call(D))),l&&(h=D.lastIndex),f=a.call(D,y),l&&f&&(D.lastIndex=D.global?f.index+f[0].length:h),d&&f&&f.length>1&&i.call(f[0],g,function(){for(p=1;p<arguments.length-2;p++)arguments[p]===void 0&&(f[p]=void 0)}),f}),r.exports=s},"94ca":function(r,c,e){var n=e("d039"),a=/#|\.prototype\./,i=function(y,h){var g=l[s(y)];return g==u||g!=d&&(typeof h=="function"?n(h):!!h)},s=i.normalize=function(y){return String(y).replace(a,".").toLowerCase()},l=i.data={},d=i.NATIVE="N",u=i.POLYFILL="P";r.exports=i},"9bdd":function(r,c,e){var n=e("825a");r.exports=function(a,i,s,l){try{return l?i(n(s)[0],s[1]):i(s)}catch(u){var d=a.return;throw d!==void 0&&n(d.call(a)),u}}},"9bf2":function(r,c,e){var n=e("83ab"),a=e("0cfb"),i=e("825a"),s=e("c04e"),l=Object.defineProperty;c.f=n?l:function(d,u,y){if(i(d),u=s(u,!0),i(y),a)try{return l(d,u,y)}catch{}if("get"in y||"set"in y)throw TypeError("Accessors not supported");return"value"in y&&(d[u]=y.value),d}},"9d0d":function(r,c,e){var n=e("8b2e"),a=e.n(n);a.a},"9ed3":function(r,c,e){var n=e("ae93").IteratorPrototype,a=e("7c73"),i=e("5c6c"),s=e("d44e"),l=e("3f8c"),d=function(){return this};r.exports=function(u,y,h){var g=y+" Iterator";return u.prototype=a(n,{next:i(1,h)}),s(u,g,!1,!0),l[g]=d,u}},a4d3:function(r,c,e){var n=e("23e7"),a=e("da84"),i=e("d066"),s=e("c430"),l=e("83ab"),d=e("4930"),u=e("fdbf"),y=e("d039"),h=e("5135"),g=e("e8b5"),f=e("861d"),p=e("825a"),D=e("7b0b"),b=e("fc6a"),_=e("c04e"),C=e("5c6c"),A=e("7c73"),$=e("df75"),P=e("241c"),k=e("057f"),T=e("7418"),N=e("06cf"),L=e("9bf2"),V=e("d1e7"),H=e("9112"),U=e("6eeb"),I=e("5692"),Y=e("f772"),z=e("d012"),K=e("90e3"),W=e("b622"),E=e("c032"),q=e("746f"),ee=e("d44e"),ae=e("69f3"),Q=e("b727").forEach,X=Y("hidden"),ie="Symbol",t="prototype",m=W("toPrimitive"),v=ae.set,w=ae.getterFor(ie),M=Object[t],S=a.Symbol,B=i("JSON","stringify"),ne=N.f,G=L.f,J=k.f,se=V.f,te=I("symbols"),Z=I("op-symbols"),oe=I("string-to-symbol-registry"),pe=I("symbol-to-string-registry"),Ue=I("wks"),ge=a.QObject,me=!ge||!ge[t]||!ge[t].findChild,ve=l&&y(function(){return A(G({},"a",{get:function(){return G(this,"a",{value:7}).a}})).a!=7})?function(O,R,j){var F=ne(M,R);F&&delete M[R],G(O,R,j),F&&O!==M&&G(M,R,F)}:G,xe=function(O,R){var j=te[O]=A(S[t]);return v(j,{type:ie,tag:O,description:R}),l||(j.description=R),j},ye=d&&typeof S.iterator=="symbol"?function(O){return typeof O=="symbol"}:function(O){return Object(O)instanceof S},ue=function(O,R,j){O===M&&ue(Z,R,j),p(O);var F=_(R,!0);return p(j),h(te,F)?(j.enumerable?(h(O,X)&&O[X][F]&&(O[X][F]=!1),j=A(j,{enumerable:C(0,!1)})):(h(O,X)||G(O,X,C(1,{})),O[X][F]=!0),ve(O,F,j)):G(O,F,j)},Pe=function(O,R){p(O);var j=b(R),F=$(j).concat(De(j));return Q(F,function(re){l&&!be.call(j,re)||ue(O,re,j[re])}),O},Fe=function(O,R){return R===void 0?A(O):Pe(A(O),R)},be=function(O){var R=_(O,!0),j=se.call(this,R);return!(this===M&&h(te,R)&&!h(Z,R))&&(!(j||!h(this,R)||!h(te,R)||h(this,X)&&this[X][R])||j)},Se=function(O,R){var j=b(O),F=_(R,!0);if(j!==M||!h(te,F)||h(Z,F)){var re=ne(j,F);return!re||!h(te,F)||h(j,X)&&j[X][F]||(re.enumerable=!0),re}},ke=function(O){var R=J(b(O)),j=[];return Q(R,function(F){h(te,F)||h(z,F)||j.push(F)}),j},De=function(O){var R=O===M,j=J(R?Z:b(O)),F=[];return Q(j,function(re){!h(te,re)||R&&!h(M,re)||F.push(te[re])}),F};if(d||(S=function(){if(this instanceof S)throw TypeError("Symbol is not a constructor");var O=arguments.length&&arguments[0]!==void 0?String(arguments[0]):void 0,R=K(O),j=function(F){this===M&&j.call(Z,F),h(this,X)&&h(this[X],R)&&(this[X][R]=!1),ve(this,R,C(1,F))};return l&&me&&ve(M,R,{configurable:!0,set:j}),xe(R,O)},U(S[t],"toString",function(){return w(this).tag}),V.f=be,L.f=ue,N.f=Se,P.f=k.f=ke,T.f=De,l&&(G(S[t],"description",{configurable:!0,get:function(){return w(this).description}}),s||U(M,"propertyIsEnumerable",be,{unsafe:!0}))),u||(E.f=function(O){return xe(W(O),O)}),n({global:!0,wrap:!0,forced:!d,sham:!d},{Symbol:S}),Q($(Ue),function(O){q(O)}),n({target:ie,stat:!0,forced:!d},{for:function(O){var R=String(O);if(h(oe,R))return oe[R];var j=S(R);return oe[R]=j,pe[j]=R,j},keyFor:function(O){if(!ye(O))throw TypeError(O+" is not a symbol");if(h(pe,O))return pe[O]},useSetter:function(){me=!0},useSimple:function(){me=!1}}),n({target:"Object",stat:!0,forced:!d,sham:!l},{create:Fe,defineProperty:ue,defineProperties:Pe,getOwnPropertyDescriptor:Se}),n({target:"Object",stat:!0,forced:!d},{getOwnPropertyNames:ke,getOwnPropertySymbols:De}),n({target:"Object",stat:!0,forced:y(function(){T.f(1)})},{getOwnPropertySymbols:function(O){return T.f(D(O))}}),B){var Ie=!d||y(function(){var O=S();return B([O])!="[null]"||B({a:O})!="{}"||B(Object(O))!="{}"});n({target:"JSON",stat:!0,forced:Ie},{stringify:function(O,R,j){for(var F,re=[O],Me=1;arguments.length>Me;)re.push(arguments[Me++]);if(F=R,(f(R)||O!==void 0)&&!ye(O))return g(R)||(R=function(He,de){if(typeof F=="function"&&(de=F.call(this,He,de)),!ye(de))return de}),re[1]=R,B.apply(null,re)}})}S[t][m]||H(S[t],m,S[t].valueOf),ee(S,ie),z[X]=!0},a630:function(r,c,e){var n=e("23e7"),a=e("4df4"),i=e("1c7e"),s=!i(function(l){Array.from(l)});n({target:"Array",stat:!0,forced:s},{from:a})},a691:function(r,c){var e=Math.ceil,n=Math.floor;r.exports=function(a){return isNaN(a=+a)?0:(a>0?n:e)(a)}},a6da:function(r,c,e){var n={"./native":"7a50","./native.js":"7a50"};function a(s){var l=i(s);return e(l)}function i(s){if(!e.o(n,s)){var l=new Error("Cannot find module '"+s+"'");throw l.code="MODULE_NOT_FOUND",l}return n[s]}a.keys=function(){return Object.keys(n)},a.resolve=i,r.exports=a,a.id="a6da"},a9e3:function(r,c,e){var n=e("83ab"),a=e("da84"),i=e("94ca"),s=e("6eeb"),l=e("5135"),d=e("c6b6"),u=e("7156"),y=e("c04e"),h=e("d039"),g=e("7c73"),f=e("241c").f,p=e("06cf").f,D=e("9bf2").f,b=e("58a8").trim,_="Number",C=a[_],A=C.prototype,$=d(g(A))==_,P=function(V){var H,U,I,Y,z,K,W,E,q=y(V,!1);if(typeof q=="string"&&q.length>2){if(q=b(q),H=q.charCodeAt(0),H===43||H===45){if(U=q.charCodeAt(2),U===88||U===120)return NaN}else if(H===48){switch(q.charCodeAt(1)){case 66:case 98:I=2,Y=49;break;case 79:case 111:I=8,Y=55;break;default:return+q}for(z=q.slice(2),K=z.length,W=0;W<K;W++)if(E=z.charCodeAt(W),E<48||E>Y)return NaN;return parseInt(z,I)}}return+q};if(i(_,!C(" 0o1")||!C("0b1")||C("+0x1"))){for(var k,T=function(V){var H=arguments.length<1?0:V,U=this;return U instanceof T&&($?h(function(){A.valueOf.call(U)}):d(U)!=_)?u(new C(P(H)),U,T):P(H)},N=n?f(C):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),L=0;N.length>L;L++)l(C,k=N[L])&&!l(T,k)&&D(T,k,p(C,k));T.prototype=A,A.constructor=T,s(a,_,T)}},ad6d:function(r,c,e){var n=e("825a");r.exports=function(){var a=n(this),i="";return a.global&&(i+="g"),a.ignoreCase&&(i+="i"),a.multiline&&(i+="m"),a.dotAll&&(i+="s"),a.unicode&&(i+="u"),a.sticky&&(i+="y"),i}},ade3:function(r,c,e){function n(a,i,s){return i in a?Object.defineProperty(a,i,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[i]=s,a}e.d(c,"a",function(){return n})},ae93:function(r,c,e){var n,a,i,s=e("e163"),l=e("9112"),d=e("5135"),u=e("b622"),y=e("c430"),h=u("iterator"),g=!1,f=function(){return this};[].keys&&(i=[].keys(),"next"in i?(a=s(s(i)),a!==Object.prototype&&(n=a)):g=!0),n==null&&(n={}),y||d(n,h)||l(n,h,f),r.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:g}},b041:function(r,c,e){var n=e("00ee"),a=e("f5df");r.exports=n?{}.toString:function(){return"[object "+a(this)+"]"}},b301:function(r,c,e){var n=e("d039");r.exports=function(a,i){var s=[][a];return!s||!n(function(){s.call(null,i||function(){throw 1},1)})}},b39a:function(r,c,e){var n=e("d066");r.exports=n("navigator","userAgent")||""},b622:function(r,c,e){var n=e("da84"),a=e("5692"),i=e("5135"),s=e("90e3"),l=e("4930"),d=e("fdbf"),u=a("wks"),y=n.Symbol,h=d?y:s;r.exports=function(g){return i(u,g)||(l&&i(y,g)?u[g]=y[g]:u[g]=h("Symbol."+g)),u[g]}},b64b:function(r,c,e){var n=e("23e7"),a=e("7b0b"),i=e("df75"),s=e("d039"),l=s(function(){i(1)});n({target:"Object",stat:!0,forced:l},{keys:function(d){return i(a(d))}})},b727:function(r,c,e){var n=e("f8c2"),a=e("44ad"),i=e("7b0b"),s=e("50c4"),l=e("65f0"),d=[].push,u=function(y){var h=y==1,g=y==2,f=y==3,p=y==4,D=y==6,b=y==5||D;return function(_,C,A,$){for(var P,k,T=i(_),N=a(T),L=n(C,A,3),V=s(N.length),H=0,U=$||l,I=h?U(_,V):g?U(_,0):void 0;V>H;H++)if((b||H in N)&&(P=N[H],k=L(P,H,T),y)){if(h)I[H]=k;else if(k)switch(y){case 3:return!0;case 5:return P;case 6:return H;case 2:d.call(I,P)}else if(p)return!1}return D?-1:f||p?p:I}};r.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6)}},beb7:function(r,c,e){},c032:function(r,c,e){var n=e("b622");c.f=n},c04e:function(r,c,e){var n=e("861d");r.exports=function(a,i){if(!n(a))return a;var s,l;if(i&&typeof(s=a.toString)=="function"&&!n(l=s.call(a))||typeof(s=a.valueOf)=="function"&&!n(l=s.call(a))||!i&&typeof(s=a.toString)=="function"&&!n(l=s.call(a)))return l;throw TypeError("Can't convert object to primitive value")}},c430:function(r,c){r.exports=!1},c6b6:function(r,c){var e={}.toString;r.exports=function(n){return e.call(n).slice(8,-1)}},c6cd:function(r,c,e){var n=e("da84"),a=e("ce4e"),i="__core-js_shared__",s=n[i]||a(i,{});r.exports=s},c8ba:function(r,c){var e;e=function(){return this}();try{e=e||new Function("return this")()}catch{typeof window=="object"&&(e=window)}r.exports=e},ca84:function(r,c,e){var n=e("5135"),a=e("fc6a"),i=e("4d64").indexOf,s=e("d012");r.exports=function(l,d){var u,y=a(l),h=0,g=[];for(u in y)!n(s,u)&&n(y,u)&&g.push(u);for(;d.length>h;)n(y,u=d[h++])&&(~i(g,u)||g.push(u));return g}},cc12:function(r,c,e){var n=e("da84"),a=e("861d"),i=n.document,s=a(i)&&a(i.createElement);r.exports=function(l){return s?i.createElement(l):{}}},ce4e:function(r,c,e){var n=e("da84"),a=e("9112");r.exports=function(i,s){try{a(n,i,s)}catch{n[i]=s}return s}},ce5f:function(r,c,e){var n=e("18e6"),a=e.n(n);a.a},d012:function(r,c){r.exports={}},d039:function(r,c){r.exports=function(e){try{return!!e()}catch{return!0}}},d066:function(r,c,e){var n=e("428f"),a=e("da84"),i=function(s){return typeof s=="function"?s:void 0};r.exports=function(s,l){return arguments.length<2?i(n[s])||i(a[s]):n[s]&&n[s][l]||a[s]&&a[s][l]}},d1e7:function(r,c,e){var n={}.propertyIsEnumerable,a=Object.getOwnPropertyDescriptor,i=a&&!n.call({1:2},1);c.f=i?function(s){var l=a(this,s);return!!l&&l.enumerable}:n},d28b:function(r,c,e){var n=e("746f");n("iterator")},d2bb:function(r,c,e){var n=e("825a"),a=e("3bbe");r.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var i,s=!1,l={};try{i=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,i.call(l,[]),s=l instanceof Array}catch{}return function(d,u){return n(d),a(u),s?i.call(d,u):d.__proto__=u,d}}():void 0)},d3b7:function(r,c,e){var n=e("00ee"),a=e("6eeb"),i=e("b041");n||a(Object.prototype,"toString",i,{unsafe:!0})},d44e:function(r,c,e){var n=e("9bf2").f,a=e("5135"),i=e("b622"),s=i("toStringTag");r.exports=function(l,d,u){l&&!a(l=u?l:l.prototype,s)&&n(l,s,{configurable:!0,value:d})}},d784:function(r,c,e){var n=e("9112"),a=e("6eeb"),i=e("d039"),s=e("b622"),l=e("9263"),d=s("species"),u=!i(function(){var h=/./;return h.exec=function(){var g=[];return g.groups={a:"7"},g},"".replace(h,"$<a>")!=="7"}),y=!i(function(){var h=/(?:)/,g=h.exec;h.exec=function(){return g.apply(this,arguments)};var f="ab".split(h);return f.length!==2||f[0]!=="a"||f[1]!=="b"});r.exports=function(h,g,f,p){var D=s(h),b=!i(function(){var k={};return k[D]=function(){return 7},""[h](k)!=7}),_=b&&!i(function(){var k=!1,T=/a/;return h==="split"&&(T={},T.constructor={},T.constructor[d]=function(){return T},T.flags="",T[D]=/./[D]),T.exec=function(){return k=!0,null},T[D](""),!k});if(!b||!_||h==="replace"&&!u||h==="split"&&!y){var C=/./[D],A=f(D,""[h],function(k,T,N,L,V){return T.exec===l?b&&!V?{done:!0,value:C.call(T,N,L)}:{done:!0,value:k.call(N,T,L)}:{done:!1}}),$=A[0],P=A[1];a(String.prototype,h,$),a(RegExp.prototype,D,g==2?function(k,T){return P.call(k,this,T)}:function(k){return P.call(k,this)}),p&&n(RegExp.prototype[D],"sham",!0)}}},d81d:function(r,c,e){var n=e("23e7"),a=e("b727").map,i=e("d039"),s=e("1dde"),l=s("map"),d=l&&!i(function(){[].map.call({length:-1,0:1},function(u){throw u})});n({target:"Array",proto:!0,forced:!l||!d},{map:function(u){return a(this,u,arguments.length>1?arguments[1]:void 0)}})},da84:function(r,c,e){(function(n){var a=function(i){return i&&i.Math==Math&&i};r.exports=a(typeof globalThis=="object"&&globalThis)||a(typeof window=="object"&&window)||a(typeof self=="object"&&self)||a(typeof n=="object"&&n)||Function("return this")()}).call(this,e("c8ba"))},dbb4:function(r,c,e){var n=e("23e7"),a=e("83ab"),i=e("56ef"),s=e("fc6a"),l=e("06cf"),d=e("8418");n({target:"Object",stat:!0,sham:!a},{getOwnPropertyDescriptors:function(u){for(var y,h,g=s(u),f=l.f,p=i(g),D={},b=0;p.length>b;)h=f(g,y=p[b++]),h!==void 0&&d(D,y,h);return D}})},ddb0:function(r,c,e){var n=e("da84"),a=e("fdbc"),i=e("e260"),s=e("9112"),l=e("b622"),d=l("iterator"),u=l("toStringTag"),y=i.values;for(var h in a){var g=n[h],f=g&&g.prototype;if(f){if(f[d]!==y)try{s(f,d,y)}catch{f[d]=y}if(f[u]||s(f,u,h),a[h]){for(var p in i)if(f[p]!==i[p])try{s(f,p,i[p])}catch{f[p]=i[p]}}}}},df75:function(r,c,e){var n=e("ca84"),a=e("7839");r.exports=Object.keys||function(i){return n(i,a)}},e01a:function(r,c,e){var n=e("23e7"),a=e("83ab"),i=e("da84"),s=e("5135"),l=e("861d"),d=e("9bf2").f,u=e("e893"),y=i.Symbol;if(a&&typeof y=="function"&&(!("description"in y.prototype)||y().description!==void 0)){var h={},g=function(){var _=arguments.length<1||arguments[0]===void 0?void 0:String(arguments[0]),C=this instanceof g?new y(_):_===void 0?y():y(_);return _===""&&(h[C]=!0),C};u(g,y);var f=g.prototype=y.prototype;f.constructor=g;var p=f.toString,D=String(y("test"))=="Symbol(test)",b=/^Symbol\((.*)\)[^)]+$/;d(f,"description",{configurable:!0,get:function(){var _=l(this)?this.valueOf():this,C=p.call(_);if(s(h,_))return"";var A=D?C.slice(7,-1):C.replace(b,"$1");return A===""?void 0:A}}),n({global:!0,forced:!0},{Symbol:g})}},e163:function(r,c,e){var n=e("5135"),a=e("7b0b"),i=e("f772"),s=e("e177"),l=i("IE_PROTO"),d=Object.prototype;r.exports=s?Object.getPrototypeOf:function(u){return u=a(u),n(u,l)?u[l]:typeof u.constructor=="function"&&u instanceof u.constructor?u.constructor.prototype:u instanceof Object?d:null}},e177:function(r,c,e){var n=e("d039");r.exports=!n(function(){function a(){}return a.prototype.constructor=null,Object.getPrototypeOf(new a)!==a.prototype})},e260:function(r,c,e){var n=e("fc6a"),a=e("44d2"),i=e("3f8c"),s=e("69f3"),l=e("7dd0"),d="Array Iterator",u=s.set,y=s.getterFor(d);r.exports=l(Array,"Array",function(h,g){u(this,{type:d,target:n(h),index:0,kind:g})},function(){var h=y(this),g=h.target,f=h.kind,p=h.index++;return!g||p>=g.length?(h.target=void 0,{value:void 0,done:!0}):f=="keys"?{value:p,done:!1}:f=="values"?{value:g[p],done:!1}:{value:[p,g[p]],done:!1}},"values"),i.Arguments=i.Array,a("keys"),a("values"),a("entries")},e439:function(r,c,e){var n=e("23e7"),a=e("d039"),i=e("fc6a"),s=e("06cf").f,l=e("83ab"),d=a(function(){s(1)}),u=!l||d;n({target:"Object",stat:!0,forced:u,sham:!l},{getOwnPropertyDescriptor:function(y,h){return s(i(y),h)}})},e893:function(r,c,e){var n=e("5135"),a=e("56ef"),i=e("06cf"),s=e("9bf2");r.exports=function(l,d){for(var u=a(d),y=s.f,h=i.f,g=0;g<u.length;g++){var f=u[g];n(l,f)||y(l,f,h(d,f))}}},e8b5:function(r,c,e){var n=e("c6b6");r.exports=Array.isArray||function(a){return n(a)=="Array"}},e95a:function(r,c,e){var n=e("b622"),a=e("3f8c"),i=n("iterator"),s=Array.prototype;r.exports=function(l){return l!==void 0&&(a.Array===l||s[i]===l)}},f5df:function(r,c,e){var n=e("00ee"),a=e("c6b6"),i=e("b622"),s=i("toStringTag"),l=a(function(){return arguments}())=="Arguments",d=function(u,y){try{return u[y]}catch{}};r.exports=n?a:function(u){var y,h,g;return u===void 0?"Undefined":u===null?"Null":typeof(h=d(y=Object(u),s))=="string"?h:l?a(y):(g=a(y))=="Object"&&typeof y.callee=="function"?"Arguments":g}},f6fd:function(r,c){(function(e){var n="currentScript",a=e.getElementsByTagName("script");n in e||Object.defineProperty(e,n,{get:function(){try{throw new Error}catch(l){var i,s=(/.*at [^\(]*\((.*):.+:.+\)$/gi.exec(l.stack)||[!1])[1];for(i in a)if(a[i].src==s||a[i].readyState=="interactive")return a[i];return null}}})})(document)},f772:function(r,c,e){var n=e("5692"),a=e("90e3"),i=n("keys");r.exports=function(s){return i[s]||(i[s]=a(s))}},f8c2:function(r,c,e){var n=e("1c0b");r.exports=function(a,i,s){if(n(a),i===void 0)return a;switch(s){case 0:return function(){return a.call(i)};case 1:return function(l){return a.call(i,l)};case 2:return function(l,d){return a.call(i,l,d)};case 3:return function(l,d,u){return a.call(i,l,d,u)}}return function(){return a.apply(i,arguments)}}},fb15:function(r,c,e){var n;e.r(c),typeof window!="undefined"&&(e("f6fd"),(n=window.document.currentScript)&&(n=n.src.match(/(.+\/)[^/]+\.js(\?.*)?$/))&&(e.p=n[1]));var a=function(){var t=this,m=t.$createElement,v=t._self._c||m;return v("div",{staticClass:"vue-daterange-picker",class:{inline:t.opens==="inline"}},[v("div",{ref:"toggle",class:t.controlContainerClass,on:{click:t.onClickPicker}},[t._t("input",[v("i",{staticClass:"glyphicon glyphicon-calendar fa fa-calendar"}),t._v(" "),v("span",[t._v(t._s(t.rangeText))]),v("b",{staticClass:"caret"})],{startDate:t.start,endDate:t.end,ranges:t.ranges,rangeText:t.rangeText})],2),v("transition",{attrs:{name:"slide-fade",mode:"out-in"}},[t.open||t.opens==="inline"?v("div",{directives:[{name:"append-to-body",rawName:"v-append-to-body"}],ref:"dropdown",staticClass:"daterangepicker ltr",class:t.pickerStyles},[t._t("header",null,{rangeText:t.rangeText,locale:t.locale,clickCancel:t.clickCancel,clickApply:t.clickedApply,in_selection:t.in_selection,autoApply:t.autoApply}),v("div",{staticClass:"calendars"},[t.showRanges?t._t("ranges",[v("calendar-ranges",{attrs:{"always-show-calendars":t.alwaysShowCalendars,"locale-data":t.locale,ranges:t.ranges,selected:{startDate:t.start,endDate:t.end}},on:{"click-range":t.clickRange,"show-custom-range":function(w){t.showCustomRangeCalendars=!0}}})],{startDate:t.start,endDate:t.end,ranges:t.ranges,clickRange:t.clickRange}):t._e(),t.showCalendars?v("div",{staticClass:"calendars-container"},[v("div",{staticClass:"drp-calendar col left",class:{single:t.singleDatePicker}},[t._e(),v("div",{staticClass:"calendar-table"},[v("calendar",{attrs:{monthDate:t.monthDate,"locale-data":t.locale,start:t.start,end:t.end,minDate:t.min,maxDate:t.max,"show-dropdowns":t.showDropdowns,"date-format":t.dateFormatFn,showWeekNumbers:t.showWeekNumbers},on:{"change-month":t.changeLeftMonth,"date-click":t.dateClick,"hover-date":t.hoverDate},scopedSlots:t._u([{key:"date-slot",fn:function(w){return t._t("date",null,null,w)}}],null,!0)})],1),t.timePicker&&t.start?v("calendar-time",{attrs:{"miniute-increment":t.timePickerIncrement,hour24:t.timePicker24Hour,"second-picker":t.timePickerSeconds,"current-time":t.start,readonly:t.readonly},on:{update:t.onUpdateStartTime}}):t._e()],1),t.singleDatePicker?t._e():v("div",{staticClass:"drp-calendar col right"},[t._e(),v("div",{staticClass:"calendar-table"},[v("calendar",{attrs:{monthDate:t.nextMonthDate,"locale-data":t.locale,start:t.start,end:t.end,minDate:t.min,maxDate:t.max,"show-dropdowns":t.showDropdowns,"date-format":t.dateFormatFn,showWeekNumbers:t.showWeekNumbers},on:{"change-month":t.changeRightMonth,"date-click":t.dateClick,"hover-date":t.hoverDate},scopedSlots:t._u([{key:"date-slot",fn:function(w){return t._t("date",null,null,w)}}],null,!0)})],1),t.timePicker&&t.end?v("calendar-time",{attrs:{"miniute-increment":t.timePickerIncrement,hour24:t.timePicker24Hour,"second-picker":t.timePickerSeconds,"current-time":t.end,readonly:t.readonly},on:{update:t.onUpdateEndTime}}):t._e()],1)]):t._e()],2),t._t("footer",[t.autoApply?t._e():v("div",{staticClass:"drp-buttons"},[t.showCalendars?v("span",{staticClass:"drp-selected"},[t._v(t._s(t.rangeText))]):t._e(),t.readonly?t._e():v("button",{staticClass:"cancelBtn btn btn-sm btn-secondary",attrs:{type:"button"},on:{click:t.clickCancel}},[t._v(t._s(t.locale.cancelLabel)+" ")]),t.readonly?t._e():v("button",{staticClass:"applyBtn btn btn-sm btn-success",attrs:{disabled:t.in_selection,type:"button"},on:{click:t.clickedApply}},[t._v(t._s(t.locale.applyLabel)+" ")])])],{rangeText:t.rangeText,locale:t.locale,clickCancel:t.clickCancel,clickApply:t.clickedApply,in_selection:t.in_selection,autoApply:t.autoApply})],2):t._e()])],1)},i=[],s=(e("a4d3"),e("4de4"),e("7db0"),e("a9e3"),e("e439"),e("dbb4"),e("b64b"),e("159b"),e("53ca"));function l(t){if(Array.isArray(t)){for(var m=0,v=new Array(t.length);m<t.length;m++)v[m]=t[m];return v}}e("e01a"),e("d28b"),e("a630"),e("e260"),e("d3b7"),e("25f0"),e("3ca3"),e("ddb0");function d(t){if(Symbol.iterator in Object(t)||Object.prototype.toString.call(t)==="[object Arguments]")return Array.from(t)}function u(){throw new TypeError("Invalid attempt to spread non-iterable instance")}function y(t){return l(t)||d(t)||u()}var h=e("ade3"),g=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"native";return t instanceof Object?t:typeof t=="string"||t instanceof String?e("a6da")("./"+t).default:void 0},f={props:{dateUtil:{type:[Object,String],default:"native"}},beforeCreate:function(){this.$dateUtil=g("native")}},p=function(){var t=this,m=t.$createElement,v=t._self._c||m;return v("table",{staticClass:"table-condensed"},[v("thead",[v("tr",[v("th",{staticClass:"prev available",attrs:{tabindex:"0"},on:{click:t.prevMonthClick}},[v("span")]),t.showDropdowns?v("th",{staticClass:"month",attrs:{colspan:t.showWeekNumbers?6:5}},[v("div",{staticClass:"row mx-1"},[v("select",{directives:[{name:"model",rawName:"v-model",value:t.month,expression:"month"}],staticClass:"monthselect col",on:{change:function(w){var M=Array.prototype.filter.call(w.target.options,function(S){return S.selected}).map(function(S){var B="_value"in S?S._value:S.value;return B});t.month=w.target.multiple?M:M[0]}}},t._l(t.months,function(w,M){return v("option",{key:M,attrs:{disabled:!w.enabled},domProps:{value:w.value+1}},[t._v(t._s(w.label))])}),0),v("input",{directives:[{name:"model",rawName:"v-model",value:t.year,expression:"year"}],ref:"yearSelect",staticClass:"yearselect col",attrs:{type:"number"},domProps:{value:t.year},on:{blur:t.checkYear,input:function(w){w.target.composing||(t.year=w.target.value)}}})])]):v("th",{staticClass:"month",attrs:{colspan:t.showWeekNumbers?6:5}},[t._v(t._s(t.monthName)+" "+t._s(t.year))]),v("th",{staticClass:"next available",attrs:{tabindex:"0"},on:{click:t.nextMonthClick}},[v("span")])])]),v("tbody",[v("tr",[t.showWeekNumbers?v("th",{staticClass:"week"},[t._v(t._s(t.locale.weekLabel))]):t._e(),t._l(t.locale.daysOfWeek,function(w,M){return v("th",{key:M},[t._v(t._s(w))])})],2),t._l(t.calendar,function(w,M){return v("tr",{key:M},[t.showWeekNumbers&&(M%7||M===0)?v("td",{staticClass:"week"},[t._v(" "+t._s(t.$dateUtil.weekNumber(w[0]))+" ")]):t._e(),t._l(w,function(S,B){return v("td",{key:B,class:t.dayClass(S),attrs:{"data-date":S.toISOString().substring(0,10)},on:{click:function(ne){return t.$emit("date-click",S)},mouseover:function(ne){return t.$emit("hover-date",S)}}},[t._t("date-slot",[t._v(" "+t._s(S.getDate())+" ")],{date:S})],2)})],2)})],2)])},D=[],b=(e("d81d"),{mixins:[f],name:"calendar",props:{monthDate:Date,localeData:Object,start:Date,end:Date,minDate:Date,maxDate:Date,showDropdowns:{type:Boolean,default:!1},showWeekNumbers:{type:Boolean,default:!1},dateFormat:{type:Function,default:null}},data:function(){var t=this.monthDate||this.start||new Date;return{currentMonthDate:t,year_text:t.getFullYear()}},methods:{prevMonthClick:function(){this.changeMonthDate(this.$dateUtil.prevMonth(this.currentMonthDate))},nextMonthClick:function(){this.changeMonthDate(this.$dateUtil.nextMonth(this.currentMonthDate))},changeMonthDate:function(t){var m=!(arguments.length>1&&arguments[1]!==void 0)||arguments[1],v=this.$dateUtil.yearMonth(this.currentMonthDate);this.currentMonthDate=this.$dateUtil.validateDateRange(t,this.minDate,this.maxDate),m&&v!==this.$dateUtil.yearMonth(this.currentMonthDate)&&this.$emit("change-month",{month:this.currentMonthDate.getMonth()+1,year:this.currentMonthDate.getFullYear()}),this.checkYear()},dayClass:function(t){var m=new Date(t);m.setHours(0,0,0,0);var v=new Date(this.start);v.setHours(0,0,0,0);var w=new Date(this.end);w.setHours(0,0,0,0);var M=new Date(m);M.setHours(23,59,59,999);var S={off:t.getMonth()+1!==this.month,weekend:t.getDay()===6||t.getDay()===0,today:m.setHours(0,0,0,0)==new Date().setHours(0,0,0,0),active:m.setHours(0,0,0,0)==new Date(this.start).setHours(0,0,0,0)||m.setHours(0,0,0,0)==new Date(this.end).setHours(0,0,0,0),"in-range":m>=v&&m<=w,"start-date":m.getTime()===v.getTime(),"end-date":m.getTime()===w.getTime(),disabled:this.minDate&&M.getTime()<this.minDate.getTime()||this.maxDate&&m.getTime()>this.maxDate.getTime()};return this.dateFormat?this.dateFormat(S,t):S},checkYear:function(){var t=this;this.$refs.yearSelect!==document.activeElement&&this.$nextTick(function(){t.year_text=t.monthDate.getFullYear()})}},computed:{monthName:function(){return this.locale.monthNames[this.currentMonthDate.getMonth()]},year:{get:function(){return this.year_text},set:function(t){this.year_text=t;var m=this.$dateUtil.validateDateRange(new Date(t,this.month,1),this.minDate,this.maxDate);this.$dateUtil.isValidDate(m)&&this.$emit("change-month",{month:m.getMonth(),year:m.getFullYear()})}},month:{get:function(){return this.currentMonthDate.getMonth()+1},set:function(t){var m=this.$dateUtil.validateDateRange(new Date(this.year,t-1,1),this.minDate,this.maxDate);this.$emit("change-month",{month:m.getMonth()+1,year:m.getFullYear()})}},calendar:function(){for(var t=this.month,m=this.currentMonthDate.getFullYear(),v=new Date(m,t-1,1),w=this.$dateUtil.prevMonth(v).getMonth()+1,M=this.$dateUtil.prevMonth(v).getFullYear(),S=new Date(M,t-1,0).getDate(),B=v.getDay(),ne=[],G=0;G<6;G++)ne[G]=[];var J=S-B+this.locale.firstDay+1;J>S&&(J-=7),B===this.locale.firstDay&&(J=S-6);for(var se=new Date(M,w-1,J,12,0,0),te=0,Z=0,oe=0;te<42;te++,Z++,se.setDate(se.getDate()+1))te>0&&Z%7===0&&(Z=0,oe++),ne[oe][Z]=new Date(se.getTime());return ne},months:function(){var t=this;return this.locale.monthNames.map(function(m,v){return{label:m,value:v,enabled:(!t.maxDate||t.maxDate>=new Date(t.year,v,1))&&(!t.minDate||t.minDate<=new Date(t.year,v+1,0))}})},locale:function(){return this.$dateUtil.localeData(this.localeData)}},watch:{monthDate:function(t){this.currentMonthDate.getTime()!==t.getTime()&&this.changeMonthDate(t,!1)}}}),_=b;e("9d0d");function C(t,m,v,w,M,S,B,ne){var G,J=typeof t=="function"?t.options:t;if(m&&(J.render=m,J.staticRenderFns=v,J._compiled=!0),w&&(J.functional=!0),S&&(J._scopeId="data-v-"+S),B?(G=function(Z){Z=Z||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,Z||typeof __VUE_SSR_CONTEXT__=="undefined"||(Z=__VUE_SSR_CONTEXT__),M&&M.call(this,Z),Z&&Z._registeredComponents&&Z._registeredComponents.add(B)},J._ssrRegister=G):M&&(G=ne?function(){M.call(this,this.$root.$options.shadowRoot)}:M),G)if(J.functional){J._injectStyles=G;var se=J.render;J.render=function(Z,oe){return G.call(oe),se(Z,oe)}}else{var te=J.beforeCreate;J.beforeCreate=te?[].concat(te,G):[G]}return{exports:t,options:J}}var A=C(_,p,D,!1,null,"98ac2448",null),$=A.exports,P=function(){var t=this,m=t.$createElement,v=t._self._c||m;return v("div",{staticClass:"calendar-time"},[v("select",{directives:[{name:"model",rawName:"v-model",value:t.hour,expression:"hour"}],staticClass:"hourselect form-control mr-1",attrs:{disabled:t.readonly},on:{change:function(w){var M=Array.prototype.filter.call(w.target.options,function(S){return S.selected}).map(function(S){var B="_value"in S?S._value:S.value;return B});t.hour=w.target.multiple?M:M[0]}}},t._l(t.hours,function(w){return v("option",{key:w,domProps:{value:w}},[t._v(t._s(t._f("formatNumber")(w)))])}),0),t._v(" :"),v("select",{directives:[{name:"model",rawName:"v-model",value:t.minute,expression:"minute"}],staticClass:"minuteselect form-control ml-1",attrs:{disabled:t.readonly},on:{change:function(w){var M=Array.prototype.filter.call(w.target.options,function(S){return S.selected}).map(function(S){var B="_value"in S?S._value:S.value;return B});t.minute=w.target.multiple?M:M[0]}}},t._l(t.minutes,function(w){return v("option",{key:w,domProps:{value:w}},[t._v(t._s(t._f("formatNumber")(w)))])}),0),t.secondPicker?[t._v(" :"),v("select",{directives:[{name:"model",rawName:"v-model",value:t.second,expression:"second"}],staticClass:"secondselect form-control ml-1",attrs:{disabled:t.readonly},on:{change:function(w){var M=Array.prototype.filter.call(w.target.options,function(S){return S.selected}).map(function(S){var B="_value"in S?S._value:S.value;return B});t.second=w.target.multiple?M:M[0]}}},t._l(60,function(w){return v("option",{key:w-1,domProps:{value:w-1}},[t._v(t._s(t._f("formatNumber")(w-1)))])}),0)]:t._e(),t.hour24?t._e():v("select",{directives:[{name:"model",rawName:"v-model",value:t.ampm,expression:"ampm"}],staticClass:"ampmselect",attrs:{disabled:t.readonly},on:{change:function(w){var M=Array.prototype.filter.call(w.target.options,function(S){return S.selected}).map(function(S){var B="_value"in S?S._value:S.value;return B});t.ampm=w.target.multiple?M:M[0]}}},[v("option",{attrs:{value:"AM"}},[t._v("AM")]),v("option",{attrs:{value:"PM"}},[t._v("PM")])])],2)},k=[],T={filters:{formatNumber:function(t){return t<10?"0"+t.toString():t.toString()}},props:{miniuteIncrement:{type:Number,default:5},hour24:{type:Boolean,default:!0},secondPicker:{type:Boolean,default:!1},currentTime:{default:function(){return new Date}},readonly:{type:Boolean,default:!1}},data:function(){var t=this.currentTime?this.currentTime:new Date,m=t.getHours();return{hour:this.hour24?m:m%12||12,minute:t.getMinutes()-t.getMinutes()%this.miniuteIncrement,second:t.getSeconds(),ampm:m<12?"AM":"PM"}},computed:{hours:function(){for(var t=[],m=this.hour24?24:12,v=0;v<m;v++)t.push(this.hour24?v:v+1);return t},minutes:function(){for(var t=[],m=60,v=0;v<m;v+=this.miniuteIncrement)t.push(v);return t}},watch:{hour:function(){this.onChange()},minute:function(){this.onChange()},second:function(){this.onChange()},ampm:function(){this.onChange()}},methods:{getHour:function(){return this.hour24?this.hour:this.hour===12?this.ampm==="AM"?0:12:this.hour+(this.ampm==="PM"?12:0)},onChange:function(){this.$emit("update",{hours:this.getHour(),minutes:this.minute,seconds:this.second})}}},N=T,L=C(N,P,k,!1,null,null,null),V=L.exports,H=function(){var t=this,m=t.$createElement,v=t._self._c||m;return v("div",{staticClass:"ranges"},[t.ranges?v("ul",[t._l(t.listedRanges,function(w){return v("li",{key:w.label,class:t.range_class(w),attrs:{"data-range-key":w.label,tabindex:"0"},on:{click:function(M){return t.clickRange(w.value)}}},[t._v(t._s(w.label)+" ")])}),t.showCustomRangeLabel?v("li",{class:{active:t.customRangeActive||!t.selectedRange},attrs:{tabindex:"0"},on:{click:t.clickCustomRange}},[t._v(" "+t._s(t.localeData.customRangeLabel)+" ")]):t._e()],2):t._e()])},U=[],I={mixins:[f],props:{ranges:Object,selected:Object,localeData:Object,alwaysShowCalendars:Boolean},data:function(){return{customRangeActive:!1}},methods:{clickRange:function(t){this.customRangeActive=!1,this.$emit("click-range",t)},clickCustomRange:function(){this.customRangeActive=!0,this.$emit("show-custom-range")},range_class:function(t){return{active:t.selected===!0}}},computed:{listedRanges:function(){var t=this;return!!this.ranges&&Object.keys(this.ranges).map(function(m){return{label:m,value:t.ranges[m],selected:t.$dateUtil.isSame(t.selected.startDate,t.ranges[m][0])&&t.$dateUtil.isSame(t.selected.endDate,t.ranges[m][1])}})},selectedRange:function(){return this.listedRanges.find(function(t){return t.selected===!0})},showCustomRangeLabel:function(){return!this.alwaysShowCalendars}}},Y=I,z=C(Y,H,U,!1,null,null,null),K=z.exports,W={inserted:function(t,m,v){var w=v.context;if(w.appendToBody){var M=w.$refs.toggle.getBoundingClientRect(),S=M.height,B=M.top,ne=M.left,G=M.width,J=M.right;t.unbindPosition=w.calculatePosition(t,w,{width:G,top:window.scrollY+B+S,left:window.scrollX+ne,right:J}),document.body.appendChild(t)}else w.$el.appendChild(t)},unbind:function(t,m,v){var w=v.context;w.appendToBody&&(t.unbindPosition&&typeof t.unbindPosition=="function"&&t.unbindPosition(),t.parentNode&&t.parentNode.removeChild(t))}};function E(t,m){var v=Object.keys(t);if(Object.getOwnPropertySymbols){var w=Object.getOwnPropertySymbols(t);m&&(w=w.filter(function(M){return Object.getOwnPropertyDescriptor(t,M).enumerable})),v.push.apply(v,w)}return v}function q(t){for(var m=1;m<arguments.length;m++){var v=arguments[m]!=null?arguments[m]:{};m%2?E(Object(v),!0).forEach(function(w){Object(h.a)(t,w,v[w])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(v)):E(Object(v)).forEach(function(w){Object.defineProperty(t,w,Object.getOwnPropertyDescriptor(v,w))})}return t}var ee={inheritAttrs:!1,components:{Calendar:$,CalendarTime:V,CalendarRanges:K},mixins:[f],directives:{appendToBody:W},model:{prop:"dateRange",event:"update"},props:{minDate:{type:[String,Date],default:function(){return null}},maxDate:{type:[String,Date],default:function(){return null}},showWeekNumbers:{type:Boolean,default:!1},linkedCalendars:{type:Boolean,default:!0},singleDatePicker:{type:[Boolean,String],default:!1},showDropdowns:{type:Boolean,default:!1},timePicker:{type:Boolean,default:!1},timePickerIncrement:{type:Number,default:5},timePicker24Hour:{type:Boolean,default:!0},timePickerSeconds:{type:Boolean,default:!1},autoApply:{type:Boolean,default:!1},localeData:{type:Object,default:function(){return{}}},dateRange:{type:[Object],default:null,required:!0},ranges:{type:[Object,Boolean],default:function(){var t=new Date;t.setHours(0,0,0,0);var m=new Date;m.setHours(11,59,59,999);var v=new Date;v.setDate(t.getDate()-1),v.setHours(0,0,0,0);var w=new Date;w.setDate(t.getDate()-1),w.setHours(11,59,59,999);var M=new Date(t.getFullYear(),t.getMonth(),1),S=new Date(t.getFullYear(),t.getMonth()+1,0,11,59,59,999);return{Today:[t,m],Yesterday:[v,w],"This month":[M,S],"This year":[new Date(t.getFullYear(),0,1),new Date(t.getFullYear(),11,31,11,59,59,999)],"Last month":[new Date(t.getFullYear(),t.getMonth()-1,1),new Date(t.getFullYear(),t.getMonth(),0,11,59,59,999)]}}},opens:{type:String,default:"center"},dateFormat:Function,alwaysShowCalendars:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},controlContainerClass:{type:[Object,String],default:"form-control reportrange-text"},appendToBody:{type:Boolean,default:!1},calculatePosition:{type:Function,default:function(t,m,v){var w=v.width,M=v.top,S=v.left,B=v.right;m.opens==="center"?t.style.left=S+w/2+"px":m.opens==="left"?t.style.right=window.innerWidth-B+"px":m.opens==="right"&&(t.style.left=S+"px"),t.style.top=M+"px"}},closeOnEsc:{type:Boolean,default:!0},readonly:{type:Boolean}},data:function(){var t=g(),m={locale:t.localeData(q({},this.localeData))},v=this.dateRange.startDate||null,w=this.dateRange.endDate||null;if(m.monthDate=v?new Date(v):new Date,m.nextMonthDate=t.nextMonth(m.monthDate),m.start=v?new Date(v):null,this.singleDatePicker&&this.singleDatePicker!=="range"?m.end=m.start:m.end=w?new Date(w):null,m.in_selection=!1,m.open=!1,m.showCustomRangeCalendars=!1,m.locale.firstDay!==0){for(var M=m.locale.firstDay,S=y(m.locale.daysOfWeek);M>0;)S.push(S.shift()),M--;m.locale.daysOfWeek=S}return m},methods:{selectMonthDate:function(){var t=this.end||new Date;this.singleDatePicker!==!1?this.changeLeftMonth({year:t.getFullYear(),month:t.getMonth()+1}):this.changeRightMonth({year:t.getFullYear(),month:t.getMonth()+1})},dateFormatFn:function(t,m){var v=new Date(m);v.setHours(0,0,0,0);var w=new Date(this.start);w.setHours(0,0,0,0);var M=new Date(this.end);return M.setHours(0,0,0,0),t["in-range"]=v>=w&&v<=M,this.dateFormat?this.dateFormat(t,m):t},changeLeftMonth:function(t){var m=new Date(t.year,t.month-1,1);this.monthDate=m,(this.linkedCalendars||this.$dateUtil.yearMonth(this.monthDate)>=this.$dateUtil.yearMonth(this.nextMonthDate))&&(this.nextMonthDate=this.$dateUtil.validateDateRange(this.$dateUtil.nextMonth(m),this.minDate,this.maxDate),this.singleDatePicker||this.$dateUtil.yearMonth(this.monthDate)!==this.$dateUtil.yearMonth(this.nextMonthDate)||(this.monthDate=this.$dateUtil.validateDateRange(this.$dateUtil.prevMonth(this.monthDate),this.minDate,this.maxDate))),this.$emit("change-month",this.monthDate,0)},changeRightMonth:function(t){var m=new Date(t.year,t.month-1,1);this.nextMonthDate=m,(this.linkedCalendars||this.$dateUtil.yearMonth(this.nextMonthDate)<=this.$dateUtil.yearMonth(this.monthDate))&&(this.monthDate=this.$dateUtil.validateDateRange(this.$dateUtil.prevMonth(m),this.minDate,this.maxDate),this.$dateUtil.yearMonth(this.monthDate)===this.$dateUtil.yearMonth(this.nextMonthDate)&&(this.nextMonthDate=this.$dateUtil.validateDateRange(this.$dateUtil.nextMonth(this.nextMonthDate),this.minDate,this.maxDate))),this.$dateUtil.yearMonth(this.monthDate)===this.$dateUtil.yearMonth(this.nextMonthDate)&&(this.nextMonthDate=this.$dateUtil.nextMonth(this.nextMonthDate)),this.$emit("change-month",this.nextMonthDate,1)},normalizeDatetime:function(t,m){var v=new Date(t);return this.timePicker&&m&&(v.setHours(m.getHours()),v.setMinutes(m.getMinutes()),v.setSeconds(m.getSeconds()),v.setMilliseconds(m.getMilliseconds())),v},dateClick:function(t){if(this.readonly)return!1;this.in_selection?(this.in_selection=!1,this.$emit("finish-selection",t),this.onSelect(),this.autoApply&&this.clickedApply()):(this.start=this.normalizeDatetime(t,this.start),this.end=this.normalizeDatetime(t,this.end),this.singleDatePicker&&this.singleDatePicker!=="range"?(this.onSelect(),this.autoApply&&this.clickedApply()):(this.in_selection=this.end,this.$emit("start-selection",this.start)))},hoverDate:function(t){if(this.readonly)return!1;var m=this.normalizeDatetime(t,this.end),v=this.normalizeDatetime(t,this.start);this.in_selection&&(this.in_selection<=m&&(this.end=m),this.in_selection>=v&&(this.start=v)),this.$emit("hover-date",t)},onClickPicker:function(){this.disabled||this.togglePicker(null,!0)},togglePicker:function(t,m){this.open=typeof t=="boolean"?t:!this.open,m===!0&&this.$emit("toggle",this.open,this.togglePicker)},clickedApply:function(){this.togglePicker(!1,!0),this.$emit("update",{startDate:this.start,endDate:this.singleDatePicker&&this.singleDatePicker!=="range"?this.start:this.end})},clickCancel:function(){if(this.open){var t=this.dateRange.startDate,m=this.dateRange.endDate;this.start=t?new Date(t):null,this.end=m?new Date(m):null,this.in_selection=!1,this.togglePicker(!1,!0)}},onSelect:function(){this.$emit("select",{startDate:this.start,endDate:this.end})},clickAway:function(t){t&&t.target&&!this.$el.contains(t.target)&&this.$refs.dropdown&&!this.$refs.dropdown.contains(t.target)&&this.clickCancel()},clickRange:function(t){this.in_selection=!1,this.$dateUtil.isValidDate(t[0])&&this.$dateUtil.isValidDate(t[1])?(this.start=this.$dateUtil.validateDateRange(new Date(t[0]),this.minDate,this.maxDate),this.end=this.$dateUtil.validateDateRange(new Date(t[1]),this.minDate,this.maxDate),this.changeLeftMonth({month:this.start.getMonth()+1,year:this.start.getFullYear()}),this.linkedCalendars===!1&&this.changeRightMonth({month:this.end.getMonth()+1,year:this.end.getFullYear()})):(this.start=null,this.end=null),this.onSelect(),this.autoApply&&this.clickedApply()},onUpdateStartTime:function(t){var m=new Date(this.start);m.setHours(t.hours),m.setMinutes(t.minutes),m.setSeconds(t.seconds),this.start=this.$dateUtil.validateDateRange(m,this.minDate,this.maxDate),this.autoApply&&this.$emit("update",{startDate:this.start,endDate:this.singleDatePicker&&this.singleDatePicker!=="range"?this.start:this.end})},onUpdateEndTime:function(t){var m=new Date(this.end);m.setHours(t.hours),m.setMinutes(t.minutes),m.setSeconds(t.seconds),this.end=this.$dateUtil.validateDateRange(m,this.minDate,this.maxDate),this.autoApply&&this.$emit("update",{startDate:this.start,endDate:this.end})},handleEscape:function(t){this.open&&t.keyCode===27&&this.closeOnEsc&&this.clickCancel()}},computed:{showRanges:function(){return this.ranges!==!1&&!this.readonly},showCalendars:function(){return this.alwaysShowCalendars||this.showCustomRangeCalendars},startText:function(){return this.start===null?"":this.$dateUtil.format(this.start,this.locale.format)},endText:function(){return this.end===null?"":this.$dateUtil.format(this.end,this.locale.format)},rangeText:function(){var t=this.startText;return this.singleDatePicker&&this.singleDatePicker!=="range"||(t+=this.locale.separator+this.endText),t},min:function(){return this.minDate?new Date(this.minDate):null},max:function(){return this.maxDate?new Date(this.maxDate):null},pickerStyles:function(){var t;return t={"show-calendar":this.open||this.opens==="inline","show-ranges":this.showRanges,"show-weeknumbers":this.showWeekNumbers,single:this.singleDatePicker},Object(h.a)(t,"opens"+this.opens,!0),Object(h.a)(t,"linked",this.linkedCalendars),Object(h.a)(t,"hide-calendars",!this.showCalendars),t},isClear:function(){return!this.dateRange.startDate||!this.dateRange.endDate},isDirty:function(){var t=new Date(this.dateRange.startDate),m=new Date(this.dateRange.endDate);return!this.isClear&&(this.start.getTime()!==t.getTime()||this.end.getTime()!==m.getTime())}},watch:{minDate:function(){this.selectMonthDate()},maxDate:function(){this.selectMonthDate()},"dateRange.startDate":function(t){this.$dateUtil.isValidDate(new Date(t))&&(this.start=t&&!this.isClear&&this.$dateUtil.isValidDate(new Date(t))?new Date(t):null,this.isClear?(this.start=null,this.end=null):(this.start=new Date(this.dateRange.startDate),this.end=new Date(this.dateRange.endDate)))},"dateRange.endDate":function(t){this.$dateUtil.isValidDate(new Date(t))&&(this.end=t&&!this.isClear?new Date(t):null,this.isClear?(this.start=null,this.end=null):(this.start=new Date(this.dateRange.startDate),this.end=new Date(this.dateRange.endDate)))},open:{handler:function(t){var m=this;(typeof document=="undefined"?"undefined":Object(s.a)(document))==="object"&&(this.selectMonthDate(),this.$nextTick(function(){t?document.body.addEventListener("click",m.clickAway):document.body.removeEventListener("click",m.clickAway),t?document.addEventListener("keydown",m.handleEscape):document.removeEventListener("keydown",m.handleEscape),!m.alwaysShowCalendars&&m.ranges&&(m.showCustomRangeCalendars=!Object.keys(m.ranges).find(function(v){return m.$dateUtil.isSame(m.start,m.ranges[v][0],"date")&&m.$dateUtil.isSame(m.end,m.ranges[v][1],"date")}))}))},immediate:!0}}},ae=ee,Q=(e("0e58"),e("ce5f"),C(ae,a,i,!1,null,"1ebd09d2",null)),X=Q.exports,ie=X;c.default=ie},fb6a:function(r,c,e){var n=e("23e7"),a=e("861d"),i=e("e8b5"),s=e("23cb"),l=e("50c4"),d=e("fc6a"),u=e("8418"),y=e("1dde"),h=e("b622"),g=h("species"),f=[].slice,p=Math.max;n({target:"Array",proto:!0,forced:!y("slice")},{slice:function(D,b){var _,C,A,$=d(this),P=l($.length),k=s(D,P),T=s(b===void 0?P:b,P);if(i($)&&(_=$.constructor,typeof _!="function"||_!==Array&&!i(_.prototype)?a(_)&&(_=_[g],_===null&&(_=void 0)):_=void 0,_===Array||_===void 0))return f.call($,k,T);for(C=new(_===void 0?Array:_)(p(T-k,0)),A=0;k<T;k++,A++)k in $&&u(C,A,$[k]);return C.length=A,C}})},fc6a:function(r,c,e){var n=e("44ad"),a=e("1d80");r.exports=function(i){return n(a(i))}},fdbc:function(r,c){r.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(r,c,e){var n=e("4930");r.exports=n&&!Symbol.sham&&typeof Symbol()=="symbol"}})})})(Ee);var at=Ze(Ee.exports),it=function(){var o,x=this,r=x.$createElement,c=x._self._c||r;return c("date-range-picker",{ref:"picker",staticClass:"aioseo-date-picker",class:(o={},o[x.size]=x.size,o),attrs:{opens:"center","locale-data":{firstDay:1,format:"DD-MM-YYYY HH:mm:ss"},singleDatePicker:"",timePicker:!1,timePicker24Hour:!1,showWeekNumbers:!1,showDropdowns:"",autoApply:"",ranges:!1,appendToBody:""},scopedSlots:x._u([{key:"input",fn:function(e){return[c("span",[x._v(x._s(x.formatDate(e.startDate)))]),e.startDate||e.endDate?c("svg-circle-close",{nativeOn:{click:function(n){return x.clearDates(n)}}}):x._e(),!e.startDate&&!e.endDate?c("svg-news-channel"):x._e()]}}]),model:{value:x.dateRange,callback:function(e){x.dateRange=e},expression:"dateRange"}})},ot=[];const st={components:{DateRangePicker:at,SvgCircleClose:Ne,SvgNewsChannel:Xe},props:{value:String,size:{type:String,default:"",description:"Button size (small|medium|large)"}},data(){return{dateRange:{startDate:null,endDate:null,ranges:!1}}},watch:{dateRange:{deep:!0,handler(){this.$emit("input",this.formatDate(this.dateRange.startDate))}},value(){this.dateRange.startDate=this.value?new Date(this.value):null,this.dateRange.endDate=this.value?new Date(this.value):null}},methods:{clearDates(o){o.stopPropagation(),this.dateRange.startDate=null,this.dateRange.endDate=null},formatDate(o){return o&&o.getMonth()+1+"/"+o.getDate()+"/"+o.getFullYear()}},mounted(){this.value&&(this.dateRange.startDate=new Date(this.value),this.dateRange.endDate=new Date(this.value))}},Ae={};var lt=_e(st,it,ot,!1,ct,null,null,null);function ct(o){for(let x in Ae)this[x]=Ae[x]}var ut=function(){return lt.exports}(),dt="images/import-from-csv.fa7a7c61.png",ft=function(){var o=this,x=o.$createElement,r=o._self._c||x;return r("div",{staticClass:"additional-pages-input",class:{"in-table":o.inTable}},[o.inTable?o._e():r("div",{staticClass:"page-input-header"},[r("div",{staticClass:"page-url"},[o._v(o._s(o.strings.pageUrl))]),r("div",{staticClass:"page-priority"},[o._v(o._s(o.strings.priority))]),r("div",{staticClass:"page-frequency"},[o._v(o._s(o.strings.frequency))]),r("div",{staticClass:"page-last-modified"},[o._v(o._s(o.strings.lastModified))])]),r("div",{staticClass:"page-row"},[r("div",{staticClass:"page-url"},[r("base-input",{class:this.errors.url.invalid&&"aioseo-error"||this.page.url&&this.errors.url.exists&&"aioseo-warning"||this.page.url&&"aioseo-active",attrs:{value:o.page.url,size:"medium",placeholder:o.strings.placeholder},on:{keyup:function(c){return o.editPage("url",c.target.value)}},scopedSlots:o._u([{key:"append-icon",fn:function(){return[r("div",{staticClass:"append-icon"},[o.isLoading?o._e():[o.errors.url.invalid?r("svg-circle-close"):o._e(),!o.errors.url.invalid&&!o.errors.url.exists&&o.page.url?r("svg-circle-check"):o._e(),o.errors.url.exists&&o.page.url?r("svg-circle-exclamation"):o._e()]],2)]},proxy:!0}])}),this.errors.url.invalid?r("core-alert",{attrs:{type:"red",size:"small"}},[o._v(" "+o._s(o.strings.errors.url.invalid)+" ")]):o._e(),this.errors.url.exists?r("core-alert",{attrs:{type:"yellow",size:"small"}},[o._v(" "+o._s(o.strings.errors.url.exists)+" ")]):o._e()],1),r("div",{staticClass:"page-priority"},[r("base-select",{attrs:{size:"medium",value:o.page.priority,options:o.$constants.PRIORITY_OPTIONS},on:{input:function(c){return o.editPage("priority",c)}}})],1),r("div",{staticClass:"page-frequency"},[r("base-select",{attrs:{size:"medium",value:o.page.frequency,options:o.$constants.FREQUENCY_OPTIONS},on:{input:function(c){return o.editPage("frequency",c)}}})],1),r("div",{staticClass:"page-last-modified"},[r("base-datepicker",{attrs:{size:"medium",value:o.page.lastModified},on:{input:function(c){return o.editPage("lastModified",c)}}})],1)]),r("div",{staticClass:"page-input-footer"},[o.inTable?r("div",[r("base-button",{attrs:{type:"blue",size:"medium",disabled:o.errors.url.invalid||o.errors.url.exists||!o.page.url},on:{click:function(c){return o.updatePage(o.index)}}},[o._v(" "+o._s(o.strings.saveChanges)+" ")]),r("base-button",{attrs:{type:"gray",size:"medium"},on:{click:function(c){return o.$emit("cancel",!0)}}},[o._v(" "+o._s(o.strings.cancel)+" ")])],1):o._e(),o.inTable?o._e():r("div",[r("base-button",{attrs:{type:"blue",size:"small-table",disabled:o.errors.url.invalid||o.errors.url.exists||!o.page.url},on:{click:o.addPage}},[o._v(" "+o._s(o.strings.addPage)+" ")]),r("base-button",{attrs:{type:"black",size:"small-table"},on:{click:function(c){o.showImportModal=!0}}},[o._v(" "+o._s(o.strings.importFromCSV)+" ")])],1)]),o.showImportModal?r("core-modal",{on:{close:o.closeImportModal},scopedSlots:o._u([{key:"headerTitle",fn:function(){return[o._v(" "+o._s(o.strings.importAdditionalPages)+" ")]},proxy:!0},{key:"body",fn:function(){return[r("div",{staticClass:"aioseo-modal-body import-additional-pages"},[r("div",{staticClass:"alert"},[r("p",{domProps:{innerHTML:o._s(o.strings.modalDescription)}}),r("a",{attrs:{download:"aioseo-additional-pages-sample.csv",href:"data:text/csv;charset=utf-8,"+o.sampleCSVData}},[o._v(" "+o._s(o.strings.downloadSampleFile)+" ")])]),r("img",{attrs:{src:o.$getImgUrl(o.CSVFileImage),alt:o.strings.imgAltText}}),o.errors.upload?r("core-alert",{staticClass:"import-error",attrs:{type:"red"}},[r("svg-circle-close"),o._v(" "+o._s(o.errors.upload)+" ")],1):o._e(),r("div",{staticClass:"file-upload"},[r("base-input",{class:{"aioseo-error":o.errors.upload},attrs:{size:"medium",placeholder:o.strings.fileUploadPlaceholder},on:{focus:o.triggerFileUpload},model:{value:o.filename,callback:function(c){o.filename=c},expression:"filename"}}),r("base-button",{attrs:{type:"black",size:"medium"}},[o._v(" "+o._s(o.strings.chooseAFile)+" "),r("base-input",{ref:"file",attrs:{type:"file"},on:{click:o.reset,change:o.handleFileUpload},model:{value:o.inputFile,callback:function(c){o.inputFile=c},expression:"inputFile"}})],1)],1),r("base-button",{staticClass:"import",attrs:{type:"blue",size:"medium",disabled:!o.file||!o.importValidated,loading:o.loading},on:{click:o.submitFile}},[o._v(" "+o._s(o.strings.import)+" ")])],1)]},proxy:!0}],null,!1,3663470522)}):o._e()],1)},ht=[];const he={page:{url:null,priority:{label:"0.7",value:"0.7"},frequency:{label:"weekly",value:"weekly"},lastModified:qe().format("MM/DD/YYYY")}},pt={components:{BaseDatepicker:ut,CoreAlert:Ke,CoreModal:Le,SvgCircleCheck:Ge,SvgCircleClose:Ne,SvgCircleExclamation:Qe},data(){return{CSVFileImage:dt,priorityOptionsValues:[],frequencyOptionsValues:[],inputFile:null,filename:null,file:null,loading:!1,showImportModal:!1,page:fe(he.page),errors:{url:{invalid:null,exists:null},upload:!1},isLoading:!1,strings:{placeholder:this.$t.sprintf("Enter a page URL, e.g. %1$s",`${this.$aioseo.urls.home}/new-page`),pageUrl:"Page URL",priority:"Priority",frequency:"Frequency",lastModified:"Last Modified",addPage:"Add Page",importFromCSV:"Import from CSV",saveChanges:"Save Changes",cancel:"Cancel",importAdditionalPages:"Import Additional Pages",modalDescription:this.$t.sprintf("You can import additional page URL's to your sitemap using a CSV file. The following 4 columns are required: %1$sPage URL, Priority, Frequency, Date Modified.%2$s","<strong>","</strong>"),downloadSampleFile:"Download Sample CSV File",imgAltText:"CSV example file",fileUploadPlaceholder:"Import from CSV file...",chooseAFile:"Choose a File",import:"Import",csvFileTypeRequired:"The file that you've currently selected is not a CSV file.",invalidCSV:"Unable to read CSV file. Please check if the file is valid and try again.",errors:{url:{invalid:"Please enter a valid URL.",exists:"URL already exists."}}},sampleCSVData:`Page URL,Priority,Frequency,Date Modified\r
3
- https://aioseo.com/pricing/,0.0,weekly,01/30/2022`}},methods:ce(le({},je(["updateAdditionalPages"])),{addPage(){const o=[...this.pages];o.unshift(JSON.stringify(this.page)),this.updateAdditionalPages(o),this.page=fe(he.page),this.errors.url.invalid=null,this.$emit("process-page-add-and-update")},editPage(o,x){if(this.$set(this.page,o,x),!Te(this.page.url)&&this.page.url){this.errors.url.invalid=!0;return}if(this.pageExists(this.page.url)&&!this.inTable){this.errors.url.invalid=!1,this.errors.url.exists=!0;return}this.errors.url.invalid=!1,this.errors.url.exists=!1,this.inTable&&this.$emit("process-page-edit",this.page)},updatePage(o){const x=[...this.pages];x[this.getPaginatedIndex(o)]=JSON.stringify(this.page),this.updateAdditionalPages(x),this.$emit("process-page-add-and-update"),this.$emit("cancel",!0)},pageExists(o){return this.getParsedPages().some(({url:x})=>x===o)},reset(){this.errors.upload=!1,this.filename=null,this.file=null,this.inputFile=null},triggerFileUpload(){this.reset(),this.$refs.file.$el.querySelector("input").focus(),this.$refs.file.$el.querySelector("input").click()},async submitFile(){this.loading=!0;try{const o=await this.parseFile(),x=this.pages;o.forEach(r=>{const c=this.prepareAdditionalPage(r);c&&x.unshift(JSON.stringify(c))}),this.updateAdditionalPages(x)}catch{this.errors.upload=this.strings.invalidCSV}this.reset(),this.page=fe(he.page),this.showImportModal=!1,this.loading=!1},prepareAdditionalPage(o){const x=fe(he.page);return o.forEach(r=>{if(Te(r)&&!this.pageExists(r)){x.url=r;return}if(this.priorityOptionsValues.includes(r)){x.priority.label=x.priority.value=r;return}if(this.frequencyOptionsValues.includes(r.toLowerCase())){x.frequency.label=x.frequency.value=r.toLowerCase();return}isNaN(Date.parse(r))||(x.lastModified=r)}),x.url!==null?x:!1},parseFile(){const o=new FileReader;return o.readAsText(this.file),new Promise((x,r)=>{o.onerror=()=>{o.abort(),r(new DOMException)},o.onload=()=>{const e=o.result.split(/[\r\n]/).map(n=>n.split(","));x(e)}})},handleFileUpload(){this.reset(),this.file=this.$refs.file.$el.querySelector("input").files[0],this.file&&(this.filename=this.file.name,this.file.type!=="text/csv"&&(this.errors.upload=this.strings.csvFileTypeRequired))},closeImportModal(){this.reset(),this.showImportModal=!1}}),computed:ce(le({},we({pages:o=>o.options.sitemap.general.additionalPages.pages})),{importValidated(){return this.file.type==="text/csv"}}),props:{inTable:Boolean,row:Object,index:Number,getPaginatedIndex:Function,getParsedPages:Function,rowPage:{type:Object,default(){return{}}},editedPage:{type:Object,default(){return{}}}},mounted(){this.priorityOptionsValues=this.$constants.PRIORITY_OPTIONS.map(o=>o.value),this.frequencyOptionsValues=this.$constants.FREQUENCY_OPTIONS.map(o=>o.value),this.inTable&&(this.page=this.rowPage!==this.editedPage?this.rowPage:this.editedPage)}},Re={};var gt=_e(pt,ft,ht,!1,mt,null,null,null);function mt(o){for(let x in Re)this[x]=Re[x]}var vt=function(){return gt.exports}(),yt=function(){var o=this,x=o.$createElement,r=o._self._c||x;return o.options.sitemap.general.enable?r("core-card",{attrs:{slug:"additionalPages",toggles:o.options.sitemap.general.additionalPages.enable},scopedSlots:o._u([{key:"header",fn:function(){return[r("base-toggle",{model:{value:o.options.sitemap.general.additionalPages.enable,callback:function(c){o.$set(o.options.sitemap.general.additionalPages,"enable",c)},expression:"options.sitemap.general.additionalPages.enable"}}),o._v(" "+o._s(o.strings.additionalPages)+" ")]},proxy:!0},{key:"tooltip",fn:function(){return[o._v(" "+o._s(o.strings.additionalPagesTooltip)+" ")]},proxy:!0}],null,!1,3239716698)},[r("div",{staticClass:"aioseo-additional-pages"},[r("AddAdditionalPage",{attrs:{getPaginatedIndex:o.getPaginatedIndex,getParsedPages:o.getParsedPages},on:{"process-page-add-and-update":o.processPageAddAndUpdate}}),r("core-wp-table",{key:o.tableKey,ref:"table",staticClass:"additional-pages-table",attrs:{columns:o.columns,rows:o.rows,totals:o.totals,loading:o.wpTableLoading,initialPageNumber:1,showSearch:o.showSearch,bulkOptions:o.bulkOptions,"search-label":o.strings.searchUrls},on:{"process-bulk-action":o.processBulkAction,paginate:o.processPagination,search:o.processSearch},scopedSlots:o._u([{key:"url",fn:function(c){var e=c.row,n=c.index,a=c.editRow;return[r("a",{staticClass:"post-title",attrs:{href:"#"},on:{click:function(i){return i.preventDefault(),i.stopPropagation(),a(n)}}},[o._v(" "+o._s(e.url)+" ")]),r("div",{staticClass:"row-actions"},[r("span",[r("a",{staticClass:"edit",attrs:{href:"#"},on:{click:function(i){return i.preventDefault(),i.stopPropagation(),a(n)}}},[r("span",[o._v(o._s(o.strings.edit))])]),o._v(" | ")]),r("span",[r("a",{staticClass:"delete",attrs:{href:"#"},on:{click:function(i){return i.preventDefault(),i.stopPropagation(),o.maybeProcessDelete(e.url)}}},[r("span",[o._v(o._s(o.strings.delete))])])])])]}},{key:"edit-row",fn:function(c){var e=c.index,n=c.editRow;return[r("AddAdditionalPage",{attrs:{index:e,rowPage:o.rowPage(e),editedPage:o.editedPage,getPaginatedIndex:o.getPaginatedIndex,getParsedPages:o.getParsedPages,inTable:""},on:{cancel:function(a){return n(null)},"process-page-add-and-update":o.processPageAddAndUpdate,"process-page-edit":o.processPageEdit}})]}},{key:"page-actions",fn:function(c){var e=c.row;return[r("div",{staticClass:"page-actions"},[r("core-tooltip",{attrs:{type:"action"},scopedSlots:o._u([{key:"tooltip",fn:function(){return[o._v(" "+o._s(o.strings.delete)+" ")]},proxy:!0}],null,!0)},[r("svg-trash",{nativeOn:{click:function(n){return o.maybeProcessDelete(e.url)}}})],1)],1)]}}],null,!1,1595044912)}),o.showDeleteModal?r("core-modal",{attrs:{"no-header":""},scopedSlots:o._u([{key:"body",fn:function(){return[r("div",{staticClass:"aioseo-modal-body delete"},[r("button",{staticClass:"close",on:{click:function(c){c.stopPropagation(),o.showDeleteModal=!1}}}),r("h3",[o._v(o._s(o.areYouSureDeleteLink))]),r("div",{staticClass:"reset-description"},[o._v(" "+o._s(o.strings.thisWillRemoveLink)+" ")]),r("base-button",{attrs:{type:"blue",size:"medium",loading:o.deletingRow},on:{click:o.processPageDelete}},[o._v(" "+o._s(o.yesDeleteLink)+" ")]),r("base-button",{attrs:{type:"gray",size:"medium"},on:{click:function(c){o.showDeleteModal=!1}}},[o._v(" "+o._s(o.strings.noChangedMind)+" ")])],1)]},proxy:!0}],null,!1,3154880166)}):o._e()],1)]):o._e()},bt=[];const Dt={components:{AddAdditionalPage:vt,CoreWpTable:et,CoreCard:tt,CoreTooltip:rt,CoreModal:Le,SvgTrash:nt},data(){return{page:{},editedPage:{},resultsPerPage:10,searchResults:null,searchTerm:null,deletingRow:!1,tableKey:0,activeRow:-1,pageNumber:1,wpTableLoading:!1,showSearch:!0,showPagination:!0,showDeleteModal:!1,shouldDeleteURL:null,selectedRows:null,bulkOptions:[{label:"Delete",value:"delete"}],strings:{placeholder:this.$t.sprintf("Enter a page URL, e.g. %1$s",`${this.$aioseo.urls.home}/new-page`),pageUrl:"Page URL",priority:"Priority",frequency:"Frequency",lastModified:"Last Modified",searchUrls:"Search URLs",edit:"Edit",delete:"Delete",addPage:"Add Page",importFromCSV:"Import from CSV",always:"always",additionalPages:"Additional Pages",additionalPagesTooltip:"You can use this section to add any URLs to your sitemap which aren't a part of your WordPress installation. For example, if you have a contact form that you would like to be included on your sitemap you can enter the information manually.",areYouSureDeleteLink:"Are you sure you want to delete this page?",areYouSureDeleteLinks:"Are you sure you want to delete these pages?",thisWillRemoveLink:"This will permanently remove this page from the additional pages sitemap.",thisWillRemoveLinks:"This will permanently remove the selected pages from the additional pages sitemap.",yesDeleteLink:"Delete Page",yesDeleteLinks:"Delete Selected Pages",noChangedMind:"No, I changed my mind"}}},computed:ce(le(le({},we(["options","additionalPages"])),we({pages:o=>o.options.sitemap.general.additionalPages.pages})),{currentPages(){return this.searchResults||this.getParsedPages()},rows(){const o=this.currentPages.map(r=>({url:r.url,priority:r.priority&&r.priority.label?r.priority.label:"",frequency:r.frequency&&r.frequency.label?r.frequency.label:"",lastModified:r.lastModified})),x=this.pageNumber===1?0:(this.pageNumber-1)*this.resultsPerPage;return o.slice(x,x+this.resultsPerPage)},totals(){return{page:1,pages:Math.ceil(this.currentPages.length/this.resultsPerPage),total:this.currentPages.length}},columns(){return[{slug:"url",label:"Page URL"},{slug:"priority",label:"Priority",width:"90px"},{slug:"frequency",label:"Frequency",width:"90px"},{slug:"lastModified",label:"Last Modified",width:"110px"},{slug:"page-actions",label:"",width:"40px"}]},areYouSureDeleteLink(){return Array.isArray(this.shouldDeleteURL)?this.strings.areYouSureDeleteLinks:this.strings.areYouSureDeleteLink},yesDeleteLink(){return Array.isArray(this.shouldDeleteURL)?this.strings.yesDeleteLinks:this.strings.yesDeleteLink},thisWillRemoveLink(){return Array.isArray(this.shouldDeleteURL)?this.strings.thisWillRemoveLinks:this.strings.thisWillRemoveLink}}),methods:ce(le({},je(["updateAdditionalPages"])),{processSearch(o){if(this.$refs.table.editRow(null),this.pageNumber=1,o===""){this.searchResults=null,this.searchTerm=null;return}o||(o=this.searchTerm),this.wpTableLoading=!0,this.searchResults=this.getParsedPages().filter(x=>x.url.includes(o)),this.searchTerm=o,this.wpTableLoading=!1},processPagination(o){this.$refs.table.editRow(null),this.wpTableLoading=!0,this.pageNumber=o,this.wpTableLoading=!1},processBulkAction({action:o,selectedRows:x}){!x.length||o==="delete"&&(this.showDeleteModal=!0,this.shouldDeleteURL=x)},processPageDelete(){this.wpTableLoading=!0,Array.isArray(this.shouldDeleteURL)?this.shouldDeleteURL.forEach(o=>{this.deletePage(o)}):this.deletePage(this.shouldDeleteURL),this.showDeleteModal=!1,this.wpTableLoading=!1},deletePage(o){const x=[];this.getParsedPages().forEach(r=>{r.url!==o&&x.push(JSON.stringify(r))}),this.updateAdditionalPages(x),this.searchResults&&this.processSearch()},maybeProcessDelete(o){this.showDeleteModal=!0,this.shouldDeleteURL=o},processPageEdit(o){this.editedPage=o},processPageAddAndUpdate(){this.searchTerm&&this.processSearch(this.searchTerm)},rowPage(o){return this.searchResults?this.searchResults[this.getPaginatedIndex(o)]:this.getParsedPages()[this.getPaginatedIndex(o)]},getPaginatedIndex(o){return(this.pageNumber-1)*this.resultsPerPage+o},getParsedPages(){return this.pages.map(o=>JSON.parse(o))}})},$e={};var wt=_e(Dt,yt,bt,!1,_t,null,null,null);function _t(o){for(let x in $e)this[x]=$e[x]}var Vt=function(){return wt.exports}();export{Vt as default};
1
+ var Ye=Object.defineProperty,Ve=Object.defineProperties;var Be=Object.getOwnPropertyDescriptors;var Me=Object.getOwnPropertySymbols;var We=Object.prototype.hasOwnProperty,ze=Object.prototype.propertyIsEnumerable;var Ce=(o,x,r)=>x in o?Ye(o,x,{enumerable:!0,configurable:!0,writable:!0,value:r}):o[x]=r,le=(o,x)=>{for(var r in x||(x={}))We.call(x,r)&&Ce(o,r,x[r]);if(Me)for(var r of Me(x))ze.call(x,r)&&Ce(o,r,x[r]);return o},ce=(o,x)=>Ve(o,Be(x));import{c as je,a as De}from"./index.d328c175.js";import{h as qe,c as Ge,j as fe,i as Oe}from"./index.a4161053.js";import{_ as Je}from"./default-i18n.abde8d59.js";import{c as Ze,a as Xe}from"./_commonjsHelpers.f40d732e.js";import{S as Ne}from"./Close.5e7bcb70.js";import{S as Ke}from"./NewsChannel.fc0a5ed5.js";import{n as we}from"./vueComponentNormalizer.87056a83.js";import{C as Qe}from"./Index.cb0f42fe.js";import{C as Le}from"./Modal.1216ab78.js";import{S as et}from"./Exclamation.356738ce.js";import{C as tt}from"./Table.0f767068.js";import{C as rt}from"./Card.be971207.js";import{C as nt}from"./Tooltip.3ec20ff5.js";import{S as at}from"./Trash.214b5744.js";import"./isArrayLikeObject.a4a9229a.js";import"./client.94d919c5.js";import"./constants.a1b1778a.js";import"./Slide.f5d21606.js";import"./QuestionMark.83ebd18e.js";var Ee={exports:{}};(function(o,x){(function(r,c){o.exports=c()})(typeof self!="undefined"?self:Ze,function(){return function(r){var c={};function e(n){if(c[n])return c[n].exports;var a=c[n]={i:n,l:!1,exports:{}};return r[n].call(a.exports,a,a.exports,e),a.l=!0,a.exports}return e.m=r,e.c=c,e.d=function(n,a,i){e.o(n,a)||Object.defineProperty(n,a,{enumerable:!0,get:i})},e.r=function(n){typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},e.t=function(n,a){if(1&a&&(n=e(n)),8&a||4&a&&typeof n=="object"&&n&&n.__esModule)return n;var i=Object.create(null);if(e.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:n}),2&a&&typeof n!="string")for(var s in n)e.d(i,s,function(l){return n[l]}.bind(null,s));return i},e.n=function(n){var a=n&&n.__esModule?function(){return n.default}:function(){return n};return e.d(a,"a",a),a},e.o=function(n,a){return Object.prototype.hasOwnProperty.call(n,a)},e.p="",e(e.s="fb15")}({"00ee":function(r,c,e){var n=e("b622"),a=n("toStringTag"),i={};i[a]="z",r.exports=String(i)==="[object z]"},"057f":function(r,c,e){var n=e("fc6a"),a=e("241c").f,i={}.toString,s=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],l=function(d){try{return a(d)}catch{return s.slice()}};r.exports.f=function(d){return s&&i.call(d)=="[object Window]"?l(d):a(n(d))}},"06cf":function(r,c,e){var n=e("83ab"),a=e("d1e7"),i=e("5c6c"),s=e("fc6a"),l=e("c04e"),d=e("5135"),u=e("0cfb"),y=Object.getOwnPropertyDescriptor;c.f=n?y:function(h,g){if(h=s(h),g=l(g,!0),u)try{return y(h,g)}catch{}if(d(h,g))return i(!a.f.call(h,g),h[g])}},"0cfb":function(r,c,e){var n=e("83ab"),a=e("d039"),i=e("cc12");r.exports=!n&&!a(function(){return Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a!=7})},"0e58":function(r,c,e){var n=e("beb7"),a=e.n(n);a.a},"14c3":function(r,c,e){var n=e("c6b6"),a=e("9263");r.exports=function(i,s){var l=i.exec;if(typeof l=="function"){var d=l.call(i,s);if(typeof d!="object")throw TypeError("RegExp exec method returned something other than an Object or null");return d}if(n(i)!=="RegExp")throw TypeError("RegExp#exec called on incompatible receiver");return a.call(i,s)}},"159b":function(r,c,e){var n=e("da84"),a=e("fdbc"),i=e("17c2"),s=e("9112");for(var l in a){var d=n[l],u=d&&d.prototype;if(u&&u.forEach!==i)try{s(u,"forEach",i)}catch{u.forEach=i}}},"17c2":function(r,c,e){var n=e("b727").forEach,a=e("b301");r.exports=a("forEach")?function(i){return n(this,i,arguments.length>1?arguments[1]:void 0)}:[].forEach},"18e6":function(r,c,e){},"1be4":function(r,c,e){var n=e("d066");r.exports=n("document","documentElement")},"1c0b":function(r,c){r.exports=function(e){if(typeof e!="function")throw TypeError(String(e)+" is not a function");return e}},"1c7e":function(r,c,e){var n=e("b622"),a=n("iterator"),i=!1;try{var s=0,l={next:function(){return{done:!!s++}},return:function(){i=!0}};l[a]=function(){return this},Array.from(l,function(){throw 2})}catch{}r.exports=function(d,u){if(!u&&!i)return!1;var y=!1;try{var h={};h[a]=function(){return{next:function(){return{done:y=!0}}}},d(h)}catch{}return y}},"1d80":function(r,c){r.exports=function(e){if(e==null)throw TypeError("Can't call method on "+e);return e}},"1dde":function(r,c,e){var n=e("d039"),a=e("b622"),i=e("60ae"),s=a("species");r.exports=function(l){return i>=51||!n(function(){var d=[],u=d.constructor={};return u[s]=function(){return{foo:1}},d[l](Boolean).foo!==1})}},"23cb":function(r,c,e){var n=e("a691"),a=Math.max,i=Math.min;r.exports=function(s,l){var d=n(s);return d<0?a(d+l,0):i(d,l)}},"23e7":function(r,c,e){var n=e("da84"),a=e("06cf").f,i=e("9112"),s=e("6eeb"),l=e("ce4e"),d=e("e893"),u=e("94ca");r.exports=function(y,h){var g,f,p,_,b,w,M=y.target,T=y.global,R=y.stat;if(f=T?n:R?n[M]||l(M,{}):(n[M]||{}).prototype,f)for(p in h){if(b=h[p],y.noTargetGet?(w=a(f,p),_=w&&w.value):_=f[p],g=u(T?p:M+(R?".":"#")+p,y.forced),!g&&_!==void 0){if(typeof b==typeof _)continue;d(b,_)}(y.sham||_&&_.sham)&&i(b,"sham",!0),s(f,p,b,y)}}},"241c":function(r,c,e){var n=e("ca84"),a=e("7839"),i=a.concat("length","prototype");c.f=Object.getOwnPropertyNames||function(s){return n(s,i)}},"25f0":function(r,c,e){var n=e("6eeb"),a=e("825a"),i=e("d039"),s=e("ad6d"),l="toString",d=RegExp.prototype,u=d[l],y=i(function(){return u.call({source:"a",flags:"b"})!="/a/b"}),h=u.name!=l;(y||h)&&n(RegExp.prototype,l,function(){var g=a(this),f=String(g.source),p=g.flags,_=String(p===void 0&&g instanceof RegExp&&!("flags"in d)?s.call(g):p);return"/"+f+"/"+_},{unsafe:!0})},"35a1":function(r,c,e){var n=e("f5df"),a=e("3f8c"),i=e("b622"),s=i("iterator");r.exports=function(l){if(l!=null)return l[s]||l["@@iterator"]||a[n(l)]}},"37e8":function(r,c,e){var n=e("83ab"),a=e("9bf2"),i=e("825a"),s=e("df75");r.exports=n?Object.defineProperties:function(l,d){i(l);for(var u,y=s(d),h=y.length,g=0;h>g;)a.f(l,u=y[g++],d[u]);return l}},"3bbe":function(r,c,e){var n=e("861d");r.exports=function(a){if(!n(a)&&a!==null)throw TypeError("Can't set "+String(a)+" as a prototype");return a}},"3ca3":function(r,c,e){var n=e("6547").charAt,a=e("69f3"),i=e("7dd0"),s="String Iterator",l=a.set,d=a.getterFor(s);i(String,"String",function(u){l(this,{type:s,string:String(u),index:0})},function(){var u,y=d(this),h=y.string,g=y.index;return g>=h.length?{value:void 0,done:!0}:(u=n(h,g),y.index+=u.length,{value:u,done:!1})})},"3f8c":function(r,c){r.exports={}},"428f":function(r,c,e){var n=e("da84");r.exports=n},"44ad":function(r,c,e){var n=e("d039"),a=e("c6b6"),i="".split;r.exports=n(function(){return!Object("z").propertyIsEnumerable(0)})?function(s){return a(s)=="String"?i.call(s,""):Object(s)}:Object},"44d2":function(r,c,e){var n=e("b622"),a=e("7c73"),i=e("9112"),s=n("unscopables"),l=Array.prototype;l[s]==null&&i(l,s,a(null)),r.exports=function(d){l[s][d]=!0}},"466d":function(r,c,e){var n=e("d784"),a=e("825a"),i=e("50c4"),s=e("1d80"),l=e("8aa5"),d=e("14c3");n("match",1,function(u,y,h){return[function(g){var f=s(this),p=g==null?void 0:g[u];return p!==void 0?p.call(g,f):new RegExp(g)[u](String(f))},function(g){var f=h(y,g,this);if(f.done)return f.value;var p=a(g),_=String(this);if(!p.global)return d(p,_);var b=p.unicode;p.lastIndex=0;for(var w,M=[],T=0;(w=d(p,_))!==null;){var R=String(w[0]);M[T]=R,R===""&&(p.lastIndex=l(_,i(p.lastIndex),b)),T++}return T===0?null:M}]})},4930:function(r,c,e){var n=e("d039");r.exports=!!Object.getOwnPropertySymbols&&!n(function(){return!String(Symbol())})},"4d64":function(r,c,e){var n=e("fc6a"),a=e("50c4"),i=e("23cb"),s=function(l){return function(d,u,y){var h,g=n(d),f=a(g.length),p=i(y,f);if(l&&u!=u){for(;f>p;)if(h=g[p++],h!=h)return!0}else for(;f>p;p++)if((l||p in g)&&g[p]===u)return l||p||0;return!l&&-1}};r.exports={includes:s(!0),indexOf:s(!1)}},"4de4":function(r,c,e){var n=e("23e7"),a=e("b727").filter,i=e("d039"),s=e("1dde"),l=s("filter"),d=l&&!i(function(){[].filter.call({length:-1,0:1},function(u){throw u})});n({target:"Array",proto:!0,forced:!l||!d},{filter:function(u){return a(this,u,arguments.length>1?arguments[1]:void 0)}})},"4df4":function(r,c,e){var n=e("f8c2"),a=e("7b0b"),i=e("9bdd"),s=e("e95a"),l=e("50c4"),d=e("8418"),u=e("35a1");r.exports=function(y){var h,g,f,p,_,b=a(y),w=typeof this=="function"?this:Array,M=arguments.length,T=M>1?arguments[1]:void 0,R=T!==void 0,P=0,k=u(b);if(R&&(T=n(T,M>2?arguments[2]:void 0,2)),k==null||w==Array&&s(k))for(h=l(b.length),g=new w(h);h>P;P++)d(g,P,R?T(b[P],P):b[P]);else for(p=k.call(b),_=p.next,g=new w;!(f=_.call(p)).done;P++)d(g,P,R?i(p,T,[f.value,P],!0):f.value);return g.length=P,g}},"50c4":function(r,c,e){var n=e("a691"),a=Math.min;r.exports=function(i){return i>0?a(n(i),9007199254740991):0}},5135:function(r,c){var e={}.hasOwnProperty;r.exports=function(n,a){return e.call(n,a)}},5319:function(r,c,e){var n=e("d784"),a=e("825a"),i=e("7b0b"),s=e("50c4"),l=e("a691"),d=e("1d80"),u=e("8aa5"),y=e("14c3"),h=Math.max,g=Math.min,f=Math.floor,p=/\$([$&'`]|\d\d?|<[^>]*>)/g,_=/\$([$&'`]|\d\d?)/g,b=function(w){return w===void 0?w:String(w)};n("replace",2,function(w,M,T){return[function(P,k){var O=d(this),N=P==null?void 0:P[w];return N!==void 0?N.call(P,O,k):M.call(String(O),P,k)},function(P,k){var O=T(M,P,this,k);if(O.done)return O.value;var N=a(P),L=String(this),V=typeof k=="function";V||(k=String(k));var H=N.global;if(H){var U=N.unicode;N.lastIndex=0}for(var I=[];;){var Y=y(N,L);if(Y===null||(I.push(Y),!H))break;var z=String(Y[0]);z===""&&(N.lastIndex=u(L,s(N.lastIndex),U))}for(var K="",W=0,E=0;E<I.length;E++){Y=I[E];for(var q=String(Y[0]),ee=h(g(l(Y.index),L.length),0),ae=[],Q=1;Q<Y.length;Q++)ae.push(b(Y[Q]));var X=Y.groups;if(V){var ie=[q].concat(ae,ee,L);X!==void 0&&ie.push(X);var t=String(k.apply(void 0,ie))}else t=R(q,L,ee,ae,X,k);ee>=W&&(K+=L.slice(W,ee)+t,W=ee+q.length)}return K+L.slice(W)}];function R(P,k,O,N,L,V){var H=O+P.length,U=N.length,I=_;return L!==void 0&&(L=i(L),I=p),M.call(V,I,function(Y,z){var K;switch(z.charAt(0)){case"$":return"$";case"&":return P;case"`":return k.slice(0,O);case"'":return k.slice(H);case"<":K=L[z.slice(1,-1)];break;default:var W=+z;if(W===0)return Y;if(W>U){var E=f(W/10);return E===0?Y:E<=U?N[E-1]===void 0?z.charAt(1):N[E-1]+z.charAt(1):Y}K=N[W-1]}return K===void 0?"":K})}})},"53ca":function(r,c,e){e.d(c,"a",function(){return a}),e("a4d3"),e("e01a"),e("d28b"),e("e260"),e("d3b7"),e("3ca3"),e("ddb0");function n(i){return n=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(s){return typeof s}:function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":typeof s},n(i)}function a(i){return a=typeof Symbol=="function"&&n(Symbol.iterator)==="symbol"?function(s){return n(s)}:function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":n(s)},a(i)}},5692:function(r,c,e){var n=e("c430"),a=e("c6cd");(r.exports=function(i,s){return a[i]||(a[i]=s!==void 0?s:{})})("versions",[]).push({version:"3.5.0",mode:n?"pure":"global",copyright:"\xA9 2019 Denis Pushkarev (zloirock.ru)"})},"56ef":function(r,c,e){var n=e("d066"),a=e("241c"),i=e("7418"),s=e("825a");r.exports=n("Reflect","ownKeys")||function(l){var d=a.f(s(l)),u=i.f;return u?d.concat(u(l)):d}},5899:function(r,c){r.exports=`
2
+ \v\f\r \xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF`},"58a8":function(r,c,e){var n=e("1d80"),a=e("5899"),i="["+a+"]",s=RegExp("^"+i+i+"*"),l=RegExp(i+i+"*$"),d=function(u){return function(y){var h=String(n(y));return 1&u&&(h=h.replace(s,"")),2&u&&(h=h.replace(l,"")),h}};r.exports={start:d(1),end:d(2),trim:d(3)}},"5c6c":function(r,c){r.exports=function(e,n){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:n}}},"60ae":function(r,c,e){var n,a,i=e("da84"),s=e("b39a"),l=i.process,d=l&&l.versions,u=d&&d.v8;u?(n=u.split("."),a=n[0]+n[1]):s&&(n=s.match(/Edge\/(\d+)/),(!n||n[1]>=74)&&(n=s.match(/Chrome\/(\d+)/),n&&(a=n[1]))),r.exports=a&&+a},6547:function(r,c,e){var n=e("a691"),a=e("1d80"),i=function(s){return function(l,d){var u,y,h=String(a(l)),g=n(d),f=h.length;return g<0||g>=f?s?"":void 0:(u=h.charCodeAt(g),u<55296||u>56319||g+1===f||(y=h.charCodeAt(g+1))<56320||y>57343?s?h.charAt(g):u:s?h.slice(g,g+2):y-56320+(u-55296<<10)+65536)}};r.exports={codeAt:i(!1),charAt:i(!0)}},"65f0":function(r,c,e){var n=e("861d"),a=e("e8b5"),i=e("b622"),s=i("species");r.exports=function(l,d){var u;return a(l)&&(u=l.constructor,typeof u!="function"||u!==Array&&!a(u.prototype)?n(u)&&(u=u[s],u===null&&(u=void 0)):u=void 0),new(u===void 0?Array:u)(d===0?0:d)}},"69f3":function(r,c,e){var n,a,i,s=e("7f9a"),l=e("da84"),d=e("861d"),u=e("9112"),y=e("5135"),h=e("f772"),g=e("d012"),f=l.WeakMap,p=function(P){return i(P)?a(P):n(P,{})},_=function(P){return function(k){var O;if(!d(k)||(O=a(k)).type!==P)throw TypeError("Incompatible receiver, "+P+" required");return O}};if(s){var b=new f,w=b.get,M=b.has,T=b.set;n=function(P,k){return T.call(b,P,k),k},a=function(P){return w.call(b,P)||{}},i=function(P){return M.call(b,P)}}else{var R=h("state");g[R]=!0,n=function(P,k){return u(P,R,k),k},a=function(P){return y(P,R)?P[R]:{}},i=function(P){return y(P,R)}}r.exports={set:n,get:a,has:i,enforce:p,getterFor:_}},"6eeb":function(r,c,e){var n=e("da84"),a=e("9112"),i=e("5135"),s=e("ce4e"),l=e("8925"),d=e("69f3"),u=d.get,y=d.enforce,h=String(String).split("String");(r.exports=function(g,f,p,_){var b=!!_&&!!_.unsafe,w=!!_&&!!_.enumerable,M=!!_&&!!_.noTargetGet;typeof p=="function"&&(typeof f!="string"||i(p,"name")||a(p,"name",f),y(p).source=h.join(typeof f=="string"?f:"")),g!==n?(b?!M&&g[f]&&(w=!0):delete g[f],w?g[f]=p:a(g,f,p)):w?g[f]=p:s(f,p)})(Function.prototype,"toString",function(){return typeof this=="function"&&u(this).source||l(this)})},7156:function(r,c,e){var n=e("861d"),a=e("d2bb");r.exports=function(i,s,l){var d,u;return a&&typeof(d=s.constructor)=="function"&&d!==l&&n(u=d.prototype)&&u!==l.prototype&&a(i,u),i}},7418:function(r,c){c.f=Object.getOwnPropertySymbols},"746f":function(r,c,e){var n=e("428f"),a=e("5135"),i=e("c032"),s=e("9bf2").f;r.exports=function(l){var d=n.Symbol||(n.Symbol={});a(d,l)||s(d,l,{value:i.f(l)})}},7839:function(r,c){r.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"7a50":function(r,c,e){e.r(c),e("a4d3"),e("4de4"),e("d81d"),e("fb6a"),e("e439"),e("dbb4"),e("b64b"),e("159b");var n=e("ade3"),a=(e("d3b7"),e("466d"),e("5319"),e("53ca")),i=function(){var f=/d{1,4}|m{1,4}|yy(?:yy)?|([HhMsTt])\1?|[LloSZWN]|"[^"]*"|'[^']*'/g,p=/\b(?:[PMCEA][SDP]T|(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time|(?:GMT|UTC)(?:[-+]\d{4})?)\b/g,_=/[^-+\dA-Z]/g;return function(b,w,M,T){if(arguments.length!==1||u(b)!=="string"||/\d/.test(b)||(w=b,b=void 0),b=b||new Date,b instanceof Date||(b=new Date(b)),isNaN(b))throw TypeError("Invalid date");w=String(i.masks[w]||w||i.masks.default);var R=w.slice(0,4);R!=="UTC:"&&R!=="GMT:"||(w=w.slice(4),M=!0,R==="GMT:"&&(T=!0));var P=M?"getUTC":"get",k=b[P+"Date"](),O=b[P+"Day"](),N=b[P+"Month"](),L=b[P+"FullYear"](),V=b[P+"Hours"](),H=b[P+"Minutes"](),U=b[P+"Seconds"](),I=b[P+"Milliseconds"](),Y=M?0:b.getTimezoneOffset(),z=l(b),K=d(b),W={d:k,dd:s(k),ddd:i.i18n.dayNames[O],dddd:i.i18n.dayNames[O+7],m:N+1,mm:s(N+1),mmm:i.i18n.monthNames[N],mmmm:i.i18n.monthNames[N+12],yy:String(L).slice(2),yyyy:L,h:V%12||12,hh:s(V%12||12),H:V,HH:s(V),M:H,MM:s(H),s:U,ss:s(U),l:s(I,3),L:s(Math.round(I/10)),t:V<12?i.i18n.timeNames[0]:i.i18n.timeNames[1],tt:V<12?i.i18n.timeNames[2]:i.i18n.timeNames[3],T:V<12?i.i18n.timeNames[4]:i.i18n.timeNames[5],TT:V<12?i.i18n.timeNames[6]:i.i18n.timeNames[7],Z:T?"GMT":M?"UTC":(String(b).match(p)||[""]).pop().replace(_,""),o:(Y>0?"-":"+")+s(100*Math.floor(Math.abs(Y)/60)+Math.abs(Y)%60,4),S:["th","st","nd","rd"][k%10>3?0:(k%100-k%10!=10)*k%10],W:z,N:K};return w.replace(f,function(E){return E in W?W[E]:E.slice(1,E.length-1)})}}();function s(f,p){for(f=String(f),p=p||2;f.length<p;)f="0"+f;return f}function l(f){var p=new Date(f.getFullYear(),f.getMonth(),f.getDate());p.setDate(p.getDate()-(p.getDay()+6)%7+3);var _=new Date(p.getFullYear(),0,4);_.setDate(_.getDate()-(_.getDay()+6)%7+3);var b=p.getTimezoneOffset()-_.getTimezoneOffset();p.setHours(p.getHours()-b);var w=(p-_)/6048e5;return 1+Math.floor(w)}function d(f){var p=f.getDay();return p===0&&(p=7),p}function u(f){return f===null?"null":f===void 0?"undefined":Object(a.a)(f)!=="object"?Object(a.a)(f):Array.isArray(f)?"array":{}.toString.call(f).slice(8,-1).toLowerCase()}function y(f,p){var _=Object.keys(f);if(Object.getOwnPropertySymbols){var b=Object.getOwnPropertySymbols(f);p&&(b=b.filter(function(w){return Object.getOwnPropertyDescriptor(f,w).enumerable})),_.push.apply(_,b)}return _}function h(f){for(var p=1;p<arguments.length;p++){var _=arguments[p]!=null?arguments[p]:{};p%2?y(Object(_),!0).forEach(function(b){Object(n.a)(f,b,_[b])}):Object.getOwnPropertyDescriptors?Object.defineProperties(f,Object.getOwnPropertyDescriptors(_)):y(Object(_)).forEach(function(b){Object.defineProperty(f,b,Object.getOwnPropertyDescriptor(_,b))})}return f}i.masks={default:"ddd mmm dd yyyy HH:MM:ss",shortDate:"m/d/yy",mediumDate:"mmm d, yyyy",longDate:"mmmm d, yyyy",fullDate:"dddd, mmmm d, yyyy",shortTime:"h:MM TT",mediumTime:"h:MM:ss TT",longTime:"h:MM:ss TT Z",isoDate:"yyyy-mm-dd",isoTime:"HH:MM:ss",isoDateTime:"yyyy-mm-dd'T'HH:MM:sso",isoUtcDateTime:"UTC:yyyy-mm-dd'T'HH:MM:ss'Z'",expiresHeaderFormat:"ddd, dd mmm yyyy HH:MM:ss Z"},i.i18n={dayNames:["Sun","Mon","Tue","Wed","Thu","Fri","Sat","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","January","February","March","April","May","June","July","August","September","October","November","December"],timeNames:["a","p","am","pm","A","P","AM","PM"]};var g={isSame:function(f,p,_){var b=new Date(f),w=new Date(p);return _==="date"&&(b.setHours(0,0,0,0),w.setHours(0,0,0,0)),b.getTime()===w.getTime()},daysInMonth:function(f,p){return new Date(f,p,0).getDate()},weekNumber:function(f){return l(f)},format:function(f,p){return i(f,p)},nextMonth:function(f){var p=new Date(f.getTime());return p.setDate(1),p.setMonth(p.getMonth()+1),p},prevMonth:function(f){var p=new Date(f.getTime());return p.setDate(1),p.setMonth(p.getMonth()-1),p},validateDateRange:function(f,p,_){var b=new Date(_),w=new Date(p);return _&&f.getTime()>b.getTime()?b:p&&f.getTime()<w.getTime()?w:f},localeData:function(f){var p={direction:"ltr",format:"mm/dd/yyyy",separator:" - ",applyLabel:"Apply",cancelLabel:"Cancel",weekLabel:"W",customRangeLabel:"Custom Range",daysOfWeek:i.i18n.dayNames.slice(0,7).map(function(_){return _.substring(0,2)}),monthNames:i.i18n.monthNames.slice(0,12),firstDay:0};return h({},p,{},f)},yearMonth:function(f){var p=f.getMonth()+1;return f.getFullYear()+(p<10?"0":"")+p},isValidDate:function(f){return f instanceof Date&&!isNaN(f)}};c.default=g},"7b0b":function(r,c,e){var n=e("1d80");r.exports=function(a){return Object(n(a))}},"7c73":function(r,c,e){var n=e("825a"),a=e("37e8"),i=e("7839"),s=e("d012"),l=e("1be4"),d=e("cc12"),u=e("f772"),y=u("IE_PROTO"),h="prototype",g=function(){},f=function(){var p,_=d("iframe"),b=i.length,w="<",M="script",T=">",R="java"+M+":";for(_.style.display="none",l.appendChild(_),_.src=String(R),p=_.contentWindow.document,p.open(),p.write(w+M+T+"document.F=Object"+w+"/"+M+T),p.close(),f=p.F;b--;)delete f[h][i[b]];return f()};r.exports=Object.create||function(p,_){var b;return p!==null?(g[h]=n(p),b=new g,g[h]=null,b[y]=p):b=f(),_===void 0?b:a(b,_)},s[y]=!0},"7db0":function(r,c,e){var n=e("23e7"),a=e("b727").find,i=e("44d2"),s="find",l=!0;s in[]&&Array(1)[s](function(){l=!1}),n({target:"Array",proto:!0,forced:l},{find:function(d){return a(this,d,arguments.length>1?arguments[1]:void 0)}}),i(s)},"7dd0":function(r,c,e){var n=e("23e7"),a=e("9ed3"),i=e("e163"),s=e("d2bb"),l=e("d44e"),d=e("9112"),u=e("6eeb"),y=e("b622"),h=e("c430"),g=e("3f8c"),f=e("ae93"),p=f.IteratorPrototype,_=f.BUGGY_SAFARI_ITERATORS,b=y("iterator"),w="keys",M="values",T="entries",R=function(){return this};r.exports=function(P,k,O,N,L,V,H){a(O,k,N);var U,I,Y,z=function(Q){if(Q===L&&ee)return ee;if(!_&&Q in E)return E[Q];switch(Q){case w:return function(){return new O(this,Q)};case M:return function(){return new O(this,Q)};case T:return function(){return new O(this,Q)}}return function(){return new O(this)}},K=k+" Iterator",W=!1,E=P.prototype,q=E[b]||E["@@iterator"]||L&&E[L],ee=!_&&q||z(L),ae=k=="Array"&&E.entries||q;if(ae&&(U=i(ae.call(new P)),p!==Object.prototype&&U.next&&(h||i(U)===p||(s?s(U,p):typeof U[b]!="function"&&d(U,b,R)),l(U,K,!0,!0),h&&(g[K]=R))),L==M&&q&&q.name!==M&&(W=!0,ee=function(){return q.call(this)}),h&&!H||E[b]===ee||d(E,b,ee),g[k]=ee,L)if(I={values:z(M),keys:V?ee:z(w),entries:z(T)},H)for(Y in I)!_&&!W&&Y in E||u(E,Y,I[Y]);else n({target:k,proto:!0,forced:_||W},I);return I}},"7f9a":function(r,c,e){var n=e("da84"),a=e("8925"),i=n.WeakMap;r.exports=typeof i=="function"&&/native code/.test(a(i))},"825a":function(r,c,e){var n=e("861d");r.exports=function(a){if(!n(a))throw TypeError(String(a)+" is not an object");return a}},"83ab":function(r,c,e){var n=e("d039");r.exports=!n(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7})},8418:function(r,c,e){var n=e("c04e"),a=e("9bf2"),i=e("5c6c");r.exports=function(s,l,d){var u=n(l);u in s?a.f(s,u,i(0,d)):s[u]=d}},"861d":function(r,c){r.exports=function(e){return typeof e=="object"?e!==null:typeof e=="function"}},8925:function(r,c,e){var n=e("c6cd"),a=Function.toString;typeof n.inspectSource!="function"&&(n.inspectSource=function(i){return a.call(i)}),r.exports=n.inspectSource},"8aa5":function(r,c,e){var n=e("6547").charAt;r.exports=function(a,i,s){return i+(s?n(a,i).length:1)}},"8b2e":function(r,c,e){},"90e3":function(r,c){var e=0,n=Math.random();r.exports=function(a){return"Symbol("+String(a===void 0?"":a)+")_"+(++e+n).toString(36)}},9112:function(r,c,e){var n=e("83ab"),a=e("9bf2"),i=e("5c6c");r.exports=n?function(s,l,d){return a.f(s,l,i(1,d))}:function(s,l,d){return s[l]=d,s}},9263:function(r,c,e){var n=e("ad6d"),a=RegExp.prototype.exec,i=String.prototype.replace,s=a,l=function(){var y=/a/,h=/b*/g;return a.call(y,"a"),a.call(h,"a"),y.lastIndex!==0||h.lastIndex!==0}(),d=/()??/.exec("")[1]!==void 0,u=l||d;u&&(s=function(y){var h,g,f,p,_=this;return d&&(g=new RegExp("^"+_.source+"$(?!\\s)",n.call(_))),l&&(h=_.lastIndex),f=a.call(_,y),l&&f&&(_.lastIndex=_.global?f.index+f[0].length:h),d&&f&&f.length>1&&i.call(f[0],g,function(){for(p=1;p<arguments.length-2;p++)arguments[p]===void 0&&(f[p]=void 0)}),f}),r.exports=s},"94ca":function(r,c,e){var n=e("d039"),a=/#|\.prototype\./,i=function(y,h){var g=l[s(y)];return g==u||g!=d&&(typeof h=="function"?n(h):!!h)},s=i.normalize=function(y){return String(y).replace(a,".").toLowerCase()},l=i.data={},d=i.NATIVE="N",u=i.POLYFILL="P";r.exports=i},"9bdd":function(r,c,e){var n=e("825a");r.exports=function(a,i,s,l){try{return l?i(n(s)[0],s[1]):i(s)}catch(u){var d=a.return;throw d!==void 0&&n(d.call(a)),u}}},"9bf2":function(r,c,e){var n=e("83ab"),a=e("0cfb"),i=e("825a"),s=e("c04e"),l=Object.defineProperty;c.f=n?l:function(d,u,y){if(i(d),u=s(u,!0),i(y),a)try{return l(d,u,y)}catch{}if("get"in y||"set"in y)throw TypeError("Accessors not supported");return"value"in y&&(d[u]=y.value),d}},"9d0d":function(r,c,e){var n=e("8b2e"),a=e.n(n);a.a},"9ed3":function(r,c,e){var n=e("ae93").IteratorPrototype,a=e("7c73"),i=e("5c6c"),s=e("d44e"),l=e("3f8c"),d=function(){return this};r.exports=function(u,y,h){var g=y+" Iterator";return u.prototype=a(n,{next:i(1,h)}),s(u,g,!1,!0),l[g]=d,u}},a4d3:function(r,c,e){var n=e("23e7"),a=e("da84"),i=e("d066"),s=e("c430"),l=e("83ab"),d=e("4930"),u=e("fdbf"),y=e("d039"),h=e("5135"),g=e("e8b5"),f=e("861d"),p=e("825a"),_=e("7b0b"),b=e("fc6a"),w=e("c04e"),M=e("5c6c"),T=e("7c73"),R=e("df75"),P=e("241c"),k=e("057f"),O=e("7418"),N=e("06cf"),L=e("9bf2"),V=e("d1e7"),H=e("9112"),U=e("6eeb"),I=e("5692"),Y=e("f772"),z=e("d012"),K=e("90e3"),W=e("b622"),E=e("c032"),q=e("746f"),ee=e("d44e"),ae=e("69f3"),Q=e("b727").forEach,X=Y("hidden"),ie="Symbol",t="prototype",m=W("toPrimitive"),v=ae.set,D=ae.getterFor(ie),$=Object[t],S=a.Symbol,B=i("JSON","stringify"),ne=N.f,G=L.f,J=k.f,se=V.f,te=I("symbols"),Z=I("op-symbols"),oe=I("string-to-symbol-registry"),pe=I("symbol-to-string-registry"),Ue=I("wks"),ge=a.QObject,me=!ge||!ge[t]||!ge[t].findChild,ve=l&&y(function(){return T(G({},"a",{get:function(){return G(this,"a",{value:7}).a}})).a!=7})?function(C,A,j){var F=ne($,A);F&&delete $[A],G(C,A,j),F&&C!==$&&G($,A,F)}:G,xe=function(C,A){var j=te[C]=T(S[t]);return v(j,{type:ie,tag:C,description:A}),l||(j.description=A),j},ye=d&&typeof S.iterator=="symbol"?function(C){return typeof C=="symbol"}:function(C){return Object(C)instanceof S},ue=function(C,A,j){C===$&&ue(Z,A,j),p(C);var F=w(A,!0);return p(j),h(te,F)?(j.enumerable?(h(C,X)&&C[X][F]&&(C[X][F]=!1),j=T(j,{enumerable:M(0,!1)})):(h(C,X)||G(C,X,M(1,{})),C[X][F]=!0),ve(C,F,j)):G(C,F,j)},Pe=function(C,A){p(C);var j=b(A),F=R(j).concat(_e(j));return Q(F,function(re){l&&!be.call(j,re)||ue(C,re,j[re])}),C},Fe=function(C,A){return A===void 0?T(C):Pe(T(C),A)},be=function(C){var A=w(C,!0),j=se.call(this,A);return!(this===$&&h(te,A)&&!h(Z,A))&&(!(j||!h(this,A)||!h(te,A)||h(this,X)&&this[X][A])||j)},Se=function(C,A){var j=b(C),F=w(A,!0);if(j!==$||!h(te,F)||h(Z,F)){var re=ne(j,F);return!re||!h(te,F)||h(j,X)&&j[X][F]||(re.enumerable=!0),re}},ke=function(C){var A=J(b(C)),j=[];return Q(A,function(F){h(te,F)||h(z,F)||j.push(F)}),j},_e=function(C){var A=C===$,j=J(A?Z:b(C)),F=[];return Q(j,function(re){!h(te,re)||A&&!h($,re)||F.push(te[re])}),F};if(d||(S=function(){if(this instanceof S)throw TypeError("Symbol is not a constructor");var C=arguments.length&&arguments[0]!==void 0?String(arguments[0]):void 0,A=K(C),j=function(F){this===$&&j.call(Z,F),h(this,X)&&h(this[X],A)&&(this[X][A]=!1),ve(this,A,M(1,F))};return l&&me&&ve($,A,{configurable:!0,set:j}),xe(A,C)},U(S[t],"toString",function(){return D(this).tag}),V.f=be,L.f=ue,N.f=Se,P.f=k.f=ke,O.f=_e,l&&(G(S[t],"description",{configurable:!0,get:function(){return D(this).description}}),s||U($,"propertyIsEnumerable",be,{unsafe:!0}))),u||(E.f=function(C){return xe(W(C),C)}),n({global:!0,wrap:!0,forced:!d,sham:!d},{Symbol:S}),Q(R(Ue),function(C){q(C)}),n({target:ie,stat:!0,forced:!d},{for:function(C){var A=String(C);if(h(oe,A))return oe[A];var j=S(A);return oe[A]=j,pe[j]=A,j},keyFor:function(C){if(!ye(C))throw TypeError(C+" is not a symbol");if(h(pe,C))return pe[C]},useSetter:function(){me=!0},useSimple:function(){me=!1}}),n({target:"Object",stat:!0,forced:!d,sham:!l},{create:Fe,defineProperty:ue,defineProperties:Pe,getOwnPropertyDescriptor:Se}),n({target:"Object",stat:!0,forced:!d},{getOwnPropertyNames:ke,getOwnPropertySymbols:_e}),n({target:"Object",stat:!0,forced:y(function(){O.f(1)})},{getOwnPropertySymbols:function(C){return O.f(_(C))}}),B){var Ie=!d||y(function(){var C=S();return B([C])!="[null]"||B({a:C})!="{}"||B(Object(C))!="{}"});n({target:"JSON",stat:!0,forced:Ie},{stringify:function(C,A,j){for(var F,re=[C],$e=1;arguments.length>$e;)re.push(arguments[$e++]);if(F=A,(f(A)||C!==void 0)&&!ye(C))return g(A)||(A=function(He,de){if(typeof F=="function"&&(de=F.call(this,He,de)),!ye(de))return de}),re[1]=A,B.apply(null,re)}})}S[t][m]||H(S[t],m,S[t].valueOf),ee(S,ie),z[X]=!0},a630:function(r,c,e){var n=e("23e7"),a=e("4df4"),i=e("1c7e"),s=!i(function(l){Array.from(l)});n({target:"Array",stat:!0,forced:s},{from:a})},a691:function(r,c){var e=Math.ceil,n=Math.floor;r.exports=function(a){return isNaN(a=+a)?0:(a>0?n:e)(a)}},a6da:function(r,c,e){var n={"./native":"7a50","./native.js":"7a50"};function a(s){var l=i(s);return e(l)}function i(s){if(!e.o(n,s)){var l=new Error("Cannot find module '"+s+"'");throw l.code="MODULE_NOT_FOUND",l}return n[s]}a.keys=function(){return Object.keys(n)},a.resolve=i,r.exports=a,a.id="a6da"},a9e3:function(r,c,e){var n=e("83ab"),a=e("da84"),i=e("94ca"),s=e("6eeb"),l=e("5135"),d=e("c6b6"),u=e("7156"),y=e("c04e"),h=e("d039"),g=e("7c73"),f=e("241c").f,p=e("06cf").f,_=e("9bf2").f,b=e("58a8").trim,w="Number",M=a[w],T=M.prototype,R=d(g(T))==w,P=function(V){var H,U,I,Y,z,K,W,E,q=y(V,!1);if(typeof q=="string"&&q.length>2){if(q=b(q),H=q.charCodeAt(0),H===43||H===45){if(U=q.charCodeAt(2),U===88||U===120)return NaN}else if(H===48){switch(q.charCodeAt(1)){case 66:case 98:I=2,Y=49;break;case 79:case 111:I=8,Y=55;break;default:return+q}for(z=q.slice(2),K=z.length,W=0;W<K;W++)if(E=z.charCodeAt(W),E<48||E>Y)return NaN;return parseInt(z,I)}}return+q};if(i(w,!M(" 0o1")||!M("0b1")||M("+0x1"))){for(var k,O=function(V){var H=arguments.length<1?0:V,U=this;return U instanceof O&&(R?h(function(){T.valueOf.call(U)}):d(U)!=w)?u(new M(P(H)),U,O):P(H)},N=n?f(M):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),L=0;N.length>L;L++)l(M,k=N[L])&&!l(O,k)&&_(O,k,p(M,k));O.prototype=T,T.constructor=O,s(a,w,O)}},ad6d:function(r,c,e){var n=e("825a");r.exports=function(){var a=n(this),i="";return a.global&