Google Analytics for WordPress by MonsterInsights - Version 7.10.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.10.0
Comparing to
See all releases

Code changes from version 7.9.0 to 7.10.0

assets/js/frontend.js CHANGED
@@ -174,7 +174,7 @@ var MonsterInsights = function(){
174
  type = "tel";
175
  } else if ( protocol && protocol.length > 0 && ( __gaTrackerStringTrim( protocol ) == 'mailto' || __gaTrackerStringTrim( protocol ) == 'mailto:' ) ) { /* If it's a email */
176
  type = "mailto";
177
- } else if ( hostname && currentdomain && hostname.length > 0 && currentdomain.length > 0 && ! hostname.endsWith( currentdomain ) ) { /* If it's a outbound */
178
  type = "external";
179
  } else if ( pathname && JSON.stringify( inbound_paths ) != "{}" && pathname.length > 0 ) { /* If it's an internal as outbound */
180
  var inbound_paths_length = inbound_paths.length;
174
  type = "tel";
175
  } else if ( protocol && protocol.length > 0 && ( __gaTrackerStringTrim( protocol ) == 'mailto' || __gaTrackerStringTrim( protocol ) == 'mailto:' ) ) { /* If it's a email */
176
  type = "mailto";
177
+ } else if ( hostname && currentdomain && hostname.length > 0 && currentdomain.length > 0 && ! hostname.endsWith( '.' + currentdomain) && hostname !== currentdomain ) { /* If it's a outbound */
178
  type = "external";
179
  } else if ( pathname && JSON.stringify( inbound_paths ) != "{}" && pathname.length > 0 ) { /* If it's an internal as outbound */
180
  var inbound_paths_length = inbound_paths.length;
assets/js/frontend.min.js CHANGED
@@ -6,12 +6,12 @@ else if(e.metaKey){return'metaKey'}
6
  else if(e.ctrlKey){return'ctrlKey'}
7
  else if(e.shiftKey){return'shiftKey'}
8
  else if(e.altKey){return'altKey'}
9
- else{return''}};function m(e){var h=c(),i=d(),t='unknown',g=e.href,v=u(e.href),p=f(),s=e.hostname,r=e.protocol,y=e.pathname;g=g.toString();var l,b,m=e.getAttribute('data-vars-ga-category');if(m){return m};if(g.match(/^javascript\:/i)){t='internal'}
10
  else if(r&&r.length>0&&(o(r)=='tel'||o(r)=='tel:')){t='tel'}
11
  else if(r&&r.length>0&&(o(r)=='mailto'||o(r)=='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)&&h.length>0&&v.length>0){for(l=0,b=h.length;l<b;++l){if(h[l].length>0&&(g.endsWith(h[l])||h[l]==v)){t='download';break}}};if(t==='unknown'){t='internal'};return t};function w(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(e){if(e.getAttribute('data-vars-ga-label')&&e.getAttribute('data-vars-ga-label').replace(/\n/ig,'')){return e.getAttribute('data-vars-ga-label').replace(/\n/ig,'')}
15
  else if(e.title&&e.title.replace(/\n/ig,'')){return e.title.replace(/\n/ig,'')}
16
  else if(e.innerText&&e.innerText.replace(/\n/ig,'')){return e.innerText.replace(/\n/ig,'')}
17
  else if(e.getAttribute('aria-label')&&e.getAttribute('aria-label').replace(/\n/ig,'')){return e.getAttribute('aria-label').replace(/\n/ig,'')}
6
  else if(e.ctrlKey){return'ctrlKey'}
7
  else if(e.shiftKey){return'shiftKey'}
8
  else if(e.altKey){return'altKey'}
9
+ else{return''}};function m(e){var h=c(),i=d(),t='unknown',g=e.href,p=u(e.href),v=f(),l=e.hostname,r=e.protocol,y=e.pathname;g=g.toString();var s,b,m=e.getAttribute('data-vars-ga-category');if(m){return m};if(g.match(/^javascript\:/i)){t='internal'}
10
  else if(r&&r.length>0&&(o(r)=='tel'||o(r)=='tel:')){t='tel'}
11
  else if(r&&r.length>0&&(o(r)=='mailto'||o(r)=='mailto:')){t='mailto'}
12
+ else if(l&&v&&l.length>0&&v.length>0&&!l.endsWith('.'+v)&&l!==v){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(l&&window.monsterinsights_experimental_mode&&l.length>0&&document.domain.length>0&&l!==document.domain){t='cross-hostname'};if(p&&(t==='unknown'||'external'===t)&&h.length>0&&p.length>0){for(s=0,b=h.length;s<b;++s){if(h[s].length>0&&(g.endsWith(h[s])||h[s]==p)){t='download';break}}};if(t==='unknown'){t='internal'};return t};function w(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(e){if(e.getAttribute('data-vars-ga-label')&&e.getAttribute('data-vars-ga-label').replace(/\n/ig,'')){return e.getAttribute('data-vars-ga-label').replace(/\n/ig,'')}
15
  else if(e.title&&e.title.replace(/\n/ig,'')){return e.title.replace(/\n/ig,'')}
16
  else if(e.innerText&&e.innerText.replace(/\n/ig,'')){return e.innerText.replace(/\n/ig,'')}
17
  else if(e.getAttribute('aria-label')&&e.getAttribute('aria-label').replace(/\n/ig,'')){return e.getAttribute('aria-label').replace(/\n/ig,'')}
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.9.0
10
  * Requires at least: 3.8.0
11
  *
12
  * License: GPL v3
@@ -68,7 +68,7 @@ final class MonsterInsights_Lite {
68
  * @access public
69
  * @var string $version Plugin version.
70
  */
71
- public $version = '7.9.0';
72
 
73
  /**
74
  * Plugin file.
@@ -206,7 +206,7 @@ final class MonsterInsights_Lite {
206
 
207
  // This does the version to version background upgrade routines and initial install
208
  $mi_version = get_option( 'monsterinsights_current_version', '5.5.3' );
209
- if ( version_compare( $mi_version, '7.9.0', '<' ) ) {
210
  monsterinsights_lite_call_install_and_upgrade();
211
  }
212
 
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.10.0
10
  * Requires at least: 3.8.0
11
  *
12
  * License: GPL v3
68
  * @access public
69
  * @var string $version Plugin version.
70
  */
71
+ public $version = '7.10.0';
72
 
73
  /**
74
  * Plugin file.
206
 
207
  // This does the version to version background upgrade routines and initial install
208
  $mi_version = get_option( 'monsterinsights_current_version', '5.5.3' );
209
+ if ( version_compare( $mi_version, '7.10.0', '<' ) ) {
210
  monsterinsights_lite_call_install_and_upgrade();
211
  }
212
 
includes/admin/common.php CHANGED
@@ -171,10 +171,12 @@ function monsterinsights_admin_scripts() {
171
  if ( monsterinsights_is_settings_page() ) {
172
  global $wp_version;
173
 
174
- if ( ! defined( 'MONSTERINSIGHTS_LOCAL_JS_URL' ) ) {
175
-
176
  wp_enqueue_script( 'monsterinsights-vue-vendors', plugins_url( $version_path . '/assets/vue/js/chunk-vendors.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true );
177
  wp_enqueue_script( 'monsterinsights-vue-common', plugins_url( $version_path . '/assets/vue/js/chunk-common.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true );
 
 
 
178
  }
179
  $app_js_url = defined( 'MONSTERINSIGHTS_LOCAL_JS_URL' ) && MONSTERINSIGHTS_LOCAL_JS_URL ? MONSTERINSIGHTS_LOCAL_JS_URL : plugins_url( $version_path . '/assets/vue/js/settings.js', MONSTERINSIGHTS_PLUGIN_FILE );
180
  wp_register_script( 'monsterinsights-vue-script', $app_js_url, array(), monsterinsights_get_asset_version(), true );
@@ -260,9 +262,12 @@ function monsterinsights_admin_scripts() {
260
 
261
  if ( monsterinsights_is_reports_page() ) {
262
  global $wp_version;
263
- if ( ! defined( 'MONSTERINSIGHTS_LOCAL_REPORTS_JS_URL' ) ) {
264
  wp_enqueue_script( 'monsterinsights-vue-vendors', plugins_url( $version_path . '/assets/vue/js/chunk-vendors.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true );
265
  wp_enqueue_script( 'monsterinsights-vue-common', plugins_url( $version_path . '/assets/vue/js/chunk-common.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true );
 
 
 
266
  }
267
  $app_js_url = defined( 'MONSTERINSIGHTS_LOCAL_REPORTS_JS_URL' ) && MONSTERINSIGHTS_LOCAL_REPORTS_JS_URL ? MONSTERINSIGHTS_LOCAL_REPORTS_JS_URL : plugins_url( $version_path . '/assets/vue/js/reports.js', MONSTERINSIGHTS_PLUGIN_FILE );
268
  wp_register_script( 'monsterinsights-vue-reports', $app_js_url, array(), monsterinsights_get_asset_version(), true );
@@ -276,19 +281,19 @@ function monsterinsights_admin_scripts() {
276
  'monsterinsights-vue-reports',
277
  'monsterinsights',
278
  array(
279
- 'ajax' => admin_url( 'admin-ajax.php' ),
280
- 'nonce' => wp_create_nonce( 'mi-admin-nonce' ),
281
- 'network' => is_network_admin(),
282
- 'translations' => wp_get_jed_locale_data( monsterinsights_is_pro_version() ? 'ga-premium' : 'google-analytics-for-wordpress' ),
283
- 'assets' => plugins_url( $version_path . '/assets/vue', MONSTERINSIGHTS_PLUGIN_FILE ),
284
- 'shareasale_id' => monsterinsights_get_shareasale_id(),
285
- 'shareasale_url' => monsterinsights_get_shareasale_url( monsterinsights_get_shareasale_id(), '' ),
286
- 'addons_url' => is_multisite() ? network_admin_url( 'admin.php?page=monsterinsights_network#/addons' ) : admin_url( 'admin.php?page=monsterinsights_settings#/addons' ),
287
- 'timezone' => date( 'e' ),
288
- 'authed' => $site_auth || $ms_auth,
289
- 'settings_url' => add_query_arg( 'page', 'monsterinsights_settings', admin_url( 'admin.php' ) ),
290
  // Used to add notices for future deprecations.
291
- 'versions' => array(
292
  'php_version' => phpversion(),
293
  'php_version_below_54' => apply_filters( 'monsterinsights_temporarily_hide_php_52_and_53_upgrade_warnings', version_compare( phpversion(), '5.4', '<' ) ),
294
  'php_version_below_56' => apply_filters( 'monsterinsights_temporarily_hide_php_54_and_55_upgrade_warnings', version_compare( phpversion(), '5.6', '<' ) ),
@@ -298,11 +303,12 @@ function monsterinsights_admin_scripts() {
298
  'wp_version_below_49' => version_compare( $wp_version, '4.9', '<' ),
299
  'wp_update_link' => monsterinsights_get_url( 'settings-notice', 'settings-page', 'https://www.monsterinsights.com/docs/update-wordpress/' ),
300
  ),
301
- 'plugin_version' => MONSTERINSIGHTS_VERSION,
302
- 'is_admin' => true,
303
- 'wizard_url' => admin_url( 'index.php?page=monsterinsights-onboarding' ),
304
- 'install_nonce' => wp_create_nonce( 'monsterinsights-install' ),
305
- 'activate_nonce' => wp_create_nonce( 'monsterinsights-activate' ),
 
306
  )
307
  );
308
 
171
  if ( monsterinsights_is_settings_page() ) {
172
  global $wp_version;
173
 
174
+ if ( ! defined( 'MONSTERINSIGHTS_LOCAL_VENDORS_JS_URL' ) ) {
 
175
  wp_enqueue_script( 'monsterinsights-vue-vendors', plugins_url( $version_path . '/assets/vue/js/chunk-vendors.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true );
176
  wp_enqueue_script( 'monsterinsights-vue-common', plugins_url( $version_path . '/assets/vue/js/chunk-common.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true );
177
+ } else {
178
+ wp_enqueue_script( 'monsterinsights-vue-vendors', MONSTERINSIGHTS_LOCAL_VENDORS_JS_URL, array(), monsterinsights_get_asset_version(), true );
179
+ wp_enqueue_script( 'monsterinsights-vue-common', MONSTERINSIGHTS_LOCAL_COMMON_JS_URL, array(), monsterinsights_get_asset_version(), true );
180
  }
181
  $app_js_url = defined( 'MONSTERINSIGHTS_LOCAL_JS_URL' ) && MONSTERINSIGHTS_LOCAL_JS_URL ? MONSTERINSIGHTS_LOCAL_JS_URL : plugins_url( $version_path . '/assets/vue/js/settings.js', MONSTERINSIGHTS_PLUGIN_FILE );
182
  wp_register_script( 'monsterinsights-vue-script', $app_js_url, array(), monsterinsights_get_asset_version(), true );
262
 
263
  if ( monsterinsights_is_reports_page() ) {
264
  global $wp_version;
265
+ if ( ! defined( 'MONSTERINSIGHTS_LOCAL_VENDORS_JS_URL' ) ) {
266
  wp_enqueue_script( 'monsterinsights-vue-vendors', plugins_url( $version_path . '/assets/vue/js/chunk-vendors.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true );
267
  wp_enqueue_script( 'monsterinsights-vue-common', plugins_url( $version_path . '/assets/vue/js/chunk-common.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true );
268
+ } else {
269
+ wp_enqueue_script( 'monsterinsights-vue-vendors', MONSTERINSIGHTS_LOCAL_VENDORS_JS_URL, array(), monsterinsights_get_asset_version(), true );
270
+ wp_enqueue_script( 'monsterinsights-vue-common', MONSTERINSIGHTS_LOCAL_COMMON_JS_URL, array(), monsterinsights_get_asset_version(), true );
271
  }
272
  $app_js_url = defined( 'MONSTERINSIGHTS_LOCAL_REPORTS_JS_URL' ) && MONSTERINSIGHTS_LOCAL_REPORTS_JS_URL ? MONSTERINSIGHTS_LOCAL_REPORTS_JS_URL : plugins_url( $version_path . '/assets/vue/js/reports.js', MONSTERINSIGHTS_PLUGIN_FILE );
273
  wp_register_script( 'monsterinsights-vue-reports', $app_js_url, array(), monsterinsights_get_asset_version(), true );
281
  'monsterinsights-vue-reports',
282
  'monsterinsights',
283
  array(
284
+ 'ajax' => admin_url( 'admin-ajax.php' ),
285
+ 'nonce' => wp_create_nonce( 'mi-admin-nonce' ),
286
+ 'network' => is_network_admin(),
287
+ 'translations' => wp_get_jed_locale_data( monsterinsights_is_pro_version() ? 'ga-premium' : 'google-analytics-for-wordpress' ),
288
+ 'assets' => plugins_url( $version_path . '/assets/vue', MONSTERINSIGHTS_PLUGIN_FILE ),
289
+ 'shareasale_id' => monsterinsights_get_shareasale_id(),
290
+ 'shareasale_url' => monsterinsights_get_shareasale_url( monsterinsights_get_shareasale_id(), '' ),
291
+ 'addons_url' => is_multisite() ? network_admin_url( 'admin.php?page=monsterinsights_network#/addons' ) : admin_url( 'admin.php?page=monsterinsights_settings#/addons' ),
292
+ 'timezone' => date( 'e' ),
293
+ 'authed' => $site_auth || $ms_auth,
294
+ 'settings_url' => add_query_arg( 'page', 'monsterinsights_settings', admin_url( 'admin.php' ) ),
295
  // Used to add notices for future deprecations.
296
+ 'versions' => array(
297
  'php_version' => phpversion(),
298
  'php_version_below_54' => apply_filters( 'monsterinsights_temporarily_hide_php_52_and_53_upgrade_warnings', version_compare( phpversion(), '5.4', '<' ) ),
299
  'php_version_below_56' => apply_filters( 'monsterinsights_temporarily_hide_php_54_and_55_upgrade_warnings', version_compare( phpversion(), '5.6', '<' ) ),
303
  'wp_version_below_49' => version_compare( $wp_version, '4.9', '<' ),
304
  'wp_update_link' => monsterinsights_get_url( 'settings-notice', 'settings-page', 'https://www.monsterinsights.com/docs/update-wordpress/' ),
305
  ),
306
+ 'plugin_version' => MONSTERINSIGHTS_VERSION,
307
+ 'is_admin' => true,
308
+ 'wizard_url' => admin_url( 'index.php?page=monsterinsights-onboarding' ),
309
+ 'install_nonce' => wp_create_nonce( 'monsterinsights-install' ),
310
+ 'activate_nonce' => wp_create_nonce( 'monsterinsights-activate' ),
311
+ 'update_settings' => current_user_can( 'monsterinsights_save_settings' ),
312
  )
313
  );
314
 
includes/admin/routes.php CHANGED
@@ -372,12 +372,12 @@ class MonsterInsights_Rest_Routes {
372
  return;
373
  }
374
 
375
- $manual_ua_code = isset( $_POST['manual_ua_code'] ) ? sanitize_text_field( wp_unslash( $_POST['manual_ua_code'] ) ) : '';
376
- $manual_ua_code = monsterinsights_is_valid_ua( $manual_ua_code ); // Also sanitizes the string.
377
- $manual_ua_code_old = MonsterInsights()->auth->get_manual_ua();
378
  if ( ! empty( $_REQUEST['isnetwork'] ) && sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) ) {
379
  define( 'WP_NETWORK_ADMIN', true );
380
  }
 
381
 
382
  if ( $manual_ua_code && $manual_ua_code_old && $manual_ua_code_old === $manual_ua_code ) {
383
  // Same code we had before
@@ -533,8 +533,8 @@ class MonsterInsights_Rest_Routes {
533
  $report = MonsterInsights()->reporting->get_report( $report_name );
534
 
535
  $isnetwork = ! empty( $_REQUEST['isnetwork'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) : '';
536
- $start = ! empty( $_POST['start'] ) ? sanitize_text_field( wp_unslash( $_POST['start'] ) ) : '';
537
- $end = ! empty( $_POST['end'] ) ? sanitize_text_field( wp_unslash( $_POST['end'] ) ) : '';
538
  $args = array(
539
  'start' => $start,
540
  'end' => $end,
372
  return;
373
  }
374
 
375
+ $manual_ua_code = isset( $_POST['manual_ua_code'] ) ? sanitize_text_field( wp_unslash( $_POST['manual_ua_code'] ) ) : '';
376
+ $manual_ua_code = monsterinsights_is_valid_ua( $manual_ua_code ); // Also sanitizes the string.
 
377
  if ( ! empty( $_REQUEST['isnetwork'] ) && sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) ) {
378
  define( 'WP_NETWORK_ADMIN', true );
379
  }
380
+ $manual_ua_code_old = is_network_admin() ? MonsterInsights()->auth->get_network_manual_ua() : MonsterInsights()->auth->get_manual_ua();
381
 
382
  if ( $manual_ua_code && $manual_ua_code_old && $manual_ua_code_old === $manual_ua_code ) {
383
  // Same code we had before
533
  $report = MonsterInsights()->reporting->get_report( $report_name );
534
 
535
  $isnetwork = ! empty( $_REQUEST['isnetwork'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) : '';
536
+ $start = ! empty( $_POST['start'] ) ? sanitize_text_field( wp_unslash( $_POST['start'] ) ) : date( 'Y-m-d', strtotime( '-30 days' ) );
537
+ $end = ! empty( $_POST['end'] ) ? sanitize_text_field( wp_unslash( $_POST['end'] ) ) : date( 'Y-m-d', strtotime( '-1 day' ) );;
538
  $args = array(
539
  'start' => $start,
540
  'end' => $end,
includes/frontend/frontend.php CHANGED
@@ -156,8 +156,11 @@ function monsterinsights_frontend_admin_bar_scripts() {
156
 
157
  if ( ! defined( 'MONSTERINSIGHTS_LOCAL_FRONTEND_JS_URL' ) ) {
158
  wp_enqueue_style( 'monsterinsights-vue-frontend-style', plugins_url( $version_path . '/assets/vue/css/frontend' . $rtl . '.css', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version() );
159
- wp_enqueue_script( 'monsterinsights-vue-vendors', plugins_url( $version_path . '/assets/vue/js/chunk-vendors.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true );
160
  wp_enqueue_script( 'monsterinsights-vue-common', plugins_url( $version_path . '/assets/vue/js/chunk-common.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true );
 
 
 
161
  }
162
 
163
  wp_register_script( 'monsterinsights-vue-frontend', $frontend_js_url, array(), monsterinsights_get_asset_version(), true );
@@ -208,8 +211,8 @@ function monsterinsights_administrator_tracking_notice() {
208
  return;
209
  }
210
 
211
- // Only show this for users who can see the settings panel.
212
- if ( ! current_user_can( 'monsterinsights_save_settings' ) ) {
213
  return;
214
  }
215
 
156
 
157
  if ( ! defined( 'MONSTERINSIGHTS_LOCAL_FRONTEND_JS_URL' ) ) {
158
  wp_enqueue_style( 'monsterinsights-vue-frontend-style', plugins_url( $version_path . '/assets/vue/css/frontend' . $rtl . '.css', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version() );
159
+ wp_enqueue_script( 'monsterinsights-vue-vendors', plugins_url( $version_path . '/assets/vue/js/chunk-frontend-vendors.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true );
160
  wp_enqueue_script( 'monsterinsights-vue-common', plugins_url( $version_path . '/assets/vue/js/chunk-common.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true );
161
+ } else {
162
+ wp_enqueue_script( 'monsterinsights-vue-vendors', MONSTERINSIGHTS_LOCAL_VENDORS_JS_URL, array(), monsterinsights_get_asset_version(), true );
163
+ wp_enqueue_script( 'monsterinsights-vue-common', MONSTERINSIGHTS_LOCAL_COMMON_JS_URL, array(), monsterinsights_get_asset_version(), true );
164
  }
165
 
166
  wp_register_script( 'monsterinsights-vue-frontend', $frontend_js_url, array(), monsterinsights_get_asset_version(), true );
211
  return;
212
  }
213
 
214
+ // Only show this to users who are not tracked.
215
+ if ( ! monsterinsights_track_user() ) {
216
  return;
217
  }
218
 
includes/install.php CHANGED
@@ -124,6 +124,10 @@ class MonsterInsights_Install {
124
  $this->v790_upgrades();
125
  }
126
 
 
 
 
 
127
  // Do not use. See monsterinsights_after_install_routine comment below.
128
  do_action( 'monsterinsights_after_existing_upgrade_routine', $version );
129
  $version = get_option( 'monsterinsights_current_version', $version );
@@ -240,10 +244,10 @@ class MonsterInsights_Install {
240
  )
241
  ),
242
  'demographics' => 1,
243
- 'ignore_users' => array( 'administrator' ),
244
  'dashboards_disabled' => 0,
245
  'anonymize_ips' => 0,
246
- 'extensions_of_files' => 'doc,exe,js,pdf,ppt,tgz,zip,xls',
247
  'subdomain_tracking' => '',
248
  'link_attribution' => true,
249
  'tag_links_in_rss' => true,
@@ -611,4 +615,59 @@ class MonsterInsights_Install {
611
  }
612
 
613
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
614
  }
124
  $this->v790_upgrades();
125
  }
126
 
127
+ if ( version_compare( $version, '7.10.0', '<' ) ) {
128
+ $this->v7100_upgrades();
129
+ }
130
+
131
  // Do not use. See monsterinsights_after_install_routine comment below.
132
  do_action( 'monsterinsights_after_existing_upgrade_routine', $version );
133
  $version = get_option( 'monsterinsights_current_version', $version );
244
  )
245
  ),
246
  'demographics' => 1,
247
+ 'ignore_users' => array( 'administrator', 'editor' ),
248
  'dashboards_disabled' => 0,
249
  'anonymize_ips' => 0,
250
+ 'extensions_of_files' => 'doc,pdf,ppt,zip,xls,docx,pptx,xlsx',
251
  'subdomain_tracking' => '',
252
  'link_attribution' => true,
253
  'tag_links_in_rss' => true,
615
  }
616
 
617
  }
618
+
619
+ /**
620
+ * Upgrade routine for version 8.0.0
621
+ */
622
+ public function v7100_upgrades() {
623
+
624
+ // Remove exe js and tgz from file downloads tracking.
625
+ $current_downloads = isset( $this->new_settings['extensions_of_files'] ) ? $this->new_settings['extensions_of_files'] : array();
626
+
627
+ if ( ! empty( $current_downloads ) ) {
628
+ $extensions_to_remove = array(
629
+ 'exe',
630
+ 'js',
631
+ 'tgz'
632
+ );
633
+ $extensions_to_add = array(
634
+ 'docx',
635
+ 'pptx',
636
+ 'xlsx',
637
+ );
638
+
639
+ $extensions = explode( ',', $current_downloads );
640
+ $updated_extensions = array();
641
+
642
+ if ( ! empty( $extensions ) && is_array( $extensions ) ) {
643
+ foreach ( $extensions as $extension ) {
644
+ if ( ! in_array( $extension, $extensions_to_remove ) ) {
645
+ $updated_extensions[] = $extension;
646
+ }
647
+ }
648
+ }
649
+
650
+ foreach ( $extensions_to_add as $extension_to_add ) {
651
+ if ( ! in_array( $extension_to_add, $updated_extensions ) ) {
652
+ $updated_extensions[] = $extension_to_add;
653
+ }
654
+ }
655
+ } else {
656
+ $updated_extensions = array(
657
+ 'pdf',
658
+ 'doc',
659
+ 'ppt',
660
+ 'xls',
661
+ 'zip',
662
+ 'docx',
663
+ 'pptx',
664
+ 'xlsx',
665
+ );
666
+ }
667
+
668
+ $updated_extensions = implode( ',', $updated_extensions );
669
+
670
+ $this->new_settings['extensions_of_files'] = $updated_extensions;
671
+
672
+ }
673
  }
languages/google-analytics-for-wordpress.pot CHANGED
@@ -1,4499 +1,4531 @@
1
- # Copyright (C) 2019 MonsterInsights
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.9.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-09-30T12:16:09+00:00\n"
13
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
- "X-Generator: WP-CLI 2.2.0\n"
15
- "X-Domain: google-analytics-for-wordpress\n"
16
-
17
- #. Plugin Name of the plugin
18
- msgid "MonsterInsights Pro"
19
- msgstr ""
20
-
21
- #. Plugin URI of the plugin
22
- msgid "https://www.monsterinsights.com/?utm_source=proplugin&utm_medium=pluginheader&utm_campaign=pluginurl&utm_content=7%2E0%2E0"
23
- msgstr ""
24
-
25
- #. Description of the plugin
26
- msgid "The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back."
27
- msgstr ""
28
-
29
- #. Author of the plugin
30
- #: lite/includes/admin/wp-site-health.php:172
31
- #: lite/includes/admin/wp-site-health.php:224
32
- #: lite/includes/admin/wp-site-health.php:251
33
- #: lite/includes/admin/wp-site-health.php:289
34
- #: lite/includes/admin/wp-site-health.php:316
35
- #: lite/includes/admin/wp-site-health.php:343
36
- #: lite/includes/admin/wp-site-health.php:368
37
- #: lite/includes/admin/wp-site-health.php:407
38
- #: lite/includes/admin/dashboard-widget.php:96
39
- #: includes/admin/admin.php:31
40
- #: includes/admin/admin.php:34
41
- #: includes/admin/admin.php:42
42
- msgid "MonsterInsights"
43
- msgstr ""
44
-
45
- #. Author URI of the plugin
46
- msgid "https://www.monsterinsights.com/?utm_source=proplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0"
47
- msgstr ""
48
-
49
- #: lite/includes/admin/wp-site-health.php:53
50
- msgid "MonsterInsights Authentication"
51
- msgstr ""
52
-
53
- #: lite/includes/admin/wp-site-health.php:58
54
- msgid "MonsterInsights Automatic Updates"
55
- msgstr ""
56
-
57
- #: lite/includes/admin/wp-site-health.php:64
58
- msgid "MonsterInsights eCommerce"
59
- msgstr ""
60
-
61
- #: lite/includes/admin/wp-site-health.php:71
62
- msgid "MonsterInsights AMP"
63
- msgstr ""
64
-
65
- #: lite/includes/admin/wp-site-health.php:78
66
- msgid "MonsterInsights FBIA"
67
- msgstr ""
68
-
69
- #: lite/includes/admin/wp-site-health.php:84
70
- msgid "MonsterInsights Connection"
71
- msgstr ""
72
-
73
- #: lite/includes/admin/wp-site-health.php:169
74
- msgid "Your website is authenticated with MonsterInsights"
75
- msgstr ""
76
-
77
- #: lite/includes/admin/wp-site-health.php:175
78
- msgid "MonsterInsights integrates your WordPress website with Google Analytics."
79
- msgstr ""
80
-
81
- #: lite/includes/admin/wp-site-health.php:179
82
- #: languages/vue.php:1782
83
- msgid "View Reports"
84
- msgstr ""
85
-
86
- #: lite/includes/admin/wp-site-health.php:190
87
- msgid "You are using Manual UA code output"
88
- msgstr ""
89
-
90
- #: lite/includes/admin/wp-site-health.php:191
91
- msgid "We highly recommend authenticating with MonsterInsights so that you can access our new reporting area and take advantage of new MonsterInsights features."
92
- msgstr ""
93
-
94
- #: lite/includes/admin/wp-site-health.php:195
95
- #: lite/includes/admin/wp-site-health.php:206
96
- msgid "Authenticate now"
97
- msgstr ""
98
-
99
- #: lite/includes/admin/wp-site-health.php:201
100
- msgid "Please configure your Google Analytics settings"
101
- msgstr ""
102
-
103
- #: lite/includes/admin/wp-site-health.php:202
104
- msgid "Your traffic is not being tracked by MonsterInsights at the moment and you are losing data. Authenticate and get access to the reporting area and advanced tracking features."
105
- msgstr ""
106
-
107
- #: lite/includes/admin/wp-site-health.php:228
108
- msgid "MonsterInsights Upgrade not applied"
109
- msgstr ""
110
-
111
- #: lite/includes/admin/wp-site-health.php:229
112
- msgid "A valid license has been added to MonsterInsights but you are still using the Lite version."
113
- msgstr ""
114
-
115
- #: lite/includes/admin/wp-site-health.php:233
116
- msgid "Go to License Settings"
117
- msgstr ""
118
-
119
- #: lite/includes/admin/wp-site-health.php:248
120
- msgid "Your website is receiving automatic updates"
121
- msgstr ""
122
-
123
- #: lite/includes/admin/wp-site-health.php:254
124
- msgid "MonsterInsights automatic updates are enabled and you are getting the latest features, bugfixes, and security updates as they are released."
125
- msgstr ""
126
-
127
- #: lite/includes/admin/wp-site-health.php:261
128
- msgid "Your website is receiving minor updates"
129
- msgstr ""
130
-
131
- #: lite/includes/admin/wp-site-health.php:262
132
- msgid "MonsterInsights minor updates are enabled and you are getting the latest bugfixes and security updates, but not major features."
133
- msgstr ""
134
-
135
- #: lite/includes/admin/wp-site-health.php:266
136
- msgid "Automatic updates are disabled"
137
- msgstr ""
138
-
139
- #: lite/includes/admin/wp-site-health.php:267
140
- msgid "MonsterInsights automatic updates are disabled. We recommend enabling automatic updates so you can get access to the latest features, bugfixes, and security updates as they are released."
141
- msgstr ""
142
-
143
- #: lite/includes/admin/wp-site-health.php:271
144
- msgid "Update Settings"
145
- msgstr ""
146
-
147
- #: lite/includes/admin/wp-site-health.php:286
148
- msgid "eCommerce data is not being tracked"
149
- msgstr ""
150
-
151
- #. Translators: The eCommerce store currently active.
152
- #: lite/includes/admin/wp-site-health.php:293
153
- msgid "You are using %s but the MonsterInsights eCommerce addon is not active, please Install & Activate it to start tracking eCommerce data."
154
- msgstr ""
155
-
156
- #: lite/includes/admin/wp-site-health.php:298
157
- #: lite/includes/admin/wp-site-health.php:324
158
- #: lite/includes/admin/wp-site-health.php:351
159
- #: languages/vue.php:1929
160
- msgid "View Addons"
161
- msgstr ""
162
-
163
- #: lite/includes/admin/wp-site-health.php:313
164
- msgid "AMP pages are not being tracked"
165
- msgstr ""
166
-
167
- #: lite/includes/admin/wp-site-health.php:319
168
- msgid "Your website has Google AMP-enabled pages set up but they are not tracked by Google Analytics at the moment. You need to Install & Activate the MonsterInsights AMP Addon."
169
- msgstr ""
170
-
171
- #: lite/includes/admin/wp-site-health.php:340
172
- msgid "Facebook Instant Articles pages are not being tracked"
173
- msgstr ""
174
-
175
- #: lite/includes/admin/wp-site-health.php:346
176
- msgid "Your website has Facebook Instant Articles pages set up but they are not tracked by Google Analytics at the moment. You need to Install & Activate the MonsterInsights Facebook Instant Articles Addon."
177
- msgstr ""
178
-
179
- #: lite/includes/admin/wp-site-health.php:365
180
- msgid "Can connect to MonsterInsights.com correctly"
181
- msgstr ""
182
-
183
- #: lite/includes/admin/wp-site-health.php:371
184
- msgid "The MonsterInsights API is reachable and no connection issues have been detected."
185
- msgstr ""
186
-
187
- #: lite/includes/admin/wp-site-health.php:386
188
- msgid "The MonsterInsights server is not reachable."
189
- msgstr ""
190
-
191
- #: lite/includes/admin/wp-site-health.php:387
192
- msgid "Your server is blocking external requests to monsterinsights.com, please check your firewall settings or contact your host for more details."
193
- msgstr ""
194
-
195
- #. Translators: The error message received.
196
- #: lite/includes/admin/wp-site-health.php:391
197
- msgid "Error message: %s"
198
- msgstr ""
199
-
200
- #: lite/includes/admin/wp-site-health.php:404
201
- msgid "Tracking code is properly being output."
202
- msgstr ""
203
-
204
- #: lite/includes/admin/wp-site-health.php:410
205
- msgid "The Google Analytics tracking code is being output correctly, and no duplicate Google Analytics scripts have been detected."
206
- msgstr ""
207
-
208
- #: lite/includes/admin/wp-site-health.php:418
209
- msgid "MonsterInsights has automatically detected an issue with your tracking setup"
210
- msgstr ""
211
-
212
- #: lite/includes/admin/tools.php:10
213
- msgid "Want even more fine tuned control over your website analytics?"
214
- msgstr ""
215
-
216
- #: lite/includes/admin/tools.php:11
217
- msgid "By upgrading to MonsterInsights Pro, you can unlock the MonsterInsights URL builder that helps you better track your advertising and email marketing campaigns."
218
- msgstr ""
219
-
220
- #: lite/includes/admin/tools.php:12
221
- msgid "Click here to Upgrade"
222
- msgstr ""
223
-
224
- #: lite/includes/admin/connect.php:42
225
- msgid "You are not allowed to install plugins."
226
- msgstr ""
227
-
228
- #: lite/includes/admin/connect.php:56
229
- msgid "Please enter your license key to connect."
230
- msgstr ""
231
-
232
- #: lite/includes/admin/connect.php:67
233
- msgid "Pro version is already installed."
234
- msgstr ""
235
-
236
- #: lite/includes/admin/connect.php:104
237
- msgid "Could not install upgrade. Please download from monsterinsights.com and install manually."
238
- msgstr ""
239
-
240
- #: lite/includes/admin/connect.php:135
241
- #: lite/includes/admin/connect.php:141
242
- #: lite/includes/admin/connect.php:182
243
- msgid "Plugin installed & activated."
244
- msgstr ""
245
-
246
- #: lite/includes/admin/connect.php:166
247
- msgid "You are not licensed."
248
- msgstr ""
249
-
250
- #: lite/includes/admin/connect.php:186
251
- msgid "Pro version installed but needs to be activated from the Plugins page inside your WordPress admin."
252
- msgstr ""
253
-
254
- #: lite/includes/admin/dashboard-widget.php:131
255
- msgid "Website Analytics is not Setup"
256
- msgstr ""
257
-
258
- #: lite/includes/admin/dashboard-widget.php:132
259
- msgid "To see your website stats, please connect MonsterInsights to Google Analytics."
260
- msgstr ""
261
-
262
- #: lite/includes/admin/dashboard-widget.php:133
263
- msgid "Setup Website Analytics"
264
- msgstr ""
265
-
266
- #: lite/includes/admin/helpers.php:63
267
- msgid "Get Better Insights. Grow FASTER!"
268
- msgstr ""
269
-
270
- #: lite/includes/admin/helpers.php:68
271
- msgid "Grow Your Business with MonsterInsights Pro"
272
- msgstr ""
273
-
274
- #: lite/includes/admin/helpers.php:69
275
- msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website."
276
- msgstr ""
277
-
278
- #: lite/includes/admin/helpers.php:70
279
- msgid "MonsterInsights Pro shows you the stats that matter, so you can boost your business growth!"
280
- msgstr ""
281
-
282
- #. Translators: makes text bold.
283
- #: lite/includes/admin/helpers.php:74
284
- msgid "%1$sBonus:%2$s You also get 50%% off discount for being a loyal MonsterInsights Lite user."
285
- msgstr ""
286
-
287
- #: lite/includes/admin/helpers.php:79
288
- #: languages/vue.php:1263
289
- msgid "Upgrade to MonsterInsights Pro"
290
- msgstr ""
291
-
292
- #: lite/includes/admin/onboarding-wizard.php:162
293
- msgid "MonsterInsights &rsaquo; Onboarding Wizard"
294
- msgstr ""
295
-
296
- #: lite/includes/admin/onboarding-wizard.php:174
297
- msgid "Return to Dashboard"
298
- msgstr ""
299
-
300
- #: lite/includes/admin/onboarding-wizard.php:240
301
- msgid "You are not allowed to install plugins"
302
- msgstr ""
303
-
304
- #: lite/includes/admin/reports/report-queries.php:22
305
- #: languages/vue.php:217
306
- msgid "Search Console"
307
- msgstr ""
308
-
309
- #: lite/includes/admin/reports/report-ecommerce.php:22
310
- #: languages/vue.php:214
311
- msgid "eCommerce"
312
- msgstr ""
313
-
314
- #: lite/includes/admin/reports/report-realtime.php:22
315
- msgid "Real Time"
316
- msgstr ""
317
-
318
- #: lite/includes/admin/reports/report-publisher.php:22
319
- #: languages/vue.php:211
320
- msgid "Publishers"
321
- msgstr ""
322
-
323
- #: lite/includes/admin/reports/report-dimensions.php:22
324
- #: languages/vue.php:220
325
- msgid "Dimensions"
326
- msgstr ""
327
-
328
- #: lite/includes/admin/reports/report-forms.php:22
329
- #: languages/vue.php:223
330
- msgid "Forms"
331
- msgstr ""
332
-
333
- #: lite/includes/admin/welcome.php:52
334
- #: lite/includes/admin/welcome.php:53
335
- #: languages/vue.php:1785
336
- msgid "Welcome to MonsterInsights"
337
- msgstr ""
338
-
339
- #: includes/frontend/tracking/class-tracking-preview.php:77
340
- msgid "You are currently in a preview window. MonsterInsights doesn't track preview window traffic to avoid false visit reports."
341
- msgstr ""
342
-
343
- #: includes/frontend/tracking/class-tracking-analytics.php:218
344
- msgid "Note: MonsterInsights is not currently configured on this site. The site owner needs to authenticate with Google Analytics in the MonsterInsights settings panel."
345
- msgstr ""
346
-
347
- #: includes/frontend/tracking/class-tracking-analytics.php:221
348
- 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."
349
- msgstr ""
350
-
351
- #: includes/frontend/tracking/class-tracking-analytics.php:224
352
- msgid "Note: The site owner has disabled Google Analytics tracking for your user role."
353
- msgstr ""
354
-
355
- #: includes/frontend/tracking/class-tracking-analytics.php:304
356
- msgid "Not running function"
357
- msgstr ""
358
-
359
- #: includes/frontend/tracking/class-tracking-analytics.php:304
360
- msgid "because you are not being tracked."
361
- msgstr ""
362
-
363
- #: includes/admin/review.php:114
364
- msgid "Are you enjoying MonsterInsights?"
365
- msgstr ""
366
-
367
- #: includes/admin/review.php:116
368
- msgid "Yes"
369
- msgstr ""
370
-
371
- #: includes/admin/review.php:117
372
- msgid "Not Really"
373
- msgstr ""
374
-
375
- #: includes/admin/review.php:121
376
- msgid "We're 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?"
377
- msgstr ""
378
-
379
- #: includes/admin/review.php:123
380
- msgid "Give Feedback"
381
- msgstr ""
382
-
383
- #: includes/admin/review.php:124
384
- msgid "No thanks"
385
- msgstr ""
386
-
387
- #: includes/admin/review.php:128
388
- msgid "That’s 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?"
389
- msgstr ""
390
-
391
- #: includes/admin/review.php:129
392
- msgid "~ Syed Balkhi<br>Co-Founder of MonsterInsights"
393
- msgstr ""
394
-
395
- #: includes/admin/review.php:131
396
- msgid "Ok, you deserve it"
397
- msgstr ""
398
-
399
- #: includes/admin/review.php:132
400
- msgid "Nope, maybe later"
401
- msgstr ""
402
-
403
- #: includes/admin/review.php:133
404
- msgid "I already did"
405
- msgstr ""
406
-
407
- #: includes/admin/tracking.php:242
408
- msgid "Once Weekly"
409
- msgstr ""
410
-
411
- #: includes/admin/routes.php:272
412
- msgid "The most beginner friendly drag & drop WordPress forms plugin allowing you to create beautiful contact forms, subscription forms, payment forms, and more in minutes, not hours!"
413
- msgstr ""
414
-
415
- #: includes/admin/routes.php:281
416
- msgid "Our high-converting optin forms like Exit-Intent® popups, Fullscreen Welcome Mats, and Scroll boxes help you dramatically boost conversions and get more email subscribers."
417
- msgstr ""
418
-
419
- #: includes/admin/routes.php:291
420
- msgid "SMTP (Simple Mail Transfer Protocol) is an industry standard for sending emails. SMTP helps increase email deliverability by using proper authentication"
421
- msgstr ""
422
-
423
- #: includes/admin/routes.php:409
424
- msgid "Invalid UA code"
425
- msgstr ""
426
-
427
- #: includes/admin/routes.php:436
428
- msgid "Please upload a valid .json file"
429
- msgstr ""
430
-
431
- #: includes/admin/routes.php:445
432
- msgid "Please upload a file to import"
433
- msgstr ""
434
-
435
- #: includes/admin/routes.php:496
436
- msgid "You don't have permission to view MonsterInsights reports."
437
- msgstr ""
438
-
439
- #: includes/admin/routes.php:508
440
- msgid "You can't view MonsterInsights reports because you are not licensed."
441
- msgstr ""
442
-
443
- #: includes/admin/routes.php:509
444
- msgid "Add your license"
445
- msgstr ""
446
-
447
- #: includes/admin/routes.php:516
448
- msgid "You can't view MonsterInsights reports due to license key errors."
449
- msgstr ""
450
-
451
- #: includes/admin/routes.php:524
452
- msgid "You must authenticate with MonsterInsights before you can view reports."
453
- msgstr ""
454
-
455
- #: includes/admin/routes.php:530
456
- msgid "Unknown report. Try refreshing and retrying. Contact support if this issue persists."
457
- msgstr ""
458
-
459
- #: includes/admin/routes.php:576
460
- msgid "We encountered an error when fetching the report data."
461
- msgstr ""
462
-
463
- #: includes/admin/api-auth.php:85
464
- msgid "You don't have permission to authenticate MonsterInsights."
465
- msgstr ""
466
-
467
- #: includes/admin/api-auth.php:96
468
- msgid "Cannot authenticate. Please enter a valid, active license key for MonsterInsights Pro into the settings."
469
- msgstr ""
470
-
471
- #: includes/admin/api-auth.php:102
472
- msgid "Cannot authenticate. Please re-authenticate."
473
- msgstr ""
474
-
475
- #: includes/admin/api-auth.php:104
476
- msgid "Cannot network authenticate. Please re-authenticate on the network settings panel."
477
- msgstr ""
478
-
479
- #: includes/admin/api-auth.php:240
480
- msgid "You don't have permission to re-authenticate MonsterInsights."
481
- msgstr ""
482
-
483
- #: includes/admin/api-auth.php:251
484
- msgid "Cannot re-authenticate. Please enter a valid, active license key for MonsterInsights Pro into the settings."
485
- msgstr ""
486
-
487
- #: includes/admin/api-auth.php:257
488
- msgid "Cannot re-authenticate. Please authenticate."
489
- msgstr ""
490
-
491
- #: includes/admin/api-auth.php:259
492
- msgid "Cannot re-authenticate the network. Please authenticate on the network settings panel."
493
- msgstr ""
494
-
495
- #: includes/admin/api-auth.php:361
496
- msgid "You don't have permission to verify MonsterInsights."
497
- msgstr ""
498
-
499
- #: includes/admin/api-auth.php:370
500
- #: includes/admin/api-auth.php:372
501
- msgid "Cannot verify. Please authenticate."
502
- msgstr ""
503
-
504
- #: includes/admin/api-auth.php:378
505
- msgid "Cannot verify. Please enter a valid, active license key for MonsterInsights Pro into the settings."
506
- msgstr ""
507
-
508
- #: includes/admin/api-auth.php:384
509
- msgid "Successfully verified."
510
- msgstr ""
511
-
512
- #: includes/admin/api-auth.php:386
513
- msgid "Could not verify."
514
- msgstr ""
515
-
516
- #: includes/admin/api-auth.php:394
517
- msgid "Verify auth key not passed"
518
- msgstr ""
519
-
520
- #: includes/admin/api-auth.php:416
521
- msgid "You don't have permission to deauthenticate MonsterInsights."
522
- msgstr ""
523
-
524
- #: includes/admin/api-auth.php:425
525
- #: includes/admin/api-auth.php:427
526
- msgid "Cannot deauthenticate. You are not currently authed."
527
- msgstr ""
528
-
529
- #: includes/admin/api-auth.php:433
530
- msgid "Cannot deauthenticate. Please enter a valid, active license key for MonsterInsights Pro into the settings."
531
- msgstr ""
532
-
533
- #: includes/admin/api-auth.php:441
534
- msgid "Successfully deauthenticated."
535
- msgstr ""
536
-
537
- #: includes/admin/api-auth.php:444
538
- msgid "Successfully force deauthenticated."
539
- msgstr ""
540
-
541
- #: includes/admin/api-auth.php:446
542
- msgid "Could not deauthenticate."
543
- msgstr ""
544
-
545
- #: includes/admin/licensing/skin.php:86
546
- msgid "There was an error installing the addon. Please try again."
547
- msgstr ""
548
-
549
- #: includes/admin/licensing/skin.php:94
550
- msgid "There was an error installing the addon: %s"
551
- msgstr ""
552
-
553
- #: includes/admin/common.php:742
554
- 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."
555
- msgstr ""
556
-
557
- #: includes/admin/admin.php:31
558
- #: includes/admin/admin.php:37
559
- #: includes/admin/admin.php:45
560
- #: includes/admin/admin.php:91
561
- #: languages/vue.php:168
562
- msgid "Insights"
563
- msgstr ""
564
-
565
- #: includes/admin/admin.php:34
566
- #: includes/admin/admin.php:42
567
- #: includes/admin/admin.php:182
568
- msgid "Settings"
569
- msgstr ""
570
-
571
- #: includes/admin/admin.php:37
572
- msgid "General:"
573
- msgstr ""
574
-
575
- #: includes/admin/admin.php:39
576
- #: includes/admin/admin.php:45
577
- #: includes/admin/admin.php:95
578
- msgid "General Reports:"
579
- msgstr ""
580
-
581
- #: includes/admin/admin.php:39
582
- #: includes/admin/admin.php:95
583
- #: languages/vue.php:619
584
- msgid "Reports"
585
- msgstr ""
586
-
587
- #: includes/admin/admin.php:51
588
- msgid "Tools:"
589
- msgstr ""
590
-
591
- #: includes/admin/admin.php:51
592
- msgid "Tools"
593
- msgstr ""
594
-
595
- #: includes/admin/admin.php:56
596
- #: includes/admin/admin.php:98
597
- msgid "Addons:"
598
- msgstr ""
599
-
600
- #: includes/admin/admin.php:56
601
- #: includes/admin/admin.php:98
602
- msgid "Addons"
603
- msgstr ""
604
-
605
- #: includes/admin/admin.php:60
606
- #: includes/admin/admin.php:103
607
- msgid "About Us:"
608
- msgstr ""
609
-
610
- #: includes/admin/admin.php:60
611
- #: includes/admin/admin.php:103
612
- #: languages/vue.php:232
613
- msgid "About Us"
614
- msgstr ""
615
-
616
- #: includes/admin/admin.php:91
617
- #: includes/admin/admin.php:93
618
- msgid "Network Settings:"
619
- msgstr ""
620
-
621
- #: includes/admin/admin.php:93
622
- msgid "Network Settings"
623
- msgstr ""
624
-
625
- #: includes/admin/admin.php:164
626
- msgid "MonsterInsights Knowledge Base"
627
- msgstr ""
628
-
629
- #: includes/admin/admin.php:164
630
- msgid "Documentation"
631
- msgstr ""
632
-
633
- #: includes/admin/admin.php:169
634
- #: includes/admin/reports/abstract-report.php:360
635
- msgid "Get MonsterInsights Pro"
636
- msgstr ""
637
-
638
- #: includes/admin/admin.php:175
639
- #: includes/admin/admin.php:178
640
- #: languages/vue.php:958
641
- msgid "Support"
642
- msgstr ""
643
-
644
- #: includes/admin/admin.php:241
645
- msgid "Please rate %sMonsterInsights%s %s on %sWordPress.org%s to help us spread the word. Thank you from the MonsterInsights team!"
646
- msgstr ""
647
-
648
- #: includes/admin/admin.php:276
649
- #: languages/vue.php:1767
650
- msgid "Please Setup Website Analytics to See Audience Insights"
651
- msgstr ""
652
-
653
- #: includes/admin/admin.php:277
654
- #: languages/vue.php:1773
655
- msgid "Connect MonsterInsights and Setup Website Analytics"
656
- msgstr ""
657
-
658
- #: includes/admin/admin.php:279
659
- #: languages/vue.php:205
660
- msgid "Learn More"
661
- msgstr ""
662
-
663
- #: includes/admin/admin.php:281
664
- #: languages/vue.php:1770
665
- msgid "MonsterInsights, WordPress analytics plugin, helps you connect your website with Google Analytics, so you can see how people find and use your website. Over 2 million website owners use MonsterInsights to see the stats that matter and grow their business."
666
- msgstr ""
667
-
668
- #: includes/admin/admin.php:290
669
- msgid "Warning: No valid license key has been entered for MonsterInsights. You are currently not getting updates, and are not able to view reports. %1$sPlease click here to enter your license key and begin receiving updates and reports.%2$s"
670
- msgstr ""
671
-
672
- #: includes/admin/admin.php:300
673
- msgid "Your license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s"
674
- msgstr ""
675
-
676
- #: includes/admin/admin.php:302
677
- #: languages/vue.php:1257
678
- msgid "Your license key for MonsterInsights has been disabled. Please use a different key."
679
- msgstr ""
680
-
681
- #: includes/admin/admin.php:304
682
- #: languages/vue.php:1260
683
- 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."
684
- msgstr ""
685
-
686
- #: includes/admin/admin.php:308
687
- msgid "Your network license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s"
688
- msgstr ""
689
-
690
- #: includes/admin/admin.php:310
691
- msgid "Your network license key for MonsterInsights has been disabled. Please use a different key."
692
- msgstr ""
693
-
694
- #: includes/admin/admin.php:312
695
- msgid "Your network 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."
696
- msgstr ""
697
-
698
- #: includes/admin/admin.php:328
699
- msgid "Your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked.%4$sWordPress will stop supporting your PHP version in April, 2019.%4$sUpdating PHP only takes a few minutes and will make your website significantly faster and more secure.%4$s%2$sLearn more about updating PHP%3$s"
700
- msgstr ""
701
-
702
- #: includes/admin/admin.php:335
703
- msgid "Your site is running an outdated version of WordPress (%1$s).%4$sMonsterInsights will stop supporting WordPress versions lower than 4.6 in April, 2019.%4$sUpdating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install.%4$s%2$sLearn more about updating WordPress%3$s"
704
- msgstr ""
705
-
706
- #: includes/admin/admin.php:392
707
- msgid "Important: You are currently using manual UA code output. We highly recommend %1$sauthenticating with MonsterInsights%2$s so that you can access our new reporting area and take advantage of new MonsterInsights features."
708
- msgstr ""
709
-
710
- #: includes/admin/admin.php:434
711
- #: includes/admin/admin.php:465
712
- msgid "%1$sGet MonsterInsights Pro%2$s"
713
- msgstr ""
714
-
715
- #: includes/admin/admin.php:478
716
- msgid "Warning: MonsterInsights found cross-domain settings in the custom code field and converted them to the new settings structure. %1$sPlease click here to review and remove the code no longer needed.%2$s"
717
- msgstr ""
718
-
719
- #: includes/admin/notice.php:225
720
- msgid "Dismiss this notice"
721
- msgstr ""
722
-
723
- #: includes/admin/pages/settings.php:89
724
- msgid "Ooops! It Appears JavaScript Didn’t Load"
725
- msgstr ""
726
-
727
- #: includes/admin/pages/settings.php:90
728
- msgid "There seems to be an issue running JavaScript on your website, which MonsterInsights is crafted in to give you the best experience possible."
729
- msgstr ""
730
-
731
- #: includes/admin/pages/settings.php:91
732
- msgid "If you are using an %sad blocker%s, please disable or whitelist the current page to load MonsterInsights correctly."
733
- msgstr ""
734
-
735
- #: includes/admin/pages/settings.php:103
736
- msgid "Copy the error message above and paste it in a message to the MonsterInsights support team."
737
- msgstr ""
738
-
739
- #: includes/admin/pages/settings.php:106
740
- msgid "Resolve This Issue"
741
- msgstr ""
742
-
743
- #: includes/admin/pages/settings.php:110
744
- msgid "Your browser version is not supported"
745
- msgstr ""
746
-
747
- #: includes/admin/pages/settings.php:111
748
- msgid "You are using a browser which is no longer supported by MonsterInsights. Please update or use another browser in order to access the plugin settings."
749
- msgstr ""
750
-
751
- #: includes/admin/pages/settings.php:113
752
- msgid "View supported browsers"
753
- msgstr ""
754
-
755
- #: includes/admin/reports/overview.php:34
756
- #: languages/vue.php:208
757
- msgid "Overview"
758
- msgstr ""
759
-
760
- #: includes/admin/reports/abstract-report.php:54
761
- msgid "Access denied"
762
- msgstr ""
763
-
764
- #: includes/admin/reports/abstract-report.php:63
765
- msgid "Please %1$senable the dashboard%2$s to see report data."
766
- msgstr ""
767
-
768
- #: includes/admin/reports/abstract-report.php:69
769
- msgid "The dashboard is disabled."
770
- msgstr ""
771
-
772
- #: includes/admin/reports/abstract-report.php:77
773
- msgid "You do not have an active license. Please %1$scheck your license configuration.%2$s"
774
- msgstr ""
775
-
776
- #: includes/admin/reports/abstract-report.php:89
777
- msgid "Please %1$sauthenticate %2$swith Google Analytics to allow the plugin to fetch data."
778
- msgstr ""
779
-
780
- #: includes/admin/reports/abstract-report.php:95
781
- msgid "The Google oAuth authentication needs to be re-authenticated to view data."
782
- msgstr ""
783
-
784
- #: includes/admin/reports/abstract-report.php:122
785
- msgid "No data found"
786
- msgstr ""
787
-
788
- #: includes/admin/reports/abstract-report.php:168
789
- msgid "Invalid date range."
790
- msgstr ""
791
-
792
- #: includes/admin/reports/abstract-report.php:269
793
- msgid "You must authenticate with MonsterInsights to use reports."
794
- msgstr ""
795
-
796
- #: includes/admin/reports/abstract-report.php:318
797
- msgid "You currently have a %s level license, but this report requires at least a %s level license to view the %s. Please upgrade to view this report."
798
- msgstr ""
799
-
800
- #: includes/admin/reports/abstract-report.php:330
801
- msgid "Ready to Get Analytics Super-Powers?"
802
- msgstr ""
803
-
804
- #: includes/admin/reports/abstract-report.php:332
805
- msgid "(And Crush Your Competition?)"
806
- msgstr ""
807
-
808
- #: includes/admin/reports/abstract-report.php:335
809
- msgid ""
810
- "Hey there! It looks like you've got the %s license installed on your site.\n"
811
- "\t\t\t\t\t\t\t\t\t That's awesome! %s"
812
- msgstr ""
813
-
814
- #: includes/admin/reports/abstract-report.php:338
815
- msgid "Do you want to access to %s reporting right now%s in your WordPress Dashboard? That comes with the %s level%s of our paid packages. You'll need to upgrade your license to get instant access."
816
- msgstr ""
817
-
818
- #: includes/admin/reports/abstract-report.php:340
819
- msgid "It's easy! To upgrade, navigate to %sMy Account%s on MonsterInsights.com, go to the licenses tab, and click upgrade. We also have a %sstep by step guide%s with pictures of this process."
820
- msgstr ""
821
-
822
- #: includes/admin/reports/abstract-report.php:342
823
- #: includes/admin/reports/abstract-report.php:351
824
- msgid "If you have any questions, don't hesitate to reach out. We're here to help."
825
- msgstr ""
826
-
827
- #: includes/admin/reports/abstract-report.php:344
828
- msgid ""
829
- "Hey there! %s It looks like you've got the free version of MonsterInsights installed on your site.\n"
830
- "\t\t\t\t\t\t\t\t\t That's awesome!"
831
- msgstr ""
832
-
833
- #: includes/admin/reports/abstract-report.php:347
834
- msgid "Do you you want to access to %s reporting right now%s in your WordPress Dashboard? That comes with %s level%s of our paid packages. To get instant access, you'll want to buy a MonsterInsights license, which also gives you access to powerful addons, expanded reporting (including the ability to use custom date ranges), comprehensive tracking features (like UserID tracking) and access to our world-class support team."
835
- msgstr ""
836
-
837
- #: includes/admin/reports/abstract-report.php:349
838
- msgid "Upgrading is easy! To upgrade, navigate to %sour pricing page%s, purchase the required license, and then follow the %sinstructions in the email receipt%s to upgrade. It only takes a few minutes to unlock the most powerful, yet easy to use analytics tracking system for WordPress."
839
- msgstr ""
840
-
841
- #: includes/admin/reports/abstract-report.php:357
842
- #: languages/vue.php:1339
843
- msgid "Upgrade Now"
844
- msgstr ""
845
-
846
- #: includes/admin/reports/abstract-report.php:394
847
- msgid "Please ask your webmaster to enable this addon."
848
- msgstr ""
849
-
850
- #: includes/api-request.php:191
851
- msgid "The firewall of your server is blocking outbound calls. Please contact your hosting provider to fix this issue. %s"
852
- msgstr ""
853
-
854
- #: includes/api-request.php:193
855
- msgid "The firewall of your server is blocking outbound calls. Please contact your hosting provider to fix this issue."
856
- msgstr ""
857
-
858
- #: includes/api-request.php:306
859
- msgid "The API was unreachable."
860
- msgstr ""
861
-
862
- #: includes/api-request.php:310
863
- msgid "The API returned a <strong>%s</strong> response"
864
- msgstr ""
865
-
866
- #: includes/api-request.php:314
867
- #: includes/api-request.php:318
868
- msgid "The API returned a <strong>%d</strong> response with this message: <strong>%s</strong>"
869
- msgstr ""
870
-
871
- #: includes/api-request.php:326
872
- msgid "Improper API request."
873
- msgstr ""
874
-
875
- #: includes/api-request.php:384
876
- msgid "Reason: The API was unreachable because the Airplane Mode plugin is active."
877
- msgstr ""
878
-
879
- #: includes/api-request.php:397
880
- msgid "Reason: The API was unreachable because the API url is on the WP HTTP blocklist."
881
- msgstr ""
882
-
883
- #: includes/api-request.php:412
884
- #: includes/api-request.php:434
885
- msgid "Reason: The API was unreachable because the call to Google failed."
886
- msgstr ""
887
-
888
- #: includes/api-request.php:417
889
- msgid "Reason: The API was unreachable because no external hosts are allowed on this site."
890
- msgstr ""
891
-
892
- #: includes/helpers.php:366
893
- msgid "United States"
894
- msgstr ""
895
-
896
- #: includes/helpers.php:367
897
- msgid "Canada"
898
- msgstr ""
899
-
900
- #: includes/helpers.php:368
901
- msgid "United Kingdom"
902
- msgstr ""
903
-
904
- #: includes/helpers.php:369
905
- msgid "Afghanistan"
906
- msgstr ""
907
-
908
- #: includes/helpers.php:370
909
- msgid "&#197;land Islands"
910
- msgstr ""
911
-
912
- #: includes/helpers.php:371
913
- msgid "Albania"
914
- msgstr ""
915
-
916
- #: includes/helpers.php:372
917
- msgid "Algeria"
918
- msgstr ""
919
-
920
- #: includes/helpers.php:373
921
- msgid "American Samoa"
922
- msgstr ""
923
-
924
- #: includes/helpers.php:374
925
- msgid "Andorra"
926
- msgstr ""
927
-
928
- #: includes/helpers.php:375
929
- msgid "Angola"
930
- msgstr ""
931
-
932
- #: includes/helpers.php:376
933
- msgid "Anguilla"
934
- msgstr ""
935
-
936
- #: includes/helpers.php:377
937
- msgid "Antarctica"
938
- msgstr ""
939
-
940
- #: includes/helpers.php:378
941
- msgid "Antigua and Barbuda"
942
- msgstr ""
943
-
944
- #: includes/helpers.php:379
945
- msgid "Argentina"
946
- msgstr ""
947
-
948
- #: includes/helpers.php:380
949
- msgid "Armenia"
950
- msgstr ""
951
-
952
- #: includes/helpers.php:381
953
- msgid "Aruba"
954
- msgstr ""
955
-
956
- #: includes/helpers.php:382
957
- msgid "Australia"
958
- msgstr ""
959
-
960
- #: includes/helpers.php:383
961
- msgid "Austria"
962
- msgstr ""
963
-
964
- #: includes/helpers.php:384
965
- msgid "Azerbaijan"
966
- msgstr ""
967
-
968
- #: includes/helpers.php:385
969
- msgid "Bahamas"
970
- msgstr ""
971
-
972
- #: includes/helpers.php:386
973
- msgid "Bahrain"
974
- msgstr ""
975
-
976
- #: includes/helpers.php:387
977
- msgid "Bangladesh"
978
- msgstr ""
979
-
980
- #: includes/helpers.php:388
981
- msgid "Barbados"
982
- msgstr ""
983
-
984
- #: includes/helpers.php:389
985
- msgid "Belarus"
986
- msgstr ""
987
-
988
- #: includes/helpers.php:390
989
- msgid "Belgium"
990
- msgstr ""
991
-
992
- #: includes/helpers.php:391
993
- msgid "Belize"
994
- msgstr ""
995
-
996
- #: includes/helpers.php:392
997
- msgid "Benin"
998
- msgstr ""
999
-
1000
- #: includes/helpers.php:393
1001
- msgid "Bermuda"
1002
- msgstr ""
1003
-
1004
- #: includes/helpers.php:394
1005
- msgid "Bhutan"
1006
- msgstr ""
1007
-
1008
- #: includes/helpers.php:395
1009
- msgid "Bolivia"
1010
- msgstr ""
1011
-
1012
- #: includes/helpers.php:396
1013
- msgid "Bonaire, Saint Eustatius and Saba"
1014
- msgstr ""
1015
-
1016
- #: includes/helpers.php:397
1017
- msgid "Bosnia and Herzegovina"
1018
- msgstr ""
1019
-
1020
- #: includes/helpers.php:398
1021
- msgid "Botswana"
1022
- msgstr ""
1023
-
1024
- #: includes/helpers.php:399
1025
- msgid "Bouvet Island"
1026
- msgstr ""
1027
-
1028
- #: includes/helpers.php:400
1029
- msgid "Brazil"
1030
- msgstr ""
1031
-
1032
- #: includes/helpers.php:401
1033
- msgid "British Indian Ocean Territory"
1034
- msgstr ""
1035
-
1036
- #: includes/helpers.php:402
1037
- msgid "Brunei Darrussalam"
1038
- msgstr ""
1039
-
1040
- #: includes/helpers.php:403
1041
- msgid "Bulgaria"
1042
- msgstr ""
1043
-
1044
- #: includes/helpers.php:404
1045
- msgid "Burkina Faso"
1046
- msgstr ""
1047
-
1048
- #: includes/helpers.php:405
1049
- msgid "Burundi"
1050
- msgstr ""
1051
-
1052
- #: includes/helpers.php:406
1053
- msgid "Cambodia"
1054
- msgstr ""
1055
-
1056
- #: includes/helpers.php:407
1057
- msgid "Cameroon"
1058
- msgstr ""
1059
-
1060
- #: includes/helpers.php:408
1061
- msgid "Cape Verde"
1062
- msgstr ""
1063
-
1064
- #: includes/helpers.php:409
1065
- msgid "Cayman Islands"
1066
- msgstr ""
1067
-
1068
- #: includes/helpers.php:410
1069
- msgid "Central African Republic"
1070
- msgstr ""
1071
-
1072
- #: includes/helpers.php:411
1073
- msgid "Chad"
1074
- msgstr ""
1075
-
1076
- #: includes/helpers.php:412
1077
- msgid "Chile"
1078
- msgstr ""
1079
-
1080
- #: includes/helpers.php:413
1081
- msgid "China"
1082
- msgstr ""
1083
-
1084
- #: includes/helpers.php:414
1085
- msgid "Christmas Island"
1086
- msgstr ""
1087
-
1088
- #: includes/helpers.php:415
1089
- msgid "Cocos Islands"
1090
- msgstr ""
1091
-
1092
- #: includes/helpers.php:416
1093
- msgid "Colombia"
1094
- msgstr ""
1095
-
1096
- #: includes/helpers.php:417
1097
- msgid "Comoros"
1098
- msgstr ""
1099
-
1100
- #: includes/helpers.php:418
1101
- msgid "Congo, Democratic People's Republic"
1102
- msgstr ""
1103
-
1104
- #: includes/helpers.php:419
1105
- msgid "Congo, Republic of"
1106
- msgstr ""
1107
-
1108
- #: includes/helpers.php:420
1109
- msgid "Cook Islands"
1110
- msgstr ""
1111
-
1112
- #: includes/helpers.php:421
1113
- msgid "Costa Rica"
1114
- msgstr ""
1115
-
1116
- #: includes/helpers.php:422
1117
- msgid "Cote d'Ivoire"
1118
- msgstr ""
1119
-
1120
- #: includes/helpers.php:423
1121
- msgid "Croatia/Hrvatska"
1122
- msgstr ""
1123
-
1124
- #: includes/helpers.php:424
1125
- msgid "Cuba"
1126
- msgstr ""
1127
-
1128
- #: includes/helpers.php:425
1129
- msgid "Cura&Ccedil;ao"
1130
- msgstr ""
1131
-
1132
- #: includes/helpers.php:426
1133
- msgid "Cyprus"
1134
- msgstr ""
1135
-
1136
- #: includes/helpers.php:427
1137
- msgid "Czechia"
1138
- msgstr ""
1139
-
1140
- #: includes/helpers.php:428
1141
- msgid "Denmark"
1142
- msgstr ""
1143
-
1144
- #: includes/helpers.php:429
1145
- msgid "Djibouti"
1146
- msgstr ""
1147
-
1148
- #: includes/helpers.php:430
1149
- msgid "Dominica"
1150
- msgstr ""
1151
-
1152
- #: includes/helpers.php:431
1153
- msgid "Dominican Republic"
1154
- msgstr ""
1155
-
1156
- #: includes/helpers.php:432
1157
- msgid "East Timor"
1158
- msgstr ""
1159
-
1160
- #: includes/helpers.php:433
1161
- msgid "Ecuador"
1162
- msgstr ""
1163
-
1164
- #: includes/helpers.php:434
1165
- msgid "Egypt"
1166
- msgstr ""
1167
-
1168
- #: includes/helpers.php:435
1169
- msgid "Equatorial Guinea"
1170
- msgstr ""
1171
-
1172
- #: includes/helpers.php:436
1173
- msgid "El Salvador"
1174
- msgstr ""
1175
-
1176
- #: includes/helpers.php:437
1177
- msgid "Eritrea"
1178
- msgstr ""
1179
-
1180
- #: includes/helpers.php:438
1181
- msgid "Estonia"
1182
- msgstr ""
1183
-
1184
- #: includes/helpers.php:439
1185
- msgid "Ethiopia"
1186
- msgstr ""
1187
-
1188
- #: includes/helpers.php:440
1189
- msgid "Falkland Islands"
1190
- msgstr ""
1191
-
1192
- #: includes/helpers.php:441
1193
- msgid "Faroe Islands"
1194
- msgstr ""
1195
-
1196
- #: includes/helpers.php:442
1197
- msgid "Fiji"
1198
- msgstr ""
1199
-
1200
- #: includes/helpers.php:443
1201
- msgid "Finland"
1202
- msgstr ""
1203
-
1204
- #: includes/helpers.php:444
1205
- msgid "France"
1206
- msgstr ""
1207
-
1208
- #: includes/helpers.php:445
1209
- msgid "French Guiana"
1210
- msgstr ""
1211
-
1212
- #: includes/helpers.php:446
1213
- msgid "French Polynesia"
1214
- msgstr ""
1215
-
1216
- #: includes/helpers.php:447
1217
- msgid "French Southern Territories"
1218
- msgstr ""
1219
-
1220
- #: includes/helpers.php:448
1221
- msgid "Gabon"
1222
- msgstr ""
1223
-
1224
- #: includes/helpers.php:449
1225
- msgid "Gambia"
1226
- msgstr ""
1227
-
1228
- #: includes/helpers.php:450
1229
- msgid "Georgia"
1230
- msgstr ""
1231
-
1232
- #: includes/helpers.php:451
1233
- msgid "Germany"
1234
- msgstr ""
1235
-
1236
- #: includes/helpers.php:452
1237
- msgid "Greece"
1238
- msgstr ""
1239
-
1240
- #: includes/helpers.php:453
1241
- msgid "Ghana"
1242
- msgstr ""
1243
-
1244
- #: includes/helpers.php:454
1245
- msgid "Gibraltar"
1246
- msgstr ""
1247
-
1248
- #: includes/helpers.php:455
1249
- msgid "Greenland"
1250
- msgstr ""
1251
-
1252
- #: includes/helpers.php:456
1253
- msgid "Grenada"
1254
- msgstr ""
1255
-
1256
- #: includes/helpers.php:457
1257
- msgid "Guadeloupe"
1258
- msgstr ""
1259
-
1260
- #: includes/helpers.php:458
1261
- msgid "Guam"
1262
- msgstr ""
1263
-
1264
- #: includes/helpers.php:459
1265
- msgid "Guatemala"
1266
- msgstr ""
1267
-
1268
- #: includes/helpers.php:460
1269
- msgid "Guernsey"
1270
- msgstr ""
1271
-
1272
- #: includes/helpers.php:461
1273
- msgid "Guinea"
1274
- msgstr ""
1275
-
1276
- #: includes/helpers.php:462
1277
- msgid "Guinea-Bissau"
1278
- msgstr ""
1279
-
1280
- #: includes/helpers.php:463
1281
- msgid "Guyana"
1282
- msgstr ""
1283
-
1284
- #: includes/helpers.php:464
1285
- msgid "Haiti"
1286
- msgstr ""
1287
-
1288
- #: includes/helpers.php:465
1289
- msgid "Heard and McDonald Islands"
1290
- msgstr ""
1291
-
1292
- #: includes/helpers.php:466
1293
- msgid "Holy See (City Vatican State)"
1294
- msgstr ""
1295
-
1296
- #: includes/helpers.php:467
1297
- msgid "Honduras"
1298
- msgstr ""
1299
-
1300
- #: includes/helpers.php:468
1301
- msgid "Hong Kong"
1302
- msgstr ""
1303
-
1304
- #: includes/helpers.php:469
1305
- msgid "Hungary"
1306
- msgstr ""
1307
-
1308
- #: includes/helpers.php:470
1309
- msgid "Iceland"
1310
- msgstr ""
1311
-
1312
- #: includes/helpers.php:471
1313
- msgid "India"
1314
- msgstr ""
1315
-
1316
- #: includes/helpers.php:472
1317
- msgid "Indonesia"
1318
- msgstr ""
1319
-
1320
- #: includes/helpers.php:473
1321
- msgid "Iran"
1322
- msgstr ""
1323
-
1324
- #: includes/helpers.php:474
1325
- msgid "Iraq"
1326
- msgstr ""
1327
-
1328
- #: includes/helpers.php:475
1329
- msgid "Ireland"
1330
- msgstr ""
1331
-
1332
- #: includes/helpers.php:476
1333
- msgid "Isle of Man"
1334
- msgstr ""
1335
-
1336
- #: includes/helpers.php:477
1337
- msgid "Israel"
1338
- msgstr ""
1339
-
1340
- #: includes/helpers.php:478
1341
- msgid "Italy"
1342
- msgstr ""
1343
-
1344
- #: includes/helpers.php:479
1345
- msgid "Jamaica"
1346
- msgstr ""
1347
-
1348
- #: includes/helpers.php:480
1349
- msgid "Japan"
1350
- msgstr ""
1351
-
1352
- #: includes/helpers.php:481
1353
- msgid "Jersey"
1354
- msgstr ""
1355
-
1356
- #: includes/helpers.php:482
1357
- msgid "Jordan"
1358
- msgstr ""
1359
-
1360
- #: includes/helpers.php:483
1361
- msgid "Kazakhstan"
1362
- msgstr ""
1363
-
1364
- #: includes/helpers.php:484
1365
- msgid "Kenya"
1366
- msgstr ""
1367
-
1368
- #: includes/helpers.php:485
1369
- msgid "Kiribati"
1370
- msgstr ""
1371
-
1372
- #: includes/helpers.php:486
1373
- msgid "Kuwait"
1374
- msgstr ""
1375
-
1376
- #: includes/helpers.php:487
1377
- msgid "Kyrgyzstan"
1378
- msgstr ""
1379
-
1380
- #: includes/helpers.php:488
1381
- msgid "Lao People's Democratic Republic"
1382
- msgstr ""
1383
-
1384
- #: includes/helpers.php:489
1385
- msgid "Latvia"
1386
- msgstr ""
1387
-
1388
- #: includes/helpers.php:490
1389
- msgid "Lebanon"
1390
- msgstr ""
1391
-
1392
- #: includes/helpers.php:491
1393
- msgid "Lesotho"
1394
- msgstr ""
1395
-
1396
- #: includes/helpers.php:492
1397
- msgid "Liberia"
1398
- msgstr ""
1399
-
1400
- #: includes/helpers.php:493
1401
- msgid "Libyan Arab Jamahiriya"
1402
- msgstr ""
1403
-
1404
- #: includes/helpers.php:494
1405
- msgid "Liechtenstein"
1406
- msgstr ""
1407
-
1408
- #: includes/helpers.php:495
1409
- msgid "Lithuania"
1410
- msgstr ""
1411
-
1412
- #: includes/helpers.php:496
1413
- msgid "Luxembourg"
1414
- msgstr ""
1415
-
1416
- #: includes/helpers.php:497
1417
- msgid "Macau"
1418
- msgstr ""
1419
-
1420
- #: includes/helpers.php:498
1421
- msgid "Macedonia (FYROM)"
1422
- msgstr ""
1423
-
1424
- #: includes/helpers.php:499
1425
- msgid "Madagascar"
1426
- msgstr ""
1427
-
1428
- #: includes/helpers.php:500
1429
- msgid "Malawi"
1430
- msgstr ""
1431
-
1432
- #: includes/helpers.php:501
1433
- msgid "Malaysia"
1434
- msgstr ""
1435
-
1436
- #: includes/helpers.php:502
1437
- msgid "Maldives"
1438
- msgstr ""
1439
-
1440
- #: includes/helpers.php:503
1441
- msgid "Mali"
1442
- msgstr ""
1443
-
1444
- #: includes/helpers.php:504
1445
- msgid "Malta"
1446
- msgstr ""
1447
-
1448
- #: includes/helpers.php:505
1449
- msgid "Marshall Islands"
1450
- msgstr ""
1451
-
1452
- #: includes/helpers.php:506
1453
- msgid "Martinique"
1454
- msgstr ""
1455
-
1456
- #: includes/helpers.php:507
1457
- msgid "Mauritania"
1458
- msgstr ""
1459
-
1460
- #: includes/helpers.php:508
1461
- msgid "Mauritius"
1462
- msgstr ""
1463
-
1464
- #: includes/helpers.php:509
1465
- msgid "Mayotte"
1466
- msgstr ""
1467
-
1468
- #: includes/helpers.php:510
1469
- msgid "Mexico"
1470
- msgstr ""
1471
-
1472
- #: includes/helpers.php:511
1473
- msgid "Micronesia"
1474
- msgstr ""
1475
-
1476
- #: includes/helpers.php:512
1477
- msgid "Moldova, Republic of"
1478
- msgstr ""
1479
-
1480
- #: includes/helpers.php:513
1481
- msgid "Monaco"
1482
- msgstr ""
1483
-
1484
- #: includes/helpers.php:514
1485
- msgid "Mongolia"
1486
- msgstr ""
1487
-
1488
- #: includes/helpers.php:515
1489
- msgid "Montenegro"
1490
- msgstr ""
1491
-
1492
- #: includes/helpers.php:516
1493
- msgid "Montserrat"
1494
- msgstr ""
1495
-
1496
- #: includes/helpers.php:517
1497
- msgid "Morocco"
1498
- msgstr ""
1499
-
1500
- #: includes/helpers.php:518
1501
- msgid "Mozambique"
1502
- msgstr ""
1503
-
1504
- #: includes/helpers.php:519
1505
- msgid "Myanmar"
1506
- msgstr ""
1507
-
1508
- #: includes/helpers.php:520
1509
- msgid "Namibia"
1510
- msgstr ""
1511
-
1512
- #: includes/helpers.php:521
1513
- msgid "Nauru"
1514
- msgstr ""
1515
-
1516
- #: includes/helpers.php:522
1517
- msgid "Nepal"
1518
- msgstr ""
1519
-
1520
- #: includes/helpers.php:523
1521
- msgid "Netherlands"
1522
- msgstr ""
1523
-
1524
- #: includes/helpers.php:524
1525
- msgid "Netherlands Antilles"
1526
- msgstr ""
1527
-
1528
- #: includes/helpers.php:525
1529
- msgid "New Caledonia"
1530
- msgstr ""
1531
-
1532
- #: includes/helpers.php:526
1533
- msgid "New Zealand"
1534
- msgstr ""
1535
-
1536
- #: includes/helpers.php:527
1537
- msgid "Nicaragua"
1538
- msgstr ""
1539
-
1540
- #: includes/helpers.php:528
1541
- msgid "Niger"
1542
- msgstr ""
1543
-
1544
- #: includes/helpers.php:529
1545
- msgid "Nigeria"
1546
- msgstr ""
1547
-
1548
- #: includes/helpers.php:530
1549
- msgid "Niue"
1550
- msgstr ""
1551
-
1552
- #: includes/helpers.php:531
1553
- msgid "Norfolk Island"
1554
- msgstr ""
1555
-
1556
- #: includes/helpers.php:532
1557
- msgid "North Korea"
1558
- msgstr ""
1559
-
1560
- #: includes/helpers.php:533
1561
- msgid "Northern Mariana Islands"
1562
- msgstr ""
1563
-
1564
- #: includes/helpers.php:534
1565
- msgid "Norway"
1566
- msgstr ""
1567
-
1568
- #: includes/helpers.php:535
1569
- msgid "Oman"
1570
- msgstr ""
1571
-
1572
- #: includes/helpers.php:536
1573
- msgid "Pakistan"
1574
- msgstr ""
1575
-
1576
- #: includes/helpers.php:537
1577
- msgid "Palau"
1578
- msgstr ""
1579
-
1580
- #: includes/helpers.php:538
1581
- msgid "Palestinian Territories"
1582
- msgstr ""
1583
-
1584
- #: includes/helpers.php:539
1585
- msgid "Panama"
1586
- msgstr ""
1587
-
1588
- #: includes/helpers.php:540
1589
- msgid "Papua New Guinea"
1590
- msgstr ""
1591
-
1592
- #: includes/helpers.php:541
1593
- msgid "Paraguay"
1594
- msgstr ""
1595
-
1596
- #: includes/helpers.php:542
1597
- msgid "Peru"
1598
- msgstr ""
1599
-
1600
- #: includes/helpers.php:543
1601
- msgid "Philippines"
1602
- msgstr ""
1603
-
1604
- #: includes/helpers.php:544
1605
- msgid "Pitcairn Island"
1606
- msgstr ""
1607
-
1608
- #: includes/helpers.php:545
1609
- msgid "Poland"
1610
- msgstr ""
1611
-
1612
- #: includes/helpers.php:546
1613
- msgid "Portugal"
1614
- msgstr ""
1615
-
1616
- #: includes/helpers.php:547
1617
- msgid "Puerto Rico"
1618
- msgstr ""
1619
-
1620
- #: includes/helpers.php:548
1621
- msgid "Qatar"
1622
- msgstr ""
1623
-
1624
- #: includes/helpers.php:549
1625
- msgid "Republic of Kosovo"
1626
- msgstr ""
1627
-
1628
- #: includes/helpers.php:550
1629
- msgid "Reunion Island"
1630
- msgstr ""
1631
-
1632
- #: includes/helpers.php:551
1633
- msgid "Romania"
1634
- msgstr ""
1635
-
1636
- #: includes/helpers.php:552
1637
- msgid "Russian Federation"
1638
- msgstr ""
1639
-
1640
- #: includes/helpers.php:553
1641
- msgid "Rwanda"
1642
- msgstr ""
1643
-
1644
- #: includes/helpers.php:554
1645
- msgid "Saint Barth&eacute;lemy"
1646
- msgstr ""
1647
-
1648
- #: includes/helpers.php:555
1649
- msgid "Saint Helena"
1650
- msgstr ""
1651
-
1652
- #: includes/helpers.php:556
1653
- msgid "Saint Kitts and Nevis"
1654
- msgstr ""
1655
-
1656
- #: includes/helpers.php:557
1657
- msgid "Saint Lucia"
1658
- msgstr ""
1659
-
1660
- #: includes/helpers.php:558
1661
- msgid "Saint Martin (French)"
1662
- msgstr ""
1663
-
1664
- #: includes/helpers.php:559
1665
- msgid "Saint Martin (Dutch)"
1666
- msgstr ""
1667
-
1668
- #: includes/helpers.php:560
1669
- msgid "Saint Pierre and Miquelon"
1670
- msgstr ""
1671
-
1672
- #: includes/helpers.php:561
1673
- msgid "Saint Vincent and the Grenadines"
1674
- msgstr ""
1675
-
1676
- #: includes/helpers.php:562
1677
- msgid "San Marino"
1678
- msgstr ""
1679
-
1680
- #: includes/helpers.php:563
1681
- msgid "S&atilde;o Tom&eacute; and Pr&iacute;ncipe"
1682
- msgstr ""
1683
-
1684
- #: includes/helpers.php:564
1685
- msgid "Saudi Arabia"
1686
- msgstr ""
1687
-
1688
- #: includes/helpers.php:565
1689
- msgid "Senegal"
1690
- msgstr ""
1691
-
1692
- #: includes/helpers.php:566
1693
- msgid "Serbia"
1694
- msgstr ""
1695
-
1696
- #: includes/helpers.php:567
1697
- msgid "Seychelles"
1698
- msgstr ""
1699
-
1700
- #: includes/helpers.php:568
1701
- msgid "Sierra Leone"
1702
- msgstr ""
1703
-
1704
- #: includes/helpers.php:569
1705
- msgid "Singapore"
1706
- msgstr ""
1707
-
1708
- #: includes/helpers.php:570
1709
- msgid "Slovak Republic"
1710
- msgstr ""
1711
-
1712
- #: includes/helpers.php:571
1713
- msgid "Slovenia"
1714
- msgstr ""
1715
-
1716
- #: includes/helpers.php:572
1717
- msgid "Solomon Islands"
1718
- msgstr ""
1719
-
1720
- #: includes/helpers.php:573
1721
- msgid "Somalia"
1722
- msgstr ""
1723
-
1724
- #: includes/helpers.php:574
1725
- msgid "South Africa"
1726
- msgstr ""
1727
-
1728
- #: includes/helpers.php:575
1729
- msgid "South Georgia"
1730
- msgstr ""
1731
-
1732
- #: includes/helpers.php:576
1733
- msgid "South Korea"
1734
- msgstr ""
1735
-
1736
- #: includes/helpers.php:577
1737
- msgid "South Sudan"
1738
- msgstr ""
1739
-
1740
- #: includes/helpers.php:578
1741
- msgid "Spain"
1742
- msgstr ""
1743
-
1744
- #: includes/helpers.php:579
1745
- msgid "Sri Lanka"
1746
- msgstr ""
1747
-
1748
- #: includes/helpers.php:580
1749
- msgid "Sudan"
1750
- msgstr ""
1751
-
1752
- #: includes/helpers.php:581
1753
- msgid "Suriname"
1754
- msgstr ""
1755
-
1756
- #: includes/helpers.php:582
1757
- msgid "Svalbard and Jan Mayen Islands"
1758
- msgstr ""
1759
-
1760
- #: includes/helpers.php:583
1761
- msgid "Swaziland"
1762
- msgstr ""
1763
-
1764
- #: includes/helpers.php:584
1765
- msgid "Sweden"
1766
- msgstr ""
1767
-
1768
- #: includes/helpers.php:585
1769
- msgid "Switzerland"
1770
- msgstr ""
1771
-
1772
- #: includes/helpers.php:586
1773
- msgid "Syrian Arab Republic"
1774
- msgstr ""
1775
-
1776
- #: includes/helpers.php:587
1777
- msgid "Taiwan"
1778
- msgstr ""
1779
-
1780
- #: includes/helpers.php:588
1781
- msgid "Tajikistan"
1782
- msgstr ""
1783
-
1784
- #: includes/helpers.php:589
1785
- msgid "Tanzania"
1786
- msgstr ""
1787
-
1788
- #: includes/helpers.php:590
1789
- msgid "Thailand"
1790
- msgstr ""
1791
-
1792
- #: includes/helpers.php:591
1793
- msgid "Timor-Leste"
1794
- msgstr ""
1795
-
1796
- #: includes/helpers.php:592
1797
- msgid "Togo"
1798
- msgstr ""
1799
-
1800
- #: includes/helpers.php:593
1801
- msgid "Tokelau"
1802
- msgstr ""
1803
-
1804
- #: includes/helpers.php:594
1805
- msgid "Tonga"
1806
- msgstr ""
1807
-
1808
- #: includes/helpers.php:595
1809
- msgid "Trinidad and Tobago"
1810
- msgstr ""
1811
-
1812
- #: includes/helpers.php:596
1813
- msgid "Tunisia"
1814
- msgstr ""
1815
-
1816
- #: includes/helpers.php:597
1817
- msgid "Turkey"
1818
- msgstr ""
1819
-
1820
- #: includes/helpers.php:598
1821
- msgid "Turkmenistan"
1822
- msgstr ""
1823
-
1824
- #: includes/helpers.php:599
1825
- msgid "Turks and Caicos Islands"
1826
- msgstr ""
1827
-
1828
- #: includes/helpers.php:600
1829
- msgid "Tuvalu"
1830
- msgstr ""
1831
-
1832
- #: includes/helpers.php:601
1833
- msgid "Uganda"
1834
- msgstr ""
1835
-
1836
- #: includes/helpers.php:602
1837
- msgid "Ukraine"
1838
- msgstr ""
1839
-
1840
- #: includes/helpers.php:603
1841
- msgid "United Arab Emirates"
1842
- msgstr ""
1843
-
1844
- #: includes/helpers.php:604
1845
- msgid "Uruguay"
1846
- msgstr ""
1847
-
1848
- #: includes/helpers.php:605
1849
- msgid "US Minor Outlying Islands"
1850
- msgstr ""
1851
-
1852
- #: includes/helpers.php:606
1853
- msgid "Uzbekistan"
1854
- msgstr ""
1855
-
1856
- #: includes/helpers.php:607
1857
- msgid "Vanuatu"
1858
- msgstr ""
1859
-
1860
- #: includes/helpers.php:608
1861
- msgid "Venezuela"
1862
- msgstr ""
1863
-
1864
- #: includes/helpers.php:609
1865
- msgid "Vietnam"
1866
- msgstr ""
1867
-
1868
- #: includes/helpers.php:610
1869
- msgid "Virgin Islands (British)"
1870
- msgstr ""
1871
-
1872
- #: includes/helpers.php:611
1873
- msgid "Virgin Islands (USA)"
1874
- msgstr ""
1875
-
1876
- #: includes/helpers.php:612
1877
- msgid "Wallis and Futuna Islands"
1878
- msgstr ""
1879
-
1880
- #: includes/helpers.php:613
1881
- msgid "Western Sahara"
1882
- msgstr ""
1883
-
1884
- #: includes/helpers.php:614
1885
- msgid "Western Samoa"
1886
- msgstr ""
1887
-
1888
- #: includes/helpers.php:615
1889
- msgid "Yemen"
1890
- msgstr ""
1891
-
1892
- #: includes/helpers.php:616
1893
- msgid "Zambia"
1894
- msgstr ""
1895
-
1896
- #: includes/helpers.php:617
1897
- msgid "Zimbabwe"
1898
- msgstr ""
1899
-
1900
- #. Translators: The placeholders are for making the "We noticed you're using a caching plugin" text bold.
1901
- #: includes/helpers.php:1204
1902
- msgid "%1$sWe noticed you're using a caching plugin or caching from your hosting provider.%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."
1903
- msgstr ""
1904
-
1905
- #. Translators: The placeholders are for making the "We have detected multiple tracking codes" text bold & adding a link to support.
1906
- #: includes/helpers.php:1206
1907
- msgid "%1$sWe have detected multiple tracking codes%2$s! You should remove non-MonsterInsights ones. If you need help finding them please %3$sread this article%4$s."
1908
- msgstr ""
1909
-
1910
- #: includes/deprecated.php:126
1911
- msgid "%1$s is %3$sdeprecated%4$s since MonsterInsights version %2$s!"
1912
- msgstr ""
1913
-
1914
- #: includes/deprecated.php:179
1915
- msgid "%1$s is %3$sdeprecated%4$s since MonsterInsights version %2$s."
1916
- msgstr ""
1917
-
1918
- #: languages/vue.php:5
1919
- msgid "Refreshing Report"
1920
- msgstr ""
1921
-
1922
- #: languages/vue.php:8
1923
- msgid "Loading new report data..."
1924
- msgstr ""
1925
-
1926
- #: languages/vue.php:11
1927
- msgid "Error"
1928
- msgstr ""
1929
-
1930
- #: languages/vue.php:14
1931
- msgid "Please try again."
1932
- msgstr ""
1933
-
1934
- #: languages/vue.php:17
1935
- msgid "Unlock the Publishers Report and Focus on the Content that Matters"
1936
- msgstr ""
1937
-
1938
- #: languages/vue.php:20
1939
- 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."
1940
- msgstr ""
1941
-
1942
- #: languages/vue.php:23
1943
- msgid "Unlock the Publishers Report and Focus on the Content That Matters"
1944
- msgstr ""
1945
-
1946
- #: languages/vue.php:26
1947
- 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."
1948
- msgstr ""
1949
-
1950
- #: languages/vue.php:29
1951
- msgid "See Your Top Landing Pages to Improve Enagement"
1952
- msgstr ""
1953
-
1954
- #: languages/vue.php:32
1955
- msgid "See Your Top Exit Pages to Reduce Abandonment"
1956
- msgstr ""
1957
-
1958
- #: languages/vue.php:35
1959
- msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
1960
- msgstr ""
1961
-
1962
- #: languages/vue.php:38
1963
- msgid "See Your Top Affiliate Links and Focus on what's working"
1964
- msgstr ""
1965
-
1966
- #: languages/vue.php:41
1967
- msgid "See Your Top Downloads and Improve Conversions"
1968
- msgstr ""
1969
-
1970
- #: languages/vue.php:44
1971
- msgid "See Audience Demographic Report ( Age / Gender / Interests )"
1972
- msgstr ""
1973
-
1974
- #: languages/vue.php:47
1975
- msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
1976
- msgstr ""
1977
-
1978
- #: languages/vue.php:50
1979
- 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."
1980
- msgstr ""
1981
-
1982
- #: languages/vue.php:53
1983
- msgid "See Your Conversion Rate to Improve Funnel"
1984
- msgstr ""
1985
-
1986
- #: languages/vue.php:56
1987
- msgid "See The Number of Transactions and make data-driven decisions"
1988
- msgstr ""
1989
-
1990
- #: languages/vue.php:59
1991
- msgid "See The Total Revenue to Track Growth"
1992
- msgstr ""
1993
-
1994
- #: languages/vue.php:62
1995
- msgid "See Average Order Value to Find Offer Opportunities"
1996
- msgstr ""
1997
-
1998
- #: languages/vue.php:65
1999
- msgid "See Your Top Products to See Individual Performance"
2000
- msgstr ""
2001
-
2002
- #: languages/vue.php:68
2003
- msgid "See Your Top Conversion Sources and Focus on what's working"
2004
- msgstr ""
2005
-
2006
- #: languages/vue.php:71
2007
- msgid "See The Time it takes for Customers to Purchase"
2008
- msgstr ""
2009
-
2010
- #: languages/vue.php:74
2011
- msgid "See How Many Sessions are needed for a Purchase"
2012
- msgstr ""
2013
-
2014
- #: languages/vue.php:77
2015
- msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
2016
- msgstr ""
2017
-
2018
- #: languages/vue.php:80
2019
- 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."
2020
- msgstr ""
2021
-
2022
- #: languages/vue.php:83
2023
- msgid "See Which Authors Generate the Most Traffic"
2024
- msgstr ""
2025
-
2026
- #: languages/vue.php:86
2027
- msgid "See Which Post Types Perform Better"
2028
- msgstr ""
2029
-
2030
- #: languages/vue.php:89
2031
- msgid "See Which Categories are the Most Popular"
2032
- msgstr ""
2033
-
2034
- #: languages/vue.php:92
2035
- msgid "See Your Blog's most populare SEO Scores"
2036
- msgstr ""
2037
-
2038
- #: languages/vue.php:95
2039
- msgid "See Which Focus Keyword is Performing Better in Search Engines"
2040
- msgstr ""
2041
-
2042
- #: languages/vue.php:98
2043
- msgid "Unlock the Forms Report and Improve Conversions"
2044
- msgstr ""
2045
-
2046
- #: languages/vue.php:101
2047
- 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."
2048
- msgstr ""
2049
-
2050
- #: languages/vue.php:104
2051
- msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
2052
- msgstr ""
2053
-
2054
- #: languages/vue.php:107
2055
- msgid "See Your Top Converting Forms and Optimize"
2056
- msgstr ""
2057
-
2058
- #: languages/vue.php:110
2059
- msgid "See Your Forms Impressions Count to Find the Best Placement"
2060
- msgstr ""
2061
-
2062
- #: languages/vue.php:113
2063
- msgid "Unlock the Search Console Report and See How People Find Your Website"
2064
- msgstr ""
2065
-
2066
- #: languages/vue.php:116
2067
- msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
2068
- msgstr ""
2069
-
2070
- #: languages/vue.php:119
2071
- msgid "See Your Top Google Search Terms and Optimize Content"
2072
- msgstr ""
2073
-
2074
- #: languages/vue.php:122
2075
- msgid "See The Number of Clicks and Track Interests"
2076
- msgstr ""
2077
-
2078
- #: languages/vue.php:125
2079
- msgid "See The Click-Through-Ratio and Improve SEO"
2080
- msgstr ""
2081
-
2082
- #: languages/vue.php:128
2083
- msgid "See The Average Results Position and Focus on what works"
2084
- msgstr ""
2085
-
2086
- #: languages/vue.php:131
2087
- msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
2088
- msgstr ""
2089
-
2090
- #: languages/vue.php:134
2091
- 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."
2092
- msgstr ""
2093
-
2094
- #: languages/vue.php:137
2095
- msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
2096
- msgstr ""
2097
-
2098
- #: languages/vue.php:140
2099
- msgid "See Your Top Pages Immediately After Making Changes"
2100
- msgstr ""
2101
-
2102
- #: languages/vue.php:143
2103
- msgid "See Your Top Referral Sources and Adapt Faster"
2104
- msgstr ""
2105
-
2106
- #: languages/vue.php:146
2107
- msgid "See Your Traffic Demographics and "
2108
- msgstr ""
2109
-
2110
- #: languages/vue.php:149
2111
- msgid "Get Fresh Reports Data Every 60 Seconds"
2112
- msgstr ""
2113
-
2114
- #: languages/vue.php:153
2115
- msgid "Overview Report"
2116
- msgstr ""
2117
-
2118
- #: languages/vue.php:156
2119
- msgid "Loading Settings"
2120
- msgstr ""
2121
-
2122
- #: languages/vue.php:159
2123
- msgid "Saving Changes..."
2124
- msgstr ""
2125
-
2126
- #: languages/vue.php:162
2127
- msgid "Settings Updated"
2128
- msgstr ""
2129
-
2130
- #: languages/vue.php:165
2131
- msgid "Could Not Save Changes"
2132
- msgstr ""
2133
-
2134
- #: languages/vue.php:171
2135
- msgid "Congratulations! "
2136
- msgstr ""
2137
-
2138
- #: languages/vue.php:174
2139
- msgid "You Successfully Unlocked the most powerful Analytics plugin"
2140
- msgstr ""
2141
-
2142
- #: languages/vue.php:177
2143
- msgid "Publishers Report"
2144
- msgstr ""
2145
-
2146
- #: languages/vue.php:180
2147
- msgid "eCommerce Report"
2148
- msgstr ""
2149
-
2150
- #: languages/vue.php:183
2151
- msgid "Search Console Report"
2152
- msgstr ""
2153
-
2154
- #: languages/vue.php:186
2155
- msgid "Dimensions Report"
2156
- msgstr ""
2157
-
2158
- #: languages/vue.php:189
2159
- msgid "Forms Report"
2160
- msgstr ""
2161
-
2162
- #: languages/vue.php:192
2163
- msgid "Real-Time Report"
2164
- msgstr ""
2165
-
2166
- #: languages/vue.php:195
2167
- msgid "Recommended Plugin: %s"
2168
- msgstr ""
2169
-
2170
- #: languages/vue.php:198
2171
- msgid "Install"
2172
- msgstr ""
2173
-
2174
- #: languages/vue.php:201
2175
- msgid "Activate"
2176
- msgstr ""
2177
-
2178
- #: languages/vue.php:226
2179
- msgid "Real-Time"
2180
- msgstr ""
2181
-
2182
- #: languages/vue.php:229
2183
- msgid "Loading settings"
2184
- msgstr ""
2185
-
2186
- #: languages/vue.php:235
2187
- msgid "Getting Started"
2188
- msgstr ""
2189
-
2190
- #: languages/vue.php:238
2191
- msgid "Lite vs Pro"
2192
- msgstr ""
2193
-
2194
- #: languages/vue.php:242
2195
- msgid "General"
2196
- msgstr ""
2197
-
2198
- #: languages/vue.php:246
2199
- msgid "Engagement"
2200
- msgstr ""
2201
-
2202
- #: languages/vue.php:250
2203
- msgid "Publisher"
2204
- msgstr ""
2205
-
2206
- #: languages/vue.php:254
2207
- msgid "Conversions"
2208
- msgstr ""
2209
-
2210
- #: languages/vue.php:258
2211
- msgid "Advanced"
2212
- msgstr ""
2213
-
2214
- #: languages/vue.php:262
2215
- msgid "URL Builder"
2216
- msgstr ""
2217
-
2218
- #: languages/vue.php:266
2219
- msgid "Import Export"
2220
- msgstr ""
2221
-
2222
- #: languages/vue.php:269
2223
- msgid "Time to Purchase"
2224
- msgstr ""
2225
-
2226
- #: languages/vue.php:272
2227
- msgid "This list shows how many days from first visit it took users to purchase products from your site."
2228
- msgstr ""
2229
-
2230
- #: languages/vue.php:275
2231
- msgid "Sessions to Purchase"
2232
- msgstr ""
2233
-
2234
- #: languages/vue.php:278
2235
- msgid "This list shows the number of sessions it took users before they purchased a product from your website."
2236
- msgstr ""
2237
-
2238
- #: languages/vue.php:281
2239
- msgid "Top Posts/Pages"
2240
- msgstr ""
2241
-
2242
- #: languages/vue.php:284
2243
- msgid "This list shows the most viewed posts and pages on your website."
2244
- msgstr ""
2245
-
2246
- #: languages/vue.php:287
2247
- msgid "New vs. Returning Visitors"
2248
- msgstr ""
2249
-
2250
- #: languages/vue.php:290
2251
- msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
2252
- msgstr ""
2253
-
2254
- #: languages/vue.php:293
2255
- msgid "Device Breakdown"
2256
- msgstr ""
2257
-
2258
- #: languages/vue.php:296
2259
- 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."
2260
- msgstr ""
2261
-
2262
- #: languages/vue.php:299
2263
- msgid "Top Landing Pages"
2264
- msgstr ""
2265
-
2266
- #: languages/vue.php:302
2267
- msgid "This list shows the top pages users first land on when visiting your website."
2268
- msgstr ""
2269
-
2270
- #: languages/vue.php:305
2271
- msgid "Top Exit Pages"
2272
- msgstr ""
2273
-
2274
- #: languages/vue.php:308
2275
- msgid "This list shows the top pages users exit your website from."
2276
- msgstr ""
2277
-
2278
- #: languages/vue.php:311
2279
- msgid "Top Outbound Links"
2280
- msgstr ""
2281
-
2282
- #: languages/vue.php:314
2283
- msgid "This list shows the top links clicked on your website that go to another website."
2284
- msgstr ""
2285
-
2286
- #: languages/vue.php:317
2287
- msgid "Top Affiliate Links"
2288
- msgstr ""
2289
-
2290
- #: languages/vue.php:320
2291
- msgid "This list shows the top affiliate links your visitors clicked on."
2292
- msgstr ""
2293
-
2294
- #: languages/vue.php:323
2295
- msgid "Top Download Links"
2296
- msgstr ""
2297
-
2298
- #: languages/vue.php:326
2299
- msgid "This list shows the download links your visitors clicked the most."
2300
- msgstr ""
2301
-
2302
- #: languages/vue.php:329
2303
- msgid "Top Products"
2304
- msgstr ""
2305
-
2306
- #: languages/vue.php:332
2307
- msgid "This list shows the top selling products on your website."
2308
- msgstr ""
2309
-
2310
- #: languages/vue.php:335
2311
- msgid "Top Conversion Sources"
2312
- msgstr ""
2313
-
2314
- #: languages/vue.php:338
2315
- msgid "This list shows the top referral websites in terms of product revenue."
2316
- msgstr ""
2317
-
2318
- #: languages/vue.php:341
2319
- msgid "Total Add/Remove"
2320
- msgstr ""
2321
-
2322
- #: languages/vue.php:344
2323
- msgid "Exit Setup"
2324
- msgstr ""
2325
-
2326
- #: languages/vue.php:347
2327
- msgid "Yikes! PHP Update Required"
2328
- msgstr ""
2329
-
2330
- #: languages/vue.php:350
2331
- 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."
2332
- msgstr ""
2333
-
2334
- #: languages/vue.php:353
2335
- msgid "Learn more about updating PHP"
2336
- msgstr ""
2337
-
2338
- #: languages/vue.php:356
2339
- msgid "Yikes! WordPress Update Required"
2340
- msgstr ""
2341
-
2342
- #: languages/vue.php:359
2343
- 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."
2344
- msgstr ""
2345
-
2346
- #: languages/vue.php:362
2347
- msgid "Learn more about updating WordPress"
2348
- msgstr ""
2349
-
2350
- #: languages/vue.php:365
2351
- msgid "Powered by MonsterInsights"
2352
- msgstr ""
2353
-
2354
- #: languages/vue.php:368
2355
- msgid "Save Changes"
2356
- msgstr ""
2357
-
2358
- #: languages/vue.php:371
2359
- msgid "New"
2360
- msgstr ""
2361
-
2362
- #: languages/vue.php:374
2363
- msgid "Returning"
2364
- msgstr ""
2365
-
2366
- #: languages/vue.php:377
2367
- msgid "Desktop"
2368
- msgstr ""
2369
-
2370
- #: languages/vue.php:380
2371
- msgid "Tablet"
2372
- msgstr ""
2373
-
2374
- #: languages/vue.php:383
2375
- msgid "Mobile"
2376
- msgstr ""
2377
-
2378
- #: languages/vue.php:386
2379
- msgid "Sessions"
2380
- msgstr ""
2381
-
2382
- #: languages/vue.php:389
2383
- msgid "Unique %s Sessions"
2384
- msgstr ""
2385
-
2386
- #: languages/vue.php:392
2387
- msgid "Pageviews"
2388
- msgstr ""
2389
-
2390
- #: languages/vue.php:395
2391
- msgid "Unique %s Pageviews"
2392
- msgstr ""
2393
-
2394
- #: languages/vue.php:398
2395
- msgid "Avg. Session Duration"
2396
- msgstr ""
2397
-
2398
- #: languages/vue.php:401
2399
- msgid "Bounce Rate"
2400
- msgstr ""
2401
-
2402
- #: languages/vue.php:404
2403
- msgid "Top 10 Countries"
2404
- msgstr ""
2405
-
2406
- #: languages/vue.php:407
2407
- msgid "View Countries Report"
2408
- msgstr ""
2409
-
2410
- #: languages/vue.php:410
2411
- msgid "Top 10 Referrals"
2412
- msgstr ""
2413
-
2414
- #: languages/vue.php:413
2415
- msgid "View All Referral Sources"
2416
- msgstr ""
2417
-
2418
- #: languages/vue.php:416
2419
- msgid "View Full Posts/Pages Report"
2420
- msgstr ""
2421
-
2422
- #: languages/vue.php:419
2423
- msgid "A session is the browsing session of a single user to your site."
2424
- msgstr ""
2425
-
2426
- #: languages/vue.php:422
2427
- 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."
2428
- msgstr ""
2429
-
2430
- #: languages/vue.php:425
2431
- msgid "Total duration of all sessions (in seconds) / number of sessions."
2432
- msgstr ""
2433
-
2434
- #: languages/vue.php:428
2435
- 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."
2436
- msgstr ""
2437
-
2438
- #: languages/vue.php:431
2439
- msgid "This list shows the top countries your website visitors are from."
2440
- msgstr ""
2441
-
2442
- #: languages/vue.php:434
2443
- msgid "This list shows the top websites that send your website traffic, known as referral traffic."
2444
- msgstr ""
2445
-
2446
- #: languages/vue.php:437
2447
- msgid "MonsterInsights Addons"
2448
- msgstr ""
2449
-
2450
- #: languages/vue.php:440
2451
- msgid "Search Addons"
2452
- msgstr ""
2453
-
2454
- #: languages/vue.php:443
2455
- msgid "Yes (recommended) %s- Get the latest features, bugfixes, and security updates as they are released.%s"
2456
- msgstr ""
2457
-
2458
- #: languages/vue.php:446
2459
- msgid "Minor only %s- Get bugfixes and security updates, but not major features.%s"
2460
- msgstr ""
2461
-
2462
- #: languages/vue.php:449
2463
- msgid "None %s- Manually update everything.%s"
2464
- msgstr ""
2465
-
2466
- #: languages/vue.php:454
2467
- msgid "License Key"
2468
- msgstr ""
2469
-
2470
- #: languages/vue.php:458
2471
- msgid "Google Authentication"
2472
- msgstr ""
2473
-
2474
- #: languages/vue.php:462
2475
- msgid "Connect Google Analytics + WordPress"
2476
- msgstr ""
2477
-
2478
- #: languages/vue.php:466
2479
- msgid "You will be taken to the MonsterInsights website where you'll need to connect your Analytics account."
2480
- msgstr ""
2481
-
2482
- #: languages/vue.php:469
2483
- msgid "Automatic Updates"
2484
- msgstr ""
2485
-
2486
- #: languages/vue.php:472
2487
- msgid "Setup Wizard"
2488
- msgstr ""
2489
-
2490
- #: languages/vue.php:475
2491
- msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
2492
- msgstr ""
2493
-
2494
- #: languages/vue.php:479
2495
- msgid "Launch Setup Wizard"
2496
- msgstr ""
2497
-
2498
- #: languages/vue.php:483
2499
- msgid "Path (example: %s)"
2500
- msgstr ""
2501
-
2502
- #: languages/vue.php:487
2503
- msgid "Path has to start with a / and have no spaces"
2504
- msgstr ""
2505
-
2506
- #: languages/vue.php:491
2507
- msgid "Label (example: %s)"
2508
- msgstr ""
2509
-
2510
- #: languages/vue.php:495
2511
- msgid "Label can't contain any spaces"
2512
- msgstr ""
2513
-
2514
- #: languages/vue.php:499
2515
- msgid "Affiliate Links"
2516
- msgstr ""
2517
-
2518
- #: languages/vue.php:502
2519
- 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."
2520
- msgstr ""
2521
-
2522
- #: languages/vue.php:505
2523
- msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
2524
- msgstr ""
2525
-
2526
- #: languages/vue.php:508
2527
- msgid "Demographics"
2528
- msgstr ""
2529
-
2530
- #: languages/vue.php:511
2531
- msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
2532
- msgstr ""
2533
-
2534
- #: languages/vue.php:514
2535
- msgid "Anonymize IP Addresses"
2536
- msgstr ""
2537
-
2538
- #: languages/vue.php:517
2539
- msgid "Link Attribution"
2540
- msgstr ""
2541
-
2542
- #: languages/vue.php:520
2543
- msgid "Enable Enhanced Link Attribution"
2544
- msgstr ""
2545
-
2546
- #: languages/vue.php:523
2547
- msgid "Enable Anchor Tracking"
2548
- msgstr ""
2549
-
2550
- #: languages/vue.php:526
2551
- msgid "Enable allowAnchor"
2552
- msgstr ""
2553
-
2554
- #: languages/vue.php:529
2555
- msgid "Enable allowLinker"
2556
- msgstr ""
2557
-
2558
- #: languages/vue.php:532
2559
- msgid "Enable Tag Links in RSS"
2560
- msgstr ""
2561
-
2562
- #: languages/vue.php:535
2563
- msgid "File Downloads"
2564
- msgstr ""
2565
-
2566
- #: languages/vue.php:538
2567
- msgid "Extensions of Files to Track as Downloads"
2568
- msgstr ""
2569
-
2570
- #: languages/vue.php:541
2571
- msgid "MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions."
2572
- msgstr ""
2573
-
2574
- #: languages/vue.php:544
2575
- 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."
2576
- msgstr ""
2577
-
2578
- #: languages/vue.php:547
2579
- 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."
2580
- msgstr ""
2581
-
2582
- #: languages/vue.php:550
2583
- msgid "Add %sEnhanced Link Attribution%s to your tracking code."
2584
- msgstr ""
2585
-
2586
- #: languages/vue.php:553
2587
- 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."
2588
- msgstr ""
2589
-
2590
- #: languages/vue.php:556
2591
- msgid "This adds %sallowAnchor%s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well."
2592
- msgstr ""
2593
-
2594
- #: languages/vue.php:559
2595
- 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."
2596
- msgstr ""
2597
-
2598
- #: languages/vue.php:562
2599
- 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."
2600
- msgstr ""
2601
-
2602
- #: languages/vue.php:565
2603
- msgid "Add domain"
2604
- msgstr ""
2605
-
2606
- #: languages/vue.php:568
2607
- msgid "Domain (example: %s)"
2608
- msgstr ""
2609
-
2610
- #: languages/vue.php:571
2611
- msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
2612
- msgstr ""
2613
-
2614
- #: languages/vue.php:574
2615
- msgid "Cross Domain Tracking"
2616
- msgstr ""
2617
-
2618
- #: languages/vue.php:577
2619
- 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."
2620
- msgstr ""
2621
-
2622
- #: languages/vue.php:580
2623
- 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."
2624
- msgstr ""
2625
-
2626
- #: languages/vue.php:583
2627
- msgid "Permissions"
2628
- msgstr ""
2629
-
2630
- #: languages/vue.php:586
2631
- msgid "Allow These User Roles to See Reports"
2632
- msgstr ""
2633
-
2634
- #: languages/vue.php:589
2635
- msgid "Users that have at least one of these roles will be able to view the reports."
2636
- msgstr ""
2637
-
2638
- #: languages/vue.php:592
2639
- 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."
2640
- msgstr ""
2641
-
2642
- #: languages/vue.php:595
2643
- msgid "Allow These User Roles to Save Settings"
2644
- msgstr ""
2645
-
2646
- #: languages/vue.php:598
2647
- msgid "Users that have at least one of these roles will be able to view and save the settings panel."
2648
- msgstr ""
2649
-
2650
- #: languages/vue.php:601
2651
- 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."
2652
- msgstr ""
2653
-
2654
- #: languages/vue.php:604
2655
- msgid "Exclude These User Roles From Tracking"
2656
- msgstr ""
2657
-
2658
- #: languages/vue.php:607
2659
- msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
2660
- msgstr ""
2661
-
2662
- #: languages/vue.php:610
2663
- msgid "Performance"
2664
- msgstr ""
2665
-
2666
- #: languages/vue.php:613
2667
- msgid "Custom code"
2668
- msgstr ""
2669
-
2670
- #: languages/vue.php:616
2671
- msgid "Not for the average user: this allows you to add a line of code, to be added before the %spageview is sent%s."
2672
- msgstr ""
2673
-
2674
- #: languages/vue.php:622
2675
- msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
2676
- msgstr ""
2677
-
2678
- #: languages/vue.php:625
2679
- msgid "Hide Admin Bar Reports"
2680
- msgstr ""
2681
-
2682
- #: languages/vue.php:628
2683
- msgid "Enabled %s- Show reports and dashboard widget.%s"
2684
- msgstr ""
2685
-
2686
- #: languages/vue.php:631
2687
- msgid "Dashboard Widget Only %s- Disable reports, but show dashboard widget.%s"
2688
- msgstr ""
2689
-
2690
- #: languages/vue.php:634
2691
- msgid "Disabled %s- Hide reports and dashboard widget.%s"
2692
- msgstr ""
2693
-
2694
- #: languages/vue.php:637
2695
- 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."
2696
- msgstr ""
2697
-
2698
- #: languages/vue.php:640
2699
- 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."
2700
- msgstr ""
2701
-
2702
- #: languages/vue.php:643
2703
- 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\"."
2704
- msgstr ""
2705
-
2706
- #: languages/vue.php:646
2707
- 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."
2708
- msgstr ""
2709
-
2710
- #: languages/vue.php:649
2711
- msgid "Yup, we know a thing or two about building awesome products that customer love."
2712
- msgstr ""
2713
-
2714
- #: languages/vue.php:652
2715
- msgid "The MonsterInsights Team: Syed, Chris, Jay, Mircea, Sunita and Basanta"
2716
- msgstr ""
2717
-
2718
- #: languages/vue.php:655
2719
- msgid "Import/Export"
2720
- msgstr ""
2721
-
2722
- #: languages/vue.php:658
2723
- msgid "Import"
2724
- msgstr ""
2725
-
2726
- #: languages/vue.php:661
2727
- msgid "Import settings from another MonsterInsights website."
2728
- msgstr ""
2729
-
2730
- #: languages/vue.php:664
2731
- msgid "Export"
2732
- msgstr ""
2733
-
2734
- #: languages/vue.php:667
2735
- msgid "Export settings to import into another MonsterInsights install."
2736
- msgstr ""
2737
-
2738
- #: languages/vue.php:670
2739
- msgid "Import Settings"
2740
- msgstr ""
2741
-
2742
- #: languages/vue.php:673
2743
- msgid "Export Settings"
2744
- msgstr ""
2745
-
2746
- #: languages/vue.php:676
2747
- msgid "Please choose a file to import"
2748
- msgstr ""
2749
-
2750
- #: languages/vue.php:679
2751
- msgid "Use the filepicker below to select the settings export file from another site."
2752
- msgstr ""
2753
-
2754
- #: languages/vue.php:682
2755
- msgid "Use the button below to export a file with your MonsterInsights settings."
2756
- msgstr ""
2757
-
2758
- #: languages/vue.php:685
2759
- msgid "Uploading file..."
2760
- msgstr ""
2761
-
2762
- #: languages/vue.php:688
2763
- msgid "File imported"
2764
- msgstr ""
2765
-
2766
- #: languages/vue.php:691
2767
- msgid "Settings successfully updated!"
2768
- msgstr ""
2769
-
2770
- #: languages/vue.php:694
2771
- msgid "Error importing settings"
2772
- msgstr ""
2773
-
2774
- #: languages/vue.php:697
2775
- msgid "Please choose a .json file generated by a MonsterInsights settings export."
2776
- msgstr ""
2777
-
2778
- #: languages/vue.php:703
2779
- msgid "Ok"
2780
- msgstr ""
2781
-
2782
- #: languages/vue.php:706
2783
- msgid "Custom Campaign Parameters"
2784
- msgstr ""
2785
-
2786
- #: languages/vue.php:709
2787
- msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
2788
- msgstr ""
2789
-
2790
- #: languages/vue.php:712
2791
- 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."
2792
- msgstr ""
2793
-
2794
- #: languages/vue.php:715
2795
- msgid "Website URL %s"
2796
- msgstr ""
2797
-
2798
- #: languages/vue.php:718
2799
- msgid "The full website URL (e.g. %s %s%s)"
2800
- msgstr ""
2801
-
2802
- #: languages/vue.php:721
2803
- msgid "Campaign Source %s"
2804
- msgstr ""
2805
-
2806
- #: languages/vue.php:724
2807
- msgid "Enter a referrer (e.g. %sfacebook, newsletter, google%s)"
2808
- msgstr ""
2809
-
2810
- #: languages/vue.php:727
2811
- msgid "Enter a marketing medium (e.g. %scpc, banner, email%s)"
2812
- msgstr ""
2813
-
2814
- #: languages/vue.php:730
2815
- msgid "Enter a name to easily identify (e.g. %sspring_sale%s)"
2816
- msgstr ""
2817
-
2818
- #: languages/vue.php:733
2819
- msgid "Enter the paid keyword"
2820
- msgstr ""
2821
-
2822
- #: languages/vue.php:736
2823
- msgid "Enter something to differentiate ads"
2824
- msgstr ""
2825
-
2826
- #: languages/vue.php:739
2827
- msgid "Use Fragment"
2828
- msgstr ""
2829
-
2830
- #: languages/vue.php:742
2831
- msgid "Set the parameters in the fragment portion of the URL %s(not recommended)%s"
2832
- msgstr ""
2833
-
2834
- #: languages/vue.php:745
2835
- msgid "URL to use"
2836
- msgstr ""
2837
-
2838
- #: languages/vue.php:748
2839
- msgid "Updates automatically"
2840
- msgstr ""
2841
-
2842
- #: languages/vue.php:751
2843
- msgid "Copy to clipboard"
2844
- msgstr ""
2845
-
2846
- #: languages/vue.php:754
2847
- msgid "More Information & Examples"
2848
- msgstr ""
2849
-
2850
- #: languages/vue.php:757
2851
- msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
2852
- msgstr ""
2853
-
2854
- #: languages/vue.php:760
2855
- msgid "Campaign Source"
2856
- msgstr ""
2857
-
2858
- #: languages/vue.php:763
2859
- msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
2860
- msgstr ""
2861
-
2862
- #: languages/vue.php:766
2863
- msgid "Campaign Medium"
2864
- msgstr ""
2865
-
2866
- #: languages/vue.php:769
2867
- msgid "Use utm_medium to identify a medium such as email or cost-per-click."
2868
- msgstr ""
2869
-
2870
- #: languages/vue.php:772
2871
- msgid "Campaign Name"
2872
- msgstr ""
2873
-
2874
- #: languages/vue.php:775
2875
- msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
2876
- msgstr ""
2877
-
2878
- #: languages/vue.php:778
2879
- msgid "Campaign Term"
2880
- msgstr ""
2881
-
2882
- #: languages/vue.php:781
2883
- msgid "Used for paid search. Use utm_term to note the keywords for this ad."
2884
- msgstr ""
2885
-
2886
- #: languages/vue.php:784
2887
- msgid "Campaign Content"
2888
- msgstr ""
2889
-
2890
- #: languages/vue.php:787
2891
- msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
2892
- msgstr ""
2893
-
2894
- #: languages/vue.php:790
2895
- msgid "Example: %s"
2896
- msgstr ""
2897
-
2898
- #: languages/vue.php:793
2899
- msgid "Examples: %s"
2900
- msgstr ""
2901
-
2902
- #: languages/vue.php:796
2903
- msgid "About Campaigns"
2904
- msgstr ""
2905
-
2906
- #: languages/vue.php:799
2907
- msgid "About Custom Campaigns"
2908
- msgstr ""
2909
-
2910
- #: languages/vue.php:802
2911
- msgid "Best practices for creating Custom Campaigns"
2912
- msgstr ""
2913
-
2914
- #: languages/vue.php:805
2915
- msgid "About the Referral Traffic report"
2916
- msgstr ""
2917
-
2918
- #: languages/vue.php:808
2919
- msgid "About traffic source dimensions"
2920
- msgstr ""
2921
-
2922
- #: languages/vue.php:811
2923
- msgid "AdWords Auto-Tagging"
2924
- msgstr ""
2925
-
2926
- #: languages/vue.php:814
2927
- msgid "Additional Information"
2928
- msgstr ""
2929
-
2930
- #: languages/vue.php:817
2931
- msgid "GDPR Guide"
2932
- msgstr ""
2933
-
2934
- #: languages/vue.php:820
2935
- 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. "
2936
- msgstr ""
2937
-
2938
- #: languages/vue.php:823
2939
- msgid "How to install and activate MonsterInsights addons"
2940
- msgstr ""
2941
-
2942
- #: languages/vue.php:826
2943
- 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."
2944
- msgstr ""
2945
-
2946
- #: languages/vue.php:829
2947
- msgid "Enabling eCommerce Tracking and Reports"
2948
- msgstr ""
2949
-
2950
- #: languages/vue.php:832
2951
- 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."
2952
- msgstr ""
2953
-
2954
- #: languages/vue.php:835
2955
- msgid "Read Documentation"
2956
- msgstr ""
2957
-
2958
- #: languages/vue.php:838
2959
- msgid "Getting Started with MonsterInsights"
2960
- msgstr ""
2961
-
2962
- #: languages/vue.php:841
2963
- 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."
2964
- msgstr ""
2965
-
2966
- #: languages/vue.php:844
2967
- 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."
2968
- msgstr ""
2969
-
2970
- #: languages/vue.php:847
2971
- 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!."
2972
- msgstr ""
2973
-
2974
- #: languages/vue.php:850
2975
- msgid "Launch the wizard!"
2976
- msgstr ""
2977
-
2978
- #: languages/vue.php:853
2979
- msgid "Get MonsterInsights Pro and Unlock all the Powerful Features"
2980
- msgstr ""
2981
-
2982
- #: languages/vue.php:856
2983
- 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."
2984
- msgstr ""
2985
-
2986
- #: languages/vue.php:859
2987
- msgid "Universal Tracking across devices and campaigns with just a few clicks."
2988
- msgstr ""
2989
-
2990
- #: languages/vue.php:862
2991
- msgid "See your website analytics reports inside the WordPress dashboard"
2992
- msgstr ""
2993
-
2994
- #: languages/vue.php:865
2995
- msgid "Get real-time stats right inside WordPress"
2996
- msgstr ""
2997
-
2998
- #: languages/vue.php:868
2999
- msgid "1-click Google Analytics Enhanced Ecommerce tracking"
3000
- msgstr ""
3001
-
3002
- #: languages/vue.php:871
3003
- msgid "Get detailed stats for each post and page."
3004
- msgstr ""
3005
-
3006
- #: languages/vue.php:874
3007
- msgid "Automatically track clicks on your affiliate links and ads."
3008
- msgstr ""
3009
-
3010
- #: languages/vue.php:877
3011
- msgid "Make Google Analytics GDPR compliant automatically"
3012
- msgstr ""
3013
-
3014
- #: languages/vue.php:880
3015
- msgid "Setup tracking for authors, categories, tags, custom post types, users and more"
3016
- msgstr ""
3017
-
3018
- #: languages/vue.php:883
3019
- msgid "Enable Google Optimize for A/B testing, adjust sample speed & sample rate."
3020
- msgstr ""
3021
-
3022
- #: languages/vue.php:886
3023
- msgid "More advanced features"
3024
- msgstr ""
3025
-
3026
- #: languages/vue.php:889
3027
- msgid "Get MonsterInsights Pro Today and Unlock all the Powerful Features"
3028
- msgstr ""
3029
-
3030
- #: languages/vue.php:892
3031
- msgid "Bonus: MonsterInsights Lite users get %s50%% off regular price%s, automatically applied at checkout."
3032
- msgstr ""
3033
-
3034
- #: languages/vue.php:895
3035
- msgid "How to Connect to Google Analytics"
3036
- msgstr ""
3037
-
3038
- #: languages/vue.php:898
3039
- 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."
3040
- msgstr ""
3041
-
3042
- #: languages/vue.php:901
3043
- msgid "Guide and Checklist for Advanced Insights"
3044
- msgstr ""
3045
-
3046
- #: languages/vue.php:904
3047
- 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."
3048
- msgstr ""
3049
-
3050
- #: languages/vue.php:907
3051
- msgid "WordPress Admin Area Reports"
3052
- msgstr ""
3053
-
3054
- #: languages/vue.php:910
3055
- msgid "Standard Reports"
3056
- msgstr ""
3057
-
3058
- #: languages/vue.php:913
3059
- msgid "Overview Reports for the last 30 days."
3060
- msgstr ""
3061
-
3062
- #: languages/vue.php:916
3063
- msgid "Advanced Reports"
3064
- msgstr ""
3065
-
3066
- #: languages/vue.php:919
3067
- msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
3068
- msgstr ""
3069
-
3070
- #: languages/vue.php:922
3071
- msgid "Dashboard Widget"
3072
- msgstr ""
3073
-
3074
- #: languages/vue.php:925
3075
- msgid "Basic Widget"
3076
- msgstr ""
3077
-
3078
- #: languages/vue.php:928
3079
- msgid "Overview Report Synopsis"
3080
- msgstr ""
3081
-
3082
- #: languages/vue.php:931
3083
- msgid "Advanced Dashboard Widget"
3084
- msgstr ""
3085
-
3086
- #: languages/vue.php:934
3087
- msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
3088
- msgstr ""
3089
-
3090
- #: languages/vue.php:937
3091
- msgid "Publisher Reports"
3092
- msgstr ""
3093
-
3094
- #: languages/vue.php:940
3095
- msgid "Advanced Publisher Reports & Tracking"
3096
- msgstr ""
3097
-
3098
- #: languages/vue.php:943
3099
- msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
3100
- msgstr ""
3101
-
3102
- #: languages/vue.php:946
3103
- msgid "Custom Dimensions"
3104
- msgstr ""
3105
-
3106
- #: languages/vue.php:949
3107
- msgid "Not Available"
3108
- msgstr ""
3109
-
3110
- #: languages/vue.php:952
3111
- msgid "Complete Custom Dimensions Tracking"
3112
- msgstr ""
3113
-
3114
- #: languages/vue.php:955
3115
- 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"
3116
- msgstr ""
3117
-
3118
- #: languages/vue.php:961
3119
- msgid "Limited support"
3120
- msgstr ""
3121
-
3122
- #: languages/vue.php:964
3123
- msgid "Priority Support"
3124
- msgstr ""
3125
-
3126
- #: languages/vue.php:967
3127
- msgid "Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features."
3128
- msgstr ""
3129
-
3130
- #: languages/vue.php:970
3131
- msgid "Feature"
3132
- msgstr ""
3133
-
3134
- #: languages/vue.php:973
3135
- msgid "Lite"
3136
- msgstr ""
3137
-
3138
- #: languages/vue.php:976
3139
- msgid "Pro"
3140
- msgstr ""
3141
-
3142
- #: languages/vue.php:979
3143
- msgid "Universal Tracking"
3144
- msgstr ""
3145
-
3146
- #: languages/vue.php:982
3147
- msgid "Included"
3148
- msgstr ""
3149
-
3150
- #: languages/vue.php:985
3151
- msgid "Custom Google Analytics Link Tracking"
3152
- msgstr ""
3153
-
3154
- #: languages/vue.php:988
3155
- msgid "Standard Tracking"
3156
- msgstr ""
3157
-
3158
- #: languages/vue.php:991
3159
- msgid "Advanced Tracking"
3160
- msgstr ""
3161
-
3162
- #: languages/vue.php:994
3163
- msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
3164
- msgstr ""
3165
-
3166
- #: languages/vue.php:997
3167
- msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
3168
- msgstr ""
3169
-
3170
- #: languages/vue.php:1000
3171
- msgid "No-Code-Needed Tracking Features"
3172
- msgstr ""
3173
-
3174
- #: languages/vue.php:1003
3175
- msgid "Basic Tracking Options"
3176
- msgstr ""
3177
-
3178
- #: languages/vue.php:1006
3179
- msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
3180
- msgstr ""
3181
-
3182
- #: languages/vue.php:1009
3183
- msgid "Advanced Tracking Options"
3184
- msgstr ""
3185
-
3186
- #: languages/vue.php:1012
3187
- msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
3188
- msgstr ""
3189
-
3190
- #: languages/vue.php:1015
3191
- msgid "eCommerce Tracking"
3192
- msgstr ""
3193
-
3194
- #: languages/vue.php:1018
3195
- msgid "One-click Complete eCommerce tracking"
3196
- msgstr ""
3197
-
3198
- #: languages/vue.php:1021
3199
- msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
3200
- msgstr ""
3201
-
3202
- #: languages/vue.php:1024
3203
- msgid "Forms Tracking"
3204
- msgstr ""
3205
-
3206
- #: languages/vue.php:1027
3207
- msgid "One-click Form Events Tracking"
3208
- msgstr ""
3209
-
3210
- #: languages/vue.php:1030
3211
- msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
3212
- msgstr ""
3213
-
3214
- #: languages/vue.php:1033
3215
- msgid "MonsterInsights Recommends WPForms"
3216
- msgstr ""
3217
-
3218
- #: languages/vue.php:1036
3219
- msgid "Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market."
3220
- msgstr ""
3221
-
3222
- #: languages/vue.php:1039
3223
- msgid "Used on over 1,000,000 websites!"
3224
- msgstr ""
3225
-
3226
- #: languages/vue.php:1042
3227
- 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!"
3228
- msgstr ""
3229
-
3230
- #: languages/vue.php:1045
3231
- msgid "Skip this Step"
3232
- msgstr ""
3233
-
3234
- #: languages/vue.php:1048
3235
- msgid "Continue & Install WPForms"
3236
- msgstr ""
3237
-
3238
- #: languages/vue.php:1051
3239
- msgid "Installing..."
3240
- msgstr ""
3241
-
3242
- #: languages/vue.php:1054
3243
- msgid "Awesome, You're All Set!"
3244
- msgstr ""
3245
-
3246
- #: languages/vue.php:1057
3247
- msgid "MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
3248
- msgstr ""
3249
-
3250
- #: languages/vue.php:1060
3251
- 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."
3252
- msgstr ""
3253
-
3254
- #: languages/vue.php:1063
3255
- msgid "%sSubscribe to the MonsterInsights blog%s for tips on how to get more traffic and grow your business."
3256
- msgstr ""
3257
-
3258
- #: languages/vue.php:1066
3259
- msgid "Finish Setup & Exit Wizard"
3260
- msgstr ""
3261
-
3262
- #: languages/vue.php:1069
3263
- msgid "Checking your website..."
3264
- msgstr ""
3265
-
3266
- #: languages/vue.php:1072
3267
- msgid "Recommended Settings"
3268
- msgstr ""
3269
-
3270
- #: languages/vue.php:1075
3271
- msgid "MonsterInsights recommends the following settings based on your configuration."
3272
- msgstr ""
3273
-
3274
- #: languages/vue.php:1078
3275
- msgid "Events Tracking"
3276
- msgstr ""
3277
-
3278
- #: languages/vue.php:1081
3279
- msgid "Must have for all click tracking on site."
3280
- msgstr ""
3281
-
3282
- #: languages/vue.php:1084
3283
- 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."
3284
- msgstr ""
3285
-
3286
- #: languages/vue.php:1087
3287
- msgid "Enhanced Link Attribution"
3288
- msgstr ""
3289
-
3290
- #: languages/vue.php:1090
3291
- msgid "Improves the accuracy of your In-Page Analytics."
3292
- msgstr ""
3293
-
3294
- #: languages/vue.php:1093
3295
- 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."
3296
- msgstr ""
3297
-
3298
- #: languages/vue.php:1096
3299
- msgid "Install Updates Automatically"
3300
- msgstr ""
3301
-
3302
- #: languages/vue.php:1099
3303
- msgid "Get the latest features, bug fixes, and security updates as they are released."
3304
- msgstr ""
3305
-
3306
- #: languages/vue.php:1102
3307
- 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."
3308
- msgstr ""
3309
-
3310
- #: languages/vue.php:1105
3311
- msgid "File Download Tracking"
3312
- msgstr ""
3313
-
3314
- #: languages/vue.php:1108
3315
- msgid "Helps you see file downloads data."
3316
- msgstr ""
3317
-
3318
- #: languages/vue.php:1111
3319
- 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."
3320
- msgstr ""
3321
-
3322
- #: languages/vue.php:1114
3323
- msgid "Helps you increase affiliate revenue."
3324
- msgstr ""
3325
-
3326
- #: languages/vue.php:1117
3327
- 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."
3328
- msgstr ""
3329
-
3330
- #: languages/vue.php:1120
3331
- msgid "Affiliate Link Tracking"
3332
- msgstr ""
3333
-
3334
- #: languages/vue.php:1123
3335
- msgid "Who Can See Reports"
3336
- msgstr ""
3337
-
3338
- #: languages/vue.php:1126
3339
- msgid "These user roles will be able to access MonsterInsights's reports in the WordPress admin area."
3340
- msgstr ""
3341
-
3342
- #: languages/vue.php:1129
3343
- msgid "Save and continue"
3344
- msgstr ""
3345
-
3346
- #: languages/vue.php:1132
3347
- msgid "Events Tracking is enabled the moment you set up MonsterInsights"
3348
- msgstr ""
3349
-
3350
- #: languages/vue.php:1135
3351
- msgid "Enhanced Link Attribution is enabled the moment you set up MonsterInsights"
3352
- msgstr ""
3353
-
3354
- #: languages/vue.php:1138
3355
- msgid "Connect MonsterInsights to Your Website"
3356
- msgstr ""
3357
-
3358
- #: languages/vue.php:1141
3359
- msgid "MonsterInsights connects Google Analytics to WordPress and shows you stats that matter."
3360
- msgstr ""
3361
-
3362
- #: languages/vue.php:1144
3363
- msgid "vs. Previous Day"
3364
- msgstr ""
3365
-
3366
- #: languages/vue.php:1147
3367
- msgid "No change"
3368
- msgstr ""
3369
-
3370
- #: languages/vue.php:1151
3371
- msgid "Show"
3372
- msgstr ""
3373
-
3374
- #: languages/vue.php:1154
3375
- msgid "Right Now"
3376
- msgstr ""
3377
-
3378
- #: languages/vue.php:1157
3379
- msgid "Active users on site"
3380
- msgstr ""
3381
-
3382
- #: languages/vue.php:1160
3383
- msgid "The real-time graph of visitors over time is not currently available for this site. Please try again later."
3384
- msgstr ""
3385
-
3386
- #: languages/vue.php:1163
3387
- 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."
3388
- msgstr ""
3389
-
3390
- #: languages/vue.php:1166
3391
- msgid "The real-time report automatically updates approximately every 60 seconds."
3392
- msgstr ""
3393
-
3394
- #: languages/vue.php:1169
3395
- msgid "The real-time report was last updated %s seconds ago."
3396
- msgstr ""
3397
-
3398
- #: languages/vue.php:1172
3399
- msgid "The latest data will be automatically shown on this page when it becomes available."
3400
- msgstr ""
3401
-
3402
- #: languages/vue.php:1175
3403
- msgid "There is no need to refresh the browser (doing so won't have any effect)."
3404
- msgstr ""
3405
-
3406
- #: languages/vue.php:1178
3407
- msgid "Pageviews Per Minute"
3408
- msgstr ""
3409
-
3410
- #: languages/vue.php:1181
3411
- msgid "Top Pages"
3412
- msgstr ""
3413
-
3414
- #: languages/vue.php:1184
3415
- msgid "No pageviews currently."
3416
- msgstr ""
3417
-
3418
- #: languages/vue.php:1187
3419
- msgid "Page"
3420
- msgstr ""
3421
-
3422
- #: languages/vue.php:1190
3423
- msgid "Pageview Count"
3424
- msgstr ""
3425
-
3426
- #: languages/vue.php:1193
3427
- msgid "Percent of Total"
3428
- msgstr ""
3429
-
3430
- #: languages/vue.php:1196
3431
- msgid "This is the number of active users currently on your site."
3432
- msgstr ""
3433
-
3434
- #: languages/vue.php:1199
3435
- msgid "This graph shows the number of pageviews for each of the last 30 minutes."
3436
- msgstr ""
3437
-
3438
- #: languages/vue.php:1202
3439
- msgid "This list shows the top pages users are currently viewing on your site."
3440
- msgstr ""
3441
-
3442
- #: languages/vue.php:1205
3443
- msgid "View All Real-Time Pageviews"
3444
- msgstr ""
3445
-
3446
- #: languages/vue.php:1208
3447
- msgid "View All Real-Time Traffic Sources"
3448
- msgstr ""
3449
-
3450
- #: languages/vue.php:1211
3451
- msgid "View All Real-Time Traffic by Country"
3452
- msgstr ""
3453
-
3454
- #: languages/vue.php:1214
3455
- msgid "View All Real-Time Traffic by City"
3456
- msgstr ""
3457
-
3458
- #: languages/vue.php:1217
3459
- msgid "Welcome to MonsterInsights!"
3460
- msgstr ""
3461
-
3462
- #: languages/vue.php:1220
3463
- msgid "Let's get you set up."
3464
- msgstr ""
3465
-
3466
- #: languages/vue.php:1223
3467
- msgid "Save and Continue"
3468
- msgstr ""
3469
-
3470
- #: languages/vue.php:1226
3471
- msgid "Which category best describes your website?"
3472
- msgstr ""
3473
-
3474
- #: languages/vue.php:1229
3475
- msgid "We will recommend the optimal settings for MonsterInsights based on your choice."
3476
- msgstr ""
3477
-
3478
- #: languages/vue.php:1232
3479
- msgid "Business Website"
3480
- msgstr ""
3481
-
3482
- #: languages/vue.php:1235
3483
- msgid "Publisher %s(Blog)%s"
3484
- msgstr ""
3485
-
3486
- #: languages/vue.php:1238
3487
- msgid "Ecommerce"
3488
- msgstr ""
3489
-
3490
- #: languages/vue.php:1241
3491
- msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
3492
- msgstr ""
3493
-
3494
- #: languages/vue.php:1245
3495
- msgid "Google Optimize"
3496
- msgstr ""
3497
-
3498
- #: languages/vue.php:1248
3499
- msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
3500
- msgstr ""
3501
-
3502
- #: languages/vue.php:1251
3503
- msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
3504
- msgstr ""
3505
-
3506
- #: languages/vue.php:1254
3507
- msgid "Your license key for MonsterInsights has expired. %sPlease click here to renew your license key.%s"
3508
- msgstr ""
3509
-
3510
- #: languages/vue.php:1266
3511
- msgid "Show in widget mode"
3512
- msgstr ""
3513
-
3514
- #: languages/vue.php:1269
3515
- msgid "Show in full-width mode"
3516
- msgstr ""
3517
-
3518
- #: languages/vue.php:1272
3519
- msgid "Last 30 Days Insights for:"
3520
- msgstr ""
3521
-
3522
- #: languages/vue.php:1275
3523
- msgid "Your Website"
3524
- msgstr ""
3525
-
3526
- #: languages/vue.php:1278
3527
- msgid "Avg. Duration"
3528
- msgstr ""
3529
-
3530
- #: languages/vue.php:1281
3531
- msgid "More data is available"
3532
- msgstr ""
3533
-
3534
- #: languages/vue.php:1284
3535
- msgid "Want to see page-specific stats?"
3536
- msgstr ""
3537
-
3538
- #: languages/vue.php:1287
3539
- msgid "Can't load settings. Error: %s, %s"
3540
- msgstr ""
3541
-
3542
- #: languages/vue.php:1291
3543
- msgid "You appear to be offline."
3544
- msgstr ""
3545
-
3546
- #: languages/vue.php:1294
3547
- 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"
3548
- msgstr ""
3549
-
3550
- #: languages/vue.php:1297
3551
- 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"
3552
- msgstr ""
3553
-
3554
- #: languages/vue.php:1300
3555
- 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"
3556
- msgstr ""
3557
-
3558
- #: languages/vue.php:1303
3559
- 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"
3560
- msgstr ""
3561
-
3562
- #: languages/vue.php:1306
3563
- msgid "Recommended Addons"
3564
- msgstr ""
3565
-
3566
- #: languages/vue.php:1309
3567
- msgid "To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!"
3568
- msgstr ""
3569
-
3570
- #: languages/vue.php:1312
3571
- msgid "Other Addons"
3572
- msgstr ""
3573
-
3574
- #: languages/vue.php:1315
3575
- msgid "View all MonsterInsights addons"
3576
- msgstr ""
3577
-
3578
- #: languages/vue.php:1318
3579
- msgid "Deactivating..."
3580
- msgstr ""
3581
-
3582
- #: languages/vue.php:1321
3583
- msgid "Deactivate"
3584
- msgstr ""
3585
-
3586
- #: languages/vue.php:1324
3587
- msgid "Status: %s"
3588
- msgstr ""
3589
-
3590
- #: languages/vue.php:1327
3591
- msgid "Not Installed"
3592
- msgstr ""
3593
-
3594
- #: languages/vue.php:1330
3595
- msgid "Network Active"
3596
- msgstr ""
3597
-
3598
- #: languages/vue.php:1333
3599
- msgid "Active"
3600
- msgstr ""
3601
-
3602
- #: languages/vue.php:1336
3603
- msgid "Inactive"
3604
- msgstr ""
3605
-
3606
- #: languages/vue.php:1342
3607
- msgid "Activating..."
3608
- msgstr ""
3609
-
3610
- #: languages/vue.php:1345
3611
- msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
3612
- msgstr ""
3613
-
3614
- #: languages/vue.php:1348
3615
- msgid "No addons found."
3616
- msgstr ""
3617
-
3618
- #: languages/vue.php:1351
3619
- msgid "Refresh Addons"
3620
- msgstr ""
3621
-
3622
- #: languages/vue.php:1354
3623
- msgid "Refreshing Addons"
3624
- msgstr ""
3625
-
3626
- #: languages/vue.php:1357
3627
- 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!"
3628
- msgstr ""
3629
-
3630
- #: languages/vue.php:1360
3631
- msgid "See All Your Important Store Metrics in One Place"
3632
- msgstr ""
3633
-
3634
- #: languages/vue.php:1363
3635
- msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
3636
- msgstr ""
3637
-
3638
- #: languages/vue.php:1366
3639
- msgid "ONE-CLICK INTEGRATIONS"
3640
- msgstr ""
3641
-
3642
- #: languages/vue.php:1369
3643
- msgid "Enable Ecommerce Tracking and Grow Your Business with Confidence"
3644
- msgstr ""
3645
-
3646
- #: languages/vue.php:1372
3647
- 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."
3648
- msgstr ""
3649
-
3650
- #: languages/vue.php:1375
3651
- msgid "Upgrade to Pro and unlock addons and other great features. %sSave 50%% automatically!%s"
3652
- msgstr ""
3653
-
3654
- #: languages/vue.php:1378
3655
- msgid "Add your MonsterInsights license key from the email receipt or account area. %sRetrieve your license key%s."
3656
- msgstr ""
3657
-
3658
- #: languages/vue.php:1381
3659
- msgid "Miscellaneous"
3660
- msgstr ""
3661
-
3662
- #: languages/vue.php:1384
3663
- msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
3664
- msgstr ""
3665
-
3666
- #: languages/vue.php:1387
3667
- msgid "Hide Announcements"
3668
- msgstr ""
3669
-
3670
- #: languages/vue.php:1390
3671
- msgid "Show Overview Reports"
3672
- msgstr ""
3673
-
3674
- #: languages/vue.php:1393
3675
- msgid "Show Publishers Reports"
3676
- msgstr ""
3677
-
3678
- #: languages/vue.php:1396
3679
- msgid "Show eCommerce Reports"
3680
- msgstr ""
3681
-
3682
- #: languages/vue.php:1399
3683
- msgid "Available in PRO version"
3684
- msgstr ""
3685
-
3686
- #: languages/vue.php:1402
3687
- msgid "No options available"
3688
- msgstr ""
3689
-
3690
- #: languages/vue.php:1405
3691
- msgid "Reset to default"
3692
- msgstr ""
3693
-
3694
- #: languages/vue.php:1408
3695
- msgid "The value entered does not match the required format"
3696
- msgstr ""
3697
-
3698
- #: languages/vue.php:1411
3699
- msgid "%s can't be empty."
3700
- msgstr ""
3701
-
3702
- #: languages/vue.php:1414
3703
- msgid "Duplicate values are not allowed."
3704
- msgstr ""
3705
-
3706
- #: languages/vue.php:1417
3707
- msgid "Add Another Link Path"
3708
- msgstr ""
3709
-
3710
- #: languages/vue.php:1420
3711
- msgid "Remove row"
3712
- msgstr ""
3713
-
3714
- #: languages/vue.php:1423
3715
- msgid "Upgrade to MonsterInsights Pro to Unlock More Actionable Insights"
3716
- msgstr ""
3717
-
3718
- #: languages/vue.php:1426
3719
- 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!"
3720
- msgstr ""
3721
-
3722
- #: languages/vue.php:1429
3723
- msgid "Upgrade to MonsterInsights Pro and Save 50% OFF!"
3724
- msgstr ""
3725
-
3726
- #: languages/vue.php:1432
3727
- msgid "Use coupon code %sLITEUPGRADE%s"
3728
- msgstr ""
3729
-
3730
- #: languages/vue.php:1435
3731
- msgid "Facebook Instant Articles"
3732
- msgstr ""
3733
-
3734
- #: languages/vue.php:1438
3735
- msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro."
3736
- msgstr ""
3737
-
3738
- #: languages/vue.php:1441
3739
- msgid "Scroll Tracking"
3740
- msgstr ""
3741
-
3742
- #: languages/vue.php:1444
3743
- msgid "Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site."
3744
- msgstr ""
3745
-
3746
- #: languages/vue.php:1447
3747
- msgid "Can't save settings. Error: %s, %s"
3748
- msgstr ""
3749
-
3750
- #: languages/vue.php:1450
3751
- msgid "You appear to be offline. Settings not saved."
3752
- msgstr ""
3753
-
3754
- #: languages/vue.php:1454
3755
- msgid "Authenticating"
3756
- msgstr ""
3757
-
3758
- #: languages/vue.php:1459
3759
- msgid "Re-Authenticating"
3760
- msgstr ""
3761
-
3762
- #: languages/vue.php:1462
3763
- msgid "Verifying Credentials"
3764
- msgstr ""
3765
-
3766
- #: languages/vue.php:1465
3767
- msgid "Your site is connected to MonsterInsights!"
3768
- msgstr ""
3769
-
3770
- #: languages/vue.php:1468
3771
- msgid "Deauthenticating"
3772
- msgstr ""
3773
-
3774
- #: languages/vue.php:1471
3775
- 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."
3776
- msgstr ""
3777
-
3778
- #: languages/vue.php:1475
3779
- msgid "Connect MonsterInsights"
3780
- msgstr ""
3781
-
3782
- #: languages/vue.php:1478
3783
- msgid "Verify Credentials"
3784
- msgstr ""
3785
-
3786
- #: languages/vue.php:1483
3787
- msgid "Reconnect MonsterInsights"
3788
- msgstr ""
3789
-
3790
- #: languages/vue.php:1486
3791
- msgid "Website Profile"
3792
- msgstr ""
3793
-
3794
- #: languages/vue.php:1489
3795
- msgid "Active Profile"
3796
- msgstr ""
3797
-
3798
- #: languages/vue.php:1493
3799
- msgid "Your website profile has been set at the network level of your WordPress Multisite."
3800
- msgstr ""
3801
-
3802
- #: languages/vue.php:1497
3803
- msgid "If you would like to use a different profile for this subsite, you can authenticate below."
3804
- msgstr ""
3805
-
3806
- #: languages/vue.php:1500
3807
- msgid "Manually enter your UA code"
3808
- msgstr ""
3809
-
3810
- #: languages/vue.php:1503
3811
- 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."
3812
- msgstr ""
3813
-
3814
- #: languages/vue.php:1506
3815
- msgid "Or manually enter UA code (limited functionality)"
3816
- msgstr ""
3817
-
3818
- #: languages/vue.php:1509
3819
- msgid "Force Deauthenticate"
3820
- msgstr ""
3821
-
3822
- #: languages/vue.php:1512
3823
- msgid "Disconnect MonsterInsights"
3824
- msgstr ""
3825
-
3826
- #: languages/vue.php:1515
3827
- msgid "Can't load errors. Error: %s, %s"
3828
- msgstr ""
3829
-
3830
- #: languages/vue.php:1519
3831
- msgid "Google AMP"
3832
- msgstr ""
3833
-
3834
- #: languages/vue.php:1522
3835
- msgid "Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking."
3836
- msgstr ""
3837
-
3838
- #: languages/vue.php:1526
3839
- msgid "Upgrade"
3840
- msgstr ""
3841
-
3842
- #: languages/vue.php:1529
3843
- msgid ""
3844
- "The EU Compliance addon allows you to improve compliance with GDPR\n"
3845
- " and other privacy regulations."
3846
- msgstr ""
3847
-
3848
- #: languages/vue.php:1533
3849
- msgid "EU Compliance"
3850
- msgstr ""
3851
-
3852
- #: languages/vue.php:1536
3853
- 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."
3854
- msgstr ""
3855
-
3856
- #: languages/vue.php:1539
3857
- msgid "Usage Tracking"
3858
- msgstr ""
3859
-
3860
- #: languages/vue.php:1542
3861
- 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."
3862
- msgstr ""
3863
-
3864
- #: languages/vue.php:1545
3865
- msgid "Allow usage tracking"
3866
- msgstr ""
3867
-
3868
- #: languages/vue.php:1548
3869
- msgid "Complete documentation on usage tracking is available %shere%s."
3870
- msgstr ""
3871
-
3872
- #: languages/vue.php:1551
3873
- msgid "Thank you for being a loyal MonsterInsights Lite user."
3874
- msgstr ""
3875
-
3876
- #: languages/vue.php:1554
3877
- msgid "Upgrade to MonsterInsights Pro and unlock all the awesome features."
3878
- msgstr ""
3879
-
3880
- #: languages/vue.php:1557
3881
- msgid "Use coupon code %s to get 50%% off."
3882
- msgstr ""
3883
-
3884
- #: languages/vue.php:1560
3885
- msgid "Dashboard widget"
3886
- msgstr ""
3887
-
3888
- #: languages/vue.php:1563
3889
- msgid "Enhanced Ecommerce"
3890
- msgstr ""
3891
-
3892
- #: languages/vue.php:1566
3893
- msgid "Banner Ads"
3894
- msgstr ""
3895
-
3896
- #: languages/vue.php:1569
3897
- msgid "Author Tracking"
3898
- msgstr ""
3899
-
3900
- #: languages/vue.php:1572
3901
- msgid "Form Conversions"
3902
- msgstr ""
3903
-
3904
- #: languages/vue.php:1575
3905
- msgid "SEO Score Tracking"
3906
- msgstr ""
3907
-
3908
- #: languages/vue.php:1578
3909
- msgid "Ads Tracking"
3910
- msgstr ""
3911
-
3912
- #: languages/vue.php:1581
3913
- msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
3914
- msgstr ""
3915
-
3916
- #: languages/vue.php:1584
3917
- msgid "Can't deactivate the license. Error: %s, %s"
3918
- msgstr ""
3919
-
3920
- #: languages/vue.php:1587
3921
- msgid "Can't upgrade to PRO please try again. Error: %s, %s"
3922
- msgstr ""
3923
-
3924
- #: languages/vue.php:1590
3925
- msgid "Can't load license details. Error: %s, %s"
3926
- msgstr ""
3927
-
3928
- #: languages/vue.php:1593
3929
- msgid "Can't verify the license. Error: %s, %s"
3930
- msgstr ""
3931
-
3932
- #: languages/vue.php:1596
3933
- msgid "Can't validate the license. Error: %s, %s"
3934
- msgstr ""
3935
-
3936
- #: languages/vue.php:1599
3937
- msgid "Proceed"
3938
- msgstr ""
3939
-
3940
- #: languages/vue.php:1602
3941
- msgid "Please wait..."
3942
- msgstr ""
3943
-
3944
- #: languages/vue.php:1605
3945
- msgid "Connection Information"
3946
- msgstr ""
3947
-
3948
- #: languages/vue.php:1608
3949
- 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."
3950
- msgstr ""
3951
-
3952
- #: languages/vue.php:1611
3953
- msgid "Hostname"
3954
- msgstr ""
3955
-
3956
- #: languages/vue.php:1614
3957
- msgid "FTP Username"
3958
- msgstr ""
3959
-
3960
- #: languages/vue.php:1617
3961
- msgid "FTP Password"
3962
- msgstr ""
3963
-
3964
- #: languages/vue.php:1620
3965
- msgid "This password will not be stored on the server."
3966
- msgstr ""
3967
-
3968
- #: languages/vue.php:1623
3969
- msgid "Connection Type"
3970
- msgstr ""
3971
-
3972
- #: languages/vue.php:1626
3973
- msgid "Cancel"
3974
- msgstr ""
3975
-
3976
- #: languages/vue.php:1629
3977
- msgid "Can't deauthenticate. Error: %s, %s"
3978
- msgstr ""
3979
-
3980
- #: languages/vue.php:1632
3981
- msgid "Can't load authentication details. Error: %s, %s"
3982
- msgstr ""
3983
-
3984
- #: languages/vue.php:1635
3985
- msgid "Can't authenticate. Error: %s, %s"
3986
- msgstr ""
3987
-
3988
- #: languages/vue.php:1638
3989
- msgid "Can't reauthenticate. Error: %s, %s"
3990
- msgstr ""
3991
-
3992
- #: languages/vue.php:1641
3993
- msgid "Can't verify credentials. Error: %s, %s"
3994
- msgstr ""
3995
-
3996
- #: languages/vue.php:1644
3997
- msgid "Help Us Improve"
3998
- msgstr ""
3999
-
4000
- #: languages/vue.php:1647
4001
- msgid "Help us better understand our users and their website needs."
4002
- msgstr ""
4003
-
4004
- #: languages/vue.php:1650
4005
- 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"
4006
- msgstr ""
4007
-
4008
- #: languages/vue.php:1653
4009
- msgid "Website profile"
4010
- msgstr ""
4011
-
4012
- #: languages/vue.php:1656
4013
- msgid "Active profile"
4014
- msgstr ""
4015
-
4016
- #: languages/vue.php:1659
4017
- msgid "Skip and Keep Connection"
4018
- msgstr ""
4019
-
4020
- #: languages/vue.php:1662
4021
- msgid "Can't activate addon. Error: %s, %s"
4022
- msgstr ""
4023
-
4024
- #: languages/vue.php:1665
4025
- msgid "You appear to be offline. Addon not activated."
4026
- msgstr ""
4027
-
4028
- #: languages/vue.php:1668
4029
- msgid "Can't deactivate addon. Error: %s, %s"
4030
- msgstr ""
4031
-
4032
- #: languages/vue.php:1671
4033
- msgid "You appear to be offline. Addon not deactivated."
4034
- msgstr ""
4035
-
4036
- #: languages/vue.php:1674
4037
- msgid "Can't install plugin. Error: %s, %s"
4038
- msgstr ""
4039
-
4040
- #: languages/vue.php:1677
4041
- msgid "You appear to be offline. Plugin not installed."
4042
- msgstr ""
4043
-
4044
- #: languages/vue.php:1680
4045
- msgid "Can't install addon. Error: %s, %s"
4046
- msgstr ""
4047
-
4048
- #: languages/vue.php:1683
4049
- msgid "You appear to be offline. Addon not installed."
4050
- msgstr ""
4051
-
4052
- #: languages/vue.php:1686
4053
- msgid "Can't install WPForms. Error: %s, %s"
4054
- msgstr ""
4055
-
4056
- #: languages/vue.php:1689
4057
- msgid "You appear to be offline. WPForms not installed."
4058
- msgstr ""
4059
-
4060
- #: languages/vue.php:1692
4061
- msgid "Allow Usage Tracking"
4062
- msgstr ""
4063
-
4064
- #: languages/vue.php:1695
4065
- msgid "Verifying License"
4066
- msgstr ""
4067
-
4068
- #: languages/vue.php:1698
4069
- msgid "Success"
4070
- msgstr ""
4071
-
4072
- #: languages/vue.php:1701
4073
- msgid "There was an error verifying your license"
4074
- msgstr ""
4075
-
4076
- #: languages/vue.php:1704
4077
- msgid "There was an error unlocking MonsterInsights PRO please try again or install manually."
4078
- msgstr ""
4079
-
4080
- #: languages/vue.php:1707
4081
- msgid "You're using %sMonsterInsights Lite%s - no license needed. Enjoy! %s"
4082
- msgstr ""
4083
-
4084
- #: languages/vue.php:1710
4085
- msgid "To unlock more features consider %supgrading to PRO%s."
4086
- msgstr ""
4087
-
4088
- #: languages/vue.php:1713
4089
- msgid "As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!"
4090
- msgstr ""
4091
-
4092
- #: languages/vue.php:1716
4093
- msgid "Unlock PRO Features Now"
4094
- msgstr ""
4095
-
4096
- #: languages/vue.php:1719
4097
- msgid "Paste your license key here"
4098
- msgstr ""
4099
-
4100
- #: languages/vue.php:1722
4101
- msgid "Verify"
4102
- msgstr ""
4103
-
4104
- #: languages/vue.php:1725
4105
- msgid "If you already have a License key add it below to unlock MonsterInsights PRO. %sRetrieve your license key%s."
4106
- msgstr ""
4107
-
4108
- #: languages/vue.php:1728
4109
- msgid "Almost Done"
4110
- msgstr ""
4111
-
4112
- #: languages/vue.php:1731
4113
- msgid "MonsterInsights can automatically upgrade the installed version to the paid version"
4114
- msgstr ""
4115
-
4116
- #: languages/vue.php:1734
4117
- msgid "Complete Upgrade"
4118
- msgstr ""
4119
-
4120
- #: languages/vue.php:1737
4121
- msgid "Do Upgrade Later"
4122
- msgstr ""
4123
-
4124
- #: languages/vue.php:1740
4125
- msgid "Upgrade to PRO"
4126
- msgstr ""
4127
-
4128
- #: languages/vue.php:1743
4129
- msgid "Upgrade to Pro"
4130
- msgstr ""
4131
-
4132
- #: languages/vue.php:1746
4133
- 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."
4134
- msgstr ""
4135
-
4136
- #: languages/vue.php:1749
4137
- msgid "You're using %sMonsterInsights Lite%s - no license needed. Enjoy!"
4138
- msgstr ""
4139
-
4140
- #: languages/vue.php:1752
4141
- msgid "You need to %sconnect MonsterInsights%s first"
4142
- msgstr ""
4143
-
4144
- #: languages/vue.php:1755
4145
- 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 stopped 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."
4146
- msgstr ""
4147
-
4148
- #: languages/vue.php:1758
4149
- msgid "See how %s visitors found your site!"
4150
- msgstr ""
4151
-
4152
- #: languages/vue.php:1761
4153
- msgid "Your website was visited by %s users in the last 30 days."
4154
- msgstr ""
4155
-
4156
- #: languages/vue.php:1764
4157
- msgid "See the full analytics report!"
4158
- msgstr ""
4159
-
4160
- #: languages/vue.php:1776
4161
- msgid "MonsterInsights encountered an error loading your report data"
4162
- msgstr ""
4163
-
4164
- #: languages/vue.php:1779
4165
- msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
4166
- msgstr ""
4167
-
4168
- #: languages/vue.php:1788
4169
- msgid "Congratulations!"
4170
- msgstr ""
4171
-
4172
- #: languages/vue.php:1791
4173
- msgid "MonsterInsights makes it easy to connect your website with Google Analytics and see all important website stats right inside your WordPress dashboard. In order to setup website analytics, please take a look at our %sGetting started video%s or use our %s to get you quickly set up."
4174
- msgstr ""
4175
-
4176
- #: languages/vue.php:1794
4177
- msgid "Onboarding Wizard"
4178
- msgstr ""
4179
-
4180
- #: languages/vue.php:1797
4181
- msgid "You are now connected with MonsterInsights. We make it effortless for you to implement Google Analytics tracking and see the stats that matter, right inside the WordPress dashboard."
4182
- msgstr ""
4183
-
4184
- #: languages/vue.php:1800
4185
- msgid "Thank you for choosing MonsterInsights - The Most Powerful WordPress Analytics Plugin"
4186
- msgstr ""
4187
-
4188
- #: languages/vue.php:1803
4189
- msgid "MonsterInsights makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard."
4190
- msgstr ""
4191
-
4192
- #: languages/vue.php:1806
4193
- msgid "Launch the Wizard!"
4194
- msgstr ""
4195
-
4196
- #: languages/vue.php:1809
4197
- msgid "Read the Full Guide"
4198
- msgstr ""
4199
-
4200
- #: languages/vue.php:1812
4201
- msgid "MonsterInsights Features & Addons"
4202
- msgstr ""
4203
-
4204
- #: languages/vue.php:1815
4205
- msgid "Here are the features that make MonsterInsights the most powerful and user-friendly WordPress analytics plugin in the market."
4206
- msgstr ""
4207
-
4208
- #: languages/vue.php:1818
4209
- msgid "See All Features"
4210
- msgstr ""
4211
-
4212
- #: languages/vue.php:1821
4213
- msgid "per year"
4214
- msgstr ""
4215
-
4216
- #: languages/vue.php:1824
4217
- msgid "Testimonials"
4218
- msgstr ""
4219
-
4220
- #: languages/vue.php:1827
4221
- msgid "Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
4222
- msgstr ""
4223
-
4224
- #: languages/vue.php:1830
4225
- msgid "Google Analytics Dashboard"
4226
- msgstr ""
4227
-
4228
- #: languages/vue.php:1833
4229
- msgid "See your website analytics report right inside your WordPress dashboard with actionable insights."
4230
- msgstr ""
4231
-
4232
- #: languages/vue.php:1836
4233
- msgid "Real-time Stats"
4234
- msgstr ""
4235
-
4236
- #: languages/vue.php:1839
4237
- msgid "Get real-time stats right inside WordPress to see who is online, what are they doing, and more."
4238
- msgstr ""
4239
-
4240
- #: languages/vue.php:1842
4241
- msgid "Enhanced Ecommerce Tracking"
4242
- msgstr ""
4243
-
4244
- #: languages/vue.php:1845
4245
- msgid "1-click Google Analytics Enhanced Ecommerce tracking for WooCommerce, Easy Digital Downloads & MemberPress."
4246
- msgstr ""
4247
-
4248
- #: languages/vue.php:1848
4249
- msgid "Page Level Analytics"
4250
- msgstr ""
4251
-
4252
- #: languages/vue.php:1851
4253
- msgid "Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
4254
- msgstr ""
4255
-
4256
- #: languages/vue.php:1854
4257
- msgid "Affiliate Link & Ads Tracking"
4258
- msgstr ""
4259
-
4260
- #: languages/vue.php:1857
4261
- msgid "Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
4262
- msgstr ""
4263
-
4264
- #: languages/vue.php:1860
4265
- msgid "EU Compliance (GDPR Friendly)"
4266
- msgstr ""
4267
-
4268
- #: languages/vue.php:1863
4269
- msgid "Make Google Analytics compliant with GDPR and other privacy regulations automatically."
4270
- msgstr ""
4271
-
4272
- #: languages/vue.php:1866
4273
- msgid "Setup tracking for authors, categories, tags, searches, custom post types, users, and other events with 1-click."
4274
- msgstr ""
4275
-
4276
- #: languages/vue.php:1869
4277
- msgid "Ecommerce Report"
4278
- msgstr ""
4279
-
4280
- #: languages/vue.php:1872
4281
- msgid "Category / Tags Tracking"
4282
- msgstr ""
4283
-
4284
- #: languages/vue.php:1875
4285
- msgid "WooCommerce"
4286
- msgstr ""
4287
-
4288
- #: languages/vue.php:1878
4289
- msgid "Easy Digital Downloads"
4290
- msgstr ""
4291
-
4292
- #: languages/vue.php:1881
4293
- msgid "MemberPress"
4294
- msgstr ""
4295
-
4296
- #: languages/vue.php:1884
4297
- msgid "LifterLMS"
4298
- msgstr ""
4299
-
4300
- #: languages/vue.php:1887
4301
- msgid "See Quick Links"
4302
- msgstr ""
4303
-
4304
- #: languages/vue.php:1890
4305
- msgid "Suggest a Feature"
4306
- msgstr ""
4307
-
4308
- #: languages/vue.php:1893
4309
- msgid "Join Our Community"
4310
- msgstr ""
4311
-
4312
- #: languages/vue.php:1896
4313
- msgid "Support & Docs"
4314
- msgstr ""
4315
-
4316
- #: languages/vue.php:1899
4317
- msgid "Upgrade to Pro &#187;"
4318
- msgstr ""
4319
-
4320
- #: languages/vue.php:1902
4321
- msgid "You must connect with MonsterInsights before you can view reports."
4322
- msgstr ""
4323
-
4324
- #: languages/vue.php:1905
4325
- msgid "MonsterInsights makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
4326
- msgstr ""
4327
-
4328
- #: languages/vue.php:1908
4329
- msgid "Installing Addon"
4330
- msgstr ""
4331
-
4332
- #: languages/vue.php:1911
4333
- msgid "Activating Addon"
4334
- msgstr ""
4335
-
4336
- #: languages/vue.php:1914
4337
- msgid "Addon Activated"
4338
- msgstr ""
4339
-
4340
- #: languages/vue.php:1917
4341
- msgid "Loading report data"
4342
- msgstr ""
4343
-
4344
- #: languages/vue.php:1920
4345
- msgid "Please activate manually"
4346
- msgstr ""
4347
-
4348
- #: languages/vue.php:1923
4349
- msgid "Error: %s, %s"
4350
- msgstr ""
4351
-
4352
- #: languages/vue.php:1926
4353
- msgid "Error Activating Addon"
4354
- msgstr ""
4355
-
4356
- #: languages/vue.php:1932
4357
- msgid "Dismiss"
4358
- msgstr ""
4359
-
4360
- #: languages/vue.php:1935
4361
- msgid "Redirecting"
4362
- msgstr ""
4363
-
4364
- #: languages/vue.php:1938
4365
- msgid "Please wait"
4366
- msgstr ""
4367
-
4368
- #: languages/vue.php:1941
4369
- msgid "Visit addons page"
4370
- msgstr ""
4371
-
4372
- #: languages/vue.php:1944
4373
- msgid "Report Unavailable"
4374
- msgstr ""
4375
-
4376
- #: languages/vue.php:1947
4377
- msgid "%s Addon"
4378
- msgstr ""
4379
-
4380
- #: languages/vue.php:1950
4381
- msgid "Yup, we know a thing or two about building awesome products that customers love."
4382
- msgstr ""
4383
-
4384
- #: languages/vue.php:1953
4385
- msgid "The MonsterInsights Team"
4386
- msgstr ""
4387
-
4388
- #: languages/vue.php:1956
4389
- msgid "Last %s days"
4390
- msgstr ""
4391
-
4392
- #: languages/vue.php:1959
4393
- 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."
4394
- msgstr ""
4395
-
4396
- #: languages/vue.php:1962
4397
- msgid "You’re using MonsterInsights Lite. To unlock more features consider %supgrading to Pro%s."
4398
- msgstr ""
4399
-
4400
- #: languages/vue.php:1965
4401
- msgid "Scroll depth tracking allows you to see how far your users scroll before they leave a page. This is great for publishers (bloggers), and eCommerce websites to boost conversions."
4402
- msgstr ""
4403
-
4404
- #: languages/vue.php:1968
4405
- msgid "See All Reports"
4406
- msgstr ""
4407
-
4408
- #: languages/vue.php:1971
4409
- msgid "Go to the Analytics Dashboard"
4410
- msgstr ""
4411
-
4412
- #: languages/vue.php:1974
4413
- msgid "Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %sRetrieve your license key%s."
4414
- msgstr ""
4415
-
4416
- #: languages/vue.php:1977
4417
- msgid "Forms Tracking help you see who’s viewing your forms, so you can increase conversions."
4418
- msgstr ""
4419
-
4420
- #: languages/vue.php:1980
4421
- msgid "Custom Dimensions show you popular categories, best time to publish, focus keywords, etc."
4422
- msgstr ""
4423
-
4424
- #: languages/vue.php:1983
4425
- msgid "Make Google Analytics GDPR compliant with our EU Compliance addon."
4426
- msgstr ""
4427
-
4428
- #: languages/vue.php:1986
4429
- msgid "Get real-time Google Analytics report right inside your WordPress dashboard."
4430
- msgstr ""
4431
-
4432
- #: languages/vue.php:1989
4433
- msgid "Use Google Optimize to easily perform A/B split tests on your site."
4434
- msgstr ""
4435
-
4436
- #: languages/vue.php:1992
4437
- msgid "See all your important store metrics in one place with Enhanced Ecommerce Tracking."
4438
- msgstr ""
4439
-
4440
- #: languages/vue.php:1995
4441
- msgid "Unlock search console report to see your top performing keywords in Google."
4442
- msgstr ""
4443
-
4444
- #: languages/vue.php:1998
4445
- msgid "Get Page Insights to see important metrics for individual posts / pages in WordPress."
4446
- msgstr ""
4447
-
4448
- #: languages/vue.php:2001
4449
- msgid "Publishers Report shows your top performing pages, audience demographics, and more."
4450
- msgstr ""
4451
-
4452
- #: languages/vue.php:2004
4453
- msgid "Get Scroll-Depth tracking to see how far users scroll on your pages before leaving.s"
4454
- msgstr ""
4455
-
4456
- #: languages/vue.php:2007
4457
- msgid "Upgrade to Pro »"
4458
- msgstr ""
4459
-
4460
- #: languages/vue.php:2010
4461
- msgid "Pro Tip:"
4462
- msgstr ""
4463
-
4464
- #: languages/vue.php:2013
4465
- msgid "Hide dashboard widget"
4466
- msgstr ""
4467
-
4468
- #: languages/vue.php:2016
4469
- msgid "Are you sure you want to hide the MonsterInsights Dashboard Widget? "
4470
- msgstr ""
4471
-
4472
- #: languages/vue.php:2019
4473
- msgid "Yes, hide it!"
4474
- msgstr ""
4475
-
4476
- #: languages/vue.php:2022
4477
- msgid "No, cancel!"
4478
- msgstr ""
4479
-
4480
- #: languages/vue.php:2025
4481
- msgid "MonsterInsights Widget Hidden"
4482
- msgstr ""
4483
-
4484
- #: languages/vue.php:2028
4485
- msgid "You can re-enable the MonsterInsights widget at any time using the \"Screen Options\" menu on the top right of this page"
4486
- msgstr ""
4487
-
4488
- #: googleanalytics.php:255
4489
- #: googleanalytics.php:269
4490
- msgid "Cheatin&#8217; huh?"
4491
- msgstr ""
4492
-
4493
- #: googleanalytics.php:398
4494
- msgid "Sorry, but your version of WordPress does not meet MonsterInsights's required version of %1$s3.8%2$s to run properly. The plugin not been activated. %3$sClick here to return to the Dashboard%4$s."
4495
- msgstr ""
4496
-
4497
- #: googleanalytics.php:419
4498
- msgid "Please %1$suninstall%2$s the MonsterInsights Lite Plugin. Your Pro version of MonsterInsights may not work as expected until the Lite version is uninstalled."
4499
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2019 MonsterInsights
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.10.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-11-07T19:22:25+00:00\n"
13
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
+ "X-Generator: WP-CLI 2.2.0\n"
15
+ "X-Domain: google-analytics-for-wordpress\n"
16
+
17
+ #. Plugin Name of the plugin
18
+ msgid "MonsterInsights Pro"
19
+ msgstr ""
20
+
21
+ #. Plugin URI of the plugin
22
+ msgid "https://www.monsterinsights.com/?utm_source=proplugin&utm_medium=pluginheader&utm_campaign=pluginurl&utm_content=7%2E0%2E0"
23
+ msgstr ""
24
+
25
+ #. Description of the plugin
26
+ msgid "The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back."
27
+ msgstr ""
28
+
29
+ #. Author of the plugin
30
+ #: includes/admin/admin.php:31
31
+ #: includes/admin/admin.php:34
32
+ #: includes/admin/admin.php:42
33
+ #: lite/includes/admin/dashboard-widget.php:96
34
+ #: lite/includes/admin/wp-site-health.php:172
35
+ #: lite/includes/admin/wp-site-health.php:224
36
+ #: lite/includes/admin/wp-site-health.php:251
37
+ #: lite/includes/admin/wp-site-health.php:289
38
+ #: lite/includes/admin/wp-site-health.php:316
39
+ #: lite/includes/admin/wp-site-health.php:343
40
+ #: lite/includes/admin/wp-site-health.php:368
41
+ #: lite/includes/admin/wp-site-health.php:407
42
+ msgid "MonsterInsights"
43
+ msgstr ""
44
+
45
+ #. Author URI of the plugin
46
+ msgid "https://www.monsterinsights.com/?utm_source=proplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0"
47
+ msgstr ""
48
+
49
+ #: googleanalytics.php:255
50
+ #: googleanalytics.php:269
51
+ msgid "Cheatin&#8217; huh?"
52
+ msgstr ""
53
+
54
+ #: googleanalytics.php:398
55
+ msgid "Sorry, but your version of WordPress does not meet MonsterInsights's required version of %1$s3.8%2$s to run properly. The plugin not been activated. %3$sClick here to return to the Dashboard%4$s."
56
+ msgstr ""
57
+
58
+ #: googleanalytics.php:419
59
+ msgid "Please %1$suninstall%2$s the MonsterInsights Lite Plugin. Your Pro version of MonsterInsights may not work as expected until the Lite version is uninstalled."
60
+ msgstr ""
61
+
62
+ #: includes/admin/admin.php:31
63
+ #: includes/admin/admin.php:37
64
+ #: includes/admin/admin.php:45
65
+ #: includes/admin/admin.php:91
66
+ #: languages/vue.php:168
67
+ msgid "Insights"
68
+ msgstr ""
69
+
70
+ #: includes/admin/admin.php:34
71
+ #: includes/admin/admin.php:42
72
+ #: includes/admin/admin.php:182
73
+ msgid "Settings"
74
+ msgstr ""
75
+
76
+ #: includes/admin/admin.php:37
77
+ msgid "General:"
78
+ msgstr ""
79
+
80
+ #: includes/admin/admin.php:39
81
+ #: includes/admin/admin.php:45
82
+ #: includes/admin/admin.php:95
83
+ msgid "General Reports:"
84
+ msgstr ""
85
+
86
+ #: includes/admin/admin.php:39
87
+ #: includes/admin/admin.php:95
88
+ #: languages/vue.php:605
89
+ msgid "Reports"
90
+ msgstr ""
91
+
92
+ #: includes/admin/admin.php:51
93
+ msgid "Tools:"
94
+ msgstr ""
95
+
96
+ #: includes/admin/admin.php:51
97
+ msgid "Tools"
98
+ msgstr ""
99
+
100
+ #: includes/admin/admin.php:56
101
+ #: includes/admin/admin.php:98
102
+ msgid "Addons:"
103
+ msgstr ""
104
+
105
+ #: includes/admin/admin.php:56
106
+ #: includes/admin/admin.php:98
107
+ msgid "Addons"
108
+ msgstr ""
109
+
110
+ #: includes/admin/admin.php:60
111
+ #: includes/admin/admin.php:103
112
+ msgid "About Us:"
113
+ msgstr ""
114
+
115
+ #: includes/admin/admin.php:60
116
+ #: includes/admin/admin.php:103
117
+ #: languages/vue.php:233
118
+ msgid "About Us"
119
+ msgstr ""
120
+
121
+ #: includes/admin/admin.php:91
122
+ #: includes/admin/admin.php:93
123
+ msgid "Network Settings:"
124
+ msgstr ""
125
+
126
+ #: includes/admin/admin.php:93
127
+ msgid "Network Settings"
128
+ msgstr ""
129
+
130
+ #: includes/admin/admin.php:164
131
+ msgid "MonsterInsights Knowledge Base"
132
+ msgstr ""
133
+
134
+ #: includes/admin/admin.php:164
135
+ msgid "Documentation"
136
+ msgstr ""
137
+
138
+ #: includes/admin/admin.php:169
139
+ #: includes/admin/reports/abstract-report.php:360
140
+ msgid "Get MonsterInsights Pro"
141
+ msgstr ""
142
+
143
+ #: includes/admin/admin.php:175
144
+ #: includes/admin/admin.php:178
145
+ #: languages/vue.php:943
146
+ msgid "Support"
147
+ msgstr ""
148
+
149
+ #: includes/admin/admin.php:241
150
+ msgid "Please rate %sMonsterInsights%s %s on %sWordPress.org%s to help us spread the word. Thank you from the MonsterInsights team!"
151
+ msgstr ""
152
+
153
+ #: includes/admin/admin.php:276
154
+ #: languages/vue.php:1887
155
+ msgid "Please Setup Website Analytics to See Audience Insights"
156
+ msgstr ""
157
+
158
+ #: includes/admin/admin.php:277
159
+ #: languages/vue.php:1893
160
+ msgid "Connect MonsterInsights and Setup Website Analytics"
161
+ msgstr ""
162
+
163
+ #: includes/admin/admin.php:279
164
+ #: languages/vue.php:205
165
+ msgid "Learn More"
166
+ msgstr ""
167
+
168
+ #: includes/admin/admin.php:281
169
+ #: languages/vue.php:1890
170
+ msgid "MonsterInsights, WordPress analytics plugin, helps you connect your website with Google Analytics, so you can see how people find and use your website. Over 2 million website owners use MonsterInsights to see the stats that matter and grow their business."
171
+ msgstr ""
172
+
173
+ #: includes/admin/admin.php:290
174
+ msgid "Warning: No valid license key has been entered for MonsterInsights. You are currently not getting updates, and are not able to view reports. %1$sPlease click here to enter your license key and begin receiving updates and reports.%2$s"
175
+ msgstr ""
176
+
177
+ #: includes/admin/admin.php:300
178
+ msgid "Your license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s"
179
+ msgstr ""
180
+
181
+ #: includes/admin/admin.php:302
182
+ #: languages/vue.php:1240
183
+ msgid "Your license key for MonsterInsights has been disabled. Please use a different key."
184
+ msgstr ""
185
+
186
+ #: includes/admin/admin.php:304
187
+ #: languages/vue.php:1243
188
+ 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."
189
+ msgstr ""
190
+
191
+ #: includes/admin/admin.php:308
192
+ msgid "Your network license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s"
193
+ msgstr ""
194
+
195
+ #: includes/admin/admin.php:310
196
+ msgid "Your network license key for MonsterInsights has been disabled. Please use a different key."
197
+ msgstr ""
198
+
199
+ #: includes/admin/admin.php:312
200
+ msgid "Your network 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."
201
+ msgstr ""
202
+
203
+ #: includes/admin/admin.php:328
204
+ msgid "Your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked.%4$sWordPress will stop supporting your PHP version in April, 2019.%4$sUpdating PHP only takes a few minutes and will make your website significantly faster and more secure.%4$s%2$sLearn more about updating PHP%3$s"
205
+ msgstr ""
206
+
207
+ #: includes/admin/admin.php:335
208
+ msgid "Your site is running an outdated version of WordPress (%1$s).%4$sMonsterInsights will stop supporting WordPress versions lower than 4.6 in April, 2019.%4$sUpdating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install.%4$s%2$sLearn more about updating WordPress%3$s"
209
+ msgstr ""
210
+
211
+ #: includes/admin/admin.php:392
212
+ msgid "Important: You are currently using manual UA code output. We highly recommend %1$sauthenticating with MonsterInsights%2$s so that you can access our new reporting area and take advantage of new MonsterInsights features."
213
+ msgstr ""
214
+
215
+ #: includes/admin/admin.php:434
216
+ #: includes/admin/admin.php:465
217
+ msgid "%1$sGet MonsterInsights Pro%2$s"
218
+ msgstr ""
219
+
220
+ #: includes/admin/admin.php:478
221
+ msgid "Warning: MonsterInsights found cross-domain settings in the custom code field and converted them to the new settings structure. %1$sPlease click here to review and remove the code no longer needed.%2$s"
222
+ msgstr ""
223
+
224
+ #: includes/admin/api-auth.php:85
225
+ msgid "You don't have permission to authenticate MonsterInsights."
226
+ msgstr ""
227
+
228
+ #: includes/admin/api-auth.php:96
229
+ msgid "Cannot authenticate. Please enter a valid, active license key for MonsterInsights Pro into the settings."
230
+ msgstr ""
231
+
232
+ #: includes/admin/api-auth.php:102
233
+ msgid "Cannot authenticate. Please re-authenticate."
234
+ msgstr ""
235
+
236
+ #: includes/admin/api-auth.php:104
237
+ msgid "Cannot network authenticate. Please re-authenticate on the network settings panel."
238
+ msgstr ""
239
+
240
+ #: includes/admin/api-auth.php:240
241
+ msgid "You don't have permission to re-authenticate MonsterInsights."
242
+ msgstr ""
243
+
244
+ #: includes/admin/api-auth.php:251
245
+ msgid "Cannot re-authenticate. Please enter a valid, active license key for MonsterInsights Pro into the settings."
246
+ msgstr ""
247
+
248
+ #: includes/admin/api-auth.php:257
249
+ msgid "Cannot re-authenticate. Please authenticate."
250
+ msgstr ""
251
+
252
+ #: includes/admin/api-auth.php:259
253
+ msgid "Cannot re-authenticate the network. Please authenticate on the network settings panel."
254
+ msgstr ""
255
+
256
+ #: includes/admin/api-auth.php:361
257
+ msgid "You don't have permission to verify MonsterInsights."
258
+ msgstr ""
259
+
260
+ #: includes/admin/api-auth.php:370
261
+ #: includes/admin/api-auth.php:372
262
+ msgid "Cannot verify. Please authenticate."
263
+ msgstr ""
264
+
265
+ #: includes/admin/api-auth.php:378
266
+ msgid "Cannot verify. Please enter a valid, active license key for MonsterInsights Pro into the settings."
267
+ msgstr ""
268
+
269
+ #: includes/admin/api-auth.php:384
270
+ msgid "Successfully verified."
271
+ msgstr ""
272
+
273
+ #: includes/admin/api-auth.php:386
274
+ msgid "Could not verify."
275
+ msgstr ""
276
+
277
+ #: includes/admin/api-auth.php:394
278
+ msgid "Verify auth key not passed"
279
+ msgstr ""
280
+
281
+ #: includes/admin/api-auth.php:416
282
+ msgid "You don't have permission to deauthenticate MonsterInsights."
283
+ msgstr ""
284
+
285
+ #: includes/admin/api-auth.php:425
286
+ #: includes/admin/api-auth.php:427
287
+ msgid "Cannot deauthenticate. You are not currently authed."
288
+ msgstr ""
289
+
290
+ #: includes/admin/api-auth.php:433
291
+ msgid "Cannot deauthenticate. Please enter a valid, active license key for MonsterInsights Pro into the settings."
292
+ msgstr ""
293
+
294
+ #: includes/admin/api-auth.php:441
295
+ msgid "Successfully deauthenticated."
296
+ msgstr ""
297
+
298
+ #: includes/admin/api-auth.php:444
299
+ msgid "Successfully force deauthenticated."
300
+ msgstr ""
301
+
302
+ #: includes/admin/api-auth.php:446
303
+ msgid "Could not deauthenticate."
304
+ msgstr ""
305
+
306
+ #: includes/admin/common.php:748
307
+ 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."
308
+ msgstr ""
309
+
310
+ #: includes/admin/licensing/skin.php:86
311
+ msgid "There was an error installing the addon. Please try again."
312
+ msgstr ""
313
+
314
+ #: includes/admin/licensing/skin.php:94
315
+ msgid "There was an error installing the addon: %s"
316
+ msgstr ""
317
+
318
+ #: includes/admin/notice.php:225
319
+ msgid "Dismiss this notice"
320
+ msgstr ""
321
+
322
+ #: includes/admin/pages/settings.php:89
323
+ msgid "Ooops! It Appears JavaScript Didn’t Load"
324
+ msgstr ""
325
+
326
+ #: includes/admin/pages/settings.php:90
327
+ msgid "There seems to be an issue running JavaScript on your website, which MonsterInsights is crafted in to give you the best experience possible."
328
+ msgstr ""
329
+
330
+ #: includes/admin/pages/settings.php:91
331
+ msgid "If you are using an %sad blocker%s, please disable or whitelist the current page to load MonsterInsights correctly."
332
+ msgstr ""
333
+
334
+ #: includes/admin/pages/settings.php:103
335
+ msgid "Copy the error message above and paste it in a message to the MonsterInsights support team."
336
+ msgstr ""
337
+
338
+ #: includes/admin/pages/settings.php:106
339
+ msgid "Resolve This Issue"
340
+ msgstr ""
341
+
342
+ #: includes/admin/pages/settings.php:110
343
+ msgid "Your browser version is not supported"
344
+ msgstr ""
345
+
346
+ #: includes/admin/pages/settings.php:111
347
+ msgid "You are using a browser which is no longer supported by MonsterInsights. Please update or use another browser in order to access the plugin settings."
348
+ msgstr ""
349
+
350
+ #: includes/admin/pages/settings.php:113
351
+ msgid "View supported browsers"
352
+ msgstr ""
353
+
354
+ #: includes/admin/reports/abstract-report.php:54
355
+ msgid "Access denied"
356
+ msgstr ""
357
+
358
+ #: includes/admin/reports/abstract-report.php:63
359
+ msgid "Please %1$senable the dashboard%2$s to see report data."
360
+ msgstr ""
361
+
362
+ #: includes/admin/reports/abstract-report.php:69
363
+ msgid "The dashboard is disabled."
364
+ msgstr ""
365
+
366
+ #: includes/admin/reports/abstract-report.php:77
367
+ msgid "You do not have an active license. Please %1$scheck your license configuration.%2$s"
368
+ msgstr ""
369
+
370
+ #: includes/admin/reports/abstract-report.php:89
371
+ msgid "Please %1$sauthenticate %2$swith Google Analytics to allow the plugin to fetch data."
372
+ msgstr ""
373
+
374
+ #: includes/admin/reports/abstract-report.php:95
375
+ msgid "The Google oAuth authentication needs to be re-authenticated to view data."
376
+ msgstr ""
377
+
378
+ #: includes/admin/reports/abstract-report.php:122
379
+ msgid "No data found"
380
+ msgstr ""
381
+
382
+ #: includes/admin/reports/abstract-report.php:168
383
+ msgid "Invalid date range."
384
+ msgstr ""
385
+
386
+ #: includes/admin/reports/abstract-report.php:269
387
+ msgid "You must authenticate with MonsterInsights to use reports."
388
+ msgstr ""
389
+
390
+ #: includes/admin/reports/abstract-report.php:318
391
+ msgid "You currently have a %s level license, but this report requires at least a %s level license to view the %s. Please upgrade to view this report."
392
+ msgstr ""
393
+
394
+ #: includes/admin/reports/abstract-report.php:330
395
+ msgid "Ready to Get Analytics Super-Powers?"
396
+ msgstr ""
397
+
398
+ #: includes/admin/reports/abstract-report.php:332
399
+ msgid "(And Crush Your Competition?)"
400
+ msgstr ""
401
+
402
+ #: includes/admin/reports/abstract-report.php:335
403
+ msgid ""
404
+ "Hey there! It looks like you've got the %s license installed on your site.
405
+ "\t\t\t\t\t\t\t\t\t That's awesome! %s"
406
+ msgstr ""
407
+
408
+ #: includes/admin/reports/abstract-report.php:338
409
+ msgid "Do you want to access to %s reporting right now%s in your WordPress Dashboard? That comes with the %s level%s of our paid packages. You'll need to upgrade your license to get instant access."
410
+ msgstr ""
411
+
412
+ #: includes/admin/reports/abstract-report.php:340
413
+ msgid "It's easy! To upgrade, navigate to %sMy Account%s on MonsterInsights.com, go to the licenses tab, and click upgrade. We also have a %sstep by step guide%s with pictures of this process."
414
+ msgstr ""
415
+
416
+ #: includes/admin/reports/abstract-report.php:342
417
+ #: includes/admin/reports/abstract-report.php:351
418
+ msgid "If you have any questions, don't hesitate to reach out. We're here to help."
419
+ msgstr ""
420
+
421
+ #: includes/admin/reports/abstract-report.php:344
422
+ msgid ""
423
+ "Hey there! %s It looks like you've got the free version of MonsterInsights installed on your site.
424
+ "\t\t\t\t\t\t\t\t\t That's awesome!"
425
+ msgstr ""
426
+
427
+ #: includes/admin/reports/abstract-report.php:347
428
+ msgid "Do you you want to access to %s reporting right now%s in your WordPress Dashboard? That comes with %s level%s of our paid packages. To get instant access, you'll want to buy a MonsterInsights license, which also gives you access to powerful addons, expanded reporting (including the ability to use custom date ranges), comprehensive tracking features (like UserID tracking) and access to our world-class support team."
429
+ msgstr ""
430
+
431
+ #: includes/admin/reports/abstract-report.php:349
432
+ msgid "Upgrading is easy! To upgrade, navigate to %sour pricing page%s, purchase the required license, and then follow the %sinstructions in the email receipt%s to upgrade. It only takes a few minutes to unlock the most powerful, yet easy to use analytics tracking system for WordPress."
433
+ msgstr ""
434
+
435
+ #: includes/admin/reports/abstract-report.php:357
436
+ #: languages/vue.php:1322
437
+ msgid "Upgrade Now"
438
+ msgstr ""
439
+
440
+ #: includes/admin/reports/abstract-report.php:394
441
+ msgid "Please ask your webmaster to enable this addon."
442
+ msgstr ""
443
+
444
+ #: includes/admin/reports/overview.php:34
445
+ #: languages/vue.php:208
446
+ msgid "Overview"
447
+ msgstr ""
448
+
449
+ #: includes/admin/review.php:114
450
+ msgid "Are you enjoying MonsterInsights?"
451
+ msgstr ""
452
+
453
+ #: includes/admin/review.php:116
454
+ msgid "Yes"
455
+ msgstr ""
456
+
457
+ #: includes/admin/review.php:117
458
+ msgid "Not Really"
459
+ msgstr ""
460
+
461
+ #: includes/admin/review.php:121
462
+ msgid "We're 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?"
463
+ msgstr ""
464
+
465
+ #: includes/admin/review.php:123
466
+ msgid "Give Feedback"
467
+ msgstr ""
468
+
469
+ #: includes/admin/review.php:124
470
+ msgid "No thanks"
471
+ msgstr ""
472
+
473
+ #: includes/admin/review.php:128
474
+ msgid "That’s 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?"
475
+ msgstr ""
476
+
477
+ #: includes/admin/review.php:129
478
+ msgid "~ Syed Balkhi<br>Co-Founder of MonsterInsights"
479
+ msgstr ""
480
+
481
+ #: includes/admin/review.php:131
482
+ msgid "Ok, you deserve it"
483
+ msgstr ""
484
+
485
+ #: includes/admin/review.php:132
486
+ msgid "Nope, maybe later"
487
+ msgstr ""
488
+
489
+ #: includes/admin/review.php:133
490
+ msgid "I already did"
491
+ msgstr ""
492
+
493
+ #: includes/admin/routes.php:272
494
+ msgid "The most beginner friendly drag & drop WordPress forms plugin allowing you to create beautiful contact forms, subscription forms, payment forms, and more in minutes, not hours!"
495
+ msgstr ""
496
+
497
+ #: includes/admin/routes.php:281
498
+ msgid "Our high-converting optin forms like Exit-Intent® popups, Fullscreen Welcome Mats, and Scroll boxes help you dramatically boost conversions and get more email subscribers."
499
+ msgstr ""
500
+
501
+ #: includes/admin/routes.php:291
502
+ msgid "SMTP (Simple Mail Transfer Protocol) is an industry standard for sending emails. SMTP helps increase email deliverability by using proper authentication"
503
+ msgstr ""
504
+
505
+ #: includes/admin/routes.php:409
506
+ msgid "Invalid UA code"
507
+ msgstr ""
508
+
509
+ #: includes/admin/routes.php:436
510
+ msgid "Please upload a valid .json file"
511
+ msgstr ""
512
+
513
+ #: includes/admin/routes.php:445
514
+ msgid "Please upload a file to import"
515
+ msgstr ""
516
+
517
+ #: includes/admin/routes.php:496
518
+ msgid "You don't have permission to view MonsterInsights reports."
519
+ msgstr ""
520
+
521
+ #: includes/admin/routes.php:508
522
+ msgid "You can't view MonsterInsights reports because you are not licensed."
523
+ msgstr ""
524
+
525
+ #: includes/admin/routes.php:509
526
+ msgid "Add your license"
527
+ msgstr ""
528
+
529
+ #: includes/admin/routes.php:516
530
+ msgid "You can't view MonsterInsights reports due to license key errors."
531
+ msgstr ""
532
+
533
+ #: includes/admin/routes.php:524
534
+ msgid "You must authenticate with MonsterInsights before you can view reports."
535
+ msgstr ""
536
+
537
+ #: includes/admin/routes.php:530
538
+ msgid "Unknown report. Try refreshing and retrying. Contact support if this issue persists."
539
+ msgstr ""
540
+
541
+ #: includes/admin/routes.php:576
542
+ msgid "We encountered an error when fetching the report data."
543
+ msgstr ""
544
+
545
+ #: includes/admin/tracking.php:242
546
+ msgid "Once Weekly"
547
+ msgstr ""
548
+
549
+ #: includes/api-request.php:191
550
+ msgid "The firewall of your server is blocking outbound calls. Please contact your hosting provider to fix this issue. %s"
551
+ msgstr ""
552
+
553
+ #: includes/api-request.php:193
554
+ msgid "The firewall of your server is blocking outbound calls. Please contact your hosting provider to fix this issue."
555
+ msgstr ""
556
+
557
+ #: includes/api-request.php:306
558
+ msgid "The API was unreachable."
559
+ msgstr ""
560
+
561
+ #: includes/api-request.php:310
562
+ msgid "The API returned a <strong>%s</strong> response"
563
+ msgstr ""
564
+
565
+ #: includes/api-request.php:314
566
+ #: includes/api-request.php:318
567
+ msgid "The API returned a <strong>%d</strong> response with this message: <strong>%s</strong>"
568
+ msgstr ""
569
+
570
+ #: includes/api-request.php:326
571
+ msgid "Improper API request."
572
+ msgstr ""
573
+
574
+ #: includes/api-request.php:384
575
+ msgid "Reason: The API was unreachable because the Airplane Mode plugin is active."
576
+ msgstr ""
577
+
578
+ #: includes/api-request.php:397
579
+ msgid "Reason: The API was unreachable because the API url is on the WP HTTP blocklist."
580
+ msgstr ""
581
+
582
+ #: includes/api-request.php:412
583
+ #: includes/api-request.php:434
584
+ msgid "Reason: The API was unreachable because the call to Google failed."
585
+ msgstr ""
586
+
587
+ #: includes/api-request.php:417
588
+ msgid "Reason: The API was unreachable because no external hosts are allowed on this site."
589
+ msgstr ""
590
+
591
+ #: includes/deprecated.php:126
592
+ msgid "%1$s is %3$sdeprecated%4$s since MonsterInsights version %2$s!"
593
+ msgstr ""
594
+
595
+ #: includes/deprecated.php:179
596
+ msgid "%1$s is %3$sdeprecated%4$s since MonsterInsights version %2$s."
597
+ msgstr ""
598
+
599
+ #: includes/frontend/tracking/class-tracking-analytics.php:218
600
+ msgid "Note: MonsterInsights is not currently configured on this site. The site owner needs to authenticate with Google Analytics in the MonsterInsights settings panel."
601
+ msgstr ""
602
+
603
+ #: includes/frontend/tracking/class-tracking-analytics.php:221
604
+ 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."
605
+ msgstr ""
606
+
607
+ #: includes/frontend/tracking/class-tracking-analytics.php:224
608
+ msgid "Note: The site owner has disabled Google Analytics tracking for your user role."
609
+ msgstr ""
610
+
611
+ #: includes/frontend/tracking/class-tracking-analytics.php:304
612
+ msgid "Not running function"
613
+ msgstr ""
614
+
615
+ #: includes/frontend/tracking/class-tracking-analytics.php:304
616
+ msgid "because you are not being tracked."
617
+ msgstr ""
618
+
619
+ #: includes/frontend/tracking/class-tracking-preview.php:77
620
+ msgid "You are currently in a preview window. MonsterInsights doesn't track preview window traffic to avoid false visit reports."
621
+ msgstr ""
622
+
623
+ #: includes/helpers.php:366
624
+ msgid "United States"
625
+ msgstr ""
626
+
627
+ #: includes/helpers.php:367
628
+ msgid "Canada"
629
+ msgstr ""
630
+
631
+ #: includes/helpers.php:368
632
+ msgid "United Kingdom"
633
+ msgstr ""
634
+
635
+ #: includes/helpers.php:369
636
+ msgid "Afghanistan"
637
+ msgstr ""
638
+
639
+ #: includes/helpers.php:370
640
+ msgid "&#197;land Islands"
641
+ msgstr ""
642
+
643
+ #: includes/helpers.php:371
644
+ msgid "Albania"
645
+ msgstr ""
646
+
647
+ #: includes/helpers.php:372
648
+ msgid "Algeria"
649
+ msgstr ""
650
+
651
+ #: includes/helpers.php:373
652
+ msgid "American Samoa"
653
+ msgstr ""
654
+
655
+ #: includes/helpers.php:374
656
+ msgid "Andorra"
657
+ msgstr ""
658
+
659
+ #: includes/helpers.php:375
660
+ msgid "Angola"
661
+ msgstr ""
662
+
663
+ #: includes/helpers.php:376
664
+ msgid "Anguilla"
665
+ msgstr ""
666
+
667
+ #: includes/helpers.php:377
668
+ msgid "Antarctica"
669
+ msgstr ""
670
+
671
+ #: includes/helpers.php:378
672
+ msgid "Antigua and Barbuda"
673
+ msgstr ""
674
+
675
+ #: includes/helpers.php:379
676
+ msgid "Argentina"
677
+ msgstr ""
678
+
679
+ #: includes/helpers.php:380
680
+ msgid "Armenia"
681
+ msgstr ""
682
+
683
+ #: includes/helpers.php:381
684
+ msgid "Aruba"
685
+ msgstr ""
686
+
687
+ #: includes/helpers.php:382
688
+ msgid "Australia"
689
+ msgstr ""
690
+
691
+ #: includes/helpers.php:383
692
+ msgid "Austria"
693
+ msgstr ""
694
+
695
+ #: includes/helpers.php:384
696
+ msgid "Azerbaijan"
697
+ msgstr ""
698
+
699
+ #: includes/helpers.php:385
700
+ msgid "Bahamas"
701
+ msgstr ""
702
+
703
+ #: includes/helpers.php:386
704
+ msgid "Bahrain"
705
+ msgstr ""
706
+
707
+ #: includes/helpers.php:387
708
+ msgid "Bangladesh"
709
+ msgstr ""
710
+
711
+ #: includes/helpers.php:388
712
+ msgid "Barbados"
713
+ msgstr ""
714
+
715
+ #: includes/helpers.php:389
716
+ msgid "Belarus"
717
+ msgstr ""
718
+
719
+ #: includes/helpers.php:390
720
+ msgid "Belgium"
721
+ msgstr ""
722
+
723
+ #: includes/helpers.php:391
724
+ msgid "Belize"
725
+ msgstr ""
726
+
727
+ #: includes/helpers.php:392
728
+ msgid "Benin"
729
+ msgstr ""
730
+
731
+ #: includes/helpers.php:393
732
+ msgid "Bermuda"
733
+ msgstr ""
734
+
735
+ #: includes/helpers.php:394
736
+ msgid "Bhutan"
737
+ msgstr ""
738
+
739
+ #: includes/helpers.php:395
740
+ msgid "Bolivia"
741
+ msgstr ""
742
+
743
+ #: includes/helpers.php:396
744
+ msgid "Bonaire, Saint Eustatius and Saba"
745
+ msgstr ""
746
+
747
+ #: includes/helpers.php:397
748
+ msgid "Bosnia and Herzegovina"
749
+ msgstr ""
750
+
751
+ #: includes/helpers.php:398
752
+ msgid "Botswana"
753
+ msgstr ""
754
+
755
+ #: includes/helpers.php:399
756
+ msgid "Bouvet Island"
757
+ msgstr ""
758
+
759
+ #: includes/helpers.php:400
760
+ msgid "Brazil"
761
+ msgstr ""
762
+
763
+ #: includes/helpers.php:401
764
+ msgid "British Indian Ocean Territory"
765
+ msgstr ""
766
+
767
+ #: includes/helpers.php:402
768
+ msgid "Brunei Darrussalam"
769
+ msgstr ""
770
+
771
+ #: includes/helpers.php:403
772
+ msgid "Bulgaria"
773
+ msgstr ""
774
+
775
+ #: includes/helpers.php:404
776
+ msgid "Burkina Faso"
777
+ msgstr ""
778
+
779
+ #: includes/helpers.php:405
780
+ msgid "Burundi"
781
+ msgstr ""
782
+
783
+ #: includes/helpers.php:406
784
+ msgid "Cambodia"
785
+ msgstr ""
786
+
787
+ #: includes/helpers.php:407
788
+ msgid "Cameroon"
789
+ msgstr ""
790
+
791
+ #: includes/helpers.php:408
792
+ msgid "Cape Verde"
793
+ msgstr ""
794
+
795
+ #: includes/helpers.php:409
796
+ msgid "Cayman Islands"
797
+ msgstr ""
798
+
799
+ #: includes/helpers.php:410
800
+ msgid "Central African Republic"
801
+ msgstr ""
802
+
803
+ #: includes/helpers.php:411
804
+ msgid "Chad"
805
+ msgstr ""
806
+
807
+ #: includes/helpers.php:412
808
+ msgid "Chile"
809
+ msgstr ""
810
+
811
+ #: includes/helpers.php:413
812
+ msgid "China"
813
+ msgstr ""
814
+
815
+ #: includes/helpers.php:414
816
+ msgid "Christmas Island"
817
+ msgstr ""
818
+
819
+ #: includes/helpers.php:415
820
+ msgid "Cocos Islands"
821
+ msgstr ""
822
+
823
+ #: includes/helpers.php:416
824
+ msgid "Colombia"
825
+ msgstr ""
826
+
827
+ #: includes/helpers.php:417
828
+ msgid "Comoros"
829
+ msgstr ""
830
+
831
+ #: includes/helpers.php:418
832
+ msgid "Congo, Democratic People's Republic"
833
+ msgstr ""
834
+
835
+ #: includes/helpers.php:419
836
+ msgid "Congo, Republic of"
837
+ msgstr ""
838
+
839
+ #: includes/helpers.php:420
840
+ msgid "Cook Islands"
841
+ msgstr ""
842
+
843
+ #: includes/helpers.php:421
844
+ msgid "Costa Rica"
845
+ msgstr ""
846
+
847
+ #: includes/helpers.php:422
848
+ msgid "Cote d'Ivoire"
849
+ msgstr ""
850
+
851
+ #: includes/helpers.php:423
852
+ msgid "Croatia/Hrvatska"
853
+ msgstr ""
854
+
855
+ #: includes/helpers.php:424
856
+ msgid "Cuba"
857
+ msgstr ""
858
+
859
+ #: includes/helpers.php:425
860
+ msgid "Cura&Ccedil;ao"
861
+ msgstr ""
862
+
863
+ #: includes/helpers.php:426
864
+ msgid "Cyprus"
865
+ msgstr ""
866
+
867
+ #: includes/helpers.php:427
868
+ msgid "Czechia"
869
+ msgstr ""
870
+
871
+ #: includes/helpers.php:428
872
+ msgid "Denmark"
873
+ msgstr ""
874
+
875
+ #: includes/helpers.php:429
876
+ msgid "Djibouti"
877
+ msgstr ""
878
+
879
+ #: includes/helpers.php:430
880
+ msgid "Dominica"
881
+ msgstr ""
882
+
883
+ #: includes/helpers.php:431
884
+ msgid "Dominican Republic"
885
+ msgstr ""
886
+
887
+ #: includes/helpers.php:432
888
+ msgid "East Timor"
889
+ msgstr ""
890
+
891
+ #: includes/helpers.php:433
892
+ msgid "Ecuador"
893
+ msgstr ""
894
+
895
+ #: includes/helpers.php:434
896
+ msgid "Egypt"
897
+ msgstr ""
898
+
899
+ #: includes/helpers.php:435
900
+ msgid "Equatorial Guinea"
901
+ msgstr ""
902
+
903
+ #: includes/helpers.php:436
904
+ msgid "El Salvador"
905
+ msgstr ""
906
+
907
+ #: includes/helpers.php:437
908
+ msgid "Eritrea"
909
+ msgstr ""
910
+
911
+ #: includes/helpers.php:438
912
+ msgid "Estonia"
913
+ msgstr ""
914
+
915
+ #: includes/helpers.php:439
916
+ msgid "Ethiopia"
917
+ msgstr ""
918
+
919
+ #: includes/helpers.php:440
920
+ msgid "Falkland Islands"
921
+ msgstr ""
922
+
923
+ #: includes/helpers.php:441
924
+ msgid "Faroe Islands"
925
+ msgstr ""
926
+
927
+ #: includes/helpers.php:442
928
+ msgid "Fiji"
929
+ msgstr ""
930
+
931
+ #: includes/helpers.php:443
932
+ msgid "Finland"
933
+ msgstr ""
934
+
935
+ #: includes/helpers.php:444
936
+ msgid "France"
937
+ msgstr ""
938
+
939
+ #: includes/helpers.php:445
940
+ msgid "French Guiana"
941
+ msgstr ""
942
+
943
+ #: includes/helpers.php:446
944
+ msgid "French Polynesia"
945
+ msgstr ""
946
+
947
+ #: includes/helpers.php:447
948
+ msgid "French Southern Territories"
949
+ msgstr ""
950
+
951
+ #: includes/helpers.php:448
952
+ msgid "Gabon"
953
+ msgstr ""
954
+
955
+ #: includes/helpers.php:449
956
+ msgid "Gambia"
957
+ msgstr ""
958
+
959
+ #: includes/helpers.php:450
960
+ msgid "Georgia"
961
+ msgstr ""
962
+
963
+ #: includes/helpers.php:451
964
+ msgid "Germany"
965
+ msgstr ""
966
+
967
+ #: includes/helpers.php:452
968
+ msgid "Greece"
969
+ msgstr ""
970
+
971
+ #: includes/helpers.php:453
972
+ msgid "Ghana"
973
+ msgstr ""
974
+
975
+ #: includes/helpers.php:454
976
+ msgid "Gibraltar"
977
+ msgstr ""
978
+
979
+ #: includes/helpers.php:455
980
+ msgid "Greenland"
981
+ msgstr ""
982
+
983
+ #: includes/helpers.php:456
984
+ msgid "Grenada"
985
+ msgstr ""
986
+
987
+ #: includes/helpers.php:457
988
+ msgid "Guadeloupe"
989
+ msgstr ""
990
+
991
+ #: includes/helpers.php:458
992
+ msgid "Guam"
993
+ msgstr ""
994
+
995
+ #: includes/helpers.php:459
996
+ msgid "Guatemala"
997
+ msgstr ""
998
+
999
+ #: includes/helpers.php:460
1000
+ msgid "Guernsey"
1001
+ msgstr ""
1002
+
1003
+ #: includes/helpers.php:461
1004
+ msgid "Guinea"
1005
+ msgstr ""
1006
+
1007
+ #: includes/helpers.php:462
1008
+ msgid "Guinea-Bissau"
1009
+ msgstr ""
1010
+
1011
+ #: includes/helpers.php:463
1012
+ msgid "Guyana"
1013
+ msgstr ""
1014
+
1015
+ #: includes/helpers.php:464
1016
+ msgid "Haiti"
1017
+ msgstr ""
1018
+
1019
+ #: includes/helpers.php:465
1020
+ msgid "Heard and McDonald Islands"
1021
+ msgstr ""
1022
+
1023
+ #: includes/helpers.php:466
1024
+ msgid "Holy See (City Vatican State)"
1025
+ msgstr ""
1026
+
1027
+ #: includes/helpers.php:467
1028
+ msgid "Honduras"
1029
+ msgstr ""
1030
+
1031
+ #: includes/helpers.php:468
1032
+ msgid "Hong Kong"
1033
+ msgstr ""
1034
+
1035
+ #: includes/helpers.php:469
1036
+ msgid "Hungary"
1037
+ msgstr ""
1038
+
1039
+ #: includes/helpers.php:470
1040
+ msgid "Iceland"
1041
+ msgstr ""
1042
+
1043
+ #: includes/helpers.php:471
1044
+ msgid "India"
1045
+ msgstr ""
1046
+
1047
+ #: includes/helpers.php:472
1048
+ msgid "Indonesia"
1049
+ msgstr ""
1050
+
1051
+ #: includes/helpers.php:473
1052
+ msgid "Iran"
1053
+ msgstr ""
1054
+
1055
+ #: includes/helpers.php:474
1056
+ msgid "Iraq"
1057
+ msgstr ""
1058
+
1059
+ #: includes/helpers.php:475
1060
+ msgid "Ireland"
1061
+ msgstr ""
1062
+
1063
+ #: includes/helpers.php:476
1064
+ msgid "Isle of Man"
1065
+ msgstr ""
1066
+
1067
+ #: includes/helpers.php:477
1068
+ msgid "Israel"
1069
+ msgstr ""
1070
+
1071
+ #: includes/helpers.php:478
1072
+ msgid "Italy"
1073
+ msgstr ""
1074
+
1075
+ #: includes/helpers.php:479
1076
+ msgid "Jamaica"
1077
+ msgstr ""
1078
+
1079
+ #: includes/helpers.php:480
1080
+ msgid "Japan"
1081
+ msgstr ""
1082
+
1083
+ #: includes/helpers.php:481
1084
+ msgid "Jersey"
1085
+ msgstr ""
1086
+
1087
+ #: includes/helpers.php:482
1088
+ msgid "Jordan"
1089
+ msgstr ""
1090
+
1091
+ #: includes/helpers.php:483
1092
+ msgid "Kazakhstan"
1093
+ msgstr ""
1094
+
1095
+ #: includes/helpers.php:484
1096
+ msgid "Kenya"
1097
+ msgstr ""
1098
+
1099
+ #: includes/helpers.php:485
1100
+ msgid "Kiribati"
1101
+ msgstr ""
1102
+
1103
+ #: includes/helpers.php:486
1104
+ msgid "Kuwait"
1105
+ msgstr ""
1106
+
1107
+ #: includes/helpers.php:487
1108
+ msgid "Kyrgyzstan"
1109
+ msgstr ""
1110
+
1111
+ #: includes/helpers.php:488
1112
+ msgid "Lao People's Democratic Republic"
1113
+ msgstr ""
1114
+
1115
+ #: includes/helpers.php:489
1116
+ msgid "Latvia"
1117
+ msgstr ""
1118
+
1119
+ #: includes/helpers.php:490
1120
+ msgid "Lebanon"
1121
+ msgstr ""
1122
+
1123
+ #: includes/helpers.php:491
1124
+ msgid "Lesotho"
1125
+ msgstr ""
1126
+
1127
+ #: includes/helpers.php:492
1128
+ msgid "Liberia"
1129
+ msgstr ""
1130
+
1131
+ #: includes/helpers.php:493
1132
+ msgid "Libyan Arab Jamahiriya"
1133
+ msgstr ""
1134
+
1135
+ #: includes/helpers.php:494
1136
+ msgid "Liechtenstein"
1137
+ msgstr ""
1138
+
1139
+ #: includes/helpers.php:495
1140
+ msgid "Lithuania"
1141
+ msgstr ""
1142
+
1143
+ #: includes/helpers.php:496
1144
+ msgid "Luxembourg"
1145
+ msgstr ""
1146
+
1147
+ #: includes/helpers.php:497
1148
+ msgid "Macau"
1149
+ msgstr ""
1150
+
1151
+ #: includes/helpers.php:498
1152
+ msgid "Macedonia (FYROM)"
1153
+ msgstr ""
1154
+
1155
+ #: includes/helpers.php:499
1156
+ msgid "Madagascar"
1157
+ msgstr ""
1158
+
1159
+ #: includes/helpers.php:500
1160
+ msgid "Malawi"
1161
+ msgstr ""
1162
+
1163
+ #: includes/helpers.php:501
1164
+ msgid "Malaysia"
1165
+ msgstr ""
1166
+
1167
+ #: includes/helpers.php:502
1168
+ msgid "Maldives"
1169
+ msgstr ""
1170
+
1171
+ #: includes/helpers.php:503
1172
+ msgid "Mali"
1173
+ msgstr ""
1174
+
1175
+ #: includes/helpers.php:504
1176
+ msgid "Malta"
1177
+ msgstr ""
1178
+
1179
+ #: includes/helpers.php:505
1180
+ msgid "Marshall Islands"
1181
+ msgstr ""
1182
+
1183
+ #: includes/helpers.php:506
1184
+ msgid "Martinique"
1185
+ msgstr ""
1186
+
1187
+ #: includes/helpers.php:507
1188
+ msgid "Mauritania"
1189
+ msgstr ""
1190
+
1191
+ #: includes/helpers.php:508
1192
+ msgid "Mauritius"
1193
+ msgstr ""
1194
+
1195
+ #: includes/helpers.php:509
1196
+ msgid "Mayotte"
1197
+ msgstr ""
1198
+
1199
+ #: includes/helpers.php:510
1200
+ msgid "Mexico"
1201
+ msgstr ""
1202
+
1203
+ #: includes/helpers.php:511
1204
+ msgid "Micronesia"
1205
+ msgstr ""
1206
+
1207
+ #: includes/helpers.php:512
1208
+ msgid "Moldova, Republic of"
1209
+ msgstr ""
1210
+
1211
+ #: includes/helpers.php:513
1212
+ msgid "Monaco"
1213
+ msgstr ""
1214
+
1215
+ #: includes/helpers.php:514
1216
+ msgid "Mongolia"
1217
+ msgstr ""
1218
+
1219
+ #: includes/helpers.php:515
1220
+ msgid "Montenegro"
1221
+ msgstr ""
1222
+
1223
+ #: includes/helpers.php:516
1224
+ msgid "Montserrat"
1225
+ msgstr ""
1226
+
1227
+ #: includes/helpers.php:517
1228
+ msgid "Morocco"
1229
+ msgstr ""
1230
+
1231
+ #: includes/helpers.php:518
1232
+ msgid "Mozambique"
1233
+ msgstr ""
1234
+
1235
+ #: includes/helpers.php:519
1236
+ msgid "Myanmar"
1237
+ msgstr ""
1238
+
1239
+ #: includes/helpers.php:520
1240
+ msgid "Namibia"
1241
+ msgstr ""
1242
+
1243
+ #: includes/helpers.php:521
1244
+ msgid "Nauru"
1245
+ msgstr ""
1246
+
1247
+ #: includes/helpers.php:522
1248
+ msgid "Nepal"
1249
+ msgstr ""
1250
+
1251
+ #: includes/helpers.php:523
1252
+ msgid "Netherlands"
1253
+ msgstr ""
1254
+
1255
+ #: includes/helpers.php:524
1256
+ msgid "Netherlands Antilles"
1257
+ msgstr ""
1258
+
1259
+ #: includes/helpers.php:525
1260
+ msgid "New Caledonia"
1261
+ msgstr ""
1262
+
1263
+ #: includes/helpers.php:526
1264
+ msgid "New Zealand"
1265
+ msgstr ""
1266
+
1267
+ #: includes/helpers.php:527
1268
+ msgid "Nicaragua"
1269
+ msgstr ""
1270
+
1271
+ #: includes/helpers.php:528
1272
+ msgid "Niger"
1273
+ msgstr ""
1274
+
1275
+ #: includes/helpers.php:529
1276
+ msgid "Nigeria"
1277
+ msgstr ""
1278
+
1279
+ #: includes/helpers.php:530
1280
+ msgid "Niue"
1281
+ msgstr ""
1282
+
1283
+ #: includes/helpers.php:531
1284
+ msgid "Norfolk Island"
1285
+ msgstr ""
1286
+
1287
+ #: includes/helpers.php:532
1288
+ msgid "North Korea"
1289
+ msgstr ""
1290
+
1291
+ #: includes/helpers.php:533
1292
+ msgid "Northern Mariana Islands"
1293
+ msgstr ""
1294
+
1295
+ #: includes/helpers.php:534
1296
+ msgid "Norway"
1297
+ msgstr ""
1298
+
1299
+ #: includes/helpers.php:535
1300
+ msgid "Oman"
1301
+ msgstr ""
1302
+
1303
+ #: includes/helpers.php:536
1304
+ msgid "Pakistan"
1305
+ msgstr ""
1306
+
1307
+ #: includes/helpers.php:537
1308
+ msgid "Palau"
1309
+ msgstr ""
1310
+
1311
+ #: includes/helpers.php:538
1312
+ msgid "Palestinian Territories"
1313
+ msgstr ""
1314
+
1315
+ #: includes/helpers.php:539
1316
+ msgid "Panama"
1317
+ msgstr ""
1318
+
1319
+ #: includes/helpers.php:540
1320
+ msgid "Papua New Guinea"
1321
+ msgstr ""
1322
+
1323
+ #: includes/helpers.php:541
1324
+ msgid "Paraguay"
1325
+ msgstr ""
1326
+
1327
+ #: includes/helpers.php:542
1328
+ msgid "Peru"
1329
+ msgstr ""
1330
+
1331
+ #: includes/helpers.php:543
1332
+ msgid "Philippines"
1333
+ msgstr ""
1334
+
1335
+ #: includes/helpers.php:544
1336
+ msgid "Pitcairn Island"
1337
+ msgstr ""
1338
+
1339
+ #: includes/helpers.php:545
1340
+ msgid "Poland"
1341
+ msgstr ""
1342
+
1343
+ #: includes/helpers.php:546
1344
+ msgid "Portugal"
1345
+ msgstr ""
1346
+
1347
+ #: includes/helpers.php:547
1348
+ msgid "Puerto Rico"
1349
+ msgstr ""
1350
+
1351
+ #: includes/helpers.php:548
1352
+ msgid "Qatar"
1353
+ msgstr ""
1354
+
1355
+ #: includes/helpers.php:549
1356
+ msgid "Republic of Kosovo"
1357
+ msgstr ""
1358
+
1359
+ #: includes/helpers.php:550
1360
+ msgid "Reunion Island"
1361
+ msgstr ""
1362
+
1363
+ #: includes/helpers.php:551
1364
+ msgid "Romania"
1365
+ msgstr ""
1366
+
1367
+ #: includes/helpers.php:552
1368
+ msgid "Russian Federation"
1369
+ msgstr ""
1370
+
1371
+ #: includes/helpers.php:553
1372
+ msgid "Rwanda"
1373
+ msgstr ""
1374
+
1375
+ #: includes/helpers.php:554
1376
+ msgid "Saint Barth&eacute;lemy"
1377
+ msgstr ""
1378
+
1379
+ #: includes/helpers.php:555
1380
+ msgid "Saint Helena"
1381
+ msgstr ""
1382
+
1383
+ #: includes/helpers.php:556
1384
+ msgid "Saint Kitts and Nevis"
1385
+ msgstr ""
1386
+
1387
+ #: includes/helpers.php:557
1388
+ msgid "Saint Lucia"
1389
+ msgstr ""
1390
+
1391
+ #: includes/helpers.php:558
1392
+ msgid "Saint Martin (French)"
1393
+ msgstr ""
1394
+
1395
+ #: includes/helpers.php:559
1396
+ msgid "Saint Martin (Dutch)"
1397
+ msgstr ""
1398
+
1399
+ #: includes/helpers.php:560
1400
+ msgid "Saint Pierre and Miquelon"
1401
+ msgstr ""
1402
+
1403
+ #: includes/helpers.php:561
1404
+ msgid "Saint Vincent and the Grenadines"
1405
+ msgstr ""
1406
+
1407
+ #: includes/helpers.php:562
1408
+ msgid "San Marino"
1409
+ msgstr ""
1410
+
1411
+ #: includes/helpers.php:563
1412
+ msgid "S&atilde;o Tom&eacute; and Pr&iacute;ncipe"
1413
+ msgstr ""
1414
+
1415
+ #: includes/helpers.php:564
1416
+ msgid "Saudi Arabia"
1417
+ msgstr ""
1418
+
1419
+ #: includes/helpers.php:565
1420
+ msgid "Senegal"
1421
+ msgstr ""
1422
+
1423
+ #: includes/helpers.php:566
1424
+ msgid "Serbia"
1425
+ msgstr ""
1426
+
1427
+ #: includes/helpers.php:567
1428
+ msgid "Seychelles"
1429
+ msgstr ""
1430
+
1431
+ #: includes/helpers.php:568
1432
+ msgid "Sierra Leone"
1433
+ msgstr ""
1434
+
1435
+ #: includes/helpers.php:569
1436
+ msgid "Singapore"
1437
+ msgstr ""
1438
+
1439
+ #: includes/helpers.php:570
1440
+ msgid "Slovak Republic"
1441
+ msgstr ""
1442
+
1443
+ #: includes/helpers.php:571
1444
+ msgid "Slovenia"
1445
+ msgstr ""
1446
+
1447
+ #: includes/helpers.php:572
1448
+ msgid "Solomon Islands"
1449
+ msgstr ""
1450
+
1451
+ #: includes/helpers.php:573
1452
+ msgid "Somalia"
1453
+ msgstr ""
1454
+
1455
+ #: includes/helpers.php:574
1456
+ msgid "South Africa"
1457
+ msgstr ""
1458
+
1459
+ #: includes/helpers.php:575
1460
+ msgid "South Georgia"
1461
+ msgstr ""
1462
+
1463
+ #: includes/helpers.php:576
1464
+ msgid "South Korea"
1465
+ msgstr ""
1466
+
1467
+ #: includes/helpers.php:577
1468
+ msgid "South Sudan"
1469
+ msgstr ""
1470
+
1471
+ #: includes/helpers.php:578
1472
+ msgid "Spain"
1473
+ msgstr ""
1474
+
1475
+ #: includes/helpers.php:579
1476
+ msgid "Sri Lanka"
1477
+ msgstr ""
1478
+
1479
+ #: includes/helpers.php:580
1480
+ msgid "Sudan"
1481
+ msgstr ""
1482
+
1483
+ #: includes/helpers.php:581
1484
+ msgid "Suriname"
1485
+ msgstr ""
1486
+
1487
+ #: includes/helpers.php:582
1488
+ msgid "Svalbard and Jan Mayen Islands"
1489
+ msgstr ""
1490
+
1491
+ #: includes/helpers.php:583
1492
+ msgid "Swaziland"
1493
+ msgstr ""
1494
+
1495
+ #: includes/helpers.php:584
1496
+ msgid "Sweden"
1497
+ msgstr ""
1498
+
1499
+ #: includes/helpers.php:585
1500
+ msgid "Switzerland"
1501
+ msgstr ""
1502
+
1503
+ #: includes/helpers.php:586
1504
+ msgid "Syrian Arab Republic"
1505
+ msgstr ""
1506
+
1507
+ #: includes/helpers.php:587
1508
+ msgid "Taiwan"
1509
+ msgstr ""
1510
+
1511
+ #: includes/helpers.php:588
1512
+ msgid "Tajikistan"
1513
+ msgstr ""
1514
+
1515
+ #: includes/helpers.php:589
1516
+ msgid "Tanzania"
1517
+ msgstr ""
1518
+
1519
+ #: includes/helpers.php:590
1520
+ msgid "Thailand"
1521
+ msgstr ""
1522
+
1523
+ #: includes/helpers.php:591
1524
+ msgid "Timor-Leste"
1525
+ msgstr ""
1526
+
1527
+ #: includes/helpers.php:592
1528
+ msgid "Togo"
1529
+ msgstr ""
1530
+
1531
+ #: includes/helpers.php:593
1532
+ msgid "Tokelau"
1533
+ msgstr ""
1534
+
1535
+ #: includes/helpers.php:594
1536
+ msgid "Tonga"
1537
+ msgstr ""
1538
+
1539
+ #: includes/helpers.php:595
1540
+ msgid "Trinidad and Tobago"
1541
+ msgstr ""
1542
+
1543
+ #: includes/helpers.php:596
1544
+ msgid "Tunisia"
1545
+ msgstr ""
1546
+
1547
+ #: includes/helpers.php:597
1548
+ msgid "Turkey"
1549
+ msgstr ""
1550
+
1551
+ #: includes/helpers.php:598
1552
+ msgid "Turkmenistan"
1553
+ msgstr ""
1554
+
1555
+ #: includes/helpers.php:599
1556
+ msgid "Turks and Caicos Islands"
1557
+ msgstr ""
1558
+
1559
+ #: includes/helpers.php:600
1560
+ msgid "Tuvalu"
1561
+ msgstr ""
1562
+
1563
+ #: includes/helpers.php:601
1564
+ msgid "Uganda"
1565
+ msgstr ""
1566
+
1567
+ #: includes/helpers.php:602
1568
+ msgid "Ukraine"
1569
+ msgstr ""
1570
+
1571
+ #: includes/helpers.php:603
1572
+ msgid "United Arab Emirates"
1573
+ msgstr ""
1574
+
1575
+ #: includes/helpers.php:604
1576
+ msgid "Uruguay"
1577
+ msgstr ""
1578
+
1579
+ #: includes/helpers.php:605
1580
+ msgid "US Minor Outlying Islands"
1581
+ msgstr ""
1582
+
1583
+ #: includes/helpers.php:606
1584
+ msgid "Uzbekistan"
1585
+ msgstr ""
1586
+
1587
+ #: includes/helpers.php:607
1588
+ msgid "Vanuatu"
1589
+ msgstr ""
1590
+
1591
+ #: includes/helpers.php:608
1592
+ msgid "Venezuela"
1593
+ msgstr ""
1594
+
1595
+ #: includes/helpers.php:609
1596
+ msgid "Vietnam"
1597
+ msgstr ""
1598
+
1599
+ #: includes/helpers.php:610
1600
+ msgid "Virgin Islands (British)"
1601
+ msgstr ""
1602
+
1603
+ #: includes/helpers.php:611
1604
+ msgid "Virgin Islands (USA)"
1605
+ msgstr ""
1606
+
1607
+ #: includes/helpers.php:612
1608
+ msgid "Wallis and Futuna Islands"
1609
+ msgstr ""
1610
+
1611
+ #: includes/helpers.php:613
1612
+ msgid "Western Sahara"
1613
+ msgstr ""
1614
+
1615
+ #: includes/helpers.php:614
1616
+ msgid "Western Samoa"
1617
+ msgstr ""
1618
+
1619
+ #: includes/helpers.php:615
1620
+ msgid "Yemen"
1621
+ msgstr ""
1622
+
1623
+ #: includes/helpers.php:616
1624
+ msgid "Zambia"
1625
+ msgstr ""
1626
+
1627
+ #: includes/helpers.php:617
1628
+ msgid "Zimbabwe"
1629
+ msgstr ""
1630
+
1631
+ #. Translators: The placeholders are for making the "We noticed you're using a caching plugin" text bold.
1632
+ #: includes/helpers.php:1204
1633
+ msgid "%1$sWe noticed you're using a caching plugin or caching from your hosting provider.%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."
1634
+ msgstr ""
1635
+
1636
+ #. Translators: The placeholders are for making the "We have detected multiple tracking codes" text bold & adding a link to support.
1637
+ #: includes/helpers.php:1206
1638
+ msgid "%1$sWe have detected multiple tracking codes%2$s! You should remove non-MonsterInsights ones. If you need help finding them please %3$sread this article%4$s."
1639
+ msgstr ""
1640
+
1641
+ #: languages/vue.php:5
1642
+ msgid "Refreshing Report"
1643
+ msgstr ""
1644
+
1645
+ #: languages/vue.php:8
1646
+ msgid "Loading new report data..."
1647
+ msgstr ""
1648
+
1649
+ #: languages/vue.php:11
1650
+ msgid "Error"
1651
+ msgstr ""
1652
+
1653
+ #: languages/vue.php:15
1654
+ msgid "Please try again."
1655
+ msgstr ""
1656
+
1657
+ #: languages/vue.php:18
1658
+ msgid "Unlock the Publishers Report and Focus on the Content that Matters"
1659
+ msgstr ""
1660
+
1661
+ #: languages/vue.php:21
1662
+ 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."
1663
+ msgstr ""
1664
+
1665
+ #: languages/vue.php:24
1666
+ msgid "Unlock the Publishers Report and Focus on the Content That Matters"
1667
+ msgstr ""
1668
+
1669
+ #: languages/vue.php:27
1670
+ 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."
1671
+ msgstr ""
1672
+
1673
+ #: languages/vue.php:30
1674
+ msgid "See Your Top Landing Pages to Improve Enagement"
1675
+ msgstr ""
1676
+
1677
+ #: languages/vue.php:33
1678
+ msgid "See Your Top Exit Pages to Reduce Abandonment"
1679
+ msgstr ""
1680
+
1681
+ #: languages/vue.php:36
1682
+ msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
1683
+ msgstr ""
1684
+
1685
+ #: languages/vue.php:39
1686
+ msgid "See Your Top Affiliate Links and Focus on what's working"
1687
+ msgstr ""
1688
+
1689
+ #: languages/vue.php:42
1690
+ msgid "See Your Top Downloads and Improve Conversions"
1691
+ msgstr ""
1692
+
1693
+ #: languages/vue.php:45
1694
+ msgid "See Audience Demographic Report ( Age / Gender / Interests )"
1695
+ msgstr ""
1696
+
1697
+ #: languages/vue.php:48
1698
+ msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
1699
+ msgstr ""
1700
+
1701
+ #: languages/vue.php:51
1702
+ 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."
1703
+ msgstr ""
1704
+
1705
+ #: languages/vue.php:54
1706
+ msgid "See Your Conversion Rate to Improve Funnel"
1707
+ msgstr ""
1708
+
1709
+ #: languages/vue.php:57
1710
+ msgid "See The Number of Transactions and make data-driven decisions"
1711
+ msgstr ""
1712
+
1713
+ #: languages/vue.php:60
1714
+ msgid "See The Total Revenue to Track Growth"
1715
+ msgstr ""
1716
+
1717
+ #: languages/vue.php:63
1718
+ msgid "See Average Order Value to Find Offer Opportunities"
1719
+ msgstr ""
1720
+
1721
+ #: languages/vue.php:66
1722
+ msgid "See Your Top Products to See Individual Performance"
1723
+ msgstr ""
1724
+
1725
+ #: languages/vue.php:69
1726
+ msgid "See Your Top Conversion Sources and Focus on what's working"
1727
+ msgstr ""
1728
+
1729
+ #: languages/vue.php:72
1730
+ msgid "See The Time it takes for Customers to Purchase"
1731
+ msgstr ""
1732
+
1733
+ #: languages/vue.php:75
1734
+ msgid "See How Many Sessions are needed for a Purchase"
1735
+ msgstr ""
1736
+
1737
+ #: languages/vue.php:78
1738
+ msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
1739
+ msgstr ""
1740
+
1741
+ #: languages/vue.php:81
1742
+ 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."
1743
+ msgstr ""
1744
+
1745
+ #: languages/vue.php:84
1746
+ msgid "See Which Authors Generate the Most Traffic"
1747
+ msgstr ""
1748
+
1749
+ #: languages/vue.php:87
1750
+ msgid "See Which Post Types Perform Better"
1751
+ msgstr ""
1752
+
1753
+ #: languages/vue.php:90
1754
+ msgid "See Which Categories are the Most Popular"
1755
+ msgstr ""
1756
+
1757
+ #: languages/vue.php:93
1758
+ msgid "See Your Blog's most populare SEO Scores"
1759
+ msgstr ""
1760
+
1761
+ #: languages/vue.php:96
1762
+ msgid "See Which Focus Keyword is Performing Better in Search Engines"
1763
+ msgstr ""
1764
+
1765
+ #: languages/vue.php:99
1766
+ msgid "Unlock the Forms Report and Improve Conversions"
1767
+ msgstr ""
1768
+
1769
+ #: languages/vue.php:102
1770
+ 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."
1771
+ msgstr ""
1772
+
1773
+ #: languages/vue.php:105
1774
+ msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
1775
+ msgstr ""
1776
+
1777
+ #: languages/vue.php:108
1778
+ msgid "See Your Top Converting Forms and Optimize"
1779
+ msgstr ""
1780
+
1781
+ #: languages/vue.php:111
1782
+ msgid "See Your Forms Impressions Count to Find the Best Placement"
1783
+ msgstr ""
1784
+
1785
+ #: languages/vue.php:114
1786
+ msgid "Unlock the Search Console Report and See How People Find Your Website"
1787
+ msgstr ""
1788
+
1789
+ #: languages/vue.php:117
1790
+ msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
1791
+ msgstr ""
1792
+
1793
+ #: languages/vue.php:120
1794
+ msgid "See Your Top Google Search Terms and Optimize Content"
1795
+ msgstr ""
1796
+
1797
+ #: languages/vue.php:123
1798
+ msgid "See The Number of Clicks and Track Interests"
1799
+ msgstr ""
1800
+
1801
+ #: languages/vue.php:126
1802
+ msgid "See The Click-Through-Ratio and Improve SEO"
1803
+ msgstr ""
1804
+
1805
+ #: languages/vue.php:129
1806
+ msgid "See The Average Results Position and Focus on what works"
1807
+ msgstr ""
1808
+
1809
+ #: languages/vue.php:132
1810
+ msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
1811
+ msgstr ""
1812
+
1813
+ #: languages/vue.php:135
1814
+ 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."
1815
+ msgstr ""
1816
+
1817
+ #: languages/vue.php:138
1818
+ msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
1819
+ msgstr ""
1820
+
1821
+ #: languages/vue.php:141
1822
+ msgid "See Your Top Pages Immediately After Making Changes"
1823
+ msgstr ""
1824
+
1825
+ #: languages/vue.php:144
1826
+ msgid "See Your Top Referral Sources and Adapt Faster"
1827
+ msgstr ""
1828
+
1829
+ #: languages/vue.php:147
1830
+ msgid "See Your Traffic Demographics and "
1831
+ msgstr ""
1832
+
1833
+ #: languages/vue.php:150
1834
+ msgid "Get Fresh Reports Data Every 60 Seconds"
1835
+ msgstr ""
1836
+
1837
+ #: languages/vue.php:153
1838
+ msgid "Overview Report"
1839
+ msgstr ""
1840
+
1841
+ #: languages/vue.php:156
1842
+ msgid "Loading Settings"
1843
+ msgstr ""
1844
+
1845
+ #: languages/vue.php:159
1846
+ msgid "Saving Changes..."
1847
+ msgstr ""
1848
+
1849
+ #: languages/vue.php:162
1850
+ msgid "Settings Updated"
1851
+ msgstr ""
1852
+
1853
+ #: languages/vue.php:165
1854
+ msgid "Could Not Save Changes"
1855
+ msgstr ""
1856
+
1857
+ #: languages/vue.php:171
1858
+ msgid "Congratulations! "
1859
+ msgstr ""
1860
+
1861
+ #: languages/vue.php:174
1862
+ msgid "You Successfully Unlocked the most powerful Analytics plugin"
1863
+ msgstr ""
1864
+
1865
+ #: languages/vue.php:177
1866
+ msgid "Publishers Report"
1867
+ msgstr ""
1868
+
1869
+ #: languages/vue.php:180
1870
+ msgid "eCommerce Report"
1871
+ msgstr ""
1872
+
1873
+ #: languages/vue.php:183
1874
+ msgid "Search Console Report"
1875
+ msgstr ""
1876
+
1877
+ #: languages/vue.php:186
1878
+ msgid "Dimensions Report"
1879
+ msgstr ""
1880
+
1881
+ #: languages/vue.php:190
1882
+ msgid "Forms Report"
1883
+ msgstr ""
1884
+
1885
+ #: languages/vue.php:193
1886
+ msgid "Real-Time Report"
1887
+ msgstr ""
1888
+
1889
+ #: languages/vue.php:196
1890
+ msgid "Recommended Plugin: %s"
1891
+ msgstr ""
1892
+
1893
+ #: languages/vue.php:199
1894
+ msgid "Install"
1895
+ msgstr ""
1896
+
1897
+ #: languages/vue.php:202
1898
+ msgid "Activate"
1899
+ msgstr ""
1900
+
1901
+ #: languages/vue.php:211
1902
+ #: lite/includes/admin/reports/report-publisher.php:22
1903
+ msgid "Publishers"
1904
+ msgstr ""
1905
+
1906
+ #: languages/vue.php:214
1907
+ #: lite/includes/admin/reports/report-ecommerce.php:22
1908
+ msgid "eCommerce"
1909
+ msgstr ""
1910
+
1911
+ #: languages/vue.php:217
1912
+ #: lite/includes/admin/reports/report-queries.php:22
1913
+ msgid "Search Console"
1914
+ msgstr ""
1915
+
1916
+ #: languages/vue.php:220
1917
+ #: lite/includes/admin/reports/report-dimensions.php:22
1918
+ msgid "Dimensions"
1919
+ msgstr ""
1920
+
1921
+ #: languages/vue.php:223
1922
+ #: lite/includes/admin/reports/report-forms.php:22
1923
+ msgid "Forms"
1924
+ msgstr ""
1925
+
1926
+ #: languages/vue.php:226
1927
+ msgid "Real-Time"
1928
+ msgstr ""
1929
+
1930
+ #: languages/vue.php:229
1931
+ msgid "Loading settings"
1932
+ msgstr ""
1933
+
1934
+ #: languages/vue.php:237
1935
+ msgid "Getting Started"
1936
+ msgstr ""
1937
+
1938
+ #: languages/vue.php:241
1939
+ msgid "Lite vs Pro"
1940
+ msgstr ""
1941
+
1942
+ #: languages/vue.php:244
1943
+ msgid "General"
1944
+ msgstr ""
1945
+
1946
+ #: languages/vue.php:247
1947
+ msgid "Engagement"
1948
+ msgstr ""
1949
+
1950
+ #: languages/vue.php:250
1951
+ msgid "Publisher"
1952
+ msgstr ""
1953
+
1954
+ #: languages/vue.php:253
1955
+ msgid "Conversions"
1956
+ msgstr ""
1957
+
1958
+ #: languages/vue.php:256
1959
+ msgid "Advanced"
1960
+ msgstr ""
1961
+
1962
+ #: languages/vue.php:259
1963
+ msgid "URL Builder"
1964
+ msgstr ""
1965
+
1966
+ #: languages/vue.php:262
1967
+ msgid "Import Export"
1968
+ msgstr ""
1969
+
1970
+ #: languages/vue.php:265
1971
+ msgid "Time to Purchase"
1972
+ msgstr ""
1973
+
1974
+ #: languages/vue.php:268
1975
+ msgid "This list shows how many days from first visit it took users to purchase products from your site."
1976
+ msgstr ""
1977
+
1978
+ #: languages/vue.php:271
1979
+ msgid "Sessions to Purchase"
1980
+ msgstr ""
1981
+
1982
+ #: languages/vue.php:274
1983
+ msgid "This list shows the number of sessions it took users before they purchased a product from your website."
1984
+ msgstr ""
1985
+
1986
+ #: languages/vue.php:277
1987
+ msgid "Top Posts/Pages"
1988
+ msgstr ""
1989
+
1990
+ #: languages/vue.php:280
1991
+ msgid "This list shows the most viewed posts and pages on your website."
1992
+ msgstr ""
1993
+
1994
+ #: languages/vue.php:283
1995
+ msgid "New vs. Returning Visitors"
1996
+ msgstr ""
1997
+
1998
+ #: languages/vue.php:286
1999
+ msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
2000
+ msgstr ""
2001
+
2002
+ #: languages/vue.php:289
2003
+ msgid "Device Breakdown"
2004
+ msgstr ""
2005
+
2006
+ #: languages/vue.php:292
2007
+ 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."
2008
+ msgstr ""
2009
+
2010
+ #: languages/vue.php:295
2011
+ msgid "Top Landing Pages"
2012
+ msgstr ""
2013
+
2014
+ #: languages/vue.php:298
2015
+ msgid "This list shows the top pages users first land on when visiting your website."
2016
+ msgstr ""
2017
+
2018
+ #: languages/vue.php:301
2019
+ msgid "Top Exit Pages"
2020
+ msgstr ""
2021
+
2022
+ #: languages/vue.php:304
2023
+ msgid "This list shows the top pages users exit your website from."
2024
+ msgstr ""
2025
+
2026
+ #: languages/vue.php:307
2027
+ msgid "Top Outbound Links"
2028
+ msgstr ""
2029
+
2030
+ #: languages/vue.php:310
2031
+ msgid "This list shows the top links clicked on your website that go to another website."
2032
+ msgstr ""
2033
+
2034
+ #: languages/vue.php:313
2035
+ msgid "Top Affiliate Links"
2036
+ msgstr ""
2037
+
2038
+ #: languages/vue.php:316
2039
+ msgid "This list shows the top affiliate links your visitors clicked on."
2040
+ msgstr ""
2041
+
2042
+ #: languages/vue.php:319
2043
+ msgid "Top Download Links"
2044
+ msgstr ""
2045
+
2046
+ #: languages/vue.php:322
2047
+ msgid "This list shows the download links your visitors clicked the most."
2048
+ msgstr ""
2049
+
2050
+ #: languages/vue.php:325
2051
+ msgid "Top Products"
2052
+ msgstr ""
2053
+
2054
+ #: languages/vue.php:328
2055
+ msgid "This list shows the top selling products on your website."
2056
+ msgstr ""
2057
+
2058
+ #: languages/vue.php:331
2059
+ msgid "Top Conversion Sources"
2060
+ msgstr ""
2061
+
2062
+ #: languages/vue.php:334
2063
+ msgid "This list shows the top referral websites in terms of product revenue."
2064
+ msgstr ""
2065
+
2066
+ #: languages/vue.php:337
2067
+ msgid "Total Add/Remove"
2068
+ msgstr ""
2069
+
2070
+ #: languages/vue.php:340
2071
+ msgid "Exit Setup"
2072
+ msgstr ""
2073
+
2074
+ #: languages/vue.php:343
2075
+ msgid "Yikes! PHP Update Required"
2076
+ msgstr ""
2077
+
2078
+ #: languages/vue.php:346
2079
+ 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."
2080
+ msgstr ""
2081
+
2082
+ #: languages/vue.php:349
2083
+ msgid "Learn more about updating PHP"
2084
+ msgstr ""
2085
+
2086
+ #: languages/vue.php:352
2087
+ msgid "Yikes! WordPress Update Required"
2088
+ msgstr ""
2089
+
2090
+ #: languages/vue.php:355
2091
+ 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."
2092
+ msgstr ""
2093
+
2094
+ #: languages/vue.php:358
2095
+ msgid "Learn more about updating WordPress"
2096
+ msgstr ""
2097
+
2098
+ #: languages/vue.php:361
2099
+ msgid "Powered by MonsterInsights"
2100
+ msgstr ""
2101
+
2102
+ #: languages/vue.php:364
2103
+ msgid "Save Changes"
2104
+ msgstr ""
2105
+
2106
+ #: languages/vue.php:367
2107
+ msgid "New"
2108
+ msgstr ""
2109
+
2110
+ #: languages/vue.php:370
2111
+ msgid "Returning"
2112
+ msgstr ""
2113
+
2114
+ #: languages/vue.php:373
2115
+ msgid "Desktop"
2116
+ msgstr ""
2117
+
2118
+ #: languages/vue.php:376
2119
+ msgid "Tablet"
2120
+ msgstr ""
2121
+
2122
+ #: languages/vue.php:379
2123
+ msgid "Mobile"
2124
+ msgstr ""
2125
+
2126
+ #: languages/vue.php:382
2127
+ msgid "Sessions"
2128
+ msgstr ""
2129
+
2130
+ #: languages/vue.php:385
2131
+ msgid "Unique %s Sessions"
2132
+ msgstr ""
2133
+
2134
+ #: languages/vue.php:388
2135
+ msgid "Pageviews"
2136
+ msgstr ""
2137
+
2138
+ #: languages/vue.php:391
2139
+ msgid "Unique %s Pageviews"
2140
+ msgstr ""
2141
+
2142
+ #: languages/vue.php:394
2143
+ msgid "Avg. Session Duration"
2144
+ msgstr ""
2145
+
2146
+ #: languages/vue.php:397
2147
+ msgid "Bounce Rate"
2148
+ msgstr ""
2149
+
2150
+ #: languages/vue.php:400
2151
+ msgid "Top 10 Countries"
2152
+ msgstr ""
2153
+
2154
+ #: languages/vue.php:403
2155
+ msgid "View Countries Report"
2156
+ msgstr ""
2157
+
2158
+ #: languages/vue.php:406
2159
+ msgid "Top 10 Referrals"
2160
+ msgstr ""
2161
+
2162
+ #: languages/vue.php:409
2163
+ msgid "View All Referral Sources"
2164
+ msgstr ""
2165
+
2166
+ #: languages/vue.php:412
2167
+ msgid "View Full Posts/Pages Report"
2168
+ msgstr ""
2169
+
2170
+ #: languages/vue.php:415
2171
+ msgid "A session is the browsing session of a single user to your site."
2172
+ msgstr ""
2173
+
2174
+ #: languages/vue.php:418
2175
+ 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."
2176
+ msgstr ""
2177
+
2178
+ #: languages/vue.php:421
2179
+ msgid "Total duration of all sessions (in seconds) / number of sessions."
2180
+ msgstr ""
2181
+
2182
+ #: languages/vue.php:424
2183
+ 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."
2184
+ msgstr ""
2185
+
2186
+ #: languages/vue.php:427
2187
+ msgid "This list shows the top countries your website visitors are from."
2188
+ msgstr ""
2189
+
2190
+ #: languages/vue.php:430
2191
+ msgid "This list shows the top websites that send your website traffic, known as referral traffic."
2192
+ msgstr ""
2193
+
2194
+ #: languages/vue.php:433
2195
+ msgid "MonsterInsights Addons"
2196
+ msgstr ""
2197
+
2198
+ #: languages/vue.php:436
2199
+ msgid "Search Addons"
2200
+ msgstr ""
2201
+
2202
+ #: languages/vue.php:439
2203
+ msgid "Yes (recommended) %s- Get the latest features, bugfixes, and security updates as they are released.%s"
2204
+ msgstr ""
2205
+
2206
+ #: languages/vue.php:442
2207
+ msgid "Minor only %s- Get bugfixes and security updates, but not major features.%s"
2208
+ msgstr ""
2209
+
2210
+ #: languages/vue.php:445
2211
+ msgid "None %s- Manually update everything.%s"
2212
+ msgstr ""
2213
+
2214
+ #: languages/vue.php:449
2215
+ msgid "License Key"
2216
+ msgstr ""
2217
+
2218
+ #: languages/vue.php:452
2219
+ msgid "Google Authentication"
2220
+ msgstr ""
2221
+
2222
+ #: languages/vue.php:455
2223
+ msgid "Connect Google Analytics + WordPress"
2224
+ msgstr ""
2225
+
2226
+ #: languages/vue.php:458
2227
+ msgid "You will be taken to the MonsterInsights website where you'll need to connect your Analytics account."
2228
+ msgstr ""
2229
+
2230
+ #: languages/vue.php:461
2231
+ msgid "Automatic Updates"
2232
+ msgstr ""
2233
+
2234
+ #: languages/vue.php:464
2235
+ msgid "Setup Wizard"
2236
+ msgstr ""
2237
+
2238
+ #: languages/vue.php:467
2239
+ msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
2240
+ msgstr ""
2241
+
2242
+ #: languages/vue.php:470
2243
+ msgid "Launch Setup Wizard"
2244
+ msgstr ""
2245
+
2246
+ #: languages/vue.php:473
2247
+ msgid "Path (example: %s)"
2248
+ msgstr ""
2249
+
2250
+ #: languages/vue.php:476
2251
+ msgid "Path has to start with a / and have no spaces"
2252
+ msgstr ""
2253
+
2254
+ #: languages/vue.php:479
2255
+ msgid "Label (example: %s)"
2256
+ msgstr ""
2257
+
2258
+ #: languages/vue.php:482
2259
+ msgid "Label can't contain any spaces"
2260
+ msgstr ""
2261
+
2262
+ #: languages/vue.php:485
2263
+ msgid "Affiliate Links"
2264
+ msgstr ""
2265
+
2266
+ #: languages/vue.php:488
2267
+ 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."
2268
+ msgstr ""
2269
+
2270
+ #: languages/vue.php:491
2271
+ msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
2272
+ msgstr ""
2273
+
2274
+ #: languages/vue.php:494
2275
+ msgid "Demographics"
2276
+ msgstr ""
2277
+
2278
+ #: languages/vue.php:497
2279
+ msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
2280
+ msgstr ""
2281
+
2282
+ #: languages/vue.php:500
2283
+ msgid "Anonymize IP Addresses"
2284
+ msgstr ""
2285
+
2286
+ #: languages/vue.php:503
2287
+ msgid "Link Attribution"
2288
+ msgstr ""
2289
+
2290
+ #: languages/vue.php:506
2291
+ msgid "Enable Enhanced Link Attribution"
2292
+ msgstr ""
2293
+
2294
+ #: languages/vue.php:509
2295
+ msgid "Enable Anchor Tracking"
2296
+ msgstr ""
2297
+
2298
+ #: languages/vue.php:512
2299
+ msgid "Enable allowAnchor"
2300
+ msgstr ""
2301
+
2302
+ #: languages/vue.php:515
2303
+ msgid "Enable allowLinker"
2304
+ msgstr ""
2305
+
2306
+ #: languages/vue.php:518
2307
+ msgid "Enable Tag Links in RSS"
2308
+ msgstr ""
2309
+
2310
+ #: languages/vue.php:521
2311
+ msgid "File Downloads"
2312
+ msgstr ""
2313
+
2314
+ #: languages/vue.php:524
2315
+ msgid "Extensions of Files to Track as Downloads"
2316
+ msgstr ""
2317
+
2318
+ #: languages/vue.php:527
2319
+ msgid "MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions."
2320
+ msgstr ""
2321
+
2322
+ #: languages/vue.php:530
2323
+ 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."
2324
+ msgstr ""
2325
+
2326
+ #: languages/vue.php:533
2327
+ 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."
2328
+ msgstr ""
2329
+
2330
+ #: languages/vue.php:536
2331
+ msgid "Add %sEnhanced Link Attribution%s to your tracking code."
2332
+ msgstr ""
2333
+
2334
+ #: languages/vue.php:539
2335
+ 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."
2336
+ msgstr ""
2337
+
2338
+ #: languages/vue.php:542
2339
+ msgid "This adds %sallowAnchor%s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well."
2340
+ msgstr ""
2341
+
2342
+ #: languages/vue.php:545
2343
+ 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."
2344
+ msgstr ""
2345
+
2346
+ #: languages/vue.php:548
2347
+ 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."
2348
+ msgstr ""
2349
+
2350
+ #: languages/vue.php:551
2351
+ msgid "Add domain"
2352
+ msgstr ""
2353
+
2354
+ #: languages/vue.php:554
2355
+ msgid "Domain (example: %s)"
2356
+ msgstr ""
2357
+
2358
+ #: languages/vue.php:557
2359
+ msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
2360
+ msgstr ""
2361
+
2362
+ #: languages/vue.php:560
2363
+ msgid "Cross Domain Tracking"
2364
+ msgstr ""
2365
+
2366
+ #: languages/vue.php:563
2367
+ 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."
2368
+ msgstr ""
2369
+
2370
+ #: languages/vue.php:566
2371
+ 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."
2372
+ msgstr ""
2373
+
2374
+ #: languages/vue.php:569
2375
+ msgid "Permissions"
2376
+ msgstr ""
2377
+
2378
+ #: languages/vue.php:572
2379
+ msgid "Allow These User Roles to See Reports"
2380
+ msgstr ""
2381
+
2382
+ #: languages/vue.php:575
2383
+ msgid "Users that have at least one of these roles will be able to view the reports."
2384
+ msgstr ""
2385
+
2386
+ #: languages/vue.php:578
2387
+ 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."
2388
+ msgstr ""
2389
+
2390
+ #: languages/vue.php:581
2391
+ msgid "Allow These User Roles to Save Settings"
2392
+ msgstr ""
2393
+
2394
+ #: languages/vue.php:584
2395
+ msgid "Users that have at least one of these roles will be able to view and save the settings panel."
2396
+ msgstr ""
2397
+
2398
+ #: languages/vue.php:587
2399
+ 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."
2400
+ msgstr ""
2401
+
2402
+ #: languages/vue.php:590
2403
+ msgid "Exclude These User Roles From Tracking"
2404
+ msgstr ""
2405
+
2406
+ #: languages/vue.php:593
2407
+ msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
2408
+ msgstr ""
2409
+
2410
+ #: languages/vue.php:596
2411
+ msgid "Performance"
2412
+ msgstr ""
2413
+
2414
+ #: languages/vue.php:599
2415
+ msgid "Custom code"
2416
+ msgstr ""
2417
+
2418
+ #: languages/vue.php:602
2419
+ msgid "Not for the average user: this allows you to add a line of code, to be added before the %spageview is sent%s."
2420
+ msgstr ""
2421
+
2422
+ #: languages/vue.php:608
2423
+ msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
2424
+ msgstr ""
2425
+
2426
+ #: languages/vue.php:611
2427
+ msgid "Hide Admin Bar Reports"
2428
+ msgstr ""
2429
+
2430
+ #: languages/vue.php:614
2431
+ msgid "Enabled %s- Show reports and dashboard widget.%s"
2432
+ msgstr ""
2433
+
2434
+ #: languages/vue.php:617
2435
+ msgid "Dashboard Widget Only %s- Disable reports, but show dashboard widget.%s"
2436
+ msgstr ""
2437
+
2438
+ #: languages/vue.php:620
2439
+ msgid "Disabled %s- Hide reports and dashboard widget.%s"
2440
+ msgstr ""
2441
+
2442
+ #: languages/vue.php:623
2443
+ 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."
2444
+ msgstr ""
2445
+
2446
+ #: languages/vue.php:626
2447
+ 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."
2448
+ msgstr ""
2449
+
2450
+ #: languages/vue.php:629
2451
+ 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\"."
2452
+ msgstr ""
2453
+
2454
+ #: languages/vue.php:632
2455
+ 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."
2456
+ msgstr ""
2457
+
2458
+ #: languages/vue.php:635
2459
+ msgid "Yup, we know a thing or two about building awesome products that customer love."
2460
+ msgstr ""
2461
+
2462
+ #: languages/vue.php:638
2463
+ msgid "The MonsterInsights Team: Syed, Chris, Jay, Mircea, Sunita and Basanta"
2464
+ msgstr ""
2465
+
2466
+ #: languages/vue.php:641
2467
+ msgid "Import/Export"
2468
+ msgstr ""
2469
+
2470
+ #: languages/vue.php:644
2471
+ msgid "Import"
2472
+ msgstr ""
2473
+
2474
+ #: languages/vue.php:647
2475
+ msgid "Import settings from another MonsterInsights website."
2476
+ msgstr ""
2477
+
2478
+ #: languages/vue.php:650
2479
+ msgid "Export"
2480
+ msgstr ""
2481
+
2482
+ #: languages/vue.php:653
2483
+ msgid "Export settings to import into another MonsterInsights install."
2484
+ msgstr ""
2485
+
2486
+ #: languages/vue.php:656
2487
+ msgid "Import Settings"
2488
+ msgstr ""
2489
+
2490
+ #: languages/vue.php:659
2491
+ msgid "Export Settings"
2492
+ msgstr ""
2493
+
2494
+ #: languages/vue.php:662
2495
+ msgid "Please choose a file to import"
2496
+ msgstr ""
2497
+
2498
+ #: languages/vue.php:665
2499
+ msgid "Use the filepicker below to select the settings export file from another site."
2500
+ msgstr ""
2501
+
2502
+ #: languages/vue.php:668
2503
+ msgid "Use the button below to export a file with your MonsterInsights settings."
2504
+ msgstr ""
2505
+
2506
+ #: languages/vue.php:671
2507
+ msgid "Uploading file..."
2508
+ msgstr ""
2509
+
2510
+ #: languages/vue.php:674
2511
+ msgid "File imported"
2512
+ msgstr ""
2513
+
2514
+ #: languages/vue.php:677
2515
+ msgid "Settings successfully updated!"
2516
+ msgstr ""
2517
+
2518
+ #: languages/vue.php:680
2519
+ msgid "Error importing settings"
2520
+ msgstr ""
2521
+
2522
+ #: languages/vue.php:683
2523
+ msgid "Please choose a .json file generated by a MonsterInsights settings export."
2524
+ msgstr ""
2525
+
2526
+ #: languages/vue.php:686
2527
+ msgid "Ok"
2528
+ msgstr ""
2529
+
2530
+ #: languages/vue.php:689
2531
+ msgid "Custom Campaign Parameters"
2532
+ msgstr ""
2533
+
2534
+ #: languages/vue.php:692
2535
+ msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
2536
+ msgstr ""
2537
+
2538
+ #: languages/vue.php:695
2539
+ 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."
2540
+ msgstr ""
2541
+
2542
+ #: languages/vue.php:698
2543
+ msgid "Website URL %s"
2544
+ msgstr ""
2545
+
2546
+ #: languages/vue.php:701
2547
+ msgid "The full website URL (e.g. %s %s%s)"
2548
+ msgstr ""
2549
+
2550
+ #: languages/vue.php:704
2551
+ msgid "Campaign Source %s"
2552
+ msgstr ""
2553
+
2554
+ #: languages/vue.php:707
2555
+ msgid "Enter a referrer (e.g. %sfacebook, newsletter, google%s)"
2556
+ msgstr ""
2557
+
2558
+ #: languages/vue.php:710
2559
+ msgid "Enter a marketing medium (e.g. %scpc, banner, email%s)"
2560
+ msgstr ""
2561
+
2562
+ #: languages/vue.php:713
2563
+ msgid "Enter a name to easily identify (e.g. %sspring_sale%s)"
2564
+ msgstr ""
2565
+
2566
+ #: languages/vue.php:716
2567
+ msgid "Enter the paid keyword"
2568
+ msgstr ""
2569
+
2570
+ #: languages/vue.php:719
2571
+ msgid "Enter something to differentiate ads"
2572
+ msgstr ""
2573
+
2574
+ #: languages/vue.php:722
2575
+ msgid "Use Fragment"
2576
+ msgstr ""
2577
+
2578
+ #: languages/vue.php:725
2579
+ msgid "Set the parameters in the fragment portion of the URL %s(not recommended)%s"
2580
+ msgstr ""
2581
+
2582
+ #: languages/vue.php:728
2583
+ msgid "URL to use"
2584
+ msgstr ""
2585
+
2586
+ #: languages/vue.php:731
2587
+ msgid "Updates automatically"
2588
+ msgstr ""
2589
+
2590
+ #: languages/vue.php:734
2591
+ msgid "Copy to clipboard"
2592
+ msgstr ""
2593
+
2594
+ #: languages/vue.php:737
2595
+ msgid "More Information & Examples"
2596
+ msgstr ""
2597
+
2598
+ #: languages/vue.php:740
2599
+ msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
2600
+ msgstr ""
2601
+
2602
+ #: languages/vue.php:743
2603
+ msgid "Campaign Source"
2604
+ msgstr ""
2605
+
2606
+ #: languages/vue.php:746
2607
+ msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
2608
+ msgstr ""
2609
+
2610
+ #: languages/vue.php:749
2611
+ msgid "Campaign Medium"
2612
+ msgstr ""
2613
+
2614
+ #: languages/vue.php:752
2615
+ msgid "Use utm_medium to identify a medium such as email or cost-per-click."
2616
+ msgstr ""
2617
+
2618
+ #: languages/vue.php:755
2619
+ msgid "Campaign Name"
2620
+ msgstr ""
2621
+
2622
+ #: languages/vue.php:758
2623
+ msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
2624
+ msgstr ""
2625
+
2626
+ #: languages/vue.php:761
2627
+ msgid "Campaign Term"
2628
+ msgstr ""
2629
+
2630
+ #: languages/vue.php:764
2631
+ msgid "Used for paid search. Use utm_term to note the keywords for this ad."
2632
+ msgstr ""
2633
+
2634
+ #: languages/vue.php:767
2635
+ msgid "Campaign Content"
2636
+ msgstr ""
2637
+
2638
+ #: languages/vue.php:770
2639
+ msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
2640
+ msgstr ""
2641
+
2642
+ #: languages/vue.php:773
2643
+ msgid "Example: %s"
2644
+ msgstr ""
2645
+
2646
+ #: languages/vue.php:776
2647
+ msgid "Examples: %s"
2648
+ msgstr ""
2649
+
2650
+ #: languages/vue.php:779
2651
+ msgid "About Campaigns"
2652
+ msgstr ""
2653
+
2654
+ #: languages/vue.php:782
2655
+ msgid "About Custom Campaigns"
2656
+ msgstr ""
2657
+
2658
+ #: languages/vue.php:785
2659
+ msgid "Best practices for creating Custom Campaigns"
2660
+ msgstr ""
2661
+
2662
+ #: languages/vue.php:788
2663
+ msgid "About the Referral Traffic report"
2664
+ msgstr ""
2665
+
2666
+ #: languages/vue.php:791
2667
+ msgid "About traffic source dimensions"
2668
+ msgstr ""
2669
+
2670
+ #: languages/vue.php:794
2671
+ msgid "AdWords Auto-Tagging"
2672
+ msgstr ""
2673
+
2674
+ #: languages/vue.php:797
2675
+ msgid "Additional Information"
2676
+ msgstr ""
2677
+
2678
+ #: languages/vue.php:800
2679
+ msgid "GDPR Guide"
2680
+ msgstr ""
2681
+
2682
+ #: languages/vue.php:803
2683
+ 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. "
2684
+ msgstr ""
2685
+
2686
+ #: languages/vue.php:806
2687
+ msgid "How to install and activate MonsterInsights addons"
2688
+ msgstr ""
2689
+
2690
+ #: languages/vue.php:809
2691
+ 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."
2692
+ msgstr ""
2693
+
2694
+ #: languages/vue.php:812
2695
+ msgid "Enabling eCommerce Tracking and Reports"
2696
+ msgstr ""
2697
+
2698
+ #: languages/vue.php:815
2699
+ 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."
2700
+ msgstr ""
2701
+
2702
+ #: languages/vue.php:818
2703
+ msgid "Read Documentation"
2704
+ msgstr ""
2705
+
2706
+ #: languages/vue.php:821
2707
+ msgid "Getting Started with MonsterInsights"
2708
+ msgstr ""
2709
+
2710
+ #: languages/vue.php:824
2711
+ 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."
2712
+ msgstr ""
2713
+
2714
+ #: languages/vue.php:827
2715
+ 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."
2716
+ msgstr ""
2717
+
2718
+ #: languages/vue.php:830
2719
+ 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!."
2720
+ msgstr ""
2721
+
2722
+ #: languages/vue.php:833
2723
+ msgid "Launch the wizard!"
2724
+ msgstr ""
2725
+
2726
+ #: languages/vue.php:836
2727
+ msgid "Get MonsterInsights Pro and Unlock all the Powerful Features"
2728
+ msgstr ""
2729
+
2730
+ #: languages/vue.php:839
2731
+ 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."
2732
+ msgstr ""
2733
+
2734
+ #: languages/vue.php:842
2735
+ msgid "Universal Tracking across devices and campaigns with just a few clicks."
2736
+ msgstr ""
2737
+
2738
+ #: languages/vue.php:845
2739
+ msgid "See your website analytics reports inside the WordPress dashboard"
2740
+ msgstr ""
2741
+
2742
+ #: languages/vue.php:848
2743
+ msgid "Get real-time stats right inside WordPress"
2744
+ msgstr ""
2745
+
2746
+ #: languages/vue.php:851
2747
+ msgid "1-click Google Analytics Enhanced Ecommerce tracking"
2748
+ msgstr ""
2749
+
2750
+ #: languages/vue.php:854
2751
+ msgid "Get detailed stats for each post and page."
2752
+ msgstr ""
2753
+
2754
+ #: languages/vue.php:857
2755
+ msgid "Automatically track clicks on your affiliate links and ads."
2756
+ msgstr ""
2757
+
2758
+ #: languages/vue.php:860
2759
+ msgid "Make Google Analytics GDPR compliant automatically"
2760
+ msgstr ""
2761
+
2762
+ #: languages/vue.php:863
2763
+ msgid "Setup tracking for authors, categories, tags, custom post types, users and more"
2764
+ msgstr ""
2765
+
2766
+ #: languages/vue.php:866
2767
+ msgid "Enable Google Optimize for A/B testing, adjust sample speed & sample rate."
2768
+ msgstr ""
2769
+
2770
+ #: languages/vue.php:869
2771
+ msgid "More advanced features"
2772
+ msgstr ""
2773
+
2774
+ #: languages/vue.php:872
2775
+ msgid "Get MonsterInsights Pro Today and Unlock all the Powerful Features"
2776
+ msgstr ""
2777
+
2778
+ #: languages/vue.php:875
2779
+ msgid "Bonus: MonsterInsights Lite users get %s50%% off regular price%s, automatically applied at checkout."
2780
+ msgstr ""
2781
+
2782
+ #: languages/vue.php:878
2783
+ msgid "How to Connect to Google Analytics"
2784
+ msgstr ""
2785
+
2786
+ #: languages/vue.php:881
2787
+ 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."
2788
+ msgstr ""
2789
+
2790
+ #: languages/vue.php:884
2791
+ msgid "Guide and Checklist for Advanced Insights"
2792
+ msgstr ""
2793
+
2794
+ #: languages/vue.php:887
2795
+ 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."
2796
+ msgstr ""
2797
+
2798
+ #: languages/vue.php:890
2799
+ msgid "WordPress Admin Area Reports"
2800
+ msgstr ""
2801
+
2802
+ #: languages/vue.php:893
2803
+ msgid "Standard Reports"
2804
+ msgstr ""
2805
+
2806
+ #: languages/vue.php:896
2807
+ msgid "Overview Reports for the last 30 days."
2808
+ msgstr ""
2809
+
2810
+ #: languages/vue.php:899
2811
+ msgid "Advanced Reports"
2812
+ msgstr ""
2813
+
2814
+ #: languages/vue.php:902
2815
+ msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
2816
+ msgstr ""
2817
+
2818
+ #: languages/vue.php:905
2819
+ msgid "Dashboard Widget"
2820
+ msgstr ""
2821
+
2822
+ #: languages/vue.php:908
2823
+ msgid "Basic Widget"
2824
+ msgstr ""
2825
+
2826
+ #: languages/vue.php:911
2827
+ msgid "Overview Report Synopsis"
2828
+ msgstr ""
2829
+
2830
+ #: languages/vue.php:914
2831
+ msgid "Advanced Dashboard Widget"
2832
+ msgstr ""
2833
+
2834
+ #: languages/vue.php:917
2835
+ msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
2836
+ msgstr ""
2837
+
2838
+ #: languages/vue.php:920
2839
+ msgid "Publisher Reports"
2840
+ msgstr ""
2841
+
2842
+ #: languages/vue.php:923
2843
+ msgid "Advanced Publisher Reports & Tracking"
2844
+ msgstr ""
2845
+
2846
+ #: languages/vue.php:926
2847
+ msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
2848
+ msgstr ""
2849
+
2850
+ #: languages/vue.php:930
2851
+ msgid "Custom Dimensions"
2852
+ msgstr ""
2853
+
2854
+ #: languages/vue.php:934
2855
+ msgid "Not Available"
2856
+ msgstr ""
2857
+
2858
+ #: languages/vue.php:937
2859
+ msgid "Complete Custom Dimensions Tracking"
2860
+ msgstr ""
2861
+
2862
+ #: languages/vue.php:940
2863
+ 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"
2864
+ msgstr ""
2865
+
2866
+ #: languages/vue.php:946
2867
+ msgid "Limited support"
2868
+ msgstr ""
2869
+
2870
+ #: languages/vue.php:949
2871
+ msgid "Priority Support"
2872
+ msgstr ""
2873
+
2874
+ #: languages/vue.php:952
2875
+ msgid "Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features."
2876
+ msgstr ""
2877
+
2878
+ #: languages/vue.php:955
2879
+ msgid "Feature"
2880
+ msgstr ""
2881
+
2882
+ #: languages/vue.php:958
2883
+ msgid "Lite"
2884
+ msgstr ""
2885
+
2886
+ #: languages/vue.php:961
2887
+ msgid "Pro"
2888
+ msgstr ""
2889
+
2890
+ #: languages/vue.php:964
2891
+ msgid "Universal Tracking"
2892
+ msgstr ""
2893
+
2894
+ #: languages/vue.php:967
2895
+ msgid "Included"
2896
+ msgstr ""
2897
+
2898
+ #: languages/vue.php:970
2899
+ msgid "Custom Google Analytics Link Tracking"
2900
+ msgstr ""
2901
+
2902
+ #: languages/vue.php:973
2903
+ msgid "Standard Tracking"
2904
+ msgstr ""
2905
+
2906
+ #: languages/vue.php:976
2907
+ msgid "Advanced Tracking"
2908
+ msgstr ""
2909
+
2910
+ #: languages/vue.php:979
2911
+ msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
2912
+ msgstr ""
2913
+
2914
+ #: languages/vue.php:982
2915
+ msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
2916
+ msgstr ""
2917
+
2918
+ #: languages/vue.php:985
2919
+ msgid "No-Code-Needed Tracking Features"
2920
+ msgstr ""
2921
+
2922
+ #: languages/vue.php:988
2923
+ msgid "Basic Tracking Options"
2924
+ msgstr ""
2925
+
2926
+ #: languages/vue.php:991
2927
+ msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
2928
+ msgstr ""
2929
+
2930
+ #: languages/vue.php:994
2931
+ msgid "Advanced Tracking Options"
2932
+ msgstr ""
2933
+
2934
+ #: languages/vue.php:997
2935
+ msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
2936
+ msgstr ""
2937
+
2938
+ #: languages/vue.php:1000
2939
+ msgid "eCommerce Tracking"
2940
+ msgstr ""
2941
+
2942
+ #: languages/vue.php:1003
2943
+ msgid "One-click Complete eCommerce tracking"
2944
+ msgstr ""
2945
+
2946
+ #: languages/vue.php:1006
2947
+ msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
2948
+ msgstr ""
2949
+
2950
+ #: languages/vue.php:1009
2951
+ msgid "Forms Tracking"
2952
+ msgstr ""
2953
+
2954
+ #: languages/vue.php:1012
2955
+ msgid "One-click Form Events Tracking"
2956
+ msgstr ""
2957
+
2958
+ #: languages/vue.php:1015
2959
+ msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
2960
+ msgstr ""
2961
+
2962
+ #: languages/vue.php:1018
2963
+ msgid "MonsterInsights Recommends WPForms"
2964
+ msgstr ""
2965
+
2966
+ #: languages/vue.php:1021
2967
+ msgid "Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market."
2968
+ msgstr ""
2969
+
2970
+ #: languages/vue.php:1024
2971
+ msgid "Used on over 1,000,000 websites!"
2972
+ msgstr ""
2973
+
2974
+ #: languages/vue.php:1027
2975
+ 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!"
2976
+ msgstr ""
2977
+
2978
+ #: languages/vue.php:1030
2979
+ msgid "Skip this Step"
2980
+ msgstr ""
2981
+
2982
+ #: languages/vue.php:1033
2983
+ msgid "Continue & Install WPForms"
2984
+ msgstr ""
2985
+
2986
+ #: languages/vue.php:1036
2987
+ msgid "Installing..."
2988
+ msgstr ""
2989
+
2990
+ #: languages/vue.php:1039
2991
+ msgid "Awesome, You're All Set!"
2992
+ msgstr ""
2993
+
2994
+ #: languages/vue.php:1042
2995
+ msgid "MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
2996
+ msgstr ""
2997
+
2998
+ #: languages/vue.php:1045
2999
+ 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."
3000
+ msgstr ""
3001
+
3002
+ #: languages/vue.php:1048
3003
+ msgid "%sSubscribe to the MonsterInsights blog%s for tips on how to get more traffic and grow your business."
3004
+ msgstr ""
3005
+
3006
+ #: languages/vue.php:1051
3007
+ msgid "Finish Setup & Exit Wizard"
3008
+ msgstr ""
3009
+
3010
+ #: languages/vue.php:1054
3011
+ msgid "Checking your website..."
3012
+ msgstr ""
3013
+
3014
+ #: languages/vue.php:1057
3015
+ msgid "Recommended Settings"
3016
+ msgstr ""
3017
+
3018
+ #: languages/vue.php:1060
3019
+ msgid "MonsterInsights recommends the following settings based on your configuration."
3020
+ msgstr ""
3021
+
3022
+ #: languages/vue.php:1063
3023
+ msgid "Events Tracking"
3024
+ msgstr ""
3025
+
3026
+ #: languages/vue.php:1066
3027
+ msgid "Must have for all click tracking on site."
3028
+ msgstr ""
3029
+
3030
+ #: languages/vue.php:1069
3031
+ 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."
3032
+ msgstr ""
3033
+
3034
+ #: languages/vue.php:1072
3035
+ msgid "Enhanced Link Attribution"
3036
+ msgstr ""
3037
+
3038
+ #: languages/vue.php:1075
3039
+ msgid "Improves the accuracy of your In-Page Analytics."
3040
+ msgstr ""
3041
+
3042
+ #: languages/vue.php:1078
3043
+ 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."
3044
+ msgstr ""
3045
+
3046
+ #: languages/vue.php:1081
3047
+ msgid "Install Updates Automatically"
3048
+ msgstr ""
3049
+
3050
+ #: languages/vue.php:1084
3051
+ msgid "Get the latest features, bug fixes, and security updates as they are released."
3052
+ msgstr ""
3053
+
3054
+ #: languages/vue.php:1087
3055
+ 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."
3056
+ msgstr ""
3057
+
3058
+ #: languages/vue.php:1090
3059
+ msgid "File Download Tracking"
3060
+ msgstr ""
3061
+
3062
+ #: languages/vue.php:1093
3063
+ msgid "Helps you see file downloads data."
3064
+ msgstr ""
3065
+
3066
+ #: languages/vue.php:1096
3067
+ 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."
3068
+ msgstr ""
3069
+
3070
+ #: languages/vue.php:1099
3071
+ msgid "Helps you increase affiliate revenue."
3072
+ msgstr ""
3073
+
3074
+ #: languages/vue.php:1102
3075
+ 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."
3076
+ msgstr ""
3077
+
3078
+ #: languages/vue.php:1105
3079
+ msgid "Affiliate Link Tracking"
3080
+ msgstr ""
3081
+
3082
+ #: languages/vue.php:1108
3083
+ msgid "Who Can See Reports"
3084
+ msgstr ""
3085
+
3086
+ #: languages/vue.php:1111
3087
+ msgid "These user roles will be able to access MonsterInsights's reports in the WordPress admin area."
3088
+ msgstr ""
3089
+
3090
+ #: languages/vue.php:1114
3091
+ msgid "Save and continue"
3092
+ msgstr ""
3093
+
3094
+ #: languages/vue.php:1117
3095
+ msgid "Events Tracking is enabled the moment you set up MonsterInsights"
3096
+ msgstr ""
3097
+
3098
+ #: languages/vue.php:1120
3099
+ msgid "Enhanced Link Attribution is enabled the moment you set up MonsterInsights"
3100
+ msgstr ""
3101
+
3102
+ #: languages/vue.php:1123
3103
+ msgid "Connect MonsterInsights to Your Website"
3104
+ msgstr ""
3105
+
3106
+ #: languages/vue.php:1126
3107
+ msgid "MonsterInsights connects Google Analytics to WordPress and shows you stats that matter."
3108
+ msgstr ""
3109
+
3110
+ #: languages/vue.php:1129
3111
+ msgid "vs. Previous Day"
3112
+ msgstr ""
3113
+
3114
+ #: languages/vue.php:1132
3115
+ msgid "No change"
3116
+ msgstr ""
3117
+
3118
+ #: languages/vue.php:1135
3119
+ msgid "Show"
3120
+ msgstr ""
3121
+
3122
+ #: languages/vue.php:1138
3123
+ msgid "Right Now"
3124
+ msgstr ""
3125
+
3126
+ #: languages/vue.php:1141
3127
+ msgid "Active users on site"
3128
+ msgstr ""
3129
+
3130
+ #: languages/vue.php:1144
3131
+ msgid "The real-time graph of visitors over time is not currently available for this site. Please try again later."
3132
+ msgstr ""
3133
+
3134
+ #: languages/vue.php:1147
3135
+ 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."
3136
+ msgstr ""
3137
+
3138
+ #: languages/vue.php:1150
3139
+ msgid "The real-time report automatically updates approximately every 60 seconds."
3140
+ msgstr ""
3141
+
3142
+ #: languages/vue.php:1153
3143
+ msgid "The real-time report was last updated %s seconds ago."
3144
+ msgstr ""
3145
+
3146
+ #: languages/vue.php:1156
3147
+ msgid "The latest data will be automatically shown on this page when it becomes available."
3148
+ msgstr ""
3149
+
3150
+ #: languages/vue.php:1159
3151
+ msgid "There is no need to refresh the browser (doing so won't have any effect)."
3152
+ msgstr ""
3153
+
3154
+ #: languages/vue.php:1162
3155
+ msgid "Pageviews Per Minute"
3156
+ msgstr ""
3157
+
3158
+ #: languages/vue.php:1165
3159
+ msgid "Top Pages"
3160
+ msgstr ""
3161
+
3162
+ #: languages/vue.php:1168
3163
+ msgid "No pageviews currently."
3164
+ msgstr ""
3165
+
3166
+ #: languages/vue.php:1171
3167
+ msgid "Page"
3168
+ msgstr ""
3169
+
3170
+ #: languages/vue.php:1174
3171
+ msgid "Pageview Count"
3172
+ msgstr ""
3173
+
3174
+ #: languages/vue.php:1177
3175
+ msgid "Percent of Total"
3176
+ msgstr ""
3177
+
3178
+ #: languages/vue.php:1180
3179
+ msgid "This is the number of active users currently on your site."
3180
+ msgstr ""
3181
+
3182
+ #: languages/vue.php:1183
3183
+ msgid "This graph shows the number of pageviews for each of the last 30 minutes."
3184
+ msgstr ""
3185
+
3186
+ #: languages/vue.php:1186
3187
+ msgid "This list shows the top pages users are currently viewing on your site."
3188
+ msgstr ""
3189
+
3190
+ #: languages/vue.php:1189
3191
+ msgid "View All Real-Time Pageviews"
3192
+ msgstr ""
3193
+
3194
+ #: languages/vue.php:1192
3195
+ msgid "View All Real-Time Traffic Sources"
3196
+ msgstr ""
3197
+
3198
+ #: languages/vue.php:1195
3199
+ msgid "View All Real-Time Traffic by Country"
3200
+ msgstr ""
3201
+
3202
+ #: languages/vue.php:1198
3203
+ msgid "View All Real-Time Traffic by City"
3204
+ msgstr ""
3205
+
3206
+ #: languages/vue.php:1201
3207
+ msgid "Welcome to MonsterInsights!"
3208
+ msgstr ""
3209
+
3210
+ #: languages/vue.php:1204
3211
+ msgid "Let's get you set up."
3212
+ msgstr ""
3213
+
3214
+ #: languages/vue.php:1207
3215
+ msgid "Save and Continue"
3216
+ msgstr ""
3217
+
3218
+ #: languages/vue.php:1210
3219
+ msgid "Which category best describes your website?"
3220
+ msgstr ""
3221
+
3222
+ #: languages/vue.php:1213
3223
+ msgid "We will recommend the optimal settings for MonsterInsights based on your choice."
3224
+ msgstr ""
3225
+
3226
+ #: languages/vue.php:1216
3227
+ msgid "Business Website"
3228
+ msgstr ""
3229
+
3230
+ #: languages/vue.php:1219
3231
+ msgid "Publisher %s(Blog)%s"
3232
+ msgstr ""
3233
+
3234
+ #: languages/vue.php:1222
3235
+ msgid "Ecommerce"
3236
+ msgstr ""
3237
+
3238
+ #: languages/vue.php:1225
3239
+ msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
3240
+ msgstr ""
3241
+
3242
+ #: languages/vue.php:1228
3243
+ msgid "Google Optimize"
3244
+ msgstr ""
3245
+
3246
+ #: languages/vue.php:1231
3247
+ msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
3248
+ msgstr ""
3249
+
3250
+ #: languages/vue.php:1234
3251
+ msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
3252
+ msgstr ""
3253
+
3254
+ #: languages/vue.php:1237
3255
+ msgid "Your license key for MonsterInsights has expired. %sPlease click here to renew your license key.%s"
3256
+ msgstr ""
3257
+
3258
+ #: languages/vue.php:1246
3259
+ #: lite/includes/admin/helpers.php:79
3260
+ msgid "Upgrade to MonsterInsights Pro"
3261
+ msgstr ""
3262
+
3263
+ #: languages/vue.php:1249
3264
+ msgid "Show in widget mode"
3265
+ msgstr ""
3266
+
3267
+ #: languages/vue.php:1252
3268
+ msgid "Show in full-width mode"
3269
+ msgstr ""
3270
+
3271
+ #: languages/vue.php:1255
3272
+ msgid "Last 30 Days Insights for:"
3273
+ msgstr ""
3274
+
3275
+ #: languages/vue.php:1258
3276
+ msgid "Your Website"
3277
+ msgstr ""
3278
+
3279
+ #: languages/vue.php:1261
3280
+ msgid "Avg. Duration"
3281
+ msgstr ""
3282
+
3283
+ #: languages/vue.php:1264
3284
+ msgid "More data is available"
3285
+ msgstr ""
3286
+
3287
+ #: languages/vue.php:1267
3288
+ msgid "Want to see page-specific stats?"
3289
+ msgstr ""
3290
+
3291
+ #: languages/vue.php:1270
3292
+ msgid "Can't load settings. Error: %s, %s"
3293
+ msgstr ""
3294
+
3295
+ #: languages/vue.php:1274
3296
+ msgid "You appear to be offline."
3297
+ msgstr ""
3298
+
3299
+ #: languages/vue.php:1277
3300
+ 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"
3301
+ msgstr ""
3302
+
3303
+ #: languages/vue.php:1280
3304
+ 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"
3305
+ msgstr ""
3306
+
3307
+ #: languages/vue.php:1283
3308
+ 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"
3309
+ msgstr ""
3310
+
3311
+ #: languages/vue.php:1286
3312
+ 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"
3313
+ msgstr ""
3314
+
3315
+ #: languages/vue.php:1289
3316
+ msgid "Recommended Addons"
3317
+ msgstr ""
3318
+
3319
+ #: languages/vue.php:1292
3320
+ msgid "To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!"
3321
+ msgstr ""
3322
+
3323
+ #: languages/vue.php:1295
3324
+ msgid "Other Addons"
3325
+ msgstr ""
3326
+
3327
+ #: languages/vue.php:1298
3328
+ msgid "View all MonsterInsights addons"
3329
+ msgstr ""
3330
+
3331
+ #: languages/vue.php:1301
3332
+ msgid "Deactivating..."
3333
+ msgstr ""
3334
+
3335
+ #: languages/vue.php:1304
3336
+ msgid "Deactivate"
3337
+ msgstr ""
3338
+
3339
+ #: languages/vue.php:1307
3340
+ msgid "Status: %s"
3341
+ msgstr ""
3342
+
3343
+ #: languages/vue.php:1310
3344
+ msgid "Not Installed"
3345
+ msgstr ""
3346
+
3347
+ #: languages/vue.php:1313
3348
+ msgid "Network Active"
3349
+ msgstr ""
3350
+
3351
+ #: languages/vue.php:1316
3352
+ msgid "Active"
3353
+ msgstr ""
3354
+
3355
+ #: languages/vue.php:1319
3356
+ msgid "Inactive"
3357
+ msgstr ""
3358
+
3359
+ #: languages/vue.php:1325
3360
+ msgid "Activating..."
3361
+ msgstr ""
3362
+
3363
+ #: languages/vue.php:1328
3364
+ msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
3365
+ msgstr ""
3366
+
3367
+ #: languages/vue.php:1331
3368
+ msgid "No addons found."
3369
+ msgstr ""
3370
+
3371
+ #: languages/vue.php:1334
3372
+ msgid "Refresh Addons"
3373
+ msgstr ""
3374
+
3375
+ #: languages/vue.php:1337
3376
+ msgid "Refreshing Addons"
3377
+ msgstr ""
3378
+
3379
+ #: languages/vue.php:1340
3380
+ 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!"
3381
+ msgstr ""
3382
+
3383
+ #: languages/vue.php:1343
3384
+ msgid "See All Your Important Store Metrics in One Place"
3385
+ msgstr ""
3386
+
3387
+ #: languages/vue.php:1346
3388
+ msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
3389
+ msgstr ""
3390
+
3391
+ #: languages/vue.php:1349
3392
+ msgid "ONE-CLICK INTEGRATIONS"
3393
+ msgstr ""
3394
+
3395
+ #: languages/vue.php:1352
3396
+ msgid "Enable Ecommerce Tracking and Grow Your Business with Confidence"
3397
+ msgstr ""
3398
+
3399
+ #: languages/vue.php:1355
3400
+ 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."
3401
+ msgstr ""
3402
+
3403
+ #: languages/vue.php:1358
3404
+ msgid "Upgrade to Pro and unlock addons and other great features. %sSave 50%% automatically!%s"
3405
+ msgstr ""
3406
+
3407
+ #: languages/vue.php:1361
3408
+ msgid "Add your MonsterInsights license key from the email receipt or account area. %sRetrieve your license key%s."
3409
+ msgstr ""
3410
+
3411
+ #: languages/vue.php:1364
3412
+ msgid "Miscellaneous"
3413
+ msgstr ""
3414
+
3415
+ #: languages/vue.php:1367
3416
+ msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
3417
+ msgstr ""
3418
+
3419
+ #: languages/vue.php:1370
3420
+ msgid "Hide Announcements"
3421
+ msgstr ""
3422
+
3423
+ #: languages/vue.php:1373
3424
+ msgid "Show Overview Reports"
3425
+ msgstr ""
3426
+
3427
+ #: languages/vue.php:1376
3428
+ msgid "Show Publishers Reports"
3429
+ msgstr ""
3430
+
3431
+ #: languages/vue.php:1379
3432
+ msgid "Show eCommerce Reports"
3433
+ msgstr ""
3434
+
3435
+ #: languages/vue.php:1382
3436
+ msgid "Available in PRO version"
3437
+ msgstr ""
3438
+
3439
+ #: languages/vue.php:1385
3440
+ msgid "No options available"
3441
+ msgstr ""
3442
+
3443
+ #: languages/vue.php:1388
3444
+ msgid "Reset to default"
3445
+ msgstr ""
3446
+
3447
+ #: languages/vue.php:1391
3448
+ msgid "The value entered does not match the required format"
3449
+ msgstr ""
3450
+
3451
+ #: languages/vue.php:1394
3452
+ msgid "%s can't be empty."
3453
+ msgstr ""
3454
+
3455
+ #: languages/vue.php:1397
3456
+ msgid "Duplicate values are not allowed."
3457
+ msgstr ""
3458
+
3459
+ #: languages/vue.php:1400
3460
+ msgid "Add Another Link Path"
3461
+ msgstr ""
3462
+
3463
+ #: languages/vue.php:1403
3464
+ msgid "Remove row"
3465
+ msgstr ""
3466
+
3467
+ #: languages/vue.php:1406
3468
+ msgid "Upgrade to MonsterInsights Pro to Unlock More Actionable Insights"
3469
+ msgstr ""
3470
+
3471
+ #: languages/vue.php:1409
3472
+ 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!"
3473
+ msgstr ""
3474
+
3475
+ #: languages/vue.php:1412
3476
+ msgid "Upgrade to MonsterInsights Pro and Save 50% OFF!"
3477
+ msgstr ""
3478
+
3479
+ #: languages/vue.php:1415
3480
+ msgid "Use coupon code %sLITEUPGRADE%s"
3481
+ msgstr ""
3482
+
3483
+ #: languages/vue.php:1418
3484
+ msgid "Facebook Instant Articles"
3485
+ msgstr ""
3486
+
3487
+ #: languages/vue.php:1421
3488
+ msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro."
3489
+ msgstr ""
3490
+
3491
+ #: languages/vue.php:1424
3492
+ msgid "Scroll Tracking"
3493
+ msgstr ""
3494
+
3495
+ #: languages/vue.php:1427
3496
+ msgid "Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site."
3497
+ msgstr ""
3498
+
3499
+ #: languages/vue.php:1430
3500
+ msgid "Can't save settings. Error: %s, %s"
3501
+ msgstr ""
3502
+
3503
+ #: languages/vue.php:1433
3504
+ msgid "You appear to be offline. Settings not saved."
3505
+ msgstr ""
3506
+
3507
+ #: languages/vue.php:1436
3508
+ msgid "Authenticating"
3509
+ msgstr ""
3510
+
3511
+ #: languages/vue.php:1439
3512
+ msgid "Re-Authenticating"
3513
+ msgstr ""
3514
+
3515
+ #: languages/vue.php:1442
3516
+ msgid "Verifying Credentials"
3517
+ msgstr ""
3518
+
3519
+ #: languages/vue.php:1445
3520
+ msgid "Your site is connected to MonsterInsights!"
3521
+ msgstr ""
3522
+
3523
+ #: languages/vue.php:1448
3524
+ msgid "Deauthenticating"
3525
+ msgstr ""
3526
+
3527
+ #: languages/vue.php:1451
3528
+ 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."
3529
+ msgstr ""
3530
+
3531
+ #: languages/vue.php:1454
3532
+ msgid "Connect MonsterInsights"
3533
+ msgstr ""
3534
+
3535
+ #: languages/vue.php:1457
3536
+ msgid "Verify Credentials"
3537
+ msgstr ""
3538
+
3539
+ #: languages/vue.php:1460
3540
+ msgid "Reconnect MonsterInsights"
3541
+ msgstr ""
3542
+
3543
+ #: languages/vue.php:1463
3544
+ msgid "Website Profile"
3545
+ msgstr ""
3546
+
3547
+ #: languages/vue.php:1466
3548
+ msgid "Active Profile"
3549
+ msgstr ""
3550
+
3551
+ #: languages/vue.php:1469
3552
+ msgid "Your website profile has been set at the network level of your WordPress Multisite."
3553
+ msgstr ""
3554
+
3555
+ #: languages/vue.php:1472
3556
+ msgid "If you would like to use a different profile for this subsite, you can authenticate below."
3557
+ msgstr ""
3558
+
3559
+ #: languages/vue.php:1475
3560
+ msgid "Manually enter your UA code"
3561
+ msgstr ""
3562
+
3563
+ #: languages/vue.php:1478
3564
+ 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."
3565
+ msgstr ""
3566
+
3567
+ #: languages/vue.php:1481
3568
+ msgid "Or manually enter UA code (limited functionality)"
3569
+ msgstr ""
3570
+
3571
+ #: languages/vue.php:1484
3572
+ msgid "Force Deauthenticate"
3573
+ msgstr ""
3574
+
3575
+ #: languages/vue.php:1487
3576
+ msgid "Disconnect MonsterInsights"
3577
+ msgstr ""
3578
+
3579
+ #: languages/vue.php:1490
3580
+ msgid "Can't load errors. Error: %s, %s"
3581
+ msgstr ""
3582
+
3583
+ #: languages/vue.php:1493
3584
+ msgid "Google AMP"
3585
+ msgstr ""
3586
+
3587
+ #: languages/vue.php:1496
3588
+ msgid "Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking."
3589
+ msgstr ""
3590
+
3591
+ #: languages/vue.php:1499
3592
+ msgid "Upgrade"
3593
+ msgstr ""
3594
+
3595
+ #: languages/vue.php:1502
3596
+ msgid ""
3597
+ "The EU Compliance addon allows you to improve compliance with GDPR\n"
3598
+ " and other privacy regulations."
3599
+ msgstr ""
3600
+
3601
+ #: languages/vue.php:1506
3602
+ msgid "EU Compliance"
3603
+ msgstr ""
3604
+
3605
+ #: languages/vue.php:1509
3606
+ 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."
3607
+ msgstr ""
3608
+
3609
+ #: languages/vue.php:1512
3610
+ msgid "Usage Tracking"
3611
+ msgstr ""
3612
+
3613
+ #: languages/vue.php:1515
3614
+ 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."
3615
+ msgstr ""
3616
+
3617
+ #: languages/vue.php:1518
3618
+ msgid "Allow usage tracking"
3619
+ msgstr ""
3620
+
3621
+ #: languages/vue.php:1521
3622
+ msgid "Complete documentation on usage tracking is available %shere%s."
3623
+ msgstr ""
3624
+
3625
+ #: languages/vue.php:1524
3626
+ msgid "Thank you for being a loyal MonsterInsights Lite user."
3627
+ msgstr ""
3628
+
3629
+ #: languages/vue.php:1527
3630
+ msgid "Upgrade to MonsterInsights Pro and unlock all the awesome features."
3631
+ msgstr ""
3632
+
3633
+ #: languages/vue.php:1530
3634
+ msgid "Use coupon code %s to get 50%% off."
3635
+ msgstr ""
3636
+
3637
+ #: languages/vue.php:1533
3638
+ msgid "Dashboard widget"
3639
+ msgstr ""
3640
+
3641
+ #: languages/vue.php:1536
3642
+ msgid "Enhanced Ecommerce"
3643
+ msgstr ""
3644
+
3645
+ #: languages/vue.php:1539
3646
+ msgid "Banner Ads"
3647
+ msgstr ""
3648
+
3649
+ #: languages/vue.php:1543
3650
+ msgid "Author Tracking"
3651
+ msgstr ""
3652
+
3653
+ #: languages/vue.php:1547
3654
+ msgid "Form Conversions"
3655
+ msgstr ""
3656
+
3657
+ #: languages/vue.php:1550
3658
+ msgid "SEO Score Tracking"
3659
+ msgstr ""
3660
+
3661
+ #: languages/vue.php:1553
3662
+ msgid "Ads Tracking"
3663
+ msgstr ""
3664
+
3665
+ #: languages/vue.php:1556
3666
+ msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
3667
+ msgstr ""
3668
+
3669
+ #: languages/vue.php:1559
3670
+ msgid "Can't deactivate the license. Error: %s, %s"
3671
+ msgstr ""
3672
+
3673
+ #: languages/vue.php:1562
3674
+ msgid "Can't upgrade to PRO please try again. Error: %s, %s"
3675
+ msgstr ""
3676
+
3677
+ #: languages/vue.php:1565
3678
+ msgid "Can't load license details. Error: %s, %s"
3679
+ msgstr ""
3680
+
3681
+ #: languages/vue.php:1568
3682
+ msgid "Can't verify the license. Error: %s, %s"
3683
+ msgstr ""
3684
+
3685
+ #: languages/vue.php:1571
3686
+ msgid "Can't validate the license. Error: %s, %s"
3687
+ msgstr ""
3688
+
3689
+ #: languages/vue.php:1574
3690
+ msgid "Proceed"
3691
+ msgstr ""
3692
+
3693
+ #: languages/vue.php:1578
3694
+ msgid "Please wait..."
3695
+ msgstr ""
3696
+
3697
+ #: languages/vue.php:1581
3698
+ msgid "Connection Information"
3699
+ msgstr ""
3700
+
3701
+ #: languages/vue.php:1584
3702
+ 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."
3703
+ msgstr ""
3704
+
3705
+ #: languages/vue.php:1587
3706
+ msgid "Hostname"
3707
+ msgstr ""
3708
+
3709
+ #: languages/vue.php:1590
3710
+ msgid "FTP Username"
3711
+ msgstr ""
3712
+
3713
+ #: languages/vue.php:1593
3714
+ msgid "FTP Password"
3715
+ msgstr ""
3716
+
3717
+ #: languages/vue.php:1596
3718
+ msgid "This password will not be stored on the server."
3719
+ msgstr ""
3720
+
3721
+ #: languages/vue.php:1599
3722
+ msgid "Connection Type"
3723
+ msgstr ""
3724
+
3725
+ #: languages/vue.php:1602
3726
+ msgid "Cancel"
3727
+ msgstr ""
3728
+
3729
+ #: languages/vue.php:1605
3730
+ msgid "Can't deauthenticate. Error: %s, %s"
3731
+ msgstr ""
3732
+
3733
+ #: languages/vue.php:1608
3734
+ msgid "Can't load authentication details. Error: %s, %s"
3735
+ msgstr ""
3736
+
3737
+ #: languages/vue.php:1611
3738
+ msgid "Can't authenticate. Error: %s, %s"
3739
+ msgstr ""
3740
+
3741
+ #: languages/vue.php:1614
3742
+ msgid "Can't reauthenticate. Error: %s, %s"
3743
+ msgstr ""
3744
+
3745
+ #: languages/vue.php:1617
3746
+ msgid "Can't verify credentials. Error: %s, %s"
3747
+ msgstr ""
3748
+
3749
+ #: languages/vue.php:1620
3750
+ msgid "Help Us Improve"
3751
+ msgstr ""
3752
+
3753
+ #: languages/vue.php:1623
3754
+ msgid "Help us better understand our users and their website needs."
3755
+ msgstr ""
3756
+
3757
+ #: languages/vue.php:1626
3758
+ 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"
3759
+ msgstr ""
3760
+
3761
+ #: languages/vue.php:1629
3762
+ msgid "Website profile"
3763
+ msgstr ""
3764
+
3765
+ #: languages/vue.php:1632
3766
+ msgid "Active profile"
3767
+ msgstr ""
3768
+
3769
+ #: languages/vue.php:1635
3770
+ msgid "Skip and Keep Connection"
3771
+ msgstr ""
3772
+
3773
+ #: languages/vue.php:1638
3774
+ msgid "Can't activate addon. Error: %s, %s"
3775
+ msgstr ""
3776
+
3777
+ #: languages/vue.php:1641
3778
+ msgid "You appear to be offline. Addon not activated."
3779
+ msgstr ""
3780
+
3781
+ #: languages/vue.php:1644
3782
+ msgid "Can't deactivate addon. Error: %s, %s"
3783
+ msgstr ""
3784
+
3785
+ #: languages/vue.php:1647
3786
+ msgid "You appear to be offline. Addon not deactivated."
3787
+ msgstr ""
3788
+
3789
+ #: languages/vue.php:1650
3790
+ msgid "Can't install plugin. Error: %s, %s"
3791
+ msgstr ""
3792
+
3793
+ #: languages/vue.php:1653
3794
+ msgid "You appear to be offline. Plugin not installed."
3795
+ msgstr ""
3796
+
3797
+ #: languages/vue.php:1656
3798
+ msgid "Can't install addon. Error: %s, %s"
3799
+ msgstr ""
3800
+
3801
+ #: languages/vue.php:1659
3802
+ msgid "You appear to be offline. Addon not installed."
3803
+ msgstr ""
3804
+
3805
+ #: languages/vue.php:1662
3806
+ msgid "Can't install WPForms. Error: %s, %s"
3807
+ msgstr ""
3808
+
3809
+ #: languages/vue.php:1665
3810
+ msgid "You appear to be offline. WPForms not installed."
3811
+ msgstr ""
3812
+
3813
+ #: languages/vue.php:1668
3814
+ msgid "Allow Usage Tracking"
3815
+ msgstr ""
3816
+
3817
+ #: languages/vue.php:1671
3818
+ msgid "Verifying License"
3819
+ msgstr ""
3820
+
3821
+ #: languages/vue.php:1674
3822
+ msgid "Success"
3823
+ msgstr ""
3824
+
3825
+ #: languages/vue.php:1677
3826
+ msgid "There was an error verifying your license"
3827
+ msgstr ""
3828
+
3829
+ #: languages/vue.php:1680
3830
+ msgid "There was an error unlocking MonsterInsights PRO please try again or install manually."
3831
+ msgstr ""
3832
+
3833
+ #: languages/vue.php:1683
3834
+ msgid "You're using %sMonsterInsights Lite%s - no license needed. Enjoy! %s"
3835
+ msgstr ""
3836
+
3837
+ #: languages/vue.php:1686
3838
+ msgid "To unlock more features consider %supgrading to PRO%s."
3839
+ msgstr ""
3840
+
3841
+ #: languages/vue.php:1689
3842
+ msgid "As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!"
3843
+ msgstr ""
3844
+
3845
+ #: languages/vue.php:1692
3846
+ msgid "Unlock PRO Features Now"
3847
+ msgstr ""
3848
+
3849
+ #: languages/vue.php:1695
3850
+ msgid "Paste your license key here"
3851
+ msgstr ""
3852
+
3853
+ #: languages/vue.php:1698
3854
+ msgid "Verify"
3855
+ msgstr ""
3856
+
3857
+ #: languages/vue.php:1701
3858
+ msgid "If you already have a License key add it below to unlock MonsterInsights PRO. %sRetrieve your license key%s."
3859
+ msgstr ""
3860
+
3861
+ #: languages/vue.php:1704
3862
+ msgid "Almost Done"
3863
+ msgstr ""
3864
+
3865
+ #: languages/vue.php:1707
3866
+ msgid "MonsterInsights can automatically upgrade the installed version to the paid version"
3867
+ msgstr ""
3868
+
3869
+ #: languages/vue.php:1710
3870
+ msgid "Complete Upgrade"
3871
+ msgstr ""
3872
+
3873
+ #: languages/vue.php:1713
3874
+ msgid "Do Upgrade Later"
3875
+ msgstr ""
3876
+
3877
+ #: languages/vue.php:1716
3878
+ msgid "Upgrade to PRO"
3879
+ msgstr ""
3880
+
3881
+ #: languages/vue.php:1719
3882
+ msgid "Upgrade to Pro"
3883
+ msgstr ""
3884
+
3885
+ #: languages/vue.php:1722
3886
+ 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."
3887
+ msgstr ""
3888
+
3889
+ #: languages/vue.php:1725
3890
+ msgid "You're using %sMonsterInsights Lite%s - no license needed. Enjoy!"
3891
+ msgstr ""
3892
+
3893
+ #: languages/vue.php:1728
3894
+ msgid "You need to %sconnect MonsterInsights%s first"
3895
+ msgstr ""
3896
+
3897
+ #: languages/vue.php:1731
3898
+ #: lite/includes/admin/welcome.php:52
3899
+ #: lite/includes/admin/welcome.php:53
3900
+ msgid "Welcome to MonsterInsights"
3901
+ msgstr ""
3902
+
3903
+ #: languages/vue.php:1734
3904
+ msgid "Thank you for choosing MonsterInsights - The Most Powerful WordPress Analytics Plugin"
3905
+ msgstr ""
3906
+
3907
+ #: languages/vue.php:1737
3908
+ msgid "MonsterInsights makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard."
3909
+ msgstr ""
3910
+
3911
+ #: languages/vue.php:1740
3912
+ msgid "Launch the Wizard!"
3913
+ msgstr ""
3914
+
3915
+ #: languages/vue.php:1743
3916
+ msgid "Read the Full Guide"
3917
+ msgstr ""
3918
+
3919
+ #: languages/vue.php:1746
3920
+ msgid "MonsterInsights Features & Addons"
3921
+ msgstr ""
3922
+
3923
+ #: languages/vue.php:1749
3924
+ msgid "Here are the features that make MonsterInsights the most powerful and user-friendly WordPress analytics plugin in the market."
3925
+ msgstr ""
3926
+
3927
+ #: languages/vue.php:1752
3928
+ msgid "See All Features"
3929
+ msgstr ""
3930
+
3931
+ #: languages/vue.php:1755
3932
+ msgid "per year"
3933
+ msgstr ""
3934
+
3935
+ #: languages/vue.php:1758
3936
+ msgid "Testimonials"
3937
+ msgstr ""
3938
+
3939
+ #: languages/vue.php:1761
3940
+ msgid "Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
3941
+ msgstr ""
3942
+
3943
+ #: languages/vue.php:1764
3944
+ msgid "Google Analytics Dashboard"
3945
+ msgstr ""
3946
+
3947
+ #: languages/vue.php:1767
3948
+ msgid "See your website analytics report right inside your WordPress dashboard with actionable insights."
3949
+ msgstr ""
3950
+
3951
+ #: languages/vue.php:1770
3952
+ msgid "Real-time Stats"
3953
+ msgstr ""
3954
+
3955
+ #: languages/vue.php:1773
3956
+ msgid "Get real-time stats right inside WordPress to see who is online, what are they doing, and more."
3957
+ msgstr ""
3958
+
3959
+ #: languages/vue.php:1776
3960
+ msgid "Enhanced Ecommerce Tracking"
3961
+ msgstr ""
3962
+
3963
+ #: languages/vue.php:1779
3964
+ msgid "1-click Google Analytics Enhanced Ecommerce tracking for WooCommerce, Easy Digital Downloads & MemberPress."
3965
+ msgstr ""
3966
+
3967
+ #: languages/vue.php:1782
3968
+ msgid "Page Level Analytics"
3969
+ msgstr ""
3970
+
3971
+ #: languages/vue.php:1785
3972
+ msgid "Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
3973
+ msgstr ""
3974
+
3975
+ #: languages/vue.php:1788
3976
+ msgid "Affiliate Link & Ads Tracking"
3977
+ msgstr ""
3978
+
3979
+ #: languages/vue.php:1791
3980
+ msgid "Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
3981
+ msgstr ""
3982
+
3983
+ #: languages/vue.php:1794
3984
+ msgid "EU Compliance (GDPR Friendly)"
3985
+ msgstr ""
3986
+
3987
+ #: languages/vue.php:1797
3988
+ msgid "Make Google Analytics compliant with GDPR and other privacy regulations automatically."
3989
+ msgstr ""
3990
+
3991
+ #: languages/vue.php:1800
3992
+ msgid "Setup tracking for authors, categories, tags, searches, custom post types, users, and other events with 1-click."
3993
+ msgstr ""
3994
+
3995
+ #: languages/vue.php:1803
3996
+ msgid "Ecommerce Report"
3997
+ msgstr ""
3998
+
3999
+ #: languages/vue.php:1806
4000
+ msgid "Category / Tags Tracking"
4001
+ msgstr ""
4002
+
4003
+ #: languages/vue.php:1809
4004
+ msgid "WooCommerce"
4005
+ msgstr ""
4006
+
4007
+ #: languages/vue.php:1812
4008
+ msgid "Easy Digital Downloads"
4009
+ msgstr ""
4010
+
4011
+ #: languages/vue.php:1815
4012
+ msgid "MemberPress"
4013
+ msgstr ""
4014
+
4015
+ #: languages/vue.php:1818
4016
+ msgid "LifterLMS"
4017
+ msgstr ""
4018
+
4019
+ #: languages/vue.php:1821
4020
+ msgid "See how %s visitors found your site!"
4021
+ msgstr ""
4022
+
4023
+ #: languages/vue.php:1824
4024
+ msgid "Your website was visited by %s users in the last 30 days."
4025
+ msgstr ""
4026
+
4027
+ #: languages/vue.php:1827
4028
+ msgid "See the full analytics report!"
4029
+ msgstr ""
4030
+
4031
+ #: languages/vue.php:1830
4032
+ msgid "You must connect with MonsterInsights before you can view reports."
4033
+ msgstr ""
4034
+
4035
+ #: languages/vue.php:1833
4036
+ msgid "MonsterInsights makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
4037
+ msgstr ""
4038
+
4039
+ #: languages/vue.php:1836
4040
+ msgid "See Quick Links"
4041
+ msgstr ""
4042
+
4043
+ #: languages/vue.php:1839
4044
+ msgid "Suggest a Feature"
4045
+ msgstr ""
4046
+
4047
+ #: languages/vue.php:1842
4048
+ msgid "Join Our Community"
4049
+ msgstr ""
4050
+
4051
+ #: languages/vue.php:1845
4052
+ msgid "Support & Docs"
4053
+ msgstr ""
4054
+
4055
+ #: languages/vue.php:1848
4056
+ msgid "Upgrade to Pro &#187;"
4057
+ msgstr ""
4058
+
4059
+ #: languages/vue.php:1851
4060
+ msgid "MonsterInsights encountered an error loading your report data"
4061
+ msgstr ""
4062
+
4063
+ #: languages/vue.php:1854
4064
+ msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
4065
+ msgstr ""
4066
+
4067
+ #: languages/vue.php:1857
4068
+ msgid "Last %s days"
4069
+ msgstr ""
4070
+
4071
+ #: languages/vue.php:1860
4072
+ #: lite/includes/admin/wp-site-health.php:179
4073
+ msgid "View Reports"
4074
+ msgstr ""
4075
+
4076
+ #: languages/vue.php:1863
4077
+ msgid "Congratulations!"
4078
+ msgstr ""
4079
+
4080
+ #: languages/vue.php:1866
4081
+ msgid "MonsterInsights makes it easy to connect your website with Google Analytics and see all important website stats right inside your WordPress dashboard. In order to setup website analytics, please take a look at our %sGetting started video%s or use our %s to get you quickly set up."
4082
+ msgstr ""
4083
+
4084
+ #: languages/vue.php:1869
4085
+ msgid "Onboarding Wizard"
4086
+ msgstr ""
4087
+
4088
+ #: languages/vue.php:1872
4089
+ msgid "You are now connected with MonsterInsights. We make it effortless for you to implement Google Analytics tracking and see the stats that matter, right inside the WordPress dashboard."
4090
+ msgstr ""
4091
+
4092
+ #: languages/vue.php:1875
4093
+ msgid "Yup, we know a thing or two about building awesome products that customers love."
4094
+ msgstr ""
4095
+
4096
+ #: languages/vue.php:1878
4097
+ msgid "The MonsterInsights Team"
4098
+ msgstr ""
4099
+
4100
+ #: languages/vue.php:1881
4101
+ 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 stopped 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."
4102
+ msgstr ""
4103
+
4104
+ #: languages/vue.php:1884
4105
+ 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."
4106
+ msgstr ""
4107
+
4108
+ #: languages/vue.php:1896
4109
+ msgid "You’re using MonsterInsights Lite. To unlock more features consider %supgrading to Pro%s."
4110
+ msgstr ""
4111
+
4112
+ #: languages/vue.php:1899
4113
+ msgid "Installing Addon"
4114
+ msgstr ""
4115
+
4116
+ #: languages/vue.php:1902
4117
+ msgid "Activating Addon"
4118
+ msgstr ""
4119
+
4120
+ #: languages/vue.php:1905
4121
+ msgid "Addon Activated"
4122
+ msgstr ""
4123
+
4124
+ #: languages/vue.php:1908
4125
+ msgid "Loading report data"
4126
+ msgstr ""
4127
+
4128
+ #: languages/vue.php:1911
4129
+ msgid "Please activate manually"
4130
+ msgstr ""
4131
+
4132
+ #: languages/vue.php:1914
4133
+ msgid "Error: %s, %s"
4134
+ msgstr ""
4135
+
4136
+ #: languages/vue.php:1917
4137
+ msgid "Error Activating Addon"
4138
+ msgstr ""
4139
+
4140
+ #: languages/vue.php:1920
4141
+ #: lite/includes/admin/wp-site-health.php:298
4142
+ #: lite/includes/admin/wp-site-health.php:324
4143
+ #: lite/includes/admin/wp-site-health.php:351
4144
+ msgid "View Addons"
4145
+ msgstr ""
4146
+
4147
+ #: languages/vue.php:1923
4148
+ msgid "Dismiss"
4149
+ msgstr ""
4150
+
4151
+ #: languages/vue.php:1926
4152
+ msgid "Redirecting"
4153
+ msgstr ""
4154
+
4155
+ #: languages/vue.php:1929
4156
+ msgid "Please wait"
4157
+ msgstr ""
4158
+
4159
+ #: languages/vue.php:1932
4160
+ msgid "Visit addons page"
4161
+ msgstr ""
4162
+
4163
+ #: languages/vue.php:1935
4164
+ msgid "Report Unavailable"
4165
+ msgstr ""
4166
+
4167
+ #: languages/vue.php:1938
4168
+ msgid "%s Addon"
4169
+ msgstr ""
4170
+
4171
+ #: languages/vue.php:1941
4172
+ msgid "Scroll depth tracking allows you to see how far your users scroll before they leave a page. This is great for publishers (bloggers), and eCommerce websites to boost conversions."
4173
+ msgstr ""
4174
+
4175
+ #: languages/vue.php:1944
4176
+ msgid "See All Reports"
4177
+ msgstr ""
4178
+
4179
+ #: languages/vue.php:1947
4180
+ msgid "Go to the Analytics Dashboard"
4181
+ msgstr ""
4182
+
4183
+ #: languages/vue.php:1950
4184
+ msgid "Hide dashboard widget"
4185
+ msgstr ""
4186
+
4187
+ #: languages/vue.php:1953
4188
+ msgid "Are you sure you want to hide the MonsterInsights Dashboard Widget? "
4189
+ msgstr ""
4190
+
4191
+ #: languages/vue.php:1956
4192
+ msgid "Yes, hide it!"
4193
+ msgstr ""
4194
+
4195
+ #: languages/vue.php:1959
4196
+ msgid "No, cancel!"
4197
+ msgstr ""
4198
+
4199
+ #: languages/vue.php:1962
4200
+ msgid "MonsterInsights Widget Hidden"
4201
+ msgstr ""
4202
+
4203
+ #: languages/vue.php:1965
4204
+ msgid "You can re-enable the MonsterInsights widget at any time using the \"Screen Options\" menu on the top right of this page"
4205
+ msgstr ""
4206
+
4207
+ #: languages/vue.php:1968
4208
+ msgid "Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %sRetrieve your license key%s."
4209
+ msgstr ""
4210
+
4211
+ #: languages/vue.php:1971
4212
+ msgid "Forms Tracking help you see who’s viewing your forms, so you can increase conversions."
4213
+ msgstr ""
4214
+
4215
+ #: languages/vue.php:1974
4216
+ msgid "Custom Dimensions show you popular categories, best time to publish, focus keywords, etc."
4217
+ msgstr ""
4218
+
4219
+ #: languages/vue.php:1977
4220
+ msgid "Make Google Analytics GDPR compliant with our EU Compliance addon."
4221
+ msgstr ""
4222
+
4223
+ #: languages/vue.php:1980
4224
+ msgid "Get real-time Google Analytics report right inside your WordPress dashboard."
4225
+ msgstr ""
4226
+
4227
+ #: languages/vue.php:1983
4228
+ msgid "Use Google Optimize to easily perform A/B split tests on your site."
4229
+ msgstr ""
4230
+
4231
+ #: languages/vue.php:1986
4232
+ msgid "See all your important store metrics in one place with Enhanced Ecommerce Tracking."
4233
+ msgstr ""
4234
+
4235
+ #: languages/vue.php:1989
4236
+ msgid "Unlock search console report to see your top performing keywords in Google."
4237
+ msgstr ""
4238
+
4239
+ #: languages/vue.php:1992
4240
+ msgid "Get Page Insights to see important metrics for individual posts / pages in WordPress."
4241
+ msgstr ""
4242
+
4243
+ #: languages/vue.php:1995
4244
+ msgid "Publishers Report shows your top performing pages, audience demographics, and more."
4245
+ msgstr ""
4246
+
4247
+ #: languages/vue.php:1998
4248
+ msgid "Get Scroll-Depth tracking to see how far users scroll on your pages before leaving.s"
4249
+ msgstr ""
4250
+
4251
+ #: languages/vue.php:2001
4252
+ msgid "Upgrade to Pro »"
4253
+ msgstr ""
4254
+
4255
+ #: languages/vue.php:2004
4256
+ msgid "Pro Tip:"
4257
+ msgstr ""
4258
+
4259
+ #: languages/vue.php:2007
4260
+ msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.9 in October, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
4261
+ msgstr ""
4262
+
4263
+ #: languages/vue.php:2010
4264
+ msgid "Can't load report data. Error: %s, %s"
4265
+ msgstr ""
4266
+
4267
+ #: languages/vue.php:2013
4268
+ msgid "Error loading report data"
4269
+ msgstr ""
4270
+
4271
+ #: languages/vue.php:2016
4272
+ msgid "Error loading license details"
4273
+ msgstr ""
4274
+
4275
+ #: languages/vue.php:2019
4276
+ msgid "Network error encountered. Settings not saved."
4277
+ msgstr ""
4278
+
4279
+ #: languages/vue.php:2022
4280
+ msgid "Please ask your webmaster to connect MonsterInsights to Google Analytics."
4281
+ msgstr ""
4282
+
4283
+ #: languages/vue.php:2025
4284
+ msgid "Get Scroll-Depth tracking to see how far users scroll on your pages before leaving."
4285
+ msgstr ""
4286
+
4287
+ #: lite/includes/admin/connect.php:42
4288
+ msgid "You are not allowed to install plugins."
4289
+ msgstr ""
4290
+
4291
+ #: lite/includes/admin/connect.php:56
4292
+ msgid "Please enter your license key to connect."
4293
+ msgstr ""
4294
+
4295
+ #: lite/includes/admin/connect.php:67
4296
+ msgid "Pro version is already installed."
4297
+ msgstr ""
4298
+
4299
+ #: lite/includes/admin/connect.php:104
4300
+ msgid "Could not install upgrade. Please download from monsterinsights.com and install manually."
4301
+ msgstr ""
4302
+
4303
+ #: lite/includes/admin/connect.php:135
4304
+ #: lite/includes/admin/connect.php:141
4305
+ #: lite/includes/admin/connect.php:182
4306
+ msgid "Plugin installed & activated."
4307
+ msgstr ""
4308
+
4309
+ #: lite/includes/admin/connect.php:166
4310
+ msgid "You are not licensed."
4311
+ msgstr ""
4312
+
4313
+ #: lite/includes/admin/connect.php:186
4314
+ msgid "Pro version installed but needs to be activated from the Plugins page inside your WordPress admin."
4315
+ msgstr ""
4316
+
4317
+ #: lite/includes/admin/dashboard-widget.php:131
4318
+ msgid "Website Analytics is not Setup"
4319
+ msgstr ""
4320
+
4321
+ #: lite/includes/admin/dashboard-widget.php:133
4322
+ msgid "To see your website stats, please connect MonsterInsights to Google Analytics."
4323
+ msgstr ""
4324
+
4325
+ #: lite/includes/admin/dashboard-widget.php:134
4326
+ msgid "Setup Website Analytics"
4327
+ msgstr ""
4328
+
4329
+ #: lite/includes/admin/dashboard-widget.php:136
4330
+ msgid "To see your website stats, please ask your webmaster to connect MonsterInsights to Google Analytics."
4331
+ msgstr ""
4332
+
4333
+ #: lite/includes/admin/helpers.php:63
4334
+ msgid "Get Better Insights. Grow FASTER!"
4335
+ msgstr ""
4336
+
4337
+ #: lite/includes/admin/helpers.php:68
4338
+ msgid "Grow Your Business with MonsterInsights Pro"
4339
+ msgstr ""
4340
+
4341
+ #: lite/includes/admin/helpers.php:69
4342
+ msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website."
4343
+ msgstr ""
4344
+
4345
+ #: lite/includes/admin/helpers.php:70
4346
+ msgid "MonsterInsights Pro shows you the stats that matter, so you can boost your business growth!"
4347
+ msgstr ""
4348
+
4349
+ #. Translators: makes text bold.
4350
+ #: lite/includes/admin/helpers.php:74
4351
+ msgid "%1$sBonus:%2$s You also get 50%% off discount for being a loyal MonsterInsights Lite user."
4352
+ msgstr ""
4353
+
4354
+ #: lite/includes/admin/onboarding-wizard.php:167
4355
+ msgid "MonsterInsights &rsaquo; Onboarding Wizard"
4356
+ msgstr ""
4357
+
4358
+ #: lite/includes/admin/onboarding-wizard.php:179
4359
+ msgid "Return to Dashboard"
4360
+ msgstr ""
4361
+
4362
+ #: lite/includes/admin/onboarding-wizard.php:245
4363
+ msgid "You are not allowed to install plugins"
4364
+ msgstr ""
4365
+
4366
+ #: lite/includes/admin/reports/report-realtime.php:22
4367
+ msgid "Real Time"
4368
+ msgstr ""
4369
+
4370
+ #: lite/includes/admin/tools.php:10
4371
+ msgid "Want even more fine tuned control over your website analytics?"
4372
+ msgstr ""
4373
+
4374
+ #: lite/includes/admin/tools.php:11
4375
+ msgid "By upgrading to MonsterInsights Pro, you can unlock the MonsterInsights URL builder that helps you better track your advertising and email marketing campaigns."
4376
+ msgstr ""
4377
+
4378
+ #: lite/includes/admin/tools.php:12
4379
+ msgid "Click here to Upgrade"
4380
+ msgstr ""
4381
+
4382
+ #: lite/includes/admin/wp-site-health.php:53
4383
+ msgid "MonsterInsights Authentication"
4384
+ msgstr ""
4385
+
4386
+ #: lite/includes/admin/wp-site-health.php:58
4387
+ msgid "MonsterInsights Automatic Updates"
4388
+ msgstr ""
4389
+
4390
+ #: lite/includes/admin/wp-site-health.php:64
4391
+ msgid "MonsterInsights eCommerce"
4392
+ msgstr ""
4393
+
4394
+ #: lite/includes/admin/wp-site-health.php:71
4395
+ msgid "MonsterInsights AMP"
4396
+ msgstr ""
4397
+
4398
+ #: lite/includes/admin/wp-site-health.php:78
4399
+ msgid "MonsterInsights FBIA"
4400
+ msgstr ""
4401
+
4402
+ #: lite/includes/admin/wp-site-health.php:84
4403
+ msgid "MonsterInsights Connection"
4404
+ msgstr ""
4405
+
4406
+ #: lite/includes/admin/wp-site-health.php:169
4407
+ msgid "Your website is authenticated with MonsterInsights"
4408
+ msgstr ""
4409
+
4410
+ #: lite/includes/admin/wp-site-health.php:175
4411
+ msgid "MonsterInsights integrates your WordPress website with Google Analytics."
4412
+ msgstr ""
4413
+
4414
+ #: lite/includes/admin/wp-site-health.php:190
4415
+ msgid "You are using Manual UA code output"
4416
+ msgstr ""
4417
+
4418
+ #: lite/includes/admin/wp-site-health.php:191
4419
+ msgid "We highly recommend authenticating with MonsterInsights so that you can access our new reporting area and take advantage of new MonsterInsights features."
4420
+ msgstr ""
4421
+
4422
+ #: lite/includes/admin/wp-site-health.php:195
4423
+ #: lite/includes/admin/wp-site-health.php:206
4424
+ msgid "Authenticate now"
4425
+ msgstr ""
4426
+
4427
+ #: lite/includes/admin/wp-site-health.php:201
4428
+ msgid "Please configure your Google Analytics settings"
4429
+ msgstr ""
4430
+
4431
+ #: lite/includes/admin/wp-site-health.php:202
4432
+ msgid "Your traffic is not being tracked by MonsterInsights at the moment and you are losing data. Authenticate and get access to the reporting area and advanced tracking features."
4433
+ msgstr ""
4434
+
4435
+ #: lite/includes/admin/wp-site-health.php:228
4436
+ msgid "MonsterInsights Upgrade not applied"
4437
+ msgstr ""
4438
+
4439
+ #: lite/includes/admin/wp-site-health.php:229
4440
+ msgid "A valid license has been added to MonsterInsights but you are still using the Lite version."
4441
+ msgstr ""
4442
+
4443
+ #: lite/includes/admin/wp-site-health.php:233
4444
+ msgid "Go to License Settings"
4445
+ msgstr ""
4446
+
4447
+ #: lite/includes/admin/wp-site-health.php:248
4448
+ msgid "Your website is receiving automatic updates"
4449
+ msgstr ""
4450
+
4451
+ #: lite/includes/admin/wp-site-health.php:254
4452
+ msgid "MonsterInsights automatic updates are enabled and you are getting the latest features, bugfixes, and security updates as they are released."
4453
+ msgstr ""
4454
+
4455
+ #: lite/includes/admin/wp-site-health.php:261
4456
+ msgid "Your website is receiving minor updates"
4457
+ msgstr ""
4458
+
4459
+ #: lite/includes/admin/wp-site-health.php:262
4460
+ msgid "MonsterInsights minor updates are enabled and you are getting the latest bugfixes and security updates, but not major features."
4461
+ msgstr ""
4462
+
4463
+ #: lite/includes/admin/wp-site-health.php:266
4464
+ msgid "Automatic updates are disabled"
4465
+ msgstr ""
4466
+
4467
+ #: lite/includes/admin/wp-site-health.php:267
4468
+ msgid "MonsterInsights automatic updates are disabled. We recommend enabling automatic updates so you can get access to the latest features, bugfixes, and security updates as they are released."
4469
+ msgstr ""
4470
+
4471
+ #: lite/includes/admin/wp-site-health.php:271
4472
+ msgid "Update Settings"
4473
+ msgstr ""
4474
+
4475
+ #: lite/includes/admin/wp-site-health.php:286
4476
+ msgid "eCommerce data is not being tracked"
4477
+ msgstr ""
4478
+
4479
+ #. Translators: The eCommerce store currently active.
4480
+ #: lite/includes/admin/wp-site-health.php:293
4481
+ msgid "You are using %s but the MonsterInsights eCommerce addon is not active, please Install & Activate it to start tracking eCommerce data."
4482
+ msgstr ""
4483
+
4484
+ #: lite/includes/admin/wp-site-health.php:313
4485
+ msgid "AMP pages are not being tracked"
4486
+ msgstr ""
4487
+
4488
+ #: lite/includes/admin/wp-site-health.php:319
4489
+ msgid "Your website has Google AMP-enabled pages set up but they are not tracked by Google Analytics at the moment. You need to Install & Activate the MonsterInsights AMP Addon."
4490
+ msgstr ""
4491
+
4492
+ #: lite/includes/admin/wp-site-health.php:340
4493
+ msgid "Facebook Instant Articles pages are not being tracked"
4494
+ msgstr ""
4495
+
4496
+ #: lite/includes/admin/wp-site-health.php:346
4497
+ msgid "Your website has Facebook Instant Articles pages set up but they are not tracked by Google Analytics at the moment. You need to Install & Activate the MonsterInsights Facebook Instant Articles Addon."
4498
+ msgstr ""
4499
+
4500
+ #: lite/includes/admin/wp-site-health.php:365
4501
+ msgid "Can connect to MonsterInsights.com correctly"
4502
+ msgstr ""
4503
+
4504
+ #: lite/includes/admin/wp-site-health.php:371
4505
+ msgid "The MonsterInsights API is reachable and no connection issues have been detected."
4506
+ msgstr ""
4507
+
4508
+ #: lite/includes/admin/wp-site-health.php:386
4509
+ msgid "The MonsterInsights server is not reachable."
4510
+ msgstr ""
4511
+
4512
+ #: lite/includes/admin/wp-site-health.php:387
4513
+ msgid "Your server is blocking external requests to monsterinsights.com, please check your firewall settings or contact your host for more details."
4514
+ msgstr ""
4515
+
4516
+ #. Translators: The error message received.
4517
+ #: lite/includes/admin/wp-site-health.php:391
4518
+ msgid "Error message: %s"
4519
+ msgstr ""
4520
+
4521
+ #: lite/includes/admin/wp-site-health.php:404
4522
+ msgid "Tracking code is properly being output."
4523
+ msgstr ""
4524
+
4525
+ #: lite/includes/admin/wp-site-health.php:410
4526
+ msgid "The Google Analytics tracking code is being output correctly, and no duplicate Google Analytics scripts have been detected."
4527
+ msgstr ""
4528
+
4529
+ #: lite/includes/admin/wp-site-health.php:418
4530
+ msgid "MonsterInsights has automatically detected an issue with your tracking setup"
4531
+ msgstr ""
languages/vue.php CHANGED
@@ -7,151 +7,152 @@ $generated_i18n_strings = array(
7
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:134
8
  __( 'Loading new report data...', 'google-analytics-for-wordpress' ),
9
 
10
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:150
 
11
  __( 'Error', 'google-analytics-for-wordpress' ),
12
 
13
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:151
14
  __( 'Please try again.', 'google-analytics-for-wordpress' ),
15
 
16
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:172
17
  __( 'Unlock the Publishers Report and Focus on the Content that Matters', 'google-analytics-for-wordpress' ),
18
 
19
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:173
20
  __( '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.', 'google-analytics-for-wordpress' ),
21
 
22
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:184
23
  __( 'Unlock the Publishers Report and Focus on the Content That Matters', 'google-analytics-for-wordpress' ),
24
 
25
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:185
26
  __( '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.', 'google-analytics-for-wordpress' ),
27
 
28
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:187
29
  __( 'See Your Top Landing Pages to Improve Enagement', 'google-analytics-for-wordpress' ),
30
 
31
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:188
32
  __( 'See Your Top Exit Pages to Reduce Abandonment', 'google-analytics-for-wordpress' ),
33
 
34
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:189
35
  __( 'See Your Top Outbound Links to Find New Revenue Opportunities', 'google-analytics-for-wordpress' ),
36
 
37
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:190
38
  __( 'See Your Top Affiliate Links and Focus on what\'s working', 'google-analytics-for-wordpress' ),
39
 
40
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:191
41
  __( 'See Your Top Downloads and Improve Conversions', 'google-analytics-for-wordpress' ),
42
 
43
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:192
44
  __( 'See Audience Demographic Report ( Age / Gender / Interests )', 'google-analytics-for-wordpress' ),
45
 
46
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:196
47
  __( 'Unlock the eCommerce Report and See Your Important Store Metrics', 'google-analytics-for-wordpress' ),
48
 
49
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:197
50
  __( '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.', 'google-analytics-for-wordpress' ),
51
 
52
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:199
53
  __( 'See Your Conversion Rate to Improve Funnel', 'google-analytics-for-wordpress' ),
54
 
55
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:200
56
  __( 'See The Number of Transactions and make data-driven decisions', 'google-analytics-for-wordpress' ),
57
 
58
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:201
59
  __( 'See The Total Revenue to Track Growth', 'google-analytics-for-wordpress' ),
60
 
61
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:202
62
  __( 'See Average Order Value to Find Offer Opportunities', 'google-analytics-for-wordpress' ),
63
 
64
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:203
65
  __( 'See Your Top Products to See Individual Performance', 'google-analytics-for-wordpress' ),
66
 
67
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:204
68
  __( 'See Your Top Conversion Sources and Focus on what\'s working', 'google-analytics-for-wordpress' ),
69
 
70
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:205
71
  __( 'See The Time it takes for Customers to Purchase', 'google-analytics-for-wordpress' ),
72
 
73
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:206
74
  __( 'See How Many Sessions are needed for a Purchase', 'google-analytics-for-wordpress' ),
75
 
76
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:210
77
  __( 'Unlock the Dimensions Report and Track Your Own Custom Data', 'google-analytics-for-wordpress' ),
78
 
79
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:211
80
  __( '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.', 'google-analytics-for-wordpress' ),
81
 
82
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:213
83
  __( 'See Which Authors Generate the Most Traffic', 'google-analytics-for-wordpress' ),
84
 
85
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:214
86
  __( 'See Which Post Types Perform Better', 'google-analytics-for-wordpress' ),
87
 
88
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:215
89
  __( 'See Which Categories are the Most Popular', 'google-analytics-for-wordpress' ),
90
 
91
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:216
92
  __( 'See Your Blog\'s most populare SEO Scores', 'google-analytics-for-wordpress' ),
93
 
94
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:217
95
  __( 'See Which Focus Keyword is Performing Better in Search Engines', 'google-analytics-for-wordpress' ),
96
 
97
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:221
98
  __( 'Unlock the Forms Report and Improve Conversions', 'google-analytics-for-wordpress' ),
99
 
100
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:222
101
  __( '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.', 'google-analytics-for-wordpress' ),
102
 
103
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:224
104
  __( 'See Reports for Any Contact Form Plugin or Sign-up Form', 'google-analytics-for-wordpress' ),
105
 
106
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:225
107
  __( 'See Your Top Converting Forms and Optimize', 'google-analytics-for-wordpress' ),
108
 
109
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:226
110
  __( 'See Your Forms Impressions Count to Find the Best Placement', 'google-analytics-for-wordpress' ),
111
 
112
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:230
113
  __( 'Unlock the Search Console Report and See How People Find Your Website', 'google-analytics-for-wordpress' ),
114
 
115
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:231
116
  __( 'See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.', 'google-analytics-for-wordpress' ),
117
 
118
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:233
119
  __( 'See Your Top Google Search Terms and Optimize Content', 'google-analytics-for-wordpress' ),
120
 
121
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:234
122
  __( 'See The Number of Clicks and Track Interests', 'google-analytics-for-wordpress' ),
123
 
124
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:235
125
  __( 'See The Click-Through-Ratio and Improve SEO', 'google-analytics-for-wordpress' ),
126
 
127
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:236
128
  __( 'See The Average Results Position and Focus on what works', 'google-analytics-for-wordpress' ),
129
 
130
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:240
131
  __( 'Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time', 'google-analytics-for-wordpress' ),
132
 
133
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:241
134
  __( '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.', 'google-analytics-for-wordpress' ),
135
 
136
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:243
137
  __( 'See Your Active Visitors and Track Their Behaviour to Optimize', 'google-analytics-for-wordpress' ),
138
 
139
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:244
140
  __( 'See Your Top Pages Immediately After Making Changes', 'google-analytics-for-wordpress' ),
141
 
142
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:245
143
  __( 'See Your Top Referral Sources and Adapt Faster', 'google-analytics-for-wordpress' ),
144
 
145
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:246
146
  __( 'See Your Traffic Demographics and ', 'google-analytics-for-wordpress' ),
147
 
148
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:247
149
  __( 'Get Fresh Reports Data Every 60 Seconds', 'google-analytics-for-wordpress' ),
150
 
151
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:236
152
  __( 'Overview Report', 'google-analytics-for-wordpress' ),
153
 
154
- // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:103
155
  __( 'Loading Settings', 'google-analytics-for-wordpress' ),
156
 
157
  // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:18
@@ -185,22 +186,22 @@ $generated_i18n_strings = array(
185
  __( 'Dimensions Report', 'google-analytics-for-wordpress' ),
186
 
187
  // Reference: src/modules/reports/components/reports/ReportForms-Lite.vue:25
 
188
  __( 'Forms Report', 'google-analytics-for-wordpress' ),
189
 
190
- // Reference: src/modules/reports/routes/index.js:70
191
  __( 'Real-Time Report', 'google-analytics-for-wordpress' ),
192
 
193
  // Reference: src/modules/widget/components/WidgetFooter.vue:18
194
  __( 'Recommended Plugin: %s', 'google-analytics-for-wordpress' ),
195
 
196
- // Reference: src/modules/addons/components/AddonBlock.vue:113
197
  __( 'Install', 'google-analytics-for-wordpress' ),
198
 
199
- // Reference: src/modules/addons/components/AddonBlock.vue:111
200
  __( 'Activate', 'google-analytics-for-wordpress' ),
201
 
202
  // Reference: src/modules/frontend/components/FrontendNoAuth.vue:27
203
- // Reference: src/modules/wizard-onboarding/components/OnboardingAddon-Lite.vue:26
204
  __( 'Learn More', 'google-analytics-for-wordpress' ),
205
 
206
  // Reference: src/modules/reports/components/ReportsNavigation.vue:36
@@ -210,6 +211,7 @@ $generated_i18n_strings = array(
210
  __( 'Publishers', 'google-analytics-for-wordpress' ),
211
 
212
  // Reference: src/modules/reports/components/ReportsNavigation.vue:38
 
213
  __( 'eCommerce', 'google-analytics-for-wordpress' ),
214
 
215
  // Reference: src/modules/reports/components/ReportsNavigation.vue:39
@@ -227,13 +229,13 @@ $generated_i18n_strings = array(
227
  // Reference: src/plugins/monsterinsights-wizard-helper-plugin.js:13
228
  __( 'Loading settings', 'google-analytics-for-wordpress' ),
229
 
230
- // Reference: src/modules/settings/routes/network.js:35
231
  __( 'About Us', 'google-analytics-for-wordpress' ),
232
 
233
- // Reference: src/modules/settings/routes/network.js:43
234
  __( 'Getting Started', 'google-analytics-for-wordpress' ),
235
 
236
- // Reference: src/modules/settings/routes/network.js:52
237
  __( 'Lite vs Pro', 'google-analytics-for-wordpress' ),
238
 
239
  // Reference: src/modules/settings/routes/site.js:29
@@ -252,9 +254,11 @@ $generated_i18n_strings = array(
252
  __( 'Advanced', 'google-analytics-for-wordpress' ),
253
 
254
  // Reference: src/modules/settings/routes/site.js:86
 
255
  __( 'URL Builder', 'google-analytics-for-wordpress' ),
256
 
257
  // Reference: src/modules/settings/routes/site.js:94
 
258
  __( 'Import Export', 'google-analytics-for-wordpress' ),
259
 
260
  // Reference: src/modules/widget/store/index.js:101
@@ -335,22 +339,22 @@ $generated_i18n_strings = array(
335
  // Reference: src/modules/wizard-onboarding/components/TheWizardHeader.vue:24
336
  __( 'Exit Setup', 'google-analytics-for-wordpress' ),
337
 
338
- // Reference: src/plugins/monsterinsights-compatibility-plugin.js:11
339
  __( 'Yikes! PHP Update Required', 'google-analytics-for-wordpress' ),
340
 
341
  // Reference: src/plugins/monsterinsights-compatibility-plugin.js:12
342
  __( '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.', 'google-analytics-for-wordpress' ),
343
 
344
- // Reference: src/plugins/monsterinsights-compatibility-plugin.js:16
345
  __( 'Learn more about updating PHP', 'google-analytics-for-wordpress' ),
346
 
347
- // Reference: src/plugins/monsterinsights-compatibility-plugin.js:24
348
  __( 'Yikes! WordPress Update Required', 'google-analytics-for-wordpress' ),
349
 
350
  // Reference: src/plugins/monsterinsights-compatibility-plugin.js:25
351
  __( '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' ),
352
 
353
- // Reference: src/plugins/monsterinsights-compatibility-plugin.js:29
354
  __( 'Learn more about updating WordPress', 'google-analytics-for-wordpress' ),
355
 
356
  // Reference: src/modules/frontend/components/FrontendPoweredBy.vue:12
@@ -375,21 +379,27 @@ $generated_i18n_strings = array(
375
  __( 'Mobile', 'google-analytics-for-wordpress' ),
376
 
377
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:237
 
378
  __( 'Sessions', 'google-analytics-for-wordpress' ),
379
 
380
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:238
 
381
  __( 'Unique %s Sessions', 'google-analytics-for-wordpress' ),
382
 
383
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:239
 
384
  __( 'Pageviews', 'google-analytics-for-wordpress' ),
385
 
386
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:240
 
387
  __( 'Unique %s Pageviews', 'google-analytics-for-wordpress' ),
388
 
389
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:241
 
390
  __( 'Avg. Session Duration', 'google-analytics-for-wordpress' ),
391
 
392
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:242
 
393
  __( 'Bounce Rate', 'google-analytics-for-wordpress' ),
394
 
395
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:245
@@ -408,12 +418,15 @@ $generated_i18n_strings = array(
408
  __( 'View Full Posts/Pages Report', 'google-analytics-for-wordpress' ),
409
 
410
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:252
 
411
  __( 'A session is the browsing session of a single user to your site.', 'google-analytics-for-wordpress' ),
412
 
413
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:253
 
414
  __( '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' ),
415
 
416
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:254
 
417
  __( 'Total duration of all sessions (in seconds) / number of sessions.', 'google-analytics-for-wordpress' ),
418
 
419
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:255
@@ -431,27 +444,32 @@ $generated_i18n_strings = array(
431
  // Reference: src/modules/addons/components/AddonsNavigation.vue:19
432
  __( 'Search Addons', 'google-analytics-for-wordpress' ),
433
 
 
434
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:77
435
  __( 'Yes (recommended) %s- Get the latest features, bugfixes, and security updates as they are released.%s', 'google-analytics-for-wordpress' ),
436
 
 
437
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:81
438
  __( 'Minor only %s- Get bugfixes and security updates, but not major features.%s', 'google-analytics-for-wordpress' ),
439
 
 
440
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:85
441
  __( 'None %s- Manually update everything.%s', 'google-analytics-for-wordpress' ),
442
 
 
443
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingLicense-Lite.vue:27
444
  __( 'License Key', 'google-analytics-for-wordpress' ),
445
 
446
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:89
447
  __( 'Google Authentication', 'google-analytics-for-wordpress' ),
448
 
449
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:28
450
  __( 'Connect Google Analytics + WordPress', 'google-analytics-for-wordpress' ),
451
 
452
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:29
453
  __( 'You will be taken to the MonsterInsights website where you\'ll need to connect your Analytics account.', 'google-analytics-for-wordpress' ),
454
 
 
455
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:92
456
  __( 'Automatic Updates', 'google-analytics-for-wordpress' ),
457
 
@@ -557,7 +575,7 @@ $generated_i18n_strings = array(
557
  // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:89
558
  __( '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' ),
559
 
560
- // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:132
561
  __( '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' ),
562
 
563
  // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:54
@@ -569,7 +587,7 @@ $generated_i18n_strings = array(
569
  // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:56
570
  __( 'Users that have at least one of these roles will be able to view the reports.', 'google-analytics-for-wordpress' ),
571
 
572
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:86
573
  __( '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' ),
574
 
575
  // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:58
@@ -677,7 +695,7 @@ $generated_i18n_strings = array(
677
  // Reference: src/modules/tools/components/ToolsTabImportExport.vue:87
678
  __( 'Please choose a .json file generated by a MonsterInsights settings export.', 'google-analytics-for-wordpress' ),
679
 
680
- // Reference: src/modules/reports/components/ReportReAuth.vue:47
681
  __( 'Ok', 'google-analytics-for-wordpress' ),
682
 
683
  // Reference: src/modules/tools/components/ToolsTabUrlBuilder.vue:156
@@ -863,10 +881,10 @@ $generated_i18n_strings = array(
863
  // Reference: src/modules/about/components/AboutTabGettingStarted.vue:83
864
  __( 'More advanced features', 'google-analytics-for-wordpress' ),
865
 
866
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:57
867
  __( 'Get MonsterInsights Pro Today and Unlock all the Powerful Features', 'google-analytics-for-wordpress' ),
868
 
869
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:58
870
  __( 'Bonus: MonsterInsights Lite users get %s50%% off regular price%s, automatically applied at checkout.', 'google-analytics-for-wordpress' ),
871
 
872
  // Reference: src/modules/about/components/AboutTabGettingStarted.vue:90
@@ -923,6 +941,7 @@ $generated_i18n_strings = array(
923
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:25
924
  __( 'Custom Dimensions', 'google-analytics-for-wordpress' ),
925
 
 
926
  // Reference: src/modules/addons/components/AddonBlock.vue:83
927
  __( 'Not Available', 'google-analytics-for-wordpress' ),
928
 
@@ -999,7 +1018,6 @@ $generated_i18n_strings = array(
999
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:91
1000
  __( 'Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required', 'google-analytics-for-wordpress' ),
1001
 
1002
- // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:94
1003
  // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:31
1004
  __( 'Forms Tracking', 'google-analytics-for-wordpress' ),
1005
 
@@ -1126,7 +1144,7 @@ $generated_i18n_strings = array(
1126
  // Reference: src/modules/reports/components/ReportInfobox.vue:52
1127
  __( 'No change', 'google-analytics-for-wordpress' ),
1128
 
1129
- // Reference: src/modules/reports/components/ReportListBox.vue:48
1130
  __( 'Show', 'google-analytics-for-wordpress' ),
1131
 
1132
  // Reference: src/modules/reports/components/reports/ReportRealTime-Lite.vue:52
@@ -1220,7 +1238,6 @@ $generated_i18n_strings = array(
1220
  __( 'See who\'s viewing and submitting your forms, so you can increase your conversion rate.', 'google-analytics-for-wordpress' ),
1221
 
1222
  // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:33
1223
- // Reference: src/modules/wizard-onboarding/welcome-Lite.vue:185
1224
  __( 'Google Optimize', 'google-analytics-for-wordpress' ),
1225
 
1226
  // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:34
@@ -1239,7 +1256,7 @@ $generated_i18n_strings = array(
1239
  __( '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.', 'google-analytics-for-wordpress' ),
1240
 
1241
  // Reference: src/modules/reports/components/upsells/ReportUpsellOverlay.vue:29
1242
- // Reference: src/modules/settings/components/tabs/SettingsTabEcommerce-Lite.vue:33
1243
  __( 'Upgrade to MonsterInsights Pro', 'google-analytics-for-wordpress' ),
1244
 
1245
  // Reference: src/modules/widget/components/settings/WidgetSettingsWidth.vue:40
@@ -1266,7 +1283,7 @@ $generated_i18n_strings = array(
1266
  // Reference: src/modules/settings/api/index.js:18
1267
  __( 'Can\'t load settings. Error: %s, %s', 'google-analytics-for-wordpress' ),
1268
 
1269
- // Reference: src/modules/license/api/index.js:140
1270
  __( 'You appear to be offline.', 'google-analytics-for-wordpress' ),
1271
 
1272
  // Reference: src/modules/addons/store/actions.js:32
@@ -1314,7 +1331,7 @@ $generated_i18n_strings = array(
1314
  // Reference: src/modules/addons/components/AddonBlock.vue:88
1315
  __( 'Inactive', 'google-analytics-for-wordpress' ),
1316
 
1317
- // Reference: src/modules/addons/components/AddonBlock.vue:96
1318
  // Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:21
1319
  __( 'Upgrade Now', 'google-analytics-for-wordpress' ),
1320
 
@@ -1357,13 +1374,13 @@ $generated_i18n_strings = array(
1357
  // Reference: src/modules/settings/components/SettingsNetwork.vue:34
1358
  __( 'Add your MonsterInsights license key from the email receipt or account area. %sRetrieve your license key%s.', 'google-analytics-for-wordpress' ),
1359
 
1360
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:35
1361
  __( 'Miscellaneous', 'google-analytics-for-wordpress' ),
1362
 
1363
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:37
1364
  __( 'Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes.', 'google-analytics-for-wordpress' ),
1365
 
1366
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:38
1367
  __( 'Hide Announcements', 'google-analytics-for-wordpress' ),
1368
 
1369
  // Reference: src/modules/widget/components/settings/WidgetSettingsReports-Lite.vue:66
@@ -1378,7 +1395,7 @@ $generated_i18n_strings = array(
1378
  // Reference: src/modules/widget/components/settings/WidgetSettingsReports-Lite.vue:70
1379
  __( 'Available in PRO version', 'google-analytics-for-wordpress' ),
1380
 
1381
- // Reference: src/modules/settings/components/input/SettingsInputSelect.vue:53
1382
  __( 'No options available', 'google-analytics-for-wordpress' ),
1383
 
1384
  // Reference: src/modules/settings/components/input/SettingsInputText.vue:42
@@ -1424,17 +1441,15 @@ $generated_i18n_strings = array(
1424
  __( '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' ),
1425
 
1426
  // Reference: src/modules/auth/api/index.js:140
1427
- // Reference: src/modules/settings/api/index.js:48
1428
  __( 'Can\'t save settings. Error: %s, %s', 'google-analytics-for-wordpress' ),
1429
 
1430
  // Reference: src/modules/auth/api/index.js:144
1431
- // Reference: src/modules/settings/api/index.js:52
1432
  __( 'You appear to be offline. Settings not saved.', 'google-analytics-for-wordpress' ),
1433
 
1434
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:116
1435
  __( 'Authenticating', 'google-analytics-for-wordpress' ),
1436
 
1437
- // Reference: src/modules/reports/components/ReportReAuth.vue:30
1438
  __( 'Re-Authenticating', 'google-analytics-for-wordpress' ),
1439
 
1440
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:170
@@ -1449,13 +1464,13 @@ $generated_i18n_strings = array(
1449
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:221
1450
  __( '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' ),
1451
 
1452
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:67
1453
  __( 'Connect MonsterInsights', 'google-analytics-for-wordpress' ),
1454
 
1455
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:68
1456
  __( 'Verify Credentials', 'google-analytics-for-wordpress' ),
1457
 
1458
- // Reference: src/modules/reports/components/ReportReAuth.vue:21
1459
  __( 'Reconnect MonsterInsights', 'google-analytics-for-wordpress' ),
1460
 
1461
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:70
@@ -1464,10 +1479,10 @@ $generated_i18n_strings = array(
1464
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:71
1465
  __( 'Active Profile', 'google-analytics-for-wordpress' ),
1466
 
1467
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:72
1468
  __( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-for-wordpress' ),
1469
 
1470
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:73
1471
  __( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-for-wordpress' ),
1472
 
1473
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:74
@@ -1489,13 +1504,13 @@ $generated_i18n_strings = array(
1489
  __( 'Can\'t load errors. Error: %s, %s', 'google-analytics-for-wordpress' ),
1490
 
1491
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:30
 
1492
  __( 'Google AMP', 'google-analytics-for-wordpress' ),
1493
 
1494
  // Reference: src/modules/settings/components/input/tab-publisher/SettingsInputAmp-Lite.vue:23
1495
  __( 'Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking.', 'google-analytics-for-wordpress' ),
1496
 
1497
  // Reference: src/modules/settings/components/SettingsAddonUpgrade.vue:29
1498
- // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:19
1499
  __( 'Upgrade', 'google-analytics-for-wordpress' ),
1500
 
1501
  // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:20
@@ -1508,15 +1523,18 @@ $generated_i18n_strings = array(
1508
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputPerformance-Lite.vue:18
1509
  __( '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.', 'google-analytics-for-wordpress' ),
1510
 
 
1511
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:27
1512
  __( 'Usage Tracking', 'google-analytics-for-wordpress' ),
1513
 
 
1514
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:29
1515
  __( '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.', 'google-analytics-for-wordpress' ),
1516
 
1517
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:41
1518
  __( 'Allow usage tracking', 'google-analytics-for-wordpress' ),
1519
 
 
1520
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:30
1521
  __( 'Complete documentation on usage tracking is available %shere%s.', 'google-analytics-for-wordpress' ),
1522
 
@@ -1553,19 +1571,19 @@ $generated_i18n_strings = array(
1553
  // Reference: src/modules/settings/components/input/tab-publisher/SettingsInputAds-Lite.vue:23
1554
  __( 'Add Ads tracking to see who\'s clicking on your Google Ads, so you can increase your revenue.', 'google-analytics-for-wordpress' ),
1555
 
1556
- // Reference: src/modules/license/api/index.js:111
1557
  __( 'Can\'t deactivate the license. Error: %s, %s', 'google-analytics-for-wordpress' ),
1558
 
1559
- // Reference: src/modules/license/api/index.js:136
1560
  __( 'Can\'t upgrade to PRO please try again. Error: %s, %s', 'google-analytics-for-wordpress' ),
1561
 
1562
  // Reference: src/modules/license/api/index.js:17
1563
  __( 'Can\'t load license details. Error: %s, %s', 'google-analytics-for-wordpress' ),
1564
 
1565
- // Reference: src/modules/license/api/index.js:52
1566
  __( 'Can\'t verify the license. Error: %s, %s', 'google-analytics-for-wordpress' ),
1567
 
1568
- // Reference: src/modules/license/api/index.js:76
1569
  __( 'Can\'t validate the license. Error: %s, %s', 'google-analytics-for-wordpress' ),
1570
 
1571
  // Reference: src/components/TheAppFTPForm.vue:100
@@ -1679,10 +1697,10 @@ $generated_i18n_strings = array(
1679
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:29
1680
  __( 'You\'re using %sMonsterInsights Lite%s - no license needed. Enjoy! %s', 'google-analytics-for-wordpress' ),
1681
 
1682
- // Reference: src/modules/settings/components/network/SettingsInputLicenseNetwork-Lite.vue:21
1683
  __( 'To unlock more features consider %supgrading to PRO%s.', 'google-analytics-for-wordpress' ),
1684
 
1685
- // Reference: src/modules/settings/components/network/SettingsInputLicenseNetwork-Lite.vue:22
1686
  __( 'As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!', 'google-analytics-for-wordpress' ),
1687
 
1688
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:32
@@ -1709,6 +1727,7 @@ $generated_i18n_strings = array(
1709
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:99
1710
  __( 'Do Upgrade Later', 'google-analytics-for-wordpress' ),
1711
 
 
1712
  // Reference: src/modules/wizard-onboarding/welcome-Lite.vue:133
1713
  __( 'Upgrade to PRO', 'google-analytics-for-wordpress' ),
1714
 
@@ -1724,7 +1743,7 @@ $generated_i18n_strings = array(
1724
  // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:5
1725
  __( 'You need to %sconnect MonsterInsights%s first', 'google-analytics-for-wordpress' ),
1726
 
1727
- // Reference: src/modules/wizard-onboarding/welcome-Lite.vue:125
1728
  __( 'Welcome to MonsterInsights', 'google-analytics-for-wordpress' ),
1729
 
1730
  // Reference: src/modules/wizard-onboarding/welcome-Lite.vue:126
@@ -1823,10 +1842,10 @@ $generated_i18n_strings = array(
1823
  // Reference: src/modules/widget/components/WidgetReminder.vue:34
1824
  __( 'See the full analytics report!', 'google-analytics-for-wordpress' ),
1825
 
1826
- // Reference: src/modules/reports/components/ReportNoAuth.vue:20
1827
  __( 'You must connect with MonsterInsights before you can view reports.', 'google-analytics-for-wordpress' ),
1828
 
1829
- // Reference: src/modules/reports/components/ReportNoAuth.vue:21
1830
  __( 'MonsterInsights makes it "effortless" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard.', 'google-analytics-for-wordpress' ),
1831
 
1832
  // Reference: src/components/TheQuickLinks.vue:31
@@ -1874,7 +1893,7 @@ $generated_i18n_strings = array(
1874
  // Reference: src/modules/about/components/AboutTabAboutUs.vue:36
1875
  __( 'The MonsterInsights Team', 'google-analytics-for-wordpress' ),
1876
 
1877
- // Reference: src/plugins/monsterinsights-compatibility-plugin.js:12
1878
  __( '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 stopped 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.', 'google-analytics-for-wordpress' ),
1879
 
1880
  // Reference: src/modules/reports/components/reports/ReportRealTime-Lite.vue:55
@@ -1998,6 +2017,27 @@ $generated_i18n_strings = array(
1998
  __( 'Upgrade to Pro »', 'google-analytics-for-wordpress' ),
1999
 
2000
  // Reference: src/modules/widget/components/WidgetTips.vue:70
2001
- __( 'Pro Tip:', 'google-analytics-for-wordpress' )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2002
  );
2003
  /* THIS IS THE END OF THE GENERATED FILE */
7
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:134
8
  __( 'Loading new report data...', 'google-analytics-for-wordpress' ),
9
 
10
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:67
11
+ // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:14
12
  __( 'Error', 'google-analytics-for-wordpress' ),
13
 
14
+ // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:15
15
  __( 'Please try again.', 'google-analytics-for-wordpress' ),
16
 
17
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:175
18
  __( 'Unlock the Publishers Report and Focus on the Content that Matters', 'google-analytics-for-wordpress' ),
19
 
20
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:176
21
  __( '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.', 'google-analytics-for-wordpress' ),
22
 
23
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:187
24
  __( 'Unlock the Publishers Report and Focus on the Content That Matters', 'google-analytics-for-wordpress' ),
25
 
26
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:188
27
  __( '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.', 'google-analytics-for-wordpress' ),
28
 
29
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:190
30
  __( 'See Your Top Landing Pages to Improve Enagement', 'google-analytics-for-wordpress' ),
31
 
32
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:191
33
  __( 'See Your Top Exit Pages to Reduce Abandonment', 'google-analytics-for-wordpress' ),
34
 
35
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:192
36
  __( 'See Your Top Outbound Links to Find New Revenue Opportunities', 'google-analytics-for-wordpress' ),
37
 
38
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:193
39
  __( 'See Your Top Affiliate Links and Focus on what\'s working', 'google-analytics-for-wordpress' ),
40
 
41
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:194
42
  __( 'See Your Top Downloads and Improve Conversions', 'google-analytics-for-wordpress' ),
43
 
44
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:195
45
  __( 'See Audience Demographic Report ( Age / Gender / Interests )', 'google-analytics-for-wordpress' ),
46
 
47
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:199
48
  __( 'Unlock the eCommerce Report and See Your Important Store Metrics', 'google-analytics-for-wordpress' ),
49
 
50
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:200
51
  __( '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.', 'google-analytics-for-wordpress' ),
52
 
53
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:202
54
  __( 'See Your Conversion Rate to Improve Funnel', 'google-analytics-for-wordpress' ),
55
 
56
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:203
57
  __( 'See The Number of Transactions and make data-driven decisions', 'google-analytics-for-wordpress' ),
58
 
59
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:204
60
  __( 'See The Total Revenue to Track Growth', 'google-analytics-for-wordpress' ),
61
 
62
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:205
63
  __( 'See Average Order Value to Find Offer Opportunities', 'google-analytics-for-wordpress' ),
64
 
65
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:206
66
  __( 'See Your Top Products to See Individual Performance', 'google-analytics-for-wordpress' ),
67
 
68
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:207
69
  __( 'See Your Top Conversion Sources and Focus on what\'s working', 'google-analytics-for-wordpress' ),
70
 
71
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:208
72
  __( 'See The Time it takes for Customers to Purchase', 'google-analytics-for-wordpress' ),
73
 
74
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:209
75
  __( 'See How Many Sessions are needed for a Purchase', 'google-analytics-for-wordpress' ),
76
 
77
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:213
78
  __( 'Unlock the Dimensions Report and Track Your Own Custom Data', 'google-analytics-for-wordpress' ),
79
 
80
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:214
81
  __( '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.', 'google-analytics-for-wordpress' ),
82
 
83
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:216
84
  __( 'See Which Authors Generate the Most Traffic', 'google-analytics-for-wordpress' ),
85
 
86
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:217
87
  __( 'See Which Post Types Perform Better', 'google-analytics-for-wordpress' ),
88
 
89
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:218
90
  __( 'See Which Categories are the Most Popular', 'google-analytics-for-wordpress' ),
91
 
92
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:219
93
  __( 'See Your Blog\'s most populare SEO Scores', 'google-analytics-for-wordpress' ),
94
 
95
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:220
96
  __( 'See Which Focus Keyword is Performing Better in Search Engines', 'google-analytics-for-wordpress' ),
97
 
98
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:224
99
  __( 'Unlock the Forms Report and Improve Conversions', 'google-analytics-for-wordpress' ),
100
 
101
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:225
102
  __( '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.', 'google-analytics-for-wordpress' ),
103
 
104
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:227
105
  __( 'See Reports for Any Contact Form Plugin or Sign-up Form', 'google-analytics-for-wordpress' ),
106
 
107
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:228
108
  __( 'See Your Top Converting Forms and Optimize', 'google-analytics-for-wordpress' ),
109
 
110
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:229
111
  __( 'See Your Forms Impressions Count to Find the Best Placement', 'google-analytics-for-wordpress' ),
112
 
113
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:233
114
  __( 'Unlock the Search Console Report and See How People Find Your Website', 'google-analytics-for-wordpress' ),
115
 
116
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:234
117
  __( 'See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.', 'google-analytics-for-wordpress' ),
118
 
119
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:236
120
  __( 'See Your Top Google Search Terms and Optimize Content', 'google-analytics-for-wordpress' ),
121
 
122
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:237
123
  __( 'See The Number of Clicks and Track Interests', 'google-analytics-for-wordpress' ),
124
 
125
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:238
126
  __( 'See The Click-Through-Ratio and Improve SEO', 'google-analytics-for-wordpress' ),
127
 
128
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:239
129
  __( 'See The Average Results Position and Focus on what works', 'google-analytics-for-wordpress' ),
130
 
131
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:243
132
  __( 'Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time', 'google-analytics-for-wordpress' ),
133
 
134
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:244
135
  __( '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.', 'google-analytics-for-wordpress' ),
136
 
137
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:246
138
  __( 'See Your Active Visitors and Track Their Behaviour to Optimize', 'google-analytics-for-wordpress' ),
139
 
140
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:247
141
  __( 'See Your Top Pages Immediately After Making Changes', 'google-analytics-for-wordpress' ),
142
 
143
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:248
144
  __( 'See Your Top Referral Sources and Adapt Faster', 'google-analytics-for-wordpress' ),
145
 
146
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:249
147
  __( 'See Your Traffic Demographics and ', 'google-analytics-for-wordpress' ),
148
 
149
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:250
150
  __( 'Get Fresh Reports Data Every 60 Seconds', 'google-analytics-for-wordpress' ),
151
 
152
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:236
153
  __( 'Overview Report', 'google-analytics-for-wordpress' ),
154
 
155
+ // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:106
156
  __( 'Loading Settings', 'google-analytics-for-wordpress' ),
157
 
158
  // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:18
186
  __( 'Dimensions Report', 'google-analytics-for-wordpress' ),
187
 
188
  // Reference: src/modules/reports/components/reports/ReportForms-Lite.vue:25
189
+ // Reference: src/modules/reports/routes/index.js:62
190
  __( 'Forms Report', 'google-analytics-for-wordpress' ),
191
 
192
+ // Reference: src/modules/reports/components/reports/ReportRealTime-Lite.vue:51
193
  __( 'Real-Time Report', 'google-analytics-for-wordpress' ),
194
 
195
  // Reference: src/modules/widget/components/WidgetFooter.vue:18
196
  __( 'Recommended Plugin: %s', 'google-analytics-for-wordpress' ),
197
 
198
+ // Reference: src/modules/addons/store/actions.js:47
199
  __( 'Install', 'google-analytics-for-wordpress' ),
200
 
201
+ // Reference: src/modules/addons/store/actions.js:47
202
  __( 'Activate', 'google-analytics-for-wordpress' ),
203
 
204
  // Reference: src/modules/frontend/components/FrontendNoAuth.vue:27
 
205
  __( 'Learn More', 'google-analytics-for-wordpress' ),
206
 
207
  // Reference: src/modules/reports/components/ReportsNavigation.vue:36
211
  __( 'Publishers', 'google-analytics-for-wordpress' ),
212
 
213
  // Reference: src/modules/reports/components/ReportsNavigation.vue:38
214
+ // Reference: src/modules/settings/routes/site.js:45
215
  __( 'eCommerce', 'google-analytics-for-wordpress' ),
216
 
217
  // Reference: src/modules/reports/components/ReportsNavigation.vue:39
229
  // Reference: src/plugins/monsterinsights-wizard-helper-plugin.js:13
230
  __( 'Loading settings', 'google-analytics-for-wordpress' ),
231
 
232
+ // Reference: src/modules/settings/routes/site.js:109
233
  __( 'About Us', 'google-analytics-for-wordpress' ),
234
 
235
+ // Reference: src/modules/settings/routes/site.js:117
236
  __( 'Getting Started', 'google-analytics-for-wordpress' ),
237
 
238
+ // Reference: src/modules/settings/routes/site.js:126
239
  __( 'Lite vs Pro', 'google-analytics-for-wordpress' ),
240
 
241
  // Reference: src/modules/settings/routes/site.js:29
254
  __( 'Advanced', 'google-analytics-for-wordpress' ),
255
 
256
  // Reference: src/modules/settings/routes/site.js:86
257
+ // Reference: src/modules/tools/components/ToolsNavigation.vue:15
258
  __( 'URL Builder', 'google-analytics-for-wordpress' ),
259
 
260
  // Reference: src/modules/settings/routes/site.js:94
261
+ // Reference: src/modules/tools/components/ToolsNavigation.vue:14
262
  __( 'Import Export', 'google-analytics-for-wordpress' ),
263
 
264
  // Reference: src/modules/widget/store/index.js:101
339
  // Reference: src/modules/wizard-onboarding/components/TheWizardHeader.vue:24
340
  __( 'Exit Setup', 'google-analytics-for-wordpress' ),
341
 
342
+ // Reference: src/plugins/monsterinsights-compatibility-plugin.js:37
343
  __( 'Yikes! PHP Update Required', 'google-analytics-for-wordpress' ),
344
 
345
  // Reference: src/plugins/monsterinsights-compatibility-plugin.js:12
346
  __( '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.', 'google-analytics-for-wordpress' ),
347
 
348
+ // Reference: src/plugins/monsterinsights-compatibility-plugin.js:42
349
  __( 'Learn more about updating PHP', 'google-analytics-for-wordpress' ),
350
 
351
+ // Reference: src/plugins/monsterinsights-compatibility-plugin.js:50
352
  __( 'Yikes! WordPress Update Required', 'google-analytics-for-wordpress' ),
353
 
354
  // Reference: src/plugins/monsterinsights-compatibility-plugin.js:25
355
  __( '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' ),
356
 
357
+ // Reference: src/plugins/monsterinsights-compatibility-plugin.js:55
358
  __( 'Learn more about updating WordPress', 'google-analytics-for-wordpress' ),
359
 
360
  // Reference: src/modules/frontend/components/FrontendPoweredBy.vue:12
379
  __( 'Mobile', 'google-analytics-for-wordpress' ),
380
 
381
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:237
382
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:62
383
  __( 'Sessions', 'google-analytics-for-wordpress' ),
384
 
385
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:238
386
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:63
387
  __( 'Unique %s Sessions', 'google-analytics-for-wordpress' ),
388
 
389
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:239
390
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:64
391
  __( 'Pageviews', 'google-analytics-for-wordpress' ),
392
 
393
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:240
394
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:65
395
  __( 'Unique %s Pageviews', 'google-analytics-for-wordpress' ),
396
 
397
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:241
398
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:70
399
  __( 'Avg. Session Duration', 'google-analytics-for-wordpress' ),
400
 
401
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:242
402
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:71
403
  __( 'Bounce Rate', 'google-analytics-for-wordpress' ),
404
 
405
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:245
418
  __( 'View Full Posts/Pages Report', 'google-analytics-for-wordpress' ),
419
 
420
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:252
421
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:66
422
  __( 'A session is the browsing session of a single user to your site.', 'google-analytics-for-wordpress' ),
423
 
424
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:253
425
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:67
426
  __( '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' ),
427
 
428
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:254
429
+ // Reference: src/modules/widget/components/reports/WidgetReportOverview-Lite.vue:68
430
  __( 'Total duration of all sessions (in seconds) / number of sessions.', 'google-analytics-for-wordpress' ),
431
 
432
  // Reference: src/modules/reports/components/reports/ReportOverview.vue:255
444
  // Reference: src/modules/addons/components/AddonsNavigation.vue:19
445
  __( 'Search Addons', 'google-analytics-for-wordpress' ),
446
 
447
+ // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:88
448
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:77
449
  __( 'Yes (recommended) %s- Get the latest features, bugfixes, and security updates as they are released.%s', 'google-analytics-for-wordpress' ),
450
 
451
+ // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:92
452
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:81
453
  __( 'Minor only %s- Get bugfixes and security updates, but not major features.%s', 'google-analytics-for-wordpress' ),
454
 
455
+ // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:96
456
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:85
457
  __( 'None %s- Manually update everything.%s', 'google-analytics-for-wordpress' ),
458
 
459
+ // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:88
460
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingLicense-Lite.vue:27
461
  __( 'License Key', 'google-analytics-for-wordpress' ),
462
 
463
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:89
464
  __( 'Google Authentication', 'google-analytics-for-wordpress' ),
465
 
466
+ // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:90
467
  __( 'Connect Google Analytics + WordPress', 'google-analytics-for-wordpress' ),
468
 
469
+ // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:91
470
  __( 'You will be taken to the MonsterInsights website where you\'ll need to connect your Analytics account.', 'google-analytics-for-wordpress' ),
471
 
472
+ // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:68
473
  // Reference: src/modules/settings/components/tabs/SettingsTabGeneral-Lite.vue:92
474
  __( 'Automatic Updates', 'google-analytics-for-wordpress' ),
475
 
575
  // Reference: src/modules/settings/components/tabs/SettingsTabEngagement.vue:89
576
  __( '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' ),
577
 
578
+ // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:142
579
  __( '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' ),
580
 
581
  // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:54
587
  // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:56
588
  __( 'Users that have at least one of these roles will be able to view the reports.', 'google-analytics-for-wordpress' ),
589
 
590
+ // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:57
591
  __( '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' ),
592
 
593
  // Reference: src/modules/settings/components/tabs/SettingsTabAdvanced.vue:58
695
  // Reference: src/modules/tools/components/ToolsTabImportExport.vue:87
696
  __( 'Please choose a .json file generated by a MonsterInsights settings export.', 'google-analytics-for-wordpress' ),
697
 
698
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:122
699
  __( 'Ok', 'google-analytics-for-wordpress' ),
700
 
701
  // Reference: src/modules/tools/components/ToolsTabUrlBuilder.vue:156
881
  // Reference: src/modules/about/components/AboutTabGettingStarted.vue:83
882
  __( 'More advanced features', 'google-analytics-for-wordpress' ),
883
 
884
+ // Reference: src/modules/about/components/AboutTabGettingStarted.vue:85
885
  __( 'Get MonsterInsights Pro Today and Unlock all the Powerful Features', 'google-analytics-for-wordpress' ),
886
 
887
+ // Reference: src/modules/about/components/AboutTabGettingStarted.vue:86
888
  __( 'Bonus: MonsterInsights Lite users get %s50%% off regular price%s, automatically applied at checkout.', 'google-analytics-for-wordpress' ),
889
 
890
  // Reference: src/modules/about/components/AboutTabGettingStarted.vue:90
941
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:25
942
  __( 'Custom Dimensions', 'google-analytics-for-wordpress' ),
943
 
944
+ // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:131
945
  // Reference: src/modules/addons/components/AddonBlock.vue:83
946
  __( 'Not Available', 'google-analytics-for-wordpress' ),
947
 
1018
  // Reference: src/modules/about/components/AboutTabLiteVsPro.vue:91
1019
  __( 'Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required', 'google-analytics-for-wordpress' ),
1020
 
 
1021
  // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:31
1022
  __( 'Forms Tracking', 'google-analytics-for-wordpress' ),
1023
 
1144
  // Reference: src/modules/reports/components/ReportInfobox.vue:52
1145
  __( 'No change', 'google-analytics-for-wordpress' ),
1146
 
1147
+ // Reference: src/modules/reports/components/ReportTableBox.vue:77
1148
  __( 'Show', 'google-analytics-for-wordpress' ),
1149
 
1150
  // Reference: src/modules/reports/components/reports/ReportRealTime-Lite.vue:52
1238
  __( 'See who\'s viewing and submitting your forms, so you can increase your conversion rate.', 'google-analytics-for-wordpress' ),
1239
 
1240
  // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:33
 
1241
  __( 'Google Optimize', 'google-analytics-for-wordpress' ),
1242
 
1243
  // Reference: src/modules/settings/components/tabs/SettingsTabConversions-Lite.vue:34
1256
  __( '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.', 'google-analytics-for-wordpress' ),
1257
 
1258
  // Reference: src/modules/reports/components/upsells/ReportUpsellOverlay.vue:29
1259
+ // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:33
1260
  __( 'Upgrade to MonsterInsights Pro', 'google-analytics-for-wordpress' ),
1261
 
1262
  // Reference: src/modules/widget/components/settings/WidgetSettingsWidth.vue:40
1283
  // Reference: src/modules/settings/api/index.js:18
1284
  __( 'Can\'t load settings. Error: %s, %s', 'google-analytics-for-wordpress' ),
1285
 
1286
+ // Reference: src/modules/auth/api/index.js:118
1287
  __( 'You appear to be offline.', 'google-analytics-for-wordpress' ),
1288
 
1289
  // Reference: src/modules/addons/store/actions.js:32
1331
  // Reference: src/modules/addons/components/AddonBlock.vue:88
1332
  __( 'Inactive', 'google-analytics-for-wordpress' ),
1333
 
1334
+ // Reference: src/modules/addons/addons-Lite.vue:79
1335
  // Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:21
1336
  __( 'Upgrade Now', 'google-analytics-for-wordpress' ),
1337
 
1374
  // Reference: src/modules/settings/components/SettingsNetwork.vue:34
1375
  __( 'Add your MonsterInsights license key from the email receipt or account area. %sRetrieve your license key%s.', 'google-analytics-for-wordpress' ),
1376
 
1377
+ // Reference: src/modules/settings/components/SettingsNetwork.vue:38
1378
  __( 'Miscellaneous', 'google-analytics-for-wordpress' ),
1379
 
1380
+ // Reference: src/modules/settings/components/SettingsNetwork.vue:40
1381
  __( 'Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes.', 'google-analytics-for-wordpress' ),
1382
 
1383
+ // Reference: src/modules/settings/components/SettingsNetwork.vue:41
1384
  __( 'Hide Announcements', 'google-analytics-for-wordpress' ),
1385
 
1386
  // Reference: src/modules/widget/components/settings/WidgetSettingsReports-Lite.vue:66
1395
  // Reference: src/modules/widget/components/settings/WidgetSettingsReports-Lite.vue:70
1396
  __( 'Available in PRO version', 'google-analytics-for-wordpress' ),
1397
 
1398
+ // Reference: src/modules/settings/components/input/SettingsInputSelect.vue:57
1399
  __( 'No options available', 'google-analytics-for-wordpress' ),
1400
 
1401
  // Reference: src/modules/settings/components/input/SettingsInputText.vue:42
1441
  __( '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' ),
1442
 
1443
  // Reference: src/modules/auth/api/index.js:140
 
1444
  __( 'Can\'t save settings. Error: %s, %s', 'google-analytics-for-wordpress' ),
1445
 
1446
  // Reference: src/modules/auth/api/index.js:144
 
1447
  __( 'You appear to be offline. Settings not saved.', 'google-analytics-for-wordpress' ),
1448
 
1449
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:78
1450
  __( 'Authenticating', 'google-analytics-for-wordpress' ),
1451
 
1452
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:105
1453
  __( 'Re-Authenticating', 'google-analytics-for-wordpress' ),
1454
 
1455
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:170
1464
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:221
1465
  __( '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' ),
1466
 
1467
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:46
1468
  __( 'Connect MonsterInsights', 'google-analytics-for-wordpress' ),
1469
 
1470
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:68
1471
  __( 'Verify Credentials', 'google-analytics-for-wordpress' ),
1472
 
1473
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:47
1474
  __( 'Reconnect MonsterInsights', 'google-analytics-for-wordpress' ),
1475
 
1476
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:70
1479
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:71
1480
  __( 'Active Profile', 'google-analytics-for-wordpress' ),
1481
 
1482
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:50
1483
  __( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-for-wordpress' ),
1484
 
1485
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:51
1486
  __( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-for-wordpress' ),
1487
 
1488
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputAuthenticate-Lite.vue:74
1504
  __( 'Can\'t load errors. Error: %s, %s', 'google-analytics-for-wordpress' ),
1505
 
1506
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:30
1507
+ // Reference: src/modules/settings/components/input/tab-publisher/SettingsInputAmp-Lite.vue:22
1508
  __( 'Google AMP', 'google-analytics-for-wordpress' ),
1509
 
1510
  // Reference: src/modules/settings/components/input/tab-publisher/SettingsInputAmp-Lite.vue:23
1511
  __( 'Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking.', 'google-analytics-for-wordpress' ),
1512
 
1513
  // Reference: src/modules/settings/components/SettingsAddonUpgrade.vue:29
 
1514
  __( 'Upgrade', 'google-analytics-for-wordpress' ),
1515
 
1516
  // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:20
1523
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputPerformance-Lite.vue:18
1524
  __( '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.', 'google-analytics-for-wordpress' ),
1525
 
1526
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:39
1527
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:27
1528
  __( 'Usage Tracking', 'google-analytics-for-wordpress' ),
1529
 
1530
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:40
1531
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:29
1532
  __( '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.', 'google-analytics-for-wordpress' ),
1533
 
1534
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:41
1535
  __( 'Allow usage tracking', 'google-analytics-for-wordpress' ),
1536
 
1537
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:42
1538
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:30
1539
  __( 'Complete documentation on usage tracking is available %shere%s.', 'google-analytics-for-wordpress' ),
1540
 
1571
  // Reference: src/modules/settings/components/input/tab-publisher/SettingsInputAds-Lite.vue:23
1572
  __( 'Add Ads tracking to see who\'s clicking on your Google Ads, so you can increase your revenue.', 'google-analytics-for-wordpress' ),
1573
 
1574
+ // Reference: src/modules/license/api/index.js:114
1575
  __( 'Can\'t deactivate the license. Error: %s, %s', 'google-analytics-for-wordpress' ),
1576
 
1577
+ // Reference: src/modules/license/api/index.js:139
1578
  __( 'Can\'t upgrade to PRO please try again. Error: %s, %s', 'google-analytics-for-wordpress' ),
1579
 
1580
  // Reference: src/modules/license/api/index.js:17
1581
  __( 'Can\'t load license details. Error: %s, %s', 'google-analytics-for-wordpress' ),
1582
 
1583
+ // Reference: src/modules/license/api/index.js:55
1584
  __( 'Can\'t verify the license. Error: %s, %s', 'google-analytics-for-wordpress' ),
1585
 
1586
+ // Reference: src/modules/license/api/index.js:79
1587
  __( 'Can\'t validate the license. Error: %s, %s', 'google-analytics-for-wordpress' ),
1588
 
1589
  // Reference: src/components/TheAppFTPForm.vue:100
1697
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:29
1698
  __( 'You\'re using %sMonsterInsights Lite%s - no license needed. Enjoy! %s', 'google-analytics-for-wordpress' ),
1699
 
1700
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:30
1701
  __( 'To unlock more features consider %supgrading to PRO%s.', 'google-analytics-for-wordpress' ),
1702
 
1703
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:31
1704
  __( 'As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!', 'google-analytics-for-wordpress' ),
1705
 
1706
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:32
1727
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:99
1728
  __( 'Do Upgrade Later', 'google-analytics-for-wordpress' ),
1729
 
1730
+ // Reference: src/modules/frontend/components/FrontendUpsell-Lite.vue:11
1731
  // Reference: src/modules/wizard-onboarding/welcome-Lite.vue:133
1732
  __( 'Upgrade to PRO', 'google-analytics-for-wordpress' ),
1733
 
1743
  // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:5
1744
  __( 'You need to %sconnect MonsterInsights%s first', 'google-analytics-for-wordpress' ),
1745
 
1746
+ // Reference: src/modules/settings/components/SettingsFirstTImeNotice.vue:41
1747
  __( 'Welcome to MonsterInsights', 'google-analytics-for-wordpress' ),
1748
 
1749
  // Reference: src/modules/wizard-onboarding/welcome-Lite.vue:126
1842
  // Reference: src/modules/widget/components/WidgetReminder.vue:34
1843
  __( 'See the full analytics report!', 'google-analytics-for-wordpress' ),
1844
 
1845
+ // Reference: src/modules/reports/components/ReportNoAuth.vue:25
1846
  __( 'You must connect with MonsterInsights before you can view reports.', 'google-analytics-for-wordpress' ),
1847
 
1848
+ // Reference: src/modules/reports/components/ReportNoAuth.vue:26
1849
  __( 'MonsterInsights makes it "effortless" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard.', 'google-analytics-for-wordpress' ),
1850
 
1851
  // Reference: src/components/TheQuickLinks.vue:31
1893
  // Reference: src/modules/about/components/AboutTabAboutUs.vue:36
1894
  __( 'The MonsterInsights Team', 'google-analytics-for-wordpress' ),
1895
 
1896
+ // Reference: src/plugins/monsterinsights-compatibility-plugin.js:38
1897
  __( '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 stopped 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.', 'google-analytics-for-wordpress' ),
1898
 
1899
  // Reference: src/modules/reports/components/reports/ReportRealTime-Lite.vue:55
2017
  __( 'Upgrade to Pro »', 'google-analytics-for-wordpress' ),
2018
 
2019
  // Reference: src/modules/widget/components/WidgetTips.vue:70
2020
+ __( 'Pro Tip:', 'google-analytics-for-wordpress' ),
2021
+
2022
+ // Reference: src/plugins/monsterinsights-compatibility-plugin.js:51
2023
+ __( 'MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.9 in October, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install.', 'google-analytics-for-wordpress' ),
2024
+
2025
+ // Reference: src/modules/reports/api/index.js:20
2026
+ __( 'Can\'t load report data. Error: %s, %s', 'google-analytics-for-wordpress' ),
2027
+
2028
+ // Reference: src/modules/reports/api/index.js:27
2029
+ __( 'Error loading report data', 'google-analytics-for-wordpress' ),
2030
+
2031
+ // Reference: src/modules/license/api/index.js:23
2032
+ __( 'Error loading license details', 'google-analytics-for-wordpress' ),
2033
+
2034
+ // Reference: src/modules/settings/api/index.js:52
2035
+ __( 'Network error encountered. Settings not saved.', 'google-analytics-for-wordpress' ),
2036
+
2037
+ // Reference: src/modules/reports/components/ReportNoAuth.vue:28
2038
+ __( 'Please ask your webmaster to connect MonsterInsights to Google Analytics.', 'google-analytics-for-wordpress' ),
2039
+
2040
+ // Reference: src/modules/widget/components/WidgetTips.vue:64
2041
+ __( 'Get Scroll-Depth tracking to see how far users scroll on your pages before leaving.', 'google-analytics-for-wordpress' )
2042
  );
2043
  /* THIS IS THE END OF THE GENERATED FILE */
lite/assets/vue/css/chunk-common.css CHANGED
@@ -1 +1 @@
1
- strong[data-v-a9c27d52]{display:block}[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}.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-493c7577]{display:block}.monsterinsights-reset-default[data-v-493c7577]{margin-left:5px}.monsterinsights-dark[data-v-3d6480c4]{display:block}.monsterinsights-admin-page .monsterinsights-floating-bar{background:#4e5c66;color:#fff;font-size:13px;padding:10px;text-align:center;position:relative;margin:-20px -10px 20px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-floating-bar{margin-top:-10px;padding-right:20px;padding-left:20px}}.monsterinsights-admin-page .monsterinsights-floating-bar a{text-decoration:underline;color:#fff}.monsterinsights-admin-page .monsterinsights-floating-bar a:focus,.monsterinsights-admin-page .monsterinsights-floating-bar a:hover{color:#fff;text-decoration:none}.monsterinsights-admin-page .monsterinsights-floating-bar .monsterinsights-floating-bar-close{padding:0;border:0;background:rgba(0,0,0,0);color:#fff;font-size:10px;position:absolute;right:15px;top:50%;margin-top:-5px}.monsterinsights-admin-page .monsterinsights-slide-enter-active,.monsterinsights-admin-page .monsterinsights-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.monsterinsights-admin-page .monsterinsights-slide-enter-to,.monsterinsights-admin-page .monsterinsights-slide-leave{max-height:100px;overflow:hidden}.monsterinsights-admin-page .monsterinsights-slide-enter,.monsterinsights-admin-page .monsterinsights-slide-leave-to{overflow:hidden;max-height:0}.float-right[data-v-7a774924]{float:right}.monsterinsights-container[data-v-7a774924]:after{display:table;clear:both;content:""}.monsterinsights-quick-links{position:fixed;bottom:25px;right:25px;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;width:60px;height:60px;border-radius:50%;background:#fff;z-index:1000;padding:5px 10px}.monsterinsights-quick-links:focus,.monsterinsights-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.monsterinsights-quick-links-label{border-radius:50%;background:#fff;border:2px solid rgba(147,120,207,.21);position:absolute;left:2px;right:2px;top:2px;bottom:2px;padding:6px 6px 6px 8px;display:block;width:58px;outline:none;cursor:pointer}.monsterinsights-quick-links-open .monsterinsights-quick-links-label .monsterinsights-quick-link-title{opacity:0;pointer-events:none}.monsterinsights-bg-img.monsterinsights-quick-links-mascot{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;padding-top:100%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;display:block}.monsterinsights-bg-img.monsterinsights-quick-links-mascot:after{background-image:url(../img/mascot.png)}.monsterinsights-quick-links-open .monsterinsights-bg-img.monsterinsights-quick-links-mascot{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}.monsterinsights-quick-links-menu{position:absolute;bottom:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;right:6px;margin-bottom:10px}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item{display:block;width:48px;height:48px;background:#509fe2;border-radius:50%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;position:relative;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;margin-bottom:6px;color:#fff;text-decoration:none;text-align:center;font-size:18px;line-height:48px}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item:hover{color:#fff;background:#50abee;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.monsterinsights-quick-link-title{position:absolute;right:100%;margin-right:10px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-12px;line-height:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;outline:none}@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"}.monstericon-life-ring:before{content:"\F030"}.monstericon-wpbeginner:before{content:"\F031"}.monstericon-lightbulb:before{content:"\F032"}.monstericon-shopping-cart:before{content:"\F033"}@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}.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::-moz-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-moz-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-moz-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}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:focus,.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#393f4c;cursor:default}@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}.monsterinsights-welcome-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(0,0,0,.5)}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%}.monsterinsights-welcome-overlay .monsterinsights-overlay-close{background:none;border:none;position:absolute;top:5px;right:7px;padding:0;color:#777}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content{height:100%}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content iframe{height:100%;width:100%}
1
+ strong[data-v-a9c27d52]{display:block}[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}.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-493c7577]{display:block}.monsterinsights-reset-default[data-v-493c7577]{margin-left:5px}.monsterinsights-dark[data-v-f66259b4]{display:block}.monsterinsights-admin-page .monsterinsights-floating-bar{background:#4e5c66;color:#fff;font-size:13px;padding:10px;text-align:center;position:relative;margin:-20px -10px 20px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-floating-bar{margin-top:-10px;padding-right:20px;padding-left:20px}}.monsterinsights-admin-page .monsterinsights-floating-bar a{text-decoration:underline;color:#fff}.monsterinsights-admin-page .monsterinsights-floating-bar a:focus,.monsterinsights-admin-page .monsterinsights-floating-bar a:hover{color:#fff;text-decoration:none}.monsterinsights-admin-page .monsterinsights-floating-bar .monsterinsights-floating-bar-close{padding:0;border:0;background:rgba(0,0,0,0);color:#fff;font-size:10px;position:absolute;right:15px;top:50%;margin-top:-5px}.monsterinsights-admin-page .monsterinsights-slide-enter-active,.monsterinsights-admin-page .monsterinsights-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.monsterinsights-admin-page .monsterinsights-slide-enter-to,.monsterinsights-admin-page .monsterinsights-slide-leave{max-height:100px;overflow:hidden}.monsterinsights-admin-page .monsterinsights-slide-enter,.monsterinsights-admin-page .monsterinsights-slide-leave-to{overflow:hidden;max-height:0}.float-right[data-v-7a774924]{float:right}.monsterinsights-container[data-v-7a774924]:after{display:table;clear:both;content:""}.monsterinsights-quick-links{position:fixed;bottom:25px;right:25px;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;width:60px;height:60px;border-radius:50%;background:#fff;z-index:1000;padding:5px 10px}.monsterinsights-quick-links:focus,.monsterinsights-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.monsterinsights-quick-links-label{border-radius:50%;background:#fff;border:2px solid rgba(147,120,207,.21);position:absolute;left:2px;right:2px;top:2px;bottom:2px;padding:6px 6px 6px 8px;display:block;width:56px;height:56px;outline:none;cursor:pointer}.monsterinsights-quick-links-open .monsterinsights-quick-links-label .monsterinsights-quick-link-title{opacity:0;pointer-events:none}.monsterinsights-bg-img.monsterinsights-quick-links-mascot{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;padding-top:100%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;display:block}.monsterinsights-bg-img.monsterinsights-quick-links-mascot:after{background-image:url(../img/mascot.png)}.monsterinsights-quick-links-open .monsterinsights-bg-img.monsterinsights-quick-links-mascot{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}.monsterinsights-quick-links-menu{position:absolute;bottom:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;right:6px;margin-bottom:10px}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item{display:block;width:48px;height:48px;background:#509fe2;border-radius:50%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;position:relative;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;margin-bottom:6px;color:#fff;text-decoration:none;text-align:center;font-size:18px;line-height:48px}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item:hover{color:#fff;background:#50abee;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.monsterinsights-quick-link-title{position:absolute;right:100%;margin-right:10px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-12px;line-height:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;outline:none}@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"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}@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}.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::-moz-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-moz-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-moz-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}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:focus,.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#393f4c;cursor:default}@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}.monsterinsights-welcome-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(0,0,0,.5)}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%}.monsterinsights-welcome-overlay .monsterinsights-overlay-close{background:none;border:none;position:absolute;top:5px;right:7px;padding:0;color:#777}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content{height:100%}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content iframe{height:100%;width:100%}
lite/assets/vue/css/chunk-common.rtl.css CHANGED
@@ -1 +1 @@
1
- strong[data-v-a9c27d52]{display:block}[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}.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-493c7577]{display:block}.monsterinsights-reset-default[data-v-493c7577]{margin-right:5px}.monsterinsights-dark[data-v-3d6480c4]{display:block}.monsterinsights-admin-page .monsterinsights-floating-bar{background:#4e5c66;color:#fff;font-size:13px;padding:10px;text-align:center;position:relative;margin:-20px -10px 20px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-floating-bar{margin-top:-10px;padding-left:20px;padding-right:20px}}.monsterinsights-admin-page .monsterinsights-floating-bar a{text-decoration:underline;color:#fff}.monsterinsights-admin-page .monsterinsights-floating-bar a:focus,.monsterinsights-admin-page .monsterinsights-floating-bar a:hover{color:#fff;text-decoration:none}.monsterinsights-admin-page .monsterinsights-floating-bar .monsterinsights-floating-bar-close{padding:0;border:0;background:rgba(0,0,0,0);color:#fff;font-size:10px;position:absolute;left:15px;top:50%;margin-top:-5px}.monsterinsights-admin-page .monsterinsights-slide-enter-active,.monsterinsights-admin-page .monsterinsights-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.monsterinsights-admin-page .monsterinsights-slide-enter-to,.monsterinsights-admin-page .monsterinsights-slide-leave{max-height:100px;overflow:hidden}.monsterinsights-admin-page .monsterinsights-slide-enter,.monsterinsights-admin-page .monsterinsights-slide-leave-to{overflow:hidden;max-height:0}.float-right[data-v-7a774924]{float:left}.monsterinsights-container[data-v-7a774924]:after{display:table;clear:both;content:""}.monsterinsights-quick-links{position:fixed;bottom:25px;left:25px;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;width:60px;height:60px;border-radius:50%;background:#fff;z-index:1000;padding:5px 10px}.monsterinsights-quick-links:focus,.monsterinsights-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.monsterinsights-quick-links-label{border-radius:50%;background:#fff;border:2px solid rgba(147,120,207,.21);position:absolute;right:2px;left:2px;top:2px;bottom:2px;padding:6px 8px 6px 6px;display:block;width:58px;outline:none;cursor:pointer}.monsterinsights-quick-links-open .monsterinsights-quick-links-label .monsterinsights-quick-link-title{opacity:0;pointer-events:none}.monsterinsights-bg-img.monsterinsights-quick-links-mascot{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;padding-top:100%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;display:block}.monsterinsights-bg-img.monsterinsights-quick-links-mascot:after{background-image:url(../img/mascot.png)}.monsterinsights-quick-links-open .monsterinsights-bg-img.monsterinsights-quick-links-mascot{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg)}.monsterinsights-quick-links-menu{position:absolute;bottom:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;left:6px;margin-bottom:10px}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item{display:block;width:48px;height:48px;background:#509fe2;border-radius:50%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;position:relative;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;margin-bottom:6px;color:#fff;text-decoration:none;text-align:center;font-size:18px;line-height:48px}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item:hover{color:#fff;background:#50abee;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.monsterinsights-quick-link-title{position:absolute;left:100%;margin-left:10px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-12px;line-height:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;outline:none}@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"}.monstericon-life-ring:before{content:"\F030"}.monstericon-wpbeginner:before{content:"\F031"}.monstericon-lightbulb:before{content:"\F032"}.monstericon-shopping-cart:before{content:"\F033"}@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}.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::-moz-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-moz-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-moz-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}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:focus,.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#393f4c;cursor:default}@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}.monsterinsights-welcome-overlay{position:fixed;top:0;right:0;left:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(0,0,0,.5)}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%}.monsterinsights-welcome-overlay .monsterinsights-overlay-close{background:none;border:none;position:absolute;top:5px;left:7px;padding:0;color:#777}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content{height:100%}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content iframe{height:100%;width:100%}
1
+ strong[data-v-a9c27d52]{display:block}[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}.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-493c7577]{display:block}.monsterinsights-reset-default[data-v-493c7577]{margin-right:5px}.monsterinsights-dark[data-v-f66259b4]{display:block}.monsterinsights-admin-page .monsterinsights-floating-bar{background:#4e5c66;color:#fff;font-size:13px;padding:10px;text-align:center;position:relative;margin:-20px -10px 20px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-floating-bar{margin-top:-10px;padding-left:20px;padding-right:20px}}.monsterinsights-admin-page .monsterinsights-floating-bar a{text-decoration:underline;color:#fff}.monsterinsights-admin-page .monsterinsights-floating-bar a:focus,.monsterinsights-admin-page .monsterinsights-floating-bar a:hover{color:#fff;text-decoration:none}.monsterinsights-admin-page .monsterinsights-floating-bar .monsterinsights-floating-bar-close{padding:0;border:0;background:rgba(0,0,0,0);color:#fff;font-size:10px;position:absolute;left:15px;top:50%;margin-top:-5px}.monsterinsights-admin-page .monsterinsights-slide-enter-active,.monsterinsights-admin-page .monsterinsights-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.monsterinsights-admin-page .monsterinsights-slide-enter-to,.monsterinsights-admin-page .monsterinsights-slide-leave{max-height:100px;overflow:hidden}.monsterinsights-admin-page .monsterinsights-slide-enter,.monsterinsights-admin-page .monsterinsights-slide-leave-to{overflow:hidden;max-height:0}.float-right[data-v-7a774924]{float:left}.monsterinsights-container[data-v-7a774924]:after{display:table;clear:both;content:""}.monsterinsights-quick-links{position:fixed;bottom:25px;left:25px;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;width:60px;height:60px;border-radius:50%;background:#fff;z-index:1000;padding:5px 10px}.monsterinsights-quick-links:focus,.monsterinsights-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.monsterinsights-quick-links-label{border-radius:50%;background:#fff;border:2px solid rgba(147,120,207,.21);position:absolute;right:2px;left:2px;top:2px;bottom:2px;padding:6px 8px 6px 6px;display:block;width:56px;height:56px;outline:none;cursor:pointer}.monsterinsights-quick-links-open .monsterinsights-quick-links-label .monsterinsights-quick-link-title{opacity:0;pointer-events:none}.monsterinsights-bg-img.monsterinsights-quick-links-mascot{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;padding-top:100%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;display:block}.monsterinsights-bg-img.monsterinsights-quick-links-mascot:after{background-image:url(../img/mascot.png)}.monsterinsights-quick-links-open .monsterinsights-bg-img.monsterinsights-quick-links-mascot{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg)}.monsterinsights-quick-links-menu{position:absolute;bottom:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;left:6px;margin-bottom:10px}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item{display:block;width:48px;height:48px;background:#509fe2;border-radius:50%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;position:relative;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;margin-bottom:6px;color:#fff;text-decoration:none;text-align:center;font-size:18px;line-height:48px}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item:hover{color:#fff;background:#50abee;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.monsterinsights-quick-link-title{position:absolute;left:100%;margin-left:10px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-12px;line-height:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;outline:none}@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"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}@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}.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::-moz-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-moz-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-moz-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}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:focus,.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#393f4c;cursor:default}@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}.monsterinsights-welcome-overlay{position:fixed;top:0;right:0;left:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(0,0,0,.5)}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%}.monsterinsights-welcome-overlay .monsterinsights-overlay-close{background:none;border:none;position:absolute;top:5px;left:7px;padding:0;color:#777}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content{height:100%}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content iframe{height:100%;width:100%}
lite/assets/vue/css/chunk-vendors.css CHANGED
@@ -1 +1 @@
1
- @-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}}body.swal2-toast-shown .swal2-container,body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}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%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,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%)}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%)}body.swal2-toast-shown .swal2-container.swal2-center-end,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%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}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%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}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}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}body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.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}.swal2-popup.swal2-toast,.swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.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}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.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)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.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%}.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}.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}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.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}.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}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;background-color:rgba(0,0,0,0)}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)}body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}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%)}body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.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}.swal2-container.swal2-top,.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.swal2-container.swal2-top-end,.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}.swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swal2-container.swal2-center-left,.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}.swal2-container.swal2-center-end,.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}.swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.swal2-container.swal2-bottom-left,.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}.swal2-container.swal2-bottom-end,.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}.swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.swal2-container.swal2-grow-fullscreen>.swal2-modal,.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}.swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.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}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.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}.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){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.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}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.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}.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}.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}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.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))}.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))}.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}.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.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}.swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.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)}.swal2-popup .swal2-styled::-moz-focus-inner{border:0}.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}.swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.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}.swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.swal2-popup>.swal2-checkbox,.swal2-popup>.swal2-file,.swal2-popup>.swal2-input,.swal2-popup>.swal2-radio,.swal2-popup>.swal2-select,.swal2-popup>.swal2-textarea{display:none}.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}.swal2-popup #swal2-content{text-align:center}.swal2-popup .swal2-checkbox,.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-radio,.swal2-popup .swal2-select,.swal2-popup .swal2-textarea{margin:1em auto}.swal2-popup .swal2-file,.swal2-popup .swal2-input,.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}.swal2-popup .swal2-file.swal2-inputerror,.swal2-popup .swal2-input.swal2-inputerror,.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}.swal2-popup .swal2-file:focus,.swal2-popup .swal2-input:focus,.swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.swal2-popup .swal2-file::-webkit-input-placeholder,.swal2-popup .swal2-input::-webkit-input-placeholder,.swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-popup .swal2-file:-ms-input-placeholder,.swal2-popup .swal2-input:-ms-input-placeholder,.swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::-ms-input-placeholder,.swal2-popup .swal2-input::-ms-input-placeholder,.swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::-moz-placeholder,.swal2-popup .swal2-input::-moz-placeholder,.swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.swal2-popup .swal2-file::placeholder,.swal2-popup .swal2-input::placeholder,.swal2-popup .swal2-textarea::placeholder{color:#ccc}.swal2-popup .swal2-range input{width:80%}.swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.swal2-popup .swal2-range input,.swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.swal2-popup .swal2-input[type=number]{max-width:10em}.swal2-popup .swal2-file{font-size:1.125em}.swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.swal2-popup .swal2-checkbox,.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}.swal2-popup .swal2-checkbox label,.swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-popup .swal2-checkbox input,.swal2-popup .swal2-radio input{margin:0 .4em}.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}.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){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.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}.swal2-icon-text{font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.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}.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)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86}.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%}.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}.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}.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}.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}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.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)}.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)}.swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.swal2-progresssteps li{display:inline-block;position:relative}.swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.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}.swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.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{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}
1
+ @-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}}body.swal2-toast-shown .swal2-container,body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}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%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,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%)}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%)}body.swal2-toast-shown .swal2-container.swal2-center-end,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%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}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%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}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}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}body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.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}.swal2-popup.swal2-toast,.swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.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}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.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)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.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%}.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}.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}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.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}.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}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;background-color:rgba(0,0,0,0)}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)}body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}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%)}body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.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}.swal2-container.swal2-top,.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.swal2-container.swal2-top-end,.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}.swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swal2-container.swal2-center-left,.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}.swal2-container.swal2-center-end,.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}.swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.swal2-container.swal2-bottom-left,.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}.swal2-container.swal2-bottom-end,.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}.swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.swal2-container.swal2-grow-fullscreen>.swal2-modal,.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}.swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.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}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.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}.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){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.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}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.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}.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}.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}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.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))}.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))}.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}.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.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}.swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.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)}.swal2-popup .swal2-styled::-moz-focus-inner{border:0}.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}.swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.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}.swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.swal2-popup>.swal2-checkbox,.swal2-popup>.swal2-file,.swal2-popup>.swal2-input,.swal2-popup>.swal2-radio,.swal2-popup>.swal2-select,.swal2-popup>.swal2-textarea{display:none}.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}.swal2-popup #swal2-content{text-align:center}.swal2-popup .swal2-checkbox,.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-radio,.swal2-popup .swal2-select,.swal2-popup .swal2-textarea{margin:1em auto}.swal2-popup .swal2-file,.swal2-popup .swal2-input,.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}.swal2-popup .swal2-file.swal2-inputerror,.swal2-popup .swal2-input.swal2-inputerror,.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}.swal2-popup .swal2-file:focus,.swal2-popup .swal2-input:focus,.swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.swal2-popup .swal2-file::-webkit-input-placeholder,.swal2-popup .swal2-input::-webkit-input-placeholder,.swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-popup .swal2-file::-moz-placeholder,.swal2-popup .swal2-input::-moz-placeholder,.swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.swal2-popup .swal2-file:-ms-input-placeholder,.swal2-popup .swal2-input:-ms-input-placeholder,.swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::-ms-input-placeholder,.swal2-popup .swal2-input::-ms-input-placeholder,.swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::placeholder,.swal2-popup .swal2-input::placeholder,.swal2-popup .swal2-textarea::placeholder{color:#ccc}.swal2-popup .swal2-range input{width:80%}.swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.swal2-popup .swal2-range input,.swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.swal2-popup .swal2-input[type=number]{max-width:10em}.swal2-popup .swal2-file{font-size:1.125em}.swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.swal2-popup .swal2-checkbox,.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}.swal2-popup .swal2-checkbox label,.swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-popup .swal2-checkbox input,.swal2-popup .swal2-radio input{margin:0 .4em}.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}.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){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.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}.swal2-icon-text{font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.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}.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)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86}.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%}.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}.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}.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}.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}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.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)}.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)}.swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.swal2-progresssteps li{display:inline-block;position:relative}.swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.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}.swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.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{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}
lite/assets/vue/css/chunk-vendors.rtl.css CHANGED
@@ -1 +1 @@
1
- @-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}}body.swal2-toast-shown .swal2-container,body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}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%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;left:0;bottom:auto;right:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;left:auto;bottom:auto;right:0}body.swal2-toast-shown .swal2-container.swal2-center-left,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%)}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%)}body.swal2-toast-shown .swal2-container.swal2-center-end,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%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;left:auto;bottom:0;right:0}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%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;left:0;bottom:0;right:auto}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}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}body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.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}.swal2-popup.swal2-toast,.swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.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}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:.3125em}.swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.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)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.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%}.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}.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}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;right:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;right:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;left:.1875em;width:1.375em}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.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}.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}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-shown{top:auto;left:auto;bottom:auto;right:auto;background-color:rgba(0,0,0,0)}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)}body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;right:0}body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;left:0}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%)}body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;right:0}body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{left:0;bottom:0}.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}.swal2-container.swal2-top,.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.swal2-container.swal2-top-end,.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}.swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swal2-container.swal2-center-left,.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}.swal2-container.swal2-center-end,.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}.swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.swal2-container.swal2-bottom-left,.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}.swal2-container.swal2-bottom-end,.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}.swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.swal2-container.swal2-grow-fullscreen>.swal2-modal,.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}.swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.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}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.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}.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){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.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}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.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}.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}.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}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.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))}.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))}.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}.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-left:30px;margin-right:30px}.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}.swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.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)}.swal2-popup .swal2-styled::-moz-focus-inner{border:0}.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}.swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.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}.swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.swal2-popup>.swal2-checkbox,.swal2-popup>.swal2-file,.swal2-popup>.swal2-input,.swal2-popup>.swal2-radio,.swal2-popup>.swal2-select,.swal2-popup>.swal2-textarea{display:none}.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}.swal2-popup #swal2-content{text-align:center}.swal2-popup .swal2-checkbox,.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-radio,.swal2-popup .swal2-select,.swal2-popup .swal2-textarea{margin:1em auto}.swal2-popup .swal2-file,.swal2-popup .swal2-input,.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}.swal2-popup .swal2-file.swal2-inputerror,.swal2-popup .swal2-input.swal2-inputerror,.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}.swal2-popup .swal2-file:focus,.swal2-popup .swal2-input:focus,.swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.swal2-popup .swal2-file::-webkit-input-placeholder,.swal2-popup .swal2-input::-webkit-input-placeholder,.swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-popup .swal2-file:-ms-input-placeholder,.swal2-popup .swal2-input:-ms-input-placeholder,.swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::-ms-input-placeholder,.swal2-popup .swal2-input::-ms-input-placeholder,.swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::-moz-placeholder,.swal2-popup .swal2-input::-moz-placeholder,.swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.swal2-popup .swal2-file::placeholder,.swal2-popup .swal2-input::placeholder,.swal2-popup .swal2-textarea::placeholder{color:#ccc}.swal2-popup .swal2-range input{width:80%}.swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.swal2-popup .swal2-range input,.swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.swal2-popup .swal2-input[type=number]{max-width:10em}.swal2-popup .swal2-file{font-size:1.125em}.swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.swal2-popup .swal2-checkbox,.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}.swal2-popup .swal2-checkbox label,.swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-popup .swal2-checkbox input,.swal2-popup .swal2-radio input{margin:0 .4em}.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}.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){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.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}.swal2-icon-text{font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.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}.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)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:1em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86}.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%}.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}.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}.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}.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}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.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)}.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)}.swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.swal2-progresssteps li{display:inline-block;position:relative}.swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.swal2-progresssteps .swal2-progresscircle:first-child{margin-right:0}.swal2-progresssteps .swal2-progresscircle:last-child{margin-left:0}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-rtl .swal2-close{left:auto;right:0}.swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.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}.swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.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{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}
1
+ @-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}}body.swal2-toast-shown .swal2-container,body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}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%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;left:0;bottom:auto;right:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;left:auto;bottom:auto;right:0}body.swal2-toast-shown .swal2-container.swal2-center-left,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%)}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%)}body.swal2-toast-shown .swal2-container.swal2-center-end,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%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;left:auto;bottom:0;right:0}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%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;left:0;bottom:0;right:auto}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}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}body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.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}.swal2-popup.swal2-toast,.swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.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}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:.3125em}.swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.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)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.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%}.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}.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}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;right:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;right:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;left:.1875em;width:1.375em}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.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}.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}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-shown{top:auto;left:auto;bottom:auto;right:auto;background-color:rgba(0,0,0,0)}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)}body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;right:0}body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;left:0}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%)}body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;right:0}body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{left:0;bottom:0}.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}.swal2-container.swal2-top,.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.swal2-container.swal2-top-end,.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}.swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swal2-container.swal2-center-left,.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}.swal2-container.swal2-center-end,.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}.swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.swal2-container.swal2-bottom-left,.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}.swal2-container.swal2-bottom-end,.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}.swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.swal2-container.swal2-grow-fullscreen>.swal2-modal,.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}.swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.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}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.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}.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){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.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}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.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}.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}.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}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.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))}.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))}.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}.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-left:30px;margin-right:30px}.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}.swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.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)}.swal2-popup .swal2-styled::-moz-focus-inner{border:0}.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}.swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.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}.swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.swal2-popup>.swal2-checkbox,.swal2-popup>.swal2-file,.swal2-popup>.swal2-input,.swal2-popup>.swal2-radio,.swal2-popup>.swal2-select,.swal2-popup>.swal2-textarea{display:none}.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}.swal2-popup #swal2-content{text-align:center}.swal2-popup .swal2-checkbox,.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-radio,.swal2-popup .swal2-select,.swal2-popup .swal2-textarea{margin:1em auto}.swal2-popup .swal2-file,.swal2-popup .swal2-input,.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}.swal2-popup .swal2-file.swal2-inputerror,.swal2-popup .swal2-input.swal2-inputerror,.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}.swal2-popup .swal2-file:focus,.swal2-popup .swal2-input:focus,.swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.swal2-popup .swal2-file::-webkit-input-placeholder,.swal2-popup .swal2-input::-webkit-input-placeholder,.swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-popup .swal2-file::-moz-placeholder,.swal2-popup .swal2-input::-moz-placeholder,.swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.swal2-popup .swal2-file:-ms-input-placeholder,.swal2-popup .swal2-input:-ms-input-placeholder,.swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::-ms-input-placeholder,.swal2-popup .swal2-input::-ms-input-placeholder,.swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::placeholder,.swal2-popup .swal2-input::placeholder,.swal2-popup .swal2-textarea::placeholder{color:#ccc}.swal2-popup .swal2-range input{width:80%}.swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.swal2-popup .swal2-range input,.swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.swal2-popup .swal2-input[type=number]{max-width:10em}.swal2-popup .swal2-file{font-size:1.125em}.swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.swal2-popup .swal2-checkbox,.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}.swal2-popup .swal2-checkbox label,.swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-popup .swal2-checkbox input,.swal2-popup .swal2-radio input{margin:0 .4em}.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}.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){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.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}.swal2-icon-text{font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.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}.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)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:1em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86}.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%}.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}.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}.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}.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}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.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)}.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)}.swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.swal2-progresssteps li{display:inline-block;position:relative}.swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.swal2-progresssteps .swal2-progresscircle:first-child{margin-right:0}.swal2-progresssteps .swal2-progresscircle:last-child{margin-left:0}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-rtl .swal2-close{left:auto;right:0}.swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.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}.swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.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{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}
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}}.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}.monsterinsights-report-scroll:nth-child(2){width:calc(50% - 12.5px);margin-left:25px}@media (max-width:991px){.monsterinsights-report-scroll:nth-child(2){width:100%;margin-left:0;margin-top:25px}}@media (max-width:782px){.monsterinsights-report-scroll{width:100%;margin-left:0}}.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-not-authenticated-notice{position:fixed;top:40%;left:50%;width:750px;max-width:100%;margin-left:-295px;background:#fff;padding:0 20px 20px;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);border:1px solid #d6e2ed;text-align:center}@media (min-width:783px){.folded .monsterinsights-not-authenticated-notice{margin-left:-357px}}@media (max-width:960px){.monsterinsights-not-authenticated-notice{margin-left:-357px}}@media (max-width:750px){.monsterinsights-not-authenticated-notice{left:0;margin-left:0}}@media (min-width:750px) and (max-width:782px){.monsterinsights-not-authenticated-notice{margin-left:-375px}}.monsterinsights-not-authenticated-notice .monsterinsights-auth-manual-connect-paragraph{display:none}.monsterinsights-not-authenticated-notice h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate{text-align:center}.monsterinsights-not-authenticated-notice .monsterinsights-license-button{line-height:1;margin-top:20px}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button{font-size:16px;padding:20px 40px;margin:20px 20px 10px;background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button:focus,.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt{background:#509fe2;border-color:#2e7fbe;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt:focus,.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-reports-list-has-overflow{cursor:pointer}
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}.monsterinsights-report-scroll:nth-child(2){width:calc(50% - 12.5px);margin-left:25px}@media (max-width:991px){.monsterinsights-report-scroll:nth-child(2){width:100%;margin-left:0;margin-top:25px}}@media (max-width:782px){.monsterinsights-report-scroll{width:100%;margin-left:0}}.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-not-authenticated-notice{position:fixed;top:40%;left:50%;width:750px;max-width:100%;margin-left:-295px;background:#fff;padding:0 20px 20px;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);border:1px solid #d6e2ed;text-align:center}@media (min-width:783px){.folded .monsterinsights-not-authenticated-notice{margin-left:-357px}}@media (max-width:960px){.monsterinsights-not-authenticated-notice{margin-left:-357px}}@media (max-width:750px){.monsterinsights-not-authenticated-notice{left:0;margin-left:0}}@media (min-width:750px) and (max-width:782px){.monsterinsights-not-authenticated-notice{margin-left:-375px}}.monsterinsights-not-authenticated-notice .monsterinsights-auth-manual-connect-paragraph{display:none}.monsterinsights-not-authenticated-notice h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate{text-align:center}.monsterinsights-not-authenticated-notice .monsterinsights-license-button{line-height:1;margin-top:20px}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button{font-size:16px;padding:20px 40px;margin:20px 20px 10px;background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button:focus,.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt{background:#509fe2;border-color:#2e7fbe;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt:focus,.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-reports-list-has-overflow{cursor:pointer}
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}}.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}.monsterinsights-report-scroll:nth-child(2){width:calc(50% - 12.5px);margin-right:25px}@media (max-width:991px){.monsterinsights-report-scroll:nth-child(2){width:100%;margin-right:0;margin-top:25px}}@media (max-width:782px){.monsterinsights-report-scroll{width:100%;margin-right:0}}.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-not-authenticated-notice{position:fixed;top:40%;right:50%;width:750px;max-width:100%;margin-right:-295px;background:#fff;padding:0 20px 20px;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);border:1px solid #d6e2ed;text-align:center}@media (min-width:783px){.folded .monsterinsights-not-authenticated-notice{margin-right:-357px}}@media (max-width:960px){.monsterinsights-not-authenticated-notice{margin-right:-357px}}@media (max-width:750px){.monsterinsights-not-authenticated-notice{right:0;margin-right:0}}@media (min-width:750px) and (max-width:782px){.monsterinsights-not-authenticated-notice{margin-right:-375px}}.monsterinsights-not-authenticated-notice .monsterinsights-auth-manual-connect-paragraph{display:none}.monsterinsights-not-authenticated-notice h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate{text-align:center}.monsterinsights-not-authenticated-notice .monsterinsights-license-button{line-height:1;margin-top:20px}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button{font-size:16px;padding:20px 40px;margin:20px 20px 10px;background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button:focus,.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt{background:#509fe2;border-color:#2e7fbe;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt:focus,.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-reports-list-has-overflow{cursor:pointer}
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}.monsterinsights-report-scroll:nth-child(2){width:calc(50% - 12.5px);margin-right:25px}@media (max-width:991px){.monsterinsights-report-scroll:nth-child(2){width:100%;margin-right:0;margin-top:25px}}@media (max-width:782px){.monsterinsights-report-scroll{width:100%;margin-right:0}}.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-not-authenticated-notice{position:fixed;top:40%;right:50%;width:750px;max-width:100%;margin-right:-295px;background:#fff;padding:0 20px 20px;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);border:1px solid #d6e2ed;text-align:center}@media (min-width:783px){.folded .monsterinsights-not-authenticated-notice{margin-right:-357px}}@media (max-width:960px){.monsterinsights-not-authenticated-notice{margin-right:-357px}}@media (max-width:750px){.monsterinsights-not-authenticated-notice{right:0;margin-right:0}}@media (min-width:750px) and (max-width:782px){.monsterinsights-not-authenticated-notice{margin-right:-375px}}.monsterinsights-not-authenticated-notice .monsterinsights-auth-manual-connect-paragraph{display:none}.monsterinsights-not-authenticated-notice h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate{text-align:center}.monsterinsights-not-authenticated-notice .monsterinsights-license-button{line-height:1;margin-top:20px}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button{font-size:16px;padding:20px 40px;margin:20px 20px 10px;background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button:focus,.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt{background:#509fe2;border-color:#2e7fbe;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt:focus,.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-reports-list-has-overflow{cursor:pointer}
lite/assets/vue/css/settings.css CHANGED
@@ -1 +1 @@
1
- .monsterinsights-dark[data-v-1eb99caf],.monsterinsights-dark[data-v-3aa79356],.monsterinsights-dark[data-v-4619bc56]{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-bg-img.monsterinsights-about-team{padding-top:59%}.monsterinsights-bg-img.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-45fbd430]{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::-moz-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;color:#fff;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;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,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAG4UlEQVR4nO2cSXMbxxWAv5kBMABBgiBAEtxJcRFtQ5YVK4qSqiy3uCrxIVf7B9g5+ufY+QM65OJDckyq4qqUyy7FoWTJWg2IOwmBIEBixwDIgabLjrmAnOluqNDfUSTfezXfqHum+/UYD9f2+I4A8GfgPeAa0I/GS4rAA+AO8DFQBzC+EzAJ/A24oaq6HmMFeBfYNDm68/XFl8sN4O+AbQIfoi++Ct4CPjCB91VX0sO8bwJvq66ih/nZ8RygUYNtqq6g19ECFKMFKEYLUIwWoBgtQDFagGK0AMVoAYrRAhSjBShGC1CMFqAYLUAxWoBitADF+FQXcFHqDYdytUbDcXCcJk6zic+y8PksQrZNOGRjGIbqMjum6wXUGw7b2RzZ/QMKxRKVav3M37csk0i4j6FIP2PDQwxFuru9yXi4ttdWXcRJvMwVSG/tkt0/oN2+fImhoM3kaJy5iVHsgN/DCr2h6wS83C/wbHWL/YOip3Et02R2YpTFmQn8PsvT2G7oGgG1eoMHz1fZye4LzWMH/CQXZhgfiQnN0yldISCTK3DvSYp6w5GWczIR583FOSxL7YOg8kk4tbHD4/SGq3H+Mmzu7nFYqnDr2lWCCucGpfofpzd4lFqXfvGPOSiW+XzlEeVqTUl+UCjg2doW365vq0r/PeVqjS+/fkKt3lCSX4mArcweT19sqkh9IqVKjbsPn9FstaTnli6gWK5w/+kL2WnPJX9Y4lFqXXpeqZNwu91m5XHKkztteSbB0nQCO+Ajkzvkq6drlCruxvLVrQyjsSijsUHX9XWK1MfQ1MaOJ3fZO7eTXF+c+tG/lSo1/vrP//Ayf+gqdigY4Hc/fxPLlDM4SBuCGo7D8zX3k25yfuInFx8gHLJ599fXXS/EVap10pu7rmJcBGkC0hu7NBz3L1qvz42f+rPhwX5Gou4X31LrOzhNOROyFAGtVpvV7YwnscLBs48z9J3z805oOA4bu1nXcTpBioDMft6zZYZs/uxFumyh5EmeNY9umPOQImA7k/Ms1hffpE8dHu4/36BYrnqS57BU8SzWWQgX0Gq3yeTynsXL5ot8+tl/qdR+vDHzzYtt/nH3sWd54GhpXDTCH0PzB0X+vfLI87gBn8VUIkYo4Gcnd8Bewdv9A4Cx4SFuvrHoedwfIvxFrFAsC4lbd5qkNl8KiX1MoejNfHIWwgWUKt6No0vTCWIDfSfnqdZ5kPJ2falSrdNstYS+lAkXUK2dvYneKYP9If7027MP9JeqNdJb3j4+Ok4TKyBOgPBJuNFsehIn4Dv/XhGxseLFy+NZiH8KUrDE6yUNx5sb6DSECzAMb1IclqtUFWyamIKbvITPAX7LmxaQar3BXz79jJDt573f36Y/ZHsS9zx8gltYhAsIBLxLUWs41BoOrZa8PWTbL3bDXvgQFA4FRacQRsDvF/4/QLiASPjk5/ZXgUg4JDyHcAHRSPiV6lb+IUOD4ht7hQvwWRbx6IDoNEIYGRK/NyxlU35iJEZ2/8B1nF8m5xmNDRCyT54Yby7PMjc+zBcPU+QO3K3jBO0AUQmt7VL2A8aGh1w/T8ciYX5zY4nlmbFTu5vHhwe5Nj/B7eQVV7kAphJxZAycUgT4fT4mE3FXMS6yIOZ28cw0DGbHR13F6DiXlCzAwvT4KzMZT40NE7TlfEpPmoBwKMjM+Mil/75QLJPtYNOl2Wq5WhH1WSZXZycv/fcXRWpjVsNp8q+7XytrhO2ENxZmuDKZkJZPam+o32dx/eqczJQXIh6NMDchZ+w/Rnpz7mgsysL06c1VqggG/Nx4bV76PKWkPX15bpJEPKoi9YlYpsnN5JKSkzJKBBiGwduvLzIisQv5NCzL5Na1JaIDYSX5lZ2QMU2DW8klphLDqkrADvj51fXXiEcjympQekjPMAzeWr5CX8jm2eqW1LNikXAfN5OL9AXlbOycRlccU4WjEyr3nqSEtwMahsHC9BhLs5PCtxs7qqdbBMDRS9S369ukN3dxBGyGD0X6SS7MMKhovD+JrhJwTMNxSG/s8mIr40lbSDwaYX5qTOrRo07pSgHHtFptdnN5drI59vKHHb9Bm4ZBZCBMIjbIxEicPkkb+JehqwX8P9V6g8Jh6fvvBTWcJq1WC8MwsP1+grafSH+YSDj0yiz8Kf9UwUUIBvwEu+gFzgv0J8sUowUoRgtQjBagGC1AMVqAYrQAxWgBitECFKMFKEYLUIwWoBgtQDFagGK0AMVoAYrRAhRjAt58TUNzGYom8JXqKnqYByZwR3UVPcwdE/gEuKe6kh7kPvCJCdSAPwIrauvpKe4BfwBqx09Bm8Bt4CPgLiD+Y2m9R4mja/sR8AuOrjn/AxLfIUp/f0alAAAAAElFTkSuQmCC)}.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-first-time-notice .monsterinsights-notice-button{margin-top:20px}.monsterinsights-settings-blur .monsterinsights-settings-content{-webkit-filter:blur(5px);filter:blur(5px);pointer-events:none}.monsterinsights-settings-blur.monsterinsights-path-general .monsterinsights-settings-content{-webkit-filter:none;filter:none;pointer-events:auto}.monsterinsights-not-authenticated-notice{position:fixed;top:40%;left:50%;width:750px;max-width:100%;margin-left:-295px;background:#fff;padding:0 20px 20px;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);border:1px solid #d6e2ed;text-align:center}@media (min-width:783px){.folded .monsterinsights-not-authenticated-notice{margin-left:-357px}}@media (max-width:960px){.monsterinsights-not-authenticated-notice{margin-left:-357px}}@media (max-width:750px){.monsterinsights-not-authenticated-notice{left:0;margin-left:0}}@media (min-width:750px) and (max-width:782px){.monsterinsights-not-authenticated-notice{margin-left:-375px}}.monsterinsights-not-authenticated-notice .monsterinsights-auth-manual-connect-paragraph{display:none}.monsterinsights-not-authenticated-notice h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-not-authenticated-notice .monsterinsights-license-button{line-height:1;margin-top:20px}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate .monsterinsights-button{margin:0 20px}.monsterinsights-not-authenticated-notice .monsterinsights-dark{font-weight:400;margin-bottom:20px}.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,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAYAAAA0wZQlAAAIYElEQVR4nO2caWwcZxnHfzOz3rWdtTeO7cRxnBinTXNQFEcJqalQhdUUBRUKakXVlhaBgqApIEGlSiUtfKFpOET5UAoqEgKlpKmqNikRV1tCBYhCQlNMZZLYqRrZwUd8dLNZX3vN8GHseO2959h3Z3d+kiXvHM/77vPfZ973eY+Rzg6O4XQOnJwza2I10A10AVuADqAZWDF/fhoYBy4C54F/Am8App3nMWvAwTQCnwfuA3YCUpZrfcAqYDOwd/6YBpwBngcOA5NGKiEbucnhrAV+BAwATwG7yO78TEjz9z4FDAJPA62FGqkkATzAI0A/8DCLjxcrqAW+BvTNl1GV742VIsAm4DTwA8BvYzn++TJOA9vyuaESBPg08Bawo4hldgKngM/kurDcBfgy8DJQL6BsP/DSfB0yUs4C7AeeBRSBdVDm67A/0wXlKsAd6L2SUuFp9DqlUI4CbAWOIPaXvxwFvU5bl58oNwGqgKPY29NBU1U+EpjCR6KQ2/zodVvSRS0LAZ68tXrh328A2+0u79Gba/nwxgCRwoNsO/DN5ANlIcA8rcB37C7krvY4XVua+empKaMmvk1SxrwgwCb07loIfYzDcX9dbcoQNj96PtkW5f7uDn7zjwHi3hqjZvzAYwsfZPQBptPAnYjpL5tmOqZxZrig53HB3NkeZ9+e6wB4sXfarLkvAk2gC/AksNKsRZH0jCaIqfbZv3ujygPdHQAMXg4zU1Vn1mQNcD/oAuwxa000PSP2eF9TVb60TeLeW9qvHXvm9QGrzH8O9BFCRz52FpiKagyHrRdAU1Ue3O5h7851i8c0uDBXa9Usyk6g1fETMu8FVTSLbWqqyld3eLhtx7olx5/5fT+ax3DjuxwJ6HZ8N/RSyFr3a4k4+ztTnQ/w1yHLI22X4yNgfMY6p2iJBAc+WsfuzU0p5072DBHzWjmHA8Bmx0fA5Iw1EaDFYzx8U01a58cTKr84FbKknGVscrwAU1HzAmixCE/saeCWG9ekPR+Lq3Q02PKwWJO31VB4ipGxSVTVxg53ErIss7a5kUB99uQ2YjL/0qIRDu1tYuuGzKlQjc/DwbtvyGlrZPwqD/2uoEipyzsCiul8AFVVGRk3tNIjb7RohEOfyO78fHnjnVEePF7wMqGo4xthn2IsCrTIHN+/fTWb2wKm63D8zUEO90vIXl+ht4bzFqCluZHL45MkihQFiiyzprkx53V+r0RktvB24JWvbDJSrRROnLrE4X4jy4oACEpnB8eszmOKyq96ovRP2vejOP6F9RnPHf3LRV68aOoh8gfH94Kaa8V8hWN/HzDrfIA+xwuwPmA4/LMTi/DSA6nZMMDP/vguz12wxHVnHC/AxgbZ0MLOXHzQP4eipLrn2Vff5bXRghvbdGjAn0s2D0gmW07g90q01skMWTwiuq+7PeXYD4+f482QZZNubwPDJZsHJJMrJ+hca20gB+JhOlqWTrr85Ld9Vjof9GXt5TEp39miUGXhN7mnc2lucPDlc5ycqLWuAJhF31OQvwAtzY0oshi9FFmmJUtOsKJKYmerNeuwvPFZ9u5abHwPvdLHW2HL5/p/CUxAAXM7K+v9rMwxLiOSj33Aw9sjCaImx4b2bFj8kX3rSC/nY+Yz5WVMAQcXPpTFIwig3idxa4fJfrmmse82feXDo7+2xfkA3wWGFz6UjQAAN2/w0Jr/+GIK23whZEni8ed76Yvb4vx/Az9OPlBWAigS3HtjFT6DgfDIHVt44lgf/43a4vwwcA8QSz6Y91iQyDwgmXzmCc5NqBx5J4paOqNcCfSFbyeWn3BEHpBMPvMEW5tkPnVD3vvkisHXSeN8KON9wje1KUgSnOiLiYyEBPAQ8PNMFzgiD0gmV06QzO51Cvd9yHibYJIp4LNkcT4U0AY4mckZjaO9MVtW0GXgP+g78M/mulD8T7oINNZK7N/l5ePXeSwdskjDLPA4sJs8nA8VEgHJXI1o/G0wwb+G4qaz5iRm0IcXvgf8r5AbK06ABaZjGj0jCXpGVYbDhtaXauhDykeA55gf2ymUihUgmamoxntBlUshjbEZleCsxnQUogndNV5FYoUXGmokVtfKrA9IvNAbawEumy3bFcAgB07OWTIR5wpgHAnMvyyqInpBdpK0RdYQbgQYJ+URZCQaXAGMk7ENKEQIVwDjWNIIu22AYFwBBGP7OGE0FicWi+W+0EJW1Fq2k9F2bBVgbOJ9JoK27K3KiiLLXN+xviSGz3Nhaw2DobCd5jOSUFVhZReKrQIUazNHOtSEvS/vsIrSj9Eyx1FzwoosU13tw1vlQZHlaxE2OxdlLhIRXDtjOEaApoYAjatWpm1Yg6EwI2NLBZCVUnpnX2YcIUD7uhZHdS0LoeTbgIZAXdk6HxwQAQ2BzG+nWmgDRPa2zFLyAlT7UvdjTQRDXAldJRqLZ7zPKd3QkhbAW5VavYSqMjbxvoDa2ENJtwGynNqTmZtzZnczEyUtQCXgCiCYkmoDqn0+mlYtbo5Il3RVV/toW7t6ybFgKMz0zKzt9bODkhJAUWTq/dnfy6bIqdc4ZeQzHWXxCCr2hI+VlIUA2fKBUsfxAjjZ+VBibcD0zCxnL1y89rna52PjhtaUawaGRotdNdtwfAQ4HVcAwbgCCMYVQDCuAIJxBRCMK4BgXAEE4wogGFsFELk41inrgmz1ULYVDXaSbsi6VLF9i5KZ/QGKIqesikioas554SKtI7Jki5Ltg3HeKk/a1Q1GUWS5rBZquY2wYFwBBOMKIBhXAMG4AgjGFUAwrgCCcQUQjAxcFV0JBzJllSEZ+JNVxiqI16wyJAOPAVesMlgBXEH3mSXIwHmgCziG/op1l/SE0X3Uhe4zS/g/lmmq4oxw9tYAAAAASUVORK5CYII=)}.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 .monsterinsights-upsell-large{padding-bottom:35px}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell-large{padding-left:10px;padding-right:10px;line-height:1.2}}.monsterinsights-admin-page .monsterinsights-upsell-large h3{color:#4c6577;font-size:18px;font-weight:400;margin-top:33px;margin-bottom:14px}.monsterinsights-admin-page .monsterinsights-upsell-large h2{font-size:18px;margin-top:0}.monsterinsights-admin-page .monsterinsights-upsell-large .monsterinsights-coupon{color:#509fe2;border:1px dashed #509fe2;padding:7px;margin:0 7px;vertical-align:middle;line-height:1}.monsterinsights-admin-page .monsterinsights-upsell-large .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 .monsterinsights-upsell-large .monsterinsights-features span{display:block;width:33%;color:#393f4a;font-size:14px;text-align:left;margin:10px 0}.monsterinsights-admin-page .monsterinsights-upsell-large .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==)}
1
+ .monsterinsights-dark[data-v-1eb99caf],.monsterinsights-dark[data-v-6a976dba],.monsterinsights-dark[data-v-4619bc56]{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-bg-img.monsterinsights-about-team{padding-top:59%}.monsterinsights-bg-img.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-45fbd430]{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::-moz-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;color:#fff;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;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-first-time-notice .monsterinsights-notice-button{margin-top:20px}.monsterinsights-settings-blur .monsterinsights-settings-content{-webkit-filter:blur(5px);filter:blur(5px);pointer-events:none}.monsterinsights-settings-blur.monsterinsights-path-general .monsterinsights-settings-content{-webkit-filter:none;filter:none;pointer-events:auto}.monsterinsights-not-authenticated-notice{position:fixed;top:40%;left:50%;width:750px;max-width:100%;margin-left:-295px;background:#fff;padding:0 20px 20px;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);border:1px solid #d6e2ed;text-align:center}@media (min-width:783px){.folded .monsterinsights-not-authenticated-notice{margin-left:-357px}}@media (max-width:960px){.monsterinsights-not-authenticated-notice{margin-left:-357px}}@media (max-width:750px){.monsterinsights-not-authenticated-notice{left:0;margin-left:0}}@media (min-width:750px) and (max-width:782px){.monsterinsights-not-authenticated-notice{margin-left:-375px}}.monsterinsights-not-authenticated-notice .monsterinsights-auth-manual-connect-paragraph{display:none}.monsterinsights-not-authenticated-notice h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-not-authenticated-notice .monsterinsights-license-button{line-height:1;margin-top:20px}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate .monsterinsights-button{margin:0 20px}.monsterinsights-not-authenticated-notice .monsterinsights-dark{font-weight:400;margin-bottom:20px}.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 .monsterinsights-upsell-large{padding-bottom:35px}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell-large{padding-left:10px;padding-right:10px;line-height:1.2}}.monsterinsights-admin-page .monsterinsights-upsell-large h3{color:#4c6577;font-size:18px;font-weight:400;margin-top:33px;margin-bottom:14px}.monsterinsights-admin-page .monsterinsights-upsell-large h2{font-size:18px;margin-top:0}.monsterinsights-admin-page .monsterinsights-upsell-large .monsterinsights-coupon{color:#509fe2;border:1px dashed #509fe2;padding:7px;margin:0 7px;vertical-align:middle;line-height:1}.monsterinsights-admin-page .monsterinsights-upsell-large .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 .monsterinsights-upsell-large .monsterinsights-features span{display:block;width:33%;color:#393f4a;font-size:14px;text-align:left;margin:10px 0}.monsterinsights-admin-page .monsterinsights-upsell-large .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==)}
lite/assets/vue/css/settings.rtl.css CHANGED
@@ -1 +1 @@
1
- .monsterinsights-dark[data-v-1eb99caf],.monsterinsights-dark[data-v-3aa79356],.monsterinsights-dark[data-v-4619bc56]{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-bg-img.monsterinsights-about-team{padding-top:59%}.monsterinsights-bg-img.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-45fbd430]{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::-moz-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;color:#fff;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;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-first-time-notice .monsterinsights-notice-button{margin-top:20px}.monsterinsights-settings-blur .monsterinsights-settings-content{-webkit-filter:blur(5px);filter:blur(5px);pointer-events:none}.monsterinsights-settings-blur.monsterinsights-path-general .monsterinsights-settings-content{-webkit-filter:none;filter:none;pointer-events:auto}.monsterinsights-not-authenticated-notice{position:fixed;top:40%;right:50%;width:750px;max-width:100%;margin-right:-295px;background:#fff;padding:0 20px 20px;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);border:1px solid #d6e2ed;text-align:center}@media (min-width:783px){.folded .monsterinsights-not-authenticated-notice{margin-right:-357px}}@media (max-width:960px){.monsterinsights-not-authenticated-notice{margin-right:-357px}}@media (max-width:750px){.monsterinsights-not-authenticated-notice{right:0;margin-right:0}}@media (min-width:750px) and (max-width:782px){.monsterinsights-not-authenticated-notice{margin-right:-375px}}.monsterinsights-not-authenticated-notice .monsterinsights-auth-manual-connect-paragraph{display:none}.monsterinsights-not-authenticated-notice h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-not-authenticated-notice .monsterinsights-license-button{line-height:1;margin-top:20px}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate .monsterinsights-button{margin:0 20px}.monsterinsights-not-authenticated-notice .monsterinsights-dark{font-weight:400;margin-bottom:20px}.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,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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 .monsterinsights-upsell-large{padding-bottom:35px}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell-large{padding-right:10px;padding-left:10px;line-height:1.2}}.monsterinsights-admin-page .monsterinsights-upsell-large h3{color:#4c6577;font-size:18px;font-weight:400;margin-top:33px;margin-bottom:14px}.monsterinsights-admin-page .monsterinsights-upsell-large h2{font-size:18px;margin-top:0}.monsterinsights-admin-page .monsterinsights-upsell-large .monsterinsights-coupon{color:#509fe2;border:1px dashed #509fe2;padding:7px;margin:0 7px;vertical-align:middle;line-height:1}.monsterinsights-admin-page .monsterinsights-upsell-large .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 .monsterinsights-upsell-large .monsterinsights-features span{display:block;width:33%;color:#393f4a;font-size:14px;text-align:right;margin:10px 0}.monsterinsights-admin-page .monsterinsights-upsell-large .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==)}
1
+ .monsterinsights-dark[data-v-1eb99caf],.monsterinsights-dark[data-v-6a976dba],.monsterinsights-dark[data-v-4619bc56]{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}.monsteri