Google Analytics for WordPress by MonsterInsights - Version 7.6.0

Version Description

= 7.0.0 =

This is a major release. Please back up your site before upgrading.

= 6.0.0 =

This is a major release. Please back up your site before upgrading.

Download this release

Release Info

Developer chriscct7
Plugin Icon 128x128 Google Analytics for WordPress by MonsterInsights
Version 7.6.0
Comparing to
See all releases

Code changes from version 7.5.1 to 7.6.0

assets/js/frontend.js CHANGED
@@ -274,7 +274,7 @@ var MonsterInsights = function(){
274
  valuesArray.extension = extension; /* What extension is this link */
275
  valuesArray.type = type; /* What type of link is this */
276
  valuesArray.target = target; /* Is a new tab/window being opened? */
277
- valuesArray.title = el.title || el.textContent || el.innerText; /* Try link title, then text content */
278
 
279
  /* Let's track everything but internals (that aren't internal-as-externals) and javascript */
280
  if ( type !== 'internal' && type !== 'javascript' ) {
274
  valuesArray.extension = extension; /* What extension is this link */
275
  valuesArray.type = type; /* What type of link is this */
276
  valuesArray.target = target; /* Is a new tab/window being opened? */
277
+ valuesArray.title = el.title || el.innerText || el.getAttribute('aria-label') || el.textContent; /* Try link title, then text content */
278
 
279
  /* Let's track everything but internals (that aren't internal-as-externals) and javascript */
280
  if ( type !== 'internal' && type !== 'javascript' ) {
assets/js/frontend.min.js CHANGED
@@ -12,7 +12,7 @@ else if(o&&o.length>0&&(r(o)=='mailto'||r(o)=='mailto:')){t='mailto'}
12
  else if(s&&p&&s.length>0&&p.length>0&&!s.endsWith(p)){t='external'}
13
  else if(y&&JSON.stringify(i)!='{}'&&y.length>0){var w=i.length;for(var n=0;n<w;n++){if(i[n].path&&i[n].label&&i[n].path.length>0&&i[n].label.length>0&&y.startsWith(i[n].path)){t='internal-as-outbound';a='outbound-link-'+i[n].label;break}}}
14
  else if(s&&window.monsterinsights_experimental_mode&&s.length>0&&document.domain.length>0&&s!==document.domain){t='cross-hostname'};if(v&&(t==='unknown'||'external'===t)&&u.length>0&&v.length>0){for(l=0,m=u.length;l<m;++l){if(u[l].length>0&&(g.endsWith(u[l])||u[l]==v)){t='download';break}}};if(t==='unknown'){t='internal'};return t};function b(e,t){var n=(e.target&&!e.target.match(/^_(self|parent|top)$/i))?e.target:!1;if(t.ctrlKey||t.shiftKey||t.metaKey||t.which==2){n='_blank'};return n};function g(i){var r=i.srcElement||i.target,t=[],l;t.el=r;t.ga_loaded=u();t.click_type=y(i);if(!u()||!p(i)){t.exit='loaded';n(t);return}
15
- while(r&&(typeof r.tagName=='undefined'||r.tagName.toLowerCase()!='a'||!r.href)){r=r.parentNode};if(r&&r.href&&!r.hasAttribute('xlink:href')){var g=r.href,O=h(r.href),K=c(),E=d(),D=monsterinsights_frontend.home_url,I=f(),o=m(r),T=b(r,i),v=r.getAttribute('data-vars-ga-action'),w=r.getAttribute('data-vars-ga-label');t.el=r;t.el_href=r.href;t.el_protocol=r.protocol;t.el_hostname=r.hostname;t.el_port=r.port;t.el_pathname=r.pathname;t.el_search=r.search;t.el_hash=r.hash;t.el_host=r.host;t.debug_mode=s();t.download_extensions=K;t.inbound_paths=E;t.home_url=D;t.link=g;t.extension=O;t.type=o;t.target=T;t.title=r.title||r.textContent||r.innerText;if(o!=='internal'&&o!=='javascript'){var x=!1,k=function(){if(x){return};x=!0;window.location.href=g},A=function(){t.exit='external';n(t)},C=function(){t.exit='internal-as-outbound';n(t)},L=function(){t.exit='cross-hostname';n(t)};if(T||o=='mailto'||o=='tel'){if(o=='download'){l={hitType:'event',eventCategory:'download',eventAction:v||g,eventLabel:w||t.title,};e(t,l)}
16
  else if(o=='tel'){l={hitType:'event',eventCategory:'tel',eventAction:v||g,eventLabel:w||t.title.replace('tel:',''),};e(t,l)}
17
  else if(o=='mailto'){l={hitType:'event',eventCategory:'mailto',eventAction:v||g,eventLabel:w||t.title.replace('mailto:',''),};e(t,l)}
18
  else if(o=='internal-as-outbound'){l={hitType:'event',eventCategory:a,eventAction:v||g,eventLabel:w||t.title,};e(t,l)}
12
  else if(s&&p&&s.length>0&&p.length>0&&!s.endsWith(p)){t='external'}
13
  else if(y&&JSON.stringify(i)!='{}'&&y.length>0){var w=i.length;for(var n=0;n<w;n++){if(i[n].path&&i[n].label&&i[n].path.length>0&&i[n].label.length>0&&y.startsWith(i[n].path)){t='internal-as-outbound';a='outbound-link-'+i[n].label;break}}}
14
  else if(s&&window.monsterinsights_experimental_mode&&s.length>0&&document.domain.length>0&&s!==document.domain){t='cross-hostname'};if(v&&(t==='unknown'||'external'===t)&&u.length>0&&v.length>0){for(l=0,m=u.length;l<m;++l){if(u[l].length>0&&(g.endsWith(u[l])||u[l]==v)){t='download';break}}};if(t==='unknown'){t='internal'};return t};function b(e,t){var n=(e.target&&!e.target.match(/^_(self|parent|top)$/i))?e.target:!1;if(t.ctrlKey||t.shiftKey||t.metaKey||t.which==2){n='_blank'};return n};function g(i){var r=i.srcElement||i.target,t=[],l;t.el=r;t.ga_loaded=u();t.click_type=y(i);if(!u()||!p(i)){t.exit='loaded';n(t);return}
15
+ while(r&&(typeof r.tagName=='undefined'||r.tagName.toLowerCase()!='a'||!r.href)){r=r.parentNode};if(r&&r.href&&!r.hasAttribute('xlink:href')){var g=r.href,O=h(r.href),K=c(),E=d(),D=monsterinsights_frontend.home_url,I=f(),o=m(r),T=b(r,i),v=r.getAttribute('data-vars-ga-action'),w=r.getAttribute('data-vars-ga-label');t.el=r;t.el_href=r.href;t.el_protocol=r.protocol;t.el_hostname=r.hostname;t.el_port=r.port;t.el_pathname=r.pathname;t.el_search=r.search;t.el_hash=r.hash;t.el_host=r.host;t.debug_mode=s();t.download_extensions=K;t.inbound_paths=E;t.home_url=D;t.link=g;t.extension=O;t.type=o;t.target=T;t.title=r.title||r.innerText||r.getAttribute('aria-label')||r.textContent;if(o!=='internal'&&o!=='javascript'){var x=!1,k=function(){if(x){return};x=!0;window.location.href=g},A=function(){t.exit='external';n(t)},C=function(){t.exit='internal-as-outbound';n(t)},L=function(){t.exit='cross-hostname';n(t)};if(T||o=='mailto'||o=='tel'){if(o=='download'){l={hitType:'event',eventCategory:'download',eventAction:v||g,eventLabel:w||t.title,};e(t,l)}
16
  else if(o=='tel'){l={hitType:'event',eventCategory:'tel',eventAction:v||g,eventLabel:w||t.title.replace('tel:',''),};e(t,l)}
17
  else if(o=='mailto'){l={hitType:'event',eventCategory:'mailto',eventAction:v||g,eventLabel:w||t.title.replace('mailto:',''),};e(t,l)}
18
  else if(o=='internal-as-outbound'){l={hitType:'event',eventCategory:a,eventAction:v||g,eventLabel:w||t.title,};e(t,l)}
assets/lib/pandora/class-am-notification.php CHANGED
@@ -94,9 +94,24 @@ if ( ! class_exists( 'AM_Notification', false ) ) {
94
  return;
95
  }
96
 
97
- $last_checked = get_option( '_amn_' . $this->plugin . '_last_checked', strtotime( '-1 week' ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
 
99
- if ( $last_checked < strtotime( 'today midnight' ) ) {
100
  $plugin_notifications = $this->get_plugin_notifications( 1 );
101
  $notification_id = null;
102
 
@@ -158,7 +173,7 @@ if ( ! class_exists( 'AM_Notification', false ) ) {
158
  }
159
 
160
  // Set the option now so we can't run this again until after 24 hours.
161
- update_option( '_amn_' . $this->plugin . '_last_checked', strtotime( 'today midnight' ) );
162
  }
163
  }
164
 
@@ -355,7 +370,7 @@ if ( ! class_exists( 'AM_Notification', false ) ) {
355
  $type = MonsterInsights()->license->get_network_license_type();
356
  }
357
 
358
- // Check key fallbacks
359
  if ( empty( $key ) ) {
360
  $key = MonsterInsights()->license->get_license_key();
361
  }
@@ -394,7 +409,7 @@ if ( ! class_exists( 'AM_Notification', false ) ) {
394
  // Possibly set the level to 'unknown' if a key is entered, but no level can be determined (such as manually entered key)
395
  if ( ! empty( $key ) && empty( $level ) ) {
396
  $level = 'unknown';
397
- }
398
 
399
  // Normalize the level.
400
  switch ( $level ) {
@@ -454,4 +469,4 @@ if ( ! class_exists( 'AM_Notification', false ) ) {
454
  }
455
  }
456
  }
457
- }
94
  return;
95
  }
96
 
97
+ $to_check = get_option( '_amn_' . $this->plugin . '_to_check', false );
98
+
99
+ if ( $to_check == false ) {
100
+ // Non load balanced. Start checking in in 7 days + 2-4 days.
101
+ $checktime = array();
102
+ $checktime['day'] = rand( 0, 6 );
103
+ $checktime['hour'] = rand( 0, 23 );
104
+ $checktime['minute'] = rand( 0, 59 );
105
+ $checktime['second'] = rand( 0, 59 );
106
+ $checktime['offset'] = ( $checktime['day'] * DAY_IN_SECONDS ) +
107
+ ( $checktime['hour'] * HOUR_IN_SECONDS ) +
108
+ ( $checktime['minute'] * MINUTE_IN_SECONDS ) +
109
+ $checktime['second'];
110
+ $to_check = strtotime("next sunday") + $checktime['offset'];
111
+ update_option( '_amn_' . $this->plugin . '_to_check', $to_check );
112
+ }
113
 
114
+ if ( $to_check < time() ) {
115
  $plugin_notifications = $this->get_plugin_notifications( 1 );
116
  $notification_id = null;
117
 
173
  }
174
 
175
  // Set the option now so we can't run this again until after 24 hours.
176
+ update_option( '_amn_' . $this->plugin . '_to_check', time() + 3 * DAY_IN_SECONDS );
177
  }
178
  }
179
 
370
  $type = MonsterInsights()->license->get_network_license_type();
371
  }
372
 
373
+ // Check key fallbacks.
374
  if ( empty( $key ) ) {
375
  $key = MonsterInsights()->license->get_license_key();
376
  }
409
  // Possibly set the level to 'unknown' if a key is entered, but no level can be determined (such as manually entered key)
410
  if ( ! empty( $key ) && empty( $level ) ) {
411
  $level = 'unknown';
412
+ }
413
 
414
  // Normalize the level.
415
  switch ( $level ) {
469
  }
470
  }
471
  }
472
+ }
googleanalytics.php CHANGED
@@ -6,7 +6,7 @@
6
  * Author: MonsterInsights
7
  * Author URI: https://www.monsterinsights.com/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0
8
  *
9
- * Version: 7.5.1
10
  * Requires at least: 3.8.0
11
  * Tested up to: 5.1.1
12
  *
@@ -69,7 +69,7 @@ final class MonsterInsights_Lite {
69
  * @access public
70
  * @var string $version Plugin version.
71
  */
72
- public $version = '7.5.1';
73
 
74
  /**
75
  * Plugin file.
@@ -216,7 +216,7 @@ final class MonsterInsights_Lite {
216
 
217
  // This does the version to version background upgrade routines and initial install
218
  $mi_version = get_option( 'monsterinsights_current_version', '5.5.3' );
219
- if ( version_compare( $mi_version, '7.4.0', '<' ) ) {
220
  monsterinsights_lite_call_install_and_upgrade();
221
  }
222
 
6
  * Author: MonsterInsights
7
  * Author URI: https://www.monsterinsights.com/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0
8
  *
9
+ * Version: 7.6.0
10
  * Requires at least: 3.8.0
11
  * Tested up to: 5.1.1
12
  *
69
  * @access public
70
  * @var string $version Plugin version.
71
  */
72
+ public $version = '7.6.0';
73
 
74
  /**
75
  * Plugin file.
216
 
217
  // This does the version to version background upgrade routines and initial install
218
  $mi_version = get_option( 'monsterinsights_current_version', '5.5.3' );
219
+ if ( version_compare( $mi_version, '7.6.0', '<' ) ) {
220
  monsterinsights_lite_call_install_and_upgrade();
221
  }
222
 
includes/admin/admin.php CHANGED
@@ -66,7 +66,7 @@ function monsterinsights_admin_menu() {
66
  }
67
 
68
  // Add About us page.
69
- // add_submenu_page( $hook, __( 'About Us:', 'google-analytics-for-wordpress' ), __( 'About Us', 'google-analytics-for-wordpress' ), 'manage_options', $submenu_base . '#/about' );
70
  }
71
  add_action( 'admin_menu', 'monsterinsights_admin_menu' );
72
 
66
  }
67
 
68
  // Add About us page.
69
+ add_submenu_page( $hook, __( 'About Us:', 'google-analytics-for-wordpress' ), __( 'About Us', 'google-analytics-for-wordpress' ), 'manage_options', $submenu_base . '#/about' );
70
  }
71
  add_action( 'admin_menu', 'monsterinsights_admin_menu' );
72
 
includes/admin/common.php CHANGED
@@ -262,8 +262,8 @@ function monsterinsights_admin_scripts() {
262
  // Used to add notices for future deprecations.
263
  'versions' => array(
264
  'php_version' => phpversion(),
265
- 'php_version_below_54' => version_compare( phpversion(), '5.4', '<' ),
266
- 'php_version_below_56' => version_compare( phpversion(), '5.6', '<' ),
267
  'php_update_link' => monsterinsights_get_url( 'settings-notice', 'settings-page', 'https://www.monsterinsights.com/docs/update-php/' ),
268
  'wp_version' => $wp_version,
269
  'wp_version_below_46' => version_compare( $wp_version, '4.6', '<' ),
@@ -304,8 +304,8 @@ function monsterinsights_admin_scripts() {
304
  // Used to add notices for future deprecations.
305
  'versions' => array(
306
  'php_version' => phpversion(),
307
- 'php_version_below_54' => version_compare( phpversion(), '5.4', '<' ),
308
- 'php_version_below_56' => version_compare( phpversion(), '5.6', '<' ),
309
  'php_update_link' => monsterinsights_get_url( 'settings-notice', 'settings-page', 'https://www.monsterinsights.com/docs/update-php/' ),
310
  'wp_version' => $wp_version,
311
  'wp_version_below_46' => version_compare( $wp_version, '4.6', '<' ),
262
  // Used to add notices for future deprecations.
263
  'versions' => array(
264
  'php_version' => phpversion(),
265
+ 'php_version_below_54' => apply_filters( 'monsterinsights_temporarily_hide_php_52_and_53_upgrade_warnings', version_compare( phpversion(), '5.4', '<' ) ),
266
+ 'php_version_below_56' => apply_filters( 'monsterinsights_temporarily_hide_php_54_and_55_upgrade_warnings', version_compare( phpversion(), '5.6', '<' ) ),
267
  'php_update_link' => monsterinsights_get_url( 'settings-notice', 'settings-page', 'https://www.monsterinsights.com/docs/update-php/' ),
268
  'wp_version' => $wp_version,
269
  'wp_version_below_46' => version_compare( $wp_version, '4.6', '<' ),
304
  // Used to add notices for future deprecations.
305
  'versions' => array(
306
  'php_version' => phpversion(),
307
+ 'php_version_below_54' => apply_filters( 'monsterinsights_temporarily_hide_php_52_and_53_upgrade_warnings', version_compare( phpversion(), '5.4', '<' ) ),
308
+ 'php_version_below_56' => apply_filters( 'monsterinsights_temporarily_hide_php_54_and_55_upgrade_warnings', version_compare( phpversion(), '5.6', '<' ) ),
309
  'php_update_link' => monsterinsights_get_url( 'settings-notice', 'settings-page', 'https://www.monsterinsights.com/docs/update-php/' ),
310
  'wp_version' => $wp_version,
311
  'wp_version_below_46' => version_compare( $wp_version, '4.6', '<' ),
includes/admin/pages/reports.php CHANGED
@@ -62,73 +62,3 @@ function monsterinsights_reports_page() {
62
  echo monsterinsights_ublock_notice();
63
  monsterinsights_settings_error_page( 'monsterinsights-reports');
64
  }
65
-
66
- function monsterinsights_refresh_reports_data() {
67
- check_ajax_referer( 'mi-admin-nonce', 'security' );
68
-
69
- // Get variables
70
- $start = ! empty( $_REQUEST['start'] ) ? $_REQUEST['start'] : '';
71
- $end = ! empty( $_REQUEST['end'] ) ? $_REQUEST['end'] : '';
72
- $name = ! empty( $_REQUEST['report'] ) ? $_REQUEST['report'] : '';
73
- $isnetwork = ! empty( $_REQUEST['isnetwork'] ) ? $_REQUEST['isnetwork'] : '';
74
-
75
-
76
- // Current user can authenticate
77
- if ( ! current_user_can( 'monsterinsights_view_dashboard' ) ) {
78
- wp_send_json_error( array( 'message' => __( "You don't have permission to view MonsterInsights reports.", 'google-analytics-for-wordpress' ) ) );
79
- }
80
-
81
- if ( ! empty( $_REQUEST['isnetwork'] ) && $_REQUEST['isnetwork'] ) {
82
- define( 'WP_NETWORK_ADMIN', true );
83
- }
84
-
85
- // Only for Pro users, require a license key to be entered first so we can link to things.
86
- if ( monsterinsights_is_pro_version() ) {
87
- if ( ! MonsterInsights()->license->is_site_licensed() && ! MonsterInsights()->license->is_network_licensed() ) {
88
- wp_send_json_error( array( 'message' => __( "You can't view MonsterInsights reports because you are not licensed.", 'google-analytics-for-wordpress' ) ) );
89
- } else if ( MonsterInsights()->license->is_site_licensed() && ! MonsterInsights()->license->site_license_has_error() ) {
90
- // good to go: site licensed
91
- } else if ( MonsterInsights()->license->is_network_licensed() && ! MonsterInsights()->license->network_license_has_error() ) {
92
- // good to go: network licensed
93
- } else {
94
- wp_send_json_error( array( 'message' => __( "You can't view MonsterInsights reports due to license key errors.", 'google-analytics-for-wordpress' ) ) );
95
- }
96
- }
97
-
98
- // we do not have a current auth
99
- $site_auth = MonsterInsights()->auth->get_viewname();
100
- $ms_auth = is_multisite() && MonsterInsights()->auth->get_network_viewname();
101
- if ( ! $site_auth && ! $ms_auth ) {
102
- wp_send_json_error( array( 'message' => __( "You must authenticate with MonsterInsights before you can view reports.", 'google-analytics-for-wordpress' ) ) );
103
- }
104
-
105
- if ( empty( $name ) ) {
106
- wp_send_json_error( array( 'message' => __( "Unknown report. Try refreshing and retrying. Contact support if this issue persists.", 'google-analytics-for-wordpress' ) ) );
107
- }
108
-
109
- $report = MonsterInsights()->reporting->get_report( $name );
110
-
111
- if ( empty( $report ) ) {
112
- wp_send_json_error( array( 'message' => __( "Unknown report. Try refreshing and retrying. Contact support if this issue persists.", 'google-analytics-for-wordpress' ) ) );
113
- }
114
-
115
- $args = array( 'start' => $start, 'end' => $end );
116
- if ( $isnetwork ) {
117
- $args['network'] = true;
118
- }
119
-
120
- $data = $report->get_data( $args );
121
- if ( ! empty( $data['success'] ) ) {
122
- $data = $report->show_report(
123
- array( 'start' => $start,
124
- 'end' => $end,
125
- 'data' => $data['data'],
126
- 'success' => true
127
- )
128
- );
129
- wp_send_json_success( array( 'html' => $data ) );
130
- } else {
131
- wp_send_json_error( array( 'message' => $data['error'], 'data' => $data['data'] ) );
132
- }
133
- }
134
- add_action( 'wp_ajax_monsterinsights_refresh_reports', 'monsterinsights_refresh_reports_data' );
62
  echo monsterinsights_ublock_notice();
63
  monsterinsights_settings_error_page( 'monsterinsights-reports');
64
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/admin/pages/settings.php CHANGED
@@ -58,7 +58,7 @@ function monsterinsights_settings_inline_js() {
58
  /**
59
  * Error page HTML
60
  **/
61
- function monsterinsights_settings_error_page( $id = 'monsterinsights-vue-site-settings', $footer = '' ) {
62
  $inline_logo_image = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAd4AAABaCAYAAAAWyDe5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDJFRDBENkZFQ0Y2MTFFOEE5OUNCODFENzIyODU1MzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDJFRDBENzBFQ0Y2MTFFOEE5OUNCODFENzIyODU1MzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMkVEMEQ2REVDRjYxMUU4QTk5Q0I4MUQ3MjI4NTUzMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkVEMEQ2RUVDRjYxMUU4QTk5Q0I4MUQ3MjI4NTUzMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv4HgdQAAD64SURBVHja7F0HfBzF1X/XT3fq3XKTewHjgmkB0x0IBkIoAZIQEggJnSTABwQ+AqmQEOoHSSAJIQQIxbRgIDamYweDwQbbuNuyZcuSrH69fu+/OyedTrd7RSdbQvP3b3yn252Z3dnZ+c97894bA+0HXLNgiZE/lnJ68L5F858bwHrs/HEvp+1czx00SBCNRklCQkJCYnjCsJ+I91L++KP480FO1zIx+nNcxyT+eJbTTE4uTlO5jl2SeCUkJCQk9ieM+4F0i/njl3E/XcFpGf8+IYd1nMsfnwjSBfI53SEft4SEhITEsCNexnWcyvGluDwv9tscTh8zYZ7aT8K1cIJq+V8gWwPL83lOc+zwt/nYQfKRS0hISEgMG+Jl4hvBHz9WRNAiG42bWkSTDyolg3oVkIT/zef8LydDFmWDzN/AV/xtthhp1IRipR6TSSkO//1GPnIJCQkJieEk8ULadUISLa92UDQSZanXRgcdXkl2R7dk+gtOTzKRWjMg3Wn8sYLT0fjbkW+hMZNKyJ5npgjXUVBii526gM89VD52CQkJCYkvPfEy4Tn54wcxaddiNTEpqsdsdhMdeEg5lVR2q57P4/Qa5ylMo9zD+ONdTuPwd2mlg0aOK4pJuRQORwi2TCZztxB9lXzsEhISEhLDQeK9gJNCpCUVKsFGwj3WvUYmyokHFFNNbX7sp+M5LWFiLdIh3SP4401O5ZCiq0YVUFmVo/s4CBd1wIq4oKhb6v0m56uUj15CQkJCYkgSbwbrsZfhP6iUbXazkEZ7u9WAPEeNL6Cxk7u5Fmrh17kOR5J6lWOcHAajgQm7iAp7VMrd0m6SO4UK+/s5vjcJCQkJCYmBJ14mprH88bxQI+udB1chxaK4sMQeR4zJ/VmrRjmodmpx7M/DSV3zNcaVV8sf/0ZxIN2RtYXKum4iwsEe4oXk6yjoXjY+O417m02qdbSEhISEhMSgkXiP5HQGp/cFCWvhGzGJNk7lS1HmxUgkeYbKmjwaNaF7iffrnH4lCNEhSLcS5Y0YU0B5TkvSMoLBcK+/bXmm2Ne5XM5oHdI9E/eE6xbRryQkJCQkJAYF8R4lPmeR6od7gsZ5IGeyOyzKWm4vqTSkHcWpZqxTsX4WuJHLn09qCMgD8UPFiHxyFmgbP4eCvVkdVtRxOD0J4Zo4/Zq/LuSEisHoc2U3kZCQkJAYLMR7cNx3+NEuZuK6jZM5jswg4h6C78lIMpEcE1E7tTDmagTGRlznS/AH1nOLyvSF0YC/t8QL1yJbj9vSvATShQT8H04/SyjmENlNJCQkJCT2O/FCOuyRPB1kyzPHyvs5p//y8Vi4RnwqjGvviSIVR7z6cYuNRoMSZENA0T0jOEZFTb5uvmAgnDQmst1u7kWoWDvmdDF//ZyTIrFjvdjac95M2U0kJCQkJAaDxAu/WUUPbHNYaMah5UyGjnhJ+FMmtEdJXZ9V5NU40utFvBF9oZclXhONGt/j0gu3IRCyHvy+UPIb7vHnHc/XByOrjzj9hVMRrhHuSEjwLRaYIbuJhISEhESuYO5H3hHdZGYwUDhMSghIrMluXttGQX8YDPe92DkWi4kMGmQZDESY6PTnANVjHNSw00V5LFkns2BOl3iptxD8bDe5c7mVI/MVyb2txRu/Fl0ju4mEhISExGAg3m5/H0iKAV9EiUZVUGyhmUdUUPNuL+3c0tkdJMNiM2kWhLypiBcS7rgpxUzSqbfUgzWz1tpxpLeBlaK2RrSrolJ1vRjXG2DSNhq7rydPdhMJCQkJicFAvN0ipYEl3oA/QnkRo0KQSPDFrRiRR817vLRraxeZzdrECnUzrJvjwjomZ/oyK3W0hlJemMcV1DyGdV9symA2m6i43M6Em6e4OcXgdgVkr5CQkJCQGJTE29ktRSoRokzk9zL5OnskW6hrq0Y6qLLGQV5XiKXVvhJnDD5PhJyFvaXiUChCHrdflUBNRrKYTUo9eghzHp9Xm3gh4daMRcCNvhbWcDfyuoPd3xPvU0JCQkJCYn8Sb32PxKqqdUG89jxTbJs/6pGIiRwFalVQK/s5JVozQ2K2BSExR2nntlZq3OWmUAAqZjMZRYGQVsOREFntRqocUUgFRX21wF0d/sR1XAVWm0khW5td+5Y9TLoxS+hIT7jJetlNJCQkJCRyhWz2vYU181c5nUIiCAWsgLFOCtjyjExwppTlQPIN+qMs1TKZQtUcjlJbSxftqe8ks9GWMn+U/5ksEaqdWEEmocaGtNrZ7lNnFPyb2WoiKyeQbWLgjj6SMtff0ujuJl6fN0wBr6LWbuH0JKclnN66b9F8V38bPZmbk4SEhISEJN4Y0cKP5zhBtkgTE89BYIya2h53n4JiM5kt6XM6iGjdql3U3OAhh70goxuIRMM0bmoZE6xZCZiB7QChljZkOKVob/F2W0LD+rpjry/ZadBDL+e0mNQNGj5lIo4MJeLFevwRx5yKXZ0u5VTCaROne5e/88rOXNbDdeBBXs4J2zaiYZ/iOl6Qr5zEvsDJj+zB1qJnkeoyiRCzj71+SXV0GN0/AhrdTWpcekgy73G6mtvgM9k7hgbxPigG0J5MRhg62amk3E7OQqsSAxkqZK9bjRQF46rCUnPa5Lf6ox3UuLuDTEYzFTiLEyTRkKJejkQiipQbIw+jwURmE0uyRhP/GqaJB1Sm9O3VgscVUFXUgnSLSuxKHZCgY0nDSno2E++qoUS8Xzn2NGgqXqbei+W7OB3ExNiaI9KFPv8DUneXiseVXMeD8rWTGGDSuZlEbPc4/B+TzlXD5P5hwPJfjE8Jhzo4HcztsGUQXCMG65+Q6nIKdelSTjfytbUNh2eUTgCNhtiXMZOK6MBDK2ju0SNo0owSKh+RpxhTwfPG7jAqZGu1GRVicXWE0rqA7ZubFdJVSJYJNhRmkmOy9fi6qMPVQl2edvL63RQxBMlqNzDRWyi/yEKOQiNZHGGKmnxKvt07tJ+Xq9NPTQ0uatrt6ibYGAL+EHXxcRCuw2mh8kqnoprGmjBcjKpHF7BEXUpjJ5dQRY0zFr4yhqYh+MzvpL4WaiM53ZbDOs5PQrpK3UzKDkkNEgM4oFeTGj0vEVfysTnDpBnOT0K6APZbvXmQXOMvOf2B1ABF2L3uh5wW8zMyD4cHlM5N7o19gYuQnhQLNa9imRw1MRlGld2HDDrU7mfS27K+N3e5PCoJ2+wWqq4qpaJiJznz87KWZr2eILm7Ar2kW5QVixsNybaswqm6O+lUASK22vKU830eV5+2GUI4UOP3HzAp/oIl0n7dE5eBVrxe4zC2j5zK6RNJERIDBGwjqhVh55hh0veOStE++3tyVKAxRmBDmlM5vSiJN45c4GJjMKVBgAaVhFOhbvPe3pvVM/IL86hmVLlCuLlAIEkEK0i5MeJF0I9MAHelmNrmvkXzv0xOvzARx7rvr/pZzomkH2YzQhIDAp70gHAQWxwGCmt5EjUcrfiKdY4VDZM20Bt8TYPg+jD51tpWbsZAEi+TPrR7YzhteP2S6tb91QDpqJr3dJNOWPs9xrKllo+uZsG72nt6g9lE4yfV0LQDx+aMdJUbNBnT+i1t4u1pg6Yv4Qt7FQ/etn6WcZ2kwP1CulDtbyY19jg2/PiYfxspW2ZYYqXOsRWD4Pqc+3piwIRr4vQnUt1Dl3HazX9fPpiJt1vijSQhXvyG9dz2vUHqaFE/Pa4wpbIfggo4Fugiz2GjA2fWUllFYe6fcL6Vpe+e24SaOV9nD98MJN69X8IXtpLTBf0Y/DFb/aoc9/Y56ULKe0XM5GPAeuY/ZOsMSzzOKZkBFTQhvx2mbXIjpx/F/Q0B40Em36MGPfEmbloP0u1sC/WKnwzCRSANkLEe+Xo9qpGTw2mnaTPGktVmGZgbNBkUP2OEhkQqr3J2+/1mg8iXW+IFfiLWabPBtXLM2y84k1NFkt+P52c5XjbP8MLrl1TDCOV4Ui2FY9jA6SQ+tm6YNssVGr9ftD8uJuUa732L5u+9ZsES+AmZQqHey3MeV0STXBGZStn8IC85yWG/XIvVTJOnj+olkXaDh/6Rk/KparyTnMVMykygwUiEvL4wdj6igCdMXib9riY/dTUG4kM89i3KYFB2H0oFH0vhsHqGVAySRnjJPhJvz5r0l5V4p3P6GqdXM5S6sIvTt+Swt18wJsWxrbKJhh357uCPE1miw7p2Hv+9Z5g3yQiN38cNSuIVaOZUHQpEEshT305GCQOpQbyRsEFZ07VYel/CqCn5NOvYKqoZ7SRLEkIGvXoCIerwBandF6AIwkjydezd4qHGdS5q2+nLujE62/2KKxTWquGCVFzWNyRlnNS/90vcSa/NlHgZ8JG0kISExGAiYLiJdMiW0JbLBj3xBuOCSKQTA0LvHIczj+z2OMKdWkhHnV5DZSX2lK3kZEkZqSrfTk1uH7WSn6qm5SvJ1RSgbcvbqHWbN+PGgD9yOCzq0XBfilvjbfoSd0aoKGcvf+eVT9OUdvNJtYiWkJCQkMgR8TZymhEv4cKfFz66UR2hV8ulKBKBxKt+t9iMNP/CWqodV5jx1MPE5DiiII8KbRba2eGmEEuq+ZVWmvH1KmrZ6qGNS1soIKJppQOol+HzC9ItKLQlnUjEWW43fcn7BqTe76R5LtZJigfyYkTgjUmkhrlEV4GRwBaeHDQOcL0Fot5CUS+kh01cb1cOysYsE6rgUlKVOX7RrxoGoysQXy+CU1SLtkA71PN1tgxwnVCV1nLKFwIAnnl4f7bDyY/sweAwTvRFPCe4pWxj6TKYg7IxJleJPmEU7dzCZXdlURYshBFIA+/OR1yGN4sycA0IcFEjrgfvG1xxwgnnwWJ1jjhnJR/356itS0XdpaItdnHZg0rbKKJwjSbVzgJqUpdIO/haA1mL2dcsWPIUf5yH7f1qp/a4wmErP68OsWnFbAaBuzrCVD7KQadePJ6c9v4HKwmEI7St1aWsA3f/5gnTukXN1LHLl5MGxhr3ti+6Xb9Oum/R/MXZlLOfQ0amWzkcoMfxIFefYmDEw9skBsd0AEk6rTCbXDY68ffFBADuMslcDeo4IQb0/VzutjQHckTNQehMfIf152OcHo4N6HwO3B1+QKqF92zqa4SITvY2p19xnrcyJBIMUN8U5SOYQTL3LQyQcPt4g9OzXMcGjXIQhew0TuWk7aOKgTL+BcAA/gCX+XCa1zsNQwCnrwvSTdb+sKh+kMv8Io3y8BxvITWQC9rxHVJjhX8edw4GjXM4Xc3pyCT3czuf/0eNQfB7/PGoRvW380B4m8bg/r+kWuRjMrQRZfC5z8Sdg754MfVEZTMneWavoW9xvlUZDtxmcb/f5TSPkrvbYEK2XPSJ57mO3SnKHEXqclHMpx6TlnM531tpXhMmFjeRGuu5JOEwwgQ+y+nXWEvmc2O+tzFDPlzbGXzsI42yj+UPreu4XTw/aNDOEpPeROD5PEJqGFCfzj0gYMpvSI3MN1bjNEwQEte/P+b0Yy67PkUboW/CaGu+eAcpyTjxhbhXtM9bXGYkE+K9nz+uQgjFKbN6PwN3Z1hZy00EdijSWt+F1XMpk+4p3xmXdB03W/hCYdrC5BtPbDC6+uK1vdS8yd1/cveFqW5Td2jKrOI0DyHiBe7iAe76FAMpBoxnMigzLeLlck8QL+DoNMsNipfsl3oSEZe7SJBuIt4QJHY0p79yGpVmvSC/m9KRULnuowTJZ2ppjInvhVxHMK6sB/jjyn50hbO5vIUpJgi/FJqPdHwr0eYYJ27kcgM6EvMWIYElTvK+x/me4HNAgtgN7KQU9aE9/pEj4sUk6pgk5z8uJn4niIF+TJrtcB3Xc2+aBIc+8XchVaYL1HGfqCeqUW6ye4J2YiLnaU9xTeeJNrSnuA6QFuIt/5jT5IRjeM5Tua5QhsT7uSBbexrtsJbTqVzH9iR1TBBl5WX5fqyGBB8jyoSyK8UYcWqGZWICvQCxstNlPUWdh4hPiUCIyPwik7JHrsVqUMi2sMSsSbpAxRgHLfjO+JySLmA3m6g6v/fzgtp4+ikVVDa+/yGCE6y6v+yqZuASoWrVw/UDoF6E6npxBqQLwLALMXoXCtLQkqC/ppEfEbeWCqllVAb13iCkpVT3tIA/3syCdElIWYnuEP11g7goBem+xOl/KP2ABiYxCL+qE4Tl+CSkS0J6/DvnO1oMyCelUd/FOVITlmuQLgmNx2sijcmgHe7hcn+YRt2niT4xIcPLRh0/JQ0vAiGtJrunMhJbuepcE44/kSbx4Tk/lIR0SdzToVk8khlp1g0cgHdWWG4n4qx+kC6ACHCzkrQPrKOXZUG6wBROfyFKz48XUHTq2MA+6YhnNZKzAARsViRdk1lbkM7Lt9D882rJbBoYY7JSh42siYTOVYF8neWpA2dEIiFq7qqj9Q3LaMXWf9O7G56idzY8SW+tf5w+2vE87Qx8QC2hjbTa8/fhEOwfHfqSFBLcITkm3flCush2VvZ1MRgkgyGFlucrWdZ7K1/3RJ17wkD4NPXP6vvkJINef6D3MjyUpL50AenwAY1jemtKZkFCB6VZT0WOulyqQWF+ln3iHjFIaxHc1Bz0Ca3BP5V7mdY1FQtiyJVENHYfjFGYyN6W5PdcjM+2hPYxCu3ehH6UeSyWLdJt4GaFlMIR6q+WdN7ZY8hmGbhwoRhVyxx9xyQjTwYOOLVC+eyLKO3p2Ervb3yanv3ot7R4zV9o5fbXaFPjCtrZuo7qW7+g3W0bqb5jDTUEPqYtvtfIH+nYxAPq55x+xqnyS0CyWk/2GrGOm4m0m5Xxi5BIc/HiXyxU1b2w/J1XPKTuo5xroENfo3P896QfJi/tdzAO/b2P1zWewYk5kCYvEdJrIt7m5EnRjulicy4enFgr/XQA+gQG/gv1iLmfEhnQpjMMUhaTnytyOKHJxeQwXfyIySwx7OGr/SwT676JG2p8m/Q3oEgHnZx8xgwuQpUIw9kz7+TDyqi81D7gT6HInnwSm1dsodrDexvf7m7fSK9+9hAtXfco1bWsoVBEXZ4qr6ygmQfPpmPmH08nnnKykg6fdyRNnDKZbD1+UDAQ+TWnOh5o7uFUNoSJ9xWdGfLZSQZoqJdO08iT7Yb3F1H6Kr1UuF3jd7w8aweg/U7XIDJIPd/QyYf1G0QTwprSdp0J0BOJgw2nbDc1xxrq/RrH9EIKwrIQ8W6hgsaWbnU6596cZOKDoA6wCQjmoL0fzPGz2zUAfeJsDclyXAqNAlSLaCsYLepZjf8rx9d7EQ1N5AnNRPyEaoXop9n0NSytnpfEMvuyFPm2i/cYBlVaVt1PYl0+XXPinnjNkShPSzNXEyN044xDK/bJUzAbDWQzm8gf6it4jZpTSLtWd1FnWyet2Poy7WjpGYPHT5pIXzl2HhPuHCoq0faOgXHUlg2baOWHK3gweY88bg+YGAYG3+GB9nIeYJ4dgp0XxgLHkeq2kYhrk7zkP9GYWaPRH9AadFLgwhTHYRkIIyhYMsLaFoYvpRrnHolwifwstiYM/q38O4yrYOiQahaIvajxAsNiFdbNU3TOHQPDIJSfqFrSkeDRT37IedrjiLpYDMpniLyYCcJ6+vWE+wBRzOTzsR59nY7EjfXh/8b93aXlAsRlwR1krkY5mBwcx3mb4s6HdfLLiYOewHxEM+PzdydcN9aAbxTEnQrtQrKFZSTuEyo+uGnczOX8J1cdH9arTIYni4lMqsENmodVYkBHnxihc+4suNkkcSmZn4JMr+Q8LXFEDVuHBaJPHCPa4xY+591ctQHXgaUSPfuDJdBwcZ2rhUoaSzq3UfreDNkABlrbxDs+O8WzQd9dmPBcfy82RigT5STDhyDZ+OGdVJelUEL7YFw8TKMMlH0651kTdz649UjxzBaIa3hBjKVp+/F2v2yI3GQRAiViNAf9EcUXF4ZVeph2ZMWAqZgjLg8ZTEYy5PWMozazMSnxwtjKMrqTXn37QfIEOpXfJk6dTGd9+zyaMFm1XMcascNiVoy18KgDXI6Xky8YVp4KSH3GjGlKvjPOO4fefG0xvfbiv8nn9cJQ4xkeWP4PxMSDQ2gIEW+HIN9kA/hcqA75ft4VAy7u83sa5SwUs/WMIIy4DtYj5UQrVs7zO0EqWmHfoDZ9OJnkxXnX6JCMT0yk/hr/DDnPj4WKUAsw9ngv4Tet9SAMxhdx+a6Ea2sXg29a0gzcvfi69KxU9/A529N8DKfpHLs0nnRF3T5MNIVk1udVExOHJzU0In9IQbgwTno+3kJd+D0HB8KPF4MmD5YY6Cfq9AlMNv8a89cVfrLQeN2gkQfHpybRTEzWUUN+P9FFhv/eKTQNfxrA919vbR3WwafGJhDCKvoxvv8XxWT42BxfC6TGHwqpNUZkGJzhkTBJ591L9lzhPtfF+bXq8iWzik6CWp0J9A3xpCvqxbjxjkg/6SMcptMK9y2a337NgiXobJbYtnixXYkAGF0Vlpp19+CdcEDu4iuENm0jz3OvU6huF0WDoXhRlAw2K5nHjSLL6TypLOkrDK1fs47+9vgfeNIQICufe84F31bUyQgIUmy3KuvDkJjbvAElJKUvCXnnWy1UU5inEPtej5VOOeM0OmzeV+jxP/+V1q5W3BHh5jGWB4qztVwrBimgfrxaY2aJ9dzYDPtyHWnx7izrPkynYy9N5joCIhBS1xM6ZWr5q+r5l53LZb+cpL57uT744B6hka8szd9i6kTPIHv+WjP6Rr739zSIfzO3yXpBMImYrUG8bSmu4/xECT9G9AN8/00axItB70weTF9LGFzDPKDD1/V0oYHpb5/w6PmlDjAm61FAskAQCEfJ9/9YjokXk5R5iQFD+O9NXBfGptc08g20nY3eMmLGwU0yMWJR1M1hETYykmDgrBfBqqTGTvl5/Q/jG2ltp/af/Z467vgzBTfX9SZdZY5toGggSMEN28hy+71U8My/yeDvUbVv27yFHrhTJd3i0hL6n1/cqpAuiHRSWSFV5edRqydAG/Z2UqPLl5R0ldmKmGBA8h1Z6KAJZQVUU1VJV990PZ244OR46eGf/djpZ59DqGVf0ji8gO9lijCA0vIf/S+X8WGW1eupuV7ROfZvnWOTsmyHl3UOv6lzrFhDeksGTFxuHmRdQEvq2Zgi39YsBnMtrEpGuvsIWuuBnYmkG0cIIGW9oBRFGfSJaiaXS/bTvettFvDBPryOF3SidOmp1gsG+Lr0tEo3CVV02sgkZBRmgyNi8ZoRkQq+uoqq2WpMGqGqW0bPgbQb2l5P7ideonBTa3oZwmFyvPEuWdesp/Yrv0+tFjM9dNe9CumWlJXSdT+/mSqZLEG25U6bsunC7i4PhSOpjcfMxt7zFaikJ5QW0K5OD33zu9+m/Px8evHp53AIhiRYaP/5EJJ6oUo9Q0N1CN9BRHWpyLG0C5TqHNukQ5JdPBmAMURVsjnfALRPpkY4DTrHfgGtCCZoQiW1mu/Hvx+ffbnG71a+zlqdfFqz6mzav46GHupz2CceFgEssNQALcMGrSAZOYaevcOg2NmI28HDbQMtkWM/EK/eM4MF/3Yh/WMtfAVfa2suiZdCcRslwGeX8lOv2xaW99+q3Fw7iopuvoJCO3aT6+GnKNygeles6mqhL1ztBL48oKCYZhWoGoGo2L7PvKeJSu/6E93H19nR1k42m42uuvE6hXRHFjkU9fIel5f2utMf78xJNlCAqnoUl2fkL6ec+XVq2dtC7y1VJsK38KC1mAfUD4bCCIJ1XL5emNHPSXIYIe1O1BkwXxigFz9V2DHfPpwFZxrvdnkaUubvYhIXtz3WtyDxPRMfRnGgIcJkar2oUEFvy6LYQhoeyLRPrEhx/HiRFGmbB3RMduEe86zY7m8gUKRDeO2DqK2D+6NSboMmfg7Q7Ghp5sqEYIKENenNQkKHAeXSxDjemaiaFeJNtRVg8vlw7rSt5jE1VHj9D+mh1u108qdL6H+2fEKPNm6lx5q2Kt+/xr/ds/1zioZ61NDLmhvps7Xq/s/fuvhCGjVmNFUX5Cmku7szM9JNJN7g5yxRX/8b2nv+1dR6xa1U+slqKrBZ6PyLvksjx4yOtfGfeGAzDaGB5B4dctTqeA8MMWOyfTWRAXmuTvdNIdXgC+vWn2ECxOlr++hS5ZaO+w7vU/oGiIWChO/C5JYH9Dc5HSGbcL/g8QzOha0A3LOwRLGbn9kNnCzZEK/iFhDwZ25QGMltZEgyFhVQ9SknUCQJn4f5t5ebd9Kt9WspGI0ovi2P+9Qlg2kzDuCZ/TxlNyMYUSlbCnoz1+zFVM3BDVup/ef3UnDjNop6vBSub6Cue/5KlZ9+RnarlS689AcsCSsXCX/fC4dQB3smhWolEbDM/Yt8LzUBf8Js1IUwToL7zS9lE355ICxes13fh8vfezyIXyZbcp8D8bHrs8iHJZw7OL0ZC2+ZCSU2Z0u8/mgk5y0we/ZszWOBQIDe6Giiuxo20odBH+2JhBUCPOs75yuqYFgkuwMhanJlZ0AYk3i9Ly/p2cA3Dr4X/sMStZ1qJ4ynuUd0G4peO1QMrYQldiYBCuB2Izfb1m5PxJ1GNKhs3WCwXPHdIXjrO+TT1yRfrOvfkGV2aM8eEr7HEvvumcEa/6QsyRdA1KtHMyVexagEO/RkClgHhyK5JV8hSfZBKBRSEvByWwM961V9daccMI3G1I6l0jwrmTgvDKGykrY5r1HUHWnrTHqOd3cjvf/GYtq57jOad/ThsZ+nU//Dje1LwGcwnZkJJLn75WuZknzxwmHdHFbj2bwMdwiL8qECrGndLZ+87kCOtf1jqa/vd7q4W8QPzgU0B0Suwy6fVvczw5ol7DLgh57N2vc3uD2PzsS4SpF4fd7Ml/Hg8wu/2Apn7p7f6tXJl818vh6uMBhNtE1I20cdp27WgU0UWvhaAuHsJgLx67vwFw6u7etp4SkrosbGRhaG1aA9EyeNp82bFI+LM/rxku1romjhgR6+s6l2WXkxMTqUhGabwkfxDG7XKtEXYA2JjjkyjeyIkISg+MmioumtlxTl4NIR5euOTG832T7CEn0GclizHy0CRHxD9AnsyZuOYdo0Qdxv5uBS9PpQQZqT8MGMiIag6cjimUHyvY6fGZYLEAXvOPHcQMjpaDV/lAnx7o7JNwgbaTSmrzUN+yK01+JX1lWNhv5rW9va2uipp55KSrrhONWv1eZQxDGj0UgHzp6puP1gK8IWT/YeG/GuRI6zTyH3eyvI2NETfMhgt1Ht9ZfShAljaW9rG63ZvpNauMsK4j1hiHXW+9Ig3ntyVJfejC7VjE2rH7sHY6MyIcH96c8ixeI5I7zct0g/rvMRGsTrzgHx6i0VIPrV3yVNDigBw2UOEvDvhBQ7SRDwBWJQ18KROSJePZuOKdR3k46hhi6Nd6GkH88MRPKCSNAMwDMAxpEIp3mxzuTpiIzXeFUJNsOpVGdI8Y9t6MrM6t7194UU9fUmybq6OrriiiuotbW3m1QwGCS/v/e5Zqs6XlfXjCCH00lOq5lc/iAFw9mrvXu5EhUV0HvHzaLNU0aT5ZCDKO+0E6jknlvJPLFWUYVXlJXS6NrxVDupO47AgUNJXciDLdQqesEMVmpFNMpmPqVzTHN/XLF3bJXG4dYh0s4NnJ7jdKaYQWsZYlVr/L5Xp/iJaV4D6uzUODyUVNxfBhKOcIL/7l84HUP6u0WNyFG1elorvbjrziHSrFqbTYxFPO0cPTc3NBic4FKEpcUtGqdWZbo+EFWJNzMDTW+bGm0M6makdBFY/gm1XX8HdT30T3L/4wW67LLL6JxzzqENGzb0IV2Pp+8Shcmktqdw61Ek3i5//9zA4iXejRs3UmvQT9ZzF1DxLVdR/g/OI1NN78hlqLNmdDdvwChi7BAbB+7dB9Juqhn38TrH5ulIvNuH2qDLBAj3g88yHOTWZ9l2idAKXjGdJzjS3Wj/EfHfSNtQLT9H1WzSOXa5COrRDf67RKha/zBEmlHrHUG/PmoAnhlsov6pcdiRFvFes2AJZs1w+lbEvVAoM4mxq6FHEt3d6VFiIKcDgyNPcdMJrFxDvnc+pNUrPuqlSlakaZZyk5EuYDSp43FspyETS6vuYE9+dyRAr7evoydbPqIPXdt5VpFO1CphWBWJ0KpVq8hqtdKMGTM0z4dqO2Gno6oh9t7DIjdZqDYssj+dw3pW6hw7hwf+2RrS7u06+VbQ0ITWDFwrlN5GHSn5SLHHbjpYpTO4nyUpcL/CmGGfyBQI0hHQIaenmGgRnWkxp49IjevwK9p3e+4OFPECt4jdhPbVe+xOWRmTLtYa4PBdaTYbFdLFDkWZwN0UoJA/QmabURkd6js85GUCrMq36675mseOpMDnPdLt3IIy+qBL1aqBgLGmGwppLw3GSs5zOLrl9YCIv1wfaKebdr5EraGe5bE5ztH085ELyGzQno/E4jRv3ryZOjs7adasWQr5al4Dn24292pm81B626GC5IEba4/Yuegk8TN2BDonlwEzuKw6nWD7aLM3+TgMfLAtIGZaMCyBf+xhOsW+PxjakK8bftzYZBxrH9hhZRHfr1fj3KtJO+B+vUbbuTgfNnOfo5FvER+HVfUHYqBGp1/G+RLXhhFl6wKNMu5GHckMpsSuQYhNjm0aazg9yOc9IrlSGzzQQxV5iSBUxAZ/G5suaJwL1aXWcsvuHElobq4H2pav65w2loaexi4GCA8/1TgG46iP+P4fF5oFqEU3cpt8kfAcsEaMHcqmi7FlIZ+zW+OZzeKPS7XeY3MK0sXDRtzDyvJqJ3ndQQp1BXqFjUwH0UiU2rd7qHxKj1YEBk5Q+8LSGRGkkvFv3mnH9yLe68fNoBWr3qQOn1dRL6eC3WhSHCcRnxkIspQamzL8sfHdXqQLfOLeSa+2r6HTSw7SkXiNyn68kHZBqAcddJD+vUfV/XvTmAUNZvKF2uRkHmARFs3Ifw+UocVTOhIs1AaZWNau5+v8dBCQ7gFC8o6tk34PxMe/v82f2EoMLgl+QViQTGfpFLdM59hzOsSLPvcjkWJoRFSshDbCFm/3a0wOsZa4ivO8LCRsDAIVYqJ0OPVeB36Yz9vNZS+SFKs5KC+LazNMtpr5d8T5XSsmRhi0qsVkV29yuTyHl3ZPCuIdylgsJp1aYWRnJb57/DweYmK9QnxXJv9x7xh2KbuPf/9QaAuaRPnF4hzYamhFK1xm1iFdzGJhrTWyrMpBJRV53cEzAgF96yoQc9MuD7U1+8gPv1/mnXUr99LYQ0tpypFlVDpalUDh0gN/WsRKRjQpGD9hTRTkBiI2jB9DhpJCijSylBsMkZ0J9KHq6XT5tk90rUmAKouNZtjzaVU4SB3tHd31xfCZJ3ms+zXehhTEa6CtW7dSe3s7zZw5k+x2fYNb+C93dfayWdkzVHuu1gbqOcRDpG4UnYsYv78ZJM32Q+prnIS12gUipQv0Gz1DN0iYN1P6xi5Y8kC0sYPjnm8DEya28dMK1mEXA046+KaQ7iWSDK9J+gQmMd/KsJw60t+xJ1Op9x0mEkx+z/+yNTjfm5fvDf39Jxlkw9r2q5wX/fjoJBNbg5h0Hp7h5Tyqt8aLme/cwhIblVaqRGkyq2IpdiRKhZrafJo6u0zZh7eiJo/83jCtXdJIz9+2jpb+cQt5O3okVlg8w+gKKujNLV20vrmDvmhSU+NF51PEH6Co16tEiRptzaNHJxxCRxeUa9Z9XGEF/W38XBplUu1Bmvc0Kp/euPVdhym54OltbqbmnXXKGm4yNLv99PHKlWQymXTXdmPwhyLU2NCLa2U0H21i36ujDsoEkBz+meKcyD66rdE5KucGvb2dRdv9KsMy5zDRJkoAN1JurMFrZI/WRK7UtdeL8JO5xA9IXc5JF4Nlv/F03udfCck0ExyX4/cY6un3jBrSLmbil+Q5LVRZ06MeNlvU01OFjcR58PUFUReV2mj0xEKadWQVjZ9WTFabibZ93EbP376O9m5P7WYZLiuhju+f2+u3crOV7hwzg56aeBhdXT2RziwdSWdzuoa/Pz3pMPrN6AOplM+ZIIi3btt2ijBpe+P21z0xP/lWoQc0m2jTJx/Sx/95merWriaf202GaISqPv0HTfvX+TT2kZPomPp/0bRqB0XM+lpjqJhR5/bN3VblO/eB1JgtQvuoLG8K8sVa8u/7UTfUt98S7jGpJMhkSGWsouf2lCzvlhy0J9ZM/5HGeWi3lzIoF7NfT0L7w7r8XOr/LjDv6Bzr1Cm/v6Svlz9VpCGtIBGuFPn0fKCTDXLbctAnHuAB/Nks7rM5hWSI/oBQlNdxatQ5FfYGPxPSe6bQI79Uba01fu5MQ+pF3ziHMttNKqZc3ZyDZ4axSdlv2ZiEdCHePgSvmamzS8lo7ll8NZkF8aYRvSoxwAZUx+Uj8mjGYRVUUmFXJN7X7t5E7Q2pA6L458ygzu+eQ4kLwbU2B51fNpquHzGZruV0Hn8fY+0JRDJdECPWeDesW99rrfWoehPNabdzA6hlFphs9NPqE+iseWfS2OkHkdlsoV2bN9Anbywiy79/SRWfPU0mf6eyaFsdaqTDNv6Ndu3aTltbXeQJJm+PrkBIqXPNqm7vkJyphfqBDzUGh89yKLnipdyqQXab08gPo6kfU+bRcrBGeZSQ/lLh5Qx/j+FtjcEBvyULZPAXyj6QR0TM0q9Ks90xs4SKF3G207GAfEnkSSwHEs98ym5ZBNeMfUnv0rlOnLNY4/Br/ex+y3T6TSpJTks1/moaGpagBkks0+gTwX70iV+mILzPNYgIef+TBkGFOcFNCBHVELTlSlJtL+4Q9eK3Wj7nt6Rvs6LlF75ehygXp7q8LPPF7g1jMGwp0tn3ORw3HmAt/eN+9EuMDceJqFdJTdQRuHtM7ZRiZYN7i6XnFLMgXq83nHXtkIInzSihqlFO8rtDtPShLWlZSXuPOpRar7+MwpXladdVXlNNI6tU750VH/TYIDTWbaO2XfX0regklpAvpkfHX0D/nPB9OqFoCllsNho5aSrNOfEUmnb4PCqvqqSJbX3b2xT0UMmmJQrpgnx3dnj6BOaA+ry9rU0h/TQH9X2BnyaZ8d3Ig2Fnjuu5PGFwQeNcnmyg1xicETULhjsP67zAsXKXcoKh0Dcy2KwBrlCJUuQXlELVLcq/MEHFBinhfD7WluR8WAceSqpVeLpqLhAHdog6mPP/bxrSe3x9AU4YKGeLAV5rgIOF82U65UBihWHY3SkkungJCBL3BM77PU6pJk1XJrk2WJU+159OxwMbJl03Jjl0Jx9bkyL7n5IM7GuFZKdXZ724n2hCn7gA1sJJzsdgdCzUjhlMyoJiYnkI57+VU1SPOEm1Tk/0s/wfPrY5g7YEAf+X04OcbuN0E6f7xW+x97g4U+0QAoSQamSYOA79go+lEgB+TmoI017dlTKIC851YDI0TYxR71NydTna7ociNnPsmo8XE5BM9smGoIM18xNF31QF0QRpF424w5ZnLjjo8ApFwPR5I+R1CaMqf5jqNqpteehxI9KKSgkhU8tjaOsX7bS3wUuHfXMUzTipOq27MITCZF/2EeW99yFZ6pJ4V3BlwdrR5J13GPkOP5hef/V1WvjEv3gSYaU7H7qX4A20+u3FZLZYaOaxJylEqweLp4WmPJvc1qRt8sm064geYQSuUZX5dip32JT15C2tXfTSMwtp0cIXYyqwkRiQEqyc9ykQUeuIY05Fp0M0HKgHFvI1LR2IurgeGO6g8WDd9wTXszzLcsyCSLA+UBH3YkCN+3F/dkbiso8WZUPF+nIahBHLNwZkL4j/FaGiTZXHIMgM1ntY54OVuDlOOtgtNA+farkbZXmPWC+Kn7EGhaV6uvnxksCydoZof4cgDKgtt3Nax+Vtz+K6YESHqEiwmF7BZSzJ1T2f/MieU0TZ6Hsv8aD3fJr5IF2cKu4V9/Q8DHPSzHug6BM+UeeONPJAYjxE1FdLqnFcgZC2MNjiOcFn/iMuryvDNoDEeqZ4Xos5f86t/LkOTJS0fLwP5DrX6uQdJ1S/uN8lQhpNp0600bdFe4EYn07caD7DezCKPhgfJKY52aQpLg8I63BxDZXUE/PZKzQduO+VXEbSyXYi8d4KRp8ys5SKylRCCgWj1NWuqlIRsWrLOlXFPveYajKatJkXls3rP22l0RMKqKw6L6kLEtyM1n7corwa5911UEbxnxWi63KTeVcDf7qUW4kU5lNo1AiKOHvUzfVr99Jvfn0DhcIBOuHkr9LUcVXk7minA75yDBVVpBPLIsrE+z0m4L7ay11fuYbaJn21z++wzo4wuTa1tNPPrvop+dWNG+7ggeUmdTKyf4lXQkJCIgekWyAmi/kaEno+E09AtlQS7oojXbD9ZTB+KiztkQLjIiQqRBsbuFOph1ubfORxBal6bD5986ppdO4102n20VUUzzkGJtrx04vI2xmkPRtcGV98pMBJgakTyXfILE4zKTBlQg/pcj3bl7XTljdcNL1GjQj27tI3lb16oUpOj3TVucnuwy+nqKG3S5a76kBqn5A8Gh/2+oXE+8xj/4yRLiSy38nuJiEhMURI1ZTGab8j7ZCVH0rS1Ua8Hy8cp6tHji/opRpOlGphsRwMhBXitehoaWP5PnqrgU65YALZ8kzU3OClhjqX4moUgyPfQuUjHLRlWQvVTCvIyU11Nvhp01st5GpSn/u0miNpa9On5PK30Rtvr6Af33J8RuV1jT6Mtpx6H5VsXkymgJs8FVNY0j2Jokbt+CP/ffcD+vD9bruKnyVb/5OQkJAYZISLYB4w3rLydwxgr5BqULgWRCoIGf6s15OqJtbC87I105B4SThNl5T3DQgRL/V2+/KmiF5VWmlXjLM8XUF69Z+qR8Vny5vJ5uhLVjUsFe/Z0EUrn9hNTevdFA1np4ptr/fR5y820qdPN3STrjJZMFrpK5POYtnVQNu2bKOH73uwT8znVPCVjqOGQ39E9Uf9lFqnLNAl3Q1r19HjD/9V+V5kGkOH5l9dKLuahITEICdd+KzCqBHjFYgAEgqMlj7h5OfjUEti3XFFCtLF2uhjskVTEK9wITqlqMzOEm3fNcD4dcGYS1GqsJFYrx01XpVg33lpB7386GZq3uWmopIe6/PYLkeQhguKrBTxhmn9f5pp2cM7acOSvQoJ+zq1XZcC7jC1bPPSlvda6cO/1dPq5/ZQ6/bkdhAVBWNp7rhTle9rV31Gf/rDfRTw514Tsu6zNfTAnX9QQloWOcto7mjYNhh+y218lexuEhISgxinpDieblS0O4XPrIQGYmIbZjb2ihHJt91U9gwQAmLMpShV2EiF7Goc1NHqV9Z731y4XfHfNce5J8XU0VBdFzIh2/KMZLUbye+NKKS7Z62r+zyr06RssgCEg1EKMkmH/JkFH5pcfSj5gl30ef3btHrlp3THLbfRpddeQ5XVudkwaMkrr9HCJ59WgnU47YV0+uEXUaGjjDaubuN28N3N5LvsvkXzV8puJyEhMQjhzkEZ2LnoDtmUaUi8pDoUU0Fxcl/o+DXfGHEG0yS9CdOLqbhcXQxG7OYNq1rJ6+4txVqsJsovsnbXZXcYqajUzGRsJke+iY8bKBKIUIClX1dzgLztwYxJN4aDRp9AB9d+TVE71+/YSbdfdxO9+sLLaW26oIX6uh101+2/pmcff1Ih3bLCEXT2vMsUiRf3M+HAYp48KLrp/5NdTkJCYpACYVb748YGt6cF/XHtGS5QKJUlsRVMqIfMmZdc8nN1hruJliU3atrlotIqB008oCitSmDJvGtbF+2uc3W7mCOUJCTg/EILS7mqAV2A6whB+i1NbrUF1XRHa24iGzZ0bKHlmxeSN6C6xmHP3GO/eiIdeezRVFxakjI/YjmvX7OO3lmylFZ9tLLbRWjq6IPpmBlfJ0tCOMmGHW7auVmJAzHv3ldO3G/b1Ul3IgkJCS2c/MieI0kNvDI1g2wgWmxwcguTrku2YhrjsNiFyFVZ4zDVTi1KSbzurgDt3t7JhGml6XPLUhJu/Djv7gzSzi2d1NmmvbYKQp4yq3TAiVch+pCPVu9cQpsbV1IkGu4mpjHjamn85Ik0cvRoKikrJZvNxvcSoc6OTtrb1Ex1W7fRhrVfkNvl6nWzpxz6XaopnkzhUIScBb0nDx0tQdqwWvEFfpCJ90pJvBISEoOUfDFIgIARDARBcBDoApsExNYiQQbw30UkMITh/BcT7i7ZcunDLGY2ppiqN/lgHZchFjbSnZoAG+vdVD3aSdjoB0U4WbrFjkXurqCy7tvZ6ievJ9RtZAUf4pHj8vfZzVvNdjpk3Gk0bcRRtGHPctra/KlCxiBWpHQQDodYUvdRMOinjqYw1X26mYxGE809aiw58229lAtQqQcD4aP35wPfn8E7JCQkhgQwSLwvUnr4gRxXMiVehDmjPKc5vQxijTccjlA0IgyvNNCyx6u4FJVV5SlSMwJTwXjKWWBREk1QrZ4hIQJGk5H2h0CWby+hg2tPodljT6LGzu20p30z7WndSS5/C4XI2y0Ng6idtiIqdBbThrpPKBQKKCpnrBePtR9P7fU2ctgLFOl49YqddMSxE5QgIcFAVNmtCSp1Jt6psttJSEhIDG/inRiTNtMB3IlAjhCcwiypmnXCPBaUWGnLunZFokWQDK87rISfRH74A6uRsFSJGoS8v7WgRoOJRhRNUFKjqYs62/w0aUbfTRnyC020p7mOmttV7coY+7E00nmwQrqqhsDEUrCBdte3U83oEvKIWNcmkzJLschuJyEhITF8ASaoVUghif+u3xeh9pYgBXyRPuQbL6lqYcSYfGV3o23rO2jjZ62KxW9RmYUcBSZFEjYx8Vq4XrvDpHwfXFCvB5JqItxdYZoyeq7yvcQykUbkzekm3VA4SD6/mwIhPzU1dJKro0eVLsqKyG4nISEhMbyJdxQiUyVuUICQkB4mmGgSmoipm7GBgh5ArtPnliuqZhhWYdOELWvamIgiissQksW2/yVdrWsHgv6+/sqQ9keXzFSlX1ONoorucrdRe1cLuTwd5At4mWTDLOEHe7WRKGub7HYSEhISwxdQNVfbHH21n3qbIMQMrLAJgrNQf23YZjfRhAOKh1zD2EWb4B5teb3vEbsq2aiERhbMpA7PVjIb8qjMMiUJeZvj2jNCfp9ikLZcdjsJCQmJ4U285VZr3/XdZKrnGKx2ztYZoG3r26luY7tirWvmBLWymSVFSMQgZ4SfhFoa0jRUyQZO+K4m4dpi6IkFHftb+U7q7kWJkmYkSRzneHUwvscsd+NVvCBLWFcrn9HY31HlHCXx97DyGen+Dehs81FJRU9Er71NHdSws4MQD2OS83QliJrX76Yd7nepxDKJHKYKMTmxKBJvMBBSCLijzR8rYqHsdhISEhLDm3jzk8VnBlE6C01MHhGV2OL4rpSJCMTU2e5TPv2+sJK+jAj4wwr5Fpaom0fAmttssigJBA/ShUuRK7KH9rhXUm3efBqZP4fsVodi3bxlYwNNmjqS2puxb7uycfsrsttJSEhIDG/idcInF2uRiQRstRmVBEvk+LVKSKIVNU4lBZhw6zYpO959wOkuTtArIxLHGZyOVa2XjaoUGlWlVvynlBaNSbLRbom2v+hZLzb0fDfEfu+xosZ/iJLFdWIV+35OG0ndNxepUyTc2AfNu92joHqG5bc9z0rBUKeyhuvze1h6VhfBgxEXjc07nkYVzCWbxS6uxUhBX5TqNu9lclbE+uvuWzQ/dC9JnzcJCQmJYUu8/oA3QC6yrvpgD1WPKSBslIDdguKhR4hxmx7sZVJ5EV+uWbAEC56/xzFHQT+8Z7heDwyUAgq5nUY9Dt2/5XRpntOiGGdli4jdRO7OgJHv7wj+86d8/X3ulO/lWyzxL921rcMyclwRFRY5mGyDLOH3hDT1RdrIaaqikY6DyWqxUTjCE5VQkAk6oFg5R7rCsHr+c6x9JCQkJCSGL4y+gKcdX7C+uXt7F61e3kSrP2ii+q0u6mwNKCrkUChjD5hfGwwGS0GxTfj9Zmm23Dubi4mrHYm/+3tLt1ncOEvtkGDzi5ToUodxOjvZeVzfe/xxfigYCe7c3M7Sv5/GTxrB+XsIv963jArNteQP+qijq4W63O2KChqkq7RtJNzEH1fI7iYhISEhYY5Go19Eo5HKUDik+J9aLXks4doUEt4dz4EG1X9XBIHoBtY8EyTEyfxxZmllHpVWOnpLmMLISdU6R7tdlWDxi/XinN0US9r5hTaF8FXVssrQBuE21WsiwNfi94SwzeEN/NezGuS7kO/rBL7+JxvrXaNA2GPGjiAvS715DivVbQlQXddSMhksVGwe3yd/OBx6nssIy+4mISEhIQEWfT8YCirq0TB8T/2uKKS1GAJBv1CZIiZxKOr3hTp83mDQ5w2Q1xNQ9tLFemcg6Ivppy8Gx8WMkRKlTJNZtXq2WEyKxKkkuym3N8X12OxmpWzF4tqi1mkyJZG++c+icsVq+WAm19laZQrJdzqnXwT84bb2vX7yu4zU0RymEuNUikRDtNnzCm33LiV/pLPXfIPTI7KrSUhISEjEiPcxf8DLUlm3QHYnrHSFpEYeXxe5vZ2K+rTT3foaE1Bxh6vl1g5XK/4G4SrGUR6fa4vIfxbiPsdveD/YgZ2WBM7UO4/vvYvTz/nrCE4L0FZ878+VWid/GDtnb3Atfe56jNa6ngAJw2f3uMfePf8T2dUkJCQkJAAzk8KmC49+6q8s8YJIbuO//8x/HxuJRA5H2MM4NHK6XHx/gNN3OU3DOqawUf6AJUZYUhXC0hluOOnGf97fcHV232dZOucz+SLDqyIpOGDWESv5Y476V5S8kRak2UzEH8huJiEhISERL/ECP2LCHQHSFX//zR/0KlvdCazmNI+P1+EP/oQu+jhOS0C8/oCvmb+/zIQEa6KvhsPRjvot7eTzqJJzMqtovz9IrXs7uY7QgN2c2+WjttYuJUSlFlqbPdS8W1Gtv8Xp2n5U90zC37jre9euWi7XdiUkJCQkeiReQaSJ5AD18zX8iZ3b/8bpST6nF0Py35CAv8rS8UzmGCP/7RfS4CqWfA9n8l20c0v7eIM5QC4mQGe+lcaMr1LWdndsa1J2/gECwQaqrikli9mes5uC2nzjup3U0e5WNi/YGW1Rdgkqryyi9lYX7axrwiWTw+GgSFCZezzJ6WK+9v5YeP2d1M2jobf+iNPjTLobZReTkJCQkIjHgG1PwORb7PZ2rrRZ8xQzX2weYLVamHjNLGbblJCLMNzCGjLgdDqpIL+gTzlQWYvwjccxMb4tyr4XHxZb312NsN7c2tbSLUkX5ZcpBlVYx87LN1FrS6fyN373BTzIcL/d5vxxMh/egYLcjF5CQkJimEu8A4H2rr1zmFzHB8Vm8QqJBoJMoghHib/8iiV1DG63m8wGmxLtKV1gt59gIlEHfb3U13CRijn8trd6BfGp8ZXF+ef6At7r8VV2BwkJCQmJgcb/CzAAgMnNiHBbpicAAAAASUVORK5CYII=';
63
  ?>
64
  <style type="text/css">
@@ -81,12 +81,12 @@ function monsterinsights_settings_error_page( $id = 'monsterinsights-vue-site-se
81
  <div id="<?php echo $id; ?>">
82
  <div id="monsterinsights-settings-area" class="monsterinsights-settings-area mi-container" style="font-family:'Helvetica Neue', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, 'Lucida Grande', sans-serif;margin: auto;width: 750px;max-width: 100%;">
83
  <div id="monsterinsights-settings-error-loading-area">
84
- <div class="" style="text-align: center; background-color: #fff;border: 1px solid #D6E2EC; margin: 82px 0; padding: 15px 50px 30px; color: #777777;">
85
  <div class="" style="border-bottom: 0;padding: 5px 20px 0;">
86
  <img class="" src="<?php echo esc_attr( $inline_logo_image ); ?>" alt="" style="max-width: 100%;width: 240px;padding: 30px 0 15px;">
87
  </div>
88
  <div id="monsterinsights-error-js">
89
- <h3 class="" style="font-size: 20px;color: #434343;font-weight: 500;"><?php esc_html_e( 'Ooops! It Appears JavaScript Didn’t Load', 'google-analytics-for-wordpress' ); ?></h3>
90
  <p class="info" style="line-height: 1.5;margin: 1em 0;font-size: 16px;color: #434343;padding: 5px 20px 20px;"><?php esc_html_e( 'There seems to be an issue running JavaScript on your website, which MonsterInsights is crafted in to give you the best experience possible.', 'google-analytics-for-wordpress' ); ?></p>
91
  <div style="display: none" id="monsterinsights-nojs-error-message">
92
  <div class="" style=" border: 1px solid #E75066;
58
  /**
59
  * Error page HTML
60
  **/
61
+ function monsterinsights_settings_error_page( $id = 'monsterinsights-vue-site-settings', $footer = '', $margin = '82px 0' ) {
62
  $inline_logo_image = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAd4AAABaCAYAAAAWyDe5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDJFRDBENkZFQ0Y2MTFFOEE5OUNCODFENzIyODU1MzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDJFRDBENzBFQ0Y2MTFFOEE5OUNCODFENzIyODU1MzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMkVEMEQ2REVDRjYxMUU4QTk5Q0I4MUQ3MjI4NTUzMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkVEMEQ2RUVDRjYxMUU4QTk5Q0I4MUQ3MjI4NTUzMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv4HgdQAAD64SURBVHja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';
63
  ?>
64
  <style type="text/css">
81
  <div id="<?php echo $id; ?>">
82
  <div id="monsterinsights-settings-area" class="monsterinsights-settings-area mi-container" style="font-family:'Helvetica Neue', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, 'Lucida Grande', sans-serif;margin: auto;width: 750px;max-width: 100%;">
83
  <div id="monsterinsights-settings-error-loading-area">
84
+ <div class="" style="text-align: center; background-color: #fff;border: 1px solid #D6E2EC; padding: 15px 50px 30px; color: #777777; margin: <?php echo esc_attr( $margin ); ?>">
85
  <div class="" style="border-bottom: 0;padding: 5px 20px 0;">
86
  <img class="" src="<?php echo esc_attr( $inline_logo_image ); ?>" alt="" style="max-width: 100%;width: 240px;padding: 30px 0 15px;">
87
  </div>
88
  <div id="monsterinsights-error-js">
89
+ <h3 class="" style="font-size: 20px;color: #434343;font-weight: 500;line-height:1.4;"><?php esc_html_e( 'Ooops! It Appears JavaScript Didn’t Load', 'google-analytics-for-wordpress' ); ?></h3>
90
  <p class="info" style="line-height: 1.5;margin: 1em 0;font-size: 16px;color: #434343;padding: 5px 20px 20px;"><?php esc_html_e( 'There seems to be an issue running JavaScript on your website, which MonsterInsights is crafted in to give you the best experience possible.', 'google-analytics-for-wordpress' ); ?></p>
91
  <div style="display: none" id="monsterinsights-nojs-error-message">
92
  <div class="" style=" border: 1px solid #E75066;
includes/admin/partials/header.php DELETED
@@ -1,22 +0,0 @@
1
- <?php
2
- /**
3
- * Outputs the green MonsterInsights Header
4
- *
5
- * @since 6.0.0
6
- *
7
- * @package MonsterInsights
8
- * @subpackage Settings
9
- * @author Chris Christoff
10
- */
11
-
12
- // Exit if accessed directly
13
- if ( ! defined( 'ABSPATH' ) ) {
14
- exit;
15
- }
16
- ?>
17
- <div id="monsterinsights-header-temp"></div>
18
- <div id="monsterinsights-header" class="monsterinsights-header">
19
- <div class="monsterinsights-header-inner">
20
- <img class="monsterinsights-header-title" src="<?php echo esc_attr( $data['logo'] ) . '?v=' . monsterinsights_get_asset_version(); ?>" srcset="<?php echo esc_attr( $data['2xlogo'] ) . '?v=' . monsterinsights_get_asset_version(); ?> 2x" alt="<?php esc_attr__( 'MonsterInsights', 'google-analytics-for-wordpress' ); ?>"/>
21
- </div>
22
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/admin/partials/index.php DELETED
@@ -1,4 +0,0 @@
1
- <?php
2
- //Nothing to see here
3
-
4
- header( 'HTTP/1.0 403 Forbidden' );
 
 
 
 
includes/frontend/frontend.php CHANGED
@@ -128,7 +128,7 @@ function monsterinsights_add_admin_bar_menu() {
128
  }
129
  }
130
 
131
- //add_action( 'admin_bar_menu', 'monsterinsights_add_admin_bar_menu', 999 );
132
 
133
  /**
134
  * Load the scripts needed for the admin bar.
@@ -174,4 +174,4 @@ function monsterinsights_frontend_admin_bar_scripts() {
174
  );
175
  }
176
 
177
- //add_action( 'wp_enqueue_scripts', 'monsterinsights_frontend_admin_bar_scripts' );
128
  }
129
  }
130
 
131
+ add_action( 'admin_bar_menu', 'monsterinsights_add_admin_bar_menu', 999 );
132
 
133
  /**
134
  * Load the scripts needed for the admin bar.
174
  );
175
  }
176
 
177
+ add_action( 'wp_enqueue_scripts', 'monsterinsights_frontend_admin_bar_scripts' );
includes/frontend/tracking/class-tracking-analytics.php CHANGED
@@ -127,8 +127,10 @@ class MonsterInsights_Tracking_Analytics extends MonsterInsights_Tracking_Abstra
127
  $options['demographics'] = "'require', 'displayfeatures'";
128
  }
129
 
130
- // Add Enhanced link attribution
131
- $options['enhanced_link_attribution'] = "'require', 'linkid', 'linkid.js'";
 
 
132
 
133
  // Add cross-domain tracking.
134
  if ( is_array( $cross_domains ) && ! empty( $cross_domains ) ) {
127
  $options['demographics'] = "'require', 'displayfeatures'";
128
  }
129
 
130
+ // Add Enhanced link attribution.
131
+ if ( monsterinsights_get_option( 'enhanced_link_attribution', false ) ) {
132
+ $options['enhanced_link_attribution'] = "'require', 'linkid', 'linkid.js'";
133
+ }
134
 
135
  // Add cross-domain tracking.
136
  if ( is_array( $cross_domains ) && ! empty( $cross_domains ) ) {
includes/helpers.php CHANGED
@@ -314,11 +314,11 @@ function monsterinsights_is_dev_url( $url = '' ) {
314
  $is_local_url = true;
315
  }
316
 
317
- $tlds_to_check = array( '.dev', '.local', ':8888' );
318
  foreach ( $tlds_to_check as $tld ) {
319
  if ( false !== strpos( $host, $tld ) ) {
320
  $is_local_url = true;
321
- continue;
322
  }
323
 
324
  }
@@ -329,7 +329,7 @@ function monsterinsights_is_dev_url( $url = '' ) {
329
  $subdomain = str_replace( array( '*', '(.)' ), '(.*)', $subdomain );
330
  if ( preg_match( '/^(' . $subdomain . ')/', $host ) ) {
331
  $is_local_url = true;
332
- continue;
333
  }
334
  }
335
  }
314
  $is_local_url = true;
315
  }
316
 
317
+ $tlds_to_check = array( '.local', ':8888', ':8080', ':8081', '.invalid', '.example', '.test' );
318
  foreach ( $tlds_to_check as $tld ) {
319
  if ( false !== strpos( $host, $tld ) ) {
320
  $is_local_url = true;
321
+ break;
322
  }
323
 
324
  }
329
  $subdomain = str_replace( array( '*', '(.)' ), '(.*)', $subdomain );
330
  if ( preg_match( '/^(' . $subdomain . ')/', $host ) ) {
331
  $is_local_url = true;
332
+ break;
333
  }
334
  }
335
  }
includes/install.php CHANGED
@@ -57,7 +57,6 @@ class MonsterInsights_Install {
57
  // Get a copy of the current MI settings.
58
  $this->new_settings = get_option( monsterinsights_get_option_name() );
59
 
60
-
61
  $version = get_option( 'monsterinsights_current_version', false );
62
  $cachec = false; // have we forced an object cache to be cleared already (so we don't clear it unnecessarily)
63
 
@@ -109,6 +108,10 @@ class MonsterInsights_Install {
109
  $this->v750_upgrades();
110
  }
111
 
 
 
 
 
112
  // Do not use. See monsterinsights_after_install_routine comment below.
113
  do_action( 'monsterinsights_after_existing_upgrade_routine', $version );
114
  $version = get_option( 'monsterinsights_current_version', $version );
@@ -512,4 +515,30 @@ class MonsterInsights_Install {
512
  }
513
  }
514
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
515
  }
57
  // Get a copy of the current MI settings.
58
  $this->new_settings = get_option( monsterinsights_get_option_name() );
59
 
 
60
  $version = get_option( 'monsterinsights_current_version', false );
61
  $cachec = false; // have we forced an object cache to be cleared already (so we don't clear it unnecessarily)
62
 
108
  $this->v750_upgrades();
109
  }
110
 
111
+ if ( version_compare( $version, '7.6.0', '<' ) ) {
112
+ $this->v760_upgrades();
113
+ }
114
+
115
  // Do not use. See monsterinsights_after_install_routine comment below.
116
  do_action( 'monsterinsights_after_existing_upgrade_routine', $version );
117
  $version = get_option( 'monsterinsights_current_version', $version );
515
  }
516
  }
517
  }
518
+
519
+ /**
520
+ * Upgrade routine for version 7.6.0
521
+ */
522
+ public function v760_upgrades() {
523
+
524
+ $cross_domains = isset( $this->new_settings['cross_domains'] ) ? $this->new_settings['cross_domains'] : array();
525
+
526
+ if ( ! empty( $cross_domains ) && is_array( $cross_domains ) ) {
527
+ $current_domain = wp_parse_url( home_url() );
528
+ $current_domain = isset( $current_domain['host'] ) ? $current_domain['host'] : '';
529
+ if ( ! empty( $current_domain ) ) {
530
+ $regex = '/^(?:' . $current_domain . '|(?:.+)\.' . $current_domain . ')$/m';
531
+ foreach ( $cross_domains as $key => $cross_domain ) {
532
+ if ( ! isset( $cross_domain['domain'] ) ) {
533
+ continue;
534
+ }
535
+ preg_match( $regex, $cross_domain['domain'], $matches );
536
+ if ( count( $matches ) > 0 ) {
537
+ unset( $this->new_settings['cross_domains'][ $key ] );
538
+ }
539
+ }
540
+ }
541
+ }
542
+
543
+ }
544
  }
languages/google-analytics-for-wordpress.pot CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the MonsterInsights Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: MonsterInsights Pro 7.5.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/monsterinsights\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2019-04-02T19:06:18+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.1.0\n"
15
  "X-Domain: google-analytics-for-wordpress\n"
@@ -31,7 +31,6 @@ msgstr ""
31
  #: includes/admin/admin.php:38
32
  #: includes/admin/admin.php:41
33
  #: includes/admin/admin.php:51
34
- #: includes/admin/partials/header.php:20
35
  msgid "MonsterInsights"
36
  msgstr ""
37
 
@@ -55,29 +54,33 @@ msgstr ""
55
  msgid "You are not allowed to install plugins."
56
  msgstr ""
57
 
58
- #: lite/includes/admin/upgrade.php:18
59
- #: lite/includes/admin/upgrade.php:154
60
  msgid "You are not licensed."
61
  msgstr ""
62
 
63
- #: lite/includes/admin/upgrade.php:22
64
  msgid "Only the Lite version can upgrade."
65
  msgstr ""
66
 
67
- #: lite/includes/admin/upgrade.php:40
68
  msgid "Pro version is already installed."
69
  msgstr ""
70
 
71
- #: lite/includes/admin/upgrade.php:92
 
 
 
 
72
  msgid "Could not install upgrade. Please download from monsterinsights.com and install manually."
73
  msgstr ""
74
 
75
- #: lite/includes/admin/upgrade.php:123
76
- #: lite/includes/admin/upgrade.php:184
77
  msgid "Plugin installed & activated."
78
  msgstr ""
79
 
80
- #: lite/includes/admin/upgrade.php:188
81
  msgid "Pro version installed but needs to be activated from the Plugins page inside your WordPress admin."
82
  msgstr ""
83
 
@@ -93,30 +96,30 @@ msgstr ""
93
  msgid "Configure MonsterInsights"
94
  msgstr ""
95
 
96
- #: lite/includes/admin/onboarding-wizard.php:157
97
  msgid "MonsterInsights &rsaquo; Onboarding Wizard"
98
  msgstr ""
99
 
100
- #: lite/includes/admin/onboarding-wizard.php:169
101
  msgid "Return to Dashboard"
102
  msgstr ""
103
 
104
- #: lite/includes/admin/onboarding-wizard.php:234
105
  msgid "You are not allowed to install plugins"
106
  msgstr ""
107
 
108
  #. Translators: The placeholders are for making the "We noticed you're using a caching plugin" text bold.
109
- #: lite/includes/admin/onboarding-wizard.php:330
110
  msgid "%1$sWe noticed you're using a caching plugin.%2$s Be sure to clear the cache to ensure the tracking appears on all pages and posts. %3$s(See this guide on how to clear cache)%4$s."
111
  msgstr ""
112
 
113
  #: lite/includes/admin/reports/report-queries.php:22
114
- #: languages/vue.php:834
115
  msgid "Search Console"
116
  msgstr ""
117
 
118
  #: lite/includes/admin/reports/report-ecommerce.php:22
119
- #: languages/vue.php:106
120
  msgid "eCommerce"
121
  msgstr ""
122
 
@@ -125,7 +128,7 @@ msgid "Real Time"
125
  msgstr ""
126
 
127
  #: lite/includes/admin/reports/report-publisher.php:22
128
- #: languages/vue.php:112
129
  msgid "Publishers"
130
  msgstr ""
131
 
@@ -135,7 +138,7 @@ msgid "Dimensions"
135
  msgstr ""
136
 
137
  #: lite/includes/admin/reports/report-forms.php:22
138
- #: languages/vue.php:837
139
  msgid "Forms"
140
  msgstr ""
141
 
@@ -143,28 +146,28 @@ msgstr ""
143
  msgid "You are currently in a preview window. MonsterInsights doesn't track preview window traffic to avoid false visit reports."
144
  msgstr ""
145
 
146
- #: includes/frontend/tracking/class-tracking-analytics.php:216
147
  msgid "Note: MonsterInsights is not currently configured on this site. The site owner needs to authenticate with Google Analytics in the MonsterInsights settings panel."
148
  msgstr ""
149
 
150
- #: includes/frontend/tracking/class-tracking-analytics.php:219
151
  msgid "Note: MonsterInsights does not track you as a logged in site administrator to prevent site owners from accidentally skewing their own Google Analytics data."
152
  msgstr ""
153
 
154
- #: includes/frontend/tracking/class-tracking-analytics.php:222
155
  msgid "Note: The site owner has disabled Google Analytics tracking for your user role."
156
  msgstr ""
157
 
158
- #: includes/frontend/tracking/class-tracking-analytics.php:298
159
  msgid "Not running function"
160
  msgstr ""
161
 
162
- #: includes/frontend/tracking/class-tracking-analytics.php:298
163
  msgid "because you are not being tracked."
164
  msgstr ""
165
 
166
  #: includes/admin/review.php:98
167
- #: languages/vue.php:1515
168
  msgid "Are you enjoying MonsterInsights?"
169
  msgstr ""
170
 
@@ -173,7 +176,7 @@ msgid "Yes"
173
  msgstr ""
174
 
175
  #: includes/admin/review.php:101
176
- #: languages/vue.php:1518
177
  msgid "Not Really"
178
  msgstr ""
179
 
@@ -182,7 +185,7 @@ msgid "We're sorry to hear you aren't enjoying MonsterInsights. We would love a
182
  msgstr ""
183
 
184
  #: includes/admin/review.php:107
185
- #: languages/vue.php:1539
186
  msgid "Give Feedback"
187
  msgstr ""
188
 
@@ -199,17 +202,17 @@ msgid "~ Syed Balkhi<br>Co-Founder of MonsterInsights"
199
  msgstr ""
200
 
201
  #: includes/admin/review.php:115
202
- #: languages/vue.php:1530
203
  msgid "Ok, you deserve it"
204
  msgstr ""
205
 
206
  #: includes/admin/review.php:116
207
- #: languages/vue.php:1533
208
  msgid "Nope, maybe later"
209
  msgstr ""
210
 
211
  #: includes/admin/review.php:117
212
- #: languages/vue.php:1536
213
  msgid "I already did"
214
  msgstr ""
215
 
@@ -242,12 +245,10 @@ msgid "Please upload a file to import"
242
  msgstr ""
243
 
244
  #: includes/admin/routes.php:492
245
- #: includes/admin/pages/reports.php:78
246
  msgid "You don't have permission to view MonsterInsights reports."
247
  msgstr ""
248
 
249
  #: includes/admin/routes.php:504
250
- #: includes/admin/pages/reports.php:88
251
  msgid "You can't view MonsterInsights reports because you are not licensed."
252
  msgstr ""
253
 
@@ -256,18 +257,14 @@ msgid "Add your license"
256
  msgstr ""
257
 
258
  #: includes/admin/routes.php:512
259
- #: includes/admin/pages/reports.php:94
260
  msgid "You can't view MonsterInsights reports due to license key errors."
261
  msgstr ""
262
 
263
  #: includes/admin/routes.php:520
264
- #: includes/admin/pages/reports.php:102
265
  msgid "You must authenticate with MonsterInsights before you can view reports."
266
  msgstr ""
267
 
268
  #: includes/admin/routes.php:526
269
- #: includes/admin/pages/reports.php:106
270
- #: includes/admin/pages/reports.php:112
271
  msgid "Unknown report. Try refreshing and retrying. Contact support if this issue persists."
272
  msgstr ""
273
 
@@ -391,7 +388,7 @@ msgstr ""
391
  #: includes/admin/admin.php:295
392
  #: includes/license.php:282
393
  #: includes/license.php:293
394
- #: languages/vue.php:543
395
  msgid "Your license key for MonsterInsights is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."
396
  msgstr ""
397
 
@@ -407,7 +404,7 @@ msgstr ""
407
  #: includes/admin/admin.php:293
408
  #: includes/license.php:280
409
  #: includes/license.php:291
410
- #: languages/vue.php:540
411
  msgid "Your license key for MonsterInsights has been disabled. Please use a different key."
412
  msgstr ""
413
 
@@ -428,7 +425,7 @@ msgstr ""
428
  msgid "Congratulations! You have deactivated the key from this site successfully."
429
  msgstr ""
430
 
431
- #: includes/admin/common.php:750
432
  msgid "MonsterInsights has detected that it's files are being blocked. This is usually caused by a adblock browser plugin (particularly uBlock Origin), or a conflicting WordPress theme or plugin. This issue only affects the admin side of MonsterInsights. To solve this, ensure MonsterInsights is whitelisted for your website URL in any adblock browser plugin you use. For step by step directions on how to do this, %1$sclick here%2$s. If this doesn't solve the issue (rare), send us a ticket %3$shere%2$s and we'll be happy to help diagnose the issue."
433
  msgstr ""
434
 
@@ -436,7 +433,7 @@ msgstr ""
436
  #: includes/admin/admin.php:44
437
  #: includes/admin/admin.php:54
438
  #: includes/admin/admin.php:93
439
- #: languages/vue.php:1503
440
  msgid "Insights"
441
  msgstr ""
442
 
@@ -458,7 +455,7 @@ msgstr ""
458
 
459
  #: includes/admin/admin.php:48
460
  #: includes/admin/admin.php:97
461
- #: languages/vue.php:1089
462
  msgid "Reports"
463
  msgstr ""
464
 
@@ -477,10 +474,19 @@ msgstr ""
477
 
478
  #: includes/admin/admin.php:65
479
  #: includes/admin/admin.php:100
480
- #: languages/vue.php:1884
481
  msgid "Addons"
482
  msgstr ""
483
 
 
 
 
 
 
 
 
 
 
484
  #: includes/admin/admin.php:93
485
  #: includes/admin/admin.php:95
486
  msgid "Network Settings:"
@@ -505,7 +511,7 @@ msgstr ""
505
 
506
  #: includes/admin/admin.php:172
507
  #: includes/admin/admin.php:175
508
- #: languages/vue.php:1896
509
  msgid "Support"
510
  msgstr ""
511
 
@@ -587,7 +593,7 @@ msgid "View supported browsers"
587
  msgstr ""
588
 
589
  #: includes/admin/reports/overview.php:34
590
- #: languages/vue.php:784
591
  msgid "Overview"
592
  msgstr ""
593
 
@@ -673,7 +679,7 @@ msgid "Upgrading is easy! To upgrade, navigate to %sour pricing page%s, purchase
673
  msgstr ""
674
 
675
  #: includes/admin/reports/abstract-report.php:355
676
- #: languages/vue.php:149
677
  msgid "Upgrade Now"
678
  msgstr ""
679
 
@@ -1767,47 +1773,47 @@ msgstr ""
1767
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
1768
  msgstr ""
1769
 
1770
- #: languages/vue.php:24
1771
  msgid "Forms Report"
1772
  msgstr ""
1773
 
1774
- #: languages/vue.php:27
1775
  msgid "Real-Time Report"
1776
  msgstr ""
1777
 
1778
- #: languages/vue.php:30
1779
  msgid "Right Now"
1780
  msgstr ""
1781
 
1782
- #: languages/vue.php:33
1783
  msgid "Active users on site"
1784
  msgstr ""
1785
 
1786
- #: languages/vue.php:36
1787
  msgid "The real-time graph of visitors over time is not currently available for this site. Please try again later."
1788
  msgstr ""
1789
 
1790
- #: languages/vue.php:39
1791
  msgid "Important: this only includes users who are tracked in real-time. Not all users are tracked in real-time including (but not limited to) logged in site administrators, certain mobile users, and users who match a Google Analytics filter."
1792
  msgstr ""
1793
 
1794
- #: languages/vue.php:42
1795
  msgid "The real-time report automatically updates approximately every 60 seconds."
1796
  msgstr ""
1797
 
1798
- #: languages/vue.php:45
1799
  msgid "The real-time report was last updated %s seconds ago."
1800
  msgstr ""
1801
 
1802
- #: languages/vue.php:48
1803
  msgid "The latest data will be automatically shown on this page when it becomes available."
1804
  msgstr ""
1805
 
1806
- #: languages/vue.php:51
1807
  msgid "There is no need to refresh the browser (doing so won't have any effect)."
1808
  msgstr ""
1809
 
1810
- #: languages/vue.php:54
1811
  msgid "Pageviews Per Minute"
1812
  msgstr ""
1813
 
@@ -1871,95 +1877,95 @@ msgstr ""
1871
  msgid "Search Console Report"
1872
  msgstr ""
1873
 
1874
- #: languages/vue.php:109
1875
  msgid "eCommerce Report"
1876
  msgstr ""
1877
 
1878
- #: languages/vue.php:115
1879
  msgid "See All Your Important Store Metrics in One Place"
1880
  msgstr ""
1881
 
1882
- #: languages/vue.php:118
1883
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
1884
  msgstr ""
1885
 
1886
- #: languages/vue.php:121
1887
  msgid "ONE-CLICK INTEGRATIONS"
1888
  msgstr ""
1889
 
1890
- #: languages/vue.php:125
1891
  msgid "Upgrade to MonsterInsights Pro"
1892
  msgstr ""
1893
 
1894
- #: languages/vue.php:128
1895
  msgid "Enable Ecommerce Tracking and Grow Your Business with Confidence"
1896
  msgstr ""
1897
 
1898
- #: languages/vue.php:131
1899
  msgid "MonsterInsights Ecommerce Addon makes it easy to setup enhanced eCommerce tracking, so you can see all your important eCommerce metrics like total revenue, conversion rate, average order value, top products, top referral sources, and more in a single report right inside your WordPress dashboard."
1900
  msgstr ""
1901
 
1902
- #: languages/vue.php:134
1903
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
1904
  msgstr ""
1905
 
1906
- #: languages/vue.php:137
1907
  msgid "No addons found."
1908
  msgstr ""
1909
 
1910
- #: languages/vue.php:140
1911
  msgid "Refresh Addons"
1912
  msgstr ""
1913
 
1914
- #: languages/vue.php:143
1915
  msgid "Refreshing Addons"
1916
  msgstr ""
1917
 
1918
- #: languages/vue.php:146
1919
  msgid "Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!"
1920
  msgstr ""
1921
 
1922
- #: languages/vue.php:152
1923
  msgid "Recommended Addons"
1924
  msgstr ""
1925
 
1926
- #: languages/vue.php:155
1927
  msgid "To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!"
1928
  msgstr ""
1929
 
1930
- #: languages/vue.php:158
1931
  msgid "Other Addons"
1932
  msgstr ""
1933
 
1934
- #: languages/vue.php:161
1935
  msgid "View all MonsterInsights addons"
1936
  msgstr ""
1937
 
1938
- #: languages/vue.php:164
1939
  msgid "Save and continue"
1940
  msgstr ""
1941
 
1942
- #: languages/vue.php:167
1943
  msgid "Usage Tracking"
1944
  msgstr ""
1945
 
1946
- #: languages/vue.php:170
1947
  msgid "Allow Usage Tracking"
1948
  msgstr ""
1949
 
1950
- #: languages/vue.php:173
1951
  msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
1952
  msgstr ""
1953
 
1954
- #: languages/vue.php:176
1955
  msgid "Complete documentation on usage tracking is available %shere%s."
1956
  msgstr ""
1957
 
1958
- #: languages/vue.php:179
1959
  msgid "You're using %sMonsterInsights Lite%s - no license needed. Enjoy! %s"
1960
  msgstr ""
1961
 
1962
- #: languages/vue.php:182
1963
  msgid "To unlock more features consider %supgrading to PRO%s."
1964
  msgstr ""
1965
 
@@ -1971,2260 +1977,2548 @@ msgstr ""
1971
  msgid "You're using %sMonsterInsights Lite%s - no license needed. Enjoy!"
1972
  msgstr ""
1973
 
1974
- #: languages/vue.php:191
1975
  msgid "Authenticating"
1976
  msgstr ""
1977
 
1978
- #: languages/vue.php:194
1979
  msgid "Re-Authenticating"
1980
  msgstr ""
1981
 
1982
- #: languages/vue.php:197
1983
  msgid "Verifying Credentials"
1984
  msgstr ""
1985
 
1986
- #: languages/vue.php:200
1987
  msgid "Your site is connected to MonsterInsights!"
1988
  msgstr ""
1989
 
1990
- #: languages/vue.php:203
1991
  msgid "Deauthenticating"
1992
  msgstr ""
1993
 
1994
- #: languages/vue.php:206
1995
  msgid "You've disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
1996
  msgstr ""
1997
 
1998
- #: languages/vue.php:209
1999
  msgid "Error"
2000
  msgstr ""
2001
 
2002
- #: languages/vue.php:213
2003
  msgid "Ok"
2004
  msgstr ""
2005
 
2006
- #: languages/vue.php:216
2007
  msgid "Connect MonsterInsights"
2008
  msgstr ""
2009
 
2010
- #: languages/vue.php:219
2011
  msgid "Verify Credentials"
2012
  msgstr ""
2013
 
2014
- #: languages/vue.php:222
2015
  msgid "Reconnect MonsterInsights"
2016
  msgstr ""
2017
 
2018
- #: languages/vue.php:225
2019
  msgid "Website Profile"
2020
  msgstr ""
2021
 
2022
- #: languages/vue.php:228
2023
  msgid "Active Profile"
2024
  msgstr ""
2025
 
2026
- #: languages/vue.php:231
2027
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
2028
  msgstr ""
2029
 
2030
- #: languages/vue.php:234
2031
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
2032
  msgstr ""
2033
 
2034
- #: languages/vue.php:237
2035
  msgid "Manually enter your UA code"
2036
  msgstr ""
2037
 
2038
- #: languages/vue.php:240
2039
  msgid "Warning: If you use a manual UA code, you won't be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X's are numbers."
2040
  msgstr ""
2041
 
2042
- #: languages/vue.php:243
2043
  msgid "Or manually enter UA code (limited functionality)"
2044
  msgstr ""
2045
 
2046
- #: languages/vue.php:246
2047
  msgid "Force Deauthenticate"
2048
  msgstr ""
2049
 
2050
- #: languages/vue.php:249
2051
  msgid "Disconnect MonsterInsights"
2052
  msgstr ""
2053
 
2054
- #: languages/vue.php:252
2055
  msgid "Facebook Instant Articles"
2056
  msgstr ""
2057
 
2058
- #: languages/vue.php:255
2059
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro."
2060
  msgstr ""
2061
 
2062
- #: languages/vue.php:259
2063
  msgid "Upgrade"
2064
  msgstr ""
2065
 
2066
- #: languages/vue.php:262
2067
  msgid ""
2068
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
2069
  " and other privacy regulations."
2070
  msgstr ""
2071
 
2072
- #: languages/vue.php:266
2073
  msgid "EU Compliance"
2074
  msgstr ""
2075
 
2076
- #: languages/vue.php:269
2077
  msgid "Google AMP"
2078
  msgstr ""
2079
 
2080
- #: languages/vue.php:272
2081
  msgid "Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking."
2082
  msgstr ""
2083
 
2084
- #: languages/vue.php:275
2085
  msgid "Adjust the sample rate so you don't exceed Google Analytics' processing limit. Can also be used to enable Google Optimize for A/B testing and personalization."
2086
  msgstr ""
2087
 
2088
- #: languages/vue.php:278
2089
  msgid "Miscellaneous"
2090
  msgstr ""
2091
 
2092
- #: languages/vue.php:281
2093
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
2094
  msgstr ""
2095
 
2096
- #: languages/vue.php:284
2097
  msgid "Hide Announcements"
2098
  msgstr ""
2099
 
2100
- #: languages/vue.php:287
2101
  msgid "Allow usage tracking"
2102
  msgstr ""
2103
 
2104
- #: languages/vue.php:290
2105
  msgid "Thank you for being a loyal MonsterInsights Lite user."
2106
  msgstr ""
2107
 
2108
- #: languages/vue.php:293
2109
  msgid "Upgrade to MonsterInsights Pro and unlock all the awesome features."
2110
  msgstr ""
2111
 
2112
- #: languages/vue.php:296
2113
  msgid "Use coupon code %s to get 50%% off."
2114
  msgstr ""
2115
 
2116
- #: languages/vue.php:299
2117
  msgid "Dashboard widget"
2118
  msgstr ""
2119
 
2120
- #: languages/vue.php:302
2121
  msgid "Affiliate Links"
2122
  msgstr ""
2123
 
2124
- #: languages/vue.php:305
2125
  msgid "Enhanced Ecommerce"
2126
  msgstr ""
2127
 
2128
- #: languages/vue.php:308
2129
  msgid "Banner Ads"
2130
  msgstr ""
2131
 
2132
- #: languages/vue.php:311
2133
  msgid "Author Tracking"
2134
  msgstr ""
2135
 
2136
- #: languages/vue.php:314
2137
  msgid "Form Conversions"
2138
  msgstr ""
2139
 
2140
- #: languages/vue.php:317
2141
  msgid "SEO Score Tracking"
2142
  msgstr ""
2143
 
2144
- #: languages/vue.php:320
2145
  msgid "Ads Tracking"
2146
  msgstr ""
2147
 
2148
- #: languages/vue.php:323
2149
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
2150
  msgstr ""
2151
 
2152
- #: languages/vue.php:326
2153
  msgid "Upgrade to MonsterInsights Pro to Unlock More Actionable Insights"
2154
  msgstr ""
2155
 
2156
- #: languages/vue.php:329
2157
  msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website. MonsterInsights Pro shows you the stats that matter!"
2158
  msgstr ""
2159
 
2160
- #: languages/vue.php:332
2161
  msgid "Upgrade to MonsterInsights Pro and Save 50% OFF!"
2162
  msgstr ""
2163
 
2164
- #: languages/vue.php:335
2165
  msgid "Use coupon code %sLITEUPGRADE%s"
2166
  msgstr ""
2167
 
2168
- #: languages/vue.php:338
2169
  msgid "Upgrade to Pro and unlock addons and other great features. %sSave 50%% automatically!%s"
2170
  msgstr ""
2171
 
2172
- #: languages/vue.php:341
2173
  msgid "Website profile"
2174
  msgstr ""
2175
 
2176
- #: languages/vue.php:344
2177
  msgid "Active profile"
2178
  msgstr ""
2179
 
2180
- #: languages/vue.php:347
2181
  msgid "Skip and Keep Connection"
2182
  msgstr ""
2183
 
2184
- #: languages/vue.php:350
2185
  msgid "License Key"
2186
  msgstr ""
2187
 
2188
- #: languages/vue.php:353
2189
  msgid "Help Us Improve"
2190
  msgstr ""
2191
 
2192
- #: languages/vue.php:356
2193
  msgid "Help us better understand our users and their website needs."
2194
  msgstr ""
2195
 
2196
- #: languages/vue.php:359
2197
  msgid "If enabled MonsterInsights will send some information about your WordPress site like what plugins and themes you use and which MonsterInsights settings you use to us so that we can improve our product. For a complete list of what we send and what we use it for, %svisit our website.%s"
2198
  msgstr ""
2199
 
2200
- #: languages/vue.php:362
2201
  msgid "Learn More"
2202
  msgstr ""
2203
 
2204
- #: languages/vue.php:365
2205
  msgid "Upgrade to Pro"
2206
  msgstr ""
2207
 
2208
- #: languages/vue.php:368
2209
  msgid "Show in widget mode"
2210
  msgstr ""
2211
 
2212
- #: languages/vue.php:371
2213
  msgid "Show in full-width mode"
2214
  msgstr ""
2215
 
2216
- #: languages/vue.php:374
2217
  msgid "Last %s days"
2218
  msgstr ""
2219
 
2220
- #: languages/vue.php:377
2221
  msgid "Show overview reports"
2222
  msgstr ""
2223
 
2224
- #: languages/vue.php:380
2225
  msgid "Show Publishers Reports"
2226
  msgstr ""
2227
 
2228
- #: languages/vue.php:383
2229
  msgid "Show eCommerce Reports"
2230
  msgstr ""
2231
 
2232
- #: languages/vue.php:386
2233
  msgid "Show Overview Reports"
2234
  msgstr ""
2235
 
2236
- #: languages/vue.php:390
2237
  msgid "Overview Report"
2238
  msgstr ""
2239
 
2240
- #: languages/vue.php:393
2241
  msgid "Sessions"
2242
  msgstr ""
2243
 
2244
- #: languages/vue.php:396
2245
  msgid "Unique %s Sessions"
2246
  msgstr ""
2247
 
2248
- #: languages/vue.php:399
2249
  msgid "Pageviews"
2250
  msgstr ""
2251
 
2252
- #: languages/vue.php:402
2253
  msgid "A session is the browsing session of a single user to your site."
2254
  msgstr ""
2255
 
2256
- #: languages/vue.php:405
2257
  msgid "A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview."
2258
  msgstr ""
2259
 
2260
- #: languages/vue.php:408
2261
  msgid "Total duration of all sessions (in seconds) / number of sessions."
2262
  msgstr ""
2263
 
2264
- #: languages/vue.php:411
2265
  msgid "Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
2266
  msgstr ""
2267
 
2268
- #: languages/vue.php:414
2269
  msgid "Avg. Session Duration"
2270
  msgstr ""
2271
 
2272
- #: languages/vue.php:417
2273
  msgid "Bounce Rate"
2274
  msgstr ""
2275
 
2276
- #: languages/vue.php:420
2277
  msgid "Refreshing Report"
2278
  msgstr ""
2279
 
2280
- #: languages/vue.php:423
2281
  msgid "Loading new report data..."
2282
  msgstr ""
2283
 
2284
- #: languages/vue.php:426
2285
  msgid "Please try again."
2286
  msgstr ""
2287
 
2288
- #: languages/vue.php:429
2289
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
2290
  msgstr ""
2291
 
2292
- #: languages/vue.php:432
2293
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
2294
  msgstr ""
2295
 
2296
- #: languages/vue.php:435
2297
  msgid "Stop guessing about what content your visitors are interested in. MonsterInsights Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions."
2298
  msgstr ""
2299
 
2300
- #: languages/vue.php:438
2301
  msgid "See Your Top Landing Pages to Improve Enagement"
2302
  msgstr ""
2303
 
2304
- #: languages/vue.php:441
2305
  msgid "See Your Top Exit Pages to Reduce Abandonment"
2306
  msgstr ""
2307
 
2308
- #: languages/vue.php:444
2309
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
2310
  msgstr ""
2311
 
2312
- #: languages/vue.php:447
2313
  msgid "See Your Top Affiliate Links and Focus on what's working"
2314
  msgstr ""
2315
 
2316
- #: languages/vue.php:450
2317
  msgid "See Your Top Downloads and Improve Conversions"
2318
  msgstr ""
2319
 
2320
- #: languages/vue.php:453
2321
  msgid "See Audience Demographic Report ( Age / Gender / Interests )"
2322
  msgstr ""
2323
 
2324
- #: languages/vue.php:456
2325
  msgid "Unlock PRO version"
2326
  msgstr ""
2327
 
2328
- #: languages/vue.php:459
2329
  msgid "Upgrade to PRO"
2330
  msgstr ""
2331
 
2332
- #: languages/vue.php:462
2333
  msgid "Paste your license key here"
2334
  msgstr ""
2335
 
2336
- #: languages/vue.php:465
2337
  msgid "Verify"
2338
  msgstr ""
2339
 
2340
- #: languages/vue.php:468
2341
  msgid "Verifying License"
2342
  msgstr ""
2343
 
2344
- #: languages/vue.php:471
2345
  msgid "Success"
2346
  msgstr ""
2347
 
2348
- #: languages/vue.php:474
2349
  msgid "There was an error verifying your license"
2350
  msgstr ""
2351
 
2352
- #: languages/vue.php:477
2353
  msgid "Add your MonsterInsights license key from the email receipt or account area. %sRetrieve your license key%s."
2354
  msgstr ""
2355
 
2356
- #: languages/vue.php:480
2357
  msgid "Please wait..."
2358
  msgstr ""
2359
 
2360
- #: languages/vue.php:483
2361
  msgid "Can't deactivate the license. Error: %s, %s"
2362
  msgstr ""
2363
 
2364
- #: languages/vue.php:486
2365
  msgid "You appear to be offline."
2366
  msgstr ""
2367
 
2368
- #: languages/vue.php:489
2369
  msgid "Can't load license details. Error: %s, %s"
2370
  msgstr ""
2371
 
2372
- #: languages/vue.php:492
2373
  msgid "Can't verify the license. Error: %s, %s"
2374
  msgstr ""
2375
 
2376
- #: languages/vue.php:495
2377
  msgid "Can't validate the license. Error: %s, %s"
2378
  msgstr ""
2379
 
2380
- #: languages/vue.php:498
2381
  msgid "Can't upgrade to PRO please try again. Error: %s, %s"
2382
  msgstr ""
2383
 
2384
- #: languages/vue.php:501
2385
  msgid "Loading settings"
2386
  msgstr ""
2387
 
2388
- #: languages/vue.php:504
2389
  msgid "Yikes! PHP Update Required"
2390
  msgstr ""
2391
 
2392
- #: languages/vue.php:507
2393
  msgid "MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%s), which could be putting your site at risk for being hacked. WordPress itself will stop supporting your PHP version in April, 2019. Updating to the recommended version (PHP %s) only takes a few minutes and will make your website significantly faster and more secure."
2394
  msgstr ""
2395
 
2396
- #: languages/vue.php:510
2397
  msgid "Learn more about updating PHP"
2398
  msgstr ""
2399
 
2400
- #: languages/vue.php:513
2401
  msgid "Yikes! WordPress Update Required"
2402
  msgstr ""
2403
 
2404
- #: languages/vue.php:516
2405
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.6 in April, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
2406
  msgstr ""
2407
 
2408
- #: languages/vue.php:519
2409
  msgid "Learn more about updating WordPress"
2410
  msgstr ""
2411
 
2412
- #: languages/vue.php:522
2413
  msgid "Saving Changes..."
2414
  msgstr ""
2415
 
2416
- #: languages/vue.php:525
2417
  msgid "Settings Updated"
2418
  msgstr ""
2419
 
2420
- #: languages/vue.php:528
2421
  msgid "Could Not Save Changes"
2422
  msgstr ""
2423
 
2424
- #: languages/vue.php:531
2425
  msgid "Loading Settings"
2426
  msgstr ""
2427
 
2428
- #: languages/vue.php:534
2429
  msgid "Exit Setup"
2430
  msgstr ""
2431
 
2432
- #: languages/vue.php:537
2433
  msgid "Your license key for MonsterInsights has expired. %sPlease click here to renew your license key.%s"
2434
  msgstr ""
2435
 
2436
- #: languages/vue.php:546
2437
  msgid "Publishers Report"
2438
  msgstr ""
2439
 
2440
- #: languages/vue.php:549
2441
  msgid "In order for the MonsterInsights Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %sLearn More%s"
2442
  msgstr ""
2443
 
2444
- #: languages/vue.php:552
2445
  msgid "In order for the MonsterInsights Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %s%s Plugin%s | %sLearn More%s"
2446
  msgstr ""
2447
 
2448
- #: languages/vue.php:555
2449
  msgid "Activate"
2450
  msgstr ""
2451
 
2452
- #: languages/vue.php:558
2453
  msgid "Install"
2454
  msgstr ""
2455
 
2456
- #: languages/vue.php:561
2457
  msgid "In order for the MonsterInsights Instant Articles addon to work properly, please ask your webmaster to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %sLearn More%s"
2458
  msgstr ""
2459
 
2460
- #: languages/vue.php:564
2461
  msgid "In order for the MonsterInsights Instant Articles addon to work properly, you need to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %s%s Plugin%s | %sLearn More%s"
2462
  msgstr ""
2463
 
2464
- #: languages/vue.php:567
2465
  msgid "Connect MonsterInsights to Your Website"
2466
  msgstr ""
2467
 
2468
- #: languages/vue.php:570
2469
  msgid "MonsterInsights connects Google Analytics to WordPress and shows you stats that matter."
2470
  msgstr ""
2471
 
2472
- #: languages/vue.php:573
2473
  msgid "Connect Google Analytics + WordPress"
2474
  msgstr ""
2475
 
2476
- #: languages/vue.php:576
2477
  msgid "You will be taken to the MonsterInsights website where you'll need to connect your Analytics account."
2478
  msgstr ""
2479
 
2480
- #: languages/vue.php:579
2481
  msgid "Welcome to MonsterInsights!"
2482
  msgstr ""
2483
 
2484
- #: languages/vue.php:582
2485
  msgid "Let's get you set up."
2486
  msgstr ""
2487
 
2488
- #: languages/vue.php:585
2489
  msgid "Save and Continue"
2490
  msgstr ""
2491
 
2492
- #: languages/vue.php:588
2493
  msgid "Which category best describes your website?"
2494
  msgstr ""
2495
 
2496
- #: languages/vue.php:591
2497
  msgid "We will recommend the optimal settings for MonsterInsights based on your choice."
2498
  msgstr ""
2499
 
2500
- #: languages/vue.php:594
2501
  msgid "Business Website"
2502
  msgstr ""
2503
 
2504
- #: languages/vue.php:597
2505
  msgid "Publisher %s(Blog)%s"
2506
  msgstr ""
2507
 
2508
- #: languages/vue.php:600
2509
  msgid "Ecommerce"
2510
  msgstr ""
2511
 
2512
- #: languages/vue.php:603
2513
  msgid "Recommended Settings"
2514
  msgstr ""
2515
 
2516
- #: languages/vue.php:606
2517
  msgid "MonsterInsights recommends the following settings based on your configuration."
2518
  msgstr ""
2519
 
2520
- #: languages/vue.php:609
2521
  msgid "Events Tracking"
2522
  msgstr ""
2523
 
2524
- #: languages/vue.php:612
2525
  msgid "Must have for all click tracking on site."
2526
  msgstr ""
2527
 
2528
- #: languages/vue.php:615
2529
  msgid "MonsterInsights uses an advanced system to automatically detect all outbound links, download links, affiliate links, telephone links, mail links, and more automatically. We do all the work for you so you don't have to write any code."
2530
  msgstr ""
2531
 
2532
- #: languages/vue.php:618
2533
  msgid "Enhanced Link Attribution"
2534
  msgstr ""
2535
 
2536
- #: languages/vue.php:621
2537
  msgid "Improves the accuracy of your In-Page Analytics."
2538
  msgstr ""
2539
 
2540
- #: languages/vue.php:624
2541
  msgid "MonsterInsights will automatically help Google determine which links are unique and where they are on your site so that your In-Page Analytics reporting will be more accurate."
2542
  msgstr ""
2543
 
2544
- #: languages/vue.php:627
2545
  msgid "Install Updates Automatically"
2546
  msgstr ""
2547
 
2548
- #: languages/vue.php:630
2549
  msgid "Get the latest features, bug fixes, and security updates as they are released."
2550
  msgstr ""
2551
 
2552
- #: languages/vue.php:633
2553
  msgid "To ensure you get the latest bugfixes and security updates and avoid needing to spend time logging into your WordPress site to update MonsterInsights, we offer the ability to automatically have MonsterInsights update itself."
2554
  msgstr ""
2555
 
2556
- #: languages/vue.php:636
2557
  msgid "File Download Tracking"
2558
  msgstr ""
2559
 
2560
- #: languages/vue.php:639
2561
  msgid "Helps you see file downloads data."
2562
  msgstr ""
2563
 
2564
- #: languages/vue.php:642
2565
  msgid "MonsterInsights will automatically track downloads of common file types from links you have inserted onto your website. For example: want to know how many of your site's visitors have downloaded a PDF or other file you offer your visitors to download on your site? MonsterInsights makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel."
2566
  msgstr ""
2567
 
2568
- #: languages/vue.php:646
2569
  msgid "Path (example: %s)"
2570
  msgstr ""
2571
 
2572
- #: languages/vue.php:650
2573
  msgid "Path has to start with a / and have no spaces"
2574
  msgstr ""
2575
 
2576
- #: languages/vue.php:654
2577
  msgid "Label (example: %s)"
2578
  msgstr ""
2579
 
2580
- #: languages/vue.php:658
2581
  msgid "Label can't contain any spaces"
2582
  msgstr ""
2583
 
2584
- #: languages/vue.php:661
2585
  msgid "Helps you increase affiliate revenue."
2586
  msgstr ""
2587
 
2588
- #: languages/vue.php:664
2589
  msgid "MonsterInsights will automatically help you track affiliate links that use internal looking urls like example.com/go/ or example.com/refer/. You can add custom affiliate patterns on our settings panel when you finish the onboarding wizard."
2590
  msgstr ""
2591
 
2592
- #: languages/vue.php:667
2593
  msgid "Affiliate Link Tracking"
2594
  msgstr ""
2595
 
2596
- #: languages/vue.php:670
2597
  msgid "Who Can See Reports"
2598
  msgstr ""
2599
 
2600
- #: languages/vue.php:673
2601
  msgid "These user roles will be able to access MonsterInsights's reports in the WordPress admin area."
2602
  msgstr ""
2603
 
2604
- #: languages/vue.php:676
2605
  msgid "Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability."
2606
  msgstr ""
2607
 
2608
- #: languages/vue.php:679
2609
  msgid "Events Tracking is enabled the moment you set up MonsterInsights"
2610
  msgstr ""
2611
 
2612
- #: languages/vue.php:682
2613
  msgid "Enhanced Link Attribution is enabled the moment you set up MonsterInsights"
2614
  msgstr ""
2615
 
2616
- #: languages/vue.php:685
2617
  msgid "MonsterInsights Recommends WPForms"
2618
  msgstr ""
2619
 
2620
- #: languages/vue.php:688
2621
  msgid "Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market."
2622
  msgstr ""
2623
 
2624
- #: languages/vue.php:691
2625
  msgid "Used on over 1,000,000 websites!"
2626
  msgstr ""
2627
 
2628
- #: languages/vue.php:694
2629
  msgid "WPForms allow you to create beautiful contact forms, subscription forms, payment forms, and other types of forms for your site in minutes, not hours!"
2630
  msgstr ""
2631
 
2632
- #: languages/vue.php:697
2633
  msgid "Skip this Step"
2634
  msgstr ""
2635
 
2636
- #: languages/vue.php:700
2637
  msgid "Continue & Install WPForms"
2638
  msgstr ""
2639
 
2640
- #: languages/vue.php:703
2641
  msgid "Installing..."
2642
  msgstr ""
2643
 
2644
- #: languages/vue.php:706
2645
  msgid "Awesome, You're All Set!"
2646
  msgstr ""
2647
 
2648
- #: languages/vue.php:709
2649
  msgid "MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
2650
  msgstr ""
2651
 
2652
- #: languages/vue.php:712
2653
  msgid "%sPlease Note:%s While Google Analytics is properly setup and tracking everything, it does not send the data back to WordPress immediately. Depending on the size of your website, it can take between a few hours to 24 hours for reports to populate."
2654
  msgstr ""
2655
 
2656
- #: languages/vue.php:715
2657
  msgid "%sSubscribe to the MonsterInsights blog%s for tips on how to get more traffic and grow your business."
2658
  msgstr ""
2659
 
2660
- #: languages/vue.php:718
2661
  msgid "Finish Setup & Exit Wizard"
2662
  msgstr ""
2663
 
2664
- #: languages/vue.php:721
2665
  msgid "Checking your website..."
2666
  msgstr ""
2667
 
2668
- #: languages/vue.php:724
2669
  msgid "Time to Purchase"
2670
  msgstr ""
2671
 
2672
- #: languages/vue.php:727
2673
  msgid "This list shows how many days from first visit it took users to purchase products from your site."
2674
  msgstr ""
2675
 
2676
- #: languages/vue.php:730
2677
  msgid "Sessions to Purchase"
2678
  msgstr ""
2679
 
2680
- #: languages/vue.php:733
2681
  msgid "This list shows the number of sessions it took users before they purchased a product from your website."
2682
  msgstr ""
2683
 
2684
- #: languages/vue.php:736
2685
  msgid "Top Posts/Pages"
2686
  msgstr ""
2687
 
2688
- #: languages/vue.php:739
2689
  msgid "This list shows the most viewed posts and pages on your website."
2690
  msgstr ""
2691
 
2692
- #: languages/vue.php:742
2693
  msgid "New vs. Returning Visitors"
2694
  msgstr ""
2695
 
2696
- #: languages/vue.php:745
2697
  msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
2698
  msgstr ""
2699
 
2700
- #: languages/vue.php:748
2701
  msgid "Device Breakdown"
2702
  msgstr ""
2703
 
2704
- #: languages/vue.php:751
2705
  msgid "This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site."
2706
  msgstr ""
2707
 
2708
- #: languages/vue.php:754
2709
  msgid "Top Landing Pages"
2710
  msgstr ""
2711
 
2712
- #: languages/vue.php:757
2713
  msgid "This list shows the top pages users first land on when visiting your website."
2714
  msgstr ""
2715
 
2716
- #: languages/vue.php:760
2717
  msgid "Top Exit Pages"
2718
  msgstr ""
2719
 
2720
- #: languages/vue.php:763
2721
  msgid "This list shows the top pages users exit your website from."
2722
  msgstr ""
2723
 
2724
- #: languages/vue.php:766
2725
  msgid "Top Outbound Links"
2726
  msgstr ""
2727
 
2728
- #: languages/vue.php:769
2729
  msgid "This list shows the top links clicked on your website that go to another website."
2730
  msgstr ""
2731
 
2732
- #: languages/vue.php:772
2733
  msgid "Top Affiliate Links"
2734
  msgstr ""
2735
 
2736
- #: languages/vue.php:775
2737
  msgid "This list shows the top affiliate links your visitors clicked on."
2738
  msgstr ""
2739
 
2740
- #: languages/vue.php:778
2741
  msgid "Top Download Links"
2742
  msgstr ""
2743
 
2744
- #: languages/vue.php:781
2745
  msgid "This list shows the download links your visitors clicked the most."
2746
  msgstr ""
2747
 
2748
- #: languages/vue.php:787
2749
  msgid "Top Products"
2750
  msgstr ""
2751
 
2752
- #: languages/vue.php:790
2753
  msgid "This list shows the top selling products on your website."
2754
  msgstr ""
2755
 
2756
- #: languages/vue.php:793
2757
  msgid "Top Conversion Sources"
2758
  msgstr ""
2759
 
2760
- #: languages/vue.php:796
2761
  msgid "This list shows the top referral websites in terms of product revenue."
2762
  msgstr ""
2763
 
2764
- #: languages/vue.php:799
2765
  msgid "Total Add/Remove"
2766
  msgstr ""
2767
 
2768
- #: languages/vue.php:803
2769
  msgid "General"
2770
  msgstr ""
2771
 
2772
- #: languages/vue.php:807
2773
  msgid "Engagement"
2774
  msgstr ""
2775
 
2776
- #: languages/vue.php:811
2777
  msgid "Publisher"
2778
  msgstr ""
2779
 
2780
- #: languages/vue.php:815
2781
  msgid "Conversions"
2782
  msgstr ""
2783
 
2784
- #: languages/vue.php:819
2785
  msgid "Advanced"
2786
  msgstr ""
2787
 
2788
- #: languages/vue.php:822
2789
  msgid "URL Builder"
2790
  msgstr ""
2791
 
2792
- #: languages/vue.php:825
2793
  msgid "Import Export"
2794
  msgstr ""
2795
 
2796
- #: languages/vue.php:828
2797
  msgid "Recommended Plugin: %s"
2798
  msgstr ""
2799
 
2800
- #: languages/vue.php:831
2801
  msgid "Can't load errors. Error: %s, %s"
2802
  msgstr ""
2803
 
2804
- #: languages/vue.php:840
2805
  msgid "Real-Time"
2806
  msgstr ""
2807
 
2808
- #: languages/vue.php:843
2809
  msgid "Can't load settings. Error: %s, %s"
2810
  msgstr ""
2811
 
2812
- #: languages/vue.php:846
2813
  msgid "Can't save settings. Error: %s, %s"
2814
  msgstr ""
2815
 
2816
- #: languages/vue.php:849
2817
  msgid "You appear to be offline. Settings not saved."
2818
  msgstr ""
2819
 
2820
- #: languages/vue.php:852
2821
  msgid "Can't deauthenticate. Error: %s, %s"
2822
  msgstr ""
2823
 
2824
- #: languages/vue.php:855
2825
  msgid "Can't load authentication details. Error: %s, %s"
2826
  msgstr ""
2827
 
2828
- #: languages/vue.php:858
2829
  msgid "Can't authenticate. Error: %s, %s"
2830
  msgstr ""
2831
 
2832
- #: languages/vue.php:861
2833
  msgid "Can't reauthenticate. Error: %s, %s"
2834
  msgstr ""
2835
 
2836
- #: languages/vue.php:864
2837
  msgid "Can't verify credentials. Error: %s, %s"
2838
  msgstr ""
2839
 
2840
- #: languages/vue.php:867
2841
  msgid "Reset to default"
2842
  msgstr ""
2843
 
2844
- #: languages/vue.php:870
2845
  msgid "The value entered does not match the required format"
2846
  msgstr ""
2847
 
2848
- #: languages/vue.php:873
2849
  msgid "No options available"
2850
  msgstr ""
2851
 
2852
- #: languages/vue.php:876
2853
  msgid "MonsterInsights Addons"
2854
  msgstr ""
2855
 
2856
- #: languages/vue.php:879
2857
  msgid "Search Addons"
2858
  msgstr ""
2859
 
2860
- #: languages/vue.php:882
2861
  msgid "Save Changes"
2862
  msgstr ""
2863
 
2864
- #: languages/vue.php:885
2865
  msgid "Can't activate addon. Error: %s, %s"
2866
  msgstr ""
2867
 
2868
- #: languages/vue.php:888
2869
  msgid "You appear to be offline. Addon not activated."
2870
  msgstr ""
2871
 
2872
- #: languages/vue.php:891
2873
  msgid "Can't deactivate addon. Error: %s, %s"
2874
  msgstr ""
2875
 
2876
- #: languages/vue.php:894
2877
  msgid "You appear to be offline. Addon not deactivated."
2878
  msgstr ""
2879
 
2880
- #: languages/vue.php:897
2881
  msgid "Can't install addon. Error: %s, %s"
2882
  msgstr ""
2883
 
2884
- #: languages/vue.php:900
2885
  msgid "You appear to be offline. Addon not installed."
2886
  msgstr ""
2887
 
2888
- #: languages/vue.php:903
2889
  msgid "Can't install WPForms. Error: %s, %s"
2890
  msgstr ""
2891
 
2892
- #: languages/vue.php:906
2893
  msgid "You appear to be offline. WPForms not installed."
2894
  msgstr ""
2895
 
2896
- #: languages/vue.php:909
2897
  msgid "%s%s%s can't be empty."
2898
  msgstr ""
2899
 
2900
- #: languages/vue.php:912
2901
  msgid "Add Another Link Path"
2902
  msgstr ""
2903
 
2904
- #: languages/vue.php:915
2905
  msgid "Remove row"
2906
  msgstr ""
2907
 
2908
- #: languages/vue.php:918
2909
  msgid "Google Authentication"
2910
  msgstr ""
2911
 
2912
- #: languages/vue.php:921
2913
  msgid "New"
2914
  msgstr ""
2915
 
2916
- #: languages/vue.php:924
2917
  msgid "Returning"
2918
  msgstr ""
2919
 
2920
- #: languages/vue.php:927
2921
  msgid "Desktop"
2922
  msgstr ""
2923
 
2924
- #: languages/vue.php:930
2925
  msgid "Tablet"
2926
  msgstr ""
2927
 
2928
- #: languages/vue.php:933
2929
  msgid "Mobile"
2930
  msgstr ""
2931
 
2932
- #: languages/vue.php:936
2933
  msgid "Top 10 Countries"
2934
  msgstr ""
2935
 
2936
- #: languages/vue.php:939
2937
  msgid "View Countries Report"
2938
  msgstr ""
2939
 
2940
- #: languages/vue.php:942
2941
  msgid "Top 10 Referrals"
2942
  msgstr ""
2943
 
2944
- #: languages/vue.php:945
2945
  msgid "View All Referral Sources"
2946
  msgstr ""
2947
 
2948
- #: languages/vue.php:948
2949
  msgid "View Full Posts/Pages Report"
2950
  msgstr ""
2951
 
2952
- #: languages/vue.php:951
2953
  msgid "Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
2954
  msgstr ""
2955
 
2956
- #: languages/vue.php:954
2957
  msgid "This list shows the top countries your website visitors are from."
2958
  msgstr ""
2959
 
2960
- #: languages/vue.php:957
2961
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
2962
  msgstr ""
2963
 
2964
- #: languages/vue.php:960
2965
  msgid "This allows you to track custom affiliate links. A path of /go/ would match urls that start with that. The label is appended onto the end of the string \"outbound-link-\", to provide unique labels for these links in Google Analytics. Complete documentation on affiliate links is available %shere%s."
2966
  msgstr ""
2967
 
2968
- #: languages/vue.php:963
2969
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
2970
  msgstr ""
2971
 
2972
- #: languages/vue.php:966
2973
  msgid "Demographics"
2974
  msgstr ""
2975
 
2976
- #: languages/vue.php:969
2977
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
2978
  msgstr ""
2979
 
2980
- #: languages/vue.php:972
2981
  msgid "Anonymize IP Addresses"
2982
  msgstr ""
2983
 
2984
- #: languages/vue.php:975
2985
  msgid "Link Attribution"
2986
  msgstr ""
2987
 
2988
- #: languages/vue.php:978
2989
  msgid "Enable Enhanced Link Attribution"
2990
  msgstr ""
2991
 
2992
- #: languages/vue.php:981
2993
  msgid "Enable Anchor Tracking"
2994
  msgstr ""
2995
 
2996
- #: languages/vue.php:984
2997
  msgid "Enable allowAnchor"
2998
  msgstr ""
2999
 
3000
- #: languages/vue.php:987
3001
  msgid "Enable allowLinker"
3002
  msgstr ""
3003
 
3004
- #: languages/vue.php:990
3005
  msgid "Enable Tag Links in RSS"
3006
  msgstr ""
3007
 
3008
- #: languages/vue.php:993
3009
  msgid "File Downloads"
3010
  msgstr ""
3011
 
3012
- #: languages/vue.php:996
3013
  msgid "Extensions of Files to Track as Downloads"
3014
  msgstr ""
3015
 
3016
- #: languages/vue.php:999
3017
  msgid "If you have enabled event tracking, MonsterInsights will send an event/pageview to GA if a link to a file has one of the above extensions."
3018
  msgstr ""
3019
 
3020
- #: languages/vue.php:1002
3021
  msgid "Enable this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %sknowledge base%s. For more information about Remarketing, we refer you to %sGoogle's documentation%s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience."
3022
  msgstr ""
3023
 
3024
- #: languages/vue.php:1005
3025
  msgid "This adds %sanonymizeIp%s, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage."
3026
  msgstr ""
3027
 
3028
- #: languages/vue.php:1008
3029
  msgid "Add %sEnhanced Link Attribution%s to your tracking code."
3030
  msgstr ""
3031
 
3032
- #: languages/vue.php:1011
3033
  msgid "Many WordPress \"1-page\" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes."
3034
  msgstr ""
3035
 
3036
- #: languages/vue.php:1014
3037
  msgid "This adds %sallowAnchor%s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well."
3038
  msgstr ""
3039
 
3040
- #: languages/vue.php:1017
3041
  msgid "Enabling %scross-domain tracking (additional setup required)%s allows you to track users across multiple properties you own (such as example-1.com and example-2.com as a single session. It also allows you fix an issue so that when a user has to go to an off-site hosted payment gateway to finish a purchase it doesn't count it as referral traffic from that gateway but maintains the visit as part of the same session.) It is required that the other site includes a Google Analytics tracker with the same UA Code."
3042
  msgstr ""
3043
 
3044
- #: languages/vue.php:1020
3045
  msgid "Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %shelp page%s for info on how to enable this feature in FeedBurner."
3046
  msgstr ""
3047
 
3048
- #: languages/vue.php:1023
3049
  msgid "Add domain"
3050
  msgstr ""
3051
 
3052
- #: languages/vue.php:1026
3053
  msgid "Domain (example: %s)"
3054
  msgstr ""
3055
 
3056
- #: languages/vue.php:1029
3057
  msgid "Please enter domain names only ( example: example.com not http://example.com )."
3058
  msgstr ""
3059
 
3060
- #: languages/vue.php:1032
3061
  msgid "Cross Domain Tracking"
3062
  msgstr ""
3063
 
3064
- #: languages/vue.php:1035
3065
  msgid "Yes (recommended) %s- Get the latest features, bugfixes, and security updates as they are released.%s"
3066
  msgstr ""
3067
 
3068
- #: languages/vue.php:1038
3069
  msgid "Minor only %s- Get bugfixes and security updates, but not major features.%s"
3070
  msgstr ""
3071
 
3072
- #: languages/vue.php:1041
3073
  msgid "None %s- Manually update everything.%s"
3074
  msgstr ""
3075
 
3076
- #: languages/vue.php:1044
3077
  msgid "Automatic Updates"
3078
  msgstr ""
3079
 
3080
- #: languages/vue.php:1047
3081
  msgid "Setup Wizard"
3082
  msgstr ""
3083
 
3084
- #: languages/vue.php:1050
3085
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
3086
  msgstr ""
3087
 
3088
- #: languages/vue.php:1053
3089
  msgid "Launch Setup Wizard"
3090
  msgstr ""
3091
 
3092
- #: languages/vue.php:1056
3093
  msgid "Permissions"
3094
  msgstr ""
3095
 
3096
- #: languages/vue.php:1059
3097
  msgid "Allow These User Roles to See Reports"
3098
  msgstr ""
3099
 
3100
- #: languages/vue.php:1062
3101
  msgid "Users that have at least one of these roles will be able to view the reports."
3102
  msgstr ""
3103
 
3104
- #: languages/vue.php:1065
3105
  msgid "Allow These User Roles to Save Settings"
3106
  msgstr ""
3107
 
3108
- #: languages/vue.php:1068
3109
  msgid "Users that have at least one of these roles will be able to view and save the settings panel."
3110
  msgstr ""
3111
 
3112
- #: languages/vue.php:1071
3113
  msgid "Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the manage_options capability."
3114
  msgstr ""
3115
 
3116
- #: languages/vue.php:1074
3117
  msgid "Exclude These User Roles From Tracking"
3118
  msgstr ""
3119
 
3120
- #: languages/vue.php:1077
3121
  msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
3122
  msgstr ""
3123
 
3124
- #: languages/vue.php:1080
3125
  msgid "Performance"
3126
  msgstr ""
3127
 
3128
- #: languages/vue.php:1083
3129
  msgid "Custom code"
3130
  msgstr ""
3131
 
3132
- #: languages/vue.php:1086
3133
  msgid "Not for the average user: this allows you to add a line of code, to be added before the %spageview is sent%s."
3134
  msgstr ""
3135
 
3136
- #: languages/vue.php:1092
3137
  msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
3138
  msgstr ""
3139
 
3140
- #: languages/vue.php:1095
3141
  msgid "Enabled %s- Show reports and dashboard widget.%s"
3142
  msgstr ""
3143
 
3144
- #: languages/vue.php:1098
3145
  msgid "Dashboard Widget Only %s- Disable reports, but show dashboard widget.%s"
3146
  msgstr ""
3147
 
3148
- #: languages/vue.php:1101
3149
  msgid "Disabled %s- Hide reports and dashboard widget.%s"
3150
  msgstr ""
3151
 
3152
- #: languages/vue.php:1104
3153
  msgid "Import/Export"
3154
  msgstr ""
3155
 
3156
- #: languages/vue.php:1107
3157
  msgid "Import"
3158
  msgstr ""
3159
 
3160
- #: languages/vue.php:1110
3161
  msgid "Import settings from another MonsterInsights website."
3162
  msgstr ""
3163
 
3164
- #: languages/vue.php:1113
3165
  msgid "Export"
3166
  msgstr ""
3167
 
3168
- #: languages/vue.php:1116
3169
  msgid "Export settings to import into another MonsterInsights install."
3170
  msgstr ""
3171
 
3172
- #: languages/vue.php:1119
3173
  msgid "Import Settings"
3174
  msgstr ""
3175
 
3176
- #: languages/vue.php:1122
3177
  msgid "Export Settings"
3178
  msgstr ""
3179
 
3180
- #: languages/vue.php:1125
3181
  msgid "Please choose a file to import"
3182
  msgstr ""
3183
 
3184
- #: languages/vue.php:1128
3185
  msgid "Use the filepicker below to select the settings export file from another site."
3186
  msgstr ""
3187
 
3188
- #: languages/vue.php:1131
3189
  msgid "Use the button below to export a file with your MonsterInsights settings."
3190
  msgstr ""
3191
 
3192
- #: languages/vue.php:1134
3193
  msgid "Uploading file..."
3194
  msgstr ""
3195
 
3196
- #: languages/vue.php:1137
3197
  msgid "File imported"
3198
  msgstr ""
3199
 
3200
- #: languages/vue.php:1140
3201
  msgid "Settings successfully updated!"
3202
  msgstr ""
3203
 
3204
- #: languages/vue.php:1143
3205
  msgid "Error importing settings"
3206
  msgstr ""
3207
 
3208
- #: languages/vue.php:1146
3209
  msgid "Please choose a .json file generated by a MonsterInsights settings export."
3210
  msgstr ""
3211
 
3212
- #: languages/vue.php:1149
3213
  msgid "Total Add to Carts"
3214
  msgstr ""
3215
 
3216
- #: languages/vue.php:1152
3217
  msgid "Total Removed from Cart"
3218
  msgstr ""
3219
 
3220
- #: languages/vue.php:1155
3221
  msgid "The number of times products on your site were added to the cart."
3222
  msgstr ""
3223
 
3224
- #: languages/vue.php:1158
3225
  msgid "The number of times products on your site were removed from the cart."
3226
  msgstr ""
3227
 
3228
- #: languages/vue.php:1162
3229
  msgid "No data for this time period."
3230
  msgstr ""
3231
 
3232
- #: languages/vue.php:1165
3233
  msgid "View Time to Purchase Report"
3234
  msgstr ""
3235
 
3236
- #: languages/vue.php:1168
3237
  msgid "Days"
3238
  msgstr ""
3239
 
3240
- #: languages/vue.php:1173
3241
  msgid "Transactions"
3242
  msgstr ""
3243
 
3244
- #: languages/vue.php:1177
3245
  msgid "% of Total"
3246
  msgstr ""
3247
 
3248
- #: languages/vue.php:1180
3249
  msgid "View Session to Purchase Report"
3250
  msgstr ""
3251
 
3252
- #: languages/vue.php:1183
3253
  msgid "No conversion sources tracked during this time period."
3254
  msgstr ""
3255
 
3256
- #: languages/vue.php:1186
3257
  msgid "View Top Conversions Sources Report"
3258
  msgstr ""
3259
 
3260
- #: languages/vue.php:1189
3261
  msgid "Sources"
3262
  msgstr ""
3263
 
3264
- #: languages/vue.php:1193
3265
  msgid "Visits"
3266
  msgstr ""
3267
 
3268
- #: languages/vue.php:1196
3269
  msgid "% of Visits"
3270
  msgstr ""
3271
 
3272
- #: languages/vue.php:1200
3273
  msgid "Revenue"
3274
  msgstr ""
3275
 
3276
- #: languages/vue.php:1203
3277
  msgid "No product sales tracked during this time period."
3278
  msgstr ""
3279
 
3280
- #: languages/vue.php:1206
3281
  msgid "View Full Top Products Report"
3282
  msgstr ""
3283
 
3284
- #: languages/vue.php:1209
3285
  msgid "Product Name"
3286
  msgstr ""
3287
 
3288
- #: languages/vue.php:1212
3289
  msgid "Quantity"
3290
  msgstr ""
3291
 
3292
- #: languages/vue.php:1215
3293
  msgid "% of Sales"
3294
  msgstr ""
3295
 
3296
- #: languages/vue.php:1218
3297
  msgid "Total Revenue"
3298
  msgstr ""
3299
 
3300
- #: languages/vue.php:1221
3301
  msgid "Custom Campaign Parameters"
3302
  msgstr ""
3303
 
3304
- #: languages/vue.php:1224
3305
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
3306
  msgstr ""
3307
 
3308
- #: languages/vue.php:1227
3309
  msgid "A custom campaign is any ad campaign not using the AdWords auto-tagging feature. When users click one of the custom links, the unique parameters are sent to your Analytics account, so you can identify the urls that are the most effective in attracting users to your content."
3310
  msgstr ""
3311
 
3312
- #: languages/vue.php:1230
3313
  msgid "Website URL %s"
3314
  msgstr ""
3315
 
3316
- #: languages/vue.php:1233
3317
  msgid "The full website URL (e.g. %shttp://monsterinsights.test)%s"
3318
  msgstr ""
3319
 
3320
- #: languages/vue.php:1236
3321
  msgid "Campaign Source %s"
3322
  msgstr ""
3323
 
3324
- #: languages/vue.php:1239
3325
  msgid "Enter a referrer (e.g. %sfacebook, newsletter, google%s)"
3326
  msgstr ""
3327
 
3328
- #: languages/vue.php:1242
3329
  msgid "Enter a marketing medium (e.g. %scpc, banner, email%s)"
3330
  msgstr ""
3331
 
3332
- #: languages/vue.php:1245
3333
  msgid "Enter a name to easily identify (e.g. %sspring_sale%s)"
3334
  msgstr ""
3335
 
3336
- #: languages/vue.php:1248
3337
  msgid "Enter the paid keyword"
3338
  msgstr ""
3339
 
3340
- #: languages/vue.php:1251
3341
  msgid "Enter something to differentiate ads"
3342
  msgstr ""
3343
 
3344
- #: languages/vue.php:1254
3345
  msgid "Use Fragment"
3346
  msgstr ""
3347
 
3348
- #: languages/vue.php:1257
3349
  msgid "Set the parameters in the fragment portion of the URL %s(not recommended)%s"
3350
  msgstr ""
3351
 
3352
- #: languages/vue.php:1260
3353
  msgid "URL to use"
3354
  msgstr ""
3355
 
3356
- #: languages/vue.php:1263
3357
  msgid "Updates automatically"
3358
  msgstr ""
3359
 
3360
- #: languages/vue.php:1266
3361
  msgid "Copy to clipboard"
3362
  msgstr ""
3363
 
3364
- #: languages/vue.php:1269
3365
  msgid "More Information & Examples"
3366
  msgstr ""
3367
 
3368
- #: languages/vue.php:1272
3369
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
3370
  msgstr ""
3371
 
3372
- #: languages/vue.php:1275
3373
  msgid "Campaign Source"
3374
  msgstr ""
3375
 
3376
- #: languages/vue.php:1278
3377
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
3378
  msgstr ""
3379
 
3380
- #: languages/vue.php:1281
3381
  msgid "Campaign Medium"
3382
  msgstr ""
3383
 
3384
- #: languages/vue.php:1284
3385
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
3386
  msgstr ""
3387
 
3388
- #: languages/vue.php:1287
3389
  msgid "Campaign Name"
3390
  msgstr ""
3391
 
3392
- #: languages/vue.php:1290
3393
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
3394
  msgstr ""
3395
 
3396
- #: languages/vue.php:1293
3397
  msgid "Campaign Term"
3398
  msgstr ""
3399
 
3400
- #: languages/vue.php:1296
3401
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
3402
  msgstr ""
3403
 
3404
- #: languages/vue.php:1299
3405
  msgid "Campaign Content"
3406
  msgstr ""
3407
 
3408
- #: languages/vue.php:1302
3409
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
3410
  msgstr ""
3411
 
3412
- #: languages/vue.php:1305
3413
  msgid "Example: %s"
3414
  msgstr ""
3415
 
3416
- #: languages/vue.php:1308
3417
  msgid "Examples: %s"
3418
  msgstr ""
3419
 
3420
- #: languages/vue.php:1311
3421
  msgid "About Campaigns"
3422
  msgstr ""
3423
 
3424
- #: languages/vue.php:1314
3425
  msgid "About Custom Campaigns"
3426
  msgstr ""
3427
 
3428
- #: languages/vue.php:1317
3429
  msgid "Best practices for creating Custom Campaigns"
3430
  msgstr ""
3431
 
3432
- #: languages/vue.php:1320
3433
  msgid "About the Referral Traffic report"
3434
  msgstr ""
3435
 
3436
- #: languages/vue.php:1323
3437
  msgid "About traffic source dimensions"
3438
  msgstr ""
3439
 
3440
- #: languages/vue.php:1326
3441
  msgid "AdWords Auto-Tagging"
3442
  msgstr ""
3443
 
3444
- #: languages/vue.php:1329
3445
  msgid "Additional Information"
3446
  msgstr ""
3447
 
3448
- #: languages/vue.php:1332
3449
  msgid "View All Affiliate Links Report"
3450
  msgstr ""
3451
 
3452
- #: languages/vue.php:1335
3453
  msgid "No affiliate link clicks detected for this time period."
3454
  msgstr ""
3455
 
3456
- #: languages/vue.php:1339
3457
  msgid "Links"
3458
  msgstr ""
3459
 
3460
- #: languages/vue.php:1343
3461
  msgid "Total Clicks"
3462
  msgstr ""
3463
 
3464
- #: languages/vue.php:1346
3465
  msgid "View Full Top Landing Pages Report"
3466
  msgstr ""
3467
 
3468
- #: languages/vue.php:1349
3469
  msgid "No landing pages tracked during this time period."
3470
  msgstr ""
3471
 
3472
- #: languages/vue.php:1353
3473
  msgid "Page Titles"
3474
  msgstr ""
3475
 
3476
- #: languages/vue.php:1356
3477
  msgid "Avg. Duration"
3478
  msgstr ""
3479
 
3480
- #: languages/vue.php:1359
3481
  msgid "View All Outbound Links Report"
3482
  msgstr ""
3483
 
3484
- #: languages/vue.php:1362
3485
  msgid "No outbound link clicks detected for this time period."
3486
  msgstr ""
3487
 
3488
- #: languages/vue.php:1365
3489
  msgid "View All Download Links Report"
3490
  msgstr ""
3491
 
3492
- #: languages/vue.php:1368
3493
  msgid "No download link clicks detected for this time period."
3494
  msgstr ""
3495
 
3496
- #: languages/vue.php:1371
3497
  msgid "Link Label"
3498
  msgstr ""
3499
 
3500
- #: languages/vue.php:1374
3501
  msgid "Clicks"
3502
  msgstr ""
3503
 
3504
- #: languages/vue.php:1377
3505
  msgid "Conversion Rate"
3506
  msgstr ""
3507
 
3508
- #: languages/vue.php:1380
3509
  msgid "Avg. Order Value"
3510
  msgstr ""
3511
 
3512
- #: languages/vue.php:1383
3513
  msgid "The percentage of website sessions resulting in a transaction."
3514
  msgstr ""
3515
 
3516
- #: languages/vue.php:1386
3517
  msgid "The number of orders on your website."
3518
  msgstr ""
3519
 
3520
- #: languages/vue.php:1389
3521
  msgid "The total of the orders placed."
3522
  msgstr ""
3523
 
3524
- #: languages/vue.php:1392
3525
  msgid "The average amount of the orders placed on your website."
3526
  msgstr ""
3527
 
3528
- #: languages/vue.php:1395
3529
  msgid "Show"
3530
  msgstr ""
3531
 
3532
- #: languages/vue.php:1398
3533
  msgid "View Full Top Exit Pages Report"
3534
  msgstr ""
3535
 
3536
- #: languages/vue.php:1401
3537
  msgid "No exit pages tracked during this time period."
3538
  msgstr ""
3539
 
3540
- #: languages/vue.php:1404
3541
  msgid "Exits"
3542
  msgstr ""
3543
 
3544
- #: languages/vue.php:1407
3545
  msgid "Page Views"
3546
  msgstr ""
3547
 
3548
- #: languages/vue.php:1410
3549
  msgid "% of Exits"
3550
  msgstr ""
3551
 
3552
- #: languages/vue.php:1413
3553
  msgid "Proceed"
3554
  msgstr ""
3555
 
3556
- #: languages/vue.php:1416
3557
  msgid "Connection Information"
3558
  msgstr ""
3559
 
3560
- #: languages/vue.php:1419
3561
  msgid "To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host."
3562
  msgstr ""
3563
 
3564
- #: languages/vue.php:1422
3565
  msgid "Hostname"
3566
  msgstr ""
3567
 
3568
- #: languages/vue.php:1425
3569
  msgid "FTP Username"
3570
  msgstr ""
3571
 
3572
- #: languages/vue.php:1428
3573
  msgid "FTP Password"
3574
  msgstr ""
3575
 
3576
- #: languages/vue.php:1431
3577
  msgid "This password will not be stored on the server."
3578
  msgstr ""
3579
 
3580
- #: languages/vue.php:1434
3581
  msgid "Connection Type"
3582
  msgstr ""
3583
 
3584
- #: languages/vue.php:1437
3585
  msgid "Cancel"
3586
  msgstr ""
3587
 
3588
- #: languages/vue.php:1440
3589
  msgid "Deactivate"
3590
  msgstr ""
3591
 
3592
- #: languages/vue.php:1443
3593
  msgid "Status: %s"
3594
  msgstr ""
3595
 
3596
- #: languages/vue.php:1446
3597
  msgid "Not Installed"
3598
  msgstr ""
3599
 
3600
- #: languages/vue.php:1449
3601
  msgid "Not Available"
3602
  msgstr ""
3603
 
3604
- #: languages/vue.php:1452
3605
  msgid "Network Active"
3606
  msgstr ""
3607
 
3608
- #: languages/vue.php:1455
3609
  msgid "Active"
3610
  msgstr ""
3611
 
3612
- #: languages/vue.php:1458
3613
  msgid "Inactive"
3614
  msgstr ""
3615
 
3616
- #: languages/vue.php:1461
3617
  msgid "Activating..."
3618
  msgstr ""
3619
 
3620
- #: languages/vue.php:1464
3621
  msgid "Deactivating..."
3622
  msgstr ""
3623
 
3624
- #: languages/vue.php:1467
3625
  msgid "vs. Previous Day"
3626
  msgstr ""
3627
 
3628
- #: languages/vue.php:1470
3629
  msgid "No change"
3630
  msgstr ""
3631
 
3632
- #: languages/vue.php:1473
3633
  msgid "Add your license key below to unlock . %sRetrieve your license key%s."
3634
  msgstr ""
3635
 
3636
- #: languages/vue.php:1476
3637
  msgid "If you already have a PRO License add it below to unlock MonsterInsights PRO. %sRetrieve your license key%s."
3638
  msgstr ""
3639
 
3640
- #: languages/vue.php:1479
3641
  msgid "If you already have a License key add it below to unlock MonsterInsights PRO. %sRetrieve your license key%s."
3642
  msgstr ""
3643
 
3644
- #: languages/vue.php:1482
3645
  msgid "There was an error unlocking the upgrade please try again or install manually."
3646
  msgstr ""
3647
 
3648
- #: languages/vue.php:1485
3649
  msgid "There was an error unlocking MonsterInsights PRO please try again or install manually."
3650
  msgstr ""
3651
 
3652
- #: languages/vue.php:1488
3653
  msgid "Congratulations You Successfully Unlocked the most powerful Analytics plugin"
3654
  msgstr ""
3655
 
3656
- #: languages/vue.php:1491
3657
  msgid "Unlock PRO features"
3658
  msgstr ""
3659
 
3660
- #: languages/vue.php:1494
3661
  msgid "Congratulations! "
3662
  msgstr ""
3663
 
3664
- #: languages/vue.php:1497
3665
  msgid "You Successfully Unlocked the most powerful Analytics plugin"
3666
  msgstr ""
3667
 
3668
- #: languages/vue.php:1500
3669
  msgid "Unlock PRO Features Now"
3670
  msgstr ""
3671
 
3672
- #: languages/vue.php:1506
3673
- msgid "About Us"
3674
- msgstr ""
3675
-
3676
- #: languages/vue.php:1509
3677
  msgid "Getting Started"
3678
  msgstr ""
3679
 
3680
- #: languages/vue.php:1512
3681
  msgid "Lite vs Pro"
3682
  msgstr ""
3683
 
3684
- #: languages/vue.php:1521
3685
  msgid "Yes!"
3686
  msgstr ""
3687
 
3688
- #: languages/vue.php:1524
3689
  msgid "Awesome! Could you please do me a BIG favor and give it a 5-star rating on WordPress to help us spread the word and boost our motivation?"
3690
  msgstr ""
3691
 
3692
- #: languages/vue.php:1527
3693
  msgid "Sorry to hear you aren't enjoying MonsterInsights. We would love a chance to improve. Could you take a minute and let us know what we can do better?"
3694
  msgstr ""
3695
 
3696
- #: languages/vue.php:1542
3697
  msgid "~ Syed Balkhi%sCo-Founder of MonsterInsights"
3698
  msgstr ""
3699
 
3700
- #: languages/vue.php:1545
3701
  msgid "Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features."
3702
  msgstr ""
3703
 
3704
- #: languages/vue.php:1548
3705
  msgid "Feature"
3706
  msgstr ""
3707
 
3708
- #: languages/vue.php:1551
3709
  msgid "Lite"
3710
  msgstr ""
3711
 
3712
- #: languages/vue.php:1554
3713
  msgid "Pro"
3714
  msgstr ""
3715
 
3716
- #: languages/vue.php:1557
3717
  msgid "Get MonsterInsights Pro Today and Unlock all the Powerful Features"
3718
  msgstr ""
3719
 
3720
- #: languages/vue.php:1560
3721
  msgid "Bonus: MonsterInsights Lite users get %s50%% off regular price%s, automatically applied at checkout."
3722
  msgstr ""
3723
 
3724
- #: languages/vue.php:1563
3725
  msgid "Would you like to learn more about all of the settings available in WPForms? In addition to tons of customization options within the form builder, WPForms has an extensive list of plugin-wide options available. This includes choosing your currency, adding GDPR enhancements, setting up integrations."
3726
  msgstr ""
3727
 
3728
- #: languages/vue.php:1566
3729
  msgid "How to Create GDPR Compliant Forms"
3730
  msgstr ""
3731
 
3732
- #: languages/vue.php:1569
3733
  msgid "Do you need to check that your forms are compliant with the European Union’s General Data Protection Regulation? The best way to ensure GDPR compliance for your specific site is always to consult legal counsel. In this guide, we’ll discuss general considerations for GDPR compliance in your WordPress forms."
3734
  msgstr ""
3735
 
3736
- #: languages/vue.php:1572
3737
  msgid "How to Install and Activate WPForms Addons"
3738
  msgstr ""
3739
 
3740
- #: languages/vue.php:1575
3741
  msgid "Would you like to access WPForms addons to extend the functionality of your forms? The first thing you need to do is install WPForms. Once that’s done, let’s go ahead and look at the process of activating addons."
3742
  msgstr ""
3743
 
3744
- #: languages/vue.php:1578
3745
  msgid "Read Documentation"
3746
  msgstr ""
3747
 
3748
- #: languages/vue.php:1581
3749
  msgid "Getting Started with MonsterInsights"
3750
  msgstr ""
3751
 
3752
- #: languages/vue.php:1584
3753
  msgid "Congratulations on your investment in MonsterInsights and your decision to start making data-driven decisions to grow your business! 🙂"
3754
  msgstr ""
3755
 
3756
- #: languages/vue.php:1587
3757
  msgid "Remember, top-performing organizations use analytics 5x more than bottom performers."
3758
  msgstr ""
3759
 
3760
- #: languages/vue.php:1590
3761
  msgid "Our goal is to make it as easy as possible for you to measure and track your stats so you can grow your business."
3762
  msgstr ""
3763
 
3764
- #: languages/vue.php:1593
3765
  msgid "How to connect MonsterInsights to Google Analytics"
3766
  msgstr ""
3767
 
3768
- #: languages/vue.php:1596
3769
  msgid "Custom Link Attribution"
3770
  msgstr ""
3771
 
3772
- #: languages/vue.php:1599
3773
  msgid "Get MonsterInsights Pro and Unlock all the Powerful Features"
3774
  msgstr ""
3775
 
3776
- #: languages/vue.php:1602
3777
  msgid "Thanks for being a loyal MonsterInsights Lite user. %sUpgrade to MonsterInsights Pro%s to unlock all the awesome features and experience why WPForms is consistently rated the best WordPress form builder."
3778
  msgstr ""
3779
 
3780
- #: languages/vue.php:1605
3781
  msgid "We know that you will truly love MonsterInsights. It has over 2000+ five star ratings (%s) and is active on over 1 million websites."
3782
  msgstr ""
3783
 
3784
- #: languages/vue.php:1608
3785
  msgid "Entry Management - view all leads in one place."
3786
  msgstr ""
3787
 
3788
- #: languages/vue.php:1611
3789
  msgid "All form features like file upload, pagination, etc."
3790
  msgstr ""
3791
 
3792
- #: languages/vue.php:1614
3793
  msgid "Create surveys & polls with the surveys addon."
3794
  msgstr ""
3795
 
3796
- #: languages/vue.php:1617
3797
  msgid "WordPress user registration and login forms."
3798
  msgstr ""
3799
 
3800
- #: languages/vue.php:1620
3801
  msgid "Create payment forms with Stripe and PayPal."
3802
  msgstr ""
3803
 
3804
- #: languages/vue.php:1623
3805
  msgid "Powerful Conditional Logic so you can create smart forms."
3806
  msgstr ""
3807
 
3808
- #: languages/vue.php:1626
3809
  msgid "500+ integrations with different marketing & payment services."
3810
  msgstr ""
3811
 
3812
- #: languages/vue.php:1629
3813
  msgid "Collect signatures, geo-location data, and more."
3814
  msgstr ""
3815
 
3816
- #: languages/vue.php:1632
3817
  msgid "Accept user submitted content with Post Submissions addon."
3818
  msgstr ""
3819
 
3820
- #: languages/vue.php:1635
3821
  msgid "Bonus form templates, form abandonment, and more."
3822
  msgstr ""
3823
 
3824
- #: languages/vue.php:1638
3825
  msgid "How to Choose the Right Form Field"
3826
  msgstr ""
3827
 
3828
- #: languages/vue.php:1641
3829
  msgid "Are you wondering which form fields you have access to in WPForms and what each field does? WPForms has lots of field types to make creating and filling out forms easy. In this tutorial, we’ll cover all of the fields available in WPForms."
3830
  msgstr ""
3831
 
3832
- #: languages/vue.php:1644
3833
  msgid "A Complete Guide to WPForms Settings"
3834
  msgstr ""
3835
 
3836
- #: languages/vue.php:1647
3837
  msgid "MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions."
3838
  msgstr ""
3839
 
3840
- #: languages/vue.php:1650
3841
  msgid "Hello and welcome to MonsterInsights, the best Google Analytics plugin for WordPress. MonsterInsights shows you exactly which content gets the most visit, so you can analyze and optimize it for higher conversions."
3842
  msgstr ""
3843
 
3844
- #: languages/vue.php:1653
3845
  msgid "Over the years, we found that most WordPress contact form plugins were bloated, buggy, slow, and very hard to use. So we started with a simple goal: build a WordPress forms plugin that’s both easy and powerful."
3846
  msgstr ""
3847
 
3848
- #: languages/vue.php:1656
3849
  msgid "Our goal is to take the pain out of creating online forms and make it easy."
3850
  msgstr ""
3851
 
3852
- #: languages/vue.php:1659
3853
  msgid "WPForms is brought to you by the same team that’s behind the largest WordPress resource site, WPBeginner, the most popular lead-generation software, OptinMonster, and the best WordPress analytics plugin, MonsterInsights."
3854
  msgstr ""
3855
 
3856
- #: languages/vue.php:1662
3857
  msgid "Yup, we know a thing or two about building awesome products that customer love."
3858
  msgstr ""
3859
 
3860
- #: languages/vue.php:1665
3861
  msgid "Can't install plugin. Error: %s, %s"
3862
  msgstr ""
3863
 
3864
- #: languages/vue.php:1668
3865
  msgid "You appear to be offline. Plugin not installed."
3866
  msgstr ""
3867
 
3868
- #: languages/vue.php:1671
3869
  msgid "Last 30 Days Insights"
3870
  msgstr ""
3871
 
3872
- #: languages/vue.php:1674
3873
  msgid "Want to see page-specific stats?"
3874
  msgstr ""
3875
 
3876
- #: languages/vue.php:1677
3877
  msgid "Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions."
3878
  msgstr ""
3879
 
3880
- #: languages/vue.php:1680
3881
  msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
3882
  msgstr ""
3883
 
3884
- #: languages/vue.php:1683
3885
  msgid "Increase your sales & revenue with insights. MonsterInsights answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more."
3886
  msgstr ""
3887
 
3888
- #: languages/vue.php:1686
3889
  msgid "See Your Conversion Rate to Improve Funnel"
3890
  msgstr ""
3891
 
3892
- #: languages/vue.php:1689
3893
  msgid "See The Number of Transactions and make data-driven decisions"
3894
  msgstr ""
3895
 
3896
- #: languages/vue.php:1692
3897
  msgid "See The Total Revenue to Track Growth"
3898
  msgstr ""
3899
 
3900
- #: languages/vue.php:1695
3901
  msgid "See Average Order Value to Find Offer Opportunities"
3902
  msgstr ""
3903
 
3904
- #: languages/vue.php:1698
3905
  msgid "See Your Top Products to See Individual Performance"
3906
  msgstr ""
3907
 
3908
- #: languages/vue.php:1701
3909
  msgid "See Your Top Conversion Sources and Focus on what's working"
3910
  msgstr ""
3911
 
3912
- #: languages/vue.php:1704
3913
  msgid "See The Time it takes for Customers to Purchase"
3914
  msgstr ""
3915
 
3916
- #: languages/vue.php:1707
3917
  msgid "See How Many Sessions are needed for a Purchase"
3918
  msgstr ""
3919
 
3920
- #: languages/vue.php:1710
3921
  msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
3922
  msgstr ""
3923
 
3924
- #: languages/vue.php:1713
3925
  msgid "Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
3926
  msgstr ""
3927
 
3928
- #: languages/vue.php:1716
3929
  msgid "See Which Authors Generate the Most Traffic"
3930
  msgstr ""
3931
 
3932
- #: languages/vue.php:1719
3933
  msgid "See Which Post Types Perform Better"
3934
  msgstr ""
3935
 
3936
- #: languages/vue.php:1722
3937
  msgid "See Which Categories are the Most Popular"
3938
  msgstr ""
3939
 
3940
- #: languages/vue.php:1725
3941
  msgid "See Your Blog's most populare SEO Scores"
3942
  msgstr ""
3943
 
3944
- #: languages/vue.php:1728
3945
  msgid "See Which Focus Keyword is Performing Better in Search Engines"
3946
  msgstr ""
3947
 
3948
- #: languages/vue.php:1731
3949
  msgid "Unlock the Forms Report and Improve Conversions"
3950
  msgstr ""
3951
 
3952
- #: languages/vue.php:1734
3953
  msgid "Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data."
3954
  msgstr ""
3955
 
3956
- #: languages/vue.php:1737
3957
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
3958
  msgstr ""
3959
 
3960
- #: languages/vue.php:1740
3961
  msgid "See Your Top Converting Forms and Optimize"
3962
  msgstr ""
3963
 
3964
- #: languages/vue.php:1743
3965
  msgid "See Your Forms Impressions Count to Find the Best Placement"
3966
  msgstr ""
3967
 
3968
- #: languages/vue.php:1746
3969
  msgid "Unlock the Search Console Report and See How People Find Your Website"
3970
  msgstr ""
3971
 
3972
- #: languages/vue.php:1749
3973
  msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
3974
  msgstr ""
3975
 
3976
- #: languages/vue.php:1752
3977
  msgid "See Your Top Google Search Terms and Optimize Content"
3978
  msgstr ""
3979
 
3980
- #: languages/vue.php:1755
3981
  msgid "See The Number of Clicks and Track Interests"
3982
  msgstr ""
3983
 
3984
- #: languages/vue.php:1758
3985
  msgid "See The Click-Through-Ratio and Improve SEO"
3986
  msgstr ""
3987
 
3988
- #: languages/vue.php:1761
3989
  msgid "See The Average Results Position and Focus on what works"
3990
  msgstr ""
3991
 
3992
- #: languages/vue.php:1764
3993
  msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
3994
  msgstr ""
3995
 
3996
- #: languages/vue.php:1767
3997
  msgid "Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitors activity when you need it."
3998
  msgstr ""
3999
 
4000
- #: languages/vue.php:1770
4001
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
4002
  msgstr ""
4003
 
4004
- #: languages/vue.php:1773
4005
  msgid "See Your Top Pages Immediately After Making Changes"
4006
  msgstr ""
4007
 
4008
- #: languages/vue.php:1776
4009
  msgid "See Your Top Referral Sources and Adapt Faster"
4010
  msgstr ""
4011
 
4012
- #: languages/vue.php:1779
4013
  msgid "See Your Traffic Demographics and "
4014
  msgstr ""
4015
 
4016
- #: languages/vue.php:1782
4017
  msgid "Get Fresh Reports Data Every 60 Seconds"
4018
  msgstr ""
4019
 
4020
- #: languages/vue.php:1785
4021
  msgid "GDPR Guide"
4022
  msgstr ""
4023
 
4024
- #: languages/vue.php:1788
4025
  msgid "Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help MonsterInsights users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. "
4026
  msgstr ""
4027
 
4028
- #: languages/vue.php:1791
4029
  msgid "How to install and activate MonsterInsights addons"
4030
  msgstr ""
4031
 
4032
- #: languages/vue.php:1794
4033
  msgid "The process for installing and activating addons is quick and easy after you install the MonsterInsights plugin. In this guide we’ll walk you through the process, step by step."
4034
  msgstr ""
4035
 
4036
- #: languages/vue.php:1797
4037
  msgid "MonsterInsights is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard."
4038
  msgstr ""
4039
 
4040
- #: languages/vue.php:1800
4041
  msgid "To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away."
4042
  msgstr ""
4043
 
4044
- #: languages/vue.php:1803
4045
  msgid "In no time at all, and after just a few clicks, you'll have setup the most powerful Google Analytics tracking available for WordPress. It's easy to double your traffic and sales when you know exactly how people find and use your website. Let's get started!."
4046
  msgstr ""
4047
 
4048
- #: languages/vue.php:1806
4049
  msgid "Launch the wizard!"
4050
  msgstr ""
4051
 
4052
- #: languages/vue.php:1809
4053
  msgid "Thanks for being a loyal MonsterInsights Lite user. %sUpgrade to MonsterInsights Pro%s to unlock all the awesome features and experience why MonsterInsights is consistently rated the best Google Analytics solution for WordPress."
4054
  msgstr ""
4055
 
4056
- #: languages/vue.php:1812
4057
  msgid "Universal Tracking across devices and campaigns with just a few clicks."
4058
  msgstr ""
4059
 
4060
- #: languages/vue.php:1815
4061
  msgid "See your website analytics reports inside the WordPress dashboard"
4062
  msgstr ""
4063
 
4064
- #: languages/vue.php:1818
4065
  msgid "Get real-time stats right inside WordPress"
4066
  msgstr ""
4067
 
4068
- #: languages/vue.php:1821
4069
  msgid "1-click Google Analytics Enhanced Ecommerce tracking"
4070
  msgstr ""
4071
 
4072
- #: languages/vue.php:1824
4073
  msgid "Get detailed stats for each post and page."
4074
  msgstr ""
4075
 
4076
- #: languages/vue.php:1827
4077
  msgid "Automatically track clicks on your affiliate links and ads."
4078
  msgstr ""
4079
 
4080
- #: languages/vue.php:1830
4081
  msgid "Make Google Analytics GDPR compliant automatically"
4082
  msgstr ""
4083
 
4084
- #: languages/vue.php:1833
4085
  msgid "Setup tracking for authors, categories, tags, search, custom post types, users and others"
4086
  msgstr ""
4087
 
4088
- #: languages/vue.php:1836
4089
  msgid "Enable Google Optimize for A/B testing, adjust sample speed & sample rate."
4090
  msgstr ""
4091
 
4092
- #: languages/vue.php:1839
4093
  msgid "More advanced features"
4094
  msgstr ""
4095
 
4096
- #: languages/vue.php:1842
4097
  msgid "How to Connect to Google Analytics"
4098
  msgstr ""
4099
 
4100
- #: languages/vue.php:1845
4101
  msgid "After you install MonsterInsights, you’ll need to connect your WordPress site with your Google Analytics account. MonsterInsights makes the process easy, with no coding required."
4102
  msgstr ""
4103
 
4104
- #: languages/vue.php:1848
4105
  msgid "Guide and Checklist for Advanced Insights"
4106
  msgstr ""
4107
 
4108
- #: languages/vue.php:1851
4109
  msgid "Our goal is to make it as easy as possible for you to measure and track your stats so you can grow your business. This easy-to-follow guide and checklist will get you set up with MonsterInsights’ advanced tracking."
4110
  msgstr ""
4111
 
4112
- #: languages/vue.php:1854
4113
  msgid "Advanced Reports (eCommerce, publisher)"
4114
  msgstr ""
4115
 
4116
- #: languages/vue.php:1857
4117
  msgid "Custom Date Ranges"
4118
  msgstr ""
4119
 
4120
- #: languages/vue.php:1860
4121
  msgid "Admin Bar Insights"
4122
  msgstr ""
4123
 
4124
- #: languages/vue.php:1863
4125
  msgid "Page Insights"
4126
  msgstr ""
4127
 
4128
- #: languages/vue.php:1866
4129
  msgid "Search Engine Tracking"
4130
  msgstr ""
4131
 
4132
- #: languages/vue.php:1869
4133
  msgid "eCommerce Tracking"
4134
  msgstr ""
4135
 
4136
- #: languages/vue.php:1872
4137
  msgid "EU Compliance Addon"
4138
  msgstr ""
4139
 
4140
- #: languages/vue.php:1875
4141
  msgid "Form Tracking"
4142
  msgstr ""
4143
 
4144
- #: languages/vue.php:1878
4145
  msgid "AMP Tracking"
4146
  msgstr ""
4147
 
4148
- #: languages/vue.php:1881
4149
  msgid "userID Tracking"
4150
  msgstr ""
4151
 
4152
- #: languages/vue.php:1887
4153
  msgid "No Addons Included"
4154
  msgstr ""
4155
 
4156
- #: languages/vue.php:1890
4157
  msgid "All Addons Included"
4158
  msgstr ""
4159
 
4160
- #: languages/vue.php:1893
4161
  msgid "eCommerce, Custom Dimensions, Page Insights, EU Compliance and more (10 total)"
4162
  msgstr ""
4163
 
4164
- #: languages/vue.php:1899
4165
  msgid "Limited support"
4166
  msgstr ""
4167
 
4168
- #: languages/vue.php:1902
4169
  msgid "Priority Support"
4170
  msgstr ""
4171
 
4172
- #: languages/vue.php:1905
4173
  msgid "Outbound Link Tracking"
4174
  msgstr ""
4175
 
4176
- #: languages/vue.php:1908
4177
  msgid "Don't track administrators"
4178
  msgstr ""
4179
 
4180
- #: languages/vue.php:1911
4181
  msgid "Basic Dashboard Widget"
4182
  msgstr ""
4183
 
4184
- #: languages/vue.php:1914
4185
  msgid "Advanced Dashboard Widget"
4186
  msgstr ""
4187
 
4188
- #: languages/vue.php:1917
4189
  msgid "Overview Reports (critical statistics)"
4190
  msgstr ""
4191
 
4192
- #: languages/vue.php:1920
4193
  msgid "The MonsterInsights Team: Syed, Chris, Jay, Mircea and Sunita"
4194
  msgstr ""
4195
 
4196
- #: languages/vue.php:1923
4197
  msgid "Available in PRO version"
4198
  msgstr ""
4199
 
4200
- #: languages/vue.php:1926
4201
  msgid "Powered by MonsterInsights"
4202
  msgstr ""
4203
 
4204
- #: languages/vue.php:1929
4205
  msgid "Last 30 Days Insights for:"
4206
  msgstr ""
4207
 
4208
- #: languages/vue.php:1932
4209
  msgid "Your Website"
4210
  msgstr ""
4211
 
4212
- #: languages/vue.php:1935
4213
  msgid "Hide Admin Bar Reports"
4214
  msgstr ""
4215
 
4216
- #: languages/vue.php:1938
4217
  msgid "Scroll Tracking"
4218
  msgstr ""
4219
 
4220
- #: languages/vue.php:1941
4221
  msgid "Track Scrolling Depth"
4222
  msgstr ""
4223
 
4224
- #: languages/vue.php:1944
4225
  msgid "Upgrade to the PRO version and automatically add scroll tracking for all your website's pages."
4226
  msgstr ""
4227
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4228
  #: googleanalytics.php:272
4229
  #: googleanalytics.php:286
4230
  msgid "Cheatin&#8217; huh?"
2
  # This file is distributed under the same license as the MonsterInsights Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: MonsterInsights Pro 7.6.0\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/monsterinsights\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2019-04-24T12:01:05+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.1.0\n"
15
  "X-Domain: google-analytics-for-wordpress\n"
31
  #: includes/admin/admin.php:38
32
  #: includes/admin/admin.php:41
33
  #: includes/admin/admin.php:51
 
34
  msgid "MonsterInsights"
35
  msgstr ""
36
 
54
  msgid "You are not allowed to install plugins."
55
  msgstr ""
56
 
57
+ #: lite/includes/admin/upgrade.php:24
58
+ #: lite/includes/admin/upgrade.php:162
59
  msgid "You are not licensed."
60
  msgstr ""
61
 
62
+ #: lite/includes/admin/upgrade.php:28
63
  msgid "Only the Lite version can upgrade."
64
  msgstr ""
65
 
66
+ #: lite/includes/admin/upgrade.php:46
67
  msgid "Pro version is already installed."
68
  msgstr ""
69
 
70
+ #: lite/includes/admin/upgrade.php:65
71
+ msgid "We encountered a problem unlocking the PRO features. Please install the PRO version manually."
72
+ msgstr ""
73
+
74
+ #: lite/includes/admin/upgrade.php:100
75
  msgid "Could not install upgrade. Please download from monsterinsights.com and install manually."
76
  msgstr ""
77
 
78
+ #: lite/includes/admin/upgrade.php:131
79
+ #: lite/includes/admin/upgrade.php:192
80
  msgid "Plugin installed & activated."
81
  msgstr ""
82
 
83
+ #: lite/includes/admin/upgrade.php:196
84
  msgid "Pro version installed but needs to be activated from the Plugins page inside your WordPress admin."
85
  msgstr ""
86
 
96
  msgid "Configure MonsterInsights"
97
  msgstr ""
98
 
99
+ #: lite/includes/admin/onboarding-wizard.php:160
100
  msgid "MonsterInsights &rsaquo; Onboarding Wizard"
101
  msgstr ""
102
 
103
+ #: lite/includes/admin/onboarding-wizard.php:172
104
  msgid "Return to Dashboard"
105
  msgstr ""
106
 
107
+ #: lite/includes/admin/onboarding-wizard.php:237
108
  msgid "You are not allowed to install plugins"
109
  msgstr ""
110
 
111
  #. Translators: The placeholders are for making the "We noticed you're using a caching plugin" text bold.
112
+ #: lite/includes/admin/onboarding-wizard.php:333
113
  msgid "%1$sWe noticed you're using a caching plugin.%2$s Be sure to clear the cache to ensure the tracking appears on all pages and posts. %3$s(See this guide on how to clear cache)%4$s."
114
  msgstr ""
115
 
116
  #: lite/includes/admin/reports/report-queries.php:22
117
+ #: languages/vue.php:840
118
  msgid "Search Console"
119
  msgstr ""
120
 
121
  #: lite/includes/admin/reports/report-ecommerce.php:22
122
+ #: languages/vue.php:105
123
  msgid "eCommerce"
124
  msgstr ""
125
 
128
  msgstr ""
129
 
130
  #: lite/includes/admin/reports/report-publisher.php:22
131
+ #: languages/vue.php:111
132
  msgid "Publishers"
133
  msgstr ""
134
 
138
  msgstr ""
139
 
140
  #: lite/includes/admin/reports/report-forms.php:22
141
+ #: languages/vue.php:843
142
  msgid "Forms"
143
  msgstr ""
144
 
146
  msgid "You are currently in a preview window. MonsterInsights doesn't track preview window traffic to avoid false visit reports."
147
  msgstr ""
148
 
149
+ #: includes/frontend/tracking/class-tracking-analytics.php:218
150
  msgid "Note: MonsterInsights is not currently configured on this site. The site owner needs to authenticate with Google Analytics in the MonsterInsights settings panel."
151
  msgstr ""
152
 
153
+ #: includes/frontend/tracking/class-tracking-analytics.php:221
154
  msgid "Note: MonsterInsights does not track you as a logged in site administrator to prevent site owners from accidentally skewing their own Google Analytics data."
155
  msgstr ""
156
 
157
+ #: includes/frontend/tracking/class-tracking-analytics.php:224
158
  msgid "Note: The site owner has disabled Google Analytics tracking for your user role."
159
  msgstr ""
160
 
161
+ #: includes/frontend/tracking/class-tracking-analytics.php:300
162
  msgid "Not running function"
163
  msgstr ""
164
 
165
+ #: includes/frontend/tracking/class-tracking-analytics.php:300
166
  msgid "because you are not being tracked."
167
  msgstr ""
168
 
169
  #: includes/admin/review.php:98
170
+ #: languages/vue.php:1524
171
  msgid "Are you enjoying MonsterInsights?"
172
  msgstr ""
173
 
176
  msgstr ""
177
 
178
  #: includes/admin/review.php:101
179
+ #: languages/vue.php:1527
180
  msgid "Not Really"
181
  msgstr ""
182
 
185
  msgstr ""
186
 
187
  #: includes/admin/review.php:107
188
+ #: languages/vue.php:1548
189
  msgid "Give Feedback"
190
  msgstr ""
191
 
202
  msgstr ""
203
 
204
  #: includes/admin/review.php:115
205
+ #: languages/vue.php:1539
206
  msgid "Ok, you deserve it"
207
  msgstr ""
208
 
209
  #: includes/admin/review.php:116
210
+ #: languages/vue.php:1542
211
  msgid "Nope, maybe later"
212
  msgstr ""
213
 
214
  #: includes/admin/review.php:117
215
+ #: languages/vue.php:1545
216
  msgid "I already did"
217
  msgstr ""
218
 
245
  msgstr ""
246
 
247
  #: includes/admin/routes.php:492
 
248
  msgid "You don't have permission to view MonsterInsights reports."
249
  msgstr ""
250
 
251
  #: includes/admin/routes.php:504
 
252
  msgid "You can't view MonsterInsights reports because you are not licensed."
253
  msgstr ""
254
 
257
  msgstr ""
258
 
259
  #: includes/admin/routes.php:512
 
260
  msgid "You can't view MonsterInsights reports due to license key errors."
261
  msgstr ""
262
 
263
  #: includes/admin/routes.php:520
 
264
  msgid "You must authenticate with MonsterInsights before you can view reports."
265
  msgstr ""
266
 
267
  #: includes/admin/routes.php:526
 
 
268
  msgid "Unknown report. Try refreshing and retrying. Contact support if this issue persists."
269
  msgstr ""
270
 
388
  #: includes/admin/admin.php:295
389
  #: includes/license.php:282
390
  #: includes/license.php:293
391
+ #: languages/vue.php:548
392
  msgid "Your license key for MonsterInsights is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."
393
  msgstr ""
394
 
404
  #: includes/admin/admin.php:293
405
  #: includes/license.php:280
406
  #: includes/license.php:291
407
+ #: languages/vue.php:545
408
  msgid "Your license key for MonsterInsights has been disabled. Please use a different key."
409
  msgstr ""
410
 
425
  msgid "Congratulations! You have deactivated the key from this site successfully."
426
  msgstr ""
427
 
428
+ #: includes/admin/common.php:751
429
  msgid "MonsterInsights has detected that it's files are being blocked. This is usually caused by a adblock browser plugin (particularly uBlock Origin), or a conflicting WordPress theme or plugin. This issue only affects the admin side of MonsterInsights. To solve this, ensure MonsterInsights is whitelisted for your website URL in any adblock browser plugin you use. For step by step directions on how to do this, %1$sclick here%2$s. If this doesn't solve the issue (rare), send us a ticket %3$shere%2$s and we'll be happy to help diagnose the issue."
430
  msgstr ""
431
 
433
  #: includes/admin/admin.php:44
434
  #: includes/admin/admin.php:54
435
  #: includes/admin/admin.php:93
436
+ #: languages/vue.php:1512
437
  msgid "Insights"
438
  msgstr ""
439
 
455
 
456
  #: includes/admin/admin.php:48
457
  #: includes/admin/admin.php:97
458
+ #: languages/vue.php:1096
459
  msgid "Reports"
460
  msgstr ""
461
 
474
 
475
  #: includes/admin/admin.php:65
476
  #: includes/admin/admin.php:100
477
+ #: languages/vue.php:1893
478
  msgid "Addons"
479
  msgstr ""
480
 
481
+ #: includes/admin/admin.php:69
482
+ msgid "About Us:"
483
+ msgstr ""
484
+
485
+ #: includes/admin/admin.php:69
486
+ #: languages/vue.php:1515
487
+ msgid "About Us"
488
+ msgstr ""
489
+
490
  #: includes/admin/admin.php:93
491
  #: includes/admin/admin.php:95
492
  msgid "Network Settings:"
511
 
512
  #: includes/admin/admin.php:172
513
  #: includes/admin/admin.php:175
514
+ #: languages/vue.php:1905
515
  msgid "Support"
516
  msgstr ""
517
 
593
  msgstr ""
594
 
595
  #: includes/admin/reports/overview.php:34
596
+ #: languages/vue.php:795
597
  msgid "Overview"
598
  msgstr ""
599
 
679
  msgstr ""
680
 
681
  #: includes/admin/reports/abstract-report.php:355
682
+ #: languages/vue.php:147
683
  msgid "Upgrade Now"
684
  msgstr ""
685
 
1773
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
1774
  msgstr ""
1775
 
1776
+ #: languages/vue.php:23
1777
  msgid "Forms Report"
1778
  msgstr ""
1779
 
1780
+ #: languages/vue.php:26
1781
  msgid "Real-Time Report"
1782
  msgstr ""
1783
 
1784
+ #: languages/vue.php:29
1785
  msgid "Right Now"
1786
  msgstr ""
1787
 
1788
+ #: languages/vue.php:32
1789
  msgid "Active users on site"
1790
  msgstr ""
1791
 
1792
+ #: languages/vue.php:35
1793
  msgid "The real-time graph of visitors over time is not currently available for this site. Please try again later."
1794
  msgstr ""
1795
 
1796
+ #: languages/vue.php:38
1797
  msgid "Important: this only includes users who are tracked in real-time. Not all users are tracked in real-time including (but not limited to) logged in site administrators, certain mobile users, and users who match a Google Analytics filter."
1798
  msgstr ""
1799
 
1800
+ #: languages/vue.php:41
1801
  msgid "The real-time report automatically updates approximately every 60 seconds."
1802
  msgstr ""
1803
 
1804
+ #: languages/vue.php:44
1805
  msgid "The real-time report was last updated %s seconds ago."
1806
  msgstr ""
1807
 
1808
+ #: languages/vue.php:47
1809
  msgid "The latest data will be automatically shown on this page when it becomes available."
1810
  msgstr ""
1811
 
1812
+ #: languages/vue.php:50
1813
  msgid "There is no need to refresh the browser (doing so won't have any effect)."
1814
  msgstr ""
1815
 
1816
+ #: languages/vue.php:53
1817
  msgid "Pageviews Per Minute"
1818
  msgstr ""
1819
 
1877
  msgid "Search Console Report"
1878
  msgstr ""
1879
 
1880
+ #: languages/vue.php:108
1881
  msgid "eCommerce Report"
1882
  msgstr ""
1883
 
1884
+ #: languages/vue.php:114
1885
  msgid "See All Your Important Store Metrics in One Place"
1886
  msgstr ""
1887
 
1888
+ #: languages/vue.php:117
1889
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
1890
  msgstr ""
1891
 
1892
+ #: languages/vue.php:120
1893
  msgid "ONE-CLICK INTEGRATIONS"
1894
  msgstr ""
1895
 
1896
+ #: languages/vue.php:123
1897
  msgid "Upgrade to MonsterInsights Pro"
1898
  msgstr ""
1899
 
1900
+ #: languages/vue.php:126
1901
  msgid "Enable Ecommerce Tracking and Grow Your Business with Confidence"
1902
  msgstr ""
1903
 
1904
+ #: languages/vue.php:129
1905
  msgid "MonsterInsights Ecommerce Addon makes it easy to setup enhanced eCommerce tracking, so you can see all your important eCommerce metrics like total revenue, conversion rate, average order value, top products, top referral sources, and more in a single report right inside your WordPress dashboard."
1906
  msgstr ""
1907
 
1908
+ #: languages/vue.php:132
1909
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
1910
  msgstr ""
1911
 
1912
+ #: languages/vue.php:135
1913
  msgid "No addons found."
1914
  msgstr ""
1915
 
1916
+ #: languages/vue.php:138
1917
  msgid "Refresh Addons"
1918
  msgstr ""
1919
 
1920
+ #: languages/vue.php:141
1921
  msgid "Refreshing Addons"
1922
  msgstr ""
1923
 
1924
+ #: languages/vue.php:144
1925
  msgid "Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!"
1926
  msgstr ""
1927
 
1928
+ #: languages/vue.php:150
1929
  msgid "Recommended Addons"
1930
  msgstr ""
1931
 
1932
+ #: languages/vue.php:153
1933
  msgid "To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!"
1934
  msgstr ""
1935
 
1936
+ #: languages/vue.php:156
1937
  msgid "Other Addons"
1938
  msgstr ""
1939
 
1940
+ #: languages/vue.php:159
1941
  msgid "View all MonsterInsights addons"
1942
  msgstr ""
1943
 
1944
+ #: languages/vue.php:162
1945
  msgid "Save and continue"
1946
  msgstr ""
1947
 
1948
+ #: languages/vue.php:165
1949
  msgid "Usage Tracking"
1950
  msgstr ""
1951
 
1952
+ #: languages/vue.php:168
1953
  msgid "Allow Usage Tracking"
1954
  msgstr ""
1955
 
1956
+ #: languages/vue.php:171
1957
  msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
1958
  msgstr ""
1959
 
1960
+ #: languages/vue.php:174
1961
  msgid "Complete documentation on usage tracking is available %shere%s."
1962
  msgstr ""
1963
 
1964
+ #: languages/vue.php:177
1965
  msgid "You're using %sMonsterInsights Lite%s - no license needed. Enjoy! %s"
1966
  msgstr ""
1967
 
1968
+ #: languages/vue.php:181
1969
  msgid "To unlock more features consider %supgrading to PRO%s."
1970
  msgstr ""
1971
 
1977
  msgid "You're using %sMonsterInsights Lite%s - no license needed. Enjoy!"
1978
  msgstr ""
1979
 
1980
+ #: languages/vue.php:192
1981
  msgid "Authenticating"
1982
  msgstr ""
1983
 
1984
+ #: languages/vue.php:196
1985
  msgid "Re-Authenticating"
1986
  msgstr ""
1987
 
1988
+ #: languages/vue.php:199
1989
  msgid "Verifying Credentials"
1990
  msgstr ""
1991
 
1992
+ #: languages/vue.php:202
1993
  msgid "Your site is connected to MonsterInsights!"
1994
  msgstr ""
1995
 
1996
+ #: languages/vue.php:205
1997
  msgid "Deauthenticating"
1998
  msgstr ""
1999
 
2000
+ #: languages/vue.php:208
2001
  msgid "You've disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
2002
  msgstr ""
2003
 
2004
+ #: languages/vue.php:211
2005
  msgid "Error"
2006
  msgstr ""
2007
 
2008
+ #: languages/vue.php:214
2009
  msgid "Ok"
2010
  msgstr ""
2011
 
2012
+ #: languages/vue.php:218
2013
  msgid "Connect MonsterInsights"
2014
  msgstr ""
2015
 
2016
+ #: languages/vue.php:221
2017
  msgid "Verify Credentials"
2018
  msgstr ""
2019
 
2020
+ #: languages/vue.php:225
2021
  msgid "Reconnect MonsterInsights"
2022
  msgstr ""
2023
 
2024
+ #: languages/vue.php:228
2025
  msgid "Website Profile"
2026
  msgstr ""
2027
 
2028
+ #: languages/vue.php:231
2029
  msgid "Active Profile"
2030
  msgstr ""
2031
 
2032
+ #: languages/vue.php:235
2033
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
2034
  msgstr ""
2035
 
2036
+ #: languages/vue.php:239
2037
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
2038
  msgstr ""
2039
 
2040
+ #: languages/vue.php:242
2041
  msgid "Manually enter your UA code"
2042
  msgstr ""
2043
 
2044
+ #: languages/vue.php:245
2045
  msgid "Warning: If you use a manual UA code, you won't be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X's are numbers."
2046
  msgstr ""
2047
 
2048
+ #: languages/vue.php:248
2049
  msgid "Or manually enter UA code (limited functionality)"
2050
  msgstr ""
2051
 
2052
+ #: languages/vue.php:251
2053
  msgid "Force Deauthenticate"
2054
  msgstr ""
2055
 
2056
+ #: languages/vue.php:254
2057
  msgid "Disconnect MonsterInsights"
2058
  msgstr ""
2059
 
2060
+ #: languages/vue.php:257
2061
  msgid "Facebook Instant Articles"
2062
  msgstr ""
2063
 
2064
+ #: languages/vue.php:260
2065
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro."
2066
  msgstr ""
2067
 
2068
+ #: languages/vue.php:264
2069
  msgid "Upgrade"
2070
  msgstr ""
2071
 
2072
+ #: languages/vue.php:267
2073
  msgid ""
2074
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
2075
  " and other privacy regulations."
2076
  msgstr ""
2077
 
2078
+ #: languages/vue.php:271
2079
  msgid "EU Compliance"
2080
  msgstr ""
2081
 
2082
+ #: languages/vue.php:274
2083
  msgid "Google AMP"
2084
  msgstr ""
2085
 
2086
+ #: languages/vue.php:277
2087
  msgid "Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking."
2088
  msgstr ""
2089
 
2090
+ #: languages/vue.php:280
2091
  msgid "Adjust the sample rate so you don't exceed Google Analytics' processing limit. Can also be used to enable Google Optimize for A/B testing and personalization."
2092
  msgstr ""
2093
 
2094
+ #: languages/vue.php:283
2095
  msgid "Miscellaneous"
2096
  msgstr ""
2097
 
2098
+ #: languages/vue.php:286
2099
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
2100
  msgstr ""
2101
 
2102
+ #: languages/vue.php:289
2103
  msgid "Hide Announcements"
2104
  msgstr ""
2105
 
2106
+ #: languages/vue.php:292
2107
  msgid "Allow usage tracking"
2108
  msgstr ""
2109
 
2110
+ #: languages/vue.php:295
2111
  msgid "Thank you for being a loyal MonsterInsights Lite user."
2112
  msgstr ""
2113
 
2114
+ #: languages/vue.php:298
2115
  msgid "Upgrade to MonsterInsights Pro and unlock all the awesome features."
2116
  msgstr ""
2117
 
2118
+ #: languages/vue.php:301
2119
  msgid "Use coupon code %s to get 50%% off."
2120
  msgstr ""
2121
 
2122
+ #: languages/vue.php:304
2123
  msgid "Dashboard widget"
2124
  msgstr ""
2125
 
2126
+ #: languages/vue.php:307
2127
  msgid "Affiliate Links"
2128
  msgstr ""
2129
 
2130
+ #: languages/vue.php:310
2131
  msgid "Enhanced Ecommerce"
2132
  msgstr ""
2133
 
2134
+ #: languages/vue.php:313
2135
  msgid "Banner Ads"
2136
  msgstr ""
2137
 
2138
+ #: languages/vue.php:316
2139
  msgid "Author Tracking"
2140
  msgstr ""
2141
 
2142
+ #: languages/vue.php:319
2143
  msgid "Form Conversions"
2144
  msgstr ""
2145
 
2146
+ #: languages/vue.php:322
2147
  msgid "SEO Score Tracking"
2148
  msgstr ""
2149
 
2150
+ #: languages/vue.php:325
2151
  msgid "Ads Tracking"
2152
  msgstr ""
2153
 
2154
+ #: languages/vue.php:328
2155
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
2156
  msgstr ""
2157
 
2158
+ #: languages/vue.php:331
2159
  msgid "Upgrade to MonsterInsights Pro to Unlock More Actionable Insights"
2160
  msgstr ""
2161
 
2162
+ #: languages/vue.php:334
2163
  msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website. MonsterInsights Pro shows you the stats that matter!"
2164
  msgstr ""
2165
 
2166
+ #: languages/vue.php:337
2167
  msgid "Upgrade to MonsterInsights Pro and Save 50% OFF!"
2168
  msgstr ""
2169
 
2170
+ #: languages/vue.php:340
2171
  msgid "Use coupon code %sLITEUPGRADE%s"
2172
  msgstr ""
2173
 
2174
+ #: languages/vue.php:343
2175
  msgid "Upgrade to Pro and unlock addons and other great features. %sSave 50%% automatically!%s"
2176
  msgstr ""
2177
 
2178
+ #: languages/vue.php:346
2179
  msgid "Website profile"
2180
  msgstr ""
2181
 
2182
+ #: languages/vue.php:349
2183
  msgid "Active profile"
2184
  msgstr ""
2185
 
2186
+ #: languages/vue.php:352
2187
  msgid "Skip and Keep Connection"
2188
  msgstr ""
2189
 
2190
+ #: languages/vue.php:355
2191
  msgid "License Key"
2192
  msgstr ""
2193
 
2194
+ #: languages/vue.php:358
2195
  msgid "Help Us Improve"
2196
  msgstr ""
2197
 
2198
+ #: languages/vue.php:361
2199
  msgid "Help us better understand our users and their website needs."
2200
  msgstr ""
2201
 
2202
+ #: languages/vue.php:364
2203
  msgid "If enabled MonsterInsights will send some information about your WordPress site like what plugins and themes you use and which MonsterInsights settings you use to us so that we can improve our product. For a complete list of what we send and what we use it for, %svisit our website.%s"
2204
  msgstr ""
2205
 
2206
+ #: languages/vue.php:367
2207
  msgid "Learn More"
2208
  msgstr ""
2209
 
2210
+ #: languages/vue.php:370
2211
  msgid "Upgrade to Pro"
2212
  msgstr ""
2213
 
2214
+ #: languages/vue.php:373
2215
  msgid "Show in widget mode"
2216
  msgstr ""
2217
 
2218
+ #: languages/vue.php:376
2219
  msgid "Show in full-width mode"
2220
  msgstr ""
2221
 
2222
+ #: languages/vue.php:379
2223
  msgid "Last %s days"
2224
  msgstr ""
2225
 
2226
+ #: languages/vue.php:382
2227
  msgid "Show overview reports"
2228
  msgstr ""
2229
 
2230
+ #: languages/vue.php:385
2231
  msgid "Show Publishers Reports"
2232
  msgstr ""
2233
 
2234
+ #: languages/vue.php:388
2235
  msgid "Show eCommerce Reports"
2236
  msgstr ""
2237
 
2238
+ #: languages/vue.php:391
2239
  msgid "Show Overview Reports"
2240
  msgstr ""
2241
 
2242
+ #: languages/vue.php:395
2243
  msgid "Overview Report"
2244
  msgstr ""
2245
 
2246
+ #: languages/vue.php:398
2247
  msgid "Sessions"
2248
  msgstr ""
2249
 
2250
+ #: languages/vue.php:401
2251
  msgid "Unique %s Sessions"
2252
  msgstr ""
2253
 
2254
+ #: languages/vue.php:404
2255
  msgid "Pageviews"
2256
  msgstr ""
2257
 
2258
+ #: languages/vue.php:407
2259
  msgid "A session is the browsing session of a single user to your site."
2260
  msgstr ""
2261
 
2262
+ #: languages/vue.php:410
2263
  msgid "A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview."
2264
  msgstr ""
2265
 
2266
+ #: languages/vue.php:413
2267
  msgid "Total duration of all sessions (in seconds) / number of sessions."
2268
  msgstr ""
2269
 
2270
+ #: languages/vue.php:416
2271
  msgid "Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
2272
  msgstr ""
2273
 
2274
+ #: languages/vue.php:419
2275
  msgid "Avg. Session Duration"
2276
  msgstr ""
2277
 
2278
+ #: languages/vue.php:422
2279
  msgid "Bounce Rate"
2280
  msgstr ""
2281
 
2282
+ #: languages/vue.php:425
2283
  msgid "Refreshing Report"
2284
  msgstr ""
2285
 
2286
+ #: languages/vue.php:428
2287
  msgid "Loading new report data..."
2288
  msgstr ""
2289
 
2290
+ #: languages/vue.php:431
2291
  msgid "Please try again."
2292
  msgstr ""
2293
 
2294
+ #: languages/vue.php:434
2295
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
2296
  msgstr ""
2297
 
2298
+ #: languages/vue.php:437
2299
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
2300
  msgstr ""
2301
 
2302
+ #: languages/vue.php:440
2303
  msgid "Stop guessing about what content your visitors are interested in. MonsterInsights Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions."
2304
  msgstr ""
2305
 
2306
+ #: languages/vue.php:443
2307
  msgid "See Your Top Landing Pages to Improve Enagement"
2308
  msgstr ""
2309
 
2310
+ #: languages/vue.php:446
2311
  msgid "See Your Top Exit Pages to Reduce Abandonment"
2312
  msgstr ""
2313
 
2314
+ #: languages/vue.php:449
2315
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
2316
  msgstr ""
2317
 
2318
+ #: languages/vue.php:452
2319
  msgid "See Your Top Affiliate Links and Focus on what's working"
2320
  msgstr ""
2321
 
2322
+ #: languages/vue.php:455
2323
  msgid "See Your Top Downloads and Improve Conversions"
2324
  msgstr ""
2325
 
2326
+ #: languages/vue.php:458
2327
  msgid "See Audience Demographic Report ( Age / Gender / Interests )"
2328
  msgstr ""
2329
 
2330
+ #: languages/vue.php:461
2331
  msgid "Unlock PRO version"
2332
  msgstr ""
2333
 
2334
+ #: languages/vue.php:464
2335
  msgid "Upgrade to PRO"
2336
  msgstr ""
2337
 
2338
+ #: languages/vue.php:467
2339
  msgid "Paste your license key here"
2340
  msgstr ""
2341
 
2342
+ #: languages/vue.php:470
2343
  msgid "Verify"
2344
  msgstr ""
2345
 
2346
+ #: languages/vue.php:473
2347
  msgid "Verifying License"
2348
  msgstr ""
2349
 
2350
+ #: languages/vue.php:476
2351
  msgid "Success"
2352
  msgstr ""
2353
 
2354
+ #: languages/vue.php:479
2355
  msgid "There was an error verifying your license"
2356
  msgstr ""
2357
 
2358
+ #: languages/vue.php:482
2359
  msgid "Add your MonsterInsights license key from the email receipt or account area. %sRetrieve your license key%s."
2360
  msgstr ""
2361
 
2362
+ #: languages/vue.php:485
2363
  msgid "Please wait..."
2364
  msgstr ""
2365
 
2366
+ #: languages/vue.php:488
2367
  msgid "Can't deactivate the license. Error: %s, %s"
2368
  msgstr ""
2369
 
2370
+ #: languages/vue.php:491
2371
  msgid "You appear to be offline."
2372
  msgstr ""
2373
 
2374
+ #: languages/vue.php:494
2375
  msgid "Can't load license details. Error: %s, %s"
2376
  msgstr ""
2377
 
2378
+ #: languages/vue.php:497
2379
  msgid "Can't verify the license. Error: %s, %s"
2380
  msgstr ""
2381
 
2382
+ #: languages/vue.php:500
2383
  msgid "Can't validate the license. Error: %s, %s"
2384
  msgstr ""
2385
 
2386
+ #: languages/vue.php:503
2387
  msgid "Can't upgrade to PRO please try again. Error: %s, %s"
2388
  msgstr ""
2389
 
2390
+ #: languages/vue.php:506
2391
  msgid "Loading settings"
2392
  msgstr ""
2393
 
2394
+ #: languages/vue.php:509
2395
  msgid "Yikes! PHP Update Required"
2396
  msgstr ""
2397
 
2398
+ #: languages/vue.php:512
2399
  msgid "MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%s), which could be putting your site at risk for being hacked. WordPress itself will stop supporting your PHP version in April, 2019. Updating to the recommended version (PHP %s) only takes a few minutes and will make your website significantly faster and more secure."
2400
  msgstr ""
2401
 
2402
+ #: languages/vue.php:515
2403
  msgid "Learn more about updating PHP"
2404
  msgstr ""
2405
 
2406
+ #: languages/vue.php:518
2407
  msgid "Yikes! WordPress Update Required"
2408
  msgstr ""
2409
 
2410
+ #: languages/vue.php:521
2411
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.6 in April, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
2412
  msgstr ""
2413
 
2414
+ #: languages/vue.php:524
2415
  msgid "Learn more about updating WordPress"
2416
  msgstr ""
2417
 
2418
+ #: languages/vue.php:527
2419
  msgid "Saving Changes..."
2420
  msgstr ""
2421
 
2422
+ #: languages/vue.php:530
2423
  msgid "Settings Updated"
2424
  msgstr ""
2425
 
2426
+ #: languages/vue.php:533
2427
  msgid "Could Not Save Changes"
2428
  msgstr ""
2429
 
2430
+ #: languages/vue.php:536
2431
  msgid "Loading Settings"
2432
  msgstr ""
2433
 
2434
+ #: languages/vue.php:539
2435
  msgid "Exit Setup"
2436
  msgstr ""
2437
 
2438
+ #: languages/vue.php:542
2439
  msgid "Your license key for MonsterInsights has expired. %sPlease click here to renew your license key.%s"
2440
  msgstr ""
2441
 
2442
+ #: languages/vue.php:551
2443
  msgid "Publishers Report"
2444
  msgstr ""
2445
 
2446
+ #: languages/vue.php:554
2447
  msgid "In order for the MonsterInsights Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %sLearn More%s"
2448
  msgstr ""
2449
 
2450
+ #: languages/vue.php:557
2451
  msgid "In order for the MonsterInsights Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %s%s Plugin%s | %sLearn More%s"
2452
  msgstr ""
2453
 
2454
+ #: languages/vue.php:560
2455
  msgid "Activate"
2456
  msgstr ""
2457
 
2458
+ #: languages/vue.php:563
2459
  msgid "Install"
2460
  msgstr ""
2461
 
2462
+ #: languages/vue.php:566
2463
  msgid "In order for the MonsterInsights Instant Articles addon to work properly, please ask your webmaster to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %sLearn More%s"
2464
  msgstr ""
2465
 
2466
+ #: languages/vue.php:569
2467
  msgid "In order for the MonsterInsights Instant Articles addon to work properly, you need to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %s%s Plugin%s | %sLearn More%s"
2468
  msgstr ""
2469
 
2470
+ #: languages/vue.php:572
2471
  msgid "Connect MonsterInsights to Your Website"
2472
  msgstr ""
2473
 
2474
+ #: languages/vue.php:575
2475
  msgid "MonsterInsights connects Google Analytics to WordPress and shows you stats that matter."
2476
  msgstr ""
2477
 
2478
+ #: languages/vue.php:578
2479
  msgid "Connect Google Analytics + WordPress"
2480
  msgstr ""
2481
 
2482
+ #: languages/vue.php:581
2483
  msgid "You will be taken to the MonsterInsights website where you'll need to connect your Analytics account."
2484
  msgstr ""
2485
 
2486
+ #: languages/vue.php:584
2487
  msgid "Welcome to MonsterInsights!"
2488
  msgstr ""
2489
 
2490
+ #: languages/vue.php:587
2491
  msgid "Let's get you set up."
2492
  msgstr ""
2493
 
2494
+ #: languages/vue.php:590
2495
  msgid "Save and Continue"
2496
  msgstr ""
2497
 
2498
+ #: languages/vue.php:593
2499
  msgid "Which category best describes your website?"
2500
  msgstr ""
2501
 
2502
+ #: languages/vue.php:596
2503
  msgid "We will recommend the optimal settings for MonsterInsights based on your choice."
2504
  msgstr ""
2505
 
2506
+ #: languages/vue.php:599
2507
  msgid "Business Website"
2508
  msgstr ""
2509
 
2510
+ #: languages/vue.php:602
2511
  msgid "Publisher %s(Blog)%s"
2512
  msgstr ""
2513
 
2514
+ #: languages/vue.php:605
2515
  msgid "Ecommerce"
2516
  msgstr ""
2517
 
2518
+ #: languages/vue.php:608
2519
  msgid "Recommended Settings"
2520
  msgstr ""
2521
 
2522
+ #: languages/vue.php:611
2523
  msgid "MonsterInsights recommends the following settings based on your configuration."
2524
  msgstr ""
2525
 
2526
+ #: languages/vue.php:614
2527
  msgid "Events Tracking"
2528
  msgstr ""
2529
 
2530
+ #: languages/vue.php:617
2531
  msgid "Must have for all click tracking on site."
2532
  msgstr ""
2533
 
2534
+ #: languages/vue.php:620
2535
  msgid "MonsterInsights uses an advanced system to automatically detect all outbound links, download links, affiliate links, telephone links, mail links, and more automatically. We do all the work for you so you don't have to write any code."
2536
  msgstr ""
2537
 
2538
+ #: languages/vue.php:623
2539
  msgid "Enhanced Link Attribution"
2540
  msgstr ""
2541
 
2542
+ #: languages/vue.php:626
2543
  msgid "Improves the accuracy of your In-Page Analytics."
2544
  msgstr ""
2545
 
2546
+ #: languages/vue.php:629
2547
  msgid "MonsterInsights will automatically help Google determine which links are unique and where they are on your site so that your In-Page Analytics reporting will be more accurate."
2548
  msgstr ""
2549
 
2550
+ #: languages/vue.php:632
2551
  msgid "Install Updates Automatically"
2552
  msgstr ""
2553
 
2554
+ #: languages/vue.php:635
2555
  msgid "Get the latest features, bug fixes, and security updates as they are released."
2556
  msgstr ""
2557
 
2558
+ #: languages/vue.php:638
2559
  msgid "To ensure you get the latest bugfixes and security updates and avoid needing to spend time logging into your WordPress site to update MonsterInsights, we offer the ability to automatically have MonsterInsights update itself."
2560
  msgstr ""
2561
 
2562
+ #: languages/vue.php:641
2563
  msgid "File Download Tracking"
2564
  msgstr ""
2565
 
2566
+ #: languages/vue.php:644
2567
  msgid "Helps you see file downloads data."
2568
  msgstr ""
2569
 
2570
+ #: languages/vue.php:647
2571
  msgid "MonsterInsights will automatically track downloads of common file types from links you have inserted onto your website. For example: want to know how many of your site's visitors have downloaded a PDF or other file you offer your visitors to download on your site? MonsterInsights makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel."
2572
  msgstr ""
2573
 
2574
+ #: languages/vue.php:651
2575
  msgid "Path (example: %s)"
2576
  msgstr ""
2577
 
2578
+ #: languages/vue.php:655
2579
  msgid "Path has to start with a / and have no spaces"
2580
  msgstr ""
2581
 
2582
+ #: languages/vue.php:659
2583
  msgid "Label (example: %s)"
2584
  msgstr ""
2585
 
2586
+ #: languages/vue.php:663
2587
  msgid "Label can't contain any spaces"
2588
  msgstr ""
2589
 
2590
+ #: languages/vue.php:666
2591
  msgid "Helps you increase affiliate revenue."
2592
  msgstr ""
2593
 
2594
+ #: languages/vue.php:669
2595
  msgid "MonsterInsights will automatically help you track affiliate links that use internal looking urls like example.com/go/ or example.com/refer/. You can add custom affiliate patterns on our settings panel when you finish the onboarding wizard."
2596
  msgstr ""
2597
 
2598
+ #: languages/vue.php:672
2599
  msgid "Affiliate Link Tracking"
2600
  msgstr ""
2601
 
2602
+ #: languages/vue.php:675
2603
  msgid "Who Can See Reports"
2604
  msgstr ""
2605
 
2606
+ #: languages/vue.php:678
2607
  msgid "These user roles will be able to access MonsterInsights's reports in the WordPress admin area."
2608
  msgstr ""
2609
 
2610
+ #: languages/vue.php:681
2611
  msgid "Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability."
2612
  msgstr ""
2613
 
2614
+ #: languages/vue.php:684
2615
  msgid "Events Tracking is enabled the moment you set up MonsterInsights"
2616
  msgstr ""
2617
 
2618
+ #: languages/vue.php:687
2619
  msgid "Enhanced Link Attribution is enabled the moment you set up MonsterInsights"
2620
  msgstr ""
2621
 
2622
+ #: languages/vue.php:690
2623
  msgid "MonsterInsights Recommends WPForms"
2624
  msgstr ""
2625
 
2626
+ #: languages/vue.php:693
2627
  msgid "Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market."
2628
  msgstr ""
2629
 
2630
+ #: languages/vue.php:696
2631
  msgid "Used on over 1,000,000 websites!"
2632
  msgstr ""
2633
 
2634
+ #: languages/vue.php:699
2635
  msgid "WPForms allow you to create beautiful contact forms, subscription forms, payment forms, and other types of forms for your site in minutes, not hours!"
2636
  msgstr ""
2637
 
2638
+ #: languages/vue.php:702
2639
  msgid "Skip this Step"
2640
  msgstr ""
2641
 
2642
+ #: languages/vue.php:705
2643
  msgid "Continue & Install WPForms"
2644
  msgstr ""
2645
 
2646
+ #: languages/vue.php:708
2647
  msgid "Installing..."
2648
  msgstr ""
2649
 
2650
+ #: languages/vue.php:711
2651
  msgid "Awesome, You're All Set!"
2652
  msgstr ""
2653
 
2654
+ #: languages/vue.php:714
2655
  msgid "MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
2656
  msgstr ""
2657
 
2658
+ #: languages/vue.php:717
2659
  msgid "%sPlease Note:%s While Google Analytics is properly setup and tracking everything, it does not send the data back to WordPress immediately. Depending on the size of your website, it can take between a few hours to 24 hours for reports to populate."
2660
  msgstr ""
2661
 
2662
+ #: languages/vue.php:720
2663
  msgid "%sSubscribe to the MonsterInsights blog%s for tips on how to get more traffic and grow your business."
2664
  msgstr ""
2665
 
2666
+ #: languages/vue.php:723
2667
  msgid "Finish Setup & Exit Wizard"
2668
  msgstr ""
2669
 
2670
+ #: languages/vue.php:726
2671
  msgid "Checking your website..."
2672
  msgstr ""
2673
 
2674
+ #: languages/vue.php:729
2675
  msgid "Time to Purchase"
2676
  msgstr ""
2677
 
2678
+ #: languages/vue.php:732
2679
  msgid "This list shows how many days from first visit it took users to purchase products from your site."
2680
  msgstr ""
2681
 
2682
+ #: languages/vue.php:735
2683
  msgid "Sessions to Purchase"
2684
  msgstr ""
2685
 
2686
+ #: languages/vue.php:738
2687
  msgid "This list shows the number of sessions it took users before they purchased a product from your website."
2688
  msgstr ""
2689
 
2690
+ #: languages/vue.php:742
2691
  msgid "Top Posts/Pages"
2692
  msgstr ""
2693
 
2694
+ #: languages/vue.php:746
2695
  msgid "This list shows the most viewed posts and pages on your website."
2696
  msgstr ""
2697
 
2698
+ #: languages/vue.php:750
2699
  msgid "New vs. Returning Visitors"
2700
  msgstr ""
2701
 
2702
+ #: languages/vue.php:754
2703
  msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
2704
  msgstr ""
2705
 
2706
+ #: languages/vue.php:758
2707
  msgid "Device Breakdown"
2708
  msgstr ""
2709
 
2710
+ #: languages/vue.php:762
2711
  msgid "This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site."
2712
  msgstr ""
2713
 
2714
+ #: languages/vue.php:765
2715
  msgid "Top Landing Pages"
2716
  msgstr ""
2717
 
2718
+ #: languages/vue.php:768
2719
  msgid "This list shows the top pages users first land on when visiting your website."
2720
  msgstr ""
2721
 
2722
+ #: languages/vue.php:771
2723
  msgid "Top Exit Pages"
2724
  msgstr ""
2725
 
2726
+ #: languages/vue.php:774
2727
  msgid "This list shows the top pages users exit your website from."
2728
  msgstr ""
2729
 
2730
+ #: languages/vue.php:777
2731
  msgid "Top Outbound Links"
2732
  msgstr ""
2733
 
2734
+ #: languages/vue.php:780
2735
  msgid "This list shows the top links clicked on your website that go to another website."
2736
  msgstr ""
2737
 
2738
+ #: languages/vue.php:783
2739
  msgid "Top Affiliate Links"
2740
  msgstr ""
2741
 
2742
+ #: languages/vue.php:786
2743
  msgid "This list shows the top affiliate links your visitors clicked on."
2744
  msgstr ""
2745
 
2746
+ #: languages/vue.php:789
2747
  msgid "Top Download Links"
2748
  msgstr ""
2749
 
2750
+ #: languages/vue.php:792
2751
  msgid "This list shows the download links your visitors clicked the most."
2752
  msgstr ""
2753
 
2754
+ #: languages/vue.php:798
2755
  msgid "Top Products"
2756
  msgstr ""
2757
 
2758
+ #: languages/vue.php:801
2759
  msgid "This list shows the top selling products on your website."
2760
  msgstr ""
2761
 
2762
+ #: languages/vue.php:804
2763
  msgid "Top Conversion Sources"
2764
  msgstr ""
2765
 
2766
+ #: languages/vue.php:807
2767
  msgid "This list shows the top referral websites in terms of product revenue."
2768
  msgstr ""
2769
 
2770
+ #: languages/vue.php:810
2771
  msgid "Total Add/Remove"
2772
  msgstr ""
2773
 
2774
+ #: languages/vue.php:813
2775
  msgid "General"
2776
  msgstr ""
2777
 
2778
+ #: languages/vue.php:816
2779
  msgid "Engagement"
2780
  msgstr ""
2781
 
2782
+ #: languages/vue.php:819
2783
  msgid "Publisher"
2784
  msgstr ""
2785
 
2786
+ #: languages/vue.php:822
2787
  msgid "Conversions"
2788
  msgstr ""
2789
 
2790
+ #: languages/vue.php:825
2791
  msgid "Advanced"
2792
  msgstr ""
2793
 
2794
+ #: languages/vue.php:828
2795
  msgid "URL Builder"
2796
  msgstr ""
2797
 
2798
+ #: languages/vue.php:831
2799
  msgid "Import Export"
2800
  msgstr ""
2801
 
2802
+ #: languages/vue.php:834
2803
  msgid "Recommended Plugin: %s"
2804
  msgstr ""
2805
 
2806
+ #: languages/vue.php:837
2807
  msgid "Can't load errors. Error: %s, %s"
2808
  msgstr ""
2809
 
2810
+ #: languages/vue.php:846
2811
  msgid "Real-Time"
2812
  msgstr ""
2813
 
2814
+ #: languages/vue.php:850
2815
  msgid "Can't load settings. Error: %s, %s"
2816
  msgstr ""
2817
 
2818
+ #: languages/vue.php:853
2819
  msgid "Can't save settings. Error: %s, %s"
2820
  msgstr ""
2821
 
2822
+ #: languages/vue.php:856
2823
  msgid "You appear to be offline. Settings not saved."
2824
  msgstr ""
2825
 
2826
+ #: languages/vue.php:859
2827
  msgid "Can't deauthenticate. Error: %s, %s"
2828
  msgstr ""
2829
 
2830
+ #: languages/vue.php:862
2831
  msgid "Can't load authentication details. Error: %s, %s"
2832
  msgstr ""
2833
 
2834
+ #: languages/vue.php:865
2835
  msgid "Can't authenticate. Error: %s, %s"
2836
  msgstr ""
2837
 
2838
+ #: languages/vue.php:868
2839
  msgid "Can't reauthenticate. Error: %s, %s"
2840
  msgstr ""
2841
 
2842
+ #: languages/vue.php:871
2843
  msgid "Can't verify credentials. Error: %s, %s"
2844
  msgstr ""
2845
 
2846
+ #: languages/vue.php:874
2847
  msgid "Reset to default"
2848
  msgstr ""
2849
 
2850
+ #: languages/vue.php:877
2851
  msgid "The value entered does not match the required format"
2852
  msgstr ""
2853
 
2854
+ #: languages/vue.php:880
2855
  msgid "No options available"
2856
  msgstr ""
2857
 
2858
+ #: languages/vue.php:883
2859
  msgid "MonsterInsights Addons"
2860
  msgstr ""
2861
 
2862
+ #: languages/vue.php:886
2863
  msgid "Search Addons"
2864
  msgstr ""
2865
 
2866
+ #: languages/vue.php:889
2867
  msgid "Save Changes"
2868
  msgstr ""
2869
 
2870
+ #: languages/vue.php:892
2871
  msgid "Can't activate addon. Error: %s, %s"
2872
  msgstr ""
2873
 
2874
+ #: languages/vue.php:895
2875
  msgid "You appear to be offline. Addon not activated."
2876
  msgstr ""
2877
 
2878
+ #: languages/vue.php:898
2879
  msgid "Can't deactivate addon. Error: %s, %s"
2880
  msgstr ""
2881
 
2882
+ #: languages/vue.php:901
2883
  msgid "You appear to be offline. Addon not deactivated."
2884
  msgstr ""
2885
 
2886
+ #: languages/vue.php:904
2887
  msgid "Can't install addon. Error: %s, %s"
2888
  msgstr ""
2889
 
2890
+ #: languages/vue.php:907
2891
  msgid "You appear to be offline. Addon not installed."
2892
  msgstr ""
2893
 
2894
+ #: languages/vue.php:910
2895
  msgid "Can't install WPForms. Error: %s, %s"
2896
  msgstr ""
2897
 
2898
+ #: languages/vue.php:913
2899
  msgid "You appear to be offline. WPForms not installed."
2900
  msgstr ""
2901
 
2902
+ #: languages/vue.php:916
2903
  msgid "%s%s%s can't be empty."
2904
  msgstr ""
2905
 
2906
+ #: languages/vue.php:919
2907
  msgid "Add Another Link Path"
2908
  msgstr ""
2909
 
2910
+ #: languages/vue.php:922
2911
  msgid "Remove row"
2912
  msgstr ""
2913
 
2914
+ #: languages/vue.php:925
2915
  msgid "Google Authentication"
2916
  msgstr ""
2917
 
2918
+ #: languages/vue.php:928
2919
  msgid "New"
2920
  msgstr ""
2921
 
2922
+ #: languages/vue.php:931
2923
  msgid "Returning"
2924
  msgstr ""
2925
 
2926
+ #: languages/vue.php:934
2927
  msgid "Desktop"
2928
  msgstr ""
2929
 
2930
+ #: languages/vue.php:937
2931
  msgid "Tablet"
2932
  msgstr ""
2933
 
2934
+ #: languages/vue.php:940
2935
  msgid "Mobile"
2936
  msgstr ""
2937
 
2938
+ #: languages/vue.php:943
2939
  msgid "Top 10 Countries"
2940
  msgstr ""
2941
 
2942
+ #: languages/vue.php:946
2943
  msgid "View Countries Report"
2944
  msgstr ""
2945
 
2946
+ #: languages/vue.php:949
2947
  msgid "Top 10 Referrals"
2948
  msgstr ""
2949
 
2950
+ #: languages/vue.php:952
2951
  msgid "View All Referral Sources"
2952
  msgstr ""
2953
 
2954
+ #: languages/vue.php:955
2955
  msgid "View Full Posts/Pages Report"
2956
  msgstr ""
2957
 
2958
+ #: languages/vue.php:958
2959
  msgid "Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
2960
  msgstr ""
2961
 
2962
+ #: languages/vue.php:961
2963
  msgid "This list shows the top countries your website visitors are from."
2964
  msgstr ""
2965
 
2966
+ #: languages/vue.php:964
2967
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
2968
  msgstr ""
2969
 
2970
+ #: languages/vue.php:967
2971
  msgid "This allows you to track custom affiliate links. A path of /go/ would match urls that start with that. The label is appended onto the end of the string \"outbound-link-\", to provide unique labels for these links in Google Analytics. Complete documentation on affiliate links is available %shere%s."
2972
  msgstr ""
2973
 
2974
+ #: languages/vue.php:970
2975
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
2976
  msgstr ""
2977
 
2978
+ #: languages/vue.php:973
2979
  msgid "Demographics"
2980
  msgstr ""
2981
 
2982
+ #: languages/vue.php:976
2983
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
2984
  msgstr ""
2985
 
2986
+ #: languages/vue.php:979
2987
  msgid "Anonymize IP Addresses"
2988
  msgstr ""
2989
 
2990
+ #: languages/vue.php:982
2991
  msgid "Link Attribution"
2992
  msgstr ""
2993
 
2994
+ #: languages/vue.php:985
2995
  msgid "Enable Enhanced Link Attribution"
2996
  msgstr ""
2997
 
2998
+ #: languages/vue.php:988
2999
  msgid "Enable Anchor Tracking"
3000
  msgstr ""
3001
 
3002
+ #: languages/vue.php:991
3003
  msgid "Enable allowAnchor"
3004
  msgstr ""
3005
 
3006
+ #: languages/vue.php:994
3007
  msgid "Enable allowLinker"
3008
  msgstr ""
3009
 
3010
+ #: languages/vue.php:997
3011
  msgid "Enable Tag Links in RSS"
3012
  msgstr ""
3013
 
3014
+ #: languages/vue.php:1000
3015
  msgid "File Downloads"
3016
  msgstr ""
3017
 
3018
+ #: languages/vue.php:1003
3019
  msgid "Extensions of Files to Track as Downloads"
3020
  msgstr ""
3021
 
3022
+ #: languages/vue.php:1006
3023
  msgid "If you have enabled event tracking, MonsterInsights will send an event/pageview to GA if a link to a file has one of the above extensions."
3024
  msgstr ""
3025
 
3026
+ #: languages/vue.php:1009
3027
  msgid "Enable this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %sknowledge base%s. For more information about Remarketing, we refer you to %sGoogle's documentation%s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience."
3028
  msgstr ""
3029
 
3030
+ #: languages/vue.php:1012
3031
  msgid "This adds %sanonymizeIp%s, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage."
3032
  msgstr ""
3033
 
3034
+ #: languages/vue.php:1015
3035
  msgid "Add %sEnhanced Link Attribution%s to your tracking code."
3036
  msgstr ""
3037
 
3038
+ #: languages/vue.php:1018
3039
  msgid "Many WordPress \"1-page\" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes."
3040
  msgstr ""
3041
 
3042
+ #: languages/vue.php:1021
3043
  msgid "This adds %sallowAnchor%s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well."
3044
  msgstr ""
3045
 
3046
+ #: languages/vue.php:1024
3047
  msgid "Enabling %scross-domain tracking (additional setup required)%s allows you to track users across multiple properties you own (such as example-1.com and example-2.com as a single session. It also allows you fix an issue so that when a user has to go to an off-site hosted payment gateway to finish a purchase it doesn't count it as referral traffic from that gateway but maintains the visit as part of the same session.) It is required that the other site includes a Google Analytics tracker with the same UA Code."
3048
  msgstr ""
3049
 
3050
+ #: languages/vue.php:1027
3051
  msgid "Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %shelp page%s for info on how to enable this feature in FeedBurner."
3052
  msgstr ""
3053
 
3054
+ #: languages/vue.php:1030
3055
  msgid "Add domain"
3056
  msgstr ""
3057
 
3058
+ #: languages/vue.php:1033
3059
  msgid "Domain (example: %s)"
3060
  msgstr ""
3061
 
3062
+ #: languages/vue.php:1036
3063
  msgid "Please enter domain names only ( example: example.com not http://example.com )."
3064
  msgstr ""
3065
 
3066
+ #: languages/vue.php:1039
3067
  msgid "Cross Domain Tracking"
3068
  msgstr ""
3069
 
3070
+ #: languages/vue.php:1042
3071
  msgid "Yes (recommended) %s- Get the latest features, bugfixes, and security updates as they are released.%s"
3072
  msgstr ""
3073
 
3074
+ #: languages/vue.php:1045
3075
  msgid "Minor only %s- Get bugfixes and security updates, but not major features.%s"
3076
  msgstr ""
3077
 
3078
+ #: languages/vue.php:1048
3079
  msgid "None %s- Manually update everything.%s"
3080
  msgstr ""
3081
 
3082
+ #: languages/vue.php:1051
3083
  msgid "Automatic Updates"
3084
  msgstr ""
3085
 
3086
+ #: languages/vue.php:1054
3087
  msgid "Setup Wizard"
3088
  msgstr ""
3089
 
3090
+ #: languages/vue.php:1057
3091
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
3092
  msgstr ""
3093
 
3094
+ #: languages/vue.php:1060
3095
  msgid "Launch Setup Wizard"
3096
  msgstr ""
3097
 
3098
+ #: languages/vue.php:1063
3099
  msgid "Permissions"
3100
  msgstr ""
3101
 
3102
+ #: languages/vue.php:1066
3103
  msgid "Allow These User Roles to See Reports"
3104
  msgstr ""
3105
 
3106
+ #: languages/vue.php:1069
3107
  msgid "Users that have at least one of these roles will be able to view the reports."
3108
  msgstr ""
3109
 
3110
+ #: languages/vue.php:1072
3111
  msgid "Allow These User Roles to Save Settings"
3112
  msgstr ""
3113
 
3114
+ #: languages/vue.php:1075
3115
  msgid "Users that have at least one of these roles will be able to view and save the settings panel."
3116
  msgstr ""
3117
 
3118
+ #: languages/vue.php:1078
3119
  msgid "Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the manage_options capability."
3120
  msgstr ""
3121
 
3122
+ #: languages/vue.php:1081
3123
  msgid "Exclude These User Roles From Tracking"
3124
  msgstr ""
3125
 
3126
+ #: languages/vue.php:1084
3127
  msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
3128
  msgstr ""
3129
 
3130
+ #: languages/vue.php:1087
3131
  msgid "Performance"
3132
  msgstr ""
3133
 
3134
+ #: languages/vue.php:1090
3135
  msgid "Custom code"
3136
  msgstr ""
3137
 
3138
+ #: languages/vue.php:1093
3139
  msgid "Not for the average user: this allows you to add a line of code, to be added before the %spageview is sent%s."
3140
  msgstr ""
3141
 
3142
+ #: languages/vue.php:1099
3143
  msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
3144
  msgstr ""
3145
 
3146
+ #: languages/vue.php:1102
3147
  msgid "Enabled %s- Show reports and dashboard widget.%s"
3148
  msgstr ""
3149
 
3150
+ #: languages/vue.php:1105
3151
  msgid "Dashboard Widget Only %s- Disable reports, but show dashboard widget.%s"
3152
  msgstr ""
3153
 
3154
+ #: languages/vue.php:1108
3155
  msgid "Disabled %s- Hide reports and dashboard widget.%s"
3156
  msgstr ""
3157
 
3158
+ #: languages/vue.php:1111
3159
  msgid "Import/Export"
3160
  msgstr ""
3161
 
3162
+ #: languages/vue.php:1114
3163
  msgid "Import"
3164
  msgstr ""
3165
 
3166
+ #: languages/vue.php:1117
3167
  msgid "Import settings from another MonsterInsights website."
3168
  msgstr ""
3169
 
3170
+ #: languages/vue.php:1120
3171
  msgid "Export"
3172
  msgstr ""
3173
 
3174
+ #: languages/vue.php:1123
3175
  msgid "Export settings to import into another MonsterInsights install."
3176
  msgstr ""
3177
 
3178
+ #: languages/vue.php:1126
3179
  msgid "Import Settings"
3180
  msgstr ""
3181
 
3182
+ #: languages/vue.php:1129
3183
  msgid "Export Settings"
3184
  msgstr ""
3185
 
3186
+ #: languages/vue.php:1132
3187
  msgid "Please choose a file to import"
3188
  msgstr ""
3189
 
3190
+ #: languages/vue.php:1135
3191
  msgid "Use the filepicker below to select the settings export file from another site."
3192
  msgstr ""
3193
 
3194
+ #: languages/vue.php:1138
3195
  msgid "Use the button below to export a file with your MonsterInsights settings."
3196
  msgstr ""
3197
 
3198
+ #: languages/vue.php:1141
3199
  msgid "Uploading file..."
3200
  msgstr ""
3201
 
3202
+ #: languages/vue.php:1144
3203
  msgid "File imported"
3204
  msgstr ""
3205
 
3206
+ #: languages/vue.php:1147
3207
  msgid "Settings successfully updated!"
3208
  msgstr ""
3209
 
3210
+ #: languages/vue.php:1150
3211
  msgid "Error importing settings"
3212
  msgstr ""
3213
 
3214
+ #: languages/vue.php:1153
3215
  msgid "Please choose a .json file generated by a MonsterInsights settings export."
3216
  msgstr ""
3217
 
3218
+ #: languages/vue.php:1156
3219
  msgid "Total Add to Carts"
3220
  msgstr ""
3221
 
3222
+ #: languages/vue.php:1159
3223
  msgid "Total Removed from Cart"
3224
  msgstr ""
3225
 
3226
+ #: languages/vue.php:1162
3227
  msgid "The number of times products on your site were added to the cart."
3228
  msgstr ""
3229
 
3230
+ #: languages/vue.php:1165
3231
  msgid "The number of times products on your site were removed from the cart."
3232
  msgstr ""
3233
 
3234
+ #: languages/vue.php:1169
3235
  msgid "No data for this time period."
3236
  msgstr ""
3237
 
3238
+ #: languages/vue.php:1172
3239
  msgid "View Time to Purchase Report"
3240
  msgstr ""
3241
 
3242
+ #: languages/vue.php:1175
3243
  msgid "Days"
3244
  msgstr ""
3245
 
3246
+ #: languages/vue.php:1180
3247
  msgid "Transactions"
3248
  msgstr ""
3249
 
3250
+ #: languages/vue.php:1184
3251
  msgid "% of Total"
3252
  msgstr ""
3253
 
3254
+ #: languages/vue.php:1187
3255
  msgid "View Session to Purchase Report"
3256
  msgstr ""
3257
 
3258
+ #: languages/vue.php:1190
3259
  msgid "No conversion sources tracked during this time period."
3260
  msgstr ""
3261
 
3262
+ #: languages/vue.php:1193
3263
  msgid "View Top Conversions Sources Report"
3264
  msgstr ""
3265
 
3266
+ #: languages/vue.php:1196
3267
  msgid "Sources"
3268
  msgstr ""
3269
 
3270
+ #: languages/vue.php:1200
3271
  msgid "Visits"
3272
  msgstr ""
3273
 
3274
+ #: languages/vue.php:1203
3275
  msgid "% of Visits"
3276
  msgstr ""
3277
 
3278
+ #: languages/vue.php:1207
3279
  msgid "Revenue"
3280
  msgstr ""
3281
 
3282
+ #: languages/vue.php:1210
3283
  msgid "No product sales tracked during this time period."
3284
  msgstr ""
3285
 
3286
+ #: languages/vue.php:1213
3287
  msgid "View Full Top Products Report"
3288
  msgstr ""
3289
 
3290
+ #: languages/vue.php:1216
3291
  msgid "Product Name"
3292
  msgstr ""
3293
 
3294
+ #: languages/vue.php:1219
3295
  msgid "Quantity"
3296
  msgstr ""
3297
 
3298
+ #: languages/vue.php:1222
3299
  msgid "% of Sales"
3300
  msgstr ""
3301
 
3302
+ #: languages/vue.php:1225
3303
  msgid "Total Revenue"
3304
  msgstr ""
3305
 
3306
+ #: languages/vue.php:1228
3307
  msgid "Custom Campaign Parameters"
3308
  msgstr ""
3309
 
3310
+ #: languages/vue.php:1231
3311
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
3312
  msgstr ""
3313
 
3314
+ #: languages/vue.php:1234
3315
  msgid "A custom campaign is any ad campaign not using the AdWords auto-tagging feature. When users click one of the custom links, the unique parameters are sent to your Analytics account, so you can identify the urls that are the most effective in attracting users to your content."
3316
  msgstr ""
3317
 
3318
+ #: languages/vue.php:1237
3319
  msgid "Website URL %s"
3320
  msgstr ""
3321
 
3322
+ #: languages/vue.php:1240
3323
  msgid "The full website URL (e.g. %shttp://monsterinsights.test)%s"
3324
  msgstr ""
3325
 
3326
+ #: languages/vue.php:1243
3327
  msgid "Campaign Source %s"
3328
  msgstr ""
3329
 
3330
+ #: languages/vue.php:1246
3331
  msgid "Enter a referrer (e.g. %sfacebook, newsletter, google%s)"
3332
  msgstr ""
3333
 
3334
+ #: languages/vue.php:1249
3335
  msgid "Enter a marketing medium (e.g. %scpc, banner, email%s)"
3336
  msgstr ""
3337
 
3338
+ #: languages/vue.php:1252
3339
  msgid "Enter a name to easily identify (e.g. %sspring_sale%s)"
3340
  msgstr ""
3341
 
3342
+ #: languages/vue.php:1255
3343
  msgid "Enter the paid keyword"
3344
  msgstr ""
3345
 
3346
+ #: languages/vue.php:1258
3347
  msgid "Enter something to differentiate ads"
3348
  msgstr ""
3349
 
3350
+ #: languages/vue.php:1261
3351
  msgid "Use Fragment"
3352
  msgstr ""
3353
 
3354
+ #: languages/vue.php:1264
3355
  msgid "Set the parameters in the fragment portion of the URL %s(not recommended)%s"
3356
  msgstr ""
3357
 
3358
+ #: languages/vue.php:1267
3359
  msgid "URL to use"
3360
  msgstr ""
3361
 
3362
+ #: languages/vue.php:1270
3363
  msgid "Updates automatically"
3364
  msgstr ""
3365
 
3366
+ #: languages/vue.php:1273
3367
  msgid "Copy to clipboard"
3368
  msgstr ""
3369
 
3370
+ #: languages/vue.php:1276
3371
  msgid "More Information & Examples"
3372
  msgstr ""
3373
 
3374
+ #: languages/vue.php:1279
3375
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
3376
  msgstr ""
3377
 
3378
+ #: languages/vue.php:1282
3379
  msgid "Campaign Source"
3380
  msgstr ""
3381
 
3382
+ #: languages/vue.php:1285
3383
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
3384
  msgstr ""
3385
 
3386
+ #: languages/vue.php:1288
3387
  msgid "Campaign Medium"
3388
  msgstr ""
3389
 
3390
+ #: languages/vue.php:1291
3391
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
3392
  msgstr ""
3393
 
3394
+ #: languages/vue.php:1294
3395
  msgid "Campaign Name"
3396
  msgstr ""
3397
 
3398
+ #: languages/vue.php:1297
3399
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
3400
  msgstr ""
3401
 
3402
+ #: languages/vue.php:1300
3403
  msgid "Campaign Term"
3404
  msgstr ""
3405
 
3406
+ #: languages/vue.php:1303
3407
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
3408
  msgstr ""
3409
 
3410
+ #: languages/vue.php:1306
3411
  msgid "Campaign Content"
3412
  msgstr ""
3413
 
3414
+ #: languages/vue.php:1309
3415
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
3416
  msgstr ""
3417
 
3418
+ #: languages/vue.php:1312
3419
  msgid "Example: %s"
3420
  msgstr ""
3421
 
3422
+ #: languages/vue.php:1315
3423
  msgid "Examples: %s"
3424
  msgstr ""
3425
 
3426
+ #: languages/vue.php:1318
3427
  msgid "About Campaigns"
3428
  msgstr ""
3429
 
3430
+ #: languages/vue.php:1321
3431
  msgid "About Custom Campaigns"
3432
  msgstr ""
3433
 
3434
+ #: languages/vue.php:1324
3435
  msgid "Best practices for creating Custom Campaigns"
3436
  msgstr ""
3437
 
3438
+ #: languages/vue.php:1327
3439
  msgid "About the Referral Traffic report"
3440
  msgstr ""
3441
 
3442
+ #: languages/vue.php:1330
3443
  msgid "About traffic source dimensions"
3444
  msgstr ""
3445
 
3446
+ #: languages/vue.php:1333
3447
  msgid "AdWords Auto-Tagging"
3448
  msgstr ""
3449
 
3450
+ #: languages/vue.php:1336
3451
  msgid "Additional Information"
3452
  msgstr ""
3453
 
3454
+ #: languages/vue.php:1339
3455
  msgid "View All Affiliate Links Report"
3456
  msgstr ""
3457
 
3458
+ #: languages/vue.php:1342
3459
  msgid "No affiliate link clicks detected for this time period."
3460
  msgstr ""
3461
 
3462
+ #: languages/vue.php:1346
3463
  msgid "Links"
3464
  msgstr ""
3465
 
3466
+ #: languages/vue.php:1350
3467
  msgid "Total Clicks"
3468
  msgstr ""
3469
 
3470
+ #: languages/vue.php:1353
3471
  msgid "View Full Top Landing Pages Report"
3472
  msgstr ""
3473
 
3474
+ #: languages/vue.php:1356
3475
  msgid "No landing pages tracked during this time period."
3476
  msgstr ""
3477
 
3478
+ #: languages/vue.php:1360
3479
  msgid "Page Titles"
3480
  msgstr ""
3481
 
3482
+ #: languages/vue.php:1363
3483
  msgid "Avg. Duration"
3484
  msgstr ""
3485
 
3486
+ #: languages/vue.php:1366
3487
  msgid "View All Outbound Links Report"
3488
  msgstr ""
3489
 
3490
+ #: languages/vue.php:1369
3491
  msgid "No outbound link clicks detected for this time period."
3492
  msgstr ""
3493
 
3494
+ #: languages/vue.php:1372
3495
  msgid "View All Download Links Report"
3496
  msgstr ""
3497
 
3498
+ #: languages/vue.php:1375
3499
  msgid "No download link clicks detected for this time period."
3500
  msgstr ""
3501
 
3502
+ #: languages/vue.php:1378
3503
  msgid "Link Label"
3504
  msgstr ""
3505
 
3506
+ #: languages/vue.php:1381
3507
  msgid "Clicks"
3508
  msgstr ""
3509
 
3510
+ #: languages/vue.php:1384
3511
  msgid "Conversion Rate"
3512
  msgstr ""
3513
 
3514
+ #: languages/vue.php:1387
3515
  msgid "Avg. Order Value"
3516
  msgstr ""
3517
 
3518
+ #: languages/vue.php:1390
3519
  msgid "The percentage of website sessions resulting in a transaction."
3520
  msgstr ""
3521
 
3522
+ #: languages/vue.php:1393
3523
  msgid "The number of orders on your website."
3524
  msgstr ""
3525
 
3526
+ #: languages/vue.php:1396
3527
  msgid "The total of the orders placed."
3528
  msgstr ""
3529
 
3530
+ #: languages/vue.php:1399
3531
  msgid "The average amount of the orders placed on your website."
3532
  msgstr ""
3533
 
3534
+ #: languages/vue.php:1403
3535
  msgid "Show"
3536
  msgstr ""
3537
 
3538
+ #: languages/vue.php:1406
3539
  msgid "View Full Top Exit Pages Report"
3540
  msgstr ""
3541
 
3542
+ #: languages/vue.php:1409
3543
  msgid "No exit pages tracked during this time period."
3544
  msgstr ""
3545
 
3546
+ #: languages/vue.php:1412
3547
  msgid "Exits"
3548
  msgstr ""
3549
 
3550
+ #: languages/vue.php:1415
3551
  msgid "Page Views"
3552
  msgstr ""
3553
 
3554
+ #: languages/vue.php:1418
3555
  msgid "% of Exits"
3556
  msgstr ""
3557
 
3558
+ #: languages/vue.php:1421
3559
  msgid "Proceed"
3560
  msgstr ""
3561
 
3562
+ #: languages/vue.php:1424
3563
  msgid "Connection Information"
3564
  msgstr ""
3565
 
3566
+ #: languages/vue.php:1427
3567
  msgid "To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host."
3568
  msgstr ""
3569
 
3570
+ #: languages/vue.php:1430
3571
  msgid "Hostname"
3572
  msgstr ""
3573
 
3574
+ #: languages/vue.php:1433
3575
  msgid "FTP Username"
3576
  msgstr ""
3577
 
3578
+ #: languages/vue.php:1436
3579
  msgid "FTP Password"
3580
  msgstr ""
3581
 
3582
+ #: languages/vue.php:1439
3583
  msgid "This password will not be stored on the server."
3584
  msgstr ""
3585
 
3586
+ #: languages/vue.php:1442
3587
  msgid "Connection Type"
3588
  msgstr ""
3589
 
3590
+ #: languages/vue.php:1445
3591
  msgid "Cancel"
3592
  msgstr ""
3593
 
3594
+ #: languages/vue.php:1448
3595
  msgid "Deactivate"
3596
  msgstr ""
3597
 
3598
+ #: languages/vue.php:1451
3599
  msgid "Status: %s"
3600
  msgstr ""
3601
 
3602
+ #: languages/vue.php:1454
3603
  msgid "Not Installed"
3604
  msgstr ""
3605
 
3606
+ #: languages/vue.php:1458
3607
  msgid "Not Available"
3608
  msgstr ""
3609
 
3610
+ #: languages/vue.php:1461
3611
  msgid "Network Active"
3612
  msgstr ""
3613
 
3614
+ #: languages/vue.php:1464
3615
  msgid "Active"
3616
  msgstr ""
3617
 
3618
+ #: languages/vue.php:1467
3619
  msgid "Inactive"
3620
  msgstr ""
3621
 
3622
+ #: languages/vue.php:1470
3623
  msgid "Activating..."
3624
  msgstr ""
3625
 
3626
+ #: languages/vue.php:1473
3627
  msgid "Deactivating..."
3628
  msgstr ""
3629
 
3630
+ #: languages/vue.php:1476
3631
  msgid "vs. Previous Day"
3632
  msgstr ""
3633
 
3634
+ #: languages/vue.php:1479
3635
  msgid "No change"
3636
  msgstr ""
3637
 
3638
+ #: languages/vue.php:1482
3639
  msgid "Add your license key below to unlock . %sRetrieve your license key%s."
3640
  msgstr ""
3641
 
3642
+ #: languages/vue.php:1485
3643
  msgid "If you already have a PRO License add it below to unlock MonsterInsights PRO. %sRetrieve your license key%s."
3644
  msgstr ""
3645
 
3646
+ #: languages/vue.php:1488
3647
  msgid "If you already have a License key add it below to unlock MonsterInsights PRO. %sRetrieve your license key%s."
3648
  msgstr ""
3649
 
3650
+ #: languages/vue.php:1491
3651
  msgid "There was an error unlocking the upgrade please try again or install manually."
3652
  msgstr ""
3653
 
3654
+ #: languages/vue.php:1494
3655
  msgid "There was an error unlocking MonsterInsights PRO please try again or install manually."
3656
  msgstr ""
3657
 
3658
+ #: languages/vue.php:1497
3659
  msgid "Congratulations You Successfully Unlocked the most powerful Analytics plugin"
3660
  msgstr ""
3661
 
3662
+ #: languages/vue.php:1500
3663
  msgid "Unlock PRO features"
3664
  msgstr ""
3665
 
3666
+ #: languages/vue.php:1503
3667
  msgid "Congratulations! "
3668
  msgstr ""
3669
 
3670
+ #: languages/vue.php:1506
3671
  msgid "You Successfully Unlocked the most powerful Analytics plugin"
3672
  msgstr ""
3673
 
3674
+ #: languages/vue.php:1509
3675
  msgid "Unlock PRO Features Now"
3676
  msgstr ""
3677
 
3678
+ #: languages/vue.php:1518
 
 
 
 
3679
  msgid "Getting Started"
3680
  msgstr ""
3681
 
3682
+ #: languages/vue.php:1521
3683
  msgid "Lite vs Pro"
3684
  msgstr ""
3685
 
3686
+ #: languages/vue.php:1530
3687
  msgid "Yes!"
3688
  msgstr ""
3689
 
3690
+ #: languages/vue.php:1533
3691
  msgid "Awesome! Could you please do me a BIG favor and give it a 5-star rating on WordPress to help us spread the word and boost our motivation?"
3692
  msgstr ""
3693
 
3694
+ #: languages/vue.php:1536
3695
  msgid "Sorry to hear you aren't enjoying MonsterInsights. We would love a chance to improve. Could you take a minute and let us know what we can do better?"
3696
  msgstr ""
3697
 
3698
+ #: languages/vue.php:1551
3699
  msgid "~ Syed Balkhi%sCo-Founder of MonsterInsights"
3700
  msgstr ""
3701
 
3702
+ #: languages/vue.php:1554
3703
  msgid "Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features."
3704
  msgstr ""
3705
 
3706
+ #: languages/vue.php:1557
3707
  msgid "Feature"
3708
  msgstr ""
3709
 
3710
+ #: languages/vue.php:1560
3711
  msgid "Lite"
3712
  msgstr ""
3713
 
3714
+ #: languages/vue.php:1563
3715
  msgid "Pro"
3716
  msgstr ""
3717
 
3718
+ #: languages/vue.php:1566
3719
  msgid "Get MonsterInsights Pro Today and Unlock all the Powerful Features"
3720
  msgstr ""
3721
 
3722
+ #: languages/vue.php:1569
3723
  msgid "Bonus: MonsterInsights Lite users get %s50%% off regular price%s, automatically applied at checkout."
3724
  msgstr ""
3725
 
3726
+ #: languages/vue.php:1572
3727
  msgid "Would you like to learn more about all of the settings available in WPForms? In addition to tons of customization options within the form builder, WPForms has an extensive list of plugin-wide options available. This includes choosing your currency, adding GDPR enhancements, setting up integrations."
3728
  msgstr ""
3729
 
3730
+ #: languages/vue.php:1575
3731
  msgid "How to Create GDPR Compliant Forms"
3732
  msgstr ""
3733
 
3734
+ #: languages/vue.php:1578
3735
  msgid "Do you need to check that your forms are compliant with the European Union’s General Data Protection Regulation? The best way to ensure GDPR compliance for your specific site is always to consult legal counsel. In this guide, we’ll discuss general considerations for GDPR compliance in your WordPress forms."
3736
  msgstr ""
3737
 
3738
+ #: languages/vue.php:1581
3739
  msgid "How to Install and Activate WPForms Addons"
3740
  msgstr ""
3741
 
3742
+ #: languages/vue.php:1584
3743
  msgid "Would you like to access WPForms addons to extend the functionality of your forms? The first thing you need to do is install WPForms. Once that’s done, let’s go ahead and look at the process of activating addons."
3744
  msgstr ""
3745
 
3746
+ #: languages/vue.php:1587
3747
  msgid "Read Documentation"
3748
  msgstr ""
3749
 
3750
+ #: languages/vue.php:1590
3751
  msgid "Getting Started with MonsterInsights"
3752
  msgstr ""
3753
 
3754
+ #: languages/vue.php:1593
3755
  msgid "Congratulations on your investment in MonsterInsights and your decision to start making data-driven decisions to grow your business! 🙂"
3756
  msgstr ""
3757
 
3758
+ #: languages/vue.php:1596
3759
  msgid "Remember, top-performing organizations use analytics 5x more than bottom performers."
3760
  msgstr ""
3761
 
3762
+ #: languages/vue.php:1599
3763
  msgid "Our goal is to make it as easy as possible for you to measure and track your stats so you can grow your business."
3764
  msgstr ""
3765
 
3766
+ #: languages/vue.php:1602
3767
  msgid "How to connect MonsterInsights to Google Analytics"
3768
  msgstr ""
3769
 
3770
+ #: languages/vue.php:1605
3771
  msgid "Custom Link Attribution"
3772
  msgstr ""
3773
 
3774
+ #: languages/vue.php:1608
3775
  msgid "Get MonsterInsights Pro and Unlock all the Powerful Features"
3776
  msgstr ""
3777
 
3778
+ #: languages/vue.php:1611
3779
  msgid "Thanks for being a loyal MonsterInsights Lite user. %sUpgrade to MonsterInsights Pro%s to unlock all the awesome features and experience why WPForms is consistently rated the best WordPress form builder."
3780
  msgstr ""
3781
 
3782
+ #: languages/vue.php:1614
3783
  msgid "We know that you will truly love MonsterInsights. It has over 2000+ five star ratings (%s) and is active on over 1 million websites."
3784
  msgstr ""
3785
 
3786
+ #: languages/vue.php:1617
3787
  msgid "Entry Management - view all leads in one place."
3788
  msgstr ""
3789
 
3790
+ #: languages/vue.php:1620
3791
  msgid "All form features like file upload, pagination, etc."
3792
  msgstr ""
3793
 
3794
+ #: languages/vue.php:1623
3795
  msgid "Create surveys & polls with the surveys addon."
3796
  msgstr ""
3797
 
3798
+ #: languages/vue.php:1626
3799
  msgid "WordPress user registration and login forms."
3800
  msgstr ""
3801
 
3802
+ #: languages/vue.php:1629
3803
  msgid "Create payment forms with Stripe and PayPal."
3804
  msgstr ""
3805
 
3806
+ #: languages/vue.php:1632
3807
  msgid "Powerful Conditional Logic so you can create smart forms."
3808
  msgstr ""
3809
 
3810
+ #: languages/vue.php:1635
3811
  msgid "500+ integrations with different marketing & payment services."
3812
  msgstr ""
3813
 
3814
+ #: languages/vue.php:1638
3815
  msgid "Collect signatures, geo-location data, and more."
3816
  msgstr ""
3817
 
3818
+ #: languages/vue.php:1641
3819
  msgid "Accept user submitted content with Post Submissions addon."
3820
  msgstr ""
3821
 
3822
+ #: languages/vue.php:1644
3823
  msgid "Bonus form templates, form abandonment, and more."
3824
  msgstr ""
3825
 
3826
+ #: languages/vue.php:1647
3827
  msgid "How to Choose the Right Form Field"
3828
  msgstr ""
3829
 
3830
+ #: languages/vue.php:1650
3831
  msgid "Are you wondering which form fields you have access to in WPForms and what each field does? WPForms has lots of field types to make creating and filling out forms easy. In this tutorial, we’ll cover all of the fields available in WPForms."
3832
  msgstr ""
3833
 
3834
+ #: languages/vue.php:1653
3835
  msgid "A Complete Guide to WPForms Settings"
3836
  msgstr ""
3837
 
3838
+ #: languages/vue.php:1656
3839
  msgid "MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions."
3840
  msgstr ""
3841
 
3842
+ #: languages/vue.php:1659
3843
  msgid "Hello and welcome to MonsterInsights, the best Google Analytics plugin for WordPress. MonsterInsights shows you exactly which content gets the most visit, so you can analyze and optimize it for higher conversions."
3844
  msgstr ""
3845
 
3846
+ #: languages/vue.php:1662
3847
  msgid "Over the years, we found that most WordPress contact form plugins were bloated, buggy, slow, and very hard to use. So we started with a simple goal: build a WordPress forms plugin that’s both easy and powerful."
3848
  msgstr ""
3849
 
3850
+ #: languages/vue.php:1665
3851
  msgid "Our goal is to take the pain out of creating online forms and make it easy."
3852
  msgstr ""
3853
 
3854
+ #: languages/vue.php:1668
3855
  msgid "WPForms is brought to you by the same team that’s behind the largest WordPress resource site, WPBeginner, the most popular lead-generation software, OptinMonster, and the best WordPress analytics plugin, MonsterInsights."
3856
  msgstr ""
3857
 
3858
+ #: languages/vue.php:1671
3859
  msgid "Yup, we know a thing or two about building awesome products that customer love."
3860
  msgstr ""
3861
 
3862
+ #: languages/vue.php:1674
3863
  msgid "Can't install plugin. Error: %s, %s"
3864
  msgstr ""
3865
 
3866
+ #: languages/vue.php:1677
3867
  msgid "You appear to be offline. Plugin not installed."
3868
  msgstr ""
3869
 
3870
+ #: languages/vue.php:1680
3871
  msgid "Last 30 Days Insights"
3872
  msgstr ""
3873
 
3874
+ #: languages/vue.php:1683
3875
  msgid "Want to see page-specific stats?"
3876
  msgstr ""
3877
 
3878
+ #: languages/vue.php:1686
3879
  msgid "Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions."
3880
  msgstr ""
3881
 
3882
+ #: languages/vue.php:1689
3883
  msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
3884
  msgstr ""
3885
 
3886
+ #: languages/vue.php:1692
3887
  msgid "Increase your sales & revenue with insights. MonsterInsights answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more."
3888
  msgstr ""
3889
 
3890
+ #: languages/vue.php:1695
3891
  msgid "See Your Conversion Rate to Improve Funnel"
3892
  msgstr ""
3893
 
3894
+ #: languages/vue.php:1698
3895
  msgid "See The Number of Transactions and make data-driven decisions"
3896
  msgstr ""
3897
 
3898
+ #: languages/vue.php:1701
3899
  msgid "See The Total Revenue to Track Growth"
3900
  msgstr ""
3901
 
3902
+ #: languages/vue.php:1704
3903
  msgid "See Average Order Value to Find Offer Opportunities"
3904
  msgstr ""
3905
 
3906
+ #: languages/vue.php:1707
3907
  msgid "See Your Top Products to See Individual Performance"
3908
  msgstr ""
3909
 
3910
+ #: languages/vue.php:1710
3911
  msgid "See Your Top Conversion Sources and Focus on what's working"
3912
  msgstr ""
3913
 
3914
+ #: languages/vue.php:1713
3915
  msgid "See The Time it takes for Customers to Purchase"
3916
  msgstr ""
3917
 
3918
+ #: languages/vue.php:1716
3919
  msgid "See How Many Sessions are needed for a Purchase"
3920
  msgstr ""
3921
 
3922
+ #: languages/vue.php:1719
3923
  msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
3924
  msgstr ""
3925
 
3926
+ #: languages/vue.php:1722
3927
  msgid "Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
3928
  msgstr ""
3929
 
3930
+ #: languages/vue.php:1725
3931
  msgid "See Which Authors Generate the Most Traffic"
3932
  msgstr ""
3933
 
3934
+ #: languages/vue.php:1728
3935
  msgid "See Which Post Types Perform Better"
3936
  msgstr ""
3937
 
3938
+ #: languages/vue.php:1731
3939
  msgid "See Which Categories are the Most Popular"
3940
  msgstr ""
3941
 
3942
+ #: languages/vue.php:1734
3943
  msgid "See Your Blog's most populare SEO Scores"
3944
  msgstr ""
3945
 
3946
+ #: languages/vue.php:1737
3947
  msgid "See Which Focus Keyword is Performing Better in Search Engines"
3948
  msgstr ""
3949
 
3950
+ #: languages/vue.php:1740
3951
  msgid "Unlock the Forms Report and Improve Conversions"
3952
  msgstr ""
3953
 
3954
+ #: languages/vue.php:1743
3955
  msgid "Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data."
3956
  msgstr ""
3957
 
3958
+ #: languages/vue.php:1746
3959
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
3960
  msgstr ""
3961
 
3962
+ #: languages/vue.php:1749
3963
  msgid "See Your Top Converting Forms and Optimize"
3964
  msgstr ""
3965
 
3966
+ #: languages/vue.php:1752
3967
  msgid "See Your Forms Impressions Count to Find the Best Placement"
3968
  msgstr ""
3969
 
3970
+ #: languages/vue.php:1755
3971
  msgid "Unlock the Search Console Report and See How People Find Your Website"
3972
  msgstr ""
3973
 
3974
+ #: languages/vue.php:1758
3975
  msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
3976
  msgstr ""
3977
 
3978
+ #: languages/vue.php:1761
3979
  msgid "See Your Top Google Search Terms and Optimize Content"
3980
  msgstr ""
3981
 
3982
+ #: languages/vue.php:1764
3983
  msgid "See The Number of Clicks and Track Interests"
3984
  msgstr ""
3985
 
3986
+ #: languages/vue.php:1767
3987
  msgid "See The Click-Through-Ratio and Improve SEO"
3988
  msgstr ""
3989
 
3990
+ #: languages/vue.php:1770
3991
  msgid "See The Average Results Position and Focus on what works"
3992
  msgstr ""
3993
 
3994
+ #: languages/vue.php:1773
3995
  msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
3996
  msgstr ""
3997
 
3998
+ #: languages/vue.php:1776
3999
  msgid "Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitors activity when you need it."
4000
  msgstr ""
4001
 
4002
+ #: languages/vue.php:1779
4003
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
4004
  msgstr ""
4005
 
4006
+ #: languages/vue.php:1782
4007
  msgid "See Your Top Pages Immediately After Making Changes"
4008
  msgstr ""
4009
 
4010
+ #: languages/vue.php:1785
4011
  msgid "See Your Top Referral Sources and Adapt Faster"
4012
  msgstr ""
4013
 
4014
+ #: languages/vue.php:1788
4015
  msgid "See Your Traffic Demographics and "
4016
  msgstr ""
4017
 
4018
+ #: languages/vue.php:1791
4019
  msgid "Get Fresh Reports Data Every 60 Seconds"
4020
  msgstr ""
4021
 
4022
+ #: languages/vue.php:1794
4023
  msgid "GDPR Guide"
4024
  msgstr ""
4025
 
4026
+ #: languages/vue.php:1797
4027
  msgid "Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help MonsterInsights users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. "
4028
  msgstr ""
4029
 
4030
+ #: languages/vue.php:1800
4031
  msgid "How to install and activate MonsterInsights addons"
4032
  msgstr ""
4033
 
4034
+ #: languages/vue.php:1803
4035
  msgid "The process for installing and activating addons is quick and easy after you install the MonsterInsights plugin. In this guide we’ll walk you through the process, step by step."
4036
  msgstr ""
4037
 
4038
+ #: languages/vue.php:1806
4039
  msgid "MonsterInsights is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard."
4040
  msgstr ""
4041
 
4042
+ #: languages/vue.php:1809
4043
  msgid "To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away."
4044
  msgstr ""
4045
 
4046
+ #: languages/vue.php:1812
4047
  msgid "In no time at all, and after just a few clicks, you'll have setup the most powerful Google Analytics tracking available for WordPress. It's easy to double your traffic and sales when you know exactly how people find and use your website. Let's get started!."
4048
  msgstr ""
4049
 
4050
+ #: languages/vue.php:1815
4051
  msgid "Launch the wizard!"
4052
  msgstr ""
4053
 
4054
+ #: languages/vue.php:1818
4055
  msgid "Thanks for being a loyal MonsterInsights Lite user. %sUpgrade to MonsterInsights Pro%s to unlock all the awesome features and experience why MonsterInsights is consistently rated the best Google Analytics solution for WordPress."
4056
  msgstr ""
4057
 
4058
+ #: languages/vue.php:1821
4059
  msgid "Universal Tracking across devices and campaigns with just a few clicks."
4060
  msgstr ""
4061
 
4062
+ #: languages/vue.php:1824
4063
  msgid "See your website analytics reports inside the WordPress dashboard"
4064
  msgstr ""
4065
 
4066
+ #: languages/vue.php:1827
4067
  msgid "Get real-time stats right inside WordPress"
4068
  msgstr ""
4069
 
4070
+ #: languages/vue.php:1830
4071
  msgid "1-click Google Analytics Enhanced Ecommerce tracking"
4072
  msgstr ""
4073
 
4074
+ #: languages/vue.php:1833
4075
  msgid "Get detailed stats for each post and page."
4076
  msgstr ""
4077
 
4078
+ #: languages/vue.php:1836
4079
  msgid "Automatically track clicks on your affiliate links and ads."
4080
  msgstr ""
4081
 
4082
+ #: languages/vue.php:1839
4083
  msgid "Make Google Analytics GDPR compliant automatically"
4084
  msgstr ""
4085
 
4086
+ #: languages/vue.php:1842
4087
  msgid "Setup tracking for authors, categories, tags, search, custom post types, users and others"
4088
  msgstr ""
4089
 
4090
+ #: languages/vue.php:1845
4091
  msgid "Enable Google Optimize for A/B testing, adjust sample speed & sample rate."
4092
  msgstr ""
4093
 
4094
+ #: languages/vue.php:1848
4095
  msgid "More advanced features"
4096
  msgstr ""
4097
 
4098
+ #: languages/vue.php:1851
4099
  msgid "How to Connect to Google Analytics"
4100
  msgstr ""
4101
 
4102
+ #: languages/vue.php:1854
4103
  msgid "After you install MonsterInsights, you’ll need to connect your WordPress site with your Google Analytics account. MonsterInsights makes the process easy, with no coding required."
4104
  msgstr ""
4105
 
4106
+ #: languages/vue.php:1857
4107
  msgid "Guide and Checklist for Advanced Insights"
4108
  msgstr ""
4109
 
4110
+ #: languages/vue.php:1860
4111
  msgid "Our goal is to make it as easy as possible for you to measure and track your stats so you can grow your business. This easy-to-follow guide and checklist will get you set up with MonsterInsights’ advanced tracking."
4112
  msgstr ""
4113
 
4114
+ #: languages/vue.php:1863
4115
  msgid "Advanced Reports (eCommerce, publisher)"
4116
  msgstr ""
4117
 
4118
+ #: languages/vue.php:1866
4119
  msgid "Custom Date Ranges"
4120
  msgstr ""
4121
 
4122
+ #: languages/vue.php:1869
4123
  msgid "Admin Bar Insights"
4124
  msgstr ""
4125
 
4126
+ #: languages/vue.php:1872
4127
  msgid "Page Insights"
4128
  msgstr ""
4129
 
4130
+ #: languages/vue.php:1875
4131
  msgid "Search Engine Tracking"
4132
  msgstr ""
4133
 
4134
+ #: languages/vue.php:1878
4135
  msgid "eCommerce Tracking"
4136
  msgstr ""
4137
 
4138
+ #: languages/vue.php:1881
4139
  msgid "EU Compliance Addon"
4140
  msgstr ""
4141
 
4142
+ #: languages/vue.php:1884
4143
  msgid "Form Tracking"
4144
  msgstr ""
4145
 
4146
+ #: languages/vue.php:1887
4147
  msgid "AMP Tracking"
4148
  msgstr ""
4149
 
4150
+ #: languages/vue.php:1890
4151
  msgid "userID Tracking"
4152
  msgstr ""
4153
 
4154
+ #: languages/vue.php:1896
4155
  msgid "No Addons Included"
4156
  msgstr ""
4157
 
4158
+ #: languages/vue.php:1899
4159
  msgid "All Addons Included"
4160
  msgstr ""
4161
 
4162
+ #: languages/vue.php:1902
4163
  msgid "eCommerce, Custom Dimensions, Page Insights, EU Compliance and more (10 total)"
4164
  msgstr ""
4165
 
4166
+ #: languages/vue.php:1908
4167
  msgid "Limited support"
4168
  msgstr ""
4169
 
4170
+ #: languages/vue.php:1911
4171
  msgid "Priority Support"
4172
  msgstr ""
4173
 
4174
+ #: languages/vue.php:1914
4175
  msgid "Outbound Link Tracking"
4176
  msgstr ""
4177
 
4178
+ #: languages/vue.php:1917
4179
  msgid "Don't track administrators"
4180
  msgstr ""
4181
 
4182
+ #: languages/vue.php:1920
4183
  msgid "Basic Dashboard Widget"
4184
  msgstr ""
4185
 
4186
+ #: languages/vue.php:1923
4187
  msgid "Advanced Dashboard Widget"
4188
  msgstr ""
4189
 
4190
+ #: languages/vue.php:1926
4191
  msgid "Overview Reports (critical statistics)"
4192
  msgstr ""
4193
 
4194
+ #: languages/vue.php:1929
4195
  msgid "The MonsterInsights Team: Syed, Chris, Jay, Mircea and Sunita"
4196
  msgstr ""
4197
 
4198
+ #: languages/vue.php:1932
4199
  msgid "Available in PRO version"
4200
  msgstr ""
4201
 
4202
+ #: languages/vue.php:1935
4203
  msgid "Powered by MonsterInsights"
4204
  msgstr ""
4205
 
4206
+ #: languages/vue.php:1938
4207
  msgid "Last 30 Days Insights for:"
4208
  msgstr ""
4209
 
4210
+ #: languages/vue.php:1941
4211
  msgid "Your Website"
4212
  msgstr ""
4213
 
4214
+ #: languages/vue.php:1944
4215
  msgid "Hide Admin Bar Reports"
4216
  msgstr ""
4217
 
4218
+ #: languages/vue.php:1947
4219
  msgid "Scroll Tracking"
4220
  msgstr ""
4221
 
4222
+ #: languages/vue.php:1950
4223
  msgid "Track Scrolling Depth"
4224
  msgstr ""
4225
 
4226
+ #: languages/vue.php:1953
4227
  msgid "Upgrade to the PRO version and automatically add scroll tracking for all your website's pages."
4228
  msgstr ""
4229
 
4230
+ #: languages/vue.php:1956
4231
+ msgid "Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site."
4232
+ msgstr ""
4233
+
4234
+ #: languages/vue.php:1959
4235
+ msgid "The MonsterInsights Team: Syed, Chris, Jay, Mircea, Sunita and Basanta"
4236
+ msgstr ""
4237
+
4238
+ #: languages/vue.php:1962
4239
+ msgid "It looks like you added a Google Analytics tracking code in the custom code area, this can potentially prevent proper tracking. If you want to use a manual UA please use the setting in the %sGeneral%s tab."
4240
+ msgstr ""
4241
+
4242
+ #: languages/vue.php:1965
4243
+ msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
4244
+ msgstr ""
4245
+
4246
+ #: languages/vue.php:1968
4247
+ msgid "Cross domain tracking makes it possible for Analytics to see sessions on two related sites as a single session. More info on specific setup steps can be found in our %sknowledge base%s."
4248
+ msgstr ""
4249
+
4250
+ #: languages/vue.php:1971
4251
+ msgid "The full website URL (e.g. %s %s%s)"
4252
+ msgstr ""
4253
+
4254
+ #: languages/vue.php:1974
4255
+ msgid "Can't load report data. Error: %s, %s"
4256
+ msgstr ""
4257
+
4258
+ #: languages/vue.php:1977
4259
+ msgid "Advanced Publisher Reports & Tracking"
4260
+ msgstr ""
4261
+
4262
+ #: languages/vue.php:1980
4263
+ msgid "Google Accelerated Mobile Pages ( AMP ), Facebook Instant Articles, Google Optimize, Site speed and Sample Rate."
4264
+ msgstr ""
4265
+
4266
+ #: languages/vue.php:1983
4267
+ msgid "WordPress Admin Area Reports"
4268
+ msgstr ""
4269
+
4270
+ #: languages/vue.php:1986
4271
+ msgid "Standard Reports"
4272
+ msgstr ""
4273
+
4274
+ #: languages/vue.php:1989
4275
+ msgid "Overview Reports"
4276
+ msgstr ""
4277
+
4278
+ #: languages/vue.php:1992
4279
+ msgid "Advanced Reports"
4280
+ msgstr ""
4281
+
4282
+ #: languages/vue.php:1995
4283
+ msgid "Publishers, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time."
4284
+ msgstr ""
4285
+
4286
+ #: languages/vue.php:1998
4287
+ msgid "Dashboard Widget"
4288
+ msgstr ""
4289
+
4290
+ #: languages/vue.php:2001
4291
+ msgid "Basic Widget"
4292
+ msgstr ""
4293
+
4294
+ #: languages/vue.php:2004
4295
+ msgid "Overview Report Numbers"
4296
+ msgstr ""
4297
+
4298
+ #: languages/vue.php:2007
4299
+ msgid "Includes More Overview data, Publisher and eCommerce reports ( 9 different sections ) and time period selector."
4300
+ msgstr ""
4301
+
4302
+ #: languages/vue.php:2010
4303
+ msgid "Universal Tracking"
4304
+ msgstr ""
4305
+
4306
+ #: languages/vue.php:2013
4307
+ msgid "Custom Google Analytics Link Tracking"
4308
+ msgstr ""
4309
+
4310
+ #: languages/vue.php:2016
4311
+ msgid "Standard Tracking Only"
4312
+ msgstr ""
4313
+
4314
+ #: languages/vue.php:2019
4315
+ msgid "Access to All Standard and additional"
4316
+ msgstr ""
4317
+
4318
+ #: languages/vue.php:2022
4319
+ msgid "Outbound, File downloads, Affiliate, Mailto and Telephone links."
4320
+ msgstr ""
4321
+
4322
+ #: languages/vue.php:2025
4323
+ msgid "Scroll tracking, etc"
4324
+ msgstr ""
4325
+
4326
+ #: languages/vue.php:2028
4327
+ msgid "One-click Complete eCommerce tracking"
4328
+ msgstr ""
4329
+
4330
+ #: languages/vue.php:2031
4331
+ msgid "For WooCommerce, Easy Digital Downloads and MemberPress."
4332
+ msgstr ""
4333
+
4334
+ #: languages/vue.php:2034
4335
+ msgid "One-click Form Events Tracking"
4336
+ msgstr ""
4337
+
4338
+ #: languages/vue.php:2037
4339
+ msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin."
4340
+ msgstr ""
4341
+
4342
+ #: languages/vue.php:2040
4343
+ msgid "Publisher Tracking"
4344
+ msgstr ""
4345
+
4346
+ #: languages/vue.php:2043
4347
+ msgid "Enabling eCommerce Tracking and Reports"
4348
+ msgstr ""
4349
+
4350
+ #: languages/vue.php:2046
4351
+ msgid "Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with MonsterInsights? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks."
4352
+ msgstr ""
4353
+
4354
+ #: languages/vue.php:2049
4355
+ msgid "Setup tracking for authors, categories, tags, custom post types, users and more"
4356
+ msgstr ""
4357
+
4358
+ #: languages/vue.php:2052
4359
+ msgid "Over the years, we found that in order to get the most out of Google Analytics, you needed a full time developer who could implement custom tracking, so that Google Analytics would integrate with things like WooCommerce, and track things which Google doesn't by default, like outbound links."
4360
+ msgstr ""
4361
+
4362
+ #: languages/vue.php:2055
4363
+ msgid "Our goal is to take the pain out of analytics, making it simple and easy, by eliminating the need to have to worry about code, putting the best reports directly into the area you already go to (your WordPress dashboard), and adding the most advanced insights and features without complicating our plugin with tons of settings. Quite simply, it should \"just work\"."
4364
+ msgstr ""
4365
+
4366
+ #: languages/vue.php:2058
4367
+ msgid "MonsterInsights is brought to you bythe same team that's behind the largest WordPress resource site, WPBeginner, the most popular lead-generation software, OptinMonster, and the best WordPress forms plugin, WPForms."
4368
+ msgstr ""
4369
+
4370
+ #: languages/vue.php:2061
4371
+ msgid "Overview Report for the last 30 days."
4372
+ msgstr ""
4373
+
4374
+ #: languages/vue.php:2064
4375
+ msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom dates selection."
4376
+ msgstr ""
4377
+
4378
+ #: languages/vue.php:2067
4379
+ msgid "Overview Report Synopsis"
4380
+ msgstr ""
4381
+
4382
+ #: languages/vue.php:2070
4383
+ msgid "Includes All Overview Data, Publisher reports and 6 different eCommerce reports."
4384
+ msgstr ""
4385
+
4386
+ #: languages/vue.php:2073
4387
+ msgid "Publisher Reports"
4388
+ msgstr ""
4389
+
4390
+ #: languages/vue.php:2076
4391
+ msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data."
4392
+ msgstr ""
4393
+
4394
+ #: languages/vue.php:2079
4395
+ msgid "Author, Post Type, Category, Tags, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time."
4396
+ msgstr ""
4397
+
4398
+ #: languages/vue.php:2082
4399
+ msgid "Standard Tracking"
4400
+ msgstr ""
4401
+
4402
+ #: languages/vue.php:2085
4403
+ msgid "Access to All Standard and Additional"
4404
+ msgstr ""
4405
+
4406
+ #: languages/vue.php:2088
4407
+ msgid "Outbound, File Downloads, Affiliate, Email, Telephone and Custom Link Attribution."
4408
+ msgstr ""
4409
+
4410
+ #: languages/vue.php:2091
4411
+ msgid "No-Code-Needed Tracking Features"
4412
+ msgstr ""
4413
+
4414
+ #: languages/vue.php:2094
4415
+ msgid "Basic Options"
4416
+ msgstr ""
4417
+
4418
+ #: languages/vue.php:2097
4419
+ msgid "Cross-Domain Tracking, Anonymize IP Addresses, Exclude Administrator Tracking."
4420
+ msgstr ""
4421
+
4422
+ #: languages/vue.php:2100
4423
+ msgid "Advanced Tracking Options"
4424
+ msgstr ""
4425
+
4426
+ #: languages/vue.php:2103
4427
+ msgid "Google Accelerated Mobile Pages (AMP), Facebook Instant Articles, Scroll Depth Tracking, GDPR EU Compliance, Google Optimize, Site speed and Sample Rate."
4428
+ msgstr ""
4429
+
4430
+ #: languages/vue.php:2106
4431
+ msgid "For your WooCommerce, Easy Digital Downloads or MemberPress stores."
4432
+ msgstr ""
4433
+
4434
+ #: languages/vue.php:2109
4435
+ msgid "%s can't be empty."
4436
+ msgstr ""
4437
+
4438
+ #: languages/vue.php:2112
4439
+ msgid "Duplicate values are not allowed."
4440
+ msgstr ""
4441
+
4442
+ #: languages/vue.php:2115
4443
+ msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date selection."
4444
+ msgstr ""
4445
+
4446
+ #: languages/vue.php:2118
4447
+ msgid "Access to Standard Tracking plus"
4448
+ msgstr ""
4449
+
4450
+ #: languages/vue.php:2121
4451
+ msgid "Basic Tracking Options"
4452
+ msgstr ""
4453
+
4454
+ #: languages/vue.php:2124
4455
+ msgid "Cross-Domain Tracking, Anonymize IP Addresses, Exclude Administrators from Being Tracked."
4456
+ msgstr ""
4457
+
4458
+ #: languages/vue.php:2127
4459
+ msgid "Google Accelerated Mobile Pages (AMP), Facebook Instant Articles, GDPR EU Compliance, Google Optimize, Site Speed and Sample Rate."
4460
+ msgstr ""
4461
+
4462
+ #: languages/vue.php:2130
4463
+ msgid "Overview Reports for the last 30 days."
4464
+ msgstr ""
4465
+
4466
+ #: languages/vue.php:2133
4467
+ msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
4468
+ msgstr ""
4469
+
4470
+ #: languages/vue.php:2136
4471
+ msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
4472
+ msgstr ""
4473
+
4474
+ #: languages/vue.php:2139
4475
+ msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
4476
+ msgstr ""
4477
+
4478
+ #: languages/vue.php:2142
4479
+ msgid "Complete Custom Dimensions Tracking"
4480
+ msgstr ""
4481
+
4482
+ #: languages/vue.php:2145
4483
+ msgid "Track and measure by the Author, Post Type, Category, Tags, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
4484
+ msgstr ""
4485
+
4486
+ #: languages/vue.php:2148
4487
+ msgid "Included"
4488
+ msgstr ""
4489
+
4490
+ #: languages/vue.php:2151
4491
+ msgid "Advanced Tracking"
4492
+ msgstr ""
4493
+
4494
+ #: languages/vue.php:2154
4495
+ msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
4496
+ msgstr ""
4497
+
4498
+ #: languages/vue.php:2157
4499
+ msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
4500
+ msgstr ""
4501
+
4502
+ #: languages/vue.php:2160
4503
+ msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
4504
+ msgstr ""
4505
+
4506
+ #: languages/vue.php:2163
4507
+ msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
4508
+ msgstr ""
4509
+
4510
+ #: languages/vue.php:2166
4511
+ msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
4512
+ msgstr ""
4513
+
4514
+ #: languages/vue.php:2169
4515
+ msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
4516
+ msgstr ""
4517
+
4518
+ #: languages/vue.php:2172
4519
+ msgid "MonsterInsights is brought to you by the same team that's behind the largest WordPress resource site, WPBeginner, the most popular lead-generation software, OptinMonster, and the best WordPress forms plugin, WPForms."
4520
+ msgstr ""
4521
+
4522
  #: googleanalytics.php:272
4523
  #: googleanalytics.php:286
4524
  msgid "Cheatin&#8217; huh?"
languages/vue.php CHANGED
@@ -1,24 +1,28 @@
1
  <?php
2
  /* THIS IS A GENERATED FILE. DO NOT EDIT DIRECTLY. */
3
  $generated_i18n_strings = array(
 
4
  // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:31
5
  __( 'Forms Tracking', 'google-analytics-for-wordpress' ),
6
 
7
  // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:32
8
  __( 'See who\'s viewing and submitting your forms, so you can increase your conversion rate.', 'google-analytics-for-wordpress' ),
9
 
10
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:155
11
  __( 'Google Optimize', 'google-analytics-for-wordpress' ),
12
 
13
  // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:34
14
  __( 'Use Google Optimize to retarget your website visitors and perform A/B split tests with ease.', 'google-analytics-for-wordpress' ),
15
 
16
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:150
 
 
17
  __( 'Custom Dimensions', 'google-analytics-for-wordpress' ),
18
 
19
  // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:36
20
  __( 'Add Custom Dimensions and track who\'s the most popular author on your site, which post types get the most traffic, and more', 'google-analytics-for-wordpress' ),
21
 
 
22
  // Reference: src/modules/reports/routes/index.js:62
23
  __( 'Forms Report', 'google-analytics-for-wordpress' ),
24
 
@@ -53,6 +57,7 @@ $generated_i18n_strings = array(
53
  __( 'Pageviews Per Minute', 'google-analytics-for-wordpress' ),
54
 
55
  // Reference: src/modules/reports/components/reports/ReportRealTime-Lite.vue:61
 
56
  __( 'Unique %s Pageviews', 'google-analytics-for-wordpress' ),
57
 
58
  // Reference: src/modules/reports/components/reports/ReportRealTime-Lite.vue:62
@@ -92,6 +97,7 @@ $generated_i18n_strings = array(
92
  __( 'View All Real-Time Traffic by City', 'google-analytics-for-wordpress' ),
93
 
94
  // Reference: src/modules/reports/components/ReportsNavigation.vue:40
 
95
  __( 'Dimensions', 'google-analytics-for-wordpress' ),
96
 
97
  // Reference: src/modules/reports/routes/index.js:54
@@ -100,11 +106,10 @@ $generated_i18n_strings = array(
100
  // Reference: src/modules/reports/routes/index.js:46
101
  __( 'Search Console Report', 'google-analytics-for-wordpress' ),
102
 
103
- // Reference: src/modules/reports/components/reports/ReportEcommerce-Lite.vue:22
104
  __( 'eCommerce', 'google-analytics-for-wordpress' ),
105
 
106
  // Reference: src/modules/reports/components/reports/ReportEcommerce-Lite.vue:23
107
- // Reference: src/modules/reports/routes/index.js:38
108
  __( 'eCommerce Report', 'google-analytics-for-wordpress' ),
109
 
110
  // Reference: src/modules/reports/components/reports/ReportPublishers-Lite.vue:25
@@ -119,7 +124,6 @@ $generated_i18n_strings = array(
119
  // Reference: src/modules/settings/components/tabs/SettingsTabEcommerce-Lite.vue:32
120
  __( 'ONE-CLICK INTEGRATIONS', 'google-analytics-for-wordpress' ),
121
 
122
- // Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsell-Lite.vue:30
123
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:63
124
  __( 'Upgrade to MonsterInsights Pro', 'google-analytics-for-wordpress' ),
125
 
@@ -144,7 +148,7 @@ $generated_i18n_strings = array(
144
  // Reference: src/modules/addons/addons-Lite.vue:75
145
  __( 'Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!', 'google-analytics-for-wordpress' ),
146
 
147
- // Reference: src/modules/addons/components/AddonBlock.vue:96
148
  __( 'Upgrade Now', 'google-analytics-for-wordpress' ),
149
 
150
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedAddons-Lite.vue:45
@@ -204,11 +208,11 @@ $generated_i18n_strings = array(
204
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:220
205
  __( 'You\'ve disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won\'t see reports anymore.', 'google-analytics-for-wordpress' ),
206
 
207
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:226
208
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:147
209
  __( 'Error', 'google-analytics-for-wordpress' ),
210
 
211
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:228
212
  __( 'Ok', 'google-analytics-for-wordpress' ),
213
 
214
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:66
@@ -253,7 +257,6 @@ $generated_i18n_strings = array(
253
  // Reference: src/modules/settings/components/input/tab-publisher/SettingsInputFbia-Lite.vue:23
254
  __( 'Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro.', 'google-analytics-for-wordpress' ),
255
 
256
- // Reference: src/modules/settings/components/SettingsAddonUpgrade.vue:29
257
  // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:19
258
  __( 'Upgrade', 'google-analytics-for-wordpress' ),
259
 
@@ -264,7 +267,7 @@ $generated_i18n_strings = array(
264
  // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:21
265
  __( 'EU Compliance', 'google-analytics-for-wordpress' ),
266
 
267
- // Reference: src/modules/settings/components/input/tab-publisher/SettingsInputAmp-Lite.vue:22
268
  __( 'Google AMP', 'google-analytics-for-wordpress' ),
269
 
270
  // Reference: src/modules/settings/components/input/tab-publisher/SettingsInputAmp-Lite.vue:23
@@ -298,7 +301,6 @@ $generated_i18n_strings = array(
298
  __( 'Dashboard widget', 'google-analytics-for-wordpress' ),
299
 
300
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:54
301
- // Reference: src/modules/settings/components/tabs/SettingsTabPublisher.vue:52
302
  __( 'Affiliate Links', 'google-analytics-for-wordpress' ),
303
 
304
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:56
@@ -346,7 +348,7 @@ $generated_i18n_strings = array(
346
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:52
347
  __( 'Skip and Keep Connection', 'google-analytics-for-wordpress' ),
348
 
349
- // Reference: src/modules/settings/components/tabs/SettingsTabGeneral.vue:61
350
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingLicense-Lite.vue:27
351
  __( 'License Key', 'google-analytics-for-wordpress' ),
352
 
@@ -359,7 +361,7 @@ $generated_i18n_strings = array(
359
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingImprove-Lite.vue:19
360
  __( 'If enabled MonsterInsights will send some information about your WordPress site like what plugins and themes you use and which MonsterInsights settings you use to us so that we can improve our product. For a complete list of what we send and what we use it for, %svisit our website.%s', 'google-analytics-for-wordpress' ),
361
 
362
- // Reference: src/modules/widget/components/WidgetFooter.vue:21
363
  __( 'Learn More', 'google-analytics-for-wordpress' ),
364
 
365
  // Reference: src/modules/wizard-onboarding/components/OnboardingAddon-Lite.vue:27
@@ -386,34 +388,34 @@ $generated_i18n_strings = array(
386
  // Reference: src/modules/widget/components/settings/WidgetSettingsReports-Lite.vue:63
387
  __( 'Show Overview Reports', 'google-analytics-for-wordpress' ),
388
 
389
- // Reference: src/modules/reports/routes/index.js:22
390
  __( 'Overview Report', 'google-analytics-for-wordpress' ),
391
 
392
- // Reference: src/modules/reports/components/reports/ReportOverview.vue:237
393
  __( 'Sessions', 'google-analytics-for-wordpress' ),
394
 
395
- // Reference: src/modules/reports/components/reports/ReportOverview.vue:238
396
  __( 'Unique %s Sessions', 'google-analytics-for-wordpress' ),
397
 
398
- // Reference: src/modules/reports/components/reports/ReportOverview.vue:239
399
  __( 'Pageviews', 'google-analytics-for-wordpress' ),
400
 
401
- // Reference: src/modules/reports/components/reports/ReportOverview.vue:252
402
  __( 'A session is the browsing session of a single user to your site.', 'google-analytics-for-wordpress' ),
403
 
404
- // Reference: src/modules/reports/components/reports/ReportOverview.vue:253
405
  __( 'A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview.', 'google-analytics-for-wordpress' ),
406
 
407
- // Reference: src/modules/reports/components/reports/ReportOverview.vue:254
408
  __( 'Total duration of all sessions (in seconds) / number of sessions.', 'google-analytics-for-wordpress' ),
409
 
410
  // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:65
411
  __( 'Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further.', 'google-analytics-for-wordpress' ),
412
 
413
- // Reference: src/modules/reports/components/reports/ReportOverview.vue:241
414
  __( 'Avg. Session Duration', 'google-analytics-for-wordpress' ),
415
 
416
- // Reference: src/modules/reports/components/reports/ReportOverview.vue:242
417
  __( 'Bounce Rate', 'google-analytics-for-wordpress' ),
418
 
419
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:133
@@ -483,7 +485,7 @@ $generated_i18n_strings = array(
483
  __( 'Can\'t deactivate the license. Error: %s, %s', 'google-analytics-for-wordpress' ),
484
 
485
  // Reference: src/modules/auth/api/index.js:118
486
- // Reference: src/modules/license/api/index.js:139
487
  __( 'You appear to be offline.', 'google-analytics-for-wordpress' ),
488
 
489
  // Reference: src/modules/license/api/index.js:17
@@ -510,13 +512,13 @@ $generated_i18n_strings = array(
510
  // Reference: src/plugins/monsterinsights-compatibility-plugin.js:16
511
  __( 'Learn more about updating PHP', 'google-analytics-for-wordpress' ),
512
 
513
- // Reference: src/plugins/monsterinsights-compatibility-plugin.js:23
514
  __( 'Yikes! WordPress Update Required', 'google-analytics-for-wordpress' ),
515
 
516
- // Reference: src/plugins/monsterinsights-compatibility-plugin.js:24
517
  __( 'MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.6 in April, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install.', 'google-analytics-for-wordpress' ),
518
 
519
- // Reference: src/plugins/monsterinsights-compatibility-plugin.js:28
520
  __( 'Learn more about updating WordPress', 'google-analytics-for-wordpress' ),
521
 
522
  // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:17
@@ -552,11 +554,9 @@ $generated_i18n_strings = array(
552
  // Reference: src/modules/addons/store/actions.js:34
553
  __( 'In order for the MonsterInsights Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %s%s Plugin%s | %sLearn More%s', 'google-analytics-for-wordpress' ),
554
 
555
- // Reference: src/modules/addons/components/AddonBlock.vue:111
556
  // Reference: src/modules/widget/components/WidgetFooter.vue:20
557
  __( 'Activate', 'google-analytics-for-wordpress' ),
558
 
559
- // Reference: src/modules/addons/components/AddonBlock.vue:113
560
  // Reference: src/modules/widget/components/WidgetFooter.vue:19
561
  __( 'Install', 'google-analytics-for-wordpress' ),
562
 
@@ -572,10 +572,10 @@ $generated_i18n_strings = array(
572
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:27
573
  __( 'MonsterInsights connects Google Analytics to WordPress and shows you stats that matter.', 'google-analytics-for-wordpress' ),
574
 
575
- // Reference: src/modules/settings/components/tabs/SettingsTabGeneral.vue:63
576
  __( 'Connect Google Analytics + WordPress', 'google-analytics-for-wordpress' ),
577
 
578
- // Reference: src/modules/settings/components/tabs/SettingsTabGeneral.vue:64
579
  __( 'You will be taken to the MonsterInsights website where you\'ll need to connect your Analytics account.', 'google-analytics-for-wordpress' ),
580
 
581
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:32
@@ -635,7 +635,7 @@ $generated_i18n_strings = array(
635
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:63
636
  __( 'To ensure you get the latest bugfixes and security updates and avoid needing to spend time logging into your WordPress site to update MonsterInsights, we offer the ability to automatically have MonsterInsights update itself.', 'google-analytics-for-wordpress' ),
637
 
638
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:65
639
  __( 'File Download Tracking', 'google-analytics-for-wordpress' ),
640
 
641
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:65
@@ -662,7 +662,7 @@ $generated_i18n_strings = array(
662
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:82
663
  __( 'MonsterInsights will automatically help you track affiliate links that use internal looking urls like example.com/go/ or example.com/refer/. You can add custom affiliate patterns on our settings panel when you finish the onboarding wizard.', 'google-analytics-for-wordpress' ),
664
 
665
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:70
666
  __( 'Affiliate Link Tracking', 'google-analytics-for-wordpress' ),
667
 
668
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:84
@@ -671,7 +671,7 @@ $generated_i18n_strings = array(
671
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:85
672
  __( 'These user roles will be able to access MonsterInsights\'s reports in the WordPress admin area.', 'google-analytics-for-wordpress' ),
673
 
674
- // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:57
675
  __( 'Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability.', 'google-analytics-for-wordpress' ),
676
 
677
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:89
@@ -698,7 +698,7 @@ $generated_i18n_strings = array(
698
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
699
  __( 'Continue & Install WPForms', 'google-analytics-for-wordpress' ),
700
 
701
- // Reference: src/modules/addons/components/AddonBlock.vue:105
702
  __( 'Installing...', 'google-analytics-for-wordpress' ),
703
 
704
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepSuccess.vue:31
@@ -780,6 +780,7 @@ $generated_i18n_strings = array(
780
  __( 'This list shows the download links your visitors clicked the most.', 'google-analytics-for-wordpress' ),
781
 
782
  // Reference: src/modules/reports/components/ReportsNavigation.vue:36
 
783
  __( 'Overview', 'google-analytics-for-wordpress' ),
784
 
785
  // Reference: src/modules/widget/store/index.js:81
@@ -798,23 +799,18 @@ $generated_i18n_strings = array(
798
  __( 'Total Add/Remove', 'google-analytics-for-wordpress' ),
799
 
800
  // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:55
801
- // Reference: src/modules/settings/routes/site.js:29
802
  __( 'General', 'google-analytics-for-wordpress' ),
803
 
804
  // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:56
805
- // Reference: src/modules/settings/routes/site.js:37
806
  __( 'Engagement', 'google-analytics-for-wordpress' ),
807
 
808
  // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:58
809
- // Reference: src/modules/settings/routes/site.js:53
810
  __( 'Publisher', 'google-analytics-for-wordpress' ),
811
 
812
  // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:59
813
- // Reference: src/modules/settings/routes/site.js:61
814
  __( 'Conversions', 'google-analytics-for-wordpress' ),
815
 
816
  // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:60
817
- // Reference: src/modules/settings/routes/site.js:69
818
  __( 'Advanced', 'google-analytics-for-wordpress' ),
819
 
820
  // Reference: src/modules/tools/components/ToolsNavigation.vue:15
@@ -838,7 +834,7 @@ $generated_i18n_strings = array(
838
  // Reference: src/modules/reports/components/ReportsNavigation.vue:42
839
  __( 'Real-Time', 'google-analytics-for-wordpress' ),
840
 
841
- // Reference: src/modules/reports/api/index.js:22
842
  __( 'Can\'t load settings. Error: %s, %s', 'google-analytics-for-wordpress' ),
843
 
844
  // Reference: src/modules/auth/api/index.js:140
@@ -913,7 +909,7 @@ $generated_i18n_strings = array(
913
  // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:39
914
  __( 'Remove row', 'google-analytics-for-wordpress' ),
915
 
916
- // Reference: src/modules/settings/components/tabs/SettingsTabGeneral.vue:62
917
  __( 'Google Authentication', 'google-analytics-for-wordpress' ),
918
 
919
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:147
@@ -961,85 +957,85 @@ $generated_i18n_strings = array(
961
  // Reference: src/modules/settings/components/tabs/SettingsTabPublisher.vue:54
962
  __( 'Our affiliate link tracking works by setting path for internal links to track as outbound links.', 'google-analytics-for-wordpress' ),
963
 
964
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:51
965
  __( 'Demographics', 'google-analytics-for-wordpress' ),
966
 
967
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:52
968
  __( 'Enable Demographics and Interests Reports for Remarketing and Advertising', 'google-analytics-for-wordpress' ),
969
 
970
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:53
971
  __( 'Anonymize IP Addresses', 'google-analytics-for-wordpress' ),
972
 
973
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:54
974
  __( 'Link Attribution', 'google-analytics-for-wordpress' ),
975
 
976
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:55
977
  __( 'Enable Enhanced Link Attribution', 'google-analytics-for-wordpress' ),
978
 
979
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:56
980
  __( 'Enable Anchor Tracking', 'google-analytics-for-wordpress' ),
981
 
982
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:57
983
  __( 'Enable allowAnchor', 'google-analytics-for-wordpress' ),
984
 
985
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:58
986
  __( 'Enable allowLinker', 'google-analytics-for-wordpress' ),
987
 
988
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:59
989
  __( 'Enable Tag Links in RSS', 'google-analytics-for-wordpress' ),
990
 
991
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:60
992
  __( 'File Downloads', 'google-analytics-for-wordpress' ),
993
 
994
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:61
995
  __( 'Extensions of Files to Track as Downloads', 'google-analytics-for-wordpress' ),
996
 
997
  // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:62
998
  __( 'If you have enabled event tracking, MonsterInsights will send an event/pageview to GA if a link to a file has one of the above extensions.', 'google-analytics-for-wordpress' ),
999
 
1000
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:63
1001
  __( 'Enable this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %sknowledge base%s. For more information about Remarketing, we refer you to %sGoogle\'s documentation%s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience.', 'google-analytics-for-wordpress' ),
1002
 
1003
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:64
1004
  __( 'This adds %sanonymizeIp%s, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage.', 'google-analytics-for-wordpress' ),
1005
 
1006
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:65
1007
  __( 'Add %sEnhanced Link Attribution%s to your tracking code.', 'google-analytics-for-wordpress' ),
1008
 
1009
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:66
1010
  __( 'Many WordPress "1-page" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes.', 'google-analytics-for-wordpress' ),
1011
 
1012
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:67
1013
  __( 'This adds %sallowAnchor%s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well.', 'google-analytics-for-wordpress' ),
1014
 
1015
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:68
1016
  __( 'Enabling %scross-domain tracking (additional setup required)%s allows you to track users across multiple properties you own (such as example-1.com and example-2.com as a single session. It also allows you fix an issue so that when a user has to go to an off-site hosted payment gateway to finish a purchase it doesn\'t count it as referral traffic from that gateway but maintains the visit as part of the same session.) It is required that the other site includes a Google Analytics tracker with the same UA Code.', 'google-analytics-for-wordpress' ),
1017
 
1018
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:69
1019
  __( 'Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %shelp page%s for info on how to enable this feature in FeedBurner.', 'google-analytics-for-wordpress' ),
1020
 
1021
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:70
1022
  __( 'Add domain', 'google-analytics-for-wordpress' ),
1023
 
1024
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:74
1025
  __( 'Domain (example: %s)', 'google-analytics-for-wordpress' ),
1026
 
1027
  // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:76
1028
  __( 'Please enter domain names only ( example: example.com not http://example.com ).', 'google-analytics-for-wordpress' ),
1029
 
1030
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:79
1031
  __( 'Cross Domain Tracking', 'google-analytics-for-wordpress' ),
1032
 
1033
- // Reference: src/modules/settings/components/tabs/SettingsTabGeneral.vue:50
1034
  __( 'Yes (recommended) %s- Get the latest features, bugfixes, and security updates as they are released.%s', 'google-analytics-for-wordpress' ),
1035
 
1036
- // Reference: src/modules/settings/components/tabs/SettingsTabGeneral.vue:54
1037
  __( 'Minor only %s- Get bugfixes and security updates, but not major features.%s', 'google-analytics-for-wordpress' ),
1038
 
1039
- // Reference: src/modules/settings/components/tabs/SettingsTabGeneral.vue:58
1040
  __( 'None %s- Manually update everything.%s', 'google-analytics-for-wordpress' ),
1041
 
1042
- // Reference: src/modules/settings/components/tabs/SettingsTabGeneral.vue:65
1043
  __( 'Automatic Updates', 'google-analytics-for-wordpress' ),
1044
 
1045
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral.vue:66
@@ -1444,7 +1440,7 @@ $generated_i18n_strings = array(
1444
  // Reference: src/modules/addons/components/AddonBlock.vue:80
1445
  __( 'Not Installed', 'google-analytics-for-wordpress' ),
1446
 
1447
- // Reference: src/modules/addons/components/AddonBlock.vue:83
1448
  __( 'Not Available', 'google-analytics-for-wordpress' ),
1449
 
1450
  // Reference: src/modules/addons/components/AddonBlock.vue:86
@@ -1501,13 +1497,13 @@ $generated_i18n_strings = array(
1501
  // Reference: src/modules/frontend/frontend.vue:29
1502
  __( 'Insights', 'google-analytics-for-wordpress' ),
1503
 
1504
- // Reference: src/modules/about/components/AboutNavigation.vue:16
1505
  __( 'About Us', 'google-analytics-for-wordpress' ),
1506
 
1507
- // Reference: src/modules/about/components/AboutNavigation.vue:17
1508
  __( 'Getting Started', 'google-analytics-for-wordpress' ),
1509
 
1510
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:51
1511
  __( 'Lite vs Pro', 'google-analytics-for-wordpress' ),
1512
 
1513
  // Reference: src/components/TheAppRatingModal.vue:43
@@ -1540,22 +1536,24 @@ $generated_i18n_strings = array(
1540
  // Reference: src/components/TheAppRatingModal.vue:52
1541
  __( '~ Syed Balkhi%sCo-Founder of MonsterInsights', 'google-analytics-for-wordpress' ),
1542
 
1543
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:52
1544
  __( 'Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features.', 'google-analytics-for-wordpress' ),
1545
 
1546
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:53
1547
  __( 'Feature', 'google-analytics-for-wordpress' ),
1548
 
1549
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:54
1550
  __( 'Lite', 'google-analytics-for-wordpress' ),
1551
 
1552
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:55
1553
  __( 'Pro', 'google-analytics-for-wordpress' ),
1554
 
1555
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:56
 
1556
  __( 'Get MonsterInsights Pro Today and Unlock all the Powerful Features', 'google-analytics-for-wordpress' ),
1557
 
1558
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:57
 
1559
  __( 'Bonus: MonsterInsights Lite users get %s50%% off regular price%s, automatically applied at checkout.', 'google-analytics-for-wordpress' ),
1560
 
1561
  // Reference: src/modules/about/components/AboutTabGettingStarted.vue:100
@@ -1573,7 +1571,7 @@ $generated_i18n_strings = array(
1573
  // Reference: src/modules/about/components/AboutTabGettingStarted.vue:112
1574
  __( 'Would you like to access WPForms addons to extend the functionality of your forms? The first thing you need to do is install WPForms. Once that’s done, let’s go ahead and look at the process of activating addons.', 'google-analytics-for-wordpress' ),
1575
 
1576
- // Reference: src/modules/about/components/AboutTabGettingStarted.vue:112
1577
  __( 'Read Documentation', 'google-analytics-for-wordpress' ),
1578
 
1579
  // Reference: src/modules/about/components/AboutTabGettingStarted.vue:63
@@ -1642,7 +1640,7 @@ $generated_i18n_strings = array(
1642
  // Reference: src/modules/about/components/AboutTabGettingStarted.vue:99
1643
  __( 'A Complete Guide to WPForms Settings', 'google-analytics-for-wordpress' ),
1644
 
1645
- // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:62
1646
  __( 'MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions.', 'google-analytics-for-wordpress' ),
1647
 
1648
  // Reference: src/modules/about/components/AboutTabAboutUs.vue:31
@@ -1864,7 +1862,7 @@ $generated_i18n_strings = array(
1864
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:120
1865
  __( 'Search Engine Tracking', 'google-analytics-for-wordpress' ),
1866
 
1867
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:125
1868
  __( 'eCommerce Tracking', 'google-analytics-for-wordpress' ),
1869
 
1870
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:130
@@ -1891,13 +1889,13 @@ $generated_i18n_strings = array(
1891
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:165
1892
  __( 'eCommerce, Custom Dimensions, Page Insights, EU Compliance and more (10 total)', 'google-analytics-for-wordpress' ),
1893
 
1894
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:168
1895
  __( 'Support', 'google-analytics-for-wordpress' ),
1896
 
1897
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:171
1898
  __( 'Limited support', 'google-analytics-for-wordpress' ),
1899
 
1900
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:172
1901
  __( 'Priority Support', 'google-analytics-for-wordpress' ),
1902
 
1903
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:60
@@ -1909,7 +1907,7 @@ $generated_i18n_strings = array(
1909
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:80
1910
  __( 'Basic Dashboard Widget', 'google-analytics-for-wordpress' ),
1911
 
1912
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:90
1913
  __( 'Advanced Dashboard Widget', 'google-analytics-for-wordpress' ),
1914
 
1915
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:95
@@ -1940,6 +1938,225 @@ $generated_i18n_strings = array(
1940
  __( 'Track Scrolling Depth', 'google-analytics-for-wordpress' ),
1941
 
1942
  // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputScroll-Lite.vue:20
1943
- __( 'Upgrade to the PRO version and automatically add scroll tracking for all your website\'s pages.', 'google-analytics-for-wordpress' )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1944
  );
1945
  /* THIS IS THE END OF THE GENERATED FILE */
1
  <?php
2
  /* THIS IS A GENERATED FILE. DO NOT EDIT DIRECTLY. */
3
  $generated_i18n_strings = array(
4
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:94
5
  // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:31
6
  __( 'Forms Tracking', 'google-analytics-for-wordpress' ),
7
 
8
  // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:32
9
  __( 'See who\'s viewing and submitting your forms, so you can increase your conversion rate.', 'google-analytics-for-wordpress' ),
10
 
11
+ // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:33
12
  __( 'Google Optimize', 'google-analytics-for-wordpress' ),
13
 
14
  // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:34
15
  __( 'Use Google Optimize to retarget your website visitors and perform A/B split tests with ease.', 'google-analytics-for-wordpress' ),
16
 
17
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:128
18
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:55
19
+ // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:35
20
  __( 'Custom Dimensions', 'google-analytics-for-wordpress' ),
21
 
22
  // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:36
23
  __( 'Add Custom Dimensions and track who\'s the most popular author on your site, which post types get the most traffic, and more', 'google-analytics-for-wordpress' ),
24
 
25
+ // Reference: src/modules/reports/components/reports/ReportForms-Lite.vue:25
26
  // Reference: src/modules/reports/routes/index.js:62
27
  __( 'Forms Report', 'google-analytics-for-wordpress' ),
28
 
57
  __( 'Pageviews Per Minute', 'google-analytics-for-wordpress' ),
58
 
59
  // Reference: src/modules/reports/components/reports/ReportRealTime-Lite.vue:61
60
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:61
61
  __( 'Unique %s Pageviews', 'google-analytics-for-wordpress' ),
62
 
63
  // Reference: src/modules/reports/components/reports/ReportRealTime-Lite.vue:62
97
  __( 'View All Real-Time Traffic by City', 'google-analytics-for-wordpress' ),
98
 
99
  // Reference: src/modules/reports/components/ReportsNavigation.vue:40
100
+ // Reference: src/modules/reports/components/reports/ReportDimensions-Lite.vue:22
101
  __( 'Dimensions', 'google-analytics-for-wordpress' ),
102
 
103
  // Reference: src/modules/reports/routes/index.js:54
106
  // Reference: src/modules/reports/routes/index.js:46
107
  __( 'Search Console Report', 'google-analytics-for-wordpress' ),
108
 
109
+ // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:57
110
  __( 'eCommerce', 'google-analytics-for-wordpress' ),
111
 
112
  // Reference: src/modules/reports/components/reports/ReportEcommerce-Lite.vue:23
 
113
  __( 'eCommerce Report', 'google-analytics-for-wordpress' ),
114
 
115
  // Reference: src/modules/reports/components/reports/ReportPublishers-Lite.vue:25
124
  // Reference: src/modules/settings/components/tabs/SettingsTabEcommerce-Lite.vue:32
125
  __( 'ONE-CLICK INTEGRATIONS', 'google-analytics-for-wordpress' ),
126
 
 
127
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:63
128
  __( 'Upgrade to MonsterInsights Pro', 'google-analytics-for-wordpress' ),
129
 
148
  // Reference: src/modules/addons/addons-Lite.vue:75
149
  __( 'Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!', 'google-analytics-for-wordpress' ),
150
 
151
+ // Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:21
152
  __( 'Upgrade Now', 'google-analytics-for-wordpress' ),
153
 
154
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedAddons-Lite.vue:45
208
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:220
209
  __( 'You\'ve disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won\'t see reports anymore.', 'google-analytics-for-wordpress' ),
210
 
211
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:147
212
+ // Reference: src/modules/widget/components/WidgetReportError.vue:25
213
  __( 'Error', 'google-analytics-for-wordpress' ),
214
 
215
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:122
216
  __( 'Ok', 'google-analytics-for-wordpress' ),
217
 
218
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:66
257
  // Reference: src/modules/settings/components/input/tab-publisher/SettingsInputFbia-Lite.vue:23
258
  __( 'Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro.', 'google-analytics-for-wordpress' ),
259
 
 
260
  // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:19
261
  __( 'Upgrade', 'google-analytics-for-wordpress' ),
262
 
267
  // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:21
268
  __( 'EU Compliance', 'google-analytics-for-wordpress' ),
269
 
270
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:60
271
  __( 'Google AMP', 'google-analytics-for-wordpress' ),
272
 
273
  // Reference: src/modules/settings/components/input/tab-publisher/SettingsInputAmp-Lite.vue:23
301
  __( 'Dashboard widget', 'google-analytics-for-wordpress' ),
302
 
303
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:54
 
304
  __( 'Affiliate Links', 'google-analytics-for-wordpress' ),
305
 
306
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:56
348
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:52
349
  __( 'Skip and Keep Connection', 'google-analytics-for-wordpress' ),
350
 
351
+ // Reference: src/modules/settings/components/SettingsNetwork.vue:33
352
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingLicense-Lite.vue:27
353
  __( 'License Key', 'google-analytics-for-wordpress' ),
354
 
361
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingImprove-Lite.vue:19
362
  __( 'If enabled MonsterInsights will send some information about your WordPress site like what plugins and themes you use and which MonsterInsights settings you use to us so that we can improve our product. For a complete list of what we send and what we use it for, %svisit our website.%s', 'google-analytics-for-wordpress' ),
363
 
364
+ // Reference: src/modules/wizard-onboarding/components/OnboardingAddon-Lite.vue:26
365
  __( 'Learn More', 'google-analytics-for-wordpress' ),
366
 
367
  // Reference: src/modules/wizard-onboarding/components/OnboardingAddon-Lite.vue:27
388
  // Reference: src/modules/widget/components/settings/WidgetSettingsReports-Lite.vue:63
389
  __( 'Show Overview Reports', 'google-analytics-for-wordpress' ),
390
 
391
+ // Reference: src/modules/widget/widget.vue:26
392
  __( 'Overview Report', 'google-analytics-for-wordpress' ),
393
 
394
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:58
395
  __( 'Sessions', 'google-analytics-for-wordpress' ),
396
 
397
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:59
398
  __( 'Unique %s Sessions', 'google-analytics-for-wordpress' ),
399
 
400
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:60
401
  __( 'Pageviews', 'google-analytics-for-wordpress' ),
402
 
403
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:62
404
  __( 'A session is the browsing session of a single user to your site.', 'google-analytics-for-wordpress' ),
405
 
406
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:63
407
  __( 'A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview.', 'google-analytics-for-wordpress' ),
408
 
409
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:64
410
  __( 'Total duration of all sessions (in seconds) / number of sessions.', 'google-analytics-for-wordpress' ),
411
 
412
  // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:65
413
  __( 'Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further.', 'google-analytics-for-wordpress' ),
414
 
415
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:66
416
  __( 'Avg. Session Duration', 'google-analytics-for-wordpress' ),
417
 
418
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:67
419
  __( 'Bounce Rate', 'google-analytics-for-wordpress' ),
420
 
421
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:133
485
  __( 'Can\'t deactivate the license. Error: %s, %s', 'google-analytics-for-wordpress' ),
486
 
487
  // Reference: src/modules/auth/api/index.js:118
488
+ // Reference: src/modules/wizard-onboarding/api/index.js:21
489
  __( 'You appear to be offline.', 'google-analytics-for-wordpress' ),
490
 
491
  // Reference: src/modules/license/api/index.js:17
512
  // Reference: src/plugins/monsterinsights-compatibility-plugin.js:16
513
  __( 'Learn more about updating PHP', 'google-analytics-for-wordpress' ),
514
 
515
+ // Reference: src/plugins/monsterinsights-compatibility-plugin.js:24
516
  __( 'Yikes! WordPress Update Required', 'google-analytics-for-wordpress' ),
517
 
518
+ // Reference: src/plugins/monsterinsights-compatibility-plugin.js:25
519
  __( 'MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.6 in April, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install.', 'google-analytics-for-wordpress' ),
520
 
521
+ // Reference: src/plugins/monsterinsights-compatibility-plugin.js:29
522
  __( 'Learn more about updating WordPress', 'google-analytics-for-wordpress' ),
523
 
524
  // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:17
554
  // Reference: src/modules/addons/store/actions.js:34
555
  __( 'In order for the MonsterInsights Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %s%s Plugin%s | %sLearn More%s', 'google-analytics-for-wordpress' ),
556
 
 
557
  // Reference: src/modules/widget/components/WidgetFooter.vue:20
558
  __( 'Activate', 'google-analytics-for-wordpress' ),
559
 
 
560
  // Reference: src/modules/widget/components/WidgetFooter.vue:19
561
  __( 'Install', 'google-analytics-for-wordpress' ),
562
 
572
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:27
573
  __( 'MonsterInsights connects Google Analytics to WordPress and shows you stats that matter.', 'google-analytics-for-wordpress' ),
574
 
575
+ // Reference: src/modules/settings/components/SettingsNetwork.vue:36
576
  __( 'Connect Google Analytics + WordPress', 'google-analytics-for-wordpress' ),
577
 
578
+ // Reference: src/modules/settings/components/SettingsNetwork.vue:37
579
  __( 'You will be taken to the MonsterInsights website where you\'ll need to connect your Analytics account.', 'google-analytics-for-wordpress' ),
580
 
581
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:32
635
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:63
636
  __( 'To ensure you get the latest bugfixes and security updates and avoid needing to spend time logging into your WordPress site to update MonsterInsights, we offer the ability to automatically have MonsterInsights update itself.', 'google-analytics-for-wordpress' ),
637
 
638
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:64
639
  __( 'File Download Tracking', 'google-analytics-for-wordpress' ),
640
 
641
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:65
662
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:82
663
  __( 'MonsterInsights will automatically help you track affiliate links that use internal looking urls like example.com/go/ or example.com/refer/. You can add custom affiliate patterns on our settings panel when you finish the onboarding wizard.', 'google-analytics-for-wordpress' ),
664
 
665
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:83
666
  __( 'Affiliate Link Tracking', 'google-analytics-for-wordpress' ),
667
 
668
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:84
671
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:85
672
  __( 'These user roles will be able to access MonsterInsights\'s reports in the WordPress admin area.', 'google-analytics-for-wordpress' ),
673
 
674
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:86
675
  __( 'Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability.', 'google-analytics-for-wordpress' ),
676
 
677
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:89
698
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
699
  __( 'Continue & Install WPForms', 'google-analytics-for-wordpress' ),
700
 
701
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:46
702
  __( 'Installing...', 'google-analytics-for-wordpress' ),
703
 
704
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepSuccess.vue:31
780
  __( 'This list shows the download links your visitors clicked the most.', 'google-analytics-for-wordpress' ),
781
 
782
  // Reference: src/modules/reports/components/ReportsNavigation.vue:36
783
+ // Reference: src/modules/widget/store/index.js:75
784
  __( 'Overview', 'google-analytics-for-wordpress' ),
785
 
786
  // Reference: src/modules/widget/store/index.js:81
799
  __( 'Total Add/Remove', 'google-analytics-for-wordpress' ),
800
 
801
  // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:55
 
802
  __( 'General', 'google-analytics-for-wordpress' ),
803
 
804
  // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:56
 
805
  __( 'Engagement', 'google-analytics-for-wordpress' ),
806
 
807
  // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:58
 
808
  __( 'Publisher', 'google-analytics-for-wordpress' ),
809
 
810
  // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:59
 
811
  __( 'Conversions', 'google-analytics-for-wordpress' ),
812
 
813
  // Reference: src/modules/settings/components/tabs/SettingsTabsNavigation.vue:60
 
814
  __( 'Advanced', 'google-analytics-for-wordpress' ),
815
 
816
  // Reference: src/modules/tools/components/ToolsNavigation.vue:15
834
  // Reference: src/modules/reports/components/ReportsNavigation.vue:42
835
  __( 'Real-Time', 'google-analytics-for-wordpress' ),
836
 
837
+ // Reference: src/modules/settings/api/index.js:18
838
  __( 'Can\'t load settings. Error: %s, %s', 'google-analytics-for-wordpress' ),
839
 
840
  // Reference: src/modules/auth/api/index.js:140
909
  // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:39
910
  __( 'Remove row', 'google-analytics-for-wordpress' ),
911
 
912
+ // Reference: src/modules/settings/components/SettingsNetwork.vue:35
913
  __( 'Google Authentication', 'google-analytics-for-wordpress' ),
914
 
915
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:147
957
  // Reference: src/modules/settings/components/tabs/SettingsTabPublisher.vue:54
958
  __( 'Our affiliate link tracking works by setting path for internal links to track as outbound links.', 'google-analytics-for-wordpress' ),
959
 
960
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:59
961
  __( 'Demographics', 'google-analytics-for-wordpress' ),
962
 
963
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:60
964
  __( 'Enable Demographics and Interests Reports for Remarketing and Advertising', 'google-analytics-for-wordpress' ),
965
 
966
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:61
967
  __( 'Anonymize IP Addresses', 'google-analytics-for-wordpress' ),
968
 
969
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:62
970
  __( 'Link Attribution', 'google-analytics-for-wordpress' ),
971
 
972
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:63
973
  __( 'Enable Enhanced Link Attribution', 'google-analytics-for-wordpress' ),
974
 
975
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:64
976
  __( 'Enable Anchor Tracking', 'google-analytics-for-wordpress' ),
977
 
978
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:65
979
  __( 'Enable allowAnchor', 'google-analytics-for-wordpress' ),
980
 
981
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:66
982
  __( 'Enable allowLinker', 'google-analytics-for-wordpress' ),
983
 
984
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:67
985
  __( 'Enable Tag Links in RSS', 'google-analytics-for-wordpress' ),
986
 
987
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:68
988
  __( 'File Downloads', 'google-analytics-for-wordpress' ),
989
 
990
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:69
991
  __( 'Extensions of Files to Track as Downloads', 'google-analytics-for-wordpress' ),
992
 
993
  // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:62
994
  __( 'If you have enabled event tracking, MonsterInsights will send an event/pageview to GA if a link to a file has one of the above extensions.', 'google-analytics-for-wordpress' ),
995
 
996
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:71
997
  __( 'Enable this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %sknowledge base%s. For more information about Remarketing, we refer you to %sGoogle\'s documentation%s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience.', 'google-analytics-for-wordpress' ),
998
 
999
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:72
1000
  __( 'This adds %sanonymizeIp%s, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage.', 'google-analytics-for-wordpress' ),
1001
 
1002
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:73
1003
  __( 'Add %sEnhanced Link Attribution%s to your tracking code.', 'google-analytics-for-wordpress' ),
1004
 
1005
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:74
1006
  __( 'Many WordPress "1-page" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes.', 'google-analytics-for-wordpress' ),
1007
 
1008
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:75
1009
  __( 'This adds %sallowAnchor%s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well.', 'google-analytics-for-wordpress' ),
1010
 
1011
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:76
1012
  __( 'Enabling %scross-domain tracking (additional setup required)%s allows you to track users across multiple properties you own (such as example-1.com and example-2.com as a single session. It also allows you fix an issue so that when a user has to go to an off-site hosted payment gateway to finish a purchase it doesn\'t count it as referral traffic from that gateway but maintains the visit as part of the same session.) It is required that the other site includes a Google Analytics tracker with the same UA Code.', 'google-analytics-for-wordpress' ),
1013
 
1014
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:77
1015
  __( 'Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %shelp page%s for info on how to enable this feature in FeedBurner.', 'google-analytics-for-wordpress' ),
1016
 
1017
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:78
1018
  __( 'Add domain', 'google-analytics-for-wordpress' ),
1019
 
1020
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:82
1021
  __( 'Domain (example: %s)', 'google-analytics-for-wordpress' ),
1022
 
1023
  // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:76
1024
  __( 'Please enter domain names only ( example: example.com not http://example.com ).', 'google-analytics-for-wordpress' ),
1025
 
1026
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:88
1027
  __( 'Cross Domain Tracking', 'google-analytics-for-wordpress' ),
1028
 
1029
+ // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:88
1030
  __( 'Yes (recommended) %s- Get the latest features, bugfixes, and security updates as they are released.%s', 'google-analytics-for-wordpress' ),
1031
 
1032
+ // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:92
1033
  __( 'Minor only %s- Get bugfixes and security updates, but not major features.%s', 'google-analytics-for-wordpress' ),
1034
 
1035
+ // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:96
1036
  __( 'None %s- Manually update everything.%s', 'google-analytics-for-wordpress' ),
1037
 
1038
+ // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:68
1039
  __( 'Automatic Updates', 'google-analytics-for-wordpress' ),
1040
 
1041
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral.vue:66
1440
  // Reference: src/modules/addons/components/AddonBlock.vue:80
1441
  __( 'Not Installed', 'google-analytics-for-wordpress' ),
1442
 
1443
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:131
1444
  __( 'Not Available', 'google-analytics-for-wordpress' ),
1445
 
1446
  // Reference: src/modules/addons/components/AddonBlock.vue:86
1497
  // Reference: src/modules/frontend/frontend.vue:29
1498
  __( 'Insights', 'google-analytics-for-wordpress' ),
1499
 
1500
+ // Reference: src/modules/settings/routes/site.js:109
1501
  __( 'About Us', 'google-analytics-for-wordpress' ),
1502
 
1503
+ // Reference: src/modules/settings/routes/site.js:117
1504
  __( 'Getting Started', 'google-analytics-for-wordpress' ),
1505
 
1506
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:52
1507
  __( 'Lite vs Pro', 'google-analytics-for-wordpress' ),
1508
 
1509
  // Reference: src/components/TheAppRatingModal.vue:43
1536
  // Reference: src/components/TheAppRatingModal.vue:52
1537
  __( '~ Syed Balkhi%sCo-Founder of MonsterInsights', 'google-analytics-for-wordpress' ),
1538
 
1539
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:53
1540
  __( 'Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features.', 'google-analytics-for-wordpress' ),
1541
 
1542
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:54
1543
  __( 'Feature', 'google-analytics-for-wordpress' ),
1544
 
1545
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:55
1546
  __( 'Lite', 'google-analytics-for-wordpress' ),
1547
 
1548
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:56
1549
  __( 'Pro', 'google-analytics-for-wordpress' ),
1550
 
1551
+ // Reference: src/modules/about/components/AboutTabGettingStarted.vue:84
1552
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:57
1553
  __( 'Get MonsterInsights Pro Today and Unlock all the Powerful Features', 'google-analytics-for-wordpress' ),
1554
 
1555
+ // Reference: src/modules/about/components/AboutTabGettingStarted.vue:85
1556
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:58
1557
  __( 'Bonus: MonsterInsights Lite users get %s50%% off regular price%s, automatically applied at checkout.', 'google-analytics-for-wordpress' ),
1558
 
1559
  // Reference: src/modules/about/components/AboutTabGettingStarted.vue:100
1571
  // Reference: src/modules/about/components/AboutTabGettingStarted.vue:112
1572
  __( 'Would you like to access WPForms addons to extend the functionality of your forms? The first thing you need to do is install WPForms. Once that’s done, let’s go ahead and look at the process of activating addons.', 'google-analytics-for-wordpress' ),
1573
 
1574
+ // Reference: src/modules/about/components/AboutTabGettingStarted.vue:118
1575
  __( 'Read Documentation', 'google-analytics-for-wordpress' ),
1576
 
1577
  // Reference: src/modules/about/components/AboutTabGettingStarted.vue:63
1640
  // Reference: src/modules/about/components/AboutTabGettingStarted.vue:99
1641
  __( 'A Complete Guide to WPForms Settings', 'google-analytics-for-wordpress' ),
1642
 
1643
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:70
1644
  __( 'MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions.', 'google-analytics-for-wordpress' ),
1645
 
1646
  // Reference: src/modules/about/components/AboutTabAboutUs.vue:31
1862
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:120
1863
  __( 'Search Engine Tracking', 'google-analytics-for-wordpress' ),
1864
 
1865
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:86
1866
  __( 'eCommerce Tracking', 'google-analytics-for-wordpress' ),
1867
 
1868
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:130
1889
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:165
1890
  __( 'eCommerce, Custom Dimensions, Page Insights, EU Compliance and more (10 total)', 'google-analytics-for-wordpress' ),
1891
 
1892
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:136
1893
  __( 'Support', 'google-analytics-for-wordpress' ),
1894
 
1895
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:139
1896
  __( 'Limited support', 'google-analytics-for-wordpress' ),
1897
 
1898
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:140
1899
  __( 'Priority Support', 'google-analytics-for-wordpress' ),
1900
 
1901
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:60
1907
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:80
1908
  __( 'Basic Dashboard Widget', 'google-analytics-for-wordpress' ),
1909
 
1910
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:116
1911
  __( 'Advanced Dashboard Widget', 'google-analytics-for-wordpress' ),
1912
 
1913
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:95
1938
  __( 'Track Scrolling Depth', 'google-analytics-for-wordpress' ),
1939
 
1940
  // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputScroll-Lite.vue:20
1941
+ __( 'Upgrade to the PRO version and automatically add scroll tracking for all your website\'s pages.', 'google-analytics-for-wordpress' ),
1942
+
1943
+ // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputScroll-Lite.vue:20
1944
+ __( 'Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site.', 'google-analytics-for-wordpress' ),
1945
+
1946
+ // Reference: src/modules/about/components/AboutTabAboutUs.vue:36
1947
+ __( 'The MonsterInsights Team: Syed, Chris, Jay, Mircea, Sunita and Basanta', 'google-analytics-for-wordpress' ),
1948
+
1949
+ // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:132
1950
+ __( 'It looks like you added a Google Analytics tracking code in the custom code area, this can potentially prevent proper tracking. If you want to use a manual UA please use the setting in the %sGeneral%s tab.', 'google-analytics-for-wordpress' ),
1951
+
1952
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:84
1953
+ __( 'Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s ).', 'google-analytics-for-wordpress' ),
1954
+
1955
+ // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:89
1956
+ __( 'Cross domain tracking makes it possible for Analytics to see sessions on two related sites as a single session. More info on specific setup steps can be found in our %sknowledge base%s.', 'google-analytics-for-wordpress' ),
1957
+
1958
+ // Reference: src/modules/tools/components/ToolsTabUrlBuilder.vue:158
1959
+ __( 'The full website URL (e.g. %s %s%s)', 'google-analytics-for-wordpress' ),
1960
+
1961
+ // Reference: src/modules/frontend/api/index.js:21
1962
+ __( 'Can\'t load report data. Error: %s, %s', 'google-analytics-for-wordpress' ),
1963
+
1964
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:124
1965
+ __( 'Advanced Publisher Reports & Tracking', 'google-analytics-for-wordpress' ),
1966
+
1967
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:104
1968
+ __( 'Google Accelerated Mobile Pages ( AMP ), Facebook Instant Articles, Google Optimize, Site speed and Sample Rate.', 'google-analytics-for-wordpress' ),
1969
+
1970
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:102
1971
+ __( 'WordPress Admin Area Reports', 'google-analytics-for-wordpress' ),
1972
+
1973
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:105
1974
+ __( 'Standard Reports', 'google-analytics-for-wordpress' ),
1975
+
1976
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:111
1977
+ __( 'Overview Reports', 'google-analytics-for-wordpress' ),
1978
+
1979
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:107
1980
+ __( 'Advanced Reports', 'google-analytics-for-wordpress' ),
1981
+
1982
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:113
1983
+ __( 'Publishers, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time.', 'google-analytics-for-wordpress' ),
1984
+
1985
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:111
1986
+ __( 'Dashboard Widget', 'google-analytics-for-wordpress' ),
1987
+
1988
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:114
1989
+ __( 'Basic Widget', 'google-analytics-for-wordpress' ),
1990
+
1991
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:120
1992
+ __( 'Overview Report Numbers', 'google-analytics-for-wordpress' ),
1993
+
1994
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:122
1995
+ __( 'Includes More Overview data, Publisher and eCommerce reports ( 9 different sections ) and time period selector.', 'google-analytics-for-wordpress' ),
1996
+
1997
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:61
1998
+ __( 'Universal Tracking', 'google-analytics-for-wordpress' ),
1999
+
2000
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:68
2001
+ __( 'Custom Google Analytics Link Tracking', 'google-analytics-for-wordpress' ),
2002
+
2003
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:69
2004
+ __( 'Standard Tracking Only', 'google-analytics-for-wordpress' ),
2005
+
2006
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:70
2007
+ __( 'Access to All Standard and additional', 'google-analytics-for-wordpress' ),
2008
+
2009
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:71
2010
+ __( 'Outbound, File downloads, Affiliate, Mailto and Telephone links.', 'google-analytics-for-wordpress' ),
2011
+
2012
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:72
2013
+ __( 'Scroll tracking, etc', 'google-analytics-for-wordpress' ),
2014
+
2015
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:90
2016
+ __( 'One-click Complete eCommerce tracking', 'google-analytics-for-wordpress' ),
2017
+
2018
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:80
2019
+ __( 'For WooCommerce, Easy Digital Downloads and MemberPress.', 'google-analytics-for-wordpress' ),
2020
+
2021
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:98
2022
+ __( 'One-click Form Events Tracking', 'google-analytics-for-wordpress' ),
2023
+
2024
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:97
2025
+ __( 'WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin.', 'google-analytics-for-wordpress' ),
2026
+
2027
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:99
2028
+ __( 'Publisher Tracking', 'google-analytics-for-wordpress' ),
2029
+
2030
+ // Reference: src/modules/about/components/AboutTabGettingStarted.vue:113
2031
+ __( 'Enabling eCommerce Tracking and Reports', 'google-analytics-for-wordpress' ),
2032
+
2033
+ // Reference: src/modules/about/components/AboutTabGettingStarted.vue:114
2034
+ __( 'Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with MonsterInsights? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks.', 'google-analytics-for-wordpress' ),
2035
+
2036
+ // Reference: src/modules/about/components/AboutTabGettingStarted.vue:80
2037
+ __( 'Setup tracking for authors, categories, tags, custom post types, users and more', 'google-analytics-for-wordpress' ),
2038
+
2039
+ // Reference: src/modules/about/components/AboutTabAboutUs.vue:32
2040
+ __( 'Over the years, we found that in order to get the most out of Google Analytics, you needed a full time developer who could implement custom tracking, so that Google Analytics would integrate with things like WooCommerce, and track things which Google doesn\'t by default, like outbound links.', 'google-analytics-for-wordpress' ),
2041
+
2042
+ // Reference: src/modules/about/components/AboutTabAboutUs.vue:33
2043
+ __( 'Our goal is to take the pain out of analytics, making it simple and easy, by eliminating the need to have to worry about code, putting the best reports directly into the area you already go to (your WordPress dashboard), and adding the most advanced insights and features without complicating our plugin with tons of settings. Quite simply, it should "just work".', 'google-analytics-for-wordpress' ),
2044
+
2045
+ // Reference: src/modules/about/components/AboutTabAboutUs.vue:34
2046
+ __( 'MonsterInsights is brought to you bythe same team that\'s behind the largest WordPress resource site, WPBeginner, the most popular lead-generation software, OptinMonster, and the best WordPress forms plugin, WPForms.', 'google-analytics-for-wordpress' ),
2047
+
2048
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:104
2049
+ __( 'Overview Report for the last 30 days.', 'google-analytics-for-wordpress' ),
2050
+
2051
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:106
2052
+ __( 'Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom dates selection.', 'google-analytics-for-wordpress' ),
2053
+
2054
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:115
2055
+ __( 'Overview Report Synopsis', 'google-analytics-for-wordpress' ),
2056
+
2057
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:115
2058
+ __( 'Includes All Overview Data, Publisher reports and 6 different eCommerce reports.', 'google-analytics-for-wordpress' ),
2059
+
2060
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:120
2061
+ __( 'Publisher Reports', 'google-analytics-for-wordpress' ),
2062
+
2063
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:123
2064
+ __( 'View Top Landing/Exit Pages, Top Links, Demographics & Interests data.', 'google-analytics-for-wordpress' ),
2065
+
2066
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:131
2067
+ __( 'Author, Post Type, Category, Tags, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time.', 'google-analytics-for-wordpress' ),
2068
+
2069
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:71
2070
+ __( 'Standard Tracking', 'google-analytics-for-wordpress' ),
2071
+
2072
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:70
2073
+ __( 'Access to All Standard and Additional', 'google-analytics-for-wordpress' ),
2074
+
2075
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:71
2076
+ __( 'Outbound, File Downloads, Affiliate, Email, Telephone and Custom Link Attribution.', 'google-analytics-for-wordpress' ),
2077
+
2078
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:77
2079
+ __( 'No-Code-Needed Tracking Features', 'google-analytics-for-wordpress' ),
2080
+
2081
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:78
2082
+ __( 'Basic Options', 'google-analytics-for-wordpress' ),
2083
+
2084
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:79
2085
+ __( 'Cross-Domain Tracking, Anonymize IP Addresses, Exclude Administrator Tracking.', 'google-analytics-for-wordpress' ),
2086
+
2087
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:82
2088
+ __( 'Advanced Tracking Options', 'google-analytics-for-wordpress' ),
2089
+
2090
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:81
2091
+ __( 'Google Accelerated Mobile Pages (AMP), Facebook Instant Articles, Scroll Depth Tracking, GDPR EU Compliance, Google Optimize, Site speed and Sample Rate.', 'google-analytics-for-wordpress' ),
2092
+
2093
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:89
2094
+ __( 'For your WooCommerce, Easy Digital Downloads or MemberPress stores.', 'google-analytics-for-wordpress' ),
2095
+
2096
+ // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:101
2097
+ __( '%s can\'t be empty.', 'google-analytics-for-wordpress' ),
2098
+
2099
+ // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:122
2100
+ __( 'Duplicate values are not allowed.', 'google-analytics-for-wordpress' ),
2101
+
2102
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:106
2103
+ __( 'Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date selection.', 'google-analytics-for-wordpress' ),
2104
+
2105
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:70
2106
+ __( 'Access to Standard Tracking plus', 'google-analytics-for-wordpress' ),
2107
+
2108
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:80
2109
+ __( 'Basic Tracking Options', 'google-analytics-for-wordpress' ),
2110
+
2111
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:79
2112
+ __( 'Cross-Domain Tracking, Anonymize IP Addresses, Exclude Administrators from Being Tracked.', 'google-analytics-for-wordpress' ),
2113
+
2114
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:81
2115
+ __( 'Google Accelerated Mobile Pages (AMP), Facebook Instant Articles, GDPR EU Compliance, Google Optimize, Site Speed and Sample Rate.', 'google-analytics-for-wordpress' ),
2116
+
2117
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:106
2118
+ __( 'Overview Reports for the last 30 days.', 'google-analytics-for-wordpress' ),
2119
+
2120
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:108
2121
+ __( 'Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection', 'google-analytics-for-wordpress' ),
2122
+
2123
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:117
2124
+ __( 'Includes the complete Overview report, Publisher reports and 6 different eCommerce reports', 'google-analytics-for-wordpress' ),
2125
+
2126
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:125
2127
+ __( 'View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more', 'google-analytics-for-wordpress' ),
2128
+
2129
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:132
2130
+ __( 'Complete Custom Dimensions Tracking', 'google-analytics-for-wordpress' ),
2131
+
2132
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:133
2133
+ __( 'Track and measure by the Author, Post Type, Category, Tags, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page', 'google-analytics-for-wordpress' ),
2134
+
2135
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:63
2136
+ __( 'Included', 'google-analytics-for-wordpress' ),
2137
+
2138
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:72
2139
+ __( 'Advanced Tracking', 'google-analytics-for-wordpress' ),
2140
+
2141
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:73
2142
+ __( 'Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking', 'google-analytics-for-wordpress' ),
2143
+
2144
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:74
2145
+ __( 'Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers', 'google-analytics-for-wordpress' ),
2146
+
2147
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:81
2148
+ __( 'Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking', 'google-analytics-for-wordpress' ),
2149
+
2150
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:83
2151
+ __( 'Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors', 'google-analytics-for-wordpress' ),
2152
+
2153
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:91
2154
+ __( 'Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required', 'google-analytics-for-wordpress' ),
2155
+
2156
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:99
2157
+ __( 'WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin', 'google-analytics-for-wordpress' ),
2158
+
2159
+ // Reference: src/modules/about/components/AboutTabAboutUs.vue:34
2160
+ __( 'MonsterInsights is brought to you by the same team that\'s behind the largest WordPress resource site, WPBeginner, the most popular lead-generation software, OptinMonster, and the best WordPress forms plugin, WPForms.', 'google-analytics-for-wordpress' )
2161
  );
2162
  /* THIS IS THE END OF THE GENERATED FILE */
lite/assets/vue/css/chunk-common.css CHANGED
@@ -1 +1 @@
1
- [data-v-6038a3d0]{will-change:height;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}strong[data-v-a9c27d52]{display:block}.expand-enter-active,.expand-leave-active{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out;overflow:hidden}.expand-enter,.expand-leave-to{height:0}.monsterinsights-dark[data-v-116c294b]{display:block}.monsterinsights-reset-default[data-v-116c294b]{margin-left:5px}.monsterinsights-dark[data-v-35f961b2]{display:block}.float-right[data-v-76c86cd0]{float:right}.monsterinsights-container[data-v-76c86cd0]:after{display:table;clear:both;content:""}@font-face{font-family:Lato;src:url(../fonts/lato-regular-webfont.woff) format("woff"),url(../fonts/lato-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(../fonts/lato-bold-webfont.woff) format("woff"),url(../fonts/lato-bold-webfont.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:text-security-disc;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}@font-face{font-family:Misettings;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.otf) format("opentype");font-weight:400;font-style:normal}[class*=monstericon-]:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.monstericon-times-circle:before{content:"\F01B"}.monstericon-times:before{content:"\F021"}.monstericon-info-circle-regular:before{content:"\F01E"}.monstericon-arrow{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);display:inline-block}.monstericon-arrow.monstericon-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.monstericon-arrow:before{content:"\F01F"}.monstericon-check:before{content:"\F015"}.monstericon-warning-triangle:before{content:"\F020"}.monstericon-star:before{content:"\F025"}.monstericon-files:before{content:"\F028"}.monstericon-search:before{content:"\F029"}.monstericon-user:before{content:"\F02A"}.monstericon-eye:before{content:"\F02B"}.monstericon-cog:before{content:"\F02C"}.monstericon-expand:before{content:"\F02D"}.monstericon-compress:before{content:"\F02F"}@media (max-width:782px){.monsterinsights-notices-area{margin-left:10px;margin-right:10px}}.monsterinsights-notice{position:relative;color:#444}.monsterinsights-notice .monsterinsights-notice-inner{margin-top:25px;padding:20px;background:#fff;border-left:3px solid;line-height:1.5;font-size:14px}.monsterinsights-notice .monsterinsights-notice-inner .notice-title{color:#393f4c;font-weight:700;display:block;margin:0 0 6px;padding:0}@media (max-width:782px){.monsterinsights-notice .monsterinsights-notice-inner{padding:10px}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-notice-inner{border-left-color:#ea4e64}.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-inner{border-left-color:#f5c953}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-inner{border-left-color:#509fe2}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner{border:1px solid #509fe2;border-left-width:3px;color:#777}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner .monsterinsights-button{color:#fff;margin:15px 0 0}.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-inner{border-left-color:#5cc0a5}.monsterinsights-notice .notice-content{margin-right:20px}.monsterinsights-notice .notice-content a{color:#444;margin:0 5px}.monsterinsights-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#acbdc9;position:relative;float:right}.monsterinsights-notice .dismiss-notice:focus,.monsterinsights-notice .dismiss-notice:hover{color:#444}.monsterinsights-notice.monsterinsights-notice-error .notice-content,.monsterinsights-notice.monsterinsights-notice-info .notice-content,.monsterinsights-notice.monsterinsights-notice-success .notice-content,.monsterinsights-notice.monsterinsights-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.monsterinsights-notice.monsterinsights-notice-error .notice-content,.monsterinsights-notice.monsterinsights-notice-info .notice-content,.monsterinsights-notice.monsterinsights-notice-success .notice-content,.monsterinsights-notice.monsterinsights-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-button{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-right:-20px;margin-left:auto}@media (max-width:782px){.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-button{margin-left:0}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button{margin-top:10px;margin-left:0}}body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-end,body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-end,body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-right{top:42px;right:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast{border-radius:0;padding:9px;border-left:3px solid #fff}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-success{border-left-color:#5cc0a5}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-info{border-left-color:#509fe2}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-error{border-left-color:#ea4e64}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-title{color:#393f4c;font-size:13px;font-weight:400}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{font-size:15px;width:10px;height:10px;line-height:10px}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon{width:14px;height:14px;min-width:14px;margin:0;border:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\F01E";position:absolute;top:-1px;left:0;color:#509fe2;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\F023";position:absolute;top:-1px;left:0;color:#ea4e64;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;left:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:14px;height:14px;top:0;left:0;border:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\F027";position:absolute;top:-1px;left:0;color:#5cc0a5;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success [class^=swal2-success-line]{display:none}@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.monsterinsights_page body.swal2-toast-shown .swal2-container,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}.monsterinsights_page body.swal2-toast-column .swal2-toast{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;height:2.2em;margin-top:.3125em}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;padding:.625em;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.monsterinsights_page .swal2-popup.swal2-toast,.monsterinsights_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.monsterinsights_page .swal2-popup.swal2-toast .swal2-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 .6em;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.monsterinsights_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-styled:focus{-webkit-box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4);box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;left:-.9375em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:2em 2em;-ms-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:4em 0 0 4em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;-webkit-transform-origin:0 2em;-ms-transform-origin:0 2em;transform-origin:0 2em;border-radius:0 4em 4em 0}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.monsterinsights_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.monsterinsights_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.monsterinsights_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.monsterinsights_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(1deg);transform:rotate(1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(1deg);transform:rotate(1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.monsterinsights_page body.swal2-height-auto{height:auto!important}.monsterinsights_page body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;background-color:rgba(0,0,0,0)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown>.swal2-modal{-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.monsterinsights_page .swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;right:0;bottom:0;left:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;background-color:rgba(0,0,0,0);z-index:1060;overflow-x:hidden;-webkit-overflow-scrolling:touch}.monsterinsights_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights_page .swal2-container.swal2-top-left,.monsterinsights_page .swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.monsterinsights_page .swal2-container.swal2-top-end,.monsterinsights_page .swal2-container.swal2-top-right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.monsterinsights_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-container.swal2-center-left,.monsterinsights_page .swal2-container.swal2-center-start{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.monsterinsights_page .swal2-container.swal2-center-end,.monsterinsights_page .swal2-container.swal2-center-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.monsterinsights_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights_page .swal2-container.swal2-bottom-left,.monsterinsights_page .swal2-container.swal2-bottom-start{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.monsterinsights_page .swal2-container.swal2-bottom-end,.monsterinsights_page .swal2-container.swal2-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.monsterinsights_page .swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.monsterinsights_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.monsterinsights_page .swal2-container.swal2-grow-row>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-webkit-box-pack:center;justify-content:center}.monsterinsights_page .swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.monsterinsights_page .swal2-container.swal2-grow-column{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-start,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-start,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-right,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-right,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights_page .swal2-container.swal2-grow-column>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.monsterinsights_page .swal2-container .swal2-modal{margin:0!important}}.monsterinsights_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.monsterinsights_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.monsterinsights_page .swal2-popup{display:none;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0}.monsterinsights_page .swal2-popup:focus{outline:0}.monsterinsights_page .swal2-popup.swal2-loading{overflow-y:hidden}.monsterinsights_page .swal2-popup .swal2-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-popup .swal2-title{display:block;position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.monsterinsights_page .swal2-popup .swal2-actions{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em auto 0;z-index:1}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{width:2.5em;height:2.5em;margin:.46875em;padding:0;border-radius:100%;border:.25em solid rgba(0,0,0,0);background-color:rgba(0,0,0,0)!important;color:rgba(0,0,0,0);cursor:default;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{display:inline-block;width:15px;height:15px;margin-left:5px;border-radius:50%;border:3px solid #999;border-right-color:rgba(0,0,0,0);-webkit-box-shadow:1px 1px 1px #fff;box-shadow:1px 1px 1px #fff;content:"";-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal}.monsterinsights_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.monsterinsights_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.monsterinsights_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.monsterinsights_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.monsterinsights_page .swal2-popup .swal2-styled:focus{outline:0;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.monsterinsights_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.monsterinsights_page .swal2-popup .swal2-footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.monsterinsights_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.monsterinsights_page .swal2-popup .swal2-close{position:absolute;top:0;right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.2em;height:1.2em;padding:0;-webkit-transition:color .1s ease-out;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer;overflow:hidden}.monsterinsights_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.monsterinsights_page .swal2-popup>.swal2-checkbox,.monsterinsights_page .swal2-popup>.swal2-file,.monsterinsights_page .swal2-popup>.swal2-input,.monsterinsights_page .swal2-popup>.swal2-radio,.monsterinsights_page .swal2-popup>.swal2-select,.monsterinsights_page .swal2-popup>.swal2-textarea{display:none}.monsterinsights_page .swal2-popup .swal2-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;z-index:1;word-wrap:break-word}.monsterinsights_page .swal2-popup #swal2-content{text-align:center}.monsterinsights_page .swal2-popup .swal2-checkbox,.monsterinsights_page .swal2-popup .swal2-file,.monsterinsights_page .swal2-popup .swal2-input,.monsterinsights_page .swal2-popup .swal2-radio,.monsterinsights_page .swal2-popup .swal2-select,.monsterinsights_page .swal2-popup .swal2-textarea{margin:1em auto}.monsterinsights_page .swal2-popup .swal2-file,.monsterinsights_page .swal2-popup .swal2-input,.monsterinsights_page .swal2-popup .swal2-textarea{width:100%;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;font-size:1.125em;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-box-sizing:border-box;box-sizing:border-box}.monsterinsights_page .swal2-popup .swal2-file.swal2-inputerror,.monsterinsights_page .swal2-popup .swal2-input.swal2-inputerror,.monsterinsights_page .swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;-webkit-box-shadow:0 0 2px #f27474!important;box-shadow:0 0 2px #f27474!important}.monsterinsights_page .swal2-popup .swal2-file:focus,.monsterinsights_page .swal2-popup .swal2-input:focus,.monsterinsights_page .swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.monsterinsights_page .swal2-popup .swal2-file::-webkit-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-webkit-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file:-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input:-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::placeholder,.monsterinsights_page .swal2-popup .swal2-input::placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-range input{width:80%}.monsterinsights_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.monsterinsights_page .swal2-popup .swal2-range input,.monsterinsights_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.monsterinsights_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.monsterinsights_page .swal2-popup .swal2-input[type=number]{max-width:10em}.monsterinsights_page .swal2-popup .swal2-file{font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.monsterinsights_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-checkbox,.monsterinsights_page .swal2-popup .swal2-radio{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page .swal2-popup .swal2-checkbox label,.monsterinsights_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-checkbox input,.monsterinsights_page .swal2-popup .swal2-radio input{margin:0 .4em}.monsterinsights_page .swal2-popup .swal2-validation-message{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625em;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;overflow:hidden}.monsterinsights_page .swal2-popup .swal2-validation-message:before{display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center;content:"!";zoom:normal}@supports (-ms-accelerator:true){.monsterinsights_page .swal2-range input{width:100%!important}.monsterinsights_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.monsterinsights_page .swal2-range input{width:100%!important}.monsterinsights_page .swal2-range output{display:none}}@-moz-document url-prefix(){.monsterinsights_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.monsterinsights_page .swal2-icon{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid rgba(0,0,0,0);border-radius:50%;line-height:5em;cursor:default;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;zoom:normal}.monsterinsights_page .swal2-icon-text{font-size:3.75em}.monsterinsights_page .swal2-icon.swal2-error{border-color:#f27474}.monsterinsights_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.monsterinsights_page .swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.monsterinsights_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.monsterinsights_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.monsterinsights_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.monsterinsights_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.monsterinsights_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.monsterinsights_page .swal2-icon.swal2-success{border-color:#a5dc86}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:3.75em 3.75em;-ms-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 3.75em;-ms-transform-origin:0 3.75em;transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.monsterinsights_page .swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;left:-.25em;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%;z-index:2;-webkit-box-sizing:content-box;box-sizing:content-box}.monsterinsights_page .swal2-icon.swal2-success .swal2-success-fix{position:absolute;top:.5em;left:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);z-index:1}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.monsterinsights_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.monsterinsights_page .swal2-progresssteps li{display:inline-block;position:relative}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.monsterinsights_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.monsterinsights_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.monsterinsights_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.monsterinsights_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.monsterinsights_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.monsterinsights_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.monsterinsights_page .swal2-rtl .swal2-close{right:auto;left:0}.monsterinsights_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.monsterinsights_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.monsterinsights_page .swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.monsterinsights_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.monsterinsights_page .swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media print{.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.monsterinsights-tooltip{display:block!important;z-index:10000;max-width:350px}.monsterinsights-tooltip .monsterinsights-tooltip-inner{background:#5f6197;color:#fff;border-radius:5px;padding:16px 20px;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-tooltip .monsterinsights-tooltip-inner a{color:#fff;font-weight:700}.monsterinsights-tooltip .monsterinsights-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#5f6197;z-index:1}.monsterinsights-tooltip[x-placement^=top]{padding-bottom:5px}.monsterinsights-tooltip[x-placement^=top] .monsterinsights-tooltip-arrow{border-width:5px 5px 0;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=bottom]{padding-top:5px}.monsterinsights-tooltip[x-placement^=bottom] .monsterinsights-tooltip-arrow{border-width:0 5px 5px;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=right]{padding-left:5px}.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow{border-width:5px 5px 5px 0;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 5px);margin-left:0;margin-right:0}.monsterinsights-tooltip[x-placement^=left]{padding-right:5px}.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow{border-width:5px 0 5px 5px;border-top-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 5px);margin-left:0;margin-right:0}.monsterinsights-tooltip.popover .popover-inner{background:#fff;color:#5f6197;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.monsterinsights-tooltip.popover .popover-arrow{border-color:#fff}.monsterinsights-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.monsterinsights-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}body{background:#f3f6ff;margin:0}.monsterinsights-admin-page,.monsterinsights-admin-page *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}#wpcontent,.auto-fold #wpcontent{padding-left:0}.monsterinsights-highlighted-text{color:#64bfa5;font-weight:700}.monsterinsights-bold{font-weight:700}.monsterinsights-bg-img{width:100%;padding-top:66%;position:relative}.monsterinsights-bg-img:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-repeat:no-repeat;background-size:contain}.monsterinsights-header{padding:20px 10px;background-color:#f9fbff}.monsterinsights-settings-panel-network>.monsterinsights-header{background-color:rgba(0,0,0,0)}.monsterinsights-logo-area{float:left;max-width:calc(100vw - 170px)}.monsterinsights-logo-area img{display:block;max-width:100%}@media (max-width:782px){.monsterinsights-logo-area{text-align:center;margin:0 auto;float:none}.monsterinsights-logo-area img{display:inline-block;max-height:35px}}@media (max-width:782px){.monsterinsights-header .monsterinsights-container,.monsterinsights-navigation-bar .monsterinsights-container{padding:0;width:100%}}.monsterinsights-navigation-bar{width:100%;background:#fff;border-top:1px solid #d5e2ed;border-bottom:1px solid #d5e2ed;padding:0 10px}@media (max-width:782px){.monsterinsights-navigation-bar{padding:0;border:0}}@media (max-width:750px){.monsterinsights-navigation-bar{background:none}}.monsterinsights-admin-page{position:relative}.monsterinsights-admin-page .monsterinsights-blocked{position:absolute;top:0;bottom:0;right:0;left:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-header{padding-top:10px;padding-bottom:5px}.monsterinsights-admin-page .monsterinsights-header .monsterinsights-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#393f4c}#footer-left .monsterinsights-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#509fe1}#wpfooter{position:relative}#wpfooter:before{left:20px;right:20px;height:1px;background:#d6e2ed;content:"";position:absolute;top:-12px}.monsterinsights-container{margin:0 auto;max-width:100%;width:750px}.monsterinsights-admin-page .monsterinsights-navigation-tab-link{text-decoration:none;padding:17px 0 15px;border-bottom:2px solid #fff;font-size:14px;color:#393f4c;display:inline-block;margin-right:25px;line-height:1;outline:none;font-family:Lato,sans-serif}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active,.monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus,.monsterinsights-admin-page .monsterinsights-navigation-tab-link:hover{color:#509fe2;border-bottom-color:#509fe2;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active{font-weight:700}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-navigation-tab-link{width:100%;text-align:center;padding:10px;color:#509fe2;font-size:16px;background:#fff;border:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active{display:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus{color:#393f4c;text-decoration:underline}}.monsterinsights-admin-page .monsterinsights-button{background:#509fe2;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none}.monsterinsights-admin-page .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary{background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green{background:#5cc0a5;border-color:#40a88d;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:hover{background-color:#4ab99b;border-color:#39967e;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text{background:rgba(0,0,0,0);border:none;color:#509fe2;padding:0;border-radius:0;text-decoration:underline}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-red{background:#ea4e64;border-color:#d21933;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-green-text{color:#5cc0a5;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-left:-18px}}.monsterinsights-mobile-nav-trigger{color:#393f4c;font-size:16px;font-weight:500;width:100%;display:block;border-color:#d6e2ed;border-style:solid;border-width:1px 0;background:#fff;padding:15px 10px;line-height:1;margin:0}@media (min-width:783px){.monsterinsights-mobile-nav-trigger{display:none}}.monsterinsights-mobile-nav-trigger i{color:#acbdc9;margin-left:10px;vertical-align:middle}@media (max-width:782px){.monsterinsights-main-navigation{background:#fff;height:0;overflow:hidden}.monsterinsights-main-navigation.monsterinsights-main-navigation-open{padding:10px 0;height:auto;border-bottom:1px solid #d6e2ed}}@media (min-width:782px){.monsterinsights-swal{margin-left:160px}.auto-fold .monsterinsights-swal{margin-left:36px}}@media (min-width:961px){.auto-fold .monsterinsights-swal{margin-left:160px}.folded .monsterinsights-swal{margin-left:36px}}.monsterinsights-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights-modal .monsterinsights-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.monsterinsights-modal .monsterinsights-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.monsterinsights-modal .monsterinsights-modal-inner p{margin-bottom:0}.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-modal-buttons{margin-top:50px}.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-button{margin:0 10px}
1
+ [data-v-6038a3d0]{will-change:height;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}strong[data-v-a9c27d52]{display:block}.expand-enter-active,.expand-leave-active{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out;overflow:hidden}.expand-enter,.expand-leave-to{height:0}.monsterinsights-dark[data-v-116c294b]{display:block}.monsterinsights-reset-default[data-v-116c294b]{margin-left:5px}.monsterinsights-dark[data-v-35f961b2]{display:block}.float-right[data-v-76c86cd0]{float:right}.monsterinsights-container[data-v-76c86cd0]:after{display:table;clear:both;content:""}@font-face{font-family:Lato;src:url(../fonts/lato-regular-webfont.woff) format("woff"),url(../fonts/lato-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(../fonts/lato-bold-webfont.woff) format("woff"),url(../fonts/lato-bold-webfont.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:text-security-disc;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}@font-face{font-family:Misettings;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.otf) format("opentype");font-weight:400;font-style:normal}[class*=monstericon-]:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.monstericon-times-circle:before{content:"\F01B"}.monstericon-times:before{content:"\F021"}.monstericon-info-circle-regular:before{content:"\F01E"}.monstericon-arrow{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);display:inline-block}.monstericon-arrow.monstericon-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.monstericon-arrow:before{content:"\F01F"}.monstericon-check:before{content:"\F015"}.monstericon-warning-triangle:before{content:"\F020"}.monstericon-star:before{content:"\F025"}.monstericon-files:before{content:"\F028"}.monstericon-search:before{content:"\F029"}.monstericon-user:before{content:"\F02A"}.monstericon-eye:before{content:"\F02B"}.monstericon-cog:before{content:"\F02C"}.monstericon-expand:before{content:"\F02D"}.monstericon-compress:before{content:"\F02F"}@media (max-width:782px){.monsterinsights-notices-area{margin-left:10px;margin-right:10px}}.monsterinsights-notice{position:relative;color:#444}.monsterinsights-notice .monsterinsights-notice-inner{margin-top:25px;padding:20px;background:#fff;border-left:3px solid;line-height:1.5;font-size:14px}.monsterinsights-notice .monsterinsights-notice-inner .notice-title{color:#393f4c;font-weight:700;display:block;margin:0 0 6px;padding:0}@media (max-width:782px){.monsterinsights-notice .monsterinsights-notice-inner{padding:10px}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-notice-inner{border-left-color:#ea4e64}.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-inner{border-left-color:#f5c953}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-inner{border-left-color:#509fe2}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner{border:1px solid #509fe2;border-left-width:3px;color:#777}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner .monsterinsights-button{color:#fff;margin:15px 0 0}.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-inner{border-left-color:#5cc0a5}.monsterinsights-notice .notice-content{margin-right:20px}.monsterinsights-notice .notice-content a{color:#444;margin:0 5px}.monsterinsights-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#acbdc9;position:relative;float:right}.monsterinsights-notice .dismiss-notice:focus,.monsterinsights-notice .dismiss-notice:hover{color:#444}.monsterinsights-notice.monsterinsights-notice-info .notice-content,.monsterinsights-notice.monsterinsights-notice-success .notice-content,.monsterinsights-notice.monsterinsights-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.monsterinsights-notice.monsterinsights-notice-info .notice-content,.monsterinsights-notice.monsterinsights-notice-success .notice-content,.monsterinsights-notice.monsterinsights-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-button{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-right:-20px;margin-left:auto}@media (max-width:782px){.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-button{margin-left:0}}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button{margin-top:10px;margin-left:0}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-button{margin-top:10px;margin-left:0;color:#fff}body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-end,body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-end,body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-right{top:42px;right:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast{border-radius:0;padding:9px;border-left:3px solid #fff}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-success{border-left-color:#5cc0a5}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-info{border-left-color:#509fe2}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-error{border-left-color:#ea4e64}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-title{color:#393f4c;font-size:13px;font-weight:400}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{font-size:15px;width:10px;height:10px;line-height:10px}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon{width:14px;height:14px;min-width:14px;margin:0;border:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\F01E";position:absolute;top:-1px;left:0;color:#509fe2;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\F023";position:absolute;top:-1px;left:0;color:#ea4e64;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;left:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:14px;height:14px;top:0;left:0;border:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\F027";position:absolute;top:-1px;left:0;color:#5cc0a5;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success [class^=swal2-success-line]{display:none}@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.monsterinsights_page body.swal2-toast-shown .swal2-container,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}.monsterinsights_page body.swal2-toast-column .swal2-toast{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;height:2.2em;margin-top:.3125em}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;padding:.625em;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.monsterinsights_page .swal2-popup.swal2-toast,.monsterinsights_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.monsterinsights_page .swal2-popup.swal2-toast .swal2-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 .6em;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.monsterinsights_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-styled:focus{-webkit-box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4);box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;left:-.9375em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:2em 2em;-ms-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:4em 0 0 4em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;-webkit-transform-origin:0 2em;-ms-transform-origin:0 2em;transform-origin:0 2em;border-radius:0 4em 4em 0}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.monsterinsights_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.monsterinsights_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.monsterinsights_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.monsterinsights_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(1deg);transform:rotate(1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(1deg);transform:rotate(1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.monsterinsights_page body.swal2-height-auto{height:auto!important}.monsterinsights_page body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;background-color:rgba(0,0,0,0)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown>.swal2-modal{-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.monsterinsights_page .swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;right:0;bottom:0;left:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;background-color:rgba(0,0,0,0);z-index:1060;overflow-x:hidden;-webkit-overflow-scrolling:touch}.monsterinsights_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights_page .swal2-container.swal2-top-left,.monsterinsights_page .swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.monsterinsights_page .swal2-container.swal2-top-end,.monsterinsights_page .swal2-container.swal2-top-right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.monsterinsights_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-container.swal2-center-left,.monsterinsights_page .swal2-container.swal2-center-start{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.monsterinsights_page .swal2-container.swal2-center-end,.monsterinsights_page .swal2-container.swal2-center-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.monsterinsights_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights_page .swal2-container.swal2-bottom-left,.monsterinsights_page .swal2-container.swal2-bottom-start{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.monsterinsights_page .swal2-container.swal2-bottom-end,.monsterinsights_page .swal2-container.swal2-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.monsterinsights_page .swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.monsterinsights_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.monsterinsights_page .swal2-container.swal2-grow-row>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-webkit-box-pack:center;justify-content:center}.monsterinsights_page .swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.monsterinsights_page .swal2-container.swal2-grow-column{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-start,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-start,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-right,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-right,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights_page .swal2-container.swal2-grow-column>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.monsterinsights_page .swal2-container .swal2-modal{margin:0!important}}.monsterinsights_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.monsterinsights_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.monsterinsights_page .swal2-popup{display:none;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0}.monsterinsights_page .swal2-popup:focus{outline:0}.monsterinsights_page .swal2-popup.swal2-loading{overflow-y:hidden}.monsterinsights_page .swal2-popup .swal2-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-popup .swal2-title{display:block;position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.monsterinsights_page .swal2-popup .swal2-actions{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em auto 0;z-index:1}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{width:2.5em;height:2.5em;margin:.46875em;padding:0;border-radius:100%;border:.25em solid rgba(0,0,0,0);background-color:rgba(0,0,0,0)!important;color:rgba(0,0,0,0);cursor:default;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{display:inline-block;width:15px;height:15px;margin-left:5px;border-radius:50%;border:3px solid #999;border-right-color:rgba(0,0,0,0);-webkit-box-shadow:1px 1px 1px #fff;box-shadow:1px 1px 1px #fff;content:"";-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal}.monsterinsights_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.monsterinsights_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.monsterinsights_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.monsterinsights_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.monsterinsights_page .swal2-popup .swal2-styled:focus{outline:0;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.monsterinsights_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.monsterinsights_page .swal2-popup .swal2-footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.monsterinsights_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.monsterinsights_page .swal2-popup .swal2-close{position:absolute;top:0;right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.2em;height:1.2em;padding:0;-webkit-transition:color .1s ease-out;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer;overflow:hidden}.monsterinsights_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.monsterinsights_page .swal2-popup>.swal2-checkbox,.monsterinsights_page .swal2-popup>.swal2-file,.monsterinsights_page .swal2-popup>.swal2-input,.monsterinsights_page .swal2-popup>.swal2-radio,.monsterinsights_page .swal2-popup>.swal2-select,.monsterinsights_page .swal2-popup>.swal2-textarea{display:none}.monsterinsights_page .swal2-popup .swal2-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;z-index:1;word-wrap:break-word}.monsterinsights_page .swal2-popup #swal2-content{text-align:center}.monsterinsights_page .swal2-popup .swal2-checkbox,.monsterinsights_page .swal2-popup .swal2-file,.monsterinsights_page .swal2-popup .swal2-input,.monsterinsights_page .swal2-popup .swal2-radio,.monsterinsights_page .swal2-popup .swal2-select,.monsterinsights_page .swal2-popup .swal2-textarea{margin:1em auto}.monsterinsights_page .swal2-popup .swal2-file,.monsterinsights_page .swal2-popup .swal2-input,.monsterinsights_page .swal2-popup .swal2-textarea{width:100%;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;font-size:1.125em;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-box-sizing:border-box;box-sizing:border-box}.monsterinsights_page .swal2-popup .swal2-file.swal2-inputerror,.monsterinsights_page .swal2-popup .swal2-input.swal2-inputerror,.monsterinsights_page .swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;-webkit-box-shadow:0 0 2px #f27474!important;box-shadow:0 0 2px #f27474!important}.monsterinsights_page .swal2-popup .swal2-file:focus,.monsterinsights_page .swal2-popup .swal2-input:focus,.monsterinsights_page .swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.monsterinsights_page .swal2-popup .swal2-file::-webkit-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-webkit-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file:-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input:-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::placeholder,.monsterinsights_page .swal2-popup .swal2-input::placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-range input{width:80%}.monsterinsights_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.monsterinsights_page .swal2-popup .swal2-range input,.monsterinsights_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.monsterinsights_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.monsterinsights_page .swal2-popup .swal2-input[type=number]{max-width:10em}.monsterinsights_page .swal2-popup .swal2-file{font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.monsterinsights_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-checkbox,.monsterinsights_page .swal2-popup .swal2-radio{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page .swal2-popup .swal2-checkbox label,.monsterinsights_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-checkbox input,.monsterinsights_page .swal2-popup .swal2-radio input{margin:0 .4em}.monsterinsights_page .swal2-popup .swal2-validation-message{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625em;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;overflow:hidden}.monsterinsights_page .swal2-popup .swal2-validation-message:before{display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center;content:"!";zoom:normal}@supports (-ms-accelerator:true){.monsterinsights_page .swal2-range input{width:100%!important}.monsterinsights_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.monsterinsights_page .swal2-range input{width:100%!important}.monsterinsights_page .swal2-range output{display:none}}@-moz-document url-prefix(){.monsterinsights_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.monsterinsights_page .swal2-icon{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid rgba(0,0,0,0);border-radius:50%;line-height:5em;cursor:default;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;zoom:normal}.monsterinsights_page .swal2-icon-text{font-size:3.75em}.monsterinsights_page .swal2-icon.swal2-error{border-color:#f27474}.monsterinsights_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.monsterinsights_page .swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.monsterinsights_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.monsterinsights_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.monsterinsights_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.monsterinsights_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.monsterinsights_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.monsterinsights_page .swal2-icon.swal2-success{border-color:#a5dc86}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:3.75em 3.75em;-ms-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 3.75em;-ms-transform-origin:0 3.75em;transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.monsterinsights_page .swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;left:-.25em;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%;z-index:2;-webkit-box-sizing:content-box;box-sizing:content-box}.monsterinsights_page .swal2-icon.swal2-success .swal2-success-fix{position:absolute;top:.5em;left:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);z-index:1}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.monsterinsights_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.monsterinsights_page .swal2-progresssteps li{display:inline-block;position:relative}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.monsterinsights_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.monsterinsights_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.monsterinsights_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.monsterinsights_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.monsterinsights_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.monsterinsights_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.monsterinsights_page .swal2-rtl .swal2-close{right:auto;left:0}.monsterinsights_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.monsterinsights_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.monsterinsights_page .swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.monsterinsights_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.monsterinsights_page .swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media print{.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.monsterinsights-tooltip{display:block!important;z-index:10000;max-width:350px}.monsterinsights-tooltip .monsterinsights-tooltip-inner{background:#5f6197;color:#fff;border-radius:5px;padding:16px 20px;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-tooltip .monsterinsights-tooltip-inner a{color:#fff;font-weight:700}.monsterinsights-tooltip .monsterinsights-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#5f6197;z-index:1}.monsterinsights-tooltip[x-placement^=top]{padding-bottom:5px}.monsterinsights-tooltip[x-placement^=top] .monsterinsights-tooltip-arrow{border-width:5px 5px 0;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=bottom]{padding-top:5px}.monsterinsights-tooltip[x-placement^=bottom] .monsterinsights-tooltip-arrow{border-width:0 5px 5px;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=right]{padding-left:5px}.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow{border-width:5px 5px 5px 0;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 5px);margin-left:0;margin-right:0}.monsterinsights-tooltip[x-placement^=left]{padding-right:5px}.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow{border-width:5px 0 5px 5px;border-top-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 5px);margin-left:0;margin-right:0}.monsterinsights-tooltip.popover .popover-inner{background:#fff;color:#5f6197;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.monsterinsights-tooltip.popover .popover-arrow{border-color:#fff}.monsterinsights-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.monsterinsights-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}body{background:#f3f6ff;margin:0}.monsterinsights-admin-page,.monsterinsights-admin-page *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}#wpcontent,.auto-fold #wpcontent{padding-left:0}.monsterinsights-highlighted-text{color:#64bfa5;font-weight:700}.monsterinsights-bold{font-weight:700}.monsterinsights-bg-img{width:100%;padding-top:66%;position:relative}.monsterinsights-bg-img:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-repeat:no-repeat;background-size:contain}.monsterinsights-header{padding:20px 10px;background-color:#f9fbff}.monsterinsights-settings-panel-network>.monsterinsights-header{background-color:rgba(0,0,0,0)}.monsterinsights-logo-area{float:left;max-width:calc(100vw - 170px)}.monsterinsights-logo-area img{display:block;max-width:100%}@media (max-width:782px){.monsterinsights-logo-area{text-align:center;margin:0 auto;float:none}.monsterinsights-logo-area img{display:inline-block;max-height:35px}}@media (max-width:782px){.monsterinsights-header .monsterinsights-container,.monsterinsights-navigation-bar .monsterinsights-container{padding:0;width:100%}}.monsterinsights-navigation-bar{width:100%;background:#fff;border-top:1px solid #d5e2ed;border-bottom:1px solid #d5e2ed;padding:0 10px}@media (max-width:782px){.monsterinsights-navigation-bar{padding:0;border:0}}@media (max-width:750px){.monsterinsights-navigation-bar{background:none}}.monsterinsights-admin-page{position:relative}.monsterinsights-admin-page .monsterinsights-blocked{position:absolute;top:0;bottom:0;right:0;left:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-header{padding-top:10px;padding-bottom:5px}.monsterinsights-admin-page .monsterinsights-header .monsterinsights-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#393f4c}#footer-left .monsterinsights-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#509fe1}#wpfooter{position:relative}#wpfooter:before{left:20px;right:20px;height:1px;background:#d6e2ed;content:"";position:absolute;top:-12px}.monsterinsights-container{margin:0 auto;max-width:100%;width:750px}.monsterinsights-admin-page .monsterinsights-navigation-tab-link{text-decoration:none;padding:17px 0 15px;border-bottom:2px solid #fff;font-size:14px;color:#393f4c;display:inline-block;margin-right:25px;line-height:1;outline:none;font-family:Lato,sans-serif}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active,.monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus,.monsterinsights-admin-page .monsterinsights-navigation-tab-link:hover{color:#509fe2;border-bottom-color:#509fe2;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active{font-weight:700}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-navigation-tab-link{width:100%;text-align:center;padding:10px;color:#509fe2;font-size:16px;background:#fff;border:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active{display:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus{color:#393f4c;text-decoration:underline}}.monsterinsights-admin-page .monsterinsights-button{background:#509fe2;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none}.monsterinsights-admin-page .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary{background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green{background:#5cc0a5;border-color:#40a88d;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:hover{background-color:#4ab99b;border-color:#39967e;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text{background:rgba(0,0,0,0);border:none;color:#509fe2;padding:0;border-radius:0;text-decoration:underline}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-red{background:#ea4e64;border-color:#d21933;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-green-text{color:#5cc0a5;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-left:-18px}}.monsterinsights-mobile-nav-trigger{color:#393f4c;font-size:16px;font-weight:500;width:100%;display:block;border-color:#d6e2ed;border-style:solid;border-width:1px 0;background:#fff;padding:15px 10px;line-height:1;margin:0}@media (min-width:783px){.monsterinsights-mobile-nav-trigger{display:none}}.monsterinsights-mobile-nav-trigger i{color:#acbdc9;margin-left:10px;vertical-align:middle}@media (max-width:782px){.monsterinsights-main-navigation{background:#fff;height:0;overflow:hidden}.monsterinsights-main-navigation.monsterinsights-main-navigation-open{padding:10px 0;height:auto;border-bottom:1px solid #d6e2ed}}@media (min-width:782px){.monsterinsights-swal{margin-left:160px}.auto-fold .monsterinsights-swal{margin-left:36px}}@media (min-width:961px){.auto-fold .monsterinsights-swal{margin-left:160px}.folded .monsterinsights-swal{margin-left:36px}}.monsterinsights-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights-modal .monsterinsights-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.monsterinsights-modal .monsterinsights-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.monsterinsights-modal .monsterinsights-modal-inner p{margin-bottom:0}.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-modal-buttons{margin-top:50px}.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-button{margin:0 10px}
lite/assets/vue/css/chunk-common.rtl.css CHANGED
@@ -1 +1 @@
1
- [data-v-6038a3d0]{will-change:height;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}strong[data-v-a9c27d52]{display:block}.expand-enter-active,.expand-leave-active{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out;overflow:hidden}.expand-enter,.expand-leave-to{height:0}.monsterinsights-dark[data-v-116c294b]{display:block}.monsterinsights-reset-default[data-v-116c294b]{margin-right:5px}.monsterinsights-dark[data-v-35f961b2]{display:block}.float-right[data-v-76c86cd0]{float:left}.monsterinsights-container[data-v-76c86cd0]:after{display:table;clear:both;content:""}@font-face{font-family:Lato;src:url(../fonts/lato-regular-webfont.woff) format("woff"),url(../fonts/lato-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(../fonts/lato-bold-webfont.woff) format("woff"),url(../fonts/lato-bold-webfont.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:text-security-disc;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}@font-face{font-family:Misettings;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.otf) format("opentype");font-weight:400;font-style:normal}[class*=monstericon-]:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.monstericon-times-circle:before{content:"\F01B"}.monstericon-times:before{content:"\F021"}.monstericon-info-circle-regular:before{content:"\F01E"}.monstericon-arrow{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);display:inline-block}.monstericon-arrow.monstericon-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.monstericon-arrow:before{content:"\F01F"}.monstericon-check:before{content:"\F015"}.monstericon-warning-triangle:before{content:"\F020"}.monstericon-star:before{content:"\F025"}.monstericon-files:before{content:"\F028"}.monstericon-search:before{content:"\F029"}.monstericon-user:before{content:"\F02A"}.monstericon-eye:before{content:"\F02B"}.monstericon-cog:before{content:"\F02C"}.monstericon-expand:before{content:"\F02D"}.monstericon-compress:before{content:"\F02F"}@media (max-width:782px){.monsterinsights-notices-area{margin-right:10px;margin-left:10px}}.monsterinsights-notice{position:relative;color:#444}.monsterinsights-notice .monsterinsights-notice-inner{margin-top:25px;padding:20px;background:#fff;border-right:3px solid;line-height:1.5;font-size:14px}.monsterinsights-notice .monsterinsights-notice-inner .notice-title{color:#393f4c;font-weight:700;display:block;margin:0 0 6px;padding:0}@media (max-width:782px){.monsterinsights-notice .monsterinsights-notice-inner{padding:10px}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-notice-inner{border-right-color:#ea4e64}.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-inner{border-right-color:#f5c953}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-inner{border-right-color:#509fe2}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner{border:1px solid #509fe2;border-right-width:3px;color:#777}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner .monsterinsights-button{color:#fff;margin:15px 0 0}.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-inner{border-right-color:#5cc0a5}.monsterinsights-notice .notice-content{margin-left:20px}.monsterinsights-notice .notice-content a{color:#444;margin:0 5px}.monsterinsights-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#acbdc9;position:relative;float:left}.monsterinsights-notice .dismiss-notice:focus,.monsterinsights-notice .dismiss-notice:hover{color:#444}.monsterinsights-notice.monsterinsights-notice-error .notice-content,.monsterinsights-notice.monsterinsights-notice-info .notice-content,.monsterinsights-notice.monsterinsights-notice-success .notice-content,.monsterinsights-notice.monsterinsights-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.monsterinsights-notice.monsterinsights-notice-error .notice-content,.monsterinsights-notice.monsterinsights-notice-info .notice-content,.monsterinsights-notice.monsterinsights-notice-success .notice-content,.monsterinsights-notice.monsterinsights-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-button{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-left:-20px;margin-right:auto}@media (max-width:782px){.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-button{margin-right:0}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button{margin-top:10px;margin-right:0}}body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-end,body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-end,body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-right{top:42px;left:auto;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast{border-radius:0;padding:9px;border-right:3px solid #fff}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-success{border-right-color:#5cc0a5}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-info{border-right-color:#509fe2}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-error{border-right-color:#ea4e64}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-title{color:#393f4c;font-size:13px;font-weight:400}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{font-size:15px;width:10px;height:10px;line-height:10px}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon{width:14px;height:14px;min-width:14px;margin:0;border:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\F01E";position:absolute;top:-1px;right:0;color:#509fe2;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\F023";position:absolute;top:-1px;right:0;color:#ea4e64;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;right:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:14px;height:14px;top:0;right:0;border:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\F027";position:absolute;top:-1px;right:0;color:#5cc0a5;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success [class^=swal2-success-line]{display:none}@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;right:.0625em;width:0}54%{top:1.0625em;right:.125em;width:0}70%{top:2.1875em;right:-.375em;width:3.125em}84%{top:3em;right:1.3125em;width:1.0625em}to{top:2.8125em;right:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;right:.0625em;width:0}54%{top:1.0625em;right:.125em;width:0}70%{top:2.1875em;right:-.375em;width:3.125em}84%{top:3em;right:1.3125em;width:1.0625em}to{top:2.8125em;right:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;left:2.875em;width:0}65%{top:3.375em;left:2.875em;width:0}84%{top:2.1875em;left:0;width:3.4375em}to{top:2.375em;left:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;left:2.875em;width:0}65%{top:3.375em;left:2.875em;width:0}84%{top:2.1875em;left:0;width:3.4375em}to{top:2.375em;left:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}5%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}12%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}5%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}12%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.monsterinsights_page body.swal2-toast-shown .swal2-container,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top{top:0;left:auto;bottom:auto;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;left:0;bottom:auto;right:auto}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;left:auto;bottom:auto;right:0}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;left:auto;bottom:auto;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center{top:50%;left:auto;bottom:auto;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;left:0;bottom:auto;right:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;left:auto;bottom:0;right:0}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;left:auto;bottom:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;left:0;bottom:0;right:auto}.monsterinsights_page body.swal2-toast-column .swal2-toast{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;height:2.2em;margin-top:.3125em}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;padding:.625em;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.monsterinsights_page .swal2-popup.swal2-toast,.monsterinsights_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.monsterinsights_page .swal2-popup.swal2-toast .swal2-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 .6em;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.monsterinsights_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-styled:focus{-webkit-box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4);box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:50%}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;right:-.9375em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:2em 2em;-ms-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:0 4em 4em 0}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;right:.9375em;-webkit-transform-origin:100% 2em;-ms-transform-origin:100% 2em;transform-origin:100% 2em;border-radius:4em 0 0 4em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;right:.4375em;width:.4375em;height:2.6875em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;right:.1875em;width:.75em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;left:.1875em;width:1.375em}.monsterinsights_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.monsterinsights_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.monsterinsights_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.monsterinsights_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(-2deg);transform:translateY(-.625em) rotate(-2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(2deg);transform:translateY(0) rotate(2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(-2deg);transform:translateY(.3125em) rotate(-2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(-2deg);transform:translateY(-.625em) rotate(-2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(2deg);transform:translateY(0) rotate(2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(-2deg);transform:translateY(.3125em) rotate(-2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(-1deg);transform:rotate(-1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(-1deg);transform:rotate(-1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;right:.0625em;width:0}54%{top:.125em;right:.125em;width:0}70%{top:.625em;right:-.25em;width:1.625em}84%{top:1.0625em;right:.75em;width:.5em}to{top:1.125em;right:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;right:.0625em;width:0}54%{top:.125em;right:.125em;width:0}70%{top:.625em;right:-.25em;width:1.625em}84%{top:1.0625em;right:.75em;width:.5em}to{top:1.125em;right:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;left:1.375em;width:0}65%{top:1.25em;left:.9375em;width:0}84%{top:.9375em;left:0;width:1.125em}to{top:.9375em;left:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;left:1.375em;width:0}65%{top:1.25em;left:.9375em;width:0}84%{top:.9375em;left:0;width:1.125em}to{top:.9375em;left:.1875em;width:1.375em}}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.monsterinsights_page body.swal2-height-auto{height:auto!important}.monsterinsights_page body.swal2-no-backdrop .swal2-shown{top:auto;left:auto;bottom:auto;right:auto;background-color:rgba(0,0,0,0)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown>.swal2-modal{-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;right:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;left:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;right:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{left:0;bottom:0}.monsterinsights_page .swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;bottom:0;right:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;background-color:rgba(0,0,0,0);z-index:1060;overflow-x:hidden;-webkit-overflow-scrolling:touch}.monsterinsights_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights_page .swal2-container.swal2-top-left,.monsterinsights_page .swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.monsterinsights_page .swal2-container.swal2-top-end,.monsterinsights_page .swal2-container.swal2-top-right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.monsterinsights_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-container.swal2-center-left,.monsterinsights_page .swal2-container.swal2-center-start{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.monsterinsights_page .swal2-container.swal2-center-end,.monsterinsights_page .swal2-container.swal2-center-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.monsterinsights_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights_page .swal2-container.swal2-bottom-left,.monsterinsights_page .swal2-container.swal2-bottom-start{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.monsterinsights_page .swal2-container.swal2-bottom-end,.monsterinsights_page .swal2-container.swal2-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.monsterinsights_page .swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.monsterinsights_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.monsterinsights_page .swal2-container.swal2-grow-row>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-webkit-box-pack:center;justify-content:center}.monsterinsights_page .swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.monsterinsights_page .swal2-container.swal2-grow-column{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-start,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-start,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-right,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-right,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights_page .swal2-container.swal2-grow-column>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.monsterinsights_page .swal2-container .swal2-modal{margin:0!important}}.monsterinsights_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.monsterinsights_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.monsterinsights_page .swal2-popup{display:none;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;right:0;top:0}.monsterinsights_page .swal2-popup:focus{outline:0}.monsterinsights_page .swal2-popup.swal2-loading{overflow-y:hidden}.monsterinsights_page .swal2-popup .swal2-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-popup .swal2-title{display:block;position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.monsterinsights_page .swal2-popup .swal2-actions{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em auto 0;z-index:1}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:-webkit-gradient(linear,right top,right bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:-webkit-gradient(linear,right top,right bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{width:2.5em;height:2.5em;margin:.46875em;padding:0;border-radius:100%;border:.25em solid rgba(0,0,0,0);background-color:rgba(0,0,0,0)!important;color:rgba(0,0,0,0);cursor:default;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-left:30px;margin-right:30px}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{display:inline-block;width:15px;height:15px;margin-right:5px;border-radius:50%;border:3px solid #999;border-left-color:rgba(0,0,0,0);-webkit-box-shadow:-1px 1px 1px #fff;box-shadow:-1px 1px 1px #fff;content:"";-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal}.monsterinsights_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.monsterinsights_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.monsterinsights_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.monsterinsights_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.monsterinsights_page .swal2-popup .swal2-styled:focus{outline:0;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.monsterinsights_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.monsterinsights_page .swal2-popup .swal2-footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.monsterinsights_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.monsterinsights_page .swal2-popup .swal2-close{position:absolute;top:0;left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.2em;height:1.2em;padding:0;-webkit-transition:color .1s ease-out;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:100% 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer;overflow:hidden}.monsterinsights_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.monsterinsights_page .swal2-popup>.swal2-checkbox,.monsterinsights_page .swal2-popup>.swal2-file,.monsterinsights_page .swal2-popup>.swal2-input,.monsterinsights_page .swal2-popup>.swal2-radio,.monsterinsights_page .swal2-popup>.swal2-select,.monsterinsights_page .swal2-popup>.swal2-textarea{display:none}.monsterinsights_page .swal2-popup .swal2-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;z-index:1;word-wrap:break-word}.monsterinsights_page .swal2-popup #swal2-content{text-align:center}.monsterinsights_page .swal2-popup .swal2-checkbox,.monsterinsights_page .swal2-popup .swal2-file,.monsterinsights_page .swal2-popup .swal2-input,.monsterinsights_page .swal2-popup .swal2-radio,.monsterinsights_page .swal2-popup .swal2-select,.monsterinsights_page .swal2-popup .swal2-textarea{margin:1em auto}.monsterinsights_page .swal2-popup .swal2-file,.monsterinsights_page .swal2-popup .swal2-input,.monsterinsights_page .swal2-popup .swal2-textarea{width:100%;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;font-size:1.125em;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-box-sizing:border-box;box-sizing:border-box}.monsterinsights_page .swal2-popup .swal2-file.swal2-inputerror,.monsterinsights_page .swal2-popup .swal2-input.swal2-inputerror,.monsterinsights_page .swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;-webkit-box-shadow:0 0 2px #f27474!important;box-shadow:0 0 2px #f27474!important}.monsterinsights_page .swal2-popup .swal2-file:focus,.monsterinsights_page .swal2-popup .swal2-input:focus,.monsterinsights_page .swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.monsterinsights_page .swal2-popup .swal2-file::-webkit-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-webkit-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file:-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input:-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::placeholder,.monsterinsights_page .swal2-popup .swal2-input::placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-range input{width:80%}.monsterinsights_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.monsterinsights_page .swal2-popup .swal2-range input,.monsterinsights_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.monsterinsights_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.monsterinsights_page .swal2-popup .swal2-input[type=number]{max-width:10em}.monsterinsights_page .swal2-popup .swal2-file{font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.monsterinsights_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-checkbox,.monsterinsights_page .swal2-popup .swal2-radio{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page .swal2-popup .swal2-checkbox label,.monsterinsights_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-checkbox input,.monsterinsights_page .swal2-popup .swal2-radio input{margin:0 .4em}.monsterinsights_page .swal2-popup .swal2-validation-message{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625em;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;overflow:hidden}.monsterinsights_page .swal2-popup .swal2-validation-message:before{display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center;content:"!";zoom:normal}@supports (-ms-accelerator:true){.monsterinsights_page .swal2-range input{width:100%!important}.monsterinsights_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.monsterinsights_page .swal2-range input{width:100%!important}.monsterinsights_page .swal2-range output{display:none}}@-moz-document url-prefix(){.monsterinsights_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.monsterinsights_page .swal2-icon{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid rgba(0,0,0,0);border-radius:50%;line-height:5em;cursor:default;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;zoom:normal}.monsterinsights_page .swal2-icon-text{font-size:3.75em}.monsterinsights_page .swal2-icon.swal2-error{border-color:#f27474}.monsterinsights_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.monsterinsights_page .swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.monsterinsights_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:1.0625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.monsterinsights_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:1em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.monsterinsights_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.monsterinsights_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.monsterinsights_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.monsterinsights_page .swal2-icon.swal2-success{border-color:#a5dc86}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:50%}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;right:-2.0635em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:3.75em 3.75em;-ms-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:0 7.5em 7.5em 0}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;right:1.875em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:100% 3.75em;-ms-transform-origin:100% 3.75em;transform-origin:100% 3.75em;border-radius:7.5em 0 0 7.5em}.monsterinsights_page .swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;right:-.25em;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%;z-index:2;-webkit-box-sizing:content-box;box-sizing:content-box}.monsterinsights_page .swal2-icon.swal2-success .swal2-success-fix{position:absolute;top:.5em;right:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:1}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;right:.875em;width:1.5625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;left:.5em;width:2.9375em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.monsterinsights_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.monsterinsights_page .swal2-progresssteps li{display:inline-block;position:relative}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-right:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-left:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.monsterinsights_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.monsterinsights_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.monsterinsights_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.monsterinsights_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.monsterinsights_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.monsterinsights_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.monsterinsights_page .swal2-rtl .swal2-close{left:auto;right:0}.monsterinsights_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.monsterinsights_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.monsterinsights_page .swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.monsterinsights_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.monsterinsights_page .swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@media print{.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.monsterinsights-tooltip{display:block!important;z-index:10000;max-width:350px}.monsterinsights-tooltip .monsterinsights-tooltip-inner{background:#5f6197;color:#fff;border-radius:5px;padding:16px 20px;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-tooltip .monsterinsights-tooltip-inner a{color:#fff;font-weight:700}.monsterinsights-tooltip .monsterinsights-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#5f6197;z-index:1}.monsterinsights-tooltip[x-placement^=top]{padding-bottom:5px}.monsterinsights-tooltip[x-placement^=top] .monsterinsights-tooltip-arrow{border-width:5px 5px 0;border-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;right:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=bottom]{padding-top:5px}.monsterinsights-tooltip[x-placement^=bottom] .monsterinsights-tooltip-arrow{border-width:0 5px 5px;border-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;right:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=right]{padding-right:5px}.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow{border-width:5px 0 5px 5px;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 5px);margin-right:0;margin-left:0}.monsterinsights-tooltip[x-placement^=left]{padding-left:5px}.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow{border-width:5px 5px 5px 0;border-top-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 5px);margin-right:0;margin-left:0}.monsterinsights-tooltip.popover .popover-inner{background:#fff;color:#5f6197;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.monsterinsights-tooltip.popover .popover-arrow{border-color:#fff}.monsterinsights-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.monsterinsights-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}body{background:#f3f6ff;margin:0}.monsterinsights-admin-page,.monsterinsights-admin-page *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}#wpcontent,.auto-fold #wpcontent{padding-right:0}.monsterinsights-highlighted-text{color:#64bfa5;font-weight:700}.monsterinsights-bold{font-weight:700}.monsterinsights-bg-img{width:100%;padding-top:66%;position:relative}.monsterinsights-bg-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:contain}.monsterinsights-header{padding:20px 10px;background-color:#f9fbff}.monsterinsights-settings-panel-network>.monsterinsights-header{background-color:rgba(0,0,0,0)}.monsterinsights-logo-area{float:right;max-width:calc(100vw - 170px)}.monsterinsights-logo-area img{display:block;max-width:100%}@media (max-width:782px){.monsterinsights-logo-area{text-align:center;margin:0 auto;float:none}.monsterinsights-logo-area img{display:inline-block;max-height:35px}}@media (max-width:782px){.monsterinsights-header .monsterinsights-container,.monsterinsights-navigation-bar .monsterinsights-container{padding:0;width:100%}}.monsterinsights-navigation-bar{width:100%;background:#fff;border-top:1px solid #d5e2ed;border-bottom:1px solid #d5e2ed;padding:0 10px}@media (max-width:782px){.monsterinsights-navigation-bar{padding:0;border:0}}@media (max-width:750px){.monsterinsights-navigation-bar{background:none}}.monsterinsights-admin-page{position:relative}.monsterinsights-admin-page .monsterinsights-blocked{position:absolute;top:0;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-header{padding-top:10px;padding-bottom:5px}.monsterinsights-admin-page .monsterinsights-header .monsterinsights-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#393f4c}#footer-left .monsterinsights-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#509fe1}#wpfooter{position:relative}#wpfooter:before{right:20px;left:20px;height:1px;background:#d6e2ed;content:"";position:absolute;top:-12px}.monsterinsights-container{margin:0 auto;max-width:100%;width:750px}.monsterinsights-admin-page .monsterinsights-navigation-tab-link{text-decoration:none;padding:17px 0 15px;border-bottom:2px solid #fff;font-size:14px;color:#393f4c;display:inline-block;margin-left:25px;line-height:1;outline:none;font-family:Lato,sans-serif}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active,.monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus,.monsterinsights-admin-page .monsterinsights-navigation-tab-link:hover{color:#509fe2;border-bottom-color:#509fe2;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active{font-weight:700}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-navigation-tab-link{width:100%;text-align:center;padding:10px;color:#509fe2;font-size:16px;background:#fff;border:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active{display:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus{color:#393f4c;text-decoration:underline}}.monsterinsights-admin-page .monsterinsights-button{background:#509fe2;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none}.monsterinsights-admin-page .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary{background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green{background:#5cc0a5;border-color:#40a88d;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:hover{background-color:#4ab99b;border-color:#39967e;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text{background:rgba(0,0,0,0);border:none;color:#509fe2;padding:0;border-radius:0;text-decoration:underline}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-red{background:#ea4e64;border-color:#d21933;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-green-text{color:#5cc0a5;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-right:-18px}}.monsterinsights-mobile-nav-trigger{color:#393f4c;font-size:16px;font-weight:500;width:100%;display:block;border-color:#d6e2ed;border-style:solid;border-width:1px 0;background:#fff;padding:15px 10px;line-height:1;margin:0}@media (min-width:783px){.monsterinsights-mobile-nav-trigger{display:none}}.monsterinsights-mobile-nav-trigger i{color:#acbdc9;margin-right:10px;vertical-align:middle}@media (max-width:782px){.monsterinsights-main-navigation{background:#fff;height:0;overflow:hidden}.monsterinsights-main-navigation.monsterinsights-main-navigation-open{padding:10px 0;height:auto;border-bottom:1px solid #d6e2ed}}@media (min-width:782px){.monsterinsights-swal{margin-right:160px}.auto-fold .monsterinsights-swal{margin-right:36px}}@media (min-width:961px){.auto-fold .monsterinsights-swal{margin-right:160px}.folded .monsterinsights-swal{margin-right:36px}}.monsterinsights-modal{position:fixed;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,.8);z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights-modal .monsterinsights-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.monsterinsights-modal .monsterinsights-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.monsterinsights-modal .monsterinsights-modal-inner p{margin-bottom:0}.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-modal-buttons{margin-top:50px}.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-button{margin:0 10px}
1
+ [data-v-6038a3d0]{will-change:height;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}strong[data-v-a9c27d52]{display:block}.expand-enter-active,.expand-leave-active{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out;overflow:hidden}.expand-enter,.expand-leave-to{height:0}.monsterinsights-dark[data-v-116c294b]{display:block}.monsterinsights-reset-default[data-v-116c294b]{margin-right:5px}.monsterinsights-dark[data-v-35f961b2]{display:block}.float-right[data-v-76c86cd0]{float:left}.monsterinsights-container[data-v-76c86cd0]:after{display:table;clear:both;content:""}@font-face{font-family:Lato;src:url(../fonts/lato-regular-webfont.woff) format("woff"),url(../fonts/lato-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(../fonts/lato-bold-webfont.woff) format("woff"),url(../fonts/lato-bold-webfont.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:text-security-disc;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}@font-face{font-family:Misettings;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.otf) format("opentype");font-weight:400;font-style:normal}[class*=monstericon-]:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.monstericon-times-circle:before{content:"\F01B"}.monstericon-times:before{content:"\F021"}.monstericon-info-circle-regular:before{content:"\F01E"}.monstericon-arrow{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);display:inline-block}.monstericon-arrow.monstericon-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.monstericon-arrow:before{content:"\F01F"}.monstericon-check:before{content:"\F015"}.monstericon-warning-triangle:before{content:"\F020"}.monstericon-star:before{content:"\F025"}.monstericon-files:before{content:"\F028"}.monstericon-search:before{content:"\F029"}.monstericon-user:before{content:"\F02A"}.monstericon-eye:before{content:"\F02B"}.monstericon-cog:before{content:"\F02C"}.monstericon-expand:before{content:"\F02D"}.monstericon-compress:before{content:"\F02F"}@media (max-width:782px){.monsterinsights-notices-area{margin-right:10px;margin-left:10px}}.monsterinsights-notice{position:relative;color:#444}.monsterinsights-notice .monsterinsights-notice-inner{margin-top:25px;padding:20px;background:#fff;border-right:3px solid;line-height:1.5;font-size:14px}.monsterinsights-notice .monsterinsights-notice-inner .notice-title{color:#393f4c;font-weight:700;display:block;margin:0 0 6px;padding:0}@media (max-width:782px){.monsterinsights-notice .monsterinsights-notice-inner{padding:10px}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-notice-inner{border-right-color:#ea4e64}.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-inner{border-right-color:#f5c953}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-inner{border-right-color:#509fe2}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner{border:1px solid #509fe2;border-right-width:3px;color:#777}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner .monsterinsights-button{color:#fff;margin:15px 0 0}.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-inner{border-right-color:#5cc0a5}.monsterinsights-notice .notice-content{margin-left:20px}.monsterinsights-notice .notice-content a{color:#444;margin:0 5px}.monsterinsights-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#acbdc9;position:relative;float:left}.monsterinsights-notice .dismiss-notice:focus,.monsterinsights-notice .dismiss-notice:hover{color:#444}.monsterinsights-notice.monsterinsights-notice-info .notice-content,.monsterinsights-notice.monsterinsights-notice-success .notice-content,.monsterinsights-notice.monsterinsights-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.monsterinsights-notice.monsterinsights-notice-info .notice-content,.monsterinsights-notice.monsterinsights-notice-success .notice-content,.monsterinsights-notice.monsterinsights-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-button{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-left:-20px;margin-right:auto}@media (max-width:782px){.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-button{margin-right:0}}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button{margin-top:10px;margin-right:0}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-button{margin-top:10px;margin-right:0;color:#fff}body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-end,body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-end,body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-right{top:42px;left:auto;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast{border-radius:0;padding:9px;border-right:3px solid #fff}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-success{border-right-color:#5cc0a5}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-info{border-right-color:#509fe2}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-error{border-right-color:#ea4e64}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-title{color:#393f4c;font-size:13px;font-weight:400}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{font-size:15px;width:10px;height:10px;line-height:10px}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon{width:14px;height:14px;min-width:14px;margin:0;border:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\F01E";position:absolute;top:-1px;right:0;color:#509fe2;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\F023";position:absolute;top:-1px;right:0;color:#ea4e64;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;right:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:14px;height:14px;top:0;right:0;border:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\F027";position:absolute;top:-1px;right:0;color:#5cc0a5;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success [class^=swal2-success-line]{display:none}@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;right:.0625em;width:0}54%{top:1.0625em;right:.125em;width:0}70%{top:2.1875em;right:-.375em;width:3.125em}84%{top:3em;right:1.3125em;width:1.0625em}to{top:2.8125em;right:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;right:.0625em;width:0}54%{top:1.0625em;right:.125em;width:0}70%{top:2.1875em;right:-.375em;width:3.125em}84%{top:3em;right:1.3125em;width:1.0625em}to{top:2.8125em;right:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;left:2.875em;width:0}65%{top:3.375em;left:2.875em;width:0}84%{top:2.1875em;left:0;width:3.4375em}to{top:2.375em;left:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;left:2.875em;width:0}65%{top:3.375em;left:2.875em;width:0}84%{top:2.1875em;left:0;width:3.4375em}to{top:2.375em;left:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}5%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}12%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}5%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}12%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.monsterinsights_page body.swal2-toast-shown .swal2-container,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top{top:0;left:auto;bottom:auto;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;left:0;bottom:auto;right:auto}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;left:auto;bottom:auto;right:0}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;left:auto;bottom:auto;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center{top:50%;left:auto;bottom:auto;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;left:0;bottom:auto;right:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;left:auto;bottom:0;right:0}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;left:auto;bottom:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;left:0;bottom:0;right:auto}.monsterinsights_page body.swal2-toast-column .swal2-toast{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;height:2.2em;margin-top:.3125em}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;padding:.625em;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.monsterinsights_page .swal2-popup.swal2-toast,.monsterinsights_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.monsterinsights_page .swal2-popup.swal2-toast .swal2-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 .6em;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.monsterinsights_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-styled:focus{-webkit-box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4);box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:50%}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;right:-.9375em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:2em 2em;-ms-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:0 4em 4em 0}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;right:.9375em;-webkit-transform-origin:100% 2em;-ms-transform-origin:100% 2em;transform-origin:100% 2em;border-radius:4em 0 0 4em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;right:.4375em;width:.4375em;height:2.6875em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;right:.1875em;width:.75em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;left:.1875em;width:1.375em}.monsterinsights_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.monsterinsights_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.monsterinsights_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.monsterinsights_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(-2deg);transform:translateY(-.625em) rotate(-2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(2deg);transform:translateY(0) rotate(2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(-2deg);transform:translateY(.3125em) rotate(-2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(-2deg);transform:translateY(-.625em) rotate(-2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(2deg);transform:translateY(0) rotate(2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(-2deg);transform:translateY(.3125em) rotate(-2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(-1deg);transform:rotate(-1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(-1deg);transform:rotate(-1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;right:.0625em;width:0}54%{top:.125em;right:.125em;width:0}70%{top:.625em;right:-.25em;width:1.625em}84%{top:1.0625em;right:.75em;width:.5em}to{top:1.125em;right:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;right:.0625em;width:0}54%{top:.125em;right:.125em;width:0}70%{top:.625em;right:-.25em;width:1.625em}84%{top:1.0625em;right:.75em;width:.5em}to{top:1.125em;right:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;left:1.375em;width:0}65%{top:1.25em;left:.9375em;width:0}84%{top:.9375em;left:0;width:1.125em}to{top:.9375em;left:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;left:1.375em;width:0}65%{top:1.25em;left:.9375em;width:0}84%{top:.9375em;left:0;width:1.125em}to{top:.9375em;left:.1875em;width:1.375em}}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.monsterinsights_page body.swal2-height-auto{height:auto!important}.monsterinsights_page body.swal2-no-backdrop .swal2-shown{top:auto;left:auto;bottom:auto;right:auto;background-color:rgba(0,0,0,0)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown>.swal2-modal{-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;right:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;left:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;right:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{left:0;bottom:0}.monsterinsights_page .swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;bottom:0;right:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;background-color:rgba(0,0,0,0);z-index:1060;overflow-x:hidden;-webkit-overflow-scrolling:touch}.monsterinsights_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights_page .swal2-container.swal2-top-left,.monsterinsights_page .swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.monsterinsights_page .swal2-container.swal2-top-end,.monsterinsights_page .swal2-container.swal2-top-right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.monsterinsights_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-container.swal2-center-left,.monsterinsights_page .swal2-container.swal2-center-start{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.monsterinsights_page .swal2-container.swal2-center-end,.monsterinsights_page .swal2-container.swal2-center-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.monsterinsights_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights_page .swal2-container.swal2-bottom-left,.monsterinsights_page .swal2-container.swal2-bottom-start{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.monsterinsights_page .swal2-container.swal2-bottom-end,.monsterinsights_page .swal2-container.swal2-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.monsterinsights_page .swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.monsterinsights_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.monsterinsights_page .swal2-container.swal2-grow-row>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-webkit-box-pack:center;justify-content:center}.monsterinsights_page .swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.monsterinsights_page .swal2-container.swal2-grow-column{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-start,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-start,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-right,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-right,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights_page .swal2-container.swal2-grow-column>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.monsterinsights_page .swal2-container .swal2-modal{margin:0!important}}.monsterinsights_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.monsterinsights_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.monsterinsights_page .swal2-popup{display:none;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;right:0;top:0}.monsterinsights_page .swal2-popup:focus{outline:0}.monsterinsights_page .swal2-popup.swal2-loading{overflow-y:hidden}.monsterinsights_page .swal2-popup .swal2-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-popup .swal2-title{display:block;position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.monsterinsights_page .swal2-popup .swal2-actions{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em auto 0;z-index:1}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:-webkit-gradient(linear,right top,right bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:-webkit-gradient(linear,right top,right bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{width:2.5em;height:2.5em;margin:.46875em;padding:0;border-radius:100%;border:.25em solid rgba(0,0,0,0);background-color:rgba(0,0,0,0)!important;color:rgba(0,0,0,0);cursor:default;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-left:30px;margin-right:30px}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{display:inline-block;width:15px;height:15px;margin-right:5px;border-radius:50%;border:3px solid #999;border-left-color:rgba(0,0,0,0);-webkit-box-shadow:-1px 1px 1px #fff;box-shadow:-1px 1px 1px #fff;content:"";-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal}.monsterinsights_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.monsterinsights_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.monsterinsights_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.monsterinsights_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.monsterinsights_page .swal2-popup .swal2-styled:focus{outline:0;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.monsterinsights_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.monsterinsights_page .swal2-popup .swal2-footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.monsterinsights_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.monsterinsights_page .swal2-popup .swal2-close{position:absolute;top:0;left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.2em;height:1.2em;padding:0;-webkit-transition:color .1s ease-out;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:100% 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer;overflow:hidden}.monsterinsights_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.monsterinsights_page .swal2-popup>.swal2-checkbox,.monsterinsights_page .swal2-popup>.swal2-file,.monsterinsights_page .swal2-popup>.swal2-input,.monsterinsights_page .swal2-popup>.swal2-radio,.monsterinsights_page .swal2-popup>.swal2-select,.monsterinsights_page .swal2-popup>.swal2-textarea{display:none}.monsterinsights_page .swal2-popup .swal2-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;z-index:1;word-wrap:break-word}.monsterinsights_page .swal2-popup #swal2-content{text-align:center}.monsterinsights_page .swal2-popup .swal2-checkbox,.monsterinsights_page .swal2-popup .swal2-file,.monsterinsights_page .swal2-popup .swal2-input,.monsterinsights_page .swal2-popup .swal2-radio,.monsterinsights_page .swal2-popup .swal2-select,.monsterinsights_page .swal2-popup .swal2-textarea{margin:1em auto}.monsterinsights_page .swal2-popup .swal2-file,.monsterinsights_page .swal2-popup .swal2-input,.monsterinsights_page .swal2-popup .swal2-textarea{width:100%;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;font-size:1.125em;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-box-sizing:border-box;box-sizing:border-box}.monsterinsights_page .swal2-popup .swal2-file.swal2-inputerror,.monsterinsights_page .swal2-popup .swal2-input.swal2-inputerror,.monsterinsights_page .swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;-webkit-box-shadow:0 0 2px #f27474!important;box-shadow:0 0 2px #f27474!important}.monsterinsights_page .swal2-popup .swal2-file:focus,.monsterinsights_page .swal2-popup .swal2-input:focus,.monsterinsights_page .swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.monsterinsights_page .swal2-popup .swal2-file::-webkit-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-webkit-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file:-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input:-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::placeholder,.monsterinsights_page .swal2-popup .swal2-input::placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-range input{width:80%}.monsterinsights_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.monsterinsights_page .swal2-popup .swal2-range input,.monsterinsights_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.monsterinsights_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.monsterinsights_page .swal2-popup .swal2-input[type=number]{max-width:10em}.monsterinsights_page .swal2-popup .swal2-file{font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.monsterinsights_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-checkbox,.monsterinsights_page .swal2-popup .swal2-radio{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page .swal2-popup .swal2-checkbox label,.monsterinsights_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-checkbox input,.monsterinsights_page .swal2-popup .swal2-radio input{margin:0 .4em}.monsterinsights_page .swal2-popup .swal2-validation-message{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625em;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;overflow:hidden}.monsterinsights_page .swal2-popup .swal2-validation-message:before{display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center;content:"!";zoom:normal}@supports (-ms-accelerator:true){.monsterinsights_page .swal2-range input{width:100%!important}.monsterinsights_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.monsterinsights_page .swal2-range input{width:100%!important}.monsterinsights_page .swal2-range output{display:none}}@-moz-document url-prefix(){.monsterinsights_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.monsterinsights_page .swal2-icon{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid rgba(0,0,0,0);border-radius:50%;line-height:5em;cursor:default;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;zoom:normal}.monsterinsights_page .swal2-icon-text{font-size:3.75em}.monsterinsights_page .swal2-icon.swal2-error{border-color:#f27474}.monsterinsights_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.monsterinsights_page .swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.monsterinsights_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:1.0625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.monsterinsights_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:1em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.monsterinsights_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.monsterinsights_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.monsterinsights_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.monsterinsights_page .swal2-icon.swal2-success{border-color:#a5dc86}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:50%}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;right:-2.0635em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:3.75em 3.75em;-ms-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:0 7.5em 7.5em 0}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;right:1.875em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:100% 3.75em;-ms-transform-origin:100% 3.75em;transform-origin:100% 3.75em;border-radius:7.5em 0 0 7.5em}.monsterinsights_page .swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;right:-.25em;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%;z-index:2;-webkit-box-sizing:content-box;box-sizing:content-box}.monsterinsights_page .swal2-icon.swal2-success .swal2-success-fix{position:absolute;top:.5em;right:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:1}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;right:.875em;width:1.5625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;left:.5em;width:2.9375em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.monsterinsights_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.monsterinsights_page .swal2-progresssteps li{display:inline-block;position:relative}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-right:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-left:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.monsterinsights_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.monsterinsights_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.monsterinsights_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.monsterinsights_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.monsterinsights_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.monsterinsights_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.monsterinsights_page .swal2-rtl .swal2-close{left:auto;right:0}.monsterinsights_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.monsterinsights_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.monsterinsights_page .swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.monsterinsights_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.monsterinsights_page .swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@media print{.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.monsterinsights-tooltip{display:block!important;z-index:10000;max-width:350px}.monsterinsights-tooltip .monsterinsights-tooltip-inner{background:#5f6197;color:#fff;border-radius:5px;padding:16px 20px;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-tooltip .monsterinsights-tooltip-inner a{color:#fff;font-weight:700}.monsterinsights-tooltip .monsterinsights-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#5f6197;z-index:1}.monsterinsights-tooltip[x-placement^=top]{padding-bottom:5px}.monsterinsights-tooltip[x-placement^=top] .monsterinsights-tooltip-arrow{border-width:5px 5px 0;border-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;right:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=bottom]{padding-top:5px}.monsterinsights-tooltip[x-placement^=bottom] .monsterinsights-tooltip-arrow{border-width:0 5px 5px;border-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;right:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=right]{padding-right:5px}.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow{border-width:5px 0 5px 5px;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 5px);margin-right:0;margin-left:0}.monsterinsights-tooltip[x-placement^=left]{padding-left:5px}.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow{border-width:5px 5px 5px 0;border-top-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 5px);margin-right:0;margin-left:0}.monsterinsights-tooltip.popover .popover-inner{background:#fff;color:#5f6197;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.monsterinsights-tooltip.popover .popover-arrow{border-color:#fff}.monsterinsights-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.monsterinsights-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}body{background:#f3f6ff;margin:0}.monsterinsights-admin-page,.monsterinsights-admin-page *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}#wpcontent,.auto-fold #wpcontent{padding-right:0}.monsterinsights-highlighted-text{color:#64bfa5;font-weight:700}.monsterinsights-bold{font-weight:700}.monsterinsights-bg-img{width:100%;padding-top:66%;position:relative}.monsterinsights-bg-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:contain}.monsterinsights-header{padding:20px 10px;background-color:#f9fbff}.monsterinsights-settings-panel-network>.monsterinsights-header{background-color:rgba(0,0,0,0)}.monsterinsights-logo-area{float:right;max-width:calc(100vw - 170px)}.monsterinsights-logo-area img{display:block;max-width:100%}@media (max-width:782px){.monsterinsights-logo-area{text-align:center;margin:0 auto;float:none}.monsterinsights-logo-area img{display:inline-block;max-height:35px}}@media (max-width:782px){.monsterinsights-header .monsterinsights-container,.monsterinsights-navigation-bar .monsterinsights-container{padding:0;width:100%}}.monsterinsights-navigation-bar{width:100%;background:#fff;border-top:1px solid #d5e2ed;border-bottom:1px solid #d5e2ed;padding:0 10px}@media (max-width:782px){.monsterinsights-navigation-bar{padding:0;border:0}}@media (max-width:750px){.monsterinsights-navigation-bar{background:none}}.monsterinsights-admin-page{position:relative}.monsterinsights-admin-page .monsterinsights-blocked{position:absolute;top:0;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-header{padding-top:10px;padding-bottom:5px}.monsterinsights-admin-page .monsterinsights-header .monsterinsights-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#393f4c}#footer-left .monsterinsights-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#509fe1}#wpfooter{position:relative}#wpfooter:before{right:20px;left:20px;height:1px;background:#d6e2ed;content:"";position:absolute;top:-12px}.monsterinsights-container{margin:0 auto;max-width:100%;width:750px}.monsterinsights-admin-page .monsterinsights-navigation-tab-link{text-decoration:none;padding:17px 0 15px;border-bottom:2px solid #fff;font-size:14px;color:#393f4c;display:inline-block;margin-left:25px;line-height:1;outline:none;font-family:Lato,sans-serif}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active,.monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus,.monsterinsights-admin-page .monsterinsights-navigation-tab-link:hover{color:#509fe2;border-bottom-color:#509fe2;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active{font-weight:700}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-navigation-tab-link{width:100%;text-align:center;padding:10px;color:#509fe2;font-size:16px;background:#fff;border:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active{display:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus{color:#393f4c;text-decoration:underline}}.monsterinsights-admin-page .monsterinsights-button{background:#509fe2;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none}.monsterinsights-admin-page .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary{background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green{background:#5cc0a5;border-color:#40a88d;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:hover{background-color:#4ab99b;border-color:#39967e;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text{background:rgba(0,0,0,0);border:none;color:#509fe2;padding:0;border-radius:0;text-decoration:underline}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-red{background:#ea4e64;border-color:#d21933;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-green-text{color:#5cc0a5;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-right:-18px}}.monsterinsights-mobile-nav-trigger{color:#393f4c;font-size:16px;font-weight:500;width:100%;display:block;border-color:#d6e2ed;border-style:solid;border-width:1px 0;background:#fff;padding:15px 10px;line-height:1;margin:0}@media (min-width:783px){.monsterinsights-mobile-nav-trigger{display:none}}.monsterinsights-mobile-nav-trigger i{color:#acbdc9;margin-right:10px;vertical-align:middle}@media (max-width:782px){.monsterinsights-main-navigation{background:#fff;height:0;overflow:hidden}.monsterinsights-main-navigation.monsterinsights-main-navigation-open{padding:10px 0;height:auto;border-bottom:1px solid #d6e2ed}}@media (min-width:782px){.monsterinsights-swal{margin-right:160px}.auto-fold .monsterinsights-swal{margin-right:36px}}@media (min-width:961px){.auto-fold .monsterinsights-swal{margin-right:160px}.folded .monsterinsights-swal{margin-right:36px}}.monsterinsights-modal{position:fixed;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,.8);z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights-modal .monsterinsights-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.monsterinsights-modal .monsterinsights-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.monsterinsights-modal .monsterinsights-modal-inner p{margin-bottom:0}.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-modal-buttons{margin-top:50px}.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-button{margin:0 10px}
lite/assets/vue/css/frontend.css CHANGED
@@ -1 +1 @@
1
- #wpadminbar .monsterinsights-frontend-stats{position:absolute;top:32px;background:#fff;width:100vw;left:0;color:#000;padding:20px 50px;-webkit-box-shadow:0 5px 25px -10px rgba(0,0,0,.15);box-shadow:0 5px 25px -10px rgba(0,0,0,.15);-webkit-box-sizing:border-box;box-sizing:border-box;min-height:104px}@media (max-width:1023px){#wpadminbar .monsterinsights-frontend-stats{padding:20px}}@media (max-width:782px){#wpadminbar .monsterinsights-frontend-stats{top:46px}}#wpadminbar .monsterinsights-adminbar-menu-item{position:static}@media (max-width:782px){#wpadminbar .monsterinsights-adminbar-menu-item{display:block}#wpadminbar .monsterinsights-adminbar-menu-item .monsterinsights-admin-bar-handle-text{display:none}#wpadminbar .monsterinsights-adminbar-menu-item .dashicons-chart-bar:before{font-size:28px;margin-top:10px;width:28px;height:28px}}#wpadminbar .monsterinsights-toggle{cursor:pointer}#wpadminbar .monsterinsights-toggle-active{background:#fff;color:#393f4c}#wpadminbar .monsterinsights-toggle-active:focus,#wpadminbar .monsterinsights-toggle-active:hover{color:#509fe2}#wpadminbar .ab-item.monsterinsights-toggle-active .ab-icon:before{color:#393f4c}#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active{background:#fff;color:#393f4c}#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active .ab-icon,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active .ab-icon:before{color:#393f4c}#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:focus,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:focus .ab-icon:before,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:hover,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:hover .ab-icon:before{color:#509fe2}#wpadminbar .monsterinsights-frontend-stats-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:881px){#wpadminbar .monsterinsights-frontend-stats-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column{width:calc(50% - 20px)}#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column:first-child,#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column:last-child{width:100%}}#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column{margin-right:20px}#wpadminbar .monsterinsights-stats-label{font-weight:700;color:#777;font-size:14px}#wpadminbar .monsterinsights-stats-value{font-size:26px;color:#393f4c}#wpadminbar .monsterinsights-stats-column-title{width:30%;-ms-flex-negative:0;flex-shrink:0}#wpadminbar .monsterinsights-stats-column-title .monsterinsights-stats-value{white-space:pre;text-overflow:ellipsis;overflow:hidden}#wpadminbar .monsterinsights-frontend-stats-loading{text-align:center;position:absolute;z-index:90;left:0;right:0;bottom:0;top:0;background:#fff;padding-top:25px}#wpadminbar .monsterinsights-frontend-spinner{animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;background-color:rgba(0,0,0,0)!important;border-radius:100%;border-color:rgba(0,0,0,0) #4b9ce4;border-style:solid;border-width:.25em;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,0);cursor:default;display:inline-block;height:2.5em;margin:10px auto;padding:0;width:2.5em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#wpadminbar a.monsterinsights-button,#wpadminbar button.monsterinsights-button{background:#509fe2;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none;line-height:1;height:auto}#wpadminbar a.monsterinsights-button:focus,#wpadminbar a.monsterinsights-button:hover,#wpadminbar button.monsterinsights-button:focus,#wpadminbar button.monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff;border-width:1px 1px 2px}#wpadminbar .monsterinsights-widget-error{padding:0;text-align:center}#wpadminbar .monsterinsights-widget-error h2{font-size:18px;font-weight:700}#wpadminbar .monsterinsights-widget-error h2:before{display:none}#wpadminbar .monsterinsights-widget-error .monsterinsights-error-title{font-weight:700;font-size:24px}#wpadminbar .monsterinsights-widget-error .monsterinsights-error-content{font-size:16px}#wpadminbar .monsterinsights-widget-error .monsterinsights-error-footer{margin:35px 0 0;padding:15px 0 0;border-top:1px solid #ccc}#wpadminbar .monsterinsights-widget-error .swal2-icon,#wpadminbar .monsterinsights-widget-error .swal2-icon *,#wpadminbar .swal2-icon{-webkit-box-sizing:content-box;box-sizing:content-box}#wpadminbar .swal2-icon{border:.25em solid rgba(0,0,0,0);border-radius:50%;cursor:default;height:5em;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:5em;margin:1.25em auto 1.875em;position:relative;width:5em;zoom:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#wpadminbar .swal2-animate-error-icon .swal2-x-mark{animation:swal2-animate-error-x-mark .5s;-webkit-animation:swal2-animate-error-x-mark .5s;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative}#wpadminbar .swal2-animate-error-icon{animation:swal2-animate-error-icon .5s;-webkit-animation:swal2-animate-error-icon .5s}#wpadminbar .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform:rotate(45deg)}#wpadminbar .swal2-icon.swal2-error [class^=swal2-x-mark-line]{background-color:#f27474;border-radius:.125em;display:block;height:.3125em;position:absolute;top:2.3125em;width:2.9375em}#wpadminbar .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}#wpadminbar .swal2-icon.swal2-error{border-color:#f27474}#wpadminbar .monsterinsights-powered-by{position:absolute;top:100%;left:0;background:#fff;display:inline-block;-webkit-box-shadow:0 5px 25px -10px rgba(0,0,0,.15);box-shadow:0 5px 25px -10px rgba(0,0,0,.15);font-size:14px;padding:5px 20px}#wpadminbar .monsterinsights-powered-by:before{content:"";background-image:url(../img/mascot.png);width:32px;height:32px;background-size:32px;display:inline-block;vertical-align:middle;margin-right:10px}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
1
+ #wpadminbar .monsterinsights-frontend-stats{position:absolute;top:32px;background:#fff;width:100vw;left:0;color:#000;padding:20px 50px;-webkit-box-shadow:0 5px 25px -10px rgba(0,0,0,.15);box-shadow:0 5px 25px -10px rgba(0,0,0,.15);-webkit-box-sizing:border-box;box-sizing:border-box;min-height:104px}@media (max-width:1023px){#wpadminbar .monsterinsights-frontend-stats{padding:20px}}@media (max-width:782px){#wpadminbar .monsterinsights-frontend-stats{top:46px}}#wpadminbar .monsterinsights-adminbar-menu-item{position:static}@media (max-width:782px){#wpadminbar .monsterinsights-adminbar-menu-item{display:block}#wpadminbar .monsterinsights-adminbar-menu-item .monsterinsights-admin-bar-handle-text{display:none}#wpadminbar .monsterinsights-adminbar-menu-item .dashicons-chart-bar:before{font-size:28px;margin-top:10px;width:28px;height:28px}}#wpadminbar .monsterinsights-toggle{cursor:pointer}#wpadminbar .monsterinsights-toggle-active{background:#fff;color:#393f4c}#wpadminbar .monsterinsights-toggle-active:focus,#wpadminbar .monsterinsights-toggle-active:hover{color:#509fe2}#wpadminbar .ab-item.monsterinsights-toggle-active .ab-icon:before{color:#393f4c}#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active{background:#fff;color:#393f4c}#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active .ab-icon,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active .ab-icon:before{color:#393f4c}#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:focus,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:focus .ab-icon:before,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:hover,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:hover .ab-icon:before{color:#509fe2}#wpadminbar .monsterinsights-frontend-stats-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:881px){#wpadminbar .monsterinsights-frontend-stats-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column{width:calc(50% - 20px)}#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column:first-child,#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column:last-child{width:100%}}#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column{margin-right:20px}#wpadminbar .monsterinsights-stats-label{font-weight:700;color:#777;font-size:14px}#wpadminbar .monsterinsights-stats-value{font-size:26px;color:#393f4c}#wpadminbar .monsterinsights-stats-column-title{width:30%;-ms-flex-negative:0;flex-shrink:0}#wpadminbar .monsterinsights-stats-column-title .monsterinsights-stats-value{white-space:pre;text-overflow:ellipsis;overflow:hidden}#wpadminbar .monsterinsights-frontend-stats-loading{text-align:center;position:absolute;z-index:90;left:0;right:0;bottom:0;top:0;background:#fff;padding-top:25px}#wpadminbar .monsterinsights-frontend-spinner{animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;background-color:rgba(0,0,0,0)!important;border-radius:100%;border-color:rgba(0,0,0,0) #4b9ce4;border-style:solid;border-width:.25em;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,0);cursor:default;display:inline-block;height:2.5em;margin:10px auto;padding:0;width:2.5em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#wpadminbar a.monsterinsights-button,#wpadminbar button.monsterinsights-button{background:#509fe2;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none;line-height:1;height:auto}#wpadminbar a.monsterinsights-button:focus,#wpadminbar a.monsterinsights-button:hover,#wpadminbar button.monsterinsights-button:focus,#wpadminbar button.monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff;border-width:1px 1px 2px}#wpadminbar .monsterinsights-widget-error{padding:0;text-align:center}#wpadminbar .monsterinsights-widget-error h2{font-size:18px;font-weight:700}#wpadminbar .monsterinsights-widget-error h2:before{display:none}#wpadminbar .monsterinsights-widget-error .monsterinsights-error-title{font-weight:700;font-size:24px}#wpadminbar .monsterinsights-widget-error .monsterinsights-error-content{font-size:16px}#wpadminbar .monsterinsights-widget-error .monsterinsights-error-footer{margin:35px 0 0;padding:15px 0 0;border-top:1px solid #ccc}#wpadminbar .monsterinsights-widget-error .swal2-icon,#wpadminbar .monsterinsights-widget-error .swal2-icon *,#wpadminbar .swal2-icon{-webkit-box-sizing:content-box;box-sizing:content-box}#wpadminbar .swal2-icon{border:.25em solid rgba(0,0,0,0);border-radius:50%;cursor:default;height:5em;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:5em;margin:1.25em auto 1.875em;position:relative;width:5em;zoom:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#wpadminbar .swal2-animate-error-icon .swal2-x-mark{animation:swal2-animate-error-x-mark .5s;-webkit-animation:swal2-animate-error-x-mark .5s;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative}#wpadminbar .swal2-animate-error-icon{animation:swal2-animate-error-icon .5s;-webkit-animation:swal2-animate-error-icon .5s}#wpadminbar .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform:rotate(45deg)}#wpadminbar .swal2-icon.swal2-error [class^=swal2-x-mark-line]{background-color:#f27474;border-radius:.125em;display:block;height:.3125em;position:absolute;top:2.3125em;width:2.9375em}#wpadminbar .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}#wpadminbar .swal2-icon.swal2-error{border-color:#f27474}#wpadminbar .monsterinsights-powered-by{position:absolute;top:100%;left:0;background:#fff;display:inline-block;-webkit-box-shadow:0 5px 25px -15px rgba(0,0,0,.15);box-shadow:0 5px 25px -15px rgba(0,0,0,.15);font-size:14px;padding:5px 20px}#wpadminbar .monsterinsights-powered-by:before{content:"";background-image:url(../img/mascot.png);width:32px;height:32px;background-size:32px;display:inline-block;vertical-align:middle;margin-right:10px}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
lite/assets/vue/css/frontend.rtl.css CHANGED
@@ -1 +1 @@
1
- #wpadminbar .monsterinsights-frontend-stats{position:absolute;top:32px;background:#fff;width:100vw;right:0;color:#000;padding:20px 50px;-webkit-box-shadow:0 5px 25px -10px rgba(0,0,0,.15);box-shadow:0 5px 25px -10px rgba(0,0,0,.15);-webkit-box-sizing:border-box;box-sizing:border-box;min-height:104px}@media (max-width:1023px){#wpadminbar .monsterinsights-frontend-stats{padding:20px}}@media (max-width:782px){#wpadminbar .monsterinsights-frontend-stats{top:46px}}#wpadminbar .monsterinsights-adminbar-menu-item{position:static}@media (max-width:782px){#wpadminbar .monsterinsights-adminbar-menu-item{display:block}#wpadminbar .monsterinsights-adminbar-menu-item .monsterinsights-admin-bar-handle-text{display:none}#wpadminbar .monsterinsights-adminbar-menu-item .dashicons-chart-bar:before{font-size:28px;margin-top:10px;width:28px;height:28px}}#wpadminbar .monsterinsights-toggle{cursor:pointer}#wpadminbar .monsterinsights-toggle-active{background:#fff;color:#393f4c}#wpadminbar .monsterinsights-toggle-active:focus,#wpadminbar .monsterinsights-toggle-active:hover{color:#509fe2}#wpadminbar .ab-item.monsterinsights-toggle-active .ab-icon:before{color:#393f4c}#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active{background:#fff;color:#393f4c}#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active .ab-icon,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active .ab-icon:before{color:#393f4c}#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:focus,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:focus .ab-icon:before,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:hover,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:hover .ab-icon:before{color:#509fe2}#wpadminbar .monsterinsights-frontend-stats-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:881px){#wpadminbar .monsterinsights-frontend-stats-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column{width:calc(50% - 20px)}#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column:first-child,#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column:last-child{width:100%}}#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column{margin-left:20px}#wpadminbar .monsterinsights-stats-label{font-weight:700;color:#777;font-size:14px}#wpadminbar .monsterinsights-stats-value{font-size:26px;color:#393f4c}#wpadminbar .monsterinsights-stats-column-title{width:30%;-ms-flex-negative:0;flex-shrink:0}#wpadminbar .monsterinsights-stats-column-title .monsterinsights-stats-value{white-space:pre;text-overflow:ellipsis;overflow:hidden}#wpadminbar .monsterinsights-frontend-stats-loading{text-align:center;position:absolute;z-index:90;right:0;left:0;bottom:0;top:0;background:#fff;padding-top:25px}#wpadminbar .monsterinsights-frontend-spinner{animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;background-color:rgba(0,0,0,0)!important;border-radius:100%;border-color:rgba(0,0,0,0) #4b9ce4;border-style:solid;border-width:.25em;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,0);cursor:default;display:inline-block;height:2.5em;margin:10px auto;padding:0;width:2.5em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#wpadminbar a.monsterinsights-button,#wpadminbar button.monsterinsights-button{background:#509fe2;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none;line-height:1;height:auto}#wpadminbar a.monsterinsights-button:focus,#wpadminbar a.monsterinsights-button:hover,#wpadminbar button.monsterinsights-button:focus,#wpadminbar button.monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff;border-width:1px 1px 2px}#wpadminbar .monsterinsights-widget-error{padding:0;text-align:center}#wpadminbar .monsterinsights-widget-error h2{font-size:18px;font-weight:700}#wpadminbar .monsterinsights-widget-error h2:before{display:none}#wpadminbar .monsterinsights-widget-error .monsterinsights-error-title{font-weight:700;font-size:24px}#wpadminbar .monsterinsights-widget-error .monsterinsights-error-content{font-size:16px}#wpadminbar .monsterinsights-widget-error .monsterinsights-error-footer{margin:35px 0 0;padding:15px 0 0;border-top:1px solid #ccc}#wpadminbar .monsterinsights-widget-error .swal2-icon,#wpadminbar .monsterinsights-widget-error .swal2-icon *,#wpadminbar .swal2-icon{-webkit-box-sizing:content-box;box-sizing:content-box}#wpadminbar .swal2-icon{border:.25em solid rgba(0,0,0,0);border-radius:50%;cursor:default;height:5em;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:5em;margin:1.25em auto 1.875em;position:relative;width:5em;zoom:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#wpadminbar .swal2-animate-error-icon .swal2-x-mark{animation:swal2-animate-error-x-mark .5s;-webkit-animation:swal2-animate-error-x-mark .5s;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative}#wpadminbar .swal2-animate-error-icon{animation:swal2-animate-error-icon .5s;-webkit-animation:swal2-animate-error-icon .5s}#wpadminbar .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:1.0625em;-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}#wpadminbar .swal2-icon.swal2-error [class^=swal2-x-mark-line]{background-color:#f27474;border-radius:.125em;display:block;height:.3125em;position:absolute;top:2.3125em;width:2.9375em}#wpadminbar .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:1em;-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform:rotate(45deg)}#wpadminbar .swal2-icon.swal2-error{border-color:#f27474}#wpadminbar .monsterinsights-powered-by{position:absolute;top:100%;right:0;background:#fff;display:inline-block;-webkit-box-shadow:0 5px 25px -10px rgba(0,0,0,.15);box-shadow:0 5px 25px -10px rgba(0,0,0,.15);font-size:14px;padding:5px 20px}#wpadminbar .monsterinsights-powered-by:before{content:"";background-image:url(../img/mascot.png);width:32px;height:32px;background-size:32px;display:inline-block;vertical-align:middle;margin-left:10px}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}
1
+ #wpadminbar .monsterinsights-frontend-stats{position:absolute;top:32px;background:#fff;width:100vw;right:0;color:#000;padding:20px 50px;-webkit-box-shadow:0 5px 25px -10px rgba(0,0,0,.15);box-shadow:0 5px 25px -10px rgba(0,0,0,.15);-webkit-box-sizing:border-box;box-sizing:border-box;min-height:104px}@media (max-width:1023px){#wpadminbar .monsterinsights-frontend-stats{padding:20px}}@media (max-width:782px){#wpadminbar .monsterinsights-frontend-stats{top:46px}}#wpadminbar .monsterinsights-adminbar-menu-item{position:static}@media (max-width:782px){#wpadminbar .monsterinsights-adminbar-menu-item{display:block}#wpadminbar .monsterinsights-adminbar-menu-item .monsterinsights-admin-bar-handle-text{display:none}#wpadminbar .monsterinsights-adminbar-menu-item .dashicons-chart-bar:before{font-size:28px;margin-top:10px;width:28px;height:28px}}#wpadminbar .monsterinsights-toggle{cursor:pointer}#wpadminbar .monsterinsights-toggle-active{background:#fff;color:#393f4c}#wpadminbar .monsterinsights-toggle-active:focus,#wpadminbar .monsterinsights-toggle-active:hover{color:#509fe2}#wpadminbar .ab-item.monsterinsights-toggle-active .ab-icon:before{color:#393f4c}#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active{background:#fff;color:#393f4c}#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active .ab-icon,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active .ab-icon:before{color:#393f4c}#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:focus,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:focus .ab-icon:before,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:hover,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:hover .ab-icon:before{color:#509fe2}#wpadminbar .monsterinsights-frontend-stats-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:881px){#wpadminbar .monsterinsights-frontend-stats-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column{width:calc(50% - 20px)}#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column:first-child,#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column:last-child{width:100%}}#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column{margin-left:20px}#wpadminbar .monsterinsights-stats-label{font-weight:700;color:#777;font-size:14px}#wpadminbar .monsterinsights-stats-value{font-size:26px;color:#393f4c}#wpadminbar .monsterinsights-stats-column-title{width:30%;-ms-flex-negative:0;flex-shrink:0}#wpadminbar .monsterinsights-stats-column-title .monsterinsights-stats-value{white-space:pre;text-overflow:ellipsis;overflow:hidden}#wpadminbar .monsterinsights-frontend-stats-loading{text-align:center;position:absolute;z-index:90;right:0;left:0;bottom:0;top:0;background:#fff;padding-top:25px}#wpadminbar .monsterinsights-frontend-spinner{animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;background-color:rgba(0,0,0,0)!important;border-radius:100%;border-color:rgba(0,0,0,0) #4b9ce4;border-style:solid;border-width:.25em;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,0);cursor:default;display:inline-block;height:2.5em;margin:10px auto;padding:0;width:2.5em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#wpadminbar a.monsterinsights-button,#wpadminbar button.monsterinsights-button{background:#509fe2;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none;line-height:1;height:auto}#wpadminbar a.monsterinsights-button:focus,#wpadminbar a.monsterinsights-button:hover,#wpadminbar button.monsterinsights-button:focus,#wpadminbar button.monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff;border-width:1px 1px 2px}#wpadminbar .monsterinsights-widget-error{padding:0;text-align:center}#wpadminbar .monsterinsights-widget-error h2{font-size:18px;font-weight:700}#wpadminbar .monsterinsights-widget-error h2:before{display:none}#wpadminbar .monsterinsights-widget-error .monsterinsights-error-title{font-weight:700;font-size:24px}#wpadminbar .monsterinsights-widget-error .monsterinsights-error-content{font-size:16px}#wpadminbar .monsterinsights-widget-error .monsterinsights-error-footer{margin:35px 0 0;padding:15px 0 0;border-top:1px solid #ccc}#wpadminbar .monsterinsights-widget-error .swal2-icon,#wpadminbar .monsterinsights-widget-error .swal2-icon *,#wpadminbar .swal2-icon{-webkit-box-sizing:content-box;box-sizing:content-box}#wpadminbar .swal2-icon{border:.25em solid rgba(0,0,0,0);border-radius:50%;cursor:default;height:5em;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:5em;margin:1.25em auto 1.875em;position:relative;width:5em;zoom:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#wpadminbar .swal2-animate-error-icon .swal2-x-mark{animation:swal2-animate-error-x-mark .5s;-webkit-animation:swal2-animate-error-x-mark .5s;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative}#wpadminbar .swal2-animate-error-icon{animation:swal2-animate-error-icon .5s;-webkit-animation:swal2-animate-error-icon .5s}#wpadminbar .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:1.0625em;-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}#wpadminbar .swal2-icon.swal2-error [class^=swal2-x-mark-line]{background-color:#f27474;border-radius:.125em;display:block;height:.3125em;position:absolute;top:2.3125em;width:2.9375em}#wpadminbar .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:1em;-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform:rotate(45deg)}#wpadminbar .swal2-icon.swal2-error{border-color:#f27474}#wpadminbar .monsterinsights-powered-by{position:absolute;top:100%;right:0;background:#fff;display:inline-block;-webkit-box-shadow:0 5px 25px -15px rgba(0,0,0,.15);box-shadow:0 5px 25px -15px rgba(0,0,0,.15);font-size:14px;padding:5px 20px}#wpadminbar .monsterinsights-powered-by:before{content:"";background-image:url(../img/mascot.png);width:32px;height:32px;background-size:32px;display:inline-block;vertical-align:middle;margin-left:10px}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}
lite/assets/vue/css/reports.css CHANGED
@@ -1,3 +1,3 @@
1
  /*!
2
  * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
3
- */.monsterinsights-flag{display:inline-block;width:32px;height:32px;background:url(../img/flags.png) no-repeat}.monsterinsights-flag.monsterinsights-flag-ad{background-position:-32px 0}.monsterinsights-flag.monsterinsights-flag-ae{background-position:-64px 0}.monsterinsights-flag.monsterinsights-flag-af{background-position:-96px 0}.monsterinsights-flag.monsterinsights-flag-ag{background-position:-128px 0}.monsterinsights-flag.monsterinsights-flag-ai{background-position:-160px 0}.monsterinsights-flag.monsterinsights-flag-al{background-position:-192px 0}.monsterinsights-flag.monsterinsights-flag-am{background-position:-224px 0}.monsterinsights-flag.monsterinsights-flag-an{background-position:-256px 0}.monsterinsights-flag.monsterinsights-flag-ao{background-position:-288px 0}.monsterinsights-flag.monsterinsights-flag-ar{background-position:-320px 0}.monsterinsights-flag.monsterinsights-flag-as{background-position:-352px 0}.monsterinsights-flag.monsterinsights-flag-at{background-position:-384px 0}.monsterinsights-flag.monsterinsights-flag-au{background-position:-416px 0}.monsterinsights-flag.monsterinsights-flag-aw{background-position:-448px 0}.monsterinsights-flag.monsterinsights-flag-ax{background-position:-480px 0}.monsterinsights-flag.monsterinsights-flag-az{background-position:0 -32px}.monsterinsights-flag.monsterinsights-flag-ba{background-position:-32px -32px}.monsterinsights-flag.monsterinsights-flag-bb{background-position:-64px -32px}.monsterinsights-flag.monsterinsights-flag-bd{background-position:-96px -32px}.monsterinsights-flag.monsterinsights-flag-be{background-position:-128px -32px}.monsterinsights-flag.monsterinsights-flag-bf{background-position:-160px -32px}.monsterinsights-flag.monsterinsights-flag-bg{background-position:-192px -32px}.monsterinsights-flag.monsterinsights-flag-bh{background-position:-224px -32px}.monsterinsights-flag.monsterinsights-flag-bi{background-position:-256px -32px}.monsterinsights-flag.monsterinsights-flag-bj{background-position:-288px -32px}.monsterinsights-flag.monsterinsights-flag-bl{background-position:-320px -32px}.monsterinsights-flag.monsterinsights-flag-bm{background-position:-352px -32px}.monsterinsights-flag.monsterinsights-flag-bn{background-position:-384px -32px}.monsterinsights-flag.monsterinsights-flag-bo{background-position:-416px -32px}.monsterinsights-flag.monsterinsights-flag-br{background-position:-448px -32px}.monsterinsights-flag.monsterinsights-flag-bs{background-position:-480px -32px}.monsterinsights-flag.monsterinsights-flag-bt{background-position:0 -64px}.monsterinsights-flag.monsterinsights-flag-bw{background-position:-32px -64px}.monsterinsights-flag.monsterinsights-flag-by{background-position:-64px -64px}.monsterinsights-flag.monsterinsights-flag-bz{background-position:-96px -64px}.monsterinsights-flag.monsterinsights-flag-ca{background-position:-128px -64px}.monsterinsights-flag.monsterinsights-flag-cd{background-position:-160px -64px}.monsterinsights-flag.monsterinsights-flag-cf{background-position:-192px -64px}.monsterinsights-flag.monsterinsights-flag-cg{background-position:-224px -64px}.monsterinsights-flag.monsterinsights-flag-ch{background-position:-256px -64px}.monsterinsights-flag.monsterinsights-flag-ci{background-position:-288px -64px}.monsterinsights-flag.monsterinsights-flag-ck{background-position:-320px -64px}.monsterinsights-flag.monsterinsights-flag-cl{background-position:-352px -64px}.monsterinsights-flag.monsterinsights-flag-cm{background-position:-384px -64px}.monsterinsights-flag.monsterinsights-flag-cn{background-position:-416px -64px}.monsterinsights-flag.monsterinsights-flag-co{background-position:-448px -64px}.monsterinsights-flag.monsterinsights-flag-cr{background-position:-480px -64px}.monsterinsights-flag.monsterinsights-flag-cu{background-position:0 -96px}.monsterinsights-flag.monsterinsights-flag-cv{background-position:-32px -96px}.monsterinsights-flag.monsterinsights-flag-cw{background-position:-64px -96px}.monsterinsights-flag.monsterinsights-flag-cy{background-position:-96px -96px}.monsterinsights-flag.monsterinsights-flag-cz{background-position:-128px -96px}.monsterinsights-flag.monsterinsights-flag-de{background-position:-160px -96px}.monsterinsights-flag.monsterinsights-flag-dj{background-position:-192px -96px}.monsterinsights-flag.monsterinsights-flag-dk{background-position:-224px -96px}.monsterinsights-flag.monsterinsights-flag-dm{background-position:-256px -96px}.monsterinsights-flag.monsterinsights-flag-do{background-position:-288px -96px}.monsterinsights-flag.monsterinsights-flag-dz{background-position:-320px -96px}.monsterinsights-flag.monsterinsights-flag-ec{background-position:-352px -96px}.monsterinsights-flag.monsterinsights-flag-ee{background-position:-384px -96px}.monsterinsights-flag.monsterinsights-flag-eg{background-position:-416px -96px}.monsterinsights-flag.monsterinsights-flag-eh{background-position:-448px -96px}.monsterinsights-flag.monsterinsights-flag-er{background-position:-480px -96px}.monsterinsights-flag.monsterinsights-flag-es{background-position:0 -128px}.monsterinsights-flag.monsterinsights-flag-et{background-position:-32px -128px}.monsterinsights-flag.monsterinsights-flag-eu{background-position:-64px -128px}.monsterinsights-flag.monsterinsights-flag-fi{background-position:-96px -128px}.monsterinsights-flag.monsterinsights-flag-fj{background-position:-128px -128px}.monsterinsights-flag.monsterinsights-flag-fk{background-position:-160px -128px}.monsterinsights-flag.monsterinsights-flag-fm{background-position:-192px -128px}.monsterinsights-flag.monsterinsights-flag-fo{background-position:-224px -128px}.monsterinsights-flag.monsterinsights-flag-fr{background-position:-256px -128px}.monsterinsights-flag.monsterinsights-flag-ga{background-position:-288px -128px}.monsterinsights-flag.monsterinsights-flag-gb{background-position:-320px -128px}.monsterinsights-flag.monsterinsights-flag-gd{background-position:-352px -128px}.monsterinsights-flag.monsterinsights-flag-ge{background-position:-384px -128px}.monsterinsights-flag.monsterinsights-flag-gg{background-position:-416px -128px}.monsterinsights-flag.monsterinsights-flag-gh{background-position:-448px -128px}.monsterinsights-flag.monsterinsights-flag-gi{background-position:-480px -128px}.monsterinsights-flag.monsterinsights-flag-gl{background-position:0 -160px}.monsterinsights-flag.monsterinsights-flag-gm{background-position:-32px -160px}.monsterinsights-flag.monsterinsights-flag-gn{background-position:-64px -160px}.monsterinsights-flag.monsterinsights-flag-gp{background-position:-96px -160px}.monsterinsights-flag.monsterinsights-flag-gq{background-position:-128px -160px}.monsterinsights-flag.monsterinsights-flag-gr{background-position:-160px -160px}.monsterinsights-flag.monsterinsights-flag-gs{background-position:-192px -160px}.monsterinsights-flag.monsterinsights-flag-gt{background-position:-224px -160px}.monsterinsights-flag.monsterinsights-flag-gu{background-position:-256px -160px}.monsterinsights-flag.monsterinsights-flag-gw{background-position:-288px -160px}.monsterinsights-flag.monsterinsights-flag-gy{background-position:-320px -160px}.monsterinsights-flag.monsterinsights-flag-hk{background-position:-352px -160px}.monsterinsights-flag.monsterinsights-flag-hn{background-position:-384px -160px}.monsterinsights-flag.monsterinsights-flag-hr{background-position:-416px -160px}.monsterinsights-flag.monsterinsights-flag-ht{background-position:-448px -160px}.monsterinsights-flag.monsterinsights-flag-hu{background-position:-480px -160px}.monsterinsights-flag.monsterinsights-flag-ic{background-position:0 -192px}.monsterinsights-flag.monsterinsights-flag-id{background-position:-32px -192px}.monsterinsights-flag.monsterinsights-flag-ie{background-position:-64px -192px}.monsterinsights-flag.monsterinsights-flag-il{background-position:-96px -192px}.monsterinsights-flag.monsterinsights-flag-im{background-position:-128px -192px}.monsterinsights-flag.monsterinsights-flag-in{background-position:-160px -192px}.monsterinsights-flag.monsterinsights-flag-iq{background-position:-192px -192px}.monsterinsights-flag.monsterinsights-flag-ir{background-position:-224px -192px}.monsterinsights-flag.monsterinsights-flag-is{background-position:-256px -192px}.monsterinsights-flag.monsterinsights-flag-it{background-position:-288px -192px}.monsterinsights-flag.monsterinsights-flag-je{background-position:-320px -192px}.monsterinsights-flag.monsterinsights-flag-jm{background-position:-352px -192px}.monsterinsights-flag.monsterinsights-flag-jo{background-position:-384px -192px}.monsterinsights-flag.monsterinsights-flag-jp{background-position:-416px -192px}.monsterinsights-flag.monsterinsights-flag-ke{background-position:-448px -192px}.monsterinsights-flag.monsterinsights-flag-kg{background-position:-480px -192px}.monsterinsights-flag.monsterinsights-flag-kh{background-position:0 -224px}.monsterinsights-flag.monsterinsights-flag-ki{background-position:-32px -224px}.monsterinsights-flag.monsterinsights-flag-km{background-position:-64px -224px}.monsterinsights-flag.monsterinsights-flag-kn{background-position:-96px -224px}.monsterinsights-flag.monsterinsights-flag-kp{background-position:-128px -224px}.monsterinsights-flag.monsterinsights-flag-kr{background-position:-160px -224px}.monsterinsights-flag.monsterinsights-flag-kw{background-position:-192px -224px}.monsterinsights-flag.monsterinsights-flag-ky{background-position:-224px -224px}.monsterinsights-flag.monsterinsights-flag-kz{background-position:-256px -224px}.monsterinsights-flag.monsterinsights-flag-la{background-position:-288px -224px}.monsterinsights-flag.monsterinsights-flag-lb{background-position:-320px -224px}.monsterinsights-flag.monsterinsights-flag-lc{background-position:-352px -224px}.monsterinsights-flag.monsterinsights-flag-li{background-position:-384px -224px}.monsterinsights-flag.monsterinsights-flag-lk{background-position:-416px -224px}.monsterinsights-flag.monsterinsights-flag-lr{background-position:-448px -224px}.monsterinsights-flag.monsterinsights-flag-ls{background-position:-480px -224px}.monsterinsights-flag.monsterinsights-flag-lt{background-position:0 -256px}.monsterinsights-flag.monsterinsights-flag-lu{background-position:-32px -256px}.monsterinsights-flag.monsterinsights-flag-lv{background-position:-64px -256px}.monsterinsights-flag.monsterinsights-flag-ly{background-position:-96px -256px}.monsterinsights-flag.monsterinsights-flag-ma{background-position:-128px -256px}.monsterinsights-flag.monsterinsights-flag-mc{background-position:-160px -256px}.monsterinsights-flag.monsterinsights-flag-md{background-position:-192px -256px}.monsterinsights-flag.monsterinsights-flag-me{background-position:-224px -256px}.monsterinsights-flag.monsterinsights-flag-mf{background-position:-256px -256px}.monsterinsights-flag.monsterinsights-flag-mg{background-position:-288px -256px}.monsterinsights-flag.monsterinsights-flag-mh{background-position:-320px -256px}.monsterinsights-flag.monsterinsights-flag-mk{background-position:-352px -256px}.monsterinsights-flag.monsterinsights-flag-ml{background-position:-384px -256px}.monsterinsights-flag.monsterinsights-flag-mm{background-position:-416px -256px}.monsterinsights-flag.monsterinsights-flag-mn{background-position:-448px -256px}.monsterinsights-flag.monsterinsights-flag-mo{background-position:-480px -256px}.monsterinsights-flag.monsterinsights-flag-mp{background-position:0 -288px}.monsterinsights-flag.monsterinsights-flag-mq{background-position:-32px -288px}.monsterinsights-flag.monsterinsights-flag-mr{background-position:-64px -288px}.monsterinsights-flag.monsterinsights-flag-ms{background-position:-96px -288px}.monsterinsights-flag.monsterinsights-flag-mt{background-position:-128px -288px}.monsterinsights-flag.monsterinsights-flag-mu{background-position:-160px -288px}.monsterinsights-flag.monsterinsights-flag-mv{background-position:-192px -288px}.monsterinsights-flag.monsterinsights-flag-mw{background-position:-224px -288px}.monsterinsights-flag.monsterinsights-flag-mx{background-position:-256px -288px}.monsterinsights-flag.monsterinsights-flag-my{background-position:-288px -288px}.monsterinsights-flag.monsterinsights-flag-mz{background-position:-320px -288px}.monsterinsights-flag.monsterinsights-flag-na{background-position:-352px -288px}.monsterinsights-flag.monsterinsights-flag-nc{background-position:-384px -288px}.monsterinsights-flag.monsterinsights-flag-ne{background-position:-416px -288px}.monsterinsights-flag.monsterinsights-flag-nf{background-position:-448px -288px}.monsterinsights-flag.monsterinsights-flag-ng{background-position:-480px -288px}.monsterinsights-flag.monsterinsights-flag-ni{background-position:0 -320px}.monsterinsights-flag.monsterinsights-flag-nl{background-position:-32px -320px}.monsterinsights-flag.monsterinsights-flag-no{background-position:-64px -320px}.monsterinsights-flag.monsterinsights-flag-np{background-position:-96px -320px}.monsterinsights-flag.monsterinsights-flag-nr{background-position:-128px -320px}.monsterinsights-flag.monsterinsights-flag-nu{background-position:-160px -320px}.monsterinsights-flag.monsterinsights-flag-nz{background-position:-192px -320px}.monsterinsights-flag.monsterinsights-flag-om{background-position:-224px -320px}.monsterinsights-flag.monsterinsights-flag-pa{background-position:-256px -320px}.monsterinsights-flag.monsterinsights-flag-pe{background-position:-288px -320px}.monsterinsights-flag.monsterinsights-flag-pf{background-position:-320px -320px}.monsterinsights-flag.monsterinsights-flag-pg{background-position:-352px -320px}.monsterinsights-flag.monsterinsights-flag-ph{background-position:-384px -320px}.monsterinsights-flag.monsterinsights-flag-pk{background-position:-416px -320px}.monsterinsights-flag.monsterinsights-flag-pl{background-position:-448px -320px}.monsterinsights-flag.monsterinsights-flag-pn{background-position:-480px -320px}.monsterinsights-flag.monsterinsights-flag-pr{background-position:0 -352px}.monsterinsights-flag.monsterinsights-flag-ps{background-position:-32px -352px}.monsterinsights-flag.monsterinsights-flag-pt{background-position:-64px -352px}.monsterinsights-flag.monsterinsights-flag-pw{background-position:-96px -352px}.monsterinsights-flag.monsterinsights-flag-py{background-position:-128px -352px}.monsterinsights-flag.monsterinsights-flag-qa{background-position:-160px -352px}.monsterinsights-flag.monsterinsights-flag-re{background-position:-192px -352px}.monsterinsights-flag.monsterinsights-flag-ro{background-position:-224px -352px}.monsterinsights-flag.monsterinsights-flag-rs{background-position:-256px -352px}.monsterinsights-flag.monsterinsights-flag-ru{background-position:-288px -352px}.monsterinsights-flag.monsterinsights-flag-rw{background-position:-320px -352px}.monsterinsights-flag.monsterinsights-flag-sa{background-position:-352px -352px}.monsterinsights-flag.monsterinsights-flag-sb{background-position:-384px -352px}.monsterinsights-flag.monsterinsights-flag-sc{background-position:-416px -352px}.monsterinsights-flag.monsterinsights-flag-sd{background-position:-448px -352px}.monsterinsights-flag.monsterinsights-flag-se{background-position:-480px -352px}.monsterinsights-flag.monsterinsights-flag-sg{background-position:0 -384px}.monsterinsights-flag.monsterinsights-flag-sh{background-position:-32px -384px}.monsterinsights-flag.monsterinsights-flag-si{background-position:-64px -384px}.monsterinsights-flag.monsterinsights-flag-sk{background-position:-96px -384px}.monsterinsights-flag.monsterinsights-flag-sl{background-position:-128px -384px}.monsterinsights-flag.monsterinsights-flag-sm{background-position:-160px -384px}.monsterinsights-flag.monsterinsights-flag-sn{background-position:-192px -384px}.monsterinsights-flag.monsterinsights-flag-so{background-position:-224px -384px}.monsterinsights-flag.monsterinsights-flag-sr{background-position:-256px -384px}.monsterinsights-flag.monsterinsights-flag-ss{background-position:-288px -384px}.monsterinsights-flag.monsterinsights-flag-st{background-position:-320px -384px}.monsterinsights-flag.monsterinsights-flag-sv{background-position:-352px -384px}.monsterinsights-flag.monsterinsights-flag-sy{background-position:-384px -384px}.monsterinsights-flag.monsterinsights-flag-sz{background-position:-416px -384px}.monsterinsights-flag.monsterinsights-flag-tc{background-position:-448px -384px}.monsterinsights-flag.monsterinsights-flag-td{background-position:-480px -384px}.monsterinsights-flag.monsterinsights-flag-tf{background-position:0 -416px}.monsterinsights-flag.monsterinsights-flag-tg{background-position:-32px -416px}.monsterinsights-flag.monsterinsights-flag-th{background-position:-64px -416px}.monsterinsights-flag.monsterinsights-flag-tj{background-position:-96px -416px}.monsterinsights-flag.monsterinsights-flag-tk{background-position:-128px -416px}.monsterinsights-flag.monsterinsights-flag-tl{background-position:-160px -416px}.monsterinsights-flag.monsterinsights-flag-tm{background-position:-192px -416px}.monsterinsights-flag.monsterinsights-flag-tn{background-position:-224px -416px}.monsterinsights-flag.monsterinsights-flag-to{background-position:-256px -416px}.monsterinsights-flag.monsterinsights-flag-tr{background-position:-288px -416px}.monsterinsights-flag.monsterinsights-flag-tt{background-position:-320px -416px}.monsterinsights-flag.monsterinsights-flag-tv{background-position:-352px -416px}.monsterinsights-flag.monsterinsights-flag-tw{background-position:-384px -416px}.monsterinsights-flag.monsterinsights-flag-tz{background-position:-416px -416px}.monsterinsights-flag.monsterinsights-flag-ua{background-position:-448px -416px}.monsterinsights-flag.monsterinsights-flag-ug{background-position:-480px -416px}.monsterinsights-flag.monsterinsights-flag-us{background-position:0 -448px}.monsterinsights-flag.monsterinsights-flag-uy{background-position:-32px -448px}.monsterinsights-flag.monsterinsights-flag-uz{background-position:-64px -448px}.monsterinsights-flag.monsterinsights-flag-va{background-position:-96px -448px}.monsterinsights-flag.monsterinsights-flag-vc{background-position:-128px -448px}.monsterinsights-flag.monsterinsights-flag-ve{background-position:-160px -448px}.monsterinsights-flag.monsterinsights-flag-vg{background-position:-192px -448px}.monsterinsights-flag.monsterinsights-flag-vi{background-position:-224px -448px}.monsterinsights-flag.monsterinsights-flag-vn{background-position:-256px -448px}.monsterinsights-flag.monsterinsights-flag-vu{background-position:-288px -448px}.monsterinsights-flag.monsterinsights-flag-wf{background-position:-320px -448px}.monsterinsights-flag.monsterinsights-flag-ws{background-position:-352px -448px}.monsterinsights-flag.monsterinsights-flag-ye{background-position:-384px -448px}.monsterinsights-flag.monsterinsights-flag-yt{background-position:-416px -448px}.monsterinsights-flag.monsterinsights-flag-za{background-position:-448px -448px}.monsterinsights-flag.monsterinsights-flag-zm{background-position:-480px -448px}.monsterinsights-flag.monsterinsights-flag-zw{background-position:0 -480px}.monsterinsights-reports-page .monsterinsights-header .monsterinsights-container,.monsterinsights-reports-page .monsterinsights-navigation-bar .monsterinsights-container{padding-left:10px;padding-right:10px;width:auto}@media (max-width:782px){.monsterinsights-reports-page .monsterinsights-header .monsterinsights-container,.monsterinsights-reports-page .monsterinsights-navigation-bar .monsterinsights-container{padding:0}}.monsterinsights-report{padding:20px;position:relative}body.monsterinsights-reporting-page #wpbody-content{padding-bottom:0}body.monsterinsights-reporting-page #wpfooter{padding-top:0}body.monsterinsights-reporting-page #wpfooter:before{display:none}body.monsterinsights-reporting-page .monsterinsights-red{color:#d73638}body.monsterinsights-reporting-page .monsterinsights-green{color:#5cc0a5}body.monsterinsights-reporting-page .monsterinsights-report-top h2{margin:14px 0 28px;display:inline-block;color:#393f4c;font-size:24px}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-report-top h2{display:none}}@media (min-width:783px) and (max-width:935px){body.monsterinsights-reporting-page .monsterinsights-report-top h2{display:block;margin-bottom:25px}}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{display:-webkit-box;display:-ms-flexbox;display:flex;float:right}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{float:none;width:100%;-ms-flex-flow:wrap;flex-flow:wrap}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker .monsterinsights-buttons-toggle{width:100%;margin-right:0}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker .monsterinsights-buttons-toggle .monsterinsights-button{width:50%}}@media (min-width:783px) and (max-width:935px){body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{float:none;margin-bottom:25px}}body.monsterinsights-reporting-page .monsterinsights-datepicker{width:200px;background-color:#8ea4b4;font-weight:700;color:#fff;text-align:center;border-color:#708c9f;border-width:1px 1px 2px;border-radius:3px;height:40px;margin:0}body.monsterinsights-reporting-page .monsterinsights-datepicker::-webkit-input-placeholder{color:#fff}body.monsterinsights-reporting-page .monsterinsights-datepicker:-moz-placeholder,body.monsterinsights-reporting-page .monsterinsights-datepicker::-moz-placeholder{color:#fff}body.monsterinsights-reporting-page .monsterinsights-datepicker:-ms-input-placeholder{color:#fff}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-datepicker{width:calc(50% - 5px);margin-bottom:20px;margin-top:10px;font-size:14px}}body.monsterinsights-reporting-page .monsterinsights-mobile-details-toggle{width:calc(50% - 5px);margin-bottom:20px;margin-top:10px;margin-left:10px;font-weight:700}@media (min-width:783px){body.monsterinsights-reporting-page .monsterinsights-mobile-details-toggle{display:none}}body.monsterinsights-reporting-page .monsterinsights-info{color:#b6c9da;cursor:help;font-size:15px}body.monsterinsights-reporting-page .monsterinsights-report-row{margin-bottom:25px}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button{background:#eceff5;color:#464c57;border-bottom-width:1px;border-color:#d6e2ed;border-radius:0;line-height:18px;border-right:0;margin:0}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:hover{background:#fff}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:focus{z-index:10;position:relative}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right:1px solid #d6e2ed}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button.monsterinsights-selected-interval{background:#fff;color:#509fe2;font-weight:700}.monsterinsights-reports-overview-datagraph-tooltip-container{padding:15px;background-color:#fff;border-radius:4px;-webkit-box-shadow:0 0 24px rgba(89,164,234,.33);box-shadow:0 0 24px rgba(89,164,234,.33)}#monsterinsights-chartjs-line-overview-tooltip{min-width:100px}.monsterinsights-reports-overview-datagraph-tooltip-title{color:#23282d;font-size:14px;font-weight:400;border-bottom:1px solid #d4e2ef;padding-bottom:5px}.monsterinsights-reports-overview-datagraph-tooltip-number{color:#23282d;font-size:24px;font-weight:400;margin-top:5px;margin-bottom:5px}.monsterinsights-reports-overview-datagraph-tooltip-descriptor{color:#23282d;font-size:12px;font-weight:400;margin-bottom:10px}.monsterinsights-reports-overview-datagraph-tooltip-trend{color:#23282d;font-size:16px;font-weight:400}#monsterinsights-chartjs-bar-tooltip,.monsterinsights-line-chart-tooltip{opacity:1;position:absolute;margin-left:-55px}.monsterinsights-report-tabs-navigation{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-report-tabs-navigation button{border-color:#d6e2ed;border-style:solid;border-width:1px 0;background:#eceff4;color:#444;width:50%;font-weight:700;text-align:left;font-size:18px;padding:23px 20px 25px;cursor:pointer;margin:0;position:relative}@media (max-width:782px){.monsterinsights-report-tabs-navigation button{font-size:14px;padding:13px 20px 15px;text-align:center}}.monsterinsights-report-tabs-navigation button:first-child{border-right:1px solid #d6e2ed}.monsterinsights-report-tabs-navigation button:focus{z-index:10}.monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{background:#fff;color:#509fe2;border-bottom:none;border-top:2px solid #3a93dd;padding-top:20px}@media (max-width:782px){.monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{padding-top:12px}}.monsterinsights-report-tabs-navigation button i{margin-right:10px;color:#8ba4b7}.monsterinsights-report-tabs{background:#fff;border:1px solid #d6e2ed;border-top:none}.monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding:20px}.monsterinsights-report-infobox-row{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #d6e2ed}@media (max-width:782px){.monsterinsights-report-infobox-row{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:25%;background:#fff;border-left:1px solid #d6e2ed;padding:17px 20px 15px;position:relative}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-info{position:absolute;right:20px;top:18px}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child{border-left:none}@media (max-width:782px){.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3),.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(4){border-top:1px solid #d6e2ed}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3){border-left:none}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-report-title{padding-right:18px;text-overflow:ellipsis;overflow:hidden;white-space:pre;line-height:1.2}.monsterinsights-report-title{font-size:18px;color:#393f4c;font-weight:700;margin-top:0}.monsterinsights-reports-infobox-number{font-size:40px;font-weight:200;display:inline-block;line-height:1;margin-top:11px;float:left}@media (max-width:782px){.monsterinsights-reports-infobox-number{font-size:36px;float:none}}.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:right}@media (max-width:1280px){.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:none;clear:both}}.monsterinsights-reports-infobox-prev{font-size:16px;margin-top:15px}.monsterinsights-reports-infobox-compare{clear:right;font-size:12px;color:#acbdc9}.monsterinsights-buttons-toggle{margin-right:25px}.monsterinsights-report-flex{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991px){.monsterinsights-report-flex{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-pie-chart-legend-color{width:12px;height:12px;display:inline-block;margin-right:5px;border-radius:50%}.monsterinsights-pie-chart-legend-text{min-width:100px;margin-right:10px;display:inline-block;font-size:16px;color:#393f4c}.monsterinsights-pie-chart-legend-value{color:#393f4c;font-size:18px;font-weight:500}.monsterinsights-reports-pie-chart{width:50%;padding:20px;background:#fff;border:1px solid #d6e2ed;position:relative}.monsterinsights-reports-pie-chart:first-child{margin-right:25px}@media (max-width:991px){.monsterinsights-reports-pie-chart:first-child{margin:0 0 25px}}@media (max-width:991px){.monsterinsights-reports-pie-chart{width:100%}}.monsterinsights-reports-pie-chart .monsterinsights-reports-pie-chart-holder{position:relative}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart{margin:0 auto}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{position:absolute;left:250px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{position:relative;left:auto;top:auto;-webkit-transform:none;-ms-transform:none;transform:none;margin-top:20px}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend .monsterinsights-pie-chart-legend-value{float:right}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-tooltip{position:absolute;pointer-events:none}.monsterinsights-reports-pie-chart .monsterinsights-info{position:absolute;top:20px;right:20px}.monsterinsights-table-box{border:1px solid #d6e2ed;background:#fff;width:100%;margin-left:20px;padding-top:18px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.monsterinsights-table-box:first-child{margin-left:0;margin-top:0}.monsterinsights-table-box h3{margin-left:20px}.monsterinsights-table-box .monsterinsights-info{position:absolute;top:20px;right:20px}@media (max-width:991px){.monsterinsights-table-box{margin-left:0;margin-top:20px}}.monsterinsights-table-box-footer{background:#f9fbff;border-top:1px solid #d6e2ed;padding:20px}.monsterinsights-table-box-footer:after{display:table;clear:both;content:""}@media (max-width:782px){.monsterinsights-table-box-footer>.monsterinsights-button{width:100%;text-align:center}}.monsterinsights-table-list-item{padding:12px 20px;min-height:43px;font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex}table .monsterinsights-table-list-item{display:table-row}.monsterinsights-table-list-item:nth-child(odd){background-color:#f9fbff}.monsterinsights-table-list-item .monsterinsights-reports-list-text{color:#393f4c;white-space:pre;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;display:inline-block;width:100%;padding:1px;margin:-1px}.monsterinsights-table-list-item .monsterinsights-reports-list-text a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.monsterinsights-table-list-item .monsterinsights-reports-list-text img{display:inline-block;margin-right:10px;vertical-align:middle}.monsterinsights-table-list-item .monsterinsights-flag{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);display:inline-block;margin:-12px 0 -10px -8px}.monsterinsights-table-list-item a{text-decoration:none;color:#393f4c}.monsterinsights-table-list-item a:focus,.monsterinsights-table-list-item a:hover{color:#777}.monsterinsights-table-list-item .monsterinsights-reports-list-count{display:inline-block;min-width:30px;color:#657086;font-weight:400}.monsterinsights-table-list-item .monsterinsights-reports-list-number{color:#393f4c;font-size:15px;text-align:right;display:block;padding-left:5px}.monsterinsights-table-box-pagination{float:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:782px){.monsterinsights-table-box-pagination{float:none;width:100%;margin-top:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.monsterinsights-table-box-pagination span{margin-right:20px;color:#8ba4b7}.monsterinsights-table-box-pagination .monsterinsights-buttons-toggle{margin-right:0}.monsterinsights-table-box-list{height:100%}.monsterinsights-table-box-table .monsterinsights-table-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;word-break:break-all}@media (max-width:782px){.monsterinsights-table-box-table .monsterinsights-table-item-content{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-table-box-mobile .monsterinsights-table-box-table{overflow:auto}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:0}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding-left:0;margin-left:50px;border-top:1px solid #d6e2ed;font-size:13px;color:#657086;padding-top:8px;padding-bottom:8px}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td.monsterinsights-table-cell-1{margin-left:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;padding-left:20px;font-size:15px;color:#393f4c;padding-top:12px;padding-bottom:12px;border-top:none}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after{-webkit-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th{display:none;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1{display:block;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1 .monsterinsights-table-item-content,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1 .monsterinsights-table-item-content{padding-right:30px;position:relative;white-space:pre;text-overflow:ellipsis;overflow:hidden;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after{content:"\F01F";display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);color:#acbdc9;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table .monsterinsights-table-mobile-heading{min-width:125px}.monsterinsights-table-box-mobile .monsterinsights-table-box-table .monsterinsights-table-list-item-empty td:first-child .monsterinsights-table-item-content:after{display:none}.monsterinsights-table-box-table table{width:100%;border-collapse:collapse}.monsterinsights-table-box-mobile .monsterinsights-table-box-table table{table-layout:fixed}.monsterinsights-table-box-table th{text-align:left;font-size:15px}.monsterinsights-table-box-table td,.monsterinsights-table-box-table th{border:none;padding:12px 10px;line-height:19px}.monsterinsights-table-box-table td:first-child,.monsterinsights-table-box-table th:first-child{padding-left:20px}.monsterinsights-table-box-table td:last-child,.monsterinsights-table-box-table th:last-child{padding-right:20px}.monsterinsights-report-2-columns{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.monsterinsights-report-2-columns .monsterinsights-table-box{width:calc(50% - 12.5px)}@media (max-width:991px){.monsterinsights-report-2-columns .monsterinsights-table-box{width:100%}}.monsterinsights-report-2-columns.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%}.monsterinsights-report-2-columns .monsterinsights-table-box:nth-child(n+1){margin-left:0}.monsterinsights-report-2-columns .monsterinsights-table-box:nth-child(n+3){margin-top:25px}.monsterinsights-report-flex .monsterinsights-report-box{width:calc(50% - 12.5px)}@media (max-width:782px){.monsterinsights-report-flex .monsterinsights-report-box{width:100%;margin-top:20px}.monsterinsights-report-flex .monsterinsights-report-box:first-child{margin-top:0}}.monsterinsights-reports-tooltip{font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-arrow{width:12.5px;height:13px;display:inline-block;background-size:contain;background-repeat:no-repeat}.monsterinsights-arrow.monsterinsights-down{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABSUlEQVRIie3WP0scQRgH4OdODaggXiGksNLCFCEigtqpYGFhZ6+IhYKSQO4DaGFnIYLcdRbWVhYRVKzsbbURjI2QD2GK24N1b3dv9hK7e2FZ3tn5zQPL/pnSw8ycwFrFJvrwip/4ExLsDRVwgs+x/hEHIcFyAaQ/0Q+GBosgHVcX6SIfjwzhO6b+w5o92MByHBnGLY5xh/l/AEo4jY5f+NFEzjAdTRrABWY7BGpYi/VHWCqjkpg8hEt8K4gcYjsFrpSxjpfExQpuMBEI7KGaMl7DeRlPWEiBRiJorA1QxX4GsIu35tOVBY3iKjqn1ZbGbcoEeP+eZEHjuManxPhKtFgpD0giedAXrf+Tryn5FiANyYPaVSqQhcSh34FAPQvIQ5rQYgBUx04W0A4JgdoCIUgeFASEInHoOeproQDF9l1PmNT4AtwXyPkLNbVGvHN63iMAAAAASUVORK5CYII=)}.monsterinsights-arrow.monsterinsights-down.monsterinsights-green{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABhUlEQVRIie3Wz0qVQRjH8c85qUQtbGN0Ba5U0E0XEAWtBAmh/IdSIUFYFxB1BYWiIMbBMNSwDCoUlAK3bQTpDtx2B5HaYt5DpzmTZ45JK3+r4Znneb/MPH/eKQ3vLMtUH64X632s5ga2NOH3BZdqbN/xOSe4nAm5GAHgcmZsNuSfdAY5g/wfSJfQD6ehHpyvhZQwg2/Y1USTJVRCBXv4io4q5CkeFk6dwqhoPyHkBSaKdQ+20FbGzcixu9i80CTgGaYiWy+ulPEEP6LNq/iItkzAI+FGYk1jv4xtDCRA17CGcw0A43iesM/jMb+rawODCVA/FoWEpnQLLxP7FTzAEX/+Tz7gjvAzaq2xj1SdI93AbfUnXcS92pi4GdcxhIPIPpqAjKnP2VIMSEHgLYYToEZaEcq3Lu5vY+WNkNBc0Jpw2qT/cbPrNe7isAHgnfQVZ0HgFe5LJx7eF4Cfx30kZwpXMJkAfRKqKy77E0FgQZhvVdCm0CMNAeS/u2BOeNR1YjYXAL8A/ktHYGdlxIUAAAAASUVORK5CYII=)}.monsterinsights-arrow.monsterinsights-up{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABRUlEQVRIie3Vvy4EQRwH8M+dKxUeAIV7EvGnUHiCqzQOiUrUvAAdEYlC4glIlCgViJCIQjQ6IrnCn0j8KfY21t7u3Q4KhW+zmd/szCcz2dkp1fa3BKQHAzgOGVQOeLeKUxxhFaXfRqrYQ3+zXQ+BiiAx0JeqTxaFOiF5QBDUDukEFIYqbYB99HYAkhBM4T3dmbWSUCAJZa4ojeQBF3hK1c7xVgRKInnAFUbxkqrvYFrr9rRAMZIH3GCk+czKGuYy6l+gchvgFsO4zgHiLGEhB1pBqYLNDOAeQ7jsAMRZRLfWVdVxUEYj1dHAGM4KAnHmRVuUTqOMGk6ahUeM4zAQIPoAZkQ7E2cOuxXR1gxiAgcCf+MZUDzPLbb5PPENLP9g8mResZEshNwn384/8o/8DeQ51X4oOjDv+s3KrOg0d+EO60UHfgC50EbFBrbrYQAAAABJRU5ErkJggg==)}.monsterinsights-arrow.monsterinsights-up.monsterinsights-red{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAABYUlEQVRIie3UTUtVURTG8V/HPkBgpuVV86UsTYkG4tgmEeYgiIIIp324gjAoLLVRkM3CSaCOdOZAnEgoiYO7Nlw2J9texZEPHDh7vTz/xdqwr/yemlaoYSygA8+wXtJUFZoPYgVjGI3/kfMC9Idhf0usEbHBswIa+IbbNbm+yA20C+gNg6ETagaipu+0gJvK95zup1EK6I6GuwXmSSPRc+t/gC4s414W360x3cvOdwLS8y9AMh/PGrfwugbwFptZbDQ8buSATnzBRNawgxls1wC28aQmNxaQrgS4FuYPs8I9PMZGjXnSBp7GIK16gCVcr/Aej7KC/Zhu7QTzpDXNpyO/k0m8q3A/SxxgDj8KzJNW8TwGa9VEhXn8icBfvNTc4Wm1glcxYBr0TYWvmMVimH9owzzpI17gs+baPl2NxLL2pq7TQnwof67b1iXgEnBxgKOa2OF5AtbxveX8E79KGo8BZr5ClKgrWrIAAAAASUVORK5CYII=)}.monsterinsights-reports-overview-datagraph-tooltip-trend{font-weight:700}.monsterinsights-reports-overview-datagraph-tooltip-trend .monsterinsights-arrow{margin-right:5px}.monsterinsights-report-box{background:#fff;border:1px solid #d6e2ed;padding:0 20px 20px;position:relative}.monsterinsights-report-box .monsterinsights-info{position:absolute;right:20px;top:20px}.monsterinsights-realtime-large{font-size:150px;text-align:center;line-height:1.5;color:#393f4c}.monsterinsights-realtime-active{text-align:center;width:100%;font-size:25px;line-height:1;margin-top:-50px;color:#393f4c}.monsterinsights-realtime-box-content .monsterinsights-line-chart-tooltip{max-width:115px}#monsterinsights-chartjs-pie-age-tooltip{margin-left:23px;min-width:95px}.monsterinsights-blur .monsterinsights-report-row{-webkit-filter:blur(5px);filter:blur(5px)}.monsterinsights-blur .monsterinsights-report{min-height:850px}.monsterinsights-reports-referral-icon{vertical-align:middle;margin-right:10px;margin-left:2px}.monsterinsights-upsell-inline{background-image:url(../img/reports-upsell-bg.png);background-repeat:no-repeat;background-position:100% 0;background-color:#fff;background-size:452px}@media (max-width:991px){.monsterinsights-upsell-inline .monsterinsights-upsell-inline-content{margin:-20px;padding:20px;background:hsla(0,0%,100%,.3)}}.monsterinsights-upsell-content{max-width:750px}.monsterinsights-upsell-content p{font-size:16px;color:#393f4c;line-height:1.8}.monsterinsights-upsell-content .monsterinsights-light{color:#657086}.monsterinsights-upsell-content .monsterinsights-button{font-size:17px;font-weight:700;padding:15px 25px;line-height:1}@media (max-width:782px){.monsterinsights-upsell-content .monsterinsights-button{font-size:15px}}.monsterinsights-upsell-overlay{position:absolute;top:125px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:750px;max-width:100%;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);background-color:#fff;border:1px solid #d6e2ed}.monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 40px}@media (max-width:782px){.monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 20px}}@media (max-width:782px){.monsterinsights-upsell-overlay{top:70px;width:calc(100% - 40px)}}.monsterinsights-upsell-overlay h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-upsell-overlay .monsterinsights-upsell-subtitle{color:#4c6577;font-size:16px;text-align:center}.monsterinsights-upsell-overlay p{margin:20px 0}.monsterinsights-upsell-overlay .monsterinsights-upsell-content{border-top:1px solid #d6e2ed;background:#f9fbff;padding:40px}@media (max-width:782px){.monsterinsights-upsell-overlay .monsterinsights-upsell-content{padding-left:20px;padding-right:20px}}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul{margin:0 auto;max-width:520px}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li{color:#4c6577;font-size:16px;margin:0 0 30px;padding-left:40px;position:relative;line-height:1.2}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li:before{position:absolute;content:"\F015";width:20px;height:20px;background:#5cc0a5;left:0;border-radius:50%;display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f9fbff;font-size:14px;text-align:center;line-height:20px;top:-1px}.monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-button{font-weight:400;font-size:16px;margin-top:10px}.monsterinsights-upsell-overlay a{color:#393f4c}.monsterinsights-upsell-overlay a:hover{text-decoration:none}.monsterinsights-center,.monsterinsights-mobile-upsell{text-align:center}.monsterinsights-mobile-upsell .monsterinsights-notice{border-top:1px solid #d6e2ed;border-right:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-mobile-upsell .monsterinsights-notice-inner{margin-top:0}@media (min-width:783px){.monsterinsights-mobile-upsell{display:none}}.monsterinsights-mobile-upsell .monsterinsights-notice-success .monsterinsights-notice-button{margin-right:0}@media (max-width:782px){.monsterinsights-overview-upsell-desktop{display:none}}.monsterinsights-report-realtime .monsterinsights-table-box th:first-child{width:auto}.monsterinsights-reports-list-title{display:inline-block;word-break:break-all}@media (max-width:782px){.monsterinsights-reports-list-title{width:calc(100% - 30px);text-overflow:ellipsis;overflow:hidden}}
1
  /*!
2
  * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
3
+ */.monsterinsights-flag{display:inline-block;width:32px;height:32px;background:url(../img/flags.png) no-repeat}.monsterinsights-flag.monsterinsights-flag-ad{background-position:-32px 0}.monsterinsights-flag.monsterinsights-flag-ae{background-position:-64px 0}.monsterinsights-flag.monsterinsights-flag-af{background-position:-96px 0}.monsterinsights-flag.monsterinsights-flag-ag{background-position:-128px 0}.monsterinsights-flag.monsterinsights-flag-ai{background-position:-160px 0}.monsterinsights-flag.monsterinsights-flag-al{background-position:-192px 0}.monsterinsights-flag.monsterinsights-flag-am{background-position:-224px 0}.monsterinsights-flag.monsterinsights-flag-an{background-position:-256px 0}.monsterinsights-flag.monsterinsights-flag-ao{background-position:-288px 0}.monsterinsights-flag.monsterinsights-flag-ar{background-position:-320px 0}.monsterinsights-flag.monsterinsights-flag-as{background-position:-352px 0}.monsterinsights-flag.monsterinsights-flag-at{background-position:-384px 0}.monsterinsights-flag.monsterinsights-flag-au{background-position:-416px 0}.monsterinsights-flag.monsterinsights-flag-aw{background-position:-448px 0}.monsterinsights-flag.monsterinsights-flag-ax{background-position:-480px 0}.monsterinsights-flag.monsterinsights-flag-az{background-position:0 -32px}.monsterinsights-flag.monsterinsights-flag-ba{background-position:-32px -32px}.monsterinsights-flag.monsterinsights-flag-bb{background-position:-64px -32px}.monsterinsights-flag.monsterinsights-flag-bd{background-position:-96px -32px}.monsterinsights-flag.monsterinsights-flag-be{background-position:-128px -32px}.monsterinsights-flag.monsterinsights-flag-bf{background-position:-160px -32px}.monsterinsights-flag.monsterinsights-flag-bg{background-position:-192px -32px}.monsterinsights-flag.monsterinsights-flag-bh{background-position:-224px -32px}.monsterinsights-flag.monsterinsights-flag-bi{background-position:-256px -32px}.monsterinsights-flag.monsterinsights-flag-bj{background-position:-288px -32px}.monsterinsights-flag.monsterinsights-flag-bl{background-position:-320px -32px}.monsterinsights-flag.monsterinsights-flag-bm{background-position:-352px -32px}.monsterinsights-flag.monsterinsights-flag-bn{background-position:-384px -32px}.monsterinsights-flag.monsterinsights-flag-bo{background-position:-416px -32px}.monsterinsights-flag.monsterinsights-flag-br{background-position:-448px -32px}.monsterinsights-flag.monsterinsights-flag-bs{background-position:-480px -32px}.monsterinsights-flag.monsterinsights-flag-bt{background-position:0 -64px}.monsterinsights-flag.monsterinsights-flag-bw{background-position:-32px -64px}.monsterinsights-flag.monsterinsights-flag-by{background-position:-64px -64px}.monsterinsights-flag.monsterinsights-flag-bz{background-position:-96px -64px}.monsterinsights-flag.monsterinsights-flag-ca{background-position:-128px -64px}.monsterinsights-flag.monsterinsights-flag-cd{background-position:-160px -64px}.monsterinsights-flag.monsterinsights-flag-cf{background-position:-192px -64px}.monsterinsights-flag.monsterinsights-flag-cg{background-position:-224px -64px}.monsterinsights-flag.monsterinsights-flag-ch{background-position:-256px -64px}.monsterinsights-flag.monsterinsights-flag-ci{background-position:-288px -64px}.monsterinsights-flag.monsterinsights-flag-ck{background-position:-320px -64px}.monsterinsights-flag.monsterinsights-flag-cl{background-position:-352px -64px}.monsterinsights-flag.monsterinsights-flag-cm{background-position:-384px -64px}.monsterinsights-flag.monsterinsights-flag-cn{background-position:-416px -64px}.monsterinsights-flag.monsterinsights-flag-co{background-position:-448px -64px}.monsterinsights-flag.monsterinsights-flag-cr{background-position:-480px -64px}.monsterinsights-flag.monsterinsights-flag-cu{background-position:0 -96px}.monsterinsights-flag.monsterinsights-flag-cv{background-position:-32px -96px}.monsterinsights-flag.monsterinsights-flag-cw{background-position:-64px -96px}.monsterinsights-flag.monsterinsights-flag-cy{background-position:-96px -96px}.monsterinsights-flag.monsterinsights-flag-cz{background-position:-128px -96px}.monsterinsights-flag.monsterinsights-flag-de{background-position:-160px -96px}.monsterinsights-flag.monsterinsights-flag-dj{background-position:-192px -96px}.monsterinsights-flag.monsterinsights-flag-dk{background-position:-224px -96px}.monsterinsights-flag.monsterinsights-flag-dm{background-position:-256px -96px}.monsterinsights-flag.monsterinsights-flag-do{background-position:-288px -96px}.monsterinsights-flag.monsterinsights-flag-dz{background-position:-320px -96px}.monsterinsights-flag.monsterinsights-flag-ec{background-position:-352px -96px}.monsterinsights-flag.monsterinsights-flag-ee{background-position:-384px -96px}.monsterinsights-flag.monsterinsights-flag-eg{background-position:-416px -96px}.monsterinsights-flag.monsterinsights-flag-eh{background-position:-448px -96px}.monsterinsights-flag.monsterinsights-flag-er{background-position:-480px -96px}.monsterinsights-flag.monsterinsights-flag-es{background-position:0 -128px}.monsterinsights-flag.monsterinsights-flag-et{background-position:-32px -128px}.monsterinsights-flag.monsterinsights-flag-eu{background-position:-64px -128px}.monsterinsights-flag.monsterinsights-flag-fi{background-position:-96px -128px}.monsterinsights-flag.monsterinsights-flag-fj{background-position:-128px -128px}.monsterinsights-flag.monsterinsights-flag-fk{background-position:-160px -128px}.monsterinsights-flag.monsterinsights-flag-fm{background-position:-192px -128px}.monsterinsights-flag.monsterinsights-flag-fo{background-position:-224px -128px}.monsterinsights-flag.monsterinsights-flag-fr{background-position:-256px -128px}.monsterinsights-flag.monsterinsights-flag-ga{background-position:-288px -128px}.monsterinsights-flag.monsterinsights-flag-gb{background-position:-320px -128px}.monsterinsights-flag.monsterinsights-flag-gd{background-position:-352px -128px}.monsterinsights-flag.monsterinsights-flag-ge{background-position:-384px -128px}.monsterinsights-flag.monsterinsights-flag-gg{background-position:-416px -128px}.monsterinsights-flag.monsterinsights-flag-gh{background-position:-448px -128px}.monsterinsights-flag.monsterinsights-flag-gi{background-position:-480px -128px}.monsterinsights-flag.monsterinsights-flag-gl{background-position:0 -160px}.monsterinsights-flag.monsterinsights-flag-gm{background-position:-32px -160px}.monsterinsights-flag.monsterinsights-flag-gn{background-position:-64px -160px}.monsterinsights-flag.monsterinsights-flag-gp{background-position:-96px -160px}.monsterinsights-flag.monsterinsights-flag-gq{background-position:-128px -160px}.monsterinsights-flag.monsterinsights-flag-gr{background-position:-160px -160px}.monsterinsights-flag.monsterinsights-flag-gs{background-position:-192px -160px}.monsterinsights-flag.monsterinsights-flag-gt{background-position:-224px -160px}.monsterinsights-flag.monsterinsights-flag-gu{background-position:-256px -160px}.monsterinsights-flag.monsterinsights-flag-gw{background-position:-288px -160px}.monsterinsights-flag.monsterinsights-flag-gy{background-position:-320px -160px}.monsterinsights-flag.monsterinsights-flag-hk{background-position:-352px -160px}.monsterinsights-flag.monsterinsights-flag-hn{background-position:-384px -160px}.monsterinsights-flag.monsterinsights-flag-hr{background-position:-416px -160px}.monsterinsights-flag.monsterinsights-flag-ht{background-position:-448px -160px}.monsterinsights-flag.monsterinsights-flag-hu{background-position:-480px -160px}.monsterinsights-flag.monsterinsights-flag-ic{background-position:0 -192px}.monsterinsights-flag.monsterinsights-flag-id{background-position:-32px -192px}.monsterinsights-flag.monsterinsights-flag-ie{background-position:-64px -192px}.monsterinsights-flag.monsterinsights-flag-il{background-position:-96px -192px}.monsterinsights-flag.monsterinsights-flag-im{background-position:-128px -192px}.monsterinsights-flag.monsterinsights-flag-in{background-position:-160px -192px}.monsterinsights-flag.monsterinsights-flag-iq{background-position:-192px -192px}.monsterinsights-flag.monsterinsights-flag-ir{background-position:-224px -192px}.monsterinsights-flag.monsterinsights-flag-is{background-position:-256px -192px}.monsterinsights-flag.monsterinsights-flag-it{background-position:-288px -192px}.monsterinsights-flag.monsterinsights-flag-je{background-position:-320px -192px}.monsterinsights-flag.monsterinsights-flag-jm{background-position:-352px -192px}.monsterinsights-flag.monsterinsights-flag-jo{background-position:-384px -192px}.monsterinsights-flag.monsterinsights-flag-jp{background-position:-416px -192px}.monsterinsights-flag.monsterinsights-flag-ke{background-position:-448px -192px}.monsterinsights-flag.monsterinsights-flag-kg{background-position:-480px -192px}.monsterinsights-flag.monsterinsights-flag-kh{background-position:0 -224px}.monsterinsights-flag.monsterinsights-flag-ki{background-position:-32px -224px}.monsterinsights-flag.monsterinsights-flag-km{background-position:-64px -224px}.monsterinsights-flag.monsterinsights-flag-kn{background-position:-96px -224px}.monsterinsights-flag.monsterinsights-flag-kp{background-position:-128px -224px}.monsterinsights-flag.monsterinsights-flag-kr{background-position:-160px -224px}.monsterinsights-flag.monsterinsights-flag-kw{background-position:-192px -224px}.monsterinsights-flag.monsterinsights-flag-ky{background-position:-224px -224px}.monsterinsights-flag.monsterinsights-flag-kz{background-position:-256px -224px}.monsterinsights-flag.monsterinsights-flag-la{background-position:-288px -224px}.monsterinsights-flag.monsterinsights-flag-lb{background-position:-320px -224px}.monsterinsights-flag.monsterinsights-flag-lc{background-position:-352px -224px}.monsterinsights-flag.monsterinsights-flag-li{background-position:-384px -224px}.monsterinsights-flag.monsterinsights-flag-lk{background-position:-416px -224px}.monsterinsights-flag.monsterinsights-flag-lr{background-position:-448px -224px}.monsterinsights-flag.monsterinsights-flag-ls{background-position:-480px -224px}.monsterinsights-flag.monsterinsights-flag-lt{background-position:0 -256px}.monsterinsights-flag.monsterinsights-flag-lu{background-position:-32px -256px}.monsterinsights-flag.monsterinsights-flag-lv{background-position:-64px -256px}.monsterinsights-flag.monsterinsights-flag-ly{background-position:-96px -256px}.monsterinsights-flag.monsterinsights-flag-ma{background-position:-128px -256px}.monsterinsights-flag.monsterinsights-flag-mc{background-position:-160px -256px}.monsterinsights-flag.monsterinsights-flag-md{background-position:-192px -256px}.monsterinsights-flag.monsterinsights-flag-me{background-position:-224px -256px}.monsterinsights-flag.monsterinsights-flag-mf{background-position:-256px -256px}.monsterinsights-flag.monsterinsights-flag-mg{background-position:-288px -256px}.monsterinsights-flag.monsterinsights-flag-mh{background-position:-320px -256px}.monsterinsights-flag.monsterinsights-flag-mk{background-position:-352px -256px}.monsterinsights-flag.monsterinsights-flag-ml{background-position:-384px -256px}.monsterinsights-flag.monsterinsights-flag-mm{background-position:-416px -256px}.monsterinsights-flag.monsterinsights-flag-mn{background-position:-448px -256px}.monsterinsights-flag.monsterinsights-flag-mo{background-position:-480px -256px}.monsterinsights-flag.monsterinsights-flag-mp{background-position:0 -288px}.monsterinsights-flag.monsterinsights-flag-mq{background-position:-32px -288px}.monsterinsights-flag.monsterinsights-flag-mr{background-position:-64px -288px}.monsterinsights-flag.monsterinsights-flag-ms{background-position:-96px -288px}.monsterinsights-flag.monsterinsights-flag-mt{background-position:-128px -288px}.monsterinsights-flag.monsterinsights-flag-mu{background-position:-160px -288px}.monsterinsights-flag.monsterinsights-flag-mv{background-position:-192px -288px}.monsterinsights-flag.monsterinsights-flag-mw{background-position:-224px -288px}.monsterinsights-flag.monsterinsights-flag-mx{background-position:-256px -288px}.monsterinsights-flag.monsterinsights-flag-my{background-position:-288px -288px}.monsterinsights-flag.monsterinsights-flag-mz{background-position:-320px -288px}.monsterinsights-flag.monsterinsights-flag-na{background-position:-352px -288px}.monsterinsights-flag.monsterinsights-flag-nc{background-position:-384px -288px}.monsterinsights-flag.monsterinsights-flag-ne{background-position:-416px -288px}.monsterinsights-flag.monsterinsights-flag-nf{background-position:-448px -288px}.monsterinsights-flag.monsterinsights-flag-ng{background-position:-480px -288px}.monsterinsights-flag.monsterinsights-flag-ni{background-position:0 -320px}.monsterinsights-flag.monsterinsights-flag-nl{background-position:-32px -320px}.monsterinsights-flag.monsterinsights-flag-no{background-position:-64px -320px}.monsterinsights-flag.monsterinsights-flag-np{background-position:-96px -320px}.monsterinsights-flag.monsterinsights-flag-nr{background-position:-128px -320px}.monsterinsights-flag.monsterinsights-flag-nu{background-position:-160px -320px}.monsterinsights-flag.monsterinsights-flag-nz{background-position:-192px -320px}.monsterinsights-flag.monsterinsights-flag-om{background-position:-224px -320px}.monsterinsights-flag.monsterinsights-flag-pa{background-position:-256px -320px}.monsterinsights-flag.monsterinsights-flag-pe{background-position:-288px -320px}.monsterinsights-flag.monsterinsights-flag-pf{background-position:-320px -320px}.monsterinsights-flag.monsterinsights-flag-pg{background-position:-352px -320px}.monsterinsights-flag.monsterinsights-flag-ph{background-position:-384px -320px}.monsterinsights-flag.monsterinsights-flag-pk{background-position:-416px -320px}.monsterinsights-flag.monsterinsights-flag-pl{background-position:-448px -320px}.monsterinsights-flag.monsterinsights-flag-pn{background-position:-480px -320px}.monsterinsights-flag.monsterinsights-flag-pr{background-position:0 -352px}.monsterinsights-flag.monsterinsights-flag-ps{background-position:-32px -352px}.monsterinsights-flag.monsterinsights-flag-pt{background-position:-64px -352px}.monsterinsights-flag.monsterinsights-flag-pw{background-position:-96px -352px}.monsterinsights-flag.monsterinsights-flag-py{background-position:-128px -352px}.monsterinsights-flag.monsterinsights-flag-qa{background-position:-160px -352px}.monsterinsights-flag.monsterinsights-flag-re{background-position:-192px -352px}.monsterinsights-flag.monsterinsights-flag-ro{background-position:-224px -352px}.monsterinsights-flag.monsterinsights-flag-rs{background-position:-256px -352px}.monsterinsights-flag.monsterinsights-flag-ru{background-position:-288px -352px}.monsterinsights-flag.monsterinsights-flag-rw{background-position:-320px -352px}.monsterinsights-flag.monsterinsights-flag-sa{background-position:-352px -352px}.monsterinsights-flag.monsterinsights-flag-sb{background-position:-384px -352px}.monsterinsights-flag.monsterinsights-flag-sc{background-position:-416px -352px}.monsterinsights-flag.monsterinsights-flag-sd{background-position:-448px -352px}.monsterinsights-flag.monsterinsights-flag-se{background-position:-480px -352px}.monsterinsights-flag.monsterinsights-flag-sg{background-position:0 -384px}.monsterinsights-flag.monsterinsights-flag-sh{background-position:-32px -384px}.monsterinsights-flag.monsterinsights-flag-si{background-position:-64px -384px}.monsterinsights-flag.monsterinsights-flag-sk{background-position:-96px -384px}.monsterinsights-flag.monsterinsights-flag-sl{background-position:-128px -384px}.monsterinsights-flag.monsterinsights-flag-sm{background-position:-160px -384px}.monsterinsights-flag.monsterinsights-flag-sn{background-position:-192px -384px}.monsterinsights-flag.monsterinsights-flag-so{background-position:-224px -384px}.monsterinsights-flag.monsterinsights-flag-sr{background-position:-256px -384px}.monsterinsights-flag.monsterinsights-flag-ss{background-position:-288px -384px}.monsterinsights-flag.monsterinsights-flag-st{background-position:-320px -384px}.monsterinsights-flag.monsterinsights-flag-sv{background-position:-352px -384px}.monsterinsights-flag.monsterinsights-flag-sy{background-position:-384px -384px}.monsterinsights-flag.monsterinsights-flag-sz{background-position:-416px -384px}.monsterinsights-flag.monsterinsights-flag-tc{background-position:-448px -384px}.monsterinsights-flag.monsterinsights-flag-td{background-position:-480px -384px}.monsterinsights-flag.monsterinsights-flag-tf{background-position:0 -416px}.monsterinsights-flag.monsterinsights-flag-tg{background-position:-32px -416px}.monsterinsights-flag.monsterinsights-flag-th{background-position:-64px -416px}.monsterinsights-flag.monsterinsights-flag-tj{background-position:-96px -416px}.monsterinsights-flag.monsterinsights-flag-tk{background-position:-128px -416px}.monsterinsights-flag.monsterinsights-flag-tl{background-position:-160px -416px}.monsterinsights-flag.monsterinsights-flag-tm{background-position:-192px -416px}.monsterinsights-flag.monsterinsights-flag-tn{background-position:-224px -416px}.monsterinsights-flag.monsterinsights-flag-to{background-position:-256px -416px}.monsterinsights-flag.monsterinsights-flag-tr{background-position:-288px -416px}.monsterinsights-flag.monsterinsights-flag-tt{background-position:-320px -416px}.monsterinsights-flag.monsterinsights-flag-tv{background-position:-352px -416px}.monsterinsights-flag.monsterinsights-flag-tw{background-position:-384px -416px}.monsterinsights-flag.monsterinsights-flag-tz{background-position:-416px -416px}.monsterinsights-flag.monsterinsights-flag-ua{background-position:-448px -416px}.monsterinsights-flag.monsterinsights-flag-ug{background-position:-480px -416px}.monsterinsights-flag.monsterinsights-flag-us{background-position:0 -448px}.monsterinsights-flag.monsterinsights-flag-uy{background-position:-32px -448px}.monsterinsights-flag.monsterinsights-flag-uz{background-position:-64px -448px}.monsterinsights-flag.monsterinsights-flag-va{background-position:-96px -448px}.monsterinsights-flag.monsterinsights-flag-vc{background-position:-128px -448px}.monsterinsights-flag.monsterinsights-flag-ve{background-position:-160px -448px}.monsterinsights-flag.monsterinsights-flag-vg{background-position:-192px -448px}.monsterinsights-flag.monsterinsights-flag-vi{background-position:-224px -448px}.monsterinsights-flag.monsterinsights-flag-vn{background-position:-256px -448px}.monsterinsights-flag.monsterinsights-flag-vu{background-position:-288px -448px}.monsterinsights-flag.monsterinsights-flag-wf{background-position:-320px -448px}.monsterinsights-flag.monsterinsights-flag-ws{background-position:-352px -448px}.monsterinsights-flag.monsterinsights-flag-ye{background-position:-384px -448px}.monsterinsights-flag.monsterinsights-flag-yt{background-position:-416px -448px}.monsterinsights-flag.monsterinsights-flag-za{background-position:-448px -448px}.monsterinsights-flag.monsterinsights-flag-zm{background-position:-480px -448px}.monsterinsights-flag.monsterinsights-flag-zw{background-position:0 -480px}.monsterinsights-reports-page .monsterinsights-header .monsterinsights-container,.monsterinsights-reports-page .monsterinsights-navigation-bar .monsterinsights-container{padding-left:10px;padding-right:10px;width:auto}@media (max-width:782px){.monsterinsights-reports-page .monsterinsights-header .monsterinsights-container,.monsterinsights-reports-page .monsterinsights-navigation-bar .monsterinsights-container{padding:0}}.monsterinsights-report{padding:20px;position:relative}body.monsterinsights-reporting-page #wpbody-content{padding-bottom:0}body.monsterinsights-reporting-page #wpfooter{padding-top:0}body.monsterinsights-reporting-page #wpfooter:before{display:none}body.monsterinsights-reporting-page .monsterinsights-red{color:#d73638}body.monsterinsights-reporting-page .monsterinsights-green{color:#5cc0a5}body.monsterinsights-reporting-page .monsterinsights-report-top h2{margin:14px 0 28px;display:inline-block;color:#393f4c;font-size:24px}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-report-top h2{display:none}}@media (min-width:783px) and (max-width:935px){body.monsterinsights-reporting-page .monsterinsights-report-top h2{display:block;margin-bottom:25px}}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{display:-webkit-box;display:-ms-flexbox;display:flex;float:right}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{float:none;width:100%;-ms-flex-flow:wrap;flex-flow:wrap}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker .monsterinsights-buttons-toggle{width:100%;margin-right:0}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker .monsterinsights-buttons-toggle .monsterinsights-button{width:50%}}@media (min-width:783px) and (max-width:935px){body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{float:none;margin-bottom:25px}}body.monsterinsights-reporting-page .monsterinsights-datepicker{width:200px;background-color:#8ea4b4;font-weight:700;color:#fff;text-align:center;border-color:#708c9f;border-width:1px 1px 2px;border-radius:3px;height:40px;margin:0}body.monsterinsights-reporting-page .monsterinsights-datepicker::-webkit-input-placeholder{color:#fff}body.monsterinsights-reporting-page .monsterinsights-datepicker:-moz-placeholder,body.monsterinsights-reporting-page .monsterinsights-datepicker::-moz-placeholder{color:#fff}body.monsterinsights-reporting-page .monsterinsights-datepicker:-ms-input-placeholder{color:#fff}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-datepicker{width:calc(50% - 5px);margin-bottom:20px;margin-top:10px;font-size:14px}}body.monsterinsights-reporting-page .monsterinsights-mobile-details-toggle{width:calc(50% - 5px);margin-bottom:20px;margin-top:10px;margin-left:10px;font-weight:700}@media (min-width:783px){body.monsterinsights-reporting-page .monsterinsights-mobile-details-toggle{display:none}}body.monsterinsights-reporting-page .monsterinsights-info{color:#b6c9da;cursor:help;font-size:15px}body.monsterinsights-reporting-page .monsterinsights-report-row{margin-bottom:25px}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button{background:#eceff5;color:#464c57;border-bottom-width:1px;border-color:#d6e2ed;border-radius:0;line-height:18px;border-right:0;margin:0}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:hover{background:#fff}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:focus{z-index:10;position:relative}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right:1px solid #d6e2ed}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button.monsterinsights-selected-interval{background:#fff;color:#509fe2;font-weight:700}.monsterinsights-reports-overview-datagraph-tooltip-container{padding:15px;background-color:#fff;border-radius:4px;-webkit-box-shadow:0 0 24px rgba(89,164,234,.33);box-shadow:0 0 24px rgba(89,164,234,.33)}#monsterinsights-chartjs-line-overview-tooltip{min-width:100px}.monsterinsights-reports-overview-datagraph-tooltip-title{color:#23282d;font-size:14px;font-weight:400;border-bottom:1px solid #d4e2ef;padding-bottom:5px}.monsterinsights-reports-overview-datagraph-tooltip-number{color:#23282d;font-size:24px;font-weight:400;margin-top:5px;margin-bottom:5px}.monsterinsights-reports-overview-datagraph-tooltip-descriptor{color:#23282d;font-size:12px;font-weight:400;margin-bottom:10px}.monsterinsights-reports-overview-datagraph-tooltip-trend{color:#23282d;font-size:16px;font-weight:400}#monsterinsights-chartjs-bar-tooltip,.monsterinsights-line-chart-tooltip{opacity:1;position:absolute;margin-left:-55px}.monsterinsights-report-tabs-navigation{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-report-tabs-navigation button{border-color:#d6e2ed;border-style:solid;border-width:1px 0;background:#eceff4;color:#444;width:50%;font-weight:700;text-align:left;font-size:18px;padding:23px 20px 25px;cursor:pointer;margin:0;position:relative}@media (max-width:782px){.monsterinsights-report-tabs-navigation button{font-size:14px;padding:13px 20px 15px;text-align:center}}.monsterinsights-report-tabs-navigation button:first-child{border-right:1px solid #d6e2ed}.monsterinsights-report-tabs-navigation button:focus{z-index:10}.monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{background:#fff;color:#509fe2;border-bottom:none;border-top:2px solid #3a93dd;padding-top:20px}@media (max-width:782px){.monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{padding-top:12px}}.monsterinsights-report-tabs-navigation button i{margin-right:10px;color:#8ba4b7}.monsterinsights-report-tabs{background:#fff;border:1px solid #d6e2ed;border-top:none}.monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding:20px}.monsterinsights-report-infobox-row{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #d6e2ed}@media (max-width:782px){.monsterinsights-report-infobox-row{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:25%;background:#fff;border-left:1px solid #d6e2ed;padding:17px 20px 15px;position:relative}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-info{position:absolute;right:20px;top:18px}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child{border-left:none}@media (max-width:782px){.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3),.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(4){border-top:1px solid #d6e2ed}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3){border-left:none}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-report-title{padding-right:18px;text-overflow:ellipsis;overflow:hidden;white-space:pre;line-height:1.2}.monsterinsights-report-title{font-size:18px;color:#393f4c;font-weight:700;margin-top:0}.monsterinsights-reports-infobox-number{font-size:40px;font-weight:200;display:inline-block;line-height:1;margin-top:11px;float:left}@media (max-width:782px){.monsterinsights-reports-infobox-number{font-size:36px;float:none}}.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:right}@media (max-width:1280px){.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:none;clear:both}}.monsterinsights-reports-infobox-prev{font-size:16px;margin-top:15px}.monsterinsights-reports-infobox-compare{clear:right;font-size:12px;color:#acbdc9}.monsterinsights-buttons-toggle{margin-right:25px}.monsterinsights-report-flex{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991px){.monsterinsights-report-flex{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-pie-chart-legend-color{width:12px;height:12px;display:inline-block;margin-right:5px;border-radius:50%}.monsterinsights-pie-chart-legend-text{min-width:100px;margin-right:10px;display:inline-block;font-size:16px;color:#393f4c}.monsterinsights-pie-chart-legend-value{color:#393f4c;font-size:18px;font-weight:500}.monsterinsights-reports-pie-chart{width:50%;padding:20px;background:#fff;border:1px solid #d6e2ed;position:relative}.monsterinsights-reports-pie-chart:first-child{margin-right:25px}@media (max-width:991px){.monsterinsights-reports-pie-chart:first-child{margin:0 0 25px}}@media (max-width:991px){.monsterinsights-reports-pie-chart{width:100%}}.monsterinsights-reports-pie-chart .monsterinsights-reports-pie-chart-holder{position:relative}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart{margin:0 auto}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{position:absolute;left:250px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{position:relative;left:auto;top:auto;-webkit-transform:none;-ms-transform:none;transform:none;margin-top:20px}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend .monsterinsights-pie-chart-legend-value{float:right}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-tooltip{position:absolute;pointer-events:none}.monsterinsights-reports-pie-chart .monsterinsights-info{position:absolute;top:20px;right:20px}.monsterinsights-table-box{border:1px solid #d6e2ed;background:#fff;width:100%;margin-left:20px;padding-top:18px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.monsterinsights-table-box:first-child{margin-left:0;margin-top:0}.monsterinsights-table-box h3{margin-left:20px}.monsterinsights-table-box .monsterinsights-info{position:absolute;top:20px;right:20px}@media (max-width:991px){.monsterinsights-table-box{margin-left:0;margin-top:20px}}.monsterinsights-table-box-footer{background:#f9fbff;border-top:1px solid #d6e2ed;padding:20px}.monsterinsights-table-box-footer:after{display:table;clear:both;content:""}@media (max-width:782px){.monsterinsights-table-box-footer>.monsterinsights-button{width:100%;text-align:center}}.monsterinsights-table-list-item{padding:12px 20px;min-height:43px;font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex}table .monsterinsights-table-list-item{display:table-row}.monsterinsights-table-list-item:nth-child(odd){background-color:#f9fbff}.monsterinsights-table-list-item .monsterinsights-reports-list-text{color:#393f4c;white-space:pre;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;display:inline-block;width:100%;padding:1px;margin:-1px}.monsterinsights-table-list-item .monsterinsights-reports-list-text a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.monsterinsights-table-list-item .monsterinsights-reports-list-text img{display:inline-block;margin-right:10px;vertical-align:middle}.monsterinsights-table-list-item .monsterinsights-flag{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);display:inline-block;margin:-12px 0 -10px -8px}.monsterinsights-table-list-item a{text-decoration:none;color:#393f4c}.monsterinsights-table-list-item a:focus,.monsterinsights-table-list-item a:hover{color:#777}.monsterinsights-table-list-item .monsterinsights-reports-list-count{display:inline-block;min-width:30px;color:#657086;font-weight:400}.monsterinsights-table-list-item .monsterinsights-reports-list-number{color:#393f4c;font-size:15px;text-align:right;display:block;padding-left:5px}.monsterinsights-table-box-pagination{float:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:782px){.monsterinsights-table-box-pagination{float:none;width:100%;margin-top:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.monsterinsights-table-box-pagination span{margin-right:20px;color:#8ba4b7}.monsterinsights-table-box-pagination .monsterinsights-buttons-toggle{margin-right:0}.monsterinsights-table-box-list{height:100%}.monsterinsights-table-box-table .monsterinsights-table-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;word-break:break-all}@media (max-width:782px){.monsterinsights-table-box-table .monsterinsights-table-item-content{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-table-box-mobile .monsterinsights-table-box-table{overflow:auto}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:0}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding-left:0;margin-left:50px;border-top:1px solid #d6e2ed;font-size:13px;color:#657086;padding-top:8px;padding-bottom:8px}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td.monsterinsights-table-cell-1{margin-left:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;padding-left:20px;font-size:15px;color:#393f4c;padding-top:12px;padding-bottom:12px;border-top:none}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after{-webkit-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th{display:none;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1{display:block;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1 .monsterinsights-table-item-content,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1 .monsterinsights-table-item-content{padding-right:30px;position:relative;white-space:pre;text-overflow:ellipsis;overflow:hidden;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after{content:"\F01F";display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);color:#acbdc9;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table .monsterinsights-table-mobile-heading{min-width:125px}.monsterinsights-table-box-mobile .monsterinsights-table-box-table .monsterinsights-table-list-item-empty td:first-child .monsterinsights-table-item-content:after{display:none}.monsterinsights-table-box-table table{width:100%;border-collapse:collapse}.monsterinsights-table-box-mobile .monsterinsights-table-box-table table{table-layout:fixed}.monsterinsights-table-box-table th{text-align:left;font-size:15px}.monsterinsights-table-box-table td,.monsterinsights-table-box-table th{border:none;padding:12px 10px;line-height:19px}.monsterinsights-table-box-table td:first-child,.monsterinsights-table-box-table th:first-child{padding-left:20px}.monsterinsights-table-box-table td:last-child,.monsterinsights-table-box-table th:last-child{padding-right:20px}.monsterinsights-report-2-columns{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.monsterinsights-report-2-columns .monsterinsights-table-box{width:calc(50% - 12.5px)}@media (max-width:991px){.monsterinsights-report-2-columns .monsterinsights-table-box{width:100%}}.monsterinsights-report-2-columns.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%}.monsterinsights-report-2-columns .monsterinsights-table-box:nth-child(n+1){margin-left:0}.monsterinsights-report-2-columns .monsterinsights-table-box:nth-child(n+3){margin-top:25px}.monsterinsights-report-flex .monsterinsights-report-box{width:calc(50% - 12.5px)}@media (max-width:782px){.monsterinsights-report-flex .monsterinsights-report-box{width:100%;margin-top:20px}.monsterinsights-report-flex .monsterinsights-report-box:first-child{margin-top:0}}.monsterinsights-reports-tooltip{font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-arrow{width:12.5px;height:13px;display:inline-block;background-size:contain;background-repeat:no-repeat}.monsterinsights-arrow.monsterinsights-down{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABSUlEQVRIie3WP0scQRgH4OdODaggXiGksNLCFCEigtqpYGFhZ6+IhYKSQO4DaGFnIYLcdRbWVhYRVKzsbbURjI2QD2GK24N1b3dv9hK7e2FZ3tn5zQPL/pnSw8ycwFrFJvrwip/4ExLsDRVwgs+x/hEHIcFyAaQ/0Q+GBosgHVcX6SIfjwzhO6b+w5o92MByHBnGLY5xh/l/AEo4jY5f+NFEzjAdTRrABWY7BGpYi/VHWCqjkpg8hEt8K4gcYjsFrpSxjpfExQpuMBEI7KGaMl7DeRlPWEiBRiJorA1QxX4GsIu35tOVBY3iKjqn1ZbGbcoEeP+eZEHjuManxPhKtFgpD0giedAXrf+Tryn5FiANyYPaVSqQhcSh34FAPQvIQ5rQYgBUx04W0A4JgdoCIUgeFASEInHoOeproQDF9l1PmNT4AtwXyPkLNbVGvHN63iMAAAAASUVORK5CYII=)}.monsterinsights-arrow.monsterinsights-down.monsterinsights-green{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABhUlEQVRIie3Wz0qVQRjH8c85qUQtbGN0Ba5U0E0XEAWtBAmh/IdSIUFYFxB1BYWiIMbBMNSwDCoUlAK3bQTpDtx2B5HaYt5DpzmTZ45JK3+r4Znneb/MPH/eKQ3vLMtUH64X632s5ga2NOH3BZdqbN/xOSe4nAm5GAHgcmZsNuSfdAY5g/wfSJfQD6ehHpyvhZQwg2/Y1USTJVRCBXv4io4q5CkeFk6dwqhoPyHkBSaKdQ+20FbGzcixu9i80CTgGaYiWy+ulPEEP6LNq/iItkzAI+FGYk1jv4xtDCRA17CGcw0A43iesM/jMb+rawODCVA/FoWEpnQLLxP7FTzAEX/+Tz7gjvAzaq2xj1SdI93AbfUnXcS92pi4GdcxhIPIPpqAjKnP2VIMSEHgLYYToEZaEcq3Lu5vY+WNkNBc0Jpw2qT/cbPrNe7isAHgnfQVZ0HgFe5LJx7eF4Cfx30kZwpXMJkAfRKqKy77E0FgQZhvVdCm0CMNAeS/u2BOeNR1YjYXAL8A/ktHYGdlxIUAAAAASUVORK5CYII=)}.monsterinsights-arrow.monsterinsights-up{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABRUlEQVRIie3Vvy4EQRwH8M+dKxUeAIV7EvGnUHiCqzQOiUrUvAAdEYlC4glIlCgViJCIQjQ6IrnCn0j8KfY21t7u3Q4KhW+zmd/szCcz2dkp1fa3BKQHAzgOGVQOeLeKUxxhFaXfRqrYQ3+zXQ+BiiAx0JeqTxaFOiF5QBDUDukEFIYqbYB99HYAkhBM4T3dmbWSUCAJZa4ojeQBF3hK1c7xVgRKInnAFUbxkqrvYFrr9rRAMZIH3GCk+czKGuYy6l+gchvgFsO4zgHiLGEhB1pBqYLNDOAeQ7jsAMRZRLfWVdVxUEYj1dHAGM4KAnHmRVuUTqOMGk6ahUeM4zAQIPoAZkQ7E2cOuxXR1gxiAgcCf+MZUDzPLbb5PPENLP9g8mResZEshNwn384/8o/8DeQ51X4oOjDv+s3KrOg0d+EO60UHfgC50EbFBrbrYQAAAABJRU5ErkJggg==)}.monsterinsights-arrow.monsterinsights-up.monsterinsights-red{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAABYUlEQVRIie3UTUtVURTG8V/HPkBgpuVV86UsTYkG4tgmEeYgiIIIp324gjAoLLVRkM3CSaCOdOZAnEgoiYO7Nlw2J9texZEPHDh7vTz/xdqwr/yemlaoYSygA8+wXtJUFZoPYgVjGI3/kfMC9Idhf0usEbHBswIa+IbbNbm+yA20C+gNg6ETagaipu+0gJvK95zup1EK6I6GuwXmSSPRc+t/gC4s414W360x3cvOdwLS8y9AMh/PGrfwugbwFptZbDQ8buSATnzBRNawgxls1wC28aQmNxaQrgS4FuYPs8I9PMZGjXnSBp7GIK16gCVcr/Aej7KC/Zhu7QTzpDXNpyO/k0m8q3A/SxxgDj8KzJNW8TwGa9VEhXn8icBfvNTc4Wm1glcxYBr0TYWvmMVimH9owzzpI17gs+baPl2NxLL2pq7TQnwof67b1iXgEnBxgKOa2OF5AtbxveX8E79KGo8BZr5ClKgrWrIAAAAASUVORK5CYII=)}.monsterinsights-reports-overview-datagraph-tooltip-trend{font-weight:700}.monsterinsights-reports-overview-datagraph-tooltip-trend .monsterinsights-arrow{margin-right:5px}.monsterinsights-report-box{background:#fff;border:1px solid #d6e2ed;padding:0 20px 20px;position:relative}.monsterinsights-report-box .monsterinsights-info{position:absolute;right:20px;top:20px}.monsterinsights-realtime-large{font-size:150px;text-align:center;line-height:1.5;color:#393f4c}.monsterinsights-realtime-active{text-align:center;width:100%;font-size:25px;line-height:1;margin-top:-50px;color:#393f4c}.monsterinsights-realtime-box-content .monsterinsights-line-chart-tooltip{max-width:115px}#monsterinsights-chartjs-pie-age-tooltip{margin-left:23px;min-width:95px}.monsterinsights-blur .monsterinsights-report-row{-webkit-filter:blur(5px);filter:blur(5px)}.monsterinsights-blur .monsterinsights-report{min-height:850px}.monsterinsights-reports-referral-icon{vertical-align:middle;margin-right:10px;margin-left:2px}.monsterinsights-upsell-inline{background-image:url(../img/reports-upsell-bg.png);background-repeat:no-repeat;background-position:100% 0;background-color:#fff;background-size:452px}@media (max-width:991px){.monsterinsights-upsell-inline .monsterinsights-upsell-inline-content{margin:-20px;padding:20px;background:hsla(0,0%,100%,.3)}}.monsterinsights-upsell-content{max-width:750px}.monsterinsights-upsell-content p{font-size:16px;color:#393f4c;line-height:1.8}.monsterinsights-upsell-content .monsterinsights-light{color:#657086}.monsterinsights-upsell-content .monsterinsights-button{font-size:17px;font-weight:700;padding:15px 25px;line-height:1}@media (max-width:782px){.monsterinsights-upsell-content .monsterinsights-button{font-size:15px}}.monsterinsights-upsell-overlay{position:absolute;top:125px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:750px;max-width:100%;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);background-color:#fff;border:1px solid #d6e2ed}.monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 40px}@media (max-width:782px){.monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 20px}}@media (max-width:782px){.monsterinsights-upsell-overlay{top:70px;width:calc(100% - 40px)}}.monsterinsights-upsell-overlay h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-upsell-overlay .monsterinsights-upsell-subtitle{color:#4c6577;font-size:16px;text-align:center}.monsterinsights-upsell-overlay p{margin:20px 0}.monsterinsights-upsell-overlay .monsterinsights-upsell-content{border-top:1px solid #d6e2ed;background:#f9fbff;padding:40px}@media (max-width:782px){.monsterinsights-upsell-overlay .monsterinsights-upsell-content{padding-left:20px;padding-right:20px}}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul{margin:0 auto;max-width:520px}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li{color:#4c6577;font-size:16px;margin:0 0 30px;padding-left:40px;position:relative;line-height:1.2}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li:before{position:absolute;content:"\F015";width:20px;height:20px;background:#5cc0a5;left:0;border-radius:50%;display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f9fbff;font-size:14px;text-align:center;line-height:20px;top:-1px}.monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-button{font-weight:400;font-size:16px;margin-top:10px}.monsterinsights-upsell-overlay a{color:#393f4c}.monsterinsights-upsell-overlay a:hover{text-decoration:none}.monsterinsights-center,.monsterinsights-mobile-upsell{text-align:center}.monsterinsights-mobile-upsell .monsterinsights-notice{border-top:1px solid #d6e2ed;border-right:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-mobile-upsell .monsterinsights-notice-inner{margin-top:0}@media (min-width:783px){.monsterinsights-mobile-upsell{display:none}}.monsterinsights-mobile-upsell .monsterinsights-notice-success .monsterinsights-notice-button{margin-right:0}@media (max-width:782px){.monsterinsights-overview-upsell-desktop{display:none}}.monsterinsights-report-realtime .monsterinsights-table-box th:first-child{width:auto}.monsterinsights-reports-list-title{display:inline-block;word-break:break-all}@media (max-width:782px){.monsterinsights-reports-list-title{width:calc(100% - 30px);text-overflow:ellipsis;overflow:hidden}}.monsterinsights-report-scroll{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}@media (max-width:782px){.monsterinsights-report-scroll{width:100%}}.monsterinsights-report-scroll>h3{position:absolute;top:0}.monsterinsights-report-scroll .monsterinsights-realtime-active{margin:0 0 50px}.monsterinsights-report-scroll .monsterinsights-realtime-box-content{margin:25px 0}.monsterinsights-report-scroll .monsterinsights-realtime-large{line-height:1;margin:50px 0 0;font-size:80px}
lite/assets/vue/css/reports.rtl.css CHANGED
@@ -1,3 +1,3 @@
1
  /*!
2
  * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
3
- */.monsterinsights-flag{display:inline-block;width:32px;height:32px;background:url(../img/flags.png) no-repeat}.monsterinsights-flag.monsterinsights-flag-ad{background-position:-32px 0}.monsterinsights-flag.monsterinsights-flag-ae{background-position:-64px 0}.monsterinsights-flag.monsterinsights-flag-af{background-position:-96px 0}.monsterinsights-flag.monsterinsights-flag-ag{background-position:-128px 0}.monsterinsights-flag.monsterinsights-flag-ai{background-position:-160px 0}.monsterinsights-flag.monsterinsights-flag-al{background-position:-192px 0}.monsterinsights-flag.monsterinsights-flag-am{background-position:-224px 0}.monsterinsights-flag.monsterinsights-flag-an{background-position:-256px 0}.monsterinsights-flag.monsterinsights-flag-ao{background-position:-288px 0}.monsterinsights-flag.monsterinsights-flag-ar{background-position:-320px 0}.monsterinsights-flag.monsterinsights-flag-as{background-position:-352px 0}.monsterinsights-flag.monsterinsights-flag-at{background-position:-384px 0}.monsterinsights-flag.monsterinsights-flag-au{background-position:-416px 0}.monsterinsights-flag.monsterinsights-flag-aw{background-position:-448px 0}.monsterinsights-flag.monsterinsights-flag-ax{background-position:-480px 0}.monsterinsights-flag.monsterinsights-flag-az{background-position:100% -32px}.monsterinsights-flag.monsterinsights-flag-ba{background-position:-32px -32px}.monsterinsights-flag.monsterinsights-flag-bb{background-position:-64px -32px}.monsterinsights-flag.monsterinsights-flag-bd{background-position:-96px -32px}.monsterinsights-flag.monsterinsights-flag-be{background-position:-128px -32px}.monsterinsights-flag.monsterinsights-flag-bf{background-position:-160px -32px}.monsterinsights-flag.monsterinsights-flag-bg{background-position:-192px -32px}.monsterinsights-flag.monsterinsights-flag-bh{background-position:-224px -32px}.monsterinsights-flag.monsterinsights-flag-bi{background-position:-256px -32px}.monsterinsights-flag.monsterinsights-flag-bj{background-position:-288px -32px}.monsterinsights-flag.monsterinsights-flag-bl{background-position:-320px -32px}.monsterinsights-flag.monsterinsights-flag-bm{background-position:-352px -32px}.monsterinsights-flag.monsterinsights-flag-bn{background-position:-384px -32px}.monsterinsights-flag.monsterinsights-flag-bo{background-position:-416px -32px}.monsterinsights-flag.monsterinsights-flag-br{background-position:-448px -32px}.monsterinsights-flag.monsterinsights-flag-bs{background-position:-480px -32px}.monsterinsights-flag.monsterinsights-flag-bt{background-position:100% -64px}.monsterinsights-flag.monsterinsights-flag-bw{background-position:-32px -64px}.monsterinsights-flag.monsterinsights-flag-by{background-position:-64px -64px}.monsterinsights-flag.monsterinsights-flag-bz{background-position:-96px -64px}.monsterinsights-flag.monsterinsights-flag-ca{background-position:-128px -64px}.monsterinsights-flag.monsterinsights-flag-cd{background-position:-160px -64px}.monsterinsights-flag.monsterinsights-flag-cf{background-position:-192px -64px}.monsterinsights-flag.monsterinsights-flag-cg{background-position:-224px -64px}.monsterinsights-flag.monsterinsights-flag-ch{background-position:-256px -64px}.monsterinsights-flag.monsterinsights-flag-ci{background-position:-288px -64px}.monsterinsights-flag.monsterinsights-flag-ck{background-position:-320px -64px}.monsterinsights-flag.monsterinsights-flag-cl{background-position:-352px -64px}.monsterinsights-flag.monsterinsights-flag-cm{background-position:-384px -64px}.monsterinsights-flag.monsterinsights-flag-cn{background-position:-416px -64px}.monsterinsights-flag.monsterinsights-flag-co{background-position:-448px -64px}.monsterinsights-flag.monsterinsights-flag-cr{background-position:-480px -64px}.monsterinsights-flag.monsterinsights-flag-cu{background-position:100% -96px}.monsterinsights-flag.monsterinsights-flag-cv{background-position:-32px -96px}.monsterinsights-flag.monsterinsights-flag-cw{background-position:-64px -96px}.monsterinsights-flag.monsterinsights-flag-cy{background-position:-96px -96px}.monsterinsights-flag.monsterinsights-flag-cz{background-position:-128px -96px}.monsterinsights-flag.monsterinsights-flag-de{background-position:-160px -96px}.monsterinsights-flag.monsterinsights-flag-dj{background-position:-192px -96px}.monsterinsights-flag.monsterinsights-flag-dk{background-position:-224px -96px}.monsterinsights-flag.monsterinsights-flag-dm{background-position:-256px -96px}.monsterinsights-flag.monsterinsights-flag-do{background-position:-288px -96px}.monsterinsights-flag.monsterinsights-flag-dz{background-position:-320px -96px}.monsterinsights-flag.monsterinsights-flag-ec{background-position:-352px -96px}.monsterinsights-flag.monsterinsights-flag-ee{background-position:-384px -96px}.monsterinsights-flag.monsterinsights-flag-eg{background-position:-416px -96px}.monsterinsights-flag.monsterinsights-flag-eh{background-position:-448px -96px}.monsterinsights-flag.monsterinsights-flag-er{background-position:-480px -96px}.monsterinsights-flag.monsterinsights-flag-es{background-position:100% -128px}.monsterinsights-flag.monsterinsights-flag-et{background-position:-32px -128px}.monsterinsights-flag.monsterinsights-flag-eu{background-position:-64px -128px}.monsterinsights-flag.monsterinsights-flag-fi{background-position:-96px -128px}.monsterinsights-flag.monsterinsights-flag-fj{background-position:-128px -128px}.monsterinsights-flag.monsterinsights-flag-fk{background-position:-160px -128px}.monsterinsights-flag.monsterinsights-flag-fm{background-position:-192px -128px}.monsterinsights-flag.monsterinsights-flag-fo{background-position:-224px -128px}.monsterinsights-flag.monsterinsights-flag-fr{background-position:-256px -128px}.monsterinsights-flag.monsterinsights-flag-ga{background-position:-288px -128px}.monsterinsights-flag.monsterinsights-flag-gb{background-position:-320px -128px}.monsterinsights-flag.monsterinsights-flag-gd{background-position:-352px -128px}.monsterinsights-flag.monsterinsights-flag-ge{background-position:-384px -128px}.monsterinsights-flag.monsterinsights-flag-gg{background-position:-416px -128px}.monsterinsights-flag.monsterinsights-flag-gh{background-position:-448px -128px}.monsterinsights-flag.monsterinsights-flag-gi{background-position:-480px -128px}.monsterinsights-flag.monsterinsights-flag-gl{background-position:100% -160px}.monsterinsights-flag.monsterinsights-flag-gm{background-position:-32px -160px}.monsterinsights-flag.monsterinsights-flag-gn{background-position:-64px -160px}.monsterinsights-flag.monsterinsights-flag-gp{background-position:-96px -160px}.monsterinsights-flag.monsterinsights-flag-gq{background-position:-128px -160px}.monsterinsights-flag.monsterinsights-flag-gr{background-position:-160px -160px}.monsterinsights-flag.monsterinsights-flag-gs{background-position:-192px -160px}.monsterinsights-flag.monsterinsights-flag-gt{background-position:-224px -160px}.monsterinsights-flag.monsterinsights-flag-gu{background-position:-256px -160px}.monsterinsights-flag.monsterinsights-flag-gw{background-position:-288px -160px}.monsterinsights-flag.monsterinsights-flag-gy{background-position:-320px -160px}.monsterinsights-flag.monsterinsights-flag-hk{background-position:-352px -160px}.monsterinsights-flag.monsterinsights-flag-hn{background-position:-384px -160px}.monsterinsights-flag.monsterinsights-flag-hr{background-position:-416px -160px}.monsterinsights-flag.monsterinsights-flag-ht{background-position:-448px -160px}.monsterinsights-flag.monsterinsights-flag-hu{background-position:-480px -160px}.monsterinsights-flag.monsterinsights-flag-ic{background-position:100% -192px}.monsterinsights-flag.monsterinsights-flag-id{background-position:-32px -192px}.monsterinsights-flag.monsterinsights-flag-ie{background-position:-64px -192px}.monsterinsights-flag.monsterinsights-flag-il{background-position:-96px -192px}.monsterinsights-flag.monsterinsights-flag-im{background-position:-128px -192px}.monsterinsights-flag.monsterinsights-flag-in{background-position:-160px -192px}.monsterinsights-flag.monsterinsights-flag-iq{background-position:-192px -192px}.monsterinsights-flag.monsterinsights-flag-ir{background-position:-224px -192px}.monsterinsights-flag.monsterinsights-flag-is{background-position:-256px -192px}.monsterinsights-flag.monsterinsights-flag-it{background-position:-288px -192px}.monsterinsights-flag.monsterinsights-flag-je{background-position:-320px -192px}.monsterinsights-flag.monsterinsights-flag-jm{background-position:-352px -192px}.monsterinsights-flag.monsterinsights-flag-jo{background-position:-384px -192px}.monsterinsights-flag.monsterinsights-flag-jp{background-position:-416px -192px}.monsterinsights-flag.monsterinsights-flag-ke{background-position:-448px -192px}.monsterinsights-flag.monsterinsights-flag-kg{background-position:-480px -192px}.monsterinsights-flag.monsterinsights-flag-kh{background-position:100% -224px}.monsterinsights-flag.monsterinsights-flag-ki{background-position:-32px -224px}.monsterinsights-flag.monsterinsights-flag-km{background-position:-64px -224px}.monsterinsights-flag.monsterinsights-flag-kn{background-position:-96px -224px}.monsterinsights-flag.monsterinsights-flag-kp{background-position:-128px -224px}.monsterinsights-flag.monsterinsights-flag-kr{background-position:-160px -224px}.monsterinsights-flag.monsterinsights-flag-kw{background-position:-192px -224px}.monsterinsights-flag.monsterinsights-flag-ky{background-position:-224px -224px}.monsterinsights-flag.monsterinsights-flag-kz{background-position:-256px -224px}.monsterinsights-flag.monsterinsights-flag-la{background-position:-288px -224px}.monsterinsights-flag.monsterinsights-flag-lb{background-position:-320px -224px}.monsterinsights-flag.monsterinsights-flag-lc{background-position:-352px -224px}.monsterinsights-flag.monsterinsights-flag-li{background-position:-384px -224px}.monsterinsights-flag.monsterinsights-flag-lk{background-position:-416px -224px}.monsterinsights-flag.monsterinsights-flag-lr{background-position:-448px -224px}.monsterinsights-flag.monsterinsights-flag-ls{background-position:-480px -224px}.monsterinsights-flag.monsterinsights-flag-lt{background-position:100% -256px}.monsterinsights-flag.monsterinsights-flag-lu{background-position:-32px -256px}.monsterinsights-flag.monsterinsights-flag-lv{background-position:-64px -256px}.monsterinsights-flag.monsterinsights-flag-ly{background-position:-96px -256px}.monsterinsights-flag.monsterinsights-flag-ma{background-position:-128px -256px}.monsterinsights-flag.monsterinsights-flag-mc{background-position:-160px -256px}.monsterinsights-flag.monsterinsights-flag-md{background-position:-192px -256px}.monsterinsights-flag.monsterinsights-flag-me{background-position:-224px -256px}.monsterinsights-flag.monsterinsights-flag-mf{background-position:-256px -256px}.monsterinsights-flag.monsterinsights-flag-mg{background-position:-288px -256px}.monsterinsights-flag.monsterinsights-flag-mh{background-position:-320px -256px}.monsterinsights-flag.monsterinsights-flag-mk{background-position:-352px -256px}.monsterinsights-flag.monsterinsights-flag-ml{background-position:-384px -256px}.monsterinsights-flag.monsterinsights-flag-mm{background-position:-416px -256px}.monsterinsights-flag.monsterinsights-flag-mn{background-position:-448px -256px}.monsterinsights-flag.monsterinsights-flag-mo{background-position:-480px -256px}.monsterinsights-flag.monsterinsights-flag-mp{background-position:100% -288px}.monsterinsights-flag.monsterinsights-flag-mq{background-position:-32px -288px}.monsterinsights-flag.monsterinsights-flag-mr{background-position:-64px -288px}.monsterinsights-flag.monsterinsights-flag-ms{background-position:-96px -288px}.monsterinsights-flag.monsterinsights-flag-mt{background-position:-128px -288px}.monsterinsights-flag.monsterinsights-flag-mu{background-position:-160px -288px}.monsterinsights-flag.monsterinsights-flag-mv{background-position:-192px -288px}.monsterinsights-flag.monsterinsights-flag-mw{background-position:-224px -288px}.monsterinsights-flag.monsterinsights-flag-mx{background-position:-256px -288px}.monsterinsights-flag.monsterinsights-flag-my{background-position:-288px -288px}.monsterinsights-flag.monsterinsights-flag-mz{background-position:-320px -288px}.monsterinsights-flag.monsterinsights-flag-na{background-position:-352px -288px}.monsterinsights-flag.monsterinsights-flag-nc{background-position:-384px -288px}.monsterinsights-flag.monsterinsights-flag-ne{background-position:-416px -288px}.monsterinsights-flag.monsterinsights-flag-nf{background-position:-448px -288px}.monsterinsights-flag.monsterinsights-flag-ng{background-position:-480px -288px}.monsterinsights-flag.monsterinsights-flag-ni{background-position:100% -320px}.monsterinsights-flag.monsterinsights-flag-nl{background-position:-32px -320px}.monsterinsights-flag.monsterinsights-flag-no{background-position:-64px -320px}.monsterinsights-flag.monsterinsights-flag-np{background-position:-96px -320px}.monsterinsights-flag.monsterinsights-flag-nr{background-position:-128px -320px}.monsterinsights-flag.monsterinsights-flag-nu{background-position:-160px -320px}.monsterinsights-flag.monsterinsights-flag-nz{background-position:-192px -320px}.monsterinsights-flag.monsterinsights-flag-om{background-position:-224px -320px}.monsterinsights-flag.monsterinsights-flag-pa{background-position:-256px -320px}.monsterinsights-flag.monsterinsights-flag-pe{background-position:-288px -320px}.monsterinsights-flag.monsterinsights-flag-pf{background-position:-320px -320px}.monsterinsights-flag.monsterinsights-flag-pg{background-position:-352px -320px}.monsterinsights-flag.monsterinsights-flag-ph{background-position:-384px -320px}.monsterinsights-flag.monsterinsights-flag-pk{background-position:-416px -320px}.monsterinsights-flag.monsterinsights-flag-pl{background-position:-448px -320px}.monsterinsights-flag.monsterinsights-flag-pn{background-position:-480px -320px}.monsterinsights-flag.monsterinsights-flag-pr{background-position:100% -352px}.monsterinsights-flag.monsterinsights-flag-ps{background-position:-32px -352px}.monsterinsights-flag.monsterinsights-flag-pt{background-position:-64px -352px}.monsterinsights-flag.monsterinsights-flag-pw{background-position:-96px -352px}.monsterinsights-flag.monsterinsights-flag-py{background-position:-128px -352px}.monsterinsights-flag.monsterinsights-flag-qa{background-position:-160px -352px}.monsterinsights-flag.monsterinsights-flag-re{background-position:-192px -352px}.monsterinsights-flag.monsterinsights-flag-ro{background-position:-224px -352px}.monsterinsights-flag.monsterinsights-flag-rs{background-position:-256px -352px}.monsterinsights-flag.monsterinsights-flag-ru{background-position:-288px -352px}.monsterinsights-flag.monsterinsights-flag-rw{background-position:-320px -352px}.monsterinsights-flag.monsterinsights-flag-sa{background-position:-352px -352px}.monsterinsights-flag.monsterinsights-flag-sb{background-position:-384px -352px}.monsterinsights-flag.monsterinsights-flag-sc{background-position:-416px -352px}.monsterinsights-flag.monsterinsights-flag-sd{background-position:-448px -352px}.monsterinsights-flag.monsterinsights-flag-se{background-position:-480px -352px}.monsterinsights-flag.monsterinsights-flag-sg{background-position:100% -384px}.monsterinsights-flag.monsterinsights-flag-sh{background-position:-32px -384px}.monsterinsights-flag.monsterinsights-flag-si{background-position:-64px -384px}.monsterinsights-flag.monsterinsights-flag-sk{background-position:-96px -384px}.monsterinsights-flag.monsterinsights-flag-sl{background-position:-128px -384px}.monsterinsights-flag.monsterinsights-flag-sm{background-position:-160px -384px}.monsterinsights-flag.monsterinsights-flag-sn{background-position:-192px -384px}.monsterinsights-flag.monsterinsights-flag-so{background-position:-224px -384px}.monsterinsights-flag.monsterinsights-flag-sr{background-position:-256px -384px}.monsterinsights-flag.monsterinsights-flag-ss{background-position:-288px -384px}.monsterinsights-flag.monsterinsights-flag-st{background-position:-320px -384px}.monsterinsights-flag.monsterinsights-flag-sv{background-position:-352px -384px}.monsterinsights-flag.monsterinsights-flag-sy{background-position:-384px -384px}.monsterinsights-flag.monsterinsights-flag-sz{background-position:-416px -384px}.monsterinsights-flag.monsterinsights-flag-tc{background-position:-448px -384px}.monsterinsights-flag.monsterinsights-flag-td{background-position:-480px -384px}.monsterinsights-flag.monsterinsights-flag-tf{background-position:100% -416px}.monsterinsights-flag.monsterinsights-flag-tg{background-position:-32px -416px}.monsterinsights-flag.monsterinsights-flag-th{background-position:-64px -416px}.monsterinsights-flag.monsterinsights-flag-tj{background-position:-96px -416px}.monsterinsights-flag.monsterinsights-flag-tk{background-position:-128px -416px}.monsterinsights-flag.monsterinsights-flag-tl{background-position:-160px -416px}.monsterinsights-flag.monsterinsights-flag-tm{background-position:-192px -416px}.monsterinsights-flag.monsterinsights-flag-tn{background-position:-224px -416px}.monsterinsights-flag.monsterinsights-flag-to{background-position:-256px -416px}.monsterinsights-flag.monsterinsights-flag-tr{background-position:-288px -416px}.monsterinsights-flag.monsterinsights-flag-tt{background-position:-320px -416px}.monsterinsights-flag.monsterinsights-flag-tv{background-position:-352px -416px}.monsterinsights-flag.monsterinsights-flag-tw{background-position:-384px -416px}.monsterinsights-flag.monsterinsights-flag-tz{background-position:-416px -416px}.monsterinsights-flag.monsterinsights-flag-ua{background-position:-448px -416px}.monsterinsights-flag.monsterinsights-flag-ug{background-position:-480px -416px}.monsterinsights-flag.monsterinsights-flag-us{background-position:100% -448px}.monsterinsights-flag.monsterinsights-flag-uy{background-position:-32px -448px}.monsterinsights-flag.monsterinsights-flag-uz{background-position:-64px -448px}.monsterinsights-flag.monsterinsights-flag-va{background-position:-96px -448px}.monsterinsights-flag.monsterinsights-flag-vc{background-position:-128px -448px}.monsterinsights-flag.monsterinsights-flag-ve{background-position:-160px -448px}.monsterinsights-flag.monsterinsights-flag-vg{background-position:-192px -448px}.monsterinsights-flag.monsterinsights-flag-vi{background-position:-224px -448px}.monsterinsights-flag.monsterinsights-flag-vn{background-position:-256px -448px}.monsterinsights-flag.monsterinsights-flag-vu{background-position:-288px -448px}.monsterinsights-flag.monsterinsights-flag-wf{background-position:-320px -448px}.monsterinsights-flag.monsterinsights-flag-ws{background-position:-352px -448px}.monsterinsights-flag.monsterinsights-flag-ye{background-position:-384px -448px}.monsterinsights-flag.monsterinsights-flag-yt{background-position:-416px -448px}.monsterinsights-flag.monsterinsights-flag-za{background-position:-448px -448px}.monsterinsights-flag.monsterinsights-flag-zm{background-position:-480px -448px}.monsterinsights-flag.monsterinsights-flag-zw{background-position:100% -480px}.monsterinsights-reports-page .monsterinsights-header .monsterinsights-container,.monsterinsights-reports-page .monsterinsights-navigation-bar .monsterinsights-container{padding-right:10px;padding-left:10px;width:auto}@media (max-width:782px){.monsterinsights-reports-page .monsterinsights-header .monsterinsights-container,.monsterinsights-reports-page .monsterinsights-navigation-bar .monsterinsights-container{padding:0}}.monsterinsights-report{padding:20px;position:relative}body.monsterinsights-reporting-page #wpbody-content{padding-bottom:0}body.monsterinsights-reporting-page #wpfooter{padding-top:0}body.monsterinsights-reporting-page #wpfooter:before{display:none}body.monsterinsights-reporting-page .monsterinsights-red{color:#d73638}body.monsterinsights-reporting-page .monsterinsights-green{color:#5cc0a5}body.monsterinsights-reporting-page .monsterinsights-report-top h2{margin:14px 0 28px;display:inline-block;color:#393f4c;font-size:24px}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-report-top h2{display:none}}@media (min-width:783px) and (max-width:935px){body.monsterinsights-reporting-page .monsterinsights-report-top h2{display:block;margin-bottom:25px}}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{display:-webkit-box;display:-ms-flexbox;display:flex;float:left}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{float:none;width:100%;-ms-flex-flow:wrap;flex-flow:wrap}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker .monsterinsights-buttons-toggle{width:100%;margin-left:0}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker .monsterinsights-buttons-toggle .monsterinsights-button{width:50%}}@media (min-width:783px) and (max-width:935px){body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{float:none;margin-bottom:25px}}body.monsterinsights-reporting-page .monsterinsights-datepicker{width:200px;background-color:#8ea4b4;font-weight:700;color:#fff;text-align:center;border-color:#708c9f;border-width:1px 1px 2px;border-radius:3px;height:40px;margin:0}body.monsterinsights-reporting-page .monsterinsights-datepicker::-webkit-input-placeholder{color:#fff}body.monsterinsights-reporting-page .monsterinsights-datepicker:-moz-placeholder,body.monsterinsights-reporting-page .monsterinsights-datepicker::-moz-placeholder{color:#fff}body.monsterinsights-reporting-page .monsterinsights-datepicker:-ms-input-placeholder{color:#fff}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-datepicker{width:calc(50% - 5px);margin-bottom:20px;margin-top:10px;font-size:14px}}body.monsterinsights-reporting-page .monsterinsights-mobile-details-toggle{width:calc(50% - 5px);margin-bottom:20px;margin-top:10px;margin-right:10px;font-weight:700}@media (min-width:783px){body.monsterinsights-reporting-page .monsterinsights-mobile-details-toggle{display:none}}body.monsterinsights-reporting-page .monsterinsights-info{color:#b6c9da;cursor:help;font-size:15px}body.monsterinsights-reporting-page .monsterinsights-report-row{margin-bottom:25px}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button{background:#eceff5;color:#464c57;border-bottom-width:1px;border-color:#d6e2ed;border-radius:0;line-height:18px;border-left:0;margin:0}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:hover{background:#fff}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:focus{z-index:10;position:relative}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:first-child{border-top-right-radius:3px;border-bottom-right-radius:3px}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:last-child{border-top-left-radius:3px;border-bottom-left-radius:3px;border-left:1px solid #d6e2ed}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button.monsterinsights-selected-interval{background:#fff;color:#509fe2;font-weight:700}.monsterinsights-reports-overview-datagraph-tooltip-container{padding:15px;background-color:#fff;border-radius:4px;-webkit-box-shadow:0 0 24px rgba(89,164,234,.33);box-shadow:0 0 24px rgba(89,164,234,.33)}#monsterinsights-chartjs-line-overview-tooltip{min-width:100px}.monsterinsights-reports-overview-datagraph-tooltip-title{color:#23282d;font-size:14px;font-weight:400;border-bottom:1px solid #d4e2ef;padding-bottom:5px}.monsterinsights-reports-overview-datagraph-tooltip-number{color:#23282d;font-size:24px;font-weight:400;margin-top:5px;margin-bottom:5px}.monsterinsights-reports-overview-datagraph-tooltip-descriptor{color:#23282d;font-size:12px;font-weight:400;margin-bottom:10px}.monsterinsights-reports-overview-datagraph-tooltip-trend{color:#23282d;font-size:16px;font-weight:400}#monsterinsights-chartjs-bar-tooltip,.monsterinsights-line-chart-tooltip{opacity:1;position:absolute;margin-right:-55px}.monsterinsights-report-tabs-navigation{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-report-tabs-navigation button{border-color:#d6e2ed;border-style:solid;border-width:1px 0;background:#eceff4;color:#444;width:50%;font-weight:700;text-align:right;font-size:18px;padding:23px 20px 25px;cursor:pointer;margin:0;position:relative}@media (max-width:782px){.monsterinsights-report-tabs-navigation button{font-size:14px;padding:13px 20px 15px;text-align:center}}.monsterinsights-report-tabs-navigation button:first-child{border-left:1px solid #d6e2ed}.monsterinsights-report-tabs-navigation button:focus{z-index:10}.monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{background:#fff;color:#509fe2;border-bottom:none;border-top:2px solid #3a93dd;padding-top:20px}@media (max-width:782px){.monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{padding-top:12px}}.monsterinsights-report-tabs-navigation button i{margin-left:10px;color:#8ba4b7}.monsterinsights-report-tabs{background:#fff;border:1px solid #d6e2ed;border-top:none}.monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding:20px}.monsterinsights-report-infobox-row{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #d6e2ed}@media (max-width:782px){.monsterinsights-report-infobox-row{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:25%;background:#fff;border-right:1px solid #d6e2ed;padding:17px 20px 15px;position:relative}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-info{position:absolute;left:20px;top:18px}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child{border-right:none}@media (max-width:782px){.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3),.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(4){border-top:1px solid #d6e2ed}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3){border-right:none}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-report-title{padding-left:18px;text-overflow:ellipsis;overflow:hidden;white-space:pre;line-height:1.2}.monsterinsights-report-title{font-size:18px;color:#393f4c;font-weight:700;margin-top:0}.monsterinsights-reports-infobox-number{font-size:40px;font-weight:200;display:inline-block;line-height:1;margin-top:11px;float:right}@media (max-width:782px){.monsterinsights-reports-infobox-number{font-size:36px;float:none}}.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:left}@media (max-width:1280px){.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:none;clear:both}}.monsterinsights-reports-infobox-prev{font-size:16px;margin-top:15px}.monsterinsights-reports-infobox-compare{clear:left;font-size:12px;color:#acbdc9}.monsterinsights-buttons-toggle{margin-left:25px}.monsterinsights-report-flex{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991px){.monsterinsights-report-flex{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-pie-chart-legend-color{width:12px;height:12px;display:inline-block;margin-left:5px;border-radius:50%}.monsterinsights-pie-chart-legend-text{min-width:100px;margin-left:10px;display:inline-block;font-size:16px;color:#393f4c}.monsterinsights-pie-chart-legend-value{color:#393f4c;font-size:18px;font-weight:500}.monsterinsights-reports-pie-chart{width:50%;padding:20px;background:#fff;border:1px solid #d6e2ed;position:relative}.monsterinsights-reports-pie-chart:first-child{margin-left:25px}@media (max-width:991px){.monsterinsights-reports-pie-chart:first-child{margin:0 0 25px}}@media (max-width:991px){.monsterinsights-reports-pie-chart{width:100%}}.monsterinsights-reports-pie-chart .monsterinsights-reports-pie-chart-holder{position:relative}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart{margin:0 auto}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{position:absolute;right:250px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{position:relative;right:auto;top:auto;-webkit-transform:none;-ms-transform:none;transform:none;margin-top:20px}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend .monsterinsights-pie-chart-legend-value{float:left}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-tooltip{position:absolute;pointer-events:none}.monsterinsights-reports-pie-chart .monsterinsights-info{position:absolute;top:20px;left:20px}.monsterinsights-table-box{border:1px solid #d6e2ed;background:#fff;width:100%;margin-right:20px;padding-top:18px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.monsterinsights-table-box:first-child{margin-right:0;margin-top:0}.monsterinsights-table-box h3{margin-right:20px}.monsterinsights-table-box .monsterinsights-info{position:absolute;top:20px;left:20px}@media (max-width:991px){.monsterinsights-table-box{margin-right:0;margin-top:20px}}.monsterinsights-table-box-footer{background:#f9fbff;border-top:1px solid #d6e2ed;padding:20px}.monsterinsights-table-box-footer:after{display:table;clear:both;content:""}@media (max-width:782px){.monsterinsights-table-box-footer>.monsterinsights-button{width:100%;text-align:center}}.monsterinsights-table-list-item{padding:12px 20px;min-height:43px;font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex}table .monsterinsights-table-list-item{display:table-row}.monsterinsights-table-list-item:nth-child(odd){background-color:#f9fbff}.monsterinsights-table-list-item .monsterinsights-reports-list-text{color:#393f4c;white-space:pre;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;display:inline-block;width:100%;padding:1px;margin:-1px}.monsterinsights-table-list-item .monsterinsights-reports-list-text a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.monsterinsights-table-list-item .monsterinsights-reports-list-text img{display:inline-block;margin-left:10px;vertical-align:middle}.monsterinsights-table-list-item .monsterinsights-flag{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);display:inline-block;margin:-12px -8px -10px 0}.monsterinsights-table-list-item a{text-decoration:none;color:#393f4c}.monsterinsights-table-list-item a:focus,.monsterinsights-table-list-item a:hover{color:#777}.monsterinsights-table-list-item .monsterinsights-reports-list-count{display:inline-block;min-width:30px;color:#657086;font-weight:400}.monsterinsights-table-list-item .monsterinsights-reports-list-number{color:#393f4c;font-size:15px;text-align:left;display:block;padding-right:5px}.monsterinsights-table-box-pagination{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:782px){.monsterinsights-table-box-pagination{float:none;width:100%;margin-top:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.monsterinsights-table-box-pagination span{margin-left:20px;color:#8ba4b7}.monsterinsights-table-box-pagination .monsterinsights-buttons-toggle{margin-left:0}.monsterinsights-table-box-list{height:100%}.monsterinsights-table-box-table .monsterinsights-table-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;word-break:break-all}@media (max-width:782px){.monsterinsights-table-box-table .monsterinsights-table-item-content{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-table-box-mobile .monsterinsights-table-box-table{overflow:auto}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:0}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding-right:0;margin-right:50px;border-top:1px solid #d6e2ed;font-size:13px;color:#657086;padding-top:8px;padding-bottom:8px}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td.monsterinsights-table-cell-1{margin-right:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;padding-right:20px;font-size:15px;color:#393f4c;padding-top:12px;padding-bottom:12px;border-top:none}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after{-webkit-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th{display:none;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1{display:block;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1 .monsterinsights-table-item-content,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1 .monsterinsights-table-item-content{padding-left:30px;position:relative;white-space:pre;text-overflow:ellipsis;overflow:hidden;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after{content:"\F01F";display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;position:absolute;left:10px;top:50%;-webkit-transform:translateY(-50%) rotate(-180deg);-ms-transform:translateY(-50%) rotate(-180deg);transform:translateY(-50%) rotate(-180deg);color:#acbdc9;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table .monsterinsights-table-mobile-heading{min-width:125px}.monsterinsights-table-box-mobile .monsterinsights-table-box-table .monsterinsights-table-list-item-empty td:first-child .monsterinsights-table-item-content:after{display:none}.monsterinsights-table-box-table table{width:100%;border-collapse:collapse}.monsterinsights-table-box-mobile .monsterinsights-table-box-table table{table-layout:fixed}.monsterinsights-table-box-table th{text-align:right;font-size:15px}.monsterinsights-table-box-table td,.monsterinsights-table-box-table th{border:none;padding:12px 10px;line-height:19px}.monsterinsights-table-box-table td:first-child,.monsterinsights-table-box-table th:first-child{padding-right:20px}.monsterinsights-table-box-table td:last-child,.monsterinsights-table-box-table th:last-child{padding-left:20px}.monsterinsights-report-2-columns{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.monsterinsights-report-2-columns .monsterinsights-table-box{width:calc(50% - 12.5px)}@media (max-width:991px){.monsterinsights-report-2-columns .monsterinsights-table-box{width:100%}}.monsterinsights-report-2-columns.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%}.monsterinsights-report-2-columns .monsterinsights-table-box:nth-child(n+1){margin-right:0}.monsterinsights-report-2-columns .monsterinsights-table-box:nth-child(n+3){margin-top:25px}.monsterinsights-report-flex .monsterinsights-report-box{width:calc(50% - 12.5px)}@media (max-width:782px){.monsterinsights-report-flex .monsterinsights-report-box{width:100%;margin-top:20px}.monsterinsights-report-flex .monsterinsights-report-box:first-child{margin-top:0}}.monsterinsights-reports-tooltip{font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-arrow{width:12.5px;height:13px;display:inline-block;background-size:contain;background-repeat:no-repeat}.monsterinsights-arrow.monsterinsights-down{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABSUlEQVRIie3WP0scQRgH4OdODaggXiGksNLCFCEigtqpYGFhZ6+IhYKSQO4DaGFnIYLcdRbWVhYRVKzsbbURjI2QD2GK24N1b3dv9hK7e2FZ3tn5zQPL/pnSw8ycwFrFJvrwip/4ExLsDRVwgs+x/hEHIcFyAaQ/0Q+GBosgHVcX6SIfjwzhO6b+w5o92MByHBnGLY5xh/l/AEo4jY5f+NFEzjAdTRrABWY7BGpYi/VHWCqjkpg8hEt8K4gcYjsFrpSxjpfExQpuMBEI7KGaMl7DeRlPWEiBRiJorA1QxX4GsIu35tOVBY3iKjqn1ZbGbcoEeP+eZEHjuManxPhKtFgpD0giedAXrf+Tryn5FiANyYPaVSqQhcSh34FAPQvIQ5rQYgBUx04W0A4JgdoCIUgeFASEInHoOeproQDF9l1PmNT4AtwXyPkLNbVGvHN63iMAAAAASUVORK5CYII=)}.monsterinsights-arrow.monsterinsights-down.monsterinsights-green{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABhUlEQVRIie3Wz0qVQRjH8c85qUQtbGN0Ba5U0E0XEAWtBAmh/IdSIUFYFxB1BYWiIMbBMNSwDCoUlAK3bQTpDtx2B5HaYt5DpzmTZ45JK3+r4Znneb/MPH/eKQ3vLMtUH64X632s5ga2NOH3BZdqbN/xOSe4nAm5GAHgcmZsNuSfdAY5g/wfSJfQD6ehHpyvhZQwg2/Y1USTJVRCBXv4io4q5CkeFk6dwqhoPyHkBSaKdQ+20FbGzcixu9i80CTgGaYiWy+ulPEEP6LNq/iItkzAI+FGYk1jv4xtDCRA17CGcw0A43iesM/jMb+rawODCVA/FoWEpnQLLxP7FTzAEX/+Tz7gjvAzaq2xj1SdI93AbfUnXcS92pi4GdcxhIPIPpqAjKnP2VIMSEHgLYYToEZaEcq3Lu5vY+WNkNBc0Jpw2qT/cbPrNe7isAHgnfQVZ0HgFe5LJx7eF4Cfx30kZwpXMJkAfRKqKy77E0FgQZhvVdCm0CMNAeS/u2BOeNR1YjYXAL8A/ktHYGdlxIUAAAAASUVORK5CYII=)}.monsterinsights-arrow.monsterinsights-up{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABRUlEQVRIie3Vvy4EQRwH8M+dKxUeAIV7EvGnUHiCqzQOiUrUvAAdEYlC4glIlCgViJCIQjQ6IrnCn0j8KfY21t7u3Q4KhW+zmd/szCcz2dkp1fa3BKQHAzgOGVQOeLeKUxxhFaXfRqrYQ3+zXQ+BiiAx0JeqTxaFOiF5QBDUDukEFIYqbYB99HYAkhBM4T3dmbWSUCAJZa4ojeQBF3hK1c7xVgRKInnAFUbxkqrvYFrr9rRAMZIH3GCk+czKGuYy6l+gchvgFsO4zgHiLGEhB1pBqYLNDOAeQ7jsAMRZRLfWVdVxUEYj1dHAGM4KAnHmRVuUTqOMGk6ahUeM4zAQIPoAZkQ7E2cOuxXR1gxiAgcCf+MZUDzPLbb5PPENLP9g8mResZEshNwn384/8o/8DeQ51X4oOjDv+s3KrOg0d+EO60UHfgC50EbFBrbrYQAAAABJRU5ErkJggg==)}.monsterinsights-arrow.monsterinsights-up.monsterinsights-red{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAABYUlEQVRIie3UTUtVURTG8V/HPkBgpuVV86UsTYkG4tgmEeYgiIIIp324gjAoLLVRkM3CSaCOdOZAnEgoiYO7Nlw2J9texZEPHDh7vTz/xdqwr/yemlaoYSygA8+wXtJUFZoPYgVjGI3/kfMC9Idhf0usEbHBswIa+IbbNbm+yA20C+gNg6ETagaipu+0gJvK95zup1EK6I6GuwXmSSPRc+t/gC4s414W360x3cvOdwLS8y9AMh/PGrfwugbwFptZbDQ8buSATnzBRNawgxls1wC28aQmNxaQrgS4FuYPs8I9PMZGjXnSBp7GIK16gCVcr/Aej7KC/Zhu7QTzpDXNpyO/k0m8q3A/SxxgDj8KzJNW8TwGa9VEhXn8icBfvNTc4Wm1glcxYBr0TYWvmMVimH9owzzpI17gs+baPl2NxLL2pq7TQnwof67b1iXgEnBxgKOa2OF5AtbxveX8E79KGo8BZr5ClKgrWrIAAAAASUVORK5CYII=)}.monsterinsights-reports-overview-datagraph-tooltip-trend{font-weight:700}.monsterinsights-reports-overview-datagraph-tooltip-trend .monsterinsights-arrow{margin-left:5px}.monsterinsights-report-box{background:#fff;border:1px solid #d6e2ed;padding:0 20px 20px;position:relative}.monsterinsights-report-box .monsterinsights-info{position:absolute;left:20px;top:20px}.monsterinsights-realtime-large{font-size:150px;text-align:center;line-height:1.5;color:#393f4c}.monsterinsights-realtime-active{text-align:center;width:100%;font-size:25px;line-height:1;margin-top:-50px;color:#393f4c}.monsterinsights-realtime-box-content .monsterinsights-line-chart-tooltip{max-width:115px}#monsterinsights-chartjs-pie-age-tooltip{margin-right:23px;min-width:95px}.monsterinsights-blur .monsterinsights-report-row{-webkit-filter:blur(5px);filter:blur(5px)}.monsterinsights-blur .monsterinsights-report{min-height:850px}.monsterinsights-reports-referral-icon{vertical-align:middle;margin-left:10px;margin-right:2px}.monsterinsights-upsell-inline{background-image:url(../img/reports-upsell-bg.png);background-repeat:no-repeat;background-position:0 0;background-color:#fff;background-size:452px}@media (max-width:991px){.monsterinsights-upsell-inline .monsterinsights-upsell-inline-content{margin:-20px;padding:20px;background:hsla(0,0%,100%,.3)}}.monsterinsights-upsell-content{max-width:750px}.monsterinsights-upsell-content p{font-size:16px;color:#393f4c;line-height:1.8}.monsterinsights-upsell-content .monsterinsights-light{color:#657086}.monsterinsights-upsell-content .monsterinsights-button{font-size:17px;font-weight:700;padding:15px 25px;line-height:1}@media (max-width:782px){.monsterinsights-upsell-content .monsterinsights-button{font-size:15px}}.monsterinsights-upsell-overlay{position:absolute;top:125px;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);width:750px;max-width:100%;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);background-color:#fff;border:1px solid #d6e2ed}.monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 40px}@media (max-width:782px){.monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 20px}}@media (max-width:782px){.monsterinsights-upsell-overlay{top:70px;width:calc(100% - 40px)}}.monsterinsights-upsell-overlay h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-upsell-overlay .monsterinsights-upsell-subtitle{color:#4c6577;font-size:16px;text-align:center}.monsterinsights-upsell-overlay p{margin:20px 0}.monsterinsights-upsell-overlay .monsterinsights-upsell-content{border-top:1px solid #d6e2ed;background:#f9fbff;padding:40px}@media (max-width:782px){.monsterinsights-upsell-overlay .monsterinsights-upsell-content{padding-right:20px;padding-left:20px}}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul{margin:0 auto;max-width:520px}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li{color:#4c6577;font-size:16px;margin:0 0 30px;padding-right:40px;position:relative;line-height:1.2}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li:before{position:absolute;content:"\F015";width:20px;height:20px;background:#5cc0a5;right:0;border-radius:50%;display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f9fbff;font-size:14px;text-align:center;line-height:20px;top:-1px}.monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-button{font-weight:400;font-size:16px;margin-top:10px}.monsterinsights-upsell-overlay a{color:#393f4c}.monsterinsights-upsell-overlay a:hover{text-decoration:none}.monsterinsights-center,.monsterinsights-mobile-upsell{text-align:center}.monsterinsights-mobile-upsell .monsterinsights-notice{border-top:1px solid #d6e2ed;border-left:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-mobile-upsell .monsterinsights-notice-inner{margin-top:0}@media (min-width:783px){.monsterinsights-mobile-upsell{display:none}}.monsterinsights-mobile-upsell .monsterinsights-notice-success .monsterinsights-notice-button{margin-left:0}@media (max-width:782px){.monsterinsights-overview-upsell-desktop{display:none}}.monsterinsights-report-realtime .monsterinsights-table-box th:first-child{width:auto}.monsterinsights-reports-list-title{display:inline-block;word-break:break-all}@media (max-width:782px){.monsterinsights-reports-list-title{width:calc(100% - 30px);text-overflow:ellipsis;overflow:hidden}}
1
  /*!
2
  * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
3
+ */.monsterinsights-flag{display:inline-block;width:32px;height:32px;background:url(../img/flags.png) no-repeat}.monsterinsights-flag.monsterinsights-flag-ad{background-position:-32px 0}.monsterinsights-flag.monsterinsights-flag-ae{background-position:-64px 0}.monsterinsights-flag.monsterinsights-flag-af{background-position:-96px 0}.monsterinsights-flag.monsterinsights-flag-ag{background-position:-128px 0}.monsterinsights-flag.monsterinsights-flag-ai{background-position:-160px 0}.monsterinsights-flag.monsterinsights-flag-al{background-position:-192px 0}.monsterinsights-flag.monsterinsights-flag-am{background-position:-224px 0}.monsterinsights-flag.monsterinsights-flag-an{background-position:-256px 0}.monsterinsights-flag.monsterinsights-flag-ao{background-position:-288px 0}.monsterinsights-flag.monsterinsights-flag-ar{background-position:-320px 0}.monsterinsights-flag.monsterinsights-flag-as{background-position:-352px 0}.monsterinsights-flag.monsterinsights-flag-at{background-position:-384px 0}.monsterinsights-flag.monsterinsights-flag-au{background-position:-416px 0}.monsterinsights-flag.monsterinsights-flag-aw{background-position:-448px 0}.monsterinsights-flag.monsterinsights-flag-ax{background-position:-480px 0}.monsterinsights-flag.monsterinsights-flag-az{background-position:100% -32px}.monsterinsights-flag.monsterinsights-flag-ba{background-position:-32px -32px}.monsterinsights-flag.monsterinsights-flag-bb{background-position:-64px -32px}.monsterinsights-flag.monsterinsights-flag-bd{background-position:-96px -32px}.monsterinsights-flag.monsterinsights-flag-be{background-position:-128px -32px}.monsterinsights-flag.monsterinsights-flag-bf{background-position:-160px -32px}.monsterinsights-flag.monsterinsights-flag-bg{background-position:-192px -32px}.monsterinsights-flag.monsterinsights-flag-bh{background-position:-224px -32px}.monsterinsights-flag.monsterinsights-flag-bi{background-position:-256px -32px}.monsterinsights-flag.monsterinsights-flag-bj{background-position:-288px -32px}.monsterinsights-flag.monsterinsights-flag-bl{background-position:-320px -32px}.monsterinsights-flag.monsterinsights-flag-bm{background-position:-352px -32px}.monsterinsights-flag.monsterinsights-flag-bn{background-position:-384px -32px}.monsterinsights-flag.monsterinsights-flag-bo{background-position:-416px -32px}.monsterinsights-flag.monsterinsights-flag-br{background-position:-448px -32px}.monsterinsights-flag.monsterinsights-flag-bs{background-position:-480px -32px}.monsterinsights-flag.monsterinsights-flag-bt{background-position:100% -64px}.monsterinsights-flag.monsterinsights-flag-bw{background-position:-32px -64px}.monsterinsights-flag.monsterinsights-flag-by{background-position:-64px -64px}.monsterinsights-flag.monsterinsights-flag-bz{background-position:-96px -64px}.monsterinsights-flag.monsterinsights-flag-ca{background-position:-128px -64px}.monsterinsights-flag.monsterinsights-flag-cd{background-position:-160px -64px}.monsterinsights-flag.monsterinsights-flag-cf{background-position:-192px -64px}.monsterinsights-flag.monsterinsights-flag-cg{background-position:-224px -64px}.monsterinsights-flag.monsterinsights-flag-ch{background-position:-256px -64px}.monsterinsights-flag.monsterinsights-flag-ci{background-position:-288px -64px}.monsterinsights-flag.monsterinsights-flag-ck{background-position:-320px -64px}.monsterinsights-flag.monsterinsights-flag-cl{background-position:-352px -64px}.monsterinsights-flag.monsterinsights-flag-cm{background-position:-384px -64px}.monsterinsights-flag.monsterinsights-flag-cn{background-position:-416px -64px}.monsterinsights-flag.monsterinsights-flag-co{background-position:-448px -64px}.monsterinsights-flag.monsterinsights-flag-cr{background-position:-480px -64px}.monsterinsights-flag.monsterinsights-flag-cu{background-position:100% -96px}.monsterinsights-flag.monsterinsights-flag-cv{background-position:-32px -96px}.monsterinsights-flag.monsterinsights-flag-cw{background-position:-64px -96px}.monsterinsights-flag.monsterinsights-flag-cy{background-position:-96px -96px}.monsterinsights-flag.monsterinsights-flag-cz{background-position:-128px -96px}.monsterinsights-flag.monsterinsights-flag-de{background-position:-160px -96px}.monsterinsights-flag.monsterinsights-flag-dj{background-position:-192px -96px}.monsterinsights-flag.monsterinsights-flag-dk{background-position:-224px -96px}.monsterinsights-flag.monsterinsights-flag-dm{background-position:-256px -96px}.monsterinsights-flag.monsterinsights-flag-do{background-position:-288px -96px}.monsterinsights-flag.monsterinsights-flag-dz{background-position:-320px -96px}.monsterinsights-flag.monsterinsights-flag-ec{background-position:-352px -96px}.monsterinsights-flag.monsterinsights-flag-ee{background-position:-384px -96px}.monsterinsights-flag.monsterinsights-flag-eg{background-position:-416px -96px}.monsterinsights-flag.monsterinsights-flag-eh{background-position:-448px -96px}.monsterinsights-flag.monsterinsights-flag-er{background-position:-480px -96px}.monsterinsights-flag.monsterinsights-flag-es{background-position:100% -128px}.monsterinsights-flag.monsterinsights-flag-et{background-position:-32px -128px}.monsterinsights-flag.monsterinsights-flag-eu{background-position:-64px -128px}.monsterinsights-flag.monsterinsights-flag-fi{background-position:-96px -128px}.monsterinsights-flag.monsterinsights-flag-fj{background-position:-128px -128px}.monsterinsights-flag.monsterinsights-flag-fk{background-position:-160px -128px}.monsterinsights-flag.monsterinsights-flag-fm{background-position:-192px -128px}.monsterinsights-flag.monsterinsights-flag-fo{background-position:-224px -128px}.monsterinsights-flag.monsterinsights-flag-fr{background-position:-256px -128px}.monsterinsights-flag.monsterinsights-flag-ga{background-position:-288px -128px}.monsterinsights-flag.monsterinsights-flag-gb{background-position:-320px -128px}.monsterinsights-flag.monsterinsights-flag-gd{background-position:-352px -128px}.monsterinsights-flag.monsterinsights-flag-ge{background-position:-384px -128px}.monsterinsights-flag.monsterinsights-flag-gg{background-position:-416px -128px}.monsterinsights-flag.monsterinsights-flag-gh{background-position:-448px -128px}.monsterinsights-flag.monsterinsights-flag-gi{background-position:-480px -128px}.monsterinsights-flag.monsterinsights-flag-gl{background-position:100% -160px}.monsterinsights-flag.monsterinsights-flag-gm{background-position:-32px -160px}.monsterinsights-flag.monsterinsights-flag-gn{background-position:-64px -160px}.monsterinsights-flag.monsterinsights-flag-gp{background-position:-96px -160px}.monsterinsights-flag.monsterinsights-flag-gq{background-position:-128px -160px}.monsterinsights-flag.monsterinsights-flag-gr{background-position:-160px -160px}.monsterinsights-flag.monsterinsights-flag-gs{background-position:-192px -160px}.monsterinsights-flag.monsterinsights-flag-gt{background-position:-224px -160px}.monsterinsights-flag.monsterinsights-flag-gu{background-position:-256px -160px}.monsterinsights-flag.monsterinsights-flag-gw{background-position:-288px -160px}.monsterinsights-flag.monsterinsights-flag-gy{background-position:-320px -160px}.monsterinsights-flag.monsterinsights-flag-hk{background-position:-352px -160px}.monsterinsights-flag.monsterinsights-flag-hn{background-position:-384px -160px}.monsterinsights-flag.monsterinsights-flag-hr{background-position:-416px -160px}.monsterinsights-flag.monsterinsights-flag-ht{background-position:-448px -160px}.monsterinsights-flag.monsterinsights-flag-hu{background-position:-480px -160px}.monsterinsights-flag.monsterinsights-flag-ic{background-position:100% -192px}.monsterinsights-flag.monsterinsights-flag-id{background-position:-32px -192px}.monsterinsights-flag.monsterinsights-flag-ie{background-position:-64px -192px}.monsterinsights-flag.monsterinsights-flag-il{background-position:-96px -192px}.monsterinsights-flag.monsterinsights-flag-im{background-position:-128px -192px}.monsterinsights-flag.monsterinsights-flag-in{background-position:-160px -192px}.monsterinsights-flag.monsterinsights-flag-iq{background-position:-192px -192px}.monsterinsights-flag.monsterinsights-flag-ir{background-position:-224px -192px}.monsterinsights-flag.monsterinsights-flag-is{background-position:-256px -192px}.monsterinsights-flag.monsterinsights-flag-it{background-position:-288px -192px}.monsterinsights-flag.monsterinsights-flag-je{background-position:-320px -192px}.monsterinsights-flag.monsterinsights-flag-jm{background-position:-352px -192px}.monsterinsights-flag.monsterinsights-flag-jo{background-position:-384px -192px}.monsterinsights-flag.monsterinsights-flag-jp{background-position:-416px -192px}.monsterinsights-flag.monsterinsights-flag-ke{background-position:-448px -192px}.monsterinsights-flag.monsterinsights-flag-kg{background-position:-480px -192px}.monsterinsights-flag.monsterinsights-flag-kh{background-position:100% -224px}.monsterinsights-flag.monsterinsights-flag-ki{background-position:-32px -224px}.monsterinsights-flag.monsterinsights-flag-km{background-position:-64px -224px}.monsterinsights-flag.monsterinsights-flag-kn{background-position:-96px -224px}.monsterinsights-flag.monsterinsights-flag-kp{background-position:-128px -224px}.monsterinsights-flag.monsterinsights-flag-kr{background-position:-160px -224px}.monsterinsights-flag.monsterinsights-flag-kw{background-position:-192px -224px}.monsterinsights-flag.monsterinsights-flag-ky{background-position:-224px -224px}.monsterinsights-flag.monsterinsights-flag-kz{background-position:-256px -224px}.monsterinsights-flag.monsterinsights-flag-la{background-position:-288px -224px}.monsterinsights-flag.monsterinsights-flag-lb{background-position:-320px -224px}.monsterinsights-flag.monsterinsights-flag-lc{background-position:-352px -224px}.monsterinsights-flag.monsterinsights-flag-li{background-position:-384px -224px}.monsterinsights-flag.monsterinsights-flag-lk{background-position:-416px -224px}.monsterinsights-flag.monsterinsights-flag-lr{background-position:-448px -224px}.monsterinsights-flag.monsterinsights-flag-ls{background-position:-480px -224px}.monsterinsights-flag.monsterinsights-flag-lt{background-position:100% -256px}.monsterinsights-flag.monsterinsights-flag-lu{background-position:-32px -256px}.monsterinsights-flag.monsterinsights-flag-lv{background-position:-64px -256px}.monsterinsights-flag.monsterinsights-flag-ly{background-position:-96px -256px}.monsterinsights-flag.monsterinsights-flag-ma{background-position:-128px -256px}.monsterinsights-flag.monsterinsights-flag-mc{background-position:-160px -256px}.monsterinsights-flag.monsterinsights-flag-md{background-position:-192px -256px}.monsterinsights-flag.monsterinsights-flag-me{background-position:-224px -256px}.monsterinsights-flag.monsterinsights-flag-mf{background-position:-256px -256px}.monsterinsights-flag.monsterinsights-flag-mg{background-position:-288px -256px}.monsterinsights-flag.monsterinsights-flag-mh{background-position:-320px -256px}.monsterinsights-flag.monsterinsights-flag-mk{background-position:-352px -256px}.monsterinsights-flag.monsterinsights-flag-ml{background-position:-384px -256px}.monsterinsights-flag.monsterinsights-flag-mm{background-position:-416px -256px}.monsterinsights-flag.monsterinsights-flag-mn{background-position:-448px -256px}.monsterinsights-flag.monsterinsights-flag-mo{background-position:-480px -256px}.monsterinsights-flag.monsterinsights-flag-mp{background-position:100% -288px}.monsterinsights-flag.monsterinsights-flag-mq{background-position:-32px -288px}.monsterinsights-flag.monsterinsights-flag-mr{background-position:-64px -288px}.monsterinsights-flag.monsterinsights-flag-ms{background-position:-96px -288px}.monsterinsights-flag.monsterinsights-flag-mt{background-position:-128px -288px}.monsterinsights-flag.monsterinsights-flag-mu{background-position:-160px -288px}.monsterinsights-flag.monsterinsights-flag-mv{background-position:-192px -288px}.monsterinsights-flag.monsterinsights-flag-mw{background-position:-224px -288px}.monsterinsights-flag.monsterinsights-flag-mx{background-position:-256px -288px}.monsterinsights-flag.monsterinsights-flag-my{background-position:-288px -288px}.monsterinsights-flag.monsterinsights-flag-mz{background-position:-320px -288px}.monsterinsights-flag.monsterinsights-flag-na{background-position:-352px -288px}.monsterinsights-flag.monsterinsights-flag-nc{background-position:-384px -288px}.monsterinsights-flag.monsterinsights-flag-ne{background-position:-416px -288px}.monsterinsights-flag.monsterinsights-flag-nf{background-position:-448px -288px}.monsterinsights-flag.monsterinsights-flag-ng{background-position:-480px -288px}.monsterinsights-flag.monsterinsights-flag-ni{background-position:100% -320px}.monsterinsights-flag.monsterinsights-flag-nl{background-position:-32px -320px}.monsterinsights-flag.monsterinsights-flag-no{background-position:-64px -320px}.monsterinsights-flag.monsterinsights-flag-np{background-position:-96px -320px}.monsterinsights-flag.monsterinsights-flag-nr{background-position:-128px -320px}.monsterinsights-flag.monsterinsights-flag-nu{background-position:-160px -320px}.monsterinsights-flag.monsterinsights-flag-nz{background-position:-192px -320px}.monsterinsights-flag.monsterinsights-flag-om{background-position:-224px -320px}.monsterinsights-flag.monsterinsights-flag-pa{background-position:-256px -320px}.monsterinsights-flag.monsterinsights-flag-pe{background-position:-288px -320px}.monsterinsights-flag.monsterinsights-flag-pf{background-position:-320px -320px}.monsterinsights-flag.monsterinsights-flag-pg{background-position:-352px -320px}.monsterinsights-flag.monsterinsights-flag-ph{background-position:-384px -320px}.monsterinsights-flag.monsterinsights-flag-pk{background-position:-416px -320px}.monsterinsights-flag.monsterinsights-flag-pl{background-position:-448px -320px}.monsterinsights-flag.monsterinsights-flag-pn{background-position:-480px -320px}.monsterinsights-flag.monsterinsights-flag-pr{background-position:100% -352px}.monsterinsights-flag.monsterinsights-flag-ps{background-position:-32px -352px}.monsterinsights-flag.monsterinsights-flag-pt{background-position:-64px -352px}.monsterinsights-flag.monsterinsights-flag-pw{background-position:-96px -352px}.monsterinsights-flag.monsterinsights-flag-py{background-position:-128px -352px}.monsterinsights-flag.monsterinsights-flag-qa{background-position:-160px -352px}.monsterinsights-flag.monsterinsights-flag-re{background-position:-192px -352px}.monsterinsights-flag.monsterinsights-flag-ro{background-position:-224px -352px}.monsterinsights-flag.monsterinsights-flag-rs{background-position:-256px -352px}.monsterinsights-flag.monsterinsights-flag-ru{background-position:-288px -352px}.monsterinsights-flag.monsterinsights-flag-rw{background-position:-320px -352px}.monsterinsights-flag.monsterinsights-flag-sa{background-position:-352px -352px}.monsterinsights-flag.monsterinsights-flag-sb{background-position:-384px -352px}.monsterinsights-flag.monsterinsights-flag-sc{background-position:-416px -352px}.monsterinsights-flag.monsterinsights-flag-sd{background-position:-448px -352px}.monsterinsights-flag.monsterinsights-flag-se{background-position:-480px -352px}.monsterinsights-flag.monsterinsights-flag-sg{background-position:100% -384px}.monsterinsights-flag.monsterinsights-flag-sh{background-position:-32px -384px}.monsterinsights-flag.monsterinsights-flag-si{background-position:-64px -384px}.monsterinsights-flag.monsterinsights-flag-sk{background-position:-96px -384px}.monsterinsights-flag.monsterinsights-flag-sl{background-position:-128px -384px}.monsterinsights-flag.monsterinsights-flag-sm{background-position:-160px -384px}.monsterinsights-flag.monsterinsights-flag-sn{background-position:-192px -384px}.monsterinsights-flag.monsterinsights-flag-so{background-position:-224px -384px}.monsterinsights-flag.monsterinsights-flag-sr{background-position:-256px -384px}.monsterinsights-flag.monsterinsights-flag-ss{background-position:-288px -384px}.monsterinsights-flag.monsterinsights-flag-st{background-position:-320px -384px}.monsterinsights-flag.monsterinsights-flag-sv{background-position:-352px -384px}.monsterinsights-flag.monsterinsights-flag-sy{background-position:-384px -384px}.monsterinsights-flag.monsterinsights-flag-sz{background-position:-416px -384px}.monsterinsights-flag.monsterinsights-flag-tc{background-position:-448px -384px}.monsterinsights-flag.monsterinsights-flag-td{background-position:-480px -384px}.monsterinsights-flag.monsterinsights-flag-tf{background-position:100% -416px}.monsterinsights-flag.monsterinsights-flag-tg{background-position:-32px -416px}.monsterinsights-flag.monsterinsights-flag-th{background-position:-64px -416px}.monsterinsights-flag.monsterinsights-flag-tj{background-position:-96px -416px}.monsterinsights-flag.monsterinsights-flag-tk{background-position:-128px -416px}.monsterinsights-flag.monsterinsights-flag-tl{background-position:-160px -416px}.monsterinsights-flag.monsterinsights-flag-tm{background-position:-192px -416px}.monsterinsights-flag.monsterinsights-flag-tn{background-position:-224px -416px}.monsterinsights-flag.monsterinsights-flag-to{background-position:-256px -416px}.monsterinsights-flag.monsterinsights-flag-tr{background-position:-288px -416px}.monsterinsights-flag.monsterinsights-flag-tt{background-position:-320px -416px}.monsterinsights-flag.monsterinsights-flag-tv{background-position:-352px -416px}.monsterinsights-flag.monsterinsights-flag-tw{background-position:-384px -416px}.monsterinsights-flag.monsterinsights-flag-tz{background-position:-416px -416px}.monsterinsights-flag.monsterinsights-flag-ua{background-position:-448px -416px}.monsterinsights-flag.monsterinsights-flag-ug{background-position:-480px -416px}.monsterinsights-flag.monsterinsights-flag-us{background-position:100% -448px}.monsterinsights-flag.monsterinsights-flag-uy{background-position:-32px -448px}.monsterinsights-flag.monsterinsights-flag-uz{background-position:-64px -448px}.monsterinsights-flag.monsterinsights-flag-va{background-position:-96px -448px}.monsterinsights-flag.monsterinsights-flag-vc{background-position:-128px -448px}.monsterinsights-flag.monsterinsights-flag-ve{background-position:-160px -448px}.monsterinsights-flag.monsterinsights-flag-vg{background-position:-192px -448px}.monsterinsights-flag.monsterinsights-flag-vi{background-position:-224px -448px}.monsterinsights-flag.monsterinsights-flag-vn{background-position:-256px -448px}.monsterinsights-flag.monsterinsights-flag-vu{background-position:-288px -448px}.monsterinsights-flag.monsterinsights-flag-wf{background-position:-320px -448px}.monsterinsights-flag.monsterinsights-flag-ws{background-position:-352px -448px}.monsterinsights-flag.monsterinsights-flag-ye{background-position:-384px -448px}.monsterinsights-flag.monsterinsights-flag-yt{background-position:-416px -448px}.monsterinsights-flag.monsterinsights-flag-za{background-position:-448px -448px}.monsterinsights-flag.monsterinsights-flag-zm{background-position:-480px -448px}.monsterinsights-flag.monsterinsights-flag-zw{background-position:100% -480px}.monsterinsights-reports-page .monsterinsights-header .monsterinsights-container,.monsterinsights-reports-page .monsterinsights-navigation-bar .monsterinsights-container{padding-right:10px;padding-left:10px;width:auto}@media (max-width:782px){.monsterinsights-reports-page .monsterinsights-header .monsterinsights-container,.monsterinsights-reports-page .monsterinsights-navigation-bar .monsterinsights-container{padding:0}}.monsterinsights-report{padding:20px;position:relative}body.monsterinsights-reporting-page #wpbody-content{padding-bottom:0}body.monsterinsights-reporting-page #wpfooter{padding-top:0}body.monsterinsights-reporting-page #wpfooter:before{display:none}body.monsterinsights-reporting-page .monsterinsights-red{color:#d73638}body.monsterinsights-reporting-page .monsterinsights-green{color:#5cc0a5}body.monsterinsights-reporting-page .monsterinsights-report-top h2{margin:14px 0 28px;display:inline-block;color:#393f4c;font-size:24px}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-report-top h2{display:none}}@media (min-width:783px) and (max-width:935px){body.monsterinsights-reporting-page .monsterinsights-report-top h2{display:block;margin-bottom:25px}}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{display:-webkit-box;display:-ms-flexbox;display:flex;float:left}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{float:none;width:100%;-ms-flex-flow:wrap;flex-flow:wrap}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker .monsterinsights-buttons-toggle{width:100%;margin-left:0}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker .monsterinsights-buttons-toggle .monsterinsights-button{width:50%}}@media (min-width:783px) and (max-width:935px){body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{float:none;margin-bottom:25px}}body.monsterinsights-reporting-page .monsterinsights-datepicker{width:200px;background-color:#8ea4b4;font-weight:700;color:#fff;text-align:center;border-color:#708c9f;border-width:1px 1px 2px;border-radius:3px;height:40px;margin:0}body.monsterinsights-reporting-page .monsterinsights-datepicker::-webkit-input-placeholder{color:#fff}body.monsterinsights-reporting-page .monsterinsights-datepicker:-moz-placeholder,body.monsterinsights-reporting-page .monsterinsights-datepicker::-moz-placeholder{color:#fff}body.monsterinsights-reporting-page .monsterinsights-datepicker:-ms-input-placeholder{color:#fff}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-datepicker{width:calc(50% - 5px);margin-bottom:20px;margin-top:10px;font-size:14px}}body.monsterinsights-reporting-page .monsterinsights-mobile-details-toggle{width:calc(50% - 5px);margin-bottom:20px;margin-top:10px;margin-right:10px;font-weight:700}@media (min-width:783px){body.monsterinsights-reporting-page .monsterinsights-mobile-details-toggle{display:none}}body.monsterinsights-reporting-page .monsterinsights-info{color:#b6c9da;cursor:help;font-size:15px}body.monsterinsights-reporting-page .monsterinsights-report-row{margin-bottom:25px}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button{background:#eceff5;color:#464c57;border-bottom-width:1px;border-color:#d6e2ed;border-radius:0;line-height:18px;border-left:0;margin:0}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:hover{background:#fff}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:focus{z-index:10;position:relative}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:first-child{border-top-right-radius:3px;border-bottom-right-radius:3px}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:last-child{border-top-left-radius:3px;border-bottom-left-radius:3px;border-left:1px solid #d6e2ed}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button.monsterinsights-selected-interval{background:#fff;color:#509fe2;font-weight:700}.monsterinsights-reports-overview-datagraph-tooltip-container{padding:15px;background-color:#fff;border-radius:4px;-webkit-box-shadow:0 0 24px rgba(89,164,234,.33);box-shadow:0 0 24px rgba(89,164,234,.33)}#monsterinsights-chartjs-line-overview-tooltip{min-width:100px}.monsterinsights-reports-overview-datagraph-tooltip-title{color:#23282d;font-size:14px;font-weight:400;border-bottom:1px solid #d4e2ef;padding-bottom:5px}.monsterinsights-reports-overview-datagraph-tooltip-number{color:#23282d;font-size:24px;font-weight:400;margin-top:5px;margin-bottom:5px}.monsterinsights-reports-overview-datagraph-tooltip-descriptor{color:#23282d;font-size:12px;font-weight:400;margin-bottom:10px}.monsterinsights-reports-overview-datagraph-tooltip-trend{color:#23282d;font-size:16px;font-weight:400}#monsterinsights-chartjs-bar-tooltip,.monsterinsights-line-chart-tooltip{opacity:1;position:absolute;margin-right:-55px}.monsterinsights-report-tabs-navigation{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-report-tabs-navigation button{border-color:#d6e2ed;border-style:solid;border-width:1px 0;background:#eceff4;color:#444;width:50%;font-weight:700;text-align:right;font-size:18px;padding:23px 20px 25px;cursor:pointer;margin:0;position:relative}@media (max-width:782px){.monsterinsights-report-tabs-navigation button{font-size:14px;padding:13px 20px 15px;text-align:center}}.monsterinsights-report-tabs-navigation button:first-child{border-left:1px solid #d6e2ed}.monsterinsights-report-tabs-navigation button:focus{z-index:10}.monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{background:#fff;color:#509fe2;border-bottom:none;border-top:2px solid #3a93dd;padding-top:20px}@media (max-width:782px){.monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{padding-top:12px}}.monsterinsights-report-tabs-navigation button i{margin-left:10px;color:#8ba4b7}.monsterinsights-report-tabs{background:#fff;border:1px solid #d6e2ed;border-top:none}.monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding:20px}.monsterinsights-report-infobox-row{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #d6e2ed}@media (max-width:782px){.monsterinsights-report-infobox-row{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:25%;background:#fff;border-right:1px solid #d6e2ed;padding:17px 20px 15px;position:relative}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-info{position:absolute;left:20px;top:18px}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child{border-right:none}@media (max-width:782px){.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3),.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(4){border-top:1px solid #d6e2ed}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3){border-right:none}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-report-title{padding-left:18px;text-overflow:ellipsis;overflow:hidden;white-space:pre;line-height:1.2}.monsterinsights-report-title{font-size:18px;color:#393f4c;font-weight:700;margin-top:0}.monsterinsights-reports-infobox-number{font-size:40px;font-weight:200;display:inline-block;line-height:1;margin-top:11px;float:right}@media (max-width:782px){.monsterinsights-reports-infobox-number{font-size:36px;float:none}}.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:left}@media (max-width:1280px){.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:none;clear:both}}.monsterinsights-reports-infobox-prev{font-size:16px;margin-top:15px}.monsterinsights-reports-infobox-compare{clear:left;font-size:12px;color:#acbdc9}.monsterinsights-buttons-toggle{margin-left:25px}.monsterinsights-report-flex{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991px){.monsterinsights-report-flex{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-pie-chart-legend-color{width:12px;height:12px;display:inline-block;margin-left:5px;border-radius:50%}.monsterinsights-pie-chart-legend-text{min-width:100px;margin-left:10px;display:inline-block;font-size:16px;color:#393f4c}.monsterinsights-pie-chart-legend-value{color:#393f4c;font-size:18px;font-weight:500}.monsterinsights-reports-pie-chart{width:50%;padding:20px;background:#fff;border:1px solid #d6e2ed;position:relative}.monsterinsights-reports-pie-chart:first-child{margin-left:25px}@media (max-width:991px){.monsterinsights-reports-pie-chart:first-child{margin:0 0 25px}}@media (max-width:991px){.monsterinsights-reports-pie-chart{width:100%}}.monsterinsights-reports-pie-chart .monsterinsights-reports-pie-chart-holder{position:relative}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart{margin:0 auto}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{position:absolute;right:250px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{position:relative;right:auto;top:auto;-webkit-transform:none;-ms-transform:none;transform:none;margin-top:20px}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend .monsterinsights-pie-chart-legend-value{float:left}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-tooltip{position:absolute;pointer-events:none}.monsterinsights-reports-pie-chart .monsterinsights-info{position:absolute;top:20px;left:20px}.monsterinsights-table-box{border:1px solid #d6e2ed;background:#fff;width:100%;margin-right:20px;padding-top:18px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.monsterinsights-table-box:first-child{margin-right:0;margin-top:0}.monsterinsights-table-box h3{margin-right:20px}.monsterinsights-table-box .monsterinsights-info{position:absolute;top:20px;left:20px}@media (max-width:991px){.monsterinsights-table-box{margin-right:0;margin-top:20px}}.monsterinsights-table-box-footer{background:#f9fbff;border-top:1px solid #d6e2ed;padding:20px}.monsterinsights-table-box-footer:after{display:table;clear:both;content:""}@media (max-width:782px){.monsterinsights-table-box-footer>.monsterinsights-button{width:100%;text-align:center}}.monsterinsights-table-list-item{padding:12px 20px;min-height:43px;font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex}table .monsterinsights-table-list-item{display:table-row}.monsterinsights-table-list-item:nth-child(odd){background-color:#f9fbff}.monsterinsights-table-list-item .monsterinsights-reports-list-text{color:#393f4c;white-space:pre;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;display:inline-block;width:100%;padding:1px;margin:-1px}.monsterinsights-table-list-item .monsterinsights-reports-list-text a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.monsterinsights-table-list-item .monsterinsights-reports-list-text img{display:inline-block;margin-left:10px;vertical-align:middle}.monsterinsights-table-list-item .monsterinsights-flag{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);display:inline-block;margin:-12px -8px -10px 0}.monsterinsights-table-list-item a{text-decoration:none;color:#393f4c}.monsterinsights-table-list-item a:focus,.monsterinsights-table-list-item a:hover{color:#777}.monsterinsights-table-list-item .monsterinsights-reports-list-count{display:inline-block;min-width:30px;color:#657086;font-weight:400}.monsterinsights-table-list-item .monsterinsights-reports-list-number{color:#393f4c;font-size:15px;text-align:left;display:block;padding-right:5px}.monsterinsights-table-box-pagination{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:782px){.monsterinsights-table-box-pagination{float:none;width:100%;margin-top:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.monsterinsights-table-box-pagination span{margin-left:20px;color:#8ba4b7}.monsterinsights-table-box-pagination .monsterinsights-buttons-toggle{margin-left:0}.monsterinsights-table-box-list{height:100%}.monsterinsights-table-box-table .monsterinsights-table-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;word-break:break-all}@media (max-width:782px){.monsterinsights-table-box-table .monsterinsights-table-item-content{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-table-box-mobile .monsterinsights-table-box-table{overflow:auto}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:0}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding-right:0;margin-right:50px;border-top:1px solid #d6e2ed;font-size:13px;color:#657086;padding-top:8px;padding-bottom:8px}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td.monsterinsights-table-cell-1{margin-right:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;padding-right:20px;font-size:15px;color:#393f4c;padding-top:12px;padding-bottom:12px;border-top:none}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after{-webkit-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th{display:none;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1{display:block;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1 .monsterinsights-table-item-content,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1 .monsterinsights-table-item-content{padding-left:30px;position:relative;white-space:pre;text-overflow:ellipsis;overflow:hidden;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after{content:"\F01F";display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;position:absolute;left:10px;top:50%;-webkit-transform:translateY(-50%) rotate(-180deg);-ms-transform:translateY(-50%) rotate(-180deg);transform:translateY(-50%) rotate(-180deg);color:#acbdc9;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table .monsterinsights-table-mobile-heading{min-width:125px}.monsterinsights-table-box-mobile .monsterinsights-table-box-table .monsterinsights-table-list-item-empty td:first-child .monsterinsights-table-item-content:after{display:none}.monsterinsights-table-box-table table{width:100%;border-collapse:collapse}.monsterinsights-table-box-mobile .monsterinsights-table-box-table table{table-layout:fixed}.monsterinsights-table-box-table th{text-align:right;font-size:15px}.monsterinsights-table-box-table td,.monsterinsights-table-box-table th{border:none;padding:12px 10px;line-height:19px}.monsterinsights-table-box-table td:first-child,.monsterinsights-table-box-table th:first-child{padding-right:20px}.monsterinsights-table-box-table td:last-child,.monsterinsights-table-box-table th:last-child{padding-left:20px}.monsterinsights-report-2-columns{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.monsterinsights-report-2-columns .monsterinsights-table-box{width:calc(50% - 12.5px)}@media (max-width:991px){.monsterinsights-report-2-columns .monsterinsights-table-box{width:100%}}.monsterinsights-report-2-columns.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%}.monsterinsights-report-2-columns .monsterinsights-table-box:nth-child(n+1){margin-right:0}.monsterinsights-report-2-columns .monsterinsights-table-box:nth-child(n+3){margin-top:25px}.monsterinsights-report-flex .monsterinsights-report-box{width:calc(50% - 12.5px)}@media (max-width:782px){.monsterinsights-report-flex .monsterinsights-report-box{width:100%;margin-top:20px}.monsterinsights-report-flex .monsterinsights-report-box:first-child{margin-top:0}}.monsterinsights-reports-tooltip{font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-arrow{width:12.5px;height:13px;display:inline-block;background-size:contain;background-repeat:no-repeat}.monsterinsights-arrow.monsterinsights-down{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABSUlEQVRIie3WP0scQRgH4OdODaggXiGksNLCFCEigtqpYGFhZ6+IhYKSQO4DaGFnIYLcdRbWVhYRVKzsbbURjI2QD2GK24N1b3dv9hK7e2FZ3tn5zQPL/pnSw8ycwFrFJvrwip/4ExLsDRVwgs+x/hEHIcFyAaQ/0Q+GBosgHVcX6SIfjwzhO6b+w5o92MByHBnGLY5xh/l/AEo4jY5f+NFEzjAdTRrABWY7BGpYi/VHWCqjkpg8hEt8K4gcYjsFrpSxjpfExQpuMBEI7KGaMl7DeRlPWEiBRiJorA1QxX4GsIu35tOVBY3iKjqn1ZbGbcoEeP+eZEHjuManxPhKtFgpD0giedAXrf+Tryn5FiANyYPaVSqQhcSh34FAPQvIQ5rQYgBUx04W0A4JgdoCIUgeFASEInHoOeproQDF9l1PmNT4AtwXyPkLNbVGvHN63iMAAAAASUVORK5CYII=)}.monsterinsights-arrow.monsterinsights-down.monsterinsights-green{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABhUlEQVRIie3Wz0qVQRjH8c85qUQtbGN0Ba5U0E0XEAWtBAmh/IdSIUFYFxB1BYWiIMbBMNSwDCoUlAK3bQTpDtx2B5HaYt5DpzmTZ45JK3+r4Znneb/MPH/eKQ3vLMtUH64X632s5ga2NOH3BZdqbN/xOSe4nAm5GAHgcmZsNuSfdAY5g/wfSJfQD6ehHpyvhZQwg2/Y1USTJVRCBXv4io4q5CkeFk6dwqhoPyHkBSaKdQ+20FbGzcixu9i80CTgGaYiWy+ulPEEP6LNq/iItkzAI+FGYk1jv4xtDCRA17CGcw0A43iesM/jMb+rawODCVA/FoWEpnQLLxP7FTzAEX/+Tz7gjvAzaq2xj1SdI93AbfUnXcS92pi4GdcxhIPIPpqAjKnP2VIMSEHgLYYToEZaEcq3Lu5vY+WNkNBc0Jpw2qT/cbPrNe7isAHgnfQVZ0HgFe5LJx7eF4Cfx30kZwpXMJkAfRKqKy77E0FgQZhvVdCm0CMNAeS/u2BOeNR1YjYXAL8A/ktHYGdlxIUAAAAASUVORK5CYII=)}.monsterinsights-arrow.monsterinsights-up{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABRUlEQVRIie3Vvy4EQRwH8M+dKxUeAIV7EvGnUHiCqzQOiUrUvAAdEYlC4glIlCgViJCIQjQ6IrnCn0j8KfY21t7u3Q4KhW+zmd/szCcz2dkp1fa3BKQHAzgOGVQOeLeKUxxhFaXfRqrYQ3+zXQ+BiiAx0JeqTxaFOiF5QBDUDukEFIYqbYB99HYAkhBM4T3dmbWSUCAJZa4ojeQBF3hK1c7xVgRKInnAFUbxkqrvYFrr9rRAMZIH3GCk+czKGuYy6l+gchvgFsO4zgHiLGEhB1pBqYLNDOAeQ7jsAMRZRLfWVdVxUEYj1dHAGM4KAnHmRVuUTqOMGk6ahUeM4zAQIPoAZkQ7E2cOuxXR1gxiAgcCf+MZUDzPLbb5PPENLP9g8mResZEshNwn384/8o/8DeQ51X4oOjDv+s3KrOg0d+EO60UHfgC50EbFBrbrYQAAAABJRU5ErkJggg==)}.monsterinsights-arrow.monsterinsights-up.monsterinsights-red{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAABYUlEQVRIie3UTUtVURTG8V/HPkBgpuVV86UsTYkG4tgmEeYgiIIIp324gjAoLLVRkM3CSaCOdOZAnEgoiYO7Nlw2J9texZEPHDh7vTz/xdqwr/yemlaoYSygA8+wXtJUFZoPYgVjGI3/kfMC9Idhf0usEbHBswIa+IbbNbm+yA20C+gNg6ETagaipu+0gJvK95zup1EK6I6GuwXmSSPRc+t/gC4s414W360x3cvOdwLS8y9AMh/PGrfwugbwFptZbDQ8buSATnzBRNawgxls1wC28aQmNxaQrgS4FuYPs8I9PMZGjXnSBp7GIK16gCVcr/Aej7KC/Zhu7QTzpDXNpyO/k0m8q3A/SxxgDj8KzJNW8TwGa9VEhXn8icBfvNTc4Wm1glcxYBr0TYWvmMVimH9owzzpI17gs+baPl2NxLL2pq7TQnwof67b1iXgEnBxgKOa2OF5AtbxveX8E79KGo8BZr5ClKgrWrIAAAAASUVORK5CYII=)}.monsterinsights-reports-overview-datagraph-tooltip-trend{font-weight:700}.monsterinsights-reports-overview-datagraph-tooltip-trend .monsterinsights-arrow{margin-left:5px}.monsterinsights-report-box{background:#fff;border:1px solid #d6e2ed;padding:0 20px 20px;position:relative}.monsterinsights-report-box .monsterinsights-info{position:absolute;left:20px;top:20px}.monsterinsights-realtime-large{font-size:150px;text-align:center;line-height:1.5;color:#393f4c}.monsterinsights-realtime-active{text-align:center;width:100%;font-size:25px;line-height:1;margin-top:-50px;color:#393f4c}.monsterinsights-realtime-box-content .monsterinsights-line-chart-tooltip{max-width:115px}#monsterinsights-chartjs-pie-age-tooltip{margin-right:23px;min-width:95px}.monsterinsights-blur .monsterinsights-report-row{-webkit-filter:blur(5px);filter:blur(5px)}.monsterinsights-blur .monsterinsights-report{min-height:850px}.monsterinsights-reports-referral-icon{vertical-align:middle;margin-left:10px;margin-right:2px}.monsterinsights-upsell-inline{background-image:url(../img/reports-upsell-bg.png);background-repeat:no-repeat;background-position:0 0;background-color:#fff;background-size:452px}@media (max-width:991px){.monsterinsights-upsell-inline .monsterinsights-upsell-inline-content{margin:-20px;padding:20px;background:hsla(0,0%,100%,.3)}}.monsterinsights-upsell-content{max-width:750px}.monsterinsights-upsell-content p{font-size:16px;color:#393f4c;line-height:1.8}.monsterinsights-upsell-content .monsterinsights-light{color:#657086}.monsterinsights-upsell-content .monsterinsights-button{font-size:17px;font-weight:700;padding:15px 25px;line-height:1}@media (max-width:782px){.monsterinsights-upsell-content .monsterinsights-button{font-size:15px}}.monsterinsights-upsell-overlay{position:absolute;top:125px;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);width:750px;max-width:100%;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);background-color:#fff;border:1px solid #d6e2ed}.monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 40px}@media (max-width:782px){.monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 20px}}@media (max-width:782px){.monsterinsights-upsell-overlay{top:70px;width:calc(100% - 40px)}}.monsterinsights-upsell-overlay h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-upsell-overlay .monsterinsights-upsell-subtitle{color:#4c6577;font-size:16px;text-align:center}.monsterinsights-upsell-overlay p{margin:20px 0}.monsterinsights-upsell-overlay .monsterinsights-upsell-content{border-top:1px solid #d6e2ed;background:#f9fbff;padding:40px}@media (max-width:782px){.monsterinsights-upsell-overlay .monsterinsights-upsell-content{padding-right:20px;padding-left:20px}}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul{margin:0 auto;max-width:520px}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li{color:#4c6577;font-size:16px;margin:0 0 30px;padding-right:40px;position:relative;line-height:1.2}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li:before{position:absolute;content:"\F015";width:20px;height:20px;background:#5cc0a5;right:0;border-radius:50%;display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f9fbff;font-size:14px;text-align:center;line-height:20px;top:-1px}.monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-button{font-weight:400;font-size:16px;margin-top:10px}.monsterinsights-upsell-overlay a{color:#393f4c}.monsterinsights-upsell-overlay a:hover{text-decoration:none}.monsterinsights-center,.monsterinsights-mobile-upsell{text-align:center}.monsterinsights-mobile-upsell .monsterinsights-notice{border-top:1px solid #d6e2ed;border-left:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-mobile-upsell .monsterinsights-notice-inner{margin-top:0}@media (min-width:783px){.monsterinsights-mobile-upsell{display:none}}.monsterinsights-mobile-upsell .monsterinsights-notice-success .monsterinsights-notice-button{margin-left:0}@media (max-width:782px){.monsterinsights-overview-upsell-desktop{display:none}}.monsterinsights-report-realtime .monsterinsights-table-box th:first-child{width:auto}.monsterinsights-reports-list-title{display:inline-block;word-break:break-all}@media (max-width:782px){.monsterinsights-reports-list-title{width:calc(100% - 30px);text-overflow:ellipsis;overflow:hidden}}.monsterinsights-report-scroll{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}@media (max-width:782px){.monsterinsights-report-scroll{width:100%}}.monsterinsights-report-scroll>h3{position:absolute;top:0}.monsterinsights-report-scroll .monsterinsights-realtime-active{margin:0 0 50px}.monsterinsights-report-scroll .monsterinsights-realtime-box-content{margin:25px 0}.monsterinsights-report-scroll .monsterinsights-realtime-large{line-height:1;margin:50px 0 0;font-size:80px}
lite/assets/vue/css/settings.css CHANGED
@@ -1 +1 @@
1
- .monsterinsights-dark[data-v-3c95badc],.monsterinsights-dark[data-v-07b86e9b],.monsterinsights-dark[data-v-778d6219]{display:block}.monsterinsights-addons-navbar h1{display:inline-block;font-size:16px;line-height:48px;font-weight:400;margin:0;color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters{float:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px;width:258px;position:relative}@media (max-width:750px){.monsterinsights-addons-navbar .monsterinsights-addons-filters{width:calc(100vw - 200px)}}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]{height:28px;margin-right:0;padding-left:10px;padding-right:28px;font-size:14px;border-color:#d6e2ed}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]::-webkit-input-placeholder{color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]:-moz-placeholder,.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]::-moz-placeholder{color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]:-ms-input-placeholder{color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters>i{position:absolute;right:10px;top:5px;z-index:10;color:#b7c9d9}.monsterinsights-addon-not-available .monsterinsights-addon-status span,.monsterinsights-addon-not-installed .monsterinsights-addon-status span{color:#777}.monsterinsights-addon-inactive .monsterinsights-addon-status span{color:#d4393d}.monsterinsights-addon-active .monsterinsights-addon-status span{color:#64bfa5}#monsterinsights-addons{width:770px}@media (max-width:782px){#monsterinsights-addons{width:100%}}#monsterinsights-addons .monsterinsights-addons-area{margin:0 10px}#monsterinsights-addons .monsterinsights-addon-active .monsterinsights-button,#monsterinsights-addons .monsterinsights-addon-inactive .monsterinsights-button,#monsterinsights-addons .monsterinsights-addon-not-available .monsterinsights-button{background:#f9fbff;border-color:#d6e2eb;color:#8ba4b7}#monsterinsights-addons .monsterinsights-addon-active .monsterinsights-button:focus,#monsterinsights-addons .monsterinsights-addon-active .monsterinsights-button:hover,#monsterinsights-addons .monsterinsights-addon-inactive .monsterinsights-button:focus,#monsterinsights-addons .monsterinsights-addon-inactive .monsterinsights-button:hover,#monsterinsights-addons .monsterinsights-addon-not-available .monsterinsights-button:focus,#monsterinsights-addons .monsterinsights-addon-not-available .monsterinsights-button:hover{background:#fff;border-color:#c4d6e2}#monsterinsights-addons .monsterinsights-addons-no-results{margin-top:25px;padding:0 10px}#monsterinsights-addons .monsterinsights-addons-no-results p{font-size:16px}#monsterinsights-addons .monsterinsights-addons-no-results>div{visibility:hidden;-webkit-animation:loadMonsterInsightsSettingsNoJSView 0s 2s forwards;animation:loadMonsterInsightsSettingsNoJSView 0s 2s forwards}.monsterinsights-path-addons .monsterinsights-navigation-bar{padding-left:10px;padding-right:10px;background:#fff;border-top:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-path-addons .monsterinsights-navigation-bar .monsterinsights-container,.monsterinsights-path-addons .monsterinsights-navigation-bar .monsterinsights-main-navigation.monsterinsights-main-navigation-open{padding:0}.monsterinsights-addons-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:25px}.monsterinsights-addons-list .monsterinsights-addon{width:calc(50% - 12.5px);border:1px solid #d6e2ed;position:relative;background:#fff;padding:0 0 72px;margin-bottom:25px}@media (max-width:782px){.monsterinsights-addons-list .monsterinsights-addon{width:100%}}.monsterinsights-addons-list .monsterinsights-addon h3{color:#393f4c;margin:0 0 -5px;font-size:15px}.monsterinsights-addons-list .monsterinsights-addon .monsterinsights-addon-excerpt{color:#777;font-weight:400;margin:10px 0 0;font-size:14px}.monsterinsights-addons-list .monsterinsights-addon-top{padding:20px 24px;display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-addons-list .monsterinsights-addon-image{border:1px solid #d6e2ed;width:74px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-item-align:start;align-self:start;margin-right:20px}.monsterinsights-addons-list .monsterinsights-addon-image img{display:block;max-width:100%}.monsterinsights-addons-list .monsterinsights-addon-message{position:absolute;bottom:0;background:#f9fbff;border-top:1px solid #d6e2ed;left:0;right:0}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-interior{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-addon-status{font-weight:700;font-size:13px;color:#393f4c}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-addon-action{-ms-flex-item-align:end;align-self:flex-end}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-button{padding-bottom:7px;padding-top:9px;min-width:120px;line-height:1}.monsterinsights-addons-list .monsterinsights-addon-upgrade{text-align:center;width:100%}#request-filesystem-credentials-dialog[data-v-496d2653]{display:block}.monsterinsights-file-input{margin-bottom:20px}.monsterinsights-tools .monsterinsights-dark{margin-bottom:5px;display:block}.monsterinsights-tools-url-builder p .monsterinsights-info{margin-left:0}.monsterinsights-tools-url-builder .monsterinsights-input-text{margin-bottom:20px}.monsterinsights-required{color:#d4393d}textarea:-moz-read-only{background-color:#f9fbff}textarea:read-only{background-color:#f9fbff}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-tools-info-row p{margin-top:0}.monsterinsights-tools-info-row{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-tools-info-row .monsterinsights-tools-info-label{width:230px;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-tools-info-row .monsterinsights-tools-info-description p{margin-bottom:5px}@media (max-width:782px){.monsterinsights-tools-info-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a{color:#777}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a:focus,.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a:hover{color:#393f4c}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info i{margin-right:10px;color:#b6c9da}.monsterinsights-about-block{padding:25px;background:#fff;border:1px solid #d6e2ed;margin-top:20px;margin-left:20px;margin-right:20px}.monsterinsights-about-block h3{color:#393f4c;font-size:18px;margin:0 0 20px;line-height:1.4}.monsterinsights-about-block p{font-size:16px}.monsterinsights-about-block:after{content:"";display:table;clear:both}div[class*=" monsterinsights-path-about-"] .monsterinsights-container,div[class^=monsterinsights-path-about-] .monsterinsights-container{width:100%}div[class*=" monsterinsights-path-about-"] .monsterinsights-header,div[class*=" monsterinsights-path-about-"] .monsterinsights-navigation-bar,div[class^=monsterinsights-path-about-] .monsterinsights-header,div[class^=monsterinsights-path-about-] .monsterinsights-navigation-bar{padding-left:20px;padding-right:20px}@media (max-width:782px){div[class*=" monsterinsights-path-about-"] .monsterinsights-header,div[class*=" monsterinsights-path-about-"] .monsterinsights-navigation-bar,div[class^=monsterinsights-path-about-] .monsterinsights-header,div[class^=monsterinsights-path-about-] .monsterinsights-navigation-bar{padding-left:0;padding-right:0}}div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list,div[class^=monsterinsights-path-about-] .monsterinsights-addons-list{padding:0 20px}div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list .monsterinsights-addon,div[class^=monsterinsights-path-about-] .monsterinsights-addons-list .monsterinsights-addon{width:calc(33.3333% - 12.5px)}@media (max-width:782px){div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list .monsterinsights-addon,div[class^=monsterinsights-path-about-] .monsterinsights-addons-list .monsterinsights-addon{width:100%}}div[class*=" monsterinsights-path-about-"] .monsterinsights-addon-image,div[class^=monsterinsights-path-about-] .monsterinsights-addon-image{min-height:74px;padding:5px;display:-webkit-box;display:-ms-flexbox;display:flex;height:74px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}div[class*=" monsterinsights-path-about-"] .monstericon-star:before,div[class^=monsterinsights-path-about-] .monstericon-star:before{color:#fdb72c}.monsterinsights-lite-vs-pro-header{text-align:center}.monsterinsights-lite-vs-pro-header h1{font-size:22px;margin:0 0 15px}.monsterinsights-features-table{width:100%;border-collapse:collapse;border-top:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-features-table td,.monsterinsights-features-table th{width:33.33333%;border-bottom:1px solid #d6e2ed;padding:20px;vertical-align:top}.monsterinsights-features-table td p,.monsterinsights-features-table th p{margin:0}.monsterinsights-features-table th{background:#f0f0f0;text-align:left;border-right:none}.monsterinsights-features-table td p>span{display:block;margin-left:30px}.monsterinsights-features-full:before,.monsterinsights-features-none:before,.monsterinsights-features-partial:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\F021";font-size:20px;margin-right:10px;color:#d4393d}.monsterinsights-features-partial:before{opacity:.5}.monsterinsights-features-full:before{content:"\F015";color:#4ab99b}.monsterinsights-lite-vs-pro-footer{padding:50px 20px 30px;text-align:center}.monsterinsights-lite-vs-pro-footer h3{margin-bottom:10px}.monsterinsights-lite-vs-pro-footer p{margin-bottom:0}.monsterinsights-lite-vs-pro-footer a{color:#509fe2}.monsterinsights-lite-vs-pro-footer a:focus,.monsterinsights-lite-vs-pro-footer a:hover{color:#393f4c}.monsterinsights-lite-vs-pro-footer.monsterinsights-small{padding:0;text-align:left}.monsterinsights-lite-vs-pro-footer.monsterinsights-small h3{margin-bottom:5px}.monsterinsights-lite-vs-pro-footer.monsterinsights-small p{margin-top:0}.monsterinsights-two-column{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-two-column>div{width:50%}.monsterinsights-list-check ul{margin:0}.monsterinsights-list-check li{font-size:16px;margin-top:10px;padding-left:30px;position:relative}.monsterinsights-list-check li:first-child{margin-top:0}.monsterinsights-list-check li:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\F015";font-size:20px;margin-right:10px;color:#5cc0a5;position:absolute;left:0;top:0}.monsterinsights-about-docs-row:after{display:table;clear:both;content:""}.monsterinsights-about-docs-image{width:270px;float:left;margin-right:20px}.monsterinsights-about-docs-1:after,.monsterinsights-about-docs-2:after,.monsterinsights-about-docs-3:after,.monsterinsights-about-docs-4:after{background-image:url(https://via.placeholder.com/532x400?text=Docs)}.monsterinsights-about-page-right-image{float:right;width:40%;text-align:center;margin:0 0 0 20px}@media (max-width:782px){.monsterinsights-about-page-right-image{width:100%;float:none;margin:0 0 20px}}.monsterinsights-about-page-right-image img{width:100%}.monsterinsights-about-page-right-image figcaption{color:#999797;margin-top:5px}.monsterinsights-about-page-right-image iframe{max-width:100%}.monsterinsights-dark[data-v-7dd26406]{display:block}button[data-v-44066e62]{margin-top:3px}.monsterinsights-dark[data-v-33024a0a]{display:block}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid rgba(0,0,0,0);border-top-color:#b7c9d9;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0);box-shadow:0 0 0 1px rgba(0,0,0,0)}.multiselect__spinner:before{-webkit-animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation:a 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation:a 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:9px 40px 0 8px;border-radius:5px;border:1px solid #b8c9d8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:2px 8px 2px 20px;border-radius:5px;margin-right:10px;color:#393f4c;line-height:1;background:#f3f6ff;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;border:1px solid #b7c9d9;font-size:14px}.multiselect__tag.monsterinsights-tag-forced{padding-left:8px}.multiselect__tag.monsterinsights-tag-forced i{display:none}.multiselect__tag-icon{cursor:pointer;position:absolute;left:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#b7c9d8;font-size:18px;margin-top:-4px;display:block}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#444}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{display:none}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #b7c9d9;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:10px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap;font-size:14px}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#acbdc9;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#acbdc9;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@-webkit-keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}.update-nag{display:none}.monsterinsights-admin-page{min-height:100vh;font-size:14px}.monsterinsights-admin-page a{color:#509fe2}.monsterinsights-admin-page a:focus,.monsterinsights-admin-page a:hover{color:#393f4c}.monsterinsights-admin-page .monsterinsights-container{margin:0 auto;max-width:100%;width:750px}.monsterinsights-admin-page .monsterinsights-separator{background:#d6e2ed;display:block;height:1px;margin:25px 0}.monsterinsights-admin-page .monsterinsights-settings-content{margin-left:auto;margin-right:auto;max-width:750px}@media (min-width:783px) and (max-width:790px){.monsterinsights-admin-page .monsterinsights-settings-content{padding:0 10px}}.monsterinsights-admin-page input.monsterinsights-has-error{border-color:red}.monsterinsights-admin-page .monsterinsights-button{background:#509fe2;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none}.monsterinsights-admin-page .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary{background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green{background:#5cc0a5;border-color:#40a88d;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:hover{background-color:#4ab99b;border-color:#39967e;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-red{background:#ea4e64;border-color:#d21933;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-admin-page input[type=number],.monsterinsights-admin-page input[type=text],.monsterinsights-admin-page textarea{border:1px solid #b7c9d9;border-radius:3px;font-size:14px;padding:9px 15px;width:100%;-webkit-box-shadow:none;box-shadow:none;height:40px;margin:0;color:#444}.monsterinsights-admin-page input[type=number]::-webkit-input-placeholder,.monsterinsights-admin-page input[type=text]::-webkit-input-placeholder,.monsterinsights-admin-page textarea::-webkit-input-placeholder{color:#b7c9d9}.monsterinsights-admin-page input[type=number]:-moz-placeholder,.monsterinsights-admin-page input[type=number]::-moz-placeholder,.monsterinsights-admin-page input[type=text]:-moz-placeholder,.monsterinsights-admin-page input[type=text]::-moz-placeholder,.monsterinsights-admin-page textarea:-moz-placeholder,.monsterinsights-admin-page textarea::-moz-placeholder{color:#b7c9d9}.monsterinsights-admin-page input[type=number]:-ms-input-placeholder,.monsterinsights-admin-page input[type=text]:-ms-input-placeholder,.monsterinsights-admin-page textarea:-ms-input-placeholder{color:#b7c9d9}.monsterinsights-admin-page input[type=number].monsterinsights-has-error,.monsterinsights-admin-page input[type=text].monsterinsights-has-error,.monsterinsights-admin-page textarea.monsterinsights-has-error{border-color:#d83638}.monsterinsights-admin-page input[type=text]:-moz-read-only{background:#fff;color:#b7c9d9}.monsterinsights-admin-page input[type=text]:read-only{background:#fff;color:#b7c9d9}.monsterinsights-admin-page textarea{height:150px}.monsterinsights-admin-page label{width:100%;font-size:14px;display:inline-block;color:#777;margin:2px 0 17px}.monsterinsights-admin-page .inline-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights-admin-page .inline-field input{width:100%}.monsterinsights-admin-page .inline-field .monsterinsights-button{margin-left:10px;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-admin-page .monsterinsights-error{margin:18px 0 0;color:#d83638;cursor:default}.monsterinsights-admin-page .monsterinsights-error i{margin-right:10px}.monsterinsights-admin-page .monsterinsights-license-type-text{color:#777;font-weight:700;margin-top:16px}.monsterinsights-admin-page .monsterinsights-license-type-text a{color:#777;font-weight:400}.monsterinsights-admin-page .monsterinsights-dark{color:#444;text-transform:capitalize;font-weight:700}.monsterinsights-admin-page .monsterinsights-settings-block{background:#fff;border:1px solid #d6e2ed;margin:25px 0}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block{margin-left:10px;margin-right:10px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-title{border-bottom:1px solid #d6e2ed;padding:16px 25px;font-weight:500;font-size:14px}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-title{padding-left:15px;padding-right:15px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content{padding:25px}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content{padding-left:15px;padding-right:15px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content p{font-size:14px;color:#777;margin-top:-5px}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content p a{color:inherit}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade{padding:25px 25px 25px 22px;margin:-25px;border-left:3px solid #64bfa5}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade{padding-left:15px;padding-right:15px;margin:-25px -15px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade.monsterinsights-settings-addon-disabled{border-left-color:#f5c953;padding-top:15px;padding-bottom:15px}.monsterinsights-admin-page .monsterinsights-settings-input-radio input{opacity:0;position:absolute}.monsterinsights-admin-page .monsterinsights-settings-input-radio label{color:#444;font-size:14px}.monsterinsights-admin-page .monsterinsights-settings-input-radio label small{font-size:14px;color:#777;font-weight:400}.monsterinsights-admin-page .monsterinsights-settings-input-radio label>span{vertical-align:middle;font-weight:500}.monsterinsights-admin-page .monsterinsights-settings-input-radio label:last-child{margin-bottom:0}.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio{width:20px;height:20px;border:1px solid #b2c1cd;position:relative;display:inline-block;border-radius:50%;margin-right:16px}.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked{border-color:#509fe2}.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked:after{left:2px;right:2px;top:2px;bottom:2px;position:absolute;content:"";background:#509fe2;display:block;border-radius:50%}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label{color:#444;font-size:14px;margin:0}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux{cursor:default}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox{background-color:#dee5e9}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#b9d8f3}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label input{display:none}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label>span{vertical-align:middle}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label:last-child{margin-bottom:0}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox{width:27px;height:18px;position:relative;display:inline-block;border-radius:10px;margin-right:9px;background-color:#acbdc9}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#509fe2}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked:after{right:2px;left:auto}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox:after{left:2px;top:2px;bottom:2px;width:14px;position:absolute;content:"";background:#fff;display:block;border-radius:50%}.monsterinsights-admin-page .monsterinsights-info{color:#b6c9da;margin-left:10px;cursor:help}.monsterinsights-admin-page .monsterinsights-settings-input-repeater .monsterinsights-error{margin-top:0;margin-bottom:18px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-labels label{color:#393f4c;font-weight:700;margin-bottom:6px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:18px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row input,.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row select{margin-right:18px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row button{padding:0;border:none;background:rgba(0,0,0,0);color:#dc3232;cursor:pointer}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row input[type=number]{width:30%}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row select{width:70%}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row.monsterinsights-disabled-row{opacity:.5}.monsterinsights-admin-page .monsterinsights-dimensions-count{color:#777;font-style:italic;font-size:14px}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-settings-input-repeater-labels label{margin-bottom:0;width:auto}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-settings-input-repeater-labels label:first-child{width:calc(70% - 20px)}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-button{margin-right:25px}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-error{margin:0 0 20px}.monsterinsights-admin-page .monsterinsights-settings-input-select .monsterinsights-dark{margin-bottom:5px}.monsterinsights-admin-page .monsterinsights-settings-input-select label{margin-top:-4px}.monsterinsights-admin-page .monsterinsights-collapsible .monsterinsights-collapsible-content{padding-left:30px}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-collapsible .monsterinsights-collapsible-content{padding-left:15px}}.monsterinsights-admin-page .monsterinsights-collapsible>p{margin-top:0}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible{color:#b7c9d9;float:right;font-size:22px;padding-left:20px}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible:hover{color:#393f4c}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible:focus{outline:none}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible i{cursor:pointer}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights-dark{display:block;margin-bottom:9px}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate label{margin-top:0;margin-bottom:4px}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate p{margin:0}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights- -ua,.monsterinsights-admin-page .monsterinsights-settings-input-authenticate button{margin-top:14px}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights-manual-ua+.monsterinsights-error{margin-top:15px}.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions{margin-top:18px}.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions .monsterinsights-button{margin-right:20px;margin-top:0}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions .monsterinsights-button{margin-bottom:10px}}.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-settings-input-toggle-collapsible{margin-top:12px}.monsterinsights-admin-page .monsterinsights-auth-manual-connect-paragraph{padding-top:5px}.monsterinsights-admin-page .monsterinsights-auth-manual-connect-text{color:#999797;font-size:12px;text-decoration:none}.monsterinsights-admin-page .monsterinsights-auth-manual-connect-text:hover{text-decoration:underline}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-upgrade-icon{margin-right:25px}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-settings-addon-message{margin-right:25px;width:100%}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-button{font-size:12px;padding:6px 16px}.monsterinsights-admin-page .monsterinsights-icon-warning{width:48px}.monsterinsights-admin-page .monsterinsights-icon-warning:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-settings-network-notice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:20px;border-bottom:1px solid #d6e2ed;margin-bottom:15px;color:#777}.monsterinsights-admin-page .monsterinsights-settings-network-notice .monsterinsights-bg-img{margin-right:25px}.monsterinsights-admin-page .monsterinsights-settings-network-notice .monsterinsights-network-message{width:100%}.monsterinsights-admin-page .monsterinsights-undo-redo{float:right;margin-top:16px}.monsterinsights-admin-page .monsterinsights-undo-redo button{border:none;background:rgba(0,0,0,0);color:#509fe2;padding:0;margin-left:5px}.monsterinsights-admin-page #monsterinsights-license-key-valid{-webkit-text-security:disc;text-security:disc;-moz-text-security:disc;font-family:text-security-disc;font-size:25px;line-height:1.2;color:#b7c9d9;padding-top:7px}.monsterinsights-admin-page #monsterinsights-license-key-valid::-webkit-input-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.monsterinsights-admin-page #monsterinsights-license-key-valid:-moz-placeholder,.monsterinsights-admin-page #monsterinsights-license-key-valid::-moz-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.monsterinsights-admin-page #monsterinsights-license-key-valid:-ms-input-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.monsterinsights-admin-page .edd-logo,.monsterinsights-admin-page .memberpress-logo,.monsterinsights-admin-page .woocommerce-logo{background:url(../img/woocommerce.png) no-repeat;background-size:contain;width:156px;height:31px}@media (max-width:767px){.monsterinsights-admin-page .edd-logo,.monsterinsights-admin-page .memberpress-logo,.monsterinsights-admin-page .woocommerce-logo{margin-top:18px}}.monsterinsights-admin-page .edd-logo{background-image:url(../img/easy-digital-downloads.png);width:194px}.monsterinsights-admin-page .memberpress-logo{background-image:url(../img/memberpress.png)}.monsterinsights-admin-page .monsterinsights-logos-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;border:1px solid #d6e2ed;margin:40px 50px 60px;padding:25px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-logos-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:20px;margin-right:20px}}.monsterinsights-admin-page .monsterinsights-logos-row .monsterinsights-box-title{font-size:13px;font-weight:700;color:#8aa4b8;position:absolute;background:#fff;padding:0 10px;top:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%}.monsterinsights-admin-page .monsterinsights-upsell{background:#fff;border:1px solid #d6e2ed;text-align:center;margin-top:25px}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell{margin-left:10px;margin-right:10px}}.monsterinsights-admin-page .monsterinsights-upsell h2{font-size:20px;color:#393f4c;margin:36px 0 14px}.monsterinsights-admin-page .monsterinsights-upsell h3{font-size:18px;color:#393f4c;margin:0 0 14px}.monsterinsights-admin-page .monsterinsights-upsell h4{font-size:18px;color:#4c6577;font-weight:400;margin:0;line-height:2}.monsterinsights-admin-page .monsterinsights-upsell p{font-size:14px;color:#4c6577}.monsterinsights-admin-page .monsterinsights-upsell .monsterinsights-upsell-top{padding-left:10px;padding-right:10px}.monsterinsights-admin-page .monsterinsights-upsell-bottom{background:#f7f9fd;border-top:1px solid #d6e2ed;padding:36px 50px 30px;position:relative}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell-bottom{padding-left:20px;padding-right:20px}}.monsterinsights-admin-page .monsterinsights-upsell-bottom .monsterinsights-button-top{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell-bottom .monsterinsights-button-top{min-width:288px}}.monsterinsights-admin-page .monsterinsights-upsell-bottom img{max-width:100%}.monsterinsights-admin-page .monsterinsights-report-ecommerce:after{background-image:url(../img/monsterinsights-report-ecommerce.png)}.monsterinsights-admin-page .monsterinsights-addon-ads,.monsterinsights-admin-page .monsterinsights-addon-amp,.monsterinsights-admin-page .monsterinsights-addon-dimensions,.monsterinsights-admin-page .monsterinsights-addon-eu-compliance,.monsterinsights-admin-page .monsterinsights-addon-forms,.monsterinsights-admin-page .monsterinsights-addon-instant-articles,.monsterinsights-admin-page .monsterinsights-addon-optimize,.monsterinsights-admin-page .monsterinsights-addon-performance{width:48px;padding-top:110%}.monsterinsights-admin-page .monsterinsights-addon-eu-compliance{padding-top:100%}.monsterinsights-admin-page .monsterinsights-addon-eu-compliance:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-ads:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAYAAAA0wZQlAAAFk0lEQVR4nO2dv28bVRzAPz5ZjpM6VKmbhgS1CgSFCWVoYfDUyRKCoSDGtkKCgfwBHZAYOsHQPyATKgplg3YqCE9d8II6hE6NCLVSiOsmbtTaiR3L2Azu2eez3fjH832ffe8jRXLu3t37vu/n/N6755MduHRzm0H5O/WXe9MHwHfAPJAGPgd+dRZ4a/FtX9bhJqBCALQEv0MtaJs0sGD/02/Q41KHE2vgM7zEFcy8a/d8h3K+rMOJMgFwfFAqgh6XOmyUCoDOwakMelzqgIaAs8A6sAdUFfy1Q8V5x6GOPWq5PgsQBN4A/gDmOlRoUEsUuALEgQsW8C0m+RLMAd9YwIfSkfiYjyzglHQUPmYmcOnmdqfBpifK5TK72acUiwWq1dZTBgIBwuFJZqNnCAaDvq7DibJp6G72KYXCYdugAarVKoXCIbt7Gd/X4USZgKOjYlflil2WG+c6nCgTMDER7qpcuMty41yHE2UCZqNnmJycIhAItN0fCASYnJxi9nT/M95xqaPpfKoGYUN/KF8LMvSGESCMESCMESCMESCMESCMESCMESDM4Mt5AxBbnOLq+ZPMTcuEkcmVWb//nGTqUKR+EHwHxBanuHYxKpZ8gLnpINcuRoktTonFICbg6vmTUlW3IBmLmADJK9+NZCxmEBbGCBBGn37gFWxlS+SPKkQmLJaiob6OB/o6dthoLSBfqnD9t916AgHiyxFWYzNdnyOxmWctuQ80Zl46oXUXlEwdNiUfagnN5MpdnyOT+8/xuvvjvEJzAYW2238XvHFSjbZdUL5UYWOn/ZMHyVSBT959re2+jZ0iic0DMrkykQmLJxpe9U60FeBeHogvR0hs5oHaoLqVLbUMqmvJ/XqZUUHbLijx8KD+eika4sqF5rtVd/d0+8GLkUs+aCogkys3Db6xxUkiIYuVhcazOO5x4M6DXP11JGQRX45oOe10o2UX5E7uQalKYjPPiVDjerElLUVDtfuEUqW+bzU2U19g+/LntJazHxstBbTrXjqVW4qGyB9VmrY713Zenw5qLUC7Lsjd/byKxMNan790urmr+eH+czZ2itx+8KLjTEoXtHsHJDYPji/0EnuqurIQJrY4VZ85bewUtU+8jXYCnP3/ykKY6/HZpv35UoXVn9L1Pj+ZKrCyEGY1NsOfO8WmsWAU0K4LijgG2vjyibb74+9EGv9PWPXta5/Ot3y65TyfTp9B2Ig9nHvns7Ntt+dLFbb2SseufB63wrmVLTE3HSQSsrpaDf34+8fdhq4U7S4J93y/E8fN8Z37db4f0K4L8htGgDBiAnS6OZKMRUzA+v3nUlW3IBmLmIBk6pAb97KiV18mV+bGvazok3Gis6Bk6lC08TpgBmFhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhLOCZdBA+Zt8C7kpH4WPuWsDXgJqvgTX0Qgb4ygK2gfeAW8C+aEj+YB/4EXgf+Mf+TPgxtR8V6JrL59Lm+0Yd3Nqeb/9Nr8fQ1yzo8rl0P4eNNf3mpGcBJvmd6Sc3PQlwVWBMNHhiv+hVQtcC2pz4C2fFPuZfaj9xWKcXCYM8mPULrb80NxQepZ/1NeC/OX+qr4HRS7RfiniU7v9GfZBjvUJrASoSqLsEbQWoTJzOErQUMIyE6SpBOwHDTJSOErQS4EWCdJOgjQAvE6OTBC0ESCREFwniAiQToYMEUQE6JEA6BjEB0g13IhmLiACdkm8jFZPnAnRMvo1EbJ4K0Dn5Nl7H6JmAUUi+jZexeiJglJJv41XMQxcwism38SL2oQoY5eTbDLsNQxMwDsm3GWZbhiJgnJJvM6w2KRcwjsm3GUbblAoY5+TbqG6jMgF+SL6NyrYqEeCn5NuoavPAAvyYfBsVbf8f9GGopiPk4XgAAAAASUVORK5CYII=)}.monsterinsights-admin-page .monsterinsights-addon-amp:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-instant-articles:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-forms:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAYAAAA0wZQlAAABtElEQVR4nO3boW7WABRA4dMGMQsTvyAjQWDQGy+A45FAM14EHmE4XoAEW4NY0mHWZPwWBxaB2BKak6bnk03FTU+uuUmHaV4AzoD3wBvglKzpDvgMvANuhmlengLfgIM61v7cAucj8IE+vuEAXA7TvNwBT+xpduo40sc3PR7tCfauALICyAoge3Sfl6bv12vP8SAvXzz/5/OtzPm3NkBWAFkBZAWQFUA2TPPy2x5iz9oAWQFkBZAVQFYAWbegFXUL2oACyAogK4CsALJuQbI2QFYAWQFkBZAVQLbJW9BWdAvagALICiArgKwAsm5BsjZAVgBZAWQFkBVA1i1oRd2CNqAAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKz/hGVtgKwAsgLICiArgOxe/wm//fJr7Tke5PL1iT3Cf9MGyAogK4CsALICyAogK4Csa6isDZAVQFYAWQFkI/DTHmLHjiNwZU+xY1fDNC/PgK/AwZ5mZ26B8xGYgQvgI3BUR9qHI/AJeAX8+AOC40aexB/2CwAAAABJRU5ErkJggg==)}.monsterinsights-admin-page .monsterinsights-addon-optimize{padding-top:100%}.monsterinsights-admin-page .monsterinsights-addon-optimize:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAABeCAYAAABFEMhQAAAFNUlEQVR4nO2dzavcVBiHn5Pb1lo/UBFxIbiQCq7EpVioxYUIBTfd+B/oX6CIuHCrLgXFlSjuBIsLRRDd6MKFiovupKj4QatW7+39mOQkx0UmMyfJSWaSnJN0Ou8Dl7mTTM7JfX7JyZtMZq668N5lRuI48CzwPPA4cGqsjifmD+Ai8C7wnT1DjST/LPA5cGKMzm5gvgeeBHYBohE6fA74ChEP8Bj5nnAXhJf/IPBh4D42jVPAt4AKLf+DwO1vKqeBp0LKj4AzAdvfdF4JKX8nYNs3A2dF/oSMUe0IDYj8CRH5E6Iu/XK1NOHVL6/7avskcOirsZuR2pb/2rnbp1iPraS25dsM3Atky19B65gve0FYVh5wJYBwrFXtSABhWLvUlAD806nOlwD80vkkSwLwR68zXAnAD70vL0gAwxl0bUcCGMbgC2sSQH+8XNWUAPrh7ZKyBNAdr9fzJYBueH8zRQJYnyDvZEkA63GsZZ6a//Ti9D07J366lvZdfFQyM02/1TdTbgVeBF4CbplkjSbg5U9+5thtd49wA18Ze8t/lPwewq27odVkKcnuFY7fed+oARQ9PQz8wBaKLzBpQrJ7BUw2Wp/R/Ofr0Xq8gRk7gAh4Grh3lN42AJMmJHtXRwkgAl4I3suGYXQ8SgARcC5oDxuK0Ql676+gAUSAnBHVUKDyIUhf/xtMmBMBuVezRvm80ugYvf9PkABEfgm1eFCL31WwAER+lYr4IhCjY/TBNa8BiPwFyiHenp3vAenhf4CfAEQ+823bKb7yXCkyPSM98BOAyAdQail+OXExr/RIPgSlB7sMDUDkV7HG+drQw3zvUAqTxqSHwwIQ+TZN4ue/F+ILjE5Ij/p/hkHkF9jia9Pr4hcnYjomm/ULQOQDpiq+Ms47jwfFURrIklmvAEQ+le29SbxdAanKUkqR6Zhstt+pX5Fv46hsys9VfWSyQjJpQhYfrN2dyIe8YHGIL4/zlfHeeq09LBkdk8XrfQ5Q5ENrSVk8Wz6sHpZMGpMlRyu7Ffk2jZUNTvHV5exhyegYk8xauxP5BStKSpf41mFJQZbGGN0cgMgHCnGrSsrynJZhabFMfhA2Onb2KvKh+aKao6TMp7QMS46wmgIQ+Ta9xKsG8Wr+svy5yTQmTUrdifwC59hdntc6LJXP1Erii+VNmpQCEPmAvbUuH3qc6c7HeVWbvpxvshSTaaD9LuXtpFNJWQ3LIb60TLEHaEDJlr+kT0mJQ7w9ry5+0V6mRT6Qi+ki3lFSLhdxDE92V9ZyIp9llV+fvk5JWR3zcYRlV0rL6SIfGFZS4qxs3O2VZ4l8m4G1fH0Zl/jla0U+zMf8NWr5yvS2ktLdXjkkkW+xspbvWFJaDVMVD/wp8qs0vWvVQ3z1AFsKxZjXRT6Qa2qq5ZtKymL26pKy3p3KMj17R+QX+KjlG0rK0muVAmPOA/siH1zHUtoOtPnDqpKyUfwF4FOQA24FnyUl1de+n8WH9wMfFRPkwhqwc/KOkP9owZg0cd7QKfJzxvvks4UMO0z3LSkif84UAYh8i7EDEPkVxgxA5DsYKwCR38AYAYj8FkIHIPJXEDIAkb8GoQIQ+WsSIgCR3wHfAYj8jvgMQOT3wFcAEfCrl5a2DB8BRMDHw1dlo+n99w8NIALeHtTC5vPmkIWHBBABl4AvhqzABvMjHr7QtW8AxQH3PPDb0JXYMP4FzuDra6N6UMg/Ah4CPptqRUbmG+ABYG/KlbBLzRnwDPAI8AZweZI1CsfvwFvk35b+BNDtWyoC8D/ypjW2YaKvCQAAAABJRU5ErkJggg==)}.monsterinsights-admin-page .monsterinsights-addon-dimensions{padding-top:105%}.monsterinsights-admin-page .monsterinsights-addon-dimensions:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-performance{padding-top:105%}.monsterinsights-admin-page .monsterinsights-addon-performance:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABlCAYAAACyVeaLAAAKrUlEQVR4nO2deWwU1x3HPzt7EGODg7GBmquc5r6SNrSFRkoKKSSkStVGkIY2Appe6pUe6kXTJoW2Ug6aVJWagNWGhBD+aFOUXqCmNClpqRqsgCGcaTgNNrYB2xjv2T9+u7C73pl9szs7M+D5SJbsneM9/74zb9/7vd/7Pd/+481cI/QDRgHDgKrkTzDt+HkgAlwAmoBjwCWb62iagNMV0CEE3A3MB6YAk4ARBdznHHAI2AQ8C4StqqBV+Fz4BkwEtgJ1Ft/3LeAu4KTF9y0KzekKZDEQ2Ib1xgeYCWwHBpTg3gXjNgEeBEaX8P6TgC+V8P6mcZsAi2wo424bylDGbQLU2FDGcBvKUMZtAvQ5PAEcxhPAYTwBHMYTwGE8ARzGE8Bh3CCAH1gMvAxMtqG8EcDvgIWAz4byDHHSGTcIcQt8Aah1qA6HgV8AG4DLTlTArAD9gNuB8cBZ4HXgtMkyK4CHgG/iHsfYaWAN4rKOmLx2DPAR4AZgD2KTuOrFZgS4FXieTL98D/Bb4EfIJEg+PgY8DYxULdRmDgBfA/6qcG418AjwOTKb8reBTwP/VSlQVYBZwE6gv87xTmAd8PPk79nUAr8E7lEpzAVsAr6KTOhkU4a8wd9B3uZcdCEtxa58BakIUAP8B3hvvhORt+ARYD0QTX52J/Ab5Im5ljgF3A/sSP6tAQ8AP0Ztdu4UcDNwxuikfAL4gb8gbZwZ9iNPyE3AD3FBb6NAYsBPkAdwDdISmGEncBsGU6H5BHgU+IHJQj0y+RUGk0BG44CFwPcsr07f44vAZ/QO6gkwBOnduGGgdj3wNDA21wE9A29A4m88rGEA8kD7sw/kEuABJHzDw1rmIYPPDLK/hIchPZhBNlWqZMQT8Ld3ouw6FeNSJGH6+gEhH/dMDjKp2tJWOAzMAfalPsi+++NcB8YHeP1YlL+/Gy3I+AAd4QRbD5r1SuQlhPSKrnTL0wWYDyyzukSneLMpVvQ9zl8uTLw8fBi4N/VHSgAf8BjX7oCpF4mS2M4y1iBvwxUBFgLvd6w6JWDqkF4dDjcxDlgOVwX4hnN1KQ0LxgaYONjVw5hvAT4NmA0scLgyluPXYPmMkNW9GCupA27TkBmp6xK/Bp+aHnJzc7RMw56A2LyEY3C2M0HM4i9PvwbLpgWZMdSVIswNIDH5jnLyYpzn3orQGU5Q3d/HitkhbrzBug5ZLA5dBY4HSkxQQ3HqrFScuhinviFMZ1gMdO5Sgmd3hy3rg0disHFPmKNtytO0drJHA550qvRTHXE2NES4HM38vL07wfrdYS4UKUIkDs/vCXPEncYHeEYDXsEBEU53xKnfHeFyNLeR27rlTbjQU5gI0aTxD7vX+E8B21N9tIeAz5N7EtpyTief/G4d46do606w/k3zIlwxfqu+8d8zQGNKjSNd1Dbg60j0RYYv6NfIpMHDyJrbktDUEae+IUK34pdia7I5uqgoQixp/ENGxq/wsWJ2kGXTQnYO1tqA1Ugc0TogAb29oR1IVMNYYC25Q0wKpqkzQX1DxLSHsvWSmggqxh9WIb2s8qDvyjhh3KDcIlSELOmJtSGBCWOQCf6L6Qf15G8Hvo8I8QTQXWwtznQmqG8IG3YHq/vr/8PnkiJ06IgQi8MLe8McNDD+0AofK2eHKE8zbNAPy2eGGFXZ2xSzhhU1dkg3/KNkGT6FamDWcOBdClxZf7YzwfqGMF1hfePPHx1g4bgALzVGaGzWdyXXlPtYNSfEgDQjxuKwaW+Yt88ZGD95XbnOU90ThT8clLI1H9xc62fR+CD+wlqoo8jES06jp6MqwCgk94JpznbJk2tk/HmjAiyeINrG4rB5X4R9BiIMSRqzIuQjFocXGyPsb1E73yYuApUqJ6rqW/DK9S2Nxsb/UJrxQVwHS6cGmVKj//o3J0W90JNg8z7XGR/Eu6AU1KAqwKhCa3K2y8D4IwPcOaF3q5by30w28GQ2dyV44o0ewzelptzHSvuNn0Jpxb9qm15wiMrMYX4ackwPfmCkn8UT9Yv3a3Df9BAv7A1zQKdtjxiMsar7+1g1O/O7wojOrm5ON7cQjUpdAwE/tUNqqCgvU7o+B0NVTlJ9A5Tas1x8fFLvyIK5I/zcNTGYd/4z1U2sM9lXr+6f/KLul1nC+QsdHPrfcTq7enfq0o0PEI3GON3cYqrcLG5UOUn1P9MLw85LyojzRwUYX6Vxx7gAS+ryGz/9+vtnqA+YBieNPzDL+N2Xe2hqadU1bLrxjT4zQbnKSbYkbPJrsChHW59NqhkYVDmQmqqrD1BKhHyDrMFluY0fjcY40XSWRHKmvkjDWorqG5C3P2sFqWagpbWdlrZMb0ggKcIEnTehqszHqptCVGYZP5FIcLKp2Qmjd6icpCpAVxEVUSbdSIYiVGVWu6rMx2fn9DY+wJmWVi5ddmT9nZIbR7UJKtgnVEzvoqW1HSCjOQomRfj9Aen/D6vQWDotSKXODFr7BaUHsRQoPbSqAhScZ02vdzFxjNrQoqW1PUMAEP/NvVODZCZNdB1KNlNtgg4XWosS9C6uBWKIPygvqgIcKbwufZITKKbIVGmCNGR5aVTx/JJTglGr1ZQBH0UWOBpi9Ab4gE8CjcBzuMT4UJJRq9UMBf4M/BsRQhc9AZYADcAW7EmgYYpr6HvlFq4KkTMALluABcjq7q1IolMPa7gF+BM5hEgJMBzJKruN6yxM3WWkhNhB0l2dCk3cgWRA8bCHW4F/ArM0JE7dM779jABWa6StV/KwnU9oOJetygNqNWTU5uEMxzVgs9O16MO8pJGZXMnDPhJAvYYkrNvicGX6ItuBg6mB2FpMZPrzsIQ1cHUkvA/Y6Fxd+hwvA69Bpi9oNRaHo4O4int95s8ddqh6rtP3LJIeZPALZApwAolft5TaIdUZ/0gg4Kd2aO4EiqrnOn3PIllH2gRXdnR0EMkQaDY7oIca7yBe5istTbY7OoIkkeixsVJ9hRiSvC+jmc81IdOIl6qyFDyGeEAz0Fug4QdeRZILeRTPHuB95Jio15uSjCEJqNtKWKm+QiewFJ0oCaNJ+WNIm1XocvVduGzjzAI5A7xRxPUPIhnVc5IvLugVkiM2E5wBVgIfRHJH/8Pk9W7iNSSf0jzgPszvlfAU8KLRCSqBWQ8Df1Q4L4pkXZwM1COujWYk8feVhcnXCHEkFf/tyAOVQAxZh7htVIKudqCQiUx1lWQlEmQ0V+f4NmT5/X6DeyxAPK8FrzeziaPIG2z05o5H1k8v0Tm+E9msojVfYWZ20Agh2bWWIQu4u5FNkp9BmioVKpDFy19GtvxwE13IG/wz1Bem3wF8BRm4asgDuBEJZFNybjq1ic9IZKyxAucj7sJInoy15NlsoRQ4ldHuBLL3Sh2yi1G7A3VoR5qROuQptt344J495cuQ6IwnKX3q5E4kVcwmLMiBUSxuESDFHmB6ics4Tmm3TTeFa5Nq9hU8ARzGE8BhPAEcxhPAYTwBHMZtAtixzkhp9aJduE0AXb+5hTTaUIYybhNgfYnvn0BcH67BbQK8SmlFeJyru6O6ArcJAJJC+adY66fpAL4LfNvCe1qC23xB6VQiKzanIrNsoxE3dhWysXT2vgcdwCVkEuRo8ucIkufiXyjm77EbNwugQmpPelcaV4X/A8ZmVvlIzmqnAAAAAElFTkSuQmCC)}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell{padding-bottom:35px}@media (max-width:767px){.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell{padding-left:10px;padding-right:10px;line-height:1.2}}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell h3{color:#4c6577;font-size:18px;font-weight:400;margin-top:33px;margin-bottom:14px}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell h2{font-size:18px;margin-top:0}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell .monsterinsights-coupon{color:#509fe2;border:1px dashed #509fe2;padding:7px;margin:0 7px;vertical-align:middle;line-height:1}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell .monsterinsights-features{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-flow:wrap;flex-flow:wrap;margin:30px auto 25px;max-width:525px}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell .monsterinsights-features span{display:block;width:33%;color:#393f4a;font-size:14px;text-align:left;margin:10px 0}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell .monsterinsights-features span:before{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAj0lEQVQ4je2U0QmAIBCGv8QFXKEVapDGaYS2aJFGqBV8aAFX6EHB8OHOIIjA70nx/ED577ppPVHogR1wQABGwEsXjGZMUpfWLu1FaqSPadKfSC0xIlJMBmVf4i052LUsynkwD4U1OENsvTcJltjL2p/enzwDh1DvLXE4iAOi4AA2qeA/OW3Sb6Se3CCBivhdiyQVWMKC0oMAAAAASUVORK5CYII=);width:11px;height:11px;background-size:contain;display:inline-block;margin-right:12px}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .settings-input-license p{color:#444}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .settings-input-license p a{color:#509fe2}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-smile{display:inline-block;width:16px;height:16px;padding:0;vertical-align:middle}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-smile:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADB0lEQVRYhc2X30tTYRjHP+dMU5dTxxRLS1hkDUTNNUGELiTQmyYDL8rr6Bd01UVgf0CBF10FWuG1eRGIu8obLwIRtlabFQOliTlLVDY3nb87XZyztc2d7SBb+r17z/O8z/N93/O+z/N9BTRCcttNgAPoAloAM1CumDeBAOADpoBxweZc1xJX0JC4BRgA+oBijXz3gffAC8Hm9B2LgOS2G4BB4IEWomphgNfAU8HmjGomILntTcA4cPmYidMxDzgEm/NbTgKS294BfAAq8pQ8jgjQI9icM6oElJVPFyB5MonO5J1IEFD+uYf8bbsa5gFr/EyISYbB/5AcJcdgfCBA4qp9IctpD0d2MJw9g04nqrkAcHj4h+jWHlUVpdncJOCaYHP6ipQPA2rJJQlGxjy4vEGqjXqe3O/EVFWWMep6eJuXb6ZZC8Vob63n7m0rQuYlCUrOflGpcH1qVGf9K7i8QQDWQjEmJv2qy5qY9LMWigHg8gaZ9a+o+gJ9kttuEpHLq2qF+/EzlDpeDKl4HrWlz01DMeAQkWv7SaFLRG4sqrh00Zg6bjCqeB61pc/NgBYRuaupotlSS3trPQDVRj293RZV395uC9VGPQDtrfU0W2pzETALktsu5fKCvF/DBIpyu8jQGlCnEzX7glwJNzV75x+bIrKSOSkERGQZdVLwicgaLitc3iALS2HNUReWwonqmQNTRcjKZ4gs1XBlbYuRMQ/Xm+voaLtAo9lEaUnq+d3ZPWAusM7M5yU+zS5z6+bVXMn3gfF4NxwF7qh57u4d8PzVR36v/juvlYZS9GUy59j2PhvRnYTtXE05zx7foORM1kv2TrA5+zW3443oDm9HPcwFsqvtRrOJe/1WKg3a2nGyIhoCHmaNDnyfW8Xz9ReLyxtEorsAVBhKaKirpK3pPE1XanKFABgWbM5HcJokmfLBgSwcC4UIsjxPvBFSCruiVnsKRCIuy1PeBkc6i6LbO5G3Kl+YR5bjM+mGjK1NYWkFhpFP7HEhKTGsmV5FcJofpxmIFOR5/hdt5RGc1JOx/AAAAABJRU5ErkJggg==)}.monsterinsights-admin-page .monsterinsights-settings-license-lite .inline-field button{margin-left:0}
1
+ .monsterinsights-dark[data-v-3c95badc],.monsterinsights-dark[data-v-26fe3e50],.monsterinsights-dark[data-v-a3e1aa16]{display:block}.monsterinsights-addons-navbar h1{display:inline-block;font-size:16px;line-height:48px;font-weight:400;margin:0;color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters{float:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px;width:258px;position:relative}@media (max-width:750px){.monsterinsights-addons-navbar .monsterinsights-addons-filters{width:calc(100vw - 200px)}}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]{height:28px;margin-right:0;padding-left:10px;padding-right:28px;font-size:14px;border-color:#d6e2ed}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]::-webkit-input-placeholder{color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]:-moz-placeholder,.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]::-moz-placeholder{color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]:-ms-input-placeholder{color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters>i{position:absolute;right:10px;top:5px;z-index:10;color:#b7c9d9}.monsterinsights-addon-not-available .monsterinsights-addon-status span,.monsterinsights-addon-not-installed .monsterinsights-addon-status span{color:#777}.monsterinsights-addon-inactive .monsterinsights-addon-status span{color:#d4393d}.monsterinsights-addon-active .monsterinsights-addon-status span{color:#64bfa5}#monsterinsights-addons{width:770px}@media (max-width:782px){#monsterinsights-addons{width:100%}}#monsterinsights-addons .monsterinsights-addons-area{margin:0 10px}#monsterinsights-addons .monsterinsights-addon-active .monsterinsights-button,#monsterinsights-addons .monsterinsights-addon-inactive .monsterinsights-button,#monsterinsights-addons .monsterinsights-addon-not-available .monsterinsights-button{background:#f9fbff;border-color:#d6e2eb;color:#8ba4b7}#monsterinsights-addons .monsterinsights-addon-active .monsterinsights-button:focus,#monsterinsights-addons .monsterinsights-addon-active .monsterinsights-button:hover,#monsterinsights-addons .monsterinsights-addon-inactive .monsterinsights-button:focus,#monsterinsights-addons .monsterinsights-addon-inactive .monsterinsights-button:hover,#monsterinsights-addons .monsterinsights-addon-not-available .monsterinsights-button:focus,#monsterinsights-addons .monsterinsights-addon-not-available .monsterinsights-button:hover{background:#fff;border-color:#c4d6e2}#monsterinsights-addons .monsterinsights-addons-no-results{margin-top:25px;padding:0 10px}#monsterinsights-addons .monsterinsights-addons-no-results p{font-size:16px}#monsterinsights-addons .monsterinsights-addons-no-results>div{visibility:hidden;-webkit-animation:loadMonsterInsightsSettingsNoJSView 0s 2s forwards;animation:loadMonsterInsightsSettingsNoJSView 0s 2s forwards}.monsterinsights-path-addons .monsterinsights-navigation-bar{padding-left:10px;padding-right:10px;background:#fff;border-top:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-path-addons .monsterinsights-navigation-bar .monsterinsights-container,.monsterinsights-path-addons .monsterinsights-navigation-bar .monsterinsights-main-navigation.monsterinsights-main-navigation-open{padding:0}.monsterinsights-addons-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:25px}.monsterinsights-addons-list .monsterinsights-addon{width:calc(50% - 12.5px);border:1px solid #d6e2ed;position:relative;background:#fff;padding:0 0 72px;margin-bottom:25px}@media (max-width:782px){.monsterinsights-addons-list .monsterinsights-addon{width:100%}}.monsterinsights-addons-list .monsterinsights-addon h3{color:#393f4c;margin:0 0 -5px;font-size:15px}.monsterinsights-addons-list .monsterinsights-addon .monsterinsights-addon-excerpt{color:#777;font-weight:400;margin:10px 0 0;font-size:14px}.monsterinsights-addons-list .monsterinsights-addon-top{padding:20px 24px;display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-addons-list .monsterinsights-addon-image{border:1px solid #d6e2ed;width:74px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-item-align:start;align-self:start;margin-right:20px}.monsterinsights-addons-list .monsterinsights-addon-image img{display:block;max-width:100%}.monsterinsights-addons-list .monsterinsights-addon-message{position:absolute;bottom:0;background:#f9fbff;border-top:1px solid #d6e2ed;left:0;right:0}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-interior{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-addon-status{font-weight:700;font-size:13px;color:#393f4c}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-addon-action{-ms-flex-item-align:end;align-self:flex-end}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-button{padding-bottom:7px;padding-top:9px;min-width:120px;line-height:1}.monsterinsights-addons-list .monsterinsights-addon-upgrade{text-align:center;width:100%}#request-filesystem-credentials-dialog[data-v-496d2653]{display:block}.monsterinsights-file-input{margin-bottom:20px}.monsterinsights-tools .monsterinsights-dark{margin-bottom:5px;display:block}.monsterinsights-tools-url-builder p .monsterinsights-info{margin-left:0}.monsterinsights-tools-url-builder .monsterinsights-input-text{margin-bottom:20px}.monsterinsights-required{color:#d4393d}textarea:-moz-read-only{background-color:#f9fbff}textarea:read-only{background-color:#f9fbff}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-tools-info-row p{margin-top:0}.monsterinsights-tools-info-row{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-tools-info-row .monsterinsights-tools-info-label{width:230px;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-tools-info-row .monsterinsights-tools-info-description p{margin-bottom:5px}@media (max-width:782px){.monsterinsights-tools-info-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a{color:#777}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a:focus,.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a:hover{color:#393f4c}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info i{margin-right:10px;color:#b6c9da}.monsterinsights-about-block{padding:25px;background:#fff;border:1px solid #d6e2ed;margin-top:20px;margin-left:20px;margin-right:20px}.monsterinsights-about-block h3{color:#393f4c;font-size:18px;margin:0 0 20px;line-height:1.4}.monsterinsights-about-block p{font-size:16px}.monsterinsights-about-block:after{content:"";display:table;clear:both}div[class*=" monsterinsights-path-about-"] .monsterinsights-container,div[class^=monsterinsights-path-about-] .monsterinsights-container{width:100%}div[class*=" monsterinsights-path-about-"] .monsterinsights-header,div[class*=" monsterinsights-path-about-"] .monsterinsights-navigation-bar,div[class^=monsterinsights-path-about-] .monsterinsights-header,div[class^=monsterinsights-path-about-] .monsterinsights-navigation-bar{padding-left:20px;padding-right:20px}@media (max-width:782px){div[class*=" monsterinsights-path-about-"] .monsterinsights-header,div[class*=" monsterinsights-path-about-"] .monsterinsights-navigation-bar,div[class^=monsterinsights-path-about-] .monsterinsights-header,div[class^=monsterinsights-path-about-] .monsterinsights-navigation-bar{padding-left:0;padding-right:0}}div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list,div[class^=monsterinsights-path-about-] .monsterinsights-addons-list{padding:0 20px}div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list .monsterinsights-addon,div[class^=monsterinsights-path-about-] .monsterinsights-addons-list .monsterinsights-addon{width:calc(33.3333% - 12.5px)}@media (max-width:782px){div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list .monsterinsights-addon,div[class^=monsterinsights-path-about-] .monsterinsights-addons-list .monsterinsights-addon{width:100%}}div[class*=" monsterinsights-path-about-"] .monsterinsights-addon-image,div[class^=monsterinsights-path-about-] .monsterinsights-addon-image{min-height:74px;padding:5px;display:-webkit-box;display:-ms-flexbox;display:flex;height:74px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}div[class*=" monsterinsights-path-about-"] .monstericon-star:before,div[class^=monsterinsights-path-about-] .monstericon-star:before{color:#fdb72c}.monsterinsights-lite-vs-pro-table{padding:0}.monsterinsights-lite-vs-pro-table .monsterinsights-lite-vs-pro-footer{background:#f0f0f0}.monsterinsights-lite-vs-pro-header{text-align:center;padding:40px 0 22px}.monsterinsights-lite-vs-pro-header h1{font-size:22px;margin:0 0 22px}.monsterinsights-features-table{width:100%;border-collapse:collapse;border-top:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-features-table td,.monsterinsights-features-table th{width:33.33333%;border-bottom:1px solid #d6e2ed;padding:30px;vertical-align:top}.monsterinsights-features-table td p,.monsterinsights-features-table th p{margin:0}.monsterinsights-features-table th{background:#f0f0f0;text-align:left;border-right:none}.monsterinsights-features-table td p>span{display:block;margin-left:30px}.monsterinsights-features-full:before,.monsterinsights-features-none:before,.monsterinsights-features-partial:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\F021";font-size:20px;margin-right:10px;color:#d4393d;position:relative;top:2px}.monsterinsights-features-partial:before{content:"";background:url(../img/about-icon-check.svg) no-repeat 50%;background-size:19px auto;width:19px;height:19px;top:6px}.monsterinsights-features-full:before{content:"\F015";color:#4ab99b}.monsterinsights-lite-vs-pro-footer{padding:50px 20px 30px;text-align:center}.monsterinsights-lite-vs-pro-footer h3{margin-bottom:10px}.monsterinsights-lite-vs-pro-footer p{margin-bottom:0}.monsterinsights-lite-vs-pro-footer a{color:#509fe2}.monsterinsights-lite-vs-pro-footer a:focus,.monsterinsights-lite-vs-pro-footer a:hover{color:#393f4c}.monsterinsights-lite-vs-pro-footer.monsterinsights-small{padding:0;text-align:left}.monsterinsights-lite-vs-pro-footer.monsterinsights-small h3{margin-bottom:5px}.monsterinsights-lite-vs-pro-footer.monsterinsights-small p{margin-top:0}.monsterinsights-two-column{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-two-column>div{width:50%}.monsterinsights-list-check ul{margin:0}.monsterinsights-list-check li{font-size:16px;margin-top:10px;padding-left:30px;position:relative}.monsterinsights-list-check li:first-child{margin-top:0}.monsterinsights-list-check li:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\F015";font-size:20px;margin-right:10px;color:#5cc0a5;position:absolute;left:0;top:0}.monsterinsights-about-docs-row:after{display:table;clear:both;content:""}.monsterinsights-about-docs-image{width:270px;float:left;margin-right:20px}.monsterinsights-about-docs-1:after{background-image:url(../img/about-icon-connect.png)}.monsterinsights-about-docs-2:after{background-image:url(../img/about-icon-guide.png)}.monsterinsights-about-docs-3:after{background-image:url(../img/about-icon-gdpr.png)}.monsterinsights-about-docs-4:after{background-image:url(../img/about-icon-addons.png)}.monsterinsights-about-docs-5:after{background-image:url(../img/about-icon-ecommerce.png)}.monsterinsights-about-team:after{background-image:url(../img/about-team.jpg)}.monsterinsights-about-page-right-image{float:right;width:40%;text-align:center;margin:0 0 0 20px}@media (max-width:782px){.monsterinsights-about-page-right-image{width:100%;float:none;margin:0 0 20px}}.monsterinsights-about-page-right-image img{width:100%}.monsterinsights-about-page-right-image figcaption{color:#999797;margin-top:5px}.monsterinsights-about-page-right-image iframe{max-width:100%}.monsterinsights-dark[data-v-7dd26406]{display:block}button[data-v-44066e62]{margin-top:3px}.monsterinsights-dark[data-v-33024a0a]{display:block}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid rgba(0,0,0,0);border-top-color:#b7c9d9;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0);box-shadow:0 0 0 1px rgba(0,0,0,0)}.multiselect__spinner:before{-webkit-animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation:a 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation:a 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:9px 40px 0 8px;border-radius:5px;border:1px solid #b8c9d8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:2px 8px 2px 20px;border-radius:5px;margin-right:10px;color:#393f4c;line-height:1;background:#f3f6ff;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;border:1px solid #b7c9d9;font-size:14px}.multiselect__tag.monsterinsights-tag-forced{padding-left:8px}.multiselect__tag.monsterinsights-tag-forced i{display:none}.multiselect__tag-icon{cursor:pointer;position:absolute;left:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#b7c9d8;font-size:18px;margin-top:-4px;display:block}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#444}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{display:none}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #b7c9d9;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:10px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap;font-size:14px}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#acbdc9;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#acbdc9;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@-webkit-keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}.update-nag{display:none}.monsterinsights-admin-page{min-height:100vh;font-size:14px}.monsterinsights-admin-page a{color:#509fe2}.monsterinsights-admin-page a:focus,.monsterinsights-admin-page a:hover{color:#393f4c}.monsterinsights-admin-page .monsterinsights-container{margin:0 auto;max-width:100%;width:750px}.monsterinsights-admin-page .monsterinsights-separator{background:#d6e2ed;display:block;height:1px;margin:25px 0}.monsterinsights-admin-page .monsterinsights-settings-content{margin-left:auto;margin-right:auto;max-width:750px}@media (min-width:783px) and (max-width:790px){.monsterinsights-admin-page .monsterinsights-settings-content{padding:0 10px}}.monsterinsights-admin-page input.monsterinsights-has-error{border-color:red}.monsterinsights-admin-page .monsterinsights-button{background:#509fe2;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none}.monsterinsights-admin-page .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary{background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green{background:#5cc0a5;border-color:#40a88d;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:hover{background-color:#4ab99b;border-color:#39967e;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-red{background:#ea4e64;border-color:#d21933;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-admin-page input[type=number],.monsterinsights-admin-page input[type=text],.monsterinsights-admin-page textarea{border:1px solid #b7c9d9;border-radius:3px;font-size:14px;padding:9px 15px;width:100%;-webkit-box-shadow:none;box-shadow:none;height:40px;margin:0;color:#444}.monsterinsights-admin-page input[type=number]::-webkit-input-placeholder,.monsterinsights-admin-page input[type=text]::-webkit-input-placeholder,.monsterinsights-admin-page textarea::-webkit-input-placeholder{color:#b7c9d9}.monsterinsights-admin-page input[type=number]:-moz-placeholder,.monsterinsights-admin-page input[type=number]::-moz-placeholder,.monsterinsights-admin-page input[type=text]:-moz-placeholder,.monsterinsights-admin-page input[type=text]::-moz-placeholder,.monsterinsights-admin-page textarea:-moz-placeholder,.monsterinsights-admin-page textarea::-moz-placeholder{color:#b7c9d9}.monsterinsights-admin-page input[type=number]:-ms-input-placeholder,.monsterinsights-admin-page input[type=text]:-ms-input-placeholder,.monsterinsights-admin-page textarea:-ms-input-placeholder{color:#b7c9d9}.monsterinsights-admin-page input[type=number].monsterinsights-has-error,.monsterinsights-admin-page input[type=text].monsterinsights-has-error,.monsterinsights-admin-page textarea.monsterinsights-has-error{border-color:#d83638}.monsterinsights-admin-page input[type=text]:-moz-read-only{background:#fff;color:#b7c9d9}.monsterinsights-admin-page input[type=text]:read-only{background:#fff;color:#b7c9d9}.monsterinsights-admin-page textarea{height:150px}.monsterinsights-admin-page label{width:100%;font-size:14px;display:inline-block;color:#777;margin:2px 0 17px}.monsterinsights-admin-page .inline-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights-admin-page .inline-field input{width:100%}.monsterinsights-admin-page .inline-field .monsterinsights-button{margin-left:10px;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-admin-page .monsterinsights-error{margin:18px 0 0;color:#d83638;cursor:default}.monsterinsights-admin-page .monsterinsights-error i{margin-right:10px}.monsterinsights-admin-page .monsterinsights-license-type-text{color:#777;font-weight:700;margin-top:16px}.monsterinsights-admin-page .monsterinsights-license-type-text a{color:#777;font-weight:400}.monsterinsights-admin-page .monsterinsights-dark{color:#444;text-transform:capitalize;font-weight:700}.monsterinsights-admin-page .monsterinsights-settings-block{background:#fff;border:1px solid #d6e2ed;margin:25px 0}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block{margin-left:10px;margin-right:10px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-title{border-bottom:1px solid #d6e2ed;padding:16px 25px;font-weight:500;font-size:14px}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-title{padding-left:15px;padding-right:15px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content{padding:25px}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content{padding-left:15px;padding-right:15px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content p{font-size:14px;color:#777;margin-top:-5px}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content p a{color:inherit}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade{padding:25px 25px 25px 22px;margin:-25px;border-left:3px solid #64bfa5}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade{padding-left:15px;padding-right:15px;margin:-25px -15px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade.monsterinsights-settings-addon-disabled{border-left-color:#f5c953;padding-top:15px;padding-bottom:15px}.monsterinsights-admin-page .monsterinsights-settings-input-radio input{opacity:0;position:absolute}.monsterinsights-admin-page .monsterinsights-settings-input-radio label{color:#444;font-size:14px}.monsterinsights-admin-page .monsterinsights-settings-input-radio label small{font-size:14px;color:#777;font-weight:400}.monsterinsights-admin-page .monsterinsights-settings-input-radio label>span{vertical-align:middle;font-weight:500}.monsterinsights-admin-page .monsterinsights-settings-input-radio label:last-child{margin-bottom:0}.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio{width:20px;height:20px;border:1px solid #b2c1cd;position:relative;display:inline-block;border-radius:50%;margin-right:16px}.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked{border-color:#509fe2}.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked:after{left:2px;right:2px;top:2px;bottom:2px;position:absolute;content:"";background:#509fe2;display:block;border-radius:50%}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label{color:#444;font-size:14px;margin:0}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux{cursor:default}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox{background-color:#dee5e9}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#b9d8f3}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label input{display:none}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label>span{vertical-align:middle}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label:last-child{margin-bottom:0}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox{width:27px;height:18px;position:relative;display:inline-block;border-radius:10px;margin-right:9px;background-color:#acbdc9}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#509fe2}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked:after{right:2px;left:auto}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox:after{left:2px;top:2px;bottom:2px;width:14px;position:absolute;content:"";background:#fff;display:block;border-radius:50%}.monsterinsights-admin-page .monsterinsights-info{color:#b6c9da;margin-left:10px;cursor:help}.monsterinsights-admin-page .monsterinsights-settings-input-repeater .monsterinsights-error{margin-top:0;margin-bottom:18px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-labels label{color:#393f4c;font-weight:700;margin-bottom:6px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:18px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row input,.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row select{margin-right:18px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row button{padding:0;border:none;background:rgba(0,0,0,0);color:#dc3232;cursor:pointer}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row input[type=number]{width:30%}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row select{width:70%}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row.monsterinsights-disabled-row{opacity:.5}.monsterinsights-admin-page .monsterinsights-dimensions-count{color:#777;font-style:italic;font-size:14px}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-settings-input-repeater-labels label{margin-bottom:0;width:auto}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-settings-input-repeater-labels label:first-child{width:calc(70% - 20px)}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-button{margin-right:25px}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-error{margin:0 0 20px}.monsterinsights-admin-page .monsterinsights-settings-input-select .monsterinsights-dark{margin-bottom:5px}.monsterinsights-admin-page .monsterinsights-settings-input-select label{margin-top:-4px}.monsterinsights-admin-page .monsterinsights-collapsible .monsterinsights-collapsible-content{padding-left:30px}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-collapsible .monsterinsights-collapsible-content{padding-left:15px}}.monsterinsights-admin-page .monsterinsights-collapsible>p{margin-top:0}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible{color:#b7c9d9;float:right;font-size:22px;padding-left:20px}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible:hover{color:#393f4c}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible:focus{outline:none}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible i{cursor:pointer}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights-dark{display:block;margin-bottom:9px}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate label{margin-top:0;margin-bottom:4px}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate p{margin:0}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights- -ua,.monsterinsights-admin-page .monsterinsights-settings-input-authenticate button{margin-top:14px}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights-manual-ua+.monsterinsights-error{margin-top:15px}.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions{margin-top:18px}.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions .monsterinsights-button{margin-right:20px;margin-top:0}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions .monsterinsights-button{margin-bottom:10px}}.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-settings-input-toggle-collapsible{margin-top:12px}.monsterinsights-admin-page .monsterinsights-auth-manual-connect-paragraph{padding-top:5px}.monsterinsights-admin-page .monsterinsights-auth-manual-connect-text{color:#999797;font-size:12px;text-decoration:none}.monsterinsights-admin-page .monsterinsights-auth-manual-connect-text:hover{text-decoration:underline}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-upgrade-icon{margin-right:25px}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-settings-addon-message{margin-right:25px;width:100%}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-button{font-size:12px;padding:6px 16px}.monsterinsights-admin-page .monsterinsights-icon-warning{width:48px}.monsterinsights-admin-page .monsterinsights-icon-warning:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-settings-network-notice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:20px;border-bottom:1px solid #d6e2ed;margin-bottom:15px;color:#777}.monsterinsights-admin-page .monsterinsights-settings-network-notice .monsterinsights-bg-img{margin-right:25px}.monsterinsights-admin-page .monsterinsights-settings-network-notice .monsterinsights-network-message{width:100%}.monsterinsights-admin-page .monsterinsights-undo-redo{float:right;margin-top:16px}.monsterinsights-admin-page .monsterinsights-undo-redo button{border:none;background:rgba(0,0,0,0);color:#509fe2;padding:0;margin-left:5px}.monsterinsights-admin-page #monsterinsights-license-key-valid{-webkit-text-security:disc;text-security:disc;-moz-text-security:disc;font-family:text-security-disc;font-size:25px;line-height:1.2;color:#b7c9d9;padding-top:7px}.monsterinsights-admin-page #monsterinsights-license-key-valid::-webkit-input-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.monsterinsights-admin-page #monsterinsights-license-key-valid:-moz-placeholder,.monsterinsights-admin-page #monsterinsights-license-key-valid::-moz-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.monsterinsights-admin-page #monsterinsights-license-key-valid:-ms-input-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.monsterinsights-admin-page .edd-logo,.monsterinsights-admin-page .memberpress-logo,.monsterinsights-admin-page .woocommerce-logo{background:url(../img/woocommerce.png) no-repeat;background-size:contain;width:156px;height:31px}@media (max-width:767px){.monsterinsights-admin-page .edd-logo,.monsterinsights-admin-page .memberpress-logo,.monsterinsights-admin-page .woocommerce-logo{margin-top:18px}}.monsterinsights-admin-page .edd-logo{background-image:url(../img/easy-digital-downloads.png);width:194px}.monsterinsights-admin-page .memberpress-logo{background-image:url(../img/memberpress.png)}.monsterinsights-admin-page .monsterinsights-logos-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;border:1px solid #d6e2ed;margin:40px 50px 60px;padding:25px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-logos-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:20px;margin-right:20px}}.monsterinsights-admin-page .monsterinsights-logos-row .monsterinsights-box-title{font-size:13px;font-weight:700;color:#8aa4b8;position:absolute;background:#fff;padding:0 10px;top:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%}.monsterinsights-admin-page .monsterinsights-upsell{background:#fff;border:1px solid #d6e2ed;text-align:center;margin-top:25px}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell{margin-left:10px;margin-right:10px}}.monsterinsights-admin-page .monsterinsights-upsell h2{font-size:20px;color:#393f4c;margin:36px 0 14px}.monsterinsights-admin-page .monsterinsights-upsell h3{font-size:18px;color:#393f4c;margin:0 0 14px}.monsterinsights-admin-page .monsterinsights-upsell h4{font-size:18px;color:#4c6577;font-weight:400;margin:0;line-height:2}.monsterinsights-admin-page .monsterinsights-upsell p{font-size:14px;color:#4c6577}.monsterinsights-admin-page .monsterinsights-upsell .monsterinsights-upsell-top{padding-left:10px;padding-right:10px}.monsterinsights-admin-page .monsterinsights-upsell-bottom{background:#f7f9fd;border-top:1px solid #d6e2ed;padding:36px 50px 30px;position:relative}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell-bottom{padding-left:20px;padding-right:20px}}.monsterinsights-admin-page .monsterinsights-upsell-bottom .monsterinsights-button-top{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell-bottom .monsterinsights-button-top{min-width:288px}}.monsterinsights-admin-page .monsterinsights-upsell-bottom img{max-width:100%}.monsterinsights-admin-page .monsterinsights-report-ecommerce:after{background-image:url(../img/monsterinsights-report-ecommerce.png)}.monsterinsights-admin-page .monsterinsights-addon-ads,.monsterinsights-admin-page .monsterinsights-addon-amp,.monsterinsights-admin-page .monsterinsights-addon-dimensions,.monsterinsights-admin-page .monsterinsights-addon-eu-compliance,.monsterinsights-admin-page .monsterinsights-addon-forms,.monsterinsights-admin-page .monsterinsights-addon-instant-articles,.monsterinsights-admin-page .monsterinsights-addon-optimize,.monsterinsights-admin-page .monsterinsights-addon-performance,.monsterinsights-admin-page .monsterinsights-addon-scroll{width:48px;padding-top:110%}.monsterinsights-admin-page .monsterinsights-addon-eu-compliance{padding-top:100%}.monsterinsights-admin-page .monsterinsights-addon-eu-compliance:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-ads:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAYAAAA0wZQlAAAFk0lEQVR4nO2dv28bVRzAPz5ZjpM6VKmbhgS1CgSFCWVoYfDUyRKCoSDGtkKCgfwBHZAYOsHQPyATKgplg3YqCE9d8II6hE6NCLVSiOsmbtTaiR3L2Azu2eez3fjH832ffe8jRXLu3t37vu/n/N6755MduHRzm0H5O/WXe9MHwHfAPJAGPgd+dRZ4a/FtX9bhJqBCALQEv0MtaJs0sGD/02/Q41KHE2vgM7zEFcy8a/d8h3K+rMOJMgFwfFAqgh6XOmyUCoDOwakMelzqgIaAs8A6sAdUFfy1Q8V5x6GOPWq5PgsQBN4A/gDmOlRoUEsUuALEgQsW8C0m+RLMAd9YwIfSkfiYjyzglHQUPmYmcOnmdqfBpifK5TK72acUiwWq1dZTBgIBwuFJZqNnCAaDvq7DibJp6G72KYXCYdugAarVKoXCIbt7Gd/X4USZgKOjYlflil2WG+c6nCgTMDER7qpcuMty41yHE2UCZqNnmJycIhAItN0fCASYnJxi9nT/M95xqaPpfKoGYUN/KF8LMvSGESCMESCMESCMESCMESCMESCMESDM4Mt5AxBbnOLq+ZPMTcuEkcmVWb//nGTqUKR+EHwHxBanuHYxKpZ8gLnpINcuRoktTonFICbg6vmTUlW3IBmLmADJK9+NZCxmEBbGCBBGn37gFWxlS+SPKkQmLJaiob6OB/o6dthoLSBfqnD9t916AgHiyxFWYzNdnyOxmWctuQ80Zl46oXUXlEwdNiUfagnN5MpdnyOT+8/xuvvjvEJzAYW2238XvHFSjbZdUL5UYWOn/ZMHyVSBT959re2+jZ0iic0DMrkykQmLJxpe9U60FeBeHogvR0hs5oHaoLqVLbUMqmvJ/XqZUUHbLijx8KD+eika4sqF5rtVd/d0+8GLkUs+aCogkys3Db6xxUkiIYuVhcazOO5x4M6DXP11JGQRX45oOe10o2UX5E7uQalKYjPPiVDjerElLUVDtfuEUqW+bzU2U19g+/LntJazHxstBbTrXjqVW4qGyB9VmrY713Zenw5qLUC7Lsjd/byKxMNan790urmr+eH+czZ2itx+8KLjTEoXtHsHJDYPji/0EnuqurIQJrY4VZ85bewUtU+8jXYCnP3/ykKY6/HZpv35UoXVn9L1Pj+ZKrCyEGY1NsOfO8WmsWAU0K4LijgG2vjyibb74+9EGv9PWPXta5/Ot3y65TyfTp9B2Ig9nHvns7Ntt+dLFbb2SseufB63wrmVLTE3HSQSsrpaDf34+8fdhq4U7S4J93y/E8fN8Z37db4f0K4L8htGgDBiAnS6OZKMRUzA+v3nUlW3IBmLmIBk6pAb97KiV18mV+bGvazok3Gis6Bk6lC08TpgBmFhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhLOCZdBA+Zt8C7kpH4WPuWsDXgJqvgTX0Qgb4ygK2gfeAW8C+aEj+YB/4EXgf+Mf+TPgxtR8V6JrL59Lm+0Yd3Nqeb/9Nr8fQ1yzo8rl0P4eNNf3mpGcBJvmd6Sc3PQlwVWBMNHhiv+hVQtcC2pz4C2fFPuZfaj9xWKcXCYM8mPULrb80NxQepZ/1NeC/OX+qr4HRS7RfiniU7v9GfZBjvUJrASoSqLsEbQWoTJzOErQUMIyE6SpBOwHDTJSOErQS4EWCdJOgjQAvE6OTBC0ESCREFwniAiQToYMEUQE6JEA6BjEB0g13IhmLiACdkm8jFZPnAnRMvo1EbJ4K0Dn5Nl7H6JmAUUi+jZexeiJglJJv41XMQxcwism38SL2oQoY5eTbDLsNQxMwDsm3GWZbhiJgnJJvM6w2KRcwjsm3GUbblAoY5+TbqG6jMgF+SL6NyrYqEeCn5NuoavPAAvyYfBsVbf8f9GGopiPk4XgAAAAASUVORK5CYII=)}.monsterinsights-admin-page .monsterinsights-addon-amp:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-instant-articles:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-forms:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAYAAAA0wZQlAAABtElEQVR4nO3boW7WABRA4dMGMQsTvyAjQWDQGy+A45FAM14EHmE4XoAEW4NY0mHWZPwWBxaB2BKak6bnk03FTU+uuUmHaV4AzoD3wBvglKzpDvgMvANuhmlengLfgIM61v7cAucj8IE+vuEAXA7TvNwBT+xpduo40sc3PR7tCfauALICyAoge3Sfl6bv12vP8SAvXzz/5/OtzPm3NkBWAFkBZAWQFUA2TPPy2x5iz9oAWQFkBZAVQFYAWbegFXUL2oACyAogK4CsALJuQbI2QFYAWQFkBZAVQLbJW9BWdAvagALICiArgKwAsm5BsjZAVgBZAWQFkBVA1i1oRd2CNqAAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKz/hGVtgKwAsgLICiArgOxe/wm//fJr7Tke5PL1iT3Cf9MGyAogK4CsALICyAogK4Csa6isDZAVQFYAWQFkI/DTHmLHjiNwZU+xY1fDNC/PgK/AwZ5mZ26B8xGYgQvgI3BUR9qHI/AJeAX8+AOC40aexB/2CwAAAABJRU5ErkJggg==)}.monsterinsights-admin-page .monsterinsights-addon-optimize{padding-top:100%}.monsterinsights-admin-page .monsterinsights-addon-optimize:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAABeCAYAAABFEMhQAAAFNUlEQVR4nO2dzavcVBiHn5Pb1lo/UBFxIbiQCq7EpVioxYUIBTfd+B/oX6CIuHCrLgXFlSjuBIsLRRDd6MKFiovupKj4QatW7+39mOQkx0UmMyfJSWaSnJN0Ou8Dl7mTTM7JfX7JyZtMZq668N5lRuI48CzwPPA4cGqsjifmD+Ai8C7wnT1DjST/LPA5cGKMzm5gvgeeBHYBohE6fA74ChEP8Bj5nnAXhJf/IPBh4D42jVPAt4AKLf+DwO1vKqeBp0LKj4AzAdvfdF4JKX8nYNs3A2dF/oSMUe0IDYj8CRH5E6Iu/XK1NOHVL6/7avskcOirsZuR2pb/2rnbp1iPraS25dsM3Atky19B65gve0FYVh5wJYBwrFXtSABhWLvUlAD806nOlwD80vkkSwLwR68zXAnAD70vL0gAwxl0bUcCGMbgC2sSQH+8XNWUAPrh7ZKyBNAdr9fzJYBueH8zRQJYnyDvZEkA63GsZZ6a//Ti9D07J366lvZdfFQyM02/1TdTbgVeBF4CbplkjSbg5U9+5thtd49wA18Ze8t/lPwewq27odVkKcnuFY7fed+oARQ9PQz8wBaKLzBpQrJ7BUw2Wp/R/Ofr0Xq8gRk7gAh4Grh3lN42AJMmJHtXRwkgAl4I3suGYXQ8SgARcC5oDxuK0Ql676+gAUSAnBHVUKDyIUhf/xtMmBMBuVezRvm80ugYvf9PkABEfgm1eFCL31WwAER+lYr4IhCjY/TBNa8BiPwFyiHenp3vAenhf4CfAEQ+823bKb7yXCkyPSM98BOAyAdQail+OXExr/RIPgSlB7sMDUDkV7HG+drQw3zvUAqTxqSHwwIQ+TZN4ue/F+ILjE5Ij/p/hkHkF9jia9Pr4hcnYjomm/ULQOQDpiq+Ms47jwfFURrIklmvAEQ+le29SbxdAanKUkqR6Zhstt+pX5Fv46hsys9VfWSyQjJpQhYfrN2dyIe8YHGIL4/zlfHeeq09LBkdk8XrfQ5Q5ENrSVk8Wz6sHpZMGpMlRyu7Ffk2jZUNTvHV5exhyegYk8xauxP5BStKSpf41mFJQZbGGN0cgMgHCnGrSsrynJZhabFMfhA2Onb2KvKh+aKao6TMp7QMS46wmgIQ+Ta9xKsG8Wr+svy5yTQmTUrdifwC59hdntc6LJXP1Erii+VNmpQCEPmAvbUuH3qc6c7HeVWbvpxvshSTaaD9LuXtpFNJWQ3LIb60TLEHaEDJlr+kT0mJQ7w9ry5+0V6mRT6Qi+ki3lFSLhdxDE92V9ZyIp9llV+fvk5JWR3zcYRlV0rL6SIfGFZS4qxs3O2VZ4l8m4G1fH0Zl/jla0U+zMf8NWr5yvS2ktLdXjkkkW+xspbvWFJaDVMVD/wp8qs0vWvVQ3z1AFsKxZjXRT6Qa2qq5ZtKymL26pKy3p3KMj17R+QX+KjlG0rK0muVAmPOA/siH1zHUtoOtPnDqpKyUfwF4FOQA24FnyUl1de+n8WH9wMfFRPkwhqwc/KOkP9owZg0cd7QKfJzxvvks4UMO0z3LSkif84UAYh8i7EDEPkVxgxA5DsYKwCR38AYAYj8FkIHIPJXEDIAkb8GoQIQ+WsSIgCR3wHfAYj8jvgMQOT3wFcAEfCrl5a2DB8BRMDHw1dlo+n99w8NIALeHtTC5vPmkIWHBBABl4AvhqzABvMjHr7QtW8AxQH3PPDb0JXYMP4FzuDra6N6UMg/Ah4CPptqRUbmG+ABYG/KlbBLzRnwDPAI8AZweZI1CsfvwFvk35b+BNDtWyoC8D/ypjW2YaKvCQAAAABJRU5ErkJggg==)}.monsterinsights-admin-page .monsterinsights-addon-dimensions{padding-top:105%}.monsterinsights-admin-page .monsterinsights-addon-dimensions:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-performance{padding-top:105%}.monsterinsights-admin-page .monsterinsights-addon-performance:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-scroll{padding-top:105%}.monsterinsights-admin-page .monsterinsights-addon-scroll:after{background-image:url(../img/icon-scroll-tracking.png)}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell{padding-bottom:35px}@media (max-width:767px){.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell{padding-left:10px;padding-right:10px;line-height:1.2}}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell h3{color:#4c6577;font-size:18px;font-weight:400;margin-top:33px;margin-bottom:14px}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell h2{font-size:18px;margin-top:0}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell .monsterinsights-coupon{color:#509fe2;border:1px dashed #509fe2;padding:7px;margin:0 7px;vertical-align:middle;line-height:1}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell .monsterinsights-features{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-flow:wrap;flex-flow:wrap;margin:30px auto 25px;max-width:525px}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell .monsterinsights-features span{display:block;width:33%;color:#393f4a;font-size:14px;text-align:left;margin:10px 0}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell .monsterinsights-features span:before{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAj0lEQVQ4je2U0QmAIBCGv8QFXKEVapDGaYS2aJFGqBV8aAFX6EHB8OHOIIjA70nx/ED577ppPVHogR1wQABGwEsXjGZMUpfWLu1FaqSPadKfSC0xIlJMBmVf4i052LUsynkwD4U1OENsvTcJltjL2p/enzwDh1DvLXE4iAOi4AA2qeA/OW3Sb6Se3CCBivhdiyQVWMKC0oMAAAAASUVORK5CYII=);width:11px;height:11px;background-size:contain;display:inline-block;margin-right:12px}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .settings-input-license p{color:#444}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .settings-input-license p a{color:#509fe2}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-smile{display:inline-block;width:16px;height:16px;padding:0;vertical-align:middle}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-smile:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADB0lEQVRYhc2X30tTYRjHP+dMU5dTxxRLS1hkDUTNNUGELiTQmyYDL8rr6Bd01UVgf0CBF10FWuG1eRGIu8obLwIRtlabFQOliTlLVDY3nb87XZyztc2d7SBb+r17z/O8z/N93/O+z/N9BTRCcttNgAPoAloAM1CumDeBAOADpoBxweZc1xJX0JC4BRgA+oBijXz3gffAC8Hm9B2LgOS2G4BB4IEWomphgNfAU8HmjGomILntTcA4cPmYidMxDzgEm/NbTgKS294BfAAq8pQ8jgjQI9icM6oElJVPFyB5MonO5J1IEFD+uYf8bbsa5gFr/EyISYbB/5AcJcdgfCBA4qp9IctpD0d2MJw9g04nqrkAcHj4h+jWHlUVpdncJOCaYHP6ipQPA2rJJQlGxjy4vEGqjXqe3O/EVFWWMep6eJuXb6ZZC8Vob63n7m0rQuYlCUrOflGpcH1qVGf9K7i8QQDWQjEmJv2qy5qY9LMWigHg8gaZ9a+o+gJ9kttuEpHLq2qF+/EzlDpeDKl4HrWlz01DMeAQkWv7SaFLRG4sqrh00Zg6bjCqeB61pc/NgBYRuaupotlSS3trPQDVRj293RZV395uC9VGPQDtrfU0W2pzETALktsu5fKCvF/DBIpyu8jQGlCnEzX7glwJNzV75x+bIrKSOSkERGQZdVLwicgaLitc3iALS2HNUReWwonqmQNTRcjKZ4gs1XBlbYuRMQ/Xm+voaLtAo9lEaUnq+d3ZPWAusM7M5yU+zS5z6+bVXMn3gfF4NxwF7qh57u4d8PzVR36v/juvlYZS9GUy59j2PhvRnYTtXE05zx7foORM1kv2TrA5+zW3443oDm9HPcwFsqvtRrOJe/1WKg3a2nGyIhoCHmaNDnyfW8Xz9ReLyxtEorsAVBhKaKirpK3pPE1XanKFABgWbM5HcJokmfLBgSwcC4UIsjxPvBFSCruiVnsKRCIuy1PeBkc6i6LbO5G3Kl+YR5bjM+mGjK1NYWkFhpFP7HEhKTGsmV5FcJofpxmIFOR5/hdt5RGc1JOx/AAAAABJRU5ErkJggg==)}.monsterinsights-admin-page .monsterinsights-settings-license-lite .inline-field button{margin-left:0}
lite/assets/vue/css/settings.rtl.css CHANGED
@@ -1 +1 @@
1
- .monsterinsights-dark[data-v-3c95badc],.monsterinsights-dark[data-v-07b86e9b],.monsterinsights-dark[data-v-778d6219]{display:block}.monsterinsights-addons-navbar h1{display:inline-block;font-size:16px;line-height:48px;font-weight:400;margin:0;color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px;width:258px;position:relative}@media (max-width:750px){.monsterinsights-addons-navbar .monsterinsights-addons-filters{width:calc(100vw - 200px)}}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]{height:28px;margin-left:0;padding-right:10px;padding-left:28px;font-size:14px;border-color:#d6e2ed}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]::-webkit-input-placeholder{color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]:-moz-placeholder,.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]::-moz-placeholder{color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]:-ms-input-placeholder{color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters>i{position:absolute;left:10px;top:5px;z-index:10;color:#b7c9d9}.monsterinsights-addon-not-available .monsterinsights-addon-status span,.monsterinsights-addon-not-installed .monsterinsights-addon-status span{color:#777}.monsterinsights-addon-inactive .monsterinsights-addon-status span{color:#d4393d}.monsterinsights-addon-active .monsterinsights-addon-status span{color:#64bfa5}#monsterinsights-addons{width:770px}@media (max-width:782px){#monsterinsights-addons{width:100%}}#monsterinsights-addons .monsterinsights-addons-area{margin:0 10px}#monsterinsights-addons .monsterinsights-addon-active .monsterinsights-button,#monsterinsights-addons .monsterinsights-addon-inactive .monsterinsights-button,#monsterinsights-addons .monsterinsights-addon-not-available .monsterinsights-button{background:#f9fbff;border-color:#d6e2eb;color:#8ba4b7}#monsterinsights-addons .monsterinsights-addon-active .monsterinsights-button:focus,#monsterinsights-addons .monsterinsights-addon-active .monsterinsights-button:hover,#monsterinsights-addons .monsterinsights-addon-inactive .monsterinsights-button:focus,#monsterinsights-addons .monsterinsights-addon-inactive .monsterinsights-button:hover,#monsterinsights-addons .monsterinsights-addon-not-available .monsterinsights-button:focus,#monsterinsights-addons .monsterinsights-addon-not-available .monsterinsights-button:hover{background:#fff;border-color:#c4d6e2}#monsterinsights-addons .monsterinsights-addons-no-results{margin-top:25px;padding:0 10px}#monsterinsights-addons .monsterinsights-addons-no-results p{font-size:16px}#monsterinsights-addons .monsterinsights-addons-no-results>div{visibility:hidden;-webkit-animation:loadMonsterInsightsSettingsNoJSView 0s 2s forwards;animation:loadMonsterInsightsSettingsNoJSView 0s 2s forwards}.monsterinsights-path-addons .monsterinsights-navigation-bar{padding-right:10px;padding-left:10px;background:#fff;border-top:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-path-addons .monsterinsights-navigation-bar .monsterinsights-container,.monsterinsights-path-addons .monsterinsights-navigation-bar .monsterinsights-main-navigation.monsterinsights-main-navigation-open{padding:0}.monsterinsights-addons-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:25px}.monsterinsights-addons-list .monsterinsights-addon{width:calc(50% - 12.5px);border:1px solid #d6e2ed;position:relative;background:#fff;padding:0 0 72px;margin-bottom:25px}@media (max-width:782px){.monsterinsights-addons-list .monsterinsights-addon{width:100%}}.monsterinsights-addons-list .monsterinsights-addon h3{color:#393f4c;margin:0 0 -5px;font-size:15px}.monsterinsights-addons-list .monsterinsights-addon .monsterinsights-addon-excerpt{color:#777;font-weight:400;margin:10px 0 0;font-size:14px}.monsterinsights-addons-list .monsterinsights-addon-top{padding:20px 24px;display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-addons-list .monsterinsights-addon-image{border:1px solid #d6e2ed;width:74px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-item-align:start;align-self:start;margin-left:20px}.monsterinsights-addons-list .monsterinsights-addon-image img{display:block;max-width:100%}.monsterinsights-addons-list .monsterinsights-addon-message{position:absolute;bottom:0;background:#f9fbff;border-top:1px solid #d6e2ed;right:0;left:0}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-interior{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-addon-status{font-weight:700;font-size:13px;color:#393f4c}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-addon-action{-ms-flex-item-align:end;align-self:flex-end}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-button{padding-bottom:7px;padding-top:9px;min-width:120px;line-height:1}.monsterinsights-addons-list .monsterinsights-addon-upgrade{text-align:center;width:100%}#request-filesystem-credentials-dialog[data-v-496d2653]{display:block}.monsterinsights-file-input{margin-bottom:20px}.monsterinsights-tools .monsterinsights-dark{margin-bottom:5px;display:block}.monsterinsights-tools-url-builder p .monsterinsights-info{margin-right:0}.monsterinsights-tools-url-builder .monsterinsights-input-text{margin-bottom:20px}.monsterinsights-required{color:#d4393d}textarea:-moz-read-only{background-color:#f9fbff}textarea:read-only{background-color:#f9fbff}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-tools-info-row p{margin-top:0}.monsterinsights-tools-info-row{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-tools-info-row .monsterinsights-tools-info-label{width:230px;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-tools-info-row .monsterinsights-tools-info-description p{margin-bottom:5px}@media (max-width:782px){.monsterinsights-tools-info-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a{color:#777}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a:focus,.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a:hover{color:#393f4c}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info i{margin-left:10px;color:#b6c9da}.monsterinsights-about-block{padding:25px;background:#fff;border:1px solid #d6e2ed;margin-top:20px;margin-right:20px;margin-left:20px}.monsterinsights-about-block h3{color:#393f4c;font-size:18px;margin:0 0 20px;line-height:1.4}.monsterinsights-about-block p{font-size:16px}.monsterinsights-about-block:after{content:"";display:table;clear:both}div[class*=" monsterinsights-path-about-"] .monsterinsights-container,div[class^=monsterinsights-path-about-] .monsterinsights-container{width:100%}div[class*=" monsterinsights-path-about-"] .monsterinsights-header,div[class*=" monsterinsights-path-about-"] .monsterinsights-navigation-bar,div[class^=monsterinsights-path-about-] .monsterinsights-header,div[class^=monsterinsights-path-about-] .monsterinsights-navigation-bar{padding-right:20px;padding-left:20px}@media (max-width:782px){div[class*=" monsterinsights-path-about-"] .monsterinsights-header,div[class*=" monsterinsights-path-about-"] .monsterinsights-navigation-bar,div[class^=monsterinsights-path-about-] .monsterinsights-header,div[class^=monsterinsights-path-about-] .monsterinsights-navigation-bar{padding-right:0;padding-left:0}}div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list,div[class^=monsterinsights-path-about-] .monsterinsights-addons-list{padding:0 20px}div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list .monsterinsights-addon,div[class^=monsterinsights-path-about-] .monsterinsights-addons-list .monsterinsights-addon{width:calc(33.3333% - 12.5px)}@media (max-width:782px){div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list .monsterinsights-addon,div[class^=monsterinsights-path-about-] .monsterinsights-addons-list .monsterinsights-addon{width:100%}}div[class*=" monsterinsights-path-about-"] .monsterinsights-addon-image,div[class^=monsterinsights-path-about-] .monsterinsights-addon-image{min-height:74px;padding:5px;display:-webkit-box;display:-ms-flexbox;display:flex;height:74px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}div[class*=" monsterinsights-path-about-"] .monstericon-star:before,div[class^=monsterinsights-path-about-] .monstericon-star:before{color:#fdb72c}.monsterinsights-lite-vs-pro-header{text-align:center}.monsterinsights-lite-vs-pro-header h1{font-size:22px;margin:0 0 15px}.monsterinsights-features-table{width:100%;border-collapse:collapse;border-top:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-features-table td,.monsterinsights-features-table th{width:33.33333%;border-bottom:1px solid #d6e2ed;padding:20px;vertical-align:top}.monsterinsights-features-table td p,.monsterinsights-features-table th p{margin:0}.monsterinsights-features-table th{background:#f0f0f0;text-align:right;border-left:none}.monsterinsights-features-table td p>span{display:block;margin-right:30px}.monsterinsights-features-full:before,.monsterinsights-features-none:before,.monsterinsights-features-partial:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\F021";font-size:20px;margin-left:10px;color:#d4393d}.monsterinsights-features-partial:before{opacity:.5}.monsterinsights-features-full:before{content:"\F015";color:#4ab99b}.monsterinsights-lite-vs-pro-footer{padding:50px 20px 30px;text-align:center}.monsterinsights-lite-vs-pro-footer h3{margin-bottom:10px}.monsterinsights-lite-vs-pro-footer p{margin-bottom:0}.monsterinsights-lite-vs-pro-footer a{color:#509fe2}.monsterinsights-lite-vs-pro-footer a:focus,.monsterinsights-lite-vs-pro-footer a:hover{color:#393f4c}.monsterinsights-lite-vs-pro-footer.monsterinsights-small{padding:0;text-align:right}.monsterinsights-lite-vs-pro-footer.monsterinsights-small h3{margin-bottom:5px}.monsterinsights-lite-vs-pro-footer.monsterinsights-small p{margin-top:0}.monsterinsights-two-column{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-two-column>div{width:50%}.monsterinsights-list-check ul{margin:0}.monsterinsights-list-check li{font-size:16px;margin-top:10px;padding-right:30px;position:relative}.monsterinsights-list-check li:first-child{margin-top:0}.monsterinsights-list-check li:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\F015";font-size:20px;margin-left:10px;color:#5cc0a5;position:absolute;right:0;top:0}.monsterinsights-about-docs-row:after{display:table;clear:both;content:""}.monsterinsights-about-docs-image{width:270px;float:right;margin-left:20px}.monsterinsights-about-docs-1:after,.monsterinsights-about-docs-2:after,.monsterinsights-about-docs-3:after,.monsterinsights-about-docs-4:after{background-image:url(https://via.placeholder.com/532x400?text=Docs)}.monsterinsights-about-page-right-image{float:left;width:40%;text-align:center;margin:0 20px 0 0}@media (max-width:782px){.monsterinsights-about-page-right-image{width:100%;float:none;margin:0 0 20px}}.monsterinsights-about-page-right-image img{width:100%}.monsterinsights-about-page-right-image figcaption{color:#999797;margin-top:5px}.monsterinsights-about-page-right-image iframe{max-width:100%}.monsterinsights-dark[data-v-7dd26406]{display:block}button[data-v-44066e62]{margin-top:3px}.monsterinsights-dark[data-v-33024a0a]{display:block}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;left:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;right:50%;margin:-8px -8px 0 0;width:16px;height:16px;border-radius:100%;border:2px solid rgba(0,0,0,0);border-top-color:#b7c9d9;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0);box-shadow:0 0 0 1px rgba(0,0,0,0)}.multiselect__spinner:before{-webkit-animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation:a 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation:a 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:right;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-right-radius:0;border-bottom-left-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-right-radius:0;border-top-left-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 5px 0 0;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-right:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:9px 8px 0 40px;border-radius:5px;border:1px solid #b8c9d8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:2px 20px 2px 8px;border-radius:5px;margin-left:10px;color:#393f4c;line-height:1;background:#f3f6ff;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;border:1px solid #b7c9d9;font-size:14px}.multiselect__tag.monsterinsights-tag-forced{padding-right:8px}.multiselect__tag.monsterinsights-tag-forced i{display:none}.multiselect__tag-icon{cursor:pointer;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#b7c9d8;font-size:18px;margin-top:-4px;display:block}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#444}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 12px 0 30px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{display:none}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #b7c9d9;border-top:none;border-bottom-right-radius:5px;border-bottom-left-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-top-left-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:10px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap;font-size:14px}.multiselect__option:after{top:0;left:0;position:absolute;line-height:40px;padding-left:12px;padding-right:20px;font-size:13px}.multiselect__option--highlight{background:#acbdc9;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#acbdc9;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:left}[dir=rtl] .multiselect__select{left:auto;right:1px}[dir=rtl] .multiselect__tags{padding:8px 40px 0 8px}[dir=rtl] .multiselect__content{text-align:left}[dir=rtl] .multiselect__option:after{left:auto;right:0}[dir=rtl] .multiselect__clear{left:auto;right:12px}[dir=rtl] .multiselect__spinner{left:auto;right:1px}@-webkit-keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-2turn);transform:rotate(-2turn)}}@keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-2turn);transform:rotate(-2turn)}}.update-nag{display:none}.monsterinsights-admin-page{min-height:100vh;font-size:14px}.monsterinsights-admin-page a{color:#509fe2}.monsterinsights-admin-page a:focus,.monsterinsights-admin-page a:hover{color:#393f4c}.monsterinsights-admin-page .monsterinsights-container{margin:0 auto;max-width:100%;width:750px}.monsterinsights-admin-page .monsterinsights-separator{background:#d6e2ed;display:block;height:1px;margin:25px 0}.monsterinsights-admin-page .monsterinsights-settings-content{margin-right:auto;margin-left:auto;max-width:750px}@media (min-width:783px) and (max-width:790px){.monsterinsights-admin-page .monsterinsights-settings-content{padding:0 10px}}.monsterinsights-admin-page input.monsterinsights-has-error{border-color:red}.monsterinsights-admin-page .monsterinsights-button{background:#509fe2;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none}.monsterinsights-admin-page .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary{background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green{background:#5cc0a5;border-color:#40a88d;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:hover{background-color:#4ab99b;border-color:#39967e;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-red{background:#ea4e64;border-color:#d21933;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-admin-page input[type=number],.monsterinsights-admin-page input[type=text],.monsterinsights-admin-page textarea{border:1px solid #b7c9d9;border-radius:3px;font-size:14px;padding:9px 15px;width:100%;-webkit-box-shadow:none;box-shadow:none;height:40px;margin:0;color:#444}.monsterinsights-admin-page input[type=number]::-webkit-input-placeholder,.monsterinsights-admin-page input[type=text]::-webkit-input-placeholder,.monsterinsights-admin-page textarea::-webkit-input-placeholder{color:#b7c9d9}.monsterinsights-admin-page input[type=number]:-moz-placeholder,.monsterinsights-admin-page input[type=number]::-moz-placeholder,.monsterinsights-admin-page input[type=text]:-moz-placeholder,.monsterinsights-admin-page input[type=text]::-moz-placeholder,.monsterinsights-admin-page textarea:-moz-placeholder,.monsterinsights-admin-page textarea::-moz-placeholder{color:#b7c9d9}.monsterinsights-admin-page input[type=number]:-ms-input-placeholder,.monsterinsights-admin-page input[type=text]:-ms-input-placeholder,.monsterinsights-admin-page textarea:-ms-input-placeholder{color:#b7c9d9}.monsterinsights-admin-page input[type=number].monsterinsights-has-error,.monsterinsights-admin-page input[type=text].monsterinsights-has-error,.monsterinsights-admin-page textarea.monsterinsights-has-error{border-color:#d83638}.monsterinsights-admin-page input[type=text]:-moz-read-only{background:#fff;color:#b7c9d9}.monsterinsights-admin-page input[type=text]:read-only{background:#fff;color:#b7c9d9}.monsterinsights-admin-page textarea{height:150px}.monsterinsights-admin-page label{width:100%;font-size:14px;display:inline-block;color:#777;margin:2px 0 17px}.monsterinsights-admin-page .inline-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights-admin-page .inline-field input{width:100%}.monsterinsights-admin-page .inline-field .monsterinsights-button{margin-right:10px;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-admin-page .monsterinsights-error{margin:18px 0 0;color:#d83638;cursor:default}.monsterinsights-admin-page .monsterinsights-error i{margin-left:10px}.monsterinsights-admin-page .monsterinsights-license-type-text{color:#777;font-weight:700;margin-top:16px}.monsterinsights-admin-page .monsterinsights-license-type-text a{color:#777;font-weight:400}.monsterinsights-admin-page .monsterinsights-dark{color:#444;text-transform:capitalize;font-weight:700}.monsterinsights-admin-page .monsterinsights-settings-block{background:#fff;border:1px solid #d6e2ed;margin:25px 0}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block{margin-right:10px;margin-left:10px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-title{border-bottom:1px solid #d6e2ed;padding:16px 25px;font-weight:500;font-size:14px}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-title{padding-right:15px;padding-left:15px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content{padding:25px}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content{padding-right:15px;padding-left:15px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content p{font-size:14px;color:#777;margin-top:-5px}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content p a{color:inherit}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade{padding:25px 22px 25px 25px;margin:-25px;border-right:3px solid #64bfa5}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade{padding-right:15px;padding-left:15px;margin:-25px -15px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade.monsterinsights-settings-addon-disabled{border-right-color:#f5c953;padding-top:15px;padding-bottom:15px}.monsterinsights-admin-page .monsterinsights-settings-input-radio input{opacity:0;position:absolute}.monsterinsights-admin-page .monsterinsights-settings-input-radio label{color:#444;font-size:14px}.monsterinsights-admin-page .monsterinsights-settings-input-radio label small{font-size:14px;color:#777;font-weight:400}.monsterinsights-admin-page .monsterinsights-settings-input-radio label>span{vertical-align:middle;font-weight:500}.monsterinsights-admin-page .monsterinsights-settings-input-radio label:last-child{margin-bottom:0}.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio{width:20px;height:20px;border:1px solid #b2c1cd;position:relative;display:inline-block;border-radius:50%;margin-left:16px}.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked{border-color:#509fe2}.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked:after{right:2px;left:2px;top:2px;bottom:2px;position:absolute;content:"";background:#509fe2;display:block;border-radius:50%}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label{color:#444;font-size:14px;margin:0}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux{cursor:default}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox{background-color:#dee5e9}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#b9d8f3}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label input{display:none}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label>span{vertical-align:middle}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label:last-child{margin-bottom:0}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox{width:27px;height:18px;position:relative;display:inline-block;border-radius:10px;margin-left:9px;background-color:#acbdc9}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#509fe2}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked:after{left:2px;right:auto}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox:after{right:2px;top:2px;bottom:2px;width:14px;position:absolute;content:"";background:#fff;display:block;border-radius:50%}.monsterinsights-admin-page .monsterinsights-info{color:#b6c9da;margin-right:10px;cursor:help}.monsterinsights-admin-page .monsterinsights-settings-input-repeater .monsterinsights-error{margin-top:0;margin-bottom:18px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-labels label{color:#393f4c;font-weight:700;margin-bottom:6px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:18px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row input,.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row select{margin-left:18px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row button{padding:0;border:none;background:rgba(0,0,0,0);color:#dc3232;cursor:pointer}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row input[type=number]{width:30%}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row select{width:70%}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row.monsterinsights-disabled-row{opacity:.5}.monsterinsights-admin-page .monsterinsights-dimensions-count{color:#777;font-style:italic;font-size:14px}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-settings-input-repeater-labels label{margin-bottom:0;width:auto}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-settings-input-repeater-labels label:first-child{width:calc(70% - 20px)}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-button{margin-left:25px}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-error{margin:0 0 20px}.monsterinsights-admin-page .monsterinsights-settings-input-select .monsterinsights-dark{margin-bottom:5px}.monsterinsights-admin-page .monsterinsights-settings-input-select label{margin-top:-4px}.monsterinsights-admin-page .monsterinsights-collapsible .monsterinsights-collapsible-content{padding-right:30px}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-collapsible .monsterinsights-collapsible-content{padding-right:15px}}.monsterinsights-admin-page .monsterinsights-collapsible>p{margin-top:0}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible{color:#b7c9d9;float:left;font-size:22px;padding-right:20px}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible:hover{color:#393f4c}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible:focus{outline:none}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible i{cursor:pointer}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights-dark{display:block;margin-bottom:9px}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate label{margin-top:0;margin-bottom:4px}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate p{margin:0}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights- -ua,.monsterinsights-admin-page .monsterinsights-settings-input-authenticate button{margin-top:14px}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights-manual-ua+.monsterinsights-error{margin-top:15px}.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions{margin-top:18px}.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions .monsterinsights-button{margin-left:20px;margin-top:0}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions .monsterinsights-button{margin-bottom:10px}}.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-settings-input-toggle-collapsible{margin-top:12px}.monsterinsights-admin-page .monsterinsights-auth-manual-connect-paragraph{padding-top:5px}.monsterinsights-admin-page .monsterinsights-auth-manual-connect-text{color:#999797;font-size:12px;text-decoration:none}.monsterinsights-admin-page .monsterinsights-auth-manual-connect-text:hover{text-decoration:underline}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-upgrade-icon{margin-left:25px}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-settings-addon-message{margin-left:25px;width:100%}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-button{font-size:12px;padding:6px 16px}.monsterinsights-admin-page .monsterinsights-icon-warning{width:48px}.monsterinsights-admin-page .monsterinsights-icon-warning:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-settings-network-notice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:20px;border-bottom:1px solid #d6e2ed;margin-bottom:15px;color:#777}.monsterinsights-admin-page .monsterinsights-settings-network-notice .monsterinsights-bg-img{margin-left:25px}.monsterinsights-admin-page .monsterinsights-settings-network-notice .monsterinsights-network-message{width:100%}.monsterinsights-admin-page .monsterinsights-undo-redo{float:left;margin-top:16px}.monsterinsights-admin-page .monsterinsights-undo-redo button{border:none;background:rgba(0,0,0,0);color:#509fe2;padding:0;margin-right:5px}.monsterinsights-admin-page #monsterinsights-license-key-valid{-webkit-text-security:disc;text-security:disc;-moz-text-security:disc;font-family:text-security-disc;font-size:25px;line-height:1.2;color:#b7c9d9;padding-top:7px}.monsterinsights-admin-page #monsterinsights-license-key-valid::-webkit-input-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.monsterinsights-admin-page #monsterinsights-license-key-valid:-moz-placeholder,.monsterinsights-admin-page #monsterinsights-license-key-valid::-moz-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.monsterinsights-admin-page #monsterinsights-license-key-valid:-ms-input-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.monsterinsights-admin-page .edd-logo,.monsterinsights-admin-page .memberpress-logo,.monsterinsights-admin-page .woocommerce-logo{background:url(../img/woocommerce.png) no-repeat;background-size:contain;width:156px;height:31px}@media (max-width:767px){.monsterinsights-admin-page .edd-logo,.monsterinsights-admin-page .memberpress-logo,.monsterinsights-admin-page .woocommerce-logo{margin-top:18px}}.monsterinsights-admin-page .edd-logo{background-image:url(../img/easy-digital-downloads.png);width:194px}.monsterinsights-admin-page .memberpress-logo{background-image:url(../img/memberpress.png)}.monsterinsights-admin-page .monsterinsights-logos-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;border:1px solid #d6e2ed;margin:40px 50px 60px;padding:25px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-logos-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:20px;margin-left:20px}}.monsterinsights-admin-page .monsterinsights-logos-row .monsterinsights-box-title{font-size:13px;font-weight:700;color:#8aa4b8;position:absolute;background:#fff;padding:0 10px;top:0;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);right:50%}.monsterinsights-admin-page .monsterinsights-upsell{background:#fff;border:1px solid #d6e2ed;text-align:center;margin-top:25px}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell{margin-right:10px;margin-left:10px}}.monsterinsights-admin-page .monsterinsights-upsell h2{font-size:20px;color:#393f4c;margin:36px 0 14px}.monsterinsights-admin-page .monsterinsights-upsell h3{font-size:18px;color:#393f4c;margin:0 0 14px}.monsterinsights-admin-page .monsterinsights-upsell h4{font-size:18px;color:#4c6577;font-weight:400;margin:0;line-height:2}.monsterinsights-admin-page .monsterinsights-upsell p{font-size:14px;color:#4c6577}.monsterinsights-admin-page .monsterinsights-upsell .monsterinsights-upsell-top{padding-right:10px;padding-left:10px}.monsterinsights-admin-page .monsterinsights-upsell-bottom{background:#f7f9fd;border-top:1px solid #d6e2ed;padding:36px 50px 30px;position:relative}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell-bottom{padding-right:20px;padding-left:20px}}.monsterinsights-admin-page .monsterinsights-upsell-bottom .monsterinsights-button-top{position:absolute;top:0;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell-bottom .monsterinsights-button-top{min-width:288px}}.monsterinsights-admin-page .monsterinsights-upsell-bottom img{max-width:100%}.monsterinsights-admin-page .monsterinsights-report-ecommerce:after{background-image:url(../img/monsterinsights-report-ecommerce.png)}.monsterinsights-admin-page .monsterinsights-addon-ads,.monsterinsights-admin-page .monsterinsights-addon-amp,.monsterinsights-admin-page .monsterinsights-addon-dimensions,.monsterinsights-admin-page .monsterinsights-addon-eu-compliance,.monsterinsights-admin-page .monsterinsights-addon-forms,.monsterinsights-admin-page .monsterinsights-addon-instant-articles,.monsterinsights-admin-page .monsterinsights-addon-optimize,.monsterinsights-admin-page .monsterinsights-addon-performance{width:48px;padding-top:110%}.monsterinsights-admin-page .monsterinsights-addon-eu-compliance{padding-top:100%}.monsterinsights-admin-page .monsterinsights-addon-eu-compliance:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAABfCAYAAACOTBv1AAAHTUlEQVR4nO1dsXIbNxB9VtKk8GTYpnBBfkAKuUxptu6UVJ40GekTqE+QPkFs3ZmTLp2Z0jMpzMZFOrFI4VI3njTukgJACJ5xh93FLqBT9GZupCHvDuDDHrB4i8U9+fX3PzBhnALoAOxbV0SCk9YVKMApgPf+mDWuiwhTJn/l/84AnLWsiBRTJX+OY8JXQyfeZ0yN/DmAFwBuEp9fwXVFk+mCnkxgwJ0DeOP/UontAOwALK0qpYGalh+sVnId16Jngmvgr5kzrxGjJvlv/XHKvG4L4JJ5TQfgR/+XiureUy3yVzhYlGRwvAa9AQLxW2YZ1b2nWuSfR/+fQfZoX/sjBwnxTbwna/LnOLb6gKvEZxRQZrKcrqap96RN/gzOM3kP4B8At3A/oo8z/1045y1ojUEZL3L3mfv63UVlpxyBVXTenT9PFdrkh8eXM6gG66P0s31iU1aeK7um9zQKbfJ34HsmALABrT8PxHa+nIU/1tE5Ocuv5T1l8dVPP/+ieT8AeAfgM+g+/Qbuh1Ew8/cPg+pnOEJ+A/AawDf+/z8V6yj1nrKwnOGukO7vY2zRdhZ6hbxns4QB8YCtt7NTOscS2t4TC5bkUwZd7mxXGxrekxiW5FMqXU1HIZYv8Z7EqGX5oW9PeSYtJWAN70mMr61uDOfFdHAuZDxgXfjPruCIN+tTCQgkX0f16HCo4wpGgy0g83bm/jCr1AQhCuRLLD9IAc9RwVt5/dd3AIBXzz5+8VmM+PvKCFJ0B9dlkZ9kLvl9aZg6OWKjT3CKcMr3FRqlL0WvR849ArfbucXxALSAwZqZHNESGDXCHI6TgD0cJyRQvR1taXgQFsQb3FdFih6y/Jm/cVAAKdj74wKCp8GK9BSET4F6IH/I8q2l4SPUJL6gPHUpeoh8a2kYgCOhNvFx2UyoS9Fj3k4gMadMBpCk4VZkp5ByYzPgcJKVonN6PlX33gJ4mauNIvFxt9ihcJb84dNTfPj0FN9/+zfl9HdwcYMfMue9RGYiSvF27pM0/AJukncL5xDcYDwOywLDOFSkaAr5KtJwgdXP4NzcMZLjRlnBXqxTkaIp5LeShk/hLPsO9PlE8LPv/LVsOZhoJCpSNNfya0jD5zgs2zvPnFvjPimoSNEUeWEF91j3peFQQJCGB2OxBGuawxF0Drsuo4MjZw1Cn53xgIK3E0vRAUEN2MJ5gIMwXyKeIT40Xu3Mkg2cxY42grUoZ7pcMEN8kGJbpPSc+bKbxpBbZqZYdjEUzJAZC6wnhGbkEyreeuUC8D+2/EnA0vpz5ItSeYgVtk5c7uBCnQsMz8At65BNMcqRL03locBy1UIgfgdH8BLpBrCqAynFaIx8cSoP0UWz+uGB+H3vs5TUbWX5pBSjMfI1UnnGYPHDU8QHpEjIGoDA1yenGKXIV4nXEiqtbfljxN8gTb6mAbDjuiewT+UZQk6G3oG+MCtH/JA/XzrDLUoxOkHleG2EPYYbYA1H5hL5sGQJ8aWWXxTXPUGleO0AUpa9gVsBEXA5Uo6U+FBOKYriuqHP5yQZA7xUntx9+kg9DakGKCEeIHRpxPmKOEE7HnCpN9lCb5ngDl8OvCuku8C4AUqJ76C70FeUoN33dtTitYxped/6Zxie2F36o4T4VJkaYMd1++S3SOVJLSwda4BrlBEP2JDPjuv2yVeL1zImJzukyRhrgD44xHNcWA7Ycd0xy6+ZyjPUX1IagEM8cOxJjYI5u2XHdfvkb3AgPeSfhsWvi+h77dnpkPUD4w3AJX4DuzVGazgjWuAQ2425W6P3G01juEwtvL/WvY8Ox+okl3iAmU8w6Rgus/LBSoYQnoBzODmES3w2YB6jRppRlQ3umE/AG+gH1VmTwlr5XVXCiMwfcwHdfnkHxiBbExLyRaFFRgNobq8SoljkewmtXrQroYR8cWiR8cPYpCXAbsQC4kW7EnLJL90lkDv5GpIRctiDmSdc0M+LdyXkkq8SWmQ+Ac/Bm5FuwWy0AuKLdiVslgrKHAOWcK7iWBcSZpY1+vjpp4IKFiSFRIm+hQVJlzVGMIl/WKmgAquLdZMLHKbuuadCA+qpoGOTLMoeaX2IIly1MxQLB1cOJ6MZiWN9frXQ4qtnH6vNKgvLUd3TOTfgVg0tWjeA0v3V9nS+d6mgVg2gfN9ppYJyoN0ABg36sFNBtQgz3GcnxoNJBf0POeLCQD10nuEYMp1U0Ohc8cZ4gk0qJKBuVDeNVNAIYYuwKhvjCSDeqE6KWjlZxWpoBTy+M6URitRJKazJr7YxnhAq6qQU2n1+9Y3xBFBXJ6XQtvzaiRaS2Km6OimFNvk1Ey2ksdN7884Uiz6/lhpa4p3UeONcFlYDrrUaquGdWL5xjgRLb8dCDdX2Th7fmZJBUbqlUvkmsCRfSw219E5U1Ekpall+iRpq6Z08vjOFcC/VbXQjTO6dKS3R9I1u2pjaTlNNvRNtTI38pt6JNqZGflPvRBtTI7+pd6INS2/HAk29E238C9t1tmpJC7mUAAAAAElFTkSuQmCC)}.monsterinsights-admin-page .monsterinsights-addon-ads:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAYAAAA0wZQlAAAFk0lEQVR4nO2dv28bVRzAPz5ZjpM6VKmbhgS1CgSFCWVoYfDUyRKCoSDGtkKCgfwBHZAYOsHQPyATKgplg3YqCE9d8II6hE6NCLVSiOsmbtTaiR3L2Azu2eez3fjH832ffe8jRXLu3t37vu/n/N6755MduHRzm0H5O/WXe9MHwHfAPJAGPgd+dRZ4a/FtX9bhJqBCALQEv0MtaJs0sGD/02/Q41KHE2vgM7zEFcy8a/d8h3K+rMOJMgFwfFAqgh6XOmyUCoDOwakMelzqgIaAs8A6sAdUFfy1Q8V5x6GOPWq5PgsQBN4A/gDmOlRoUEsUuALEgQsW8C0m+RLMAd9YwIfSkfiYjyzglHQUPmYmcOnmdqfBpifK5TK72acUiwWq1dZTBgIBwuFJZqNnCAaDvq7DibJp6G72KYXCYdugAarVKoXCIbt7Gd/X4USZgKOjYlflil2WG+c6nCgTMDER7qpcuMty41yHE2UCZqNnmJycIhAItN0fCASYnJxi9nT/M95xqaPpfKoGYUN/KF8LMvSGESCMESCMESCMESCMESCMESCMESDM4Mt5AxBbnOLq+ZPMTcuEkcmVWb//nGTqUKR+EHwHxBanuHYxKpZ8gLnpINcuRoktTonFICbg6vmTUlW3IBmLmADJK9+NZCxmEBbGCBBGn37gFWxlS+SPKkQmLJaiob6OB/o6dthoLSBfqnD9t916AgHiyxFWYzNdnyOxmWctuQ80Zl46oXUXlEwdNiUfagnN5MpdnyOT+8/xuvvjvEJzAYW2238XvHFSjbZdUL5UYWOn/ZMHyVSBT959re2+jZ0iic0DMrkykQmLJxpe9U60FeBeHogvR0hs5oHaoLqVLbUMqmvJ/XqZUUHbLijx8KD+eika4sqF5rtVd/d0+8GLkUs+aCogkys3Db6xxUkiIYuVhcazOO5x4M6DXP11JGQRX45oOe10o2UX5E7uQalKYjPPiVDjerElLUVDtfuEUqW+bzU2U19g+/LntJazHxstBbTrXjqVW4qGyB9VmrY713Zenw5qLUC7Lsjd/byKxMNan790urmr+eH+czZ2itx+8KLjTEoXtHsHJDYPji/0EnuqurIQJrY4VZ85bewUtU+8jXYCnP3/ykKY6/HZpv35UoXVn9L1Pj+ZKrCyEGY1NsOfO8WmsWAU0K4LijgG2vjyibb74+9EGv9PWPXta5/Ot3y65TyfTp9B2Ig9nHvns7Ntt+dLFbb2SseufB63wrmVLTE3HSQSsrpaDf34+8fdhq4U7S4J93y/E8fN8Z37db4f0K4L8htGgDBiAnS6OZKMRUzA+v3nUlW3IBmLmIBk6pAb97KiV18mV+bGvazok3Gis6Bk6lC08TpgBmFhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhLOCZdBA+Zt8C7kpH4WPuWsDXgJqvgTX0Qgb4ygK2gfeAW8C+aEj+YB/4EXgf+Mf+TPgxtR8V6JrL59Lm+0Yd3Nqeb/9Nr8fQ1yzo8rl0P4eNNf3mpGcBJvmd6Sc3PQlwVWBMNHhiv+hVQtcC2pz4C2fFPuZfaj9xWKcXCYM8mPULrb80NxQepZ/1NeC/OX+qr4HRS7RfiniU7v9GfZBjvUJrASoSqLsEbQWoTJzOErQUMIyE6SpBOwHDTJSOErQS4EWCdJOgjQAvE6OTBC0ESCREFwniAiQToYMEUQE6JEA6BjEB0g13IhmLiACdkm8jFZPnAnRMvo1EbJ4K0Dn5Nl7H6JmAUUi+jZexeiJglJJv41XMQxcwism38SL2oQoY5eTbDLsNQxMwDsm3GWZbhiJgnJJvM6w2KRcwjsm3GUbblAoY5+TbqG6jMgF+SL6NyrYqEeCn5NuoavPAAvyYfBsVbf8f9GGopiPk4XgAAAAASUVORK5CYII=)}.monsterinsights-admin-page .monsterinsights-addon-amp:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-instant-articles:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-forms:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAYAAAA0wZQlAAABtElEQVR4nO3boW7WABRA4dMGMQsTvyAjQWDQGy+A45FAM14EHmE4XoAEW4NY0mHWZPwWBxaB2BKak6bnk03FTU+uuUmHaV4AzoD3wBvglKzpDvgMvANuhmlengLfgIM61v7cAucj8IE+vuEAXA7TvNwBT+xpduo40sc3PR7tCfauALICyAoge3Sfl6bv12vP8SAvXzz/5/OtzPm3NkBWAFkBZAWQFUA2TPPy2x5iz9oAWQFkBZAVQFYAWbegFXUL2oACyAogK4CsALJuQbI2QFYAWQFkBZAVQLbJW9BWdAvagALICiArgKwAsm5BsjZAVgBZAWQFkBVA1i1oRd2CNqAAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKz/hGVtgKwAsgLICiArgOxe/wm//fJr7Tke5PL1iT3Cf9MGyAogK4CsALICyAogK4Csa6isDZAVQFYAWQFkI/DTHmLHjiNwZU+xY1fDNC/PgK/AwZ5mZ26B8xGYgQvgI3BUR9qHI/AJeAX8+AOC40aexB/2CwAAAABJRU5ErkJggg==)}.monsterinsights-admin-page .monsterinsights-addon-optimize{padding-top:100%}.monsterinsights-admin-page .monsterinsights-addon-optimize:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAABeCAYAAABFEMhQAAAFNUlEQVR4nO2dzavcVBiHn5Pb1lo/UBFxIbiQCq7EpVioxYUIBTfd+B/oX6CIuHCrLgXFlSjuBIsLRRDd6MKFiovupKj4QatW7+39mOQkx0UmMyfJSWaSnJN0Ou8Dl7mTTM7JfX7JyZtMZq668N5lRuI48CzwPPA4cGqsjifmD+Ai8C7wnT1DjST/LPA5cGKMzm5gvgeeBHYBohE6fA74ChEP8Bj5nnAXhJf/IPBh4D42jVPAt4AKLf+DwO1vKqeBp0LKj4AzAdvfdF4JKX8nYNs3A2dF/oSMUe0IDYj8CRH5E6Iu/XK1NOHVL6/7avskcOirsZuR2pb/2rnbp1iPraS25dsM3Atky19B65gve0FYVh5wJYBwrFXtSABhWLvUlAD806nOlwD80vkkSwLwR68zXAnAD70vL0gAwxl0bUcCGMbgC2sSQH+8XNWUAPrh7ZKyBNAdr9fzJYBueH8zRQJYnyDvZEkA63GsZZ6a//Ti9D07J366lvZdfFQyM02/1TdTbgVeBF4CbplkjSbg5U9+5thtd49wA18Ze8t/lPwewq27odVkKcnuFY7fed+oARQ9PQz8wBaKLzBpQrJ7BUw2Wp/R/Ofr0Xq8gRk7gAh4Grh3lN42AJMmJHtXRwkgAl4I3suGYXQ8SgARcC5oDxuK0Ql676+gAUSAnBHVUKDyIUhf/xtMmBMBuVezRvm80ugYvf9PkABEfgm1eFCL31WwAER+lYr4IhCjY/TBNa8BiPwFyiHenp3vAenhf4CfAEQ+823bKb7yXCkyPSM98BOAyAdQail+OXExr/RIPgSlB7sMDUDkV7HG+drQw3zvUAqTxqSHwwIQ+TZN4ue/F+ILjE5Ij/p/hkHkF9jia9Pr4hcnYjomm/ULQOQDpiq+Ms47jwfFURrIklmvAEQ+le29SbxdAanKUkqR6Zhstt+pX5Fv46hsys9VfWSyQjJpQhYfrN2dyIe8YHGIL4/zlfHeeq09LBkdk8XrfQ5Q5ENrSVk8Wz6sHpZMGpMlRyu7Ffk2jZUNTvHV5exhyegYk8xauxP5BStKSpf41mFJQZbGGN0cgMgHCnGrSsrynJZhabFMfhA2Onb2KvKh+aKao6TMp7QMS46wmgIQ+Ta9xKsG8Wr+svy5yTQmTUrdifwC59hdntc6LJXP1Erii+VNmpQCEPmAvbUuH3qc6c7HeVWbvpxvshSTaaD9LuXtpFNJWQ3LIb60TLEHaEDJlr+kT0mJQ7w9ry5+0V6mRT6Qi+ki3lFSLhdxDE92V9ZyIp9llV+fvk5JWR3zcYRlV0rL6SIfGFZS4qxs3O2VZ4l8m4G1fH0Zl/jla0U+zMf8NWr5yvS2ktLdXjkkkW+xspbvWFJaDVMVD/wp8qs0vWvVQ3z1AFsKxZjXRT6Qa2qq5ZtKymL26pKy3p3KMj17R+QX+KjlG0rK0muVAmPOA/siH1zHUtoOtPnDqpKyUfwF4FOQA24FnyUl1de+n8WH9wMfFRPkwhqwc/KOkP9owZg0cd7QKfJzxvvks4UMO0z3LSkif84UAYh8i7EDEPkVxgxA5DsYKwCR38AYAYj8FkIHIPJXEDIAkb8GoQIQ+WsSIgCR3wHfAYj8jvgMQOT3wFcAEfCrl5a2DB8BRMDHw1dlo+n99w8NIALeHtTC5vPmkIWHBBABl4AvhqzABvMjHr7QtW8AxQH3PPDb0JXYMP4FzuDra6N6UMg/Ah4CPptqRUbmG+ABYG/KlbBLzRnwDPAI8AZweZI1CsfvwFvk35b+BNDtWyoC8D/ypjW2YaKvCQAAAABJRU5ErkJggg==)}.monsterinsights-admin-page .monsterinsights-addon-dimensions{padding-top:105%}.monsterinsights-admin-page .monsterinsights-addon-dimensions:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-performance{padding-top:105%}.monsterinsights-admin-page .monsterinsights-addon-performance:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell{padding-bottom:35px}@media (max-width:767px){.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell{padding-right:10px;padding-left:10px;line-height:1.2}}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell h3{color:#4c6577;font-size:18px;font-weight:400;margin-top:33px;margin-bottom:14px}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell h2{font-size:18px;margin-top:0}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell .monsterinsights-coupon{color:#509fe2;border:1px dashed #509fe2;padding:7px;margin:0 7px;vertical-align:middle;line-height:1}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell .monsterinsights-features{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-flow:wrap;flex-flow:wrap;margin:30px auto 25px;max-width:525px}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell .monsterinsights-features span{display:block;width:33%;color:#393f4a;font-size:14px;text-align:right;margin:10px 0}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell .monsterinsights-features span:before{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAj0lEQVQ4je2U0QmAIBCGv8QFXKEVapDGaYS2aJFGqBV8aAFX6EHB8OHOIIjA70nx/ED577ppPVHogR1wQABGwEsXjGZMUpfWLu1FaqSPadKfSC0xIlJMBmVf4i052LUsynkwD4U1OENsvTcJltjL2p/enzwDh1DvLXE4iAOi4AA2qeA/OW3Sb6Se3CCBivhdiyQVWMKC0oMAAAAASUVORK5CYII=);width:11px;height:11px;background-size:contain;display:inline-block;margin-left:12px}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .settings-input-license p{color:#444}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .settings-input-license p a{color:#509fe2}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-smile{display:inline-block;width:16px;height:16px;padding:0;vertical-align:middle}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-smile:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADB0lEQVRYhc2X30tTYRjHP+dMU5dTxxRLS1hkDUTNNUGELiTQmyYDL8rr6Bd01UVgf0CBF10FWuG1eRGIu8obLwIRtlabFQOliTlLVDY3nb87XZyztc2d7SBb+r17z/O8z/N93/O+z/N9BTRCcttNgAPoAloAM1CumDeBAOADpoBxweZc1xJX0JC4BRgA+oBijXz3gffAC8Hm9B2LgOS2G4BB4IEWomphgNfAU8HmjGomILntTcA4cPmYidMxDzgEm/NbTgKS294BfAAq8pQ8jgjQI9icM6oElJVPFyB5MonO5J1IEFD+uYf8bbsa5gFr/EyISYbB/5AcJcdgfCBA4qp9IctpD0d2MJw9g04nqrkAcHj4h+jWHlUVpdncJOCaYHP6ipQPA2rJJQlGxjy4vEGqjXqe3O/EVFWWMep6eJuXb6ZZC8Vob63n7m0rQuYlCUrOflGpcH1qVGf9K7i8QQDWQjEmJv2qy5qY9LMWigHg8gaZ9a+o+gJ9kttuEpHLq2qF+/EzlDpeDKl4HrWlz01DMeAQkWv7SaFLRG4sqrh00Zg6bjCqeB61pc/NgBYRuaupotlSS3trPQDVRj293RZV395uC9VGPQDtrfU0W2pzETALktsu5fKCvF/DBIpyu8jQGlCnEzX7glwJNzV75x+bIrKSOSkERGQZdVLwicgaLitc3iALS2HNUReWwonqmQNTRcjKZ4gs1XBlbYuRMQ/Xm+voaLtAo9lEaUnq+d3ZPWAusM7M5yU+zS5z6+bVXMn3gfF4NxwF7qh57u4d8PzVR36v/juvlYZS9GUy59j2PhvRnYTtXE05zx7foORM1kv2TrA5+zW3443oDm9HPcwFsqvtRrOJe/1WKg3a2nGyIhoCHmaNDnyfW8Xz9ReLyxtEorsAVBhKaKirpK3pPE1XanKFABgWbM5HcJokmfLBgSwcC4UIsjxPvBFSCruiVnsKRCIuy1PeBkc6i6LbO5G3Kl+YR5bjM+mGjK1NYWkFhpFP7HEhKTGsmV5FcJofpxmIFOR5/hdt5RGc1JOx/AAAAABJRU5ErkJggg==)}.monsterinsights-admin-page .monsterinsights-settings-license-lite .inline-field button{margin-right:0}
1
+ .monsterinsights-dark[data-v-3c95badc],.monsterinsights-dark[data-v-26fe3e50],.monsterinsights-dark[data-v-a3e1aa16]{display:block}.monsterinsights-addons-navbar h1{display:inline-block;font-size:16px;line-height:48px;font-weight:400;margin:0;color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px;width:258px;position:relative}@media (max-width:750px){.monsterinsights-addons-navbar .monsterinsights-addons-filters{width:calc(100vw - 200px)}}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]{height:28px;margin-left:0;padding-right:10px;padding-left:28px;font-size:14px;border-color:#d6e2ed}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]::-webkit-input-placeholder{color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]:-moz-placeholder,.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]::-moz-placeholder{color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]:-ms-input-placeholder{color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters>i{position:absolute;left:10px;top:5px;z-index:10;color:#b7c9d9}.monsterinsights-addon-not-available .monsterinsights-addon-status span,.monsterinsights-addon-not-installed .monsterinsights-addon-status span{color:#777}.monsterinsights-addon-inactive .monsterinsights-addon-status span{color:#d4393d}.monsterinsights-addon-active .monsterinsights-addon-status span{color:#64bfa5}#monsterinsights-addons{width:770px}@media (max-width:782px){#monsterinsights-addons{width:100%}}#monsterinsights-addons .monsterinsights-addons-area{margin:0 10px}#monsterinsights-addons .monsterinsights-addon-active .monsterinsights-button,#monsterinsights-addons .monsterinsights-addon-inactive .monsterinsights-button,#monsterinsights-addons .monsterinsights-addon-not-available .monsterinsights-button{background:#f9fbff;border-color:#d6e2eb;color:#8ba4b7}#monsterinsights-addons .monsterinsights-addon-active .monsterinsights-button:focus,#monsterinsights-addons .monsterinsights-addon-active .monsterinsights-button:hover,#monsterinsights-addons .monsterinsights-addon-inactive .monsterinsights-button:focus,#monsterinsights-addons .monsterinsights-addon-inactive .monsterinsights-button:hover,#monsterinsights-addons .monsterinsights-addon-not-available .monsterinsights-button:focus,#monsterinsights-addons .monsterinsights-addon-not-available .monsterinsights-button:hover{background:#fff;border-color:#c4d6e2}#monsterinsights-addons .monsterinsights-addons-no-results{margin-top:25px;padding:0 10px}#monsterinsights-addons .monsterinsights-addons-no-results p{font-size:16px}#monsterinsights-addons .monsterinsights-addons-no-results>div{visibility:hidden;-webkit-animation:loadMonsterInsightsSettingsNoJSView 0s 2s forwards;animation:loadMonsterInsightsSettingsNoJSView 0s 2s forwards}.monsterinsights-path-addons .monsterinsights-navigation-bar{padding-right:10px;padding-left:10px;background:#fff;border-top:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-path-addons .monsterinsights-navigation-bar .monsterinsights-container,.monsterinsights-path-addons .monsterinsights-navigation-bar .monsterinsights-main-navigation.monsterinsights-main-navigation-open{padding:0}.monsterinsights-addons-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:25px}.monsterinsights-addons-list .monsterinsights-addon{width:calc(50% - 12.5px);border:1px solid #d6e2ed;position:relative;background:#fff;padding:0 0 72px;margin-bottom:25px}@media (max-width:782px){.monsterinsights-addons-list .monsterinsights-addon{width:100%}}.monsterinsights-addons-list .monsterinsights-addon h3{color:#393f4c;margin:0 0 -5px;font-size:15px}.monsterinsights-addons-list .monsterinsights-addon .monsterinsights-addon-excerpt{color:#777;font-weight:400;margin:10px 0 0;font-size:14px}.monsterinsights-addons-list .monsterinsights-addon-top{padding:20px 24px;display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-addons-list .monsterinsights-addon-image{border:1px solid #d6e2ed;width:74px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-item-align:start;align-self:start;margin-left:20px}.monsterinsights-addons-list .monsterinsights-addon-image img{display:block;max-width:100%}.monsterinsights-addons-list .monsterinsights-addon-message{position:absolute;bottom:0;background:#f9fbff;border-top:1px solid #d6e2ed;right:0;left:0}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-interior{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-addon-status{font-weight:700;font-size:13px;color:#393f4c}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-addon-action{-ms-flex-item-align:end;align-self:flex-end}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-button{padding-bottom:7px;padding-top:9px;min-width:120px;line-height:1}.monsterinsights-addons-list .monsterinsights-addon-upgrade{text-align:center;width:100%}#request-filesystem-credentials-dialog[data-v-496d2653]{display:block}.monsterinsights-file-input{margin-bottom:20px}.monsterinsights-tools .monsterinsights-dark{margin-bottom:5px;display:block}.monsterinsights-tools-url-builder p .monsterinsights-info{margin-right:0}.monsterinsights-tools-url-builder .monsterinsights-input-text{margin-bottom:20px}.monsterinsights-required{color:#d4393d}textarea:-moz-read-only{background-color:#f9fbff}textarea:read-only{background-color:#f9fbff}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-tools-info-row p{margin-top:0}.monsterinsights-tools-info-row{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-tools-info-row .monsterinsights-tools-info-label{width:230px;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-tools-info-row .monsterinsights-tools-info-description p{margin-bottom:5px}@media (max-width:782px){.monsterinsights-tools-info-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a{color:#777}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a:focus,.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a:hover{color:#393f4c}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info i{margin-left:10px;color:#b6c9da}.monsterinsights-about-block{padding:25px;background:#fff;border:1px solid #d6e2ed;margin-top:20px;margin-right:20px;margin-left:20px}.monsterinsights-about-block h3{color:#393f4c;font-size:18px;margin:0 0 20px;line-height:1.4}.monsterinsights-about-block p{font-size:16px}.monsterinsights-about-block:after{content:"";display:table;clear:both}div[class*=" monsterinsights-path-about-"] .monsterinsights-container,div[class^=monsterinsights-path-about-] .monsterinsights-container{width:100%}div[class*=" monsterinsights-path-about-"] .monsterinsights-header,div[class*=" monsterinsights-path-about-"] .monsterinsights-navigation-bar,div[class^=monsterinsights-path-about-] .monsterinsights-header,div[class^=monsterinsights-path-about-] .monsterinsights-navigation-bar{padding-right:20px;padding-left:20px}@media (max-width:782px){div[class*=" monsterinsights-path-about-"] .monsterinsights-header,div[class*=" monsterinsights-path-about-"] .monsterinsights-navigation-bar,div[class^=monsterinsights-path-about-] .monsterinsights-header,div[class^=monsterinsights-path-about-] .monsterinsights-navigation-bar{padding-right:0;padding-left:0}}div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list,div[class^=monsterinsights-path-about-] .monsterinsights-addons-list{padding:0 20px}div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list .monsterinsights-addon,div[class^=monsterinsights-path-about-] .monsterinsights-addons-list .monsterinsights-addon{width:calc(33.3333% - 12.5px)}@media (max-width:782px){div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list .monsterinsights-addon,div[class^=monsterinsights-path-about-] .monsterinsights-addons-list .monsterinsights-addon{width:100%}}div[class*=" monsterinsights-path-about-"] .monsterinsights-addon-image,div[class^=monsterinsights-path-about-] .monsterinsights-addon-image{min-height:74px;padding:5px;display:-webkit-box;display:-ms-flexbox;display:flex;height:74px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}div[class*=" monsterinsights-path-about-"] .monstericon-star:before,div[class^=monsterinsights-path-about-] .monstericon-star:before{color:#fdb72c}.monsterinsights-lite-vs-pro-table{padding:0}.monsterinsights-lite-vs-pro-table .monsterinsights-lite-vs-pro-footer{background:#f0f0f0}.monsterinsights-lite-vs-pro-header{text-align:center;padding:40px 0 22px}.monsterinsights-lite-vs-pro-header h1{font-size:22px;margin:0 0 22px}.monsterinsights-features-table{width:100%;border-collapse:collapse;border-top:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-features-table td,.monsterinsights-features-table th{width:33.33333%;border-bottom:1px solid #d6e2ed;padding:30px;vertical-align:top}.monsterinsights-features-table td p,.monsterinsights-features-table th p{margin:0}.monsterinsights-features-table th{background:#f0f0f0;text-align:right;border-left:none}.monsterinsights-features-table td p>span{display:block;margin-right:30px}.monsterinsights-features-full:before,.monsterinsights-features-none:before,.monsterinsights-features-partial:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\F021";font-size:20px;margin-left:10px;color:#d4393d;position:relative;top:2px}.monsterinsights-features-partial:before{content:"";background:url(../img/about-icon-check.svg) no-repeat 50%;background-size:19px auto;width:19px;height:19px;top:6px}.monsterinsights-features-full:before{content:"\F015";color:#4ab99b}.monsterinsights-lite-vs-pro-footer{padding:50px 20px 30px;text-align:center}.monsterinsights-lite-vs-pro-footer h3{margin-bottom:10px}.monsterinsights-lite-vs-pro-footer p{margin-bottom:0}.monsterinsights-lite-vs-pro-footer a{color:#509fe2}.monsterinsights-lite-vs-pro-footer a:focus,.monsterinsights-lite-vs-pro-footer a:hover{color:#393f4c}.monsterinsights-lite-vs-pro-footer.monsterinsights-small{padding:0;text-align:right}.monsterinsights-lite-vs-pro-footer.monsterinsights-small h3{margin-bottom:5px}.monsterinsights-lite-vs-pro-footer.monsterinsights-small p{margin-top:0}.monsterinsights-two-column{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-two-column>div{width:50%}.monsterinsights-list-check ul{margin:0}.monsterinsights-list-check li{font-size:16px;margin-top:10px;padding-right:30px;position:relative}.monsterinsights-list-check li:first-child{margin-top:0}.monsterinsights-list-check li:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\F015";font-size:20px;margin-left:10px;color:#5cc0a5;position:absolute;right:0;top:0}.monsterinsights-about-docs-row:after{display:table;clear:both;content:""}.monsterinsights-about-docs-image{width:270px;float:right;margin-left:20px}.monsterinsights-about-docs-1:after{background-image:url(../img/about-icon-connect.png)}.monsterinsights-about-docs-2:after{background-image:url(../img/about-icon-guide.png)}.monsterinsights-about-docs-3:after{background-image:url(../img/about-icon-gdpr.png)}.monsterinsights-about-docs-4:after{background-image:url(../img/about-icon-addons.png)}.monsterinsights-about-docs-5:after{background-image:url(../img/about-icon-ecommerce.png)}.monsterinsights-about-team:after{background-image:url(../img/about-team.jpg)}.monsterinsights-about-page-right-image{float:left;width:40%;text-align:center;margin:0 20px 0 0}@media (max-width:782px){.monsterinsights-about-page-right-image{width:100%;float:none;margin:0 0 20px}}.monsterinsights-about-page-right-image img{width:100%}.monsterinsights-about-page-right-image figcaption{color:#999797;margin-top:5px}.monsterinsights-about-page-right-image iframe{max-width:100%}.monsterinsights-dark[data-v-7dd26406]{display:block}button[data-v-44066e62]{margin-top:3px}.monsterinsights-dark[data-v-33024a0a]{display:block}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;left:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;right:50%;margin:-8px -8px 0 0;width:16px;height:16px;border-radius:100%;border:2px solid rgba(0,0,0,0);border-top-color:#b7c9d9;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0);box-shadow:0 0 0 1px rgba(0,0,0,0)}.multiselect__spinner:before{-webkit-animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation:a 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation:a 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:right;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-right-radius:0;border-bottom-left-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-right-radius:0;border-top-left-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 5px 0 0;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-right:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:9px 8px 0 40px;border-radius:5px;border:1px solid #b8c9d8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:2px 20px 2px 8px;border-radius:5px;margin-left:10px;color:#393f4c;line-height:1;background:#f3f6ff;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;border:1px solid #b7c9d9;font-size:14px}.multiselect__tag.monsterinsights-tag-forced{padding-right:8px}.multiselect__tag.monsterinsights-tag-forced i{display:none}.multiselect__tag-icon{cursor:pointer;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#b7c9d8;font-size:18px;margin-top:-4px;display:block}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#444}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 12px 0 30px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{display:none}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #b7c9d9;border-top:none;border-bottom-right-radius:5px;border-bottom-left-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-top-left-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:10px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap;font-size:14px}.multiselect__option:after{top:0;left:0;position:absolute;line-height:40px;padding-left:12px;padding-right:20px;font-size:13px}.multiselect__option--highlight{background:#acbdc9;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#acbdc9;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:left}[dir=rtl] .multiselect__select{left:auto;right:1px}[dir=rtl] .multiselect__tags{padding:8px 40px 0 8px}[dir=rtl] .multiselect__content{text-align:left}[dir=rtl] .multiselect__option:after{left:auto;right:0}[dir=rtl] .multiselect__clear{left:auto;right:12px}[dir=rtl] .multiselect__spinner{left:auto;right:1px}@-webkit-keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-2turn);transform:rotate(-2turn)}}@keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-2turn);transform:rotate(-2turn)}}.update-nag{display:none}.monsterinsights-admin-page{min-height:100vh;font-size:14px}.monsterinsights-admin-page a{color:#509fe2}.monsterinsights-admin-page a:focus,.monsterinsights-admin-page a:hover{color:#393f4c}.monsterinsights-admin-page .monsterinsights-container{margin:0 auto;max-width:100%;width:750px}.monsterinsights-admin-page .monsterinsights-separator{background:#d6e2ed;display:block;height:1px;margin:25px 0}.monsterinsights-admin-page .monsterinsights-settings-content{margin-right:auto;margin-left:auto;max-width:750px}@media (min-width:783px) and (max-width:790px){.monsterinsights-admin-page .monsterinsights-settings-content{padding:0 10px}}.monsterinsights-admin-page input.monsterinsights-has-error{border-color:red}.monsterinsights-admin-page .monsterinsights-button{background:#509fe2;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none}.monsterinsights-admin-page .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary{background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green{background:#5cc0a5;border-color:#40a88d;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:hover{background-color:#4ab99b;border-color:#39967e;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-red{background:#ea4e64;border-color:#d21933;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-admin-page input[type=number],.monsterinsights-admin-page input[type=text],.monsterinsights-admin-page textarea{border:1px solid #b7c9d9;border-radius:3px;font-size:14px;padding:9px 15px;width:100%;-webkit-box-shadow:none;box-shadow:none;height:40px;margin:0;color:#444}.monsterinsights-admin-page input[type=number]::-webkit-input-placeholder,.monsterinsights-admin-page input[type=text]::-webkit-input-placeholder,.monsterinsights-admin-page textarea::-webkit-input-placeholder{color:#b7c9d9}.monsterinsights-admin-page input[type=number]:-moz-placeholder,.monsterinsights-admin-page input[type=number]::-moz-placeholder,.monsterinsights-admin-page input[type=text]:-moz-placeholder,.monsterinsights-admin-page input[type=text]::-moz-placeholder,.monsterinsights-admin-page textarea:-moz-placeholder,.monsterinsights-admin-page textarea::-moz-placeholder{color:#b7c9d9}.monsterinsights-admin-page input[type=number]:-ms-input-placeholder,.monsterinsights-admin-page input[type=text]:-ms-input-placeholder,.monsterinsights-admin-page textarea:-ms-input-placeholder{color:#b7c9d9}.monsterinsights-admin-page input[type=number].monsterinsights-has-error,.monsterinsights-admin-page input[type=text].monsterinsights-has-error,.monsterinsights-admin-page textarea.monsterinsights-has-error{border-color:#d83638}.monsterinsights-admin-page input[type=text]:-moz-read-only{background:#fff;color:#b7c9d9}.monsterinsights-admin-page input[type=text]:read-only{background:#fff;color:#b7c9d9}.monsterinsights-admin-page textarea{height:150px}.monsterinsights-admin-page label{width:100%;font-size:14px;display:inline-block;color:#777;margin:2px 0 17px}.monsterinsights-admin-page .inline-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights-admin-page .inline-field input{width:100%}.monsterinsights-admin-page .inline-field .monsterinsights-button{margin-right:10px;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-admin-page .monsterinsights-error{margin:18px 0 0;color:#d83638;cursor:default}.monsterinsights-admin-page .monsterinsights-error i{margin-left:10px}.monsterinsights-admin-page .monsterinsights-license-type-text{color:#777;font-weight:700;margin-top:16px}.monsterinsights-admin-page .monsterinsights-license-type-text a{color:#777;font-weight:400}.monsterinsights-admin-page .monsterinsights-dark{color:#444;text-transform:capitalize;font-weight:700}.monsterinsights-admin-page .monsterinsights-settings-block{background:#fff;border:1px solid #d6e2ed;margin:25px 0}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block{margin-right:10px;margin-left:10px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-title{border-bottom:1px solid #d6e2ed;padding:16px 25px;font-weight:500;font-size:14px}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-title{padding-right:15px;padding-left:15px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content{padding:25px}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content{padding-right:15px;padding-left:15px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content p{font-size:14px;color:#777;margin-top:-5px}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content p a{color:inherit}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade{padding:25px 22px 25px 25px;margin:-25px;border-right:3px solid #64bfa5}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade{padding-right:15px;padding-left:15px;margin:-25px -15px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade.monsterinsights-settings-addon-disabled{border-right-color:#f5c953;padding-top:15px;padding-bottom:15px}.monsterinsights-admin-page .monsterinsights-settings-input-radio input{opacity:0;position:absolute}.monsterinsights-admin-page .monsterinsights-settings-input-radio label{color:#444;font-size:14px}.monsterinsights-admin-page .monsterinsights-settings-input-radio label small{font-size:14px;color:#777;font-weight:400}.monsterinsights-admin-page .monsterinsights-settings-input-radio label>span{vertical-align:middle;font-weight:500}.monsterinsights-admin-page .monsterinsights-settings-input-radio label:last-child{margin-bottom:0}.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio{width:20px;height:20px;border:1px solid #b2c1cd;position:relative;display:inline-block;border-radius:50%;margin-left:16px}.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked{border-color:#509fe2}.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked:after{right:2px;left:2px;top:2px;bottom:2px;position:absolute;content:"";background:#509fe2;display:block;border-radius:50%}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label{color:#444;font-size:14px;margin:0}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux{cursor:default}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox{background-color:#dee5e9}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#b9d8f3}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label input{display:none}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label>span{vertical-align:middle}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label:last-child{margin-bottom:0}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox{width:27px;height:18px;position:relative;display:inline-block;border-radius:10px;margin-left:9px;background-color:#acbdc9}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#509fe2}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked:after{left:2px;right:auto}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox:after{right:2px;top:2px;bottom:2px;width:14px;position:absolute;content:"";background:#fff;display:block;border-radius:50%}.monsterinsights-admin-page .monsterinsights-info{color:#b6c9da;margin-right:10px;cursor:help}.monsterinsights-admin-page .monsterinsights-settings-input-repeater .monsterinsights-error{margin-top:0;margin-bottom:18px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-labels label{color:#393f4c;font-weight:700;margin-bottom:6px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:18px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row input,.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row select{margin-left:18px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row button{padding:0;border:none;background:rgba(0,0,0,0);color:#dc3232;cursor:pointer}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row input[type=number]{width:30%}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row select{width:70%}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row.monsterinsights-disabled-row{opacity:.5}.monsterinsights-admin-page .monsterinsights-dimensions-count{color:#777;font-style:italic;font-size:14px}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-settings-input-repeater-labels label{margin-bottom:0;width:auto}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-settings-input-repeater-labels label:first-child{width:calc(70% - 20px)}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-button{margin-left:25px}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-error{margin:0 0 20px}.monsterinsights-admin-page .monsterinsights-settings-input-select .monsterinsights-dark{margin-bottom:5px}.monsterinsights-admin-page .monsterinsights-settings-input-select label{margin-top:-4px}.monsterinsights-admin-page .monsterinsights-collapsible .monsterinsights-collapsible-content{padding-right:30px}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-collapsible .monsterinsights-collapsible-content{padding-right:15px}}.monsterinsights-admin-page .monsterinsights-collapsible>p{margin-top:0}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible{color:#b7c9d9;float:left;font-size:22px;padding-right:20px}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible:hover{color:#393f4c}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible:focus{outline:none}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible i{cursor:pointer}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights-dark{display:block;margin-bottom:9px}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate label{margin-top:0;margin-bottom:4px}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate p{margin:0}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights- -ua,.monsterinsights-admin-page .monsterinsights-settings-input-authenticate button{margin-top:14px}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights-manual-ua+.monsterinsights-error{margin-top:15px}.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions{margin-top:18px}.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions .monsterinsights-button{margin-left:20px;margin-top:0}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions .monsterinsights-button{margin-bottom:10px}}.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-settings-input-toggle-collapsible{margin-top:12px}.monsterinsights-admin-page .monsterinsights-auth-manual-connect-paragraph{padding-top:5px}.monsterinsights-admin-page .monsterinsights-auth-manual-connect-text{color:#999797;font-size:12px;text-decoration:none}.monsterinsights-admin-page .monsterinsights-auth-manual-connect-text:hover{text-decoration:underline}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-upgrade-icon{margin-left:25px}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-settings-addon-message{margin-left:25px;width:100%}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-button{font-size:12px;padding:6px 16px}.monsterinsights-admin-page .monsterinsights-icon-warning{width:48px}.monsterinsights-admin-page .monsterinsights-icon-warning:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-settings-network-notice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:20px;border-bottom:1px solid #d6e2ed;margin-bottom:15px;color:#777}.monsterinsights-admin-page .monsterinsights-settings-network-notice .monsterinsights-bg-img{margin-left:25px}.monsterinsights-admin-page .monsterinsights-settings-network-notice .monsterinsights-network-message{width:100%}.monsterinsights-admin-page .monsterinsights-undo-redo{float:left;margin-top:16px}.monsterinsights-admin-page .monsterinsights-undo-redo button{border:none;background:rgba(0,0,0,0);color:#509fe2;padding:0;margin-right:5px}.monsterinsights-admin-page #monsterinsights-license-key-valid{-webkit-text-security:disc;text-security:disc;-moz-text-security:disc;font-family:text-security-disc;font-size:25px;line-height:1.2;color:#b7c9d9;padding-top:7px}.monsterinsights-admin-page #monsterinsights-license-key-valid::-webkit-input-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.monsterinsights-admin-page #monsterinsights-license-key-valid:-moz-placeholder,.monsterinsights-admin-page #monsterinsights-license-key-valid::-moz-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.monsterinsights-admin-page #monsterinsights-license-key-valid:-ms-input-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.monsterinsights-admin-page .edd-logo,.monsterinsights-admin-page .memberpress-logo,.monsterinsights-admin-page .woocommerce-logo{background:url(../img/woocommerce.png) no-repeat;background-size:contain;width:156px;height:31px}@media (max-width:767px){.monsterinsights-admin-page .edd-logo,.monsterinsights-admin-page .memberpress-logo,.monsterinsights-admin-page .woocommerce-logo{margin-top:18px}}.monsterinsights-admin-page .edd-logo{background-image:url(../img/easy-digital-downloads.png);width:194px}.monsterinsights-admin-page .memberpress-logo{background-image:url(../img/memberpress.png)}.monsterinsights-admin-page .monsterinsights-logos-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;border:1px solid #d6e2ed;margin:40px 50px 60px;padding:25px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-logos-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:20px;margin-left:20px}}.monsterinsights-admin-page .monsterinsights-logos-row .monsterinsights-box-title{font-size:13px;font-weight:700;color:#8aa4b8;position:absolute;background:#fff;padding:0 10px;top:0;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);right:50%}.monsterinsights-admin-page .monsterinsights-upsell{background:#fff;border:1px solid #d6e2ed;text-align:center;margin-top:25px}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell{margin-right:10px;margin-left:10px}}.monsterinsights-admin-page .monsterinsights-upsell h2{font-size:20px;color:#393f4c;margin:36px 0 14px}.monsterinsights-admin-page .monsterinsights-upsell h3{font-size:18px;color:#393f4c;margin:0 0 14px}.monsterinsights-admin-page .monsterinsights-upsell h4{font-size:18px;color:#4c6577;font-weight:400;margin:0;line-height:2}.monsterinsights-admin-page .monsterinsights-upsell p{font-size:14px;color:#4c6577}.monsterinsights-admin-page .monsterinsights-upsell .monsterinsights-upsell-top{padding-right:10px;padding-left:10px}.monsterinsights-admin-page .monsterinsights-upsell-bottom{background:#f7f9fd;border-top:1px solid #d6e2ed;padding:36px 50px 30px;position:relative}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell-bottom{padding-right:20px;padding-left:20px}}.monsterinsights-admin-page .monsterinsights-upsell-bottom .monsterinsights-button-top{position:absolute;top:0;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell-bottom .monsterinsights-button-top{min-width:288px}}.monsterinsights-admin-page .monsterinsights-upsell-bottom img{max-width:100%}.monsterinsights-admin-page .monsterinsights-report-ecommerce:after{background-image:url(../img/monsterinsights-report-ecommerce.png)}.monsterinsights-admin-page .monsterinsights-addon-ads,.monsterinsights-admin-page .monsterinsights-addon-amp,.monsterinsights-admin-page .monsterinsights-addon-dimensions,.monsterinsights-admin-page .monsterinsights-addon-eu-compliance,.monsterinsights-admin-page .monsterinsights-addon-forms,.monsterinsights-admin-page .monsterinsights-addon-instant-articles,.monsterinsights-admin-page .monsterinsights-addon-optimize,.monsterinsights-admin-page .monsterinsights-addon-performance,.monsterinsights-admin-page .monsterinsights-addon-scroll{width:48px;padding-top:110%}.monsterinsights-admin-page .monsterinsights-addon-eu-compliance{padding-top:100%}.monsterinsights-admin-page .monsterinsights-addon-eu-compliance:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-ads:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAYAAAA0wZQlAAAFk0lEQVR4nO2dv28bVRzAPz5ZjpM6VKmbhgS1CgSFCWVoYfDUyRKCoSDGtkKCgfwBHZAYOsHQPyATKgplg3YqCE9d8II6hE6NCLVSiOsmbtTaiR3L2Azu2eez3fjH832ffe8jRXLu3t37vu/n/N6755MduHRzm0H5O/WXe9MHwHfAPJAGPgd+dRZ4a/FtX9bhJqBCALQEv0MtaJs0sGD/02/Q41KHE2vgM7zEFcy8a/d8h3K+rMOJMgFwfFAqgh6XOmyUCoDOwakMelzqgIaAs8A6sAdUFfy1Q8V5x6GOPWq5PgsQBN4A/gDmOlRoUEsUuALEgQsW8C0m+RLMAd9YwIfSkfiYjyzglHQUPmYmcOnmdqfBpifK5TK72acUiwWq1dZTBgIBwuFJZqNnCAaDvq7DibJp6G72KYXCYdugAarVKoXCIbt7Gd/X4USZgKOjYlflil2WG+c6nCgTMDER7qpcuMty41yHE2UCZqNnmJycIhAItN0fCASYnJxi9nT/M95xqaPpfKoGYUN/KF8LMvSGESCMESCMESCMESCMESCMESCMESDM4Mt5AxBbnOLq+ZPMTcuEkcmVWb//nGTqUKR+EHwHxBanuHYxKpZ8gLnpINcuRoktTonFICbg6vmTUlW3IBmLmADJK9+NZCxmEBbGCBBGn37gFWxlS+SPKkQmLJaiob6OB/o6dthoLSBfqnD9t916AgHiyxFWYzNdnyOxmWctuQ80Zl46oXUXlEwdNiUfagnN5MpdnyOT+8/xuvvjvEJzAYW2238XvHFSjbZdUL5UYWOn/ZMHyVSBT959re2+jZ0iic0DMrkykQmLJxpe9U60FeBeHogvR0hs5oHaoLqVLbUMqmvJ/XqZUUHbLijx8KD+eika4sqF5rtVd/d0+8GLkUs+aCogkys3Db6xxUkiIYuVhcazOO5x4M6DXP11JGQRX45oOe10o2UX5E7uQalKYjPPiVDjerElLUVDtfuEUqW+bzU2U19g+/LntJazHxstBbTrXjqVW4qGyB9VmrY713Zenw5qLUC7Lsjd/byKxMNan790urmr+eH+czZ2itx+8KLjTEoXtHsHJDYPji/0EnuqurIQJrY4VZ85bewUtU+8jXYCnP3/ykKY6/HZpv35UoXVn9L1Pj+ZKrCyEGY1NsOfO8WmsWAU0K4LijgG2vjyibb74+9EGv9PWPXta5/Ot3y65TyfTp9B2Ig9nHvns7Ntt+dLFbb2SseufB63wrmVLTE3HSQSsrpaDf34+8fdhq4U7S4J93y/E8fN8Z37db4f0K4L8htGgDBiAnS6OZKMRUzA+v3nUlW3IBmLmIBk6pAb97KiV18mV+bGvazok3Gis6Bk6lC08TpgBmFhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhLOCZdBA+Zt8C7kpH4WPuWsDXgJqvgTX0Qgb4ygK2gfeAW8C+aEj+YB/4EXgf+Mf+TPgxtR8V6JrL59Lm+0Yd3Nqeb/9Nr8fQ1yzo8rl0P4eNNf3mpGcBJvmd6Sc3PQlwVWBMNHhiv+hVQtcC2pz4C2fFPuZfaj9xWKcXCYM8mPULrb80NxQepZ/1NeC/OX+qr4HRS7RfiniU7v9GfZBjvUJrASoSqLsEbQWoTJzOErQUMIyE6SpBOwHDTJSOErQS4EWCdJOgjQAvE6OTBC0ESCREFwniAiQToYMEUQE6JEA6BjEB0g13IhmLiACdkm8jFZPnAnRMvo1EbJ4K0Dn5Nl7H6JmAUUi+jZexeiJglJJv41XMQxcwism38SL2oQoY5eTbDLsNQxMwDsm3GWZbhiJgnJJvM6w2KRcwjsm3GUbblAoY5+TbqG6jMgF+SL6NyrYqEeCn5NuoavPAAvyYfBsVbf8f9GGopiPk4XgAAAAASUVORK5CYII=)}.monsterinsights-admin-page .monsterinsights-addon-amp:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-instant-articles:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-forms:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAYAAAA0wZQlAAABtElEQVR4nO3boW7WABRA4dMGMQsTvyAjQWDQGy+A45FAM14EHmE4XoAEW4NY0mHWZPwWBxaB2BKak6bnk03FTU+uuUmHaV4AzoD3wBvglKzpDvgMvANuhmlengLfgIM61v7cAucj8IE+vuEAXA7TvNwBT+xpduo40sc3PR7tCfauALICyAoge3Sfl6bv12vP8SAvXzz/5/OtzPm3NkBWAFkBZAWQFUA2TPPy2x5iz9oAWQFkBZAVQFYAWbegFXUL2oACyAogK4CsALJuQbI2QFYAWQFkBZAVQLbJW9BWdAvagALICiArgKwAsm5BsjZAVgBZAWQFkBVA1i1oRd2CNqAAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKz/hGVtgKwAsgLICiArgOxe/wm//fJr7Tke5PL1iT3Cf9MGyAogK4CsALICyAogK4Csa6isDZAVQFYAWQFkI/DTHmLHjiNwZU+xY1fDNC/PgK/AwZ5mZ26B8xGYgQvgI3BUR9qHI/AJeAX8+AOC40aexB/2CwAAAABJRU5ErkJggg==)}.monsterinsights-admin-page .monsterinsights-addon-optimize{padding-top:100%}.monsterinsights-admin-page .monsterinsights-addon-optimize:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAABeCAYAAABFEMhQAAAFNUlEQVR4nO2dzavcVBiHn5Pb1lo/UBFxIbiQCq7EpVioxYUIBTfd+B/oX6CIuHCrLgXFlSjuBIsLRRDd6MKFiovupKj4QatW7+39mOQkx0UmMyfJSWaSnJN0Ou8Dl7mTTM7JfX7JyZtMZq668N5lRuI48CzwPPA4cGqsjifmD+Ai8C7wnT1DjST/LPA5cGKMzm5gvgeeBHYBohE6fA74ChEP8Bj5nnAXhJf/IPBh4D42jVPAt4AKLf+DwO1vKqeBp0LKj4AzAdvfdF4JKX8nYNs3A2dF/oSMUe0IDYj8CRH5E6Iu/XK1NOHVL6/7avskcOirsZuR2pb/2rnbp1iPraS25dsM3Atky19B65gve0FYVh5wJYBwrFXtSABhWLvUlAD806nOlwD80vkkSwLwR68zXAnAD70vL0gAwxl0bUcCGMbgC2sSQH+8XNWUAPrh7ZKyBNAdr9fzJYBueH8zRQJYnyDvZEkA63GsZZ6a//Ti9D07J366lvZdfFQyM02/1TdTbgVeBF4CbplkjSbg5U9+5thtd49wA18Ze8t/lPwewq27odVkKcnuFY7fed+oARQ9PQz8wBaKLzBpQrJ7BUw2Wp/R/Ofr0Xq8gRk7gAh4Grh3lN42AJMmJHtXRwkgAl4I3suGYXQ8SgARcC5oDxuK0Ql676+gAUSAnBHVUKDyIUhf/xtMmBMBuVezRvm80ugYvf9PkABEfgm1eFCL31WwAER+lYr4IhCjY/TBNa8BiPwFyiHenp3vAenhf4CfAEQ+823bKb7yXCkyPSM98BOAyAdQail+OXExr/RIPgSlB7sMDUDkV7HG+drQw3zvUAqTxqSHwwIQ+TZN4ue/F+ILjE5Ij/p/hkHkF9jia9Pr4hcnYjomm/ULQOQDpiq+Ms47jwfFURrIklmvAEQ+le29SbxdAanKUkqR6Zhstt+pX5Fv46hsys9VfWSyQjJpQhYfrN2dyIe8YHGIL4/zlfHeeq09LBkdk8XrfQ5Q5ENrSVk8Wz6sHpZMGpMlRyu7Ffk2jZUNTvHV5exhyegYk8xauxP5BStKSpf41mFJQZbGGN0cgMgHCnGrSsrynJZhabFMfhA2Onb2KvKh+aKao6TMp7QMS46wmgIQ+Ta9xKsG8Wr+svy5yTQmTUrdifwC59hdntc6LJXP1Erii+VNmpQCEPmAvbUuH3qc6c7HeVWbvpxvshSTaaD9LuXtpFNJWQ3LIb60TLEHaEDJlr+kT0mJQ7w9ry5+0V6mRT6Qi+ki3lFSLhdxDE92V9ZyIp9llV+fvk5JWR3zcYRlV0rL6SIfGFZS4qxs3O2VZ4l8m4G1fH0Zl/jla0U+zMf8NWr5yvS2ktLdXjkkkW+xspbvWFJaDVMVD/wp8qs0vWvVQ3z1AFsKxZjXRT6Qa2qq5ZtKymL26pKy3p3KMj17R+QX+KjlG0rK0muVAmPOA/siH1zHUtoOtPnDqpKyUfwF4FOQA24FnyUl1de+n8WH9wMfFRPkwhqwc/KOkP9owZg0cd7QKfJzxvvks4UMO0z3LSkif84UAYh8i7EDEPkVxgxA5DsYKwCR38AYAYj8FkIHIPJXEDIAkb8GoQIQ+WsSIgCR3wHfAYj8jvgMQOT3wFcAEfCrl5a2DB8BRMDHw1dlo+n99w8NIALeHtTC5vPmkIWHBBABl4AvhqzABvMjHr7QtW8AxQH3PPDb0JXYMP4FzuDra6N6UMg/Ah4CPptqRUbmG+ABYG/KlbBLzRnwDPAI8AZweZI1CsfvwFvk35b+BNDtWyoC8D/ypjW2YaKvCQAAAABJRU5ErkJggg==)}.monsterinsights-admin-page .monsterinsights-addon-dimensions{padding-top:105%}.monsterinsights-admin-page .monsterinsights-addon-dimensions:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-performance{padding-top:105%}.monsterinsights-admin-page .monsterinsights-addon-performance:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABlCAYAAACyVeaLAAAKrUlEQVR4nO2deWwU1x3HPzt7EGODg7GBmquc5r6SNrSFRkoKKSSkStVGkIY2Appe6pUe6kXTJoW2Ug6aVJWagNWGhBD+aFOUXqCmNClpqRqsgCGcaTgNNrYB2xjv2T9+u7C73pl9szs7M+D5SJbsneM9/74zb9/7vd/7Pd/+481cI/QDRgHDgKrkTzDt+HkgAlwAmoBjwCWb62iagNMV0CEE3A3MB6YAk4ARBdznHHAI2AQ8C4StqqBV+Fz4BkwEtgJ1Ft/3LeAu4KTF9y0KzekKZDEQ2Ib1xgeYCWwHBpTg3gXjNgEeBEaX8P6TgC+V8P6mcZsAi2wo424bylDGbQLU2FDGcBvKUMZtAvQ5PAEcxhPAYTwBHMYTwGE8ARzGE8Bh3CCAH1gMvAxMtqG8EcDvgIWAz4byDHHSGTcIcQt8Aah1qA6HgV8AG4DLTlTArAD9gNuB8cBZ4HXgtMkyK4CHgG/iHsfYaWAN4rKOmLx2DPAR4AZgD2KTuOrFZgS4FXieTL98D/Bb4EfIJEg+PgY8DYxULdRmDgBfA/6qcG418AjwOTKb8reBTwP/VSlQVYBZwE6gv87xTmAd8PPk79nUAr8E7lEpzAVsAr6KTOhkU4a8wd9B3uZcdCEtxa58BakIUAP8B3hvvhORt+ARYD0QTX52J/Ab5Im5ljgF3A/sSP6tAQ8AP0Ztdu4UcDNwxuikfAL4gb8gbZwZ9iNPyE3AD3FBb6NAYsBPkAdwDdISmGEncBsGU6H5BHgU+IHJQj0y+RUGk0BG44CFwPcsr07f44vAZ/QO6gkwBOnduGGgdj3wNDA21wE9A29A4m88rGEA8kD7sw/kEuABJHzDw1rmIYPPDLK/hIchPZhBNlWqZMQT8Ld3ouw6FeNSJGH6+gEhH/dMDjKp2tJWOAzMAfalPsi+++NcB8YHeP1YlL+/Gy3I+AAd4QRbD5r1SuQlhPSKrnTL0wWYDyyzukSneLMpVvQ9zl8uTLw8fBi4N/VHSgAf8BjX7oCpF4mS2M4y1iBvwxUBFgLvd6w6JWDqkF4dDjcxDlgOVwX4hnN1KQ0LxgaYONjVw5hvAT4NmA0scLgyluPXYPmMkNW9GCupA27TkBmp6xK/Bp+aHnJzc7RMw56A2LyEY3C2M0HM4i9PvwbLpgWZMdSVIswNIDH5jnLyYpzn3orQGU5Q3d/HitkhbrzBug5ZLA5dBY4HSkxQQ3HqrFScuhinviFMZ1gMdO5Sgmd3hy3rg0disHFPmKNtytO0drJHA550qvRTHXE2NES4HM38vL07wfrdYS4UKUIkDs/vCXPEncYHeEYDXsEBEU53xKnfHeFyNLeR27rlTbjQU5gI0aTxD7vX+E8B21N9tIeAz5N7EtpyTief/G4d46do606w/k3zIlwxfqu+8d8zQGNKjSNd1Dbg60j0RYYv6NfIpMHDyJrbktDUEae+IUK34pdia7I5uqgoQixp/ENGxq/wsWJ2kGXTQnYO1tqA1Ugc0TogAb29oR1IVMNYYC25Q0wKpqkzQX1DxLSHsvWSmggqxh9WIb2s8qDvyjhh3KDcIlSELOmJtSGBCWOQCf6L6Qf15G8Hvo8I8QTQXWwtznQmqG8IG3YHq/vr/8PnkiJ06IgQi8MLe8McNDD+0AofK2eHKE8zbNAPy2eGGFXZ2xSzhhU1dkg3/KNkGT6FamDWcOBdClxZf7YzwfqGMF1hfePPHx1g4bgALzVGaGzWdyXXlPtYNSfEgDQjxuKwaW+Yt88ZGD95XbnOU90ThT8clLI1H9xc62fR+CD+wlqoo8jES06jp6MqwCgk94JpznbJk2tk/HmjAiyeINrG4rB5X4R9BiIMSRqzIuQjFocXGyPsb1E73yYuApUqJ6rqW/DK9S2Nxsb/UJrxQVwHS6cGmVKj//o3J0W90JNg8z7XGR/Eu6AU1KAqwKhCa3K2y8D4IwPcOaF3q5by30w28GQ2dyV44o0ewzelptzHSvuNn0Jpxb9qm15wiMrMYX4ackwPfmCkn8UT9Yv3a3Df9BAv7A1zQKdtjxiMsar7+1g1O/O7wojOrm5ON7cQjUpdAwE/tUNqqCgvU7o+B0NVTlJ9A5Tas1x8fFLvyIK5I/zcNTGYd/4z1U2sM9lXr+6f/KLul1nC+QsdHPrfcTq7enfq0o0PEI3GON3cYqrcLG5UOUn1P9MLw85LyojzRwUYX6Vxx7gAS+ryGz/9+vtnqA+YBieNPzDL+N2Xe2hqadU1bLrxjT4zQbnKSbYkbPJrsChHW59NqhkYVDmQmqqrD1BKhHyDrMFluY0fjcY40XSWRHKmvkjDWorqG5C3P2sFqWagpbWdlrZMb0ggKcIEnTehqszHqptCVGYZP5FIcLKp2Qmjd6icpCpAVxEVUSbdSIYiVGVWu6rMx2fn9DY+wJmWVi5ddmT9nZIbR7UJKtgnVEzvoqW1HSCjOQomRfj9Aen/D6vQWDotSKXODFr7BaUHsRQoPbSqAhScZ02vdzFxjNrQoqW1PUMAEP/NvVODZCZNdB1KNlNtgg4XWosS9C6uBWKIPygvqgIcKbwufZITKKbIVGmCNGR5aVTx/JJTglGr1ZQBH0UWOBpi9Ab4gE8CjcBzuMT4UJJRq9UMBf4M/BsRQhc9AZYADcAW7EmgYYpr6HvlFq4KkTMALluABcjq7q1IolMPa7gF+BM5hEgJMBzJKruN6yxM3WWkhNhB0l2dCk3cgWRA8bCHW4F/ArM0JE7dM779jABWa6StV/KwnU9oOJetygNqNWTU5uEMxzVgs9O16MO8pJGZXMnDPhJAvYYkrNvicGX6ItuBg6mB2FpMZPrzsIQ1cHUkvA/Y6Fxd+hwvA69Bpi9oNRaHo4O4int95s8ddqh6rtP3LJIeZPALZApwAolft5TaIdUZ/0gg4Kd2aO4EiqrnOn3PIllH2gRXdnR0EMkQaDY7oIca7yBe5istTbY7OoIkkeixsVJ9hRiSvC+jmc81IdOIl6qyFDyGeEAz0Fug4QdeRZILeRTPHuB95Jio15uSjCEJqNtKWKm+QiewFJ0oCaNJ+WNIm1XocvVduGzjzAI5A7xRxPUPIhnVc5IvLugVkiM2E5wBVgIfRHJH/8Pk9W7iNSSf0jzgPszvlfAU8KLRCSqBWQ8Df1Q4L4pkXZwM1COujWYk8feVhcnXCHEkFf/tyAOVQAxZh7htVIKudqCQiUx1lWQlEmQ0V+f4NmT5/X6DeyxAPK8FrzeziaPIG2z05o5H1k8v0Tm+E9msojVfYWZ20Agh2bWWIQu4u5FNkp9BmioVKpDFy19GtvxwE13IG/wz1Bem3wF8BRm4asgDuBEJZFNybjq1ic9IZKyxAucj7sJInoy15NlsoRQ4ldHuBLL3Sh2yi1G7A3VoR5qROuQptt344J495cuQ6IwnKX3q5E4kVcwmLMiBUSxuESDFHmB6ics4Tmm3TTeFa5Nq9hU8ARzGE8BhPAEcxhPAYTwBHMZtAtixzkhp9aJduE0AXb+5hTTaUIYybhNgfYnvn0BcH67BbQK8SmlFeJyru6O6ArcJAJJC+adY66fpAL4LfNvCe1qC23xB6VQiKzanIrNsoxE3dhWysXT2vgcdwCVkEuRo8ucIkufiXyjm77EbNwugQmpPelcaV4X/A8ZmVvlIzmqnAAAAAElFTkSuQmCC)}.monsterinsights-admin-page .monsterinsights-addon-scroll{padding-top:105%}.monsterinsights-admin-page .monsterinsights-addon-scroll:after{background-image:url(../img/icon-scroll-tracking.png)}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell{padding-bottom:35px}@media (max-width:767px){.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell{padding-right:10px;padding-left:10px;line-height:1.2}}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell h3{color:#4c6577;font-size:18px;font-weight:400;margin-top:33px;margin-bottom:14px}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell h2{font-size:18px;margin-top:0}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell .monsterinsights-coupon{color:#509fe2;border:1px dashed #509fe2;padding:7px;margin:0 7px;vertical-align:middle;line-height:1}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell .monsterinsights-features{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-flow:wrap;flex-flow:wrap;margin:30px auto 25px;max-width:525px}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell .monsterinsights-features span{display:block;width:33%;color:#393f4a;font-size:14px;text-align:right;margin:10px 0}.monsterinsights-admin-page .settings-advanced .monsterinsights-upsell .monsterinsights-features span:before{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAj0lEQVQ4je2U0QmAIBCGv8QFXKEVapDGaYS2aJFGqBV8aAFX6EHB8OHOIIjA70nx/ED577ppPVHogR1wQABGwEsXjGZMUpfWLu1FaqSPadKfSC0xIlJMBmVf4i052LUsynkwD4U1OENsvTcJltjL2p/enzwDh1DvLXE4iAOi4AA2qeA/OW3Sb6Se3CCBivhdiyQVWMKC0oMAAAAASUVORK5CYII=);width:11px;height:11px;background-size:contain;display:inline-block;margin-left:12px}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .settings-input-license p{color:#444}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .settings-input-license p a{color:#509fe2}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-smile{display:inline-block;width:16px;height:16px;padding:0;vertical-align:middle}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-smile:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADB0lEQVRYhc2X30tTYRjHP+dMU5dTxxRLS1hkDUTNNUGELiTQmyYDL8rr6Bd01UVgf0CBF10FWuG1eRGIu8obLwIRtlabFQOliTlLVDY3nb87XZyztc2d7SBb+r17z/O8z/N93/O+z/N9BTRCcttNgAPoAloAM1CumDeBAOADpoBxweZc1xJX0JC4BRgA+oBijXz3gffAC8Hm9B2LgOS2G4BB4IEWomphgNfAU8HmjGomILntTcA4cPmYidMxDzgEm/NbTgKS294BfAAq8pQ8jgjQI9icM6oElJVPFyB5MonO5J1IEFD+uYf8bbsa5gFr/EyISYbB/5AcJcdgfCBA4qp9IctpD0d2MJw9g04nqrkAcHj4h+jWHlUVpdncJOCaYHP6ipQPA2rJJQlGxjy4vEGqjXqe3O/EVFWWMep6eJuXb6ZZC8Vob63n7m0rQuYlCUrOflGpcH1qVGf9K7i8QQDWQjEmJv2qy5qY9LMWigHg8gaZ9a+o+gJ9kttuEpHLq2qF+/EzlDpeDKl4HrWlz01DMeAQkWv7SaFLRG4sqrh00Zg6bjCqeB61pc/NgBYRuaupotlSS3trPQDVRj293RZV395uC9VGPQDtrfU0W2pzETALktsu5fKCvF/DBIpyu8jQGlCnEzX7glwJNzV75x+bIrKSOSkERGQZdVLwicgaLitc3iALS2HNUReWwonqmQNTRcjKZ4gs1XBlbYuRMQ/Xm+voaLtAo9lEaUnq+d3ZPWAusM7M5yU+zS5z6+bVXMn3gfF4NxwF7qh57u4d8PzVR36v/juvlYZS9GUy59j2PhvRnYTtXE05zx7foORM1kv2TrA5+zW3443oDm9HPcwFsqvtRrOJe/1WKg3a2nGyIhoCHmaNDnyfW8Xz9ReLyxtEorsAVBhKaKirpK3pPE1XanKFABgWbM5HcJokmfLBgSwcC4UIsjxPvBFSCruiVnsKRCIuy1PeBkc6i6LbO5G3Kl+YR5bjM+mGjK1NYWkFhpFP7HEhKTGsmV5FcJofpxmIFOR5/hdt5RGc1JOx/AAAAABJRU5ErkJggg==)}.monsterinsights-admin-page .monsterinsights-settings-license-lite .inline-field button{margin-right:0}
lite/assets/vue/css/widget.css CHANGED
@@ -2,4 +2,4 @@
2
 
3
  /*!
4
  * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
5
- */.monsterinsights-flag{display:inline-block;width:32px;height:32px;background:url(../img/flags.png) no-repeat}.monsterinsights-flag.monsterinsights-flag-ad{background-position:-32px 0}.monsterinsights-flag.monsterinsights-flag-ae{background-position:-64px 0}.monsterinsights-flag.monsterinsights-flag-af{background-position:-96px 0}.monsterinsights-flag.monsterinsights-flag-ag{background-position:-128px 0}.monsterinsights-flag.monsterinsights-flag-ai{background-position:-160px 0}.monsterinsights-flag.monsterinsights-flag-al{background-position:-192px 0}.monsterinsights-flag.monsterinsights-flag-am{background-position:-224px 0}.monsterinsights-flag.monsterinsights-flag-an{background-position:-256px 0}.monsterinsights-flag.monsterinsights-flag-ao{background-position:-288px 0}.monsterinsights-flag.monsterinsights-flag-ar{background-position:-320px 0}.monsterinsights-flag.monsterinsights-flag-as{background-position:-352px 0}.monsterinsights-flag.monsterinsights-flag-at{background-position:-384px 0}.monsterinsights-flag.monsterinsights-flag-au{background-position:-416px 0}.monsterinsights-flag.monsterinsights-flag-aw{background-position:-448px 0}.monsterinsights-flag.monsterinsights-flag-ax{background-position:-480px 0}.monsterinsights-flag.monsterinsights-flag-az{background-position:0 -32px}.monsterinsights-flag.monsterinsights-flag-ba{background-position:-32px -32px}.monsterinsights-flag.monsterinsights-flag-bb{background-position:-64px -32px}.monsterinsights-flag.monsterinsights-flag-bd{background-position:-96px -32px}.monsterinsights-flag.monsterinsights-flag-be{background-position:-128px -32px}.monsterinsights-flag.monsterinsights-flag-bf{background-position:-160px -32px}.monsterinsights-flag.monsterinsights-flag-bg{background-position:-192px -32px}.monsterinsights-flag.monsterinsights-flag-bh{background-position:-224px -32px}.monsterinsights-flag.monsterinsights-flag-bi{background-position:-256px -32px}.monsterinsights-flag.monsterinsights-flag-bj{background-position:-288px -32px}.monsterinsights-flag.monsterinsights-flag-bl{background-position:-320px -32px}.monsterinsights-flag.monsterinsights-flag-bm{background-position:-352px -32px}.monsterinsights-flag.monsterinsights-flag-bn{background-position:-384px -32px}.monsterinsights-flag.monsterinsights-flag-bo{background-position:-416px -32px}.monsterinsights-flag.monsterinsights-flag-br{background-position:-448px -32px}.monsterinsights-flag.monsterinsights-flag-bs{background-position:-480px -32px}.monsterinsights-flag.monsterinsights-flag-bt{background-position:0 -64px}.monsterinsights-flag.monsterinsights-flag-bw{background-position:-32px -64px}.monsterinsights-flag.monsterinsights-flag-by{background-position:-64px -64px}.monsterinsights-flag.monsterinsights-flag-bz{background-position:-96px -64px}.monsterinsights-flag.monsterinsights-flag-ca{background-position:-128px -64px}.monsterinsights-flag.monsterinsights-flag-cd{background-position:-160px -64px}.monsterinsights-flag.monsterinsights-flag-cf{background-position:-192px -64px}.monsterinsights-flag.monsterinsights-flag-cg{background-position:-224px -64px}.monsterinsights-flag.monsterinsights-flag-ch{background-position:-256px -64px}.monsterinsights-flag.monsterinsights-flag-ci{background-position:-288px -64px}.monsterinsights-flag.monsterinsights-flag-ck{background-position:-320px -64px}.monsterinsights-flag.monsterinsights-flag-cl{background-position:-352px -64px}.monsterinsights-flag.monsterinsights-flag-cm{background-position:-384px -64px}.monsterinsights-flag.monsterinsights-flag-cn{background-position:-416px -64px}.monsterinsights-flag.monsterinsights-flag-co{background-position:-448px -64px}.monsterinsights-flag.monsterinsights-flag-cr{background-position:-480px -64px}.monsterinsights-flag.monsterinsights-flag-cu{background-position:0 -96px}.monsterinsights-flag.monsterinsights-flag-cv{background-position:-32px -96px}.monsterinsights-flag.monsterinsights-flag-cw{background-position:-64px -96px}.monsterinsights-flag.monsterinsights-flag-cy{background-position:-96px -96px}.monsterinsights-flag.monsterinsights-flag-cz{background-position:-128px -96px}.monsterinsights-flag.monsterinsights-flag-de{background-position:-160px -96px}.monsterinsights-flag.monsterinsights-flag-dj{background-position:-192px -96px}.monsterinsights-flag.monsterinsights-flag-dk{background-position:-224px -96px}.monsterinsights-flag.monsterinsights-flag-dm{background-position:-256px -96px}.monsterinsights-flag.monsterinsights-flag-do{background-position:-288px -96px}.monsterinsights-flag.monsterinsights-flag-dz{background-position:-320px -96px}.monsterinsights-flag.monsterinsights-flag-ec{background-position:-352px -96px}.monsterinsights-flag.monsterinsights-flag-ee{background-position:-384px -96px}.monsterinsights-flag.monsterinsights-flag-eg{background-position:-416px -96px}.monsterinsights-flag.monsterinsights-flag-eh{background-position:-448px -96px}.monsterinsights-flag.monsterinsights-flag-er{background-position:-480px -96px}.monsterinsights-flag.monsterinsights-flag-es{background-position:0 -128px}.monsterinsights-flag.monsterinsights-flag-et{background-position:-32px -128px}.monsterinsights-flag.monsterinsights-flag-eu{background-position:-64px -128px}.monsterinsights-flag.monsterinsights-flag-fi{background-position:-96px -128px}.monsterinsights-flag.monsterinsights-flag-fj{background-position:-128px -128px}.monsterinsights-flag.monsterinsights-flag-fk{background-position:-160px -128px}.monsterinsights-flag.monsterinsights-flag-fm{background-position:-192px -128px}.monsterinsights-flag.monsterinsights-flag-fo{background-position:-224px -128px}.monsterinsights-flag.monsterinsights-flag-fr{background-position:-256px -128px}.monsterinsights-flag.monsterinsights-flag-ga{background-position:-288px -128px}.monsterinsights-flag.monsterinsights-flag-gb{background-position:-320px -128px}.monsterinsights-flag.monsterinsights-flag-gd{background-position:-352px -128px}.monsterinsights-flag.monsterinsights-flag-ge{background-position:-384px -128px}.monsterinsights-flag.monsterinsights-flag-gg{background-position:-416px -128px}.monsterinsights-flag.monsterinsights-flag-gh{background-position:-448px -128px}.monsterinsights-flag.monsterinsights-flag-gi{background-position:-480px -128px}.monsterinsights-flag.monsterinsights-flag-gl{background-position:0 -160px}.monsterinsights-flag.monsterinsights-flag-gm{background-position:-32px -160px}.monsterinsights-flag.monsterinsights-flag-gn{background-position:-64px -160px}.monsterinsights-flag.monsterinsights-flag-gp{background-position:-96px -160px}.monsterinsights-flag.monsterinsights-flag-gq{background-position:-128px -160px}.monsterinsights-flag.monsterinsights-flag-gr{background-position:-160px -160px}.monsterinsights-flag.monsterinsights-flag-gs{background-position:-192px -160px}.monsterinsights-flag.monsterinsights-flag-gt{background-position:-224px -160px}.monsterinsights-flag.monsterinsights-flag-gu{background-position:-256px -160px}.monsterinsights-flag.monsterinsights-flag-gw{background-position:-288px -160px}.monsterinsights-flag.monsterinsights-flag-gy{background-position:-320px -160px}.monsterinsights-flag.monsterinsights-flag-hk{background-position:-352px -160px}.monsterinsights-flag.monsterinsights-flag-hn{background-position:-384px -160px}.monsterinsights-flag.monsterinsights-flag-hr{background-position:-416px -160px}.monsterinsights-flag.monsterinsights-flag-ht{background-position:-448px -160px}.monsterinsights-flag.monsterinsights-flag-hu{background-position:-480px -160px}.monsterinsights-flag.monsterinsights-flag-ic{background-position:0 -192px}.monsterinsights-flag.monsterinsights-flag-id{background-position:-32px -192px}.monsterinsights-flag.monsterinsights-flag-ie{background-position:-64px -192px}.monsterinsights-flag.monsterinsights-flag-il{background-position:-96px -192px}.monsterinsights-flag.monsterinsights-flag-im{background-position:-128px -192px}.monsterinsights-flag.monsterinsights-flag-in{background-position:-160px -192px}.monsterinsights-flag.monsterinsights-flag-iq{background-position:-192px -192px}.monsterinsights-flag.monsterinsights-flag-ir{background-position:-224px -192px}.monsterinsights-flag.monsterinsights-flag-is{background-position:-256px -192px}.monsterinsights-flag.monsterinsights-flag-it{background-position:-288px -192px}.monsterinsights-flag.monsterinsights-flag-je{background-position:-320px -192px}.monsterinsights-flag.monsterinsights-flag-jm{background-position:-352px -192px}.monsterinsights-flag.monsterinsights-flag-jo{background-position:-384px -192px}.monsterinsights-flag.monsterinsights-flag-jp{background-position:-416px -192px}.monsterinsights-flag.monsterinsights-flag-ke{background-position:-448px -192px}.monsterinsights-flag.monsterinsights-flag-kg{background-position:-480px -192px}.monsterinsights-flag.monsterinsights-flag-kh{background-position:0 -224px}.monsterinsights-flag.monsterinsights-flag-ki{background-position:-32px -224px}.monsterinsights-flag.monsterinsights-flag-km{background-position:-64px -224px}.monsterinsights-flag.monsterinsights-flag-kn{background-position:-96px -224px}.monsterinsights-flag.monsterinsights-flag-kp{background-position:-128px -224px}.monsterinsights-flag.monsterinsights-flag-kr{background-position:-160px -224px}.monsterinsights-flag.monsterinsights-flag-kw{background-position:-192px -224px}.monsterinsights-flag.monsterinsights-flag-ky{background-position:-224px -224px}.monsterinsights-flag.monsterinsights-flag-kz{background-position:-256px -224px}.monsterinsights-flag.monsterinsights-flag-la{background-position:-288px -224px}.monsterinsights-flag.monsterinsights-flag-lb{background-position:-320px -224px}.monsterinsights-flag.monsterinsights-flag-lc{background-position:-352px -224px}.monsterinsights-flag.monsterinsights-flag-li{background-position:-384px -224px}.monsterinsights-flag.monsterinsights-flag-lk{background-position:-416px -224px}.monsterinsights-flag.monsterinsights-flag-lr{background-position:-448px -224px}.monsterinsights-flag.monsterinsights-flag-ls{background-position:-480px -224px}.monsterinsights-flag.monsterinsights-flag-lt{background-position:0 -256px}.monsterinsights-flag.monsterinsights-flag-lu{background-position:-32px -256px}.monsterinsights-flag.monsterinsights-flag-lv{background-position:-64px -256px}.monsterinsights-flag.monsterinsights-flag-ly{background-position:-96px -256px}.monsterinsights-flag.monsterinsights-flag-ma{background-position:-128px -256px}.monsterinsights-flag.monsterinsights-flag-mc{background-position:-160px -256px}.monsterinsights-flag.monsterinsights-flag-md{background-position:-192px -256px}.monsterinsights-flag.monsterinsights-flag-me{background-position:-224px -256px}.monsterinsights-flag.monsterinsights-flag-mf{background-position:-256px -256px}.monsterinsights-flag.monsterinsights-flag-mg{background-position:-288px -256px}.monsterinsights-flag.monsterinsights-flag-mh{background-position:-320px -256px}.monsterinsights-flag.monsterinsights-flag-mk{background-position:-352px -256px}.monsterinsights-flag.monsterinsights-flag-ml{background-position:-384px -256px}.monsterinsights-flag.monsterinsights-flag-mm{background-position:-416px -256px}.monsterinsights-flag.monsterinsights-flag-mn{background-position:-448px -256px}.monsterinsights-flag.monsterinsights-flag-mo{background-position:-480px -256px}.monsterinsights-flag.monsterinsights-flag-mp{background-position:0 -288px}.monsterinsights-flag.monsterinsights-flag-mq{background-position:-32px -288px}.monsterinsights-flag.monsterinsights-flag-mr{background-position:-64px -288px}.monsterinsights-flag.monsterinsights-flag-ms{background-position:-96px -288px}.monsterinsights-flag.monsterinsights-flag-mt{background-position:-128px -288px}.monsterinsights-flag.monsterinsights-flag-mu{background-position:-160px -288px}.monsterinsights-flag.monsterinsights-flag-mv{background-position:-192px -288px}.monsterinsights-flag.monsterinsights-flag-mw{background-position:-224px -288px}.monsterinsights-flag.monsterinsights-flag-mx{background-position:-256px -288px}.monsterinsights-flag.monsterinsights-flag-my{background-position:-288px -288px}.monsterinsights-flag.monsterinsights-flag-mz{background-position:-320px -288px}.monsterinsights-flag.monsterinsights-flag-na{background-position:-352px -288px}.monsterinsights-flag.monsterinsights-flag-nc{background-position:-384px -288px}.monsterinsights-flag.monsterinsights-flag-ne{background-position:-416px -288px}.monsterinsights-flag.monsterinsights-flag-nf{background-position:-448px -288px}.monsterinsights-flag.monsterinsights-flag-ng{background-position:-480px -288px}.monsterinsights-flag.monsterinsights-flag-ni{background-position:0 -320px}.monsterinsights-flag.monsterinsights-flag-nl{background-position:-32px -320px}.monsterinsights-flag.monsterinsights-flag-no{background-position:-64px -320px}.monsterinsights-flag.monsterinsights-flag-np{background-position:-96px -320px}.monsterinsights-flag.monsterinsights-flag-nr{background-position:-128px -320px}.monsterinsights-flag.monsterinsights-flag-nu{background-position:-160px -320px}.monsterinsights-flag.monsterinsights-flag-nz{background-position:-192px -320px}.monsterinsights-flag.monsterinsights-flag-om{background-position:-224px -320px}.monsterinsights-flag.monsterinsights-flag-pa{background-position:-256px -320px}.monsterinsights-flag.monsterinsights-flag-pe{background-position:-288px -320px}.monsterinsights-flag.monsterinsights-flag-pf{background-position:-320px -320px}.monsterinsights-flag.monsterinsights-flag-pg{background-position:-352px -320px}.monsterinsights-flag.monsterinsights-flag-ph{background-position:-384px -320px}.monsterinsights-flag.monsterinsights-flag-pk{background-position:-416px -320px}.monsterinsights-flag.monsterinsights-flag-pl{background-position:-448px -320px}.monsterinsights-flag.monsterinsights-flag-pn{background-position:-480px -320px}.monsterinsights-flag.monsterinsights-flag-pr{background-position:0 -352px}.monsterinsights-flag.monsterinsights-flag-ps{background-position:-32px -352px}.monsterinsights-flag.monsterinsights-flag-pt{background-position:-64px -352px}.monsterinsights-flag.monsterinsights-flag-pw{background-position:-96px -352px}.monsterinsights-flag.monsterinsights-flag-py{background-position:-128px -352px}.monsterinsights-flag.monsterinsights-flag-qa{background-position:-160px -352px}.monsterinsights-flag.monsterinsights-flag-re{background-position:-192px -352px}.monsterinsights-flag.monsterinsights-flag-ro{background-position:-224px -352px}.monsterinsights-flag.monsterinsights-flag-rs{background-position:-256px -352px}.monsterinsights-flag.monsterinsights-flag-ru{background-position:-288px -352px}.monsterinsights-flag.monsterinsights-flag-rw{background-position:-320px -352px}.monsterinsights-flag.monsterinsights-flag-sa{background-position:-352px -352px}.monsterinsights-flag.monsterinsights-flag-sb{background-position:-384px -352px}.monsterinsights-flag.monsterinsights-flag-sc{background-position:-416px -352px}.monsterinsights-flag.monsterinsights-flag-sd{background-position:-448px -352px}.monsterinsights-flag.monsterinsights-flag-se{background-position:-480px -352px}.monsterinsights-flag.monsterinsights-flag-sg{background-position:0 -384px}.monsterinsights-flag.monsterinsights-flag-sh{background-position:-32px -384px}.monsterinsights-flag.monsterinsights-flag-si{background-position:-64px -384px}.monsterinsights-flag.monsterinsights-flag-sk{background-position:-96px -384px}.monsterinsights-flag.monsterinsights-flag-sl{background-position:-128px -384px}.monsterinsights-flag.monsterinsights-flag-sm{background-position:-160px -384px}.monsterinsights-flag.monsterinsights-flag-sn{background-position:-192px -384px}.monsterinsights-flag.monsterinsights-flag-so{background-position:-224px -384px}.monsterinsights-flag.monsterinsights-flag-sr{background-position:-256px -384px}.monsterinsights-flag.monsterinsights-flag-ss{background-position:-288px -384px}.monsterinsights-flag.monsterinsights-flag-st{background-position:-320px -384px}.monsterinsights-flag.monsterinsights-flag-sv{background-position:-352px -384px}.monsterinsights-flag.monsterinsights-flag-sy{background-position:-384px -384px}.monsterinsights-flag.monsterinsights-flag-sz{background-position:-416px -384px}.monsterinsights-flag.monsterinsights-flag-tc{background-position:-448px -384px}.monsterinsights-flag.monsterinsights-flag-td{background-position:-480px -384px}.monsterinsights-flag.monsterinsights-flag-tf{background-position:0 -416px}.monsterinsights-flag.monsterinsights-flag-tg{background-position:-32px -416px}.monsterinsights-flag.monsterinsights-flag-th{background-position:-64px -416px}.monsterinsights-flag.monsterinsights-flag-tj{background-position:-96px -416px}.monsterinsights-flag.monsterinsights-flag-tk{background-position:-128px -416px}.monsterinsights-flag.monsterinsights-flag-tl{background-position:-160px -416px}.monsterinsights-flag.monsterinsights-flag-tm{background-position:-192px -416px}.monsterinsights-flag.monsterinsights-flag-tn{background-position:-224px -416px}.monsterinsights-flag.monsterinsights-flag-to{background-position:-256px -416px}.monsterinsights-flag.monsterinsights-flag-tr{background-position:-288px -416px}.monsterinsights-flag.monsterinsights-flag-tt{background-position:-320px -416px}.monsterinsights-flag.monsterinsights-flag-tv{background-position:-352px -416px}.monsterinsights-flag.monsterinsights-flag-tw{background-position:-384px -416px}.monsterinsights-flag.monsterinsights-flag-tz{background-position:-416px -416px}.monsterinsights-flag.monsterinsights-flag-ua{background-position:-448px -416px}.monsterinsights-flag.monsterinsights-flag-ug{background-position:-480px -416px}.monsterinsights-flag.monsterinsights-flag-us{background-position:0 -448px}.monsterinsights-flag.monsterinsights-flag-uy{background-position:-32px -448px}.monsterinsights-flag.monsterinsights-flag-uz{background-position:-64px -448px}.monsterinsights-flag.monsterinsights-flag-va{background-position:-96px -448px}.monsterinsights-flag.monsterinsights-flag-vc{background-position:-128px -448px}.monsterinsights-flag.monsterinsights-flag-ve{background-position:-160px -448px}.monsterinsights-flag.monsterinsights-flag-vg{background-position:-192px -448px}.monsterinsights-flag.monsterinsights-flag-vi{background-position:-224px -448px}.monsterinsights-flag.monsterinsights-flag-vn{background-position:-256px -448px}.monsterinsights-flag.monsterinsights-flag-vu{background-position:-288px -448px}.monsterinsights-flag.monsterinsights-flag-wf{background-position:-320px -448px}.monsterinsights-flag.monsterinsights-flag-ws{background-position:-352px -448px}.monsterinsights-flag.monsterinsights-flag-ye{background-position:-384px -448px}.monsterinsights-flag.monsterinsights-flag-yt{background-position:-416px -448px}.monsterinsights-flag.monsterinsights-flag-za{background-position:-448px -448px}.monsterinsights-flag.monsterinsights-flag-zm{background-position:-480px -448px}.monsterinsights-flag.monsterinsights-flag-zw{background-position:0 -480px}.monsterinsights-reports-page .monsterinsights-header .monsterinsights-container,.monsterinsights-reports-page .monsterinsights-navigation-bar .monsterinsights-container{padding-left:10px;padding-right:10px;width:auto}@media (max-width:782px){.monsterinsights-reports-page .monsterinsights-header .monsterinsights-container,.monsterinsights-reports-page .monsterinsights-navigation-bar .monsterinsights-container{padding:0}}.monsterinsights-report{padding:20px;position:relative}body.monsterinsights-reporting-page #wpbody-content{padding-bottom:0}body.monsterinsights-reporting-page #wpfooter{padding-top:0}body.monsterinsights-reporting-page #wpfooter:before{display:none}body.monsterinsights-reporting-page .monsterinsights-red{color:#d73638}body.monsterinsights-reporting-page .monsterinsights-green{color:#5cc0a5}body.monsterinsights-reporting-page .monsterinsights-report-top h2{margin:14px 0 28px;display:inline-block;color:#393f4c;font-size:24px}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-report-top h2{display:none}}@media (min-width:783px) and (max-width:935px){body.monsterinsights-reporting-page .monsterinsights-report-top h2{display:block;margin-bottom:25px}}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{display:-webkit-box;display:-ms-flexbox;display:flex;float:right}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{float:none;width:100%;-ms-flex-flow:wrap;flex-flow:wrap}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker .monsterinsights-buttons-toggle{width:100%;margin-right:0}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker .monsterinsights-buttons-toggle .monsterinsights-button{width:50%}}@media (min-width:783px) and (max-width:935px){body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{float:none;margin-bottom:25px}}body.monsterinsights-reporting-page .monsterinsights-datepicker{width:200px;background-color:#8ea4b4;font-weight:700;color:#fff;text-align:center;border-color:#708c9f;border-width:1px 1px 2px;border-radius:3px;height:40px;margin:0}body.monsterinsights-reporting-page .monsterinsights-datepicker::-webkit-input-placeholder{color:#fff}body.monsterinsights-reporting-page .monsterinsights-datepicker:-moz-placeholder,body.monsterinsights-reporting-page .monsterinsights-datepicker::-moz-placeholder{color:#fff}body.monsterinsights-reporting-page .monsterinsights-datepicker:-ms-input-placeholder{color:#fff}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-datepicker{width:calc(50% - 5px);margin-bottom:20px;margin-top:10px;font-size:14px}}body.monsterinsights-reporting-page .monsterinsights-mobile-details-toggle{width:calc(50% - 5px);margin-bottom:20px;margin-top:10px;margin-left:10px;font-weight:700}@media (min-width:783px){body.monsterinsights-reporting-page .monsterinsights-mobile-details-toggle{display:none}}body.monsterinsights-reporting-page .monsterinsights-info{color:#b6c9da;cursor:help;font-size:15px}body.monsterinsights-reporting-page .monsterinsights-report-row{margin-bottom:25px}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button{background:#eceff5;color:#464c57;border-bottom-width:1px;border-color:#d6e2ed;border-radius:0;line-height:18px;border-right:0;margin:0}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:hover{background:#fff}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:focus{z-index:10;position:relative}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right:1px solid #d6e2ed}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button.monsterinsights-selected-interval{background:#fff;color:#509fe2;font-weight:700}.monsterinsights-reports-overview-datagraph-tooltip-container{padding:15px;background-color:#fff;border-radius:4px;-webkit-box-shadow:0 0 24px rgba(89,164,234,.33);box-shadow:0 0 24px rgba(89,164,234,.33)}#monsterinsights-chartjs-line-overview-tooltip{min-width:100px}.monsterinsights-reports-overview-datagraph-tooltip-title{color:#23282d;font-size:14px;font-weight:400;border-bottom:1px solid #d4e2ef;padding-bottom:5px}.monsterinsights-reports-overview-datagraph-tooltip-number{color:#23282d;font-size:24px;font-weight:400;margin-top:5px;margin-bottom:5px}.monsterinsights-reports-overview-datagraph-tooltip-descriptor{color:#23282d;font-size:12px;font-weight:400;margin-bottom:10px}.monsterinsights-reports-overview-datagraph-tooltip-trend{color:#23282d;font-size:16px;font-weight:400}#monsterinsights-chartjs-bar-tooltip,.monsterinsights-line-chart-tooltip{opacity:1;position:absolute;margin-left:-55px}.monsterinsights-report-tabs-navigation{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-report-tabs-navigation button{border-color:#d6e2ed;border-style:solid;border-width:1px 0;background:#eceff4;color:#444;width:50%;font-weight:700;text-align:left;font-size:18px;padding:23px 20px 25px;cursor:pointer;margin:0;position:relative}@media (max-width:782px){.monsterinsights-report-tabs-navigation button{font-size:14px;padding:13px 20px 15px;text-align:center}}.monsterinsights-report-tabs-navigation button:first-child{border-right:1px solid #d6e2ed}.monsterinsights-report-tabs-navigation button:focus{z-index:10}.monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{background:#fff;color:#509fe2;border-bottom:none;border-top:2px solid #3a93dd;padding-top:20px}@media (max-width:782px){.monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{padding-top:12px}}.monsterinsights-report-tabs-navigation button i{margin-right:10px;color:#8ba4b7}.monsterinsights-report-tabs{background:#fff;border:1px solid #d6e2ed;border-top:none}.monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding:20px}.monsterinsights-report-infobox-row{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #d6e2ed}@media (max-width:782px){.monsterinsights-report-infobox-row{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:25%;background:#fff;border-left:1px solid #d6e2ed;padding:17px 20px 15px;position:relative}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-info{position:absolute;right:20px;top:18px}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child{border-left:none}@media (max-width:782px){.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3),.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(4){border-top:1px solid #d6e2ed}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3){border-left:none}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-report-title{padding-right:18px;text-overflow:ellipsis;overflow:hidden;white-space:pre;line-height:1.2}.monsterinsights-report-title{font-size:18px;color:#393f4c;font-weight:700;margin-top:0}.monsterinsights-reports-infobox-number{font-size:40px;font-weight:200;display:inline-block;line-height:1;margin-top:11px;float:left}@media (max-width:782px){.monsterinsights-reports-infobox-number{font-size:36px;float:none}}.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:right}@media (max-width:1280px){.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:none;clear:both}}.monsterinsights-reports-infobox-prev{font-size:16px}.monsterinsights-reports-infobox-compare{clear:right;font-size:12px;color:#acbdc9}.monsterinsights-buttons-toggle{margin-right:25px}.monsterinsights-report-flex{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991px){.monsterinsights-report-flex{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-pie-chart-legend-color{width:12px;height:12px;display:inline-block;margin-right:5px;border-radius:50%}.monsterinsights-pie-chart-legend-text{min-width:100px;margin-right:10px;display:inline-block;font-size:16px;color:#393f4c}.monsterinsights-pie-chart-legend-value{color:#393f4c;font-size:18px;font-weight:500}.monsterinsights-reports-pie-chart{width:50%;padding:20px;background:#fff;border:1px solid #d6e2ed;position:relative}.monsterinsights-reports-pie-chart:first-child{margin-right:25px}@media (max-width:991px){.monsterinsights-reports-pie-chart:first-child{margin:0 0 25px}}@media (max-width:991px){.monsterinsights-reports-pie-chart{width:100%}}.monsterinsights-reports-pie-chart .monsterinsights-reports-pie-chart-holder{position:relative}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart{margin:0 auto}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{position:absolute;left:250px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{position:relative;left:auto;top:auto;-webkit-transform:none;-ms-transform:none;transform:none;margin-top:20px}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend .monsterinsights-pie-chart-legend-value{float:right}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-tooltip{position:absolute;pointer-events:none}.monsterinsights-reports-pie-chart .monsterinsights-info{position:absolute;top:20px;right:20px}.monsterinsights-table-box{border:1px solid #d6e2ed;background:#fff;width:100%;margin-left:20px;padding-top:18px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.monsterinsights-table-box:first-child{margin-left:0;margin-top:0}.monsterinsights-table-box h3{margin-left:20px}.monsterinsights-table-box .monsterinsights-info{position:absolute}@media (max-width:991px){.monsterinsights-table-box{margin-left:0;margin-top:20px}}.monsterinsights-table-box-footer{background:#f9fbff;border-top:1px solid #d6e2ed;padding:20px}.monsterinsights-table-box-footer:after{display:table;clear:both;content:""}@media (max-width:782px){.monsterinsights-table-box-footer>.monsterinsights-button{width:100%;text-align:center}}.monsterinsights-table-list-item{padding:12px 20px;min-height:43px;font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex}table .monsterinsights-table-list-item{display:table-row}.monsterinsights-table-list-item:nth-child(odd){background-color:#f9fbff}.monsterinsights-table-list-item .monsterinsights-reports-list-text{color:#393f4c;white-space:pre;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;display:inline-block;width:100%;padding:1px;margin:-1px}.monsterinsights-table-list-item .monsterinsights-reports-list-text a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.monsterinsights-table-list-item .monsterinsights-reports-list-text img{display:inline-block;margin-right:10px;vertical-align:middle}.monsterinsights-table-list-item .monsterinsights-flag{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);display:inline-block;margin:-12px 0 -10px -8px}.monsterinsights-table-list-item a{text-decoration:none;color:#393f4c}.monsterinsights-table-list-item a:focus,.monsterinsights-table-list-item a:hover{color:#777}.monsterinsights-table-list-item .monsterinsights-reports-list-count{display:inline-block;min-width:30px;color:#657086;font-weight:400}.monsterinsights-table-list-item .monsterinsights-reports-list-number{color:#393f4c;font-size:15px;text-align:right;display:block;padding-left:5px}.monsterinsights-table-box-pagination{float:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:782px){.monsterinsights-table-box-pagination{float:none;width:100%;margin-top:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.monsterinsights-table-box-pagination span{margin-right:20px;color:#8ba4b7}.monsterinsights-table-box-pagination .monsterinsights-buttons-toggle{margin-right:0}.monsterinsights-table-box-list{height:100%}.monsterinsights-table-box-table .monsterinsights-table-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;word-break:break-all}@media (max-width:782px){.monsterinsights-table-box-table .monsterinsights-table-item-content{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-table-box-mobile .monsterinsights-table-box-table{overflow:auto}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:0}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding-left:0;margin-left:50px;border-top:1px solid #d6e2ed;font-size:13px;color:#657086;padding-top:8px;padding-bottom:8px}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td.monsterinsights-table-cell-1{margin-left:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;padding-left:20px;font-size:15px;color:#393f4c;padding-top:12px;padding-bottom:12px;border-top:none}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after{-webkit-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th{display:none;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1{display:block;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1 .monsterinsights-table-item-content,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1 .monsterinsights-table-item-content{padding-right:30px;position:relative;white-space:pre;text-overflow:ellipsis;overflow:hidden;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after{content:"\F01F";display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);color:#acbdc9;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table .monsterinsights-table-mobile-heading{min-width:125px}.monsterinsights-table-box-mobile .monsterinsights-table-box-table .monsterinsights-table-list-item-empty td:first-child .monsterinsights-table-item-content:after{display:none}.monsterinsights-table-box-table table{width:100%;border-collapse:collapse}.monsterinsights-table-box-mobile .monsterinsights-table-box-table table{table-layout:fixed}.monsterinsights-table-box-table th{text-align:left;font-size:15px}.monsterinsights-table-box-table td,.monsterinsights-table-box-table th{border:none;padding:12px 10px;line-height:19px}.monsterinsights-table-box-table td:first-child,.monsterinsights-table-box-table th:first-child{padding-left:20px}.monsterinsights-table-box-table td:last-child,.monsterinsights-table-box-table th:last-child{padding-right:20px}.monsterinsights-report-2-columns{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.monsterinsights-report-2-columns .monsterinsights-table-box{width:calc(50% - 12.5px)}@media (max-width:991px){.monsterinsights-report-2-columns .monsterinsights-table-box{width:100%}}.monsterinsights-report-2-columns.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%}.monsterinsights-report-2-columns .monsterinsights-table-box:nth-child(n+1){margin-left:0}.monsterinsights-report-2-columns .monsterinsights-table-box:nth-child(n+3){margin-top:25px}.monsterinsights-report-flex .monsterinsights-report-box{width:calc(50% - 12.5px)}@media (max-width:782px){.monsterinsights-report-flex .monsterinsights-report-box{width:100%;margin-top:20px}.monsterinsights-report-flex .monsterinsights-report-box:first-child{margin-top:0}}.monsterinsights-reports-tooltip{font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-arrow{width:12.5px;height:13px;display:inline-block;background-size:contain;background-repeat:no-repeat}.monsterinsights-arrow.monsterinsights-down{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABSUlEQVRIie3WP0scQRgH4OdODaggXiGksNLCFCEigtqpYGFhZ6+IhYKSQO4DaGFnIYLcdRbWVhYRVKzsbbURjI2QD2GK24N1b3dv9hK7e2FZ3tn5zQPL/pnSw8ycwFrFJvrwip/4ExLsDRVwgs+x/hEHIcFyAaQ/0Q+GBosgHVcX6SIfjwzhO6b+w5o92MByHBnGLY5xh/l/AEo4jY5f+NFEzjAdTRrABWY7BGpYi/VHWCqjkpg8hEt8K4gcYjsFrpSxjpfExQpuMBEI7KGaMl7DeRlPWEiBRiJorA1QxX4GsIu35tOVBY3iKjqn1ZbGbcoEeP+eZEHjuManxPhKtFgpD0giedAXrf+Tryn5FiANyYPaVSqQhcSh34FAPQvIQ5rQYgBUx04W0A4JgdoCIUgeFASEInHoOeproQDF9l1PmNT4AtwXyPkLNbVGvHN63iMAAAAASUVORK5CYII=)}.monsterinsights-arrow.monsterinsights-down.monsterinsights-green{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABhUlEQVRIie3Wz0qVQRjH8c85qUQtbGN0Ba5U0E0XEAWtBAmh/IdSIUFYFxB1BYWiIMbBMNSwDCoUlAK3bQTpDtx2B5HaYt5DpzmTZ45JK3+r4Znneb/MPH/eKQ3vLMtUH64X632s5ga2NOH3BZdqbN/xOSe4nAm5GAHgcmZsNuSfdAY5g/wfSJfQD6ehHpyvhZQwg2/Y1USTJVRCBXv4io4q5CkeFk6dwqhoPyHkBSaKdQ+20FbGzcixu9i80CTgGaYiWy+ulPEEP6LNq/iItkzAI+FGYk1jv4xtDCRA17CGcw0A43iesM/jMb+rawODCVA/FoWEpnQLLxP7FTzAEX/+Tz7gjvAzaq2xj1SdI93AbfUnXcS92pi4GdcxhIPIPpqAjKnP2VIMSEHgLYYToEZaEcq3Lu5vY+WNkNBc0Jpw2qT/cbPrNe7isAHgnfQVZ0HgFe5LJx7eF4Cfx30kZwpXMJkAfRKqKy77E0FgQZhvVdCm0CMNAeS/u2BOeNR1YjYXAL8A/ktHYGdlxIUAAAAASUVORK5CYII=)}.monsterinsights-arrow.monsterinsights-up{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABRUlEQVRIie3Vvy4EQRwH8M+dKxUeAIV7EvGnUHiCqzQOiUrUvAAdEYlC4glIlCgViJCIQjQ6IrnCn0j8KfY21t7u3Q4KhW+zmd/szCcz2dkp1fa3BKQHAzgOGVQOeLeKUxxhFaXfRqrYQ3+zXQ+BiiAx0JeqTxaFOiF5QBDUDukEFIYqbYB99HYAkhBM4T3dmbWSUCAJZa4ojeQBF3hK1c7xVgRKInnAFUbxkqrvYFrr9rRAMZIH3GCk+czKGuYy6l+gchvgFsO4zgHiLGEhB1pBqYLNDOAeQ7jsAMRZRLfWVdVxUEYj1dHAGM4KAnHmRVuUTqOMGk6ahUeM4zAQIPoAZkQ7E2cOuxXR1gxiAgcCf+MZUDzPLbb5PPENLP9g8mResZEshNwn384/8o/8DeQ51X4oOjDv+s3KrOg0d+EO60UHfgC50EbFBrbrYQAAAABJRU5ErkJggg==)}.monsterinsights-arrow.monsterinsights-up.monsterinsights-red{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAABYUlEQVRIie3UTUtVURTG8V/HPkBgpuVV86UsTYkG4tgmEeYgiIIIp324gjAoLLVRkM3CSaCOdOZAnEgoiYO7Nlw2J9texZEPHDh7vTz/xdqwr/yemlaoYSygA8+wXtJUFZoPYgVjGI3/kfMC9Idhf0usEbHBswIa+IbbNbm+yA20C+gNg6ETagaipu+0gJvK95zup1EK6I6GuwXmSSPRc+t/gC4s414W360x3cvOdwLS8y9AMh/PGrfwugbwFptZbDQ8buSATnzBRNawgxls1wC28aQmNxaQrgS4FuYPs8I9PMZGjXnSBp7GIK16gCVcr/Aej7KC/Zhu7QTzpDXNpyO/k0m8q3A/SxxgDj8KzJNW8TwGa9VEhXn8icBfvNTc4Wm1glcxYBr0TYWvmMVimH9owzzpI17gs+baPl2NxLL2pq7TQnwof67b1iXgEnBxgKOa2OF5AtbxveX8E79KGo8BZr5ClKgrWrIAAAAASUVORK5CYII=)}.monsterinsights-reports-overview-datagraph-tooltip-trend{font-weight:700}.monsterinsights-reports-overview-datagraph-tooltip-trend .monsterinsights-arrow{margin-right:5px}.monsterinsights-report-box{background:#fff;border:1px solid #d6e2ed;padding:0 20px 20px;position:relative}.monsterinsights-report-box .monsterinsights-info{position:absolute;right:20px;top:20px}.monsterinsights-realtime-large{font-size:150px;text-align:center;line-height:1.5;color:#393f4c}.monsterinsights-realtime-active{text-align:center;width:100%;font-size:25px;line-height:1;margin-top:-50px;color:#393f4c}.monsterinsights-realtime-box-content .monsterinsights-line-chart-tooltip{max-width:115px}#monsterinsights-chartjs-pie-age-tooltip{margin-left:23px;min-width:95px}.monsterinsights-blur .monsterinsights-report-row{-webkit-filter:blur(5px);filter:blur(5px)}.monsterinsights-blur .monsterinsights-report{min-height:850px}.monsterinsights-reports-referral-icon{vertical-align:middle;margin-right:10px;margin-left:2px}.monsterinsights-upsell-inline{background-image:url(../img/reports-upsell-bg.png);background-repeat:no-repeat;background-position:100% 0;background-color:#fff;background-size:452px}@media (max-width:991px){.monsterinsights-upsell-inline .monsterinsights-upsell-inline-content{margin:-20px;padding:20px;background:hsla(0,0%,100%,.3)}}.monsterinsights-upsell-content{max-width:750px}.monsterinsights-upsell-content p{font-size:16px;color:#393f4c;line-height:1.8}.monsterinsights-upsell-content .monsterinsights-light{color:#657086}.monsterinsights-upsell-content .monsterinsights-button{font-size:17px;font-weight:700;padding:15px 25px;line-height:1}@media (max-width:782px){.monsterinsights-upsell-content .monsterinsights-button{font-size:15px}}.monsterinsights-upsell-overlay{position:absolute;top:125px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:750px;max-width:100%;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);background-color:#fff;border:1px solid #d6e2ed}.monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 40px}@media (max-width:782px){.monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 20px}}@media (max-width:782px){.monsterinsights-upsell-overlay{top:70px;width:calc(100% - 40px)}}.monsterinsights-upsell-overlay h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-upsell-overlay .monsterinsights-upsell-subtitle{color:#4c6577;font-size:16px;text-align:center}.monsterinsights-upsell-overlay p{margin:20px 0}.monsterinsights-upsell-overlay .monsterinsights-upsell-content{border-top:1px solid #d6e2ed;background:#f9fbff;padding:40px}@media (max-width:782px){.monsterinsights-upsell-overlay .monsterinsights-upsell-content{padding-left:20px;padding-right:20px}}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul{margin:0 auto;max-width:520px}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li{color:#4c6577;font-size:16px;margin:0 0 30px;padding-left:40px;position:relative;line-height:1.2}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li:before{position:absolute;content:"\F015";width:20px;height:20px;background:#5cc0a5;left:0;border-radius:50%;display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f9fbff;font-size:14px;text-align:center;line-height:20px;top:-1px}.monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-button{font-weight:400;font-size:16px;margin-top:10px}.monsterinsights-upsell-overlay a{color:#393f4c}.monsterinsights-upsell-overlay a:hover{text-decoration:none}.monsterinsights-center,.monsterinsights-mobile-upsell{text-align:center}.monsterinsights-mobile-upsell .monsterinsights-notice{border-top:1px solid #d6e2ed;border-right:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-mobile-upsell .monsterinsights-notice-inner{margin-top:0}@media (min-width:783px){.monsterinsights-mobile-upsell{display:none}}.monsterinsights-mobile-upsell .monsterinsights-notice-success .monsterinsights-notice-button{margin-right:0}@media (max-width:782px){.monsterinsights-overview-upsell-desktop{display:none}}.monsterinsights-report-realtime .monsterinsights-table-box th:first-child{width:auto}.monsterinsights-reports-list-title{display:inline-block;word-break:break-all}@media (max-width:782px){.monsterinsights-reports-list-title{width:calc(100% - 30px);text-overflow:ellipsis;overflow:hidden}}#monsterinsights_reports_widget,#monsterinsights_reports_widget *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}#monsterinsights_reports_widget .inside{margin:0;padding:0}#monsterinsights_reports_widget .monsterinsights-info:focus,#monsterinsights_reports_widget a:focus,#monsterinsights_reports_widget button:focus{outline:none;-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}#monsterinsights_reports_widget .handlediv:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}#dashboard-widgets .monsterinsights-widget-toggle,.postbox .inside .monsterinsights-widget-toggle{background-color:#fafafa;border-bottom:1px solid #eee;cursor:pointer;padding:11px 12px;line-height:1;position:relative}#dashboard-widgets .monsterinsights-widget-toggle:focus,.postbox .inside .monsterinsights-widget-toggle:focus{outline:none;-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);z-index:10}#dashboard-widgets .monsterinsights-widget-toggle h2,.postbox .inside .monsterinsights-widget-toggle h2{display:inline-block;font-size:14px;font-weight:400;line-height:1;margin:0;padding:0;color:#23282c}#dashboard-widgets .monsterinsights-widget-toggle.monsterinsights-widget-toggle-active:after,.postbox .inside .monsterinsights-widget-toggle.monsterinsights-widget-toggle-active:after{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}#dashboard-widgets .monsterinsights-btn-group-label:after,#dashboard-widgets .monsterinsights-widget-toggle:after,.postbox .inside .monsterinsights-btn-group-label:after,.postbox .inside .monsterinsights-widget-toggle:after{color:#72777c;content:"\F142";display:inline-block;font:normal 20px/1 dashicons;position:absolute;right:7px;text-decoration:none!important;text-indent:-1px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:8px}#dashboard-widgets .monsterinsights-btn-group-label:after,.postbox .inside .monsterinsights-btn-group-label:after{right:2px;top:2px}#dashboard-widgets .monsterinsights-upsell-overlay h3,.postbox .inside .monsterinsights-upsell-overlay h3{text-align:left;color:#393f4c;font-size:20px;margin:12px 0 20px;font-weight:700;line-height:1.4}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-subtitle,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-subtitle{text-align:left}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-top,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 20px}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-content,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-content{padding:20px}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-content ul,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-content ul{display:none}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-button,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-button{margin-top:0;font-size:13px;padding:8px 10px}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-center,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-center{text-align:left}.monsterinsights-widget-cog{margin:0 0 0 10px;border:none;cursor:pointer;display:block;height:20px;padding:0;width:20px;color:#72777c;background:none;font-size:16px}.monsterinsights-widget-cog:focus,.monsterinsights-widget-cog:hover{color:#393f4c}.monsterinsights-widget-dropdown{position:relative;display:inline-block;vertical-align:middle}.monsterinsights-widget-dropdown-content{background:#fff;border:1px solid #d8d8d8;border-radius:5px;cursor:auto;font-weight:400;margin-right:-11px;margin-top:5px;padding:0 10px 10px;position:absolute;right:0;top:100%;width:180px;z-index:999}.monsterinsights-widget-dropdown-content:before{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #d8d8d8;border-style:solid;border-width:0 4px 4px;bottom:100%;content:"";height:0;position:absolute;right:16px;width:0}.monsterinsights-widget-dropdown-content:after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff;border-style:solid;border-width:0 3px 3px;bottom:100%;content:"";height:0;position:absolute;right:17px;width:0}.monsterinsights-widget-dropdown-content>span{color:#999;font-size:10px;margin-top:12px;display:block}.monsterinsights-widget-dropdown-content label{padding-left:16px;color:#393f4c;font-size:12px;position:relative;margin-bottom:4px;display:block}.monsterinsights-widget-dropdown-content label:before{content:"";border:1px solid #d6e2ed;width:10px;height:10px;display:block;position:absolute;left:0;top:3px}.monsterinsights-widget-dropdown-content label input[type=checkbox]{display:none}.monsterinsights-widget-dropdown-content label.monsterinsights-checked:after{content:"";border-color:#509fe2;border-style:solid;border-width:1px 0 0 1px;display:block;width:6px;height:10px;position:absolute;left:3px;top:2px;-webkit-transform:rotate(216deg);-ms-transform:rotate(216deg);transform:rotate(216deg)}.monsterinsights-widget-dropdown-content label:focus{outline:none;-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.monsterinsights-red{color:#d73638}.monsterinsights-green{color:#5cc0a5}.monsterinsights-btn-group{position:relative;display:inline-block;vertical-align:middle;width:110px;margin-right:12px}@media (max-width:782px){.monsterinsights-btn-group{margin-right:10px}}.monsterinsights-btn-group .monsterinsights-btn-group-label,.monsterinsights-btn-group .monsterinsights-btn-group-list-button{background:#fff;border:1px solid #d8d8d8;border-radius:5px;cursor:pointer;display:inline-block;font-size:13px;font-weight:400;line-height:1;padding:5px 14px 5px 10px;position:relative;text-align:left;width:100%;margin:0}.monsterinsights-btn-group-list{border-left:1px solid #d8d8d8;border-right:1px solid #d8d8d8;position:absolute;top:100%;z-index:9999;right:0;left:0}.monsterinsights-btn-group-list .monsterinsights-btn-group-list-button{border-radius:0;border-width:0 0 1px}.monsterinsights-btn-group-list .monsterinsights-btn-group-list-button.monsterinsights-btn-group-list-button-selected{background:#1f76c4;color:#fff}.monsterinsights-btn-group-open .monsterinsights-btn-group-label{border-radius:5px 5px 0 0}#monsterinsights_reports_widget.closed .inside{display:block}#monsterinsights_reports_widget .monsterinsights-widget-settings{position:absolute;bottom:100%;right:12px;margin-bottom:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:782px){#monsterinsights_reports_widget .monsterinsights-widget-settings{right:10px}}#monsterinsights_reports_widget .hndle{font-size:14px}#monsterinsights_reports_widget .toggle-indicator{display:none}.monsterinsights-report-tabs{margin:20px}.monsterinsights-report-infobox-row{margin:0 20px 20px;-ms-flex-flow:wrap;flex-flow:wrap}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%;padding:12px 10px 10px 15px}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3){border-left:none}@media (min-width:783px){.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child,.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(2){border-bottom:1px solid #d6e2ed}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-info{top:14px;right:15px}.monsterinsights-reports-infobox-number{font-size:36px;float:none}.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:none}.monsterinsights-reports-infobox-prev{margin-top:15px}.monsterinsights-info{color:#b6c9da;cursor:help;font-size:15px}.monsterinsights-widget-regular-width .monsterinsights-report-tabs-navigation button{font-size:14px;padding:11px 9px 12px;line-height:1;text-align:left;font-weight:400}.monsterinsights-widget-regular-width .monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{padding-top:9px}.monsterinsights-widget-regular-width .monsterinsights-report-tabs-navigation button i{margin-right:7px}.monsterinsights-widget-regular-width .monsterinsights-table-list-item{font-size:14px;padding:11px 12px;min-height:36px}.monsterinsights-widget-regular-width .monsterinsights-table-box-table td,.monsterinsights-widget-regular-width .monsterinsights-table-box-table td:first-child,.monsterinsights-widget-regular-width .monsterinsights-table-box-table th,.monsterinsights-widget-regular-width .monsterinsights-table-box-table th:first-child{padding-left:12px;padding-right:12px}.monsterinsights-widget-report-title .monsterinsights-info{margin-left:10px;color:#b4b9be}.monsterinsights-widget-content{border-bottom:1px solid #eee;height:100%}.monsterinsights-widget-content .monsterinsights-table-box{padding-top:0;border:none}.monsterinsights-button{background:#509fe2;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none}.monsterinsights-button:focus,.monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-button.monsterinsights-button-green{background:#5cc0a5;border-color:#40a88d;color:#fff}.monsterinsights-button.monsterinsights-button-green:focus,.monsterinsights-button.monsterinsights-button-green:hover{background-color:#4ab99b;border-color:#39967e;color:#fff}.monsterinsights-table-box-footer{text-align:left}.monsterinsights-table-box-pagination{display:none}.monsterinsights-buttons-toggle .monsterinsights-button{background:#eceff5;color:#464c57;border-bottom-width:1px;border-color:#d6e2ed;border-radius:0;line-height:18px;border-right:0;margin:0}.monsterinsights-buttons-toggle .monsterinsights-button:hover{background:#fff}.monsterinsights-buttons-toggle .monsterinsights-button:focus{z-index:10;position:relative}.monsterinsights-buttons-toggle .monsterinsights-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.monsterinsights-buttons-toggle .monsterinsights-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right:1px solid #d6e2ed}.monsterinsights-buttons-toggle .monsterinsights-button.monsterinsights-selected-interval{background:#fff;color:#509fe2;font-weight:700}.monsterinsights-reports-pie-chart{border:none;width:100%}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{left:220px}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{left:auto}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend .monsterinsights-pie-chart-legend-text{min-width:75px}.monsterinsights-upsell-overlay{position:relative;-webkit-transform:none;-ms-transform:none;transform:none;left:0;top:0;-webkit-box-shadow:none;box-shadow:none;border-radius:0;padding-top:0;border:none}.monsterinsights-upsell-overlay .monsterinsights-button{color:#fff}.monsterinsights-ecommerce-overview{padding-top:20px}.monsterinsights-ecommerce-overview .monsterinsights-upsell-overlay{padding-top:0}.monsterinsights-report-title{font-size:16px}.mi-dw-not-authed{padding:20px;text-align:center}.mi-dw-not-authed h2{font-size:18px;margin:0}.mi-dw-not-authed p{font-size:14px;margin:18px auto;max-width:230px}.mi-dw-btn-large{background:#1f76c4;border-radius:5px;color:#fff;display:inline-block;font-size:14px;line-height:1;margin-bottom:10px;padding:14px 28px}.mi-dw-btn-large:hover{color:#fff}.monsterinsights-widget-loading{animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;background-color:rgba(0,0,0,0)!important;border-radius:100%;border-color:rgba(0,0,0,0) #4b9ce4;border-style:solid;border-width:.25em;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,0);cursor:default;height:2.5em;margin:50px auto;padding:0;width:2.5em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.monsterinsights-widget-full-width .monsterinsights-widget-accordion{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;padding:20px 22px 22px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.monsterinsights-widget-full-width .monsterinsights-widget-accordion:after{width:calc(33.333% - 13px);display:block;content:""}@media (max-width:782px){.monsterinsights-widget-full-width .monsterinsights-widget-accordion{padding:0}}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box{padding-top:0!important}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-content>div:not(.monsterinsights-widget-loading){height:auto!important}}.monsterinsights-table-box .monsterinsights-info{top:20px;right:20px}.monsterinsights-reports-pie-chart .monsterinsights-info,.monsterinsights-reports-pie-chart .monsterinsights-report-title,.monsterinsights-table-box .monsterinsights-info,.monsterinsights-table-box .monsterinsights-report-title{display:none}.monsterinsights-width-button{border:none;background:none;padding:0;margin:0;color:#72777c;cursor:pointer}.monsterinsights-width-button:focus,.monsterinsights-width-button:hover{color:#393f4c}.monsterinsights-width-button i{font-size:16px}.monsterinsights-widget-full-width .monsterinsights-width-button i{font-size:20px}.monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding:10px 5px 7px 9px}#monsterinsights_reports_widget.monsterinsights-widget-full-width{margin:16px 0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-reports-pie-chart .monsterinsights-info,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-reports-pie-chart .monsterinsights-report-title,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box .monsterinsights-info,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box .monsterinsights-report-title{display:block}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-reports-pie-chart .monsterinsights-info,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-reports-pie-chart .monsterinsights-report-title,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box .monsterinsights-info,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box .monsterinsights-report-title{display:none}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding-left:20px;padding-bottom:20px}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding-left:5px;padding-bottom:5px}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box{padding-top:22px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .hndle{padding:22px 22px 22px 72px;border-bottom:none;height:auto;margin:0;position:relative;font-size:16px;color:#657086;font-weight:400;cursor:default}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-element{border:1px solid #d6e2ed;display:block;padding:0;width:calc(33.333% - 13px);margin-top:20px}@media (max-width:1280px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-element{width:calc(50% - 10px)}}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-element{width:100%;padding:0;border:none;margin-right:0;margin-top:0}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-element:first-child{width:100%;border:none;padding:0;margin:0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-settings{right:22px;margin-bottom:4px}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-settings{right:0;margin-right:10px;position:relative;bottom:0;margin-left:10px;float:none;margin-bottom:0}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-settings .monsterinsights-btn-group{width:auto}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list{width:auto;position:relative;top:0;border:none;border-radius:0}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list{margin:20px 0}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button{background:#eceff5;color:#464c57;border-radius:0;line-height:18px;display:inline-block;margin:0;width:auto;border:1px solid #d6e2ed;padding:10px 20px;font-size:14px}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button{padding:10px 15px}}@media (max-width:374px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button{font-size:12px;padding-left:10px;padding-right:10px}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button:hover{background:#fff}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button:focus{z-index:10;position:relative}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px;border-right:0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button.monsterinsights-btn-group-list-button-selected{background:#fff;color:#509fe2;font-weight:700}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-widget-content{padding:20px}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row{margin:20px 0 0}@media (min-width:783px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:25%;padding:17px 20px 15px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(2){border-bottom:0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3){border-left:1px solid #d6e2ed}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-reports-infobox-number{font-size:36px;float:left}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-reports-infobox-compare,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-reports-infobox-prev{float:right}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-content{border-bottom:0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-report-tabs{margin:0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-cog,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-width-button{background:#8ea4b4;border:1px solid #708c9f;padding:9px;color:#fff;font-size:20px;line-height:1;min-width:40px;height:auto;width:auto;border-radius:5px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-cog:focus,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-cog:hover,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-width-button:focus,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-width-button:hover{background-color:#708c9f}@media (max-width:374px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-cog,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-width-button{padding:8px;min-width:38px}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-toggle{display:none}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-toggle{display:block}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-content>div:not(.monsterinsights-widget-loading){height:100%}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-content>div:not(.monsterinsights-widget-loading) .monsterinsights-upsell-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;height:100%}.monsterinsights-report-2-columns.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child,.monsterinsights-report-2-columns.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(2){border-bottom:0}.monsterinsights-fullwidth-mascot{background-image:url(../img/mascot.png);width:41px;height:40px;background-repeat:no-repeat;background-size:contain;position:absolute;left:22px;bottom:100%;margin-bottom:4px}.monsterinsights-fullwidth-report-title{position:absolute;left:72px;font-size:20px;color:#393f4c;font-weight:700;bottom:100%;margin-bottom:4px}.monsterinsights-blur .monsterinsights-report-row{-webkit-filter:none;filter:none}#dashboard-widgets .monsterinsights-widget-footer{padding:11px 12px;line-height:1;font-size:13px;color:#72777c}#dashboard-widgets .monsterinsights-widget-footer .monsterinsights-dark{color:#23282c;font-weight:500}#dashboard-widgets .monsterinsights-widget-footer a{margin-right:10px;text-decoration:underline;color:#1c75a6}#dashboard-widgets .monsterinsights-widget-footer a:focus,#dashboard-widgets .monsterinsights-widget-footer a:hover{text-decoration:none;color:#393f4c}@media (max-width:782px){#dashboard-widgets .monsterinsights-upsell-overlay{width:100%}}#dashboard-widgets .monsterinsights-upsell-overlay a{text-decoration:underline}#dashboard-widgets .monsterinsights-upsell-overlay a.monsterinsights-button,#dashboard-widgets .monsterinsights-upsell-overlay a:focus,#dashboard-widgets .monsterinsights-upsell-overlay a:hover{text-decoration:none}.monsterinsights-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-height100{height:100%}@media (max-width:782px){.monsterinsights-height100{height:auto}}.monsterinsights-table-item-content{word-break:break-all}.monsterinsights-table-box.monsterinsights-table-box-mobile .monsterinsights-reports-list-title{width:calc(100% - 30px);text-overflow:ellipsis;overflow:hidden}#monsterinsights-chartjs-line-overview-tooltip{margin-top:-60px}.folded #monsterinsights-chartjs-line-overview-tooltip{margin-left:-118px}#monsterinsights_reports_widget .monsterinsights-widget-error{padding:50px 25px;text-align:center}#monsterinsights_reports_widget .monsterinsights-widget-error .monsterinsights-error-title{font-weight:700;font-size:24px}#monsterinsights_reports_widget .monsterinsights-widget-error .monsterinsights-error-content{font-size:16px}#monsterinsights_reports_widget .monsterinsights-widget-error .monsterinsights-error-footer{margin:35px 0 0;padding:15px 0 0;border-top:1px solid #ccc}#monsterinsights_reports_widget .monsterinsights-widget-error .swal2-icon,#monsterinsights_reports_widget .monsterinsights-widget-error .swal2-icon *{-webkit-box-sizing:content-box;box-sizing:content-box}.monsterinsights-widget-accordion-lite .monsterinsights-widget-report-overview .monsterinsights-widget-content{padding-top:20px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-accordion-lite .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row{margin:0 0 20px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-accordion-lite .monsterinsights-upsell-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-accordion-lite .monsterinsights-upsell-overlay .monsterinsights-upsell-content{height:100%}.monsterinsights-faded{opacity:.5}
2
 
3
  /*!
4
  * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
5
+ */.monsterinsights-flag{display:inline-block;width:32px;height:32px;background:url(../img/flags.png) no-repeat}.monsterinsights-flag.monsterinsights-flag-ad{background-position:-32px 0}.monsterinsights-flag.monsterinsights-flag-ae{background-position:-64px 0}.monsterinsights-flag.monsterinsights-flag-af{background-position:-96px 0}.monsterinsights-flag.monsterinsights-flag-ag{background-position:-128px 0}.monsterinsights-flag.monsterinsights-flag-ai{background-position:-160px 0}.monsterinsights-flag.monsterinsights-flag-al{background-position:-192px 0}.monsterinsights-flag.monsterinsights-flag-am{background-position:-224px 0}.monsterinsights-flag.monsterinsights-flag-an{background-position:-256px 0}.monsterinsights-flag.monsterinsights-flag-ao{background-position:-288px 0}.monsterinsights-flag.monsterinsights-flag-ar{background-position:-320px 0}.monsterinsights-flag.monsterinsights-flag-as{background-position:-352px 0}.monsterinsights-flag.monsterinsights-flag-at{background-position:-384px 0}.monsterinsights-flag.monsterinsights-flag-au{background-position:-416px 0}.monsterinsights-flag.monsterinsights-flag-aw{background-position:-448px 0}.monsterinsights-flag.monsterinsights-flag-ax{background-position:-480px 0}.monsterinsights-flag.monsterinsights-flag-az{background-position:0 -32px}.monsterinsights-flag.monsterinsights-flag-ba{background-position:-32px -32px}.monsterinsights-flag.monsterinsights-flag-bb{background-position:-64px -32px}.monsterinsights-flag.monsterinsights-flag-bd{background-position:-96px -32px}.monsterinsights-flag.monsterinsights-flag-be{background-position:-128px -32px}.monsterinsights-flag.monsterinsights-flag-bf{background-position:-160px -32px}.monsterinsights-flag.monsterinsights-flag-bg{background-position:-192px -32px}.monsterinsights-flag.monsterinsights-flag-bh{background-position:-224px -32px}.monsterinsights-flag.monsterinsights-flag-bi{background-position:-256px -32px}.monsterinsights-flag.monsterinsights-flag-bj{background-position:-288px -32px}.monsterinsights-flag.monsterinsights-flag-bl{background-position:-320px -32px}.monsterinsights-flag.monsterinsights-flag-bm{background-position:-352px -32px}.monsterinsights-flag.monsterinsights-flag-bn{background-position:-384px -32px}.monsterinsights-flag.monsterinsights-flag-bo{background-position:-416px -32px}.monsterinsights-flag.monsterinsights-flag-br{background-position:-448px -32px}.monsterinsights-flag.monsterinsights-flag-bs{background-position:-480px -32px}.monsterinsights-flag.monsterinsights-flag-bt{background-position:0 -64px}.monsterinsights-flag.monsterinsights-flag-bw{background-position:-32px -64px}.monsterinsights-flag.monsterinsights-flag-by{background-position:-64px -64px}.monsterinsights-flag.monsterinsights-flag-bz{background-position:-96px -64px}.monsterinsights-flag.monsterinsights-flag-ca{background-position:-128px -64px}.monsterinsights-flag.monsterinsights-flag-cd{background-position:-160px -64px}.monsterinsights-flag.monsterinsights-flag-cf{background-position:-192px -64px}.monsterinsights-flag.monsterinsights-flag-cg{background-position:-224px -64px}.monsterinsights-flag.monsterinsights-flag-ch{background-position:-256px -64px}.monsterinsights-flag.monsterinsights-flag-ci{background-position:-288px -64px}.monsterinsights-flag.monsterinsights-flag-ck{background-position:-320px -64px}.monsterinsights-flag.monsterinsights-flag-cl{background-position:-352px -64px}.monsterinsights-flag.monsterinsights-flag-cm{background-position:-384px -64px}.monsterinsights-flag.monsterinsights-flag-cn{background-position:-416px -64px}.monsterinsights-flag.monsterinsights-flag-co{background-position:-448px -64px}.monsterinsights-flag.monsterinsights-flag-cr{background-position:-480px -64px}.monsterinsights-flag.monsterinsights-flag-cu{background-position:0 -96px}.monsterinsights-flag.monsterinsights-flag-cv{background-position:-32px -96px}.monsterinsights-flag.monsterinsights-flag-cw{background-position:-64px -96px}.monsterinsights-flag.monsterinsights-flag-cy{background-position:-96px -96px}.monsterinsights-flag.monsterinsights-flag-cz{background-position:-128px -96px}.monsterinsights-flag.monsterinsights-flag-de{background-position:-160px -96px}.monsterinsights-flag.monsterinsights-flag-dj{background-position:-192px -96px}.monsterinsights-flag.monsterinsights-flag-dk{background-position:-224px -96px}.monsterinsights-flag.monsterinsights-flag-dm{background-position:-256px -96px}.monsterinsights-flag.monsterinsights-flag-do{background-position:-288px -96px}.monsterinsights-flag.monsterinsights-flag-dz{background-position:-320px -96px}.monsterinsights-flag.monsterinsights-flag-ec{background-position:-352px -96px}.monsterinsights-flag.monsterinsights-flag-ee{background-position:-384px -96px}.monsterinsights-flag.monsterinsights-flag-eg{background-position:-416px -96px}.monsterinsights-flag.monsterinsights-flag-eh{background-position:-448px -96px}.monsterinsights-flag.monsterinsights-flag-er{background-position:-480px -96px}.monsterinsights-flag.monsterinsights-flag-es{background-position:0 -128px}.monsterinsights-flag.monsterinsights-flag-et{background-position:-32px -128px}.monsterinsights-flag.monsterinsights-flag-eu{background-position:-64px -128px}.monsterinsights-flag.monsterinsights-flag-fi{background-position:-96px -128px}.monsterinsights-flag.monsterinsights-flag-fj{background-position:-128px -128px}.monsterinsights-flag.monsterinsights-flag-fk{background-position:-160px -128px}.monsterinsights-flag.monsterinsights-flag-fm{background-position:-192px -128px}.monsterinsights-flag.monsterinsights-flag-fo{background-position:-224px -128px}.monsterinsights-flag.monsterinsights-flag-fr{background-position:-256px -128px}.monsterinsights-flag.monsterinsights-flag-ga{background-position:-288px -128px}.monsterinsights-flag.monsterinsights-flag-gb{background-position:-320px -128px}.monsterinsights-flag.monsterinsights-flag-gd{background-position:-352px -128px}.monsterinsights-flag.monsterinsights-flag-ge{background-position:-384px -128px}.monsterinsights-flag.monsterinsights-flag-gg{background-position:-416px -128px}.monsterinsights-flag.monsterinsights-flag-gh{background-position:-448px -128px}.monsterinsights-flag.monsterinsights-flag-gi{background-position:-480px -128px}.monsterinsights-flag.monsterinsights-flag-gl{background-position:0 -160px}.monsterinsights-flag.monsterinsights-flag-gm{background-position:-32px -160px}.monsterinsights-flag.monsterinsights-flag-gn{background-position:-64px -160px}.monsterinsights-flag.monsterinsights-flag-gp{background-position:-96px -160px}.monsterinsights-flag.monsterinsights-flag-gq{background-position:-128px -160px}.monsterinsights-flag.monsterinsights-flag-gr{background-position:-160px -160px}.monsterinsights-flag.monsterinsights-flag-gs{background-position:-192px -160px}.monsterinsights-flag.monsterinsights-flag-gt{background-position:-224px -160px}.monsterinsights-flag.monsterinsights-flag-gu{background-position:-256px -160px}.monsterinsights-flag.monsterinsights-flag-gw{background-position:-288px -160px}.monsterinsights-flag.monsterinsights-flag-gy{background-position:-320px -160px}.monsterinsights-flag.monsterinsights-flag-hk{background-position:-352px -160px}.monsterinsights-flag.monsterinsights-flag-hn{background-position:-384px -160px}.monsterinsights-flag.monsterinsights-flag-hr{background-position:-416px -160px}.monsterinsights-flag.monsterinsights-flag-ht{background-position:-448px -160px}.monsterinsights-flag.monsterinsights-flag-hu{background-position:-480px -160px}.monsterinsights-flag.monsterinsights-flag-ic{background-position:0 -192px}.monsterinsights-flag.monsterinsights-flag-id{background-position:-32px -192px}.monsterinsights-flag.monsterinsights-flag-ie{background-position:-64px -192px}.monsterinsights-flag.monsterinsights-flag-il{background-position:-96px -192px}.monsterinsights-flag.monsterinsights-flag-im{background-position:-128px -192px}.monsterinsights-flag.monsterinsights-flag-in{background-position:-160px -192px}.monsterinsights-flag.monsterinsights-flag-iq{background-position:-192px -192px}.monsterinsights-flag.monsterinsights-flag-ir{background-position:-224px -192px}.monsterinsights-flag.monsterinsights-flag-is{background-position:-256px -192px}.monsterinsights-flag.monsterinsights-flag-it{background-position:-288px -192px}.monsterinsights-flag.monsterinsights-flag-je{background-position:-320px -192px}.monsterinsights-flag.monsterinsights-flag-jm{background-position:-352px -192px}.monsterinsights-flag.monsterinsights-flag-jo{background-position:-384px -192px}.monsterinsights-flag.monsterinsights-flag-jp{background-position:-416px -192px}.monsterinsights-flag.monsterinsights-flag-ke{background-position:-448px -192px}.monsterinsights-flag.monsterinsights-flag-kg{background-position:-480px -192px}.monsterinsights-flag.monsterinsights-flag-kh{background-position:0 -224px}.monsterinsights-flag.monsterinsights-flag-ki{background-position:-32px -224px}.monsterinsights-flag.monsterinsights-flag-km{background-position:-64px -224px}.monsterinsights-flag.monsterinsights-flag-kn{background-position:-96px -224px}.monsterinsights-flag.monsterinsights-flag-kp{background-position:-128px -224px}.monsterinsights-flag.monsterinsights-flag-kr{background-position:-160px -224px}.monsterinsights-flag.monsterinsights-flag-kw{background-position:-192px -224px}.monsterinsights-flag.monsterinsights-flag-ky{background-position:-224px -224px}.monsterinsights-flag.monsterinsights-flag-kz{background-position:-256px -224px}.monsterinsights-flag.monsterinsights-flag-la{background-position:-288px -224px}.monsterinsights-flag.monsterinsights-flag-lb{background-position:-320px -224px}.monsterinsights-flag.monsterinsights-flag-lc{background-position:-352px -224px}.monsterinsights-flag.monsterinsights-flag-li{background-position:-384px -224px}.monsterinsights-flag.monsterinsights-flag-lk{background-position:-416px -224px}.monsterinsights-flag.monsterinsights-flag-lr{background-position:-448px -224px}.monsterinsights-flag.monsterinsights-flag-ls{background-position:-480px -224px}.monsterinsights-flag.monsterinsights-flag-lt{background-position:0 -256px}.monsterinsights-flag.monsterinsights-flag-lu{background-position:-32px -256px}.monsterinsights-flag.monsterinsights-flag-lv{background-position:-64px -256px}.monsterinsights-flag.monsterinsights-flag-ly{background-position:-96px -256px}.monsterinsights-flag.monsterinsights-flag-ma{background-position:-128px -256px}.monsterinsights-flag.monsterinsights-flag-mc{background-position:-160px -256px}.monsterinsights-flag.monsterinsights-flag-md{background-position:-192px -256px}.monsterinsights-flag.monsterinsights-flag-me{background-position:-224px -256px}.monsterinsights-flag.monsterinsights-flag-mf{background-position:-256px -256px}.monsterinsights-flag.monsterinsights-flag-mg{background-position:-288px -256px}.monsterinsights-flag.monsterinsights-flag-mh{background-position:-320px -256px}.monsterinsights-flag.monsterinsights-flag-mk{background-position:-352px -256px}.monsterinsights-flag.monsterinsights-flag-ml{background-position:-384px -256px}.monsterinsights-flag.monsterinsights-flag-mm{background-position:-416px -256px}.monsterinsights-flag.monsterinsights-flag-mn{background-position:-448px -256px}.monsterinsights-flag.monsterinsights-flag-mo{background-position:-480px -256px}.monsterinsights-flag.monsterinsights-flag-mp{background-position:0 -288px}.monsterinsights-flag.monsterinsights-flag-mq{background-position:-32px -288px}.monsterinsights-flag.monsterinsights-flag-mr{background-position:-64px -288px}.monsterinsights-flag.monsterinsights-flag-ms{background-position:-96px -288px}.monsterinsights-flag.monsterinsights-flag-mt{background-position:-128px -288px}.monsterinsights-flag.monsterinsights-flag-mu{background-position:-160px -288px}.monsterinsights-flag.monsterinsights-flag-mv{background-position:-192px -288px}.monsterinsights-flag.monsterinsights-flag-mw{background-position:-224px -288px}.monsterinsights-flag.monsterinsights-flag-mx{background-position:-256px -288px}.monsterinsights-flag.monsterinsights-flag-my{background-position:-288px -288px}.monsterinsights-flag.monsterinsights-flag-mz{background-position:-320px -288px}.monsterinsights-flag.monsterinsights-flag-na{background-position:-352px -288px}.monsterinsights-flag.monsterinsights-flag-nc{background-position:-384px -288px}.monsterinsights-flag.monsterinsights-flag-ne{background-position:-416px -288px}.monsterinsights-flag.monsterinsights-flag-nf{background-position:-448px -288px}.monsterinsights-flag.monsterinsights-flag-ng{background-position:-480px -288px}.monsterinsights-flag.monsterinsights-flag-ni{background-position:0 -320px}.monsterinsights-flag.monsterinsights-flag-nl{background-position:-32px -320px}.monsterinsights-flag.monsterinsights-flag-no{background-position:-64px -320px}.monsterinsights-flag.monsterinsights-flag-np{background-position:-96px -320px}.monsterinsights-flag.monsterinsights-flag-nr{background-position:-128px -320px}.monsterinsights-flag.monsterinsights-flag-nu{background-position:-160px -320px}.monsterinsights-flag.monsterinsights-flag-nz{background-position:-192px -320px}.monsterinsights-flag.monsterinsights-flag-om{background-position:-224px -320px}.monsterinsights-flag.monsterinsights-flag-pa{background-position:-256px -320px}.monsterinsights-flag.monsterinsights-flag-pe{background-position:-288px -320px}.monsterinsights-flag.monsterinsights-flag-pf{background-position:-320px -320px}.monsterinsights-flag.monsterinsights-flag-pg{background-position:-352px -320px}.monsterinsights-flag.monsterinsights-flag-ph{background-position:-384px -320px}.monsterinsights-flag.monsterinsights-flag-pk{background-position:-416px -320px}.monsterinsights-flag.monsterinsights-flag-pl{background-position:-448px -320px}.monsterinsights-flag.monsterinsights-flag-pn{background-position:-480px -320px}.monsterinsights-flag.monsterinsights-flag-pr{background-position:0 -352px}.monsterinsights-flag.monsterinsights-flag-ps{background-position:-32px -352px}.monsterinsights-flag.monsterinsights-flag-pt{background-position:-64px -352px}.monsterinsights-flag.monsterinsights-flag-pw{background-position:-96px -352px}.monsterinsights-flag.monsterinsights-flag-py{background-position:-128px -352px}.monsterinsights-flag.monsterinsights-flag-qa{background-position:-160px -352px}.monsterinsights-flag.monsterinsights-flag-re{background-position:-192px -352px}.monsterinsights-flag.monsterinsights-flag-ro{background-position:-224px -352px}.monsterinsights-flag.monsterinsights-flag-rs{background-position:-256px -352px}.monsterinsights-flag.monsterinsights-flag-ru{background-position:-288px -352px}.monsterinsights-flag.monsterinsights-flag-rw{background-position:-320px -352px}.monsterinsights-flag.monsterinsights-flag-sa{background-position:-352px -352px}.monsterinsights-flag.monsterinsights-flag-sb{background-position:-384px -352px}.monsterinsights-flag.monsterinsights-flag-sc{background-position:-416px -352px}.monsterinsights-flag.monsterinsights-flag-sd{background-position:-448px -352px}.monsterinsights-flag.monsterinsights-flag-se{background-position:-480px -352px}.monsterinsights-flag.monsterinsights-flag-sg{background-position:0 -384px}.monsterinsights-flag.monsterinsights-flag-sh{background-position:-32px -384px}.monsterinsights-flag.monsterinsights-flag-si{background-position:-64px -384px}.monsterinsights-flag.monsterinsights-flag-sk{background-position:-96px -384px}.monsterinsights-flag.monsterinsights-flag-sl{background-position:-128px -384px}.monsterinsights-flag.monsterinsights-flag-sm{background-position:-160px -384px}.monsterinsights-flag.monsterinsights-flag-sn{background-position:-192px -384px}.monsterinsights-flag.monsterinsights-flag-so{background-position:-224px -384px}.monsterinsights-flag.monsterinsights-flag-sr{background-position:-256px -384px}.monsterinsights-flag.monsterinsights-flag-ss{background-position:-288px -384px}.monsterinsights-flag.monsterinsights-flag-st{background-position:-320px -384px}.monsterinsights-flag.monsterinsights-flag-sv{background-position:-352px -384px}.monsterinsights-flag.monsterinsights-flag-sy{background-position:-384px -384px}.monsterinsights-flag.monsterinsights-flag-sz{background-position:-416px -384px}.monsterinsights-flag.monsterinsights-flag-tc{background-position:-448px -384px}.monsterinsights-flag.monsterinsights-flag-td{background-position:-480px -384px}.monsterinsights-flag.monsterinsights-flag-tf{background-position:0 -416px}.monsterinsights-flag.monsterinsights-flag-tg{background-position:-32px -416px}.monsterinsights-flag.monsterinsights-flag-th{background-position:-64px -416px}.monsterinsights-flag.monsterinsights-flag-tj{background-position:-96px -416px}.monsterinsights-flag.monsterinsights-flag-tk{background-position:-128px -416px}.monsterinsights-flag.monsterinsights-flag-tl{background-position:-160px -416px}.monsterinsights-flag.monsterinsights-flag-tm{background-position:-192px -416px}.monsterinsights-flag.monsterinsights-flag-tn{background-position:-224px -416px}.monsterinsights-flag.monsterinsights-flag-to{background-position:-256px -416px}.monsterinsights-flag.monsterinsights-flag-tr{background-position:-288px -416px}.monsterinsights-flag.monsterinsights-flag-tt{background-position:-320px -416px}.monsterinsights-flag.monsterinsights-flag-tv{background-position:-352px -416px}.monsterinsights-flag.monsterinsights-flag-tw{background-position:-384px -416px}.monsterinsights-flag.monsterinsights-flag-tz{background-position:-416px -416px}.monsterinsights-flag.monsterinsights-flag-ua{background-position:-448px -416px}.monsterinsights-flag.monsterinsights-flag-ug{background-position:-480px -416px}.monsterinsights-flag.monsterinsights-flag-us{background-position:0 -448px}.monsterinsights-flag.monsterinsights-flag-uy{background-position:-32px -448px}.monsterinsights-flag.monsterinsights-flag-uz{background-position:-64px -448px}.monsterinsights-flag.monsterinsights-flag-va{background-position:-96px -448px}.monsterinsights-flag.monsterinsights-flag-vc{background-position:-128px -448px}.monsterinsights-flag.monsterinsights-flag-ve{background-position:-160px -448px}.monsterinsights-flag.monsterinsights-flag-vg{background-position:-192px -448px}.monsterinsights-flag.monsterinsights-flag-vi{background-position:-224px -448px}.monsterinsights-flag.monsterinsights-flag-vn{background-position:-256px -448px}.monsterinsights-flag.monsterinsights-flag-vu{background-position:-288px -448px}.monsterinsights-flag.monsterinsights-flag-wf{background-position:-320px -448px}.monsterinsights-flag.monsterinsights-flag-ws{background-position:-352px -448px}.monsterinsights-flag.monsterinsights-flag-ye{background-position:-384px -448px}.monsterinsights-flag.monsterinsights-flag-yt{background-position:-416px -448px}.monsterinsights-flag.monsterinsights-flag-za{background-position:-448px -448px}.monsterinsights-flag.monsterinsights-flag-zm{background-position:-480px -448px}.monsterinsights-flag.monsterinsights-flag-zw{background-position:0 -480px}.monsterinsights-reports-page .monsterinsights-header .monsterinsights-container,.monsterinsights-reports-page .monsterinsights-navigation-bar .monsterinsights-container{padding-left:10px;padding-right:10px;width:auto}@media (max-width:782px){.monsterinsights-reports-page .monsterinsights-header .monsterinsights-container,.monsterinsights-reports-page .monsterinsights-navigation-bar .monsterinsights-container{padding:0}}.monsterinsights-report{padding:20px;position:relative}body.monsterinsights-reporting-page #wpbody-content{padding-bottom:0}body.monsterinsights-reporting-page #wpfooter{padding-top:0}body.monsterinsights-reporting-page #wpfooter:before{display:none}body.monsterinsights-reporting-page .monsterinsights-red{color:#d73638}body.monsterinsights-reporting-page .monsterinsights-green{color:#5cc0a5}body.monsterinsights-reporting-page .monsterinsights-report-top h2{margin:14px 0 28px;display:inline-block;color:#393f4c;font-size:24px}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-report-top h2{display:none}}@media (min-width:783px) and (max-width:935px){body.monsterinsights-reporting-page .monsterinsights-report-top h2{display:block;margin-bottom:25px}}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{display:-webkit-box;display:-ms-flexbox;display:flex;float:right}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{float:none;width:100%;-ms-flex-flow:wrap;flex-flow:wrap}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker .monsterinsights-buttons-toggle{width:100%;margin-right:0}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker .monsterinsights-buttons-toggle .monsterinsights-button{width:50%}}@media (min-width:783px) and (max-width:935px){body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{float:none;margin-bottom:25px}}body.monsterinsights-reporting-page .monsterinsights-datepicker{width:200px;background-color:#8ea4b4;font-weight:700;color:#fff;text-align:center;border-color:#708c9f;border-width:1px 1px 2px;border-radius:3px;height:40px;margin:0}body.monsterinsights-reporting-page .monsterinsights-datepicker::-webkit-input-placeholder{color:#fff}body.monsterinsights-reporting-page .monsterinsights-datepicker:-moz-placeholder,body.monsterinsights-reporting-page .monsterinsights-datepicker::-moz-placeholder{color:#fff}body.monsterinsights-reporting-page .monsterinsights-datepicker:-ms-input-placeholder{color:#fff}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-datepicker{width:calc(50% - 5px);margin-bottom:20px;margin-top:10px;font-size:14px}}body.monsterinsights-reporting-page .monsterinsights-mobile-details-toggle{width:calc(50% - 5px);margin-bottom:20px;margin-top:10px;margin-left:10px;font-weight:700}@media (min-width:783px){body.monsterinsights-reporting-page .monsterinsights-mobile-details-toggle{display:none}}body.monsterinsights-reporting-page .monsterinsights-info{color:#b6c9da;cursor:help;font-size:15px}body.monsterinsights-reporting-page .monsterinsights-report-row{margin-bottom:25px}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button{background:#eceff5;color:#464c57;border-bottom-width:1px;border-color:#d6e2ed;border-radius:0;line-height:18px;border-right:0;margin:0}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:hover{background:#fff}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:focus{z-index:10;position:relative}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right:1px solid #d6e2ed}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button.monsterinsights-selected-interval{background:#fff;color:#509fe2;font-weight:700}.monsterinsights-reports-overview-datagraph-tooltip-container{padding:15px;background-color:#fff;border-radius:4px;-webkit-box-shadow:0 0 24px rgba(89,164,234,.33);box-shadow:0 0 24px rgba(89,164,234,.33)}#monsterinsights-chartjs-line-overview-tooltip{min-width:100px}.monsterinsights-reports-overview-datagraph-tooltip-title{color:#23282d;font-size:14px;font-weight:400;border-bottom:1px solid #d4e2ef;padding-bottom:5px}.monsterinsights-reports-overview-datagraph-tooltip-number{color:#23282d;font-size:24px;font-weight:400;margin-top:5px;margin-bottom:5px}.monsterinsights-reports-overview-datagraph-tooltip-descriptor{color:#23282d;font-size:12px;font-weight:400;margin-bottom:10px}.monsterinsights-reports-overview-datagraph-tooltip-trend{color:#23282d;font-size:16px;font-weight:400}#monsterinsights-chartjs-bar-tooltip,.monsterinsights-line-chart-tooltip{opacity:1;position:absolute;margin-left:-55px}.monsterinsights-report-tabs-navigation{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-report-tabs-navigation button{border-color:#d6e2ed;border-style:solid;border-width:1px 0;background:#eceff4;color:#444;width:50%;font-weight:700;text-align:left;font-size:18px;padding:23px 20px 25px;cursor:pointer;margin:0;position:relative}@media (max-width:782px){.monsterinsights-report-tabs-navigation button{font-size:14px;padding:13px 20px 15px;text-align:center}}.monsterinsights-report-tabs-navigation button:first-child{border-right:1px solid #d6e2ed}.monsterinsights-report-tabs-navigation button:focus{z-index:10}.monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{background:#fff;color:#509fe2;border-bottom:none;border-top:2px solid #3a93dd;padding-top:20px}@media (max-width:782px){.monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{padding-top:12px}}.monsterinsights-report-tabs-navigation button i{margin-right:10px;color:#8ba4b7}.monsterinsights-report-tabs{background:#fff;border:1px solid #d6e2ed;border-top:none}.monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding:20px}.monsterinsights-report-infobox-row{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #d6e2ed}@media (max-width:782px){.monsterinsights-report-infobox-row{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:25%;background:#fff;border-left:1px solid #d6e2ed;padding:17px 20px 15px;position:relative}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-info{position:absolute;right:20px;top:18px}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child{border-left:none}@media (max-width:782px){.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3),.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(4){border-top:1px solid #d6e2ed}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3){border-left:none}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-report-title{padding-right:18px;text-overflow:ellipsis;overflow:hidden;white-space:pre;line-height:1.2}.monsterinsights-report-title{font-size:18px;color:#393f4c;font-weight:700;margin-top:0}.monsterinsights-reports-infobox-number{font-size:40px;font-weight:200;display:inline-block;line-height:1;margin-top:11px;float:left}@media (max-width:782px){.monsterinsights-reports-infobox-number{font-size:36px;float:none}}.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:right}@media (max-width:1280px){.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:none;clear:both}}.monsterinsights-reports-infobox-prev{font-size:16px}.monsterinsights-reports-infobox-compare{clear:right;font-size:12px;color:#acbdc9}.monsterinsights-buttons-toggle{margin-right:25px}.monsterinsights-report-flex{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991px){.monsterinsights-report-flex{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-pie-chart-legend-color{width:12px;height:12px;display:inline-block;margin-right:5px;border-radius:50%}.monsterinsights-pie-chart-legend-text{min-width:100px;margin-right:10px;display:inline-block;font-size:16px;color:#393f4c}.monsterinsights-pie-chart-legend-value{color:#393f4c;font-size:18px;font-weight:500}.monsterinsights-reports-pie-chart{width:50%;padding:20px;background:#fff;border:1px solid #d6e2ed;position:relative}.monsterinsights-reports-pie-chart:first-child{margin-right:25px}@media (max-width:991px){.monsterinsights-reports-pie-chart:first-child{margin:0 0 25px}}@media (max-width:991px){.monsterinsights-reports-pie-chart{width:100%}}.monsterinsights-reports-pie-chart .monsterinsights-reports-pie-chart-holder{position:relative}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart{margin:0 auto}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{position:absolute;left:250px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{position:relative;left:auto;top:auto;-webkit-transform:none;-ms-transform:none;transform:none;margin-top:20px}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend .monsterinsights-pie-chart-legend-value{float:right}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-tooltip{position:absolute;pointer-events:none}.monsterinsights-reports-pie-chart .monsterinsights-info{position:absolute;top:20px;right:20px}.monsterinsights-table-box{border:1px solid #d6e2ed;background:#fff;width:100%;margin-left:20px;padding-top:18px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.monsterinsights-table-box:first-child{margin-left:0;margin-top:0}.monsterinsights-table-box h3{margin-left:20px}.monsterinsights-table-box .monsterinsights-info{position:absolute}@media (max-width:991px){.monsterinsights-table-box{margin-left:0;margin-top:20px}}.monsterinsights-table-box-footer{background:#f9fbff;border-top:1px solid #d6e2ed;padding:20px}.monsterinsights-table-box-footer:after{display:table;clear:both;content:""}@media (max-width:782px){.monsterinsights-table-box-footer>.monsterinsights-button{width:100%;text-align:center}}.monsterinsights-table-list-item{padding:12px 20px;min-height:43px;font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex}table .monsterinsights-table-list-item{display:table-row}.monsterinsights-table-list-item:nth-child(odd){background-color:#f9fbff}.monsterinsights-table-list-item .monsterinsights-reports-list-text{color:#393f4c;white-space:pre;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;display:inline-block;width:100%;padding:1px;margin:-1px}.monsterinsights-table-list-item .monsterinsights-reports-list-text a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.monsterinsights-table-list-item .monsterinsights-reports-list-text img{display:inline-block;margin-right:10px;vertical-align:middle}.monsterinsights-table-list-item .monsterinsights-flag{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);display:inline-block;margin:-12px 0 -10px -8px}.monsterinsights-table-list-item a{text-decoration:none;color:#393f4c}.monsterinsights-table-list-item a:focus,.monsterinsights-table-list-item a:hover{color:#777}.monsterinsights-table-list-item .monsterinsights-reports-list-count{display:inline-block;min-width:30px;color:#657086;font-weight:400}.monsterinsights-table-list-item .monsterinsights-reports-list-number{color:#393f4c;font-size:15px;text-align:right;display:block;padding-left:5px}.monsterinsights-table-box-pagination{float:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:782px){.monsterinsights-table-box-pagination{float:none;width:100%;margin-top:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.monsterinsights-table-box-pagination span{margin-right:20px;color:#8ba4b7}.monsterinsights-table-box-pagination .monsterinsights-buttons-toggle{margin-right:0}.monsterinsights-table-box-list{height:100%}.monsterinsights-table-box-table .monsterinsights-table-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;word-break:break-all}@media (max-width:782px){.monsterinsights-table-box-table .monsterinsights-table-item-content{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-table-box-mobile .monsterinsights-table-box-table{overflow:auto}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:0}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding-left:0;margin-left:50px;border-top:1px solid #d6e2ed;font-size:13px;color:#657086;padding-top:8px;padding-bottom:8px}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td.monsterinsights-table-cell-1{margin-left:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;padding-left:20px;font-size:15px;color:#393f4c;padding-top:12px;padding-bottom:12px;border-top:none}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after{-webkit-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th{display:none;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1{display:block;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1 .monsterinsights-table-item-content,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1 .monsterinsights-table-item-content{padding-right:30px;position:relative;white-space:pre;text-overflow:ellipsis;overflow:hidden;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after{content:"\F01F";display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);color:#acbdc9;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table .monsterinsights-table-mobile-heading{min-width:125px}.monsterinsights-table-box-mobile .monsterinsights-table-box-table .monsterinsights-table-list-item-empty td:first-child .monsterinsights-table-item-content:after{display:none}.monsterinsights-table-box-table table{width:100%;border-collapse:collapse}.monsterinsights-table-box-mobile .monsterinsights-table-box-table table{table-layout:fixed}.monsterinsights-table-box-table th{text-align:left;font-size:15px}.monsterinsights-table-box-table td,.monsterinsights-table-box-table th{border:none;padding:12px 10px;line-height:19px}.monsterinsights-table-box-table td:first-child,.monsterinsights-table-box-table th:first-child{padding-left:20px}.monsterinsights-table-box-table td:last-child,.monsterinsights-table-box-table th:last-child{padding-right:20px}.monsterinsights-report-2-columns{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.monsterinsights-report-2-columns .monsterinsights-table-box{width:calc(50% - 12.5px)}@media (max-width:991px){.monsterinsights-report-2-columns .monsterinsights-table-box{width:100%}}.monsterinsights-report-2-columns.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%}.monsterinsights-report-2-columns .monsterinsights-table-box:nth-child(n+1){margin-left:0}.monsterinsights-report-2-columns .monsterinsights-table-box:nth-child(n+3){margin-top:25px}.monsterinsights-report-flex .monsterinsights-report-box{width:calc(50% - 12.5px)}@media (max-width:782px){.monsterinsights-report-flex .monsterinsights-report-box{width:100%;margin-top:20px}.monsterinsights-report-flex .monsterinsights-report-box:first-child{margin-top:0}}.monsterinsights-reports-tooltip{font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-arrow{width:12.5px;height:13px;display:inline-block;background-size:contain;background-repeat:no-repeat}.monsterinsights-arrow.monsterinsights-down{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABSUlEQVRIie3WP0scQRgH4OdODaggXiGksNLCFCEigtqpYGFhZ6+IhYKSQO4DaGFnIYLcdRbWVhYRVKzsbbURjI2QD2GK24N1b3dv9hK7e2FZ3tn5zQPL/pnSw8ycwFrFJvrwip/4ExLsDRVwgs+x/hEHIcFyAaQ/0Q+GBosgHVcX6SIfjwzhO6b+w5o92MByHBnGLY5xh/l/AEo4jY5f+NFEzjAdTRrABWY7BGpYi/VHWCqjkpg8hEt8K4gcYjsFrpSxjpfExQpuMBEI7KGaMl7DeRlPWEiBRiJorA1QxX4GsIu35tOVBY3iKjqn1ZbGbcoEeP+eZEHjuManxPhKtFgpD0giedAXrf+Tryn5FiANyYPaVSqQhcSh34FAPQvIQ5rQYgBUx04W0A4JgdoCIUgeFASEInHoOeproQDF9l1PmNT4AtwXyPkLNbVGvHN63iMAAAAASUVORK5CYII=)}.monsterinsights-arrow.monsterinsights-down.monsterinsights-green{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABhUlEQVRIie3Wz0qVQRjH8c85qUQtbGN0Ba5U0E0XEAWtBAmh/IdSIUFYFxB1BYWiIMbBMNSwDCoUlAK3bQTpDtx2B5HaYt5DpzmTZ45JK3+r4Znneb/MPH/eKQ3vLMtUH64X632s5ga2NOH3BZdqbN/xOSe4nAm5GAHgcmZsNuSfdAY5g/wfSJfQD6ehHpyvhZQwg2/Y1USTJVRCBXv4io4q5CkeFk6dwqhoPyHkBSaKdQ+20FbGzcixu9i80CTgGaYiWy+ulPEEP6LNq/iItkzAI+FGYk1jv4xtDCRA17CGcw0A43iesM/jMb+rawODCVA/FoWEpnQLLxP7FTzAEX/+Tz7gjvAzaq2xj1SdI93AbfUnXcS92pi4GdcxhIPIPpqAjKnP2VIMSEHgLYYToEZaEcq3Lu5vY+WNkNBc0Jpw2qT/cbPrNe7isAHgnfQVZ0HgFe5LJx7eF4Cfx30kZwpXMJkAfRKqKy77E0FgQZhvVdCm0CMNAeS/u2BOeNR1YjYXAL8A/ktHYGdlxIUAAAAASUVORK5CYII=)}.monsterinsights-arrow.monsterinsights-up{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABRUlEQVRIie3Vvy4EQRwH8M+dKxUeAIV7EvGnUHiCqzQOiUrUvAAdEYlC4glIlCgViJCIQjQ6IrnCn0j8KfY21t7u3Q4KhW+zmd/szCcz2dkp1fa3BKQHAzgOGVQOeLeKUxxhFaXfRqrYQ3+zXQ+BiiAx0JeqTxaFOiF5QBDUDukEFIYqbYB99HYAkhBM4T3dmbWSUCAJZa4ojeQBF3hK1c7xVgRKInnAFUbxkqrvYFrr9rRAMZIH3GCk+czKGuYy6l+gchvgFsO4zgHiLGEhB1pBqYLNDOAeQ7jsAMRZRLfWVdVxUEYj1dHAGM4KAnHmRVuUTqOMGk6ahUeM4zAQIPoAZkQ7E2cOuxXR1gxiAgcCf+MZUDzPLbb5PPENLP9g8mResZEshNwn384/8o/8DeQ51X4oOjDv+s3KrOg0d+EO60UHfgC50EbFBrbrYQAAAABJRU5ErkJggg==)}.monsterinsights-arrow.monsterinsights-up.monsterinsights-red{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAABYUlEQVRIie3UTUtVURTG8V/HPkBgpuVV86UsTYkG4tgmEeYgiIIIp324gjAoLLVRkM3CSaCOdOZAnEgoiYO7Nlw2J9texZEPHDh7vTz/xdqwr/yemlaoYSygA8+wXtJUFZoPYgVjGI3/kfMC9Idhf0usEbHBswIa+IbbNbm+yA20C+gNg6ETagaipu+0gJvK95zup1EK6I6GuwXmSSPRc+t/gC4s414W360x3cvOdwLS8y9AMh/PGrfwugbwFptZbDQ8buSATnzBRNawgxls1wC28aQmNxaQrgS4FuYPs8I9PMZGjXnSBp7GIK16gCVcr/Aej7KC/Zhu7QTzpDXNpyO/k0m8q3A/SxxgDj8KzJNW8TwGa9VEhXn8icBfvNTc4Wm1glcxYBr0TYWvmMVimH9owzzpI17gs+baPl2NxLL2pq7TQnwof67b1iXgEnBxgKOa2OF5AtbxveX8E79KGo8BZr5ClKgrWrIAAAAASUVORK5CYII=)}.monsterinsights-reports-overview-datagraph-tooltip-trend{font-weight:700}.monsterinsights-reports-overview-datagraph-tooltip-trend .monsterinsights-arrow{margin-right:5px}.monsterinsights-report-box{background:#fff;border:1px solid #d6e2ed;padding:0 20px 20px;position:relative}.monsterinsights-report-box .monsterinsights-info{position:absolute;right:20px;top:20px}.monsterinsights-realtime-large{font-size:150px;text-align:center;line-height:1.5;color:#393f4c}.monsterinsights-realtime-active{text-align:center;width:100%;font-size:25px;line-height:1;margin-top:-50px;color:#393f4c}.monsterinsights-realtime-box-content .monsterinsights-line-chart-tooltip{max-width:115px}#monsterinsights-chartjs-pie-age-tooltip{margin-left:23px;min-width:95px}.monsterinsights-blur .monsterinsights-report-row{-webkit-filter:blur(5px);filter:blur(5px)}.monsterinsights-blur .monsterinsights-report{min-height:850px}.monsterinsights-reports-referral-icon{vertical-align:middle;margin-right:10px;margin-left:2px}.monsterinsights-upsell-inline{background-image:url(../img/reports-upsell-bg.png);background-repeat:no-repeat;background-position:100% 0;background-color:#fff;background-size:452px}@media (max-width:991px){.monsterinsights-upsell-inline .monsterinsights-upsell-inline-content{margin:-20px;padding:20px;background:hsla(0,0%,100%,.3)}}.monsterinsights-upsell-content{max-width:750px}.monsterinsights-upsell-content p{font-size:16px;color:#393f4c;line-height:1.8}.monsterinsights-upsell-content .monsterinsights-light{color:#657086}.monsterinsights-upsell-content .monsterinsights-button{font-size:17px;font-weight:700;padding:15px 25px;line-height:1}@media (max-width:782px){.monsterinsights-upsell-content .monsterinsights-button{font-size:15px}}.monsterinsights-upsell-overlay{position:absolute;top:125px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:750px;max-width:100%;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);background-color:#fff;border:1px solid #d6e2ed}.monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 40px}@media (max-width:782px){.monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 20px}}@media (max-width:782px){.monsterinsights-upsell-overlay{top:70px;width:calc(100% - 40px)}}.monsterinsights-upsell-overlay h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-upsell-overlay .monsterinsights-upsell-subtitle{color:#4c6577;font-size:16px;text-align:center}.monsterinsights-upsell-overlay p{margin:20px 0}.monsterinsights-upsell-overlay .monsterinsights-upsell-content{border-top:1px solid #d6e2ed;background:#f9fbff;padding:40px}@media (max-width:782px){.monsterinsights-upsell-overlay .monsterinsights-upsell-content{padding-left:20px;padding-right:20px}}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul{margin:0 auto;max-width:520px}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li{color:#4c6577;font-size:16px;margin:0 0 30px;padding-left:40px;position:relative;line-height:1.2}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li:before{position:absolute;content:"\F015";width:20px;height:20px;background:#5cc0a5;left:0;border-radius:50%;display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f9fbff;font-size:14px;text-align:center;line-height:20px;top:-1px}.monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-button{font-weight:400;font-size:16px;margin-top:10px}.monsterinsights-upsell-overlay a{color:#393f4c}.monsterinsights-upsell-overlay a:hover{text-decoration:none}.monsterinsights-center,.monsterinsights-mobile-upsell{text-align:center}.monsterinsights-mobile-upsell .monsterinsights-notice{border-top:1px solid #d6e2ed;border-right:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-mobile-upsell .monsterinsights-notice-inner{margin-top:0}@media (min-width:783px){.monsterinsights-mobile-upsell{display:none}}.monsterinsights-mobile-upsell .monsterinsights-notice-success .monsterinsights-notice-button{margin-right:0}@media (max-width:782px){.monsterinsights-overview-upsell-desktop{display:none}}.monsterinsights-report-realtime .monsterinsights-table-box th:first-child{width:auto}.monsterinsights-reports-list-title{display:inline-block;word-break:break-all}@media (max-width:782px){.monsterinsights-reports-list-title{width:calc(100% - 30px);text-overflow:ellipsis;overflow:hidden}}.monsterinsights-report-scroll{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}@media (max-width:782px){.monsterinsights-report-scroll{width:100%}}.monsterinsights-report-scroll>h3{position:absolute;top:0}.monsterinsights-report-scroll .monsterinsights-realtime-active{margin:0 0 50px}.monsterinsights-report-scroll .monsterinsights-realtime-box-content{margin:25px 0}.monsterinsights-report-scroll .monsterinsights-realtime-large{line-height:1;margin:50px 0 0;font-size:80px}#monsterinsights_reports_widget,#monsterinsights_reports_widget *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}#monsterinsights_reports_widget .inside{margin:0;padding:0}#monsterinsights_reports_widget .monsterinsights-info:focus,#monsterinsights_reports_widget a:focus,#monsterinsights_reports_widget button:focus{outline:none;-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}#monsterinsights_reports_widget .handlediv:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}#dashboard-widgets .monsterinsights-widget-toggle,.postbox .inside .monsterinsights-widget-toggle{background-color:#fafafa;border-bottom:1px solid #eee;cursor:pointer;padding:11px 12px;line-height:1;position:relative}#dashboard-widgets .monsterinsights-widget-toggle:focus,.postbox .inside .monsterinsights-widget-toggle:focus{outline:none;-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);z-index:10}#dashboard-widgets .monsterinsights-widget-toggle h2,.postbox .inside .monsterinsights-widget-toggle h2{display:inline-block;font-size:14px;font-weight:400;line-height:1;margin:0;padding:0;color:#23282c}#dashboard-widgets .monsterinsights-widget-toggle.monsterinsights-widget-toggle-active:after,.postbox .inside .monsterinsights-widget-toggle.monsterinsights-widget-toggle-active:after{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}#dashboard-widgets .monsterinsights-btn-group-label:after,#dashboard-widgets .monsterinsights-widget-toggle:after,.postbox .inside .monsterinsights-btn-group-label:after,.postbox .inside .monsterinsights-widget-toggle:after{color:#72777c;content:"\F142";display:inline-block;font:normal 20px/1 dashicons;position:absolute;right:7px;text-decoration:none!important;text-indent:-1px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:8px}#dashboard-widgets .monsterinsights-btn-group-label:after,.postbox .inside .monsterinsights-btn-group-label:after{right:2px;top:2px}#dashboard-widgets .monsterinsights-upsell-overlay h3,.postbox .inside .monsterinsights-upsell-overlay h3{text-align:left;color:#393f4c;font-size:20px;margin:12px 0 20px;font-weight:700;line-height:1.4}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-subtitle,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-subtitle{text-align:left}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-top,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 20px}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-content,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-content{padding:20px}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-content ul,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-content ul{display:none}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-button,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-button{margin-top:0;font-size:13px;padding:8px 10px}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-center,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-center{text-align:left}.monsterinsights-widget-cog{margin:0 0 0 10px;border:none;cursor:pointer;display:block;height:20px;padding:0;width:20px;color:#72777c;background:none;font-size:16px}.monsterinsights-widget-cog:focus,.monsterinsights-widget-cog:hover{color:#393f4c}.monsterinsights-widget-dropdown{position:relative;display:inline-block;vertical-align:middle}.monsterinsights-widget-dropdown-content{background:#fff;border:1px solid #d8d8d8;border-radius:5px;cursor:auto;font-weight:400;margin-right:-11px;margin-top:5px;padding:0 10px 10px;position:absolute;right:0;top:100%;width:180px;z-index:999}.monsterinsights-widget-dropdown-content:before{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #d8d8d8;border-style:solid;border-width:0 4px 4px;bottom:100%;content:"";height:0;position:absolute;right:16px;width:0}.monsterinsights-widget-dropdown-content:after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff;border-style:solid;border-width:0 3px 3px;bottom:100%;content:"";height:0;position:absolute;right:17px;width:0}.monsterinsights-widget-dropdown-content>span{color:#999;font-size:10px;margin-top:12px;display:block}.monsterinsights-widget-dropdown-content label{padding-left:16px;color:#393f4c;font-size:12px;position:relative;margin-bottom:4px;display:block}.monsterinsights-widget-dropdown-content label:before{content:"";border:1px solid #d6e2ed;width:10px;height:10px;display:block;position:absolute;left:0;top:3px}.monsterinsights-widget-dropdown-content label input[type=checkbox]{display:none}.monsterinsights-widget-dropdown-content label.monsterinsights-checked:after{content:"";border-color:#509fe2;border-style:solid;border-width:1px 0 0 1px;display:block;width:6px;height:10px;position:absolute;left:3px;top:2px;-webkit-transform:rotate(216deg);-ms-transform:rotate(216deg);transform:rotate(216deg)}.monsterinsights-widget-dropdown-content label:focus{outline:none;-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.monsterinsights-red{color:#d73638}.monsterinsights-green{color:#5cc0a5}.monsterinsights-btn-group{position:relative;display:inline-block;vertical-align:middle;width:110px;margin-right:12px}@media (max-width:782px){.monsterinsights-btn-group{margin-right:10px}}.monsterinsights-btn-group .monsterinsights-btn-group-label,.monsterinsights-btn-group .monsterinsights-btn-group-list-button{background:#fff;border:1px solid #d8d8d8;border-radius:5px;cursor:pointer;display:inline-block;font-size:13px;font-weight:400;line-height:1;padding:5px 14px 5px 10px;position:relative;text-align:left;width:100%;margin:0}.monsterinsights-btn-group-list{border-left:1px solid #d8d8d8;border-right:1px solid #d8d8d8;position:absolute;top:100%;z-index:9999;right:0;left:0}.monsterinsights-btn-group-list .monsterinsights-btn-group-list-button{border-radius:0;border-width:0 0 1px}.monsterinsights-btn-group-list .monsterinsights-btn-group-list-button.monsterinsights-btn-group-list-button-selected{background:#1f76c4;color:#fff}.monsterinsights-btn-group-open .monsterinsights-btn-group-label{border-radius:5px 5px 0 0}#monsterinsights_reports_widget.closed .inside{display:block}#monsterinsights_reports_widget .monsterinsights-widget-settings{position:absolute;bottom:100%;right:12px;margin-bottom:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:782px){#monsterinsights_reports_widget .monsterinsights-widget-settings{right:10px}}#monsterinsights_reports_widget .hndle{font-size:14px}#monsterinsights_reports_widget .toggle-indicator{display:none}.monsterinsights-report-tabs{margin:20px}.monsterinsights-report-infobox-row{margin:0 20px 20px;-ms-flex-flow:wrap;flex-flow:wrap}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%;padding:12px 10px 10px 15px}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3){border-left:none}@media (min-width:783px){.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child,.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(2){border-bottom:1px solid #d6e2ed}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-info{top:14px;right:15px}.monsterinsights-reports-infobox-number{font-size:36px;float:none}.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:none}.monsterinsights-reports-infobox-prev{margin-top:15px}.monsterinsights-info{color:#b6c9da;cursor:help;font-size:15px}.monsterinsights-widget-regular-width .monsterinsights-report-tabs-navigation button{font-size:14px;padding:11px 9px 12px;line-height:1;text-align:left;font-weight:400}.monsterinsights-widget-regular-width .monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{padding-top:9px}.monsterinsights-widget-regular-width .monsterinsights-report-tabs-navigation button i{margin-right:7px}.monsterinsights-widget-regular-width .monsterinsights-table-list-item{font-size:14px;padding:11px 12px;min-height:36px}.monsterinsights-widget-regular-width .monsterinsights-table-box-table td,.monsterinsights-widget-regular-width .monsterinsights-table-box-table td:first-child,.monsterinsights-widget-regular-width .monsterinsights-table-box-table th,.monsterinsights-widget-regular-width .monsterinsights-table-box-table th:first-child{padding-left:12px;padding-right:12px}.monsterinsights-widget-report-title .monsterinsights-info{margin-left:10px;color:#b4b9be}.monsterinsights-widget-content{border-bottom:1px solid #eee;height:100%}.monsterinsights-widget-content .monsterinsights-table-box{padding-top:0;border:none}.monsterinsights-button{background:#509fe2;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none}.monsterinsights-button:focus,.monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-button.monsterinsights-button-green{background:#5cc0a5;border-color:#40a88d;color:#fff}.monsterinsights-button.monsterinsights-button-green:focus,.monsterinsights-button.monsterinsights-button-green:hover{background-color:#4ab99b;border-color:#39967e;color:#fff}.monsterinsights-table-box-footer{text-align:left}.monsterinsights-table-box-pagination{display:none}.monsterinsights-buttons-toggle .monsterinsights-button{background:#eceff5;color:#464c57;border-bottom-width:1px;border-color:#d6e2ed;border-radius:0;line-height:18px;border-right:0;margin:0}.monsterinsights-buttons-toggle .monsterinsights-button:hover{background:#fff}.monsterinsights-buttons-toggle .monsterinsights-button:focus{z-index:10;position:relative}.monsterinsights-buttons-toggle .monsterinsights-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.monsterinsights-buttons-toggle .monsterinsights-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right:1px solid #d6e2ed}.monsterinsights-buttons-toggle .monsterinsights-button.monsterinsights-selected-interval{background:#fff;color:#509fe2;font-weight:700}.monsterinsights-reports-pie-chart{border:none;width:100%}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{left:220px}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{left:auto}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend .monsterinsights-pie-chart-legend-text{min-width:75px}.monsterinsights-upsell-overlay{position:relative;-webkit-transform:none;-ms-transform:none;transform:none;left:0;top:0;-webkit-box-shadow:none;box-shadow:none;border-radius:0;padding-top:0;border:none}.monsterinsights-upsell-overlay .monsterinsights-button{color:#fff}.monsterinsights-ecommerce-overview{padding-top:20px}.monsterinsights-ecommerce-overview .monsterinsights-upsell-overlay{padding-top:0}.monsterinsights-report-title{font-size:16px}.mi-dw-not-authed{padding:20px;text-align:center}.mi-dw-not-authed h2{font-size:18px;margin:0}.mi-dw-not-authed p{font-size:14px;margin:18px auto;max-width:230px}.mi-dw-btn-large{background:#1f76c4;border-radius:5px;color:#fff;display:inline-block;font-size:14px;line-height:1;margin-bottom:10px;padding:14px 28px}.mi-dw-btn-large:hover{color:#fff}.monsterinsights-widget-loading{animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;background-color:rgba(0,0,0,0)!important;border-radius:100%;border-color:rgba(0,0,0,0) #4b9ce4;border-style:solid;border-width:.25em;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,0);cursor:default;height:2.5em;margin:50px auto;padding:0;width:2.5em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.monsterinsights-widget-full-width .monsterinsights-widget-accordion{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;padding:20px 22px 22px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.monsterinsights-widget-full-width .monsterinsights-widget-accordion:after{width:calc(33.333% - 13px);display:block;content:""}@media (max-width:782px){.monsterinsights-widget-full-width .monsterinsights-widget-accordion{padding:0}}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box{padding-top:0!important}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-content>div:not(.monsterinsights-widget-loading){height:auto!important}}.monsterinsights-table-box .monsterinsights-info{top:20px;right:20px}.monsterinsights-reports-pie-chart .monsterinsights-info,.monsterinsights-reports-pie-chart .monsterinsights-report-title,.monsterinsights-table-box .monsterinsights-info,.monsterinsights-table-box .monsterinsights-report-title{display:none}.monsterinsights-width-button{border:none;background:none;padding:0;margin:0;color:#72777c;cursor:pointer}.monsterinsights-width-button:focus,.monsterinsights-width-button:hover{color:#393f4c}.monsterinsights-width-button i{font-size:16px}.monsterinsights-widget-full-width .monsterinsights-width-button i{font-size:20px}.monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding:10px 5px 7px 9px}#monsterinsights_reports_widget.monsterinsights-widget-full-width{margin:16px 0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-reports-pie-chart .monsterinsights-info,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-reports-pie-chart .monsterinsights-report-title,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box .monsterinsights-info,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box .monsterinsights-report-title{display:block}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-reports-pie-chart .monsterinsights-info,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-reports-pie-chart .monsterinsights-report-title,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box .monsterinsights-info,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box .monsterinsights-report-title{display:none}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding-left:20px;padding-bottom:20px}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding-left:5px;padding-bottom:5px}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box{padding-top:22px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .hndle{padding:22px 22px 22px 72px;border-bottom:none;height:auto;margin:0;position:relative;font-size:16px;color:#657086;font-weight:400;cursor:default}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-element{border:1px solid #d6e2ed;display:block;padding:0;width:calc(33.333% - 13px);margin-top:20px}@media (max-width:1280px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-element{width:calc(50% - 10px)}}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-element{width:100%;padding:0;border:none;margin-right:0;margin-top:0}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-element:first-child{width:100%;border:none;padding:0;margin:0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-settings{right:22px;margin-bottom:4px}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-settings{right:0;margin-right:10px;position:relative;bottom:0;margin-left:10px;float:none;margin-bottom:0}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-settings .monsterinsights-btn-group{width:auto}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list{width:auto;position:relative;top:0;border:none;border-radius:0}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list{margin:20px 0}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button{background:#eceff5;color:#464c57;border-radius:0;line-height:18px;display:inline-block;margin:0;width:auto;border:1px solid #d6e2ed;padding:10px 20px;font-size:14px}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button{padding:10px 15px}}@media (max-width:374px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button{font-size:12px;padding-left:10px;padding-right:10px}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button:hover{background:#fff}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button:focus{z-index:10;position:relative}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px;border-right:0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button.monsterinsights-btn-group-list-button-selected{background:#fff;color:#509fe2;font-weight:700}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-widget-content{padding:20px}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row{margin:20px 0 0}@media (min-width:783px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:25%;padding:17px 20px 15px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(2){border-bottom:0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3){border-left:1px solid #d6e2ed}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-reports-infobox-number{font-size:36px;float:left}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-reports-infobox-compare,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-reports-infobox-prev{float:right}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-content{border-bottom:0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-report-tabs{margin:0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-cog,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-width-button{background:#8ea4b4;border:1px solid #708c9f;padding:9px;color:#fff;font-size:20px;line-height:1;min-width:40px;height:auto;width:auto;border-radius:5px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-cog:focus,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-cog:hover,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-width-button:focus,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-width-button:hover{background-color:#708c9f}@media (max-width:374px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-cog,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-width-button{padding:8px;min-width:38px}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-toggle{display:none}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-toggle{display:block}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-content>div:not(.monsterinsights-widget-loading){height:100%}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-content>div:not(.monsterinsights-widget-loading) .monsterinsights-upsell-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;height:100%}.monsterinsights-report-2-columns.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child,.monsterinsights-report-2-columns.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(2){border-bottom:0}.monsterinsights-fullwidth-mascot{background-image:url(../img/mascot.png);width:41px;height:40px;background-repeat:no-repeat;background-size:contain;position:absolute;left:22px;bottom:100%;margin-bottom:4px}.monsterinsights-fullwidth-report-title{position:absolute;left:72px;font-size:20px;color:#393f4c;font-weight:700;bottom:100%;margin-bottom:4px}.monsterinsights-blur .monsterinsights-report-row{-webkit-filter:none;filter:none}#dashboard-widgets .monsterinsights-widget-footer{padding:11px 12px;line-height:1;font-size:13px;color:#72777c}#dashboard-widgets .monsterinsights-widget-footer .monsterinsights-dark{color:#23282c;font-weight:500}#dashboard-widgets .monsterinsights-widget-footer a{margin-right:10px;text-decoration:underline;color:#1c75a6}#dashboard-widgets .monsterinsights-widget-footer a:focus,#dashboard-widgets .monsterinsights-widget-footer a:hover{text-decoration:none;color:#393f4c}@media (max-width:782px){#dashboard-widgets .monsterinsights-upsell-overlay{width:100%}}#dashboard-widgets .monsterinsights-upsell-overlay a{text-decoration:underline}#dashboard-widgets .monsterinsights-upsell-overlay a.monsterinsights-button,#dashboard-widgets .monsterinsights-upsell-overlay a:focus,#dashboard-widgets .monsterinsights-upsell-overlay a:hover{text-decoration:none}.monsterinsights-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-height100{height:100%}@media (max-width:782px){.monsterinsights-height100{height:auto}}.monsterinsights-table-item-content{word-break:break-all}.monsterinsights-table-box.monsterinsights-table-box-mobile .monsterinsights-reports-list-title{width:calc(100% - 30px);text-overflow:ellipsis;overflow:hidden}#monsterinsights-chartjs-line-overview-tooltip{margin-top:-60px}.folded #monsterinsights-chartjs-line-overview-tooltip{margin-left:-118px}#monsterinsights_reports_widget .monsterinsights-widget-error{padding:50px 25px